From 19bffacafb1f6963a648736e165e82757705fbad Mon Sep 17 00:00:00 2001
From: Thomas Zemp
Date: Fri, 16 Feb 2024 20:50:41 +0100
Subject: [PATCH 001/170] feat: add rtl support for ui components (#1452)
---
CHANGELOG.md | 33 ++++
collections/forms/package.json | 20 +--
collections/ui/API.md | 6 +-
collections/ui/package.json | 98 ++++++------
components/alert/package.json | 8 +-
components/alert/src/alert-bar/action.js | 2 +-
components/alert/src/alert-bar/actions.js | 4 +-
.../alert/src/alert-bar/alert-bar.stories.js | 17 ++
.../alert/src/alert-bar/alert-bar.styles.js | 4 +-
components/alert/src/alert-bar/dismiss.js | 2 +-
components/alert/src/alert-bar/icon.js | 2 +-
.../alert/src/alert-stack/alert-stack.js | 8 +-
.../src/alert-stack/alert-stack.stories.js | 29 +++-
components/box/package.json | 4 +-
components/button/package.json | 12 +-
.../button/src/button-strip/button-strip.js | 4 +-
.../src/button-strip/button-strip.stories.js | 12 ++
.../button/src/button/button.stories.js | 11 ++
components/button/src/button/button.styles.js | 16 +-
.../src/dropdown-button/dropdown-button.js | 2 +-
.../dropdown-button.stories.js | 9 ++
.../button/src/split-button/split-button.js | 10 +-
.../src/split-button/split-button.stories.js | 9 ++
components/calendar/package.json | 16 +-
components/card/package.json | 4 +-
components/center/package.json | 4 +-
components/checkbox/package.json | 8 +-
.../checkbox-field/checkbox-field.stories.js | 8 +
components/checkbox/src/checkbox/checkbox.js | 6 +-
.../checkbox/src/checkbox/checkbox.stories.js | 6 +
components/chip/API.md | 6 +-
components/chip/package.json | 4 +-
components/chip/src/chip.js | 22 ++-
components/chip/src/chip.stories.js | 7 +
components/chip/src/icon.js | 4 +-
components/chip/src/remove.js | 4 +-
components/chip/types/index.d.ts | 12 +-
components/cover/package.json | 4 +-
components/css/package.json | 4 +-
components/divider/package.json | 4 +-
components/divider/src/divider.js | 52 +++++--
components/divider/src/divider.stories.js | 7 +
components/field/package.json | 10 +-
components/file-input/package.json | 16 +-
.../file-input-field-with-list.stories.js | 7 +
.../src/file-input/file-input.stories.js | 6 +
.../src/file-list/file-list-item.js | 5 +-
components/header-bar/package.json | 30 ++--
components/header-bar/src/apps.js | 10 +-
.../src/debug-info/debug-info-table.js | 4 +-
components/header-bar/src/header-bar.js | 2 +-
.../header-bar/src/header-bar.stories.js | 8 +
components/header-bar/src/logo.js | 6 +-
.../header-bar/src/notification-icon.js | 4 +-
.../header-bar/src/online-status.styles.js | 8 +-
.../src/profile-menu/profile-header.js | 4 +-
.../src/profile-menu/profile-menu.js | 2 +-
components/help/package.json | 4 +-
components/input/package.json | 16 +-
components/input/src/input/input.stories.js | 10 ++
components/intersection-detector/package.json | 4 +-
components/label/package.json | 6 +-
components/layer/package.json | 6 +-
components/legend/package.json | 6 +-
components/loader/package.json | 4 +-
.../linear-loader/linear-loader.stories.js | 7 +
components/logo/package.json | 4 +-
components/menu/package.json | 16 +-
.../menu/src/menu-item/menu-item.stories.js | 11 ++
.../menu/src/menu-item/menu-item.styles.js | 16 +-
components/menu/src/menu/menu.stories.js | 8 +-
components/modal/package.json | 14 +-
components/modal/src/modal/close-button.js | 2 +-
components/modal/src/modal/modal.stories.js | 17 +-
components/node/package.json | 6 +-
components/node/src/node.stories.js | 6 +
components/node/src/toggle.js | 39 +++--
components/notice-box/package.json | 6 +-
.../organisation-unit-tree/package.json | 10 +-
.../src/__stories__/rtl.js | 14 ++
.../label/iconized-checkbox.js | 2 +-
.../label/label-container.js | 2 +-
.../src/organisation-unit-tree.stories.js | 1 +
components/pagination/package.json | 10 +-
components/pagination/src/page-controls.js | 17 +-
components/pagination/src/page-select.js | 2 +-
components/pagination/src/page-size-select.js | 2 +-
components/pagination/src/page-summary.js | 2 +-
.../pagination/src/pagination.stories.js | 7 +
components/popover/package.json | 8 +-
components/popper/package.json | 4 +-
components/popper/src/popper.js | 15 +-
components/popper/src/popper.stories.js | 19 ++-
components/portal/package.json | 2 +-
components/radio/package.json | 4 +-
components/radio/src/radio.js | 6 +-
components/radio/src/radio.stories.js | 6 +
components/required/package.json | 4 +-
components/required/src/required.js | 2 +-
components/segmented-control/package.json | 4 +-
components/select/package.json | 28 ++--
components/select/src/multi-select/input.js | 4 +-
.../src/multi-select/multi-select.stories.js | 17 +-
components/selector-bar/package.json | 22 +--
.../selector-bar-item/selector-bar-item.js | 10 +-
.../src/selector-bar/__stories__/rtl.js | 105 +++++++++++++
.../src/selector-bar/selector-bar.js | 2 +-
.../src/selector-bar/selector-bar.stories.js | 1 +
components/sharing-dialog/package.json | 34 ++--
.../src/access-list/list-item.js | 2 +-
.../src/sharing-dialog.stories.js | 22 ++-
components/status-icon/package.json | 8 +-
components/switch/package.json | 8 +-
components/switch/src/switch/switch-icons.js | 17 ++
.../switch/src/switch/switch.stories.js | 19 ++-
components/tab/package.json | 6 +-
components/tab/src/tab-bar/tab-bar.stories.js | 6 +
components/tab/src/tab/tab.js | 2 +-
components/table/package.json | 6 +-
.../src/data-table/data-table.stories.js | 6 +
.../__tests__/table-data-cell.test.js | 2 +-
.../__tests__/table-header-cell.test.js | 2 +-
.../data-table/table-elements/table-body.js | 6 +-
.../table-data-cell/table-data-cell.js | 100 ++++++------
.../table-data-cell/table-data-cell.styles.js | 4 +-
.../table-header-cell-action.js | 2 +-
.../table-header-cell/table-header-cell.js | 2 +-
.../table-header-cell.styles.js | 6 +-
.../src/stacked-table/stacked-table-cell.js | 3 +
.../stacked-table/stacked-table.stories.js | 6 +
components/table/src/table/table-cell-head.js | 4 +
components/table/src/table/table-cell.js | 4 +
components/table/src/table/table.stories.js | 128 ++++++++++++++++
components/tag/package.json | 4 +-
components/tag/src/tag-icon.js | 2 +-
components/tag/src/tag.stories.js | 7 +
components/text-area/package.json | 14 +-
.../src/text-area/text-area.stories.js | 8 +
components/tooltip/package.json | 8 +-
components/tooltip/src/tooltip.stories.js | 17 +-
components/transfer/package.json | 14 +-
.../transfer/src/end-intersection-detector.js | 2 +-
components/transfer/src/icons.js | 145 +++++++++---------
components/transfer/src/options-container.js | 2 +-
components/transfer/src/reordering-actions.js | 2 +-
components/transfer/src/transfer.stories.js | 7 +
components/user-avatar/package.json | 4 +-
constants/package.json | 2 +-
docs/package.json | 2 +-
icons/package.json | 2 +-
package.json | 2 +-
storybook/package.json | 6 +-
152 files changed, 1285 insertions(+), 536 deletions(-)
create mode 100644 components/organisation-unit-tree/src/__stories__/rtl.js
create mode 100644 components/selector-bar/src/selector-bar/__stories__/rtl.js
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d0601da17b..00dce873b3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,22 @@
+# [9.4.0-alpha.2](https://github.com/dhis2/ui/compare/v9.4.0-alpha.1...v9.4.0-alpha.2) (2024-02-16)
+
+
+### Bug Fixes
+
+* clean up from pr review ([#1456](https://github.com/dhis2/ui/issues/1456)) ([ced3e26](https://github.com/dhis2/ui/commit/ced3e26c90b586995706cfe14f5beda215e58f57))
+
+# [9.4.0-alpha.1](https://github.com/dhis2/ui/compare/v9.3.0...v9.4.0-alpha.1) (2024-02-14)
+
+
+### Bug Fixes
+
+* rtl cleanup ([#1450](https://github.com/dhis2/ui/issues/1450)) ([5f6761f](https://github.com/dhis2/ui/commit/5f6761f8b6154dc9d9b44b226d3562f4035cf536))
+
+
+### Features
+
+* rtl support for components [LIBS-525] ([#1448](https://github.com/dhis2/ui/issues/1448)) ([d8b5fec](https://github.com/dhis2/ui/commit/d8b5feccd4b20aa17c10f6fa9315e40daa03902a))
+
# [9.3.0](https://github.com/dhis2/ui/compare/v9.2.0...v9.3.0) (2024-02-13)
@@ -5,6 +24,20 @@
* update accessibility in button component ([0a015c7](https://github.com/dhis2/ui/commit/0a015c7fe9115edcaa5126daca0ef65f092c925e))
+# [9.3.0-alpha.2](https://github.com/dhis2/ui/compare/v9.3.0-alpha.1...v9.3.0-alpha.2) (2024-02-13)
+
+
+### Bug Fixes
+
+* rtl cleanup ([#1450](https://github.com/dhis2/ui/issues/1450)) ([5f6761f](https://github.com/dhis2/ui/commit/5f6761f8b6154dc9d9b44b226d3562f4035cf536))
+
+# [9.3.0-alpha.1](https://github.com/dhis2/ui/compare/v9.2.0...v9.3.0-alpha.1) (2024-02-08)
+
+
+### Features
+
+* rtl support for components [LIBS-525] ([#1448](https://github.com/dhis2/ui/issues/1448)) ([d8b5fec](https://github.com/dhis2/ui/commit/d8b5feccd4b20aa17c10f6fa9315e40daa03902a))
+
# [9.2.0](https://github.com/dhis2/ui/compare/v9.1.2...v9.2.0) (2024-01-11)
diff --git a/collections/forms/package.json b/collections/forms/package.json
index 0fc63179eb..8f783934c8 100644
--- a/collections/forms/package.json
+++ b/collections/forms/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-forms",
- "version": "9.3.0",
+ "version": "9.4.0-alpha.2",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
"sideEffects": [
@@ -35,15 +35,15 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.3.0",
- "@dhis2-ui/checkbox": "9.3.0",
- "@dhis2-ui/field": "9.3.0",
- "@dhis2-ui/file-input": "9.3.0",
- "@dhis2-ui/input": "9.3.0",
- "@dhis2-ui/radio": "9.3.0",
- "@dhis2-ui/select": "9.3.0",
- "@dhis2-ui/switch": "9.3.0",
- "@dhis2-ui/text-area": "9.3.0",
+ "@dhis2-ui/button": "9.4.0-alpha.2",
+ "@dhis2-ui/checkbox": "9.4.0-alpha.2",
+ "@dhis2-ui/field": "9.4.0-alpha.2",
+ "@dhis2-ui/file-input": "9.4.0-alpha.2",
+ "@dhis2-ui/input": "9.4.0-alpha.2",
+ "@dhis2-ui/radio": "9.4.0-alpha.2",
+ "@dhis2-ui/select": "9.4.0-alpha.2",
+ "@dhis2-ui/switch": "9.4.0-alpha.2",
+ "@dhis2-ui/text-area": "9.4.0-alpha.2",
"classnames": "^2.3.1",
"final-form": "^4.20.2",
"prop-types": "^15.7.2",
diff --git a/collections/ui/API.md b/collections/ui/API.md
index b256f1a6de..78d82dae94 100644
--- a/collections/ui/API.md
+++ b/collections/ui/API.md
@@ -368,8 +368,10 @@ import { Chip } from '@dhis2/ui'
|dragging|boolean||||
|icon|element||||
|marginBottom|number|`4`||`margin-bottom` value, applied in `px`|
-|marginLeft|number|`4`||`margin-left` value, applied in `px`|
-|marginRight|number|`4`||`margin-right` value, applied in `px`|
+|marginInlineEnd|number|||`margin-inline-end` value, applied in `px`|
+|marginInlineStart|number|||`margin-inline-start` value, applied in `px`|
+|marginLeft|number|||`margin-inline-start` value, applied in `px`|
+|marginRight|number|||`margin-inline-end` value, applied in `px`|
|marginTop|number|`4`||`margin-top` value, applied in `px`|
|overflow|boolean||||
|selected|boolean||||
diff --git a/collections/ui/package.json b/collections/ui/package.json
index d3918b4389..6b47cf1c7f 100644
--- a/collections/ui/package.json
+++ b/collections/ui/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui",
- "version": "9.3.0",
+ "version": "9.4.0-alpha.2",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
"exports": {
@@ -21,54 +21,54 @@
"build": "d2-app-scripts build"
},
"dependencies": {
- "@dhis2-ui/alert": "9.3.0",
- "@dhis2-ui/box": "9.3.0",
- "@dhis2-ui/button": "9.3.0",
- "@dhis2-ui/calendar": "9.3.0",
- "@dhis2-ui/card": "9.3.0",
- "@dhis2-ui/center": "9.3.0",
- "@dhis2-ui/checkbox": "9.3.0",
- "@dhis2-ui/chip": "9.3.0",
- "@dhis2-ui/cover": "9.3.0",
- "@dhis2-ui/css": "9.3.0",
- "@dhis2-ui/divider": "9.3.0",
- "@dhis2-ui/field": "9.3.0",
- "@dhis2-ui/file-input": "9.3.0",
- "@dhis2-ui/header-bar": "9.3.0",
- "@dhis2-ui/help": "9.3.0",
- "@dhis2-ui/input": "9.3.0",
- "@dhis2-ui/intersection-detector": "9.3.0",
- "@dhis2-ui/label": "9.3.0",
- "@dhis2-ui/layer": "9.3.0",
- "@dhis2-ui/legend": "9.3.0",
- "@dhis2-ui/loader": "9.3.0",
- "@dhis2-ui/logo": "9.3.0",
- "@dhis2-ui/menu": "9.3.0",
- "@dhis2-ui/modal": "9.3.0",
- "@dhis2-ui/node": "9.3.0",
- "@dhis2-ui/notice-box": "9.3.0",
- "@dhis2-ui/organisation-unit-tree": "9.3.0",
- "@dhis2-ui/pagination": "9.3.0",
- "@dhis2-ui/popover": "9.3.0",
- "@dhis2-ui/popper": "9.3.0",
- "@dhis2-ui/portal": "9.3.0",
- "@dhis2-ui/radio": "9.3.0",
- "@dhis2-ui/required": "9.3.0",
- "@dhis2-ui/segmented-control": "9.3.0",
- "@dhis2-ui/select": "9.3.0",
- "@dhis2-ui/selector-bar": "9.3.0",
- "@dhis2-ui/sharing-dialog": "9.3.0",
- "@dhis2-ui/switch": "9.3.0",
- "@dhis2-ui/tab": "9.3.0",
- "@dhis2-ui/table": "9.3.0",
- "@dhis2-ui/tag": "9.3.0",
- "@dhis2-ui/text-area": "9.3.0",
- "@dhis2-ui/tooltip": "9.3.0",
- "@dhis2-ui/transfer": "9.3.0",
- "@dhis2-ui/user-avatar": "9.3.0",
- "@dhis2/ui-constants": "9.3.0",
- "@dhis2/ui-forms": "9.3.0",
- "@dhis2/ui-icons": "9.3.0",
+ "@dhis2-ui/alert": "9.4.0-alpha.2",
+ "@dhis2-ui/box": "9.4.0-alpha.2",
+ "@dhis2-ui/button": "9.4.0-alpha.2",
+ "@dhis2-ui/calendar": "9.4.0-alpha.2",
+ "@dhis2-ui/card": "9.4.0-alpha.2",
+ "@dhis2-ui/center": "9.4.0-alpha.2",
+ "@dhis2-ui/checkbox": "9.4.0-alpha.2",
+ "@dhis2-ui/chip": "9.4.0-alpha.2",
+ "@dhis2-ui/cover": "9.4.0-alpha.2",
+ "@dhis2-ui/css": "9.4.0-alpha.2",
+ "@dhis2-ui/divider": "9.4.0-alpha.2",
+ "@dhis2-ui/field": "9.4.0-alpha.2",
+ "@dhis2-ui/file-input": "9.4.0-alpha.2",
+ "@dhis2-ui/header-bar": "9.4.0-alpha.2",
+ "@dhis2-ui/help": "9.4.0-alpha.2",
+ "@dhis2-ui/input": "9.4.0-alpha.2",
+ "@dhis2-ui/intersection-detector": "9.4.0-alpha.2",
+ "@dhis2-ui/label": "9.4.0-alpha.2",
+ "@dhis2-ui/layer": "9.4.0-alpha.2",
+ "@dhis2-ui/legend": "9.4.0-alpha.2",
+ "@dhis2-ui/loader": "9.4.0-alpha.2",
+ "@dhis2-ui/logo": "9.4.0-alpha.2",
+ "@dhis2-ui/menu": "9.4.0-alpha.2",
+ "@dhis2-ui/modal": "9.4.0-alpha.2",
+ "@dhis2-ui/node": "9.4.0-alpha.2",
+ "@dhis2-ui/notice-box": "9.4.0-alpha.2",
+ "@dhis2-ui/organisation-unit-tree": "9.4.0-alpha.2",
+ "@dhis2-ui/pagination": "9.4.0-alpha.2",
+ "@dhis2-ui/popover": "9.4.0-alpha.2",
+ "@dhis2-ui/popper": "9.4.0-alpha.2",
+ "@dhis2-ui/portal": "9.4.0-alpha.2",
+ "@dhis2-ui/radio": "9.4.0-alpha.2",
+ "@dhis2-ui/required": "9.4.0-alpha.2",
+ "@dhis2-ui/segmented-control": "9.4.0-alpha.2",
+ "@dhis2-ui/select": "9.4.0-alpha.2",
+ "@dhis2-ui/selector-bar": "9.4.0-alpha.2",
+ "@dhis2-ui/sharing-dialog": "9.4.0-alpha.2",
+ "@dhis2-ui/switch": "9.4.0-alpha.2",
+ "@dhis2-ui/tab": "9.4.0-alpha.2",
+ "@dhis2-ui/table": "9.4.0-alpha.2",
+ "@dhis2-ui/tag": "9.4.0-alpha.2",
+ "@dhis2-ui/text-area": "9.4.0-alpha.2",
+ "@dhis2-ui/tooltip": "9.4.0-alpha.2",
+ "@dhis2-ui/transfer": "9.4.0-alpha.2",
+ "@dhis2-ui/user-avatar": "9.4.0-alpha.2",
+ "@dhis2/ui-constants": "9.4.0-alpha.2",
+ "@dhis2/ui-forms": "9.4.0-alpha.2",
+ "@dhis2/ui-icons": "9.4.0-alpha.2",
"prop-types": "^15.7.2"
},
"peerDependencies": {
diff --git a/components/alert/package.json b/components/alert/package.json
index 4f06c3364d..687629a1b3 100644
--- a/components/alert/package.json
+++ b/components/alert/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/alert",
- "version": "9.3.0",
+ "version": "9.4.0-alpha.2",
"description": "UI Alert",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/portal": "9.3.0",
- "@dhis2/ui-constants": "9.3.0",
- "@dhis2/ui-icons": "9.3.0",
+ "@dhis2-ui/portal": "9.4.0-alpha.2",
+ "@dhis2/ui-constants": "9.4.0-alpha.2",
+ "@dhis2/ui-icons": "9.4.0-alpha.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/alert/src/alert-bar/action.js b/components/alert/src/alert-bar/action.js
index 273ecdc6eb..67e88051c2 100644
--- a/components/alert/src/alert-bar/action.js
+++ b/components/alert/src/alert-bar/action.js
@@ -14,7 +14,7 @@ class Action extends Component {
{this.props.label}
diff --git a/components/alert/src/alert-bar/alert-bar.stories.js b/components/alert/src/alert-bar/alert-bar.stories.js
index 972c276645..5b14904ef6 100644
--- a/components/alert/src/alert-bar/alert-bar.stories.js
+++ b/components/alert/src/alert-bar/alert-bar.stories.js
@@ -108,6 +108,23 @@ export const States = () => (
)
+export const RTL = () => (
+
+
+
Default (info)
+
+ Success
+
+
+ Warning
+
+
+ Critical
+
+
+
+)
+
export const AutoHiding = () => (
Permanent never auto-hides
diff --git a/components/alert/src/alert-bar/alert-bar.styles.js b/components/alert/src/alert-bar/alert-bar.styles.js
index bbc13ed40b..34319c8a36 100644
--- a/components/alert/src/alert-bar/alert-bar.styles.js
+++ b/components/alert/src/alert-bar/alert-bar.styles.js
@@ -11,9 +11,9 @@ export default css`
border-radius: 4px;
box-shadow: ${elevations.e300};
padding-top: ${spacers.dp8};
- padding-right: ${spacers.dp8};
+ padding-inline-end: ${spacers.dp8};
padding-bottom: ${spacers.dp8};
- padding-left: ${spacers.dp24};
+ padding-inline-start: ${spacers.dp24};
margin-bottom: ${spacers.dp16};
max-width: 600px;
min-width: 300px;
diff --git a/components/alert/src/alert-bar/dismiss.js b/components/alert/src/alert-bar/dismiss.js
index 64f5d1b6a2..cc2c0592aa 100644
--- a/components/alert/src/alert-bar/dismiss.js
+++ b/components/alert/src/alert-bar/dismiss.js
@@ -8,7 +8,7 @@ const Dismiss = ({ onClick, dataTest }) => (
diff --git a/components/alert/src/alert-stack/alert-stack.js b/components/alert/src/alert-stack/alert-stack.js
index 974e1897d3..8b18766e2c 100644
--- a/components/alert/src/alert-stack/alert-stack.js
+++ b/components/alert/src/alert-stack/alert-stack.js
@@ -12,9 +12,9 @@ export const AlertStack = ({ className, children, dataTest }) => (
div {
position: fixed;
top: auto;
- right: auto;
+ inset-inline-end: auto;
bottom: 0;
- left: 50%;
+ inset-inline-start: 50%;
transform: translateX(-50%);
z-index: ${layers.alert};
@@ -24,6 +24,10 @@ export const AlertStack = ({ className, children, dataTest }) => (
pointer-events: none;
}
+
+ div:dir(rtl) {
+ transform: translateX(50%);
+ }
`}
diff --git a/components/alert/src/alert-stack/alert-stack.stories.js b/components/alert/src/alert-stack/alert-stack.stories.js
index b2068257d4..ec1a6189a5 100644
--- a/components/alert/src/alert-stack/alert-stack.stories.js
+++ b/components/alert/src/alert-stack/alert-stack.stories.js
@@ -1,4 +1,4 @@
-import React from 'react'
+import React, { useEffect } from 'react'
import { AlertBar } from '../alert-bar/index.js'
import { AlertStack } from './alert-stack.js'
@@ -39,3 +39,30 @@ export const Default = (args) => (
)
+
+export const RTL = (args) => {
+ useEffect(() => {
+ document.body.dir = 'rtl'
+ return () => {
+ document.body.dir = 'ltr'
+ }
+ }, [])
+ return (
+
+
+
+ First notification - I am at the bottom
+
+
+ Second notification
+
+
+ Third notification
+
+
+ Fourth notification - I am at the top
+
+
+
+ )
+}
diff --git a/components/box/package.json b/components/box/package.json
index 3dcad9e5dd..f30b54089f 100644
--- a/components/box/package.json
+++ b/components/box/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/box",
- "version": "9.3.0",
+ "version": "9.4.0-alpha.2",
"description": "UI Box",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.3.0",
+ "@dhis2/ui-constants": "9.4.0-alpha.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/button/package.json b/components/button/package.json
index 3e17df0c96..844ca63138 100644
--- a/components/button/package.json
+++ b/components/button/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/button",
- "version": "9.3.0",
+ "version": "9.4.0-alpha.2",
"description": "UI Button",
"repository": {
"type": "git",
@@ -33,11 +33,11 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/layer": "9.3.0",
- "@dhis2-ui/loader": "9.3.0",
- "@dhis2-ui/popper": "9.3.0",
- "@dhis2/ui-constants": "9.3.0",
- "@dhis2/ui-icons": "9.3.0",
+ "@dhis2-ui/layer": "9.4.0-alpha.2",
+ "@dhis2-ui/loader": "9.4.0-alpha.2",
+ "@dhis2-ui/popper": "9.4.0-alpha.2",
+ "@dhis2/ui-constants": "9.4.0-alpha.2",
+ "@dhis2/ui-icons": "9.4.0-alpha.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/button/src/button-strip/button-strip.js b/components/button/src/button-strip/button-strip.js
index ddb605edd4..38ccc7a8d5 100644
--- a/components/button/src/button-strip/button-strip.js
+++ b/components/button/src/button-strip/button-strip.js
@@ -27,11 +27,11 @@ const ButtonStrip = ({ className, children, middle, end, dataTest }) => (
}
.box {
- margin-left: ${spacers.dp8};
+ margin-inline-start: ${spacers.dp8};
}
.box:first-child {
- margin-left: 0;
+ margin-inline-start: 0;
}
`}
diff --git a/components/button/src/button-strip/button-strip.stories.js b/components/button/src/button-strip/button-strip.stories.js
index b03ce9a356..92f562f8b0 100644
--- a/components/button/src/button-strip/button-strip.stories.js
+++ b/components/button/src/button-strip/button-strip.stories.js
@@ -74,3 +74,15 @@ export const DefaultAlignedRight = (args) => (
)
DefaultAlignedRight.args = { end: true }
DefaultAlignedRight.storyName = 'Default - aligned right'
+
+export const DefaultRTL = (args) => (
+
+
+ Save
+ Save
+ Save
+ Save
+
+
+)
+DefaultRTL.storyName = 'Default - RTL'
diff --git a/components/button/src/button/button.stories.js b/components/button/src/button/button.stories.js
index 602c0bc4e5..7691370e87 100644
--- a/components/button/src/button/button.stories.js
+++ b/components/button/src/button/button.stories.js
@@ -216,6 +216,17 @@ Icon.parameters = {
},
}
+export const IconRTL = (args) => (
+
+
+
+)
+IconRTL.args = {
+ icon: DemoIcon24,
+ name: 'RTL icon button',
+ children: 'RTL text',
+}
+
export const IconOnly = Template.bind({})
IconOnly.args = {
icon: DemoIcon24,
diff --git a/components/button/src/button/button.styles.js b/components/button/src/button/button.styles.js
index e21b631a83..1f8d102181 100644
--- a/components/button/src/button/button.styles.js
+++ b/components/button/src/button/button.styles.js
@@ -221,7 +221,7 @@ export default css`
}
.button-icon {
- margin-right: 6px;
+ margin-inline-end: 6px;
color: inherit;
fill: inherit;
font-size: 26px;
@@ -230,19 +230,21 @@ export default css`
}
.icon-only .button-icon {
- margin-right: 5px;
+ margin-inline-end: 5px;
}
.small.icon-only {
- padding: 0 4px 0 5px;
+ padding-block: 0;
+ padding-inline-start: 5px;
+ padding-inline-end: 4px;
}
.small .button-icon {
- margin-right: 2px;
+ margin-inline-end: 2px;
}
.small.icon-only .button-icon {
- margin-right: 1px;
+ margin-inline-end: 1px;
}
.toggled {
@@ -277,7 +279,7 @@ export default css`
.loader {
width: 16px;
height: 16px;
- margin-right: 8px;
+ margin-inline-end: 8px;
}
.loader + .button-icon {
@@ -286,6 +288,8 @@ export default css`
.icon-only .loader {
margin: 0 8px 0 4px;
+ margin-inline-start: 4px;
+ margin-inline-end: 8px;
}
.small.icon-only .loader {
margin: 0 4px;
diff --git a/components/button/src/dropdown-button/dropdown-button.js b/components/button/src/dropdown-button/dropdown-button.js
index 9d636e7b6e..f225206c9d 100644
--- a/components/button/src/dropdown-button/dropdown-button.js
+++ b/components/button/src/dropdown-button/dropdown-button.js
@@ -59,7 +59,7 @@ ArrowUp.propTypes = {
}
const arrow = resolve`
- margin-left: ${spacers.dp12};
+ margin-inline-start: ${spacers.dp12};
`
class DropdownButton extends Component {
diff --git a/components/button/src/dropdown-button/dropdown-button.stories.js b/components/button/src/dropdown-button/dropdown-button.stories.js
index e8d3380c55..8209e2bfa6 100644
--- a/components/button/src/dropdown-button/dropdown-button.stories.js
+++ b/components/button/src/dropdown-button/dropdown-button.stories.js
@@ -118,3 +118,12 @@ const ManualControlTemplate = (args) => {
}
export const ManualControl = ManualControlTemplate.bind({})
ManualControl.args = {}
+
+export const RTL = (args) => (
+
+
+
+)
+RTL.args = {
+ children: 'RTL text',
+}
diff --git a/components/button/src/split-button/split-button.js b/components/button/src/split-button/split-button.js
index d6051ea4c0..95290477be 100644
--- a/components/button/src/split-button/split-button.js
+++ b/components/button/src/split-button/split-button.js
@@ -122,14 +122,14 @@ class SplitButton extends Component {
}
div > :global(button:first-child) {
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
- border-right: 0;
+ border-start-end-radius: 0;
+ border-end-end-radius: 0;
+ border-inline-end: 0;
}
div > :global(button:last-child) {
- border-top-left-radius: 0;
- border-bottom-left-radius: 0;
+ border-start-start-radius: 0;
+ border-end-start-radius: 0;
}
`}
diff --git a/components/button/src/split-button/split-button.stories.js b/components/button/src/split-button/split-button.stories.js
index 85eb8de1d6..36851aeeff 100644
--- a/components/button/src/split-button/split-button.stories.js
+++ b/components/button/src/split-button/split-button.stories.js
@@ -79,3 +79,12 @@ WithIcon.args = {
component: Component
,
icon: Icon
,
}
+
+export const RTL = (args) => (
+
+
+
+)
+RTL.args = {
+ children: 'RTL text',
+}
diff --git a/components/calendar/package.json b/components/calendar/package.json
index 0dd58a8148..baef273b00 100644
--- a/components/calendar/package.json
+++ b/components/calendar/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/calendar",
- "version": "9.3.0",
+ "version": "9.4.0-alpha.2",
"description": "UI Calendar",
"repository": {
"type": "git",
@@ -33,15 +33,15 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/button": "9.3.0",
- "@dhis2-ui/card": "9.3.0",
- "@dhis2-ui/input": "9.3.0",
- "@dhis2-ui/layer": "9.3.0",
- "@dhis2-ui/popper": "9.3.0",
+ "@dhis2-ui/button": "9.4.0-alpha.2",
+ "@dhis2-ui/card": "9.4.0-alpha.2",
+ "@dhis2-ui/input": "9.4.0-alpha.2",
+ "@dhis2-ui/layer": "9.4.0-alpha.2",
+ "@dhis2-ui/popper": "9.4.0-alpha.2",
"@dhis2/multi-calendar-dates": "1.0.2",
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.3.0",
- "@dhis2/ui-icons": "9.3.0",
+ "@dhis2/ui-constants": "9.4.0-alpha.2",
+ "@dhis2/ui-icons": "9.4.0-alpha.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/card/package.json b/components/card/package.json
index 52bc0a6489..77a4dbbb71 100644
--- a/components/card/package.json
+++ b/components/card/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/card",
- "version": "9.3.0",
+ "version": "9.4.0-alpha.2",
"description": "UI Card",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.3.0",
+ "@dhis2/ui-constants": "9.4.0-alpha.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/center/package.json b/components/center/package.json
index a6fb175d9d..204ce51da8 100644
--- a/components/center/package.json
+++ b/components/center/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/center",
- "version": "9.3.0",
+ "version": "9.4.0-alpha.2",
"description": "UI Center",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.3.0",
+ "@dhis2/ui-constants": "9.4.0-alpha.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/checkbox/package.json b/components/checkbox/package.json
index 094a3dc984..1a4da44eb2 100644
--- a/components/checkbox/package.json
+++ b/components/checkbox/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/checkbox",
- "version": "9.3.0",
+ "version": "9.4.0-alpha.2",
"description": "UI Checkbox",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/field": "9.3.0",
- "@dhis2-ui/required": "9.3.0",
- "@dhis2/ui-constants": "9.3.0",
+ "@dhis2-ui/field": "9.4.0-alpha.2",
+ "@dhis2-ui/required": "9.4.0-alpha.2",
+ "@dhis2/ui-constants": "9.4.0-alpha.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/checkbox/src/checkbox-field/checkbox-field.stories.js b/components/checkbox/src/checkbox-field/checkbox-field.stories.js
index 000b7e3096..1d5ca7f738 100644
--- a/components/checkbox/src/checkbox-field/checkbox-field.stories.js
+++ b/components/checkbox/src/checkbox-field/checkbox-field.stories.js
@@ -139,3 +139,11 @@ ErrorDense.storyName = 'Error - Dense'
export const ImageLabelDense = Template.bind({})
ImageLabelDense.args = { ...DefaultDense.args, ...ImageLabel.args }
ImageLabelDense.storyName = 'Image label - Dense'
+
+export const RTL = (args) => (
+
+ <>
+
+ >
+
+)
diff --git a/components/checkbox/src/checkbox/checkbox.js b/components/checkbox/src/checkbox/checkbox.js
index af681601df..c4e95492df 100644
--- a/components/checkbox/src/checkbox/checkbox.js
+++ b/components/checkbox/src/checkbox/checkbox.js
@@ -146,7 +146,7 @@ class Checkbox extends Component {
height: 18px;
width: 18px;
/* The same offset as the icon, 2px border, 1px padding */
- left: 3px;
+ inset-inline-start: 3px;
}
label.dense input {
@@ -157,14 +157,14 @@ class Checkbox extends Component {
.icon {
user-select: none;
- margin-right: ${spacers.dp4};
+ margin-inline-end: ${spacers.dp4};
border: 2px solid transparent;
padding: 1px;
border-radius: 5px;
}
label.dense .icon {
- margin-right: 3px;
+ margin-inline-end: 3px;
border-radius: 4px;
}
diff --git a/components/checkbox/src/checkbox/checkbox.stories.js b/components/checkbox/src/checkbox/checkbox.stories.js
index a0bc298928..712d793beb 100644
--- a/components/checkbox/src/checkbox/checkbox.stories.js
+++ b/components/checkbox/src/checkbox/checkbox.stories.js
@@ -174,3 +174,9 @@ ErrorDense.storyName = 'Error - Dense'
export const ImageLabelDense = Template.bind({})
ImageLabelDense.args = { ...ImageLabel.args, dense: true }
ImageLabelDense.storyName = 'Image label - Dense'
+
+export const RTL = (args) => (
+
+
+
+)
diff --git a/components/chip/API.md b/components/chip/API.md
index 5a44398971..a0842b9609 100644
--- a/components/chip/API.md
+++ b/components/chip/API.md
@@ -22,8 +22,10 @@ import { Chip } from '@dhis2-ui/chip'
|dragging|boolean||||
|icon|element||||
|marginBottom|number|`4`||`margin-bottom` value, applied in `px`|
-|marginLeft|number|`4`||`margin-left` value, applied in `px`|
-|marginRight|number|`4`||`margin-right` value, applied in `px`|
+|marginInlineEnd|number|||`margin-inline-end` value, applied in `px`|
+|marginInlineStart|number|||`margin-inline-start` value, applied in `px`|
+|marginLeft|number|||`margin-inline-start` value, applied in `px`|
+|marginRight|number|||`margin-inline-end` value, applied in `px`|
|marginTop|number|`4`||`margin-top` value, applied in `px`|
|overflow|boolean||||
|selected|boolean||||
diff --git a/components/chip/package.json b/components/chip/package.json
index fe81a88089..3301cf5cdd 100644
--- a/components/chip/package.json
+++ b/components/chip/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/chip",
- "version": "9.3.0",
+ "version": "9.4.0-alpha.2",
"description": "UI Chip",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.3.0",
+ "@dhis2/ui-constants": "9.4.0-alpha.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/chip/src/chip.js b/components/chip/src/chip.js
index c10282e11e..221bf677cd 100644
--- a/components/chip/src/chip.js
+++ b/components/chip/src/chip.js
@@ -6,6 +6,8 @@ import { Content } from './content.js'
import { Icon } from './icon.js'
import { Remove } from './remove.js'
+const DEFAULT_INLINE_MARGIN = '4'
+
const Chip = ({
selected,
dense,
@@ -22,6 +24,8 @@ const Chip = ({
marginLeft,
marginRight,
marginTop,
+ marginInlineStart,
+ marginInlineEnd,
}) => (
{
@@ -98,8 +102,12 @@ const Chip = ({
@@ -109,8 +117,6 @@ const Chip = ({
Chip.defaultProps = {
dataTest: 'dhis2-uicore-chip',
marginBottom: 4,
- marginLeft: 4,
- marginRight: 4,
marginTop: 4,
}
@@ -124,9 +130,13 @@ Chip.propTypes = {
icon: PropTypes.element,
/** `margin-bottom` value, applied in `px` */
marginBottom: PropTypes.number,
- /** `margin-left` value, applied in `px` */
+ /** `margin-inline-end` value, applied in `px` */
+ marginInlineEnd: PropTypes.number,
+ /** `margin-inline-start` value, applied in `px` */
+ marginInlineStart: PropTypes.number,
+ /** `margin-inline-start` value, applied in `px` */
marginLeft: PropTypes.number,
- /** `margin-right` value, applied in `px` */
+ /** `margin-inline-end` value, applied in `px` */
marginRight: PropTypes.number,
/** `margin-top` value, applied in `px` */
marginTop: PropTypes.number,
diff --git a/components/chip/src/chip.stories.js b/components/chip/src/chip.stories.js
index 253f07c951..015fbfbc5b 100644
--- a/components/chip/src/chip.stories.js
+++ b/components/chip/src/chip.stories.js
@@ -126,3 +126,10 @@ DenseRemoveable.args = {
...Removable.args,
children: 'Removable and dense',
}
+
+export const RTLRemovable = (args) => (
+
+ RTL removable
+
+)
+RTLRemovable.args = { ...Removable.args }
diff --git a/components/chip/src/icon.js b/components/chip/src/icon.js
index e4484e38ef..844cb2bc77 100644
--- a/components/chip/src/icon.js
+++ b/components/chip/src/icon.js
@@ -15,8 +15,8 @@ export const Icon = ({ icon, dataTest }) => {
span {
width: 24px;
height: 24px;
- margin-left: ${spacers.dp4};
- margin-right: -6px;
+ margin-inline-start: ${spacers.dp4};
+ margin-inline-end: -6px;
border-radius: 50%;
overflow: hidden;
}
diff --git a/components/chip/src/remove.js b/components/chip/src/remove.js
index 175f1177e2..87c2f3f7df 100644
--- a/components/chip/src/remove.js
+++ b/components/chip/src/remove.js
@@ -35,9 +35,9 @@ const containerStyle = css`
align-items: center;
height: 20px;
width: 20px;
- margin-right: 4px;
+ margin-inline-end: 4px;
border-radius: 12px;
- margin-left: -8px;
+ margin-inline-start: -8px;
}
span:hover {
background: ${colors.grey400};
diff --git a/components/chip/types/index.d.ts b/components/chip/types/index.d.ts
index 40401ee07c..da46e06664 100644
--- a/components/chip/types/index.d.ts
+++ b/components/chip/types/index.d.ts
@@ -13,13 +13,21 @@ export interface ChipProps {
*/
marginBottom?: number
/**
- * `margin-left` value, applied in `px`
+ * `margin-inline-start` value, applied in `px` (if marginInlineStart not provided)
*/
marginLeft?: number
/**
- * `margin-right` value, applied in `px`
+ * `margin-inline-end` value, applied in `px` (if marginInlineEnd not provided)
*/
marginRight?: number
+ /**
+ * `margin-inline-start` value, applied in `px`
+ */
+ marginInlineStart?: number
+ /**
+ * `margin-inline-end` value, applied in `px`
+ */
+ marginInlineEnd?: number
/**
* `margin-top` value, applied in `px`
*/
diff --git a/components/cover/package.json b/components/cover/package.json
index 6b749434e6..e7b33ff47f 100644
--- a/components/cover/package.json
+++ b/components/cover/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/cover",
- "version": "9.3.0",
+ "version": "9.4.0-alpha.2",
"description": "UI Cover",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.3.0",
+ "@dhis2/ui-constants": "9.4.0-alpha.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/css/package.json b/components/css/package.json
index 1b7ad7ed81..7444688502 100644
--- a/components/css/package.json
+++ b/components/css/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/css",
- "version": "9.3.0",
+ "version": "9.4.0-alpha.2",
"description": "UI CSS",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.3.0",
+ "@dhis2/ui-constants": "9.4.0-alpha.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/divider/package.json b/components/divider/package.json
index 0ce0182c63..e8483f942e 100644
--- a/components/divider/package.json
+++ b/components/divider/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/divider",
- "version": "9.3.0",
+ "version": "9.4.0-alpha.2",
"description": "UI Divider",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.3.0",
+ "@dhis2/ui-constants": "9.4.0-alpha.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/divider/src/divider.js b/components/divider/src/divider.js
index 9ac8ef4039..6311fe77ff 100644
--- a/components/divider/src/divider.js
+++ b/components/divider/src/divider.js
@@ -2,23 +2,41 @@ import { colors, spacers } from '@dhis2/ui-constants'
import PropTypes from 'prop-types'
import React from 'react'
-const Divider = ({ className, dataTest, dense, margin }) => (
-
-
-
-
-)
+const flipMargin = (margin) => {
+ const splitMargin = margin.split(/\s+/)
+ if (splitMargin?.length === 4) {
+ return [
+ splitMargin[0],
+ splitMargin[3],
+ splitMargin[2],
+ splitMargin[1],
+ ].join(' ')
+ }
+ return margin
+}
+
+const Divider = ({ className, dataTest, dense, margin }) => {
+ return (
+
+
+
+
+ )
+}
Divider.defaultProps = {
dataTest: 'dhis2-uicore-divider',
diff --git a/components/divider/src/divider.stories.js b/components/divider/src/divider.stories.js
index b074f308b8..797c41ed00 100644
--- a/components/divider/src/divider.stories.js
+++ b/components/divider/src/divider.stories.js
@@ -31,3 +31,10 @@ Dense.args = { dense: true }
export const Margin = Template.bind({})
Margin.args = { margin: '20px 20px 20px 20px' }
+
+export const RTLUnevenMargin = (args) => (
+
+
+
+)
+RTLUnevenMargin.args = { margin: '10px 5px 40px 50px' }
diff --git a/components/field/package.json b/components/field/package.json
index 1e175e29de..dff2fd09d9 100644
--- a/components/field/package.json
+++ b/components/field/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/field",
- "version": "9.3.0",
+ "version": "9.4.0-alpha.2",
"description": "UI Field",
"repository": {
"type": "git",
@@ -33,10 +33,10 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.3.0",
- "@dhis2-ui/help": "9.3.0",
- "@dhis2-ui/label": "9.3.0",
- "@dhis2/ui-constants": "9.3.0",
+ "@dhis2-ui/box": "9.4.0-alpha.2",
+ "@dhis2-ui/help": "9.4.0-alpha.2",
+ "@dhis2-ui/label": "9.4.0-alpha.2",
+ "@dhis2/ui-constants": "9.4.0-alpha.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/file-input/package.json b/components/file-input/package.json
index c3ddb9e031..54747cbf94 100644
--- a/components/file-input/package.json
+++ b/components/file-input/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/file-input",
- "version": "9.3.0",
+ "version": "9.4.0-alpha.2",
"description": "UI FileInput",
"repository": {
"type": "git",
@@ -34,13 +34,13 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.3.0",
- "@dhis2-ui/field": "9.3.0",
- "@dhis2-ui/label": "9.3.0",
- "@dhis2-ui/loader": "9.3.0",
- "@dhis2-ui/status-icon": "9.3.0",
- "@dhis2/ui-constants": "9.3.0",
- "@dhis2/ui-icons": "9.3.0",
+ "@dhis2-ui/button": "9.4.0-alpha.2",
+ "@dhis2-ui/field": "9.4.0-alpha.2",
+ "@dhis2-ui/label": "9.4.0-alpha.2",
+ "@dhis2-ui/loader": "9.4.0-alpha.2",
+ "@dhis2-ui/status-icon": "9.4.0-alpha.2",
+ "@dhis2/ui-constants": "9.4.0-alpha.2",
+ "@dhis2/ui-icons": "9.4.0-alpha.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/file-input/src/file-input-field-with-list/file-input-field-with-list.stories.js b/components/file-input/src/file-input-field-with-list/file-input-field-with-list.stories.js
index f7c3b614e7..7e1fd5a71e 100644
--- a/components/file-input/src/file-input-field-with-list/file-input-field-with-list.stories.js
+++ b/components/file-input/src/file-input-field-with-list/file-input-field-with-list.stories.js
@@ -54,3 +54,10 @@ DefaultButtonLabelAndRemoveText.storyName =
export const DefaultPlaceholder = Template.bind({})
DefaultPlaceholder.storyName = 'Default: placeholder'
+
+export const RTL = (args) => (
+
+
+
+)
+RTL.args = { files: files }
diff --git a/components/file-input/src/file-input/file-input.stories.js b/components/file-input/src/file-input/file-input.stories.js
index edac2071c6..da1fd2d8de 100644
--- a/components/file-input/src/file-input/file-input.stories.js
+++ b/components/file-input/src/file-input/file-input.stories.js
@@ -74,3 +74,9 @@ export const Statuses = (args) => (
>
)
+
+export const RTL = (args) => (
+
+
+
+)
diff --git a/components/file-input/src/file-list/file-list-item.js b/components/file-input/src/file-list/file-list-item.js
index 162d7858c8..eae111a07d 100644
--- a/components/file-input/src/file-list/file-list-item.js
+++ b/components/file-input/src/file-list/file-list-item.js
@@ -54,8 +54,11 @@ const FileListItem = ({
margin: 0;
padding-top: ${spacers.dp4};
}
+ span {
+ display: inline-block;
+ }
.icon {
- margin-right: 4px;
+ margin-inline-end: 4px;
flex-grow: 0;
flex-shrink: 0;
display: flex;
diff --git a/components/header-bar/package.json b/components/header-bar/package.json
index af62e496cb..7cb1c04125 100644
--- a/components/header-bar/package.json
+++ b/components/header-bar/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/header-bar",
- "version": "9.3.0",
+ "version": "9.4.0-alpha.2",
"description": "UI HeaderBar",
"repository": {
"type": "git",
@@ -34,21 +34,21 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/box": "9.3.0",
- "@dhis2-ui/button": "9.3.0",
- "@dhis2-ui/card": "9.3.0",
- "@dhis2-ui/center": "9.3.0",
- "@dhis2-ui/divider": "9.3.0",
- "@dhis2-ui/input": "9.3.0",
- "@dhis2-ui/layer": "9.3.0",
- "@dhis2-ui/loader": "9.3.0",
- "@dhis2-ui/logo": "9.3.0",
- "@dhis2-ui/menu": "9.3.0",
- "@dhis2-ui/modal": "9.3.0",
- "@dhis2-ui/user-avatar": "9.3.0",
+ "@dhis2-ui/box": "9.4.0-alpha.2",
+ "@dhis2-ui/button": "9.4.0-alpha.2",
+ "@dhis2-ui/card": "9.4.0-alpha.2",
+ "@dhis2-ui/center": "9.4.0-alpha.2",
+ "@dhis2-ui/divider": "9.4.0-alpha.2",
+ "@dhis2-ui/input": "9.4.0-alpha.2",
+ "@dhis2-ui/layer": "9.4.0-alpha.2",
+ "@dhis2-ui/loader": "9.4.0-alpha.2",
+ "@dhis2-ui/logo": "9.4.0-alpha.2",
+ "@dhis2-ui/menu": "9.4.0-alpha.2",
+ "@dhis2-ui/modal": "9.4.0-alpha.2",
+ "@dhis2-ui/user-avatar": "9.4.0-alpha.2",
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.3.0",
- "@dhis2/ui-icons": "9.3.0",
+ "@dhis2/ui-constants": "9.4.0-alpha.2",
+ "@dhis2/ui-icons": "9.4.0-alpha.2",
"classnames": "^2.3.1",
"moment": "^2.29.1",
"prop-types": "^15.7.2"
diff --git a/components/header-bar/src/apps.js b/components/header-bar/src/apps.js
index ac5046baea..585dc3dee2 100755
--- a/components/header-bar/src/apps.js
+++ b/components/header-bar/src/apps.js
@@ -161,7 +161,9 @@ function List({ apps, filter }) {
min-height: 200px;
max-height: 465px;
- margin: 0 8px 8px 8px;
+ margin-block-start: 0;
+ margin-block-end: 8px;
+ margin-inline: 8px;
overflow: auto;
overflow-x: hidden;
@@ -186,7 +188,7 @@ const AppMenu = ({ apps, filter, onFilterChange }) => (
div {
z-index: 10000;
position: absolute;
- right: -4px;
+ inset-inline-end: -4px;
}
`}
@@ -237,7 +239,9 @@ const Apps = ({ apps }) => {
button {
display: block;
background: transparent;
- padding: ${spacers.dp4} ${spacers.dp12} 0;
+ padding-block-start: ${spacers.dp4};
+ padding-block-end: 0;
+ padding-inline: ${spacers.dp12};
border: 0;
cursor: pointer;
height: 100%;
diff --git a/components/header-bar/src/debug-info/debug-info-table.js b/components/header-bar/src/debug-info/debug-info-table.js
index 0ed5cccf00..bf8d3baf10 100644
--- a/components/header-bar/src/debug-info/debug-info-table.js
+++ b/components/header-bar/src/debug-info/debug-info-table.js
@@ -38,7 +38,9 @@ export function DebugInfoTable() {
font-famile: Menlo, Courier, monospace !important;
}
td {
- padding: 3px 16px 3px 0;
+ padding-block: 3px;
+ padding-inline-end: 16px;
+ padding-inline-start: 0;
}
.debug-info-key {
font-weight: bold;
diff --git a/components/header-bar/src/header-bar.js b/components/header-bar/src/header-bar.js
index 7b8051f98a..673c6b4ab9 100755
--- a/components/header-bar/src/header-bar.js
+++ b/components/header-bar/src/header-bar.js
@@ -119,7 +119,7 @@ export const HeaderBar = ({
height: 48px;
}
.right-control-spacer {
- margin-left: auto;
+ margin-inline-start: auto;
}
`}
diff --git a/components/header-bar/src/header-bar.stories.js b/components/header-bar/src/header-bar.stories.js
index 8ed1eb4916..5f142bd6d4 100644
--- a/components/header-bar/src/header-bar.stories.js
+++ b/components/header-bar/src/header-bar.stories.js
@@ -253,6 +253,14 @@ export const WithOnlineStatusMessage = () => (
)
+export const RTLHeader = () => (
+
+
+
+
+
+)
+
WithOnlineStatusMessage.decorators = [
createDecoratorProvider(
{
diff --git a/components/header-bar/src/logo.js b/components/header-bar/src/logo.js
index fc9320dc21..dd5041d7fa 100755
--- a/components/header-bar/src/logo.js
+++ b/components/header-bar/src/logo.js
@@ -16,8 +16,10 @@ export const Logo = () => {
box-sizing: border-box;
min-width: 49px;
max-height: 48px;
- margin: 0 12px 0 0;
- border-right: 1px solid rgba(32, 32, 32, 0.15);
+ margin-block: 0;
+ margin-inline-end: 12px;
+ margin-inline-start: 0;
+ border-inline-end: 1px solid rgba(32, 32, 32, 0.15);
}
div:hover {
background-color: #1a557f;
diff --git a/components/header-bar/src/notification-icon.js b/components/header-bar/src/notification-icon.js
index 03785e9485..7619e8eeca 100755
--- a/components/header-bar/src/notification-icon.js
+++ b/components/header-bar/src/notification-icon.js
@@ -12,7 +12,7 @@ function icon(kind) {
}
export const NotificationIcon = ({ count, href, kind, dataTestId }) => (
-
+
{icon(kind)}
{count > 0 && {count} }
@@ -47,7 +47,7 @@ export const NotificationIcon = ({ count, href, kind, dataTestId }) => (
z-index: 1;
position: absolute;
top: 3px;
- right: 2px;
+ inset-inline-end: 2px;
min-width: 18px;
min-height: 18px;
border-radius: ${spacers.dp12};
diff --git a/components/header-bar/src/online-status.styles.js b/components/header-bar/src/online-status.styles.js
index 1bbd176002..3352d0e558 100644
--- a/components/header-bar/src/online-status.styles.js
+++ b/components/header-bar/src/online-status.styles.js
@@ -12,7 +12,7 @@ export default css`
}
.container.badge {
- margin-right: ${spacers.dp8};
+ margin-inline-end: ${spacers.dp8};
padding: ${spacers.dp8};
border-radius: 5px;
font-size: 14px;
@@ -41,11 +41,11 @@ export default css`
}
.info {
- margin-right: ${spacers.dp16};
+ margin-inline-end: ${spacers.dp16};
}
.info-dense {
- margin-left: ${spacers.dp12};
+ margin-inline-start: ${spacers.dp12};
font-size: 12px;
}
@@ -54,7 +54,7 @@ export default css`
min-width: 8px;
height: 8px;
border-radius: 8px;
- margin-right: ${spacers.dp4};
+ margin-inline-end: ${spacers.dp4};
}
.icon.online {
diff --git a/components/header-bar/src/profile-menu/profile-header.js b/components/header-bar/src/profile-menu/profile-header.js
index d0eab7ecfd..d3b25a1613 100755
--- a/components/header-bar/src/profile-menu/profile-header.js
+++ b/components/header-bar/src/profile-menu/profile-header.js
@@ -76,7 +76,7 @@ const ProfileDetails = ({ name, email }) => (
div {
display: flex;
flex-direction: column;
- margin-left: 20px;
+ margin-inline-start: 20px;
color: #000;
font-size: 14px;
font-weight: 400;
@@ -104,7 +104,7 @@ export const ProfileHeader = ({ name, email, avatarId }) => (
div {
display: flex;
flex-direction: row;
- margin-left: 24px;
+ margin-inline-start: 24px;
padding-top: 20px;
}
`}
diff --git a/components/header-bar/src/profile-menu/profile-menu.js b/components/header-bar/src/profile-menu/profile-menu.js
index a0e1146810..6a6e8ab5b8 100755
--- a/components/header-bar/src/profile-menu/profile-menu.js
+++ b/components/header-bar/src/profile-menu/profile-menu.js
@@ -159,7 +159,7 @@ export const ProfileMenu = ({ ...props }) => (
div {
z-index: 10000;
position: absolute;
- right: 4px;
+ inset-inline-end: 4px;
width: 320px;
}
`}
diff --git a/components/help/package.json b/components/help/package.json
index c5c5f8fc78..d6c0e35b24 100644
--- a/components/help/package.json
+++ b/components/help/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/help",
- "version": "9.3.0",
+ "version": "9.4.0-alpha.2",
"description": "UI Help",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.3.0",
+ "@dhis2/ui-constants": "9.4.0-alpha.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/input/package.json b/components/input/package.json
index a388794135..92c904e75e 100644
--- a/components/input/package.json
+++ b/components/input/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/input",
- "version": "9.3.0",
+ "version": "9.4.0-alpha.2",
"description": "UI Input",
"repository": {
"type": "git",
@@ -33,13 +33,13 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.3.0",
- "@dhis2-ui/field": "9.3.0",
- "@dhis2-ui/input": "9.3.0",
- "@dhis2-ui/loader": "9.3.0",
- "@dhis2-ui/status-icon": "9.3.0",
- "@dhis2/ui-constants": "9.3.0",
- "@dhis2/ui-icons": "9.3.0",
+ "@dhis2-ui/box": "9.4.0-alpha.2",
+ "@dhis2-ui/field": "9.4.0-alpha.2",
+ "@dhis2-ui/input": "9.4.0-alpha.2",
+ "@dhis2-ui/loader": "9.4.0-alpha.2",
+ "@dhis2-ui/status-icon": "9.4.0-alpha.2",
+ "@dhis2/ui-constants": "9.4.0-alpha.2",
+ "@dhis2/ui-icons": "9.4.0-alpha.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/input/src/input/input.stories.js b/components/input/src/input/input.stories.js
index 87ed65204a..51e39fc357 100644
--- a/components/input/src/input/input.stories.js
+++ b/components/input/src/input/input.stories.js
@@ -122,3 +122,13 @@ ValueTextOverflow.args = {
dense: true,
warning: true,
}
+
+export const RTLErrorPlaceholder = (args) => (
+
+
+
+)
+RTLErrorPlaceholder.args = {
+ error: true,
+ placeholder: 'RTL placeholder',
+}
diff --git a/components/intersection-detector/package.json b/components/intersection-detector/package.json
index a437caa78e..777d2a2ee3 100644
--- a/components/intersection-detector/package.json
+++ b/components/intersection-detector/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/intersection-detector",
- "version": "9.3.0",
+ "version": "9.4.0-alpha.2",
"description": "UI IntersectionDetector",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.3.0",
+ "@dhis2/ui-constants": "9.4.0-alpha.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/label/package.json b/components/label/package.json
index 0188d166cc..95b0233f15 100644
--- a/components/label/package.json
+++ b/components/label/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/label",
- "version": "9.3.0",
+ "version": "9.4.0-alpha.2",
"description": "UI Label",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/required": "9.3.0",
- "@dhis2/ui-constants": "9.3.0",
+ "@dhis2-ui/required": "9.4.0-alpha.2",
+ "@dhis2/ui-constants": "9.4.0-alpha.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/layer/package.json b/components/layer/package.json
index 414062e1df..f04682b479 100644
--- a/components/layer/package.json
+++ b/components/layer/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/layer",
- "version": "9.3.0",
+ "version": "9.4.0-alpha.2",
"description": "UI Layer",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/portal": "9.3.0",
- "@dhis2/ui-constants": "9.3.0",
+ "@dhis2-ui/portal": "9.4.0-alpha.2",
+ "@dhis2/ui-constants": "9.4.0-alpha.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/legend/package.json b/components/legend/package.json
index 23755461ca..c67f88e968 100644
--- a/components/legend/package.json
+++ b/components/legend/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/legend",
- "version": "9.3.0",
+ "version": "9.4.0-alpha.2",
"description": "UI Legend",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/required": "9.3.0",
- "@dhis2/ui-constants": "9.3.0",
+ "@dhis2-ui/required": "9.4.0-alpha.2",
+ "@dhis2/ui-constants": "9.4.0-alpha.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/loader/package.json b/components/loader/package.json
index 8848b1c92c..cec911d129 100644
--- a/components/loader/package.json
+++ b/components/loader/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/loader",
- "version": "9.3.0",
+ "version": "9.4.0-alpha.2",
"description": "UI Loaders",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.3.0",
+ "@dhis2/ui-constants": "9.4.0-alpha.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/loader/src/linear-loader/linear-loader.stories.js b/components/loader/src/linear-loader/linear-loader.stories.js
index 390cf223d1..bbc1df4b02 100644
--- a/components/loader/src/linear-loader/linear-loader.stories.js
+++ b/components/loader/src/linear-loader/linear-loader.stories.js
@@ -50,3 +50,10 @@ export const OverlayComponent = (args) => (
)
OverlayComponent.args = { amount: 80 }
+
+export const RTL = (args) => (
+
+
+
+)
+RTL.args = { amount: 60 }
diff --git a/components/logo/package.json b/components/logo/package.json
index b98da3af3b..ab1679c42b 100644
--- a/components/logo/package.json
+++ b/components/logo/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/logo",
- "version": "9.3.0",
+ "version": "9.4.0-alpha.2",
"description": "UI Logo",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.3.0",
+ "@dhis2/ui-constants": "9.4.0-alpha.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/menu/package.json b/components/menu/package.json
index fb121a59ca..33a71042ed 100644
--- a/components/menu/package.json
+++ b/components/menu/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/menu",
- "version": "9.3.0",
+ "version": "9.4.0-alpha.2",
"description": "UI Menu",
"repository": {
"type": "git",
@@ -33,13 +33,13 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/card": "9.3.0",
- "@dhis2-ui/divider": "9.3.0",
- "@dhis2-ui/layer": "9.3.0",
- "@dhis2-ui/popper": "9.3.0",
- "@dhis2-ui/portal": "9.3.0",
- "@dhis2/ui-constants": "9.3.0",
- "@dhis2/ui-icons": "9.3.0",
+ "@dhis2-ui/card": "9.4.0-alpha.2",
+ "@dhis2-ui/divider": "9.4.0-alpha.2",
+ "@dhis2-ui/layer": "9.4.0-alpha.2",
+ "@dhis2-ui/popper": "9.4.0-alpha.2",
+ "@dhis2-ui/portal": "9.4.0-alpha.2",
+ "@dhis2/ui-constants": "9.4.0-alpha.2",
+ "@dhis2/ui-icons": "9.4.0-alpha.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/menu/src/menu-item/menu-item.stories.js b/components/menu/src/menu-item/menu-item.stories.js
index ff4607aa06..3f1464a714 100644
--- a/components/menu/src/menu-item/menu-item.stories.js
+++ b/components/menu/src/menu-item/menu-item.stories.js
@@ -166,3 +166,14 @@ SubMenus.parameters = {
},
},
}
+
+export const RTLSuffixAndChevron = (args) => (
+
+
+
+)
+RTLSuffixAndChevron.args = {
+ label: 'Security notifications',
+ chevron: true,
+ suffix: 3 ,
+}
diff --git a/components/menu/src/menu-item/menu-item.styles.js b/components/menu/src/menu-item/menu-item.styles.js
index 13de49d4aa..ce68600a38 100644
--- a/components/menu/src/menu-item/menu-item.styles.js
+++ b/components/menu/src/menu-item/menu-item.styles.js
@@ -68,7 +68,7 @@ export default css`
}
li.with-chevron a {
- padding-right: ${spacers.dp8};
+ padding-inline-end: ${spacers.dp8};
}
li.dense a {
@@ -77,7 +77,7 @@ export default css`
}
li.with-chevron.dense a {
- padding-right: ${spacers.dp4};
+ padding-inline-end: ${spacers.dp4};
}
.label {
@@ -91,7 +91,7 @@ export default css`
.icon {
flex-grow: 0;
- margin-right: ${spacers.dp12};
+ margin-inline-end: ${spacers.dp12};
width: 24px;
height: 24px;
}
@@ -99,18 +99,22 @@ export default css`
.suffix {
display: flex;
align-items: center;
- margin-left: ${spacers.dp8};
+ margin-inline-start: ${spacers.dp8};
}
.chevron {
display: flex;
align-items: center;
flex-grow: 0;
- margin-left: ${spacers.dp24};
+ margin-inline-start: ${spacers.dp24};
+ }
+
+ .chevron:dir(rtl) {
+ transform: rotate(180deg);
}
li.dense .icon {
- margin-right: ${spacers.dp8};
+ margin-inline-end: ${spacers.dp8};
width: 16px;
height: 16px;
}
diff --git a/components/menu/src/menu/menu.stories.js b/components/menu/src/menu/menu.stories.js
index 3c75cf535e..426b06e5dc 100644
--- a/components/menu/src/menu/menu.stories.js
+++ b/components/menu/src/menu/menu.stories.js
@@ -75,10 +75,16 @@ export const SideBarMenu = (args) => (
backgroundColor: '#f3ffff',
flexGrow: 1,
padding: 20,
- borderLeft: '1px solid grey',
+ borderInlineStart: '1px solid grey',
}}
>
Main content
)
+
+export const SideBarMenuRTL = (args) => (
+
+
+
+)
diff --git a/components/modal/package.json b/components/modal/package.json
index 4180f7ddd5..df8d71aec2 100644
--- a/components/modal/package.json
+++ b/components/modal/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/modal",
- "version": "9.3.0",
+ "version": "9.4.0-alpha.2",
"description": "UI Modal",
"repository": {
"type": "git",
@@ -33,12 +33,12 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/card": "9.3.0",
- "@dhis2-ui/center": "9.3.0",
- "@dhis2-ui/layer": "9.3.0",
- "@dhis2-ui/portal": "9.3.0",
- "@dhis2/ui-constants": "9.3.0",
- "@dhis2/ui-icons": "9.3.0",
+ "@dhis2-ui/card": "9.4.0-alpha.2",
+ "@dhis2-ui/center": "9.4.0-alpha.2",
+ "@dhis2-ui/layer": "9.4.0-alpha.2",
+ "@dhis2-ui/portal": "9.4.0-alpha.2",
+ "@dhis2/ui-constants": "9.4.0-alpha.2",
+ "@dhis2/ui-icons": "9.4.0-alpha.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/modal/src/modal/close-button.js b/components/modal/src/modal/close-button.js
index e25cc22e5c..45dac34256 100644
--- a/components/modal/src/modal/close-button.js
+++ b/components/modal/src/modal/close-button.js
@@ -23,7 +23,7 @@ export const CloseButton = ({ onClick }) => (
border-radius: 3px;
position: absolute;
top: 0px;
- right: 0px;
+ inset-inline-end: 0px;
}
button:hover {
background-color: ${colors.grey200};
diff --git a/components/modal/src/modal/modal.stories.js b/components/modal/src/modal/modal.stories.js
index 57280ed7dd..d595540033 100644
--- a/components/modal/src/modal/modal.stories.js
+++ b/components/modal/src/modal/modal.stories.js
@@ -9,7 +9,7 @@ import {
import { SingleSelect, SingleSelectOption } from '@dhis2-ui/select'
import { Tooltip } from '@dhis2-ui/tooltip'
import { sharedPropTypes } from '@dhis2/ui-constants'
-import React, { useState } from 'react'
+import React, { useEffect, useState } from 'react'
import { ModalActions, ModalContent, ModalTitle } from '../index.js'
import { Modal } from './modal.js'
@@ -991,3 +991,18 @@ FluidBottom.args = {
position: 'bottom',
}
FluidBottom.storyName = 'Fluid (Bottom)'
+
+export const RTL = (args) => {
+ useEffect(() => {
+ document.body.dir = 'rtl'
+ return () => {
+ document.body.dir = 'ltr'
+ }
+ }, [])
+ return (
+
+
+
+ )
+}
+RTL.args = { small: true, onClose }
diff --git a/components/node/package.json b/components/node/package.json
index 843f3c1d44..20ff8052d1 100644
--- a/components/node/package.json
+++ b/components/node/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/node",
- "version": "9.3.0",
+ "version": "9.4.0-alpha.2",
"description": "UI Node",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/loader": "9.3.0",
- "@dhis2/ui-constants": "9.3.0",
+ "@dhis2-ui/loader": "9.4.0-alpha.2",
+ "@dhis2/ui-constants": "9.4.0-alpha.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/node/src/node.stories.js b/components/node/src/node.stories.js
index 6928d4033e..62a2862ab1 100644
--- a/components/node/src/node.stories.js
+++ b/components/node/src/node.stories.js
@@ -396,3 +396,9 @@ export const TextLeaves = () => (
)
TextLeaves.storyName = 'Text leaves'
+
+export const RTL = (args) => (
+
+
+
+)
diff --git a/components/node/src/toggle.js b/components/node/src/toggle.js
index a9d9bacc8a..1937586128 100644
--- a/components/node/src/toggle.js
+++ b/components/node/src/toggle.js
@@ -4,18 +4,20 @@ import PropTypes from 'prop-types'
import React from 'react'
const ArrowDown = () => (
-
-
-
-
+
)
export const Toggle = ({ open, onOpen, onClose, dataTest }) => {
@@ -40,7 +42,7 @@ export const Toggle = ({ open, onOpen, onClose, dataTest }) => {
div:after {
background: ${colors.grey400};
height: calc(100% - 24px);
- left: 12px;
+ inset-inline-start: 12px;
position: absolute;
top: 15px;
width: 1px;
@@ -55,14 +57,21 @@ export const Toggle = ({ open, onOpen, onClose, dataTest }) => {
z-index: 2;
fill: ${colors.grey900};
}
- div :global(svg) {
+ div :global(.nodeArrow) {
vertical-align: top;
transform: rotate(-90deg);
transition: transform 0.1s ease-out;
}
- .open :global(svg) {
+ div :global(.nodeArrow:dir(rtl)) {
+ transform: rotate(90deg);
+ }
+ .open :global(.nodeArrow) {
+ transform: rotate(0);
+ }
+ .open :global(.nodeArrow:dir(rtl)) {
transform: rotate(0);
}
+
div:hover {
cursor: pointer;
border-radius: 3px;
diff --git a/components/notice-box/package.json b/components/notice-box/package.json
index 31661e9983..41122beddc 100644
--- a/components/notice-box/package.json
+++ b/components/notice-box/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/notice-box",
- "version": "9.3.0",
+ "version": "9.4.0-alpha.2",
"description": "UI NoticeBox",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.3.0",
- "@dhis2/ui-icons": "9.3.0",
+ "@dhis2/ui-constants": "9.4.0-alpha.2",
+ "@dhis2/ui-icons": "9.4.0-alpha.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/organisation-unit-tree/package.json b/components/organisation-unit-tree/package.json
index 9cb56bb6ba..5d81547e2c 100644
--- a/components/organisation-unit-tree/package.json
+++ b/components/organisation-unit-tree/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/organisation-unit-tree",
- "version": "9.3.0",
+ "version": "9.4.0-alpha.2",
"description": "UI OrganisationUnitTree",
"repository": {
"type": "git",
@@ -35,10 +35,10 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/checkbox": "9.3.0",
- "@dhis2-ui/loader": "9.3.0",
- "@dhis2-ui/node": "9.3.0",
- "@dhis2/ui-constants": "9.3.0",
+ "@dhis2-ui/checkbox": "9.4.0-alpha.2",
+ "@dhis2-ui/loader": "9.4.0-alpha.2",
+ "@dhis2-ui/node": "9.4.0-alpha.2",
+ "@dhis2/ui-constants": "9.4.0-alpha.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/organisation-unit-tree/src/__stories__/rtl.js b/components/organisation-unit-tree/src/__stories__/rtl.js
new file mode 100644
index 0000000000..8bc42fdbc1
--- /dev/null
+++ b/components/organisation-unit-tree/src/__stories__/rtl.js
@@ -0,0 +1,14 @@
+import React from 'react'
+import { OrganisationUnitTree } from '../index.js'
+import { onChange } from './shared.js'
+
+export const RTL = () => (
+
+
+
+)
diff --git a/components/organisation-unit-tree/src/organisation-unit-node/label/iconized-checkbox.js b/components/organisation-unit-tree/src/organisation-unit-node/label/iconized-checkbox.js
index 0f117f01ab..e65e264973 100644
--- a/components/organisation-unit-tree/src/organisation-unit-node/label/iconized-checkbox.js
+++ b/components/organisation-unit-tree/src/organisation-unit-node/label/iconized-checkbox.js
@@ -32,7 +32,7 @@ export const IconizedCheckbox = ({
>
diff --git a/components/organisation-unit-tree/src/organisation-unit-node/label/label-container.js b/components/organisation-unit-tree/src/organisation-unit-node/label/label-container.js
index 865cdf805c..c80d5d547a 100644
--- a/components/organisation-unit-tree/src/organisation-unit-node/label/label-container.js
+++ b/components/organisation-unit-tree/src/organisation-unit-node/label/label-container.js
@@ -24,7 +24,7 @@ export const LabelContainer = ({ highlighted, children }) => (
.highlighted {
background: ${colors.teal200};
- padding-right: 4px;
+ padding-inline-end: 4px;
}
`}
diff --git a/components/organisation-unit-tree/src/organisation-unit-tree.stories.js b/components/organisation-unit-tree/src/organisation-unit-tree.stories.js
index ca9f932fde..6a9c6fbfc1 100644
--- a/components/organisation-unit-tree/src/organisation-unit-tree.stories.js
+++ b/components/organisation-unit-tree/src/organisation-unit-tree.stories.js
@@ -66,4 +66,5 @@ export { Loading } from './__stories__/loading.js'
export { RootLoading } from './__stories__/root-loading.js'
export { RootError } from './__stories__/root-error.js'
export { LoadingErrorGrandchild } from './__stories__/loading-error-grandchild.js'
+export { RTL } from './__stories__/rtl.js'
export * from './__stories__/development-stories.js'
diff --git a/components/pagination/package.json b/components/pagination/package.json
index 7daf6e9fa2..d565642091 100644
--- a/components/pagination/package.json
+++ b/components/pagination/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/pagination",
- "version": "9.3.0",
+ "version": "9.4.0-alpha.2",
"description": "UI Pagination",
"repository": {
"type": "git",
@@ -34,10 +34,10 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.3.0",
- "@dhis2-ui/select": "9.3.0",
- "@dhis2/ui-constants": "9.3.0",
- "@dhis2/ui-icons": "9.3.0",
+ "@dhis2-ui/button": "9.4.0-alpha.2",
+ "@dhis2-ui/select": "9.4.0-alpha.2",
+ "@dhis2/ui-constants": "9.4.0-alpha.2",
+ "@dhis2/ui-icons": "9.4.0-alpha.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/pagination/src/page-controls.js b/components/pagination/src/page-controls.js
index ee754dd0e4..6d3e5a7e1c 100644
--- a/components/pagination/src/page-controls.js
+++ b/components/pagination/src/page-controls.js
@@ -30,7 +30,9 @@ const PageControls = ({
onClick={() => onClick(page - 1)}
dataTest={`${dataTest}-page-previous`}
>
-
+
+
+
{translate(previousPageText)}
{translate(nextPageText)}
-
+
+
+
diff --git a/components/pagination/src/page-select.js b/components/pagination/src/page-select.js
index 450de94230..3391e1582e 100644
--- a/components/pagination/src/page-select.js
+++ b/components/pagination/src/page-select.js
@@ -43,7 +43,7 @@ const PageSelect = ({
diff --git a/components/pagination/src/page-size-select.js b/components/pagination/src/page-size-select.js
index 1461a56777..20327e0af4 100644
--- a/components/pagination/src/page-size-select.js
+++ b/components/pagination/src/page-size-select.js
@@ -44,7 +44,7 @@ const PageSizeSelect = ({
align-items: center;
flex-shrink: 0;
min-height: 32px;
- margin-right: ${spacers.dp12};
+ margin-inline-end: ${spacers.dp12};
flex-grow: 1;
}
`}
diff --git a/components/pagination/src/page-summary.js b/components/pagination/src/page-summary.js
index 2508b98682..412f0fcfa6 100644
--- a/components/pagination/src/page-summary.js
+++ b/components/pagination/src/page-summary.js
@@ -38,7 +38,7 @@ const PageSummary = ({
align-items: center;
flex-shrink: 0;
min-height: 32px;
- margin-right: ${spacers.dp12};
+ margin-inline-end: ${spacers.dp12};
}
span {
color: ${colors.grey700};
diff --git a/components/pagination/src/pagination.stories.js b/components/pagination/src/pagination.stories.js
index 554b0c77ca..111ed65890 100644
--- a/components/pagination/src/pagination.stories.js
+++ b/components/pagination/src/pagination.stories.js
@@ -99,3 +99,10 @@ MediumWidth.args = { ...pagers.atTenthPage, boxWidth: 500 }
export const NarrowWidth = InBox.bind({})
NarrowWidth.args = { ...pagers.atTenthPage, boxWidth: 100 }
+
+export const RTL = (args) => (
+
+)
+RTL.args = { ...pagers.atTenthPage }
diff --git a/components/popover/package.json b/components/popover/package.json
index ea2e1cb5ac..7e8e2cf319 100644
--- a/components/popover/package.json
+++ b/components/popover/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/popover",
- "version": "9.3.0",
+ "version": "9.4.0-alpha.2",
"description": "UI Popover",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/layer": "9.3.0",
- "@dhis2-ui/popper": "9.3.0",
- "@dhis2/ui-constants": "9.3.0",
+ "@dhis2-ui/layer": "9.4.0-alpha.2",
+ "@dhis2-ui/popper": "9.4.0-alpha.2",
+ "@dhis2/ui-constants": "9.4.0-alpha.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/popper/package.json b/components/popper/package.json
index 9124b74243..ecc5492f17 100644
--- a/components/popper/package.json
+++ b/components/popper/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/popper",
- "version": "9.3.0",
+ "version": "9.4.0-alpha.2",
"description": "UI Popper",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.3.0",
+ "@dhis2/ui-constants": "9.4.0-alpha.2",
"@popperjs/core": "^2.10.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2",
diff --git a/components/popper/src/popper.js b/components/popper/src/popper.js
index e046dbcba2..453e3a067f 100644
--- a/components/popper/src/popper.js
+++ b/components/popper/src/popper.js
@@ -5,6 +5,16 @@ import { usePopper } from 'react-popper'
import { getReferenceElement } from './get-reference-element.js'
import { deduplicateModifiers } from './modifiers.js'
+const flipPlacement = (placement) => {
+ if (placement.startsWith('right')) {
+ return placement.replace('right', 'left')
+ }
+ if (placement.startsWith('left')) {
+ return placement.replace('left', 'right')
+ }
+ return placement
+}
+
const Popper = ({
children,
className,
@@ -32,7 +42,10 @@ const Popper = ({
const { styles, attributes } = usePopper(referenceElement, popperElement, {
strategy,
onFirstUpdate,
- placement,
+ placement:
+ document.documentElement.dir === 'rtl'
+ ? flipPlacement(placement)
+ : placement,
modifiers: deduplicatedModifiers,
})
diff --git a/components/popper/src/popper.stories.js b/components/popper/src/popper.stories.js
index f052ce37f5..faba883903 100644
--- a/components/popper/src/popper.stories.js
+++ b/components/popper/src/popper.stories.js
@@ -1,5 +1,5 @@
import { sharedPropTypes } from '@dhis2/ui-constants'
-import React, { useRef } from 'react'
+import React, { useEffect, useRef } from 'react'
import { Popper } from './popper.js'
const description = `
@@ -143,3 +143,20 @@ export const VirtualElementRef = (args) => {
}
VirtualElementRef.args = { placement: 'left-end' }
VirtualElementRef.parameters = { docs: { source: { type: 'code' } } }
+
+export const RTL = (args) => {
+ useEffect(() => {
+ document.documentElement.setAttribute('dir', 'rtl')
+ return () => {
+ document.documentElement.setAttribute('dir', 'ltr')
+ }
+ }, [])
+ return (
+
+ If dir=rtl, `left` and `right` placement are reversed
+
+
+
+
+ )
+}
diff --git a/components/portal/package.json b/components/portal/package.json
index 98c96d8ad3..75e839bf5a 100644
--- a/components/portal/package.json
+++ b/components/portal/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/portal",
- "version": "9.3.0",
+ "version": "9.4.0-alpha.2",
"description": "UI Portal",
"repository": {
"type": "git",
diff --git a/components/radio/package.json b/components/radio/package.json
index cd0a99e696..2c98640b96 100644
--- a/components/radio/package.json
+++ b/components/radio/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/radio",
- "version": "9.3.0",
+ "version": "9.4.0-alpha.2",
"description": "UI Radio",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.3.0",
+ "@dhis2/ui-constants": "9.4.0-alpha.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/radio/src/radio.js b/components/radio/src/radio.js
index e3050b6abb..67e0f11a9a 100644
--- a/components/radio/src/radio.js
+++ b/components/radio/src/radio.js
@@ -132,7 +132,7 @@ class Radio extends Component {
width: 18px;
/* The same offset as the icon, 2px border, 1px padding */
- left: 3px;
+ inset-inline-start: 3px;
}
label.dense input {
@@ -143,14 +143,14 @@ class Radio extends Component {
.icon {
user-select: none;
- margin-right: ${label ? spacers.dp4 : 0};
+ margin-inline-end: ${label ? spacers.dp4 : 0};
border: 2px solid transparent;
padding: 1px;
border-radius: 50%;
}
label.dense .icon {
- margin-right: 3px;
+ margin-inline-end: 3px;
}
input:focus + .icon {
diff --git a/components/radio/src/radio.stories.js b/components/radio/src/radio.stories.js
index b1a06403a3..18cb8c39b4 100644
--- a/components/radio/src/radio.stories.js
+++ b/components/radio/src/radio.stories.js
@@ -151,3 +151,9 @@ ImageLabelDense.storyName = 'Image label - Dense'
export const NoLabel = Template.bind({})
NoLabel.args = { label: null, className: 'some-name' }
+
+export const RTL = (args) => (
+
+
+
+)
diff --git a/components/required/package.json b/components/required/package.json
index b5ebd593e4..ad04435386 100644
--- a/components/required/package.json
+++ b/components/required/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/required",
- "version": "9.3.0",
+ "version": "9.4.0-alpha.2",
"description": "UI Required",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.3.0",
+ "@dhis2/ui-constants": "9.4.0-alpha.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/required/src/required.js b/components/required/src/required.js
index 0e53ef1254..d61bf29161 100644
--- a/components/required/src/required.js
+++ b/components/required/src/required.js
@@ -7,7 +7,7 @@ export const Required = ({ dataTest }) => (
*
diff --git a/components/segmented-control/package.json b/components/segmented-control/package.json
index d3fa03c0f7..11ad3f8ba4 100644
--- a/components/segmented-control/package.json
+++ b/components/segmented-control/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/segmented-control",
- "version": "9.3.0",
+ "version": "9.4.0-alpha.2",
"description": "UI Segmented Control",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.3.0",
+ "@dhis2/ui-constants": "9.4.0-alpha.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/select/package.json b/components/select/package.json
index c5c5f84bd1..a1a3c59f93 100644
--- a/components/select/package.json
+++ b/components/select/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/select",
- "version": "9.3.0",
+ "version": "9.4.0-alpha.2",
"description": "UI Select",
"repository": {
"type": "git",
@@ -34,19 +34,19 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.3.0",
- "@dhis2-ui/button": "9.3.0",
- "@dhis2-ui/card": "9.3.0",
- "@dhis2-ui/checkbox": "9.3.0",
- "@dhis2-ui/chip": "9.3.0",
- "@dhis2-ui/field": "9.3.0",
- "@dhis2-ui/input": "9.3.0",
- "@dhis2-ui/layer": "9.3.0",
- "@dhis2-ui/loader": "9.3.0",
- "@dhis2-ui/popper": "9.3.0",
- "@dhis2-ui/status-icon": "9.3.0",
- "@dhis2/ui-constants": "9.3.0",
- "@dhis2/ui-icons": "9.3.0",
+ "@dhis2-ui/box": "9.4.0-alpha.2",
+ "@dhis2-ui/button": "9.4.0-alpha.2",
+ "@dhis2-ui/card": "9.4.0-alpha.2",
+ "@dhis2-ui/checkbox": "9.4.0-alpha.2",
+ "@dhis2-ui/chip": "9.4.0-alpha.2",
+ "@dhis2-ui/field": "9.4.0-alpha.2",
+ "@dhis2-ui/input": "9.4.0-alpha.2",
+ "@dhis2-ui/layer": "9.4.0-alpha.2",
+ "@dhis2-ui/loader": "9.4.0-alpha.2",
+ "@dhis2-ui/popper": "9.4.0-alpha.2",
+ "@dhis2-ui/status-icon": "9.4.0-alpha.2",
+ "@dhis2/ui-constants": "9.4.0-alpha.2",
+ "@dhis2/ui-icons": "9.4.0-alpha.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/select/src/multi-select/input.js b/components/select/src/multi-select/input.js
index 47706bfbdb..cc0711345d 100644
--- a/components/select/src/multi-select/input.js
+++ b/components/select/src/multi-select/input.js
@@ -79,8 +79,8 @@ const Input = ({
}
.root-right {
- margin-left: auto;
- margin-right: 10px;
+ margin-inline-start: auto;
+ margin-inline-end: 10px;
}
`}
diff --git a/components/select/src/multi-select/multi-select.stories.js b/components/select/src/multi-select/multi-select.stories.js
index 5f0c45bea2..132dc1546b 100644
--- a/components/select/src/multi-select/multi-select.stories.js
+++ b/components/select/src/multi-select/multi-select.stories.js
@@ -1,6 +1,6 @@
import { sharedPropTypes } from '@dhis2/ui-constants'
import PropTypes from 'prop-types'
-import React from 'react'
+import React, { useEffect } from 'react'
import { MultiSelectOption } from '../index.js'
import { MultiSelect } from './index.js'
@@ -366,3 +366,18 @@ export const ShiftedIntoView = (args) => (
`}
>
)
+
+export const RTL = (args) => {
+ useEffect(() => {
+ document.body.dir = 'rtl'
+ return () => {
+ document.body.dir = 'ltr'
+ }
+ }, [])
+ return (
+
+
+
+ )
+}
+RTL.args = { selected: ['1', '2'], prefix: 'RTL text' }
diff --git a/components/selector-bar/package.json b/components/selector-bar/package.json
index 7bf815be6f..1dce7cc047 100644
--- a/components/selector-bar/package.json
+++ b/components/selector-bar/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/selector-bar",
- "version": "9.3.0",
+ "version": "9.4.0-alpha.2",
"description": "UI Select",
"repository": {
"type": "git",
@@ -33,21 +33,21 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/button": "9.3.0",
- "@dhis2-ui/card": "9.3.0",
- "@dhis2-ui/popper": "9.3.0",
- "@dhis2-ui/layer": "9.3.0",
- "@dhis2/ui-constants": "9.3.0",
- "@dhis2/ui-icons": "9.3.0",
+ "@dhis2-ui/button": "9.4.0-alpha.2",
+ "@dhis2-ui/card": "9.4.0-alpha.2",
+ "@dhis2-ui/popper": "9.4.0-alpha.2",
+ "@dhis2-ui/layer": "9.4.0-alpha.2",
+ "@dhis2/ui-constants": "9.4.0-alpha.2",
+ "@dhis2/ui-icons": "9.4.0-alpha.2",
"@testing-library/react": "^12.1.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
"devDependencies": {
- "@dhis2-ui/css": "9.3.0",
- "@dhis2-ui/menu": "9.3.0",
- "@dhis2-ui/organisation-unit-tree": "9.3.0",
- "@dhis2-ui/select": "9.3.0",
+ "@dhis2-ui/css": "9.4.0-alpha.2",
+ "@dhis2-ui/menu": "9.4.0-alpha.2",
+ "@dhis2-ui/organisation-unit-tree": "9.4.0-alpha.2",
+ "@dhis2-ui/select": "9.4.0-alpha.2",
"@dhis2/d2-i18n": "^1.1.0",
"@testing-library/jest-dom": "^5.16.1",
"react": "16.13",
diff --git a/components/selector-bar/src/selector-bar-item/selector-bar-item.js b/components/selector-bar/src/selector-bar-item/selector-bar-item.js
index a37ced37e0..16b8a6ce48 100644
--- a/components/selector-bar/src/selector-bar-item/selector-bar-item.js
+++ b/components/selector-bar/src/selector-bar-item/selector-bar-item.js
@@ -115,7 +115,9 @@ export const SelectorBarItem = ({
* that's why the padding on the right is only 8px.
*/ ''
}
- padding: 0 ${spacers.dp8} 0 ${spacers.dp12};
+ padding-block: 0;
+ padding-inline-start: ${spacers.dp8};
+ padding-inline-end: ${spacers.dp12};
font-size: 14px;
line-height: 16px;
border: none;
@@ -135,13 +137,13 @@ export const SelectorBarItem = ({
}
.value {
- padding-left: ${spacers.dp8};
+ padding-inline-start: ${spacers.dp8};
}
.clear-icon {
display: flex;
align-items: center;
- margin-left: ${spacers.dp4};
+ margin-inline-start: ${spacers.dp4};
padding: ${spacers.dp4};
cursor: pointer;
}
@@ -155,7 +157,7 @@ export const SelectorBarItem = ({
.toggle-icon {
display: flex;
- margin-left: ${spacers.dp4};
+ margin-inline-start: ${spacers.dp4};
height: 100%;
align-items: center;
}
diff --git a/components/selector-bar/src/selector-bar/__stories__/rtl.js b/components/selector-bar/src/selector-bar/__stories__/rtl.js
new file mode 100644
index 0000000000..e44d9133d7
--- /dev/null
+++ b/components/selector-bar/src/selector-bar/__stories__/rtl.js
@@ -0,0 +1,105 @@
+import { Button } from '@dhis2-ui/button'
+import React from 'react'
+import { SelectorBar, SelectorBarItem } from '../../index.js'
+import {
+ OrgUnitSelect,
+ MenuSelect,
+ createDecoratorCustomDataProvider,
+ createStatefulDecorator,
+ decoratorCommonStyles,
+ workflows,
+} from './common.js'
+
+const RHSContent = () => (
+
+ Options
+
+
+)
+
+export const RTL = (
+ _,
+ {
+ workflow,
+ setWorkflow,
+ workflowOpen,
+ setWorkflowOpen,
+ orgUnit,
+ setOrgUnit,
+ orgUnitOpen,
+ setOrgUnitOpen,
+ }
+) => {
+ return (
+
+ {
+ setWorkflow(null)
+ setOrgUnit(null)
+ }}
+ additionalContent={ }
+ >
+ {
+ setWorkflow(null)
+ }}
+ >
+ {
+ setWorkflow(
+ workflows.find(
+ (currentWorkflow) =>
+ selected === currentWorkflow.value
+ )
+ )
+ setWorkflowOpen(false)
+ }}
+ />
+
+
+ {
+ setOrgUnit(null)
+ }}
+ >
+ {
+ evt.stopPropagation()
+ setOrgUnit(nextOrgUnit)
+ setOrgUnitOpen(false)
+ }}
+ />
+
+
+
+ )
+}
+
+RTL.decorators = [
+ decoratorCommonStyles,
+ createStatefulDecorator(),
+ createDecoratorCustomDataProvider(),
+]
diff --git a/components/selector-bar/src/selector-bar/selector-bar.js b/components/selector-bar/src/selector-bar/selector-bar.js
index d679044bdd..3e0263c5c1 100644
--- a/components/selector-bar/src/selector-bar/selector-bar.js
+++ b/components/selector-bar/src/selector-bar/selector-bar.js
@@ -85,7 +85,7 @@ export const SelectorBar = ({
* 8px already come from the clear selection component
*/ ''
}
- padding-left: 4px;
+ padding-inline-start: 4px;
}
`}
diff --git a/components/selector-bar/src/selector-bar/selector-bar.stories.js b/components/selector-bar/src/selector-bar/selector-bar.stories.js
index 6327460dfb..f9847826b8 100644
--- a/components/selector-bar/src/selector-bar/selector-bar.stories.js
+++ b/components/selector-bar/src/selector-bar/selector-bar.stories.js
@@ -3,3 +3,4 @@ export { WithSomeInputs } from './__stories__/with-some-inputs.js'
export { WithAdditionalContent } from './__stories__/with-right-hand-side-content.js'
export { KeepOrgUnitExpanded } from './__stories__/keep-org-unit-expanded.js'
export { WithMultipleRows } from './__stories__/with-multiple-rows.js'
+export { RTL } from './__stories__/rtl.js'
diff --git a/components/sharing-dialog/package.json b/components/sharing-dialog/package.json
index f2955a3c42..61e287e140 100644
--- a/components/sharing-dialog/package.json
+++ b/components/sharing-dialog/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/sharing-dialog",
- "version": "9.3.0",
+ "version": "9.4.0-alpha.2",
"description": "UI SharingDialog",
"repository": {
"type": "git",
@@ -35,22 +35,22 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.3.0",
- "@dhis2-ui/button": "9.3.0",
- "@dhis2-ui/card": "9.3.0",
- "@dhis2-ui/divider": "9.3.0",
- "@dhis2-ui/input": "9.3.0",
- "@dhis2-ui/layer": "9.3.0",
- "@dhis2-ui/menu": "9.3.0",
- "@dhis2-ui/modal": "9.3.0",
- "@dhis2-ui/notice-box": "9.3.0",
- "@dhis2-ui/popper": "9.3.0",
- "@dhis2-ui/select": "9.3.0",
- "@dhis2-ui/tab": "9.3.0",
- "@dhis2-ui/tooltip": "9.3.0",
- "@dhis2-ui/user-avatar": "9.3.0",
- "@dhis2/ui-constants": "9.3.0",
- "@dhis2/ui-icons": "9.3.0",
+ "@dhis2-ui/box": "9.4.0-alpha.2",
+ "@dhis2-ui/button": "9.4.0-alpha.2",
+ "@dhis2-ui/card": "9.4.0-alpha.2",
+ "@dhis2-ui/divider": "9.4.0-alpha.2",
+ "@dhis2-ui/input": "9.4.0-alpha.2",
+ "@dhis2-ui/layer": "9.4.0-alpha.2",
+ "@dhis2-ui/menu": "9.4.0-alpha.2",
+ "@dhis2-ui/modal": "9.4.0-alpha.2",
+ "@dhis2-ui/notice-box": "9.4.0-alpha.2",
+ "@dhis2-ui/popper": "9.4.0-alpha.2",
+ "@dhis2-ui/select": "9.4.0-alpha.2",
+ "@dhis2-ui/tab": "9.4.0-alpha.2",
+ "@dhis2-ui/tooltip": "9.4.0-alpha.2",
+ "@dhis2-ui/user-avatar": "9.4.0-alpha.2",
+ "@dhis2/ui-constants": "9.4.0-alpha.2",
+ "@dhis2/ui-icons": "9.4.0-alpha.2",
"@react-hook/size": "^2.1.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
diff --git a/components/sharing-dialog/src/access-list/list-item.js b/components/sharing-dialog/src/access-list/list-item.js
index b2cb117d6c..2848f167c8 100644
--- a/components/sharing-dialog/src/access-list/list-item.js
+++ b/components/sharing-dialog/src/access-list/list-item.js
@@ -86,7 +86,7 @@ export const ListItem = ({
}
.details-text {
- margin-left: 8px;
+ margin-inline-start: 8px;
}
.details-name {
diff --git a/components/sharing-dialog/src/sharing-dialog.stories.js b/components/sharing-dialog/src/sharing-dialog.stories.js
index cf0934eeaf..72181e4479 100644
--- a/components/sharing-dialog/src/sharing-dialog.stories.js
+++ b/components/sharing-dialog/src/sharing-dialog.stories.js
@@ -1,5 +1,5 @@
import { CustomDataProvider } from '@dhis2/app-runtime'
-import React from 'react'
+import React, { useEffect } from 'react'
import { SharingDialog } from './sharing-dialog.js'
const subtitle = 'The common dialog for managing object sharing in DHIS2 apps'
@@ -249,3 +249,23 @@ export const ForDashboardWithCascadeSharingPartialSuccess = (args) => (
ForDashboardWithCascadeSharingPartialSuccess.storyName =
'For dashboard with cascading sharing partial success'
ForDashboardWithCascadeSharingPartialSuccess.args = { type: 'dashboard' }
+
+export const RTL = (args) => {
+ useEffect(() => {
+ document.body.dir = 'rtl'
+ return () => {
+ document.body.dir = 'ltr'
+ }
+ }, [])
+ return (
+
+
+
+
+
+ )
+}
+
+RTL.parameters = {
+ docs: { disable: false, source: { type: 'dynamic' } },
+}
diff --git a/components/status-icon/package.json b/components/status-icon/package.json
index 2ce7020138..ca27d947c4 100644
--- a/components/status-icon/package.json
+++ b/components/status-icon/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/status-icon",
- "version": "9.3.0",
+ "version": "9.4.0-alpha.2",
"description": "UI StatusIcon",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/loader": "9.3.0",
- "@dhis2/ui-constants": "9.3.0",
- "@dhis2/ui-icons": "9.3.0",
+ "@dhis2-ui/loader": "9.4.0-alpha.2",
+ "@dhis2/ui-constants": "9.4.0-alpha.2",
+ "@dhis2/ui-icons": "9.4.0-alpha.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/switch/package.json b/components/switch/package.json
index cddb28e894..0c487e2b51 100644
--- a/components/switch/package.json
+++ b/components/switch/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/switch",
- "version": "9.3.0",
+ "version": "9.4.0-alpha.2",
"description": "UI Switch",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/field": "9.3.0",
- "@dhis2-ui/required": "9.3.0",
- "@dhis2/ui-constants": "9.3.0",
+ "@dhis2-ui/field": "9.4.0-alpha.2",
+ "@dhis2-ui/required": "9.4.0-alpha.2",
+ "@dhis2/ui-constants": "9.4.0-alpha.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/switch/src/switch/switch-icons.js b/components/switch/src/switch/switch-icons.js
index 2f7815c348..9f7a74c744 100644
--- a/components/switch/src/switch/switch-icons.js
+++ b/components/switch/src/switch/switch-icons.js
@@ -11,6 +11,14 @@ const styles = css`
width: 35px;
}
+ svg:dir(rtl) {
+ transform: scale(-1, 1);
+ }
+
+ svg[dir='rtl'] {
+ transform: scale(-1, 1);
+ }
+
svg.dense {
height: 14px;
width: 27px;
@@ -27,6 +35,14 @@ const styles = css`
fill: ${colors.white};
}
+ svg .checkmark:dir(rtl) {
+ display: none;
+ }
+
+ svg[dir='rtl'] .checkmark {
+ display: none;
+ }
+
svg.checked .handle-unchecked,
svg:not(.checked) .handle-checked {
fill: none;
@@ -85,6 +101,7 @@ export function SwitchRegular({ className }) {
viewBox="0 0 42 22"
xmlns="http://www.w3.org/2000/svg"
className={className}
+ dir={document.documentElement?.dir ?? 'ltr'}
>
{
+ useEffect(() => {
+ document.documentElement.setAttribute('dir', 'rtl')
+ return () => {
+ document.documentElement.setAttribute('dir', 'ltr')
+ }
+ }, [])
+
+ return (
+
+
+
+
+
+ )
+}
diff --git a/components/tab/package.json b/components/tab/package.json
index 3eb7d235c9..f3fb56c912 100644
--- a/components/tab/package.json
+++ b/components/tab/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/tab",
- "version": "9.3.0",
+ "version": "9.4.0-alpha.2",
"description": "UI Tabs",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.3.0",
- "@dhis2/ui-icons": "9.3.0",
+ "@dhis2/ui-constants": "9.4.0-alpha.2",
+ "@dhis2/ui-icons": "9.4.0-alpha.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/tab/src/tab-bar/tab-bar.stories.js b/components/tab/src/tab-bar/tab-bar.stories.js
index 8b779985d4..d56bbeced3 100644
--- a/components/tab/src/tab-bar/tab-bar.stories.js
+++ b/components/tab/src/tab-bar/tab-bar.stories.js
@@ -183,3 +183,9 @@ export const TabStatesWithIcon = (args) => (
)
TabStatesWithIcon.storyName = 'Tab states - with icon'
+
+export const RTL = (args) => (
+
+
+
+)
diff --git a/components/tab/src/tab/tab.js b/components/tab/src/tab/tab.js
index 59361cb17b..bb85dcec9c 100644
--- a/components/tab/src/tab/tab.js
+++ b/components/tab/src/tab/tab.js
@@ -56,7 +56,7 @@ const Tab = ({
display: block;
position: absolute;
bottom: -1px;
- left: 0;
+ inset-inline-start: 0;
height: 4px;
width: 100%;
background-color: transparent;
diff --git a/components/table/package.json b/components/table/package.json
index bb4a8ba77d..e836b9bed0 100644
--- a/components/table/package.json
+++ b/components/table/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/table",
- "version": "9.3.0",
+ "version": "9.4.0-alpha.2",
"description": "UI Table",
"repository": {
"type": "git",
@@ -34,8 +34,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.3.0",
- "@dhis2/ui-icons": "9.3.0",
+ "@dhis2/ui-constants": "9.4.0-alpha.2",
+ "@dhis2/ui-icons": "9.4.0-alpha.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/table/src/data-table/data-table.stories.js b/components/table/src/data-table/data-table.stories.js
index 78b557e2eb..905f308c0c 100644
--- a/components/table/src/data-table/data-table.stories.js
+++ b/components/table/src/data-table/data-table.stories.js
@@ -1334,3 +1334,9 @@ export const LongCellContentLargeCells = LongCellContentTemplate.bind({})
LongCellContentLargeCells.args = {
large: 'true',
}
+
+export const RTL = (args) => (
+
+
+
+)
diff --git a/components/table/src/data-table/table-elements/__tests__/table-data-cell.test.js b/components/table/src/data-table/table-elements/__tests__/table-data-cell.test.js
index bbe006f9e0..f8c5b9e383 100644
--- a/components/table/src/data-table/table-elements/__tests__/table-data-cell.test.js
+++ b/components/table/src/data-table/table-elements/__tests__/table-data-cell.test.js
@@ -71,7 +71,7 @@ describe('', () => {
const left = '200px'
const wrapper = shallow( )
- expect(wrapper.html()).toContain(`left: ${left};`)
+ expect(wrapper.html()).toContain(`inset-inline-start: ${left};`)
})
it('accepts a muted prop', () => {
const wrapper = shallow( )
diff --git a/components/table/src/data-table/table-elements/__tests__/table-header-cell.test.js b/components/table/src/data-table/table-elements/__tests__/table-header-cell.test.js
index 65968f72a8..4e40ed69c8 100644
--- a/components/table/src/data-table/table-elements/__tests__/table-header-cell.test.js
+++ b/components/table/src/data-table/table-elements/__tests__/table-header-cell.test.js
@@ -77,7 +77,7 @@ describe('', () => {
const left = '200px'
const wrapper = shallow( )
- expect(wrapper.html()).toContain(`left: ${left};`)
+ expect(wrapper.html()).toContain(`inset-inline-start: ${left};`)
})
it('accepts an muted prop', () => {
const wrapper = shallow( )
diff --git a/components/table/src/data-table/table-elements/table-body.js b/components/table/src/data-table/table-elements/table-body.js
index 21df723540..b170b871f7 100644
--- a/components/table/src/data-table/table-elements/table-body.js
+++ b/components/table/src/data-table/table-elements/table-body.js
@@ -24,15 +24,15 @@ export const TableBody = forwardRef(
position: absolute;
top: 0;
bottom: 0;
- left: 0;
- right: 0;
+ inset-inline-start: 0;
+ inset-inline-end: 0;
background-color: rgba(255, 255, 255, 0.8);
}
.loading:after {
content: '';
position: absolute;
top: calc(50% - 24px);
- left: calc(50% - 24px);
+ inset-inline-start: calc(50% - 24px);
width: 48px;
height: 48px;
border: 6px solid rgba(110, 122, 138, 0.15);
diff --git a/components/table/src/data-table/table-elements/table-data-cell/table-data-cell.js b/components/table/src/data-table/table-elements/table-data-cell/table-data-cell.js
index 0713423832..f5e861b4e2 100644
--- a/components/table/src/data-table/table-elements/table-data-cell/table-data-cell.js
+++ b/components/table/src/data-table/table-elements/table-data-cell/table-data-cell.js
@@ -5,6 +5,12 @@ import PropTypes from 'prop-types'
import React, { forwardRef } from 'react'
import styles from './table-data-cell.styles.js'
+const rtlCorrespondingAlignments = {
+ left: 'right',
+ right: 'left',
+ center: 'center',
+}
+
export const TableDataCell = forwardRef(
(
{
@@ -30,50 +36,56 @@ export const TableDataCell = forwardRef(
...props
},
ref
- ) => (
-
- {children}
-
-
-
- )
+ ) => {
+ const rtlAlign = rtlCorrespondingAlignments[align] ?? align
+ return (
+
+ {children}
+
+
+
+ )
+ }
)
TableDataCell.displayName = 'TableDataCell'
diff --git a/components/table/src/data-table/table-elements/table-data-cell/table-data-cell.styles.js b/components/table/src/data-table/table-elements/table-data-cell/table-data-cell.styles.js
index a430c98d15..ba7b3da41c 100644
--- a/components/table/src/data-table/table-elements/table-data-cell/table-data-cell.styles.js
+++ b/components/table/src/data-table/table-elements/table-data-cell/table-data-cell.styles.js
@@ -14,10 +14,10 @@ export default css`
outline-offset: -2px;
}
td.bordered {
- border-right: 1px solid ${colors.grey300};
+ border-inline-end: 1px solid ${colors.grey300};
}
td.bordered:last-child {
- border-right: 1px solid transparent;
+ border-inline-end: 1px solid transparent;
}
td.error {
color: ${colors.red700};
diff --git a/components/table/src/data-table/table-elements/table-header-cell-action.js b/components/table/src/data-table/table-elements/table-header-cell-action.js
index 0a668265fa..286f8d6903 100644
--- a/components/table/src/data-table/table-elements/table-header-cell-action.js
+++ b/components/table/src/data-table/table-elements/table-header-cell-action.js
@@ -26,7 +26,7 @@ export const TableHeaderCellAction = forwardRef(
flex-shrink: 0;
cursor: pointer;
border-radius: 4px;
- margin-left: 2px;
+ margin-inline-start: 2px;
}
button:hover,
button:focus-visible {
diff --git a/components/table/src/data-table/table-elements/table-header-cell/table-header-cell.js b/components/table/src/data-table/table-elements/table-header-cell/table-header-cell.js
index dc946c7a29..2ad55320ba 100644
--- a/components/table/src/data-table/table-elements/table-header-cell/table-header-cell.js
+++ b/components/table/src/data-table/table-elements/table-header-cell/table-header-cell.js
@@ -60,7 +60,7 @@ export const TableHeaderCell = forwardRef(
diff --git a/components/tag/src/tag.stories.js b/components/tag/src/tag.stories.js
index 93cf9ed73d..d5eb89e75f 100644
--- a/components/tag/src/tag.stories.js
+++ b/components/tag/src/tag.stories.js
@@ -103,3 +103,10 @@ WithClippedTextAndMaxWidth.args = {
children: 'I am long text',
maxWidth: '50px',
}
+
+export const RTL = (args) => (
+
+
+
+)
+RTL.args = { icon: }
diff --git a/components/text-area/package.json b/components/text-area/package.json
index ac395c4c5c..f46e6c50e1 100644
--- a/components/text-area/package.json
+++ b/components/text-area/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/text-area",
- "version": "9.3.0",
+ "version": "9.4.0-alpha.2",
"description": "UI TextArea",
"repository": {
"type": "git",
@@ -33,12 +33,12 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.3.0",
- "@dhis2-ui/field": "9.3.0",
- "@dhis2-ui/loader": "9.3.0",
- "@dhis2-ui/status-icon": "9.3.0",
- "@dhis2/ui-constants": "9.3.0",
- "@dhis2/ui-icons": "9.3.0",
+ "@dhis2-ui/box": "9.4.0-alpha.2",
+ "@dhis2-ui/field": "9.4.0-alpha.2",
+ "@dhis2-ui/loader": "9.4.0-alpha.2",
+ "@dhis2-ui/status-icon": "9.4.0-alpha.2",
+ "@dhis2/ui-constants": "9.4.0-alpha.2",
+ "@dhis2/ui-icons": "9.4.0-alpha.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/text-area/src/text-area/text-area.stories.js b/components/text-area/src/text-area/text-area.stories.js
index d73d5f55e4..ee9acc7589 100644
--- a/components/text-area/src/text-area/text-area.stories.js
+++ b/components/text-area/src/text-area/text-area.stories.js
@@ -209,3 +209,11 @@ export const Autogrow = (args) => (
/>
>
)
+
+export const RTL = (args) => (
+
+
+
+)
+RTL.args = { valid: true, value: 'This RTL text is valid' }
+RTL.storyName = 'RTL: Valid'
diff --git a/components/tooltip/package.json b/components/tooltip/package.json
index 110e8ff041..9cd100502a 100644
--- a/components/tooltip/package.json
+++ b/components/tooltip/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/tooltip",
- "version": "9.3.0",
+ "version": "9.4.0-alpha.2",
"description": "UI Tooltip",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/popper": "9.3.0",
- "@dhis2-ui/portal": "9.3.0",
- "@dhis2/ui-constants": "9.3.0",
+ "@dhis2-ui/popper": "9.4.0-alpha.2",
+ "@dhis2-ui/portal": "9.4.0-alpha.2",
+ "@dhis2/ui-constants": "9.4.0-alpha.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/tooltip/src/tooltip.stories.js b/components/tooltip/src/tooltip.stories.js
index 706446b731..2cdfca7c55 100644
--- a/components/tooltip/src/tooltip.stories.js
+++ b/components/tooltip/src/tooltip.stories.js
@@ -1,4 +1,4 @@
-import React from 'react'
+import React, { useEffect } from 'react'
import { Tooltip } from './tooltip.js'
const subtitle = 'Displayed when a user hovers over the element'
@@ -186,3 +186,18 @@ export const HidesWhenOutOfFrame = (args) => (
{"I'm an extra paragraph"}
)
+
+export const RTLLeft = (args) => {
+ useEffect(() => {
+ document.documentElement.setAttribute('dir', 'rtl')
+ return () => {
+ document.documentElement.setAttribute('dir', 'ltr')
+ }
+ }, [])
+ return (
+
+
+
+ )
+}
+RTLLeft.args = { placement: 'left' }
diff --git a/components/transfer/package.json b/components/transfer/package.json
index 133738cbbe..aca22e7170 100644
--- a/components/transfer/package.json
+++ b/components/transfer/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/transfer",
- "version": "9.3.0",
+ "version": "9.4.0-alpha.2",
"description": "UI Transfer",
"repository": {
"type": "git",
@@ -33,12 +33,12 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.3.0",
- "@dhis2-ui/field": "9.3.0",
- "@dhis2-ui/input": "9.3.0",
- "@dhis2-ui/intersection-detector": "9.3.0",
- "@dhis2-ui/loader": "9.3.0",
- "@dhis2/ui-constants": "9.3.0",
+ "@dhis2-ui/button": "9.4.0-alpha.2",
+ "@dhis2-ui/field": "9.4.0-alpha.2",
+ "@dhis2-ui/input": "9.4.0-alpha.2",
+ "@dhis2-ui/intersection-detector": "9.4.0-alpha.2",
+ "@dhis2-ui/loader": "9.4.0-alpha.2",
+ "@dhis2/ui-constants": "9.4.0-alpha.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/transfer/src/end-intersection-detector.js b/components/transfer/src/end-intersection-detector.js
index 088d4dfed7..b58fcc4a16 100644
--- a/components/transfer/src/end-intersection-detector.js
+++ b/components/transfer/src/end-intersection-detector.js
@@ -20,7 +20,7 @@ export const EndIntersectionDetector = ({
position: absolute;
z-index: -1;
bottom: 0;
- left: 0;
+ inset-inline-start: 0;
}
`}
diff --git a/components/transfer/src/icons.js b/components/transfer/src/icons.js
index 4f86ac2274..ddbda732c4 100644
--- a/components/transfer/src/icons.js
+++ b/components/transfer/src/icons.js
@@ -7,31 +7,35 @@ const centerButtonStyles = css`
svg {
min-width: 20px;
}
+ div.centerButton:dir(rtl) {
+ transform: rotate(180deg) translateX(4px);
+ }
`
export const IconAddAll = ({ dataTest, disabled }) => (
-
-
-
-
-
-
-
+
)
IconAddAll.propTypes = {
@@ -40,18 +44,19 @@ IconAddAll.propTypes = {
}
export const IconAddIndividual = ({ dataTest, disabled }) => (
-
-
-
+
)
IconAddIndividual.propTypes = {
@@ -60,30 +65,31 @@ IconAddIndividual.propTypes = {
}
export const IconRemoveAll = ({ dataTest, disabled }) => (
-
-
-
-
-
-
-
+
)
IconRemoveAll.propTypes = {
@@ -92,21 +98,22 @@ IconRemoveAll.propTypes = {
}
export const IconRemoveIndividual = ({ dataTest, disabled }) => (
-
-
-
+
)
IconRemoveIndividual.propTypes = {
diff --git a/components/transfer/src/options-container.js b/components/transfer/src/options-container.js
index 78f2e8903e..ce3c60a55e 100644
--- a/components/transfer/src/options-container.js
+++ b/components/transfer/src/options-container.js
@@ -88,7 +88,7 @@ export const OptionsContainer = ({
position: absolute;
z-index: 2;
top: 0;
- left: 0;
+ inset-inline-start: 0;
}
.content-container {
diff --git a/components/transfer/src/reordering-actions.js b/components/transfer/src/reordering-actions.js
index 72a1249523..ace584c039 100644
--- a/components/transfer/src/reordering-actions.js
+++ b/components/transfer/src/reordering-actions.js
@@ -50,7 +50,7 @@ export const ReorderingActions = ({
}
div > :global(button):first-child {
- margin-left: ${spacers.dp8};
+ margin-inline-start: ${spacers.dp8};
}
`}
diff --git a/components/transfer/src/transfer.stories.js b/components/transfer/src/transfer.stories.js
index 4bef7c8eea..cb9bb5e42a 100644
--- a/components/transfer/src/transfer.stories.js
+++ b/components/transfer/src/transfer.stories.js
@@ -556,3 +556,10 @@ LoadingPicked.args = {
options: options.slice(0, 3),
initiallySelected: options.slice(0, 2).map(({ value }) => value),
}
+
+export const RTL = (args) => (
+
+
+
+)
+RTL.args = { options: options.slice(0, 3), enableOrderChange: true }
diff --git a/components/user-avatar/package.json b/components/user-avatar/package.json
index 72c98eff59..52ffd2b223 100644
--- a/components/user-avatar/package.json
+++ b/components/user-avatar/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/user-avatar",
- "version": "9.3.0",
+ "version": "9.4.0-alpha.2",
"description": "UI User Avatar",
"repository": {
"type": "git",
@@ -34,7 +34,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.3.0",
+ "@dhis2/ui-constants": "9.4.0-alpha.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/constants/package.json b/constants/package.json
index 69734cde93..7617611ee9 100644
--- a/constants/package.json
+++ b/constants/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-constants",
- "version": "9.3.0",
+ "version": "9.4.0-alpha.2",
"description": "Constants used in the UI libs",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
diff --git a/docs/package.json b/docs/package.json
index 69dd28e605..4efb8674b9 100644
--- a/docs/package.json
+++ b/docs/package.json
@@ -1,6 +1,6 @@
{
"name": "ui-docusaurus",
- "version": "9.3.0",
+ "version": "9.4.0-alpha.2",
"private": true,
"description": "UI Docusaurus",
"repository": {
diff --git a/icons/package.json b/icons/package.json
index c4d221c81f..8f91d28d77 100644
--- a/icons/package.json
+++ b/icons/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-icons",
- "version": "9.3.0",
+ "version": "9.4.0-alpha.2",
"description": "Icons used in the UI libs",
"main": "./build/cjs/react/index.js",
"module": "./build/es/react/index.js",
diff --git a/package.json b/package.json
index 293260ab8e..5b9f9c4460 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-root",
- "version": "9.3.0",
+ "version": "9.4.0-alpha.2",
"repository": {
"type": "git",
"url": "https://github.com/dhis2/ui.git"
diff --git a/storybook/package.json b/storybook/package.json
index 705d731602..2d36c8c6f3 100644
--- a/storybook/package.json
+++ b/storybook/package.json
@@ -1,6 +1,6 @@
{
"name": "ui-storybook",
- "version": "9.3.0",
+ "version": "9.4.0-alpha.2",
"description": "UI Storybook",
"repository": {
"type": "git",
@@ -23,8 +23,8 @@
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-private-methods": "^7.13.0",
"@babel/plugin-proposal-private-property-in-object": "^7.14.0",
- "@dhis2-ui/css": "9.3.0",
- "@dhis2/ui-constants": "9.3.0",
+ "@dhis2-ui/css": "9.4.0-alpha.2",
+ "@dhis2/ui-constants": "9.4.0-alpha.2",
"@fontsource/roboto": "^4.5.0",
"@storybook/addon-a11y": "^6.3.7",
"@storybook/addon-console": "^1.2.3",
From ad2f43655299c2864992f1b8655db6adc734e9cf Mon Sep 17 00:00:00 2001
From: "@dhis2-bot"
Date: Fri, 16 Feb 2024 20:05:34 +0000
Subject: [PATCH 002/170] chore(release): cut 9.4.0 [skip release]
# [9.4.0](https://github.com/dhis2/ui/compare/v9.3.0...v9.4.0) (2024-02-16)
### Features
* add rtl support for ui components ([#1452](https://github.com/dhis2/ui/issues/1452)) ([19bffac](https://github.com/dhis2/ui/commit/19bffacafb1f6963a648736e165e82757705fbad))
---
CHANGELOG.md | 7 ++
collections/forms/package.json | 20 ++--
collections/ui/package.json | 98 +++++++++----------
components/alert/package.json | 8 +-
components/box/package.json | 4 +-
components/button/package.json | 12 +--
components/calendar/package.json | 16 +--
components/card/package.json | 4 +-
components/center/package.json | 4 +-
components/checkbox/package.json | 8 +-
components/chip/package.json | 4 +-
components/cover/package.json | 4 +-
components/css/package.json | 4 +-
components/divider/package.json | 4 +-
components/field/package.json | 10 +-
components/file-input/package.json | 16 +--
components/header-bar/package.json | 30 +++---
components/help/package.json | 4 +-
components/input/package.json | 16 +--
components/intersection-detector/package.json | 4 +-
components/label/package.json | 6 +-
components/layer/package.json | 6 +-
components/legend/package.json | 6 +-
components/loader/package.json | 4 +-
components/logo/package.json | 4 +-
components/menu/package.json | 16 +--
components/modal/package.json | 14 +--
components/node/package.json | 6 +-
components/notice-box/package.json | 6 +-
.../organisation-unit-tree/package.json | 10 +-
components/pagination/package.json | 10 +-
components/popover/package.json | 8 +-
components/popper/package.json | 4 +-
components/portal/package.json | 2 +-
components/radio/package.json | 4 +-
components/required/package.json | 4 +-
components/segmented-control/package.json | 4 +-
components/select/package.json | 28 +++---
components/selector-bar/package.json | 22 ++---
components/sharing-dialog/package.json | 34 +++----
components/status-icon/package.json | 8 +-
components/switch/package.json | 8 +-
components/tab/package.json | 6 +-
components/table/package.json | 6 +-
components/tag/package.json | 4 +-
components/text-area/package.json | 14 +--
components/tooltip/package.json | 8 +-
components/transfer/package.json | 14 +--
components/user-avatar/package.json | 4 +-
constants/package.json | 2 +-
docs/package.json | 2 +-
icons/package.json | 2 +-
package.json | 2 +-
storybook/package.json | 6 +-
54 files changed, 284 insertions(+), 277 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 00dce873b3..9e8d7c46b7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+# [9.4.0](https://github.com/dhis2/ui/compare/v9.3.0...v9.4.0) (2024-02-16)
+
+
+### Features
+
+* add rtl support for ui components ([#1452](https://github.com/dhis2/ui/issues/1452)) ([19bffac](https://github.com/dhis2/ui/commit/19bffacafb1f6963a648736e165e82757705fbad))
+
# [9.4.0-alpha.2](https://github.com/dhis2/ui/compare/v9.4.0-alpha.1...v9.4.0-alpha.2) (2024-02-16)
diff --git a/collections/forms/package.json b/collections/forms/package.json
index 8f783934c8..80aa94b6f5 100644
--- a/collections/forms/package.json
+++ b/collections/forms/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-forms",
- "version": "9.4.0-alpha.2",
+ "version": "9.4.0",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
"sideEffects": [
@@ -35,15 +35,15 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.4.0-alpha.2",
- "@dhis2-ui/checkbox": "9.4.0-alpha.2",
- "@dhis2-ui/field": "9.4.0-alpha.2",
- "@dhis2-ui/file-input": "9.4.0-alpha.2",
- "@dhis2-ui/input": "9.4.0-alpha.2",
- "@dhis2-ui/radio": "9.4.0-alpha.2",
- "@dhis2-ui/select": "9.4.0-alpha.2",
- "@dhis2-ui/switch": "9.4.0-alpha.2",
- "@dhis2-ui/text-area": "9.4.0-alpha.2",
+ "@dhis2-ui/button": "9.4.0",
+ "@dhis2-ui/checkbox": "9.4.0",
+ "@dhis2-ui/field": "9.4.0",
+ "@dhis2-ui/file-input": "9.4.0",
+ "@dhis2-ui/input": "9.4.0",
+ "@dhis2-ui/radio": "9.4.0",
+ "@dhis2-ui/select": "9.4.0",
+ "@dhis2-ui/switch": "9.4.0",
+ "@dhis2-ui/text-area": "9.4.0",
"classnames": "^2.3.1",
"final-form": "^4.20.2",
"prop-types": "^15.7.2",
diff --git a/collections/ui/package.json b/collections/ui/package.json
index 6b47cf1c7f..be49dbd591 100644
--- a/collections/ui/package.json
+++ b/collections/ui/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui",
- "version": "9.4.0-alpha.2",
+ "version": "9.4.0",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
"exports": {
@@ -21,54 +21,54 @@
"build": "d2-app-scripts build"
},
"dependencies": {
- "@dhis2-ui/alert": "9.4.0-alpha.2",
- "@dhis2-ui/box": "9.4.0-alpha.2",
- "@dhis2-ui/button": "9.4.0-alpha.2",
- "@dhis2-ui/calendar": "9.4.0-alpha.2",
- "@dhis2-ui/card": "9.4.0-alpha.2",
- "@dhis2-ui/center": "9.4.0-alpha.2",
- "@dhis2-ui/checkbox": "9.4.0-alpha.2",
- "@dhis2-ui/chip": "9.4.0-alpha.2",
- "@dhis2-ui/cover": "9.4.0-alpha.2",
- "@dhis2-ui/css": "9.4.0-alpha.2",
- "@dhis2-ui/divider": "9.4.0-alpha.2",
- "@dhis2-ui/field": "9.4.0-alpha.2",
- "@dhis2-ui/file-input": "9.4.0-alpha.2",
- "@dhis2-ui/header-bar": "9.4.0-alpha.2",
- "@dhis2-ui/help": "9.4.0-alpha.2",
- "@dhis2-ui/input": "9.4.0-alpha.2",
- "@dhis2-ui/intersection-detector": "9.4.0-alpha.2",
- "@dhis2-ui/label": "9.4.0-alpha.2",
- "@dhis2-ui/layer": "9.4.0-alpha.2",
- "@dhis2-ui/legend": "9.4.0-alpha.2",
- "@dhis2-ui/loader": "9.4.0-alpha.2",
- "@dhis2-ui/logo": "9.4.0-alpha.2",
- "@dhis2-ui/menu": "9.4.0-alpha.2",
- "@dhis2-ui/modal": "9.4.0-alpha.2",
- "@dhis2-ui/node": "9.4.0-alpha.2",
- "@dhis2-ui/notice-box": "9.4.0-alpha.2",
- "@dhis2-ui/organisation-unit-tree": "9.4.0-alpha.2",
- "@dhis2-ui/pagination": "9.4.0-alpha.2",
- "@dhis2-ui/popover": "9.4.0-alpha.2",
- "@dhis2-ui/popper": "9.4.0-alpha.2",
- "@dhis2-ui/portal": "9.4.0-alpha.2",
- "@dhis2-ui/radio": "9.4.0-alpha.2",
- "@dhis2-ui/required": "9.4.0-alpha.2",
- "@dhis2-ui/segmented-control": "9.4.0-alpha.2",
- "@dhis2-ui/select": "9.4.0-alpha.2",
- "@dhis2-ui/selector-bar": "9.4.0-alpha.2",
- "@dhis2-ui/sharing-dialog": "9.4.0-alpha.2",
- "@dhis2-ui/switch": "9.4.0-alpha.2",
- "@dhis2-ui/tab": "9.4.0-alpha.2",
- "@dhis2-ui/table": "9.4.0-alpha.2",
- "@dhis2-ui/tag": "9.4.0-alpha.2",
- "@dhis2-ui/text-area": "9.4.0-alpha.2",
- "@dhis2-ui/tooltip": "9.4.0-alpha.2",
- "@dhis2-ui/transfer": "9.4.0-alpha.2",
- "@dhis2-ui/user-avatar": "9.4.0-alpha.2",
- "@dhis2/ui-constants": "9.4.0-alpha.2",
- "@dhis2/ui-forms": "9.4.0-alpha.2",
- "@dhis2/ui-icons": "9.4.0-alpha.2",
+ "@dhis2-ui/alert": "9.4.0",
+ "@dhis2-ui/box": "9.4.0",
+ "@dhis2-ui/button": "9.4.0",
+ "@dhis2-ui/calendar": "9.4.0",
+ "@dhis2-ui/card": "9.4.0",
+ "@dhis2-ui/center": "9.4.0",
+ "@dhis2-ui/checkbox": "9.4.0",
+ "@dhis2-ui/chip": "9.4.0",
+ "@dhis2-ui/cover": "9.4.0",
+ "@dhis2-ui/css": "9.4.0",
+ "@dhis2-ui/divider": "9.4.0",
+ "@dhis2-ui/field": "9.4.0",
+ "@dhis2-ui/file-input": "9.4.0",
+ "@dhis2-ui/header-bar": "9.4.0",
+ "@dhis2-ui/help": "9.4.0",
+ "@dhis2-ui/input": "9.4.0",
+ "@dhis2-ui/intersection-detector": "9.4.0",
+ "@dhis2-ui/label": "9.4.0",
+ "@dhis2-ui/layer": "9.4.0",
+ "@dhis2-ui/legend": "9.4.0",
+ "@dhis2-ui/loader": "9.4.0",
+ "@dhis2-ui/logo": "9.4.0",
+ "@dhis2-ui/menu": "9.4.0",
+ "@dhis2-ui/modal": "9.4.0",
+ "@dhis2-ui/node": "9.4.0",
+ "@dhis2-ui/notice-box": "9.4.0",
+ "@dhis2-ui/organisation-unit-tree": "9.4.0",
+ "@dhis2-ui/pagination": "9.4.0",
+ "@dhis2-ui/popover": "9.4.0",
+ "@dhis2-ui/popper": "9.4.0",
+ "@dhis2-ui/portal": "9.4.0",
+ "@dhis2-ui/radio": "9.4.0",
+ "@dhis2-ui/required": "9.4.0",
+ "@dhis2-ui/segmented-control": "9.4.0",
+ "@dhis2-ui/select": "9.4.0",
+ "@dhis2-ui/selector-bar": "9.4.0",
+ "@dhis2-ui/sharing-dialog": "9.4.0",
+ "@dhis2-ui/switch": "9.4.0",
+ "@dhis2-ui/tab": "9.4.0",
+ "@dhis2-ui/table": "9.4.0",
+ "@dhis2-ui/tag": "9.4.0",
+ "@dhis2-ui/text-area": "9.4.0",
+ "@dhis2-ui/tooltip": "9.4.0",
+ "@dhis2-ui/transfer": "9.4.0",
+ "@dhis2-ui/user-avatar": "9.4.0",
+ "@dhis2/ui-constants": "9.4.0",
+ "@dhis2/ui-forms": "9.4.0",
+ "@dhis2/ui-icons": "9.4.0",
"prop-types": "^15.7.2"
},
"peerDependencies": {
diff --git a/components/alert/package.json b/components/alert/package.json
index 687629a1b3..7a53f24e54 100644
--- a/components/alert/package.json
+++ b/components/alert/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/alert",
- "version": "9.4.0-alpha.2",
+ "version": "9.4.0",
"description": "UI Alert",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/portal": "9.4.0-alpha.2",
- "@dhis2/ui-constants": "9.4.0-alpha.2",
- "@dhis2/ui-icons": "9.4.0-alpha.2",
+ "@dhis2-ui/portal": "9.4.0",
+ "@dhis2/ui-constants": "9.4.0",
+ "@dhis2/ui-icons": "9.4.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/box/package.json b/components/box/package.json
index f30b54089f..b0532f5a27 100644
--- a/components/box/package.json
+++ b/components/box/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/box",
- "version": "9.4.0-alpha.2",
+ "version": "9.4.0",
"description": "UI Box",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.0-alpha.2",
+ "@dhis2/ui-constants": "9.4.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/button/package.json b/components/button/package.json
index 844ca63138..358ac9d417 100644
--- a/components/button/package.json
+++ b/components/button/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/button",
- "version": "9.4.0-alpha.2",
+ "version": "9.4.0",
"description": "UI Button",
"repository": {
"type": "git",
@@ -33,11 +33,11 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/layer": "9.4.0-alpha.2",
- "@dhis2-ui/loader": "9.4.0-alpha.2",
- "@dhis2-ui/popper": "9.4.0-alpha.2",
- "@dhis2/ui-constants": "9.4.0-alpha.2",
- "@dhis2/ui-icons": "9.4.0-alpha.2",
+ "@dhis2-ui/layer": "9.4.0",
+ "@dhis2-ui/loader": "9.4.0",
+ "@dhis2-ui/popper": "9.4.0",
+ "@dhis2/ui-constants": "9.4.0",
+ "@dhis2/ui-icons": "9.4.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/calendar/package.json b/components/calendar/package.json
index baef273b00..6661be9f9d 100644
--- a/components/calendar/package.json
+++ b/components/calendar/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/calendar",
- "version": "9.4.0-alpha.2",
+ "version": "9.4.0",
"description": "UI Calendar",
"repository": {
"type": "git",
@@ -33,15 +33,15 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/button": "9.4.0-alpha.2",
- "@dhis2-ui/card": "9.4.0-alpha.2",
- "@dhis2-ui/input": "9.4.0-alpha.2",
- "@dhis2-ui/layer": "9.4.0-alpha.2",
- "@dhis2-ui/popper": "9.4.0-alpha.2",
+ "@dhis2-ui/button": "9.4.0",
+ "@dhis2-ui/card": "9.4.0",
+ "@dhis2-ui/input": "9.4.0",
+ "@dhis2-ui/layer": "9.4.0",
+ "@dhis2-ui/popper": "9.4.0",
"@dhis2/multi-calendar-dates": "1.0.2",
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.0-alpha.2",
- "@dhis2/ui-icons": "9.4.0-alpha.2",
+ "@dhis2/ui-constants": "9.4.0",
+ "@dhis2/ui-icons": "9.4.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/card/package.json b/components/card/package.json
index 77a4dbbb71..678dcdcb56 100644
--- a/components/card/package.json
+++ b/components/card/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/card",
- "version": "9.4.0-alpha.2",
+ "version": "9.4.0",
"description": "UI Card",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.0-alpha.2",
+ "@dhis2/ui-constants": "9.4.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/center/package.json b/components/center/package.json
index 204ce51da8..56b281a78a 100644
--- a/components/center/package.json
+++ b/components/center/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/center",
- "version": "9.4.0-alpha.2",
+ "version": "9.4.0",
"description": "UI Center",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.0-alpha.2",
+ "@dhis2/ui-constants": "9.4.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/checkbox/package.json b/components/checkbox/package.json
index 1a4da44eb2..bcf1181224 100644
--- a/components/checkbox/package.json
+++ b/components/checkbox/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/checkbox",
- "version": "9.4.0-alpha.2",
+ "version": "9.4.0",
"description": "UI Checkbox",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/field": "9.4.0-alpha.2",
- "@dhis2-ui/required": "9.4.0-alpha.2",
- "@dhis2/ui-constants": "9.4.0-alpha.2",
+ "@dhis2-ui/field": "9.4.0",
+ "@dhis2-ui/required": "9.4.0",
+ "@dhis2/ui-constants": "9.4.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/chip/package.json b/components/chip/package.json
index 3301cf5cdd..9a1cfb5037 100644
--- a/components/chip/package.json
+++ b/components/chip/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/chip",
- "version": "9.4.0-alpha.2",
+ "version": "9.4.0",
"description": "UI Chip",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.0-alpha.2",
+ "@dhis2/ui-constants": "9.4.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/cover/package.json b/components/cover/package.json
index e7b33ff47f..2c5ad8181a 100644
--- a/components/cover/package.json
+++ b/components/cover/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/cover",
- "version": "9.4.0-alpha.2",
+ "version": "9.4.0",
"description": "UI Cover",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.0-alpha.2",
+ "@dhis2/ui-constants": "9.4.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/css/package.json b/components/css/package.json
index 7444688502..58e1e544a6 100644
--- a/components/css/package.json
+++ b/components/css/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/css",
- "version": "9.4.0-alpha.2",
+ "version": "9.4.0",
"description": "UI CSS",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.0-alpha.2",
+ "@dhis2/ui-constants": "9.4.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/divider/package.json b/components/divider/package.json
index e8483f942e..ea56152d80 100644
--- a/components/divider/package.json
+++ b/components/divider/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/divider",
- "version": "9.4.0-alpha.2",
+ "version": "9.4.0",
"description": "UI Divider",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.0-alpha.2",
+ "@dhis2/ui-constants": "9.4.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/field/package.json b/components/field/package.json
index dff2fd09d9..4a4bd62795 100644
--- a/components/field/package.json
+++ b/components/field/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/field",
- "version": "9.4.0-alpha.2",
+ "version": "9.4.0",
"description": "UI Field",
"repository": {
"type": "git",
@@ -33,10 +33,10 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.4.0-alpha.2",
- "@dhis2-ui/help": "9.4.0-alpha.2",
- "@dhis2-ui/label": "9.4.0-alpha.2",
- "@dhis2/ui-constants": "9.4.0-alpha.2",
+ "@dhis2-ui/box": "9.4.0",
+ "@dhis2-ui/help": "9.4.0",
+ "@dhis2-ui/label": "9.4.0",
+ "@dhis2/ui-constants": "9.4.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/file-input/package.json b/components/file-input/package.json
index 54747cbf94..1c16b5294a 100644
--- a/components/file-input/package.json
+++ b/components/file-input/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/file-input",
- "version": "9.4.0-alpha.2",
+ "version": "9.4.0",
"description": "UI FileInput",
"repository": {
"type": "git",
@@ -34,13 +34,13 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.4.0-alpha.2",
- "@dhis2-ui/field": "9.4.0-alpha.2",
- "@dhis2-ui/label": "9.4.0-alpha.2",
- "@dhis2-ui/loader": "9.4.0-alpha.2",
- "@dhis2-ui/status-icon": "9.4.0-alpha.2",
- "@dhis2/ui-constants": "9.4.0-alpha.2",
- "@dhis2/ui-icons": "9.4.0-alpha.2",
+ "@dhis2-ui/button": "9.4.0",
+ "@dhis2-ui/field": "9.4.0",
+ "@dhis2-ui/label": "9.4.0",
+ "@dhis2-ui/loader": "9.4.0",
+ "@dhis2-ui/status-icon": "9.4.0",
+ "@dhis2/ui-constants": "9.4.0",
+ "@dhis2/ui-icons": "9.4.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/header-bar/package.json b/components/header-bar/package.json
index 7cb1c04125..c20b77bb6d 100644
--- a/components/header-bar/package.json
+++ b/components/header-bar/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/header-bar",
- "version": "9.4.0-alpha.2",
+ "version": "9.4.0",
"description": "UI HeaderBar",
"repository": {
"type": "git",
@@ -34,21 +34,21 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/box": "9.4.0-alpha.2",
- "@dhis2-ui/button": "9.4.0-alpha.2",
- "@dhis2-ui/card": "9.4.0-alpha.2",
- "@dhis2-ui/center": "9.4.0-alpha.2",
- "@dhis2-ui/divider": "9.4.0-alpha.2",
- "@dhis2-ui/input": "9.4.0-alpha.2",
- "@dhis2-ui/layer": "9.4.0-alpha.2",
- "@dhis2-ui/loader": "9.4.0-alpha.2",
- "@dhis2-ui/logo": "9.4.0-alpha.2",
- "@dhis2-ui/menu": "9.4.0-alpha.2",
- "@dhis2-ui/modal": "9.4.0-alpha.2",
- "@dhis2-ui/user-avatar": "9.4.0-alpha.2",
+ "@dhis2-ui/box": "9.4.0",
+ "@dhis2-ui/button": "9.4.0",
+ "@dhis2-ui/card": "9.4.0",
+ "@dhis2-ui/center": "9.4.0",
+ "@dhis2-ui/divider": "9.4.0",
+ "@dhis2-ui/input": "9.4.0",
+ "@dhis2-ui/layer": "9.4.0",
+ "@dhis2-ui/loader": "9.4.0",
+ "@dhis2-ui/logo": "9.4.0",
+ "@dhis2-ui/menu": "9.4.0",
+ "@dhis2-ui/modal": "9.4.0",
+ "@dhis2-ui/user-avatar": "9.4.0",
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.0-alpha.2",
- "@dhis2/ui-icons": "9.4.0-alpha.2",
+ "@dhis2/ui-constants": "9.4.0",
+ "@dhis2/ui-icons": "9.4.0",
"classnames": "^2.3.1",
"moment": "^2.29.1",
"prop-types": "^15.7.2"
diff --git a/components/help/package.json b/components/help/package.json
index d6c0e35b24..ec29f403ca 100644
--- a/components/help/package.json
+++ b/components/help/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/help",
- "version": "9.4.0-alpha.2",
+ "version": "9.4.0",
"description": "UI Help",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.0-alpha.2",
+ "@dhis2/ui-constants": "9.4.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/input/package.json b/components/input/package.json
index 92c904e75e..c37a21b600 100644
--- a/components/input/package.json
+++ b/components/input/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/input",
- "version": "9.4.0-alpha.2",
+ "version": "9.4.0",
"description": "UI Input",
"repository": {
"type": "git",
@@ -33,13 +33,13 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.4.0-alpha.2",
- "@dhis2-ui/field": "9.4.0-alpha.2",
- "@dhis2-ui/input": "9.4.0-alpha.2",
- "@dhis2-ui/loader": "9.4.0-alpha.2",
- "@dhis2-ui/status-icon": "9.4.0-alpha.2",
- "@dhis2/ui-constants": "9.4.0-alpha.2",
- "@dhis2/ui-icons": "9.4.0-alpha.2",
+ "@dhis2-ui/box": "9.4.0",
+ "@dhis2-ui/field": "9.4.0",
+ "@dhis2-ui/input": "9.4.0",
+ "@dhis2-ui/loader": "9.4.0",
+ "@dhis2-ui/status-icon": "9.4.0",
+ "@dhis2/ui-constants": "9.4.0",
+ "@dhis2/ui-icons": "9.4.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/intersection-detector/package.json b/components/intersection-detector/package.json
index 777d2a2ee3..29e00d34ad 100644
--- a/components/intersection-detector/package.json
+++ b/components/intersection-detector/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/intersection-detector",
- "version": "9.4.0-alpha.2",
+ "version": "9.4.0",
"description": "UI IntersectionDetector",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.0-alpha.2",
+ "@dhis2/ui-constants": "9.4.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/label/package.json b/components/label/package.json
index 95b0233f15..73ff06ecda 100644
--- a/components/label/package.json
+++ b/components/label/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/label",
- "version": "9.4.0-alpha.2",
+ "version": "9.4.0",
"description": "UI Label",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/required": "9.4.0-alpha.2",
- "@dhis2/ui-constants": "9.4.0-alpha.2",
+ "@dhis2-ui/required": "9.4.0",
+ "@dhis2/ui-constants": "9.4.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/layer/package.json b/components/layer/package.json
index f04682b479..4554d657fa 100644
--- a/components/layer/package.json
+++ b/components/layer/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/layer",
- "version": "9.4.0-alpha.2",
+ "version": "9.4.0",
"description": "UI Layer",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/portal": "9.4.0-alpha.2",
- "@dhis2/ui-constants": "9.4.0-alpha.2",
+ "@dhis2-ui/portal": "9.4.0",
+ "@dhis2/ui-constants": "9.4.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/legend/package.json b/components/legend/package.json
index c67f88e968..ff618002e7 100644
--- a/components/legend/package.json
+++ b/components/legend/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/legend",
- "version": "9.4.0-alpha.2",
+ "version": "9.4.0",
"description": "UI Legend",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/required": "9.4.0-alpha.2",
- "@dhis2/ui-constants": "9.4.0-alpha.2",
+ "@dhis2-ui/required": "9.4.0",
+ "@dhis2/ui-constants": "9.4.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/loader/package.json b/components/loader/package.json
index cec911d129..e7ed18a10d 100644
--- a/components/loader/package.json
+++ b/components/loader/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/loader",
- "version": "9.4.0-alpha.2",
+ "version": "9.4.0",
"description": "UI Loaders",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.0-alpha.2",
+ "@dhis2/ui-constants": "9.4.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/logo/package.json b/components/logo/package.json
index ab1679c42b..42c2090d9f 100644
--- a/components/logo/package.json
+++ b/components/logo/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/logo",
- "version": "9.4.0-alpha.2",
+ "version": "9.4.0",
"description": "UI Logo",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.0-alpha.2",
+ "@dhis2/ui-constants": "9.4.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/menu/package.json b/components/menu/package.json
index 33a71042ed..7a1b42e1cf 100644
--- a/components/menu/package.json
+++ b/components/menu/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/menu",
- "version": "9.4.0-alpha.2",
+ "version": "9.4.0",
"description": "UI Menu",
"repository": {
"type": "git",
@@ -33,13 +33,13 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/card": "9.4.0-alpha.2",
- "@dhis2-ui/divider": "9.4.0-alpha.2",
- "@dhis2-ui/layer": "9.4.0-alpha.2",
- "@dhis2-ui/popper": "9.4.0-alpha.2",
- "@dhis2-ui/portal": "9.4.0-alpha.2",
- "@dhis2/ui-constants": "9.4.0-alpha.2",
- "@dhis2/ui-icons": "9.4.0-alpha.2",
+ "@dhis2-ui/card": "9.4.0",
+ "@dhis2-ui/divider": "9.4.0",
+ "@dhis2-ui/layer": "9.4.0",
+ "@dhis2-ui/popper": "9.4.0",
+ "@dhis2-ui/portal": "9.4.0",
+ "@dhis2/ui-constants": "9.4.0",
+ "@dhis2/ui-icons": "9.4.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/modal/package.json b/components/modal/package.json
index df8d71aec2..e12ed00c41 100644
--- a/components/modal/package.json
+++ b/components/modal/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/modal",
- "version": "9.4.0-alpha.2",
+ "version": "9.4.0",
"description": "UI Modal",
"repository": {
"type": "git",
@@ -33,12 +33,12 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/card": "9.4.0-alpha.2",
- "@dhis2-ui/center": "9.4.0-alpha.2",
- "@dhis2-ui/layer": "9.4.0-alpha.2",
- "@dhis2-ui/portal": "9.4.0-alpha.2",
- "@dhis2/ui-constants": "9.4.0-alpha.2",
- "@dhis2/ui-icons": "9.4.0-alpha.2",
+ "@dhis2-ui/card": "9.4.0",
+ "@dhis2-ui/center": "9.4.0",
+ "@dhis2-ui/layer": "9.4.0",
+ "@dhis2-ui/portal": "9.4.0",
+ "@dhis2/ui-constants": "9.4.0",
+ "@dhis2/ui-icons": "9.4.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/node/package.json b/components/node/package.json
index 20ff8052d1..3221e0a598 100644
--- a/components/node/package.json
+++ b/components/node/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/node",
- "version": "9.4.0-alpha.2",
+ "version": "9.4.0",
"description": "UI Node",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/loader": "9.4.0-alpha.2",
- "@dhis2/ui-constants": "9.4.0-alpha.2",
+ "@dhis2-ui/loader": "9.4.0",
+ "@dhis2/ui-constants": "9.4.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/notice-box/package.json b/components/notice-box/package.json
index 41122beddc..06deb21489 100644
--- a/components/notice-box/package.json
+++ b/components/notice-box/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/notice-box",
- "version": "9.4.0-alpha.2",
+ "version": "9.4.0",
"description": "UI NoticeBox",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.0-alpha.2",
- "@dhis2/ui-icons": "9.4.0-alpha.2",
+ "@dhis2/ui-constants": "9.4.0",
+ "@dhis2/ui-icons": "9.4.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/organisation-unit-tree/package.json b/components/organisation-unit-tree/package.json
index 5d81547e2c..9c44b7b1bb 100644
--- a/components/organisation-unit-tree/package.json
+++ b/components/organisation-unit-tree/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/organisation-unit-tree",
- "version": "9.4.0-alpha.2",
+ "version": "9.4.0",
"description": "UI OrganisationUnitTree",
"repository": {
"type": "git",
@@ -35,10 +35,10 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/checkbox": "9.4.0-alpha.2",
- "@dhis2-ui/loader": "9.4.0-alpha.2",
- "@dhis2-ui/node": "9.4.0-alpha.2",
- "@dhis2/ui-constants": "9.4.0-alpha.2",
+ "@dhis2-ui/checkbox": "9.4.0",
+ "@dhis2-ui/loader": "9.4.0",
+ "@dhis2-ui/node": "9.4.0",
+ "@dhis2/ui-constants": "9.4.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/pagination/package.json b/components/pagination/package.json
index d565642091..c33a921531 100644
--- a/components/pagination/package.json
+++ b/components/pagination/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/pagination",
- "version": "9.4.0-alpha.2",
+ "version": "9.4.0",
"description": "UI Pagination",
"repository": {
"type": "git",
@@ -34,10 +34,10 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.4.0-alpha.2",
- "@dhis2-ui/select": "9.4.0-alpha.2",
- "@dhis2/ui-constants": "9.4.0-alpha.2",
- "@dhis2/ui-icons": "9.4.0-alpha.2",
+ "@dhis2-ui/button": "9.4.0",
+ "@dhis2-ui/select": "9.4.0",
+ "@dhis2/ui-constants": "9.4.0",
+ "@dhis2/ui-icons": "9.4.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/popover/package.json b/components/popover/package.json
index 7e8e2cf319..2dfd38ad8c 100644
--- a/components/popover/package.json
+++ b/components/popover/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/popover",
- "version": "9.4.0-alpha.2",
+ "version": "9.4.0",
"description": "UI Popover",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/layer": "9.4.0-alpha.2",
- "@dhis2-ui/popper": "9.4.0-alpha.2",
- "@dhis2/ui-constants": "9.4.0-alpha.2",
+ "@dhis2-ui/layer": "9.4.0",
+ "@dhis2-ui/popper": "9.4.0",
+ "@dhis2/ui-constants": "9.4.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/popper/package.json b/components/popper/package.json
index ecc5492f17..6313946670 100644
--- a/components/popper/package.json
+++ b/components/popper/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/popper",
- "version": "9.4.0-alpha.2",
+ "version": "9.4.0",
"description": "UI Popper",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.0-alpha.2",
+ "@dhis2/ui-constants": "9.4.0",
"@popperjs/core": "^2.10.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2",
diff --git a/components/portal/package.json b/components/portal/package.json
index 75e839bf5a..460323e186 100644
--- a/components/portal/package.json
+++ b/components/portal/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/portal",
- "version": "9.4.0-alpha.2",
+ "version": "9.4.0",
"description": "UI Portal",
"repository": {
"type": "git",
diff --git a/components/radio/package.json b/components/radio/package.json
index 2c98640b96..c3037d6742 100644
--- a/components/radio/package.json
+++ b/components/radio/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/radio",
- "version": "9.4.0-alpha.2",
+ "version": "9.4.0",
"description": "UI Radio",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.0-alpha.2",
+ "@dhis2/ui-constants": "9.4.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/required/package.json b/components/required/package.json
index ad04435386..358b66cdf1 100644
--- a/components/required/package.json
+++ b/components/required/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/required",
- "version": "9.4.0-alpha.2",
+ "version": "9.4.0",
"description": "UI Required",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.0-alpha.2",
+ "@dhis2/ui-constants": "9.4.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/segmented-control/package.json b/components/segmented-control/package.json
index 11ad3f8ba4..ad55563991 100644
--- a/components/segmented-control/package.json
+++ b/components/segmented-control/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/segmented-control",
- "version": "9.4.0-alpha.2",
+ "version": "9.4.0",
"description": "UI Segmented Control",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.0-alpha.2",
+ "@dhis2/ui-constants": "9.4.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/select/package.json b/components/select/package.json
index a1a3c59f93..6a50918c87 100644
--- a/components/select/package.json
+++ b/components/select/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/select",
- "version": "9.4.0-alpha.2",
+ "version": "9.4.0",
"description": "UI Select",
"repository": {
"type": "git",
@@ -34,19 +34,19 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.4.0-alpha.2",
- "@dhis2-ui/button": "9.4.0-alpha.2",
- "@dhis2-ui/card": "9.4.0-alpha.2",
- "@dhis2-ui/checkbox": "9.4.0-alpha.2",
- "@dhis2-ui/chip": "9.4.0-alpha.2",
- "@dhis2-ui/field": "9.4.0-alpha.2",
- "@dhis2-ui/input": "9.4.0-alpha.2",
- "@dhis2-ui/layer": "9.4.0-alpha.2",
- "@dhis2-ui/loader": "9.4.0-alpha.2",
- "@dhis2-ui/popper": "9.4.0-alpha.2",
- "@dhis2-ui/status-icon": "9.4.0-alpha.2",
- "@dhis2/ui-constants": "9.4.0-alpha.2",
- "@dhis2/ui-icons": "9.4.0-alpha.2",
+ "@dhis2-ui/box": "9.4.0",
+ "@dhis2-ui/button": "9.4.0",
+ "@dhis2-ui/card": "9.4.0",
+ "@dhis2-ui/checkbox": "9.4.0",
+ "@dhis2-ui/chip": "9.4.0",
+ "@dhis2-ui/field": "9.4.0",
+ "@dhis2-ui/input": "9.4.0",
+ "@dhis2-ui/layer": "9.4.0",
+ "@dhis2-ui/loader": "9.4.0",
+ "@dhis2-ui/popper": "9.4.0",
+ "@dhis2-ui/status-icon": "9.4.0",
+ "@dhis2/ui-constants": "9.4.0",
+ "@dhis2/ui-icons": "9.4.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/selector-bar/package.json b/components/selector-bar/package.json
index 1dce7cc047..c95deba9df 100644
--- a/components/selector-bar/package.json
+++ b/components/selector-bar/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/selector-bar",
- "version": "9.4.0-alpha.2",
+ "version": "9.4.0",
"description": "UI Select",
"repository": {
"type": "git",
@@ -33,21 +33,21 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/button": "9.4.0-alpha.2",
- "@dhis2-ui/card": "9.4.0-alpha.2",
- "@dhis2-ui/popper": "9.4.0-alpha.2",
- "@dhis2-ui/layer": "9.4.0-alpha.2",
- "@dhis2/ui-constants": "9.4.0-alpha.2",
- "@dhis2/ui-icons": "9.4.0-alpha.2",
+ "@dhis2-ui/button": "9.4.0",
+ "@dhis2-ui/card": "9.4.0",
+ "@dhis2-ui/popper": "9.4.0",
+ "@dhis2-ui/layer": "9.4.0",
+ "@dhis2/ui-constants": "9.4.0",
+ "@dhis2/ui-icons": "9.4.0",
"@testing-library/react": "^12.1.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
"devDependencies": {
- "@dhis2-ui/css": "9.4.0-alpha.2",
- "@dhis2-ui/menu": "9.4.0-alpha.2",
- "@dhis2-ui/organisation-unit-tree": "9.4.0-alpha.2",
- "@dhis2-ui/select": "9.4.0-alpha.2",
+ "@dhis2-ui/css": "9.4.0",
+ "@dhis2-ui/menu": "9.4.0",
+ "@dhis2-ui/organisation-unit-tree": "9.4.0",
+ "@dhis2-ui/select": "9.4.0",
"@dhis2/d2-i18n": "^1.1.0",
"@testing-library/jest-dom": "^5.16.1",
"react": "16.13",
diff --git a/components/sharing-dialog/package.json b/components/sharing-dialog/package.json
index 61e287e140..3bd3f94dc9 100644
--- a/components/sharing-dialog/package.json
+++ b/components/sharing-dialog/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/sharing-dialog",
- "version": "9.4.0-alpha.2",
+ "version": "9.4.0",
"description": "UI SharingDialog",
"repository": {
"type": "git",
@@ -35,22 +35,22 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.4.0-alpha.2",
- "@dhis2-ui/button": "9.4.0-alpha.2",
- "@dhis2-ui/card": "9.4.0-alpha.2",
- "@dhis2-ui/divider": "9.4.0-alpha.2",
- "@dhis2-ui/input": "9.4.0-alpha.2",
- "@dhis2-ui/layer": "9.4.0-alpha.2",
- "@dhis2-ui/menu": "9.4.0-alpha.2",
- "@dhis2-ui/modal": "9.4.0-alpha.2",
- "@dhis2-ui/notice-box": "9.4.0-alpha.2",
- "@dhis2-ui/popper": "9.4.0-alpha.2",
- "@dhis2-ui/select": "9.4.0-alpha.2",
- "@dhis2-ui/tab": "9.4.0-alpha.2",
- "@dhis2-ui/tooltip": "9.4.0-alpha.2",
- "@dhis2-ui/user-avatar": "9.4.0-alpha.2",
- "@dhis2/ui-constants": "9.4.0-alpha.2",
- "@dhis2/ui-icons": "9.4.0-alpha.2",
+ "@dhis2-ui/box": "9.4.0",
+ "@dhis2-ui/button": "9.4.0",
+ "@dhis2-ui/card": "9.4.0",
+ "@dhis2-ui/divider": "9.4.0",
+ "@dhis2-ui/input": "9.4.0",
+ "@dhis2-ui/layer": "9.4.0",
+ "@dhis2-ui/menu": "9.4.0",
+ "@dhis2-ui/modal": "9.4.0",
+ "@dhis2-ui/notice-box": "9.4.0",
+ "@dhis2-ui/popper": "9.4.0",
+ "@dhis2-ui/select": "9.4.0",
+ "@dhis2-ui/tab": "9.4.0",
+ "@dhis2-ui/tooltip": "9.4.0",
+ "@dhis2-ui/user-avatar": "9.4.0",
+ "@dhis2/ui-constants": "9.4.0",
+ "@dhis2/ui-icons": "9.4.0",
"@react-hook/size": "^2.1.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
diff --git a/components/status-icon/package.json b/components/status-icon/package.json
index ca27d947c4..81f5bb85a4 100644
--- a/components/status-icon/package.json
+++ b/components/status-icon/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/status-icon",
- "version": "9.4.0-alpha.2",
+ "version": "9.4.0",
"description": "UI StatusIcon",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/loader": "9.4.0-alpha.2",
- "@dhis2/ui-constants": "9.4.0-alpha.2",
- "@dhis2/ui-icons": "9.4.0-alpha.2",
+ "@dhis2-ui/loader": "9.4.0",
+ "@dhis2/ui-constants": "9.4.0",
+ "@dhis2/ui-icons": "9.4.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/switch/package.json b/components/switch/package.json
index 0c487e2b51..d5c5442fba 100644
--- a/components/switch/package.json
+++ b/components/switch/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/switch",
- "version": "9.4.0-alpha.2",
+ "version": "9.4.0",
"description": "UI Switch",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/field": "9.4.0-alpha.2",
- "@dhis2-ui/required": "9.4.0-alpha.2",
- "@dhis2/ui-constants": "9.4.0-alpha.2",
+ "@dhis2-ui/field": "9.4.0",
+ "@dhis2-ui/required": "9.4.0",
+ "@dhis2/ui-constants": "9.4.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/tab/package.json b/components/tab/package.json
index f3fb56c912..a667912676 100644
--- a/components/tab/package.json
+++ b/components/tab/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/tab",
- "version": "9.4.0-alpha.2",
+ "version": "9.4.0",
"description": "UI Tabs",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.0-alpha.2",
- "@dhis2/ui-icons": "9.4.0-alpha.2",
+ "@dhis2/ui-constants": "9.4.0",
+ "@dhis2/ui-icons": "9.4.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/table/package.json b/components/table/package.json
index e836b9bed0..7b2f21aa07 100644
--- a/components/table/package.json
+++ b/components/table/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/table",
- "version": "9.4.0-alpha.2",
+ "version": "9.4.0",
"description": "UI Table",
"repository": {
"type": "git",
@@ -34,8 +34,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.0-alpha.2",
- "@dhis2/ui-icons": "9.4.0-alpha.2",
+ "@dhis2/ui-constants": "9.4.0",
+ "@dhis2/ui-icons": "9.4.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/tag/package.json b/components/tag/package.json
index 422d7ccfe5..66026fdadf 100644
--- a/components/tag/package.json
+++ b/components/tag/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/tag",
- "version": "9.4.0-alpha.2",
+ "version": "9.4.0",
"description": "UI Tag",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.0-alpha.2",
+ "@dhis2/ui-constants": "9.4.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/text-area/package.json b/components/text-area/package.json
index f46e6c50e1..07690b22f0 100644
--- a/components/text-area/package.json
+++ b/components/text-area/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/text-area",
- "version": "9.4.0-alpha.2",
+ "version": "9.4.0",
"description": "UI TextArea",
"repository": {
"type": "git",
@@ -33,12 +33,12 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.4.0-alpha.2",
- "@dhis2-ui/field": "9.4.0-alpha.2",
- "@dhis2-ui/loader": "9.4.0-alpha.2",
- "@dhis2-ui/status-icon": "9.4.0-alpha.2",
- "@dhis2/ui-constants": "9.4.0-alpha.2",
- "@dhis2/ui-icons": "9.4.0-alpha.2",
+ "@dhis2-ui/box": "9.4.0",
+ "@dhis2-ui/field": "9.4.0",
+ "@dhis2-ui/loader": "9.4.0",
+ "@dhis2-ui/status-icon": "9.4.0",
+ "@dhis2/ui-constants": "9.4.0",
+ "@dhis2/ui-icons": "9.4.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/tooltip/package.json b/components/tooltip/package.json
index 9cd100502a..45b078d0fd 100644
--- a/components/tooltip/package.json
+++ b/components/tooltip/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/tooltip",
- "version": "9.4.0-alpha.2",
+ "version": "9.4.0",
"description": "UI Tooltip",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/popper": "9.4.0-alpha.2",
- "@dhis2-ui/portal": "9.4.0-alpha.2",
- "@dhis2/ui-constants": "9.4.0-alpha.2",
+ "@dhis2-ui/popper": "9.4.0",
+ "@dhis2-ui/portal": "9.4.0",
+ "@dhis2/ui-constants": "9.4.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/transfer/package.json b/components/transfer/package.json
index aca22e7170..065116a71c 100644
--- a/components/transfer/package.json
+++ b/components/transfer/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/transfer",
- "version": "9.4.0-alpha.2",
+ "version": "9.4.0",
"description": "UI Transfer",
"repository": {
"type": "git",
@@ -33,12 +33,12 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.4.0-alpha.2",
- "@dhis2-ui/field": "9.4.0-alpha.2",
- "@dhis2-ui/input": "9.4.0-alpha.2",
- "@dhis2-ui/intersection-detector": "9.4.0-alpha.2",
- "@dhis2-ui/loader": "9.4.0-alpha.2",
- "@dhis2/ui-constants": "9.4.0-alpha.2",
+ "@dhis2-ui/button": "9.4.0",
+ "@dhis2-ui/field": "9.4.0",
+ "@dhis2-ui/input": "9.4.0",
+ "@dhis2-ui/intersection-detector": "9.4.0",
+ "@dhis2-ui/loader": "9.4.0",
+ "@dhis2/ui-constants": "9.4.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/user-avatar/package.json b/components/user-avatar/package.json
index 52ffd2b223..d31ed4617e 100644
--- a/components/user-avatar/package.json
+++ b/components/user-avatar/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/user-avatar",
- "version": "9.4.0-alpha.2",
+ "version": "9.4.0",
"description": "UI User Avatar",
"repository": {
"type": "git",
@@ -34,7 +34,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.0-alpha.2",
+ "@dhis2/ui-constants": "9.4.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/constants/package.json b/constants/package.json
index 7617611ee9..6087f3bc12 100644
--- a/constants/package.json
+++ b/constants/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-constants",
- "version": "9.4.0-alpha.2",
+ "version": "9.4.0",
"description": "Constants used in the UI libs",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
diff --git a/docs/package.json b/docs/package.json
index 4efb8674b9..230c33753b 100644
--- a/docs/package.json
+++ b/docs/package.json
@@ -1,6 +1,6 @@
{
"name": "ui-docusaurus",
- "version": "9.4.0-alpha.2",
+ "version": "9.4.0",
"private": true,
"description": "UI Docusaurus",
"repository": {
diff --git a/icons/package.json b/icons/package.json
index 8f91d28d77..ab6f3bbd2b 100644
--- a/icons/package.json
+++ b/icons/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-icons",
- "version": "9.4.0-alpha.2",
+ "version": "9.4.0",
"description": "Icons used in the UI libs",
"main": "./build/cjs/react/index.js",
"module": "./build/es/react/index.js",
diff --git a/package.json b/package.json
index 5b9f9c4460..b4b5ca71c0 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-root",
- "version": "9.4.0-alpha.2",
+ "version": "9.4.0",
"repository": {
"type": "git",
"url": "https://github.com/dhis2/ui.git"
diff --git a/storybook/package.json b/storybook/package.json
index 2d36c8c6f3..12f94bbd87 100644
--- a/storybook/package.json
+++ b/storybook/package.json
@@ -1,6 +1,6 @@
{
"name": "ui-storybook",
- "version": "9.4.0-alpha.2",
+ "version": "9.4.0",
"description": "UI Storybook",
"repository": {
"type": "git",
@@ -23,8 +23,8 @@
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-private-methods": "^7.13.0",
"@babel/plugin-proposal-private-property-in-object": "^7.14.0",
- "@dhis2-ui/css": "9.4.0-alpha.2",
- "@dhis2/ui-constants": "9.4.0-alpha.2",
+ "@dhis2-ui/css": "9.4.0",
+ "@dhis2/ui-constants": "9.4.0",
"@fontsource/roboto": "^4.5.0",
"@storybook/addon-a11y": "^6.3.7",
"@storybook/addon-console": "^1.2.3",
From 4091c9d489724424f9581a600374da6d71939f33 Mon Sep 17 00:00:00 2001
From: "@dhis2-bot"
Date: Wed, 28 Feb 2024 13:02:02 +0100
Subject: [PATCH 003/170] fix(translations): sync translations from transifex
(master)
Automatically merged.
---
collections/forms/i18n/ar.po | 11 +++++----
collections/forms/i18n/es.po | 7 +++---
collections/forms/i18n/es_419.po | 8 +++----
collections/forms/i18n/pt_BR.po | 20 +++++++++-------
components/file-input/i18n/es_419.po | 25 ++++++++++++++++++++
components/header-bar/i18n/nl.po | 5 ++--
components/header-bar/i18n/pt_BR.po | 14 +++++------
components/organisation-unit-tree/i18n/ar.po | 7 +++---
components/organisation-unit-tree/i18n/cs.po | 9 +++----
components/organisation-unit-tree/i18n/es.po | 5 ++--
components/pagination/i18n/nl.po | 5 ++--
components/pagination/i18n/pt_BR.po | 11 +++++----
components/select/i18n/es_419.po | 7 +++---
components/sharing-dialog/i18n/nl.po | 11 +++++----
components/sharing-dialog/i18n/pt_BR.po | 11 +++++----
components/sharing-dialog/i18n/zh.po | 13 +++++-----
16 files changed, 104 insertions(+), 65 deletions(-)
create mode 100644 components/file-input/i18n/es_419.po
diff --git a/collections/forms/i18n/ar.po b/collections/forms/i18n/ar.po
index ec37e602a6..d526623445 100644
--- a/collections/forms/i18n/ar.po
+++ b/collections/forms/i18n/ar.po
@@ -2,13 +2,14 @@
# Translators:
# Viktor Varland , 2021
# Hamza Assada <7amza.it@gmail.com>, 2022
+# Philip Larsen Donnelly, 2024
#
msgid ""
msgstr ""
"Project-Id-Version: i18next-conv\n"
-"POT-Creation-Date: 2023-02-28T09:45:49.286Z\n"
+"POT-Creation-Date: 2024-02-12T14:58:56.792Z\n"
"PO-Revision-Date: 2021-06-24 12:50+0000\n"
-"Last-Translator: Hamza Assada <7amza.it@gmail.com>, 2022\n"
+"Last-Translator: Philip Larsen Donnelly, 2024\n"
"Language-Team: Arabic (https://app.transifex.com/hisp-uio/teams/100509/ar/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -32,7 +33,7 @@ msgid "Please provide a boolean value"
msgstr "يرجى إدخال قيمة منطقية"
msgid "Please enter between {{lowerBound}} and {{upperBound}} characters"
-msgstr "الرجاء إدخال ما بين {{LowerBound}} و {{upperBound}} حرف"
+msgstr "الرجاء إدخال ما بين {{lowerBound}} و {{upperBound}} حرف"
msgid ""
"Please make sure the value of this input matches the value in "
@@ -48,10 +49,10 @@ msgid "Please enter a number with a maximum of {{upperBound}}"
msgstr "الرجاء إدخال رقم بحد أقصى {{upperBound}}"
msgid "Please enter at least {{lowerBound}} characters"
-msgstr "الرجاء إدخال {{LowerBound}} حرفًا على الأقل"
+msgstr "الرجاء إدخال {{lowerBound}} حرفًا على الأقل"
msgid "Please enter a number of at least {{lowerBound}}"
-msgstr "الرجاء إدخال رقم لا يقل عن {{LowerBound}}"
+msgstr "الرجاء إدخال رقم لا يقل عن {{lowerBound}}"
msgid "Number cannot be less than {{lowerBound}} or more than {{upperBound}}"
msgstr "لا يمكن أن يكون الرقم أقل من {{lowerBound}} أو أكثر من {{upperBound}}"
diff --git a/collections/forms/i18n/es.po b/collections/forms/i18n/es.po
index 4817c0f3d3..5861698383 100644
--- a/collections/forms/i18n/es.po
+++ b/collections/forms/i18n/es.po
@@ -2,13 +2,14 @@
# Translators:
# Prabhjot Singh, 2021
# Janeth Cruz, 2023
+# Enzo Nicolas Rossi , 2024
#
msgid ""
msgstr ""
"Project-Id-Version: i18next-conv\n"
-"POT-Creation-Date: 2023-02-28T09:45:49.286Z\n"
+"POT-Creation-Date: 2024-02-12T14:58:56.792Z\n"
"PO-Revision-Date: 2021-06-24 12:50+0000\n"
-"Last-Translator: Janeth Cruz, 2023\n"
+"Last-Translator: Enzo Nicolas Rossi , 2024\n"
"Language-Team: Spanish (https://app.transifex.com/hisp-uio/teams/100509/es/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -65,7 +66,7 @@ msgstr ""
"{{patternString}}."
msgid "Password should be a string"
-msgstr "La contraseña debe ser tipo cadena"
+msgstr "La contraseña debe ser tipo texto"
msgid "Password should be at least 8 characters long"
msgstr "La contraseña debe tener al menos 8 caracteres"
diff --git a/collections/forms/i18n/es_419.po b/collections/forms/i18n/es_419.po
index 3fa7004d05..1a114ccced 100644
--- a/collections/forms/i18n/es_419.po
+++ b/collections/forms/i18n/es_419.po
@@ -1,13 +1,13 @@
#
# Translators:
-# Enzo Nicolas Rossi , 2023
+# Enzo Nicolas Rossi , 2024
#
msgid ""
msgstr ""
"Project-Id-Version: i18next-conv\n"
-"POT-Creation-Date: 2023-02-28T09:45:49.286Z\n"
+"POT-Creation-Date: 2024-02-12T14:58:56.792Z\n"
"PO-Revision-Date: 2021-06-24 12:50+0000\n"
-"Last-Translator: Enzo Nicolas Rossi , 2023\n"
+"Last-Translator: Enzo Nicolas Rossi , 2024\n"
"Language-Team: Spanish (Latin America) (https://app.transifex.com/hisp-uio/teams/100509/es_419/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -22,7 +22,7 @@ msgid "Upload files"
msgstr ""
msgid "Remove"
-msgstr ""
+msgstr "Eliminar"
msgid "Please provide an alpha-numeric value"
msgstr ""
diff --git a/collections/forms/i18n/pt_BR.po b/collections/forms/i18n/pt_BR.po
index ee79a62dca..a3657000d0 100644
--- a/collections/forms/i18n/pt_BR.po
+++ b/collections/forms/i18n/pt_BR.po
@@ -1,15 +1,16 @@
#
# Translators:
-# phil_dhis2, 2021
+# Philip Larsen Donnelly, 2021
# Viktor Varland , 2021
+# Thiago Rocha, 2024
#
msgid ""
msgstr ""
"Project-Id-Version: i18next-conv\n"
-"POT-Creation-Date: 2022-02-11T13:37:19.312Z\n"
+"POT-Creation-Date: 2024-02-12T14:58:56.792Z\n"
"PO-Revision-Date: 2021-06-24 12:50+0000\n"
-"Last-Translator: Viktor Varland , 2021\n"
-"Language-Team: Portuguese (Brazil) (https://www.transifex.com/hisp-uio/teams/100509/pt_BR/)\n"
+"Last-Translator: Thiago Rocha, 2024\n"
+"Language-Team: Portuguese (Brazil) (https://app.transifex.com/hisp-uio/teams/100509/pt_BR/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -80,14 +81,11 @@ msgstr ""
msgid "Password should have at least one special character"
msgstr ""
-msgid "Please provide a username between 4 and 255 characters"
-msgstr ""
-
msgid "Please provide a valid email address"
msgstr ""
msgid "Please provide a value"
-msgstr ""
+msgstr "Forneça um valor"
msgid "Please provide a round number without decimals"
msgstr ""
@@ -103,3 +101,9 @@ msgstr ""
msgid "Please provide a valid url"
msgstr ""
+
+msgctxt " - or @"
+msgid ""
+"Please provide a username between 4 and 255 characters long and possibly "
+"separated by . "
+msgstr ""
diff --git a/components/file-input/i18n/es_419.po b/components/file-input/i18n/es_419.po
new file mode 100644
index 0000000000..5ec894cf8a
--- /dev/null
+++ b/components/file-input/i18n/es_419.po
@@ -0,0 +1,25 @@
+#
+# Translators:
+# Enzo Nicolas Rossi , 2024
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: i18next-conv\n"
+"POT-Creation-Date: 2021-06-04T18:40:29.413Z\n"
+"PO-Revision-Date: 2021-06-24 12:50+0000\n"
+"Last-Translator: Enzo Nicolas Rossi , 2024\n"
+"Language-Team: Spanish (Latin America) (https://app.transifex.com/hisp-uio/teams/100509/es_419/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: es_419\n"
+"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
+
+msgid "Upload a file"
+msgstr ""
+
+msgid "No file uploaded yet"
+msgstr ""
+
+msgid "Remove"
+msgstr "Eliminar"
diff --git a/components/header-bar/i18n/nl.po b/components/header-bar/i18n/nl.po
index 59aff03bc3..1f5d9ea504 100644
--- a/components/header-bar/i18n/nl.po
+++ b/components/header-bar/i18n/nl.po
@@ -2,13 +2,14 @@
# Translators:
# Rica Zamora Duchateau, 2022
# Charel van den Elsen, 2023
+# Philip Larsen Donnelly, 2024
#
msgid ""
msgstr ""
"Project-Id-Version: i18next-conv\n"
"POT-Creation-Date: 2023-01-18T16:13:05.063Z\n"
"PO-Revision-Date: 2021-06-24 12:50+0000\n"
-"Last-Translator: Charel van den Elsen, 2023\n"
+"Last-Translator: Philip Larsen Donnelly, 2024\n"
"Language-Team: Dutch (https://app.transifex.com/hisp-uio/teams/100509/nl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -20,7 +21,7 @@ msgid "Search apps"
msgstr "Zoek apps"
msgid "DHIS2 {{dhis2Version}}"
-msgstr "DHIS2 {{dhis2Versie}}"
+msgstr "DHIS2 {{dhis2Version}}"
msgid "DHIS2 version unknown"
msgstr "DHIS2-versie onbekend"
diff --git a/components/header-bar/i18n/pt_BR.po b/components/header-bar/i18n/pt_BR.po
index 7257339f7d..72825636ed 100644
--- a/components/header-bar/i18n/pt_BR.po
+++ b/components/header-bar/i18n/pt_BR.po
@@ -1,14 +1,15 @@
#
# Translators:
-# phil_dhis2, 2022
+# Philip Larsen Donnelly, 2022
+# Thiago Rocha, 2024
#
msgid ""
msgstr ""
"Project-Id-Version: i18next-conv\n"
-"POT-Creation-Date: 2022-10-03T12:12:05.437Z\n"
+"POT-Creation-Date: 2023-01-18T16:13:05.063Z\n"
"PO-Revision-Date: 2021-06-24 12:50+0000\n"
-"Last-Translator: phil_dhis2, 2022\n"
-"Language-Team: Portuguese (Brazil) (https://www.transifex.com/hisp-uio/teams/100509/pt_BR/)\n"
+"Last-Translator: Thiago Rocha, 2024\n"
+"Language-Team: Portuguese (Brazil) (https://app.transifex.com/hisp-uio/teams/100509/pt_BR/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -42,9 +43,6 @@ msgstr "Fechar"
msgid "Copy debug info"
msgstr ""
-msgid "Last online {{relativeTime}}"
-msgstr ""
-
msgid "Online"
msgstr "Ligado"
@@ -64,7 +62,7 @@ msgid "Help"
msgstr "Ajuda"
msgid "About DHIS2"
-msgstr ""
+msgstr "Sobre DHIS2"
msgid "Logout"
msgstr ""
diff --git a/components/organisation-unit-tree/i18n/ar.po b/components/organisation-unit-tree/i18n/ar.po
index 16a054953c..a2393d1a36 100644
--- a/components/organisation-unit-tree/i18n/ar.po
+++ b/components/organisation-unit-tree/i18n/ar.po
@@ -1,14 +1,15 @@
#
# Translators:
# Hamza Assada <7amza.it@gmail.com>, 2021
+# Philip Larsen Donnelly, 2024
#
msgid ""
msgstr ""
"Project-Id-Version: i18next-conv\n"
"POT-Creation-Date: 2022-02-22T12:46:32.977Z\n"
"PO-Revision-Date: 2021-06-24 12:50+0000\n"
-"Last-Translator: Hamza Assada <7amza.it@gmail.com>, 2021\n"
-"Language-Team: Arabic (https://www.transifex.com/hisp-uio/teams/100509/ar/)\n"
+"Last-Translator: Philip Larsen Donnelly, 2024\n"
+"Language-Team: Arabic (https://app.transifex.com/hisp-uio/teams/100509/ar/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -22,4 +23,4 @@ msgid "Could not load children"
msgstr "تعذر تحميل الأبناء"
msgid "Error: {{ ERRORMESSAGE }}"
-msgstr "خطأ: {{ERRORMESSAGE}}"
+msgstr "خطأ: {{ ERRORMESSAGE }}"
diff --git a/components/organisation-unit-tree/i18n/cs.po b/components/organisation-unit-tree/i18n/cs.po
index b89afc001c..3ffb6e155c 100644
--- a/components/organisation-unit-tree/i18n/cs.po
+++ b/components/organisation-unit-tree/i18n/cs.po
@@ -1,14 +1,15 @@
#
# Translators:
-# trendspotter , 2022
+# Jiří Podhorecký, 2022
+# Philip Larsen Donnelly, 2024
#
msgid ""
msgstr ""
"Project-Id-Version: i18next-conv\n"
"POT-Creation-Date: 2022-02-22T12:46:32.977Z\n"
"PO-Revision-Date: 2021-06-24 12:50+0000\n"
-"Last-Translator: trendspotter , 2022\n"
-"Language-Team: Czech (https://www.transifex.com/hisp-uio/teams/100509/cs/)\n"
+"Last-Translator: Philip Larsen Donnelly, 2024\n"
+"Language-Team: Czech (https://app.transifex.com/hisp-uio/teams/100509/cs/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -22,4 +23,4 @@ msgid "Could not load children"
msgstr "Nelze načíst podřazené"
msgid "Error: {{ ERRORMESSAGE }}"
-msgstr "Chyba: {{ERRORMESSAGE}}"
+msgstr "Chyba: {{ ERRORMESSAGE }}"
diff --git a/components/organisation-unit-tree/i18n/es.po b/components/organisation-unit-tree/i18n/es.po
index 65cce128ee..21e0f07095 100644
--- a/components/organisation-unit-tree/i18n/es.po
+++ b/components/organisation-unit-tree/i18n/es.po
@@ -2,13 +2,14 @@
# Translators:
# Prabhjot Singh, 2021
# Janeth Cruz, 2023
+# Philip Larsen Donnelly, 2024
#
msgid ""
msgstr ""
"Project-Id-Version: i18next-conv\n"
"POT-Creation-Date: 2022-02-22T12:46:32.977Z\n"
"PO-Revision-Date: 2021-06-24 12:50+0000\n"
-"Last-Translator: Janeth Cruz, 2023\n"
+"Last-Translator: Philip Larsen Donnelly, 2024\n"
"Language-Team: Spanish (https://app.transifex.com/hisp-uio/teams/100509/es/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -23,4 +24,4 @@ msgid "Could not load children"
msgstr "No se pudo cargar los elementos inferiores"
msgid "Error: {{ ERRORMESSAGE }}"
-msgstr "Error: {{ERRORMESSAGE}}"
+msgstr "Error: {{ ERRORMESSAGE }}"
diff --git a/components/pagination/i18n/nl.po b/components/pagination/i18n/nl.po
index 1eabe28945..934df9b0c1 100644
--- a/components/pagination/i18n/nl.po
+++ b/components/pagination/i18n/nl.po
@@ -1,13 +1,14 @@
#
# Translators:
# Charel van den Elsen, 2023
+# Philip Larsen Donnelly, 2024
#
msgid ""
msgstr ""
"Project-Id-Version: i18next-conv\n"
"POT-Creation-Date: 2022-03-10T20:20:19.392Z\n"
"PO-Revision-Date: 2021-06-24 12:50+0000\n"
-"Last-Translator: Charel van den Elsen, 2023\n"
+"Last-Translator: Philip Larsen Donnelly, 2024\n"
"Language-Team: Dutch (https://app.transifex.com/hisp-uio/teams/100509/nl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -26,7 +27,7 @@ msgid "Page {{page}}, items {{firstItem}}-{{lastItem}}"
msgstr "Pagina {{page}}, items {{firstItem}}-{{lastItem}}"
msgid "Page {{page}}"
-msgstr "Pagina {{pagina}}"
+msgstr "Pagina {{page}}"
msgid "Next"
msgstr "Volgende"
diff --git a/components/pagination/i18n/pt_BR.po b/components/pagination/i18n/pt_BR.po
index 07e1d42bc2..21f1572625 100644
--- a/components/pagination/i18n/pt_BR.po
+++ b/components/pagination/i18n/pt_BR.po
@@ -1,14 +1,15 @@
#
# Translators:
-# phil_dhis2, 2021
+# Philip Larsen Donnelly, 2021
+# Thiago Rocha, 2024
#
msgid ""
msgstr ""
"Project-Id-Version: i18next-conv\n"
"POT-Creation-Date: 2022-03-10T20:20:19.392Z\n"
"PO-Revision-Date: 2021-06-24 12:50+0000\n"
-"Last-Translator: phil_dhis2, 2021\n"
-"Language-Team: Portuguese (Brazil) (https://www.transifex.com/hisp-uio/teams/100509/pt_BR/)\n"
+"Last-Translator: Thiago Rocha, 2024\n"
+"Language-Team: Portuguese (Brazil) (https://app.transifex.com/hisp-uio/teams/100509/pt_BR/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -30,13 +31,13 @@ msgid "Next"
msgstr "Próximo"
msgid "Page"
-msgstr ""
+msgstr "Página"
msgid "Items per page"
msgstr ""
msgid "Previous"
-msgstr ""
+msgstr "Anterior"
msgid ""
"You are at page {{page}} showing items {{firstItem}}-{{lastItem}}, but there"
diff --git a/components/select/i18n/es_419.po b/components/select/i18n/es_419.po
index a8bad0b714..4b24e3de82 100644
--- a/components/select/i18n/es_419.po
+++ b/components/select/i18n/es_419.po
@@ -1,14 +1,15 @@
#
# Translators:
# Jaime Bosque , 2022
+# Enzo Nicolas Rossi , 2024
#
msgid ""
msgstr ""
"Project-Id-Version: i18next-conv\n"
"POT-Creation-Date: 2021-05-10T11:56:32.496Z\n"
"PO-Revision-Date: 2021-06-24 12:50+0000\n"
-"Last-Translator: Jaime Bosque , 2022\n"
-"Language-Team: Spanish (Latin America) (https://www.transifex.com/hisp-uio/teams/100509/es_419/)\n"
+"Last-Translator: Enzo Nicolas Rossi , 2024\n"
+"Language-Team: Spanish (Latin America) (https://app.transifex.com/hisp-uio/teams/100509/es_419/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -22,7 +23,7 @@ msgid "No data found"
msgstr ""
msgid "Type to filter options"
-msgstr ""
+msgstr "Escriba para filtrar opciones"
msgid "Loading options"
msgstr ""
diff --git a/components/sharing-dialog/i18n/nl.po b/components/sharing-dialog/i18n/nl.po
index 05d7a40a49..953db33d83 100644
--- a/components/sharing-dialog/i18n/nl.po
+++ b/components/sharing-dialog/i18n/nl.po
@@ -2,13 +2,14 @@
# Translators:
# Rica Zamora Duchateau, 2022
# Charel van den Elsen, 2023
+# Philip Larsen Donnelly, 2024
#
msgid ""
msgstr ""
"Project-Id-Version: i18next-conv\n"
"POT-Creation-Date: 2021-11-25T09:59:40.995Z\n"
"PO-Revision-Date: 2021-10-01 23:39+0000\n"
-"Last-Translator: Charel van den Elsen, 2023\n"
+"Last-Translator: Philip Larsen Donnelly, 2024\n"
"Language-Team: Dutch (https://app.transifex.com/hisp-uio/teams/100509/nl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -89,8 +90,8 @@ msgid ""
"to change sharing for all visualizations."
msgstr ""
"Niet alle visualisaties konden met succes worden bijgewerkt. {{ success }} "
-"succesvol bijgewerkt, {{ mislukt }} kan niet worden bijgewerkt. Controleer "
-"of u gemachtigd bent om het delen voor alle visualisaties te wijzigen."
+"succesvol bijgewerkt, {{ failed }} kan niet worden bijgewerkt. Controleer of"
+" u gemachtigd bent om het delen voor alle visualisaties te wijzigen."
msgid ""
"No visualizations were updated because sharing settings are already "
@@ -107,8 +108,8 @@ msgid ""
"updated, {{ skipped }} already had sufficient sharing settings."
msgstr ""
"Niet alle instellingen voor het delen van visualisaties hoefden te worden "
-"bijgewerkt. {{ bijgewerkt }} bijgewerkt, {{ overgeslagen }} had al voldoende"
-" instellingen voor delen."
+"bijgewerkt. {{ updated }} bijgewerkt, {{ skipped }} had al voldoende "
+"instellingen voor delen."
msgid "There are no users or groups to apply sharing settings for."
msgstr ""
diff --git a/components/sharing-dialog/i18n/pt_BR.po b/components/sharing-dialog/i18n/pt_BR.po
index 85616c0b85..9bb04fbd40 100644
--- a/components/sharing-dialog/i18n/pt_BR.po
+++ b/components/sharing-dialog/i18n/pt_BR.po
@@ -1,15 +1,16 @@
#
# Translators:
-# phil_dhis2, 2021
+# Philip Larsen Donnelly, 2021
# Viktor Varland , 2021
+# Thiago Rocha, 2024
#
msgid ""
msgstr ""
"Project-Id-Version: i18next-conv\n"
"POT-Creation-Date: 2021-11-25T09:59:40.995Z\n"
"PO-Revision-Date: 2021-10-01 23:39+0000\n"
-"Last-Translator: Viktor Varland , 2021\n"
-"Language-Team: Portuguese (Brazil) (https://www.transifex.com/hisp-uio/teams/100509/pt_BR/)\n"
+"Last-Translator: Thiago Rocha, 2024\n"
+"Language-Team: Portuguese (Brazil) (https://app.transifex.com/hisp-uio/teams/100509/pt_BR/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -47,7 +48,7 @@ msgid "All users"
msgstr ""
msgid "No access"
-msgstr ""
+msgstr "Sem acesso"
msgid "Can view"
msgstr "Consegue ver"
@@ -56,7 +57,7 @@ msgid "Can view and edit"
msgstr ""
msgid "Metadata"
-msgstr ""
+msgstr "Metadados"
msgid "Remove access"
msgstr ""
diff --git a/components/sharing-dialog/i18n/zh.po b/components/sharing-dialog/i18n/zh.po
index fe4ec440a3..8cb3054afa 100644
--- a/components/sharing-dialog/i18n/zh.po
+++ b/components/sharing-dialog/i18n/zh.po
@@ -1,17 +1,17 @@
#
# Translators:
-# phil_dhis2, 2021
# Viktor Varland , 2021
# 晓东 林 <13981924470@126.com>, 2021
# easylin , 2021
+# Philip Larsen Donnelly, 2024
#
msgid ""
msgstr ""
"Project-Id-Version: i18next-conv\n"
"POT-Creation-Date: 2021-11-25T09:59:40.995Z\n"
"PO-Revision-Date: 2021-10-01 23:39+0000\n"
-"Last-Translator: easylin , 2021\n"
-"Language-Team: Chinese (https://www.transifex.com/hisp-uio/teams/100509/zh/)\n"
+"Last-Translator: Philip Larsen Donnelly, 2024\n"
+"Language-Team: Chinese (https://app.transifex.com/hisp-uio/teams/100509/zh/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -87,7 +87,7 @@ msgid ""
"Not all visualizations could be updated successfully. {{ success }} updated "
"successfully, {{ failed }} failed to update. Check that you have permission "
"to change sharing for all visualizations."
-msgstr "并非所有可视化都可以成功更新。 {{成功}}更新成功,{{失败}}更新失败。检查您是否有权更改所有可视化的共享。"
+msgstr "并非所有可视化都可以成功更新。 {{ success }}更新成功,{{ failed }}更新失败。检查您是否有权更改所有可视化的共享。"
msgid ""
"No visualizations were updated because sharing settings are already "
@@ -100,7 +100,7 @@ msgstr "已成功更新所有可视化的共享。"
msgid ""
"Not all visualization sharing settings needed to be updated. {{ updated }} "
"updated, {{ skipped }} already had sufficient sharing settings."
-msgstr "并非所有可视化共享设置都需要更新。 {{更新}}更新,{{跳过}}已经有足够的分享设置。"
+msgstr "并非所有可视化共享设置都需要更新。 {{ updated }}更新,{{ skipped }}已经有足够的分享设置。"
msgid "There are no users or groups to apply sharing settings for."
msgstr "没有要应用共享设置的用户或组。"
@@ -110,7 +110,8 @@ msgid ""
" sharing settings: {{ visualizationsCount }}. The number of users or groups "
"that these updated settings will apply to: {{ entityAmount }}."
msgstr ""
-"此仪表板上可能会获得更新共享设置的可视化数量:{{可视化计数}}。这些更新的设置将应用于的用户或组的数量:{{ entityAmount }}。"
+"此仪表板上可能会获得更新共享设置的可视化数量:{{ visualizationsCount }}。这些更新的设置将应用于的用户或组的数量:{{ "
+"entityAmount }}。"
msgid ""
"Applying the same sharing settings makes sure that users and groups that "
From 08c3e684970437048179179d8cfad5e2edcfc814 Mon Sep 17 00:00:00 2001
From: "@dhis2-bot"
Date: Wed, 28 Feb 2024 12:42:07 +0000
Subject: [PATCH 004/170] chore(release): cut 9.4.1 [skip release]
## [9.4.1](https://github.com/dhis2/ui/compare/v9.4.0...v9.4.1) (2024-02-28)
### Bug Fixes
* **translations:** sync translations from transifex (master) ([4091c9d](https://github.com/dhis2/ui/commit/4091c9d489724424f9581a600374da6d71939f33))
---
CHANGELOG.md | 7 ++
collections/forms/package.json | 20 ++--
collections/ui/package.json | 98 +++++++++----------
components/alert/package.json | 8 +-
components/box/package.json | 4 +-
components/button/package.json | 12 +--
components/calendar/package.json | 16 +--
components/card/package.json | 4 +-
components/center/package.json | 4 +-
components/checkbox/package.json | 8 +-
components/chip/package.json | 4 +-
components/cover/package.json | 4 +-
components/css/package.json | 4 +-
components/divider/package.json | 4 +-
components/field/package.json | 10 +-
components/file-input/package.json | 16 +--
components/header-bar/package.json | 30 +++---
components/help/package.json | 4 +-
components/input/package.json | 16 +--
components/intersection-detector/package.json | 4 +-
components/label/package.json | 6 +-
components/layer/package.json | 6 +-
components/legend/package.json | 6 +-
components/loader/package.json | 4 +-
components/logo/package.json | 4 +-
components/menu/package.json | 16 +--
components/modal/package.json | 14 +--
components/node/package.json | 6 +-
components/notice-box/package.json | 6 +-
.../organisation-unit-tree/package.json | 10 +-
components/pagination/package.json | 10 +-
components/popover/package.json | 8 +-
components/popper/package.json | 4 +-
components/portal/package.json | 2 +-
components/radio/package.json | 4 +-
components/required/package.json | 4 +-
components/segmented-control/package.json | 4 +-
components/select/package.json | 28 +++---
components/selector-bar/package.json | 22 ++---
components/sharing-dialog/package.json | 34 +++----
components/status-icon/package.json | 8 +-
components/switch/package.json | 8 +-
components/tab/package.json | 6 +-
components/table/package.json | 6 +-
components/tag/package.json | 4 +-
components/text-area/package.json | 14 +--
components/tooltip/package.json | 8 +-
components/transfer/package.json | 14 +--
components/user-avatar/package.json | 4 +-
constants/package.json | 2 +-
docs/package.json | 2 +-
icons/package.json | 2 +-
package.json | 2 +-
storybook/package.json | 6 +-
54 files changed, 284 insertions(+), 277 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9e8d7c46b7..53d56887f1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## [9.4.1](https://github.com/dhis2/ui/compare/v9.4.0...v9.4.1) (2024-02-28)
+
+
+### Bug Fixes
+
+* **translations:** sync translations from transifex (master) ([4091c9d](https://github.com/dhis2/ui/commit/4091c9d489724424f9581a600374da6d71939f33))
+
# [9.4.0](https://github.com/dhis2/ui/compare/v9.3.0...v9.4.0) (2024-02-16)
diff --git a/collections/forms/package.json b/collections/forms/package.json
index 80aa94b6f5..c40b00d83d 100644
--- a/collections/forms/package.json
+++ b/collections/forms/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-forms",
- "version": "9.4.0",
+ "version": "9.4.1",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
"sideEffects": [
@@ -35,15 +35,15 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.4.0",
- "@dhis2-ui/checkbox": "9.4.0",
- "@dhis2-ui/field": "9.4.0",
- "@dhis2-ui/file-input": "9.4.0",
- "@dhis2-ui/input": "9.4.0",
- "@dhis2-ui/radio": "9.4.0",
- "@dhis2-ui/select": "9.4.0",
- "@dhis2-ui/switch": "9.4.0",
- "@dhis2-ui/text-area": "9.4.0",
+ "@dhis2-ui/button": "9.4.1",
+ "@dhis2-ui/checkbox": "9.4.1",
+ "@dhis2-ui/field": "9.4.1",
+ "@dhis2-ui/file-input": "9.4.1",
+ "@dhis2-ui/input": "9.4.1",
+ "@dhis2-ui/radio": "9.4.1",
+ "@dhis2-ui/select": "9.4.1",
+ "@dhis2-ui/switch": "9.4.1",
+ "@dhis2-ui/text-area": "9.4.1",
"classnames": "^2.3.1",
"final-form": "^4.20.2",
"prop-types": "^15.7.2",
diff --git a/collections/ui/package.json b/collections/ui/package.json
index be49dbd591..655313baf4 100644
--- a/collections/ui/package.json
+++ b/collections/ui/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui",
- "version": "9.4.0",
+ "version": "9.4.1",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
"exports": {
@@ -21,54 +21,54 @@
"build": "d2-app-scripts build"
},
"dependencies": {
- "@dhis2-ui/alert": "9.4.0",
- "@dhis2-ui/box": "9.4.0",
- "@dhis2-ui/button": "9.4.0",
- "@dhis2-ui/calendar": "9.4.0",
- "@dhis2-ui/card": "9.4.0",
- "@dhis2-ui/center": "9.4.0",
- "@dhis2-ui/checkbox": "9.4.0",
- "@dhis2-ui/chip": "9.4.0",
- "@dhis2-ui/cover": "9.4.0",
- "@dhis2-ui/css": "9.4.0",
- "@dhis2-ui/divider": "9.4.0",
- "@dhis2-ui/field": "9.4.0",
- "@dhis2-ui/file-input": "9.4.0",
- "@dhis2-ui/header-bar": "9.4.0",
- "@dhis2-ui/help": "9.4.0",
- "@dhis2-ui/input": "9.4.0",
- "@dhis2-ui/intersection-detector": "9.4.0",
- "@dhis2-ui/label": "9.4.0",
- "@dhis2-ui/layer": "9.4.0",
- "@dhis2-ui/legend": "9.4.0",
- "@dhis2-ui/loader": "9.4.0",
- "@dhis2-ui/logo": "9.4.0",
- "@dhis2-ui/menu": "9.4.0",
- "@dhis2-ui/modal": "9.4.0",
- "@dhis2-ui/node": "9.4.0",
- "@dhis2-ui/notice-box": "9.4.0",
- "@dhis2-ui/organisation-unit-tree": "9.4.0",
- "@dhis2-ui/pagination": "9.4.0",
- "@dhis2-ui/popover": "9.4.0",
- "@dhis2-ui/popper": "9.4.0",
- "@dhis2-ui/portal": "9.4.0",
- "@dhis2-ui/radio": "9.4.0",
- "@dhis2-ui/required": "9.4.0",
- "@dhis2-ui/segmented-control": "9.4.0",
- "@dhis2-ui/select": "9.4.0",
- "@dhis2-ui/selector-bar": "9.4.0",
- "@dhis2-ui/sharing-dialog": "9.4.0",
- "@dhis2-ui/switch": "9.4.0",
- "@dhis2-ui/tab": "9.4.0",
- "@dhis2-ui/table": "9.4.0",
- "@dhis2-ui/tag": "9.4.0",
- "@dhis2-ui/text-area": "9.4.0",
- "@dhis2-ui/tooltip": "9.4.0",
- "@dhis2-ui/transfer": "9.4.0",
- "@dhis2-ui/user-avatar": "9.4.0",
- "@dhis2/ui-constants": "9.4.0",
- "@dhis2/ui-forms": "9.4.0",
- "@dhis2/ui-icons": "9.4.0",
+ "@dhis2-ui/alert": "9.4.1",
+ "@dhis2-ui/box": "9.4.1",
+ "@dhis2-ui/button": "9.4.1",
+ "@dhis2-ui/calendar": "9.4.1",
+ "@dhis2-ui/card": "9.4.1",
+ "@dhis2-ui/center": "9.4.1",
+ "@dhis2-ui/checkbox": "9.4.1",
+ "@dhis2-ui/chip": "9.4.1",
+ "@dhis2-ui/cover": "9.4.1",
+ "@dhis2-ui/css": "9.4.1",
+ "@dhis2-ui/divider": "9.4.1",
+ "@dhis2-ui/field": "9.4.1",
+ "@dhis2-ui/file-input": "9.4.1",
+ "@dhis2-ui/header-bar": "9.4.1",
+ "@dhis2-ui/help": "9.4.1",
+ "@dhis2-ui/input": "9.4.1",
+ "@dhis2-ui/intersection-detector": "9.4.1",
+ "@dhis2-ui/label": "9.4.1",
+ "@dhis2-ui/layer": "9.4.1",
+ "@dhis2-ui/legend": "9.4.1",
+ "@dhis2-ui/loader": "9.4.1",
+ "@dhis2-ui/logo": "9.4.1",
+ "@dhis2-ui/menu": "9.4.1",
+ "@dhis2-ui/modal": "9.4.1",
+ "@dhis2-ui/node": "9.4.1",
+ "@dhis2-ui/notice-box": "9.4.1",
+ "@dhis2-ui/organisation-unit-tree": "9.4.1",
+ "@dhis2-ui/pagination": "9.4.1",
+ "@dhis2-ui/popover": "9.4.1",
+ "@dhis2-ui/popper": "9.4.1",
+ "@dhis2-ui/portal": "9.4.1",
+ "@dhis2-ui/radio": "9.4.1",
+ "@dhis2-ui/required": "9.4.1",
+ "@dhis2-ui/segmented-control": "9.4.1",
+ "@dhis2-ui/select": "9.4.1",
+ "@dhis2-ui/selector-bar": "9.4.1",
+ "@dhis2-ui/sharing-dialog": "9.4.1",
+ "@dhis2-ui/switch": "9.4.1",
+ "@dhis2-ui/tab": "9.4.1",
+ "@dhis2-ui/table": "9.4.1",
+ "@dhis2-ui/tag": "9.4.1",
+ "@dhis2-ui/text-area": "9.4.1",
+ "@dhis2-ui/tooltip": "9.4.1",
+ "@dhis2-ui/transfer": "9.4.1",
+ "@dhis2-ui/user-avatar": "9.4.1",
+ "@dhis2/ui-constants": "9.4.1",
+ "@dhis2/ui-forms": "9.4.1",
+ "@dhis2/ui-icons": "9.4.1",
"prop-types": "^15.7.2"
},
"peerDependencies": {
diff --git a/components/alert/package.json b/components/alert/package.json
index 7a53f24e54..265f8e21c6 100644
--- a/components/alert/package.json
+++ b/components/alert/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/alert",
- "version": "9.4.0",
+ "version": "9.4.1",
"description": "UI Alert",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/portal": "9.4.0",
- "@dhis2/ui-constants": "9.4.0",
- "@dhis2/ui-icons": "9.4.0",
+ "@dhis2-ui/portal": "9.4.1",
+ "@dhis2/ui-constants": "9.4.1",
+ "@dhis2/ui-icons": "9.4.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/box/package.json b/components/box/package.json
index b0532f5a27..51090af2b1 100644
--- a/components/box/package.json
+++ b/components/box/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/box",
- "version": "9.4.0",
+ "version": "9.4.1",
"description": "UI Box",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.0",
+ "@dhis2/ui-constants": "9.4.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/button/package.json b/components/button/package.json
index 358ac9d417..3e77e5caf8 100644
--- a/components/button/package.json
+++ b/components/button/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/button",
- "version": "9.4.0",
+ "version": "9.4.1",
"description": "UI Button",
"repository": {
"type": "git",
@@ -33,11 +33,11 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/layer": "9.4.0",
- "@dhis2-ui/loader": "9.4.0",
- "@dhis2-ui/popper": "9.4.0",
- "@dhis2/ui-constants": "9.4.0",
- "@dhis2/ui-icons": "9.4.0",
+ "@dhis2-ui/layer": "9.4.1",
+ "@dhis2-ui/loader": "9.4.1",
+ "@dhis2-ui/popper": "9.4.1",
+ "@dhis2/ui-constants": "9.4.1",
+ "@dhis2/ui-icons": "9.4.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/calendar/package.json b/components/calendar/package.json
index 6661be9f9d..728691dd0c 100644
--- a/components/calendar/package.json
+++ b/components/calendar/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/calendar",
- "version": "9.4.0",
+ "version": "9.4.1",
"description": "UI Calendar",
"repository": {
"type": "git",
@@ -33,15 +33,15 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/button": "9.4.0",
- "@dhis2-ui/card": "9.4.0",
- "@dhis2-ui/input": "9.4.0",
- "@dhis2-ui/layer": "9.4.0",
- "@dhis2-ui/popper": "9.4.0",
+ "@dhis2-ui/button": "9.4.1",
+ "@dhis2-ui/card": "9.4.1",
+ "@dhis2-ui/input": "9.4.1",
+ "@dhis2-ui/layer": "9.4.1",
+ "@dhis2-ui/popper": "9.4.1",
"@dhis2/multi-calendar-dates": "1.0.2",
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.0",
- "@dhis2/ui-icons": "9.4.0",
+ "@dhis2/ui-constants": "9.4.1",
+ "@dhis2/ui-icons": "9.4.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/card/package.json b/components/card/package.json
index 678dcdcb56..624500c5c7 100644
--- a/components/card/package.json
+++ b/components/card/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/card",
- "version": "9.4.0",
+ "version": "9.4.1",
"description": "UI Card",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.0",
+ "@dhis2/ui-constants": "9.4.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/center/package.json b/components/center/package.json
index 56b281a78a..9e9f944de6 100644
--- a/components/center/package.json
+++ b/components/center/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/center",
- "version": "9.4.0",
+ "version": "9.4.1",
"description": "UI Center",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.0",
+ "@dhis2/ui-constants": "9.4.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/checkbox/package.json b/components/checkbox/package.json
index bcf1181224..e232054a10 100644
--- a/components/checkbox/package.json
+++ b/components/checkbox/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/checkbox",
- "version": "9.4.0",
+ "version": "9.4.1",
"description": "UI Checkbox",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/field": "9.4.0",
- "@dhis2-ui/required": "9.4.0",
- "@dhis2/ui-constants": "9.4.0",
+ "@dhis2-ui/field": "9.4.1",
+ "@dhis2-ui/required": "9.4.1",
+ "@dhis2/ui-constants": "9.4.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/chip/package.json b/components/chip/package.json
index 9a1cfb5037..4f02da90c0 100644
--- a/components/chip/package.json
+++ b/components/chip/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/chip",
- "version": "9.4.0",
+ "version": "9.4.1",
"description": "UI Chip",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.0",
+ "@dhis2/ui-constants": "9.4.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/cover/package.json b/components/cover/package.json
index 2c5ad8181a..2c23dd7ad9 100644
--- a/components/cover/package.json
+++ b/components/cover/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/cover",
- "version": "9.4.0",
+ "version": "9.4.1",
"description": "UI Cover",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.0",
+ "@dhis2/ui-constants": "9.4.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/css/package.json b/components/css/package.json
index 58e1e544a6..cb7f07ac23 100644
--- a/components/css/package.json
+++ b/components/css/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/css",
- "version": "9.4.0",
+ "version": "9.4.1",
"description": "UI CSS",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.0",
+ "@dhis2/ui-constants": "9.4.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/divider/package.json b/components/divider/package.json
index ea56152d80..2bf33d5e4f 100644
--- a/components/divider/package.json
+++ b/components/divider/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/divider",
- "version": "9.4.0",
+ "version": "9.4.1",
"description": "UI Divider",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.0",
+ "@dhis2/ui-constants": "9.4.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/field/package.json b/components/field/package.json
index 4a4bd62795..93f034452b 100644
--- a/components/field/package.json
+++ b/components/field/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/field",
- "version": "9.4.0",
+ "version": "9.4.1",
"description": "UI Field",
"repository": {
"type": "git",
@@ -33,10 +33,10 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.4.0",
- "@dhis2-ui/help": "9.4.0",
- "@dhis2-ui/label": "9.4.0",
- "@dhis2/ui-constants": "9.4.0",
+ "@dhis2-ui/box": "9.4.1",
+ "@dhis2-ui/help": "9.4.1",
+ "@dhis2-ui/label": "9.4.1",
+ "@dhis2/ui-constants": "9.4.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/file-input/package.json b/components/file-input/package.json
index 1c16b5294a..fd7b931a43 100644
--- a/components/file-input/package.json
+++ b/components/file-input/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/file-input",
- "version": "9.4.0",
+ "version": "9.4.1",
"description": "UI FileInput",
"repository": {
"type": "git",
@@ -34,13 +34,13 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.4.0",
- "@dhis2-ui/field": "9.4.0",
- "@dhis2-ui/label": "9.4.0",
- "@dhis2-ui/loader": "9.4.0",
- "@dhis2-ui/status-icon": "9.4.0",
- "@dhis2/ui-constants": "9.4.0",
- "@dhis2/ui-icons": "9.4.0",
+ "@dhis2-ui/button": "9.4.1",
+ "@dhis2-ui/field": "9.4.1",
+ "@dhis2-ui/label": "9.4.1",
+ "@dhis2-ui/loader": "9.4.1",
+ "@dhis2-ui/status-icon": "9.4.1",
+ "@dhis2/ui-constants": "9.4.1",
+ "@dhis2/ui-icons": "9.4.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/header-bar/package.json b/components/header-bar/package.json
index c20b77bb6d..89b2cb3e09 100644
--- a/components/header-bar/package.json
+++ b/components/header-bar/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/header-bar",
- "version": "9.4.0",
+ "version": "9.4.1",
"description": "UI HeaderBar",
"repository": {
"type": "git",
@@ -34,21 +34,21 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/box": "9.4.0",
- "@dhis2-ui/button": "9.4.0",
- "@dhis2-ui/card": "9.4.0",
- "@dhis2-ui/center": "9.4.0",
- "@dhis2-ui/divider": "9.4.0",
- "@dhis2-ui/input": "9.4.0",
- "@dhis2-ui/layer": "9.4.0",
- "@dhis2-ui/loader": "9.4.0",
- "@dhis2-ui/logo": "9.4.0",
- "@dhis2-ui/menu": "9.4.0",
- "@dhis2-ui/modal": "9.4.0",
- "@dhis2-ui/user-avatar": "9.4.0",
+ "@dhis2-ui/box": "9.4.1",
+ "@dhis2-ui/button": "9.4.1",
+ "@dhis2-ui/card": "9.4.1",
+ "@dhis2-ui/center": "9.4.1",
+ "@dhis2-ui/divider": "9.4.1",
+ "@dhis2-ui/input": "9.4.1",
+ "@dhis2-ui/layer": "9.4.1",
+ "@dhis2-ui/loader": "9.4.1",
+ "@dhis2-ui/logo": "9.4.1",
+ "@dhis2-ui/menu": "9.4.1",
+ "@dhis2-ui/modal": "9.4.1",
+ "@dhis2-ui/user-avatar": "9.4.1",
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.0",
- "@dhis2/ui-icons": "9.4.0",
+ "@dhis2/ui-constants": "9.4.1",
+ "@dhis2/ui-icons": "9.4.1",
"classnames": "^2.3.1",
"moment": "^2.29.1",
"prop-types": "^15.7.2"
diff --git a/components/help/package.json b/components/help/package.json
index ec29f403ca..24e382a3da 100644
--- a/components/help/package.json
+++ b/components/help/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/help",
- "version": "9.4.0",
+ "version": "9.4.1",
"description": "UI Help",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.0",
+ "@dhis2/ui-constants": "9.4.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/input/package.json b/components/input/package.json
index c37a21b600..3e166604b6 100644
--- a/components/input/package.json
+++ b/components/input/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/input",
- "version": "9.4.0",
+ "version": "9.4.1",
"description": "UI Input",
"repository": {
"type": "git",
@@ -33,13 +33,13 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.4.0",
- "@dhis2-ui/field": "9.4.0",
- "@dhis2-ui/input": "9.4.0",
- "@dhis2-ui/loader": "9.4.0",
- "@dhis2-ui/status-icon": "9.4.0",
- "@dhis2/ui-constants": "9.4.0",
- "@dhis2/ui-icons": "9.4.0",
+ "@dhis2-ui/box": "9.4.1",
+ "@dhis2-ui/field": "9.4.1",
+ "@dhis2-ui/input": "9.4.1",
+ "@dhis2-ui/loader": "9.4.1",
+ "@dhis2-ui/status-icon": "9.4.1",
+ "@dhis2/ui-constants": "9.4.1",
+ "@dhis2/ui-icons": "9.4.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/intersection-detector/package.json b/components/intersection-detector/package.json
index 29e00d34ad..cd677bc8a7 100644
--- a/components/intersection-detector/package.json
+++ b/components/intersection-detector/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/intersection-detector",
- "version": "9.4.0",
+ "version": "9.4.1",
"description": "UI IntersectionDetector",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.0",
+ "@dhis2/ui-constants": "9.4.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/label/package.json b/components/label/package.json
index 73ff06ecda..ddc195527e 100644
--- a/components/label/package.json
+++ b/components/label/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/label",
- "version": "9.4.0",
+ "version": "9.4.1",
"description": "UI Label",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/required": "9.4.0",
- "@dhis2/ui-constants": "9.4.0",
+ "@dhis2-ui/required": "9.4.1",
+ "@dhis2/ui-constants": "9.4.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/layer/package.json b/components/layer/package.json
index 4554d657fa..61dab05efc 100644
--- a/components/layer/package.json
+++ b/components/layer/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/layer",
- "version": "9.4.0",
+ "version": "9.4.1",
"description": "UI Layer",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/portal": "9.4.0",
- "@dhis2/ui-constants": "9.4.0",
+ "@dhis2-ui/portal": "9.4.1",
+ "@dhis2/ui-constants": "9.4.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/legend/package.json b/components/legend/package.json
index ff618002e7..03aa9c9393 100644
--- a/components/legend/package.json
+++ b/components/legend/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/legend",
- "version": "9.4.0",
+ "version": "9.4.1",
"description": "UI Legend",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/required": "9.4.0",
- "@dhis2/ui-constants": "9.4.0",
+ "@dhis2-ui/required": "9.4.1",
+ "@dhis2/ui-constants": "9.4.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/loader/package.json b/components/loader/package.json
index e7ed18a10d..fc4c340d3c 100644
--- a/components/loader/package.json
+++ b/components/loader/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/loader",
- "version": "9.4.0",
+ "version": "9.4.1",
"description": "UI Loaders",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.0",
+ "@dhis2/ui-constants": "9.4.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/logo/package.json b/components/logo/package.json
index 42c2090d9f..2f75a93d3c 100644
--- a/components/logo/package.json
+++ b/components/logo/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/logo",
- "version": "9.4.0",
+ "version": "9.4.1",
"description": "UI Logo",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.0",
+ "@dhis2/ui-constants": "9.4.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/menu/package.json b/components/menu/package.json
index 7a1b42e1cf..82f2356005 100644
--- a/components/menu/package.json
+++ b/components/menu/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/menu",
- "version": "9.4.0",
+ "version": "9.4.1",
"description": "UI Menu",
"repository": {
"type": "git",
@@ -33,13 +33,13 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/card": "9.4.0",
- "@dhis2-ui/divider": "9.4.0",
- "@dhis2-ui/layer": "9.4.0",
- "@dhis2-ui/popper": "9.4.0",
- "@dhis2-ui/portal": "9.4.0",
- "@dhis2/ui-constants": "9.4.0",
- "@dhis2/ui-icons": "9.4.0",
+ "@dhis2-ui/card": "9.4.1",
+ "@dhis2-ui/divider": "9.4.1",
+ "@dhis2-ui/layer": "9.4.1",
+ "@dhis2-ui/popper": "9.4.1",
+ "@dhis2-ui/portal": "9.4.1",
+ "@dhis2/ui-constants": "9.4.1",
+ "@dhis2/ui-icons": "9.4.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/modal/package.json b/components/modal/package.json
index e12ed00c41..9a58bf69d5 100644
--- a/components/modal/package.json
+++ b/components/modal/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/modal",
- "version": "9.4.0",
+ "version": "9.4.1",
"description": "UI Modal",
"repository": {
"type": "git",
@@ -33,12 +33,12 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/card": "9.4.0",
- "@dhis2-ui/center": "9.4.0",
- "@dhis2-ui/layer": "9.4.0",
- "@dhis2-ui/portal": "9.4.0",
- "@dhis2/ui-constants": "9.4.0",
- "@dhis2/ui-icons": "9.4.0",
+ "@dhis2-ui/card": "9.4.1",
+ "@dhis2-ui/center": "9.4.1",
+ "@dhis2-ui/layer": "9.4.1",
+ "@dhis2-ui/portal": "9.4.1",
+ "@dhis2/ui-constants": "9.4.1",
+ "@dhis2/ui-icons": "9.4.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/node/package.json b/components/node/package.json
index 3221e0a598..879a12c071 100644
--- a/components/node/package.json
+++ b/components/node/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/node",
- "version": "9.4.0",
+ "version": "9.4.1",
"description": "UI Node",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/loader": "9.4.0",
- "@dhis2/ui-constants": "9.4.0",
+ "@dhis2-ui/loader": "9.4.1",
+ "@dhis2/ui-constants": "9.4.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/notice-box/package.json b/components/notice-box/package.json
index 06deb21489..7c754bc522 100644
--- a/components/notice-box/package.json
+++ b/components/notice-box/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/notice-box",
- "version": "9.4.0",
+ "version": "9.4.1",
"description": "UI NoticeBox",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.0",
- "@dhis2/ui-icons": "9.4.0",
+ "@dhis2/ui-constants": "9.4.1",
+ "@dhis2/ui-icons": "9.4.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/organisation-unit-tree/package.json b/components/organisation-unit-tree/package.json
index 9c44b7b1bb..9814874df8 100644
--- a/components/organisation-unit-tree/package.json
+++ b/components/organisation-unit-tree/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/organisation-unit-tree",
- "version": "9.4.0",
+ "version": "9.4.1",
"description": "UI OrganisationUnitTree",
"repository": {
"type": "git",
@@ -35,10 +35,10 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/checkbox": "9.4.0",
- "@dhis2-ui/loader": "9.4.0",
- "@dhis2-ui/node": "9.4.0",
- "@dhis2/ui-constants": "9.4.0",
+ "@dhis2-ui/checkbox": "9.4.1",
+ "@dhis2-ui/loader": "9.4.1",
+ "@dhis2-ui/node": "9.4.1",
+ "@dhis2/ui-constants": "9.4.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/pagination/package.json b/components/pagination/package.json
index c33a921531..601884b480 100644
--- a/components/pagination/package.json
+++ b/components/pagination/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/pagination",
- "version": "9.4.0",
+ "version": "9.4.1",
"description": "UI Pagination",
"repository": {
"type": "git",
@@ -34,10 +34,10 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.4.0",
- "@dhis2-ui/select": "9.4.0",
- "@dhis2/ui-constants": "9.4.0",
- "@dhis2/ui-icons": "9.4.0",
+ "@dhis2-ui/button": "9.4.1",
+ "@dhis2-ui/select": "9.4.1",
+ "@dhis2/ui-constants": "9.4.1",
+ "@dhis2/ui-icons": "9.4.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/popover/package.json b/components/popover/package.json
index 2dfd38ad8c..50f30768a3 100644
--- a/components/popover/package.json
+++ b/components/popover/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/popover",
- "version": "9.4.0",
+ "version": "9.4.1",
"description": "UI Popover",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/layer": "9.4.0",
- "@dhis2-ui/popper": "9.4.0",
- "@dhis2/ui-constants": "9.4.0",
+ "@dhis2-ui/layer": "9.4.1",
+ "@dhis2-ui/popper": "9.4.1",
+ "@dhis2/ui-constants": "9.4.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/popper/package.json b/components/popper/package.json
index 6313946670..f2988b27ab 100644
--- a/components/popper/package.json
+++ b/components/popper/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/popper",
- "version": "9.4.0",
+ "version": "9.4.1",
"description": "UI Popper",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.0",
+ "@dhis2/ui-constants": "9.4.1",
"@popperjs/core": "^2.10.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2",
diff --git a/components/portal/package.json b/components/portal/package.json
index 460323e186..b7d4d59e76 100644
--- a/components/portal/package.json
+++ b/components/portal/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/portal",
- "version": "9.4.0",
+ "version": "9.4.1",
"description": "UI Portal",
"repository": {
"type": "git",
diff --git a/components/radio/package.json b/components/radio/package.json
index c3037d6742..c7e0f9d378 100644
--- a/components/radio/package.json
+++ b/components/radio/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/radio",
- "version": "9.4.0",
+ "version": "9.4.1",
"description": "UI Radio",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.0",
+ "@dhis2/ui-constants": "9.4.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/required/package.json b/components/required/package.json
index 358b66cdf1..a90bda6f7e 100644
--- a/components/required/package.json
+++ b/components/required/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/required",
- "version": "9.4.0",
+ "version": "9.4.1",
"description": "UI Required",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.0",
+ "@dhis2/ui-constants": "9.4.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/segmented-control/package.json b/components/segmented-control/package.json
index ad55563991..a2a6402372 100644
--- a/components/segmented-control/package.json
+++ b/components/segmented-control/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/segmented-control",
- "version": "9.4.0",
+ "version": "9.4.1",
"description": "UI Segmented Control",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.0",
+ "@dhis2/ui-constants": "9.4.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/select/package.json b/components/select/package.json
index 6a50918c87..cffbd75490 100644
--- a/components/select/package.json
+++ b/components/select/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/select",
- "version": "9.4.0",
+ "version": "9.4.1",
"description": "UI Select",
"repository": {
"type": "git",
@@ -34,19 +34,19 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.4.0",
- "@dhis2-ui/button": "9.4.0",
- "@dhis2-ui/card": "9.4.0",
- "@dhis2-ui/checkbox": "9.4.0",
- "@dhis2-ui/chip": "9.4.0",
- "@dhis2-ui/field": "9.4.0",
- "@dhis2-ui/input": "9.4.0",
- "@dhis2-ui/layer": "9.4.0",
- "@dhis2-ui/loader": "9.4.0",
- "@dhis2-ui/popper": "9.4.0",
- "@dhis2-ui/status-icon": "9.4.0",
- "@dhis2/ui-constants": "9.4.0",
- "@dhis2/ui-icons": "9.4.0",
+ "@dhis2-ui/box": "9.4.1",
+ "@dhis2-ui/button": "9.4.1",
+ "@dhis2-ui/card": "9.4.1",
+ "@dhis2-ui/checkbox": "9.4.1",
+ "@dhis2-ui/chip": "9.4.1",
+ "@dhis2-ui/field": "9.4.1",
+ "@dhis2-ui/input": "9.4.1",
+ "@dhis2-ui/layer": "9.4.1",
+ "@dhis2-ui/loader": "9.4.1",
+ "@dhis2-ui/popper": "9.4.1",
+ "@dhis2-ui/status-icon": "9.4.1",
+ "@dhis2/ui-constants": "9.4.1",
+ "@dhis2/ui-icons": "9.4.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/selector-bar/package.json b/components/selector-bar/package.json
index c95deba9df..11e4c17f42 100644
--- a/components/selector-bar/package.json
+++ b/components/selector-bar/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/selector-bar",
- "version": "9.4.0",
+ "version": "9.4.1",
"description": "UI Select",
"repository": {
"type": "git",
@@ -33,21 +33,21 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/button": "9.4.0",
- "@dhis2-ui/card": "9.4.0",
- "@dhis2-ui/popper": "9.4.0",
- "@dhis2-ui/layer": "9.4.0",
- "@dhis2/ui-constants": "9.4.0",
- "@dhis2/ui-icons": "9.4.0",
+ "@dhis2-ui/button": "9.4.1",
+ "@dhis2-ui/card": "9.4.1",
+ "@dhis2-ui/popper": "9.4.1",
+ "@dhis2-ui/layer": "9.4.1",
+ "@dhis2/ui-constants": "9.4.1",
+ "@dhis2/ui-icons": "9.4.1",
"@testing-library/react": "^12.1.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
"devDependencies": {
- "@dhis2-ui/css": "9.4.0",
- "@dhis2-ui/menu": "9.4.0",
- "@dhis2-ui/organisation-unit-tree": "9.4.0",
- "@dhis2-ui/select": "9.4.0",
+ "@dhis2-ui/css": "9.4.1",
+ "@dhis2-ui/menu": "9.4.1",
+ "@dhis2-ui/organisation-unit-tree": "9.4.1",
+ "@dhis2-ui/select": "9.4.1",
"@dhis2/d2-i18n": "^1.1.0",
"@testing-library/jest-dom": "^5.16.1",
"react": "16.13",
diff --git a/components/sharing-dialog/package.json b/components/sharing-dialog/package.json
index 3bd3f94dc9..d530553617 100644
--- a/components/sharing-dialog/package.json
+++ b/components/sharing-dialog/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/sharing-dialog",
- "version": "9.4.0",
+ "version": "9.4.1",
"description": "UI SharingDialog",
"repository": {
"type": "git",
@@ -35,22 +35,22 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.4.0",
- "@dhis2-ui/button": "9.4.0",
- "@dhis2-ui/card": "9.4.0",
- "@dhis2-ui/divider": "9.4.0",
- "@dhis2-ui/input": "9.4.0",
- "@dhis2-ui/layer": "9.4.0",
- "@dhis2-ui/menu": "9.4.0",
- "@dhis2-ui/modal": "9.4.0",
- "@dhis2-ui/notice-box": "9.4.0",
- "@dhis2-ui/popper": "9.4.0",
- "@dhis2-ui/select": "9.4.0",
- "@dhis2-ui/tab": "9.4.0",
- "@dhis2-ui/tooltip": "9.4.0",
- "@dhis2-ui/user-avatar": "9.4.0",
- "@dhis2/ui-constants": "9.4.0",
- "@dhis2/ui-icons": "9.4.0",
+ "@dhis2-ui/box": "9.4.1",
+ "@dhis2-ui/button": "9.4.1",
+ "@dhis2-ui/card": "9.4.1",
+ "@dhis2-ui/divider": "9.4.1",
+ "@dhis2-ui/input": "9.4.1",
+ "@dhis2-ui/layer": "9.4.1",
+ "@dhis2-ui/menu": "9.4.1",
+ "@dhis2-ui/modal": "9.4.1",
+ "@dhis2-ui/notice-box": "9.4.1",
+ "@dhis2-ui/popper": "9.4.1",
+ "@dhis2-ui/select": "9.4.1",
+ "@dhis2-ui/tab": "9.4.1",
+ "@dhis2-ui/tooltip": "9.4.1",
+ "@dhis2-ui/user-avatar": "9.4.1",
+ "@dhis2/ui-constants": "9.4.1",
+ "@dhis2/ui-icons": "9.4.1",
"@react-hook/size": "^2.1.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
diff --git a/components/status-icon/package.json b/components/status-icon/package.json
index 81f5bb85a4..72519a8507 100644
--- a/components/status-icon/package.json
+++ b/components/status-icon/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/status-icon",
- "version": "9.4.0",
+ "version": "9.4.1",
"description": "UI StatusIcon",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/loader": "9.4.0",
- "@dhis2/ui-constants": "9.4.0",
- "@dhis2/ui-icons": "9.4.0",
+ "@dhis2-ui/loader": "9.4.1",
+ "@dhis2/ui-constants": "9.4.1",
+ "@dhis2/ui-icons": "9.4.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/switch/package.json b/components/switch/package.json
index d5c5442fba..db3fbf197d 100644
--- a/components/switch/package.json
+++ b/components/switch/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/switch",
- "version": "9.4.0",
+ "version": "9.4.1",
"description": "UI Switch",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/field": "9.4.0",
- "@dhis2-ui/required": "9.4.0",
- "@dhis2/ui-constants": "9.4.0",
+ "@dhis2-ui/field": "9.4.1",
+ "@dhis2-ui/required": "9.4.1",
+ "@dhis2/ui-constants": "9.4.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/tab/package.json b/components/tab/package.json
index a667912676..72d4133e56 100644
--- a/components/tab/package.json
+++ b/components/tab/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/tab",
- "version": "9.4.0",
+ "version": "9.4.1",
"description": "UI Tabs",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.0",
- "@dhis2/ui-icons": "9.4.0",
+ "@dhis2/ui-constants": "9.4.1",
+ "@dhis2/ui-icons": "9.4.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/table/package.json b/components/table/package.json
index 7b2f21aa07..0fc8de9b0d 100644
--- a/components/table/package.json
+++ b/components/table/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/table",
- "version": "9.4.0",
+ "version": "9.4.1",
"description": "UI Table",
"repository": {
"type": "git",
@@ -34,8 +34,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.0",
- "@dhis2/ui-icons": "9.4.0",
+ "@dhis2/ui-constants": "9.4.1",
+ "@dhis2/ui-icons": "9.4.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/tag/package.json b/components/tag/package.json
index 66026fdadf..4a0192f76e 100644
--- a/components/tag/package.json
+++ b/components/tag/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/tag",
- "version": "9.4.0",
+ "version": "9.4.1",
"description": "UI Tag",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.0",
+ "@dhis2/ui-constants": "9.4.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/text-area/package.json b/components/text-area/package.json
index 07690b22f0..fd973e0688 100644
--- a/components/text-area/package.json
+++ b/components/text-area/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/text-area",
- "version": "9.4.0",
+ "version": "9.4.1",
"description": "UI TextArea",
"repository": {
"type": "git",
@@ -33,12 +33,12 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.4.0",
- "@dhis2-ui/field": "9.4.0",
- "@dhis2-ui/loader": "9.4.0",
- "@dhis2-ui/status-icon": "9.4.0",
- "@dhis2/ui-constants": "9.4.0",
- "@dhis2/ui-icons": "9.4.0",
+ "@dhis2-ui/box": "9.4.1",
+ "@dhis2-ui/field": "9.4.1",
+ "@dhis2-ui/loader": "9.4.1",
+ "@dhis2-ui/status-icon": "9.4.1",
+ "@dhis2/ui-constants": "9.4.1",
+ "@dhis2/ui-icons": "9.4.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/tooltip/package.json b/components/tooltip/package.json
index 45b078d0fd..67bf0ececa 100644
--- a/components/tooltip/package.json
+++ b/components/tooltip/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/tooltip",
- "version": "9.4.0",
+ "version": "9.4.1",
"description": "UI Tooltip",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/popper": "9.4.0",
- "@dhis2-ui/portal": "9.4.0",
- "@dhis2/ui-constants": "9.4.0",
+ "@dhis2-ui/popper": "9.4.1",
+ "@dhis2-ui/portal": "9.4.1",
+ "@dhis2/ui-constants": "9.4.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/transfer/package.json b/components/transfer/package.json
index 065116a71c..2b24289aa3 100644
--- a/components/transfer/package.json
+++ b/components/transfer/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/transfer",
- "version": "9.4.0",
+ "version": "9.4.1",
"description": "UI Transfer",
"repository": {
"type": "git",
@@ -33,12 +33,12 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.4.0",
- "@dhis2-ui/field": "9.4.0",
- "@dhis2-ui/input": "9.4.0",
- "@dhis2-ui/intersection-detector": "9.4.0",
- "@dhis2-ui/loader": "9.4.0",
- "@dhis2/ui-constants": "9.4.0",
+ "@dhis2-ui/button": "9.4.1",
+ "@dhis2-ui/field": "9.4.1",
+ "@dhis2-ui/input": "9.4.1",
+ "@dhis2-ui/intersection-detector": "9.4.1",
+ "@dhis2-ui/loader": "9.4.1",
+ "@dhis2/ui-constants": "9.4.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/user-avatar/package.json b/components/user-avatar/package.json
index d31ed4617e..0f173e5671 100644
--- a/components/user-avatar/package.json
+++ b/components/user-avatar/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/user-avatar",
- "version": "9.4.0",
+ "version": "9.4.1",
"description": "UI User Avatar",
"repository": {
"type": "git",
@@ -34,7 +34,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.0",
+ "@dhis2/ui-constants": "9.4.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/constants/package.json b/constants/package.json
index 6087f3bc12..469f5e8bf0 100644
--- a/constants/package.json
+++ b/constants/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-constants",
- "version": "9.4.0",
+ "version": "9.4.1",
"description": "Constants used in the UI libs",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
diff --git a/docs/package.json b/docs/package.json
index 230c33753b..a6218f1185 100644
--- a/docs/package.json
+++ b/docs/package.json
@@ -1,6 +1,6 @@
{
"name": "ui-docusaurus",
- "version": "9.4.0",
+ "version": "9.4.1",
"private": true,
"description": "UI Docusaurus",
"repository": {
diff --git a/icons/package.json b/icons/package.json
index ab6f3bbd2b..4f386355c4 100644
--- a/icons/package.json
+++ b/icons/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-icons",
- "version": "9.4.0",
+ "version": "9.4.1",
"description": "Icons used in the UI libs",
"main": "./build/cjs/react/index.js",
"module": "./build/es/react/index.js",
diff --git a/package.json b/package.json
index b4b5ca71c0..d287b802e2 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-root",
- "version": "9.4.0",
+ "version": "9.4.1",
"repository": {
"type": "git",
"url": "https://github.com/dhis2/ui.git"
diff --git a/storybook/package.json b/storybook/package.json
index 12f94bbd87..e51aebd367 100644
--- a/storybook/package.json
+++ b/storybook/package.json
@@ -1,6 +1,6 @@
{
"name": "ui-storybook",
- "version": "9.4.0",
+ "version": "9.4.1",
"description": "UI Storybook",
"repository": {
"type": "git",
@@ -23,8 +23,8 @@
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-private-methods": "^7.13.0",
"@babel/plugin-proposal-private-property-in-object": "^7.14.0",
- "@dhis2-ui/css": "9.4.0",
- "@dhis2/ui-constants": "9.4.0",
+ "@dhis2-ui/css": "9.4.1",
+ "@dhis2/ui-constants": "9.4.1",
"@fontsource/roboto": "^4.5.0",
"@storybook/addon-a11y": "^6.3.7",
"@storybook/addon-console": "^1.2.3",
From ba666771c5efec00626ad91294ae1bc303cee7c8 Mon Sep 17 00:00:00 2001
From: Mozafar Haider
Date: Thu, 7 Mar 2024 11:22:18 +0000
Subject: [PATCH 005/170] fix: force a new release
From 2ce13182c6ce68f393af1b28ffe5b0ff7725fa43 Mon Sep 17 00:00:00 2001
From: "@dhis2-bot"
Date: Thu, 7 Mar 2024 11:42:51 +0000
Subject: [PATCH 006/170] chore(release): cut 9.4.2 [skip release]
## [9.4.2](https://github.com/dhis2/ui/compare/v9.4.1...v9.4.2) (2024-03-07)
### Bug Fixes
* force a new release ([ba66677](https://github.com/dhis2/ui/commit/ba666771c5efec00626ad91294ae1bc303cee7c8))
---
CHANGELOG.md | 7 ++
collections/forms/package.json | 20 ++--
collections/ui/package.json | 98 +++++++++----------
components/alert/package.json | 8 +-
components/box/package.json | 4 +-
components/button/package.json | 12 +--
components/calendar/package.json | 16 +--
components/card/package.json | 4 +-
components/center/package.json | 4 +-
components/checkbox/package.json | 8 +-
components/chip/package.json | 4 +-
components/cover/package.json | 4 +-
components/css/package.json | 4 +-
components/divider/package.json | 4 +-
components/field/package.json | 10 +-
components/file-input/package.json | 16 +--
components/header-bar/package.json | 30 +++---
components/help/package.json | 4 +-
components/input/package.json | 16 +--
components/intersection-detector/package.json | 4 +-
components/label/package.json | 6 +-
components/layer/package.json | 6 +-
components/legend/package.json | 6 +-
components/loader/package.json | 4 +-
components/logo/package.json | 4 +-
components/menu/package.json | 16 +--
components/modal/package.json | 14 +--
components/node/package.json | 6 +-
components/notice-box/package.json | 6 +-
.../organisation-unit-tree/package.json | 10 +-
components/pagination/package.json | 10 +-
components/popover/package.json | 8 +-
components/popper/package.json | 4 +-
components/portal/package.json | 2 +-
components/radio/package.json | 4 +-
components/required/package.json | 4 +-
components/segmented-control/package.json | 4 +-
components/select/package.json | 28 +++---
components/selector-bar/package.json | 22 ++---
components/sharing-dialog/package.json | 34 +++----
components/status-icon/package.json | 8 +-
components/switch/package.json | 8 +-
components/tab/package.json | 6 +-
components/table/package.json | 6 +-
components/tag/package.json | 4 +-
components/text-area/package.json | 14 +--
components/tooltip/package.json | 8 +-
components/transfer/package.json | 14 +--
components/user-avatar/package.json | 4 +-
constants/package.json | 2 +-
docs/package.json | 2 +-
icons/package.json | 2 +-
package.json | 2 +-
storybook/package.json | 6 +-
54 files changed, 284 insertions(+), 277 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 53d56887f1..886ab266e4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## [9.4.2](https://github.com/dhis2/ui/compare/v9.4.1...v9.4.2) (2024-03-07)
+
+
+### Bug Fixes
+
+* force a new release ([ba66677](https://github.com/dhis2/ui/commit/ba666771c5efec00626ad91294ae1bc303cee7c8))
+
## [9.4.1](https://github.com/dhis2/ui/compare/v9.4.0...v9.4.1) (2024-02-28)
diff --git a/collections/forms/package.json b/collections/forms/package.json
index c40b00d83d..8cbddb3c88 100644
--- a/collections/forms/package.json
+++ b/collections/forms/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-forms",
- "version": "9.4.1",
+ "version": "9.4.2",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
"sideEffects": [
@@ -35,15 +35,15 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.4.1",
- "@dhis2-ui/checkbox": "9.4.1",
- "@dhis2-ui/field": "9.4.1",
- "@dhis2-ui/file-input": "9.4.1",
- "@dhis2-ui/input": "9.4.1",
- "@dhis2-ui/radio": "9.4.1",
- "@dhis2-ui/select": "9.4.1",
- "@dhis2-ui/switch": "9.4.1",
- "@dhis2-ui/text-area": "9.4.1",
+ "@dhis2-ui/button": "9.4.2",
+ "@dhis2-ui/checkbox": "9.4.2",
+ "@dhis2-ui/field": "9.4.2",
+ "@dhis2-ui/file-input": "9.4.2",
+ "@dhis2-ui/input": "9.4.2",
+ "@dhis2-ui/radio": "9.4.2",
+ "@dhis2-ui/select": "9.4.2",
+ "@dhis2-ui/switch": "9.4.2",
+ "@dhis2-ui/text-area": "9.4.2",
"classnames": "^2.3.1",
"final-form": "^4.20.2",
"prop-types": "^15.7.2",
diff --git a/collections/ui/package.json b/collections/ui/package.json
index 655313baf4..a05bd01cd5 100644
--- a/collections/ui/package.json
+++ b/collections/ui/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui",
- "version": "9.4.1",
+ "version": "9.4.2",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
"exports": {
@@ -21,54 +21,54 @@
"build": "d2-app-scripts build"
},
"dependencies": {
- "@dhis2-ui/alert": "9.4.1",
- "@dhis2-ui/box": "9.4.1",
- "@dhis2-ui/button": "9.4.1",
- "@dhis2-ui/calendar": "9.4.1",
- "@dhis2-ui/card": "9.4.1",
- "@dhis2-ui/center": "9.4.1",
- "@dhis2-ui/checkbox": "9.4.1",
- "@dhis2-ui/chip": "9.4.1",
- "@dhis2-ui/cover": "9.4.1",
- "@dhis2-ui/css": "9.4.1",
- "@dhis2-ui/divider": "9.4.1",
- "@dhis2-ui/field": "9.4.1",
- "@dhis2-ui/file-input": "9.4.1",
- "@dhis2-ui/header-bar": "9.4.1",
- "@dhis2-ui/help": "9.4.1",
- "@dhis2-ui/input": "9.4.1",
- "@dhis2-ui/intersection-detector": "9.4.1",
- "@dhis2-ui/label": "9.4.1",
- "@dhis2-ui/layer": "9.4.1",
- "@dhis2-ui/legend": "9.4.1",
- "@dhis2-ui/loader": "9.4.1",
- "@dhis2-ui/logo": "9.4.1",
- "@dhis2-ui/menu": "9.4.1",
- "@dhis2-ui/modal": "9.4.1",
- "@dhis2-ui/node": "9.4.1",
- "@dhis2-ui/notice-box": "9.4.1",
- "@dhis2-ui/organisation-unit-tree": "9.4.1",
- "@dhis2-ui/pagination": "9.4.1",
- "@dhis2-ui/popover": "9.4.1",
- "@dhis2-ui/popper": "9.4.1",
- "@dhis2-ui/portal": "9.4.1",
- "@dhis2-ui/radio": "9.4.1",
- "@dhis2-ui/required": "9.4.1",
- "@dhis2-ui/segmented-control": "9.4.1",
- "@dhis2-ui/select": "9.4.1",
- "@dhis2-ui/selector-bar": "9.4.1",
- "@dhis2-ui/sharing-dialog": "9.4.1",
- "@dhis2-ui/switch": "9.4.1",
- "@dhis2-ui/tab": "9.4.1",
- "@dhis2-ui/table": "9.4.1",
- "@dhis2-ui/tag": "9.4.1",
- "@dhis2-ui/text-area": "9.4.1",
- "@dhis2-ui/tooltip": "9.4.1",
- "@dhis2-ui/transfer": "9.4.1",
- "@dhis2-ui/user-avatar": "9.4.1",
- "@dhis2/ui-constants": "9.4.1",
- "@dhis2/ui-forms": "9.4.1",
- "@dhis2/ui-icons": "9.4.1",
+ "@dhis2-ui/alert": "9.4.2",
+ "@dhis2-ui/box": "9.4.2",
+ "@dhis2-ui/button": "9.4.2",
+ "@dhis2-ui/calendar": "9.4.2",
+ "@dhis2-ui/card": "9.4.2",
+ "@dhis2-ui/center": "9.4.2",
+ "@dhis2-ui/checkbox": "9.4.2",
+ "@dhis2-ui/chip": "9.4.2",
+ "@dhis2-ui/cover": "9.4.2",
+ "@dhis2-ui/css": "9.4.2",
+ "@dhis2-ui/divider": "9.4.2",
+ "@dhis2-ui/field": "9.4.2",
+ "@dhis2-ui/file-input": "9.4.2",
+ "@dhis2-ui/header-bar": "9.4.2",
+ "@dhis2-ui/help": "9.4.2",
+ "@dhis2-ui/input": "9.4.2",
+ "@dhis2-ui/intersection-detector": "9.4.2",
+ "@dhis2-ui/label": "9.4.2",
+ "@dhis2-ui/layer": "9.4.2",
+ "@dhis2-ui/legend": "9.4.2",
+ "@dhis2-ui/loader": "9.4.2",
+ "@dhis2-ui/logo": "9.4.2",
+ "@dhis2-ui/menu": "9.4.2",
+ "@dhis2-ui/modal": "9.4.2",
+ "@dhis2-ui/node": "9.4.2",
+ "@dhis2-ui/notice-box": "9.4.2",
+ "@dhis2-ui/organisation-unit-tree": "9.4.2",
+ "@dhis2-ui/pagination": "9.4.2",
+ "@dhis2-ui/popover": "9.4.2",
+ "@dhis2-ui/popper": "9.4.2",
+ "@dhis2-ui/portal": "9.4.2",
+ "@dhis2-ui/radio": "9.4.2",
+ "@dhis2-ui/required": "9.4.2",
+ "@dhis2-ui/segmented-control": "9.4.2",
+ "@dhis2-ui/select": "9.4.2",
+ "@dhis2-ui/selector-bar": "9.4.2",
+ "@dhis2-ui/sharing-dialog": "9.4.2",
+ "@dhis2-ui/switch": "9.4.2",
+ "@dhis2-ui/tab": "9.4.2",
+ "@dhis2-ui/table": "9.4.2",
+ "@dhis2-ui/tag": "9.4.2",
+ "@dhis2-ui/text-area": "9.4.2",
+ "@dhis2-ui/tooltip": "9.4.2",
+ "@dhis2-ui/transfer": "9.4.2",
+ "@dhis2-ui/user-avatar": "9.4.2",
+ "@dhis2/ui-constants": "9.4.2",
+ "@dhis2/ui-forms": "9.4.2",
+ "@dhis2/ui-icons": "9.4.2",
"prop-types": "^15.7.2"
},
"peerDependencies": {
diff --git a/components/alert/package.json b/components/alert/package.json
index 265f8e21c6..a578fc4292 100644
--- a/components/alert/package.json
+++ b/components/alert/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/alert",
- "version": "9.4.1",
+ "version": "9.4.2",
"description": "UI Alert",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/portal": "9.4.1",
- "@dhis2/ui-constants": "9.4.1",
- "@dhis2/ui-icons": "9.4.1",
+ "@dhis2-ui/portal": "9.4.2",
+ "@dhis2/ui-constants": "9.4.2",
+ "@dhis2/ui-icons": "9.4.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/box/package.json b/components/box/package.json
index 51090af2b1..fd73fb4c3b 100644
--- a/components/box/package.json
+++ b/components/box/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/box",
- "version": "9.4.1",
+ "version": "9.4.2",
"description": "UI Box",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.1",
+ "@dhis2/ui-constants": "9.4.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/button/package.json b/components/button/package.json
index 3e77e5caf8..1d9d495a86 100644
--- a/components/button/package.json
+++ b/components/button/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/button",
- "version": "9.4.1",
+ "version": "9.4.2",
"description": "UI Button",
"repository": {
"type": "git",
@@ -33,11 +33,11 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/layer": "9.4.1",
- "@dhis2-ui/loader": "9.4.1",
- "@dhis2-ui/popper": "9.4.1",
- "@dhis2/ui-constants": "9.4.1",
- "@dhis2/ui-icons": "9.4.1",
+ "@dhis2-ui/layer": "9.4.2",
+ "@dhis2-ui/loader": "9.4.2",
+ "@dhis2-ui/popper": "9.4.2",
+ "@dhis2/ui-constants": "9.4.2",
+ "@dhis2/ui-icons": "9.4.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/calendar/package.json b/components/calendar/package.json
index 728691dd0c..d26192499b 100644
--- a/components/calendar/package.json
+++ b/components/calendar/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/calendar",
- "version": "9.4.1",
+ "version": "9.4.2",
"description": "UI Calendar",
"repository": {
"type": "git",
@@ -33,15 +33,15 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/button": "9.4.1",
- "@dhis2-ui/card": "9.4.1",
- "@dhis2-ui/input": "9.4.1",
- "@dhis2-ui/layer": "9.4.1",
- "@dhis2-ui/popper": "9.4.1",
+ "@dhis2-ui/button": "9.4.2",
+ "@dhis2-ui/card": "9.4.2",
+ "@dhis2-ui/input": "9.4.2",
+ "@dhis2-ui/layer": "9.4.2",
+ "@dhis2-ui/popper": "9.4.2",
"@dhis2/multi-calendar-dates": "1.0.2",
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.1",
- "@dhis2/ui-icons": "9.4.1",
+ "@dhis2/ui-constants": "9.4.2",
+ "@dhis2/ui-icons": "9.4.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/card/package.json b/components/card/package.json
index 624500c5c7..d917aa0d45 100644
--- a/components/card/package.json
+++ b/components/card/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/card",
- "version": "9.4.1",
+ "version": "9.4.2",
"description": "UI Card",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.1",
+ "@dhis2/ui-constants": "9.4.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/center/package.json b/components/center/package.json
index 9e9f944de6..cbcfc7e46e 100644
--- a/components/center/package.json
+++ b/components/center/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/center",
- "version": "9.4.1",
+ "version": "9.4.2",
"description": "UI Center",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.1",
+ "@dhis2/ui-constants": "9.4.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/checkbox/package.json b/components/checkbox/package.json
index e232054a10..e874ec3505 100644
--- a/components/checkbox/package.json
+++ b/components/checkbox/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/checkbox",
- "version": "9.4.1",
+ "version": "9.4.2",
"description": "UI Checkbox",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/field": "9.4.1",
- "@dhis2-ui/required": "9.4.1",
- "@dhis2/ui-constants": "9.4.1",
+ "@dhis2-ui/field": "9.4.2",
+ "@dhis2-ui/required": "9.4.2",
+ "@dhis2/ui-constants": "9.4.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/chip/package.json b/components/chip/package.json
index 4f02da90c0..9971f5d900 100644
--- a/components/chip/package.json
+++ b/components/chip/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/chip",
- "version": "9.4.1",
+ "version": "9.4.2",
"description": "UI Chip",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.1",
+ "@dhis2/ui-constants": "9.4.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/cover/package.json b/components/cover/package.json
index 2c23dd7ad9..6126d2e45e 100644
--- a/components/cover/package.json
+++ b/components/cover/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/cover",
- "version": "9.4.1",
+ "version": "9.4.2",
"description": "UI Cover",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.1",
+ "@dhis2/ui-constants": "9.4.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/css/package.json b/components/css/package.json
index cb7f07ac23..d47216e65e 100644
--- a/components/css/package.json
+++ b/components/css/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/css",
- "version": "9.4.1",
+ "version": "9.4.2",
"description": "UI CSS",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.1",
+ "@dhis2/ui-constants": "9.4.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/divider/package.json b/components/divider/package.json
index 2bf33d5e4f..8a3e53919e 100644
--- a/components/divider/package.json
+++ b/components/divider/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/divider",
- "version": "9.4.1",
+ "version": "9.4.2",
"description": "UI Divider",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.1",
+ "@dhis2/ui-constants": "9.4.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/field/package.json b/components/field/package.json
index 93f034452b..ab73f228d8 100644
--- a/components/field/package.json
+++ b/components/field/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/field",
- "version": "9.4.1",
+ "version": "9.4.2",
"description": "UI Field",
"repository": {
"type": "git",
@@ -33,10 +33,10 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.4.1",
- "@dhis2-ui/help": "9.4.1",
- "@dhis2-ui/label": "9.4.1",
- "@dhis2/ui-constants": "9.4.1",
+ "@dhis2-ui/box": "9.4.2",
+ "@dhis2-ui/help": "9.4.2",
+ "@dhis2-ui/label": "9.4.2",
+ "@dhis2/ui-constants": "9.4.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/file-input/package.json b/components/file-input/package.json
index fd7b931a43..cc6b4eeb8d 100644
--- a/components/file-input/package.json
+++ b/components/file-input/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/file-input",
- "version": "9.4.1",
+ "version": "9.4.2",
"description": "UI FileInput",
"repository": {
"type": "git",
@@ -34,13 +34,13 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.4.1",
- "@dhis2-ui/field": "9.4.1",
- "@dhis2-ui/label": "9.4.1",
- "@dhis2-ui/loader": "9.4.1",
- "@dhis2-ui/status-icon": "9.4.1",
- "@dhis2/ui-constants": "9.4.1",
- "@dhis2/ui-icons": "9.4.1",
+ "@dhis2-ui/button": "9.4.2",
+ "@dhis2-ui/field": "9.4.2",
+ "@dhis2-ui/label": "9.4.2",
+ "@dhis2-ui/loader": "9.4.2",
+ "@dhis2-ui/status-icon": "9.4.2",
+ "@dhis2/ui-constants": "9.4.2",
+ "@dhis2/ui-icons": "9.4.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/header-bar/package.json b/components/header-bar/package.json
index 89b2cb3e09..1394fd7f8d 100644
--- a/components/header-bar/package.json
+++ b/components/header-bar/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/header-bar",
- "version": "9.4.1",
+ "version": "9.4.2",
"description": "UI HeaderBar",
"repository": {
"type": "git",
@@ -34,21 +34,21 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/box": "9.4.1",
- "@dhis2-ui/button": "9.4.1",
- "@dhis2-ui/card": "9.4.1",
- "@dhis2-ui/center": "9.4.1",
- "@dhis2-ui/divider": "9.4.1",
- "@dhis2-ui/input": "9.4.1",
- "@dhis2-ui/layer": "9.4.1",
- "@dhis2-ui/loader": "9.4.1",
- "@dhis2-ui/logo": "9.4.1",
- "@dhis2-ui/menu": "9.4.1",
- "@dhis2-ui/modal": "9.4.1",
- "@dhis2-ui/user-avatar": "9.4.1",
+ "@dhis2-ui/box": "9.4.2",
+ "@dhis2-ui/button": "9.4.2",
+ "@dhis2-ui/card": "9.4.2",
+ "@dhis2-ui/center": "9.4.2",
+ "@dhis2-ui/divider": "9.4.2",
+ "@dhis2-ui/input": "9.4.2",
+ "@dhis2-ui/layer": "9.4.2",
+ "@dhis2-ui/loader": "9.4.2",
+ "@dhis2-ui/logo": "9.4.2",
+ "@dhis2-ui/menu": "9.4.2",
+ "@dhis2-ui/modal": "9.4.2",
+ "@dhis2-ui/user-avatar": "9.4.2",
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.1",
- "@dhis2/ui-icons": "9.4.1",
+ "@dhis2/ui-constants": "9.4.2",
+ "@dhis2/ui-icons": "9.4.2",
"classnames": "^2.3.1",
"moment": "^2.29.1",
"prop-types": "^15.7.2"
diff --git a/components/help/package.json b/components/help/package.json
index 24e382a3da..ead3ca926c 100644
--- a/components/help/package.json
+++ b/components/help/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/help",
- "version": "9.4.1",
+ "version": "9.4.2",
"description": "UI Help",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.1",
+ "@dhis2/ui-constants": "9.4.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/input/package.json b/components/input/package.json
index 3e166604b6..9391dfa5b9 100644
--- a/components/input/package.json
+++ b/components/input/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/input",
- "version": "9.4.1",
+ "version": "9.4.2",
"description": "UI Input",
"repository": {
"type": "git",
@@ -33,13 +33,13 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.4.1",
- "@dhis2-ui/field": "9.4.1",
- "@dhis2-ui/input": "9.4.1",
- "@dhis2-ui/loader": "9.4.1",
- "@dhis2-ui/status-icon": "9.4.1",
- "@dhis2/ui-constants": "9.4.1",
- "@dhis2/ui-icons": "9.4.1",
+ "@dhis2-ui/box": "9.4.2",
+ "@dhis2-ui/field": "9.4.2",
+ "@dhis2-ui/input": "9.4.2",
+ "@dhis2-ui/loader": "9.4.2",
+ "@dhis2-ui/status-icon": "9.4.2",
+ "@dhis2/ui-constants": "9.4.2",
+ "@dhis2/ui-icons": "9.4.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/intersection-detector/package.json b/components/intersection-detector/package.json
index cd677bc8a7..6d9542b137 100644
--- a/components/intersection-detector/package.json
+++ b/components/intersection-detector/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/intersection-detector",
- "version": "9.4.1",
+ "version": "9.4.2",
"description": "UI IntersectionDetector",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.1",
+ "@dhis2/ui-constants": "9.4.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/label/package.json b/components/label/package.json
index ddc195527e..f8038f9024 100644
--- a/components/label/package.json
+++ b/components/label/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/label",
- "version": "9.4.1",
+ "version": "9.4.2",
"description": "UI Label",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/required": "9.4.1",
- "@dhis2/ui-constants": "9.4.1",
+ "@dhis2-ui/required": "9.4.2",
+ "@dhis2/ui-constants": "9.4.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/layer/package.json b/components/layer/package.json
index 61dab05efc..9ffaa541e7 100644
--- a/components/layer/package.json
+++ b/components/layer/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/layer",
- "version": "9.4.1",
+ "version": "9.4.2",
"description": "UI Layer",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/portal": "9.4.1",
- "@dhis2/ui-constants": "9.4.1",
+ "@dhis2-ui/portal": "9.4.2",
+ "@dhis2/ui-constants": "9.4.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/legend/package.json b/components/legend/package.json
index 03aa9c9393..56608ca57f 100644
--- a/components/legend/package.json
+++ b/components/legend/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/legend",
- "version": "9.4.1",
+ "version": "9.4.2",
"description": "UI Legend",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/required": "9.4.1",
- "@dhis2/ui-constants": "9.4.1",
+ "@dhis2-ui/required": "9.4.2",
+ "@dhis2/ui-constants": "9.4.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/loader/package.json b/components/loader/package.json
index fc4c340d3c..af10e2c267 100644
--- a/components/loader/package.json
+++ b/components/loader/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/loader",
- "version": "9.4.1",
+ "version": "9.4.2",
"description": "UI Loaders",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.1",
+ "@dhis2/ui-constants": "9.4.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/logo/package.json b/components/logo/package.json
index 2f75a93d3c..500218766a 100644
--- a/components/logo/package.json
+++ b/components/logo/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/logo",
- "version": "9.4.1",
+ "version": "9.4.2",
"description": "UI Logo",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.1",
+ "@dhis2/ui-constants": "9.4.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/menu/package.json b/components/menu/package.json
index 82f2356005..ec9984cf8d 100644
--- a/components/menu/package.json
+++ b/components/menu/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/menu",
- "version": "9.4.1",
+ "version": "9.4.2",
"description": "UI Menu",
"repository": {
"type": "git",
@@ -33,13 +33,13 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/card": "9.4.1",
- "@dhis2-ui/divider": "9.4.1",
- "@dhis2-ui/layer": "9.4.1",
- "@dhis2-ui/popper": "9.4.1",
- "@dhis2-ui/portal": "9.4.1",
- "@dhis2/ui-constants": "9.4.1",
- "@dhis2/ui-icons": "9.4.1",
+ "@dhis2-ui/card": "9.4.2",
+ "@dhis2-ui/divider": "9.4.2",
+ "@dhis2-ui/layer": "9.4.2",
+ "@dhis2-ui/popper": "9.4.2",
+ "@dhis2-ui/portal": "9.4.2",
+ "@dhis2/ui-constants": "9.4.2",
+ "@dhis2/ui-icons": "9.4.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/modal/package.json b/components/modal/package.json
index 9a58bf69d5..015c5186f8 100644
--- a/components/modal/package.json
+++ b/components/modal/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/modal",
- "version": "9.4.1",
+ "version": "9.4.2",
"description": "UI Modal",
"repository": {
"type": "git",
@@ -33,12 +33,12 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/card": "9.4.1",
- "@dhis2-ui/center": "9.4.1",
- "@dhis2-ui/layer": "9.4.1",
- "@dhis2-ui/portal": "9.4.1",
- "@dhis2/ui-constants": "9.4.1",
- "@dhis2/ui-icons": "9.4.1",
+ "@dhis2-ui/card": "9.4.2",
+ "@dhis2-ui/center": "9.4.2",
+ "@dhis2-ui/layer": "9.4.2",
+ "@dhis2-ui/portal": "9.4.2",
+ "@dhis2/ui-constants": "9.4.2",
+ "@dhis2/ui-icons": "9.4.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/node/package.json b/components/node/package.json
index 879a12c071..c1f30b6e38 100644
--- a/components/node/package.json
+++ b/components/node/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/node",
- "version": "9.4.1",
+ "version": "9.4.2",
"description": "UI Node",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/loader": "9.4.1",
- "@dhis2/ui-constants": "9.4.1",
+ "@dhis2-ui/loader": "9.4.2",
+ "@dhis2/ui-constants": "9.4.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/notice-box/package.json b/components/notice-box/package.json
index 7c754bc522..280707ee76 100644
--- a/components/notice-box/package.json
+++ b/components/notice-box/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/notice-box",
- "version": "9.4.1",
+ "version": "9.4.2",
"description": "UI NoticeBox",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.1",
- "@dhis2/ui-icons": "9.4.1",
+ "@dhis2/ui-constants": "9.4.2",
+ "@dhis2/ui-icons": "9.4.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/organisation-unit-tree/package.json b/components/organisation-unit-tree/package.json
index 9814874df8..660bf58710 100644
--- a/components/organisation-unit-tree/package.json
+++ b/components/organisation-unit-tree/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/organisation-unit-tree",
- "version": "9.4.1",
+ "version": "9.4.2",
"description": "UI OrganisationUnitTree",
"repository": {
"type": "git",
@@ -35,10 +35,10 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/checkbox": "9.4.1",
- "@dhis2-ui/loader": "9.4.1",
- "@dhis2-ui/node": "9.4.1",
- "@dhis2/ui-constants": "9.4.1",
+ "@dhis2-ui/checkbox": "9.4.2",
+ "@dhis2-ui/loader": "9.4.2",
+ "@dhis2-ui/node": "9.4.2",
+ "@dhis2/ui-constants": "9.4.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/pagination/package.json b/components/pagination/package.json
index 601884b480..3a0b4acc9f 100644
--- a/components/pagination/package.json
+++ b/components/pagination/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/pagination",
- "version": "9.4.1",
+ "version": "9.4.2",
"description": "UI Pagination",
"repository": {
"type": "git",
@@ -34,10 +34,10 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.4.1",
- "@dhis2-ui/select": "9.4.1",
- "@dhis2/ui-constants": "9.4.1",
- "@dhis2/ui-icons": "9.4.1",
+ "@dhis2-ui/button": "9.4.2",
+ "@dhis2-ui/select": "9.4.2",
+ "@dhis2/ui-constants": "9.4.2",
+ "@dhis2/ui-icons": "9.4.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/popover/package.json b/components/popover/package.json
index 50f30768a3..c7af923b67 100644
--- a/components/popover/package.json
+++ b/components/popover/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/popover",
- "version": "9.4.1",
+ "version": "9.4.2",
"description": "UI Popover",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/layer": "9.4.1",
- "@dhis2-ui/popper": "9.4.1",
- "@dhis2/ui-constants": "9.4.1",
+ "@dhis2-ui/layer": "9.4.2",
+ "@dhis2-ui/popper": "9.4.2",
+ "@dhis2/ui-constants": "9.4.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/popper/package.json b/components/popper/package.json
index f2988b27ab..e22e652ecb 100644
--- a/components/popper/package.json
+++ b/components/popper/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/popper",
- "version": "9.4.1",
+ "version": "9.4.2",
"description": "UI Popper",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.1",
+ "@dhis2/ui-constants": "9.4.2",
"@popperjs/core": "^2.10.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2",
diff --git a/components/portal/package.json b/components/portal/package.json
index b7d4d59e76..145e7101d3 100644
--- a/components/portal/package.json
+++ b/components/portal/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/portal",
- "version": "9.4.1",
+ "version": "9.4.2",
"description": "UI Portal",
"repository": {
"type": "git",
diff --git a/components/radio/package.json b/components/radio/package.json
index c7e0f9d378..8fcbc7c6a9 100644
--- a/components/radio/package.json
+++ b/components/radio/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/radio",
- "version": "9.4.1",
+ "version": "9.4.2",
"description": "UI Radio",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.1",
+ "@dhis2/ui-constants": "9.4.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/required/package.json b/components/required/package.json
index a90bda6f7e..b4d66d8e30 100644
--- a/components/required/package.json
+++ b/components/required/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/required",
- "version": "9.4.1",
+ "version": "9.4.2",
"description": "UI Required",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.1",
+ "@dhis2/ui-constants": "9.4.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/segmented-control/package.json b/components/segmented-control/package.json
index a2a6402372..6cf65281e6 100644
--- a/components/segmented-control/package.json
+++ b/components/segmented-control/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/segmented-control",
- "version": "9.4.1",
+ "version": "9.4.2",
"description": "UI Segmented Control",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.1",
+ "@dhis2/ui-constants": "9.4.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/select/package.json b/components/select/package.json
index cffbd75490..4c2d0e8b39 100644
--- a/components/select/package.json
+++ b/components/select/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/select",
- "version": "9.4.1",
+ "version": "9.4.2",
"description": "UI Select",
"repository": {
"type": "git",
@@ -34,19 +34,19 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.4.1",
- "@dhis2-ui/button": "9.4.1",
- "@dhis2-ui/card": "9.4.1",
- "@dhis2-ui/checkbox": "9.4.1",
- "@dhis2-ui/chip": "9.4.1",
- "@dhis2-ui/field": "9.4.1",
- "@dhis2-ui/input": "9.4.1",
- "@dhis2-ui/layer": "9.4.1",
- "@dhis2-ui/loader": "9.4.1",
- "@dhis2-ui/popper": "9.4.1",
- "@dhis2-ui/status-icon": "9.4.1",
- "@dhis2/ui-constants": "9.4.1",
- "@dhis2/ui-icons": "9.4.1",
+ "@dhis2-ui/box": "9.4.2",
+ "@dhis2-ui/button": "9.4.2",
+ "@dhis2-ui/card": "9.4.2",
+ "@dhis2-ui/checkbox": "9.4.2",
+ "@dhis2-ui/chip": "9.4.2",
+ "@dhis2-ui/field": "9.4.2",
+ "@dhis2-ui/input": "9.4.2",
+ "@dhis2-ui/layer": "9.4.2",
+ "@dhis2-ui/loader": "9.4.2",
+ "@dhis2-ui/popper": "9.4.2",
+ "@dhis2-ui/status-icon": "9.4.2",
+ "@dhis2/ui-constants": "9.4.2",
+ "@dhis2/ui-icons": "9.4.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/selector-bar/package.json b/components/selector-bar/package.json
index 11e4c17f42..a1f5584b76 100644
--- a/components/selector-bar/package.json
+++ b/components/selector-bar/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/selector-bar",
- "version": "9.4.1",
+ "version": "9.4.2",
"description": "UI Select",
"repository": {
"type": "git",
@@ -33,21 +33,21 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/button": "9.4.1",
- "@dhis2-ui/card": "9.4.1",
- "@dhis2-ui/popper": "9.4.1",
- "@dhis2-ui/layer": "9.4.1",
- "@dhis2/ui-constants": "9.4.1",
- "@dhis2/ui-icons": "9.4.1",
+ "@dhis2-ui/button": "9.4.2",
+ "@dhis2-ui/card": "9.4.2",
+ "@dhis2-ui/popper": "9.4.2",
+ "@dhis2-ui/layer": "9.4.2",
+ "@dhis2/ui-constants": "9.4.2",
+ "@dhis2/ui-icons": "9.4.2",
"@testing-library/react": "^12.1.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
"devDependencies": {
- "@dhis2-ui/css": "9.4.1",
- "@dhis2-ui/menu": "9.4.1",
- "@dhis2-ui/organisation-unit-tree": "9.4.1",
- "@dhis2-ui/select": "9.4.1",
+ "@dhis2-ui/css": "9.4.2",
+ "@dhis2-ui/menu": "9.4.2",
+ "@dhis2-ui/organisation-unit-tree": "9.4.2",
+ "@dhis2-ui/select": "9.4.2",
"@dhis2/d2-i18n": "^1.1.0",
"@testing-library/jest-dom": "^5.16.1",
"react": "16.13",
diff --git a/components/sharing-dialog/package.json b/components/sharing-dialog/package.json
index d530553617..23eca915b4 100644
--- a/components/sharing-dialog/package.json
+++ b/components/sharing-dialog/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/sharing-dialog",
- "version": "9.4.1",
+ "version": "9.4.2",
"description": "UI SharingDialog",
"repository": {
"type": "git",
@@ -35,22 +35,22 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.4.1",
- "@dhis2-ui/button": "9.4.1",
- "@dhis2-ui/card": "9.4.1",
- "@dhis2-ui/divider": "9.4.1",
- "@dhis2-ui/input": "9.4.1",
- "@dhis2-ui/layer": "9.4.1",
- "@dhis2-ui/menu": "9.4.1",
- "@dhis2-ui/modal": "9.4.1",
- "@dhis2-ui/notice-box": "9.4.1",
- "@dhis2-ui/popper": "9.4.1",
- "@dhis2-ui/select": "9.4.1",
- "@dhis2-ui/tab": "9.4.1",
- "@dhis2-ui/tooltip": "9.4.1",
- "@dhis2-ui/user-avatar": "9.4.1",
- "@dhis2/ui-constants": "9.4.1",
- "@dhis2/ui-icons": "9.4.1",
+ "@dhis2-ui/box": "9.4.2",
+ "@dhis2-ui/button": "9.4.2",
+ "@dhis2-ui/card": "9.4.2",
+ "@dhis2-ui/divider": "9.4.2",
+ "@dhis2-ui/input": "9.4.2",
+ "@dhis2-ui/layer": "9.4.2",
+ "@dhis2-ui/menu": "9.4.2",
+ "@dhis2-ui/modal": "9.4.2",
+ "@dhis2-ui/notice-box": "9.4.2",
+ "@dhis2-ui/popper": "9.4.2",
+ "@dhis2-ui/select": "9.4.2",
+ "@dhis2-ui/tab": "9.4.2",
+ "@dhis2-ui/tooltip": "9.4.2",
+ "@dhis2-ui/user-avatar": "9.4.2",
+ "@dhis2/ui-constants": "9.4.2",
+ "@dhis2/ui-icons": "9.4.2",
"@react-hook/size": "^2.1.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
diff --git a/components/status-icon/package.json b/components/status-icon/package.json
index 72519a8507..4bc5f9e93c 100644
--- a/components/status-icon/package.json
+++ b/components/status-icon/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/status-icon",
- "version": "9.4.1",
+ "version": "9.4.2",
"description": "UI StatusIcon",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/loader": "9.4.1",
- "@dhis2/ui-constants": "9.4.1",
- "@dhis2/ui-icons": "9.4.1",
+ "@dhis2-ui/loader": "9.4.2",
+ "@dhis2/ui-constants": "9.4.2",
+ "@dhis2/ui-icons": "9.4.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/switch/package.json b/components/switch/package.json
index db3fbf197d..544692b0c0 100644
--- a/components/switch/package.json
+++ b/components/switch/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/switch",
- "version": "9.4.1",
+ "version": "9.4.2",
"description": "UI Switch",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/field": "9.4.1",
- "@dhis2-ui/required": "9.4.1",
- "@dhis2/ui-constants": "9.4.1",
+ "@dhis2-ui/field": "9.4.2",
+ "@dhis2-ui/required": "9.4.2",
+ "@dhis2/ui-constants": "9.4.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/tab/package.json b/components/tab/package.json
index 72d4133e56..e2599575e3 100644
--- a/components/tab/package.json
+++ b/components/tab/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/tab",
- "version": "9.4.1",
+ "version": "9.4.2",
"description": "UI Tabs",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.1",
- "@dhis2/ui-icons": "9.4.1",
+ "@dhis2/ui-constants": "9.4.2",
+ "@dhis2/ui-icons": "9.4.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/table/package.json b/components/table/package.json
index 0fc8de9b0d..e3652a1f01 100644
--- a/components/table/package.json
+++ b/components/table/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/table",
- "version": "9.4.1",
+ "version": "9.4.2",
"description": "UI Table",
"repository": {
"type": "git",
@@ -34,8 +34,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.1",
- "@dhis2/ui-icons": "9.4.1",
+ "@dhis2/ui-constants": "9.4.2",
+ "@dhis2/ui-icons": "9.4.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/tag/package.json b/components/tag/package.json
index 4a0192f76e..2a749d155f 100644
--- a/components/tag/package.json
+++ b/components/tag/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/tag",
- "version": "9.4.1",
+ "version": "9.4.2",
"description": "UI Tag",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.1",
+ "@dhis2/ui-constants": "9.4.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/text-area/package.json b/components/text-area/package.json
index fd973e0688..86840e27b7 100644
--- a/components/text-area/package.json
+++ b/components/text-area/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/text-area",
- "version": "9.4.1",
+ "version": "9.4.2",
"description": "UI TextArea",
"repository": {
"type": "git",
@@ -33,12 +33,12 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.4.1",
- "@dhis2-ui/field": "9.4.1",
- "@dhis2-ui/loader": "9.4.1",
- "@dhis2-ui/status-icon": "9.4.1",
- "@dhis2/ui-constants": "9.4.1",
- "@dhis2/ui-icons": "9.4.1",
+ "@dhis2-ui/box": "9.4.2",
+ "@dhis2-ui/field": "9.4.2",
+ "@dhis2-ui/loader": "9.4.2",
+ "@dhis2-ui/status-icon": "9.4.2",
+ "@dhis2/ui-constants": "9.4.2",
+ "@dhis2/ui-icons": "9.4.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/tooltip/package.json b/components/tooltip/package.json
index 67bf0ececa..1c8651c068 100644
--- a/components/tooltip/package.json
+++ b/components/tooltip/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/tooltip",
- "version": "9.4.1",
+ "version": "9.4.2",
"description": "UI Tooltip",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/popper": "9.4.1",
- "@dhis2-ui/portal": "9.4.1",
- "@dhis2/ui-constants": "9.4.1",
+ "@dhis2-ui/popper": "9.4.2",
+ "@dhis2-ui/portal": "9.4.2",
+ "@dhis2/ui-constants": "9.4.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/transfer/package.json b/components/transfer/package.json
index 2b24289aa3..3728c6eb9b 100644
--- a/components/transfer/package.json
+++ b/components/transfer/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/transfer",
- "version": "9.4.1",
+ "version": "9.4.2",
"description": "UI Transfer",
"repository": {
"type": "git",
@@ -33,12 +33,12 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.4.1",
- "@dhis2-ui/field": "9.4.1",
- "@dhis2-ui/input": "9.4.1",
- "@dhis2-ui/intersection-detector": "9.4.1",
- "@dhis2-ui/loader": "9.4.1",
- "@dhis2/ui-constants": "9.4.1",
+ "@dhis2-ui/button": "9.4.2",
+ "@dhis2-ui/field": "9.4.2",
+ "@dhis2-ui/input": "9.4.2",
+ "@dhis2-ui/intersection-detector": "9.4.2",
+ "@dhis2-ui/loader": "9.4.2",
+ "@dhis2/ui-constants": "9.4.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/user-avatar/package.json b/components/user-avatar/package.json
index 0f173e5671..1162ee24c8 100644
--- a/components/user-avatar/package.json
+++ b/components/user-avatar/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/user-avatar",
- "version": "9.4.1",
+ "version": "9.4.2",
"description": "UI User Avatar",
"repository": {
"type": "git",
@@ -34,7 +34,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.1",
+ "@dhis2/ui-constants": "9.4.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/constants/package.json b/constants/package.json
index 469f5e8bf0..f377072db7 100644
--- a/constants/package.json
+++ b/constants/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-constants",
- "version": "9.4.1",
+ "version": "9.4.2",
"description": "Constants used in the UI libs",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
diff --git a/docs/package.json b/docs/package.json
index a6218f1185..a9bbcb8291 100644
--- a/docs/package.json
+++ b/docs/package.json
@@ -1,6 +1,6 @@
{
"name": "ui-docusaurus",
- "version": "9.4.1",
+ "version": "9.4.2",
"private": true,
"description": "UI Docusaurus",
"repository": {
diff --git a/icons/package.json b/icons/package.json
index 4f386355c4..830436d91d 100644
--- a/icons/package.json
+++ b/icons/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-icons",
- "version": "9.4.1",
+ "version": "9.4.2",
"description": "Icons used in the UI libs",
"main": "./build/cjs/react/index.js",
"module": "./build/es/react/index.js",
diff --git a/package.json b/package.json
index d287b802e2..eed80f2780 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-root",
- "version": "9.4.1",
+ "version": "9.4.2",
"repository": {
"type": "git",
"url": "https://github.com/dhis2/ui.git"
diff --git a/storybook/package.json b/storybook/package.json
index e51aebd367..0012ac04f3 100644
--- a/storybook/package.json
+++ b/storybook/package.json
@@ -1,6 +1,6 @@
{
"name": "ui-storybook",
- "version": "9.4.1",
+ "version": "9.4.2",
"description": "UI Storybook",
"repository": {
"type": "git",
@@ -23,8 +23,8 @@
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-private-methods": "^7.13.0",
"@babel/plugin-proposal-private-property-in-object": "^7.14.0",
- "@dhis2-ui/css": "9.4.1",
- "@dhis2/ui-constants": "9.4.1",
+ "@dhis2-ui/css": "9.4.2",
+ "@dhis2/ui-constants": "9.4.2",
"@fontsource/roboto": "^4.5.0",
"@storybook/addon-a11y": "^6.3.7",
"@storybook/addon-console": "^1.2.3",
From 367f04c8d89d6eda101647b18c6f2a4fc30979ad Mon Sep 17 00:00:00 2001
From: Joseph John Aas Cooper
Date: Wed, 6 Dec 2023 13:24:29 +0100
Subject: [PATCH 007/170] fix(select): adjust clear button
chore(select): add tooltip to package file
---
components/select/package.json | 3 +-
components/select/src/multi-select/input.js | 3 +-
.../select/src/select/input-clear-button.js | 59 +++++++++++++++----
components/select/src/single-select/input.js | 3 +-
4 files changed, 52 insertions(+), 16 deletions(-)
diff --git a/components/select/package.json b/components/select/package.json
index 4c2d0e8b39..df691c0a95 100644
--- a/components/select/package.json
+++ b/components/select/package.json
@@ -33,7 +33,6 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2/prop-types": "^3.1.2",
"@dhis2-ui/box": "9.4.2",
"@dhis2-ui/button": "9.4.2",
"@dhis2-ui/card": "9.4.2",
@@ -45,6 +44,8 @@
"@dhis2-ui/loader": "9.4.2",
"@dhis2-ui/popper": "9.4.2",
"@dhis2-ui/status-icon": "9.4.2",
+ "@dhis2-ui/tooltip": "^9.4.2",
+ "@dhis2/prop-types": "^3.1.2",
"@dhis2/ui-constants": "9.4.2",
"@dhis2/ui-icons": "9.4.2",
"classnames": "^2.3.1",
diff --git a/components/select/src/multi-select/input.js b/components/select/src/multi-select/input.js
index cc0711345d..d43d5e1aec 100644
--- a/components/select/src/multi-select/input.js
+++ b/components/select/src/multi-select/input.js
@@ -24,7 +24,7 @@ const Input = ({
inputMaxHeight,
}) => {
const hasSelection = selected.length > 0
- const onClear = (_, e) => {
+ const onClear = (e) => {
const data = { selected: [] }
e.stopPropagation()
@@ -80,7 +80,6 @@ const Input = ({
.root-right {
margin-inline-start: auto;
- margin-inline-end: 10px;
}
`}
diff --git a/components/select/src/select/input-clear-button.js b/components/select/src/select/input-clear-button.js
index cb965e9621..ceef7d656c 100644
--- a/components/select/src/select/input-clear-button.js
+++ b/components/select/src/select/input-clear-button.js
@@ -1,18 +1,55 @@
-import { Button } from '@dhis2-ui/button'
+import { Tooltip } from '@dhis2-ui/tooltip'
+import { colors, theme } from '@dhis2/ui-constants'
import PropTypes from 'prop-types'
import React from 'react'
const InputClearButton = ({ onClear, clearText, className, dataTest }) => (
-
- {clearText}
-
+
+
+
+
+
+
+
+
)
InputClearButton.propTypes = {
diff --git a/components/select/src/single-select/input.js b/components/select/src/single-select/input.js
index 9ab60a8679..4d2b4f4a1b 100644
--- a/components/select/src/single-select/input.js
+++ b/components/select/src/single-select/input.js
@@ -24,7 +24,7 @@ const Input = ({
inputMaxHeight,
}) => {
const hasSelection = selected && typeof selected === 'string'
- const onClear = (_, e) => {
+ const onClear = (e) => {
const data = { selected: '' }
e.stopPropagation()
@@ -72,7 +72,6 @@ const Input = ({
.root-right {
margin-inline-start: auto;
- margin-inline-end: 10px;
}
`}
From 06885f5496f0117663d02afd371ea8b6cb2aa5fa Mon Sep 17 00:00:00 2001
From: Joseph John Aas Cooper
Date: Wed, 6 Dec 2023 15:51:19 +0100
Subject: [PATCH 008/170] test(select): check clear button tooltip text
---
.../features/has_default_clear_text.feature | 1 +
.../features/has_default_clear_text/index.js | 9 ++++++++-
.../features/has_default_clear_text.feature | 1 +
.../features/has_default_clear_text/index.js | 9 ++++++++-
4 files changed, 18 insertions(+), 2 deletions(-)
diff --git a/components/select/src/multi-select-field/features/has_default_clear_text.feature b/components/select/src/multi-select-field/features/has_default_clear_text.feature
index 368887c0e4..b7bc5e161d 100644
--- a/components/select/src/multi-select-field/features/has_default_clear_text.feature
+++ b/components/select/src/multi-select-field/features/has_default_clear_text.feature
@@ -2,4 +2,5 @@ Feature: Clear text for the MultiSelectField
Scenario: Rendering a clearable MultiSelectField
Given a clearable MultiSelectField with selected option is rendered
+ When the clear button is hovered
Then the clear text is visible
diff --git a/components/select/src/multi-select-field/features/has_default_clear_text/index.js b/components/select/src/multi-select-field/features/has_default_clear_text/index.js
index c166b76ca9..753f25815a 100644
--- a/components/select/src/multi-select-field/features/has_default_clear_text/index.js
+++ b/components/select/src/multi-select-field/features/has_default_clear_text/index.js
@@ -1,9 +1,16 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
Given('a clearable MultiSelectField with selected option is rendered', () => {
cy.visitStory('MultiSelectField', 'With clearable and selected option')
})
+When('the clear button is hovered', () => {
+ cy.get('[data-test="dhis2-uicore-multiselect-clear"]').trigger(
+ 'mouseover',
+ 'top'
+ )
+})
+
Then('the clear text is visible', () => {
cy.contains('Clear').should('be.visible')
})
diff --git a/components/select/src/single-select-field/features/has_default_clear_text.feature b/components/select/src/single-select-field/features/has_default_clear_text.feature
index 30518cc930..d593f6368a 100644
--- a/components/select/src/single-select-field/features/has_default_clear_text.feature
+++ b/components/select/src/single-select-field/features/has_default_clear_text.feature
@@ -2,4 +2,5 @@ Feature: Clear text for the SingleSelectField
Scenario: Rendering a clearable SingleSelectField
Given a clearable SingleSelectField with selected option is rendered
+ When the clear button is hovered
Then the clear text is visible
diff --git a/components/select/src/single-select-field/features/has_default_clear_text/index.js b/components/select/src/single-select-field/features/has_default_clear_text/index.js
index b5fb83fd06..52fe0661a1 100644
--- a/components/select/src/single-select-field/features/has_default_clear_text/index.js
+++ b/components/select/src/single-select-field/features/has_default_clear_text/index.js
@@ -1,9 +1,16 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
Given('a clearable SingleSelectField with selected option is rendered', () => {
cy.visitStory('SingleSelectField', 'With clearable and selected option')
})
+When('the clear button is hovered', () => {
+ cy.get('[data-test="dhis2-uicore-singleselect-clear"]').trigger(
+ 'mouseover',
+ 'top'
+ )
+})
+
Then('the clear text is visible', () => {
cy.contains('Clear').should('be.visible')
})
From fcbf93dafbbe6ff148efc0512b6b48e0c5d8f5be Mon Sep 17 00:00:00 2001
From: "@dhis2-bot"
Date: Tue, 19 Mar 2024 09:41:23 +0000
Subject: [PATCH 009/170] chore(release): cut 9.4.3 [skip release]
## [9.4.3](https://github.com/dhis2/ui/compare/v9.4.2...v9.4.3) (2024-03-19)
### Bug Fixes
* **select:** adjust clear button ([367f04c](https://github.com/dhis2/ui/commit/367f04c8d89d6eda101647b18c6f2a4fc30979ad))
---
CHANGELOG.md | 7 ++
collections/forms/package.json | 20 ++--
collections/ui/package.json | 98 +++++++++----------
components/alert/package.json | 8 +-
components/box/package.json | 4 +-
components/button/package.json | 12 +--
components/calendar/package.json | 16 +--
components/card/package.json | 4 +-
components/center/package.json | 4 +-
components/checkbox/package.json | 8 +-
components/chip/package.json | 4 +-
components/cover/package.json | 4 +-
components/css/package.json | 4 +-
components/divider/package.json | 4 +-
components/field/package.json | 10 +-
components/file-input/package.json | 16 +--
components/header-bar/package.json | 30 +++---
components/help/package.json | 4 +-
components/input/package.json | 16 +--
components/intersection-detector/package.json | 4 +-
components/label/package.json | 6 +-
components/layer/package.json | 6 +-
components/legend/package.json | 6 +-
components/loader/package.json | 4 +-
components/logo/package.json | 4 +-
components/menu/package.json | 16 +--
components/modal/package.json | 14 +--
components/node/package.json | 6 +-
components/notice-box/package.json | 6 +-
.../organisation-unit-tree/package.json | 10 +-
components/pagination/package.json | 10 +-
components/popover/package.json | 8 +-
components/popper/package.json | 4 +-
components/portal/package.json | 2 +-
components/radio/package.json | 4 +-
components/required/package.json | 4 +-
components/segmented-control/package.json | 4 +-
components/select/package.json | 30 +++---
components/selector-bar/package.json | 22 ++---
components/sharing-dialog/package.json | 34 +++----
components/status-icon/package.json | 8 +-
components/switch/package.json | 8 +-
components/tab/package.json | 6 +-
components/table/package.json | 6 +-
components/tag/package.json | 4 +-
components/text-area/package.json | 14 +--
components/tooltip/package.json | 8 +-
components/transfer/package.json | 14 +--
components/user-avatar/package.json | 4 +-
constants/package.json | 2 +-
docs/package.json | 2 +-
icons/package.json | 2 +-
package.json | 2 +-
storybook/package.json | 6 +-
54 files changed, 285 insertions(+), 278 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 886ab266e4..0224c162bb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## [9.4.3](https://github.com/dhis2/ui/compare/v9.4.2...v9.4.3) (2024-03-19)
+
+
+### Bug Fixes
+
+* **select:** adjust clear button ([367f04c](https://github.com/dhis2/ui/commit/367f04c8d89d6eda101647b18c6f2a4fc30979ad))
+
## [9.4.2](https://github.com/dhis2/ui/compare/v9.4.1...v9.4.2) (2024-03-07)
diff --git a/collections/forms/package.json b/collections/forms/package.json
index 8cbddb3c88..a178abc176 100644
--- a/collections/forms/package.json
+++ b/collections/forms/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-forms",
- "version": "9.4.2",
+ "version": "9.4.3",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
"sideEffects": [
@@ -35,15 +35,15 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.4.2",
- "@dhis2-ui/checkbox": "9.4.2",
- "@dhis2-ui/field": "9.4.2",
- "@dhis2-ui/file-input": "9.4.2",
- "@dhis2-ui/input": "9.4.2",
- "@dhis2-ui/radio": "9.4.2",
- "@dhis2-ui/select": "9.4.2",
- "@dhis2-ui/switch": "9.4.2",
- "@dhis2-ui/text-area": "9.4.2",
+ "@dhis2-ui/button": "9.4.3",
+ "@dhis2-ui/checkbox": "9.4.3",
+ "@dhis2-ui/field": "9.4.3",
+ "@dhis2-ui/file-input": "9.4.3",
+ "@dhis2-ui/input": "9.4.3",
+ "@dhis2-ui/radio": "9.4.3",
+ "@dhis2-ui/select": "9.4.3",
+ "@dhis2-ui/switch": "9.4.3",
+ "@dhis2-ui/text-area": "9.4.3",
"classnames": "^2.3.1",
"final-form": "^4.20.2",
"prop-types": "^15.7.2",
diff --git a/collections/ui/package.json b/collections/ui/package.json
index a05bd01cd5..b89c2f80df 100644
--- a/collections/ui/package.json
+++ b/collections/ui/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui",
- "version": "9.4.2",
+ "version": "9.4.3",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
"exports": {
@@ -21,54 +21,54 @@
"build": "d2-app-scripts build"
},
"dependencies": {
- "@dhis2-ui/alert": "9.4.2",
- "@dhis2-ui/box": "9.4.2",
- "@dhis2-ui/button": "9.4.2",
- "@dhis2-ui/calendar": "9.4.2",
- "@dhis2-ui/card": "9.4.2",
- "@dhis2-ui/center": "9.4.2",
- "@dhis2-ui/checkbox": "9.4.2",
- "@dhis2-ui/chip": "9.4.2",
- "@dhis2-ui/cover": "9.4.2",
- "@dhis2-ui/css": "9.4.2",
- "@dhis2-ui/divider": "9.4.2",
- "@dhis2-ui/field": "9.4.2",
- "@dhis2-ui/file-input": "9.4.2",
- "@dhis2-ui/header-bar": "9.4.2",
- "@dhis2-ui/help": "9.4.2",
- "@dhis2-ui/input": "9.4.2",
- "@dhis2-ui/intersection-detector": "9.4.2",
- "@dhis2-ui/label": "9.4.2",
- "@dhis2-ui/layer": "9.4.2",
- "@dhis2-ui/legend": "9.4.2",
- "@dhis2-ui/loader": "9.4.2",
- "@dhis2-ui/logo": "9.4.2",
- "@dhis2-ui/menu": "9.4.2",
- "@dhis2-ui/modal": "9.4.2",
- "@dhis2-ui/node": "9.4.2",
- "@dhis2-ui/notice-box": "9.4.2",
- "@dhis2-ui/organisation-unit-tree": "9.4.2",
- "@dhis2-ui/pagination": "9.4.2",
- "@dhis2-ui/popover": "9.4.2",
- "@dhis2-ui/popper": "9.4.2",
- "@dhis2-ui/portal": "9.4.2",
- "@dhis2-ui/radio": "9.4.2",
- "@dhis2-ui/required": "9.4.2",
- "@dhis2-ui/segmented-control": "9.4.2",
- "@dhis2-ui/select": "9.4.2",
- "@dhis2-ui/selector-bar": "9.4.2",
- "@dhis2-ui/sharing-dialog": "9.4.2",
- "@dhis2-ui/switch": "9.4.2",
- "@dhis2-ui/tab": "9.4.2",
- "@dhis2-ui/table": "9.4.2",
- "@dhis2-ui/tag": "9.4.2",
- "@dhis2-ui/text-area": "9.4.2",
- "@dhis2-ui/tooltip": "9.4.2",
- "@dhis2-ui/transfer": "9.4.2",
- "@dhis2-ui/user-avatar": "9.4.2",
- "@dhis2/ui-constants": "9.4.2",
- "@dhis2/ui-forms": "9.4.2",
- "@dhis2/ui-icons": "9.4.2",
+ "@dhis2-ui/alert": "9.4.3",
+ "@dhis2-ui/box": "9.4.3",
+ "@dhis2-ui/button": "9.4.3",
+ "@dhis2-ui/calendar": "9.4.3",
+ "@dhis2-ui/card": "9.4.3",
+ "@dhis2-ui/center": "9.4.3",
+ "@dhis2-ui/checkbox": "9.4.3",
+ "@dhis2-ui/chip": "9.4.3",
+ "@dhis2-ui/cover": "9.4.3",
+ "@dhis2-ui/css": "9.4.3",
+ "@dhis2-ui/divider": "9.4.3",
+ "@dhis2-ui/field": "9.4.3",
+ "@dhis2-ui/file-input": "9.4.3",
+ "@dhis2-ui/header-bar": "9.4.3",
+ "@dhis2-ui/help": "9.4.3",
+ "@dhis2-ui/input": "9.4.3",
+ "@dhis2-ui/intersection-detector": "9.4.3",
+ "@dhis2-ui/label": "9.4.3",
+ "@dhis2-ui/layer": "9.4.3",
+ "@dhis2-ui/legend": "9.4.3",
+ "@dhis2-ui/loader": "9.4.3",
+ "@dhis2-ui/logo": "9.4.3",
+ "@dhis2-ui/menu": "9.4.3",
+ "@dhis2-ui/modal": "9.4.3",
+ "@dhis2-ui/node": "9.4.3",
+ "@dhis2-ui/notice-box": "9.4.3",
+ "@dhis2-ui/organisation-unit-tree": "9.4.3",
+ "@dhis2-ui/pagination": "9.4.3",
+ "@dhis2-ui/popover": "9.4.3",
+ "@dhis2-ui/popper": "9.4.3",
+ "@dhis2-ui/portal": "9.4.3",
+ "@dhis2-ui/radio": "9.4.3",
+ "@dhis2-ui/required": "9.4.3",
+ "@dhis2-ui/segmented-control": "9.4.3",
+ "@dhis2-ui/select": "9.4.3",
+ "@dhis2-ui/selector-bar": "9.4.3",
+ "@dhis2-ui/sharing-dialog": "9.4.3",
+ "@dhis2-ui/switch": "9.4.3",
+ "@dhis2-ui/tab": "9.4.3",
+ "@dhis2-ui/table": "9.4.3",
+ "@dhis2-ui/tag": "9.4.3",
+ "@dhis2-ui/text-area": "9.4.3",
+ "@dhis2-ui/tooltip": "9.4.3",
+ "@dhis2-ui/transfer": "9.4.3",
+ "@dhis2-ui/user-avatar": "9.4.3",
+ "@dhis2/ui-constants": "9.4.3",
+ "@dhis2/ui-forms": "9.4.3",
+ "@dhis2/ui-icons": "9.4.3",
"prop-types": "^15.7.2"
},
"peerDependencies": {
diff --git a/components/alert/package.json b/components/alert/package.json
index a578fc4292..361cc225af 100644
--- a/components/alert/package.json
+++ b/components/alert/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/alert",
- "version": "9.4.2",
+ "version": "9.4.3",
"description": "UI Alert",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/portal": "9.4.2",
- "@dhis2/ui-constants": "9.4.2",
- "@dhis2/ui-icons": "9.4.2",
+ "@dhis2-ui/portal": "9.4.3",
+ "@dhis2/ui-constants": "9.4.3",
+ "@dhis2/ui-icons": "9.4.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/box/package.json b/components/box/package.json
index fd73fb4c3b..1f4d4a0375 100644
--- a/components/box/package.json
+++ b/components/box/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/box",
- "version": "9.4.2",
+ "version": "9.4.3",
"description": "UI Box",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.2",
+ "@dhis2/ui-constants": "9.4.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/button/package.json b/components/button/package.json
index 1d9d495a86..e5a905784c 100644
--- a/components/button/package.json
+++ b/components/button/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/button",
- "version": "9.4.2",
+ "version": "9.4.3",
"description": "UI Button",
"repository": {
"type": "git",
@@ -33,11 +33,11 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/layer": "9.4.2",
- "@dhis2-ui/loader": "9.4.2",
- "@dhis2-ui/popper": "9.4.2",
- "@dhis2/ui-constants": "9.4.2",
- "@dhis2/ui-icons": "9.4.2",
+ "@dhis2-ui/layer": "9.4.3",
+ "@dhis2-ui/loader": "9.4.3",
+ "@dhis2-ui/popper": "9.4.3",
+ "@dhis2/ui-constants": "9.4.3",
+ "@dhis2/ui-icons": "9.4.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/calendar/package.json b/components/calendar/package.json
index d26192499b..d34d3b965c 100644
--- a/components/calendar/package.json
+++ b/components/calendar/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/calendar",
- "version": "9.4.2",
+ "version": "9.4.3",
"description": "UI Calendar",
"repository": {
"type": "git",
@@ -33,15 +33,15 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/button": "9.4.2",
- "@dhis2-ui/card": "9.4.2",
- "@dhis2-ui/input": "9.4.2",
- "@dhis2-ui/layer": "9.4.2",
- "@dhis2-ui/popper": "9.4.2",
+ "@dhis2-ui/button": "9.4.3",
+ "@dhis2-ui/card": "9.4.3",
+ "@dhis2-ui/input": "9.4.3",
+ "@dhis2-ui/layer": "9.4.3",
+ "@dhis2-ui/popper": "9.4.3",
"@dhis2/multi-calendar-dates": "1.0.2",
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.2",
- "@dhis2/ui-icons": "9.4.2",
+ "@dhis2/ui-constants": "9.4.3",
+ "@dhis2/ui-icons": "9.4.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/card/package.json b/components/card/package.json
index d917aa0d45..06c7cd68e9 100644
--- a/components/card/package.json
+++ b/components/card/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/card",
- "version": "9.4.2",
+ "version": "9.4.3",
"description": "UI Card",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.2",
+ "@dhis2/ui-constants": "9.4.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/center/package.json b/components/center/package.json
index cbcfc7e46e..3cf843c749 100644
--- a/components/center/package.json
+++ b/components/center/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/center",
- "version": "9.4.2",
+ "version": "9.4.3",
"description": "UI Center",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.2",
+ "@dhis2/ui-constants": "9.4.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/checkbox/package.json b/components/checkbox/package.json
index e874ec3505..1c8b851e89 100644
--- a/components/checkbox/package.json
+++ b/components/checkbox/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/checkbox",
- "version": "9.4.2",
+ "version": "9.4.3",
"description": "UI Checkbox",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/field": "9.4.2",
- "@dhis2-ui/required": "9.4.2",
- "@dhis2/ui-constants": "9.4.2",
+ "@dhis2-ui/field": "9.4.3",
+ "@dhis2-ui/required": "9.4.3",
+ "@dhis2/ui-constants": "9.4.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/chip/package.json b/components/chip/package.json
index 9971f5d900..a3a87e2402 100644
--- a/components/chip/package.json
+++ b/components/chip/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/chip",
- "version": "9.4.2",
+ "version": "9.4.3",
"description": "UI Chip",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.2",
+ "@dhis2/ui-constants": "9.4.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/cover/package.json b/components/cover/package.json
index 6126d2e45e..9a742917a0 100644
--- a/components/cover/package.json
+++ b/components/cover/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/cover",
- "version": "9.4.2",
+ "version": "9.4.3",
"description": "UI Cover",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.2",
+ "@dhis2/ui-constants": "9.4.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/css/package.json b/components/css/package.json
index d47216e65e..46a3d451a9 100644
--- a/components/css/package.json
+++ b/components/css/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/css",
- "version": "9.4.2",
+ "version": "9.4.3",
"description": "UI CSS",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.2",
+ "@dhis2/ui-constants": "9.4.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/divider/package.json b/components/divider/package.json
index 8a3e53919e..1445dd6771 100644
--- a/components/divider/package.json
+++ b/components/divider/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/divider",
- "version": "9.4.2",
+ "version": "9.4.3",
"description": "UI Divider",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.2",
+ "@dhis2/ui-constants": "9.4.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/field/package.json b/components/field/package.json
index ab73f228d8..103eb3d215 100644
--- a/components/field/package.json
+++ b/components/field/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/field",
- "version": "9.4.2",
+ "version": "9.4.3",
"description": "UI Field",
"repository": {
"type": "git",
@@ -33,10 +33,10 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.4.2",
- "@dhis2-ui/help": "9.4.2",
- "@dhis2-ui/label": "9.4.2",
- "@dhis2/ui-constants": "9.4.2",
+ "@dhis2-ui/box": "9.4.3",
+ "@dhis2-ui/help": "9.4.3",
+ "@dhis2-ui/label": "9.4.3",
+ "@dhis2/ui-constants": "9.4.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/file-input/package.json b/components/file-input/package.json
index cc6b4eeb8d..792a7a9aac 100644
--- a/components/file-input/package.json
+++ b/components/file-input/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/file-input",
- "version": "9.4.2",
+ "version": "9.4.3",
"description": "UI FileInput",
"repository": {
"type": "git",
@@ -34,13 +34,13 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.4.2",
- "@dhis2-ui/field": "9.4.2",
- "@dhis2-ui/label": "9.4.2",
- "@dhis2-ui/loader": "9.4.2",
- "@dhis2-ui/status-icon": "9.4.2",
- "@dhis2/ui-constants": "9.4.2",
- "@dhis2/ui-icons": "9.4.2",
+ "@dhis2-ui/button": "9.4.3",
+ "@dhis2-ui/field": "9.4.3",
+ "@dhis2-ui/label": "9.4.3",
+ "@dhis2-ui/loader": "9.4.3",
+ "@dhis2-ui/status-icon": "9.4.3",
+ "@dhis2/ui-constants": "9.4.3",
+ "@dhis2/ui-icons": "9.4.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/header-bar/package.json b/components/header-bar/package.json
index 1394fd7f8d..bb50c6ec7f 100644
--- a/components/header-bar/package.json
+++ b/components/header-bar/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/header-bar",
- "version": "9.4.2",
+ "version": "9.4.3",
"description": "UI HeaderBar",
"repository": {
"type": "git",
@@ -34,21 +34,21 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/box": "9.4.2",
- "@dhis2-ui/button": "9.4.2",
- "@dhis2-ui/card": "9.4.2",
- "@dhis2-ui/center": "9.4.2",
- "@dhis2-ui/divider": "9.4.2",
- "@dhis2-ui/input": "9.4.2",
- "@dhis2-ui/layer": "9.4.2",
- "@dhis2-ui/loader": "9.4.2",
- "@dhis2-ui/logo": "9.4.2",
- "@dhis2-ui/menu": "9.4.2",
- "@dhis2-ui/modal": "9.4.2",
- "@dhis2-ui/user-avatar": "9.4.2",
+ "@dhis2-ui/box": "9.4.3",
+ "@dhis2-ui/button": "9.4.3",
+ "@dhis2-ui/card": "9.4.3",
+ "@dhis2-ui/center": "9.4.3",
+ "@dhis2-ui/divider": "9.4.3",
+ "@dhis2-ui/input": "9.4.3",
+ "@dhis2-ui/layer": "9.4.3",
+ "@dhis2-ui/loader": "9.4.3",
+ "@dhis2-ui/logo": "9.4.3",
+ "@dhis2-ui/menu": "9.4.3",
+ "@dhis2-ui/modal": "9.4.3",
+ "@dhis2-ui/user-avatar": "9.4.3",
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.2",
- "@dhis2/ui-icons": "9.4.2",
+ "@dhis2/ui-constants": "9.4.3",
+ "@dhis2/ui-icons": "9.4.3",
"classnames": "^2.3.1",
"moment": "^2.29.1",
"prop-types": "^15.7.2"
diff --git a/components/help/package.json b/components/help/package.json
index ead3ca926c..f49399f2d4 100644
--- a/components/help/package.json
+++ b/components/help/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/help",
- "version": "9.4.2",
+ "version": "9.4.3",
"description": "UI Help",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.2",
+ "@dhis2/ui-constants": "9.4.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/input/package.json b/components/input/package.json
index 9391dfa5b9..5c64d30ec5 100644
--- a/components/input/package.json
+++ b/components/input/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/input",
- "version": "9.4.2",
+ "version": "9.4.3",
"description": "UI Input",
"repository": {
"type": "git",
@@ -33,13 +33,13 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.4.2",
- "@dhis2-ui/field": "9.4.2",
- "@dhis2-ui/input": "9.4.2",
- "@dhis2-ui/loader": "9.4.2",
- "@dhis2-ui/status-icon": "9.4.2",
- "@dhis2/ui-constants": "9.4.2",
- "@dhis2/ui-icons": "9.4.2",
+ "@dhis2-ui/box": "9.4.3",
+ "@dhis2-ui/field": "9.4.3",
+ "@dhis2-ui/input": "9.4.3",
+ "@dhis2-ui/loader": "9.4.3",
+ "@dhis2-ui/status-icon": "9.4.3",
+ "@dhis2/ui-constants": "9.4.3",
+ "@dhis2/ui-icons": "9.4.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/intersection-detector/package.json b/components/intersection-detector/package.json
index 6d9542b137..b7af754ca8 100644
--- a/components/intersection-detector/package.json
+++ b/components/intersection-detector/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/intersection-detector",
- "version": "9.4.2",
+ "version": "9.4.3",
"description": "UI IntersectionDetector",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.2",
+ "@dhis2/ui-constants": "9.4.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/label/package.json b/components/label/package.json
index f8038f9024..787b9ae8d6 100644
--- a/components/label/package.json
+++ b/components/label/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/label",
- "version": "9.4.2",
+ "version": "9.4.3",
"description": "UI Label",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/required": "9.4.2",
- "@dhis2/ui-constants": "9.4.2",
+ "@dhis2-ui/required": "9.4.3",
+ "@dhis2/ui-constants": "9.4.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/layer/package.json b/components/layer/package.json
index 9ffaa541e7..dcea74299a 100644
--- a/components/layer/package.json
+++ b/components/layer/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/layer",
- "version": "9.4.2",
+ "version": "9.4.3",
"description": "UI Layer",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/portal": "9.4.2",
- "@dhis2/ui-constants": "9.4.2",
+ "@dhis2-ui/portal": "9.4.3",
+ "@dhis2/ui-constants": "9.4.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/legend/package.json b/components/legend/package.json
index 56608ca57f..eeb7200af9 100644
--- a/components/legend/package.json
+++ b/components/legend/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/legend",
- "version": "9.4.2",
+ "version": "9.4.3",
"description": "UI Legend",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/required": "9.4.2",
- "@dhis2/ui-constants": "9.4.2",
+ "@dhis2-ui/required": "9.4.3",
+ "@dhis2/ui-constants": "9.4.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/loader/package.json b/components/loader/package.json
index af10e2c267..25953178c7 100644
--- a/components/loader/package.json
+++ b/components/loader/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/loader",
- "version": "9.4.2",
+ "version": "9.4.3",
"description": "UI Loaders",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.2",
+ "@dhis2/ui-constants": "9.4.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/logo/package.json b/components/logo/package.json
index 500218766a..7d64aeea45 100644
--- a/components/logo/package.json
+++ b/components/logo/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/logo",
- "version": "9.4.2",
+ "version": "9.4.3",
"description": "UI Logo",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.2",
+ "@dhis2/ui-constants": "9.4.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/menu/package.json b/components/menu/package.json
index ec9984cf8d..3be0a844d9 100644
--- a/components/menu/package.json
+++ b/components/menu/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/menu",
- "version": "9.4.2",
+ "version": "9.4.3",
"description": "UI Menu",
"repository": {
"type": "git",
@@ -33,13 +33,13 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/card": "9.4.2",
- "@dhis2-ui/divider": "9.4.2",
- "@dhis2-ui/layer": "9.4.2",
- "@dhis2-ui/popper": "9.4.2",
- "@dhis2-ui/portal": "9.4.2",
- "@dhis2/ui-constants": "9.4.2",
- "@dhis2/ui-icons": "9.4.2",
+ "@dhis2-ui/card": "9.4.3",
+ "@dhis2-ui/divider": "9.4.3",
+ "@dhis2-ui/layer": "9.4.3",
+ "@dhis2-ui/popper": "9.4.3",
+ "@dhis2-ui/portal": "9.4.3",
+ "@dhis2/ui-constants": "9.4.3",
+ "@dhis2/ui-icons": "9.4.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/modal/package.json b/components/modal/package.json
index 015c5186f8..d4e6b8ac4d 100644
--- a/components/modal/package.json
+++ b/components/modal/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/modal",
- "version": "9.4.2",
+ "version": "9.4.3",
"description": "UI Modal",
"repository": {
"type": "git",
@@ -33,12 +33,12 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/card": "9.4.2",
- "@dhis2-ui/center": "9.4.2",
- "@dhis2-ui/layer": "9.4.2",
- "@dhis2-ui/portal": "9.4.2",
- "@dhis2/ui-constants": "9.4.2",
- "@dhis2/ui-icons": "9.4.2",
+ "@dhis2-ui/card": "9.4.3",
+ "@dhis2-ui/center": "9.4.3",
+ "@dhis2-ui/layer": "9.4.3",
+ "@dhis2-ui/portal": "9.4.3",
+ "@dhis2/ui-constants": "9.4.3",
+ "@dhis2/ui-icons": "9.4.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/node/package.json b/components/node/package.json
index c1f30b6e38..235b3a242f 100644
--- a/components/node/package.json
+++ b/components/node/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/node",
- "version": "9.4.2",
+ "version": "9.4.3",
"description": "UI Node",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/loader": "9.4.2",
- "@dhis2/ui-constants": "9.4.2",
+ "@dhis2-ui/loader": "9.4.3",
+ "@dhis2/ui-constants": "9.4.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/notice-box/package.json b/components/notice-box/package.json
index 280707ee76..5736ba03a7 100644
--- a/components/notice-box/package.json
+++ b/components/notice-box/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/notice-box",
- "version": "9.4.2",
+ "version": "9.4.3",
"description": "UI NoticeBox",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.2",
- "@dhis2/ui-icons": "9.4.2",
+ "@dhis2/ui-constants": "9.4.3",
+ "@dhis2/ui-icons": "9.4.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/organisation-unit-tree/package.json b/components/organisation-unit-tree/package.json
index 660bf58710..9be7f1f210 100644
--- a/components/organisation-unit-tree/package.json
+++ b/components/organisation-unit-tree/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/organisation-unit-tree",
- "version": "9.4.2",
+ "version": "9.4.3",
"description": "UI OrganisationUnitTree",
"repository": {
"type": "git",
@@ -35,10 +35,10 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/checkbox": "9.4.2",
- "@dhis2-ui/loader": "9.4.2",
- "@dhis2-ui/node": "9.4.2",
- "@dhis2/ui-constants": "9.4.2",
+ "@dhis2-ui/checkbox": "9.4.3",
+ "@dhis2-ui/loader": "9.4.3",
+ "@dhis2-ui/node": "9.4.3",
+ "@dhis2/ui-constants": "9.4.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/pagination/package.json b/components/pagination/package.json
index 3a0b4acc9f..7993662ce9 100644
--- a/components/pagination/package.json
+++ b/components/pagination/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/pagination",
- "version": "9.4.2",
+ "version": "9.4.3",
"description": "UI Pagination",
"repository": {
"type": "git",
@@ -34,10 +34,10 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.4.2",
- "@dhis2-ui/select": "9.4.2",
- "@dhis2/ui-constants": "9.4.2",
- "@dhis2/ui-icons": "9.4.2",
+ "@dhis2-ui/button": "9.4.3",
+ "@dhis2-ui/select": "9.4.3",
+ "@dhis2/ui-constants": "9.4.3",
+ "@dhis2/ui-icons": "9.4.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/popover/package.json b/components/popover/package.json
index c7af923b67..bb3cadea94 100644
--- a/components/popover/package.json
+++ b/components/popover/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/popover",
- "version": "9.4.2",
+ "version": "9.4.3",
"description": "UI Popover",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/layer": "9.4.2",
- "@dhis2-ui/popper": "9.4.2",
- "@dhis2/ui-constants": "9.4.2",
+ "@dhis2-ui/layer": "9.4.3",
+ "@dhis2-ui/popper": "9.4.3",
+ "@dhis2/ui-constants": "9.4.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/popper/package.json b/components/popper/package.json
index e22e652ecb..75bba30c63 100644
--- a/components/popper/package.json
+++ b/components/popper/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/popper",
- "version": "9.4.2",
+ "version": "9.4.3",
"description": "UI Popper",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.2",
+ "@dhis2/ui-constants": "9.4.3",
"@popperjs/core": "^2.10.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2",
diff --git a/components/portal/package.json b/components/portal/package.json
index 145e7101d3..b4bc41dcbb 100644
--- a/components/portal/package.json
+++ b/components/portal/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/portal",
- "version": "9.4.2",
+ "version": "9.4.3",
"description": "UI Portal",
"repository": {
"type": "git",
diff --git a/components/radio/package.json b/components/radio/package.json
index 8fcbc7c6a9..194300990d 100644
--- a/components/radio/package.json
+++ b/components/radio/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/radio",
- "version": "9.4.2",
+ "version": "9.4.3",
"description": "UI Radio",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.2",
+ "@dhis2/ui-constants": "9.4.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/required/package.json b/components/required/package.json
index b4d66d8e30..60f185fb27 100644
--- a/components/required/package.json
+++ b/components/required/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/required",
- "version": "9.4.2",
+ "version": "9.4.3",
"description": "UI Required",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.2",
+ "@dhis2/ui-constants": "9.4.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/segmented-control/package.json b/components/segmented-control/package.json
index 6cf65281e6..bea7e90de8 100644
--- a/components/segmented-control/package.json
+++ b/components/segmented-control/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/segmented-control",
- "version": "9.4.2",
+ "version": "9.4.3",
"description": "UI Segmented Control",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.2",
+ "@dhis2/ui-constants": "9.4.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/select/package.json b/components/select/package.json
index df691c0a95..da2a441521 100644
--- a/components/select/package.json
+++ b/components/select/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/select",
- "version": "9.4.2",
+ "version": "9.4.3",
"description": "UI Select",
"repository": {
"type": "git",
@@ -33,21 +33,21 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/box": "9.4.2",
- "@dhis2-ui/button": "9.4.2",
- "@dhis2-ui/card": "9.4.2",
- "@dhis2-ui/checkbox": "9.4.2",
- "@dhis2-ui/chip": "9.4.2",
- "@dhis2-ui/field": "9.4.2",
- "@dhis2-ui/input": "9.4.2",
- "@dhis2-ui/layer": "9.4.2",
- "@dhis2-ui/loader": "9.4.2",
- "@dhis2-ui/popper": "9.4.2",
- "@dhis2-ui/status-icon": "9.4.2",
- "@dhis2-ui/tooltip": "^9.4.2",
+ "@dhis2-ui/box": "9.4.3",
+ "@dhis2-ui/button": "9.4.3",
+ "@dhis2-ui/card": "9.4.3",
+ "@dhis2-ui/checkbox": "9.4.3",
+ "@dhis2-ui/chip": "9.4.3",
+ "@dhis2-ui/field": "9.4.3",
+ "@dhis2-ui/input": "9.4.3",
+ "@dhis2-ui/layer": "9.4.3",
+ "@dhis2-ui/loader": "9.4.3",
+ "@dhis2-ui/popper": "9.4.3",
+ "@dhis2-ui/status-icon": "9.4.3",
+ "@dhis2-ui/tooltip": "9.4.3",
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.2",
- "@dhis2/ui-icons": "9.4.2",
+ "@dhis2/ui-constants": "9.4.3",
+ "@dhis2/ui-icons": "9.4.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/selector-bar/package.json b/components/selector-bar/package.json
index a1f5584b76..afd8129022 100644
--- a/components/selector-bar/package.json
+++ b/components/selector-bar/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/selector-bar",
- "version": "9.4.2",
+ "version": "9.4.3",
"description": "UI Select",
"repository": {
"type": "git",
@@ -33,21 +33,21 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/button": "9.4.2",
- "@dhis2-ui/card": "9.4.2",
- "@dhis2-ui/popper": "9.4.2",
- "@dhis2-ui/layer": "9.4.2",
- "@dhis2/ui-constants": "9.4.2",
- "@dhis2/ui-icons": "9.4.2",
+ "@dhis2-ui/button": "9.4.3",
+ "@dhis2-ui/card": "9.4.3",
+ "@dhis2-ui/popper": "9.4.3",
+ "@dhis2-ui/layer": "9.4.3",
+ "@dhis2/ui-constants": "9.4.3",
+ "@dhis2/ui-icons": "9.4.3",
"@testing-library/react": "^12.1.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
"devDependencies": {
- "@dhis2-ui/css": "9.4.2",
- "@dhis2-ui/menu": "9.4.2",
- "@dhis2-ui/organisation-unit-tree": "9.4.2",
- "@dhis2-ui/select": "9.4.2",
+ "@dhis2-ui/css": "9.4.3",
+ "@dhis2-ui/menu": "9.4.3",
+ "@dhis2-ui/organisation-unit-tree": "9.4.3",
+ "@dhis2-ui/select": "9.4.3",
"@dhis2/d2-i18n": "^1.1.0",
"@testing-library/jest-dom": "^5.16.1",
"react": "16.13",
diff --git a/components/sharing-dialog/package.json b/components/sharing-dialog/package.json
index 23eca915b4..bb4dbe9335 100644
--- a/components/sharing-dialog/package.json
+++ b/components/sharing-dialog/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/sharing-dialog",
- "version": "9.4.2",
+ "version": "9.4.3",
"description": "UI SharingDialog",
"repository": {
"type": "git",
@@ -35,22 +35,22 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.4.2",
- "@dhis2-ui/button": "9.4.2",
- "@dhis2-ui/card": "9.4.2",
- "@dhis2-ui/divider": "9.4.2",
- "@dhis2-ui/input": "9.4.2",
- "@dhis2-ui/layer": "9.4.2",
- "@dhis2-ui/menu": "9.4.2",
- "@dhis2-ui/modal": "9.4.2",
- "@dhis2-ui/notice-box": "9.4.2",
- "@dhis2-ui/popper": "9.4.2",
- "@dhis2-ui/select": "9.4.2",
- "@dhis2-ui/tab": "9.4.2",
- "@dhis2-ui/tooltip": "9.4.2",
- "@dhis2-ui/user-avatar": "9.4.2",
- "@dhis2/ui-constants": "9.4.2",
- "@dhis2/ui-icons": "9.4.2",
+ "@dhis2-ui/box": "9.4.3",
+ "@dhis2-ui/button": "9.4.3",
+ "@dhis2-ui/card": "9.4.3",
+ "@dhis2-ui/divider": "9.4.3",
+ "@dhis2-ui/input": "9.4.3",
+ "@dhis2-ui/layer": "9.4.3",
+ "@dhis2-ui/menu": "9.4.3",
+ "@dhis2-ui/modal": "9.4.3",
+ "@dhis2-ui/notice-box": "9.4.3",
+ "@dhis2-ui/popper": "9.4.3",
+ "@dhis2-ui/select": "9.4.3",
+ "@dhis2-ui/tab": "9.4.3",
+ "@dhis2-ui/tooltip": "9.4.3",
+ "@dhis2-ui/user-avatar": "9.4.3",
+ "@dhis2/ui-constants": "9.4.3",
+ "@dhis2/ui-icons": "9.4.3",
"@react-hook/size": "^2.1.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
diff --git a/components/status-icon/package.json b/components/status-icon/package.json
index 4bc5f9e93c..0bd1891216 100644
--- a/components/status-icon/package.json
+++ b/components/status-icon/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/status-icon",
- "version": "9.4.2",
+ "version": "9.4.3",
"description": "UI StatusIcon",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/loader": "9.4.2",
- "@dhis2/ui-constants": "9.4.2",
- "@dhis2/ui-icons": "9.4.2",
+ "@dhis2-ui/loader": "9.4.3",
+ "@dhis2/ui-constants": "9.4.3",
+ "@dhis2/ui-icons": "9.4.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/switch/package.json b/components/switch/package.json
index 544692b0c0..a93397985d 100644
--- a/components/switch/package.json
+++ b/components/switch/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/switch",
- "version": "9.4.2",
+ "version": "9.4.3",
"description": "UI Switch",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/field": "9.4.2",
- "@dhis2-ui/required": "9.4.2",
- "@dhis2/ui-constants": "9.4.2",
+ "@dhis2-ui/field": "9.4.3",
+ "@dhis2-ui/required": "9.4.3",
+ "@dhis2/ui-constants": "9.4.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/tab/package.json b/components/tab/package.json
index e2599575e3..2ca1bd12e3 100644
--- a/components/tab/package.json
+++ b/components/tab/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/tab",
- "version": "9.4.2",
+ "version": "9.4.3",
"description": "UI Tabs",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.2",
- "@dhis2/ui-icons": "9.4.2",
+ "@dhis2/ui-constants": "9.4.3",
+ "@dhis2/ui-icons": "9.4.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/table/package.json b/components/table/package.json
index e3652a1f01..ca243c33bc 100644
--- a/components/table/package.json
+++ b/components/table/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/table",
- "version": "9.4.2",
+ "version": "9.4.3",
"description": "UI Table",
"repository": {
"type": "git",
@@ -34,8 +34,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.2",
- "@dhis2/ui-icons": "9.4.2",
+ "@dhis2/ui-constants": "9.4.3",
+ "@dhis2/ui-icons": "9.4.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/tag/package.json b/components/tag/package.json
index 2a749d155f..b3b80df1d9 100644
--- a/components/tag/package.json
+++ b/components/tag/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/tag",
- "version": "9.4.2",
+ "version": "9.4.3",
"description": "UI Tag",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.2",
+ "@dhis2/ui-constants": "9.4.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/text-area/package.json b/components/text-area/package.json
index 86840e27b7..ce26c278f2 100644
--- a/components/text-area/package.json
+++ b/components/text-area/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/text-area",
- "version": "9.4.2",
+ "version": "9.4.3",
"description": "UI TextArea",
"repository": {
"type": "git",
@@ -33,12 +33,12 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.4.2",
- "@dhis2-ui/field": "9.4.2",
- "@dhis2-ui/loader": "9.4.2",
- "@dhis2-ui/status-icon": "9.4.2",
- "@dhis2/ui-constants": "9.4.2",
- "@dhis2/ui-icons": "9.4.2",
+ "@dhis2-ui/box": "9.4.3",
+ "@dhis2-ui/field": "9.4.3",
+ "@dhis2-ui/loader": "9.4.3",
+ "@dhis2-ui/status-icon": "9.4.3",
+ "@dhis2/ui-constants": "9.4.3",
+ "@dhis2/ui-icons": "9.4.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/tooltip/package.json b/components/tooltip/package.json
index 1c8651c068..70c834806c 100644
--- a/components/tooltip/package.json
+++ b/components/tooltip/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/tooltip",
- "version": "9.4.2",
+ "version": "9.4.3",
"description": "UI Tooltip",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/popper": "9.4.2",
- "@dhis2-ui/portal": "9.4.2",
- "@dhis2/ui-constants": "9.4.2",
+ "@dhis2-ui/popper": "9.4.3",
+ "@dhis2-ui/portal": "9.4.3",
+ "@dhis2/ui-constants": "9.4.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/transfer/package.json b/components/transfer/package.json
index 3728c6eb9b..74d8f192bf 100644
--- a/components/transfer/package.json
+++ b/components/transfer/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/transfer",
- "version": "9.4.2",
+ "version": "9.4.3",
"description": "UI Transfer",
"repository": {
"type": "git",
@@ -33,12 +33,12 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.4.2",
- "@dhis2-ui/field": "9.4.2",
- "@dhis2-ui/input": "9.4.2",
- "@dhis2-ui/intersection-detector": "9.4.2",
- "@dhis2-ui/loader": "9.4.2",
- "@dhis2/ui-constants": "9.4.2",
+ "@dhis2-ui/button": "9.4.3",
+ "@dhis2-ui/field": "9.4.3",
+ "@dhis2-ui/input": "9.4.3",
+ "@dhis2-ui/intersection-detector": "9.4.3",
+ "@dhis2-ui/loader": "9.4.3",
+ "@dhis2/ui-constants": "9.4.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/user-avatar/package.json b/components/user-avatar/package.json
index 1162ee24c8..9a08b42dd7 100644
--- a/components/user-avatar/package.json
+++ b/components/user-avatar/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/user-avatar",
- "version": "9.4.2",
+ "version": "9.4.3",
"description": "UI User Avatar",
"repository": {
"type": "git",
@@ -34,7 +34,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.2",
+ "@dhis2/ui-constants": "9.4.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/constants/package.json b/constants/package.json
index f377072db7..deff7c7c2b 100644
--- a/constants/package.json
+++ b/constants/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-constants",
- "version": "9.4.2",
+ "version": "9.4.3",
"description": "Constants used in the UI libs",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
diff --git a/docs/package.json b/docs/package.json
index a9bbcb8291..f097208b0b 100644
--- a/docs/package.json
+++ b/docs/package.json
@@ -1,6 +1,6 @@
{
"name": "ui-docusaurus",
- "version": "9.4.2",
+ "version": "9.4.3",
"private": true,
"description": "UI Docusaurus",
"repository": {
diff --git a/icons/package.json b/icons/package.json
index 830436d91d..ab1013f169 100644
--- a/icons/package.json
+++ b/icons/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-icons",
- "version": "9.4.2",
+ "version": "9.4.3",
"description": "Icons used in the UI libs",
"main": "./build/cjs/react/index.js",
"module": "./build/es/react/index.js",
diff --git a/package.json b/package.json
index eed80f2780..312d91140e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-root",
- "version": "9.4.2",
+ "version": "9.4.3",
"repository": {
"type": "git",
"url": "https://github.com/dhis2/ui.git"
diff --git a/storybook/package.json b/storybook/package.json
index 0012ac04f3..e38b0f39fd 100644
--- a/storybook/package.json
+++ b/storybook/package.json
@@ -1,6 +1,6 @@
{
"name": "ui-storybook",
- "version": "9.4.2",
+ "version": "9.4.3",
"description": "UI Storybook",
"repository": {
"type": "git",
@@ -23,8 +23,8 @@
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-private-methods": "^7.13.0",
"@babel/plugin-proposal-private-property-in-object": "^7.14.0",
- "@dhis2-ui/css": "9.4.2",
- "@dhis2/ui-constants": "9.4.2",
+ "@dhis2-ui/css": "9.4.3",
+ "@dhis2/ui-constants": "9.4.3",
"@fontsource/roboto": "^4.5.0",
"@storybook/addon-a11y": "^6.3.7",
"@storybook/addon-console": "^1.2.3",
From 5d743fccc2f68a8e5a5078b02aa25e6c679772be Mon Sep 17 00:00:00 2001
From: Kai Vandivier <49666798+KaiVandivier@users.noreply.github.com>
Date: Tue, 9 Apr 2024 15:15:04 +0200
Subject: [PATCH 010/170] fix(deps): upgrade @dhis2/multi-calendar-dates for
relaxed peer deps fix (#1472)
---
components/calendar/package.json | 4 ++--
yarn.lock | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/components/calendar/package.json b/components/calendar/package.json
index d34d3b965c..cc90d51b1e 100644
--- a/components/calendar/package.json
+++ b/components/calendar/package.json
@@ -27,8 +27,8 @@
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
"peerDependencies": {
- "react": "^16.8",
"@dhis2/d2-i18n": "^1",
+ "react": "^16.8",
"react-dom": "^16.8",
"styled-jsx": "^4"
},
@@ -38,7 +38,7 @@
"@dhis2-ui/input": "9.4.3",
"@dhis2-ui/layer": "9.4.3",
"@dhis2-ui/popper": "9.4.3",
- "@dhis2/multi-calendar-dates": "1.0.2",
+ "@dhis2/multi-calendar-dates": "^1.1.1",
"@dhis2/prop-types": "^3.1.2",
"@dhis2/ui-constants": "9.4.3",
"@dhis2/ui-icons": "9.4.3",
diff --git a/yarn.lock b/yarn.lock
index 0dac4c4cb7..d9e3542108 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -2586,10 +2586,10 @@
i18next "^10.3"
moment "^2.24.0"
-"@dhis2/multi-calendar-dates@1.0.2":
- version "1.0.2"
- resolved "https://registry.yarnpkg.com/@dhis2/multi-calendar-dates/-/multi-calendar-dates-1.0.2.tgz#e54dc85e512aba93fceef3004e67e199077f3ba8"
- integrity sha512-oQZ7PFMwHFpt4ygDN9DmAeYO3g07L7AHJW6diZ37mzpkEF/DyMafhsZHnJWNlTH5HDp8nYuO3EjBiM7fZN6C0g==
+"@dhis2/multi-calendar-dates@^1.1.1":
+ version "1.1.1"
+ resolved "https://registry.yarnpkg.com/@dhis2/multi-calendar-dates/-/multi-calendar-dates-1.1.1.tgz#fb76a77114ce0b757db7dd9f588d1a47809732da"
+ integrity sha512-kaisVuRGfdqY/Up6sWqgc81K67ymPVoRYgYRcT29z61ol2WhiTXTSTuRX/gDO1VKjmskeB5/badRrdLMf4BBUA==
dependencies:
"@js-temporal/polyfill" "^0.4.2"
classnames "^2.3.2"
From 52aa1b4f7213f5c79d10b99b957647e260838a50 Mon Sep 17 00:00:00 2001
From: "@dhis2-bot"
Date: Tue, 9 Apr 2024 13:31:08 +0000
Subject: [PATCH 011/170] chore(release): cut 9.4.4 [skip release]
## [9.4.4](https://github.com/dhis2/ui/compare/v9.4.3...v9.4.4) (2024-04-09)
### Bug Fixes
* **deps:** upgrade @dhis2/multi-calendar-dates for relaxed peer deps fix ([#1472](https://github.com/dhis2/ui/issues/1472)) ([5d743fc](https://github.com/dhis2/ui/commit/5d743fccc2f68a8e5a5078b02aa25e6c679772be))
---
CHANGELOG.md | 7 ++
collections/forms/package.json | 20 ++--
collections/ui/package.json | 98 +++++++++----------
components/alert/package.json | 8 +-
components/box/package.json | 4 +-
components/button/package.json | 12 +--
components/calendar/package.json | 16 +--
components/card/package.json | 4 +-
components/center/package.json | 4 +-
components/checkbox/package.json | 8 +-
components/chip/package.json | 4 +-
components/cover/package.json | 4 +-
components/css/package.json | 4 +-
components/divider/package.json | 4 +-
components/field/package.json | 10 +-
components/file-input/package.json | 16 +--
components/header-bar/package.json | 30 +++---
components/help/package.json | 4 +-
components/input/package.json | 16 +--
components/intersection-detector/package.json | 4 +-
components/label/package.json | 6 +-
components/layer/package.json | 6 +-
components/legend/package.json | 6 +-
components/loader/package.json | 4 +-
components/logo/package.json | 4 +-
components/menu/package.json | 16 +--
components/modal/package.json | 14 +--
components/node/package.json | 6 +-
components/notice-box/package.json | 6 +-
.../organisation-unit-tree/package.json | 10 +-
components/pagination/package.json | 10 +-
components/popover/package.json | 8 +-
components/popper/package.json | 4 +-
components/portal/package.json | 2 +-
components/radio/package.json | 4 +-
components/required/package.json | 4 +-
components/segmented-control/package.json | 4 +-
components/select/package.json | 30 +++---
components/selector-bar/package.json | 22 ++---
components/sharing-dialog/package.json | 34 +++----
components/status-icon/package.json | 8 +-
components/switch/package.json | 8 +-
components/tab/package.json | 6 +-
components/table/package.json | 6 +-
components/tag/package.json | 4 +-
components/text-area/package.json | 14 +--
components/tooltip/package.json | 8 +-
components/transfer/package.json | 14 +--
components/user-avatar/package.json | 4 +-
constants/package.json | 2 +-
docs/package.json | 2 +-
icons/package.json | 2 +-
package.json | 2 +-
storybook/package.json | 6 +-
54 files changed, 285 insertions(+), 278 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0224c162bb..535bc7a5a4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## [9.4.4](https://github.com/dhis2/ui/compare/v9.4.3...v9.4.4) (2024-04-09)
+
+
+### Bug Fixes
+
+* **deps:** upgrade @dhis2/multi-calendar-dates for relaxed peer deps fix ([#1472](https://github.com/dhis2/ui/issues/1472)) ([5d743fc](https://github.com/dhis2/ui/commit/5d743fccc2f68a8e5a5078b02aa25e6c679772be))
+
## [9.4.3](https://github.com/dhis2/ui/compare/v9.4.2...v9.4.3) (2024-03-19)
diff --git a/collections/forms/package.json b/collections/forms/package.json
index a178abc176..1fcebd2a1f 100644
--- a/collections/forms/package.json
+++ b/collections/forms/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-forms",
- "version": "9.4.3",
+ "version": "9.4.4",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
"sideEffects": [
@@ -35,15 +35,15 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.4.3",
- "@dhis2-ui/checkbox": "9.4.3",
- "@dhis2-ui/field": "9.4.3",
- "@dhis2-ui/file-input": "9.4.3",
- "@dhis2-ui/input": "9.4.3",
- "@dhis2-ui/radio": "9.4.3",
- "@dhis2-ui/select": "9.4.3",
- "@dhis2-ui/switch": "9.4.3",
- "@dhis2-ui/text-area": "9.4.3",
+ "@dhis2-ui/button": "9.4.4",
+ "@dhis2-ui/checkbox": "9.4.4",
+ "@dhis2-ui/field": "9.4.4",
+ "@dhis2-ui/file-input": "9.4.4",
+ "@dhis2-ui/input": "9.4.4",
+ "@dhis2-ui/radio": "9.4.4",
+ "@dhis2-ui/select": "9.4.4",
+ "@dhis2-ui/switch": "9.4.4",
+ "@dhis2-ui/text-area": "9.4.4",
"classnames": "^2.3.1",
"final-form": "^4.20.2",
"prop-types": "^15.7.2",
diff --git a/collections/ui/package.json b/collections/ui/package.json
index b89c2f80df..e3478fcbdb 100644
--- a/collections/ui/package.json
+++ b/collections/ui/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui",
- "version": "9.4.3",
+ "version": "9.4.4",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
"exports": {
@@ -21,54 +21,54 @@
"build": "d2-app-scripts build"
},
"dependencies": {
- "@dhis2-ui/alert": "9.4.3",
- "@dhis2-ui/box": "9.4.3",
- "@dhis2-ui/button": "9.4.3",
- "@dhis2-ui/calendar": "9.4.3",
- "@dhis2-ui/card": "9.4.3",
- "@dhis2-ui/center": "9.4.3",
- "@dhis2-ui/checkbox": "9.4.3",
- "@dhis2-ui/chip": "9.4.3",
- "@dhis2-ui/cover": "9.4.3",
- "@dhis2-ui/css": "9.4.3",
- "@dhis2-ui/divider": "9.4.3",
- "@dhis2-ui/field": "9.4.3",
- "@dhis2-ui/file-input": "9.4.3",
- "@dhis2-ui/header-bar": "9.4.3",
- "@dhis2-ui/help": "9.4.3",
- "@dhis2-ui/input": "9.4.3",
- "@dhis2-ui/intersection-detector": "9.4.3",
- "@dhis2-ui/label": "9.4.3",
- "@dhis2-ui/layer": "9.4.3",
- "@dhis2-ui/legend": "9.4.3",
- "@dhis2-ui/loader": "9.4.3",
- "@dhis2-ui/logo": "9.4.3",
- "@dhis2-ui/menu": "9.4.3",
- "@dhis2-ui/modal": "9.4.3",
- "@dhis2-ui/node": "9.4.3",
- "@dhis2-ui/notice-box": "9.4.3",
- "@dhis2-ui/organisation-unit-tree": "9.4.3",
- "@dhis2-ui/pagination": "9.4.3",
- "@dhis2-ui/popover": "9.4.3",
- "@dhis2-ui/popper": "9.4.3",
- "@dhis2-ui/portal": "9.4.3",
- "@dhis2-ui/radio": "9.4.3",
- "@dhis2-ui/required": "9.4.3",
- "@dhis2-ui/segmented-control": "9.4.3",
- "@dhis2-ui/select": "9.4.3",
- "@dhis2-ui/selector-bar": "9.4.3",
- "@dhis2-ui/sharing-dialog": "9.4.3",
- "@dhis2-ui/switch": "9.4.3",
- "@dhis2-ui/tab": "9.4.3",
- "@dhis2-ui/table": "9.4.3",
- "@dhis2-ui/tag": "9.4.3",
- "@dhis2-ui/text-area": "9.4.3",
- "@dhis2-ui/tooltip": "9.4.3",
- "@dhis2-ui/transfer": "9.4.3",
- "@dhis2-ui/user-avatar": "9.4.3",
- "@dhis2/ui-constants": "9.4.3",
- "@dhis2/ui-forms": "9.4.3",
- "@dhis2/ui-icons": "9.4.3",
+ "@dhis2-ui/alert": "9.4.4",
+ "@dhis2-ui/box": "9.4.4",
+ "@dhis2-ui/button": "9.4.4",
+ "@dhis2-ui/calendar": "9.4.4",
+ "@dhis2-ui/card": "9.4.4",
+ "@dhis2-ui/center": "9.4.4",
+ "@dhis2-ui/checkbox": "9.4.4",
+ "@dhis2-ui/chip": "9.4.4",
+ "@dhis2-ui/cover": "9.4.4",
+ "@dhis2-ui/css": "9.4.4",
+ "@dhis2-ui/divider": "9.4.4",
+ "@dhis2-ui/field": "9.4.4",
+ "@dhis2-ui/file-input": "9.4.4",
+ "@dhis2-ui/header-bar": "9.4.4",
+ "@dhis2-ui/help": "9.4.4",
+ "@dhis2-ui/input": "9.4.4",
+ "@dhis2-ui/intersection-detector": "9.4.4",
+ "@dhis2-ui/label": "9.4.4",
+ "@dhis2-ui/layer": "9.4.4",
+ "@dhis2-ui/legend": "9.4.4",
+ "@dhis2-ui/loader": "9.4.4",
+ "@dhis2-ui/logo": "9.4.4",
+ "@dhis2-ui/menu": "9.4.4",
+ "@dhis2-ui/modal": "9.4.4",
+ "@dhis2-ui/node": "9.4.4",
+ "@dhis2-ui/notice-box": "9.4.4",
+ "@dhis2-ui/organisation-unit-tree": "9.4.4",
+ "@dhis2-ui/pagination": "9.4.4",
+ "@dhis2-ui/popover": "9.4.4",
+ "@dhis2-ui/popper": "9.4.4",
+ "@dhis2-ui/portal": "9.4.4",
+ "@dhis2-ui/radio": "9.4.4",
+ "@dhis2-ui/required": "9.4.4",
+ "@dhis2-ui/segmented-control": "9.4.4",
+ "@dhis2-ui/select": "9.4.4",
+ "@dhis2-ui/selector-bar": "9.4.4",
+ "@dhis2-ui/sharing-dialog": "9.4.4",
+ "@dhis2-ui/switch": "9.4.4",
+ "@dhis2-ui/tab": "9.4.4",
+ "@dhis2-ui/table": "9.4.4",
+ "@dhis2-ui/tag": "9.4.4",
+ "@dhis2-ui/text-area": "9.4.4",
+ "@dhis2-ui/tooltip": "9.4.4",
+ "@dhis2-ui/transfer": "9.4.4",
+ "@dhis2-ui/user-avatar": "9.4.4",
+ "@dhis2/ui-constants": "9.4.4",
+ "@dhis2/ui-forms": "9.4.4",
+ "@dhis2/ui-icons": "9.4.4",
"prop-types": "^15.7.2"
},
"peerDependencies": {
diff --git a/components/alert/package.json b/components/alert/package.json
index 361cc225af..28d0022f07 100644
--- a/components/alert/package.json
+++ b/components/alert/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/alert",
- "version": "9.4.3",
+ "version": "9.4.4",
"description": "UI Alert",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/portal": "9.4.3",
- "@dhis2/ui-constants": "9.4.3",
- "@dhis2/ui-icons": "9.4.3",
+ "@dhis2-ui/portal": "9.4.4",
+ "@dhis2/ui-constants": "9.4.4",
+ "@dhis2/ui-icons": "9.4.4",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/box/package.json b/components/box/package.json
index 1f4d4a0375..c21c4bf767 100644
--- a/components/box/package.json
+++ b/components/box/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/box",
- "version": "9.4.3",
+ "version": "9.4.4",
"description": "UI Box",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.3",
+ "@dhis2/ui-constants": "9.4.4",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/button/package.json b/components/button/package.json
index e5a905784c..a902dfbfc8 100644
--- a/components/button/package.json
+++ b/components/button/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/button",
- "version": "9.4.3",
+ "version": "9.4.4",
"description": "UI Button",
"repository": {
"type": "git",
@@ -33,11 +33,11 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/layer": "9.4.3",
- "@dhis2-ui/loader": "9.4.3",
- "@dhis2-ui/popper": "9.4.3",
- "@dhis2/ui-constants": "9.4.3",
- "@dhis2/ui-icons": "9.4.3",
+ "@dhis2-ui/layer": "9.4.4",
+ "@dhis2-ui/loader": "9.4.4",
+ "@dhis2-ui/popper": "9.4.4",
+ "@dhis2/ui-constants": "9.4.4",
+ "@dhis2/ui-icons": "9.4.4",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/calendar/package.json b/components/calendar/package.json
index cc90d51b1e..969a33a581 100644
--- a/components/calendar/package.json
+++ b/components/calendar/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/calendar",
- "version": "9.4.3",
+ "version": "9.4.4",
"description": "UI Calendar",
"repository": {
"type": "git",
@@ -33,15 +33,15 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/button": "9.4.3",
- "@dhis2-ui/card": "9.4.3",
- "@dhis2-ui/input": "9.4.3",
- "@dhis2-ui/layer": "9.4.3",
- "@dhis2-ui/popper": "9.4.3",
+ "@dhis2-ui/button": "9.4.4",
+ "@dhis2-ui/card": "9.4.4",
+ "@dhis2-ui/input": "9.4.4",
+ "@dhis2-ui/layer": "9.4.4",
+ "@dhis2-ui/popper": "9.4.4",
"@dhis2/multi-calendar-dates": "^1.1.1",
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.3",
- "@dhis2/ui-icons": "9.4.3",
+ "@dhis2/ui-constants": "9.4.4",
+ "@dhis2/ui-icons": "9.4.4",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/card/package.json b/components/card/package.json
index 06c7cd68e9..4800398cfc 100644
--- a/components/card/package.json
+++ b/components/card/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/card",
- "version": "9.4.3",
+ "version": "9.4.4",
"description": "UI Card",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.3",
+ "@dhis2/ui-constants": "9.4.4",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/center/package.json b/components/center/package.json
index 3cf843c749..6a378e7cbf 100644
--- a/components/center/package.json
+++ b/components/center/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/center",
- "version": "9.4.3",
+ "version": "9.4.4",
"description": "UI Center",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.3",
+ "@dhis2/ui-constants": "9.4.4",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/checkbox/package.json b/components/checkbox/package.json
index 1c8b851e89..4ea34b08e8 100644
--- a/components/checkbox/package.json
+++ b/components/checkbox/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/checkbox",
- "version": "9.4.3",
+ "version": "9.4.4",
"description": "UI Checkbox",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/field": "9.4.3",
- "@dhis2-ui/required": "9.4.3",
- "@dhis2/ui-constants": "9.4.3",
+ "@dhis2-ui/field": "9.4.4",
+ "@dhis2-ui/required": "9.4.4",
+ "@dhis2/ui-constants": "9.4.4",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/chip/package.json b/components/chip/package.json
index a3a87e2402..fb37784171 100644
--- a/components/chip/package.json
+++ b/components/chip/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/chip",
- "version": "9.4.3",
+ "version": "9.4.4",
"description": "UI Chip",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.3",
+ "@dhis2/ui-constants": "9.4.4",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/cover/package.json b/components/cover/package.json
index 9a742917a0..75e607cb9e 100644
--- a/components/cover/package.json
+++ b/components/cover/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/cover",
- "version": "9.4.3",
+ "version": "9.4.4",
"description": "UI Cover",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.3",
+ "@dhis2/ui-constants": "9.4.4",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/css/package.json b/components/css/package.json
index 46a3d451a9..d0cf6fc9bc 100644
--- a/components/css/package.json
+++ b/components/css/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/css",
- "version": "9.4.3",
+ "version": "9.4.4",
"description": "UI CSS",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.3",
+ "@dhis2/ui-constants": "9.4.4",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/divider/package.json b/components/divider/package.json
index 1445dd6771..f12adac890 100644
--- a/components/divider/package.json
+++ b/components/divider/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/divider",
- "version": "9.4.3",
+ "version": "9.4.4",
"description": "UI Divider",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.3",
+ "@dhis2/ui-constants": "9.4.4",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/field/package.json b/components/field/package.json
index 103eb3d215..2a2401cdd9 100644
--- a/components/field/package.json
+++ b/components/field/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/field",
- "version": "9.4.3",
+ "version": "9.4.4",
"description": "UI Field",
"repository": {
"type": "git",
@@ -33,10 +33,10 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.4.3",
- "@dhis2-ui/help": "9.4.3",
- "@dhis2-ui/label": "9.4.3",
- "@dhis2/ui-constants": "9.4.3",
+ "@dhis2-ui/box": "9.4.4",
+ "@dhis2-ui/help": "9.4.4",
+ "@dhis2-ui/label": "9.4.4",
+ "@dhis2/ui-constants": "9.4.4",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/file-input/package.json b/components/file-input/package.json
index 792a7a9aac..d5c59b6da5 100644
--- a/components/file-input/package.json
+++ b/components/file-input/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/file-input",
- "version": "9.4.3",
+ "version": "9.4.4",
"description": "UI FileInput",
"repository": {
"type": "git",
@@ -34,13 +34,13 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.4.3",
- "@dhis2-ui/field": "9.4.3",
- "@dhis2-ui/label": "9.4.3",
- "@dhis2-ui/loader": "9.4.3",
- "@dhis2-ui/status-icon": "9.4.3",
- "@dhis2/ui-constants": "9.4.3",
- "@dhis2/ui-icons": "9.4.3",
+ "@dhis2-ui/button": "9.4.4",
+ "@dhis2-ui/field": "9.4.4",
+ "@dhis2-ui/label": "9.4.4",
+ "@dhis2-ui/loader": "9.4.4",
+ "@dhis2-ui/status-icon": "9.4.4",
+ "@dhis2/ui-constants": "9.4.4",
+ "@dhis2/ui-icons": "9.4.4",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/header-bar/package.json b/components/header-bar/package.json
index bb50c6ec7f..b731364bff 100644
--- a/components/header-bar/package.json
+++ b/components/header-bar/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/header-bar",
- "version": "9.4.3",
+ "version": "9.4.4",
"description": "UI HeaderBar",
"repository": {
"type": "git",
@@ -34,21 +34,21 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/box": "9.4.3",
- "@dhis2-ui/button": "9.4.3",
- "@dhis2-ui/card": "9.4.3",
- "@dhis2-ui/center": "9.4.3",
- "@dhis2-ui/divider": "9.4.3",
- "@dhis2-ui/input": "9.4.3",
- "@dhis2-ui/layer": "9.4.3",
- "@dhis2-ui/loader": "9.4.3",
- "@dhis2-ui/logo": "9.4.3",
- "@dhis2-ui/menu": "9.4.3",
- "@dhis2-ui/modal": "9.4.3",
- "@dhis2-ui/user-avatar": "9.4.3",
+ "@dhis2-ui/box": "9.4.4",
+ "@dhis2-ui/button": "9.4.4",
+ "@dhis2-ui/card": "9.4.4",
+ "@dhis2-ui/center": "9.4.4",
+ "@dhis2-ui/divider": "9.4.4",
+ "@dhis2-ui/input": "9.4.4",
+ "@dhis2-ui/layer": "9.4.4",
+ "@dhis2-ui/loader": "9.4.4",
+ "@dhis2-ui/logo": "9.4.4",
+ "@dhis2-ui/menu": "9.4.4",
+ "@dhis2-ui/modal": "9.4.4",
+ "@dhis2-ui/user-avatar": "9.4.4",
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.3",
- "@dhis2/ui-icons": "9.4.3",
+ "@dhis2/ui-constants": "9.4.4",
+ "@dhis2/ui-icons": "9.4.4",
"classnames": "^2.3.1",
"moment": "^2.29.1",
"prop-types": "^15.7.2"
diff --git a/components/help/package.json b/components/help/package.json
index f49399f2d4..141f3cf838 100644
--- a/components/help/package.json
+++ b/components/help/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/help",
- "version": "9.4.3",
+ "version": "9.4.4",
"description": "UI Help",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.3",
+ "@dhis2/ui-constants": "9.4.4",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/input/package.json b/components/input/package.json
index 5c64d30ec5..9b6917ecfe 100644
--- a/components/input/package.json
+++ b/components/input/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/input",
- "version": "9.4.3",
+ "version": "9.4.4",
"description": "UI Input",
"repository": {
"type": "git",
@@ -33,13 +33,13 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.4.3",
- "@dhis2-ui/field": "9.4.3",
- "@dhis2-ui/input": "9.4.3",
- "@dhis2-ui/loader": "9.4.3",
- "@dhis2-ui/status-icon": "9.4.3",
- "@dhis2/ui-constants": "9.4.3",
- "@dhis2/ui-icons": "9.4.3",
+ "@dhis2-ui/box": "9.4.4",
+ "@dhis2-ui/field": "9.4.4",
+ "@dhis2-ui/input": "9.4.4",
+ "@dhis2-ui/loader": "9.4.4",
+ "@dhis2-ui/status-icon": "9.4.4",
+ "@dhis2/ui-constants": "9.4.4",
+ "@dhis2/ui-icons": "9.4.4",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/intersection-detector/package.json b/components/intersection-detector/package.json
index b7af754ca8..de7dcf0756 100644
--- a/components/intersection-detector/package.json
+++ b/components/intersection-detector/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/intersection-detector",
- "version": "9.4.3",
+ "version": "9.4.4",
"description": "UI IntersectionDetector",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.3",
+ "@dhis2/ui-constants": "9.4.4",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/label/package.json b/components/label/package.json
index 787b9ae8d6..8a66fc0a3c 100644
--- a/components/label/package.json
+++ b/components/label/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/label",
- "version": "9.4.3",
+ "version": "9.4.4",
"description": "UI Label",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/required": "9.4.3",
- "@dhis2/ui-constants": "9.4.3",
+ "@dhis2-ui/required": "9.4.4",
+ "@dhis2/ui-constants": "9.4.4",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/layer/package.json b/components/layer/package.json
index dcea74299a..9d49234747 100644
--- a/components/layer/package.json
+++ b/components/layer/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/layer",
- "version": "9.4.3",
+ "version": "9.4.4",
"description": "UI Layer",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/portal": "9.4.3",
- "@dhis2/ui-constants": "9.4.3",
+ "@dhis2-ui/portal": "9.4.4",
+ "@dhis2/ui-constants": "9.4.4",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/legend/package.json b/components/legend/package.json
index eeb7200af9..dd753bfb5c 100644
--- a/components/legend/package.json
+++ b/components/legend/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/legend",
- "version": "9.4.3",
+ "version": "9.4.4",
"description": "UI Legend",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/required": "9.4.3",
- "@dhis2/ui-constants": "9.4.3",
+ "@dhis2-ui/required": "9.4.4",
+ "@dhis2/ui-constants": "9.4.4",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/loader/package.json b/components/loader/package.json
index 25953178c7..d4a4460e4a 100644
--- a/components/loader/package.json
+++ b/components/loader/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/loader",
- "version": "9.4.3",
+ "version": "9.4.4",
"description": "UI Loaders",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.3",
+ "@dhis2/ui-constants": "9.4.4",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/logo/package.json b/components/logo/package.json
index 7d64aeea45..23fedb47ff 100644
--- a/components/logo/package.json
+++ b/components/logo/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/logo",
- "version": "9.4.3",
+ "version": "9.4.4",
"description": "UI Logo",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.3",
+ "@dhis2/ui-constants": "9.4.4",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/menu/package.json b/components/menu/package.json
index 3be0a844d9..13787b5bc1 100644
--- a/components/menu/package.json
+++ b/components/menu/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/menu",
- "version": "9.4.3",
+ "version": "9.4.4",
"description": "UI Menu",
"repository": {
"type": "git",
@@ -33,13 +33,13 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/card": "9.4.3",
- "@dhis2-ui/divider": "9.4.3",
- "@dhis2-ui/layer": "9.4.3",
- "@dhis2-ui/popper": "9.4.3",
- "@dhis2-ui/portal": "9.4.3",
- "@dhis2/ui-constants": "9.4.3",
- "@dhis2/ui-icons": "9.4.3",
+ "@dhis2-ui/card": "9.4.4",
+ "@dhis2-ui/divider": "9.4.4",
+ "@dhis2-ui/layer": "9.4.4",
+ "@dhis2-ui/popper": "9.4.4",
+ "@dhis2-ui/portal": "9.4.4",
+ "@dhis2/ui-constants": "9.4.4",
+ "@dhis2/ui-icons": "9.4.4",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/modal/package.json b/components/modal/package.json
index d4e6b8ac4d..5eb02505bc 100644
--- a/components/modal/package.json
+++ b/components/modal/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/modal",
- "version": "9.4.3",
+ "version": "9.4.4",
"description": "UI Modal",
"repository": {
"type": "git",
@@ -33,12 +33,12 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/card": "9.4.3",
- "@dhis2-ui/center": "9.4.3",
- "@dhis2-ui/layer": "9.4.3",
- "@dhis2-ui/portal": "9.4.3",
- "@dhis2/ui-constants": "9.4.3",
- "@dhis2/ui-icons": "9.4.3",
+ "@dhis2-ui/card": "9.4.4",
+ "@dhis2-ui/center": "9.4.4",
+ "@dhis2-ui/layer": "9.4.4",
+ "@dhis2-ui/portal": "9.4.4",
+ "@dhis2/ui-constants": "9.4.4",
+ "@dhis2/ui-icons": "9.4.4",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/node/package.json b/components/node/package.json
index 235b3a242f..421781bfe1 100644
--- a/components/node/package.json
+++ b/components/node/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/node",
- "version": "9.4.3",
+ "version": "9.4.4",
"description": "UI Node",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/loader": "9.4.3",
- "@dhis2/ui-constants": "9.4.3",
+ "@dhis2-ui/loader": "9.4.4",
+ "@dhis2/ui-constants": "9.4.4",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/notice-box/package.json b/components/notice-box/package.json
index 5736ba03a7..c4f573a573 100644
--- a/components/notice-box/package.json
+++ b/components/notice-box/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/notice-box",
- "version": "9.4.3",
+ "version": "9.4.4",
"description": "UI NoticeBox",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.3",
- "@dhis2/ui-icons": "9.4.3",
+ "@dhis2/ui-constants": "9.4.4",
+ "@dhis2/ui-icons": "9.4.4",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/organisation-unit-tree/package.json b/components/organisation-unit-tree/package.json
index 9be7f1f210..03c3d661b6 100644
--- a/components/organisation-unit-tree/package.json
+++ b/components/organisation-unit-tree/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/organisation-unit-tree",
- "version": "9.4.3",
+ "version": "9.4.4",
"description": "UI OrganisationUnitTree",
"repository": {
"type": "git",
@@ -35,10 +35,10 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/checkbox": "9.4.3",
- "@dhis2-ui/loader": "9.4.3",
- "@dhis2-ui/node": "9.4.3",
- "@dhis2/ui-constants": "9.4.3",
+ "@dhis2-ui/checkbox": "9.4.4",
+ "@dhis2-ui/loader": "9.4.4",
+ "@dhis2-ui/node": "9.4.4",
+ "@dhis2/ui-constants": "9.4.4",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/pagination/package.json b/components/pagination/package.json
index 7993662ce9..191575dfdc 100644
--- a/components/pagination/package.json
+++ b/components/pagination/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/pagination",
- "version": "9.4.3",
+ "version": "9.4.4",
"description": "UI Pagination",
"repository": {
"type": "git",
@@ -34,10 +34,10 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.4.3",
- "@dhis2-ui/select": "9.4.3",
- "@dhis2/ui-constants": "9.4.3",
- "@dhis2/ui-icons": "9.4.3",
+ "@dhis2-ui/button": "9.4.4",
+ "@dhis2-ui/select": "9.4.4",
+ "@dhis2/ui-constants": "9.4.4",
+ "@dhis2/ui-icons": "9.4.4",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/popover/package.json b/components/popover/package.json
index bb3cadea94..6fc2ddc89d 100644
--- a/components/popover/package.json
+++ b/components/popover/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/popover",
- "version": "9.4.3",
+ "version": "9.4.4",
"description": "UI Popover",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/layer": "9.4.3",
- "@dhis2-ui/popper": "9.4.3",
- "@dhis2/ui-constants": "9.4.3",
+ "@dhis2-ui/layer": "9.4.4",
+ "@dhis2-ui/popper": "9.4.4",
+ "@dhis2/ui-constants": "9.4.4",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/popper/package.json b/components/popper/package.json
index 75bba30c63..0ad8eccc61 100644
--- a/components/popper/package.json
+++ b/components/popper/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/popper",
- "version": "9.4.3",
+ "version": "9.4.4",
"description": "UI Popper",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.3",
+ "@dhis2/ui-constants": "9.4.4",
"@popperjs/core": "^2.10.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2",
diff --git a/components/portal/package.json b/components/portal/package.json
index b4bc41dcbb..4d9b1dc88d 100644
--- a/components/portal/package.json
+++ b/components/portal/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/portal",
- "version": "9.4.3",
+ "version": "9.4.4",
"description": "UI Portal",
"repository": {
"type": "git",
diff --git a/components/radio/package.json b/components/radio/package.json
index 194300990d..b61f667024 100644
--- a/components/radio/package.json
+++ b/components/radio/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/radio",
- "version": "9.4.3",
+ "version": "9.4.4",
"description": "UI Radio",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.3",
+ "@dhis2/ui-constants": "9.4.4",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/required/package.json b/components/required/package.json
index 60f185fb27..caaae04b59 100644
--- a/components/required/package.json
+++ b/components/required/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/required",
- "version": "9.4.3",
+ "version": "9.4.4",
"description": "UI Required",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.3",
+ "@dhis2/ui-constants": "9.4.4",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/segmented-control/package.json b/components/segmented-control/package.json
index bea7e90de8..1f5884b74b 100644
--- a/components/segmented-control/package.json
+++ b/components/segmented-control/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/segmented-control",
- "version": "9.4.3",
+ "version": "9.4.4",
"description": "UI Segmented Control",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.3",
+ "@dhis2/ui-constants": "9.4.4",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/select/package.json b/components/select/package.json
index da2a441521..dc491529f1 100644
--- a/components/select/package.json
+++ b/components/select/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/select",
- "version": "9.4.3",
+ "version": "9.4.4",
"description": "UI Select",
"repository": {
"type": "git",
@@ -33,21 +33,21 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/box": "9.4.3",
- "@dhis2-ui/button": "9.4.3",
- "@dhis2-ui/card": "9.4.3",
- "@dhis2-ui/checkbox": "9.4.3",
- "@dhis2-ui/chip": "9.4.3",
- "@dhis2-ui/field": "9.4.3",
- "@dhis2-ui/input": "9.4.3",
- "@dhis2-ui/layer": "9.4.3",
- "@dhis2-ui/loader": "9.4.3",
- "@dhis2-ui/popper": "9.4.3",
- "@dhis2-ui/status-icon": "9.4.3",
- "@dhis2-ui/tooltip": "9.4.3",
+ "@dhis2-ui/box": "9.4.4",
+ "@dhis2-ui/button": "9.4.4",
+ "@dhis2-ui/card": "9.4.4",
+ "@dhis2-ui/checkbox": "9.4.4",
+ "@dhis2-ui/chip": "9.4.4",
+ "@dhis2-ui/field": "9.4.4",
+ "@dhis2-ui/input": "9.4.4",
+ "@dhis2-ui/layer": "9.4.4",
+ "@dhis2-ui/loader": "9.4.4",
+ "@dhis2-ui/popper": "9.4.4",
+ "@dhis2-ui/status-icon": "9.4.4",
+ "@dhis2-ui/tooltip": "9.4.4",
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.3",
- "@dhis2/ui-icons": "9.4.3",
+ "@dhis2/ui-constants": "9.4.4",
+ "@dhis2/ui-icons": "9.4.4",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/selector-bar/package.json b/components/selector-bar/package.json
index afd8129022..50f4bc4182 100644
--- a/components/selector-bar/package.json
+++ b/components/selector-bar/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/selector-bar",
- "version": "9.4.3",
+ "version": "9.4.4",
"description": "UI Select",
"repository": {
"type": "git",
@@ -33,21 +33,21 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/button": "9.4.3",
- "@dhis2-ui/card": "9.4.3",
- "@dhis2-ui/popper": "9.4.3",
- "@dhis2-ui/layer": "9.4.3",
- "@dhis2/ui-constants": "9.4.3",
- "@dhis2/ui-icons": "9.4.3",
+ "@dhis2-ui/button": "9.4.4",
+ "@dhis2-ui/card": "9.4.4",
+ "@dhis2-ui/popper": "9.4.4",
+ "@dhis2-ui/layer": "9.4.4",
+ "@dhis2/ui-constants": "9.4.4",
+ "@dhis2/ui-icons": "9.4.4",
"@testing-library/react": "^12.1.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
"devDependencies": {
- "@dhis2-ui/css": "9.4.3",
- "@dhis2-ui/menu": "9.4.3",
- "@dhis2-ui/organisation-unit-tree": "9.4.3",
- "@dhis2-ui/select": "9.4.3",
+ "@dhis2-ui/css": "9.4.4",
+ "@dhis2-ui/menu": "9.4.4",
+ "@dhis2-ui/organisation-unit-tree": "9.4.4",
+ "@dhis2-ui/select": "9.4.4",
"@dhis2/d2-i18n": "^1.1.0",
"@testing-library/jest-dom": "^5.16.1",
"react": "16.13",
diff --git a/components/sharing-dialog/package.json b/components/sharing-dialog/package.json
index bb4dbe9335..fee6bcd062 100644
--- a/components/sharing-dialog/package.json
+++ b/components/sharing-dialog/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/sharing-dialog",
- "version": "9.4.3",
+ "version": "9.4.4",
"description": "UI SharingDialog",
"repository": {
"type": "git",
@@ -35,22 +35,22 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.4.3",
- "@dhis2-ui/button": "9.4.3",
- "@dhis2-ui/card": "9.4.3",
- "@dhis2-ui/divider": "9.4.3",
- "@dhis2-ui/input": "9.4.3",
- "@dhis2-ui/layer": "9.4.3",
- "@dhis2-ui/menu": "9.4.3",
- "@dhis2-ui/modal": "9.4.3",
- "@dhis2-ui/notice-box": "9.4.3",
- "@dhis2-ui/popper": "9.4.3",
- "@dhis2-ui/select": "9.4.3",
- "@dhis2-ui/tab": "9.4.3",
- "@dhis2-ui/tooltip": "9.4.3",
- "@dhis2-ui/user-avatar": "9.4.3",
- "@dhis2/ui-constants": "9.4.3",
- "@dhis2/ui-icons": "9.4.3",
+ "@dhis2-ui/box": "9.4.4",
+ "@dhis2-ui/button": "9.4.4",
+ "@dhis2-ui/card": "9.4.4",
+ "@dhis2-ui/divider": "9.4.4",
+ "@dhis2-ui/input": "9.4.4",
+ "@dhis2-ui/layer": "9.4.4",
+ "@dhis2-ui/menu": "9.4.4",
+ "@dhis2-ui/modal": "9.4.4",
+ "@dhis2-ui/notice-box": "9.4.4",
+ "@dhis2-ui/popper": "9.4.4",
+ "@dhis2-ui/select": "9.4.4",
+ "@dhis2-ui/tab": "9.4.4",
+ "@dhis2-ui/tooltip": "9.4.4",
+ "@dhis2-ui/user-avatar": "9.4.4",
+ "@dhis2/ui-constants": "9.4.4",
+ "@dhis2/ui-icons": "9.4.4",
"@react-hook/size": "^2.1.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
diff --git a/components/status-icon/package.json b/components/status-icon/package.json
index 0bd1891216..601d88d195 100644
--- a/components/status-icon/package.json
+++ b/components/status-icon/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/status-icon",
- "version": "9.4.3",
+ "version": "9.4.4",
"description": "UI StatusIcon",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/loader": "9.4.3",
- "@dhis2/ui-constants": "9.4.3",
- "@dhis2/ui-icons": "9.4.3",
+ "@dhis2-ui/loader": "9.4.4",
+ "@dhis2/ui-constants": "9.4.4",
+ "@dhis2/ui-icons": "9.4.4",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/switch/package.json b/components/switch/package.json
index a93397985d..d4ac3a98a4 100644
--- a/components/switch/package.json
+++ b/components/switch/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/switch",
- "version": "9.4.3",
+ "version": "9.4.4",
"description": "UI Switch",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/field": "9.4.3",
- "@dhis2-ui/required": "9.4.3",
- "@dhis2/ui-constants": "9.4.3",
+ "@dhis2-ui/field": "9.4.4",
+ "@dhis2-ui/required": "9.4.4",
+ "@dhis2/ui-constants": "9.4.4",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/tab/package.json b/components/tab/package.json
index 2ca1bd12e3..4d38b8b1cf 100644
--- a/components/tab/package.json
+++ b/components/tab/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/tab",
- "version": "9.4.3",
+ "version": "9.4.4",
"description": "UI Tabs",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.3",
- "@dhis2/ui-icons": "9.4.3",
+ "@dhis2/ui-constants": "9.4.4",
+ "@dhis2/ui-icons": "9.4.4",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/table/package.json b/components/table/package.json
index ca243c33bc..69c7435301 100644
--- a/components/table/package.json
+++ b/components/table/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/table",
- "version": "9.4.3",
+ "version": "9.4.4",
"description": "UI Table",
"repository": {
"type": "git",
@@ -34,8 +34,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.3",
- "@dhis2/ui-icons": "9.4.3",
+ "@dhis2/ui-constants": "9.4.4",
+ "@dhis2/ui-icons": "9.4.4",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/tag/package.json b/components/tag/package.json
index b3b80df1d9..b9fbd5dc8f 100644
--- a/components/tag/package.json
+++ b/components/tag/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/tag",
- "version": "9.4.3",
+ "version": "9.4.4",
"description": "UI Tag",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.3",
+ "@dhis2/ui-constants": "9.4.4",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/text-area/package.json b/components/text-area/package.json
index ce26c278f2..60c3fa36be 100644
--- a/components/text-area/package.json
+++ b/components/text-area/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/text-area",
- "version": "9.4.3",
+ "version": "9.4.4",
"description": "UI TextArea",
"repository": {
"type": "git",
@@ -33,12 +33,12 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.4.3",
- "@dhis2-ui/field": "9.4.3",
- "@dhis2-ui/loader": "9.4.3",
- "@dhis2-ui/status-icon": "9.4.3",
- "@dhis2/ui-constants": "9.4.3",
- "@dhis2/ui-icons": "9.4.3",
+ "@dhis2-ui/box": "9.4.4",
+ "@dhis2-ui/field": "9.4.4",
+ "@dhis2-ui/loader": "9.4.4",
+ "@dhis2-ui/status-icon": "9.4.4",
+ "@dhis2/ui-constants": "9.4.4",
+ "@dhis2/ui-icons": "9.4.4",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/tooltip/package.json b/components/tooltip/package.json
index 70c834806c..7517c6a905 100644
--- a/components/tooltip/package.json
+++ b/components/tooltip/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/tooltip",
- "version": "9.4.3",
+ "version": "9.4.4",
"description": "UI Tooltip",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/popper": "9.4.3",
- "@dhis2-ui/portal": "9.4.3",
- "@dhis2/ui-constants": "9.4.3",
+ "@dhis2-ui/popper": "9.4.4",
+ "@dhis2-ui/portal": "9.4.4",
+ "@dhis2/ui-constants": "9.4.4",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/transfer/package.json b/components/transfer/package.json
index 74d8f192bf..e2b6141bc5 100644
--- a/components/transfer/package.json
+++ b/components/transfer/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/transfer",
- "version": "9.4.3",
+ "version": "9.4.4",
"description": "UI Transfer",
"repository": {
"type": "git",
@@ -33,12 +33,12 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.4.3",
- "@dhis2-ui/field": "9.4.3",
- "@dhis2-ui/input": "9.4.3",
- "@dhis2-ui/intersection-detector": "9.4.3",
- "@dhis2-ui/loader": "9.4.3",
- "@dhis2/ui-constants": "9.4.3",
+ "@dhis2-ui/button": "9.4.4",
+ "@dhis2-ui/field": "9.4.4",
+ "@dhis2-ui/input": "9.4.4",
+ "@dhis2-ui/intersection-detector": "9.4.4",
+ "@dhis2-ui/loader": "9.4.4",
+ "@dhis2/ui-constants": "9.4.4",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/user-avatar/package.json b/components/user-avatar/package.json
index 9a08b42dd7..303ae67009 100644
--- a/components/user-avatar/package.json
+++ b/components/user-avatar/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/user-avatar",
- "version": "9.4.3",
+ "version": "9.4.4",
"description": "UI User Avatar",
"repository": {
"type": "git",
@@ -34,7 +34,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.3",
+ "@dhis2/ui-constants": "9.4.4",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/constants/package.json b/constants/package.json
index deff7c7c2b..7a3cd6855a 100644
--- a/constants/package.json
+++ b/constants/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-constants",
- "version": "9.4.3",
+ "version": "9.4.4",
"description": "Constants used in the UI libs",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
diff --git a/docs/package.json b/docs/package.json
index f097208b0b..73d95ca66a 100644
--- a/docs/package.json
+++ b/docs/package.json
@@ -1,6 +1,6 @@
{
"name": "ui-docusaurus",
- "version": "9.4.3",
+ "version": "9.4.4",
"private": true,
"description": "UI Docusaurus",
"repository": {
diff --git a/icons/package.json b/icons/package.json
index ab1013f169..e119a980fd 100644
--- a/icons/package.json
+++ b/icons/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-icons",
- "version": "9.4.3",
+ "version": "9.4.4",
"description": "Icons used in the UI libs",
"main": "./build/cjs/react/index.js",
"module": "./build/es/react/index.js",
diff --git a/package.json b/package.json
index 312d91140e..cfeb18780e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-root",
- "version": "9.4.3",
+ "version": "9.4.4",
"repository": {
"type": "git",
"url": "https://github.com/dhis2/ui.git"
diff --git a/storybook/package.json b/storybook/package.json
index e38b0f39fd..093e8f91f8 100644
--- a/storybook/package.json
+++ b/storybook/package.json
@@ -1,6 +1,6 @@
{
"name": "ui-storybook",
- "version": "9.4.3",
+ "version": "9.4.4",
"description": "UI Storybook",
"repository": {
"type": "git",
@@ -23,8 +23,8 @@
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-private-methods": "^7.13.0",
"@babel/plugin-proposal-private-property-in-object": "^7.14.0",
- "@dhis2-ui/css": "9.4.3",
- "@dhis2/ui-constants": "9.4.3",
+ "@dhis2-ui/css": "9.4.4",
+ "@dhis2/ui-constants": "9.4.4",
"@fontsource/roboto": "^4.5.0",
"@storybook/addon-a11y": "^6.3.7",
"@storybook/addon-console": "^1.2.3",
From 9e9ba33c5dffd7490b72eaa77f65d565b4ef42ba Mon Sep 17 00:00:00 2001
From: Birk Johansson
Date: Mon, 15 Apr 2024 17:43:35 +0200
Subject: [PATCH 012/170] fix(button): fix prop types for button
---
components/button/types/index.d.ts | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/components/button/types/index.d.ts b/components/button/types/index.d.ts
index c6f91fe7d4..d4f0f2752c 100644
--- a/components/button/types/index.d.ts
+++ b/components/button/types/index.d.ts
@@ -16,7 +16,7 @@ type ButtonOpenEventHandler<
Event extends React.SyntheticEvent = React.MouseEvent
> = (arg0: ButtonEventPayload & { open: boolean }, event: Event) => void
-export interface ButtonProps extends HTMLButtonElement {
+export interface ButtonProps {
/**
* Component to render inside the button
*/
@@ -102,7 +102,9 @@ export interface ButtonProps extends HTMLButtonElement {
onKeyDown?: ButtonEventHandler>
}
-export const Button: React.FC
+export const Button: React.FC<
+ ButtonProps & Omit, keyof ButtonProps>
+>
export interface ButtonStripProps {
children?: React.ReactNode
From abe86cf0906b5f7c3512c8d0730071cf751d74eb Mon Sep 17 00:00:00 2001
From: Mohammer5
Date: Thu, 21 Mar 2024 16:44:03 +0800
Subject: [PATCH 013/170] chore(cypress): update to v12 and fix failing tests
---
.cypress-cucumber-preprocessorrc.json | 6 +
collections/forms/i18n/en.pot | 4 +-
.../features/can_toggle_a_boolean/index.js | 4 +-
.../features/can_toggle_a_value/index.js | 4 +-
.../CheckboxFieldFF/features/common/index.js | 2 +-
.../features/displays_error/index.js | 2 +-
.../features/accepts_file/index.js | 4 +-
.../FileInputFieldFF/features/common/index.js | 2 +-
.../features/displays_error/index.js | 4 +-
.../features/can_set_a_value/index.js | 2 +-
.../features/displays_error/index.js | 2 +-
.../features/can_set_a_value/index.js | 4 +-
.../features/common/index.js | 2 +-
.../features/displays_error/index.js | 4 +-
.../features/can_set_a_value/index.js | 4 +-
.../src/RadioFieldFF/features/common/index.js | 2 +-
.../features/displays_error/index.js | 4 +-
.../features/can_set_a_value/index.js | 4 +-
.../features/common/index.js | 2 +-
.../features/displays_error/index.js | 4 +-
.../features/can_toggle_a_boolean/index.js | 4 +-
.../features/can_toggle_a_value/index.js | 4 +-
.../SwitchFieldFF/features/common/index.js | 2 +-
.../features/displays_error/index.js | 2 +-
.../features/can_set_a_value/index.js | 2 +-
.../features/displays_error/index.js | 2 +-
.../alert-bar/features/api/hidden_callback.js | 18 -
.../alert/src/alert-bar/features/api/index.js | 9 +-
.../alert-bar/features/api/prop_message.js | 47 -
.../alert-bar/features/api/props_message.js | 12 -
.../alert-bar/features/api/props_permanent.js | 11 -
.../src/alert-bar/features/common/index.js | 2 +-
.../alert-bar/features/hide/automatically.js | 15 -
.../src/alert-bar/features/hide/index.js | 32 +-
.../src/alert-bar/features/hide/on_action.js | 13 -
.../features/render_children/alertbars.js | 2 +-
.../src/features/accepts_children/index.js | 2 +-
.../features/accepts_multiple_props/index.js | 2 +-
.../features/accepts_children/index.js | 2 +-
.../button/features/can_be_blurred/index.js | 2 +-
.../button/features/can_be_clicked/index.js | 2 +-
.../button/features/can_be_focused/index.js | 2 +-
.../features/accepts_children/index.js | 2 +-
.../features/accepts_component/index.js | 2 +-
.../features/accepts_icon/index.js | 2 +-
.../features/accepts_initial_focus/index.js | 2 +-
.../features/button_is_clickable/index.js | 4 +-
.../features/can_be_disabled/index.js | 2 +-
.../dropdown-button/features/common/index.js | 2 +-
.../features/opens_a_dropdown/index.js | 4 +-
.../features/accepts_children/index.js | 2 +-
.../features/accepts_icon/index.js | 8 +-
.../features/accepts_initial_focus/index.js | 2 +-
.../features/arrow_opens_menu/index.js | 4 +-
.../features/button_is_clickable/index.js | 4 +-
.../features/can_be_disabled/index.js | 2 +-
.../src/split-button/features/common/index.js | 2 +-
.../supports_calendar_clear_button.js | 8 +-
.../supports_ethiopic_calendar.js | 6 +-
.../supports_gregorian_calendar.js | 4 +-
.../supports_islamic_calendar.js | 2 +-
.../supports_nepali_calendar.js | 4 +-
.../src/features/accepts_children/index.js | 2 +-
.../features/accepts_help_text/index.js | 2 +-
.../features/accepts_label/index.js | 2 +-
.../features/accepts_validation_text/index.js | 2 +-
.../features/can_be_required/index.js | 2 +-
.../features/accepts_initial_focus/index.js | 2 +-
.../checkbox/features/accepts_label/index.js | 2 +-
.../checkbox/features/can_be_blurred/index.js | 2 +-
.../checkbox/features/can_be_changed/index.js | 2 +-
.../features/can_be_disabled/index.js | 2 +-
.../checkbox/features/can_be_focused/index.js | 2 +-
.../features/has_indeterminate_prop/index.js | 2 +-
.../src/features/accepts_children/index.js | 2 +-
.../chip/src/features/accepts_icon/index.js | 2 +-
.../chip/src/features/is_clickable/index.js | 2 +-
.../chip/src/features/is_removable/index.js | 2 +-
.../src/features/accepts_children/index.js | 2 +-
.../src/features/click_behavior/index.js | 2 +-
.../features/sets_variables/index.js | 2 +-
.../features/can_be_required/index.js | 2 +-
.../features/accepts_children/index.js | 2 +-
.../field/features/accepts_children/index.js | 2 +-
.../features/common/index.js | 2 +-
.../deduplicates_the_file_list/index.js | 4 +-
.../disables_button_when_full/index.js | 2 +-
.../displays_files_in_a_list/index.js | 4 +-
.../features/files_can_be_removed/index.js | 4 +-
.../has_default_button_label/index.js | 2 +-
.../features/has_default_placeholder/index.js | 2 +-
.../features/has_default_remove_text/index.js | 2 +-
.../features/can_be_required/index.js | 2 +-
.../has_default_button_label/index.js | 2 +-
.../features/has_default_placeholder/index.js | 2 +-
.../features/accepts_multiple_files/index.js | 4 +-
.../features/can_be_blurred/index.js | 2 +-
.../features/can_be_changed/index.js | 4 +-
.../features/can_be_focused/index.js | 2 +-
.../src/file-input/features/common/index.js | 2 +-
.../features/accepts_cancel_text/index.js | 2 +-
.../file-list/features/accepts_label/index.js | 2 +-
.../features/accepts_remove_text/index.js | 2 +-
.../features/can_be_removed/index.js | 2 +-
.../file-list-item-accepts_children/index.js | 2 +-
.../index.js | 2 +-
.../loading_can_be_cancelled/index.js | 2 +-
.../header-bar/src/__e2e__/stories/common.js | 232 +-
.../stories/modulesWithSpecialCharacters.js | 229 ++
.../header-bar/src/features/common/index.js | 2 +-
.../the_headerbar_displays_online_status.js | 11 +-
...onditionally_renders_notification_icons.js | 2 +-
.../common.js | 3 +-
...enu_closes_when_the_user_clicks_outside.js | 3 +-
.../the_headerbar_contains_a_menu_icon.js | 3 +-
.../the_menu_is_closed_by_default.js | 7 -
...user_will_be_offered_a_menu_with_5_apps.js | 2 +-
.../common.js | 2 +-
...con_if_the_user_does_not_have_an_avatar.js | 4 +-
...an_image_icon_if_the_user_has_an_avatar.js | 2 +-
.../the_menu_is_closed_by_default.js | 2 +-
.../the_menu_opens.js | 4 +-
...enu_closes_when_the_user_clicks_outside.js | 4 +-
.../the_user_can_edit_his_profile.js | 4 +-
.../the_user_can_go_to_his_account.js | 4 +-
...the_user_can_go_to_the_about_dhis2_page.js | 4 +-
.../the_user_can_go_to_the_help_page.js | 4 +-
.../the_user_can_go_to_the_settings.js | 4 +-
.../the_user_can_log_out.js | 6 +-
.../the_user_name_and_email_are_displayed.js | 4 +-
..._displays_a_link_to_the_interpretations.js | 4 +-
.../there_are_no_unread_interpretations.js | 4 +-
.../there_are_some_unread_interpretations.js | 4 +-
...aderbar_displays_a_link_to_the_messages.js | 4 +-
.../there_are_no_unread_messages.js | 4 +-
.../there_are_some_unread_messages.js | 4 +-
.../headerbar_contains_logo.js | 2 +-
.../index.js | 2 +-
.../index.js | 2 +-
...the_headerbar_displays_the_custom_title.js | 2 +-
.../common.js | 3 +-
...do_not_contain_items_with_special_chars.js | 3 +-
...rches_for_an_app_with_a_regex_character.js | 5 +-
.../src/features/accepts_children/index.js | 2 +-
.../features/can_be_required/index.js | 2 +-
.../features/accepts_initial_focus/index.js | 2 +-
.../input/features/can_be_blurred/index.js | 2 +-
.../input/features/can_be_changed/index.js | 2 +-
.../input/features/can_be_disabled/index.js | 2 +-
.../input/features/can_be_focused/index.js | 2 +-
.../features/Visibility_notification/index.js | 2 +-
.../src/features/accepts_children/index.js | 2 +-
.../src/features/can_be_required/index.js | 2 +-
.../src/features/accepts_children/index.js | 2 +-
.../src/features/click_behavior/index.js | 2 +-
.../layer/src/features/stacking/index.js | 2 +-
.../src/features/accepts_children/index.js | 2 +-
.../src/features/can_be_required/index.js | 2 +-
.../features/accepts_children/index.js | 2 +-
.../flyout-menu/features/position/index.js | 2 +-
.../features/toggles_submenus/index.js | 2 +-
.../menu-item/features/accepts_href/index.js | 2 +-
.../menu-item/features/accepts_icon/index.js | 2 +-
.../menu-item/features/accepts_label/index.js | 2 +-
.../features/accepts_suffix/index.js | 2 +-
.../features/accepts_target/index.js | 2 +-
.../menu-item/features/is_clickable/index.js | 2 +-
.../features/accepts_label/index.js | 2 +-
.../menu/features/accepts_children/index.js | 2 +-
.../features/accepts_children/index.js | 2 +-
.../features/accepts_children/index.js | 2 +-
.../features/accepts_children/index.js | 2 +-
.../modal/features/accepts_children/index.js | 2 +-
.../src/modal/features/can_be_closed/index.js | 2 +-
.../index.js | 2 +-
.../src/features/accepts_children/index.js | 2 +-
.../src/features/accepts_component/index.js | 2 +-
.../node/src/features/accepts_icon/index.js | 2 +-
.../node/src/features/can_be_closed/index.js | 2 +-
.../node/src/features/can_be_opened/index.js | 2 +-
.../src/features/accepts_children/index.js | 2 +-
.../src/features/accepts_title/index.js | 2 +-
.../src/__e2e__/common.js | 124 +-
.../src/__e2e__/get-organisation-unit-data.js | 119 +
.../src/__e2e__/namespace.js | 1 +
.../features/children_as_child_nodes/index.js | 2 +-
.../src/features/controlled_expanded/index.js | 5 +-
.../displaying_loading_error/index.js | 2 +-
.../src/features/expanded/index.js | 2 +-
.../src/features/force_reload/index.js | 2 +-
.../src/features/highlight/index.js | 2 +-
.../src/features/loading_state/index.js | 2 +-
.../src/features/multi_selection/index.js | 2 +-
.../src/features/no_selection/index.js | 2 +-
.../features/path_based_filtering/index.js | 4 +-
.../src/features/single_selection.feature | 2 +-
.../src/features/single_selection/index.js | 12 +-
.../src/features/sub_unit_as_root/index.js | 16 +-
.../src/features/tree_api/index.js | 2 +-
.../src/features/arrow_position/index.js | 2 +-
.../src/features/clicking_outside/index.js | 2 +-
.../src/features/conditional_arrow/index.js | 2 +-
.../popover/src/features/position/index.js | 2 +-
.../index.js | 2 +-
.../popper/src/features/positions/index.js | 2 +-
.../features/accepts_initial_focus/index.js | 2 +-
.../radio/src/features/accepts_label/index.js | 2 +-
.../src/features/can_be_blurred/index.js | 2 +-
.../src/features/can_be_changed/index.js | 2 +-
.../src/features/can_be_disabled/index.js | 2 +-
.../src/features/can_be_focused/index.js | 2 +-
.../features/accepts_help_text/index.js | 2 +-
.../features/accepts_label/index.js | 2 +-
.../features/accepts_validation_text/index.js | 2 +-
.../features/can_be_required/index.js | 2 +-
.../features/has_default_clear_text/index.js | 2 +-
.../features/has_default_empty_text/index.js | 2 +-
.../has_default_filter_nomatch_text/index.js | 2 +-
.../has_default_filter_placeholder/index.js | 2 +-
.../has_default_loading_text/index.js | 2 +-
.../features/accepts_blur_cb/index.js | 4 +-
.../features/accepts_focus_cb/index.js | 4 +-
.../features/accepts_initial_focus/index.js | 4 +-
.../features/accepts_loading/index.js | 4 +-
.../features/accepts_max_height/index.js | 8 +-
.../features/accepts_placeholder/index.js | 4 +-
.../features/accepts_prefix/index.js | 4 +-
.../features/allows_invalid_options/index.js | 4 +-
.../features/allows_selecting/index.js | 10 +-
.../features/can_be_cleared/index.js | 4 +-
.../features/can_be_disabled/index.js | 8 +-
.../features/can_be_empty/index.js | 4 +-
.../features/can_be_filtered/index.js | 4 +-
.../can_be_opened_and_closed/index.js | 4 +-
.../src/multi-select/features/common/index.js | 2 +-
.../features/duplicate_option_values/index.js | 4 +-
.../menu_width_matches_input/index.js | 4 +-
.../multi-select/features/position/index.js | 4 +-
.../features/shows_selections/index.js | 4 +-
.../features/accepts_help_text/index.js | 2 +-
.../features/accepts_label/index.js | 2 +-
.../features/accepts_validation_text/index.js | 2 +-
.../features/can_be_required/index.js | 2 +-
.../features/has_default_clear_text/index.js | 2 +-
.../features/has_default_empty_text/index.js | 2 +-
.../has_default_filter_nomatch_text/index.js | 2 +-
.../has_default_filter_placeholder/index.js | 2 +-
.../has_default_loading_text/index.js | 2 +-
.../features/accepts_blur_cb/index.js | 4 +-
.../features/accepts_focus_cb/index.js | 4 +-
.../features/accepts_initial_focus/index.js | 4 +-
.../features/accepts_loading/index.js | 4 +-
.../features/accepts_max_height/index.js | 8 +-
.../features/accepts_placeholder/index.js | 4 +-
.../features/accepts_prefix/index.js | 4 +-
.../features/allows_invalid_options/index.js | 4 +-
.../features/allows_selecting/index.js | 4 +-
.../features/can_be_cleared/index.js | 4 +-
.../features/can_be_disabled/index.js | 4 +-
.../features/can_be_empty/index.js | 4 +-
.../features/can_be_filtered/index.js | 4 +-
.../can_be_opened_and_closed/index.js | 4 +-
.../single-select/features/common/index.js | 2 +-
.../features/duplicate_option_values/index.js | 10 +-
.../menu_width_matches_input/index.js | 4 +-
.../single-select/features/position/index.js | 2 +-
.../features/shows_selections/index.js | 4 +-
.../features/toggle-children/index.js | 2 +-
.../src/features/access-level-change/index.js | 2 +-
.../features/access-level-disable/index.js | 2 +-
.../src/features/access-level-remove/index.js | 2 +-
.../src/features/add-entity/index.js | 2 +-
.../src/features/dashboard/index.js | 2 +-
.../src/features/title/index.js | 2 +-
.../features/can_be_required/index.js | 2 +-
.../features/accepts_initial_focus/index.js | 2 +-
.../switch/features/accepts_label/index.js | 2 +-
.../switch/features/can_be_blurred/index.js | 2 +-
.../switch/features/can_be_changed/index.js | 2 +-
.../switch/features/can_be_disabled/index.js | 2 +-
.../switch/features/can_be_focused/index.js | 2 +-
.../features/accepts_children/index.js | 2 +-
.../auto_hides_scroll_buttons/index.js | 2 +-
.../tab/features/accepts_children/index.js | 2 +-
.../src/tab/features/accepts_icon/index.js | 2 +-
.../src/tab/features/is_clickable/index.js | 2 +-
.../data-table/features/can_scroll/index.js | 2 +-
.../features/can_scroll/index.js | 2 +-
.../tag/src/features/accepts_icon/index.js | 2 +-
.../src/features/accepts_max_width/index.js | 2 +-
.../tag/src/features/accepts_text/index.js | 2 +-
.../features/can_be_required/index.js | 2 +-
.../features/accepts_initial_focus/index.js | 2 +-
.../features/can_be_blurred/index.js | 2 +-
.../features/can_be_changed/index.js | 4 +-
.../features/can_be_disabled/index.js | 2 +-
.../features/can_be_focused/index.js | 4 +-
.../src/text-area/features/common/index.js | 2 +-
.../tooltip/src/features/common/index.js | 2 +-
.../tooltip/src/features/layering/index.js | 4 +-
.../tooltip/src/features/positions/index.js | 4 +-
.../features/scrolling_containers/index.js | 10 +-
.../src/features/visibility_toggling/index.js | 4 +-
.../add_remove-highlighted-options/index.js | 2 +-
.../disabled-transfer-buttons/index.js | 6 +-
.../disabled-transfer-options/index.js | 2 +-
.../src/features/display-order/index.js | 2 +-
.../src/features/filter-options-list/index.js | 2 +-
.../highlight-range-of-options/index.js | 2 +-
.../src/features/loading_lists/index.js | 2 +-
.../features/notify_at_end_of_list/index.js | 2 +-
.../features/reorder-with-buttons/index.js | 16 +-
.../set_unset-highlighted-option/index.js | 2 +-
.../src/features/transferring-items/index.js | 21 +-
cypress-cucumber-preprocessor.config.js | 4 -
cypress.config.js | 22 +
cypress.json | 13 -
cypress/plugins/index.js | 9 -
cypress/support/{index.js => e2e.js} | 0
cypress/support/find.js | 8 +-
cypress/support/get.js | 8 +-
package.json | 11 +-
yarn.lock | 2260 ++++++++---------
323 files changed, 1909 insertions(+), 2192 deletions(-)
create mode 100644 .cypress-cucumber-preprocessorrc.json
delete mode 100644 components/alert/src/alert-bar/features/api/hidden_callback.js
delete mode 100644 components/alert/src/alert-bar/features/api/prop_message.js
delete mode 100644 components/alert/src/alert-bar/features/api/props_message.js
delete mode 100644 components/alert/src/alert-bar/features/api/props_permanent.js
delete mode 100644 components/alert/src/alert-bar/features/hide/automatically.js
delete mode 100644 components/alert/src/alert-bar/features/hide/on_action.js
create mode 100644 components/header-bar/src/__e2e__/stories/modulesWithSpecialCharacters.js
delete mode 100644 components/header-bar/src/features/the_headerbar_contains_a_menu_to_all_apps/the_menu_is_closed_by_default.js
create mode 100644 components/organisation-unit-tree/src/__e2e__/get-organisation-unit-data.js
create mode 100644 components/organisation-unit-tree/src/__e2e__/namespace.js
delete mode 100644 cypress-cucumber-preprocessor.config.js
create mode 100644 cypress.config.js
delete mode 100644 cypress.json
delete mode 100644 cypress/plugins/index.js
rename cypress/support/{index.js => e2e.js} (100%)
diff --git a/.cypress-cucumber-preprocessorrc.json b/.cypress-cucumber-preprocessorrc.json
new file mode 100644
index 0000000000..fc9870fc56
--- /dev/null
+++ b/.cypress-cucumber-preprocessorrc.json
@@ -0,0 +1,6 @@
+{
+ "nonGlobalStepDefinitions": true,
+ "e2e": {
+ "stepDefinitions": "[filepath]/*.{js,mjs,ts,tsx}"
+ }
+}
diff --git a/collections/forms/i18n/en.pot b/collections/forms/i18n/en.pot
index e65ed246e0..e9e2f44c4f 100644
--- a/collections/forms/i18n/en.pot
+++ b/collections/forms/i18n/en.pot
@@ -5,8 +5,8 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
-"POT-Creation-Date: 2024-02-12T14:58:56.792Z\n"
-"PO-Revision-Date: 2024-02-12T14:58:56.792Z\n"
+"POT-Creation-Date: 2024-03-21T01:41:39.370Z\n"
+"PO-Revision-Date: 2024-03-21T01:41:39.370Z\n"
msgid "Upload file"
msgstr "Upload file"
diff --git a/collections/forms/src/CheckboxFieldFF/features/can_toggle_a_boolean/index.js b/collections/forms/src/CheckboxFieldFF/features/can_toggle_a_boolean/index.js
index d67d1402c4..18c11a94fd 100644
--- a/collections/forms/src/CheckboxFieldFF/features/can_toggle_a_boolean/index.js
+++ b/collections/forms/src/CheckboxFieldFF/features/can_toggle_a_boolean/index.js
@@ -1,5 +1,5 @@
-import '../common/index.js'
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+require('../common/index.js')
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('an unchecked Checkbox without value is rendered', () => {
cy.visitStory('Testing:Checkbox', 'Unchecked')
diff --git a/collections/forms/src/CheckboxFieldFF/features/can_toggle_a_value/index.js b/collections/forms/src/CheckboxFieldFF/features/can_toggle_a_value/index.js
index 949f751f4c..50e18c6286 100644
--- a/collections/forms/src/CheckboxFieldFF/features/can_toggle_a_value/index.js
+++ b/collections/forms/src/CheckboxFieldFF/features/can_toggle_a_value/index.js
@@ -1,5 +1,5 @@
-import '../common/index.js'
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+require('../common/index.js')
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('an unchecked Checkbox with a value is rendered', () => {
cy.visitStory('Testing:Checkbox', 'Unchecked with value')
diff --git a/collections/forms/src/CheckboxFieldFF/features/common/index.js b/collections/forms/src/CheckboxFieldFF/features/common/index.js
index 35729bc887..0135fbdb24 100644
--- a/collections/forms/src/CheckboxFieldFF/features/common/index.js
+++ b/collections/forms/src/CheckboxFieldFF/features/common/index.js
@@ -1,4 +1,4 @@
-import { When } from 'cypress-cucumber-preprocessor/steps'
+import { When } from '@badeball/cypress-cucumber-preprocessor'
When('the user clicks on the Checkbox', () => {
cy.get('[data-test="dhis2-uicore-checkbox"]').click()
diff --git a/collections/forms/src/CheckboxFieldFF/features/displays_error/index.js b/collections/forms/src/CheckboxFieldFF/features/displays_error/index.js
index 1d9b40dd83..4657af986d 100644
--- a/collections/forms/src/CheckboxFieldFF/features/displays_error/index.js
+++ b/collections/forms/src/CheckboxFieldFF/features/displays_error/index.js
@@ -1,4 +1,4 @@
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
import { hasValueMessage } from '../../../validators/hasValue.js'
Given('an unchecked Checkbox is rendered', () => {
diff --git a/collections/forms/src/FileInputFieldFF/features/accepts_file/index.js b/collections/forms/src/FileInputFieldFF/features/accepts_file/index.js
index 141be8337f..f6a41163a5 100644
--- a/collections/forms/src/FileInputFieldFF/features/accepts_file/index.js
+++ b/collections/forms/src/FileInputFieldFF/features/accepts_file/index.js
@@ -1,5 +1,5 @@
-import '../common/index.js'
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+require('../common/index.js')
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a multi-file IputField is rendered', () => {
cy.visitStory('Testing:FileInput', 'Standard form')
diff --git a/collections/forms/src/FileInputFieldFF/features/common/index.js b/collections/forms/src/FileInputFieldFF/features/common/index.js
index 0f9e80d674..e44a68a15d 100644
--- a/collections/forms/src/FileInputFieldFF/features/common/index.js
+++ b/collections/forms/src/FileInputFieldFF/features/common/index.js
@@ -1,4 +1,4 @@
-import { Given } from 'cypress-cucumber-preprocessor/steps'
+import { Given } from '@badeball/cypress-cucumber-preprocessor'
Given('a single-file FileInput is rendered', () => {
cy.visitStory('Testing:FileInput', 'Standard form')
diff --git a/collections/forms/src/FileInputFieldFF/features/displays_error/index.js b/collections/forms/src/FileInputFieldFF/features/displays_error/index.js
index 50e52ff0c5..6dc497619f 100644
--- a/collections/forms/src/FileInputFieldFF/features/displays_error/index.js
+++ b/collections/forms/src/FileInputFieldFF/features/displays_error/index.js
@@ -1,5 +1,5 @@
-import '../common/index.js'
-import { When, Then } from 'cypress-cucumber-preprocessor/steps'
+require('../common/index.js')
+import { When, Then } from '@badeball/cypress-cucumber-preprocessor'
When('a file with the wrong file type is provided', () => {
cy.get('[name="fileTxt"]').uploadSingleFile('md', 'FileInput/file.md')
diff --git a/collections/forms/src/InputFieldFF/features/can_set_a_value/index.js b/collections/forms/src/InputFieldFF/features/can_set_a_value/index.js
index 4131048d89..41bf19e7ec 100644
--- a/collections/forms/src/InputFieldFF/features/can_set_a_value/index.js
+++ b/collections/forms/src/InputFieldFF/features/can_set_a_value/index.js
@@ -1,4 +1,4 @@
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a Input with no text is rendered', () => {
cy.visitStory('Testing:InputFieldFF', 'Default')
diff --git a/collections/forms/src/InputFieldFF/features/displays_error/index.js b/collections/forms/src/InputFieldFF/features/displays_error/index.js
index b187bb73e4..065a9ad10f 100644
--- a/collections/forms/src/InputFieldFF/features/displays_error/index.js
+++ b/collections/forms/src/InputFieldFF/features/displays_error/index.js
@@ -1,4 +1,4 @@
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
import { hasValueMessage } from '../../../validators/hasValue.js'
Given('an empty, required Input is rendered', () => {
diff --git a/collections/forms/src/MultiSelectFieldFF/features/can_set_a_value/index.js b/collections/forms/src/MultiSelectFieldFF/features/can_set_a_value/index.js
index f1a83e7be3..3a63384750 100644
--- a/collections/forms/src/MultiSelectFieldFF/features/can_set_a_value/index.js
+++ b/collections/forms/src/MultiSelectFieldFF/features/can_set_a_value/index.js
@@ -1,5 +1,5 @@
-import '../common/index.js'
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+require('../common/index.js')
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('the MultiSelect has two options', () => {
const options = [
diff --git a/collections/forms/src/MultiSelectFieldFF/features/common/index.js b/collections/forms/src/MultiSelectFieldFF/features/common/index.js
index 51de51f5fe..1cb2810a3b 100644
--- a/collections/forms/src/MultiSelectFieldFF/features/common/index.js
+++ b/collections/forms/src/MultiSelectFieldFF/features/common/index.js
@@ -1,4 +1,4 @@
-import { Given } from 'cypress-cucumber-preprocessor/steps'
+import { Given } from '@badeball/cypress-cucumber-preprocessor'
Given('a required MultiSelect with no selected value', () => {
cy.visitStory('Testing:MultiSelectFieldFF', 'Required')
diff --git a/collections/forms/src/MultiSelectFieldFF/features/displays_error/index.js b/collections/forms/src/MultiSelectFieldFF/features/displays_error/index.js
index 341d2882ee..5b4c2ff771 100644
--- a/collections/forms/src/MultiSelectFieldFF/features/displays_error/index.js
+++ b/collections/forms/src/MultiSelectFieldFF/features/displays_error/index.js
@@ -1,5 +1,5 @@
-import '../common/index.js'
-import { When, Then } from 'cypress-cucumber-preprocessor/steps'
+require('../common/index.js')
+import { When, Then } from '@badeball/cypress-cucumber-preprocessor'
import { hasValueMessage } from '../../../validators/hasValue.js'
When('the user submits the form', () => {
diff --git a/collections/forms/src/RadioFieldFF/features/can_set_a_value/index.js b/collections/forms/src/RadioFieldFF/features/can_set_a_value/index.js
index 13f3a91e50..16a29bf013 100644
--- a/collections/forms/src/RadioFieldFF/features/can_set_a_value/index.js
+++ b/collections/forms/src/RadioFieldFF/features/can_set_a_value/index.js
@@ -1,5 +1,5 @@
-import '../common/index.js'
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+require('../common/index.js')
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('there are three options', () => {
const options = [
diff --git a/collections/forms/src/RadioFieldFF/features/common/index.js b/collections/forms/src/RadioFieldFF/features/common/index.js
index ab1d803727..fcc4b7320b 100644
--- a/collections/forms/src/RadioFieldFF/features/common/index.js
+++ b/collections/forms/src/RadioFieldFF/features/common/index.js
@@ -1,4 +1,4 @@
-import { Given } from 'cypress-cucumber-preprocessor/steps'
+import { Given } from '@badeball/cypress-cucumber-preprocessor'
Given(
'a FieldGroupFF with required RadioFieldFFs and no selected value',
diff --git a/collections/forms/src/RadioFieldFF/features/displays_error/index.js b/collections/forms/src/RadioFieldFF/features/displays_error/index.js
index 5c3ca50485..530c30f9c2 100644
--- a/collections/forms/src/RadioFieldFF/features/displays_error/index.js
+++ b/collections/forms/src/RadioFieldFF/features/displays_error/index.js
@@ -1,5 +1,5 @@
-import '../common/index.js'
-import { When, Then } from 'cypress-cucumber-preprocessor/steps'
+require('../common/index.js')
+import { When, Then } from '@badeball/cypress-cucumber-preprocessor'
import { hasValueMessage } from '../../../validators/hasValue.js'
When('the user submits the form', () => {
diff --git a/collections/forms/src/SingleSelectFieldFF/features/can_set_a_value/index.js b/collections/forms/src/SingleSelectFieldFF/features/can_set_a_value/index.js
index b90d12fb97..67dc1e8c2d 100644
--- a/collections/forms/src/SingleSelectFieldFF/features/can_set_a_value/index.js
+++ b/collections/forms/src/SingleSelectFieldFF/features/can_set_a_value/index.js
@@ -1,5 +1,5 @@
-import '../common/index.js'
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+require('../common/index.js')
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('the SingleSelect has one option', () => {
const options = [{ value: 'Value', label: 'Label' }]
diff --git a/collections/forms/src/SingleSelectFieldFF/features/common/index.js b/collections/forms/src/SingleSelectFieldFF/features/common/index.js
index ccf13fe5a5..389d1b58c4 100644
--- a/collections/forms/src/SingleSelectFieldFF/features/common/index.js
+++ b/collections/forms/src/SingleSelectFieldFF/features/common/index.js
@@ -1,4 +1,4 @@
-import { Given } from 'cypress-cucumber-preprocessor/steps'
+import { Given } from '@badeball/cypress-cucumber-preprocessor'
Given('a required SingleSelect with no selected value', () => {
cy.visitStory('Testing:SingleSelectFieldFF', 'Required')
diff --git a/collections/forms/src/SingleSelectFieldFF/features/displays_error/index.js b/collections/forms/src/SingleSelectFieldFF/features/displays_error/index.js
index 341d2882ee..5b4c2ff771 100644
--- a/collections/forms/src/SingleSelectFieldFF/features/displays_error/index.js
+++ b/collections/forms/src/SingleSelectFieldFF/features/displays_error/index.js
@@ -1,5 +1,5 @@
-import '../common/index.js'
-import { When, Then } from 'cypress-cucumber-preprocessor/steps'
+require('../common/index.js')
+import { When, Then } from '@badeball/cypress-cucumber-preprocessor'
import { hasValueMessage } from '../../../validators/hasValue.js'
When('the user submits the form', () => {
diff --git a/collections/forms/src/SwitchFieldFF/features/can_toggle_a_boolean/index.js b/collections/forms/src/SwitchFieldFF/features/can_toggle_a_boolean/index.js
index e349eaf71d..d63445b6df 100644
--- a/collections/forms/src/SwitchFieldFF/features/can_toggle_a_boolean/index.js
+++ b/collections/forms/src/SwitchFieldFF/features/can_toggle_a_boolean/index.js
@@ -1,5 +1,5 @@
-import '../common/index.js'
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+require('../common/index.js')
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('an unchecked Switch without value is rendered', () => {
cy.visitStory('Testing:SwitchFieldFF', 'Unchecked')
diff --git a/collections/forms/src/SwitchFieldFF/features/can_toggle_a_value/index.js b/collections/forms/src/SwitchFieldFF/features/can_toggle_a_value/index.js
index 7e2569e8e4..aab8f6ade2 100644
--- a/collections/forms/src/SwitchFieldFF/features/can_toggle_a_value/index.js
+++ b/collections/forms/src/SwitchFieldFF/features/can_toggle_a_value/index.js
@@ -1,5 +1,5 @@
-import '../common/index.js'
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+require('../common/index.js')
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('an unchecked Switch with a value is rendered', () => {
cy.visitStory('Testing:SwitchFieldFF', 'Unchecked with value')
diff --git a/collections/forms/src/SwitchFieldFF/features/common/index.js b/collections/forms/src/SwitchFieldFF/features/common/index.js
index bd1eb5aa40..79f717c504 100644
--- a/collections/forms/src/SwitchFieldFF/features/common/index.js
+++ b/collections/forms/src/SwitchFieldFF/features/common/index.js
@@ -1,4 +1,4 @@
-import { When } from 'cypress-cucumber-preprocessor/steps'
+import { When } from '@badeball/cypress-cucumber-preprocessor'
When('the user clicks on the Switch', () => {
cy.get('[data-test="dhis2-uicore-switch"]').click()
diff --git a/collections/forms/src/SwitchFieldFF/features/displays_error/index.js b/collections/forms/src/SwitchFieldFF/features/displays_error/index.js
index 2e93c1fb89..6bdf6750fb 100644
--- a/collections/forms/src/SwitchFieldFF/features/displays_error/index.js
+++ b/collections/forms/src/SwitchFieldFF/features/displays_error/index.js
@@ -1,4 +1,4 @@
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
import { hasValueMessage } from '../../../validators/hasValue.js'
Given('an unchecked Switch is rendered', () => {
diff --git a/collections/forms/src/TextAreaFieldFF/features/can_set_a_value/index.js b/collections/forms/src/TextAreaFieldFF/features/can_set_a_value/index.js
index 1ebdc266e2..2aef93c661 100644
--- a/collections/forms/src/TextAreaFieldFF/features/can_set_a_value/index.js
+++ b/collections/forms/src/TextAreaFieldFF/features/can_set_a_value/index.js
@@ -1,4 +1,4 @@
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a TextArea with no text is rendered', () => {
cy.visitStory('TextArea', 'Default')
diff --git a/collections/forms/src/TextAreaFieldFF/features/displays_error/index.js b/collections/forms/src/TextAreaFieldFF/features/displays_error/index.js
index e07dab1040..9fd4909280 100644
--- a/collections/forms/src/TextAreaFieldFF/features/displays_error/index.js
+++ b/collections/forms/src/TextAreaFieldFF/features/displays_error/index.js
@@ -1,4 +1,4 @@
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
import { hasValueMessage } from '../../../validators/hasValue.js'
Given('an empty, required TextArea is rendered', () => {
diff --git a/components/alert/src/alert-bar/features/api/hidden_callback.js b/components/alert/src/alert-bar/features/api/hidden_callback.js
deleted file mode 100644
index 5f0f3e87a6..0000000000
--- a/components/alert/src/alert-bar/features/api/hidden_callback.js
+++ /dev/null
@@ -1,18 +0,0 @@
-import '../common/index.js'
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
-
-Given('an Alertbar with onHidden handler is rendered', () => {
- cy.visitStory('Alertbar', 'With onHidden')
-})
-
-When('the Alertbar is not rendered', () => {
- cy.wait(8000)
- cy.get('[data-test="dhis2-uicore-alertbar"]').should('not.exist')
-})
-
-Then('the onHidden handler is called', () => {
- cy.window().should((win) => {
- expect(win.onHidden).to.be.calledOnce
- expect(win.onHidden).to.be.calledWith({}, null)
- })
-})
diff --git a/components/alert/src/alert-bar/features/api/index.js b/components/alert/src/alert-bar/features/api/index.js
index 410ab2c862..b7efc5f425 100644
--- a/components/alert/src/alert-bar/features/api/index.js
+++ b/components/alert/src/alert-bar/features/api/index.js
@@ -1,5 +1,5 @@
-import '../common/index.js'
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+require('../common/index.js')
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('an AlertBar with onHidden handler is rendered', () => {
cy.visitStory('AlertBar', 'With onHidden')
@@ -22,6 +22,11 @@ Given('an AlertBar with permanent is rendered', () => {
cy.get('[data-test="dhis2-uicore-alertbar"]').should('be.visible')
})
+When('the Alertbar is not rendered', () => {
+ cy.wait(8000)
+ cy.get('[data-test="dhis2-uicore-alertbar"]').should('not.exist')
+})
+
Then('the icon will be visible', () => {
cy.get('[data-test="dhis2-uicore-alertbar-icon"]').should('be.visible')
})
diff --git a/components/alert/src/alert-bar/features/api/prop_message.js b/components/alert/src/alert-bar/features/api/prop_message.js
deleted file mode 100644
index 410ab2c862..0000000000
--- a/components/alert/src/alert-bar/features/api/prop_message.js
+++ /dev/null
@@ -1,47 +0,0 @@
-import '../common/index.js'
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
-
-Given('an AlertBar with onHidden handler is rendered', () => {
- cy.visitStory('AlertBar', 'With onHidden')
-})
-
-Given('an AlertBar with disabled icon is rendered', () => {
- cy.visitStory('AlertBar', 'Disabled icon')
-})
-
-Given('an AlertBar with custom icon is rendered', () => {
- cy.visitStory('AlertBar', 'Custom icon')
-})
-
-Given('an AlertBar with a message is rendered', () => {
- cy.visitStory('AlertBar', 'With message')
-})
-
-Given('an AlertBar with permanent is rendered', () => {
- cy.visitStory('AlertBar', 'Permanent')
- cy.get('[data-test="dhis2-uicore-alertbar"]').should('be.visible')
-})
-
-Then('the icon will be visible', () => {
- cy.get('[data-test="dhis2-uicore-alertbar-icon"]').should('be.visible')
-})
-
-Then('the icon will not be rendered', () => {
- cy.get('[data-test="dhis2-uicore-alertbar-icon"]').should('not.exist')
-})
-
-Then('the custom icon will be visible', () => {
- cy.get('[data-test="dhis2-uicore-alertbar-icon"]')
- .contains('Custom icon')
- .should('be.visible')
-})
-
-Then('the message will be visible', () => {
- cy.get('[data-test="dhis2-uicore-alertbar"]')
- .contains('With a message')
- .should('be.visible')
-})
-
-Then('the AlertBar will be visible', () => {
- cy.get('[data-test="dhis2-uicore-alertbar"]').should('be.visible')
-})
diff --git a/components/alert/src/alert-bar/features/api/props_message.js b/components/alert/src/alert-bar/features/api/props_message.js
deleted file mode 100644
index b017cb0208..0000000000
--- a/components/alert/src/alert-bar/features/api/props_message.js
+++ /dev/null
@@ -1,12 +0,0 @@
-import '../common/index.js'
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
-
-Given('an AlertBar with a message is rendered', () => {
- cy.visitStory('AlertBar', 'With message')
-})
-
-Then('the message will be visible', () => {
- cy.get('[data-test="dhis2-uicore-alertbar"]')
- .contains('With a message')
- .should('be.visible')
-})
diff --git a/components/alert/src/alert-bar/features/api/props_permanent.js b/components/alert/src/alert-bar/features/api/props_permanent.js
deleted file mode 100644
index c124467235..0000000000
--- a/components/alert/src/alert-bar/features/api/props_permanent.js
+++ /dev/null
@@ -1,11 +0,0 @@
-import '../common/index.js'
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
-
-Given('an AlertBar with permanent is rendered', () => {
- cy.visitStory('AlertBar', 'Permanent')
- cy.get('[data-test="dhis2-uicore-alertbar"]').should('be.visible')
-})
-
-Then('the AlertBar will be visible', () => {
- cy.get('[data-test="dhis2-uicore-alertbar"]').should('be.visible')
-})
diff --git a/components/alert/src/alert-bar/features/common/index.js b/components/alert/src/alert-bar/features/common/index.js
index 835a7937ed..5774f6f651 100644
--- a/components/alert/src/alert-bar/features/common/index.js
+++ b/components/alert/src/alert-bar/features/common/index.js
@@ -1,4 +1,4 @@
-import { When, Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { When, Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a default AlertBar is rendered', () => {
cy.visitStory('AlertBar', 'Default')
diff --git a/components/alert/src/alert-bar/features/hide/automatically.js b/components/alert/src/alert-bar/features/hide/automatically.js
deleted file mode 100644
index 47c28d98b6..0000000000
--- a/components/alert/src/alert-bar/features/hide/automatically.js
+++ /dev/null
@@ -1,15 +0,0 @@
-import '../common/index.js'
-import { Given, When } from 'cypress-cucumber-preprocessor/steps'
-
-Given('an AlertBar with a custom duration is rendered', () => {
- cy.visitStory('AlertBar', 'Custom duration')
- cy.get('[data-test="dhis2-uicore-alertbar"]').should('be.visible')
-})
-
-When('the custom duration has passed', () => {
- cy.wait(2000)
-})
-
-When('the default duration has passed', () => {
- cy.wait(8000)
-})
diff --git a/components/alert/src/alert-bar/features/hide/index.js b/components/alert/src/alert-bar/features/hide/index.js
index 821f6b10d2..fe1a3d7837 100644
--- a/components/alert/src/alert-bar/features/hide/index.js
+++ b/components/alert/src/alert-bar/features/hide/index.js
@@ -1,5 +1,9 @@
-import '../common/index.js'
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
+require('../common/index.js')
+
+Given('a permanent AlertBar with hidden and onHidden is rendered', () => {
+ cy.visitStory('AlertBar', 'Hidden prop')
+})
Given('an AlertBar with a custom duration is rendered', () => {
cy.visitStory('AlertBar', 'Custom duration')
@@ -11,30 +15,22 @@ Given('a permanent AlertBar with actions is rendered', () => {
cy.get('[data-test="dhis2-uicore-alertbar"]').should('be.visible')
})
-Given('a permanent AlertBar with hidden and onHidden is rendered', () => {
- cy.visitStory('AlertBar', 'Hidden prop')
-})
-
-When('the custom duration has passed', () => {
- cy.wait(2000)
-})
-
-When('the default duration has passed', () => {
- cy.wait(8000)
-})
-
When('the user clicks on the "Cancel" button', () => {
cy.get(
'[data-test="dhis2-uicore-alertbar-action"]:contains("Cancel")'
).click()
})
+When('the user click a button which toggles the hidden prop', () => {
+ cy.get('button').click()
+})
+
+When('the custom duration has passed', () => {
+ cy.wait(2000)
+})
+
Then('the onHidden handler is not called', () => {
cy.window().should((win) => {
expect(win.onHidden).to.not.be.called
})
})
-
-When('the user click a button which toggles the hidden prop', () => {
- cy.get('button').click()
-})
diff --git a/components/alert/src/alert-bar/features/hide/on_action.js b/components/alert/src/alert-bar/features/hide/on_action.js
deleted file mode 100644
index 1c0b4c4750..0000000000
--- a/components/alert/src/alert-bar/features/hide/on_action.js
+++ /dev/null
@@ -1,13 +0,0 @@
-import '../common/index.js'
-import { Given, When } from 'cypress-cucumber-preprocessor/steps'
-
-Given('a permanent AlertBar with actions is rendered', () => {
- cy.visitStory('AlertBar', 'Permanent with actions')
- cy.get('[data-test="dhis2-uicore-alertbar"]').should('be.visible')
-})
-
-When('the user clicks on the "Cancel" button', () => {
- cy.get(
- '[data-test="dhis2-uicore-alertbar-action"]:contains("Cancel")'
- ).click()
-})
diff --git a/components/alert/src/alert-stack/features/render_children/alertbars.js b/components/alert/src/alert-stack/features/render_children/alertbars.js
index c02312f6da..e8b0a2003e 100644
--- a/components/alert/src/alert-stack/features/render_children/alertbars.js
+++ b/components/alert/src/alert-stack/features/render_children/alertbars.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('an AlertStack with multiple AlertBars is rendered', () => {
cy.visitStory('Alertstack', 'Default')
diff --git a/components/box/src/features/accepts_children/index.js b/components/box/src/features/accepts_children/index.js
index 6688a98ba2..3171815a40 100644
--- a/components/box/src/features/accepts_children/index.js
+++ b/components/box/src/features/accepts_children/index.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a Box with children is rendered', () => {
cy.visitStory('Box', 'With children')
diff --git a/components/box/src/features/accepts_multiple_props/index.js b/components/box/src/features/accepts_multiple_props/index.js
index eb006e4cf9..988c9cbfab 100644
--- a/components/box/src/features/accepts_multiple_props/index.js
+++ b/components/box/src/features/accepts_multiple_props/index.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a Box with multiple props is rendered', () => {
cy.visitStory('Box', 'Multiple')
diff --git a/components/button/src/button-strip/features/accepts_children/index.js b/components/button/src/button-strip/features/accepts_children/index.js
index f75dbe677b..80581a3480 100644
--- a/components/button/src/button-strip/features/accepts_children/index.js
+++ b/components/button/src/button-strip/features/accepts_children/index.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a ButtonStrip with children is rendered', () => {
cy.visitStory('ButtonStrip', 'With children')
diff --git a/components/button/src/button/features/can_be_blurred/index.js b/components/button/src/button/features/can_be_blurred/index.js
index 2a06f6b899..1ec6598ac3 100644
--- a/components/button/src/button/features/can_be_blurred/index.js
+++ b/components/button/src/button/features/can_be_blurred/index.js
@@ -1,4 +1,4 @@
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('an Button with initialFocus and onBlur handler is rendered', () => {
cy.visitStory('Button', 'With initialFocus and onBlur')
diff --git a/components/button/src/button/features/can_be_clicked/index.js b/components/button/src/button/features/can_be_clicked/index.js
index aad8abca07..bda9294441 100644
--- a/components/button/src/button/features/can_be_clicked/index.js
+++ b/components/button/src/button/features/can_be_clicked/index.js
@@ -1,4 +1,4 @@
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a Button with onClick handler is rendered', () => {
cy.visitStory('Button', 'With onClick')
diff --git a/components/button/src/button/features/can_be_focused/index.js b/components/button/src/button/features/can_be_focused/index.js
index ad30433616..02a27fb5b1 100644
--- a/components/button/src/button/features/can_be_focused/index.js
+++ b/components/button/src/button/features/can_be_focused/index.js
@@ -1,4 +1,4 @@
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a Button with onFocus handler is rendered', () => {
cy.visitStory('Button', 'With onFocus')
diff --git a/components/button/src/dropdown-button/features/accepts_children/index.js b/components/button/src/dropdown-button/features/accepts_children/index.js
index 3a989f1f2a..bf448dc853 100644
--- a/components/button/src/dropdown-button/features/accepts_children/index.js
+++ b/components/button/src/dropdown-button/features/accepts_children/index.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a DropdownButton with children is rendered', () => {
cy.visitStory('DropdownButton', 'With children')
diff --git a/components/button/src/dropdown-button/features/accepts_component/index.js b/components/button/src/dropdown-button/features/accepts_component/index.js
index f60bac27f4..e713c2c788 100644
--- a/components/button/src/dropdown-button/features/accepts_component/index.js
+++ b/components/button/src/dropdown-button/features/accepts_component/index.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given(
'a DropdownButton with a component prop and opened dropdown is rendered',
diff --git a/components/button/src/dropdown-button/features/accepts_icon/index.js b/components/button/src/dropdown-button/features/accepts_icon/index.js
index 3cef147fc3..28334c00af 100644
--- a/components/button/src/dropdown-button/features/accepts_icon/index.js
+++ b/components/button/src/dropdown-button/features/accepts_icon/index.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a DropdownButton with an icon prop is rendered', () => {
cy.visitStory('DropdownButton', 'With icon')
diff --git a/components/button/src/dropdown-button/features/accepts_initial_focus/index.js b/components/button/src/dropdown-button/features/accepts_initial_focus/index.js
index d7fb3e4a1e..ac129fab4f 100644
--- a/components/button/src/dropdown-button/features/accepts_initial_focus/index.js
+++ b/components/button/src/dropdown-button/features/accepts_initial_focus/index.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a DropdownButton with initialFocus is rendered', () => {
cy.visitStory('DropdownButton', 'With initialFocus')
diff --git a/components/button/src/dropdown-button/features/button_is_clickable/index.js b/components/button/src/dropdown-button/features/button_is_clickable/index.js
index 59025c7b1e..4c2a22601f 100644
--- a/components/button/src/dropdown-button/features/button_is_clickable/index.js
+++ b/components/button/src/dropdown-button/features/button_is_clickable/index.js
@@ -1,5 +1,5 @@
-import '../common/index.js'
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+require('../common/index.js')
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a DropdownButton with onClick handler is rendered', () => {
cy.visitStory('DropdownButton', 'With onClick')
diff --git a/components/button/src/dropdown-button/features/can_be_disabled/index.js b/components/button/src/dropdown-button/features/can_be_disabled/index.js
index e291f7a1c7..d5591bae72 100644
--- a/components/button/src/dropdown-button/features/can_be_disabled/index.js
+++ b/components/button/src/dropdown-button/features/can_be_disabled/index.js
@@ -1,4 +1,4 @@
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a disabled DropdownButton with onClick handler is rendered', () => {
cy.visitStory('DropdownButton', 'Disabled with onClick')
diff --git a/components/button/src/dropdown-button/features/common/index.js b/components/button/src/dropdown-button/features/common/index.js
index 96dcec6ddc..7b10f12e41 100644
--- a/components/button/src/dropdown-button/features/common/index.js
+++ b/components/button/src/dropdown-button/features/common/index.js
@@ -1,4 +1,4 @@
-import { When } from 'cypress-cucumber-preprocessor/steps'
+import { When } from '@badeball/cypress-cucumber-preprocessor'
When('the DropdownButton is clicked', () => {
cy.get('[data-test="dhis2-uicore-dropdownbutton"]').click()
diff --git a/components/button/src/dropdown-button/features/opens_a_dropdown/index.js b/components/button/src/dropdown-button/features/opens_a_dropdown/index.js
index bc1d9b6e2f..ce806f7deb 100644
--- a/components/button/src/dropdown-button/features/opens_a_dropdown/index.js
+++ b/components/button/src/dropdown-button/features/opens_a_dropdown/index.js
@@ -1,5 +1,5 @@
-import '../common/index.js'
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+require('../common/index.js')
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a default DropdownButton is rendered', () => {
cy.visitStory('DropdownButton', 'Default')
diff --git a/components/button/src/split-button/features/accepts_children/index.js b/components/button/src/split-button/features/accepts_children/index.js
index 0061c2efd7..6f526c1d4c 100644
--- a/components/button/src/split-button/features/accepts_children/index.js
+++ b/components/button/src/split-button/features/accepts_children/index.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a SplitButton with children is rendered', () => {
cy.visitStory('SplitButton', 'With children')
diff --git a/components/button/src/split-button/features/accepts_icon/index.js b/components/button/src/split-button/features/accepts_icon/index.js
index a010772790..d72b8ee807 100644
--- a/components/button/src/split-button/features/accepts_icon/index.js
+++ b/components/button/src/split-button/features/accepts_icon/index.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a SplitButton with an icon is rendered', () => {
cy.visitStory('SplitButton', 'With icon')
@@ -6,11 +6,9 @@ Given('a SplitButton with an icon is rendered', () => {
})
Then('the icon is visible on the left button only', () => {
- cy.get('[data-test="dhis2-uicore-splitbutton-button"]')
- .contains('Icon')
+ cy.get('[data-test="dhis2-uicore-splitbutton-button"] :contains("Icon")')
.should('be.visible')
- cy.get('[data-test="dhis2-uicore-splitbutton-toggle"]')
- .contains('Icon')
+ cy.get('[data-test="dhis2-uicore-splitbutton-toggle"] :contains("Icon")')
.should('not.exist')
})
diff --git a/components/button/src/split-button/features/accepts_initial_focus/index.js b/components/button/src/split-button/features/accepts_initial_focus/index.js
index 2e9a133e19..6d8fdee9cd 100644
--- a/components/button/src/split-button/features/accepts_initial_focus/index.js
+++ b/components/button/src/split-button/features/accepts_initial_focus/index.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a SplitButton with initialFocus is rendered', () => {
cy.visitStory('SplitButton', 'With initialFocus')
diff --git a/components/button/src/split-button/features/arrow_opens_menu/index.js b/components/button/src/split-button/features/arrow_opens_menu/index.js
index 268b2ddb42..79e21d362f 100644
--- a/components/button/src/split-button/features/arrow_opens_menu/index.js
+++ b/components/button/src/split-button/features/arrow_opens_menu/index.js
@@ -1,5 +1,5 @@
-import '../common/index.js'
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+require('../common/index.js')
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a SplitButton is rendered', () => {
cy.visitStory('SplitButton', 'Default')
diff --git a/components/button/src/split-button/features/button_is_clickable/index.js b/components/button/src/split-button/features/button_is_clickable/index.js
index 494de78f5c..6535fe8df5 100644
--- a/components/button/src/split-button/features/button_is_clickable/index.js
+++ b/components/button/src/split-button/features/button_is_clickable/index.js
@@ -1,5 +1,5 @@
-import '../common/index.js'
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+require('../common/index.js')
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a SplitButton with onClick hander is rendered', () => {
cy.visitStory('SplitButton', 'With onClick')
diff --git a/components/button/src/split-button/features/can_be_disabled/index.js b/components/button/src/split-button/features/can_be_disabled/index.js
index cfc44d2415..10c832a1ca 100644
--- a/components/button/src/split-button/features/can_be_disabled/index.js
+++ b/components/button/src/split-button/features/can_be_disabled/index.js
@@ -1,4 +1,4 @@
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a disabled SplitButton is rendered', () => {
cy.visitStory('SplitButton', 'With disabled')
diff --git a/components/button/src/split-button/features/common/index.js b/components/button/src/split-button/features/common/index.js
index eb4247401d..54a054f1ea 100644
--- a/components/button/src/split-button/features/common/index.js
+++ b/components/button/src/split-button/features/common/index.js
@@ -1,4 +1,4 @@
-import { When } from 'cypress-cucumber-preprocessor/steps'
+import { When } from '@badeball/cypress-cucumber-preprocessor'
When('the SplitButton is clicked', () => {
cy.get('[data-test="dhis2-uicore-splitbutton-button"]').click()
diff --git a/components/calendar/src/features/supports_calendar_clear_button/supports_calendar_clear_button.js b/components/calendar/src/features/supports_calendar_clear_button/supports_calendar_clear_button.js
index c332dc8d4f..2113d97c8b 100644
--- a/components/calendar/src/features/supports_calendar_clear_button/supports_calendar_clear_button.js
+++ b/components/calendar/src/features/supports_calendar_clear_button/supports_calendar_clear_button.js
@@ -1,4 +1,4 @@
-import { Given, Then, And } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given(
'a "{word}" calendar is rendered with a selected date "{word}"',
@@ -29,12 +29,12 @@ Then('we should be able to clear it', () => {
)
})
-And('show the current month afterwards', () => {
+Then('show the current month afterwards', () => {
cy.get('[data-test="dhis2-uiwidgets-calendar-inputfield"]').click()
cy.get('.isToday').should('be.visible')
})
-And("allow selecting today's date", () => {
+Then("allow selecting today's date", () => {
cy.get('.isToday')
.parent()
.invoke('attr', 'data-test')
@@ -50,7 +50,7 @@ And("allow selecting today's date", () => {
})
})
-And('highlight today as the selected date', () => {
+Then('highlight today as the selected date', () => {
cy.get('[data-test="dhis2-uiwidgets-calendar-inputfield"]').click()
cy.get('.isToday')
.parent()
diff --git a/components/calendar/src/features/supports_ethiopic_calendar/supports_ethiopic_calendar.js b/components/calendar/src/features/supports_ethiopic_calendar/supports_ethiopic_calendar.js
index 8998604e84..f21ddd8ec0 100644
--- a/components/calendar/src/features/supports_ethiopic_calendar/supports_ethiopic_calendar.js
+++ b/components/calendar/src/features/supports_ethiopic_calendar/supports_ethiopic_calendar.js
@@ -1,4 +1,4 @@
-import { Given, Then, And } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('an Ethiopic calendar is rendered in {word}', (language) => {
cy.visitStory('CalendarInputTesting', `Ethiopic With ${language}`)
@@ -18,7 +18,7 @@ Then('days should be rendered in "{word}"', (language) => {
})
})
-And('months should be rendered in "{word}" with navigation', (language) => {
+Then('months should be rendered in "{word}" with navigation', (language) => {
const months =
language === 'amharic'
? { current: 'ጥቅምት', previous: 'መስከረም', next: 'ኅዳር' }
@@ -32,7 +32,7 @@ And('months should be rendered in "{word}" with navigation', (language) => {
cy.contains(months.previous).should('be.visible')
})
-And('the era should not be displayed in the year', () => {
+Then('the era should not be displayed in the year', () => {
cy.get('[data-test="calendar-current-year"]').should(
'not.contain.text',
'ERA1'
diff --git a/components/calendar/src/features/supports_gregorian_calendar/supports_gregorian_calendar.js b/components/calendar/src/features/supports_gregorian_calendar/supports_gregorian_calendar.js
index 4c53311dd5..f96eeeed2d 100644
--- a/components/calendar/src/features/supports_gregorian_calendar/supports_gregorian_calendar.js
+++ b/components/calendar/src/features/supports_gregorian_calendar/supports_gregorian_calendar.js
@@ -1,4 +1,4 @@
-import { Given, Then, And } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a Gregorian calendar is rendered in {word}', (language) => {
cy.visitStory('CalendarInputTesting', `Gregorian With ${language}`)
@@ -26,7 +26,7 @@ Then('days should be rendered in "{word}"', (language) => {
})
})
-And('months should be rendered in "{word}" with navigation', (language) => {
+Then('months should be rendered in "{word}" with navigation', (language) => {
const months =
language === 'english'
? { current: 'October', previous: 'September', next: 'November' }
diff --git a/components/calendar/src/features/supports_islamic_calendar/supports_islamic_calendar.js b/components/calendar/src/features/supports_islamic_calendar/supports_islamic_calendar.js
index 1e817353f5..a7cd152227 100644
--- a/components/calendar/src/features/supports_islamic_calendar/supports_islamic_calendar.js
+++ b/components/calendar/src/features/supports_islamic_calendar/supports_islamic_calendar.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('an Islamic calendar is rendered with Arabic locale', () => {
cy.visitStory('CalendarInputTesting', `Islamic With Arabic`)
diff --git a/components/calendar/src/features/supports_nepali_calendar/supports_nepali_calendar.js b/components/calendar/src/features/supports_nepali_calendar/supports_nepali_calendar.js
index db2b1316f0..5c75ac14bc 100644
--- a/components/calendar/src/features/supports_nepali_calendar/supports_nepali_calendar.js
+++ b/components/calendar/src/features/supports_nepali_calendar/supports_nepali_calendar.js
@@ -1,4 +1,4 @@
-import { Given, Then, And } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a nepali calendar in "{word}" is rendered', (language) => {
cy.visitStory('CalendarInputTesting', `Nepali With ${language}`)
@@ -19,7 +19,7 @@ Then('nepali days should be rendered in "{word}"', (language) => {
})
})
-And('months should be rendered in "{word}" with navigation', (language) => {
+Then('months should be rendered in "{word}" with navigation', (language) => {
//
const months =
diff --git a/components/card/src/features/accepts_children/index.js b/components/card/src/features/accepts_children/index.js
index 0934ac278c..96789514d9 100644
--- a/components/card/src/features/accepts_children/index.js
+++ b/components/card/src/features/accepts_children/index.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a Card with children is rendered', () => {
cy.visitStory('Card', 'With children')
diff --git a/components/checkbox/src/checkbox-field/features/accepts_help_text/index.js b/components/checkbox/src/checkbox-field/features/accepts_help_text/index.js
index d08787af53..436c121c87 100644
--- a/components/checkbox/src/checkbox-field/features/accepts_help_text/index.js
+++ b/components/checkbox/src/checkbox-field/features/accepts_help_text/index.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a CheckboxField with help text is rendered', () => {
cy.visitStory('CheckboxField', 'With help text')
diff --git a/components/checkbox/src/checkbox-field/features/accepts_label/index.js b/components/checkbox/src/checkbox-field/features/accepts_label/index.js
index 1d47e687c5..16a5aedb29 100644
--- a/components/checkbox/src/checkbox-field/features/accepts_label/index.js
+++ b/components/checkbox/src/checkbox-field/features/accepts_label/index.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a CheckboxField with a label is rendered', () => {
cy.visitStory('CheckboxField', 'With label')
diff --git a/components/checkbox/src/checkbox-field/features/accepts_validation_text/index.js b/components/checkbox/src/checkbox-field/features/accepts_validation_text/index.js
index 87ccd55da7..c75ad16ee1 100644
--- a/components/checkbox/src/checkbox-field/features/accepts_validation_text/index.js
+++ b/components/checkbox/src/checkbox-field/features/accepts_validation_text/index.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a CheckboxField with validation text is rendered', () => {
cy.visitStory('CheckboxField', 'With validation text')
diff --git a/components/checkbox/src/checkbox-field/features/can_be_required/index.js b/components/checkbox/src/checkbox-field/features/can_be_required/index.js
index 62dc6c90b2..241351f807 100644
--- a/components/checkbox/src/checkbox-field/features/can_be_required/index.js
+++ b/components/checkbox/src/checkbox-field/features/can_be_required/index.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a CheckboxField with label and a required flag is rendered', () => {
cy.visitStory('CheckboxField', 'With label and required')
diff --git a/components/checkbox/src/checkbox/features/accepts_initial_focus/index.js b/components/checkbox/src/checkbox/features/accepts_initial_focus/index.js
index ea7049539b..8d4ea621fd 100644
--- a/components/checkbox/src/checkbox/features/accepts_initial_focus/index.js
+++ b/components/checkbox/src/checkbox/features/accepts_initial_focus/index.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a Checkbox with initialFocus is rendered', () => {
cy.visitStory('Checkbox', 'With initialFocus')
diff --git a/components/checkbox/src/checkbox/features/accepts_label/index.js b/components/checkbox/src/checkbox/features/accepts_label/index.js
index b1e165e691..101e5ca88d 100644
--- a/components/checkbox/src/checkbox/features/accepts_label/index.js
+++ b/components/checkbox/src/checkbox/features/accepts_label/index.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a Checkbox with a label is rendered', () => {
cy.visitStory('Checkbox', 'With label')
diff --git a/components/checkbox/src/checkbox/features/can_be_blurred/index.js b/components/checkbox/src/checkbox/features/can_be_blurred/index.js
index 21e9d1b0ee..7791c44954 100644
--- a/components/checkbox/src/checkbox/features/can_be_blurred/index.js
+++ b/components/checkbox/src/checkbox/features/can_be_blurred/index.js
@@ -1,4 +1,4 @@
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a Checkbox with initialFocus and onBlur handler is rendered', () => {
cy.visitStory('Checkbox', 'With initialFocus and onBlur')
diff --git a/components/checkbox/src/checkbox/features/can_be_changed/index.js b/components/checkbox/src/checkbox/features/can_be_changed/index.js
index c6dfccfd45..303c3647f7 100644
--- a/components/checkbox/src/checkbox/features/can_be_changed/index.js
+++ b/components/checkbox/src/checkbox/features/can_be_changed/index.js
@@ -1,4 +1,4 @@
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a Checkbox with onChange handler is rendered', () => {
cy.visitStory('Checkbox', 'With onChange')
diff --git a/components/checkbox/src/checkbox/features/can_be_disabled/index.js b/components/checkbox/src/checkbox/features/can_be_disabled/index.js
index 4283194b5a..0cc9f50de6 100644
--- a/components/checkbox/src/checkbox/features/can_be_disabled/index.js
+++ b/components/checkbox/src/checkbox/features/can_be_disabled/index.js
@@ -1,4 +1,4 @@
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a disabled Checkbox with onClick handler is rendered', () => {
cy.visitStory('Checkbox', 'Disabled with onClick')
diff --git a/components/checkbox/src/checkbox/features/can_be_focused/index.js b/components/checkbox/src/checkbox/features/can_be_focused/index.js
index 86764dc63b..d205652c64 100644
--- a/components/checkbox/src/checkbox/features/can_be_focused/index.js
+++ b/components/checkbox/src/checkbox/features/can_be_focused/index.js
@@ -1,4 +1,4 @@
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a Checkbox with onFocus handler is rendered', () => {
cy.visitStory('Checkbox', 'With onFocus')
diff --git a/components/checkbox/src/checkbox/features/has_indeterminate_prop/index.js b/components/checkbox/src/checkbox/features/has_indeterminate_prop/index.js
index 9fe8ee199b..c8ce30e102 100644
--- a/components/checkbox/src/checkbox/features/has_indeterminate_prop/index.js
+++ b/components/checkbox/src/checkbox/features/has_indeterminate_prop/index.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('the checkbox is marked as indeterminate', () => {
cy.visitStory('Checkbox', 'Indeterminate prop')
diff --git a/components/chip/src/features/accepts_children/index.js b/components/chip/src/features/accepts_children/index.js
index bccb08d786..866e065ec0 100644
--- a/components/chip/src/features/accepts_children/index.js
+++ b/components/chip/src/features/accepts_children/index.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a Chip with children is rendered', () => {
cy.visitStory('Chip', 'With children')
diff --git a/components/chip/src/features/accepts_icon/index.js b/components/chip/src/features/accepts_icon/index.js
index 078da7f073..c873f015d6 100644
--- a/components/chip/src/features/accepts_icon/index.js
+++ b/components/chip/src/features/accepts_icon/index.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a default Chip is rendered', () => {
cy.visitStory('Chip', 'Default')
diff --git a/components/chip/src/features/is_clickable/index.js b/components/chip/src/features/is_clickable/index.js
index 2ebe4d201c..2d10769ed5 100644
--- a/components/chip/src/features/is_clickable/index.js
+++ b/components/chip/src/features/is_clickable/index.js
@@ -1,4 +1,4 @@
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a Chip with onClick handler is rendered', () => {
cy.visitStory('Chip', 'With onClick')
diff --git a/components/chip/src/features/is_removable/index.js b/components/chip/src/features/is_removable/index.js
index 864183b77a..f032ad10a8 100644
--- a/components/chip/src/features/is_removable/index.js
+++ b/components/chip/src/features/is_removable/index.js
@@ -1,4 +1,4 @@
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a Chip with onRemove handler is rendered', () => {
cy.visitStory('Chip', 'With onRemove')
diff --git a/components/cover/src/features/accepts_children/index.js b/components/cover/src/features/accepts_children/index.js
index a0b5f3c5b1..6b590236c6 100644
--- a/components/cover/src/features/accepts_children/index.js
+++ b/components/cover/src/features/accepts_children/index.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a Cover with children is rendered', () => {
cy.visitStory('Cover', 'With Children')
diff --git a/components/cover/src/features/click_behavior/index.js b/components/cover/src/features/click_behavior/index.js
index 9903645d97..3fb1baef50 100644
--- a/components/cover/src/features/click_behavior/index.js
+++ b/components/cover/src/features/click_behavior/index.js
@@ -1,4 +1,4 @@
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a Cover with a button below it is rendered', () => {
cy.visitStory('Cover', 'Blocking')
diff --git a/components/css/src/css-variables/features/sets_variables/index.js b/components/css/src/css-variables/features/sets_variables/index.js
index 3db8eedb54..dc94966a06 100644
--- a/components/css/src/css-variables/features/sets_variables/index.js
+++ b/components/css/src/css-variables/features/sets_variables/index.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a CssVariables component with colors flag is rendered', () => {
cy.visitStory('CssVariables', 'With colors')
diff --git a/components/field/src/field-group/features/can_be_required/index.js b/components/field/src/field-group/features/can_be_required/index.js
index 50e6128e00..e8e31ae6a0 100644
--- a/components/field/src/field-group/features/can_be_required/index.js
+++ b/components/field/src/field-group/features/can_be_required/index.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a FieldGroup with label and a required flag is rendered', () => {
cy.visitStory('FieldGroup', 'With label and required')
diff --git a/components/field/src/field-set/features/accepts_children/index.js b/components/field/src/field-set/features/accepts_children/index.js
index 5322f4ead4..81165ac7c7 100644
--- a/components/field/src/field-set/features/accepts_children/index.js
+++ b/components/field/src/field-set/features/accepts_children/index.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a FieldSet with children is rendered', () => {
cy.visitStory('FieldSet', 'With children')
diff --git a/components/field/src/field/features/accepts_children/index.js b/components/field/src/field/features/accepts_children/index.js
index 4bbdc3d507..28253c42d3 100644
--- a/components/field/src/field/features/accepts_children/index.js
+++ b/components/field/src/field/features/accepts_children/index.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a Field with children is rendered', () => {
cy.visitStory('Field', 'With children')
diff --git a/components/file-input/src/file-input-field-with-list/features/common/index.js b/components/file-input/src/file-input-field-with-list/features/common/index.js
index 9282770cd4..9a8b2df1ca 100644
--- a/components/file-input/src/file-input-field-with-list/features/common/index.js
+++ b/components/file-input/src/file-input-field-with-list/features/common/index.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a FileInputFieldWithList with multiple files is rendered', () => {
cy.visitStory('FileInputFieldWithList', 'Multiple files - with files')
diff --git a/components/file-input/src/file-input-field-with-list/features/deduplicates_the_file_list/index.js b/components/file-input/src/file-input-field-with-list/features/deduplicates_the_file_list/index.js
index 7e0acab3a0..6d9717dd95 100644
--- a/components/file-input/src/file-input-field-with-list/features/deduplicates_the_file_list/index.js
+++ b/components/file-input/src/file-input-field-with-list/features/deduplicates_the_file_list/index.js
@@ -1,5 +1,5 @@
-import '../common/index.js'
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+require('../common/index.js')
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('the list contains the file duplicate.md', () => {
cy.contains('duplicate.md')
diff --git a/components/file-input/src/file-input-field-with-list/features/disables_button_when_full/index.js b/components/file-input/src/file-input-field-with-list/features/disables_button_when_full/index.js
index 0327b9b3e4..2d7efb8b7a 100644
--- a/components/file-input/src/file-input-field-with-list/features/disables_button_when_full/index.js
+++ b/components/file-input/src/file-input-field-with-list/features/disables_button_when_full/index.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a FileInputFieldWithList without multiple is rendered', () => {
cy.visitStory('FileInputFieldWithList', 'Single file - with file')
diff --git a/components/file-input/src/file-input-field-with-list/features/displays_files_in_a_list/index.js b/components/file-input/src/file-input-field-with-list/features/displays_files_in_a_list/index.js
index 670393cc6e..f4a01cce86 100644
--- a/components/file-input/src/file-input-field-with-list/features/displays_files_in_a_list/index.js
+++ b/components/file-input/src/file-input-field-with-list/features/displays_files_in_a_list/index.js
@@ -1,5 +1,5 @@
-import '../common/index.js'
-import { Then } from 'cypress-cucumber-preprocessor/steps'
+require('../common/index.js')
+import { Then } from '@badeball/cypress-cucumber-preprocessor'
Then('the files are displayed in a list', () => {
cy.get('[data-test="dhis2-uicore-filelistitem"] .label')
diff --git a/components/file-input/src/file-input-field-with-list/features/files_can_be_removed/index.js b/components/file-input/src/file-input-field-with-list/features/files_can_be_removed/index.js
index 1a30b7ea22..a52e981d73 100644
--- a/components/file-input/src/file-input-field-with-list/features/files_can_be_removed/index.js
+++ b/components/file-input/src/file-input-field-with-list/features/files_can_be_removed/index.js
@@ -1,5 +1,5 @@
-import '../common/index.js'
-import { When, Then } from 'cypress-cucumber-preprocessor/steps'
+require('../common/index.js')
+import { When, Then } from '@badeball/cypress-cucumber-preprocessor'
When('the remove handle behind a file is clicked', () => {
cy.contains('test1.md')
diff --git a/components/file-input/src/file-input-field-with-list/features/has_default_button_label/index.js b/components/file-input/src/file-input-field-with-list/features/has_default_button_label/index.js
index 43fbbcaaa7..1313f15692 100644
--- a/components/file-input/src/file-input-field-with-list/features/has_default_button_label/index.js
+++ b/components/file-input/src/file-input-field-with-list/features/has_default_button_label/index.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a default FileInputFieldWithList is rendered', () => {
cy.visitStory('FileInputFieldWithList', 'With default texts')
diff --git a/components/file-input/src/file-input-field-with-list/features/has_default_placeholder/index.js b/components/file-input/src/file-input-field-with-list/features/has_default_placeholder/index.js
index d66afddd94..27e405eac5 100644
--- a/components/file-input/src/file-input-field-with-list/features/has_default_placeholder/index.js
+++ b/components/file-input/src/file-input-field-with-list/features/has_default_placeholder/index.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a default FileInputFieldWithList is rendered', () => {
cy.visitStory('FileInputFieldWithList', 'With default texts')
diff --git a/components/file-input/src/file-input-field-with-list/features/has_default_remove_text/index.js b/components/file-input/src/file-input-field-with-list/features/has_default_remove_text/index.js
index d4ec0da90e..bd873e9259 100644
--- a/components/file-input/src/file-input-field-with-list/features/has_default_remove_text/index.js
+++ b/components/file-input/src/file-input-field-with-list/features/has_default_remove_text/index.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a default FileInputFieldWithList is rendered', () => {
cy.visitStory('FileInputFieldWithList', 'With file and default texts')
diff --git a/components/file-input/src/file-input-field/features/can_be_required/index.js b/components/file-input/src/file-input-field/features/can_be_required/index.js
index f8f1347708..bc2b0ef764 100644
--- a/components/file-input/src/file-input-field/features/can_be_required/index.js
+++ b/components/file-input/src/file-input-field/features/can_be_required/index.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a FileInputField with label and a required flag is rendered', () => {
cy.visitStory('FileInputField', 'With label and required')
diff --git a/components/file-input/src/file-input-field/features/has_default_button_label/index.js b/components/file-input/src/file-input-field/features/has_default_button_label/index.js
index 74f089078c..1c6a1026b9 100644
--- a/components/file-input/src/file-input-field/features/has_default_button_label/index.js
+++ b/components/file-input/src/file-input-field/features/has_default_button_label/index.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a default FileInputField is rendered', () => {
cy.visitStory('FileInputField', 'Default')
diff --git a/components/file-input/src/file-input-field/features/has_default_placeholder/index.js b/components/file-input/src/file-input-field/features/has_default_placeholder/index.js
index 479933862c..814955e23e 100644
--- a/components/file-input/src/file-input-field/features/has_default_placeholder/index.js
+++ b/components/file-input/src/file-input-field/features/has_default_placeholder/index.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a default FileInputField is rendered', () => {
cy.visitStory('FileInputField', 'Default')
diff --git a/components/file-input/src/file-input/features/accepts_multiple_files/index.js b/components/file-input/src/file-input/features/accepts_multiple_files/index.js
index 3e936e8928..fde99e7f03 100644
--- a/components/file-input/src/file-input/features/accepts_multiple_files/index.js
+++ b/components/file-input/src/file-input/features/accepts_multiple_files/index.js
@@ -1,5 +1,5 @@
-import '../common/index.js'
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+require('../common/index.js')
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a FileInput with multiple and onChange handler is rendered', () => {
cy.visitStory('FileInput', 'With onChange and multiple')
diff --git a/components/file-input/src/file-input/features/can_be_blurred/index.js b/components/file-input/src/file-input/features/can_be_blurred/index.js
index a7a059f930..d28700ee12 100644
--- a/components/file-input/src/file-input/features/can_be_blurred/index.js
+++ b/components/file-input/src/file-input/features/can_be_blurred/index.js
@@ -1,4 +1,4 @@
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('an FileInput with initialFocus and onBlur handler is rendered', () => {
cy.visitStory('FileInput', 'With initialFocus and onBlur')
diff --git a/components/file-input/src/file-input/features/can_be_changed/index.js b/components/file-input/src/file-input/features/can_be_changed/index.js
index fc392b20a1..7b3a2fc84f 100644
--- a/components/file-input/src/file-input/features/can_be_changed/index.js
+++ b/components/file-input/src/file-input/features/can_be_changed/index.js
@@ -1,5 +1,5 @@
-import '../common/index.js'
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+require('../common/index.js')
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a FileInput with onChange handler is rendered', () => {
cy.visitStory('FileInput', 'With onChange')
diff --git a/components/file-input/src/file-input/features/can_be_focused/index.js b/components/file-input/src/file-input/features/can_be_focused/index.js
index ce57580e8d..bf99e11193 100644
--- a/components/file-input/src/file-input/features/can_be_focused/index.js
+++ b/components/file-input/src/file-input/features/can_be_focused/index.js
@@ -1,4 +1,4 @@
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a FileInput with onFocus handler is rendered', () => {
cy.visitStory('FileInput', 'With onFocus')
diff --git a/components/file-input/src/file-input/features/common/index.js b/components/file-input/src/file-input/features/common/index.js
index 66cb71e4e1..d6fd623203 100644
--- a/components/file-input/src/file-input/features/common/index.js
+++ b/components/file-input/src/file-input/features/common/index.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('the FileInput does not have any files', () => {
cy.get('[data-test="dhis2-uicore-fileinput"] input').then(($input) => {
diff --git a/components/file-input/src/file-list/features/accepts_cancel_text/index.js b/components/file-input/src/file-list/features/accepts_cancel_text/index.js
index 609bd5c8a8..e2ba222cf0 100644
--- a/components/file-input/src/file-list/features/accepts_cancel_text/index.js
+++ b/components/file-input/src/file-list/features/accepts_cancel_text/index.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given(
'a loading FileListItem with onCancel handler and cancelText is rendered',
diff --git a/components/file-input/src/file-list/features/accepts_label/index.js b/components/file-input/src/file-list/features/accepts_label/index.js
index 6acc6c3ac6..166fc5ed8a 100644
--- a/components/file-input/src/file-list/features/accepts_label/index.js
+++ b/components/file-input/src/file-list/features/accepts_label/index.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a FileListItem with label is rendered', () => {
cy.visitStory('FileListItem', 'With label')
diff --git a/components/file-input/src/file-list/features/accepts_remove_text/index.js b/components/file-input/src/file-list/features/accepts_remove_text/index.js
index 71b69833e8..f05201b95d 100644
--- a/components/file-input/src/file-list/features/accepts_remove_text/index.js
+++ b/components/file-input/src/file-list/features/accepts_remove_text/index.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a FileListItem with removeText is rendered', () => {
cy.visitStory('FileListItem', 'With removeText')
diff --git a/components/file-input/src/file-list/features/can_be_removed/index.js b/components/file-input/src/file-list/features/can_be_removed/index.js
index fc197e6352..3e8c6dfae0 100644
--- a/components/file-input/src/file-list/features/can_be_removed/index.js
+++ b/components/file-input/src/file-list/features/can_be_removed/index.js
@@ -1,4 +1,4 @@
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a FileListItem with Onremove handler is rendered', () => {
cy.visitStory('FileListItem', 'With onRemove')
diff --git a/components/file-input/src/file-list/features/file-list-item-accepts_children/index.js b/components/file-input/src/file-list/features/file-list-item-accepts_children/index.js
index 50e9a96396..f380ce4413 100644
--- a/components/file-input/src/file-list/features/file-list-item-accepts_children/index.js
+++ b/components/file-input/src/file-list/features/file-list-item-accepts_children/index.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a FileList with children is rendered', () => {
cy.visitStory('FileList', 'With children')
diff --git a/components/file-input/src/file-list/features/file-list-placeholder-accepts_children/index.js b/components/file-input/src/file-list/features/file-list-placeholder-accepts_children/index.js
index 7432da2b1a..42f68188be 100644
--- a/components/file-input/src/file-list/features/file-list-placeholder-accepts_children/index.js
+++ b/components/file-input/src/file-list/features/file-list-placeholder-accepts_children/index.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a FileListPlaceholder with children is rendered', () => {
cy.visitStory('FileListPlaceholder', 'With children')
diff --git a/components/file-input/src/file-list/features/loading_can_be_cancelled/index.js b/components/file-input/src/file-list/features/loading_can_be_cancelled/index.js
index 427655574a..153162cb29 100644
--- a/components/file-input/src/file-list/features/loading_can_be_cancelled/index.js
+++ b/components/file-input/src/file-list/features/loading_can_be_cancelled/index.js
@@ -1,4 +1,4 @@
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a loading FileListItem with onCancel handler is rendered', () => {
cy.visitStory('FileListItem', 'Loading with onCancel')
diff --git a/components/header-bar/src/__e2e__/stories/common.js b/components/header-bar/src/__e2e__/stories/common.js
index d2520ed2f0..ee553a1355 100644
--- a/components/header-bar/src/__e2e__/stories/common.js
+++ b/components/header-bar/src/__e2e__/stories/common.js
@@ -3,6 +3,8 @@ import { CustomDataProvider, Provider, useAlerts } from '@dhis2/app-runtime'
import PropTypes from 'prop-types'
import React, { useEffect } from 'react'
+export { modulesWithSpecialCharacters } from './modulesWithSpecialCharacters.js'
+
export const defaultModules = [
{
name: 'dhis-web-dashboard',
@@ -80,236 +82,6 @@ export const defaultModules = [
},
]
-export const modulesWithSpecialCharacters = [
- {
- name: '/',
- namespace: '//',
- defaultAction: '..//.action',
- displayName: 'A / character',
- icon: '../icons/dhis-web-dashboard.png',
- description: '',
- },
- {
- name: '-',
- namespace: '/-',
- defaultAction: '../-.action',
- displayName: 'A - character',
- icon: '../icons/dhis-web-dashboard.png',
- description: '',
- },
- {
- name: '(',
- namespace: '/(',
- defaultAction: '../(.action',
- displayName: 'A ( character',
- icon: '../icons/dhis-web-data-visualizer.png',
- description: '',
- },
- {
- name: ')',
- namespace: '/)',
- defaultAction: '../).action',
- displayName: 'A ) character',
- icon: '../icons/dhis-web-data-visualizer.png',
- description: '',
- },
- {
- name: '[',
- namespace: '/[',
- defaultAction: '../[.action',
- displayName: 'A [ character',
- icon: '../icons/dhis-web-data-visualizer.png',
- description: '',
- },
- {
- name: ']',
- namespace: '/]',
- defaultAction: '../].action',
- displayName: 'A ] character',
- icon: '../icons/dhis-web-data-visualizer.png',
- description: '',
- },
- {
- name: '{',
- namespace: '/{',
- defaultAction: '../{.action',
- displayName: 'A { character',
- icon: '../icons/dhis-web-data-visualizer.png',
- description: '',
- },
- {
- name: '}',
- namespace: '/}',
- defaultAction: '../}.action',
- displayName: 'A } character',
- icon: '../icons/dhis-web-data-visualizer.png',
- description: '',
- },
- {
- name: '*',
- namespace: '/*',
- defaultAction: '../*.action',
- displayName: 'A * character',
- icon: '../icons/dhis-web-data-visualizer.png',
- description: '',
- },
- {
- name: '+',
- namespace: '/+',
- defaultAction: '../+.action',
- displayName: 'A + character',
- icon: '../icons/dhis-web-data-visualizer.png',
- description: '',
- },
- {
- name: '?',
- namespace: '/?',
- defaultAction: '../?.action',
- displayName: 'A ? character',
- icon: '../icons/dhis-web-data-visualizer.png',
- description: '',
- },
- {
- name: '.',
- namespace: '/.',
- defaultAction: '../..action',
- displayName: 'A . character',
- icon: '../icons/dhis-web-data-visualizer.png',
- description: '',
- },
- {
- name: ',',
- namespace: '/,',
- defaultAction: '../,.action',
- displayName: 'A , character',
- icon: '../icons/dhis-web-data-visualizer.png',
- description: '',
- },
- {
- name: '^',
- namespace: '/^',
- defaultAction: '../^.action',
- displayName: 'A ^ character',
- icon: '../icons/dhis-web-data-visualizer.png',
- description: '',
- },
- {
- name: '$',
- namespace: '/$',
- defaultAction: '../$.action',
- displayName: 'A $ character',
- icon: '../icons/dhis-web-data-visualizer.png',
- description: '',
- },
- {
- name: '|',
- namespace: '/|',
- defaultAction: '../|.action',
- displayName: 'A | character',
- icon: '../icons/dhis-web-data-visualizer.png',
- description: '',
- },
- {
- name: '#',
- namespace: '/#',
- defaultAction: '../#.action',
- displayName: 'A # character',
- icon: '../icons/dhis-web-data-visualizer.png',
- description: '',
- },
- {
- name: '\\s',
- namespace: '/\\s',
- defaultAction: '../\\s.action',
- displayName: 'A \\s character',
- icon: '../icons/dhis-web-data-visualizer.png',
- description: '',
- },
- {
- name: '\\',
- namespace: '/\\',
- defaultAction: '../\\.action',
- displayName: 'A \\ character',
- icon: '../icons/dhis-web-data-visualizer.png',
- description: '',
- },
-
- {
- name: 'dhis-web-dashboard',
- namespace: '/dhis-web-dashboard',
- defaultAction: '../dhis-web-dashboard/index.action',
- displayName: 'Dashboard',
- icon: '../icons/dhis-web-dashboard.png',
- description: '',
- },
- {
- name: 'dhis-web-capture',
- namespace: '/dhis-web-capture',
- defaultAction: '../dhis-web-capture/index.action',
- displayName: 'Capture',
- icon: '../icons/dhis-web-capture.png',
- description: '',
- },
- {
- name: 'dhis-web-maintenance',
- namespace: '/dhis-web-maintenance',
- defaultAction: '../dhis-web-maintenance/index.action',
- displayName: 'Maintenance',
- icon: '../icons/dhis-web-maintenance.png',
- description: '',
- },
- {
- name: 'dhis-web-maps',
- namespace: '/dhis-web-maps',
- defaultAction: '../dhis-web-maps/index.action',
- displayName: 'Maps',
- icon: '../icons/dhis-web-maps.png',
- description: '',
- },
- {
- name: 'dhis-web-event-reports',
- namespace: '/dhis-web-event-reports',
- defaultAction: '../dhis-web-event-reports/index.action',
- displayName: 'Event Reports',
- icon: '../icons/dhis-web-event-reports.png',
- description: '',
- },
- {
- name: 'dhis-web-interpretation',
- namespace: '/dhis-web-interpretation',
- defaultAction: '../dhis-web-interpretation/index.action',
- displayName: 'Interpretations',
- icon: '../icons/dhis-web-interpretation.png',
- description: '',
- },
- {
- name: 'dhis-web-import-export',
- namespace: '/dhis-web-import-export',
- defaultAction: '../dhis-web-import-export/index.action',
- displayName: 'Import/Export',
- icon: '../icons/dhis-web-importexport.png',
- description: '',
- },
- {
- name: 'WHO Metadata browser',
- namespace: 'WHO Metadata browser',
- defaultAction:
- 'https://debug.dhis2.org/dev/api/apps/WHO-Metadata-browser/index.html',
- displayName: '',
- icon: 'https://debug.dhis2.org/dev/api/apps/WHO-Metadata-browser/icons/medicine-48.png',
- description: '',
- },
- {
- name: 'Dashboard Classic',
- namespace: 'Dashboard Classic',
- defaultAction:
- 'https://debug.dhis2.org/dev/api/apps/Dashboard-Classic/index.html',
- displayName: '',
- icon: 'https://debug.dhis2.org/dev/api/apps/Dashboard-Classic/icon.png',
- description: 'DHIS2 Legacy Dashboard App',
- },
-]
-
export const applicationTitle = 'Foobar'
export const dataProviderData = {
diff --git a/components/header-bar/src/__e2e__/stories/modulesWithSpecialCharacters.js b/components/header-bar/src/__e2e__/stories/modulesWithSpecialCharacters.js
new file mode 100644
index 0000000000..4797edc955
--- /dev/null
+++ b/components/header-bar/src/__e2e__/stories/modulesWithSpecialCharacters.js
@@ -0,0 +1,229 @@
+export const modulesWithSpecialCharacters = [
+ {
+ name: '/',
+ namespace: '//',
+ defaultAction: '..//.action',
+ displayName: 'A / character',
+ icon: '../icons/dhis-web-dashboard.png',
+ description: '',
+ },
+ {
+ name: '-',
+ namespace: '/-',
+ defaultAction: '../-.action',
+ displayName: 'A - character',
+ icon: '../icons/dhis-web-dashboard.png',
+ description: '',
+ },
+ {
+ name: '(',
+ namespace: '/(',
+ defaultAction: '../(.action',
+ displayName: 'A ( character',
+ icon: '../icons/dhis-web-data-visualizer.png',
+ description: '',
+ },
+ {
+ name: ')',
+ namespace: '/)',
+ defaultAction: '../).action',
+ displayName: 'A ) character',
+ icon: '../icons/dhis-web-data-visualizer.png',
+ description: '',
+ },
+ {
+ name: '[',
+ namespace: '/[',
+ defaultAction: '../[.action',
+ displayName: 'A [ character',
+ icon: '../icons/dhis-web-data-visualizer.png',
+ description: '',
+ },
+ {
+ name: ']',
+ namespace: '/]',
+ defaultAction: '../].action',
+ displayName: 'A ] character',
+ icon: '../icons/dhis-web-data-visualizer.png',
+ description: '',
+ },
+ {
+ name: '{',
+ namespace: '/{',
+ defaultAction: '../{.action',
+ displayName: 'A { character',
+ icon: '../icons/dhis-web-data-visualizer.png',
+ description: '',
+ },
+ {
+ name: '}',
+ namespace: '/}',
+ defaultAction: '../}.action',
+ displayName: 'A } character',
+ icon: '../icons/dhis-web-data-visualizer.png',
+ description: '',
+ },
+ {
+ name: '*',
+ namespace: '/*',
+ defaultAction: '../*.action',
+ displayName: 'A * character',
+ icon: '../icons/dhis-web-data-visualizer.png',
+ description: '',
+ },
+ {
+ name: '+',
+ namespace: '/+',
+ defaultAction: '../+.action',
+ displayName: 'A + character',
+ icon: '../icons/dhis-web-data-visualizer.png',
+ description: '',
+ },
+ {
+ name: '?',
+ namespace: '/?',
+ defaultAction: '../?.action',
+ displayName: 'A ? character',
+ icon: '../icons/dhis-web-data-visualizer.png',
+ description: '',
+ },
+ {
+ name: '.',
+ namespace: '/.',
+ defaultAction: '../..action',
+ displayName: 'A . character',
+ icon: '../icons/dhis-web-data-visualizer.png',
+ description: '',
+ },
+ {
+ name: ',',
+ namespace: '/,',
+ defaultAction: '../,.action',
+ displayName: 'A , character',
+ icon: '../icons/dhis-web-data-visualizer.png',
+ description: '',
+ },
+ {
+ name: '^',
+ namespace: '/^',
+ defaultAction: '../^.action',
+ displayName: 'A ^ character',
+ icon: '../icons/dhis-web-data-visualizer.png',
+ description: '',
+ },
+ {
+ name: '$',
+ namespace: '/$',
+ defaultAction: '../$.action',
+ displayName: 'A $ character',
+ icon: '../icons/dhis-web-data-visualizer.png',
+ description: '',
+ },
+ {
+ name: '|',
+ namespace: '/|',
+ defaultAction: '../|.action',
+ displayName: 'A | character',
+ icon: '../icons/dhis-web-data-visualizer.png',
+ description: '',
+ },
+ {
+ name: '#',
+ namespace: '/#',
+ defaultAction: '../#.action',
+ displayName: 'A # character',
+ icon: '../icons/dhis-web-data-visualizer.png',
+ description: '',
+ },
+ {
+ name: '\\s',
+ namespace: '/\\s',
+ defaultAction: '../\\s.action',
+ displayName: 'A \\s character',
+ icon: '../icons/dhis-web-data-visualizer.png',
+ description: '',
+ },
+ {
+ name: '\\',
+ namespace: '/\\',
+ defaultAction: '../\\.action',
+ displayName: 'A \\ character',
+ icon: '../icons/dhis-web-data-visualizer.png',
+ description: '',
+ },
+
+ {
+ name: 'dhis-web-dashboard',
+ namespace: '/dhis-web-dashboard',
+ defaultAction: '../dhis-web-dashboard/index.action',
+ displayName: 'Dashboard',
+ icon: '../icons/dhis-web-dashboard.png',
+ description: '',
+ },
+ {
+ name: 'dhis-web-capture',
+ namespace: '/dhis-web-capture',
+ defaultAction: '../dhis-web-capture/index.action',
+ displayName: 'Capture',
+ icon: '../icons/dhis-web-capture.png',
+ description: '',
+ },
+ {
+ name: 'dhis-web-maintenance',
+ namespace: '/dhis-web-maintenance',
+ defaultAction: '../dhis-web-maintenance/index.action',
+ displayName: 'Maintenance',
+ icon: '../icons/dhis-web-maintenance.png',
+ description: '',
+ },
+ {
+ name: 'dhis-web-maps',
+ namespace: '/dhis-web-maps',
+ defaultAction: '../dhis-web-maps/index.action',
+ displayName: 'Maps',
+ icon: '../icons/dhis-web-maps.png',
+ description: '',
+ },
+ {
+ name: 'dhis-web-event-reports',
+ namespace: '/dhis-web-event-reports',
+ defaultAction: '../dhis-web-event-reports/index.action',
+ displayName: 'Event Reports',
+ icon: '../icons/dhis-web-event-reports.png',
+ description: '',
+ },
+ {
+ name: 'dhis-web-interpretation',
+ namespace: '/dhis-web-interpretation',
+ defaultAction: '../dhis-web-interpretation/index.action',
+ displayName: 'Interpretations',
+ icon: '../icons/dhis-web-interpretation.png',
+ description: '',
+ },
+ {
+ name: 'dhis-web-import-export',
+ namespace: '/dhis-web-import-export',
+ defaultAction: '../dhis-web-import-export/index.action',
+ displayName: 'Import/Export',
+ icon: '../icons/dhis-web-importexport.png',
+ description: '',
+ },
+ {
+ name: 'WHO Metadata browser',
+ namespace: 'WHO Metadata browser',
+ defaultAction:
+ 'https://debug.dhis2.org/dev/api/apps/WHO-Metadata-browser/index.html',
+ displayName: '',
+ icon: 'https://debug.dhis2.org/dev/api/apps/WHO-Metadata-browser/icons/medicine-48.png',
+ description: '',
+ },
+ {
+ name: 'Dashboard Classic',
+ namespace: 'Dashboard Classic',
+ defaultAction:
+ 'https://debug.dhis2.org/dev/api/apps/Dashboard-Classic/index.html',
+ displayName: '',
+ icon: 'https://debug.dhis2.org/dev/api/apps/Dashboard-Classic/icon.png',
+ description: 'DHIS2 Legacy Dashboard App',
+ },
+]
diff --git a/components/header-bar/src/features/common/index.js b/components/header-bar/src/features/common/index.js
index 970bb29af5..fbd64c0947 100644
--- a/components/header-bar/src/features/common/index.js
+++ b/components/header-bar/src/features/common/index.js
@@ -1,4 +1,4 @@
-import { Before, Given } from 'cypress-cucumber-preprocessor/steps'
+import { Before, Given } from '@badeball/cypress-cucumber-preprocessor'
export const baseUrl = 'https://domain.tld/'
export const webCommons = 'https://domain.tld/dhis-web-commons/'
diff --git a/components/header-bar/src/features/the_headerbar_can_display_online_status/the_headerbar_displays_online_status.js b/components/header-bar/src/features/the_headerbar_can_display_online_status/the_headerbar_displays_online_status.js
index 36f017d2d3..780a6aa060 100644
--- a/components/header-bar/src/features/the_headerbar_can_display_online_status/the_headerbar_displays_online_status.js
+++ b/components/header-bar/src/features/the_headerbar_can_display_online_status/the_headerbar_displays_online_status.js
@@ -4,9 +4,8 @@ import {
Given,
Then,
When,
- And,
-} from 'cypress-cucumber-preprocessor/steps'
-import '../common/index.js'
+} from '@badeball/cypress-cucumber-preprocessor'
+require('../common/index.js')
// see https://github.com/cypress-io/cypress/issues/17723#issuecomment-1457064322
const goOffline = () => {
@@ -53,7 +52,7 @@ Given(
}
)
-And('the viewport is narrower than 480px', () => {
+Given('the viewport is narrower than 480px', () => {
cy.viewport(460, 660)
})
@@ -71,7 +70,7 @@ Then('the HeaderBar displays only the desktop status badge', () => {
cy.get('[data-test="headerbar-online-status"].bar').should('not.be.visible')
})
-And('the status badge shows online', () => {
+Then('the status badge shows online', () => {
cy.get('[data-test="headerbar-online-status"].badge .label').should(
($label) => {
expect($label.text()).to.equal('Online')
@@ -91,7 +90,7 @@ Then('the HeaderBar displays only the mobile status bar', () => {
)
})
-And('the browser goes offline', () => {
+Given('the browser goes offline', () => {
goOffline()
})
diff --git a/components/header-bar/src/features/the_headerbar_conditionally_renders_notification_icons/the_headerbar_conditionally_renders_notification_icons.js b/components/header-bar/src/features/the_headerbar_conditionally_renders_notification_icons/the_headerbar_conditionally_renders_notification_icons.js
index ab7e9574d6..d2adfa36b2 100644
--- a/components/header-bar/src/features/the_headerbar_conditionally_renders_notification_icons/the_headerbar_conditionally_renders_notification_icons.js
+++ b/components/header-bar/src/features/the_headerbar_conditionally_renders_notification_icons/the_headerbar_conditionally_renders_notification_icons.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('the user has the ALL authority', () => {
cy.visitStory('HeaderBarTesting', 'User Has All Authority')
diff --git a/components/header-bar/src/features/the_headerbar_contains_a_menu_to_all_apps/common.js b/components/header-bar/src/features/the_headerbar_contains_a_menu_to_all_apps/common.js
index e7054b39cf..42275ceacc 100644
--- a/components/header-bar/src/features/the_headerbar_contains_a_menu_to_all_apps/common.js
+++ b/components/header-bar/src/features/the_headerbar_contains_a_menu_to_all_apps/common.js
@@ -1,4 +1,5 @@
-import { Then } from 'cypress-cucumber-preprocessor/steps'
+require('../common/index.js')
+import { Then } from '@badeball/cypress-cucumber-preprocessor'
Then('the HeaderBar dos not display the app menu', () => {
cy.get('[data-test="headerbar-apps-menu"]').should('not.exist')
diff --git a/components/header-bar/src/features/the_headerbar_contains_a_menu_to_all_apps/the_app_menu_closes_when_the_user_clicks_outside.js b/components/header-bar/src/features/the_headerbar_contains_a_menu_to_all_apps/the_app_menu_closes_when_the_user_clicks_outside.js
index 56b3ca7207..73e9ce20a5 100644
--- a/components/header-bar/src/features/the_headerbar_contains_a_menu_to_all_apps/the_app_menu_closes_when_the_user_clicks_outside.js
+++ b/components/header-bar/src/features/the_headerbar_contains_a_menu_to_all_apps/the_app_menu_closes_when_the_user_clicks_outside.js
@@ -1,5 +1,4 @@
-import '../common/index.js'
-import { When } from 'cypress-cucumber-preprocessor/steps'
+import { When } from '@badeball/cypress-cucumber-preprocessor'
When('the user opens the menu', () => {
cy.get('[data-test="headerbar-apps-icon"]').click()
diff --git a/components/header-bar/src/features/the_headerbar_contains_a_menu_to_all_apps/the_headerbar_contains_a_menu_icon.js b/components/header-bar/src/features/the_headerbar_contains_a_menu_to_all_apps/the_headerbar_contains_a_menu_icon.js
index 57f0bd9f25..55baddfbca 100644
--- a/components/header-bar/src/features/the_headerbar_contains_a_menu_to_all_apps/the_headerbar_contains_a_menu_icon.js
+++ b/components/header-bar/src/features/the_headerbar_contains_a_menu_to_all_apps/the_headerbar_contains_a_menu_icon.js
@@ -1,5 +1,4 @@
-import '../common/index.js'
-import { Then } from 'cypress-cucumber-preprocessor/steps'
+import { Then } from '@badeball/cypress-cucumber-preprocessor'
Then('the HeaderBar displays a menu icon', () => {
cy.get('[data-test="headerbar-apps-icon"]').should('exist')
diff --git a/components/header-bar/src/features/the_headerbar_contains_a_menu_to_all_apps/the_menu_is_closed_by_default.js b/components/header-bar/src/features/the_headerbar_contains_a_menu_to_all_apps/the_menu_is_closed_by_default.js
deleted file mode 100644
index a3de93713c..0000000000
--- a/components/header-bar/src/features/the_headerbar_contains_a_menu_to_all_apps/the_menu_is_closed_by_default.js
+++ /dev/null
@@ -1,7 +0,0 @@
-import '../common/index.js'
-import './common.js'
-import { Then } from 'cypress-cucumber-preprocessor/steps'
-
-Then('the HeaderBar dos not display the app menu', () => {
- cy.get('[data-test="headerbar-apps-menu"]').should('not.exist')
-})
diff --git a/components/header-bar/src/features/the_headerbar_contains_a_menu_to_all_apps/the_user_will_be_offered_a_menu_with_5_apps.js b/components/header-bar/src/features/the_headerbar_contains_a_menu_to_all_apps/the_user_will_be_offered_a_menu_with_5_apps.js
index 4c1ff83829..31db255a59 100644
--- a/components/header-bar/src/features/the_headerbar_contains_a_menu_to_all_apps/the_user_will_be_offered_a_menu_with_5_apps.js
+++ b/components/header-bar/src/features/the_headerbar_contains_a_menu_to_all_apps/the_user_will_be_offered_a_menu_with_5_apps.js
@@ -1,4 +1,4 @@
-import { When, Then } from 'cypress-cucumber-preprocessor/steps'
+import { When, Then } from '@badeball/cypress-cucumber-preprocessor'
When('the user clicks on the menu icons', () => {
cy.get('[data-test="headerbar-apps-icon"]').click()
diff --git a/components/header-bar/src/features/the_headerbar_contains_a_profile_menu/common.js b/components/header-bar/src/features/the_headerbar_contains_a_profile_menu/common.js
index 8b39d3cc1b..698b083212 100644
--- a/components/header-bar/src/features/the_headerbar_contains_a_profile_menu/common.js
+++ b/components/header-bar/src/features/the_headerbar_contains_a_profile_menu/common.js
@@ -1,4 +1,4 @@
-import { Then, When } from 'cypress-cucumber-preprocessor/steps'
+import { Then, When } from '@badeball/cypress-cucumber-preprocessor'
Then('the HeaderBar does not display the profile menu', () => {
cy.get('[data-test="headerbar-profile-menu"]').should('not.exist')
diff --git a/components/header-bar/src/features/the_headerbar_contains_a_profile_menu/the_headerbar_shows_a_text_icon_if_the_user_does_not_have_an_avatar.js b/components/header-bar/src/features/the_headerbar_contains_a_profile_menu/the_headerbar_shows_a_text_icon_if_the_user_does_not_have_an_avatar.js
index 5acd429fab..34afb0e389 100644
--- a/components/header-bar/src/features/the_headerbar_contains_a_profile_menu/the_headerbar_shows_a_text_icon_if_the_user_does_not_have_an_avatar.js
+++ b/components/header-bar/src/features/the_headerbar_contains_a_profile_menu/the_headerbar_shows_a_text_icon_if_the_user_does_not_have_an_avatar.js
@@ -1,5 +1,5 @@
-import '../common/index.js'
-import { Given, Then, When } from 'cypress-cucumber-preprocessor/steps'
+require('../common/index.js')
+import { Given, Then, When } from '@badeball/cypress-cucumber-preprocessor'
Given(
'the HeaderBar loads without an error and the user does not have an avatar',
diff --git a/components/header-bar/src/features/the_headerbar_contains_a_profile_menu/the_headerbar_shows_an_image_icon_if_the_user_has_an_avatar.js b/components/header-bar/src/features/the_headerbar_contains_a_profile_menu/the_headerbar_shows_an_image_icon_if_the_user_has_an_avatar.js
index 7acd78b39f..02012b8525 100644
--- a/components/header-bar/src/features/the_headerbar_contains_a_profile_menu/the_headerbar_shows_an_image_icon_if_the_user_has_an_avatar.js
+++ b/components/header-bar/src/features/the_headerbar_contains_a_profile_menu/the_headerbar_shows_an_image_icon_if_the_user_has_an_avatar.js
@@ -1,4 +1,4 @@
-import { Given, Then, When } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then, When } from '@badeball/cypress-cucumber-preprocessor'
Given('the HeaderBar loads without an error and the user has an avatar', () => {
cy.visitStory('HeaderBarTesting', 'Me With Avatar')
diff --git a/components/header-bar/src/features/the_headerbar_contains_a_profile_menu/the_menu_is_closed_by_default.js b/components/header-bar/src/features/the_headerbar_contains_a_profile_menu/the_menu_is_closed_by_default.js
index 45c94ab835..0692c6fa03 100644
--- a/components/header-bar/src/features/the_headerbar_contains_a_profile_menu/the_menu_is_closed_by_default.js
+++ b/components/header-bar/src/features/the_headerbar_contains_a_profile_menu/the_menu_is_closed_by_default.js
@@ -1,3 +1,3 @@
-import '../common/index.js'
+require('../common/index.js')
// all step definitions are shared with other scenarios
diff --git a/components/header-bar/src/features/the_headerbar_contains_a_profile_menu/the_menu_opens.js b/components/header-bar/src/features/the_headerbar_contains_a_profile_menu/the_menu_opens.js
index e3eb02ca87..1e9454c9f2 100644
--- a/components/header-bar/src/features/the_headerbar_contains_a_profile_menu/the_menu_opens.js
+++ b/components/header-bar/src/features/the_headerbar_contains_a_profile_menu/the_menu_opens.js
@@ -1,5 +1,5 @@
-import '../common/index.js'
-import { When, Then } from 'cypress-cucumber-preprocessor/steps'
+require('../common/index.js')
+import { When, Then } from '@badeball/cypress-cucumber-preprocessor'
When('the user clicks on the profile icons', () => {
cy.get(
diff --git a/components/header-bar/src/features/the_headerbar_contains_a_profile_menu/the_profile_menu_closes_when_the_user_clicks_outside.js b/components/header-bar/src/features/the_headerbar_contains_a_profile_menu/the_profile_menu_closes_when_the_user_clicks_outside.js
index 14cb74670d..e8c7014892 100644
--- a/components/header-bar/src/features/the_headerbar_contains_a_profile_menu/the_profile_menu_closes_when_the_user_clicks_outside.js
+++ b/components/header-bar/src/features/the_headerbar_contains_a_profile_menu/the_profile_menu_closes_when_the_user_clicks_outside.js
@@ -1,5 +1,5 @@
-import '../common/index.js'
-import { When } from 'cypress-cucumber-preprocessor/steps'
+require('../common/index.js')
+import { When } from '@badeball/cypress-cucumber-preprocessor'
When('the user clicks outside of the menu', () => {
cy.get('[data-test="headerbar-title"]').click()
diff --git a/components/header-bar/src/features/the_headerbar_contains_a_profile_menu/the_user_can_edit_his_profile.js b/components/header-bar/src/features/the_headerbar_contains_a_profile_menu/the_user_can_edit_his_profile.js
index ea906c8da9..551ff9ccb9 100644
--- a/components/header-bar/src/features/the_headerbar_contains_a_profile_menu/the_user_can_edit_his_profile.js
+++ b/components/header-bar/src/features/the_headerbar_contains_a_profile_menu/the_user_can_edit_his_profile.js
@@ -1,5 +1,5 @@
-import '../common/index.js'
-import { Then } from 'cypress-cucumber-preprocessor/steps'
+require('../common/index.js')
+import { Then } from '@badeball/cypress-cucumber-preprocessor'
Then('contains a link to edit the profile', () => {
cy.get('[data-test="headerbar-profile-edit-profile-link"]').should(
diff --git a/components/header-bar/src/features/the_headerbar_contains_a_profile_menu/the_user_can_go_to_his_account.js b/components/header-bar/src/features/the_headerbar_contains_a_profile_menu/the_user_can_go_to_his_account.js
index 73b00a06cf..1dca44eea8 100644
--- a/components/header-bar/src/features/the_headerbar_contains_a_profile_menu/the_user_can_go_to_his_account.js
+++ b/components/header-bar/src/features/the_headerbar_contains_a_profile_menu/the_user_can_go_to_his_account.js
@@ -1,5 +1,5 @@
-import '../common/index.js'
-import { Then } from 'cypress-cucumber-preprocessor/steps'
+require('../common/index.js')
+import { Then } from '@badeball/cypress-cucumber-preprocessor'
Then('contains a link to the user account', () => {
cy.get('[data-test="headerbar-profile-menu"] > li').should((lis) => {
diff --git a/components/header-bar/src/features/the_headerbar_contains_a_profile_menu/the_user_can_go_to_the_about_dhis2_page.js b/components/header-bar/src/features/the_headerbar_contains_a_profile_menu/the_user_can_go_to_the_about_dhis2_page.js
index d978d15326..3a185ddcfb 100644
--- a/components/header-bar/src/features/the_headerbar_contains_a_profile_menu/the_user_can_go_to_the_about_dhis2_page.js
+++ b/components/header-bar/src/features/the_headerbar_contains_a_profile_menu/the_user_can_go_to_the_about_dhis2_page.js
@@ -1,5 +1,5 @@
-import '../common/index.js'
-import { Then } from 'cypress-cucumber-preprocessor/steps'
+require('../common/index.js')
+import { Then } from '@badeball/cypress-cucumber-preprocessor'
Then('contains a link to the About DHIS2 page', () => {
cy.get('[data-test="headerbar-profile-menu"] > li').should((lis) => {
diff --git a/components/header-bar/src/features/the_headerbar_contains_a_profile_menu/the_user_can_go_to_the_help_page.js b/components/header-bar/src/features/the_headerbar_contains_a_profile_menu/the_user_can_go_to_the_help_page.js
index 01412c89a7..dfb10adddc 100644
--- a/components/header-bar/src/features/the_headerbar_contains_a_profile_menu/the_user_can_go_to_the_help_page.js
+++ b/components/header-bar/src/features/the_headerbar_contains_a_profile_menu/the_user_can_go_to_the_help_page.js
@@ -1,5 +1,5 @@
-import '../common/index.js'
-import { Then } from 'cypress-cucumber-preprocessor/steps'
+require('../common/index.js')
+import { Then } from '@badeball/cypress-cucumber-preprocessor'
Then('contains a link to the help page', () => {
cy.get('[data-test="headerbar-profile-menu"] > li').should((lis) => {
diff --git a/components/header-bar/src/features/the_headerbar_contains_a_profile_menu/the_user_can_go_to_the_settings.js b/components/header-bar/src/features/the_headerbar_contains_a_profile_menu/the_user_can_go_to_the_settings.js
index 83cbd6110c..93e81ce69c 100644
--- a/components/header-bar/src/features/the_headerbar_contains_a_profile_menu/the_user_can_go_to_the_settings.js
+++ b/components/header-bar/src/features/the_headerbar_contains_a_profile_menu/the_user_can_go_to_the_settings.js
@@ -1,5 +1,5 @@
-import '../common/index.js'
-import { Then } from 'cypress-cucumber-preprocessor/steps'
+require('../common/index.js')
+import { Then } from '@badeball/cypress-cucumber-preprocessor'
Then('contains a link to the settings', () => {
cy.get('[data-test="headerbar-profile-menu"] > li').should((lis) => {
diff --git a/components/header-bar/src/features/the_headerbar_contains_a_profile_menu/the_user_can_log_out.js b/components/header-bar/src/features/the_headerbar_contains_a_profile_menu/the_user_can_log_out.js
index b60106b2c7..777a9b9a4b 100644
--- a/components/header-bar/src/features/the_headerbar_contains_a_profile_menu/the_user_can_log_out.js
+++ b/components/header-bar/src/features/the_headerbar_contains_a_profile_menu/the_user_can_log_out.js
@@ -1,4 +1,4 @@
-import { And, Then } from 'cypress-cucumber-preprocessor/steps'
+import { When, Then } from '@badeball/cypress-cucumber-preprocessor'
import { baseUrl } from '../common/index.js'
const logoutUrl = `${baseUrl}dhis-web-commons-security/logout.action`
@@ -11,7 +11,7 @@ Then('contains a link to log out the user', () => {
})
})
-And('there is no loading mask', () => {
+When('there is no loading mask', () => {
cy.get('[data-test="headerbar-profile-menu-loading-mask"]').should(
'not.exist'
)
@@ -30,7 +30,7 @@ Then('a loading mask covers the screen', () => {
})
// Currently not working
-And('clearSensitiveCaches is called', async () => {
+When('clearSensitiveCaches is called', async () => {
// Open caches to test 'clearSensitiveCaches':
// A keepable cache
await caches.open('workbox-precache-v2-asdf')
diff --git a/components/header-bar/src/features/the_headerbar_contains_a_profile_menu/the_user_name_and_email_are_displayed.js b/components/header-bar/src/features/the_headerbar_contains_a_profile_menu/the_user_name_and_email_are_displayed.js
index aaf0cc14b6..508f691be4 100644
--- a/components/header-bar/src/features/the_headerbar_contains_a_profile_menu/the_user_name_and_email_are_displayed.js
+++ b/components/header-bar/src/features/the_headerbar_contains_a_profile_menu/the_user_name_and_email_are_displayed.js
@@ -1,5 +1,5 @@
-import '../common/index.js'
-import { Then } from 'cypress-cucumber-preprocessor/steps'
+require('../common/index.js')
+import { Then } from '@badeball/cypress-cucumber-preprocessor'
Then('contains the user name', () => {
cy.all(
diff --git a/components/header-bar/src/features/the_headerbar_displays_a_link_to_interpretations_and_an_unread_count/the_headerbar_displays_a_link_to_the_interpretations.js b/components/header-bar/src/features/the_headerbar_displays_a_link_to_interpretations_and_an_unread_count/the_headerbar_displays_a_link_to_the_interpretations.js
index 5b26643a1d..180eeb214e 100644
--- a/components/header-bar/src/features/the_headerbar_displays_a_link_to_interpretations_and_an_unread_count/the_headerbar_displays_a_link_to_the_interpretations.js
+++ b/components/header-bar/src/features/the_headerbar_displays_a_link_to_interpretations_and_an_unread_count/the_headerbar_displays_a_link_to_the_interpretations.js
@@ -1,5 +1,5 @@
-import '../common/index.js'
-import { Then } from 'cypress-cucumber-preprocessor/steps'
+require('../common/index.js')
+import { Then } from '@badeball/cypress-cucumber-preprocessor'
Then('the HeaderBar contains a link to the interpretations', () => {
cy.get('[data-test="headerbar-interpretations"]').should('be.visible')
diff --git a/components/header-bar/src/features/the_headerbar_displays_a_link_to_interpretations_and_an_unread_count/there_are_no_unread_interpretations.js b/components/header-bar/src/features/the_headerbar_displays_a_link_to_interpretations_and_an_unread_count/there_are_no_unread_interpretations.js
index 547df901e6..f9dde7f7b2 100644
--- a/components/header-bar/src/features/the_headerbar_displays_a_link_to_interpretations_and_an_unread_count/there_are_no_unread_interpretations.js
+++ b/components/header-bar/src/features/the_headerbar_displays_a_link_to_interpretations_and_an_unread_count/there_are_no_unread_interpretations.js
@@ -1,5 +1,5 @@
-import '../common/index.js'
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+require('../common/index.js')
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('there are 0 unread interpretations', () => {
cy.visitStory('HeaderBarTesting', 'Zero Unread Interpretations')
diff --git a/components/header-bar/src/features/the_headerbar_displays_a_link_to_interpretations_and_an_unread_count/there_are_some_unread_interpretations.js b/components/header-bar/src/features/the_headerbar_displays_a_link_to_interpretations_and_an_unread_count/there_are_some_unread_interpretations.js
index 8f1e5be6f3..b1bd32b61d 100644
--- a/components/header-bar/src/features/the_headerbar_displays_a_link_to_interpretations_and_an_unread_count/there_are_some_unread_interpretations.js
+++ b/components/header-bar/src/features/the_headerbar_displays_a_link_to_interpretations_and_an_unread_count/there_are_some_unread_interpretations.js
@@ -1,5 +1,5 @@
-import '../common/index.js'
-import { Then } from 'cypress-cucumber-preprocessor/steps'
+require('../common/index.js')
+import { Then } from '@badeball/cypress-cucumber-preprocessor'
Then(
'the interpretations link contains an icon with a number greater than 0',
diff --git a/components/header-bar/src/features/the_headerbar_displays_a_link_to_messages_and_an_unread_count/the_headerbar_displays_a_link_to_the_messages.js b/components/header-bar/src/features/the_headerbar_displays_a_link_to_messages_and_an_unread_count/the_headerbar_displays_a_link_to_the_messages.js
index 00f33f1219..d6bb285b1c 100644
--- a/components/header-bar/src/features/the_headerbar_displays_a_link_to_messages_and_an_unread_count/the_headerbar_displays_a_link_to_the_messages.js
+++ b/components/header-bar/src/features/the_headerbar_displays_a_link_to_messages_and_an_unread_count/the_headerbar_displays_a_link_to_the_messages.js
@@ -1,5 +1,5 @@
-import '../common/index.js'
-import { Then } from 'cypress-cucumber-preprocessor/steps'
+require('../common/index.js')
+import { Then } from '@badeball/cypress-cucumber-preprocessor'
Then('the HeaderBar contains a link to the messages', () => {
cy.get('[data-test="headerbar-messages"]').should('be.visible')
diff --git a/components/header-bar/src/features/the_headerbar_displays_a_link_to_messages_and_an_unread_count/there_are_no_unread_messages.js b/components/header-bar/src/features/the_headerbar_displays_a_link_to_messages_and_an_unread_count/there_are_no_unread_messages.js
index 7f1f06e885..99b1f86113 100644
--- a/components/header-bar/src/features/the_headerbar_displays_a_link_to_messages_and_an_unread_count/there_are_no_unread_messages.js
+++ b/components/header-bar/src/features/the_headerbar_displays_a_link_to_messages_and_an_unread_count/there_are_no_unread_messages.js
@@ -1,5 +1,5 @@
-import '../common/index.js'
-import { Then, Given } from 'cypress-cucumber-preprocessor/steps'
+require('../common/index.js')
+import { Then, Given } from '@badeball/cypress-cucumber-preprocessor'
Given('there are 0 unread messages', () => {
cy.visitStory('HeaderBarTesting', 'Zero Unread Messages')
diff --git a/components/header-bar/src/features/the_headerbar_displays_a_link_to_messages_and_an_unread_count/there_are_some_unread_messages.js b/components/header-bar/src/features/the_headerbar_displays_a_link_to_messages_and_an_unread_count/there_are_some_unread_messages.js
index 513774c627..93c3500685 100644
--- a/components/header-bar/src/features/the_headerbar_displays_a_link_to_messages_and_an_unread_count/there_are_some_unread_messages.js
+++ b/components/header-bar/src/features/the_headerbar_displays_a_link_to_messages_and_an_unread_count/there_are_some_unread_messages.js
@@ -1,5 +1,5 @@
-import '../common/index.js'
-import { Then } from 'cypress-cucumber-preprocessor/steps'
+require('../common/index.js')
+import { Then } from '@badeball/cypress-cucumber-preprocessor'
Then('the messages link contains an icon with a number greater than 0', () => {
cy.get('[data-test="headerbar-messages-count"]').should(($count) => {
diff --git a/components/header-bar/src/features/the_headerbar_should_contain_a_logo_that_links_to_the_homepage/headerbar_contains_logo.js b/components/header-bar/src/features/the_headerbar_should_contain_a_logo_that_links_to_the_homepage/headerbar_contains_logo.js
index 9cde56108c..9cc88a5520 100644
--- a/components/header-bar/src/features/the_headerbar_should_contain_a_logo_that_links_to_the_homepage/headerbar_contains_logo.js
+++ b/components/header-bar/src/features/the_headerbar_should_contain_a_logo_that_links_to_the_homepage/headerbar_contains_logo.js
@@ -1,4 +1,4 @@
-import { Then } from 'cypress-cucumber-preprocessor/steps'
+import { Then } from '@badeball/cypress-cucumber-preprocessor'
import { baseUrl } from '../common/index.js'
Then('the HeaderBar should display the dhis2 logo', () => {
diff --git a/components/header-bar/src/features/the_headerbar_should_display_app_update_notification/index.js b/components/header-bar/src/features/the_headerbar_should_display_app_update_notification/index.js
index 40e6122f18..5ab56b45dd 100644
--- a/components/header-bar/src/features/the_headerbar_should_display_app_update_notification/index.js
+++ b/components/header-bar/src/features/the_headerbar_should_display_app_update_notification/index.js
@@ -1,4 +1,4 @@
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('the HeaderBar is rendered without an available update', () => {
cy.visitStory('HeaderBarTesting', 'default')
diff --git a/components/header-bar/src/features/the_headerbar_should_display_debug_version_infos/index.js b/components/header-bar/src/features/the_headerbar_should_display_debug_version_infos/index.js
index b516685d84..0a82d6b7ad 100644
--- a/components/header-bar/src/features/the_headerbar_should_display_debug_version_infos/index.js
+++ b/components/header-bar/src/features/the_headerbar_should_display_debug_version_infos/index.js
@@ -1,4 +1,4 @@
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given(
'the HeaderBar is rendered without an instance version in runtime context',
diff --git a/components/header-bar/src/features/the_headerbar_should_display_the_title_provided_by_the_backend_and_the_app/the_headerbar_displays_the_custom_title.js b/components/header-bar/src/features/the_headerbar_should_display_the_title_provided_by_the_backend_and_the_app/the_headerbar_displays_the_custom_title.js
index bcf4918ba5..8f9848baec 100644
--- a/components/header-bar/src/features/the_headerbar_should_display_the_title_provided_by_the_backend_and_the_app/the_headerbar_displays_the_custom_title.js
+++ b/components/header-bar/src/features/the_headerbar_should_display_the_title_provided_by_the_backend_and_the_app/the_headerbar_displays_the_custom_title.js
@@ -1,4 +1,4 @@
-import { Then, Given } from 'cypress-cucumber-preprocessor/steps'
+import { Then, Given } from '@badeball/cypress-cucumber-preprocessor'
Given('the custom title is "Barbaz" and the app title is "Example!"', () => {
cy.visitStory('HeaderBarTesting', 'Custom Application Title')
diff --git a/components/header-bar/src/features/the_search_should_escape_regexp_character/common.js b/components/header-bar/src/features/the_search_should_escape_regexp_character/common.js
index f88b173e70..1026a0a3b2 100644
--- a/components/header-bar/src/features/the_search_should_escape_regexp_character/common.js
+++ b/components/header-bar/src/features/the_search_should_escape_regexp_character/common.js
@@ -1,4 +1,5 @@
-import { Given } from 'cypress-cucumber-preprocessor/steps'
+import { Given } from '@badeball/cypress-cucumber-preprocessor'
+require('../common/index.js')
Given(/the search contains a (.*)/, (character) => {
cy.get('[data-test="headerbar-apps-icon"]').click()
diff --git a/components/header-bar/src/features/the_search_should_escape_regexp_character/the_modules_do_not_contain_items_with_special_chars.js b/components/header-bar/src/features/the_search_should_escape_regexp_character/the_modules_do_not_contain_items_with_special_chars.js
index b07013e0a8..f725a07c4c 100644
--- a/components/header-bar/src/features/the_search_should_escape_regexp_character/the_modules_do_not_contain_items_with_special_chars.js
+++ b/components/header-bar/src/features/the_search_should_escape_regexp_character/the_modules_do_not_contain_items_with_special_chars.js
@@ -1,5 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
-import '../common/index.js'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given(/no app name contains a (.*)/, (character) => {
// Needs to be wrapped, otherwise for some reason the wrong char is in the scope
diff --git a/components/header-bar/src/features/the_search_should_escape_regexp_character/the_user_searches_for_an_app_with_a_regex_character.js b/components/header-bar/src/features/the_search_should_escape_regexp_character/the_user_searches_for_an_app_with_a_regex_character.js
index 3f1318c3dd..8ed1c1e596 100644
--- a/components/header-bar/src/features/the_search_should_escape_regexp_character/the_user_searches_for_an_app_with_a_regex_character.js
+++ b/components/header-bar/src/features/the_search_should_escape_regexp_character/the_user_searches_for_an_app_with_a_regex_character.js
@@ -1,6 +1,5 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
-import { modulesWithSpecialCharacters } from '../../__e2e__/stories/common.js'
-import '../common/index.js'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
+import { modulesWithSpecialCharacters } from '../../__e2e__/stories/modulesWithSpecialCharacters.js'
Given(/some app names contain a (.*)/, (character) => {
// Needs to be wrapped, otherwise for some reason the wrong char is in the scope
diff --git a/components/help/src/features/accepts_children/index.js b/components/help/src/features/accepts_children/index.js
index 9d004378a3..ffdb10ca7d 100644
--- a/components/help/src/features/accepts_children/index.js
+++ b/components/help/src/features/accepts_children/index.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a Help component with children is rendered', () => {
cy.visitStory('Help', 'With children')
diff --git a/components/input/src/input-field/features/can_be_required/index.js b/components/input/src/input-field/features/can_be_required/index.js
index 4b421fd551..886459a7d7 100644
--- a/components/input/src/input-field/features/can_be_required/index.js
+++ b/components/input/src/input-field/features/can_be_required/index.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a InputField with label and a required flag is rendered', () => {
cy.visitStory('InputField', 'With label and required')
diff --git a/components/input/src/input/features/accepts_initial_focus/index.js b/components/input/src/input/features/accepts_initial_focus/index.js
index 2972942731..b76b1d6b19 100644
--- a/components/input/src/input/features/accepts_initial_focus/index.js
+++ b/components/input/src/input/features/accepts_initial_focus/index.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a Input with initialFocus is rendered', () => {
cy.visitStory('Input', 'With initialFocus')
diff --git a/components/input/src/input/features/can_be_blurred/index.js b/components/input/src/input/features/can_be_blurred/index.js
index 59a19514e8..0dcdd964f9 100644
--- a/components/input/src/input/features/can_be_blurred/index.js
+++ b/components/input/src/input/features/can_be_blurred/index.js
@@ -1,4 +1,4 @@
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('an Input with initialFocus and onBlur handler is rendered', () => {
cy.visitStory('Input', 'With initialFocus and onBlur')
diff --git a/components/input/src/input/features/can_be_changed/index.js b/components/input/src/input/features/can_be_changed/index.js
index 98aa423bf8..08449b424a 100644
--- a/components/input/src/input/features/can_be_changed/index.js
+++ b/components/input/src/input/features/can_be_changed/index.js
@@ -1,4 +1,4 @@
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a Input with onChange handler is rendered', () => {
cy.visitStory('Input', 'With onChange')
diff --git a/components/input/src/input/features/can_be_disabled/index.js b/components/input/src/input/features/can_be_disabled/index.js
index cb8e3454f5..edb415b0a4 100644
--- a/components/input/src/input/features/can_be_disabled/index.js
+++ b/components/input/src/input/features/can_be_disabled/index.js
@@ -1,4 +1,4 @@
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a disabled Input is rendered', () => {
cy.visitStory('Input', 'With disabled')
diff --git a/components/input/src/input/features/can_be_focused/index.js b/components/input/src/input/features/can_be_focused/index.js
index e467ac4d86..bfe83bb8aa 100644
--- a/components/input/src/input/features/can_be_focused/index.js
+++ b/components/input/src/input/features/can_be_focused/index.js
@@ -1,4 +1,4 @@
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a Input with onFocus handler is rendered', () => {
cy.visitStory('Input', 'With onFocus')
diff --git a/components/intersection-detector/src/features/Visibility_notification/index.js b/components/intersection-detector/src/features/Visibility_notification/index.js
index 9b704d86da..54cac17af5 100644
--- a/components/intersection-detector/src/features/Visibility_notification/index.js
+++ b/components/intersection-detector/src/features/Visibility_notification/index.js
@@ -1,4 +1,4 @@
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('the detector is not intersecting with the root', () => {
cy.visitStory('IntersectionDetector', 'Out Of View')
diff --git a/components/label/src/features/accepts_children/index.js b/components/label/src/features/accepts_children/index.js
index 9f77e04e4f..610d94fbf2 100644
--- a/components/label/src/features/accepts_children/index.js
+++ b/components/label/src/features/accepts_children/index.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a Label with children is rendered', () => {
cy.visitStory('Label', 'With children')
diff --git a/components/label/src/features/can_be_required/index.js b/components/label/src/features/can_be_required/index.js
index 8a713648b5..5766c0c541 100644
--- a/components/label/src/features/can_be_required/index.js
+++ b/components/label/src/features/can_be_required/index.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a Label with required is rendered', () => {
cy.visitStory('Label', 'With required')
diff --git a/components/layer/src/features/accepts_children/index.js b/components/layer/src/features/accepts_children/index.js
index b687dc83d8..9def4581df 100644
--- a/components/layer/src/features/accepts_children/index.js
+++ b/components/layer/src/features/accepts_children/index.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a Layer with children is rendered', () => {
cy.visitStory('Layer', 'Default')
diff --git a/components/layer/src/features/click_behavior/index.js b/components/layer/src/features/click_behavior/index.js
index 780c369e2e..77eaa7ffff 100644
--- a/components/layer/src/features/click_behavior/index.js
+++ b/components/layer/src/features/click_behavior/index.js
@@ -1,4 +1,4 @@
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a Layer with a button below it is rendered', () => {
cy.visitStory('Layer', 'Blocking')
diff --git a/components/layer/src/features/stacking/index.js b/components/layer/src/features/stacking/index.js
index 1b26c23a6f..ecbea5b17c 100644
--- a/components/layer/src/features/stacking/index.js
+++ b/components/layer/src/features/stacking/index.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('two equal sibling Layers are rendered', () => {
cy.visitStory('Layer', 'Equal Siblings')
diff --git a/components/legend/src/features/accepts_children/index.js b/components/legend/src/features/accepts_children/index.js
index 6a2bf5183c..e6c1d005a7 100644
--- a/components/legend/src/features/accepts_children/index.js
+++ b/components/legend/src/features/accepts_children/index.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a Legend with children is rendered', () => {
cy.visitStory('Legend', 'With children')
diff --git a/components/legend/src/features/can_be_required/index.js b/components/legend/src/features/can_be_required/index.js
index a5eae59568..58e1311100 100644
--- a/components/legend/src/features/can_be_required/index.js
+++ b/components/legend/src/features/can_be_required/index.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a Legend with content and a required flag is rendered', () => {
cy.visitStory('Legend', 'With content and required')
diff --git a/components/menu/src/flyout-menu/features/accepts_children/index.js b/components/menu/src/flyout-menu/features/accepts_children/index.js
index b3cceced65..3075f8b38f 100644
--- a/components/menu/src/flyout-menu/features/accepts_children/index.js
+++ b/components/menu/src/flyout-menu/features/accepts_children/index.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a FlyoutMenu with children is rendered', () => {
cy.visitStory('FlyoutMenu', 'With Children')
diff --git a/components/menu/src/flyout-menu/features/position/index.js b/components/menu/src/flyout-menu/features/position/index.js
index d635e3d7fd..7d1feb974c 100644
--- a/components/menu/src/flyout-menu/features/position/index.js
+++ b/components/menu/src/flyout-menu/features/position/index.js
@@ -1,4 +1,4 @@
-import { Given, Then, When } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then, When } from '@badeball/cypress-cucumber-preprocessor'
const CLOSE_TO_DELTA = 1
diff --git a/components/menu/src/flyout-menu/features/toggles_submenus/index.js b/components/menu/src/flyout-menu/features/toggles_submenus/index.js
index c8cbba4d28..50ee4b35a0 100644
--- a/components/menu/src/flyout-menu/features/toggles_submenus/index.js
+++ b/components/menu/src/flyout-menu/features/toggles_submenus/index.js
@@ -1,4 +1,4 @@
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a FlyoutMenu with two SubMenus is rendered', () => {
cy.visitStory('FlyoutMenu', 'Toggles Sub Menus')
diff --git a/components/menu/src/menu-item/features/accepts_href/index.js b/components/menu/src/menu-item/features/accepts_href/index.js
index ace9eec24b..d3e103856c 100644
--- a/components/menu/src/menu-item/features/accepts_href/index.js
+++ b/components/menu/src/menu-item/features/accepts_href/index.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a MenuItem with href is rendered', () => {
cy.visitStory('MenuItem', 'With Href')
diff --git a/components/menu/src/menu-item/features/accepts_icon/index.js b/components/menu/src/menu-item/features/accepts_icon/index.js
index 24221621f6..50cd38e20b 100644
--- a/components/menu/src/menu-item/features/accepts_icon/index.js
+++ b/components/menu/src/menu-item/features/accepts_icon/index.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a MenuItem supplied with an icon is rendered', () => {
cy.visitStory('MenuItem', 'With Icon')
diff --git a/components/menu/src/menu-item/features/accepts_label/index.js b/components/menu/src/menu-item/features/accepts_label/index.js
index ec48d8d87f..6e2e097a0b 100644
--- a/components/menu/src/menu-item/features/accepts_label/index.js
+++ b/components/menu/src/menu-item/features/accepts_label/index.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a MenuItem supplied with a label is rendered', () => {
cy.visitStory('MenuItem', 'With Label')
diff --git a/components/menu/src/menu-item/features/accepts_suffix/index.js b/components/menu/src/menu-item/features/accepts_suffix/index.js
index e61d19f251..07f6508f15 100644
--- a/components/menu/src/menu-item/features/accepts_suffix/index.js
+++ b/components/menu/src/menu-item/features/accepts_suffix/index.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a MenuItem supplied with a suffix is rendered', () => {
cy.visitStory('MenuItem', 'With Suffix')
diff --git a/components/menu/src/menu-item/features/accepts_target/index.js b/components/menu/src/menu-item/features/accepts_target/index.js
index bf41311217..094c743e61 100644
--- a/components/menu/src/menu-item/features/accepts_target/index.js
+++ b/components/menu/src/menu-item/features/accepts_target/index.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a MenuItem with target is rendered', () => {
cy.visitStory('MenuItem', 'With Target')
diff --git a/components/menu/src/menu-item/features/is_clickable/index.js b/components/menu/src/menu-item/features/is_clickable/index.js
index 0f6d17aca3..164442bd03 100644
--- a/components/menu/src/menu-item/features/is_clickable/index.js
+++ b/components/menu/src/menu-item/features/is_clickable/index.js
@@ -1,4 +1,4 @@
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a MenuItem with onClick handler and value is rendered', () => {
cy.visitStory('MenuItem', 'With On Click And Value')
diff --git a/components/menu/src/menu-section-header/features/accepts_label/index.js b/components/menu/src/menu-section-header/features/accepts_label/index.js
index 70bb3d779a..254686b58c 100644
--- a/components/menu/src/menu-section-header/features/accepts_label/index.js
+++ b/components/menu/src/menu-section-header/features/accepts_label/index.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a MenuSectionHeader supplied with a label is rendered', () => {
cy.visitStory('MenuSectionHeader', 'With Label')
diff --git a/components/menu/src/menu/features/accepts_children/index.js b/components/menu/src/menu/features/accepts_children/index.js
index 6b7f951b7a..b50664fad5 100644
--- a/components/menu/src/menu/features/accepts_children/index.js
+++ b/components/menu/src/menu/features/accepts_children/index.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a Menu with children is rendered', () => {
cy.visitStory('Menu', 'With children')
diff --git a/components/modal/src/modal-actions/features/accepts_children/index.js b/components/modal/src/modal-actions/features/accepts_children/index.js
index e742473bb1..0447edb17e 100644
--- a/components/modal/src/modal-actions/features/accepts_children/index.js
+++ b/components/modal/src/modal-actions/features/accepts_children/index.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a ModalActions with children is rendered', () => {
cy.visitStory('ModalActions', 'With children')
diff --git a/components/modal/src/modal-content/features/accepts_children/index.js b/components/modal/src/modal-content/features/accepts_children/index.js
index fbd4bd8b39..401491f5b4 100644
--- a/components/modal/src/modal-content/features/accepts_children/index.js
+++ b/components/modal/src/modal-content/features/accepts_children/index.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a ModalContent with children is rendered', () => {
cy.visitStory('ModalContent', 'With children')
diff --git a/components/modal/src/modal-title/features/accepts_children/index.js b/components/modal/src/modal-title/features/accepts_children/index.js
index 9678536b31..5c7e7a29d7 100644
--- a/components/modal/src/modal-title/features/accepts_children/index.js
+++ b/components/modal/src/modal-title/features/accepts_children/index.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a ModalTitle with children is rendered', () => {
cy.visitStory('ModalTitle', 'With children')
diff --git a/components/modal/src/modal/features/accepts_children/index.js b/components/modal/src/modal/features/accepts_children/index.js
index 7b4681ea31..1801351a1b 100644
--- a/components/modal/src/modal/features/accepts_children/index.js
+++ b/components/modal/src/modal/features/accepts_children/index.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a Modal with children is rendered', () => {
cy.visitStory('Modal', 'With children')
diff --git a/components/modal/src/modal/features/can_be_closed/index.js b/components/modal/src/modal/features/can_be_closed/index.js
index e2c9793b56..991a4cdac9 100644
--- a/components/modal/src/modal/features/can_be_closed/index.js
+++ b/components/modal/src/modal/features/can_be_closed/index.js
@@ -1,4 +1,4 @@
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a top-aligned Modal with onClose handler is rendered', () => {
cy.visitStory('Modal', 'With onClose')
diff --git a/components/modal/src/modal/features/does_not_unmount_children_when_hiding/index.js b/components/modal/src/modal/features/does_not_unmount_children_when_hiding/index.js
index e678d0eb5b..6f14c5a110 100644
--- a/components/modal/src/modal/features/does_not_unmount_children_when_hiding/index.js
+++ b/components/modal/src/modal/features/does_not_unmount_children_when_hiding/index.js
@@ -1,4 +1,4 @@
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a modal with a counter component is rendered', () => {
cy.visitStory('Modal', 'With stateful children')
diff --git a/components/node/src/features/accepts_children/index.js b/components/node/src/features/accepts_children/index.js
index 8c8759ce10..5f54a64ca8 100644
--- a/components/node/src/features/accepts_children/index.js
+++ b/components/node/src/features/accepts_children/index.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a closed Node with children is rendered', () => {
cy.visitStory('Node', 'Closed with children')
diff --git a/components/node/src/features/accepts_component/index.js b/components/node/src/features/accepts_component/index.js
index f5d99c2c2c..d8c05262ad 100644
--- a/components/node/src/features/accepts_component/index.js
+++ b/components/node/src/features/accepts_component/index.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a Node with component prop is rendered', () => {
cy.visitStory('Node', 'With component')
diff --git a/components/node/src/features/accepts_icon/index.js b/components/node/src/features/accepts_icon/index.js
index 03ff2a8a2b..2731dc287f 100644
--- a/components/node/src/features/accepts_icon/index.js
+++ b/components/node/src/features/accepts_icon/index.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a Node with icon prop is rendered', () => {
cy.visitStory('Node', 'With icon')
diff --git a/components/node/src/features/can_be_closed/index.js b/components/node/src/features/can_be_closed/index.js
index 123115440c..38d9a1fd2a 100644
--- a/components/node/src/features/can_be_closed/index.js
+++ b/components/node/src/features/can_be_closed/index.js
@@ -1,4 +1,4 @@
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('an open Node with an onClose handler is rendered', () => {
cy.visitStory('Node', 'Open with onClose')
diff --git a/components/node/src/features/can_be_opened/index.js b/components/node/src/features/can_be_opened/index.js
index 1d79e7d70f..badf3056b9 100644
--- a/components/node/src/features/can_be_opened/index.js
+++ b/components/node/src/features/can_be_opened/index.js
@@ -1,4 +1,4 @@
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a closed Node with an onOpen handler is rendered', () => {
cy.visitStory('Node', 'Closed with onOpen')
diff --git a/components/notice-box/src/features/accepts_children/index.js b/components/notice-box/src/features/accepts_children/index.js
index b8b66a54d7..f8144d0bbf 100644
--- a/components/notice-box/src/features/accepts_children/index.js
+++ b/components/notice-box/src/features/accepts_children/index.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a NoticeBox receives a message as children', () => {
cy.visitStory('NoticeBox', 'With children')
diff --git a/components/notice-box/src/features/accepts_title/index.js b/components/notice-box/src/features/accepts_title/index.js
index ed4e164256..29e875545b 100644
--- a/components/notice-box/src/features/accepts_title/index.js
+++ b/components/notice-box/src/features/accepts_title/index.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a NoticeBox receives a title prop', () => {
cy.visitStory('NoticeBox', 'With title')
diff --git a/components/organisation-unit-tree/src/__e2e__/common.js b/components/organisation-unit-tree/src/__e2e__/common.js
index 3be4c36ef4..26999e7e06 100644
--- a/components/organisation-unit-tree/src/__e2e__/common.js
+++ b/components/organisation-unit-tree/src/__e2e__/common.js
@@ -2,132 +2,14 @@
import { CustomDataProvider } from '@dhis2/app-runtime'
import PropTypes from 'prop-types'
import React, { useState } from 'react'
+import { getOrganisationUnitData } from './get-organisation-unit-data.js'
-export const namespace = 'OrganisationUnitTree'
+export { getOrganisationUnitData } from './get-organisation-unit-data.js'
+export { namespace } from './namespace.js'
export const delayResponse = (delay, response) => () =>
new Promise((resolve) => setTimeout(() => resolve(response), delay))
-const createResponse = ({ fields, id, path, displayName, children }) => ({
- ...(fields.includes('id') ? { id } : {}),
- ...(fields.includes('path') ? { path } : {}),
- ...(fields.includes('displayName') ? { displayName } : {}),
- ...(fields.includes('children::size') ? { children: children.length } : {}),
- ...(fields.includes('children[id,path,displayName]') ? { children } : {}),
-})
-
-export const getOrganisationUnitData = (id, { fields }) => {
- let data
-
- if (id === 'A0000000000') {
- data = createResponse({
- fields,
- id: 'A0000000000',
- path: '/A0000000000',
- displayName: 'Org Unit 1',
- children: [
- {
- id: 'A0000000001',
- path: '/A0000000000/A0000000001',
- displayName: 'Org Unit 2',
- },
- {
- id: 'A0000000002',
- path: '/A0000000000/A0000000002',
- displayName: 'Org Unit 3',
- },
- {
- id: 'A0000000006',
- path: '/A0000000000/A0000000006',
- displayName: 'Org Unit 7',
- },
- ],
- })
- }
-
- if (id === 'A0000000001') {
- data = createResponse({
- fields,
- id: 'A0000000001',
- path: '/A0000000000/A0000000001',
- displayName: 'Org Unit 2',
- children: [
- {
- id: 'A0000000003',
- path: '/A0000000000/A0000000001/A0000000003',
- children: [],
- displayName: 'Org Unit 4',
- },
- {
- id: 'A0000000004',
- path: '/A0000000000/A0000000001/A0000000004',
- children: [],
- displayName: 'Org Unit 5',
- },
- ],
- })
- }
-
- if (id === 'A0000000002') {
- data = createResponse({
- fields,
- displayName: 'Org Unit 3',
- id: 'A0000000002',
- path: '/A0000000000/A0000000002',
- children: [],
- })
- }
-
- if (id === 'A0000000003') {
- data = createResponse({
- fields,
- displayName: 'Org Unit 4',
- id: 'A0000000003',
- path: '/A0000000000/A0000000001/A0000000003',
- children: [
- {
- id: 'A0000000007',
- path: '/A0000000000/A0000000001/A0000000003/A0000000007',
- children: [],
- displayName: 'Org Unit 8',
- },
- ],
- })
- }
-
- if (id === 'A0000000004') {
- data = createResponse({
- fields,
- displayName: 'Org Unit 5',
- id: 'A0000000004',
- path: '/A0000000000/A0000000001/A0000000004',
- children: [],
- })
- }
-
- if (id === 'A0000000006') {
- data = createResponse({
- fields,
- displayName: 'Org Unit 7',
- id: 'A0000000006',
- path: '/A0000000000/A0000000006',
- children: [],
- })
- }
-
- if (id === 'A0000000007') {
- data = createResponse({
- fields,
- displayName: 'Org Unit 8',
- id: 'A0000000007',
- path: '/A0000000000/A0000000001/A0000000003/A0000000007',
- children: [],
- })
- }
-
- return data
-}
-
export const dataProviderData = {
organisationUnits: (_, { id, params = {} }) => {
console.log('id, params', id, params)
diff --git a/components/organisation-unit-tree/src/__e2e__/get-organisation-unit-data.js b/components/organisation-unit-tree/src/__e2e__/get-organisation-unit-data.js
new file mode 100644
index 0000000000..6c07473f8c
--- /dev/null
+++ b/components/organisation-unit-tree/src/__e2e__/get-organisation-unit-data.js
@@ -0,0 +1,119 @@
+const createResponse = ({ fields, id, path, displayName, children }) => ({
+ ...(fields.includes('id') ? { id } : {}),
+ ...(fields.includes('path') ? { path } : {}),
+ ...(fields.includes('displayName') ? { displayName } : {}),
+ ...(fields.includes('children::size') ? { children: children.length } : {}),
+ ...(fields.includes('children[id,path,displayName]') ? { children } : {}),
+})
+
+export const getOrganisationUnitData = (id, { fields }) => {
+ let data
+
+ if (id === 'A0000000000') {
+ data = createResponse({
+ fields,
+ id: 'A0000000000',
+ path: '/A0000000000',
+ displayName: 'Org Unit 1',
+ children: [
+ {
+ id: 'A0000000001',
+ path: '/A0000000000/A0000000001',
+ displayName: 'Org Unit 2',
+ },
+ {
+ id: 'A0000000002',
+ path: '/A0000000000/A0000000002',
+ displayName: 'Org Unit 3',
+ },
+ {
+ id: 'A0000000006',
+ path: '/A0000000000/A0000000006',
+ displayName: 'Org Unit 7',
+ },
+ ],
+ })
+ }
+
+ if (id === 'A0000000001') {
+ data = createResponse({
+ fields,
+ id: 'A0000000001',
+ path: '/A0000000000/A0000000001',
+ displayName: 'Org Unit 2',
+ children: [
+ {
+ id: 'A0000000003',
+ path: '/A0000000000/A0000000001/A0000000003',
+ children: [],
+ displayName: 'Org Unit 4',
+ },
+ {
+ id: 'A0000000004',
+ path: '/A0000000000/A0000000001/A0000000004',
+ children: [],
+ displayName: 'Org Unit 5',
+ },
+ ],
+ })
+ }
+
+ if (id === 'A0000000002') {
+ data = createResponse({
+ fields,
+ displayName: 'Org Unit 3',
+ id: 'A0000000002',
+ path: '/A0000000000/A0000000002',
+ children: [],
+ })
+ }
+
+ if (id === 'A0000000003') {
+ data = createResponse({
+ fields,
+ displayName: 'Org Unit 4',
+ id: 'A0000000003',
+ path: '/A0000000000/A0000000001/A0000000003',
+ children: [
+ {
+ id: 'A0000000007',
+ path: '/A0000000000/A0000000001/A0000000003/A0000000007',
+ children: [],
+ displayName: 'Org Unit 8',
+ },
+ ],
+ })
+ }
+
+ if (id === 'A0000000004') {
+ data = createResponse({
+ fields,
+ displayName: 'Org Unit 5',
+ id: 'A0000000004',
+ path: '/A0000000000/A0000000001/A0000000004',
+ children: [],
+ })
+ }
+
+ if (id === 'A0000000006') {
+ data = createResponse({
+ fields,
+ displayName: 'Org Unit 7',
+ id: 'A0000000006',
+ path: '/A0000000000/A0000000006',
+ children: [],
+ })
+ }
+
+ if (id === 'A0000000007') {
+ data = createResponse({
+ fields,
+ displayName: 'Org Unit 8',
+ id: 'A0000000007',
+ path: '/A0000000000/A0000000001/A0000000003/A0000000007',
+ children: [],
+ })
+ }
+
+ return data
+}
diff --git a/components/organisation-unit-tree/src/__e2e__/namespace.js b/components/organisation-unit-tree/src/__e2e__/namespace.js
new file mode 100644
index 0000000000..4cf2f3ceb2
--- /dev/null
+++ b/components/organisation-unit-tree/src/__e2e__/namespace.js
@@ -0,0 +1 @@
+export const namespace = 'OrganisationUnitTree'
diff --git a/components/organisation-unit-tree/src/features/children_as_child_nodes/index.js b/components/organisation-unit-tree/src/features/children_as_child_nodes/index.js
index 7b99b3b5d8..f012b33a48 100644
--- a/components/organisation-unit-tree/src/features/children_as_child_nodes/index.js
+++ b/components/organisation-unit-tree/src/features/children_as_child_nodes/index.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('an OrganisationUnitTree with children is rendered', () => {
cy.visitStory('OrganisationUnitTree', 'Closed with children')
diff --git a/components/organisation-unit-tree/src/features/controlled_expanded/index.js b/components/organisation-unit-tree/src/features/controlled_expanded/index.js
index 216cff0e50..2c23d55baa 100644
--- a/components/organisation-unit-tree/src/features/controlled_expanded/index.js
+++ b/components/organisation-unit-tree/src/features/controlled_expanded/index.js
@@ -1,5 +1,6 @@
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
-import { getOrganisationUnitData, namespace } from '../../__e2e__/common.js'
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
+import { getOrganisationUnitData } from '../../__e2e__/get-organisation-unit-data.js'
+import { namespace } from '../../__e2e__/namespace.js'
const expectOrgUnitsToBeDisplayed = (ids) => {
const expandedLabels = ids.map(
diff --git a/components/organisation-unit-tree/src/features/displaying_loading_error/index.js b/components/organisation-unit-tree/src/features/displaying_loading_error/index.js
index 07d32bc827..5a24eb91f7 100644
--- a/components/organisation-unit-tree/src/features/displaying_loading_error/index.js
+++ b/components/organisation-unit-tree/src/features/displaying_loading_error/index.js
@@ -1,4 +1,4 @@
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given(
"loading errors do not display automatically and loading A0000000001's children will fail",
diff --git a/components/organisation-unit-tree/src/features/expanded/index.js b/components/organisation-unit-tree/src/features/expanded/index.js
index 28602635ca..7edf4bddc8 100644
--- a/components/organisation-unit-tree/src/features/expanded/index.js
+++ b/components/organisation-unit-tree/src/features/expanded/index.js
@@ -1,4 +1,4 @@
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
const getRootOrgUnitByLabel = (label) => {
const rootOrgUnitLabelSelector = `
diff --git a/components/organisation-unit-tree/src/features/force_reload/index.js b/components/organisation-unit-tree/src/features/force_reload/index.js
index fb82296363..339529de16 100644
--- a/components/organisation-unit-tree/src/features/force_reload/index.js
+++ b/components/organisation-unit-tree/src/features/force_reload/index.js
@@ -1,4 +1,4 @@
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a OrganisationUnitTree with three levels is rendered', () => {
cy.visitStory('OrganisationUnitTree', 'Force reloading')
diff --git a/components/organisation-unit-tree/src/features/highlight/index.js b/components/organisation-unit-tree/src/features/highlight/index.js
index 80de5f526f..caab672c7c 100644
--- a/components/organisation-unit-tree/src/features/highlight/index.js
+++ b/components/organisation-unit-tree/src/features/highlight/index.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a OrganisationUnitTree with a highlighted root unit is rendered', () => {
cy.visitStory('OrganisationUnitTree', 'Root highlighted')
diff --git a/components/organisation-unit-tree/src/features/loading_state/index.js b/components/organisation-unit-tree/src/features/loading_state/index.js
index 0109b92e8e..cc9cf2e370 100644
--- a/components/organisation-unit-tree/src/features/loading_state/index.js
+++ b/components/organisation-unit-tree/src/features/loading_state/index.js
@@ -1,4 +1,4 @@
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a OrganisationUnitTree with two levels is rendered', () => {
cy.visitStory('OrganisationUnitTree', 'A0000000001 loading')
diff --git a/components/organisation-unit-tree/src/features/multi_selection/index.js b/components/organisation-unit-tree/src/features/multi_selection/index.js
index 7658b47a95..7452483556 100644
--- a/components/organisation-unit-tree/src/features/multi_selection/index.js
+++ b/components/organisation-unit-tree/src/features/multi_selection/index.js
@@ -1,4 +1,4 @@
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('an OrganisationUnitTree with two levels is rendered', () => {
cy.visitStory('OrganisationUnitTree', 'Multiple selection')
diff --git a/components/organisation-unit-tree/src/features/no_selection/index.js b/components/organisation-unit-tree/src/features/no_selection/index.js
index 8db30d78a5..fb1d8c27cd 100644
--- a/components/organisation-unit-tree/src/features/no_selection/index.js
+++ b/components/organisation-unit-tree/src/features/no_selection/index.js
@@ -1,4 +1,4 @@
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given(
'a disabled, collapsed OrganisationUnitTree with two levels is rendered',
diff --git a/components/organisation-unit-tree/src/features/path_based_filtering/index.js b/components/organisation-unit-tree/src/features/path_based_filtering/index.js
index 4d8e1989ce..ff0f2a673a 100644
--- a/components/organisation-unit-tree/src/features/path_based_filtering/index.js
+++ b/components/organisation-unit-tree/src/features/path_based_filtering/index.js
@@ -1,4 +1,4 @@
-import { Before, Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Before, Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Before(() => {
cy.wrap([]).as('displayedUnits')
@@ -79,7 +79,7 @@ Then('the second node on the first level is visible', () => {
addDisplayedUnit('A0000000002')
})
-Then('all other nodes are not rendered', async () => {
+Then('all other nodes are not rendered', () => {
cy.get('@displayedUnits').then((displayedUnits) => {
cy.window().then((win) => {
const excludedUnitNumbers = win.allUnits
diff --git a/components/organisation-unit-tree/src/features/single_selection.feature b/components/organisation-unit-tree/src/features/single_selection.feature
index 7ac22752cd..7d398976d7 100644
--- a/components/organisation-unit-tree/src/features/single_selection.feature
+++ b/components/organisation-unit-tree/src/features/single_selection.feature
@@ -2,7 +2,7 @@ Feature: When specified only one unit can be selected
Scenario: The user selects a unit when no other unit is selected
Given an OrganisationUnitTree with two nodes is rendered
- And no unit is selected
+ And no unit has been selected
When the user selects the first unit
Then the first unit is selected
diff --git a/components/organisation-unit-tree/src/features/single_selection/index.js b/components/organisation-unit-tree/src/features/single_selection/index.js
index 06f050b454..4c997a86f1 100644
--- a/components/organisation-unit-tree/src/features/single_selection/index.js
+++ b/components/organisation-unit-tree/src/features/single_selection/index.js
@@ -1,10 +1,10 @@
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('an OrganisationUnitTree with two nodes is rendered', () => {
cy.visitStory('OrganisationUnitTree', 'Single selection')
})
-Given('no unit is selected', () => {
+Given('no unit has been selected', () => {
cy.get('.checked').should('not.exist')
})
@@ -37,11 +37,5 @@ Then('the second unit is selected', () => {
})
Then('no unit is selected', () => {
- cy.get('[data-test="dhis2-uiwidgets-orgunittree-node"]').should(
- ($nodes) => {
- $nodes.each((index, node) => {
- cy.wrap(Cypress.$(node)).shouldNotBeASelectedOrgUnitNode()
- })
- }
- )
+ cy.get('.checked').should('not.exist')
})
diff --git a/components/organisation-unit-tree/src/features/sub_unit_as_root/index.js b/components/organisation-unit-tree/src/features/sub_unit_as_root/index.js
index 7ae3b619ac..e821ef2164 100644
--- a/components/organisation-unit-tree/src/features/sub_unit_as_root/index.js
+++ b/components/organisation-unit-tree/src/features/sub_unit_as_root/index.js
@@ -1,4 +1,4 @@
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
const rootOrgUnitLabelSelector = `
[data-test="dhis2-uiwidgets-orgunittree"]
@@ -22,13 +22,6 @@ Given('both a sub org unit and a main org unit are root org units', () => {
)
})
-Given('both a sub org unit and a main org unit are root org units', () => {
- cy.visitStory(
- 'OrganisationUnitTree',
- 'multiple root sub and one main org unit'
- )
-})
-
Given('multiple sub org units is a root org unit', () => {
cy.visitStory(
'OrganisationUnitTree',
@@ -43,13 +36,6 @@ Given('the root sub org unit is a child of the root main org unit', () => {
)
})
-Given('the root sub org unit is a child of the root main org unit', () => {
- cy.visitStory(
- 'OrganisationUnitTree',
- 'multiple root sub and one main org unit'
- )
-})
-
Given('the user provided one root sub org unit to the filter', () => {
cy.get('input[type="input"]').clear().type('/A0000000001')
})
diff --git a/components/organisation-unit-tree/src/features/tree_api/index.js b/components/organisation-unit-tree/src/features/tree_api/index.js
index 836bc0eb31..7968ca11e3 100644
--- a/components/organisation-unit-tree/src/features/tree_api/index.js
+++ b/components/organisation-unit-tree/src/features/tree_api/index.js
@@ -1,4 +1,4 @@
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
const expectStubPayloadToEqual = (stub, prop, expected) => {
const calls = stub.getCalls()
diff --git a/components/popover/src/features/arrow_position/index.js b/components/popover/src/features/arrow_position/index.js
index fe8a281b45..b13215b92c 100644
--- a/components/popover/src/features/arrow_position/index.js
+++ b/components/popover/src/features/arrow_position/index.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a Popover is rendered with placement top', () => {
cy.visitStory('Popover', 'Placement Top')
diff --git a/components/popover/src/features/clicking_outside/index.js b/components/popover/src/features/clicking_outside/index.js
index f31c6971ae..daec1e255b 100644
--- a/components/popover/src/features/clicking_outside/index.js
+++ b/components/popover/src/features/clicking_outside/index.js
@@ -1,4 +1,4 @@
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a default Popper is rendered with arrow set to true', () => {
cy.visitStory('Popover', 'Default')
diff --git a/components/popover/src/features/conditional_arrow/index.js b/components/popover/src/features/conditional_arrow/index.js
index 11815de0c0..8c06e6f487 100644
--- a/components/popover/src/features/conditional_arrow/index.js
+++ b/components/popover/src/features/conditional_arrow/index.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a default Popper is rendered with arrow set to true', () => {
cy.visitStory('Popover', 'Default')
diff --git a/components/popover/src/features/position/index.js b/components/popover/src/features/position/index.js
index aa64c4140b..0c345b16db 100644
--- a/components/popover/src/features/position/index.js
+++ b/components/popover/src/features/position/index.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
const CLOSE_TO_DELTA = 1
diff --git a/components/popper/src/features/accepts_different_reference_types/index.js b/components/popper/src/features/accepts_different_reference_types/index.js
index 471fd00db6..ca7698b2c0 100644
--- a/components/popper/src/features/accepts_different_reference_types/index.js
+++ b/components/popper/src/features/accepts_different_reference_types/index.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given(
'a Popper with placement bottom-start has a React Ref as its reference',
() => {
diff --git a/components/popper/src/features/positions/index.js b/components/popper/src/features/positions/index.js
index 30c198e9a1..f1a95f4469 100644
--- a/components/popper/src/features/positions/index.js
+++ b/components/popper/src/features/positions/index.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
// Visit stories with different placements
Given('the Popper is rendered with placement top', () => {
diff --git a/components/radio/src/features/accepts_initial_focus/index.js b/components/radio/src/features/accepts_initial_focus/index.js
index c8a4a24b1f..7bb07035f3 100644
--- a/components/radio/src/features/accepts_initial_focus/index.js
+++ b/components/radio/src/features/accepts_initial_focus/index.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a Radio with initialFocus is rendered', () => {
cy.visitStory('Radio', 'With initialFocus')
diff --git a/components/radio/src/features/accepts_label/index.js b/components/radio/src/features/accepts_label/index.js
index b092f46bc0..c9867e0534 100644
--- a/components/radio/src/features/accepts_label/index.js
+++ b/components/radio/src/features/accepts_label/index.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a Radio with a label is rendered', () => {
cy.visitStory('Radio', 'With label')
diff --git a/components/radio/src/features/can_be_blurred/index.js b/components/radio/src/features/can_be_blurred/index.js
index b1719979e1..0536a4cd19 100644
--- a/components/radio/src/features/can_be_blurred/index.js
+++ b/components/radio/src/features/can_be_blurred/index.js
@@ -1,4 +1,4 @@
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a Radio with initialFocus and onBlur handler is rendered', () => {
cy.visitStory('Radio', 'With initialFocus and onBlur')
diff --git a/components/radio/src/features/can_be_changed/index.js b/components/radio/src/features/can_be_changed/index.js
index d1fe731ad5..0abadd89a7 100644
--- a/components/radio/src/features/can_be_changed/index.js
+++ b/components/radio/src/features/can_be_changed/index.js
@@ -1,4 +1,4 @@
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a Radio with onChange handler is rendered', () => {
cy.visitStory('Radio', 'With onChange')
diff --git a/components/radio/src/features/can_be_disabled/index.js b/components/radio/src/features/can_be_disabled/index.js
index 823b43f8b4..793b1ea7d6 100644
--- a/components/radio/src/features/can_be_disabled/index.js
+++ b/components/radio/src/features/can_be_disabled/index.js
@@ -1,4 +1,4 @@
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a disabled Radio is rendered', () => {
cy.visitStory('Radio', 'With disabled')
diff --git a/components/radio/src/features/can_be_focused/index.js b/components/radio/src/features/can_be_focused/index.js
index 6031495dd5..58d660df90 100644
--- a/components/radio/src/features/can_be_focused/index.js
+++ b/components/radio/src/features/can_be_focused/index.js
@@ -1,4 +1,4 @@
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a Radio with onFocus handler is rendered', () => {
cy.visitStory('Radio', 'With onFocus')
diff --git a/components/select/src/multi-select-field/features/accepts_help_text/index.js b/components/select/src/multi-select-field/features/accepts_help_text/index.js
index f2e7ed8fa4..f3ad4c9480 100644
--- a/components/select/src/multi-select-field/features/accepts_help_text/index.js
+++ b/components/select/src/multi-select-field/features/accepts_help_text/index.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a MultiSelectField with help text is rendered', () => {
cy.visitStory('MultiSelectField', 'With help text')
diff --git a/components/select/src/multi-select-field/features/accepts_label/index.js b/components/select/src/multi-select-field/features/accepts_label/index.js
index b0763dda66..03c88b3825 100644
--- a/components/select/src/multi-select-field/features/accepts_label/index.js
+++ b/components/select/src/multi-select-field/features/accepts_label/index.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a MultiSelectField with a label is rendered', () => {
cy.visitStory('MultiSelectField', 'With label')
diff --git a/components/select/src/multi-select-field/features/accepts_validation_text/index.js b/components/select/src/multi-select-field/features/accepts_validation_text/index.js
index 350af8fdea..a6476390f7 100644
--- a/components/select/src/multi-select-field/features/accepts_validation_text/index.js
+++ b/components/select/src/multi-select-field/features/accepts_validation_text/index.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a MultiSelectField with validation text is rendered', () => {
cy.visitStory('MultiSelectField', 'With validation text')
diff --git a/components/select/src/multi-select-field/features/can_be_required/index.js b/components/select/src/multi-select-field/features/can_be_required/index.js
index 3b3b2f7512..ee3c96c069 100644
--- a/components/select/src/multi-select-field/features/can_be_required/index.js
+++ b/components/select/src/multi-select-field/features/can_be_required/index.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a MultiSelectField with label and a required flag is rendered', () => {
cy.visitStory('MultiSelectField', 'With label and required status')
diff --git a/components/select/src/multi-select-field/features/has_default_clear_text/index.js b/components/select/src/multi-select-field/features/has_default_clear_text/index.js
index 753f25815a..40c63b2847 100644
--- a/components/select/src/multi-select-field/features/has_default_clear_text/index.js
+++ b/components/select/src/multi-select-field/features/has_default_clear_text/index.js
@@ -1,4 +1,4 @@
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a clearable MultiSelectField with selected option is rendered', () => {
cy.visitStory('MultiSelectField', 'With clearable and selected option')
diff --git a/components/select/src/multi-select-field/features/has_default_empty_text/index.js b/components/select/src/multi-select-field/features/has_default_empty_text/index.js
index 6303e807a2..aa7e541c49 100644
--- a/components/select/src/multi-select-field/features/has_default_empty_text/index.js
+++ b/components/select/src/multi-select-field/features/has_default_empty_text/index.js
@@ -1,4 +1,4 @@
-import { Given, Then, When } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then, When } from '@badeball/cypress-cucumber-preprocessor'
Given('an empty MultiSelectField is rendered', () => {
cy.visitStory('MultiSelectField', 'Without options')
diff --git a/components/select/src/multi-select-field/features/has_default_filter_nomatch_text/index.js b/components/select/src/multi-select-field/features/has_default_filter_nomatch_text/index.js
index b1bfcef13b..06b483de54 100644
--- a/components/select/src/multi-select-field/features/has_default_filter_nomatch_text/index.js
+++ b/components/select/src/multi-select-field/features/has_default_filter_nomatch_text/index.js
@@ -1,4 +1,4 @@
-import { Given, Then, When } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then, When } from '@badeball/cypress-cucumber-preprocessor'
Given('a filterable MultiSelectField is rendered', () => {
cy.visitStory('MultiSelectField', 'With filterable')
diff --git a/components/select/src/multi-select-field/features/has_default_filter_placeholder/index.js b/components/select/src/multi-select-field/features/has_default_filter_placeholder/index.js
index 2fd35fba80..6106a7d2f5 100644
--- a/components/select/src/multi-select-field/features/has_default_filter_placeholder/index.js
+++ b/components/select/src/multi-select-field/features/has_default_filter_placeholder/index.js
@@ -1,4 +1,4 @@
-import { Given, Then, When } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then, When } from '@badeball/cypress-cucumber-preprocessor'
Given('a filterable MultiSelectField is rendered', () => {
cy.visitStory('MultiSelectField', 'With filterable')
diff --git a/components/select/src/multi-select-field/features/has_default_loading_text/index.js b/components/select/src/multi-select-field/features/has_default_loading_text/index.js
index 79b32c0db6..5112476ffb 100644
--- a/components/select/src/multi-select-field/features/has_default_loading_text/index.js
+++ b/components/select/src/multi-select-field/features/has_default_loading_text/index.js
@@ -1,4 +1,4 @@
-import { Given, Then, When } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then, When } from '@badeball/cypress-cucumber-preprocessor'
Given('a loading MultiSelectField is rendered', () => {
cy.visitStory('MultiSelectField', 'With loading')
diff --git a/components/select/src/multi-select/features/accepts_blur_cb/index.js b/components/select/src/multi-select/features/accepts_blur_cb/index.js
index 9b942d45a9..f149cf2c8b 100644
--- a/components/select/src/multi-select/features/accepts_blur_cb/index.js
+++ b/components/select/src/multi-select/features/accepts_blur_cb/index.js
@@ -1,5 +1,5 @@
-import '../common/index.js'
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+require('../common/index.js')
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a MultiSelect with onBlur handler is rendered', () => {
cy.visitStory('MultiSelect', 'With onBlur')
diff --git a/components/select/src/multi-select/features/accepts_focus_cb/index.js b/components/select/src/multi-select/features/accepts_focus_cb/index.js
index fa6fbde8ee..a22367928b 100644
--- a/components/select/src/multi-select/features/accepts_focus_cb/index.js
+++ b/components/select/src/multi-select/features/accepts_focus_cb/index.js
@@ -1,5 +1,5 @@
-import '../common/index.js'
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+require('../common/index.js')
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a MultiSelect with onFocus handler is rendered', () => {
cy.visitStory('MultiSelect', 'With onFocus')
diff --git a/components/select/src/multi-select/features/accepts_initial_focus/index.js b/components/select/src/multi-select/features/accepts_initial_focus/index.js
index 8b5178aa6e..c0e15f5fff 100644
--- a/components/select/src/multi-select/features/accepts_initial_focus/index.js
+++ b/components/select/src/multi-select/features/accepts_initial_focus/index.js
@@ -1,5 +1,5 @@
-import '../common/index.js'
-import { Given } from 'cypress-cucumber-preprocessor/steps'
+require('../common/index.js')
+import { Given } from '@badeball/cypress-cucumber-preprocessor'
Given('a MultiSelect with initial focus is rendered', () => {
cy.visitStory('MultiSelect', 'With initialFocus')
diff --git a/components/select/src/multi-select/features/accepts_loading/index.js b/components/select/src/multi-select/features/accepts_loading/index.js
index 73defa9464..93092ca8c2 100644
--- a/components/select/src/multi-select/features/accepts_loading/index.js
+++ b/components/select/src/multi-select/features/accepts_loading/index.js
@@ -1,5 +1,5 @@
-import '../common/index.js'
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+require('../common/index.js')
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a MultiSelect with options and a loading flag is rendered', () => {
cy.visitStory('MultiSelect', 'With options and loading')
diff --git a/components/select/src/multi-select/features/accepts_max_height/index.js b/components/select/src/multi-select/features/accepts_max_height/index.js
index a57b61b231..f046ee2aae 100644
--- a/components/select/src/multi-select/features/accepts_max_height/index.js
+++ b/components/select/src/multi-select/features/accepts_max_height/index.js
@@ -1,5 +1,5 @@
-import '../common/index.js'
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+require('../common/index.js')
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a MultiSelect with more than ten options is rendered', () => {
cy.visitStory('MultiSelect', 'With more than ten options')
@@ -15,10 +15,6 @@ Given(
}
)
-Given('the MultiSelect is open', () => {
- cy.get('[data-test="dhis2-uicore-select"]').click()
-})
-
Then('has the default max-height', () => {
cy.get('[data-test="dhis2-uicore-select-menu-menuwrapper"]').should(
'have.css',
diff --git a/components/select/src/multi-select/features/accepts_placeholder/index.js b/components/select/src/multi-select/features/accepts_placeholder/index.js
index cdba084953..683504a3f3 100644
--- a/components/select/src/multi-select/features/accepts_placeholder/index.js
+++ b/components/select/src/multi-select/features/accepts_placeholder/index.js
@@ -1,5 +1,5 @@
-import '../common/index.js'
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+require('../common/index.js')
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a MultiSelect with a placeholder and no selection is rendered', () => {
cy.visitStory('MultiSelect', 'With placeholder')
diff --git a/components/select/src/multi-select/features/accepts_prefix/index.js b/components/select/src/multi-select/features/accepts_prefix/index.js
index 72f99c88ca..98b165cf88 100644
--- a/components/select/src/multi-select/features/accepts_prefix/index.js
+++ b/components/select/src/multi-select/features/accepts_prefix/index.js
@@ -1,5 +1,5 @@
-import '../common/index.js'
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+require('../common/index.js')
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a MultiSelect with a prefix and no selection is rendered', () => {
cy.visitStory('MultiSelect', 'With prefix')
diff --git a/components/select/src/multi-select/features/allows_invalid_options/index.js b/components/select/src/multi-select/features/allows_invalid_options/index.js
index 74a58414af..17f7bc5927 100644
--- a/components/select/src/multi-select/features/allows_invalid_options/index.js
+++ b/components/select/src/multi-select/features/allows_invalid_options/index.js
@@ -1,5 +1,5 @@
-import '../common/index.js'
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+require('../common/index.js')
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a MultiSelect with invalid options is rendered', () => {
cy.visitStory('MultiSelect', 'With invalid options')
diff --git a/components/select/src/multi-select/features/allows_selecting/index.js b/components/select/src/multi-select/features/allows_selecting/index.js
index ced94f8b50..1a3d50a1a2 100644
--- a/components/select/src/multi-select/features/allows_selecting/index.js
+++ b/components/select/src/multi-select/features/allows_selecting/index.js
@@ -1,5 +1,5 @@
-import '../common/index.js'
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+require('../common/index.js')
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given(
'a MultiSelect with a disabled option and onChange handler is rendered',
@@ -20,7 +20,7 @@ When('an option is clicked', () => {
})
When('the selected option is clicked', () => {
- cy.get('[data-test="dhis2-uicore-layer"]').contains('option one').click()
+ cy.get('[data-test="dhis2-uicore-multiselectoption"]:contains("option one")').click()
})
When('another option is clicked', () => {
@@ -36,9 +36,7 @@ When('the disabled option is clicked', () => {
})
When('the selected option is clicked again', () => {
- cy.get('[data-test="dhis2-uicore-multiselectoption"] label')
- .contains('option one')
- .click()
+ cy.get('[data-test="dhis2-uicore-multiselectoption"]:contains("option one")').click()
})
Then('the clicked option is selected', () => {
diff --git a/components/select/src/multi-select/features/can_be_cleared/index.js b/components/select/src/multi-select/features/can_be_cleared/index.js
index ffb2874201..8f3f11a5f5 100644
--- a/components/select/src/multi-select/features/can_be_cleared/index.js
+++ b/components/select/src/multi-select/features/can_be_cleared/index.js
@@ -1,5 +1,5 @@
-import '../common/index.js'
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+require('../common/index.js')
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given(
'a clearable MultiSelect with a selection and onchange handler is rendered',
diff --git a/components/select/src/multi-select/features/can_be_disabled/index.js b/components/select/src/multi-select/features/can_be_disabled/index.js
index 4ef375f131..b3f6d43f50 100644
--- a/components/select/src/multi-select/features/can_be_disabled/index.js
+++ b/components/select/src/multi-select/features/can_be_disabled/index.js
@@ -1,5 +1,5 @@
-import '../common/index.js'
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+require('../common/index.js')
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a disabled MultiSelect with options is rendered', () => {
cy.visitStory('MultiSelect', 'With options and disabled')
@@ -20,10 +20,6 @@ Given('the MultiSelect is focused', () => {
cy.focused().should('have.attr', 'data-test', 'dhis2-uicore-select-input')
})
-When('the MultiSelect input is clicked', () => {
- cy.get('[data-test="dhis2-uicore-select-input"]').click()
-})
-
When('the down arrowkey is pressed on the focused element', () => {
cy.focused().type('{downarrow}')
})
diff --git a/components/select/src/multi-select/features/can_be_empty/index.js b/components/select/src/multi-select/features/can_be_empty/index.js
index 2594c4db25..1585a74aa7 100644
--- a/components/select/src/multi-select/features/can_be_empty/index.js
+++ b/components/select/src/multi-select/features/can_be_empty/index.js
@@ -1,5 +1,5 @@
-import '../common/index.js'
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+require('../common/index.js')
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('an empty MultiSelect is rendered', () => {
cy.visitStory('MultiSelect', 'Empty')
diff --git a/components/select/src/multi-select/features/can_be_filtered/index.js b/components/select/src/multi-select/features/can_be_filtered/index.js
index 393bdf5ad3..a08f6bcb02 100644
--- a/components/select/src/multi-select/features/can_be_filtered/index.js
+++ b/components/select/src/multi-select/features/can_be_filtered/index.js
@@ -1,5 +1,5 @@
-import '../common/index.js'
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+require('../common/index.js')
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a filterable MultiSelect with options is rendered', () => {
cy.visitStory('MultiSelect', 'With filter field')
diff --git a/components/select/src/multi-select/features/can_be_opened_and_closed/index.js b/components/select/src/multi-select/features/can_be_opened_and_closed/index.js
index 6fa1cf5cb1..cf735ac02f 100644
--- a/components/select/src/multi-select/features/can_be_opened_and_closed/index.js
+++ b/components/select/src/multi-select/features/can_be_opened_and_closed/index.js
@@ -1,5 +1,5 @@
-import '../common/index.js'
-import { Given, When } from 'cypress-cucumber-preprocessor/steps'
+require('../common/index.js')
+import { Given, When } from '@badeball/cypress-cucumber-preprocessor'
Given('a MultiSelect with options is rendered', () => {
cy.visitStory('MultiSelect', 'With options')
diff --git a/components/select/src/multi-select/features/common/index.js b/components/select/src/multi-select/features/common/index.js
index 955e974070..8206ab881c 100644
--- a/components/select/src/multi-select/features/common/index.js
+++ b/components/select/src/multi-select/features/common/index.js
@@ -1,4 +1,4 @@
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a MultiSelect with options and onChange handler is rendered', () => {
cy.visitStory('MultiSelect', 'With options and onChange')
diff --git a/components/select/src/multi-select/features/duplicate_option_values/index.js b/components/select/src/multi-select/features/duplicate_option_values/index.js
index b536c1db57..f2f800e0f5 100644
--- a/components/select/src/multi-select/features/duplicate_option_values/index.js
+++ b/components/select/src/multi-select/features/duplicate_option_values/index.js
@@ -1,5 +1,5 @@
-import '../common/index.js'
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+require('../common/index.js')
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given(
'a MultiSelect with options with a duplicate value and this value is selected',
diff --git a/components/select/src/multi-select/features/menu_width_matches_input/index.js b/components/select/src/multi-select/features/menu_width_matches_input/index.js
index 0a00bc106b..7e95bd87be 100644
--- a/components/select/src/multi-select/features/menu_width_matches_input/index.js
+++ b/components/select/src/multi-select/features/menu_width_matches_input/index.js
@@ -1,5 +1,5 @@
-import '../common/index.js'
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+require('../common/index.js')
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a MultiSelect with hidden sibling elements', () => {
cy.visitStory('MultiSelect', 'Menu width changing')
diff --git a/components/select/src/multi-select/features/position/index.js b/components/select/src/multi-select/features/position/index.js
index 2ff9e02951..16f1425527 100644
--- a/components/select/src/multi-select/features/position/index.js
+++ b/components/select/src/multi-select/features/position/index.js
@@ -1,5 +1,5 @@
-import '../common/index.js'
-import { Given, Then, When } from 'cypress-cucumber-preprocessor/steps'
+require('../common/index.js')
+import { Given, Then, When } from '@badeball/cypress-cucumber-preprocessor'
Given(
'there is enough space below the anchor to fit the MultiSelect menu',
diff --git a/components/select/src/multi-select/features/shows_selections/index.js b/components/select/src/multi-select/features/shows_selections/index.js
index 43f5c9054f..c97cf0971c 100644
--- a/components/select/src/multi-select/features/shows_selections/index.js
+++ b/components/select/src/multi-select/features/shows_selections/index.js
@@ -1,5 +1,5 @@
-import '../common/index.js'
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+require('../common/index.js')
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a MultiSelect with options and a selection is rendered', () => {
cy.visitStory('MultiSelect', 'With options and a selection')
diff --git a/components/select/src/single-select-field/features/accepts_help_text/index.js b/components/select/src/single-select-field/features/accepts_help_text/index.js
index 3c35742730..adca542fc6 100644
--- a/components/select/src/single-select-field/features/accepts_help_text/index.js
+++ b/components/select/src/single-select-field/features/accepts_help_text/index.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a SingleSelectField with help text is rendered', () => {
cy.visitStory('SingleSelectField', 'With help text')
diff --git a/components/select/src/single-select-field/features/accepts_label/index.js b/components/select/src/single-select-field/features/accepts_label/index.js
index 572734c174..85d8b57aa6 100644
--- a/components/select/src/single-select-field/features/accepts_label/index.js
+++ b/components/select/src/single-select-field/features/accepts_label/index.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a SingleSelectField with a label is rendered', () => {
cy.visitStory('SingleSelectField', 'With label')
diff --git a/components/select/src/single-select-field/features/accepts_validation_text/index.js b/components/select/src/single-select-field/features/accepts_validation_text/index.js
index 2a364efa56..a3276fc1f6 100644
--- a/components/select/src/single-select-field/features/accepts_validation_text/index.js
+++ b/components/select/src/single-select-field/features/accepts_validation_text/index.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a SingleSelectField with validation text is rendered', () => {
cy.visitStory('SingleSelectField', 'With validation text')
diff --git a/components/select/src/single-select-field/features/can_be_required/index.js b/components/select/src/single-select-field/features/can_be_required/index.js
index 9a2ae065cb..42c446f53d 100644
--- a/components/select/src/single-select-field/features/can_be_required/index.js
+++ b/components/select/src/single-select-field/features/can_be_required/index.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a SingleSelectField with label and a required flag is rendered', () => {
cy.visitStory('SingleSelectField', 'With label and required status')
diff --git a/components/select/src/single-select-field/features/has_default_clear_text/index.js b/components/select/src/single-select-field/features/has_default_clear_text/index.js
index 52fe0661a1..0c114e2f86 100644
--- a/components/select/src/single-select-field/features/has_default_clear_text/index.js
+++ b/components/select/src/single-select-field/features/has_default_clear_text/index.js
@@ -1,4 +1,4 @@
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a clearable SingleSelectField with selected option is rendered', () => {
cy.visitStory('SingleSelectField', 'With clearable and selected option')
diff --git a/components/select/src/single-select-field/features/has_default_empty_text/index.js b/components/select/src/single-select-field/features/has_default_empty_text/index.js
index 1b56e9da9d..4bee7543c4 100644
--- a/components/select/src/single-select-field/features/has_default_empty_text/index.js
+++ b/components/select/src/single-select-field/features/has_default_empty_text/index.js
@@ -1,4 +1,4 @@
-import { Given, Then, When } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then, When } from '@badeball/cypress-cucumber-preprocessor'
Given('an empty SingleSelectField is rendered', () => {
cy.visitStory('SingleSelectField', 'Without options')
diff --git a/components/select/src/single-select-field/features/has_default_filter_nomatch_text/index.js b/components/select/src/single-select-field/features/has_default_filter_nomatch_text/index.js
index 177205040e..5dd6a50583 100644
--- a/components/select/src/single-select-field/features/has_default_filter_nomatch_text/index.js
+++ b/components/select/src/single-select-field/features/has_default_filter_nomatch_text/index.js
@@ -1,4 +1,4 @@
-import { Given, Then, When } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then, When } from '@badeball/cypress-cucumber-preprocessor'
Given('a filterable SingleSelectField is rendered', () => {
cy.visitStory('SingleSelectField', 'With filterable')
diff --git a/components/select/src/single-select-field/features/has_default_filter_placeholder/index.js b/components/select/src/single-select-field/features/has_default_filter_placeholder/index.js
index b843348fa3..bfee427db9 100644
--- a/components/select/src/single-select-field/features/has_default_filter_placeholder/index.js
+++ b/components/select/src/single-select-field/features/has_default_filter_placeholder/index.js
@@ -1,4 +1,4 @@
-import { Given, Then, When } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then, When } from '@badeball/cypress-cucumber-preprocessor'
Given('a filterable SingleSelectField is rendered', () => {
cy.visitStory('SingleSelectField', 'With filterable')
diff --git a/components/select/src/single-select-field/features/has_default_loading_text/index.js b/components/select/src/single-select-field/features/has_default_loading_text/index.js
index faef236e2c..f4f6e31f3a 100644
--- a/components/select/src/single-select-field/features/has_default_loading_text/index.js
+++ b/components/select/src/single-select-field/features/has_default_loading_text/index.js
@@ -1,4 +1,4 @@
-import { Given, Then, When } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then, When } from '@badeball/cypress-cucumber-preprocessor'
Given('a loading SingleSelectField is rendered', () => {
cy.visitStory('SingleSelectField', 'With loading')
diff --git a/components/select/src/single-select/features/accepts_blur_cb/index.js b/components/select/src/single-select/features/accepts_blur_cb/index.js
index b6d201ec0a..7eae77d87f 100644
--- a/components/select/src/single-select/features/accepts_blur_cb/index.js
+++ b/components/select/src/single-select/features/accepts_blur_cb/index.js
@@ -1,5 +1,5 @@
-import '../common/index.js'
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+require('../common/index.js')
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a SingleSelect with onBlur handler is rendered', () => {
cy.visitStory('SingleSelect', 'With onBlur')
diff --git a/components/select/src/single-select/features/accepts_focus_cb/index.js b/components/select/src/single-select/features/accepts_focus_cb/index.js
index 2cdfd07df8..1f4aef1717 100644
--- a/components/select/src/single-select/features/accepts_focus_cb/index.js
+++ b/components/select/src/single-select/features/accepts_focus_cb/index.js
@@ -1,5 +1,5 @@
-import '../common/index.js'
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+require('../common/index.js')
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a SingleSelect with onFocus handler is rendered', () => {
cy.visitStory('SingleSelect', 'With onFocus')
diff --git a/components/select/src/single-select/features/accepts_initial_focus/index.js b/components/select/src/single-select/features/accepts_initial_focus/index.js
index 572a2aed7b..991c1e9f98 100644
--- a/components/select/src/single-select/features/accepts_initial_focus/index.js
+++ b/components/select/src/single-select/features/accepts_initial_focus/index.js
@@ -1,5 +1,5 @@
-import '../common/index.js'
-import { Given } from 'cypress-cucumber-preprocessor/steps'
+require('../common/index.js')
+import { Given } from '@badeball/cypress-cucumber-preprocessor'
Given('a SingleSelect with initial focus is rendered', () => {
cy.visitStory('SingleSelect', 'With initialFocus')
diff --git a/components/select/src/single-select/features/accepts_loading/index.js b/components/select/src/single-select/features/accepts_loading/index.js
index 04f024371a..2bfa90d81b 100644
--- a/components/select/src/single-select/features/accepts_loading/index.js
+++ b/components/select/src/single-select/features/accepts_loading/index.js
@@ -1,5 +1,5 @@
-import '../common/index.js'
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+require('../common/index.js')
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a SingleSelect with options and a loading flag is rendered', () => {
cy.visitStory('SingleSelect', 'With options and loading')
diff --git a/components/select/src/single-select/features/accepts_max_height/index.js b/components/select/src/single-select/features/accepts_max_height/index.js
index 346d5c8e22..2bae1f27e4 100644
--- a/components/select/src/single-select/features/accepts_max_height/index.js
+++ b/components/select/src/single-select/features/accepts_max_height/index.js
@@ -1,5 +1,5 @@
-import '../common/index.js'
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+require('../common/index.js')
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a SingleSelect with more than ten options is rendered', () => {
cy.visitStory('SingleSelect', 'With more than ten options')
@@ -15,10 +15,6 @@ Given(
}
)
-Given('the SingleSelect is open', () => {
- cy.get('[data-test="dhis2-uicore-select"]').click()
-})
-
Then('has the default max-height', () => {
cy.get('[data-test="dhis2-uicore-select-menu-menuwrapper"]').should(
'have.css',
diff --git a/components/select/src/single-select/features/accepts_placeholder/index.js b/components/select/src/single-select/features/accepts_placeholder/index.js
index 52fa482ec4..eb63d4b8d2 100644
--- a/components/select/src/single-select/features/accepts_placeholder/index.js
+++ b/components/select/src/single-select/features/accepts_placeholder/index.js
@@ -1,5 +1,5 @@
-import '../common/index.js'
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+require('../common/index.js')
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a SingleSelect with a placeholder and no selection is rendered', () => {
cy.visitStory('SingleSelect', 'With placeholder')
diff --git a/components/select/src/single-select/features/accepts_prefix/index.js b/components/select/src/single-select/features/accepts_prefix/index.js
index f7e23c1a30..839a8e04a4 100644
--- a/components/select/src/single-select/features/accepts_prefix/index.js
+++ b/components/select/src/single-select/features/accepts_prefix/index.js
@@ -1,5 +1,5 @@
-import '../common/index.js'
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+require('../common/index.js')
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a SingleSelect with a prefix and no selection is rendered', () => {
cy.visitStory('SingleSelect', 'With prefix')
diff --git a/components/select/src/single-select/features/allows_invalid_options/index.js b/components/select/src/single-select/features/allows_invalid_options/index.js
index a621aa9013..0520a1c135 100644
--- a/components/select/src/single-select/features/allows_invalid_options/index.js
+++ b/components/select/src/single-select/features/allows_invalid_options/index.js
@@ -1,5 +1,5 @@
-import '../common/index.js'
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+require('../common/index.js')
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a SingleSelect with invalid options is rendered', () => {
cy.visitStory('SingleSelect', 'With invalid options')
diff --git a/components/select/src/single-select/features/allows_selecting/index.js b/components/select/src/single-select/features/allows_selecting/index.js
index bd22c26f0d..0c84127991 100644
--- a/components/select/src/single-select/features/allows_selecting/index.js
+++ b/components/select/src/single-select/features/allows_selecting/index.js
@@ -1,5 +1,5 @@
-import '../common/index.js'
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+require('../common/index.js')
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given(
'a SingleSelect with a disabled option and onChange handler is rendered',
diff --git a/components/select/src/single-select/features/can_be_cleared/index.js b/components/select/src/single-select/features/can_be_cleared/index.js
index d5324eee4d..5e66818af3 100644
--- a/components/select/src/single-select/features/can_be_cleared/index.js
+++ b/components/select/src/single-select/features/can_be_cleared/index.js
@@ -1,5 +1,5 @@
-import '../common/index.js'
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+require('../common/index.js')
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given(
'a clearable SingleSelect with a selection and onchange handler is rendered',
diff --git a/components/select/src/single-select/features/can_be_disabled/index.js b/components/select/src/single-select/features/can_be_disabled/index.js
index b936b52459..486f3ce2b3 100644
--- a/components/select/src/single-select/features/can_be_disabled/index.js
+++ b/components/select/src/single-select/features/can_be_disabled/index.js
@@ -1,5 +1,5 @@
-import '../common/index.js'
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+require('../common/index.js')
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a disabled SingleSelect with options is rendered', () => {
cy.visitStory('SingleSelect', 'With options and disabled')
diff --git a/components/select/src/single-select/features/can_be_empty/index.js b/components/select/src/single-select/features/can_be_empty/index.js
index afaba4ac37..b842f9b58f 100644
--- a/components/select/src/single-select/features/can_be_empty/index.js
+++ b/components/select/src/single-select/features/can_be_empty/index.js
@@ -1,5 +1,5 @@
-import '../common/index.js'
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+require('../common/index.js')
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('an empty SingleSelect is rendered', () => {
cy.visitStory('SingleSelect', 'Empty')
diff --git a/components/select/src/single-select/features/can_be_filtered/index.js b/components/select/src/single-select/features/can_be_filtered/index.js
index a7c73b9223..7e678f5ba8 100644
--- a/components/select/src/single-select/features/can_be_filtered/index.js
+++ b/components/select/src/single-select/features/can_be_filtered/index.js
@@ -1,5 +1,5 @@
-import '../common/index.js'
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+require('../common/index.js')
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a filterable SingleSelect with options is rendered', () => {
cy.visitStory('SingleSelect', 'With filter field')
diff --git a/components/select/src/single-select/features/can_be_opened_and_closed/index.js b/components/select/src/single-select/features/can_be_opened_and_closed/index.js
index a3f78d854d..319037f297 100644
--- a/components/select/src/single-select/features/can_be_opened_and_closed/index.js
+++ b/components/select/src/single-select/features/can_be_opened_and_closed/index.js
@@ -1,5 +1,5 @@
-import '../common/index.js'
-import { Given, When } from 'cypress-cucumber-preprocessor/steps'
+require('../common/index.js')
+import { Given, When } from '@badeball/cypress-cucumber-preprocessor'
Given('a SingleSelect with options is rendered', () => {
cy.visitStory('SingleSelect', 'With options')
diff --git a/components/select/src/single-select/features/common/index.js b/components/select/src/single-select/features/common/index.js
index 3f4914a6eb..f8f0ed7c7a 100644
--- a/components/select/src/single-select/features/common/index.js
+++ b/components/select/src/single-select/features/common/index.js
@@ -1,4 +1,4 @@
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a SingleSelect with options and onChange handler is rendered', () => {
cy.visitStory('SingleSelect', 'With options and onChange')
diff --git a/components/select/src/single-select/features/duplicate_option_values/index.js b/components/select/src/single-select/features/duplicate_option_values/index.js
index 3038a5081f..7e95ecfd93 100644
--- a/components/select/src/single-select/features/duplicate_option_values/index.js
+++ b/components/select/src/single-select/features/duplicate_option_values/index.js
@@ -1,5 +1,5 @@
-import '../common/index.js'
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+require('../common/index.js')
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given(
'a SingleSelect with options with a duplicate value and this value is selected',
@@ -17,11 +17,9 @@ Then(
}
)
Then('both options are highlighted in the dropdown', () => {
- cy.get('[data-test="dhis2-uicore-singleselectoption"]')
- .contains('option one')
+ cy.get('[data-test="dhis2-uicore-singleselectoption"]:contains("option one")')
.should('have.class', 'active')
- cy.get('[data-test="dhis2-uicore-singleselectoption"]')
- .contains('option one a')
+ cy.get('[data-test="dhis2-uicore-singleselectoption"]:contains("option one a")')
.should('have.class', 'active')
})
diff --git a/components/select/src/single-select/features/menu_width_matches_input/index.js b/components/select/src/single-select/features/menu_width_matches_input/index.js
index 04d524b9ab..e8ea117667 100644
--- a/components/select/src/single-select/features/menu_width_matches_input/index.js
+++ b/components/select/src/single-select/features/menu_width_matches_input/index.js
@@ -1,5 +1,5 @@
-import '../common/index.js'
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+require('../common/index.js')
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a SingleSelect with hidden sibling elements', () => {
cy.visitStory('SingleSelect', 'Menu width changing')
diff --git a/components/select/src/single-select/features/position/index.js b/components/select/src/single-select/features/position/index.js
index c51da5d883..6273ad78d1 100644
--- a/components/select/src/single-select/features/position/index.js
+++ b/components/select/src/single-select/features/position/index.js
@@ -1,4 +1,4 @@
-import { Given, Then, When } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then, When } from '@badeball/cypress-cucumber-preprocessor'
Given(
'there is enough space below the anchor to fit the SingleSelect menu',
diff --git a/components/select/src/single-select/features/shows_selections/index.js b/components/select/src/single-select/features/shows_selections/index.js
index cca655ec43..33e966f363 100644
--- a/components/select/src/single-select/features/shows_selections/index.js
+++ b/components/select/src/single-select/features/shows_selections/index.js
@@ -1,5 +1,5 @@
-import '../common/index.js'
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+require('../common/index.js')
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a SingleSelect with options and a selection is rendered', () => {
cy.visitStory('SingleSelect', 'With options and a selection')
diff --git a/components/selector-bar/src/selector-bar-item/features/toggle-children/index.js b/components/selector-bar/src/selector-bar-item/features/toggle-children/index.js
index f8e58dfb3a..19bf23adda 100644
--- a/components/selector-bar/src/selector-bar-item/features/toggle-children/index.js
+++ b/components/selector-bar/src/selector-bar-item/features/toggle-children/index.js
@@ -1,4 +1,4 @@
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('the selector bar item is closed', () => {
cy.visitStory('SelectorBarItem', 'closed no value')
diff --git a/components/sharing-dialog/src/features/access-level-change/index.js b/components/sharing-dialog/src/features/access-level-change/index.js
index cbb5c4133e..099ceecc1c 100644
--- a/components/sharing-dialog/src/features/access-level-change/index.js
+++ b/components/sharing-dialog/src/features/access-level-change/index.js
@@ -1,4 +1,4 @@
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
import {
allUsersNoAccess,
allUsersViewAccess,
diff --git a/components/sharing-dialog/src/features/access-level-disable/index.js b/components/sharing-dialog/src/features/access-level-disable/index.js
index 66749b2368..f12ab71086 100644
--- a/components/sharing-dialog/src/features/access-level-disable/index.js
+++ b/components/sharing-dialog/src/features/access-level-disable/index.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
import { disabledAccess } from '../fixtures/index.js'
Given('a sharing dialog without public access is visible', () => {
diff --git a/components/sharing-dialog/src/features/access-level-remove/index.js b/components/sharing-dialog/src/features/access-level-remove/index.js
index 770d981134..998224fdba 100644
--- a/components/sharing-dialog/src/features/access-level-remove/index.js
+++ b/components/sharing-dialog/src/features/access-level-remove/index.js
@@ -1,4 +1,4 @@
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
import {
userNoAccess,
userViewAccess,
diff --git a/components/sharing-dialog/src/features/add-entity/index.js b/components/sharing-dialog/src/features/add-entity/index.js
index bf6b3d1fdf..b64dbc7d61 100644
--- a/components/sharing-dialog/src/features/add-entity/index.js
+++ b/components/sharing-dialog/src/features/add-entity/index.js
@@ -1,4 +1,4 @@
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
import {
noAccess,
searchUser,
diff --git a/components/sharing-dialog/src/features/dashboard/index.js b/components/sharing-dialog/src/features/dashboard/index.js
index 54d8c3306c..4498e14595 100644
--- a/components/sharing-dialog/src/features/dashboard/index.js
+++ b/components/sharing-dialog/src/features/dashboard/index.js
@@ -1,4 +1,4 @@
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
import { dashboards, dashboardSharing } from '../fixtures/index.js'
Given('a sharing dialog of the dashboard type is visible', () => {
diff --git a/components/sharing-dialog/src/features/title/index.js b/components/sharing-dialog/src/features/title/index.js
index dc8c6dee59..f18221f9ff 100644
--- a/components/sharing-dialog/src/features/title/index.js
+++ b/components/sharing-dialog/src/features/title/index.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
import { withDisplayname, withoutDisplayname } from '../fixtures/index.js'
Given('a sharing dialog without a displayname is visible', () => {
diff --git a/components/switch/src/switch-field/features/can_be_required/index.js b/components/switch/src/switch-field/features/can_be_required/index.js
index 5fbef9dc13..82eaeafb2f 100644
--- a/components/switch/src/switch-field/features/can_be_required/index.js
+++ b/components/switch/src/switch-field/features/can_be_required/index.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a SwitchField with label and a required flag is rendered', () => {
cy.visitStory('SwitchField', 'With label and required')
diff --git a/components/switch/src/switch/features/accepts_initial_focus/index.js b/components/switch/src/switch/features/accepts_initial_focus/index.js
index 3aebb214a5..b711fe37df 100644
--- a/components/switch/src/switch/features/accepts_initial_focus/index.js
+++ b/components/switch/src/switch/features/accepts_initial_focus/index.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a Switch with initialFocus is rendered', () => {
cy.visitStory('Switch', 'With initialFocus')
diff --git a/components/switch/src/switch/features/accepts_label/index.js b/components/switch/src/switch/features/accepts_label/index.js
index cd4b50dbb8..38016ea000 100644
--- a/components/switch/src/switch/features/accepts_label/index.js
+++ b/components/switch/src/switch/features/accepts_label/index.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a Switch with a label is rendered', () => {
cy.visitStory('Switch', 'With label')
diff --git a/components/switch/src/switch/features/can_be_blurred/index.js b/components/switch/src/switch/features/can_be_blurred/index.js
index 99e44ee350..29d2278937 100644
--- a/components/switch/src/switch/features/can_be_blurred/index.js
+++ b/components/switch/src/switch/features/can_be_blurred/index.js
@@ -1,4 +1,4 @@
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a Switch with initialFocus and onBlur handler is rendered', () => {
cy.visitStory('Switch', 'With initialFocus and onBlur')
diff --git a/components/switch/src/switch/features/can_be_changed/index.js b/components/switch/src/switch/features/can_be_changed/index.js
index 15e45313d8..c774da15ee 100644
--- a/components/switch/src/switch/features/can_be_changed/index.js
+++ b/components/switch/src/switch/features/can_be_changed/index.js
@@ -1,4 +1,4 @@
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a Switch with onChange handler is rendered', () => {
cy.visitStory('Switch', 'With onChange')
diff --git a/components/switch/src/switch/features/can_be_disabled/index.js b/components/switch/src/switch/features/can_be_disabled/index.js
index 058e1770cc..ac9ac46c0b 100644
--- a/components/switch/src/switch/features/can_be_disabled/index.js
+++ b/components/switch/src/switch/features/can_be_disabled/index.js
@@ -1,4 +1,4 @@
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a disabled Switch is rendered', () => {
cy.visitStory('Switch', 'With disabled')
diff --git a/components/switch/src/switch/features/can_be_focused/index.js b/components/switch/src/switch/features/can_be_focused/index.js
index 51f373fcb3..806c9e139e 100644
--- a/components/switch/src/switch/features/can_be_focused/index.js
+++ b/components/switch/src/switch/features/can_be_focused/index.js
@@ -1,4 +1,4 @@
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a Switch with onFocus handler is rendered', () => {
cy.visitStory('Switch', 'With onFocus')
diff --git a/components/tab/src/tab-bar/features/accepts_children/index.js b/components/tab/src/tab-bar/features/accepts_children/index.js
index 141b72d405..35364c0aaa 100644
--- a/components/tab/src/tab-bar/features/accepts_children/index.js
+++ b/components/tab/src/tab-bar/features/accepts_children/index.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a TabBar with children is rendered', () => {
cy.visitStory('TabBar', 'With children')
diff --git a/components/tab/src/tab-bar/features/auto_hides_scroll_buttons/index.js b/components/tab/src/tab-bar/features/auto_hides_scroll_buttons/index.js
index 984040b526..022e5ae9d3 100644
--- a/components/tab/src/tab-bar/features/auto_hides_scroll_buttons/index.js
+++ b/components/tab/src/tab-bar/features/auto_hides_scroll_buttons/index.js
@@ -1,5 +1,5 @@
/* global before,after */
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
const handler = (err) => {
// > This error means that ResizeObserver was not able to deliver all
diff --git a/components/tab/src/tab/features/accepts_children/index.js b/components/tab/src/tab/features/accepts_children/index.js
index f4c5b00464..65af0b8e66 100644
--- a/components/tab/src/tab/features/accepts_children/index.js
+++ b/components/tab/src/tab/features/accepts_children/index.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a Tab with children is rendered', () => {
cy.visitStory('Tab', 'With children')
diff --git a/components/tab/src/tab/features/accepts_icon/index.js b/components/tab/src/tab/features/accepts_icon/index.js
index ea0c993670..92ba077ebf 100644
--- a/components/tab/src/tab/features/accepts_icon/index.js
+++ b/components/tab/src/tab/features/accepts_icon/index.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a Tab with an icon is rendered', () => {
cy.visitStory('Tab', 'With icon')
diff --git a/components/tab/src/tab/features/is_clickable/index.js b/components/tab/src/tab/features/is_clickable/index.js
index 891a6a87fd..ebf12842de 100644
--- a/components/tab/src/tab/features/is_clickable/index.js
+++ b/components/tab/src/tab/features/is_clickable/index.js
@@ -1,4 +1,4 @@
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a Tab with onClick handler is rendered', () => {
cy.visitStory('Tab', 'With onClick')
diff --git a/components/table/src/data-table/features/can_scroll/index.js b/components/table/src/data-table/features/can_scroll/index.js
index e7a789fd97..035a719de7 100644
--- a/components/table/src/data-table/features/can_scroll/index.js
+++ b/components/table/src/data-table/features/can_scroll/index.js
@@ -1,4 +1,4 @@
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a scrolling datatable is rendered', () => {
cy.visitStory('DataTable', 'Fixed Header And Columns')
diff --git a/components/table/src/data-table/table-elements/features/can_scroll/index.js b/components/table/src/data-table/table-elements/features/can_scroll/index.js
index f46761dad7..f1ce1f1cad 100644
--- a/components/table/src/data-table/table-elements/features/can_scroll/index.js
+++ b/components/table/src/data-table/table-elements/features/can_scroll/index.js
@@ -1,4 +1,4 @@
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a scrolling table is rendered', () => {
cy.visitStory('Table', 'Fixed Header And Columns')
diff --git a/components/tag/src/features/accepts_icon/index.js b/components/tag/src/features/accepts_icon/index.js
index 257cbb328f..e3706324ff 100644
--- a/components/tag/src/features/accepts_icon/index.js
+++ b/components/tag/src/features/accepts_icon/index.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a default Tag is rendered', () => {
cy.visitStory('Tag', 'Without icon')
diff --git a/components/tag/src/features/accepts_max_width/index.js b/components/tag/src/features/accepts_max_width/index.js
index e2e6874362..8b311773b0 100644
--- a/components/tag/src/features/accepts_max_width/index.js
+++ b/components/tag/src/features/accepts_max_width/index.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given(
'a tag with the default max width and enough content to fill it completely is rendered',
diff --git a/components/tag/src/features/accepts_text/index.js b/components/tag/src/features/accepts_text/index.js
index f87d9aed99..67d0302fda 100644
--- a/components/tag/src/features/accepts_text/index.js
+++ b/components/tag/src/features/accepts_text/index.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a Tag with text is rendered', () => {
cy.visitStory('Tag', 'With text')
diff --git a/components/text-area/src/text-area-field/features/can_be_required/index.js b/components/text-area/src/text-area-field/features/can_be_required/index.js
index cf3a0cc016..34b6265f3a 100644
--- a/components/text-area/src/text-area-field/features/can_be_required/index.js
+++ b/components/text-area/src/text-area-field/features/can_be_required/index.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a TextAreaField with label and a required flag is rendered', () => {
cy.visitStory('TextAreaField', 'With label and required')
diff --git a/components/text-area/src/text-area/features/accepts_initial_focus/index.js b/components/text-area/src/text-area/features/accepts_initial_focus/index.js
index 4adc720a0c..e6f9c21a82 100644
--- a/components/text-area/src/text-area/features/accepts_initial_focus/index.js
+++ b/components/text-area/src/text-area/features/accepts_initial_focus/index.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a TextArea with initialFocus is rendered', () => {
cy.visitStory('TextArea', 'With initialFocus')
diff --git a/components/text-area/src/text-area/features/can_be_blurred/index.js b/components/text-area/src/text-area/features/can_be_blurred/index.js
index e5668ba30a..8606765a4a 100644
--- a/components/text-area/src/text-area/features/can_be_blurred/index.js
+++ b/components/text-area/src/text-area/features/can_be_blurred/index.js
@@ -1,4 +1,4 @@
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a TextArea with initialFocus and onBlur handler is rendered', () => {
cy.visitStory('TextArea', 'With initialFocus and onBlur')
diff --git a/components/text-area/src/text-area/features/can_be_changed/index.js b/components/text-area/src/text-area/features/can_be_changed/index.js
index f4cf857c2f..ef801cf4e6 100644
--- a/components/text-area/src/text-area/features/can_be_changed/index.js
+++ b/components/text-area/src/text-area/features/can_be_changed/index.js
@@ -1,5 +1,5 @@
-import '../common/index.js'
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+require('../common/index.js')
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a TextArea with onChange handler is rendered', () => {
cy.visitStory('TextArea', 'With onChange')
diff --git a/components/text-area/src/text-area/features/can_be_disabled/index.js b/components/text-area/src/text-area/features/can_be_disabled/index.js
index 00da953f31..eecb78ef62 100644
--- a/components/text-area/src/text-area/features/can_be_disabled/index.js
+++ b/components/text-area/src/text-area/features/can_be_disabled/index.js
@@ -1,4 +1,4 @@
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a disabled TextArea is rendered', () => {
cy.visitStory('TextArea', 'With disabled')
diff --git a/components/text-area/src/text-area/features/can_be_focused/index.js b/components/text-area/src/text-area/features/can_be_focused/index.js
index ecb4d93992..3176fb0aa8 100644
--- a/components/text-area/src/text-area/features/can_be_focused/index.js
+++ b/components/text-area/src/text-area/features/can_be_focused/index.js
@@ -1,5 +1,5 @@
-import '../common/index.js'
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+require('../common/index.js')
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a TextArea with onFocus handler is rendered', () => {
cy.visitStory('TextArea', 'With onFocus')
diff --git a/components/text-area/src/text-area/features/common/index.js b/components/text-area/src/text-area/features/common/index.js
index d376304d6b..536c8437aa 100644
--- a/components/text-area/src/text-area/features/common/index.js
+++ b/components/text-area/src/text-area/features/common/index.js
@@ -1,4 +1,4 @@
-import { Given } from 'cypress-cucumber-preprocessor/steps'
+import { Given } from '@badeball/cypress-cucumber-preprocessor'
Given('an empty TextArea is rendered', () => {
cy.visitStory('TextArea', 'Empty')
diff --git a/components/tooltip/src/features/common/index.js b/components/tooltip/src/features/common/index.js
index a2f439e406..cef3bdd3e0 100644
--- a/components/tooltip/src/features/common/index.js
+++ b/components/tooltip/src/features/common/index.js
@@ -1,4 +1,4 @@
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given(
'there is enough space between the reference element top and the body top to fit the Tooltip',
diff --git a/components/tooltip/src/features/layering/index.js b/components/tooltip/src/features/layering/index.js
index c54e6bde47..3a3f66ce61 100644
--- a/components/tooltip/src/features/layering/index.js
+++ b/components/tooltip/src/features/layering/index.js
@@ -1,5 +1,5 @@
-import '../common/index.js'
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+require('../common/index.js')
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a Modal contains a tooltip', () => {
cy.visitStory('Tooltip', 'Modal With Tooltip')
diff --git a/components/tooltip/src/features/positions/index.js b/components/tooltip/src/features/positions/index.js
index fab58d46de..8dc2b4e2dc 100644
--- a/components/tooltip/src/features/positions/index.js
+++ b/components/tooltip/src/features/positions/index.js
@@ -1,5 +1,5 @@
-import '../common/index.js'
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+require('../common/index.js')
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
const TOOLTIP_OFFSET = 4
const TOOLTIP_HEIGHT = 25
diff --git a/components/tooltip/src/features/scrolling_containers/index.js b/components/tooltip/src/features/scrolling_containers/index.js
index 1bade83f2e..6c8fea1145 100644
--- a/components/tooltip/src/features/scrolling_containers/index.js
+++ b/components/tooltip/src/features/scrolling_containers/index.js
@@ -1,7 +1,7 @@
-import '../common/index.js'
-import '../positions/index.js'
-import '../visibility_toggling/index.js'
-import { Given, When, Then, And } from 'cypress-cucumber-preprocessor/steps'
+require('../common/index.js')
+require('../positions/index.js')
+require('../visibility_toggling/index.js')
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
/**
* Note that scrolling behavior is tricky with cypress:
@@ -52,7 +52,7 @@ Given('this test uses timers', () => {
cy.clock()
})
-And('there is a pause to allow the tooltip to open', () => {
+When('there is a pause to allow the tooltip to open', () => {
cy.tick(250)
})
diff --git a/components/tooltip/src/features/visibility_toggling/index.js b/components/tooltip/src/features/visibility_toggling/index.js
index 6c514669af..0a06138303 100644
--- a/components/tooltip/src/features/visibility_toggling/index.js
+++ b/components/tooltip/src/features/visibility_toggling/index.js
@@ -1,5 +1,5 @@
-import '../common/index.js'
-import { When, Then } from 'cypress-cucumber-preprocessor/steps'
+require('../common/index.js')
+import { When, Then } from '@badeball/cypress-cucumber-preprocessor'
When('the mouse cursor leaves the anchor', () => {
// Trigger the mouseout event, and make sure the mouse is
diff --git a/components/transfer/src/features/add_remove-highlighted-options/index.js b/components/transfer/src/features/add_remove-highlighted-options/index.js
index 98de5185a6..088a106a10 100644
--- a/components/transfer/src/features/add_remove-highlighted-options/index.js
+++ b/components/transfer/src/features/add_remove-highlighted-options/index.js
@@ -1,4 +1,4 @@
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('the option list has two or more items', () => {
cy.visitStory('Transfer add & remove highlighted options', 'Has Options')
diff --git a/components/transfer/src/features/disabled-transfer-buttons/index.js b/components/transfer/src/features/disabled-transfer-buttons/index.js
index dd1b12ad71..e2cd9007f5 100644
--- a/components/transfer/src/features/disabled-transfer-buttons/index.js
+++ b/components/transfer/src/features/disabled-transfer-buttons/index.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('the options list has items', () => {
cy.visitStory('Transfer Disabled Transfer Buttons', 'Has Options')
@@ -20,10 +20,6 @@ Given('the selected list does not have items', () => {
cy.visitStory('Transfer Disabled Transfer Buttons', 'Has Options')
})
-Given('the selected list has items', () => {
- cy.visitStory('Transfer Disabled Transfer Buttons', 'Some Options Selected')
-})
-
Given('no option items are highlighted', () => {
cy.get(
'[data-test="dhis2-uicore-transfer-sourceoptions"] [data-test="dhis2-uicore-transferoption"]'
diff --git a/components/transfer/src/features/disabled-transfer-options/index.js b/components/transfer/src/features/disabled-transfer-options/index.js
index 5b7a08b8fb..fea88e8fbc 100644
--- a/components/transfer/src/features/disabled-transfer-options/index.js
+++ b/components/transfer/src/features/disabled-transfer-options/index.js
@@ -1,4 +1,4 @@
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
import { extractOptionFromElement } from '../common/index.js'
const enabledSourceOptionSelector =
diff --git a/components/transfer/src/features/display-order/index.js b/components/transfer/src/features/display-order/index.js
index e4c597e16f..9a169600c4 100644
--- a/components/transfer/src/features/display-order/index.js
+++ b/components/transfer/src/features/display-order/index.js
@@ -1,4 +1,4 @@
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
import { extractOptionFromElement } from '../common/index.js'
Given('none of the supplied options have been selected', () => {
diff --git a/components/transfer/src/features/filter-options-list/index.js b/components/transfer/src/features/filter-options-list/index.js
index 3a71311802..77bf49491e 100644
--- a/components/transfer/src/features/filter-options-list/index.js
+++ b/components/transfer/src/features/filter-options-list/index.js
@@ -1,4 +1,4 @@
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
import { extractOptionFromElement } from '../common/index.js'
Given('filtering is enabled', () => {
diff --git a/components/transfer/src/features/highlight-range-of-options/index.js b/components/transfer/src/features/highlight-range-of-options/index.js
index 81a9097ec0..7b59d7d122 100644
--- a/components/transfer/src/features/highlight-range-of-options/index.js
+++ b/components/transfer/src/features/highlight-range-of-options/index.js
@@ -1,4 +1,4 @@
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
import { extractOptionFromElement } from '../common/index.js'
Given('the option list has one or more items', () => {
diff --git a/components/transfer/src/features/loading_lists/index.js b/components/transfer/src/features/loading_lists/index.js
index 3a29ae3136..b27d06485e 100644
--- a/components/transfer/src/features/loading_lists/index.js
+++ b/components/transfer/src/features/loading_lists/index.js
@@ -1,4 +1,4 @@
-import { Given, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('the source list is loading', () => {
cy.visitStory('Transfer Loading Lists', 'Loading Source')
diff --git a/components/transfer/src/features/notify_at_end_of_list/index.js b/components/transfer/src/features/notify_at_end_of_list/index.js
index 0b5e648c19..f67307021c 100644
--- a/components/transfer/src/features/notify_at_end_of_list/index.js
+++ b/components/transfer/src/features/notify_at_end_of_list/index.js
@@ -1,4 +1,4 @@
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Cypress.on('uncaught:exception', (err) => {
// This prevents a benign error:
diff --git a/components/transfer/src/features/reorder-with-buttons/index.js b/components/transfer/src/features/reorder-with-buttons/index.js
index d0439ce9e0..1f8426e212 100644
--- a/components/transfer/src/features/reorder-with-buttons/index.js
+++ b/components/transfer/src/features/reorder-with-buttons/index.js
@@ -1,4 +1,4 @@
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('reordering of items is enabled', () => {
// no op
@@ -14,6 +14,14 @@ Given('the selected list has some items', () => {
Given('the {int}. item is highlighted', (previousPisition) => {
const index = previousPisition - 1
+ console.log('> index', index)
+
+ cy.get('{transfer-pickedoptions} {transferoption}')
+ .eq(index)
+ .invoke('attr', 'data-value')
+ // For some reason, using `.as()` directly doesn't work.
+ // Wrapping it inside a `.then` works though
+ .then(previousValue => cy.wrap(previousValue).as('previousValue'))
cy.get('{transfer-pickedoptions} {transferoption}')
.eq(index)
@@ -45,7 +53,11 @@ When("the user clicks the 'move down' button", () => {
Then('the highlighted item should be moved to the {int}. place', (next) => {
const index = next - 1
- cy.get('@previous').invoke('index').should('equal', index)
+
+ cy.get('@previousValue')
+ .then(previousValue => cy.get(`[data-value="${previousValue}"]`))
+ .invoke('index')
+ .should('equal', index)
})
Then("the 'move up' and 'move down' buttons should be disabled", () => {
diff --git a/components/transfer/src/features/set_unset-highlighted-option/index.js b/components/transfer/src/features/set_unset-highlighted-option/index.js
index 570ec41dfd..1e71a4f0e9 100644
--- a/components/transfer/src/features/set_unset-highlighted-option/index.js
+++ b/components/transfer/src/features/set_unset-highlighted-option/index.js
@@ -1,4 +1,4 @@
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
import { extractOptionFromElement } from '../common/index.js'
Given('the option list has one or more items', () => {
diff --git a/components/transfer/src/features/transferring-items/index.js b/components/transfer/src/features/transferring-items/index.js
index 11c70fdb4b..1392ad75c0 100644
--- a/components/transfer/src/features/transferring-items/index.js
+++ b/components/transfer/src/features/transferring-items/index.js
@@ -1,4 +1,4 @@
-import { Given, When, Then } from 'cypress-cucumber-preprocessor/steps'
+import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
import { parseSelectorWithDataTest } from '../../../../../cypress/support/common/parseSelectorWithDataTest.js'
import { extractOptionFromElement } from '../common/index.js'
@@ -239,25 +239,6 @@ Then(
}
)
-Then(
- 'the transferred items should be appended to the selected list in the order they were displayed in the options list',
- () => {
- cy.all(
- () => cy.get('@itemsToBeSelected'),
- () => cy.get('{transfer-pickedoptions} {transferoption}')
- ).should(([itemsToBeSelected, $selectedOptions]) => {
- const selectedOptions = $selectedOptions
- .toArray()
- .map(extractOptionFromElement)
- const previouslySelectedSubset = selectedOptions.slice(
- -1 * itemsToBeSelected.length
- )
-
- expect(itemsToBeSelected).to.eql(previouslySelectedSubset)
- })
- }
-)
-
Then('all items should be removed from the selected list', () => {
cy.get('{transfer-pickedoptions} {transferoption}').should('not.exist')
})
diff --git a/cypress-cucumber-preprocessor.config.js b/cypress-cucumber-preprocessor.config.js
deleted file mode 100644
index 4059853197..0000000000
--- a/cypress-cucumber-preprocessor.config.js
+++ /dev/null
@@ -1,4 +0,0 @@
-module.exports = {
- nonGlobalStepDefinitions: true,
- stepDefinitions: '.',
-}
diff --git a/cypress.config.js b/cypress.config.js
new file mode 100644
index 0000000000..e8d254b62b
--- /dev/null
+++ b/cypress.config.js
@@ -0,0 +1,22 @@
+const {
+ chromeAllowXSiteCookies,
+ cucumberPreprocessor,
+} = require('@dhis2/cypress-plugins')
+const { defineConfig } = require('cypress')
+
+async function setupNodeEvents(on, config) {
+ await cucumberPreprocessor(on, config)
+ chromeAllowXSiteCookies(on, config)
+ return config
+}
+
+module.exports = defineConfig({
+ video: false,
+ projectId: 'vyavbk',
+ e2e: {
+ setupNodeEvents,
+ baseUrl: 'http://localhost:5000',
+ specPattern: '**/src/**/*.feature',
+ // excludeSpecPattern: '**/build/**/*',
+ },
+})
diff --git a/cypress.json b/cypress.json
deleted file mode 100644
index ba169eb3d2..0000000000
--- a/cypress.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "baseUrl": "http://localhost:5000",
- "ignoreTestFiles": "*/build/**/*.feature",
- "testFiles": [
- "components/*/src/**/*.feature",
- "collections/*/src/**/*.feature",
- "icons/src/**/*.feature",
- "constants/src/**/*.feature"
- ],
- "video": false,
- "projectId": "vyavbk",
- "integrationFolder": "."
-}
diff --git a/cypress/plugins/index.js b/cypress/plugins/index.js
deleted file mode 100644
index ea75d643b5..0000000000
--- a/cypress/plugins/index.js
+++ /dev/null
@@ -1,9 +0,0 @@
-const {
- chromeAllowXSiteCookies,
- cucumberPreprocessor,
-} = require('@dhis2/cypress-plugins')
-
-module.exports = (on, config) => {
- chromeAllowXSiteCookies(on, config)
- cucumberPreprocessor(on, config)
-}
diff --git a/cypress/support/index.js b/cypress/support/e2e.js
similarity index 100%
rename from cypress/support/index.js
rename to cypress/support/e2e.js
diff --git a/cypress/support/find.js b/cypress/support/find.js
index 5be46ed0de..03eeb2f7b1 100644
--- a/cypress/support/find.js
+++ b/cypress/support/find.js
@@ -17,10 +17,8 @@ import { parseSelectorWithDataTest } from './common/parseSelectorWithDataTest.js
* cy.get('.foo').find('[data-test="custom-prefix-node"] input')
*/
// eslint-disable-next-line max-params
-const find = (originalFn, subject, selectors, options = {}) => {
+Cypress.Commands.overwriteQuery('find', function (originalFn, selectors, options = {}) {
const { prefix, ...restOptions } = options
const selector = parseSelectorWithDataTest(selectors, prefix)
- return originalFn(subject, selector, restOptions)
-}
-
-Cypress.Commands.overwrite('find', find)
+ return originalFn.call(this, selector, restOptions)
+})
diff --git a/cypress/support/get.js b/cypress/support/get.js
index 77ad7b236e..72947b68f4 100644
--- a/cypress/support/get.js
+++ b/cypress/support/get.js
@@ -15,10 +15,8 @@ import { parseSelectorWithDataTest } from './common/parseSelectorWithDataTest.js
* cy.get('{node} {node} input', 'custom-prefix')
* cy.get('[data-test="custom-prefix-node"] [data-test="custom-prefix-node"] input')
*/
-const get = (originalFn, selectors, options = {}) => {
+Cypress.Commands.overwriteQuery('get', function (originalFn, selectors, options = {}) {
const { prefix, ...restOptions } = options
const selector = parseSelectorWithDataTest(selectors, prefix)
- return originalFn(selector, restOptions)
-}
-
-Cypress.Commands.overwrite('get', get)
+ return originalFn.call(this, selector, restOptions)
+})
diff --git a/package.json b/package.json
index cfeb18780e..4a8cf6248f 100644
--- a/package.json
+++ b/package.json
@@ -48,10 +48,9 @@
"@dhis2/app-runtime": "^3.9.0",
"@dhis2/cli-app-scripts": "^8.0.0",
"@dhis2/cli-style": "10.4.2",
- "@dhis2/cli-utils-cypress": "^8.0.3",
"@dhis2/cli-utils-docsite": "^3.1.2",
- "@dhis2/cypress-commands": "^9.0.2",
- "@dhis2/cypress-plugins": "^9.0.2",
+ "@dhis2/cypress-commands": "^10.0.3",
+ "@dhis2/cypress-plugins": "^10.0.3",
"@dhis2/d2-i18n": "^1.1.0",
"@manypkg/cli": "^0.18.0",
"@svgr/cli": "^5.5.0",
@@ -61,7 +60,7 @@
"@testing-library/user-event": "^13.5.0",
"ast-types": "^0.14.2",
"concurrently": "^6.2.1",
- "cypress": "^9.5.0",
+ "cypress": "^12",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.6",
"execa": "^5.1.1",
@@ -78,5 +77,9 @@
},
"peerDependencies": {
"@types/react": ">=16.14.0"
+ },
+ "devDependencies": {
+ "@badeball/cypress-cucumber-preprocessor": "^20.0.2",
+ "@cypress/webpack-preprocessor": "^6.0.1"
}
}
diff --git a/yarn.lock b/yarn.lock
index d9e3542108..89a154708c 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -223,26 +223,6 @@
semver "^5.4.1"
source-map "^0.5.0"
-"@babel/core@7.4.5":
- version "7.4.5"
- resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.4.5.tgz#081f97e8ffca65a9b4b0fdc7e274e703f000c06a"
- integrity sha512-OvjIh6aqXtlsA8ujtGKfC7LYWksYSX8yQcM8Ay3LuvVeQ63lcOKgoZWVqcpFwkd29aYU9rVx7jxhfhiEDV9MZA==
- dependencies:
- "@babel/code-frame" "^7.0.0"
- "@babel/generator" "^7.4.4"
- "@babel/helpers" "^7.4.4"
- "@babel/parser" "^7.4.5"
- "@babel/template" "^7.4.4"
- "@babel/traverse" "^7.4.5"
- "@babel/types" "^7.4.4"
- convert-source-map "^1.1.0"
- debug "^4.1.0"
- json5 "^2.1.0"
- lodash "^4.17.11"
- resolve "^1.3.2"
- semver "^5.4.1"
- source-map "^0.5.0"
-
"@babel/core@^7.1.0", "@babel/core@^7.1.6", "@babel/core@^7.11.1", "@babel/core@^7.12.10", "@babel/core@^7.12.3", "@babel/core@^7.15.5", "@babel/core@^7.17.5", "@babel/core@^7.6.2", "@babel/core@^7.7.2", "@babel/core@^7.7.5", "@babel/core@^7.8.4":
version "7.17.5"
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.5.tgz#6cd2e836058c28f06a4ca8ee7ed955bbf37c8225"
@@ -264,7 +244,7 @@
json5 "^2.1.2"
semver "^6.3.0"
-"@babel/generator@^7.12.1", "@babel/generator@^7.12.11", "@babel/generator@^7.12.5", "@babel/generator@^7.17.3", "@babel/generator@^7.4.4", "@babel/generator@^7.7.2":
+"@babel/generator@^7.12.1", "@babel/generator@^7.12.11", "@babel/generator@^7.12.5", "@babel/generator@^7.17.3", "@babel/generator@^7.7.2":
version "7.17.3"
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.17.3.tgz#a2c30b0c4f89858cb87050c3ffdfd36bdf443200"
integrity sha512-+R6Dctil/MgUsZsZAkYgK+ADNSZzJRRy0TvY65T71z/CR854xHQ1EweBYXdfT+HNeN7w0cSJJEzgxZMv40pxsg==
@@ -298,7 +278,7 @@
browserslist "^4.17.5"
semver "^6.3.0"
-"@babel/helper-create-class-features-plugin@^7.12.1", "@babel/helper-create-class-features-plugin@^7.13.11", "@babel/helper-create-class-features-plugin@^7.16.10", "@babel/helper-create-class-features-plugin@^7.16.7", "@babel/helper-create-class-features-plugin@^7.3.0":
+"@babel/helper-create-class-features-plugin@^7.12.1", "@babel/helper-create-class-features-plugin@^7.13.11", "@babel/helper-create-class-features-plugin@^7.16.10", "@babel/helper-create-class-features-plugin@^7.16.7":
version "7.17.6"
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.17.6.tgz#3778c1ed09a7f3e65e6d6e0f6fbfcc53809d92c9"
integrity sha512-SogLLSxXm2OkBbSsHZMM4tUi8fUzjs63AT/d0YQIzr6GSd8Hxsbk2KYDX0k0DweAzGMj/YWeiCsorIdtdcW8Eg==
@@ -490,7 +470,7 @@
"@babel/traverse" "^7.16.8"
"@babel/types" "^7.16.8"
-"@babel/helpers@^7.12.1", "@babel/helpers@^7.12.5", "@babel/helpers@^7.17.2", "@babel/helpers@^7.4.4":
+"@babel/helpers@^7.12.1", "@babel/helpers@^7.12.5", "@babel/helpers@^7.17.2":
version "7.17.2"
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.17.2.tgz#23f0a0746c8e287773ccd27c14be428891f63417"
integrity sha512-0Qu7RLR1dILozr/6M0xgj+DFPmi6Bnulgm9M8BVa9ZCWxDqlSnqt3cf8IDPB5m45sVXUZ0kuQAgUrdSFFH79fQ==
@@ -508,11 +488,16 @@
chalk "^2.0.0"
js-tokens "^4.0.0"
-"@babel/parser@^7.1.0", "@babel/parser@^7.1.6", "@babel/parser@^7.12.11", "@babel/parser@^7.12.3", "@babel/parser@^7.12.7", "@babel/parser@^7.16.7", "@babel/parser@^7.17.0", "@babel/parser@^7.17.3", "@babel/parser@^7.4.5", "@babel/parser@^7.7.0", "@babel/parser@^7.7.2", "@babel/parser@^7.9.4":
+"@babel/parser@^7.1.0", "@babel/parser@^7.1.6", "@babel/parser@^7.12.11", "@babel/parser@^7.12.3", "@babel/parser@^7.12.7", "@babel/parser@^7.16.7", "@babel/parser@^7.17.0", "@babel/parser@^7.17.3", "@babel/parser@^7.7.0", "@babel/parser@^7.7.2", "@babel/parser@^7.9.4":
version "7.17.3"
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.3.tgz#b07702b982990bf6fdc1da5049a23fece4c5c3d0"
integrity sha512-7yJPvPV+ESz2IUTPbOL+YkIGyCqOyNIzdguKQuJGnH7bg1WTIifuM21YqokFt/THWh1AkCRn9IgoykTRCBVpzA==
+"@babel/parser@^7.18.8":
+ version "7.24.1"
+ resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.1.tgz#1e416d3627393fab1cb5b0f2f1796a100ae9133a"
+ integrity sha512-Zo9c7N3xdOIQrNip7Lc9wvRPzlRtovHVE4lkz8WEDr7uYh/GMQhSiIgFxGIArRHYdJE5kxtZjAf8rT0xhdLCzg==
+
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.7":
version "7.16.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.16.7.tgz#4eda6d6c2a0aa79c70fa7b6da67763dfe2141050"
@@ -529,7 +514,7 @@
"@babel/helper-skip-transparent-expression-wrappers" "^7.16.0"
"@babel/plugin-proposal-optional-chaining" "^7.16.7"
-"@babel/plugin-proposal-async-generator-functions@^7.12.1", "@babel/plugin-proposal-async-generator-functions@^7.16.8", "@babel/plugin-proposal-async-generator-functions@^7.2.0":
+"@babel/plugin-proposal-async-generator-functions@^7.12.1", "@babel/plugin-proposal-async-generator-functions@^7.16.8":
version "7.16.8"
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.16.8.tgz#3bdd1ebbe620804ea9416706cd67d60787504bc8"
integrity sha512-71YHIvMuiuqWJQkebWJtdhQTfd4Q4mF76q2IX37uZPkG9+olBxsX+rH1vkhFto4UeJZ9dPY2s+mDvhDm1u2BGQ==
@@ -546,14 +531,6 @@
"@babel/helper-create-class-features-plugin" "^7.12.1"
"@babel/helper-plugin-utils" "^7.10.4"
-"@babel/plugin-proposal-class-properties@7.3.0":
- version "7.3.0"
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.3.0.tgz#272636bc0fa19a0bc46e601ec78136a173ea36cd"
- integrity sha512-wNHxLkEKTQ2ay0tnsam2z7fGZUi+05ziDJflEt3AZTP3oXLKHJp9HqhfroB/vdMvt3sda9fAbq7FsG8QPDrZBg==
- dependencies:
- "@babel/helper-create-class-features-plugin" "^7.3.0"
- "@babel/helper-plugin-utils" "^7.0.0"
-
"@babel/plugin-proposal-class-properties@^7.1.0", "@babel/plugin-proposal-class-properties@^7.12.1", "@babel/plugin-proposal-class-properties@^7.13.0", "@babel/plugin-proposal-class-properties@^7.16.7", "@babel/plugin-proposal-class-properties@^7.8.3":
version "7.16.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.16.7.tgz#925cad7b3b1a2fcea7e59ecc8eb5954f961f91b0"
@@ -613,7 +590,7 @@
"@babel/helper-plugin-utils" "^7.16.7"
"@babel/plugin-syntax-export-namespace-from" "^7.8.3"
-"@babel/plugin-proposal-json-strings@^7.12.1", "@babel/plugin-proposal-json-strings@^7.16.7", "@babel/plugin-proposal-json-strings@^7.2.0":
+"@babel/plugin-proposal-json-strings@^7.12.1", "@babel/plugin-proposal-json-strings@^7.16.7":
version "7.16.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.16.7.tgz#9732cb1d17d9a2626a08c5be25186c195b6fa6e8"
integrity sha512-lNZ3EEggsGY78JavgbHsK9u5P3pQaW7k4axlgFLYkMd7UBsiNahCITShLjNQschPyjtO6dADrL24757IdhBrsQ==
@@ -670,15 +647,7 @@
"@babel/plugin-syntax-object-rest-spread" "^7.8.0"
"@babel/plugin-transform-parameters" "^7.12.1"
-"@babel/plugin-proposal-object-rest-spread@7.3.2":
- version "7.3.2"
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.3.2.tgz#6d1859882d4d778578e41f82cc5d7bf3d5daf6c1"
- integrity sha512-DjeMS+J2+lpANkYLLO+m6GjoTMygYglKmRe6cDTbFv3L9i6mmiE8fe6B8MtCSLZpVXscD5kn7s6SgtHrDoBWoA==
- dependencies:
- "@babel/helper-plugin-utils" "^7.0.0"
- "@babel/plugin-syntax-object-rest-spread" "^7.2.0"
-
-"@babel/plugin-proposal-object-rest-spread@^7.12.1", "@babel/plugin-proposal-object-rest-spread@^7.16.7", "@babel/plugin-proposal-object-rest-spread@^7.4.4":
+"@babel/plugin-proposal-object-rest-spread@^7.12.1", "@babel/plugin-proposal-object-rest-spread@^7.16.7":
version "7.16.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.16.7.tgz#94593ef1ddf37021a25bdcb5754c4a8d534b01d8"
integrity sha512-3O0Y4+dw94HA86qSg9IHfyPktgR7q3gpNVAeiKQd+8jBKFaU5NQS1Yatgo4wY+UFNuLjvxcSmzcsHqrhgTyBUA==
@@ -689,7 +658,7 @@
"@babel/plugin-syntax-object-rest-spread" "^7.8.3"
"@babel/plugin-transform-parameters" "^7.16.7"
-"@babel/plugin-proposal-optional-catch-binding@^7.12.1", "@babel/plugin-proposal-optional-catch-binding@^7.16.7", "@babel/plugin-proposal-optional-catch-binding@^7.2.0":
+"@babel/plugin-proposal-optional-catch-binding@^7.12.1", "@babel/plugin-proposal-optional-catch-binding@^7.16.7":
version "7.16.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.16.7.tgz#c623a430674ffc4ab732fd0a0ae7722b67cb74cf"
integrity sha512-eMOH/L4OvWSZAE1VkHbr1vckLG1WUcHGJSLqqQwl2GaUqG6QjddvrOaTUMNYiv77H5IKPMZ9U9P7EaHwvAShfA==
@@ -741,7 +710,7 @@
"@babel/helper-create-regexp-features-plugin" "^7.16.7"
"@babel/helper-plugin-utils" "^7.16.7"
-"@babel/plugin-syntax-async-generators@^7.2.0", "@babel/plugin-syntax-async-generators@^7.8.0", "@babel/plugin-syntax-async-generators@^7.8.4":
+"@babel/plugin-syntax-async-generators@^7.8.0", "@babel/plugin-syntax-async-generators@^7.8.4":
version "7.8.4"
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz#a983fb1aeb2ec3f6ed042a210f640e90e786fe0d"
integrity sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==
@@ -811,7 +780,7 @@
dependencies:
"@babel/helper-plugin-utils" "^7.10.4"
-"@babel/plugin-syntax-json-strings@^7.2.0", "@babel/plugin-syntax-json-strings@^7.8.0", "@babel/plugin-syntax-json-strings@^7.8.3":
+"@babel/plugin-syntax-json-strings@^7.8.0", "@babel/plugin-syntax-json-strings@^7.8.3":
version "7.8.3"
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz#01ca21b668cd8218c9e640cb6dd88c5412b2c96a"
integrity sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==
@@ -860,14 +829,14 @@
dependencies:
"@babel/helper-plugin-utils" "^7.10.4"
-"@babel/plugin-syntax-object-rest-spread@7.8.3", "@babel/plugin-syntax-object-rest-spread@^7.2.0", "@babel/plugin-syntax-object-rest-spread@^7.8.0", "@babel/plugin-syntax-object-rest-spread@^7.8.3":
+"@babel/plugin-syntax-object-rest-spread@7.8.3", "@babel/plugin-syntax-object-rest-spread@^7.8.0", "@babel/plugin-syntax-object-rest-spread@^7.8.3":
version "7.8.3"
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz#60e225edcbd98a640332a2e72dd3e66f1af55871"
integrity sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==
dependencies:
"@babel/helper-plugin-utils" "^7.8.0"
-"@babel/plugin-syntax-optional-catch-binding@^7.2.0", "@babel/plugin-syntax-optional-catch-binding@^7.8.0", "@babel/plugin-syntax-optional-catch-binding@^7.8.3":
+"@babel/plugin-syntax-optional-catch-binding@^7.8.0", "@babel/plugin-syntax-optional-catch-binding@^7.8.3":
version "7.8.3"
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz#6111a265bcfb020eb9efd0fdfd7d26402b9ed6c1"
integrity sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==
@@ -902,14 +871,14 @@
dependencies:
"@babel/helper-plugin-utils" "^7.16.7"
-"@babel/plugin-transform-arrow-functions@^7.12.1", "@babel/plugin-transform-arrow-functions@^7.16.7", "@babel/plugin-transform-arrow-functions@^7.2.0":
+"@babel/plugin-transform-arrow-functions@^7.12.1", "@babel/plugin-transform-arrow-functions@^7.16.7":
version "7.16.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.16.7.tgz#44125e653d94b98db76369de9c396dc14bef4154"
integrity sha512-9ffkFFMbvzTvv+7dTp/66xvZAWASuPD5Tl9LK3Z9vhOmANo6j94rik+5YMBt4CwHVMWLWpMsriIc2zsa3WW3xQ==
dependencies:
"@babel/helper-plugin-utils" "^7.16.7"
-"@babel/plugin-transform-async-to-generator@^7.12.1", "@babel/plugin-transform-async-to-generator@^7.16.8", "@babel/plugin-transform-async-to-generator@^7.4.4":
+"@babel/plugin-transform-async-to-generator@^7.12.1", "@babel/plugin-transform-async-to-generator@^7.16.8":
version "7.16.8"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.16.8.tgz#b83dff4b970cf41f1b819f8b49cc0cfbaa53a808"
integrity sha512-MtmUmTJQHCnyJVrScNzNlofQJ3dLFuobYn3mwOTKHnSCMtbNsqvF71GQmJfFjdrXSsAA7iysFmYWw4bXZ20hOg==
@@ -918,21 +887,21 @@
"@babel/helper-plugin-utils" "^7.16.7"
"@babel/helper-remap-async-to-generator" "^7.16.8"
-"@babel/plugin-transform-block-scoped-functions@^7.12.1", "@babel/plugin-transform-block-scoped-functions@^7.16.7", "@babel/plugin-transform-block-scoped-functions@^7.2.0":
+"@babel/plugin-transform-block-scoped-functions@^7.12.1", "@babel/plugin-transform-block-scoped-functions@^7.16.7":
version "7.16.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.16.7.tgz#4d0d57d9632ef6062cdf354bb717102ee042a620"
integrity sha512-JUuzlzmF40Z9cXyytcbZEZKckgrQzChbQJw/5PuEHYeqzCsvebDx0K0jWnIIVcmmDOAVctCgnYs0pMcrYj2zJg==
dependencies:
"@babel/helper-plugin-utils" "^7.16.7"
-"@babel/plugin-transform-block-scoping@^7.12.1", "@babel/plugin-transform-block-scoping@^7.12.12", "@babel/plugin-transform-block-scoping@^7.16.7", "@babel/plugin-transform-block-scoping@^7.4.4":
+"@babel/plugin-transform-block-scoping@^7.12.1", "@babel/plugin-transform-block-scoping@^7.12.12", "@babel/plugin-transform-block-scoping@^7.16.7":
version "7.16.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.16.7.tgz#f50664ab99ddeaee5bc681b8f3a6ea9d72ab4f87"
integrity sha512-ObZev2nxVAYA4bhyusELdo9hb3H+A56bxH3FZMbEImZFiEDYVHXQSJ1hQKFlDnlt8G9bBrCZ5ZpURZUrV4G5qQ==
dependencies:
"@babel/helper-plugin-utils" "^7.16.7"
-"@babel/plugin-transform-classes@^7.12.1", "@babel/plugin-transform-classes@^7.16.7", "@babel/plugin-transform-classes@^7.4.4":
+"@babel/plugin-transform-classes@^7.12.1", "@babel/plugin-transform-classes@^7.16.7":
version "7.16.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.16.7.tgz#8f4b9562850cd973de3b498f1218796eb181ce00"
integrity sha512-WY7og38SFAGYRe64BrjKf8OrE6ulEHtr5jEYaZMwox9KebgqPi67Zqz8K53EKk1fFEJgm96r32rkKZ3qA2nCWQ==
@@ -946,14 +915,14 @@
"@babel/helper-split-export-declaration" "^7.16.7"
globals "^11.1.0"
-"@babel/plugin-transform-computed-properties@^7.12.1", "@babel/plugin-transform-computed-properties@^7.16.7", "@babel/plugin-transform-computed-properties@^7.2.0":
+"@babel/plugin-transform-computed-properties@^7.12.1", "@babel/plugin-transform-computed-properties@^7.16.7":
version "7.16.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.16.7.tgz#66dee12e46f61d2aae7a73710f591eb3df616470"
integrity sha512-gN72G9bcmenVILj//sv1zLNaPyYcOzUho2lIJBMh/iakJ9ygCo/hEF9cpGb61SCMEDxbbyBoVQxrt+bWKu5KGw==
dependencies:
"@babel/helper-plugin-utils" "^7.16.7"
-"@babel/plugin-transform-destructuring@^7.12.1", "@babel/plugin-transform-destructuring@^7.16.7", "@babel/plugin-transform-destructuring@^7.4.4":
+"@babel/plugin-transform-destructuring@^7.12.1", "@babel/plugin-transform-destructuring@^7.16.7":
version "7.16.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.16.7.tgz#ca9588ae2d63978a4c29d3f33282d8603f618e23"
integrity sha512-VqAwhTHBnu5xBVDCvrvqJbtLUa++qZaWC0Fgr2mqokBlulZARGyIvZDoqbPlPaKImQ9dKAcCzbv+ul//uqu70A==
@@ -968,14 +937,14 @@
"@babel/helper-create-regexp-features-plugin" "^7.16.7"
"@babel/helper-plugin-utils" "^7.16.7"
-"@babel/plugin-transform-duplicate-keys@^7.12.1", "@babel/plugin-transform-duplicate-keys@^7.16.7", "@babel/plugin-transform-duplicate-keys@^7.2.0":
+"@babel/plugin-transform-duplicate-keys@^7.12.1", "@babel/plugin-transform-duplicate-keys@^7.16.7":
version "7.16.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.16.7.tgz#2207e9ca8f82a0d36a5a67b6536e7ef8b08823c9"
integrity sha512-03DvpbRfvWIXyK0/6QiR1KMTWeT6OcQ7tbhjrXyFS02kjuX/mu5Bvnh5SDSWHxyawit2g5aWhKwI86EE7GUnTw==
dependencies:
"@babel/helper-plugin-utils" "^7.16.7"
-"@babel/plugin-transform-exponentiation-operator@^7.12.1", "@babel/plugin-transform-exponentiation-operator@^7.16.7", "@babel/plugin-transform-exponentiation-operator@^7.2.0":
+"@babel/plugin-transform-exponentiation-operator@^7.12.1", "@babel/plugin-transform-exponentiation-operator@^7.16.7":
version "7.16.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.16.7.tgz#efa9862ef97e9e9e5f653f6ddc7b665e8536fe9b"
integrity sha512-8UYLSlyLgRixQvlYH3J2ekXFHDFLQutdy7FfFAMm3CPZ6q9wHCwnUyiXpQCe3gVVnQlHc5nsuiEVziteRNTXEA==
@@ -991,14 +960,14 @@
"@babel/helper-plugin-utils" "^7.10.4"
"@babel/plugin-syntax-flow" "^7.12.1"
-"@babel/plugin-transform-for-of@^7.12.1", "@babel/plugin-transform-for-of@^7.16.7", "@babel/plugin-transform-for-of@^7.4.4":
+"@babel/plugin-transform-for-of@^7.12.1", "@babel/plugin-transform-for-of@^7.16.7":
version "7.16.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.16.7.tgz#649d639d4617dff502a9a158c479b3b556728d8c"
integrity sha512-/QZm9W92Ptpw7sjI9Nx1mbcsWz33+l8kuMIQnDwgQBG5s3fAfQvkRjQ7NqXhtNcKOnPkdICmUHyCaWW06HCsqg==
dependencies:
"@babel/helper-plugin-utils" "^7.16.7"
-"@babel/plugin-transform-function-name@^7.12.1", "@babel/plugin-transform-function-name@^7.16.7", "@babel/plugin-transform-function-name@^7.4.4":
+"@babel/plugin-transform-function-name@^7.12.1", "@babel/plugin-transform-function-name@^7.16.7":
version "7.16.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.16.7.tgz#5ab34375c64d61d083d7d2f05c38d90b97ec65cf"
integrity sha512-SU/C68YVwTRxqWj5kgsbKINakGag0KTgq9f2iZEXdStoAbOzLHEBRYzImmA6yFo8YZhJVflvXmIHUO7GWHmxxA==
@@ -1007,21 +976,21 @@
"@babel/helper-function-name" "^7.16.7"
"@babel/helper-plugin-utils" "^7.16.7"
-"@babel/plugin-transform-literals@^7.12.1", "@babel/plugin-transform-literals@^7.16.7", "@babel/plugin-transform-literals@^7.2.0":
+"@babel/plugin-transform-literals@^7.12.1", "@babel/plugin-transform-literals@^7.16.7":
version "7.16.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.16.7.tgz#254c9618c5ff749e87cb0c0cef1a0a050c0bdab1"
integrity sha512-6tH8RTpTWI0s2sV6uq3e/C9wPo4PTqqZps4uF0kzQ9/xPLFQtipynvmT1g/dOfEJ+0EQsHhkQ/zyRId8J2b8zQ==
dependencies:
"@babel/helper-plugin-utils" "^7.16.7"
-"@babel/plugin-transform-member-expression-literals@^7.12.1", "@babel/plugin-transform-member-expression-literals@^7.16.7", "@babel/plugin-transform-member-expression-literals@^7.2.0":
+"@babel/plugin-transform-member-expression-literals@^7.12.1", "@babel/plugin-transform-member-expression-literals@^7.16.7":
version "7.16.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.16.7.tgz#6e5dcf906ef8a098e630149d14c867dd28f92384"
integrity sha512-mBruRMbktKQwbxaJof32LT9KLy2f3gH+27a5XSuXo6h7R3vqltl0PgZ80C8ZMKw98Bf8bqt6BEVi3svOh2PzMw==
dependencies:
"@babel/helper-plugin-utils" "^7.16.7"
-"@babel/plugin-transform-modules-amd@^7.12.1", "@babel/plugin-transform-modules-amd@^7.16.7", "@babel/plugin-transform-modules-amd@^7.2.0":
+"@babel/plugin-transform-modules-amd@^7.12.1", "@babel/plugin-transform-modules-amd@^7.16.7":
version "7.16.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.16.7.tgz#b28d323016a7daaae8609781d1f8c9da42b13186"
integrity sha512-KaaEtgBL7FKYwjJ/teH63oAmE3lP34N3kshz8mm4VMAw7U3PxjVwwUmxEFksbgsNUaO3wId9R2AVQYSEGRa2+g==
@@ -1030,7 +999,7 @@
"@babel/helper-plugin-utils" "^7.16.7"
babel-plugin-dynamic-import-node "^2.3.3"
-"@babel/plugin-transform-modules-commonjs@^7.1.0", "@babel/plugin-transform-modules-commonjs@^7.12.1", "@babel/plugin-transform-modules-commonjs@^7.16.8", "@babel/plugin-transform-modules-commonjs@^7.4.4":
+"@babel/plugin-transform-modules-commonjs@^7.1.0", "@babel/plugin-transform-modules-commonjs@^7.12.1", "@babel/plugin-transform-modules-commonjs@^7.16.8":
version "7.16.8"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.16.8.tgz#cdee19aae887b16b9d331009aa9a219af7c86afe"
integrity sha512-oflKPvsLT2+uKQopesJt3ApiaIS2HW+hzHFcwRNtyDGieAeC/dIHZX8buJQ2J2X1rxGPy4eRcUijm3qcSPjYcA==
@@ -1040,7 +1009,7 @@
"@babel/helper-simple-access" "^7.16.7"
babel-plugin-dynamic-import-node "^2.3.3"
-"@babel/plugin-transform-modules-systemjs@^7.12.1", "@babel/plugin-transform-modules-systemjs@^7.16.7", "@babel/plugin-transform-modules-systemjs@^7.4.4":
+"@babel/plugin-transform-modules-systemjs@^7.12.1", "@babel/plugin-transform-modules-systemjs@^7.16.7":
version "7.16.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.16.7.tgz#887cefaef88e684d29558c2b13ee0563e287c2d7"
integrity sha512-DuK5E3k+QQmnOqBR9UkusByy5WZWGRxfzV529s9nPra1GE7olmxfqO2FHobEOYSPIjPBTr4p66YDcjQnt8cBmw==
@@ -1051,7 +1020,7 @@
"@babel/helper-validator-identifier" "^7.16.7"
babel-plugin-dynamic-import-node "^2.3.3"
-"@babel/plugin-transform-modules-umd@^7.12.1", "@babel/plugin-transform-modules-umd@^7.16.7", "@babel/plugin-transform-modules-umd@^7.2.0":
+"@babel/plugin-transform-modules-umd@^7.12.1", "@babel/plugin-transform-modules-umd@^7.16.7":
version "7.16.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.16.7.tgz#23dad479fa585283dbd22215bff12719171e7618"
integrity sha512-EMh7uolsC8O4xhudF2F6wedbSHm1HHZ0C6aJ7K67zcDNidMzVcxWdGr+htW9n21klm+bOn+Rx4CBsAntZd3rEQ==
@@ -1059,21 +1028,21 @@
"@babel/helper-module-transforms" "^7.16.7"
"@babel/helper-plugin-utils" "^7.16.7"
-"@babel/plugin-transform-named-capturing-groups-regex@^7.12.1", "@babel/plugin-transform-named-capturing-groups-regex@^7.16.8", "@babel/plugin-transform-named-capturing-groups-regex@^7.4.5":
+"@babel/plugin-transform-named-capturing-groups-regex@^7.12.1", "@babel/plugin-transform-named-capturing-groups-regex@^7.16.8":
version "7.16.8"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.16.8.tgz#7f860e0e40d844a02c9dcf9d84965e7dfd666252"
integrity sha512-j3Jw+n5PvpmhRR+mrgIh04puSANCk/T/UA3m3P1MjJkhlK906+ApHhDIqBQDdOgL/r1UYpz4GNclTXxyZrYGSw==
dependencies:
"@babel/helper-create-regexp-features-plugin" "^7.16.7"
-"@babel/plugin-transform-new-target@^7.12.1", "@babel/plugin-transform-new-target@^7.16.7", "@babel/plugin-transform-new-target@^7.4.4":
+"@babel/plugin-transform-new-target@^7.12.1", "@babel/plugin-transform-new-target@^7.16.7":
version "7.16.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.16.7.tgz#9967d89a5c243818e0800fdad89db22c5f514244"
integrity sha512-xiLDzWNMfKoGOpc6t3U+etCE2yRnn3SM09BXqWPIZOBpL2gvVrBWUKnsJx0K/ADi5F5YC5f8APFfWrz25TdlGg==
dependencies:
"@babel/helper-plugin-utils" "^7.16.7"
-"@babel/plugin-transform-object-super@^7.12.1", "@babel/plugin-transform-object-super@^7.16.7", "@babel/plugin-transform-object-super@^7.2.0":
+"@babel/plugin-transform-object-super@^7.12.1", "@babel/plugin-transform-object-super@^7.16.7":
version "7.16.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.16.7.tgz#ac359cf8d32cf4354d27a46867999490b6c32a94"
integrity sha512-14J1feiQVWaGvRxj2WjyMuXS2jsBkgB3MdSN5HuC2G5nRspa5RK9COcs82Pwy5BuGcjb+fYaUj94mYcOj7rCvw==
@@ -1081,14 +1050,14 @@
"@babel/helper-plugin-utils" "^7.16.7"
"@babel/helper-replace-supers" "^7.16.7"
-"@babel/plugin-transform-parameters@^7.12.1", "@babel/plugin-transform-parameters@^7.16.7", "@babel/plugin-transform-parameters@^7.4.4":
+"@babel/plugin-transform-parameters@^7.12.1", "@babel/plugin-transform-parameters@^7.16.7":
version "7.16.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.16.7.tgz#a1721f55b99b736511cb7e0152f61f17688f331f"
integrity sha512-AT3MufQ7zZEhU2hwOA11axBnExW0Lszu4RL/tAlUJBuNoRak+wehQW8h6KcXOcgjY42fHtDxswuMhMjFEuv/aw==
dependencies:
"@babel/helper-plugin-utils" "^7.16.7"
-"@babel/plugin-transform-property-literals@^7.12.1", "@babel/plugin-transform-property-literals@^7.16.7", "@babel/plugin-transform-property-literals@^7.2.0":
+"@babel/plugin-transform-property-literals@^7.12.1", "@babel/plugin-transform-property-literals@^7.16.7":
version "7.16.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.16.7.tgz#2dadac85155436f22c696c4827730e0fe1057a55"
integrity sha512-z4FGr9NMGdoIl1RqavCqGG+ZuYjfZ/hkCIeuH6Do7tXmSm0ls11nYVSJqFEUOSJbDab5wC6lRE/w6YjVcr6Hqw==
@@ -1109,7 +1078,7 @@
dependencies:
"@babel/helper-plugin-utils" "^7.10.4"
-"@babel/plugin-transform-react-display-name@^7.0.0", "@babel/plugin-transform-react-display-name@^7.12.1", "@babel/plugin-transform-react-display-name@^7.16.7":
+"@babel/plugin-transform-react-display-name@^7.12.1", "@babel/plugin-transform-react-display-name@^7.16.7":
version "7.16.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.16.7.tgz#7b6d40d232f4c0f550ea348593db3b21e2404340"
integrity sha512-qgIg8BcZgd0G/Cz916D5+9kqX0c7nPZyXaP8R2tLNN5tkyIZdG5fEwBrxwplzSnjC1jvQmyMNVwUCZPcbGY7Pg==
@@ -1123,21 +1092,21 @@
dependencies:
"@babel/plugin-transform-react-jsx" "^7.16.7"
-"@babel/plugin-transform-react-jsx-self@^7.0.0", "@babel/plugin-transform-react-jsx-self@^7.12.1":
+"@babel/plugin-transform-react-jsx-self@^7.12.1":
version "7.12.1"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.12.1.tgz#ef43cbca2a14f1bd17807dbe4376ff89d714cf28"
integrity sha512-FbpL0ieNWiiBB5tCldX17EtXgmzeEZjFrix72rQYeq9X6nUK38HCaxexzVQrZWXanxKJPKVVIU37gFjEQYkPkA==
dependencies:
"@babel/helper-plugin-utils" "^7.10.4"
-"@babel/plugin-transform-react-jsx-source@^7.0.0", "@babel/plugin-transform-react-jsx-source@^7.12.1":
+"@babel/plugin-transform-react-jsx-source@^7.12.1":
version "7.12.1"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.12.1.tgz#d07de6863f468da0809edcf79a1aa8ce2a82a26b"
integrity sha512-keQ5kBfjJNRc6zZN1/nVHCd6LLIHq4aUKcVnvE/2l+ZZROSbqoiGFRtT5t3Is89XJxBQaP7NLZX2jgGHdZvvFQ==
dependencies:
"@babel/helper-plugin-utils" "^7.10.4"
-"@babel/plugin-transform-react-jsx@^7.0.0", "@babel/plugin-transform-react-jsx@^7.12.1", "@babel/plugin-transform-react-jsx@^7.12.12", "@babel/plugin-transform-react-jsx@^7.16.7":
+"@babel/plugin-transform-react-jsx@^7.12.1", "@babel/plugin-transform-react-jsx@^7.12.12", "@babel/plugin-transform-react-jsx@^7.16.7":
version "7.16.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.16.7.tgz#86a6a220552afd0e4e1f0388a68a372be7add0d4"
integrity sha512-8D16ye66fxiE8m890w0BpPpngG9o9OVBBy0gH2E+2AR7qMR2ZpTYJEqLxAsoroenMId0p/wMW+Blc0meDgu0Ag==
@@ -1156,14 +1125,14 @@
"@babel/helper-annotate-as-pure" "^7.16.7"
"@babel/helper-plugin-utils" "^7.16.7"
-"@babel/plugin-transform-regenerator@^7.12.1", "@babel/plugin-transform-regenerator@^7.16.7", "@babel/plugin-transform-regenerator@^7.4.5":
+"@babel/plugin-transform-regenerator@^7.12.1", "@babel/plugin-transform-regenerator@^7.16.7":
version "7.16.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.16.7.tgz#9e7576dc476cb89ccc5096fff7af659243b4adeb"
integrity sha512-mF7jOgGYCkSJagJ6XCujSQg+6xC1M77/03K2oBmVJWoFGNUtnVJO4WHKJk3dnPC8HCcj4xBQP1Egm8DWh3Pb3Q==
dependencies:
regenerator-transform "^0.14.2"
-"@babel/plugin-transform-reserved-words@^7.12.1", "@babel/plugin-transform-reserved-words@^7.16.7", "@babel/plugin-transform-reserved-words@^7.2.0":
+"@babel/plugin-transform-reserved-words@^7.12.1", "@babel/plugin-transform-reserved-words@^7.16.7":
version "7.16.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.16.7.tgz#1d798e078f7c5958eec952059c460b220a63f586"
integrity sha512-KQzzDnZ9hWQBjwi5lpY5v9shmm6IVG0U9pB18zvMu2i4H90xpT4gmqwPYsn8rObiadYe2M0gmgsiOIF5A/2rtg==
@@ -1180,16 +1149,6 @@
resolve "^1.8.1"
semver "^5.5.1"
-"@babel/plugin-transform-runtime@7.2.0":
- version "7.2.0"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.2.0.tgz#566bc43f7d0aedc880eaddbd29168d0f248966ea"
- integrity sha512-jIgkljDdq4RYDnJyQsiWbdvGeei/0MOTtSHKO/rfbd/mXBxNpdlulMx49L0HQ4pug1fXannxoqCI+fYSle9eSw==
- dependencies:
- "@babel/helper-module-imports" "^7.0.0"
- "@babel/helper-plugin-utils" "^7.0.0"
- resolve "^1.8.1"
- semver "^5.5.1"
-
"@babel/plugin-transform-runtime@^7.17.0":
version "7.17.0"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.17.0.tgz#0a2e08b5e2b2d95c4b1d3b3371a2180617455b70"
@@ -1202,14 +1161,14 @@
babel-plugin-polyfill-regenerator "^0.3.0"
semver "^6.3.0"
-"@babel/plugin-transform-shorthand-properties@^7.12.1", "@babel/plugin-transform-shorthand-properties@^7.16.7", "@babel/plugin-transform-shorthand-properties@^7.2.0":
+"@babel/plugin-transform-shorthand-properties@^7.12.1", "@babel/plugin-transform-shorthand-properties@^7.16.7":
version "7.16.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.16.7.tgz#e8549ae4afcf8382f711794c0c7b6b934c5fbd2a"
integrity sha512-hah2+FEnoRoATdIb05IOXf+4GzXYTq75TVhIn1PewihbpyrNWUt2JbudKQOETWw6QpLe+AIUpJ5MVLYTQbeeUg==
dependencies:
"@babel/helper-plugin-utils" "^7.16.7"
-"@babel/plugin-transform-spread@^7.12.1", "@babel/plugin-transform-spread@^7.16.7", "@babel/plugin-transform-spread@^7.2.0":
+"@babel/plugin-transform-spread@^7.12.1", "@babel/plugin-transform-spread@^7.16.7":
version "7.16.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.16.7.tgz#a303e2122f9f12e0105daeedd0f30fb197d8ff44"
integrity sha512-+pjJpgAngb53L0iaA5gU/1MLXJIfXcYepLgXB3esVRf4fqmj8f2cxM3/FKaHsZms08hFQJkFccEWuIpm429TXg==
@@ -1217,21 +1176,21 @@
"@babel/helper-plugin-utils" "^7.16.7"
"@babel/helper-skip-transparent-expression-wrappers" "^7.16.0"
-"@babel/plugin-transform-sticky-regex@^7.12.1", "@babel/plugin-transform-sticky-regex@^7.16.7", "@babel/plugin-transform-sticky-regex@^7.2.0":
+"@babel/plugin-transform-sticky-regex@^7.12.1", "@babel/plugin-transform-sticky-regex@^7.16.7":
version "7.16.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.16.7.tgz#c84741d4f4a38072b9a1e2e3fd56d359552e8660"
integrity sha512-NJa0Bd/87QV5NZZzTuZG5BPJjLYadeSZ9fO6oOUoL4iQx+9EEuw/eEM92SrsT19Yc2jgB1u1hsjqDtH02c3Drw==
dependencies:
"@babel/helper-plugin-utils" "^7.16.7"
-"@babel/plugin-transform-template-literals@^7.12.1", "@babel/plugin-transform-template-literals@^7.16.7", "@babel/plugin-transform-template-literals@^7.4.4":
+"@babel/plugin-transform-template-literals@^7.12.1", "@babel/plugin-transform-template-literals@^7.16.7":
version "7.16.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.16.7.tgz#f3d1c45d28967c8e80f53666fc9c3e50618217ab"
integrity sha512-VwbkDDUeenlIjmfNeDX/V0aWrQH2QiVyJtwymVQSzItFDTpxfyJh3EVaQiS0rIN/CqbLGr0VcGmuwyTdZtdIsA==
dependencies:
"@babel/helper-plugin-utils" "^7.16.7"
-"@babel/plugin-transform-typeof-symbol@^7.12.1", "@babel/plugin-transform-typeof-symbol@^7.16.7", "@babel/plugin-transform-typeof-symbol@^7.2.0":
+"@babel/plugin-transform-typeof-symbol@^7.12.1", "@babel/plugin-transform-typeof-symbol@^7.16.7":
version "7.16.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.16.7.tgz#9cdbe622582c21368bd482b660ba87d5545d4f7e"
integrity sha512-p2rOixCKRJzpg9JB4gjnG4gjWkWa89ZoYUnl9snJ1cWIcTH/hvxZqfO+WjG6T8DRBpctEol5jw1O5rA8gkCokQ==
@@ -1254,7 +1213,7 @@
dependencies:
"@babel/helper-plugin-utils" "^7.16.7"
-"@babel/plugin-transform-unicode-regex@^7.12.1", "@babel/plugin-transform-unicode-regex@^7.16.7", "@babel/plugin-transform-unicode-regex@^7.4.4":
+"@babel/plugin-transform-unicode-regex@^7.12.1", "@babel/plugin-transform-unicode-regex@^7.16.7":
version "7.16.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.16.7.tgz#0f7aa4a501198976e25e82702574c34cfebe9ef2"
integrity sha512-oC5tYYKw56HO75KZVLQ+R/Nl3Hro9kf8iG0hXoaHP7tjAyCpvqBiSNe6vGrZni1Z6MggmUOC6A7VP7AVmw225Q==
@@ -1334,60 +1293,6 @@
core-js-compat "^3.6.2"
semver "^5.5.0"
-"@babel/preset-env@7.4.5":
- version "7.4.5"
- resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.4.5.tgz#2fad7f62983d5af563b5f3139242755884998a58"
- integrity sha512-f2yNVXM+FsR5V8UwcFeIHzHWgnhXg3NpRmy0ADvALpnhB0SLbCvrCRr4BLOUYbQNLS+Z0Yer46x9dJXpXewI7w==
- dependencies:
- "@babel/helper-module-imports" "^7.0.0"
- "@babel/helper-plugin-utils" "^7.0.0"
- "@babel/plugin-proposal-async-generator-functions" "^7.2.0"
- "@babel/plugin-proposal-json-strings" "^7.2.0"
- "@babel/plugin-proposal-object-rest-spread" "^7.4.4"
- "@babel/plugin-proposal-optional-catch-binding" "^7.2.0"
- "@babel/plugin-proposal-unicode-property-regex" "^7.4.4"
- "@babel/plugin-syntax-async-generators" "^7.2.0"
- "@babel/plugin-syntax-json-strings" "^7.2.0"
- "@babel/plugin-syntax-object-rest-spread" "^7.2.0"
- "@babel/plugin-syntax-optional-catch-binding" "^7.2.0"
- "@babel/plugin-transform-arrow-functions" "^7.2.0"
- "@babel/plugin-transform-async-to-generator" "^7.4.4"
- "@babel/plugin-transform-block-scoped-functions" "^7.2.0"
- "@babel/plugin-transform-block-scoping" "^7.4.4"
- "@babel/plugin-transform-classes" "^7.4.4"
- "@babel/plugin-transform-computed-properties" "^7.2.0"
- "@babel/plugin-transform-destructuring" "^7.4.4"
- "@babel/plugin-transform-dotall-regex" "^7.4.4"
- "@babel/plugin-transform-duplicate-keys" "^7.2.0"
- "@babel/plugin-transform-exponentiation-operator" "^7.2.0"
- "@babel/plugin-transform-for-of" "^7.4.4"
- "@babel/plugin-transform-function-name" "^7.4.4"
- "@babel/plugin-transform-literals" "^7.2.0"
- "@babel/plugin-transform-member-expression-literals" "^7.2.0"
- "@babel/plugin-transform-modules-amd" "^7.2.0"
- "@babel/plugin-transform-modules-commonjs" "^7.4.4"
- "@babel/plugin-transform-modules-systemjs" "^7.4.4"
- "@babel/plugin-transform-modules-umd" "^7.2.0"
- "@babel/plugin-transform-named-capturing-groups-regex" "^7.4.5"
- "@babel/plugin-transform-new-target" "^7.4.4"
- "@babel/plugin-transform-object-super" "^7.2.0"
- "@babel/plugin-transform-parameters" "^7.4.4"
- "@babel/plugin-transform-property-literals" "^7.2.0"
- "@babel/plugin-transform-regenerator" "^7.4.5"
- "@babel/plugin-transform-reserved-words" "^7.2.0"
- "@babel/plugin-transform-shorthand-properties" "^7.2.0"
- "@babel/plugin-transform-spread" "^7.2.0"
- "@babel/plugin-transform-sticky-regex" "^7.2.0"
- "@babel/plugin-transform-template-literals" "^7.4.4"
- "@babel/plugin-transform-typeof-symbol" "^7.2.0"
- "@babel/plugin-transform-unicode-regex" "^7.4.4"
- "@babel/types" "^7.4.4"
- browserslist "^4.6.0"
- core-js-compat "^3.1.1"
- invariant "^2.2.2"
- js-levenshtein "^1.1.3"
- semver "^5.5.0"
-
"@babel/preset-env@^7.11.0", "@babel/preset-env@^7.12.1", "@babel/preset-env@^7.12.11", "@babel/preset-env@^7.14.7", "@babel/preset-env@^7.15.6", "@babel/preset-env@^7.16.11", "@babel/preset-env@^7.8.4":
version "7.16.11"
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.16.11.tgz#5dd88fd885fae36f88fd7c8342475c9f0abe2982"
@@ -1487,17 +1392,6 @@
"@babel/types" "^7.4.4"
esutils "^2.0.2"
-"@babel/preset-react@7.0.0":
- version "7.0.0"
- resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.0.0.tgz#e86b4b3d99433c7b3e9e91747e2653958bc6b3c0"
- integrity sha512-oayxyPS4Zj+hF6Et11BwuBkmpgT/zMxyuZgFrMeZID6Hdh3dGlk4sHCAhdBCpuCKW2ppBfl2uCCetlrUIJRY3w==
- dependencies:
- "@babel/helper-plugin-utils" "^7.0.0"
- "@babel/plugin-transform-react-display-name" "^7.0.0"
- "@babel/plugin-transform-react-jsx" "^7.0.0"
- "@babel/plugin-transform-react-jsx-self" "^7.0.0"
- "@babel/plugin-transform-react-jsx-source" "^7.0.0"
-
"@babel/preset-react@7.12.1":
version "7.12.1"
resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.12.1.tgz#7f022b13f55b6dd82f00f16d1c599ae62985358c"
@@ -1566,13 +1460,6 @@
dependencies:
regenerator-runtime "^0.13.4"
-"@babel/runtime@7.3.1":
- version "7.3.1"
- resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.3.1.tgz#574b03e8e8a9898eaf4a872a92ea20b7846f6f2a"
- integrity sha512-7jGW8ppV0ant637pIqAcFfQDDH1orEPGJb8aXfUozuCU3QqX7rX4DA8iwrbPrR1hcH0FTTHz47yQnk+bl5xHQA==
- dependencies:
- regenerator-runtime "^0.12.0"
-
"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.10.0", "@babel/runtime@^7.10.2", "@babel/runtime@^7.10.3", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.0", "@babel/runtime@^7.12.1", "@babel/runtime@^7.12.13", "@babel/runtime@^7.12.5", "@babel/runtime@^7.13.10", "@babel/runtime@^7.13.17", "@babel/runtime@^7.17.2", "@babel/runtime@^7.3.1", "@babel/runtime@^7.5.0", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.2", "@babel/runtime@^7.7.2", "@babel/runtime@^7.7.6", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2":
version "7.17.2"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.17.2.tgz#66f68591605e59da47523c631416b18508779941"
@@ -1580,7 +1467,7 @@
dependencies:
regenerator-runtime "^0.13.4"
-"@babel/template@^7.10.4", "@babel/template@^7.12.7", "@babel/template@^7.16.7", "@babel/template@^7.3.3", "@babel/template@^7.4.4":
+"@babel/template@^7.10.4", "@babel/template@^7.12.7", "@babel/template@^7.16.7", "@babel/template@^7.3.3":
version "7.16.7"
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.16.7.tgz#8d126c8701fde4d66b264b3eba3d96f07666d155"
integrity sha512-I8j/x8kHUrbYRTUxXrrMbfCa7jxkE7tZre39x3kjr9hvI82cK1FfqLygotcWN5kdPGWcLdWMHpSBavse5tWw3w==
@@ -1589,7 +1476,7 @@
"@babel/parser" "^7.16.7"
"@babel/types" "^7.16.7"
-"@babel/traverse@^7.1.0", "@babel/traverse@^7.1.6", "@babel/traverse@^7.12.1", "@babel/traverse@^7.12.11", "@babel/traverse@^7.12.9", "@babel/traverse@^7.13.0", "@babel/traverse@^7.16.7", "@babel/traverse@^7.16.8", "@babel/traverse@^7.17.0", "@babel/traverse@^7.17.3", "@babel/traverse@^7.4.5", "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.2":
+"@babel/traverse@^7.1.0", "@babel/traverse@^7.1.6", "@babel/traverse@^7.12.1", "@babel/traverse@^7.12.11", "@babel/traverse@^7.12.9", "@babel/traverse@^7.13.0", "@babel/traverse@^7.16.7", "@babel/traverse@^7.16.8", "@babel/traverse@^7.17.0", "@babel/traverse@^7.17.3", "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.2":
version "7.17.3"
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.17.3.tgz#0ae0f15b27d9a92ba1f2263358ea7c4e7db47b57"
integrity sha512-5irClVky7TxRWIRtxlh2WPUUOLhcPN06AGgaQSB8AEwuyEBgJVuJ5imdHm5zxk8w0QS5T+tDfnDxAlhWjpb7cw==
@@ -1621,6 +1508,49 @@
"@babel/helper-validator-identifier" "^7.16.7"
to-fast-properties "^2.0.0"
+"@badeball/cypress-configuration@^6.1.0":
+ version "6.1.1"
+ resolved "https://registry.yarnpkg.com/@badeball/cypress-configuration/-/cypress-configuration-6.1.1.tgz#9772173061d2c71c0e79823a5312ec43651f98cb"
+ integrity sha512-0IcJFMiCRo33Ofrvxxojt5QRJWyxApymHuuy981FeXnOGz4UsWKgr/hRupeXkw2cKXvah+j+880kXliygxPOSQ==
+ dependencies:
+ "@babel/parser" "^7.18.8"
+ debug "^4.3.2"
+ esbuild "^0.19.4"
+ glob "^7.1.6"
+ minimatch "^3.0.4"
+ node-hook "^1.0.0"
+
+"@badeball/cypress-cucumber-preprocessor@^20.0.2":
+ version "20.0.2"
+ resolved "https://registry.yarnpkg.com/@badeball/cypress-cucumber-preprocessor/-/cypress-cucumber-preprocessor-20.0.2.tgz#e8d57b71e950d4e01a40d3562992014125ea7f41"
+ integrity sha512-Ty5CXJxtB/TVC4jbhYTfR3oUsX8QFcGCQbFhCtk+xlyfL1eI8cgF7BXEQdCa5Qa3lf44EUKeI++xsd3NI5tWTQ==
+ dependencies:
+ "@badeball/cypress-configuration" "^6.1.0"
+ "@cucumber/ci-environment" "^10.0.0"
+ "@cucumber/cucumber" "^10.0.0"
+ "@cucumber/cucumber-expressions" "^17.0.0"
+ "@cucumber/gherkin" "^27.0.0"
+ "@cucumber/html-formatter" "^20.4.0"
+ "@cucumber/message-streams" "^4.0.1"
+ "@cucumber/messages" "^22.0.0"
+ "@cucumber/pretty-formatter" "^1.0.0"
+ "@cucumber/tag-expressions" "^6.0.0"
+ base64-js "^1.5.1"
+ chalk "^4.1.2"
+ cli-table "^0.3.11"
+ common-ancestor-path "^1.0.1"
+ cosmiconfig "^8.3.6"
+ debug "^4.3.4"
+ error-stack-parser "^2.1.4"
+ esbuild "^0.19.4"
+ glob "^10.3.10"
+ is-path-inside "^3.0.3"
+ mocha "^10.2.0"
+ seedrandom "^3.0.5"
+ source-map "^0.7.4"
+ split "^1.0.1"
+ uuid "^9.0.1"
+
"@base2/pretty-print-object@1.0.0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@base2/pretty-print-object/-/pretty-print-object-1.0.0.tgz#860ce718b0b73f4009e153541faff2cb6b85d047"
@@ -1796,34 +1726,164 @@
resolved "https://registry.yarnpkg.com/@csstools/normalize.css/-/normalize.css-10.1.0.tgz#f0950bba18819512d42f7197e56c518aa491cf18"
integrity sha512-ij4wRiunFfaJxjB0BdrYHIH8FxBJpOwNPhhAcunlmPdXudL1WQV1qoP9un6JsEBAgQH+7UXyyjh0g7jTxXK6tg==
-"@cypress/browserify-preprocessor@^3.0.1":
- version "3.0.1"
- resolved "https://registry.yarnpkg.com/@cypress/browserify-preprocessor/-/browserify-preprocessor-3.0.1.tgz#ab86335b0c061d11f5ad7df03f06b1877b836f71"
- integrity sha512-sErmFSEr5287bLMRl0POGnyFtJCs/lSk5yxrUIJUIHZ8eDvtTEr0V93xRgLjJVG54gJU4MbpHy1mRPA9VZbtQA==
- dependencies:
- "@babel/core" "7.4.5"
- "@babel/plugin-proposal-class-properties" "7.3.0"
- "@babel/plugin-proposal-object-rest-spread" "7.3.2"
- "@babel/plugin-transform-runtime" "7.2.0"
- "@babel/preset-env" "7.4.5"
- "@babel/preset-react" "7.0.0"
- "@babel/runtime" "7.3.1"
- babel-plugin-add-module-exports "1.0.2"
- babelify "10.0.0"
- bluebird "3.5.3"
- browserify "16.2.3"
- coffeeify "3.0.1"
- coffeescript "1.12.7"
- debug "4.1.1"
- fs-extra "9.0.0"
- lodash.clonedeep "4.5.0"
- through2 "^2.0.0"
- watchify "3.11.1"
+"@cucumber/ci-environment@10.0.0":
+ version "10.0.0"
+ resolved "https://registry.yarnpkg.com/@cucumber/ci-environment/-/ci-environment-10.0.0.tgz#1ad66cc20cad9aefcfe92f4db3553680de2dd365"
+ integrity sha512-lRkiehckosIOdc7p1L44nZsttO5dVHFjpwKKWZ07x8SeoAdV/sPuGe1PISe0AmAowFGza62nMOgG4KaroGzwFQ==
+
+"@cucumber/ci-environment@^10.0.0":
+ version "10.0.1"
+ resolved "https://registry.yarnpkg.com/@cucumber/ci-environment/-/ci-environment-10.0.1.tgz#c8584f1d4a619e4318cf60c01b838db096d72ccd"
+ integrity sha512-/+ooDMPtKSmvcPMDYnMZt4LuoipfFfHaYspStI4shqw8FyKcfQAmekz6G+QKWjQQrvM+7Hkljwx58MEwPCwwzg==
+
+"@cucumber/cucumber-expressions@17.0.1":
+ version "17.0.1"
+ resolved "https://registry.yarnpkg.com/@cucumber/cucumber-expressions/-/cucumber-expressions-17.0.1.tgz#d41a7fe298740badc22c02d424092223c5b5f6a1"
+ integrity sha512-reR7/sNRmDWgdz8BtFuHEwpksPnAkHty7gxUC2n0iaUPmckv9G5I5i+Vonc6xwUHDb/hmHPz/DyUL+Iv4Ao96w==
+ dependencies:
+ regexp-match-indices "1.0.2"
+
+"@cucumber/cucumber-expressions@^17.0.0":
+ version "17.0.2"
+ resolved "https://registry.yarnpkg.com/@cucumber/cucumber-expressions/-/cucumber-expressions-17.0.2.tgz#72e3e8c80f1e6af15f4904a972f55359f99fd0b3"
+ integrity sha512-O+T4xKtXJSvraqFX0vOB6OdVGm2lJAWUnwPoEJv6bkX//aRCHG9cOOfgXfIYfdTccE2csHM20+khFUmw+hO71g==
+ dependencies:
+ regexp-match-indices "1.0.2"
+
+"@cucumber/cucumber@^10.0.0":
+ version "10.3.1"
+ resolved "https://registry.yarnpkg.com/@cucumber/cucumber/-/cucumber-10.3.1.tgz#5996b0e19886d075b199a255a9d390e569b6ffc8"
+ integrity sha512-0H0NkOXcYTCG1qCh3o0p1HPSMODGJmlHi1rm5yfoiMx5tJbBjxVNI2VVD2xtPWA+D6ehHQD9asewuzjMXrbPIw==
+ dependencies:
+ "@cucumber/ci-environment" "10.0.0"
+ "@cucumber/cucumber-expressions" "17.0.1"
+ "@cucumber/gherkin" "27.0.0"
+ "@cucumber/gherkin-streams" "5.0.1"
+ "@cucumber/gherkin-utils" "8.0.5"
+ "@cucumber/html-formatter" "21.2.0"
+ "@cucumber/message-streams" "4.0.1"
+ "@cucumber/messages" "24.0.1"
+ "@cucumber/tag-expressions" "6.1.0"
+ assertion-error-formatter "^3.0.0"
+ capital-case "^1.0.4"
+ chalk "^4.1.2"
+ cli-table3 "0.6.3"
+ commander "^10.0.0"
+ debug "^4.3.4"
+ error-stack-parser "^2.1.4"
+ figures "^3.2.0"
+ glob "^10.3.10"
+ has-ansi "^4.0.1"
+ indent-string "^4.0.0"
+ is-installed-globally "^0.4.0"
+ is-stream "^2.0.0"
+ knuth-shuffle-seeded "^1.0.6"
+ lodash.merge "^4.6.2"
+ lodash.mergewith "^4.6.2"
+ luxon "3.2.1"
+ mkdirp "^2.1.5"
+ mz "^2.7.0"
+ progress "^2.0.3"
+ read-pkg-up "^7.0.1"
+ resolve-pkg "^2.0.0"
+ semver "7.5.3"
+ string-argv "0.3.1"
+ strip-ansi "6.0.1"
+ supports-color "^8.1.1"
+ tmp "^0.2.1"
+ type-fest "^4.8.3"
+ util-arity "^1.1.0"
+ xmlbuilder "^15.1.1"
+ yaml "^2.2.2"
+ yup "1.2.0"
+
+"@cucumber/gherkin-streams@5.0.1":
+ version "5.0.1"
+ resolved "https://registry.yarnpkg.com/@cucumber/gherkin-streams/-/gherkin-streams-5.0.1.tgz#8c2142d295cd05644456be7282b4bd756c95c4cd"
+ integrity sha512-/7VkIE/ASxIP/jd4Crlp4JHXqdNFxPGQokqWqsaCCiqBiu5qHoKMxcWNlp9njVL/n9yN4S08OmY3ZR8uC5x74Q==
+ dependencies:
+ commander "9.1.0"
+ source-map-support "0.5.21"
+
+"@cucumber/gherkin-utils@8.0.5":
+ version "8.0.5"
+ resolved "https://registry.yarnpkg.com/@cucumber/gherkin-utils/-/gherkin-utils-8.0.5.tgz#28042173cf7009cd9607c9104962133b1c927e24"
+ integrity sha512-kxM1OCDjYddF26VKc892PF0GokW4wUIl1PUz3TIXsPZgS39ExM1pF8oww8mlGFD2B0+4op/cSE3SSIME5H3aNw==
+ dependencies:
+ "@cucumber/gherkin" "^26.0.0"
+ "@cucumber/messages" "^22.0.0"
+ "@teppeis/multimaps" "3.0.0"
+ commander "10.0.1"
+ source-map-support "^0.5.21"
+
+"@cucumber/gherkin@27.0.0", "@cucumber/gherkin@^27.0.0":
+ version "27.0.0"
+ resolved "https://registry.yarnpkg.com/@cucumber/gherkin/-/gherkin-27.0.0.tgz#792b7c1b9eb91dd6fba5aca889ac27a6ceaaf794"
+ integrity sha512-j5rCsjqzRiC3iVTier3sa0kzyNbkcAmF7xr7jKnyO7qDeK3Z8Ye1P3KSVpeQRMY+KCDJ3WbTDdyxH0FwfA/fIw==
+ dependencies:
+ "@cucumber/messages" ">=19.1.4 <=22"
+
+"@cucumber/gherkin@^26.0.0":
+ version "26.2.0"
+ resolved "https://registry.yarnpkg.com/@cucumber/gherkin/-/gherkin-26.2.0.tgz#256129ef5e4d1cba87a673ce78d7296809d1e4c9"
+ integrity sha512-iRSiK8YAIHAmLrn/mUfpAx7OXZ7LyNlh1zT89RoziSVCbqSVDxJS6ckEzW8loxs+EEXl0dKPQOXiDmbHV+C/fA==
+ dependencies:
+ "@cucumber/messages" ">=19.1.4 <=22"
+
+"@cucumber/html-formatter@21.2.0":
+ version "21.2.0"
+ resolved "https://registry.yarnpkg.com/@cucumber/html-formatter/-/html-formatter-21.2.0.tgz#bb66e34a556959b178ffa4de7508a01cb79eb262"
+ integrity sha512-4OcSa12Y0v5e4ySDl67+QFTxCG/Y9fxGSkFqvm98ggpTvS7b75whwzupu+lM2lMBw+h3H6P8ZURQr0xQIAwE2A==
+
+"@cucumber/html-formatter@^20.4.0":
+ version "20.4.0"
+ resolved "https://registry.yarnpkg.com/@cucumber/html-formatter/-/html-formatter-20.4.0.tgz#ac3d24ed6c6127b07024f5bf869836e6ec7265db"
+ integrity sha512-TnLSXC5eJd8AXHENo69f5z+SixEVtQIf7Q2dZuTpT/Y8AOkilGpGl1MQR1Vp59JIw+fF3EQSUKdf+DAThCxUNg==
+
+"@cucumber/message-streams@4.0.1", "@cucumber/message-streams@^4.0.1":
+ version "4.0.1"
+ resolved "https://registry.yarnpkg.com/@cucumber/message-streams/-/message-streams-4.0.1.tgz#a5339d3504594bb2edb5732aaae94dddb24d0970"
+ integrity sha512-Kxap9uP5jD8tHUZVjTWgzxemi/0uOsbGjd4LBOSxcJoOCRbESFwemUzilJuzNTB8pcTQUh8D5oudUyxfkJOKmA==
+
+"@cucumber/messages@24.0.1":
+ version "24.0.1"
+ resolved "https://registry.yarnpkg.com/@cucumber/messages/-/messages-24.0.1.tgz#b13646c41d6d64f9af1c1a79acbc0160d796ed9c"
+ integrity sha512-dKfNkvgc6stSQIyeHk7p/221iqEZe1BP+e/Js8XKtSmc0sS8khKMvbSBwYVeonn/67/vYKiAyo6Eo0SzXd5Plw==
+ dependencies:
+ "@types/uuid" "9.0.7"
+ class-transformer "0.5.1"
+ reflect-metadata "0.2.1"
+ uuid "9.0.1"
+
+"@cucumber/messages@>=19.1.4 <=22", "@cucumber/messages@^22.0.0":
+ version "22.0.0"
+ resolved "https://registry.yarnpkg.com/@cucumber/messages/-/messages-22.0.0.tgz#2d86974ebd73046f66d217334c2245365c7990d4"
+ integrity sha512-EuaUtYte9ilkxcKmfqGF9pJsHRUU0jwie5ukuZ/1NPTuHS1LxHPsGEODK17RPRbZHOFhqybNzG2rHAwThxEymg==
+ dependencies:
+ "@types/uuid" "9.0.1"
+ class-transformer "0.5.1"
+ reflect-metadata "0.1.13"
+ uuid "9.0.0"
+
+"@cucumber/pretty-formatter@^1.0.0":
+ version "1.0.0"
+ resolved "https://registry.yarnpkg.com/@cucumber/pretty-formatter/-/pretty-formatter-1.0.0.tgz#911014c8fb7472a4c54d00e60e819a7200fd9da3"
+ integrity sha512-wcnIMN94HyaHGsfq72dgCvr1d8q6VGH4Y6Gl5weJ2TNZw1qn2UY85Iki4c9VdaLUONYnyYH3+178YB+9RFe/Hw==
+ dependencies:
+ ansi-styles "^5.0.0"
+ cli-table3 "^0.6.0"
+ figures "^3.2.0"
+ ts-dedent "^2.0.0"
+
+"@cucumber/tag-expressions@6.1.0", "@cucumber/tag-expressions@^6.0.0":
+ version "6.1.0"
+ resolved "https://registry.yarnpkg.com/@cucumber/tag-expressions/-/tag-expressions-6.1.0.tgz#cb7af908bdb43669b7574c606f71fa707196e962"
+ integrity sha512-+3DwRumrCJG27AtzCIL37A/X+A/gSfxOPLg8pZaruh5SLumsTmpvilwroVWBT2fPzmno/tGXypeK5a7NHU4RzA==
-"@cypress/request@^2.88.10", "@cypress/request@^2.88.5":
- version "2.88.10"
- resolved "https://registry.yarnpkg.com/@cypress/request/-/request-2.88.10.tgz#b66d76b07f860d3a4b8d7a0604d020c662752cce"
- integrity sha512-Zp7F+R93N0yZyG34GutyTNr+okam7s/Fzc1+i3kcqOP8vk6OuajuE9qZJ6Rs+10/1JFtXFYMdyarnU1rZuJesg==
+"@cypress/request@2.88.12":
+ version "2.88.12"
+ resolved "https://registry.yarnpkg.com/@cypress/request/-/request-2.88.12.tgz#ba4911431738494a85e93fb04498cb38bc55d590"
+ integrity sha512-tOn+0mDZxASFM+cuAP9szGUGPI1HwWVSvdzm7V4cCsPdFTx6qMj29CwaQmRAMIEhORIUBFBsYROYJcveK4uOjA==
dependencies:
aws-sign2 "~0.7.0"
aws4 "^1.8.0"
@@ -1838,12 +1898,21 @@
json-stringify-safe "~5.0.1"
mime-types "~2.1.19"
performance-now "^2.1.0"
- qs "~6.5.2"
+ qs "~6.10.3"
safe-buffer "^5.1.2"
- tough-cookie "~2.5.0"
+ tough-cookie "^4.1.3"
tunnel-agent "^0.6.0"
uuid "^8.3.2"
+"@cypress/webpack-preprocessor@^6.0.1":
+ version "6.0.1"
+ resolved "https://registry.yarnpkg.com/@cypress/webpack-preprocessor/-/webpack-preprocessor-6.0.1.tgz#5369527c063b2f4718a125ddbd163c5775086e06"
+ integrity sha512-WVNeFVSnFKxE3WZNRIriduTgqJRpevaiJIPlfqYTTzfXRD7X1Pv4woDE+G4caPV9bJqVKmVFiwzrXMRNeJxpxA==
+ dependencies:
+ bluebird "3.7.1"
+ debug "^4.3.4"
+ lodash "^4.17.20"
+
"@cypress/xvfb@^1.2.4":
version "1.2.4"
resolved "https://registry.yarnpkg.com/@cypress/xvfb/-/xvfb-1.2.4.tgz#2daf42e8275b39f4aa53c14214e557bd14e7748a"
@@ -2471,21 +2540,6 @@
update-notifier "^3.0.0"
yargs "^13.1.0"
-"@dhis2/cli-helpers-engine@^2.3.0":
- version "2.3.0"
- resolved "https://registry.yarnpkg.com/@dhis2/cli-helpers-engine/-/cli-helpers-engine-2.3.0.tgz#040cb9b2352fa618d9648a06226347f07ad9d15b"
- integrity sha512-i46Q5mC+vNPdImut7GcfpNf2VSg3EWlL7CFTYTfJtjGrIj77mvNkR9lTSz51ZKCQgdSgTMhpcraI0TjW7RZvWw==
- dependencies:
- chalk "^3.0.0"
- cross-spawn "^7.0.3"
- find-up "^5.0.0"
- fs-extra "^8.0.1"
- inquirer "^7.3.3"
- request "^2.88.0"
- tar "^4.4.8"
- update-notifier "^3.0.0"
- yargs "^13.1.0"
-
"@dhis2/cli-helpers-engine@^3.0.0":
version "3.0.0"
resolved "https://registry.yarnpkg.com/@dhis2/cli-helpers-engine/-/cli-helpers-engine-3.0.0.tgz#dacddea16de7e5e60280aefbee2e5661795b78b3"
@@ -2535,17 +2589,6 @@
semver "^7.3.5"
yargs "^16.2.0"
-"@dhis2/cli-utils-cypress@^8.0.3":
- version "8.0.3"
- resolved "https://registry.yarnpkg.com/@dhis2/cli-utils-cypress/-/cli-utils-cypress-8.0.3.tgz#ca70b4fb6cc54ab715bec8b5b799f84c3188ce34"
- integrity sha512-AZ42yCs1kW5+SjjETv6C4u2fXmotafnSfZVPXUQdutWehZVWS9OjAg0BzQ5FcJYvo1c+J36s/J6xnNSBkJn43g==
- dependencies:
- "@dhis2/cli-helpers-engine" "^2.3.0"
- cypress "^7.4.0"
- cypress-cucumber-preprocessor "^2.0.1"
- fs-extra "^8.1.0"
- jscodeshift "^0.11.0"
-
"@dhis2/cli-utils-docsite@^3.1.2":
version "3.1.2"
resolved "https://registry.yarnpkg.com/@dhis2/cli-utils-docsite/-/cli-utils-docsite-3.1.2.tgz#ee67683b1611ae684cd6ab2f29a61b5fd1f2d31a"
@@ -2566,17 +2609,17 @@
react-docgen "^6.0.0-alpha.0"
url-join "^4.0.1"
-"@dhis2/cypress-commands@^9.0.2":
- version "9.0.2"
- resolved "https://registry.yarnpkg.com/@dhis2/cypress-commands/-/cypress-commands-9.0.2.tgz#676870ccb2d5fe3811d5f480c7edf2f0b8507255"
- integrity sha512-G6H9bOpjxqa2X+pc5vJqiwZLp+8utuac/BMRehb/8T6CeIWF4r6keCTq9HTof47szC+06JbsB2ZiviInmZGXJA==
+"@dhis2/cypress-commands@^10.0.3":
+ version "10.0.3"
+ resolved "https://registry.yarnpkg.com/@dhis2/cypress-commands/-/cypress-commands-10.0.3.tgz#dae315cc839ff57965f307c2d2d34277c19592d4"
+ integrity sha512-K+GJtnzZGg62Qe67d/5Fl662s5VXnvhB55TTDoTcL/7Euawxyo1FC7ZrLXJExM2C1z0ic5WfZ7MH6EUsS6OfqQ==
dependencies:
jscodeshift "^0.11.0"
-"@dhis2/cypress-plugins@^9.0.2":
- version "9.0.2"
- resolved "https://registry.yarnpkg.com/@dhis2/cypress-plugins/-/cypress-plugins-9.0.2.tgz#6cbd58b2ce26a08e70045b81835504cd9ef6d8c9"
- integrity sha512-FhHW5+8HBKIJwAl5fEv6lapTo76LLR9LtoS8iy4crc5RZnHlWgVqXeqG1sBFix93yd8nCFfYvOIP8+Y+x9mi5A==
+"@dhis2/cypress-plugins@^10.0.3":
+ version "10.0.3"
+ resolved "https://registry.yarnpkg.com/@dhis2/cypress-plugins/-/cypress-plugins-10.0.3.tgz#83403aca333e2b356f7ea92c272d3ca00d00276d"
+ integrity sha512-MYIkWI/kCR4hoqvD+spmbXcdoNL/EFX3HZuyRCGUErj5ChJmyWX7jQtDq/twd7GFRma0IqwTtOwaiKAxLRv/Nw==
"@dhis2/d2-i18n@^1.1.0":
version "1.1.0"
@@ -3190,6 +3233,121 @@
resolved "https://registry.yarnpkg.com/@emotion/weak-memoize/-/weak-memoize-0.2.5.tgz#8eed982e2ee6f7f4e44c253e12962980791efd46"
integrity sha512-6U71C2Wp7r5XtFtQzYrW5iKFT67OixrSxjI4MptCHzdSVlgabczzqLe0ZSgnub/5Kp4hSbpDB1tMytZY9pwxxA==
+"@esbuild/aix-ppc64@0.19.12":
+ version "0.19.12"
+ resolved "https://registry.yarnpkg.com/@esbuild/aix-ppc64/-/aix-ppc64-0.19.12.tgz#d1bc06aedb6936b3b6d313bf809a5a40387d2b7f"
+ integrity sha512-bmoCYyWdEL3wDQIVbcyzRyeKLgk2WtWLTWz1ZIAZF/EGbNOwSA6ew3PftJ1PqMiOOGu0OyFMzG53L0zqIpPeNA==
+
+"@esbuild/android-arm64@0.19.12":
+ version "0.19.12"
+ resolved "https://registry.yarnpkg.com/@esbuild/android-arm64/-/android-arm64-0.19.12.tgz#7ad65a36cfdb7e0d429c353e00f680d737c2aed4"
+ integrity sha512-P0UVNGIienjZv3f5zq0DP3Nt2IE/3plFzuaS96vihvD0Hd6H/q4WXUGpCxD/E8YrSXfNyRPbpTq+T8ZQioSuPA==
+
+"@esbuild/android-arm@0.19.12":
+ version "0.19.12"
+ resolved "https://registry.yarnpkg.com/@esbuild/android-arm/-/android-arm-0.19.12.tgz#b0c26536f37776162ca8bde25e42040c203f2824"
+ integrity sha512-qg/Lj1mu3CdQlDEEiWrlC4eaPZ1KztwGJ9B6J+/6G+/4ewxJg7gqj8eVYWvao1bXrqGiW2rsBZFSX3q2lcW05w==
+
+"@esbuild/android-x64@0.19.12":
+ version "0.19.12"
+ resolved "https://registry.yarnpkg.com/@esbuild/android-x64/-/android-x64-0.19.12.tgz#cb13e2211282012194d89bf3bfe7721273473b3d"
+ integrity sha512-3k7ZoUW6Q6YqhdhIaq/WZ7HwBpnFBlW905Fa4s4qWJyiNOgT1dOqDiVAQFwBH7gBRZr17gLrlFCRzF6jFh7Kew==
+
+"@esbuild/darwin-arm64@0.19.12":
+ version "0.19.12"
+ resolved "https://registry.yarnpkg.com/@esbuild/darwin-arm64/-/darwin-arm64-0.19.12.tgz#cbee41e988020d4b516e9d9e44dd29200996275e"
+ integrity sha512-B6IeSgZgtEzGC42jsI+YYu9Z3HKRxp8ZT3cqhvliEHovq8HSX2YX8lNocDn79gCKJXOSaEot9MVYky7AKjCs8g==
+
+"@esbuild/darwin-x64@0.19.12":
+ version "0.19.12"
+ resolved "https://registry.yarnpkg.com/@esbuild/darwin-x64/-/darwin-x64-0.19.12.tgz#e37d9633246d52aecf491ee916ece709f9d5f4cd"
+ integrity sha512-hKoVkKzFiToTgn+41qGhsUJXFlIjxI/jSYeZf3ugemDYZldIXIxhvwN6erJGlX4t5h417iFuheZ7l+YVn05N3A==
+
+"@esbuild/freebsd-arm64@0.19.12":
+ version "0.19.12"
+ resolved "https://registry.yarnpkg.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.19.12.tgz#1ee4d8b682ed363b08af74d1ea2b2b4dbba76487"
+ integrity sha512-4aRvFIXmwAcDBw9AueDQ2YnGmz5L6obe5kmPT8Vd+/+x/JMVKCgdcRwH6APrbpNXsPz+K653Qg8HB/oXvXVukA==
+
+"@esbuild/freebsd-x64@0.19.12":
+ version "0.19.12"
+ resolved "https://registry.yarnpkg.com/@esbuild/freebsd-x64/-/freebsd-x64-0.19.12.tgz#37a693553d42ff77cd7126764b535fb6cc28a11c"
+ integrity sha512-EYoXZ4d8xtBoVN7CEwWY2IN4ho76xjYXqSXMNccFSx2lgqOG/1TBPW0yPx1bJZk94qu3tX0fycJeeQsKovA8gg==
+
+"@esbuild/linux-arm64@0.19.12":
+ version "0.19.12"
+ resolved "https://registry.yarnpkg.com/@esbuild/linux-arm64/-/linux-arm64-0.19.12.tgz#be9b145985ec6c57470e0e051d887b09dddb2d4b"
+ integrity sha512-EoTjyYyLuVPfdPLsGVVVC8a0p1BFFvtpQDB/YLEhaXyf/5bczaGeN15QkR+O4S5LeJ92Tqotve7i1jn35qwvdA==
+
+"@esbuild/linux-arm@0.19.12":
+ version "0.19.12"
+ resolved "https://registry.yarnpkg.com/@esbuild/linux-arm/-/linux-arm-0.19.12.tgz#207ecd982a8db95f7b5279207d0ff2331acf5eef"
+ integrity sha512-J5jPms//KhSNv+LO1S1TX1UWp1ucM6N6XuL6ITdKWElCu8wXP72l9MM0zDTzzeikVyqFE6U8YAV9/tFyj0ti+w==
+
+"@esbuild/linux-ia32@0.19.12":
+ version "0.19.12"
+ resolved "https://registry.yarnpkg.com/@esbuild/linux-ia32/-/linux-ia32-0.19.12.tgz#d0d86b5ca1562523dc284a6723293a52d5860601"
+ integrity sha512-Thsa42rrP1+UIGaWz47uydHSBOgTUnwBwNq59khgIwktK6x60Hivfbux9iNR0eHCHzOLjLMLfUMLCypBkZXMHA==
+
+"@esbuild/linux-loong64@0.19.12":
+ version "0.19.12"
+ resolved "https://registry.yarnpkg.com/@esbuild/linux-loong64/-/linux-loong64-0.19.12.tgz#9a37f87fec4b8408e682b528391fa22afd952299"
+ integrity sha512-LiXdXA0s3IqRRjm6rV6XaWATScKAXjI4R4LoDlvO7+yQqFdlr1Bax62sRwkVvRIrwXxvtYEHHI4dm50jAXkuAA==
+
+"@esbuild/linux-mips64el@0.19.12":
+ version "0.19.12"
+ resolved "https://registry.yarnpkg.com/@esbuild/linux-mips64el/-/linux-mips64el-0.19.12.tgz#4ddebd4e6eeba20b509d8e74c8e30d8ace0b89ec"
+ integrity sha512-fEnAuj5VGTanfJ07ff0gOA6IPsvrVHLVb6Lyd1g2/ed67oU1eFzL0r9WL7ZzscD+/N6i3dWumGE1Un4f7Amf+w==
+
+"@esbuild/linux-ppc64@0.19.12":
+ version "0.19.12"
+ resolved "https://registry.yarnpkg.com/@esbuild/linux-ppc64/-/linux-ppc64-0.19.12.tgz#adb67dadb73656849f63cd522f5ecb351dd8dee8"
+ integrity sha512-nYJA2/QPimDQOh1rKWedNOe3Gfc8PabU7HT3iXWtNUbRzXS9+vgB0Fjaqr//XNbd82mCxHzik2qotuI89cfixg==
+
+"@esbuild/linux-riscv64@0.19.12":
+ version "0.19.12"
+ resolved "https://registry.yarnpkg.com/@esbuild/linux-riscv64/-/linux-riscv64-0.19.12.tgz#11bc0698bf0a2abf8727f1c7ace2112612c15adf"
+ integrity sha512-2MueBrlPQCw5dVJJpQdUYgeqIzDQgw3QtiAHUC4RBz9FXPrskyyU3VI1hw7C0BSKB9OduwSJ79FTCqtGMWqJHg==
+
+"@esbuild/linux-s390x@0.19.12":
+ version "0.19.12"
+ resolved "https://registry.yarnpkg.com/@esbuild/linux-s390x/-/linux-s390x-0.19.12.tgz#e86fb8ffba7c5c92ba91fc3b27ed5a70196c3cc8"
+ integrity sha512-+Pil1Nv3Umes4m3AZKqA2anfhJiVmNCYkPchwFJNEJN5QxmTs1uzyy4TvmDrCRNT2ApwSari7ZIgrPeUx4UZDg==
+
+"@esbuild/linux-x64@0.19.12":
+ version "0.19.12"
+ resolved "https://registry.yarnpkg.com/@esbuild/linux-x64/-/linux-x64-0.19.12.tgz#5f37cfdc705aea687dfe5dfbec086a05acfe9c78"
+ integrity sha512-B71g1QpxfwBvNrfyJdVDexenDIt1CiDN1TIXLbhOw0KhJzE78KIFGX6OJ9MrtC0oOqMWf+0xop4qEU8JrJTwCg==
+
+"@esbuild/netbsd-x64@0.19.12":
+ version "0.19.12"
+ resolved "https://registry.yarnpkg.com/@esbuild/netbsd-x64/-/netbsd-x64-0.19.12.tgz#29da566a75324e0d0dd7e47519ba2f7ef168657b"
+ integrity sha512-3ltjQ7n1owJgFbuC61Oj++XhtzmymoCihNFgT84UAmJnxJfm4sYCiSLTXZtE00VWYpPMYc+ZQmB6xbSdVh0JWA==
+
+"@esbuild/openbsd-x64@0.19.12":
+ version "0.19.12"
+ resolved "https://registry.yarnpkg.com/@esbuild/openbsd-x64/-/openbsd-x64-0.19.12.tgz#306c0acbdb5a99c95be98bdd1d47c916e7dc3ff0"
+ integrity sha512-RbrfTB9SWsr0kWmb9srfF+L933uMDdu9BIzdA7os2t0TXhCRjrQyCeOt6wVxr79CKD4c+p+YhCj31HBkYcXebw==
+
+"@esbuild/sunos-x64@0.19.12":
+ version "0.19.12"
+ resolved "https://registry.yarnpkg.com/@esbuild/sunos-x64/-/sunos-x64-0.19.12.tgz#0933eaab9af8b9b2c930236f62aae3fc593faf30"
+ integrity sha512-HKjJwRrW8uWtCQnQOz9qcU3mUZhTUQvi56Q8DPTLLB+DawoiQdjsYq+j+D3s9I8VFtDr+F9CjgXKKC4ss89IeA==
+
+"@esbuild/win32-arm64@0.19.12":
+ version "0.19.12"
+ resolved "https://registry.yarnpkg.com/@esbuild/win32-arm64/-/win32-arm64-0.19.12.tgz#773bdbaa1971b36db2f6560088639ccd1e6773ae"
+ integrity sha512-URgtR1dJnmGvX864pn1B2YUYNzjmXkuJOIqG2HdU62MVS4EHpU2946OZoTMnRUHklGtJdJZ33QfzdjGACXhn1A==
+
+"@esbuild/win32-ia32@0.19.12":
+ version "0.19.12"
+ resolved "https://registry.yarnpkg.com/@esbuild/win32-ia32/-/win32-ia32-0.19.12.tgz#000516cad06354cc84a73f0943a4aa690ef6fd67"
+ integrity sha512-+ZOE6pUkMOJfmxmBZElNOx72NKpIa/HFOMGzu8fqzQJ5kgf6aTGrcJaFsNiVMH4JKpMipyK+7k0n2UXN7a8YKQ==
+
+"@esbuild/win32-x64@0.19.12":
+ version "0.19.12"
+ resolved "https://registry.yarnpkg.com/@esbuild/win32-x64/-/win32-x64-0.19.12.tgz#c57c8afbb4054a3ab8317591a0b7320360b444ae"
+ integrity sha512-T1QyPSDCyMXaO3pzBkF96E8xMkiRYbUEZADd29SyPGabqxMViNoii+NcK7eWJAEoU6RZyEm5lVSIjTmcdoB9HA==
+
"@eslint/eslintrc@^0.4.3":
version "0.4.3"
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.3.tgz#9e42981ef035beb3dd49add17acb96e8ff6f394c"
@@ -3268,6 +3426,18 @@
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45"
integrity sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==
+"@isaacs/cliui@^8.0.2":
+ version "8.0.2"
+ resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550"
+ integrity sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==
+ dependencies:
+ string-width "^5.1.2"
+ string-width-cjs "npm:string-width@^4.2.0"
+ strip-ansi "^7.0.1"
+ strip-ansi-cjs "npm:strip-ansi@^6.0.1"
+ wrap-ansi "^8.1.0"
+ wrap-ansi-cjs "npm:wrap-ansi@^7.0.0"
+
"@istanbuljs/load-nyc-config@^1.0.0":
version "1.1.0"
resolved "https://registry.yarnpkg.com/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz#fd3db1d59ecf7cf121e80650bb86712f9b55eced"
@@ -3787,6 +3957,11 @@
dependencies:
mkdirp "^1.0.4"
+"@pkgjs/parseargs@^0.11.0":
+ version "0.11.0"
+ resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
+ integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
+
"@pmmmwh/react-refresh-webpack-plugin@0.4.3", "@pmmmwh/react-refresh-webpack-plugin@^0.4.3":
version "0.4.3"
resolved "https://registry.yarnpkg.com/@pmmmwh/react-refresh-webpack-plugin/-/react-refresh-webpack-plugin-0.4.3.tgz#1eec460596d200c0236bf195b078a5d1df89b766"
@@ -4979,6 +5154,11 @@
dependencies:
defer-to-connect "^1.0.1"
+"@teppeis/multimaps@3.0.0":
+ version "3.0.0"
+ resolved "https://registry.yarnpkg.com/@teppeis/multimaps/-/multimaps-3.0.0.tgz#bb9c3f8d569f589e548586fa0bbf423010ddfdc5"
+ integrity sha512-ID7fosbc50TbT0MK0EG12O+gAP3W3Aa/Pz4DaTtQtEvlc9Odaqi0de+xuZ7Li2GtK4HzEX7IuRWS/JmZLksR3Q==
+
"@testing-library/dom@^8.0.0":
version "8.11.0"
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-8.11.0.tgz#3679dfb4db58e0d2b95e4b0929eaf45237b60d94"
@@ -5324,11 +5504,16 @@
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.20.11.tgz#980832cd56efafff8c18aa148c4085eb02a483f4"
integrity sha512-gema+apZ6qLQK7k7F0dGkGCWQYsL0qqKORWOQO6tq46q+x+1C0vbOiOqOwRVlh4RAdbQwV/j/ryr3u5NOG1fPQ==
-"@types/node@^14.0.10", "@types/node@^14.14.31":
+"@types/node@^14.0.10":
version "14.17.2"
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.17.2.tgz#1e94476db57ec93a372c7f7d29aa5707cfb92339"
integrity sha512-sld7b/xmFum66AAKuz/rp/CUO8+98fMpyQ3SBfzzBNGMd/1iHBTAg9oyAvcYlAj46bpc74r91jSw2iFdnx29nw==
+"@types/node@^16.18.39":
+ version "16.18.91"
+ resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.91.tgz#3e7b3b3d28f740e3e2d4ceb7ad9d16e6b9277c91"
+ integrity sha512-h8Q4klc8xzc9kJKr7UYNtJde5TU2qEePVyH3WyzJaUC+3ptyc5kPQbWOIUcn8ZsG5+KSkq+P0py0kC0VqxgAXw==
+
"@types/normalize-package-data@^2.4.0":
version "2.4.0"
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.0.tgz#e486d0d97396d79beedd0a6e33f4534ff6b4973e"
@@ -5508,11 +5693,6 @@
resolved "https://registry.yarnpkg.com/@types/sinonjs__fake-timers/-/sinonjs__fake-timers-8.1.1.tgz#b49c2c70150141a15e0fa7e79cf1f92a72934ce3"
integrity sha512-0kSuKjAS0TrGLJ0M/+8MaFkGsQhZpB6pxOmvS3K8FYI72K//YmdfoW9X2qPsAKh1mkwxGD5zib9s1FIFed6E8g==
-"@types/sinonjs__fake-timers@^6.0.2":
- version "6.0.4"
- resolved "https://registry.yarnpkg.com/@types/sinonjs__fake-timers/-/sinonjs__fake-timers-6.0.4.tgz#0ecc1b9259b76598ef01942f547904ce61a6a77d"
- integrity sha512-IFQTJARgMUBF+xVd2b+hIgXWrZEjND3vJtRCvIelcFB5SIXfjV4bOHbHJ0eXKh+0COrBRc8MqteKAz/j88rE0A==
-
"@types/sizzle@^2.3.2":
version "2.3.2"
resolved "https://registry.yarnpkg.com/@types/sizzle/-/sizzle-2.3.2.tgz#a811b8c18e2babab7d542b3365887ae2e4d9de47"
@@ -5564,6 +5744,16 @@
resolved "https://registry.yarnpkg.com/@types/unist/-/unist-2.0.3.tgz#9c088679876f374eb5983f150d4787aa6fb32d7e"
integrity sha512-FvUupuM3rlRsRtCN+fDudtmytGO6iHJuuRKS1Ss0pG5z8oX0diNEw94UEL7hgDbpN94rgaK5R7sWm6RrSkZuAQ==
+"@types/uuid@9.0.1":
+ version "9.0.1"
+ resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-9.0.1.tgz#98586dc36aee8dacc98cc396dbca8d0429647aa6"
+ integrity sha512-rFT3ak0/2trgvp4yYZo5iKFEPsET7vKydKF+VRCxlQ9bpheehyAJH89dAkaLEq/j/RZXJIqcgsmPJKUP1Z28HA==
+
+"@types/uuid@9.0.7":
+ version "9.0.7"
+ resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-9.0.7.tgz#b14cebc75455eeeb160d5fe23c2fcc0c64f724d8"
+ integrity sha512-WUtIVRUZ9i5dYXefDEAI7sh9/O7jGvHg7Df/5O/gtH3Yabe5odI3UWopVR1qbPXQtvOxWu3mM4XxlYeZtMWF4g==
+
"@types/webpack-env@^1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@types/webpack-env/-/webpack-env-1.16.0.tgz#8c0a9435dfa7b3b1be76562f3070efb3f92637b4"
@@ -6006,7 +6196,7 @@
resolved "https://registry.yarnpkg.com/@xtuc/long/-/long-4.2.2.tgz#d291c6a4e97989b5c61d9acf396ae4fe133a718d"
integrity sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==
-JSONStream@^1.0.3, JSONStream@^1.0.4:
+JSONStream@^1.0.4:
version "1.3.5"
resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.5.tgz#3208c1f08d3a4d99261ab64f92302bc15e111ca0"
integrity sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==
@@ -6082,15 +6272,6 @@ acorn-logical-assignment@^0.1.0:
resolved "https://registry.yarnpkg.com/acorn-logical-assignment/-/acorn-logical-assignment-0.1.4.tgz#1a143a21f022e1707b2bc82f587ae2943f0a570e"
integrity sha512-SeqO1iRtc/NeXo4bTkyK0hN0CIoKi/FQMN1NqhTr5UxqEn4p2wKNTZl+xzvU7i2u/k0f66YR7pNPi2ckPwYubg==
-acorn-node@^1.2.0, acorn-node@^1.3.0, acorn-node@^1.5.2, acorn-node@^1.6.1:
- version "1.8.2"
- resolved "https://registry.yarnpkg.com/acorn-node/-/acorn-node-1.8.2.tgz#114c95d64539e53dede23de8b9d96df7c7ae2af8"
- integrity sha512-8mt+fslDufLYntIoPAaIMUe/lrbrehIiwmR3t2k9LljIzoigEPF27eLk2hy8zSGzmR/ogr7zbRKINMo1u0yh5A==
- dependencies:
- acorn "^7.0.0"
- acorn-walk "^7.0.0"
- xtend "^4.0.2"
-
acorn-numeric-separator@^0.3.0:
version "0.3.6"
resolved "https://registry.yarnpkg.com/acorn-numeric-separator/-/acorn-numeric-separator-0.3.6.tgz#af7f0abaf8e74bd9ca1117602954d0a3b75804f3"
@@ -6135,7 +6316,7 @@ acorn-walk@^6.0.0:
resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-6.2.0.tgz#123cb8f3b84c2171f1f7fb252615b1c78a6b1a8c"
integrity sha512-7evsyfH1cLOCdAzZAd43Cic04yKydNx0cF+7tiA19p1XnLLPU4dpCQOqpjqwokFe//vS0QqfqqjCS2JkiIs0cA==
-acorn-walk@^7.0.0, acorn-walk@^7.1.1, acorn-walk@^7.2.0:
+acorn-walk@^7.1.1, acorn-walk@^7.2.0:
version "7.2.0"
resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-7.2.0.tgz#0de889a601203909b0fbe07b8938dc21d2e967bc"
integrity sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==
@@ -6150,7 +6331,7 @@ acorn@^6.0.0, acorn@^6.4.1:
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.4.2.tgz#35866fd710528e92de10cf06016498e47e39e1e6"
integrity sha512-XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7+gfDBmHCQ==
-acorn@^7.0.0, acorn@^7.1.0, acorn@^7.1.1, acorn@^7.4.0, acorn@^7.4.1:
+acorn@^7.1.0, acorn@^7.1.1, acorn@^7.4.0, acorn@^7.4.1:
version "7.4.1"
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.1.tgz#feaed255973d2e77555b83dbc08851a6c63520fa"
integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==
@@ -6309,16 +6490,16 @@ ansi-align@^3.0.0, ansi-align@^3.0.1:
dependencies:
string-width "^4.1.0"
+ansi-colors@4.1.1, ansi-colors@^4.1.1:
+ version "4.1.1"
+ resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-4.1.1.tgz#cbb9ae256bf750af1eab344f229aa27fe94ba348"
+ integrity sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==
+
ansi-colors@^3.0.0:
version "3.2.4"
resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-3.2.4.tgz#e3a3da4bfbae6c86a9c285625de124a234026fbf"
integrity sha512-hHUXGagefjN2iRrID63xckIvotOXOojhQKWIPUZ4mNUZ9nLZW+7FMNoE1lOkEhNWYsx/7ysGIuJYCiMAA9FnrA==
-ansi-colors@^4.1.1:
- version "4.1.1"
- resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-4.1.1.tgz#cbb9ae256bf750af1eab344f229aa27fe94ba348"
- integrity sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==
-
ansi-escape-sequences@^4.0.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/ansi-escape-sequences/-/ansi-escape-sequences-4.1.0.tgz#2483c8773f50dd9174dd9557e92b1718f1816097"
@@ -6407,7 +6588,7 @@ ansi-to-html@^0.6.11:
any-promise@^1.0.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/any-promise/-/any-promise-1.3.0.tgz#abc6afeedcea52e809cdc0376aed3ce39635d17f"
- integrity sha1-q8av7tzqUugJzcA3au0845Y10X8=
+ integrity sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==
anymatch@^2.0.0:
version "2.0.0"
@@ -6714,7 +6895,7 @@ assert-plus@1.0.0, assert-plus@^1.0.0:
resolved "https://registry.yarnpkg.com/assert-plus/-/assert-plus-1.0.0.tgz#f12e0f3c5d77b0b1cdd9146942e4e96c1e4dd525"
integrity sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=
-assert@^1.1.1, assert@^1.4.0:
+assert@^1.1.1:
version "1.5.0"
resolved "https://registry.yarnpkg.com/assert/-/assert-1.5.0.tgz#55c109aaf6e0aefdb3dc4b71240c70bf574b18eb"
integrity sha512-EDsgawzwoun2CZkCgtxJbv392v4nbk9XDD06zI+kQYoBM/3RBWLlEyJARDOmhAAosBjWACEkKL6S+lIZtcAubA==
@@ -6722,20 +6903,15 @@ assert@^1.1.1, assert@^1.4.0:
object-assign "^4.1.1"
util "0.10.3"
-assertion-error-formatter@^2.0.1:
- version "2.0.1"
- resolved "https://registry.yarnpkg.com/assertion-error-formatter/-/assertion-error-formatter-2.0.1.tgz#6bbdffaec8e2fa9e2b0eb158bfe353132d7c0a9b"
- integrity sha512-cjC3jUCh9spkroKue5PDSKH5RFQ/KNuZJhk3GwHYmB/8qqETxLOmMdLH+ohi/VukNzxDlMvIe7zScvLoOdhb6Q==
+assertion-error-formatter@^3.0.0:
+ version "3.0.0"
+ resolved "https://registry.yarnpkg.com/assertion-error-formatter/-/assertion-error-formatter-3.0.0.tgz#be9c8825dee6a8a6c72183d915912d9b57d5d265"
+ integrity sha512-6YyAVLrEze0kQ7CmJfUgrLHb+Y7XghmL2Ie7ijVa2Y9ynP3LV+VDiwFk62Dn0qtqbmY0BT0ss6p1xxpiF2PYbQ==
dependencies:
- diff "^3.0.0"
+ diff "^4.0.1"
pad-right "^0.2.2"
repeat-string "^1.6.1"
-assertion-error@^1.1.0:
- version "1.1.0"
- resolved "https://registry.yarnpkg.com/assertion-error/-/assertion-error-1.1.0.tgz#e60b6b0e8f301bd97e5375215bda406c85118c0b"
- integrity sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw==
-
assign-symbols@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/assign-symbols/-/assign-symbols-1.0.0.tgz#59667f41fadd4f20ccbc2bb96b8d4f7f78ec0367"
@@ -6951,13 +7127,6 @@ babel-loader@^8.2.2, babel-loader@^8.2.3:
make-dir "^3.1.0"
schema-utils "^2.6.5"
-babel-plugin-add-module-exports@1.0.2:
- version "1.0.2"
- resolved "https://registry.yarnpkg.com/babel-plugin-add-module-exports/-/babel-plugin-add-module-exports-1.0.2.tgz#96cd610d089af664f016467fc4567c099cce2d9c"
- integrity sha512-4paN7RivvU3Rzju1vGSHWPjO8Y0rI6droWvSFKI6dvEQ4mvoV0zGojnlzVRfI6N8zISo6VERXt3coIuVmzuvNg==
- optionalDependencies:
- chokidar "^2.0.4"
-
babel-plugin-add-react-displayname@^0.0.5:
version "0.0.5"
resolved "https://registry.yarnpkg.com/babel-plugin-add-react-displayname/-/babel-plugin-add-react-displayname-0.0.5.tgz#339d4cddb7b65fd62d1df9db9fe04de134122bd5"
@@ -7186,7 +7355,7 @@ babel-preset-react-app@^10.0.0:
babel-plugin-macros "2.8.0"
babel-plugin-transform-react-remove-prop-types "0.4.24"
-babel-runtime@^6.11.6, babel-runtime@^6.26.0:
+babel-runtime@^6.26.0:
version "6.26.0"
resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.26.0.tgz#965c7058668e82b55d7bfe04ff2337bc8b5647fe"
integrity sha1-llxwWGaOgrVde/4E/yM3vItWR/4=
@@ -7194,11 +7363,6 @@ babel-runtime@^6.11.6, babel-runtime@^6.26.0:
core-js "^2.4.0"
regenerator-runtime "^0.11.0"
-babelify@10.0.0:
- version "10.0.0"
- resolved "https://registry.yarnpkg.com/babelify/-/babelify-10.0.0.tgz#fe73b1a22583f06680d8d072e25a1e0d1d1d7fb5"
- integrity sha512-X40FaxyH7t3X+JFAKvb1H9wooWKLRCi8pg3m8poqtdZaIng+bjzp9RvKQCvRjF9isHiPkXspbbXT/zwXLtwgwg==
-
babylon@^6.18.0:
version "6.18.0"
resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.18.0.tgz#af2f3b88fa6f5c1e4c634d1a0f8eac4f55b395e3"
@@ -7219,7 +7383,7 @@ base16@^1.0.0:
resolved "https://registry.yarnpkg.com/base16/-/base16-1.0.0.tgz#e297f60d7ec1014a7a971a39ebc8a98c0b681e70"
integrity sha1-4pf2DX7BAUp6lxo568ipjAtoHnA=
-base64-js@^1.0.2, base64-js@^1.3.1:
+base64-js@^1.0.2, base64-js@^1.3.1, base64-js@^1.5.1:
version "1.5.1"
resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.5.1.tgz#1b1b440160a5bf7ad40b650f095963481903930a"
integrity sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==
@@ -7266,11 +7430,6 @@ bcryptjs@^2.3.0:
resolved "https://registry.yarnpkg.com/bcryptjs/-/bcryptjs-2.4.3.tgz#9ab5627b93e60621ff7cdac5da9733027df1d0cb"
integrity sha1-mrVie5PmBiH/fNrF2pczAn3x0Ms=
-becke-ch--regex--s0-0-v1--base--pl--lib@^1.2.0:
- version "1.4.0"
- resolved "https://registry.yarnpkg.com/becke-ch--regex--s0-0-v1--base--pl--lib/-/becke-ch--regex--s0-0-v1--base--pl--lib-1.4.0.tgz#429ceebbfa5f7e936e78d73fbdc7da7162b20e20"
- integrity sha1-Qpzuu/pffpNueNc/vcfacWKyDiA=
-
better-opn@^2.1.1:
version "2.1.1"
resolved "https://registry.yarnpkg.com/better-opn/-/better-opn-2.1.1.tgz#94a55b4695dc79288f31d7d0e5f658320759f7c6"
@@ -7329,12 +7488,12 @@ blob-util@^2.0.2:
resolved "https://registry.yarnpkg.com/blob-util/-/blob-util-2.0.2.tgz#3b4e3c281111bb7f11128518006cdc60b403a1eb"
integrity sha512-T7JQa+zsXXEa6/8ZhHcQEW1UFfVM49Ts65uBkFL6fz2QmrElqmbajIDJvuA0tEhRe5eIjpV9ZF+0RfZR9voJFQ==
-bluebird@3.5.3:
- version "3.5.3"
- resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.5.3.tgz#7d01c6f9616c9a51ab0f8c549a79dfe6ec33efa7"
- integrity sha512-/qKPUQlaW1OyR51WeCPBvRnAlnZFUJkCSG5HzGnuIqhgyJtF+T94lFnn33eiazjRm2LAHVy2guNnaq48X9SJuw==
+bluebird@3.7.1:
+ version "3.7.1"
+ resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.7.1.tgz#df70e302b471d7473489acf26a93d63b53f874de"
+ integrity sha512-DdmyoGCleJnkbp3nkbxTLJ18rjDsE4yCggEwKNXkeV123sPNfOCYeDoeuOY+F2FrSjO1YXcTU+dsy96KMy+gcg==
-bluebird@^3.3.5, bluebird@^3.4.1, bluebird@^3.5.3, bluebird@^3.5.5, bluebird@^3.7.1, bluebird@^3.7.2:
+bluebird@^3.3.5, bluebird@^3.5.3, bluebird@^3.5.5, bluebird@^3.7.1, bluebird@^3.7.2:
version "3.7.2"
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.7.2.tgz#9f229c15be272454ffa973ace0dbee79a1b0c36f"
integrity sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==
@@ -7446,6 +7605,13 @@ brace-expansion@^1.1.7:
balanced-match "^1.0.0"
concat-map "0.0.1"
+brace-expansion@^2.0.1:
+ version "2.0.1"
+ resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.1.tgz#1edc459e0f0c548486ecf9fc99f2221364b9a0ae"
+ integrity sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==
+ dependencies:
+ balanced-match "^1.0.0"
+
braces@^2.3.1, braces@^2.3.2:
version "2.3.2"
resolved "https://registry.yarnpkg.com/braces/-/braces-2.3.2.tgz#5979fd3f14cd531565e5fa2df1abfff1dfaee729"
@@ -7488,36 +7654,15 @@ brorand@^1.0.1:
resolved "https://registry.yarnpkg.com/brorand/-/brorand-1.1.0.tgz#12c25efe40a45e3c323eb8675a0a0ce57b22371f"
integrity sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8=
-browser-pack@^6.0.1:
- version "6.1.0"
- resolved "https://registry.yarnpkg.com/browser-pack/-/browser-pack-6.1.0.tgz#c34ba10d0b9ce162b5af227c7131c92c2ecd5774"
- integrity sha512-erYug8XoqzU3IfcU8fUgyHqyOXqIE4tUTTQ+7mqUjQlvnXkOO6OlT9c/ZoJVHYoAaqGxr09CN53G7XIsO4KtWA==
- dependencies:
- JSONStream "^1.0.3"
- combine-source-map "~0.8.0"
- defined "^1.0.0"
- safe-buffer "^5.1.1"
- through2 "^2.0.0"
- umd "^3.0.0"
-
browser-process-hrtime@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz#3c9b4b7d782c8121e56f10106d84c0d0ffc94626"
integrity sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow==
-browser-resolve@^1.11.0:
- version "1.11.3"
- resolved "https://registry.yarnpkg.com/browser-resolve/-/browser-resolve-1.11.3.tgz#9b7cbb3d0f510e4cb86bdbd796124d28b5890af6"
- integrity sha512-exDi1BYWB/6raKHmDTCicQfTkqwN5fioMFV4j8BsfMU4R2DK/QfZfK7kOVkmWCNANf0snkBzqGqAJBao9gZMdQ==
- dependencies:
- resolve "1.1.7"
-
-browser-resolve@^2.0.0:
- version "2.0.0"
- resolved "https://registry.yarnpkg.com/browser-resolve/-/browser-resolve-2.0.0.tgz#99b7304cb392f8d73dba741bb2d7da28c6d7842b"
- integrity sha512-7sWsQlYL2rGLy2IWm8WL8DCTJvYLc/qlOnsakDac87SOoCd16WLsaAMdCiAqsTNHIe+SXfaqyxyo6THoWqs8WQ==
- dependencies:
- resolve "^1.17.0"
+browser-stdout@1.3.1:
+ version "1.3.1"
+ resolved "https://registry.yarnpkg.com/browser-stdout/-/browser-stdout-1.3.1.tgz#baa559ee14ced73452229bad7326467c61fabd60"
+ integrity sha512-qhAVI1+Av2X7qelOfAIYwXONood6XlZE/fXaBSmW/T5SzLAmCgzi+eiWE7fUvbHaeNBQH13UftjpXxsfLkMpgw==
browserify-aes@^1.0.0, browserify-aes@^1.0.4:
version "1.2.0"
@@ -7573,121 +7718,13 @@ browserify-sign@^4.0.0:
readable-stream "^3.6.0"
safe-buffer "^5.2.0"
-browserify-zlib@^0.2.0, browserify-zlib@~0.2.0:
+browserify-zlib@^0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/browserify-zlib/-/browserify-zlib-0.2.0.tgz#2869459d9aa3be245fe8fe2ca1f46e2e7f54d73f"
integrity sha512-Z942RysHXmJrhqk88FmKBVq/v5tqmSkDz7p54G/MGyjMnCFFnC79XWNbg+Vta8W6Wb2qtSZTSxIGkJrRpCFEiA==
dependencies:
pako "~1.0.5"
-browserify@16.2.3:
- version "16.2.3"
- resolved "https://registry.yarnpkg.com/browserify/-/browserify-16.2.3.tgz#7ee6e654ba4f92bce6ab3599c3485b1cc7a0ad0b"
- integrity sha512-zQt/Gd1+W+IY+h/xX2NYMW4orQWhqSwyV+xsblycTtpOuB27h1fZhhNQuipJ4t79ohw4P4mMem0jp/ZkISQtjQ==
- dependencies:
- JSONStream "^1.0.3"
- assert "^1.4.0"
- browser-pack "^6.0.1"
- browser-resolve "^1.11.0"
- browserify-zlib "~0.2.0"
- buffer "^5.0.2"
- cached-path-relative "^1.0.0"
- concat-stream "^1.6.0"
- console-browserify "^1.1.0"
- constants-browserify "~1.0.0"
- crypto-browserify "^3.0.0"
- defined "^1.0.0"
- deps-sort "^2.0.0"
- domain-browser "^1.2.0"
- duplexer2 "~0.1.2"
- events "^2.0.0"
- glob "^7.1.0"
- has "^1.0.0"
- htmlescape "^1.1.0"
- https-browserify "^1.0.0"
- inherits "~2.0.1"
- insert-module-globals "^7.0.0"
- labeled-stream-splicer "^2.0.0"
- mkdirp "^0.5.0"
- module-deps "^6.0.0"
- os-browserify "~0.3.0"
- parents "^1.0.1"
- path-browserify "~0.0.0"
- process "~0.11.0"
- punycode "^1.3.2"
- querystring-es3 "~0.2.0"
- read-only-stream "^2.0.0"
- readable-stream "^2.0.2"
- resolve "^1.1.4"
- shasum "^1.0.0"
- shell-quote "^1.6.1"
- stream-browserify "^2.0.0"
- stream-http "^2.0.0"
- string_decoder "^1.1.1"
- subarg "^1.0.0"
- syntax-error "^1.1.1"
- through2 "^2.0.0"
- timers-browserify "^1.0.1"
- tty-browserify "0.0.1"
- url "~0.11.0"
- util "~0.10.1"
- vm-browserify "^1.0.0"
- xtend "^4.0.0"
-
-browserify@^16.1.0:
- version "16.5.2"
- resolved "https://registry.yarnpkg.com/browserify/-/browserify-16.5.2.tgz#d926835e9280fa5fd57f5bc301f2ef24a972ddfe"
- integrity sha512-TkOR1cQGdmXU9zW4YukWzWVSJwrxmNdADFbqbE3HFgQWe5wqZmOawqZ7J/8MPCwk/W8yY7Y0h+7mOtcZxLP23g==
- dependencies:
- JSONStream "^1.0.3"
- assert "^1.4.0"
- browser-pack "^6.0.1"
- browser-resolve "^2.0.0"
- browserify-zlib "~0.2.0"
- buffer "~5.2.1"
- cached-path-relative "^1.0.0"
- concat-stream "^1.6.0"
- console-browserify "^1.1.0"
- constants-browserify "~1.0.0"
- crypto-browserify "^3.0.0"
- defined "^1.0.0"
- deps-sort "^2.0.0"
- domain-browser "^1.2.0"
- duplexer2 "~0.1.2"
- events "^2.0.0"
- glob "^7.1.0"
- has "^1.0.0"
- htmlescape "^1.1.0"
- https-browserify "^1.0.0"
- inherits "~2.0.1"
- insert-module-globals "^7.0.0"
- labeled-stream-splicer "^2.0.0"
- mkdirp-classic "^0.5.2"
- module-deps "^6.2.3"
- os-browserify "~0.3.0"
- parents "^1.0.1"
- path-browserify "~0.0.0"
- process "~0.11.0"
- punycode "^1.3.2"
- querystring-es3 "~0.2.0"
- read-only-stream "^2.0.0"
- readable-stream "^2.0.2"
- resolve "^1.1.4"
- shasum "^1.0.0"
- shell-quote "^1.6.1"
- stream-browserify "^2.0.0"
- stream-http "^3.0.0"
- string_decoder "^1.1.1"
- subarg "^1.0.0"
- syntax-error "^1.1.1"
- through2 "^2.0.0"
- timers-browserify "^1.0.1"
- tty-browserify "0.0.1"
- url "~0.11.0"
- util "~0.10.1"
- vm-browserify "^1.0.0"
- xtend "^4.0.0"
-
browserslist@4.10.0:
version "4.10.0"
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.10.0.tgz#f179737913eaf0d2b98e4926ac1ca6a15cbcc6a9"
@@ -7708,7 +7745,7 @@ browserslist@4.14.2:
escalade "^3.0.2"
node-releases "^1.1.61"
-browserslist@^4.0.0, browserslist@^4.12.0, browserslist@^4.14.5, browserslist@^4.16.6, browserslist@^4.17.5, browserslist@^4.18.1, browserslist@^4.19.1, browserslist@^4.6.0, browserslist@^4.6.2, browserslist@^4.6.4:
+browserslist@^4.0.0, browserslist@^4.12.0, browserslist@^4.14.5, browserslist@^4.16.6, browserslist@^4.17.5, browserslist@^4.18.1, browserslist@^4.19.1, browserslist@^4.6.2, browserslist@^4.6.4:
version "4.19.1"
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.19.1.tgz#4ac0435b35ab655896c31d53018b6dd5e9e4c9a3"
integrity sha512-u2tbbG5PdKRTUoctO3NBD8FQ5HdPh1ZXPHzp1rwaa5jTc+RV9/+RlWiAIKmjRPQF+xbGM9Kklj5bZQFa2s/38A==
@@ -7765,7 +7802,7 @@ buffer@^4.3.0:
ieee754 "^1.1.4"
isarray "^1.0.0"
-buffer@^5.0.2, buffer@^5.1.0, buffer@^5.5.0, buffer@^5.6.0:
+buffer@^5.1.0, buffer@^5.5.0, buffer@^5.6.0:
version "5.7.1"
resolved "https://registry.yarnpkg.com/buffer/-/buffer-5.7.1.tgz#ba62e7c13133053582197160851a8f648e99eed0"
integrity sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==
@@ -7773,14 +7810,6 @@ buffer@^5.0.2, buffer@^5.1.0, buffer@^5.5.0, buffer@^5.6.0:
base64-js "^1.3.1"
ieee754 "^1.1.13"
-buffer@~5.2.1:
- version "5.2.1"
- resolved "https://registry.yarnpkg.com/buffer/-/buffer-5.2.1.tgz#dd57fa0f109ac59c602479044dca7b8b3d0b71d6"
- integrity sha512-c+Ko0loDaFfuPWiL02ls9Xd3GO3cPVmUobQ6t3rXNUk304u6hGq+8N/kFi+QEIKhzK3uwolVhLzszmfLmMLnqg==
- dependencies:
- base64-js "^1.0.2"
- ieee754 "^1.1.4"
-
bufferhelper@^0.2.1:
version "0.2.1"
resolved "https://registry.yarnpkg.com/bufferhelper/-/bufferhelper-0.2.1.tgz#fa74a385724a58e242f04ad6646c2366f83b913e"
@@ -7910,11 +7939,6 @@ cacheable-request@^6.0.0:
normalize-url "^4.1.0"
responselike "^1.0.2"
-cached-path-relative@^1.0.0, cached-path-relative@^1.0.2:
- version "1.0.2"
- resolved "https://registry.yarnpkg.com/cached-path-relative/-/cached-path-relative-1.0.2.tgz#a13df4196d26776220cc3356eb147a52dba2c6db"
- integrity sha512-5r2GqsoEb4qMTTN9J+WzXfjov+hjxT+j3u5K+kIVNIwAd99DLCJE9pBIMP1qVeybV6JiijL385Oz0DcYxfbOIg==
-
cachedir@^2.3.0:
version "2.3.0"
resolved "https://registry.yarnpkg.com/cachedir/-/cachedir-2.3.0.tgz#0c75892a052198f0b21c7c1804d8331edfcae0e8"
@@ -8004,6 +8028,15 @@ caniuse-lite@^1.0.0, caniuse-lite@^1.0.30000981, caniuse-lite@^1.0.30001035, can
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001300.tgz#11ab6c57d3eb6f964cba950401fd00a146786468"
integrity sha512-cVjiJHWGcNlJi8TZVKNMnvMid3Z3TTdDHmLDzlOdIiZq138Exvo0G+G0wTdVYolxKb4AYwC+38pxodiInVtJSA==
+capital-case@^1.0.4:
+ version "1.0.4"
+ resolved "https://registry.yarnpkg.com/capital-case/-/capital-case-1.0.4.tgz#9d130292353c9249f6b00fa5852bee38a717e669"
+ integrity sha512-ds37W8CytHgwnhGGTi88pcPyR15qoNkOpYwmMMfnWqqWgESapLqvDx6huFjQ5vqWSn2Z06173XNA7LtMOeUh1A==
+ dependencies:
+ no-case "^3.0.4"
+ tslib "^2.0.3"
+ upper-case-first "^2.0.2"
+
capitalize@^2.0.0:
version "2.0.4"
resolved "https://registry.yarnpkg.com/capitalize/-/capitalize-2.0.4.tgz#eed7f94c6699a318eeef6e68967fe139c764b866"
@@ -8043,18 +8076,6 @@ ccount@^1.0.0, ccount@^1.0.3:
resolved "https://registry.yarnpkg.com/ccount/-/ccount-1.1.0.tgz#246687debb6014735131be8abab2d93898f8d043"
integrity sha512-vlNK021QdI7PNeiUh/lKkC/mNHHfV0m/Ad5JoI0TYtlBnJAslM/JIkm/tGC88bkLIwO6OQ5uV6ztS6kVAtCDlg==
-chai@^4.1.2:
- version "4.2.0"
- resolved "https://registry.yarnpkg.com/chai/-/chai-4.2.0.tgz#760aa72cf20e3795e84b12877ce0e83737aa29e5"
- integrity sha512-XQU3bhBukrOsQCuwZndwGcCVQHyZi53fQ6Ys1Fym7E4olpIqqZZhhoFJoaKVvV17lWQoXYwgWN2nF5crA8J2jw==
- dependencies:
- assertion-error "^1.1.0"
- check-error "^1.0.2"
- deep-eql "^3.0.1"
- get-func-name "^2.0.0"
- pathval "^1.1.0"
- type-detect "^4.0.5"
-
chalk@2.4.2, chalk@^2.0.0, chalk@^2.0.1, chalk@^2.4.1, chalk@^2.4.2:
version "2.4.2"
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
@@ -8116,11 +8137,6 @@ chardet@^0.7.0:
resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e"
integrity sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==
-check-error@^1.0.2:
- version "1.0.2"
- resolved "https://registry.yarnpkg.com/check-error/-/check-error-1.0.2.tgz#574d312edd88bb5dd8912e9286dd6c0aed4aac82"
- integrity sha1-V00xLt2Iu13YkS6Sht1sCu1KrII=
-
check-more-types@^2.24.0:
version "2.24.0"
resolved "https://registry.yarnpkg.com/check-more-types/-/check-more-types-2.24.0.tgz#1420ffb10fd444dcfc79b43891bbfffd32a84600"
@@ -8177,7 +8193,22 @@ cheerio@^1.0.0-rc.10, cheerio@^1.0.0-rc.3:
parse5-htmlparser2-tree-adapter "^6.0.1"
tslib "^2.2.0"
-chokidar@^2.0.4, chokidar@^2.1.1, chokidar@^2.1.8:
+chokidar@3.5.3, chokidar@^3.3.0, chokidar@^3.3.1, chokidar@^3.4.1, chokidar@^3.4.2, chokidar@^3.5.3:
+ version "3.5.3"
+ resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.3.tgz#1cf37c8707b932bd1af1ae22c0432e2acd1903bd"
+ integrity sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==
+ dependencies:
+ anymatch "~3.1.2"
+ braces "~3.0.2"
+ glob-parent "~5.1.2"
+ is-binary-path "~2.1.0"
+ is-glob "~4.0.1"
+ normalize-path "~3.0.0"
+ readdirp "~3.6.0"
+ optionalDependencies:
+ fsevents "~2.3.2"
+
+chokidar@^2.0.4, chokidar@^2.1.8:
version "2.1.8"
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-2.1.8.tgz#804b3a7b6a99358c3c5c61e71d8728f041cff917"
integrity sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==
@@ -8196,21 +8227,6 @@ chokidar@^2.0.4, chokidar@^2.1.1, chokidar@^2.1.8:
optionalDependencies:
fsevents "^1.2.7"
-chokidar@^3.3.0, chokidar@^3.3.1, chokidar@^3.4.1, chokidar@^3.4.2, chokidar@^3.5.3:
- version "3.5.3"
- resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.3.tgz#1cf37c8707b932bd1af1ae22c0432e2acd1903bd"
- integrity sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==
- dependencies:
- anymatch "~3.1.2"
- braces "~3.0.2"
- glob-parent "~5.1.2"
- is-binary-path "~2.1.0"
- is-glob "~4.0.1"
- normalize-path "~3.0.0"
- readdirp "~3.6.0"
- optionalDependencies:
- fsevents "~2.3.2"
-
chownr@^1.1.1:
version "1.1.4"
resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.1.4.tgz#6fc9d7b42d32a583596337666e7d08084da2cc6b"
@@ -8256,6 +8272,11 @@ cjs-module-lexer@^1.0.0:
resolved "https://registry.yarnpkg.com/cjs-module-lexer/-/cjs-module-lexer-1.2.2.tgz#9f84ba3244a512f3a54e5277e8eef4c489864e40"
integrity sha512-cOU9usZw8/dXIXKtwa8pM0OTJQuJkxMN6w30csNRUerHfeQ5R6U3kkU/FtJeIf3M202OHfY2U8ccInBG7/xogA==
+class-transformer@0.5.1:
+ version "0.5.1"
+ resolved "https://registry.yarnpkg.com/class-transformer/-/class-transformer-0.5.1.tgz#24147d5dffd2a6cea930a3250a677addf96ab336"
+ integrity sha512-SQa1Ws6hUbfC98vKGxZH3KFY0Y1lm5Zm0SY8XX9zbK7FJCyVEac3ATW0RIpwzW+oOfmHE5PMPufDG9hCfoEOMw==
+
class-utils@^0.3.5:
version "0.3.6"
resolved "https://registry.yarnpkg.com/class-utils/-/class-utils-0.3.6.tgz#f93369ae8b9a7ce02fd41faad0ca83033190c463"
@@ -8317,7 +8338,7 @@ cli-table3@0.6.0:
optionalDependencies:
colors "^1.1.2"
-cli-table3@^0.6.1, cli-table3@~0.6.0, cli-table3@~0.6.1:
+cli-table3@0.6.3, cli-table3@^0.6.0, cli-table3@^0.6.1, cli-table3@~0.6.1:
version "0.6.3"
resolved "https://registry.yarnpkg.com/cli-table3/-/cli-table3-0.6.3.tgz#61ab765aac156b52f222954ffc607a6f01dbeeb2"
integrity sha512-w5Jac5SykAeZJKntOxJCrm63Eg5/4dhMWIcuTbo9rpE+brgaSZo0RuNJZeOyMgsUdhDeojvgyQLmjI+K50ZGyg==
@@ -8326,10 +8347,10 @@ cli-table3@^0.6.1, cli-table3@~0.6.0, cli-table3@~0.6.1:
optionalDependencies:
"@colors/colors" "1.5.0"
-cli-table@^0.3.1:
- version "0.3.1"
- resolved "https://registry.yarnpkg.com/cli-table/-/cli-table-0.3.1.tgz#f53b05266a8b1a0b934b3d0821e6e2dc5914ae23"
- integrity sha1-9TsFJmqLGguTSz0IIebi3FkUriM=
+cli-table@^0.3.11:
+ version "0.3.11"
+ resolved "https://registry.yarnpkg.com/cli-table/-/cli-table-0.3.11.tgz#ac69cdecbe81dccdba4889b9a18b7da312a9d3ee"
+ integrity sha512-IqLQi4lO0nIB4tcdTpN4LCB9FI3uqrJZK7RC515EnhZ6qBaglkIgICb1wjeAqpdoOabm1+SuQtkXIPdYC93jhQ==
dependencies:
colors "1.0.3"
@@ -8451,19 +8472,6 @@ code-point-at@^1.0.0:
resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77"
integrity sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=
-coffeeify@3.0.1:
- version "3.0.1"
- resolved "https://registry.yarnpkg.com/coffeeify/-/coffeeify-3.0.1.tgz#5e2753000c50bd24c693115f33864248dd11136c"
- integrity sha512-Qjnr7UX6ldK1PHV7wCnv7AuCd4q19KTUtwJnu/6JRJB4rfm12zvcXtKdacUoePOKr1I4ka/ydKiwWpNAdsQb0g==
- dependencies:
- convert-source-map "^1.3.0"
- through2 "^2.0.0"
-
-coffeescript@1.12.7:
- version "1.12.7"
- resolved "https://registry.yarnpkg.com/coffeescript/-/coffeescript-1.12.7.tgz#e57ee4c4867cf7f606bfc4a0f2d550c0981ddd27"
- integrity sha512-pLXHFxQMPklVoEekowk8b3erNynC+DVJzChxS/LCBBgR6/8AJkHivkm//zbowcfc7BTCAjryuhx6gPqPRfsFoA==
-
collapse-white-space@^1.0.2:
version "1.0.6"
resolved "https://registry.yarnpkg.com/collapse-white-space/-/collapse-white-space-1.0.6.tgz#e63629c0016665792060dbbeb79c42239d2c5287"
@@ -8548,7 +8556,7 @@ colorette@^2.0.10, colorette@^2.0.16:
colors@1.0.3:
version "1.0.3"
resolved "https://registry.yarnpkg.com/colors/-/colors-1.0.3.tgz#0433f44d809680fdeb60ed260f1b0c262e82a40b"
- integrity sha1-BDP0TYCWgP3rYO0mDxsMJi6CpAs=
+ integrity sha512-pFGrxThWcWQ2MsAz6RtgeWe4NK2kUE1WfsrvvlctdII745EW9I0yflqhe7++M5LEc7bV2c/9/5zc8sFcpL0Drw==
colors@^1.1.2, colors@latest:
version "1.4.0"
@@ -8560,16 +8568,6 @@ combine-promises@^1.1.0:
resolved "https://registry.yarnpkg.com/combine-promises/-/combine-promises-1.1.0.tgz#72db90743c0ca7aab7d0d8d2052fd7b0f674de71"
integrity sha512-ZI9jvcLDxqwaXEixOhArm3r7ReIivsXkpbyEWyeOhzz1QS0iSgBPnWvEqvIQtYyamGCYA88gFhmUrs9hrrQ0pg==
-combine-source-map@^0.8.0, combine-source-map@~0.8.0:
- version "0.8.0"
- resolved "https://registry.yarnpkg.com/combine-source-map/-/combine-source-map-0.8.0.tgz#a58d0df042c186fcf822a8e8015f5450d2d79a8b"
- integrity sha1-pY0N8ELBhvz4IqjoAV9UUNLXmos=
- dependencies:
- convert-source-map "~1.1.0"
- inline-source-map "~0.6.0"
- lodash.memoize "~3.0.3"
- source-map "~0.5.3"
-
combined-stream@^1.0.6, combined-stream@^1.0.8, combined-stream@~1.0.6:
version "1.0.8"
resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f"
@@ -8613,7 +8611,17 @@ command-line-usage@^4.1.0:
table-layout "^0.4.2"
typical "^2.6.1"
-commander@^2.19.0, commander@^2.20.0, commander@^2.9.0:
+commander@10.0.1, commander@^10.0.0:
+ version "10.0.1"
+ resolved "https://registry.yarnpkg.com/commander/-/commander-10.0.1.tgz#881ee46b4f77d1c1dccc5823433aa39b022cbe06"
+ integrity sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==
+
+commander@9.1.0:
+ version "9.1.0"
+ resolved "https://registry.yarnpkg.com/commander/-/commander-9.1.0.tgz#a6b263b2327f2e188c6402c42623327909f2dbec"
+ integrity sha512-i0/MaqBtdbnJ4XQs4Pmyb+oFQl+q0lsAmokVUH92SlSw4fkeAcG3bVon+Qt7hmtF+u3Het6o4VgrcY3qAoEB6w==
+
+commander@^2.19.0, commander@^2.20.0:
version "2.20.3"
resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33"
integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==
@@ -8648,6 +8656,11 @@ commander@^8.3.0:
resolved "https://registry.yarnpkg.com/commander/-/commander-8.3.0.tgz#4837ea1b2da67b9c616a67afbb0fafee567bca66"
integrity sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==
+common-ancestor-path@^1.0.1:
+ version "1.0.1"
+ resolved "https://registry.yarnpkg.com/common-ancestor-path/-/common-ancestor-path-1.0.1.tgz#4f7d2d1394d91b7abdf51871c62f71eadb0182a7"
+ integrity sha512-L3sHRo1pXXEqX8VU28kfgUY+YGsk09hPqZiZmLacNib6XNTCM8ubYeT7ryXQw8asB1sKgcU5lkB7ONug08aB8w==
+
common-sequence@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/common-sequence/-/common-sequence-2.0.0.tgz#a4f01aaf5aebd0ac1ce43653e8c8fe6f0ef3a987"
@@ -8723,7 +8736,7 @@ concat-map@0.0.1:
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=
-concat-stream@^1.5.0, concat-stream@^1.5.1, concat-stream@^1.6.0, concat-stream@^1.6.1, concat-stream@~1.6.0:
+concat-stream@^1.5.0, concat-stream@^1.5.1:
version "1.6.2"
resolved "https://registry.yarnpkg.com/concat-stream/-/concat-stream-1.6.2.tgz#904bdf194cd3122fc675c77fc4ac3d4ff0fd1a34"
integrity sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==
@@ -8822,7 +8835,7 @@ console-control-strings@^1.0.0, console-control-strings@~1.1.0:
resolved "https://registry.yarnpkg.com/console-control-strings/-/console-control-strings-1.1.0.tgz#3d7cf4464db6446ea644bf4b39507f9851008e8e"
integrity sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4=
-constants-browserify@^1.0.0, constants-browserify@~1.0.0:
+constants-browserify@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/constants-browserify/-/constants-browserify-1.0.0.tgz#c20b96d8c617748aaf1c16021760cd27fcb8cb75"
integrity sha1-wguW2MYXdIqvHBYCF2DNJ/y4y3U=
@@ -8879,7 +8892,7 @@ conventional-commits-parser@^3.0.0:
through2 "^4.0.0"
trim-off-newlines "^1.0.0"
-convert-source-map@1.7.0, convert-source-map@^1.1.0, convert-source-map@^1.3.0, convert-source-map@^1.4.0, convert-source-map@^1.5.0, convert-source-map@^1.6.0, convert-source-map@^1.7.0:
+convert-source-map@1.7.0, convert-source-map@^1.4.0, convert-source-map@^1.5.0, convert-source-map@^1.6.0, convert-source-map@^1.7.0:
version "1.7.0"
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.7.0.tgz#17a2cb882d7f77d3490585e2ce6c524424a3a442"
integrity sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA==
@@ -8891,11 +8904,6 @@ convert-source-map@^0.3.3:
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-0.3.5.tgz#f1d802950af7dd2631a1febe0596550c86ab3190"
integrity sha1-8dgClQr33SYxof6+BZZVDIarMZA=
-convert-source-map@~1.1.0:
- version "1.1.3"
- resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.1.3.tgz#4829c877e9fe49b3161f3bf3673888e204699860"
- integrity sha1-SCnId+n+SbMWHzvzZziI4gRpmGA=
-
cookie-signature@1.0.6:
version "1.0.6"
resolved "https://registry.yarnpkg.com/cookie-signature/-/cookie-signature-1.0.6.tgz#e303a882b342cc3ee8ca513a79999734dab3ae2c"
@@ -8947,7 +8955,7 @@ copy-webpack-plugin@^10.2.4:
schema-utils "^4.0.0"
serialize-javascript "^6.0.0"
-core-js-compat@^3.1.1, core-js-compat@^3.20.0, core-js-compat@^3.20.2, core-js-compat@^3.6.2, core-js-compat@^3.8.1:
+core-js-compat@^3.20.0, core-js-compat@^3.20.2, core-js-compat@^3.6.2, core-js-compat@^3.8.1:
version "3.20.3"
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.20.3.tgz#d71f85f94eb5e4bea3407412e549daa083d23bd6"
integrity sha512-c8M5h0IkNZ+I92QhIpuSijOxGAcj3lgpsWdkCqmUTZNwidujF4r3pi6x1DCN+Vcs5qTS2XWWMfWSuCqyupX8gw==
@@ -8983,16 +8991,6 @@ cors@latest:
object-assign "^4"
vary "^1"
-cosmiconfig@^4.0.0:
- version "4.0.0"
- resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-4.0.0.tgz#760391549580bbd2df1e562bc177b13c290972dc"
- integrity sha512-6e5vDdrXZD+t5v0L8CrurPeybg4Fmf+FCSYxXKYVAqLUtyCSbuyqE059d0kDthTNRzKVjL7QMgNpEUlsoYH3iQ==
- dependencies:
- is-directory "^0.3.1"
- js-yaml "^3.9.0"
- parse-json "^4.0.0"
- require-from-string "^2.0.1"
-
cosmiconfig@^5.0.0:
version "5.2.1"
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-5.2.1.tgz#040f726809c591e77a17c0a3626ca45b4f168b1a"
@@ -9025,7 +9023,17 @@ cosmiconfig@^7.0.0, cosmiconfig@^7.0.1:
path-type "^4.0.0"
yaml "^1.10.0"
-cp-file@^7.0.0:
+cosmiconfig@^8.3.6:
+ version "8.3.6"
+ resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-8.3.6.tgz#060a2b871d66dba6c8538ea1118ba1ac16f5fae3"
+ integrity sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==
+ dependencies:
+ import-fresh "^3.3.0"
+ js-yaml "^4.1.0"
+ parse-json "^5.2.0"
+ path-type "^4.0.0"
+
+cp-file@^7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/cp-file/-/cp-file-7.0.0.tgz#b9454cfd07fe3b974ab9ea0e5f29655791a9b8cd"
integrity sha512-0Cbj7gyvFVApzpK/uhCtQ/9kE9UnYpxMzaq5nQQC/Dh4iaj5fxp7iEFIullrYwzj8nf0qnsI1Qsx34hAeAebvw==
@@ -9149,7 +9157,7 @@ cross-spawn@^6.0.0:
shebang-command "^1.2.0"
which "^1.2.9"
-crypto-browserify@^3.0.0, crypto-browserify@^3.11.0:
+crypto-browserify@^3.11.0:
version "3.12.0"
resolved "https://registry.yarnpkg.com/crypto-browserify/-/crypto-browserify-3.12.0.tgz#396cf9f3137f03e4b8e532c58f698254e00f80ec"
integrity sha512-fz4spIh+znjO2VjL+IdhEpRJ3YN6sMzITSBijk6FK2UvTqruSQW+/cCZTSNsMiZNvUeq0CqurF+dAbyiGOY6Wg==
@@ -9550,138 +9558,19 @@ csstype@^3.0.2:
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.0.5.tgz#7fdec6a28a67ae18647c51668a9ff95bb2fa7bb8"
integrity sha512-uVDi8LpBUKQj6sdxNaTetL6FpeCqTjOvAQuQUa/qAqq8oOd4ivkbhgnqayl0dnPal8Tb/yB1tF+gOvCBiicaiQ==
-cucumber-expressions@^5.0.13:
- version "5.0.18"
- resolved "https://registry.yarnpkg.com/cucumber-expressions/-/cucumber-expressions-5.0.18.tgz#6c70779efd3aebc5e9e7853938b1110322429596"
- integrity sha1-bHB3nv0668Xp54U5OLERAyJClZY=
- dependencies:
- becke-ch--regex--s0-0-v1--base--pl--lib "^1.2.0"
-
-cucumber-expressions@^6.0.1:
- version "6.6.2"
- resolved "https://registry.yarnpkg.com/cucumber-expressions/-/cucumber-expressions-6.6.2.tgz#d89640eccc72a78380b6c210eae36a64e7462b81"
- integrity sha512-WcFSVBiWNLJbIcAAC3t/ACU46vaOKfe1UIF5H3qveoq+Y4XQm9j3YwHurQNufRKBBg8nCnpU7Ttsx7egjS3hwA==
- dependencies:
- becke-ch--regex--s0-0-v1--base--pl--lib "^1.2.0"
-
-cucumber-tag-expressions@^1.1.1:
- version "1.1.1"
- resolved "https://registry.yarnpkg.com/cucumber-tag-expressions/-/cucumber-tag-expressions-1.1.1.tgz#7f5c7b70009bc2b666591bfe64854578bedee85a"
- integrity sha1-f1x7cACbwrZmWRv+ZIVFeL7e6Fo=
-
-cucumber@^4.2.1:
- version "4.2.1"
- resolved "https://registry.yarnpkg.com/cucumber/-/cucumber-4.2.1.tgz#64cfff6150bbe6b5e94b173470057353d6206719"
- integrity sha512-3gQ0Vv4kSHsvXEFC6b1c+TfLRDzWD1/kU7e5vm8Kh8j35b95k6favan9/4ixcBNqd7UsU1T6FYcawC87+DlNKw==
- dependencies:
- assertion-error-formatter "^2.0.1"
- babel-runtime "^6.11.6"
- bluebird "^3.4.1"
- cli-table "^0.3.1"
- colors "^1.1.2"
- commander "^2.9.0"
- cucumber-expressions "^5.0.13"
- cucumber-tag-expressions "^1.1.1"
- duration "^0.2.0"
- escape-string-regexp "^1.0.5"
- figures "2.0.0"
- gherkin "^5.0.0"
- glob "^7.0.0"
- indent-string "^3.1.0"
- is-generator "^1.0.2"
- is-stream "^1.1.0"
- knuth-shuffle-seeded "^1.0.6"
- lodash "^4.17.4"
- mz "^2.4.0"
- progress "^2.0.0"
- resolve "^1.3.3"
- serialize-error "^2.1.0"
- stack-chain "^2.0.0"
- stacktrace-js "^2.0.0"
- string-argv "0.0.2"
- title-case "^2.1.1"
- util-arity "^1.0.2"
- verror "^1.9.0"
-
cyclist@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/cyclist/-/cyclist-1.0.1.tgz#596e9698fd0c80e12038c2b82d6eb1b35b6224d9"
integrity sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk=
-cypress-cucumber-preprocessor@^2.0.1:
- version "2.5.5"
- resolved "https://registry.yarnpkg.com/cypress-cucumber-preprocessor/-/cypress-cucumber-preprocessor-2.5.5.tgz#af20aa40d3dd6dc67b28f6819411831bb0bea925"
- integrity sha512-bAiqJbh+sJ2fKOnZ71IMxBX4j+e8qwdevYDzHYF+TjpAuSlivZHCbqCs3WUXcSUfLUL3fHwKOx0/oPyPMibAiw==
- dependencies:
- "@cypress/browserify-preprocessor" "^3.0.1"
- chai "^4.1.2"
- chokidar "^2.0.4"
- cosmiconfig "^4.0.0"
- cucumber "^4.2.1"
- cucumber-expressions "^6.0.1"
- cucumber-tag-expressions "^1.1.1"
- debug "^3.0.1"
- gherkin "^5.1.0"
- glob "^7.1.2"
- js-string-escape "^1.0.1"
- minimist "^1.2.0"
- through "^2.3.8"
-
-cypress@^7.4.0:
- version "7.7.0"
- resolved "https://registry.yarnpkg.com/cypress/-/cypress-7.7.0.tgz#0839ae28e5520536f9667d6c9ae81496b3836e64"
- integrity sha512-uYBYXNoI5ym0UxROwhQXWTi8JbUEjpC6l/bzoGZNxoKGsLrC1SDPgIDJMgLX/MeEdPL0UInXLDUWN/rSyZUCjQ==
- dependencies:
- "@cypress/request" "^2.88.5"
- "@cypress/xvfb" "^1.2.4"
- "@types/node" "^14.14.31"
- "@types/sinonjs__fake-timers" "^6.0.2"
- "@types/sizzle" "^2.3.2"
- arch "^2.2.0"
- blob-util "^2.0.2"
- bluebird "^3.7.2"
- cachedir "^2.3.0"
- chalk "^4.1.0"
- check-more-types "^2.24.0"
- cli-cursor "^3.1.0"
- cli-table3 "~0.6.0"
- commander "^5.1.0"
- common-tags "^1.8.0"
- dayjs "^1.10.4"
- debug "^4.3.2"
- enquirer "^2.3.6"
- eventemitter2 "^6.4.3"
- execa "4.1.0"
- executable "^4.1.1"
- extract-zip "2.0.1"
- figures "^3.2.0"
- fs-extra "^9.1.0"
- getos "^3.2.1"
- is-ci "^3.0.0"
- is-installed-globally "~0.4.0"
- lazy-ass "^1.6.0"
- listr2 "^3.8.3"
- lodash "^4.17.21"
- log-symbols "^4.0.0"
- minimist "^1.2.5"
- ospath "^1.2.2"
- pretty-bytes "^5.6.0"
- ramda "~0.27.1"
- request-progress "^3.0.0"
- supports-color "^8.1.1"
- tmp "~0.2.1"
- untildify "^4.0.0"
- url "^0.11.0"
- yauzl "^2.10.0"
-
-cypress@^9.5.0:
- version "9.7.0"
- resolved "https://registry.yarnpkg.com/cypress/-/cypress-9.7.0.tgz#bf55b2afd481f7a113ef5604aa8b693564b5e744"
- integrity sha512-+1EE1nuuuwIt/N1KXRR2iWHU+OiIt7H28jJDyyI4tiUftId/DrXYEwoDa5+kH2pki1zxnA0r6HrUGHV5eLbF5Q==
+cypress@^12:
+ version "12.17.4"
+ resolved "https://registry.yarnpkg.com/cypress/-/cypress-12.17.4.tgz#b4dadf41673058493fa0d2362faa3da1f6ae2e6c"
+ integrity sha512-gAN8Pmns9MA5eCDFSDJXWKUpaL3IDd89N9TtIupjYnzLSmlpVr+ZR+vb4U/qaMp+lB6tBvAmt7504c3Z4RU5KQ==
dependencies:
- "@cypress/request" "^2.88.10"
+ "@cypress/request" "2.88.12"
"@cypress/xvfb" "^1.2.4"
- "@types/node" "^14.14.31"
+ "@types/node" "^16.18.39"
"@types/sinonjs__fake-timers" "8.1.1"
"@types/sizzle" "^2.3.2"
arch "^2.2.0"
@@ -9693,12 +9582,12 @@ cypress@^9.5.0:
check-more-types "^2.24.0"
cli-cursor "^3.1.0"
cli-table3 "~0.6.1"
- commander "^5.1.0"
+ commander "^6.2.1"
common-tags "^1.8.0"
dayjs "^1.10.4"
- debug "^4.3.2"
+ debug "^4.3.4"
enquirer "^2.3.6"
- eventemitter2 "^6.4.3"
+ eventemitter2 "6.4.7"
execa "4.1.0"
executable "^4.1.1"
extract-zip "2.0.1"
@@ -9711,12 +9600,13 @@ cypress@^9.5.0:
listr2 "^3.8.3"
lodash "^4.17.21"
log-symbols "^4.0.0"
- minimist "^1.2.6"
+ minimist "^1.2.8"
ospath "^1.2.2"
pretty-bytes "^5.6.0"
+ process "^0.11.10"
proxy-from-env "1.0.0"
request-progress "^3.0.0"
- semver "^7.3.2"
+ semver "^7.5.3"
supports-color "^8.1.1"
tmp "~0.2.1"
untildify "^4.0.0"
@@ -9740,11 +9630,6 @@ dargs@^7.0.0:
resolved "https://registry.yarnpkg.com/dargs/-/dargs-7.0.0.tgz#04015c41de0bcb69ec84050f3d9be0caf8d6d5cc"
integrity sha512-2iy1EkLdlBzQGvbweYRFxmFath8+K7+AKB0TlhHWkNuH+TmovaMH/Wp7V7R4u7f4SnX3OgLsU9t1NI9ioDnUpg==
-dash-ast@^1.0.0:
- version "1.0.0"
- resolved "https://registry.yarnpkg.com/dash-ast/-/dash-ast-1.0.0.tgz#12029ba5fb2f8aa6f0a861795b23c1b4b6c27d37"
- integrity sha512-Vy4dx7gquTeMcQR/hDkYLGUnwVil6vk4FOOct+djUnHOUWt+zJPJAaRIXaAFkPXtJjvlY7o3rfRu0/3hpnwoUA==
-
dashdash@^1.12.0:
version "1.14.1"
resolved "https://registry.yarnpkg.com/dashdash/-/dashdash-1.14.1.tgz#853cfa0f7cbe2fed5de20326b8dd581035f6e2f0"
@@ -9783,21 +9668,21 @@ debug@2.6.9, debug@^2.2.0, debug@^2.3.3, debug@^2.6.0, debug@^2.6.9:
dependencies:
ms "2.0.0"
-debug@4, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.2:
+debug@4, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1:
version "4.3.3"
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.3.tgz#04266e0b70a98d4462e6e288e38259213332b664"
integrity sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==
dependencies:
ms "2.1.2"
-debug@4.1.1:
- version "4.1.1"
- resolved "https://registry.yarnpkg.com/debug/-/debug-4.1.1.tgz#3b72260255109c6b589cee050f1d516139664791"
- integrity sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==
+debug@4.3.4, debug@^4.3.2, debug@^4.3.4:
+ version "4.3.4"
+ resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
+ integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
dependencies:
- ms "^2.1.1"
+ ms "2.1.2"
-debug@^3.0.0, debug@^3.0.1, debug@^3.1.0, debug@^3.1.1, debug@^3.2.6:
+debug@^3.0.0, debug@^3.1.0, debug@^3.1.1, debug@^3.2.6:
version "3.2.7"
resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.7.tgz#72580b7e9145fb39b6676f9c5e5fb100b934179a"
integrity sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==
@@ -9817,6 +9702,11 @@ decamelize@^1.1.0, decamelize@^1.2.0:
resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290"
integrity sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=
+decamelize@^4.0.0:
+ version "4.0.0"
+ resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-4.0.0.tgz#aa472d7bf660eb15f3494efd531cab7f2a709837"
+ integrity sha512-9iE1PgSik9HeIIw2JO94IidnE3eBoQrFJ3w7sFuzSX4DpmZ3v5sZpUiV5Swcf6mQEF+Y0ru8Neo+p+nyh2J+hQ==
+
decimal.js@^10.2.1:
version "10.3.1"
resolved "https://registry.yarnpkg.com/decimal.js/-/decimal.js-10.3.1.tgz#d8c3a444a9c6774ba60ca6ad7261c3a94fd5e783"
@@ -9839,13 +9729,6 @@ dedent@^0.7.0:
resolved "https://registry.yarnpkg.com/dedent/-/dedent-0.7.0.tgz#2495ddbaf6eb874abb0e1be9df22d2e5a544326c"
integrity sha1-JJXduvbrh0q7Dhvp3yLS5aVEMmw=
-deep-eql@^3.0.1:
- version "3.0.1"
- resolved "https://registry.yarnpkg.com/deep-eql/-/deep-eql-3.0.1.tgz#dfc9404400ad1c8fe023e7da1df1c147c4b444df"
- integrity sha512-+QeIQyN5ZuO+3Uk5DYh6/1eKO0m0YmJFGNmFHGACpf1ClL1nmlV/p4gNgbl2pJGxgXb4faqo6UE+M5ACEMyVcw==
- dependencies:
- type-detect "^4.0.0"
-
deep-equal@^1.0.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/deep-equal/-/deep-equal-1.1.1.tgz#b5c98c942ceffaf7cb051e24e1434a25a2e6076a"
@@ -9933,11 +9816,6 @@ define-property@^2.0.2:
is-descriptor "^1.0.2"
isobject "^3.0.1"
-defined@^1.0.0:
- version "1.0.0"
- resolved "https://registry.yarnpkg.com/defined/-/defined-1.0.0.tgz#c98d9bcef75674188e110969151199e39b1fa693"
- integrity sha1-yY2bzvdWdBiOEQlpFRGZ45sfppM=
-
del@^4.1.1:
version "4.1.1"
resolved "https://registry.yarnpkg.com/del/-/del-4.1.1.tgz#9e8f117222ea44a31ff3a156c049b99052a9f0b4"
@@ -9990,16 +9868,6 @@ depd@~2.0.0:
resolved "https://registry.yarnpkg.com/depd/-/depd-2.0.0.tgz#b696163cc757560d09cf22cc8fad1571b79e76df"
integrity sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==
-deps-sort@^2.0.0:
- version "2.0.1"
- resolved "https://registry.yarnpkg.com/deps-sort/-/deps-sort-2.0.1.tgz#9dfdc876d2bcec3386b6829ac52162cda9fa208d"
- integrity sha512-1orqXQr5po+3KI6kQb9A4jnXT1PBwggGl2d7Sq2xsnOeI9GPcE/tGcF9UiSZtZBM7MukY4cAh7MemS6tZYipfw==
- dependencies:
- JSONStream "^1.0.3"
- shasum-object "^1.0.0"
- subarg "^1.0.0"
- through2 "^2.0.0"
-
des.js@^1.0.0:
version "1.0.1"
resolved "https://registry.yarnpkg.com/des.js/-/des.js-1.0.1.tgz#5382142e1bdc53f85d86d53e5f4aa7deb91e0843"
@@ -10051,15 +9919,6 @@ detect-port@^1.3.0:
address "^1.0.1"
debug "^2.6.0"
-detective@^5.2.0:
- version "5.2.0"
- resolved "https://registry.yarnpkg.com/detective/-/detective-5.2.0.tgz#feb2a77e85b904ecdea459ad897cc90a99bd2a7b"
- integrity sha512-6SsIx+nUUbuK0EthKjv0zrdnajCCXVYGmbYYiYjFVpzcjwEs/JMDZ8tPRG29J/HhN56t3GJp2cGSWDRjjot8Pg==
- dependencies:
- acorn-node "^1.6.1"
- defined "^1.0.0"
- minimist "^1.1.1"
-
diff-sequences@^26.6.2:
version "26.6.2"
resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-26.6.2.tgz#48ba99157de1923412eed41db6b6d4aa9ca7c0b1"
@@ -10070,10 +9929,15 @@ diff-sequences@^27.4.0:
resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-27.4.0.tgz#d783920ad8d06ec718a060d00196dfef25b132a5"
integrity sha512-YqiQzkrsmHMH5uuh8OdQFU9/ZpADnwzml8z0O5HvRNda+5UZsaX/xN+AAxfR2hWq1Y7HZnAzO9J5lJXOuDz2Ww==
-diff@^3.0.0:
- version "3.5.0"
- resolved "https://registry.yarnpkg.com/diff/-/diff-3.5.0.tgz#800c0dd1e0a8bfbc95835c202ad220fe317e5a12"
- integrity sha512-A46qtFgd+g7pDZinpnwiRJtxbC1hpgf0uzP3iG89scHk0AUC7A1TGxf5OiiOUv/JMZR8GOt8hL900hV0bOy5xA==
+diff@5.0.0:
+ version "5.0.0"
+ resolved "https://registry.yarnpkg.com/diff/-/diff-5.0.0.tgz#7ed6ad76d859d030787ec35855f5b1daf31d852b"
+ integrity sha512-/VTCrvm5Z0JGty/BWHljh+BAiw3IK+2j87NGMu8Nwc/f48WoDAC395uomO9ZD117ZOBaHmkX1oyLvkVM/aIT3w==
+
+diff@^4.0.1:
+ version "4.0.2"
+ resolved "https://registry.yarnpkg.com/diff/-/diff-4.0.2.tgz#60f3aecb89d5fae520c11aa19efc2bb982aade7d"
+ integrity sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==
diffie-hellman@^5.0.0:
version "5.0.3"
@@ -10213,7 +10077,7 @@ dom-walk@^0.1.0:
resolved "https://registry.yarnpkg.com/dom-walk/-/dom-walk-0.1.2.tgz#0c548bef048f4d1f2a97249002236060daa3fd84"
integrity sha512-6QvTW9mrGeIegrFXdtQi9pk7O/nSK6lSdXW2eqUspN5LWD7UTji2Fqw5V2YLjBpHEoU9Xl/eUWNpDeZvoyOv2w==
-domain-browser@^1.1.1, domain-browser@^1.2.0:
+domain-browser@^1.1.1:
version "1.2.0"
resolved "https://registry.yarnpkg.com/domain-browser/-/domain-browser-1.2.0.tgz#3d31f50191a6749dd1375a7f522e823d42e54eda"
integrity sha512-jnjyiM6eRyZl2H+W8Q/zLMA481hzi0eszAaBUzIVnmYVDBbnLxVNnfu1HgEBvCbL+71FrxMl3E6lpKH7Ge3OXA==
@@ -10335,13 +10199,6 @@ downshift@^6.0.15:
prop-types "^15.7.2"
react-is "^17.0.2"
-duplexer2@^0.1.2, duplexer2@~0.1.0, duplexer2@~0.1.2:
- version "0.1.4"
- resolved "https://registry.yarnpkg.com/duplexer2/-/duplexer2-0.1.4.tgz#8b12dab878c0d69e3e7891051662a32fc6bddcc1"
- integrity sha1-ixLauHjA1p4+eJEFFmKjL8a93ME=
- dependencies:
- readable-stream "^2.0.2"
-
duplexer3@^0.1.4:
version "0.1.4"
resolved "https://registry.yarnpkg.com/duplexer3/-/duplexer3-0.1.4.tgz#ee01dd1cac0ed3cbc7fdbea37dc0a8f1ce002ce2"
@@ -10362,14 +10219,6 @@ duplexify@^3.4.2, duplexify@^3.6.0:
readable-stream "^2.0.0"
stream-shift "^1.0.0"
-duration@^0.2.0:
- version "0.2.2"
- resolved "https://registry.yarnpkg.com/duration/-/duration-0.2.2.tgz#ddf149bc3bc6901150fe9017111d016b3357f529"
- integrity sha512-06kgtea+bGreF5eKYgI/36A6pLXggY7oR4p1pq4SmdFBn1ReOL5D8RhG64VrqfTTKNucqqtBAwEj8aB88mcqrg==
- dependencies:
- d "1"
- es5-ext "~0.10.46"
-
eastasianwidth@^0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/eastasianwidth/-/eastasianwidth-0.2.0.tgz#696ce2ec0aa0e6ea93a397ffcf24aa7840c827cb"
@@ -10664,6 +10513,13 @@ error-stack-parser@^2.0.6:
dependencies:
stackframe "^1.1.1"
+error-stack-parser@^2.1.4:
+ version "2.1.4"
+ resolved "https://registry.yarnpkg.com/error-stack-parser/-/error-stack-parser-2.1.4.tgz#229cb01cdbfa84440bfa91876285b94680188286"
+ integrity sha512-Sk5V6wVazPhq5MhpO+AUxJn5x7XSXGl1R93Vn7i+zS15KDVxQijejNCrz8340/2bgLBjR9GtEG8ZVKONDjcqGQ==
+ dependencies:
+ stackframe "^1.3.4"
+
es-abstract@^1.17.0-next.0, es-abstract@^1.17.0-next.1, es-abstract@^1.17.2, es-abstract@^1.17.4, es-abstract@^1.18.0-next.1, es-abstract@^1.19.0, es-abstract@^1.20.4:
version "1.21.1"
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.21.1.tgz#e6105a099967c08377830a0c9cb589d570dd86c6"
@@ -10752,7 +10608,7 @@ es-to-primitive@^1.2.1:
is-date-object "^1.0.1"
is-symbol "^1.0.2"
-es5-ext@^0.10.35, es5-ext@^0.10.50, es5-ext@~0.10.46:
+es5-ext@^0.10.35, es5-ext@^0.10.50:
version "0.10.53"
resolved "https://registry.yarnpkg.com/es5-ext/-/es5-ext-0.10.53.tgz#93c5a3acfdbef275220ad72644ad02ee18368de1"
integrity sha512-Xs2Stw6NiNHWypzRTY1MtaG/uJlwCk8kH81920ma8mvN8Xq1gsfhZvpkImLQArw8AHnv8MT2I45J3c0R8slE+Q==
@@ -10788,6 +10644,35 @@ es6-symbol@^3.1.1, es6-symbol@~3.1.3:
d "^1.0.1"
ext "^1.1.2"
+esbuild@^0.19.4:
+ version "0.19.12"
+ resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.19.12.tgz#dc82ee5dc79e82f5a5c3b4323a2a641827db3e04"
+ integrity sha512-aARqgq8roFBj054KvQr5f1sFu0D65G+miZRCuJyJ0G13Zwx7vRar5Zhn2tkQNzIXcBrNVsv/8stehpj+GAjgbg==
+ optionalDependencies:
+ "@esbuild/aix-ppc64" "0.19.12"
+ "@esbuild/android-arm" "0.19.12"
+ "@esbuild/android-arm64" "0.19.12"
+ "@esbuild/android-x64" "0.19.12"
+ "@esbuild/darwin-arm64" "0.19.12"
+ "@esbuild/darwin-x64" "0.19.12"
+ "@esbuild/freebsd-arm64" "0.19.12"
+ "@esbuild/freebsd-x64" "0.19.12"
+ "@esbuild/linux-arm" "0.19.12"
+ "@esbuild/linux-arm64" "0.19.12"
+ "@esbuild/linux-ia32" "0.19.12"
+ "@esbuild/linux-loong64" "0.19.12"
+ "@esbuild/linux-mips64el" "0.19.12"
+ "@esbuild/linux-ppc64" "0.19.12"
+ "@esbuild/linux-riscv64" "0.19.12"
+ "@esbuild/linux-s390x" "0.19.12"
+ "@esbuild/linux-x64" "0.19.12"
+ "@esbuild/netbsd-x64" "0.19.12"
+ "@esbuild/openbsd-x64" "0.19.12"
+ "@esbuild/sunos-x64" "0.19.12"
+ "@esbuild/win32-arm64" "0.19.12"
+ "@esbuild/win32-ia32" "0.19.12"
+ "@esbuild/win32-x64" "0.19.12"
+
escalade@^3.0.2, escalade@^3.1.1:
version "3.1.1"
resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.1.tgz#d8cfdc7000965c5a0174b4a82eaa5c0552742e40"
@@ -10808,16 +10693,16 @@ escape-string-regexp@2.0.0, escape-string-regexp@^2.0.0:
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz#a30304e99daa32e23b2fd20f51babd07cffca344"
integrity sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==
+escape-string-regexp@4.0.0, escape-string-regexp@^4.0.0:
+ version "4.0.0"
+ resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34"
+ integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==
+
escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.5:
version "1.0.5"
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=
-escape-string-regexp@^4.0.0:
- version "4.0.0"
- resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34"
- integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==
-
escodegen@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/escodegen/-/escodegen-2.0.0.tgz#5e32b12833e8aa8fa35e1bf0befa89380484c7dd"
@@ -11125,21 +11010,16 @@ event-stream@3.3.4:
stream-combiner "~0.0.4"
through "~2.3.1"
-eventemitter2@^6.4.3:
- version "6.4.4"
- resolved "https://registry.yarnpkg.com/eventemitter2/-/eventemitter2-6.4.4.tgz#aa96e8275c4dbeb017a5d0e03780c65612a1202b"
- integrity sha512-HLU3NDY6wARrLCEwyGKRBvuWYyvW6mHYv72SJJAH3iJN3a6eVUvkjFkcxah1bcTgGVBBrFdIopBJPhCQFMLyXw==
+eventemitter2@6.4.7:
+ version "6.4.7"
+ resolved "https://registry.yarnpkg.com/eventemitter2/-/eventemitter2-6.4.7.tgz#a7f6c4d7abf28a14c1ef3442f21cb306a054271d"
+ integrity sha512-tYUSVOGeQPKt/eC1ABfhHy5Xd96N3oIijJvN3O9+TsC28T5V9yX9oEfEK5faP0EFSNVOG97qtAS68GBrQB2hDg==
eventemitter3@^4.0.0:
version "4.0.7"
resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-4.0.7.tgz#2de9b68f6528d5644ef5c59526a1b4a07306169f"
integrity sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==
-events@^2.0.0:
- version "2.1.0"
- resolved "https://registry.yarnpkg.com/events/-/events-2.1.0.tgz#2a9a1e18e6106e0e812aa9ebd4a819b3c29c0ba5"
- integrity sha512-3Zmiobend8P9DjmKAty0Era4jV8oJ0yGYe2nJJAxgymF9+N8F2m0hhZiMoWtcfepExzNKZumFU3ksdQbInGWCg==
-
events@^3.0.0, events@^3.2.0:
version "3.3.0"
resolved "https://registry.yarnpkg.com/events/-/events-3.3.0.tgz#31a95ad0a924e2d2c419a813aeb2c4e878ea7400"
@@ -11420,11 +11300,6 @@ fast-levenshtein@^2.0.6, fast-levenshtein@~2.0.6:
resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917"
integrity sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=
-fast-safe-stringify@^2.0.7:
- version "2.0.7"
- resolved "https://registry.yarnpkg.com/fast-safe-stringify/-/fast-safe-stringify-2.0.7.tgz#124aa885899261f68aedb42a7c080de9da608743"
- integrity sha512-Utm6CdzT+6xsDk2m8S6uL8VHxNwI6Jub+e9NYTcAms28T84pTa25GJQV9j0CY0N1rM8hK4x6grpF2BQf+2qwVA==
-
fast-url-parser@1.1.3:
version "1.1.3"
resolved "https://registry.yarnpkg.com/fast-url-parser/-/fast-url-parser-1.1.3.tgz#f4af3ea9f34d8a271cf58ad2b3759f431f0b318d"
@@ -11504,13 +11379,6 @@ figgy-pudding@^3.5.1:
resolved "https://registry.yarnpkg.com/figgy-pudding/-/figgy-pudding-3.5.2.tgz#b4eee8148abb01dcf1d1ac34367d59e12fa61d6e"
integrity sha512-0btnI/H8f2pavGMN8w40mlSKOfTK2SVJmBfBeVIj3kNw0swwgzyRq0d5TJVOwodFmtvpPeWPN/MCcfuWF0Ezbw==
-figures@2.0.0:
- version "2.0.0"
- resolved "https://registry.yarnpkg.com/figures/-/figures-2.0.0.tgz#3ab1a2d2a62c8bfb431a0c94cb797a2fce27c962"
- integrity sha1-OrGi0qYsi/tDGgyUy3l6L84nyWI=
- dependencies:
- escape-string-regexp "^1.0.5"
-
figures@^3.0.0, figures@^3.2.0:
version "3.2.0"
resolved "https://registry.yarnpkg.com/figures/-/figures-3.2.0.tgz#625c18bd293c604dc4a8ddb2febf0c88341746af"
@@ -11668,6 +11536,14 @@ find-up@4.1.0, find-up@^4.0.0, find-up@^4.1.0:
locate-path "^5.0.0"
path-exists "^4.0.0"
+find-up@5.0.0, find-up@^5.0.0:
+ version "5.0.0"
+ resolved "https://registry.yarnpkg.com/find-up/-/find-up-5.0.0.tgz#4c92819ecb7083561e4f4a240a86be5198f536fc"
+ integrity sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==
+ dependencies:
+ locate-path "^6.0.0"
+ path-exists "^4.0.0"
+
find-up@^2.0.0, find-up@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/find-up/-/find-up-2.1.0.tgz#45d1b7e506c717ddd482775a2b77920a3c0c57a7"
@@ -11682,14 +11558,6 @@ find-up@^3.0.0:
dependencies:
locate-path "^3.0.0"
-find-up@^5.0.0:
- version "5.0.0"
- resolved "https://registry.yarnpkg.com/find-up/-/find-up-5.0.0.tgz#4c92819ecb7083561e4f4a240a86be5198f536fc"
- integrity sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==
- dependencies:
- locate-path "^6.0.0"
- path-exists "^4.0.0"
-
flat-cache@^3.0.4:
version "3.0.4"
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-3.0.4.tgz#61b0338302b2fe9f957dcc32fc2a87f1c3048b11"
@@ -11698,6 +11566,11 @@ flat-cache@^3.0.4:
flatted "^3.1.0"
rimraf "^3.0.2"
+flat@^5.0.2:
+ version "5.0.2"
+ resolved "https://registry.yarnpkg.com/flat/-/flat-5.0.2.tgz#8ca6fe332069ffa9d324c327198c598259ceb241"
+ integrity sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==
+
flatted@^3.1.0:
version "3.1.1"
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.1.1.tgz#c4b489e80096d9df1dfc97c79871aea7c617c469"
@@ -11754,6 +11627,14 @@ foreground-child@^2.0.0:
cross-spawn "^7.0.0"
signal-exit "^3.0.2"
+foreground-child@^3.1.0:
+ version "3.1.1"
+ resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.1.1.tgz#1d173e776d75d2772fed08efe4a0de1ea1b12d0d"
+ integrity sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==
+ dependencies:
+ cross-spawn "^7.0.0"
+ signal-exit "^4.0.1"
+
forever-agent@~0.6.1:
version "0.6.1"
resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91"
@@ -11875,16 +11756,6 @@ fs-constants@^1.0.0:
resolved "https://registry.yarnpkg.com/fs-constants/-/fs-constants-1.0.0.tgz#6be0de9be998ce16af8afc24497b9ee9b7ccd9ad"
integrity sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==
-fs-extra@9.0.0:
- version "9.0.0"
- resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.0.0.tgz#b6afc31036e247b2466dc99c29ae797d5d4580a3"
- integrity sha512-pmEYSk3vYsG/bF651KPUXZ+hvjpgWYw/Gc7W9NFUe3ZVLczKKWIij3IKpOrQcdw4TILtibFslZ0UmR8Vvzig4g==
- dependencies:
- at-least-node "^1.0.0"
- graceful-fs "^4.2.0"
- jsonfile "^6.0.1"
- universalify "^1.0.0"
-
fs-extra@^0.30.0:
version "0.30.0"
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-0.30.0.tgz#f233ffcc08d4da7d432daa449776989db1df93f0"
@@ -12049,21 +11920,11 @@ gensync@^1.0.0-beta.1, gensync@^1.0.0-beta.2:
resolved "https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.2.tgz#32a6ee76c3d7f52d46b2b1ae5d93fea8580a25e0"
integrity sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==
-get-assigned-identifiers@^1.2.0:
- version "1.2.0"
- resolved "https://registry.yarnpkg.com/get-assigned-identifiers/-/get-assigned-identifiers-1.2.0.tgz#6dbf411de648cbaf8d9169ebb0d2d576191e2ff1"
- integrity sha512-mBBwmeGTrxEMO4pMaaf/uUEFHnYtwr8FTe8Y/mer4rcV/bye0qGm6pw1bGZFGStxC5O76c5ZAVBGnqHmOaJpdQ==
-
get-caller-file@^2.0.1, get-caller-file@^2.0.5:
version "2.0.5"
resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e"
integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==
-get-func-name@^2.0.0:
- version "2.0.0"
- resolved "https://registry.yarnpkg.com/get-func-name/-/get-func-name-2.0.0.tgz#ead774abee72e20409433a066366023dd6887a41"
- integrity sha1-6td0q+5y4gQJQzoGY2YCPdaIekE=
-
get-intrinsic@^1.0.1, get-intrinsic@^1.0.2, get-intrinsic@^1.1.1, get-intrinsic@^1.1.3:
version "1.2.0"
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.2.0.tgz#7ad1dc0535f3a2904bba075772763e5051f6d05f"
@@ -12153,11 +12014,6 @@ gettext-parser@^3.1.0:
readable-stream "^3.2.0"
safe-buffer "^5.1.2"
-gherkin@^5.0.0, gherkin@^5.1.0:
- version "5.1.0"
- resolved "https://registry.yarnpkg.com/gherkin/-/gherkin-5.1.0.tgz#684bbb03add24eaf7bdf544f58033eb28fb3c6d5"
- integrity sha1-aEu7A63STq9731RPWAM+so+zxtU=
-
git-raw-commits@^2.0.0:
version "2.0.8"
resolved "https://registry.yarnpkg.com/git-raw-commits/-/git-raw-commits-2.0.8.tgz#65cef91ae8307281b6ee31ca481fa1164e166156"
@@ -12244,7 +12100,29 @@ glob-to-regexp@^0.4.1:
resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz#c75297087c851b9a578bd217dd59a92f59fe546e"
integrity sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==
-glob@^7.0.0, glob@^7.0.3, glob@^7.1.0, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.5, glob@^7.1.6, glob@^7.1.7, glob@~7.1.1:
+glob@8.1.0:
+ version "8.1.0"
+ resolved "https://registry.yarnpkg.com/glob/-/glob-8.1.0.tgz#d388f656593ef708ee3e34640fdfb99a9fd1c33e"
+ integrity sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==
+ dependencies:
+ fs.realpath "^1.0.0"
+ inflight "^1.0.4"
+ inherits "2"
+ minimatch "^5.0.1"
+ once "^1.3.0"
+
+glob@^10.3.10:
+ version "10.3.10"
+ resolved "https://registry.yarnpkg.com/glob/-/glob-10.3.10.tgz#0351ebb809fd187fe421ab96af83d3a70715df4b"
+ integrity sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==
+ dependencies:
+ foreground-child "^3.1.0"
+ jackspeak "^2.3.5"
+ minimatch "^9.0.1"
+ minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
+ path-scurry "^1.10.1"
+
+glob@^7.0.0, glob@^7.0.3, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.5, glob@^7.1.6, glob@^7.1.7, glob@~7.1.1:
version "7.1.7"
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.7.tgz#3b193e9233f01d42d0b3f78294bbeeb418f94a90"
integrity sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==
@@ -12521,6 +12399,13 @@ has-ansi@^2.0.0:
dependencies:
ansi-regex "^2.0.0"
+has-ansi@^4.0.1:
+ version "4.0.1"
+ resolved "https://registry.yarnpkg.com/has-ansi/-/has-ansi-4.0.1.tgz#f216a8c8d7b129e490dc15f4a62cc1cdb9603ce8"
+ integrity sha512-Qr4RtTm30xvEdqUXbSBVWDu+PrTokJOwe/FU+VdfJPk+MXAPoeOzKpRyrDTnZIJwAkQ4oBLTU53nu0HrkF/Z2A==
+ dependencies:
+ ansi-regex "^4.1.0"
+
has-bigints@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.0.2.tgz#0871bd3e3d51626f6ca0966668ba35d5602d6eaa"
@@ -12721,7 +12606,7 @@ hastscript@^6.0.0:
property-information "^5.0.0"
space-separated-tokens "^1.0.0"
-he@^1.2.0:
+he@1.2.0, he@^1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f"
integrity sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==
@@ -12912,11 +12797,6 @@ html-webpack-plugin@^5.5.0:
pretty-error "^4.0.0"
tapable "^2.0.0"
-htmlescape@^1.1.0:
- version "1.1.1"
- resolved "https://registry.yarnpkg.com/htmlescape/-/htmlescape-1.1.1.tgz#3a03edc2214bca3b66424a3e7959349509cb0351"
- integrity sha1-OgPtwiFLyjtmQko+eVk0lQnLA1E=
-
htmlparser2@^3.3.0, htmlparser2@^3.9.1:
version "3.10.1"
resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-3.10.1.tgz#bd679dc3f59897b6a34bb10749c855bb53a9392f"
@@ -13279,11 +13159,6 @@ imurmurhash@^0.1.4:
resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea"
integrity sha1-khi5srkoojixPcT7a21XbyMUU+o=
-indent-string@^3.1.0:
- version "3.2.0"
- resolved "https://registry.yarnpkg.com/indent-string/-/indent-string-3.2.0.tgz#4a5fd6d27cc332f37e5419a504dbb837105c9289"
- integrity sha1-Sl/W0nzDMvN+VBmlBNu4NxBckok=
-
indent-string@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/indent-string/-/indent-string-4.0.0.tgz#624f8f4497d619b2d9768531d58f4122854d7251"
@@ -13337,13 +13212,6 @@ ini@^1.3.4, ini@^1.3.5, ini@~1.3.0:
resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.5.tgz#eee25f56db1c9ec6085e0c22778083f596abf927"
integrity sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==
-inline-source-map@~0.6.0:
- version "0.6.2"
- resolved "https://registry.yarnpkg.com/inline-source-map/-/inline-source-map-0.6.2.tgz#f9393471c18a79d1724f863fa38b586370ade2a5"
- integrity sha1-+Tk0ccGKedFyT4Y/o4tYY3Ct4qU=
- dependencies:
- source-map "~0.5.3"
-
inline-style-parser@0.1.1:
version "0.1.1"
resolved "https://registry.yarnpkg.com/inline-style-parser/-/inline-style-parser-0.1.1.tgz#ec8a3b429274e9c0a1f1c4ffa9453a7fef72cea1"
@@ -13387,22 +13255,6 @@ inquirer@^7.3.3:
strip-ansi "^6.0.0"
through "^2.3.6"
-insert-module-globals@^7.0.0:
- version "7.2.1"
- resolved "https://registry.yarnpkg.com/insert-module-globals/-/insert-module-globals-7.2.1.tgz#d5e33185181a4e1f33b15f7bf100ee91890d5cb3"
- integrity sha512-ufS5Qq9RZN+Bu899eA9QCAYThY+gGW7oRkmb0vC93Vlyu/CFGcH0OYPEjVkDXA5FEbTt1+VWzdoOD3Ny9N+8tg==
- dependencies:
- JSONStream "^1.0.3"
- acorn-node "^1.5.2"
- combine-source-map "^0.8.0"
- concat-stream "^1.6.1"
- is-buffer "^1.1.0"
- path-is-absolute "^1.0.1"
- process "~0.11.0"
- through2 "^2.0.0"
- undeclared-identifiers "^1.1.2"
- xtend "^4.0.0"
-
internal-ip@^4.3.0:
version "4.3.0"
resolved "https://registry.yarnpkg.com/internal-ip/-/internal-ip-4.3.0.tgz#845452baad9d2ca3b69c635a137acb9a0dad0907"
@@ -13430,7 +13282,7 @@ interpret@^2.2.0:
resolved "https://registry.yarnpkg.com/interpret/-/interpret-2.2.0.tgz#1a78a0b5965c40a5416d007ad6f50ad27c417df9"
integrity sha512-Ju0Bz/cEia55xDwUWEa8+olFpCiQoypjnQySseKtmjNrnps3P+xfpUmGr90T7yjlVJmOtybRvPXhKMbHr+fWnw==
-invariant@^2.2.2, invariant@^2.2.3, invariant@^2.2.4:
+invariant@^2.2.3, invariant@^2.2.4:
version "2.2.4"
resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.4.tgz#610f3c92c9359ce1db616e538008d23ff35158e6"
integrity sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==
@@ -13552,7 +13404,7 @@ is-boolean-object@^1.0.1, is-boolean-object@^1.1.0:
dependencies:
call-bind "^1.0.0"
-is-buffer@^1.1.0, is-buffer@^1.1.5:
+is-buffer@^1.1.5:
version "1.1.6"
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be"
integrity sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==
@@ -13709,11 +13561,6 @@ is-generator-fn@^2.0.0:
resolved "https://registry.yarnpkg.com/is-generator-fn/-/is-generator-fn-2.1.0.tgz#7d140adc389aaf3011a8f2a2a4cfa6faadffb118"
integrity sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==
-is-generator@^1.0.2:
- version "1.0.3"
- resolved "https://registry.yarnpkg.com/is-generator/-/is-generator-1.0.3.tgz#c14c21057ed36e328db80347966c693f886389f3"
- integrity sha1-wUwhBX7TbjKNuANHlmxpP4hjifM=
-
is-glob@^2.0.0:
version "2.0.1"
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-2.0.1.tgz#d096f926a3ded5600f3fdfd91198cb0888c2d863"
@@ -13844,7 +13691,7 @@ is-path-inside@^2.1.0:
dependencies:
path-is-inside "^1.0.2"
-is-path-inside@^3.0.2:
+is-path-inside@^3.0.2, is-path-inside@^3.0.3:
version "3.0.3"
resolved "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-3.0.3.tgz#d231362e53a07ff2b0e0ea7fed049161ffd16283"
integrity sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==
@@ -13854,7 +13701,7 @@ is-plain-obj@^1.0.0, is-plain-obj@^1.1.0:
resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-1.1.0.tgz#71a50c8429dfca773c92a390a4a03b39fcd51d3e"
integrity sha1-caUMhCnfync8kqOQpKA7OfzVHT4=
-is-plain-obj@^2.0.0:
+is-plain-obj@^2.0.0, is-plain-obj@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-2.1.0.tgz#45e42e37fccf1f40da8e5f76ee21515840c09287"
integrity sha512-YWnfyRwxL/+SsrWYfOpUtz5b3YD+nyfkHvjbcanzk8zgyO4ASD67uVMRt8k5bM4lLMDnXfriRhOpemw+NfT1eA==
@@ -13989,6 +13836,11 @@ is-unc-path@^1.0.0:
dependencies:
unc-path-regex "^0.1.2"
+is-unicode-supported@^0.1.0:
+ version "0.1.0"
+ resolved "https://registry.yarnpkg.com/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz#3f26c76a809593b52bfa2ecb5710ed2779b522a7"
+ integrity sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==
+
is-utf8@^0.2.1:
version "0.2.1"
resolved "https://registry.yarnpkg.com/is-utf8/-/is-utf8-0.2.1.tgz#4b0da1442104d1b336340e80797e865cf39f7d72"
@@ -14144,6 +13996,15 @@ iterate-value@^1.0.0:
es-get-iterator "^1.0.2"
iterate-iterator "^1.0.1"
+jackspeak@^2.3.5:
+ version "2.3.6"
+ resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-2.3.6.tgz#647ecc472238aee4b06ac0e461acc21a8c505ca8"
+ integrity sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==
+ dependencies:
+ "@isaacs/cliui" "^8.0.2"
+ optionalDependencies:
+ "@pkgjs/parseargs" "^0.11.0"
+
jake@^10.6.1:
version "10.8.2"
resolved "https://registry.yarnpkg.com/jake/-/jake-10.8.2.tgz#ebc9de8558160a66d82d0eadc6a2e58fbc500a7b"
@@ -14990,11 +14851,6 @@ js-beautify@^1.8.8:
mkdirp "^1.0.4"
nopt "^5.0.0"
-js-levenshtein@^1.1.3:
- version "1.1.6"
- resolved "https://registry.yarnpkg.com/js-levenshtein/-/js-levenshtein-1.1.6.tgz#c6cee58eb3550372df8deb85fad5ce66ce01d59d"
- integrity sha512-X2BB11YZtrRqY4EnQcLX5Rh373zbK4alC1FW7D7MBhL2gtcC17cTnr6DmfHZeS0s2rTHjUTMMHfG7gO8SSdw+g==
-
js-sha3@0.8.0:
version "0.8.0"
resolved "https://registry.yarnpkg.com/js-sha3/-/js-sha3-0.8.0.tgz#b9b7a5da73afad7dedd0f8c463954cbde6818840"
@@ -15015,7 +14871,14 @@ js-tokens@^3.0.2:
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b"
integrity sha1-mGbfOVECEw449/mWvOtlRDIJwls=
-js-yaml@^3.13.1, js-yaml@^3.6.1, js-yaml@^3.9.0:
+js-yaml@4.1.0, js-yaml@^4.1.0:
+ version "4.1.0"
+ resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.0.tgz#c1fb65f8f5017901cdd2c951864ba18458a10602"
+ integrity sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==
+ dependencies:
+ argparse "^2.0.1"
+
+js-yaml@^3.13.1, js-yaml@^3.6.1:
version "3.14.1"
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.14.1.tgz#dae812fdb3825fa306609a8717383c50c36a0537"
integrity sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==
@@ -15023,13 +14886,6 @@ js-yaml@^3.13.1, js-yaml@^3.6.1, js-yaml@^3.9.0:
argparse "^1.0.7"
esprima "^4.0.0"
-js-yaml@^4.1.0:
- version "4.1.0"
- resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.0.tgz#c1fb65f8f5017901cdd2c951864ba18458a10602"
- integrity sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==
- dependencies:
- argparse "^2.0.1"
-
js2xmlparser@^4.0.1:
version "4.0.1"
resolved "https://registry.yarnpkg.com/js2xmlparser/-/js2xmlparser-4.0.1.tgz#670ef71bc5661f089cc90481b99a05a1227ae3bd"
@@ -15220,13 +15076,6 @@ json-stable-stringify-without-jsonify@^1.0.1:
resolved "https://registry.yarnpkg.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz#9db7b59496ad3f3cfef30a75142d2d930ad72651"
integrity sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=
-json-stable-stringify@~0.0.0:
- version "0.0.1"
- resolved "https://registry.yarnpkg.com/json-stable-stringify/-/json-stable-stringify-0.0.1.tgz#611c23e814db375527df851193db59dd2af27f45"
- integrity sha1-YRwj6BTbN1Un34URk9tZ3Sryf0U=
- dependencies:
- jsonify "~0.0.0"
-
json-stringify-safe@~5.0.1:
version "5.0.1"
resolved "https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz#1296a2d58fd45f19a0f6ce01d65701e2c735b6eb"
@@ -15244,7 +15093,7 @@ json5@^1.0.1:
dependencies:
minimist "^1.2.0"
-json5@^2.1.0, json5@^2.1.2, json5@^2.1.3:
+json5@^2.1.2, json5@^2.1.3:
version "2.2.0"
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.0.tgz#2dfefe720c6ba525d9ebd909950f0515316c89a3"
integrity sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA==
@@ -15274,11 +15123,6 @@ jsonfile@^6.0.1:
optionalDependencies:
graceful-fs "^4.1.6"
-jsonify@~0.0.0:
- version "0.0.0"
- resolved "https://registry.yarnpkg.com/jsonify/-/jsonify-0.0.0.tgz#2c74b6ee41d93ca51b7b5aaee8f503631d252a73"
- integrity sha1-LHS27kHZPKUbe1qu6PUDYx0lKnM=
-
jsonparse@^1.2.0:
version "1.3.1"
resolved "https://registry.yarnpkg.com/jsonparse/-/jsonparse-1.3.1.tgz#3f4dae4a91fac315f71062f8521cc239f1366280"
@@ -15385,18 +15229,10 @@ klona@^2.0.4, klona@^2.0.5:
knuth-shuffle-seeded@^1.0.6:
version "1.0.6"
resolved "https://registry.yarnpkg.com/knuth-shuffle-seeded/-/knuth-shuffle-seeded-1.0.6.tgz#01f1b65733aa7540ee08d8b0174164d22081e4e1"
- integrity sha1-AfG2VzOqdUDuCNiwF0Fk0iCB5OE=
+ integrity sha512-9pFH0SplrfyKyojCLxZfMcvkhf5hH0d+UwR9nTVJ/DDQJGuzcXjTwB7TP7sDfehSudlGGaOLblmEWqv04ERVWg==
dependencies:
seed-random "~2.2.0"
-labeled-stream-splicer@^2.0.0:
- version "2.0.2"
- resolved "https://registry.yarnpkg.com/labeled-stream-splicer/-/labeled-stream-splicer-2.0.2.tgz#42a41a16abcd46fd046306cf4f2c3576fffb1c21"
- integrity sha512-Ca4LSXFFZUjPScRaqOcFxneA0VpKZr4MMYCljyQr4LIewTLb3Y0IUTIsnBBsVubIeEfxeSZpSjSsRM8APEQaAw==
- dependencies:
- inherits "^2.0.1"
- stream-splicer "^2.0.0"
-
language-subtag-registry@~0.3.2:
version "0.3.21"
resolved "https://registry.yarnpkg.com/language-subtag-registry/-/language-subtag-registry-0.3.21.tgz#04ac218bea46f04cb039084602c6da9e788dd45a"
@@ -15627,11 +15463,6 @@ lodash.camelcase@^4.3.0:
resolved "https://registry.yarnpkg.com/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz#b28aa6288a2b9fc651035c7711f65ab6190331a6"
integrity sha1-soqmKIorn8ZRA1x3EfZathkDMaY=
-lodash.clonedeep@4.5.0:
- version "4.5.0"
- resolved "https://registry.yarnpkg.com/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz#e23f3f9c4f8fbdde872529c1071857a086e5ccef"
- integrity sha1-4j8/nE+Pvd6HJSnBBxhXoIblzO8=
-
lodash.curry@^4.0.1:
version "4.1.1"
resolved "https://registry.yarnpkg.com/lodash.curry/-/lodash.curry-4.1.1.tgz#248e36072ede906501d75966200a86dab8b23170"
@@ -15707,16 +15538,16 @@ lodash.memoize@^4.1.2:
resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe"
integrity sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4=
-lodash.memoize@~3.0.3:
- version "3.0.4"
- resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-3.0.4.tgz#2dcbd2c287cbc0a55cc42328bd0c736150d53e3f"
- integrity sha1-LcvSwofLwKVcxCMovQxzYVDVPj8=
-
lodash.merge@^4.4.0, lodash.merge@^4.6.2:
version "4.6.2"
resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a"
integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==
+lodash.mergewith@^4.6.2:
+ version "4.6.2"
+ resolved "https://registry.yarnpkg.com/lodash.mergewith/-/lodash.mergewith-4.6.2.tgz#617121f89ac55f59047c7aec1ccd6654c6590f55"
+ integrity sha512-GK3g5RPZWTRSeLSpgP8Xhra+pnjBC56q9FZYe1d5RN3TJ35dbkGy3YqBSMbyCrlbi+CM9Z3Jk5yTL7RCsqboyQ==
+
lodash.omit@^4.5.0:
version "4.5.0"
resolved "https://registry.yarnpkg.com/lodash.omit/-/lodash.omit-4.5.0.tgz#6eb19ae5a1ee1dd9df0b969e66ce0b7fa30b5e60"
@@ -15787,11 +15618,19 @@ lodash.uniq@4.5.0, lodash.uniq@^4.5.0:
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=
-"lodash@>=3.5 <5", lodash@^4.0.0, lodash@^4.17.11, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.21, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.7.0, lodash@~4.17.10:
+"lodash@>=3.5 <5", lodash@^4.0.0, lodash@^4.17.11, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.21, lodash@^4.17.5, lodash@^4.7.0, lodash@~4.17.10:
version "4.17.21"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
+log-symbols@4.1.0:
+ version "4.1.0"
+ resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-4.1.0.tgz#3fbdbb95b4683ac9fc785111e792e558d4abd503"
+ integrity sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==
+ dependencies:
+ chalk "^4.1.0"
+ is-unicode-supported "^0.1.0"
+
log-symbols@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-4.0.0.tgz#69b3cc46d20f448eccdb75ea1fa733d9e821c920"
@@ -15821,11 +15660,6 @@ loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.2.0, loose-envify@^1.3
dependencies:
js-tokens "^3.0.0 || ^4.0.0"
-lower-case@^1.1.1:
- version "1.1.4"
- resolved "https://registry.yarnpkg.com/lower-case/-/lower-case-1.1.4.tgz#9a2cabd1b9e8e0ae993a4bf7d5875c39c42e8eac"
- integrity sha1-miyr0bno4K6ZOkv31YdcOcQujqw=
-
lower-case@^2.0.2:
version "2.0.2"
resolved "https://registry.yarnpkg.com/lower-case/-/lower-case-2.0.2.tgz#6fa237c63dbdc4a82ca0fd882e4722dc5e634e28"
@@ -15873,6 +15707,16 @@ lru-cache@^6.0.0:
dependencies:
yallist "^4.0.0"
+"lru-cache@^9.1.1 || ^10.0.0":
+ version "10.2.0"
+ resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.2.0.tgz#0bd445ca57363465900f4d1f9bd8db343a4d95c3"
+ integrity sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==
+
+luxon@3.2.1:
+ version "3.2.1"
+ resolved "https://registry.yarnpkg.com/luxon/-/luxon-3.2.1.tgz#14f1af209188ad61212578ea7e3d518d18cee45f"
+ integrity sha512-QrwPArQCNLAKGO/C+ZIilgIuDnEnKx5QYODdDtbFaxzsbZcc/a7WFq7MhsVYgRlwawLtvOUESTlfJ+hc/USqPg==
+
lz-string@^1.4.4:
version "1.4.4"
resolved "https://registry.yarnpkg.com/lz-string/-/lz-string-1.4.4.tgz#c0d8eaf36059f705796e1e344811cf4c498d3a26"
@@ -16285,6 +16129,13 @@ minimatch@3.0.4, minimatch@~3.0.2:
dependencies:
brace-expansion "^1.1.7"
+minimatch@5.0.1:
+ version "5.0.1"
+ resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.0.1.tgz#fb9022f7528125187c92bd9e9b6366be1cf3415b"
+ integrity sha512-nLDxIFRyhDblz3qMuq+SoRZED4+miJ/G+tdDrjkkkRnjAsBexeGpgjLEQ0blJy7rHhR2b93rhQY4SvyWu9v03g==
+ dependencies:
+ brace-expansion "^2.0.1"
+
minimatch@^3.0.2, minimatch@^3.0.4, minimatch@^3.1.2:
version "3.1.2"
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -16292,6 +16143,20 @@ minimatch@^3.0.2, minimatch@^3.0.4, minimatch@^3.1.2:
dependencies:
brace-expansion "^1.1.7"
+minimatch@^5.0.1:
+ version "5.1.6"
+ resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.6.tgz#1cfcb8cf5522ea69952cd2af95ae09477f122a96"
+ integrity sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==
+ dependencies:
+ brace-expansion "^2.0.1"
+
+minimatch@^9.0.1:
+ version "9.0.3"
+ resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
+ integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
+ dependencies:
+ brace-expansion "^2.0.1"
+
minimist-options@4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"
@@ -16301,11 +16166,16 @@ minimist-options@4.1.0:
is-plain-obj "^1.1.0"
kind-of "^6.0.3"
-minimist@^1.1.0, minimist@^1.1.1, minimist@^1.2.0, minimist@^1.2.5, minimist@^1.2.6:
+minimist@^1.1.1, minimist@^1.2.0, minimist@^1.2.5:
version "1.2.7"
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.7.tgz#daa1c4d91f507390437c6a8bc01078e7000c4d18"
integrity sha512-bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g==
+minimist@^1.2.8:
+ version "1.2.8"
+ resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
+ integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==
+
minipass-collect@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/minipass-collect/-/minipass-collect-1.0.2.tgz#22b813bf745dc6edba2576b940022ad6edc8c617"
@@ -16342,6 +16212,11 @@ minipass@^3.0.0, minipass@^3.1.1:
dependencies:
yallist "^4.0.0"
+"minipass@^5.0.0 || ^6.0.2 || ^7.0.0":
+ version "7.0.4"
+ resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.0.4.tgz#dbce03740f50a4786ba994c1fb908844d27b038c"
+ integrity sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==
+
minizlib@^1.2.1:
version "1.3.3"
resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-1.3.3.tgz#2290de96818a34c29551c8a8d301216bd65a861d"
@@ -16381,11 +16256,6 @@ mixin-deep@^1.2.0:
for-in "^1.0.2"
is-extendable "^1.0.1"
-mkdirp-classic@^0.5.2:
- version "0.5.3"
- resolved "https://registry.yarnpkg.com/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz#fa10c9115cc6d8865be221ba47ee9bed78601113"
- integrity sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==
-
mkdirp2@^1.0.4:
version "1.0.4"
resolved "https://registry.yarnpkg.com/mkdirp2/-/mkdirp2-1.0.4.tgz#56de1f8f5c93cf2199906362eba0f9f262ee4437"
@@ -16403,26 +16273,36 @@ mkdirp@^1.0.3, mkdirp@^1.0.4:
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e"
integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==
-module-deps@^6.0.0, module-deps@^6.2.3:
- version "6.2.3"
- resolved "https://registry.yarnpkg.com/module-deps/-/module-deps-6.2.3.tgz#15490bc02af4b56cf62299c7c17cba32d71a96ee"
- integrity sha512-fg7OZaQBcL4/L+AK5f4iVqf9OMbCclXfy/znXRxTVhJSeW5AIlS9AwheYwDaXM3lVW7OBeaeUEY3gbaC6cLlSA==
- dependencies:
- JSONStream "^1.0.3"
- browser-resolve "^2.0.0"
- cached-path-relative "^1.0.2"
- concat-stream "~1.6.0"
- defined "^1.0.0"
- detective "^5.2.0"
- duplexer2 "^0.1.2"
- inherits "^2.0.1"
- parents "^1.0.0"
- readable-stream "^2.0.2"
- resolve "^1.4.0"
- stream-combiner2 "^1.1.1"
- subarg "^1.0.0"
- through2 "^2.0.0"
- xtend "^4.0.0"
+mkdirp@^2.1.5:
+ version "2.1.6"
+ resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-2.1.6.tgz#964fbcb12b2d8c5d6fbc62a963ac95a273e2cc19"
+ integrity sha512-+hEnITedc8LAtIP9u3HJDFIdcLV2vXP33sqLLIzkv1Db1zO/1OxbvYf0Y1OC/S/Qo5dxHXepofhmxL02PsKe+A==
+
+mocha@^10.2.0:
+ version "10.3.0"
+ resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.3.0.tgz#0e185c49e6dccf582035c05fa91084a4ff6e3fe9"
+ integrity sha512-uF2XJs+7xSLsrmIvn37i/wnc91nw7XjOQB8ccyx5aEgdnohr7n+rEiZP23WkCYHjilR6+EboEnbq/ZQDz4LSbg==
+ dependencies:
+ ansi-colors "4.1.1"
+ browser-stdout "1.3.1"
+ chokidar "3.5.3"
+ debug "4.3.4"
+ diff "5.0.0"
+ escape-string-regexp "4.0.0"
+ find-up "5.0.0"
+ glob "8.1.0"
+ he "1.2.0"
+ js-yaml "4.1.0"
+ log-symbols "4.1.0"
+ minimatch "5.0.1"
+ ms "2.1.3"
+ serialize-javascript "6.0.0"
+ strip-json-comments "3.1.1"
+ supports-color "8.1.1"
+ workerpool "6.2.1"
+ yargs "16.2.0"
+ yargs-parser "20.2.4"
+ yargs-unparser "2.0.0"
moment@^2.24.0, moment@^2.29.1:
version "2.29.1"
@@ -16477,6 +16357,11 @@ ms@2.1.2, ms@^2.1.1:
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
+ms@2.1.3:
+ version "2.1.3"
+ resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
+ integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
+
multicast-dns-service-types@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/multicast-dns-service-types/-/multicast-dns-service-types-1.1.0.tgz#899f11d9686e5e05cb91b35d5f0e63b773cfc901"
@@ -16495,7 +16380,7 @@ mute-stream@0.0.8:
resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.8.tgz#1630c42b2251ff81e2a283de96a5497ea92e5e0d"
integrity sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==
-mz@^2.4.0:
+mz@^2.7.0:
version "2.7.0"
resolved "https://registry.yarnpkg.com/mz/-/mz-2.7.0.tgz#95008057a56cafadc2bc63dde7f9ff6955948e32"
integrity sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==
@@ -16586,13 +16471,6 @@ nice-try@^1.0.4:
resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366"
integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==
-no-case@^2.2.0:
- version "2.3.2"
- resolved "https://registry.yarnpkg.com/no-case/-/no-case-2.3.2.tgz#60b813396be39b3f1288a4c1ed5d1e7d28b464ac"
- integrity sha512-rmTZ9kz+f3rCvK2TD1Ue/oZlns7OGoIWP4fc3llxxRXlOkHKoWPPWJOfFYpITabSow43QJbRIoHQXtt10VldyQ==
- dependencies:
- lower-case "^1.1.1"
-
no-case@^3.0.4:
version "3.0.4"
resolved "https://registry.yarnpkg.com/no-case/-/no-case-3.0.4.tgz#d361fd5c9800f558551a8369fc0dcd4662b6124d"
@@ -16637,6 +16515,11 @@ node-gettext@^2.0.0:
dependencies:
lodash.get "^4.4.2"
+node-hook@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.yarnpkg.com/node-hook/-/node-hook-1.0.0.tgz#82ca39af991d726d5c7952e59c992378bb296f7e"
+ integrity sha512-tBTIHwkzXvbesP0fY495VsqSWCOS5Ttt5+mAmeqUC1yglCiSYarNewfi2Q+HOL+M6pZYYqwGU6jIi5+gIHQbpg==
+
node-http-proxy-json@^0.1.9:
version "0.1.9"
resolved "https://registry.yarnpkg.com/node-http-proxy-json/-/node-http-proxy-json-0.1.9.tgz#5e744138c189ebd7e0105fe92d035a5486478cd4"
@@ -17078,7 +16961,7 @@ original@^1.0.0:
dependencies:
url-parse "^1.4.3"
-os-browserify@^0.3.0, os-browserify@~0.3.0:
+os-browserify@^0.3.0:
version "0.3.0"
resolved "https://registry.yarnpkg.com/os-browserify/-/os-browserify-0.3.0.tgz#854373c7f5c2315914fc9bfc6bd8238fdda1ec27"
integrity sha1-hUNzx/XCMVkU/Jv8a9gjj92h7Cc=
@@ -17093,13 +16976,6 @@ ospath@^1.2.2:
resolved "https://registry.yarnpkg.com/ospath/-/ospath-1.2.2.tgz#1276639774a3f8ef2572f7fe4280e0ea4550c07b"
integrity sha1-EnZjl3Sj+O8lcvf+QoDg6kVQwHs=
-outpipe@^1.1.0:
- version "1.1.1"
- resolved "https://registry.yarnpkg.com/outpipe/-/outpipe-1.1.1.tgz#50cf8616365e87e031e29a5ec9339a3da4725fa2"
- integrity sha1-UM+GFjZeh+Ax4ppeyTOaPaRyX6I=
- dependencies:
- shell-quote "^1.4.2"
-
overlayscrollbars@^1.13.1:
version "1.13.1"
resolved "https://registry.yarnpkg.com/overlayscrollbars/-/overlayscrollbars-1.13.1.tgz#0b840a88737f43a946b9d87875a2f9e421d0338a"
@@ -17254,7 +17130,7 @@ package-json@^6.3.0, package-json@^6.5.0:
pad-right@^0.2.2:
version "0.2.2"
resolved "https://registry.yarnpkg.com/pad-right/-/pad-right-0.2.2.tgz#6fbc924045d244f2a2a244503060d3bfc6009774"
- integrity sha1-b7ySQEXSRPKiokRQMGDTv8YAl3Q=
+ integrity sha512-4cy8M95ioIGolCoMmm2cMntGR1lPLEbOMzOKu8bzjuJP6JpzEMQcDHmh7hHLYGgob+nKe1YHFMaG4V59HQa89g==
dependencies:
repeat-string "^1.5.2"
@@ -17287,13 +17163,6 @@ parent-module@^1.0.0:
dependencies:
callsites "^3.0.0"
-parents@^1.0.0, parents@^1.0.1:
- version "1.0.1"
- resolved "https://registry.yarnpkg.com/parents/-/parents-1.0.1.tgz#fedd4d2bf193a77745fe71e371d73c3307d9c751"
- integrity sha1-/t1NK/GTp3dF/nHjcdc8MwfZx1E=
- dependencies:
- path-platform "~0.11.15"
-
parse-asn1@^5.0.0, parse-asn1@^5.1.5:
version "5.1.6"
resolved "https://registry.yarnpkg.com/parse-asn1/-/parse-asn1-5.1.6.tgz#385080a3ec13cb62a62d39409cb3e88844cdaed4"
@@ -17359,6 +17228,16 @@ parse-json@^5.0.0:
json-parse-even-better-errors "^2.3.0"
lines-and-columns "^1.1.6"
+parse-json@^5.2.0:
+ version "5.2.0"
+ resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-5.2.0.tgz#c76fc66dee54231c962b22bcc8a72cf2f99753cd"
+ integrity sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==
+ dependencies:
+ "@babel/code-frame" "^7.0.0"
+ error-ex "^1.3.1"
+ json-parse-even-better-errors "^2.3.0"
+ lines-and-columns "^1.1.6"
+
parse-numeric-range@^1.3.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/parse-numeric-range/-/parse-numeric-range-1.3.0.tgz#7c63b61190d61e4d53a1197f0c83c47bb670ffa3"
@@ -17399,7 +17278,7 @@ pascalcase@^0.1.1:
resolved "https://registry.yarnpkg.com/pascalcase/-/pascalcase-0.1.1.tgz#b363e55e8006ca6fe21784d2db22bd15d7917f14"
integrity sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ=
-path-browserify@0.0.1, path-browserify@~0.0.0:
+path-browserify@0.0.1:
version "0.0.1"
resolved "https://registry.yarnpkg.com/path-browserify/-/path-browserify-0.0.1.tgz#e6c4ddd7ed3aa27c68a20cc4e50e1a4ee83bbc4a"
integrity sha512-BapA40NHICOS+USX9SN4tyhq+A2RrN/Ws5F0Z5aMHDp98Fl86lX8Oti8B7uN93L4Ifv4fHOEA+pQw87gmMO/lQ==
@@ -17419,7 +17298,7 @@ path-exists@^4.0.0:
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3"
integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==
-path-is-absolute@^1.0.0, path-is-absolute@^1.0.1:
+path-is-absolute@^1.0.0:
version "1.0.1"
resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
integrity sha1-F0uSaHNVNP+8es5r9TpanhtcX18=
@@ -17444,10 +17323,13 @@ path-parse@^1.0.6, path-parse@^1.0.7:
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
-path-platform@~0.11.15:
- version "0.11.15"
- resolved "https://registry.yarnpkg.com/path-platform/-/path-platform-0.11.15.tgz#e864217f74c36850f0852b78dc7bf7d4a5721bf2"
- integrity sha1-6GQhf3TDaFDwhSt43Hv31KVyG/I=
+path-scurry@^1.10.1:
+ version "1.10.1"
+ resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.10.1.tgz#9ba6bf5aa8500fe9fd67df4f0d9483b2b0bfc698"
+ integrity sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==
+ dependencies:
+ lru-cache "^9.1.1 || ^10.0.0"
+ minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
path-to-regexp@0.1.7:
version "0.1.7"
@@ -17485,11 +17367,6 @@ path-type@^4.0.0:
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==
-pathval@^1.1.0:
- version "1.1.0"
- resolved "https://registry.yarnpkg.com/pathval/-/pathval-1.1.0.tgz#b942e6d4bde653005ef6b71361def8727d0645e0"
- integrity sha1-uULm1L3mUwBe9rcTYd74cn0GReA=
-
pause-stream@0.0.11:
version "0.0.11"
resolved "https://registry.yarnpkg.com/pause-stream/-/pause-stream-0.0.11.tgz#fe5a34b0cbce12b5aa6a2b403ee2e73b602f1445"
@@ -18684,12 +18561,12 @@ process-nextick-args@^2.0.0, process-nextick-args@~2.0.0:
resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz#7820d9b16120cc55ca9ae7792680ae7dba6d7fe2"
integrity sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==
-process@^0.11.10, process@~0.11.0:
+process@^0.11.10:
version "0.11.10"
resolved "https://registry.yarnpkg.com/process/-/process-0.11.10.tgz#7332300e840161bda3e69a1d1d91a7d4bc16f182"
integrity sha1-czIwDoQBYb2j5podHZGn1LwW8YI=
-progress@^2.0.0:
+progress@^2.0.0, progress@^2.0.3:
version "2.0.3"
resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8"
integrity sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==
@@ -18767,6 +18644,11 @@ prop-types@^15, prop-types@^15.0.0, prop-types@^15.6.0, prop-types@^15.6.1, prop
object-assign "^4.1.1"
react-is "^16.13.1"
+property-expr@^2.0.5:
+ version "2.0.6"
+ resolved "https://registry.yarnpkg.com/property-expr/-/property-expr-2.0.6.tgz#f77bc00d5928a6c748414ad12882e83f24aec1e8"
+ integrity sha512-SVtmxhRE/CGkn3eZY1T6pC8Nln6Fr/lu1mKSgRud0eC73whjGfoAogbn78LkD8aFL0zz3bAFerKSnOl7NlErBA==
+
property-information@^5.0.0, property-information@^5.3.0:
version "5.6.0"
resolved "https://registry.yarnpkg.com/property-information/-/property-information-5.6.0.tgz#61675545fb23002f245c6540ec46077d4da3ed69"
@@ -18893,6 +18775,13 @@ qs@^6.10.0:
dependencies:
side-channel "^1.0.4"
+qs@~6.10.3:
+ version "6.10.5"
+ resolved "https://registry.yarnpkg.com/qs/-/qs-6.10.5.tgz#974715920a80ff6a262264acd2c7e6c2a53282b4"
+ integrity sha512-O5RlPh0VFtR78y79rgcgKK4wbAI0C5zGVLztOIdpWX6ep368q5Hv6XRxDvXuZ9q3C6v+e3n8UfZZJw7IIG27eQ==
+ dependencies:
+ side-channel "^1.0.4"
+
qs@~6.5.2:
version "6.5.2"
resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.2.tgz#cb3ae806e8740444584ef154ce8ee98d403f3e36"
@@ -18906,7 +18795,7 @@ query-string@^4.1.0:
object-assign "^4.1.0"
strict-uri-encode "^1.0.0"
-querystring-es3@^0.2.0, querystring-es3@~0.2.0:
+querystring-es3@^0.2.0:
version "0.2.1"
resolved "https://registry.yarnpkg.com/querystring-es3/-/querystring-es3-0.2.1.tgz#9ec61f79049875707d69414596fd907a4d711e73"
integrity sha1-nsYfeQSYdXB9aUFFlv2Qek1xHnM=
@@ -18960,11 +18849,6 @@ ramda@^0.21.0:
resolved "https://registry.yarnpkg.com/ramda/-/ramda-0.21.0.tgz#a001abedb3ff61077d4ff1d577d44de77e8d0a35"
integrity sha1-oAGr7bP/YQd9T/HVd9RN536NCjU=
-ramda@~0.27.1:
- version "0.27.2"
- resolved "https://registry.yarnpkg.com/ramda/-/ramda-0.27.2.tgz#84463226f7f36dc33592f6f4ed6374c48306c3f1"
- integrity sha512-SbiLPU40JuJniHexQSAgad32hfwd+DRUdwF2PlVuI5RZD0/vahUco7R8vD86J/tcEKKF9vZrUVwgtmGCqlCKyA==
-
randexp@0.4.6:
version "0.4.6"
resolved "https://registry.yarnpkg.com/randexp/-/randexp-0.4.6.tgz#e986ad5e5e31dae13ddd6f7b3019aa7c87f60ca3"
@@ -19520,13 +19404,6 @@ react@^16.8.6:
object-assign "^4.1.1"
prop-types "^15.6.2"
-read-only-stream@^2.0.0:
- version "2.0.0"
- resolved "https://registry.yarnpkg.com/read-only-stream/-/read-only-stream-2.0.0.tgz#2724fd6a8113d73764ac288d4386270c1dbf17f0"
- integrity sha1-JyT9aoET1zdkrCiNQ4YnDB2/F/A=
- dependencies:
- readable-stream "^2.0.2"
-
read-pkg-up@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-2.0.0.tgz#6b72a8048984e0c41e79510fd5e9fa99b3b549be"
@@ -19677,6 +19554,16 @@ reduce-without@^1.0.1:
dependencies:
test-value "^2.0.0"
+reflect-metadata@0.1.13:
+ version "0.1.13"
+ resolved "https://registry.yarnpkg.com/reflect-metadata/-/reflect-metadata-0.1.13.tgz#67ae3ca57c972a2aa1642b10fe363fe32d49dc08"
+ integrity sha512-Ts1Y/anZELhSsjMcU605fU9RE4Oi3p5ORujwbIKXfWa+0Zxs510Qrmrce5/Jowq3cHSZSJqBjypxmHarc+vEWg==
+
+reflect-metadata@0.2.1:
+ version "0.2.1"
+ resolved "https://registry.yarnpkg.com/reflect-metadata/-/reflect-metadata-0.2.1.tgz#8d5513c0f5ef2b4b9c3865287f3c0940c1f67f74"
+ integrity sha512-i5lLI6iw9AU3Uu4szRNPPEkomnkjRTaVt9hy/bn5g/oSzekBSMeLZblcjP74AW0vBabqERLLIrz+gR8QYR54Tw==
+
reflect.ownkeys@^0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/reflect.ownkeys/-/reflect.ownkeys-0.2.0.tgz#749aceec7f3fdf8b63f927a04809e90c5c0b3460"
@@ -19708,11 +19595,6 @@ regenerator-runtime@^0.11.0:
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz#be05ad7f9bf7d22e056f9726cee5017fbf19e2e9"
integrity sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==
-regenerator-runtime@^0.12.0:
- version "0.12.1"
- resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.12.1.tgz#fa1a71544764c036f8c49b13a08b2594c9f8a0de"
- integrity sha512-odxIc1/vDlo4iZcfXqRYFj0vpXFNoGdKMAUieAlFYO6m/nl5e9KR/beGf41z4a1FI+aQgtjhuaSlDxQ0hmkrHg==
-
regenerator-runtime@^0.13.4, regenerator-runtime@^0.13.7:
version "0.13.7"
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.7.tgz#cac2dacc8a1ea675feaabaeb8ae833898ae46f55"
@@ -19738,6 +19620,18 @@ regex-parser@^2.2.11:
resolved "https://registry.yarnpkg.com/regex-parser/-/regex-parser-2.2.11.tgz#3b37ec9049e19479806e878cabe7c1ca83ccfe58"
integrity sha512-jbD/FT0+9MBU2XAZluI7w2OBs1RBi6p9M83nkoZayQXXU9e8Robt69FcZc7wU4eJD/YFTjn1JdCk3rbMJajz8Q==
+regexp-match-indices@1.0.2:
+ version "1.0.2"
+ resolved "https://registry.yarnpkg.com/regexp-match-indices/-/regexp-match-indices-1.0.2.tgz#cf20054a6f7d5b3e116a701a7b00f82889d10da6"
+ integrity sha512-DwZuAkt8NF5mKwGGER1EGh2PRqyvhRhhLviH+R8y8dIuaQROlUfXjt4s9ZTXstIsSkptf06BSvwcEmmfheJJWQ==
+ dependencies:
+ regexp-tree "^0.1.11"
+
+regexp-tree@^0.1.11:
+ version "0.1.27"
+ resolved "https://registry.yarnpkg.com/regexp-tree/-/regexp-tree-0.1.27.tgz#2198f0ef54518ffa743fe74d983b56ffd631b6cd"
+ integrity sha512-iETxpjK6YoRWJG5o6hXLwvjYAoW+FEZn9os0PD/b6AP6xQwsa/Y7lCVgIixBbUPMfhu+i2LtdeAqVTgGlQarfA==
+
regexp.prototype.flags@^1.2.0, regexp.prototype.flags@^1.4.3:
version "1.4.3"
resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.4.3.tgz#87cab30f80f66660181a3bb7bf5981a872b367ac"
@@ -19992,7 +19886,7 @@ require-directory@^2.1.1:
resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42"
integrity sha1-jGStX9MNqxyXbiNE/+f3kqam30I=
-require-from-string@^2.0.1, require-from-string@^2.0.2:
+require-from-string@^2.0.2:
version "2.0.2"
resolved "https://registry.yarnpkg.com/require-from-string/-/require-from-string-2.0.2.tgz#89a7fdd938261267318eafe14f9c32e598c36909"
integrity sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==
@@ -20072,6 +19966,13 @@ resolve-pathname@^3.0.0:
resolved "https://registry.yarnpkg.com/resolve-pathname/-/resolve-pathname-3.0.0.tgz#99d02224d3cf263689becbb393bc560313025dcd"
integrity sha512-C7rARubxI8bXFNB/hqcp/4iUeIXJhJZvFPFPiSPRnhU5UPxzMFIl+2E6yY6c4k9giDJAhtV+enfA+G89N6Csng==
+resolve-pkg@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/resolve-pkg/-/resolve-pkg-2.0.0.tgz#ac06991418a7623edc119084edc98b0e6bf05a41"
+ integrity sha512-+1lzwXehGCXSeryaISr6WujZzowloigEofRB+dj75y9RRa/obVcYgbHJd53tdYw8pvZj8GojXaaENws8Ktw/hQ==
+ dependencies:
+ resolve-from "^5.0.0"
+
resolve-url-loader@^3.1.2:
version "3.1.2"
resolved "https://registry.yarnpkg.com/resolve-url-loader/-/resolve-url-loader-3.1.2.tgz#235e2c28e22e3e432ba7a5d4e305c59a58edfc08"
@@ -20093,11 +19994,6 @@ resolve-url@^0.2.1:
resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=
-resolve@1.1.7:
- version "1.1.7"
- resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.1.7.tgz#203114d82ad2c5ed9e8e0411b3932875e889e97b"
- integrity sha1-IDEU2CrSxe2ejgQRs5ModeiJ6Xs=
-
resolve@1.18.1:
version "1.18.1"
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.18.1.tgz#018fcb2c5b207d2a6424aee361c5a266da8f4130"
@@ -20106,7 +20002,7 @@ resolve@1.18.1:
is-core-module "^2.0.0"
path-parse "^1.0.6"
-resolve@^1.1.4, resolve@^1.1.6, resolve@^1.10.0, resolve@^1.12.0, resolve@^1.13.1, resolve@^1.14.2, resolve@^1.17.0, resolve@^1.18.1, resolve@^1.19.0, resolve@^1.20.0, resolve@^1.3.2, resolve@^1.3.3, resolve@^1.4.0, resolve@^1.8.1:
+resolve@^1.1.6, resolve@^1.10.0, resolve@^1.12.0, resolve@^1.13.1, resolve@^1.14.2, resolve@^1.17.0, resolve@^1.18.1, resolve@^1.19.0, resolve@^1.20.0, resolve@^1.3.2, resolve@^1.8.1:
version "1.21.0"
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.21.0.tgz#b51adc97f3472e6a5cf4444d34bc9d6b9037591f"
integrity sha512-3wCbTpk5WJlyE4mSOtDLhqQmGFi0/TD9VPwmiolnk8U0wRgMEktqCXd3vy5buTO3tljvalNvKrjHEfrd2WpEKA==
@@ -20471,7 +20367,12 @@ section-matter@^1.0.0:
seed-random@~2.2.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/seed-random/-/seed-random-2.2.0.tgz#2a9b19e250a817099231a5b99a4daf80b7fbed54"
- integrity sha1-KpsZ4lCoFwmSMaW5mk2vgLf77VQ=
+ integrity sha512-34EQV6AAHQGhoc0tn/96a9Fsi6v2xdqe/dMUwljGRaFOzR3EgRmECvD0O8vi8X+/uQ50LGHfkNu/Eue5TPKZkQ==
+
+seedrandom@^3.0.5:
+ version "3.0.5"
+ resolved "https://registry.yarnpkg.com/seedrandom/-/seedrandom-3.0.5.tgz#54edc85c95222525b0c7a6f6b3543d8e0b3aa0a7"
+ integrity sha512-8OwmbklUNzwezjGInmZ+2clQmExQPvomqjL7LFqOYqtmuxRgQYqOD3mHaU+MvZn5FLUeVxVfQjwLZW/n/JFuqg==
select-hose@^2.0.0:
version "2.0.0"
@@ -20541,11 +20442,25 @@ semver@7.3.5, semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5:
dependencies:
lru-cache "^6.0.0"
+semver@7.5.3:
+ version "7.5.3"
+ resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.3.tgz#161ce8c2c6b4b3bdca6caadc9fa3317a4c4fe88e"
+ integrity sha512-QBlUtyVk/5EeHbi7X0fw6liDZc7BBmEaSYn01fMU1OUYbf6GPsbTtd8WmnqbI20SeycoHSeiybkE/q1Q+qlThQ==
+ dependencies:
+ lru-cache "^6.0.0"
+
semver@^6.0.0, semver@^6.1.1, semver@^6.1.2, semver@^6.2.0, semver@^6.3.0:
version "6.3.0"
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
+semver@^7.5.3:
+ version "7.6.0"
+ resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.0.tgz#1a46a4db4bffcccd97b743b5005c8325f23d4e2d"
+ integrity sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==
+ dependencies:
+ lru-cache "^6.0.0"
+
send@0.17.1, send@latest:
version "0.17.1"
resolved "https://registry.yarnpkg.com/send/-/send-0.17.1.tgz#c1d8b059f7900f7466dd4938bdc44e11ddb376c8"
@@ -20565,10 +20480,12 @@ send@0.17.1, send@latest:
range-parser "~1.2.1"
statuses "~1.5.0"
-serialize-error@^2.1.0:
- version "2.1.0"
- resolved "https://registry.yarnpkg.com/serialize-error/-/serialize-error-2.1.0.tgz#50b679d5635cdf84667bdc8e59af4e5b81d5f60a"
- integrity sha1-ULZ51WNc34Rme9yOWa9OW4HV9go=
+serialize-javascript@6.0.0, serialize-javascript@^6.0.0:
+ version "6.0.0"
+ resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-6.0.0.tgz#efae5d88f45d7924141da8b5c3a7a7e663fefeb8"
+ integrity sha512-Qr3TosvguFt8ePWqsvRfrKyQXIiW+nGbYpy8XK24NQHE83caxWt+mIymTT19DGFbNWNLfEwsrkSmN64lVWB9ag==
+ dependencies:
+ randombytes "^2.1.0"
serialize-javascript@^4.0.0:
version "4.0.0"
@@ -20584,13 +20501,6 @@ serialize-javascript@^5.0.1:
dependencies:
randombytes "^2.1.0"
-serialize-javascript@^6.0.0:
- version "6.0.0"
- resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-6.0.0.tgz#efae5d88f45d7924141da8b5c3a7a7e663fefeb8"
- integrity sha512-Qr3TosvguFt8ePWqsvRfrKyQXIiW+nGbYpy8XK24NQHE83caxWt+mIymTT19DGFbNWNLfEwsrkSmN64lVWB9ag==
- dependencies:
- randombytes "^2.1.0"
-
serve-favicon@^2.5.0:
version "2.5.0"
resolved "https://registry.yarnpkg.com/serve-favicon/-/serve-favicon-2.5.0.tgz#935d240cdfe0f5805307fdfe967d88942a2cbcf0"
@@ -20669,7 +20579,7 @@ setprototypeof@1.1.1:
resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.1.1.tgz#7e95acb24aa92f5885e0abef5ba131330d4ae683"
integrity sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw==
-sha.js@^2.4.0, sha.js@^2.4.8, sha.js@~2.4.4:
+sha.js@^2.4.0, sha.js@^2.4.8:
version "2.4.11"
resolved "https://registry.yarnpkg.com/sha.js/-/sha.js-2.4.11.tgz#37a5cf0b81ecbc6943de109ba2960d1b26584ae7"
integrity sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==
@@ -20689,21 +20599,6 @@ shallowequal@^1.1.0:
resolved "https://registry.yarnpkg.com/shallowequal/-/shallowequal-1.1.0.tgz#188d521de95b9087404fd4dcb68b13df0ae4e7f8"
integrity sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ==
-shasum-object@^1.0.0:
- version "1.0.0"
- resolved "https://registry.yarnpkg.com/shasum-object/-/shasum-object-1.0.0.tgz#0b7b74ff5b66ecf9035475522fa05090ac47e29e"
- integrity sha512-Iqo5rp/3xVi6M4YheapzZhhGPVs0yZwHj7wvwQ1B9z8H6zk+FEnI7y3Teq7qwnekfEhu8WmG2z0z4iWZaxLWVg==
- dependencies:
- fast-safe-stringify "^2.0.7"
-
-shasum@^1.0.0:
- version "1.0.2"
- resolved "https://registry.yarnpkg.com/shasum/-/shasum-1.0.2.tgz#e7012310d8f417f4deb5712150e5678b87ae565f"
- integrity sha1-5wEjENj0F/TetXEhUOVni4euVl8=
- dependencies:
- json-stable-stringify "~0.0.0"
- sha.js "~2.4.4"
-
shebang-command@^1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-1.2.0.tgz#44aac65b695b03398968c39f363fee5deafdf1ea"
@@ -20733,7 +20628,7 @@ shell-quote@1.7.2:
resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.7.2.tgz#67a7d02c76c9da24f99d20808fcaded0e0e04be2"
integrity sha512-mRz/m/JVscCrkMyPqHc/bczi3OQHkLTqXHEFu0zDhK/qfv3UcOA4SVmRCLmos4bhjr9ekVQubj/R7waKapmiQg==
-shell-quote@^1.4.2, shell-quote@^1.6.1, shell-quote@^1.7.3:
+shell-quote@^1.7.3:
version "1.7.3"
resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.7.3.tgz#aa40edac170445b9a431e17bb62c0b881b9c4123"
integrity sha512-Vpfqwm4EnqGdlsBFNmHhxhElJYrdfcxPThu+ryKS5J8L/fhAwLazFZtq+S+TWZ9ANj2piSQLGj6NQg+lKPmxrw==
@@ -20771,10 +20666,10 @@ signal-exit@^3.0.0, signal-exit@^3.0.2, signal-exit@^3.0.3:
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.3.tgz#a1410c2edd8f077b08b4e253c8eacfcaf057461c"
integrity sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA==
-simple-concat@^1.0.0:
- version "1.0.1"
- resolved "https://registry.yarnpkg.com/simple-concat/-/simple-concat-1.0.1.tgz#f46976082ba35c2263f1c8ab5edfe26c41c9552f"
- integrity sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==
+signal-exit@^4.0.1:
+ version "4.1.0"
+ resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-4.1.0.tgz#952188c1cbd546070e2dd20d0f41c0ae0530cb04"
+ integrity sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==
simple-swizzle@^0.2.2:
version "0.2.2"
@@ -20971,6 +20866,14 @@ source-map-resolve@^0.6.0:
atob "^2.1.2"
decode-uri-component "^0.2.0"
+source-map-support@0.5.21, source-map-support@^0.5.21:
+ version "0.5.21"
+ resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.21.tgz#04fe7c7f9e1ed2d662233c28cb2b35b9f63f6e4f"
+ integrity sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==
+ dependencies:
+ buffer-from "^1.0.0"
+ source-map "^0.6.0"
+
source-map-support@^0.5.16, source-map-support@^0.5.6, source-map-support@~0.5.12, source-map-support@~0.5.20:
version "0.5.20"
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.20.tgz#12166089f8f5e5e8c56926b377633392dd2cb6c9"
@@ -20984,11 +20887,6 @@ source-map-url@^0.4.0:
resolved "https://registry.yarnpkg.com/source-map-url/-/source-map-url-0.4.0.tgz#3e935d7ddd73631b97659956d55128e87b5084a3"
integrity sha1-PpNdfd1zYxuXZZlW1VEo6HtQhKM=
-source-map@0.5.6:
- version "0.5.6"
- resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.6.tgz#75ce38f52bf0733c5a7f0c118d81334a2bb5f412"
- integrity sha1-dc449SvwczxafwwRjYEzSiu19BI=
-
source-map@0.6.1, source-map@^0.6.0, source-map@^0.6.1, source-map@~0.6.0, source-map@~0.6.1:
version "0.6.1"
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263"
@@ -20999,11 +20897,16 @@ source-map@0.7.3, source-map@^0.7.3, source-map@~0.7.2:
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.7.3.tgz#5302f8169031735226544092e64981f751750383"
integrity sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==
-source-map@^0.5.0, source-map@^0.5.6, source-map@^0.5.7, source-map@~0.5.3:
+source-map@^0.5.0, source-map@^0.5.6, source-map@^0.5.7:
version "0.5.7"
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc"
integrity sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=
+source-map@^0.7.4:
+ version "0.7.4"
+ resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.7.4.tgz#a9bbe705c9d8846f4e08ff6765acf0f1b0898656"
+ integrity sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==
+
source-map@^0.8.0-beta.0:
version "0.8.0-beta.0"
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.8.0-beta.0.tgz#d4c1bb42c3f7ee925f005927ba10709e0d1d1f11"
@@ -21104,6 +21007,13 @@ split@0.3:
dependencies:
through "2"
+split@^1.0.1:
+ version "1.0.1"
+ resolved "https://registry.yarnpkg.com/split/-/split-1.0.1.tgz#605bd9be303aa59fb35f9229fbea0ddec9ea07d9"
+ integrity sha512-mTyOoPbrivtXnwnIxZRFYRrPNtEFKlpB2fvjSnCQUiAA6qAZzqwna5envK4uk6OIeP17CsdF3rSBGYVBsU0Tkg==
+ dependencies:
+ through "2"
+
sprintf-js@~1.0.2:
version "1.0.3"
resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c"
@@ -21143,18 +21053,6 @@ stable@^0.1.8:
resolved "https://registry.yarnpkg.com/stable/-/stable-0.1.8.tgz#836eb3c8382fe2936feaf544631017ce7d47a3cf"
integrity sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==
-stack-chain@^2.0.0:
- version "2.0.0"
- resolved "https://registry.yarnpkg.com/stack-chain/-/stack-chain-2.0.0.tgz#d73d1172af89565f07438b5bcc086831b6689b2d"
- integrity sha512-GGrHXePi305aW7XQweYZZwiRwR7Js3MWoK/EHzzB9ROdc75nCnjSJVi21rdAGxFl+yCx2L2qdfl5y7NO4lTyqg==
-
-stack-generator@^2.0.5:
- version "2.0.5"
- resolved "https://registry.yarnpkg.com/stack-generator/-/stack-generator-2.0.5.tgz#fb00e5b4ee97de603e0773ea78ce944d81596c36"
- integrity sha512-/t1ebrbHkrLrDuNMdeAcsvynWgoH/i4o8EGGfX7dEYDoTXOYVAkEpFdtshlvabzc6JlJ8Kf9YdFEoz7JkzGN9Q==
- dependencies:
- stackframe "^1.1.1"
-
stack-utils@^2.0.2, stack-utils@^2.0.3:
version "2.0.5"
resolved "https://registry.yarnpkg.com/stack-utils/-/stack-utils-2.0.5.tgz#d25265fca995154659dbbfba3b49254778d2fdd5"
@@ -21167,22 +21065,10 @@ stackframe@^1.1.1:
resolved "https://registry.yarnpkg.com/stackframe/-/stackframe-1.2.0.tgz#52429492d63c62eb989804c11552e3d22e779303"
integrity sha512-GrdeshiRmS1YLMYgzF16olf2jJ/IzxXY9lhKOskuVziubpTYcYqyOwYeJKzQkwy7uN0fYSsbsC4RQaXf9LCrYA==
-stacktrace-gps@^3.0.4:
- version "3.0.4"
- resolved "https://registry.yarnpkg.com/stacktrace-gps/-/stacktrace-gps-3.0.4.tgz#7688dc2fc09ffb3a13165ebe0dbcaf41bcf0c69a"
- integrity sha512-qIr8x41yZVSldqdqe6jciXEaSCKw1U8XTXpjDuy0ki/apyTn/r3w9hDAAQOhZdxvsC93H+WwwEu5cq5VemzYeg==
- dependencies:
- source-map "0.5.6"
- stackframe "^1.1.1"
-
-stacktrace-js@^2.0.0:
- version "2.0.2"
- resolved "https://registry.yarnpkg.com/stacktrace-js/-/stacktrace-js-2.0.2.tgz#4ca93ea9f494752d55709a081d400fdaebee897b"
- integrity sha512-Je5vBeY4S1r/RnLydLl0TBTi3F2qdfWmYsGvtfZgEI+SCprPppaIhQf5nGcal4gI4cGpCV/duLcAzT1np6sQqg==
- dependencies:
- error-stack-parser "^2.0.6"
- stack-generator "^2.0.5"
- stacktrace-gps "^3.0.4"
+stackframe@^1.3.4:
+ version "1.3.4"
+ resolved "https://registry.yarnpkg.com/stackframe/-/stackframe-1.3.4.tgz#b881a004c8c149a5e8efef37d51b16e412943310"
+ integrity sha512-oeVtt7eWQS+Na6F//S4kJ2K2VbRlS9D43mAlMyVpVWovy9o+jfgH8O9agzANzaiLjclA0oYzUXEM4PurhSUChw==
state-toggle@^1.0.0:
version "1.0.3"
@@ -21238,7 +21124,7 @@ storybook-pretty-props@^1.0.3:
resolved "https://registry.yarnpkg.com/storybook-pretty-props/-/storybook-pretty-props-1.2.1.tgz#04c6e7c80efc0190a5dd94dceaf50579c159e182"
integrity sha512-3dUtu0UbBA6idA3Qo0i+CYGGz8GiqlXzhgCJdT065jnuJ3y9intKxZpv05ZbnQXCPnsPVSDos+hgOZ444hf6xA==
-stream-browserify@^2.0.0, stream-browserify@^2.0.1:
+stream-browserify@^2.0.1:
version "2.0.2"
resolved "https://registry.yarnpkg.com/stream-browserify/-/stream-browserify-2.0.2.tgz#87521d38a44aa7ee91ce1cd2a47df0cb49dd660b"
integrity sha512-nX6hmklHs/gr2FuxYDltq8fJA1GDlxKQCz8O/IM4atRqBH8OORmBNgfvW5gG10GT/qQ9u0CzIvr2X5Pkt6ntqg==
@@ -21246,14 +21132,6 @@ stream-browserify@^2.0.0, stream-browserify@^2.0.1:
inherits "~2.0.1"
readable-stream "^2.0.2"
-stream-combiner2@^1.1.1:
- version "1.1.1"
- resolved "https://registry.yarnpkg.com/stream-combiner2/-/stream-combiner2-1.1.1.tgz#fb4d8a1420ea362764e21ad4780397bebcb41cbe"
- integrity sha1-+02KFCDqNidk4hrUeAOXvry0HL4=
- dependencies:
- duplexer2 "~0.1.0"
- readable-stream "^2.0.2"
-
stream-combiner@~0.0.4:
version "0.0.4"
resolved "https://registry.yarnpkg.com/stream-combiner/-/stream-combiner-0.0.4.tgz#4d5e433c185261dde623ca3f44c586bcf5c4ad14"
@@ -21276,7 +21154,7 @@ stream-each@^1.1.0:
end-of-stream "^1.1.0"
stream-shift "^1.0.0"
-stream-http@^2.0.0, stream-http@^2.7.2:
+stream-http@^2.7.2:
version "2.8.3"
resolved "https://registry.yarnpkg.com/stream-http/-/stream-http-2.8.3.tgz#b2d242469288a5a27ec4fe8933acf623de6514fc"
integrity sha512-+TSkfINHDo4J+ZobQLWiMouQYB+UVYFttRA94FpEzzJ7ZdqcL4uUUQ7WkdkI4DSozGmgBUE/a47L+38PenXhUw==
@@ -21287,29 +21165,11 @@ stream-http@^2.0.0, stream-http@^2.7.2:
to-arraybuffer "^1.0.0"
xtend "^4.0.0"
-stream-http@^3.0.0:
- version "3.1.1"
- resolved "https://registry.yarnpkg.com/stream-http/-/stream-http-3.1.1.tgz#0370a8017cf8d050b9a8554afe608f043eaff564"
- integrity sha512-S7OqaYu0EkFpgeGFb/NPOoPLxFko7TPqtEeFg5DXPB4v/KETHG0Ln6fRFrNezoelpaDKmycEmmZ81cC9DAwgYg==
- dependencies:
- builtin-status-codes "^3.0.0"
- inherits "^2.0.4"
- readable-stream "^3.6.0"
- xtend "^4.0.2"
-
stream-shift@^1.0.0:
version "1.0.1"
resolved "https://registry.yarnpkg.com/stream-shift/-/stream-shift-1.0.1.tgz#d7088281559ab2778424279b0877da3c392d5a3d"
integrity sha512-AiisoFqQ0vbGcZgQPY1cdP2I76glaVA/RauYR4G4thNFgkTqr90yXTo4LYX60Jl+sIlPNHHdGSwo01AvbKUSVQ==
-stream-splicer@^2.0.0:
- version "2.0.1"
- resolved "https://registry.yarnpkg.com/stream-splicer/-/stream-splicer-2.0.1.tgz#0b13b7ee2b5ac7e0609a7463d83899589a363fcd"
- integrity sha512-Xizh4/NPuYSyAXyT7g8IvdJ9HJpxIGL9PjyhtywCZvvP0OPIdqyrr4dMikeuvY8xahpdKEBlBTySe583totajg==
- dependencies:
- inherits "^2.0.1"
- readable-stream "^2.0.2"
-
stream-via@^1.0.4:
version "1.0.4"
resolved "https://registry.yarnpkg.com/stream-via/-/stream-via-1.0.4.tgz#8dccbb0ac909328eb8bc8e2a4bd3934afdaf606c"
@@ -21320,10 +21180,10 @@ strict-uri-encode@^1.0.0:
resolved "https://registry.yarnpkg.com/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz#279b225df1d582b1f54e65addd4352e18faa0713"
integrity sha1-J5siXfHVgrH1TmWt3UNS4Y+qBxM=
-string-argv@0.0.2:
- version "0.0.2"
- resolved "https://registry.yarnpkg.com/string-argv/-/string-argv-0.0.2.tgz#dac30408690c21f3c3630a3ff3a05877bdcbd736"
- integrity sha1-2sMECGkMIfPDYwo/86BYd73L1zY=
+string-argv@0.3.1:
+ version "0.3.1"
+ resolved "https://registry.yarnpkg.com/string-argv/-/string-argv-0.3.1.tgz#95e2fbec0427ae19184935f816d74aaa4c5c19da"
+ integrity sha512-a1uQGz7IyVy9YwhqjZIZu1c8JO8dNIe20xBmSS6qu9kv++k3JGzCVmprbNN5Kn+BgzD5E7YYwg1CcjuJMRNsvg==
string-hash@1.1.3:
version "1.1.3"
@@ -21343,6 +21203,15 @@ string-natural-compare@^3.0.1:
resolved "https://registry.yarnpkg.com/string-natural-compare/-/string-natural-compare-3.0.1.tgz#7a42d58474454963759e8e8b7ae63d71c1e7fdf4"
integrity sha512-n3sPwynL1nwKi3WJ6AIsClwBMa0zTi54fn2oLU6ndfTSIO05xaznjSf15PcBZU6FNWbmN5Q6cxT4V5hGvB4taw==
+"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
+ version "4.2.3"
+ resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
+ integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
+ dependencies:
+ emoji-regex "^8.0.0"
+ is-fullwidth-code-point "^3.0.0"
+ strip-ansi "^6.0.1"
+
string-width@^1.0.1:
version "1.0.2"
resolved "https://registry.yarnpkg.com/string-width/-/string-width-1.0.2.tgz#118bdf5b8cdc51a2a7e70d211e07e2b0b9b107d3"
@@ -21369,16 +21238,7 @@ string-width@^3.0.0, string-width@^3.1.0:
is-fullwidth-code-point "^2.0.0"
strip-ansi "^5.1.0"
-string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
- version "4.2.3"
- resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
- integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
- dependencies:
- emoji-regex "^8.0.0"
- is-fullwidth-code-point "^3.0.0"
- strip-ansi "^6.0.1"
-
-string-width@^5.0.1:
+string-width@^5.0.1, string-width@^5.1.2:
version "5.1.2"
resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.2.tgz#14f8daec6d81e7221d2a357e668cab73bdbca794"
integrity sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==
@@ -21469,6 +21329,13 @@ stringify-object@^3.3.0:
is-obj "^1.0.1"
is-regexp "^1.0.0"
+"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
+ version "6.0.1"
+ resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
+ integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
+ dependencies:
+ ansi-regex "^5.0.1"
+
strip-ansi@6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.0.tgz#0b1571dd7669ccd4f3e06e14ef1eed26225ae532"
@@ -21497,13 +21364,6 @@ strip-ansi@^5.0.0, strip-ansi@^5.1.0, strip-ansi@^5.2.0:
dependencies:
ansi-regex "^4.1.0"
-strip-ansi@^6.0.0, strip-ansi@^6.0.1:
- version "6.0.1"
- resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
- integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
- dependencies:
- ansi-regex "^5.0.1"
-
strip-ansi@^7.0.0, strip-ansi@^7.0.1:
version "7.0.1"
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.0.1.tgz#61740a08ce36b61e50e65653f07060d000975fb2"
@@ -21556,7 +21416,7 @@ strip-indent@^3.0.0:
dependencies:
min-indent "^1.0.0"
-strip-json-comments@^3.1.0, strip-json-comments@^3.1.1:
+strip-json-comments@3.1.1, strip-json-comments@^3.1.0, strip-json-comments@^3.1.1:
version "3.1.1"
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006"
integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==
@@ -21622,12 +21482,12 @@ stylis@3.5.4:
resolved "https://registry.yarnpkg.com/stylis/-/stylis-3.5.4.tgz#f665f25f5e299cf3d64654ab949a57c768b73fbe"
integrity sha512-8/3pSmthWM7lsPBKv7NXkzn2Uc9W7NotcwGNpJaa3k7WMM1XDCA4MgT5k/8BIexd5ydZdboXtU90XH9Ec4Bv/Q==
-subarg@^1.0.0:
- version "1.0.0"
- resolved "https://registry.yarnpkg.com/subarg/-/subarg-1.0.0.tgz#f62cf17581e996b48fc965699f54c06ae268b8d2"
- integrity sha1-9izxdYHplrSPyWVpn1TAauJouNI=
+supports-color@8.1.1, supports-color@^8.0.0, supports-color@^8.1.0, supports-color@^8.1.1:
+ version "8.1.1"
+ resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-8.1.1.tgz#cd6fc17e28500cff56c1b86c0a7fd4a54a73005c"
+ integrity sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==
dependencies:
- minimist "^1.1.0"
+ has-flag "^4.0.0"
supports-color@^2.0.0:
version "2.0.0"
@@ -21655,13 +21515,6 @@ supports-color@^7.0.0, supports-color@^7.1.0:
dependencies:
has-flag "^4.0.0"
-supports-color@^8.0.0, supports-color@^8.1.0, supports-color@^8.1.1:
- version "8.1.1"
- resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-8.1.1.tgz#cd6fc17e28500cff56c1b86c0a7fd4a54a73005c"
- integrity sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==
- dependencies:
- has-flag "^4.0.0"
-
supports-hyperlinks@^2.0.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/supports-hyperlinks/-/supports-hyperlinks-2.1.0.tgz#f663df252af5f37c5d49bbd7eeefa9e0b9e59e47"
@@ -21727,13 +21580,6 @@ symbol.prototype.description@^1.0.0:
has-symbols "^1.0.1"
object.getownpropertydescriptors "^2.1.0"
-syntax-error@^1.1.1:
- version "1.4.0"
- resolved "https://registry.yarnpkg.com/syntax-error/-/syntax-error-1.4.0.tgz#2d9d4ff5c064acb711594a3e3b95054ad51d907c"
- integrity sha512-YPPlu67mdnHGTup2A8ff7BC2Pjq0e0Yp/IyTFN03zWO0RcK07uLcbi7C2KpGR2FvWbaB0+bfE27a+sBKebSo7w==
- dependencies:
- acorn-node "^1.2.0"
-
table-layout@^0.4.2:
version "0.4.5"
resolved "https://registry.yarnpkg.com/table-layout/-/table-layout-0.4.5.tgz#d906de6a25fa09c0c90d1d08ecd833ecedcb7378"
@@ -21995,7 +21841,7 @@ text-table@0.2.0, text-table@^0.2.0:
thenify-all@^1.0.0:
version "1.6.0"
resolved "https://registry.yarnpkg.com/thenify-all/-/thenify-all-1.6.0.tgz#1a1918d402d8fc3f98fbf234db0bcc8cc10e9726"
- integrity sha1-GhkY1ALY/D+Y+/I02wvMjMEOlyY=
+ integrity sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==
dependencies:
thenify ">= 3.1.0 < 4"
@@ -22067,13 +21913,6 @@ thunky@^1.0.2:
resolved "https://registry.yarnpkg.com/thunky/-/thunky-1.1.0.tgz#5abaf714a9405db0504732bbccd2cedd9ef9537d"
integrity sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==
-timers-browserify@^1.0.1:
- version "1.4.2"
- resolved "https://registry.yarnpkg.com/timers-browserify/-/timers-browserify-1.4.2.tgz#c9c58b575be8407375cb5e2462dacee74359f41d"
- integrity sha1-ycWLV1voQHN1y14kYtrO50NZ9B0=
- dependencies:
- process "~0.11.0"
-
timers-browserify@^2.0.4:
version "2.0.12"
resolved "https://registry.yarnpkg.com/timers-browserify/-/timers-browserify-2.0.12.tgz#44a45c11fbf407f34f97bccd1577c652361b00ee"
@@ -22086,6 +21925,11 @@ timsort@^0.3.0:
resolved "https://registry.yarnpkg.com/timsort/-/timsort-0.3.0.tgz#405411a8e7e6339fe64db9a234de11dc31e02bd4"
integrity sha1-QFQRqOfmM5/mTbmiNN4R3DHgK9Q=
+tiny-case@^1.0.3:
+ version "1.0.3"
+ resolved "https://registry.yarnpkg.com/tiny-case/-/tiny-case-1.0.3.tgz#d980d66bc72b5d5a9ca86fb7c9ffdb9c898ddd03"
+ integrity sha512-Eet/eeMhkO6TX8mnUteS9zgPbUMQa4I6Kkp5ORiBD5476/m+PIRiumP5tmh5ioJpH7k51Kehawy2UDfsnxxY8Q==
+
tiny-emitter@^2.0.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/tiny-emitter/-/tiny-emitter-2.1.0.tgz#1d1a56edfc51c43e863cbb5382a72330e3555423"
@@ -22101,14 +21945,6 @@ tiny-warning@^1.0.0, tiny-warning@^1.0.3:
resolved "https://registry.yarnpkg.com/tiny-warning/-/tiny-warning-1.0.3.tgz#94a30db453df4c643d0fd566060d60a875d84754"
integrity sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA==
-title-case@^2.1.1:
- version "2.1.1"
- resolved "https://registry.yarnpkg.com/title-case/-/title-case-2.1.1.tgz#3e127216da58d2bc5becf137ab91dae3a7cd8faa"
- integrity sha1-PhJyFtpY0rxb7PE3q5Ha46fNj6o=
- dependencies:
- no-case "^2.2.0"
- upper-case "^1.0.3"
-
tmp@^0.0.33:
version "0.0.33"
resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.0.33.tgz#6d34335889768d21b2bcda0aa277ced3b1bfadf9"
@@ -22116,6 +21952,11 @@ tmp@^0.0.33:
dependencies:
os-tmpdir "~1.0.2"
+tmp@^0.2.1:
+ version "0.2.3"
+ resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.2.3.tgz#eb783cc22bc1e8bebd0671476d46ea4eb32a79ae"
+ integrity sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w==
+
tmp@~0.2.1:
version "0.2.1"
resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.2.1.tgz#8457fc3037dcf4719c251367a1af6500ee1ccf14"
@@ -22200,6 +22041,11 @@ toidentifier@1.0.0:
resolved "https://registry.yarnpkg.com/toidentifier/-/toidentifier-1.0.0.tgz#7e1be3470f1e77948bc43d94a3c8f4d7752ba553"
integrity sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==
+toposort@^2.0.2:
+ version "2.0.2"
+ resolved "https://registry.yarnpkg.com/toposort/-/toposort-2.0.2.tgz#ae21768175d1559d48bef35420b2f4962f09c330"
+ integrity sha512-0a5EOkAUp8D4moMi2W8ZF8jcga7BgZd91O/yabJCFY8az+XSzeGyTKs0Aoo897iV1Nj6guFq8orWDS96z91oGg==
+
totalist@^1.0.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/totalist/-/totalist-1.1.0.tgz#a4d65a3e546517701e3e5c37a47a70ac97fe56df"
@@ -22214,6 +22060,16 @@ tough-cookie@^4.0.0:
punycode "^2.1.1"
universalify "^0.1.2"
+tough-cookie@^4.1.3:
+ version "4.1.3"
+ resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-4.1.3.tgz#97b9adb0728b42280aa3d814b6b999b2ff0318bf"
+ integrity sha512-aX/y5pVRkfRnfmuX+OdbSdXvPe6ieKX/G2s7e98f4poJHnqH3281gDPm/metm6E/WRamfx7WC4HUqkWHfQHprw==
+ dependencies:
+ psl "^1.1.33"
+ punycode "^2.1.1"
+ universalify "^0.2.0"
+ url-parse "^1.5.3"
+
tough-cookie@~2.5.0:
version "2.5.0"
resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.5.0.tgz#cd9fb2a0aa1d5a12b473bd9fb96fa3dcff65ade2"
@@ -22318,11 +22174,6 @@ tty-browserify@0.0.0:
resolved "https://registry.yarnpkg.com/tty-browserify/-/tty-browserify-0.0.0.tgz#a157ba402da24e9bf957f9aa69d524eed42901a6"
integrity sha1-oVe6QC2iTpv5V/mqadUk7tQpAaY=
-tty-browserify@0.0.1:
- version "0.0.1"
- resolved "https://registry.yarnpkg.com/tty-browserify/-/tty-browserify-0.0.1.tgz#3f05251ee17904dfd0677546670db9651682b811"
- integrity sha512-C3TaO7K81YvjCgQH9Q1S3R3P3BtN3RIM8n+OvX4il1K1zgE8ZhI0op7kClgkxtutIE8hQrcrHBXvIheqKUUCxw==
-
tunnel-agent@^0.6.0:
version "0.6.0"
resolved "https://registry.yarnpkg.com/tunnel-agent/-/tunnel-agent-0.6.0.tgz#27a5dea06b36b04a0a9966774b290868f0fc40fd"
@@ -22349,7 +22200,7 @@ type-check@~0.3.2:
dependencies:
prelude-ls "~1.1.2"
-type-detect@4.0.8, type-detect@^4.0.0, type-detect@^4.0.5:
+type-detect@4.0.8:
version "4.0.8"
resolved "https://registry.yarnpkg.com/type-detect/-/type-detect-4.0.8.tgz#7646fb5f18871cfbb7749e69bd39a6388eb7450c"
integrity sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==
@@ -22389,11 +22240,21 @@ type-fest@^0.8.1:
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.8.1.tgz#09e249ebde851d3b1e48d27c105444667f17b83d"
integrity sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==
+type-fest@^2.19.0:
+ version "2.19.0"
+ resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-2.19.0.tgz#88068015bb33036a598b952e55e9311a60fd3a9b"
+ integrity sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==
+
type-fest@^2.5.0:
version "2.12.0"
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-2.12.0.tgz#ce342f58cab9114912f54b493d60ab39c3fc82b6"
integrity sha512-Qe5GRT+n/4GoqCNGGVp5Snapg1Omq3V7irBJB3EaKsp7HWDo5Gv2d/67gfNyV+d5EXD+x/RF5l1h4yJ7qNkcGA==
+type-fest@^4.8.3:
+ version "4.13.0"
+ resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-4.13.0.tgz#b55e877e3d811bb5560a212daded70443c9000c2"
+ integrity sha512-nKO1N9IFeTec3jnNe/3nZlX+RzwZsvT3c4akWC3IlhYGQbRSPFMBe87vmoaymS3hW2l/rs+4ptDDTxzcbqAcmA==
+
type-is@~1.6.17, type-is@~1.6.18:
version "1.6.18"
resolved "https://registry.yarnpkg.com/type-is/-/type-is-1.6.18.tgz#4e552cd05df09467dcbc4ef739de89f2cf37c131"
@@ -22468,11 +22329,6 @@ uglify-js@^3.1.4:
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.12.1.tgz#78307f539f7b9ca5557babb186ea78ad30cc0375"
integrity sha512-o8lHP20KjIiQe5b/67Rh68xEGRrc2SRsCuuoYclXXoC74AfSRGblU1HKzJWH3HxPZ+Ort85fWHpSX7KwBUC9CQ==
-umd@^3.0.0:
- version "3.0.3"
- resolved "https://registry.yarnpkg.com/umd/-/umd-3.0.3.tgz#aa9fe653c42b9097678489c01000acb69f0b26cf"
- integrity sha512-4IcGSufhFshvLNcMCV80UnQVlZ5pMOC8mvNPForqwA4+lzYQuetTESLDQkeLmihq8bRcnpbQa48Wb8Lh16/xow==
-
unbox-primitive@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/unbox-primitive/-/unbox-primitive-1.0.2.tgz#29032021057d5e6cdbd08c5129c226dff8ed6f9e"
@@ -22488,17 +22344,6 @@ unc-path-regex@^0.1.2:
resolved "https://registry.yarnpkg.com/unc-path-regex/-/unc-path-regex-0.1.2.tgz#e73dd3d7b0d7c5ed86fbac6b0ae7d8c6a69d50fa"
integrity sha1-5z3T17DXxe2G+6xrCufYxqadUPo=
-undeclared-identifiers@^1.1.2:
- version "1.1.3"
- resolved "https://registry.yarnpkg.com/undeclared-identifiers/-/undeclared-identifiers-1.1.3.tgz#9254c1d37bdac0ac2b52de4b6722792d2a91e30f"
- integrity sha512-pJOW4nxjlmfwKApE4zvxLScM/njmwj/DiUBv7EabwE4O8kRUy+HIwxQtZLBPll/jx1LJyBcqNfB3/cpv9EZwOw==
- dependencies:
- acorn-node "^1.3.0"
- dash-ast "^1.0.0"
- get-assigned-identifiers "^1.2.0"
- simple-concat "^1.0.0"
- xtend "^4.0.1"
-
underscore@~1.10.2:
version "1.10.2"
resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.10.2.tgz#73d6aa3668f3188e4adb0f1943bd12cfd7efaaaf"
@@ -22682,10 +22527,10 @@ universalify@^0.1.0, universalify@^0.1.2:
resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66"
integrity sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==
-universalify@^1.0.0:
- version "1.0.0"
- resolved "https://registry.yarnpkg.com/universalify/-/universalify-1.0.0.tgz#b61a1da173e8435b2fe3c67d29b9adf8594bd16d"
- integrity sha512-rb6X1W158d7pRQBg5gkR8uPaSfiids68LTJQYOtEUhoJUWBdaQHsuT/EUduxXYxcrt4r5PJ4fuHW1MHT6p0qug==
+universalify@^0.2.0:
+ version "0.2.0"
+ resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.2.0.tgz#6451760566fa857534745ab1dde952d1b1761be0"
+ integrity sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==
universalify@^2.0.0:
version "2.0.0"
@@ -22771,10 +22616,12 @@ update-notifier@^5.1.0:
semver-diff "^3.1.1"
xdg-basedir "^4.0.0"
-upper-case@^1.0.3:
- version "1.1.3"
- resolved "https://registry.yarnpkg.com/upper-case/-/upper-case-1.1.3.tgz#f6b4501c2ec4cdd26ba78be7222961de77621598"
- integrity sha1-9rRQHC7EzdJrp4vnIilh3ndiFZg=
+upper-case-first@^2.0.2:
+ version "2.0.2"
+ resolved "https://registry.yarnpkg.com/upper-case-first/-/upper-case-first-2.0.2.tgz#992c3273f882abd19d1e02894cc147117f844324"
+ integrity sha512-514ppYHBaKwfJRK/pNC6c/OxfGa0obSnAl106u97Ed0I625Nin96KAjttZF6ZL3e1XLtphxnqrOi9iWgm+u+bg==
+ dependencies:
+ tslib "^2.0.3"
uri-js@^4.2.2:
version "4.4.0"
@@ -22817,7 +22664,7 @@ url-parse@^1.4.3, url-parse@^1.5.3:
querystringify "^2.1.1"
requires-port "^1.0.0"
-url@^0.11.0, url@~0.11.0:
+url@^0.11.0:
version "0.11.0"
resolved "https://registry.yarnpkg.com/url/-/url-0.11.0.tgz#3838e97cfc60521eb73c525a8e55bfdd9e2e28f1"
integrity sha1-ODjpfPxgUh63PFJajlW/3Z4uKPE=
@@ -22849,10 +22696,10 @@ use@^3.1.0:
resolved "https://registry.yarnpkg.com/use/-/use-3.1.1.tgz#d50c8cac79a19fbc20f2911f56eb973f4e10070f"
integrity sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ==
-util-arity@^1.0.2:
+util-arity@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/util-arity/-/util-arity-1.1.0.tgz#59d01af1fdb3fede0ac4e632b0ab5f6ce97c9330"
- integrity sha1-WdAa8f2z/t4KxOYysKtfbOl8kzA=
+ integrity sha512-kkyIsXKwemfSy8ZEoaIz06ApApnWsk5hQO0vLjZS6UkBiGiW++Jsyb8vSBoc0WKlffGoGs5yYy/j5pp8zckrFA==
util-deprecate@^1.0.1, util-deprecate@^1.0.2, util-deprecate@~1.0.1:
version "1.0.2"
@@ -22891,13 +22738,6 @@ util@^0.11.0:
dependencies:
inherits "2.0.3"
-util@~0.10.1:
- version "0.10.4"
- resolved "https://registry.yarnpkg.com/util/-/util-0.10.4.tgz#3aa0125bfe668a4672de58857d3ace27ecb76901"
- integrity sha512-0Pm9hTQ3se5ll1XihRic3FDIku70C+iHUdT/W926rSgHV5QgXsYbKZN8MSC3tJtSkhuROzvsQjAaFENRXr+19A==
- dependencies:
- inherits "2.0.3"
-
utila@~0.4:
version "0.4.0"
resolved "https://registry.yarnpkg.com/utila/-/utila-0.4.0.tgz#8a16a05d445657a3aea5eecc5b12a4fa5379772c"
@@ -22918,6 +22758,16 @@ uuid-browser@^3.1.0:
resolved "https://registry.yarnpkg.com/uuid-browser/-/uuid-browser-3.1.0.tgz#0f05a40aef74f9e5951e20efbf44b11871e56410"
integrity sha1-DwWkCu90+eWVHiDvv0SxGHHlZBA=
+uuid@9.0.0:
+ version "9.0.0"
+ resolved "https://registry.yarnpkg.com/uuid/-/uuid-9.0.0.tgz#592f550650024a38ceb0c562f2f6aa435761efb5"
+ integrity sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg==
+
+uuid@9.0.1, uuid@^9.0.1:
+ version "9.0.1"
+ resolved "https://registry.yarnpkg.com/uuid/-/uuid-9.0.1.tgz#e188d4c8853cc722220392c424cd637f32293f30"
+ integrity sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==
+
uuid@^3.0.0, uuid@^3.3.2, uuid@^3.4.0:
version "3.4.0"
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"
@@ -22986,7 +22836,7 @@ vendors@^1.0.0:
resolved "https://registry.yarnpkg.com/vendors/-/vendors-1.0.4.tgz#e2b800a53e7a29b93506c3cf41100d16c4c4ad8e"
integrity sha512-/juG65kTL4Cy2su4P8HjtkTxk6VmJDiOPBufWniqQ6wknac6jNiXS9vU+hO3wgusiyqWlzTbVHi0dyJqRONg3w==
-verror@1.10.0, verror@^1.9.0:
+verror@1.10.0:
version "1.10.0"
resolved "https://registry.yarnpkg.com/verror/-/verror-1.10.0.tgz#3a105ca17053af55d6e270c1f8288682e18da400"
integrity sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=
@@ -23066,7 +22916,7 @@ vinyl@^2.0.0, vinyl@^2.2.0:
remove-trailing-separator "^1.0.1"
replace-ext "^1.0.0"
-vm-browserify@^1.0.0, vm-browserify@^1.0.1:
+vm-browserify@^1.0.1:
version "1.1.2"
resolved "https://registry.yarnpkg.com/vm-browserify/-/vm-browserify-1.1.2.tgz#78641c488b8e6ca91a75f511e7a3b32a86e5dda0"
integrity sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ==
@@ -23125,19 +22975,6 @@ warning@^4.0.2, warning@^4.0.3:
dependencies:
loose-envify "^1.0.0"
-watchify@3.11.1:
- version "3.11.1"
- resolved "https://registry.yarnpkg.com/watchify/-/watchify-3.11.1.tgz#8e4665871fff1ef64c0430d1a2c9d084d9721881"
- integrity sha512-WwnUClyFNRMB2NIiHgJU9RQPQNqVeFk7OmZaWf5dC5EnNa0Mgr7imBydbaJ7tGTuPM2hz1Cb4uiBvK9NVxMfog==
- dependencies:
- anymatch "^2.0.0"
- browserify "^16.1.0"
- chokidar "^2.1.1"
- defined "^1.0.0"
- outpipe "^1.1.0"
- through2 "^2.0.0"
- xtend "^4.0.0"
-
watchpack-chokidar2@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/watchpack-chokidar2/-/watchpack-chokidar2-2.0.1.tgz#38500072ee6ece66f3769936950ea1771be1c957"
@@ -23938,6 +23775,20 @@ worker-rpc@^0.1.0:
dependencies:
microevent.ts "~0.1.1"
+workerpool@6.2.1:
+ version "6.2.1"
+ resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.2.1.tgz#46fc150c17d826b86a008e5a4508656777e9c343"
+ integrity sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw==
+
+"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
+ version "7.0.0"
+ resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
+ integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
+ dependencies:
+ ansi-styles "^4.0.0"
+ string-width "^4.1.0"
+ strip-ansi "^6.0.0"
+
wrap-ansi@^5.1.0:
version "5.1.0"
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-5.1.0.tgz#1fd1f67235d5b6d0fee781056001bfb694c03b09"
@@ -23956,15 +23807,6 @@ wrap-ansi@^6.2.0:
string-width "^4.1.0"
strip-ansi "^6.0.0"
-wrap-ansi@^7.0.0:
- version "7.0.0"
- resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
- integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
- dependencies:
- ansi-styles "^4.0.0"
- string-width "^4.1.0"
- strip-ansi "^6.0.0"
-
wrap-ansi@^8.0.1:
version "8.0.1"
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.0.1.tgz#2101e861777fec527d0ea90c57c6b03aac56a5b3"
@@ -23974,6 +23816,15 @@ wrap-ansi@^8.0.1:
string-width "^5.0.1"
strip-ansi "^7.0.1"
+wrap-ansi@^8.1.0:
+ version "8.1.0"
+ resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"
+ integrity sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==
+ dependencies:
+ ansi-styles "^6.1.0"
+ string-width "^5.0.1"
+ strip-ansi "^7.0.1"
+
wrappy@1:
version "1.0.2"
resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"
@@ -24037,6 +23888,11 @@ xml-name-validator@^3.0.0:
resolved "https://registry.yarnpkg.com/xml-name-validator/-/xml-name-validator-3.0.0.tgz#6ae73e06de4d8c6e47f9fb181f78d648ad457c6a"
integrity sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw==
+xmlbuilder@^15.1.1:
+ version "15.1.1"
+ resolved "https://registry.yarnpkg.com/xmlbuilder/-/xmlbuilder-15.1.1.tgz#9dcdce49eea66d8d10b42cae94a79c3c8d0c2ec5"
+ integrity sha512-yMqGBqtXyeN1e3TGYvgNgDVZ3j84W4cwkOXQswghol6APgZWaff9lnbvN7MHYJOiXsvGPXtjTYJEiC9J2wv9Eg==
+
xmlchars@^2.2.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/xmlchars/-/xmlchars-2.2.0.tgz#060fe1bcb7f9c76fe2a17db86a9bc3ab894210cb"
@@ -24047,7 +23903,7 @@ xmlcreate@^2.0.3:
resolved "https://registry.yarnpkg.com/xmlcreate/-/xmlcreate-2.0.3.tgz#df9ecd518fd3890ab3548e1b811d040614993497"
integrity sha512-HgS+X6zAztGa9zIK3Y3LXuJes33Lz9x+YyTxgrkIdabu2vqcGOWwdfCpf1hWLRrd553wd4QCDf6BBO6FfdsRiQ==
-xtend@^4.0.0, xtend@^4.0.1, xtend@^4.0.2, xtend@~4.0.0, xtend@~4.0.1:
+xtend@^4.0.0, xtend@^4.0.1, xtend@~4.0.0, xtend@~4.0.1:
version "4.0.2"
resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.2.tgz#bb72779f5fa465186b1f438f674fa347fdb5db54"
integrity sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==
@@ -24082,6 +23938,16 @@ yaml@^1.10.0, yaml@^1.10.2, yaml@^1.7.2:
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.2.tgz#2301c5ffbf12b467de8da2333a459e29e7920e4b"
integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==
+yaml@^2.2.2:
+ version "2.4.1"
+ resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.4.1.tgz#2e57e0b5e995292c25c75d2658f0664765210eed"
+ integrity sha512-pIXzoImaqmfOrL7teGUBt/T7ZDnyeGBWyXQBvOVhLkWLN37GXv8NMLK406UY6dS51JfcQHsmcW5cJ441bHg6Lg==
+
+yargs-parser@20.2.4:
+ version "20.2.4"
+ resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.4.tgz#b42890f14566796f85ae8e3a25290d205f154a54"
+ integrity sha512-WOkpgNhPTlE73h4VFAFsOnomJVaovO8VqLDzy5saChRBFQFBoMYirowyW+Q9HB4HFF4Z7VZTiG3iSzJJA29yRA==
+
yargs-parser@^13.1.2:
version "13.1.2"
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-13.1.2.tgz#130f09702ebaeef2650d54ce6e3e5706f7a4fb38"
@@ -24103,6 +23969,29 @@ yargs-parser@^20.2.2, yargs-parser@^20.2.3, yargs-parser@^20.2.7:
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.9.tgz#2eb7dc3b0289718fc295f362753845c41a0c94ee"
integrity sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==
+yargs-unparser@2.0.0:
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/yargs-unparser/-/yargs-unparser-2.0.0.tgz#f131f9226911ae5d9ad38c432fe809366c2325eb"
+ integrity sha512-7pRTIA9Qc1caZ0bZ6RYRGbHJthJWuakf+WmHK0rVeLkNrrGhfoabBNdue6kdINI6r4if7ocq9aD/n7xwKOdzOA==
+ dependencies:
+ camelcase "^6.0.0"
+ decamelize "^4.0.0"
+ flat "^5.0.2"
+ is-plain-obj "^2.1.0"
+
+yargs@16.2.0, yargs@^16.0.3, yargs@^16.1.1, yargs@^16.2.0:
+ version "16.2.0"
+ resolved "https://registry.yarnpkg.com/yargs/-/yargs-16.2.0.tgz#1c82bf0f6b6a66eafce7ef30e376f49a12477f66"
+ integrity sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==
+ dependencies:
+ cliui "^7.0.2"
+ escalade "^3.1.1"
+ get-caller-file "^2.0.5"
+ require-directory "^2.1.1"
+ string-width "^4.2.0"
+ y18n "^5.0.5"
+ yargs-parser "^20.2.2"
+
yargs@^13.1.0, yargs@^13.3.2:
version "13.3.2"
resolved "https://registry.yarnpkg.com/yargs/-/yargs-13.3.2.tgz#ad7ffefec1aa59565ac915f82dccb38a9c31a2dd"
@@ -24136,19 +24025,6 @@ yargs@^15.4.1:
y18n "^4.0.0"
yargs-parser "^18.1.2"
-yargs@^16.0.3, yargs@^16.1.1, yargs@^16.2.0:
- version "16.2.0"
- resolved "https://registry.yarnpkg.com/yargs/-/yargs-16.2.0.tgz#1c82bf0f6b6a66eafce7ef30e376f49a12477f66"
- integrity sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==
- dependencies:
- cliui "^7.0.2"
- escalade "^3.1.1"
- get-caller-file "^2.0.5"
- require-directory "^2.1.1"
- string-width "^4.2.0"
- y18n "^5.0.5"
- yargs-parser "^20.2.2"
-
yauzl@^2.10.0:
version "2.10.0"
resolved "https://registry.yarnpkg.com/yauzl/-/yauzl-2.10.0.tgz#c7eb17c93e112cb1086fa6d8e51fb0667b79a5f9"
@@ -24162,6 +24038,16 @@ yocto-queue@^0.1.0:
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"
integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==
+yup@1.2.0:
+ version "1.2.0"
+ resolved "https://registry.yarnpkg.com/yup/-/yup-1.2.0.tgz#9e51af0c63bdfc9be0fdc6c10aa0710899d8aff6"
+ integrity sha512-PPqYKSAXjpRCgLgLKVGPA33v5c/WgEx3wi6NFjIiegz90zSwyMpvTFp/uGcVnnbx6to28pgnzp/q8ih3QRjLMQ==
+ dependencies:
+ property-expr "^2.0.5"
+ tiny-case "^1.0.3"
+ toposort "^2.0.2"
+ type-fest "^2.19.0"
+
zenhand@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/zenhand/-/zenhand-2.0.0.tgz#a82c0b3b14016da1888f6e3f38647fe06ad7aa21"
From 1e9057e8a5fc58e3df97e18cac14112773292461 Mon Sep 17 00:00:00 2001
From: Mohammer5
Date: Thu, 21 Mar 2024 17:10:57 +0800
Subject: [PATCH 014/170] chore: fix linter issues
---
.../split-button/features/accepts_icon/index.js | 10 ++++++----
.../features/allows_selecting/index.js | 8 ++++++--
.../features/duplicate_option_values/index.js | 10 ++++++----
.../src/features/reorder-with-buttons/index.js | 4 ++--
cypress/support/find.js | 14 ++++++++------
cypress/support/get.js | 13 ++++++++-----
6 files changed, 36 insertions(+), 23 deletions(-)
diff --git a/components/button/src/split-button/features/accepts_icon/index.js b/components/button/src/split-button/features/accepts_icon/index.js
index d72b8ee807..9955d052db 100644
--- a/components/button/src/split-button/features/accepts_icon/index.js
+++ b/components/button/src/split-button/features/accepts_icon/index.js
@@ -6,9 +6,11 @@ Given('a SplitButton with an icon is rendered', () => {
})
Then('the icon is visible on the left button only', () => {
- cy.get('[data-test="dhis2-uicore-splitbutton-button"] :contains("Icon")')
- .should('be.visible')
+ cy.get(
+ '[data-test="dhis2-uicore-splitbutton-button"] :contains("Icon")'
+ ).should('be.visible')
- cy.get('[data-test="dhis2-uicore-splitbutton-toggle"] :contains("Icon")')
- .should('not.exist')
+ cy.get(
+ '[data-test="dhis2-uicore-splitbutton-toggle"] :contains("Icon")'
+ ).should('not.exist')
})
diff --git a/components/select/src/multi-select/features/allows_selecting/index.js b/components/select/src/multi-select/features/allows_selecting/index.js
index 1a3d50a1a2..1459bcfbd4 100644
--- a/components/select/src/multi-select/features/allows_selecting/index.js
+++ b/components/select/src/multi-select/features/allows_selecting/index.js
@@ -20,7 +20,9 @@ When('an option is clicked', () => {
})
When('the selected option is clicked', () => {
- cy.get('[data-test="dhis2-uicore-multiselectoption"]:contains("option one")').click()
+ cy.get(
+ '[data-test="dhis2-uicore-multiselectoption"]:contains("option one")'
+ ).click()
})
When('another option is clicked', () => {
@@ -36,7 +38,9 @@ When('the disabled option is clicked', () => {
})
When('the selected option is clicked again', () => {
- cy.get('[data-test="dhis2-uicore-multiselectoption"]:contains("option one")').click()
+ cy.get(
+ '[data-test="dhis2-uicore-multiselectoption"]:contains("option one")'
+ ).click()
})
Then('the clicked option is selected', () => {
diff --git a/components/select/src/single-select/features/duplicate_option_values/index.js b/components/select/src/single-select/features/duplicate_option_values/index.js
index 7e95ecfd93..9171195d6b 100644
--- a/components/select/src/single-select/features/duplicate_option_values/index.js
+++ b/components/select/src/single-select/features/duplicate_option_values/index.js
@@ -17,9 +17,11 @@ Then(
}
)
Then('both options are highlighted in the dropdown', () => {
- cy.get('[data-test="dhis2-uicore-singleselectoption"]:contains("option one")')
- .should('have.class', 'active')
+ cy.get(
+ '[data-test="dhis2-uicore-singleselectoption"]:contains("option one")'
+ ).should('have.class', 'active')
- cy.get('[data-test="dhis2-uicore-singleselectoption"]:contains("option one a")')
- .should('have.class', 'active')
+ cy.get(
+ '[data-test="dhis2-uicore-singleselectoption"]:contains("option one a")'
+ ).should('have.class', 'active')
})
diff --git a/components/transfer/src/features/reorder-with-buttons/index.js b/components/transfer/src/features/reorder-with-buttons/index.js
index 1f8426e212..b357059b4e 100644
--- a/components/transfer/src/features/reorder-with-buttons/index.js
+++ b/components/transfer/src/features/reorder-with-buttons/index.js
@@ -21,7 +21,7 @@ Given('the {int}. item is highlighted', (previousPisition) => {
.invoke('attr', 'data-value')
// For some reason, using `.as()` directly doesn't work.
// Wrapping it inside a `.then` works though
- .then(previousValue => cy.wrap(previousValue).as('previousValue'))
+ .then((previousValue) => cy.wrap(previousValue).as('previousValue'))
cy.get('{transfer-pickedoptions} {transferoption}')
.eq(index)
@@ -55,7 +55,7 @@ Then('the highlighted item should be moved to the {int}. place', (next) => {
const index = next - 1
cy.get('@previousValue')
- .then(previousValue => cy.get(`[data-value="${previousValue}"]`))
+ .then((previousValue) => cy.get(`[data-value="${previousValue}"]`))
.invoke('index')
.should('equal', index)
})
diff --git a/cypress/support/find.js b/cypress/support/find.js
index 03eeb2f7b1..cc6b0e8dd9 100644
--- a/cypress/support/find.js
+++ b/cypress/support/find.js
@@ -16,9 +16,11 @@ import { parseSelectorWithDataTest } from './common/parseSelectorWithDataTest.js
* cy.get('.foo').find('{node} input', 'custom-prefix')
* cy.get('.foo').find('[data-test="custom-prefix-node"] input')
*/
-// eslint-disable-next-line max-params
-Cypress.Commands.overwriteQuery('find', function (originalFn, selectors, options = {}) {
- const { prefix, ...restOptions } = options
- const selector = parseSelectorWithDataTest(selectors, prefix)
- return originalFn.call(this, selector, restOptions)
-})
+Cypress.Commands.overwriteQuery(
+ 'find',
+ function (originalFn, selectors, options = {}) {
+ const { prefix, ...restOptions } = options
+ const selector = parseSelectorWithDataTest(selectors, prefix)
+ return originalFn.call(this, selector, restOptions)
+ }
+)
diff --git a/cypress/support/get.js b/cypress/support/get.js
index 72947b68f4..a67b705183 100644
--- a/cypress/support/get.js
+++ b/cypress/support/get.js
@@ -15,8 +15,11 @@ import { parseSelectorWithDataTest } from './common/parseSelectorWithDataTest.js
* cy.get('{node} {node} input', 'custom-prefix')
* cy.get('[data-test="custom-prefix-node"] [data-test="custom-prefix-node"] input')
*/
-Cypress.Commands.overwriteQuery('get', function (originalFn, selectors, options = {}) {
- const { prefix, ...restOptions } = options
- const selector = parseSelectorWithDataTest(selectors, prefix)
- return originalFn.call(this, selector, restOptions)
-})
+Cypress.Commands.overwriteQuery(
+ 'get',
+ function (originalFn, selectors, options = {}) {
+ const { prefix, ...restOptions } = options
+ const selector = parseSelectorWithDataTest(selectors, prefix)
+ return originalFn.call(this, selector, restOptions)
+ }
+)
From e9822bc11df17600fee9ad614285c824af109f35 Mon Sep 17 00:00:00 2001
From: Mohammer5
Date: Thu, 21 Mar 2024 17:20:26 +0800
Subject: [PATCH 015/170] chore(gh workflows): use node version 18.x
---
.github/workflows/dhis2-preview-pr.yml | 4 ++--
.github/workflows/dhis2-verify-lib.yml | 18 +++++++++---------
collections/forms/i18n/en.pot | 4 ++--
package.json | 4 +++-
4 files changed, 16 insertions(+), 14 deletions(-)
diff --git a/.github/workflows/dhis2-preview-pr.yml b/.github/workflows/dhis2-preview-pr.yml
index b04d2130a3..ac006a0b9c 100644
--- a/.github/workflows/dhis2-preview-pr.yml
+++ b/.github/workflows/dhis2-preview-pr.yml
@@ -24,12 +24,12 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
- node-version: 14.x
+ node-version: 18.x
- uses: c-hive/gha-yarn-cache@v1
- run: yarn install --frozen-lockfile
- - run: yarn build
+ - run: yarn build:legacy
- name: Deploy
id: netlify-deploy
diff --git a/.github/workflows/dhis2-verify-lib.yml b/.github/workflows/dhis2-verify-lib.yml
index 589461a2b5..4127fff4bd 100644
--- a/.github/workflows/dhis2-verify-lib.yml
+++ b/.github/workflows/dhis2-verify-lib.yml
@@ -21,15 +21,15 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
- node-version: 14.x
+ node-version: 18.x
- uses: c-hive/gha-yarn-cache@v1
- run: |
yarn install --frozen-lockfile
- yarn setup
+ NODE_OPTIONS=--openssl-legacy-provider yarn setup
- name: Build
- run: yarn build
+ run: NODE_OPTIONS=--openssl-legacy-provider yarn build
- run: ./scripts/create-artifact.sh
@@ -46,7 +46,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
- node-version: 14.x
+ node-version: 18.x
- uses: actions/download-artifact@v2
with:
@@ -67,7 +67,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
- node-version: 14.x
+ node-version: 18.x
- uses: actions/download-artifact@v2
with:
@@ -97,7 +97,7 @@ jobs:
- uses: actions/setup-node@v1
with:
- node-version: 14.x
+ node-version: 18.x
- uses: actions/download-artifact@v2
with:
@@ -109,10 +109,10 @@ jobs:
run: echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
- name: End-to-End tests
- uses: cypress-io/github-action@v2
+ uses: cypress-io/github-action@v6
with:
# This should be a command that starts the server to test against.
- start: 'yarn cy:start'
+ start: 'yarn cy:start:legacy'
wait-on: 'http://localhost:5000'
wait-on-timeout: 300
record: true
@@ -136,7 +136,7 @@ jobs:
token: ${{env.GH_TOKEN}}
- uses: actions/setup-node@v3
with:
- node-version: 14.x
+ node-version: 18.x
cache: 'yarn'
- uses: actions/download-artifact@v2
diff --git a/collections/forms/i18n/en.pot b/collections/forms/i18n/en.pot
index e9e2f44c4f..1c9c9fcc12 100644
--- a/collections/forms/i18n/en.pot
+++ b/collections/forms/i18n/en.pot
@@ -5,8 +5,8 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
-"POT-Creation-Date: 2024-03-21T01:41:39.370Z\n"
-"PO-Revision-Date: 2024-03-21T01:41:39.370Z\n"
+"POT-Creation-Date: 2024-03-21T09:13:47.826Z\n"
+"PO-Revision-Date: 2024-03-21T09:13:47.826Z\n"
msgid "Upload file"
msgstr "Upload file"
diff --git a/package.json b/package.json
index 4a8cf6248f..2743c9e2db 100644
--- a/package.json
+++ b/package.json
@@ -28,12 +28,14 @@
"scripts": {
"setup": "./scripts/setup.js",
"build": "./scripts/build-world.sh",
+ "build:legacy": "NODE_OPTIONS=--openssl-legacy-provider ./scripts/build-world.sh",
"build:lib": "./scripts/build.js",
"build:docs": "./scripts/build-docs.js",
"build:api": "./scripts/generate-api-docs.js",
+ "cy:start:legacy": "NODE_OPTIONS=--openssl-legacy-provider yarn cy:start",
"cy:start": "yarn build:lib && STORYBOOK_TESTING=1 yarn start",
"cy:open": "wait-on 'http://localhost:5000' && cypress open",
- "cy:run": "wait-on 'http://localhost:5000' && cypress run",
+ "cy:run": "wait-on 'http://localhost:5000' && cypress run --config-file=cypress.config.js",
"cy:test": "./scripts/cypress.js",
"format": "d2-style apply",
"format:staged": "d2-style apply --staged",
From 0ed7c478403e448cb624e3ae4801342cbdbe50d4 Mon Sep 17 00:00:00 2001
From: Mohammer5
Date: Mon, 8 Apr 2024 08:19:24 +0800
Subject: [PATCH 016/170] chore(github actions): use node version 20
---
.github/workflows/dhis2-preview-pr.yml | 2 +-
.github/workflows/dhis2-verify-lib.yml | 10 +++++-----
.nvmrc | 2 +-
3 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/.github/workflows/dhis2-preview-pr.yml b/.github/workflows/dhis2-preview-pr.yml
index ac006a0b9c..094b3394c7 100644
--- a/.github/workflows/dhis2-preview-pr.yml
+++ b/.github/workflows/dhis2-preview-pr.yml
@@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
- node-version: 18.x
+ node-version: 20.x
- uses: c-hive/gha-yarn-cache@v1
- run: yarn install --frozen-lockfile
diff --git a/.github/workflows/dhis2-verify-lib.yml b/.github/workflows/dhis2-verify-lib.yml
index 4127fff4bd..1970b4a8c8 100644
--- a/.github/workflows/dhis2-verify-lib.yml
+++ b/.github/workflows/dhis2-verify-lib.yml
@@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
- node-version: 18.x
+ node-version: 20.x
- uses: c-hive/gha-yarn-cache@v1
- run: |
@@ -46,7 +46,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
- node-version: 18.x
+ node-version: 20.x
- uses: actions/download-artifact@v2
with:
@@ -67,7 +67,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
- node-version: 18.x
+ node-version: 20.x
- uses: actions/download-artifact@v2
with:
@@ -97,7 +97,7 @@ jobs:
- uses: actions/setup-node@v1
with:
- node-version: 18.x
+ node-version: 20.x
- uses: actions/download-artifact@v2
with:
@@ -136,7 +136,7 @@ jobs:
token: ${{env.GH_TOKEN}}
- uses: actions/setup-node@v3
with:
- node-version: 18.x
+ node-version: 20.x
cache: 'yarn'
- uses: actions/download-artifact@v2
diff --git a/.nvmrc b/.nvmrc
index 6f7f377bf5..9a2a0e219c 100644
--- a/.nvmrc
+++ b/.nvmrc
@@ -1 +1 @@
-v16
+v20
From bd55ee9a43b9ae6b2864a088c3d304025a68e371 Mon Sep 17 00:00:00 2001
From: Mohammer5
Date: Thu, 18 Apr 2024 09:33:07 +0800
Subject: [PATCH 017/170] chore: make cucumber evaluate local common files
---
.cypress-cucumber-preprocessorrc.json | 5 ++++-
components/alert/src/alert-bar/features/api/index.js | 1 -
components/tooltip/src/features/positions/index.js | 1 -
3 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/.cypress-cucumber-preprocessorrc.json b/.cypress-cucumber-preprocessorrc.json
index fc9870fc56..3f586a22ed 100644
--- a/.cypress-cucumber-preprocessorrc.json
+++ b/.cypress-cucumber-preprocessorrc.json
@@ -1,6 +1,9 @@
{
"nonGlobalStepDefinitions": true,
"e2e": {
- "stepDefinitions": "[filepath]/*.{js,mjs,ts,tsx}"
+ "stepDefinitions": [
+ "[filepath]/*.{js,mjs,ts,tsx}",
+ "[filepath]/../common/index.{js,mjs,ts,tsx}"
+ ]
}
}
diff --git a/components/alert/src/alert-bar/features/api/index.js b/components/alert/src/alert-bar/features/api/index.js
index b7efc5f425..69478dc80d 100644
--- a/components/alert/src/alert-bar/features/api/index.js
+++ b/components/alert/src/alert-bar/features/api/index.js
@@ -1,4 +1,3 @@
-require('../common/index.js')
import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('an AlertBar with onHidden handler is rendered', () => {
diff --git a/components/tooltip/src/features/positions/index.js b/components/tooltip/src/features/positions/index.js
index 8dc2b4e2dc..718e86436c 100644
--- a/components/tooltip/src/features/positions/index.js
+++ b/components/tooltip/src/features/positions/index.js
@@ -1,4 +1,3 @@
-require('../common/index.js')
import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
const TOOLTIP_OFFSET = 4
From bb0f6c9c4474f2a00cf84aa7bcdc9a3b074c8305 Mon Sep 17 00:00:00 2001
From: Mohammer5
Date: Thu, 18 Apr 2024 14:50:37 +0800
Subject: [PATCH 018/170] chore(step definition files): automatically resolve
"../common/index.js" files
---
collections/forms/i18n/en.pot | 4 ++--
.../features/can_toggle_a_boolean/index.js | 1 -
.../CheckboxFieldFF/features/can_toggle_a_value/index.js | 1 -
.../src/FileInputFieldFF/features/accepts_file/index.js | 1 -
.../src/FileInputFieldFF/features/displays_error/index.js | 1 -
.../MultiSelectFieldFF/features/can_set_a_value/index.js | 1 -
.../MultiSelectFieldFF/features/displays_error/index.js | 1 -
.../src/RadioFieldFF/features/can_set_a_value/index.js | 1 -
.../src/RadioFieldFF/features/displays_error/index.js | 1 -
.../SingleSelectFieldFF/features/can_set_a_value/index.js | 1 -
.../SingleSelectFieldFF/features/displays_error/index.js | 1 -
.../SwitchFieldFF/features/can_toggle_a_boolean/index.js | 1 -
.../SwitchFieldFF/features/can_toggle_a_value/index.js | 1 -
components/alert/src/alert-bar/features/hide/index.js | 1 -
.../dropdown-button/features/button_is_clickable/index.js | 1 -
.../src/dropdown-button/features/can_be_disabled/index.js | 8 +-------
.../dropdown-button/features/opens_a_dropdown/index.js | 1 -
.../src/split-button/features/arrow_opens_menu/index.js | 1 -
.../split-button/features/button_is_clickable/index.js | 1 -
.../features/deduplicates_the_file_list/index.js | 1 -
.../features/displays_files_in_a_list/index.js | 1 -
.../features/files_can_be_removed/index.js | 1 -
.../file-input/features/accepts_multiple_files/index.js | 1 -
.../src/file-input/features/can_be_changed/index.js | 1 -
.../the_headerbar_displays_online_status.js | 1 -
.../the_headerbar_contains_a_menu_to_all_apps/common.js | 1 -
...ows_a_text_icon_if_the_user_does_not_have_an_avatar.js | 1 -
.../the_menu_is_closed_by_default.js | 2 --
.../the_menu_opens.js | 1 -
...he_profile_menu_closes_when_the_user_clicks_outside.js | 1 -
.../the_user_can_edit_his_profile.js | 1 -
.../the_user_can_go_to_his_account.js | 1 -
.../the_user_can_go_to_the_about_dhis2_page.js | 1 -
.../the_user_can_go_to_the_help_page.js | 1 -
.../the_user_can_go_to_the_settings.js | 1 -
.../the_user_name_and_email_are_displayed.js | 1 -
...he_headerbar_displays_a_link_to_the_interpretations.js | 1 -
.../there_are_no_unread_interpretations.js | 1 -
.../there_are_some_unread_interpretations.js | 1 -
.../the_headerbar_displays_a_link_to_the_messages.js | 1 -
.../there_are_no_unread_messages.js | 1 -
.../there_are_some_unread_messages.js | 1 -
.../the_search_should_escape_regexp_character/common.js | 1 -
.../src/multi-select/features/accepts_blur_cb/index.js | 1 -
.../src/multi-select/features/accepts_focus_cb/index.js | 1 -
.../multi-select/features/accepts_initial_focus/index.js | 1 -
.../src/multi-select/features/accepts_loading/index.js | 1 -
.../src/multi-select/features/accepts_max_height/index.js | 1 -
.../multi-select/features/accepts_placeholder/index.js | 1 -
.../src/multi-select/features/accepts_prefix/index.js | 1 -
.../multi-select/features/allows_invalid_options/index.js | 1 -
.../src/multi-select/features/allows_selecting/index.js | 1 -
.../src/multi-select/features/can_be_cleared/index.js | 1 -
.../src/multi-select/features/can_be_disabled/index.js | 1 -
.../src/multi-select/features/can_be_empty/index.js | 1 -
.../src/multi-select/features/can_be_filtered/index.js | 1 -
.../features/can_be_opened_and_closed/index.js | 1 -
.../features/duplicate_option_values/index.js | 1 -
.../features/menu_width_matches_input/index.js | 1 -
.../select/src/multi-select/features/position/index.js | 1 -
.../src/multi-select/features/shows_selections/index.js | 1 -
.../src/single-select/features/accepts_blur_cb/index.js | 1 -
.../src/single-select/features/accepts_focus_cb/index.js | 1 -
.../single-select/features/accepts_initial_focus/index.js | 1 -
.../src/single-select/features/accepts_loading/index.js | 1 -
.../single-select/features/accepts_max_height/index.js | 1 -
.../single-select/features/accepts_placeholder/index.js | 1 -
.../src/single-select/features/accepts_prefix/index.js | 1 -
.../features/allows_invalid_options/index.js | 1 -
.../src/single-select/features/allows_selecting/index.js | 1 -
.../src/single-select/features/can_be_cleared/index.js | 1 -
.../src/single-select/features/can_be_disabled/index.js | 1 -
.../src/single-select/features/can_be_empty/index.js | 1 -
.../src/single-select/features/can_be_filtered/index.js | 1 -
.../features/can_be_opened_and_closed/index.js | 1 -
.../features/duplicate_option_values/index.js | 1 -
.../features/menu_width_matches_input/index.js | 1 -
.../src/single-select/features/shows_selections/index.js | 1 -
.../src/text-area/features/can_be_changed/index.js | 1 -
.../src/text-area/features/can_be_focused/index.js | 1 -
components/tooltip/src/features/layering/index.js | 1 -
.../tooltip/src/features/scrolling_containers/index.js | 1 -
.../tooltip/src/features/visibility_toggling/index.js | 1 -
package.json | 1 +
84 files changed, 4 insertions(+), 91 deletions(-)
diff --git a/collections/forms/i18n/en.pot b/collections/forms/i18n/en.pot
index 1c9c9fcc12..cb7ef7c954 100644
--- a/collections/forms/i18n/en.pot
+++ b/collections/forms/i18n/en.pot
@@ -5,8 +5,8 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
-"POT-Creation-Date: 2024-03-21T09:13:47.826Z\n"
-"PO-Revision-Date: 2024-03-21T09:13:47.826Z\n"
+"POT-Creation-Date: 2024-04-18T04:00:14.144Z\n"
+"PO-Revision-Date: 2024-04-18T04:00:14.144Z\n"
msgid "Upload file"
msgstr "Upload file"
diff --git a/collections/forms/src/CheckboxFieldFF/features/can_toggle_a_boolean/index.js b/collections/forms/src/CheckboxFieldFF/features/can_toggle_a_boolean/index.js
index 18c11a94fd..a0face74cd 100644
--- a/collections/forms/src/CheckboxFieldFF/features/can_toggle_a_boolean/index.js
+++ b/collections/forms/src/CheckboxFieldFF/features/can_toggle_a_boolean/index.js
@@ -1,4 +1,3 @@
-require('../common/index.js')
import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('an unchecked Checkbox without value is rendered', () => {
diff --git a/collections/forms/src/CheckboxFieldFF/features/can_toggle_a_value/index.js b/collections/forms/src/CheckboxFieldFF/features/can_toggle_a_value/index.js
index 50e18c6286..32240e7464 100644
--- a/collections/forms/src/CheckboxFieldFF/features/can_toggle_a_value/index.js
+++ b/collections/forms/src/CheckboxFieldFF/features/can_toggle_a_value/index.js
@@ -1,4 +1,3 @@
-require('../common/index.js')
import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('an unchecked Checkbox with a value is rendered', () => {
diff --git a/collections/forms/src/FileInputFieldFF/features/accepts_file/index.js b/collections/forms/src/FileInputFieldFF/features/accepts_file/index.js
index f6a41163a5..b0debb60cf 100644
--- a/collections/forms/src/FileInputFieldFF/features/accepts_file/index.js
+++ b/collections/forms/src/FileInputFieldFF/features/accepts_file/index.js
@@ -1,4 +1,3 @@
-require('../common/index.js')
import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a multi-file IputField is rendered', () => {
diff --git a/collections/forms/src/FileInputFieldFF/features/displays_error/index.js b/collections/forms/src/FileInputFieldFF/features/displays_error/index.js
index 6dc497619f..ebdcd1015a 100644
--- a/collections/forms/src/FileInputFieldFF/features/displays_error/index.js
+++ b/collections/forms/src/FileInputFieldFF/features/displays_error/index.js
@@ -1,4 +1,3 @@
-require('../common/index.js')
import { When, Then } from '@badeball/cypress-cucumber-preprocessor'
When('a file with the wrong file type is provided', () => {
diff --git a/collections/forms/src/MultiSelectFieldFF/features/can_set_a_value/index.js b/collections/forms/src/MultiSelectFieldFF/features/can_set_a_value/index.js
index 3a63384750..a6d5fe6e12 100644
--- a/collections/forms/src/MultiSelectFieldFF/features/can_set_a_value/index.js
+++ b/collections/forms/src/MultiSelectFieldFF/features/can_set_a_value/index.js
@@ -1,4 +1,3 @@
-require('../common/index.js')
import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('the MultiSelect has two options', () => {
diff --git a/collections/forms/src/MultiSelectFieldFF/features/displays_error/index.js b/collections/forms/src/MultiSelectFieldFF/features/displays_error/index.js
index 5b4c2ff771..f16ac9c35a 100644
--- a/collections/forms/src/MultiSelectFieldFF/features/displays_error/index.js
+++ b/collections/forms/src/MultiSelectFieldFF/features/displays_error/index.js
@@ -1,4 +1,3 @@
-require('../common/index.js')
import { When, Then } from '@badeball/cypress-cucumber-preprocessor'
import { hasValueMessage } from '../../../validators/hasValue.js'
diff --git a/collections/forms/src/RadioFieldFF/features/can_set_a_value/index.js b/collections/forms/src/RadioFieldFF/features/can_set_a_value/index.js
index 16a29bf013..5faefd3b8f 100644
--- a/collections/forms/src/RadioFieldFF/features/can_set_a_value/index.js
+++ b/collections/forms/src/RadioFieldFF/features/can_set_a_value/index.js
@@ -1,4 +1,3 @@
-require('../common/index.js')
import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('there are three options', () => {
diff --git a/collections/forms/src/RadioFieldFF/features/displays_error/index.js b/collections/forms/src/RadioFieldFF/features/displays_error/index.js
index 530c30f9c2..431d8417c8 100644
--- a/collections/forms/src/RadioFieldFF/features/displays_error/index.js
+++ b/collections/forms/src/RadioFieldFF/features/displays_error/index.js
@@ -1,4 +1,3 @@
-require('../common/index.js')
import { When, Then } from '@badeball/cypress-cucumber-preprocessor'
import { hasValueMessage } from '../../../validators/hasValue.js'
diff --git a/collections/forms/src/SingleSelectFieldFF/features/can_set_a_value/index.js b/collections/forms/src/SingleSelectFieldFF/features/can_set_a_value/index.js
index 67dc1e8c2d..d9730d4e86 100644
--- a/collections/forms/src/SingleSelectFieldFF/features/can_set_a_value/index.js
+++ b/collections/forms/src/SingleSelectFieldFF/features/can_set_a_value/index.js
@@ -1,4 +1,3 @@
-require('../common/index.js')
import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('the SingleSelect has one option', () => {
diff --git a/collections/forms/src/SingleSelectFieldFF/features/displays_error/index.js b/collections/forms/src/SingleSelectFieldFF/features/displays_error/index.js
index 5b4c2ff771..f16ac9c35a 100644
--- a/collections/forms/src/SingleSelectFieldFF/features/displays_error/index.js
+++ b/collections/forms/src/SingleSelectFieldFF/features/displays_error/index.js
@@ -1,4 +1,3 @@
-require('../common/index.js')
import { When, Then } from '@badeball/cypress-cucumber-preprocessor'
import { hasValueMessage } from '../../../validators/hasValue.js'
diff --git a/collections/forms/src/SwitchFieldFF/features/can_toggle_a_boolean/index.js b/collections/forms/src/SwitchFieldFF/features/can_toggle_a_boolean/index.js
index d63445b6df..281c4edfa1 100644
--- a/collections/forms/src/SwitchFieldFF/features/can_toggle_a_boolean/index.js
+++ b/collections/forms/src/SwitchFieldFF/features/can_toggle_a_boolean/index.js
@@ -1,4 +1,3 @@
-require('../common/index.js')
import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('an unchecked Switch without value is rendered', () => {
diff --git a/collections/forms/src/SwitchFieldFF/features/can_toggle_a_value/index.js b/collections/forms/src/SwitchFieldFF/features/can_toggle_a_value/index.js
index aab8f6ade2..4d17590e21 100644
--- a/collections/forms/src/SwitchFieldFF/features/can_toggle_a_value/index.js
+++ b/collections/forms/src/SwitchFieldFF/features/can_toggle_a_value/index.js
@@ -1,4 +1,3 @@
-require('../common/index.js')
import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('an unchecked Switch with a value is rendered', () => {
diff --git a/components/alert/src/alert-bar/features/hide/index.js b/components/alert/src/alert-bar/features/hide/index.js
index fe1a3d7837..b8530b1715 100644
--- a/components/alert/src/alert-bar/features/hide/index.js
+++ b/components/alert/src/alert-bar/features/hide/index.js
@@ -1,5 +1,4 @@
import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
-require('../common/index.js')
Given('a permanent AlertBar with hidden and onHidden is rendered', () => {
cy.visitStory('AlertBar', 'Hidden prop')
diff --git a/components/button/src/dropdown-button/features/button_is_clickable/index.js b/components/button/src/dropdown-button/features/button_is_clickable/index.js
index 4c2a22601f..dbcda045c6 100644
--- a/components/button/src/dropdown-button/features/button_is_clickable/index.js
+++ b/components/button/src/dropdown-button/features/button_is_clickable/index.js
@@ -1,4 +1,3 @@
-require('../common/index.js')
import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a DropdownButton with onClick handler is rendered', () => {
diff --git a/components/button/src/dropdown-button/features/can_be_disabled/index.js b/components/button/src/dropdown-button/features/can_be_disabled/index.js
index d5591bae72..95e0330fb9 100644
--- a/components/button/src/dropdown-button/features/can_be_disabled/index.js
+++ b/components/button/src/dropdown-button/features/can_be_disabled/index.js
@@ -1,15 +1,9 @@
-import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
+import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a disabled DropdownButton with onClick handler is rendered', () => {
cy.visitStory('DropdownButton', 'Disabled with onClick')
})
-When('the DropdownButton is clicked', () => {
- cy.get('[data-test="dhis2-uicore-dropdownbutton"] button').click({
- force: true,
- })
-})
-
Then('the onClick handler is not called', () => {
cy.window().should((win) => {
expect(win.onClick).not.to.be.called
diff --git a/components/button/src/dropdown-button/features/opens_a_dropdown/index.js b/components/button/src/dropdown-button/features/opens_a_dropdown/index.js
index ce806f7deb..53ea50b06d 100644
--- a/components/button/src/dropdown-button/features/opens_a_dropdown/index.js
+++ b/components/button/src/dropdown-button/features/opens_a_dropdown/index.js
@@ -1,4 +1,3 @@
-require('../common/index.js')
import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a default DropdownButton is rendered', () => {
diff --git a/components/button/src/split-button/features/arrow_opens_menu/index.js b/components/button/src/split-button/features/arrow_opens_menu/index.js
index 79e21d362f..3ef46450c2 100644
--- a/components/button/src/split-button/features/arrow_opens_menu/index.js
+++ b/components/button/src/split-button/features/arrow_opens_menu/index.js
@@ -1,4 +1,3 @@
-require('../common/index.js')
import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a SplitButton is rendered', () => {
diff --git a/components/button/src/split-button/features/button_is_clickable/index.js b/components/button/src/split-button/features/button_is_clickable/index.js
index 6535fe8df5..132c7ff0fb 100644
--- a/components/button/src/split-button/features/button_is_clickable/index.js
+++ b/components/button/src/split-button/features/button_is_clickable/index.js
@@ -1,4 +1,3 @@
-require('../common/index.js')
import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a SplitButton with onClick hander is rendered', () => {
diff --git a/components/file-input/src/file-input-field-with-list/features/deduplicates_the_file_list/index.js b/components/file-input/src/file-input-field-with-list/features/deduplicates_the_file_list/index.js
index 6d9717dd95..95bee4908e 100644
--- a/components/file-input/src/file-input-field-with-list/features/deduplicates_the_file_list/index.js
+++ b/components/file-input/src/file-input-field-with-list/features/deduplicates_the_file_list/index.js
@@ -1,4 +1,3 @@
-require('../common/index.js')
import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('the list contains the file duplicate.md', () => {
diff --git a/components/file-input/src/file-input-field-with-list/features/displays_files_in_a_list/index.js b/components/file-input/src/file-input-field-with-list/features/displays_files_in_a_list/index.js
index f4a01cce86..5c45222215 100644
--- a/components/file-input/src/file-input-field-with-list/features/displays_files_in_a_list/index.js
+++ b/components/file-input/src/file-input-field-with-list/features/displays_files_in_a_list/index.js
@@ -1,4 +1,3 @@
-require('../common/index.js')
import { Then } from '@badeball/cypress-cucumber-preprocessor'
Then('the files are displayed in a list', () => {
diff --git a/components/file-input/src/file-input-field-with-list/features/files_can_be_removed/index.js b/components/file-input/src/file-input-field-with-list/features/files_can_be_removed/index.js
index a52e981d73..ab14532745 100644
--- a/components/file-input/src/file-input-field-with-list/features/files_can_be_removed/index.js
+++ b/components/file-input/src/file-input-field-with-list/features/files_can_be_removed/index.js
@@ -1,4 +1,3 @@
-require('../common/index.js')
import { When, Then } from '@badeball/cypress-cucumber-preprocessor'
When('the remove handle behind a file is clicked', () => {
diff --git a/components/file-input/src/file-input/features/accepts_multiple_files/index.js b/components/file-input/src/file-input/features/accepts_multiple_files/index.js
index fde99e7f03..05a2a7da9f 100644
--- a/components/file-input/src/file-input/features/accepts_multiple_files/index.js
+++ b/components/file-input/src/file-input/features/accepts_multiple_files/index.js
@@ -1,4 +1,3 @@
-require('../common/index.js')
import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a FileInput with multiple and onChange handler is rendered', () => {
diff --git a/components/file-input/src/file-input/features/can_be_changed/index.js b/components/file-input/src/file-input/features/can_be_changed/index.js
index 7b3a2fc84f..c560726b1d 100644
--- a/components/file-input/src/file-input/features/can_be_changed/index.js
+++ b/components/file-input/src/file-input/features/can_be_changed/index.js
@@ -1,4 +1,3 @@
-require('../common/index.js')
import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a FileInput with onChange handler is rendered', () => {
diff --git a/components/header-bar/src/features/the_headerbar_can_display_online_status/the_headerbar_displays_online_status.js b/components/header-bar/src/features/the_headerbar_can_display_online_status/the_headerbar_displays_online_status.js
index 780a6aa060..02d50c5aaf 100644
--- a/components/header-bar/src/features/the_headerbar_can_display_online_status/the_headerbar_displays_online_status.js
+++ b/components/header-bar/src/features/the_headerbar_can_display_online_status/the_headerbar_displays_online_status.js
@@ -5,7 +5,6 @@ import {
Then,
When,
} from '@badeball/cypress-cucumber-preprocessor'
-require('../common/index.js')
// see https://github.com/cypress-io/cypress/issues/17723#issuecomment-1457064322
const goOffline = () => {
diff --git a/components/header-bar/src/features/the_headerbar_contains_a_menu_to_all_apps/common.js b/components/header-bar/src/features/the_headerbar_contains_a_menu_to_all_apps/common.js
index 42275ceacc..0691260013 100644
--- a/components/header-bar/src/features/the_headerbar_contains_a_menu_to_all_apps/common.js
+++ b/components/header-bar/src/features/the_headerbar_contains_a_menu_to_all_apps/common.js
@@ -1,4 +1,3 @@
-require('../common/index.js')
import { Then } from '@badeball/cypress-cucumber-preprocessor'
Then('the HeaderBar dos not display the app menu', () => {
diff --git a/components/header-bar/src/features/the_headerbar_contains_a_profile_menu/the_headerbar_shows_a_text_icon_if_the_user_does_not_have_an_avatar.js b/components/header-bar/src/features/the_headerbar_contains_a_profile_menu/the_headerbar_shows_a_text_icon_if_the_user_does_not_have_an_avatar.js
index 34afb0e389..9d6f4c6a90 100644
--- a/components/header-bar/src/features/the_headerbar_contains_a_profile_menu/the_headerbar_shows_a_text_icon_if_the_user_does_not_have_an_avatar.js
+++ b/components/header-bar/src/features/the_headerbar_contains_a_profile_menu/the_headerbar_shows_a_text_icon_if_the_user_does_not_have_an_avatar.js
@@ -1,4 +1,3 @@
-require('../common/index.js')
import { Given, Then, When } from '@badeball/cypress-cucumber-preprocessor'
Given(
diff --git a/components/header-bar/src/features/the_headerbar_contains_a_profile_menu/the_menu_is_closed_by_default.js b/components/header-bar/src/features/the_headerbar_contains_a_profile_menu/the_menu_is_closed_by_default.js
index 0692c6fa03..9b287f92b7 100644
--- a/components/header-bar/src/features/the_headerbar_contains_a_profile_menu/the_menu_is_closed_by_default.js
+++ b/components/header-bar/src/features/the_headerbar_contains_a_profile_menu/the_menu_is_closed_by_default.js
@@ -1,3 +1 @@
-require('../common/index.js')
-
// all step definitions are shared with other scenarios
diff --git a/components/header-bar/src/features/the_headerbar_contains_a_profile_menu/the_menu_opens.js b/components/header-bar/src/features/the_headerbar_contains_a_profile_menu/the_menu_opens.js
index 1e9454c9f2..d10a130e40 100644
--- a/components/header-bar/src/features/the_headerbar_contains_a_profile_menu/the_menu_opens.js
+++ b/components/header-bar/src/features/the_headerbar_contains_a_profile_menu/the_menu_opens.js
@@ -1,4 +1,3 @@
-require('../common/index.js')
import { When, Then } from '@badeball/cypress-cucumber-preprocessor'
When('the user clicks on the profile icons', () => {
diff --git a/components/header-bar/src/features/the_headerbar_contains_a_profile_menu/the_profile_menu_closes_when_the_user_clicks_outside.js b/components/header-bar/src/features/the_headerbar_contains_a_profile_menu/the_profile_menu_closes_when_the_user_clicks_outside.js
index e8c7014892..2dde7a84f9 100644
--- a/components/header-bar/src/features/the_headerbar_contains_a_profile_menu/the_profile_menu_closes_when_the_user_clicks_outside.js
+++ b/components/header-bar/src/features/the_headerbar_contains_a_profile_menu/the_profile_menu_closes_when_the_user_clicks_outside.js
@@ -1,4 +1,3 @@
-require('../common/index.js')
import { When } from '@badeball/cypress-cucumber-preprocessor'
When('the user clicks outside of the menu', () => {
diff --git a/components/header-bar/src/features/the_headerbar_contains_a_profile_menu/the_user_can_edit_his_profile.js b/components/header-bar/src/features/the_headerbar_contains_a_profile_menu/the_user_can_edit_his_profile.js
index 551ff9ccb9..e3a3a867c9 100644
--- a/components/header-bar/src/features/the_headerbar_contains_a_profile_menu/the_user_can_edit_his_profile.js
+++ b/components/header-bar/src/features/the_headerbar_contains_a_profile_menu/the_user_can_edit_his_profile.js
@@ -1,4 +1,3 @@
-require('../common/index.js')
import { Then } from '@badeball/cypress-cucumber-preprocessor'
Then('contains a link to edit the profile', () => {
diff --git a/components/header-bar/src/features/the_headerbar_contains_a_profile_menu/the_user_can_go_to_his_account.js b/components/header-bar/src/features/the_headerbar_contains_a_profile_menu/the_user_can_go_to_his_account.js
index 1dca44eea8..48816b5e60 100644
--- a/components/header-bar/src/features/the_headerbar_contains_a_profile_menu/the_user_can_go_to_his_account.js
+++ b/components/header-bar/src/features/the_headerbar_contains_a_profile_menu/the_user_can_go_to_his_account.js
@@ -1,4 +1,3 @@
-require('../common/index.js')
import { Then } from '@badeball/cypress-cucumber-preprocessor'
Then('contains a link to the user account', () => {
diff --git a/components/header-bar/src/features/the_headerbar_contains_a_profile_menu/the_user_can_go_to_the_about_dhis2_page.js b/components/header-bar/src/features/the_headerbar_contains_a_profile_menu/the_user_can_go_to_the_about_dhis2_page.js
index 3a185ddcfb..496904bd08 100644
--- a/components/header-bar/src/features/the_headerbar_contains_a_profile_menu/the_user_can_go_to_the_about_dhis2_page.js
+++ b/components/header-bar/src/features/the_headerbar_contains_a_profile_menu/the_user_can_go_to_the_about_dhis2_page.js
@@ -1,4 +1,3 @@
-require('../common/index.js')
import { Then } from '@badeball/cypress-cucumber-preprocessor'
Then('contains a link to the About DHIS2 page', () => {
diff --git a/components/header-bar/src/features/the_headerbar_contains_a_profile_menu/the_user_can_go_to_the_help_page.js b/components/header-bar/src/features/the_headerbar_contains_a_profile_menu/the_user_can_go_to_the_help_page.js
index dfb10adddc..26e3d0d87d 100644
--- a/components/header-bar/src/features/the_headerbar_contains_a_profile_menu/the_user_can_go_to_the_help_page.js
+++ b/components/header-bar/src/features/the_headerbar_contains_a_profile_menu/the_user_can_go_to_the_help_page.js
@@ -1,4 +1,3 @@
-require('../common/index.js')
import { Then } from '@badeball/cypress-cucumber-preprocessor'
Then('contains a link to the help page', () => {
diff --git a/components/header-bar/src/features/the_headerbar_contains_a_profile_menu/the_user_can_go_to_the_settings.js b/components/header-bar/src/features/the_headerbar_contains_a_profile_menu/the_user_can_go_to_the_settings.js
index 93e81ce69c..fe18d02be2 100644
--- a/components/header-bar/src/features/the_headerbar_contains_a_profile_menu/the_user_can_go_to_the_settings.js
+++ b/components/header-bar/src/features/the_headerbar_contains_a_profile_menu/the_user_can_go_to_the_settings.js
@@ -1,4 +1,3 @@
-require('../common/index.js')
import { Then } from '@badeball/cypress-cucumber-preprocessor'
Then('contains a link to the settings', () => {
diff --git a/components/header-bar/src/features/the_headerbar_contains_a_profile_menu/the_user_name_and_email_are_displayed.js b/components/header-bar/src/features/the_headerbar_contains_a_profile_menu/the_user_name_and_email_are_displayed.js
index 508f691be4..e1701d8358 100644
--- a/components/header-bar/src/features/the_headerbar_contains_a_profile_menu/the_user_name_and_email_are_displayed.js
+++ b/components/header-bar/src/features/the_headerbar_contains_a_profile_menu/the_user_name_and_email_are_displayed.js
@@ -1,4 +1,3 @@
-require('../common/index.js')
import { Then } from '@badeball/cypress-cucumber-preprocessor'
Then('contains the user name', () => {
diff --git a/components/header-bar/src/features/the_headerbar_displays_a_link_to_interpretations_and_an_unread_count/the_headerbar_displays_a_link_to_the_interpretations.js b/components/header-bar/src/features/the_headerbar_displays_a_link_to_interpretations_and_an_unread_count/the_headerbar_displays_a_link_to_the_interpretations.js
index 180eeb214e..f891a659be 100644
--- a/components/header-bar/src/features/the_headerbar_displays_a_link_to_interpretations_and_an_unread_count/the_headerbar_displays_a_link_to_the_interpretations.js
+++ b/components/header-bar/src/features/the_headerbar_displays_a_link_to_interpretations_and_an_unread_count/the_headerbar_displays_a_link_to_the_interpretations.js
@@ -1,4 +1,3 @@
-require('../common/index.js')
import { Then } from '@badeball/cypress-cucumber-preprocessor'
Then('the HeaderBar contains a link to the interpretations', () => {
diff --git a/components/header-bar/src/features/the_headerbar_displays_a_link_to_interpretations_and_an_unread_count/there_are_no_unread_interpretations.js b/components/header-bar/src/features/the_headerbar_displays_a_link_to_interpretations_and_an_unread_count/there_are_no_unread_interpretations.js
index f9dde7f7b2..5f22731dbb 100644
--- a/components/header-bar/src/features/the_headerbar_displays_a_link_to_interpretations_and_an_unread_count/there_are_no_unread_interpretations.js
+++ b/components/header-bar/src/features/the_headerbar_displays_a_link_to_interpretations_and_an_unread_count/there_are_no_unread_interpretations.js
@@ -1,4 +1,3 @@
-require('../common/index.js')
import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('there are 0 unread interpretations', () => {
diff --git a/components/header-bar/src/features/the_headerbar_displays_a_link_to_interpretations_and_an_unread_count/there_are_some_unread_interpretations.js b/components/header-bar/src/features/the_headerbar_displays_a_link_to_interpretations_and_an_unread_count/there_are_some_unread_interpretations.js
index b1bd32b61d..27a43d29e8 100644
--- a/components/header-bar/src/features/the_headerbar_displays_a_link_to_interpretations_and_an_unread_count/there_are_some_unread_interpretations.js
+++ b/components/header-bar/src/features/the_headerbar_displays_a_link_to_interpretations_and_an_unread_count/there_are_some_unread_interpretations.js
@@ -1,4 +1,3 @@
-require('../common/index.js')
import { Then } from '@badeball/cypress-cucumber-preprocessor'
Then(
diff --git a/components/header-bar/src/features/the_headerbar_displays_a_link_to_messages_and_an_unread_count/the_headerbar_displays_a_link_to_the_messages.js b/components/header-bar/src/features/the_headerbar_displays_a_link_to_messages_and_an_unread_count/the_headerbar_displays_a_link_to_the_messages.js
index d6bb285b1c..5050322671 100644
--- a/components/header-bar/src/features/the_headerbar_displays_a_link_to_messages_and_an_unread_count/the_headerbar_displays_a_link_to_the_messages.js
+++ b/components/header-bar/src/features/the_headerbar_displays_a_link_to_messages_and_an_unread_count/the_headerbar_displays_a_link_to_the_messages.js
@@ -1,4 +1,3 @@
-require('../common/index.js')
import { Then } from '@badeball/cypress-cucumber-preprocessor'
Then('the HeaderBar contains a link to the messages', () => {
diff --git a/components/header-bar/src/features/the_headerbar_displays_a_link_to_messages_and_an_unread_count/there_are_no_unread_messages.js b/components/header-bar/src/features/the_headerbar_displays_a_link_to_messages_and_an_unread_count/there_are_no_unread_messages.js
index 99b1f86113..05b6a7c19a 100644
--- a/components/header-bar/src/features/the_headerbar_displays_a_link_to_messages_and_an_unread_count/there_are_no_unread_messages.js
+++ b/components/header-bar/src/features/the_headerbar_displays_a_link_to_messages_and_an_unread_count/there_are_no_unread_messages.js
@@ -1,4 +1,3 @@
-require('../common/index.js')
import { Then, Given } from '@badeball/cypress-cucumber-preprocessor'
Given('there are 0 unread messages', () => {
diff --git a/components/header-bar/src/features/the_headerbar_displays_a_link_to_messages_and_an_unread_count/there_are_some_unread_messages.js b/components/header-bar/src/features/the_headerbar_displays_a_link_to_messages_and_an_unread_count/there_are_some_unread_messages.js
index 93c3500685..c5ea4725a9 100644
--- a/components/header-bar/src/features/the_headerbar_displays_a_link_to_messages_and_an_unread_count/there_are_some_unread_messages.js
+++ b/components/header-bar/src/features/the_headerbar_displays_a_link_to_messages_and_an_unread_count/there_are_some_unread_messages.js
@@ -1,4 +1,3 @@
-require('../common/index.js')
import { Then } from '@badeball/cypress-cucumber-preprocessor'
Then('the messages link contains an icon with a number greater than 0', () => {
diff --git a/components/header-bar/src/features/the_search_should_escape_regexp_character/common.js b/components/header-bar/src/features/the_search_should_escape_regexp_character/common.js
index 1026a0a3b2..84aee9c6d9 100644
--- a/components/header-bar/src/features/the_search_should_escape_regexp_character/common.js
+++ b/components/header-bar/src/features/the_search_should_escape_regexp_character/common.js
@@ -1,5 +1,4 @@
import { Given } from '@badeball/cypress-cucumber-preprocessor'
-require('../common/index.js')
Given(/the search contains a (.*)/, (character) => {
cy.get('[data-test="headerbar-apps-icon"]').click()
diff --git a/components/select/src/multi-select/features/accepts_blur_cb/index.js b/components/select/src/multi-select/features/accepts_blur_cb/index.js
index f149cf2c8b..de5682d505 100644
--- a/components/select/src/multi-select/features/accepts_blur_cb/index.js
+++ b/components/select/src/multi-select/features/accepts_blur_cb/index.js
@@ -1,4 +1,3 @@
-require('../common/index.js')
import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a MultiSelect with onBlur handler is rendered', () => {
diff --git a/components/select/src/multi-select/features/accepts_focus_cb/index.js b/components/select/src/multi-select/features/accepts_focus_cb/index.js
index a22367928b..9a33cd1e7b 100644
--- a/components/select/src/multi-select/features/accepts_focus_cb/index.js
+++ b/components/select/src/multi-select/features/accepts_focus_cb/index.js
@@ -1,4 +1,3 @@
-require('../common/index.js')
import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a MultiSelect with onFocus handler is rendered', () => {
diff --git a/components/select/src/multi-select/features/accepts_initial_focus/index.js b/components/select/src/multi-select/features/accepts_initial_focus/index.js
index c0e15f5fff..c9c93acabf 100644
--- a/components/select/src/multi-select/features/accepts_initial_focus/index.js
+++ b/components/select/src/multi-select/features/accepts_initial_focus/index.js
@@ -1,4 +1,3 @@
-require('../common/index.js')
import { Given } from '@badeball/cypress-cucumber-preprocessor'
Given('a MultiSelect with initial focus is rendered', () => {
diff --git a/components/select/src/multi-select/features/accepts_loading/index.js b/components/select/src/multi-select/features/accepts_loading/index.js
index 93092ca8c2..40e1ede6cf 100644
--- a/components/select/src/multi-select/features/accepts_loading/index.js
+++ b/components/select/src/multi-select/features/accepts_loading/index.js
@@ -1,4 +1,3 @@
-require('../common/index.js')
import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a MultiSelect with options and a loading flag is rendered', () => {
diff --git a/components/select/src/multi-select/features/accepts_max_height/index.js b/components/select/src/multi-select/features/accepts_max_height/index.js
index f046ee2aae..f646f7b36a 100644
--- a/components/select/src/multi-select/features/accepts_max_height/index.js
+++ b/components/select/src/multi-select/features/accepts_max_height/index.js
@@ -1,4 +1,3 @@
-require('../common/index.js')
import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a MultiSelect with more than ten options is rendered', () => {
diff --git a/components/select/src/multi-select/features/accepts_placeholder/index.js b/components/select/src/multi-select/features/accepts_placeholder/index.js
index 683504a3f3..cf225a1e17 100644
--- a/components/select/src/multi-select/features/accepts_placeholder/index.js
+++ b/components/select/src/multi-select/features/accepts_placeholder/index.js
@@ -1,4 +1,3 @@
-require('../common/index.js')
import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a MultiSelect with a placeholder and no selection is rendered', () => {
diff --git a/components/select/src/multi-select/features/accepts_prefix/index.js b/components/select/src/multi-select/features/accepts_prefix/index.js
index 98b165cf88..9e7fbebf5e 100644
--- a/components/select/src/multi-select/features/accepts_prefix/index.js
+++ b/components/select/src/multi-select/features/accepts_prefix/index.js
@@ -1,4 +1,3 @@
-require('../common/index.js')
import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a MultiSelect with a prefix and no selection is rendered', () => {
diff --git a/components/select/src/multi-select/features/allows_invalid_options/index.js b/components/select/src/multi-select/features/allows_invalid_options/index.js
index 17f7bc5927..bfa6186747 100644
--- a/components/select/src/multi-select/features/allows_invalid_options/index.js
+++ b/components/select/src/multi-select/features/allows_invalid_options/index.js
@@ -1,4 +1,3 @@
-require('../common/index.js')
import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a MultiSelect with invalid options is rendered', () => {
diff --git a/components/select/src/multi-select/features/allows_selecting/index.js b/components/select/src/multi-select/features/allows_selecting/index.js
index 1459bcfbd4..34dbc0d9d2 100644
--- a/components/select/src/multi-select/features/allows_selecting/index.js
+++ b/components/select/src/multi-select/features/allows_selecting/index.js
@@ -1,4 +1,3 @@
-require('../common/index.js')
import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given(
diff --git a/components/select/src/multi-select/features/can_be_cleared/index.js b/components/select/src/multi-select/features/can_be_cleared/index.js
index 8f3f11a5f5..4501c5a79b 100644
--- a/components/select/src/multi-select/features/can_be_cleared/index.js
+++ b/components/select/src/multi-select/features/can_be_cleared/index.js
@@ -1,4 +1,3 @@
-require('../common/index.js')
import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given(
diff --git a/components/select/src/multi-select/features/can_be_disabled/index.js b/components/select/src/multi-select/features/can_be_disabled/index.js
index b3f6d43f50..97f57cc734 100644
--- a/components/select/src/multi-select/features/can_be_disabled/index.js
+++ b/components/select/src/multi-select/features/can_be_disabled/index.js
@@ -1,4 +1,3 @@
-require('../common/index.js')
import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a disabled MultiSelect with options is rendered', () => {
diff --git a/components/select/src/multi-select/features/can_be_empty/index.js b/components/select/src/multi-select/features/can_be_empty/index.js
index 1585a74aa7..3b80f49045 100644
--- a/components/select/src/multi-select/features/can_be_empty/index.js
+++ b/components/select/src/multi-select/features/can_be_empty/index.js
@@ -1,4 +1,3 @@
-require('../common/index.js')
import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('an empty MultiSelect is rendered', () => {
diff --git a/components/select/src/multi-select/features/can_be_filtered/index.js b/components/select/src/multi-select/features/can_be_filtered/index.js
index a08f6bcb02..e73aecfc7c 100644
--- a/components/select/src/multi-select/features/can_be_filtered/index.js
+++ b/components/select/src/multi-select/features/can_be_filtered/index.js
@@ -1,4 +1,3 @@
-require('../common/index.js')
import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a filterable MultiSelect with options is rendered', () => {
diff --git a/components/select/src/multi-select/features/can_be_opened_and_closed/index.js b/components/select/src/multi-select/features/can_be_opened_and_closed/index.js
index cf735ac02f..f2e181c4d9 100644
--- a/components/select/src/multi-select/features/can_be_opened_and_closed/index.js
+++ b/components/select/src/multi-select/features/can_be_opened_and_closed/index.js
@@ -1,4 +1,3 @@
-require('../common/index.js')
import { Given, When } from '@badeball/cypress-cucumber-preprocessor'
Given('a MultiSelect with options is rendered', () => {
diff --git a/components/select/src/multi-select/features/duplicate_option_values/index.js b/components/select/src/multi-select/features/duplicate_option_values/index.js
index f2f800e0f5..978bd93fed 100644
--- a/components/select/src/multi-select/features/duplicate_option_values/index.js
+++ b/components/select/src/multi-select/features/duplicate_option_values/index.js
@@ -1,4 +1,3 @@
-require('../common/index.js')
import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given(
diff --git a/components/select/src/multi-select/features/menu_width_matches_input/index.js b/components/select/src/multi-select/features/menu_width_matches_input/index.js
index 7e95bd87be..302623c716 100644
--- a/components/select/src/multi-select/features/menu_width_matches_input/index.js
+++ b/components/select/src/multi-select/features/menu_width_matches_input/index.js
@@ -1,4 +1,3 @@
-require('../common/index.js')
import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a MultiSelect with hidden sibling elements', () => {
diff --git a/components/select/src/multi-select/features/position/index.js b/components/select/src/multi-select/features/position/index.js
index 16f1425527..8554b9090a 100644
--- a/components/select/src/multi-select/features/position/index.js
+++ b/components/select/src/multi-select/features/position/index.js
@@ -1,4 +1,3 @@
-require('../common/index.js')
import { Given, Then, When } from '@badeball/cypress-cucumber-preprocessor'
Given(
diff --git a/components/select/src/multi-select/features/shows_selections/index.js b/components/select/src/multi-select/features/shows_selections/index.js
index c97cf0971c..1328dc2da8 100644
--- a/components/select/src/multi-select/features/shows_selections/index.js
+++ b/components/select/src/multi-select/features/shows_selections/index.js
@@ -1,4 +1,3 @@
-require('../common/index.js')
import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a MultiSelect with options and a selection is rendered', () => {
diff --git a/components/select/src/single-select/features/accepts_blur_cb/index.js b/components/select/src/single-select/features/accepts_blur_cb/index.js
index 7eae77d87f..2ca5893467 100644
--- a/components/select/src/single-select/features/accepts_blur_cb/index.js
+++ b/components/select/src/single-select/features/accepts_blur_cb/index.js
@@ -1,4 +1,3 @@
-require('../common/index.js')
import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a SingleSelect with onBlur handler is rendered', () => {
diff --git a/components/select/src/single-select/features/accepts_focus_cb/index.js b/components/select/src/single-select/features/accepts_focus_cb/index.js
index 1f4aef1717..26bb90081e 100644
--- a/components/select/src/single-select/features/accepts_focus_cb/index.js
+++ b/components/select/src/single-select/features/accepts_focus_cb/index.js
@@ -1,4 +1,3 @@
-require('../common/index.js')
import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a SingleSelect with onFocus handler is rendered', () => {
diff --git a/components/select/src/single-select/features/accepts_initial_focus/index.js b/components/select/src/single-select/features/accepts_initial_focus/index.js
index 991c1e9f98..26dbf28b74 100644
--- a/components/select/src/single-select/features/accepts_initial_focus/index.js
+++ b/components/select/src/single-select/features/accepts_initial_focus/index.js
@@ -1,4 +1,3 @@
-require('../common/index.js')
import { Given } from '@badeball/cypress-cucumber-preprocessor'
Given('a SingleSelect with initial focus is rendered', () => {
diff --git a/components/select/src/single-select/features/accepts_loading/index.js b/components/select/src/single-select/features/accepts_loading/index.js
index 2bfa90d81b..4824d110e8 100644
--- a/components/select/src/single-select/features/accepts_loading/index.js
+++ b/components/select/src/single-select/features/accepts_loading/index.js
@@ -1,4 +1,3 @@
-require('../common/index.js')
import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a SingleSelect with options and a loading flag is rendered', () => {
diff --git a/components/select/src/single-select/features/accepts_max_height/index.js b/components/select/src/single-select/features/accepts_max_height/index.js
index 2bae1f27e4..6f5f9cbb12 100644
--- a/components/select/src/single-select/features/accepts_max_height/index.js
+++ b/components/select/src/single-select/features/accepts_max_height/index.js
@@ -1,4 +1,3 @@
-require('../common/index.js')
import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a SingleSelect with more than ten options is rendered', () => {
diff --git a/components/select/src/single-select/features/accepts_placeholder/index.js b/components/select/src/single-select/features/accepts_placeholder/index.js
index eb63d4b8d2..698290542c 100644
--- a/components/select/src/single-select/features/accepts_placeholder/index.js
+++ b/components/select/src/single-select/features/accepts_placeholder/index.js
@@ -1,4 +1,3 @@
-require('../common/index.js')
import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a SingleSelect with a placeholder and no selection is rendered', () => {
diff --git a/components/select/src/single-select/features/accepts_prefix/index.js b/components/select/src/single-select/features/accepts_prefix/index.js
index 839a8e04a4..e4e7560a36 100644
--- a/components/select/src/single-select/features/accepts_prefix/index.js
+++ b/components/select/src/single-select/features/accepts_prefix/index.js
@@ -1,4 +1,3 @@
-require('../common/index.js')
import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a SingleSelect with a prefix and no selection is rendered', () => {
diff --git a/components/select/src/single-select/features/allows_invalid_options/index.js b/components/select/src/single-select/features/allows_invalid_options/index.js
index 0520a1c135..862c2c6b00 100644
--- a/components/select/src/single-select/features/allows_invalid_options/index.js
+++ b/components/select/src/single-select/features/allows_invalid_options/index.js
@@ -1,4 +1,3 @@
-require('../common/index.js')
import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a SingleSelect with invalid options is rendered', () => {
diff --git a/components/select/src/single-select/features/allows_selecting/index.js b/components/select/src/single-select/features/allows_selecting/index.js
index 0c84127991..d0f2ec1645 100644
--- a/components/select/src/single-select/features/allows_selecting/index.js
+++ b/components/select/src/single-select/features/allows_selecting/index.js
@@ -1,4 +1,3 @@
-require('../common/index.js')
import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given(
diff --git a/components/select/src/single-select/features/can_be_cleared/index.js b/components/select/src/single-select/features/can_be_cleared/index.js
index 5e66818af3..d38558e981 100644
--- a/components/select/src/single-select/features/can_be_cleared/index.js
+++ b/components/select/src/single-select/features/can_be_cleared/index.js
@@ -1,4 +1,3 @@
-require('../common/index.js')
import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given(
diff --git a/components/select/src/single-select/features/can_be_disabled/index.js b/components/select/src/single-select/features/can_be_disabled/index.js
index 486f3ce2b3..485c0ad9dd 100644
--- a/components/select/src/single-select/features/can_be_disabled/index.js
+++ b/components/select/src/single-select/features/can_be_disabled/index.js
@@ -1,4 +1,3 @@
-require('../common/index.js')
import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a disabled SingleSelect with options is rendered', () => {
diff --git a/components/select/src/single-select/features/can_be_empty/index.js b/components/select/src/single-select/features/can_be_empty/index.js
index b842f9b58f..45a83f6709 100644
--- a/components/select/src/single-select/features/can_be_empty/index.js
+++ b/components/select/src/single-select/features/can_be_empty/index.js
@@ -1,4 +1,3 @@
-require('../common/index.js')
import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('an empty SingleSelect is rendered', () => {
diff --git a/components/select/src/single-select/features/can_be_filtered/index.js b/components/select/src/single-select/features/can_be_filtered/index.js
index 7e678f5ba8..a804df8c9b 100644
--- a/components/select/src/single-select/features/can_be_filtered/index.js
+++ b/components/select/src/single-select/features/can_be_filtered/index.js
@@ -1,4 +1,3 @@
-require('../common/index.js')
import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a filterable SingleSelect with options is rendered', () => {
diff --git a/components/select/src/single-select/features/can_be_opened_and_closed/index.js b/components/select/src/single-select/features/can_be_opened_and_closed/index.js
index 319037f297..5405a59f84 100644
--- a/components/select/src/single-select/features/can_be_opened_and_closed/index.js
+++ b/components/select/src/single-select/features/can_be_opened_and_closed/index.js
@@ -1,4 +1,3 @@
-require('../common/index.js')
import { Given, When } from '@badeball/cypress-cucumber-preprocessor'
Given('a SingleSelect with options is rendered', () => {
diff --git a/components/select/src/single-select/features/duplicate_option_values/index.js b/components/select/src/single-select/features/duplicate_option_values/index.js
index 9171195d6b..7ec1406090 100644
--- a/components/select/src/single-select/features/duplicate_option_values/index.js
+++ b/components/select/src/single-select/features/duplicate_option_values/index.js
@@ -1,4 +1,3 @@
-require('../common/index.js')
import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given(
diff --git a/components/select/src/single-select/features/menu_width_matches_input/index.js b/components/select/src/single-select/features/menu_width_matches_input/index.js
index e8ea117667..9fa7b0a2e9 100644
--- a/components/select/src/single-select/features/menu_width_matches_input/index.js
+++ b/components/select/src/single-select/features/menu_width_matches_input/index.js
@@ -1,4 +1,3 @@
-require('../common/index.js')
import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a SingleSelect with hidden sibling elements', () => {
diff --git a/components/select/src/single-select/features/shows_selections/index.js b/components/select/src/single-select/features/shows_selections/index.js
index 33e966f363..d7629b81c2 100644
--- a/components/select/src/single-select/features/shows_selections/index.js
+++ b/components/select/src/single-select/features/shows_selections/index.js
@@ -1,4 +1,3 @@
-require('../common/index.js')
import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a SingleSelect with options and a selection is rendered', () => {
diff --git a/components/text-area/src/text-area/features/can_be_changed/index.js b/components/text-area/src/text-area/features/can_be_changed/index.js
index ef801cf4e6..812a9deb39 100644
--- a/components/text-area/src/text-area/features/can_be_changed/index.js
+++ b/components/text-area/src/text-area/features/can_be_changed/index.js
@@ -1,4 +1,3 @@
-require('../common/index.js')
import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a TextArea with onChange handler is rendered', () => {
diff --git a/components/text-area/src/text-area/features/can_be_focused/index.js b/components/text-area/src/text-area/features/can_be_focused/index.js
index 3176fb0aa8..ea2bb88a31 100644
--- a/components/text-area/src/text-area/features/can_be_focused/index.js
+++ b/components/text-area/src/text-area/features/can_be_focused/index.js
@@ -1,4 +1,3 @@
-require('../common/index.js')
import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a TextArea with onFocus handler is rendered', () => {
diff --git a/components/tooltip/src/features/layering/index.js b/components/tooltip/src/features/layering/index.js
index 3a3f66ce61..9e2b9e6a46 100644
--- a/components/tooltip/src/features/layering/index.js
+++ b/components/tooltip/src/features/layering/index.js
@@ -1,4 +1,3 @@
-require('../common/index.js')
import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a Modal contains a tooltip', () => {
diff --git a/components/tooltip/src/features/scrolling_containers/index.js b/components/tooltip/src/features/scrolling_containers/index.js
index 6c8fea1145..01ce11d19a 100644
--- a/components/tooltip/src/features/scrolling_containers/index.js
+++ b/components/tooltip/src/features/scrolling_containers/index.js
@@ -1,4 +1,3 @@
-require('../common/index.js')
require('../positions/index.js')
require('../visibility_toggling/index.js')
import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
diff --git a/components/tooltip/src/features/visibility_toggling/index.js b/components/tooltip/src/features/visibility_toggling/index.js
index 0a06138303..ce70218cef 100644
--- a/components/tooltip/src/features/visibility_toggling/index.js
+++ b/components/tooltip/src/features/visibility_toggling/index.js
@@ -1,4 +1,3 @@
-require('../common/index.js')
import { When, Then } from '@badeball/cypress-cucumber-preprocessor'
When('the mouse cursor leaves the anchor', () => {
diff --git a/package.json b/package.json
index 2743c9e2db..4f18b3f5cd 100644
--- a/package.json
+++ b/package.json
@@ -43,6 +43,7 @@
"lint:staged": "d2-style check --staged",
"test": "d2-app-scripts test",
"start": "yarn workspace ui-storybook start",
+ "start:legacy": "NODE_OPTIONS=--openssl-legacy-provider yarn workspace ui-storybook start",
"start:docs": "yarn workspace ui-docusaurus start"
},
"dependencies": {
From 30939bbbcaba1a8b5c68cefcc43944298119332b Mon Sep 17 00:00:00 2001
From: Mohammer5
Date: Tue, 23 Apr 2024 10:29:27 +0800
Subject: [PATCH 019/170] chore(cypress): update to v13
---
package.json | 2 +-
yarn.lock | 58 +++++++++++++++++++++++++++++-----------------------
2 files changed, 33 insertions(+), 27 deletions(-)
diff --git a/package.json b/package.json
index 4f18b3f5cd..cad422cce7 100644
--- a/package.json
+++ b/package.json
@@ -63,7 +63,7 @@
"@testing-library/user-event": "^13.5.0",
"ast-types": "^0.14.2",
"concurrently": "^6.2.1",
- "cypress": "^12",
+ "cypress": "^13.8.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.6",
"execa": "^5.1.1",
diff --git a/yarn.lock b/yarn.lock
index 89a154708c..9b0d7657b5 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -1880,10 +1880,10 @@
resolved "https://registry.yarnpkg.com/@cucumber/tag-expressions/-/tag-expressions-6.1.0.tgz#cb7af908bdb43669b7574c606f71fa707196e962"
integrity sha512-+3DwRumrCJG27AtzCIL37A/X+A/gSfxOPLg8pZaruh5SLumsTmpvilwroVWBT2fPzmno/tGXypeK5a7NHU4RzA==
-"@cypress/request@2.88.12":
- version "2.88.12"
- resolved "https://registry.yarnpkg.com/@cypress/request/-/request-2.88.12.tgz#ba4911431738494a85e93fb04498cb38bc55d590"
- integrity sha512-tOn+0mDZxASFM+cuAP9szGUGPI1HwWVSvdzm7V4cCsPdFTx6qMj29CwaQmRAMIEhORIUBFBsYROYJcveK4uOjA==
+"@cypress/request@^3.0.0":
+ version "3.0.1"
+ resolved "https://registry.yarnpkg.com/@cypress/request/-/request-3.0.1.tgz#72d7d5425236a2413bd3d8bb66d02d9dc3168960"
+ integrity sha512-TWivJlJi8ZDx2wGOw1dbLuHJKUYX7bWySw377nlnGOW3hP9/MUKIsEdXT/YngWxVdgNCHRBmFlBipE+5/2ZZlQ==
dependencies:
aws-sign2 "~0.7.0"
aws4 "^1.8.0"
@@ -1898,7 +1898,7 @@
json-stringify-safe "~5.0.1"
mime-types "~2.1.19"
performance-now "^2.1.0"
- qs "~6.10.3"
+ qs "6.10.4"
safe-buffer "^5.1.2"
tough-cookie "^4.1.3"
tunnel-agent "^0.6.0"
@@ -5509,11 +5509,6 @@
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.17.2.tgz#1e94476db57ec93a372c7f7d29aa5707cfb92339"
integrity sha512-sld7b/xmFum66AAKuz/rp/CUO8+98fMpyQ3SBfzzBNGMd/1iHBTAg9oyAvcYlAj46bpc74r91jSw2iFdnx29nw==
-"@types/node@^16.18.39":
- version "16.18.91"
- resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.91.tgz#3e7b3b3d28f740e3e2d4ceb7ad9d16e6b9277c91"
- integrity sha512-h8Q4klc8xzc9kJKr7UYNtJde5TU2qEePVyH3WyzJaUC+3ptyc5kPQbWOIUcn8ZsG5+KSkq+P0py0kC0VqxgAXw==
-
"@types/normalize-package-data@^2.4.0":
version "2.4.0"
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.0.tgz#e486d0d97396d79beedd0a6e33f4534ff6b4973e"
@@ -7802,7 +7797,7 @@ buffer@^4.3.0:
ieee754 "^1.1.4"
isarray "^1.0.0"
-buffer@^5.1.0, buffer@^5.5.0, buffer@^5.6.0:
+buffer@^5.1.0, buffer@^5.5.0, buffer@^5.7.1:
version "5.7.1"
resolved "https://registry.yarnpkg.com/buffer/-/buffer-5.7.1.tgz#ba62e7c13133053582197160851a8f648e99eed0"
integrity sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==
@@ -8254,6 +8249,11 @@ ci-info@^3.1.1:
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.2.0.tgz#2876cb948a498797b5236f0095bc057d0dca38b6"
integrity sha512-dVqRX7fLUm8J6FgHJ418XuIgDLZDkYcDFTeL6TA2gt5WlIZUQrrH6EZrNClwT/H0FateUsZkGIOPRrLbP+PR9A==
+ci-info@^3.2.0:
+ version "3.9.0"
+ resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.9.0.tgz#4279a62028a7b1f262f3473fc9605f5e218c59b4"
+ integrity sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==
+
cipher-base@^1.0.0, cipher-base@^1.0.1, cipher-base@^1.0.3:
version "1.0.4"
resolved "https://registry.yarnpkg.com/cipher-base/-/cipher-base-1.0.4.tgz#8760e4ecc272f4c363532f926d874aae2c1397de"
@@ -9563,20 +9563,19 @@ cyclist@^1.0.1:
resolved "https://registry.yarnpkg.com/cyclist/-/cyclist-1.0.1.tgz#596e9698fd0c80e12038c2b82d6eb1b35b6224d9"
integrity sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk=
-cypress@^12:
- version "12.17.4"
- resolved "https://registry.yarnpkg.com/cypress/-/cypress-12.17.4.tgz#b4dadf41673058493fa0d2362faa3da1f6ae2e6c"
- integrity sha512-gAN8Pmns9MA5eCDFSDJXWKUpaL3IDd89N9TtIupjYnzLSmlpVr+ZR+vb4U/qaMp+lB6tBvAmt7504c3Z4RU5KQ==
+cypress@^13.8.0:
+ version "13.8.0"
+ resolved "https://registry.yarnpkg.com/cypress/-/cypress-13.8.0.tgz#118e94161334e03841714c9b9b3600ae853c11f9"
+ integrity sha512-Qau//mtrwEGOU9cn2YjavECKyDUwBh8J2tit+y9s1wsv6C3BX+rlv6I9afmQnL8PmEEzJ6be7nppMHacFzZkTw==
dependencies:
- "@cypress/request" "2.88.12"
+ "@cypress/request" "^3.0.0"
"@cypress/xvfb" "^1.2.4"
- "@types/node" "^16.18.39"
"@types/sinonjs__fake-timers" "8.1.1"
"@types/sizzle" "^2.3.2"
arch "^2.2.0"
blob-util "^2.0.2"
bluebird "^3.7.2"
- buffer "^5.6.0"
+ buffer "^5.7.1"
cachedir "^2.3.0"
chalk "^4.1.0"
check-more-types "^2.24.0"
@@ -9594,7 +9593,7 @@ cypress@^12:
figures "^3.2.0"
fs-extra "^9.1.0"
getos "^3.2.1"
- is-ci "^3.0.0"
+ is-ci "^3.0.1"
is-installed-globally "~0.4.0"
lazy-ass "^1.6.0"
listr2 "^3.8.3"
@@ -13433,6 +13432,13 @@ is-ci@^3.0.0:
dependencies:
ci-info "^3.1.1"
+is-ci@^3.0.1:
+ version "3.0.1"
+ resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-3.0.1.tgz#db6ecbed1bd659c43dac0f45661e7674103d1867"
+ integrity sha512-ZYvCgrefwqoQ6yTyYUbQu64HsITZ3NfKX1lzaEYdkTDcfKzzCI/wthRRYKkdjHKFVgNiXKAKm65Zo1pk2as/QQ==
+ dependencies:
+ ci-info "^3.2.0"
+
is-color-stop@^1.0.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/is-color-stop/-/is-color-stop-1.1.0.tgz#cfff471aee4dd5c9e158598fbe12967b5cdad345"
@@ -18763,6 +18769,13 @@ q@^1.1.2, q@^1.5.1:
resolved "https://registry.yarnpkg.com/q/-/q-1.5.1.tgz#7e32f75b41381291d04611f1bf14109ac00651d7"
integrity sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc=
+qs@6.10.4:
+ version "6.10.4"
+ resolved "https://registry.yarnpkg.com/qs/-/qs-6.10.4.tgz#6a3003755add91c0ec9eacdc5f878b034e73f9e7"
+ integrity sha512-OQiU+C+Ds5qiH91qh/mg0w+8nwQuLjM4F4M/PbmhDOoYehPh+Fb0bDjtR1sOvy7YKxvj28Y/M0PhP5uVX0kB+g==
+ dependencies:
+ side-channel "^1.0.4"
+
qs@6.7.0:
version "6.7.0"
resolved "https://registry.yarnpkg.com/qs/-/qs-6.7.0.tgz#41dc1a015e3d581f1621776be31afb2876a9b1bc"
@@ -18775,13 +18788,6 @@ qs@^6.10.0:
dependencies:
side-channel "^1.0.4"
-qs@~6.10.3:
- version "6.10.5"
- resolved "https://registry.yarnpkg.com/qs/-/qs-6.10.5.tgz#974715920a80ff6a262264acd2c7e6c2a53282b4"
- integrity sha512-O5RlPh0VFtR78y79rgcgKK4wbAI0C5zGVLztOIdpWX6ep368q5Hv6XRxDvXuZ9q3C6v+e3n8UfZZJw7IIG27eQ==
- dependencies:
- side-channel "^1.0.4"
-
qs@~6.5.2:
version "6.5.2"
resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.2.tgz#cb3ae806e8740444584ef154ce8ee98d403f3e36"
From bbcdda7162e1fa79bba3686babe6693513e658bf Mon Sep 17 00:00:00 2001
From: Mohammer5
Date: Tue, 23 Apr 2024 10:29:58 +0800
Subject: [PATCH 020/170] chore(cypress config): remove commented out config &
allow experimental "run all specs"
---
cypress.config.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cypress.config.js b/cypress.config.js
index e8d254b62b..36a0902a04 100644
--- a/cypress.config.js
+++ b/cypress.config.js
@@ -17,6 +17,6 @@ module.exports = defineConfig({
setupNodeEvents,
baseUrl: 'http://localhost:5000',
specPattern: '**/src/**/*.feature',
- // excludeSpecPattern: '**/build/**/*',
+ experimentalRunAllSpecs: true,
},
})
From 2c91a9f6509d94d0639878fbdba592cf5a32e926 Mon Sep 17 00:00:00 2001
From: Mohammer5
Date: Tue, 23 Apr 2024 10:31:09 +0800
Subject: [PATCH 021/170] chore(tooltip cypress tests): remove "require"
statements
---
.../tooltip/src/features/common/constants.js | 2 +
.../common/getReferenceAndBodyPositions.js | 6 +++
.../common/getReferenceAndContentPositions.js | 6 +++
.../tooltip/src/features/common/index.js | 23 ++++++++---
.../tooltip/src/features/positions/index.js | 41 ++++++++++---------
.../features/scrolling_containers/index.js | 13 +++++-
6 files changed, 63 insertions(+), 28 deletions(-)
create mode 100644 components/tooltip/src/features/common/constants.js
create mode 100644 components/tooltip/src/features/common/getReferenceAndBodyPositions.js
create mode 100644 components/tooltip/src/features/common/getReferenceAndContentPositions.js
diff --git a/components/tooltip/src/features/common/constants.js b/components/tooltip/src/features/common/constants.js
new file mode 100644
index 0000000000..8eee2c5b4c
--- /dev/null
+++ b/components/tooltip/src/features/common/constants.js
@@ -0,0 +1,2 @@
+export const TOOLTIP_OFFSET = 4
+export const TOOLTIP_HEIGHT = 25
diff --git a/components/tooltip/src/features/common/getReferenceAndBodyPositions.js b/components/tooltip/src/features/common/getReferenceAndBodyPositions.js
new file mode 100644
index 0000000000..6be4bc3708
--- /dev/null
+++ b/components/tooltip/src/features/common/getReferenceAndBodyPositions.js
@@ -0,0 +1,6 @@
+export function getReferenceAndBodyPositions() {
+ return cy.getPositionsBySelectors(
+ '[data-test="dhis2-uicore-tooltip-reference"]',
+ 'body'
+ )
+}
diff --git a/components/tooltip/src/features/common/getReferenceAndContentPositions.js b/components/tooltip/src/features/common/getReferenceAndContentPositions.js
new file mode 100644
index 0000000000..d9f656aaa6
--- /dev/null
+++ b/components/tooltip/src/features/common/getReferenceAndContentPositions.js
@@ -0,0 +1,6 @@
+export function getReferenceAndContentPositions() {
+ return cy.getPositionsBySelectors(
+ '[data-test="dhis2-uicore-tooltip-reference"]',
+ '[data-test="dhis2-uicore-tooltip-content"]'
+ )
+}
diff --git a/components/tooltip/src/features/common/index.js b/components/tooltip/src/features/common/index.js
index cef3bdd3e0..e90a68316d 100644
--- a/components/tooltip/src/features/common/index.js
+++ b/components/tooltip/src/features/common/index.js
@@ -37,11 +37,22 @@ Then('the Tooltip stays visible', () => {
})
Then('the Tooltip is rendered on top of the anchor', () => {
- cy.getPositionsBySelectors(
- '[data-test="dhis2-uicore-tooltip-reference"]',
- '[data-test="dhis2-uicore-tooltip-content"]'
- ).should(([refPos, contentPos]) => {
- expect(contentPos.bottom).to.be.greaterThan(refPos.top)
- expect(refPos.top).to.be.greaterThan(contentPos.top)
+ cy.get('[data-test="dhis2-uicore-tooltip-reference"]').then(($ref) => {
+ const refPos = $ref[0].getBoundingClientRect()
+
+ cy.get('[data-test="dhis2-uicore-tooltip-content"]').then(
+ ($content) => {
+ const contentPos = $content[0].getBoundingClientRect()
+ expect(refPos.top).to.be.greaterThan(contentPos.top)
+ }
+ )
})
+
+ // cy.getPositionsBySelectors(
+ // '[data-test="dhis2-uicore-tooltip-content"]',
+ // '[data-test="dhis2-uicore-tooltip-reference"]'
+ // ).should(([refPos, contentPos]) => {
+ // expect(contentPos.bottom).to.be.greaterThan(refPos.top)
+ // expect(refPos.top).to.be.greaterThan(contentPos.top)
+ // })
})
diff --git a/components/tooltip/src/features/positions/index.js b/components/tooltip/src/features/positions/index.js
index 718e86436c..39132cee56 100644
--- a/components/tooltip/src/features/positions/index.js
+++ b/components/tooltip/src/features/positions/index.js
@@ -1,7 +1,10 @@
import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
+import { TOOLTIP_OFFSET, TOOLTIP_HEIGHT } from '../common/constants.js'
+import { getReferenceAndBodyPositions } from '../common/getReferenceAndBodyPositions.js'
+import { getReferenceAndContentPositions } from '../common/getReferenceAndContentPositions.js'
-const TOOLTIP_OFFSET = 4
-const TOOLTIP_HEIGHT = 25
+// On my linux machine a tolerance of 1 wasn't enough :shrug:
+const APPROXIMATION_TOLERANCE = 2
// Stories
Given(
@@ -32,7 +35,10 @@ Then(
const refCenterX = refPos.left + refPos.width / 2
const contentCenterX = contentPos.left + contentPos.width / 2
- expect(refCenterX).to.be.approximately(contentCenterX, 1)
+ expect(refCenterX).to.be.approximately(
+ contentCenterX,
+ APPROXIMATION_TOLERANCE
+ )
})
}
)
@@ -53,7 +59,10 @@ Then(
'there is some space between the anchor bottom and the Tooltip top',
() => {
getReferenceAndContentPositions().should(([refPos, contentPos]) => {
- expect(refPos.bottom + TOOLTIP_OFFSET).to.equal(contentPos.top)
+ expect(refPos.bottom + TOOLTIP_OFFSET).to.be.approximately(
+ contentPos.top,
+ APPROXIMATION_TOLERANCE
+ )
})
}
)
@@ -62,27 +71,19 @@ Then(
'there is some space between the anchor top and the Tooltip bottom',
() => {
getReferenceAndContentPositions().should(([refPos, contentPos]) => {
- expect(refPos.top).to.equal(contentPos.bottom + TOOLTIP_OFFSET)
+ expect(refPos.top).to.be.approximately(
+ contentPos.bottom + TOOLTIP_OFFSET,
+ APPROXIMATION_TOLERANCE
+ )
})
}
)
Then('the Tooltip is rendered below the anchor', () => {
getReferenceAndContentPositions().should(([refPos, contentPos]) => {
- expect(contentPos.top).to.be.greaterThan(refPos.bottom)
+ expect(contentPos.top).to.be.approximately(
+ refPos.bottom + TOOLTIP_OFFSET,
+ APPROXIMATION_TOLERANCE
+ )
})
})
-
-// helper
-function getReferenceAndBodyPositions() {
- return cy.getPositionsBySelectors(
- '[data-test="dhis2-uicore-tooltip-reference"]',
- 'body'
- )
-}
-function getReferenceAndContentPositions() {
- return cy.getPositionsBySelectors(
- '[data-test="dhis2-uicore-tooltip-reference"]',
- '[data-test="dhis2-uicore-tooltip-content"]'
- )
-}
diff --git a/components/tooltip/src/features/scrolling_containers/index.js b/components/tooltip/src/features/scrolling_containers/index.js
index 01ce11d19a..93c70523ba 100644
--- a/components/tooltip/src/features/scrolling_containers/index.js
+++ b/components/tooltip/src/features/scrolling_containers/index.js
@@ -1,6 +1,5 @@
-require('../positions/index.js')
-require('../visibility_toggling/index.js')
import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
+import { getReferenceAndContentPositions } from '../common/getReferenceAndContentPositions.js'
/**
* Note that scrolling behavior is tricky with cypress:
@@ -83,3 +82,13 @@ When('enough time passes for the CLOSE_DELAY to complete', () => {
cy.clock()
cy.tick(500)
})
+
+Then('the Tooltip is rendered below the anchor', () => {
+ getReferenceAndContentPositions().should(([refPos, contentPos]) => {
+ expect(contentPos.top).to.be.greaterThan(refPos.bottom)
+ })
+})
+
+Then('the Tooltip is not rendered', () => {
+ cy.get('[data-test="dhis2-uicore-tooltip-content"]').should('not.exist')
+})
From c62e1ab27bc9c07ab29a6d97b07edb2885bc195a Mon Sep 17 00:00:00 2001
From: Mohammer5
Date: Tue, 23 Apr 2024 11:16:54 +0800
Subject: [PATCH 022/170] chore(gitignore): ignore "cypress/downloads"
---
.gitignore | 1 +
1 file changed, 1 insertion(+)
diff --git a/.gitignore b/.gitignore
index acfdd8d19c..77a99b4fac 100644
--- a/.gitignore
+++ b/.gitignore
@@ -29,6 +29,7 @@ bundle.stats.json
# cypress
cypress/screenshots
+cypress/downloads
cypress/videos
cypress.env.json
From 64ababd7b05aec94378447dd4d493f1c4d8ac1ea Mon Sep 17 00:00:00 2001
From: Mohammer5
Date: Tue, 23 Apr 2024 11:25:08 +0800
Subject: [PATCH 023/170] chore(transfer feature step implementation): fix typo
---
.../transfer/src/features/reorder-with-buttons/index.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/components/transfer/src/features/reorder-with-buttons/index.js b/components/transfer/src/features/reorder-with-buttons/index.js
index b357059b4e..4a2a014788 100644
--- a/components/transfer/src/features/reorder-with-buttons/index.js
+++ b/components/transfer/src/features/reorder-with-buttons/index.js
@@ -12,8 +12,8 @@ Given('the selected list has some items', () => {
cy.visitStory('Transfer Reorder Buttons', 'Has Some Selected')
})
-Given('the {int}. item is highlighted', (previousPisition) => {
- const index = previousPisition - 1
+Given('the {int}. item is highlighted', (previousPosition) => {
+ const index = previousPosition - 1
console.log('> index', index)
cy.get('{transfer-pickedoptions} {transferoption}')
From 6e9f1800f0f95d0d511b49130d78f13143a868f4 Mon Sep 17 00:00:00 2001
From: Mohammer5
Date: Tue, 23 Apr 2024 11:31:36 +0800
Subject: [PATCH 024/170] chore(transfer reorder feature): use ".as" with
static value correctly
---
.../transfer/src/features/reorder-with-buttons/index.js | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/components/transfer/src/features/reorder-with-buttons/index.js b/components/transfer/src/features/reorder-with-buttons/index.js
index 4a2a014788..b555fd9ced 100644
--- a/components/transfer/src/features/reorder-with-buttons/index.js
+++ b/components/transfer/src/features/reorder-with-buttons/index.js
@@ -19,9 +19,7 @@ Given('the {int}. item is highlighted', (previousPosition) => {
cy.get('{transfer-pickedoptions} {transferoption}')
.eq(index)
.invoke('attr', 'data-value')
- // For some reason, using `.as()` directly doesn't work.
- // Wrapping it inside a `.then` works though
- .then((previousValue) => cy.wrap(previousValue).as('previousValue'))
+ .as('previousValue', { type: 'static' })
cy.get('{transfer-pickedoptions} {transferoption}')
.eq(index)
From 3bb8b98cb98d339856a643fc0bda17d77facb092 Mon Sep 17 00:00:00 2001
From: Mohammer5
Date: Tue, 23 Apr 2024 14:59:25 +0800
Subject: [PATCH 025/170] chore(cypress config): remove "video" option and
renove config cli option from script
---
cypress.config.js | 1 -
package.json | 2 +-
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/cypress.config.js b/cypress.config.js
index 36a0902a04..17f05f7253 100644
--- a/cypress.config.js
+++ b/cypress.config.js
@@ -11,7 +11,6 @@ async function setupNodeEvents(on, config) {
}
module.exports = defineConfig({
- video: false,
projectId: 'vyavbk',
e2e: {
setupNodeEvents,
diff --git a/package.json b/package.json
index cad422cce7..c3d4813f7d 100644
--- a/package.json
+++ b/package.json
@@ -35,7 +35,7 @@
"cy:start:legacy": "NODE_OPTIONS=--openssl-legacy-provider yarn cy:start",
"cy:start": "yarn build:lib && STORYBOOK_TESTING=1 yarn start",
"cy:open": "wait-on 'http://localhost:5000' && cypress open",
- "cy:run": "wait-on 'http://localhost:5000' && cypress run --config-file=cypress.config.js",
+ "cy:run": "wait-on 'http://localhost:5000' && cypress run",
"cy:test": "./scripts/cypress.js",
"format": "d2-style apply",
"format:staged": "d2-style apply --staged",
From f444c08efc2e7a71784a2ae06135065d806544f5 Mon Sep 17 00:00:00 2001
From: Mohammer5
Date: Wed, 24 Apr 2024 07:59:06 +0800
Subject: [PATCH 026/170] chore(package json): move dev dependencies from
"dependencies" to "devDependencies"
---
package.json | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/package.json b/package.json
index c3d4813f7d..282ebd63e7 100644
--- a/package.json
+++ b/package.json
@@ -47,14 +47,25 @@
"start:docs": "yarn workspace ui-docusaurus start"
},
"dependencies": {
+ "@dhis2/d2-i18n": "^1.1.0",
+ "react": "16.13",
+ "react-dom": "16.13",
+ "react-scripts": "^4.0.3",
+ "styled-jsx": "^4.0.1"
+ },
+ "peerDependencies": {
+ "@types/react": ">=16.14.0"
+ },
+ "devDependencies": {
"@babel/parser": "^7.17.0",
+ "@badeball/cypress-cucumber-preprocessor": "^20.0.2",
+ "@cypress/webpack-preprocessor": "^6.0.1",
"@dhis2/app-runtime": "^3.9.0",
"@dhis2/cli-app-scripts": "^8.0.0",
"@dhis2/cli-style": "10.4.2",
"@dhis2/cli-utils-docsite": "^3.1.2",
"@dhis2/cypress-commands": "^10.0.3",
"@dhis2/cypress-plugins": "^10.0.3",
- "@dhis2/d2-i18n": "^1.1.0",
"@manypkg/cli": "^0.18.0",
"@svgr/cli": "^5.5.0",
"@testing-library/jest-dom": "^5.16.1",
@@ -69,20 +80,9 @@
"execa": "^5.1.1",
"fast-glob": "^3.2.7",
"find-up": "^5.0.0",
- "react": "16.13",
"react-dev-utils": "^10.2.1",
"react-docgen": "^5.4.0",
- "react-dom": "16.13",
- "react-scripts": "^4.0.3",
"rimraf": "^3.0.2",
- "styled-jsx": "^4.0.1",
"wait-on": "^6.0.0"
- },
- "peerDependencies": {
- "@types/react": ">=16.14.0"
- },
- "devDependencies": {
- "@badeball/cypress-cucumber-preprocessor": "^20.0.2",
- "@cypress/webpack-preprocessor": "^6.0.1"
}
}
From af2cbb3c2a99111ac4667675eca3fe626acc2f40 Mon Sep 17 00:00:00 2001
From: Mohammer5
Date: Wed, 24 Apr 2024 08:02:01 +0800
Subject: [PATCH 027/170] chore(package json): remove superfluous information
---
package.json | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/package.json b/package.json
index 282ebd63e7..b8f1f51be7 100644
--- a/package.json
+++ b/package.json
@@ -9,8 +9,7 @@
"contributors": [
{
"name": "Jan-Gerke Salomon",
- "email": "jan-gerke@dhis2.org",
- "url": "http://functionalprogramming.ninja"
+ "email": "jan-gerke@dhis2.org"
}
],
"license": "BSD-3-Clause",
From 740ff8e382c8992ab74f37546bb5d58c5cd276fb Mon Sep 17 00:00:00 2001
From: Mohammer5
Date: Wed, 24 Apr 2024 08:14:02 +0800
Subject: [PATCH 028/170] chore(tooltip cypress steps): remove commented-out
code
---
components/tooltip/src/features/common/index.js | 11 ++---------
1 file changed, 2 insertions(+), 9 deletions(-)
diff --git a/components/tooltip/src/features/common/index.js b/components/tooltip/src/features/common/index.js
index e90a68316d..777b00de03 100644
--- a/components/tooltip/src/features/common/index.js
+++ b/components/tooltip/src/features/common/index.js
@@ -36,23 +36,16 @@ Then('the Tooltip stays visible', () => {
cy.get('[data-test="dhis2-uicore-tooltip-content"]').should('exist')
})
-Then('the Tooltip is rendered on top of the anchor', () => {
+Then('the Tooltip is rendered on top of the anchor', async () => {
cy.get('[data-test="dhis2-uicore-tooltip-reference"]').then(($ref) => {
const refPos = $ref[0].getBoundingClientRect()
cy.get('[data-test="dhis2-uicore-tooltip-content"]').then(
($content) => {
const contentPos = $content[0].getBoundingClientRect()
+ expect(contentPos.bottom).to.be.greaterThan(refPos.top)
expect(refPos.top).to.be.greaterThan(contentPos.top)
}
)
})
-
- // cy.getPositionsBySelectors(
- // '[data-test="dhis2-uicore-tooltip-content"]',
- // '[data-test="dhis2-uicore-tooltip-reference"]'
- // ).should(([refPos, contentPos]) => {
- // expect(contentPos.bottom).to.be.greaterThan(refPos.top)
- // expect(refPos.top).to.be.greaterThan(contentPos.top)
- // })
})
From 022154d6937848582384bc088427a140b7e0ea4a Mon Sep 17 00:00:00 2001
From: Mohammer5
Date: Thu, 25 Apr 2024 09:09:07 +0800
Subject: [PATCH 029/170] chore(cucumber step config): remove superfluous
"async"
---
components/tooltip/src/features/common/index.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/components/tooltip/src/features/common/index.js b/components/tooltip/src/features/common/index.js
index 777b00de03..246261b7fd 100644
--- a/components/tooltip/src/features/common/index.js
+++ b/components/tooltip/src/features/common/index.js
@@ -36,7 +36,7 @@ Then('the Tooltip stays visible', () => {
cy.get('[data-test="dhis2-uicore-tooltip-content"]').should('exist')
})
-Then('the Tooltip is rendered on top of the anchor', async () => {
+Then('the Tooltip is rendered on top of the anchor', () => {
cy.get('[data-test="dhis2-uicore-tooltip-reference"]').then(($ref) => {
const refPos = $ref[0].getBoundingClientRect()
From 495c8698b24e3649b5d36c2ee3c9626aa2de4ff8 Mon Sep 17 00:00:00 2001
From: Mohammer5
Date: Thu, 25 Apr 2024 09:20:52 +0800
Subject: [PATCH 030/170] chore(cypress): fix ResizeObserver loop error
handling and make it global
---
.cypress-cucumber-preprocessorrc.json | 3 ++-
.../auto_hides_scroll_buttons/index.js | 20 -------------------
.../features/notify_at_end_of_list/index.js | 12 -----------
cypress/e2e/common.js | 16 +++++++++++++++
4 files changed, 18 insertions(+), 33 deletions(-)
create mode 100644 cypress/e2e/common.js
diff --git a/.cypress-cucumber-preprocessorrc.json b/.cypress-cucumber-preprocessorrc.json
index 3f586a22ed..4cd64d22e3 100644
--- a/.cypress-cucumber-preprocessorrc.json
+++ b/.cypress-cucumber-preprocessorrc.json
@@ -3,7 +3,8 @@
"e2e": {
"stepDefinitions": [
"[filepath]/*.{js,mjs,ts,tsx}",
- "[filepath]/../common/index.{js,mjs,ts,tsx}"
+ "[filepath]/../common/index.{js,mjs,ts,tsx}",
+ "cypress/e2e/common.js"
]
}
}
diff --git a/components/tab/src/tab-bar/features/auto_hides_scroll_buttons/index.js b/components/tab/src/tab-bar/features/auto_hides_scroll_buttons/index.js
index 022e5ae9d3..d27e1f26bd 100644
--- a/components/tab/src/tab-bar/features/auto_hides_scroll_buttons/index.js
+++ b/components/tab/src/tab-bar/features/auto_hides_scroll_buttons/index.js
@@ -1,25 +1,5 @@
-/* global before,after */
import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
-const handler = (err) => {
- // > This error means that ResizeObserver was not able to deliver all
- // > observations within a single animation frame. It is benign (your site
- // > will not break). – Aleksandar Totic Apr 15 at 3:14
- // -----
- // https://stackoverflow.com/a/50387233
- if (err.message.match('ResizeObserver loop limit exceeded')) {
- return false
- }
-}
-
-before(() => {
- Cypress.on('uncaught:exception', handler)
-})
-
-after(() => {
- Cypress.off('uncaught:exception', handler)
-})
-
Given('a tabbar with enough space for all tabs is rendered', () => {
cy.viewport(1024, 768)
cy.visitStory('TabBar', 'Scrollable with some tabs')
diff --git a/components/transfer/src/features/notify_at_end_of_list/index.js b/components/transfer/src/features/notify_at_end_of_list/index.js
index f67307021c..6f877ba3d8 100644
--- a/components/transfer/src/features/notify_at_end_of_list/index.js
+++ b/components/transfer/src/features/notify_at_end_of_list/index.js
@@ -1,17 +1,5 @@
import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
-Cypress.on('uncaught:exception', (err) => {
- // This prevents a benign error:
- // This error means that ResizeObserver was not able to deliver all
- // observations within a single animation frame. It is benign (your site
- // will not break).
- //
- // Source: https://stackoverflow.com/a/50387233/1319140
- if (err.match(/ResizeObserver loop limit exceeded/)) {
- return false
- }
-})
-
Given(
'the Transfer has enough items to fill the source list completely',
() => {
diff --git a/cypress/e2e/common.js b/cypress/e2e/common.js
new file mode 100644
index 0000000000..3eaeb796a5
--- /dev/null
+++ b/cypress/e2e/common.js
@@ -0,0 +1,16 @@
+Cypress.on('uncaught:exception', (err) => {
+ /* This prevents a benign error:
+ * This error means that ResizeObserver was not able to deliver all
+ * observations within a single animation frame. It is benign (your site
+ * will not break).
+ *
+ * Source: https://stackoverflow.com/a/50387233/1319140
+ */
+ const errMsg = err.toString()
+ if (
+ errMsg.match(/ResizeObserver loop limit exceeded/) ||
+ errMsg.match(/ResizeObserver loop completed with undelivered notifications/)
+ ) {
+ return false
+ }
+})
From e1d1c1e9ec32735e301f7584ca40046dc66275ef Mon Sep 17 00:00:00 2001
From: Mohammer5
Date: Thu, 25 Apr 2024 10:33:44 +0800
Subject: [PATCH 031/170] chore: fix linter issues
---
cypress/e2e/common.js | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/cypress/e2e/common.js b/cypress/e2e/common.js
index 3eaeb796a5..11f22241b0 100644
--- a/cypress/e2e/common.js
+++ b/cypress/e2e/common.js
@@ -9,7 +9,9 @@ Cypress.on('uncaught:exception', (err) => {
const errMsg = err.toString()
if (
errMsg.match(/ResizeObserver loop limit exceeded/) ||
- errMsg.match(/ResizeObserver loop completed with undelivered notifications/)
+ errMsg.match(
+ /ResizeObserver loop completed with undelivered notifications/
+ )
) {
return false
}
From 0bf352080cbd58c292325c1adf1c4cb6e840423f Mon Sep 17 00:00:00 2001
From: "@dhis2-bot"
Date: Sun, 28 Apr 2024 03:37:52 +0200
Subject: [PATCH 032/170] fix(translations): sync translations from transifex
(master)
Automatically merged.
---
components/sharing-dialog/i18n/sv.po | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/components/sharing-dialog/i18n/sv.po b/components/sharing-dialog/i18n/sv.po
index 6cdcad39bf..64d68c00dc 100644
--- a/components/sharing-dialog/i18n/sv.po
+++ b/components/sharing-dialog/i18n/sv.po
@@ -1,15 +1,16 @@
#
# Translators:
-# phil_dhis2, 2021
+# Philip Larsen Donnelly, 2021
# Viktor Varland , 2021
+# Martin , 2024
#
msgid ""
msgstr ""
"Project-Id-Version: i18next-conv\n"
"POT-Creation-Date: 2021-11-25T09:59:40.995Z\n"
"PO-Revision-Date: 2021-10-01 23:39+0000\n"
-"Last-Translator: Viktor Varland , 2021\n"
-"Language-Team: Swedish (https://www.transifex.com/hisp-uio/teams/100509/sv/)\n"
+"Last-Translator: Martin , 2024\n"
+"Language-Team: Swedish (https://app.transifex.com/hisp-uio/teams/100509/sv/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -71,7 +72,7 @@ msgid "Apply dashboard sharing settings to visualizations"
msgstr ""
msgid "Something went wrong"
-msgstr ""
+msgstr "Något gick fel"
msgid "Apply sharing to dashboard visualizations"
msgstr ""
From bf9927a204d56e688ee64cbff021e249f7f94b5e Mon Sep 17 00:00:00 2001
From: Diana Nanyanzi
Date: Mon, 29 Apr 2024 07:46:52 +0300
Subject: [PATCH 033/170] feat: add optional aria-label prop to switch
component
---
.../switch/src/switch/__tests__/switch.test.js | 13 +++++++++++++
components/switch/src/switch/switch.js | 4 ++--
components/switch/types/index.d.ts | 2 +-
3 files changed, 16 insertions(+), 3 deletions(-)
diff --git a/components/switch/src/switch/__tests__/switch.test.js b/components/switch/src/switch/__tests__/switch.test.js
index 172691e8d4..2d1d6a036c 100644
--- a/components/switch/src/switch/__tests__/switch.test.js
+++ b/components/switch/src/switch/__tests__/switch.test.js
@@ -28,4 +28,17 @@ describe(' ', () => {
expect(onKeyDown).toHaveBeenCalledTimes(1)
})
+
+ it('renders the switch with aria label', () => {
+ const ariaLabel = 'test switch'
+ render(
+
+ )
+ expect(screen.getAllByLabelText(ariaLabel)).toHaveLength(1)
+ })
})
diff --git a/components/switch/src/switch/switch.js b/components/switch/src/switch/switch.js
index 31c273a2dc..a53cf7cc35 100644
--- a/components/switch/src/switch/switch.js
+++ b/components/switch/src/switch/switch.js
@@ -47,7 +47,7 @@ class Switch extends Component {
render() {
const {
- ariaLabel,
+ 'aria-label': ariaLabel,
checked,
className,
disabled,
@@ -172,7 +172,7 @@ Switch.defaultProps = {
Switch.propTypes = {
/** Sets an aria-label attribute on the input */
- ariaLabel: PropTypes.string,
+ 'aria-label': PropTypes.string,
checked: PropTypes.bool,
className: PropTypes.string,
dataTest: PropTypes.string,
diff --git a/components/switch/types/index.d.ts b/components/switch/types/index.d.ts
index fbd94350a4..3a18fba501 100644
--- a/components/switch/types/index.d.ts
+++ b/components/switch/types/index.d.ts
@@ -23,7 +23,7 @@ export interface SwitchProps {
/**
* Sets an aria-label attribute on the input
*/
- ariaLabel?: string
+ 'aria-label'?: string
checked?: boolean
className?: string
dataTest?: string
From c8daca4f6457fd3ce4f028377b69c491abf3980c Mon Sep 17 00:00:00 2001
From: Rene Pot
Date: Tue, 30 Apr 2024 08:23:23 -0400
Subject: [PATCH 034/170] docs: change import/notice about import & add
codeblocks (#1442)
---
collections/forms/API.md | 36 +-
collections/ui/API.md | 250 ++---
components/alert/API.md | 16 +-
components/alert/src/alert-bar/alert-bar.js | 6 +-
components/box/API.md | 4 +-
components/button/API.md | 16 +-
components/calendar/API.md | 22 +-
components/card/API.md | 4 +-
components/center/API.md | 4 +-
components/checkbox/API.md | 8 +-
components/chip/API.md | 4 +-
components/cover/API.md | 4 +-
components/css/API.md | 8 +-
components/divider/API.md | 4 +-
components/field/API.md | 12 +-
components/file-input/API.md | 24 +-
components/header-bar/API.md | 4 +-
components/help/API.md | 4 +-
components/input/API.md | 8 +-
components/intersection-detector/API.md | 4 +-
components/label/API.md | 4 +-
components/layer/API.md | 4 +-
components/legend/API.md | 4 +-
components/loader/API.md | 8 +-
components/logo/API.md | 16 +-
components/menu/API.md | 20 +-
components/modal/API.md | 16 +-
components/node/API.md | 4 +-
components/notice-box/API.md | 4 +-
components/organisation-unit-tree/API.md | 12 +-
components/pagination/API.md | 4 +-
components/popover/API.md | 4 +-
components/popper/API.md | 4 +-
components/radio/API.md | 4 +-
components/required/API.md | 4 +-
components/segmented-control/API.md | 4 +-
components/select/API.md | 24 +-
components/selector-bar/API.md | 8 +-
components/sharing-dialog/API.md | 4 +-
components/status-icon/API.md | 4 +-
components/switch/API.md | 8 +-
components/tab/API.md | 8 +-
components/table/API.md | 104 +-
components/tag/API.md | 4 +-
components/text-area/API.md | 8 +-
components/tooltip/API.md | 4 +-
components/transfer/API.md | 8 +-
components/user-avatar/API.md | 4 +-
docs/docs/components/alertbar.md | 97 +-
docs/docs/components/avatar.md | 17 +-
docs/docs/components/button.md | 51 +
docs/docs/components/calendar-input.md | 11 +
docs/docs/components/calendar.md | 71 +-
docs/docs/components/card.md | 4 +
docs/docs/components/checkbox.md | 5 +
docs/docs/components/chip.md | 17 +
docs/docs/components/data-table.md | 46 +-
docs/docs/components/elevation.md | 19 +-
docs/docs/components/fileinput.md | 25 +-
docs/docs/components/inputfield.md | 83 +-
docs/docs/components/loading.md | 15 +
docs/docs/components/menu.md | 84 +-
docs/docs/components/modal.md | 95 +-
docs/docs/components/notice-box.md | 38 +-
docs/docs/components/org-unit-tree.md | 4 +-
docs/docs/components/pagination.md | 35 +-
docs/docs/components/popover.md | 4 +-
docs/docs/components/radio.md | 7 +-
docs/docs/components/segmented-control.md | 33 +-
docs/docs/components/select.md | 102 +-
docs/docs/components/switch.md | 15 +-
docs/docs/components/tab.md | 21 +-
docs/docs/components/tag.md | 21 +-
docs/docs/components/tooltip.md | 15 +-
docs/docs/components/transfer.md | 83 +-
docs/sidebars.js | 7 +-
icons/API.md | 1036 +++++++++----------
scripts/generate-api-docs.js | 16 +-
78 files changed, 1890 insertions(+), 933 deletions(-)
diff --git a/collections/forms/API.md b/collections/forms/API.md
index ca1fef2406..fe9090915c 100644
--- a/collections/forms/API.md
+++ b/collections/forms/API.md
@@ -2,11 +2,11 @@
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `CheckboxFieldFF`, you can import the component from the `@dhis2/ui` library
```js
-import { CheckboxFieldFF } from '@dhis2/ui-forms'
+import { CheckboxFieldFF } from '@dhis2/ui'
```
@@ -27,11 +27,11 @@ import { CheckboxFieldFF } from '@dhis2/ui-forms'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `FieldGroupFF`, you can import the component from the `@dhis2/ui` library
```js
-import { FieldGroupFF } from '@dhis2/ui-forms'
+import { FieldGroupFF } from '@dhis2/ui'
```
@@ -48,11 +48,11 @@ import { FieldGroupFF } from '@dhis2/ui-forms'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `FileInputFieldFF`, you can import the component from the `@dhis2/ui` library
```js
-import { FileInputFieldFF } from '@dhis2/ui-forms'
+import { FileInputFieldFF } from '@dhis2/ui'
```
@@ -75,11 +75,11 @@ import { FileInputFieldFF } from '@dhis2/ui-forms'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `InputFieldFF`, you can import the component from the `@dhis2/ui` library
```js
-import { InputFieldFF } from '@dhis2/ui-forms'
+import { InputFieldFF } from '@dhis2/ui'
```
@@ -102,11 +102,11 @@ import { InputFieldFF } from '@dhis2/ui-forms'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `MultiSelectFieldFF`, you can import the component from the `@dhis2/ui` library
```js
-import { MultiSelectFieldFF } from '@dhis2/ui-forms'
+import { MultiSelectFieldFF } from '@dhis2/ui'
```
@@ -130,11 +130,11 @@ import { MultiSelectFieldFF } from '@dhis2/ui-forms'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `RadioFieldFF`, you can import the component from the `@dhis2/ui` library
```js
-import { RadioFieldFF } from '@dhis2/ui-forms'
+import { RadioFieldFF } from '@dhis2/ui'
```
@@ -155,11 +155,11 @@ import { RadioFieldFF } from '@dhis2/ui-forms'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `SingleSelectFieldFF`, you can import the component from the `@dhis2/ui` library
```js
-import { SingleSelectFieldFF } from '@dhis2/ui-forms'
+import { SingleSelectFieldFF } from '@dhis2/ui'
```
@@ -183,11 +183,11 @@ import { SingleSelectFieldFF } from '@dhis2/ui-forms'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `SwitchFieldFF`, you can import the component from the `@dhis2/ui` library
```js
-import { SwitchFieldFF } from '@dhis2/ui-forms'
+import { SwitchFieldFF } from '@dhis2/ui'
```
@@ -208,11 +208,11 @@ import { SwitchFieldFF } from '@dhis2/ui-forms'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `TextAreaFieldFF`, you can import the component from the `@dhis2/ui` library
```js
-import { TextAreaFieldFF } from '@dhis2/ui-forms'
+import { TextAreaFieldFF } from '@dhis2/ui'
```
diff --git a/collections/ui/API.md b/collections/ui/API.md
index 78d82dae94..ceffb17886 100644
--- a/collections/ui/API.md
+++ b/collections/ui/API.md
@@ -2,7 +2,7 @@
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `AlertBar`, you can import the component from the `@dhis2/ui` library
```js
@@ -14,15 +14,15 @@ import { AlertBar } from '@dhis2/ui'
|Name|Type|Default|Required|Description|
|---|---|---|---|---|
-|actions|custom|||An array of 0-2 action objects|
+|actions|custom|||An array of 0-2 action objects `[{label: "Save", onClick: clickHandler}]`|
|children|string|||The message string for the alert|
|className|string||||
|critical|custom|||Alert bars with `critical` will not autohide|
|dataTest|string|`'dhis2-uicore-alertbar'`|||
-|duration|number|`8000`|||
-|hidden|boolean||||
+|duration|number|`8000`||How long you want the notification to display, in `ms`, when it's not permanent|
+|hidden|boolean|||AlertBar will be hidden on creation when this is set|
|icon|custom|`true`||A specific icon to override the default icon in the bar. If `false` is provided, no icon will be shown.|
-|permanent|boolean||||
+|permanent|boolean|||When set, AlertBar will not auto-hide|
|success|custom||||
|warning|custom|||Alert bars with `warning` will not autohide|
|onHidden|function||||
@@ -31,7 +31,7 @@ import { AlertBar } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `AlertStack`, you can import the component from the `@dhis2/ui` library
```js
@@ -51,7 +51,7 @@ import { AlertStack } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `Box`, you can import the component from the `@dhis2/ui` library
```js
@@ -79,7 +79,7 @@ import { Box } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `Button`, you can import the component from the `@dhis2/ui` library
```js
@@ -117,7 +117,7 @@ import { Button } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `ButtonStrip`, you can import the component from the `@dhis2/ui` library
```js
@@ -139,7 +139,7 @@ import { ButtonStrip } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `DropdownButton`, you can import the component from the `@dhis2/ui` library
```js
@@ -174,7 +174,7 @@ import { DropdownButton } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `SplitButton`, you can import the component from the `@dhis2/ui` library
```js
@@ -208,7 +208,7 @@ import { SplitButton } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `Calendar`, you can import the component from the `@dhis2/ui` library
```js
@@ -231,11 +231,29 @@ import { Calendar } from '@dhis2/ui'
|weekDayFormat|'narrow' │ 'short' │ 'long'|`'narrow'`||the format to display for the week day, i.e. Monday (long), Mon (short), M (narrow)|
|width|string|`'240px'`||the width of the calendar component|
+### CalendarInput
+
+#### Usage
+
+To use `CalendarInput`, you can import the component from the `@dhis2/ui` library
+
+
+```js
+import { CalendarInput } from '@dhis2/ui'
+```
+
+
+#### Props
+
+|Name|Type|Default|Required|Description|
+|---|---|---|---|---|
+|dataTest|undefined|`'dhis2-uiwidgets-calendar-inputfield'`|||
+
### Card
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `Card`, you can import the component from the `@dhis2/ui` library
```js
@@ -255,7 +273,7 @@ import { Card } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `Center`, you can import the component from the `@dhis2/ui` library
```js
@@ -276,7 +294,7 @@ import { Center } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `Checkbox`, you can import the component from the `@dhis2/ui` library
```js
@@ -311,7 +329,7 @@ import { Checkbox } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `CheckboxField`, you can import the component from the `@dhis2/ui` library
```js
@@ -348,7 +366,7 @@ import { CheckboxField } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `Chip`, you can import the component from the `@dhis2/ui` library
```js
@@ -382,7 +400,7 @@ import { Chip } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `Cover`, you can import the component from the `@dhis2/ui` library
```js
@@ -404,7 +422,7 @@ import { Cover } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `CssReset`, you can import the component from the `@dhis2/ui` library
```js
@@ -417,7 +435,7 @@ import { CssReset } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `CssVariables`, you can import the component from the `@dhis2/ui` library
```js
@@ -439,7 +457,7 @@ import { CssVariables } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `Divider`, you can import the component from the `@dhis2/ui` library
```js
@@ -460,7 +478,7 @@ import { Divider } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `Field`, you can import the component from the `@dhis2/ui` library
```js
@@ -489,7 +507,7 @@ import { Field } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `FieldGroup`, you can import the component from the `@dhis2/ui` library
```js
@@ -518,7 +536,7 @@ import { FieldGroup } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `FieldSet`, you can import the component from the `@dhis2/ui` library
```js
@@ -538,7 +556,7 @@ import { FieldSet } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `FileInput`, you can import the component from the `@dhis2/ui` library
```js
@@ -573,7 +591,7 @@ import { FileInput } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `FileInputField`, you can import the component from the `@dhis2/ui` library
```js
@@ -614,7 +632,7 @@ import { FileInputField } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `FileListItem`, you can import the component from the `@dhis2/ui` library
```js
@@ -639,7 +657,7 @@ import { FileListItem } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `FileListPlaceholder`, you can import the component from the `@dhis2/ui` library
```js
@@ -658,7 +676,7 @@ import { FileListPlaceholder } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `FileList`, you can import the component from the `@dhis2/ui` library
```js
@@ -678,7 +696,7 @@ import { FileList } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `HeaderBar`, you can import the component from the `@dhis2/ui` library
```js
@@ -699,7 +717,7 @@ import { HeaderBar } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `Logo`, you can import the component from the `@dhis2/ui` library
```js
@@ -712,7 +730,7 @@ import { Logo } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `Help`, you can import the component from the `@dhis2/ui` library
```js
@@ -735,7 +753,7 @@ import { Help } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `Input`, you can import the component from the `@dhis2/ui` library
```js
@@ -776,7 +794,7 @@ import { Input } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `InputField`, you can import the component from the `@dhis2/ui` library
```js
@@ -821,7 +839,7 @@ import { InputField } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IntersectionDetector`, you can import the component from the `@dhis2/ui` library
```js
@@ -844,7 +862,7 @@ import { IntersectionDetector } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `Label`, you can import the component from the `@dhis2/ui` library
```js
@@ -867,7 +885,7 @@ import { Label } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `Layer`, you can import the component from the `@dhis2/ui` library
```js
@@ -893,7 +911,7 @@ import { Layer } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `Legend`, you can import the component from the `@dhis2/ui` library
```js
@@ -914,7 +932,7 @@ import { Legend } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `CircularLoader`, you can import the component from the `@dhis2/ui` library
```js
@@ -937,7 +955,7 @@ import { CircularLoader } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `LinearLoader`, you can import the component from the `@dhis2/ui` library
```js
@@ -960,7 +978,7 @@ import { LinearLoader } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `LogoIcon`, you can import the component from the `@dhis2/ui` library
```js
@@ -979,7 +997,7 @@ import { LogoIcon } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `LogoIconWhite`, you can import the component from the `@dhis2/ui` library
```js
@@ -998,7 +1016,7 @@ import { LogoIconWhite } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `Logo`, you can import the component from the `@dhis2/ui` library
```js
@@ -1017,7 +1035,7 @@ import { Logo } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `LogoWhite`, you can import the component from the `@dhis2/ui` library
```js
@@ -1036,7 +1054,7 @@ import { LogoWhite } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `FlyoutMenu`, you can import the component from the `@dhis2/ui` library
```js
@@ -1059,7 +1077,7 @@ import { FlyoutMenu } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `Menu`, you can import the component from the `@dhis2/ui` library
```js
@@ -1080,7 +1098,7 @@ import { Menu } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `MenuDivider`, you can import the component from the `@dhis2/ui` library
```js
@@ -1100,7 +1118,7 @@ import { MenuDivider } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `MenuItem`, you can import the component from the `@dhis2/ui` library
```js
@@ -1134,7 +1152,7 @@ import { MenuItem } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `MenuSectionHeader`, you can import the component from the `@dhis2/ui` library
```js
@@ -1156,7 +1174,7 @@ import { MenuSectionHeader } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `Modal`, you can import the component from the `@dhis2/ui` library
```js
@@ -1182,7 +1200,7 @@ import { Modal } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `ModalActions`, you can import the component from the `@dhis2/ui` library
```js
@@ -1201,7 +1219,7 @@ import { ModalActions } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `ModalContent`, you can import the component from the `@dhis2/ui` library
```js
@@ -1221,7 +1239,7 @@ import { ModalContent } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `ModalTitle`, you can import the component from the `@dhis2/ui` library
```js
@@ -1240,7 +1258,7 @@ import { ModalTitle } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `Node`, you can import the component from the `@dhis2/ui` library
```js
@@ -1265,7 +1283,7 @@ import { Node } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `NoticeBox`, you can import the component from the `@dhis2/ui` library
```js
@@ -1289,7 +1307,7 @@ import { NoticeBox } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `OrganisationUnitTreeRootError`, you can import the component from the `@dhis2/ui` library
```js
@@ -1308,7 +1326,7 @@ import { OrganisationUnitTreeRootError } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `OrganisationUnitTreeRootLoading`, you can import the component from the `@dhis2/ui` library
```js
@@ -1326,7 +1344,7 @@ import { OrganisationUnitTreeRootLoading } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `OrganisationUnitTree`, you can import the component from the `@dhis2/ui` library
```js
@@ -1363,7 +1381,7 @@ import { OrganisationUnitTree } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `Label`, you can import the component from the `@dhis2/ui` library
```js
@@ -1396,7 +1414,7 @@ import { Label } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `Pagination`, you can import the component from the `@dhis2/ui` library
```js
@@ -1433,7 +1451,7 @@ import { Pagination } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `Popover`, you can import the component from the `@dhis2/ui` library
```js
@@ -1461,7 +1479,7 @@ import { Popover } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `Popper`, you can import the component from the `@dhis2/ui` library
```js
@@ -1488,7 +1506,7 @@ import { Popper } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `Radio`, you can import the component from the `@dhis2/ui` library
```js
@@ -1522,7 +1540,7 @@ import { Radio } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `Required`, you can import the component from the `@dhis2/ui` library
```js
@@ -1540,7 +1558,7 @@ import { Required } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `SegmentedControl`, you can import the component from the `@dhis2/ui` library
```js
@@ -1561,7 +1579,7 @@ import { SegmentedControl } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `Input`, you can import the component from the `@dhis2/ui` library
```js
@@ -1589,7 +1607,7 @@ import { Input } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `Menu`, you can import the component from the `@dhis2/ui` library
```js
@@ -1611,7 +1629,7 @@ import { Menu } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `MultiSelect`, you can import the component from the `@dhis2/ui` library
```js
@@ -1655,7 +1673,7 @@ import { MultiSelect } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `MultiSelectField`, you can import the component from the `@dhis2/ui` library
```js
@@ -1704,7 +1722,7 @@ import { MultiSelectField } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `MultiSelectOption`, you can import the component from the `@dhis2/ui` library
```js
@@ -1728,7 +1746,7 @@ import { MultiSelectOption } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `Input`, you can import the component from the `@dhis2/ui` library
```js
@@ -1756,7 +1774,7 @@ import { Input } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `Menu`, you can import the component from the `@dhis2/ui` library
```js
@@ -1780,7 +1798,7 @@ import { Menu } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `SingleSelect`, you can import the component from the `@dhis2/ui` library
```js
@@ -1824,7 +1842,7 @@ import { SingleSelect } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `SingleSelectField`, you can import the component from the `@dhis2/ui` library
```js
@@ -1873,7 +1891,7 @@ import { SingleSelectField } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `SingleSelectOption`, you can import the component from the `@dhis2/ui` library
```js
@@ -1897,7 +1915,7 @@ import { SingleSelectOption } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `SelectorBar`, you can import the component from the `@dhis2/ui` library
```js
@@ -1920,7 +1938,7 @@ import { SelectorBar } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `SelectorBarItem`, you can import the component from the `@dhis2/ui` library
```js
@@ -1948,7 +1966,7 @@ import { SelectorBarItem } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `SharingDialog`, you can import the component from the `@dhis2/ui` library
```js
@@ -2009,7 +2027,7 @@ import { SharingDialog } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `Modal`, you can import the component from the `@dhis2/ui` library
```js
@@ -2029,7 +2047,7 @@ import { Modal } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `Switch`, you can import the component from the `@dhis2/ui` library
```js
@@ -2065,7 +2083,7 @@ import { Switch } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `SwitchField`, you can import the component from the `@dhis2/ui` library
```js
@@ -2102,7 +2120,7 @@ import { SwitchField } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `Tab`, you can import the component from the `@dhis2/ui` library
```js
@@ -2126,7 +2144,7 @@ import { Tab } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `TabBar`, you can import the component from the `@dhis2/ui` library
```js
@@ -2148,7 +2166,7 @@ import { TabBar } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `DataTableCell`, you can import the component from the `@dhis2/ui` library
```js
@@ -2186,7 +2204,7 @@ import { DataTableCell } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `DataTable`, you can import the component from the `@dhis2/ui` library
```js
@@ -2211,7 +2229,7 @@ import { DataTable } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `StackedTableBody`, you can import the component from the `@dhis2/ui` library
```js
@@ -2231,7 +2249,7 @@ import { StackedTableBody } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `StackedTableCellHead`, you can import the component from the `@dhis2/ui` library
```js
@@ -2253,7 +2271,7 @@ import { StackedTableCellHead } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `StackedTableCell`, you can import the component from the `@dhis2/ui` library
```js
@@ -2279,7 +2297,7 @@ import { StackedTableCell } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `StackedTableFoot`, you can import the component from the `@dhis2/ui` library
```js
@@ -2299,7 +2317,7 @@ import { StackedTableFoot } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `StackedTableHead`, you can import the component from the `@dhis2/ui` library
```js
@@ -2319,7 +2337,7 @@ import { StackedTableHead } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `StackedTableRowHead`, you can import the component from the `@dhis2/ui` library
```js
@@ -2339,7 +2357,7 @@ import { StackedTableRowHead } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `StackedTableRow`, you can import the component from the `@dhis2/ui` library
```js
@@ -2359,7 +2377,7 @@ import { StackedTableRow } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `StackedTable`, you can import the component from the `@dhis2/ui` library
```js
@@ -2380,7 +2398,7 @@ import { StackedTable } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `Table`, you can import the component from the `@dhis2/ui` library
```js
@@ -2400,7 +2418,7 @@ import { Table } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `TableBody`, you can import the component from the `@dhis2/ui` library
```js
@@ -2421,7 +2439,7 @@ import { TableBody } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `TableCellHead`, you can import the component from the `@dhis2/ui` library
```js
@@ -2445,7 +2463,7 @@ import { TableCellHead } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `TableCell`, you can import the component from the `@dhis2/ui` library
```js
@@ -2469,7 +2487,7 @@ import { TableCell } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `TableFoot`, you can import the component from the `@dhis2/ui` library
```js
@@ -2490,7 +2508,7 @@ import { TableFoot } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `TableHead`, you can import the component from the `@dhis2/ui` library
```js
@@ -2511,7 +2529,7 @@ import { TableHead } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `TableRowHead`, you can import the component from the `@dhis2/ui` library
```js
@@ -2533,7 +2551,7 @@ import { TableRowHead } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `TableRow`, you can import the component from the `@dhis2/ui` library
```js
@@ -2555,7 +2573,7 @@ import { TableRow } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `Table`, you can import the component from the `@dhis2/ui` library
```js
@@ -2577,7 +2595,7 @@ import { Table } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `DataTableColumnHeader`, you can import the component from the `@dhis2/ui` library
```js
@@ -2614,7 +2632,7 @@ import { DataTableColumnHeader } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `DataTableRow`, you can import the component from the `@dhis2/ui` library
```js
@@ -2640,7 +2658,7 @@ import { DataTableRow } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `TableBody`, you can import the component from the `@dhis2/ui` library
```js
@@ -2662,7 +2680,7 @@ import { TableBody } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `TableFoot`, you can import the component from the `@dhis2/ui` library
```js
@@ -2683,7 +2701,7 @@ import { TableFoot } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `TableHead`, you can import the component from the `@dhis2/ui` library
```js
@@ -2704,7 +2722,7 @@ import { TableHead } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `TableRow`, you can import the component from the `@dhis2/ui` library
```js
@@ -2727,7 +2745,7 @@ import { TableRow } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `Table`, you can import the component from the `@dhis2/ui` library
```js
@@ -2751,7 +2769,7 @@ import { Table } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `Tag`, you can import the component from the `@dhis2/ui` library
```js
@@ -2777,7 +2795,7 @@ import { Tag } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `TextArea`, you can import the component from the `@dhis2/ui` library
```js
@@ -2816,7 +2834,7 @@ import { TextArea } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `TextAreaField`, you can import the component from the `@dhis2/ui` library
```js
@@ -2859,7 +2877,7 @@ import { TextAreaField } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `Tooltip`, you can import the component from the `@dhis2/ui` library
```js
@@ -2884,7 +2902,7 @@ import { Tooltip } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `TransferOption`, you can import the component from the `@dhis2/ui` library
```js
@@ -2909,7 +2927,7 @@ import { TransferOption } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `Transfer`, you can import the component from the `@dhis2/ui` library
```js
@@ -2968,7 +2986,7 @@ import { Transfer } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `UserAvatar`, you can import the component from the `@dhis2/ui` library
```js
diff --git a/components/alert/API.md b/components/alert/API.md
index f51034cf69..6aa9db37b9 100644
--- a/components/alert/API.md
+++ b/components/alert/API.md
@@ -2,11 +2,11 @@
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `AlertBar`, you can import the component from the `@dhis2/ui` library
```js
-import { AlertBar } from '@dhis2-ui/alert'
+import { AlertBar } from '@dhis2/ui'
```
@@ -14,15 +14,15 @@ import { AlertBar } from '@dhis2-ui/alert'
|Name|Type|Default|Required|Description|
|---|---|---|---|---|
-|actions|custom|||An array of 0-2 action objects|
+|actions|custom|||An array of 0-2 action objects `[{label: "Save", onClick: clickHandler}]`|
|children|string|||The message string for the alert|
|className|string||||
|critical|custom|||Alert bars with `critical` will not autohide|
|dataTest|string|`'dhis2-uicore-alertbar'`|||
-|duration|number|`8000`|||
-|hidden|boolean||||
+|duration|number|`8000`||How long you want the notification to display, in `ms`, when it's not permanent|
+|hidden|boolean|||AlertBar will be hidden on creation when this is set|
|icon|custom|`true`||A specific icon to override the default icon in the bar. If `false` is provided, no icon will be shown.|
-|permanent|boolean||||
+|permanent|boolean|||When set, AlertBar will not auto-hide|
|success|custom||||
|warning|custom|||Alert bars with `warning` will not autohide|
|onHidden|function||||
@@ -31,11 +31,11 @@ import { AlertBar } from '@dhis2-ui/alert'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `AlertStack`, you can import the component from the `@dhis2/ui` library
```js
-import { AlertStack } from '@dhis2-ui/alert'
+import { AlertStack } from '@dhis2/ui'
```
diff --git a/components/alert/src/alert-bar/alert-bar.js b/components/alert/src/alert-bar/alert-bar.js
index f17e74fbba..8e84bd2c23 100644
--- a/components/alert/src/alert-bar/alert-bar.js
+++ b/components/alert/src/alert-bar/alert-bar.js
@@ -149,7 +149,8 @@ AlertBar.defaultProps = {
}
AlertBar.propTypes = {
- /** An array of 0-2 action objects */
+ /** An array of 0-2 action objects
+`[{label: "Save", onClick: clickHandler}]`*/
actions: actionsPropType,
/** The message string for the alert */
children: PropTypes.string,
@@ -157,13 +158,16 @@ AlertBar.propTypes = {
/** Alert bars with `critical` will not autohide */
critical: alertTypePropType,
dataTest: PropTypes.string,
+ /** How long you want the notification to display, in `ms`, when it's not permanent */
duration: PropTypes.number,
+ /** AlertBar will be hidden on creation when this is set to true */
hidden: PropTypes.bool,
/**
* A specific icon to override the default icon in the bar.
* If `false` is provided, no icon will be shown.
*/
icon: iconPropType,
+ /** When set, AlertBar will not autohide */
permanent: PropTypes.bool,
success: alertTypePropType,
/** Alert bars with `warning` will not autohide */
diff --git a/components/box/API.md b/components/box/API.md
index c99b54c5e9..bb766c02a0 100644
--- a/components/box/API.md
+++ b/components/box/API.md
@@ -2,11 +2,11 @@
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `Box`, you can import the component from the `@dhis2/ui` library
```js
-import { Box } from '@dhis2-ui/box'
+import { Box } from '@dhis2/ui'
```
diff --git a/components/button/API.md b/components/button/API.md
index 128964c70c..d31cd72fe7 100644
--- a/components/button/API.md
+++ b/components/button/API.md
@@ -2,11 +2,11 @@
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `Button`, you can import the component from the `@dhis2/ui` library
```js
-import { Button } from '@dhis2-ui/button'
+import { Button } from '@dhis2/ui'
```
@@ -40,11 +40,11 @@ import { Button } from '@dhis2-ui/button'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `ButtonStrip`, you can import the component from the `@dhis2/ui` library
```js
-import { ButtonStrip } from '@dhis2-ui/button'
+import { ButtonStrip } from '@dhis2/ui'
```
@@ -62,11 +62,11 @@ import { ButtonStrip } from '@dhis2-ui/button'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `DropdownButton`, you can import the component from the `@dhis2/ui` library
```js
-import { DropdownButton } from '@dhis2-ui/button'
+import { DropdownButton } from '@dhis2/ui'
```
@@ -97,11 +97,11 @@ import { DropdownButton } from '@dhis2-ui/button'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `SplitButton`, you can import the component from the `@dhis2/ui` library
```js
-import { SplitButton } from '@dhis2-ui/button'
+import { SplitButton } from '@dhis2/ui'
```
diff --git a/components/calendar/API.md b/components/calendar/API.md
index 7e559457c7..26f8eaac53 100644
--- a/components/calendar/API.md
+++ b/components/calendar/API.md
@@ -2,11 +2,11 @@
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `Calendar`, you can import the component from the `@dhis2/ui` library
```js
-import { Calendar } from '@dhis2-ui/calendar'
+import { Calendar } from '@dhis2/ui'
```
@@ -24,3 +24,21 @@ import { Calendar } from '@dhis2-ui/calendar'
|timeZone|string|||the timeZone to use|
|weekDayFormat|'narrow' │ 'short' │ 'long'|`'narrow'`||the format to display for the week day, i.e. Monday (long), Mon (short), M (narrow)|
|width|string|`'240px'`||the width of the calendar component|
+
+### CalendarInput
+
+#### Usage
+
+To use `CalendarInput`, you can import the component from the `@dhis2/ui` library
+
+
+```js
+import { CalendarInput } from '@dhis2/ui'
+```
+
+
+#### Props
+
+|Name|Type|Default|Required|Description|
+|---|---|---|---|---|
+|dataTest|undefined|`'dhis2-uiwidgets-calendar-inputfield'`|||
diff --git a/components/card/API.md b/components/card/API.md
index 9bb388a1b5..cf166149bc 100644
--- a/components/card/API.md
+++ b/components/card/API.md
@@ -2,11 +2,11 @@
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `Card`, you can import the component from the `@dhis2/ui` library
```js
-import { Card } from '@dhis2-ui/card'
+import { Card } from '@dhis2/ui'
```
diff --git a/components/center/API.md b/components/center/API.md
index 8a135eb5fb..9c7e2c25b3 100644
--- a/components/center/API.md
+++ b/components/center/API.md
@@ -2,11 +2,11 @@
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `Center`, you can import the component from the `@dhis2/ui` library
```js
-import { Center } from '@dhis2-ui/center'
+import { Center } from '@dhis2/ui'
```
diff --git a/components/checkbox/API.md b/components/checkbox/API.md
index 340d5298b1..ea509bc46f 100644
--- a/components/checkbox/API.md
+++ b/components/checkbox/API.md
@@ -2,11 +2,11 @@
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `Checkbox`, you can import the component from the `@dhis2/ui` library
```js
-import { Checkbox } from '@dhis2-ui/checkbox'
+import { Checkbox } from '@dhis2/ui'
```
@@ -37,11 +37,11 @@ import { Checkbox } from '@dhis2-ui/checkbox'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `CheckboxField`, you can import the component from the `@dhis2/ui` library
```js
-import { CheckboxField } from '@dhis2-ui/checkbox'
+import { CheckboxField } from '@dhis2/ui'
```
diff --git a/components/chip/API.md b/components/chip/API.md
index a0842b9609..5a687e7615 100644
--- a/components/chip/API.md
+++ b/components/chip/API.md
@@ -2,11 +2,11 @@
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `Chip`, you can import the component from the `@dhis2/ui` library
```js
-import { Chip } from '@dhis2-ui/chip'
+import { Chip } from '@dhis2/ui'
```
diff --git a/components/cover/API.md b/components/cover/API.md
index cd0aa042b5..a418093d22 100644
--- a/components/cover/API.md
+++ b/components/cover/API.md
@@ -2,11 +2,11 @@
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `Cover`, you can import the component from the `@dhis2/ui` library
```js
-import { Cover } from '@dhis2-ui/cover'
+import { Cover } from '@dhis2/ui'
```
diff --git a/components/css/API.md b/components/css/API.md
index 231d0a8160..9980dc0528 100644
--- a/components/css/API.md
+++ b/components/css/API.md
@@ -2,11 +2,11 @@
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `CssReset`, you can import the component from the `@dhis2/ui` library
```js
-import { CssReset } from '@dhis2-ui/css'
+import { CssReset } from '@dhis2/ui'
```
@@ -15,11 +15,11 @@ import { CssReset } from '@dhis2-ui/css'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `CssVariables`, you can import the component from the `@dhis2/ui` library
```js
-import { CssVariables } from '@dhis2-ui/css'
+import { CssVariables } from '@dhis2/ui'
```
diff --git a/components/divider/API.md b/components/divider/API.md
index 49b9fd8758..8dcf7d8860 100644
--- a/components/divider/API.md
+++ b/components/divider/API.md
@@ -2,11 +2,11 @@
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `Divider`, you can import the component from the `@dhis2/ui` library
```js
-import { Divider } from '@dhis2-ui/divider'
+import { Divider } from '@dhis2/ui'
```
diff --git a/components/field/API.md b/components/field/API.md
index c24ac7b974..dc940876dc 100644
--- a/components/field/API.md
+++ b/components/field/API.md
@@ -2,11 +2,11 @@
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `Field`, you can import the component from the `@dhis2/ui` library
```js
-import { Field } from '@dhis2-ui/field'
+import { Field } from '@dhis2/ui'
```
@@ -31,11 +31,11 @@ import { Field } from '@dhis2-ui/field'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `FieldGroup`, you can import the component from the `@dhis2/ui` library
```js
-import { FieldGroup } from '@dhis2-ui/field'
+import { FieldGroup } from '@dhis2/ui'
```
@@ -60,11 +60,11 @@ import { FieldGroup } from '@dhis2-ui/field'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `FieldSet`, you can import the component from the `@dhis2/ui` library
```js
-import { FieldSet } from '@dhis2-ui/field'
+import { FieldSet } from '@dhis2/ui'
```
diff --git a/components/file-input/API.md b/components/file-input/API.md
index 039c186bb1..6ba7b0b6a0 100644
--- a/components/file-input/API.md
+++ b/components/file-input/API.md
@@ -2,11 +2,11 @@
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `FileInput`, you can import the component from the `@dhis2/ui` library
```js
-import { FileInput } from '@dhis2-ui/file-input'
+import { FileInput } from '@dhis2/ui'
```
@@ -37,11 +37,11 @@ import { FileInput } from '@dhis2-ui/file-input'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `FileInputField`, you can import the component from the `@dhis2/ui` library
```js
-import { FileInputField } from '@dhis2-ui/file-input'
+import { FileInputField } from '@dhis2/ui'
```
@@ -78,11 +78,11 @@ import { FileInputField } from '@dhis2-ui/file-input'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `FileInputFieldWithList`, you can import the component from the `@dhis2/ui` library
```js
-import { FileInputFieldWithList } from '@dhis2-ui/file-input'
+import { FileInputFieldWithList } from '@dhis2/ui'
```
@@ -120,11 +120,11 @@ import { FileInputFieldWithList } from '@dhis2-ui/file-input'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `FileListItem`, you can import the component from the `@dhis2/ui` library
```js
-import { FileListItem } from '@dhis2-ui/file-input'
+import { FileListItem } from '@dhis2/ui'
```
@@ -145,11 +145,11 @@ import { FileListItem } from '@dhis2-ui/file-input'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `FileListPlaceholder`, you can import the component from the `@dhis2/ui` library
```js
-import { FileListPlaceholder } from '@dhis2-ui/file-input'
+import { FileListPlaceholder } from '@dhis2/ui'
```
@@ -164,11 +164,11 @@ import { FileListPlaceholder } from '@dhis2-ui/file-input'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `FileList`, you can import the component from the `@dhis2/ui` library
```js
-import { FileList } from '@dhis2-ui/file-input'
+import { FileList } from '@dhis2/ui'
```
diff --git a/components/header-bar/API.md b/components/header-bar/API.md
index b8e636403c..be449bf68a 100644
--- a/components/header-bar/API.md
+++ b/components/header-bar/API.md
@@ -2,11 +2,11 @@
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `HeaderBar`, you can import the component from the `@dhis2/ui` library
```js
-import { HeaderBar } from '@dhis2-ui/header-bar'
+import { HeaderBar } from '@dhis2/ui'
```
diff --git a/components/help/API.md b/components/help/API.md
index d0ce1b0aa0..975f661984 100644
--- a/components/help/API.md
+++ b/components/help/API.md
@@ -2,11 +2,11 @@
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `Help`, you can import the component from the `@dhis2/ui` library
```js
-import { Help } from '@dhis2-ui/help'
+import { Help } from '@dhis2/ui'
```
diff --git a/components/input/API.md b/components/input/API.md
index 57ed9f814e..5dc45b78e0 100644
--- a/components/input/API.md
+++ b/components/input/API.md
@@ -2,11 +2,11 @@
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `Input`, you can import the component from the `@dhis2/ui` library
```js
-import { Input } from '@dhis2-ui/input'
+import { Input } from '@dhis2/ui'
```
@@ -43,11 +43,11 @@ import { Input } from '@dhis2-ui/input'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `InputField`, you can import the component from the `@dhis2/ui` library
```js
-import { InputField } from '@dhis2-ui/input'
+import { InputField } from '@dhis2/ui'
```
diff --git a/components/intersection-detector/API.md b/components/intersection-detector/API.md
index ee966fadbd..88267ab157 100644
--- a/components/intersection-detector/API.md
+++ b/components/intersection-detector/API.md
@@ -2,11 +2,11 @@
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IntersectionDetector`, you can import the component from the `@dhis2/ui` library
```js
-import { IntersectionDetector } from '@dhis2-ui/intersection-detector'
+import { IntersectionDetector } from '@dhis2/ui'
```
diff --git a/components/label/API.md b/components/label/API.md
index decbb66aed..83d6b874a0 100644
--- a/components/label/API.md
+++ b/components/label/API.md
@@ -2,11 +2,11 @@
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `Label`, you can import the component from the `@dhis2/ui` library
```js
-import { Label } from '@dhis2-ui/label'
+import { Label } from '@dhis2/ui'
```
diff --git a/components/layer/API.md b/components/layer/API.md
index bbfe8f1b48..1de6c15fd1 100644
--- a/components/layer/API.md
+++ b/components/layer/API.md
@@ -2,11 +2,11 @@
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `Layer`, you can import the component from the `@dhis2/ui` library
```js
-import { Layer } from '@dhis2-ui/layer'
+import { Layer } from '@dhis2/ui'
```
diff --git a/components/legend/API.md b/components/legend/API.md
index a6e9af52c9..9e01a0008e 100644
--- a/components/legend/API.md
+++ b/components/legend/API.md
@@ -2,11 +2,11 @@
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `Legend`, you can import the component from the `@dhis2/ui` library
```js
-import { Legend } from '@dhis2-ui/legend'
+import { Legend } from '@dhis2/ui'
```
diff --git a/components/loader/API.md b/components/loader/API.md
index 848f4d7cc5..76b9ea6894 100644
--- a/components/loader/API.md
+++ b/components/loader/API.md
@@ -2,11 +2,11 @@
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `CircularLoader`, you can import the component from the `@dhis2/ui` library
```js
-import { CircularLoader } from '@dhis2-ui/loader'
+import { CircularLoader } from '@dhis2/ui'
```
@@ -25,11 +25,11 @@ import { CircularLoader } from '@dhis2-ui/loader'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `LinearLoader`, you can import the component from the `@dhis2/ui` library
```js
-import { LinearLoader } from '@dhis2-ui/loader'
+import { LinearLoader } from '@dhis2/ui'
```
diff --git a/components/logo/API.md b/components/logo/API.md
index 7c925fc1d8..9e0425e9de 100644
--- a/components/logo/API.md
+++ b/components/logo/API.md
@@ -2,11 +2,11 @@
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `LogoIcon`, you can import the component from the `@dhis2/ui` library
```js
-import { LogoIcon } from '@dhis2-ui/logo'
+import { LogoIcon } from '@dhis2/ui'
```
@@ -21,11 +21,11 @@ import { LogoIcon } from '@dhis2-ui/logo'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `LogoIconWhite`, you can import the component from the `@dhis2/ui` library
```js
-import { LogoIconWhite } from '@dhis2-ui/logo'
+import { LogoIconWhite } from '@dhis2/ui'
```
@@ -40,11 +40,11 @@ import { LogoIconWhite } from '@dhis2-ui/logo'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `Logo`, you can import the component from the `@dhis2/ui` library
```js
-import { Logo } from '@dhis2-ui/logo'
+import { Logo } from '@dhis2/ui'
```
@@ -59,11 +59,11 @@ import { Logo } from '@dhis2-ui/logo'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `LogoWhite`, you can import the component from the `@dhis2/ui` library
```js
-import { LogoWhite } from '@dhis2-ui/logo'
+import { LogoWhite } from '@dhis2/ui'
```
diff --git a/components/menu/API.md b/components/menu/API.md
index 0c94d19033..85d5dd25a4 100644
--- a/components/menu/API.md
+++ b/components/menu/API.md
@@ -2,11 +2,11 @@
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `FlyoutMenu`, you can import the component from the `@dhis2/ui` library
```js
-import { FlyoutMenu } from '@dhis2-ui/menu'
+import { FlyoutMenu } from '@dhis2/ui'
```
@@ -25,11 +25,11 @@ import { FlyoutMenu } from '@dhis2-ui/menu'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `Menu`, you can import the component from the `@dhis2/ui` library
```js
-import { Menu } from '@dhis2-ui/menu'
+import { Menu } from '@dhis2/ui'
```
@@ -46,11 +46,11 @@ import { Menu } from '@dhis2-ui/menu'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `MenuDivider`, you can import the component from the `@dhis2/ui` library
```js
-import { MenuDivider } from '@dhis2-ui/menu'
+import { MenuDivider } from '@dhis2/ui'
```
@@ -66,11 +66,11 @@ import { MenuDivider } from '@dhis2-ui/menu'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `MenuItem`, you can import the component from the `@dhis2/ui` library
```js
-import { MenuItem } from '@dhis2-ui/menu'
+import { MenuItem } from '@dhis2/ui'
```
@@ -100,11 +100,11 @@ import { MenuItem } from '@dhis2-ui/menu'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `MenuSectionHeader`, you can import the component from the `@dhis2/ui` library
```js
-import { MenuSectionHeader } from '@dhis2-ui/menu'
+import { MenuSectionHeader } from '@dhis2/ui'
```
diff --git a/components/modal/API.md b/components/modal/API.md
index 399cfd7427..5e67977a19 100644
--- a/components/modal/API.md
+++ b/components/modal/API.md
@@ -2,11 +2,11 @@
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `Modal`, you can import the component from the `@dhis2/ui` library
```js
-import { Modal } from '@dhis2-ui/modal'
+import { Modal } from '@dhis2/ui'
```
@@ -28,11 +28,11 @@ import { Modal } from '@dhis2-ui/modal'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `ModalActions`, you can import the component from the `@dhis2/ui` library
```js
-import { ModalActions } from '@dhis2-ui/modal'
+import { ModalActions } from '@dhis2/ui'
```
@@ -47,11 +47,11 @@ import { ModalActions } from '@dhis2-ui/modal'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `ModalContent`, you can import the component from the `@dhis2/ui` library
```js
-import { ModalContent } from '@dhis2-ui/modal'
+import { ModalContent } from '@dhis2/ui'
```
@@ -67,11 +67,11 @@ import { ModalContent } from '@dhis2-ui/modal'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `ModalTitle`, you can import the component from the `@dhis2/ui` library
```js
-import { ModalTitle } from '@dhis2-ui/modal'
+import { ModalTitle } from '@dhis2/ui'
```
diff --git a/components/node/API.md b/components/node/API.md
index b01664d6ab..ccc0dfe902 100644
--- a/components/node/API.md
+++ b/components/node/API.md
@@ -2,11 +2,11 @@
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `Node`, you can import the component from the `@dhis2/ui` library
```js
-import { Node } from '@dhis2-ui/node'
+import { Node } from '@dhis2/ui'
```
diff --git a/components/notice-box/API.md b/components/notice-box/API.md
index c6ce21ec84..ff059b6980 100644
--- a/components/notice-box/API.md
+++ b/components/notice-box/API.md
@@ -2,11 +2,11 @@
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `NoticeBox`, you can import the component from the `@dhis2/ui` library
```js
-import { NoticeBox } from '@dhis2-ui/notice-box'
+import { NoticeBox } from '@dhis2/ui'
```
diff --git a/components/organisation-unit-tree/API.md b/components/organisation-unit-tree/API.md
index 31b142c845..6296bb413e 100644
--- a/components/organisation-unit-tree/API.md
+++ b/components/organisation-unit-tree/API.md
@@ -2,11 +2,11 @@
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `OrganisationUnitTreeRootError`, you can import the component from the `@dhis2/ui` library
```js
-import { OrganisationUnitTreeRootError } from '@dhis2-ui/organisation-unit-tree'
+import { OrganisationUnitTreeRootError } from '@dhis2/ui'
```
@@ -21,11 +21,11 @@ import { OrganisationUnitTreeRootError } from '@dhis2-ui/organisation-unit-tree'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `OrganisationUnitTreeRootLoading`, you can import the component from the `@dhis2/ui` library
```js
-import { OrganisationUnitTreeRootLoading } from '@dhis2-ui/organisation-unit-tree'
+import { OrganisationUnitTreeRootLoading } from '@dhis2/ui'
```
@@ -39,11 +39,11 @@ import { OrganisationUnitTreeRootLoading } from '@dhis2-ui/organisation-unit-tre
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `OrganisationUnitTree`, you can import the component from the `@dhis2/ui` library
```js
-import { OrganisationUnitTree } from '@dhis2-ui/organisation-unit-tree'
+import { OrganisationUnitTree } from '@dhis2/ui'
```
diff --git a/components/pagination/API.md b/components/pagination/API.md
index c23bbf78d2..f178579a12 100644
--- a/components/pagination/API.md
+++ b/components/pagination/API.md
@@ -2,11 +2,11 @@
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `Pagination`, you can import the component from the `@dhis2/ui` library
```js
-import { Pagination } from '@dhis2-ui/pagination'
+import { Pagination } from '@dhis2/ui'
```
diff --git a/components/popover/API.md b/components/popover/API.md
index 6817c17542..357057e483 100644
--- a/components/popover/API.md
+++ b/components/popover/API.md
@@ -2,11 +2,11 @@
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `Popover`, you can import the component from the `@dhis2/ui` library
```js
-import { Popover } from '@dhis2-ui/popover'
+import { Popover } from '@dhis2/ui'
```
diff --git a/components/popper/API.md b/components/popper/API.md
index 9ec48b46e5..d824edad4e 100644
--- a/components/popper/API.md
+++ b/components/popper/API.md
@@ -2,11 +2,11 @@
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `Popper`, you can import the component from the `@dhis2/ui` library
```js
-import { Popper } from '@dhis2-ui/popper'
+import { Popper } from '@dhis2/ui'
```
diff --git a/components/radio/API.md b/components/radio/API.md
index c3c7682741..75f1947253 100644
--- a/components/radio/API.md
+++ b/components/radio/API.md
@@ -2,11 +2,11 @@
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `Radio`, you can import the component from the `@dhis2/ui` library
```js
-import { Radio } from '@dhis2-ui/radio'
+import { Radio } from '@dhis2/ui'
```
diff --git a/components/required/API.md b/components/required/API.md
index 570e13887a..4bda90abd5 100644
--- a/components/required/API.md
+++ b/components/required/API.md
@@ -2,11 +2,11 @@
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `Required`, you can import the component from the `@dhis2/ui` library
```js
-import { Required } from '@dhis2-ui/required'
+import { Required } from '@dhis2/ui'
```
diff --git a/components/segmented-control/API.md b/components/segmented-control/API.md
index 88c6b8c34e..757a82faae 100644
--- a/components/segmented-control/API.md
+++ b/components/segmented-control/API.md
@@ -2,11 +2,11 @@
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `SegmentedControl`, you can import the component from the `@dhis2/ui` library
```js
-import { SegmentedControl } from '@dhis2-ui/segmented-control'
+import { SegmentedControl } from '@dhis2/ui'
```
diff --git a/components/select/API.md b/components/select/API.md
index 7d6194934b..d2498c24a4 100644
--- a/components/select/API.md
+++ b/components/select/API.md
@@ -2,11 +2,11 @@
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `MultiSelect`, you can import the component from the `@dhis2/ui` library
```js
-import { MultiSelect } from '@dhis2-ui/select'
+import { MultiSelect } from '@dhis2/ui'
```
@@ -46,11 +46,11 @@ import { MultiSelect } from '@dhis2-ui/select'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `MultiSelectField`, you can import the component from the `@dhis2/ui` library
```js
-import { MultiSelectField } from '@dhis2-ui/select'
+import { MultiSelectField } from '@dhis2/ui'
```
@@ -95,11 +95,11 @@ import { MultiSelectField } from '@dhis2-ui/select'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `MultiSelectOption`, you can import the component from the `@dhis2/ui` library
```js
-import { MultiSelectOption } from '@dhis2-ui/select'
+import { MultiSelectOption } from '@dhis2/ui'
```
@@ -119,11 +119,11 @@ import { MultiSelectOption } from '@dhis2-ui/select'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `SingleSelect`, you can import the component from the `@dhis2/ui` library
```js
-import { SingleSelect } from '@dhis2-ui/select'
+import { SingleSelect } from '@dhis2/ui'
```
@@ -163,11 +163,11 @@ import { SingleSelect } from '@dhis2-ui/select'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `SingleSelectField`, you can import the component from the `@dhis2/ui` library
```js
-import { SingleSelectField } from '@dhis2-ui/select'
+import { SingleSelectField } from '@dhis2/ui'
```
@@ -212,11 +212,11 @@ import { SingleSelectField } from '@dhis2-ui/select'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `SingleSelectOption`, you can import the component from the `@dhis2/ui` library
```js
-import { SingleSelectOption } from '@dhis2-ui/select'
+import { SingleSelectOption } from '@dhis2/ui'
```
diff --git a/components/selector-bar/API.md b/components/selector-bar/API.md
index e737cc6f72..8a8ba2bc5a 100644
--- a/components/selector-bar/API.md
+++ b/components/selector-bar/API.md
@@ -2,11 +2,11 @@
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `SelectorBar`, you can import the component from the `@dhis2/ui` library
```js
-import { SelectorBar } from '@dhis2-ui/selector-bar'
+import { SelectorBar } from '@dhis2/ui'
```
@@ -25,11 +25,11 @@ import { SelectorBar } from '@dhis2-ui/selector-bar'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `SelectorBarItem`, you can import the component from the `@dhis2/ui` library
```js
-import { SelectorBarItem } from '@dhis2-ui/selector-bar'
+import { SelectorBarItem } from '@dhis2/ui'
```
diff --git a/components/sharing-dialog/API.md b/components/sharing-dialog/API.md
index b8a0d281f7..3271b3152f 100644
--- a/components/sharing-dialog/API.md
+++ b/components/sharing-dialog/API.md
@@ -2,11 +2,11 @@
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `SharingDialog`, you can import the component from the `@dhis2/ui` library
```js
-import { SharingDialog } from '@dhis2-ui/sharing-dialog'
+import { SharingDialog } from '@dhis2/ui'
```
diff --git a/components/status-icon/API.md b/components/status-icon/API.md
index 9593c3ebfe..49a4b0f487 100644
--- a/components/status-icon/API.md
+++ b/components/status-icon/API.md
@@ -2,11 +2,11 @@
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `StatusIcon`, you can import the component from the `@dhis2/ui` library
```js
-import { StatusIcon } from '@dhis2-ui/status-icon'
+import { StatusIcon } from '@dhis2/ui'
```
diff --git a/components/switch/API.md b/components/switch/API.md
index f92b5c66df..776cd18337 100644
--- a/components/switch/API.md
+++ b/components/switch/API.md
@@ -2,11 +2,11 @@
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `Switch`, you can import the component from the `@dhis2/ui` library
```js
-import { Switch } from '@dhis2-ui/switch'
+import { Switch } from '@dhis2/ui'
```
@@ -38,11 +38,11 @@ import { Switch } from '@dhis2-ui/switch'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `SwitchField`, you can import the component from the `@dhis2/ui` library
```js
-import { SwitchField } from '@dhis2-ui/switch'
+import { SwitchField } from '@dhis2/ui'
```
diff --git a/components/tab/API.md b/components/tab/API.md
index 6a058a04ce..65e6bafeb1 100644
--- a/components/tab/API.md
+++ b/components/tab/API.md
@@ -2,11 +2,11 @@
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `Tab`, you can import the component from the `@dhis2/ui` library
```js
-import { Tab } from '@dhis2-ui/tab'
+import { Tab } from '@dhis2/ui'
```
@@ -26,11 +26,11 @@ import { Tab } from '@dhis2-ui/tab'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `TabBar`, you can import the component from the `@dhis2/ui` library
```js
-import { TabBar } from '@dhis2-ui/tab'
+import { TabBar } from '@dhis2/ui'
```
diff --git a/components/table/API.md b/components/table/API.md
index acd6ae9667..e7bddcef12 100644
--- a/components/table/API.md
+++ b/components/table/API.md
@@ -2,11 +2,11 @@
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `DataTableCell`, you can import the component from the `@dhis2/ui` library
```js
-import { DataTableCell } from '@dhis2-ui/table'
+import { DataTableCell } from '@dhis2/ui'
```
@@ -40,11 +40,11 @@ import { DataTableCell } from '@dhis2-ui/table'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `DataTable`, you can import the component from the `@dhis2/ui` library
```js
-import { DataTable } from '@dhis2-ui/table'
+import { DataTable } from '@dhis2/ui'
```
@@ -65,11 +65,11 @@ import { DataTable } from '@dhis2-ui/table'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `StackedTableBody`, you can import the component from the `@dhis2/ui` library
```js
-import { StackedTableBody } from '@dhis2-ui/table'
+import { StackedTableBody } from '@dhis2/ui'
```
@@ -85,11 +85,11 @@ import { StackedTableBody } from '@dhis2-ui/table'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `StackedTableCellHead`, you can import the component from the `@dhis2/ui` library
```js
-import { StackedTableCellHead } from '@dhis2-ui/table'
+import { StackedTableCellHead } from '@dhis2/ui'
```
@@ -107,11 +107,11 @@ import { StackedTableCellHead } from '@dhis2-ui/table'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `StackedTableCell`, you can import the component from the `@dhis2/ui` library
```js
-import { StackedTableCell } from '@dhis2-ui/table'
+import { StackedTableCell } from '@dhis2/ui'
```
@@ -133,11 +133,11 @@ import { StackedTableCell } from '@dhis2-ui/table'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `StackedTableFoot`, you can import the component from the `@dhis2/ui` library
```js
-import { StackedTableFoot } from '@dhis2-ui/table'
+import { StackedTableFoot } from '@dhis2/ui'
```
@@ -153,11 +153,11 @@ import { StackedTableFoot } from '@dhis2-ui/table'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `StackedTableHead`, you can import the component from the `@dhis2/ui` library
```js
-import { StackedTableHead } from '@dhis2-ui/table'
+import { StackedTableHead } from '@dhis2/ui'
```
@@ -173,11 +173,11 @@ import { StackedTableHead } from '@dhis2-ui/table'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `StackedTableRowHead`, you can import the component from the `@dhis2/ui` library
```js
-import { StackedTableRowHead } from '@dhis2-ui/table'
+import { StackedTableRowHead } from '@dhis2/ui'
```
@@ -193,11 +193,11 @@ import { StackedTableRowHead } from '@dhis2-ui/table'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `StackedTableRow`, you can import the component from the `@dhis2/ui` library
```js
-import { StackedTableRow } from '@dhis2-ui/table'
+import { StackedTableRow } from '@dhis2/ui'
```
@@ -213,11 +213,11 @@ import { StackedTableRow } from '@dhis2-ui/table'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `StackedTable`, you can import the component from the `@dhis2/ui` library
```js
-import { StackedTable } from '@dhis2-ui/table'
+import { StackedTable } from '@dhis2/ui'
```
@@ -234,11 +234,11 @@ import { StackedTable } from '@dhis2-ui/table'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `Table`, you can import the component from the `@dhis2/ui` library
```js
-import { Table } from '@dhis2-ui/table'
+import { Table } from '@dhis2/ui'
```
@@ -254,11 +254,11 @@ import { Table } from '@dhis2-ui/table'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `TableBody`, you can import the component from the `@dhis2/ui` library
```js
-import { TableBody } from '@dhis2-ui/table'
+import { TableBody } from '@dhis2/ui'
```
@@ -275,11 +275,11 @@ import { TableBody } from '@dhis2-ui/table'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `TableCellHead`, you can import the component from the `@dhis2/ui` library
```js
-import { TableCellHead } from '@dhis2-ui/table'
+import { TableCellHead } from '@dhis2/ui'
```
@@ -299,11 +299,11 @@ import { TableCellHead } from '@dhis2-ui/table'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `TableCell`, you can import the component from the `@dhis2/ui` library
```js
-import { TableCell } from '@dhis2-ui/table'
+import { TableCell } from '@dhis2/ui'
```
@@ -323,11 +323,11 @@ import { TableCell } from '@dhis2-ui/table'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `TableFoot`, you can import the component from the `@dhis2/ui` library
```js
-import { TableFoot } from '@dhis2-ui/table'
+import { TableFoot } from '@dhis2/ui'
```
@@ -344,11 +344,11 @@ import { TableFoot } from '@dhis2-ui/table'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `TableHead`, you can import the component from the `@dhis2/ui` library
```js
-import { TableHead } from '@dhis2-ui/table'
+import { TableHead } from '@dhis2/ui'
```
@@ -365,11 +365,11 @@ import { TableHead } from '@dhis2-ui/table'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `TableRowHead`, you can import the component from the `@dhis2/ui` library
```js
-import { TableRowHead } from '@dhis2-ui/table'
+import { TableRowHead } from '@dhis2/ui'
```
@@ -387,11 +387,11 @@ import { TableRowHead } from '@dhis2-ui/table'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `TableRow`, you can import the component from the `@dhis2/ui` library
```js
-import { TableRow } from '@dhis2-ui/table'
+import { TableRow } from '@dhis2/ui'
```
@@ -409,11 +409,11 @@ import { TableRow } from '@dhis2-ui/table'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `Table`, you can import the component from the `@dhis2/ui` library
```js
-import { Table } from '@dhis2-ui/table'
+import { Table } from '@dhis2/ui'
```
@@ -431,11 +431,11 @@ import { Table } from '@dhis2-ui/table'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `DataTableColumnHeader`, you can import the component from the `@dhis2/ui` library
```js
-import { DataTableColumnHeader } from '@dhis2-ui/table'
+import { DataTableColumnHeader } from '@dhis2/ui'
```
@@ -468,11 +468,11 @@ import { DataTableColumnHeader } from '@dhis2-ui/table'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `DataTableRow`, you can import the component from the `@dhis2/ui` library
```js
-import { DataTableRow } from '@dhis2-ui/table'
+import { DataTableRow } from '@dhis2/ui'
```
@@ -494,11 +494,11 @@ import { DataTableRow } from '@dhis2-ui/table'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `TableBody`, you can import the component from the `@dhis2/ui` library
```js
-import { TableBody } from '@dhis2-ui/table'
+import { TableBody } from '@dhis2/ui'
```
@@ -516,11 +516,11 @@ import { TableBody } from '@dhis2-ui/table'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `TableFoot`, you can import the component from the `@dhis2/ui` library
```js
-import { TableFoot } from '@dhis2-ui/table'
+import { TableFoot } from '@dhis2/ui'
```
@@ -537,11 +537,11 @@ import { TableFoot } from '@dhis2-ui/table'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `TableHead`, you can import the component from the `@dhis2/ui` library
```js
-import { TableHead } from '@dhis2-ui/table'
+import { TableHead } from '@dhis2/ui'
```
@@ -558,11 +558,11 @@ import { TableHead } from '@dhis2-ui/table'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `TableRow`, you can import the component from the `@dhis2/ui` library
```js
-import { TableRow } from '@dhis2-ui/table'
+import { TableRow } from '@dhis2/ui'
```
@@ -581,11 +581,11 @@ import { TableRow } from '@dhis2-ui/table'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `Table`, you can import the component from the `@dhis2/ui` library
```js
-import { Table } from '@dhis2-ui/table'
+import { Table } from '@dhis2/ui'
```
diff --git a/components/tag/API.md b/components/tag/API.md
index c523d12500..1b1e530ccd 100644
--- a/components/tag/API.md
+++ b/components/tag/API.md
@@ -2,11 +2,11 @@
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `Tag`, you can import the component from the `@dhis2/ui` library
```js
-import { Tag } from '@dhis2-ui/tag'
+import { Tag } from '@dhis2/ui'
```
diff --git a/components/text-area/API.md b/components/text-area/API.md
index 5f7cd9b00a..2f3a8ac249 100644
--- a/components/text-area/API.md
+++ b/components/text-area/API.md
@@ -2,11 +2,11 @@
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `TextArea`, you can import the component from the `@dhis2/ui` library
```js
-import { TextArea } from '@dhis2-ui/text-area'
+import { TextArea } from '@dhis2/ui'
```
@@ -41,11 +41,11 @@ import { TextArea } from '@dhis2-ui/text-area'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `TextAreaField`, you can import the component from the `@dhis2/ui` library
```js
-import { TextAreaField } from '@dhis2-ui/text-area'
+import { TextAreaField } from '@dhis2/ui'
```
diff --git a/components/tooltip/API.md b/components/tooltip/API.md
index c5ca67582c..79b08ed076 100644
--- a/components/tooltip/API.md
+++ b/components/tooltip/API.md
@@ -2,11 +2,11 @@
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `Tooltip`, you can import the component from the `@dhis2/ui` library
```js
-import { Tooltip } from '@dhis2-ui/tooltip'
+import { Tooltip } from '@dhis2/ui'
```
diff --git a/components/transfer/API.md b/components/transfer/API.md
index 29f4550d6d..e596343874 100644
--- a/components/transfer/API.md
+++ b/components/transfer/API.md
@@ -2,11 +2,11 @@
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `TransferOption`, you can import the component from the `@dhis2/ui` library
```js
-import { TransferOption } from '@dhis2-ui/transfer'
+import { TransferOption } from '@dhis2/ui'
```
@@ -27,11 +27,11 @@ import { TransferOption } from '@dhis2-ui/transfer'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `Transfer`, you can import the component from the `@dhis2/ui` library
```js
-import { Transfer } from '@dhis2-ui/transfer'
+import { Transfer } from '@dhis2/ui'
```
diff --git a/components/user-avatar/API.md b/components/user-avatar/API.md
index 80ef7b1e8b..1f9a788f70 100644
--- a/components/user-avatar/API.md
+++ b/components/user-avatar/API.md
@@ -2,11 +2,11 @@
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `UserAvatar`, you can import the component from the `@dhis2/ui` library
```js
-import { UserAvatar } from '@dhis2-ui/user-avatar'
+import { UserAvatar } from '@dhis2/ui'
```
diff --git a/docs/docs/components/alertbar.md b/docs/docs/components/alertbar.md
index 1137e2304f..ce9c55d133 100644
--- a/docs/docs/components/alertbar.md
+++ b/docs/docs/components/alertbar.md
@@ -10,7 +10,7 @@ import API from '../../../components/alert/API.md'
# Alert bar
-An alert bar communicates something to the user by showing a prominent, floating bar at the bottom of the screen.
+An alert bar communicates something to the user by showing a prominent, floating bar at the bottom of the screen, using one of several styles each indicating a different purpose.
Hello world
@@ -18,6 +18,36 @@ An alert bar communicates something to the user by showing a prominent, floating
## Usage
+:::caution Usage Notice
+Usage of the AlertBar component is not recommended when using the Application Platform, as integration is already implemented directly.
+:::
+
+In apps using the App Platform, it’s recommended to use the `useAlert()` hook from the `@dhis2/app-runtime` library instead of using the UI components directly, since an Alerts Manager component is already set up to manage showing, hiding, and stacking alerts.
+
+When passing the options object to the `useAlert(message, options)` hook, the keys and value types of the options are the same as the props of the `AlertBar` component, as documented on this page below, e.g.
+
+```jsx
+import { useAlert } from '@dhis2/app-runtime'
+
+const MyComponent = () => {
+ const { show } = useAlert('Hello', {
+ warning: true,
+ duration: 15000,
+ actions: [
+ { label: 'Hi!', onClick: () => alert('Hi!') },
+ { label: 'Bye!', onClick: () => alert('Bye!') },
+ ],
+ })
+
+ // ...later:
+ show()
+
+ // ...
+}
+```
+
+Read more about the `useAlert()` hook at the [App Runtime documentation](https://developers.dhis2.org/docs/app-runtime/hooks/useAlert)
+
### When to use
- **Tell the user about something important**. Alert bars should only be used for information the user needs to know about.
@@ -46,6 +76,12 @@ An alert bar communicates something to the user by showing a prominent, floating
Data export complete.
+```jsx
+
+ Data export complete.
+
+```
+
- An `info` alert bar is the default. Use it if none of the other variants fit.
- Automatically dismiss after 5 seconds, so the message should be a useful but not critical.
- Use for minor positive confirmations, like _Sharing settings changed._
@@ -57,6 +93,14 @@ An alert bar communicates something to the user by showing a prominent, floating
1000 objects updated.
+```jsx
+
+
+ 1000 objects updated.
+
+
+```
+
- Only use to confirm successful, major actions.
- Don't use for minor confirmations or navigation movements.
- Always tell the user what was successful. Use clear labels like _45 units updated_, rather than just _Updated_.
@@ -67,6 +111,14 @@ An alert bar communicates something to the user by showing a prominent, floating
Some data is taking a long time to sync.
+```jsx
+
+
+ Some data is taking a long time to sync.
+
+
+```
+
- Use to warn of potential problems or things that might happen, like _Some data is taking a long time to sync_.
- Show before the problem happens, if possible.
- If a problem has already happened, use a `critical` variant instead.
@@ -78,6 +130,14 @@ An alert bar communicates something to the user by showing a prominent, floating
There was a problem loading this dashboard.
+```jsx
+
+
+ There was a problem loading this dashboard.
+
+
+```
+
- Only use to communicate a serious problem, like broken functionality or a failed process.
- Use when a user can still interact with the page. If the entire page broken, use a [`Modal`](modal.md) dialog or error screen instead.
- Communicate clearly what happened. Use labels like _There was a problem loading this dashboard_ or _Message failed to send_.
@@ -112,6 +172,26 @@ An alert bar communicates something to the user by showing a prominent, floating
]} permanent>Hello world
+```jsx
+
+
+ Hello world
+
+
+```
+
- Alert bars can have up to two optional actions.
- Actions offer a shortcut to act on the information in the alert bar.
- Actions can do something on the current page, like _Retry_ for a failed action.
@@ -123,6 +203,21 @@ An alert bar communicates something to the user by showing a prominent, floating
- Each variant shows a default icon to support the content being communicated.
- A custom icon can be used. Only use icons that are relevant to the content and that help the user understand the context. Use the default icon unless there's a good reason not to.
+## Using AlertStack
+
+As you can see with all the demo's above, we've used the `AlertStack` component to render the `AlertBar` component. This is because the `AlertStack` component is responsible for positioning the `AlertBar` component in relation to other `AlertBar`s. Especially when there are multiple `AlertBar` components on the page, the `AlertStack` component will make sure that they are stacked on top of each other and that they are not overlapping. It is therefore recommended to always use the `AlertStack` component when using the `AlertBar` component.
+
+To use the `AlertStack` component, you can simply wrap your `AlertBar` component in the `AlertStack` component. The `AlertStack` component will then take care of the positioning.
+
+```jsx
+import { AlertStack, AlertBar } from '@dhis2/ui'
+;
+ ...
+ ...
+ ...
+
+```
+
## API Reference
diff --git a/docs/docs/components/avatar.md b/docs/docs/components/avatar.md
index f7a49d18d3..4220168ab0 100644
--- a/docs/docs/components/avatar.md
+++ b/docs/docs/components/avatar.md
@@ -1,5 +1,6 @@
---
-title: Avatar
+title: User Avatar
+id: avatar
---
import { Demo } from '@site/src/components/DemoComponent.jsx'
@@ -8,9 +9,9 @@ import { UserAvatar } from '@dhis2/ui'
import API from '../../../components/user-avatar/API.md'
-# Avatar
+# User Avatar
-An avatar is a visual icon that represents a user.
+A User Avatar is a visual icon that represents a user.
@@ -48,6 +49,16 @@ An avatar is a visual icon that represents a user.
Avatars are available in different sizes. Use the size that works best for the space available and the context.
+The Demo above lists the different sizes available. The related JSX is:
+
+```jsx
+
+
+
+
+
+```
+
## API Reference
diff --git a/docs/docs/components/button.md b/docs/docs/components/button.md
index 4f71631b3f..6fa258091f 100644
--- a/docs/docs/components/button.md
+++ b/docs/docs/components/button.md
@@ -41,6 +41,10 @@ Buttons are used to trigger actions. There are different button variants that ar
Basic button
+```jsx
+Basic button
+```
+
- A `basic` button is the default button to use. It suits the majority of use cases.
- Don't use a `basic` button for the most important action on the page. Use `primary` instead.
@@ -50,6 +54,10 @@ Buttons are used to trigger actions. There are different button variants that ar
Primary button
+```jsx
+Primary button
+```
+
- Only use for the most important action on a page, like _Save data_ in a form.
- Only use one `primary` button per page, otherwise it's not clear what the main action is.
- A page doesn't need to have a `primary` button if there isn't a clear main action.
@@ -60,6 +68,10 @@ Buttons are used to trigger actions. There are different button variants that ar
Secondary button
+```jsx
+Secondary button
+```
+
- Use for actions that are used less often. Using `secondary` buttons reduces amount of elements on a page competing for a user's attention.
- Use as a passive alternative to `primary` actions, like _Cancel_ as a passive alternative to _Save_.
- Don't use if there's only one action on the page.
@@ -73,6 +85,15 @@ Buttons are used to trigger actions. There are different button variants that ar
+```jsx
+
+ Destructive button
+
+ Destructive secondary button
+
+
+```
+
- Only use for primary-type actions that will destroy data.
- Don't use if the action will only remove an item from the current context.
- Only use a one `destructive` button per page.
@@ -109,6 +130,10 @@ Buttons are available in different sizes. Use the size that matches the usage gu
Dropdown button
+```jsx
+Dropdown button
+```
+
- A dropdown button offers several actions in a small space. Clicking the button opens a menu with several actions.
- Use to replace a group of buttons where space is limited.
- A dropdown button label should make it clear there are more options inside, like _Actions_.
@@ -119,6 +144,10 @@ Buttons are available in different sizes. Use the size that matches the usage gu
Split button
+```jsx
+Split button
+```
+
- A split button offers a main action and a dropdown of several other actions. Clicking the main button triggers an action. Clicking the split arrow opens a menu with several actions.
- Use when there is a main action and several secondary actions, like a main action of _Save_ and secondary actions of _Save and add another_ and _Save and open_.
- Use when space is limited. Otherwise, show buttons for all the actions.
@@ -133,6 +162,13 @@ Buttons are available in different sizes. Use the size that matches the usage gu
+```jsx
+
+ }>
+ } toggled>
+
+```
+
- Represents an on/off state.
- Use a toggle button when an option can be turned on or off, and a checkbox ==link== isn't suitable, like in a toolbar.
- Toggle buttons can be used with `basic` and `secondary` variants.
@@ -147,6 +183,13 @@ Buttons are available in different sizes. Use the size that matches the usage gu
+```jsx
+
+ }>Mark as complete
+ }>
+
+```
+
- Buttons can have an optional icon alongside the text label.
- Buttons can show only an icon.
- Icons with a text label are useful for providing more information about the action. Users scanning an interface might recognize an icon quicker than text.
@@ -159,6 +202,10 @@ Buttons are available in different sizes. Use the size that matches the usage gu
Enroll in program
+```jsx
+Enroll in program
+```
+
- Use a disabled state when the button action can't be triggered.
- Show a tooltip ==link== on hover, or help text, that tells the user why the action can't be triggered.
- Don't change the button label between disabled and enabled states.
@@ -170,6 +217,10 @@ Buttons are available in different sizes. Use the size that matches the usage gu
Loading…
+```jsx
+Loading…
+```
+
- Use a loading state after a user triggers that button.
- Change the button label to tell the user what's happening. For example, after clicking a _Start job_ button, the loading state label could be _Starting job…_.
- If triggering other actions on the page should be prevented, consider showing a blocking loader ==link== instead.
diff --git a/docs/docs/components/calendar-input.md b/docs/docs/components/calendar-input.md
index f1000cc5ca..607a3af15d 100644
--- a/docs/docs/components/calendar-input.md
+++ b/docs/docs/components/calendar-input.md
@@ -115,6 +115,17 @@ Ethiopic calendar (with narrow day names, short day names and localised to Engli
+The Gregorian with initial date is then generated with this code.
+
+```jsx
+
+```
+
## API Reference
The component takes the same props as [the calendar](./calendar) component, as well as the props for [InputField](./inputfield) that are relevant to an input of type `text`.
diff --git a/docs/docs/components/calendar.md b/docs/docs/components/calendar.md
index 52a86da41c..e579721b6c 100644
--- a/docs/docs/components/calendar.md
+++ b/docs/docs/components/calendar.md
@@ -18,7 +18,9 @@ Here are some sample calendars built with this UI component. Check [StoryBook]((
## Ethiopic calendar
-Ethiopic calendar (with narrow day names, short day names and localised to English)
+Ethiopic calendar with narrow day names, short day names and localised to English.
+
+### Narrow day names
@@ -45,28 +47,59 @@ Ethiopic calendar (with narrow day names, short day names and localised to Engli
+To display the calendar with short day names, use the codeblock below. For the narrow day names remove the `weekDayFormat` prop. For the English locale, use the `en` locale and the short `weekDayFormat`.
+
+```jsx
+
+```
+
## Nepali calendar
Nepali calendar (with Nepali and English characters)
-> Nepali is a custom calendar not natively implemented in Temporal and Nepali locale is not natively supported by browsers' Internationalization standard. We are providing a custom implementation for the calendar, as well as the localised values. The only two locales allowed are: `ne-NP` (nepali) and `en-NP` (nepali transliterated in latin characters).
+:::note
+Nepali is a custom calendar not natively implemented in Temporal and Nepali locale is not natively supported by browsers' Internationalization standard. We are providing a custom implementation for the calendar, as well as the localised values. The only two locales allowed are: `ne-NP` (nepali) and `en-NP` (nepali transliterated in latin characters).
+:::
+```jsx
+ // Napali
+
+
+ // Nepali transliterated in latin characters
+
+```
+
## Gregorian calendar
Gregorian calendar localised in English, Arabic (Tunisia), Arabic (Sudan), Arabic (Iraq) and Amharic.
@@ -105,6 +138,12 @@ Gregorian calendar localised in English, Arabic (Tunisia), Arabic (Sudan), Arabi
+To display the calendar with a specific locale, use the codeblock below. Adjust the locale to the desired language.
+
+```jsx
+
+```
+
## Other calendars
Some other calendars: Islamic in Arabic, Indian in English and Persian in Farsi
@@ -139,13 +178,21 @@ Some other calendars: Islamic in Arabic, Indian in English and Persian in Farsi
+Each of the calendars above can be displayed with the following code.
+
+```jsx
+
+```
+
+:::note
+Additionally the component supports a number of other calendars that are not currently used in DHIS2, since they're implemented in the [Temporal API](https://tc39.es/proposal-temporal/)). These other calendars are: `hebrew`, `islamic`, `islamic-umalqura`, `islamic-tbla`, `islamic-civil`, `islamic-rgsa`, `persian`, `ethioaa`, `coptic`, `chinese`, `dangi`, `roc`, `indian`, `buddhist`, `japanese`.
+:::
+
## Usage
### When to use
-- To display a calendar for the user to pick a day in any supported calendar system, localised to any of the 90+ languages supported by [The Unicode Common Locale Data Repository (CLDR)](https://cldr.unicode.org/index) supported natively in all modern browsers. Supported DHIS2 calendars are: `iso8601` (i.e. the Gregorian calendar common in most of the world),`ethiopic`, `nepali` (custom implementation).
-
- - Additionally the component supports a number of other calendars that are not currently used in DHIS2, since they're implemented in the [Temporal API](https://tc39.es/proposal-temporal/)). These other calendars are: `hebrew`, `islamic`, `islamic-umalqura`, `islamic-tbla`, `islamic-civil`, `islamic-rgsa`, `persian`, `ethioaa`, `coptic`, `chinese`, `dangi`, `roc`, `indian`, `buddhist`, `japanese`.
+To display a calendar for the user to pick a day in any supported calendar system, localised to any of the 90+ languages supported by [The Unicode Common Locale Data Repository (CLDR)](https://cldr.unicode.org/index) supported natively in all modern browsers. Supported DHIS2 calendars are: `iso8601` (i.e. the Gregorian calendar common in most of the world),`ethiopic`, `nepali` (custom implementation).
### When not to use
diff --git a/docs/docs/components/card.md b/docs/docs/components/card.md
index f12545c50f..0086c505d1 100644
--- a/docs/docs/components/card.md
+++ b/docs/docs/components/card.md
@@ -17,6 +17,10 @@ A card is a container element used to group together and separate blocks of cont
## Usage
+```jsx
+This is content that's inside a card.
+```
+
### When to use
- **Group content**. Use a card as a container for related content. When there's different areas of content on a page, a card helps to establish boundaries between them.
diff --git a/docs/docs/components/checkbox.md b/docs/docs/components/checkbox.md
index 3f83a1e3d9..06f79e2a7e 100644
--- a/docs/docs/components/checkbox.md
+++ b/docs/docs/components/checkbox.md
@@ -16,6 +16,11 @@ Checkboxes are used to choose one or more items from a list. A checkbox can also
+```jsx
+
+
+```
+
## Usage
### When to use
diff --git a/docs/docs/components/chip.md b/docs/docs/components/chip.md
index e3ed47b1f1..dad956a78b 100644
--- a/docs/docs/components/chip.md
+++ b/docs/docs/components/chip.md
@@ -15,6 +15,10 @@ Chips are used to select from a set of defined options. Chips can also represent
Hello world
+```jsx
+Hello world
+```
+
## Usage
### When to use
@@ -41,6 +45,11 @@ Chips are used to select from a set of defined options. Chips can also represent
Hello world
+```jsx
+Hello world
+Hello world
+```
+
- Chips are available in two sizes, regular and `dense`.
- Use regular sized chips where there is space.
- Use `dense` sized chips in information-dense pages, or inside other components.
@@ -65,6 +74,10 @@ Chips are used to select from a set of defined options. Chips can also represent
Hello world
+```jsx
+Hello world
+```
+
- Use removable chips if an option can be removed from the group.
- Only use removable chips when chips can be added back to the same group through another action, like choosing from a menu.
@@ -74,6 +87,10 @@ Chips are used to select from a set of defined options. Chips can also represent
} >Hello world
+```jsx
+ }>Hello world
+```
+
- Chips can show an icon before the text label.
- Icons are useful to highlight special chips, like starred items.
- Don't use the same icon for all the chips in a group. Use a title or heading for that group of chips instead.
diff --git a/docs/docs/components/data-table.md b/docs/docs/components/data-table.md
index c4d3408471..29ca1a4961 100644
--- a/docs/docs/components/data-table.md
+++ b/docs/docs/components/data-table.md
@@ -11,9 +11,31 @@ import API from '../../../components/table/API.md'
A data table is used to display and allow interaction with data in a structured way.
- Storybook demo: Date table .
+ Storybook demo: Date table .
+A minimal version of the linked demo looks like this.
+
+```jsx
+
+
+
+ First name
+
+
+
+
+ Onyekachukwu
+
+
+
+
+ Footer content
+
+
+
+```
+
## Usage
### When to use
@@ -29,7 +51,7 @@ A data table is used to display and allow interaction with data in a structured
### Sorting
- Storybook demo: Sorting .
+ Storybook demo: Sorting .
- Data table items can be sorted by different columns by clicking on the sort icon in a column header.
@@ -38,7 +60,7 @@ A data table is used to display and allow interaction with data in a structured
### Filtering: Inline
- Storybook demo: Filtering inline .
+ Storybook demo: Filtering inline .
- Use inline filters in complex interfaces to offer filtering functionality without extra controls outside of the table.
@@ -47,7 +69,7 @@ A data table is used to display and allow interaction with data in a structured
### Fixed header
- Storybook demo: Fixed header .
+ Storybook demo: Fixed header .
- Use a fixed header in data tables that are used to browse a lot of data. Fixed headers stay in view and make it easier to understand what cells contain.
@@ -55,7 +77,7 @@ A data table is used to display and allow interaction with data in a structured
### Fixed columns
- Storybook demo: Fixed column .
+ Storybook demo: Fixed column .
- Use fixed columns in dense interfaces where the table might need to be scrolled horizontally.
@@ -64,7 +86,7 @@ A data table is used to display and allow interaction with data in a structured
### Expandable rows
- Storybook demo: Expandable rows .
+ Storybook demo: Expandable rows .
- Use expandable rows if there's more useful information that doesn't fit well into columns, like paragraphs of text, images, or video.
@@ -72,7 +94,7 @@ A data table is used to display and allow interaction with data in a structured
### Selectable rows
- Storybook demo: Selectable rows .
+ Storybook demo: Selectable rows .
- Use selectable rows if a user can perform batch actions on rows in the data table, like selecting several rows and exporting or deleting them.
@@ -80,7 +102,7 @@ A data table is used to display and allow interaction with data in a structured
### Draggable rows
- Storybook demo: Draggable rows .
+ Storybook demo: Draggable rows .
- Use draggable rows if the order of rows in the data table has a meaningful impact. With draggable rows, a user can drag rows to change the order.
@@ -88,7 +110,7 @@ A data table is used to display and allow interaction with data in a structured
### Bordered cells
- Storybook demo: Bordered cells .
+ Storybook demo: Bordered cells .
- Use bordered cells when showing complex data that might have similar values, like long numbers, to help a user visually scan data values.
@@ -96,7 +118,7 @@ A data table is used to display and allow interaction with data in a structured
### Built-in styles
- Storybook demo: Built-in styles .
+ Storybook demo: Built-in styles .
- A data table offers several built-in text styles.
@@ -105,7 +127,7 @@ A data table is used to display and allow interaction with data in a structured
### Large cells
- Storybook demo: Large cells .
+ Storybook demo: Large cells .
- Use large cells can be used for data tables that will don't show a lot of rows.
@@ -172,4 +194,4 @@ Patterns are common ways of achieving some functionality. Patterns aren't offere
## Links
-- [Demo](https://ui.dhis2.nu/demo/?path=/story/data-display-datatable--default)
+- [Demo](/demo/?path=/story/datatable--default)
diff --git a/docs/docs/components/elevation.md b/docs/docs/components/elevation.md
index d2e6f23a2a..8d9f2ed4ed 100644
--- a/docs/docs/components/elevation.md
+++ b/docs/docs/components/elevation.md
@@ -14,12 +14,29 @@ Elevation is used to create and communicate depth in an interface.
- An elevated element
+ An elevated element
## Usage
+To use elevation, apply a `box-shadow` to an element. The `box-shadow` property takes the variable available in the UI library, as specified in the variants.
+
+```jsx
+
+ An elevated element
+
+```
+
+This example usees the `e200` variant.
+
### When to use
- **Separate elements**. Use elevation to make relationships between interface elements clearer, like showing that a panel is floating above a background.
diff --git a/docs/docs/components/fileinput.md b/docs/docs/components/fileinput.md
index 3ed21807d0..d1de2e8b4a 100644
--- a/docs/docs/components/fileinput.md
+++ b/docs/docs/components/fileinput.md
@@ -40,6 +40,10 @@ A file input is used to choose and upload files.
/>
+```jsx
+
+```
+
- Use a label above the button if the file input is part of a form with other controls.
##### Button
@@ -50,6 +54,10 @@ A file input is used to choose and upload files.
/>
+```jsx
+
+```
+
- When a form label isn't used, the button label should make it clear what kind of file is expected. Use _Upload certificate_ instead of just _Upload_, for example.
##### Help text
@@ -61,6 +69,13 @@ A file input is used to choose and upload files.
/>
+```jsx
+
+```
+
- Use help text to tell the user about any limitations or expectations of the files, like size or format.
## Options
@@ -75,6 +90,14 @@ A file input is used to choose and upload files.
+```jsx
+
+
+
+
+
+```
+
- Allow multiple file upload if that fits the use case.
- Don't use several file inputs for the same kind of file, use one with multiple files allowed.
@@ -84,4 +107,4 @@ A file input is used to choose and upload files.
## Links
-- [Demo](https://ui.dhis2.nu/demo/?path=/story/forms-file-input-file-input--default)
+- [Demo](/demo/?path=/story/file-input--default)
diff --git a/docs/docs/components/inputfield.md b/docs/docs/components/inputfield.md
index 7802ed45d1..236d5af4ac 100644
--- a/docs/docs/components/inputfield.md
+++ b/docs/docs/components/inputfield.md
@@ -42,6 +42,10 @@ An input is used to enter data, like text or a number.
+```jsx
+
+```
+
- Use a label above the input to show what the input is for.
##### Placeholder
@@ -50,6 +54,10 @@ An input is used to enter data, like text or a number.
+```jsx
+
+```
+
- Only use placeholder text to clarify what kind of content is expected.
- Placeholder text shouldn't repeat the label.
- Always use placeholder text if a label isn't used.
@@ -61,6 +69,14 @@ An input is used to enter data, like text or a number.
+```jsx
+
+```
+
- Use help text to tell the user about any limitations or expectations for the content.
- Help text can also be used to clarify what the input is for if it's a complex concept.
@@ -73,6 +89,11 @@ An input is used to enter data, like text or a number.
+```jsx
+
+
+```
+
- Inputs are available in two sizes, regular and `dense`. Regular sized inputs are useful when there's space available. Use `dense` sized inputs in compact, information-dense interfaces.
#### Width
@@ -84,6 +105,11 @@ An input is used to enter data, like text or a number.
+```jsx
+
+
+```
+
- Inputs width should reflect the expected content.
- If a three digit number is expected then the input should be narrow.
- If a longer sentence is expected then the input should be wider.
@@ -96,6 +122,10 @@ An input is used to enter data, like text or a number.
+```jsx
+
+```
+
- Use a `Textarea` if more than a single sentence of content is expected.
- [`Textarea`](https://ui.dhis2.nu/demo/?path=/story/forms-text-area-text-area-field--no-placeholder-no-value) is available as a standalone component.
@@ -110,6 +140,10 @@ An input is used to enter data, like text or a number.
+```jsx
+
+```
+
- Use a read-only input if it makes sense to show the input, but the content can't be changed.
- Read-only inputs are useful to show that a value is locked, like a unique ID.
- Offer help text for read-only inputs if it's unclear why the content can't be changed.
@@ -120,6 +154,15 @@ An input is used to enter data, like text or a number.
+```jsx
+
+```
+
- Use an error state if there's a problem with the content of the input, or if it's required but empty.
- Don't show an error too early, give the user a chance to finish entering data.
- The error text should help the user fix the problem. Refer to the [error writing guidelines](../principles/content-communication.md) for examples.
@@ -130,6 +173,12 @@ An input is used to enter data, like text or a number.
+```jsx
+
+
+
+```
+
- Use a disabled state if the input temporarily can't be used.
- Show a [`Tooltip`](tooltip.md) on hover or focus to explain why the input is disabled.
@@ -139,6 +188,10 @@ An input is used to enter data, like text or a number.
+```jsx
+
+```
+
- Text inputs are the default type.
- Use a text input for entering any kind of text content, like a mix of letters and numbers.
@@ -148,6 +201,15 @@ An input is used to enter data, like text or a number.
+```jsx
+
+```
+
- Use a number input for entering numbers.
- The `step` value should reflect the expected content. If entering a number that's always a multiple of 10, use 10 as the `step` value.
@@ -157,6 +219,15 @@ An input is used to enter data, like text or a number.
+```jsx
+
+```
+
- Use a password input whenever a user is entering a password or secret value.
### Data type: Date / time
@@ -165,6 +236,14 @@ An input is used to enter data, like text or a number.
+```jsx
+
+```
+
- Using date/time inputs offers different interactions depending on the user's browser.
### Other data types
@@ -183,5 +262,5 @@ The following data types don't change the interaction with the input, but should
## Links
-- [Demo](https://ui.dhis2.nu/demo/?path=/story/forms-input-input-field--default)
-- [`TextArea` demo](https://ui.dhis2.nu/demo/?path=/story/forms-text-area-text-area-field--no-placeholder-no-value)
+- [Demo](/demo/?path=/story/file-input-field--default)
+- [`TextArea` demo](/demo/?path=/story/text-area--placeholder-no-value)
diff --git a/docs/docs/components/loading.md b/docs/docs/components/loading.md
index 2d6248a0a9..c4be767ddb 100644
--- a/docs/docs/components/loading.md
+++ b/docs/docs/components/loading.md
@@ -41,6 +41,10 @@ Loaders are used to show that something is in progress. They keep users informed
+```jsx
+
+```
+
- Use a circular loader when the loading time is uncertain.
#### Linear
@@ -49,6 +53,10 @@ Loaders are used to show that something is in progress. They keep users informed
+```jsx
+
+```
+
- Use a linear loader when the progress can be shown as a percentage of 100%.
### Format
@@ -64,6 +72,13 @@ Loaders are used to show that something is in progress. They keep users informed
+```jsx
+
+
+
+
+```
+
- Circular loaders are available in four sizes.
- Use the size that matches the size of the component being loaded.
diff --git a/docs/docs/components/menu.md b/docs/docs/components/menu.md
index 1bcd6ffc90..ec0be1f67b 100644
--- a/docs/docs/components/menu.md
+++ b/docs/docs/components/menu.md
@@ -51,6 +51,16 @@ A menu gives access to menu items, through a panel that opens from a trigger ele
+```jsx
+
+
+
+
+
+
+
+```
+
- Order the menu items in a logical way, grouping together related actions.
- Destructive menu items should be shown in their own group, usually last.
@@ -69,6 +79,17 @@ A menu gives access to menu items, through a panel that opens from a trigger ele
+```jsx
+
+
+
+
+
+
+
+
+```
+
- Menu items are available in two sizes, regular and `dense`.
- Use `dense` sized menu items in complex, information-dense layouts. Otherwise, the regular size.
@@ -76,11 +97,19 @@ A menu gives access to menu items, through a panel that opens from a trigger ele
+
+
+
+
+
+
+```jsx
+
-
-
+
+```
- A menu item can open another menu.
- Use nested menus when there's complex options that can be grouped together, like a _Download_ parent item containing different file formats.
@@ -101,6 +130,17 @@ A menu gives access to menu items, through a panel that opens from a trigger ele
+```jsx
+
+
+
+
+
+
+
+
+```
+
- A menu can show dividers between groups of menu items.
- Use dividers to split items that logically belong together. This makes the menu easier to scan.
- Dividers can also show a section header, a text label for that group of menu items.
@@ -116,6 +156,18 @@ A menu gives access to menu items, through a panel that opens from a trigger ele
+```jsx
+
+ } label="Filter data" />
+ } label="Change time period" />
+ }
+ label="Open in Data Visualizer app"
+ suffix={ }
+ />
+
+```
+
- A menu item can show a suffix.
- Use a suffix to show extra information about the context or intent of a menu item.
- Common use cases include showing a menu item's keyboard shortcut and showing an indicator that a menu item will open a new tab.
@@ -131,6 +183,14 @@ A menu gives access to menu items, through a panel that opens from a trigger ele
+```jsx
+
+ } label="Save" />
+ } label="Rename" />
+ } label="Share" />
+
+```
+
- A menu item can show an icon.
- Use icons to support the text label by providing context or a visual reference.
- Don't include icons for decoration only, they add complexity to the interface.
@@ -147,6 +207,16 @@ A menu gives access to menu items, through a panel that opens from a trigger ele
+```jsx
+
+ } label="Save" />
+ } label="Rename" />
+ } label="Share" />
+
+ } label="Delete program" />
+
+```
+
- Use destructive menu items for critical, destructive actions like _Delete_ or _End process_.
- Don't use a destructive menu item unless the item is both critical and destructive. Important menu items shouldn't use the destructive type to highlight only their importance.
- Most menus should have a maximum of one destructive item.
@@ -162,6 +232,14 @@ A menu gives access to menu items, through a panel that opens from a trigger ele
+```jsx
+
+ } label="Save" />
+ } label="Rename" />
+ } label="Share" />
+
+```
+
- Use disabled menu items when a menu item is temporarily unavailable.
- Don't use the disabled state if the menu item will never be available in this context. Remove it instead.
@@ -171,4 +249,4 @@ A menu gives access to menu items, through a panel that opens from a trigger ele
## Links
-- [Demo](https://ui.dhis2.nu/demo/?path=/story/actions-menu-flyout-menu--default)
+- [Demo](/demo/?path=/story/flyout-menu--default)
diff --git a/docs/docs/components/modal.md b/docs/docs/components/modal.md
index b0716ce761..b6905db6e8 100755
--- a/docs/docs/components/modal.md
+++ b/docs/docs/components/modal.md
@@ -53,10 +53,46 @@ A modal shows content on a layer on top of page, interrupting a workflow and foc
### Actions
+:::info Note
+The `hide` variable used in the demo's below are initiated using `useState(true)` and set to `false` with the button you see in the demos.
+:::
+
+```jsx
+
+ Modal title
+
+
+
+
+
+
+
+
+ setHide(true)} secondary>
+ Cancel
+
+ setHide(true)} primary>
+ Save changes
+
+
+
+
+```
+
- A modal should contain action buttons.
- Action buttons should offer clear choices and relate to the modal content.
- If it's possible to leave the modal with saving, always offer a _Cancel_ action button.
@@ -68,6 +104,29 @@ A modal shows content on a layer on top of page, interrupting a workflow and foc
+```jsx
+
+ Modal title
+
+
+
+
+
+
+
+
+
+ setHide(true)} secondary>
+ Cancel
+
+ setHide(true)} primary>
+ Save changes
+
+
+
+
+```
+
- Show a [`Loader`](loading.md) when a modal is loading content.
- Don't show a full page loader before showing the modal. Show the modal immediately.
@@ -77,6 +136,40 @@ A modal shows content on a layer on top of page, interrupting a workflow and foc
+```jsx
+
+ Update profile
+
+
+
+
+ There's a problem with this form.
+
+
+
+
+ setHide(true)} secondary>
+ Cancel
+
+ setHide(true)} primary>
+ Save changes
+
+
+
+
+```
+
- If there's a problem with something inside the modal, like a missing input field, show a [`Notice box`](notice-box.md) at the bottom of the modal.
- If there's a problem with something outside of the modal, like getting an empty response back from the server, show an [`Alert bar`](alertbar.md) outside of the modal.
@@ -86,4 +179,4 @@ A modal shows content on a layer on top of page, interrupting a workflow and foc
## Links
-- [Demo](https://ui.dhis2.nu/demo/?path=/story/layout-modal--default-content)
+- [Demo](/demo/?path=/story/modal--default-content)
diff --git a/docs/docs/components/notice-box.md b/docs/docs/components/notice-box.md
index 7abab1bc10..c50f2a65bc 100644
--- a/docs/docs/components/notice-box.md
+++ b/docs/docs/components/notice-box.md
@@ -49,6 +49,13 @@ A notice box shows important information about a situation.
+```jsx
+
+ Dashboard data can take a few hours to update, so the most recent data might
+ not be shown.
+
+```
+
- The default choice. Use whenever the information isn't a problem or something the user definitely needs to know before moving on.
#### Warning
@@ -60,6 +67,17 @@ A notice box shows important information about a situation.
+```jsx
+
+ No one will be able to find this program because it doesn't have any
+ assigned organisation units.
+
+
+ Edit access settings
+
+
+```
+
- Use to alert the user to a problem that isn't blocking the current workflow.
- If possible, offer an [action](#actions) to help the user fix the problem.
@@ -72,6 +90,17 @@ A notice box shows important information about a situation.
+```jsx
+
+ There isn't any data because there was a problem generating analytics
+ tables.
+
+
+ Go to analytics tables
+
+
+```
+
- Use to alert the user to a problem or error that's blocking the current workflow.
- If possible, offer an [action](#actions) to help the user fix the problem.
@@ -83,6 +112,13 @@ A notice box shows important information about a situation.
+```jsx
+
+ Your password has been reset. You can log in with your username and
+ password.
+
+```
+
- Use to inform the user that an important action is complete, or the process was successful.
- Only use when the information needs to stay on screen. In most `valid` cases, using an [alert bar](./alertbar.md) is a better choice.
@@ -108,4 +144,4 @@ A notice box shows important information about a situation.
## Links
-- [Demo](https://ui.dhis2.nu/demo/?path=/story/data-display-notice-box--default)
+- [Demo](/demo/?path=/story/notice-box--default)
diff --git a/docs/docs/components/org-unit-tree.md b/docs/docs/components/org-unit-tree.md
index b266431363..c0c98faaf7 100644
--- a/docs/docs/components/org-unit-tree.md
+++ b/docs/docs/components/org-unit-tree.md
@@ -14,7 +14,7 @@ import API from '../../../components/organisation-unit-tree/API.md'
An organisation unit tree is used to choose organisation units from a hierarchy.
- See storybook for demos.
+ See storybook for demos.
## Usage
@@ -41,4 +41,4 @@ An organisation unit tree is used to choose organisation units from a hierarchy.
## Links
-- [Demo](https://ui.dhis2.nu/demo/?path=/story/forms-organisation-unit-tree--collapsed)
+- [Demo](/demo/?path=/story/organisation-unit-tree--collapsed)
diff --git a/docs/docs/components/pagination.md b/docs/docs/components/pagination.md
index 31cf126791..4ca8aebef0 100644
--- a/docs/docs/components/pagination.md
+++ b/docs/docs/components/pagination.md
@@ -43,6 +43,17 @@ Different elements of the pagination component can be included, depending on the
+```jsx
+
+```
+
- Offers access to any page without navigating with previous or next buttons.
- Use if a user might need to jump between non-sequential pages often.
@@ -52,6 +63,17 @@ Different elements of the pagination component can be included, depending on the
+```jsx
+
+```
+
- Shows a short summary of the current page in context of the whole set of items.
- Use when positional context could be useful.
- Showing the total number of items can be problematic for large data sets. Omit the total number of items and pages in situations when there can be many items.
@@ -62,6 +84,17 @@ Different elements of the pagination component can be included, depending on the
+```jsx
+
+```
+
- Changes the number of items included in a page.
- Use when a user might want to customize the view.
@@ -71,4 +104,4 @@ Different elements of the pagination component can be included, depending on the
## Links
-- [Demo](https://ui.dhis2.nu/demo/?path=/story/navigation-pagination--default)
+- [Demo](/demo/?path=/story/pagination--default)
diff --git a/docs/docs/components/popover.md b/docs/docs/components/popover.md
index e429e86c8b..3bedbd4182 100644
--- a/docs/docs/components/popover.md
+++ b/docs/docs/components/popover.md
@@ -12,7 +12,7 @@ import API from '../../../components/popover/API.md'
A popover is used to show more information when a user interacts with a trigger element.
- Storybook demo: Popover .
+ Storybook demo: Popover .
## Usage
@@ -37,4 +37,4 @@ A popover is used to show more information when a user interacts with a trigger
## Links
-- [Demo](https://ui.dhis2.nu/demo/?path=/story/data-display-popover--default)
+- [Demo](/demo/?path=/story/popover--default)
diff --git a/docs/docs/components/radio.md b/docs/docs/components/radio.md
index ac195c07d0..2aa0386954 100644
--- a/docs/docs/components/radio.md
+++ b/docs/docs/components/radio.md
@@ -48,6 +48,11 @@ Radio inputs are used to choose one item from a list.
+```jsx
+
+
+```
+
- Radio inputs are available in two sizes, regular and `dense`. Regular sized radio inputs are useful when there's space available. Use `dense` sized radio inputs in compact, information dense interfaces.
## API Reference
@@ -56,4 +61,4 @@ Radio inputs are used to choose one item from a list.
## Links
-- [Demo](https://ui.dhis2.nu/demo/?path=/story/forms-radio-radio--default)
+- [Demo](/demo/?path=/story/radio--default)
diff --git a/docs/docs/components/segmented-control.md b/docs/docs/components/segmented-control.md
index 711334a400..3c6cf47520 100644
--- a/docs/docs/components/segmented-control.md
+++ b/docs/docs/components/segmented-control.md
@@ -12,8 +12,7 @@ import API from '../../../components/segmented-control/API.md'
A segmented control is used to choose between related options that have an effect on a related area.
- {
+ console.log(value)
+ }}
/>
## Usage
+```jsx
+
+```
+
+The value of each property can be used to select the option, using the `selected` property. The `onChange` callback function is called when an option is selected with the value of the item that was clicked. If you want to automatically change to the item that is selected visually, you can use this callback in combination with a state variable.
+
### When to use
- **Choose between related options**. Use a segmented control to choose between closely related options.
@@ -59,4 +82,4 @@ A segmented control is used to choose between related options that have an effec
## Links
-- [Demo](https://ui.dhis2.nu/demo/?path=/story/actions-segmented-control--default)
+- [Demo](/demo/?path=/story/segmented-control--default)
diff --git a/docs/docs/components/select.md b/docs/docs/components/select.md
index 1292a00edf..1b1730b288 100644
--- a/docs/docs/components/select.md
+++ b/docs/docs/components/select.md
@@ -53,6 +53,14 @@ Selects are used to choose one or more items from a list of options.
+```jsx
+
+
+
+
+
+```
+
- Use a single select if the user can only choose one option.
#### Multi select
@@ -68,6 +76,15 @@ Selects are used to choose one or more items from a list of options.
+```jsx
+
+
+
+
+
+
+```
+
- Use a multi select if the user can choose one or more options.
### Format
@@ -95,6 +112,14 @@ Selects are used to choose one or more items from a list of options.
+```jsx
+
+
+
+
+
+```
+
- Only use placeholder text to clarify what kind of content is expected.
- Placeholder text shouldn't repeat the label.
- Always use placeholder text if a label isn't used.
@@ -117,6 +142,17 @@ Selects are used to choose one or more items from a list of options.
+```jsx
+
+
+
+
+
+```
+
- Use help text to tell the user about any limitations or expectations for the content.
- Help text can also be used to clarify what the input is for if it's a complex concept.
@@ -135,6 +171,19 @@ Selects are used to choose one or more items from a list of options.
+```jsx
+
+
+
+
+
+
+
+
+
+
+```
+
- Selects are available in two sizes, regular and `dense`. Regular sized selects are useful when there's space available. Use `dense` sized selects in compact, information-dense interfaces.
#### Width
@@ -161,6 +210,16 @@ Selects are used to choose one or more items from a list of options.
+```jsx
+
+
+
+
+
+
+
+```
+
- A select can show a filter control that filters the available options.
- Use a filter when there's many options, more than 10, to choose from.
@@ -181,6 +240,16 @@ Selects are used to choose one or more items from a list of options.
+```jsx
+
+
+
+
+
+
+
+```
+
- A select can show a _Clear_ button that removes the current selection.
- Use a clearable select if there isn't a _None_ choice in the options.
@@ -201,6 +270,15 @@ Selects are used to choose one or more items from a list of options.
+```jsx
+
+
+
+
+
+
+```
+
- A select can show a label that prefixes the chosen option label.
- Use a prefix when there is limited space and a label above the select would take up too much space.
- Prefix labels should be short and clear.
@@ -222,6 +300,19 @@ Selects are used to choose one or more items from a list of options.
+```jsx
+
+
+
+
+
+
+```
+
- Use an error state if there's a problem with the chosen option, or if it's required but empty.
- Don't show an error too early, give the user a chance to make a choice.
- The error text should help the user fix the problem. Refer to the [error writing guidelines](../principles/content-communication.md) for examples.
@@ -243,6 +334,15 @@ Selects are used to choose one or more items from a list of options.
+```jsx
+
+
+
+
+
+
+```
+
- Use a disabled state if the select temporarily can't be used.
- Show a [`Tooltip`](tooltip.md) on hover or focus to explain why the select is disabled.
@@ -252,4 +352,4 @@ Selects are used to choose one or more items from a list of options.
## Links
-- [Demo](https://ui.dhis2.nu/demo/?path=/story/forms-single-select-single-select-field--default)
+- [Demo](/demo/?path=/story/single-select--with-options-and-on-change)
diff --git a/docs/docs/components/switch.md b/docs/docs/components/switch.md
index cbd1eae0bd..4cb22f1113 100644
--- a/docs/docs/components/switch.md
+++ b/docs/docs/components/switch.md
@@ -18,6 +18,11 @@ Switches are used to toggle something between an on and off state.
## Usage
+```jsx
+
+
+```
+
### When to use
- **Toggle a job or process**. Use a switch to toggle a constantly running process. Examples of constantly running processes might be _Automatic updates_, _Logging_, or a background task.
@@ -39,7 +44,13 @@ Switches are used to toggle something between an on and off state.
-- Switches are available in two sizes, regular and `dense`. Regular sized switches are useful when there's space available. Use `dense` sized switches in compact, information-dense interfaces.
+
+```jsx
+
+
+```
+
+- Switches are available in two sizes, regular and `dense`. Regular sized switches are useful when there's space available. Use `dense` sized switches in compact, information-dense interfaces.
## API Reference
@@ -47,4 +58,4 @@ Switches are used to toggle something between an on and off state.
## Links
-- [Demo](https://ui.dhis2.nu/demo/?path=/story/forms-switch-switch-field--default)
+- [Demo](/demo/?path=/story/switch--default)
diff --git a/docs/docs/components/tab.md b/docs/docs/components/tab.md
index ea54d656dd..f989e3ce36 100644
--- a/docs/docs/components/tab.md
+++ b/docs/docs/components/tab.md
@@ -51,6 +51,16 @@ Tabs are used to navigate between different views within the same page or contex
+```jsx
+
+ }>Notifications
+ } selected>
+ Sharing and access
+
+ }>Downloads
+
+```
+
- A tab can show an icon.
- Use icons to support the text label by providing context or a visual reference.
- Don't include icons for decoration only, they add complexity to the interface.
@@ -66,6 +76,15 @@ Tabs are used to navigate between different views within the same page or contex
+```jsx
+
+ Tab label 1
+ Tab label 2
+ Tab label 3
+ Tab label 4
+
+```
+
- Use a disabled state if a tab can't be used temporarily.
- Show a [`Tooltip`](tooltip.md) when hovering a disabled tab to give a short explanation of why the tab can't be used.
- If a tab will never be enabled in the current context, remove it instead.
@@ -76,4 +95,4 @@ Tabs are used to navigate between different views within the same page or contex
## Links
-- [Demo](https://ui.dhis2.nu/demo/?path=/story/data-display-tooltip--default-placement-top)
+- [Demo](/demo/?path=/story/tab-bar--default-fluid)
diff --git a/docs/docs/components/tag.md b/docs/docs/components/tag.md
index 13e38ba878..b8c07d2388 100644
--- a/docs/docs/components/tag.md
+++ b/docs/docs/components/tag.md
@@ -35,6 +35,13 @@ Tags are used to label items by a set of shared properties, like category or sta
| Positive | Use to communicate success or validity. |
| Negative | Use to communicate a problem or error. |
+```jsx
+Default
+Neutral
+Positive
+Negative
+```
+
### Format
#### Label
@@ -52,6 +59,11 @@ Tags are used to label items by a set of shared properties, like category or sta
+```jsx
+} positive>Passed
+} negative>Failed
+```
+
- A tag can show an icon before the text label.
- Use icons to support the text label by providing context or a visual reference.
- Don't include icons for decoration only, they add complexity to the interface.
@@ -67,6 +79,13 @@ Tags are used to label items by a set of shared properties, like category or sta
+```jsx
+Tag label
+Tag label
+Tag label
+Tag label
+```
+
- Use bold tags where it's important the information is noticed by a user.
- Don't overuse bold tags, only use them when the information is important.
@@ -76,4 +95,4 @@ Tags are used to label items by a set of shared properties, like category or sta
## Links
-- [Demo](https://ui.dhis2.nu/demo/?path=/story/data-display-tag--default)
+- [Demo](/demo/?path=/story/tag--default)
diff --git a/docs/docs/components/tooltip.md b/docs/docs/components/tooltip.md
index e1e312fcc1..ab07d7173b 100644
--- a/docs/docs/components/tooltip.md
+++ b/docs/docs/components/tooltip.md
@@ -48,6 +48,13 @@ A tooltip is used to show contextual information when triggered by clicking, foc
Hover to trigger bottom tooltip.
+```jsx
+Hover to trigger top tooltip.
+Hover to trigger left tooltip.
+Hover to trigger right tooltip.
+Hover to trigger bottom tooltip.
+```
+
- By default, tooltips are shown above the triggering element.
- Other positions, `left`, `right`, and `bottom`, are available. Only use these positions if there's a reason `top` doesn't work, like in an information dense layout.
@@ -57,6 +64,12 @@ A tooltip is used to show contextual information when triggered by clicking, foc
Hover to trigger a tooltip with a longer open delay and shorter close delay.
+```jsx
+
+ Hover to trigger a tooltip with a longer open delay and shorter close delay.
+
+```
+
- Tooltips have two delay durations: `open` and `close`.
- Use the default delay durations unless there's a specific use case to change them.
- Longer `open` delays and shorter `close` delays can help prevent too many tooltips showing in a complex layout.
@@ -67,4 +80,4 @@ A tooltip is used to show contextual information when triggered by clicking, foc
## Links
-- [Demo](https://ui.dhis2.nu/demo/?path=/story/data-display-tooltip--default-placement-top)
+- [Demo](/demo/?path=/story/tooltip--default-placement-top)
diff --git a/docs/docs/components/transfer.md b/docs/docs/components/transfer.md
index 26c38bce28..ebc5340ff0 100644
--- a/docs/docs/components/transfer.md
+++ b/docs/docs/components/transfer.md
@@ -32,21 +32,83 @@ A transfer is made up of two lists. The _source list_ that shows the available o
## Options
+For all the demo's below, `transferOptions` is an array of objects with the following shape:
+
+```js
+;[
+ {
+ label: 'ANC 1st visit',
+ value: 'anc_1st_visit',
+ },
+]
+```
+
+The `onChange` and `selected` properties are created like this:
+
+```js
+const [selected, setSelected] = useState()
+const onChange = (payload) => setSelected(payload.selected)
+```
+
### Header
+```jsx
+ }
+ rightHeader={}
+ onChange={onChange}
+/>
+```
+
+The `header` component is as follows:
+
+```jsx
+
+ {props.label}
+
+```
+
- Use headers for titles that make it clear what the transfer options are.
- _Source list_ headers could also contain group filters.
### Footer
-
+
+```jsx
+ }
+ onChange={onChange}
+/>
+```
+
+The footer component is as follows:
+
+```jsx
+
+
+ Reload
+
+
+```
+
- Use footers for actions that apply to a list, like _Reload items_.
### Reordering
@@ -55,6 +117,15 @@ A transfer is made up of two lists. The _source list_ that shows the available o
+```jsx
+
+```
+
- Allow reordering if the order of the chosen options has meaning or consequences.
### Filtering
@@ -63,6 +134,16 @@ A transfer is made up of two lists. The _source list_ that shows the available o
+```jsx
+
+```
+
- Use filtering to help a user find options in the _source list_.
### Loading
diff --git a/docs/sidebars.js b/docs/sidebars.js
index a9034a905b..17b9c320ac 100644
--- a/docs/sidebars.js
+++ b/docs/sidebars.js
@@ -42,7 +42,6 @@ const sidebars = {
{
Components: [
'components/alertbar',
- 'components/avatar',
'components/button',
'components/card',
'components/calendar',
@@ -68,6 +67,7 @@ const sidebars = {
'components/tag',
'components/tooltip',
'components/transfer',
+ 'components/avatar',
],
},
{
@@ -96,6 +96,11 @@ const sidebars = {
],
},
'package/changelog',
+ {
+ type: 'link',
+ label: 'Developer Portal',
+ href: 'https://developers.dhis2.org',
+ },
],
}
diff --git a/icons/API.md b/icons/API.md
index 43a8f291d7..fc6390ce67 100644
--- a/icons/API.md
+++ b/icons/API.md
@@ -2,11 +2,11 @@
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconAdd16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgAdd16 } from '@dhis2/ui-icons'
+import { IconAdd16 } from '@dhis2/ui'
```
@@ -21,11 +21,11 @@ import { SvgAdd16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconAdd24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgAdd24 } from '@dhis2/ui-icons'
+import { IconAdd24 } from '@dhis2/ui'
```
@@ -40,11 +40,11 @@ import { SvgAdd24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconAddCircle16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgAddCircle16 } from '@dhis2/ui-icons'
+import { IconAddCircle16 } from '@dhis2/ui'
```
@@ -59,11 +59,11 @@ import { SvgAddCircle16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconAddCircle24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgAddCircle24 } from '@dhis2/ui-icons'
+import { IconAddCircle24 } from '@dhis2/ui'
```
@@ -78,11 +78,11 @@ import { SvgAddCircle24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconApps16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgApps16 } from '@dhis2/ui-icons'
+import { IconApps16 } from '@dhis2/ui'
```
@@ -97,11 +97,11 @@ import { SvgApps16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconApps24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgApps24 } from '@dhis2/ui-icons'
+import { IconApps24 } from '@dhis2/ui'
```
@@ -116,11 +116,11 @@ import { SvgApps24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconArchive16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgArchive16 } from '@dhis2/ui-icons'
+import { IconArchive16 } from '@dhis2/ui'
```
@@ -135,11 +135,11 @@ import { SvgArchive16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconArchive24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgArchive24 } from '@dhis2/ui-icons'
+import { IconArchive24 } from '@dhis2/ui'
```
@@ -154,11 +154,11 @@ import { SvgArchive24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconArrowDown16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgArrowDown16 } from '@dhis2/ui-icons'
+import { IconArrowDown16 } from '@dhis2/ui'
```
@@ -173,11 +173,11 @@ import { SvgArrowDown16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconArrowDown24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgArrowDown24 } from '@dhis2/ui-icons'
+import { IconArrowDown24 } from '@dhis2/ui'
```
@@ -192,11 +192,11 @@ import { SvgArrowDown24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconArrowLeft16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgArrowLeft16 } from '@dhis2/ui-icons'
+import { IconArrowLeft16 } from '@dhis2/ui'
```
@@ -211,11 +211,11 @@ import { SvgArrowLeft16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconArrowLeft24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgArrowLeft24 } from '@dhis2/ui-icons'
+import { IconArrowLeft24 } from '@dhis2/ui'
```
@@ -230,11 +230,11 @@ import { SvgArrowLeft24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconArrowLeftMulti16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgArrowLeftMulti16 } from '@dhis2/ui-icons'
+import { IconArrowLeftMulti16 } from '@dhis2/ui'
```
@@ -249,11 +249,11 @@ import { SvgArrowLeftMulti16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconArrowLeftMulti24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgArrowLeftMulti24 } from '@dhis2/ui-icons'
+import { IconArrowLeftMulti24 } from '@dhis2/ui'
```
@@ -268,11 +268,11 @@ import { SvgArrowLeftMulti24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconArrowRight16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgArrowRight16 } from '@dhis2/ui-icons'
+import { IconArrowRight16 } from '@dhis2/ui'
```
@@ -287,11 +287,11 @@ import { SvgArrowRight16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconArrowRight24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgArrowRight24 } from '@dhis2/ui-icons'
+import { IconArrowRight24 } from '@dhis2/ui'
```
@@ -306,11 +306,11 @@ import { SvgArrowRight24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconArrowRightMulti16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgArrowRightMulti16 } from '@dhis2/ui-icons'
+import { IconArrowRightMulti16 } from '@dhis2/ui'
```
@@ -325,11 +325,11 @@ import { SvgArrowRightMulti16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconArrowRightMulti24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgArrowRightMulti24 } from '@dhis2/ui-icons'
+import { IconArrowRightMulti24 } from '@dhis2/ui'
```
@@ -344,11 +344,11 @@ import { SvgArrowRightMulti24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconArrowUp16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgArrowUp16 } from '@dhis2/ui-icons'
+import { IconArrowUp16 } from '@dhis2/ui'
```
@@ -363,11 +363,11 @@ import { SvgArrowUp16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconArrowUp24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgArrowUp24 } from '@dhis2/ui-icons'
+import { IconArrowUp24 } from '@dhis2/ui'
```
@@ -382,11 +382,11 @@ import { SvgArrowUp24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconAt16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgAt16 } from '@dhis2/ui-icons'
+import { IconAt16 } from '@dhis2/ui'
```
@@ -401,11 +401,11 @@ import { SvgAt16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconAt24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgAt24 } from '@dhis2/ui-icons'
+import { IconAt24 } from '@dhis2/ui'
```
@@ -420,11 +420,11 @@ import { SvgAt24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconAttachment16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgAttachment16 } from '@dhis2/ui-icons'
+import { IconAttachment16 } from '@dhis2/ui'
```
@@ -439,11 +439,11 @@ import { SvgAttachment16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconAttachment24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgAttachment24 } from '@dhis2/ui-icons'
+import { IconAttachment24 } from '@dhis2/ui'
```
@@ -458,11 +458,11 @@ import { SvgAttachment24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconBlock16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgBlock16 } from '@dhis2/ui-icons'
+import { IconBlock16 } from '@dhis2/ui'
```
@@ -477,11 +477,11 @@ import { SvgBlock16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconBlock24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgBlock24 } from '@dhis2/ui-icons'
+import { IconBlock24 } from '@dhis2/ui'
```
@@ -496,11 +496,11 @@ import { SvgBlock24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconCalendar16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgCalendar16 } from '@dhis2/ui-icons'
+import { IconCalendar16 } from '@dhis2/ui'
```
@@ -515,11 +515,11 @@ import { SvgCalendar16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconCalendar24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgCalendar24 } from '@dhis2/ui-icons'
+import { IconCalendar24 } from '@dhis2/ui'
```
@@ -534,11 +534,11 @@ import { SvgCalendar24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconCheckmark12`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgCheckmark12 } from '@dhis2/ui-icons'
+import { IconCheckmark12 } from '@dhis2/ui'
```
@@ -553,11 +553,11 @@ import { SvgCheckmark12 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconCheckmark16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgCheckmark16 } from '@dhis2/ui-icons'
+import { IconCheckmark16 } from '@dhis2/ui'
```
@@ -572,11 +572,11 @@ import { SvgCheckmark16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconCheckmark24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgCheckmark24 } from '@dhis2/ui-icons'
+import { IconCheckmark24 } from '@dhis2/ui'
```
@@ -591,11 +591,11 @@ import { SvgCheckmark24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconCheckmarkCircle16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgCheckmarkCircle16 } from '@dhis2/ui-icons'
+import { IconCheckmarkCircle16 } from '@dhis2/ui'
```
@@ -610,11 +610,11 @@ import { SvgCheckmarkCircle16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconCheckmarkCircle24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgCheckmarkCircle24 } from '@dhis2/ui-icons'
+import { IconCheckmarkCircle24 } from '@dhis2/ui'
```
@@ -629,11 +629,11 @@ import { SvgCheckmarkCircle24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconChevronDown16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgChevronDown16 } from '@dhis2/ui-icons'
+import { IconChevronDown16 } from '@dhis2/ui'
```
@@ -648,11 +648,11 @@ import { SvgChevronDown16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconChevronDown24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgChevronDown24 } from '@dhis2/ui-icons'
+import { IconChevronDown24 } from '@dhis2/ui'
```
@@ -667,11 +667,11 @@ import { SvgChevronDown24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconChevronLeft16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgChevronLeft16 } from '@dhis2/ui-icons'
+import { IconChevronLeft16 } from '@dhis2/ui'
```
@@ -686,11 +686,11 @@ import { SvgChevronLeft16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconChevronLeft24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgChevronLeft24 } from '@dhis2/ui-icons'
+import { IconChevronLeft24 } from '@dhis2/ui'
```
@@ -705,11 +705,11 @@ import { SvgChevronLeft24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconChevronRight16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgChevronRight16 } from '@dhis2/ui-icons'
+import { IconChevronRight16 } from '@dhis2/ui'
```
@@ -724,11 +724,11 @@ import { SvgChevronRight16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconChevronRight24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgChevronRight24 } from '@dhis2/ui-icons'
+import { IconChevronRight24 } from '@dhis2/ui'
```
@@ -743,11 +743,11 @@ import { SvgChevronRight24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconChevronUp16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgChevronUp16 } from '@dhis2/ui-icons'
+import { IconChevronUp16 } from '@dhis2/ui'
```
@@ -762,11 +762,11 @@ import { SvgChevronUp16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconChevronUp24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgChevronUp24 } from '@dhis2/ui-icons'
+import { IconChevronUp24 } from '@dhis2/ui'
```
@@ -781,11 +781,11 @@ import { SvgChevronUp24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconClock16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgClock16 } from '@dhis2/ui-icons'
+import { IconClock16 } from '@dhis2/ui'
```
@@ -800,11 +800,11 @@ import { SvgClock16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconClock24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgClock24 } from '@dhis2/ui-icons'
+import { IconClock24 } from '@dhis2/ui'
```
@@ -819,11 +819,11 @@ import { SvgClock24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconClockHistory16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgClockHistory16 } from '@dhis2/ui-icons'
+import { IconClockHistory16 } from '@dhis2/ui'
```
@@ -838,11 +838,11 @@ import { SvgClockHistory16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconClockHistory24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgClockHistory24 } from '@dhis2/ui-icons'
+import { IconClockHistory24 } from '@dhis2/ui'
```
@@ -857,11 +857,11 @@ import { SvgClockHistory24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconColor16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgColor16 } from '@dhis2/ui-icons'
+import { IconColor16 } from '@dhis2/ui'
```
@@ -876,11 +876,11 @@ import { SvgColor16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconColor24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgColor24 } from '@dhis2/ui-icons'
+import { IconColor24 } from '@dhis2/ui'
```
@@ -895,11 +895,11 @@ import { SvgColor24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconCopy16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgCopy16 } from '@dhis2/ui-icons'
+import { IconCopy16 } from '@dhis2/ui'
```
@@ -914,11 +914,11 @@ import { SvgCopy16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconCopy24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgCopy24 } from '@dhis2/ui-icons'
+import { IconCopy24 } from '@dhis2/ui'
```
@@ -933,11 +933,11 @@ import { SvgCopy24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconCross16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgCross16 } from '@dhis2/ui-icons'
+import { IconCross16 } from '@dhis2/ui'
```
@@ -952,11 +952,11 @@ import { SvgCross16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconCross24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgCross24 } from '@dhis2/ui-icons'
+import { IconCross24 } from '@dhis2/ui'
```
@@ -971,11 +971,11 @@ import { SvgCross24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconDashboardWindow16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgDashboardWindow16 } from '@dhis2/ui-icons'
+import { IconDashboardWindow16 } from '@dhis2/ui'
```
@@ -990,11 +990,11 @@ import { SvgDashboardWindow16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconDashboardWindow24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgDashboardWindow24 } from '@dhis2/ui-icons'
+import { IconDashboardWindow24 } from '@dhis2/ui'
```
@@ -1009,11 +1009,11 @@ import { SvgDashboardWindow24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconDataInteger16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgDataInteger16 } from '@dhis2/ui-icons'
+import { IconDataInteger16 } from '@dhis2/ui'
```
@@ -1028,11 +1028,11 @@ import { SvgDataInteger16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconDataInteger24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgDataInteger24 } from '@dhis2/ui-icons'
+import { IconDataInteger24 } from '@dhis2/ui'
```
@@ -1047,11 +1047,11 @@ import { SvgDataInteger24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconDataString16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgDataString16 } from '@dhis2/ui-icons'
+import { IconDataString16 } from '@dhis2/ui'
```
@@ -1066,11 +1066,11 @@ import { SvgDataString16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconDataString24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgDataString24 } from '@dhis2/ui-icons'
+import { IconDataString24 } from '@dhis2/ui'
```
@@ -1085,11 +1085,11 @@ import { SvgDataString24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconDelete16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgDelete16 } from '@dhis2/ui-icons'
+import { IconDelete16 } from '@dhis2/ui'
```
@@ -1104,11 +1104,11 @@ import { SvgDelete16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconDelete24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgDelete24 } from '@dhis2/ui-icons'
+import { IconDelete24 } from '@dhis2/ui'
```
@@ -1123,11 +1123,11 @@ import { SvgDelete24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconDimensionCategoryOptionGroupset16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgDimensionCategoryOptionGroupset16 } from '@dhis2/ui-icons'
+import { IconDimensionCategoryOptionGroupset16 } from '@dhis2/ui'
```
@@ -1142,11 +1142,11 @@ import { SvgDimensionCategoryOptionGroupset16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconDimensionData16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgDimensionData16 } from '@dhis2/ui-icons'
+import { IconDimensionData16 } from '@dhis2/ui'
```
@@ -1161,11 +1161,11 @@ import { SvgDimensionData16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconDimensionDataElementGroupset16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgDimensionDataElementGroupset16 } from '@dhis2/ui-icons'
+import { IconDimensionDataElementGroupset16 } from '@dhis2/ui'
```
@@ -1180,11 +1180,11 @@ import { SvgDimensionDataElementGroupset16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconDimensionDataSet16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgDimensionDataSet16 } from '@dhis2/ui-icons'
+import { IconDimensionDataSet16 } from '@dhis2/ui'
```
@@ -1199,11 +1199,11 @@ import { SvgDimensionDataSet16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconDimensionEventDataItem16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgDimensionEventDataItem16 } from '@dhis2/ui-icons'
+import { IconDimensionEventDataItem16 } from '@dhis2/ui'
```
@@ -1218,11 +1218,11 @@ import { SvgDimensionEventDataItem16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconDimensionIndicator16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgDimensionIndicator16 } from '@dhis2/ui-icons'
+import { IconDimensionIndicator16 } from '@dhis2/ui'
```
@@ -1237,11 +1237,11 @@ import { SvgDimensionIndicator16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconDimensionOrgUnit16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgDimensionOrgUnit16 } from '@dhis2/ui-icons'
+import { IconDimensionOrgUnit16 } from '@dhis2/ui'
```
@@ -1256,11 +1256,11 @@ import { SvgDimensionOrgUnit16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconDimensionOrgUnitGroupset16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgDimensionOrgUnitGroupset16 } from '@dhis2/ui-icons'
+import { IconDimensionOrgUnitGroupset16 } from '@dhis2/ui'
```
@@ -1275,11 +1275,11 @@ import { SvgDimensionOrgUnitGroupset16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconDimensionProgramIndicator16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgDimensionProgramIndicator16 } from '@dhis2/ui-icons'
+import { IconDimensionProgramIndicator16 } from '@dhis2/ui'
```
@@ -1294,11 +1294,11 @@ import { SvgDimensionProgramIndicator16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconDimensionValidationRule16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgDimensionValidationRule16 } from '@dhis2/ui-icons'
+import { IconDimensionValidationRule16 } from '@dhis2/ui'
```
@@ -1313,11 +1313,11 @@ import { SvgDimensionValidationRule16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconDirectionNorth16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgDirectionNorth16 } from '@dhis2/ui-icons'
+import { IconDirectionNorth16 } from '@dhis2/ui'
```
@@ -1332,11 +1332,11 @@ import { SvgDirectionNorth16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconDirectionNorth24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgDirectionNorth24 } from '@dhis2/ui-icons'
+import { IconDirectionNorth24 } from '@dhis2/ui'
```
@@ -1351,11 +1351,11 @@ import { SvgDirectionNorth24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconDownload16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgDownload16 } from '@dhis2/ui-icons'
+import { IconDownload16 } from '@dhis2/ui'
```
@@ -1370,11 +1370,11 @@ import { SvgDownload16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconDownload24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgDownload24 } from '@dhis2/ui-icons'
+import { IconDownload24 } from '@dhis2/ui'
```
@@ -1389,11 +1389,11 @@ import { SvgDownload24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconDragHandle16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgDragHandle16 } from '@dhis2/ui-icons'
+import { IconDragHandle16 } from '@dhis2/ui'
```
@@ -1408,11 +1408,11 @@ import { SvgDragHandle16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconDragHandle24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgDragHandle24 } from '@dhis2/ui-icons'
+import { IconDragHandle24 } from '@dhis2/ui'
```
@@ -1427,11 +1427,11 @@ import { SvgDragHandle24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconDuplicate16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgDuplicate16 } from '@dhis2/ui-icons'
+import { IconDuplicate16 } from '@dhis2/ui'
```
@@ -1446,11 +1446,11 @@ import { SvgDuplicate16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconDuplicate24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgDuplicate24 } from '@dhis2/ui-icons'
+import { IconDuplicate24 } from '@dhis2/ui'
```
@@ -1465,11 +1465,11 @@ import { SvgDuplicate24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconEdit16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgEdit16 } from '@dhis2/ui-icons'
+import { IconEdit16 } from '@dhis2/ui'
```
@@ -1484,11 +1484,11 @@ import { SvgEdit16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconEdit24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgEdit24 } from '@dhis2/ui-icons'
+import { IconEdit24 } from '@dhis2/ui'
```
@@ -1503,11 +1503,11 @@ import { SvgEdit24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconEditItems16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgEditItems16 } from '@dhis2/ui-icons'
+import { IconEditItems16 } from '@dhis2/ui'
```
@@ -1522,11 +1522,11 @@ import { SvgEditItems16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconEditItems24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgEditItems24 } from '@dhis2/ui-icons'
+import { IconEditItems24 } from '@dhis2/ui'
```
@@ -1541,11 +1541,11 @@ import { SvgEditItems24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconEmptyFrame16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgEmptyFrame16 } from '@dhis2/ui-icons'
+import { IconEmptyFrame16 } from '@dhis2/ui'
```
@@ -1560,11 +1560,11 @@ import { SvgEmptyFrame16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconEmptyFrame24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgEmptyFrame24 } from '@dhis2/ui-icons'
+import { IconEmptyFrame24 } from '@dhis2/ui'
```
@@ -1579,11 +1579,11 @@ import { SvgEmptyFrame24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconError16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgError16 } from '@dhis2/ui-icons'
+import { IconError16 } from '@dhis2/ui'
```
@@ -1598,11 +1598,11 @@ import { SvgError16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconError24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgError24 } from '@dhis2/ui-icons'
+import { IconError24 } from '@dhis2/ui'
```
@@ -1617,11 +1617,11 @@ import { SvgError24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconErrorFilled16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgErrorFilled16 } from '@dhis2/ui-icons'
+import { IconErrorFilled16 } from '@dhis2/ui'
```
@@ -1636,11 +1636,11 @@ import { SvgErrorFilled16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconErrorFilled24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgErrorFilled24 } from '@dhis2/ui-icons'
+import { IconErrorFilled24 } from '@dhis2/ui'
```
@@ -1655,11 +1655,11 @@ import { SvgErrorFilled24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconExportItems24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgExportItems24 } from '@dhis2/ui-icons'
+import { IconExportItems24 } from '@dhis2/ui'
```
@@ -1674,11 +1674,11 @@ import { SvgExportItems24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconFaceAdd16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgFaceAdd16 } from '@dhis2/ui-icons'
+import { IconFaceAdd16 } from '@dhis2/ui'
```
@@ -1693,11 +1693,11 @@ import { SvgFaceAdd16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconFaceAdd24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgFaceAdd24 } from '@dhis2/ui-icons'
+import { IconFaceAdd24 } from '@dhis2/ui'
```
@@ -1712,11 +1712,11 @@ import { SvgFaceAdd24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconFile16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgFile16 } from '@dhis2/ui-icons'
+import { IconFile16 } from '@dhis2/ui'
```
@@ -1731,11 +1731,11 @@ import { SvgFile16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconFile24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgFile24 } from '@dhis2/ui-icons'
+import { IconFile24 } from '@dhis2/ui'
```
@@ -1750,11 +1750,11 @@ import { SvgFile24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconFileDocument16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgFileDocument16 } from '@dhis2/ui-icons'
+import { IconFileDocument16 } from '@dhis2/ui'
```
@@ -1769,11 +1769,11 @@ import { SvgFileDocument16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconFileDocument24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgFileDocument24 } from '@dhis2/ui-icons'
+import { IconFileDocument24 } from '@dhis2/ui'
```
@@ -1788,11 +1788,11 @@ import { SvgFileDocument24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconFilter16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgFilter16 } from '@dhis2/ui-icons'
+import { IconFilter16 } from '@dhis2/ui'
```
@@ -1807,11 +1807,11 @@ import { SvgFilter16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconFilter24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgFilter24 } from '@dhis2/ui-icons'
+import { IconFilter24 } from '@dhis2/ui'
```
@@ -1826,11 +1826,11 @@ import { SvgFilter24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconFlag16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgFlag16 } from '@dhis2/ui-icons'
+import { IconFlag16 } from '@dhis2/ui'
```
@@ -1845,11 +1845,11 @@ import { SvgFlag16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconFlag24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgFlag24 } from '@dhis2/ui-icons'
+import { IconFlag24 } from '@dhis2/ui'
```
@@ -1864,11 +1864,11 @@ import { SvgFlag24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconFolder16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgFolder16 } from '@dhis2/ui-icons'
+import { IconFolder16 } from '@dhis2/ui'
```
@@ -1883,11 +1883,11 @@ import { SvgFolder16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconFolder24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgFolder24 } from '@dhis2/ui-icons'
+import { IconFolder24 } from '@dhis2/ui'
```
@@ -1902,11 +1902,11 @@ import { SvgFolder24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconFolderOpen16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgFolderOpen16 } from '@dhis2/ui-icons'
+import { IconFolderOpen16 } from '@dhis2/ui'
```
@@ -1921,11 +1921,11 @@ import { SvgFolderOpen16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconFolderOpen24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgFolderOpen24 } from '@dhis2/ui-icons'
+import { IconFolderOpen24 } from '@dhis2/ui'
```
@@ -1940,11 +1940,11 @@ import { SvgFolderOpen24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconFullscreen16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgFullscreen16 } from '@dhis2/ui-icons'
+import { IconFullscreen16 } from '@dhis2/ui'
```
@@ -1959,11 +1959,11 @@ import { SvgFullscreen16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconFullscreen24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgFullscreen24 } from '@dhis2/ui-icons'
+import { IconFullscreen24 } from '@dhis2/ui'
```
@@ -1978,11 +1978,11 @@ import { SvgFullscreen24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconFullscreenExit16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgFullscreenExit16 } from '@dhis2/ui-icons'
+import { IconFullscreenExit16 } from '@dhis2/ui'
```
@@ -1997,11 +1997,11 @@ import { SvgFullscreenExit16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconFullscreenExit24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgFullscreenExit24 } from '@dhis2/ui-icons'
+import { IconFullscreenExit24 } from '@dhis2/ui'
```
@@ -2016,11 +2016,11 @@ import { SvgFullscreenExit24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconHome16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgHome16 } from '@dhis2/ui-icons'
+import { IconHome16 } from '@dhis2/ui'
```
@@ -2035,11 +2035,11 @@ import { SvgHome16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconHome24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgHome24 } from '@dhis2/ui-icons'
+import { IconHome24 } from '@dhis2/ui'
```
@@ -2054,11 +2054,11 @@ import { SvgHome24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconImage16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgImage16 } from '@dhis2/ui-icons'
+import { IconImage16 } from '@dhis2/ui'
```
@@ -2073,11 +2073,11 @@ import { SvgImage16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconImage24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgImage24 } from '@dhis2/ui-icons'
+import { IconImage24 } from '@dhis2/ui'
```
@@ -2092,11 +2092,11 @@ import { SvgImage24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconImportItems24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgImportItems24 } from '@dhis2/ui-icons'
+import { IconImportItems24 } from '@dhis2/ui'
```
@@ -2111,11 +2111,11 @@ import { SvgImportItems24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconInfo16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgInfo16 } from '@dhis2/ui-icons'
+import { IconInfo16 } from '@dhis2/ui'
```
@@ -2130,11 +2130,11 @@ import { SvgInfo16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconInfo24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgInfo24 } from '@dhis2/ui-icons'
+import { IconInfo24 } from '@dhis2/ui'
```
@@ -2149,11 +2149,11 @@ import { SvgInfo24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconInfoFilled16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgInfoFilled16 } from '@dhis2/ui-icons'
+import { IconInfoFilled16 } from '@dhis2/ui'
```
@@ -2168,11 +2168,11 @@ import { SvgInfoFilled16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconInfoFilled24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgInfoFilled24 } from '@dhis2/ui-icons'
+import { IconInfoFilled24 } from '@dhis2/ui'
```
@@ -2187,11 +2187,11 @@ import { SvgInfoFilled24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconLaunch16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgLaunch16 } from '@dhis2/ui-icons'
+import { IconLaunch16 } from '@dhis2/ui'
```
@@ -2206,11 +2206,11 @@ import { SvgLaunch16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconLaunch24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgLaunch24 } from '@dhis2/ui-icons'
+import { IconLaunch24 } from '@dhis2/ui'
```
@@ -2225,11 +2225,11 @@ import { SvgLaunch24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconLayoutColumns16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgLayoutColumns16 } from '@dhis2/ui-icons'
+import { IconLayoutColumns16 } from '@dhis2/ui'
```
@@ -2244,11 +2244,11 @@ import { SvgLayoutColumns16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconLayoutColumns24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgLayoutColumns24 } from '@dhis2/ui-icons'
+import { IconLayoutColumns24 } from '@dhis2/ui'
```
@@ -2263,11 +2263,11 @@ import { SvgLayoutColumns24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconLayoutRows16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgLayoutRows16 } from '@dhis2/ui-icons'
+import { IconLayoutRows16 } from '@dhis2/ui'
```
@@ -2282,11 +2282,11 @@ import { SvgLayoutRows16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconLayoutRows24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgLayoutRows24 } from '@dhis2/ui-icons'
+import { IconLayoutRows24 } from '@dhis2/ui'
```
@@ -2301,11 +2301,11 @@ import { SvgLayoutRows24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconLegend16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgLegend16 } from '@dhis2/ui-icons'
+import { IconLegend16 } from '@dhis2/ui'
```
@@ -2320,11 +2320,11 @@ import { SvgLegend16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconLegend24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgLegend24 } from '@dhis2/ui-icons'
+import { IconLegend24 } from '@dhis2/ui'
```
@@ -2339,11 +2339,11 @@ import { SvgLegend24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconLink16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgLink16 } from '@dhis2/ui-icons'
+import { IconLink16 } from '@dhis2/ui'
```
@@ -2358,11 +2358,11 @@ import { SvgLink16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconLink24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgLink24 } from '@dhis2/ui-icons'
+import { IconLink24 } from '@dhis2/ui'
```
@@ -2377,11 +2377,11 @@ import { SvgLink24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconList16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgList16 } from '@dhis2/ui-icons'
+import { IconList16 } from '@dhis2/ui'
```
@@ -2396,11 +2396,11 @@ import { SvgList16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconList24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgList24 } from '@dhis2/ui-icons'
+import { IconList24 } from '@dhis2/ui'
```
@@ -2415,11 +2415,11 @@ import { SvgList24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconLocation16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgLocation16 } from '@dhis2/ui-icons'
+import { IconLocation16 } from '@dhis2/ui'
```
@@ -2434,11 +2434,11 @@ import { SvgLocation16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconLocation24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgLocation24 } from '@dhis2/ui-icons'
+import { IconLocation24 } from '@dhis2/ui'
```
@@ -2453,11 +2453,11 @@ import { SvgLocation24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconLock16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgLock16 } from '@dhis2/ui-icons'
+import { IconLock16 } from '@dhis2/ui'
```
@@ -2472,11 +2472,11 @@ import { SvgLock16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconLock24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgLock24 } from '@dhis2/ui-icons'
+import { IconLock24 } from '@dhis2/ui'
```
@@ -2491,11 +2491,11 @@ import { SvgLock24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconLockOpen16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgLockOpen16 } from '@dhis2/ui-icons'
+import { IconLockOpen16 } from '@dhis2/ui'
```
@@ -2510,11 +2510,11 @@ import { SvgLockOpen16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconLockOpen24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgLockOpen24 } from '@dhis2/ui-icons'
+import { IconLockOpen24 } from '@dhis2/ui'
```
@@ -2529,11 +2529,11 @@ import { SvgLockOpen24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconLogOut16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgLogOut16 } from '@dhis2/ui-icons'
+import { IconLogOut16 } from '@dhis2/ui'
```
@@ -2548,11 +2548,11 @@ import { SvgLogOut16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconLogOut24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgLogOut24 } from '@dhis2/ui-icons'
+import { IconLogOut24 } from '@dhis2/ui'
```
@@ -2567,11 +2567,11 @@ import { SvgLogOut24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconMail16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgMail16 } from '@dhis2/ui-icons'
+import { IconMail16 } from '@dhis2/ui'
```
@@ -2586,11 +2586,11 @@ import { SvgMail16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconMail24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgMail24 } from '@dhis2/ui-icons'
+import { IconMail24 } from '@dhis2/ui'
```
@@ -2605,11 +2605,11 @@ import { SvgMail24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconMailOpen16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgMailOpen16 } from '@dhis2/ui-icons'
+import { IconMailOpen16 } from '@dhis2/ui'
```
@@ -2624,11 +2624,11 @@ import { SvgMailOpen16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconMailOpen24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgMailOpen24 } from '@dhis2/ui-icons'
+import { IconMailOpen24 } from '@dhis2/ui'
```
@@ -2643,11 +2643,11 @@ import { SvgMailOpen24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconMessages16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgMessages16 } from '@dhis2/ui-icons'
+import { IconMessages16 } from '@dhis2/ui'
```
@@ -2662,11 +2662,11 @@ import { SvgMessages16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconMessages24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgMessages24 } from '@dhis2/ui-icons'
+import { IconMessages24 } from '@dhis2/ui'
```
@@ -2681,11 +2681,11 @@ import { SvgMessages24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconMore16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgMore16 } from '@dhis2/ui-icons'
+import { IconMore16 } from '@dhis2/ui'
```
@@ -2700,11 +2700,11 @@ import { SvgMore16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconMore24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgMore24 } from '@dhis2/ui-icons'
+import { IconMore24 } from '@dhis2/ui'
```
@@ -2719,11 +2719,11 @@ import { SvgMore24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconMove16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgMove16 } from '@dhis2/ui-icons'
+import { IconMove16 } from '@dhis2/ui'
```
@@ -2738,11 +2738,11 @@ import { SvgMove16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconMove24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgMove24 } from '@dhis2/ui-icons'
+import { IconMove24 } from '@dhis2/ui'
```
@@ -2757,11 +2757,11 @@ import { SvgMove24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconPushLeft16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgPushLeft16 } from '@dhis2/ui-icons'
+import { IconPushLeft16 } from '@dhis2/ui'
```
@@ -2776,11 +2776,11 @@ import { SvgPushLeft16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconPushLeft24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgPushLeft24 } from '@dhis2/ui-icons'
+import { IconPushLeft24 } from '@dhis2/ui'
```
@@ -2795,11 +2795,11 @@ import { SvgPushLeft24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconPushRight16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgPushRight16 } from '@dhis2/ui-icons'
+import { IconPushRight16 } from '@dhis2/ui'
```
@@ -2814,11 +2814,11 @@ import { SvgPushRight16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconPushRight24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgPushRight24 } from '@dhis2/ui-icons'
+import { IconPushRight24 } from '@dhis2/ui'
```
@@ -2833,11 +2833,11 @@ import { SvgPushRight24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconQuestion16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgQuestion16 } from '@dhis2/ui-icons'
+import { IconQuestion16 } from '@dhis2/ui'
```
@@ -2852,11 +2852,11 @@ import { SvgQuestion16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconQuestion24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgQuestion24 } from '@dhis2/ui-icons'
+import { IconQuestion24 } from '@dhis2/ui'
```
@@ -2871,11 +2871,11 @@ import { SvgQuestion24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconQuestionFilled16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgQuestionFilled16 } from '@dhis2/ui-icons'
+import { IconQuestionFilled16 } from '@dhis2/ui'
```
@@ -2890,11 +2890,11 @@ import { SvgQuestionFilled16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconQuestionFilled24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgQuestionFilled24 } from '@dhis2/ui-icons'
+import { IconQuestionFilled24 } from '@dhis2/ui'
```
@@ -2909,11 +2909,11 @@ import { SvgQuestionFilled24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconQueue16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgQueue16 } from '@dhis2/ui-icons'
+import { IconQueue16 } from '@dhis2/ui'
```
@@ -2928,11 +2928,11 @@ import { SvgQueue16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconQueue24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgQueue24 } from '@dhis2/ui-icons'
+import { IconQueue24 } from '@dhis2/ui'
```
@@ -2947,11 +2947,11 @@ import { SvgQueue24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconRedo16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgRedo16 } from '@dhis2/ui-icons'
+import { IconRedo16 } from '@dhis2/ui'
```
@@ -2966,11 +2966,11 @@ import { SvgRedo16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconRedo24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgRedo24 } from '@dhis2/ui-icons'
+import { IconRedo24 } from '@dhis2/ui'
```
@@ -2985,11 +2985,11 @@ import { SvgRedo24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconReorder16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgReorder16 } from '@dhis2/ui-icons'
+import { IconReorder16 } from '@dhis2/ui'
```
@@ -3004,11 +3004,11 @@ import { SvgReorder16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconReorder24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgReorder24 } from '@dhis2/ui-icons'
+import { IconReorder24 } from '@dhis2/ui'
```
@@ -3023,11 +3023,11 @@ import { SvgReorder24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconReply16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgReply16 } from '@dhis2/ui-icons'
+import { IconReply16 } from '@dhis2/ui'
```
@@ -3042,11 +3042,11 @@ import { SvgReply16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconReply24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgReply24 } from '@dhis2/ui-icons'
+import { IconReply24 } from '@dhis2/ui'
```
@@ -3061,11 +3061,11 @@ import { SvgReply24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconRuler16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgRuler16 } from '@dhis2/ui-icons'
+import { IconRuler16 } from '@dhis2/ui'
```
@@ -3080,11 +3080,11 @@ import { SvgRuler16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconRuler24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgRuler24 } from '@dhis2/ui-icons'
+import { IconRuler24 } from '@dhis2/ui'
```
@@ -3099,11 +3099,11 @@ import { SvgRuler24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconSave16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgSave16 } from '@dhis2/ui-icons'
+import { IconSave16 } from '@dhis2/ui'
```
@@ -3118,11 +3118,11 @@ import { SvgSave16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconSave24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgSave24 } from '@dhis2/ui-icons'
+import { IconSave24 } from '@dhis2/ui'
```
@@ -3137,11 +3137,11 @@ import { SvgSave24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconSearch16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgSearch16 } from '@dhis2/ui-icons'
+import { IconSearch16 } from '@dhis2/ui'
```
@@ -3156,11 +3156,11 @@ import { SvgSearch16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconSearch24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgSearch24 } from '@dhis2/ui-icons'
+import { IconSearch24 } from '@dhis2/ui'
```
@@ -3175,11 +3175,11 @@ import { SvgSearch24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconSettings16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgSettings16 } from '@dhis2/ui-icons'
+import { IconSettings16 } from '@dhis2/ui'
```
@@ -3194,11 +3194,11 @@ import { SvgSettings16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconSettings24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgSettings24 } from '@dhis2/ui-icons'
+import { IconSettings24 } from '@dhis2/ui'
```
@@ -3213,11 +3213,11 @@ import { SvgSettings24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconShare16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgShare16 } from '@dhis2/ui-icons'
+import { IconShare16 } from '@dhis2/ui'
```
@@ -3232,11 +3232,11 @@ import { SvgShare16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconShare24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgShare24 } from '@dhis2/ui-icons'
+import { IconShare24 } from '@dhis2/ui'
```
@@ -3251,11 +3251,11 @@ import { SvgShare24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconStar16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgStar16 } from '@dhis2/ui-icons'
+import { IconStar16 } from '@dhis2/ui'
```
@@ -3270,11 +3270,11 @@ import { SvgStar16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconStar24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgStar24 } from '@dhis2/ui-icons'
+import { IconStar24 } from '@dhis2/ui'
```
@@ -3289,11 +3289,11 @@ import { SvgStar24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconStarFilled16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgStarFilled16 } from '@dhis2/ui-icons'
+import { IconStarFilled16 } from '@dhis2/ui'
```
@@ -3308,11 +3308,11 @@ import { SvgStarFilled16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconStarFilled24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgStarFilled24 } from '@dhis2/ui-icons'
+import { IconStarFilled24 } from '@dhis2/ui'
```
@@ -3327,11 +3327,11 @@ import { SvgStarFilled24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconSubscribe16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgSubscribe16 } from '@dhis2/ui-icons'
+import { IconSubscribe16 } from '@dhis2/ui'
```
@@ -3346,11 +3346,11 @@ import { SvgSubscribe16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconSubscribe24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgSubscribe24 } from '@dhis2/ui-icons'
+import { IconSubscribe24 } from '@dhis2/ui'
```
@@ -3365,11 +3365,11 @@ import { SvgSubscribe24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconSubscribeOff16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgSubscribeOff16 } from '@dhis2/ui-icons'
+import { IconSubscribeOff16 } from '@dhis2/ui'
```
@@ -3384,11 +3384,11 @@ import { SvgSubscribeOff16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconSubscribeOff24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgSubscribeOff24 } from '@dhis2/ui-icons'
+import { IconSubscribeOff24 } from '@dhis2/ui'
```
@@ -3403,11 +3403,11 @@ import { SvgSubscribeOff24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconSubtract16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgSubtract16 } from '@dhis2/ui-icons'
+import { IconSubtract16 } from '@dhis2/ui'
```
@@ -3422,11 +3422,11 @@ import { SvgSubtract16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconSubtract24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgSubtract24 } from '@dhis2/ui-icons'
+import { IconSubtract24 } from '@dhis2/ui'
```
@@ -3441,11 +3441,11 @@ import { SvgSubtract24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconSubtractCircle16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgSubtractCircle16 } from '@dhis2/ui-icons'
+import { IconSubtractCircle16 } from '@dhis2/ui'
```
@@ -3460,11 +3460,11 @@ import { SvgSubtractCircle16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconSubtractCircle24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgSubtractCircle24 } from '@dhis2/ui-icons'
+import { IconSubtractCircle24 } from '@dhis2/ui'
```
@@ -3479,11 +3479,11 @@ import { SvgSubtractCircle24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconSync16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgSync16 } from '@dhis2/ui-icons'
+import { IconSync16 } from '@dhis2/ui'
```
@@ -3498,11 +3498,11 @@ import { SvgSync16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconSync24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgSync24 } from '@dhis2/ui-icons'
+import { IconSync24 } from '@dhis2/ui'
```
@@ -3517,11 +3517,11 @@ import { SvgSync24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconTable16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgTable16 } from '@dhis2/ui-icons'
+import { IconTable16 } from '@dhis2/ui'
```
@@ -3536,11 +3536,11 @@ import { SvgTable16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconTable24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgTable24 } from '@dhis2/ui-icons'
+import { IconTable24 } from '@dhis2/ui'
```
@@ -3555,11 +3555,11 @@ import { SvgTable24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconTerminalWindow16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgTerminalWindow16 } from '@dhis2/ui-icons'
+import { IconTerminalWindow16 } from '@dhis2/ui'
```
@@ -3574,11 +3574,11 @@ import { SvgTerminalWindow16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconTerminalWindow24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgTerminalWindow24 } from '@dhis2/ui-icons'
+import { IconTerminalWindow24 } from '@dhis2/ui'
```
@@ -3593,11 +3593,11 @@ import { SvgTerminalWindow24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconTextBold16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgTextBold16 } from '@dhis2/ui-icons'
+import { IconTextBold16 } from '@dhis2/ui'
```
@@ -3612,11 +3612,11 @@ import { SvgTextBold16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconTextBold24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgTextBold24 } from '@dhis2/ui-icons'
+import { IconTextBold24 } from '@dhis2/ui'
```
@@ -3631,11 +3631,11 @@ import { SvgTextBold24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconTextBox16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgTextBox16 } from '@dhis2/ui-icons'
+import { IconTextBox16 } from '@dhis2/ui'
```
@@ -3650,11 +3650,11 @@ import { SvgTextBox16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconTextBox24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgTextBox24 } from '@dhis2/ui-icons'
+import { IconTextBox24 } from '@dhis2/ui'
```
@@ -3669,11 +3669,11 @@ import { SvgTextBox24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconTextHeading16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgTextHeading16 } from '@dhis2/ui-icons'
+import { IconTextHeading16 } from '@dhis2/ui'
```
@@ -3688,11 +3688,11 @@ import { SvgTextHeading16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconTextHeading24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgTextHeading24 } from '@dhis2/ui-icons'
+import { IconTextHeading24 } from '@dhis2/ui'
```
@@ -3707,11 +3707,11 @@ import { SvgTextHeading24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconTextItalic16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgTextItalic16 } from '@dhis2/ui-icons'
+import { IconTextItalic16 } from '@dhis2/ui'
```
@@ -3726,11 +3726,11 @@ import { SvgTextItalic16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconTextItalic24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgTextItalic24 } from '@dhis2/ui-icons'
+import { IconTextItalic24 } from '@dhis2/ui'
```
@@ -3745,11 +3745,11 @@ import { SvgTextItalic24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconTextListOrdered16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgTextListOrdered16 } from '@dhis2/ui-icons'
+import { IconTextListOrdered16 } from '@dhis2/ui'
```
@@ -3764,11 +3764,11 @@ import { SvgTextListOrdered16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconTextListOrdered24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgTextListOrdered24 } from '@dhis2/ui-icons'
+import { IconTextListOrdered24 } from '@dhis2/ui'
```
@@ -3783,11 +3783,11 @@ import { SvgTextListOrdered24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconTextListUnordered16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgTextListUnordered16 } from '@dhis2/ui-icons'
+import { IconTextListUnordered16 } from '@dhis2/ui'
```
@@ -3802,11 +3802,11 @@ import { SvgTextListUnordered16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconTextListUnordered24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgTextListUnordered24 } from '@dhis2/ui-icons'
+import { IconTextListUnordered24 } from '@dhis2/ui'
```
@@ -3821,11 +3821,11 @@ import { SvgTextListUnordered24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconThumbDown16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgThumbDown16 } from '@dhis2/ui-icons'
+import { IconThumbDown16 } from '@dhis2/ui'
```
@@ -3840,11 +3840,11 @@ import { SvgThumbDown16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconThumbDown24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgThumbDown24 } from '@dhis2/ui-icons'
+import { IconThumbDown24 } from '@dhis2/ui'
```
@@ -3859,11 +3859,11 @@ import { SvgThumbDown24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconThumbUp16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgThumbUp16 } from '@dhis2/ui-icons'
+import { IconThumbUp16 } from '@dhis2/ui'
```
@@ -3878,11 +3878,11 @@ import { SvgThumbUp16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconThumbUp24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgThumbUp24 } from '@dhis2/ui-icons'
+import { IconThumbUp24 } from '@dhis2/ui'
```
@@ -3897,11 +3897,11 @@ import { SvgThumbUp24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconTranslate16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgTranslate16 } from '@dhis2/ui-icons'
+import { IconTranslate16 } from '@dhis2/ui'
```
@@ -3916,11 +3916,11 @@ import { SvgTranslate16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconTranslate24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgTranslate24 } from '@dhis2/ui-icons'
+import { IconTranslate24 } from '@dhis2/ui'
```
@@ -3935,11 +3935,11 @@ import { SvgTranslate24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconUndo16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgUndo16 } from '@dhis2/ui-icons'
+import { IconUndo16 } from '@dhis2/ui'
```
@@ -3954,11 +3954,11 @@ import { SvgUndo16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconUndo24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgUndo24 } from '@dhis2/ui-icons'
+import { IconUndo24 } from '@dhis2/ui'
```
@@ -3973,11 +3973,11 @@ import { SvgUndo24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconUpload16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgUpload16 } from '@dhis2/ui-icons'
+import { IconUpload16 } from '@dhis2/ui'
```
@@ -3992,11 +3992,11 @@ import { SvgUpload16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconUpload24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgUpload24 } from '@dhis2/ui-icons'
+import { IconUpload24 } from '@dhis2/ui'
```
@@ -4011,11 +4011,11 @@ import { SvgUpload24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconUser16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgUser16 } from '@dhis2/ui-icons'
+import { IconUser16 } from '@dhis2/ui'
```
@@ -4030,11 +4030,11 @@ import { SvgUser16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconUser24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgUser24 } from '@dhis2/ui-icons'
+import { IconUser24 } from '@dhis2/ui'
```
@@ -4049,11 +4049,11 @@ import { SvgUser24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconUserGroup16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgUserGroup16 } from '@dhis2/ui-icons'
+import { IconUserGroup16 } from '@dhis2/ui'
```
@@ -4068,11 +4068,11 @@ import { SvgUserGroup16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconUserGroup24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgUserGroup24 } from '@dhis2/ui-icons'
+import { IconUserGroup24 } from '@dhis2/ui'
```
@@ -4087,11 +4087,11 @@ import { SvgUserGroup24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconView16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgView16 } from '@dhis2/ui-icons'
+import { IconView16 } from '@dhis2/ui'
```
@@ -4106,11 +4106,11 @@ import { SvgView16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconView24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgView24 } from '@dhis2/ui-icons'
+import { IconView24 } from '@dhis2/ui'
```
@@ -4125,11 +4125,11 @@ import { SvgView24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconViewOff16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgViewOff16 } from '@dhis2/ui-icons'
+import { IconViewOff16 } from '@dhis2/ui'
```
@@ -4144,11 +4144,11 @@ import { SvgViewOff16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconViewOff24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgViewOff24 } from '@dhis2/ui-icons'
+import { IconViewOff24 } from '@dhis2/ui'
```
@@ -4163,11 +4163,11 @@ import { SvgViewOff24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconVisualizationArea16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgVisualizationArea16 } from '@dhis2/ui-icons'
+import { IconVisualizationArea16 } from '@dhis2/ui'
```
@@ -4182,11 +4182,11 @@ import { SvgVisualizationArea16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconVisualizationArea24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgVisualizationArea24 } from '@dhis2/ui-icons'
+import { IconVisualizationArea24 } from '@dhis2/ui'
```
@@ -4201,11 +4201,11 @@ import { SvgVisualizationArea24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconVisualizationAreaStacked16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgVisualizationAreaStacked16 } from '@dhis2/ui-icons'
+import { IconVisualizationAreaStacked16 } from '@dhis2/ui'
```
@@ -4220,11 +4220,11 @@ import { SvgVisualizationAreaStacked16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconVisualizationAreaStacked24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgVisualizationAreaStacked24 } from '@dhis2/ui-icons'
+import { IconVisualizationAreaStacked24 } from '@dhis2/ui'
```
@@ -4239,11 +4239,11 @@ import { SvgVisualizationAreaStacked24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconVisualizationBar16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgVisualizationBar16 } from '@dhis2/ui-icons'
+import { IconVisualizationBar16 } from '@dhis2/ui'
```
@@ -4258,11 +4258,11 @@ import { SvgVisualizationBar16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconVisualizationBar24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgVisualizationBar24 } from '@dhis2/ui-icons'
+import { IconVisualizationBar24 } from '@dhis2/ui'
```
@@ -4277,11 +4277,11 @@ import { SvgVisualizationBar24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconVisualizationBarStacked16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgVisualizationBarStacked16 } from '@dhis2/ui-icons'
+import { IconVisualizationBarStacked16 } from '@dhis2/ui'
```
@@ -4296,11 +4296,11 @@ import { SvgVisualizationBarStacked16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconVisualizationBarStacked24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgVisualizationBarStacked24 } from '@dhis2/ui-icons'
+import { IconVisualizationBarStacked24 } from '@dhis2/ui'
```
@@ -4315,11 +4315,11 @@ import { SvgVisualizationBarStacked24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconVisualizationColumn16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgVisualizationColumn16 } from '@dhis2/ui-icons'
+import { IconVisualizationColumn16 } from '@dhis2/ui'
```
@@ -4334,11 +4334,11 @@ import { SvgVisualizationColumn16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconVisualizationColumn24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgVisualizationColumn24 } from '@dhis2/ui-icons'
+import { IconVisualizationColumn24 } from '@dhis2/ui'
```
@@ -4353,11 +4353,11 @@ import { SvgVisualizationColumn24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconVisualizationColumnMulti16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgVisualizationColumnMulti16 } from '@dhis2/ui-icons'
+import { IconVisualizationColumnMulti16 } from '@dhis2/ui'
```
@@ -4372,11 +4372,11 @@ import { SvgVisualizationColumnMulti16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconVisualizationColumnMulti24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgVisualizationColumnMulti24 } from '@dhis2/ui-icons'
+import { IconVisualizationColumnMulti24 } from '@dhis2/ui'
```
@@ -4391,11 +4391,11 @@ import { SvgVisualizationColumnMulti24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconVisualizationColumnStacked16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgVisualizationColumnStacked16 } from '@dhis2/ui-icons'
+import { IconVisualizationColumnStacked16 } from '@dhis2/ui'
```
@@ -4410,11 +4410,11 @@ import { SvgVisualizationColumnStacked16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconVisualizationColumnStacked24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgVisualizationColumnStacked24 } from '@dhis2/ui-icons'
+import { IconVisualizationColumnStacked24 } from '@dhis2/ui'
```
@@ -4429,11 +4429,11 @@ import { SvgVisualizationColumnStacked24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconVisualizationGauge16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgVisualizationGauge16 } from '@dhis2/ui-icons'
+import { IconVisualizationGauge16 } from '@dhis2/ui'
```
@@ -4448,11 +4448,11 @@ import { SvgVisualizationGauge16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconVisualizationGauge24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgVisualizationGauge24 } from '@dhis2/ui-icons'
+import { IconVisualizationGauge24 } from '@dhis2/ui'
```
@@ -4467,11 +4467,11 @@ import { SvgVisualizationGauge24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconVisualizationLine16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgVisualizationLine16 } from '@dhis2/ui-icons'
+import { IconVisualizationLine16 } from '@dhis2/ui'
```
@@ -4486,11 +4486,11 @@ import { SvgVisualizationLine16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconVisualizationLine24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgVisualizationLine24 } from '@dhis2/ui-icons'
+import { IconVisualizationLine24 } from '@dhis2/ui'
```
@@ -4505,11 +4505,11 @@ import { SvgVisualizationLine24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconVisualizationLineMulti16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgVisualizationLineMulti16 } from '@dhis2/ui-icons'
+import { IconVisualizationLineMulti16 } from '@dhis2/ui'
```
@@ -4524,11 +4524,11 @@ import { SvgVisualizationLineMulti16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconVisualizationLineMulti24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgVisualizationLineMulti24 } from '@dhis2/ui-icons'
+import { IconVisualizationLineMulti24 } from '@dhis2/ui'
```
@@ -4543,11 +4543,11 @@ import { SvgVisualizationLineMulti24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconVisualizationLinelist16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgVisualizationLinelist16 } from '@dhis2/ui-icons'
+import { IconVisualizationLinelist16 } from '@dhis2/ui'
```
@@ -4562,11 +4562,11 @@ import { SvgVisualizationLinelist16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconVisualizationLinelist24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgVisualizationLinelist24 } from '@dhis2/ui-icons'
+import { IconVisualizationLinelist24 } from '@dhis2/ui'
```
@@ -4619,11 +4619,11 @@ import { SvgVisualizationOutlierTable24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconVisualizationPie16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgVisualizationPie16 } from '@dhis2/ui-icons'
+import { IconVisualizationPie16 } from '@dhis2/ui'
```
@@ -4638,11 +4638,11 @@ import { SvgVisualizationPie16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconVisualizationPie24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgVisualizationPie24 } from '@dhis2/ui-icons'
+import { IconVisualizationPie24 } from '@dhis2/ui'
```
@@ -4657,11 +4657,11 @@ import { SvgVisualizationPie24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconVisualizationPivotTable16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgVisualizationPivotTable16 } from '@dhis2/ui-icons'
+import { IconVisualizationPivotTable16 } from '@dhis2/ui'
```
@@ -4676,11 +4676,11 @@ import { SvgVisualizationPivotTable16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconVisualizationPivotTable24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgVisualizationPivotTable24 } from '@dhis2/ui-icons'
+import { IconVisualizationPivotTable24 } from '@dhis2/ui'
```
@@ -4695,11 +4695,11 @@ import { SvgVisualizationPivotTable24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconVisualizationRadar16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgVisualizationRadar16 } from '@dhis2/ui-icons'
+import { IconVisualizationRadar16 } from '@dhis2/ui'
```
@@ -4714,11 +4714,11 @@ import { SvgVisualizationRadar16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconVisualizationRadar24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgVisualizationRadar24 } from '@dhis2/ui-icons'
+import { IconVisualizationRadar24 } from '@dhis2/ui'
```
@@ -4733,11 +4733,11 @@ import { SvgVisualizationRadar24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconVisualizationScatter16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgVisualizationScatter16 } from '@dhis2/ui-icons'
+import { IconVisualizationScatter16 } from '@dhis2/ui'
```
@@ -4752,11 +4752,11 @@ import { SvgVisualizationScatter16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconVisualizationScatter24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgVisualizationScatter24 } from '@dhis2/ui-icons'
+import { IconVisualizationScatter24 } from '@dhis2/ui'
```
@@ -4771,11 +4771,11 @@ import { SvgVisualizationScatter24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconVisualizationSingleValue16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgVisualizationSingleValue16 } from '@dhis2/ui-icons'
+import { IconVisualizationSingleValue16 } from '@dhis2/ui'
```
@@ -4790,11 +4790,11 @@ import { SvgVisualizationSingleValue16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconVisualizationSingleValue24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgVisualizationSingleValue24 } from '@dhis2/ui-icons'
+import { IconVisualizationSingleValue24 } from '@dhis2/ui'
```
@@ -4809,11 +4809,11 @@ import { SvgVisualizationSingleValue24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconWarning16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgWarning16 } from '@dhis2/ui-icons'
+import { IconWarning16 } from '@dhis2/ui'
```
@@ -4828,11 +4828,11 @@ import { SvgWarning16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconWarning24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgWarning24 } from '@dhis2/ui-icons'
+import { IconWarning24 } from '@dhis2/ui'
```
@@ -4847,11 +4847,11 @@ import { SvgWarning24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconWarningFilled16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgWarningFilled16 } from '@dhis2/ui-icons'
+import { IconWarningFilled16 } from '@dhis2/ui'
```
@@ -4866,11 +4866,11 @@ import { SvgWarningFilled16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconWarningFilled24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgWarningFilled24 } from '@dhis2/ui-icons'
+import { IconWarningFilled24 } from '@dhis2/ui'
```
@@ -4885,11 +4885,11 @@ import { SvgWarningFilled24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconWindow16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgWindow16 } from '@dhis2/ui-icons'
+import { IconWindow16 } from '@dhis2/ui'
```
@@ -4904,11 +4904,11 @@ import { SvgWindow16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconWindow24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgWindow24 } from '@dhis2/ui-icons'
+import { IconWindow24 } from '@dhis2/ui'
```
@@ -4923,11 +4923,11 @@ import { SvgWindow24 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconWorld16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgWorld16 } from '@dhis2/ui-icons'
+import { IconWorld16 } from '@dhis2/ui'
```
@@ -4942,11 +4942,11 @@ import { SvgWorld16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconWorld24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgWorld24 } from '@dhis2/ui-icons'
+import { IconWorld24 } from '@dhis2/ui'
```
diff --git a/scripts/generate-api-docs.js b/scripts/generate-api-docs.js
index 743c92fb5d..7b340caa4c 100755
--- a/scripts/generate-api-docs.js
+++ b/scripts/generate-api-docs.js
@@ -11,7 +11,7 @@ const RE_OBJECTOF =
/(?:React\.)?(?:PropTypes\.)?objectOf\((?:React\.)?(?:PropTypes\.)?(\w+)\)/
const format_type = (type) => {
- switch (type.name.toLowerCase()) {
+ switch (type?.name.toLowerCase()) {
case 'instanceof': {
return `instanceOf(${type.value})`
}
@@ -66,7 +66,7 @@ const format_type = (type) => {
return JSON.stringify(rst, null, 2).replace(/\n/g, ' ')
}
default: {
- return `${type.name}`
+ return `${type?.name}`
}
}
}
@@ -76,12 +76,16 @@ const format = ({ ast, pkg }) => {
table += `### ${ast.displayName}\n\n`
if (pkg?.name) {
+ // alter Svg to Icon as the actually exported value is Icon, not Svg
+ const toDisplayName =
+ ast.displayName.indexOf('Svg') !== -1
+ ? ast.displayName.replace('Svg', 'Icon')
+ : ast.displayName
table += '#### Usage\n\n'
- table +=
- '**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.\n\n'
+ table += `To use \`${toDisplayName}\`, you can import the component from the \`@dhis2/ui\` library \n\n`
table += `
\`\`\`js
-import { ${ast.displayName} } from '${pkg.name}'
+import { ${toDisplayName} } from '@dhis2/ui'
\`\`\`\n\n
`
}
@@ -96,7 +100,7 @@ import { ${ast.displayName} } from '${pkg.name}'
defaultValue ? `\`${defaultValue.value}\`` : ''
}`,
required: `${required ? '*' : ''}`,
- description: description.replace(/\n/g, ' '),
+ description: description?.replace(/\n/g, ' ') ?? '',
type: `${format_type(type)}`,
})
)
From f9b7a9b76109d21172347879d3f912666db595ab Mon Sep 17 00:00:00 2001
From: Mohammer5
Date: Wed, 1 May 2024 15:42:39 +0800
Subject: [PATCH 035/170] chore(github action): use node v20 in deploy tasks
---
.github/workflows/dhis2-deploy-netlify.yml | 4 ++--
.github/workflows/dhis2-verify-lib.yml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/dhis2-deploy-netlify.yml b/.github/workflows/dhis2-deploy-netlify.yml
index e290aa4339..4ca3dc29a5 100644
--- a/.github/workflows/dhis2-deploy-netlify.yml
+++ b/.github/workflows/dhis2-deploy-netlify.yml
@@ -26,12 +26,12 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
- node-version: 14.x
+ node-version: 20.x
- uses: c-hive/gha-yarn-cache@v1
- run: yarn install --frozen-lockfile
- - run: yarn build
+ - run: yarn build:legacy
- uses: nwtgck/actions-netlify@v1.1
with:
diff --git a/.github/workflows/dhis2-verify-lib.yml b/.github/workflows/dhis2-verify-lib.yml
index 1970b4a8c8..b66dd7c29d 100644
--- a/.github/workflows/dhis2-verify-lib.yml
+++ b/.github/workflows/dhis2-verify-lib.yml
@@ -29,7 +29,7 @@ jobs:
NODE_OPTIONS=--openssl-legacy-provider yarn setup
- name: Build
- run: NODE_OPTIONS=--openssl-legacy-provider yarn build
+ run: yarn build:legacy
- run: ./scripts/create-artifact.sh
From 41438638bceb12d17a6320d5b8b4ec1622e407c6 Mon Sep 17 00:00:00 2001
From: Mohammer5
Date: Wed, 1 May 2024 19:30:45 +0800
Subject: [PATCH 036/170] chore: update to latest dhis2 cypress utils
---
package.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/package.json b/package.json
index b8f1f51be7..79bcc3579a 100644
--- a/package.json
+++ b/package.json
@@ -63,8 +63,8 @@
"@dhis2/cli-app-scripts": "^8.0.0",
"@dhis2/cli-style": "10.4.2",
"@dhis2/cli-utils-docsite": "^3.1.2",
- "@dhis2/cypress-commands": "^10.0.3",
- "@dhis2/cypress-plugins": "^10.0.3",
+ "@dhis2/cypress-commands": "^10.0.4",
+ "@dhis2/cypress-plugins": "^10.0.4",
"@manypkg/cli": "^0.18.0",
"@svgr/cli": "^5.5.0",
"@testing-library/jest-dom": "^5.16.1",
From 25bea456705ceb42c4ba966392a078d7b77e3d0a Mon Sep 17 00:00:00 2001
From: ismay
Date: Wed, 1 May 2024 13:37:18 +0200
Subject: [PATCH 037/170] chore: update lockfile
---
yarn.lock | 17 +++++++++--------
1 file changed, 9 insertions(+), 8 deletions(-)
diff --git a/yarn.lock b/yarn.lock
index 9b0d7657b5..54de4ee1f3 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -2609,17 +2609,17 @@
react-docgen "^6.0.0-alpha.0"
url-join "^4.0.1"
-"@dhis2/cypress-commands@^10.0.3":
- version "10.0.3"
- resolved "https://registry.yarnpkg.com/@dhis2/cypress-commands/-/cypress-commands-10.0.3.tgz#dae315cc839ff57965f307c2d2d34277c19592d4"
- integrity sha512-K+GJtnzZGg62Qe67d/5Fl662s5VXnvhB55TTDoTcL/7Euawxyo1FC7ZrLXJExM2C1z0ic5WfZ7MH6EUsS6OfqQ==
+"@dhis2/cypress-commands@^10.0.4":
+ version "10.0.4"
+ resolved "https://registry.yarnpkg.com/@dhis2/cypress-commands/-/cypress-commands-10.0.4.tgz#759e9cd9ebf7f03e61badb88930fcade2ae1781b"
+ integrity sha512-srR5tWbnCKuG3dldwWcv9GpUsEq46nE1KyABTEk4konT7jLVA7J87AfwhlOdEIv1iHN0fgAT5P3atd2IQmWtzw==
dependencies:
jscodeshift "^0.11.0"
-"@dhis2/cypress-plugins@^10.0.3":
- version "10.0.3"
- resolved "https://registry.yarnpkg.com/@dhis2/cypress-plugins/-/cypress-plugins-10.0.3.tgz#83403aca333e2b356f7ea92c272d3ca00d00276d"
- integrity sha512-MYIkWI/kCR4hoqvD+spmbXcdoNL/EFX3HZuyRCGUErj5ChJmyWX7jQtDq/twd7GFRma0IqwTtOwaiKAxLRv/Nw==
+"@dhis2/cypress-plugins@^10.0.4":
+ version "10.0.4"
+ resolved "https://registry.yarnpkg.com/@dhis2/cypress-plugins/-/cypress-plugins-10.0.4.tgz#aaef0d1437a5469c0eb72d3cbb8eb6b92cc1048d"
+ integrity sha512-yOVasxprapavFCW7iGahnCIXxtJN51GPuSjjOFg+PWdvLQFkKhf1e5lPL3ALpOLr8rz9evd5Ex+4CBwnesMT9w==
"@dhis2/d2-i18n@^1.1.0":
version "1.1.0"
@@ -23787,6 +23787,7 @@ workerpool@6.2.1:
integrity sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw==
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
+ name wrap-ansi-cjs
version "7.0.0"
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
From c7bcc68a5d9496a53f7e8933d1f48699f403a8cb Mon Sep 17 00:00:00 2001
From: Mohammer5
Date: Mon, 6 May 2024 17:20:02 +0800
Subject: [PATCH 038/170] fix: upgrade @dhis2/cypress-commands and
@dhis2/cypress-plugins to 10.0.5
---
package.json | 4 ++--
yarn.lock | 58 ++++++++++++++++++++++++++++++++++++++++------------
2 files changed, 47 insertions(+), 15 deletions(-)
diff --git a/package.json b/package.json
index 79bcc3579a..d82d82b998 100644
--- a/package.json
+++ b/package.json
@@ -63,8 +63,8 @@
"@dhis2/cli-app-scripts": "^8.0.0",
"@dhis2/cli-style": "10.4.2",
"@dhis2/cli-utils-docsite": "^3.1.2",
- "@dhis2/cypress-commands": "^10.0.4",
- "@dhis2/cypress-plugins": "^10.0.4",
+ "@dhis2/cypress-commands": "^10.0.5",
+ "@dhis2/cypress-plugins": "^10.0.5",
"@manypkg/cli": "^0.18.0",
"@svgr/cli": "^5.5.0",
"@testing-library/jest-dom": "^5.16.1",
diff --git a/yarn.lock b/yarn.lock
index 54de4ee1f3..15c684e11d 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -2609,17 +2609,17 @@
react-docgen "^6.0.0-alpha.0"
url-join "^4.0.1"
-"@dhis2/cypress-commands@^10.0.4":
- version "10.0.4"
- resolved "https://registry.yarnpkg.com/@dhis2/cypress-commands/-/cypress-commands-10.0.4.tgz#759e9cd9ebf7f03e61badb88930fcade2ae1781b"
- integrity sha512-srR5tWbnCKuG3dldwWcv9GpUsEq46nE1KyABTEk4konT7jLVA7J87AfwhlOdEIv1iHN0fgAT5P3atd2IQmWtzw==
+"@dhis2/cypress-commands@^10.0.5":
+ version "10.0.5"
+ resolved "https://registry.yarnpkg.com/@dhis2/cypress-commands/-/cypress-commands-10.0.5.tgz#0fbe4ec12e5575ebea847f2f52d3e115056d4022"
+ integrity sha512-Jq+7WrJyEYxluSwaZjdIAoEmTwZlrSXbrQSJKSfIdoiJXmiJnDKvF0v5cgqpaF3XRwXL63Mk9c0WHtDYk4CrFw==
dependencies:
jscodeshift "^0.11.0"
-"@dhis2/cypress-plugins@^10.0.4":
- version "10.0.4"
- resolved "https://registry.yarnpkg.com/@dhis2/cypress-plugins/-/cypress-plugins-10.0.4.tgz#aaef0d1437a5469c0eb72d3cbb8eb6b92cc1048d"
- integrity sha512-yOVasxprapavFCW7iGahnCIXxtJN51GPuSjjOFg+PWdvLQFkKhf1e5lPL3ALpOLr8rz9evd5Ex+4CBwnesMT9w==
+"@dhis2/cypress-plugins@^10.0.5":
+ version "10.0.5"
+ resolved "https://registry.yarnpkg.com/@dhis2/cypress-plugins/-/cypress-plugins-10.0.5.tgz#e841f2659bce9864062b52b398f9009821d35a04"
+ integrity sha512-Gwbpt8zW0z9iXwdCrIvnUtz1UfiNxkRz5qL7SxBlaRgjag3JC7M2l48zzJ0aGy2L3wGqTbJ9xrs3G1DC4Ydz1A==
"@dhis2/d2-i18n@^1.1.0":
version "1.1.0"
@@ -3004,7 +3004,7 @@
"@docusaurus/theme-common" "2.0.0-beta.17"
"@docusaurus/theme-search-algolia" "2.0.0-beta.17"
-"@docusaurus/react-loadable@5.5.2", "react-loadable@npm:@docusaurus/react-loadable@5.5.2":
+"@docusaurus/react-loadable@5.5.2":
version "5.5.2"
resolved "https://registry.yarnpkg.com/@docusaurus/react-loadable/-/react-loadable-5.5.2.tgz#81aae0db81ecafbdaee3651f12804580868fa6ce"
integrity sha512-A3dYjdBGuy0IGT+wyLIGIKLRE+sAk1iNk0f1HjNDysO7u8lhL4N3VEm+FAubmJbAztn94F7MxBTPmnixbiyFdQ==
@@ -19212,6 +19212,14 @@ react-loadable-ssr-addon-v5-slorber@^1.0.1:
dependencies:
"@babel/runtime" "^7.10.3"
+"react-loadable@npm:@docusaurus/react-loadable@5.5.2":
+ version "5.5.2"
+ resolved "https://registry.yarnpkg.com/@docusaurus/react-loadable/-/react-loadable-5.5.2.tgz#81aae0db81ecafbdaee3651f12804580868fa6ce"
+ integrity sha512-A3dYjdBGuy0IGT+wyLIGIKLRE+sAk1iNk0f1HjNDysO7u8lhL4N3VEm+FAubmJbAztn94F7MxBTPmnixbiyFdQ==
+ dependencies:
+ "@types/react" "*"
+ prop-types "^15.6.2"
+
react-popper-tooltip@^3.1.1:
version "3.1.1"
resolved "https://registry.yarnpkg.com/react-popper-tooltip/-/react-popper-tooltip-3.1.1.tgz#329569eb7b287008f04fcbddb6370452ad3f9eac"
@@ -21209,7 +21217,7 @@ string-natural-compare@^3.0.1:
resolved "https://registry.yarnpkg.com/string-natural-compare/-/string-natural-compare-3.0.1.tgz#7a42d58474454963759e8e8b7ae63d71c1e7fdf4"
integrity sha512-n3sPwynL1nwKi3WJ6AIsClwBMa0zTi54fn2oLU6ndfTSIO05xaznjSf15PcBZU6FNWbmN5Q6cxT4V5hGvB4taw==
-"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
+"string-width-cjs@npm:string-width@^4.2.0":
version "4.2.3"
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -21244,6 +21252,15 @@ string-width@^3.0.0, string-width@^3.1.0:
is-fullwidth-code-point "^2.0.0"
strip-ansi "^5.1.0"
+string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
+ version "4.2.3"
+ resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
+ integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
+ dependencies:
+ emoji-regex "^8.0.0"
+ is-fullwidth-code-point "^3.0.0"
+ strip-ansi "^6.0.1"
+
string-width@^5.0.1, string-width@^5.1.2:
version "5.1.2"
resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.2.tgz#14f8daec6d81e7221d2a357e668cab73bdbca794"
@@ -21335,7 +21352,7 @@ stringify-object@^3.3.0:
is-obj "^1.0.1"
is-regexp "^1.0.0"
-"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
+"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
version "6.0.1"
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -21349,6 +21366,13 @@ strip-ansi@6.0.0:
dependencies:
ansi-regex "^5.0.0"
+strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
+ version "6.0.1"
+ resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
+ integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
+ dependencies:
+ ansi-regex "^5.0.1"
+
strip-ansi@^3.0.0, strip-ansi@^3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-3.0.1.tgz#6a385fb8853d952d5ff05d0e8aaf94278dc63dcf"
@@ -23786,8 +23810,7 @@ workerpool@6.2.1:
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.2.1.tgz#46fc150c17d826b86a008e5a4508656777e9c343"
integrity sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw==
-"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
- name wrap-ansi-cjs
+"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -23814,6 +23837,15 @@ wrap-ansi@^6.2.0:
string-width "^4.1.0"
strip-ansi "^6.0.0"
+wrap-ansi@^7.0.0:
+ version "7.0.0"
+ resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
+ integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
+ dependencies:
+ ansi-styles "^4.0.0"
+ string-width "^4.1.0"
+ strip-ansi "^6.0.0"
+
wrap-ansi@^8.0.1:
version "8.0.1"
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.0.1.tgz#2101e861777fec527d0ea90c57c6b03aac56a5b3"
From 38af73d133dd8b81a855876702b9da8c3f7c98c3 Mon Sep 17 00:00:00 2001
From: Rene Pot
Date: Tue, 7 May 2024 10:58:23 -0400
Subject: [PATCH 039/170] docs: fix relative demo links to open in new tab
(#1498)
* docs: fix relative demo links to open in new tab
* chore: fix formatting
---
docs/docs/components/alertbar.md | 2 +-
docs/docs/components/avatar.md | 2 +-
docs/docs/components/button.md | 2 +-
docs/docs/components/calendar.md | 6 +-----
docs/docs/components/card.md | 2 +-
docs/docs/components/checkbox.md | 2 +-
docs/docs/components/chip.md | 2 +-
docs/docs/components/data-table.md | 2 +-
docs/docs/components/fileinput.md | 2 +-
docs/docs/components/inputfield.md | 4 ++--
docs/docs/components/loading.md | 2 +-
docs/docs/components/menu.md | 2 +-
docs/docs/components/modal.md | 2 +-
docs/docs/components/notice-box.md | 2 +-
docs/docs/components/org-unit-tree.md | 2 +-
docs/docs/components/pagination.md | 2 +-
docs/docs/components/popover.md | 2 +-
docs/docs/components/radio.md | 2 +-
docs/docs/components/segmented-control.md | 2 +-
docs/docs/components/select.md | 2 +-
docs/docs/components/switch.md | 2 +-
docs/docs/components/tab.md | 2 +-
docs/docs/components/tag.md | 2 +-
docs/docs/components/tooltip.md | 2 +-
docs/docs/components/transfer.md | 2 +-
25 files changed, 26 insertions(+), 30 deletions(-)
diff --git a/docs/docs/components/alertbar.md b/docs/docs/components/alertbar.md
index ce9c55d133..6ad62ed254 100644
--- a/docs/docs/components/alertbar.md
+++ b/docs/docs/components/alertbar.md
@@ -224,4 +224,4 @@ import { AlertStack, AlertBar } from '@dhis2/ui'
## Links
-- [Demo](https://ui.dhis2.nu/demo/?path=/story/feedback-alerts-alert-bar--default)
+- Demo
diff --git a/docs/docs/components/avatar.md b/docs/docs/components/avatar.md
index 4220168ab0..03fffee556 100644
--- a/docs/docs/components/avatar.md
+++ b/docs/docs/components/avatar.md
@@ -65,4 +65,4 @@ The Demo above lists the different sizes available. The related JSX is:
## Links
-- [Demo](https://ui.dhis2.nu/demo/?path=/story/utils-user-avatar--default)
+- Demo
diff --git a/docs/docs/components/button.md b/docs/docs/components/button.md
index 6fa258091f..70a02cbbbb 100644
--- a/docs/docs/components/button.md
+++ b/docs/docs/components/button.md
@@ -231,4 +231,4 @@ Buttons are available in different sizes. Use the size that matches the usage gu
## Links
-- [Demo](https://ui.dhis2.nu/demo/?path=/story/actions-buttons-button--basic)
+- Demo
diff --git a/docs/docs/components/calendar.md b/docs/docs/components/calendar.md
index e579721b6c..9dde639cce 100644
--- a/docs/docs/components/calendar.md
+++ b/docs/docs/components/calendar.md
@@ -204,12 +204,8 @@ To display a calendar for the user to pick a day in any supported calendar syste
## Links
-- [Demo](https://ui.dhis2.nu/demo/?path=/story/calendar--with-ethiopic)
-
+- Demo
- [Design document](https://docs.google.com/document/d/19zjyB45oBbqC5KeubaU8E7cw9fGhFc3tOXY0GkzZKqc/edit#)
-
- [ADR for decision to use Temporal API](https://github.com/dhis2/multi-calendar-dates/blob/beta/doc/architecture/decisions/0002-use-temporal-api-as-the-backbone-for-the-engine.md)
-
- [multi-calendar-dates](https://github.com/dhis2/multi-calendar-dates) is the library that this component is built on top of.
-
- [Temporal API standard propsal](https://tc39.es/proposal-temporal/): the standard powering the multi-calendar-dates library
diff --git a/docs/docs/components/card.md b/docs/docs/components/card.md
index 0086c505d1..dde83cfd93 100644
--- a/docs/docs/components/card.md
+++ b/docs/docs/components/card.md
@@ -35,4 +35,4 @@ A card is a container element used to group together and separate blocks of cont
## Links
-- [Demo](https://ui.dhis2.nu/demo/?path=/story/layout-card--default)
+- Demo
diff --git a/docs/docs/components/checkbox.md b/docs/docs/components/checkbox.md
index 06f79e2a7e..46d317d2e9 100644
--- a/docs/docs/components/checkbox.md
+++ b/docs/docs/components/checkbox.md
@@ -55,4 +55,4 @@ Checkboxes are used to choose one or more items from a list. A checkbox can also
## Links
-- [Demo](https://ui.dhis2.nu/demo/?path=/story/forms-checkbox-checkbox--default)
+- Demo
diff --git a/docs/docs/components/chip.md b/docs/docs/components/chip.md
index dad956a78b..bd8c1e3ad6 100644
--- a/docs/docs/components/chip.md
+++ b/docs/docs/components/chip.md
@@ -101,4 +101,4 @@ Chips are used to select from a set of defined options. Chips can also represent
## Links
-- [Demo](https://ui.dhis2.nu/demo/?path=/story/actions-chip--default)
+- Demo
diff --git a/docs/docs/components/data-table.md b/docs/docs/components/data-table.md
index 29ca1a4961..6485e2d14c 100644
--- a/docs/docs/components/data-table.md
+++ b/docs/docs/components/data-table.md
@@ -194,4 +194,4 @@ Patterns are common ways of achieving some functionality. Patterns aren't offere
## Links
-- [Demo](/demo/?path=/story/datatable--default)
+- Demo
diff --git a/docs/docs/components/fileinput.md b/docs/docs/components/fileinput.md
index d1de2e8b4a..cfa9748a1c 100644
--- a/docs/docs/components/fileinput.md
+++ b/docs/docs/components/fileinput.md
@@ -107,4 +107,4 @@ A file input is used to choose and upload files.
## Links
-- [Demo](/demo/?path=/story/file-input--default)
+- Demo
diff --git a/docs/docs/components/inputfield.md b/docs/docs/components/inputfield.md
index 236d5af4ac..f3eec0a902 100644
--- a/docs/docs/components/inputfield.md
+++ b/docs/docs/components/inputfield.md
@@ -262,5 +262,5 @@ The following data types don't change the interaction with the input, but should
## Links
-- [Demo](/demo/?path=/story/file-input-field--default)
-- [`TextArea` demo](/demo/?path=/story/text-area--placeholder-no-value)
+- Demo
+- `TextArea`Demo
diff --git a/docs/docs/components/loading.md b/docs/docs/components/loading.md
index c4be767ddb..b7dbef9943 100644
--- a/docs/docs/components/loading.md
+++ b/docs/docs/components/loading.md
@@ -104,4 +104,4 @@ Loaders are used to show that something is in progress. They keep users informed
## Links
-- [Demo](https://ui.dhis2.nu/demo/?path=/story/feedback-loading-indicators-circular-loader--default)
+- Demo
diff --git a/docs/docs/components/menu.md b/docs/docs/components/menu.md
index ec0be1f67b..11aef00a17 100644
--- a/docs/docs/components/menu.md
+++ b/docs/docs/components/menu.md
@@ -249,4 +249,4 @@ A menu gives access to menu items, through a panel that opens from a trigger ele
## Links
-- [Demo](/demo/?path=/story/flyout-menu--default)
+- Demo
diff --git a/docs/docs/components/modal.md b/docs/docs/components/modal.md
index b6905db6e8..6f430258b4 100755
--- a/docs/docs/components/modal.md
+++ b/docs/docs/components/modal.md
@@ -179,4 +179,4 @@ The `hide` variable used in the demo's below are initiated using `useState(true)
## Links
-- [Demo](/demo/?path=/story/modal--default-content)
+- Demo
diff --git a/docs/docs/components/notice-box.md b/docs/docs/components/notice-box.md
index c50f2a65bc..99abd0d4e3 100644
--- a/docs/docs/components/notice-box.md
+++ b/docs/docs/components/notice-box.md
@@ -144,4 +144,4 @@ A notice box shows important information about a situation.
## Links
-- [Demo](/demo/?path=/story/notice-box--default)
+- Demo
diff --git a/docs/docs/components/org-unit-tree.md b/docs/docs/components/org-unit-tree.md
index c0c98faaf7..dbcdb1dd6e 100644
--- a/docs/docs/components/org-unit-tree.md
+++ b/docs/docs/components/org-unit-tree.md
@@ -41,4 +41,4 @@ An organisation unit tree is used to choose organisation units from a hierarchy.
## Links
-- [Demo](/demo/?path=/story/organisation-unit-tree--collapsed)
+- Demo
diff --git a/docs/docs/components/pagination.md b/docs/docs/components/pagination.md
index 4ca8aebef0..491f607024 100644
--- a/docs/docs/components/pagination.md
+++ b/docs/docs/components/pagination.md
@@ -104,4 +104,4 @@ Different elements of the pagination component can be included, depending on the
## Links
-- [Demo](/demo/?path=/story/pagination--default)
+- Demo
diff --git a/docs/docs/components/popover.md b/docs/docs/components/popover.md
index 3bedbd4182..23184b9c50 100644
--- a/docs/docs/components/popover.md
+++ b/docs/docs/components/popover.md
@@ -37,4 +37,4 @@ A popover is used to show more information when a user interacts with a trigger
## Links
-- [Demo](/demo/?path=/story/popover--default)
+- Demo
diff --git a/docs/docs/components/radio.md b/docs/docs/components/radio.md
index 2aa0386954..4a6192de55 100644
--- a/docs/docs/components/radio.md
+++ b/docs/docs/components/radio.md
@@ -61,4 +61,4 @@ Radio inputs are used to choose one item from a list.
## Links
-- [Demo](/demo/?path=/story/radio--default)
+- Demo
diff --git a/docs/docs/components/segmented-control.md b/docs/docs/components/segmented-control.md
index 3c6cf47520..1e1da41e50 100644
--- a/docs/docs/components/segmented-control.md
+++ b/docs/docs/components/segmented-control.md
@@ -82,4 +82,4 @@ The value of each property can be used to select the option, using the `selected
## Links
-- [Demo](/demo/?path=/story/segmented-control--default)
+- Demo
diff --git a/docs/docs/components/select.md b/docs/docs/components/select.md
index 1b1730b288..25e1b93f99 100644
--- a/docs/docs/components/select.md
+++ b/docs/docs/components/select.md
@@ -352,4 +352,4 @@ Selects are used to choose one or more items from a list of options.
## Links
-- [Demo](/demo/?path=/story/single-select--with-options-and-on-change)
+- Demo
diff --git a/docs/docs/components/switch.md b/docs/docs/components/switch.md
index 4cb22f1113..42399666f4 100644
--- a/docs/docs/components/switch.md
+++ b/docs/docs/components/switch.md
@@ -58,4 +58,4 @@ Switches are used to toggle something between an on and off state.
## Links
-- [Demo](/demo/?path=/story/switch--default)
+- Demo
diff --git a/docs/docs/components/tab.md b/docs/docs/components/tab.md
index f989e3ce36..ed27492cac 100644
--- a/docs/docs/components/tab.md
+++ b/docs/docs/components/tab.md
@@ -95,4 +95,4 @@ Tabs are used to navigate between different views within the same page or contex
## Links
-- [Demo](/demo/?path=/story/tab-bar--default-fluid)
+- Demo
diff --git a/docs/docs/components/tag.md b/docs/docs/components/tag.md
index b8c07d2388..f93c9aa182 100644
--- a/docs/docs/components/tag.md
+++ b/docs/docs/components/tag.md
@@ -95,4 +95,4 @@ Tags are used to label items by a set of shared properties, like category or sta
## Links
-- [Demo](/demo/?path=/story/tag--default)
+- Demo
diff --git a/docs/docs/components/tooltip.md b/docs/docs/components/tooltip.md
index ab07d7173b..74c387f784 100644
--- a/docs/docs/components/tooltip.md
+++ b/docs/docs/components/tooltip.md
@@ -80,4 +80,4 @@ A tooltip is used to show contextual information when triggered by clicking, foc
## Links
-- [Demo](/demo/?path=/story/tooltip--default-placement-top)
+- Demo
diff --git a/docs/docs/components/transfer.md b/docs/docs/components/transfer.md
index ebc5340ff0..cd7a508eb6 100644
--- a/docs/docs/components/transfer.md
+++ b/docs/docs/components/transfer.md
@@ -158,4 +158,4 @@ The footer component is as follows:
## Links
-- [Demo](https://ui.dhis2.nu/demo/?path=/story/forms-transfer--multiple)
+- Demo
From 7de6dc5b805abee8f3ff8538ba5f0414e8240802 Mon Sep 17 00:00:00 2001
From: Flaminia Cavallo
Date: Wed, 8 May 2024 12:13:12 +0200
Subject: [PATCH 040/170] fix: li key to be unique
---
components/segmented-control/src/segmented-control.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/components/segmented-control/src/segmented-control.js b/components/segmented-control/src/segmented-control.js
index 6eee2338a3..45e1921e7a 100644
--- a/components/segmented-control/src/segmented-control.js
+++ b/components/segmented-control/src/segmented-control.js
@@ -35,7 +35,7 @@ export const SegmentedControl = ({
return (
{options.map(({ label, value, disabled }) => (
-
+
Date: Fri, 10 May 2024 16:25:33 +0800
Subject: [PATCH 041/170] fix: use npm version 6 for semantic release action in
publish step (#1499)
Co-authored-by: ismay
---
.github/workflows/dhis2-verify-lib.yml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.github/workflows/dhis2-verify-lib.yml b/.github/workflows/dhis2-verify-lib.yml
index b66dd7c29d..58143965d6 100644
--- a/.github/workflows/dhis2-verify-lib.yml
+++ b/.github/workflows/dhis2-verify-lib.yml
@@ -148,6 +148,9 @@ jobs:
# ensure that d2-app-scripts is available
- run: yarn install --frozen-lockfile
+ # FIXME: Add legacy npm to allow our broken peerdeps for now.
+ # This should be addressed properly by fixing our peerdeps.
+ - run: npm i -g npm@6
- uses: dhis2/action-semantic-release@master
with:
publish-npm: true
From 2814874e52d6fcdeb765163400d81f16b495a5e7 Mon Sep 17 00:00:00 2001
From: "@dhis2-bot"
Date: Fri, 10 May 2024 08:47:07 +0000
Subject: [PATCH 042/170] chore(release): cut 9.4.5 [skip release]
## [9.4.5](https://github.com/dhis2/ui/compare/v9.4.4...v9.4.5) (2024-05-10)
### Bug Fixes
* upgrade @dhis2/cypress-commands and @dhis2/cypress-plugins to 10.0.5 ([c7bcc68](https://github.com/dhis2/ui/commit/c7bcc68a5d9496a53f7e8933d1f48699f403a8cb))
* use npm version 6 for semantic release action in publish step ([#1499](https://github.com/dhis2/ui/issues/1499)) ([4d4fb40](https://github.com/dhis2/ui/commit/4d4fb40afd945ad3f78c943e24c3ed702cd4ce31))
* **translations:** sync translations from transifex (master) ([0bf3520](https://github.com/dhis2/ui/commit/0bf352080cbd58c292325c1adf1c4cb6e840423f))
---
CHANGELOG.md | 9 ++
collections/forms/package.json | 20 ++--
collections/ui/API.md | 4 +-
collections/ui/package.json | 98 +++++++++----------
components/alert/API.md | 4 +-
components/alert/package.json | 8 +-
components/box/package.json | 4 +-
components/button/package.json | 12 +--
components/calendar/package.json | 16 +--
components/card/package.json | 4 +-
components/center/package.json | 4 +-
components/checkbox/package.json | 8 +-
components/chip/package.json | 4 +-
components/cover/package.json | 4 +-
components/css/package.json | 4 +-
components/divider/package.json | 4 +-
components/field/package.json | 10 +-
components/file-input/package.json | 16 +--
components/header-bar/package.json | 30 +++---
components/help/package.json | 4 +-
components/input/package.json | 16 +--
components/intersection-detector/package.json | 4 +-
components/label/package.json | 6 +-
components/layer/package.json | 6 +-
components/legend/package.json | 6 +-
components/loader/package.json | 4 +-
components/logo/package.json | 4 +-
components/menu/package.json | 16 +--
components/modal/package.json | 14 +--
components/node/package.json | 6 +-
components/notice-box/package.json | 6 +-
.../organisation-unit-tree/package.json | 10 +-
components/pagination/package.json | 10 +-
components/popover/package.json | 8 +-
components/popper/package.json | 4 +-
components/portal/package.json | 2 +-
components/radio/package.json | 4 +-
components/required/package.json | 4 +-
components/segmented-control/package.json | 4 +-
components/select/package.json | 30 +++---
components/selector-bar/package.json | 22 ++---
components/sharing-dialog/package.json | 34 +++----
components/status-icon/package.json | 8 +-
components/switch/package.json | 8 +-
components/tab/package.json | 6 +-
components/table/package.json | 6 +-
components/tag/package.json | 4 +-
components/text-area/package.json | 14 +--
components/tooltip/package.json | 8 +-
components/transfer/package.json | 14 +--
components/user-avatar/package.json | 4 +-
constants/package.json | 2 +-
docs/package.json | 2 +-
icons/API.md | 8 +-
icons/package.json | 2 +-
package.json | 2 +-
storybook/package.json | 6 +-
57 files changed, 295 insertions(+), 286 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 535bc7a5a4..184a569a23 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,12 @@
+## [9.4.5](https://github.com/dhis2/ui/compare/v9.4.4...v9.4.5) (2024-05-10)
+
+
+### Bug Fixes
+
+* upgrade @dhis2/cypress-commands and @dhis2/cypress-plugins to 10.0.5 ([c7bcc68](https://github.com/dhis2/ui/commit/c7bcc68a5d9496a53f7e8933d1f48699f403a8cb))
+* use npm version 6 for semantic release action in publish step ([#1499](https://github.com/dhis2/ui/issues/1499)) ([4d4fb40](https://github.com/dhis2/ui/commit/4d4fb40afd945ad3f78c943e24c3ed702cd4ce31))
+* **translations:** sync translations from transifex (master) ([0bf3520](https://github.com/dhis2/ui/commit/0bf352080cbd58c292325c1adf1c4cb6e840423f))
+
## [9.4.4](https://github.com/dhis2/ui/compare/v9.4.3...v9.4.4) (2024-04-09)
diff --git a/collections/forms/package.json b/collections/forms/package.json
index 1fcebd2a1f..444717a58c 100644
--- a/collections/forms/package.json
+++ b/collections/forms/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-forms",
- "version": "9.4.4",
+ "version": "9.4.5",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
"sideEffects": [
@@ -35,15 +35,15 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.4.4",
- "@dhis2-ui/checkbox": "9.4.4",
- "@dhis2-ui/field": "9.4.4",
- "@dhis2-ui/file-input": "9.4.4",
- "@dhis2-ui/input": "9.4.4",
- "@dhis2-ui/radio": "9.4.4",
- "@dhis2-ui/select": "9.4.4",
- "@dhis2-ui/switch": "9.4.4",
- "@dhis2-ui/text-area": "9.4.4",
+ "@dhis2-ui/button": "9.4.5",
+ "@dhis2-ui/checkbox": "9.4.5",
+ "@dhis2-ui/field": "9.4.5",
+ "@dhis2-ui/file-input": "9.4.5",
+ "@dhis2-ui/input": "9.4.5",
+ "@dhis2-ui/radio": "9.4.5",
+ "@dhis2-ui/select": "9.4.5",
+ "@dhis2-ui/switch": "9.4.5",
+ "@dhis2-ui/text-area": "9.4.5",
"classnames": "^2.3.1",
"final-form": "^4.20.2",
"prop-types": "^15.7.2",
diff --git a/collections/ui/API.md b/collections/ui/API.md
index ceffb17886..8b4c36d0a0 100644
--- a/collections/ui/API.md
+++ b/collections/ui/API.md
@@ -20,9 +20,9 @@ import { AlertBar } from '@dhis2/ui'
|critical|custom|||Alert bars with `critical` will not autohide|
|dataTest|string|`'dhis2-uicore-alertbar'`|||
|duration|number|`8000`||How long you want the notification to display, in `ms`, when it's not permanent|
-|hidden|boolean|||AlertBar will be hidden on creation when this is set|
+|hidden|boolean|||AlertBar will be hidden on creation when this is set to true|
|icon|custom|`true`||A specific icon to override the default icon in the bar. If `false` is provided, no icon will be shown.|
-|permanent|boolean|||When set, AlertBar will not auto-hide|
+|permanent|boolean|||When set, AlertBar will not autohide|
|success|custom||||
|warning|custom|||Alert bars with `warning` will not autohide|
|onHidden|function||||
diff --git a/collections/ui/package.json b/collections/ui/package.json
index e3478fcbdb..0097a7f948 100644
--- a/collections/ui/package.json
+++ b/collections/ui/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui",
- "version": "9.4.4",
+ "version": "9.4.5",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
"exports": {
@@ -21,54 +21,54 @@
"build": "d2-app-scripts build"
},
"dependencies": {
- "@dhis2-ui/alert": "9.4.4",
- "@dhis2-ui/box": "9.4.4",
- "@dhis2-ui/button": "9.4.4",
- "@dhis2-ui/calendar": "9.4.4",
- "@dhis2-ui/card": "9.4.4",
- "@dhis2-ui/center": "9.4.4",
- "@dhis2-ui/checkbox": "9.4.4",
- "@dhis2-ui/chip": "9.4.4",
- "@dhis2-ui/cover": "9.4.4",
- "@dhis2-ui/css": "9.4.4",
- "@dhis2-ui/divider": "9.4.4",
- "@dhis2-ui/field": "9.4.4",
- "@dhis2-ui/file-input": "9.4.4",
- "@dhis2-ui/header-bar": "9.4.4",
- "@dhis2-ui/help": "9.4.4",
- "@dhis2-ui/input": "9.4.4",
- "@dhis2-ui/intersection-detector": "9.4.4",
- "@dhis2-ui/label": "9.4.4",
- "@dhis2-ui/layer": "9.4.4",
- "@dhis2-ui/legend": "9.4.4",
- "@dhis2-ui/loader": "9.4.4",
- "@dhis2-ui/logo": "9.4.4",
- "@dhis2-ui/menu": "9.4.4",
- "@dhis2-ui/modal": "9.4.4",
- "@dhis2-ui/node": "9.4.4",
- "@dhis2-ui/notice-box": "9.4.4",
- "@dhis2-ui/organisation-unit-tree": "9.4.4",
- "@dhis2-ui/pagination": "9.4.4",
- "@dhis2-ui/popover": "9.4.4",
- "@dhis2-ui/popper": "9.4.4",
- "@dhis2-ui/portal": "9.4.4",
- "@dhis2-ui/radio": "9.4.4",
- "@dhis2-ui/required": "9.4.4",
- "@dhis2-ui/segmented-control": "9.4.4",
- "@dhis2-ui/select": "9.4.4",
- "@dhis2-ui/selector-bar": "9.4.4",
- "@dhis2-ui/sharing-dialog": "9.4.4",
- "@dhis2-ui/switch": "9.4.4",
- "@dhis2-ui/tab": "9.4.4",
- "@dhis2-ui/table": "9.4.4",
- "@dhis2-ui/tag": "9.4.4",
- "@dhis2-ui/text-area": "9.4.4",
- "@dhis2-ui/tooltip": "9.4.4",
- "@dhis2-ui/transfer": "9.4.4",
- "@dhis2-ui/user-avatar": "9.4.4",
- "@dhis2/ui-constants": "9.4.4",
- "@dhis2/ui-forms": "9.4.4",
- "@dhis2/ui-icons": "9.4.4",
+ "@dhis2-ui/alert": "9.4.5",
+ "@dhis2-ui/box": "9.4.5",
+ "@dhis2-ui/button": "9.4.5",
+ "@dhis2-ui/calendar": "9.4.5",
+ "@dhis2-ui/card": "9.4.5",
+ "@dhis2-ui/center": "9.4.5",
+ "@dhis2-ui/checkbox": "9.4.5",
+ "@dhis2-ui/chip": "9.4.5",
+ "@dhis2-ui/cover": "9.4.5",
+ "@dhis2-ui/css": "9.4.5",
+ "@dhis2-ui/divider": "9.4.5",
+ "@dhis2-ui/field": "9.4.5",
+ "@dhis2-ui/file-input": "9.4.5",
+ "@dhis2-ui/header-bar": "9.4.5",
+ "@dhis2-ui/help": "9.4.5",
+ "@dhis2-ui/input": "9.4.5",
+ "@dhis2-ui/intersection-detector": "9.4.5",
+ "@dhis2-ui/label": "9.4.5",
+ "@dhis2-ui/layer": "9.4.5",
+ "@dhis2-ui/legend": "9.4.5",
+ "@dhis2-ui/loader": "9.4.5",
+ "@dhis2-ui/logo": "9.4.5",
+ "@dhis2-ui/menu": "9.4.5",
+ "@dhis2-ui/modal": "9.4.5",
+ "@dhis2-ui/node": "9.4.5",
+ "@dhis2-ui/notice-box": "9.4.5",
+ "@dhis2-ui/organisation-unit-tree": "9.4.5",
+ "@dhis2-ui/pagination": "9.4.5",
+ "@dhis2-ui/popover": "9.4.5",
+ "@dhis2-ui/popper": "9.4.5",
+ "@dhis2-ui/portal": "9.4.5",
+ "@dhis2-ui/radio": "9.4.5",
+ "@dhis2-ui/required": "9.4.5",
+ "@dhis2-ui/segmented-control": "9.4.5",
+ "@dhis2-ui/select": "9.4.5",
+ "@dhis2-ui/selector-bar": "9.4.5",
+ "@dhis2-ui/sharing-dialog": "9.4.5",
+ "@dhis2-ui/switch": "9.4.5",
+ "@dhis2-ui/tab": "9.4.5",
+ "@dhis2-ui/table": "9.4.5",
+ "@dhis2-ui/tag": "9.4.5",
+ "@dhis2-ui/text-area": "9.4.5",
+ "@dhis2-ui/tooltip": "9.4.5",
+ "@dhis2-ui/transfer": "9.4.5",
+ "@dhis2-ui/user-avatar": "9.4.5",
+ "@dhis2/ui-constants": "9.4.5",
+ "@dhis2/ui-forms": "9.4.5",
+ "@dhis2/ui-icons": "9.4.5",
"prop-types": "^15.7.2"
},
"peerDependencies": {
diff --git a/components/alert/API.md b/components/alert/API.md
index 6aa9db37b9..6f3c5d9c5a 100644
--- a/components/alert/API.md
+++ b/components/alert/API.md
@@ -20,9 +20,9 @@ import { AlertBar } from '@dhis2/ui'
|critical|custom|||Alert bars with `critical` will not autohide|
|dataTest|string|`'dhis2-uicore-alertbar'`|||
|duration|number|`8000`||How long you want the notification to display, in `ms`, when it's not permanent|
-|hidden|boolean|||AlertBar will be hidden on creation when this is set|
+|hidden|boolean|||AlertBar will be hidden on creation when this is set to true|
|icon|custom|`true`||A specific icon to override the default icon in the bar. If `false` is provided, no icon will be shown.|
-|permanent|boolean|||When set, AlertBar will not auto-hide|
+|permanent|boolean|||When set, AlertBar will not autohide|
|success|custom||||
|warning|custom|||Alert bars with `warning` will not autohide|
|onHidden|function||||
diff --git a/components/alert/package.json b/components/alert/package.json
index 28d0022f07..ebbdd1cb1f 100644
--- a/components/alert/package.json
+++ b/components/alert/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/alert",
- "version": "9.4.4",
+ "version": "9.4.5",
"description": "UI Alert",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/portal": "9.4.4",
- "@dhis2/ui-constants": "9.4.4",
- "@dhis2/ui-icons": "9.4.4",
+ "@dhis2-ui/portal": "9.4.5",
+ "@dhis2/ui-constants": "9.4.5",
+ "@dhis2/ui-icons": "9.4.5",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/box/package.json b/components/box/package.json
index c21c4bf767..ae22434ef8 100644
--- a/components/box/package.json
+++ b/components/box/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/box",
- "version": "9.4.4",
+ "version": "9.4.5",
"description": "UI Box",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.4",
+ "@dhis2/ui-constants": "9.4.5",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/button/package.json b/components/button/package.json
index a902dfbfc8..82cdb4d2e3 100644
--- a/components/button/package.json
+++ b/components/button/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/button",
- "version": "9.4.4",
+ "version": "9.4.5",
"description": "UI Button",
"repository": {
"type": "git",
@@ -33,11 +33,11 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/layer": "9.4.4",
- "@dhis2-ui/loader": "9.4.4",
- "@dhis2-ui/popper": "9.4.4",
- "@dhis2/ui-constants": "9.4.4",
- "@dhis2/ui-icons": "9.4.4",
+ "@dhis2-ui/layer": "9.4.5",
+ "@dhis2-ui/loader": "9.4.5",
+ "@dhis2-ui/popper": "9.4.5",
+ "@dhis2/ui-constants": "9.4.5",
+ "@dhis2/ui-icons": "9.4.5",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/calendar/package.json b/components/calendar/package.json
index 969a33a581..b6acbbf48d 100644
--- a/components/calendar/package.json
+++ b/components/calendar/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/calendar",
- "version": "9.4.4",
+ "version": "9.4.5",
"description": "UI Calendar",
"repository": {
"type": "git",
@@ -33,15 +33,15 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/button": "9.4.4",
- "@dhis2-ui/card": "9.4.4",
- "@dhis2-ui/input": "9.4.4",
- "@dhis2-ui/layer": "9.4.4",
- "@dhis2-ui/popper": "9.4.4",
+ "@dhis2-ui/button": "9.4.5",
+ "@dhis2-ui/card": "9.4.5",
+ "@dhis2-ui/input": "9.4.5",
+ "@dhis2-ui/layer": "9.4.5",
+ "@dhis2-ui/popper": "9.4.5",
"@dhis2/multi-calendar-dates": "^1.1.1",
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.4",
- "@dhis2/ui-icons": "9.4.4",
+ "@dhis2/ui-constants": "9.4.5",
+ "@dhis2/ui-icons": "9.4.5",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/card/package.json b/components/card/package.json
index 4800398cfc..70f94ad899 100644
--- a/components/card/package.json
+++ b/components/card/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/card",
- "version": "9.4.4",
+ "version": "9.4.5",
"description": "UI Card",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.4",
+ "@dhis2/ui-constants": "9.4.5",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/center/package.json b/components/center/package.json
index 6a378e7cbf..40920e7668 100644
--- a/components/center/package.json
+++ b/components/center/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/center",
- "version": "9.4.4",
+ "version": "9.4.5",
"description": "UI Center",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.4",
+ "@dhis2/ui-constants": "9.4.5",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/checkbox/package.json b/components/checkbox/package.json
index 4ea34b08e8..35ccea2265 100644
--- a/components/checkbox/package.json
+++ b/components/checkbox/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/checkbox",
- "version": "9.4.4",
+ "version": "9.4.5",
"description": "UI Checkbox",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/field": "9.4.4",
- "@dhis2-ui/required": "9.4.4",
- "@dhis2/ui-constants": "9.4.4",
+ "@dhis2-ui/field": "9.4.5",
+ "@dhis2-ui/required": "9.4.5",
+ "@dhis2/ui-constants": "9.4.5",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/chip/package.json b/components/chip/package.json
index fb37784171..2006d038da 100644
--- a/components/chip/package.json
+++ b/components/chip/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/chip",
- "version": "9.4.4",
+ "version": "9.4.5",
"description": "UI Chip",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.4",
+ "@dhis2/ui-constants": "9.4.5",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/cover/package.json b/components/cover/package.json
index 75e607cb9e..230c1dc423 100644
--- a/components/cover/package.json
+++ b/components/cover/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/cover",
- "version": "9.4.4",
+ "version": "9.4.5",
"description": "UI Cover",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.4",
+ "@dhis2/ui-constants": "9.4.5",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/css/package.json b/components/css/package.json
index d0cf6fc9bc..10edc5ef99 100644
--- a/components/css/package.json
+++ b/components/css/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/css",
- "version": "9.4.4",
+ "version": "9.4.5",
"description": "UI CSS",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.4",
+ "@dhis2/ui-constants": "9.4.5",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/divider/package.json b/components/divider/package.json
index f12adac890..9a54818edd 100644
--- a/components/divider/package.json
+++ b/components/divider/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/divider",
- "version": "9.4.4",
+ "version": "9.4.5",
"description": "UI Divider",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.4",
+ "@dhis2/ui-constants": "9.4.5",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/field/package.json b/components/field/package.json
index 2a2401cdd9..f48e9ce6da 100644
--- a/components/field/package.json
+++ b/components/field/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/field",
- "version": "9.4.4",
+ "version": "9.4.5",
"description": "UI Field",
"repository": {
"type": "git",
@@ -33,10 +33,10 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.4.4",
- "@dhis2-ui/help": "9.4.4",
- "@dhis2-ui/label": "9.4.4",
- "@dhis2/ui-constants": "9.4.4",
+ "@dhis2-ui/box": "9.4.5",
+ "@dhis2-ui/help": "9.4.5",
+ "@dhis2-ui/label": "9.4.5",
+ "@dhis2/ui-constants": "9.4.5",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/file-input/package.json b/components/file-input/package.json
index d5c59b6da5..8c040f64ac 100644
--- a/components/file-input/package.json
+++ b/components/file-input/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/file-input",
- "version": "9.4.4",
+ "version": "9.4.5",
"description": "UI FileInput",
"repository": {
"type": "git",
@@ -34,13 +34,13 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.4.4",
- "@dhis2-ui/field": "9.4.4",
- "@dhis2-ui/label": "9.4.4",
- "@dhis2-ui/loader": "9.4.4",
- "@dhis2-ui/status-icon": "9.4.4",
- "@dhis2/ui-constants": "9.4.4",
- "@dhis2/ui-icons": "9.4.4",
+ "@dhis2-ui/button": "9.4.5",
+ "@dhis2-ui/field": "9.4.5",
+ "@dhis2-ui/label": "9.4.5",
+ "@dhis2-ui/loader": "9.4.5",
+ "@dhis2-ui/status-icon": "9.4.5",
+ "@dhis2/ui-constants": "9.4.5",
+ "@dhis2/ui-icons": "9.4.5",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/header-bar/package.json b/components/header-bar/package.json
index b731364bff..cdc76c8a86 100644
--- a/components/header-bar/package.json
+++ b/components/header-bar/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/header-bar",
- "version": "9.4.4",
+ "version": "9.4.5",
"description": "UI HeaderBar",
"repository": {
"type": "git",
@@ -34,21 +34,21 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/box": "9.4.4",
- "@dhis2-ui/button": "9.4.4",
- "@dhis2-ui/card": "9.4.4",
- "@dhis2-ui/center": "9.4.4",
- "@dhis2-ui/divider": "9.4.4",
- "@dhis2-ui/input": "9.4.4",
- "@dhis2-ui/layer": "9.4.4",
- "@dhis2-ui/loader": "9.4.4",
- "@dhis2-ui/logo": "9.4.4",
- "@dhis2-ui/menu": "9.4.4",
- "@dhis2-ui/modal": "9.4.4",
- "@dhis2-ui/user-avatar": "9.4.4",
+ "@dhis2-ui/box": "9.4.5",
+ "@dhis2-ui/button": "9.4.5",
+ "@dhis2-ui/card": "9.4.5",
+ "@dhis2-ui/center": "9.4.5",
+ "@dhis2-ui/divider": "9.4.5",
+ "@dhis2-ui/input": "9.4.5",
+ "@dhis2-ui/layer": "9.4.5",
+ "@dhis2-ui/loader": "9.4.5",
+ "@dhis2-ui/logo": "9.4.5",
+ "@dhis2-ui/menu": "9.4.5",
+ "@dhis2-ui/modal": "9.4.5",
+ "@dhis2-ui/user-avatar": "9.4.5",
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.4",
- "@dhis2/ui-icons": "9.4.4",
+ "@dhis2/ui-constants": "9.4.5",
+ "@dhis2/ui-icons": "9.4.5",
"classnames": "^2.3.1",
"moment": "^2.29.1",
"prop-types": "^15.7.2"
diff --git a/components/help/package.json b/components/help/package.json
index 141f3cf838..aef1099c23 100644
--- a/components/help/package.json
+++ b/components/help/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/help",
- "version": "9.4.4",
+ "version": "9.4.5",
"description": "UI Help",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.4",
+ "@dhis2/ui-constants": "9.4.5",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/input/package.json b/components/input/package.json
index 9b6917ecfe..e360ed4aa9 100644
--- a/components/input/package.json
+++ b/components/input/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/input",
- "version": "9.4.4",
+ "version": "9.4.5",
"description": "UI Input",
"repository": {
"type": "git",
@@ -33,13 +33,13 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.4.4",
- "@dhis2-ui/field": "9.4.4",
- "@dhis2-ui/input": "9.4.4",
- "@dhis2-ui/loader": "9.4.4",
- "@dhis2-ui/status-icon": "9.4.4",
- "@dhis2/ui-constants": "9.4.4",
- "@dhis2/ui-icons": "9.4.4",
+ "@dhis2-ui/box": "9.4.5",
+ "@dhis2-ui/field": "9.4.5",
+ "@dhis2-ui/input": "9.4.5",
+ "@dhis2-ui/loader": "9.4.5",
+ "@dhis2-ui/status-icon": "9.4.5",
+ "@dhis2/ui-constants": "9.4.5",
+ "@dhis2/ui-icons": "9.4.5",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/intersection-detector/package.json b/components/intersection-detector/package.json
index de7dcf0756..03c8b16796 100644
--- a/components/intersection-detector/package.json
+++ b/components/intersection-detector/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/intersection-detector",
- "version": "9.4.4",
+ "version": "9.4.5",
"description": "UI IntersectionDetector",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.4",
+ "@dhis2/ui-constants": "9.4.5",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/label/package.json b/components/label/package.json
index 8a66fc0a3c..45abce0e2c 100644
--- a/components/label/package.json
+++ b/components/label/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/label",
- "version": "9.4.4",
+ "version": "9.4.5",
"description": "UI Label",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/required": "9.4.4",
- "@dhis2/ui-constants": "9.4.4",
+ "@dhis2-ui/required": "9.4.5",
+ "@dhis2/ui-constants": "9.4.5",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/layer/package.json b/components/layer/package.json
index 9d49234747..f9987f1746 100644
--- a/components/layer/package.json
+++ b/components/layer/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/layer",
- "version": "9.4.4",
+ "version": "9.4.5",
"description": "UI Layer",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/portal": "9.4.4",
- "@dhis2/ui-constants": "9.4.4",
+ "@dhis2-ui/portal": "9.4.5",
+ "@dhis2/ui-constants": "9.4.5",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/legend/package.json b/components/legend/package.json
index dd753bfb5c..791bf0bac4 100644
--- a/components/legend/package.json
+++ b/components/legend/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/legend",
- "version": "9.4.4",
+ "version": "9.4.5",
"description": "UI Legend",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/required": "9.4.4",
- "@dhis2/ui-constants": "9.4.4",
+ "@dhis2-ui/required": "9.4.5",
+ "@dhis2/ui-constants": "9.4.5",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/loader/package.json b/components/loader/package.json
index d4a4460e4a..1f508dab1f 100644
--- a/components/loader/package.json
+++ b/components/loader/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/loader",
- "version": "9.4.4",
+ "version": "9.4.5",
"description": "UI Loaders",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.4",
+ "@dhis2/ui-constants": "9.4.5",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/logo/package.json b/components/logo/package.json
index 23fedb47ff..574d100ce8 100644
--- a/components/logo/package.json
+++ b/components/logo/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/logo",
- "version": "9.4.4",
+ "version": "9.4.5",
"description": "UI Logo",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.4",
+ "@dhis2/ui-constants": "9.4.5",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/menu/package.json b/components/menu/package.json
index 13787b5bc1..1488c2d352 100644
--- a/components/menu/package.json
+++ b/components/menu/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/menu",
- "version": "9.4.4",
+ "version": "9.4.5",
"description": "UI Menu",
"repository": {
"type": "git",
@@ -33,13 +33,13 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/card": "9.4.4",
- "@dhis2-ui/divider": "9.4.4",
- "@dhis2-ui/layer": "9.4.4",
- "@dhis2-ui/popper": "9.4.4",
- "@dhis2-ui/portal": "9.4.4",
- "@dhis2/ui-constants": "9.4.4",
- "@dhis2/ui-icons": "9.4.4",
+ "@dhis2-ui/card": "9.4.5",
+ "@dhis2-ui/divider": "9.4.5",
+ "@dhis2-ui/layer": "9.4.5",
+ "@dhis2-ui/popper": "9.4.5",
+ "@dhis2-ui/portal": "9.4.5",
+ "@dhis2/ui-constants": "9.4.5",
+ "@dhis2/ui-icons": "9.4.5",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/modal/package.json b/components/modal/package.json
index 5eb02505bc..3683d8040f 100644
--- a/components/modal/package.json
+++ b/components/modal/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/modal",
- "version": "9.4.4",
+ "version": "9.4.5",
"description": "UI Modal",
"repository": {
"type": "git",
@@ -33,12 +33,12 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/card": "9.4.4",
- "@dhis2-ui/center": "9.4.4",
- "@dhis2-ui/layer": "9.4.4",
- "@dhis2-ui/portal": "9.4.4",
- "@dhis2/ui-constants": "9.4.4",
- "@dhis2/ui-icons": "9.4.4",
+ "@dhis2-ui/card": "9.4.5",
+ "@dhis2-ui/center": "9.4.5",
+ "@dhis2-ui/layer": "9.4.5",
+ "@dhis2-ui/portal": "9.4.5",
+ "@dhis2/ui-constants": "9.4.5",
+ "@dhis2/ui-icons": "9.4.5",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/node/package.json b/components/node/package.json
index 421781bfe1..264ef9d8c4 100644
--- a/components/node/package.json
+++ b/components/node/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/node",
- "version": "9.4.4",
+ "version": "9.4.5",
"description": "UI Node",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/loader": "9.4.4",
- "@dhis2/ui-constants": "9.4.4",
+ "@dhis2-ui/loader": "9.4.5",
+ "@dhis2/ui-constants": "9.4.5",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/notice-box/package.json b/components/notice-box/package.json
index c4f573a573..2e634e7182 100644
--- a/components/notice-box/package.json
+++ b/components/notice-box/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/notice-box",
- "version": "9.4.4",
+ "version": "9.4.5",
"description": "UI NoticeBox",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.4",
- "@dhis2/ui-icons": "9.4.4",
+ "@dhis2/ui-constants": "9.4.5",
+ "@dhis2/ui-icons": "9.4.5",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/organisation-unit-tree/package.json b/components/organisation-unit-tree/package.json
index 03c3d661b6..9130659998 100644
--- a/components/organisation-unit-tree/package.json
+++ b/components/organisation-unit-tree/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/organisation-unit-tree",
- "version": "9.4.4",
+ "version": "9.4.5",
"description": "UI OrganisationUnitTree",
"repository": {
"type": "git",
@@ -35,10 +35,10 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/checkbox": "9.4.4",
- "@dhis2-ui/loader": "9.4.4",
- "@dhis2-ui/node": "9.4.4",
- "@dhis2/ui-constants": "9.4.4",
+ "@dhis2-ui/checkbox": "9.4.5",
+ "@dhis2-ui/loader": "9.4.5",
+ "@dhis2-ui/node": "9.4.5",
+ "@dhis2/ui-constants": "9.4.5",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/pagination/package.json b/components/pagination/package.json
index 191575dfdc..f9a0ccf1fc 100644
--- a/components/pagination/package.json
+++ b/components/pagination/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/pagination",
- "version": "9.4.4",
+ "version": "9.4.5",
"description": "UI Pagination",
"repository": {
"type": "git",
@@ -34,10 +34,10 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.4.4",
- "@dhis2-ui/select": "9.4.4",
- "@dhis2/ui-constants": "9.4.4",
- "@dhis2/ui-icons": "9.4.4",
+ "@dhis2-ui/button": "9.4.5",
+ "@dhis2-ui/select": "9.4.5",
+ "@dhis2/ui-constants": "9.4.5",
+ "@dhis2/ui-icons": "9.4.5",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/popover/package.json b/components/popover/package.json
index 6fc2ddc89d..d354e8f617 100644
--- a/components/popover/package.json
+++ b/components/popover/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/popover",
- "version": "9.4.4",
+ "version": "9.4.5",
"description": "UI Popover",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/layer": "9.4.4",
- "@dhis2-ui/popper": "9.4.4",
- "@dhis2/ui-constants": "9.4.4",
+ "@dhis2-ui/layer": "9.4.5",
+ "@dhis2-ui/popper": "9.4.5",
+ "@dhis2/ui-constants": "9.4.5",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/popper/package.json b/components/popper/package.json
index 0ad8eccc61..cb0f11311a 100644
--- a/components/popper/package.json
+++ b/components/popper/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/popper",
- "version": "9.4.4",
+ "version": "9.4.5",
"description": "UI Popper",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.4",
+ "@dhis2/ui-constants": "9.4.5",
"@popperjs/core": "^2.10.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2",
diff --git a/components/portal/package.json b/components/portal/package.json
index 4d9b1dc88d..1edee5b95b 100644
--- a/components/portal/package.json
+++ b/components/portal/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/portal",
- "version": "9.4.4",
+ "version": "9.4.5",
"description": "UI Portal",
"repository": {
"type": "git",
diff --git a/components/radio/package.json b/components/radio/package.json
index b61f667024..4808c36c77 100644
--- a/components/radio/package.json
+++ b/components/radio/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/radio",
- "version": "9.4.4",
+ "version": "9.4.5",
"description": "UI Radio",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.4",
+ "@dhis2/ui-constants": "9.4.5",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/required/package.json b/components/required/package.json
index caaae04b59..e0bc685195 100644
--- a/components/required/package.json
+++ b/components/required/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/required",
- "version": "9.4.4",
+ "version": "9.4.5",
"description": "UI Required",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.4",
+ "@dhis2/ui-constants": "9.4.5",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/segmented-control/package.json b/components/segmented-control/package.json
index 1f5884b74b..55e6b5038a 100644
--- a/components/segmented-control/package.json
+++ b/components/segmented-control/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/segmented-control",
- "version": "9.4.4",
+ "version": "9.4.5",
"description": "UI Segmented Control",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.4",
+ "@dhis2/ui-constants": "9.4.5",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/select/package.json b/components/select/package.json
index dc491529f1..5fd3eb575b 100644
--- a/components/select/package.json
+++ b/components/select/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/select",
- "version": "9.4.4",
+ "version": "9.4.5",
"description": "UI Select",
"repository": {
"type": "git",
@@ -33,21 +33,21 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/box": "9.4.4",
- "@dhis2-ui/button": "9.4.4",
- "@dhis2-ui/card": "9.4.4",
- "@dhis2-ui/checkbox": "9.4.4",
- "@dhis2-ui/chip": "9.4.4",
- "@dhis2-ui/field": "9.4.4",
- "@dhis2-ui/input": "9.4.4",
- "@dhis2-ui/layer": "9.4.4",
- "@dhis2-ui/loader": "9.4.4",
- "@dhis2-ui/popper": "9.4.4",
- "@dhis2-ui/status-icon": "9.4.4",
- "@dhis2-ui/tooltip": "9.4.4",
+ "@dhis2-ui/box": "9.4.5",
+ "@dhis2-ui/button": "9.4.5",
+ "@dhis2-ui/card": "9.4.5",
+ "@dhis2-ui/checkbox": "9.4.5",
+ "@dhis2-ui/chip": "9.4.5",
+ "@dhis2-ui/field": "9.4.5",
+ "@dhis2-ui/input": "9.4.5",
+ "@dhis2-ui/layer": "9.4.5",
+ "@dhis2-ui/loader": "9.4.5",
+ "@dhis2-ui/popper": "9.4.5",
+ "@dhis2-ui/status-icon": "9.4.5",
+ "@dhis2-ui/tooltip": "9.4.5",
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.4",
- "@dhis2/ui-icons": "9.4.4",
+ "@dhis2/ui-constants": "9.4.5",
+ "@dhis2/ui-icons": "9.4.5",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/selector-bar/package.json b/components/selector-bar/package.json
index 50f4bc4182..5d703d1db5 100644
--- a/components/selector-bar/package.json
+++ b/components/selector-bar/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/selector-bar",
- "version": "9.4.4",
+ "version": "9.4.5",
"description": "UI Select",
"repository": {
"type": "git",
@@ -33,21 +33,21 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/button": "9.4.4",
- "@dhis2-ui/card": "9.4.4",
- "@dhis2-ui/popper": "9.4.4",
- "@dhis2-ui/layer": "9.4.4",
- "@dhis2/ui-constants": "9.4.4",
- "@dhis2/ui-icons": "9.4.4",
+ "@dhis2-ui/button": "9.4.5",
+ "@dhis2-ui/card": "9.4.5",
+ "@dhis2-ui/popper": "9.4.5",
+ "@dhis2-ui/layer": "9.4.5",
+ "@dhis2/ui-constants": "9.4.5",
+ "@dhis2/ui-icons": "9.4.5",
"@testing-library/react": "^12.1.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
"devDependencies": {
- "@dhis2-ui/css": "9.4.4",
- "@dhis2-ui/menu": "9.4.4",
- "@dhis2-ui/organisation-unit-tree": "9.4.4",
- "@dhis2-ui/select": "9.4.4",
+ "@dhis2-ui/css": "9.4.5",
+ "@dhis2-ui/menu": "9.4.5",
+ "@dhis2-ui/organisation-unit-tree": "9.4.5",
+ "@dhis2-ui/select": "9.4.5",
"@dhis2/d2-i18n": "^1.1.0",
"@testing-library/jest-dom": "^5.16.1",
"react": "16.13",
diff --git a/components/sharing-dialog/package.json b/components/sharing-dialog/package.json
index fee6bcd062..8753a5b0dd 100644
--- a/components/sharing-dialog/package.json
+++ b/components/sharing-dialog/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/sharing-dialog",
- "version": "9.4.4",
+ "version": "9.4.5",
"description": "UI SharingDialog",
"repository": {
"type": "git",
@@ -35,22 +35,22 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.4.4",
- "@dhis2-ui/button": "9.4.4",
- "@dhis2-ui/card": "9.4.4",
- "@dhis2-ui/divider": "9.4.4",
- "@dhis2-ui/input": "9.4.4",
- "@dhis2-ui/layer": "9.4.4",
- "@dhis2-ui/menu": "9.4.4",
- "@dhis2-ui/modal": "9.4.4",
- "@dhis2-ui/notice-box": "9.4.4",
- "@dhis2-ui/popper": "9.4.4",
- "@dhis2-ui/select": "9.4.4",
- "@dhis2-ui/tab": "9.4.4",
- "@dhis2-ui/tooltip": "9.4.4",
- "@dhis2-ui/user-avatar": "9.4.4",
- "@dhis2/ui-constants": "9.4.4",
- "@dhis2/ui-icons": "9.4.4",
+ "@dhis2-ui/box": "9.4.5",
+ "@dhis2-ui/button": "9.4.5",
+ "@dhis2-ui/card": "9.4.5",
+ "@dhis2-ui/divider": "9.4.5",
+ "@dhis2-ui/input": "9.4.5",
+ "@dhis2-ui/layer": "9.4.5",
+ "@dhis2-ui/menu": "9.4.5",
+ "@dhis2-ui/modal": "9.4.5",
+ "@dhis2-ui/notice-box": "9.4.5",
+ "@dhis2-ui/popper": "9.4.5",
+ "@dhis2-ui/select": "9.4.5",
+ "@dhis2-ui/tab": "9.4.5",
+ "@dhis2-ui/tooltip": "9.4.5",
+ "@dhis2-ui/user-avatar": "9.4.5",
+ "@dhis2/ui-constants": "9.4.5",
+ "@dhis2/ui-icons": "9.4.5",
"@react-hook/size": "^2.1.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
diff --git a/components/status-icon/package.json b/components/status-icon/package.json
index 601d88d195..59738744ed 100644
--- a/components/status-icon/package.json
+++ b/components/status-icon/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/status-icon",
- "version": "9.4.4",
+ "version": "9.4.5",
"description": "UI StatusIcon",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/loader": "9.4.4",
- "@dhis2/ui-constants": "9.4.4",
- "@dhis2/ui-icons": "9.4.4",
+ "@dhis2-ui/loader": "9.4.5",
+ "@dhis2/ui-constants": "9.4.5",
+ "@dhis2/ui-icons": "9.4.5",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/switch/package.json b/components/switch/package.json
index d4ac3a98a4..81a2987db4 100644
--- a/components/switch/package.json
+++ b/components/switch/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/switch",
- "version": "9.4.4",
+ "version": "9.4.5",
"description": "UI Switch",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/field": "9.4.4",
- "@dhis2-ui/required": "9.4.4",
- "@dhis2/ui-constants": "9.4.4",
+ "@dhis2-ui/field": "9.4.5",
+ "@dhis2-ui/required": "9.4.5",
+ "@dhis2/ui-constants": "9.4.5",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/tab/package.json b/components/tab/package.json
index 4d38b8b1cf..7bccb4c7ab 100644
--- a/components/tab/package.json
+++ b/components/tab/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/tab",
- "version": "9.4.4",
+ "version": "9.4.5",
"description": "UI Tabs",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.4",
- "@dhis2/ui-icons": "9.4.4",
+ "@dhis2/ui-constants": "9.4.5",
+ "@dhis2/ui-icons": "9.4.5",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/table/package.json b/components/table/package.json
index 69c7435301..c9b2522892 100644
--- a/components/table/package.json
+++ b/components/table/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/table",
- "version": "9.4.4",
+ "version": "9.4.5",
"description": "UI Table",
"repository": {
"type": "git",
@@ -34,8 +34,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.4",
- "@dhis2/ui-icons": "9.4.4",
+ "@dhis2/ui-constants": "9.4.5",
+ "@dhis2/ui-icons": "9.4.5",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/tag/package.json b/components/tag/package.json
index b9fbd5dc8f..44712e7b08 100644
--- a/components/tag/package.json
+++ b/components/tag/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/tag",
- "version": "9.4.4",
+ "version": "9.4.5",
"description": "UI Tag",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.4",
+ "@dhis2/ui-constants": "9.4.5",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/text-area/package.json b/components/text-area/package.json
index 60c3fa36be..403bacc612 100644
--- a/components/text-area/package.json
+++ b/components/text-area/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/text-area",
- "version": "9.4.4",
+ "version": "9.4.5",
"description": "UI TextArea",
"repository": {
"type": "git",
@@ -33,12 +33,12 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.4.4",
- "@dhis2-ui/field": "9.4.4",
- "@dhis2-ui/loader": "9.4.4",
- "@dhis2-ui/status-icon": "9.4.4",
- "@dhis2/ui-constants": "9.4.4",
- "@dhis2/ui-icons": "9.4.4",
+ "@dhis2-ui/box": "9.4.5",
+ "@dhis2-ui/field": "9.4.5",
+ "@dhis2-ui/loader": "9.4.5",
+ "@dhis2-ui/status-icon": "9.4.5",
+ "@dhis2/ui-constants": "9.4.5",
+ "@dhis2/ui-icons": "9.4.5",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/tooltip/package.json b/components/tooltip/package.json
index 7517c6a905..a2177470c0 100644
--- a/components/tooltip/package.json
+++ b/components/tooltip/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/tooltip",
- "version": "9.4.4",
+ "version": "9.4.5",
"description": "UI Tooltip",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/popper": "9.4.4",
- "@dhis2-ui/portal": "9.4.4",
- "@dhis2/ui-constants": "9.4.4",
+ "@dhis2-ui/popper": "9.4.5",
+ "@dhis2-ui/portal": "9.4.5",
+ "@dhis2/ui-constants": "9.4.5",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/transfer/package.json b/components/transfer/package.json
index e2b6141bc5..3d7c3b4e00 100644
--- a/components/transfer/package.json
+++ b/components/transfer/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/transfer",
- "version": "9.4.4",
+ "version": "9.4.5",
"description": "UI Transfer",
"repository": {
"type": "git",
@@ -33,12 +33,12 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.4.4",
- "@dhis2-ui/field": "9.4.4",
- "@dhis2-ui/input": "9.4.4",
- "@dhis2-ui/intersection-detector": "9.4.4",
- "@dhis2-ui/loader": "9.4.4",
- "@dhis2/ui-constants": "9.4.4",
+ "@dhis2-ui/button": "9.4.5",
+ "@dhis2-ui/field": "9.4.5",
+ "@dhis2-ui/input": "9.4.5",
+ "@dhis2-ui/intersection-detector": "9.4.5",
+ "@dhis2-ui/loader": "9.4.5",
+ "@dhis2/ui-constants": "9.4.5",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/user-avatar/package.json b/components/user-avatar/package.json
index 303ae67009..407188f858 100644
--- a/components/user-avatar/package.json
+++ b/components/user-avatar/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/user-avatar",
- "version": "9.4.4",
+ "version": "9.4.5",
"description": "UI User Avatar",
"repository": {
"type": "git",
@@ -34,7 +34,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.4",
+ "@dhis2/ui-constants": "9.4.5",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/constants/package.json b/constants/package.json
index 7a3cd6855a..76ebda1d3d 100644
--- a/constants/package.json
+++ b/constants/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-constants",
- "version": "9.4.4",
+ "version": "9.4.5",
"description": "Constants used in the UI libs",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
diff --git a/docs/package.json b/docs/package.json
index 73d95ca66a..360602d8c8 100644
--- a/docs/package.json
+++ b/docs/package.json
@@ -1,6 +1,6 @@
{
"name": "ui-docusaurus",
- "version": "9.4.4",
+ "version": "9.4.5",
"private": true,
"description": "UI Docusaurus",
"repository": {
diff --git a/icons/API.md b/icons/API.md
index fc6390ce67..fecb3cb9fc 100644
--- a/icons/API.md
+++ b/icons/API.md
@@ -4581,11 +4581,11 @@ import { IconVisualizationLinelist24 } from '@dhis2/ui'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconVisualizationOutlierTable16`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgVisualizationOutlierTable16 } from '@dhis2/ui-icons'
+import { IconVisualizationOutlierTable16 } from '@dhis2/ui'
```
@@ -4600,11 +4600,11 @@ import { SvgVisualizationOutlierTable16 } from '@dhis2/ui-icons'
#### Usage
-**Note**: If possible, import the component from the main UI (`@dhis2/ui`) package.
+To use `IconVisualizationOutlierTable24`, you can import the component from the `@dhis2/ui` library
```js
-import { SvgVisualizationOutlierTable24 } from '@dhis2/ui-icons'
+import { IconVisualizationOutlierTable24 } from '@dhis2/ui'
```
diff --git a/icons/package.json b/icons/package.json
index e119a980fd..b4ba1b9823 100644
--- a/icons/package.json
+++ b/icons/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-icons",
- "version": "9.4.4",
+ "version": "9.4.5",
"description": "Icons used in the UI libs",
"main": "./build/cjs/react/index.js",
"module": "./build/es/react/index.js",
diff --git a/package.json b/package.json
index d82d82b998..956b2f3255 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-root",
- "version": "9.4.4",
+ "version": "9.4.5",
"repository": {
"type": "git",
"url": "https://github.com/dhis2/ui.git"
diff --git a/storybook/package.json b/storybook/package.json
index 093e8f91f8..1e59d22316 100644
--- a/storybook/package.json
+++ b/storybook/package.json
@@ -1,6 +1,6 @@
{
"name": "ui-storybook",
- "version": "9.4.4",
+ "version": "9.4.5",
"description": "UI Storybook",
"repository": {
"type": "git",
@@ -23,8 +23,8 @@
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-private-methods": "^7.13.0",
"@babel/plugin-proposal-private-property-in-object": "^7.14.0",
- "@dhis2-ui/css": "9.4.4",
- "@dhis2/ui-constants": "9.4.4",
+ "@dhis2-ui/css": "9.4.5",
+ "@dhis2/ui-constants": "9.4.5",
"@fontsource/roboto": "^4.5.0",
"@storybook/addon-a11y": "^6.3.7",
"@storybook/addon-console": "^1.2.3",
From 974c7e204127c9b7932f01ca9c9574310f093a9d Mon Sep 17 00:00:00 2001
From: "@dhis2-bot"
Date: Fri, 10 May 2024 11:37:15 +0000
Subject: [PATCH 043/170] chore(release): cut 9.4.6 [skip release]
## [9.4.6](https://github.com/dhis2/ui/compare/v9.4.5...v9.4.6) (2024-05-10)
### Bug Fixes
* li key to be unique ([7de6dc5](https://github.com/dhis2/ui/commit/7de6dc5b805abee8f3ff8538ba5f0414e8240802))
---
CHANGELOG.md | 7 ++
collections/forms/package.json | 20 ++--
collections/ui/package.json | 98 +++++++++----------
components/alert/package.json | 8 +-
components/box/package.json | 4 +-
components/button/package.json | 12 +--
components/calendar/package.json | 16 +--
components/card/package.json | 4 +-
components/center/package.json | 4 +-
components/checkbox/package.json | 8 +-
components/chip/package.json | 4 +-
components/cover/package.json | 4 +-
components/css/package.json | 4 +-
components/divider/package.json | 4 +-
components/field/package.json | 10 +-
components/file-input/package.json | 16 +--
components/header-bar/package.json | 30 +++---
components/help/package.json | 4 +-
components/input/package.json | 16 +--
components/intersection-detector/package.json | 4 +-
components/label/package.json | 6 +-
components/layer/package.json | 6 +-
components/legend/package.json | 6 +-
components/loader/package.json | 4 +-
components/logo/package.json | 4 +-
components/menu/package.json | 16 +--
components/modal/package.json | 14 +--
components/node/package.json | 6 +-
components/notice-box/package.json | 6 +-
.../organisation-unit-tree/package.json | 10 +-
components/pagination/package.json | 10 +-
components/popover/package.json | 8 +-
components/popper/package.json | 4 +-
components/portal/package.json | 2 +-
components/radio/package.json | 4 +-
components/required/package.json | 4 +-
components/segmented-control/package.json | 4 +-
components/select/package.json | 30 +++---
components/selector-bar/package.json | 22 ++---
components/sharing-dialog/package.json | 34 +++----
components/status-icon/package.json | 8 +-
components/switch/package.json | 8 +-
components/tab/package.json | 6 +-
components/table/package.json | 6 +-
components/tag/package.json | 4 +-
components/text-area/package.json | 14 +--
components/tooltip/package.json | 8 +-
components/transfer/package.json | 14 +--
components/user-avatar/package.json | 4 +-
constants/package.json | 2 +-
docs/package.json | 2 +-
icons/package.json | 2 +-
package.json | 2 +-
storybook/package.json | 6 +-
54 files changed, 285 insertions(+), 278 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 184a569a23..b97f738435 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## [9.4.6](https://github.com/dhis2/ui/compare/v9.4.5...v9.4.6) (2024-05-10)
+
+
+### Bug Fixes
+
+* li key to be unique ([7de6dc5](https://github.com/dhis2/ui/commit/7de6dc5b805abee8f3ff8538ba5f0414e8240802))
+
## [9.4.5](https://github.com/dhis2/ui/compare/v9.4.4...v9.4.5) (2024-05-10)
diff --git a/collections/forms/package.json b/collections/forms/package.json
index 444717a58c..d89d29faa9 100644
--- a/collections/forms/package.json
+++ b/collections/forms/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-forms",
- "version": "9.4.5",
+ "version": "9.4.6",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
"sideEffects": [
@@ -35,15 +35,15 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.4.5",
- "@dhis2-ui/checkbox": "9.4.5",
- "@dhis2-ui/field": "9.4.5",
- "@dhis2-ui/file-input": "9.4.5",
- "@dhis2-ui/input": "9.4.5",
- "@dhis2-ui/radio": "9.4.5",
- "@dhis2-ui/select": "9.4.5",
- "@dhis2-ui/switch": "9.4.5",
- "@dhis2-ui/text-area": "9.4.5",
+ "@dhis2-ui/button": "9.4.6",
+ "@dhis2-ui/checkbox": "9.4.6",
+ "@dhis2-ui/field": "9.4.6",
+ "@dhis2-ui/file-input": "9.4.6",
+ "@dhis2-ui/input": "9.4.6",
+ "@dhis2-ui/radio": "9.4.6",
+ "@dhis2-ui/select": "9.4.6",
+ "@dhis2-ui/switch": "9.4.6",
+ "@dhis2-ui/text-area": "9.4.6",
"classnames": "^2.3.1",
"final-form": "^4.20.2",
"prop-types": "^15.7.2",
diff --git a/collections/ui/package.json b/collections/ui/package.json
index 0097a7f948..32ee3cc93c 100644
--- a/collections/ui/package.json
+++ b/collections/ui/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui",
- "version": "9.4.5",
+ "version": "9.4.6",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
"exports": {
@@ -21,54 +21,54 @@
"build": "d2-app-scripts build"
},
"dependencies": {
- "@dhis2-ui/alert": "9.4.5",
- "@dhis2-ui/box": "9.4.5",
- "@dhis2-ui/button": "9.4.5",
- "@dhis2-ui/calendar": "9.4.5",
- "@dhis2-ui/card": "9.4.5",
- "@dhis2-ui/center": "9.4.5",
- "@dhis2-ui/checkbox": "9.4.5",
- "@dhis2-ui/chip": "9.4.5",
- "@dhis2-ui/cover": "9.4.5",
- "@dhis2-ui/css": "9.4.5",
- "@dhis2-ui/divider": "9.4.5",
- "@dhis2-ui/field": "9.4.5",
- "@dhis2-ui/file-input": "9.4.5",
- "@dhis2-ui/header-bar": "9.4.5",
- "@dhis2-ui/help": "9.4.5",
- "@dhis2-ui/input": "9.4.5",
- "@dhis2-ui/intersection-detector": "9.4.5",
- "@dhis2-ui/label": "9.4.5",
- "@dhis2-ui/layer": "9.4.5",
- "@dhis2-ui/legend": "9.4.5",
- "@dhis2-ui/loader": "9.4.5",
- "@dhis2-ui/logo": "9.4.5",
- "@dhis2-ui/menu": "9.4.5",
- "@dhis2-ui/modal": "9.4.5",
- "@dhis2-ui/node": "9.4.5",
- "@dhis2-ui/notice-box": "9.4.5",
- "@dhis2-ui/organisation-unit-tree": "9.4.5",
- "@dhis2-ui/pagination": "9.4.5",
- "@dhis2-ui/popover": "9.4.5",
- "@dhis2-ui/popper": "9.4.5",
- "@dhis2-ui/portal": "9.4.5",
- "@dhis2-ui/radio": "9.4.5",
- "@dhis2-ui/required": "9.4.5",
- "@dhis2-ui/segmented-control": "9.4.5",
- "@dhis2-ui/select": "9.4.5",
- "@dhis2-ui/selector-bar": "9.4.5",
- "@dhis2-ui/sharing-dialog": "9.4.5",
- "@dhis2-ui/switch": "9.4.5",
- "@dhis2-ui/tab": "9.4.5",
- "@dhis2-ui/table": "9.4.5",
- "@dhis2-ui/tag": "9.4.5",
- "@dhis2-ui/text-area": "9.4.5",
- "@dhis2-ui/tooltip": "9.4.5",
- "@dhis2-ui/transfer": "9.4.5",
- "@dhis2-ui/user-avatar": "9.4.5",
- "@dhis2/ui-constants": "9.4.5",
- "@dhis2/ui-forms": "9.4.5",
- "@dhis2/ui-icons": "9.4.5",
+ "@dhis2-ui/alert": "9.4.6",
+ "@dhis2-ui/box": "9.4.6",
+ "@dhis2-ui/button": "9.4.6",
+ "@dhis2-ui/calendar": "9.4.6",
+ "@dhis2-ui/card": "9.4.6",
+ "@dhis2-ui/center": "9.4.6",
+ "@dhis2-ui/checkbox": "9.4.6",
+ "@dhis2-ui/chip": "9.4.6",
+ "@dhis2-ui/cover": "9.4.6",
+ "@dhis2-ui/css": "9.4.6",
+ "@dhis2-ui/divider": "9.4.6",
+ "@dhis2-ui/field": "9.4.6",
+ "@dhis2-ui/file-input": "9.4.6",
+ "@dhis2-ui/header-bar": "9.4.6",
+ "@dhis2-ui/help": "9.4.6",
+ "@dhis2-ui/input": "9.4.6",
+ "@dhis2-ui/intersection-detector": "9.4.6",
+ "@dhis2-ui/label": "9.4.6",
+ "@dhis2-ui/layer": "9.4.6",
+ "@dhis2-ui/legend": "9.4.6",
+ "@dhis2-ui/loader": "9.4.6",
+ "@dhis2-ui/logo": "9.4.6",
+ "@dhis2-ui/menu": "9.4.6",
+ "@dhis2-ui/modal": "9.4.6",
+ "@dhis2-ui/node": "9.4.6",
+ "@dhis2-ui/notice-box": "9.4.6",
+ "@dhis2-ui/organisation-unit-tree": "9.4.6",
+ "@dhis2-ui/pagination": "9.4.6",
+ "@dhis2-ui/popover": "9.4.6",
+ "@dhis2-ui/popper": "9.4.6",
+ "@dhis2-ui/portal": "9.4.6",
+ "@dhis2-ui/radio": "9.4.6",
+ "@dhis2-ui/required": "9.4.6",
+ "@dhis2-ui/segmented-control": "9.4.6",
+ "@dhis2-ui/select": "9.4.6",
+ "@dhis2-ui/selector-bar": "9.4.6",
+ "@dhis2-ui/sharing-dialog": "9.4.6",
+ "@dhis2-ui/switch": "9.4.6",
+ "@dhis2-ui/tab": "9.4.6",
+ "@dhis2-ui/table": "9.4.6",
+ "@dhis2-ui/tag": "9.4.6",
+ "@dhis2-ui/text-area": "9.4.6",
+ "@dhis2-ui/tooltip": "9.4.6",
+ "@dhis2-ui/transfer": "9.4.6",
+ "@dhis2-ui/user-avatar": "9.4.6",
+ "@dhis2/ui-constants": "9.4.6",
+ "@dhis2/ui-forms": "9.4.6",
+ "@dhis2/ui-icons": "9.4.6",
"prop-types": "^15.7.2"
},
"peerDependencies": {
diff --git a/components/alert/package.json b/components/alert/package.json
index ebbdd1cb1f..94dbb10581 100644
--- a/components/alert/package.json
+++ b/components/alert/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/alert",
- "version": "9.4.5",
+ "version": "9.4.6",
"description": "UI Alert",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/portal": "9.4.5",
- "@dhis2/ui-constants": "9.4.5",
- "@dhis2/ui-icons": "9.4.5",
+ "@dhis2-ui/portal": "9.4.6",
+ "@dhis2/ui-constants": "9.4.6",
+ "@dhis2/ui-icons": "9.4.6",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/box/package.json b/components/box/package.json
index ae22434ef8..9c46451ac2 100644
--- a/components/box/package.json
+++ b/components/box/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/box",
- "version": "9.4.5",
+ "version": "9.4.6",
"description": "UI Box",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.5",
+ "@dhis2/ui-constants": "9.4.6",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/button/package.json b/components/button/package.json
index 82cdb4d2e3..b492110643 100644
--- a/components/button/package.json
+++ b/components/button/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/button",
- "version": "9.4.5",
+ "version": "9.4.6",
"description": "UI Button",
"repository": {
"type": "git",
@@ -33,11 +33,11 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/layer": "9.4.5",
- "@dhis2-ui/loader": "9.4.5",
- "@dhis2-ui/popper": "9.4.5",
- "@dhis2/ui-constants": "9.4.5",
- "@dhis2/ui-icons": "9.4.5",
+ "@dhis2-ui/layer": "9.4.6",
+ "@dhis2-ui/loader": "9.4.6",
+ "@dhis2-ui/popper": "9.4.6",
+ "@dhis2/ui-constants": "9.4.6",
+ "@dhis2/ui-icons": "9.4.6",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/calendar/package.json b/components/calendar/package.json
index b6acbbf48d..946e588e63 100644
--- a/components/calendar/package.json
+++ b/components/calendar/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/calendar",
- "version": "9.4.5",
+ "version": "9.4.6",
"description": "UI Calendar",
"repository": {
"type": "git",
@@ -33,15 +33,15 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/button": "9.4.5",
- "@dhis2-ui/card": "9.4.5",
- "@dhis2-ui/input": "9.4.5",
- "@dhis2-ui/layer": "9.4.5",
- "@dhis2-ui/popper": "9.4.5",
+ "@dhis2-ui/button": "9.4.6",
+ "@dhis2-ui/card": "9.4.6",
+ "@dhis2-ui/input": "9.4.6",
+ "@dhis2-ui/layer": "9.4.6",
+ "@dhis2-ui/popper": "9.4.6",
"@dhis2/multi-calendar-dates": "^1.1.1",
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.5",
- "@dhis2/ui-icons": "9.4.5",
+ "@dhis2/ui-constants": "9.4.6",
+ "@dhis2/ui-icons": "9.4.6",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/card/package.json b/components/card/package.json
index 70f94ad899..faf537ba14 100644
--- a/components/card/package.json
+++ b/components/card/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/card",
- "version": "9.4.5",
+ "version": "9.4.6",
"description": "UI Card",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.5",
+ "@dhis2/ui-constants": "9.4.6",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/center/package.json b/components/center/package.json
index 40920e7668..0db04f3a59 100644
--- a/components/center/package.json
+++ b/components/center/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/center",
- "version": "9.4.5",
+ "version": "9.4.6",
"description": "UI Center",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.5",
+ "@dhis2/ui-constants": "9.4.6",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/checkbox/package.json b/components/checkbox/package.json
index 35ccea2265..ec45425532 100644
--- a/components/checkbox/package.json
+++ b/components/checkbox/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/checkbox",
- "version": "9.4.5",
+ "version": "9.4.6",
"description": "UI Checkbox",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/field": "9.4.5",
- "@dhis2-ui/required": "9.4.5",
- "@dhis2/ui-constants": "9.4.5",
+ "@dhis2-ui/field": "9.4.6",
+ "@dhis2-ui/required": "9.4.6",
+ "@dhis2/ui-constants": "9.4.6",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/chip/package.json b/components/chip/package.json
index 2006d038da..70ec34de48 100644
--- a/components/chip/package.json
+++ b/components/chip/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/chip",
- "version": "9.4.5",
+ "version": "9.4.6",
"description": "UI Chip",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.5",
+ "@dhis2/ui-constants": "9.4.6",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/cover/package.json b/components/cover/package.json
index 230c1dc423..bcb61f1440 100644
--- a/components/cover/package.json
+++ b/components/cover/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/cover",
- "version": "9.4.5",
+ "version": "9.4.6",
"description": "UI Cover",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.5",
+ "@dhis2/ui-constants": "9.4.6",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/css/package.json b/components/css/package.json
index 10edc5ef99..d7efdce7e5 100644
--- a/components/css/package.json
+++ b/components/css/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/css",
- "version": "9.4.5",
+ "version": "9.4.6",
"description": "UI CSS",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.5",
+ "@dhis2/ui-constants": "9.4.6",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/divider/package.json b/components/divider/package.json
index 9a54818edd..20508635e0 100644
--- a/components/divider/package.json
+++ b/components/divider/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/divider",
- "version": "9.4.5",
+ "version": "9.4.6",
"description": "UI Divider",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.5",
+ "@dhis2/ui-constants": "9.4.6",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/field/package.json b/components/field/package.json
index f48e9ce6da..bb44374a1f 100644
--- a/components/field/package.json
+++ b/components/field/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/field",
- "version": "9.4.5",
+ "version": "9.4.6",
"description": "UI Field",
"repository": {
"type": "git",
@@ -33,10 +33,10 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.4.5",
- "@dhis2-ui/help": "9.4.5",
- "@dhis2-ui/label": "9.4.5",
- "@dhis2/ui-constants": "9.4.5",
+ "@dhis2-ui/box": "9.4.6",
+ "@dhis2-ui/help": "9.4.6",
+ "@dhis2-ui/label": "9.4.6",
+ "@dhis2/ui-constants": "9.4.6",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/file-input/package.json b/components/file-input/package.json
index 8c040f64ac..a187d5dd28 100644
--- a/components/file-input/package.json
+++ b/components/file-input/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/file-input",
- "version": "9.4.5",
+ "version": "9.4.6",
"description": "UI FileInput",
"repository": {
"type": "git",
@@ -34,13 +34,13 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.4.5",
- "@dhis2-ui/field": "9.4.5",
- "@dhis2-ui/label": "9.4.5",
- "@dhis2-ui/loader": "9.4.5",
- "@dhis2-ui/status-icon": "9.4.5",
- "@dhis2/ui-constants": "9.4.5",
- "@dhis2/ui-icons": "9.4.5",
+ "@dhis2-ui/button": "9.4.6",
+ "@dhis2-ui/field": "9.4.6",
+ "@dhis2-ui/label": "9.4.6",
+ "@dhis2-ui/loader": "9.4.6",
+ "@dhis2-ui/status-icon": "9.4.6",
+ "@dhis2/ui-constants": "9.4.6",
+ "@dhis2/ui-icons": "9.4.6",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/header-bar/package.json b/components/header-bar/package.json
index cdc76c8a86..df9729a338 100644
--- a/components/header-bar/package.json
+++ b/components/header-bar/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/header-bar",
- "version": "9.4.5",
+ "version": "9.4.6",
"description": "UI HeaderBar",
"repository": {
"type": "git",
@@ -34,21 +34,21 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/box": "9.4.5",
- "@dhis2-ui/button": "9.4.5",
- "@dhis2-ui/card": "9.4.5",
- "@dhis2-ui/center": "9.4.5",
- "@dhis2-ui/divider": "9.4.5",
- "@dhis2-ui/input": "9.4.5",
- "@dhis2-ui/layer": "9.4.5",
- "@dhis2-ui/loader": "9.4.5",
- "@dhis2-ui/logo": "9.4.5",
- "@dhis2-ui/menu": "9.4.5",
- "@dhis2-ui/modal": "9.4.5",
- "@dhis2-ui/user-avatar": "9.4.5",
+ "@dhis2-ui/box": "9.4.6",
+ "@dhis2-ui/button": "9.4.6",
+ "@dhis2-ui/card": "9.4.6",
+ "@dhis2-ui/center": "9.4.6",
+ "@dhis2-ui/divider": "9.4.6",
+ "@dhis2-ui/input": "9.4.6",
+ "@dhis2-ui/layer": "9.4.6",
+ "@dhis2-ui/loader": "9.4.6",
+ "@dhis2-ui/logo": "9.4.6",
+ "@dhis2-ui/menu": "9.4.6",
+ "@dhis2-ui/modal": "9.4.6",
+ "@dhis2-ui/user-avatar": "9.4.6",
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.5",
- "@dhis2/ui-icons": "9.4.5",
+ "@dhis2/ui-constants": "9.4.6",
+ "@dhis2/ui-icons": "9.4.6",
"classnames": "^2.3.1",
"moment": "^2.29.1",
"prop-types": "^15.7.2"
diff --git a/components/help/package.json b/components/help/package.json
index aef1099c23..7a33fb1420 100644
--- a/components/help/package.json
+++ b/components/help/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/help",
- "version": "9.4.5",
+ "version": "9.4.6",
"description": "UI Help",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.5",
+ "@dhis2/ui-constants": "9.4.6",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/input/package.json b/components/input/package.json
index e360ed4aa9..7a24d24737 100644
--- a/components/input/package.json
+++ b/components/input/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/input",
- "version": "9.4.5",
+ "version": "9.4.6",
"description": "UI Input",
"repository": {
"type": "git",
@@ -33,13 +33,13 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.4.5",
- "@dhis2-ui/field": "9.4.5",
- "@dhis2-ui/input": "9.4.5",
- "@dhis2-ui/loader": "9.4.5",
- "@dhis2-ui/status-icon": "9.4.5",
- "@dhis2/ui-constants": "9.4.5",
- "@dhis2/ui-icons": "9.4.5",
+ "@dhis2-ui/box": "9.4.6",
+ "@dhis2-ui/field": "9.4.6",
+ "@dhis2-ui/input": "9.4.6",
+ "@dhis2-ui/loader": "9.4.6",
+ "@dhis2-ui/status-icon": "9.4.6",
+ "@dhis2/ui-constants": "9.4.6",
+ "@dhis2/ui-icons": "9.4.6",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/intersection-detector/package.json b/components/intersection-detector/package.json
index 03c8b16796..10afa7130e 100644
--- a/components/intersection-detector/package.json
+++ b/components/intersection-detector/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/intersection-detector",
- "version": "9.4.5",
+ "version": "9.4.6",
"description": "UI IntersectionDetector",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.5",
+ "@dhis2/ui-constants": "9.4.6",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/label/package.json b/components/label/package.json
index 45abce0e2c..7854e387fc 100644
--- a/components/label/package.json
+++ b/components/label/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/label",
- "version": "9.4.5",
+ "version": "9.4.6",
"description": "UI Label",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/required": "9.4.5",
- "@dhis2/ui-constants": "9.4.5",
+ "@dhis2-ui/required": "9.4.6",
+ "@dhis2/ui-constants": "9.4.6",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/layer/package.json b/components/layer/package.json
index f9987f1746..204124515b 100644
--- a/components/layer/package.json
+++ b/components/layer/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/layer",
- "version": "9.4.5",
+ "version": "9.4.6",
"description": "UI Layer",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/portal": "9.4.5",
- "@dhis2/ui-constants": "9.4.5",
+ "@dhis2-ui/portal": "9.4.6",
+ "@dhis2/ui-constants": "9.4.6",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/legend/package.json b/components/legend/package.json
index 791bf0bac4..cdac5c252d 100644
--- a/components/legend/package.json
+++ b/components/legend/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/legend",
- "version": "9.4.5",
+ "version": "9.4.6",
"description": "UI Legend",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/required": "9.4.5",
- "@dhis2/ui-constants": "9.4.5",
+ "@dhis2-ui/required": "9.4.6",
+ "@dhis2/ui-constants": "9.4.6",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/loader/package.json b/components/loader/package.json
index 1f508dab1f..ec7c718832 100644
--- a/components/loader/package.json
+++ b/components/loader/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/loader",
- "version": "9.4.5",
+ "version": "9.4.6",
"description": "UI Loaders",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.5",
+ "@dhis2/ui-constants": "9.4.6",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/logo/package.json b/components/logo/package.json
index 574d100ce8..47f670e735 100644
--- a/components/logo/package.json
+++ b/components/logo/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/logo",
- "version": "9.4.5",
+ "version": "9.4.6",
"description": "UI Logo",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.5",
+ "@dhis2/ui-constants": "9.4.6",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/menu/package.json b/components/menu/package.json
index 1488c2d352..604f48626e 100644
--- a/components/menu/package.json
+++ b/components/menu/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/menu",
- "version": "9.4.5",
+ "version": "9.4.6",
"description": "UI Menu",
"repository": {
"type": "git",
@@ -33,13 +33,13 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/card": "9.4.5",
- "@dhis2-ui/divider": "9.4.5",
- "@dhis2-ui/layer": "9.4.5",
- "@dhis2-ui/popper": "9.4.5",
- "@dhis2-ui/portal": "9.4.5",
- "@dhis2/ui-constants": "9.4.5",
- "@dhis2/ui-icons": "9.4.5",
+ "@dhis2-ui/card": "9.4.6",
+ "@dhis2-ui/divider": "9.4.6",
+ "@dhis2-ui/layer": "9.4.6",
+ "@dhis2-ui/popper": "9.4.6",
+ "@dhis2-ui/portal": "9.4.6",
+ "@dhis2/ui-constants": "9.4.6",
+ "@dhis2/ui-icons": "9.4.6",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/modal/package.json b/components/modal/package.json
index 3683d8040f..fc15e04eb5 100644
--- a/components/modal/package.json
+++ b/components/modal/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/modal",
- "version": "9.4.5",
+ "version": "9.4.6",
"description": "UI Modal",
"repository": {
"type": "git",
@@ -33,12 +33,12 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/card": "9.4.5",
- "@dhis2-ui/center": "9.4.5",
- "@dhis2-ui/layer": "9.4.5",
- "@dhis2-ui/portal": "9.4.5",
- "@dhis2/ui-constants": "9.4.5",
- "@dhis2/ui-icons": "9.4.5",
+ "@dhis2-ui/card": "9.4.6",
+ "@dhis2-ui/center": "9.4.6",
+ "@dhis2-ui/layer": "9.4.6",
+ "@dhis2-ui/portal": "9.4.6",
+ "@dhis2/ui-constants": "9.4.6",
+ "@dhis2/ui-icons": "9.4.6",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/node/package.json b/components/node/package.json
index 264ef9d8c4..281e5d6598 100644
--- a/components/node/package.json
+++ b/components/node/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/node",
- "version": "9.4.5",
+ "version": "9.4.6",
"description": "UI Node",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/loader": "9.4.5",
- "@dhis2/ui-constants": "9.4.5",
+ "@dhis2-ui/loader": "9.4.6",
+ "@dhis2/ui-constants": "9.4.6",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/notice-box/package.json b/components/notice-box/package.json
index 2e634e7182..ff3b6b3e70 100644
--- a/components/notice-box/package.json
+++ b/components/notice-box/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/notice-box",
- "version": "9.4.5",
+ "version": "9.4.6",
"description": "UI NoticeBox",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.5",
- "@dhis2/ui-icons": "9.4.5",
+ "@dhis2/ui-constants": "9.4.6",
+ "@dhis2/ui-icons": "9.4.6",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/organisation-unit-tree/package.json b/components/organisation-unit-tree/package.json
index 9130659998..e89d6df254 100644
--- a/components/organisation-unit-tree/package.json
+++ b/components/organisation-unit-tree/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/organisation-unit-tree",
- "version": "9.4.5",
+ "version": "9.4.6",
"description": "UI OrganisationUnitTree",
"repository": {
"type": "git",
@@ -35,10 +35,10 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/checkbox": "9.4.5",
- "@dhis2-ui/loader": "9.4.5",
- "@dhis2-ui/node": "9.4.5",
- "@dhis2/ui-constants": "9.4.5",
+ "@dhis2-ui/checkbox": "9.4.6",
+ "@dhis2-ui/loader": "9.4.6",
+ "@dhis2-ui/node": "9.4.6",
+ "@dhis2/ui-constants": "9.4.6",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/pagination/package.json b/components/pagination/package.json
index f9a0ccf1fc..a095fb1b70 100644
--- a/components/pagination/package.json
+++ b/components/pagination/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/pagination",
- "version": "9.4.5",
+ "version": "9.4.6",
"description": "UI Pagination",
"repository": {
"type": "git",
@@ -34,10 +34,10 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.4.5",
- "@dhis2-ui/select": "9.4.5",
- "@dhis2/ui-constants": "9.4.5",
- "@dhis2/ui-icons": "9.4.5",
+ "@dhis2-ui/button": "9.4.6",
+ "@dhis2-ui/select": "9.4.6",
+ "@dhis2/ui-constants": "9.4.6",
+ "@dhis2/ui-icons": "9.4.6",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/popover/package.json b/components/popover/package.json
index d354e8f617..3f5cdeffa1 100644
--- a/components/popover/package.json
+++ b/components/popover/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/popover",
- "version": "9.4.5",
+ "version": "9.4.6",
"description": "UI Popover",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/layer": "9.4.5",
- "@dhis2-ui/popper": "9.4.5",
- "@dhis2/ui-constants": "9.4.5",
+ "@dhis2-ui/layer": "9.4.6",
+ "@dhis2-ui/popper": "9.4.6",
+ "@dhis2/ui-constants": "9.4.6",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/popper/package.json b/components/popper/package.json
index cb0f11311a..dcbe4227be 100644
--- a/components/popper/package.json
+++ b/components/popper/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/popper",
- "version": "9.4.5",
+ "version": "9.4.6",
"description": "UI Popper",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.5",
+ "@dhis2/ui-constants": "9.4.6",
"@popperjs/core": "^2.10.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2",
diff --git a/components/portal/package.json b/components/portal/package.json
index 1edee5b95b..5f669dc4e6 100644
--- a/components/portal/package.json
+++ b/components/portal/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/portal",
- "version": "9.4.5",
+ "version": "9.4.6",
"description": "UI Portal",
"repository": {
"type": "git",
diff --git a/components/radio/package.json b/components/radio/package.json
index 4808c36c77..b484da6b11 100644
--- a/components/radio/package.json
+++ b/components/radio/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/radio",
- "version": "9.4.5",
+ "version": "9.4.6",
"description": "UI Radio",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.5",
+ "@dhis2/ui-constants": "9.4.6",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/required/package.json b/components/required/package.json
index e0bc685195..30e2b237f0 100644
--- a/components/required/package.json
+++ b/components/required/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/required",
- "version": "9.4.5",
+ "version": "9.4.6",
"description": "UI Required",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.5",
+ "@dhis2/ui-constants": "9.4.6",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/segmented-control/package.json b/components/segmented-control/package.json
index 55e6b5038a..bbc80b131b 100644
--- a/components/segmented-control/package.json
+++ b/components/segmented-control/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/segmented-control",
- "version": "9.4.5",
+ "version": "9.4.6",
"description": "UI Segmented Control",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.5",
+ "@dhis2/ui-constants": "9.4.6",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/select/package.json b/components/select/package.json
index 5fd3eb575b..f9a4aed5ea 100644
--- a/components/select/package.json
+++ b/components/select/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/select",
- "version": "9.4.5",
+ "version": "9.4.6",
"description": "UI Select",
"repository": {
"type": "git",
@@ -33,21 +33,21 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/box": "9.4.5",
- "@dhis2-ui/button": "9.4.5",
- "@dhis2-ui/card": "9.4.5",
- "@dhis2-ui/checkbox": "9.4.5",
- "@dhis2-ui/chip": "9.4.5",
- "@dhis2-ui/field": "9.4.5",
- "@dhis2-ui/input": "9.4.5",
- "@dhis2-ui/layer": "9.4.5",
- "@dhis2-ui/loader": "9.4.5",
- "@dhis2-ui/popper": "9.4.5",
- "@dhis2-ui/status-icon": "9.4.5",
- "@dhis2-ui/tooltip": "9.4.5",
+ "@dhis2-ui/box": "9.4.6",
+ "@dhis2-ui/button": "9.4.6",
+ "@dhis2-ui/card": "9.4.6",
+ "@dhis2-ui/checkbox": "9.4.6",
+ "@dhis2-ui/chip": "9.4.6",
+ "@dhis2-ui/field": "9.4.6",
+ "@dhis2-ui/input": "9.4.6",
+ "@dhis2-ui/layer": "9.4.6",
+ "@dhis2-ui/loader": "9.4.6",
+ "@dhis2-ui/popper": "9.4.6",
+ "@dhis2-ui/status-icon": "9.4.6",
+ "@dhis2-ui/tooltip": "9.4.6",
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.5",
- "@dhis2/ui-icons": "9.4.5",
+ "@dhis2/ui-constants": "9.4.6",
+ "@dhis2/ui-icons": "9.4.6",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/selector-bar/package.json b/components/selector-bar/package.json
index 5d703d1db5..6a4a8fe861 100644
--- a/components/selector-bar/package.json
+++ b/components/selector-bar/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/selector-bar",
- "version": "9.4.5",
+ "version": "9.4.6",
"description": "UI Select",
"repository": {
"type": "git",
@@ -33,21 +33,21 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/button": "9.4.5",
- "@dhis2-ui/card": "9.4.5",
- "@dhis2-ui/popper": "9.4.5",
- "@dhis2-ui/layer": "9.4.5",
- "@dhis2/ui-constants": "9.4.5",
- "@dhis2/ui-icons": "9.4.5",
+ "@dhis2-ui/button": "9.4.6",
+ "@dhis2-ui/card": "9.4.6",
+ "@dhis2-ui/popper": "9.4.6",
+ "@dhis2-ui/layer": "9.4.6",
+ "@dhis2/ui-constants": "9.4.6",
+ "@dhis2/ui-icons": "9.4.6",
"@testing-library/react": "^12.1.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
"devDependencies": {
- "@dhis2-ui/css": "9.4.5",
- "@dhis2-ui/menu": "9.4.5",
- "@dhis2-ui/organisation-unit-tree": "9.4.5",
- "@dhis2-ui/select": "9.4.5",
+ "@dhis2-ui/css": "9.4.6",
+ "@dhis2-ui/menu": "9.4.6",
+ "@dhis2-ui/organisation-unit-tree": "9.4.6",
+ "@dhis2-ui/select": "9.4.6",
"@dhis2/d2-i18n": "^1.1.0",
"@testing-library/jest-dom": "^5.16.1",
"react": "16.13",
diff --git a/components/sharing-dialog/package.json b/components/sharing-dialog/package.json
index 8753a5b0dd..35f82fbf42 100644
--- a/components/sharing-dialog/package.json
+++ b/components/sharing-dialog/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/sharing-dialog",
- "version": "9.4.5",
+ "version": "9.4.6",
"description": "UI SharingDialog",
"repository": {
"type": "git",
@@ -35,22 +35,22 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.4.5",
- "@dhis2-ui/button": "9.4.5",
- "@dhis2-ui/card": "9.4.5",
- "@dhis2-ui/divider": "9.4.5",
- "@dhis2-ui/input": "9.4.5",
- "@dhis2-ui/layer": "9.4.5",
- "@dhis2-ui/menu": "9.4.5",
- "@dhis2-ui/modal": "9.4.5",
- "@dhis2-ui/notice-box": "9.4.5",
- "@dhis2-ui/popper": "9.4.5",
- "@dhis2-ui/select": "9.4.5",
- "@dhis2-ui/tab": "9.4.5",
- "@dhis2-ui/tooltip": "9.4.5",
- "@dhis2-ui/user-avatar": "9.4.5",
- "@dhis2/ui-constants": "9.4.5",
- "@dhis2/ui-icons": "9.4.5",
+ "@dhis2-ui/box": "9.4.6",
+ "@dhis2-ui/button": "9.4.6",
+ "@dhis2-ui/card": "9.4.6",
+ "@dhis2-ui/divider": "9.4.6",
+ "@dhis2-ui/input": "9.4.6",
+ "@dhis2-ui/layer": "9.4.6",
+ "@dhis2-ui/menu": "9.4.6",
+ "@dhis2-ui/modal": "9.4.6",
+ "@dhis2-ui/notice-box": "9.4.6",
+ "@dhis2-ui/popper": "9.4.6",
+ "@dhis2-ui/select": "9.4.6",
+ "@dhis2-ui/tab": "9.4.6",
+ "@dhis2-ui/tooltip": "9.4.6",
+ "@dhis2-ui/user-avatar": "9.4.6",
+ "@dhis2/ui-constants": "9.4.6",
+ "@dhis2/ui-icons": "9.4.6",
"@react-hook/size": "^2.1.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
diff --git a/components/status-icon/package.json b/components/status-icon/package.json
index 59738744ed..7d54efb326 100644
--- a/components/status-icon/package.json
+++ b/components/status-icon/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/status-icon",
- "version": "9.4.5",
+ "version": "9.4.6",
"description": "UI StatusIcon",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/loader": "9.4.5",
- "@dhis2/ui-constants": "9.4.5",
- "@dhis2/ui-icons": "9.4.5",
+ "@dhis2-ui/loader": "9.4.6",
+ "@dhis2/ui-constants": "9.4.6",
+ "@dhis2/ui-icons": "9.4.6",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/switch/package.json b/components/switch/package.json
index 81a2987db4..2b6fdbd24e 100644
--- a/components/switch/package.json
+++ b/components/switch/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/switch",
- "version": "9.4.5",
+ "version": "9.4.6",
"description": "UI Switch",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/field": "9.4.5",
- "@dhis2-ui/required": "9.4.5",
- "@dhis2/ui-constants": "9.4.5",
+ "@dhis2-ui/field": "9.4.6",
+ "@dhis2-ui/required": "9.4.6",
+ "@dhis2/ui-constants": "9.4.6",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/tab/package.json b/components/tab/package.json
index 7bccb4c7ab..f295d3edcc 100644
--- a/components/tab/package.json
+++ b/components/tab/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/tab",
- "version": "9.4.5",
+ "version": "9.4.6",
"description": "UI Tabs",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.5",
- "@dhis2/ui-icons": "9.4.5",
+ "@dhis2/ui-constants": "9.4.6",
+ "@dhis2/ui-icons": "9.4.6",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/table/package.json b/components/table/package.json
index c9b2522892..bbeae2b7f6 100644
--- a/components/table/package.json
+++ b/components/table/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/table",
- "version": "9.4.5",
+ "version": "9.4.6",
"description": "UI Table",
"repository": {
"type": "git",
@@ -34,8 +34,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.5",
- "@dhis2/ui-icons": "9.4.5",
+ "@dhis2/ui-constants": "9.4.6",
+ "@dhis2/ui-icons": "9.4.6",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/tag/package.json b/components/tag/package.json
index 44712e7b08..5425b0b9f1 100644
--- a/components/tag/package.json
+++ b/components/tag/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/tag",
- "version": "9.4.5",
+ "version": "9.4.6",
"description": "UI Tag",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.5",
+ "@dhis2/ui-constants": "9.4.6",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/text-area/package.json b/components/text-area/package.json
index 403bacc612..7caa52de32 100644
--- a/components/text-area/package.json
+++ b/components/text-area/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/text-area",
- "version": "9.4.5",
+ "version": "9.4.6",
"description": "UI TextArea",
"repository": {
"type": "git",
@@ -33,12 +33,12 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.4.5",
- "@dhis2-ui/field": "9.4.5",
- "@dhis2-ui/loader": "9.4.5",
- "@dhis2-ui/status-icon": "9.4.5",
- "@dhis2/ui-constants": "9.4.5",
- "@dhis2/ui-icons": "9.4.5",
+ "@dhis2-ui/box": "9.4.6",
+ "@dhis2-ui/field": "9.4.6",
+ "@dhis2-ui/loader": "9.4.6",
+ "@dhis2-ui/status-icon": "9.4.6",
+ "@dhis2/ui-constants": "9.4.6",
+ "@dhis2/ui-icons": "9.4.6",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/tooltip/package.json b/components/tooltip/package.json
index a2177470c0..8bc21ce1ca 100644
--- a/components/tooltip/package.json
+++ b/components/tooltip/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/tooltip",
- "version": "9.4.5",
+ "version": "9.4.6",
"description": "UI Tooltip",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/popper": "9.4.5",
- "@dhis2-ui/portal": "9.4.5",
- "@dhis2/ui-constants": "9.4.5",
+ "@dhis2-ui/popper": "9.4.6",
+ "@dhis2-ui/portal": "9.4.6",
+ "@dhis2/ui-constants": "9.4.6",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/transfer/package.json b/components/transfer/package.json
index 3d7c3b4e00..ca919156f9 100644
--- a/components/transfer/package.json
+++ b/components/transfer/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/transfer",
- "version": "9.4.5",
+ "version": "9.4.6",
"description": "UI Transfer",
"repository": {
"type": "git",
@@ -33,12 +33,12 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.4.5",
- "@dhis2-ui/field": "9.4.5",
- "@dhis2-ui/input": "9.4.5",
- "@dhis2-ui/intersection-detector": "9.4.5",
- "@dhis2-ui/loader": "9.4.5",
- "@dhis2/ui-constants": "9.4.5",
+ "@dhis2-ui/button": "9.4.6",
+ "@dhis2-ui/field": "9.4.6",
+ "@dhis2-ui/input": "9.4.6",
+ "@dhis2-ui/intersection-detector": "9.4.6",
+ "@dhis2-ui/loader": "9.4.6",
+ "@dhis2/ui-constants": "9.4.6",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/user-avatar/package.json b/components/user-avatar/package.json
index 407188f858..4871ca5286 100644
--- a/components/user-avatar/package.json
+++ b/components/user-avatar/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/user-avatar",
- "version": "9.4.5",
+ "version": "9.4.6",
"description": "UI User Avatar",
"repository": {
"type": "git",
@@ -34,7 +34,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.5",
+ "@dhis2/ui-constants": "9.4.6",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/constants/package.json b/constants/package.json
index 76ebda1d3d..a5e67a8fd2 100644
--- a/constants/package.json
+++ b/constants/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-constants",
- "version": "9.4.5",
+ "version": "9.4.6",
"description": "Constants used in the UI libs",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
diff --git a/docs/package.json b/docs/package.json
index 360602d8c8..fe80d604f2 100644
--- a/docs/package.json
+++ b/docs/package.json
@@ -1,6 +1,6 @@
{
"name": "ui-docusaurus",
- "version": "9.4.5",
+ "version": "9.4.6",
"private": true,
"description": "UI Docusaurus",
"repository": {
diff --git a/icons/package.json b/icons/package.json
index b4ba1b9823..dd6ba5e553 100644
--- a/icons/package.json
+++ b/icons/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-icons",
- "version": "9.4.5",
+ "version": "9.4.6",
"description": "Icons used in the UI libs",
"main": "./build/cjs/react/index.js",
"module": "./build/es/react/index.js",
diff --git a/package.json b/package.json
index 956b2f3255..3eb9d6ebf2 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-root",
- "version": "9.4.5",
+ "version": "9.4.6",
"repository": {
"type": "git",
"url": "https://github.com/dhis2/ui.git"
diff --git a/storybook/package.json b/storybook/package.json
index 1e59d22316..4cbb856612 100644
--- a/storybook/package.json
+++ b/storybook/package.json
@@ -1,6 +1,6 @@
{
"name": "ui-storybook",
- "version": "9.4.5",
+ "version": "9.4.6",
"description": "UI Storybook",
"repository": {
"type": "git",
@@ -23,8 +23,8 @@
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-private-methods": "^7.13.0",
"@babel/plugin-proposal-private-property-in-object": "^7.14.0",
- "@dhis2-ui/css": "9.4.5",
- "@dhis2/ui-constants": "9.4.5",
+ "@dhis2-ui/css": "9.4.6",
+ "@dhis2/ui-constants": "9.4.6",
"@fontsource/roboto": "^4.5.0",
"@storybook/addon-a11y": "^6.3.7",
"@storybook/addon-console": "^1.2.3",
From 9c9ff02bfb2b52b842f7ce0d6050342063fd6d3f Mon Sep 17 00:00:00 2001
From: Birk Johansson
Date: Thu, 16 May 2024 13:10:56 +0200
Subject: [PATCH 044/170] fix(types): update button props to follow best
practices
---
components/button/types/index.d.ts | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/components/button/types/index.d.ts b/components/button/types/index.d.ts
index d4f0f2752c..5fd91f069e 100644
--- a/components/button/types/index.d.ts
+++ b/components/button/types/index.d.ts
@@ -16,7 +16,8 @@ type ButtonOpenEventHandler<
Event extends React.SyntheticEvent = React.MouseEvent
> = (arg0: ButtonEventPayload & { open: boolean }, event: Event) => void
-export interface ButtonProps {
+
+export interface BaseButtonProps {
/**
* Component to render inside the button
*/
@@ -102,9 +103,9 @@ export interface ButtonProps {
onKeyDown?: ButtonEventHandler>
}
-export const Button: React.FC<
- ButtonProps & Omit, keyof ButtonProps>
->
+export type ButtonProps = BaseButtonProps & Omit, keyof BaseButtonProps>
+
+export const Button: React.FC
export interface ButtonStripProps {
children?: React.ReactNode
From 157bc54f4c755fc5de5b22426cf0f3e4efed3d86 Mon Sep 17 00:00:00 2001
From: "@dhis2-bot"
Date: Sun, 19 May 2024 03:39:54 +0200
Subject: [PATCH 045/170] fix(translations): sync translations from transifex
(master)
Automatically merged.
---
collections/forms/i18n/lo.po | 70 +++++++++++---------
components/file-input/i18n/lo.po | 11 +--
components/header-bar/i18n/lo.po | 25 +++----
components/organisation-unit-tree/i18n/lo.po | 25 +++++++
components/pagination/i18n/lo.po | 17 +++--
components/select/i18n/lo.po | 13 ++--
components/selector-bar/i18n/lo.po | 19 ++++++
components/sharing-dialog/i18n/lo.po | 64 ++++++++++++------
components/table/i18n/lo.po | 22 ++++++
9 files changed, 183 insertions(+), 83 deletions(-)
create mode 100644 components/organisation-unit-tree/i18n/lo.po
create mode 100644 components/selector-bar/i18n/lo.po
create mode 100644 components/table/i18n/lo.po
diff --git a/collections/forms/i18n/lo.po b/collections/forms/i18n/lo.po
index 1c99645340..fde0da0d73 100644
--- a/collections/forms/i18n/lo.po
+++ b/collections/forms/i18n/lo.po
@@ -1,15 +1,15 @@
#
# Translators:
-# phil_dhis2, 2021
-# Viktor Varland , 2021
+# Philip Larsen Donnelly, 2021
+# Namwan Chanthavisouk, 2024
#
msgid ""
msgstr ""
"Project-Id-Version: i18next-conv\n"
-"POT-Creation-Date: 2022-02-11T13:37:19.312Z\n"
+"POT-Creation-Date: 2024-04-18T04:00:14.144Z\n"
"PO-Revision-Date: 2021-06-24 12:50+0000\n"
-"Last-Translator: Viktor Varland , 2021\n"
-"Language-Team: Lao (https://www.transifex.com/hisp-uio/teams/100509/lo/)\n"
+"Last-Translator: Namwan Chanthavisouk, 2024\n"
+"Language-Team: Lao (https://app.transifex.com/hisp-uio/teams/100509/lo/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -17,89 +17,95 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n"
msgid "Upload file"
-msgstr "ໂຫຼດເອກະສານ"
+msgstr "ອັບໂຫຼດເອກະສານ"
msgid "Upload files"
-msgstr ""
+msgstr "ອັບໂຫຼດເອກະສານ"
msgid "Remove"
msgstr "ລົບອອກ"
msgid "Please provide an alpha-numeric value"
-msgstr ""
+msgstr "ກະລຸນາລະບຸຄ່າທີ່ເປັນຕົວອັກສອນ ແລະ ຕົວເລກ"
msgid "Please provide a boolean value"
-msgstr ""
+msgstr "ກະລຸນາລະບຸຄ່າທີ່ເປັນສູນ"
msgid "Please enter between {{lowerBound}} and {{upperBound}} characters"
-msgstr ""
+msgstr "ກະລຸນາຕື່ມລະຫວ່າງຕົວອັກສອນ {{lowerBound}} ແລະ {{upperBound}} "
msgid ""
"Please make sure the value of this input matches the value in "
"\"{{otherField}}\"."
-msgstr ""
+msgstr "ກະລຸນາກວດສອບໃຫ້ແນ່ໃຈວ່າຄ່າຂອງຂໍ້ມູນນີ້ກົງກັບຄ່າໃນ \" {{otherField}} \""
msgid "Please enter a maximum of {{upperBound}} characters"
-msgstr ""
+msgstr "ກະລຸນາຕື່ມຕົວອັກສອນສູງສຸດ {{upperBound}}"
msgid "Please enter a number with a maximum of {{upperBound}}"
-msgstr ""
+msgstr "ກະລຸນາຕື່ມຕົວເລກທີ່ມີຈຳນວນສູງສຸດ {{upperBound}}"
msgid "Please enter at least {{lowerBound}} characters"
-msgstr ""
+msgstr "ກະລຸນາຕື່ມຕົວອັກສອນຢ່າງໜ້ອຍ {{lowerBound}} "
msgid "Please enter a number of at least {{lowerBound}}"
-msgstr ""
+msgstr "ກະລຸນາຕື່ມຈຳນວນຢ່າງໜ້ອຍ {{lowerBound}}"
msgid "Number cannot be less than {{lowerBound}} or more than {{upperBound}}"
-msgstr ""
+msgstr "ຕົວເລກບໍ່ສາມາດໜ້ອຍກວ່າ {{lowerBound}} ຫຼືຫຼາຍກວ່າ {{upperBound}}"
msgid ""
"Please make sure the value of this input matches the pattern "
"{{patternString}}."
msgstr ""
+"ກະລຸນາກວດສອບໃຫ້ແນ່ໃຈວ່າຄ່າຂອງຂໍ້ມູນນີ້ກົງກັບຮູບແບບ {{patternString}} ."
msgid "Password should be a string"
-msgstr ""
+msgstr "ລະຫັດຜ່ານຄວນເປັນຕົວອັກສອນ"
msgid "Password should be at least 8 characters long"
-msgstr ""
+msgstr "ລະຫັດຜ່ານຄວນມີຢ່າງໜ້ອຍ 8 ຕົວອັກສອນ"
msgid "Password should be no longer than 34 characters"
-msgstr ""
+msgstr "ລະຫັດຜ່ານຄວນຈະບໍ່ເກີນ 34 ຕົວອັກສອນ"
msgid "Password should contain at least one lowercase letter"
-msgstr ""
+msgstr "ລະຫັດຜ່ານຄວນມີຕົວພິມນ້ອຍຢ່າງໜ້ອຍໜຶ່ງຕົວ"
msgid "Password should contain at least one UPPERCASE letter"
-msgstr ""
+msgstr "ລະຫັດຜ່ານຄວນມີຕົວພິມໃຫຍ່ຢ່າງໜ້ອຍໜຶ່ງຕົວ"
msgid "Password should contain at least one number"
-msgstr ""
+msgstr "ລະຫັດຜ່ານຄວນມີຢ່າງໜ້ອຍໜຶ່ງຕົວເລກ"
msgid "Password should have at least one special character"
-msgstr ""
-
-msgid "Please provide a username between 4 and 255 characters"
-msgstr ""
+msgstr "ລະຫັດຜ່ານຄວນມີຢ່າງໜ້ອຍໜຶ່ງຕົວອັກສອນພິເສດ"
msgid "Please provide a valid email address"
-msgstr ""
+msgstr "ກະລຸນາລະບຸທີ່ຢູ່ອີເມວທີ່ຖືກຕ້ອງ"
msgid "Please provide a value"
-msgstr ""
+msgstr "ກະລຸນາລະບຸຄ່າ"
msgid "Please provide a round number without decimals"
-msgstr ""
+msgstr "ກະລຸນາປ້ອນຈໍານວນມົນໂດຍບໍ່ມີຈຸດ"
msgid "Please provide a valid international phone number."
-msgstr ""
+msgstr "ກະລຸນາປ້ອນເບີໂທລະສັບທີ່ຖືກຕ້ອງ"
msgid "Please provide a number"
-msgstr ""
+msgstr "ກະລຸນາປ້ອນຕົວເລກ"
msgid "Please provide a string"
-msgstr ""
+msgstr "ກະລຸນາປ້ອນຕົວອັກສອນ"
msgid "Please provide a valid url"
+msgstr "ກະລຸນາປ້ອນ URL ທີ່ຖືກຕ້ອງ"
+
+msgctxt " - or @"
+msgid ""
+"Please provide a username between 4 and 255 characters long and possibly "
+"separated by . "
msgstr ""
+"ກະລຸນາປ້ອນຊື່ຜູ້ໃຊ້ລະຫວ່າງ 4 ແລະ 255 ຕົວອັກສອນ ແລະ ແຍກອອກ . _"
+" - ຫຼື @"
diff --git a/components/file-input/i18n/lo.po b/components/file-input/i18n/lo.po
index 6c02ff9b8f..44c3a24d23 100644
--- a/components/file-input/i18n/lo.po
+++ b/components/file-input/i18n/lo.po
@@ -1,14 +1,15 @@
#
# Translators:
-# phil_dhis2, 2021
+# Philip Larsen Donnelly, 2021
+# Namwan Chanthavisouk, 2024
#
msgid ""
msgstr ""
"Project-Id-Version: i18next-conv\n"
"POT-Creation-Date: 2021-06-04T18:40:29.413Z\n"
"PO-Revision-Date: 2021-06-24 12:50+0000\n"
-"Last-Translator: phil_dhis2, 2021\n"
-"Language-Team: Lao (https://www.transifex.com/hisp-uio/teams/100509/lo/)\n"
+"Last-Translator: Namwan Chanthavisouk, 2024\n"
+"Language-Team: Lao (https://app.transifex.com/hisp-uio/teams/100509/lo/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -16,10 +17,10 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n"
msgid "Upload a file"
-msgstr ""
+msgstr "ອັບໂຫຼດເອກະສານ"
msgid "No file uploaded yet"
-msgstr ""
+msgstr "ຍັງບໍ່ມີເອກະສານອັບໂຫຼດເທື່ອ"
msgid "Remove"
msgstr "ລົບອອກ"
diff --git a/components/header-bar/i18n/lo.po b/components/header-bar/i18n/lo.po
index 461454dcc2..33ac57a374 100644
--- a/components/header-bar/i18n/lo.po
+++ b/components/header-bar/i18n/lo.po
@@ -2,13 +2,14 @@
# Translators:
# Philip Larsen Donnelly, 2022
# Saysamone Sibounma, 2023
+# Namwan Chanthavisouk, 2024
#
msgid ""
msgstr ""
"Project-Id-Version: i18next-conv\n"
"POT-Creation-Date: 2023-01-18T16:13:05.063Z\n"
"PO-Revision-Date: 2021-06-24 12:50+0000\n"
-"Last-Translator: Saysamone Sibounma, 2023\n"
+"Last-Translator: Namwan Chanthavisouk, 2024\n"
"Language-Team: Lao (https://app.transifex.com/hisp-uio/teams/100509/lo/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -20,28 +21,28 @@ msgid "Search apps"
msgstr "ຄົ້ນຫາແອັບ"
msgid "DHIS2 {{dhis2Version}}"
-msgstr ""
+msgstr "DHIS2 {{dhis2Version}}"
msgid "DHIS2 version unknown"
-msgstr ""
+msgstr "DHIS2 ບໍ່ຮູ້ເວີຊັນ"
msgid "{{appName}} version unknown"
-msgstr ""
+msgstr "{{appName}} ບໍ່ຮູ້ເວີຊັນ"
msgid "App {{appVersion}}"
-msgstr ""
+msgstr "ແອັບ {{appVersion}}"
msgid "App version unknown"
-msgstr ""
+msgstr "ບໍ່ຮູ້ເວີຊັນແອັບ"
msgid "Debug info"
-msgstr ""
+msgstr "ຂໍ້ມູນການແກ້ໄຂ"
msgid "Close"
msgstr "ປິດ"
msgid "Copy debug info"
-msgstr ""
+msgstr "ກ໋ອບປີ້ຂໍ້ມູນການແກ້ໄຂ"
msgid "Online"
msgstr "ມີການເຊື່ອມຕໍ່"
@@ -62,16 +63,16 @@ msgid "Help"
msgstr "ຊ່ວຍ"
msgid "About DHIS2"
-msgstr ""
+msgstr "ກ່ຽວກັບ DHIS2"
msgid "Logout"
msgstr "ອອກຈາກລະບົບ"
msgid "New {{appName}} version available"
-msgstr ""
+msgstr "ມີເວີຊັນໃໝ່ {{appName}} "
msgid "New app version available"
-msgstr ""
+msgstr "ມີແອັບເວີຊັນໃໝ່"
msgid "Click to reload"
-msgstr ""
+msgstr "ຄລິກເພື່ອໂຫຼດຄືນໃໝ່"
diff --git a/components/organisation-unit-tree/i18n/lo.po b/components/organisation-unit-tree/i18n/lo.po
new file mode 100644
index 0000000000..5a06097349
--- /dev/null
+++ b/components/organisation-unit-tree/i18n/lo.po
@@ -0,0 +1,25 @@
+#
+# Translators:
+# Namwan Chanthavisouk, 2024
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: i18next-conv\n"
+"POT-Creation-Date: 2022-02-22T12:46:32.977Z\n"
+"PO-Revision-Date: 2021-06-24 12:50+0000\n"
+"Last-Translator: Namwan Chanthavisouk, 2024\n"
+"Language-Team: Lao (https://app.transifex.com/hisp-uio/teams/100509/lo/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: lo\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+msgid "No children match filter"
+msgstr "ບໍ່ພົບເດັກນ້ອຍທີ່ກົງກັບຕົວກອງ"
+
+msgid "Could not load children"
+msgstr "ບໍ່ສາມາດໂຫຼດເດັກນ້ອຍໄດ້"
+
+msgid "Error: {{ ERRORMESSAGE }}"
+msgstr "ຂໍ້ຜິດພາດ {{ ERRORMESSAGE }}"
diff --git a/components/pagination/i18n/lo.po b/components/pagination/i18n/lo.po
index 6239cf35f8..af5100bef3 100644
--- a/components/pagination/i18n/lo.po
+++ b/components/pagination/i18n/lo.po
@@ -1,15 +1,16 @@
#
# Translators:
-# phil_dhis2, 2021
+# Philip Larsen Donnelly, 2021
# Viktor Varland , 2021
+# Namwan Chanthavisouk, 2024
#
msgid ""
msgstr ""
"Project-Id-Version: i18next-conv\n"
"POT-Creation-Date: 2022-03-10T20:20:19.392Z\n"
"PO-Revision-Date: 2021-06-24 12:50+0000\n"
-"Last-Translator: Viktor Varland , 2021\n"
-"Language-Team: Lao (https://www.transifex.com/hisp-uio/teams/100509/lo/)\n"
+"Last-Translator: Namwan Chanthavisouk, 2024\n"
+"Language-Team: Lao (https://app.transifex.com/hisp-uio/teams/100509/lo/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -20,12 +21,14 @@ msgid ""
"Page {{page}} of {{pageCount}}, items {{firstItem}}-{{lastItem}} of "
"{{total}}"
msgstr ""
+"ໜ້າ {{page}} ຂອງ {{pageCount}} , ລາຍການ {{firstItem}} - {{lastItem}} ຂອງ "
+"{{total}}"
msgid "Page {{page}}, items {{firstItem}}-{{lastItem}}"
-msgstr ""
+msgstr "ໜ້າ {{page}} , ລາຍການ {{firstItem}} - {{lastItem}}"
msgid "Page {{page}}"
-msgstr ""
+msgstr "ໜ້າ {{page}}"
msgid "Next"
msgstr "ຕໍ່ໄປ"
@@ -34,7 +37,7 @@ msgid "Page"
msgstr "ໜ້າ"
msgid "Items per page"
-msgstr ""
+msgstr "ລາຍການຕໍ່ໜ້າ"
msgid "Previous"
msgstr "ຍ້ອນກັບ"
@@ -43,3 +46,5 @@ msgid ""
"You are at page {{page}} showing items {{firstItem}}-{{lastItem}}, but there"
" are {{pageCount}} pages and {{total}} items"
msgstr ""
+"ທ່ານຢູ່ທີ່ໜ້າ {{page}} ສະແດງລາຍການ {{firstItem}} - {{lastItem}} , ແຕ່ມີໜ້າ "
+"{{pageCount}} ແລະ {{total}} ລາຍການ"
diff --git a/components/select/i18n/lo.po b/components/select/i18n/lo.po
index da8ba43a5b..61ba7962c2 100644
--- a/components/select/i18n/lo.po
+++ b/components/select/i18n/lo.po
@@ -1,14 +1,15 @@
#
# Translators:
-# phil_dhis2, 2021
+# Philip Larsen Donnelly, 2021
+# Namwan Chanthavisouk, 2024
#
msgid ""
msgstr ""
"Project-Id-Version: i18next-conv\n"
"POT-Creation-Date: 2021-05-10T11:56:32.496Z\n"
"PO-Revision-Date: 2021-06-24 12:50+0000\n"
-"Last-Translator: phil_dhis2, 2021\n"
-"Language-Team: Lao (https://www.transifex.com/hisp-uio/teams/100509/lo/)\n"
+"Last-Translator: Namwan Chanthavisouk, 2024\n"
+"Language-Team: Lao (https://app.transifex.com/hisp-uio/teams/100509/lo/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -22,10 +23,10 @@ msgid "No data found"
msgstr "ບໍ່ພົບຂໍ້ມູນ"
msgid "Type to filter options"
-msgstr ""
+msgstr "ປະເພດຕົວເລືອກການກອງ"
msgid "Loading options"
-msgstr ""
+msgstr "ໂຫຼດຕົວເລືອກ"
msgid "No options found"
-msgstr ""
+msgstr "ບໍ່ພົບຕົວເລືອກ"
diff --git a/components/selector-bar/i18n/lo.po b/components/selector-bar/i18n/lo.po
new file mode 100644
index 0000000000..92562c12c7
--- /dev/null
+++ b/components/selector-bar/i18n/lo.po
@@ -0,0 +1,19 @@
+#
+# Translators:
+# Namwan Chanthavisouk, 2024
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: i18next-conv\n"
+"POT-Creation-Date: 2021-12-07T14:09:16.792Z\n"
+"PO-Revision-Date: 2023-06-08 13:23+0000\n"
+"Last-Translator: Namwan Chanthavisouk, 2024\n"
+"Language-Team: Lao (https://app.transifex.com/hisp-uio/teams/100509/lo/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: lo\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+msgid "Clear selections"
+msgstr "ລົບຕົວເລືອກ"
diff --git a/components/sharing-dialog/i18n/lo.po b/components/sharing-dialog/i18n/lo.po
index 08252c4b7c..de364a8eca 100644
--- a/components/sharing-dialog/i18n/lo.po
+++ b/components/sharing-dialog/i18n/lo.po
@@ -3,13 +3,14 @@
# Philip Larsen Donnelly, 2021
# Viktor Varland , 2021
# Saysamone Sibounma, 2023
+# Namwan Chanthavisouk, 2024
#
msgid ""
msgstr ""
"Project-Id-Version: i18next-conv\n"
"POT-Creation-Date: 2021-11-25T09:59:40.995Z\n"
"PO-Revision-Date: 2021-10-01 23:39+0000\n"
-"Last-Translator: Saysamone Sibounma, 2023\n"
+"Last-Translator: Namwan Chanthavisouk, 2024\n"
"Language-Team: Lao (https://app.transifex.com/hisp-uio/teams/100509/lo/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -21,31 +22,31 @@ msgid "View only"
msgstr "ເບິ່ງໄດ້ເທົ່ານັ້ນ"
msgid "View and edit"
-msgstr ""
+msgstr "ເບິ່ງ ແລະ ແກ້ໄຂ"
msgid "Give access to a user or group"
-msgstr ""
+msgstr "ໃຫ້ຜູ້ໃຊ້ ຫຼື ກຸ່ມເຂົ້າເຖິງ"
msgid "Access level"
-msgstr ""
+msgstr "ຂັ້ນການເຂົ້າເຖິງ"
msgid "Select a level"
-msgstr ""
+msgstr "ເລືອກຂັ້ນ"
msgid "Not available offline"
-msgstr ""
+msgstr "ບໍ່ສາມາດໃຊ້ໄດ້ອອບລາຍ"
msgid "Give access"
-msgstr ""
+msgstr "ໃຫ້ການເຂົ້າເຖິງ"
msgid "Users and groups that currently have access"
-msgstr ""
+msgstr "ຜູ້ໃຊ້ ແລະ ກຸ່ມທີ່ໄດ້ເຂົ້າເຖິງ"
msgid "User / Group"
-msgstr ""
+msgstr "ຜູ້ໃຊ້ / ກຸ່ມ"
msgid "All users"
-msgstr ""
+msgstr "ຜູ້ໃຊ້ທັງໝົດ"
msgid "No access"
msgstr "ບໍ່ມີການເຂົ້າເຖີງ"
@@ -54,88 +55,107 @@ msgid "Can view"
msgstr "ສາມາດເບີ່ງ"
msgid "Can view and edit"
-msgstr ""
+msgstr "ສາມາດເບິ່ງ ແລະ ແກ້ໄຂ"
msgid "Metadata"
msgstr "ໂຄງຮ່າງຖານຂໍ້ມູນ"
msgid "Remove access"
-msgstr ""
+msgstr "ເອົາການເຂົ້າເຖິງອອກ"
msgid "User or group"
-msgstr ""
+msgstr "ຜູ້ໃຊ້ ຫຼື ກຸ່ມ"
msgid "Search"
-msgstr "ຄົນຫາ"
+msgstr "ຄົ້ນຫາ"
msgid "Apply dashboard sharing settings to visualizations"
-msgstr ""
+msgstr "ນຳໃຊ້ການຕັ້ງຄ່າແບ່ງປັນກະດານຂ່າວກັບພາບຂໍ້ມູນ"
msgid "Something went wrong"
msgstr "ມີບາງຢ່າງຜິດພາດ"
msgid "Apply sharing to dashboard visualizations"
-msgstr ""
+msgstr "ນຳໃຊ້ການແບ່ງປັນພາບຂໍ້ມູນກັບກະດານຂ່າວ"
msgid ""
"No visualizations were updated. Check that you have permission to change "
"sharing for all visualizations."
msgstr ""
+"ບໍ່ມີການອັບເດດພາບຂໍ້ມູນ. "
+"ກວດເບິ່ງຄືນວ່າທ່ານໄດ້ຮັບການອະນຸຍາດໃຫ້ປ່ຽນການແບ່ງປັນສໍາລັບພາບຂໍ້ມູນ."
msgid ""
"Not all visualizations could be updated successfully. {{ success }} updated "
"successfully, {{ failed }} failed to update. Check that you have permission "
"to change sharing for all visualizations."
msgstr ""
+"ພາບຂໍ້ມູນທັງໝົດບໍ່ສາມາດອັບເດດໄດ້ສຳເລັດ. ອັບເດດ {{ success }} ສຳເລັດແລ້ວ, {{ "
+"failed }} ລົ້ມເຫລວໃນການອັບເດດ. "
+"ກວດເບິ່ງວ່າທ່ານໄດ້ຮັບການອະນຸຍາດໃຫ້ປ່ຽນການແບ່ງປັນສໍາລັບພາບຂໍ້ມູນທັງຫມົດ."
msgid ""
"No visualizations were updated because sharing settings are already "
"sufficient."
-msgstr ""
+msgstr "ບໍ່ມີການອັບເດດພາບຂໍ້ມູນເນື່ອງຈາກການຕັ້ງຄ່າການແບ່ງປັນພຽງພໍແລ້ວ."
msgid "Successfully updated sharing for all visualizations."
-msgstr ""
+msgstr "ອັບເດດການແບ່ງປັນສຳເລັດແລ້ວສຳລັບພາບຂໍ້ມູນທັງໝົດ."
msgid ""
"Not all visualization sharing settings needed to be updated. {{ updated }} "
"updated, {{ skipped }} already had sufficient sharing settings."
msgstr ""
+"ບໍ່ແມ່ນການຕັ້ງຄ່າການແບ່ງປັນພາບທັງໝົດທີ່ຈຳເປັນເພື່ອອັບເດດ. {{ updated }} "
+"ອັບເດດແລ້ວ, {{ skipped }} ມີການຕັ້ງຄ່າການແບ່ງປັນພຽງພໍແລ້ວ."
msgid "There are no users or groups to apply sharing settings for."
-msgstr ""
+msgstr "ບໍ່ມີຜູ້ໃຊ້ ຫຼື ກຸ່ມສຳລັບການນໍາໃຊ້ການຕັ້ງຄ່າແບ່ງປັນ."
msgid ""
"Number of visualizations on this dashboard that will potentially get updated"
" sharing settings: {{ visualizationsCount }}. The number of users or groups "
"that these updated settings will apply to: {{ entityAmount }}."
msgstr ""
+"ຈຳນວນພາບຂໍ້ມູນໃນກະດານຂ່າວນີ້ທີ່ອາດຈະໄດ້ມີການອັບເດດການຕັ້ງຄ່າການແບ່ງປັນ: {{ "
+"visualizationsCount }}. ຈຳນວນຜູ້ໃຊ້ "
+"ຫຼືກຸ່ມທີ່ອັບເດດການຕັ້ງຄ່າເຫຼົ່ານີ້ຈະໃຊ້ກັບ: {{ entityAmount }}."
msgid ""
"Applying the same sharing settings makes sure that users and groups that "
"have access to the dashboard also have at least \"View only\" access to its "
"visualizations (charts, tables, maps, event charts and event reports)."
msgstr ""
+"ການໃຊ້ການຕັ້ງຄ່າແບບແບ່ງປັນຄືກັນແມ່ນຕ້ອງໃຫ້ແນ່ໃຈວ່າຜູ້ໃຊ້ ແລະ "
+"ກຸ່ມທີ່ເຂົ້າເຖິງກະດານຂ່າວສາມາດ \"ເບິ່ງເທົ່ານັ້ນ\" ໃນພາບຂໍ້ມູນ (ແຜນການ, "
+"ຕາຕະລາງ, ແຜນທີ່, ຕາຕະລາງເຫດການ ແລະ ການລາຍງານເຫດການ)."
msgid ""
"If a user or group already has \"View and edit\" access to a visualization, "
"this won't be reduced to \"View only\". The \"All users\" access level won't"
" be updated or changed."
msgstr ""
+"ຖ້າຜູ້ໃຊ້ ຫຼື ກຸ່ມມີການເຂົ້າເຖິງແບບ \"ເບິ່ງ ແລະແກ້ໄຂ\" "
+"ຕໍ່ພາບຂໍ້ມູນນັ້ນຈະບໍ່ຖືກຫຼຸດລົງເປັນ \"ເບິ່ງເທົ່ານັ້ນ\". ການເຂົ້າເຖິງຂັ້ນ "
+"\"ຜູ້ໃຊ້ທັງໝົດ\" ຈະບໍ່ຖືກອັບເດດ ຫຼື ປ່ຽນແປງ."
msgid ""
"Applying sharing can't be undone, and needs to be done again if new "
"visualizations are added to the dashboard or its sharing settings are "
"changed."
msgstr ""
+"ການໃຊ້ການແບ່ງປັນບໍ່ສາມາດຍົກເລີກໄດ້, ແລະຕ້ອງເຮັດອີກຄັ້ງ "
+"ຖ້າມີການເພີ່ມພາບຂໍ໊ມູນໃໝ່ໃນກະດານຂ່າວ ຫຼື "
+"ການຕັ້ງຄ່າການແບ່ງປັນຂອງມັນມີການປ່ຽນແປງ."
msgid "Sharing and access: {{- objectName}}"
-msgstr ""
+msgstr "ການແບ່ງປັນ ແລະ ການເຂົາເຖິງ: {{- objectName}}"
msgid "Sharing and access"
-msgstr ""
+msgstr "ການແບ່ງປັນ ແລະ ການເຂົ້າເຖິງ"
msgid "Close"
msgstr "ປິດ"
msgid "Dashboard sharing"
-msgstr ""
+msgstr "ການແບ່ງປັນກະດານຂ່າວ"
diff --git a/components/table/i18n/lo.po b/components/table/i18n/lo.po
new file mode 100644
index 0000000000..e59fdcfacc
--- /dev/null
+++ b/components/table/i18n/lo.po
@@ -0,0 +1,22 @@
+#
+# Translators:
+# Namwan Chanthavisouk, 2024
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: i18next-conv\n"
+"POT-Creation-Date: 2021-06-15T13:35:03.608Z\n"
+"PO-Revision-Date: 2021-06-24 12:50+0000\n"
+"Last-Translator: Namwan Chanthavisouk, 2024\n"
+"Language-Team: Lao (https://app.transifex.com/hisp-uio/teams/100509/lo/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: lo\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+msgid "Toggle filter"
+msgstr "ສະຫຼັບຕົວກອງ"
+
+msgid "Sort items"
+msgstr "ຈັດຮຽງລາຍການ"
From acf3caab7f9fd3608fb900fdbd510f15bd3303fb Mon Sep 17 00:00:00 2001
From: "@dhis2-bot"
Date: Sun, 19 May 2024 02:07:04 +0000
Subject: [PATCH 046/170] chore(release): cut 9.4.7 [skip release]
## [9.4.7](https://github.com/dhis2/ui/compare/v9.4.6...v9.4.7) (2024-05-19)
### Bug Fixes
* **translations:** sync translations from transifex (master) ([157bc54](https://github.com/dhis2/ui/commit/157bc54f4c755fc5de5b22426cf0f3e4efed3d86))
---
CHANGELOG.md | 7 ++
collections/forms/package.json | 20 ++--
collections/ui/package.json | 98 +++++++++----------
components/alert/package.json | 8 +-
components/box/package.json | 4 +-
components/button/package.json | 12 +--
components/calendar/package.json | 16 +--
components/card/package.json | 4 +-
components/center/package.json | 4 +-
components/checkbox/package.json | 8 +-
components/chip/package.json | 4 +-
components/cover/package.json | 4 +-
components/css/package.json | 4 +-
components/divider/package.json | 4 +-
components/field/package.json | 10 +-
components/file-input/package.json | 16 +--
components/header-bar/package.json | 30 +++---
components/help/package.json | 4 +-
components/input/package.json | 16 +--
components/intersection-detector/package.json | 4 +-
components/label/package.json | 6 +-
components/layer/package.json | 6 +-
components/legend/package.json | 6 +-
components/loader/package.json | 4 +-
components/logo/package.json | 4 +-
components/menu/package.json | 16 +--
components/modal/package.json | 14 +--
components/node/package.json | 6 +-
components/notice-box/package.json | 6 +-
.../organisation-unit-tree/package.json | 10 +-
components/pagination/package.json | 10 +-
components/popover/package.json | 8 +-
components/popper/package.json | 4 +-
components/portal/package.json | 2 +-
components/radio/package.json | 4 +-
components/required/package.json | 4 +-
components/segmented-control/package.json | 4 +-
components/select/package.json | 30 +++---
components/selector-bar/package.json | 22 ++---
components/sharing-dialog/package.json | 34 +++----
components/status-icon/package.json | 8 +-
components/switch/package.json | 8 +-
components/tab/package.json | 6 +-
components/table/package.json | 6 +-
components/tag/package.json | 4 +-
components/text-area/package.json | 14 +--
components/tooltip/package.json | 8 +-
components/transfer/package.json | 14 +--
components/user-avatar/package.json | 4 +-
constants/package.json | 2 +-
docs/package.json | 2 +-
icons/package.json | 2 +-
package.json | 2 +-
storybook/package.json | 6 +-
54 files changed, 285 insertions(+), 278 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b97f738435..fef91c722b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## [9.4.7](https://github.com/dhis2/ui/compare/v9.4.6...v9.4.7) (2024-05-19)
+
+
+### Bug Fixes
+
+* **translations:** sync translations from transifex (master) ([157bc54](https://github.com/dhis2/ui/commit/157bc54f4c755fc5de5b22426cf0f3e4efed3d86))
+
## [9.4.6](https://github.com/dhis2/ui/compare/v9.4.5...v9.4.6) (2024-05-10)
diff --git a/collections/forms/package.json b/collections/forms/package.json
index d89d29faa9..44f58fcaa4 100644
--- a/collections/forms/package.json
+++ b/collections/forms/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-forms",
- "version": "9.4.6",
+ "version": "9.4.7",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
"sideEffects": [
@@ -35,15 +35,15 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.4.6",
- "@dhis2-ui/checkbox": "9.4.6",
- "@dhis2-ui/field": "9.4.6",
- "@dhis2-ui/file-input": "9.4.6",
- "@dhis2-ui/input": "9.4.6",
- "@dhis2-ui/radio": "9.4.6",
- "@dhis2-ui/select": "9.4.6",
- "@dhis2-ui/switch": "9.4.6",
- "@dhis2-ui/text-area": "9.4.6",
+ "@dhis2-ui/button": "9.4.7",
+ "@dhis2-ui/checkbox": "9.4.7",
+ "@dhis2-ui/field": "9.4.7",
+ "@dhis2-ui/file-input": "9.4.7",
+ "@dhis2-ui/input": "9.4.7",
+ "@dhis2-ui/radio": "9.4.7",
+ "@dhis2-ui/select": "9.4.7",
+ "@dhis2-ui/switch": "9.4.7",
+ "@dhis2-ui/text-area": "9.4.7",
"classnames": "^2.3.1",
"final-form": "^4.20.2",
"prop-types": "^15.7.2",
diff --git a/collections/ui/package.json b/collections/ui/package.json
index 32ee3cc93c..a9c9d516ed 100644
--- a/collections/ui/package.json
+++ b/collections/ui/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui",
- "version": "9.4.6",
+ "version": "9.4.7",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
"exports": {
@@ -21,54 +21,54 @@
"build": "d2-app-scripts build"
},
"dependencies": {
- "@dhis2-ui/alert": "9.4.6",
- "@dhis2-ui/box": "9.4.6",
- "@dhis2-ui/button": "9.4.6",
- "@dhis2-ui/calendar": "9.4.6",
- "@dhis2-ui/card": "9.4.6",
- "@dhis2-ui/center": "9.4.6",
- "@dhis2-ui/checkbox": "9.4.6",
- "@dhis2-ui/chip": "9.4.6",
- "@dhis2-ui/cover": "9.4.6",
- "@dhis2-ui/css": "9.4.6",
- "@dhis2-ui/divider": "9.4.6",
- "@dhis2-ui/field": "9.4.6",
- "@dhis2-ui/file-input": "9.4.6",
- "@dhis2-ui/header-bar": "9.4.6",
- "@dhis2-ui/help": "9.4.6",
- "@dhis2-ui/input": "9.4.6",
- "@dhis2-ui/intersection-detector": "9.4.6",
- "@dhis2-ui/label": "9.4.6",
- "@dhis2-ui/layer": "9.4.6",
- "@dhis2-ui/legend": "9.4.6",
- "@dhis2-ui/loader": "9.4.6",
- "@dhis2-ui/logo": "9.4.6",
- "@dhis2-ui/menu": "9.4.6",
- "@dhis2-ui/modal": "9.4.6",
- "@dhis2-ui/node": "9.4.6",
- "@dhis2-ui/notice-box": "9.4.6",
- "@dhis2-ui/organisation-unit-tree": "9.4.6",
- "@dhis2-ui/pagination": "9.4.6",
- "@dhis2-ui/popover": "9.4.6",
- "@dhis2-ui/popper": "9.4.6",
- "@dhis2-ui/portal": "9.4.6",
- "@dhis2-ui/radio": "9.4.6",
- "@dhis2-ui/required": "9.4.6",
- "@dhis2-ui/segmented-control": "9.4.6",
- "@dhis2-ui/select": "9.4.6",
- "@dhis2-ui/selector-bar": "9.4.6",
- "@dhis2-ui/sharing-dialog": "9.4.6",
- "@dhis2-ui/switch": "9.4.6",
- "@dhis2-ui/tab": "9.4.6",
- "@dhis2-ui/table": "9.4.6",
- "@dhis2-ui/tag": "9.4.6",
- "@dhis2-ui/text-area": "9.4.6",
- "@dhis2-ui/tooltip": "9.4.6",
- "@dhis2-ui/transfer": "9.4.6",
- "@dhis2-ui/user-avatar": "9.4.6",
- "@dhis2/ui-constants": "9.4.6",
- "@dhis2/ui-forms": "9.4.6",
- "@dhis2/ui-icons": "9.4.6",
+ "@dhis2-ui/alert": "9.4.7",
+ "@dhis2-ui/box": "9.4.7",
+ "@dhis2-ui/button": "9.4.7",
+ "@dhis2-ui/calendar": "9.4.7",
+ "@dhis2-ui/card": "9.4.7",
+ "@dhis2-ui/center": "9.4.7",
+ "@dhis2-ui/checkbox": "9.4.7",
+ "@dhis2-ui/chip": "9.4.7",
+ "@dhis2-ui/cover": "9.4.7",
+ "@dhis2-ui/css": "9.4.7",
+ "@dhis2-ui/divider": "9.4.7",
+ "@dhis2-ui/field": "9.4.7",
+ "@dhis2-ui/file-input": "9.4.7",
+ "@dhis2-ui/header-bar": "9.4.7",
+ "@dhis2-ui/help": "9.4.7",
+ "@dhis2-ui/input": "9.4.7",
+ "@dhis2-ui/intersection-detector": "9.4.7",
+ "@dhis2-ui/label": "9.4.7",
+ "@dhis2-ui/layer": "9.4.7",
+ "@dhis2-ui/legend": "9.4.7",
+ "@dhis2-ui/loader": "9.4.7",
+ "@dhis2-ui/logo": "9.4.7",
+ "@dhis2-ui/menu": "9.4.7",
+ "@dhis2-ui/modal": "9.4.7",
+ "@dhis2-ui/node": "9.4.7",
+ "@dhis2-ui/notice-box": "9.4.7",
+ "@dhis2-ui/organisation-unit-tree": "9.4.7",
+ "@dhis2-ui/pagination": "9.4.7",
+ "@dhis2-ui/popover": "9.4.7",
+ "@dhis2-ui/popper": "9.4.7",
+ "@dhis2-ui/portal": "9.4.7",
+ "@dhis2-ui/radio": "9.4.7",
+ "@dhis2-ui/required": "9.4.7",
+ "@dhis2-ui/segmented-control": "9.4.7",
+ "@dhis2-ui/select": "9.4.7",
+ "@dhis2-ui/selector-bar": "9.4.7",
+ "@dhis2-ui/sharing-dialog": "9.4.7",
+ "@dhis2-ui/switch": "9.4.7",
+ "@dhis2-ui/tab": "9.4.7",
+ "@dhis2-ui/table": "9.4.7",
+ "@dhis2-ui/tag": "9.4.7",
+ "@dhis2-ui/text-area": "9.4.7",
+ "@dhis2-ui/tooltip": "9.4.7",
+ "@dhis2-ui/transfer": "9.4.7",
+ "@dhis2-ui/user-avatar": "9.4.7",
+ "@dhis2/ui-constants": "9.4.7",
+ "@dhis2/ui-forms": "9.4.7",
+ "@dhis2/ui-icons": "9.4.7",
"prop-types": "^15.7.2"
},
"peerDependencies": {
diff --git a/components/alert/package.json b/components/alert/package.json
index 94dbb10581..1c2eaa2b34 100644
--- a/components/alert/package.json
+++ b/components/alert/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/alert",
- "version": "9.4.6",
+ "version": "9.4.7",
"description": "UI Alert",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/portal": "9.4.6",
- "@dhis2/ui-constants": "9.4.6",
- "@dhis2/ui-icons": "9.4.6",
+ "@dhis2-ui/portal": "9.4.7",
+ "@dhis2/ui-constants": "9.4.7",
+ "@dhis2/ui-icons": "9.4.7",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/box/package.json b/components/box/package.json
index 9c46451ac2..a55328032b 100644
--- a/components/box/package.json
+++ b/components/box/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/box",
- "version": "9.4.6",
+ "version": "9.4.7",
"description": "UI Box",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.6",
+ "@dhis2/ui-constants": "9.4.7",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/button/package.json b/components/button/package.json
index b492110643..c76e7f25e7 100644
--- a/components/button/package.json
+++ b/components/button/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/button",
- "version": "9.4.6",
+ "version": "9.4.7",
"description": "UI Button",
"repository": {
"type": "git",
@@ -33,11 +33,11 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/layer": "9.4.6",
- "@dhis2-ui/loader": "9.4.6",
- "@dhis2-ui/popper": "9.4.6",
- "@dhis2/ui-constants": "9.4.6",
- "@dhis2/ui-icons": "9.4.6",
+ "@dhis2-ui/layer": "9.4.7",
+ "@dhis2-ui/loader": "9.4.7",
+ "@dhis2-ui/popper": "9.4.7",
+ "@dhis2/ui-constants": "9.4.7",
+ "@dhis2/ui-icons": "9.4.7",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/calendar/package.json b/components/calendar/package.json
index 946e588e63..08e776015f 100644
--- a/components/calendar/package.json
+++ b/components/calendar/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/calendar",
- "version": "9.4.6",
+ "version": "9.4.7",
"description": "UI Calendar",
"repository": {
"type": "git",
@@ -33,15 +33,15 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/button": "9.4.6",
- "@dhis2-ui/card": "9.4.6",
- "@dhis2-ui/input": "9.4.6",
- "@dhis2-ui/layer": "9.4.6",
- "@dhis2-ui/popper": "9.4.6",
+ "@dhis2-ui/button": "9.4.7",
+ "@dhis2-ui/card": "9.4.7",
+ "@dhis2-ui/input": "9.4.7",
+ "@dhis2-ui/layer": "9.4.7",
+ "@dhis2-ui/popper": "9.4.7",
"@dhis2/multi-calendar-dates": "^1.1.1",
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.6",
- "@dhis2/ui-icons": "9.4.6",
+ "@dhis2/ui-constants": "9.4.7",
+ "@dhis2/ui-icons": "9.4.7",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/card/package.json b/components/card/package.json
index faf537ba14..140c265c74 100644
--- a/components/card/package.json
+++ b/components/card/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/card",
- "version": "9.4.6",
+ "version": "9.4.7",
"description": "UI Card",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.6",
+ "@dhis2/ui-constants": "9.4.7",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/center/package.json b/components/center/package.json
index 0db04f3a59..9531be78cd 100644
--- a/components/center/package.json
+++ b/components/center/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/center",
- "version": "9.4.6",
+ "version": "9.4.7",
"description": "UI Center",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.6",
+ "@dhis2/ui-constants": "9.4.7",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/checkbox/package.json b/components/checkbox/package.json
index ec45425532..bd89b6be4a 100644
--- a/components/checkbox/package.json
+++ b/components/checkbox/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/checkbox",
- "version": "9.4.6",
+ "version": "9.4.7",
"description": "UI Checkbox",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/field": "9.4.6",
- "@dhis2-ui/required": "9.4.6",
- "@dhis2/ui-constants": "9.4.6",
+ "@dhis2-ui/field": "9.4.7",
+ "@dhis2-ui/required": "9.4.7",
+ "@dhis2/ui-constants": "9.4.7",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/chip/package.json b/components/chip/package.json
index 70ec34de48..bfd5081c4b 100644
--- a/components/chip/package.json
+++ b/components/chip/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/chip",
- "version": "9.4.6",
+ "version": "9.4.7",
"description": "UI Chip",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.6",
+ "@dhis2/ui-constants": "9.4.7",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/cover/package.json b/components/cover/package.json
index bcb61f1440..835bc2adbe 100644
--- a/components/cover/package.json
+++ b/components/cover/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/cover",
- "version": "9.4.6",
+ "version": "9.4.7",
"description": "UI Cover",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.6",
+ "@dhis2/ui-constants": "9.4.7",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/css/package.json b/components/css/package.json
index d7efdce7e5..64572d5807 100644
--- a/components/css/package.json
+++ b/components/css/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/css",
- "version": "9.4.6",
+ "version": "9.4.7",
"description": "UI CSS",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.6",
+ "@dhis2/ui-constants": "9.4.7",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/divider/package.json b/components/divider/package.json
index 20508635e0..73eca5d1ec 100644
--- a/components/divider/package.json
+++ b/components/divider/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/divider",
- "version": "9.4.6",
+ "version": "9.4.7",
"description": "UI Divider",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.6",
+ "@dhis2/ui-constants": "9.4.7",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/field/package.json b/components/field/package.json
index bb44374a1f..539c87ab84 100644
--- a/components/field/package.json
+++ b/components/field/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/field",
- "version": "9.4.6",
+ "version": "9.4.7",
"description": "UI Field",
"repository": {
"type": "git",
@@ -33,10 +33,10 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.4.6",
- "@dhis2-ui/help": "9.4.6",
- "@dhis2-ui/label": "9.4.6",
- "@dhis2/ui-constants": "9.4.6",
+ "@dhis2-ui/box": "9.4.7",
+ "@dhis2-ui/help": "9.4.7",
+ "@dhis2-ui/label": "9.4.7",
+ "@dhis2/ui-constants": "9.4.7",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/file-input/package.json b/components/file-input/package.json
index a187d5dd28..70ceb958f2 100644
--- a/components/file-input/package.json
+++ b/components/file-input/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/file-input",
- "version": "9.4.6",
+ "version": "9.4.7",
"description": "UI FileInput",
"repository": {
"type": "git",
@@ -34,13 +34,13 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.4.6",
- "@dhis2-ui/field": "9.4.6",
- "@dhis2-ui/label": "9.4.6",
- "@dhis2-ui/loader": "9.4.6",
- "@dhis2-ui/status-icon": "9.4.6",
- "@dhis2/ui-constants": "9.4.6",
- "@dhis2/ui-icons": "9.4.6",
+ "@dhis2-ui/button": "9.4.7",
+ "@dhis2-ui/field": "9.4.7",
+ "@dhis2-ui/label": "9.4.7",
+ "@dhis2-ui/loader": "9.4.7",
+ "@dhis2-ui/status-icon": "9.4.7",
+ "@dhis2/ui-constants": "9.4.7",
+ "@dhis2/ui-icons": "9.4.7",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/header-bar/package.json b/components/header-bar/package.json
index df9729a338..4a0861c236 100644
--- a/components/header-bar/package.json
+++ b/components/header-bar/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/header-bar",
- "version": "9.4.6",
+ "version": "9.4.7",
"description": "UI HeaderBar",
"repository": {
"type": "git",
@@ -34,21 +34,21 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/box": "9.4.6",
- "@dhis2-ui/button": "9.4.6",
- "@dhis2-ui/card": "9.4.6",
- "@dhis2-ui/center": "9.4.6",
- "@dhis2-ui/divider": "9.4.6",
- "@dhis2-ui/input": "9.4.6",
- "@dhis2-ui/layer": "9.4.6",
- "@dhis2-ui/loader": "9.4.6",
- "@dhis2-ui/logo": "9.4.6",
- "@dhis2-ui/menu": "9.4.6",
- "@dhis2-ui/modal": "9.4.6",
- "@dhis2-ui/user-avatar": "9.4.6",
+ "@dhis2-ui/box": "9.4.7",
+ "@dhis2-ui/button": "9.4.7",
+ "@dhis2-ui/card": "9.4.7",
+ "@dhis2-ui/center": "9.4.7",
+ "@dhis2-ui/divider": "9.4.7",
+ "@dhis2-ui/input": "9.4.7",
+ "@dhis2-ui/layer": "9.4.7",
+ "@dhis2-ui/loader": "9.4.7",
+ "@dhis2-ui/logo": "9.4.7",
+ "@dhis2-ui/menu": "9.4.7",
+ "@dhis2-ui/modal": "9.4.7",
+ "@dhis2-ui/user-avatar": "9.4.7",
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.6",
- "@dhis2/ui-icons": "9.4.6",
+ "@dhis2/ui-constants": "9.4.7",
+ "@dhis2/ui-icons": "9.4.7",
"classnames": "^2.3.1",
"moment": "^2.29.1",
"prop-types": "^15.7.2"
diff --git a/components/help/package.json b/components/help/package.json
index 7a33fb1420..3503561786 100644
--- a/components/help/package.json
+++ b/components/help/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/help",
- "version": "9.4.6",
+ "version": "9.4.7",
"description": "UI Help",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.6",
+ "@dhis2/ui-constants": "9.4.7",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/input/package.json b/components/input/package.json
index 7a24d24737..996df39488 100644
--- a/components/input/package.json
+++ b/components/input/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/input",
- "version": "9.4.6",
+ "version": "9.4.7",
"description": "UI Input",
"repository": {
"type": "git",
@@ -33,13 +33,13 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.4.6",
- "@dhis2-ui/field": "9.4.6",
- "@dhis2-ui/input": "9.4.6",
- "@dhis2-ui/loader": "9.4.6",
- "@dhis2-ui/status-icon": "9.4.6",
- "@dhis2/ui-constants": "9.4.6",
- "@dhis2/ui-icons": "9.4.6",
+ "@dhis2-ui/box": "9.4.7",
+ "@dhis2-ui/field": "9.4.7",
+ "@dhis2-ui/input": "9.4.7",
+ "@dhis2-ui/loader": "9.4.7",
+ "@dhis2-ui/status-icon": "9.4.7",
+ "@dhis2/ui-constants": "9.4.7",
+ "@dhis2/ui-icons": "9.4.7",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/intersection-detector/package.json b/components/intersection-detector/package.json
index 10afa7130e..87da884ff3 100644
--- a/components/intersection-detector/package.json
+++ b/components/intersection-detector/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/intersection-detector",
- "version": "9.4.6",
+ "version": "9.4.7",
"description": "UI IntersectionDetector",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.6",
+ "@dhis2/ui-constants": "9.4.7",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/label/package.json b/components/label/package.json
index 7854e387fc..3c77facfdc 100644
--- a/components/label/package.json
+++ b/components/label/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/label",
- "version": "9.4.6",
+ "version": "9.4.7",
"description": "UI Label",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/required": "9.4.6",
- "@dhis2/ui-constants": "9.4.6",
+ "@dhis2-ui/required": "9.4.7",
+ "@dhis2/ui-constants": "9.4.7",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/layer/package.json b/components/layer/package.json
index 204124515b..0dac1ec3ac 100644
--- a/components/layer/package.json
+++ b/components/layer/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/layer",
- "version": "9.4.6",
+ "version": "9.4.7",
"description": "UI Layer",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/portal": "9.4.6",
- "@dhis2/ui-constants": "9.4.6",
+ "@dhis2-ui/portal": "9.4.7",
+ "@dhis2/ui-constants": "9.4.7",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/legend/package.json b/components/legend/package.json
index cdac5c252d..a12e9203e9 100644
--- a/components/legend/package.json
+++ b/components/legend/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/legend",
- "version": "9.4.6",
+ "version": "9.4.7",
"description": "UI Legend",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/required": "9.4.6",
- "@dhis2/ui-constants": "9.4.6",
+ "@dhis2-ui/required": "9.4.7",
+ "@dhis2/ui-constants": "9.4.7",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/loader/package.json b/components/loader/package.json
index ec7c718832..661ca3a666 100644
--- a/components/loader/package.json
+++ b/components/loader/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/loader",
- "version": "9.4.6",
+ "version": "9.4.7",
"description": "UI Loaders",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.6",
+ "@dhis2/ui-constants": "9.4.7",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/logo/package.json b/components/logo/package.json
index 47f670e735..82c4b30759 100644
--- a/components/logo/package.json
+++ b/components/logo/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/logo",
- "version": "9.4.6",
+ "version": "9.4.7",
"description": "UI Logo",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.6",
+ "@dhis2/ui-constants": "9.4.7",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/menu/package.json b/components/menu/package.json
index 604f48626e..1f62fd39d6 100644
--- a/components/menu/package.json
+++ b/components/menu/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/menu",
- "version": "9.4.6",
+ "version": "9.4.7",
"description": "UI Menu",
"repository": {
"type": "git",
@@ -33,13 +33,13 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/card": "9.4.6",
- "@dhis2-ui/divider": "9.4.6",
- "@dhis2-ui/layer": "9.4.6",
- "@dhis2-ui/popper": "9.4.6",
- "@dhis2-ui/portal": "9.4.6",
- "@dhis2/ui-constants": "9.4.6",
- "@dhis2/ui-icons": "9.4.6",
+ "@dhis2-ui/card": "9.4.7",
+ "@dhis2-ui/divider": "9.4.7",
+ "@dhis2-ui/layer": "9.4.7",
+ "@dhis2-ui/popper": "9.4.7",
+ "@dhis2-ui/portal": "9.4.7",
+ "@dhis2/ui-constants": "9.4.7",
+ "@dhis2/ui-icons": "9.4.7",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/modal/package.json b/components/modal/package.json
index fc15e04eb5..b040ab8498 100644
--- a/components/modal/package.json
+++ b/components/modal/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/modal",
- "version": "9.4.6",
+ "version": "9.4.7",
"description": "UI Modal",
"repository": {
"type": "git",
@@ -33,12 +33,12 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/card": "9.4.6",
- "@dhis2-ui/center": "9.4.6",
- "@dhis2-ui/layer": "9.4.6",
- "@dhis2-ui/portal": "9.4.6",
- "@dhis2/ui-constants": "9.4.6",
- "@dhis2/ui-icons": "9.4.6",
+ "@dhis2-ui/card": "9.4.7",
+ "@dhis2-ui/center": "9.4.7",
+ "@dhis2-ui/layer": "9.4.7",
+ "@dhis2-ui/portal": "9.4.7",
+ "@dhis2/ui-constants": "9.4.7",
+ "@dhis2/ui-icons": "9.4.7",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/node/package.json b/components/node/package.json
index 281e5d6598..e553e9ea44 100644
--- a/components/node/package.json
+++ b/components/node/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/node",
- "version": "9.4.6",
+ "version": "9.4.7",
"description": "UI Node",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/loader": "9.4.6",
- "@dhis2/ui-constants": "9.4.6",
+ "@dhis2-ui/loader": "9.4.7",
+ "@dhis2/ui-constants": "9.4.7",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/notice-box/package.json b/components/notice-box/package.json
index ff3b6b3e70..5d060fa2b4 100644
--- a/components/notice-box/package.json
+++ b/components/notice-box/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/notice-box",
- "version": "9.4.6",
+ "version": "9.4.7",
"description": "UI NoticeBox",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.6",
- "@dhis2/ui-icons": "9.4.6",
+ "@dhis2/ui-constants": "9.4.7",
+ "@dhis2/ui-icons": "9.4.7",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/organisation-unit-tree/package.json b/components/organisation-unit-tree/package.json
index e89d6df254..702d314712 100644
--- a/components/organisation-unit-tree/package.json
+++ b/components/organisation-unit-tree/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/organisation-unit-tree",
- "version": "9.4.6",
+ "version": "9.4.7",
"description": "UI OrganisationUnitTree",
"repository": {
"type": "git",
@@ -35,10 +35,10 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/checkbox": "9.4.6",
- "@dhis2-ui/loader": "9.4.6",
- "@dhis2-ui/node": "9.4.6",
- "@dhis2/ui-constants": "9.4.6",
+ "@dhis2-ui/checkbox": "9.4.7",
+ "@dhis2-ui/loader": "9.4.7",
+ "@dhis2-ui/node": "9.4.7",
+ "@dhis2/ui-constants": "9.4.7",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/pagination/package.json b/components/pagination/package.json
index a095fb1b70..909ee86dcd 100644
--- a/components/pagination/package.json
+++ b/components/pagination/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/pagination",
- "version": "9.4.6",
+ "version": "9.4.7",
"description": "UI Pagination",
"repository": {
"type": "git",
@@ -34,10 +34,10 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.4.6",
- "@dhis2-ui/select": "9.4.6",
- "@dhis2/ui-constants": "9.4.6",
- "@dhis2/ui-icons": "9.4.6",
+ "@dhis2-ui/button": "9.4.7",
+ "@dhis2-ui/select": "9.4.7",
+ "@dhis2/ui-constants": "9.4.7",
+ "@dhis2/ui-icons": "9.4.7",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/popover/package.json b/components/popover/package.json
index 3f5cdeffa1..f04401cb2e 100644
--- a/components/popover/package.json
+++ b/components/popover/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/popover",
- "version": "9.4.6",
+ "version": "9.4.7",
"description": "UI Popover",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/layer": "9.4.6",
- "@dhis2-ui/popper": "9.4.6",
- "@dhis2/ui-constants": "9.4.6",
+ "@dhis2-ui/layer": "9.4.7",
+ "@dhis2-ui/popper": "9.4.7",
+ "@dhis2/ui-constants": "9.4.7",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/popper/package.json b/components/popper/package.json
index dcbe4227be..74f238fd04 100644
--- a/components/popper/package.json
+++ b/components/popper/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/popper",
- "version": "9.4.6",
+ "version": "9.4.7",
"description": "UI Popper",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.6",
+ "@dhis2/ui-constants": "9.4.7",
"@popperjs/core": "^2.10.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2",
diff --git a/components/portal/package.json b/components/portal/package.json
index 5f669dc4e6..ada3bcf5c7 100644
--- a/components/portal/package.json
+++ b/components/portal/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/portal",
- "version": "9.4.6",
+ "version": "9.4.7",
"description": "UI Portal",
"repository": {
"type": "git",
diff --git a/components/radio/package.json b/components/radio/package.json
index b484da6b11..492deb7d6e 100644
--- a/components/radio/package.json
+++ b/components/radio/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/radio",
- "version": "9.4.6",
+ "version": "9.4.7",
"description": "UI Radio",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.6",
+ "@dhis2/ui-constants": "9.4.7",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/required/package.json b/components/required/package.json
index 30e2b237f0..973d39db14 100644
--- a/components/required/package.json
+++ b/components/required/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/required",
- "version": "9.4.6",
+ "version": "9.4.7",
"description": "UI Required",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.6",
+ "@dhis2/ui-constants": "9.4.7",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/segmented-control/package.json b/components/segmented-control/package.json
index bbc80b131b..5a0d277e99 100644
--- a/components/segmented-control/package.json
+++ b/components/segmented-control/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/segmented-control",
- "version": "9.4.6",
+ "version": "9.4.7",
"description": "UI Segmented Control",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.6",
+ "@dhis2/ui-constants": "9.4.7",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/select/package.json b/components/select/package.json
index f9a4aed5ea..f32cdecbe1 100644
--- a/components/select/package.json
+++ b/components/select/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/select",
- "version": "9.4.6",
+ "version": "9.4.7",
"description": "UI Select",
"repository": {
"type": "git",
@@ -33,21 +33,21 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/box": "9.4.6",
- "@dhis2-ui/button": "9.4.6",
- "@dhis2-ui/card": "9.4.6",
- "@dhis2-ui/checkbox": "9.4.6",
- "@dhis2-ui/chip": "9.4.6",
- "@dhis2-ui/field": "9.4.6",
- "@dhis2-ui/input": "9.4.6",
- "@dhis2-ui/layer": "9.4.6",
- "@dhis2-ui/loader": "9.4.6",
- "@dhis2-ui/popper": "9.4.6",
- "@dhis2-ui/status-icon": "9.4.6",
- "@dhis2-ui/tooltip": "9.4.6",
+ "@dhis2-ui/box": "9.4.7",
+ "@dhis2-ui/button": "9.4.7",
+ "@dhis2-ui/card": "9.4.7",
+ "@dhis2-ui/checkbox": "9.4.7",
+ "@dhis2-ui/chip": "9.4.7",
+ "@dhis2-ui/field": "9.4.7",
+ "@dhis2-ui/input": "9.4.7",
+ "@dhis2-ui/layer": "9.4.7",
+ "@dhis2-ui/loader": "9.4.7",
+ "@dhis2-ui/popper": "9.4.7",
+ "@dhis2-ui/status-icon": "9.4.7",
+ "@dhis2-ui/tooltip": "9.4.7",
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.6",
- "@dhis2/ui-icons": "9.4.6",
+ "@dhis2/ui-constants": "9.4.7",
+ "@dhis2/ui-icons": "9.4.7",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/selector-bar/package.json b/components/selector-bar/package.json
index 6a4a8fe861..2fcf9343a6 100644
--- a/components/selector-bar/package.json
+++ b/components/selector-bar/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/selector-bar",
- "version": "9.4.6",
+ "version": "9.4.7",
"description": "UI Select",
"repository": {
"type": "git",
@@ -33,21 +33,21 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/button": "9.4.6",
- "@dhis2-ui/card": "9.4.6",
- "@dhis2-ui/popper": "9.4.6",
- "@dhis2-ui/layer": "9.4.6",
- "@dhis2/ui-constants": "9.4.6",
- "@dhis2/ui-icons": "9.4.6",
+ "@dhis2-ui/button": "9.4.7",
+ "@dhis2-ui/card": "9.4.7",
+ "@dhis2-ui/popper": "9.4.7",
+ "@dhis2-ui/layer": "9.4.7",
+ "@dhis2/ui-constants": "9.4.7",
+ "@dhis2/ui-icons": "9.4.7",
"@testing-library/react": "^12.1.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
"devDependencies": {
- "@dhis2-ui/css": "9.4.6",
- "@dhis2-ui/menu": "9.4.6",
- "@dhis2-ui/organisation-unit-tree": "9.4.6",
- "@dhis2-ui/select": "9.4.6",
+ "@dhis2-ui/css": "9.4.7",
+ "@dhis2-ui/menu": "9.4.7",
+ "@dhis2-ui/organisation-unit-tree": "9.4.7",
+ "@dhis2-ui/select": "9.4.7",
"@dhis2/d2-i18n": "^1.1.0",
"@testing-library/jest-dom": "^5.16.1",
"react": "16.13",
diff --git a/components/sharing-dialog/package.json b/components/sharing-dialog/package.json
index 35f82fbf42..bdc876b971 100644
--- a/components/sharing-dialog/package.json
+++ b/components/sharing-dialog/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/sharing-dialog",
- "version": "9.4.6",
+ "version": "9.4.7",
"description": "UI SharingDialog",
"repository": {
"type": "git",
@@ -35,22 +35,22 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.4.6",
- "@dhis2-ui/button": "9.4.6",
- "@dhis2-ui/card": "9.4.6",
- "@dhis2-ui/divider": "9.4.6",
- "@dhis2-ui/input": "9.4.6",
- "@dhis2-ui/layer": "9.4.6",
- "@dhis2-ui/menu": "9.4.6",
- "@dhis2-ui/modal": "9.4.6",
- "@dhis2-ui/notice-box": "9.4.6",
- "@dhis2-ui/popper": "9.4.6",
- "@dhis2-ui/select": "9.4.6",
- "@dhis2-ui/tab": "9.4.6",
- "@dhis2-ui/tooltip": "9.4.6",
- "@dhis2-ui/user-avatar": "9.4.6",
- "@dhis2/ui-constants": "9.4.6",
- "@dhis2/ui-icons": "9.4.6",
+ "@dhis2-ui/box": "9.4.7",
+ "@dhis2-ui/button": "9.4.7",
+ "@dhis2-ui/card": "9.4.7",
+ "@dhis2-ui/divider": "9.4.7",
+ "@dhis2-ui/input": "9.4.7",
+ "@dhis2-ui/layer": "9.4.7",
+ "@dhis2-ui/menu": "9.4.7",
+ "@dhis2-ui/modal": "9.4.7",
+ "@dhis2-ui/notice-box": "9.4.7",
+ "@dhis2-ui/popper": "9.4.7",
+ "@dhis2-ui/select": "9.4.7",
+ "@dhis2-ui/tab": "9.4.7",
+ "@dhis2-ui/tooltip": "9.4.7",
+ "@dhis2-ui/user-avatar": "9.4.7",
+ "@dhis2/ui-constants": "9.4.7",
+ "@dhis2/ui-icons": "9.4.7",
"@react-hook/size": "^2.1.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
diff --git a/components/status-icon/package.json b/components/status-icon/package.json
index 7d54efb326..2f5b8fc03b 100644
--- a/components/status-icon/package.json
+++ b/components/status-icon/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/status-icon",
- "version": "9.4.6",
+ "version": "9.4.7",
"description": "UI StatusIcon",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/loader": "9.4.6",
- "@dhis2/ui-constants": "9.4.6",
- "@dhis2/ui-icons": "9.4.6",
+ "@dhis2-ui/loader": "9.4.7",
+ "@dhis2/ui-constants": "9.4.7",
+ "@dhis2/ui-icons": "9.4.7",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/switch/package.json b/components/switch/package.json
index 2b6fdbd24e..8de3183403 100644
--- a/components/switch/package.json
+++ b/components/switch/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/switch",
- "version": "9.4.6",
+ "version": "9.4.7",
"description": "UI Switch",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/field": "9.4.6",
- "@dhis2-ui/required": "9.4.6",
- "@dhis2/ui-constants": "9.4.6",
+ "@dhis2-ui/field": "9.4.7",
+ "@dhis2-ui/required": "9.4.7",
+ "@dhis2/ui-constants": "9.4.7",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/tab/package.json b/components/tab/package.json
index f295d3edcc..3b1568b7e9 100644
--- a/components/tab/package.json
+++ b/components/tab/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/tab",
- "version": "9.4.6",
+ "version": "9.4.7",
"description": "UI Tabs",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.6",
- "@dhis2/ui-icons": "9.4.6",
+ "@dhis2/ui-constants": "9.4.7",
+ "@dhis2/ui-icons": "9.4.7",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/table/package.json b/components/table/package.json
index bbeae2b7f6..194bf34bce 100644
--- a/components/table/package.json
+++ b/components/table/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/table",
- "version": "9.4.6",
+ "version": "9.4.7",
"description": "UI Table",
"repository": {
"type": "git",
@@ -34,8 +34,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.6",
- "@dhis2/ui-icons": "9.4.6",
+ "@dhis2/ui-constants": "9.4.7",
+ "@dhis2/ui-icons": "9.4.7",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/tag/package.json b/components/tag/package.json
index 5425b0b9f1..8504484a57 100644
--- a/components/tag/package.json
+++ b/components/tag/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/tag",
- "version": "9.4.6",
+ "version": "9.4.7",
"description": "UI Tag",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.6",
+ "@dhis2/ui-constants": "9.4.7",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/text-area/package.json b/components/text-area/package.json
index 7caa52de32..e3b2ca0abd 100644
--- a/components/text-area/package.json
+++ b/components/text-area/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/text-area",
- "version": "9.4.6",
+ "version": "9.4.7",
"description": "UI TextArea",
"repository": {
"type": "git",
@@ -33,12 +33,12 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.4.6",
- "@dhis2-ui/field": "9.4.6",
- "@dhis2-ui/loader": "9.4.6",
- "@dhis2-ui/status-icon": "9.4.6",
- "@dhis2/ui-constants": "9.4.6",
- "@dhis2/ui-icons": "9.4.6",
+ "@dhis2-ui/box": "9.4.7",
+ "@dhis2-ui/field": "9.4.7",
+ "@dhis2-ui/loader": "9.4.7",
+ "@dhis2-ui/status-icon": "9.4.7",
+ "@dhis2/ui-constants": "9.4.7",
+ "@dhis2/ui-icons": "9.4.7",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/tooltip/package.json b/components/tooltip/package.json
index 8bc21ce1ca..0ffcb85d42 100644
--- a/components/tooltip/package.json
+++ b/components/tooltip/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/tooltip",
- "version": "9.4.6",
+ "version": "9.4.7",
"description": "UI Tooltip",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/popper": "9.4.6",
- "@dhis2-ui/portal": "9.4.6",
- "@dhis2/ui-constants": "9.4.6",
+ "@dhis2-ui/popper": "9.4.7",
+ "@dhis2-ui/portal": "9.4.7",
+ "@dhis2/ui-constants": "9.4.7",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/transfer/package.json b/components/transfer/package.json
index ca919156f9..986f69928d 100644
--- a/components/transfer/package.json
+++ b/components/transfer/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/transfer",
- "version": "9.4.6",
+ "version": "9.4.7",
"description": "UI Transfer",
"repository": {
"type": "git",
@@ -33,12 +33,12 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.4.6",
- "@dhis2-ui/field": "9.4.6",
- "@dhis2-ui/input": "9.4.6",
- "@dhis2-ui/intersection-detector": "9.4.6",
- "@dhis2-ui/loader": "9.4.6",
- "@dhis2/ui-constants": "9.4.6",
+ "@dhis2-ui/button": "9.4.7",
+ "@dhis2-ui/field": "9.4.7",
+ "@dhis2-ui/input": "9.4.7",
+ "@dhis2-ui/intersection-detector": "9.4.7",
+ "@dhis2-ui/loader": "9.4.7",
+ "@dhis2/ui-constants": "9.4.7",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/user-avatar/package.json b/components/user-avatar/package.json
index 4871ca5286..e9fbbdb69c 100644
--- a/components/user-avatar/package.json
+++ b/components/user-avatar/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/user-avatar",
- "version": "9.4.6",
+ "version": "9.4.7",
"description": "UI User Avatar",
"repository": {
"type": "git",
@@ -34,7 +34,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.6",
+ "@dhis2/ui-constants": "9.4.7",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/constants/package.json b/constants/package.json
index a5e67a8fd2..9d7c5b4e28 100644
--- a/constants/package.json
+++ b/constants/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-constants",
- "version": "9.4.6",
+ "version": "9.4.7",
"description": "Constants used in the UI libs",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
diff --git a/docs/package.json b/docs/package.json
index fe80d604f2..3d90063caf 100644
--- a/docs/package.json
+++ b/docs/package.json
@@ -1,6 +1,6 @@
{
"name": "ui-docusaurus",
- "version": "9.4.6",
+ "version": "9.4.7",
"private": true,
"description": "UI Docusaurus",
"repository": {
diff --git a/icons/package.json b/icons/package.json
index dd6ba5e553..76ba29f7c7 100644
--- a/icons/package.json
+++ b/icons/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-icons",
- "version": "9.4.6",
+ "version": "9.4.7",
"description": "Icons used in the UI libs",
"main": "./build/cjs/react/index.js",
"module": "./build/es/react/index.js",
diff --git a/package.json b/package.json
index 3eb9d6ebf2..56a81a1a27 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-root",
- "version": "9.4.6",
+ "version": "9.4.7",
"repository": {
"type": "git",
"url": "https://github.com/dhis2/ui.git"
diff --git a/storybook/package.json b/storybook/package.json
index 4cbb856612..d836bbd47a 100644
--- a/storybook/package.json
+++ b/storybook/package.json
@@ -1,6 +1,6 @@
{
"name": "ui-storybook",
- "version": "9.4.6",
+ "version": "9.4.7",
"description": "UI Storybook",
"repository": {
"type": "git",
@@ -23,8 +23,8 @@
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-private-methods": "^7.13.0",
"@babel/plugin-proposal-private-property-in-object": "^7.14.0",
- "@dhis2-ui/css": "9.4.6",
- "@dhis2/ui-constants": "9.4.6",
+ "@dhis2-ui/css": "9.4.7",
+ "@dhis2/ui-constants": "9.4.7",
"@fontsource/roboto": "^4.5.0",
"@storybook/addon-a11y": "^6.3.7",
"@storybook/addon-console": "^1.2.3",
From 2e290c71b1c4449dad9f8bc59966bb17fcd8967b Mon Sep 17 00:00:00 2001
From: Birk Johansson
Date: Wed, 22 May 2024 10:18:13 +0200
Subject: [PATCH 047/170] style(button): run prettier
---
components/button/types/index.d.ts | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/components/button/types/index.d.ts b/components/button/types/index.d.ts
index 5fd91f069e..1042e52935 100644
--- a/components/button/types/index.d.ts
+++ b/components/button/types/index.d.ts
@@ -16,7 +16,6 @@ type ButtonOpenEventHandler<
Event extends React.SyntheticEvent = React.MouseEvent
> = (arg0: ButtonEventPayload & { open: boolean }, event: Event) => void
-
export interface BaseButtonProps {
/**
* Component to render inside the button
@@ -103,7 +102,8 @@ export interface BaseButtonProps {
onKeyDown?: ButtonEventHandler>
}
-export type ButtonProps = BaseButtonProps & Omit, keyof BaseButtonProps>
+export type ButtonProps = BaseButtonProps &
+ Omit, keyof BaseButtonProps>
export const Button: React.FC
From 8f7b8b84c324f0346d439ad7db48e06154a071d0 Mon Sep 17 00:00:00 2001
From: chisom chima
Date: Wed, 20 Mar 2024 11:57:19 +0100
Subject: [PATCH 048/170] chore: update modal accessibility and translation
chore: remove unnecessary files in PR
chore: update modal accessibility and translation
---
components/modal/i18n/en.pot | 12 +++++++
components/modal/src/modal/close-button.js | 3 ++
components/modal/src/modal/modal.js | 23 +++++++++++-
components/modal/src/modal/modal.test.js | 42 +++++++++++++++++++++-
4 files changed, 78 insertions(+), 2 deletions(-)
create mode 100644 components/modal/i18n/en.pot
diff --git a/components/modal/i18n/en.pot b/components/modal/i18n/en.pot
new file mode 100644
index 0000000000..1104ac28a2
--- /dev/null
+++ b/components/modal/i18n/en.pot
@@ -0,0 +1,12 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: i18next-conv\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1)\n"
+"POT-Creation-Date: 2024-05-24T12:07:29.190Z\n"
+"PO-Revision-Date: 2024-05-24T12:07:29.190Z\n"
+
+msgid "Close modal dialog"
+msgstr "Close modal dialog"
diff --git a/components/modal/src/modal/close-button.js b/components/modal/src/modal/close-button.js
index 45dac34256..4e57272211 100644
--- a/components/modal/src/modal/close-button.js
+++ b/components/modal/src/modal/close-button.js
@@ -2,6 +2,7 @@ import { colors, theme } from '@dhis2/ui-constants'
import { IconCross16 } from '@dhis2/ui-icons'
import PropTypes from 'prop-types'
import React from 'react'
+import i18n from '../locales/index.js'
const createClickHandler = (onClick) => (event) => {
onClick({}, event)
@@ -9,8 +10,10 @@ const createClickHandler = (onClick) => (event) => {
export const CloseButton = ({ onClick }) => (
-
-)
+ {!loading && (
+ onRemove({}, event)}
+ data-test={`${dataTest}-remove`}
+ tabIndex={0}
+ onKeyDown={handleKeyDown}
+ >
+ {removeText}
+
+ )}
+
+
+
+
+ )
+}
FileListItem.defaultProps = {
dataTest: 'dhis2-uicore-filelistitem',
From bc6de7d7d02fde94bac8f8403bebc27d8b5c0602 Mon Sep 17 00:00:00 2001
From: "@dhis2-bot"
Date: Wed, 29 May 2024 09:02:15 +0000
Subject: [PATCH 053/170] chore(release): cut 9.5.0 [skip release]
# [9.5.0](https://github.com/dhis2/ui/compare/v9.4.9...v9.5.0) (2024-05-29)
### Features
* **FileListItem:** accessibility improvements for FileListItem ([#1474](https://github.com/dhis2/ui/issues/1474)) ([b5d5e2d](https://github.com/dhis2/ui/commit/b5d5e2d5b050206ff66da4b0864912ac1f517ede))
---
CHANGELOG.md | 7 ++
collections/forms/package.json | 20 ++--
collections/ui/package.json | 98 +++++++++----------
components/alert/package.json | 8 +-
components/box/package.json | 4 +-
components/button/package.json | 12 +--
components/calendar/package.json | 16 +--
components/card/package.json | 4 +-
components/center/package.json | 4 +-
components/checkbox/package.json | 8 +-
components/chip/package.json | 4 +-
components/cover/package.json | 4 +-
components/css/package.json | 4 +-
components/divider/package.json | 4 +-
components/field/package.json | 10 +-
components/file-input/package.json | 16 +--
components/header-bar/package.json | 30 +++---
components/help/package.json | 4 +-
components/input/package.json | 16 +--
components/intersection-detector/package.json | 4 +-
components/label/package.json | 6 +-
components/layer/package.json | 6 +-
components/legend/package.json | 6 +-
components/loader/package.json | 4 +-
components/logo/package.json | 4 +-
components/menu/package.json | 16 +--
components/modal/package.json | 14 +--
components/node/package.json | 6 +-
components/notice-box/package.json | 6 +-
.../organisation-unit-tree/package.json | 10 +-
components/pagination/package.json | 10 +-
components/popover/package.json | 8 +-
components/popper/package.json | 4 +-
components/portal/package.json | 2 +-
components/radio/package.json | 4 +-
components/required/package.json | 4 +-
components/segmented-control/package.json | 4 +-
components/select/package.json | 30 +++---
components/selector-bar/package.json | 22 ++---
components/sharing-dialog/package.json | 34 +++----
components/status-icon/package.json | 8 +-
components/switch/package.json | 8 +-
components/tab/package.json | 6 +-
components/table/package.json | 6 +-
components/tag/package.json | 4 +-
components/text-area/package.json | 14 +--
components/tooltip/package.json | 8 +-
components/transfer/package.json | 14 +--
components/user-avatar/package.json | 4 +-
constants/package.json | 2 +-
docs/package.json | 2 +-
icons/package.json | 2 +-
package.json | 2 +-
storybook/package.json | 6 +-
54 files changed, 285 insertions(+), 278 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d490a5bf31..72a94d1078 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+# [9.5.0](https://github.com/dhis2/ui/compare/v9.4.9...v9.5.0) (2024-05-29)
+
+
+### Features
+
+* **FileListItem:** accessibility improvements for FileListItem ([#1474](https://github.com/dhis2/ui/issues/1474)) ([b5d5e2d](https://github.com/dhis2/ui/commit/b5d5e2d5b050206ff66da4b0864912ac1f517ede))
+
## [9.4.9](https://github.com/dhis2/ui/compare/v9.4.8...v9.4.9) (2024-05-27)
diff --git a/collections/forms/package.json b/collections/forms/package.json
index 8910880eb0..22ceabca5c 100644
--- a/collections/forms/package.json
+++ b/collections/forms/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-forms",
- "version": "9.4.9",
+ "version": "9.5.0",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
"sideEffects": [
@@ -35,15 +35,15 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.4.9",
- "@dhis2-ui/checkbox": "9.4.9",
- "@dhis2-ui/field": "9.4.9",
- "@dhis2-ui/file-input": "9.4.9",
- "@dhis2-ui/input": "9.4.9",
- "@dhis2-ui/radio": "9.4.9",
- "@dhis2-ui/select": "9.4.9",
- "@dhis2-ui/switch": "9.4.9",
- "@dhis2-ui/text-area": "9.4.9",
+ "@dhis2-ui/button": "9.5.0",
+ "@dhis2-ui/checkbox": "9.5.0",
+ "@dhis2-ui/field": "9.5.0",
+ "@dhis2-ui/file-input": "9.5.0",
+ "@dhis2-ui/input": "9.5.0",
+ "@dhis2-ui/radio": "9.5.0",
+ "@dhis2-ui/select": "9.5.0",
+ "@dhis2-ui/switch": "9.5.0",
+ "@dhis2-ui/text-area": "9.5.0",
"classnames": "^2.3.1",
"final-form": "^4.20.2",
"prop-types": "^15.7.2",
diff --git a/collections/ui/package.json b/collections/ui/package.json
index 66af6b2f87..0b54adf0dc 100644
--- a/collections/ui/package.json
+++ b/collections/ui/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui",
- "version": "9.4.9",
+ "version": "9.5.0",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
"exports": {
@@ -21,54 +21,54 @@
"build": "d2-app-scripts build"
},
"dependencies": {
- "@dhis2-ui/alert": "9.4.9",
- "@dhis2-ui/box": "9.4.9",
- "@dhis2-ui/button": "9.4.9",
- "@dhis2-ui/calendar": "9.4.9",
- "@dhis2-ui/card": "9.4.9",
- "@dhis2-ui/center": "9.4.9",
- "@dhis2-ui/checkbox": "9.4.9",
- "@dhis2-ui/chip": "9.4.9",
- "@dhis2-ui/cover": "9.4.9",
- "@dhis2-ui/css": "9.4.9",
- "@dhis2-ui/divider": "9.4.9",
- "@dhis2-ui/field": "9.4.9",
- "@dhis2-ui/file-input": "9.4.9",
- "@dhis2-ui/header-bar": "9.4.9",
- "@dhis2-ui/help": "9.4.9",
- "@dhis2-ui/input": "9.4.9",
- "@dhis2-ui/intersection-detector": "9.4.9",
- "@dhis2-ui/label": "9.4.9",
- "@dhis2-ui/layer": "9.4.9",
- "@dhis2-ui/legend": "9.4.9",
- "@dhis2-ui/loader": "9.4.9",
- "@dhis2-ui/logo": "9.4.9",
- "@dhis2-ui/menu": "9.4.9",
- "@dhis2-ui/modal": "9.4.9",
- "@dhis2-ui/node": "9.4.9",
- "@dhis2-ui/notice-box": "9.4.9",
- "@dhis2-ui/organisation-unit-tree": "9.4.9",
- "@dhis2-ui/pagination": "9.4.9",
- "@dhis2-ui/popover": "9.4.9",
- "@dhis2-ui/popper": "9.4.9",
- "@dhis2-ui/portal": "9.4.9",
- "@dhis2-ui/radio": "9.4.9",
- "@dhis2-ui/required": "9.4.9",
- "@dhis2-ui/segmented-control": "9.4.9",
- "@dhis2-ui/select": "9.4.9",
- "@dhis2-ui/selector-bar": "9.4.9",
- "@dhis2-ui/sharing-dialog": "9.4.9",
- "@dhis2-ui/switch": "9.4.9",
- "@dhis2-ui/tab": "9.4.9",
- "@dhis2-ui/table": "9.4.9",
- "@dhis2-ui/tag": "9.4.9",
- "@dhis2-ui/text-area": "9.4.9",
- "@dhis2-ui/tooltip": "9.4.9",
- "@dhis2-ui/transfer": "9.4.9",
- "@dhis2-ui/user-avatar": "9.4.9",
- "@dhis2/ui-constants": "9.4.9",
- "@dhis2/ui-forms": "9.4.9",
- "@dhis2/ui-icons": "9.4.9",
+ "@dhis2-ui/alert": "9.5.0",
+ "@dhis2-ui/box": "9.5.0",
+ "@dhis2-ui/button": "9.5.0",
+ "@dhis2-ui/calendar": "9.5.0",
+ "@dhis2-ui/card": "9.5.0",
+ "@dhis2-ui/center": "9.5.0",
+ "@dhis2-ui/checkbox": "9.5.0",
+ "@dhis2-ui/chip": "9.5.0",
+ "@dhis2-ui/cover": "9.5.0",
+ "@dhis2-ui/css": "9.5.0",
+ "@dhis2-ui/divider": "9.5.0",
+ "@dhis2-ui/field": "9.5.0",
+ "@dhis2-ui/file-input": "9.5.0",
+ "@dhis2-ui/header-bar": "9.5.0",
+ "@dhis2-ui/help": "9.5.0",
+ "@dhis2-ui/input": "9.5.0",
+ "@dhis2-ui/intersection-detector": "9.5.0",
+ "@dhis2-ui/label": "9.5.0",
+ "@dhis2-ui/layer": "9.5.0",
+ "@dhis2-ui/legend": "9.5.0",
+ "@dhis2-ui/loader": "9.5.0",
+ "@dhis2-ui/logo": "9.5.0",
+ "@dhis2-ui/menu": "9.5.0",
+ "@dhis2-ui/modal": "9.5.0",
+ "@dhis2-ui/node": "9.5.0",
+ "@dhis2-ui/notice-box": "9.5.0",
+ "@dhis2-ui/organisation-unit-tree": "9.5.0",
+ "@dhis2-ui/pagination": "9.5.0",
+ "@dhis2-ui/popover": "9.5.0",
+ "@dhis2-ui/popper": "9.5.0",
+ "@dhis2-ui/portal": "9.5.0",
+ "@dhis2-ui/radio": "9.5.0",
+ "@dhis2-ui/required": "9.5.0",
+ "@dhis2-ui/segmented-control": "9.5.0",
+ "@dhis2-ui/select": "9.5.0",
+ "@dhis2-ui/selector-bar": "9.5.0",
+ "@dhis2-ui/sharing-dialog": "9.5.0",
+ "@dhis2-ui/switch": "9.5.0",
+ "@dhis2-ui/tab": "9.5.0",
+ "@dhis2-ui/table": "9.5.0",
+ "@dhis2-ui/tag": "9.5.0",
+ "@dhis2-ui/text-area": "9.5.0",
+ "@dhis2-ui/tooltip": "9.5.0",
+ "@dhis2-ui/transfer": "9.5.0",
+ "@dhis2-ui/user-avatar": "9.5.0",
+ "@dhis2/ui-constants": "9.5.0",
+ "@dhis2/ui-forms": "9.5.0",
+ "@dhis2/ui-icons": "9.5.0",
"prop-types": "^15.7.2"
},
"peerDependencies": {
diff --git a/components/alert/package.json b/components/alert/package.json
index fd722b722a..1890bb8da5 100644
--- a/components/alert/package.json
+++ b/components/alert/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/alert",
- "version": "9.4.9",
+ "version": "9.5.0",
"description": "UI Alert",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/portal": "9.4.9",
- "@dhis2/ui-constants": "9.4.9",
- "@dhis2/ui-icons": "9.4.9",
+ "@dhis2-ui/portal": "9.5.0",
+ "@dhis2/ui-constants": "9.5.0",
+ "@dhis2/ui-icons": "9.5.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/box/package.json b/components/box/package.json
index 328c2d562e..67100e8f7e 100644
--- a/components/box/package.json
+++ b/components/box/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/box",
- "version": "9.4.9",
+ "version": "9.5.0",
"description": "UI Box",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.9",
+ "@dhis2/ui-constants": "9.5.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/button/package.json b/components/button/package.json
index c7d7fea784..b3c7713ffe 100644
--- a/components/button/package.json
+++ b/components/button/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/button",
- "version": "9.4.9",
+ "version": "9.5.0",
"description": "UI Button",
"repository": {
"type": "git",
@@ -33,11 +33,11 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/layer": "9.4.9",
- "@dhis2-ui/loader": "9.4.9",
- "@dhis2-ui/popper": "9.4.9",
- "@dhis2/ui-constants": "9.4.9",
- "@dhis2/ui-icons": "9.4.9",
+ "@dhis2-ui/layer": "9.5.0",
+ "@dhis2-ui/loader": "9.5.0",
+ "@dhis2-ui/popper": "9.5.0",
+ "@dhis2/ui-constants": "9.5.0",
+ "@dhis2/ui-icons": "9.5.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/calendar/package.json b/components/calendar/package.json
index 83d683295a..94e9a178a4 100644
--- a/components/calendar/package.json
+++ b/components/calendar/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/calendar",
- "version": "9.4.9",
+ "version": "9.5.0",
"description": "UI Calendar",
"repository": {
"type": "git",
@@ -33,15 +33,15 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/button": "9.4.9",
- "@dhis2-ui/card": "9.4.9",
- "@dhis2-ui/input": "9.4.9",
- "@dhis2-ui/layer": "9.4.9",
- "@dhis2-ui/popper": "9.4.9",
+ "@dhis2-ui/button": "9.5.0",
+ "@dhis2-ui/card": "9.5.0",
+ "@dhis2-ui/input": "9.5.0",
+ "@dhis2-ui/layer": "9.5.0",
+ "@dhis2-ui/popper": "9.5.0",
"@dhis2/multi-calendar-dates": "^1.1.1",
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.9",
- "@dhis2/ui-icons": "9.4.9",
+ "@dhis2/ui-constants": "9.5.0",
+ "@dhis2/ui-icons": "9.5.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/card/package.json b/components/card/package.json
index 43a2641081..76404c2c7b 100644
--- a/components/card/package.json
+++ b/components/card/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/card",
- "version": "9.4.9",
+ "version": "9.5.0",
"description": "UI Card",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.9",
+ "@dhis2/ui-constants": "9.5.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/center/package.json b/components/center/package.json
index 361a9eae28..318e85dfac 100644
--- a/components/center/package.json
+++ b/components/center/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/center",
- "version": "9.4.9",
+ "version": "9.5.0",
"description": "UI Center",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.9",
+ "@dhis2/ui-constants": "9.5.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/checkbox/package.json b/components/checkbox/package.json
index f238e7afd1..f42f3ae044 100644
--- a/components/checkbox/package.json
+++ b/components/checkbox/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/checkbox",
- "version": "9.4.9",
+ "version": "9.5.0",
"description": "UI Checkbox",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/field": "9.4.9",
- "@dhis2-ui/required": "9.4.9",
- "@dhis2/ui-constants": "9.4.9",
+ "@dhis2-ui/field": "9.5.0",
+ "@dhis2-ui/required": "9.5.0",
+ "@dhis2/ui-constants": "9.5.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/chip/package.json b/components/chip/package.json
index 8485ae0f6c..fcbaeb0769 100644
--- a/components/chip/package.json
+++ b/components/chip/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/chip",
- "version": "9.4.9",
+ "version": "9.5.0",
"description": "UI Chip",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.9",
+ "@dhis2/ui-constants": "9.5.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/cover/package.json b/components/cover/package.json
index 5236209fd9..75eafad191 100644
--- a/components/cover/package.json
+++ b/components/cover/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/cover",
- "version": "9.4.9",
+ "version": "9.5.0",
"description": "UI Cover",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.9",
+ "@dhis2/ui-constants": "9.5.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/css/package.json b/components/css/package.json
index e0d5149b54..659e3888da 100644
--- a/components/css/package.json
+++ b/components/css/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/css",
- "version": "9.4.9",
+ "version": "9.5.0",
"description": "UI CSS",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.9",
+ "@dhis2/ui-constants": "9.5.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/divider/package.json b/components/divider/package.json
index dca73236a3..c15b8b9718 100644
--- a/components/divider/package.json
+++ b/components/divider/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/divider",
- "version": "9.4.9",
+ "version": "9.5.0",
"description": "UI Divider",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.9",
+ "@dhis2/ui-constants": "9.5.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/field/package.json b/components/field/package.json
index adfc636489..a9457edba4 100644
--- a/components/field/package.json
+++ b/components/field/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/field",
- "version": "9.4.9",
+ "version": "9.5.0",
"description": "UI Field",
"repository": {
"type": "git",
@@ -33,10 +33,10 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.4.9",
- "@dhis2-ui/help": "9.4.9",
- "@dhis2-ui/label": "9.4.9",
- "@dhis2/ui-constants": "9.4.9",
+ "@dhis2-ui/box": "9.5.0",
+ "@dhis2-ui/help": "9.5.0",
+ "@dhis2-ui/label": "9.5.0",
+ "@dhis2/ui-constants": "9.5.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/file-input/package.json b/components/file-input/package.json
index f0b17a9c1f..ace71d3007 100644
--- a/components/file-input/package.json
+++ b/components/file-input/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/file-input",
- "version": "9.4.9",
+ "version": "9.5.0",
"description": "UI FileInput",
"repository": {
"type": "git",
@@ -34,13 +34,13 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.4.9",
- "@dhis2-ui/field": "9.4.9",
- "@dhis2-ui/label": "9.4.9",
- "@dhis2-ui/loader": "9.4.9",
- "@dhis2-ui/status-icon": "9.4.9",
- "@dhis2/ui-constants": "9.4.9",
- "@dhis2/ui-icons": "9.4.9",
+ "@dhis2-ui/button": "9.5.0",
+ "@dhis2-ui/field": "9.5.0",
+ "@dhis2-ui/label": "9.5.0",
+ "@dhis2-ui/loader": "9.5.0",
+ "@dhis2-ui/status-icon": "9.5.0",
+ "@dhis2/ui-constants": "9.5.0",
+ "@dhis2/ui-icons": "9.5.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/header-bar/package.json b/components/header-bar/package.json
index 1e31cf220c..5424f28b21 100644
--- a/components/header-bar/package.json
+++ b/components/header-bar/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/header-bar",
- "version": "9.4.9",
+ "version": "9.5.0",
"description": "UI HeaderBar",
"repository": {
"type": "git",
@@ -34,21 +34,21 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/box": "9.4.9",
- "@dhis2-ui/button": "9.4.9",
- "@dhis2-ui/card": "9.4.9",
- "@dhis2-ui/center": "9.4.9",
- "@dhis2-ui/divider": "9.4.9",
- "@dhis2-ui/input": "9.4.9",
- "@dhis2-ui/layer": "9.4.9",
- "@dhis2-ui/loader": "9.4.9",
- "@dhis2-ui/logo": "9.4.9",
- "@dhis2-ui/menu": "9.4.9",
- "@dhis2-ui/modal": "9.4.9",
- "@dhis2-ui/user-avatar": "9.4.9",
+ "@dhis2-ui/box": "9.5.0",
+ "@dhis2-ui/button": "9.5.0",
+ "@dhis2-ui/card": "9.5.0",
+ "@dhis2-ui/center": "9.5.0",
+ "@dhis2-ui/divider": "9.5.0",
+ "@dhis2-ui/input": "9.5.0",
+ "@dhis2-ui/layer": "9.5.0",
+ "@dhis2-ui/loader": "9.5.0",
+ "@dhis2-ui/logo": "9.5.0",
+ "@dhis2-ui/menu": "9.5.0",
+ "@dhis2-ui/modal": "9.5.0",
+ "@dhis2-ui/user-avatar": "9.5.0",
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.9",
- "@dhis2/ui-icons": "9.4.9",
+ "@dhis2/ui-constants": "9.5.0",
+ "@dhis2/ui-icons": "9.5.0",
"classnames": "^2.3.1",
"moment": "^2.29.1",
"prop-types": "^15.7.2"
diff --git a/components/help/package.json b/components/help/package.json
index 41de6a575f..e9196b6d49 100644
--- a/components/help/package.json
+++ b/components/help/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/help",
- "version": "9.4.9",
+ "version": "9.5.0",
"description": "UI Help",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.9",
+ "@dhis2/ui-constants": "9.5.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/input/package.json b/components/input/package.json
index 37fa974aaa..12d19e38c5 100644
--- a/components/input/package.json
+++ b/components/input/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/input",
- "version": "9.4.9",
+ "version": "9.5.0",
"description": "UI Input",
"repository": {
"type": "git",
@@ -33,13 +33,13 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.4.9",
- "@dhis2-ui/field": "9.4.9",
- "@dhis2-ui/input": "9.4.9",
- "@dhis2-ui/loader": "9.4.9",
- "@dhis2-ui/status-icon": "9.4.9",
- "@dhis2/ui-constants": "9.4.9",
- "@dhis2/ui-icons": "9.4.9",
+ "@dhis2-ui/box": "9.5.0",
+ "@dhis2-ui/field": "9.5.0",
+ "@dhis2-ui/input": "9.5.0",
+ "@dhis2-ui/loader": "9.5.0",
+ "@dhis2-ui/status-icon": "9.5.0",
+ "@dhis2/ui-constants": "9.5.0",
+ "@dhis2/ui-icons": "9.5.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/intersection-detector/package.json b/components/intersection-detector/package.json
index e5bd82754c..bc0afadf01 100644
--- a/components/intersection-detector/package.json
+++ b/components/intersection-detector/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/intersection-detector",
- "version": "9.4.9",
+ "version": "9.5.0",
"description": "UI IntersectionDetector",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.9",
+ "@dhis2/ui-constants": "9.5.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/label/package.json b/components/label/package.json
index 2a315bde98..cb1b3466c5 100644
--- a/components/label/package.json
+++ b/components/label/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/label",
- "version": "9.4.9",
+ "version": "9.5.0",
"description": "UI Label",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/required": "9.4.9",
- "@dhis2/ui-constants": "9.4.9",
+ "@dhis2-ui/required": "9.5.0",
+ "@dhis2/ui-constants": "9.5.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/layer/package.json b/components/layer/package.json
index 49d54bf816..c8cf8d7e0a 100644
--- a/components/layer/package.json
+++ b/components/layer/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/layer",
- "version": "9.4.9",
+ "version": "9.5.0",
"description": "UI Layer",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/portal": "9.4.9",
- "@dhis2/ui-constants": "9.4.9",
+ "@dhis2-ui/portal": "9.5.0",
+ "@dhis2/ui-constants": "9.5.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/legend/package.json b/components/legend/package.json
index 0ddef93472..17ba1e9dd8 100644
--- a/components/legend/package.json
+++ b/components/legend/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/legend",
- "version": "9.4.9",
+ "version": "9.5.0",
"description": "UI Legend",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/required": "9.4.9",
- "@dhis2/ui-constants": "9.4.9",
+ "@dhis2-ui/required": "9.5.0",
+ "@dhis2/ui-constants": "9.5.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/loader/package.json b/components/loader/package.json
index e5632bb9e4..d7c74166c1 100644
--- a/components/loader/package.json
+++ b/components/loader/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/loader",
- "version": "9.4.9",
+ "version": "9.5.0",
"description": "UI Loaders",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.9",
+ "@dhis2/ui-constants": "9.5.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/logo/package.json b/components/logo/package.json
index 7e7579aa1c..bd8505b304 100644
--- a/components/logo/package.json
+++ b/components/logo/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/logo",
- "version": "9.4.9",
+ "version": "9.5.0",
"description": "UI Logo",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.9",
+ "@dhis2/ui-constants": "9.5.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/menu/package.json b/components/menu/package.json
index 419db4b9da..557aa5fa35 100644
--- a/components/menu/package.json
+++ b/components/menu/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/menu",
- "version": "9.4.9",
+ "version": "9.5.0",
"description": "UI Menu",
"repository": {
"type": "git",
@@ -33,13 +33,13 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/card": "9.4.9",
- "@dhis2-ui/divider": "9.4.9",
- "@dhis2-ui/layer": "9.4.9",
- "@dhis2-ui/popper": "9.4.9",
- "@dhis2-ui/portal": "9.4.9",
- "@dhis2/ui-constants": "9.4.9",
- "@dhis2/ui-icons": "9.4.9",
+ "@dhis2-ui/card": "9.5.0",
+ "@dhis2-ui/divider": "9.5.0",
+ "@dhis2-ui/layer": "9.5.0",
+ "@dhis2-ui/popper": "9.5.0",
+ "@dhis2-ui/portal": "9.5.0",
+ "@dhis2/ui-constants": "9.5.0",
+ "@dhis2/ui-icons": "9.5.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/modal/package.json b/components/modal/package.json
index a38b7fc6c8..f38730a0d9 100644
--- a/components/modal/package.json
+++ b/components/modal/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/modal",
- "version": "9.4.9",
+ "version": "9.5.0",
"description": "UI Modal",
"repository": {
"type": "git",
@@ -33,12 +33,12 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/card": "9.4.9",
- "@dhis2-ui/center": "9.4.9",
- "@dhis2-ui/layer": "9.4.9",
- "@dhis2-ui/portal": "9.4.9",
- "@dhis2/ui-constants": "9.4.9",
- "@dhis2/ui-icons": "9.4.9",
+ "@dhis2-ui/card": "9.5.0",
+ "@dhis2-ui/center": "9.5.0",
+ "@dhis2-ui/layer": "9.5.0",
+ "@dhis2-ui/portal": "9.5.0",
+ "@dhis2/ui-constants": "9.5.0",
+ "@dhis2/ui-icons": "9.5.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/node/package.json b/components/node/package.json
index 505b8a1745..7201d141f5 100644
--- a/components/node/package.json
+++ b/components/node/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/node",
- "version": "9.4.9",
+ "version": "9.5.0",
"description": "UI Node",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/loader": "9.4.9",
- "@dhis2/ui-constants": "9.4.9",
+ "@dhis2-ui/loader": "9.5.0",
+ "@dhis2/ui-constants": "9.5.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/notice-box/package.json b/components/notice-box/package.json
index f5ac64a909..47706b1ad1 100644
--- a/components/notice-box/package.json
+++ b/components/notice-box/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/notice-box",
- "version": "9.4.9",
+ "version": "9.5.0",
"description": "UI NoticeBox",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.9",
- "@dhis2/ui-icons": "9.4.9",
+ "@dhis2/ui-constants": "9.5.0",
+ "@dhis2/ui-icons": "9.5.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/organisation-unit-tree/package.json b/components/organisation-unit-tree/package.json
index 1c50781684..f3494f4455 100644
--- a/components/organisation-unit-tree/package.json
+++ b/components/organisation-unit-tree/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/organisation-unit-tree",
- "version": "9.4.9",
+ "version": "9.5.0",
"description": "UI OrganisationUnitTree",
"repository": {
"type": "git",
@@ -35,10 +35,10 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/checkbox": "9.4.9",
- "@dhis2-ui/loader": "9.4.9",
- "@dhis2-ui/node": "9.4.9",
- "@dhis2/ui-constants": "9.4.9",
+ "@dhis2-ui/checkbox": "9.5.0",
+ "@dhis2-ui/loader": "9.5.0",
+ "@dhis2-ui/node": "9.5.0",
+ "@dhis2/ui-constants": "9.5.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/pagination/package.json b/components/pagination/package.json
index 95ebf0305e..d9ed94025a 100644
--- a/components/pagination/package.json
+++ b/components/pagination/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/pagination",
- "version": "9.4.9",
+ "version": "9.5.0",
"description": "UI Pagination",
"repository": {
"type": "git",
@@ -34,10 +34,10 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.4.9",
- "@dhis2-ui/select": "9.4.9",
- "@dhis2/ui-constants": "9.4.9",
- "@dhis2/ui-icons": "9.4.9",
+ "@dhis2-ui/button": "9.5.0",
+ "@dhis2-ui/select": "9.5.0",
+ "@dhis2/ui-constants": "9.5.0",
+ "@dhis2/ui-icons": "9.5.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/popover/package.json b/components/popover/package.json
index 18c47ea1f0..2aba3b5c4a 100644
--- a/components/popover/package.json
+++ b/components/popover/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/popover",
- "version": "9.4.9",
+ "version": "9.5.0",
"description": "UI Popover",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/layer": "9.4.9",
- "@dhis2-ui/popper": "9.4.9",
- "@dhis2/ui-constants": "9.4.9",
+ "@dhis2-ui/layer": "9.5.0",
+ "@dhis2-ui/popper": "9.5.0",
+ "@dhis2/ui-constants": "9.5.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/popper/package.json b/components/popper/package.json
index fe538cf2c5..93d4d8b297 100644
--- a/components/popper/package.json
+++ b/components/popper/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/popper",
- "version": "9.4.9",
+ "version": "9.5.0",
"description": "UI Popper",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.9",
+ "@dhis2/ui-constants": "9.5.0",
"@popperjs/core": "^2.10.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2",
diff --git a/components/portal/package.json b/components/portal/package.json
index 503548f628..899336951f 100644
--- a/components/portal/package.json
+++ b/components/portal/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/portal",
- "version": "9.4.9",
+ "version": "9.5.0",
"description": "UI Portal",
"repository": {
"type": "git",
diff --git a/components/radio/package.json b/components/radio/package.json
index f12dd94a43..abae18b216 100644
--- a/components/radio/package.json
+++ b/components/radio/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/radio",
- "version": "9.4.9",
+ "version": "9.5.0",
"description": "UI Radio",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.9",
+ "@dhis2/ui-constants": "9.5.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/required/package.json b/components/required/package.json
index dd1b871a84..2a169a4de1 100644
--- a/components/required/package.json
+++ b/components/required/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/required",
- "version": "9.4.9",
+ "version": "9.5.0",
"description": "UI Required",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.9",
+ "@dhis2/ui-constants": "9.5.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/segmented-control/package.json b/components/segmented-control/package.json
index 9dae36062e..407fba5290 100644
--- a/components/segmented-control/package.json
+++ b/components/segmented-control/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/segmented-control",
- "version": "9.4.9",
+ "version": "9.5.0",
"description": "UI Segmented Control",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.9",
+ "@dhis2/ui-constants": "9.5.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/select/package.json b/components/select/package.json
index 64bfb1e00b..e06fdbdc99 100644
--- a/components/select/package.json
+++ b/components/select/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/select",
- "version": "9.4.9",
+ "version": "9.5.0",
"description": "UI Select",
"repository": {
"type": "git",
@@ -33,21 +33,21 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/box": "9.4.9",
- "@dhis2-ui/button": "9.4.9",
- "@dhis2-ui/card": "9.4.9",
- "@dhis2-ui/checkbox": "9.4.9",
- "@dhis2-ui/chip": "9.4.9",
- "@dhis2-ui/field": "9.4.9",
- "@dhis2-ui/input": "9.4.9",
- "@dhis2-ui/layer": "9.4.9",
- "@dhis2-ui/loader": "9.4.9",
- "@dhis2-ui/popper": "9.4.9",
- "@dhis2-ui/status-icon": "9.4.9",
- "@dhis2-ui/tooltip": "9.4.9",
+ "@dhis2-ui/box": "9.5.0",
+ "@dhis2-ui/button": "9.5.0",
+ "@dhis2-ui/card": "9.5.0",
+ "@dhis2-ui/checkbox": "9.5.0",
+ "@dhis2-ui/chip": "9.5.0",
+ "@dhis2-ui/field": "9.5.0",
+ "@dhis2-ui/input": "9.5.0",
+ "@dhis2-ui/layer": "9.5.0",
+ "@dhis2-ui/loader": "9.5.0",
+ "@dhis2-ui/popper": "9.5.0",
+ "@dhis2-ui/status-icon": "9.5.0",
+ "@dhis2-ui/tooltip": "9.5.0",
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.9",
- "@dhis2/ui-icons": "9.4.9",
+ "@dhis2/ui-constants": "9.5.0",
+ "@dhis2/ui-icons": "9.5.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/selector-bar/package.json b/components/selector-bar/package.json
index d1d85d7770..5e59c9f6a2 100644
--- a/components/selector-bar/package.json
+++ b/components/selector-bar/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/selector-bar",
- "version": "9.4.9",
+ "version": "9.5.0",
"description": "UI Select",
"repository": {
"type": "git",
@@ -33,21 +33,21 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/button": "9.4.9",
- "@dhis2-ui/card": "9.4.9",
- "@dhis2-ui/popper": "9.4.9",
- "@dhis2-ui/layer": "9.4.9",
- "@dhis2/ui-constants": "9.4.9",
- "@dhis2/ui-icons": "9.4.9",
+ "@dhis2-ui/button": "9.5.0",
+ "@dhis2-ui/card": "9.5.0",
+ "@dhis2-ui/popper": "9.5.0",
+ "@dhis2-ui/layer": "9.5.0",
+ "@dhis2/ui-constants": "9.5.0",
+ "@dhis2/ui-icons": "9.5.0",
"@testing-library/react": "^12.1.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
"devDependencies": {
- "@dhis2-ui/css": "9.4.9",
- "@dhis2-ui/menu": "9.4.9",
- "@dhis2-ui/organisation-unit-tree": "9.4.9",
- "@dhis2-ui/select": "9.4.9",
+ "@dhis2-ui/css": "9.5.0",
+ "@dhis2-ui/menu": "9.5.0",
+ "@dhis2-ui/organisation-unit-tree": "9.5.0",
+ "@dhis2-ui/select": "9.5.0",
"@dhis2/d2-i18n": "^1.1.0",
"@testing-library/jest-dom": "^5.16.1",
"react": "16.13",
diff --git a/components/sharing-dialog/package.json b/components/sharing-dialog/package.json
index 1800b16983..737f8cb8c3 100644
--- a/components/sharing-dialog/package.json
+++ b/components/sharing-dialog/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/sharing-dialog",
- "version": "9.4.9",
+ "version": "9.5.0",
"description": "UI SharingDialog",
"repository": {
"type": "git",
@@ -35,22 +35,22 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.4.9",
- "@dhis2-ui/button": "9.4.9",
- "@dhis2-ui/card": "9.4.9",
- "@dhis2-ui/divider": "9.4.9",
- "@dhis2-ui/input": "9.4.9",
- "@dhis2-ui/layer": "9.4.9",
- "@dhis2-ui/menu": "9.4.9",
- "@dhis2-ui/modal": "9.4.9",
- "@dhis2-ui/notice-box": "9.4.9",
- "@dhis2-ui/popper": "9.4.9",
- "@dhis2-ui/select": "9.4.9",
- "@dhis2-ui/tab": "9.4.9",
- "@dhis2-ui/tooltip": "9.4.9",
- "@dhis2-ui/user-avatar": "9.4.9",
- "@dhis2/ui-constants": "9.4.9",
- "@dhis2/ui-icons": "9.4.9",
+ "@dhis2-ui/box": "9.5.0",
+ "@dhis2-ui/button": "9.5.0",
+ "@dhis2-ui/card": "9.5.0",
+ "@dhis2-ui/divider": "9.5.0",
+ "@dhis2-ui/input": "9.5.0",
+ "@dhis2-ui/layer": "9.5.0",
+ "@dhis2-ui/menu": "9.5.0",
+ "@dhis2-ui/modal": "9.5.0",
+ "@dhis2-ui/notice-box": "9.5.0",
+ "@dhis2-ui/popper": "9.5.0",
+ "@dhis2-ui/select": "9.5.0",
+ "@dhis2-ui/tab": "9.5.0",
+ "@dhis2-ui/tooltip": "9.5.0",
+ "@dhis2-ui/user-avatar": "9.5.0",
+ "@dhis2/ui-constants": "9.5.0",
+ "@dhis2/ui-icons": "9.5.0",
"@react-hook/size": "^2.1.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
diff --git a/components/status-icon/package.json b/components/status-icon/package.json
index e0f68bcffa..935e1d61c5 100644
--- a/components/status-icon/package.json
+++ b/components/status-icon/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/status-icon",
- "version": "9.4.9",
+ "version": "9.5.0",
"description": "UI StatusIcon",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/loader": "9.4.9",
- "@dhis2/ui-constants": "9.4.9",
- "@dhis2/ui-icons": "9.4.9",
+ "@dhis2-ui/loader": "9.5.0",
+ "@dhis2/ui-constants": "9.5.0",
+ "@dhis2/ui-icons": "9.5.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/switch/package.json b/components/switch/package.json
index b1139e4d3e..ff3421c008 100644
--- a/components/switch/package.json
+++ b/components/switch/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/switch",
- "version": "9.4.9",
+ "version": "9.5.0",
"description": "UI Switch",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/field": "9.4.9",
- "@dhis2-ui/required": "9.4.9",
- "@dhis2/ui-constants": "9.4.9",
+ "@dhis2-ui/field": "9.5.0",
+ "@dhis2-ui/required": "9.5.0",
+ "@dhis2/ui-constants": "9.5.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/tab/package.json b/components/tab/package.json
index a3480c2cbc..1aa01c8673 100644
--- a/components/tab/package.json
+++ b/components/tab/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/tab",
- "version": "9.4.9",
+ "version": "9.5.0",
"description": "UI Tabs",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.9",
- "@dhis2/ui-icons": "9.4.9",
+ "@dhis2/ui-constants": "9.5.0",
+ "@dhis2/ui-icons": "9.5.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/table/package.json b/components/table/package.json
index 82197d546c..d03a3c48a4 100644
--- a/components/table/package.json
+++ b/components/table/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/table",
- "version": "9.4.9",
+ "version": "9.5.0",
"description": "UI Table",
"repository": {
"type": "git",
@@ -34,8 +34,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.9",
- "@dhis2/ui-icons": "9.4.9",
+ "@dhis2/ui-constants": "9.5.0",
+ "@dhis2/ui-icons": "9.5.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/tag/package.json b/components/tag/package.json
index 9734b91591..3de255b3db 100644
--- a/components/tag/package.json
+++ b/components/tag/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/tag",
- "version": "9.4.9",
+ "version": "9.5.0",
"description": "UI Tag",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.9",
+ "@dhis2/ui-constants": "9.5.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/text-area/package.json b/components/text-area/package.json
index b61d0018f1..66ad96f6e8 100644
--- a/components/text-area/package.json
+++ b/components/text-area/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/text-area",
- "version": "9.4.9",
+ "version": "9.5.0",
"description": "UI TextArea",
"repository": {
"type": "git",
@@ -33,12 +33,12 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.4.9",
- "@dhis2-ui/field": "9.4.9",
- "@dhis2-ui/loader": "9.4.9",
- "@dhis2-ui/status-icon": "9.4.9",
- "@dhis2/ui-constants": "9.4.9",
- "@dhis2/ui-icons": "9.4.9",
+ "@dhis2-ui/box": "9.5.0",
+ "@dhis2-ui/field": "9.5.0",
+ "@dhis2-ui/loader": "9.5.0",
+ "@dhis2-ui/status-icon": "9.5.0",
+ "@dhis2/ui-constants": "9.5.0",
+ "@dhis2/ui-icons": "9.5.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/tooltip/package.json b/components/tooltip/package.json
index f15813ae1a..276630f70f 100644
--- a/components/tooltip/package.json
+++ b/components/tooltip/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/tooltip",
- "version": "9.4.9",
+ "version": "9.5.0",
"description": "UI Tooltip",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/popper": "9.4.9",
- "@dhis2-ui/portal": "9.4.9",
- "@dhis2/ui-constants": "9.4.9",
+ "@dhis2-ui/popper": "9.5.0",
+ "@dhis2-ui/portal": "9.5.0",
+ "@dhis2/ui-constants": "9.5.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/transfer/package.json b/components/transfer/package.json
index 8d8ba13c9b..2ab910a0ad 100644
--- a/components/transfer/package.json
+++ b/components/transfer/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/transfer",
- "version": "9.4.9",
+ "version": "9.5.0",
"description": "UI Transfer",
"repository": {
"type": "git",
@@ -33,12 +33,12 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.4.9",
- "@dhis2-ui/field": "9.4.9",
- "@dhis2-ui/input": "9.4.9",
- "@dhis2-ui/intersection-detector": "9.4.9",
- "@dhis2-ui/loader": "9.4.9",
- "@dhis2/ui-constants": "9.4.9",
+ "@dhis2-ui/button": "9.5.0",
+ "@dhis2-ui/field": "9.5.0",
+ "@dhis2-ui/input": "9.5.0",
+ "@dhis2-ui/intersection-detector": "9.5.0",
+ "@dhis2-ui/loader": "9.5.0",
+ "@dhis2/ui-constants": "9.5.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/user-avatar/package.json b/components/user-avatar/package.json
index 254bfcce76..076b05ed45 100644
--- a/components/user-avatar/package.json
+++ b/components/user-avatar/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/user-avatar",
- "version": "9.4.9",
+ "version": "9.5.0",
"description": "UI User Avatar",
"repository": {
"type": "git",
@@ -34,7 +34,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.4.9",
+ "@dhis2/ui-constants": "9.5.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/constants/package.json b/constants/package.json
index 885697dcb3..15204e4adb 100644
--- a/constants/package.json
+++ b/constants/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-constants",
- "version": "9.4.9",
+ "version": "9.5.0",
"description": "Constants used in the UI libs",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
diff --git a/docs/package.json b/docs/package.json
index 6ea59479ae..46e7ece942 100644
--- a/docs/package.json
+++ b/docs/package.json
@@ -1,6 +1,6 @@
{
"name": "ui-docusaurus",
- "version": "9.4.9",
+ "version": "9.5.0",
"private": true,
"description": "UI Docusaurus",
"repository": {
diff --git a/icons/package.json b/icons/package.json
index 52b95497a5..c967843010 100644
--- a/icons/package.json
+++ b/icons/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-icons",
- "version": "9.4.9",
+ "version": "9.5.0",
"description": "Icons used in the UI libs",
"main": "./build/cjs/react/index.js",
"module": "./build/es/react/index.js",
diff --git a/package.json b/package.json
index e601685935..850f955470 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-root",
- "version": "9.4.9",
+ "version": "9.5.0",
"repository": {
"type": "git",
"url": "https://github.com/dhis2/ui.git"
diff --git a/storybook/package.json b/storybook/package.json
index 6a809bef90..41a4085cbe 100644
--- a/storybook/package.json
+++ b/storybook/package.json
@@ -1,6 +1,6 @@
{
"name": "ui-storybook",
- "version": "9.4.9",
+ "version": "9.5.0",
"description": "UI Storybook",
"repository": {
"type": "git",
@@ -23,8 +23,8 @@
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-private-methods": "^7.13.0",
"@babel/plugin-proposal-private-property-in-object": "^7.14.0",
- "@dhis2-ui/css": "9.4.9",
- "@dhis2/ui-constants": "9.4.9",
+ "@dhis2-ui/css": "9.5.0",
+ "@dhis2/ui-constants": "9.5.0",
"@fontsource/roboto": "^4.5.0",
"@storybook/addon-a11y": "^6.3.7",
"@storybook/addon-console": "^1.2.3",
From b43882c93e7c4dc0b514560f2a1ee37bb2bad72f Mon Sep 17 00:00:00 2001
From: Alaa Yahia <6881345+alaa-yahia@users.noreply.github.com>
Date: Mon, 3 Jun 2024 13:12:49 +0300
Subject: [PATCH 054/170] feat(selectionBar): accessibility improvements for
SelectionBar (#1475)
* feat(selectionBar): accessibility improvements for SelectionBar
* fix: use local ref if ref prop not passed
---
.../selector-bar-item/selector-bar-item.js | 287 +++++++++---------
.../src/selector-bar/selector-bar.js | 152 +++++++---
components/selector-bar/types/index.d.ts | 1 +
3 files changed, 253 insertions(+), 187 deletions(-)
diff --git a/components/selector-bar/src/selector-bar-item/selector-bar-item.js b/components/selector-bar/src/selector-bar-item/selector-bar-item.js
index 16b8a6ce48..15b3106601 100644
--- a/components/selector-bar/src/selector-bar-item/selector-bar-item.js
+++ b/components/selector-bar/src/selector-bar-item/selector-bar-item.js
@@ -24,147 +24,158 @@ const offsetModifier = {
* "multiple" selections, this would be more or less impossible to predict
* inside this component
*/
-export const SelectorBarItem = ({
- children,
- className,
- dataTest,
- disabled,
- displayOnly,
- label,
- noValueMessage,
- open,
- setOpen,
- value,
- onClearSelectionClick,
-}) => {
- const buttonRef = useRef()
- const Icon = open ? IconChevronUp24 : IconChevronDown24
-
- return (
- setOpen && setOpen(true)}
- data-test={dataTest}
- >
- {label}
-
- {!disabled && (
- <>
- {value || noValueMessage}
- {value && onClearSelectionClick && (
- {
- evt.stopPropagation()
- onClearSelectionClick()
- }}
- data-test={`${dataTest}-clear-icon`}
- >
- {
+ let buttonRef = useRef()
+ if (ref) {
+ buttonRef = ref
+ }
+ const Icon = open ? IconChevronUp24 : IconChevronDown24
+
+ return (
+ setOpen && setOpen(true)}
+ data-test={dataTest}
+ tabIndex={-1}
+ >
+ {label}
+
+ {!disabled && (
+ <>
+ {value || noValueMessage}
+ {value && onClearSelectionClick && (
+ {
+ evt.stopPropagation()
+ onClearSelectionClick()
+ }}
+ data-test={`${dataTest}-clear-icon`}
>
-
-
-
- )}
- >
- )}
-
- {!displayOnly && (
-
-
-
- )}
-
- {open && (
- {
- evt.stopPropagation()
- setOpen(false)
- }}
- >
-
+
+
+
+ )}
+ >
+ )}
+
+ {!displayOnly && (
+
+
+
+ )}
+
+ {open && (
+ {
+ evt.stopPropagation()
+ setOpen(false)
+ }}
>
- {children}
-
-
- )}
-
-
-
- )
-}
+
+ .selector-bar-item.openable {
+ cursor: pointer;
+ }
+
+ .selector-bar-item:disabled {
+ cursor: not-allowed;
+ }
+
+ .label {
+ color: ${colors.grey600};
+ }
+
+ .value {
+ padding-inline-start: ${spacers.dp8};
+ }
+
+ .clear-icon {
+ display: flex;
+ align-items: center;
+ margin-inline-start: ${spacers.dp4};
+ padding: ${spacers.dp4};
+ cursor: pointer;
+ }
+ .clear-icon svg path {
+ fill: ${colors.grey500};
+ }
+
+ .clear-icon:hover svg path {
+ fill: ${colors.grey700};
+ }
+
+ .toggle-icon {
+ display: flex;
+ margin-inline-start: ${spacers.dp4};
+ height: 100%;
+ align-items: center;
+ }
+ `}
+
+ )
+ }
+)
+
+SelectorBarItem.displayName = 'SelectorBarItem'
SelectorBarItem.defaultProps = {
dataTest: 'dhis2-ui-selectorbaritem',
diff --git a/components/selector-bar/src/selector-bar/selector-bar.js b/components/selector-bar/src/selector-bar/selector-bar.js
index 3e0263c5c1..7573de496d 100644
--- a/components/selector-bar/src/selector-bar/selector-bar.js
+++ b/components/selector-bar/src/selector-bar/selector-bar.js
@@ -2,7 +2,7 @@ import { Button } from '@dhis2-ui/button'
import { colors, spacers } from '@dhis2/ui-constants'
import cx from 'classnames'
import PropTypes from 'prop-types'
-import React from 'react'
+import React, { useRef, useMemo } from 'react'
import i18n from '../locales/index.js'
const ClearSelection = ({ disabled, onClick }) => {
@@ -36,61 +36,114 @@ export const SelectorBar = ({
dataTest,
disableClearSelections,
additionalContent,
-}) => (
- <>
-
-
- {children}
- {onClearSelectionClick && (
-
+ ariaLabel,
+}) => {
+ const chipContainer = useRef(null)
+
+ const childrenRefs = useMemo(
+ () => React.Children.map(children, () => React.createRef()),
+ [children]
+ )
+
+ const handleKeyDown = (event) => {
+ const currentFocus = document.activeElement
+
+ if (chipContainer.current && chipContainer.current === currentFocus) {
+ if (childrenRefs.length > 0 && childrenRefs[0].current) {
+ childrenRefs[0].current.focus()
+ }
+ return
+ }
+
+ const currentIndex = childrenRefs.findIndex(
+ (ref) => ref.current === currentFocus
+ )
+
+ if (currentIndex === -1) {
+ return
+ }
+
+ if (event.key === 'ArrowRight') {
+ event.preventDefault()
+ const nextIndex = (currentIndex + 1) % childrenRefs.length
+ childrenRefs[nextIndex].current.focus()
+ }
+
+ if (event.key === 'ArrowLeft') {
+ event.preventDefault()
+ const prevIndex =
+ (currentIndex - 1 + childrenRefs.length) % childrenRefs.length
+ childrenRefs[prevIndex].current.focus()
+ }
+ }
+
+ return (
+ <>
+
+ data-test={dataTest}
+ onKeyDown={handleKeyDown}
+ tabIndex={0}
+ ref={chipContainer}
+ role="toolbar"
+ aria-label={ariaLabel}
+ >
+
+ {React.Children.map(children, (child, index) =>
+ React.cloneElement(child, {
+ ref: childrenRefs[index],
+ })
+ )}
+ {onClearSelectionClick && (
+
+ )}
+
- {additionalContent && (
-
{additionalContent}
- )}
+ {additionalContent && (
+
+ {additionalContent}
+
+ )}
-
-
- >
-)
+ `}
+
+ >
+ )
+}
SelectorBar.defaultProps = {
dataTest: 'dhis2-ui-selectorbar',
@@ -99,6 +152,7 @@ SelectorBar.defaultProps = {
SelectorBar.propTypes = {
children: PropTypes.any.isRequired,
additionalContent: PropTypes.any,
+ ariaLabel: PropTypes.string,
className: PropTypes.string,
dataTest: PropTypes.string,
disableClearSelections: PropTypes.bool,
diff --git a/components/selector-bar/types/index.d.ts b/components/selector-bar/types/index.d.ts
index e62d43fa36..671cfe7e46 100644
--- a/components/selector-bar/types/index.d.ts
+++ b/components/selector-bar/types/index.d.ts
@@ -4,6 +4,7 @@ import { ButtonProps } from '@dhis2-ui/button'
export interface SelectorBarProps {
children: React.ReactNode
additionalContent?: React.ReactNode
+ ariaLabel?: string
className?: string
dataTest?: string
disableClearSelections?: boolean
From 0df456cf56ce1159ccccf7cde3fd69455947a797 Mon Sep 17 00:00:00 2001
From: Chisom Chima <87203527+Chisomchima@users.noreply.github.com>
Date: Mon, 3 Jun 2024 11:14:11 +0100
Subject: [PATCH 055/170] chore: improve accessibility of headerbar
notification icons and profile (#1469)
---
components/header-bar/i18n/en.pot | 10 +++++++--
.../header-bar/src/notification-icon.js | 21 +++++++++++++++++--
components/header-bar/src/notifications.js | 12 +++++------
components/header-bar/src/profile.js | 3 +++
4 files changed, 35 insertions(+), 11 deletions(-)
diff --git a/components/header-bar/i18n/en.pot b/components/header-bar/i18n/en.pot
index 8eb2ee283f..2d8598618c 100644
--- a/components/header-bar/i18n/en.pot
+++ b/components/header-bar/i18n/en.pot
@@ -5,8 +5,8 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
-"POT-Creation-Date: 2023-01-18T16:13:05.063Z\n"
-"PO-Revision-Date: 2023-01-18T16:13:05.063Z\n"
+"POT-Creation-Date: 2024-03-29T07:26:07.540Z\n"
+"PO-Revision-Date: 2024-03-29T07:26:07.540Z\n"
msgid "Search apps"
msgstr "Search apps"
@@ -35,6 +35,12 @@ msgstr "Close"
msgid "Copy debug info"
msgstr "Copy debug info"
+msgid "Interpretations"
+msgstr "Interpretations"
+
+msgid "Messages"
+msgstr "Messages"
+
msgid "Online"
msgstr "Online"
diff --git a/components/header-bar/src/notification-icon.js b/components/header-bar/src/notification-icon.js
index 7619e8eeca..46f96db6ea 100755
--- a/components/header-bar/src/notification-icon.js
+++ b/components/header-bar/src/notification-icon.js
@@ -2,6 +2,7 @@ import { colors, theme, spacers } from '@dhis2/ui-constants'
import { IconMessages24, IconMail24 } from '@dhis2/ui-icons'
import PropTypes from 'prop-types'
import React from 'react'
+import i18n from './locales/index.js'
function icon(kind) {
if (kind === 'message') {
@@ -11,8 +12,22 @@ function icon(kind) {
}
}
-export const NotificationIcon = ({ count, href, kind, dataTestId }) => (
-
+export const NotificationIcon = ({
+ count,
+ href,
+ kind,
+ dataTestId,
+ title,
+ 'aria-label': ariaLabel,
+}) => (
+
{icon(kind)}
{count > 0 && {count} }
@@ -71,7 +86,9 @@ NotificationIcon.defaultProps = {
}
NotificationIcon.propTypes = {
+ 'aria-label': PropTypes.string.isRequired,
href: PropTypes.string.isRequired,
+ title: PropTypes.string.isRequired,
count: PropTypes.number,
dataTestId: PropTypes.string,
kind: PropTypes.oneOf(['interpretation', 'message']),
diff --git a/components/header-bar/src/notifications.js b/components/header-bar/src/notifications.js
index cd416c82b8..737bf4cbee 100755
--- a/components/header-bar/src/notifications.js
+++ b/components/header-bar/src/notifications.js
@@ -2,15 +2,9 @@ import { useConfig } from '@dhis2/app-runtime'
import PropTypes from 'prop-types'
import React from 'react'
import { joinPath } from './join-path.js'
+import i18n from './locales/index.js'
import { NotificationIcon } from './notification-icon.js'
-/*
- AUTHORITIES:
- - ALL: superuser
- - M_dhis-web-interpretation: access to interpretations app
- - M_dhis-web-messaging: access to messaging app
- */
-
const hasAuthority = (userAuthorities, authId) =>
Array.isArray(userAuthorities) &&
userAuthorities.some(
@@ -32,6 +26,8 @@ export const Notifications = ({
href={joinPath(baseUrl, 'dhis-web-interpretation')}
kind="message"
dataTestId="headerbar-interpretations"
+ title={i18n.t('Interpretations')}
+ aria-label={i18n.t('Interpretations')}
/>
)}
@@ -42,6 +38,8 @@ export const Notifications = ({
href={joinPath(baseUrl, 'dhis-web-messaging')}
kind="interpretation"
dataTestId="headerbar-messages"
+ title={i18n.t('Messages')}
+ aria-label={i18n.t('Messages')}
/>
)}
diff --git a/components/header-bar/src/profile.js b/components/header-bar/src/profile.js
index 0719b619f1..2d8404ced2 100755
--- a/components/header-bar/src/profile.js
+++ b/components/header-bar/src/profile.js
@@ -2,6 +2,7 @@ import { UserAvatar } from '@dhis2-ui/user-avatar'
import PropTypes from 'prop-types'
import React, { useCallback, useRef, useState } from 'react'
import { DebugInfoModal } from './debug-info/debug-info-modal.js'
+import i18n from './locales/index.js'
import { ProfileMenu } from './profile-menu/index.js'
import { useOnDocClick } from './profile/use-on-doc-click.js'
@@ -29,6 +30,8 @@ const Profile = ({ name, email, avatarId, helpUrl }) => {
Date: Mon, 3 Jun 2024 11:15:55 +0100
Subject: [PATCH 056/170] feat: accessibility on dropdown button (#1460)
feat: accessibility on dropdown button
chore: test dropdown-button in modal
chore: update the test for dropdown button in modal
chore: accessibilty fix
---
.../__tests__/dropdown-button.test.js | 59 +++++++++++++++++++
.../src/dropdown-button/dropdown-button.js | 17 ++++++
2 files changed, 76 insertions(+)
diff --git a/components/button/src/dropdown-button/__tests__/dropdown-button.test.js b/components/button/src/dropdown-button/__tests__/dropdown-button.test.js
index c926ef5aaa..a38e8e167a 100644
--- a/components/button/src/dropdown-button/__tests__/dropdown-button.test.js
+++ b/components/button/src/dropdown-button/__tests__/dropdown-button.test.js
@@ -1,8 +1,10 @@
import { Layer } from '@dhis2-ui/layer'
import { Popper } from '@dhis2-ui/popper'
+import { render, fireEvent, waitFor } from '@testing-library/react'
import { mount } from 'enzyme'
import React from 'react'
import { act } from 'react-dom/test-utils'
+import { Modal } from '../../../../modal/src/modal/modal.js'
import { Button } from '../../index.js'
import { DropdownButton } from '../dropdown-button.js'
@@ -43,7 +45,64 @@ describe('', () => {
})
)
})
+ it('closes dropdown when escape key is pressed', async () => {
+ const componentText = 'Dropdown Content'
+
+ const { getByTestId, queryByText } = render(
+
+ )
+
+ const toggleButton = getByTestId(
+ 'dhis2-uicore-dropdownbutton-toggle'
+ )
+ fireEvent.click(toggleButton)
+
+ await waitFor(() => {
+ expect(queryByText(componentText)).toBeInTheDocument()
+ })
+
+ fireEvent.keyDown(document, { key: 'Escape' })
+
+ await waitFor(() => {
+ expect(queryByText(componentText)).not.toBeInTheDocument()
+ })
+ })
+ test('modal remains open when dropdown button is closed on escape click', async () => {
+ const dropdownButtonText = 'Dropdown Content'
+ const headingText = 'Heading Text'
+ const modalContent = (
+
+
{headingText}
+
+
+ )
+
+ const { getByTestId, queryByText } = render(
+ {}}>
+ {modalContent}
+
+ )
+
+ const toggleButton = getByTestId(
+ 'dhis2-uicore-dropdownbutton-toggle'
+ )
+ fireEvent.click(toggleButton)
+
+ await waitFor(() => {
+ expect(queryByText(dropdownButtonText)).toBeInTheDocument()
+ })
+
+ fireEvent.keyDown(document, { key: 'Escape' })
+
+ await waitFor(() => {
+ expect(
+ queryByText(dropdownButtonText)
+ ).not.toBeInTheDocument()
+ expect(queryByText(headingText)).toBeInTheDocument()
+ })
+ })
})
+
describe('closed state', () => {
const onClick = jest.fn()
const wrapper = mount(
diff --git a/components/button/src/dropdown-button/dropdown-button.js b/components/button/src/dropdown-button/dropdown-button.js
index f225206c9d..4fd4aa65ab 100644
--- a/components/button/src/dropdown-button/dropdown-button.js
+++ b/components/button/src/dropdown-button/dropdown-button.js
@@ -69,6 +69,22 @@ class DropdownButton extends Component {
anchorRef = React.createRef()
+ componentDidMount() {
+ document.addEventListener('keydown', this.handleKeyDown)
+ }
+
+ componentWillUnmount() {
+ document.removeEventListener('keydown', this.handleKeyDown)
+ }
+
+ handleKeyDown = (event) => {
+ event.preventDefault()
+ if (event.key === 'Escape' && this.state.open) {
+ event.stopPropagation()
+ this.setState({ open: false })
+ }
+ }
+
onClickHandler = ({ name, value }, event) => {
const handleClick = (open) => {
if (this.props.onClick) {
@@ -133,6 +149,7 @@ class DropdownButton extends Component {
tabIndex={tabIndex}
type={type}
initialFocus={initialFocus}
+ data-test="dhis2-uicore-dropdownbutton-toggle"
>
{children}
From de6f005c6e4bf57819a51e0e6cf658a64cd118b8 Mon Sep 17 00:00:00 2001
From: Chisom Chima <87203527+Chisomchima@users.noreply.github.com>
Date: Mon, 3 Jun 2024 11:22:07 +0100
Subject: [PATCH 057/170] chore: update icon accessibility (#1462)
chore: update translation
chore: update translation
chore: icon accessibility fix
chore: icon accessibility fix
Co-authored-by: Mozafar
---
components/modal/i18n/en.pot | 12 ++
icons/API.md | 261 +++++++++++++++++++++++++++++++
icons/templates/icon-template.js | 9 +-
icons/types/index.d.ts | 1 +
4 files changed, 278 insertions(+), 5 deletions(-)
create mode 100644 components/modal/i18n/en.pot
diff --git a/components/modal/i18n/en.pot b/components/modal/i18n/en.pot
new file mode 100644
index 0000000000..030c3bd705
--- /dev/null
+++ b/components/modal/i18n/en.pot
@@ -0,0 +1,12 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: i18next-conv\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1)\n"
+"POT-Creation-Date: 2024-03-19T09:40:42.359Z\n"
+"PO-Revision-Date: 2024-03-19T09:40:42.359Z\n"
+
+msgid "Close modal dialog"
+msgstr "Close modal dialog"
diff --git a/icons/API.md b/icons/API.md
index fecb3cb9fc..a3cc09da29 100644
--- a/icons/API.md
+++ b/icons/API.md
@@ -16,6 +16,7 @@ import { IconAdd16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgAdd24
@@ -35,6 +36,7 @@ import { IconAdd24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgAddCircle16
@@ -54,6 +56,7 @@ import { IconAddCircle16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgAddCircle24
@@ -73,6 +76,7 @@ import { IconAddCircle24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgApps16
@@ -92,6 +96,7 @@ import { IconApps16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgApps24
@@ -111,6 +116,7 @@ import { IconApps24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgArchive16
@@ -130,6 +136,7 @@ import { IconArchive16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgArchive24
@@ -149,6 +156,7 @@ import { IconArchive24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgArrowDown16
@@ -168,6 +176,7 @@ import { IconArrowDown16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgArrowDown24
@@ -187,6 +196,7 @@ import { IconArrowDown24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgArrowLeft16
@@ -206,6 +216,7 @@ import { IconArrowLeft16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgArrowLeft24
@@ -225,6 +236,7 @@ import { IconArrowLeft24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgArrowLeftMulti16
@@ -244,6 +256,7 @@ import { IconArrowLeftMulti16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgArrowLeftMulti24
@@ -263,6 +276,7 @@ import { IconArrowLeftMulti24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgArrowRight16
@@ -282,6 +296,7 @@ import { IconArrowRight16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgArrowRight24
@@ -301,6 +316,7 @@ import { IconArrowRight24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgArrowRightMulti16
@@ -320,6 +336,7 @@ import { IconArrowRightMulti16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgArrowRightMulti24
@@ -339,6 +356,7 @@ import { IconArrowRightMulti24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgArrowUp16
@@ -358,6 +376,7 @@ import { IconArrowUp16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgArrowUp24
@@ -377,6 +396,7 @@ import { IconArrowUp24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgAt16
@@ -396,6 +416,7 @@ import { IconAt16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgAt24
@@ -415,6 +436,7 @@ import { IconAt24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgAttachment16
@@ -434,6 +456,7 @@ import { IconAttachment16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgAttachment24
@@ -453,6 +476,7 @@ import { IconAttachment24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgBlock16
@@ -472,6 +496,7 @@ import { IconBlock16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgBlock24
@@ -491,6 +516,7 @@ import { IconBlock24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgCalendar16
@@ -510,6 +536,7 @@ import { IconCalendar16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgCalendar24
@@ -529,6 +556,7 @@ import { IconCalendar24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgCheckmark12
@@ -548,6 +576,7 @@ import { IconCheckmark12 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgCheckmark16
@@ -567,6 +596,7 @@ import { IconCheckmark16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgCheckmark24
@@ -586,6 +616,7 @@ import { IconCheckmark24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgCheckmarkCircle16
@@ -605,6 +636,7 @@ import { IconCheckmarkCircle16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgCheckmarkCircle24
@@ -624,6 +656,7 @@ import { IconCheckmarkCircle24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgChevronDown16
@@ -643,6 +676,7 @@ import { IconChevronDown16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgChevronDown24
@@ -662,6 +696,7 @@ import { IconChevronDown24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgChevronLeft16
@@ -681,6 +716,7 @@ import { IconChevronLeft16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgChevronLeft24
@@ -700,6 +736,7 @@ import { IconChevronLeft24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgChevronRight16
@@ -719,6 +756,7 @@ import { IconChevronRight16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgChevronRight24
@@ -738,6 +776,7 @@ import { IconChevronRight24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgChevronUp16
@@ -757,6 +796,7 @@ import { IconChevronUp16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgChevronUp24
@@ -776,6 +816,7 @@ import { IconChevronUp24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgClock16
@@ -795,6 +836,7 @@ import { IconClock16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgClock24
@@ -814,6 +856,7 @@ import { IconClock24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgClockHistory16
@@ -833,6 +876,7 @@ import { IconClockHistory16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgClockHistory24
@@ -852,6 +896,7 @@ import { IconClockHistory24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgColor16
@@ -871,6 +916,7 @@ import { IconColor16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgColor24
@@ -890,6 +936,7 @@ import { IconColor24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgCopy16
@@ -909,6 +956,7 @@ import { IconCopy16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgCopy24
@@ -928,6 +976,7 @@ import { IconCopy24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgCross16
@@ -947,6 +996,7 @@ import { IconCross16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgCross24
@@ -966,6 +1016,7 @@ import { IconCross24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgDashboardWindow16
@@ -985,6 +1036,7 @@ import { IconDashboardWindow16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgDashboardWindow24
@@ -1004,6 +1056,7 @@ import { IconDashboardWindow24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgDataInteger16
@@ -1023,6 +1076,7 @@ import { IconDataInteger16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgDataInteger24
@@ -1042,6 +1096,7 @@ import { IconDataInteger24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgDataString16
@@ -1061,6 +1116,7 @@ import { IconDataString16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgDataString24
@@ -1080,6 +1136,7 @@ import { IconDataString24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgDelete16
@@ -1099,6 +1156,7 @@ import { IconDelete16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgDelete24
@@ -1118,6 +1176,7 @@ import { IconDelete24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgDimensionCategoryOptionGroupset16
@@ -1137,6 +1196,7 @@ import { IconDimensionCategoryOptionGroupset16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgDimensionData16
@@ -1156,6 +1216,7 @@ import { IconDimensionData16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgDimensionDataElementGroupset16
@@ -1175,6 +1236,7 @@ import { IconDimensionDataElementGroupset16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgDimensionDataSet16
@@ -1194,6 +1256,7 @@ import { IconDimensionDataSet16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgDimensionEventDataItem16
@@ -1213,6 +1276,7 @@ import { IconDimensionEventDataItem16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgDimensionIndicator16
@@ -1232,6 +1296,7 @@ import { IconDimensionIndicator16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgDimensionOrgUnit16
@@ -1251,6 +1316,7 @@ import { IconDimensionOrgUnit16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgDimensionOrgUnitGroupset16
@@ -1270,6 +1336,7 @@ import { IconDimensionOrgUnitGroupset16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgDimensionProgramIndicator16
@@ -1289,6 +1356,7 @@ import { IconDimensionProgramIndicator16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgDimensionValidationRule16
@@ -1308,6 +1376,7 @@ import { IconDimensionValidationRule16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgDirectionNorth16
@@ -1327,6 +1396,7 @@ import { IconDirectionNorth16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgDirectionNorth24
@@ -1346,6 +1416,7 @@ import { IconDirectionNorth24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgDownload16
@@ -1365,6 +1436,7 @@ import { IconDownload16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgDownload24
@@ -1384,6 +1456,7 @@ import { IconDownload24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgDragHandle16
@@ -1403,6 +1476,7 @@ import { IconDragHandle16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgDragHandle24
@@ -1422,6 +1496,7 @@ import { IconDragHandle24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgDuplicate16
@@ -1441,6 +1516,7 @@ import { IconDuplicate16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgDuplicate24
@@ -1460,6 +1536,7 @@ import { IconDuplicate24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgEdit16
@@ -1479,6 +1556,7 @@ import { IconEdit16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgEdit24
@@ -1498,6 +1576,7 @@ import { IconEdit24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgEditItems16
@@ -1517,6 +1596,7 @@ import { IconEditItems16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgEditItems24
@@ -1536,6 +1616,7 @@ import { IconEditItems24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgEmptyFrame16
@@ -1555,6 +1636,7 @@ import { IconEmptyFrame16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgEmptyFrame24
@@ -1574,6 +1656,7 @@ import { IconEmptyFrame24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgError16
@@ -1593,6 +1676,7 @@ import { IconError16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgError24
@@ -1612,6 +1696,7 @@ import { IconError24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgErrorFilled16
@@ -1631,6 +1716,7 @@ import { IconErrorFilled16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgErrorFilled24
@@ -1650,6 +1736,7 @@ import { IconErrorFilled24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgExportItems24
@@ -1669,6 +1756,7 @@ import { IconExportItems24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgFaceAdd16
@@ -1688,6 +1776,7 @@ import { IconFaceAdd16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgFaceAdd24
@@ -1707,6 +1796,7 @@ import { IconFaceAdd24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgFile16
@@ -1726,6 +1816,7 @@ import { IconFile16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgFile24
@@ -1745,6 +1836,7 @@ import { IconFile24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgFileDocument16
@@ -1764,6 +1856,7 @@ import { IconFileDocument16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgFileDocument24
@@ -1783,6 +1876,7 @@ import { IconFileDocument24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgFilter16
@@ -1802,6 +1896,7 @@ import { IconFilter16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgFilter24
@@ -1821,6 +1916,7 @@ import { IconFilter24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgFlag16
@@ -1840,6 +1936,7 @@ import { IconFlag16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgFlag24
@@ -1859,6 +1956,7 @@ import { IconFlag24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgFolder16
@@ -1878,6 +1976,7 @@ import { IconFolder16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgFolder24
@@ -1897,6 +1996,7 @@ import { IconFolder24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgFolderOpen16
@@ -1916,6 +2016,7 @@ import { IconFolderOpen16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgFolderOpen24
@@ -1935,6 +2036,7 @@ import { IconFolderOpen24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgFullscreen16
@@ -1954,6 +2056,7 @@ import { IconFullscreen16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgFullscreen24
@@ -1973,6 +2076,7 @@ import { IconFullscreen24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgFullscreenExit16
@@ -1992,6 +2096,7 @@ import { IconFullscreenExit16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgFullscreenExit24
@@ -2011,6 +2116,7 @@ import { IconFullscreenExit24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgHome16
@@ -2030,6 +2136,7 @@ import { IconHome16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgHome24
@@ -2049,6 +2156,7 @@ import { IconHome24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgImage16
@@ -2068,6 +2176,7 @@ import { IconImage16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgImage24
@@ -2087,6 +2196,7 @@ import { IconImage24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgImportItems24
@@ -2106,6 +2216,7 @@ import { IconImportItems24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgInfo16
@@ -2125,6 +2236,7 @@ import { IconInfo16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgInfo24
@@ -2144,6 +2256,7 @@ import { IconInfo24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgInfoFilled16
@@ -2163,6 +2276,7 @@ import { IconInfoFilled16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgInfoFilled24
@@ -2182,6 +2296,7 @@ import { IconInfoFilled24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgLaunch16
@@ -2201,6 +2316,7 @@ import { IconLaunch16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgLaunch24
@@ -2220,6 +2336,7 @@ import { IconLaunch24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgLayoutColumns16
@@ -2239,6 +2356,7 @@ import { IconLayoutColumns16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgLayoutColumns24
@@ -2258,6 +2376,7 @@ import { IconLayoutColumns24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgLayoutRows16
@@ -2277,6 +2396,7 @@ import { IconLayoutRows16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgLayoutRows24
@@ -2296,6 +2416,7 @@ import { IconLayoutRows24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgLegend16
@@ -2315,6 +2436,7 @@ import { IconLegend16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgLegend24
@@ -2334,6 +2456,7 @@ import { IconLegend24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgLink16
@@ -2353,6 +2476,7 @@ import { IconLink16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgLink24
@@ -2372,6 +2496,7 @@ import { IconLink24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgList16
@@ -2391,6 +2516,7 @@ import { IconList16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgList24
@@ -2410,6 +2536,7 @@ import { IconList24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgLocation16
@@ -2429,6 +2556,7 @@ import { IconLocation16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgLocation24
@@ -2448,6 +2576,7 @@ import { IconLocation24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgLock16
@@ -2467,6 +2596,7 @@ import { IconLock16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgLock24
@@ -2486,6 +2616,7 @@ import { IconLock24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgLockOpen16
@@ -2505,6 +2636,7 @@ import { IconLockOpen16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgLockOpen24
@@ -2524,6 +2656,7 @@ import { IconLockOpen24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgLogOut16
@@ -2543,6 +2676,7 @@ import { IconLogOut16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgLogOut24
@@ -2562,6 +2696,7 @@ import { IconLogOut24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgMail16
@@ -2581,6 +2716,7 @@ import { IconMail16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgMail24
@@ -2600,6 +2736,7 @@ import { IconMail24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgMailOpen16
@@ -2619,6 +2756,7 @@ import { IconMailOpen16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgMailOpen24
@@ -2638,6 +2776,7 @@ import { IconMailOpen24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgMessages16
@@ -2657,6 +2796,7 @@ import { IconMessages16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgMessages24
@@ -2676,6 +2816,7 @@ import { IconMessages24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgMore16
@@ -2695,6 +2836,7 @@ import { IconMore16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgMore24
@@ -2714,6 +2856,7 @@ import { IconMore24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgMove16
@@ -2733,6 +2876,7 @@ import { IconMove16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgMove24
@@ -2752,6 +2896,7 @@ import { IconMove24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgPushLeft16
@@ -2771,6 +2916,7 @@ import { IconPushLeft16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgPushLeft24
@@ -2790,6 +2936,7 @@ import { IconPushLeft24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgPushRight16
@@ -2809,6 +2956,7 @@ import { IconPushRight16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgPushRight24
@@ -2828,6 +2976,7 @@ import { IconPushRight24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgQuestion16
@@ -2847,6 +2996,7 @@ import { IconQuestion16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgQuestion24
@@ -2866,6 +3016,7 @@ import { IconQuestion24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgQuestionFilled16
@@ -2885,6 +3036,7 @@ import { IconQuestionFilled16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgQuestionFilled24
@@ -2904,6 +3056,7 @@ import { IconQuestionFilled24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgQueue16
@@ -2923,6 +3076,7 @@ import { IconQueue16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgQueue24
@@ -2942,6 +3096,7 @@ import { IconQueue24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgRedo16
@@ -2961,6 +3116,7 @@ import { IconRedo16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgRedo24
@@ -2980,6 +3136,7 @@ import { IconRedo24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgReorder16
@@ -2999,6 +3156,7 @@ import { IconReorder16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgReorder24
@@ -3018,6 +3176,7 @@ import { IconReorder24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgReply16
@@ -3037,6 +3196,7 @@ import { IconReply16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgReply24
@@ -3056,6 +3216,7 @@ import { IconReply24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgRuler16
@@ -3075,6 +3236,7 @@ import { IconRuler16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgRuler24
@@ -3094,6 +3256,7 @@ import { IconRuler24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgSave16
@@ -3113,6 +3276,7 @@ import { IconSave16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgSave24
@@ -3132,6 +3296,7 @@ import { IconSave24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgSearch16
@@ -3151,6 +3316,7 @@ import { IconSearch16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgSearch24
@@ -3170,6 +3336,7 @@ import { IconSearch24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgSettings16
@@ -3189,6 +3356,7 @@ import { IconSettings16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgSettings24
@@ -3208,6 +3376,7 @@ import { IconSettings24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgShare16
@@ -3227,6 +3396,7 @@ import { IconShare16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgShare24
@@ -3246,6 +3416,7 @@ import { IconShare24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgStar16
@@ -3265,6 +3436,7 @@ import { IconStar16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgStar24
@@ -3284,6 +3456,7 @@ import { IconStar24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgStarFilled16
@@ -3303,6 +3476,7 @@ import { IconStarFilled16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgStarFilled24
@@ -3322,6 +3496,7 @@ import { IconStarFilled24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgSubscribe16
@@ -3341,6 +3516,7 @@ import { IconSubscribe16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgSubscribe24
@@ -3360,6 +3536,7 @@ import { IconSubscribe24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgSubscribeOff16
@@ -3379,6 +3556,7 @@ import { IconSubscribeOff16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgSubscribeOff24
@@ -3398,6 +3576,7 @@ import { IconSubscribeOff24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgSubtract16
@@ -3417,6 +3596,7 @@ import { IconSubtract16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgSubtract24
@@ -3436,6 +3616,7 @@ import { IconSubtract24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgSubtractCircle16
@@ -3455,6 +3636,7 @@ import { IconSubtractCircle16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgSubtractCircle24
@@ -3474,6 +3656,7 @@ import { IconSubtractCircle24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgSync16
@@ -3493,6 +3676,7 @@ import { IconSync16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgSync24
@@ -3512,6 +3696,7 @@ import { IconSync24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgTable16
@@ -3531,6 +3716,7 @@ import { IconTable16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgTable24
@@ -3550,6 +3736,7 @@ import { IconTable24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgTerminalWindow16
@@ -3569,6 +3756,7 @@ import { IconTerminalWindow16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgTerminalWindow24
@@ -3588,6 +3776,7 @@ import { IconTerminalWindow24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgTextBold16
@@ -3607,6 +3796,7 @@ import { IconTextBold16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgTextBold24
@@ -3626,6 +3816,7 @@ import { IconTextBold24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgTextBox16
@@ -3645,6 +3836,7 @@ import { IconTextBox16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgTextBox24
@@ -3664,6 +3856,7 @@ import { IconTextBox24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgTextHeading16
@@ -3683,6 +3876,7 @@ import { IconTextHeading16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgTextHeading24
@@ -3702,6 +3896,7 @@ import { IconTextHeading24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgTextItalic16
@@ -3721,6 +3916,7 @@ import { IconTextItalic16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgTextItalic24
@@ -3740,6 +3936,7 @@ import { IconTextItalic24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgTextListOrdered16
@@ -3759,6 +3956,7 @@ import { IconTextListOrdered16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgTextListOrdered24
@@ -3778,6 +3976,7 @@ import { IconTextListOrdered24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgTextListUnordered16
@@ -3797,6 +3996,7 @@ import { IconTextListUnordered16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgTextListUnordered24
@@ -3816,6 +4016,7 @@ import { IconTextListUnordered24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgThumbDown16
@@ -3835,6 +4036,7 @@ import { IconThumbDown16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgThumbDown24
@@ -3854,6 +4056,7 @@ import { IconThumbDown24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgThumbUp16
@@ -3873,6 +4076,7 @@ import { IconThumbUp16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgThumbUp24
@@ -3892,6 +4096,7 @@ import { IconThumbUp24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgTranslate16
@@ -3911,6 +4116,7 @@ import { IconTranslate16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgTranslate24
@@ -3930,6 +4136,7 @@ import { IconTranslate24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgUndo16
@@ -3949,6 +4156,7 @@ import { IconUndo16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgUndo24
@@ -3968,6 +4176,7 @@ import { IconUndo24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgUpload16
@@ -3987,6 +4196,7 @@ import { IconUpload16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgUpload24
@@ -4006,6 +4216,7 @@ import { IconUpload24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgUser16
@@ -4025,6 +4236,7 @@ import { IconUser16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgUser24
@@ -4044,6 +4256,7 @@ import { IconUser24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgUserGroup16
@@ -4063,6 +4276,7 @@ import { IconUserGroup16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgUserGroup24
@@ -4082,6 +4296,7 @@ import { IconUserGroup24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgView16
@@ -4101,6 +4316,7 @@ import { IconView16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgView24
@@ -4120,6 +4336,7 @@ import { IconView24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgViewOff16
@@ -4139,6 +4356,7 @@ import { IconViewOff16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgViewOff24
@@ -4158,6 +4376,7 @@ import { IconViewOff24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgVisualizationArea16
@@ -4177,6 +4396,7 @@ import { IconVisualizationArea16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgVisualizationArea24
@@ -4196,6 +4416,7 @@ import { IconVisualizationArea24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgVisualizationAreaStacked16
@@ -4215,6 +4436,7 @@ import { IconVisualizationAreaStacked16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgVisualizationAreaStacked24
@@ -4234,6 +4456,7 @@ import { IconVisualizationAreaStacked24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgVisualizationBar16
@@ -4253,6 +4476,7 @@ import { IconVisualizationBar16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgVisualizationBar24
@@ -4272,6 +4496,7 @@ import { IconVisualizationBar24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgVisualizationBarStacked16
@@ -4291,6 +4516,7 @@ import { IconVisualizationBarStacked16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgVisualizationBarStacked24
@@ -4310,6 +4536,7 @@ import { IconVisualizationBarStacked24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgVisualizationColumn16
@@ -4329,6 +4556,7 @@ import { IconVisualizationColumn16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgVisualizationColumn24
@@ -4348,6 +4576,7 @@ import { IconVisualizationColumn24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgVisualizationColumnMulti16
@@ -4367,6 +4596,7 @@ import { IconVisualizationColumnMulti16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgVisualizationColumnMulti24
@@ -4386,6 +4616,7 @@ import { IconVisualizationColumnMulti24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgVisualizationColumnStacked16
@@ -4405,6 +4636,7 @@ import { IconVisualizationColumnStacked16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgVisualizationColumnStacked24
@@ -4424,6 +4656,7 @@ import { IconVisualizationColumnStacked24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgVisualizationGauge16
@@ -4443,6 +4676,7 @@ import { IconVisualizationGauge16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgVisualizationGauge24
@@ -4462,6 +4696,7 @@ import { IconVisualizationGauge24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgVisualizationLine16
@@ -4481,6 +4716,7 @@ import { IconVisualizationLine16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgVisualizationLine24
@@ -4500,6 +4736,7 @@ import { IconVisualizationLine24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgVisualizationLineMulti16
@@ -4519,6 +4756,7 @@ import { IconVisualizationLineMulti16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgVisualizationLineMulti24
@@ -4538,6 +4776,7 @@ import { IconVisualizationLineMulti24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgVisualizationLinelist16
@@ -4557,6 +4796,7 @@ import { IconVisualizationLinelist16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgVisualizationLinelist24
@@ -4576,6 +4816,7 @@ import { IconVisualizationLinelist24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgVisualizationOutlierTable16
@@ -4595,6 +4836,7 @@ import { IconVisualizationOutlierTable16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgVisualizationOutlierTable24
@@ -4614,6 +4856,7 @@ import { IconVisualizationOutlierTable24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgVisualizationPie16
@@ -4633,6 +4876,7 @@ import { IconVisualizationPie16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgVisualizationPie24
@@ -4652,6 +4896,7 @@ import { IconVisualizationPie24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgVisualizationPivotTable16
@@ -4671,6 +4916,7 @@ import { IconVisualizationPivotTable16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgVisualizationPivotTable24
@@ -4690,6 +4936,7 @@ import { IconVisualizationPivotTable24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgVisualizationRadar16
@@ -4709,6 +4956,7 @@ import { IconVisualizationRadar16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgVisualizationRadar24
@@ -4728,6 +4976,7 @@ import { IconVisualizationRadar24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgVisualizationScatter16
@@ -4747,6 +4996,7 @@ import { IconVisualizationScatter16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgVisualizationScatter24
@@ -4766,6 +5016,7 @@ import { IconVisualizationScatter24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgVisualizationSingleValue16
@@ -4785,6 +5036,7 @@ import { IconVisualizationSingleValue16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgVisualizationSingleValue24
@@ -4804,6 +5056,7 @@ import { IconVisualizationSingleValue24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgWarning16
@@ -4823,6 +5076,7 @@ import { IconWarning16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgWarning24
@@ -4842,6 +5096,7 @@ import { IconWarning24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgWarningFilled16
@@ -4861,6 +5116,7 @@ import { IconWarningFilled16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgWarningFilled24
@@ -4880,6 +5136,7 @@ import { IconWarningFilled24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgWindow16
@@ -4899,6 +5156,7 @@ import { IconWindow16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgWindow24
@@ -4918,6 +5176,7 @@ import { IconWindow24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgWorld16
@@ -4937,6 +5196,7 @@ import { IconWorld16 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
### SvgWorld24
@@ -4956,3 +5216,4 @@ import { IconWorld24 } from '@dhis2/ui'
|---|---|---|---|---|
|color|string||||
|dataTest|string||||
+|ariaLabel|string||||
diff --git a/icons/templates/icon-template.js b/icons/templates/icon-template.js
index 6f1f2f6eb1..8011dd3109 100644
--- a/icons/templates/icon-template.js
+++ b/icons/templates/icon-template.js
@@ -2,7 +2,6 @@
* https://react-svgr.com/docs/custom-templates
* https://babeljs.io/docs/en/babel-template#ast-1
*/
-
function template(
{ template },
opts,
@@ -12,18 +11,18 @@ function template(
const tpl = template.smart({ plugins })
return tpl.ast`
- import PropTypes from 'prop-types'
+ import PropTypes from 'prop-types';
${imports}
- function ${componentName}({ color, dataTest }) {
- return ${jsx};
+ function ${componentName}({ color, dataTest, ariaLabel }) {
+ return ${jsx}
}
${componentName}.propTypes = {
color: PropTypes.string,
dataTest: PropTypes.string,
+ ariaLabel: PropTypes.string
}
-
${exports}
`
}
diff --git a/icons/types/index.d.ts b/icons/types/index.d.ts
index 4dc4b03932..29c0295caa 100644
--- a/icons/types/index.d.ts
+++ b/icons/types/index.d.ts
@@ -2,6 +2,7 @@ import * as React from 'react'
export interface IconProps {
color?: string
+ ariaLabel?: string
}
export const IconAdd16: React.FC
From 35482c71de2786c077d22b307de25d11af43a79a Mon Sep 17 00:00:00 2001
From: Chisom Chima <87203527+Chisomchima@users.noreply.github.com>
Date: Mon, 3 Jun 2024 11:25:50 +0100
Subject: [PATCH 058/170] chore: update accessibility of user avatar component
(#1467)
chore: update user avatar accessibility
---
components/user-avatar/src/text-avatar.js | 2 +-
components/user-avatar/src/user-avatar.js | 4 ++++
components/user-avatar/types/index.d.ts | 1 +
3 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/components/user-avatar/src/text-avatar.js b/components/user-avatar/src/text-avatar.js
index d25d6221e5..76ca9fb7e1 100644
--- a/components/user-avatar/src/text-avatar.js
+++ b/components/user-avatar/src/text-avatar.js
@@ -24,7 +24,7 @@ export const TextAvatar = ({
medium,
small,
}) => (
-
+
(
{avatarId ? (
@@ -90,6 +93,7 @@ UserAvatar.propTypes = {
// SVG fallback with a `IconUser24`.
// This has been discussed and deferred
name: PropTypes.string.isRequired,
+ ariaLabel: PropTypes.string,
avatarId: PropTypes.string,
className: PropTypes.string,
dataTest: PropTypes.string,
diff --git a/components/user-avatar/types/index.d.ts b/components/user-avatar/types/index.d.ts
index 8d61de841c..416a476831 100644
--- a/components/user-avatar/types/index.d.ts
+++ b/components/user-avatar/types/index.d.ts
@@ -10,6 +10,7 @@ export interface UserAvatarProps {
large?: boolean
medium?: boolean
small?: boolean
+ ariaLabel?: string
}
export const UserAvatar: React.FC
From 1dc54395905a3995a2a4873b9c702b4a2d72519e Mon Sep 17 00:00:00 2001
From: Chisom Chima <87203527+Chisomchima@users.noreply.github.com>
Date: Mon, 18 Mar 2024 16:52:38 +0100
Subject: [PATCH 059/170] chore: update warning in button component (#1455)
---
.../src/button/__tests__/Button.test.js | 46 +++++++++++++++++++
components/button/src/button/button.js | 8 ++++
2 files changed, 54 insertions(+)
diff --git a/components/button/src/button/__tests__/Button.test.js b/components/button/src/button/__tests__/Button.test.js
index 9126fb798f..b36146c492 100644
--- a/components/button/src/button/__tests__/Button.test.js
+++ b/components/button/src/button/__tests__/Button.test.js
@@ -4,6 +4,52 @@ import React from 'react'
import { Button } from '../button.js'
describe('', () => {
+ let consoleSpy
+
+ beforeEach(() => {
+ consoleSpy = jest.spyOn(console, 'debug').mockImplementation()
+ })
+
+ afterEach(() => {
+ consoleSpy.mockRestore()
+ })
+
+ describe('warning for missing aria-label and title', () => {
+ it('No warning if children exist but aria-label and title is missing', () => {
+ render(Children content )
+
+ expect(consoleSpy).not.toHaveBeenCalled()
+ })
+
+ it('does not warn if aria-label and title is present', () => {
+ render(
+
+ Children content
+
+ )
+
+ expect(consoleSpy).not.toHaveBeenCalled()
+ })
+
+ it('warns if no children are present with no arial-label and title', () => {
+ render({/* No children */} )
+
+ expect(consoleSpy).toHaveBeenCalledWith(
+ 'Button component has no children but is missing title and ariaLabel attribute.'
+ )
+ })
+
+ it('No warning if there are no children but arial label and title', () => {
+ render(
+
+ {/* No children */}
+
+ )
+
+ expect(consoleSpy).not.toHaveBeenCalled()
+ })
+ })
+
it('renders a default data-test attribute', () => {
const dataTest = 'dhis2-uicore-button'
const wrapper = mount( )
diff --git a/components/button/src/button/button.js b/components/button/src/button/button.js
index c357c36374..7f27d98223 100644
--- a/components/button/src/button/button.js
+++ b/components/button/src/button/button.js
@@ -37,6 +37,14 @@ export const Button = ({
}
}, [initialFocus, ref.current])
+ const { 'aria-label': ariaLabel, title } = otherProps
+
+ if (!children && !title && !ariaLabel) {
+ console.debug(
+ 'Button component has no children but is missing title and ariaLabel attribute.'
+ )
+ }
+
const handleClick = (event) => onClick && onClick({ value, name }, event)
const handleBlur = (event) => onBlur && onBlur({ value, name }, event)
const handleFocus = (event) => onFocus && onFocus({ value, name }, event)
From aaa60fbd5b4d83f5ede5d3f98db182099af49134 Mon Sep 17 00:00:00 2001
From: Diana Nanyanzi <31903212+d-rita@users.noreply.github.com>
Date: Mon, 18 Mar 2024 18:52:54 +0300
Subject: [PATCH 060/170] feat: add aria attributes to loaders (#1449)
* feat: add aria attributes to loaders
- Add aria-valuenow attribute to linear loader
- Add aria-label attribute to both linear and circular loaders
- Add unit tests for loaders
* refactor: change aria-label to use hyphen after code review
Co-authored-by: Diana Nanyanzi
---------
Co-authored-by: Mozafar Haider
Co-authored-by: Diana Nanyanzi
---
.../__tests__/circular-loader.test.js | 26 +++++++++++++++++
.../src/circular-loader/circular-loader.js | 3 ++
.../circular-loader.stories.js | 7 +++--
.../__tests__/linear-loader.test.js | 29 +++++++++++++++++++
.../loader/src/linear-loader/linear-loader.js | 4 +++
.../linear-loader/linear-loader.stories.js | 13 ++++++---
components/loader/types/index.d.ts | 2 ++
7 files changed, 77 insertions(+), 7 deletions(-)
create mode 100644 components/loader/src/circular-loader/__tests__/circular-loader.test.js
create mode 100644 components/loader/src/linear-loader/__tests__/linear-loader.test.js
diff --git a/components/loader/src/circular-loader/__tests__/circular-loader.test.js b/components/loader/src/circular-loader/__tests__/circular-loader.test.js
new file mode 100644
index 0000000000..bc34f5f735
--- /dev/null
+++ b/components/loader/src/circular-loader/__tests__/circular-loader.test.js
@@ -0,0 +1,26 @@
+import { mount } from 'enzyme'
+import React from 'react'
+import { CircularLoader } from '../circular-loader.js'
+
+describe('Circular Loader', () => {
+ it('renders the circular loader with aria label', () => {
+ const wrapper = mount(
+
+ )
+ const actual = wrapper.find({ 'data-test': 'circular-loader-test' })
+ expect(actual.prop('role')).toBe('progressbar')
+ expect(actual.prop('aria-label')).toBe('Circular Loader')
+ })
+
+ it('renders the circular loader without aria label', () => {
+ const wrapper = mount(
+
+ )
+ const actual = wrapper.find({ 'data-test': 'circular-loader-test' })
+ expect(actual.prop('aria-label')).toBe(undefined)
+ expect(actual.prop('role')).toBe('progressbar')
+ })
+})
diff --git a/components/loader/src/circular-loader/circular-loader.js b/components/loader/src/circular-loader/circular-loader.js
index 2ede281513..a512c321ff 100644
--- a/components/loader/src/circular-loader/circular-loader.js
+++ b/components/loader/src/circular-loader/circular-loader.js
@@ -10,6 +10,7 @@ const CircularLoader = ({
invert,
className,
dataTest,
+ 'aria-label': ariaLabel,
}) => (
-
-)
+ } else {
+ // assign non-native props to custom elements
+ childProps.dense =
+ typeof child.props.dense === 'boolean'
+ ? child.props.dense
+ : dense
+ childProps.hideDivider =
+ typeof child.props.hideDivider !== 'boolean' && index === 0
+ ? true
+ : child.props.hideDivider
+ return cloneElement(child, { ...childProps, tabIndex })
+ }
+ })
+
+ return (
+
+ )
+}
Menu.defaultProps = {
dataTest: 'dhis2-uicore-menulist',
diff --git a/components/menu/src/menu/use-menu.js b/components/menu/src/menu/use-menu.js
new file mode 100644
index 0000000000..2441fc3752
--- /dev/null
+++ b/components/menu/src/menu/use-menu.js
@@ -0,0 +1,98 @@
+import { useRef, useState, useEffect, useCallback } from 'react'
+import { getFocusableItemsIndices } from './helpers.js'
+
+export const useMenuNavigation = (children) => {
+ const menuRef = useRef(null)
+ const [focusableItemsIndices, setFocusableItemsIndices] = useState(null)
+ const [activeItemIndex, setActiveItemIndex] = useState(-1)
+
+ // Initializes the indices for focusable items
+ useEffect(() => {
+ if (menuRef) {
+ const menuItems = Array.from(menuRef.current.children)
+ const itemsIndices = getFocusableItemsIndices(menuItems)
+ setFocusableItemsIndices(itemsIndices)
+ }
+ }, [children])
+
+ // Focus the active menu child
+ useEffect(() => {
+ if (menuRef) {
+ if (focusableItemsIndices?.length && activeItemIndex > -1) {
+ const currentIndex = focusableItemsIndices[activeItemIndex]
+ menuRef.current.children[currentIndex].focus()
+ }
+ }
+ }, [activeItemIndex, focusableItemsIndices])
+
+ // Navigate through focusable children using arrow keys
+ // Trigger actionable items
+ const handleKeyDown = useCallback(
+ (event) => {
+ const totalFocusablePositions = focusableItemsIndices?.length
+ if (totalFocusablePositions) {
+ const lastIndex = totalFocusablePositions - 1
+ switch (event.key) {
+ case 'ArrowUp':
+ event.preventDefault()
+ setActiveItemIndex(
+ activeItemIndex > 0
+ ? activeItemIndex - 1
+ : lastIndex
+ )
+ break
+ case 'ArrowDown':
+ event.preventDefault()
+ setActiveItemIndex(
+ activeItemIndex >= lastIndex
+ ? 0
+ : activeItemIndex + 1
+ )
+ break
+ case 'Enter':
+ case ' ':
+ event.preventDefault()
+ if (event.target.nodeName === 'LI') {
+ event.target.children[0].click()
+ }
+ break
+ default:
+ break
+ }
+ }
+ },
+ [activeItemIndex, focusableItemsIndices]
+ )
+
+ // Event listeners for menu focus and key handling
+ useEffect(() => {
+ if (!menuRef) {
+ return
+ }
+
+ const menu = menuRef.current
+
+ // Focus the first menu item when the menu receives focus
+ const handleFocus = (event) => {
+ if (event.target === menuRef.current) {
+ const firstItemIndex = focusableItemsIndices?.[0]
+ firstItemIndex &&
+ menuRef.current.children[firstItemIndex].focus()
+ setActiveItemIndex(0)
+ }
+ }
+
+ menu.addEventListener('focus', handleFocus)
+ menu.addEventListener('keydown', handleKeyDown)
+
+ return () => {
+ menu.removeEventListener('focus', handleFocus)
+ menu.removeEventListener('keydown', handleKeyDown)
+ }
+ }, [activeItemIndex, focusableItemsIndices, handleKeyDown])
+
+ return {
+ menuRef,
+ focusedIndex: focusableItemsIndices?.[activeItemIndex],
+ }
+}
diff --git a/components/menu/types/index.d.ts b/components/menu/types/index.d.ts
index 48c3321061..44d646cee8 100644
--- a/components/menu/types/index.d.ts
+++ b/components/menu/types/index.d.ts
@@ -77,6 +77,11 @@ export interface MenuItemProps {
* When true, nested menu items are shown in a Popper
*/
showSubMenu?: boolean
+ /**
+ * A supporting element shown at the end of the menu item
+ */
+ suffix: React.ReactNode
+ tabIndex?: number
/**
* For using menu item as a link
*/
From 7000cf0c49ddbc2fc66df67b995d2e7529943c64 Mon Sep 17 00:00:00 2001
From: "@dhis2-bot"
Date: Tue, 2 Jul 2024 14:25:46 +0000
Subject: [PATCH 094/170] chore(release): cut 9.9.0 [skip release]
# [9.9.0](https://github.com/dhis2/ui/compare/v9.8.10...v9.9.0) (2024-07-02)
### Features
* **menu:** add aria-attributes and roles to menu and its components ([#1514](https://github.com/dhis2/ui/issues/1514)) ([54b816c](https://github.com/dhis2/ui/commit/54b816c8ac28ef74ac628130994c9c8fadf9d178))
* **menu:** add keyboard accessibility to menus ([#1533](https://github.com/dhis2/ui/issues/1533)) ([235a71e](https://github.com/dhis2/ui/commit/235a71e92d41c35b84e61407adfbfa53b3513d4e))
---
CHANGELOG.md | 8 ++
collections/forms/package.json | 20 ++--
collections/ui/API.md | 3 +
collections/ui/package.json | 98 +++++++++----------
components/alert/package.json | 8 +-
components/box/package.json | 4 +-
components/button/package.json | 12 +--
components/calendar/package.json | 16 +--
components/card/package.json | 4 +-
components/center/package.json | 4 +-
components/checkbox/package.json | 8 +-
components/chip/package.json | 4 +-
components/cover/package.json | 4 +-
components/css/package.json | 4 +-
components/divider/package.json | 4 +-
components/field/package.json | 10 +-
components/file-input/package.json | 16 +--
components/header-bar/package.json | 30 +++---
components/help/package.json | 4 +-
components/input/package.json | 16 +--
components/intersection-detector/package.json | 4 +-
components/label/package.json | 6 +-
components/layer/package.json | 6 +-
components/legend/package.json | 6 +-
components/loader/package.json | 4 +-
components/logo/package.json | 4 +-
components/menu/API.md | 3 +
components/menu/package.json | 16 +--
components/modal/package.json | 14 +--
components/node/package.json | 6 +-
components/notice-box/package.json | 6 +-
.../organisation-unit-tree/package.json | 10 +-
components/pagination/package.json | 10 +-
components/popover/package.json | 8 +-
components/popper/package.json | 4 +-
components/portal/package.json | 2 +-
components/radio/package.json | 4 +-
components/required/package.json | 4 +-
components/segmented-control/package.json | 4 +-
components/select/package.json | 30 +++---
components/selector-bar/package.json | 22 ++---
components/sharing-dialog/package.json | 34 +++----
components/status-icon/package.json | 8 +-
components/switch/package.json | 8 +-
components/tab/package.json | 6 +-
components/table/package.json | 6 +-
components/tag/package.json | 4 +-
components/text-area/package.json | 14 +--
components/tooltip/package.json | 8 +-
components/transfer/package.json | 14 +--
components/user-avatar/package.json | 4 +-
constants/package.json | 2 +-
docs/package.json | 2 +-
icons/package.json | 2 +-
package.json | 2 +-
storybook/package.json | 6 +-
56 files changed, 292 insertions(+), 278 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4e690067d3..826c38a6cb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+# [9.9.0](https://github.com/dhis2/ui/compare/v9.8.10...v9.9.0) (2024-07-02)
+
+
+### Features
+
+* **menu:** add aria-attributes and roles to menu and its components ([#1514](https://github.com/dhis2/ui/issues/1514)) ([54b816c](https://github.com/dhis2/ui/commit/54b816c8ac28ef74ac628130994c9c8fadf9d178))
+* **menu:** add keyboard accessibility to menus ([#1533](https://github.com/dhis2/ui/issues/1533)) ([235a71e](https://github.com/dhis2/ui/commit/235a71e92d41c35b84e61407adfbfa53b3513d4e))
+
## [9.8.10](https://github.com/dhis2/ui/compare/v9.8.9...v9.8.10) (2024-07-01)
diff --git a/collections/forms/package.json b/collections/forms/package.json
index a4a900a759..a8c4ce323e 100644
--- a/collections/forms/package.json
+++ b/collections/forms/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-forms",
- "version": "9.8.10",
+ "version": "9.9.0",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
"sideEffects": [
@@ -35,15 +35,15 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.8.10",
- "@dhis2-ui/checkbox": "9.8.10",
- "@dhis2-ui/field": "9.8.10",
- "@dhis2-ui/file-input": "9.8.10",
- "@dhis2-ui/input": "9.8.10",
- "@dhis2-ui/radio": "9.8.10",
- "@dhis2-ui/select": "9.8.10",
- "@dhis2-ui/switch": "9.8.10",
- "@dhis2-ui/text-area": "9.8.10",
+ "@dhis2-ui/button": "9.9.0",
+ "@dhis2-ui/checkbox": "9.9.0",
+ "@dhis2-ui/field": "9.9.0",
+ "@dhis2-ui/file-input": "9.9.0",
+ "@dhis2-ui/input": "9.9.0",
+ "@dhis2-ui/radio": "9.9.0",
+ "@dhis2-ui/select": "9.9.0",
+ "@dhis2-ui/switch": "9.9.0",
+ "@dhis2-ui/text-area": "9.9.0",
"classnames": "^2.3.1",
"final-form": "^4.20.2",
"prop-types": "^15.7.2",
diff --git a/collections/ui/API.md b/collections/ui/API.md
index 81b9de10fe..43ef86d0e6 100644
--- a/collections/ui/API.md
+++ b/collections/ui/API.md
@@ -1133,6 +1133,8 @@ import { MenuItem } from '@dhis2/ui'
|Name|Type|Default|Required|Description|
|---|---|---|---|---|
|active|boolean||||
+|checkbox|boolean||||
+|checked|boolean||||
|chevron|boolean||||
|children|node|||Nested menu items can become submenus. See `showSubMenu` and `toggleSubMenu` props, and 'Children' demo|
|className|string||||
@@ -1145,6 +1147,7 @@ import { MenuItem } from '@dhis2/ui'
|label|node|||Text in the menu item|
|showSubMenu|boolean|||When true, nested menu items are shown in a Popper|
|suffix|node|||A supporting element shown at the end of the menu item|
+|tabIndex|number||||
|target|string|||For using menu item as a link|
|toggleSubMenu|function|||On click, this function is called (without args)|
|value|string|||Value associated with item. Passed as an argument to onClick handler.|
diff --git a/collections/ui/package.json b/collections/ui/package.json
index 65494dcb70..d4a579636a 100644
--- a/collections/ui/package.json
+++ b/collections/ui/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui",
- "version": "9.8.10",
+ "version": "9.9.0",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
"exports": {
@@ -21,54 +21,54 @@
"build": "d2-app-scripts build"
},
"dependencies": {
- "@dhis2-ui/alert": "9.8.10",
- "@dhis2-ui/box": "9.8.10",
- "@dhis2-ui/button": "9.8.10",
- "@dhis2-ui/calendar": "9.8.10",
- "@dhis2-ui/card": "9.8.10",
- "@dhis2-ui/center": "9.8.10",
- "@dhis2-ui/checkbox": "9.8.10",
- "@dhis2-ui/chip": "9.8.10",
- "@dhis2-ui/cover": "9.8.10",
- "@dhis2-ui/css": "9.8.10",
- "@dhis2-ui/divider": "9.8.10",
- "@dhis2-ui/field": "9.8.10",
- "@dhis2-ui/file-input": "9.8.10",
- "@dhis2-ui/header-bar": "9.8.10",
- "@dhis2-ui/help": "9.8.10",
- "@dhis2-ui/input": "9.8.10",
- "@dhis2-ui/intersection-detector": "9.8.10",
- "@dhis2-ui/label": "9.8.10",
- "@dhis2-ui/layer": "9.8.10",
- "@dhis2-ui/legend": "9.8.10",
- "@dhis2-ui/loader": "9.8.10",
- "@dhis2-ui/logo": "9.8.10",
- "@dhis2-ui/menu": "9.8.10",
- "@dhis2-ui/modal": "9.8.10",
- "@dhis2-ui/node": "9.8.10",
- "@dhis2-ui/notice-box": "9.8.10",
- "@dhis2-ui/organisation-unit-tree": "9.8.10",
- "@dhis2-ui/pagination": "9.8.10",
- "@dhis2-ui/popover": "9.8.10",
- "@dhis2-ui/popper": "9.8.10",
- "@dhis2-ui/portal": "9.8.10",
- "@dhis2-ui/radio": "9.8.10",
- "@dhis2-ui/required": "9.8.10",
- "@dhis2-ui/segmented-control": "9.8.10",
- "@dhis2-ui/select": "9.8.10",
- "@dhis2-ui/selector-bar": "9.8.10",
- "@dhis2-ui/sharing-dialog": "9.8.10",
- "@dhis2-ui/switch": "9.8.10",
- "@dhis2-ui/tab": "9.8.10",
- "@dhis2-ui/table": "9.8.10",
- "@dhis2-ui/tag": "9.8.10",
- "@dhis2-ui/text-area": "9.8.10",
- "@dhis2-ui/tooltip": "9.8.10",
- "@dhis2-ui/transfer": "9.8.10",
- "@dhis2-ui/user-avatar": "9.8.10",
- "@dhis2/ui-constants": "9.8.10",
- "@dhis2/ui-forms": "9.8.10",
- "@dhis2/ui-icons": "9.8.10",
+ "@dhis2-ui/alert": "9.9.0",
+ "@dhis2-ui/box": "9.9.0",
+ "@dhis2-ui/button": "9.9.0",
+ "@dhis2-ui/calendar": "9.9.0",
+ "@dhis2-ui/card": "9.9.0",
+ "@dhis2-ui/center": "9.9.0",
+ "@dhis2-ui/checkbox": "9.9.0",
+ "@dhis2-ui/chip": "9.9.0",
+ "@dhis2-ui/cover": "9.9.0",
+ "@dhis2-ui/css": "9.9.0",
+ "@dhis2-ui/divider": "9.9.0",
+ "@dhis2-ui/field": "9.9.0",
+ "@dhis2-ui/file-input": "9.9.0",
+ "@dhis2-ui/header-bar": "9.9.0",
+ "@dhis2-ui/help": "9.9.0",
+ "@dhis2-ui/input": "9.9.0",
+ "@dhis2-ui/intersection-detector": "9.9.0",
+ "@dhis2-ui/label": "9.9.0",
+ "@dhis2-ui/layer": "9.9.0",
+ "@dhis2-ui/legend": "9.9.0",
+ "@dhis2-ui/loader": "9.9.0",
+ "@dhis2-ui/logo": "9.9.0",
+ "@dhis2-ui/menu": "9.9.0",
+ "@dhis2-ui/modal": "9.9.0",
+ "@dhis2-ui/node": "9.9.0",
+ "@dhis2-ui/notice-box": "9.9.0",
+ "@dhis2-ui/organisation-unit-tree": "9.9.0",
+ "@dhis2-ui/pagination": "9.9.0",
+ "@dhis2-ui/popover": "9.9.0",
+ "@dhis2-ui/popper": "9.9.0",
+ "@dhis2-ui/portal": "9.9.0",
+ "@dhis2-ui/radio": "9.9.0",
+ "@dhis2-ui/required": "9.9.0",
+ "@dhis2-ui/segmented-control": "9.9.0",
+ "@dhis2-ui/select": "9.9.0",
+ "@dhis2-ui/selector-bar": "9.9.0",
+ "@dhis2-ui/sharing-dialog": "9.9.0",
+ "@dhis2-ui/switch": "9.9.0",
+ "@dhis2-ui/tab": "9.9.0",
+ "@dhis2-ui/table": "9.9.0",
+ "@dhis2-ui/tag": "9.9.0",
+ "@dhis2-ui/text-area": "9.9.0",
+ "@dhis2-ui/tooltip": "9.9.0",
+ "@dhis2-ui/transfer": "9.9.0",
+ "@dhis2-ui/user-avatar": "9.9.0",
+ "@dhis2/ui-constants": "9.9.0",
+ "@dhis2/ui-forms": "9.9.0",
+ "@dhis2/ui-icons": "9.9.0",
"prop-types": "^15.7.2"
},
"peerDependencies": {
diff --git a/components/alert/package.json b/components/alert/package.json
index 599691f891..5a8b3564a5 100644
--- a/components/alert/package.json
+++ b/components/alert/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/alert",
- "version": "9.8.10",
+ "version": "9.9.0",
"description": "UI Alert",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/portal": "9.8.10",
- "@dhis2/ui-constants": "9.8.10",
- "@dhis2/ui-icons": "9.8.10",
+ "@dhis2-ui/portal": "9.9.0",
+ "@dhis2/ui-constants": "9.9.0",
+ "@dhis2/ui-icons": "9.9.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/box/package.json b/components/box/package.json
index 55bb81ba42..ea0d6a83ee 100644
--- a/components/box/package.json
+++ b/components/box/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/box",
- "version": "9.8.10",
+ "version": "9.9.0",
"description": "UI Box",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.8.10",
+ "@dhis2/ui-constants": "9.9.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/button/package.json b/components/button/package.json
index f3232a19ce..11b4dd911a 100644
--- a/components/button/package.json
+++ b/components/button/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/button",
- "version": "9.8.10",
+ "version": "9.9.0",
"description": "UI Button",
"repository": {
"type": "git",
@@ -33,11 +33,11 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/layer": "9.8.10",
- "@dhis2-ui/loader": "9.8.10",
- "@dhis2-ui/popper": "9.8.10",
- "@dhis2/ui-constants": "9.8.10",
- "@dhis2/ui-icons": "9.8.10",
+ "@dhis2-ui/layer": "9.9.0",
+ "@dhis2-ui/loader": "9.9.0",
+ "@dhis2-ui/popper": "9.9.0",
+ "@dhis2/ui-constants": "9.9.0",
+ "@dhis2/ui-icons": "9.9.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/calendar/package.json b/components/calendar/package.json
index af0779af2c..540829ae1c 100644
--- a/components/calendar/package.json
+++ b/components/calendar/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/calendar",
- "version": "9.8.10",
+ "version": "9.9.0",
"description": "UI Calendar",
"repository": {
"type": "git",
@@ -33,15 +33,15 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/button": "9.8.10",
- "@dhis2-ui/card": "9.8.10",
- "@dhis2-ui/input": "9.8.10",
- "@dhis2-ui/layer": "9.8.10",
- "@dhis2-ui/popper": "9.8.10",
+ "@dhis2-ui/button": "9.9.0",
+ "@dhis2-ui/card": "9.9.0",
+ "@dhis2-ui/input": "9.9.0",
+ "@dhis2-ui/layer": "9.9.0",
+ "@dhis2-ui/popper": "9.9.0",
"@dhis2/multi-calendar-dates": "^1.2.3",
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.8.10",
- "@dhis2/ui-icons": "9.8.10",
+ "@dhis2/ui-constants": "9.9.0",
+ "@dhis2/ui-icons": "9.9.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/card/package.json b/components/card/package.json
index 4db9c8c9c1..e70673d06a 100644
--- a/components/card/package.json
+++ b/components/card/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/card",
- "version": "9.8.10",
+ "version": "9.9.0",
"description": "UI Card",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.8.10",
+ "@dhis2/ui-constants": "9.9.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/center/package.json b/components/center/package.json
index 9dc195b736..c05f09593c 100644
--- a/components/center/package.json
+++ b/components/center/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/center",
- "version": "9.8.10",
+ "version": "9.9.0",
"description": "UI Center",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.8.10",
+ "@dhis2/ui-constants": "9.9.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/checkbox/package.json b/components/checkbox/package.json
index 5de42b05f3..0d12074c59 100644
--- a/components/checkbox/package.json
+++ b/components/checkbox/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/checkbox",
- "version": "9.8.10",
+ "version": "9.9.0",
"description": "UI Checkbox",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/field": "9.8.10",
- "@dhis2-ui/required": "9.8.10",
- "@dhis2/ui-constants": "9.8.10",
+ "@dhis2-ui/field": "9.9.0",
+ "@dhis2-ui/required": "9.9.0",
+ "@dhis2/ui-constants": "9.9.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/chip/package.json b/components/chip/package.json
index 36d5aa3967..e5d2af21a8 100644
--- a/components/chip/package.json
+++ b/components/chip/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/chip",
- "version": "9.8.10",
+ "version": "9.9.0",
"description": "UI Chip",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.8.10",
+ "@dhis2/ui-constants": "9.9.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/cover/package.json b/components/cover/package.json
index 96eff20dc0..49668ff53e 100644
--- a/components/cover/package.json
+++ b/components/cover/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/cover",
- "version": "9.8.10",
+ "version": "9.9.0",
"description": "UI Cover",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.8.10",
+ "@dhis2/ui-constants": "9.9.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/css/package.json b/components/css/package.json
index a0434423d3..5e7937d20a 100644
--- a/components/css/package.json
+++ b/components/css/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/css",
- "version": "9.8.10",
+ "version": "9.9.0",
"description": "UI CSS",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.8.10",
+ "@dhis2/ui-constants": "9.9.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/divider/package.json b/components/divider/package.json
index e069b22f7f..83cd9e39d4 100644
--- a/components/divider/package.json
+++ b/components/divider/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/divider",
- "version": "9.8.10",
+ "version": "9.9.0",
"description": "UI Divider",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.8.10",
+ "@dhis2/ui-constants": "9.9.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/field/package.json b/components/field/package.json
index 5ff547e47f..1454813e07 100644
--- a/components/field/package.json
+++ b/components/field/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/field",
- "version": "9.8.10",
+ "version": "9.9.0",
"description": "UI Field",
"repository": {
"type": "git",
@@ -33,10 +33,10 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.8.10",
- "@dhis2-ui/help": "9.8.10",
- "@dhis2-ui/label": "9.8.10",
- "@dhis2/ui-constants": "9.8.10",
+ "@dhis2-ui/box": "9.9.0",
+ "@dhis2-ui/help": "9.9.0",
+ "@dhis2-ui/label": "9.9.0",
+ "@dhis2/ui-constants": "9.9.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/file-input/package.json b/components/file-input/package.json
index 2ea1b1a73c..7aec22ed31 100644
--- a/components/file-input/package.json
+++ b/components/file-input/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/file-input",
- "version": "9.8.10",
+ "version": "9.9.0",
"description": "UI FileInput",
"repository": {
"type": "git",
@@ -34,13 +34,13 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.8.10",
- "@dhis2-ui/field": "9.8.10",
- "@dhis2-ui/label": "9.8.10",
- "@dhis2-ui/loader": "9.8.10",
- "@dhis2-ui/status-icon": "9.8.10",
- "@dhis2/ui-constants": "9.8.10",
- "@dhis2/ui-icons": "9.8.10",
+ "@dhis2-ui/button": "9.9.0",
+ "@dhis2-ui/field": "9.9.0",
+ "@dhis2-ui/label": "9.9.0",
+ "@dhis2-ui/loader": "9.9.0",
+ "@dhis2-ui/status-icon": "9.9.0",
+ "@dhis2/ui-constants": "9.9.0",
+ "@dhis2/ui-icons": "9.9.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/header-bar/package.json b/components/header-bar/package.json
index ac0b29caf6..30c4be499d 100644
--- a/components/header-bar/package.json
+++ b/components/header-bar/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/header-bar",
- "version": "9.8.10",
+ "version": "9.9.0",
"description": "UI HeaderBar",
"repository": {
"type": "git",
@@ -34,21 +34,21 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/box": "9.8.10",
- "@dhis2-ui/button": "9.8.10",
- "@dhis2-ui/card": "9.8.10",
- "@dhis2-ui/center": "9.8.10",
- "@dhis2-ui/divider": "9.8.10",
- "@dhis2-ui/input": "9.8.10",
- "@dhis2-ui/layer": "9.8.10",
- "@dhis2-ui/loader": "9.8.10",
- "@dhis2-ui/logo": "9.8.10",
- "@dhis2-ui/menu": "9.8.10",
- "@dhis2-ui/modal": "9.8.10",
- "@dhis2-ui/user-avatar": "9.8.10",
+ "@dhis2-ui/box": "9.9.0",
+ "@dhis2-ui/button": "9.9.0",
+ "@dhis2-ui/card": "9.9.0",
+ "@dhis2-ui/center": "9.9.0",
+ "@dhis2-ui/divider": "9.9.0",
+ "@dhis2-ui/input": "9.9.0",
+ "@dhis2-ui/layer": "9.9.0",
+ "@dhis2-ui/loader": "9.9.0",
+ "@dhis2-ui/logo": "9.9.0",
+ "@dhis2-ui/menu": "9.9.0",
+ "@dhis2-ui/modal": "9.9.0",
+ "@dhis2-ui/user-avatar": "9.9.0",
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.8.10",
- "@dhis2/ui-icons": "9.8.10",
+ "@dhis2/ui-constants": "9.9.0",
+ "@dhis2/ui-icons": "9.9.0",
"classnames": "^2.3.1",
"moment": "^2.29.1",
"prop-types": "^15.7.2"
diff --git a/components/help/package.json b/components/help/package.json
index f733f0a0ff..db41345a79 100644
--- a/components/help/package.json
+++ b/components/help/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/help",
- "version": "9.8.10",
+ "version": "9.9.0",
"description": "UI Help",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.8.10",
+ "@dhis2/ui-constants": "9.9.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/input/package.json b/components/input/package.json
index dd0852604c..2486c4b251 100644
--- a/components/input/package.json
+++ b/components/input/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/input",
- "version": "9.8.10",
+ "version": "9.9.0",
"description": "UI Input",
"repository": {
"type": "git",
@@ -33,13 +33,13 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.8.10",
- "@dhis2-ui/field": "9.8.10",
- "@dhis2-ui/input": "9.8.10",
- "@dhis2-ui/loader": "9.8.10",
- "@dhis2-ui/status-icon": "9.8.10",
- "@dhis2/ui-constants": "9.8.10",
- "@dhis2/ui-icons": "9.8.10",
+ "@dhis2-ui/box": "9.9.0",
+ "@dhis2-ui/field": "9.9.0",
+ "@dhis2-ui/input": "9.9.0",
+ "@dhis2-ui/loader": "9.9.0",
+ "@dhis2-ui/status-icon": "9.9.0",
+ "@dhis2/ui-constants": "9.9.0",
+ "@dhis2/ui-icons": "9.9.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/intersection-detector/package.json b/components/intersection-detector/package.json
index 7883979e9b..61f1d85abe 100644
--- a/components/intersection-detector/package.json
+++ b/components/intersection-detector/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/intersection-detector",
- "version": "9.8.10",
+ "version": "9.9.0",
"description": "UI IntersectionDetector",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.8.10",
+ "@dhis2/ui-constants": "9.9.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/label/package.json b/components/label/package.json
index bf108a3d3e..18f154cbef 100644
--- a/components/label/package.json
+++ b/components/label/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/label",
- "version": "9.8.10",
+ "version": "9.9.0",
"description": "UI Label",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/required": "9.8.10",
- "@dhis2/ui-constants": "9.8.10",
+ "@dhis2-ui/required": "9.9.0",
+ "@dhis2/ui-constants": "9.9.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/layer/package.json b/components/layer/package.json
index 237b066f50..3604c40e3e 100644
--- a/components/layer/package.json
+++ b/components/layer/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/layer",
- "version": "9.8.10",
+ "version": "9.9.0",
"description": "UI Layer",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/portal": "9.8.10",
- "@dhis2/ui-constants": "9.8.10",
+ "@dhis2-ui/portal": "9.9.0",
+ "@dhis2/ui-constants": "9.9.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/legend/package.json b/components/legend/package.json
index 2eab1fb190..42f60c3fa2 100644
--- a/components/legend/package.json
+++ b/components/legend/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/legend",
- "version": "9.8.10",
+ "version": "9.9.0",
"description": "UI Legend",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/required": "9.8.10",
- "@dhis2/ui-constants": "9.8.10",
+ "@dhis2-ui/required": "9.9.0",
+ "@dhis2/ui-constants": "9.9.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/loader/package.json b/components/loader/package.json
index 995e2dde49..0a8a7d1481 100644
--- a/components/loader/package.json
+++ b/components/loader/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/loader",
- "version": "9.8.10",
+ "version": "9.9.0",
"description": "UI Loaders",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.8.10",
+ "@dhis2/ui-constants": "9.9.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/logo/package.json b/components/logo/package.json
index 97949b3c5d..77967458fb 100644
--- a/components/logo/package.json
+++ b/components/logo/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/logo",
- "version": "9.8.10",
+ "version": "9.9.0",
"description": "UI Logo",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.8.10",
+ "@dhis2/ui-constants": "9.9.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/menu/API.md b/components/menu/API.md
index 85d5dd25a4..961deb2f45 100644
--- a/components/menu/API.md
+++ b/components/menu/API.md
@@ -79,6 +79,8 @@ import { MenuItem } from '@dhis2/ui'
|Name|Type|Default|Required|Description|
|---|---|---|---|---|
|active|boolean||||
+|checkbox|boolean||||
+|checked|boolean||||
|chevron|boolean||||
|children|node|||Nested menu items can become submenus. See `showSubMenu` and `toggleSubMenu` props, and 'Children' demo|
|className|string||||
@@ -91,6 +93,7 @@ import { MenuItem } from '@dhis2/ui'
|label|node|||Text in the menu item|
|showSubMenu|boolean|||When true, nested menu items are shown in a Popper|
|suffix|node|||A supporting element shown at the end of the menu item|
+|tabIndex|number||||
|target|string|||For using menu item as a link|
|toggleSubMenu|function|||On click, this function is called (without args)|
|value|string|||Value associated with item. Passed as an argument to onClick handler.|
diff --git a/components/menu/package.json b/components/menu/package.json
index e25f4511d6..50ca3371d6 100644
--- a/components/menu/package.json
+++ b/components/menu/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/menu",
- "version": "9.8.10",
+ "version": "9.9.0",
"description": "UI Menu",
"repository": {
"type": "git",
@@ -33,13 +33,13 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/card": "9.8.10",
- "@dhis2-ui/divider": "9.8.10",
- "@dhis2-ui/layer": "9.8.10",
- "@dhis2-ui/popper": "9.8.10",
- "@dhis2-ui/portal": "9.8.10",
- "@dhis2/ui-constants": "9.8.10",
- "@dhis2/ui-icons": "9.8.10",
+ "@dhis2-ui/card": "9.9.0",
+ "@dhis2-ui/divider": "9.9.0",
+ "@dhis2-ui/layer": "9.9.0",
+ "@dhis2-ui/popper": "9.9.0",
+ "@dhis2-ui/portal": "9.9.0",
+ "@dhis2/ui-constants": "9.9.0",
+ "@dhis2/ui-icons": "9.9.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/modal/package.json b/components/modal/package.json
index 1f0513f7e2..937dbaf71f 100644
--- a/components/modal/package.json
+++ b/components/modal/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/modal",
- "version": "9.8.10",
+ "version": "9.9.0",
"description": "UI Modal",
"repository": {
"type": "git",
@@ -33,12 +33,12 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/card": "9.8.10",
- "@dhis2-ui/center": "9.8.10",
- "@dhis2-ui/layer": "9.8.10",
- "@dhis2-ui/portal": "9.8.10",
- "@dhis2/ui-constants": "9.8.10",
- "@dhis2/ui-icons": "9.8.10",
+ "@dhis2-ui/card": "9.9.0",
+ "@dhis2-ui/center": "9.9.0",
+ "@dhis2-ui/layer": "9.9.0",
+ "@dhis2-ui/portal": "9.9.0",
+ "@dhis2/ui-constants": "9.9.0",
+ "@dhis2/ui-icons": "9.9.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/node/package.json b/components/node/package.json
index 5afd4e199e..fc3c5dc173 100644
--- a/components/node/package.json
+++ b/components/node/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/node",
- "version": "9.8.10",
+ "version": "9.9.0",
"description": "UI Node",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/loader": "9.8.10",
- "@dhis2/ui-constants": "9.8.10",
+ "@dhis2-ui/loader": "9.9.0",
+ "@dhis2/ui-constants": "9.9.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/notice-box/package.json b/components/notice-box/package.json
index 9c8bf49339..8f02cb6c75 100644
--- a/components/notice-box/package.json
+++ b/components/notice-box/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/notice-box",
- "version": "9.8.10",
+ "version": "9.9.0",
"description": "UI NoticeBox",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.8.10",
- "@dhis2/ui-icons": "9.8.10",
+ "@dhis2/ui-constants": "9.9.0",
+ "@dhis2/ui-icons": "9.9.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/organisation-unit-tree/package.json b/components/organisation-unit-tree/package.json
index 9f6eb080d9..7dd625a9a6 100644
--- a/components/organisation-unit-tree/package.json
+++ b/components/organisation-unit-tree/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/organisation-unit-tree",
- "version": "9.8.10",
+ "version": "9.9.0",
"description": "UI OrganisationUnitTree",
"repository": {
"type": "git",
@@ -35,10 +35,10 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/checkbox": "9.8.10",
- "@dhis2-ui/loader": "9.8.10",
- "@dhis2-ui/node": "9.8.10",
- "@dhis2/ui-constants": "9.8.10",
+ "@dhis2-ui/checkbox": "9.9.0",
+ "@dhis2-ui/loader": "9.9.0",
+ "@dhis2-ui/node": "9.9.0",
+ "@dhis2/ui-constants": "9.9.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/pagination/package.json b/components/pagination/package.json
index 9e72f88965..1b839248bb 100644
--- a/components/pagination/package.json
+++ b/components/pagination/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/pagination",
- "version": "9.8.10",
+ "version": "9.9.0",
"description": "UI Pagination",
"repository": {
"type": "git",
@@ -34,10 +34,10 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.8.10",
- "@dhis2-ui/select": "9.8.10",
- "@dhis2/ui-constants": "9.8.10",
- "@dhis2/ui-icons": "9.8.10",
+ "@dhis2-ui/button": "9.9.0",
+ "@dhis2-ui/select": "9.9.0",
+ "@dhis2/ui-constants": "9.9.0",
+ "@dhis2/ui-icons": "9.9.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/popover/package.json b/components/popover/package.json
index 552687794b..b3dcb9d4ed 100644
--- a/components/popover/package.json
+++ b/components/popover/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/popover",
- "version": "9.8.10",
+ "version": "9.9.0",
"description": "UI Popover",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/layer": "9.8.10",
- "@dhis2-ui/popper": "9.8.10",
- "@dhis2/ui-constants": "9.8.10",
+ "@dhis2-ui/layer": "9.9.0",
+ "@dhis2-ui/popper": "9.9.0",
+ "@dhis2/ui-constants": "9.9.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/popper/package.json b/components/popper/package.json
index 252006f4f0..d235215d3f 100644
--- a/components/popper/package.json
+++ b/components/popper/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/popper",
- "version": "9.8.10",
+ "version": "9.9.0",
"description": "UI Popper",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.8.10",
+ "@dhis2/ui-constants": "9.9.0",
"@popperjs/core": "^2.10.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2",
diff --git a/components/portal/package.json b/components/portal/package.json
index 5e02805a45..4639984d79 100644
--- a/components/portal/package.json
+++ b/components/portal/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/portal",
- "version": "9.8.10",
+ "version": "9.9.0",
"description": "UI Portal",
"repository": {
"type": "git",
diff --git a/components/radio/package.json b/components/radio/package.json
index 4f6b2d6460..1d26dc38f5 100644
--- a/components/radio/package.json
+++ b/components/radio/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/radio",
- "version": "9.8.10",
+ "version": "9.9.0",
"description": "UI Radio",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.8.10",
+ "@dhis2/ui-constants": "9.9.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/required/package.json b/components/required/package.json
index 0934a56781..d0cdfe8f5c 100644
--- a/components/required/package.json
+++ b/components/required/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/required",
- "version": "9.8.10",
+ "version": "9.9.0",
"description": "UI Required",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.8.10",
+ "@dhis2/ui-constants": "9.9.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/segmented-control/package.json b/components/segmented-control/package.json
index a54849e4f2..67a87583a6 100644
--- a/components/segmented-control/package.json
+++ b/components/segmented-control/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/segmented-control",
- "version": "9.8.10",
+ "version": "9.9.0",
"description": "UI Segmented Control",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.8.10",
+ "@dhis2/ui-constants": "9.9.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/select/package.json b/components/select/package.json
index 0668d5c4d7..0af576d1fa 100644
--- a/components/select/package.json
+++ b/components/select/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/select",
- "version": "9.8.10",
+ "version": "9.9.0",
"description": "UI Select",
"repository": {
"type": "git",
@@ -33,21 +33,21 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/box": "9.8.10",
- "@dhis2-ui/button": "9.8.10",
- "@dhis2-ui/card": "9.8.10",
- "@dhis2-ui/checkbox": "9.8.10",
- "@dhis2-ui/chip": "9.8.10",
- "@dhis2-ui/field": "9.8.10",
- "@dhis2-ui/input": "9.8.10",
- "@dhis2-ui/layer": "9.8.10",
- "@dhis2-ui/loader": "9.8.10",
- "@dhis2-ui/popper": "9.8.10",
- "@dhis2-ui/status-icon": "9.8.10",
- "@dhis2-ui/tooltip": "9.8.10",
+ "@dhis2-ui/box": "9.9.0",
+ "@dhis2-ui/button": "9.9.0",
+ "@dhis2-ui/card": "9.9.0",
+ "@dhis2-ui/checkbox": "9.9.0",
+ "@dhis2-ui/chip": "9.9.0",
+ "@dhis2-ui/field": "9.9.0",
+ "@dhis2-ui/input": "9.9.0",
+ "@dhis2-ui/layer": "9.9.0",
+ "@dhis2-ui/loader": "9.9.0",
+ "@dhis2-ui/popper": "9.9.0",
+ "@dhis2-ui/status-icon": "9.9.0",
+ "@dhis2-ui/tooltip": "9.9.0",
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.8.10",
- "@dhis2/ui-icons": "9.8.10",
+ "@dhis2/ui-constants": "9.9.0",
+ "@dhis2/ui-icons": "9.9.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/selector-bar/package.json b/components/selector-bar/package.json
index d3c314ab9a..ab36aeabe6 100644
--- a/components/selector-bar/package.json
+++ b/components/selector-bar/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/selector-bar",
- "version": "9.8.10",
+ "version": "9.9.0",
"description": "UI Select",
"repository": {
"type": "git",
@@ -33,21 +33,21 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/button": "9.8.10",
- "@dhis2-ui/card": "9.8.10",
- "@dhis2-ui/popper": "9.8.10",
- "@dhis2-ui/layer": "9.8.10",
- "@dhis2/ui-constants": "9.8.10",
- "@dhis2/ui-icons": "9.8.10",
+ "@dhis2-ui/button": "9.9.0",
+ "@dhis2-ui/card": "9.9.0",
+ "@dhis2-ui/popper": "9.9.0",
+ "@dhis2-ui/layer": "9.9.0",
+ "@dhis2/ui-constants": "9.9.0",
+ "@dhis2/ui-icons": "9.9.0",
"@testing-library/react": "^12.1.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
"devDependencies": {
- "@dhis2-ui/css": "9.8.10",
- "@dhis2-ui/menu": "9.8.10",
- "@dhis2-ui/organisation-unit-tree": "9.8.10",
- "@dhis2-ui/select": "9.8.10",
+ "@dhis2-ui/css": "9.9.0",
+ "@dhis2-ui/menu": "9.9.0",
+ "@dhis2-ui/organisation-unit-tree": "9.9.0",
+ "@dhis2-ui/select": "9.9.0",
"@dhis2/d2-i18n": "^1.1.0",
"@testing-library/jest-dom": "^5.16.1",
"react": "16.13",
diff --git a/components/sharing-dialog/package.json b/components/sharing-dialog/package.json
index adf5b312ad..74b2fb40dc 100644
--- a/components/sharing-dialog/package.json
+++ b/components/sharing-dialog/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/sharing-dialog",
- "version": "9.8.10",
+ "version": "9.9.0",
"description": "UI SharingDialog",
"repository": {
"type": "git",
@@ -35,22 +35,22 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.8.10",
- "@dhis2-ui/button": "9.8.10",
- "@dhis2-ui/card": "9.8.10",
- "@dhis2-ui/divider": "9.8.10",
- "@dhis2-ui/input": "9.8.10",
- "@dhis2-ui/layer": "9.8.10",
- "@dhis2-ui/menu": "9.8.10",
- "@dhis2-ui/modal": "9.8.10",
- "@dhis2-ui/notice-box": "9.8.10",
- "@dhis2-ui/popper": "9.8.10",
- "@dhis2-ui/select": "9.8.10",
- "@dhis2-ui/tab": "9.8.10",
- "@dhis2-ui/tooltip": "9.8.10",
- "@dhis2-ui/user-avatar": "9.8.10",
- "@dhis2/ui-constants": "9.8.10",
- "@dhis2/ui-icons": "9.8.10",
+ "@dhis2-ui/box": "9.9.0",
+ "@dhis2-ui/button": "9.9.0",
+ "@dhis2-ui/card": "9.9.0",
+ "@dhis2-ui/divider": "9.9.0",
+ "@dhis2-ui/input": "9.9.0",
+ "@dhis2-ui/layer": "9.9.0",
+ "@dhis2-ui/menu": "9.9.0",
+ "@dhis2-ui/modal": "9.9.0",
+ "@dhis2-ui/notice-box": "9.9.0",
+ "@dhis2-ui/popper": "9.9.0",
+ "@dhis2-ui/select": "9.9.0",
+ "@dhis2-ui/tab": "9.9.0",
+ "@dhis2-ui/tooltip": "9.9.0",
+ "@dhis2-ui/user-avatar": "9.9.0",
+ "@dhis2/ui-constants": "9.9.0",
+ "@dhis2/ui-icons": "9.9.0",
"@react-hook/size": "^2.1.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
diff --git a/components/status-icon/package.json b/components/status-icon/package.json
index cb1ceb4992..a78f277d34 100644
--- a/components/status-icon/package.json
+++ b/components/status-icon/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/status-icon",
- "version": "9.8.10",
+ "version": "9.9.0",
"description": "UI StatusIcon",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/loader": "9.8.10",
- "@dhis2/ui-constants": "9.8.10",
- "@dhis2/ui-icons": "9.8.10",
+ "@dhis2-ui/loader": "9.9.0",
+ "@dhis2/ui-constants": "9.9.0",
+ "@dhis2/ui-icons": "9.9.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/switch/package.json b/components/switch/package.json
index 44b2f9a195..4d04026099 100644
--- a/components/switch/package.json
+++ b/components/switch/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/switch",
- "version": "9.8.10",
+ "version": "9.9.0",
"description": "UI Switch",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/field": "9.8.10",
- "@dhis2-ui/required": "9.8.10",
- "@dhis2/ui-constants": "9.8.10",
+ "@dhis2-ui/field": "9.9.0",
+ "@dhis2-ui/required": "9.9.0",
+ "@dhis2/ui-constants": "9.9.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/tab/package.json b/components/tab/package.json
index f11457c0c1..3132327cab 100644
--- a/components/tab/package.json
+++ b/components/tab/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/tab",
- "version": "9.8.10",
+ "version": "9.9.0",
"description": "UI Tabs",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.8.10",
- "@dhis2/ui-icons": "9.8.10",
+ "@dhis2/ui-constants": "9.9.0",
+ "@dhis2/ui-icons": "9.9.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/table/package.json b/components/table/package.json
index c4a971f4b5..0dc5c2567c 100644
--- a/components/table/package.json
+++ b/components/table/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/table",
- "version": "9.8.10",
+ "version": "9.9.0",
"description": "UI Table",
"repository": {
"type": "git",
@@ -34,8 +34,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.8.10",
- "@dhis2/ui-icons": "9.8.10",
+ "@dhis2/ui-constants": "9.9.0",
+ "@dhis2/ui-icons": "9.9.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/tag/package.json b/components/tag/package.json
index 5e53d0c774..7184b86661 100644
--- a/components/tag/package.json
+++ b/components/tag/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/tag",
- "version": "9.8.10",
+ "version": "9.9.0",
"description": "UI Tag",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.8.10",
+ "@dhis2/ui-constants": "9.9.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/text-area/package.json b/components/text-area/package.json
index 543120d393..5f3fc957c6 100644
--- a/components/text-area/package.json
+++ b/components/text-area/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/text-area",
- "version": "9.8.10",
+ "version": "9.9.0",
"description": "UI TextArea",
"repository": {
"type": "git",
@@ -33,12 +33,12 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.8.10",
- "@dhis2-ui/field": "9.8.10",
- "@dhis2-ui/loader": "9.8.10",
- "@dhis2-ui/status-icon": "9.8.10",
- "@dhis2/ui-constants": "9.8.10",
- "@dhis2/ui-icons": "9.8.10",
+ "@dhis2-ui/box": "9.9.0",
+ "@dhis2-ui/field": "9.9.0",
+ "@dhis2-ui/loader": "9.9.0",
+ "@dhis2-ui/status-icon": "9.9.0",
+ "@dhis2/ui-constants": "9.9.0",
+ "@dhis2/ui-icons": "9.9.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/tooltip/package.json b/components/tooltip/package.json
index b431d127a7..50479da2f8 100644
--- a/components/tooltip/package.json
+++ b/components/tooltip/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/tooltip",
- "version": "9.8.10",
+ "version": "9.9.0",
"description": "UI Tooltip",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/popper": "9.8.10",
- "@dhis2-ui/portal": "9.8.10",
- "@dhis2/ui-constants": "9.8.10",
+ "@dhis2-ui/popper": "9.9.0",
+ "@dhis2-ui/portal": "9.9.0",
+ "@dhis2/ui-constants": "9.9.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/transfer/package.json b/components/transfer/package.json
index 3935baaeda..65922a2513 100644
--- a/components/transfer/package.json
+++ b/components/transfer/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/transfer",
- "version": "9.8.10",
+ "version": "9.9.0",
"description": "UI Transfer",
"repository": {
"type": "git",
@@ -33,12 +33,12 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.8.10",
- "@dhis2-ui/field": "9.8.10",
- "@dhis2-ui/input": "9.8.10",
- "@dhis2-ui/intersection-detector": "9.8.10",
- "@dhis2-ui/loader": "9.8.10",
- "@dhis2/ui-constants": "9.8.10",
+ "@dhis2-ui/button": "9.9.0",
+ "@dhis2-ui/field": "9.9.0",
+ "@dhis2-ui/input": "9.9.0",
+ "@dhis2-ui/intersection-detector": "9.9.0",
+ "@dhis2-ui/loader": "9.9.0",
+ "@dhis2/ui-constants": "9.9.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/user-avatar/package.json b/components/user-avatar/package.json
index 266765d06b..9d5a0720ac 100644
--- a/components/user-avatar/package.json
+++ b/components/user-avatar/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/user-avatar",
- "version": "9.8.10",
+ "version": "9.9.0",
"description": "UI User Avatar",
"repository": {
"type": "git",
@@ -34,7 +34,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.8.10",
+ "@dhis2/ui-constants": "9.9.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/constants/package.json b/constants/package.json
index 501898aa84..41790b0c0b 100644
--- a/constants/package.json
+++ b/constants/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-constants",
- "version": "9.8.10",
+ "version": "9.9.0",
"description": "Constants used in the UI libs",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
diff --git a/docs/package.json b/docs/package.json
index 4490a3f8ef..eab92df1cc 100644
--- a/docs/package.json
+++ b/docs/package.json
@@ -1,6 +1,6 @@
{
"name": "ui-docusaurus",
- "version": "9.8.10",
+ "version": "9.9.0",
"private": true,
"description": "UI Docusaurus",
"repository": {
diff --git a/icons/package.json b/icons/package.json
index 29e38207b1..a07372599c 100644
--- a/icons/package.json
+++ b/icons/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-icons",
- "version": "9.8.10",
+ "version": "9.9.0",
"description": "Icons used in the UI libs",
"main": "./build/cjs/react/index.js",
"module": "./build/es/react/index.js",
diff --git a/package.json b/package.json
index a715dcf0b6..3db898ef4e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-root",
- "version": "9.8.10",
+ "version": "9.9.0",
"repository": {
"type": "git",
"url": "https://github.com/dhis2/ui.git"
diff --git a/storybook/package.json b/storybook/package.json
index 3a2efaa1e9..19e9b63f29 100644
--- a/storybook/package.json
+++ b/storybook/package.json
@@ -1,6 +1,6 @@
{
"name": "ui-storybook",
- "version": "9.8.10",
+ "version": "9.9.0",
"description": "UI Storybook",
"repository": {
"type": "git",
@@ -23,8 +23,8 @@
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-private-methods": "^7.13.0",
"@babel/plugin-proposal-private-property-in-object": "^7.14.0",
- "@dhis2-ui/css": "9.8.10",
- "@dhis2/ui-constants": "9.8.10",
+ "@dhis2-ui/css": "9.9.0",
+ "@dhis2/ui-constants": "9.9.0",
"@fontsource/roboto": "^4.5.0",
"@storybook/addon-a11y": "^6.3.7",
"@storybook/addon-console": "^1.2.3",
From bb151732970dee94d0431d379373fbb369776346 Mon Sep 17 00:00:00 2001
From: "@dhis2-bot"
Date: Tue, 2 Jul 2024 17:16:17 +0200
Subject: [PATCH 095/170] fix(translations): sync translations from transifex
(master) (#1532)
---
components/select/i18n/fr.po | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/components/select/i18n/fr.po b/components/select/i18n/fr.po
index b7434862d0..7ce4ae61bf 100644
--- a/components/select/i18n/fr.po
+++ b/components/select/i18n/fr.po
@@ -1,15 +1,16 @@
#
# Translators:
-# phil_dhis2, 2021
+# Philip Larsen Donnelly, 2021
# Viktor Varland , 2021
+# Elise Desailly, 2024
#
msgid ""
msgstr ""
"Project-Id-Version: i18next-conv\n"
"POT-Creation-Date: 2021-05-10T11:56:32.496Z\n"
"PO-Revision-Date: 2021-06-24 12:50+0000\n"
-"Last-Translator: Viktor Varland , 2021\n"
-"Language-Team: French (https://www.transifex.com/hisp-uio/teams/100509/fr/)\n"
+"Last-Translator: Elise Desailly, 2024\n"
+"Language-Team: French (https://app.transifex.com/hisp-uio/teams/100509/fr/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -26,7 +27,7 @@ msgid "Type to filter options"
msgstr ""
msgid "Loading options"
-msgstr ""
+msgstr "Chargement des options"
msgid "No options found"
msgstr ""
From 271a9dd21f00ea51b35ad29fe12914239d7b76c4 Mon Sep 17 00:00:00 2001
From: "@dhis2-bot"
Date: Tue, 2 Jul 2024 15:28:44 +0000
Subject: [PATCH 096/170] chore(release): cut 9.9.1 [skip release]
## [9.9.1](https://github.com/dhis2/ui/compare/v9.9.0...v9.9.1) (2024-07-02)
### Bug Fixes
* **translations:** sync translations from transifex (master) ([#1532](https://github.com/dhis2/ui/issues/1532)) ([bb15173](https://github.com/dhis2/ui/commit/bb151732970dee94d0431d379373fbb369776346))
---
CHANGELOG.md | 7 ++
collections/forms/package.json | 20 ++--
collections/ui/package.json | 98 +++++++++----------
components/alert/package.json | 8 +-
components/box/package.json | 4 +-
components/button/package.json | 12 +--
components/calendar/package.json | 16 +--
components/card/package.json | 4 +-
components/center/package.json | 4 +-
components/checkbox/package.json | 8 +-
components/chip/package.json | 4 +-
components/cover/package.json | 4 +-
components/css/package.json | 4 +-
components/divider/package.json | 4 +-
components/field/package.json | 10 +-
components/file-input/package.json | 16 +--
components/header-bar/package.json | 30 +++---
components/help/package.json | 4 +-
components/input/package.json | 16 +--
components/intersection-detector/package.json | 4 +-
components/label/package.json | 6 +-
components/layer/package.json | 6 +-
components/legend/package.json | 6 +-
components/loader/package.json | 4 +-
components/logo/package.json | 4 +-
components/menu/package.json | 16 +--
components/modal/package.json | 14 +--
components/node/package.json | 6 +-
components/notice-box/package.json | 6 +-
.../organisation-unit-tree/package.json | 10 +-
components/pagination/package.json | 10 +-
components/popover/package.json | 8 +-
components/popper/package.json | 4 +-
components/portal/package.json | 2 +-
components/radio/package.json | 4 +-
components/required/package.json | 4 +-
components/segmented-control/package.json | 4 +-
components/select/package.json | 30 +++---
components/selector-bar/package.json | 22 ++---
components/sharing-dialog/package.json | 34 +++----
components/status-icon/package.json | 8 +-
components/switch/package.json | 8 +-
components/tab/package.json | 6 +-
components/table/package.json | 6 +-
components/tag/package.json | 4 +-
components/text-area/package.json | 14 +--
components/tooltip/package.json | 8 +-
components/transfer/package.json | 14 +--
components/user-avatar/package.json | 4 +-
constants/package.json | 2 +-
docs/package.json | 2 +-
icons/package.json | 2 +-
package.json | 2 +-
storybook/package.json | 6 +-
54 files changed, 285 insertions(+), 278 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 826c38a6cb..120264c0fd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## [9.9.1](https://github.com/dhis2/ui/compare/v9.9.0...v9.9.1) (2024-07-02)
+
+
+### Bug Fixes
+
+* **translations:** sync translations from transifex (master) ([#1532](https://github.com/dhis2/ui/issues/1532)) ([bb15173](https://github.com/dhis2/ui/commit/bb151732970dee94d0431d379373fbb369776346))
+
# [9.9.0](https://github.com/dhis2/ui/compare/v9.8.10...v9.9.0) (2024-07-02)
diff --git a/collections/forms/package.json b/collections/forms/package.json
index a8c4ce323e..499daf3b2e 100644
--- a/collections/forms/package.json
+++ b/collections/forms/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-forms",
- "version": "9.9.0",
+ "version": "9.9.1",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
"sideEffects": [
@@ -35,15 +35,15 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.9.0",
- "@dhis2-ui/checkbox": "9.9.0",
- "@dhis2-ui/field": "9.9.0",
- "@dhis2-ui/file-input": "9.9.0",
- "@dhis2-ui/input": "9.9.0",
- "@dhis2-ui/radio": "9.9.0",
- "@dhis2-ui/select": "9.9.0",
- "@dhis2-ui/switch": "9.9.0",
- "@dhis2-ui/text-area": "9.9.0",
+ "@dhis2-ui/button": "9.9.1",
+ "@dhis2-ui/checkbox": "9.9.1",
+ "@dhis2-ui/field": "9.9.1",
+ "@dhis2-ui/file-input": "9.9.1",
+ "@dhis2-ui/input": "9.9.1",
+ "@dhis2-ui/radio": "9.9.1",
+ "@dhis2-ui/select": "9.9.1",
+ "@dhis2-ui/switch": "9.9.1",
+ "@dhis2-ui/text-area": "9.9.1",
"classnames": "^2.3.1",
"final-form": "^4.20.2",
"prop-types": "^15.7.2",
diff --git a/collections/ui/package.json b/collections/ui/package.json
index d4a579636a..096d0737c3 100644
--- a/collections/ui/package.json
+++ b/collections/ui/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui",
- "version": "9.9.0",
+ "version": "9.9.1",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
"exports": {
@@ -21,54 +21,54 @@
"build": "d2-app-scripts build"
},
"dependencies": {
- "@dhis2-ui/alert": "9.9.0",
- "@dhis2-ui/box": "9.9.0",
- "@dhis2-ui/button": "9.9.0",
- "@dhis2-ui/calendar": "9.9.0",
- "@dhis2-ui/card": "9.9.0",
- "@dhis2-ui/center": "9.9.0",
- "@dhis2-ui/checkbox": "9.9.0",
- "@dhis2-ui/chip": "9.9.0",
- "@dhis2-ui/cover": "9.9.0",
- "@dhis2-ui/css": "9.9.0",
- "@dhis2-ui/divider": "9.9.0",
- "@dhis2-ui/field": "9.9.0",
- "@dhis2-ui/file-input": "9.9.0",
- "@dhis2-ui/header-bar": "9.9.0",
- "@dhis2-ui/help": "9.9.0",
- "@dhis2-ui/input": "9.9.0",
- "@dhis2-ui/intersection-detector": "9.9.0",
- "@dhis2-ui/label": "9.9.0",
- "@dhis2-ui/layer": "9.9.0",
- "@dhis2-ui/legend": "9.9.0",
- "@dhis2-ui/loader": "9.9.0",
- "@dhis2-ui/logo": "9.9.0",
- "@dhis2-ui/menu": "9.9.0",
- "@dhis2-ui/modal": "9.9.0",
- "@dhis2-ui/node": "9.9.0",
- "@dhis2-ui/notice-box": "9.9.0",
- "@dhis2-ui/organisation-unit-tree": "9.9.0",
- "@dhis2-ui/pagination": "9.9.0",
- "@dhis2-ui/popover": "9.9.0",
- "@dhis2-ui/popper": "9.9.0",
- "@dhis2-ui/portal": "9.9.0",
- "@dhis2-ui/radio": "9.9.0",
- "@dhis2-ui/required": "9.9.0",
- "@dhis2-ui/segmented-control": "9.9.0",
- "@dhis2-ui/select": "9.9.0",
- "@dhis2-ui/selector-bar": "9.9.0",
- "@dhis2-ui/sharing-dialog": "9.9.0",
- "@dhis2-ui/switch": "9.9.0",
- "@dhis2-ui/tab": "9.9.0",
- "@dhis2-ui/table": "9.9.0",
- "@dhis2-ui/tag": "9.9.0",
- "@dhis2-ui/text-area": "9.9.0",
- "@dhis2-ui/tooltip": "9.9.0",
- "@dhis2-ui/transfer": "9.9.0",
- "@dhis2-ui/user-avatar": "9.9.0",
- "@dhis2/ui-constants": "9.9.0",
- "@dhis2/ui-forms": "9.9.0",
- "@dhis2/ui-icons": "9.9.0",
+ "@dhis2-ui/alert": "9.9.1",
+ "@dhis2-ui/box": "9.9.1",
+ "@dhis2-ui/button": "9.9.1",
+ "@dhis2-ui/calendar": "9.9.1",
+ "@dhis2-ui/card": "9.9.1",
+ "@dhis2-ui/center": "9.9.1",
+ "@dhis2-ui/checkbox": "9.9.1",
+ "@dhis2-ui/chip": "9.9.1",
+ "@dhis2-ui/cover": "9.9.1",
+ "@dhis2-ui/css": "9.9.1",
+ "@dhis2-ui/divider": "9.9.1",
+ "@dhis2-ui/field": "9.9.1",
+ "@dhis2-ui/file-input": "9.9.1",
+ "@dhis2-ui/header-bar": "9.9.1",
+ "@dhis2-ui/help": "9.9.1",
+ "@dhis2-ui/input": "9.9.1",
+ "@dhis2-ui/intersection-detector": "9.9.1",
+ "@dhis2-ui/label": "9.9.1",
+ "@dhis2-ui/layer": "9.9.1",
+ "@dhis2-ui/legend": "9.9.1",
+ "@dhis2-ui/loader": "9.9.1",
+ "@dhis2-ui/logo": "9.9.1",
+ "@dhis2-ui/menu": "9.9.1",
+ "@dhis2-ui/modal": "9.9.1",
+ "@dhis2-ui/node": "9.9.1",
+ "@dhis2-ui/notice-box": "9.9.1",
+ "@dhis2-ui/organisation-unit-tree": "9.9.1",
+ "@dhis2-ui/pagination": "9.9.1",
+ "@dhis2-ui/popover": "9.9.1",
+ "@dhis2-ui/popper": "9.9.1",
+ "@dhis2-ui/portal": "9.9.1",
+ "@dhis2-ui/radio": "9.9.1",
+ "@dhis2-ui/required": "9.9.1",
+ "@dhis2-ui/segmented-control": "9.9.1",
+ "@dhis2-ui/select": "9.9.1",
+ "@dhis2-ui/selector-bar": "9.9.1",
+ "@dhis2-ui/sharing-dialog": "9.9.1",
+ "@dhis2-ui/switch": "9.9.1",
+ "@dhis2-ui/tab": "9.9.1",
+ "@dhis2-ui/table": "9.9.1",
+ "@dhis2-ui/tag": "9.9.1",
+ "@dhis2-ui/text-area": "9.9.1",
+ "@dhis2-ui/tooltip": "9.9.1",
+ "@dhis2-ui/transfer": "9.9.1",
+ "@dhis2-ui/user-avatar": "9.9.1",
+ "@dhis2/ui-constants": "9.9.1",
+ "@dhis2/ui-forms": "9.9.1",
+ "@dhis2/ui-icons": "9.9.1",
"prop-types": "^15.7.2"
},
"peerDependencies": {
diff --git a/components/alert/package.json b/components/alert/package.json
index 5a8b3564a5..2c718a7f84 100644
--- a/components/alert/package.json
+++ b/components/alert/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/alert",
- "version": "9.9.0",
+ "version": "9.9.1",
"description": "UI Alert",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/portal": "9.9.0",
- "@dhis2/ui-constants": "9.9.0",
- "@dhis2/ui-icons": "9.9.0",
+ "@dhis2-ui/portal": "9.9.1",
+ "@dhis2/ui-constants": "9.9.1",
+ "@dhis2/ui-icons": "9.9.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/box/package.json b/components/box/package.json
index ea0d6a83ee..c56c8b7d5f 100644
--- a/components/box/package.json
+++ b/components/box/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/box",
- "version": "9.9.0",
+ "version": "9.9.1",
"description": "UI Box",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.9.0",
+ "@dhis2/ui-constants": "9.9.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/button/package.json b/components/button/package.json
index 11b4dd911a..38d073a5e9 100644
--- a/components/button/package.json
+++ b/components/button/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/button",
- "version": "9.9.0",
+ "version": "9.9.1",
"description": "UI Button",
"repository": {
"type": "git",
@@ -33,11 +33,11 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/layer": "9.9.0",
- "@dhis2-ui/loader": "9.9.0",
- "@dhis2-ui/popper": "9.9.0",
- "@dhis2/ui-constants": "9.9.0",
- "@dhis2/ui-icons": "9.9.0",
+ "@dhis2-ui/layer": "9.9.1",
+ "@dhis2-ui/loader": "9.9.1",
+ "@dhis2-ui/popper": "9.9.1",
+ "@dhis2/ui-constants": "9.9.1",
+ "@dhis2/ui-icons": "9.9.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/calendar/package.json b/components/calendar/package.json
index 540829ae1c..156969ad6c 100644
--- a/components/calendar/package.json
+++ b/components/calendar/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/calendar",
- "version": "9.9.0",
+ "version": "9.9.1",
"description": "UI Calendar",
"repository": {
"type": "git",
@@ -33,15 +33,15 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/button": "9.9.0",
- "@dhis2-ui/card": "9.9.0",
- "@dhis2-ui/input": "9.9.0",
- "@dhis2-ui/layer": "9.9.0",
- "@dhis2-ui/popper": "9.9.0",
+ "@dhis2-ui/button": "9.9.1",
+ "@dhis2-ui/card": "9.9.1",
+ "@dhis2-ui/input": "9.9.1",
+ "@dhis2-ui/layer": "9.9.1",
+ "@dhis2-ui/popper": "9.9.1",
"@dhis2/multi-calendar-dates": "^1.2.3",
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.9.0",
- "@dhis2/ui-icons": "9.9.0",
+ "@dhis2/ui-constants": "9.9.1",
+ "@dhis2/ui-icons": "9.9.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/card/package.json b/components/card/package.json
index e70673d06a..8b4f7c85b2 100644
--- a/components/card/package.json
+++ b/components/card/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/card",
- "version": "9.9.0",
+ "version": "9.9.1",
"description": "UI Card",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.9.0",
+ "@dhis2/ui-constants": "9.9.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/center/package.json b/components/center/package.json
index c05f09593c..5b7858d0b8 100644
--- a/components/center/package.json
+++ b/components/center/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/center",
- "version": "9.9.0",
+ "version": "9.9.1",
"description": "UI Center",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.9.0",
+ "@dhis2/ui-constants": "9.9.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/checkbox/package.json b/components/checkbox/package.json
index 0d12074c59..69449687f2 100644
--- a/components/checkbox/package.json
+++ b/components/checkbox/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/checkbox",
- "version": "9.9.0",
+ "version": "9.9.1",
"description": "UI Checkbox",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/field": "9.9.0",
- "@dhis2-ui/required": "9.9.0",
- "@dhis2/ui-constants": "9.9.0",
+ "@dhis2-ui/field": "9.9.1",
+ "@dhis2-ui/required": "9.9.1",
+ "@dhis2/ui-constants": "9.9.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/chip/package.json b/components/chip/package.json
index e5d2af21a8..4fca2da95f 100644
--- a/components/chip/package.json
+++ b/components/chip/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/chip",
- "version": "9.9.0",
+ "version": "9.9.1",
"description": "UI Chip",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.9.0",
+ "@dhis2/ui-constants": "9.9.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/cover/package.json b/components/cover/package.json
index 49668ff53e..5bfa4ea2f2 100644
--- a/components/cover/package.json
+++ b/components/cover/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/cover",
- "version": "9.9.0",
+ "version": "9.9.1",
"description": "UI Cover",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.9.0",
+ "@dhis2/ui-constants": "9.9.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/css/package.json b/components/css/package.json
index 5e7937d20a..deb73663ed 100644
--- a/components/css/package.json
+++ b/components/css/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/css",
- "version": "9.9.0",
+ "version": "9.9.1",
"description": "UI CSS",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.9.0",
+ "@dhis2/ui-constants": "9.9.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/divider/package.json b/components/divider/package.json
index 83cd9e39d4..292e066330 100644
--- a/components/divider/package.json
+++ b/components/divider/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/divider",
- "version": "9.9.0",
+ "version": "9.9.1",
"description": "UI Divider",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.9.0",
+ "@dhis2/ui-constants": "9.9.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/field/package.json b/components/field/package.json
index 1454813e07..6b30afff93 100644
--- a/components/field/package.json
+++ b/components/field/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/field",
- "version": "9.9.0",
+ "version": "9.9.1",
"description": "UI Field",
"repository": {
"type": "git",
@@ -33,10 +33,10 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.9.0",
- "@dhis2-ui/help": "9.9.0",
- "@dhis2-ui/label": "9.9.0",
- "@dhis2/ui-constants": "9.9.0",
+ "@dhis2-ui/box": "9.9.1",
+ "@dhis2-ui/help": "9.9.1",
+ "@dhis2-ui/label": "9.9.1",
+ "@dhis2/ui-constants": "9.9.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/file-input/package.json b/components/file-input/package.json
index 7aec22ed31..b2374053af 100644
--- a/components/file-input/package.json
+++ b/components/file-input/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/file-input",
- "version": "9.9.0",
+ "version": "9.9.1",
"description": "UI FileInput",
"repository": {
"type": "git",
@@ -34,13 +34,13 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.9.0",
- "@dhis2-ui/field": "9.9.0",
- "@dhis2-ui/label": "9.9.0",
- "@dhis2-ui/loader": "9.9.0",
- "@dhis2-ui/status-icon": "9.9.0",
- "@dhis2/ui-constants": "9.9.0",
- "@dhis2/ui-icons": "9.9.0",
+ "@dhis2-ui/button": "9.9.1",
+ "@dhis2-ui/field": "9.9.1",
+ "@dhis2-ui/label": "9.9.1",
+ "@dhis2-ui/loader": "9.9.1",
+ "@dhis2-ui/status-icon": "9.9.1",
+ "@dhis2/ui-constants": "9.9.1",
+ "@dhis2/ui-icons": "9.9.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/header-bar/package.json b/components/header-bar/package.json
index 30c4be499d..410ed916dc 100644
--- a/components/header-bar/package.json
+++ b/components/header-bar/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/header-bar",
- "version": "9.9.0",
+ "version": "9.9.1",
"description": "UI HeaderBar",
"repository": {
"type": "git",
@@ -34,21 +34,21 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/box": "9.9.0",
- "@dhis2-ui/button": "9.9.0",
- "@dhis2-ui/card": "9.9.0",
- "@dhis2-ui/center": "9.9.0",
- "@dhis2-ui/divider": "9.9.0",
- "@dhis2-ui/input": "9.9.0",
- "@dhis2-ui/layer": "9.9.0",
- "@dhis2-ui/loader": "9.9.0",
- "@dhis2-ui/logo": "9.9.0",
- "@dhis2-ui/menu": "9.9.0",
- "@dhis2-ui/modal": "9.9.0",
- "@dhis2-ui/user-avatar": "9.9.0",
+ "@dhis2-ui/box": "9.9.1",
+ "@dhis2-ui/button": "9.9.1",
+ "@dhis2-ui/card": "9.9.1",
+ "@dhis2-ui/center": "9.9.1",
+ "@dhis2-ui/divider": "9.9.1",
+ "@dhis2-ui/input": "9.9.1",
+ "@dhis2-ui/layer": "9.9.1",
+ "@dhis2-ui/loader": "9.9.1",
+ "@dhis2-ui/logo": "9.9.1",
+ "@dhis2-ui/menu": "9.9.1",
+ "@dhis2-ui/modal": "9.9.1",
+ "@dhis2-ui/user-avatar": "9.9.1",
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.9.0",
- "@dhis2/ui-icons": "9.9.0",
+ "@dhis2/ui-constants": "9.9.1",
+ "@dhis2/ui-icons": "9.9.1",
"classnames": "^2.3.1",
"moment": "^2.29.1",
"prop-types": "^15.7.2"
diff --git a/components/help/package.json b/components/help/package.json
index db41345a79..77f53bcc02 100644
--- a/components/help/package.json
+++ b/components/help/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/help",
- "version": "9.9.0",
+ "version": "9.9.1",
"description": "UI Help",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.9.0",
+ "@dhis2/ui-constants": "9.9.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/input/package.json b/components/input/package.json
index 2486c4b251..962e59de42 100644
--- a/components/input/package.json
+++ b/components/input/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/input",
- "version": "9.9.0",
+ "version": "9.9.1",
"description": "UI Input",
"repository": {
"type": "git",
@@ -33,13 +33,13 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.9.0",
- "@dhis2-ui/field": "9.9.0",
- "@dhis2-ui/input": "9.9.0",
- "@dhis2-ui/loader": "9.9.0",
- "@dhis2-ui/status-icon": "9.9.0",
- "@dhis2/ui-constants": "9.9.0",
- "@dhis2/ui-icons": "9.9.0",
+ "@dhis2-ui/box": "9.9.1",
+ "@dhis2-ui/field": "9.9.1",
+ "@dhis2-ui/input": "9.9.1",
+ "@dhis2-ui/loader": "9.9.1",
+ "@dhis2-ui/status-icon": "9.9.1",
+ "@dhis2/ui-constants": "9.9.1",
+ "@dhis2/ui-icons": "9.9.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/intersection-detector/package.json b/components/intersection-detector/package.json
index 61f1d85abe..b9fca0161e 100644
--- a/components/intersection-detector/package.json
+++ b/components/intersection-detector/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/intersection-detector",
- "version": "9.9.0",
+ "version": "9.9.1",
"description": "UI IntersectionDetector",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.9.0",
+ "@dhis2/ui-constants": "9.9.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/label/package.json b/components/label/package.json
index 18f154cbef..8d18b4b6fd 100644
--- a/components/label/package.json
+++ b/components/label/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/label",
- "version": "9.9.0",
+ "version": "9.9.1",
"description": "UI Label",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/required": "9.9.0",
- "@dhis2/ui-constants": "9.9.0",
+ "@dhis2-ui/required": "9.9.1",
+ "@dhis2/ui-constants": "9.9.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/layer/package.json b/components/layer/package.json
index 3604c40e3e..50cb11f2a2 100644
--- a/components/layer/package.json
+++ b/components/layer/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/layer",
- "version": "9.9.0",
+ "version": "9.9.1",
"description": "UI Layer",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/portal": "9.9.0",
- "@dhis2/ui-constants": "9.9.0",
+ "@dhis2-ui/portal": "9.9.1",
+ "@dhis2/ui-constants": "9.9.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/legend/package.json b/components/legend/package.json
index 42f60c3fa2..9ce88be7f3 100644
--- a/components/legend/package.json
+++ b/components/legend/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/legend",
- "version": "9.9.0",
+ "version": "9.9.1",
"description": "UI Legend",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/required": "9.9.0",
- "@dhis2/ui-constants": "9.9.0",
+ "@dhis2-ui/required": "9.9.1",
+ "@dhis2/ui-constants": "9.9.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/loader/package.json b/components/loader/package.json
index 0a8a7d1481..c94aa8c96d 100644
--- a/components/loader/package.json
+++ b/components/loader/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/loader",
- "version": "9.9.0",
+ "version": "9.9.1",
"description": "UI Loaders",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.9.0",
+ "@dhis2/ui-constants": "9.9.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/logo/package.json b/components/logo/package.json
index 77967458fb..009485b2ab 100644
--- a/components/logo/package.json
+++ b/components/logo/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/logo",
- "version": "9.9.0",
+ "version": "9.9.1",
"description": "UI Logo",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.9.0",
+ "@dhis2/ui-constants": "9.9.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/menu/package.json b/components/menu/package.json
index 50ca3371d6..08227ee166 100644
--- a/components/menu/package.json
+++ b/components/menu/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/menu",
- "version": "9.9.0",
+ "version": "9.9.1",
"description": "UI Menu",
"repository": {
"type": "git",
@@ -33,13 +33,13 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/card": "9.9.0",
- "@dhis2-ui/divider": "9.9.0",
- "@dhis2-ui/layer": "9.9.0",
- "@dhis2-ui/popper": "9.9.0",
- "@dhis2-ui/portal": "9.9.0",
- "@dhis2/ui-constants": "9.9.0",
- "@dhis2/ui-icons": "9.9.0",
+ "@dhis2-ui/card": "9.9.1",
+ "@dhis2-ui/divider": "9.9.1",
+ "@dhis2-ui/layer": "9.9.1",
+ "@dhis2-ui/popper": "9.9.1",
+ "@dhis2-ui/portal": "9.9.1",
+ "@dhis2/ui-constants": "9.9.1",
+ "@dhis2/ui-icons": "9.9.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/modal/package.json b/components/modal/package.json
index 937dbaf71f..34dc07da90 100644
--- a/components/modal/package.json
+++ b/components/modal/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/modal",
- "version": "9.9.0",
+ "version": "9.9.1",
"description": "UI Modal",
"repository": {
"type": "git",
@@ -33,12 +33,12 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/card": "9.9.0",
- "@dhis2-ui/center": "9.9.0",
- "@dhis2-ui/layer": "9.9.0",
- "@dhis2-ui/portal": "9.9.0",
- "@dhis2/ui-constants": "9.9.0",
- "@dhis2/ui-icons": "9.9.0",
+ "@dhis2-ui/card": "9.9.1",
+ "@dhis2-ui/center": "9.9.1",
+ "@dhis2-ui/layer": "9.9.1",
+ "@dhis2-ui/portal": "9.9.1",
+ "@dhis2/ui-constants": "9.9.1",
+ "@dhis2/ui-icons": "9.9.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/node/package.json b/components/node/package.json
index fc3c5dc173..c72598f44b 100644
--- a/components/node/package.json
+++ b/components/node/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/node",
- "version": "9.9.0",
+ "version": "9.9.1",
"description": "UI Node",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/loader": "9.9.0",
- "@dhis2/ui-constants": "9.9.0",
+ "@dhis2-ui/loader": "9.9.1",
+ "@dhis2/ui-constants": "9.9.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/notice-box/package.json b/components/notice-box/package.json
index 8f02cb6c75..665f06f109 100644
--- a/components/notice-box/package.json
+++ b/components/notice-box/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/notice-box",
- "version": "9.9.0",
+ "version": "9.9.1",
"description": "UI NoticeBox",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.9.0",
- "@dhis2/ui-icons": "9.9.0",
+ "@dhis2/ui-constants": "9.9.1",
+ "@dhis2/ui-icons": "9.9.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/organisation-unit-tree/package.json b/components/organisation-unit-tree/package.json
index 7dd625a9a6..7061f19595 100644
--- a/components/organisation-unit-tree/package.json
+++ b/components/organisation-unit-tree/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/organisation-unit-tree",
- "version": "9.9.0",
+ "version": "9.9.1",
"description": "UI OrganisationUnitTree",
"repository": {
"type": "git",
@@ -35,10 +35,10 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/checkbox": "9.9.0",
- "@dhis2-ui/loader": "9.9.0",
- "@dhis2-ui/node": "9.9.0",
- "@dhis2/ui-constants": "9.9.0",
+ "@dhis2-ui/checkbox": "9.9.1",
+ "@dhis2-ui/loader": "9.9.1",
+ "@dhis2-ui/node": "9.9.1",
+ "@dhis2/ui-constants": "9.9.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/pagination/package.json b/components/pagination/package.json
index 1b839248bb..cb50b707e0 100644
--- a/components/pagination/package.json
+++ b/components/pagination/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/pagination",
- "version": "9.9.0",
+ "version": "9.9.1",
"description": "UI Pagination",
"repository": {
"type": "git",
@@ -34,10 +34,10 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.9.0",
- "@dhis2-ui/select": "9.9.0",
- "@dhis2/ui-constants": "9.9.0",
- "@dhis2/ui-icons": "9.9.0",
+ "@dhis2-ui/button": "9.9.1",
+ "@dhis2-ui/select": "9.9.1",
+ "@dhis2/ui-constants": "9.9.1",
+ "@dhis2/ui-icons": "9.9.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/popover/package.json b/components/popover/package.json
index b3dcb9d4ed..5b71ff7005 100644
--- a/components/popover/package.json
+++ b/components/popover/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/popover",
- "version": "9.9.0",
+ "version": "9.9.1",
"description": "UI Popover",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/layer": "9.9.0",
- "@dhis2-ui/popper": "9.9.0",
- "@dhis2/ui-constants": "9.9.0",
+ "@dhis2-ui/layer": "9.9.1",
+ "@dhis2-ui/popper": "9.9.1",
+ "@dhis2/ui-constants": "9.9.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/popper/package.json b/components/popper/package.json
index d235215d3f..a5e064c7d8 100644
--- a/components/popper/package.json
+++ b/components/popper/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/popper",
- "version": "9.9.0",
+ "version": "9.9.1",
"description": "UI Popper",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.9.0",
+ "@dhis2/ui-constants": "9.9.1",
"@popperjs/core": "^2.10.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2",
diff --git a/components/portal/package.json b/components/portal/package.json
index 4639984d79..a3fbfd8a9b 100644
--- a/components/portal/package.json
+++ b/components/portal/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/portal",
- "version": "9.9.0",
+ "version": "9.9.1",
"description": "UI Portal",
"repository": {
"type": "git",
diff --git a/components/radio/package.json b/components/radio/package.json
index 1d26dc38f5..f6487736d4 100644
--- a/components/radio/package.json
+++ b/components/radio/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/radio",
- "version": "9.9.0",
+ "version": "9.9.1",
"description": "UI Radio",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.9.0",
+ "@dhis2/ui-constants": "9.9.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/required/package.json b/components/required/package.json
index d0cdfe8f5c..f3af649551 100644
--- a/components/required/package.json
+++ b/components/required/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/required",
- "version": "9.9.0",
+ "version": "9.9.1",
"description": "UI Required",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.9.0",
+ "@dhis2/ui-constants": "9.9.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/segmented-control/package.json b/components/segmented-control/package.json
index 67a87583a6..64bd01bbc4 100644
--- a/components/segmented-control/package.json
+++ b/components/segmented-control/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/segmented-control",
- "version": "9.9.0",
+ "version": "9.9.1",
"description": "UI Segmented Control",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.9.0",
+ "@dhis2/ui-constants": "9.9.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/select/package.json b/components/select/package.json
index 0af576d1fa..84685a6a04 100644
--- a/components/select/package.json
+++ b/components/select/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/select",
- "version": "9.9.0",
+ "version": "9.9.1",
"description": "UI Select",
"repository": {
"type": "git",
@@ -33,21 +33,21 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/box": "9.9.0",
- "@dhis2-ui/button": "9.9.0",
- "@dhis2-ui/card": "9.9.0",
- "@dhis2-ui/checkbox": "9.9.0",
- "@dhis2-ui/chip": "9.9.0",
- "@dhis2-ui/field": "9.9.0",
- "@dhis2-ui/input": "9.9.0",
- "@dhis2-ui/layer": "9.9.0",
- "@dhis2-ui/loader": "9.9.0",
- "@dhis2-ui/popper": "9.9.0",
- "@dhis2-ui/status-icon": "9.9.0",
- "@dhis2-ui/tooltip": "9.9.0",
+ "@dhis2-ui/box": "9.9.1",
+ "@dhis2-ui/button": "9.9.1",
+ "@dhis2-ui/card": "9.9.1",
+ "@dhis2-ui/checkbox": "9.9.1",
+ "@dhis2-ui/chip": "9.9.1",
+ "@dhis2-ui/field": "9.9.1",
+ "@dhis2-ui/input": "9.9.1",
+ "@dhis2-ui/layer": "9.9.1",
+ "@dhis2-ui/loader": "9.9.1",
+ "@dhis2-ui/popper": "9.9.1",
+ "@dhis2-ui/status-icon": "9.9.1",
+ "@dhis2-ui/tooltip": "9.9.1",
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.9.0",
- "@dhis2/ui-icons": "9.9.0",
+ "@dhis2/ui-constants": "9.9.1",
+ "@dhis2/ui-icons": "9.9.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/selector-bar/package.json b/components/selector-bar/package.json
index ab36aeabe6..899792dd79 100644
--- a/components/selector-bar/package.json
+++ b/components/selector-bar/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/selector-bar",
- "version": "9.9.0",
+ "version": "9.9.1",
"description": "UI Select",
"repository": {
"type": "git",
@@ -33,21 +33,21 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/button": "9.9.0",
- "@dhis2-ui/card": "9.9.0",
- "@dhis2-ui/popper": "9.9.0",
- "@dhis2-ui/layer": "9.9.0",
- "@dhis2/ui-constants": "9.9.0",
- "@dhis2/ui-icons": "9.9.0",
+ "@dhis2-ui/button": "9.9.1",
+ "@dhis2-ui/card": "9.9.1",
+ "@dhis2-ui/popper": "9.9.1",
+ "@dhis2-ui/layer": "9.9.1",
+ "@dhis2/ui-constants": "9.9.1",
+ "@dhis2/ui-icons": "9.9.1",
"@testing-library/react": "^12.1.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
"devDependencies": {
- "@dhis2-ui/css": "9.9.0",
- "@dhis2-ui/menu": "9.9.0",
- "@dhis2-ui/organisation-unit-tree": "9.9.0",
- "@dhis2-ui/select": "9.9.0",
+ "@dhis2-ui/css": "9.9.1",
+ "@dhis2-ui/menu": "9.9.1",
+ "@dhis2-ui/organisation-unit-tree": "9.9.1",
+ "@dhis2-ui/select": "9.9.1",
"@dhis2/d2-i18n": "^1.1.0",
"@testing-library/jest-dom": "^5.16.1",
"react": "16.13",
diff --git a/components/sharing-dialog/package.json b/components/sharing-dialog/package.json
index 74b2fb40dc..cde8c5a728 100644
--- a/components/sharing-dialog/package.json
+++ b/components/sharing-dialog/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/sharing-dialog",
- "version": "9.9.0",
+ "version": "9.9.1",
"description": "UI SharingDialog",
"repository": {
"type": "git",
@@ -35,22 +35,22 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.9.0",
- "@dhis2-ui/button": "9.9.0",
- "@dhis2-ui/card": "9.9.0",
- "@dhis2-ui/divider": "9.9.0",
- "@dhis2-ui/input": "9.9.0",
- "@dhis2-ui/layer": "9.9.0",
- "@dhis2-ui/menu": "9.9.0",
- "@dhis2-ui/modal": "9.9.0",
- "@dhis2-ui/notice-box": "9.9.0",
- "@dhis2-ui/popper": "9.9.0",
- "@dhis2-ui/select": "9.9.0",
- "@dhis2-ui/tab": "9.9.0",
- "@dhis2-ui/tooltip": "9.9.0",
- "@dhis2-ui/user-avatar": "9.9.0",
- "@dhis2/ui-constants": "9.9.0",
- "@dhis2/ui-icons": "9.9.0",
+ "@dhis2-ui/box": "9.9.1",
+ "@dhis2-ui/button": "9.9.1",
+ "@dhis2-ui/card": "9.9.1",
+ "@dhis2-ui/divider": "9.9.1",
+ "@dhis2-ui/input": "9.9.1",
+ "@dhis2-ui/layer": "9.9.1",
+ "@dhis2-ui/menu": "9.9.1",
+ "@dhis2-ui/modal": "9.9.1",
+ "@dhis2-ui/notice-box": "9.9.1",
+ "@dhis2-ui/popper": "9.9.1",
+ "@dhis2-ui/select": "9.9.1",
+ "@dhis2-ui/tab": "9.9.1",
+ "@dhis2-ui/tooltip": "9.9.1",
+ "@dhis2-ui/user-avatar": "9.9.1",
+ "@dhis2/ui-constants": "9.9.1",
+ "@dhis2/ui-icons": "9.9.1",
"@react-hook/size": "^2.1.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
diff --git a/components/status-icon/package.json b/components/status-icon/package.json
index a78f277d34..aca7d176de 100644
--- a/components/status-icon/package.json
+++ b/components/status-icon/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/status-icon",
- "version": "9.9.0",
+ "version": "9.9.1",
"description": "UI StatusIcon",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/loader": "9.9.0",
- "@dhis2/ui-constants": "9.9.0",
- "@dhis2/ui-icons": "9.9.0",
+ "@dhis2-ui/loader": "9.9.1",
+ "@dhis2/ui-constants": "9.9.1",
+ "@dhis2/ui-icons": "9.9.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/switch/package.json b/components/switch/package.json
index 4d04026099..9053e2b3d9 100644
--- a/components/switch/package.json
+++ b/components/switch/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/switch",
- "version": "9.9.0",
+ "version": "9.9.1",
"description": "UI Switch",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/field": "9.9.0",
- "@dhis2-ui/required": "9.9.0",
- "@dhis2/ui-constants": "9.9.0",
+ "@dhis2-ui/field": "9.9.1",
+ "@dhis2-ui/required": "9.9.1",
+ "@dhis2/ui-constants": "9.9.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/tab/package.json b/components/tab/package.json
index 3132327cab..4d9e9bea56 100644
--- a/components/tab/package.json
+++ b/components/tab/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/tab",
- "version": "9.9.0",
+ "version": "9.9.1",
"description": "UI Tabs",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.9.0",
- "@dhis2/ui-icons": "9.9.0",
+ "@dhis2/ui-constants": "9.9.1",
+ "@dhis2/ui-icons": "9.9.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/table/package.json b/components/table/package.json
index 0dc5c2567c..1a543a8192 100644
--- a/components/table/package.json
+++ b/components/table/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/table",
- "version": "9.9.0",
+ "version": "9.9.1",
"description": "UI Table",
"repository": {
"type": "git",
@@ -34,8 +34,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.9.0",
- "@dhis2/ui-icons": "9.9.0",
+ "@dhis2/ui-constants": "9.9.1",
+ "@dhis2/ui-icons": "9.9.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/tag/package.json b/components/tag/package.json
index 7184b86661..3c01389689 100644
--- a/components/tag/package.json
+++ b/components/tag/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/tag",
- "version": "9.9.0",
+ "version": "9.9.1",
"description": "UI Tag",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.9.0",
+ "@dhis2/ui-constants": "9.9.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/text-area/package.json b/components/text-area/package.json
index 5f3fc957c6..e5ab5ec828 100644
--- a/components/text-area/package.json
+++ b/components/text-area/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/text-area",
- "version": "9.9.0",
+ "version": "9.9.1",
"description": "UI TextArea",
"repository": {
"type": "git",
@@ -33,12 +33,12 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.9.0",
- "@dhis2-ui/field": "9.9.0",
- "@dhis2-ui/loader": "9.9.0",
- "@dhis2-ui/status-icon": "9.9.0",
- "@dhis2/ui-constants": "9.9.0",
- "@dhis2/ui-icons": "9.9.0",
+ "@dhis2-ui/box": "9.9.1",
+ "@dhis2-ui/field": "9.9.1",
+ "@dhis2-ui/loader": "9.9.1",
+ "@dhis2-ui/status-icon": "9.9.1",
+ "@dhis2/ui-constants": "9.9.1",
+ "@dhis2/ui-icons": "9.9.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/tooltip/package.json b/components/tooltip/package.json
index 50479da2f8..303828e810 100644
--- a/components/tooltip/package.json
+++ b/components/tooltip/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/tooltip",
- "version": "9.9.0",
+ "version": "9.9.1",
"description": "UI Tooltip",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/popper": "9.9.0",
- "@dhis2-ui/portal": "9.9.0",
- "@dhis2/ui-constants": "9.9.0",
+ "@dhis2-ui/popper": "9.9.1",
+ "@dhis2-ui/portal": "9.9.1",
+ "@dhis2/ui-constants": "9.9.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/transfer/package.json b/components/transfer/package.json
index 65922a2513..8ebd578fbb 100644
--- a/components/transfer/package.json
+++ b/components/transfer/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/transfer",
- "version": "9.9.0",
+ "version": "9.9.1",
"description": "UI Transfer",
"repository": {
"type": "git",
@@ -33,12 +33,12 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.9.0",
- "@dhis2-ui/field": "9.9.0",
- "@dhis2-ui/input": "9.9.0",
- "@dhis2-ui/intersection-detector": "9.9.0",
- "@dhis2-ui/loader": "9.9.0",
- "@dhis2/ui-constants": "9.9.0",
+ "@dhis2-ui/button": "9.9.1",
+ "@dhis2-ui/field": "9.9.1",
+ "@dhis2-ui/input": "9.9.1",
+ "@dhis2-ui/intersection-detector": "9.9.1",
+ "@dhis2-ui/loader": "9.9.1",
+ "@dhis2/ui-constants": "9.9.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/user-avatar/package.json b/components/user-avatar/package.json
index 9d5a0720ac..49e4e41f04 100644
--- a/components/user-avatar/package.json
+++ b/components/user-avatar/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/user-avatar",
- "version": "9.9.0",
+ "version": "9.9.1",
"description": "UI User Avatar",
"repository": {
"type": "git",
@@ -34,7 +34,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.9.0",
+ "@dhis2/ui-constants": "9.9.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/constants/package.json b/constants/package.json
index 41790b0c0b..da688acf21 100644
--- a/constants/package.json
+++ b/constants/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-constants",
- "version": "9.9.0",
+ "version": "9.9.1",
"description": "Constants used in the UI libs",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
diff --git a/docs/package.json b/docs/package.json
index eab92df1cc..a44b8d3198 100644
--- a/docs/package.json
+++ b/docs/package.json
@@ -1,6 +1,6 @@
{
"name": "ui-docusaurus",
- "version": "9.9.0",
+ "version": "9.9.1",
"private": true,
"description": "UI Docusaurus",
"repository": {
diff --git a/icons/package.json b/icons/package.json
index a07372599c..c3a9818e01 100644
--- a/icons/package.json
+++ b/icons/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-icons",
- "version": "9.9.0",
+ "version": "9.9.1",
"description": "Icons used in the UI libs",
"main": "./build/cjs/react/index.js",
"module": "./build/es/react/index.js",
diff --git a/package.json b/package.json
index 3db898ef4e..d7ad83a61e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-root",
- "version": "9.9.0",
+ "version": "9.9.1",
"repository": {
"type": "git",
"url": "https://github.com/dhis2/ui.git"
diff --git a/storybook/package.json b/storybook/package.json
index 19e9b63f29..007961352b 100644
--- a/storybook/package.json
+++ b/storybook/package.json
@@ -1,6 +1,6 @@
{
"name": "ui-storybook",
- "version": "9.9.0",
+ "version": "9.9.1",
"description": "UI Storybook",
"repository": {
"type": "git",
@@ -23,8 +23,8 @@
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-private-methods": "^7.13.0",
"@babel/plugin-proposal-private-property-in-object": "^7.14.0",
- "@dhis2-ui/css": "9.9.0",
- "@dhis2/ui-constants": "9.9.0",
+ "@dhis2-ui/css": "9.9.1",
+ "@dhis2/ui-constants": "9.9.1",
"@fontsource/roboto": "^4.5.0",
"@storybook/addon-a11y": "^6.3.7",
"@storybook/addon-console": "^1.2.3",
From b095f5a90688b7e95338622137c71b2305fd9fe7 Mon Sep 17 00:00:00 2001
From: Alaa Yahia <6881345+alaa-yahia@users.noreply.github.com>
Date: Wed, 3 Jul 2024 12:47:25 +0300
Subject: [PATCH 097/170] feat(TabBar): accessibility improvements for TabBar &
Tab (#1468)
* feat(TabBar): accessibility improvements for TabBar & Tab
* feat: make Tabs a composite component
* fix: failing tests
---
components/tab/package.json | 1 +
components/tab/src/tab-bar/tabs.js | 98 ++++++++--
components/tab/src/tab/tab.js | 290 ++++++++++++++++-------------
3 files changed, 239 insertions(+), 150 deletions(-)
diff --git a/components/tab/package.json b/components/tab/package.json
index 4d9e9bea56..33ed68d5c9 100644
--- a/components/tab/package.json
+++ b/components/tab/package.json
@@ -32,6 +32,7 @@
"styled-jsx": "^4"
},
"dependencies": {
+ "@dhis2-ui/tooltip": "^9.4.3",
"@dhis2/prop-types": "^3.1.2",
"@dhis2/ui-constants": "9.9.1",
"@dhis2/ui-icons": "9.9.1",
diff --git a/components/tab/src/tab-bar/tabs.js b/components/tab/src/tab-bar/tabs.js
index e999671f0d..8b586bf8bb 100644
--- a/components/tab/src/tab-bar/tabs.js
+++ b/components/tab/src/tab-bar/tabs.js
@@ -1,26 +1,86 @@
import { colors } from '@dhis2/ui-constants'
import cx from 'classnames'
import PropTypes from 'prop-types'
-import React from 'react'
-
-const Tabs = ({ children, fixed, dataTest }) => (
-
- {children}
-
-
-
-)
+ return
+ }
+
+ const currentIndex = childrenRefs.findIndex(
+ (ref) => ref.current === currentFocus
+ )
+
+ if (currentIndex === -1) {
+ return
+ }
+
+ if (event.key === 'ArrowRight') {
+ event.preventDefault()
+ const nextIndex = (currentIndex + 1) % childrenRefs.length
+ childrenRefs[nextIndex].current.focus()
+ }
+
+ if (event.key === 'ArrowLeft') {
+ event.preventDefault()
+ const prevIndex =
+ (currentIndex - 1 + childrenRefs.length) % childrenRefs.length
+ childrenRefs[prevIndex].current.focus()
+ }
+ }
+
+ return (
+
+ {React.Children.map(children, (child, index) => {
+ if (React.isValidElement(child)) {
+ return React.cloneElement(child, {
+ ref: childrenRefs[index],
+ })
+ }
+ // Wrap non-element children e.g string in a
+ return (
+
+ {child}
+
+ )
+ })}
+
+
+
+ )
+}
Tabs.propTypes = {
dataTest: PropTypes.string.isRequired,
diff --git a/components/tab/src/tab/tab.js b/components/tab/src/tab/tab.js
index bb85dcec9c..9a8cd0ae71 100644
--- a/components/tab/src/tab/tab.js
+++ b/components/tab/src/tab/tab.js
@@ -1,136 +1,164 @@
+import { Tooltip } from '@dhis2-ui/tooltip'
import { colors, theme } from '@dhis2/ui-constants'
import cx from 'classnames'
import PropTypes from 'prop-types'
-import React from 'react'
-
-const Tab = ({
- icon,
- onClick,
- selected,
- disabled,
- children,
- className,
- dataTest,
-}) => (
- onClick({}, event)}
- data-test={dataTest}
- >
- {icon}
- {children}
-
-
-
+import React, { useState, useEffect, useRef } from 'react'
+
+export const Tab = React.forwardRef(
+ (
+ { icon, onClick, selected, disabled, children, className, dataTest },
+ ref
+ ) => {
+ let tabRef = useRef(null)
+ if (ref) {
+ tabRef = ref
+ }
+ const [isOverflowing, setIsOverflowing] = useState(false)
+
+ useEffect(() => {
+ const checkOverflow = () => {
+ const isOverflow =
+ tabRef.current.scrollWidth > tabRef.current.clientWidth
+ setIsOverflowing(isOverflow)
+ }
+ checkOverflow()
+ }, [])
+
+ return (
+ onClick({}, event)}
+ data-test={dataTest}
+ ref={tabRef}
+ role="tab"
+ aria-selected={selected ? 'true' : 'false'}
+ aria-disabled={disabled ? 'true' : 'false'}
+ onFocus={disabled ? undefined : (event) => onClick({}, event)}
+ tabIndex={-1}
+ >
+ {icon}
+ {isOverflowing ? (
+
+ {children}
+
+ ) : (
+ {children}
+ )}
+
+
+
+ )
+ }
)
Tab.defaultProps = {
@@ -149,4 +177,4 @@ Tab.propTypes = {
onClick: PropTypes.func,
}
-export { Tab }
+Tab.displayName = 'Tab'
From b24e0f559e95bea22bf988970b46c2ecb7301a45 Mon Sep 17 00:00:00 2001
From: Redet Getachew
Date: Wed, 3 Jul 2024 12:56:37 +0300
Subject: [PATCH 098/170] docs: improve documentation for CalendarInput
callback function usage (#1538)
---
components/calendar/src/stories/calendar-input.stories.js | 2 ++
docs/docs/components/calendar-input.md | 1 +
2 files changed, 3 insertions(+)
diff --git a/components/calendar/src/stories/calendar-input.stories.js b/components/calendar/src/stories/calendar-input.stories.js
index 13cc451670..8462ff11a2 100644
--- a/components/calendar/src/stories/calendar-input.stories.js
+++ b/components/calendar/src/stories/calendar-input.stories.js
@@ -34,6 +34,7 @@ const buildCalendar =
date={date}
locale={locale}
calendar={calendar}
+ onDateSelect={()=>{}}
/>
)
@@ -85,6 +86,7 @@ export const IslamicWithArabic = () => {
locale="ar-SD"
calendar="islamic-civil"
clearable={true}
+ onDateSelect={()=>{}}
/>
)
diff --git a/docs/docs/components/calendar-input.md b/docs/docs/components/calendar-input.md
index 607a3af15d..9b35c65d5a 100644
--- a/docs/docs/components/calendar-input.md
+++ b/docs/docs/components/calendar-input.md
@@ -123,6 +123,7 @@ The Gregorian with initial date is then generated with this code.
calendar="gregory"
locale="en-GB"
date="2021-10-13"
+ onDateSelect={handelDateChange}
/>
```
From bddbdaeb63180b80a4352a256e7916ab75f633e9 Mon Sep 17 00:00:00 2001
From: Diana Nanyanzi <31903212+d-rita@users.noreply.github.com>
Date: Wed, 3 Jul 2024 19:15:55 +0300
Subject: [PATCH 099/170] feat(menu): memoise menu's childrenToRender function
and add valid role checks (#1539)
* feat: optimise menu and add valid role checks
- memoise menu's childrenToRender function
- add comments explaining menu child checks and the props passed to them
- avoid passing custom props to native HTML elements
- move separator role to the divider component
- check if role exists on menu children and log a console warning if not
- update tests
* fix(lint): lint issue in master
---------
Co-authored-by: Mozafar Haider
---
.../src/stories/calendar-input.stories.js | 4 +-
components/divider/src/divider.js | 2 +-
.../menu/src/menu-divider/menu-divider.js | 2 +-
.../menu/src/menu/__tests__/menu.test.js | 2 +-
components/menu/src/menu/helpers.js | 14 ++-
components/menu/src/menu/menu.js | 88 ++++++++++---------
components/menu/src/menu/use-menu.js | 1 +
7 files changed, 65 insertions(+), 48 deletions(-)
diff --git a/components/calendar/src/stories/calendar-input.stories.js b/components/calendar/src/stories/calendar-input.stories.js
index 8462ff11a2..f9f6ed6d5e 100644
--- a/components/calendar/src/stories/calendar-input.stories.js
+++ b/components/calendar/src/stories/calendar-input.stories.js
@@ -34,7 +34,7 @@ const buildCalendar =
date={date}
locale={locale}
calendar={calendar}
- onDateSelect={()=>{}}
+ onDateSelect={() => {}}
/>
)
@@ -86,7 +86,7 @@ export const IslamicWithArabic = () => {
locale="ar-SD"
calendar="islamic-civil"
clearable={true}
- onDateSelect={()=>{}}
+ onDateSelect={() => {}}
/>
)
diff --git a/components/divider/src/divider.js b/components/divider/src/divider.js
index 6311fe77ff..1db09c1b3e 100644
--- a/components/divider/src/divider.js
+++ b/components/divider/src/divider.js
@@ -17,7 +17,7 @@ const flipMargin = (margin) => {
const Divider = ({ className, dataTest, dense, margin }) => {
return (
-
+
-
- )
- }
-)
-
-SelectorBarItem.displayName = 'SelectorBarItem'
+ padding-block: 0;
+ padding-inline-start: ${spacers.dp8};
+ padding-inline-end: ${spacers.dp12};
+ font-size: 14px;
+ line-height: 16px;
+ border: none;
+ box-shadow: 0px 0px 0px 1px ${colors.grey400};
+ }
+
+ .selector-bar-item.openable {
+ cursor: pointer;
+ }
+
+ .selector-bar-item:disabled {
+ cursor: not-allowed;
+ }
+
+ .label {
+ color: ${colors.grey600};
+ }
+
+ .value {
+ padding-inline-start: ${spacers.dp8};
+ }
+
+ .clear-icon {
+ display: flex;
+ align-items: center;
+ margin-inline-start: ${spacers.dp4};
+ padding: ${spacers.dp4};
+ cursor: pointer;
+ }
+ .clear-icon svg path {
+ fill: ${colors.grey500};
+ }
+
+ .clear-icon:hover svg path {
+ fill: ${colors.grey700};
+ }
+
+ .toggle-icon {
+ display: flex;
+ margin-inline-start: ${spacers.dp4};
+ height: 100%;
+ align-items: center;
+ }
+ `}
+
+ )
+}
SelectorBarItem.defaultProps = {
dataTest: 'dhis2-ui-selectorbaritem',
diff --git a/components/selector-bar/src/selector-bar/selector-bar.js b/components/selector-bar/src/selector-bar/selector-bar.js
index 7573de496d..558a90530c 100644
--- a/components/selector-bar/src/selector-bar/selector-bar.js
+++ b/components/selector-bar/src/selector-bar/selector-bar.js
@@ -2,7 +2,7 @@ import { Button } from '@dhis2-ui/button'
import { colors, spacers } from '@dhis2/ui-constants'
import cx from 'classnames'
import PropTypes from 'prop-types'
-import React, { useRef, useMemo } from 'react'
+import React, { useRef, useState, useEffect } from 'react'
import i18n from '../locales/index.js'
const ClearSelection = ({ disabled, onClick }) => {
@@ -38,25 +38,38 @@ export const SelectorBar = ({
additionalContent,
ariaLabel,
}) => {
- const chipContainer = useRef(null)
-
- const childrenRefs = useMemo(
- () => React.Children.map(children, () => React.createRef()),
- [children]
- )
+ const container = useRef(null)
+
+ const [childrenToFocus, setChildrenToFocus] = useState([])
+
+ useEffect(() => {
+ if (container.current) {
+ const controlsDiv = container.current.querySelector('.controls')
+ if (controlsDiv) {
+ const childElements = Array.from(controlsDiv.children)
+ childElements.forEach((child) => {
+ child.tabIndex = -1
+ })
+ setChildrenToFocus(childElements)
+ }
+ }
+ }, [children])
const handleKeyDown = (event) => {
const currentFocus = document.activeElement
- if (chipContainer.current && chipContainer.current === currentFocus) {
- if (childrenRefs.length > 0 && childrenRefs[0].current) {
- childrenRefs[0].current.focus()
+ if (container.current && container.current === currentFocus) {
+ if (childrenToFocus.length > 0 && childrenToFocus[0]) {
+ childrenToFocus[0].focus()
}
return
}
+ if (!childrenToFocus.length) {
+ return
+ }
- const currentIndex = childrenRefs.findIndex(
- (ref) => ref.current === currentFocus
+ const currentIndex = childrenToFocus.findIndex(
+ (element) => element === currentFocus
)
if (currentIndex === -1) {
@@ -65,15 +78,16 @@ export const SelectorBar = ({
if (event.key === 'ArrowRight') {
event.preventDefault()
- const nextIndex = (currentIndex + 1) % childrenRefs.length
- childrenRefs[nextIndex].current.focus()
+ const nextIndex = (currentIndex + 1) % childrenToFocus.length
+ childrenToFocus[nextIndex].focus()
}
if (event.key === 'ArrowLeft') {
event.preventDefault()
const prevIndex =
- (currentIndex - 1 + childrenRefs.length) % childrenRefs.length
- childrenRefs[prevIndex].current.focus()
+ (currentIndex - 1 + childrenToFocus.length) %
+ childrenToFocus.length
+ childrenToFocus[prevIndex].focus()
}
}
@@ -88,16 +102,17 @@ export const SelectorBar = ({
data-test={dataTest}
onKeyDown={handleKeyDown}
tabIndex={0}
- ref={chipContainer}
+ ref={container}
role="toolbar"
aria-label={ariaLabel}
>
- {React.Children.map(children, (child, index) =>
+ {/* {React.Children.map(children, (child, index) =>
React.cloneElement(child, {
ref: childrenRefs[index],
})
- )}
+ )} */}
+ {children}
{onClearSelectionClick && (
Date: Thu, 4 Jul 2024 10:47:42 +0000
Subject: [PATCH 103/170] chore(release): cut 9.10.1 [skip release]
## [9.10.1](https://github.com/dhis2/ui/compare/v9.10.0...v9.10.1) (2024-07-04)
### Bug Fixes
* **selectorbar:** handle components other than SelectorBarItem correctly as children ([#1534](https://github.com/dhis2/ui/issues/1534)) ([7c78ac7](https://github.com/dhis2/ui/commit/7c78ac729b763e1c230d50828cc2728f0ed360e7))
* do not hijack input when inside a menu ([#1551](https://github.com/dhis2/ui/issues/1551)) ([7a27d3d](https://github.com/dhis2/ui/commit/7a27d3df5e4812ee01a3c2a9b1d69a3bab1ce96e))
---
CHANGELOG.md | 8 ++
collections/forms/package.json | 20 ++--
collections/ui/package.json | 98 +++++++++----------
components/alert/package.json | 8 +-
components/box/package.json | 4 +-
components/button/package.json | 12 +--
components/calendar/package.json | 16 +--
components/card/package.json | 4 +-
components/center/package.json | 4 +-
components/checkbox/package.json | 8 +-
components/chip/package.json | 4 +-
components/cover/package.json | 4 +-
components/css/package.json | 4 +-
components/divider/package.json | 4 +-
components/field/package.json | 10 +-
components/file-input/package.json | 16 +--
components/header-bar/package.json | 30 +++---
components/help/package.json | 4 +-
components/input/package.json | 16 +--
components/intersection-detector/package.json | 4 +-
components/label/package.json | 6 +-
components/layer/package.json | 6 +-
components/legend/package.json | 6 +-
components/loader/package.json | 4 +-
components/logo/package.json | 4 +-
components/menu/package.json | 16 +--
components/modal/package.json | 14 +--
components/node/package.json | 6 +-
components/notice-box/package.json | 6 +-
.../organisation-unit-tree/package.json | 10 +-
components/pagination/package.json | 10 +-
components/popover/package.json | 8 +-
components/popper/package.json | 4 +-
components/portal/package.json | 2 +-
components/radio/package.json | 4 +-
components/required/package.json | 4 +-
components/segmented-control/package.json | 4 +-
components/select/package.json | 30 +++---
components/selector-bar/package.json | 22 ++---
components/sharing-dialog/package.json | 34 +++----
components/status-icon/package.json | 8 +-
components/switch/package.json | 8 +-
components/tab/package.json | 8 +-
components/table/package.json | 6 +-
components/tag/package.json | 4 +-
components/text-area/package.json | 14 +--
components/tooltip/package.json | 8 +-
components/transfer/package.json | 14 +--
components/user-avatar/package.json | 4 +-
constants/package.json | 2 +-
docs/package.json | 2 +-
icons/package.json | 2 +-
package.json | 2 +-
storybook/package.json | 6 +-
54 files changed, 287 insertions(+), 279 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ce611efbdf..31f6e63262 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+## [9.10.1](https://github.com/dhis2/ui/compare/v9.10.0...v9.10.1) (2024-07-04)
+
+
+### Bug Fixes
+
+* **selectorbar:** handle components other than SelectorBarItem correctly as children ([#1534](https://github.com/dhis2/ui/issues/1534)) ([7c78ac7](https://github.com/dhis2/ui/commit/7c78ac729b763e1c230d50828cc2728f0ed360e7))
+* do not hijack input when inside a menu ([#1551](https://github.com/dhis2/ui/issues/1551)) ([7a27d3d](https://github.com/dhis2/ui/commit/7a27d3df5e4812ee01a3c2a9b1d69a3bab1ce96e))
+
# [9.10.0](https://github.com/dhis2/ui/compare/v9.9.1...v9.10.0) (2024-07-03)
diff --git a/collections/forms/package.json b/collections/forms/package.json
index 53365e32e5..0a87c3b6d4 100644
--- a/collections/forms/package.json
+++ b/collections/forms/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-forms",
- "version": "9.10.0",
+ "version": "9.10.1",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
"sideEffects": [
@@ -35,15 +35,15 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.10.0",
- "@dhis2-ui/checkbox": "9.10.0",
- "@dhis2-ui/field": "9.10.0",
- "@dhis2-ui/file-input": "9.10.0",
- "@dhis2-ui/input": "9.10.0",
- "@dhis2-ui/radio": "9.10.0",
- "@dhis2-ui/select": "9.10.0",
- "@dhis2-ui/switch": "9.10.0",
- "@dhis2-ui/text-area": "9.10.0",
+ "@dhis2-ui/button": "9.10.1",
+ "@dhis2-ui/checkbox": "9.10.1",
+ "@dhis2-ui/field": "9.10.1",
+ "@dhis2-ui/file-input": "9.10.1",
+ "@dhis2-ui/input": "9.10.1",
+ "@dhis2-ui/radio": "9.10.1",
+ "@dhis2-ui/select": "9.10.1",
+ "@dhis2-ui/switch": "9.10.1",
+ "@dhis2-ui/text-area": "9.10.1",
"classnames": "^2.3.1",
"final-form": "^4.20.2",
"prop-types": "^15.7.2",
diff --git a/collections/ui/package.json b/collections/ui/package.json
index 77cfb90131..32fe438eb5 100644
--- a/collections/ui/package.json
+++ b/collections/ui/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui",
- "version": "9.10.0",
+ "version": "9.10.1",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
"exports": {
@@ -21,54 +21,54 @@
"build": "d2-app-scripts build"
},
"dependencies": {
- "@dhis2-ui/alert": "9.10.0",
- "@dhis2-ui/box": "9.10.0",
- "@dhis2-ui/button": "9.10.0",
- "@dhis2-ui/calendar": "9.10.0",
- "@dhis2-ui/card": "9.10.0",
- "@dhis2-ui/center": "9.10.0",
- "@dhis2-ui/checkbox": "9.10.0",
- "@dhis2-ui/chip": "9.10.0",
- "@dhis2-ui/cover": "9.10.0",
- "@dhis2-ui/css": "9.10.0",
- "@dhis2-ui/divider": "9.10.0",
- "@dhis2-ui/field": "9.10.0",
- "@dhis2-ui/file-input": "9.10.0",
- "@dhis2-ui/header-bar": "9.10.0",
- "@dhis2-ui/help": "9.10.0",
- "@dhis2-ui/input": "9.10.0",
- "@dhis2-ui/intersection-detector": "9.10.0",
- "@dhis2-ui/label": "9.10.0",
- "@dhis2-ui/layer": "9.10.0",
- "@dhis2-ui/legend": "9.10.0",
- "@dhis2-ui/loader": "9.10.0",
- "@dhis2-ui/logo": "9.10.0",
- "@dhis2-ui/menu": "9.10.0",
- "@dhis2-ui/modal": "9.10.0",
- "@dhis2-ui/node": "9.10.0",
- "@dhis2-ui/notice-box": "9.10.0",
- "@dhis2-ui/organisation-unit-tree": "9.10.0",
- "@dhis2-ui/pagination": "9.10.0",
- "@dhis2-ui/popover": "9.10.0",
- "@dhis2-ui/popper": "9.10.0",
- "@dhis2-ui/portal": "9.10.0",
- "@dhis2-ui/radio": "9.10.0",
- "@dhis2-ui/required": "9.10.0",
- "@dhis2-ui/segmented-control": "9.10.0",
- "@dhis2-ui/select": "9.10.0",
- "@dhis2-ui/selector-bar": "9.10.0",
- "@dhis2-ui/sharing-dialog": "9.10.0",
- "@dhis2-ui/switch": "9.10.0",
- "@dhis2-ui/tab": "9.10.0",
- "@dhis2-ui/table": "9.10.0",
- "@dhis2-ui/tag": "9.10.0",
- "@dhis2-ui/text-area": "9.10.0",
- "@dhis2-ui/tooltip": "9.10.0",
- "@dhis2-ui/transfer": "9.10.0",
- "@dhis2-ui/user-avatar": "9.10.0",
- "@dhis2/ui-constants": "9.10.0",
- "@dhis2/ui-forms": "9.10.0",
- "@dhis2/ui-icons": "9.10.0",
+ "@dhis2-ui/alert": "9.10.1",
+ "@dhis2-ui/box": "9.10.1",
+ "@dhis2-ui/button": "9.10.1",
+ "@dhis2-ui/calendar": "9.10.1",
+ "@dhis2-ui/card": "9.10.1",
+ "@dhis2-ui/center": "9.10.1",
+ "@dhis2-ui/checkbox": "9.10.1",
+ "@dhis2-ui/chip": "9.10.1",
+ "@dhis2-ui/cover": "9.10.1",
+ "@dhis2-ui/css": "9.10.1",
+ "@dhis2-ui/divider": "9.10.1",
+ "@dhis2-ui/field": "9.10.1",
+ "@dhis2-ui/file-input": "9.10.1",
+ "@dhis2-ui/header-bar": "9.10.1",
+ "@dhis2-ui/help": "9.10.1",
+ "@dhis2-ui/input": "9.10.1",
+ "@dhis2-ui/intersection-detector": "9.10.1",
+ "@dhis2-ui/label": "9.10.1",
+ "@dhis2-ui/layer": "9.10.1",
+ "@dhis2-ui/legend": "9.10.1",
+ "@dhis2-ui/loader": "9.10.1",
+ "@dhis2-ui/logo": "9.10.1",
+ "@dhis2-ui/menu": "9.10.1",
+ "@dhis2-ui/modal": "9.10.1",
+ "@dhis2-ui/node": "9.10.1",
+ "@dhis2-ui/notice-box": "9.10.1",
+ "@dhis2-ui/organisation-unit-tree": "9.10.1",
+ "@dhis2-ui/pagination": "9.10.1",
+ "@dhis2-ui/popover": "9.10.1",
+ "@dhis2-ui/popper": "9.10.1",
+ "@dhis2-ui/portal": "9.10.1",
+ "@dhis2-ui/radio": "9.10.1",
+ "@dhis2-ui/required": "9.10.1",
+ "@dhis2-ui/segmented-control": "9.10.1",
+ "@dhis2-ui/select": "9.10.1",
+ "@dhis2-ui/selector-bar": "9.10.1",
+ "@dhis2-ui/sharing-dialog": "9.10.1",
+ "@dhis2-ui/switch": "9.10.1",
+ "@dhis2-ui/tab": "9.10.1",
+ "@dhis2-ui/table": "9.10.1",
+ "@dhis2-ui/tag": "9.10.1",
+ "@dhis2-ui/text-area": "9.10.1",
+ "@dhis2-ui/tooltip": "9.10.1",
+ "@dhis2-ui/transfer": "9.10.1",
+ "@dhis2-ui/user-avatar": "9.10.1",
+ "@dhis2/ui-constants": "9.10.1",
+ "@dhis2/ui-forms": "9.10.1",
+ "@dhis2/ui-icons": "9.10.1",
"prop-types": "^15.7.2"
},
"peerDependencies": {
diff --git a/components/alert/package.json b/components/alert/package.json
index a9f2317855..bd867f4807 100644
--- a/components/alert/package.json
+++ b/components/alert/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/alert",
- "version": "9.10.0",
+ "version": "9.10.1",
"description": "UI Alert",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/portal": "9.10.0",
- "@dhis2/ui-constants": "9.10.0",
- "@dhis2/ui-icons": "9.10.0",
+ "@dhis2-ui/portal": "9.10.1",
+ "@dhis2/ui-constants": "9.10.1",
+ "@dhis2/ui-icons": "9.10.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/box/package.json b/components/box/package.json
index 8fa7df5616..ca1bde433d 100644
--- a/components/box/package.json
+++ b/components/box/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/box",
- "version": "9.10.0",
+ "version": "9.10.1",
"description": "UI Box",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.10.0",
+ "@dhis2/ui-constants": "9.10.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/button/package.json b/components/button/package.json
index b9539974fa..a0d2cd159f 100644
--- a/components/button/package.json
+++ b/components/button/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/button",
- "version": "9.10.0",
+ "version": "9.10.1",
"description": "UI Button",
"repository": {
"type": "git",
@@ -33,11 +33,11 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/layer": "9.10.0",
- "@dhis2-ui/loader": "9.10.0",
- "@dhis2-ui/popper": "9.10.0",
- "@dhis2/ui-constants": "9.10.0",
- "@dhis2/ui-icons": "9.10.0",
+ "@dhis2-ui/layer": "9.10.1",
+ "@dhis2-ui/loader": "9.10.1",
+ "@dhis2-ui/popper": "9.10.1",
+ "@dhis2/ui-constants": "9.10.1",
+ "@dhis2/ui-icons": "9.10.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/calendar/package.json b/components/calendar/package.json
index 4368544f64..85be7427c9 100644
--- a/components/calendar/package.json
+++ b/components/calendar/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/calendar",
- "version": "9.10.0",
+ "version": "9.10.1",
"description": "UI Calendar",
"repository": {
"type": "git",
@@ -33,15 +33,15 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/button": "9.10.0",
- "@dhis2-ui/card": "9.10.0",
- "@dhis2-ui/input": "9.10.0",
- "@dhis2-ui/layer": "9.10.0",
- "@dhis2-ui/popper": "9.10.0",
+ "@dhis2-ui/button": "9.10.1",
+ "@dhis2-ui/card": "9.10.1",
+ "@dhis2-ui/input": "9.10.1",
+ "@dhis2-ui/layer": "9.10.1",
+ "@dhis2-ui/popper": "9.10.1",
"@dhis2/multi-calendar-dates": "^1.2.3",
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.10.0",
- "@dhis2/ui-icons": "9.10.0",
+ "@dhis2/ui-constants": "9.10.1",
+ "@dhis2/ui-icons": "9.10.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/card/package.json b/components/card/package.json
index 484e08fab9..193931624f 100644
--- a/components/card/package.json
+++ b/components/card/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/card",
- "version": "9.10.0",
+ "version": "9.10.1",
"description": "UI Card",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.10.0",
+ "@dhis2/ui-constants": "9.10.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/center/package.json b/components/center/package.json
index 7e3e4b65e2..abcd2f9604 100644
--- a/components/center/package.json
+++ b/components/center/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/center",
- "version": "9.10.0",
+ "version": "9.10.1",
"description": "UI Center",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.10.0",
+ "@dhis2/ui-constants": "9.10.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/checkbox/package.json b/components/checkbox/package.json
index 5a714f88d8..9b6f7f78a4 100644
--- a/components/checkbox/package.json
+++ b/components/checkbox/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/checkbox",
- "version": "9.10.0",
+ "version": "9.10.1",
"description": "UI Checkbox",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/field": "9.10.0",
- "@dhis2-ui/required": "9.10.0",
- "@dhis2/ui-constants": "9.10.0",
+ "@dhis2-ui/field": "9.10.1",
+ "@dhis2-ui/required": "9.10.1",
+ "@dhis2/ui-constants": "9.10.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/chip/package.json b/components/chip/package.json
index 3321994a4e..f1e347f405 100644
--- a/components/chip/package.json
+++ b/components/chip/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/chip",
- "version": "9.10.0",
+ "version": "9.10.1",
"description": "UI Chip",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.10.0",
+ "@dhis2/ui-constants": "9.10.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/cover/package.json b/components/cover/package.json
index f16c478436..2729ca5077 100644
--- a/components/cover/package.json
+++ b/components/cover/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/cover",
- "version": "9.10.0",
+ "version": "9.10.1",
"description": "UI Cover",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.10.0",
+ "@dhis2/ui-constants": "9.10.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/css/package.json b/components/css/package.json
index d29eb4c9a2..cd5c529e25 100644
--- a/components/css/package.json
+++ b/components/css/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/css",
- "version": "9.10.0",
+ "version": "9.10.1",
"description": "UI CSS",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.10.0",
+ "@dhis2/ui-constants": "9.10.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/divider/package.json b/components/divider/package.json
index f88a984fe8..163687d546 100644
--- a/components/divider/package.json
+++ b/components/divider/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/divider",
- "version": "9.10.0",
+ "version": "9.10.1",
"description": "UI Divider",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.10.0",
+ "@dhis2/ui-constants": "9.10.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/field/package.json b/components/field/package.json
index 90d15f1876..6fe48af599 100644
--- a/components/field/package.json
+++ b/components/field/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/field",
- "version": "9.10.0",
+ "version": "9.10.1",
"description": "UI Field",
"repository": {
"type": "git",
@@ -33,10 +33,10 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.10.0",
- "@dhis2-ui/help": "9.10.0",
- "@dhis2-ui/label": "9.10.0",
- "@dhis2/ui-constants": "9.10.0",
+ "@dhis2-ui/box": "9.10.1",
+ "@dhis2-ui/help": "9.10.1",
+ "@dhis2-ui/label": "9.10.1",
+ "@dhis2/ui-constants": "9.10.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/file-input/package.json b/components/file-input/package.json
index 76db6fa1e8..0d4cdc012b 100644
--- a/components/file-input/package.json
+++ b/components/file-input/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/file-input",
- "version": "9.10.0",
+ "version": "9.10.1",
"description": "UI FileInput",
"repository": {
"type": "git",
@@ -34,13 +34,13 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.10.0",
- "@dhis2-ui/field": "9.10.0",
- "@dhis2-ui/label": "9.10.0",
- "@dhis2-ui/loader": "9.10.0",
- "@dhis2-ui/status-icon": "9.10.0",
- "@dhis2/ui-constants": "9.10.0",
- "@dhis2/ui-icons": "9.10.0",
+ "@dhis2-ui/button": "9.10.1",
+ "@dhis2-ui/field": "9.10.1",
+ "@dhis2-ui/label": "9.10.1",
+ "@dhis2-ui/loader": "9.10.1",
+ "@dhis2-ui/status-icon": "9.10.1",
+ "@dhis2/ui-constants": "9.10.1",
+ "@dhis2/ui-icons": "9.10.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/header-bar/package.json b/components/header-bar/package.json
index b4b55ee7fd..fb03d87e74 100644
--- a/components/header-bar/package.json
+++ b/components/header-bar/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/header-bar",
- "version": "9.10.0",
+ "version": "9.10.1",
"description": "UI HeaderBar",
"repository": {
"type": "git",
@@ -34,21 +34,21 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/box": "9.10.0",
- "@dhis2-ui/button": "9.10.0",
- "@dhis2-ui/card": "9.10.0",
- "@dhis2-ui/center": "9.10.0",
- "@dhis2-ui/divider": "9.10.0",
- "@dhis2-ui/input": "9.10.0",
- "@dhis2-ui/layer": "9.10.0",
- "@dhis2-ui/loader": "9.10.0",
- "@dhis2-ui/logo": "9.10.0",
- "@dhis2-ui/menu": "9.10.0",
- "@dhis2-ui/modal": "9.10.0",
- "@dhis2-ui/user-avatar": "9.10.0",
+ "@dhis2-ui/box": "9.10.1",
+ "@dhis2-ui/button": "9.10.1",
+ "@dhis2-ui/card": "9.10.1",
+ "@dhis2-ui/center": "9.10.1",
+ "@dhis2-ui/divider": "9.10.1",
+ "@dhis2-ui/input": "9.10.1",
+ "@dhis2-ui/layer": "9.10.1",
+ "@dhis2-ui/loader": "9.10.1",
+ "@dhis2-ui/logo": "9.10.1",
+ "@dhis2-ui/menu": "9.10.1",
+ "@dhis2-ui/modal": "9.10.1",
+ "@dhis2-ui/user-avatar": "9.10.1",
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.10.0",
- "@dhis2/ui-icons": "9.10.0",
+ "@dhis2/ui-constants": "9.10.1",
+ "@dhis2/ui-icons": "9.10.1",
"classnames": "^2.3.1",
"moment": "^2.29.1",
"prop-types": "^15.7.2"
diff --git a/components/help/package.json b/components/help/package.json
index c20125b676..7e61008fee 100644
--- a/components/help/package.json
+++ b/components/help/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/help",
- "version": "9.10.0",
+ "version": "9.10.1",
"description": "UI Help",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.10.0",
+ "@dhis2/ui-constants": "9.10.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/input/package.json b/components/input/package.json
index 4cb43bd827..51eabb768e 100644
--- a/components/input/package.json
+++ b/components/input/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/input",
- "version": "9.10.0",
+ "version": "9.10.1",
"description": "UI Input",
"repository": {
"type": "git",
@@ -33,13 +33,13 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.10.0",
- "@dhis2-ui/field": "9.10.0",
- "@dhis2-ui/input": "9.10.0",
- "@dhis2-ui/loader": "9.10.0",
- "@dhis2-ui/status-icon": "9.10.0",
- "@dhis2/ui-constants": "9.10.0",
- "@dhis2/ui-icons": "9.10.0",
+ "@dhis2-ui/box": "9.10.1",
+ "@dhis2-ui/field": "9.10.1",
+ "@dhis2-ui/input": "9.10.1",
+ "@dhis2-ui/loader": "9.10.1",
+ "@dhis2-ui/status-icon": "9.10.1",
+ "@dhis2/ui-constants": "9.10.1",
+ "@dhis2/ui-icons": "9.10.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/intersection-detector/package.json b/components/intersection-detector/package.json
index 5002467252..00ec727e16 100644
--- a/components/intersection-detector/package.json
+++ b/components/intersection-detector/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/intersection-detector",
- "version": "9.10.0",
+ "version": "9.10.1",
"description": "UI IntersectionDetector",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.10.0",
+ "@dhis2/ui-constants": "9.10.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/label/package.json b/components/label/package.json
index 3a9bc3bed6..4f94f57640 100644
--- a/components/label/package.json
+++ b/components/label/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/label",
- "version": "9.10.0",
+ "version": "9.10.1",
"description": "UI Label",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/required": "9.10.0",
- "@dhis2/ui-constants": "9.10.0",
+ "@dhis2-ui/required": "9.10.1",
+ "@dhis2/ui-constants": "9.10.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/layer/package.json b/components/layer/package.json
index f300a7a6be..cc32127295 100644
--- a/components/layer/package.json
+++ b/components/layer/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/layer",
- "version": "9.10.0",
+ "version": "9.10.1",
"description": "UI Layer",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/portal": "9.10.0",
- "@dhis2/ui-constants": "9.10.0",
+ "@dhis2-ui/portal": "9.10.1",
+ "@dhis2/ui-constants": "9.10.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/legend/package.json b/components/legend/package.json
index da2d1261a0..125655b2c3 100644
--- a/components/legend/package.json
+++ b/components/legend/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/legend",
- "version": "9.10.0",
+ "version": "9.10.1",
"description": "UI Legend",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/required": "9.10.0",
- "@dhis2/ui-constants": "9.10.0",
+ "@dhis2-ui/required": "9.10.1",
+ "@dhis2/ui-constants": "9.10.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/loader/package.json b/components/loader/package.json
index 6aa08c1b08..f9d8501410 100644
--- a/components/loader/package.json
+++ b/components/loader/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/loader",
- "version": "9.10.0",
+ "version": "9.10.1",
"description": "UI Loaders",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.10.0",
+ "@dhis2/ui-constants": "9.10.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/logo/package.json b/components/logo/package.json
index 0d736e1d7e..05a420fa0c 100644
--- a/components/logo/package.json
+++ b/components/logo/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/logo",
- "version": "9.10.0",
+ "version": "9.10.1",
"description": "UI Logo",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.10.0",
+ "@dhis2/ui-constants": "9.10.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/menu/package.json b/components/menu/package.json
index 5dbcd54d92..3f57aa6214 100644
--- a/components/menu/package.json
+++ b/components/menu/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/menu",
- "version": "9.10.0",
+ "version": "9.10.1",
"description": "UI Menu",
"repository": {
"type": "git",
@@ -33,13 +33,13 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/card": "9.10.0",
- "@dhis2-ui/divider": "9.10.0",
- "@dhis2-ui/layer": "9.10.0",
- "@dhis2-ui/popper": "9.10.0",
- "@dhis2-ui/portal": "9.10.0",
- "@dhis2/ui-constants": "9.10.0",
- "@dhis2/ui-icons": "9.10.0",
+ "@dhis2-ui/card": "9.10.1",
+ "@dhis2-ui/divider": "9.10.1",
+ "@dhis2-ui/layer": "9.10.1",
+ "@dhis2-ui/popper": "9.10.1",
+ "@dhis2-ui/portal": "9.10.1",
+ "@dhis2/ui-constants": "9.10.1",
+ "@dhis2/ui-icons": "9.10.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/modal/package.json b/components/modal/package.json
index f42744f6de..4a019c6b9e 100644
--- a/components/modal/package.json
+++ b/components/modal/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/modal",
- "version": "9.10.0",
+ "version": "9.10.1",
"description": "UI Modal",
"repository": {
"type": "git",
@@ -33,12 +33,12 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/card": "9.10.0",
- "@dhis2-ui/center": "9.10.0",
- "@dhis2-ui/layer": "9.10.0",
- "@dhis2-ui/portal": "9.10.0",
- "@dhis2/ui-constants": "9.10.0",
- "@dhis2/ui-icons": "9.10.0",
+ "@dhis2-ui/card": "9.10.1",
+ "@dhis2-ui/center": "9.10.1",
+ "@dhis2-ui/layer": "9.10.1",
+ "@dhis2-ui/portal": "9.10.1",
+ "@dhis2/ui-constants": "9.10.1",
+ "@dhis2/ui-icons": "9.10.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/node/package.json b/components/node/package.json
index 4137d6820d..d680a2f419 100644
--- a/components/node/package.json
+++ b/components/node/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/node",
- "version": "9.10.0",
+ "version": "9.10.1",
"description": "UI Node",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/loader": "9.10.0",
- "@dhis2/ui-constants": "9.10.0",
+ "@dhis2-ui/loader": "9.10.1",
+ "@dhis2/ui-constants": "9.10.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/notice-box/package.json b/components/notice-box/package.json
index 378dca749f..0e24683cec 100644
--- a/components/notice-box/package.json
+++ b/components/notice-box/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/notice-box",
- "version": "9.10.0",
+ "version": "9.10.1",
"description": "UI NoticeBox",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.10.0",
- "@dhis2/ui-icons": "9.10.0",
+ "@dhis2/ui-constants": "9.10.1",
+ "@dhis2/ui-icons": "9.10.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/organisation-unit-tree/package.json b/components/organisation-unit-tree/package.json
index d78267eee3..66454ade83 100644
--- a/components/organisation-unit-tree/package.json
+++ b/components/organisation-unit-tree/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/organisation-unit-tree",
- "version": "9.10.0",
+ "version": "9.10.1",
"description": "UI OrganisationUnitTree",
"repository": {
"type": "git",
@@ -35,10 +35,10 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/checkbox": "9.10.0",
- "@dhis2-ui/loader": "9.10.0",
- "@dhis2-ui/node": "9.10.0",
- "@dhis2/ui-constants": "9.10.0",
+ "@dhis2-ui/checkbox": "9.10.1",
+ "@dhis2-ui/loader": "9.10.1",
+ "@dhis2-ui/node": "9.10.1",
+ "@dhis2/ui-constants": "9.10.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/pagination/package.json b/components/pagination/package.json
index 60e3df668f..8edf886717 100644
--- a/components/pagination/package.json
+++ b/components/pagination/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/pagination",
- "version": "9.10.0",
+ "version": "9.10.1",
"description": "UI Pagination",
"repository": {
"type": "git",
@@ -34,10 +34,10 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.10.0",
- "@dhis2-ui/select": "9.10.0",
- "@dhis2/ui-constants": "9.10.0",
- "@dhis2/ui-icons": "9.10.0",
+ "@dhis2-ui/button": "9.10.1",
+ "@dhis2-ui/select": "9.10.1",
+ "@dhis2/ui-constants": "9.10.1",
+ "@dhis2/ui-icons": "9.10.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/popover/package.json b/components/popover/package.json
index ba990cd9cf..b72a64de17 100644
--- a/components/popover/package.json
+++ b/components/popover/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/popover",
- "version": "9.10.0",
+ "version": "9.10.1",
"description": "UI Popover",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/layer": "9.10.0",
- "@dhis2-ui/popper": "9.10.0",
- "@dhis2/ui-constants": "9.10.0",
+ "@dhis2-ui/layer": "9.10.1",
+ "@dhis2-ui/popper": "9.10.1",
+ "@dhis2/ui-constants": "9.10.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/popper/package.json b/components/popper/package.json
index bdaf38f9ee..41045d77f0 100644
--- a/components/popper/package.json
+++ b/components/popper/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/popper",
- "version": "9.10.0",
+ "version": "9.10.1",
"description": "UI Popper",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.10.0",
+ "@dhis2/ui-constants": "9.10.1",
"@popperjs/core": "^2.10.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2",
diff --git a/components/portal/package.json b/components/portal/package.json
index c92d4d500a..7a1156c132 100644
--- a/components/portal/package.json
+++ b/components/portal/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/portal",
- "version": "9.10.0",
+ "version": "9.10.1",
"description": "UI Portal",
"repository": {
"type": "git",
diff --git a/components/radio/package.json b/components/radio/package.json
index 5ab1f08fc5..dd91baa37c 100644
--- a/components/radio/package.json
+++ b/components/radio/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/radio",
- "version": "9.10.0",
+ "version": "9.10.1",
"description": "UI Radio",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.10.0",
+ "@dhis2/ui-constants": "9.10.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/required/package.json b/components/required/package.json
index ac2d6a72fb..7ad9e02fce 100644
--- a/components/required/package.json
+++ b/components/required/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/required",
- "version": "9.10.0",
+ "version": "9.10.1",
"description": "UI Required",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.10.0",
+ "@dhis2/ui-constants": "9.10.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/segmented-control/package.json b/components/segmented-control/package.json
index d416c5d35b..c366358e3e 100644
--- a/components/segmented-control/package.json
+++ b/components/segmented-control/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/segmented-control",
- "version": "9.10.0",
+ "version": "9.10.1",
"description": "UI Segmented Control",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.10.0",
+ "@dhis2/ui-constants": "9.10.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/select/package.json b/components/select/package.json
index 6ae6522c67..3171d67441 100644
--- a/components/select/package.json
+++ b/components/select/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/select",
- "version": "9.10.0",
+ "version": "9.10.1",
"description": "UI Select",
"repository": {
"type": "git",
@@ -33,21 +33,21 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/box": "9.10.0",
- "@dhis2-ui/button": "9.10.0",
- "@dhis2-ui/card": "9.10.0",
- "@dhis2-ui/checkbox": "9.10.0",
- "@dhis2-ui/chip": "9.10.0",
- "@dhis2-ui/field": "9.10.0",
- "@dhis2-ui/input": "9.10.0",
- "@dhis2-ui/layer": "9.10.0",
- "@dhis2-ui/loader": "9.10.0",
- "@dhis2-ui/popper": "9.10.0",
- "@dhis2-ui/status-icon": "9.10.0",
- "@dhis2-ui/tooltip": "9.10.0",
+ "@dhis2-ui/box": "9.10.1",
+ "@dhis2-ui/button": "9.10.1",
+ "@dhis2-ui/card": "9.10.1",
+ "@dhis2-ui/checkbox": "9.10.1",
+ "@dhis2-ui/chip": "9.10.1",
+ "@dhis2-ui/field": "9.10.1",
+ "@dhis2-ui/input": "9.10.1",
+ "@dhis2-ui/layer": "9.10.1",
+ "@dhis2-ui/loader": "9.10.1",
+ "@dhis2-ui/popper": "9.10.1",
+ "@dhis2-ui/status-icon": "9.10.1",
+ "@dhis2-ui/tooltip": "9.10.1",
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.10.0",
- "@dhis2/ui-icons": "9.10.0",
+ "@dhis2/ui-constants": "9.10.1",
+ "@dhis2/ui-icons": "9.10.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/selector-bar/package.json b/components/selector-bar/package.json
index 0775dd6da3..7236508dcf 100644
--- a/components/selector-bar/package.json
+++ b/components/selector-bar/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/selector-bar",
- "version": "9.10.0",
+ "version": "9.10.1",
"description": "UI Select",
"repository": {
"type": "git",
@@ -33,21 +33,21 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/button": "9.10.0",
- "@dhis2-ui/card": "9.10.0",
- "@dhis2-ui/popper": "9.10.0",
- "@dhis2-ui/layer": "9.10.0",
- "@dhis2/ui-constants": "9.10.0",
- "@dhis2/ui-icons": "9.10.0",
+ "@dhis2-ui/button": "9.10.1",
+ "@dhis2-ui/card": "9.10.1",
+ "@dhis2-ui/popper": "9.10.1",
+ "@dhis2-ui/layer": "9.10.1",
+ "@dhis2/ui-constants": "9.10.1",
+ "@dhis2/ui-icons": "9.10.1",
"@testing-library/react": "^12.1.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
"devDependencies": {
- "@dhis2-ui/css": "9.10.0",
- "@dhis2-ui/menu": "9.10.0",
- "@dhis2-ui/organisation-unit-tree": "9.10.0",
- "@dhis2-ui/select": "9.10.0",
+ "@dhis2-ui/css": "9.10.1",
+ "@dhis2-ui/menu": "9.10.1",
+ "@dhis2-ui/organisation-unit-tree": "9.10.1",
+ "@dhis2-ui/select": "9.10.1",
"@dhis2/d2-i18n": "^1.1.0",
"@testing-library/jest-dom": "^5.16.1",
"react": "16.13",
diff --git a/components/sharing-dialog/package.json b/components/sharing-dialog/package.json
index 16848a9d2a..647ed1f104 100644
--- a/components/sharing-dialog/package.json
+++ b/components/sharing-dialog/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/sharing-dialog",
- "version": "9.10.0",
+ "version": "9.10.1",
"description": "UI SharingDialog",
"repository": {
"type": "git",
@@ -35,22 +35,22 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.10.0",
- "@dhis2-ui/button": "9.10.0",
- "@dhis2-ui/card": "9.10.0",
- "@dhis2-ui/divider": "9.10.0",
- "@dhis2-ui/input": "9.10.0",
- "@dhis2-ui/layer": "9.10.0",
- "@dhis2-ui/menu": "9.10.0",
- "@dhis2-ui/modal": "9.10.0",
- "@dhis2-ui/notice-box": "9.10.0",
- "@dhis2-ui/popper": "9.10.0",
- "@dhis2-ui/select": "9.10.0",
- "@dhis2-ui/tab": "9.10.0",
- "@dhis2-ui/tooltip": "9.10.0",
- "@dhis2-ui/user-avatar": "9.10.0",
- "@dhis2/ui-constants": "9.10.0",
- "@dhis2/ui-icons": "9.10.0",
+ "@dhis2-ui/box": "9.10.1",
+ "@dhis2-ui/button": "9.10.1",
+ "@dhis2-ui/card": "9.10.1",
+ "@dhis2-ui/divider": "9.10.1",
+ "@dhis2-ui/input": "9.10.1",
+ "@dhis2-ui/layer": "9.10.1",
+ "@dhis2-ui/menu": "9.10.1",
+ "@dhis2-ui/modal": "9.10.1",
+ "@dhis2-ui/notice-box": "9.10.1",
+ "@dhis2-ui/popper": "9.10.1",
+ "@dhis2-ui/select": "9.10.1",
+ "@dhis2-ui/tab": "9.10.1",
+ "@dhis2-ui/tooltip": "9.10.1",
+ "@dhis2-ui/user-avatar": "9.10.1",
+ "@dhis2/ui-constants": "9.10.1",
+ "@dhis2/ui-icons": "9.10.1",
"@react-hook/size": "^2.1.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
diff --git a/components/status-icon/package.json b/components/status-icon/package.json
index e7d6962292..72be316c63 100644
--- a/components/status-icon/package.json
+++ b/components/status-icon/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/status-icon",
- "version": "9.10.0",
+ "version": "9.10.1",
"description": "UI StatusIcon",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/loader": "9.10.0",
- "@dhis2/ui-constants": "9.10.0",
- "@dhis2/ui-icons": "9.10.0",
+ "@dhis2-ui/loader": "9.10.1",
+ "@dhis2/ui-constants": "9.10.1",
+ "@dhis2/ui-icons": "9.10.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/switch/package.json b/components/switch/package.json
index 2873dca511..e0ad4aed3e 100644
--- a/components/switch/package.json
+++ b/components/switch/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/switch",
- "version": "9.10.0",
+ "version": "9.10.1",
"description": "UI Switch",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/field": "9.10.0",
- "@dhis2-ui/required": "9.10.0",
- "@dhis2/ui-constants": "9.10.0",
+ "@dhis2-ui/field": "9.10.1",
+ "@dhis2-ui/required": "9.10.1",
+ "@dhis2/ui-constants": "9.10.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/tab/package.json b/components/tab/package.json
index 8415af903f..fd936a7826 100644
--- a/components/tab/package.json
+++ b/components/tab/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/tab",
- "version": "9.10.0",
+ "version": "9.10.1",
"description": "UI Tabs",
"repository": {
"type": "git",
@@ -32,10 +32,10 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/tooltip": "9.10.0",
+ "@dhis2-ui/tooltip": "9.10.1",
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.10.0",
- "@dhis2/ui-icons": "9.10.0",
+ "@dhis2/ui-constants": "9.10.1",
+ "@dhis2/ui-icons": "9.10.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/table/package.json b/components/table/package.json
index 26d0731ddf..d94d94dd9f 100644
--- a/components/table/package.json
+++ b/components/table/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/table",
- "version": "9.10.0",
+ "version": "9.10.1",
"description": "UI Table",
"repository": {
"type": "git",
@@ -34,8 +34,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.10.0",
- "@dhis2/ui-icons": "9.10.0",
+ "@dhis2/ui-constants": "9.10.1",
+ "@dhis2/ui-icons": "9.10.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/tag/package.json b/components/tag/package.json
index 5cc84062df..9eb457b247 100644
--- a/components/tag/package.json
+++ b/components/tag/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/tag",
- "version": "9.10.0",
+ "version": "9.10.1",
"description": "UI Tag",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.10.0",
+ "@dhis2/ui-constants": "9.10.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/text-area/package.json b/components/text-area/package.json
index 96079a4a4d..191afff9a1 100644
--- a/components/text-area/package.json
+++ b/components/text-area/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/text-area",
- "version": "9.10.0",
+ "version": "9.10.1",
"description": "UI TextArea",
"repository": {
"type": "git",
@@ -33,12 +33,12 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.10.0",
- "@dhis2-ui/field": "9.10.0",
- "@dhis2-ui/loader": "9.10.0",
- "@dhis2-ui/status-icon": "9.10.0",
- "@dhis2/ui-constants": "9.10.0",
- "@dhis2/ui-icons": "9.10.0",
+ "@dhis2-ui/box": "9.10.1",
+ "@dhis2-ui/field": "9.10.1",
+ "@dhis2-ui/loader": "9.10.1",
+ "@dhis2-ui/status-icon": "9.10.1",
+ "@dhis2/ui-constants": "9.10.1",
+ "@dhis2/ui-icons": "9.10.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/tooltip/package.json b/components/tooltip/package.json
index f93a5c0d93..620a17a2fb 100644
--- a/components/tooltip/package.json
+++ b/components/tooltip/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/tooltip",
- "version": "9.10.0",
+ "version": "9.10.1",
"description": "UI Tooltip",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/popper": "9.10.0",
- "@dhis2-ui/portal": "9.10.0",
- "@dhis2/ui-constants": "9.10.0",
+ "@dhis2-ui/popper": "9.10.1",
+ "@dhis2-ui/portal": "9.10.1",
+ "@dhis2/ui-constants": "9.10.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/transfer/package.json b/components/transfer/package.json
index 19fef58893..d05045a334 100644
--- a/components/transfer/package.json
+++ b/components/transfer/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/transfer",
- "version": "9.10.0",
+ "version": "9.10.1",
"description": "UI Transfer",
"repository": {
"type": "git",
@@ -33,12 +33,12 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.10.0",
- "@dhis2-ui/field": "9.10.0",
- "@dhis2-ui/input": "9.10.0",
- "@dhis2-ui/intersection-detector": "9.10.0",
- "@dhis2-ui/loader": "9.10.0",
- "@dhis2/ui-constants": "9.10.0",
+ "@dhis2-ui/button": "9.10.1",
+ "@dhis2-ui/field": "9.10.1",
+ "@dhis2-ui/input": "9.10.1",
+ "@dhis2-ui/intersection-detector": "9.10.1",
+ "@dhis2-ui/loader": "9.10.1",
+ "@dhis2/ui-constants": "9.10.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/user-avatar/package.json b/components/user-avatar/package.json
index e98b04c4d8..a6278ec094 100644
--- a/components/user-avatar/package.json
+++ b/components/user-avatar/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/user-avatar",
- "version": "9.10.0",
+ "version": "9.10.1",
"description": "UI User Avatar",
"repository": {
"type": "git",
@@ -34,7 +34,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.10.0",
+ "@dhis2/ui-constants": "9.10.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/constants/package.json b/constants/package.json
index 660d06e0af..0b9629c653 100644
--- a/constants/package.json
+++ b/constants/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-constants",
- "version": "9.10.0",
+ "version": "9.10.1",
"description": "Constants used in the UI libs",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
diff --git a/docs/package.json b/docs/package.json
index 45c295197b..0fe7837ab9 100644
--- a/docs/package.json
+++ b/docs/package.json
@@ -1,6 +1,6 @@
{
"name": "ui-docusaurus",
- "version": "9.10.0",
+ "version": "9.10.1",
"private": true,
"description": "UI Docusaurus",
"repository": {
diff --git a/icons/package.json b/icons/package.json
index 3666cd0d24..0737afbdf1 100644
--- a/icons/package.json
+++ b/icons/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-icons",
- "version": "9.10.0",
+ "version": "9.10.1",
"description": "Icons used in the UI libs",
"main": "./build/cjs/react/index.js",
"module": "./build/es/react/index.js",
diff --git a/package.json b/package.json
index 9f785fdf98..ad0a7224e6 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-root",
- "version": "9.10.0",
+ "version": "9.10.1",
"repository": {
"type": "git",
"url": "https://github.com/dhis2/ui.git"
diff --git a/storybook/package.json b/storybook/package.json
index 9e6d6bc60d..b7bea969b4 100644
--- a/storybook/package.json
+++ b/storybook/package.json
@@ -1,6 +1,6 @@
{
"name": "ui-storybook",
- "version": "9.10.0",
+ "version": "9.10.1",
"description": "UI Storybook",
"repository": {
"type": "git",
@@ -23,8 +23,8 @@
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-private-methods": "^7.13.0",
"@babel/plugin-proposal-private-property-in-object": "^7.14.0",
- "@dhis2-ui/css": "9.10.0",
- "@dhis2/ui-constants": "9.10.0",
+ "@dhis2-ui/css": "9.10.1",
+ "@dhis2/ui-constants": "9.10.1",
"@fontsource/roboto": "^4.5.0",
"@storybook/addon-a11y": "^6.3.7",
"@storybook/addon-console": "^1.2.3",
From 0dec7a3dfe25812783e7948a4718c93104e4cf0f Mon Sep 17 00:00:00 2001
From: Mohammer5
Date: Wed, 17 Apr 2024 06:31:24 +0800
Subject: [PATCH 104/170] refactor(storybook): replace "storiesOf" with new api
---
.../CheckboxFieldFF.e3e.stories.js | 52 +
.../CheckboxFieldFF.stories.e2e.js | 54 -
.../FileInputFieldFF.stories.e2e.js | 18 +-
.../InputFieldFF/InputFieldFF.stories.e2e.js | 28 +-
.../MultiSelectFieldFF.stories.e2e.js | 30 +-
.../RadioFieldFF/RadioFieldFF.stories.e2e.js | 66 +-
.../SingleSelectFieldFF.stories.e2e.js | 29 +-
.../SwitchFieldFF.stories.e2e.js | 88 +-
.../TextAreaFieldFF.stories.e2e.js | 36 +-
.../src/alert-bar/alert-bar.stories.e2e.js | 94 +-
.../alert-stack/alert-stack.stories.e2e.js | 7 +-
components/box/src/box.stories.e2e.js | 15 +-
.../button-strip/button-strip.stories.e2e.js | 7 +-
.../button/src/button/button.stories.e2e.js | 44 +-
.../dropdown-button.stories.e2e.js | 124 +-
.../split-button/split-button.stories.e2e.js | 119 +-
components/card/src/card.stories.e2e.js | 6 +-
.../checkbox-field.stories.e2e.js | 57 +-
.../src/checkbox/checkbox.stories.e2e.js | 95 +-
components/chip/src/chip.stories.e2e.js | 17 +-
.../css-variables.stories.e2e.js | 87 +-
.../field-group/field-group.stories.e2e.js | 6 +-
.../src/field-set/field-set.stories.e2e.js | 6 +-
.../field/src/field/field.stories.e2e.js | 6 +-
.../file-input-field-with-list.stories.e2e.js | 79 +-
.../file-input-field.stories.e2e.js | 23 +-
.../src/file-input/file-input.stories.e2e.js | 63 +-
.../file-list/file-list-item.stories.e2e.js | 67 +-
.../file-list-placeholder.stories.e2e.js | 6 +-
.../src/file-list/file-list.stories.e2e.js | 6 +-
components/help/src/help.stories.e2e.js | 4 +-
.../input-field/input-field.stories.e2e.js | 6 +-
.../input/src/input/input.stories.e2e.js | 65 +-
components/label/src/label.stories.e2e.js | 7 +-
components/legend/src/legend.stories.e2e.js | 15 +-
components/menu/src/menu/menu.stories.e2e.js | 4 +-
.../modal-actions.stories.e2e.js | 6 +-
.../modal-content.stories.e2e.js | 6 +-
.../modal-title/modal-title.stories.e2e.js | 6 +-
.../modal/src/modal/modal.stories.e2e.js | 95 +-
components/node/src/node.stories.e2e.js | 55 +-
.../notice-box/src/notice-box.stories.e2e.js | 7 +-
.../children_as_child_nodes.stories.e2e.js | 6 +-
.../displaying_loading_error.stories.e2e.js | 53 +-
.../src/__e2e__/force_reload.stories.e2e.js | 6 +-
.../src/__e2e__/highlight.stories.e2e.js | 6 +-
.../src/__e2e__/loading_state.stories.e2e.js | 6 +-
.../__e2e__/multi_selection.stories.e2e.js | 8 +-
.../src/__e2e__/no_selection.stories.e2e.js | 57 +-
.../path_based_filtering.stories.e2e.js | 71 +-
.../__e2e__/single_selection.stories.e2e.js | 6 +-
.../src/__e2e__/tree_api.stories.e2e.js | 6 +-
components/radio/src/radio.stories.e2e.js | 73 +-
.../multi-select-field.stories.e2e.js | 83 +-
.../multi-select/multi-select.stories.e2e.js | 681 +-
.../single-select-field.stories.e2e.js | 83 +-
.../single-select.stories.e2e.js | 633 +-
.../switch-field/switch-field.stories.e2e.js | 6 +-
.../switch/src/switch/switch.stories.e2e.js | 71 +-
.../tab/src/tab-bar/tab-bar.stories.e2e.js | 53 +-
components/tab/src/tab/tab.stories.e2e.js | 19 +-
components/tag/src/tag.stories.e2e.js | 25 +-
.../text-area-field.stories.e2e.js | 6 +-
.../src/text-area/text-area.stories.e2e.js | 25 +-
package.json | 5 +-
storybook/config/main.js | 43 +-
storybook/config/manager.js | 2 +-
storybook/package.json | 34 +-
storybook/src/babel-config.js | 11 +-
storybook/src/load-stories.js | 23 +-
storybook/src/webpack-config.js | 8 +-
yarn.lock | 18439 +++++++++-------
72 files changed, 11881 insertions(+), 10278 deletions(-)
create mode 100644 collections/forms/src/CheckboxFieldFF/CheckboxFieldFF.e3e.stories.js
delete mode 100644 collections/forms/src/CheckboxFieldFF/CheckboxFieldFF.stories.e2e.js
diff --git a/collections/forms/src/CheckboxFieldFF/CheckboxFieldFF.e3e.stories.js b/collections/forms/src/CheckboxFieldFF/CheckboxFieldFF.e3e.stories.js
new file mode 100644
index 0000000000..9dcb79c5b7
--- /dev/null
+++ b/collections/forms/src/CheckboxFieldFF/CheckboxFieldFF.e3e.stories.js
@@ -0,0 +1,52 @@
+import React from 'react'
+import { Field } from 'react-final-form'
+import { formDecorator } from '../formDecorator.js'
+import { hasValue } from '../validators/index.js'
+import { CheckboxFieldFF } from './CheckboxFieldFF.js'
+
+// https://github.com/final-form/react-final-form-arrays/issues/111
+const initialValue = ['yes']
+
+export default { title: 'TestingCheckbox', decorators: [formDecorator] }
+export const Unchecked = () => (
+
+)
+export const Checked = () => (
+
+)
+export const UncheckedWithValue = () => (
+
+)
+export const CheckedWithValue = () => (
+
+)
diff --git a/collections/forms/src/CheckboxFieldFF/CheckboxFieldFF.stories.e2e.js b/collections/forms/src/CheckboxFieldFF/CheckboxFieldFF.stories.e2e.js
deleted file mode 100644
index 07d8978c80..0000000000
--- a/collections/forms/src/CheckboxFieldFF/CheckboxFieldFF.stories.e2e.js
+++ /dev/null
@@ -1,54 +0,0 @@
-import { storiesOf } from '@storybook/react'
-import React from 'react'
-import { Field } from 'react-final-form'
-import { formDecorator } from '../formDecorator.js'
-import { hasValue } from '../validators/index.js'
-import { CheckboxFieldFF } from './CheckboxFieldFF.js'
-
-// https://github.com/final-form/react-final-form-arrays/issues/111
-const initialValue = ['yes']
-
-storiesOf('Testing:Checkbox', module)
- .addDecorator(formDecorator)
- .add('Unchecked', () => (
-
- ))
- .add('Checked ', () => (
-
- ))
- .add('Unchecked with value', () => (
-
- ))
- .add('Checked with value', () => (
-
- ))
diff --git a/collections/forms/src/FileInputFieldFF/FileInputFieldFF.stories.e2e.js b/collections/forms/src/FileInputFieldFF/FileInputFieldFF.stories.e2e.js
index 77c62bb192..030c4440a7 100644
--- a/collections/forms/src/FileInputFieldFF/FileInputFieldFF.stories.e2e.js
+++ b/collections/forms/src/FileInputFieldFF/FileInputFieldFF.stories.e2e.js
@@ -1,4 +1,3 @@
-import { storiesOf } from '@storybook/react'
import React from 'react'
import { Field } from 'react-final-form'
import { CheckboxFieldFF } from '../CheckboxFieldFF/CheckboxFieldFF.js'
@@ -13,7 +12,7 @@ import { TextAreaFieldFF } from '../TextAreaFieldFF/TextAreaFieldFF.js'
import { composeValidators, email, hasValue } from '../validators/index.js'
import { FileInputFieldFF } from './FileInputFieldFF.js'
-const StandardForm = ({ values }) => {
+const Form = ({ values }) => {
return (
{
)
}
-storiesOf('Testing:FileInput', module)
- .addDecorator(formDecorator)
- .addParameters({ options: { showPanel: false } })
- .add('Standard form', (_, { formRenderProps }) => (
-
- ))
+export default {
+ title: 'Testing:FileInput',
+ decorators: [formDecorator],
+ parameters: { options: { showPanel: false } },
+}
+
+export const StandardForm = (_, { formRenderProps }) => (
+
+)
diff --git a/collections/forms/src/InputFieldFF/InputFieldFF.stories.e2e.js b/collections/forms/src/InputFieldFF/InputFieldFF.stories.e2e.js
index 3401342491..6c4109cba9 100644
--- a/collections/forms/src/InputFieldFF/InputFieldFF.stories.e2e.js
+++ b/collections/forms/src/InputFieldFF/InputFieldFF.stories.e2e.js
@@ -1,21 +1,19 @@
-import { storiesOf } from '@storybook/react'
import React from 'react'
import { Field } from 'react-final-form'
import { formDecorator } from '../formDecorator.js'
import { hasValue } from '../validators/index.js'
import { InputFieldFF } from './InputFieldFF.js'
-storiesOf('Testing:InputFieldFF', module)
- .addDecorator(formDecorator)
- .add('Default', () => (
-
- ))
- .add('Required', () => (
-
- ))
+export default { title: 'TestingInputFieldFF', decorators: [formDecorator] }
+export const Default = () => (
+
+)
+export const Required = () => (
+
+)
diff --git a/collections/forms/src/MultiSelectFieldFF/MultiSelectFieldFF.stories.e2e.js b/collections/forms/src/MultiSelectFieldFF/MultiSelectFieldFF.stories.e2e.js
index 8e84ea3a98..2f8178a69d 100644
--- a/collections/forms/src/MultiSelectFieldFF/MultiSelectFieldFF.stories.e2e.js
+++ b/collections/forms/src/MultiSelectFieldFF/MultiSelectFieldFF.stories.e2e.js
@@ -1,4 +1,3 @@
-import { storiesOf } from '@storybook/react'
import React from 'react'
import { Field } from 'react-final-form'
import { formDecorator } from '../formDecorator.js'
@@ -10,16 +9,19 @@ const defaultOptions = [
{ value: 'second', label: 'Second' },
]
-storiesOf('Testing:MultiSelectFieldFF', module)
- .addDecorator(formDecorator)
- .addParameters({ options: { showPanel: false } })
- .add('Required', (_, { cypressProps }) => (
-
- ))
+export default {
+ title: 'MultiSelectFieldFF',
+ component: MultiSelectFieldFF,
+ decorators: [formDecorator],
+}
+
+export const Required = (_, { cypressProps }) => (
+
+)
diff --git a/collections/forms/src/RadioFieldFF/RadioFieldFF.stories.e2e.js b/collections/forms/src/RadioFieldFF/RadioFieldFF.stories.e2e.js
index 7380ad4577..546a106531 100644
--- a/collections/forms/src/RadioFieldFF/RadioFieldFF.stories.e2e.js
+++ b/collections/forms/src/RadioFieldFF/RadioFieldFF.stories.e2e.js
@@ -1,4 +1,3 @@
-import { storiesOf } from '@storybook/react'
import React from 'react'
import { Field } from 'react-final-form'
import { FieldGroupFF } from '../FieldGroupFF/FieldGroupFF.js'
@@ -6,36 +5,35 @@ import { formDecorator } from '../formDecorator.js'
import { hasValue } from '../validators/index.js'
import { RadioFieldFF } from './RadioFieldFF.js'
-storiesOf('Testing:RadioFieldFF', module)
- .addDecorator(formDecorator)
- .add('Required and no selected value', () => (
-
-
-
-
-
- ))
+export default { title: 'TestingRadioFieldFF', decorators: [formDecorator] }
+export const RequiredAndNoSelectedValue = () => (
+
+
+
+
+
+)
diff --git a/collections/forms/src/SingleSelectFieldFF/SingleSelectFieldFF.stories.e2e.js b/collections/forms/src/SingleSelectFieldFF/SingleSelectFieldFF.stories.e2e.js
index 8d5cff006a..4c30e415e1 100644
--- a/collections/forms/src/SingleSelectFieldFF/SingleSelectFieldFF.stories.e2e.js
+++ b/collections/forms/src/SingleSelectFieldFF/SingleSelectFieldFF.stories.e2e.js
@@ -1,4 +1,3 @@
-import { storiesOf } from '@storybook/react'
import React from 'react'
import { Field } from 'react-final-form'
import { formDecorator } from '../formDecorator.js'
@@ -7,16 +6,18 @@ import { SingleSelectFieldFF } from './SingleSelectFieldFF.js'
const defaultOptions = [{ value: 'initial', label: 'Initial' }]
-storiesOf('Testing:SingleSelectFieldFF', module)
- .addDecorator(formDecorator)
- .addParameters({ options: { showPanel: false } })
- .add('Required', (_, { cypressProps }) => (
-
- ))
+export default {
+ title: 'Testing:SingleSelectFieldFF',
+ decorators: [formDecorator],
+ parameters: { options: { showPanel: false } }
+}
+export const Required = (_, { cypressProps }) => (
+
+)
diff --git a/collections/forms/src/SwitchFieldFF/SwitchFieldFF.stories.e2e.js b/collections/forms/src/SwitchFieldFF/SwitchFieldFF.stories.e2e.js
index 51715f9131..d4d9b3f084 100644
--- a/collections/forms/src/SwitchFieldFF/SwitchFieldFF.stories.e2e.js
+++ b/collections/forms/src/SwitchFieldFF/SwitchFieldFF.stories.e2e.js
@@ -1,4 +1,3 @@
-import { storiesOf } from '@storybook/react'
import React from 'react'
import { Field } from 'react-final-form'
import { formDecorator } from '../formDecorator.js'
@@ -8,47 +7,46 @@ import { SwitchFieldFF } from './SwitchFieldFF.js'
// https://github.com/final-form/react-final-form-arrays/issues/111
const initialValue = ['yes']
-storiesOf('Testing:SwitchFieldFF', module)
- .addDecorator(formDecorator)
- .add('Unchecked', () => (
-
- ))
- .add('Checked ', () => (
-
- ))
- .add('Unchecked with value', () => (
-
- ))
- .add('Checked with value', () => (
-
- ))
+export default { title: 'Testing:SwitchFieldFF', decorators: [formDecorator] }
+export const Unchecked = () => (
+
+)
+export const Checked = () => (
+
+)
+export const UncheckedWithValue = () => (
+
+)
+export const CheckedWithValue = () => (
+
+)
diff --git a/collections/forms/src/TextAreaFieldFF/TextAreaFieldFF.stories.e2e.js b/collections/forms/src/TextAreaFieldFF/TextAreaFieldFF.stories.e2e.js
index 82a56e4496..4a743e64ad 100644
--- a/collections/forms/src/TextAreaFieldFF/TextAreaFieldFF.stories.e2e.js
+++ b/collections/forms/src/TextAreaFieldFF/TextAreaFieldFF.stories.e2e.js
@@ -1,25 +1,23 @@
-import { storiesOf } from '@storybook/react'
import React from 'react'
import { Field } from 'react-final-form'
import { formDecorator } from '../formDecorator.js'
import { hasValue } from '../validators/index.js'
import { TextAreaFieldFF } from './TextAreaFieldFF.js'
-storiesOf('TextArea', module)
- .addDecorator(formDecorator)
- .add('Default', () => (
-
- ))
- .add('Required', () => (
-
- ))
+export default { title: 'TextArea', decorators: [formDecorator] }
+export const Default = () => (
+
+)
+export const Required = () => (
+
+)
diff --git a/components/alert/src/alert-bar/alert-bar.stories.e2e.js b/components/alert/src/alert-bar/alert-bar.stories.e2e.js
index a415d1f6a3..6518be77be 100644
--- a/components/alert/src/alert-bar/alert-bar.stories.e2e.js
+++ b/components/alert/src/alert-bar/alert-bar.stories.e2e.js
@@ -1,53 +1,53 @@
-import { storiesOf } from '@storybook/react'
import React, { useState } from 'react'
import { AlertBar } from './index.js'
window.onHidden = window.Cypress && window.Cypress.cy.stub()
-storiesOf('AlertBar', module)
- .add('Default', () => Default )
- .add('Custom duration', () => (
- Custom duration
- ))
- .add('Permanent with actions', () => (
- {} },
+export default { title: 'AlertBar' }
+
+export const Default = () => Default
+export const CustomDuration = () => (
+ Custom duration
+)
+export const PermanentWithActions = () => (
+ {} },
{ label: 'Cancel', onClick: () => {} },
- ]}
- >
- With Actions
-
- ))
- .add('Disabled icon', () => Message )
- .add('Custom icon', () => (
- Custom icon}>Message
- ))
- .add('With message', () => With a message )
- .add('With onHidden', () => (
- Message
- ))
- .add('Permanent', () => Message )
- .add('Hidden prop', () => {
- const [hidden, setHidden] = useState(true)
- const toggleVisibility = () => setHidden((prevHidden) => !prevHidden)
- return (
-
-
- {hidden ? 'Show' : 'Hide'}
-
-
- Short text
-
-
- )
- })
+ ]}
+ >
+ With Actions
+
+)
+export const DisabledIcon = () => Message
+export const CustomIcon = () => (
+ Custom icon}>Message
+)
+export const WithMessage = () => With a message
+export const WithOnHidden = () => (
+ Message
+)
+export const Permanent = () => Message
+export const HiddenProp = () => {
+ const [hidden, setHidden] = useState(true)
+ const toggleVisibility = () => setHidden((prevHidden) => !prevHidden)
+ return (
+
+
+ {hidden ? 'Show' : 'Hide'}
+
+
+ Short text
+
+
+ )
+}
diff --git a/components/alert/src/alert-stack/alert-stack.stories.e2e.js b/components/alert/src/alert-stack/alert-stack.stories.e2e.js
index 83ed76a162..8069370010 100644
--- a/components/alert/src/alert-stack/alert-stack.stories.e2e.js
+++ b/components/alert/src/alert-stack/alert-stack.stories.e2e.js
@@ -1,12 +1,13 @@
-import { storiesOf } from '@storybook/react'
import React from 'react'
import { AlertBar } from '../alert-bar/index.js'
import { AlertStack } from './alert-stack.js'
-storiesOf('AlertStack', module).add('Default', () => (
+export default { title: 'AlertStac' }
+
+export const Default = () => (
Message
Message
Message
-))
+)
diff --git a/components/box/src/box.stories.e2e.js b/components/box/src/box.stories.e2e.js
index 41dd3464e0..aab22b627f 100644
--- a/components/box/src/box.stories.e2e.js
+++ b/components/box/src/box.stories.e2e.js
@@ -1,11 +1,10 @@
-import { storiesOf } from '@storybook/react'
import React from 'react'
import { Box } from './box.js'
-storiesOf('Box', module)
- .add('With children', () => I am a child )
- .add('Multiple', () => (
-
- I am a child in a Box.
-
- ))
+export default { title: 'Box' }
+export const Withchildren = () => I am a child
+export const Multiple = () => (
+
+ I am a child in a Box.
+
+)
diff --git a/components/button/src/button-strip/button-strip.stories.e2e.js b/components/button/src/button-strip/button-strip.stories.e2e.js
index e173009074..d6d5116d91 100644
--- a/components/button/src/button-strip/button-strip.stories.e2e.js
+++ b/components/button/src/button-strip/button-strip.stories.e2e.js
@@ -1,12 +1,13 @@
-import { storiesOf } from '@storybook/react'
import React from 'react'
import { Button } from '../index.js'
import { ButtonStrip } from './index.js'
-storiesOf('ButtonStrip', module).add('With children', () => (
+export default { title: 'ButtonStrip' }
+
+export const WithChildren = () => (
I am a child
I am a child
I am a child
-))
+)
diff --git a/components/button/src/button/button.stories.e2e.js b/components/button/src/button/button.stories.e2e.js
index 5730885ae5..9894153ebf 100644
--- a/components/button/src/button/button.stories.e2e.js
+++ b/components/button/src/button/button.stories.e2e.js
@@ -1,4 +1,3 @@
-import { storiesOf } from '@storybook/react'
import React from 'react'
import { Button } from './button.js'
@@ -6,24 +5,25 @@ window.onClick = window.Cypress && window.Cypress.cy.stub()
window.onBlur = window.Cypress && window.Cypress.cy.stub()
window.onFocus = window.Cypress && window.Cypress.cy.stub()
-storiesOf('Button', module)
- .add('With onClick', () => (
-
- Label me!
-
- ))
- .add('With initialFocus and onBlur', () => (
-
- Label me!
-
- ))
- .add('With onFocus', () => (
-
- Label me!
-
- ))
+export default { title: 'Button' }
+
+export const WithOnClick = () => (
+
+ Label me!
+
+)
+export const WithInitialFocusAndOnBlur = () => (
+
+ Label me!
+
+)
+export const WithOnFocus = () => (
+
+ Label me!
+
+)
diff --git a/components/button/src/dropdown-button/dropdown-button.stories.e2e.js b/components/button/src/dropdown-button/dropdown-button.stories.e2e.js
index 6d9de79a9c..7a27a146dc 100644
--- a/components/button/src/dropdown-button/dropdown-button.stories.e2e.js
+++ b/components/button/src/dropdown-button/dropdown-button.stories.e2e.js
@@ -1,67 +1,67 @@
-import { storiesOf } from '@storybook/react'
import React from 'react'
import { DropdownButton } from './index.js'
window.onClick = window.Cypress && window.Cypress.cy.stub()
-storiesOf('DropdownButton', module)
- .add('Default', () => (
- Content }
- >
- Button
-
- ))
- .add('With onClick', () => (
- Content }
- >
- Button
-
- ))
- .add('With children', () => (
-
Component }
- >
- I am a child
-
- ))
- .add('With component', () => (
-
I am a component }
- />
- ))
- .add('With icon', () => (
-
I am a component }
- icon={'Icon'}
- />
- ))
- .add('With initialFocus', () => (
-
Content }
- initialFocus
- />
- ))
- .add('Disabled with onClick', () => (
-
Content }
- onClick={window.onClick}
- disabled
- />
- ))
+export default { title: 'DropdownButton' }
+
+export const Default = () => (
+ Content }
+ >
+ Button
+
+)
+export const WithOnClick = () => (
+ Content}
+ >
+ Button
+
+)
+export const WithChildren = () => (
+ Component}
+ >
+ I am a child
+
+)
+export const WithComponent = () => (
+ I am a component}
+ />
+)
+export const WithIcon = () => (
+ I am a component}
+ icon={'Icon'}
+ />
+)
+export const WithInitialFocus = () => (
+ Content}
+ initialFocus
+ />
+)
+export const DisabledWithOnClick = () => (
+ Content}
+ onClick={window.onClick}
+ disabled
+ />
+)
diff --git a/components/button/src/split-button/split-button.stories.e2e.js b/components/button/src/split-button/split-button.stories.e2e.js
index 29eb16ab2c..3a937a1e8e 100644
--- a/components/button/src/split-button/split-button.stories.e2e.js
+++ b/components/button/src/split-button/split-button.stories.e2e.js
@@ -1,65 +1,64 @@
-import { storiesOf } from '@storybook/react'
import React from 'react'
import { SplitButton } from './split-button.js'
window.onClick = window.Cypress && window.Cypress.cy.stub()
-storiesOf('SplitButton', module)
- .add('Default', () => (
- Component}
- >
- Label me!
-
- ))
- .add('With onClick', () => (
- Component}
- onClick={window.onClick}
- >
- Label me!
-
- ))
- .add('With children', () => (
- Component}
- >
- I am a child
-
- ))
- .add('With icon', () => (
- Component}
- icon={Icon
}
- >
- Children
-
- ))
- .add('With initialFocus', () => (
- Component}
- initialFocus
- >
- Children
-
- ))
- .add('With disabled', () => (
- Component}
- disabled
- >
- Children
-
- ))
+export default { title: 'SplitButton' }
+export const Default = () => (
+ Component}
+ >
+ Label me!
+
+)
+export const WithOnClick = () => (
+ Component}
+ onClick={window.onClick}
+ >
+ Label me!
+
+)
+export const WithChildren = () => (
+ Component}
+ >
+ I am a child
+
+)
+export const WithIcon = () => (
+ Component}
+ icon={Icon
}
+ >
+ Children
+
+)
+export const WithInitialFocus = () => (
+ Component}
+ initialFocus
+ >
+ Children
+
+)
+export const WithDisabled = () => (
+ Component}
+ disabled
+ >
+ Children
+
+)
diff --git a/components/card/src/card.stories.e2e.js b/components/card/src/card.stories.e2e.js
index 00170dbe78..2da68f0aa9 100644
--- a/components/card/src/card.stories.e2e.js
+++ b/components/card/src/card.stories.e2e.js
@@ -1,11 +1,11 @@
-import { storiesOf } from '@storybook/react'
import React from 'react'
import { Card } from './card.js'
-storiesOf('Card', module).add('With children', () => (
+export default { title: 'Card' }
+export const WithChildren = () => (
I am a child
I am a child
I am a child
-))
+)
diff --git a/components/checkbox/src/checkbox-field/checkbox-field.stories.e2e.js b/components/checkbox/src/checkbox-field/checkbox-field.stories.e2e.js
index 0c8111c6f6..e3b2b771c4 100644
--- a/components/checkbox/src/checkbox-field/checkbox-field.stories.e2e.js
+++ b/components/checkbox/src/checkbox-field/checkbox-field.stories.e2e.js
@@ -1,32 +1,31 @@
-import { storiesOf } from '@storybook/react'
import React from 'react'
import { CheckboxField } from './index.js'
-storiesOf('CheckboxField', module)
- .add('With label and required', () => (
-
- ))
- .add('With help text', () => (
-
- ))
- .add('With label', () => (
-
- ))
- .add('With validation text', () => (
-
- ))
+export default { title: 'CheckboxField' }
+export const WithLabelAndRequired = () => (
+
+)
+export const WithHelpText = () => (
+
+)
+export const WithLabel = () => (
+
+)
+export const WithValidationText = () => (
+
+)
diff --git a/components/checkbox/src/checkbox/checkbox.stories.e2e.js b/components/checkbox/src/checkbox/checkbox.stories.e2e.js
index 18609d4464..f47bee5748 100644
--- a/components/checkbox/src/checkbox/checkbox.stories.e2e.js
+++ b/components/checkbox/src/checkbox/checkbox.stories.e2e.js
@@ -1,4 +1,3 @@
-import { storiesOf } from '@storybook/react'
import React from 'react'
import { Checkbox } from './index.js'
@@ -7,50 +6,50 @@ window.onChange = window.Cypress && window.Cypress.cy.stub()
window.onBlur = window.Cypress && window.Cypress.cy.stub()
window.onFocus = window.Cypress && window.Cypress.cy.stub()
-storiesOf('Checkbox', module)
- .add('With onChange', () => (
-
- ))
- .add('With initialFocus and onBlur', () => (
-
- ))
- .add('With onFocus', () => (
-
- ))
- .add('Disabled with onClick', () => (
-
- ))
- .add('With label', () => (
-
- ))
- .add('With initialFocus', () => (
-
- ))
- .add('Indeterminate prop', () => (
-
- ))
- .add('No indeterminate prop', () => (
-
- ))
+export default { title: 'Checkbox' }
+export const WithOnChange = () => (
+
+)
+export const WithInitialFocusAndOnBlur = () => (
+
+)
+export const WithOnFocus = () => (
+
+)
+export const DisabledWithOnClick = () => (
+
+)
+export const WithLabel = () => (
+
+)
+export const WithInitialFocus = () => (
+
+)
+export const IndeterminateProp = () => (
+
+)
+export const NoIndeterminateProp = () => (
+
+)
diff --git a/components/chip/src/chip.stories.e2e.js b/components/chip/src/chip.stories.e2e.js
index 737cc5ecd8..d840f14262 100644
--- a/components/chip/src/chip.stories.e2e.js
+++ b/components/chip/src/chip.stories.e2e.js
@@ -1,15 +1,14 @@
-import { storiesOf } from '@storybook/react'
import React from 'react'
import { Chip } from './chip.js'
window.onClick = window.Cypress && window.Cypress.cy.stub()
window.onRemove = window.Cypress && window.Cypress.cy.stub()
-storiesOf('Chip', module)
- .add('Default', () => Message )
- .add('With onClick', () => Chippy )
- .add('With onRemove', () => (
- Chipmunk
- ))
- .add('With children', () => I am a child )
- .add('With icon', () => Icon}>Message )
+export default { title: 'Chip' }
+export const Default = () => Message
+export const WithOnClick = () => Chippy
+ export const WithOnRemove = () => (
+ Chipmunk
+)
+export const WithChildren = () => I am a child
+export const WithIcon = () => Icon}>Message
diff --git a/components/css/src/css-variables/css-variables.stories.e2e.js b/components/css/src/css-variables/css-variables.stories.e2e.js
index 0871b7b458..5276e34b03 100644
--- a/components/css/src/css-variables/css-variables.stories.e2e.js
+++ b/components/css/src/css-variables/css-variables.stories.e2e.js
@@ -1,47 +1,46 @@
-import { storiesOf } from '@storybook/react'
import React from 'react'
import { CssVariables } from './index.js'
-storiesOf('CssVariables', module)
- .add('With colors', () => (
-
-
-
-
- ))
- .add('With theme', () => (
-
-
-
-
- ))
- .add('With layers', () => (
-
-
-
-
- ))
- .add('With spacers', () => (
-
-
-
-
- ))
- .add('With elevations', () => (
-
-
-
-
- ))
+export default { title: 'CssVariables' }
+export const WithColors = () => (
+
+
+
+
+)
+export const WithTheme = () => (
+
+
+
+
+)
+export const WithLayers = () => (
+
+
+
+
+)
+export const WithSpacers = () => (
+
+
+
+
+)
+export const WithElevations = () => (
+
+
+
+
+)
diff --git a/components/field/src/field-group/field-group.stories.e2e.js b/components/field/src/field-group/field-group.stories.e2e.js
index 45eeffc073..d591841f46 100644
--- a/components/field/src/field-group/field-group.stories.e2e.js
+++ b/components/field/src/field-group/field-group.stories.e2e.js
@@ -1,9 +1,9 @@
import { Checkbox } from '@dhis2-ui/checkbox'
-import { storiesOf } from '@storybook/react'
import React from 'react'
import { FieldGroup } from './field-group.js'
-storiesOf('FieldGroup', module).add('With label and required', () => (
+export default { title: 'FieldGroup' }
+export const WithLabelAndRequired = () => (
(
-))
+)
diff --git a/components/field/src/field-set/field-set.stories.e2e.js b/components/field/src/field-set/field-set.stories.e2e.js
index 3e74d69a99..925364d919 100644
--- a/components/field/src/field-set/field-set.stories.e2e.js
+++ b/components/field/src/field-set/field-set.stories.e2e.js
@@ -1,7 +1,7 @@
-import { storiesOf } from '@storybook/react'
import React from 'react'
import { FieldSet } from './field-set.js'
-storiesOf('FieldSet', module).add('With children', () => (
+export default { title: 'FieldSet' }
+export const WithChildren = () => (
I am a child
-))
+)
diff --git a/components/field/src/field/field.stories.e2e.js b/components/field/src/field/field.stories.e2e.js
index c8ca27c06d..dbd74c8382 100644
--- a/components/field/src/field/field.stories.e2e.js
+++ b/components/field/src/field/field.stories.e2e.js
@@ -1,7 +1,7 @@
-import { storiesOf } from '@storybook/react'
import React from 'react'
import { Field } from './field.js'
-storiesOf('Field', module).add('With children', () => (
+export default { title: 'Field' }
+export const WithChildren = () => (
I am a child
-))
+)
diff --git a/components/file-input/src/file-input-field-with-list/file-input-field-with-list.stories.e2e.js b/components/file-input/src/file-input-field-with-list/file-input-field-with-list.stories.e2e.js
index 11664011aa..8d66caceee 100644
--- a/components/file-input/src/file-input-field-with-list/file-input-field-with-list.stories.e2e.js
+++ b/components/file-input/src/file-input-field-with-list/file-input-field-with-list.stories.e2e.js
@@ -1,4 +1,3 @@
-import { storiesOf } from '@storybook/react'
import React from 'react'
import { FileInputFieldWithList } from './index.js'
@@ -33,42 +32,42 @@ const onChange = (payload, event) => {
)
}
-storiesOf('FileInputFieldWithList', module)
- .add('Single file - with file', () => (
-
- ))
- .add('Multiple files - empty', () => (
-
- ))
- .add('Multiple files - with files', () => (
-
- ))
- .add('With file and default texts', () => (
-
- ))
- .add('With default texts', () => (
-
- ))
+export default { title: 'FileInputFieldWithList' }
+export const SingleFileWithFile = () => (
+
+)
+export const MultipleFilesEmpty = () => (
+
+)
+export const MultipleFilesWithFiles = () => (
+
+)
+export const WithFileAndDefaultTexts = () => (
+
+)
+export const WithDefaultTexts = () => (
+
+)
diff --git a/components/file-input/src/file-input-field/file-input-field.stories.e2e.js b/components/file-input/src/file-input-field/file-input-field.stories.e2e.js
index 7a5a4e9b40..5d7bfdcdde 100644
--- a/components/file-input/src/file-input-field/file-input-field.stories.e2e.js
+++ b/components/file-input/src/file-input-field/file-input-field.stories.e2e.js
@@ -1,16 +1,13 @@
-import { storiesOf } from '@storybook/react'
import React from 'react'
import { FileInputField } from './file-input-field.js'
-storiesOf('FileInputField', module)
- .add('With label and required', () => (
-
- ))
- .add('Default', () => (
-
- ))
+export default { title: 'FileInputField' }
+export const WithLabelAndRequired = () => (
+
+)
+export const Default = () =>
diff --git a/components/file-input/src/file-input/file-input.stories.e2e.js b/components/file-input/src/file-input/file-input.stories.e2e.js
index 485f6c5e89..c1da8ad992 100644
--- a/components/file-input/src/file-input/file-input.stories.e2e.js
+++ b/components/file-input/src/file-input/file-input.stories.e2e.js
@@ -1,4 +1,3 @@
-import { storiesOf } from '@storybook/react'
import React from 'react'
import { FileInput } from './index.js'
@@ -17,34 +16,34 @@ const onChange = (payload, event) => {
)
}
-storiesOf('FileInput', module)
- .add('With onChange', () => (
-
- ))
- .add('With onChange and multiple', () => (
-
- ))
- .add('With initialFocus and onBlur', () => (
-
- ))
- .add('With onFocus', () => (
-
- ))
+export default { title: 'FileInput' }
+export const WithOnChange = () => (
+
+)
+export const WithOnChangeAndMultiple = () => (
+
+)
+export const WithInitialFocusAndOnBlur = () => (
+
+)
+export const WithOnFocus = () => (
+
+)
diff --git a/components/file-input/src/file-list/file-list-item.stories.e2e.js b/components/file-input/src/file-list/file-list-item.stories.e2e.js
index fb3dd1d18f..d2b12ffae7 100644
--- a/components/file-input/src/file-list/file-list-item.stories.e2e.js
+++ b/components/file-input/src/file-list/file-list-item.stories.e2e.js
@@ -1,40 +1,39 @@
-import { storiesOf } from '@storybook/react'
import React from 'react'
import { FileListItem } from './file-list-item.js'
window.onRemove = window.Cypress && window.Cypress.cy.stub()
window.onCancel = window.Cypress && window.Cypress.cy.stub()
-storiesOf('FileListItem', module)
- .add('With onRemove', () => (
-
- ))
- .add('Loading with onCancel', () => (
-
- ))
- .add('Loading with onCancel and cancelText', () => (
- {}}
- onRemove={() => {}}
- cancelText="Cancel"
- />
- ))
- .add('With label', () => (
- {}} />
- ))
- .add('With removeText', () => (
- {}} />
- ))
+export default { title: 'FileListItem' }
+export const WithOnRemove = () => (
+
+)
+export const LoadingWithOnCancel = () => (
+
+)
+export const LoadingWithOnCancelAndCancelText = () => (
+ {}}
+ onRemove={() => {}}
+ cancelText="Cancel"
+ />
+)
+export const WithLabel = () => (
+ {}} />
+)
+export const WithRemoveText = () => (
+ {}} />
+)
diff --git a/components/file-input/src/file-list/file-list-placeholder.stories.e2e.js b/components/file-input/src/file-list/file-list-placeholder.stories.e2e.js
index 25af178f3d..98ea79f561 100644
--- a/components/file-input/src/file-list/file-list-placeholder.stories.e2e.js
+++ b/components/file-input/src/file-list/file-list-placeholder.stories.e2e.js
@@ -1,7 +1,7 @@
-import { storiesOf } from '@storybook/react'
import React from 'react'
import { FileListPlaceholder } from './file-list-placeholder.js'
-storiesOf('FileListPlaceholder', module).add('With children', () => (
+export default { title: 'FileListPlaceholder' }
+export const WithChildren = () => (
I am a child
-))
+)
diff --git a/components/file-input/src/file-list/file-list.stories.e2e.js b/components/file-input/src/file-list/file-list.stories.e2e.js
index c705d53fe8..d0fe4a3a8b 100644
--- a/components/file-input/src/file-list/file-list.stories.e2e.js
+++ b/components/file-input/src/file-list/file-list.stories.e2e.js
@@ -1,7 +1,7 @@
-import { storiesOf } from '@storybook/react'
import React from 'react'
import { FileList } from './file-list.js'
-storiesOf('FileList', module).add('With children', () => (
+export default { title: 'FileList' }
+export const WithChildren = () => (
I am a child
-))
+)
diff --git a/components/help/src/help.stories.e2e.js b/components/help/src/help.stories.e2e.js
index 1d305fa6e9..09265078aa 100644
--- a/components/help/src/help.stories.e2e.js
+++ b/components/help/src/help.stories.e2e.js
@@ -1,5 +1,5 @@
-import { storiesOf } from '@storybook/react'
import React from 'react'
import { Help } from './help.js'
-storiesOf('Help', module).add('With children', () => I am a child )
+export default { title: 'Help' }
+export const WithChildren = () => I am a child
diff --git a/components/input/src/input-field/input-field.stories.e2e.js b/components/input/src/input-field/input-field.stories.e2e.js
index 998449bbe8..1b8274c6f8 100644
--- a/components/input/src/input-field/input-field.stories.e2e.js
+++ b/components/input/src/input-field/input-field.stories.e2e.js
@@ -1,7 +1,7 @@
-import { storiesOf } from '@storybook/react'
import React from 'react'
import { InputField } from './index.js'
-storiesOf('InputField', module).add('With label and required', () => (
+export default { title: 'InputField' }
+export const WithLabelAndRequired = () => (
-))
+)
diff --git a/components/input/src/input/input.stories.e2e.js b/components/input/src/input/input.stories.e2e.js
index c53354c453..3bf88f3314 100644
--- a/components/input/src/input/input.stories.e2e.js
+++ b/components/input/src/input/input.stories.e2e.js
@@ -1,4 +1,3 @@
-import { storiesOf } from '@storybook/react'
import React from 'react'
import { Input } from './index.js'
@@ -6,35 +5,35 @@ window.onChange = window.Cypress && window.Cypress.cy.stub()
window.onBlur = window.Cypress && window.Cypress.cy.stub()
window.onFocus = window.Cypress && window.Cypress.cy.stub()
-storiesOf('Input', module)
- .add('With onChange', () => (
-
- ))
- .add('With initialFocus and onBlur', () => (
-
- ))
- .add('With onFocus', () => (
-
- ))
- .add('With initialFocus', () => (
-
- ))
- .add('With disabled', () => (
-
- ))
+export default { title: 'Input' }
+export const WithOnChange = () => (
+
+)
+export const WithInitialFocusAndOnBlur = () => (
+
+)
+export const WithOnFocus = () => (
+
+)
+export const WithInitialFocus = () => (
+
+)
+export const WithDisabled = () => (
+
+)
diff --git a/components/label/src/label.stories.e2e.js b/components/label/src/label.stories.e2e.js
index 8dd08e8c34..759602a151 100644
--- a/components/label/src/label.stories.e2e.js
+++ b/components/label/src/label.stories.e2e.js
@@ -1,7 +1,6 @@
import { Label } from '@dhis2-ui/label'
-import { storiesOf } from '@storybook/react'
import React from 'react'
-storiesOf('Label', module)
- .add('With children', () => I am a child )
- .add('With required', () => Content )
+export default { title: 'Label' }
+export const WithChildren = () => I am a child
+export const WithRequired = () => Content
diff --git a/components/legend/src/legend.stories.e2e.js b/components/legend/src/legend.stories.e2e.js
index 2b18458821..4bd6266553 100644
--- a/components/legend/src/legend.stories.e2e.js
+++ b/components/legend/src/legend.stories.e2e.js
@@ -1,11 +1,10 @@
-import { storiesOf } from '@storybook/react'
import React from 'react'
import { Legend } from './legend.js'
-storiesOf('Legend', module)
- .add('With content and required', () => (
-
- I am wrapped in a legend which has some styling
-
- ))
- .add('With children', () => I am a child )
+export default { title: 'Legend' }
+export const WithContentAndRequired = () => (
+
+ I am wrapped in a legend which has some styling
+
+)
+export const WithChildren = () => I am a child
diff --git a/components/menu/src/menu/menu.stories.e2e.js b/components/menu/src/menu/menu.stories.e2e.js
index 45a8103357..c30865282d 100644
--- a/components/menu/src/menu/menu.stories.e2e.js
+++ b/components/menu/src/menu/menu.stories.e2e.js
@@ -1,5 +1,5 @@
-import { storiesOf } from '@storybook/react'
import React from 'react'
import { Menu } from './index.js'
-storiesOf('Menu', module).add('With children', () => I am a child )
+export default { title: 'Menu' }
+export const WithChildren = () => I am a child
diff --git a/components/modal/src/modal-actions/modal-actions.stories.e2e.js b/components/modal/src/modal-actions/modal-actions.stories.e2e.js
index 13d2e6ef7b..f28e01526c 100644
--- a/components/modal/src/modal-actions/modal-actions.stories.e2e.js
+++ b/components/modal/src/modal-actions/modal-actions.stories.e2e.js
@@ -1,7 +1,7 @@
-import { storiesOf } from '@storybook/react'
import React from 'react'
import { ModalActions } from './modal-actions.js'
-storiesOf('ModalActions', module).add('With children', () => (
+export default { title: 'ModalActions' }
+export const WithChildren = () => (
I am a child
-))
+)
diff --git a/components/modal/src/modal-content/modal-content.stories.e2e.js b/components/modal/src/modal-content/modal-content.stories.e2e.js
index f0fa22ef50..71e5a64eaf 100644
--- a/components/modal/src/modal-content/modal-content.stories.e2e.js
+++ b/components/modal/src/modal-content/modal-content.stories.e2e.js
@@ -1,7 +1,7 @@
-import { storiesOf } from '@storybook/react'
import React from 'react'
import { ModalContent } from './modal-content.js'
-storiesOf('ModalContent', module).add('With children', () => (
+export default { title: 'ModalContent' }
+export const WithChildren = () => (
I am a child
-))
+)
diff --git a/components/modal/src/modal-title/modal-title.stories.e2e.js b/components/modal/src/modal-title/modal-title.stories.e2e.js
index d62dbb6d07..73a98fc1a1 100644
--- a/components/modal/src/modal-title/modal-title.stories.e2e.js
+++ b/components/modal/src/modal-title/modal-title.stories.e2e.js
@@ -1,7 +1,7 @@
-import { storiesOf } from '@storybook/react'
import React from 'react'
import { ModalTitle } from './modal-title.js'
-storiesOf('ModalTitle', module).add('With children', () => (
+export default { title: 'ModalTitle' }
+export const WithChildren = () => (
I am a child
-))
+)
diff --git a/components/modal/src/modal/modal.stories.e2e.js b/components/modal/src/modal/modal.stories.e2e.js
index abf835efae..179616fb4d 100644
--- a/components/modal/src/modal/modal.stories.e2e.js
+++ b/components/modal/src/modal/modal.stories.e2e.js
@@ -1,5 +1,4 @@
import { Button, ButtonStrip } from '@dhis2-ui/button'
-import { storiesOf } from '@storybook/react'
import React, { useState } from 'react'
import { ModalActions, ModalContent, ModalTitle } from '../index.js'
import { Modal } from './modal.js'
@@ -26,54 +25,54 @@ const StatefuleComponent = () => {
)
}
-storiesOf('Modal', module)
- .add('With onClose', () => (
-
- Title
- Content
-
-
- Secondary action
- Primary action
-
-
-
- ))
- .add('Bottom-aligned, with onClose', () => (
-
- Title
- Content
-
-
- Secondary action
- Primary action
-
-
-
- ))
- .add('With children', () => I am a child )
- .add('With stateful children', () => {
- const [hide, setHide] = useState(false)
+export default { title: 'Modal' }
+export const WithOnClose = () => (
+
+ Title
+ Content
+
+
+ Secondary action
+ Primary action
+
+
+
+)
+export const BottomAlignedWithOnClose = () => (
+
+ Title
+ Content
+
+
+ Secondary action
+ Primary action
+
+
+
+)
+export const WithChildren = () => I am a child
+ export const WithStatefulChildren = () => {
+ const [hide, setHide] = useState(false)
- return (
-
-
setHide(false)}>
- Show
-
+ return (
+
+ setHide(false)}>
+ Show
+
-
- Can be hidden
+
+ Can be hidden
-
-
-
+
+
+
-
- setHide(true)}>
- Hide modal
-
-
-
-
- )
- })
+
+ setHide(true)}>
+ Hide modal
+
+
+
+
+ )
+}
diff --git a/components/node/src/node.stories.e2e.js b/components/node/src/node.stories.e2e.js
index fe1d483836..bbcdd00aca 100644
--- a/components/node/src/node.stories.e2e.js
+++ b/components/node/src/node.stories.e2e.js
@@ -1,34 +1,33 @@
-import { storiesOf } from '@storybook/react'
import React from 'react'
import { Node } from './node.js'
window.onClose = window.Cypress && window.Cypress.cy.stub()
window.onOpen = window.Cypress && window.Cypress.cy.stub()
-storiesOf('Node', module)
- .add('Open with onClose', () => (
- Component}>
- Children
-
- ))
- .add('Closed with onOpen', () => (
- Component}>
- Children
-
- ))
- .add('Closed with children', () => (
- Component}>I am a child
- ))
- .add('Open with children', () => (
- Component}>
- I am a child
-
- ))
- .add('With component', () => (
- I am a component}>Children
- ))
- .add('With icon', () => (
- Component} icon={Icon
}>
- Children
-
- ))
+export default { title: 'Node' }
+export const OpenWithOnClose = () => (
+ Component}>
+ Children
+
+)
+export const ClosedWithOnOpen = () => (
+ Component}>
+ Children
+
+)
+export const ClosedWithChildren = () => (
+ Component}>I am a child
+)
+export const OpenWithChildren = () => (
+ Component}>
+ I am a child
+
+)
+export const WithComponent = () => (
+ I am a component}>Children
+)
+export const WithIcon = () => (
+ Component} icon={Icon
}>
+ Children
+
+)
diff --git a/components/notice-box/src/notice-box.stories.e2e.js b/components/notice-box/src/notice-box.stories.e2e.js
index 79c0725096..cf75dd9658 100644
--- a/components/notice-box/src/notice-box.stories.e2e.js
+++ b/components/notice-box/src/notice-box.stories.e2e.js
@@ -1,7 +1,6 @@
-import { storiesOf } from '@storybook/react'
import React from 'react'
import { NoticeBox } from './notice-box.js'
-storiesOf('NoticeBox', module)
- .add('With children', () => The noticebox content )
- .add('With title', () => )
+export default { title: 'NoticeBox' }
+export const WithChildren = () => The noticebox content
+export const WithTitle = () =>
diff --git a/components/organisation-unit-tree/src/__e2e__/children_as_child_nodes.stories.e2e.js b/components/organisation-unit-tree/src/__e2e__/children_as_child_nodes.stories.e2e.js
index a13167e972..b2716cf19e 100644
--- a/components/organisation-unit-tree/src/__e2e__/children_as_child_nodes.stories.e2e.js
+++ b/components/organisation-unit-tree/src/__e2e__/children_as_child_nodes.stories.e2e.js
@@ -1,5 +1,4 @@
import { CustomDataProvider } from '@dhis2/app-runtime'
-import { storiesOf } from '@storybook/react'
import React from 'react'
import { OrganisationUnitTree } from '../index.js'
import {
@@ -8,7 +7,8 @@ import {
namespace,
} from './common.js'
-storiesOf(namespace, module).add('Closed with children', () => (
+export default { title: namespace }
+export const ClosedWithChildren = () => (
{({ selected, onChange }) => (
@@ -20,4 +20,4 @@ storiesOf(namespace, module).add('Closed with children', () => (
)}
-))
+)
diff --git a/components/organisation-unit-tree/src/__e2e__/displaying_loading_error.stories.e2e.js b/components/organisation-unit-tree/src/__e2e__/displaying_loading_error.stories.e2e.js
index 3d49019cc6..718e8392a5 100644
--- a/components/organisation-unit-tree/src/__e2e__/displaying_loading_error.stories.e2e.js
+++ b/components/organisation-unit-tree/src/__e2e__/displaying_loading_error.stories.e2e.js
@@ -1,5 +1,4 @@
import { CustomDataProvider } from '@dhis2/app-runtime'
-import { storiesOf } from '@storybook/react'
import React from 'react'
import { OrganisationUnitTree } from '../index.js'
import {
@@ -23,29 +22,29 @@ const dataProviderDataWithError = {
},
}
-storiesOf(namespace, module)
- .add('A0000000001 loading error', () => (
-
-
- {() => (
- null}
- />
- )}
-
-
- ))
- .add('A0000000001 loading error autoexpand', () => (
-
-
- {() => (
- null}
- />
- )}
-
-
- ))
+export default { title: namespace }
+export const A0000000001LoadingError = () => (
+
+
+ {() => (
+ null}
+ />
+ )}
+
+
+)
+export const A0000000001LoadingErrorAutoexpand = () => (
+
+
+ {() => (
+ null}
+ />
+ )}
+
+
+)
diff --git a/components/organisation-unit-tree/src/__e2e__/force_reload.stories.e2e.js b/components/organisation-unit-tree/src/__e2e__/force_reload.stories.e2e.js
index f3e432cd09..a1edecb818 100644
--- a/components/organisation-unit-tree/src/__e2e__/force_reload.stories.e2e.js
+++ b/components/organisation-unit-tree/src/__e2e__/force_reload.stories.e2e.js
@@ -1,5 +1,4 @@
import { CustomDataProvider } from '@dhis2/app-runtime'
-import { storiesOf } from '@storybook/react'
import React, { useState } from 'react'
import { OrganisationUnitTree } from '../index.js'
import {
@@ -31,7 +30,7 @@ const afterReloadData = {
},
}
-const ForceReloading = () => {
+const ForceReloading_ = () => {
const [forceReload, setForceReload] = useState(false)
return (
@@ -63,4 +62,5 @@ const ForceReloading = () => {
)
}
-storiesOf(namespace, module).add('Force reloading', () => )
+export default { title: namespace }
+export const ForceReloading = () =>
diff --git a/components/organisation-unit-tree/src/__e2e__/highlight.stories.e2e.js b/components/organisation-unit-tree/src/__e2e__/highlight.stories.e2e.js
index 3f978886fa..2d62f8581a 100644
--- a/components/organisation-unit-tree/src/__e2e__/highlight.stories.e2e.js
+++ b/components/organisation-unit-tree/src/__e2e__/highlight.stories.e2e.js
@@ -1,5 +1,4 @@
import { CustomDataProvider } from '@dhis2/app-runtime'
-import { storiesOf } from '@storybook/react'
import React from 'react'
import { OrganisationUnitTree } from '../index.js'
import {
@@ -8,7 +7,8 @@ import {
namespace,
} from './common.js'
-storiesOf(namespace, module).add('Root highlighted', () => (
+export default { title: namespace }
+export const RootHighlighted = () => (
{({ onChange }) => (
@@ -20,4 +20,4 @@ storiesOf(namespace, module).add('Root highlighted', () => (
)}
-))
+)
diff --git a/components/organisation-unit-tree/src/__e2e__/loading_state.stories.e2e.js b/components/organisation-unit-tree/src/__e2e__/loading_state.stories.e2e.js
index 102c7d075a..d6635a72aa 100644
--- a/components/organisation-unit-tree/src/__e2e__/loading_state.stories.e2e.js
+++ b/components/organisation-unit-tree/src/__e2e__/loading_state.stories.e2e.js
@@ -1,5 +1,4 @@
import { CustomDataProvider } from '@dhis2/app-runtime'
-import { storiesOf } from '@storybook/react'
import React from 'react'
import { OrganisationUnitTree } from '../index.js'
import {
@@ -28,7 +27,8 @@ const data = {
},
}
-storiesOf(namespace, module).add('A0000000001 loading', () => (
+export default { title: namespace }
+export const A0000000001Loading = () => (
{({ onChange }) => (
@@ -36,4 +36,4 @@ storiesOf(namespace, module).add('A0000000001 loading', () => (
)}
-))
+)
diff --git a/components/organisation-unit-tree/src/__e2e__/multi_selection.stories.e2e.js b/components/organisation-unit-tree/src/__e2e__/multi_selection.stories.e2e.js
index e80890221f..bd452612dd 100644
--- a/components/organisation-unit-tree/src/__e2e__/multi_selection.stories.e2e.js
+++ b/components/organisation-unit-tree/src/__e2e__/multi_selection.stories.e2e.js
@@ -1,5 +1,4 @@
import { CustomDataProvider } from '@dhis2/app-runtime'
-import { storiesOf } from '@storybook/react'
import React from 'react'
import { OrganisationUnitTree } from '../index.js'
import {
@@ -10,11 +9,12 @@ import {
window.selection = []
-storiesOf(namespace, module).add('Multiple selection', () => (
+export default { title: namespace }
+export const MultipleSelection = () => (
- (window.selection = newSelection)
+ (window.selection = newSelection)
}
>
{({ selected, onChange }) => (
@@ -26,4 +26,4 @@ storiesOf(namespace, module).add('Multiple selection', () => (
)}
-))
+)
diff --git a/components/organisation-unit-tree/src/__e2e__/no_selection.stories.e2e.js b/components/organisation-unit-tree/src/__e2e__/no_selection.stories.e2e.js
index ce52182a79..9d2d01476e 100644
--- a/components/organisation-unit-tree/src/__e2e__/no_selection.stories.e2e.js
+++ b/components/organisation-unit-tree/src/__e2e__/no_selection.stories.e2e.js
@@ -1,5 +1,4 @@
import { CustomDataProvider } from '@dhis2/app-runtime'
-import { storiesOf } from '@storybook/react'
import React from 'react'
import { OrganisationUnitTree } from '../index.js'
import {
@@ -8,31 +7,31 @@ import {
namespace,
} from './common.js'
-storiesOf(namespace, module)
- .add('No selection closed', () => (
-
-
- {({ onChange }) => (
-
- )}
-
-
- ))
- .add('No selection root opened', () => (
-
-
- {({ onChange }) => (
-
- )}
-
-
- ))
+export default { title: namespace }
+export const NoSelectionClosed = () => (
+
+
+ {({ onChange }) => (
+
+ )}
+
+
+)
+export const NoSelectionRootOpened = () => (
+
+
+ {({ onChange }) => (
+
+ )}
+
+
+)
diff --git a/components/organisation-unit-tree/src/__e2e__/path_based_filtering.stories.e2e.js b/components/organisation-unit-tree/src/__e2e__/path_based_filtering.stories.e2e.js
index ebfea9d31d..76ac869548 100644
--- a/components/organisation-unit-tree/src/__e2e__/path_based_filtering.stories.e2e.js
+++ b/components/organisation-unit-tree/src/__e2e__/path_based_filtering.stories.e2e.js
@@ -1,5 +1,4 @@
import { CustomDataProvider } from '@dhis2/app-runtime'
-import { storiesOf } from '@storybook/react'
import React from 'react'
import { OrganisationUnitTree } from '../index.js'
import {
@@ -13,43 +12,43 @@ for (let i = 0; i < 7; ++i) {
window.allUnits.push(`A000000000${i}`)
}
-storiesOf(namespace, module)
- .add('Filtered by 3-level-path', () => (
-
-
- {({ onChange }) => (
- (
+
+
+ {({ onChange }) => (
+
- )}
-
-
- ))
- .add('Filtered by 3-level-path and 2-level-path', () => (
-
-
- {({ onChange }) => (
-
+ )}
+
+
+)
+export const FilteredBy3LevelPathAnd2LevelPath = () => (
+
+
+ {({ onChange }) => (
+
- )}
-
-
- ))
+ ]}
+ />
+ )}
+
+
+)
diff --git a/components/organisation-unit-tree/src/__e2e__/single_selection.stories.e2e.js b/components/organisation-unit-tree/src/__e2e__/single_selection.stories.e2e.js
index b29413a9fd..fe2a208402 100644
--- a/components/organisation-unit-tree/src/__e2e__/single_selection.stories.e2e.js
+++ b/components/organisation-unit-tree/src/__e2e__/single_selection.stories.e2e.js
@@ -1,5 +1,4 @@
import { CustomDataProvider } from '@dhis2/app-runtime'
-import { storiesOf } from '@storybook/react'
import React from 'react'
import { OrganisationUnitTree } from '../index.js'
import {
@@ -35,7 +34,8 @@ const data = {
},
}
-storiesOf(namespace, module).add('Single selection', () => (
+export default { title: namespace }
+export const SingleSelection = () => (
{({ selected, onChange }) => (
@@ -48,4 +48,4 @@ storiesOf(namespace, module).add('Single selection', () => (
)}
-))
+)
diff --git a/components/organisation-unit-tree/src/__e2e__/tree_api.stories.e2e.js b/components/organisation-unit-tree/src/__e2e__/tree_api.stories.e2e.js
index 1c09bb09f8..ca728cfbcc 100644
--- a/components/organisation-unit-tree/src/__e2e__/tree_api.stories.e2e.js
+++ b/components/organisation-unit-tree/src/__e2e__/tree_api.stories.e2e.js
@@ -1,5 +1,4 @@
import { CustomDataProvider } from '@dhis2/app-runtime'
-import { storiesOf } from '@storybook/react'
import React from 'react'
import { OrganisationUnitTree } from '../index.js'
import {
@@ -39,7 +38,8 @@ window.onCollapse = window.Cypress && window.Cypress.cy.stub()
window.onExpand = window.Cypress && window.Cypress.cy.stub()
window.onChildrenLoaded = window.Cypress && window.Cypress.cy.stub()
-storiesOf(namespace, module).add('Events', () => (
+export default { title: namespace }
+export const Events = () => (
{({ selected, onChange }) => (
@@ -57,4 +57,4 @@ storiesOf(namespace, module).add('Events', () => (
)}
-))
+)
diff --git a/components/radio/src/radio.stories.e2e.js b/components/radio/src/radio.stories.e2e.js
index 189ab153b3..e5c929f852 100644
--- a/components/radio/src/radio.stories.e2e.js
+++ b/components/radio/src/radio.stories.e2e.js
@@ -1,4 +1,3 @@
-import { storiesOf } from '@storybook/react'
import React from 'react'
import { Radio } from './radio.js'
@@ -6,39 +5,39 @@ window.onChange = window.Cypress && window.Cypress.cy.stub()
window.onBlur = window.Cypress && window.Cypress.cy.stub()
window.onFocus = window.Cypress && window.Cypress.cy.stub()
-storiesOf('Radio', module)
- .add('With onChange', () => (
-
- ))
- .add('With initialFocus and onBlur', () => (
-
- ))
- .add('With onFocus', () => (
-
- ))
- .add('With disabled', () => (
-
- ))
- .add('With label', () => (
-
- ))
- .add('With initialFocus', () => (
-
- ))
+export default { title: 'Radio' }
+export const WithOnChange = () => (
+
+)
+export const WithInitialFocusAndOnBlur = () => (
+
+)
+export const WithOnFocus = () => (
+
+)
+export const WithDisabled = () => (
+
+)
+export const WithLabel = () => (
+
+)
+export const WithInitialFocus = () => (
+
+)
diff --git a/components/select/src/multi-select-field/multi-select-field.stories.e2e.js b/components/select/src/multi-select-field/multi-select-field.stories.e2e.js
index 4b97327671..ed223c42f6 100644
--- a/components/select/src/multi-select-field/multi-select-field.stories.e2e.js
+++ b/components/select/src/multi-select-field/multi-select-field.stories.e2e.js
@@ -1,46 +1,45 @@
-import { storiesOf } from '@storybook/react'
import React from 'react'
import { MultiSelectOption } from '../index.js'
import { MultiSelectField } from './index.js'
-storiesOf('MultiSelectField', module)
- .add('With label', () => (
-
-
-
-
-
- ))
- .add('With help text', () => (
-
-
-
-
-
- ))
- .add('With validation text', () => (
-
-
-
-
-
- ))
- .add('With label and required status', () => (
-
-
-
-
-
- ))
- .add('With clearable and selected option', () => (
-
-
-
- ))
- .add('With filterable', () => (
-
-
-
- ))
- .add('With loading', () => )
- .add('Without options', () => )
+export default { title: 'MultiSelectField' }
+export const WithLabel = () => (
+
+
+
+
+
+)
+export const WithHelpText = () => (
+
+
+
+
+
+)
+export const WithValidationText = () => (
+
+
+
+
+
+)
+export const WithLabelAndRequiredStatus = () => (
+
+
+
+
+
+)
+export const WithClearableAndSelectedOption = () => (
+
+
+
+)
+export const WithFilterable = () => (
+
+
+
+)
+export const WithLoading = () =>
+export const WithoutOptions = () =>
diff --git a/components/select/src/multi-select/multi-select.stories.e2e.js b/components/select/src/multi-select/multi-select.stories.e2e.js
index 7d820c6de7..2f50f79b17 100644
--- a/components/select/src/multi-select/multi-select.stories.e2e.js
+++ b/components/select/src/multi-select/multi-select.stories.e2e.js
@@ -1,6 +1,5 @@
import { Button } from '@dhis2-ui/button'
import { Modal, ModalTitle, ModalContent } from '@dhis2-ui/modal'
-import { storiesOf } from '@storybook/react'
import PropTypes from 'prop-types'
import React, { useState } from 'react'
import { MultiSelectOption } from '../index.js'
@@ -26,93 +25,225 @@ const options = [
{ name: 'bar', id: '4' },
]
-storiesOf('MultiSelect', module)
- .add('With options', () => (
-
-
-
-
-
- ))
- .add('With options and onChange', () => (
-
-
-
-
-
- ))
- .add('With onFocus', () => (
-
-
-
-
-
- ))
- .add('With onBlur', () => (
-
-
-
-
-
- ))
- .add('With custom options and onChange', () => (
-
-
-
-
-
- ))
- .add('With invalid options', () => (
-
- invalid one
-
- invalid two
-
- invalid three
-
- {null}
- {undefined}
- {false}
-
- ))
- .add('With invalid filterable options', () => (
-
- invalid one
-
- invalid two
-
- invalid three
-
-
- ))
- .add('With initialFocus', () => (
-
- ))
- .add('Empty', () => )
- .add('Empty with empty text', () => (
-
- ))
- .add('Empty with empty component', () => (
- Custom empty component}
- />
- ))
- .add('With options and loading', () => (
-
-
-
-
-
- ))
- .add('With options, loading and loading text', () => (
-
-
-
-
-
- ))
- .add('With more than ten options', () => (
+export default { title: 'MultiSelect' }
+export const WithOptions = () => (
+
+
+
+
+
+)
+export const WithOptionsAndOnChange = () => (
+
+
+
+
+
+)
+export const WithOnFocus = () => (
+
+
+
+
+
+)
+export const WithOnBlur = () => (
+
+
+
+
+
+)
+export const WithCustomOptionsAndOnChange = () => (
+
+
+
+
+
+)
+export const WithInvalidOptions = () => (
+
+ invalid one
+
+ invalid two
+
+ invalid three
+
+ {null}
+ {undefined}
+ {false}
+
+)
+export const WithInvalidFilterableOptions = () => (
+
+ invalid one
+
+ invalid two
+
+ invalid three
+
+
+)
+export const WithInitialFocus = () => (
+
+)
+export const Empty = () =>
+export const EmptyWithEmptyText = () => (
+
+)
+export const EmptyWithEmptyComponent = () => (
+ Custom empty component}
+ />
+)
+export const WithOptionsAndLoading = () => (
+
+
+
+
+
+)
+export const WithOptionsLoadingAndLoadingText = () => (
+
+
+
+
+
+)
+export const WithMoreThanTenOptions = () => (
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+)
+export const WithMoreThanThreeOptionsAndA100pxMaxHeight = () => (
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+)
+export const WithOptionsASelectionAndDisabled = () => (
+
+
+
+
+
+)
+export const WithOptionsAndDisabled = () => (
+
+
+
+
+
+)
+export const WithPrefix = () => (
+
+
+
+
+
+)
+export const WithPrefixAndSelection = () => (
+
+
+
+
+
+)
+export const WithPlaceholder = () => (
+
+
+
+
+
+)
+export const WithPlaceholderAndSelection = () => (
+
+
+
+
+
+)
+export const WithDisabledOptionAndOnChange = () => (
+
+
+
+
+
+
+)
+export const WithOptionsAndASelection = () => (
+
+
+
+
+
+)
+export const WithOptionsASelectionAndOnChange = () => (
+
+
+
+
+
+)
+export const WithOptionsAndMultipleSelections = () => (
+
+
+
+
+
+)
+export const WithClearButtonSelectionAndOnChange = () => (
+
+
+
+
+
+)
+export const WithFilterField = () => (
+
+
+
+
+
+)
+export const DefaultPosition = () => (
+ <>
@@ -127,9 +258,16 @@ storiesOf('MultiSelect', module)
- ))
- .add('With more than three options and a 100px max-height', () => (
-
+
+ >
+)
+export const FlippedPosition = () => (
+ <>
+
@@ -143,149 +281,10 @@ storiesOf('MultiSelect', module)
- ))
- .add('With options, a selection and disabled', () => (
-
-
-
-
-
- ))
- .add('With options and disabled', () => (
-
-
-
-
-
- ))
- .add('With prefix', () => (
-
-
-
-
-
- ))
- .add('With prefix and selection', () => (
-
-
-
-
-
- ))
- .add('With placeholder', () => (
-
-
-
-
-
- ))
- .add('With placeholder and selection', () => (
-
-
-
-
-
- ))
- .add('With disabled option and onChange', () => (
-
-
-
-
-
-
- ))
- .add('With options and a selection', () => (
-
-
-
-
-
- ))
- .add('With options, a selection and onChange', () => (
-
-
-
-
-
- ))
- .add('With options and multiple selections', () => (
-
-
-
-
-
- ))
- .add('With clear button, selection and onChange', () => (
-
-
-
-
-
- ))
- .add('With filter field', () => (
-
-
-
-
-
- ))
- .add('Default position', () => (
- <>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- >
- ))
- .add('Flipped position', () => (
- <>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- >
- ))
- .add('Shifted into view', () => (
- <>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- >
- ))
- .add('With duplicate selected option values', () => (
-
-
-
-
-
-
- ))
- .add('With options that can be added to the input', () => {
- const [values, setValues] = React.useState([])
- return (
- <>
- {
- window.onChange && window.onChange({ selected })
- setValues(selected)
- }}
- >
-
-
-
-
-
- >
- )
- })
- .add('Menu width changing', () => {
- const [toggle, setToggle] = useState(false)
- return (
-
-
- Modal
-
-
- {toggle && (
-
- Stuff
-
- )}
-
-
- console.log(
- 'size changed to ' + selected
- )
- }
- >
- {options.map(({ name, id }) => (
-
- ))}
-
+ >
+ )
+}
+export const MenuWidthChanging = () => {
+ const [toggle, setToggle] = useState(false)
+ return (
+
+
+ Modal
+
+
+ {toggle && (
+
+ Stuff
- {toggle && (
-
- Stuff
-
- )}
+ )}
+
+
+ console.log(
+ 'size changed to ' + selected
+ )
+ }
+ >
+ {options.map(({ name, id }) => (
+
+ ))}
+
-
setToggle(!toggle)}>
- Toggle
-
-
-
-
- )
- })
+ {toggle && (
+
+ Stuff
+
+ )}
+
+
setToggle(!toggle)}>
+ Toggle
+
+
+
+
+ )
+}
diff --git a/components/select/src/single-select-field/single-select-field.stories.e2e.js b/components/select/src/single-select-field/single-select-field.stories.e2e.js
index 88f759a282..c9f76263b4 100644
--- a/components/select/src/single-select-field/single-select-field.stories.e2e.js
+++ b/components/select/src/single-select-field/single-select-field.stories.e2e.js
@@ -1,46 +1,45 @@
-import { storiesOf } from '@storybook/react'
import React from 'react'
import { SingleSelectOption } from '../index.js'
import { SingleSelectField } from './index.js'
-storiesOf('SingleSelectField', module)
- .add('With label', () => (
-
-
-
-
-
- ))
- .add('With help text', () => (
-
-
-
-
-
- ))
- .add('With validation text', () => (
-
-
-
-
-
- ))
- .add('With label and required status', () => (
-
-
-
-
-
- ))
- .add('With clearable and selected option', () => (
-
-
-
- ))
- .add('With filterable', () => (
-
-
-
- ))
- .add('With loading', () =>
)
- .add('Without options', () =>
)
+export default { title: 'SingleSelectField' }
+export const WithLabel = () => (
+
+
+
+
+
+)
+export const WithHelpText = () => (
+
+
+
+
+
+)
+export const WithValidationText = () => (
+
+
+
+
+
+)
+export const WithLabelAndRequiredStatus = () => (
+
+
+
+
+
+)
+export const WithClearableAndSelectedOption = () => (
+
+
+
+)
+export const WithFilterable = () => (
+
+
+
+)
+export const WithLoading = () =>
+export const WithoutOptions = () =>
diff --git a/components/select/src/single-select/single-select.stories.e2e.js b/components/select/src/single-select/single-select.stories.e2e.js
index 23f4e71027..f5bb355b69 100644
--- a/components/select/src/single-select/single-select.stories.e2e.js
+++ b/components/select/src/single-select/single-select.stories.e2e.js
@@ -1,6 +1,5 @@
import { Button } from '@dhis2-ui/button'
import { Modal, ModalTitle, ModalContent } from '@dhis2-ui/modal'
-import { storiesOf } from '@storybook/react'
import PropTypes from 'prop-types'
import React, { useState } from 'react'
import { SingleSelectOption } from '../index.js'
@@ -26,93 +25,222 @@ const options = [
{ name: 'bar', id: '4' },
]
-storiesOf('SingleSelect', module)
- .add('With options', () => (
-
-
-
-
-
- ))
- .add('With options and onChange', () => (
-
-
-
-
-
- ))
- .add('With onFocus', () => (
-
-
-
-
-
- ))
- .add('With onBlur', () => (
-
-
-
-
-
- ))
- .add('With custom options and onChange', () => (
-
-
-
-
-
- ))
- .add('With invalid options', () => (
-
- invalid one
-
- invalid two
-
- invalid three
-
- {null}
- {undefined}
- {false}
-
- ))
- .add('With invalid filterable options', () => (
-
- invalid one
-
- invalid two
-
- invalid three
-
-
- ))
- .add('With initialFocus', () => (
-
- ))
- .add('Empty', () =>
)
- .add('Empty with empty text', () => (
-
- ))
- .add('Empty with empty component', () => (
-
Custom empty component }
- />
- ))
- .add('With options and loading', () => (
-
-
-
-
-
- ))
- .add('With options, loading and loading text', () => (
-
-
-
-
-
- ))
- .add('With more than ten options', () => (
+export default { title: 'SingleSelect' }
+export const WithOptions = () => (
+
+
+
+
+
+)
+export const WithOptionsAndOnChange = () => (
+
+
+
+
+
+)
+export const WithOnFocus = () => (
+
+
+
+
+
+)
+export const WithOnBlur = () => (
+
+
+
+
+
+)
+export const WithCustomOptionsAndOnChange = () => (
+
+
+
+
+
+)
+export const WithInvalidOptions = () => (
+
+ invalid one
+
+ invalid two
+
+ invalid three
+
+ {null}
+ {undefined}
+ {false}
+
+)
+export const WithInvalidFilterableOptions = () => (
+
+ invalid one
+
+ invalid two
+
+ invalid three
+
+
+)
+export const WithInitialFocus = () => (
+
+)
+export const Empty = () =>
+ export const EmptyWithEmptyText = () => (
+
+)
+export const EmptyWithEmptyComponent = () => (
+ Custom empty component }
+ />
+)
+export const WithOptionsAndLoading = () => (
+
+
+
+
+
+)
+export const WithOptionsLoadingAndLoadingText = () => (
+
+
+
+
+
+)
+export const WithMoreThanTenOptions = () => (
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+)
+export const WithMoreThanThreeOptionsAndA100pxMaxHeight = () => (
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+)
+export const WithOptionsASelectionAndDisabled = () => (
+
+
+
+
+
+)
+export const WithOptionsAndDisabled = () => (
+
+
+
+
+
+)
+export const WithPrefix = () => (
+
+
+
+
+
+)
+export const WithPrefixAndSelection = () => (
+
+
+
+
+
+)
+export const WithPlaceholder = () => (
+
+
+
+
+
+)
+export const WithPlaceholderAndSelection = () => (
+
+
+
+
+
+)
+export const WithDisabledOptionAndOnChange = () => (
+
+
+
+
+
+
+)
+export const WithOptionsAndASelection = () => (
+
+
+
+
+
+)
+export const WithOptionsASelectionAndOnChange = () => (
+
+
+
+
+
+)
+export const WithClearButtonSelectionAndOnChange = () => (
+
+
+
+
+
+)
+export const WithFilterField = () => (
+
+
+
+
+
+)
+export const DefaultPosition = () => (
+ <>
@@ -127,9 +255,16 @@ storiesOf('SingleSelect', module)
- ))
- .add('With more than three options and a 100px max-height', () => (
-
+
+ >
+)
+export const FlippedPosition = () => (
+ <>
+
@@ -143,146 +278,10 @@ storiesOf('SingleSelect', module)
- ))
- .add('With options, a selection and disabled', () => (
-
-
-
-
-
- ))
- .add('With options and disabled', () => (
-
-
-
-
-
- ))
- .add('With prefix', () => (
-
-
-
-
-
- ))
- .add('With prefix and selection', () => (
-
-
-
-
-
- ))
- .add('With placeholder', () => (
-
-
-
-
-
- ))
- .add('With placeholder and selection', () => (
-
-
-
-
-
- ))
- .add('With disabled option and onChange', () => (
-
-
-
-
-
-
- ))
- .add('With options and a selection', () => (
-
-
-
-
-
- ))
- .add('With options, a selection and onChange', () => (
-
-
-
-
-
- ))
- .add('With clear button, selection and onChange', () => (
-
-
-
-
-
- ))
- .add('With filter field', () => (
-
-
-
-
-
- ))
- .add('Default position', () => (
- <>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- >
- ))
- .add('Flipped position', () => (
- <>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- >
- ))
- .add('Shifted into view', () => (
- <>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- >
- ))
- .add('With duplicate selected option values', () => (
-
-
-
-
-
-
- ))
- .add('Menu width changing', () => {
- const [toggle, setToggle] = useState(false)
- return (
-
-
- Modal
-
-
- {toggle && (
-
- Stuff
-
- )}
-
-
- console.log(
- 'size changed to ' + selected
- )
- }
- >
- {options.map(({ name, id }) => (
-
- ))}
-
+ >
+)
+export const WithDuplicateSelectedOptionValues = () => (
+
+
+
+
+
+
+)
+export const MenuWidthChanging = () => {
+ const [toggle, setToggle] = useState(false)
+ return (
+
+
+ Modal
+
+
+ {toggle && (
+
+ Stuff
- {toggle && (
-
- Stuff
-
- )}
+ )}
+
+
+ console.log(
+ 'size changed to ' + selected
+ )
+ }
+ >
+ {options.map(({ name, id }) => (
+
+ ))}
+
-
setToggle(!toggle)}>
- Toggle
-
-
-
-
- )
- })
+ {toggle && (
+
+ Stuff
+
+ )}
+
+
setToggle(!toggle)}>
+ Toggle
+
+
+
+
+ )
+}
diff --git a/components/switch/src/switch-field/switch-field.stories.e2e.js b/components/switch/src/switch-field/switch-field.stories.e2e.js
index b1dff350f5..f2abc1d398 100644
--- a/components/switch/src/switch-field/switch-field.stories.e2e.js
+++ b/components/switch/src/switch-field/switch-field.stories.e2e.js
@@ -1,7 +1,7 @@
-import { storiesOf } from '@storybook/react'
import React from 'react'
import { SwitchField } from './index.js'
-storiesOf('SwitchField', module).add('With label and required', () => (
+export default { title: 'SwitchField' }
+export const WithLabelAndRequired = () => (
-))
+)
diff --git a/components/switch/src/switch/switch.stories.e2e.js b/components/switch/src/switch/switch.stories.e2e.js
index e34f37f2a1..4788b6fab6 100644
--- a/components/switch/src/switch/switch.stories.e2e.js
+++ b/components/switch/src/switch/switch.stories.e2e.js
@@ -1,4 +1,3 @@
-import { storiesOf } from '@storybook/react'
import React from 'react'
import { Switch } from './index.js'
@@ -6,38 +5,38 @@ window.onChange = window.Cypress && window.Cypress.cy.stub()
window.onBlur = window.Cypress && window.Cypress.cy.stub()
window.onFocus = window.Cypress && window.Cypress.cy.stub()
-storiesOf('Switch', module)
- .add('With onChange', () => (
-
- ))
- .add('With initialFocus and onBlur', () => (
-
- ))
- .add('With onFocus', () => (
-
- ))
- .add('With disabled', () => (
-
- ))
- .add('With label', () => (
-
- ))
- .add('With initialFocus', () => (
-
- ))
+export default { title: 'Switch' }
+export const WithOnChange = () => (
+
+)
+export const WithInitialFocusAndOnBlur = () => (
+
+)
+export const WithOnFocus = () => (
+
+)
+export const WithDisabled = () => (
+
+)
+export const WithLabel = () => (
+
+)
+export const WithInitialFocus = () => (
+
+)
diff --git a/components/tab/src/tab-bar/tab-bar.stories.e2e.js b/components/tab/src/tab-bar/tab-bar.stories.e2e.js
index 60d61f7c72..6a89cf43fc 100644
--- a/components/tab/src/tab-bar/tab-bar.stories.e2e.js
+++ b/components/tab/src/tab-bar/tab-bar.stories.e2e.js
@@ -1,32 +1,31 @@
-import { storiesOf } from '@storybook/react'
import React from 'react'
import { Tab } from '../tab/index.js'
import { TabBar } from './index.js'
-storiesOf('TabBar', module)
- .add('With children', () =>
I am a child )
- .add('Scrollable with children', () => (
-
I am a child
- ))
- .add('Scrollable with some tabs', () => {
- const TabStaticWidth = () => (
-
-
- Foo
-
-
- )
+export default { title: 'TabBar' }
+export const WithChildren = () =>
I am a child
+ export const ScrollableWithChildren = () => (
+
I am a child
+)
+export const ScrollableWithSomeTabs = () => {
+ const TabStaticWidth = () => (
+
+
+ Foo
+
+
+ )
- return (
-
-
-
-
-
- )
- })
+ return (
+
+
+
+
+
+ )
+}
diff --git a/components/tab/src/tab/tab.stories.e2e.js b/components/tab/src/tab/tab.stories.e2e.js
index b030e6276d..51e7e6588a 100644
--- a/components/tab/src/tab/tab.stories.e2e.js
+++ b/components/tab/src/tab/tab.stories.e2e.js
@@ -1,15 +1,14 @@
-import { storiesOf } from '@storybook/react'
import React from 'react'
import { Tab } from './tab.js'
window.onClick = window.Cypress && window.Cypress.cy.stub()
-storiesOf('Tab', module)
- .add('With onClick', () =>
Tab A )
- .add('With children', () =>
I am a child )
- .add('With icon', () =>
Icon }>Children)
- .add('With onClick and disabled', () => (
-
- Tab A
-
- ))
+export default { title: 'Tab' }
+export const WithOnClick = () => Tab A
+export const WithChildren = () => I am a child
+export const WithIcon = () => Icon }>Children
+export const WithOnClickAndDisabled = () => (
+
+ Tab A
+
+)
diff --git a/components/tag/src/tag.stories.e2e.js b/components/tag/src/tag.stories.e2e.js
index 9479cda4a3..28507e8583 100644
--- a/components/tag/src/tag.stories.e2e.js
+++ b/components/tag/src/tag.stories.e2e.js
@@ -1,16 +1,15 @@
-import { storiesOf } from '@storybook/react'
import React from 'react'
import { Tag } from './tag.js'
-storiesOf('Tag', module)
- .add('Without icon', () => Default )
- .add('With icon', () => Icon}>Default )
- .add('With text', () => Text content )
- .add('With default max width', () => (
-
- This is a lot of content that should exceed the default max width of
- the tag component quite significantly so testing is still works when
- the default value of the max width is changed
-
- ))
- .add('With custom max width', () => Text content )
+export default { title: 'Tag' }
+export const WithoutIcon = () => Default
+export const WithIcon = () => Icon}>Default
+export const WithText = () => Text content
+ export const WithDefaultMaxWidth = () => (
+
+ This is a lot of content that should exceed the default max width of
+ the tag component quite significantly so testing is still works when
+ the default value of the max width is changed
+
+)
+export const WithCustomMaxWidth = () => Text content
diff --git a/components/text-area/src/text-area-field/text-area-field.stories.e2e.js b/components/text-area/src/text-area-field/text-area-field.stories.e2e.js
index b8629e72c8..fa50d32a08 100644
--- a/components/text-area/src/text-area-field/text-area-field.stories.e2e.js
+++ b/components/text-area/src/text-area-field/text-area-field.stories.e2e.js
@@ -1,11 +1,11 @@
-import { storiesOf } from '@storybook/react'
import React from 'react'
import { TextAreaField } from './index.js'
-storiesOf('TextAreaField', module).add('With label and required', () => (
+export default { title: 'TextAreaField' }
+export const WithLabelAndRequired = () => (
-))
+)
diff --git a/components/text-area/src/text-area/text-area.stories.e2e.js b/components/text-area/src/text-area/text-area.stories.e2e.js
index 209291c6c5..ae4550c69d 100644
--- a/components/text-area/src/text-area/text-area.stories.e2e.js
+++ b/components/text-area/src/text-area/text-area.stories.e2e.js
@@ -1,4 +1,3 @@
-import { storiesOf } from '@storybook/react'
import React from 'react'
import { TextArea } from './index.js'
@@ -6,15 +5,15 @@ window.onChange = window.Cypress && window.Cypress.cy.stub()
window.onBlur = window.Cypress && window.Cypress.cy.stub()
window.onFocus = window.Cypress && window.Cypress.cy.stub()
-storiesOf('TextArea', module)
- .add('With onChange', () => (
-
- ))
- .add('With initialFocus and onBlur', () => (
-
- ))
- .add('With onFocus', () => (
-
- ))
- .add('With initialFocus', () => )
- .add('With disabled', () => )
+export default { title: 'TextArea' }
+export const WithOnChange = () => (
+
+)
+export const WithInitialFocusAndOnBlur = () => (
+
+)
+export const WithOnFocus = () => (
+
+)
+export const WithInitialFocus = () =>
+export const WithDisabled = () =>
diff --git a/package.json b/package.json
index ad0a7224e6..07d50b99f1 100644
--- a/package.json
+++ b/package.json
@@ -49,7 +49,7 @@
"@dhis2/d2-i18n": "^1.1.0",
"react": "16.13",
"react-dom": "16.13",
- "react-scripts": "^4.0.3",
+ "react-scripts": "^5.0.1",
"styled-jsx": "^4.0.1"
},
"peerDependencies": {
@@ -83,5 +83,8 @@
"react-docgen": "^5.4.0",
"rimraf": "^3.0.2",
"wait-on": "^6.0.0"
+ },
+ "resolutions": {
+ "react": "16.13.1"
}
}
diff --git a/storybook/config/main.js b/storybook/config/main.js
index bd105edbeb..168b10e68a 100644
--- a/storybook/config/main.js
+++ b/storybook/config/main.js
@@ -1,24 +1,39 @@
+import { dirname, join } from "path";
const { babelConfig } = require('../src/babel-config.js')
const { loadStories } = require('../src/load-stories.js')
const { webpackConfig } = require('../src/webpack-config.js')
module.exports = {
addons: [
- '@storybook/preset-create-react-app',
- {
- name: '@storybook/addon-essentials',
- options: {
- docs: false,
- },
- },
- {
- name: '@storybook/addon-storysource',
- options: { loaderOptions: { injectDecorator: false } },
- },
- 'storybook-addon-jsx',
- '@storybook/addon-a11y',
+ // {
+ // name: '@storybook/addon-essentials',
+ // options: {
+ // docs: false,
+ // },
+ // },
+ // {
+ // name: '@storybook/addon-storysource',
+ // options: { loaderOptions: { injectDecorator: false } },
+ // },
+ // getAbsolutePath("storybook-addon-jsx"),
+ // getAbsolutePath("@storybook/addon-a11y"),
+ getAbsolutePath("@storybook/preset-create-react-app"),
],
- stories: async (list) => [...list, ...loadStories()],
+
+ stories: async (list) => [...(list || []), ...loadStories()],
babel: babelConfig,
webpackFinal: webpackConfig,
+
+ framework: {
+ name: getAbsolutePath("@storybook/react-webpack5"),
+ options: {}
+ },
+
+ // docs: {
+ // autodocs: true
+ // }
+}
+
+function getAbsolutePath(value) {
+ return dirname(require.resolve(join(value, "package.json")));
}
diff --git a/storybook/config/manager.js b/storybook/config/manager.js
index 2fd1236bf7..35b91fc96c 100644
--- a/storybook/config/manager.js
+++ b/storybook/config/manager.js
@@ -1,4 +1,4 @@
-import { addons } from '@storybook/addons'
+import { addons } from '@storybook/manager-api'
import theme from './theme.js'
addons.setConfig({
diff --git a/storybook/package.json b/storybook/package.json
index b7bea969b4..c462c158fe 100644
--- a/storybook/package.json
+++ b/storybook/package.json
@@ -11,8 +11,10 @@
"license": "BSD-3-Clause",
"private": true,
"scripts": {
- "start": "EXTEND_ESLINT=true start-storybook -c config --port 5000 --quiet --ci -s static",
- "build": "EXTEND_ESLINT=true build-storybook -c config -o ../dist/demo --quiet -s static"
+ "_start": "EXTEND_ESLINT=true storybook dev -c config --port 5000 --quiet --ci -s static",
+ "start": "EXTEND_ESLINT=true storybook dev -c config --port 5000 --quiet --ci --debug-webpack",
+ "_build": "EXTEND_ESLINT=true storybook build -c config -o ../dist/demo --quiet -s static",
+ "build": "EXTEND_ESLINT=true storybook build -c config -o ../dist/demo --quiet"
},
"peerDependencies": {
"react": "^16.8",
@@ -26,23 +28,27 @@
"@dhis2-ui/css": "9.10.1",
"@dhis2/ui-constants": "9.10.1",
"@fontsource/roboto": "^4.5.0",
- "@storybook/addon-a11y": "^6.3.7",
- "@storybook/addon-console": "^1.2.3",
- "@storybook/addon-essentials": "^6.3.7",
- "@storybook/addon-storysource": "^6.3.7",
- "@storybook/addons": "^6.3.7",
- "@storybook/channels": "^6.3.7",
- "@storybook/components": "^6.3.7",
- "@storybook/core-events": "^6.3.8",
- "@storybook/node-logger": "^6.3.7",
- "@storybook/preset-create-react-app": "^3.2.0",
- "@storybook/react": "^6.3.7",
- "@storybook/theming": "^6.3.7",
+ "@storybook/addon-a11y": "^8.0.6",
+ "@storybook/addon-console": "^3.0.0",
+ "@storybook/addon-essentials": "^8.0.6",
+ "@storybook/addon-storysource": "^8.0.6",
+ "@storybook/addons": "^7.6.17",
+ "@storybook/channels": "^8.0.6",
+ "@storybook/components": "^8.0.6",
+ "@storybook/core-events": "^8.0.6",
+ "@storybook/node-logger": "^8.0.6",
+ "@storybook/preset-create-react-app": "^8.0.6",
+ "@storybook/react": "^8.0.6",
+ "@storybook/theming": "^8.0.6",
"storybook-addon-jsx": "^7.3.14"
},
"devDependencies": {
+ "@storybook/react-webpack5": "^8.0.6",
+ "crypto-browserify": "^3.12.0",
"react": "16.13",
"react-dom": "16.13",
+ "storybook": "^8.0.6",
+ "stream-browserify": "^3.0.0",
"styled-jsx": "^4.0.1"
}
}
diff --git a/storybook/src/babel-config.js b/storybook/src/babel-config.js
index a593b896d1..0bd5d218ab 100644
--- a/storybook/src/babel-config.js
+++ b/storybook/src/babel-config.js
@@ -14,8 +14,15 @@ exports.babelConfig = (config) => {
// with the storybook babel configuration.
const merged = {
...config,
- presets: [...custom.presets],
- plugins: [...custom.plugins, ...custom.env[mode].plugins],
+ presets: custom.presets,
+ plugins: [...custom.plugins, ...custom.env[mode].plugins].map(plugin => {
+ if (plugin instanceof Array) {
+ return [plugin[0], { ...plugin[1], loose: true }]
+ }
+
+ return [plugin, { loose: true }]
+ }),
}
+
return merged
}
diff --git a/storybook/src/load-stories.js b/storybook/src/load-stories.js
index 92c4323778..177593dbe5 100644
--- a/storybook/src/load-stories.js
+++ b/storybook/src/load-stories.js
@@ -71,19 +71,16 @@ exports.loadStories = () => {
console.info(
`custom => Loading ${isTesting ? 'testing' : 'all'} stories`
)
- return isTesting
- ? [
- `${COLLECTIONS_DIR}/*/src/**/*.stories.e2e.@(js|jsx)`,
- `${COMPONENTS_DIR}/*/src/**/*.stories.e2e.@(js|jsx)`,
- `${ICONS_DIR}/src/**/*.stories.e2e.@(js|jsx)`,
- `${CONSTANTS_DIR}/src/**/*.stories.e2e.@(js|jsx)`,
- ]
- : [
- `${COLLECTIONS_DIR}/*/src/**/*.stories.@(js|jsx|mdx)`,
- `${COMPONENTS_DIR}/*/src/**/*.stories.@(js|jsx|mdx)`,
- `${ICONS_DIR}/src/**/*.stories.@(js|jsx|mdx)`,
- `${CONSTANTS_DIR}/src/**/*.stories.@(js|jsx|mdx)`,
- ]
+
+ const fileTypeExtension = '@(js|jsx|mdx)'
+ const fileExtension = `${isTesting ? 'e3e.stories' : 'stories'}`
+
+ return [
+ `${COLLECTIONS_DIR}/*/src/**/*${fileExtension}.${fileTypeExtension}`,
+ `${COMPONENTS_DIR}/*/src/**/*${fileExtension}.${fileTypeExtension}`,
+ `${ICONS_DIR}/src/**/*${fileExtension}.${fileTypeExtension}`,
+ `${CONSTANTS_DIR}/src/**/*${fileExtension}.${fileTypeExtension}`,
+ ]
}
}
}
diff --git a/storybook/src/webpack-config.js b/storybook/src/webpack-config.js
index 76f9736d1c..d27547bbc2 100644
--- a/storybook/src/webpack-config.js
+++ b/storybook/src/webpack-config.js
@@ -18,7 +18,7 @@ const { uiPackages } = require('./ui-packages.js')
*/
function modify_internal_package_loaders(cfg) {
// Find the rules that configure the webpack loaders
- const loaderRules = cfg.module.rules.find((rule) => 'oneOf' in rule).oneOf
+ const loaderRules = cfg.module.rules.find((rule) => 'oneOf' in rule)?.oneOf || []
// Filter only the rules that have a regex under the test property
const regexLoaders = loaderRules.filter(
@@ -149,5 +149,11 @@ exports.webpackConfig = async (config) => {
modify_internal_package_resolutions(config)
modify_webpack_plugins(config)
+ config.resolve.fallback = {
+ ...config.resolve.fallback,
+ crypto: require.resolve('crypto-browserify'),
+ stream: require.resolve('stream-browserify'),
+ }
+
return config
}
diff --git a/yarn.lock b/yarn.lock
index 83708ea0ec..be82b90ded 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -2,149 +2,192 @@
# yarn lockfile v1
-"@algolia/autocomplete-core@1.5.2":
- version "1.5.2"
- resolved "https://registry.yarnpkg.com/@algolia/autocomplete-core/-/autocomplete-core-1.5.2.tgz#ec0178e07b44fd74a057728ac157291b26cecf37"
- integrity sha512-DY0bhyczFSS1b/CqJlTE/nQRtnTAHl6IemIkBy0nEWnhDzRDdtdx4p5Uuk3vwAFxwEEgi1WqKwgSSMx6DpNL4A==
+"@adobe/css-tools@^4.0.1":
+ version "4.3.3"
+ resolved "https://registry.yarnpkg.com/@adobe/css-tools/-/css-tools-4.3.3.tgz#90749bde8b89cd41764224f5aac29cd4138f75ff"
+ integrity sha512-rE0Pygv0sEZ4vBWHlAgJLGDU7Pm8xoO6p3wsEceb7GYAjScrOHpEo8KK/eVkAcnSM+slAEtXjA2JpdjLp4fJQQ==
+
+"@algolia/autocomplete-core@1.9.3":
+ version "1.9.3"
+ resolved "https://registry.yarnpkg.com/@algolia/autocomplete-core/-/autocomplete-core-1.9.3.tgz#1d56482a768c33aae0868c8533049e02e8961be7"
+ integrity sha512-009HdfugtGCdC4JdXUbVJClA0q0zh24yyePn+KUGk3rP7j8FEe/m5Yo/z65gn6nP/cM39PxpzqKrL7A6fP6PPw==
dependencies:
- "@algolia/autocomplete-shared" "1.5.2"
+ "@algolia/autocomplete-plugin-algolia-insights" "1.9.3"
+ "@algolia/autocomplete-shared" "1.9.3"
-"@algolia/autocomplete-preset-algolia@1.5.2":
- version "1.5.2"
- resolved "https://registry.yarnpkg.com/@algolia/autocomplete-preset-algolia/-/autocomplete-preset-algolia-1.5.2.tgz#36c5638cc6dba6ea46a86e5a0314637ca40a77ca"
- integrity sha512-3MRYnYQFJyovANzSX2CToS6/5cfVjbLLqFsZTKcvF3abhQzxbqwwaMBlJtt620uBUOeMzhdfasKhCc40+RHiZw==
+"@algolia/autocomplete-plugin-algolia-insights@1.9.3":
+ version "1.9.3"
+ resolved "https://registry.yarnpkg.com/@algolia/autocomplete-plugin-algolia-insights/-/autocomplete-plugin-algolia-insights-1.9.3.tgz#9b7f8641052c8ead6d66c1623d444cbe19dde587"
+ integrity sha512-a/yTUkcO/Vyy+JffmAnTWbr4/90cLzw+CC3bRbhnULr/EM0fGNvM13oQQ14f2moLMcVDyAx/leczLlAOovhSZg==
dependencies:
- "@algolia/autocomplete-shared" "1.5.2"
+ "@algolia/autocomplete-shared" "1.9.3"
-"@algolia/autocomplete-shared@1.5.2":
- version "1.5.2"
- resolved "https://registry.yarnpkg.com/@algolia/autocomplete-shared/-/autocomplete-shared-1.5.2.tgz#e157f9ad624ab8fd940ff28bd2094cdf199cdd79"
- integrity sha512-ylQAYv5H0YKMfHgVWX0j0NmL8XBcAeeeVQUmppnnMtzDbDnca6CzhKj3Q8eF9cHCgcdTDdb5K+3aKyGWA0obug==
+"@algolia/autocomplete-preset-algolia@1.9.3":
+ version "1.9.3"
+ resolved "https://registry.yarnpkg.com/@algolia/autocomplete-preset-algolia/-/autocomplete-preset-algolia-1.9.3.tgz#64cca4a4304cfcad2cf730e83067e0c1b2f485da"
+ integrity sha512-d4qlt6YmrLMYy95n5TB52wtNDr6EgAIPH81dvvvW8UmuWRgxEtY0NJiPwl/h95JtG2vmRM804M0DSwMCNZlzRA==
+ dependencies:
+ "@algolia/autocomplete-shared" "1.9.3"
+
+"@algolia/autocomplete-shared@1.9.3":
+ version "1.9.3"
+ resolved "https://registry.yarnpkg.com/@algolia/autocomplete-shared/-/autocomplete-shared-1.9.3.tgz#2e22e830d36f0a9cf2c0ccd3c7f6d59435b77dfa"
+ integrity sha512-Wnm9E4Ye6Rl6sTTqjoymD+l8DjSTHsHboVRYrKgEt8Q7UHm9nYbqhN/i0fhUYA3OAEH7WA8x3jfpnmJm3rKvaQ==
-"@algolia/cache-browser-local-storage@4.12.1":
- version "4.12.1"
- resolved "https://registry.yarnpkg.com/@algolia/cache-browser-local-storage/-/cache-browser-local-storage-4.12.1.tgz#23f4f219963b96918d0524acd09d4d646541d888"
- integrity sha512-ERFFOnC9740xAkuO0iZTQqm2AzU7Dpz/s+g7o48GlZgx5p9GgNcsuK5eS0GoW/tAK+fnKlizCtlFHNuIWuvfsg==
+"@algolia/cache-browser-local-storage@4.23.3":
+ version "4.23.3"
+ resolved "https://registry.yarnpkg.com/@algolia/cache-browser-local-storage/-/cache-browser-local-storage-4.23.3.tgz#0cc26b96085e1115dac5fcb9d826651ba57faabc"
+ integrity sha512-vRHXYCpPlTDE7i6UOy2xE03zHF2C8MEFjPN2v7fRbqVpcOvAUQK81x3Kc21xyb5aSIpYCjWCZbYZuz8Glyzyyg==
dependencies:
- "@algolia/cache-common" "4.12.1"
+ "@algolia/cache-common" "4.23.3"
-"@algolia/cache-common@4.12.1":
- version "4.12.1"
- resolved "https://registry.yarnpkg.com/@algolia/cache-common/-/cache-common-4.12.1.tgz#d3f1676ca9c404adce0f78d68f6381bedb44cd9c"
- integrity sha512-UugTER3V40jT+e19Dmph5PKMeliYKxycNPwrPNADin0RcWNfT2QksK9Ff2N2W7UKraqMOzoeDb4LAJtxcK1a8Q==
+"@algolia/cache-common@4.23.3":
+ version "4.23.3"
+ resolved "https://registry.yarnpkg.com/@algolia/cache-common/-/cache-common-4.23.3.tgz#3bec79092d512a96c9bfbdeec7cff4ad36367166"
+ integrity sha512-h9XcNI6lxYStaw32pHpB1TMm0RuxphF+Ik4o7tcQiodEdpKK+wKufY6QXtba7t3k8eseirEMVB83uFFF3Nu54A==
-"@algolia/cache-in-memory@4.12.1":
- version "4.12.1"
- resolved "https://registry.yarnpkg.com/@algolia/cache-in-memory/-/cache-in-memory-4.12.1.tgz#0ef6aac2f8feab5b46fc130beb682bbd21b55244"
- integrity sha512-U6iaunaxK1lHsAf02UWF58foKFEcrVLsHwN56UkCtwn32nlP9rz52WOcHsgk6TJrL8NDcO5swMjtOQ5XHESFLw==
+"@algolia/cache-in-memory@4.23.3":
+ version "4.23.3"
+ resolved "https://registry.yarnpkg.com/@algolia/cache-in-memory/-/cache-in-memory-4.23.3.tgz#3945f87cd21ffa2bec23890c85305b6b11192423"
+ integrity sha512-yvpbuUXg/+0rbcagxNT7un0eo3czx2Uf0y4eiR4z4SD7SiptwYTpbuS0IHxcLHG3lq22ukx1T6Kjtk/rT+mqNg==
dependencies:
- "@algolia/cache-common" "4.12.1"
+ "@algolia/cache-common" "4.23.3"
-"@algolia/client-account@4.12.1":
- version "4.12.1"
- resolved "https://registry.yarnpkg.com/@algolia/client-account/-/client-account-4.12.1.tgz#e838c9283db2fab32a425dd13c77da321d48fd8b"
- integrity sha512-jGo4ConJNoMdTCR2zouO0jO/JcJmzOK6crFxMMLvdnB1JhmMbuIKluOTJVlBWeivnmcsqb7r0v7qTCPW5PAyxQ==
+"@algolia/client-account@4.23.3":
+ version "4.23.3"
+ resolved "https://registry.yarnpkg.com/@algolia/client-account/-/client-account-4.23.3.tgz#8751bbf636e6741c95e7c778488dee3ee430ac6f"
+ integrity sha512-hpa6S5d7iQmretHHF40QGq6hz0anWEHGlULcTIT9tbUssWUriN9AUXIFQ8Ei4w9azD0hc1rUok9/DeQQobhQMA==
dependencies:
- "@algolia/client-common" "4.12.1"
- "@algolia/client-search" "4.12.1"
- "@algolia/transporter" "4.12.1"
+ "@algolia/client-common" "4.23.3"
+ "@algolia/client-search" "4.23.3"
+ "@algolia/transporter" "4.23.3"
-"@algolia/client-analytics@4.12.1":
- version "4.12.1"
- resolved "https://registry.yarnpkg.com/@algolia/client-analytics/-/client-analytics-4.12.1.tgz#2976d658655a1590cf84cfb596aa75a204f6dec4"
- integrity sha512-h1It7KXzIthlhuhfBk7LteYq72tym9maQDUsyRW0Gft8b6ZQahnRak9gcCvKwhcJ1vJoP7T7JrNYGiYSicTD9g==
+"@algolia/client-analytics@4.23.3":
+ version "4.23.3"
+ resolved "https://registry.yarnpkg.com/@algolia/client-analytics/-/client-analytics-4.23.3.tgz#f88710885278fe6fb6964384af59004a5a6f161d"
+ integrity sha512-LBsEARGS9cj8VkTAVEZphjxTjMVCci+zIIiRhpFun9jGDUlS1XmhCW7CTrnaWeIuCQS/2iPyRqSy1nXPjcBLRA==
dependencies:
- "@algolia/client-common" "4.12.1"
- "@algolia/client-search" "4.12.1"
- "@algolia/requester-common" "4.12.1"
- "@algolia/transporter" "4.12.1"
+ "@algolia/client-common" "4.23.3"
+ "@algolia/client-search" "4.23.3"
+ "@algolia/requester-common" "4.23.3"
+ "@algolia/transporter" "4.23.3"
-"@algolia/client-common@4.12.1":
- version "4.12.1"
- resolved "https://registry.yarnpkg.com/@algolia/client-common/-/client-common-4.12.1.tgz#104ccefe96bda3ff926bc70c31ff6d17c41b6107"
- integrity sha512-obnJ8eSbv+h94Grk83DTGQ3bqhViSWureV6oK1s21/KMGWbb3DkduHm+lcwFrMFkjSUSzosLBHV9EQUIBvueTw==
+"@algolia/client-common@4.23.3":
+ version "4.23.3"
+ resolved "https://registry.yarnpkg.com/@algolia/client-common/-/client-common-4.23.3.tgz#891116aa0db75055a7ecc107649f7f0965774704"
+ integrity sha512-l6EiPxdAlg8CYhroqS5ybfIczsGUIAC47slLPOMDeKSVXYG1n0qGiz4RjAHLw2aD0xzh2EXZ7aRguPfz7UKDKw==
dependencies:
- "@algolia/requester-common" "4.12.1"
- "@algolia/transporter" "4.12.1"
+ "@algolia/requester-common" "4.23.3"
+ "@algolia/transporter" "4.23.3"
-"@algolia/client-personalization@4.12.1":
- version "4.12.1"
- resolved "https://registry.yarnpkg.com/@algolia/client-personalization/-/client-personalization-4.12.1.tgz#f63d1890f95de850e1c8e41c1d57adda521d9e7f"
- integrity sha512-sMSnjjPjRgByGHYygV+5L/E8a6RgU7l2GbpJukSzJ9GRY37tHmBHuvahv8JjdCGJ2p7QDYLnQy5bN5Z02qjc7Q==
+"@algolia/client-personalization@4.23.3":
+ version "4.23.3"
+ resolved "https://registry.yarnpkg.com/@algolia/client-personalization/-/client-personalization-4.23.3.tgz#35fa8e5699b0295fbc400a8eb211dc711e5909db"
+ integrity sha512-3E3yF3Ocr1tB/xOZiuC3doHQBQ2zu2MPTYZ0d4lpfWads2WTKG7ZzmGnsHmm63RflvDeLK/UVx7j2b3QuwKQ2g==
dependencies:
- "@algolia/client-common" "4.12.1"
- "@algolia/requester-common" "4.12.1"
- "@algolia/transporter" "4.12.1"
+ "@algolia/client-common" "4.23.3"
+ "@algolia/requester-common" "4.23.3"
+ "@algolia/transporter" "4.23.3"
-"@algolia/client-search@4.12.1":
- version "4.12.1"
- resolved "https://registry.yarnpkg.com/@algolia/client-search/-/client-search-4.12.1.tgz#fcd7a974be5d39d5c336d7f2e89577ffa66aefdd"
- integrity sha512-MwwKKprfY6X2nJ5Ki/ccXM2GDEePvVjZnnoOB2io3dLKW4fTqeSRlC5DRXeFD7UM0vOPPHr4ItV2aj19APKNVQ==
+"@algolia/client-search@4.23.3":
+ version "4.23.3"
+ resolved "https://registry.yarnpkg.com/@algolia/client-search/-/client-search-4.23.3.tgz#a3486e6af13a231ec4ab43a915a1f318787b937f"
+ integrity sha512-P4VAKFHqU0wx9O+q29Q8YVuaowaZ5EM77rxfmGnkHUJggh28useXQdopokgwMeYw2XUht49WX5RcTQ40rZIabw==
dependencies:
- "@algolia/client-common" "4.12.1"
- "@algolia/requester-common" "4.12.1"
- "@algolia/transporter" "4.12.1"
+ "@algolia/client-common" "4.23.3"
+ "@algolia/requester-common" "4.23.3"
+ "@algolia/transporter" "4.23.3"
"@algolia/events@^4.0.1":
version "4.0.1"
resolved "https://registry.yarnpkg.com/@algolia/events/-/events-4.0.1.tgz#fd39e7477e7bc703d7f893b556f676c032af3950"
integrity sha512-FQzvOCgoFXAbf5Y6mYozw2aj5KCJoA3m4heImceldzPSMbdyS4atVjJzXKMsfX3wnZTFYwkkt8/z8UesLHlSBQ==
-"@algolia/logger-common@4.12.1":
- version "4.12.1"
- resolved "https://registry.yarnpkg.com/@algolia/logger-common/-/logger-common-4.12.1.tgz#d6501b4d9d242956257ba8e10f6b4bbf6863baa4"
- integrity sha512-fCgrzlXGATNqdFTxwx0GsyPXK+Uqrx1SZ3iuY2VGPPqdt1a20clAG2n2OcLHJpvaa6vMFPlJyWvbqAgzxdxBlQ==
-
-"@algolia/logger-console@4.12.1":
- version "4.12.1"
- resolved "https://registry.yarnpkg.com/@algolia/logger-console/-/logger-console-4.12.1.tgz#841edd39dd5c5530a69fc66084bfee3254dd0807"
- integrity sha512-0owaEnq/davngQMYqxLA4KrhWHiXujQ1CU3FFnyUcMyBR7rGHI48zSOUpqnsAXrMBdSH6rH5BDkSUUFwsh8RkQ==
- dependencies:
- "@algolia/logger-common" "4.12.1"
-
-"@algolia/requester-browser-xhr@4.12.1":
- version "4.12.1"
- resolved "https://registry.yarnpkg.com/@algolia/requester-browser-xhr/-/requester-browser-xhr-4.12.1.tgz#2d0c18ee188d7cae0e4a930e5e89989e3c4a816b"
- integrity sha512-OaMxDyG0TZG0oqz1lQh9e3woantAG1bLnuwq3fmypsrQxra4IQZiyn1x+kEb69D2TcXApI5gOgrD4oWhtEVMtw==
- dependencies:
- "@algolia/requester-common" "4.12.1"
-
-"@algolia/requester-common@4.12.1":
- version "4.12.1"
- resolved "https://registry.yarnpkg.com/@algolia/requester-common/-/requester-common-4.12.1.tgz#95bb6539da7199da3e205341cea8f27267f7af29"
- integrity sha512-XWIrWQNJ1vIrSuL/bUk3ZwNMNxl+aWz6dNboRW6+lGTcMIwc3NBFE90ogbZKhNrFRff8zI4qCF15tjW+Fyhpow==
-
-"@algolia/requester-node-http@4.12.1":
- version "4.12.1"
- resolved "https://registry.yarnpkg.com/@algolia/requester-node-http/-/requester-node-http-4.12.1.tgz#c9df97ff1daa7e58c5c2b1f28cf7163005edccb0"
- integrity sha512-awBtwaD+s0hxkA1aehYn8F0t9wqGoBVWgY4JPHBmp1ChO3pK7RKnnvnv7QQa9vTlllX29oPt/BBVgMo1Z3n1Qg==
- dependencies:
- "@algolia/requester-common" "4.12.1"
+"@algolia/logger-common@4.23.3":
+ version "4.23.3"
+ resolved "https://registry.yarnpkg.com/@algolia/logger-common/-/logger-common-4.23.3.tgz#35c6d833cbf41e853a4f36ba37c6e5864920bfe9"
+ integrity sha512-y9kBtmJwiZ9ZZ+1Ek66P0M68mHQzKRxkW5kAAXYN/rdzgDN0d2COsViEFufxJ0pb45K4FRcfC7+33YB4BLrZ+g==
+
+"@algolia/logger-console@4.23.3":
+ version "4.23.3"
+ resolved "https://registry.yarnpkg.com/@algolia/logger-console/-/logger-console-4.23.3.tgz#30f916781826c4db5f51fcd9a8a264a06e136985"
+ integrity sha512-8xoiseoWDKuCVnWP8jHthgaeobDLolh00KJAdMe9XPrWPuf1by732jSpgy2BlsLTaT9m32pHI8CRfrOqQzHv3A==
+ dependencies:
+ "@algolia/logger-common" "4.23.3"
+
+"@algolia/recommend@4.23.3":
+ version "4.23.3"
+ resolved "https://registry.yarnpkg.com/@algolia/recommend/-/recommend-4.23.3.tgz#53d4f194d22d9c72dc05f3f7514c5878f87c5890"
+ integrity sha512-9fK4nXZF0bFkdcLBRDexsnGzVmu4TSYZqxdpgBW2tEyfuSSY54D4qSRkLmNkrrz4YFvdh2GM1gA8vSsnZPR73w==
+ dependencies:
+ "@algolia/cache-browser-local-storage" "4.23.3"
+ "@algolia/cache-common" "4.23.3"
+ "@algolia/cache-in-memory" "4.23.3"
+ "@algolia/client-common" "4.23.3"
+ "@algolia/client-search" "4.23.3"
+ "@algolia/logger-common" "4.23.3"
+ "@algolia/logger-console" "4.23.3"
+ "@algolia/requester-browser-xhr" "4.23.3"
+ "@algolia/requester-common" "4.23.3"
+ "@algolia/requester-node-http" "4.23.3"
+ "@algolia/transporter" "4.23.3"
+
+"@algolia/requester-browser-xhr@4.23.3":
+ version "4.23.3"
+ resolved "https://registry.yarnpkg.com/@algolia/requester-browser-xhr/-/requester-browser-xhr-4.23.3.tgz#9e47e76f60d540acc8b27b4ebc7a80d1b41938b9"
+ integrity sha512-jDWGIQ96BhXbmONAQsasIpTYWslyjkiGu0Quydjlowe+ciqySpiDUrJHERIRfELE5+wFc7hc1Q5hqjGoV7yghw==
+ dependencies:
+ "@algolia/requester-common" "4.23.3"
+
+"@algolia/requester-common@4.23.3":
+ version "4.23.3"
+ resolved "https://registry.yarnpkg.com/@algolia/requester-common/-/requester-common-4.23.3.tgz#7dbae896e41adfaaf1d1fa5f317f83a99afb04b3"
+ integrity sha512-xloIdr/bedtYEGcXCiF2muajyvRhwop4cMZo+K2qzNht0CMzlRkm8YsDdj5IaBhshqfgmBb3rTg4sL4/PpvLYw==
+
+"@algolia/requester-node-http@4.23.3":
+ version "4.23.3"
+ resolved "https://registry.yarnpkg.com/@algolia/requester-node-http/-/requester-node-http-4.23.3.tgz#c9f94a5cb96a15f48cea338ab6ef16bbd0ff989f"
+ integrity sha512-zgu++8Uj03IWDEJM3fuNl34s746JnZOWn1Uz5taV1dFyJhVM/kTNw9Ik7YJWiUNHJQXcaD8IXD1eCb0nq/aByA==
+ dependencies:
+ "@algolia/requester-common" "4.23.3"
+
+"@algolia/transporter@4.23.3":
+ version "4.23.3"
+ resolved "https://registry.yarnpkg.com/@algolia/transporter/-/transporter-4.23.3.tgz#545b045b67db3850ddf0bbecbc6c84ff1f3398b7"
+ integrity sha512-Wjl5gttqnf/gQKJA+dafnD0Y6Yw97yvfY8R9h0dQltX1GXTgNs1zWgvtWW0tHl1EgMdhAyw189uWiZMnL3QebQ==
+ dependencies:
+ "@algolia/cache-common" "4.23.3"
+ "@algolia/logger-common" "4.23.3"
+ "@algolia/requester-common" "4.23.3"
+
+"@alloc/quick-lru@^5.2.0":
+ version "5.2.0"
+ resolved "https://registry.yarnpkg.com/@alloc/quick-lru/-/quick-lru-5.2.0.tgz#7bf68b20c0a350f936915fcae06f58e32007ce30"
+ integrity sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==
-"@algolia/transporter@4.12.1":
- version "4.12.1"
- resolved "https://registry.yarnpkg.com/@algolia/transporter/-/transporter-4.12.1.tgz#61b9829916c474f42e2d4a6eada0d6c138379945"
- integrity sha512-BGeNgdEHc6dXIk2g8kdlOoQ6fQ6OIaKQcplEj7HPoi+XZUeAvRi3Pff3QWd7YmybWkjzd9AnTzieTASDWhL+sQ==
+"@ampproject/remapping@^2.2.0":
+ version "2.3.0"
+ resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.3.0.tgz#ed441b6fa600072520ce18b43d2c8cc8caecc7f4"
+ integrity sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==
dependencies:
- "@algolia/cache-common" "4.12.1"
- "@algolia/logger-common" "4.12.1"
- "@algolia/requester-common" "4.12.1"
+ "@jridgewell/gen-mapping" "^0.3.5"
+ "@jridgewell/trace-mapping" "^0.3.24"
-"@ampproject/remapping@^2.1.0":
- version "2.1.2"
- resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.1.2.tgz#4edca94973ded9630d20101cd8559cedb8d8bd34"
- integrity sha512-hoyByceqwKirw7w3Z7gnIIZC3Wx3J484Y3L/cMpXFbr7d9ZQj2mODrirNzcJa+SM3UlpWXYvKV4RlRpFXlWgXg==
+"@apideck/better-ajv-errors@^0.3.1":
+ version "0.3.6"
+ resolved "https://registry.yarnpkg.com/@apideck/better-ajv-errors/-/better-ajv-errors-0.3.6.tgz#957d4c28e886a64a8141f7522783be65733ff097"
+ integrity sha512-P+ZygBLZtkp0qqOAJJVX4oX/sFo5JR3eBWwwuqHHhK0GIgQOKWrAfiAaWX0aArHkRWHMuggFEgAZNxVPwPZYaA==
dependencies:
- "@jridgewell/trace-mapping" "^0.3.0"
+ json-schema "^0.4.0"
+ jsonpointer "^5.0.0"
+ leven "^3.1.0"
-"@apideck/better-ajv-errors@^0.2.4":
- version "0.2.5"
- resolved "https://registry.yarnpkg.com/@apideck/better-ajv-errors/-/better-ajv-errors-0.2.5.tgz#b9c0092b7f7f23c356a0a31600334f7b8958458b"
- integrity sha512-Pm1fAqCT8OEfBVLddU3fWZ/URWpGGhkvlsBIgn9Y2jJlcNumo0gNzPsQswDJTiA8HcKpCjOhWQOgkA9kXR4Ghg==
+"@aw-web-design/x-default-browser@1.4.126":
+ version "1.4.126"
+ resolved "https://registry.yarnpkg.com/@aw-web-design/x-default-browser/-/x-default-browser-1.4.126.tgz#43e4bd8f0314ed907a8718d7e862a203af79bc16"
+ integrity sha512-Xk1sIhyNC/esHGGVjL/niHLowM0csl/kFO5uawBy4IrWwy0o1G8LGt3jP6nmWGz+USxeeqbihAmp/oVZju6wug==
dependencies:
- json-schema "^0.3.0"
- jsonpointer "^4.1.0"
- leven "^3.1.0"
+ default-browser-id "3.0.0"
"@babel/code-frame@7.10.4":
version "7.10.4"
@@ -167,17 +210,18 @@
dependencies:
"@babel/highlight" "^7.8.3"
-"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.16.0", "@babel/code-frame@^7.16.7", "@babel/code-frame@^7.5.5", "@babel/code-frame@^7.8.3":
- version "7.16.7"
- resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.16.7.tgz#44416b6bd7624b998f5b1af5d470856c40138789"
- integrity sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg==
+"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.16.0", "@babel/code-frame@^7.16.7", "@babel/code-frame@^7.23.5", "@babel/code-frame@^7.24.1", "@babel/code-frame@^7.24.2", "@babel/code-frame@^7.5.5", "@babel/code-frame@^7.8.3":
+ version "7.24.2"
+ resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.24.2.tgz#718b4b19841809a58b29b68cde80bc5e1aa6d9ae"
+ integrity sha512-y5+tLQyV8pg3fsiln67BVLD1P13Eg4lh5RW9mF0zUuvLrv9uIQ4MCL+CRT+FTsBlBjcIan6PGsLcBN0m3ClUyQ==
dependencies:
- "@babel/highlight" "^7.16.7"
+ "@babel/highlight" "^7.24.2"
+ picocolors "^1.0.0"
-"@babel/compat-data@^7.12.1", "@babel/compat-data@^7.13.11", "@babel/compat-data@^7.16.4", "@babel/compat-data@^7.16.8":
- version "7.16.8"
- resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.16.8.tgz#31560f9f29fdf1868de8cb55049538a1b9732a60"
- integrity sha512-m7OkX0IdKLKPpBlJtF561YJal5y/jyI5fNfWbPxh2D/nbzzGI4qRyrD8xO2jB24u7l+5I2a43scCG2IrfjC50Q==
+"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.23.5", "@babel/compat-data@^7.24.4":
+ version "7.24.4"
+ resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.4.tgz#6f102372e9094f25d908ca0d34fc74c74606059a"
+ integrity sha512-vg8Gih2MLK+kOkHJp4gBEIkyaIi00jgWot2D9QOmmfLC8jINSOzmCLta6Bvz/JSBCqnegV0L80jhxkol5GWNfQ==
"@babel/core@7.12.3":
version "7.12.3"
@@ -223,419 +267,318 @@
semver "^5.4.1"
source-map "^0.5.0"
-"@babel/core@^7.1.0", "@babel/core@^7.1.6", "@babel/core@^7.11.1", "@babel/core@^7.12.10", "@babel/core@^7.12.3", "@babel/core@^7.15.5", "@babel/core@^7.17.5", "@babel/core@^7.6.2", "@babel/core@^7.7.2", "@babel/core@^7.7.5", "@babel/core@^7.8.4":
- version "7.17.5"
- resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.5.tgz#6cd2e836058c28f06a4ca8ee7ed955bbf37c8225"
- integrity sha512-/BBMw4EvjmyquN5O+t5eh0+YqB3XXJkYD2cjKpYtWOfFy4lQ4UozNSmxAcWT8r2XtZs0ewG+zrfsqeR15i1ajA==
- dependencies:
- "@ampproject/remapping" "^2.1.0"
- "@babel/code-frame" "^7.16.7"
- "@babel/generator" "^7.17.3"
- "@babel/helper-compilation-targets" "^7.16.7"
- "@babel/helper-module-transforms" "^7.16.7"
- "@babel/helpers" "^7.17.2"
- "@babel/parser" "^7.17.3"
- "@babel/template" "^7.16.7"
- "@babel/traverse" "^7.17.3"
- "@babel/types" "^7.17.0"
- convert-source-map "^1.7.0"
+"@babel/core@^7.1.0", "@babel/core@^7.1.6", "@babel/core@^7.11.1", "@babel/core@^7.12.3", "@babel/core@^7.16.0", "@babel/core@^7.18.6", "@babel/core@^7.18.9", "@babel/core@^7.19.6", "@babel/core@^7.23.0", "@babel/core@^7.23.2", "@babel/core@^7.23.9", "@babel/core@^7.6.2", "@babel/core@^7.7.2", "@babel/core@^7.7.5", "@babel/core@^7.8.0", "@babel/core@^7.8.4":
+ version "7.24.4"
+ resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.4.tgz#1f758428e88e0d8c563874741bc4ffc4f71a4717"
+ integrity sha512-MBVlMXP+kkl5394RBLSxxk/iLTeVGuXTV3cIDXavPpMMqnSnt6apKgan/U8O3USWZCWZT/TbgfEpKa4uMgN4Dg==
+ dependencies:
+ "@ampproject/remapping" "^2.2.0"
+ "@babel/code-frame" "^7.24.2"
+ "@babel/generator" "^7.24.4"
+ "@babel/helper-compilation-targets" "^7.23.6"
+ "@babel/helper-module-transforms" "^7.23.3"
+ "@babel/helpers" "^7.24.4"
+ "@babel/parser" "^7.24.4"
+ "@babel/template" "^7.24.0"
+ "@babel/traverse" "^7.24.1"
+ "@babel/types" "^7.24.0"
+ convert-source-map "^2.0.0"
debug "^4.1.0"
gensync "^1.0.0-beta.2"
- json5 "^2.1.2"
- semver "^6.3.0"
-
-"@babel/generator@^7.12.1", "@babel/generator@^7.12.11", "@babel/generator@^7.12.5", "@babel/generator@^7.17.3", "@babel/generator@^7.7.2":
- version "7.17.3"
- resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.17.3.tgz#a2c30b0c4f89858cb87050c3ffdfd36bdf443200"
- integrity sha512-+R6Dctil/MgUsZsZAkYgK+ADNSZzJRRy0TvY65T71z/CR854xHQ1EweBYXdfT+HNeN7w0cSJJEzgxZMv40pxsg==
- dependencies:
- "@babel/types" "^7.17.0"
- jsesc "^2.5.1"
- source-map "^0.5.0"
-
-"@babel/helper-annotate-as-pure@^7.16.7":
- version "7.16.7"
- resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.7.tgz#bb2339a7534a9c128e3102024c60760a3a7f3862"
- integrity sha512-s6t2w/IPQVTAET1HitoowRGXooX8mCgtuP5195wD/QJPV6wYjpujCGF7JuMODVX2ZAJOf1GT6DT9MHEZvLOFSw==
- dependencies:
- "@babel/types" "^7.16.7"
+ json5 "^2.2.3"
+ semver "^6.3.1"
-"@babel/helper-builder-binary-assignment-operator-visitor@^7.16.7":
- version "7.16.7"
- resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.16.7.tgz#38d138561ea207f0f69eb1626a418e4f7e6a580b"
- integrity sha512-C6FdbRaxYjwVu/geKW4ZeQ0Q31AftgRcdSnZ5/jsH6BzCJbtvXvhpfkbkThYSuutZA7nCXpPR6AD9zd1dprMkA==
+"@babel/eslint-parser@^7.16.3":
+ version "7.24.1"
+ resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.24.1.tgz#e27eee93ed1d271637165ef3a86e2b9332395c32"
+ integrity sha512-d5guuzMlPeDfZIbpQ8+g1NaCNuAGBBGNECh0HVqz1sjOeVLh2CEaifuOysCH18URW6R7pqXINvf5PaR/dC6jLQ==
dependencies:
- "@babel/helper-explode-assignable-expression" "^7.16.7"
- "@babel/types" "^7.16.7"
+ "@nicolo-ribaudo/eslint-scope-5-internals" "5.1.1-v1"
+ eslint-visitor-keys "^2.1.0"
+ semver "^6.3.1"
-"@babel/helper-compilation-targets@^7.12.1", "@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.16.7":
- version "7.16.7"
- resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.16.7.tgz#06e66c5f299601e6c7da350049315e83209d551b"
- integrity sha512-mGojBwIWcwGD6rfqgRXVlVYmPAv7eOpIemUG3dGnDdCY4Pae70ROij3XmfrH6Fa1h1aiDylpglbZyktfzyo/hA==
+"@babel/generator@^7.12.1", "@babel/generator@^7.12.11", "@babel/generator@^7.12.5", "@babel/generator@^7.18.7", "@babel/generator@^7.23.0", "@babel/generator@^7.24.1", "@babel/generator@^7.24.4", "@babel/generator@^7.7.2":
+ version "7.24.4"
+ resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.4.tgz#1fc55532b88adf952025d5d2d1e71f946cb1c498"
+ integrity sha512-Xd6+v6SnjWVx/nus+y0l1sxMOTOMBkyL4+BIdbALyatQnAe/SRVjANeDPSCYaX+i1iJmuGSKf3Z+E+V/va1Hvw==
dependencies:
- "@babel/compat-data" "^7.16.4"
- "@babel/helper-validator-option" "^7.16.7"
- browserslist "^4.17.5"
- semver "^6.3.0"
+ "@babel/types" "^7.24.0"
+ "@jridgewell/gen-mapping" "^0.3.5"
+ "@jridgewell/trace-mapping" "^0.3.25"
+ jsesc "^2.5.1"
-"@babel/helper-create-class-features-plugin@^7.12.1", "@babel/helper-create-class-features-plugin@^7.13.11", "@babel/helper-create-class-features-plugin@^7.16.10", "@babel/helper-create-class-features-plugin@^7.16.7":
- version "7.17.6"
- resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.17.6.tgz#3778c1ed09a7f3e65e6d6e0f6fbfcc53809d92c9"
- integrity sha512-SogLLSxXm2OkBbSsHZMM4tUi8fUzjs63AT/d0YQIzr6GSd8Hxsbk2KYDX0k0DweAzGMj/YWeiCsorIdtdcW8Eg==
+"@babel/helper-annotate-as-pure@^7.18.6", "@babel/helper-annotate-as-pure@^7.22.5":
+ version "7.22.5"
+ resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz#e7f06737b197d580a01edf75d97e2c8be99d3882"
+ integrity sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==
dependencies:
- "@babel/helper-annotate-as-pure" "^7.16.7"
- "@babel/helper-environment-visitor" "^7.16.7"
- "@babel/helper-function-name" "^7.16.7"
- "@babel/helper-member-expression-to-functions" "^7.16.7"
- "@babel/helper-optimise-call-expression" "^7.16.7"
- "@babel/helper-replace-supers" "^7.16.7"
- "@babel/helper-split-export-declaration" "^7.16.7"
+ "@babel/types" "^7.22.5"
-"@babel/helper-create-regexp-features-plugin@^7.16.7":
- version "7.16.7"
- resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.16.7.tgz#0cb82b9bac358eb73bfbd73985a776bfa6b14d48"
- integrity sha512-fk5A6ymfp+O5+p2yCkXAu5Kyj6v0xh0RBeNcAkYUMDvvAAoxvSKXn+Jb37t/yWFiQVDFK1ELpUTD8/aLhCPu+g==
+"@babel/helper-builder-binary-assignment-operator-visitor@^7.22.15":
+ version "7.22.15"
+ resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.22.15.tgz#5426b109cf3ad47b91120f8328d8ab1be8b0b956"
+ integrity sha512-QkBXwGgaoC2GtGZRoma6kv7Szfv06khvhFav67ZExau2RaXzy8MpHSMO2PNoP2XtmQphJQRHFfg77Bq731Yizw==
dependencies:
- "@babel/helper-annotate-as-pure" "^7.16.7"
- regexpu-core "^4.7.1"
+ "@babel/types" "^7.22.15"
-"@babel/helper-define-polyfill-provider@^0.1.5":
- version "0.1.5"
- resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.1.5.tgz#3c2f91b7971b9fc11fe779c945c014065dea340e"
- integrity sha512-nXuzCSwlJ/WKr8qxzW816gwyT6VZgiJG17zR40fou70yfAcqjoNyTLl/DQ+FExw5Hx5KNqshmN8Ldl/r2N7cTg==
+"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.23.6":
+ version "7.23.6"
+ resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.23.6.tgz#4d79069b16cbcf1461289eccfbbd81501ae39991"
+ integrity sha512-9JB548GZoQVmzrFgp8o7KxdgkTGm6xs9DW0o/Pim72UDjzr5ObUQ6ZzYPqA+g9OTS2bBQoctLJrky0RDCAWRgQ==
dependencies:
- "@babel/helper-compilation-targets" "^7.13.0"
- "@babel/helper-module-imports" "^7.12.13"
- "@babel/helper-plugin-utils" "^7.13.0"
- "@babel/traverse" "^7.13.0"
- debug "^4.1.1"
- lodash.debounce "^4.0.8"
- resolve "^1.14.2"
- semver "^6.1.2"
-
-"@babel/helper-define-polyfill-provider@^0.3.0", "@babel/helper-define-polyfill-provider@^0.3.1":
- version "0.3.1"
- resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.1.tgz#52411b445bdb2e676869e5a74960d2d3826d2665"
- integrity sha512-J9hGMpJQmtWmj46B3kBHmL38UhJGhYX7eqkcq+2gsstyYt341HmPeWspihX43yVRA0mS+8GGk2Gckc7bY/HCmA==
+ "@babel/compat-data" "^7.23.5"
+ "@babel/helper-validator-option" "^7.23.5"
+ browserslist "^4.22.2"
+ lru-cache "^5.1.1"
+ semver "^6.3.1"
+
+"@babel/helper-create-class-features-plugin@^7.18.6", "@babel/helper-create-class-features-plugin@^7.21.0", "@babel/helper-create-class-features-plugin@^7.24.1", "@babel/helper-create-class-features-plugin@^7.24.4":
+ version "7.24.4"
+ resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.24.4.tgz#c806f73788a6800a5cfbbc04d2df7ee4d927cce3"
+ integrity sha512-lG75yeuUSVu0pIcbhiYMXBXANHrpUPaOfu7ryAzskCgKUHuAxRQI5ssrtmF0X9UXldPlvT0XM/A4F44OXRt6iQ==
+ dependencies:
+ "@babel/helper-annotate-as-pure" "^7.22.5"
+ "@babel/helper-environment-visitor" "^7.22.20"
+ "@babel/helper-function-name" "^7.23.0"
+ "@babel/helper-member-expression-to-functions" "^7.23.0"
+ "@babel/helper-optimise-call-expression" "^7.22.5"
+ "@babel/helper-replace-supers" "^7.24.1"
+ "@babel/helper-skip-transparent-expression-wrappers" "^7.22.5"
+ "@babel/helper-split-export-declaration" "^7.22.6"
+ semver "^6.3.1"
+
+"@babel/helper-create-regexp-features-plugin@^7.18.6", "@babel/helper-create-regexp-features-plugin@^7.22.15", "@babel/helper-create-regexp-features-plugin@^7.22.5":
+ version "7.22.15"
+ resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.22.15.tgz#5ee90093914ea09639b01c711db0d6775e558be1"
+ integrity sha512-29FkPLFjn4TPEa3RE7GpW+qbE8tlsu3jntNYNfcGsc49LphF1PQIiD+vMZ1z1xVOKt+93khA9tc2JBs3kBjA7w==
+ dependencies:
+ "@babel/helper-annotate-as-pure" "^7.22.5"
+ regexpu-core "^5.3.1"
+ semver "^6.3.1"
+
+"@babel/helper-define-polyfill-provider@^0.6.1", "@babel/helper-define-polyfill-provider@^0.6.2":
+ version "0.6.2"
+ resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.2.tgz#18594f789c3594acb24cfdb4a7f7b7d2e8bd912d"
+ integrity sha512-LV76g+C502biUK6AyZ3LK10vDpDyCzZnhZFXkH1L75zHPj68+qc8Zfpx2th+gzwA2MzyK+1g/3EPl62yFnVttQ==
dependencies:
- "@babel/helper-compilation-targets" "^7.13.0"
- "@babel/helper-module-imports" "^7.12.13"
- "@babel/helper-plugin-utils" "^7.13.0"
- "@babel/traverse" "^7.13.0"
+ "@babel/helper-compilation-targets" "^7.22.6"
+ "@babel/helper-plugin-utils" "^7.22.5"
debug "^4.1.1"
lodash.debounce "^4.0.8"
resolve "^1.14.2"
- semver "^6.1.2"
-"@babel/helper-environment-visitor@^7.16.7":
- version "7.16.7"
- resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.16.7.tgz#ff484094a839bde9d89cd63cba017d7aae80ecd7"
- integrity sha512-SLLb0AAn6PkUeAfKJCCOl9e1R53pQlGAfc4y4XuMRZfqeMYLE0dM1LMhqbGAlGQY0lfw5/ohoYWAe9V1yibRag==
- dependencies:
- "@babel/types" "^7.16.7"
-
-"@babel/helper-explode-assignable-expression@^7.16.7":
- version "7.16.7"
- resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.16.7.tgz#12a6d8522fdd834f194e868af6354e8650242b7a"
- integrity sha512-KyUenhWMC8VrxzkGP0Jizjo4/Zx+1nNZhgocs+gLzyZyB8SHidhoq9KK/8Ato4anhwsivfkBLftky7gvzbZMtQ==
- dependencies:
- "@babel/types" "^7.16.7"
-
-"@babel/helper-function-name@^7.16.7":
- version "7.16.7"
- resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.16.7.tgz#f1ec51551fb1c8956bc8dd95f38523b6cf375f8f"
- integrity sha512-QfDfEnIUyyBSR3HtrtGECuZ6DAyCkYFp7GHl75vFtTnn6pjKeK0T1DB5lLkFvBea8MdaiUABx3osbgLyInoejA==
- dependencies:
- "@babel/helper-get-function-arity" "^7.16.7"
- "@babel/template" "^7.16.7"
- "@babel/types" "^7.16.7"
+"@babel/helper-environment-visitor@^7.22.20":
+ version "7.22.20"
+ resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167"
+ integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==
-"@babel/helper-get-function-arity@^7.16.7":
- version "7.16.7"
- resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.16.7.tgz#ea08ac753117a669f1508ba06ebcc49156387419"
- integrity sha512-flc+RLSOBXzNzVhcLu6ujeHUrD6tANAOU5ojrRx/as+tbzf8+stUCj7+IfRRoAbEZqj/ahXEMsjhOhgeZsrnTw==
+"@babel/helper-function-name@^7.22.5", "@babel/helper-function-name@^7.23.0":
+ version "7.23.0"
+ resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759"
+ integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==
dependencies:
- "@babel/types" "^7.16.7"
+ "@babel/template" "^7.22.15"
+ "@babel/types" "^7.23.0"
-"@babel/helper-hoist-variables@^7.16.7":
- version "7.16.7"
- resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.7.tgz#86bcb19a77a509c7b77d0e22323ef588fa58c246"
- integrity sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg==
+"@babel/helper-hoist-variables@^7.22.5":
+ version "7.22.5"
+ resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb"
+ integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==
dependencies:
- "@babel/types" "^7.16.7"
+ "@babel/types" "^7.22.5"
-"@babel/helper-member-expression-to-functions@^7.16.7":
- version "7.16.7"
- resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.16.7.tgz#42b9ca4b2b200123c3b7e726b0ae5153924905b0"
- integrity sha512-VtJ/65tYiU/6AbMTDwyoXGPKHgTsfRarivm+YbB5uAzKUyuPjgZSgAFeG87FCigc7KNHu2Pegh1XIT3lXjvz3Q==
+"@babel/helper-member-expression-to-functions@^7.23.0":
+ version "7.23.0"
+ resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.23.0.tgz#9263e88cc5e41d39ec18c9a3e0eced59a3e7d366"
+ integrity sha512-6gfrPwh7OuT6gZyJZvd6WbTfrqAo7vm4xCzAXOusKqq/vWdKXphTpj5klHKNmRUU6/QRGlBsyU9mAIPaWHlqJA==
dependencies:
- "@babel/types" "^7.16.7"
+ "@babel/types" "^7.23.0"
-"@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.10.4", "@babel/helper-module-imports@^7.12.1", "@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.16.7":
- version "7.16.7"
- resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.16.7.tgz#25612a8091a999704461c8a222d0efec5d091437"
- integrity sha512-LVtS6TqjJHFc+nYeITRo6VLXve70xmq7wPhWTqDJusJEgGmkAACWwMiTNrvfoQo6hEhFwAIixNkvB0jPXDL8Wg==
+"@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.10.4", "@babel/helper-module-imports@^7.22.15", "@babel/helper-module-imports@^7.24.1", "@babel/helper-module-imports@^7.24.3":
+ version "7.24.3"
+ resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.24.3.tgz#6ac476e6d168c7c23ff3ba3cf4f7841d46ac8128"
+ integrity sha512-viKb0F9f2s0BCS22QSF308z/+1YWKV/76mwt61NBzS5izMzDPwdq1pTrzf+Li3npBWX9KdQbkeCt1jSAM7lZqg==
dependencies:
- "@babel/types" "^7.16.7"
+ "@babel/types" "^7.24.0"
-"@babel/helper-module-transforms@^7.12.1", "@babel/helper-module-transforms@^7.16.7":
- version "7.16.7"
- resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.16.7.tgz#7665faeb721a01ca5327ddc6bba15a5cb34b6a41"
- integrity sha512-gaqtLDxJEFCeQbYp9aLAefjhkKdjKcdh6DB7jniIGU3Pz52WAmP268zK0VgPz9hUNkMSYeH976K2/Y6yPadpng==
+"@babel/helper-module-transforms@^7.12.1", "@babel/helper-module-transforms@^7.23.3":
+ version "7.23.3"
+ resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.23.3.tgz#d7d12c3c5d30af5b3c0fcab2a6d5217773e2d0f1"
+ integrity sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==
dependencies:
- "@babel/helper-environment-visitor" "^7.16.7"
- "@babel/helper-module-imports" "^7.16.7"
- "@babel/helper-simple-access" "^7.16.7"
- "@babel/helper-split-export-declaration" "^7.16.7"
- "@babel/helper-validator-identifier" "^7.16.7"
- "@babel/template" "^7.16.7"
- "@babel/traverse" "^7.16.7"
- "@babel/types" "^7.16.7"
+ "@babel/helper-environment-visitor" "^7.22.20"
+ "@babel/helper-module-imports" "^7.22.15"
+ "@babel/helper-simple-access" "^7.22.5"
+ "@babel/helper-split-export-declaration" "^7.22.6"
+ "@babel/helper-validator-identifier" "^7.22.20"
-"@babel/helper-optimise-call-expression@^7.16.7":
- version "7.16.7"
- resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.16.7.tgz#a34e3560605abbd31a18546bd2aad3e6d9a174f2"
- integrity sha512-EtgBhg7rd/JcnpZFXpBy0ze1YRfdm7BnBX4uKMBd3ixa3RGAE002JZB66FJyNH7g0F38U05pXmA5P8cBh7z+1w==
+"@babel/helper-optimise-call-expression@^7.22.5":
+ version "7.22.5"
+ resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.22.5.tgz#f21531a9ccbff644fdd156b4077c16ff0c3f609e"
+ integrity sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==
dependencies:
- "@babel/types" "^7.16.7"
+ "@babel/types" "^7.22.5"
"@babel/helper-plugin-utils@7.10.4":
version "7.10.4"
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz#2f75a831269d4f677de49986dff59927533cf375"
integrity sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==
-"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.13.0", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.16.7", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
- version "7.16.7"
- resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.16.7.tgz#aa3a8ab4c3cceff8e65eb9e73d87dc4ff320b2f5"
- integrity sha512-Qg3Nk7ZxpgMrsox6HreY1ZNKdBq7K72tDSliA6dCl5f007jR4ne8iD5UzuNnCJH2xBf2BEEVGr+/OL6Gdp7RxA==
-
-"@babel/helper-remap-async-to-generator@^7.16.8":
- version "7.16.8"
- resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.16.8.tgz#29ffaade68a367e2ed09c90901986918d25e57e3"
- integrity sha512-fm0gH7Flb8H51LqJHy3HJ3wnE1+qtYR2A99K06ahwrawLdOFsCEWjZOrYricXJHoPSudNKxrMBUPEIPxiIIvBw==
- dependencies:
- "@babel/helper-annotate-as-pure" "^7.16.7"
- "@babel/helper-wrap-function" "^7.16.8"
- "@babel/types" "^7.16.8"
-
-"@babel/helper-replace-supers@^7.16.7":
- version "7.16.7"
- resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.16.7.tgz#e9f5f5f32ac90429c1a4bdec0f231ef0c2838ab1"
- integrity sha512-y9vsWilTNaVnVh6xiJfABzsNpgDPKev9HnAgz6Gb1p6UUwf9NepdlsV7VXGCftJM+jqD5f7JIEubcpLjZj5dBw==
- dependencies:
- "@babel/helper-environment-visitor" "^7.16.7"
- "@babel/helper-member-expression-to-functions" "^7.16.7"
- "@babel/helper-optimise-call-expression" "^7.16.7"
- "@babel/traverse" "^7.16.7"
- "@babel/types" "^7.16.7"
-
-"@babel/helper-simple-access@^7.16.7":
- version "7.16.7"
- resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.16.7.tgz#d656654b9ea08dbb9659b69d61063ccd343ff0f7"
- integrity sha512-ZIzHVyoeLMvXMN/vok/a4LWRy8G2v205mNP0XOuf9XRLyX5/u9CnVulUtDgUTama3lT+bf/UqucuZjqiGuTS1g==
- dependencies:
- "@babel/types" "^7.16.7"
-
-"@babel/helper-skip-transparent-expression-wrappers@^7.12.1", "@babel/helper-skip-transparent-expression-wrappers@^7.16.0":
- version "7.16.0"
- resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.16.0.tgz#0ee3388070147c3ae051e487eca3ebb0e2e8bb09"
- integrity sha512-+il1gTy0oHwUsBQZyJvukbB4vPMdcYBrFHa0Uc4AizLxbq6BOYC51Rv4tWocX9BLBDLZ4kc6qUFpQ6HRgL+3zw==
- dependencies:
- "@babel/types" "^7.16.0"
-
-"@babel/helper-split-export-declaration@^7.16.7":
- version "7.16.7"
- resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.16.7.tgz#0b648c0c42da9d3920d85ad585f2778620b8726b"
- integrity sha512-xbWoy/PFoxSWazIToT9Sif+jJTlrMcndIsaOKvTA6u7QEo7ilkRZpjew18/W3c7nm8fXdUDXh02VXTbZ0pGDNw==
- dependencies:
- "@babel/types" "^7.16.7"
-
-"@babel/helper-validator-identifier@^7.14.9", "@babel/helper-validator-identifier@^7.16.7":
- version "7.16.7"
- resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz#e8c602438c4a8195751243da9031d1607d247cad"
- integrity sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==
-
-"@babel/helper-validator-option@^7.12.1", "@babel/helper-validator-option@^7.16.7":
- version "7.16.7"
- resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz#b203ce62ce5fe153899b617c08957de860de4d23"
- integrity sha512-TRtenOuRUVo9oIQGPC5G9DgK4743cdxvtOw0weQNpZXaS16SCBi5MNjZF8vba3ETURjZpTbVn7Vvcf2eAwFozQ==
-
-"@babel/helper-wrap-function@^7.16.8":
- version "7.16.8"
- resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.16.8.tgz#58afda087c4cd235de92f7ceedebca2c41274200"
- integrity sha512-8RpyRVIAW1RcDDGTA+GpPAwV22wXCfKOoM9bet6TLkGIFTkRQSkH1nMQ5Yet4MpoXe1ZwHPVtNasc2w0uZMqnw==
- dependencies:
- "@babel/helper-function-name" "^7.16.7"
- "@babel/template" "^7.16.7"
- "@babel/traverse" "^7.16.8"
- "@babel/types" "^7.16.8"
-
-"@babel/helpers@^7.12.1", "@babel/helpers@^7.12.5", "@babel/helpers@^7.17.2":
- version "7.17.2"
- resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.17.2.tgz#23f0a0746c8e287773ccd27c14be428891f63417"
- integrity sha512-0Qu7RLR1dILozr/6M0xgj+DFPmi6Bnulgm9M8BVa9ZCWxDqlSnqt3cf8IDPB5m45sVXUZ0kuQAgUrdSFFH79fQ==
- dependencies:
- "@babel/template" "^7.16.7"
- "@babel/traverse" "^7.17.0"
- "@babel/types" "^7.17.0"
-
-"@babel/highlight@^7.10.4", "@babel/highlight@^7.16.7", "@babel/highlight@^7.8.3":
- version "7.16.7"
- resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.16.7.tgz#81a01d7d675046f0d96f82450d9d9578bdfd6b0b"
- integrity sha512-aKpPMfLvGO3Q97V0qhw/V2SWNWlwfJknuwAunU7wZLSfrM4xTBvg7E5opUVi1kJTBKihE38CPg4nBiqX83PWYw==
- dependencies:
- "@babel/helper-validator-identifier" "^7.16.7"
- chalk "^2.0.0"
- js-tokens "^4.0.0"
-
-"@babel/parser@^7.1.0", "@babel/parser@^7.1.6", "@babel/parser@^7.12.11", "@babel/parser@^7.12.3", "@babel/parser@^7.12.7", "@babel/parser@^7.16.7", "@babel/parser@^7.17.0", "@babel/parser@^7.17.3", "@babel/parser@^7.7.0", "@babel/parser@^7.7.2", "@babel/parser@^7.9.4":
- version "7.17.3"
- resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.3.tgz#b07702b982990bf6fdc1da5049a23fece4c5c3d0"
- integrity sha512-7yJPvPV+ESz2IUTPbOL+YkIGyCqOyNIzdguKQuJGnH7bg1WTIifuM21YqokFt/THWh1AkCRn9IgoykTRCBVpzA==
-
-"@babel/parser@^7.18.8":
- version "7.24.1"
- resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.1.tgz#1e416d3627393fab1cb5b0f2f1796a100ae9133a"
- integrity sha512-Zo9c7N3xdOIQrNip7Lc9wvRPzlRtovHVE4lkz8WEDr7uYh/GMQhSiIgFxGIArRHYdJE5kxtZjAf8rT0xhdLCzg==
-
-"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.7":
- version "7.16.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.16.7.tgz#4eda6d6c2a0aa79c70fa7b6da67763dfe2141050"
- integrity sha512-anv/DObl7waiGEnC24O9zqL0pSuI9hljihqiDuFHC8d7/bjr/4RLGPWuc8rYOff/QPzbEPSkzG8wGG9aDuhHRg==
- dependencies:
- "@babel/helper-plugin-utils" "^7.16.7"
+"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.20.2", "@babel/helper-plugin-utils@^7.22.5", "@babel/helper-plugin-utils@^7.24.0", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
+ version "7.24.0"
+ resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.0.tgz#945681931a52f15ce879fd5b86ce2dae6d3d7f2a"
+ integrity sha512-9cUznXMG0+FxRuJfvL82QlTqIzhVW9sL0KjMPHhAOOvpQGL8QtdxnBKILjBqxlHyliz0yCa1G903ZXI/FuHy2w==
-"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.16.7":
- version "7.16.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.16.7.tgz#cc001234dfc139ac45f6bcf801866198c8c72ff9"
- integrity sha512-di8vUHRdf+4aJ7ltXhaDbPoszdkh59AQtJM5soLsuHpQJdFQZOA4uGj0V2u/CZ8bJ/u8ULDL5yq6FO/bCXnKHw==
+"@babel/helper-remap-async-to-generator@^7.22.20":
+ version "7.22.20"
+ resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.22.20.tgz#7b68e1cb4fa964d2996fd063723fb48eca8498e0"
+ integrity sha512-pBGyV4uBqOns+0UvhsTO8qgl8hO89PmiDYv+/COyp1aeMcmfrfruz+/nCMFiYyFF/Knn0yfrC85ZzNFjembFTw==
dependencies:
- "@babel/helper-plugin-utils" "^7.16.7"
- "@babel/helper-skip-transparent-expression-wrappers" "^7.16.0"
- "@babel/plugin-proposal-optional-chaining" "^7.16.7"
+ "@babel/helper-annotate-as-pure" "^7.22.5"
+ "@babel/helper-environment-visitor" "^7.22.20"
+ "@babel/helper-wrap-function" "^7.22.20"
-"@babel/plugin-proposal-async-generator-functions@^7.12.1", "@babel/plugin-proposal-async-generator-functions@^7.16.8":
- version "7.16.8"
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.16.8.tgz#3bdd1ebbe620804ea9416706cd67d60787504bc8"
- integrity sha512-71YHIvMuiuqWJQkebWJtdhQTfd4Q4mF76q2IX37uZPkG9+olBxsX+rH1vkhFto4UeJZ9dPY2s+mDvhDm1u2BGQ==
+"@babel/helper-replace-supers@^7.24.1":
+ version "7.24.1"
+ resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.24.1.tgz#7085bd19d4a0b7ed8f405c1ed73ccb70f323abc1"
+ integrity sha512-QCR1UqC9BzG5vZl8BMicmZ28RuUBnHhAMddD8yHFHDRH9lLTZ9uUPehX8ctVPT8l0TKblJidqcgUUKGVrePleQ==
dependencies:
- "@babel/helper-plugin-utils" "^7.16.7"
- "@babel/helper-remap-async-to-generator" "^7.16.8"
- "@babel/plugin-syntax-async-generators" "^7.8.4"
+ "@babel/helper-environment-visitor" "^7.22.20"
+ "@babel/helper-member-expression-to-functions" "^7.23.0"
+ "@babel/helper-optimise-call-expression" "^7.22.5"
-"@babel/plugin-proposal-class-properties@7.12.1":
- version "7.12.1"
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.12.1.tgz#a082ff541f2a29a4821065b8add9346c0c16e5de"
- integrity sha512-cKp3dlQsFsEs5CWKnN7BnSHOd0EOW8EKpEjkoz1pO2E5KzIDNV9Ros1b0CnmbVgAGXJubOYVBOGCT1OmJwOI7w==
+"@babel/helper-simple-access@^7.22.5":
+ version "7.22.5"
+ resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.22.5.tgz#4938357dc7d782b80ed6dbb03a0fba3d22b1d5de"
+ integrity sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==
dependencies:
- "@babel/helper-create-class-features-plugin" "^7.12.1"
- "@babel/helper-plugin-utils" "^7.10.4"
+ "@babel/types" "^7.22.5"
-"@babel/plugin-proposal-class-properties@^7.1.0", "@babel/plugin-proposal-class-properties@^7.12.1", "@babel/plugin-proposal-class-properties@^7.13.0", "@babel/plugin-proposal-class-properties@^7.16.7", "@babel/plugin-proposal-class-properties@^7.8.3":
- version "7.16.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.16.7.tgz#925cad7b3b1a2fcea7e59ecc8eb5954f961f91b0"
- integrity sha512-IobU0Xme31ewjYOShSIqd/ZGM/r/cuOz2z0MDbNrhF5FW+ZVgi0f2lyeoj9KFPDOAqsYxmLWZte1WOwlvY9aww==
+"@babel/helper-skip-transparent-expression-wrappers@^7.20.0", "@babel/helper-skip-transparent-expression-wrappers@^7.22.5":
+ version "7.22.5"
+ resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.22.5.tgz#007f15240b5751c537c40e77abb4e89eeaaa8847"
+ integrity sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==
dependencies:
- "@babel/helper-create-class-features-plugin" "^7.16.7"
- "@babel/helper-plugin-utils" "^7.16.7"
+ "@babel/types" "^7.22.5"
-"@babel/plugin-proposal-class-static-block@^7.16.7":
- version "7.16.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.16.7.tgz#712357570b612106ef5426d13dc433ce0f200c2a"
- integrity sha512-dgqJJrcZoG/4CkMopzhPJjGxsIe9A8RlkQLnL/Vhhx8AA9ZuaRwGSlscSh42hazc7WSrya/IK7mTeoF0DP9tEw==
+"@babel/helper-split-export-declaration@^7.22.6":
+ version "7.22.6"
+ resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c"
+ integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==
dependencies:
- "@babel/helper-create-class-features-plugin" "^7.16.7"
- "@babel/helper-plugin-utils" "^7.16.7"
- "@babel/plugin-syntax-class-static-block" "^7.14.5"
+ "@babel/types" "^7.22.5"
-"@babel/plugin-proposal-decorators@7.12.1":
- version "7.12.1"
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.12.1.tgz#59271439fed4145456c41067450543aee332d15f"
- integrity sha512-knNIuusychgYN8fGJHONL0RbFxLGawhXOJNLBk75TniTsZZeA+wdkDuv6wp4lGwzQEKjZi6/WYtnb3udNPmQmQ==
- dependencies:
- "@babel/helper-create-class-features-plugin" "^7.12.1"
- "@babel/helper-plugin-utils" "^7.10.4"
- "@babel/plugin-syntax-decorators" "^7.12.1"
+"@babel/helper-string-parser@^7.23.4":
+ version "7.24.1"
+ resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.1.tgz#f99c36d3593db9540705d0739a1f10b5e20c696e"
+ integrity sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ==
+
+"@babel/helper-validator-identifier@^7.14.9", "@babel/helper-validator-identifier@^7.22.20":
+ version "7.22.20"
+ resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
+ integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
+
+"@babel/helper-validator-option@^7.23.5":
+ version "7.23.5"
+ resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.23.5.tgz#907a3fbd4523426285365d1206c423c4c5520307"
+ integrity sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==
+
+"@babel/helper-wrap-function@^7.22.20":
+ version "7.22.20"
+ resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.22.20.tgz#15352b0b9bfb10fc9c76f79f6342c00e3411a569"
+ integrity sha512-pms/UwkOpnQe/PDAEdV/d7dVCoBbB+R4FvYoHGZz+4VPcg7RtYy2KP7S2lbuWM6FCSgob5wshfGESbC/hzNXZw==
+ dependencies:
+ "@babel/helper-function-name" "^7.22.5"
+ "@babel/template" "^7.22.15"
+ "@babel/types" "^7.22.19"
+
+"@babel/helpers@^7.12.1", "@babel/helpers@^7.12.5", "@babel/helpers@^7.24.4":
+ version "7.24.4"
+ resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.4.tgz#dc00907fd0d95da74563c142ef4cd21f2cb856b6"
+ integrity sha512-FewdlZbSiwaVGlgT1DPANDuCHaDMiOo+D/IDYRFYjHOuv66xMSJ7fQwwODwRNAPkADIO/z1EoF/l2BCWlWABDw==
+ dependencies:
+ "@babel/template" "^7.24.0"
+ "@babel/traverse" "^7.24.1"
+ "@babel/types" "^7.24.0"
+
+"@babel/highlight@^7.10.4", "@babel/highlight@^7.24.2", "@babel/highlight@^7.8.3":
+ version "7.24.2"
+ resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.24.2.tgz#3f539503efc83d3c59080a10e6634306e0370d26"
+ integrity sha512-Yac1ao4flkTxTteCDZLEvdxg2fZfz1v8M4QpaGypq/WPDqg3ijHYbDfs+LG5hvzSoqaSZ9/Z9lKSP3CjZjv+pA==
+ dependencies:
+ "@babel/helper-validator-identifier" "^7.22.20"
+ chalk "^2.4.2"
+ js-tokens "^4.0.0"
+ picocolors "^1.0.0"
-"@babel/plugin-proposal-decorators@^7.12.12":
- version "7.13.15"
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.13.15.tgz#e91ccfef2dc24dd5bd5dcc9fc9e2557c684ecfb8"
- integrity sha512-ibAMAqUm97yzi+LPgdr5Nqb9CMkeieGHvwPg1ywSGjZrZHQEGqE01HmOio8kxRpA/+VtOHouIVy2FMpBbtltjA==
- dependencies:
- "@babel/helper-create-class-features-plugin" "^7.13.11"
- "@babel/helper-plugin-utils" "^7.13.0"
- "@babel/plugin-syntax-decorators" "^7.12.13"
+"@babel/parser@^7.1.0", "@babel/parser@^7.1.6", "@babel/parser@^7.12.3", "@babel/parser@^7.12.7", "@babel/parser@^7.14.7", "@babel/parser@^7.17.0", "@babel/parser@^7.18.8", "@babel/parser@^7.20.7", "@babel/parser@^7.23.0", "@babel/parser@^7.24.0", "@babel/parser@^7.24.1", "@babel/parser@^7.24.4", "@babel/parser@^7.7.0", "@babel/parser@^7.9.4":
+ version "7.24.4"
+ resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.4.tgz#234487a110d89ad5a3ed4a8a566c36b9453e8c88"
+ integrity sha512-zTvEBcghmeBma9QIGunWevvBAp4/Qu9Bdq+2k0Ot4fVMD6v3dsC9WOcRSKk7tRRyBM/53yKMJko9xOatGQAwSg==
-"@babel/plugin-proposal-dynamic-import@^7.12.1", "@babel/plugin-proposal-dynamic-import@^7.16.7":
- version "7.16.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.16.7.tgz#c19c897eaa46b27634a00fee9fb7d829158704b2"
- integrity sha512-I8SW9Ho3/8DRSdmDdH3gORdyUuYnk1m4cMxUAdu5oy4n3OfN8flDEH+d60iG7dUfi0KkYwSvoalHzzdRzpWHTg==
+"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.24.4":
+ version "7.24.4"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.24.4.tgz#6125f0158543fb4edf1c22f322f3db67f21cb3e1"
+ integrity sha512-qpl6vOOEEzTLLcsuqYYo8yDtrTocmu2xkGvgNebvPjT9DTtfFYGmgDqY+rBYXNlqL4s9qLDn6xkrJv4RxAPiTA==
dependencies:
- "@babel/helper-plugin-utils" "^7.16.7"
- "@babel/plugin-syntax-dynamic-import" "^7.8.3"
+ "@babel/helper-environment-visitor" "^7.22.20"
+ "@babel/helper-plugin-utils" "^7.24.0"
-"@babel/plugin-proposal-export-default-from@^7.12.1":
- version "7.12.1"
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-export-default-from/-/plugin-proposal-export-default-from-7.12.1.tgz#c6e62d668a8abcfe0d28b82f560395fecb611c5a"
- integrity sha512-z5Q4Ke7j0AexQRfgUvnD+BdCSgpTEKnqQ3kskk2jWtOBulxICzd1X9BGt7kmWftxZ2W3++OZdt5gtmC8KLxdRQ==
+"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.24.1":
+ version "7.24.1"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.24.1.tgz#b645d9ba8c2bc5b7af50f0fe949f9edbeb07c8cf"
+ integrity sha512-y4HqEnkelJIOQGd+3g1bTeKsA5c6qM7eOn7VggGVbBc0y8MLSKHacwcIE2PplNlQSj0PqS9rrXL/nkPVK+kUNg==
dependencies:
- "@babel/helper-plugin-utils" "^7.10.4"
- "@babel/plugin-syntax-export-default-from" "^7.12.1"
+ "@babel/helper-plugin-utils" "^7.24.0"
-"@babel/plugin-proposal-export-namespace-from@^7.12.1", "@babel/plugin-proposal-export-namespace-from@^7.16.7":
- version "7.16.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.16.7.tgz#09de09df18445a5786a305681423ae63507a6163"
- integrity sha512-ZxdtqDXLRGBL64ocZcs7ovt71L3jhC1RGSyR996svrCi3PYqHNkb3SwPJCs8RIzD86s+WPpt2S73+EHCGO+NUA==
+"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.24.1":
+ version "7.24.1"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.24.1.tgz#da8261f2697f0f41b0855b91d3a20a1fbfd271d3"
+ integrity sha512-Hj791Ii4ci8HqnaKHAlLNs+zaLXb0EzSDhiAWp5VNlyvCNymYfacs64pxTxbH1znW/NcArSmwpmG9IKE/TUVVQ==
dependencies:
- "@babel/helper-plugin-utils" "^7.16.7"
- "@babel/plugin-syntax-export-namespace-from" "^7.8.3"
+ "@babel/helper-plugin-utils" "^7.24.0"
+ "@babel/helper-skip-transparent-expression-wrappers" "^7.22.5"
+ "@babel/plugin-transform-optional-chaining" "^7.24.1"
-"@babel/plugin-proposal-json-strings@^7.12.1", "@babel/plugin-proposal-json-strings@^7.16.7":
- version "7.16.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.16.7.tgz#9732cb1d17d9a2626a08c5be25186c195b6fa6e8"
- integrity sha512-lNZ3EEggsGY78JavgbHsK9u5P3pQaW7k4axlgFLYkMd7UBsiNahCITShLjNQschPyjtO6dADrL24757IdhBrsQ==
+"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@^7.24.1":
+ version "7.24.1"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.24.1.tgz#1181d9685984c91d657b8ddf14f0487a6bab2988"
+ integrity sha512-m9m/fXsXLiHfwdgydIFnpk+7jlVbnvlK5B2EKiPdLUb6WX654ZaaEWJUjk8TftRbZpK0XibovlLWX4KIZhV6jw==
dependencies:
- "@babel/helper-plugin-utils" "^7.16.7"
- "@babel/plugin-syntax-json-strings" "^7.8.3"
+ "@babel/helper-environment-visitor" "^7.22.20"
+ "@babel/helper-plugin-utils" "^7.24.0"
-"@babel/plugin-proposal-logical-assignment-operators@^7.12.1", "@babel/plugin-proposal-logical-assignment-operators@^7.16.7":
- version "7.16.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.16.7.tgz#be23c0ba74deec1922e639832904be0bea73cdea"
- integrity sha512-K3XzyZJGQCr00+EtYtrDjmwX7o7PLK6U9bi1nCwkQioRFVUv6dJoxbQjtWVtP+bCPy82bONBKG8NPyQ4+i6yjg==
+"@babel/plugin-proposal-class-properties@^7.1.0", "@babel/plugin-proposal-class-properties@^7.13.0", "@babel/plugin-proposal-class-properties@^7.16.0", "@babel/plugin-proposal-class-properties@^7.8.3":
+ version "7.18.6"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz#b110f59741895f7ec21a6fff696ec46265c446a3"
+ integrity sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==
dependencies:
- "@babel/helper-plugin-utils" "^7.16.7"
- "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4"
+ "@babel/helper-create-class-features-plugin" "^7.18.6"
+ "@babel/helper-plugin-utils" "^7.18.6"
-"@babel/plugin-proposal-nullish-coalescing-operator@7.12.1":
- version "7.12.1"
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.12.1.tgz#3ed4fff31c015e7f3f1467f190dbe545cd7b046c"
- integrity sha512-nZY0ESiaQDI1y96+jk6VxMOaL4LPo/QDHBqL+SF3/vl6dHkTwHlOI8L4ZwuRBHgakRBw5zsVylel7QPbbGuYgg==
+"@babel/plugin-proposal-decorators@^7.16.4":
+ version "7.24.1"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.24.1.tgz#bab2b9e174a2680f0a80f341f3ec70f809f8bb4b"
+ integrity sha512-zPEvzFijn+hRvJuX2Vu3KbEBN39LN3f7tW3MQO2LsIs57B26KU+kUc82BdAktS1VCM6libzh45eKGI65lg0cpA==
dependencies:
- "@babel/helper-plugin-utils" "^7.10.4"
- "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.0"
+ "@babel/helper-create-class-features-plugin" "^7.24.1"
+ "@babel/helper-plugin-utils" "^7.24.0"
+ "@babel/plugin-syntax-decorators" "^7.24.1"
-"@babel/plugin-proposal-nullish-coalescing-operator@^7.1.0", "@babel/plugin-proposal-nullish-coalescing-operator@^7.12.1", "@babel/plugin-proposal-nullish-coalescing-operator@^7.16.7", "@babel/plugin-proposal-nullish-coalescing-operator@^7.8.3":
- version "7.16.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.16.7.tgz#141fc20b6857e59459d430c850a0011e36561d99"
- integrity sha512-aUOrYU3EVtjf62jQrCj63pYZ7k6vns2h/DQvHPWGmsJRYzWXZ6/AsfgpiRy6XiuIDADhJzP2Q9MwSMKauBQ+UQ==
+"@babel/plugin-proposal-nullish-coalescing-operator@^7.1.0", "@babel/plugin-proposal-nullish-coalescing-operator@^7.16.0", "@babel/plugin-proposal-nullish-coalescing-operator@^7.8.3":
+ version "7.18.6"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.18.6.tgz#fdd940a99a740e577d6c753ab6fbb43fdb9467e1"
+ integrity sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==
dependencies:
- "@babel/helper-plugin-utils" "^7.16.7"
+ "@babel/helper-plugin-utils" "^7.18.6"
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3"
-"@babel/plugin-proposal-numeric-separator@7.12.1":
- version "7.12.1"
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.12.1.tgz#0e2c6774c4ce48be412119b4d693ac777f7685a6"
- integrity sha512-MR7Ok+Af3OhNTCxYVjJZHS0t97ydnJZt/DbR4WISO39iDnhiD8XHrY12xuSJ90FFEGjir0Fzyyn7g/zY6hxbxA==
- dependencies:
- "@babel/helper-plugin-utils" "^7.10.4"
- "@babel/plugin-syntax-numeric-separator" "^7.10.4"
-
-"@babel/plugin-proposal-numeric-separator@^7.12.1", "@babel/plugin-proposal-numeric-separator@^7.16.7":
- version "7.16.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.16.7.tgz#d6b69f4af63fb38b6ca2558442a7fb191236eba9"
- integrity sha512-vQgPMknOIgiuVqbokToyXbkY/OmmjAzr/0lhSIbG/KmnzXPGwW/AdhdKpi+O4X/VkWiWjnkKOBiqJrTaC98VKw==
+"@babel/plugin-proposal-numeric-separator@^7.16.0":
+ version "7.18.6"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.18.6.tgz#899b14fbafe87f053d2c5ff05b36029c62e13c75"
+ integrity sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==
dependencies:
- "@babel/helper-plugin-utils" "^7.16.7"
+ "@babel/helper-plugin-utils" "^7.18.6"
"@babel/plugin-syntax-numeric-separator" "^7.10.4"
"@babel/plugin-proposal-object-rest-spread@7.12.1":
@@ -647,70 +590,39 @@
"@babel/plugin-syntax-object-rest-spread" "^7.8.0"
"@babel/plugin-transform-parameters" "^7.12.1"
-"@babel/plugin-proposal-object-rest-spread@^7.12.1", "@babel/plugin-proposal-object-rest-spread@^7.16.7":
- version "7.16.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.16.7.tgz#94593ef1ddf37021a25bdcb5754c4a8d534b01d8"
- integrity sha512-3O0Y4+dw94HA86qSg9IHfyPktgR7q3gpNVAeiKQd+8jBKFaU5NQS1Yatgo4wY+UFNuLjvxcSmzcsHqrhgTyBUA==
- dependencies:
- "@babel/compat-data" "^7.16.4"
- "@babel/helper-compilation-targets" "^7.16.7"
- "@babel/helper-plugin-utils" "^7.16.7"
- "@babel/plugin-syntax-object-rest-spread" "^7.8.3"
- "@babel/plugin-transform-parameters" "^7.16.7"
-
-"@babel/plugin-proposal-optional-catch-binding@^7.12.1", "@babel/plugin-proposal-optional-catch-binding@^7.16.7":
- version "7.16.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.16.7.tgz#c623a430674ffc4ab732fd0a0ae7722b67cb74cf"
- integrity sha512-eMOH/L4OvWSZAE1VkHbr1vckLG1WUcHGJSLqqQwl2GaUqG6QjddvrOaTUMNYiv77H5IKPMZ9U9P7EaHwvAShfA==
- dependencies:
- "@babel/helper-plugin-utils" "^7.16.7"
- "@babel/plugin-syntax-optional-catch-binding" "^7.8.3"
-
-"@babel/plugin-proposal-optional-chaining@7.12.1":
- version "7.12.1"
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.12.1.tgz#cce122203fc8a32794296fc377c6dedaf4363797"
- integrity sha512-c2uRpY6WzaVDzynVY9liyykS+kVU+WRZPMPYpkelXH8KBt1oXoI89kPbZKKG/jDT5UK92FTW2fZkZaJhdiBabw==
- dependencies:
- "@babel/helper-plugin-utils" "^7.10.4"
- "@babel/helper-skip-transparent-expression-wrappers" "^7.12.1"
- "@babel/plugin-syntax-optional-chaining" "^7.8.0"
-
-"@babel/plugin-proposal-optional-chaining@^7.1.0", "@babel/plugin-proposal-optional-chaining@^7.12.1", "@babel/plugin-proposal-optional-chaining@^7.12.7", "@babel/plugin-proposal-optional-chaining@^7.16.7", "@babel/plugin-proposal-optional-chaining@^7.8.3":
- version "7.16.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.16.7.tgz#7cd629564724816c0e8a969535551f943c64c39a"
- integrity sha512-eC3xy+ZrUcBtP7x+sq62Q/HYd674pPTb/77XZMb5wbDPGWIdUbSr4Agr052+zaUPSb+gGRnjxXfKFvx5iMJ+DA==
+"@babel/plugin-proposal-optional-chaining@^7.1.0", "@babel/plugin-proposal-optional-chaining@^7.16.0", "@babel/plugin-proposal-optional-chaining@^7.8.3":
+ version "7.21.0"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.21.0.tgz#886f5c8978deb7d30f678b2e24346b287234d3ea"
+ integrity sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==
dependencies:
- "@babel/helper-plugin-utils" "^7.16.7"
- "@babel/helper-skip-transparent-expression-wrappers" "^7.16.0"
+ "@babel/helper-plugin-utils" "^7.20.2"
+ "@babel/helper-skip-transparent-expression-wrappers" "^7.20.0"
"@babel/plugin-syntax-optional-chaining" "^7.8.3"
-"@babel/plugin-proposal-private-methods@^7.12.1", "@babel/plugin-proposal-private-methods@^7.13.0", "@babel/plugin-proposal-private-methods@^7.16.11":
- version "7.16.11"
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.16.11.tgz#e8df108288555ff259f4527dbe84813aac3a1c50"
- integrity sha512-F/2uAkPlXDr8+BHpZvo19w3hLFKge+k75XUprE6jaqKxjGkSYcK+4c+bup5PdW/7W/Rpjwql7FTVEDW+fRAQsw==
+"@babel/plugin-proposal-private-methods@^7.13.0", "@babel/plugin-proposal-private-methods@^7.16.0":
+ version "7.18.6"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.18.6.tgz#5209de7d213457548a98436fa2882f52f4be6bea"
+ integrity sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==
dependencies:
- "@babel/helper-create-class-features-plugin" "^7.16.10"
- "@babel/helper-plugin-utils" "^7.16.7"
+ "@babel/helper-create-class-features-plugin" "^7.18.6"
+ "@babel/helper-plugin-utils" "^7.18.6"
-"@babel/plugin-proposal-private-property-in-object@^7.14.0", "@babel/plugin-proposal-private-property-in-object@^7.16.7":
- version "7.16.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.16.7.tgz#b0b8cef543c2c3d57e59e2c611994861d46a3fce"
- integrity sha512-rMQkjcOFbm+ufe3bTZLyOfsOUOxyvLXZJCTARhJr+8UMSoZmqTe1K1BgkFcrW37rAchWg57yI69ORxiWvUINuQ==
- dependencies:
- "@babel/helper-annotate-as-pure" "^7.16.7"
- "@babel/helper-create-class-features-plugin" "^7.16.7"
- "@babel/helper-plugin-utils" "^7.16.7"
- "@babel/plugin-syntax-private-property-in-object" "^7.14.5"
+"@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2":
+ version "7.21.0-placeholder-for-preset-env.2"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz#7844f9289546efa9febac2de4cfe358a050bd703"
+ integrity sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==
-"@babel/plugin-proposal-unicode-property-regex@^7.12.1", "@babel/plugin-proposal-unicode-property-regex@^7.16.7", "@babel/plugin-proposal-unicode-property-regex@^7.4.4":
- version "7.16.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.16.7.tgz#635d18eb10c6214210ffc5ff4932552de08188a2"
- integrity sha512-QRK0YI/40VLhNVGIjRNAAQkEHws0cswSdFFjpFyt943YmJIU1da9uW63Iu6NFV6CxTZW5eTDCrwZUstBWgp/Rg==
+"@babel/plugin-proposal-private-property-in-object@^7.14.0":
+ version "7.21.11"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.11.tgz#69d597086b6760c4126525cfa154f34631ff272c"
+ integrity sha512-0QZ8qP/3RLDVBwBFoWAwCtgcDZJVwA5LUJRZU8x2YFfKNuFq161wK3cuGrALu5yiPu+vzwTAg/sMWVNeWeNyaw==
dependencies:
- "@babel/helper-create-regexp-features-plugin" "^7.16.7"
- "@babel/helper-plugin-utils" "^7.16.7"
+ "@babel/helper-annotate-as-pure" "^7.18.6"
+ "@babel/helper-create-class-features-plugin" "^7.21.0"
+ "@babel/helper-plugin-utils" "^7.20.2"
+ "@babel/plugin-syntax-private-property-in-object" "^7.14.5"
-"@babel/plugin-syntax-async-generators@^7.8.0", "@babel/plugin-syntax-async-generators@^7.8.4":
+"@babel/plugin-syntax-async-generators@^7.8.4":
version "7.8.4"
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz#a983fb1aeb2ec3f6ed042a210f640e90e786fe0d"
integrity sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==
@@ -724,7 +636,7 @@
dependencies:
"@babel/helper-plugin-utils" "^7.8.0"
-"@babel/plugin-syntax-class-properties@^7.12.1", "@babel/plugin-syntax-class-properties@^7.12.13", "@babel/plugin-syntax-class-properties@^7.8.3":
+"@babel/plugin-syntax-class-properties@^7.12.13", "@babel/plugin-syntax-class-properties@^7.8.3":
version "7.12.13"
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz#b5c987274c4a3a82b89714796931a6b53544ae10"
integrity sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==
@@ -738,27 +650,20 @@
dependencies:
"@babel/helper-plugin-utils" "^7.14.5"
-"@babel/plugin-syntax-decorators@^7.12.1", "@babel/plugin-syntax-decorators@^7.12.13":
- version "7.12.13"
- resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.12.13.tgz#fac829bf3c7ef4a1bc916257b403e58c6bdaf648"
- integrity sha512-Rw6aIXGuqDLr6/LoBBYE57nKOzQpz/aDkKlMqEwH+Vp0MXbG6H/TfRjaY343LKxzAKAMXIHsQ8JzaZKuDZ9MwA==
+"@babel/plugin-syntax-decorators@^7.24.1":
+ version "7.24.1"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.24.1.tgz#71d9ad06063a6ac5430db126b5df48c70ee885fa"
+ integrity sha512-05RJdO/cCrtVWuAaSn1tS3bH8jbsJa/Y1uD186u6J4C/1mnHFxseeuWpsqr9anvo7TUulev7tm7GDwRV+VuhDw==
dependencies:
- "@babel/helper-plugin-utils" "^7.12.13"
+ "@babel/helper-plugin-utils" "^7.24.0"
-"@babel/plugin-syntax-dynamic-import@^7.8.0", "@babel/plugin-syntax-dynamic-import@^7.8.3":
+"@babel/plugin-syntax-dynamic-import@^7.8.3":
version "7.8.3"
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz#62bf98b2da3cd21d626154fc96ee5b3cb68eacb3"
integrity sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==
dependencies:
"@babel/helper-plugin-utils" "^7.8.0"
-"@babel/plugin-syntax-export-default-from@^7.12.1":
- version "7.12.1"
- resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-export-default-from/-/plugin-syntax-export-default-from-7.12.1.tgz#a9eb31881f4f9a1115a3d2c6d64ac3f6016b5a9d"
- integrity sha512-dP5eGg6tHEkhnRD2/vRG/KJKRSg8gtxu2i+P/8/yFPJn/CfPU5G0/7Gks2i3M6IOVAPQekmsLN9LPsmXFFL4Uw==
- dependencies:
- "@babel/helper-plugin-utils" "^7.10.4"
-
"@babel/plugin-syntax-export-namespace-from@^7.8.3":
version "7.8.3"
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz#028964a9ba80dbc094c915c487ad7c4e7a66465a"
@@ -766,21 +671,35 @@
dependencies:
"@babel/helper-plugin-utils" "^7.8.3"
-"@babel/plugin-syntax-flow@^7.12.1":
- version "7.12.1"
- resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.12.1.tgz#a77670d9abe6d63e8acadf4c31bb1eb5a506bbdd"
- integrity sha512-1lBLLmtxrwpm4VKmtVFselI/P3pX+G63fAtUUt6b2Nzgao77KNDwyuRt90Mj2/9pKobtt68FdvjfqohZjg/FCA==
+"@babel/plugin-syntax-flow@^7.24.1":
+ version "7.24.1"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.24.1.tgz#875c25e3428d7896c87589765fc8b9d32f24bd8d"
+ integrity sha512-sxi2kLTI5DeW5vDtMUsk4mTPwvlUDbjOnoWayhynCwrw4QXRld4QEYwqzY8JmQXaJUtgUuCIurtSRH5sn4c7mA==
dependencies:
- "@babel/helper-plugin-utils" "^7.10.4"
+ "@babel/helper-plugin-utils" "^7.24.0"
-"@babel/plugin-syntax-import-meta@^7.8.3":
+"@babel/plugin-syntax-import-assertions@^7.24.1":
+ version "7.24.1"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.24.1.tgz#db3aad724153a00eaac115a3fb898de544e34971"
+ integrity sha512-IuwnI5XnuF189t91XbxmXeCDz3qs6iDRO7GJ++wcfgeXNs/8FmIlKcpDSXNVyuLQxlwvskmI3Ct73wUODkJBlQ==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.24.0"
+
+"@babel/plugin-syntax-import-attributes@^7.24.1":
+ version "7.24.1"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.24.1.tgz#c66b966c63b714c4eec508fcf5763b1f2d381093"
+ integrity sha512-zhQTMH0X2nVLnb04tz+s7AMuasX8U0FnpE+nHTOhSOINjWMnopoZTxtIKsd45n4GQ/HIZLyfIpoul8e2m0DnRA==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.24.0"
+
+"@babel/plugin-syntax-import-meta@^7.10.4", "@babel/plugin-syntax-import-meta@^7.8.3":
version "7.10.4"
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz#ee601348c370fa334d2207be158777496521fd51"
integrity sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==
dependencies:
"@babel/helper-plugin-utils" "^7.10.4"
-"@babel/plugin-syntax-json-strings@^7.8.0", "@babel/plugin-syntax-json-strings@^7.8.3":
+"@babel/plugin-syntax-json-strings@^7.8.3":
version "7.8.3"
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz#01ca21b668cd8218c9e640cb6dd88c5412b2c96a"
integrity sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==
@@ -801,12 +720,12 @@
dependencies:
"@babel/helper-plugin-utils" "^7.14.5"
-"@babel/plugin-syntax-jsx@^7.16.7":
- version "7.16.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.16.7.tgz#50b6571d13f764266a113d77c82b4a6508bbe665"
- integrity sha512-Esxmk7YjA8QysKeT3VhTXvF6y77f/a91SIs4pWb4H2eWGQkCKFgQaG6hdoEVZtGsrAcb2K5BW66XsOErD4WU3Q==
+"@babel/plugin-syntax-jsx@^7.23.3", "@babel/plugin-syntax-jsx@^7.24.1":
+ version "7.24.1"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.24.1.tgz#3f6ca04b8c841811dbc3c5c5f837934e0d626c10"
+ integrity sha512-2eCtxZXf+kbkMIsXS4poTvT4Yu5rXiRa+9xGVT56raghjmBTKMpFNc9R4IDiB4emao9eO22Ox7CxuJG7BgExqA==
dependencies:
- "@babel/helper-plugin-utils" "^7.16.7"
+ "@babel/helper-plugin-utils" "^7.24.0"
"@babel/plugin-syntax-logical-assignment-operators@^7.10.4", "@babel/plugin-syntax-logical-assignment-operators@^7.8.3":
version "7.10.4"
@@ -815,7 +734,7 @@
dependencies:
"@babel/helper-plugin-utils" "^7.10.4"
-"@babel/plugin-syntax-nullish-coalescing-operator@^7.8.0", "@babel/plugin-syntax-nullish-coalescing-operator@^7.8.3":
+"@babel/plugin-syntax-nullish-coalescing-operator@^7.8.3":
version "7.8.3"
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz#167ed70368886081f74b5c36c65a88c03b66d1a9"
integrity sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==
@@ -836,14 +755,14 @@
dependencies:
"@babel/helper-plugin-utils" "^7.8.0"
-"@babel/plugin-syntax-optional-catch-binding@^7.8.0", "@babel/plugin-syntax-optional-catch-binding@^7.8.3":
+"@babel/plugin-syntax-optional-catch-binding@^7.8.3":
version "7.8.3"
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz#6111a265bcfb020eb9efd0fdfd7d26402b9ed6c1"
integrity sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==
dependencies:
"@babel/helper-plugin-utils" "^7.8.0"
-"@babel/plugin-syntax-optional-chaining@^7.8.0", "@babel/plugin-syntax-optional-chaining@^7.8.3":
+"@babel/plugin-syntax-optional-chaining@^7.8.3":
version "7.8.3"
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz#4f69c2ab95167e0180cd5336613f8c5788f7d48a"
integrity sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==
@@ -857,473 +776,507 @@
dependencies:
"@babel/helper-plugin-utils" "^7.14.5"
-"@babel/plugin-syntax-top-level-await@^7.12.1", "@babel/plugin-syntax-top-level-await@^7.14.5", "@babel/plugin-syntax-top-level-await@^7.8.3":
+"@babel/plugin-syntax-top-level-await@^7.14.5", "@babel/plugin-syntax-top-level-await@^7.8.3":
version "7.14.5"
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz#c1cfdadc35a646240001f06138247b741c34d94c"
integrity sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==
dependencies:
"@babel/helper-plugin-utils" "^7.14.5"
-"@babel/plugin-syntax-typescript@^7.16.7", "@babel/plugin-syntax-typescript@^7.7.2":
- version "7.16.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.16.7.tgz#39c9b55ee153151990fb038651d58d3fd03f98f8"
- integrity sha512-YhUIJHHGkqPgEcMYkPCKTyGUdoGKWtopIycQyjJH8OjvRgOYsXsaKehLVPScKJWAULPxMa4N1vCe6szREFlZ7A==
+"@babel/plugin-syntax-typescript@^7.24.1", "@babel/plugin-syntax-typescript@^7.7.2":
+ version "7.24.1"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.24.1.tgz#b3bcc51f396d15f3591683f90239de143c076844"
+ integrity sha512-Yhnmvy5HZEnHUty6i++gcfH1/l68AHnItFHnaCv6hn9dNh0hQvvQJsxpi4BMBFN5DLeHBuucT/0DgzXif/OyRw==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.24.0"
+
+"@babel/plugin-syntax-unicode-sets-regex@^7.18.6":
+ version "7.18.6"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz#d49a3b3e6b52e5be6740022317580234a6a47357"
+ integrity sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==
+ dependencies:
+ "@babel/helper-create-regexp-features-plugin" "^7.18.6"
+ "@babel/helper-plugin-utils" "^7.18.6"
+
+"@babel/plugin-transform-arrow-functions@^7.24.1":
+ version "7.24.1"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.24.1.tgz#2bf263617060c9cc45bcdbf492b8cc805082bf27"
+ integrity sha512-ngT/3NkRhsaep9ck9uj2Xhv9+xB1zShY3tM3g6om4xxCELwCDN4g4Aq5dRn48+0hasAql7s2hdBOysCfNpr4fw==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.24.0"
+
+"@babel/plugin-transform-async-generator-functions@^7.24.3":
+ version "7.24.3"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.24.3.tgz#8fa7ae481b100768cc9842c8617808c5352b8b89"
+ integrity sha512-Qe26CMYVjpQxJ8zxM1340JFNjZaF+ISWpr1Kt/jGo+ZTUzKkfw/pphEWbRCb+lmSM6k/TOgfYLvmbHkUQ0asIg==
dependencies:
- "@babel/helper-plugin-utils" "^7.16.7"
+ "@babel/helper-environment-visitor" "^7.22.20"
+ "@babel/helper-plugin-utils" "^7.24.0"
+ "@babel/helper-remap-async-to-generator" "^7.22.20"
+ "@babel/plugin-syntax-async-generators" "^7.8.4"
-"@babel/plugin-transform-arrow-functions@^7.12.1", "@babel/plugin-transform-arrow-functions@^7.16.7":
- version "7.16.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.16.7.tgz#44125e653d94b98db76369de9c396dc14bef4154"
- integrity sha512-9ffkFFMbvzTvv+7dTp/66xvZAWASuPD5Tl9LK3Z9vhOmANo6j94rik+5YMBt4CwHVMWLWpMsriIc2zsa3WW3xQ==
+"@babel/plugin-transform-async-to-generator@^7.24.1":
+ version "7.24.1"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.24.1.tgz#0e220703b89f2216800ce7b1c53cb0cf521c37f4"
+ integrity sha512-AawPptitRXp1y0n4ilKcGbRYWfbbzFWz2NqNu7dacYDtFtz0CMjG64b3LQsb3KIgnf4/obcUL78hfaOS7iCUfw==
dependencies:
- "@babel/helper-plugin-utils" "^7.16.7"
+ "@babel/helper-module-imports" "^7.24.1"
+ "@babel/helper-plugin-utils" "^7.24.0"
+ "@babel/helper-remap-async-to-generator" "^7.22.20"
-"@babel/plugin-transform-async-to-generator@^7.12.1", "@babel/plugin-transform-async-to-generator@^7.16.8":
- version "7.16.8"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.16.8.tgz#b83dff4b970cf41f1b819f8b49cc0cfbaa53a808"
- integrity sha512-MtmUmTJQHCnyJVrScNzNlofQJ3dLFuobYn3mwOTKHnSCMtbNsqvF71GQmJfFjdrXSsAA7iysFmYWw4bXZ20hOg==
+"@babel/plugin-transform-block-scoped-functions@^7.24.1":
+ version "7.24.1"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.24.1.tgz#1c94799e20fcd5c4d4589523bbc57b7692979380"
+ integrity sha512-TWWC18OShZutrv9C6mye1xwtam+uNi2bnTOCBUd5sZxyHOiWbU6ztSROofIMrK84uweEZC219POICK/sTYwfgg==
dependencies:
- "@babel/helper-module-imports" "^7.16.7"
- "@babel/helper-plugin-utils" "^7.16.7"
- "@babel/helper-remap-async-to-generator" "^7.16.8"
+ "@babel/helper-plugin-utils" "^7.24.0"
-"@babel/plugin-transform-block-scoped-functions@^7.12.1", "@babel/plugin-transform-block-scoped-functions@^7.16.7":
- version "7.16.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.16.7.tgz#4d0d57d9632ef6062cdf354bb717102ee042a620"
- integrity sha512-JUuzlzmF40Z9cXyytcbZEZKckgrQzChbQJw/5PuEHYeqzCsvebDx0K0jWnIIVcmmDOAVctCgnYs0pMcrYj2zJg==
+"@babel/plugin-transform-block-scoping@^7.24.4":
+ version "7.24.4"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.24.4.tgz#28f5c010b66fbb8ccdeef853bef1935c434d7012"
+ integrity sha512-nIFUZIpGKDf9O9ttyRXpHFpKC+X3Y5mtshZONuEUYBomAKoM4y029Jr+uB1bHGPhNmK8YXHevDtKDOLmtRrp6g==
dependencies:
- "@babel/helper-plugin-utils" "^7.16.7"
+ "@babel/helper-plugin-utils" "^7.24.0"
-"@babel/plugin-transform-block-scoping@^7.12.1", "@babel/plugin-transform-block-scoping@^7.12.12", "@babel/plugin-transform-block-scoping@^7.16.7":
- version "7.16.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.16.7.tgz#f50664ab99ddeaee5bc681b8f3a6ea9d72ab4f87"
- integrity sha512-ObZev2nxVAYA4bhyusELdo9hb3H+A56bxH3FZMbEImZFiEDYVHXQSJ1hQKFlDnlt8G9bBrCZ5ZpURZUrV4G5qQ==
+"@babel/plugin-transform-class-properties@^7.22.5", "@babel/plugin-transform-class-properties@^7.24.1":
+ version "7.24.1"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.24.1.tgz#bcbf1aef6ba6085cfddec9fc8d58871cf011fc29"
+ integrity sha512-OMLCXi0NqvJfORTaPQBwqLXHhb93wkBKZ4aNwMl6WtehO7ar+cmp+89iPEQPqxAnxsOKTaMcs3POz3rKayJ72g==
dependencies:
- "@babel/helper-plugin-utils" "^7.16.7"
+ "@babel/helper-create-class-features-plugin" "^7.24.1"
+ "@babel/helper-plugin-utils" "^7.24.0"
-"@babel/plugin-transform-classes@^7.12.1", "@babel/plugin-transform-classes@^7.16.7":
- version "7.16.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.16.7.tgz#8f4b9562850cd973de3b498f1218796eb181ce00"
- integrity sha512-WY7og38SFAGYRe64BrjKf8OrE6ulEHtr5jEYaZMwox9KebgqPi67Zqz8K53EKk1fFEJgm96r32rkKZ3qA2nCWQ==
+"@babel/plugin-transform-class-static-block@^7.24.4":
+ version "7.24.4"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.24.4.tgz#1a4653c0cf8ac46441ec406dece6e9bc590356a4"
+ integrity sha512-B8q7Pz870Hz/q9UgP8InNpY01CSLDSCyqX7zcRuv3FcPl87A2G17lASroHWaCtbdIcbYzOZ7kWmXFKbijMSmFg==
dependencies:
- "@babel/helper-annotate-as-pure" "^7.16.7"
- "@babel/helper-environment-visitor" "^7.16.7"
- "@babel/helper-function-name" "^7.16.7"
- "@babel/helper-optimise-call-expression" "^7.16.7"
- "@babel/helper-plugin-utils" "^7.16.7"
- "@babel/helper-replace-supers" "^7.16.7"
- "@babel/helper-split-export-declaration" "^7.16.7"
+ "@babel/helper-create-class-features-plugin" "^7.24.4"
+ "@babel/helper-plugin-utils" "^7.24.0"
+ "@babel/plugin-syntax-class-static-block" "^7.14.5"
+
+"@babel/plugin-transform-classes@^7.24.1":
+ version "7.24.1"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.24.1.tgz#5bc8fc160ed96378184bc10042af47f50884dcb1"
+ integrity sha512-ZTIe3W7UejJd3/3R4p7ScyyOoafetUShSf4kCqV0O7F/RiHxVj/wRaRnQlrGwflvcehNA8M42HkAiEDYZu2F1Q==
+ dependencies:
+ "@babel/helper-annotate-as-pure" "^7.22.5"
+ "@babel/helper-compilation-targets" "^7.23.6"
+ "@babel/helper-environment-visitor" "^7.22.20"
+ "@babel/helper-function-name" "^7.23.0"
+ "@babel/helper-plugin-utils" "^7.24.0"
+ "@babel/helper-replace-supers" "^7.24.1"
+ "@babel/helper-split-export-declaration" "^7.22.6"
globals "^11.1.0"
-"@babel/plugin-transform-computed-properties@^7.12.1", "@babel/plugin-transform-computed-properties@^7.16.7":
- version "7.16.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.16.7.tgz#66dee12e46f61d2aae7a73710f591eb3df616470"
- integrity sha512-gN72G9bcmenVILj//sv1zLNaPyYcOzUho2lIJBMh/iakJ9ygCo/hEF9cpGb61SCMEDxbbyBoVQxrt+bWKu5KGw==
+"@babel/plugin-transform-computed-properties@^7.24.1":
+ version "7.24.1"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.24.1.tgz#bc7e787f8e021eccfb677af5f13c29a9934ed8a7"
+ integrity sha512-5pJGVIUfJpOS+pAqBQd+QMaTD2vCL/HcePooON6pDpHgRp4gNRmzyHTPIkXntwKsq3ayUFVfJaIKPw2pOkOcTw==
dependencies:
- "@babel/helper-plugin-utils" "^7.16.7"
+ "@babel/helper-plugin-utils" "^7.24.0"
+ "@babel/template" "^7.24.0"
-"@babel/plugin-transform-destructuring@^7.12.1", "@babel/plugin-transform-destructuring@^7.16.7":
- version "7.16.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.16.7.tgz#ca9588ae2d63978a4c29d3f33282d8603f618e23"
- integrity sha512-VqAwhTHBnu5xBVDCvrvqJbtLUa++qZaWC0Fgr2mqokBlulZARGyIvZDoqbPlPaKImQ9dKAcCzbv+ul//uqu70A==
+"@babel/plugin-transform-destructuring@^7.24.1":
+ version "7.24.1"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.24.1.tgz#b1e8243af4a0206841973786292b8c8dd8447345"
+ integrity sha512-ow8jciWqNxR3RYbSNVuF4U2Jx130nwnBnhRw6N6h1bOejNkABmcI5X5oz29K4alWX7vf1C+o6gtKXikzRKkVdw==
dependencies:
- "@babel/helper-plugin-utils" "^7.16.7"
+ "@babel/helper-plugin-utils" "^7.24.0"
-"@babel/plugin-transform-dotall-regex@^7.12.1", "@babel/plugin-transform-dotall-regex@^7.16.7", "@babel/plugin-transform-dotall-regex@^7.4.4":
- version "7.16.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.16.7.tgz#6b2d67686fab15fb6a7fd4bd895d5982cfc81241"
- integrity sha512-Lyttaao2SjZF6Pf4vk1dVKv8YypMpomAbygW+mU5cYP3S5cWTfCJjG8xV6CFdzGFlfWK81IjL9viiTvpb6G7gQ==
+"@babel/plugin-transform-dotall-regex@^7.24.1":
+ version "7.24.1"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.24.1.tgz#d56913d2f12795cc9930801b84c6f8c47513ac13"
+ integrity sha512-p7uUxgSoZwZ2lPNMzUkqCts3xlp8n+o05ikjy7gbtFJSt9gdU88jAmtfmOxHM14noQXBxfgzf2yRWECiNVhTCw==
dependencies:
- "@babel/helper-create-regexp-features-plugin" "^7.16.7"
- "@babel/helper-plugin-utils" "^7.16.7"
+ "@babel/helper-create-regexp-features-plugin" "^7.22.15"
+ "@babel/helper-plugin-utils" "^7.24.0"
-"@babel/plugin-transform-duplicate-keys@^7.12.1", "@babel/plugin-transform-duplicate-keys@^7.16.7":
- version "7.16.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.16.7.tgz#2207e9ca8f82a0d36a5a67b6536e7ef8b08823c9"
- integrity sha512-03DvpbRfvWIXyK0/6QiR1KMTWeT6OcQ7tbhjrXyFS02kjuX/mu5Bvnh5SDSWHxyawit2g5aWhKwI86EE7GUnTw==
+"@babel/plugin-transform-duplicate-keys@^7.24.1":
+ version "7.24.1"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.24.1.tgz#5347a797fe82b8d09749d10e9f5b83665adbca88"
+ integrity sha512-msyzuUnvsjsaSaocV6L7ErfNsa5nDWL1XKNnDePLgmz+WdU4w/J8+AxBMrWfi9m4IxfL5sZQKUPQKDQeeAT6lA==
dependencies:
- "@babel/helper-plugin-utils" "^7.16.7"
+ "@babel/helper-plugin-utils" "^7.24.0"
-"@babel/plugin-transform-exponentiation-operator@^7.12.1", "@babel/plugin-transform-exponentiation-operator@^7.16.7":
- version "7.16.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.16.7.tgz#efa9862ef97e9e9e5f653f6ddc7b665e8536fe9b"
- integrity sha512-8UYLSlyLgRixQvlYH3J2ekXFHDFLQutdy7FfFAMm3CPZ6q9wHCwnUyiXpQCe3gVVnQlHc5nsuiEVziteRNTXEA==
+"@babel/plugin-transform-dynamic-import@^7.24.1":
+ version "7.24.1"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.24.1.tgz#2a5a49959201970dd09a5fca856cb651e44439dd"
+ integrity sha512-av2gdSTyXcJVdI+8aFZsCAtR29xJt0S5tas+Ef8NvBNmD1a+N/3ecMLeMBgfcK+xzsjdLDT6oHt+DFPyeqUbDA==
dependencies:
- "@babel/helper-builder-binary-assignment-operator-visitor" "^7.16.7"
- "@babel/helper-plugin-utils" "^7.16.7"
+ "@babel/helper-plugin-utils" "^7.24.0"
+ "@babel/plugin-syntax-dynamic-import" "^7.8.3"
-"@babel/plugin-transform-flow-strip-types@7.12.1", "@babel/plugin-transform-flow-strip-types@^7.12.1":
- version "7.12.1"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.12.1.tgz#8430decfa7eb2aea5414ed4a3fa6e1652b7d77c4"
- integrity sha512-8hAtkmsQb36yMmEtk2JZ9JnVyDSnDOdlB+0nEGzIDLuK4yR3JcEjfuFPYkdEPSh8Id+rAMeBEn+X0iVEyho6Hg==
+"@babel/plugin-transform-exponentiation-operator@^7.24.1":
+ version "7.24.1"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.24.1.tgz#6650ebeb5bd5c012d5f5f90a26613a08162e8ba4"
+ integrity sha512-U1yX13dVBSwS23DEAqU+Z/PkwE9/m7QQy8Y9/+Tdb8UWYaGNDYwTLi19wqIAiROr8sXVum9A/rtiH5H0boUcTw==
dependencies:
- "@babel/helper-plugin-utils" "^7.10.4"
- "@babel/plugin-syntax-flow" "^7.12.1"
+ "@babel/helper-builder-binary-assignment-operator-visitor" "^7.22.15"
+ "@babel/helper-plugin-utils" "^7.24.0"
+
+"@babel/plugin-transform-export-namespace-from@^7.24.1":
+ version "7.24.1"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.24.1.tgz#f033541fc036e3efb2dcb58eedafd4f6b8078acd"
+ integrity sha512-Ft38m/KFOyzKw2UaJFkWG9QnHPG/Q/2SkOrRk4pNBPg5IPZ+dOxcmkK5IyuBcxiNPyyYowPGUReyBvrvZs7IlQ==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.24.0"
+ "@babel/plugin-syntax-export-namespace-from" "^7.8.3"
-"@babel/plugin-transform-for-of@^7.12.1", "@babel/plugin-transform-for-of@^7.16.7":
- version "7.16.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.16.7.tgz#649d639d4617dff502a9a158c479b3b556728d8c"
- integrity sha512-/QZm9W92Ptpw7sjI9Nx1mbcsWz33+l8kuMIQnDwgQBG5s3fAfQvkRjQ7NqXhtNcKOnPkdICmUHyCaWW06HCsqg==
+"@babel/plugin-transform-flow-strip-types@^7.16.0", "@babel/plugin-transform-flow-strip-types@^7.24.1":
+ version "7.24.1"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.24.1.tgz#fa8d0a146506ea195da1671d38eed459242b2dcc"
+ integrity sha512-iIYPIWt3dUmUKKE10s3W+jsQ3icFkw0JyRVyY1B7G4yK/nngAOHLVx8xlhA6b/Jzl/Y0nis8gjqhqKtRDQqHWQ==
dependencies:
- "@babel/helper-plugin-utils" "^7.16.7"
+ "@babel/helper-plugin-utils" "^7.24.0"
+ "@babel/plugin-syntax-flow" "^7.24.1"
-"@babel/plugin-transform-function-name@^7.12.1", "@babel/plugin-transform-function-name@^7.16.7":
- version "7.16.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.16.7.tgz#5ab34375c64d61d083d7d2f05c38d90b97ec65cf"
- integrity sha512-SU/C68YVwTRxqWj5kgsbKINakGag0KTgq9f2iZEXdStoAbOzLHEBRYzImmA6yFo8YZhJVflvXmIHUO7GWHmxxA==
+"@babel/plugin-transform-for-of@^7.24.1":
+ version "7.24.1"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.24.1.tgz#67448446b67ab6c091360ce3717e7d3a59e202fd"
+ integrity sha512-OxBdcnF04bpdQdR3i4giHZNZQn7cm8RQKcSwA17wAAqEELo1ZOwp5FFgeptWUQXFyT9kwHo10aqqauYkRZPCAg==
dependencies:
- "@babel/helper-compilation-targets" "^7.16.7"
- "@babel/helper-function-name" "^7.16.7"
- "@babel/helper-plugin-utils" "^7.16.7"
+ "@babel/helper-plugin-utils" "^7.24.0"
+ "@babel/helper-skip-transparent-expression-wrappers" "^7.22.5"
-"@babel/plugin-transform-literals@^7.12.1", "@babel/plugin-transform-literals@^7.16.7":
- version "7.16.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.16.7.tgz#254c9618c5ff749e87cb0c0cef1a0a050c0bdab1"
- integrity sha512-6tH8RTpTWI0s2sV6uq3e/C9wPo4PTqqZps4uF0kzQ9/xPLFQtipynvmT1g/dOfEJ+0EQsHhkQ/zyRId8J2b8zQ==
+"@babel/plugin-transform-function-name@^7.24.1":
+ version "7.24.1"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.24.1.tgz#8cba6f7730626cc4dfe4ca2fa516215a0592b361"
+ integrity sha512-BXmDZpPlh7jwicKArQASrj8n22/w6iymRnvHYYd2zO30DbE277JO20/7yXJT3QxDPtiQiOxQBbZH4TpivNXIxA==
dependencies:
- "@babel/helper-plugin-utils" "^7.16.7"
+ "@babel/helper-compilation-targets" "^7.23.6"
+ "@babel/helper-function-name" "^7.23.0"
+ "@babel/helper-plugin-utils" "^7.24.0"
-"@babel/plugin-transform-member-expression-literals@^7.12.1", "@babel/plugin-transform-member-expression-literals@^7.16.7":
- version "7.16.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.16.7.tgz#6e5dcf906ef8a098e630149d14c867dd28f92384"
- integrity sha512-mBruRMbktKQwbxaJof32LT9KLy2f3gH+27a5XSuXo6h7R3vqltl0PgZ80C8ZMKw98Bf8bqt6BEVi3svOh2PzMw==
+"@babel/plugin-transform-json-strings@^7.24.1":
+ version "7.24.1"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.24.1.tgz#08e6369b62ab3e8a7b61089151b161180c8299f7"
+ integrity sha512-U7RMFmRvoasscrIFy5xA4gIp8iWnWubnKkKuUGJjsuOH7GfbMkB+XZzeslx2kLdEGdOJDamEmCqOks6e8nv8DQ==
dependencies:
- "@babel/helper-plugin-utils" "^7.16.7"
+ "@babel/helper-plugin-utils" "^7.24.0"
+ "@babel/plugin-syntax-json-strings" "^7.8.3"
-"@babel/plugin-transform-modules-amd@^7.12.1", "@babel/plugin-transform-modules-amd@^7.16.7":
- version "7.16.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.16.7.tgz#b28d323016a7daaae8609781d1f8c9da42b13186"
- integrity sha512-KaaEtgBL7FKYwjJ/teH63oAmE3lP34N3kshz8mm4VMAw7U3PxjVwwUmxEFksbgsNUaO3wId9R2AVQYSEGRa2+g==
+"@babel/plugin-transform-literals@^7.24.1":
+ version "7.24.1"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.24.1.tgz#0a1982297af83e6b3c94972686067df588c5c096"
+ integrity sha512-zn9pwz8U7nCqOYIiBaOxoQOtYmMODXTJnkxG4AtX8fPmnCRYWBOHD0qcpwS9e2VDSp1zNJYpdnFMIKb8jmwu6g==
dependencies:
- "@babel/helper-module-transforms" "^7.16.7"
- "@babel/helper-plugin-utils" "^7.16.7"
- babel-plugin-dynamic-import-node "^2.3.3"
+ "@babel/helper-plugin-utils" "^7.24.0"
-"@babel/plugin-transform-modules-commonjs@^7.1.0", "@babel/plugin-transform-modules-commonjs@^7.12.1", "@babel/plugin-transform-modules-commonjs@^7.16.8":
- version "7.16.8"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.16.8.tgz#cdee19aae887b16b9d331009aa9a219af7c86afe"
- integrity sha512-oflKPvsLT2+uKQopesJt3ApiaIS2HW+hzHFcwRNtyDGieAeC/dIHZX8buJQ2J2X1rxGPy4eRcUijm3qcSPjYcA==
+"@babel/plugin-transform-logical-assignment-operators@^7.24.1":
+ version "7.24.1"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.24.1.tgz#719d8aded1aa94b8fb34e3a785ae8518e24cfa40"
+ integrity sha512-OhN6J4Bpz+hIBqItTeWJujDOfNP+unqv/NJgyhlpSqgBTPm37KkMmZV6SYcOj+pnDbdcl1qRGV/ZiIjX9Iy34w==
dependencies:
- "@babel/helper-module-transforms" "^7.16.7"
- "@babel/helper-plugin-utils" "^7.16.7"
- "@babel/helper-simple-access" "^7.16.7"
- babel-plugin-dynamic-import-node "^2.3.3"
+ "@babel/helper-plugin-utils" "^7.24.0"
+ "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4"
-"@babel/plugin-transform-modules-systemjs@^7.12.1", "@babel/plugin-transform-modules-systemjs@^7.16.7":
- version "7.16.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.16.7.tgz#887cefaef88e684d29558c2b13ee0563e287c2d7"
- integrity sha512-DuK5E3k+QQmnOqBR9UkusByy5WZWGRxfzV529s9nPra1GE7olmxfqO2FHobEOYSPIjPBTr4p66YDcjQnt8cBmw==
+"@babel/plugin-transform-member-expression-literals@^7.24.1":
+ version "7.24.1"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.24.1.tgz#896d23601c92f437af8b01371ad34beb75df4489"
+ integrity sha512-4ojai0KysTWXzHseJKa1XPNXKRbuUrhkOPY4rEGeR+7ChlJVKxFa3H3Bz+7tWaGKgJAXUWKOGmltN+u9B3+CVg==
dependencies:
- "@babel/helper-hoist-variables" "^7.16.7"
- "@babel/helper-module-transforms" "^7.16.7"
- "@babel/helper-plugin-utils" "^7.16.7"
- "@babel/helper-validator-identifier" "^7.16.7"
- babel-plugin-dynamic-import-node "^2.3.3"
+ "@babel/helper-plugin-utils" "^7.24.0"
-"@babel/plugin-transform-modules-umd@^7.12.1", "@babel/plugin-transform-modules-umd@^7.16.7":
- version "7.16.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.16.7.tgz#23dad479fa585283dbd22215bff12719171e7618"
- integrity sha512-EMh7uolsC8O4xhudF2F6wedbSHm1HHZ0C6aJ7K67zcDNidMzVcxWdGr+htW9n21klm+bOn+Rx4CBsAntZd3rEQ==
+"@babel/plugin-transform-modules-amd@^7.24.1":
+ version "7.24.1"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.24.1.tgz#b6d829ed15258536977e9c7cc6437814871ffa39"
+ integrity sha512-lAxNHi4HVtjnHd5Rxg3D5t99Xm6H7b04hUS7EHIXcUl2EV4yl1gWdqZrNzXnSrHveL9qMdbODlLF55mvgjAfaQ==
dependencies:
- "@babel/helper-module-transforms" "^7.16.7"
- "@babel/helper-plugin-utils" "^7.16.7"
+ "@babel/helper-module-transforms" "^7.23.3"
+ "@babel/helper-plugin-utils" "^7.24.0"
-"@babel/plugin-transform-named-capturing-groups-regex@^7.12.1", "@babel/plugin-transform-named-capturing-groups-regex@^7.16.8":
- version "7.16.8"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.16.8.tgz#7f860e0e40d844a02c9dcf9d84965e7dfd666252"
- integrity sha512-j3Jw+n5PvpmhRR+mrgIh04puSANCk/T/UA3m3P1MjJkhlK906+ApHhDIqBQDdOgL/r1UYpz4GNclTXxyZrYGSw==
+"@babel/plugin-transform-modules-commonjs@^7.1.0", "@babel/plugin-transform-modules-commonjs@^7.23.0", "@babel/plugin-transform-modules-commonjs@^7.24.1":
+ version "7.24.1"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.24.1.tgz#e71ba1d0d69e049a22bf90b3867e263823d3f1b9"
+ integrity sha512-szog8fFTUxBfw0b98gEWPaEqF42ZUD/T3bkynW/wtgx2p/XCP55WEsb+VosKceRSd6njipdZvNogqdtI4Q0chw==
dependencies:
- "@babel/helper-create-regexp-features-plugin" "^7.16.7"
+ "@babel/helper-module-transforms" "^7.23.3"
+ "@babel/helper-plugin-utils" "^7.24.0"
+ "@babel/helper-simple-access" "^7.22.5"
-"@babel/plugin-transform-new-target@^7.12.1", "@babel/plugin-transform-new-target@^7.16.7":
- version "7.16.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.16.7.tgz#9967d89a5c243818e0800fdad89db22c5f514244"
- integrity sha512-xiLDzWNMfKoGOpc6t3U+etCE2yRnn3SM09BXqWPIZOBpL2gvVrBWUKnsJx0K/ADi5F5YC5f8APFfWrz25TdlGg==
+"@babel/plugin-transform-modules-systemjs@^7.24.1":
+ version "7.24.1"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.24.1.tgz#2b9625a3d4e445babac9788daec39094e6b11e3e"
+ integrity sha512-mqQ3Zh9vFO1Tpmlt8QPnbwGHzNz3lpNEMxQb1kAemn/erstyqw1r9KeOlOfo3y6xAnFEcOv2tSyrXfmMk+/YZA==
dependencies:
- "@babel/helper-plugin-utils" "^7.16.7"
+ "@babel/helper-hoist-variables" "^7.22.5"
+ "@babel/helper-module-transforms" "^7.23.3"
+ "@babel/helper-plugin-utils" "^7.24.0"
+ "@babel/helper-validator-identifier" "^7.22.20"
-"@babel/plugin-transform-object-super@^7.12.1", "@babel/plugin-transform-object-super@^7.16.7":
- version "7.16.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.16.7.tgz#ac359cf8d32cf4354d27a46867999490b6c32a94"
- integrity sha512-14J1feiQVWaGvRxj2WjyMuXS2jsBkgB3MdSN5HuC2G5nRspa5RK9COcs82Pwy5BuGcjb+fYaUj94mYcOj7rCvw==
+"@babel/plugin-transform-modules-umd@^7.24.1":
+ version "7.24.1"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.24.1.tgz#69220c66653a19cf2c0872b9c762b9a48b8bebef"
+ integrity sha512-tuA3lpPj+5ITfcCluy6nWonSL7RvaG0AOTeAuvXqEKS34lnLzXpDb0dcP6K8jD0zWZFNDVly90AGFJPnm4fOYg==
dependencies:
- "@babel/helper-plugin-utils" "^7.16.7"
- "@babel/helper-replace-supers" "^7.16.7"
+ "@babel/helper-module-transforms" "^7.23.3"
+ "@babel/helper-plugin-utils" "^7.24.0"
-"@babel/plugin-transform-parameters@^7.12.1", "@babel/plugin-transform-parameters@^7.16.7":
- version "7.16.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.16.7.tgz#a1721f55b99b736511cb7e0152f61f17688f331f"
- integrity sha512-AT3MufQ7zZEhU2hwOA11axBnExW0Lszu4RL/tAlUJBuNoRak+wehQW8h6KcXOcgjY42fHtDxswuMhMjFEuv/aw==
+"@babel/plugin-transform-named-capturing-groups-regex@^7.22.5":
+ version "7.22.5"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.22.5.tgz#67fe18ee8ce02d57c855185e27e3dc959b2e991f"
+ integrity sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ==
dependencies:
- "@babel/helper-plugin-utils" "^7.16.7"
+ "@babel/helper-create-regexp-features-plugin" "^7.22.5"
+ "@babel/helper-plugin-utils" "^7.22.5"
-"@babel/plugin-transform-property-literals@^7.12.1", "@babel/plugin-transform-property-literals@^7.16.7":
- version "7.16.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.16.7.tgz#2dadac85155436f22c696c4827730e0fe1057a55"
- integrity sha512-z4FGr9NMGdoIl1RqavCqGG+ZuYjfZ/hkCIeuH6Do7tXmSm0ls11nYVSJqFEUOSJbDab5wC6lRE/w6YjVcr6Hqw==
+"@babel/plugin-transform-new-target@^7.24.1":
+ version "7.24.1"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.24.1.tgz#29c59988fa3d0157de1c871a28cd83096363cc34"
+ integrity sha512-/rurytBM34hYy0HKZQyA0nHbQgQNFm4Q/BOc9Hflxi2X3twRof7NaE5W46j4kQitm7SvACVRXsa6N/tSZxvPug==
dependencies:
- "@babel/helper-plugin-utils" "^7.16.7"
+ "@babel/helper-plugin-utils" "^7.24.0"
-"@babel/plugin-transform-react-constant-elements@^7.12.1", "@babel/plugin-transform-react-constant-elements@^7.14.5":
- version "7.17.6"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-constant-elements/-/plugin-transform-react-constant-elements-7.17.6.tgz#6cc273c2f612a6a50cb657e63ee1303e5e68d10a"
- integrity sha512-OBv9VkyyKtsHZiHLoSfCn+h6yU7YKX8nrs32xUmOa1SRSk+t03FosB6fBZ0Yz4BpD1WV7l73Nsad+2Tz7APpqw==
+"@babel/plugin-transform-nullish-coalescing-operator@^7.22.11", "@babel/plugin-transform-nullish-coalescing-operator@^7.24.1":
+ version "7.24.1"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.24.1.tgz#0cd494bb97cb07d428bd651632cb9d4140513988"
+ integrity sha512-iQ+caew8wRrhCikO5DrUYx0mrmdhkaELgFa+7baMcVuhxIkN7oxt06CZ51D65ugIb1UWRQ8oQe+HXAVM6qHFjw==
dependencies:
- "@babel/helper-plugin-utils" "^7.16.7"
+ "@babel/helper-plugin-utils" "^7.24.0"
+ "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3"
-"@babel/plugin-transform-react-display-name@7.12.1":
- version "7.12.1"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.12.1.tgz#1cbcd0c3b1d6648c55374a22fc9b6b7e5341c00d"
- integrity sha512-cAzB+UzBIrekfYxyLlFqf/OagTvHLcVBb5vpouzkYkBclRPraiygVnafvAoipErZLI8ANv8Ecn6E/m5qPXD26w==
+"@babel/plugin-transform-numeric-separator@^7.24.1":
+ version "7.24.1"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.24.1.tgz#5bc019ce5b3435c1cadf37215e55e433d674d4e8"
+ integrity sha512-7GAsGlK4cNL2OExJH1DzmDeKnRv/LXq0eLUSvudrehVA5Rgg4bIrqEUW29FbKMBRT0ztSqisv7kjP+XIC4ZMNw==
dependencies:
- "@babel/helper-plugin-utils" "^7.10.4"
+ "@babel/helper-plugin-utils" "^7.24.0"
+ "@babel/plugin-syntax-numeric-separator" "^7.10.4"
-"@babel/plugin-transform-react-display-name@^7.12.1", "@babel/plugin-transform-react-display-name@^7.16.7":
- version "7.16.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.16.7.tgz#7b6d40d232f4c0f550ea348593db3b21e2404340"
- integrity sha512-qgIg8BcZgd0G/Cz916D5+9kqX0c7nPZyXaP8R2tLNN5tkyIZdG5fEwBrxwplzSnjC1jvQmyMNVwUCZPcbGY7Pg==
+"@babel/plugin-transform-object-rest-spread@^7.24.1":
+ version "7.24.1"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.24.1.tgz#5a3ce73caf0e7871a02e1c31e8b473093af241ff"
+ integrity sha512-XjD5f0YqOtebto4HGISLNfiNMTTs6tbkFf2TOqJlYKYmbo+mN9Dnpl4SRoofiziuOWMIyq3sZEUqLo3hLITFEA==
dependencies:
- "@babel/helper-plugin-utils" "^7.16.7"
+ "@babel/helper-compilation-targets" "^7.23.6"
+ "@babel/helper-plugin-utils" "^7.24.0"
+ "@babel/plugin-syntax-object-rest-spread" "^7.8.3"
+ "@babel/plugin-transform-parameters" "^7.24.1"
-"@babel/plugin-transform-react-jsx-development@^7.12.1", "@babel/plugin-transform-react-jsx-development@^7.16.7":
- version "7.16.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.16.7.tgz#43a00724a3ed2557ed3f276a01a929e6686ac7b8"
- integrity sha512-RMvQWvpla+xy6MlBpPlrKZCMRs2AGiHOGHY3xRwl0pEeim348dDyxeH4xBsMPbIMhujeq7ihE702eM2Ew0Wo+A==
+"@babel/plugin-transform-object-super@^7.24.1":
+ version "7.24.1"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.24.1.tgz#e71d6ab13483cca89ed95a474f542bbfc20a0520"
+ integrity sha512-oKJqR3TeI5hSLRxudMjFQ9re9fBVUU0GICqM3J1mi8MqlhVr6hC/ZN4ttAyMuQR6EZZIY6h/exe5swqGNNIkWQ==
dependencies:
- "@babel/plugin-transform-react-jsx" "^7.16.7"
+ "@babel/helper-plugin-utils" "^7.24.0"
+ "@babel/helper-replace-supers" "^7.24.1"
-"@babel/plugin-transform-react-jsx-self@^7.12.1":
- version "7.12.1"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.12.1.tgz#ef43cbca2a14f1bd17807dbe4376ff89d714cf28"
- integrity sha512-FbpL0ieNWiiBB5tCldX17EtXgmzeEZjFrix72rQYeq9X6nUK38HCaxexzVQrZWXanxKJPKVVIU37gFjEQYkPkA==
+"@babel/plugin-transform-optional-catch-binding@^7.24.1":
+ version "7.24.1"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.24.1.tgz#92a3d0efe847ba722f1a4508669b23134669e2da"
+ integrity sha512-oBTH7oURV4Y+3EUrf6cWn1OHio3qG/PVwO5J03iSJmBg6m2EhKjkAu/xuaXaYwWW9miYtvbWv4LNf0AmR43LUA==
dependencies:
- "@babel/helper-plugin-utils" "^7.10.4"
+ "@babel/helper-plugin-utils" "^7.24.0"
+ "@babel/plugin-syntax-optional-catch-binding" "^7.8.3"
-"@babel/plugin-transform-react-jsx-source@^7.12.1":
- version "7.12.1"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.12.1.tgz#d07de6863f468da0809edcf79a1aa8ce2a82a26b"
- integrity sha512-keQ5kBfjJNRc6zZN1/nVHCd6LLIHq4aUKcVnvE/2l+ZZROSbqoiGFRtT5t3Is89XJxBQaP7NLZX2jgGHdZvvFQ==
+"@babel/plugin-transform-optional-chaining@^7.23.0", "@babel/plugin-transform-optional-chaining@^7.24.1":
+ version "7.24.1"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.24.1.tgz#26e588acbedce1ab3519ac40cc748e380c5291e6"
+ integrity sha512-n03wmDt+987qXwAgcBlnUUivrZBPZ8z1plL0YvgQalLm+ZE5BMhGm94jhxXtA1wzv1Cu2aaOv1BM9vbVttrzSg==
dependencies:
- "@babel/helper-plugin-utils" "^7.10.4"
+ "@babel/helper-plugin-utils" "^7.24.0"
+ "@babel/helper-skip-transparent-expression-wrappers" "^7.22.5"
+ "@babel/plugin-syntax-optional-chaining" "^7.8.3"
-"@babel/plugin-transform-react-jsx@^7.12.1", "@babel/plugin-transform-react-jsx@^7.12.12", "@babel/plugin-transform-react-jsx@^7.16.7":
- version "7.16.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.16.7.tgz#86a6a220552afd0e4e1f0388a68a372be7add0d4"
- integrity sha512-8D16ye66fxiE8m890w0BpPpngG9o9OVBBy0gH2E+2AR7qMR2ZpTYJEqLxAsoroenMId0p/wMW+Blc0meDgu0Ag==
+"@babel/plugin-transform-parameters@^7.12.1", "@babel/plugin-transform-parameters@^7.24.1":
+ version "7.24.1"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.24.1.tgz#983c15d114da190506c75b616ceb0f817afcc510"
+ integrity sha512-8Jl6V24g+Uw5OGPeWNKrKqXPDw2YDjLc53ojwfMcKwlEoETKU9rU0mHUtcg9JntWI/QYzGAXNWEcVHZ+fR+XXg==
dependencies:
- "@babel/helper-annotate-as-pure" "^7.16.7"
- "@babel/helper-module-imports" "^7.16.7"
- "@babel/helper-plugin-utils" "^7.16.7"
- "@babel/plugin-syntax-jsx" "^7.16.7"
- "@babel/types" "^7.16.7"
+ "@babel/helper-plugin-utils" "^7.24.0"
-"@babel/plugin-transform-react-pure-annotations@^7.12.1", "@babel/plugin-transform-react-pure-annotations@^7.16.7":
- version "7.16.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.16.7.tgz#232bfd2f12eb551d6d7d01d13fe3f86b45eb9c67"
- integrity sha512-hs71ToC97k3QWxswh2ElzMFABXHvGiJ01IB1TbYQDGeWRKWz/MPUTh5jGExdHvosYKpnJW5Pm3S4+TA3FyX+GA==
+"@babel/plugin-transform-private-methods@^7.22.5", "@babel/plugin-transform-private-methods@^7.24.1":
+ version "7.24.1"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.24.1.tgz#a0faa1ae87eff077e1e47a5ec81c3aef383dc15a"
+ integrity sha512-tGvisebwBO5em4PaYNqt4fkw56K2VALsAbAakY0FjTYqJp7gfdrgr7YX76Or8/cpik0W6+tj3rZ0uHU9Oil4tw==
dependencies:
- "@babel/helper-annotate-as-pure" "^7.16.7"
- "@babel/helper-plugin-utils" "^7.16.7"
+ "@babel/helper-create-class-features-plugin" "^7.24.1"
+ "@babel/helper-plugin-utils" "^7.24.0"
-"@babel/plugin-transform-regenerator@^7.12.1", "@babel/plugin-transform-regenerator@^7.16.7":
- version "7.16.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.16.7.tgz#9e7576dc476cb89ccc5096fff7af659243b4adeb"
- integrity sha512-mF7jOgGYCkSJagJ6XCujSQg+6xC1M77/03K2oBmVJWoFGNUtnVJO4WHKJk3dnPC8HCcj4xBQP1Egm8DWh3Pb3Q==
+"@babel/plugin-transform-private-property-in-object@^7.24.1":
+ version "7.24.1"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.24.1.tgz#756443d400274f8fb7896742962cc1b9f25c1f6a"
+ integrity sha512-pTHxDVa0BpUbvAgX3Gat+7cSciXqUcY9j2VZKTbSB6+VQGpNgNO9ailxTGHSXlqOnX1Hcx1Enme2+yv7VqP9bg==
dependencies:
- regenerator-transform "^0.14.2"
+ "@babel/helper-annotate-as-pure" "^7.22.5"
+ "@babel/helper-create-class-features-plugin" "^7.24.1"
+ "@babel/helper-plugin-utils" "^7.24.0"
+ "@babel/plugin-syntax-private-property-in-object" "^7.14.5"
-"@babel/plugin-transform-reserved-words@^7.12.1", "@babel/plugin-transform-reserved-words@^7.16.7":
- version "7.16.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.16.7.tgz#1d798e078f7c5958eec952059c460b220a63f586"
- integrity sha512-KQzzDnZ9hWQBjwi5lpY5v9shmm6IVG0U9pB18zvMu2i4H90xpT4gmqwPYsn8rObiadYe2M0gmgsiOIF5A/2rtg==
+"@babel/plugin-transform-property-literals@^7.24.1":
+ version "7.24.1"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.24.1.tgz#d6a9aeab96f03749f4eebeb0b6ea8e90ec958825"
+ integrity sha512-LetvD7CrHmEx0G442gOomRr66d7q8HzzGGr4PMHGr+5YIm6++Yke+jxj246rpvsbyhJwCLxcTn6zW1P1BSenqA==
dependencies:
- "@babel/helper-plugin-utils" "^7.16.7"
+ "@babel/helper-plugin-utils" "^7.24.0"
-"@babel/plugin-transform-runtime@7.12.1":
- version "7.12.1"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.12.1.tgz#04b792057eb460389ff6a4198e377614ea1e7ba5"
- integrity sha512-Ac/H6G9FEIkS2tXsZjL4RAdS3L3WHxci0usAnz7laPWUmFiGtj7tIASChqKZMHTSQTQY6xDbOq+V1/vIq3QrWg==
+"@babel/plugin-transform-react-constant-elements@^7.12.1", "@babel/plugin-transform-react-constant-elements@^7.18.12":
+ version "7.24.1"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-constant-elements/-/plugin-transform-react-constant-elements-7.24.1.tgz#d493a0918b9fdad7540f5afd9b5eb5c52500d18d"
+ integrity sha512-QXp1U9x0R7tkiGB0FOk8o74jhnap0FlZ5gNkRIWdG3eP+SvMFg118e1zaWewDzgABb106QSKpVsD3Wgd8t6ifA==
dependencies:
- "@babel/helper-module-imports" "^7.12.1"
- "@babel/helper-plugin-utils" "^7.10.4"
- resolve "^1.8.1"
- semver "^5.5.1"
-
-"@babel/plugin-transform-runtime@^7.17.0":
- version "7.17.0"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.17.0.tgz#0a2e08b5e2b2d95c4b1d3b3371a2180617455b70"
- integrity sha512-fr7zPWnKXNc1xoHfrIU9mN/4XKX4VLZ45Q+oMhfsYIaHvg7mHgmhfOy/ckRWqDK7XF3QDigRpkh5DKq6+clE8A==
- dependencies:
- "@babel/helper-module-imports" "^7.16.7"
- "@babel/helper-plugin-utils" "^7.16.7"
- babel-plugin-polyfill-corejs2 "^0.3.0"
- babel-plugin-polyfill-corejs3 "^0.5.0"
- babel-plugin-polyfill-regenerator "^0.3.0"
- semver "^6.3.0"
+ "@babel/helper-plugin-utils" "^7.24.0"
+
+"@babel/plugin-transform-react-display-name@^7.16.0", "@babel/plugin-transform-react-display-name@^7.24.1":
+ version "7.24.1"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.24.1.tgz#554e3e1a25d181f040cf698b93fd289a03bfdcdb"
+ integrity sha512-mvoQg2f9p2qlpDQRBC7M3c3XTr0k7cp/0+kFKKO/7Gtu0LSw16eKB+Fabe2bDT/UpsyasTBBkAnbdsLrkD5XMw==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.24.0"
-"@babel/plugin-transform-shorthand-properties@^7.12.1", "@babel/plugin-transform-shorthand-properties@^7.16.7":
- version "7.16.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.16.7.tgz#e8549ae4afcf8382f711794c0c7b6b934c5fbd2a"
- integrity sha512-hah2+FEnoRoATdIb05IOXf+4GzXYTq75TVhIn1PewihbpyrNWUt2JbudKQOETWw6QpLe+AIUpJ5MVLYTQbeeUg==
+"@babel/plugin-transform-react-jsx-development@^7.22.5":
+ version "7.22.5"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.22.5.tgz#e716b6edbef972a92165cd69d92f1255f7e73e87"
+ integrity sha512-bDhuzwWMuInwCYeDeMzyi7TaBgRQei6DqxhbyniL7/VG4RSS7HtSL2QbY4eESy1KJqlWt8g3xeEBGPuo+XqC8A==
dependencies:
- "@babel/helper-plugin-utils" "^7.16.7"
+ "@babel/plugin-transform-react-jsx" "^7.22.5"
-"@babel/plugin-transform-spread@^7.12.1", "@babel/plugin-transform-spread@^7.16.7":
- version "7.16.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.16.7.tgz#a303e2122f9f12e0105daeedd0f30fb197d8ff44"
- integrity sha512-+pjJpgAngb53L0iaA5gU/1MLXJIfXcYepLgXB3esVRf4fqmj8f2cxM3/FKaHsZms08hFQJkFccEWuIpm429TXg==
+"@babel/plugin-transform-react-jsx@^7.22.5", "@babel/plugin-transform-react-jsx@^7.23.4":
+ version "7.23.4"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.23.4.tgz#393f99185110cea87184ea47bcb4a7b0c2e39312"
+ integrity sha512-5xOpoPguCZCRbo/JeHlloSkTA8Bld1J/E1/kLfD1nsuiW1m8tduTA1ERCgIZokDflX/IBzKcqR3l7VlRgiIfHA==
dependencies:
- "@babel/helper-plugin-utils" "^7.16.7"
- "@babel/helper-skip-transparent-expression-wrappers" "^7.16.0"
+ "@babel/helper-annotate-as-pure" "^7.22.5"
+ "@babel/helper-module-imports" "^7.22.15"
+ "@babel/helper-plugin-utils" "^7.22.5"
+ "@babel/plugin-syntax-jsx" "^7.23.3"
+ "@babel/types" "^7.23.4"
-"@babel/plugin-transform-sticky-regex@^7.12.1", "@babel/plugin-transform-sticky-regex@^7.16.7":
- version "7.16.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.16.7.tgz#c84741d4f4a38072b9a1e2e3fd56d359552e8660"
- integrity sha512-NJa0Bd/87QV5NZZzTuZG5BPJjLYadeSZ9fO6oOUoL4iQx+9EEuw/eEM92SrsT19Yc2jgB1u1hsjqDtH02c3Drw==
+"@babel/plugin-transform-react-pure-annotations@^7.24.1":
+ version "7.24.1"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.24.1.tgz#c86bce22a53956331210d268e49a0ff06e392470"
+ integrity sha512-+pWEAaDJvSm9aFvJNpLiM2+ktl2Sn2U5DdyiWdZBxmLc6+xGt88dvFqsHiAiDS+8WqUwbDfkKz9jRxK3M0k+kA==
dependencies:
- "@babel/helper-plugin-utils" "^7.16.7"
+ "@babel/helper-annotate-as-pure" "^7.22.5"
+ "@babel/helper-plugin-utils" "^7.24.0"
-"@babel/plugin-transform-template-literals@^7.12.1", "@babel/plugin-transform-template-literals@^7.16.7":
- version "7.16.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.16.7.tgz#f3d1c45d28967c8e80f53666fc9c3e50618217ab"
- integrity sha512-VwbkDDUeenlIjmfNeDX/V0aWrQH2QiVyJtwymVQSzItFDTpxfyJh3EVaQiS0rIN/CqbLGr0VcGmuwyTdZtdIsA==
+"@babel/plugin-transform-regenerator@^7.24.1":
+ version "7.24.1"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.24.1.tgz#625b7545bae52363bdc1fbbdc7252b5046409c8c"
+ integrity sha512-sJwZBCzIBE4t+5Q4IGLaaun5ExVMRY0lYwos/jNecjMrVCygCdph3IKv0tkP5Fc87e/1+bebAmEAGBfnRD+cnw==
dependencies:
- "@babel/helper-plugin-utils" "^7.16.7"
+ "@babel/helper-plugin-utils" "^7.24.0"
+ regenerator-transform "^0.15.2"
-"@babel/plugin-transform-typeof-symbol@^7.12.1", "@babel/plugin-transform-typeof-symbol@^7.16.7":
- version "7.16.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.16.7.tgz#9cdbe622582c21368bd482b660ba87d5545d4f7e"
- integrity sha512-p2rOixCKRJzpg9JB4gjnG4gjWkWa89ZoYUnl9snJ1cWIcTH/hvxZqfO+WjG6T8DRBpctEol5jw1O5rA8gkCokQ==
+"@babel/plugin-transform-reserved-words@^7.24.1":
+ version "7.24.1"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.24.1.tgz#8de729f5ecbaaf5cf83b67de13bad38a21be57c1"
+ integrity sha512-JAclqStUfIwKN15HrsQADFgeZt+wexNQ0uLhuqvqAUFoqPMjEcFCYZBhq0LUdz6dZK/mD+rErhW71fbx8RYElg==
dependencies:
- "@babel/helper-plugin-utils" "^7.16.7"
+ "@babel/helper-plugin-utils" "^7.24.0"
-"@babel/plugin-transform-typescript@^7.12.1", "@babel/plugin-transform-typescript@^7.16.7":
- version "7.16.8"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.16.8.tgz#591ce9b6b83504903fa9dd3652c357c2ba7a1ee0"
- integrity sha512-bHdQ9k7YpBDO2d0NVfkj51DpQcvwIzIusJ7mEUaMlbZq3Kt/U47j24inXZHQ5MDiYpCs+oZiwnXyKedE8+q7AQ==
+"@babel/plugin-transform-runtime@^7.16.4", "@babel/plugin-transform-runtime@^7.18.6":
+ version "7.24.3"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.24.3.tgz#dc58ad4a31810a890550365cc922e1ff5acb5d7f"
+ integrity sha512-J0BuRPNlNqlMTRJ72eVptpt9VcInbxO6iP3jaxr+1NPhC0UkKL+6oeX6VXMEYdADnuqmMmsBspt4d5w8Y/TCbQ==
dependencies:
- "@babel/helper-create-class-features-plugin" "^7.16.7"
- "@babel/helper-plugin-utils" "^7.16.7"
- "@babel/plugin-syntax-typescript" "^7.16.7"
+ "@babel/helper-module-imports" "^7.24.3"
+ "@babel/helper-plugin-utils" "^7.24.0"
+ babel-plugin-polyfill-corejs2 "^0.4.10"
+ babel-plugin-polyfill-corejs3 "^0.10.1"
+ babel-plugin-polyfill-regenerator "^0.6.1"
+ semver "^6.3.1"
-"@babel/plugin-transform-unicode-escapes@^7.12.1", "@babel/plugin-transform-unicode-escapes@^7.16.7":
- version "7.16.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.16.7.tgz#da8717de7b3287a2c6d659750c964f302b31ece3"
- integrity sha512-TAV5IGahIz3yZ9/Hfv35TV2xEm+kaBDaZQCn2S/hG9/CZ0DktxJv9eKfPc7yYCvOYR4JGx1h8C+jcSOvgaaI/Q==
+"@babel/plugin-transform-shorthand-properties@^7.24.1":
+ version "7.24.1"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.24.1.tgz#ba9a09144cf55d35ec6b93a32253becad8ee5b55"
+ integrity sha512-LyjVB1nsJ6gTTUKRjRWx9C1s9hE7dLfP/knKdrfeH9UPtAGjYGgxIbFfx7xyLIEWs7Xe1Gnf8EWiUqfjLhInZA==
dependencies:
- "@babel/helper-plugin-utils" "^7.16.7"
+ "@babel/helper-plugin-utils" "^7.24.0"
-"@babel/plugin-transform-unicode-regex@^7.12.1", "@babel/plugin-transform-unicode-regex@^7.16.7":
- version "7.16.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.16.7.tgz#0f7aa4a501198976e25e82702574c34cfebe9ef2"
- integrity sha512-oC5tYYKw56HO75KZVLQ+R/Nl3Hro9kf8iG0hXoaHP7tjAyCpvqBiSNe6vGrZni1Z6MggmUOC6A7VP7AVmw225Q==
+"@babel/plugin-transform-spread@^7.24.1":
+ version "7.24.1"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.24.1.tgz#a1acf9152cbf690e4da0ba10790b3ac7d2b2b391"
+ integrity sha512-KjmcIM+fxgY+KxPVbjelJC6hrH1CgtPmTvdXAfn3/a9CnWGSTY7nH4zm5+cjmWJybdcPSsD0++QssDsjcpe47g==
dependencies:
- "@babel/helper-create-regexp-features-plugin" "^7.16.7"
- "@babel/helper-plugin-utils" "^7.16.7"
+ "@babel/helper-plugin-utils" "^7.24.0"
+ "@babel/helper-skip-transparent-expression-wrappers" "^7.22.5"
-"@babel/preset-env@7.12.1":
- version "7.12.1"
- resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.12.1.tgz#9c7e5ca82a19efc865384bb4989148d2ee5d7ac2"
- integrity sha512-H8kxXmtPaAGT7TyBvSSkoSTUK6RHh61So05SyEbpmr0MCZrsNYn7mGMzzeYoOUCdHzww61k8XBft2TaES+xPLg==
+"@babel/plugin-transform-sticky-regex@^7.24.1":
+ version "7.24.1"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.24.1.tgz#f03e672912c6e203ed8d6e0271d9c2113dc031b9"
+ integrity sha512-9v0f1bRXgPVcPrngOQvLXeGNNVLc8UjMVfebo9ka0WF3/7+aVUHmaJVT3sa0XCzEFioPfPHZiOcYG9qOsH63cw==
dependencies:
- "@babel/compat-data" "^7.12.1"
- "@babel/helper-compilation-targets" "^7.12.1"
- "@babel/helper-module-imports" "^7.12.1"
- "@babel/helper-plugin-utils" "^7.10.4"
- "@babel/helper-validator-option" "^7.12.1"
- "@babel/plugin-proposal-async-generator-functions" "^7.12.1"
- "@babel/plugin-proposal-class-properties" "^7.12.1"
- "@babel/plugin-proposal-dynamic-import" "^7.12.1"
- "@babel/plugin-proposal-export-namespace-from" "^7.12.1"
- "@babel/plugin-proposal-json-strings" "^7.12.1"
- "@babel/plugin-proposal-logical-assignment-operators" "^7.12.1"
- "@babel/plugin-proposal-nullish-coalescing-operator" "^7.12.1"
- "@babel/plugin-proposal-numeric-separator" "^7.12.1"
- "@babel/plugin-proposal-object-rest-spread" "^7.12.1"
- "@babel/plugin-proposal-optional-catch-binding" "^7.12.1"
- "@babel/plugin-proposal-optional-chaining" "^7.12.1"
- "@babel/plugin-proposal-private-methods" "^7.12.1"
- "@babel/plugin-proposal-unicode-property-regex" "^7.12.1"
- "@babel/plugin-syntax-async-generators" "^7.8.0"
- "@babel/plugin-syntax-class-properties" "^7.12.1"
- "@babel/plugin-syntax-dynamic-import" "^7.8.0"
- "@babel/plugin-syntax-export-namespace-from" "^7.8.3"
- "@babel/plugin-syntax-json-strings" "^7.8.0"
- "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4"
- "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.0"
- "@babel/plugin-syntax-numeric-separator" "^7.10.4"
- "@babel/plugin-syntax-object-rest-spread" "^7.8.0"
- "@babel/plugin-syntax-optional-catch-binding" "^7.8.0"
- "@babel/plugin-syntax-optional-chaining" "^7.8.0"
- "@babel/plugin-syntax-top-level-await" "^7.12.1"
- "@babel/plugin-transform-arrow-functions" "^7.12.1"
- "@babel/plugin-transform-async-to-generator" "^7.12.1"
- "@babel/plugin-transform-block-scoped-functions" "^7.12.1"
- "@babel/plugin-transform-block-scoping" "^7.12.1"
- "@babel/plugin-transform-classes" "^7.12.1"
- "@babel/plugin-transform-computed-properties" "^7.12.1"
- "@babel/plugin-transform-destructuring" "^7.12.1"
- "@babel/plugin-transform-dotall-regex" "^7.12.1"
- "@babel/plugin-transform-duplicate-keys" "^7.12.1"
- "@babel/plugin-transform-exponentiation-operator" "^7.12.1"
- "@babel/plugin-transform-for-of" "^7.12.1"
- "@babel/plugin-transform-function-name" "^7.12.1"
- "@babel/plugin-transform-literals" "^7.12.1"
- "@babel/plugin-transform-member-expression-literals" "^7.12.1"
- "@babel/plugin-transform-modules-amd" "^7.12.1"
- "@babel/plugin-transform-modules-commonjs" "^7.12.1"
- "@babel/plugin-transform-modules-systemjs" "^7.12.1"
- "@babel/plugin-transform-modules-umd" "^7.12.1"
- "@babel/plugin-transform-named-capturing-groups-regex" "^7.12.1"
- "@babel/plugin-transform-new-target" "^7.12.1"
- "@babel/plugin-transform-object-super" "^7.12.1"
- "@babel/plugin-transform-parameters" "^7.12.1"
- "@babel/plugin-transform-property-literals" "^7.12.1"
- "@babel/plugin-transform-regenerator" "^7.12.1"
- "@babel/plugin-transform-reserved-words" "^7.12.1"
- "@babel/plugin-transform-shorthand-properties" "^7.12.1"
- "@babel/plugin-transform-spread" "^7.12.1"
- "@babel/plugin-transform-sticky-regex" "^7.12.1"
- "@babel/plugin-transform-template-literals" "^7.12.1"
- "@babel/plugin-transform-typeof-symbol" "^7.12.1"
- "@babel/plugin-transform-unicode-escapes" "^7.12.1"
- "@babel/plugin-transform-unicode-regex" "^7.12.1"
- "@babel/preset-modules" "^0.1.3"
- "@babel/types" "^7.12.1"
- core-js-compat "^3.6.2"
- semver "^5.5.0"
+ "@babel/helper-plugin-utils" "^7.24.0"
+
+"@babel/plugin-transform-template-literals@^7.24.1":
+ version "7.24.1"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.24.1.tgz#15e2166873a30d8617e3e2ccadb86643d327aab7"
+ integrity sha512-WRkhROsNzriarqECASCNu/nojeXCDTE/F2HmRgOzi7NGvyfYGq1NEjKBK3ckLfRgGc6/lPAqP0vDOSw3YtG34g==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.24.0"
+
+"@babel/plugin-transform-typeof-symbol@^7.24.1":
+ version "7.24.1"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.24.1.tgz#6831f78647080dec044f7e9f68003d99424f94c7"
+ integrity sha512-CBfU4l/A+KruSUoW+vTQthwcAdwuqbpRNB8HQKlZABwHRhsdHZ9fezp4Sn18PeAlYxTNiLMlx4xUBV3AWfg1BA==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.24.0"
+
+"@babel/plugin-transform-typescript@^7.24.1":
+ version "7.24.4"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.24.4.tgz#03e0492537a4b953e491f53f2bc88245574ebd15"
+ integrity sha512-79t3CQ8+oBGk/80SQ8MN3Bs3obf83zJ0YZjDmDaEZN8MqhMI760apl5z6a20kFeMXBwJX99VpKT8CKxEBp5H1g==
+ dependencies:
+ "@babel/helper-annotate-as-pure" "^7.22.5"
+ "@babel/helper-create-class-features-plugin" "^7.24.4"
+ "@babel/helper-plugin-utils" "^7.24.0"
+ "@babel/plugin-syntax-typescript" "^7.24.1"
+
+"@babel/plugin-transform-unicode-escapes@^7.24.1":
+ version "7.24.1"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.24.1.tgz#fb3fa16676549ac7c7449db9b342614985c2a3a4"
+ integrity sha512-RlkVIcWT4TLI96zM660S877E7beKlQw7Ig+wqkKBiWfj0zH5Q4h50q6er4wzZKRNSYpfo6ILJ+hrJAGSX2qcNw==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.24.0"
+
+"@babel/plugin-transform-unicode-property-regex@^7.24.1":
+ version "7.24.1"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.24.1.tgz#56704fd4d99da81e5e9f0c0c93cabd91dbc4889e"
+ integrity sha512-Ss4VvlfYV5huWApFsF8/Sq0oXnGO+jB+rijFEFugTd3cwSObUSnUi88djgR5528Csl0uKlrI331kRqe56Ov2Ng==
+ dependencies:
+ "@babel/helper-create-regexp-features-plugin" "^7.22.15"
+ "@babel/helper-plugin-utils" "^7.24.0"
+
+"@babel/plugin-transform-unicode-regex@^7.24.1":
+ version "7.24.1"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.24.1.tgz#57c3c191d68f998ac46b708380c1ce4d13536385"
+ integrity sha512-2A/94wgZgxfTsiLaQ2E36XAOdcZmGAaEEgVmxQWwZXWkGhvoHbaqXcKnU8zny4ycpu3vNqg0L/PcCiYtHtA13g==
+ dependencies:
+ "@babel/helper-create-regexp-features-plugin" "^7.22.15"
+ "@babel/helper-plugin-utils" "^7.24.0"
-"@babel/preset-env@^7.11.0", "@babel/preset-env@^7.12.1", "@babel/preset-env@^7.12.11", "@babel/preset-env@^7.14.7", "@babel/preset-env@^7.15.6", "@babel/preset-env@^7.16.11", "@babel/preset-env@^7.8.4":
- version "7.16.11"
- resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.16.11.tgz#5dd88fd885fae36f88fd7c8342475c9f0abe2982"
- integrity sha512-qcmWG8R7ZW6WBRPZK//y+E3Cli151B20W1Rv7ln27vuPaXU/8TKms6jFdiJtF7UDTxcrb7mZd88tAeK9LjdT8g==
- dependencies:
- "@babel/compat-data" "^7.16.8"
- "@babel/helper-compilation-targets" "^7.16.7"
- "@babel/helper-plugin-utils" "^7.16.7"
- "@babel/helper-validator-option" "^7.16.7"
- "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.16.7"
- "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.16.7"
- "@babel/plugin-proposal-async-generator-functions" "^7.16.8"
- "@babel/plugin-proposal-class-properties" "^7.16.7"
- "@babel/plugin-proposal-class-static-block" "^7.16.7"
- "@babel/plugin-proposal-dynamic-import" "^7.16.7"
- "@babel/plugin-proposal-export-namespace-from" "^7.16.7"
- "@babel/plugin-proposal-json-strings" "^7.16.7"
- "@babel/plugin-proposal-logical-assignment-operators" "^7.16.7"
- "@babel/plugin-proposal-nullish-coalescing-operator" "^7.16.7"
- "@babel/plugin-proposal-numeric-separator" "^7.16.7"
- "@babel/plugin-proposal-object-rest-spread" "^7.16.7"
- "@babel/plugin-proposal-optional-catch-binding" "^7.16.7"
- "@babel/plugin-proposal-optional-chaining" "^7.16.7"
- "@babel/plugin-proposal-private-methods" "^7.16.11"
- "@babel/plugin-proposal-private-property-in-object" "^7.16.7"
- "@babel/plugin-proposal-unicode-property-regex" "^7.16.7"
+"@babel/plugin-transform-unicode-sets-regex@^7.24.1":
+ version "7.24.1"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.24.1.tgz#c1ea175b02afcffc9cf57a9c4658326625165b7f"
+ integrity sha512-fqj4WuzzS+ukpgerpAoOnMfQXwUHFxXUZUE84oL2Kao2N8uSlvcpnAidKASgsNgzZHBsHWvcm8s9FPWUhAb8fA==
+ dependencies:
+ "@babel/helper-create-regexp-features-plugin" "^7.22.15"
+ "@babel/helper-plugin-utils" "^7.24.0"
+
+"@babel/preset-env@^7.11.0", "@babel/preset-env@^7.12.1", "@babel/preset-env@^7.14.7", "@babel/preset-env@^7.16.4", "@babel/preset-env@^7.18.6", "@babel/preset-env@^7.19.4", "@babel/preset-env@^7.23.2", "@babel/preset-env@^7.8.4":
+ version "7.24.4"
+ resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.24.4.tgz#46dbbcd608771373b88f956ffb67d471dce0d23b"
+ integrity sha512-7Kl6cSmYkak0FK/FXjSEnLJ1N9T/WA2RkMhu17gZ/dsxKJUuTYNIylahPTzqpLyJN4WhDif8X0XK1R8Wsguo/A==
+ dependencies:
+ "@babel/compat-data" "^7.24.4"
+ "@babel/helper-compilation-targets" "^7.23.6"
+ "@babel/helper-plugin-utils" "^7.24.0"
+ "@babel/helper-validator-option" "^7.23.5"
+ "@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.24.4"
+ "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.24.1"
+ "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.24.1"
+ "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.24.1"
+ "@babel/plugin-proposal-private-property-in-object" "7.21.0-placeholder-for-preset-env.2"
"@babel/plugin-syntax-async-generators" "^7.8.4"
"@babel/plugin-syntax-class-properties" "^7.12.13"
"@babel/plugin-syntax-class-static-block" "^7.14.5"
"@babel/plugin-syntax-dynamic-import" "^7.8.3"
"@babel/plugin-syntax-export-namespace-from" "^7.8.3"
+ "@babel/plugin-syntax-import-assertions" "^7.24.1"
+ "@babel/plugin-syntax-import-attributes" "^7.24.1"
+ "@babel/plugin-syntax-import-meta" "^7.10.4"
"@babel/plugin-syntax-json-strings" "^7.8.3"
"@babel/plugin-syntax-logical-assignment-operators" "^7.10.4"
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3"
@@ -1333,163 +1286,157 @@
"@babel/plugin-syntax-optional-chaining" "^7.8.3"
"@babel/plugin-syntax-private-property-in-object" "^7.14.5"
"@babel/plugin-syntax-top-level-await" "^7.14.5"
- "@babel/plugin-transform-arrow-functions" "^7.16.7"
- "@babel/plugin-transform-async-to-generator" "^7.16.8"
- "@babel/plugin-transform-block-scoped-functions" "^7.16.7"
- "@babel/plugin-transform-block-scoping" "^7.16.7"
- "@babel/plugin-transform-classes" "^7.16.7"
- "@babel/plugin-transform-computed-properties" "^7.16.7"
- "@babel/plugin-transform-destructuring" "^7.16.7"
- "@babel/plugin-transform-dotall-regex" "^7.16.7"
- "@babel/plugin-transform-duplicate-keys" "^7.16.7"
- "@babel/plugin-transform-exponentiation-operator" "^7.16.7"
- "@babel/plugin-transform-for-of" "^7.16.7"
- "@babel/plugin-transform-function-name" "^7.16.7"
- "@babel/plugin-transform-literals" "^7.16.7"
- "@babel/plugin-transform-member-expression-literals" "^7.16.7"
- "@babel/plugin-transform-modules-amd" "^7.16.7"
- "@babel/plugin-transform-modules-commonjs" "^7.16.8"
- "@babel/plugin-transform-modules-systemjs" "^7.16.7"
- "@babel/plugin-transform-modules-umd" "^7.16.7"
- "@babel/plugin-transform-named-capturing-groups-regex" "^7.16.8"
- "@babel/plugin-transform-new-target" "^7.16.7"
- "@babel/plugin-transform-object-super" "^7.16.7"
- "@babel/plugin-transform-parameters" "^7.16.7"
- "@babel/plugin-transform-property-literals" "^7.16.7"
- "@babel/plugin-transform-regenerator" "^7.16.7"
- "@babel/plugin-transform-reserved-words" "^7.16.7"
- "@babel/plugin-transform-shorthand-properties" "^7.16.7"
- "@babel/plugin-transform-spread" "^7.16.7"
- "@babel/plugin-transform-sticky-regex" "^7.16.7"
- "@babel/plugin-transform-template-literals" "^7.16.7"
- "@babel/plugin-transform-typeof-symbol" "^7.16.7"
- "@babel/plugin-transform-unicode-escapes" "^7.16.7"
- "@babel/plugin-transform-unicode-regex" "^7.16.7"
- "@babel/preset-modules" "^0.1.5"
- "@babel/types" "^7.16.8"
- babel-plugin-polyfill-corejs2 "^0.3.0"
- babel-plugin-polyfill-corejs3 "^0.5.0"
- babel-plugin-polyfill-regenerator "^0.3.0"
- core-js-compat "^3.20.2"
- semver "^6.3.0"
-
-"@babel/preset-flow@^7.0.0", "@babel/preset-flow@^7.12.1":
- version "7.12.1"
- resolved "https://registry.yarnpkg.com/@babel/preset-flow/-/preset-flow-7.12.1.tgz#1a81d376c5a9549e75352a3888f8c273455ae940"
- integrity sha512-UAoyMdioAhM6H99qPoKvpHMzxmNVXno8GYU/7vZmGaHk6/KqfDYL1W0NxszVbJ2EP271b7e6Ox+Vk2A9QsB3Sw==
+ "@babel/plugin-syntax-unicode-sets-regex" "^7.18.6"
+ "@babel/plugin-transform-arrow-functions" "^7.24.1"
+ "@babel/plugin-transform-async-generator-functions" "^7.24.3"
+ "@babel/plugin-transform-async-to-generator" "^7.24.1"
+ "@babel/plugin-transform-block-scoped-functions" "^7.24.1"
+ "@babel/plugin-transform-block-scoping" "^7.24.4"
+ "@babel/plugin-transform-class-properties" "^7.24.1"
+ "@babel/plugin-transform-class-static-block" "^7.24.4"
+ "@babel/plugin-transform-classes" "^7.24.1"
+ "@babel/plugin-transform-computed-properties" "^7.24.1"
+ "@babel/plugin-transform-destructuring" "^7.24.1"
+ "@babel/plugin-transform-dotall-regex" "^7.24.1"
+ "@babel/plugin-transform-duplicate-keys" "^7.24.1"
+ "@babel/plugin-transform-dynamic-import" "^7.24.1"
+ "@babel/plugin-transform-exponentiation-operator" "^7.24.1"
+ "@babel/plugin-transform-export-namespace-from" "^7.24.1"
+ "@babel/plugin-transform-for-of" "^7.24.1"
+ "@babel/plugin-transform-function-name" "^7.24.1"
+ "@babel/plugin-transform-json-strings" "^7.24.1"
+ "@babel/plugin-transform-literals" "^7.24.1"
+ "@babel/plugin-transform-logical-assignment-operators" "^7.24.1"
+ "@babel/plugin-transform-member-expression-literals" "^7.24.1"
+ "@babel/plugin-transform-modules-amd" "^7.24.1"
+ "@babel/plugin-transform-modules-commonjs" "^7.24.1"
+ "@babel/plugin-transform-modules-systemjs" "^7.24.1"
+ "@babel/plugin-transform-modules-umd" "^7.24.1"
+ "@babel/plugin-transform-named-capturing-groups-regex" "^7.22.5"
+ "@babel/plugin-transform-new-target" "^7.24.1"
+ "@babel/plugin-transform-nullish-coalescing-operator" "^7.24.1"
+ "@babel/plugin-transform-numeric-separator" "^7.24.1"
+ "@babel/plugin-transform-object-rest-spread" "^7.24.1"
+ "@babel/plugin-transform-object-super" "^7.24.1"
+ "@babel/plugin-transform-optional-catch-binding" "^7.24.1"
+ "@babel/plugin-transform-optional-chaining" "^7.24.1"
+ "@babel/plugin-transform-parameters" "^7.24.1"
+ "@babel/plugin-transform-private-methods" "^7.24.1"
+ "@babel/plugin-transform-private-property-in-object" "^7.24.1"
+ "@babel/plugin-transform-property-literals" "^7.24.1"
+ "@babel/plugin-transform-regenerator" "^7.24.1"
+ "@babel/plugin-transform-reserved-words" "^7.24.1"
+ "@babel/plugin-transform-shorthand-properties" "^7.24.1"
+ "@babel/plugin-transform-spread" "^7.24.1"
+ "@babel/plugin-transform-sticky-regex" "^7.24.1"
+ "@babel/plugin-transform-template-literals" "^7.24.1"
+ "@babel/plugin-transform-typeof-symbol" "^7.24.1"
+ "@babel/plugin-transform-unicode-escapes" "^7.24.1"
+ "@babel/plugin-transform-unicode-property-regex" "^7.24.1"
+ "@babel/plugin-transform-unicode-regex" "^7.24.1"
+ "@babel/plugin-transform-unicode-sets-regex" "^7.24.1"
+ "@babel/preset-modules" "0.1.6-no-external-plugins"
+ babel-plugin-polyfill-corejs2 "^0.4.10"
+ babel-plugin-polyfill-corejs3 "^0.10.4"
+ babel-plugin-polyfill-regenerator "^0.6.1"
+ core-js-compat "^3.31.0"
+ semver "^6.3.1"
+
+"@babel/preset-flow@^7.0.0", "@babel/preset-flow@^7.22.15":
+ version "7.24.1"
+ resolved "https://registry.yarnpkg.com/@babel/preset-flow/-/preset-flow-7.24.1.tgz#da7196c20c2d7dd4e98cfd8b192fe53b5eb6f0bb"
+ integrity sha512-sWCV2G9pcqZf+JHyv/RyqEIpFypxdCSxWIxQjpdaQxenNog7cN1pr76hg8u0Fz8Qgg0H4ETkGcJnXL8d4j0PPA==
dependencies:
- "@babel/helper-plugin-utils" "^7.10.4"
- "@babel/plugin-transform-flow-strip-types" "^7.12.1"
+ "@babel/helper-plugin-utils" "^7.24.0"
+ "@babel/helper-validator-option" "^7.23.5"
+ "@babel/plugin-transform-flow-strip-types" "^7.24.1"
-"@babel/preset-modules@^0.1.3", "@babel/preset-modules@^0.1.5":
- version "0.1.5"
- resolved "https://registry.yarnpkg.com/@babel/preset-modules/-/preset-modules-0.1.5.tgz#ef939d6e7f268827e1841638dc6ff95515e115d9"
- integrity sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==
+"@babel/preset-modules@0.1.6-no-external-plugins":
+ version "0.1.6-no-external-plugins"
+ resolved "https://registry.yarnpkg.com/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz#ccb88a2c49c817236861fee7826080573b8a923a"
+ integrity sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==
dependencies:
"@babel/helper-plugin-utils" "^7.0.0"
- "@babel/plugin-proposal-unicode-property-regex" "^7.4.4"
- "@babel/plugin-transform-dotall-regex" "^7.4.4"
"@babel/types" "^7.4.4"
esutils "^2.0.2"
-"@babel/preset-react@7.12.1":
- version "7.12.1"
- resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.12.1.tgz#7f022b13f55b6dd82f00f16d1c599ae62985358c"
- integrity sha512-euCExymHCi0qB9u5fKw7rvlw7AZSjw/NaB9h7EkdTt5+yHRrXdiRTh7fkG3uBPpJg82CqLfp1LHLqWGSCrab+g==
- dependencies:
- "@babel/helper-plugin-utils" "^7.10.4"
- "@babel/plugin-transform-react-display-name" "^7.12.1"
- "@babel/plugin-transform-react-jsx" "^7.12.1"
- "@babel/plugin-transform-react-jsx-development" "^7.12.1"
- "@babel/plugin-transform-react-jsx-self" "^7.12.1"
- "@babel/plugin-transform-react-jsx-source" "^7.12.1"
- "@babel/plugin-transform-react-pure-annotations" "^7.12.1"
-
-"@babel/preset-react@^7.0.0", "@babel/preset-react@^7.12.10", "@babel/preset-react@^7.12.5", "@babel/preset-react@^7.14.5", "@babel/preset-react@^7.16.7":
- version "7.16.7"
- resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.16.7.tgz#4c18150491edc69c183ff818f9f2aecbe5d93852"
- integrity sha512-fWpyI8UM/HE6DfPBzD8LnhQ/OcH8AgTaqcqP2nGOXEUV+VKBR5JRN9hCk9ai+zQQ57vtm9oWeXguBCPNUjytgA==
- dependencies:
- "@babel/helper-plugin-utils" "^7.16.7"
- "@babel/helper-validator-option" "^7.16.7"
- "@babel/plugin-transform-react-display-name" "^7.16.7"
- "@babel/plugin-transform-react-jsx" "^7.16.7"
- "@babel/plugin-transform-react-jsx-development" "^7.16.7"
- "@babel/plugin-transform-react-pure-annotations" "^7.16.7"
-
-"@babel/preset-typescript@7.12.1":
- version "7.12.1"
- resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.12.1.tgz#86480b483bb97f75036e8864fe404cc782cc311b"
- integrity sha512-hNK/DhmoJPsksdHuI/RVrcEws7GN5eamhi28JkO52MqIxU8Z0QpmiSOQxZHWOHV7I3P4UjHV97ay4TcamMA6Kw==
+"@babel/preset-react@^7.0.0", "@babel/preset-react@^7.12.5", "@babel/preset-react@^7.16.0", "@babel/preset-react@^7.18.6":
+ version "7.24.1"
+ resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.24.1.tgz#2450c2ac5cc498ef6101a6ca5474de251e33aa95"
+ integrity sha512-eFa8up2/8cZXLIpkafhaADTXSnl7IsUFCYenRWrARBz0/qZwcT0RBXpys0LJU4+WfPoF2ZG6ew6s2V6izMCwRA==
dependencies:
- "@babel/helper-plugin-utils" "^7.10.4"
- "@babel/plugin-transform-typescript" "^7.12.1"
+ "@babel/helper-plugin-utils" "^7.24.0"
+ "@babel/helper-validator-option" "^7.23.5"
+ "@babel/plugin-transform-react-display-name" "^7.24.1"
+ "@babel/plugin-transform-react-jsx" "^7.23.4"
+ "@babel/plugin-transform-react-jsx-development" "^7.22.5"
+ "@babel/plugin-transform-react-pure-annotations" "^7.24.1"
-"@babel/preset-typescript@^7.1.0", "@babel/preset-typescript@^7.12.7", "@babel/preset-typescript@^7.15.0", "@babel/preset-typescript@^7.16.7", "@babel/preset-typescript@^7.6.0":
- version "7.16.7"
- resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.16.7.tgz#ab114d68bb2020afc069cd51b37ff98a046a70b9"
- integrity sha512-WbVEmgXdIyvzB77AQjGBEyYPZx+8tTsO50XtfozQrkW8QB2rLJpH2lgx0TRw5EJrBxOZQ+wCcyPVQvS8tjEHpQ==
+"@babel/preset-typescript@^7.1.0", "@babel/preset-typescript@^7.16.0", "@babel/preset-typescript@^7.18.6", "@babel/preset-typescript@^7.23.0", "@babel/preset-typescript@^7.6.0":
+ version "7.24.1"
+ resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.24.1.tgz#89bdf13a3149a17b3b2a2c9c62547f06db8845ec"
+ integrity sha512-1DBaMmRDpuYQBPWD8Pf/WEwCrtgRHxsZnP4mIy9G/X+hFfbI47Q2G4t1Paakld84+qsk2fSsUPMKg71jkoOOaQ==
dependencies:
- "@babel/helper-plugin-utils" "^7.16.7"
- "@babel/helper-validator-option" "^7.16.7"
- "@babel/plugin-transform-typescript" "^7.16.7"
+ "@babel/helper-plugin-utils" "^7.24.0"
+ "@babel/helper-validator-option" "^7.23.5"
+ "@babel/plugin-syntax-jsx" "^7.24.1"
+ "@babel/plugin-transform-modules-commonjs" "^7.24.1"
+ "@babel/plugin-transform-typescript" "^7.24.1"
-"@babel/register@^7.0.0", "@babel/register@^7.12.1":
- version "7.12.10"
- resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.12.10.tgz#19b87143f17128af4dbe7af54c735663b3999f60"
- integrity sha512-EvX/BvMMJRAA3jZgILWgbsrHwBQvllC5T8B29McyME8DvkdOxk4ujESfrMvME8IHSDvWXrmMXxPvA/lx2gqPLQ==
+"@babel/register@^7.0.0", "@babel/register@^7.22.15":
+ version "7.23.7"
+ resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.23.7.tgz#485a5e7951939d21304cae4af1719fdb887bc038"
+ integrity sha512-EjJeB6+kvpk+Y5DAkEAmbOBEFkh9OASx0huoEkqYTFxAZHzOAX2Oh5uwAUuL2rUddqfM0SA+KPXV2TbzoZ2kvQ==
dependencies:
+ clone-deep "^4.0.1"
find-cache-dir "^2.0.0"
- lodash "^4.17.19"
make-dir "^2.1.0"
- pirates "^4.0.0"
+ pirates "^4.0.6"
source-map-support "^0.5.16"
-"@babel/runtime-corejs3@^7.10.2", "@babel/runtime-corejs3@^7.17.2":
- version "7.17.2"
- resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.17.2.tgz#fdca2cd05fba63388babe85d349b6801b008fd13"
- integrity sha512-NcKtr2epxfIrNM4VOmPKO46TvDMCBhgi2CrSHaEarrz+Plk2K5r9QemmOFTGpZaoKnWoGH5MO+CzeRsih/Fcgg==
- dependencies:
- core-js-pure "^3.20.2"
- regenerator-runtime "^0.13.4"
+"@babel/regjsgen@^0.8.0":
+ version "0.8.0"
+ resolved "https://registry.yarnpkg.com/@babel/regjsgen/-/regjsgen-0.8.0.tgz#f0ba69b075e1f05fb2825b7fad991e7adbb18310"
+ integrity sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==
-"@babel/runtime@7.12.1":
- version "7.12.1"
- resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.12.1.tgz#b4116a6b6711d010b2dad3b7b6e43bf1b9954740"
- integrity sha512-J5AIf3vPj3UwXaAzb5j1xM4WAQDX3EMgemF8rjCP3SoW09LfRKAXQKt6CoVYl230P6iWdRcBbnLDDdnqWxZSCA==
+"@babel/runtime-corejs3@^7.18.6":
+ version "7.24.4"
+ resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.24.4.tgz#b9ebe728087cfbb22bbaccc6f9a70d69834124a0"
+ integrity sha512-VOQOexSilscN24VEY810G/PqtpFvx/z6UqDIjIWbDe2368HhDLkYN5TYwaEz/+eRCUkhJ2WaNLLmQAlxzfWj4w==
dependencies:
- regenerator-runtime "^0.13.4"
+ core-js-pure "^3.30.2"
+ regenerator-runtime "^0.14.0"
-"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.10.0", "@babel/runtime@^7.10.2", "@babel/runtime@^7.10.3", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.0", "@babel/runtime@^7.12.1", "@babel/runtime@^7.12.13", "@babel/runtime@^7.12.5", "@babel/runtime@^7.13.10", "@babel/runtime@^7.13.17", "@babel/runtime@^7.17.2", "@babel/runtime@^7.3.1", "@babel/runtime@^7.5.0", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.2", "@babel/runtime@^7.7.2", "@babel/runtime@^7.7.6", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2":
- version "7.17.2"
- resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.17.2.tgz#66f68591605e59da47523c631416b18508779941"
- integrity sha512-hzeyJyMA1YGdJTuWU0e/j4wKXrU4OMFvY2MSlaI9B7VQb0r5cxTE3EAIS2Q7Tn2RIcDkRvTA/v2JsAEhxe99uw==
+"@babel/runtime@^7.1.2", "@babel/runtime@^7.10.0", "@babel/runtime@^7.10.3", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.13", "@babel/runtime@^7.12.5", "@babel/runtime@^7.13.10", "@babel/runtime@^7.15.4", "@babel/runtime@^7.16.3", "@babel/runtime@^7.17.8", "@babel/runtime@^7.18.6", "@babel/runtime@^7.20.13", "@babel/runtime@^7.21.0", "@babel/runtime@^7.23.2", "@babel/runtime@^7.23.8", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.2", "@babel/runtime@^7.7.2", "@babel/runtime@^7.7.6", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2":
+ version "7.24.4"
+ resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.24.4.tgz#de795accd698007a66ba44add6cc86542aff1edd"
+ integrity sha512-dkxf7+hn8mFBwKjs9bvBlArzLVxVbS8usaPUDd5p2a9JCL9tB8OaOVN1isD4+Xyk4ns89/xeOmbQvgdK7IIVdA==
dependencies:
- regenerator-runtime "^0.13.4"
+ regenerator-runtime "^0.14.0"
-"@babel/template@^7.10.4", "@babel/template@^7.12.7", "@babel/template@^7.16.7", "@babel/template@^7.3.3":
- version "7.16.7"
- resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.16.7.tgz#8d126c8701fde4d66b264b3eba3d96f07666d155"
- integrity sha512-I8j/x8kHUrbYRTUxXrrMbfCa7jxkE7tZre39x3kjr9hvI82cK1FfqLygotcWN5kdPGWcLdWMHpSBavse5tWw3w==
+"@babel/template@^7.10.4", "@babel/template@^7.12.7", "@babel/template@^7.22.15", "@babel/template@^7.24.0", "@babel/template@^7.3.3":
+ version "7.24.0"
+ resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.24.0.tgz#c6a524aa93a4a05d66aaf31654258fae69d87d50"
+ integrity sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA==
dependencies:
- "@babel/code-frame" "^7.16.7"
- "@babel/parser" "^7.16.7"
- "@babel/types" "^7.16.7"
+ "@babel/code-frame" "^7.23.5"
+ "@babel/parser" "^7.24.0"
+ "@babel/types" "^7.24.0"
-"@babel/traverse@^7.1.0", "@babel/traverse@^7.1.6", "@babel/traverse@^7.12.1", "@babel/traverse@^7.12.11", "@babel/traverse@^7.12.9", "@babel/traverse@^7.13.0", "@babel/traverse@^7.16.7", "@babel/traverse@^7.16.8", "@babel/traverse@^7.17.0", "@babel/traverse@^7.17.3", "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.2":
- version "7.17.3"
- resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.17.3.tgz#0ae0f15b27d9a92ba1f2263358ea7c4e7db47b57"
- integrity sha512-5irClVky7TxRWIRtxlh2WPUUOLhcPN06AGgaQSB8AEwuyEBgJVuJ5imdHm5zxk8w0QS5T+tDfnDxAlhWjpb7cw==
- dependencies:
- "@babel/code-frame" "^7.16.7"
- "@babel/generator" "^7.17.3"
- "@babel/helper-environment-visitor" "^7.16.7"
- "@babel/helper-function-name" "^7.16.7"
- "@babel/helper-hoist-variables" "^7.16.7"
- "@babel/helper-split-export-declaration" "^7.16.7"
- "@babel/parser" "^7.17.3"
- "@babel/types" "^7.17.0"
- debug "^4.1.0"
+"@babel/traverse@^7.1.0", "@babel/traverse@^7.1.6", "@babel/traverse@^7.12.1", "@babel/traverse@^7.12.9", "@babel/traverse@^7.18.8", "@babel/traverse@^7.18.9", "@babel/traverse@^7.23.2", "@babel/traverse@^7.24.1", "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.2":
+ version "7.24.1"
+ resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.1.tgz#d65c36ac9dd17282175d1e4a3c49d5b7988f530c"
+ integrity sha512-xuU6o9m68KeqZbQuDt2TcKSxUw/mrsvavlEqQ1leZ/B+C9tk6E4sRWy97WaXgvq5E+nU3cXMxv3WKOCanVMCmQ==
+ dependencies:
+ "@babel/code-frame" "^7.24.1"
+ "@babel/generator" "^7.24.1"
+ "@babel/helper-environment-visitor" "^7.22.20"
+ "@babel/helper-function-name" "^7.23.0"
+ "@babel/helper-hoist-variables" "^7.22.5"
+ "@babel/helper-split-export-declaration" "^7.22.6"
+ "@babel/parser" "^7.24.1"
+ "@babel/types" "^7.24.0"
+ debug "^4.3.1"
globals "^11.1.0"
"@babel/types@7.15.0":
@@ -1500,15 +1447,16 @@
"@babel/helper-validator-identifier" "^7.14.9"
to-fast-properties "^2.0.0"
-"@babel/types@^7.0.0", "@babel/types@^7.12.1", "@babel/types@^7.12.11", "@babel/types@^7.12.6", "@babel/types@^7.12.7", "@babel/types@^7.15.6", "@babel/types@^7.16.0", "@babel/types@^7.16.7", "@babel/types@^7.16.8", "@babel/types@^7.17.0", "@babel/types@^7.2.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
- version "7.17.0"
- resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.17.0.tgz#a826e368bccb6b3d84acd76acad5c0d87342390b"
- integrity sha512-TmKSNO4D5rzhL5bjWFcVHHLETzfQ/AmbKpKPOSjlP0WoHZ6L911fgoOKY4Alp/emzG4cHJdyN49zpgkbXFEHHw==
+"@babel/types@^7.0.0", "@babel/types@^7.12.1", "@babel/types@^7.12.6", "@babel/types@^7.12.7", "@babel/types@^7.18.9", "@babel/types@^7.2.0", "@babel/types@^7.20.0", "@babel/types@^7.20.7", "@babel/types@^7.22.15", "@babel/types@^7.22.19", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.23.4", "@babel/types@^7.24.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
+ version "7.24.0"
+ resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.0.tgz#3b951f435a92e7333eba05b7566fd297960ea1bf"
+ integrity sha512-+j7a5c253RfKh8iABBhywc8NSfP5LURe7Uh4qpsh6jc+aLJguvmIUBdjSdEMQv2bENrCR5MfRdjGo7vzS/ob7w==
dependencies:
- "@babel/helper-validator-identifier" "^7.16.7"
+ "@babel/helper-string-parser" "^7.23.4"
+ "@babel/helper-validator-identifier" "^7.22.20"
to-fast-properties "^2.0.0"
-"@badeball/cypress-configuration@^6.1.0":
+"@badeball/cypress-configuration@^6.1.1":
version "6.1.1"
resolved "https://registry.yarnpkg.com/@badeball/cypress-configuration/-/cypress-configuration-6.1.1.tgz#9772173061d2c71c0e79823a5312ec43651f98cb"
integrity sha512-0IcJFMiCRo33Ofrvxxojt5QRJWyxApymHuuy981FeXnOGz4UsWKgr/hRupeXkw2cKXvah+j+880kXliygxPOSQ==
@@ -1521,40 +1469,40 @@
node-hook "^1.0.0"
"@badeball/cypress-cucumber-preprocessor@^20.0.2":
- version "20.0.2"
- resolved "https://registry.yarnpkg.com/@badeball/cypress-cucumber-preprocessor/-/cypress-cucumber-preprocessor-20.0.2.tgz#e8d57b71e950d4e01a40d3562992014125ea7f41"
- integrity sha512-Ty5CXJxtB/TVC4jbhYTfR3oUsX8QFcGCQbFhCtk+xlyfL1eI8cgF7BXEQdCa5Qa3lf44EUKeI++xsd3NI5tWTQ==
- dependencies:
- "@badeball/cypress-configuration" "^6.1.0"
- "@cucumber/ci-environment" "^10.0.0"
- "@cucumber/cucumber" "^10.0.0"
- "@cucumber/cucumber-expressions" "^17.0.0"
- "@cucumber/gherkin" "^27.0.0"
- "@cucumber/html-formatter" "^20.4.0"
+ version "20.0.5"
+ resolved "https://registry.yarnpkg.com/@badeball/cypress-cucumber-preprocessor/-/cypress-cucumber-preprocessor-20.0.5.tgz#49268d4456d561572672aed7bb50358825a59c09"
+ integrity sha512-KmlyvOOq5XjVbCIiCmY/+QyUA2CQPeBoa9AJD7N1UrnuI9EDvZkO11UHdcu+uG2x2V5k8ZBijIqYW/xvsHK4Wg==
+ dependencies:
+ "@badeball/cypress-configuration" "^6.1.1"
+ "@cucumber/ci-environment" "^10.0.1"
+ "@cucumber/cucumber" "^10.6.0"
+ "@cucumber/cucumber-expressions" "^17.1.0"
+ "@cucumber/gherkin" "^28.0.0"
+ "@cucumber/html-formatter" "^21.3.1"
"@cucumber/message-streams" "^4.0.1"
- "@cucumber/messages" "^22.0.0"
- "@cucumber/pretty-formatter" "^1.0.0"
- "@cucumber/tag-expressions" "^6.0.0"
+ "@cucumber/messages" "^24.1.0"
+ "@cucumber/pretty-formatter" "^1.0.1"
+ "@cucumber/tag-expressions" "^6.1.0"
base64-js "^1.5.1"
chalk "^4.1.2"
cli-table "^0.3.11"
common-ancestor-path "^1.0.1"
- cosmiconfig "^8.3.6"
+ cosmiconfig "^9.0.0"
debug "^4.3.4"
error-stack-parser "^2.1.4"
- esbuild "^0.19.4"
- glob "^10.3.10"
+ esbuild "^0.20.2"
+ glob "^10.3.12"
is-path-inside "^3.0.3"
- mocha "^10.2.0"
+ mocha "^10.4.0"
seedrandom "^3.0.5"
source-map "^0.7.4"
split "^1.0.1"
uuid "^9.0.1"
-"@base2/pretty-print-object@1.0.0":
- version "1.0.0"
- resolved "https://registry.yarnpkg.com/@base2/pretty-print-object/-/pretty-print-object-1.0.0.tgz#860ce718b0b73f4009e153541faff2cb6b85d047"
- integrity sha512-4Th98KlMHr5+JkxfcoDT//6vY8vM+iSPrLNpHhRyLx2CFYi8e2RfqPLdpbnpo0Q5lQC5hNB79yes07zb02fvCw==
+"@base2/pretty-print-object@1.0.1":
+ version "1.0.1"
+ resolved "https://registry.yarnpkg.com/@base2/pretty-print-object/-/pretty-print-object-1.0.1.tgz#371ba8be66d556812dc7fb169ebc3c08378f69d4"
+ integrity sha512-4iri8i1AqYHJE2DstZYkyEprg6Pq6sKx3xn5FpySk9sNhH7qN2LLlHJCfDTZRILNwQNPD7mATWM0TBui7uC1pA==
"@bcoe/v8-coverage@^0.2.3":
version "0.2.3"
@@ -1566,6 +1514,11 @@
resolved "https://registry.yarnpkg.com/@changesets/types/-/types-0.4.0.tgz#3413badb2c3904357a36268cb9f8c7e0afc3a804"
integrity sha512-TclHHKDVYQ8rJGZgVeWiF7c91yWzTTWdPagltgutelGu/Psup5PQlUq6svx7S8suj+jXcaE34yEEsfIvzXXB2Q==
+"@changesets/types@^4.0.1":
+ version "4.1.0"
+ resolved "https://registry.yarnpkg.com/@changesets/types/-/types-4.1.0.tgz#fb8f7ca2324fd54954824e864f9a61a82cb78fe0"
+ integrity sha512-LDQvVDv5Kb50ny2s25Fhm3d9QSZimsoUGBsUioj6MC3qbMUCuC8GPIvk/M6IvXx3lYhAs0lwWUQLb+VIEUCECw==
+
"@cnakazawa/watch@^1.0.3":
version "1.0.4"
resolved "https://registry.yarnpkg.com/@cnakazawa/watch/-/watch-1.0.4.tgz#f864ae85004d0fcab6f50be9141c4da368d1656a"
@@ -1721,48 +1674,147 @@
resolved "https://registry.yarnpkg.com/@csstools/convert-colors/-/convert-colors-1.4.0.tgz#ad495dc41b12e75d588c6db8b9834f08fa131eb7"
integrity sha512-5a6wqoJV/xEdbRNKVo6I4hO3VjyDq//8q2f9I6PBAvMesJHFauXDorcNCsr9RzvsZnaWi5NYCcfyqP1QeFHFbw==
+"@csstools/normalize.css@*":
+ version "12.1.1"
+ resolved "https://registry.yarnpkg.com/@csstools/normalize.css/-/normalize.css-12.1.1.tgz#f0ad221b7280f3fc814689786fd9ee092776ef8f"
+ integrity sha512-YAYeJ+Xqh7fUou1d1j9XHl44BmsuThiTr4iNrgCQ3J27IbhXsxXDGZ1cXv8Qvs99d4rBbLiSKy3+WZiet32PcQ==
+
"@csstools/normalize.css@^10.1.0":
version "10.1.0"
resolved "https://registry.yarnpkg.com/@csstools/normalize.css/-/normalize.css-10.1.0.tgz#f0950bba18819512d42f7197e56c518aa491cf18"
integrity sha512-ij4wRiunFfaJxjB0BdrYHIH8FxBJpOwNPhhAcunlmPdXudL1WQV1qoP9un6JsEBAgQH+7UXyyjh0g7jTxXK6tg==
-"@cucumber/ci-environment@10.0.0":
- version "10.0.0"
- resolved "https://registry.yarnpkg.com/@cucumber/ci-environment/-/ci-environment-10.0.0.tgz#1ad66cc20cad9aefcfe92f4db3553680de2dd365"
- integrity sha512-lRkiehckosIOdc7p1L44nZsttO5dVHFjpwKKWZ07x8SeoAdV/sPuGe1PISe0AmAowFGza62nMOgG4KaroGzwFQ==
+"@csstools/postcss-cascade-layers@^1.1.1":
+ version "1.1.1"
+ resolved "https://registry.yarnpkg.com/@csstools/postcss-cascade-layers/-/postcss-cascade-layers-1.1.1.tgz#8a997edf97d34071dd2e37ea6022447dd9e795ad"
+ integrity sha512-+KdYrpKC5TgomQr2DlZF4lDEpHcoxnj5IGddYYfBWJAKfj1JtuHUIqMa+E1pJJ+z3kvDViWMqyqPlG4Ja7amQA==
+ dependencies:
+ "@csstools/selector-specificity" "^2.0.2"
+ postcss-selector-parser "^6.0.10"
+
+"@csstools/postcss-color-function@^1.1.1":
+ version "1.1.1"
+ resolved "https://registry.yarnpkg.com/@csstools/postcss-color-function/-/postcss-color-function-1.1.1.tgz#2bd36ab34f82d0497cfacdc9b18d34b5e6f64b6b"
+ integrity sha512-Bc0f62WmHdtRDjf5f3e2STwRAl89N2CLb+9iAwzrv4L2hncrbDwnQD9PCq0gtAt7pOI2leIV08HIBUd4jxD8cw==
+ dependencies:
+ "@csstools/postcss-progressive-custom-properties" "^1.1.0"
+ postcss-value-parser "^4.2.0"
+
+"@csstools/postcss-font-format-keywords@^1.0.1":
+ version "1.0.1"
+ resolved "https://registry.yarnpkg.com/@csstools/postcss-font-format-keywords/-/postcss-font-format-keywords-1.0.1.tgz#677b34e9e88ae997a67283311657973150e8b16a"
+ integrity sha512-ZgrlzuUAjXIOc2JueK0X5sZDjCtgimVp/O5CEqTcs5ShWBa6smhWYbS0x5cVc/+rycTDbjjzoP0KTDnUneZGOg==
+ dependencies:
+ postcss-value-parser "^4.2.0"
+
+"@csstools/postcss-hwb-function@^1.0.2":
+ version "1.0.2"
+ resolved "https://registry.yarnpkg.com/@csstools/postcss-hwb-function/-/postcss-hwb-function-1.0.2.tgz#ab54a9fce0ac102c754854769962f2422ae8aa8b"
+ integrity sha512-YHdEru4o3Rsbjmu6vHy4UKOXZD+Rn2zmkAmLRfPet6+Jz4Ojw8cbWxe1n42VaXQhD3CQUXXTooIy8OkVbUcL+w==
+ dependencies:
+ postcss-value-parser "^4.2.0"
+
+"@csstools/postcss-ic-unit@^1.0.1":
+ version "1.0.1"
+ resolved "https://registry.yarnpkg.com/@csstools/postcss-ic-unit/-/postcss-ic-unit-1.0.1.tgz#28237d812a124d1a16a5acc5c3832b040b303e58"
+ integrity sha512-Ot1rcwRAaRHNKC9tAqoqNZhjdYBzKk1POgWfhN4uCOE47ebGcLRqXjKkApVDpjifL6u2/55ekkpnFcp+s/OZUw==
+ dependencies:
+ "@csstools/postcss-progressive-custom-properties" "^1.1.0"
+ postcss-value-parser "^4.2.0"
+
+"@csstools/postcss-is-pseudo-class@^2.0.7":
+ version "2.0.7"
+ resolved "https://registry.yarnpkg.com/@csstools/postcss-is-pseudo-class/-/postcss-is-pseudo-class-2.0.7.tgz#846ae6c0d5a1eaa878fce352c544f9c295509cd1"
+ integrity sha512-7JPeVVZHd+jxYdULl87lvjgvWldYu+Bc62s9vD/ED6/QTGjy0jy0US/f6BG53sVMTBJ1lzKZFpYmofBN9eaRiA==
+ dependencies:
+ "@csstools/selector-specificity" "^2.0.0"
+ postcss-selector-parser "^6.0.10"
+
+"@csstools/postcss-nested-calc@^1.0.0":
+ version "1.0.0"
+ resolved "https://registry.yarnpkg.com/@csstools/postcss-nested-calc/-/postcss-nested-calc-1.0.0.tgz#d7e9d1d0d3d15cf5ac891b16028af2a1044d0c26"
+ integrity sha512-JCsQsw1wjYwv1bJmgjKSoZNvf7R6+wuHDAbi5f/7MbFhl2d/+v+TvBTU4BJH3G1X1H87dHl0mh6TfYogbT/dJQ==
+ dependencies:
+ postcss-value-parser "^4.2.0"
+
+"@csstools/postcss-normalize-display-values@^1.0.1":
+ version "1.0.1"
+ resolved "https://registry.yarnpkg.com/@csstools/postcss-normalize-display-values/-/postcss-normalize-display-values-1.0.1.tgz#15da54a36e867b3ac5163ee12c1d7f82d4d612c3"
+ integrity sha512-jcOanIbv55OFKQ3sYeFD/T0Ti7AMXc9nM1hZWu8m/2722gOTxFg7xYu4RDLJLeZmPUVQlGzo4jhzvTUq3x4ZUw==
+ dependencies:
+ postcss-value-parser "^4.2.0"
+
+"@csstools/postcss-oklab-function@^1.1.1":
+ version "1.1.1"
+ resolved "https://registry.yarnpkg.com/@csstools/postcss-oklab-function/-/postcss-oklab-function-1.1.1.tgz#88cee0fbc8d6df27079ebd2fa016ee261eecf844"
+ integrity sha512-nJpJgsdA3dA9y5pgyb/UfEzE7W5Ka7u0CX0/HIMVBNWzWemdcTH3XwANECU6anWv/ao4vVNLTMxhiPNZsTK6iA==
+ dependencies:
+ "@csstools/postcss-progressive-custom-properties" "^1.1.0"
+ postcss-value-parser "^4.2.0"
+
+"@csstools/postcss-progressive-custom-properties@^1.1.0", "@csstools/postcss-progressive-custom-properties@^1.3.0":
+ version "1.3.0"
+ resolved "https://registry.yarnpkg.com/@csstools/postcss-progressive-custom-properties/-/postcss-progressive-custom-properties-1.3.0.tgz#542292558384361776b45c85226b9a3a34f276fa"
+ integrity sha512-ASA9W1aIy5ygskZYuWams4BzafD12ULvSypmaLJT2jvQ8G0M3I8PRQhC0h7mG0Z3LI05+agZjqSR9+K9yaQQjA==
+ dependencies:
+ postcss-value-parser "^4.2.0"
+
+"@csstools/postcss-stepped-value-functions@^1.0.1":
+ version "1.0.1"
+ resolved "https://registry.yarnpkg.com/@csstools/postcss-stepped-value-functions/-/postcss-stepped-value-functions-1.0.1.tgz#f8772c3681cc2befed695e2b0b1d68e22f08c4f4"
+ integrity sha512-dz0LNoo3ijpTOQqEJLY8nyaapl6umbmDcgj4AD0lgVQ572b2eqA1iGZYTTWhrcrHztWDDRAX2DGYyw2VBjvCvQ==
+ dependencies:
+ postcss-value-parser "^4.2.0"
+
+"@csstools/postcss-text-decoration-shorthand@^1.0.0":
+ version "1.0.0"
+ resolved "https://registry.yarnpkg.com/@csstools/postcss-text-decoration-shorthand/-/postcss-text-decoration-shorthand-1.0.0.tgz#ea96cfbc87d921eca914d3ad29340d9bcc4c953f"
+ integrity sha512-c1XwKJ2eMIWrzQenN0XbcfzckOLLJiczqy+YvfGmzoVXd7pT9FfObiSEfzs84bpE/VqfpEuAZ9tCRbZkZxxbdw==
+ dependencies:
+ postcss-value-parser "^4.2.0"
+
+"@csstools/postcss-trigonometric-functions@^1.0.2":
+ version "1.0.2"
+ resolved "https://registry.yarnpkg.com/@csstools/postcss-trigonometric-functions/-/postcss-trigonometric-functions-1.0.2.tgz#94d3e4774c36d35dcdc88ce091336cb770d32756"
+ integrity sha512-woKaLO///4bb+zZC2s80l+7cm07M7268MsyG3M0ActXXEFi6SuhvriQYcb58iiKGbjwwIU7n45iRLEHypB47Og==
+ dependencies:
+ postcss-value-parser "^4.2.0"
+
+"@csstools/postcss-unset-value@^1.0.2":
+ version "1.0.2"
+ resolved "https://registry.yarnpkg.com/@csstools/postcss-unset-value/-/postcss-unset-value-1.0.2.tgz#c99bb70e2cdc7312948d1eb41df2412330b81f77"
+ integrity sha512-c8J4roPBILnelAsdLr4XOAR/GsTm0GJi4XpcfvoWk3U6KiTCqiFYc63KhRMQQX35jYMp4Ao8Ij9+IZRgMfJp1g==
+
+"@csstools/selector-specificity@^2.0.0", "@csstools/selector-specificity@^2.0.2":
+ version "2.2.0"
+ resolved "https://registry.yarnpkg.com/@csstools/selector-specificity/-/selector-specificity-2.2.0.tgz#2cbcf822bf3764c9658c4d2e568bd0c0cb748016"
+ integrity sha512-+OJ9konv95ClSTOJCmMZqpd5+YGsB2S+x6w3E1oaM8UuR5j8nTNHYSz8c9BEPGDOCMQYIEEGlVPj/VY64iTbGw==
-"@cucumber/ci-environment@^10.0.0":
+"@cucumber/ci-environment@10.0.1", "@cucumber/ci-environment@^10.0.1":
version "10.0.1"
resolved "https://registry.yarnpkg.com/@cucumber/ci-environment/-/ci-environment-10.0.1.tgz#c8584f1d4a619e4318cf60c01b838db096d72ccd"
integrity sha512-/+ooDMPtKSmvcPMDYnMZt4LuoipfFfHaYspStI4shqw8FyKcfQAmekz6G+QKWjQQrvM+7Hkljwx58MEwPCwwzg==
-"@cucumber/cucumber-expressions@17.0.1":
- version "17.0.1"
- resolved "https://registry.yarnpkg.com/@cucumber/cucumber-expressions/-/cucumber-expressions-17.0.1.tgz#d41a7fe298740badc22c02d424092223c5b5f6a1"
- integrity sha512-reR7/sNRmDWgdz8BtFuHEwpksPnAkHty7gxUC2n0iaUPmckv9G5I5i+Vonc6xwUHDb/hmHPz/DyUL+Iv4Ao96w==
- dependencies:
- regexp-match-indices "1.0.2"
-
-"@cucumber/cucumber-expressions@^17.0.0":
- version "17.0.2"
- resolved "https://registry.yarnpkg.com/@cucumber/cucumber-expressions/-/cucumber-expressions-17.0.2.tgz#72e3e8c80f1e6af15f4904a972f55359f99fd0b3"
- integrity sha512-O+T4xKtXJSvraqFX0vOB6OdVGm2lJAWUnwPoEJv6bkX//aRCHG9cOOfgXfIYfdTccE2csHM20+khFUmw+hO71g==
+"@cucumber/cucumber-expressions@17.1.0", "@cucumber/cucumber-expressions@^17.1.0":
+ version "17.1.0"
+ resolved "https://registry.yarnpkg.com/@cucumber/cucumber-expressions/-/cucumber-expressions-17.1.0.tgz#1a428548a2c98ef3224bd484fc5666b4f7153a72"
+ integrity sha512-PCv/ppsPynniKPWJr5v566daCVe+pbxQpHGrIu/Ev57cCH9Rv+X0F6lio4Id3Z64TaG7btCRLUGewIgLwmrwOA==
dependencies:
regexp-match-indices "1.0.2"
-"@cucumber/cucumber@^10.0.0":
- version "10.3.1"
- resolved "https://registry.yarnpkg.com/@cucumber/cucumber/-/cucumber-10.3.1.tgz#5996b0e19886d075b199a255a9d390e569b6ffc8"
- integrity sha512-0H0NkOXcYTCG1qCh3o0p1HPSMODGJmlHi1rm5yfoiMx5tJbBjxVNI2VVD2xtPWA+D6ehHQD9asewuzjMXrbPIw==
+"@cucumber/cucumber@^10.6.0":
+ version "10.6.0"
+ resolved "https://registry.yarnpkg.com/@cucumber/cucumber/-/cucumber-10.6.0.tgz#836c912f836ada6c440eb8808c642f192e05b921"
+ integrity sha512-1ui/PDJelSRioZGYZdxeNepnCetbjbv16FUDdWi6WdjAeMqfCsuiJHjN++b7Wjxd1xKhXdSLfMntqpuNcPTIug==
dependencies:
- "@cucumber/ci-environment" "10.0.0"
- "@cucumber/cucumber-expressions" "17.0.1"
- "@cucumber/gherkin" "27.0.0"
+ "@cucumber/ci-environment" "10.0.1"
+ "@cucumber/cucumber-expressions" "17.1.0"
+ "@cucumber/gherkin" "28.0.0"
"@cucumber/gherkin-streams" "5.0.1"
- "@cucumber/gherkin-utils" "8.0.5"
- "@cucumber/html-formatter" "21.2.0"
+ "@cucumber/gherkin-utils" "9.0.0"
+ "@cucumber/html-formatter" "21.3.1"
"@cucumber/message-streams" "4.0.1"
- "@cucumber/messages" "24.0.1"
+ "@cucumber/messages" "24.1.0"
"@cucumber/tag-expressions" "6.1.0"
assertion-error-formatter "^3.0.0"
capital-case "^1.0.4"
@@ -1790,7 +1842,7 @@
string-argv "0.3.1"
strip-ansi "6.0.1"
supports-color "^8.1.1"
- tmp "^0.2.1"
+ tmp "0.2.3"
type-fest "^4.8.3"
util-arity "^1.1.0"
xmlbuilder "^15.1.1"
@@ -1805,77 +1857,55 @@
commander "9.1.0"
source-map-support "0.5.21"
-"@cucumber/gherkin-utils@8.0.5":
- version "8.0.5"
- resolved "https://registry.yarnpkg.com/@cucumber/gherkin-utils/-/gherkin-utils-8.0.5.tgz#28042173cf7009cd9607c9104962133b1c927e24"
- integrity sha512-kxM1OCDjYddF26VKc892PF0GokW4wUIl1PUz3TIXsPZgS39ExM1pF8oww8mlGFD2B0+4op/cSE3SSIME5H3aNw==
+"@cucumber/gherkin-utils@9.0.0":
+ version "9.0.0"
+ resolved "https://registry.yarnpkg.com/@cucumber/gherkin-utils/-/gherkin-utils-9.0.0.tgz#944c64c458742d8e73b750e5dde2cf56b161d674"
+ integrity sha512-clk4q39uj7pztZuZtyI54V8lRsCUz0Y/p8XRjIeHh7ExeEztpWkp4ca9q1FjUOPfQQ8E7OgqFbqoQQXZ1Bx7fw==
dependencies:
- "@cucumber/gherkin" "^26.0.0"
- "@cucumber/messages" "^22.0.0"
+ "@cucumber/gherkin" "^28.0.0"
+ "@cucumber/messages" "^24.0.0"
"@teppeis/multimaps" "3.0.0"
- commander "10.0.1"
+ commander "12.0.0"
source-map-support "^0.5.21"
-"@cucumber/gherkin@27.0.0", "@cucumber/gherkin@^27.0.0":
- version "27.0.0"
- resolved "https://registry.yarnpkg.com/@cucumber/gherkin/-/gherkin-27.0.0.tgz#792b7c1b9eb91dd6fba5aca889ac27a6ceaaf794"
- integrity sha512-j5rCsjqzRiC3iVTier3sa0kzyNbkcAmF7xr7jKnyO7qDeK3Z8Ye1P3KSVpeQRMY+KCDJ3WbTDdyxH0FwfA/fIw==
- dependencies:
- "@cucumber/messages" ">=19.1.4 <=22"
-
-"@cucumber/gherkin@^26.0.0":
- version "26.2.0"
- resolved "https://registry.yarnpkg.com/@cucumber/gherkin/-/gherkin-26.2.0.tgz#256129ef5e4d1cba87a673ce78d7296809d1e4c9"
- integrity sha512-iRSiK8YAIHAmLrn/mUfpAx7OXZ7LyNlh1zT89RoziSVCbqSVDxJS6ckEzW8loxs+EEXl0dKPQOXiDmbHV+C/fA==
+"@cucumber/gherkin@28.0.0", "@cucumber/gherkin@^28.0.0":
+ version "28.0.0"
+ resolved "https://registry.yarnpkg.com/@cucumber/gherkin/-/gherkin-28.0.0.tgz#91246da622524807b21430c1692bedd319d3d4bb"
+ integrity sha512-Ee6zJQq0OmIUPdW0mSnsCsrWA2PZAELNDPICD2pLfs0Oz7RAPgj80UsD2UCtqyAhw2qAR62aqlktKUlai5zl/A==
dependencies:
- "@cucumber/messages" ">=19.1.4 <=22"
-
-"@cucumber/html-formatter@21.2.0":
- version "21.2.0"
- resolved "https://registry.yarnpkg.com/@cucumber/html-formatter/-/html-formatter-21.2.0.tgz#bb66e34a556959b178ffa4de7508a01cb79eb262"
- integrity sha512-4OcSa12Y0v5e4ySDl67+QFTxCG/Y9fxGSkFqvm98ggpTvS7b75whwzupu+lM2lMBw+h3H6P8ZURQr0xQIAwE2A==
+ "@cucumber/messages" ">=19.1.4 <=24"
-"@cucumber/html-formatter@^20.4.0":
- version "20.4.0"
- resolved "https://registry.yarnpkg.com/@cucumber/html-formatter/-/html-formatter-20.4.0.tgz#ac3d24ed6c6127b07024f5bf869836e6ec7265db"
- integrity sha512-TnLSXC5eJd8AXHENo69f5z+SixEVtQIf7Q2dZuTpT/Y8AOkilGpGl1MQR1Vp59JIw+fF3EQSUKdf+DAThCxUNg==
+"@cucumber/html-formatter@21.3.1", "@cucumber/html-formatter@^21.3.1":
+ version "21.3.1"
+ resolved "https://registry.yarnpkg.com/@cucumber/html-formatter/-/html-formatter-21.3.1.tgz#1c832d95891c1e961d9e6a4da4664c09a1332768"
+ integrity sha512-M1zbre7e8MsecXheqNv62BKY5J06YJSv1LmsD7sJ3mu5t1jirLjj2It1HqPsX5CQAfg9n69xFRugPgLMSte9TA==
"@cucumber/message-streams@4.0.1", "@cucumber/message-streams@^4.0.1":
version "4.0.1"
resolved "https://registry.yarnpkg.com/@cucumber/message-streams/-/message-streams-4.0.1.tgz#a5339d3504594bb2edb5732aaae94dddb24d0970"
integrity sha512-Kxap9uP5jD8tHUZVjTWgzxemi/0uOsbGjd4LBOSxcJoOCRbESFwemUzilJuzNTB8pcTQUh8D5oudUyxfkJOKmA==
-"@cucumber/messages@24.0.1":
- version "24.0.1"
- resolved "https://registry.yarnpkg.com/@cucumber/messages/-/messages-24.0.1.tgz#b13646c41d6d64f9af1c1a79acbc0160d796ed9c"
- integrity sha512-dKfNkvgc6stSQIyeHk7p/221iqEZe1BP+e/Js8XKtSmc0sS8khKMvbSBwYVeonn/67/vYKiAyo6Eo0SzXd5Plw==
+"@cucumber/messages@24.1.0", "@cucumber/messages@>=19.1.4 <=24", "@cucumber/messages@^24.0.0", "@cucumber/messages@^24.1.0":
+ version "24.1.0"
+ resolved "https://registry.yarnpkg.com/@cucumber/messages/-/messages-24.1.0.tgz#a212c97b0548144c3ccfae021a96d6c56d3841d3"
+ integrity sha512-hxVHiBurORcobhVk80I9+JkaKaNXkW6YwGOEFIh/2aO+apAN+5XJgUUWjng9NwqaQrW1sCFuawLB1AuzmBaNdQ==
dependencies:
- "@types/uuid" "9.0.7"
+ "@types/uuid" "9.0.8"
class-transformer "0.5.1"
reflect-metadata "0.2.1"
uuid "9.0.1"
-"@cucumber/messages@>=19.1.4 <=22", "@cucumber/messages@^22.0.0":
- version "22.0.0"
- resolved "https://registry.yarnpkg.com/@cucumber/messages/-/messages-22.0.0.tgz#2d86974ebd73046f66d217334c2245365c7990d4"
- integrity sha512-EuaUtYte9ilkxcKmfqGF9pJsHRUU0jwie5ukuZ/1NPTuHS1LxHPsGEODK17RPRbZHOFhqybNzG2rHAwThxEymg==
- dependencies:
- "@types/uuid" "9.0.1"
- class-transformer "0.5.1"
- reflect-metadata "0.1.13"
- uuid "9.0.0"
-
-"@cucumber/pretty-formatter@^1.0.0":
- version "1.0.0"
- resolved "https://registry.yarnpkg.com/@cucumber/pretty-formatter/-/pretty-formatter-1.0.0.tgz#911014c8fb7472a4c54d00e60e819a7200fd9da3"
- integrity sha512-wcnIMN94HyaHGsfq72dgCvr1d8q6VGH4Y6Gl5weJ2TNZw1qn2UY85Iki4c9VdaLUONYnyYH3+178YB+9RFe/Hw==
+"@cucumber/pretty-formatter@^1.0.1":
+ version "1.0.1"
+ resolved "https://registry.yarnpkg.com/@cucumber/pretty-formatter/-/pretty-formatter-1.0.1.tgz#65d6c1df436920036a7bd02d08cb44d20e7af0ab"
+ integrity sha512-A1lU4VVP0aUWdOTmpdzvXOyEYuPtBDI0xYwYJnmoMDplzxMdhcHk86lyyvYDoMoPzzq6OkOE3isuosvUU4X7IQ==
dependencies:
ansi-styles "^5.0.0"
cli-table3 "^0.6.0"
figures "^3.2.0"
ts-dedent "^2.0.0"
-"@cucumber/tag-expressions@6.1.0", "@cucumber/tag-expressions@^6.0.0":
+"@cucumber/tag-expressions@6.1.0", "@cucumber/tag-expressions@^6.1.0":
version "6.1.0"
resolved "https://registry.yarnpkg.com/@cucumber/tag-expressions/-/tag-expressions-6.1.0.tgz#cb7af908bdb43669b7574c606f71fa707196e962"
integrity sha512-+3DwRumrCJG27AtzCIL37A/X+A/gSfxOPLg8pZaruh5SLumsTmpvilwroVWBT2fPzmno/tGXypeK5a7NHU4RzA==
@@ -1921,563 +1951,627 @@
debug "^3.1.0"
lodash.once "^4.1.1"
-"@dhis2-ui/alert@7.1.0":
- version "7.1.0"
- resolved "https://registry.yarnpkg.com/@dhis2-ui/alert/-/alert-7.1.0.tgz#bbfdce7d576acef434283c3101380212aad7d32b"
- integrity sha512-gsnDfm++87H+7zTjExGKA9fbagjLuBpQNGShB5KxvLFuXTvMKPjGLFSBQIqRjZo77kq8adU8WKA7PaKgIMYc2Q==
+"@dhis2-ui/alert@7.16.3":
+ version "7.16.3"
+ resolved "https://registry.yarnpkg.com/@dhis2-ui/alert/-/alert-7.16.3.tgz#3df86bf6216ef47f8469e5f22cfd98607fdc9116"
+ integrity sha512-iGliGEEwvkK+su0rD+LNA35iZtsaMFXJKPbWn/kkKwTT23aGyIJ87kxMGKRFIP2hcZ4W0NbSpgr+BKTlVZ+0dA==
dependencies:
- "@dhis2-ui/portal" "7.1.0"
- "@dhis2/prop-types" "^1.6.4"
- "@dhis2/ui-constants" "7.1.0"
- "@dhis2/ui-icons" "7.1.0"
+ "@dhis2-ui/portal" "7.16.3"
+ "@dhis2/prop-types" "^3.0.0-beta.1"
+ "@dhis2/ui-constants" "7.16.3"
+ "@dhis2/ui-icons" "7.16.3"
classnames "^2.3.1"
prop-types "^15.7.2"
-"@dhis2-ui/box@7.1.0":
- version "7.1.0"
- resolved "https://registry.yarnpkg.com/@dhis2-ui/box/-/box-7.1.0.tgz#39a5fcf16d68d639c993bb35743e48f288347bca"
- integrity sha512-wHuNCBL0U3RYKmMSv+HNdvgqLOcKvnNctd2hChcUFBsSv8u7iez0GjWT4Fyzx8/xxbj90QMtgxZcSILWhDcK8g==
+"@dhis2-ui/box@7.16.3":
+ version "7.16.3"
+ resolved "https://registry.yarnpkg.com/@dhis2-ui/box/-/box-7.16.3.tgz#995b9e8315eeb082fb5f040733d62ae013f646cd"
+ integrity sha512-Rf+xHkidqdwK3GOrFdsNS1DToy2Nk76MedzU6YZzHgNwxXvhaTL1+23g/vNpaVf3CbLRCpsR64grzEK/QHtXtw==
dependencies:
- "@dhis2/prop-types" "^1.6.4"
- "@dhis2/ui-constants" "7.1.0"
+ "@dhis2/prop-types" "^3.0.0-beta.1"
+ "@dhis2/ui-constants" "7.16.3"
classnames "^2.3.1"
prop-types "^15.7.2"
-"@dhis2-ui/button@7.1.0":
- version "7.1.0"
- resolved "https://registry.yarnpkg.com/@dhis2-ui/button/-/button-7.1.0.tgz#815b0157c3cc23ab98aac4b6cf6306f5b331a7f3"
- integrity sha512-i/seSzT2KlxURQ7O1Ud72yx6h3FT6e1wUMUavpDi+zd7dJHYWEOCPRlOJcJImwXq4lytCPegOEywER0owRD6vg==
- dependencies:
- "@dhis2-ui/layer" "7.1.0"
- "@dhis2-ui/loader" "7.1.0"
- "@dhis2-ui/popper" "7.1.0"
- "@dhis2/prop-types" "^1.6.4"
- "@dhis2/ui-constants" "7.1.0"
- "@dhis2/ui-icons" "7.1.0"
+"@dhis2-ui/button@7.16.3":
+ version "7.16.3"
+ resolved "https://registry.yarnpkg.com/@dhis2-ui/button/-/button-7.16.3.tgz#5139027873386563f40b4da913277b364410e052"
+ integrity sha512-bcUrX8/MUSfU7s3sDMa2cmuCkJRdUsNFKiCHH/6gITwNnDMWCSVQDxHLotEfSpX7bg1lOfaKfGYTcTxAnYUioQ==
+ dependencies:
+ "@dhis2-ui/layer" "7.16.3"
+ "@dhis2-ui/loader" "7.16.3"
+ "@dhis2-ui/popper" "7.16.3"
+ "@dhis2/prop-types" "^3.0.0-beta.1"
+ "@dhis2/ui-constants" "7.16.3"
+ "@dhis2/ui-icons" "7.16.3"
classnames "^2.3.1"
prop-types "^15.7.2"
-"@dhis2-ui/card@7.1.0":
- version "7.1.0"
- resolved "https://registry.yarnpkg.com/@dhis2-ui/card/-/card-7.1.0.tgz#075e8f4e308cb95198da80e52ed320a4352683d3"
- integrity sha512-hrJ3cyV6sqSA/9dwcGe+mjfYx/znmYQkEKLGI0v3UjQ+smYhJHWaF2G8k+7XI9K/NaTP0SkxSwcHnjseyiQntA==
+"@dhis2-ui/card@7.16.3":
+ version "7.16.3"
+ resolved "https://registry.yarnpkg.com/@dhis2-ui/card/-/card-7.16.3.tgz#c9754431bdd9a3e1e09c876717653c18f03e815b"
+ integrity sha512-dHjGyB92XJP88NBpX1+VTuR7jhbF0k8LojzG5wU1wCJXecZR1Pak53Qz8kAMXDKsVNDlYBIXyjbjwsPEkduPgg==
dependencies:
- "@dhis2/prop-types" "^1.6.4"
- "@dhis2/ui-constants" "7.1.0"
+ "@dhis2/prop-types" "^3.0.0-beta.1"
+ "@dhis2/ui-constants" "7.16.3"
classnames "^2.3.1"
prop-types "^15.7.2"
-"@dhis2-ui/center@7.1.0":
- version "7.1.0"
- resolved "https://registry.yarnpkg.com/@dhis2-ui/center/-/center-7.1.0.tgz#d22a100af133b45e68305396e329773b0f44707c"
- integrity sha512-u8qA/QKzpmKceUnsoTwQNwOn0Ciaj/pQ7Tv1TQ36U+XnSFZABgVn/pLhSGSATfYKFyEN6HQGBAYVpZeKrULVEg==
+"@dhis2-ui/center@7.16.3":
+ version "7.16.3"
+ resolved "https://registry.yarnpkg.com/@dhis2-ui/center/-/center-7.16.3.tgz#e6b335fae51a2425499a708dc4a1954d73817c51"
+ integrity sha512-ivEgaADrG1BQmswmQeBALUMQQaDtlmaUfJrmz7Ptc43hnxh+NnmwmJK1gZADPKmtASGFQ+RLdQso0BV/ExEV2g==
dependencies:
- "@dhis2/prop-types" "^1.6.4"
- "@dhis2/ui-constants" "7.1.0"
+ "@dhis2/prop-types" "^3.0.0-beta.1"
+ "@dhis2/ui-constants" "7.16.3"
classnames "^2.3.1"
prop-types "^15.7.2"
-"@dhis2-ui/checkbox@7.1.0":
- version "7.1.0"
- resolved "https://registry.yarnpkg.com/@dhis2-ui/checkbox/-/checkbox-7.1.0.tgz#c066ba170ea827f9a7df4987681fe4f095db6ba1"
- integrity sha512-+p5Yw1q1HNpbMHn3bLFQXDIBUwAo6ku+XKDZ/71ygqIj/dbxM57UGV+vhn2z7NFlnyNf7jVPsrsQnIP29yC6lw==
+"@dhis2-ui/checkbox@7.16.3":
+ version "7.16.3"
+ resolved "https://registry.yarnpkg.com/@dhis2-ui/checkbox/-/checkbox-7.16.3.tgz#2e658ddfc282c2a27e28cea33bc267fe8165ba93"
+ integrity sha512-ML/lzniOafijlc7msf15i84S2A3Dp9Liws3JJbbP1DXynnYikP2xY+0byLxxr6C91AT1IYI5f72Pk+t7p8CLTw==
dependencies:
- "@dhis2-ui/field" "7.1.0"
- "@dhis2-ui/required" "7.1.0"
- "@dhis2/prop-types" "^1.6.4"
- "@dhis2/ui-constants" "7.1.0"
+ "@dhis2-ui/field" "7.16.3"
+ "@dhis2-ui/required" "7.16.3"
+ "@dhis2/prop-types" "^3.0.0-beta.1"
+ "@dhis2/ui-constants" "7.16.3"
classnames "^2.3.1"
prop-types "^15.7.2"
-"@dhis2-ui/chip@7.1.0":
- version "7.1.0"
- resolved "https://registry.yarnpkg.com/@dhis2-ui/chip/-/chip-7.1.0.tgz#5478e18f4707f91007399d6d07834dc95b5a4b17"
- integrity sha512-oi9QJR9PVr7cWyIrgPmSN2HNgJ64HeNj0QOrXa9FBqTDZvOuCtDi4wa7LNLpRRDiw3iBKis6OKL5j4WF+UMVkg==
+"@dhis2-ui/chip@7.16.3":
+ version "7.16.3"
+ resolved "https://registry.yarnpkg.com/@dhis2-ui/chip/-/chip-7.16.3.tgz#980db668ff52bb06ecefa2dcc5c8e88ca0f3342e"
+ integrity sha512-3SzQPSMo2SPvUwlm/TQY6tJkv0QW/QPYBxK27/YztcW0kvAihzBkTPTCfKbenc7XMjo9wTUUSKz8UC3DN96M6Q==
dependencies:
- "@dhis2/prop-types" "^1.6.4"
- "@dhis2/ui-constants" "7.1.0"
+ "@dhis2/prop-types" "^3.0.0-beta.1"
+ "@dhis2/ui-constants" "7.16.3"
classnames "^2.3.1"
prop-types "^15.7.2"
-"@dhis2-ui/cover@7.1.0":
- version "7.1.0"
- resolved "https://registry.yarnpkg.com/@dhis2-ui/cover/-/cover-7.1.0.tgz#42fce269f71c733de3729ccb8395b36abe2558a6"
- integrity sha512-VYlKSjhUO88i38K63jE8iXk1vrjI+eiGlA6iRjlt+P3AAi/KQKkQbgmscDwYtzovK1vmSTsjECq4bpQu6942Og==
+"@dhis2-ui/cover@7.16.3":
+ version "7.16.3"
+ resolved "https://registry.yarnpkg.com/@dhis2-ui/cover/-/cover-7.16.3.tgz#0cffd85bc23467610df113cb070fc891b2d184b0"
+ integrity sha512-mMdEYxUyAgMA8rrKhZ6uD9YZ/H4e64rOTEifm5GgEhHLlCLJBjylQcxixveDysvqaQOQ6pibNISDAFWevKQgpA==
dependencies:
- "@dhis2/prop-types" "^1.6.4"
- "@dhis2/ui-constants" "7.1.0"
+ "@dhis2/prop-types" "^3.0.0-beta.1"
+ "@dhis2/ui-constants" "7.16.3"
classnames "^2.3.1"
prop-types "^15.7.2"
-"@dhis2-ui/css@7.1.0":
- version "7.1.0"
- resolved "https://registry.yarnpkg.com/@dhis2-ui/css/-/css-7.1.0.tgz#063ec9e73a0159e1a616283b1dd803c5e7bae798"
- integrity sha512-zewdp8VsLV1SJfajNVAj4dwM2ZudrG6eWgB1toHSB4/VoLoOLPcpymTw8zkXraoAna4gB/+g7M5tjbgn4B8X9g==
+"@dhis2-ui/css@7.16.3":
+ version "7.16.3"
+ resolved "https://registry.yarnpkg.com/@dhis2-ui/css/-/css-7.16.3.tgz#2e44f2c1daedcdc8d56ba1b00f3614b329babd62"
+ integrity sha512-Jyll9MgxQiwZLqDikdXY0kOv3S+M5wT/csgo9YtlATkzQRPLvZezksCMmNTe+GlrA0Db83J3373GN5h3N68Hvw==
dependencies:
- "@dhis2/prop-types" "^1.6.4"
- "@dhis2/ui-constants" "7.1.0"
+ "@dhis2/prop-types" "^3.0.0-beta.1"
+ "@dhis2/ui-constants" "7.16.3"
classnames "^2.3.1"
prop-types "^15.7.2"
-"@dhis2-ui/divider@7.1.0":
- version "7.1.0"
- resolved "https://registry.yarnpkg.com/@dhis2-ui/divider/-/divider-7.1.0.tgz#5e8c881be7023b69de0e44a2e6869129f523348d"
- integrity sha512-v42W2d7uTGW5LaB4BEKVvFz0OV5ItnbBqAjtI1kKneIf2N69ctdHIVwOg7d2FKWxoESkght5u9KqTAlo82o/TA==
+"@dhis2-ui/divider@7.16.3":
+ version "7.16.3"
+ resolved "https://registry.yarnpkg.com/@dhis2-ui/divider/-/divider-7.16.3.tgz#a0330b7a191a2747f1fe1991cad540eb245ba674"
+ integrity sha512-MbNvr0iJczc3jGvtfpbQz90Qpwor2hu+iAa64mwbv6WzSENPHNYfCaOLY3P82Xbmbgwz/oeQHhN6FxaFw2bnkA==
dependencies:
- "@dhis2/prop-types" "^1.6.4"
- "@dhis2/ui-constants" "7.1.0"
+ "@dhis2/prop-types" "^3.0.0-beta.1"
+ "@dhis2/ui-constants" "7.16.3"
classnames "^2.3.1"
prop-types "^15.7.2"
-"@dhis2-ui/field@7.1.0":
- version "7.1.0"
- resolved "https://registry.yarnpkg.com/@dhis2-ui/field/-/field-7.1.0.tgz#3c1506a87035489a6096606eb9eec052627d86c2"
- integrity sha512-Jz6qi3lbQ4PMANFGs4eWJlfj3HKkZ772YMw3/qa6MxqcCY5P+btFegiNZsLb6OrovjsYcHWT2aTtzDPAgUXhZg==
- dependencies:
- "@dhis2-ui/box" "7.1.0"
- "@dhis2-ui/help" "7.1.0"
- "@dhis2-ui/label" "7.1.0"
- "@dhis2/prop-types" "^1.6.4"
- "@dhis2/ui-constants" "7.1.0"
+"@dhis2-ui/field@7.16.3":
+ version "7.16.3"
+ resolved "https://registry.yarnpkg.com/@dhis2-ui/field/-/field-7.16.3.tgz#8be6d8d87874f7ceb3767f734045a9ae3bcce77b"
+ integrity sha512-sbxmHdalxS08IBcqjrul/c02ejrk/+HbZJfl2LBdrB3pdEzAtsgwOAhswgdWy3J+C6U4KqowaPRkFD96Jw9vew==
+ dependencies:
+ "@dhis2-ui/box" "7.16.3"
+ "@dhis2-ui/help" "7.16.3"
+ "@dhis2-ui/label" "7.16.3"
+ "@dhis2/prop-types" "^3.0.0-beta.1"
+ "@dhis2/ui-constants" "7.16.3"
classnames "^2.3.1"
prop-types "^15.7.2"
-"@dhis2-ui/file-input@7.1.0":
- version "7.1.0"
- resolved "https://registry.yarnpkg.com/@dhis2-ui/file-input/-/file-input-7.1.0.tgz#b6a7a80a33295de887f8b460562d01e9f1a55ced"
- integrity sha512-ozhcYJpgp+ytvsTaBGhJi9CLRuKqZ41UumTWSfLVfbZFE00o93u5tS9Ldijq153ifsv+PwXQKyZF7fOVDtMjeg==
- dependencies:
- "@dhis2-ui/button" "7.1.0"
- "@dhis2-ui/field" "7.1.0"
- "@dhis2-ui/label" "7.1.0"
- "@dhis2-ui/loader" "7.1.0"
- "@dhis2/prop-types" "^1.6.4"
- "@dhis2/ui-constants" "7.1.0"
- "@dhis2/ui-icons" "7.1.0"
+"@dhis2-ui/file-input@7.16.3":
+ version "7.16.3"
+ resolved "https://registry.yarnpkg.com/@dhis2-ui/file-input/-/file-input-7.16.3.tgz#3bf1bd7b1b4298ca90d0efa1de9d9b67de36859a"
+ integrity sha512-evesZSBLnNOUaHwZAURV/CgKAf0t0/Y/Bxs+4e4AxZgSOrZ+y9HVn1kZCJjEJSvF2CtT+LLWgirYt8hOpi7GIw==
+ dependencies:
+ "@dhis2-ui/button" "7.16.3"
+ "@dhis2-ui/field" "7.16.3"
+ "@dhis2-ui/label" "7.16.3"
+ "@dhis2-ui/loader" "7.16.3"
+ "@dhis2-ui/status-icon" "7.16.3"
+ "@dhis2/prop-types" "^3.0.0-beta.1"
+ "@dhis2/ui-constants" "7.16.3"
+ "@dhis2/ui-icons" "7.16.3"
classnames "^2.3.1"
prop-types "^15.7.2"
-"@dhis2-ui/header-bar@7.1.0":
- version "7.1.0"
- resolved "https://registry.yarnpkg.com/@dhis2-ui/header-bar/-/header-bar-7.1.0.tgz#1a3a1d800c907a68bd4a5ea7f429e695613c14cf"
- integrity sha512-gncXmrA1GBRDUaGMhMmxJ7l3koYK8+kXFM5zxA46yR/JJBt41ossxK/DzqgLFxFUXLuAQ0Risn3B5KRiUieF+w==
- dependencies:
- "@dhis2-ui/box" "7.1.0"
- "@dhis2-ui/card" "7.1.0"
- "@dhis2-ui/center" "7.1.0"
- "@dhis2-ui/divider" "7.1.0"
- "@dhis2-ui/input" "7.1.0"
- "@dhis2-ui/layer" "7.1.0"
- "@dhis2-ui/loader" "7.1.0"
- "@dhis2-ui/logo" "7.1.0"
- "@dhis2-ui/menu" "7.1.0"
- "@dhis2/prop-types" "^1.6.4"
- "@dhis2/ui-constants" "7.1.0"
- "@dhis2/ui-icons" "7.1.0"
+"@dhis2-ui/header-bar@7.16.3":
+ version "7.16.3"
+ resolved "https://registry.yarnpkg.com/@dhis2-ui/header-bar/-/header-bar-7.16.3.tgz#378c242934d4412f18315a1ff532dc1e84d996e3"
+ integrity sha512-jmQNhivuOT0Dww+klrcZ50kYQ0whWrDIlyYOt8s0JuH8c4aQFndrPhLC3prIDQO0RBRzYYL4d59rn4UKAfXS6Q==
+ dependencies:
+ "@dhis2-ui/box" "7.16.3"
+ "@dhis2-ui/card" "7.16.3"
+ "@dhis2-ui/center" "7.16.3"
+ "@dhis2-ui/divider" "7.16.3"
+ "@dhis2-ui/input" "7.16.3"
+ "@dhis2-ui/layer" "7.16.3"
+ "@dhis2-ui/loader" "7.16.3"
+ "@dhis2-ui/logo" "7.16.3"
+ "@dhis2-ui/menu" "7.16.3"
+ "@dhis2-ui/user-avatar" "7.16.3"
+ "@dhis2/prop-types" "^3.0.0-beta.1"
+ "@dhis2/ui-constants" "7.16.3"
+ "@dhis2/ui-icons" "7.16.3"
classnames "^2.3.1"
moment "^2.29.1"
prop-types "^15.7.2"
-"@dhis2-ui/help@7.1.0":
- version "7.1.0"
- resolved "https://registry.yarnpkg.com/@dhis2-ui/help/-/help-7.1.0.tgz#ccc2ca336cbd67c0d0df509e0bdd752c5dcdd652"
- integrity sha512-2tf25X61olZBSIzkZuBNv8GQzcQ8kpbLTXHWeI2qtLtQ1CaXXvAFDQSeIEhxmlGcZyQUYT9pQFv1Clz3RYyWXQ==
+"@dhis2-ui/help@7.16.3":
+ version "7.16.3"
+ resolved "https://registry.yarnpkg.com/@dhis2-ui/help/-/help-7.16.3.tgz#061b7c366b655f38ae6bf67af8bb8f6d8ddd036e"
+ integrity sha512-Fx/zbEPyCnC3rvdHkjbxT3zNQhWva2MrO9BhMoUs+VEcSRWJuWHaJUFV8oG5jPjDaC1+l7M/uYEpp7fXpkvySA==
dependencies:
- "@dhis2/prop-types" "^1.6.4"
- "@dhis2/ui-constants" "7.1.0"
+ "@dhis2/prop-types" "^3.0.0-beta.1"
+ "@dhis2/ui-constants" "7.16.3"
classnames "^2.3.1"
prop-types "^15.7.2"
-"@dhis2-ui/input@7.1.0":
- version "7.1.0"
- resolved "https://registry.yarnpkg.com/@dhis2-ui/input/-/input-7.1.0.tgz#f43ab9003dcd0a5ab1ddbd59c8dcad48744f93d3"
- integrity sha512-ArUBlWzJak9j29vZZIZ7A8FIJlmBX9MJUkk+orc/C06PliQ8Kuu5iUb8AgcEk72PF07nceo3Zp7cX/K0/1Bo8Q==
- dependencies:
- "@dhis2-ui/box" "7.1.0"
- "@dhis2-ui/field" "7.1.0"
- "@dhis2-ui/input" "7.1.0"
- "@dhis2-ui/loader" "7.1.0"
- "@dhis2/prop-types" "^1.6.4"
- "@dhis2/ui-constants" "7.1.0"
- "@dhis2/ui-icons" "7.1.0"
+"@dhis2-ui/input@7.16.3":
+ version "7.16.3"
+ resolved "https://registry.yarnpkg.com/@dhis2-ui/input/-/input-7.16.3.tgz#8e8b2f27d18676841629beaa11800edf20a933c1"
+ integrity sha512-rejNJGpbqMCG6Ma0F/eYrHULXW9HulFtljVg5CUH0+Hh1qpPbvHuGLQlD6FU+8O0fhdZ/aw56l+5KZSetPbLzw==
+ dependencies:
+ "@dhis2-ui/box" "7.16.3"
+ "@dhis2-ui/field" "7.16.3"
+ "@dhis2-ui/input" "7.16.3"
+ "@dhis2-ui/loader" "7.16.3"
+ "@dhis2-ui/status-icon" "7.16.3"
+ "@dhis2/prop-types" "^3.0.0-beta.1"
+ "@dhis2/ui-constants" "7.16.3"
+ "@dhis2/ui-icons" "7.16.3"
classnames "^2.3.1"
prop-types "^15.7.2"
-"@dhis2-ui/intersection-detector@7.1.0":
- version "7.1.0"
- resolved "https://registry.yarnpkg.com/@dhis2-ui/intersection-detector/-/intersection-detector-7.1.0.tgz#7d67108cfdece0cb550f050237b5dcafdffdd86b"
- integrity sha512-6wZuTom+fJcJ3n3mV71bB/ej+hTUq6dKaAHD4Ol7KNzhWRe489cR1plgB9M2IMqUzlPEwmwNAIC5gyCvEPjD7w==
+"@dhis2-ui/intersection-detector@7.16.3":
+ version "7.16.3"
+ resolved "https://registry.yarnpkg.com/@dhis2-ui/intersection-detector/-/intersection-detector-7.16.3.tgz#e3012ced55d99b1e6c1305ae6b9c772d9161cdff"
+ integrity sha512-Z5AlVIaUvAVvcY1JdrpWohdn7XqAhg6EqtkI5mFJ2eN7aRoGWmXsXdWtJcYbWgj5Ray9wcbng5xWn5zb3gSR/w==
dependencies:
- "@dhis2/prop-types" "^1.6.4"
- "@dhis2/ui-constants" "7.1.0"
+ "@dhis2/prop-types" "^3.0.0-beta.1"
+ "@dhis2/ui-constants" "7.16.3"
classnames "^2.3.1"
prop-types "^15.7.2"
-"@dhis2-ui/label@7.1.0":
- version "7.1.0"
- resolved "https://registry.yarnpkg.com/@dhis2-ui/label/-/label-7.1.0.tgz#9c56ee7e7fd61c8182722c0cd46f96351a3ddd92"
- integrity sha512-2SYgyQl1ilPTO5eROLEBVNNcjFakWZbjYYJyMHr6lo58b+ufFBTn66z91kQqXqUGJ2dE1Sk6Nmb5auVOXyIzDQ==
+"@dhis2-ui/label@7.16.3":
+ version "7.16.3"
+ resolved "https://registry.yarnpkg.com/@dhis2-ui/label/-/label-7.16.3.tgz#2e3064eed920a767af90a4b6e3244f13a56ec40e"
+ integrity sha512-Vdg9pQshRV90wd/xocKsVGMi74IS5Ig5RpXe16p3HcvZKwSVOVT6WvPTDw9VV3H93THcH1o12PEfGkkAwsikjQ==
dependencies:
- "@dhis2-ui/required" "7.1.0"
- "@dhis2/prop-types" "^1.6.4"
- "@dhis2/ui-constants" "7.1.0"
+ "@dhis2-ui/required" "7.16.3"
+ "@dhis2/prop-types" "^3.0.0-beta.1"
+ "@dhis2/ui-constants" "7.16.3"
classnames "^2.3.1"
+ prop-types "^15.7.2"
-"@dhis2-ui/layer@7.1.0":
- version "7.1.0"
- resolved "https://registry.yarnpkg.com/@dhis2-ui/layer/-/layer-7.1.0.tgz#6b75a94c9089ae7b3d795372028b4bb92fee50ec"
- integrity sha512-FzoymwSMteDq7SDo/faY5aZXNUPq5ITf8+s8SgyNiZBKxe76hDJF26iTv+xj/T+WQLXb18F79N3xu4985dbXJQ==
+"@dhis2-ui/layer@7.16.3":
+ version "7.16.3"
+ resolved "https://registry.yarnpkg.com/@dhis2-ui/layer/-/layer-7.16.3.tgz#e1d39acd3747f63b08e3004adc213fccd46e1189"
+ integrity sha512-bcTyP/Cro7DcLZACENxGH4AcDWhGDZJcmHBVSJRtlAEzS9mD7rKhR3NRkWvwThxzGebsUJO+AgWaRy2RsBwc8A==
dependencies:
- "@dhis2-ui/portal" "7.1.0"
- "@dhis2/prop-types" "^1.6.4"
- "@dhis2/ui-constants" "7.1.0"
+ "@dhis2-ui/portal" "7.16.3"
+ "@dhis2/prop-types" "^3.0.0-beta.1"
+ "@dhis2/ui-constants" "7.16.3"
classnames "^2.3.1"
prop-types "^15.7.2"
-"@dhis2-ui/legend@7.1.0":
- version "7.1.0"
- resolved "https://registry.yarnpkg.com/@dhis2-ui/legend/-/legend-7.1.0.tgz#9fc5c452181bef29ae441aad0187cd671b6375e4"
- integrity sha512-sC/pxn9I0VjA6Ic0pp3/+R/PGsoszChcTDMnRvRrO4k0vQdUbibpNsnsMKxaNiAsP1K6i27FEHeGWwcmegcBNg==
+"@dhis2-ui/legend@7.16.3":
+ version "7.16.3"
+ resolved "https://registry.yarnpkg.com/@dhis2-ui/legend/-/legend-7.16.3.tgz#d3f105f12ec410a66c3b06ac5de03f825fb0d971"
+ integrity sha512-SsgM5Sovv9Z74keAMGgj/hBtm0aCogWzlH/HxB0Wd5QGU4zBmBh4fOFEVmb1yuk/nTRAJOjY1KRueEQxrGXYng==
dependencies:
- "@dhis2-ui/required" "7.1.0"
- "@dhis2/prop-types" "^1.6.4"
- "@dhis2/ui-constants" "7.1.0"
+ "@dhis2-ui/required" "7.16.3"
+ "@dhis2/prop-types" "^3.0.0-beta.1"
+ "@dhis2/ui-constants" "7.16.3"
classnames "^2.3.1"
prop-types "^15.7.2"
-"@dhis2-ui/loader@7.1.0":
- version "7.1.0"
- resolved "https://registry.yarnpkg.com/@dhis2-ui/loader/-/loader-7.1.0.tgz#d147f13ae10ec529738e27f51e8ecbf05289941e"
- integrity sha512-GG5nANGIqA+nZ7SOdbMXJM8ifEdH5w6VcsG3iJJZI6HdhWoOXGDLdV3kJVGZrNMTM2+eJkAYtXrLt2BaUb9BgQ==
+"@dhis2-ui/loader@7.16.3":
+ version "7.16.3"
+ resolved "https://registry.yarnpkg.com/@dhis2-ui/loader/-/loader-7.16.3.tgz#184d2a706d206bb8916458b16cc3a1ecdec81051"
+ integrity sha512-XkfrtZsCibs7ksA78C9CyBDvuDMwAUoqXIIlOH6cMxX0QMXGuup4Li5660r3G6xEhVFdKqnyCGUTBIaHCCLO0g==
dependencies:
- "@dhis2/prop-types" "^1.6.4"
- "@dhis2/ui-constants" "7.1.0"
+ "@dhis2/prop-types" "^3.0.0-beta.1"
+ "@dhis2/ui-constants" "7.16.3"
classnames "^2.3.1"
prop-types "^15.7.2"
-"@dhis2-ui/logo@7.1.0":
- version "7.1.0"
- resolved "https://registry.yarnpkg.com/@dhis2-ui/logo/-/logo-7.1.0.tgz#2e25558ba92d06881008918263d5a0827e99024d"
- integrity sha512-uXbGYUy7acKz/uCLnMxLO2qMGHwgW/5FZt3/8CHeu+JI0i/+XCs40Ajh7QgRC0sIEAixInK51VMkc0n9MhiOBQ==
+"@dhis2-ui/logo@7.16.3":
+ version "7.16.3"
+ resolved "https://registry.yarnpkg.com/@dhis2-ui/logo/-/logo-7.16.3.tgz#68f34dbc0de13875e9cbf5d4b4f3020dc8eec86f"
+ integrity sha512-QAeEnyJT/E8pLPvK0yQ8yLvQYxTmpf/q4rbHl891E7SfU0mKYsP4k5v0kY5KLuBmBZ0RdHZuCMSIhqbrFRmepQ==
dependencies:
- "@dhis2/prop-types" "^1.6.4"
- "@dhis2/ui-constants" "7.1.0"
+ "@dhis2/prop-types" "^3.0.0-beta.1"
+ "@dhis2/ui-constants" "7.16.3"
classnames "^2.3.1"
prop-types "^15.7.2"
-"@dhis2-ui/menu@7.1.0":
- version "7.1.0"
- resolved "https://registry.yarnpkg.com/@dhis2-ui/menu/-/menu-7.1.0.tgz#69edee3f7af368dfc3d367e6592c1e122e6d2b9b"
- integrity sha512-q/Mb3fynVSf0eJQWT+vXgKen+AW3g5s1CmBdr/PyXlFUVCL8MzOOiJ+vbGX/3kemlAb+Ylq6u81krd6GRLBASg==
- dependencies:
- "@dhis2-ui/card" "7.1.0"
- "@dhis2-ui/divider" "7.1.0"
- "@dhis2-ui/layer" "7.1.0"
- "@dhis2-ui/popper" "7.1.0"
- "@dhis2-ui/portal" "7.1.0"
- "@dhis2/prop-types" "^1.6.4"
- "@dhis2/ui-constants" "7.1.0"
- "@dhis2/ui-icons" "7.1.0"
+"@dhis2-ui/menu@7.16.3":
+ version "7.16.3"
+ resolved "https://registry.yarnpkg.com/@dhis2-ui/menu/-/menu-7.16.3.tgz#3fa4ef6e5d751ddcb60410a2b82764df8a0175a6"
+ integrity sha512-yZqtB0oBrtKIMDZCUz02dyt3NkxH1qjecq3Cg2fzz6Oyp8cJwvky+fi8Rm8pKIvCoNQ3bH58JzgPSZu6ppTAfQ==
+ dependencies:
+ "@dhis2-ui/card" "7.16.3"
+ "@dhis2-ui/divider" "7.16.3"
+ "@dhis2-ui/layer" "7.16.3"
+ "@dhis2-ui/popper" "7.16.3"
+ "@dhis2-ui/portal" "7.16.3"
+ "@dhis2/prop-types" "^3.0.0-beta.1"
+ "@dhis2/ui-constants" "7.16.3"
+ "@dhis2/ui-icons" "7.16.3"
classnames "^2.3.1"
prop-types "^15.7.2"
-"@dhis2-ui/modal@7.1.0":
- version "7.1.0"
- resolved "https://registry.yarnpkg.com/@dhis2-ui/modal/-/modal-7.1.0.tgz#c2a5d1376cd3452b056c714f029a6be20bfeb340"
- integrity sha512-QEmvZStWhgEBwwdvhGdXgoutZezAyldC7jwf+flN3/YRIRF2ND0+E7JDXsjbYl3mXJLDaFXnV7MZZvhHmbON9w==
- dependencies:
- "@dhis2-ui/card" "7.1.0"
- "@dhis2-ui/center" "7.1.0"
- "@dhis2-ui/layer" "7.1.0"
- "@dhis2-ui/portal" "7.1.0"
- "@dhis2/prop-types" "^1.6.4"
- "@dhis2/ui-constants" "7.1.0"
+"@dhis2-ui/modal@7.16.3":
+ version "7.16.3"
+ resolved "https://registry.yarnpkg.com/@dhis2-ui/modal/-/modal-7.16.3.tgz#f4e46f065e7bd1ada12d64c7a01c106dc98bc488"
+ integrity sha512-35pyvr0KEOsFGkd6RYmDlzNDqEJ+NT5BaTgPHJ9A3jk2+BU27/n838UH6F2Vj+FQAZX7cqhZO3qQQ1DAcOslOw==
+ dependencies:
+ "@dhis2-ui/card" "7.16.3"
+ "@dhis2-ui/center" "7.16.3"
+ "@dhis2-ui/layer" "7.16.3"
+ "@dhis2-ui/portal" "7.16.3"
+ "@dhis2/prop-types" "^3.0.0-beta.1"
+ "@dhis2/ui-constants" "7.16.3"
+ "@dhis2/ui-icons" "7.16.3"
classnames "^2.3.1"
prop-types "^15.7.2"
-"@dhis2-ui/node@7.1.0":
- version "7.1.0"
- resolved "https://registry.yarnpkg.com/@dhis2-ui/node/-/node-7.1.0.tgz#769645a41f3913686215b6a2848f4e87deb1eac4"
- integrity sha512-tu0VIlxABtwDeOAcnaG7mHDs1T561vGwPIpxbS1xHl5jMoDqE34xiqtEpol+vKUxGhFW6eKyI8Qhm/TtT7DvCQ==
+"@dhis2-ui/node@7.16.3":
+ version "7.16.3"
+ resolved "https://registry.yarnpkg.com/@dhis2-ui/node/-/node-7.16.3.tgz#59a334aaafad0e5f55ae580ade2545d60024a6e6"
+ integrity sha512-7QRaBJiNDa/cp8ANuG+VvwPs0MvCqaiYSh6Zzy+ZUwHVhXanGJr78smF1YfYjj4RzQrGzgraAqkPBzorPLuMYg==
dependencies:
- "@dhis2-ui/loader" "7.1.0"
- "@dhis2/prop-types" "^1.6.4"
- "@dhis2/ui-constants" "7.1.0"
+ "@dhis2-ui/loader" "7.16.3"
+ "@dhis2/prop-types" "^3.0.0-beta.1"
+ "@dhis2/ui-constants" "7.16.3"
classnames "^2.3.1"
prop-types "^15.7.2"
-"@dhis2-ui/notice-box@7.1.0":
- version "7.1.0"
- resolved "https://registry.yarnpkg.com/@dhis2-ui/notice-box/-/notice-box-7.1.0.tgz#afa2845482843d8cd9836439d2d3d9bbe6b2672a"
- integrity sha512-eeE7QT6RJuSO5pIKsa/Bb1mgJe6OlkUZlbP7xCT6NIdPjXtgcXGiySUYEyKZcyFt+8Q25aefuoPz3rv8Exerdg==
+"@dhis2-ui/notice-box@7.16.3":
+ version "7.16.3"
+ resolved "https://registry.yarnpkg.com/@dhis2-ui/notice-box/-/notice-box-7.16.3.tgz#07fa07ca5cbd2e75b7150c35f91b018248466f65"
+ integrity sha512-wvXjsZwJuAbNf+3h96+998n53Xw1QaYc5FkLG7P5+RVWpkWzDQY47jfv5cT78gEtCG+coPXoQBibuHRdHodaSg==
dependencies:
- "@dhis2/prop-types" "^1.6.4"
- "@dhis2/ui-constants" "7.1.0"
- "@dhis2/ui-icons" "7.1.0"
+ "@dhis2/prop-types" "^3.0.0-beta.1"
+ "@dhis2/ui-constants" "7.16.3"
+ "@dhis2/ui-icons" "7.16.3"
classnames "^2.3.1"
prop-types "^15.7.2"
-"@dhis2-ui/organisation-unit-tree@7.1.0":
- version "7.1.0"
- resolved "https://registry.yarnpkg.com/@dhis2-ui/organisation-unit-tree/-/organisation-unit-tree-7.1.0.tgz#36166cfba7d8998ac53573ba52f0c892ca3dc6eb"
- integrity sha512-OYEV2dOj39vhB6GoHfvFbpPxDcMZ2UoOIU2S5mcO/Xm6NjEB39zlEyx9PxTxN58NZQQoZol8mQ71VKR7zcyMBg==
- dependencies:
- "@dhis2-ui/checkbox" "7.1.0"
- "@dhis2-ui/loader" "7.1.0"
- "@dhis2-ui/node" "7.1.0"
- "@dhis2/prop-types" "^1.6.4"
- "@dhis2/ui-constants" "7.1.0"
+"@dhis2-ui/organisation-unit-tree@7.16.3":
+ version "7.16.3"
+ resolved "https://registry.yarnpkg.com/@dhis2-ui/organisation-unit-tree/-/organisation-unit-tree-7.16.3.tgz#fb6785e6b346fe5f524ffff944854cdb4c088b96"
+ integrity sha512-W2XgDrGmxH3FIUCGR/AA+sP37m9u4I7GHZFVz1zR7pIqHiSSKa8WkbClKD3aBu0zXIo9OKLfHGKBaJkIObN4sg==
+ dependencies:
+ "@dhis2-ui/checkbox" "7.16.3"
+ "@dhis2-ui/loader" "7.16.3"
+ "@dhis2-ui/node" "7.16.3"
+ "@dhis2/prop-types" "^3.0.0-beta.1"
+ "@dhis2/ui-constants" "7.16.3"
classnames "^2.3.1"
prop-types "^15.7.2"
-"@dhis2-ui/pagination@7.1.0":
- version "7.1.0"
- resolved "https://registry.yarnpkg.com/@dhis2-ui/pagination/-/pagination-7.1.0.tgz#a86ee316af353aa32f87177b83002ab210b45d60"
- integrity sha512-GAJjA3OmfgPcMF95CDML59eqfLfCAro9rZTIvbzW1RKVrM/okM+72+rrDGHWVSUJl1vEAQjTwPyVsa3lYhPwHw==
- dependencies:
- "@dhis2-ui/button" "7.1.0"
- "@dhis2-ui/select" "7.1.0"
- "@dhis2/prop-types" "^1.6.4"
- "@dhis2/ui-constants" "7.1.0"
- "@dhis2/ui-icons" "7.1.0"
+"@dhis2-ui/pagination@7.16.3":
+ version "7.16.3"
+ resolved "https://registry.yarnpkg.com/@dhis2-ui/pagination/-/pagination-7.16.3.tgz#e64ca131b8be5ed16562b3870b5f464bd27cf238"
+ integrity sha512-M1i+zoVPV4H/eGGRgGoOHP2r4oEODp1CSVikGuvQhzb7p94bDc98jG3pZzQNfKf+O7uuKMDIvYEI9zohipMXyw==
+ dependencies:
+ "@dhis2-ui/button" "7.16.3"
+ "@dhis2-ui/select" "7.16.3"
+ "@dhis2/prop-types" "^3.0.0-beta.1"
+ "@dhis2/ui-constants" "7.16.3"
+ "@dhis2/ui-icons" "7.16.3"
classnames "^2.3.1"
prop-types "^15.7.2"
-"@dhis2-ui/popover@7.1.0":
- version "7.1.0"
- resolved "https://registry.yarnpkg.com/@dhis2-ui/popover/-/popover-7.1.0.tgz#8e206cdc0e1060e4988e3e288ab20ed0230522e4"
- integrity sha512-sMmN6J2kB7QjHWd7o89ItZ3xuzrYcSWYjBRy4P9xg2+BT4UAgoBihh2XOpM0yV/0cq7UXmh2QowtI7ORHNdIKw==
+"@dhis2-ui/popover@7.16.3":
+ version "7.16.3"
+ resolved "https://registry.yarnpkg.com/@dhis2-ui/popover/-/popover-7.16.3.tgz#afbb33bad646d94efe0e46cc70fd8ef1723343ab"
+ integrity sha512-RAhd5azCh+60xeqf6XvtT26j9zfqE9d7sYTy2vIiLI9YC4McJDnwy54CH221Ko93ZwTNFNisLNd//4N1hFs8aQ==
dependencies:
- "@dhis2-ui/layer" "7.1.0"
- "@dhis2-ui/popper" "7.1.0"
- "@dhis2/prop-types" "^1.6.4"
- "@dhis2/ui-constants" "7.1.0"
+ "@dhis2-ui/layer" "7.16.3"
+ "@dhis2-ui/popper" "7.16.3"
+ "@dhis2/prop-types" "^3.0.0-beta.1"
+ "@dhis2/ui-constants" "7.16.3"
classnames "^2.3.1"
prop-types "^15.7.2"
-"@dhis2-ui/popper@7.1.0":
- version "7.1.0"
- resolved "https://registry.yarnpkg.com/@dhis2-ui/popper/-/popper-7.1.0.tgz#1370ff5f0516145df82c48be5c60547ee16f66c2"
- integrity sha512-AdNaY+gL22ElV4pGXzJxf4rd/TnVn2ZPo1i3UHLkwwD9IInMXV8RlSQXI5SnflNVPjbkzY2Chc/YGuSRh1HBYw==
+"@dhis2-ui/popper@7.16.3":
+ version "7.16.3"
+ resolved "https://registry.yarnpkg.com/@dhis2-ui/popper/-/popper-7.16.3.tgz#bb03bf179558cf245b236f0dd780fe670d7a22bf"
+ integrity sha512-6I68xVD8yc+/u5aVZOMQBL4dtHNz71Ip757c7P8HkBZQLWSVm1Zp1Z1JFMRh4JBif09SXYJ+bXLxk3LYMNf25g==
dependencies:
- "@dhis2/prop-types" "^1.6.4"
- "@dhis2/ui-constants" "7.1.0"
- "@popperjs/core" "^2.6.0"
+ "@dhis2/prop-types" "^3.0.0-beta.1"
+ "@dhis2/ui-constants" "7.16.3"
+ "@popperjs/core" "^2.10.1"
classnames "^2.3.1"
prop-types "^15.7.2"
react-popper "^2.2.5"
resize-observer-polyfill "^1.5.1"
-"@dhis2-ui/portal@7.1.0":
- version "7.1.0"
- resolved "https://registry.yarnpkg.com/@dhis2-ui/portal/-/portal-7.1.0.tgz#adee2df99a672272cd67a7f34b414e15a889cd06"
- integrity sha512-PpanwHXxBBZ521rfxdT1VzIExY97OWvqtmDd3kfKpA7i01AbdKnjkGH+VE/hO6vIDkqQoBjik3aGduzxAYsjug==
+"@dhis2-ui/portal@7.16.3":
+ version "7.16.3"
+ resolved "https://registry.yarnpkg.com/@dhis2-ui/portal/-/portal-7.16.3.tgz#9f350dd4a3f262e6d92f276638a076f7484d2f61"
+ integrity sha512-1IKbHrR0e52CJCgS109eNY3noTxOEUdbXQ+BccYp6ku2BQbdXrMjfr90aOeo9DFSbo5MNq0BmULbyzVmS19CIg==
dependencies:
classnames "^2.3.1"
prop-types "^15.7.2"
-"@dhis2-ui/radio@7.1.0":
- version "7.1.0"
- resolved "https://registry.yarnpkg.com/@dhis2-ui/radio/-/radio-7.1.0.tgz#3b59b2c1915e464ad946a5b0f27edbf5e9bb40fe"
- integrity sha512-0bWajynE9Lci25r84b66vo6ZXy+rf9wZCAwIuvc8X2aopXYZ9ML7HMIs7ZW7P15dYzyHVeSBtWWCPB4WFi/3lg==
+"@dhis2-ui/radio@7.16.3":
+ version "7.16.3"
+ resolved "https://registry.yarnpkg.com/@dhis2-ui/radio/-/radio-7.16.3.tgz#86ff8d2dc5992cba8e639e92994f6c837c2b3de6"
+ integrity sha512-5GsmozDGsCVcUGJC55QuJ13Vv4KU0Cv8bXCM8g7l8lrKSZZUBtblwRXsmdDkmP464dxAg49oIjEKmLmPwD3VWg==
dependencies:
- "@dhis2/prop-types" "^1.6.4"
- "@dhis2/ui-constants" "7.1.0"
+ "@dhis2/prop-types" "^3.0.0-beta.1"
+ "@dhis2/ui-constants" "7.16.3"
classnames "^2.3.1"
prop-types "^15.7.2"
-"@dhis2-ui/required@7.1.0":
- version "7.1.0"
- resolved "https://registry.yarnpkg.com/@dhis2-ui/required/-/required-7.1.0.tgz#ac97fef8c06b16c9792626c40d254e09dc918e49"
- integrity sha512-VJVbPDiU3QzMj8N8mulz+r4njsBof+mH8fdNfwfPnEYxRXndk8Y7DDHSQpbwHtaI4rhQk5OLGFLmF4PBvXmVgA==
+"@dhis2-ui/required@7.16.3":
+ version "7.16.3"
+ resolved "https://registry.yarnpkg.com/@dhis2-ui/required/-/required-7.16.3.tgz#20ffa4d94773da7cbecbdeee8a3cfb3808161167"
+ integrity sha512-4YZmGyMC+fBeAbpIW+UV9W/vrg5C0G578BTMOjOQs5YCf2FjClSPmQelWUqpN/wwIq7ldB6T5qzRJ6Nh6TQJYA==
dependencies:
- "@dhis2/prop-types" "^1.6.4"
- "@dhis2/ui-constants" "7.1.0"
+ "@dhis2/prop-types" "^3.0.0-beta.1"
+ "@dhis2/ui-constants" "7.16.3"
classnames "^2.3.1"
prop-types "^15.7.2"
-"@dhis2-ui/select@7.1.0":
- version "7.1.0"
- resolved "https://registry.yarnpkg.com/@dhis2-ui/select/-/select-7.1.0.tgz#d90fd3dde141fb5c283022c66967a5bb8cd54ae2"
- integrity sha512-cnEX250Uw32neINaUHAu8tPHMACM7/lTZgr9eYcRQm5URhDbvgx/HjZCCTgRRgQIT4zwktAYKnKCKX3YgMmMKg==
- dependencies:
- "@dhis2-ui/box" "7.1.0"
- "@dhis2-ui/button" "7.1.0"
- "@dhis2-ui/card" "7.1.0"
- "@dhis2-ui/checkbox" "7.1.0"
- "@dhis2-ui/chip" "7.1.0"
- "@dhis2-ui/field" "7.1.0"
- "@dhis2-ui/input" "7.1.0"
- "@dhis2-ui/layer" "7.1.0"
- "@dhis2-ui/loader" "7.1.0"
- "@dhis2-ui/popper" "7.1.0"
- "@dhis2/prop-types" "^1.6.4"
- "@dhis2/ui-constants" "7.1.0"
- "@dhis2/ui-icons" "7.1.0"
+"@dhis2-ui/segmented-control@7.16.3":
+ version "7.16.3"
+ resolved "https://registry.yarnpkg.com/@dhis2-ui/segmented-control/-/segmented-control-7.16.3.tgz#aabe1755abd5e7be8d9741b8fd0fe017cdee0315"
+ integrity sha512-e2CWmA/fwzWaDjjuRbsqVpJwMC0cAANsM78ZAoNAuGpm4ivWFoYF3R6acYHcPRy+P2FriuM6FxTuVs/uVL148g==
+ dependencies:
+ "@dhis2/prop-types" "^3.0.0-beta.1"
+ "@dhis2/ui-constants" "7.16.3"
classnames "^2.3.1"
prop-types "^15.7.2"
-"@dhis2-ui/sharing-dialog@7.1.0":
- version "7.1.0"
- resolved "https://registry.yarnpkg.com/@dhis2-ui/sharing-dialog/-/sharing-dialog-7.1.0.tgz#a7a1dd360c1c7f88f93afd485cdf9cb5869264e2"
- integrity sha512-ZqSiu8PQzp+0e6j4oIYL/YBPy1ZXEwGXOmmXLRj8IucFoYbDfzH+EAm3pF6ATsSJdyF/M5/blsBSGcVyrASzNA==
- dependencies:
- "@dhis2-ui/button" "7.1.0"
- "@dhis2-ui/card" "7.1.0"
- "@dhis2-ui/divider" "7.1.0"
- "@dhis2-ui/input" "7.1.0"
- "@dhis2-ui/layer" "7.1.0"
- "@dhis2-ui/loader" "7.1.0"
- "@dhis2-ui/menu" "7.1.0"
- "@dhis2-ui/modal" "7.1.0"
- "@dhis2-ui/notice-box" "7.1.0"
- "@dhis2-ui/popper" "7.1.0"
- "@dhis2-ui/select" "7.1.0"
- "@dhis2-ui/tab" "7.1.0"
- "@dhis2-ui/tooltip" "7.1.0"
- "@dhis2/prop-types" "^1.6.4"
- "@dhis2/ui-constants" "7.1.0"
- "@dhis2/ui-icons" "7.1.0"
+"@dhis2-ui/select@7.16.3":
+ version "7.16.3"
+ resolved "https://registry.yarnpkg.com/@dhis2-ui/select/-/select-7.16.3.tgz#4f70c230ab31b311b71b2d28dd6dfcb8ad9bc2d3"
+ integrity sha512-N0j06jIc5t2a4h39fl2kIWwzXeoQGQZrMw0tMUknCGjHUTvsfHyP/RbFpl0Rk42FykKyC0vIuX932lEVGn6h8g==
+ dependencies:
+ "@dhis2-ui/box" "7.16.3"
+ "@dhis2-ui/button" "7.16.3"
+ "@dhis2-ui/card" "7.16.3"
+ "@dhis2-ui/checkbox" "7.16.3"
+ "@dhis2-ui/chip" "7.16.3"
+ "@dhis2-ui/field" "7.16.3"
+ "@dhis2-ui/input" "7.16.3"
+ "@dhis2-ui/layer" "7.16.3"
+ "@dhis2-ui/loader" "7.16.3"
+ "@dhis2-ui/popper" "7.16.3"
+ "@dhis2-ui/status-icon" "7.16.3"
+ "@dhis2/prop-types" "^3.0.0-beta.1"
+ "@dhis2/ui-constants" "7.16.3"
+ "@dhis2/ui-icons" "7.16.3"
classnames "^2.3.1"
prop-types "^15.7.2"
-"@dhis2-ui/switch@7.1.0":
- version "7.1.0"
- resolved "https://registry.yarnpkg.com/@dhis2-ui/switch/-/switch-7.1.0.tgz#fc9d7f45371935cc8a0cdf6a0df527ac6ddc6d64"
- integrity sha512-wXDxW0FsLIbymlCQf8BlHhd51Gfv3uswg3CdvIKqnxFD+fqgUuCTSfAWVitJZ1bIHDrljNA3YIpyWU1lQO+l6Q==
+"@dhis2-ui/selector-bar@7.16.3":
+ version "7.16.3"
+ resolved "https://registry.yarnpkg.com/@dhis2-ui/selector-bar/-/selector-bar-7.16.3.tgz#f1a4b910aeca81f4eebd49c5792c579ba9c90726"
+ integrity sha512-eWFJVO+RwAbjIDiDu1GAeXj1+kGZSLNBIXK3WJfpSZHlpjg5TWJ5zh3V5IV0fcLOHQZ+8S2fYiJhNfaS4zgiDA==
+ dependencies:
+ "@dhis2-ui/button" "7.16.3"
+ "@dhis2-ui/card" "7.16.3"
+ "@dhis2-ui/layer" "7.16.3"
+ "@dhis2-ui/popper" "7.16.3"
+ "@dhis2/ui-constants" "7.16.3"
+ "@dhis2/ui-icons" "7.16.3"
+ "@testing-library/react" "^12.1.2"
+ classnames "^2.3.1"
+ prop-types "^15.7.2"
+
+"@dhis2-ui/sharing-dialog@7.16.3":
+ version "7.16.3"
+ resolved "https://registry.yarnpkg.com/@dhis2-ui/sharing-dialog/-/sharing-dialog-7.16.3.tgz#e92f9736432576568c87e8b643eddb6b636b6d8a"
+ integrity sha512-BGEZUSZPocKAY6iT+MnBxtx/c/dpZbSlgq/0LHttEXmeQKzeIgz+D02ZcHpPr3fkzqqQSfi4FUmgL47+Cx+S7Q==
+ dependencies:
+ "@dhis2-ui/box" "7.16.3"
+ "@dhis2-ui/button" "7.16.3"
+ "@dhis2-ui/card" "7.16.3"
+ "@dhis2-ui/divider" "7.16.3"
+ "@dhis2-ui/input" "7.16.3"
+ "@dhis2-ui/layer" "7.16.3"
+ "@dhis2-ui/menu" "7.16.3"
+ "@dhis2-ui/modal" "7.16.3"
+ "@dhis2-ui/notice-box" "7.16.3"
+ "@dhis2-ui/popper" "7.16.3"
+ "@dhis2-ui/select" "7.16.3"
+ "@dhis2-ui/tab" "7.16.3"
+ "@dhis2-ui/tooltip" "7.16.3"
+ "@dhis2-ui/user-avatar" "7.16.3"
+ "@dhis2/prop-types" "^3.0.0-beta.1"
+ "@dhis2/ui-constants" "7.16.3"
+ "@dhis2/ui-icons" "7.16.3"
+ "@react-hook/size" "^2.1.2"
+ classnames "^2.3.1"
+ prop-types "^15.7.2"
+
+"@dhis2-ui/status-icon@7.16.3":
+ version "7.16.3"
+ resolved "https://registry.yarnpkg.com/@dhis2-ui/status-icon/-/status-icon-7.16.3.tgz#d23f75ba6b45aac83810ea40ac04b17bd65ee0d7"
+ integrity sha512-SjJzmO9BnP+huBrxvcHyBAEsoKQQjCwzNt11JNeEC4g35UTu850XgYiq5wz5nVPWd3x6IcOJxJ2Y0KEIndKANg==
dependencies:
- "@dhis2-ui/field" "7.1.0"
- "@dhis2-ui/required" "7.1.0"
- "@dhis2/prop-types" "^1.6.4"
- "@dhis2/ui-constants" "7.1.0"
+ "@dhis2-ui/loader" "7.16.3"
+ "@dhis2/prop-types" "^3.0.0-beta.1"
+ "@dhis2/ui-constants" "7.16.3"
+ "@dhis2/ui-icons" "7.16.3"
classnames "^2.3.1"
prop-types "^15.7.2"
-"@dhis2-ui/tab@7.1.0":
- version "7.1.0"
- resolved "https://registry.yarnpkg.com/@dhis2-ui/tab/-/tab-7.1.0.tgz#3c629b60cffaf38d1c255462178fd0873f744be4"
- integrity sha512-l+aiR7lVwkIZQ9ayfHWeGd9KPNk4CcZFcKpYWajSb9ZtKEiO7+VtbcBq9f8xcZdUG4t8PGhzTEBnRJwsrA/R3A==
+"@dhis2-ui/switch@7.16.3":
+ version "7.16.3"
+ resolved "https://registry.yarnpkg.com/@dhis2-ui/switch/-/switch-7.16.3.tgz#a6dc9724c64e5e6f2aad89e4aa0160d46ad89041"
+ integrity sha512-aV0wXZW42o6QDta9+zTatAaLYvMB1t4+cJB1IJjMPAZpKQe5CJ/1HPd7po+CSkH+BWHUX6VDoE6P3RNx8XABjw==
dependencies:
- "@dhis2/prop-types" "^1.6.4"
- "@dhis2/ui-constants" "7.1.0"
- "@dhis2/ui-icons" "7.1.0"
+ "@dhis2-ui/field" "7.16.3"
+ "@dhis2-ui/required" "7.16.3"
+ "@dhis2/prop-types" "^3.0.0-beta.1"
+ "@dhis2/ui-constants" "7.16.3"
classnames "^2.3.1"
prop-types "^15.7.2"
-"@dhis2-ui/table@7.1.0":
- version "7.1.0"
- resolved "https://registry.yarnpkg.com/@dhis2-ui/table/-/table-7.1.0.tgz#ea6566ca0c126b4ab225fa75ffd0ebce1c431b7b"
- integrity sha512-pU5pTuT5ihf+8I4wVyIF6FFK2Tr2X22P+1Yq58GBsFOaUSN6GuKJX1v5PKbx+QbcbRR9H5IY4508DW09Fe0dqQ==
+"@dhis2-ui/tab@7.16.3":
+ version "7.16.3"
+ resolved "https://registry.yarnpkg.com/@dhis2-ui/tab/-/tab-7.16.3.tgz#17f7089867fc8d27b546bbe0eb1e66f3f5a20f03"
+ integrity sha512-pftzZ2B0R9N7g1tyj8ausJ8BvlnSUEx+eikPrvVMV/MOIZ7pOpufNHJJy1FMrduM60KKnqsPcufFcwgMyY0j8Q==
dependencies:
- "@dhis2/prop-types" "^1.6.4"
- "@dhis2/ui-constants" "7.1.0"
- "@dhis2/ui-icons" "7.1.0"
+ "@dhis2/prop-types" "^3.0.0-beta.1"
+ "@dhis2/ui-constants" "7.16.3"
+ "@dhis2/ui-icons" "7.16.3"
classnames "^2.3.1"
prop-types "^15.7.2"
-"@dhis2-ui/tag@7.1.0":
- version "7.1.0"
- resolved "https://registry.yarnpkg.com/@dhis2-ui/tag/-/tag-7.1.0.tgz#89cc3b57e36eee4eb4e49ba4da7421a100c01f82"
- integrity sha512-BYhOxBgjKUFRs4JghEEhzqtmb4pwPLoVVpqyqT7vxQ+1uWCAaQGhgpwU5eF6wRQYzh18o0IFaGhOVywRr9mhfQ==
+"@dhis2-ui/table@7.16.3":
+ version "7.16.3"
+ resolved "https://registry.yarnpkg.com/@dhis2-ui/table/-/table-7.16.3.tgz#b3674a8e41b42a11877b8d1d1c6d634dcef12f6c"
+ integrity sha512-kEeb1KHl/rEXMAArRfQcvfUH51kZp2NOF8Bgd5FbCRH7EQTPzjIMSeezvf485ykHtljphFT5yTwcuGYy62Y0hQ==
dependencies:
- "@dhis2/prop-types" "^1.6.4"
- "@dhis2/ui-constants" "7.1.0"
+ "@dhis2/prop-types" "^3.0.0-beta.1"
+ "@dhis2/ui-constants" "7.16.3"
+ "@dhis2/ui-icons" "7.16.3"
classnames "^2.3.1"
prop-types "^15.7.2"
-"@dhis2-ui/text-area@7.1.0":
- version "7.1.0"
- resolved "https://registry.yarnpkg.com/@dhis2-ui/text-area/-/text-area-7.1.0.tgz#00688f265ffb91acb010c2d01d2ba6bfafe90ac0"
- integrity sha512-RO4PwtPaN1zLPDzfnX2qsfJU+kiNGKuLZt+Y2q++550TTGkOTyZG7NPQUC/1UMhqqj9vl2WFS0rRWG9xnx14OQ==
- dependencies:
- "@dhis2-ui/box" "7.1.0"
- "@dhis2-ui/field" "7.1.0"
- "@dhis2-ui/loader" "7.1.0"
- "@dhis2/prop-types" "^1.6.4"
- "@dhis2/ui-constants" "7.1.0"
- "@dhis2/ui-icons" "7.1.0"
+"@dhis2-ui/tag@7.16.3":
+ version "7.16.3"
+ resolved "https://registry.yarnpkg.com/@dhis2-ui/tag/-/tag-7.16.3.tgz#4d9f733c0bfdbae4c95471c5dc03770b6563a353"
+ integrity sha512-q0CqCZJnOUpVWoybkcsXocVeeXK3Jt77OBHfn6XBwl6FJn0HYMaTSaObDkulAcNP1nO/n/xuSjRxT6WzncavTQ==
+ dependencies:
+ "@dhis2/prop-types" "^3.0.0-beta.1"
+ "@dhis2/ui-constants" "7.16.3"
classnames "^2.3.1"
prop-types "^15.7.2"
-"@dhis2-ui/tooltip@7.1.0":
- version "7.1.0"
- resolved "https://registry.yarnpkg.com/@dhis2-ui/tooltip/-/tooltip-7.1.0.tgz#35e0b43d50ec884e109986c76b71d5a6ee589314"
- integrity sha512-KYEIxJQJ1hsjm+dhSMGkRZSPjQpwo0lfAxWhPG7aLXnELyhSEnzd4+okTQSGmM+6a92yLo8z7PO+oNBeX2L1xQ==
+"@dhis2-ui/text-area@7.16.3":
+ version "7.16.3"
+ resolved "https://registry.yarnpkg.com/@dhis2-ui/text-area/-/text-area-7.16.3.tgz#682cf4e3588f5423f53ff603437e89cc55e2c10b"
+ integrity sha512-V4L/ilNt6ioZurijZqNUoyulxhF2m2StEArWaa7Gc4f3+DE62frycYU+GAsiLFyNZAXFtyOhojqbIloWX1GuEg==
+ dependencies:
+ "@dhis2-ui/box" "7.16.3"
+ "@dhis2-ui/field" "7.16.3"
+ "@dhis2-ui/loader" "7.16.3"
+ "@dhis2-ui/status-icon" "7.16.3"
+ "@dhis2/prop-types" "^3.0.0-beta.1"
+ "@dhis2/ui-constants" "7.16.3"
+ "@dhis2/ui-icons" "7.16.3"
+ classnames "^2.3.1"
+ prop-types "^15.7.2"
+
+"@dhis2-ui/tooltip@7.16.3":
+ version "7.16.3"
+ resolved "https://registry.yarnpkg.com/@dhis2-ui/tooltip/-/tooltip-7.16.3.tgz#002c2072f49779ce972cd1ed8e6f4cb24bb587da"
+ integrity sha512-uB4khAk18hPDaNAli/2ZzQcYq0QNsCzL8gdZoLNSGWAa/T+sR9VxPp7O1xx7iFgYL/SFjZqyb2x0UUNXPtSf8g==
dependencies:
- "@dhis2-ui/popper" "7.1.0"
- "@dhis2-ui/portal" "7.1.0"
- "@dhis2/prop-types" "^1.6.4"
- "@dhis2/ui-constants" "7.1.0"
+ "@dhis2-ui/popper" "7.16.3"
+ "@dhis2-ui/portal" "7.16.3"
+ "@dhis2/prop-types" "^3.0.0-beta.1"
+ "@dhis2/ui-constants" "7.16.3"
classnames "^2.3.1"
prop-types "^15.7.2"
-"@dhis2-ui/transfer@7.1.0":
- version "7.1.0"
- resolved "https://registry.yarnpkg.com/@dhis2-ui/transfer/-/transfer-7.1.0.tgz#d5d47502c689ff9608085b38678f461c7354d282"
- integrity sha512-i0Tobvy65VxTnRYamgbW5x+y2KUzAROHCIBEpB+o8u7nWN9ayxQ+f1TnLpIrKrrrdL1/BTrXSCMhUpp5HuXnAA==
- dependencies:
- "@dhis2-ui/button" "7.1.0"
- "@dhis2-ui/field" "7.1.0"
- "@dhis2-ui/input" "7.1.0"
- "@dhis2-ui/intersection-detector" "7.1.0"
- "@dhis2-ui/loader" "7.1.0"
- "@dhis2/prop-types" "^1.6.4"
- "@dhis2/ui-constants" "7.1.0"
+"@dhis2-ui/transfer@7.16.3":
+ version "7.16.3"
+ resolved "https://registry.yarnpkg.com/@dhis2-ui/transfer/-/transfer-7.16.3.tgz#bbeca5a6924f341bf22747833101d8e88d3b9859"
+ integrity sha512-dypuVM0FUSQD0LCNg3xkFoUp+TTXaBunQvDFbNIv3N9PMIN++wb1sdbwP1rzOhN/atH+Nkf+Ljxp/N4Ddl1qlA==
+ dependencies:
+ "@dhis2-ui/button" "7.16.3"
+ "@dhis2-ui/field" "7.16.3"
+ "@dhis2-ui/input" "7.16.3"
+ "@dhis2-ui/intersection-detector" "7.16.3"
+ "@dhis2-ui/loader" "7.16.3"
+ "@dhis2/prop-types" "^3.0.0-beta.1"
+ "@dhis2/ui-constants" "7.16.3"
classnames "^2.3.1"
prop-types "^15.7.2"
-"@dhis2/app-adapter@8.0.0":
- version "8.0.0"
- resolved "https://registry.yarnpkg.com/@dhis2/app-adapter/-/app-adapter-8.0.0.tgz#8bf98cd81a3301856774469144a28c33a1c7461b"
- integrity sha512-hdYw+D/OeTwZfFormm0BnqUmy3hsQ+cRv6alf0WO2iTjUWZ/5X4HipbySBjvHXUJgzGc4f606mbTR4QRhmzHOA==
+"@dhis2-ui/user-avatar@7.16.3":
+ version "7.16.3"
+ resolved "https://registry.yarnpkg.com/@dhis2-ui/user-avatar/-/user-avatar-7.16.3.tgz#0f67ef8824b9c81b8971078970bd33f9433c6e7a"
+ integrity sha512-LLsTiJyKuHM+ACe+Sfz4Kh69UWX9rQlVNMzUHqJYmtHQez11E5cRmY2UCbAHKhnyI1sfBkEHsxMxzCA+tc+65w==
+ dependencies:
+ "@dhis2/prop-types" "^3.0.0"
+ "@dhis2/ui-constants" "7.16.3"
+ classnames "^2.3.1"
+ prop-types "^15.7.2"
+
+"@dhis2/app-adapter@8.3.3":
+ version "8.3.3"
+ resolved "https://registry.yarnpkg.com/@dhis2/app-adapter/-/app-adapter-8.3.3.tgz#f3729bec60db014dfdd2fa6b74b5f42a0a46afe2"
+ integrity sha512-L6Ybb672hKxSZu8lftaNGln4js0n/mHBNlJDAT8KUQrnPofCJ2goAb4FoBo2xvxTI5zzg+1bCoLh6C2msaL6sg==
dependencies:
- "@dhis2/pwa" "8.0.0"
+ "@dhis2/pwa" "8.3.3"
moment "^2.24.0"
-"@dhis2/app-runtime@^3.2.0", "@dhis2/app-runtime@^3.9.0":
- version "3.9.0"
- resolved "https://registry.yarnpkg.com/@dhis2/app-runtime/-/app-runtime-3.9.0.tgz#c7e295fd0a68fac976a930bc77105206ded0b61a"
- integrity sha512-n0S4pbyvK7FnBQFMONGrhR9YYavBQI+mQLHfCX/vtvOyeoioBUNIinuQlGysuLMEkSVaK5OjV40rvTMzdxF2kQ==
+"@dhis2/app-runtime@^3.2.3", "@dhis2/app-runtime@^3.9.0":
+ version "3.10.4"
+ resolved "https://registry.yarnpkg.com/@dhis2/app-runtime/-/app-runtime-3.10.4.tgz#6064ac728770cc94c4d1975db32bd38533655cc6"
+ integrity sha512-W/d0WcYYcKAeE5/xCunZEMYUSD1fxG+JDQdRDEUsH5y5hB8i/4o2QQrZK8xa19Z3xQJhaW5ypWWqIQVjTJT2Ww==
dependencies:
- "@dhis2/app-service-alerts" "3.9.0"
- "@dhis2/app-service-config" "3.9.0"
- "@dhis2/app-service-data" "3.9.0"
- "@dhis2/app-service-offline" "3.9.0"
+ "@dhis2/app-service-alerts" "3.10.4"
+ "@dhis2/app-service-config" "3.10.4"
+ "@dhis2/app-service-data" "3.10.4"
+ "@dhis2/app-service-offline" "3.10.4"
+ "@dhis2/app-service-plugin" "3.10.4"
-"@dhis2/app-service-alerts@3.9.0":
- version "3.9.0"
- resolved "https://registry.yarnpkg.com/@dhis2/app-service-alerts/-/app-service-alerts-3.9.0.tgz#48d3805676e75ee58104fea4f76cfa779335444e"
- integrity sha512-z2eZxm/pxrmFbisbK7/qJKtif2CNWJjaaAH5rfrs5OIajlHy3rO37vSaTQHWv+xWvZFQrs2Op2InxzG0qh5ncA==
+"@dhis2/app-service-alerts@3.10.4":
+ version "3.10.4"
+ resolved "https://registry.yarnpkg.com/@dhis2/app-service-alerts/-/app-service-alerts-3.10.4.tgz#a7cce660015d79980679175e677cf6c6c3f4c7eb"
+ integrity sha512-DmSLx/kHOHpgGiL8zG0oa6D3MeCY3wPMDGqj+Gfegr654Lmyf4d2vLI7HSZUSOCdraP/fSYTypsdZmWYoXoLBQ==
-"@dhis2/app-service-config@3.9.0":
- version "3.9.0"
- resolved "https://registry.yarnpkg.com/@dhis2/app-service-config/-/app-service-config-3.9.0.tgz#8dc59d8de246f54057c0c685d5f94b4cbade6f73"
- integrity sha512-OuRn2mJGrQQ8QIC+oIVYYpclB4LErRK2wtsuy/cXLfRbeUti1qWIh110rgd1hnTx+BgRCs5s3NWdIQxS4hYGIQ==
+"@dhis2/app-service-config@3.10.4":
+ version "3.10.4"
+ resolved "https://registry.yarnpkg.com/@dhis2/app-service-config/-/app-service-config-3.10.4.tgz#2bede4df9b036350200cbc085a2a68439fa4fa0a"
+ integrity sha512-SCFdNxJKpiBjYsU9s0R+u9GrXjzmUEpGpudmC5eQqNV6ajLiebe/pS2jcSPFzjUtHVQMADk0X8TkERoOBqWcxA==
-"@dhis2/app-service-data@3.9.0":
- version "3.9.0"
- resolved "https://registry.yarnpkg.com/@dhis2/app-service-data/-/app-service-data-3.9.0.tgz#37f528b5f7f589cbab8dcc7f997c1668bc6566a9"
- integrity sha512-/FJgJhL6YGtIVNX5oaNmavkGmimrVHQsS8ueeUO4FvTjYXGlnnN3IuxypQcy/x4yiUyigbPgFJRnbC1J2af2fg==
+"@dhis2/app-service-data@3.10.4":
+ version "3.10.4"
+ resolved "https://registry.yarnpkg.com/@dhis2/app-service-data/-/app-service-data-3.10.4.tgz#dcd993a24d2edd97e7ad8a042a682e60582740ff"
+ integrity sha512-RaoWniioCe33PcPZoDuO66qOrIt0JeeCN8RzmCDrRVGvGmlDTZ3hNuWm9CnsAvO1U6sYDiulKPqrEQu8YKMG0w==
dependencies:
react-query "^3.13.11"
-"@dhis2/app-service-offline@3.9.0":
- version "3.9.0"
- resolved "https://registry.yarnpkg.com/@dhis2/app-service-offline/-/app-service-offline-3.9.0.tgz#fe4f4a91a1da77554965f6a5fe6f6951d4c467f4"
- integrity sha512-0q5zl0vw+a47Ab2qgu6hsZY5ybnH/ea43Vkk4aXYdgcf57xB8ck9DkIcNbc2e1+k9FhvimipxsgTZSbEA/8hJA==
+"@dhis2/app-service-offline@3.10.4":
+ version "3.10.4"
+ resolved "https://registry.yarnpkg.com/@dhis2/app-service-offline/-/app-service-offline-3.10.4.tgz#dcdaf3a76c6c7a71f28c89a403ec130bf10fcdf3"
+ integrity sha512-SUUS+sw3FjR0TMdKSSOVzL8IfPA185gSTHQ1WE4tLc2zE92elvxLL9FuSUuTbu+l1Kr4nRQNLh8muOMWKGnWDg==
dependencies:
lodash "^4.17.21"
-"@dhis2/app-shell@8.0.0":
- version "8.0.0"
- resolved "https://registry.yarnpkg.com/@dhis2/app-shell/-/app-shell-8.0.0.tgz#253b1b8a6c01b5f3bfd74f4f5eda821be16d10c4"
- integrity sha512-ITDwv9b1ILSPawILVqUhgv/41O9urE9yl1+YVIl8JB8UvoaPQg7Gsq1DvwrFoxs8sLqUKDDQslwGnE2oMShCmA==
+"@dhis2/app-service-plugin@3.10.4":
+ version "3.10.4"
+ resolved "https://registry.yarnpkg.com/@dhis2/app-service-plugin/-/app-service-plugin-3.10.4.tgz#f5412a1320393042012dd75713e3215e51628554"
+ integrity sha512-GW6xa/5y2yFXvhtLConnaOxKqyu6VPZWRBaQR73/bRRmFcnd7hlMkZ2M0GWSjoW4QHLXlLhXHFsgHPETBftkPg==
+ dependencies:
+ post-robot "^10.0.46"
+
+"@dhis2/app-shell@8.3.3":
+ version "8.3.3"
+ resolved "https://registry.yarnpkg.com/@dhis2/app-shell/-/app-shell-8.3.3.tgz#c2956a5cd4bf0cee32e8ffe80df9bbcefdbedd5e"
+ integrity sha512-mF+AXwHvQYJDsoljASSBNyw/d3OUDHcdNsCpVWHEIdVKXIyv1PqGfKctQ4THIFznFVMK4+uCWhDGeempwTaQrA==
dependencies:
- "@dhis2/app-adapter" "8.0.0"
- "@dhis2/app-runtime" "^3.2.0"
+ "@dhis2/app-adapter" "8.3.3"
+ "@dhis2/app-runtime" "^3.2.3"
"@dhis2/d2-i18n" "^1.1.0"
- "@dhis2/pwa" "8.0.0"
- "@dhis2/ui" "7.1.0"
+ "@dhis2/pwa" "8.3.3"
+ "@dhis2/ui" "^7.2.0"
classnames "^2.2.6"
moment "^2.29.1"
prop-types "^15.7.2"
@@ -2490,9 +2584,9 @@
typescript "^3.6.3"
"@dhis2/cli-app-scripts@^8.0.0":
- version "8.0.0"
- resolved "https://registry.yarnpkg.com/@dhis2/cli-app-scripts/-/cli-app-scripts-8.0.0.tgz#663ad7a0853f27165be0266db44de11e5a4c91f4"
- integrity sha512-blY/RlmrHW5xJVjxRNyXOjSD4dcgYt64AE4NiwyNosZIvcYryNwlrDgbSQLuzRS3w51ymuq4Wd2mMPafbdccJw==
+ version "8.3.3"
+ resolved "https://registry.yarnpkg.com/@dhis2/cli-app-scripts/-/cli-app-scripts-8.3.3.tgz#3043f85a989f03dd5db1e60c427b94b7a975ca3d"
+ integrity sha512-oFyPp+9rvr5vInOO37AE9rEl3Zm1XOxar/qjcKv841LwCs3iZfJaJsh4PAi+4WtDhdjwhnpSnqQs9hIUfB3VGQ==
dependencies:
"@babel/core" "^7.6.2"
"@babel/plugin-proposal-class-properties" "^7.8.3"
@@ -2501,11 +2595,12 @@
"@babel/preset-env" "^7.14.7"
"@babel/preset-react" "^7.0.0"
"@babel/preset-typescript" "^7.6.0"
- "@dhis2/app-shell" "8.0.0"
- "@dhis2/cli-helpers-engine" "^3.0.0"
+ "@dhis2/app-shell" "8.3.3"
+ "@dhis2/cli-helpers-engine" "^3.2.0"
"@jest/core" "^27.0.6"
+ "@yarnpkg/lockfile" "^1.1.0"
archiver "^3.1.1"
- axios "^0.20.0"
+ axios "^0.25.0"
babel-jest "^27.0.6"
babel-plugin-react-require "^3.1.3"
chokidar "^3.3.0"
@@ -2540,10 +2635,10 @@
update-notifier "^3.0.0"
yargs "^13.1.0"
-"@dhis2/cli-helpers-engine@^3.0.0":
- version "3.0.0"
- resolved "https://registry.yarnpkg.com/@dhis2/cli-helpers-engine/-/cli-helpers-engine-3.0.0.tgz#dacddea16de7e5e60280aefbee2e5661795b78b3"
- integrity sha512-e8cZFFsunQp56iLx1FKBWGZ1tmWOjdbqJaBwOnzvsKPyYopV9RzNcPm+HIBwfnCjHBWoWTf6ijaf3xVnimZC2w==
+"@dhis2/cli-helpers-engine@^3.0.0", "@dhis2/cli-helpers-engine@^3.2.0":
+ version "3.2.1"
+ resolved "https://registry.yarnpkg.com/@dhis2/cli-helpers-engine/-/cli-helpers-engine-3.2.1.tgz#80d3f5b50ae223e5ed3f91550c81c30c3d7741a7"
+ integrity sha512-8VRM7KMuiGudogiKmpD7dfjp4Y9aSmmh1dGnTq57kdIQLw/o3CqGqz61BSw41SN/t9hxZvYAy8fBaujPAgL1sQ==
dependencies:
chalk "^3.0.0"
cross-spawn "^7.0.3"
@@ -2590,9 +2685,9 @@
yargs "^16.2.0"
"@dhis2/cli-utils-docsite@^3.1.2":
- version "3.1.2"
- resolved "https://registry.yarnpkg.com/@dhis2/cli-utils-docsite/-/cli-utils-docsite-3.1.2.tgz#ee67683b1611ae684cd6ab2f29a61b5fd1f2d31a"
- integrity sha512-0gyXG8fcVt5qtvGlDaGY+q4F3He0Z8lD2nI4uVNkNJY0IMOCVIodeQT1WN8OZOl/R0tTGKTQui0T1XueyFsiLg==
+ version "3.2.0"
+ resolved "https://registry.yarnpkg.com/@dhis2/cli-utils-docsite/-/cli-utils-docsite-3.2.0.tgz#a9234bd71d1b716dfdba54e711bbc0ff8e102dd1"
+ integrity sha512-U7gUb7PSHdCkWlzMznUQCQR2Lkp+/pMwoo8DC01OzL8JjFojZtP+iSY4Zx4JCmQz7s1Ncyy1bmwRx1+ogQCSsQ==
dependencies:
"@dhis2/cli-helpers-engine" "^3.0.0"
"@dhis2/cli-helpers-template" "^3.0.0"
@@ -2621,15 +2716,7 @@
resolved "https://registry.yarnpkg.com/@dhis2/cypress-plugins/-/cypress-plugins-10.0.5.tgz#e841f2659bce9864062b52b398f9009821d35a04"
integrity sha512-Gwbpt8zW0z9iXwdCrIvnUtz1UfiNxkRz5qL7SxBlaRgjag3JC7M2l48zzJ0aGy2L3wGqTbJ9xrs3G1DC4Ydz1A==
-"@dhis2/d2-i18n@^1.1.0":
- version "1.1.0"
- resolved "https://registry.yarnpkg.com/@dhis2/d2-i18n/-/d2-i18n-1.1.0.tgz#ec777c5091f747e4c5aa4f9801c62ba4d1ef3d16"
- integrity sha512-x3u58goDQsMfBzy50koxNrJjofJTtjRZOfz6f6Py/wMMJfp/T6vZjWMQgcfWH0JrV6d04K1RTt6bI05wqsVQvg==
- dependencies:
- i18next "^10.3"
- moment "^2.24.0"
-
-"@dhis2/d2-i18n@^1.1.3":
+"@dhis2/d2-i18n@^1.1.0", "@dhis2/d2-i18n@^1.1.3":
version "1.1.3"
resolved "https://registry.yarnpkg.com/@dhis2/d2-i18n/-/d2-i18n-1.1.3.tgz#ad73030f7cfceeed1b5bcaad86a9b336130bdfb1"
integrity sha512-vOu6RDNumOJM396mHt35bETk9ai9b6XJyAwlUy1HstUZNvfET61F8rjCmMuXZU6zJ8ELux8kMFqlH8IG0vDJmA==
@@ -2647,22 +2734,15 @@
"@js-temporal/polyfill" "0.4.3"
classnames "^2.3.2"
-"@dhis2/prop-types@^1.6.4":
- version "1.6.4"
- resolved "https://registry.yarnpkg.com/@dhis2/prop-types/-/prop-types-1.6.4.tgz#ec4d256c9440d4d00071524422a727c61ddaa6f6"
- integrity sha512-qkVj8OuyjDmSxzYDlCWZllvC9hIbrIImMp79/U5CVsIRbjUF0zA/tfbv4rWnsWALmwEHOQFbzl5GnO5D8RNneA==
- dependencies:
- prop-types "^15"
-
-"@dhis2/prop-types@^3.1.2":
+"@dhis2/prop-types@^3.0.0", "@dhis2/prop-types@^3.0.0-beta.1", "@dhis2/prop-types@^3.1.2":
version "3.1.2"
resolved "https://registry.yarnpkg.com/@dhis2/prop-types/-/prop-types-3.1.2.tgz#65b8ad2da8cd2f72bc8b951049a6c9d1b97af3e9"
integrity sha512-eM0jjLOWvtXWqSFp5YC4DHFpkP8Y1D2eUwGV7MBWjni+o27oesVan+oT7WHeOeLdlAd4acRJrnaaAyB4Ck1wGQ==
-"@dhis2/pwa@8.0.0":
- version "8.0.0"
- resolved "https://registry.yarnpkg.com/@dhis2/pwa/-/pwa-8.0.0.tgz#b50f1264f82d36bbf7f68aec51556ed404f80aed"
- integrity sha512-DZEt4flCWkkdn4Pglk12Vz2QVkrLmHdR3ChjuB2TZJCryQbaVTxyns2VR/e3AZTPp74zAdkEv1soeEU0B5D7Lw==
+"@dhis2/pwa@8.3.3":
+ version "8.3.3"
+ resolved "https://registry.yarnpkg.com/@dhis2/pwa/-/pwa-8.3.3.tgz#2475779d0f03c6d28026e3f427e2f86ab666e624"
+ integrity sha512-lEhVJh2UQdj4kYou0pRGyNeSz+cvr/i0D2z3lvYUuvdqiN7V3bs6GJgkmnRVesSZonhS2RsYDuiUzrHABSYJRg==
dependencies:
idb "^6.0.0"
workbox-core "^6.1.5"
@@ -2670,349 +2750,377 @@
workbox-routing "^6.1.5"
workbox-strategies "^6.1.5"
-"@dhis2/ui-constants@7.1.0":
- version "7.1.0"
- resolved "https://registry.yarnpkg.com/@dhis2/ui-constants/-/ui-constants-7.1.0.tgz#4f335307c772f0d43f9d73f294456d87e213e4c8"
- integrity sha512-5cUCQsBwZYVRkD1eqDt4JKBplIJN9WaHfjUyEIP3mJrGJxJDDnUh/IyhU7ufVzOgEMZPeUqt3KQ1ZAgBDgDlTg==
+"@dhis2/ui-constants@7.16.3":
+ version "7.16.3"
+ resolved "https://registry.yarnpkg.com/@dhis2/ui-constants/-/ui-constants-7.16.3.tgz#5aefadf8ec6f057bb16fef3c77ea357d4ecf7780"
+ integrity sha512-Y3msILTVNMP3Wbte+5qeLvqFOJ6CKCevIk84HPnRb3Nit4OAze6HaQxY49DkE0THcAhLfscvVuA/4XeIKTpw8Q==
dependencies:
- "@dhis2/prop-types" "^1.6.4"
prop-types "^15.7.2"
-"@dhis2/ui-forms@7.1.0":
- version "7.1.0"
- resolved "https://registry.yarnpkg.com/@dhis2/ui-forms/-/ui-forms-7.1.0.tgz#004e6293445159074a924c89e0f743f80bd85d86"
- integrity sha512-PRHhjTZ3fSf47I6KiGiSiQZsVdUNSG5wHufRcg6bFZtwGXTR0WNC5zGcKmWT3HDI0RD5St0AMl0eAHmc4shmzA==
- dependencies:
- "@dhis2-ui/button" "7.1.0"
- "@dhis2-ui/checkbox" "7.1.0"
- "@dhis2-ui/field" "7.1.0"
- "@dhis2-ui/file-input" "7.1.0"
- "@dhis2-ui/input" "7.1.0"
- "@dhis2-ui/radio" "7.1.0"
- "@dhis2-ui/select" "7.1.0"
- "@dhis2-ui/switch" "7.1.0"
- "@dhis2-ui/text-area" "7.1.0"
- "@dhis2/prop-types" "^1.6.4"
+"@dhis2/ui-forms@7.16.3":
+ version "7.16.3"
+ resolved "https://registry.yarnpkg.com/@dhis2/ui-forms/-/ui-forms-7.16.3.tgz#a72bbd635ca7faa1432dadd676981e1d8ab27160"
+ integrity sha512-BxY4wOcW8mxqq4nhj36jbzaMpOOqUewTX4U/XWjS2a8akOPAZKBwYyJN54cJOPGAXZ+kIhOwFOvN/kUTXy3i9g==
+ dependencies:
+ "@dhis2-ui/button" "7.16.3"
+ "@dhis2-ui/checkbox" "7.16.3"
+ "@dhis2-ui/field" "7.16.3"
+ "@dhis2-ui/file-input" "7.16.3"
+ "@dhis2-ui/input" "7.16.3"
+ "@dhis2-ui/radio" "7.16.3"
+ "@dhis2-ui/select" "7.16.3"
+ "@dhis2-ui/switch" "7.16.3"
+ "@dhis2-ui/text-area" "7.16.3"
+ "@dhis2/prop-types" "^3.0.0-beta.1"
classnames "^2.3.1"
final-form "^4.20.2"
prop-types "^15.7.2"
react-final-form "^6.5.3"
-"@dhis2/ui-icons@7.1.0":
- version "7.1.0"
- resolved "https://registry.yarnpkg.com/@dhis2/ui-icons/-/ui-icons-7.1.0.tgz#014abb2c1cded811bdb2ca4245213b500bd2fcf1"
- integrity sha512-BRe+n4Atgqo7WmrVB2RyMDeAkFLE5oZmTJo39BdwgUEKcV5Xcr6yODe7hTR3ZkCzThbsJpcdtM5AO0fm7BtDTg==
- dependencies:
- "@dhis2/prop-types" "^1.6.4"
-
-"@dhis2/ui@7.1.0":
- version "7.1.0"
- resolved "https://registry.yarnpkg.com/@dhis2/ui/-/ui-7.1.0.tgz#b9ad275220c8dc979faee4372187f028959322af"
- integrity sha512-tCG5Z3Gg8oF78z2+Ex7C3bY8YMcLNWtxEQO2zE7taz0X+LdHDes6EViZkqWfcwMvanJz+PIWTxijUGzlGA7KRA==
- dependencies:
- "@dhis2-ui/alert" "7.1.0"
- "@dhis2-ui/box" "7.1.0"
- "@dhis2-ui/button" "7.1.0"
- "@dhis2-ui/card" "7.1.0"
- "@dhis2-ui/center" "7.1.0"
- "@dhis2-ui/checkbox" "7.1.0"
- "@dhis2-ui/chip" "7.1.0"
- "@dhis2-ui/cover" "7.1.0"
- "@dhis2-ui/css" "7.1.0"
- "@dhis2-ui/divider" "7.1.0"
- "@dhis2-ui/field" "7.1.0"
- "@dhis2-ui/file-input" "7.1.0"
- "@dhis2-ui/header-bar" "7.1.0"
- "@dhis2-ui/help" "7.1.0"
- "@dhis2-ui/input" "7.1.0"
- "@dhis2-ui/intersection-detector" "7.1.0"
- "@dhis2-ui/label" "7.1.0"
- "@dhis2-ui/layer" "7.1.0"
- "@dhis2-ui/legend" "7.1.0"
- "@dhis2-ui/loader" "7.1.0"
- "@dhis2-ui/logo" "7.1.0"
- "@dhis2-ui/menu" "7.1.0"
- "@dhis2-ui/modal" "7.1.0"
- "@dhis2-ui/node" "7.1.0"
- "@dhis2-ui/notice-box" "7.1.0"
- "@dhis2-ui/organisation-unit-tree" "7.1.0"
- "@dhis2-ui/pagination" "7.1.0"
- "@dhis2-ui/popover" "7.1.0"
- "@dhis2-ui/popper" "7.1.0"
- "@dhis2-ui/portal" "7.1.0"
- "@dhis2-ui/radio" "7.1.0"
- "@dhis2-ui/required" "7.1.0"
- "@dhis2-ui/select" "7.1.0"
- "@dhis2-ui/sharing-dialog" "7.1.0"
- "@dhis2-ui/switch" "7.1.0"
- "@dhis2-ui/tab" "7.1.0"
- "@dhis2-ui/table" "7.1.0"
- "@dhis2-ui/tag" "7.1.0"
- "@dhis2-ui/text-area" "7.1.0"
- "@dhis2-ui/tooltip" "7.1.0"
- "@dhis2-ui/transfer" "7.1.0"
- "@dhis2/ui-constants" "7.1.0"
- "@dhis2/ui-forms" "7.1.0"
- "@dhis2/ui-icons" "7.1.0"
+"@dhis2/ui-icons@7.16.3":
+ version "7.16.3"
+ resolved "https://registry.yarnpkg.com/@dhis2/ui-icons/-/ui-icons-7.16.3.tgz#86ecd617688f9d9d63de3b29ca5d8a236aa03190"
+ integrity sha512-G+/a74qCAxV04aVFOxCbP9s0sEMXUPGGMZn2kLRnrRsLNcSy6/d6h2EoCa1ASs0nOXvacl1mOHyfv2QXMEy7RA==
+
+"@dhis2/ui@^7.2.0":
+ version "7.16.3"
+ resolved "https://registry.yarnpkg.com/@dhis2/ui/-/ui-7.16.3.tgz#f4557ad78e0a4f7b3615b62454eece3d289a0113"
+ integrity sha512-jcdLApboK1cAsK1Euz6l3gxdmsiz7Kjm4nmYgofka7Qv5fEwrAC9M/CE2G+K7w8Q7PEv4pOyP2DatbnlVTymZg==
+ dependencies:
+ "@dhis2-ui/alert" "7.16.3"
+ "@dhis2-ui/box" "7.16.3"
+ "@dhis2-ui/button" "7.16.3"
+ "@dhis2-ui/card" "7.16.3"
+ "@dhis2-ui/center" "7.16.3"
+ "@dhis2-ui/checkbox" "7.16.3"
+ "@dhis2-ui/chip" "7.16.3"
+ "@dhis2-ui/cover" "7.16.3"
+ "@dhis2-ui/css" "7.16.3"
+ "@dhis2-ui/divider" "7.16.3"
+ "@dhis2-ui/field" "7.16.3"
+ "@dhis2-ui/file-input" "7.16.3"
+ "@dhis2-ui/header-bar" "7.16.3"
+ "@dhis2-ui/help" "7.16.3"
+ "@dhis2-ui/input" "7.16.3"
+ "@dhis2-ui/intersection-detector" "7.16.3"
+ "@dhis2-ui/label" "7.16.3"
+ "@dhis2-ui/layer" "7.16.3"
+ "@dhis2-ui/legend" "7.16.3"
+ "@dhis2-ui/loader" "7.16.3"
+ "@dhis2-ui/logo" "7.16.3"
+ "@dhis2-ui/menu" "7.16.3"
+ "@dhis2-ui/modal" "7.16.3"
+ "@dhis2-ui/node" "7.16.3"
+ "@dhis2-ui/notice-box" "7.16.3"
+ "@dhis2-ui/organisation-unit-tree" "7.16.3"
+ "@dhis2-ui/pagination" "7.16.3"
+ "@dhis2-ui/popover" "7.16.3"
+ "@dhis2-ui/popper" "7.16.3"
+ "@dhis2-ui/portal" "7.16.3"
+ "@dhis2-ui/radio" "7.16.3"
+ "@dhis2-ui/required" "7.16.3"
+ "@dhis2-ui/segmented-control" "7.16.3"
+ "@dhis2-ui/select" "7.16.3"
+ "@dhis2-ui/selector-bar" "7.16.3"
+ "@dhis2-ui/sharing-dialog" "7.16.3"
+ "@dhis2-ui/switch" "7.16.3"
+ "@dhis2-ui/tab" "7.16.3"
+ "@dhis2-ui/table" "7.16.3"
+ "@dhis2-ui/tag" "7.16.3"
+ "@dhis2-ui/text-area" "7.16.3"
+ "@dhis2-ui/tooltip" "7.16.3"
+ "@dhis2-ui/transfer" "7.16.3"
+ "@dhis2-ui/user-avatar" "7.16.3"
+ "@dhis2/ui-constants" "7.16.3"
+ "@dhis2/ui-forms" "7.16.3"
+ "@dhis2/ui-icons" "7.16.3"
prop-types "^15.7.2"
-"@docsearch/css@3.0.0":
- version "3.0.0"
- resolved "https://registry.yarnpkg.com/@docsearch/css/-/css-3.0.0.tgz#fe57b474802ffd706d3246eab25d52fac8aa3698"
- integrity sha512-1kkV7tkAsiuEd0shunYRByKJe3xQDG2q7wYg24SOw1nV9/2lwEd4WrUYRJC/ukGTl2/kHeFxsaUvtiOy0y6fFA==
+"@discoveryjs/json-ext@0.5.7", "@discoveryjs/json-ext@^0.5.3":
+ version "0.5.7"
+ resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz#1d572bfbbe14b7704e0ba0f39b74815b84870d70"
+ integrity sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==
-"@docsearch/react@^3.0.0":
- version "3.0.0"
- resolved "https://registry.yarnpkg.com/@docsearch/react/-/react-3.0.0.tgz#d02ebdc67573412185a6a4df13bc254c7c0da491"
- integrity sha512-yhMacqS6TVQYoBh/o603zszIb5Bl8MIXuOc6Vy617I74pirisDzzcNh0NEaYQt50fVVR3khUbeEhUEWEWipESg==
+"@docsearch/css@3.6.0":
+ version "3.6.0"
+ resolved "https://registry.yarnpkg.com/@docsearch/css/-/css-3.6.0.tgz#0e9f56f704b3a34d044d15fd9962ebc1536ba4fb"
+ integrity sha512-+sbxb71sWre+PwDK7X2T8+bhS6clcVMLwBPznX45Qu6opJcgRjAp7gYSDzVFp187J+feSj5dNBN1mJoi6ckkUQ==
+
+"@docsearch/react@^3.1.1":
+ version "3.6.0"
+ resolved "https://registry.yarnpkg.com/@docsearch/react/-/react-3.6.0.tgz#b4f25228ecb7fc473741aefac592121e86dd2958"
+ integrity sha512-HUFut4ztcVNmqy9gp/wxNbC7pTOHhgVVkHVGCACTuLhUKUhKAF9KYHJtMiLUJxEqiFLQiuri1fWF8zqwM/cu1w==
dependencies:
- "@algolia/autocomplete-core" "1.5.2"
- "@algolia/autocomplete-preset-algolia" "1.5.2"
- "@docsearch/css" "3.0.0"
- algoliasearch "^4.0.0"
+ "@algolia/autocomplete-core" "1.9.3"
+ "@algolia/autocomplete-preset-algolia" "1.9.3"
+ "@docsearch/css" "3.6.0"
+ algoliasearch "^4.19.1"
-"@docusaurus/core@2.0.0-beta.17", "@docusaurus/core@^2.0.0-beta.17":
- version "2.0.0-beta.17"
- resolved "https://registry.yarnpkg.com/@docusaurus/core/-/core-2.0.0-beta.17.tgz#f631aae04405de42a428a31928998242cd1d7b77"
- integrity sha512-iNdW7CsmHNOgc4PxD9BFxa+MD8+i7ln7erOBkF3FSMMPnsKUeVqsR3rr31aLmLZRlTXMITSPLxlXwtBZa3KPCw==
+"@docusaurus/core@2.4.3", "@docusaurus/core@^2.0.0-beta.17":
+ version "2.4.3"
+ resolved "https://registry.yarnpkg.com/@docusaurus/core/-/core-2.4.3.tgz#d86624901386fd8164ce4bff9cc7f16fde57f523"
+ integrity sha512-dWH5P7cgeNSIg9ufReX6gaCl/TmrGKD38Orbwuz05WPhAQtFXHd5B8Qym1TiXfvUNvwoYKkAJOJuGe8ou0Z7PA==
dependencies:
- "@babel/core" "^7.17.5"
- "@babel/generator" "^7.17.3"
+ "@babel/core" "^7.18.6"
+ "@babel/generator" "^7.18.7"
"@babel/plugin-syntax-dynamic-import" "^7.8.3"
- "@babel/plugin-transform-runtime" "^7.17.0"
- "@babel/preset-env" "^7.16.11"
- "@babel/preset-react" "^7.16.7"
- "@babel/preset-typescript" "^7.16.7"
- "@babel/runtime" "^7.17.2"
- "@babel/runtime-corejs3" "^7.17.2"
- "@babel/traverse" "^7.17.3"
- "@docusaurus/cssnano-preset" "2.0.0-beta.17"
- "@docusaurus/logger" "2.0.0-beta.17"
- "@docusaurus/mdx-loader" "2.0.0-beta.17"
+ "@babel/plugin-transform-runtime" "^7.18.6"
+ "@babel/preset-env" "^7.18.6"
+ "@babel/preset-react" "^7.18.6"
+ "@babel/preset-typescript" "^7.18.6"
+ "@babel/runtime" "^7.18.6"
+ "@babel/runtime-corejs3" "^7.18.6"
+ "@babel/traverse" "^7.18.8"
+ "@docusaurus/cssnano-preset" "2.4.3"
+ "@docusaurus/logger" "2.4.3"
+ "@docusaurus/mdx-loader" "2.4.3"
"@docusaurus/react-loadable" "5.5.2"
- "@docusaurus/utils" "2.0.0-beta.17"
- "@docusaurus/utils-common" "2.0.0-beta.17"
- "@docusaurus/utils-validation" "2.0.0-beta.17"
- "@slorber/static-site-generator-webpack-plugin" "^4.0.1"
+ "@docusaurus/utils" "2.4.3"
+ "@docusaurus/utils-common" "2.4.3"
+ "@docusaurus/utils-validation" "2.4.3"
+ "@slorber/static-site-generator-webpack-plugin" "^4.0.7"
"@svgr/webpack" "^6.2.1"
- autoprefixer "^10.4.2"
- babel-loader "^8.2.3"
- babel-plugin-dynamic-import-node "2.3.0"
+ autoprefixer "^10.4.7"
+ babel-loader "^8.2.5"
+ babel-plugin-dynamic-import-node "^2.3.3"
boxen "^6.2.1"
+ chalk "^4.1.2"
chokidar "^3.5.3"
- clean-css "^5.2.4"
- cli-table3 "^0.6.1"
+ clean-css "^5.3.0"
+ cli-table3 "^0.6.2"
combine-promises "^1.1.0"
commander "^5.1.0"
- copy-webpack-plugin "^10.2.4"
- core-js "^3.21.1"
- css-loader "^6.6.0"
- css-minimizer-webpack-plugin "^3.4.1"
- cssnano "^5.0.17"
- del "^6.0.0"
+ copy-webpack-plugin "^11.0.0"
+ core-js "^3.23.3"
+ css-loader "^6.7.1"
+ css-minimizer-webpack-plugin "^4.0.0"
+ cssnano "^5.1.12"
+ del "^6.1.1"
detect-port "^1.3.0"
escape-html "^1.0.3"
- eta "^1.12.3"
+ eta "^2.0.0"
file-loader "^6.2.0"
- fs-extra "^10.0.1"
+ fs-extra "^10.1.0"
html-minifier-terser "^6.1.0"
- html-tags "^3.1.0"
+ html-tags "^3.2.0"
html-webpack-plugin "^5.5.0"
import-fresh "^3.3.0"
- is-root "^2.1.0"
leven "^3.1.0"
lodash "^4.17.21"
- mini-css-extract-plugin "^2.5.3"
- nprogress "^0.2.0"
- postcss "^8.4.7"
- postcss-loader "^6.2.1"
+ mini-css-extract-plugin "^2.6.1"
+ postcss "^8.4.14"
+ postcss-loader "^7.0.0"
prompts "^2.4.2"
- react-dev-utils "^12.0.0"
- react-helmet-async "^1.2.3"
+ react-dev-utils "^12.0.1"
+ react-helmet-async "^1.3.0"
react-loadable "npm:@docusaurus/react-loadable@5.5.2"
react-loadable-ssr-addon-v5-slorber "^1.0.1"
- react-router "^5.2.0"
+ react-router "^5.3.3"
react-router-config "^5.1.1"
- react-router-dom "^5.2.0"
- remark-admonitions "^1.2.1"
+ react-router-dom "^5.3.3"
rtl-detect "^1.0.4"
- semver "^7.3.4"
+ semver "^7.3.7"
serve-handler "^6.1.3"
shelljs "^0.8.5"
- terser-webpack-plugin "^5.3.1"
- tslib "^2.3.1"
+ terser-webpack-plugin "^5.3.3"
+ tslib "^2.4.0"
update-notifier "^5.1.0"
url-loader "^4.1.1"
wait-on "^6.0.1"
- webpack "^5.69.1"
+ webpack "^5.73.0"
webpack-bundle-analyzer "^4.5.0"
- webpack-dev-server "^4.7.4"
+ webpack-dev-server "^4.9.3"
webpack-merge "^5.8.0"
webpackbar "^5.0.2"
-"@docusaurus/cssnano-preset@2.0.0-beta.17":
- version "2.0.0-beta.17"
- resolved "https://registry.yarnpkg.com/@docusaurus/cssnano-preset/-/cssnano-preset-2.0.0-beta.17.tgz#f687bc6e5c8cb2139a7830dec757cfcb92dbb681"
- integrity sha512-DoBwtLjJ9IY9/lNMHIEdo90L4NDayvU28nLgtjR2Sc6aBIMEB/3a5Ndjehnp+jZAkwcDdNASA86EkZVUyz1O1A==
+"@docusaurus/cssnano-preset@2.4.3":
+ version "2.4.3"
+ resolved "https://registry.yarnpkg.com/@docusaurus/cssnano-preset/-/cssnano-preset-2.4.3.tgz#1d7e833c41ce240fcc2812a2ac27f7b862f32de0"
+ integrity sha512-ZvGSRCi7z9wLnZrXNPG6DmVPHdKGd8dIn9pYbEOFiYihfv4uDR3UtxogmKf+rT8ZlKFf5Lqne8E8nt08zNM8CA==
dependencies:
- cssnano-preset-advanced "^5.1.12"
- postcss "^8.4.7"
+ cssnano-preset-advanced "^5.3.8"
+ postcss "^8.4.14"
postcss-sort-media-queries "^4.2.1"
+ tslib "^2.4.0"
-"@docusaurus/logger@2.0.0-beta.17":
- version "2.0.0-beta.17"
- resolved "https://registry.yarnpkg.com/@docusaurus/logger/-/logger-2.0.0-beta.17.tgz#89c5ace3b4efd5274adb0d8919328892c4466d02"
- integrity sha512-F9JDl06/VLg+ylsvnq9NpILSUeWtl0j4H2LtlLzX5gufEL4dGiCMlnUzYdHl7FSHSzYJ0A/R7vu0SYofsexC4w==
+"@docusaurus/logger@2.4.3":
+ version "2.4.3"
+ resolved "https://registry.yarnpkg.com/@docusaurus/logger/-/logger-2.4.3.tgz#518bbc965fb4ebe8f1d0b14e5f4161607552d34c"
+ integrity sha512-Zxws7r3yLufk9xM1zq9ged0YHs65mlRmtsobnFkdZTxWXdTYlWWLWdKyNKAsVC+D7zg+pv2fGbyabdOnyZOM3w==
dependencies:
chalk "^4.1.2"
- tslib "^2.3.1"
+ tslib "^2.4.0"
-"@docusaurus/mdx-loader@2.0.0-beta.17":
- version "2.0.0-beta.17"
- resolved "https://registry.yarnpkg.com/@docusaurus/mdx-loader/-/mdx-loader-2.0.0-beta.17.tgz#838f87f4cbf12701c4d8eb11e4f9698fb7155bf8"
- integrity sha512-AhJ3GWRmjQYCyINHE595pff5tn3Rt83oGpdev5UT9uvG9lPYPC8nEmh1LI6c0ogfw7YkNznzxWSW4hyyVbYQ3A==
+"@docusaurus/mdx-loader@2.4.3":
+ version "2.4.3"
+ resolved "https://registry.yarnpkg.com/@docusaurus/mdx-loader/-/mdx-loader-2.4.3.tgz#e8ff37f30a060eaa97b8121c135f74cb531a4a3e"
+ integrity sha512-b1+fDnWtl3GiqkL0BRjYtc94FZrcDDBV1j8446+4tptB9BAOlePwG2p/pK6vGvfL53lkOsszXMghr2g67M0vCw==
dependencies:
- "@babel/parser" "^7.17.3"
- "@babel/traverse" "^7.17.3"
- "@docusaurus/logger" "2.0.0-beta.17"
- "@docusaurus/utils" "2.0.0-beta.17"
+ "@babel/parser" "^7.18.8"
+ "@babel/traverse" "^7.18.8"
+ "@docusaurus/logger" "2.4.3"
+ "@docusaurus/utils" "2.4.3"
"@mdx-js/mdx" "^1.6.22"
escape-html "^1.0.3"
file-loader "^6.2.0"
- fs-extra "^10.0.1"
+ fs-extra "^10.1.0"
image-size "^1.0.1"
mdast-util-to-string "^2.0.0"
- remark-emoji "^2.1.0"
+ remark-emoji "^2.2.0"
stringify-object "^3.3.0"
- tslib "^2.3.1"
- unist-util-visit "^2.0.2"
+ tslib "^2.4.0"
+ unified "^9.2.2"
+ unist-util-visit "^2.0.3"
url-loader "^4.1.1"
- webpack "^5.69.1"
+ webpack "^5.73.0"
-"@docusaurus/module-type-aliases@2.0.0-beta.17":
- version "2.0.0-beta.17"
- resolved "https://registry.yarnpkg.com/@docusaurus/module-type-aliases/-/module-type-aliases-2.0.0-beta.17.tgz#73f6d34be202ac093e78769ff72613d353087cd7"
- integrity sha512-Tu+8geC/wyygBudbSwvWIHEvt5RwyA7dEoE1JmPbgQtmqUxOZ9bgnfemwXpJW5mKuDiJASbN4of1DhbLqf4sPg==
+"@docusaurus/module-type-aliases@2.4.3":
+ version "2.4.3"
+ resolved "https://registry.yarnpkg.com/@docusaurus/module-type-aliases/-/module-type-aliases-2.4.3.tgz#d08ef67e4151e02f352a2836bcf9ecde3b9c56ac"
+ integrity sha512-cwkBkt1UCiduuvEAo7XZY01dJfRn7UR/75mBgOdb1hKknhrabJZ8YH+7savd/y9kLExPyrhe0QwdS9GuzsRRIA==
dependencies:
- "@docusaurus/types" "2.0.0-beta.17"
+ "@docusaurus/react-loadable" "5.5.2"
+ "@docusaurus/types" "2.4.3"
+ "@types/history" "^4.7.11"
"@types/react" "*"
"@types/react-router-config" "*"
"@types/react-router-dom" "*"
react-helmet-async "*"
+ react-loadable "npm:@docusaurus/react-loadable@5.5.2"
-"@docusaurus/plugin-content-blog@2.0.0-beta.17":
- version "2.0.0-beta.17"
- resolved "https://registry.yarnpkg.com/@docusaurus/plugin-content-blog/-/plugin-content-blog-2.0.0-beta.17.tgz#1d1063bfda78a80d517694567b965d5c3a70479f"
- integrity sha512-gcX4UR+WKT4bhF8FICBQHy+ESS9iRMeaglSboTZbA/YHGax/3EuZtcPU3dU4E/HFJeZ866wgUdbLKpIpsZOidg==
- dependencies:
- "@docusaurus/core" "2.0.0-beta.17"
- "@docusaurus/logger" "2.0.0-beta.17"
- "@docusaurus/mdx-loader" "2.0.0-beta.17"
- "@docusaurus/utils" "2.0.0-beta.17"
- "@docusaurus/utils-common" "2.0.0-beta.17"
- "@docusaurus/utils-validation" "2.0.0-beta.17"
- cheerio "^1.0.0-rc.10"
+"@docusaurus/plugin-content-blog@2.4.3":
+ version "2.4.3"
+ resolved "https://registry.yarnpkg.com/@docusaurus/plugin-content-blog/-/plugin-content-blog-2.4.3.tgz#6473b974acab98e967414d8bbb0d37e0cedcea14"
+ integrity sha512-PVhypqaA0t98zVDpOeTqWUTvRqCEjJubtfFUQ7zJNYdbYTbS/E/ytq6zbLVsN/dImvemtO/5JQgjLxsh8XLo8Q==
+ dependencies:
+ "@docusaurus/core" "2.4.3"
+ "@docusaurus/logger" "2.4.3"
+ "@docusaurus/mdx-loader" "2.4.3"
+ "@docusaurus/types" "2.4.3"
+ "@docusaurus/utils" "2.4.3"
+ "@docusaurus/utils-common" "2.4.3"
+ "@docusaurus/utils-validation" "2.4.3"
+ cheerio "^1.0.0-rc.12"
feed "^4.2.2"
- fs-extra "^10.0.1"
+ fs-extra "^10.1.0"
lodash "^4.17.21"
reading-time "^1.5.0"
- remark-admonitions "^1.2.1"
- tslib "^2.3.1"
+ tslib "^2.4.0"
+ unist-util-visit "^2.0.3"
utility-types "^3.10.0"
- webpack "^5.69.1"
-
-"@docusaurus/plugin-content-docs@2.0.0-beta.17":
- version "2.0.0-beta.17"
- resolved "https://registry.yarnpkg.com/@docusaurus/plugin-content-docs/-/plugin-content-docs-2.0.0-beta.17.tgz#97f13bb458e165224db6867836e8e9637ea15921"
- integrity sha512-YYrBpuRfTfE6NtENrpSHTJ7K7PZifn6j6hcuvdC0QKE+WD8pS+O2/Ws30yoyvHwLnAnfhvaderh1v9Kaa0/ANg==
- dependencies:
- "@docusaurus/core" "2.0.0-beta.17"
- "@docusaurus/logger" "2.0.0-beta.17"
- "@docusaurus/mdx-loader" "2.0.0-beta.17"
- "@docusaurus/utils" "2.0.0-beta.17"
- "@docusaurus/utils-validation" "2.0.0-beta.17"
+ webpack "^5.73.0"
+
+"@docusaurus/plugin-content-docs@2.4.3":
+ version "2.4.3"
+ resolved "https://registry.yarnpkg.com/@docusaurus/plugin-content-docs/-/plugin-content-docs-2.4.3.tgz#aa224c0512351e81807adf778ca59fd9cd136973"
+ integrity sha512-N7Po2LSH6UejQhzTCsvuX5NOzlC+HiXOVvofnEPj0WhMu1etpLEXE6a4aTxrtg95lQ5kf0xUIdjX9sh3d3G76A==
+ dependencies:
+ "@docusaurus/core" "2.4.3"
+ "@docusaurus/logger" "2.4.3"
+ "@docusaurus/mdx-loader" "2.4.3"
+ "@docusaurus/module-type-aliases" "2.4.3"
+ "@docusaurus/types" "2.4.3"
+ "@docusaurus/utils" "2.4.3"
+ "@docusaurus/utils-validation" "2.4.3"
+ "@types/react-router-config" "^5.0.6"
combine-promises "^1.1.0"
- fs-extra "^10.0.1"
+ fs-extra "^10.1.0"
import-fresh "^3.3.0"
js-yaml "^4.1.0"
lodash "^4.17.21"
- remark-admonitions "^1.2.1"
- tslib "^2.3.1"
+ tslib "^2.4.0"
utility-types "^3.10.0"
- webpack "^5.69.1"
-
-"@docusaurus/plugin-content-pages@2.0.0-beta.17":
- version "2.0.0-beta.17"
- resolved "https://registry.yarnpkg.com/@docusaurus/plugin-content-pages/-/plugin-content-pages-2.0.0-beta.17.tgz#d5955d3cc23722518a6032f830cf8c7b7aeb3d5a"
- integrity sha512-d5x0mXTMJ44ojRQccmLyshYoamFOep2AnBe69osCDnwWMbD3Or3pnc2KMK9N7mVpQFnNFKbHNCLrX3Rv0uwEHA==
- dependencies:
- "@docusaurus/core" "2.0.0-beta.17"
- "@docusaurus/mdx-loader" "2.0.0-beta.17"
- "@docusaurus/utils" "2.0.0-beta.17"
- "@docusaurus/utils-validation" "2.0.0-beta.17"
- fs-extra "^10.0.1"
- remark-admonitions "^1.2.1"
- tslib "^2.3.1"
- webpack "^5.69.1"
+ webpack "^5.73.0"
-"@docusaurus/plugin-debug@2.0.0-beta.17":
- version "2.0.0-beta.17"
- resolved "https://registry.yarnpkg.com/@docusaurus/plugin-debug/-/plugin-debug-2.0.0-beta.17.tgz#0185dfd5575aa940443d2cb9fab4bed3308ed3a1"
- integrity sha512-p26fjYFRSC0esEmKo/kRrLVwXoFnzPCFDumwrImhPyqfVxbj+IKFaiXkayb2qHnyEGE/1KSDIgRF4CHt/pyhiw==
+"@docusaurus/plugin-content-pages@2.4.3":
+ version "2.4.3"
+ resolved "https://registry.yarnpkg.com/@docusaurus/plugin-content-pages/-/plugin-content-pages-2.4.3.tgz#7f285e718b53da8c8d0101e70840c75b9c0a1ac0"
+ integrity sha512-txtDVz7y3zGk67q0HjG0gRttVPodkHqE0bpJ+7dOaTH40CQFLSh7+aBeGnPOTl+oCPG+hxkim4SndqPqXjQ8Bg==
+ dependencies:
+ "@docusaurus/core" "2.4.3"
+ "@docusaurus/mdx-loader" "2.4.3"
+ "@docusaurus/types" "2.4.3"
+ "@docusaurus/utils" "2.4.3"
+ "@docusaurus/utils-validation" "2.4.3"
+ fs-extra "^10.1.0"
+ tslib "^2.4.0"
+ webpack "^5.73.0"
+
+"@docusaurus/plugin-debug@2.4.3":
+ version "2.4.3"
+ resolved "https://registry.yarnpkg.com/@docusaurus/plugin-debug/-/plugin-debug-2.4.3.tgz#2f90eb0c9286a9f225444e3a88315676fe02c245"
+ integrity sha512-LkUbuq3zCmINlFb+gAd4ZvYr+bPAzMC0hwND4F7V9bZ852dCX8YoWyovVUBKq4er1XsOwSQaHmNGtObtn8Av8Q==
dependencies:
- "@docusaurus/core" "2.0.0-beta.17"
- "@docusaurus/utils" "2.0.0-beta.17"
- fs-extra "^10.0.1"
+ "@docusaurus/core" "2.4.3"
+ "@docusaurus/types" "2.4.3"
+ "@docusaurus/utils" "2.4.3"
+ fs-extra "^10.1.0"
react-json-view "^1.21.3"
- tslib "^2.3.1"
+ tslib "^2.4.0"
-"@docusaurus/plugin-google-analytics@2.0.0-beta.17":
- version "2.0.0-beta.17"
- resolved "https://registry.yarnpkg.com/@docusaurus/plugin-google-analytics/-/plugin-google-analytics-2.0.0-beta.17.tgz#31ca1ef88f0f7874c6e12c642d64abe694494720"
- integrity sha512-jvgYIhggYD1W2jymqQVAAyjPJUV1xMCn70bAzaCMxriureMWzhQ/kQMVQpop0ijTMvifOxaV9yTcL1VRXev++A==
+"@docusaurus/plugin-google-analytics@2.4.3":
+ version "2.4.3"
+ resolved "https://registry.yarnpkg.com/@docusaurus/plugin-google-analytics/-/plugin-google-analytics-2.4.3.tgz#0d19993136ade6f7a7741251b4f617400d92ab45"
+ integrity sha512-KzBV3k8lDkWOhg/oYGxlK5o9bOwX7KpPc/FTWoB+SfKhlHfhq7qcQdMi1elAaVEIop8tgK6gD1E58Q+XC6otSQ==
dependencies:
- "@docusaurus/core" "2.0.0-beta.17"
- "@docusaurus/utils-validation" "2.0.0-beta.17"
- tslib "^2.3.1"
+ "@docusaurus/core" "2.4.3"
+ "@docusaurus/types" "2.4.3"
+ "@docusaurus/utils-validation" "2.4.3"
+ tslib "^2.4.0"
-"@docusaurus/plugin-google-gtag@2.0.0-beta.17":
- version "2.0.0-beta.17"
- resolved "https://registry.yarnpkg.com/@docusaurus/plugin-google-gtag/-/plugin-google-gtag-2.0.0-beta.17.tgz#e6baf8f03cea756ed2259a5356fa689388bc303d"
- integrity sha512-1pnWHtIk1Jfeqwvr8PlcPE5SODWT1gW4TI+ptmJbJ296FjjyvL/pG0AcGEJmYLY/OQc3oz0VQ0W2ognw9jmFIw==
+"@docusaurus/plugin-google-gtag@2.4.3":
+ version "2.4.3"
+ resolved "https://registry.yarnpkg.com/@docusaurus/plugin-google-gtag/-/plugin-google-gtag-2.4.3.tgz#e1a80b0696771b488562e5b60eff21c9932d9e1c"
+ integrity sha512-5FMg0rT7sDy4i9AGsvJC71MQrqQZwgLNdDetLEGDHLfSHLvJhQbTCUGbGXknUgWXQJckcV/AILYeJy+HhxeIFA==
dependencies:
- "@docusaurus/core" "2.0.0-beta.17"
- "@docusaurus/utils-validation" "2.0.0-beta.17"
- tslib "^2.3.1"
+ "@docusaurus/core" "2.4.3"
+ "@docusaurus/types" "2.4.3"
+ "@docusaurus/utils-validation" "2.4.3"
+ tslib "^2.4.0"
-"@docusaurus/plugin-sitemap@2.0.0-beta.17":
- version "2.0.0-beta.17"
- resolved "https://registry.yarnpkg.com/@docusaurus/plugin-sitemap/-/plugin-sitemap-2.0.0-beta.17.tgz#e1aa67ff09d9145e8e5522c4541bbcdd6365560c"
- integrity sha512-19/PaGCsap6cjUPZPGs87yV9e1hAIyd0CTSeVV6Caega8nmOKk20FTrQGFJjZPeX8jvD9QIXcdg6BJnPxcKkaQ==
+"@docusaurus/plugin-google-tag-manager@2.4.3":
+ version "2.4.3"
+ resolved "https://registry.yarnpkg.com/@docusaurus/plugin-google-tag-manager/-/plugin-google-tag-manager-2.4.3.tgz#e41fbf79b0ffc2de1cc4013eb77798cff0ad98e3"
+ integrity sha512-1jTzp71yDGuQiX9Bi0pVp3alArV0LSnHXempvQTxwCGAEzUWWaBg4d8pocAlTpbP9aULQQqhgzrs8hgTRPOM0A==
dependencies:
- "@docusaurus/core" "2.0.0-beta.17"
- "@docusaurus/utils" "2.0.0-beta.17"
- "@docusaurus/utils-common" "2.0.0-beta.17"
- "@docusaurus/utils-validation" "2.0.0-beta.17"
- fs-extra "^10.0.1"
+ "@docusaurus/core" "2.4.3"
+ "@docusaurus/types" "2.4.3"
+ "@docusaurus/utils-validation" "2.4.3"
+ tslib "^2.4.0"
+
+"@docusaurus/plugin-sitemap@2.4.3":
+ version "2.4.3"
+ resolved "https://registry.yarnpkg.com/@docusaurus/plugin-sitemap/-/plugin-sitemap-2.4.3.tgz#1b3930900a8f89670ce7e8f83fb4730cd3298c32"
+ integrity sha512-LRQYrK1oH1rNfr4YvWBmRzTL0LN9UAPxBbghgeFRBm5yloF6P+zv1tm2pe2hQTX/QP5bSKdnajCvfnScgKXMZQ==
+ dependencies:
+ "@docusaurus/core" "2.4.3"
+ "@docusaurus/logger" "2.4.3"
+ "@docusaurus/types" "2.4.3"
+ "@docusaurus/utils" "2.4.3"
+ "@docusaurus/utils-common" "2.4.3"
+ "@docusaurus/utils-validation" "2.4.3"
+ fs-extra "^10.1.0"
sitemap "^7.1.1"
- tslib "^2.3.1"
+ tslib "^2.4.0"
"@docusaurus/preset-classic@^2.0.0-beta.17":
- version "2.0.0-beta.17"
- resolved "https://registry.yarnpkg.com/@docusaurus/preset-classic/-/preset-classic-2.0.0-beta.17.tgz#a8fc3447aa6fe0e5f259d894cc8dd64c049c7605"
- integrity sha512-7YUxPEgM09aZWr25/hpDEp1gPl+1KsCPV1ZTRW43sbQ9TinPm+9AKR3rHVDa8ea8MdiS7BpqCVyK+H/eiyQrUw==
- dependencies:
- "@docusaurus/core" "2.0.0-beta.17"
- "@docusaurus/plugin-content-blog" "2.0.0-beta.17"
- "@docusaurus/plugin-content-docs" "2.0.0-beta.17"
- "@docusaurus/plugin-content-pages" "2.0.0-beta.17"
- "@docusaurus/plugin-debug" "2.0.0-beta.17"
- "@docusaurus/plugin-google-analytics" "2.0.0-beta.17"
- "@docusaurus/plugin-google-gtag" "2.0.0-beta.17"
- "@docusaurus/plugin-sitemap" "2.0.0-beta.17"
- "@docusaurus/theme-classic" "2.0.0-beta.17"
- "@docusaurus/theme-common" "2.0.0-beta.17"
- "@docusaurus/theme-search-algolia" "2.0.0-beta.17"
+ version "2.4.3"
+ resolved "https://registry.yarnpkg.com/@docusaurus/preset-classic/-/preset-classic-2.4.3.tgz#074c57ebf29fa43d23bd1c8ce691226f542bc262"
+ integrity sha512-tRyMliepY11Ym6hB1rAFSNGwQDpmszvWYJvlK1E+md4SW8i6ylNHtpZjaYFff9Mdk3i/Pg8ItQq9P0daOJAvQw==
+ dependencies:
+ "@docusaurus/core" "2.4.3"
+ "@docusaurus/plugin-content-blog" "2.4.3"
+ "@docusaurus/plugin-content-docs" "2.4.3"
+ "@docusaurus/plugin-content-pages" "2.4.3"
+ "@docusaurus/plugin-debug" "2.4.3"
+ "@docusaurus/plugin-google-analytics" "2.4.3"
+ "@docusaurus/plugin-google-gtag" "2.4.3"
+ "@docusaurus/plugin-google-tag-manager" "2.4.3"
+ "@docusaurus/plugin-sitemap" "2.4.3"
+ "@docusaurus/theme-classic" "2.4.3"
+ "@docusaurus/theme-common" "2.4.3"
+ "@docusaurus/theme-search-algolia" "2.4.3"
+ "@docusaurus/types" "2.4.3"
"@docusaurus/react-loadable@5.5.2":
version "5.5.2"
@@ -3022,342 +3130,390 @@
"@types/react" "*"
prop-types "^15.6.2"
-"@docusaurus/theme-classic@2.0.0-beta.17":
- version "2.0.0-beta.17"
- resolved "https://registry.yarnpkg.com/@docusaurus/theme-classic/-/theme-classic-2.0.0-beta.17.tgz#1f7a1dd714993819f266ce422d06dd4533d4ab3a"
- integrity sha512-xfZ9kpgqo0lP9YO4rJj79wtiQJXU6ARo5wYy10IIwiWN+lg00scJHhkmNV431b05xIUjUr0cKeH9nqZmEsQRKg==
- dependencies:
- "@docusaurus/core" "2.0.0-beta.17"
- "@docusaurus/plugin-content-blog" "2.0.0-beta.17"
- "@docusaurus/plugin-content-docs" "2.0.0-beta.17"
- "@docusaurus/plugin-content-pages" "2.0.0-beta.17"
- "@docusaurus/theme-common" "2.0.0-beta.17"
- "@docusaurus/theme-translations" "2.0.0-beta.17"
- "@docusaurus/utils" "2.0.0-beta.17"
- "@docusaurus/utils-common" "2.0.0-beta.17"
- "@docusaurus/utils-validation" "2.0.0-beta.17"
+"@docusaurus/theme-classic@2.4.3":
+ version "2.4.3"
+ resolved "https://registry.yarnpkg.com/@docusaurus/theme-classic/-/theme-classic-2.4.3.tgz#29360f2eb03a0e1686eb19668633ef313970ee8f"
+ integrity sha512-QKRAJPSGPfDY2yCiPMIVyr+MqwZCIV2lxNzqbyUW0YkrlmdzzP3WuQJPMGLCjWgQp/5c9kpWMvMxjhpZx1R32Q==
+ dependencies:
+ "@docusaurus/core" "2.4.3"
+ "@docusaurus/mdx-loader" "2.4.3"
+ "@docusaurus/module-type-aliases" "2.4.3"
+ "@docusaurus/plugin-content-blog" "2.4.3"
+ "@docusaurus/plugin-content-docs" "2.4.3"
+ "@docusaurus/plugin-content-pages" "2.4.3"
+ "@docusaurus/theme-common" "2.4.3"
+ "@docusaurus/theme-translations" "2.4.3"
+ "@docusaurus/types" "2.4.3"
+ "@docusaurus/utils" "2.4.3"
+ "@docusaurus/utils-common" "2.4.3"
+ "@docusaurus/utils-validation" "2.4.3"
"@mdx-js/react" "^1.6.22"
- clsx "^1.1.1"
+ clsx "^1.2.1"
copy-text-to-clipboard "^3.0.1"
- infima "0.2.0-alpha.37"
+ infima "0.2.0-alpha.43"
lodash "^4.17.21"
- postcss "^8.4.7"
- prism-react-renderer "^1.2.1"
- prismjs "^1.27.0"
- react-router-dom "^5.2.0"
- rtlcss "^3.3.0"
-
-"@docusaurus/theme-common@2.0.0-beta.17":
- version "2.0.0-beta.17"
- resolved "https://registry.yarnpkg.com/@docusaurus/theme-common/-/theme-common-2.0.0-beta.17.tgz#3b71bb8b0973a0cee969a1bb76794c81d597f290"
- integrity sha512-LJBDhx+Qexn1JHBqZbE4k+7lBaV1LgpE33enXf43ShB7ebhC91d5HLHhBwgt0pih4+elZU4rG+BG/roAmsNM0g==
- dependencies:
- "@docusaurus/module-type-aliases" "2.0.0-beta.17"
- "@docusaurus/plugin-content-blog" "2.0.0-beta.17"
- "@docusaurus/plugin-content-docs" "2.0.0-beta.17"
- "@docusaurus/plugin-content-pages" "2.0.0-beta.17"
- clsx "^1.1.1"
+ nprogress "^0.2.0"
+ postcss "^8.4.14"
+ prism-react-renderer "^1.3.5"
+ prismjs "^1.28.0"
+ react-router-dom "^5.3.3"
+ rtlcss "^3.5.0"
+ tslib "^2.4.0"
+ utility-types "^3.10.0"
+
+"@docusaurus/theme-common@2.4.3":
+ version "2.4.3"
+ resolved "https://registry.yarnpkg.com/@docusaurus/theme-common/-/theme-common-2.4.3.tgz#bb31d70b6b67d0bdef9baa343192dcec49946a2e"
+ integrity sha512-7KaDJBXKBVGXw5WOVt84FtN8czGWhM0lbyWEZXGp8AFfL6sZQfRTluFp4QriR97qwzSyOfQb+nzcDZZU4tezUw==
+ dependencies:
+ "@docusaurus/mdx-loader" "2.4.3"
+ "@docusaurus/module-type-aliases" "2.4.3"
+ "@docusaurus/plugin-content-blog" "2.4.3"
+ "@docusaurus/plugin-content-docs" "2.4.3"
+ "@docusaurus/plugin-content-pages" "2.4.3"
+ "@docusaurus/utils" "2.4.3"
+ "@docusaurus/utils-common" "2.4.3"
+ "@types/history" "^4.7.11"
+ "@types/react" "*"
+ "@types/react-router-config" "*"
+ clsx "^1.2.1"
parse-numeric-range "^1.3.0"
- prism-react-renderer "^1.3.1"
- tslib "^2.3.1"
+ prism-react-renderer "^1.3.5"
+ tslib "^2.4.0"
+ use-sync-external-store "^1.2.0"
utility-types "^3.10.0"
-"@docusaurus/theme-search-algolia@2.0.0-beta.17":
- version "2.0.0-beta.17"
- resolved "https://registry.yarnpkg.com/@docusaurus/theme-search-algolia/-/theme-search-algolia-2.0.0-beta.17.tgz#880fb965b71e5aa7f01d456a1a2aa8eb6c244082"
- integrity sha512-W12XKM7QC5Jmrec359bJ7aDp5U8DNkCxjVKsMNIs8rDunBoI/N+R35ERJ0N7Bg9ONAWO6o7VkUERQsfGqdvr9w==
- dependencies:
- "@docsearch/react" "^3.0.0"
- "@docusaurus/core" "2.0.0-beta.17"
- "@docusaurus/logger" "2.0.0-beta.17"
- "@docusaurus/theme-common" "2.0.0-beta.17"
- "@docusaurus/theme-translations" "2.0.0-beta.17"
- "@docusaurus/utils" "2.0.0-beta.17"
- "@docusaurus/utils-validation" "2.0.0-beta.17"
- algoliasearch "^4.12.1"
- algoliasearch-helper "^3.7.0"
- clsx "^1.1.1"
- eta "^1.12.3"
- fs-extra "^10.0.1"
+"@docusaurus/theme-search-algolia@2.4.3":
+ version "2.4.3"
+ resolved "https://registry.yarnpkg.com/@docusaurus/theme-search-algolia/-/theme-search-algolia-2.4.3.tgz#32d4cbefc3deba4112068fbdb0bde11ac51ece53"
+ integrity sha512-jziq4f6YVUB5hZOB85ELATwnxBz/RmSLD3ksGQOLDPKVzat4pmI8tddNWtriPpxR04BNT+ZfpPUMFkNFetSW1Q==
+ dependencies:
+ "@docsearch/react" "^3.1.1"
+ "@docusaurus/core" "2.4.3"
+ "@docusaurus/logger" "2.4.3"
+ "@docusaurus/plugin-content-docs" "2.4.3"
+ "@docusaurus/theme-common" "2.4.3"
+ "@docusaurus/theme-translations" "2.4.3"
+ "@docusaurus/utils" "2.4.3"
+ "@docusaurus/utils-validation" "2.4.3"
+ algoliasearch "^4.13.1"
+ algoliasearch-helper "^3.10.0"
+ clsx "^1.2.1"
+ eta "^2.0.0"
+ fs-extra "^10.1.0"
lodash "^4.17.21"
- tslib "^2.3.1"
+ tslib "^2.4.0"
utility-types "^3.10.0"
-"@docusaurus/theme-translations@2.0.0-beta.17":
- version "2.0.0-beta.17"
- resolved "https://registry.yarnpkg.com/@docusaurus/theme-translations/-/theme-translations-2.0.0-beta.17.tgz#a4b84fa63befc11847da471922387aa3eb4e5626"
- integrity sha512-oxCX6khjZH3lgdRCL0DH06KkUM/kDr9+lzB35+vY8rpFeQruVgRdi8ekPqG3+Wr0U/N+LMhcYE5BmCb6D0Fv2A==
+"@docusaurus/theme-translations@2.4.3":
+ version "2.4.3"
+ resolved "https://registry.yarnpkg.com/@docusaurus/theme-translations/-/theme-translations-2.4.3.tgz#91ac73fc49b8c652b7a54e88b679af57d6ac6102"
+ integrity sha512-H4D+lbZbjbKNS/Zw1Lel64PioUAIT3cLYYJLUf3KkuO/oc9e0QCVhIYVtUI2SfBCF2NNdlyhBDQEEMygsCedIg==
dependencies:
- fs-extra "^10.0.1"
- tslib "^2.3.1"
+ fs-extra "^10.1.0"
+ tslib "^2.4.0"
-"@docusaurus/types@2.0.0-beta.17":
- version "2.0.0-beta.17"
- resolved "https://registry.yarnpkg.com/@docusaurus/types/-/types-2.0.0-beta.17.tgz#582e3d961ce4409ed17454669b3f6a7a9f696cdd"
- integrity sha512-4o7TXu5sKlQpybfFFtsGUElBXwSpiXKsQyyWaRKj7DRBkvMtkDX6ITZNnZO9+EHfLbP/cfrokB8C/oO7mCQ5BQ==
+"@docusaurus/types@2.4.3":
+ version "2.4.3"
+ resolved "https://registry.yarnpkg.com/@docusaurus/types/-/types-2.4.3.tgz#4aead281ca09f721b3c0a9b926818450cfa3db31"
+ integrity sha512-W6zNLGQqfrp/EoPD0bhb9n7OobP+RHpmvVzpA+Z/IuU3Q63njJM24hmT0GYboovWcDtFmnIJC9wcyx4RVPQscw==
dependencies:
+ "@types/history" "^4.7.11"
+ "@types/react" "*"
commander "^5.1.0"
joi "^17.6.0"
- querystring "0.2.1"
+ react-helmet-async "^1.3.0"
utility-types "^3.10.0"
- webpack "^5.69.1"
+ webpack "^5.73.0"
webpack-merge "^5.8.0"
-"@docusaurus/utils-common@2.0.0-beta.17":
- version "2.0.0-beta.17"
- resolved "https://registry.yarnpkg.com/@docusaurus/utils-common/-/utils-common-2.0.0-beta.17.tgz#cefd950a7722f5f702690b4de27ea19fd65f3364"
- integrity sha512-90WCVdj6zYzs7neEIS594qfLO78cUL6EVK1CsRHJgVkkGjcYlCQ1NwkyO7bOb+nIAwdJrPJRc2FBSpuEGxPD3w==
+"@docusaurus/utils-common@2.4.3":
+ version "2.4.3"
+ resolved "https://registry.yarnpkg.com/@docusaurus/utils-common/-/utils-common-2.4.3.tgz#30656c39ef1ce7e002af7ba39ea08330f58efcfb"
+ integrity sha512-/jascp4GbLQCPVmcGkPzEQjNaAk3ADVfMtudk49Ggb+131B1WDD6HqlSmDf8MxGdy7Dja2gc+StHf01kiWoTDQ==
dependencies:
- tslib "^2.3.1"
+ tslib "^2.4.0"
-"@docusaurus/utils-validation@2.0.0-beta.17":
- version "2.0.0-beta.17"
- resolved "https://registry.yarnpkg.com/@docusaurus/utils-validation/-/utils-validation-2.0.0-beta.17.tgz#d7dbfc1a29768c37c0d8a6af85eb1bdfef7656df"
- integrity sha512-5UjayUP16fDjgd52eSEhL7SlN9x60pIhyS+K7kt7RmpSLy42+4/bSr2pns2VlATmuaoNOO6iIFdB2jgSYJ6SGA==
+"@docusaurus/utils-validation@2.4.3":
+ version "2.4.3"
+ resolved "https://registry.yarnpkg.com/@docusaurus/utils-validation/-/utils-validation-2.4.3.tgz#8122c394feef3e96c73f6433987837ec206a63fb"
+ integrity sha512-G2+Vt3WR5E/9drAobP+hhZQMaswRwDlp6qOMi7o7ZypB+VO7N//DZWhZEwhcRGepMDJGQEwtPv7UxtYwPL9PBw==
dependencies:
- "@docusaurus/logger" "2.0.0-beta.17"
- "@docusaurus/utils" "2.0.0-beta.17"
+ "@docusaurus/logger" "2.4.3"
+ "@docusaurus/utils" "2.4.3"
joi "^17.6.0"
- tslib "^2.3.1"
+ js-yaml "^4.1.0"
+ tslib "^2.4.0"
-"@docusaurus/utils@2.0.0-beta.17":
- version "2.0.0-beta.17"
- resolved "https://registry.yarnpkg.com/@docusaurus/utils/-/utils-2.0.0-beta.17.tgz#6a696e2ec5e50b2271f2d26d31562e9f3e2bc559"
- integrity sha512-yRKGdzSc5v6M/6GyQ4omkrAHCleevwKYiIrufCJgRbOtkhYE574d8mIjjirOuA/emcyLxjh+TLtqAA5TwhIryA==
+"@docusaurus/utils@2.4.3":
+ version "2.4.3"
+ resolved "https://registry.yarnpkg.com/@docusaurus/utils/-/utils-2.4.3.tgz#52b000d989380a2125831b84e3a7327bef471e89"
+ integrity sha512-fKcXsjrD86Smxv8Pt0TBFqYieZZCPh4cbf9oszUq/AMhZn3ujwpKaVYZACPX8mmjtYx0JOgNx52CREBfiGQB4A==
dependencies:
- "@docusaurus/logger" "2.0.0-beta.17"
- "@svgr/webpack" "^6.0.0"
+ "@docusaurus/logger" "2.4.3"
+ "@svgr/webpack" "^6.2.1"
+ escape-string-regexp "^4.0.0"
file-loader "^6.2.0"
- fs-extra "^10.0.1"
+ fs-extra "^10.1.0"
github-slugger "^1.4.0"
- globby "^11.0.4"
+ globby "^11.1.0"
gray-matter "^4.0.3"
js-yaml "^4.1.0"
lodash "^4.17.21"
- micromatch "^4.0.4"
+ micromatch "^4.0.5"
resolve-pathname "^3.0.0"
shelljs "^0.8.5"
- tslib "^2.3.1"
+ tslib "^2.4.0"
url-loader "^4.1.1"
- webpack "^5.69.1"
+ webpack "^5.73.0"
-"@emotion/cache@^10.0.27":
- version "10.0.29"
- resolved "https://registry.yarnpkg.com/@emotion/cache/-/cache-10.0.29.tgz#87e7e64f412c060102d589fe7c6dc042e6f9d1e0"
- integrity sha512-fU2VtSVlHiF27empSbxi1O2JFdNWZO+2NFHfwO0pxgTep6Xa3uGb+3pVKfLww2l/IBGLNEZl5Xf/++A4wAYDYQ==
- dependencies:
- "@emotion/sheet" "0.9.4"
- "@emotion/stylis" "0.8.5"
- "@emotion/utils" "0.11.3"
- "@emotion/weak-memoize" "0.2.5"
+"@emotion/use-insertion-effect-with-fallbacks@^1.0.0", "@emotion/use-insertion-effect-with-fallbacks@^1.0.1":
+ version "1.0.1"
+ resolved "https://registry.yarnpkg.com/@emotion/use-insertion-effect-with-fallbacks/-/use-insertion-effect-with-fallbacks-1.0.1.tgz#08de79f54eb3406f9daaf77c76e35313da963963"
+ integrity sha512-jT/qyKZ9rzLErtrjGgdkMBn2OP8wl0G3sQlBb3YPryvKHsjvINUhVaPFfP+fpBcOkmrVOVEEHQFJ7nbj2TH2gw==
-"@emotion/core@^10.1.1":
- version "10.1.1"
- resolved "https://registry.yarnpkg.com/@emotion/core/-/core-10.1.1.tgz#c956c1365f2f2481960064bcb8c4732e5fb612c3"
- integrity sha512-ZMLG6qpXR8x031NXD8HJqugy/AZSkAuMxxqB46pmAR7ze47MhNJ56cdoX243QPZdGctrdfo+s08yZTiwaUcRKA==
- dependencies:
- "@babel/runtime" "^7.5.5"
- "@emotion/cache" "^10.0.27"
- "@emotion/css" "^10.0.27"
- "@emotion/serialize" "^0.11.15"
- "@emotion/sheet" "0.9.4"
- "@emotion/utils" "0.11.3"
-
-"@emotion/css@^10.0.27":
- version "10.0.27"
- resolved "https://registry.yarnpkg.com/@emotion/css/-/css-10.0.27.tgz#3a7458198fbbebb53b01b2b87f64e5e21241e14c"
- integrity sha512-6wZjsvYeBhyZQYNrGoR5yPMYbMBNEnanDrqmsqS1mzDm1cOTu12shvl2j4QHNS36UaTE0USIJawCH9C8oW34Zw==
- dependencies:
- "@emotion/serialize" "^0.11.15"
- "@emotion/utils" "0.11.3"
- babel-plugin-emotion "^10.0.27"
-
-"@emotion/hash@0.8.0":
- version "0.8.0"
- resolved "https://registry.yarnpkg.com/@emotion/hash/-/hash-0.8.0.tgz#bbbff68978fefdbe68ccb533bc8cbe1d1afb5413"
- integrity sha512-kBJtf7PH6aWwZ6fka3zQ0p6SBYzx4fl1LoZXE2RrnYST9Xljm7WfKJrU4g/Xr3Beg72MLrp1AWNUmuYJTL7Cow==
+"@esbuild/aix-ppc64@0.19.12":
+ version "0.19.12"
+ resolved "https://registry.yarnpkg.com/@esbuild/aix-ppc64/-/aix-ppc64-0.19.12.tgz#d1bc06aedb6936b3b6d313bf809a5a40387d2b7f"
+ integrity sha512-bmoCYyWdEL3wDQIVbcyzRyeKLgk2WtWLTWz1ZIAZF/EGbNOwSA6ew3PftJ1PqMiOOGu0OyFMzG53L0zqIpPeNA==
-"@emotion/is-prop-valid@0.8.8", "@emotion/is-prop-valid@^0.8.6":
- version "0.8.8"
- resolved "https://registry.yarnpkg.com/@emotion/is-prop-valid/-/is-prop-valid-0.8.8.tgz#db28b1c4368a259b60a97311d6a952d4fd01ac1a"
- integrity sha512-u5WtneEAr5IDG2Wv65yhunPSMLIpuKsbuOktRojfrEiEvRyC85LgPMZI63cr7NUqT8ZIGdSVg8ZKGxIug4lXcA==
- dependencies:
- "@emotion/memoize" "0.7.4"
+"@esbuild/aix-ppc64@0.20.2":
+ version "0.20.2"
+ resolved "https://registry.yarnpkg.com/@esbuild/aix-ppc64/-/aix-ppc64-0.20.2.tgz#a70f4ac11c6a1dfc18b8bbb13284155d933b9537"
+ integrity sha512-D+EBOJHXdNZcLJRBkhENNG8Wji2kgc9AZ9KiPr1JuZjsNtyHzrsfLRrY0tk2H2aoFu6RANO1y1iPPUCDYWkb5g==
-"@emotion/memoize@0.7.4":
- version "0.7.4"
- resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.7.4.tgz#19bf0f5af19149111c40d98bb0cf82119f5d9eeb"
- integrity sha512-Ja/Vfqe3HpuzRsG1oBtWTHk2PGZ7GR+2Vz5iYGelAw8dx32K0y7PjVuxK6z1nMpZOqAFsRUPCkK1YjJ56qJlgw==
+"@esbuild/android-arm64@0.19.12":
+ version "0.19.12"
+ resolved "https://registry.yarnpkg.com/@esbuild/android-arm64/-/android-arm64-0.19.12.tgz#7ad65a36cfdb7e0d429c353e00f680d737c2aed4"
+ integrity sha512-P0UVNGIienjZv3f5zq0DP3Nt2IE/3plFzuaS96vihvD0Hd6H/q4WXUGpCxD/E8YrSXfNyRPbpTq+T8ZQioSuPA==
-"@emotion/serialize@^0.11.15", "@emotion/serialize@^0.11.16":
- version "0.11.16"
- resolved "https://registry.yarnpkg.com/@emotion/serialize/-/serialize-0.11.16.tgz#dee05f9e96ad2fb25a5206b6d759b2d1ed3379ad"
- integrity sha512-G3J4o8by0VRrO+PFeSc3js2myYNOXVJ3Ya+RGVxnshRYgsvErfAOglKAiy1Eo1vhzxqtUvjCyS5gtewzkmvSSg==
- dependencies:
- "@emotion/hash" "0.8.0"
- "@emotion/memoize" "0.7.4"
- "@emotion/unitless" "0.7.5"
- "@emotion/utils" "0.11.3"
- csstype "^2.5.7"
-
-"@emotion/sheet@0.9.4":
- version "0.9.4"
- resolved "https://registry.yarnpkg.com/@emotion/sheet/-/sheet-0.9.4.tgz#894374bea39ec30f489bbfc3438192b9774d32e5"
- integrity sha512-zM9PFmgVSqBw4zL101Q0HrBVTGmpAxFZH/pYx/cjJT5advXguvcgjHFTCaIO3enL/xr89vK2bh0Mfyj9aa0ANA==
-
-"@emotion/styled-base@^10.0.27":
- version "10.0.31"
- resolved "https://registry.yarnpkg.com/@emotion/styled-base/-/styled-base-10.0.31.tgz#940957ee0aa15c6974adc7d494ff19765a2f742a"
- integrity sha512-wTOE1NcXmqMWlyrtwdkqg87Mu6Rj1MaukEoEmEkHirO5IoHDJ8LgCQL4MjJODgxWxXibGR3opGp1p7YvkNEdXQ==
- dependencies:
- "@babel/runtime" "^7.5.5"
- "@emotion/is-prop-valid" "0.8.8"
- "@emotion/serialize" "^0.11.15"
- "@emotion/utils" "0.11.3"
-
-"@emotion/styled@^10.0.27":
- version "10.0.27"
- resolved "https://registry.yarnpkg.com/@emotion/styled/-/styled-10.0.27.tgz#12cb67e91f7ad7431e1875b1d83a94b814133eaf"
- integrity sha512-iK/8Sh7+NLJzyp9a5+vIQIXTYxfT4yB/OJbjzQanB2RZpvmzBQOHZWhpAMZWYEKRNNbsD6WfBw5sVWkb6WzS/Q==
- dependencies:
- "@emotion/styled-base" "^10.0.27"
- babel-plugin-emotion "^10.0.27"
-
-"@emotion/stylis@0.8.5":
- version "0.8.5"
- resolved "https://registry.yarnpkg.com/@emotion/stylis/-/stylis-0.8.5.tgz#deacb389bd6ee77d1e7fcaccce9e16c5c7e78e04"
- integrity sha512-h6KtPihKFn3T9fuIrwvXXUOwlx3rfUvfZIcP5a6rh8Y7zjE3O06hT5Ss4S/YI1AYhuZ1kjaE/5EaOOI2NqSylQ==
-
-"@emotion/unitless@0.7.5":
- version "0.7.5"
- resolved "https://registry.yarnpkg.com/@emotion/unitless/-/unitless-0.7.5.tgz#77211291c1900a700b8a78cfafda3160d76949ed"
- integrity sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg==
-
-"@emotion/utils@0.11.3":
- version "0.11.3"
- resolved "https://registry.yarnpkg.com/@emotion/utils/-/utils-0.11.3.tgz#a759863867befa7e583400d322652a3f44820924"
- integrity sha512-0o4l6pZC+hI88+bzuaX/6BgOvQVhbt2PfmxauVaYOGgbsAw14wdKyvMCZXnsnsHys94iadcF+RG/wZyx6+ZZBw==
-
-"@emotion/weak-memoize@0.2.5":
- version "0.2.5"
- resolved "https://registry.yarnpkg.com/@emotion/weak-memoize/-/weak-memoize-0.2.5.tgz#8eed982e2ee6f7f4e44c253e12962980791efd46"
- integrity sha512-6U71C2Wp7r5XtFtQzYrW5iKFT67OixrSxjI4MptCHzdSVlgabczzqLe0ZSgnub/5Kp4hSbpDB1tMytZY9pwxxA==
-
-"@esbuild/aix-ppc64@0.19.12":
- version "0.19.12"
- resolved "https://registry.yarnpkg.com/@esbuild/aix-ppc64/-/aix-ppc64-0.19.12.tgz#d1bc06aedb6936b3b6d313bf809a5a40387d2b7f"
- integrity sha512-bmoCYyWdEL3wDQIVbcyzRyeKLgk2WtWLTWz1ZIAZF/EGbNOwSA6ew3PftJ1PqMiOOGu0OyFMzG53L0zqIpPeNA==
-
-"@esbuild/android-arm64@0.19.12":
- version "0.19.12"
- resolved "https://registry.yarnpkg.com/@esbuild/android-arm64/-/android-arm64-0.19.12.tgz#7ad65a36cfdb7e0d429c353e00f680d737c2aed4"
- integrity sha512-P0UVNGIienjZv3f5zq0DP3Nt2IE/3plFzuaS96vihvD0Hd6H/q4WXUGpCxD/E8YrSXfNyRPbpTq+T8ZQioSuPA==
+"@esbuild/android-arm64@0.20.2":
+ version "0.20.2"
+ resolved "https://registry.yarnpkg.com/@esbuild/android-arm64/-/android-arm64-0.20.2.tgz#db1c9202a5bc92ea04c7b6840f1bbe09ebf9e6b9"
+ integrity sha512-mRzjLacRtl/tWU0SvD8lUEwb61yP9cqQo6noDZP/O8VkwafSYwZ4yWy24kan8jE/IMERpYncRt2dw438LP3Xmg==
"@esbuild/android-arm@0.19.12":
version "0.19.12"
resolved "https://registry.yarnpkg.com/@esbuild/android-arm/-/android-arm-0.19.12.tgz#b0c26536f37776162ca8bde25e42040c203f2824"
integrity sha512-qg/Lj1mu3CdQlDEEiWrlC4eaPZ1KztwGJ9B6J+/6G+/4ewxJg7gqj8eVYWvao1bXrqGiW2rsBZFSX3q2lcW05w==
+"@esbuild/android-arm@0.20.2":
+ version "0.20.2"
+ resolved "https://registry.yarnpkg.com/@esbuild/android-arm/-/android-arm-0.20.2.tgz#3b488c49aee9d491c2c8f98a909b785870d6e995"
+ integrity sha512-t98Ra6pw2VaDhqNWO2Oph2LXbz/EJcnLmKLGBJwEwXX/JAN83Fym1rU8l0JUWK6HkIbWONCSSatf4sf2NBRx/w==
+
"@esbuild/android-x64@0.19.12":
version "0.19.12"
resolved "https://registry.yarnpkg.com/@esbuild/android-x64/-/android-x64-0.19.12.tgz#cb13e2211282012194d89bf3bfe7721273473b3d"
integrity sha512-3k7ZoUW6Q6YqhdhIaq/WZ7HwBpnFBlW905Fa4s4qWJyiNOgT1dOqDiVAQFwBH7gBRZr17gLrlFCRzF6jFh7Kew==
+"@esbuild/android-x64@0.20.2":
+ version "0.20.2"
+ resolved "https://registry.yarnpkg.com/@esbuild/android-x64/-/android-x64-0.20.2.tgz#3b1628029e5576249d2b2d766696e50768449f98"
+ integrity sha512-btzExgV+/lMGDDa194CcUQm53ncxzeBrWJcncOBxuC6ndBkKxnHdFJn86mCIgTELsooUmwUm9FkhSp5HYu00Rg==
+
"@esbuild/darwin-arm64@0.19.12":
version "0.19.12"
resolved "https://registry.yarnpkg.com/@esbuild/darwin-arm64/-/darwin-arm64-0.19.12.tgz#cbee41e988020d4b516e9d9e44dd29200996275e"
integrity sha512-B6IeSgZgtEzGC42jsI+YYu9Z3HKRxp8ZT3cqhvliEHovq8HSX2YX8lNocDn79gCKJXOSaEot9MVYky7AKjCs8g==
+"@esbuild/darwin-arm64@0.20.2":
+ version "0.20.2"
+ resolved "https://registry.yarnpkg.com/@esbuild/darwin-arm64/-/darwin-arm64-0.20.2.tgz#6e8517a045ddd86ae30c6608c8475ebc0c4000bb"
+ integrity sha512-4J6IRT+10J3aJH3l1yzEg9y3wkTDgDk7TSDFX+wKFiWjqWp/iCfLIYzGyasx9l0SAFPT1HwSCR+0w/h1ES/MjA==
+
"@esbuild/darwin-x64@0.19.12":
version "0.19.12"
resolved "https://registry.yarnpkg.com/@esbuild/darwin-x64/-/darwin-x64-0.19.12.tgz#e37d9633246d52aecf491ee916ece709f9d5f4cd"
integrity sha512-hKoVkKzFiToTgn+41qGhsUJXFlIjxI/jSYeZf3ugemDYZldIXIxhvwN6erJGlX4t5h417iFuheZ7l+YVn05N3A==
+"@esbuild/darwin-x64@0.20.2":
+ version "0.20.2"
+ resolved "https://registry.yarnpkg.com/@esbuild/darwin-x64/-/darwin-x64-0.20.2.tgz#90ed098e1f9dd8a9381695b207e1cff45540a0d0"
+ integrity sha512-tBcXp9KNphnNH0dfhv8KYkZhjc+H3XBkF5DKtswJblV7KlT9EI2+jeA8DgBjp908WEuYll6pF+UStUCfEpdysA==
+
"@esbuild/freebsd-arm64@0.19.12":
version "0.19.12"
resolved "https://registry.yarnpkg.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.19.12.tgz#1ee4d8b682ed363b08af74d1ea2b2b4dbba76487"
integrity sha512-4aRvFIXmwAcDBw9AueDQ2YnGmz5L6obe5kmPT8Vd+/+x/JMVKCgdcRwH6APrbpNXsPz+K653Qg8HB/oXvXVukA==
+"@esbuild/freebsd-arm64@0.20.2":
+ version "0.20.2"
+ resolved "https://registry.yarnpkg.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.20.2.tgz#d71502d1ee89a1130327e890364666c760a2a911"
+ integrity sha512-d3qI41G4SuLiCGCFGUrKsSeTXyWG6yem1KcGZVS+3FYlYhtNoNgYrWcvkOoaqMhwXSMrZRl69ArHsGJ9mYdbbw==
+
"@esbuild/freebsd-x64@0.19.12":
version "0.19.12"
resolved "https://registry.yarnpkg.com/@esbuild/freebsd-x64/-/freebsd-x64-0.19.12.tgz#37a693553d42ff77cd7126764b535fb6cc28a11c"
integrity sha512-EYoXZ4d8xtBoVN7CEwWY2IN4ho76xjYXqSXMNccFSx2lgqOG/1TBPW0yPx1bJZk94qu3tX0fycJeeQsKovA8gg==
+"@esbuild/freebsd-x64@0.20.2":
+ version "0.20.2"
+ resolved "https://registry.yarnpkg.com/@esbuild/freebsd-x64/-/freebsd-x64-0.20.2.tgz#aa5ea58d9c1dd9af688b8b6f63ef0d3d60cea53c"
+ integrity sha512-d+DipyvHRuqEeM5zDivKV1KuXn9WeRX6vqSqIDgwIfPQtwMP4jaDsQsDncjTDDsExT4lR/91OLjRo8bmC1e+Cw==
+
"@esbuild/linux-arm64@0.19.12":
version "0.19.12"
resolved "https://registry.yarnpkg.com/@esbuild/linux-arm64/-/linux-arm64-0.19.12.tgz#be9b145985ec6c57470e0e051d887b09dddb2d4b"
integrity sha512-EoTjyYyLuVPfdPLsGVVVC8a0p1BFFvtpQDB/YLEhaXyf/5bczaGeN15QkR+O4S5LeJ92Tqotve7i1jn35qwvdA==
+"@esbuild/linux-arm64@0.20.2":
+ version "0.20.2"
+ resolved "https://registry.yarnpkg.com/@esbuild/linux-arm64/-/linux-arm64-0.20.2.tgz#055b63725df678379b0f6db9d0fa85463755b2e5"
+ integrity sha512-9pb6rBjGvTFNira2FLIWqDk/uaf42sSyLE8j1rnUpuzsODBq7FvpwHYZxQ/It/8b+QOS1RYfqgGFNLRI+qlq2A==
+
"@esbuild/linux-arm@0.19.12":
version "0.19.12"
resolved "https://registry.yarnpkg.com/@esbuild/linux-arm/-/linux-arm-0.19.12.tgz#207ecd982a8db95f7b5279207d0ff2331acf5eef"
integrity sha512-J5jPms//KhSNv+LO1S1TX1UWp1ucM6N6XuL6ITdKWElCu8wXP72l9MM0zDTzzeikVyqFE6U8YAV9/tFyj0ti+w==
+"@esbuild/linux-arm@0.20.2":
+ version "0.20.2"
+ resolved "https://registry.yarnpkg.com/@esbuild/linux-arm/-/linux-arm-0.20.2.tgz#76b3b98cb1f87936fbc37f073efabad49dcd889c"
+ integrity sha512-VhLPeR8HTMPccbuWWcEUD1Az68TqaTYyj6nfE4QByZIQEQVWBB8vup8PpR7y1QHL3CpcF6xd5WVBU/+SBEvGTg==
+
"@esbuild/linux-ia32@0.19.12":
version "0.19.12"
resolved "https://registry.yarnpkg.com/@esbuild/linux-ia32/-/linux-ia32-0.19.12.tgz#d0d86b5ca1562523dc284a6723293a52d5860601"
integrity sha512-Thsa42rrP1+UIGaWz47uydHSBOgTUnwBwNq59khgIwktK6x60Hivfbux9iNR0eHCHzOLjLMLfUMLCypBkZXMHA==
+"@esbuild/linux-ia32@0.20.2":
+ version "0.20.2"
+ resolved "https://registry.yarnpkg.com/@esbuild/linux-ia32/-/linux-ia32-0.20.2.tgz#c0e5e787c285264e5dfc7a79f04b8b4eefdad7fa"
+ integrity sha512-o10utieEkNPFDZFQm9CoP7Tvb33UutoJqg3qKf1PWVeeJhJw0Q347PxMvBgVVFgouYLGIhFYG0UGdBumROyiig==
+
"@esbuild/linux-loong64@0.19.12":
version "0.19.12"
resolved "https://registry.yarnpkg.com/@esbuild/linux-loong64/-/linux-loong64-0.19.12.tgz#9a37f87fec4b8408e682b528391fa22afd952299"
integrity sha512-LiXdXA0s3IqRRjm6rV6XaWATScKAXjI4R4LoDlvO7+yQqFdlr1Bax62sRwkVvRIrwXxvtYEHHI4dm50jAXkuAA==
+"@esbuild/linux-loong64@0.20.2":
+ version "0.20.2"
+ resolved "https://registry.yarnpkg.com/@esbuild/linux-loong64/-/linux-loong64-0.20.2.tgz#a6184e62bd7cdc63e0c0448b83801001653219c5"
+ integrity sha512-PR7sp6R/UC4CFVomVINKJ80pMFlfDfMQMYynX7t1tNTeivQ6XdX5r2XovMmha/VjR1YN/HgHWsVcTRIMkymrgQ==
+
"@esbuild/linux-mips64el@0.19.12":
version "0.19.12"
resolved "https://registry.yarnpkg.com/@esbuild/linux-mips64el/-/linux-mips64el-0.19.12.tgz#4ddebd4e6eeba20b509d8e74c8e30d8ace0b89ec"
integrity sha512-fEnAuj5VGTanfJ07ff0gOA6IPsvrVHLVb6Lyd1g2/ed67oU1eFzL0r9WL7ZzscD+/N6i3dWumGE1Un4f7Amf+w==
+"@esbuild/linux-mips64el@0.20.2":
+ version "0.20.2"
+ resolved "https://registry.yarnpkg.com/@esbuild/linux-mips64el/-/linux-mips64el-0.20.2.tgz#d08e39ce86f45ef8fc88549d29c62b8acf5649aa"
+ integrity sha512-4BlTqeutE/KnOiTG5Y6Sb/Hw6hsBOZapOVF6njAESHInhlQAghVVZL1ZpIctBOoTFbQyGW+LsVYZ8lSSB3wkjA==
+
"@esbuild/linux-ppc64@0.19.12":
version "0.19.12"
resolved "https://registry.yarnpkg.com/@esbuild/linux-ppc64/-/linux-ppc64-0.19.12.tgz#adb67dadb73656849f63cd522f5ecb351dd8dee8"
integrity sha512-nYJA2/QPimDQOh1rKWedNOe3Gfc8PabU7HT3iXWtNUbRzXS9+vgB0Fjaqr//XNbd82mCxHzik2qotuI89cfixg==
+"@esbuild/linux-ppc64@0.20.2":
+ version "0.20.2"
+ resolved "https://registry.yarnpkg.com/@esbuild/linux-ppc64/-/linux-ppc64-0.20.2.tgz#8d252f0b7756ffd6d1cbde5ea67ff8fd20437f20"
+ integrity sha512-rD3KsaDprDcfajSKdn25ooz5J5/fWBylaaXkuotBDGnMnDP1Uv5DLAN/45qfnf3JDYyJv/ytGHQaziHUdyzaAg==
+
"@esbuild/linux-riscv64@0.19.12":
version "0.19.12"
resolved "https://registry.yarnpkg.com/@esbuild/linux-riscv64/-/linux-riscv64-0.19.12.tgz#11bc0698bf0a2abf8727f1c7ace2112612c15adf"
integrity sha512-2MueBrlPQCw5dVJJpQdUYgeqIzDQgw3QtiAHUC4RBz9FXPrskyyU3VI1hw7C0BSKB9OduwSJ79FTCqtGMWqJHg==
+"@esbuild/linux-riscv64@0.20.2":
+ version "0.20.2"
+ resolved "https://registry.yarnpkg.com/@esbuild/linux-riscv64/-/linux-riscv64-0.20.2.tgz#19f6dcdb14409dae607f66ca1181dd4e9db81300"
+ integrity sha512-snwmBKacKmwTMmhLlz/3aH1Q9T8v45bKYGE3j26TsaOVtjIag4wLfWSiZykXzXuE1kbCE+zJRmwp+ZbIHinnVg==
+
"@esbuild/linux-s390x@0.19.12":
version "0.19.12"
resolved "https://registry.yarnpkg.com/@esbuild/linux-s390x/-/linux-s390x-0.19.12.tgz#e86fb8ffba7c5c92ba91fc3b27ed5a70196c3cc8"
integrity sha512-+Pil1Nv3Umes4m3AZKqA2anfhJiVmNCYkPchwFJNEJN5QxmTs1uzyy4TvmDrCRNT2ApwSari7ZIgrPeUx4UZDg==
+"@esbuild/linux-s390x@0.20.2":
+ version "0.20.2"
+ resolved "https://registry.yarnpkg.com/@esbuild/linux-s390x/-/linux-s390x-0.20.2.tgz#3c830c90f1a5d7dd1473d5595ea4ebb920988685"
+ integrity sha512-wcWISOobRWNm3cezm5HOZcYz1sKoHLd8VL1dl309DiixxVFoFe/o8HnwuIwn6sXre88Nwj+VwZUvJf4AFxkyrQ==
+
"@esbuild/linux-x64@0.19.12":
version "0.19.12"
resolved "https://registry.yarnpkg.com/@esbuild/linux-x64/-/linux-x64-0.19.12.tgz#5f37cfdc705aea687dfe5dfbec086a05acfe9c78"
integrity sha512-B71g1QpxfwBvNrfyJdVDexenDIt1CiDN1TIXLbhOw0KhJzE78KIFGX6OJ9MrtC0oOqMWf+0xop4qEU8JrJTwCg==
+"@esbuild/linux-x64@0.20.2":
+ version "0.20.2"
+ resolved "https://registry.yarnpkg.com/@esbuild/linux-x64/-/linux-x64-0.20.2.tgz#86eca35203afc0d9de0694c64ec0ab0a378f6fff"
+ integrity sha512-1MdwI6OOTsfQfek8sLwgyjOXAu+wKhLEoaOLTjbijk6E2WONYpH9ZU2mNtR+lZ2B4uwr+usqGuVfFT9tMtGvGw==
+
"@esbuild/netbsd-x64@0.19.12":
version "0.19.12"
resolved "https://registry.yarnpkg.com/@esbuild/netbsd-x64/-/netbsd-x64-0.19.12.tgz#29da566a75324e0d0dd7e47519ba2f7ef168657b"
integrity sha512-3ltjQ7n1owJgFbuC61Oj++XhtzmymoCihNFgT84UAmJnxJfm4sYCiSLTXZtE00VWYpPMYc+ZQmB6xbSdVh0JWA==
+"@esbuild/netbsd-x64@0.20.2":
+ version "0.20.2"
+ resolved "https://registry.yarnpkg.com/@esbuild/netbsd-x64/-/netbsd-x64-0.20.2.tgz#e771c8eb0e0f6e1877ffd4220036b98aed5915e6"
+ integrity sha512-K8/DhBxcVQkzYc43yJXDSyjlFeHQJBiowJ0uVL6Tor3jGQfSGHNNJcWxNbOI8v5k82prYqzPuwkzHt3J1T1iZQ==
+
"@esbuild/openbsd-x64@0.19.12":
version "0.19.12"
resolved "https://registry.yarnpkg.com/@esbuild/openbsd-x64/-/openbsd-x64-0.19.12.tgz#306c0acbdb5a99c95be98bdd1d47c916e7dc3ff0"
integrity sha512-RbrfTB9SWsr0kWmb9srfF+L933uMDdu9BIzdA7os2t0TXhCRjrQyCeOt6wVxr79CKD4c+p+YhCj31HBkYcXebw==
+"@esbuild/openbsd-x64@0.20.2":
+ version "0.20.2"
+ resolved "https://registry.yarnpkg.com/@esbuild/openbsd-x64/-/openbsd-x64-0.20.2.tgz#9a795ae4b4e37e674f0f4d716f3e226dd7c39baf"
+ integrity sha512-eMpKlV0SThJmmJgiVyN9jTPJ2VBPquf6Kt/nAoo6DgHAoN57K15ZghiHaMvqjCye/uU4X5u3YSMgVBI1h3vKrQ==
+
"@esbuild/sunos-x64@0.19.12":
version "0.19.12"
resolved "https://registry.yarnpkg.com/@esbuild/sunos-x64/-/sunos-x64-0.19.12.tgz#0933eaab9af8b9b2c930236f62aae3fc593faf30"
integrity sha512-HKjJwRrW8uWtCQnQOz9qcU3mUZhTUQvi56Q8DPTLLB+DawoiQdjsYq+j+D3s9I8VFtDr+F9CjgXKKC4ss89IeA==
+"@esbuild/sunos-x64@0.20.2":
+ version "0.20.2"
+ resolved "https://registry.yarnpkg.com/@esbuild/sunos-x64/-/sunos-x64-0.20.2.tgz#7df23b61a497b8ac189def6e25a95673caedb03f"
+ integrity sha512-2UyFtRC6cXLyejf/YEld4Hajo7UHILetzE1vsRcGL3earZEW77JxrFjH4Ez2qaTiEfMgAXxfAZCm1fvM/G/o8w==
+
"@esbuild/win32-arm64@0.19.12":
version "0.19.12"
resolved "https://registry.yarnpkg.com/@esbuild/win32-arm64/-/win32-arm64-0.19.12.tgz#773bdbaa1971b36db2f6560088639ccd1e6773ae"
integrity sha512-URgtR1dJnmGvX864pn1B2YUYNzjmXkuJOIqG2HdU62MVS4EHpU2946OZoTMnRUHklGtJdJZ33QfzdjGACXhn1A==
+"@esbuild/win32-arm64@0.20.2":
+ version "0.20.2"
+ resolved "https://registry.yarnpkg.com/@esbuild/win32-arm64/-/win32-arm64-0.20.2.tgz#f1ae5abf9ca052ae11c1bc806fb4c0f519bacf90"
+ integrity sha512-GRibxoawM9ZCnDxnP3usoUDO9vUkpAxIIZ6GQI+IlVmr5kP3zUq+l17xELTHMWTWzjxa2guPNyrpq1GWmPvcGQ==
+
"@esbuild/win32-ia32@0.19.12":
version "0.19.12"
resolved "https://registry.yarnpkg.com/@esbuild/win32-ia32/-/win32-ia32-0.19.12.tgz#000516cad06354cc84a73f0943a4aa690ef6fd67"
integrity sha512-+ZOE6pUkMOJfmxmBZElNOx72NKpIa/HFOMGzu8fqzQJ5kgf6aTGrcJaFsNiVMH4JKpMipyK+7k0n2UXN7a8YKQ==
+"@esbuild/win32-ia32@0.20.2":
+ version "0.20.2"
+ resolved "https://registry.yarnpkg.com/@esbuild/win32-ia32/-/win32-ia32-0.20.2.tgz#241fe62c34d8e8461cd708277813e1d0ba55ce23"
+ integrity sha512-HfLOfn9YWmkSKRQqovpnITazdtquEW8/SoHW7pWpuEeguaZI4QnCRW6b+oZTztdBnZOS2hqJ6im/D5cPzBTTlQ==
+
"@esbuild/win32-x64@0.19.12":
version "0.19.12"
resolved "https://registry.yarnpkg.com/@esbuild/win32-x64/-/win32-x64-0.19.12.tgz#c57c8afbb4054a3ab8317591a0b7320360b444ae"
integrity sha512-T1QyPSDCyMXaO3pzBkF96E8xMkiRYbUEZADd29SyPGabqxMViNoii+NcK7eWJAEoU6RZyEm5lVSIjTmcdoB9HA==
+"@esbuild/win32-x64@0.20.2":
+ version "0.20.2"
+ resolved "https://registry.yarnpkg.com/@esbuild/win32-x64/-/win32-x64-0.20.2.tgz#9c907b21e30a52db959ba4f80bb01a0cc403d5cc"
+ integrity sha512-N49X4lJX27+l9jbLKSqZ6bKNjzQvHaT8IIFUy+YIqmXQdjYCToGWwOItDrfby14c78aDd5NHQl29xingXfCdLQ==
+
+"@eslint-community/eslint-utils@^4.2.0":
+ version "4.4.0"
+ resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
+ integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
+ dependencies:
+ eslint-visitor-keys "^3.3.0"
+
+"@eslint-community/regexpp@^4.4.0", "@eslint-community/regexpp@^4.6.1":
+ version "4.10.0"
+ resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.10.0.tgz#548f6de556857c8bb73bbee70c35dc82a2e74d63"
+ integrity sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==
+
"@eslint/eslintrc@^0.4.3":
version "0.4.3"
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.3.tgz#9e42981ef035beb3dd49add17acb96e8ff6f394c"
@@ -3373,10 +3529,40 @@
minimatch "^3.0.4"
strip-json-comments "^3.1.1"
+"@eslint/eslintrc@^2.1.4":
+ version "2.1.4"
+ resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.4.tgz#388a269f0f25c1b6adc317b5a2c55714894c70ad"
+ integrity sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==
+ dependencies:
+ ajv "^6.12.4"
+ debug "^4.3.2"
+ espree "^9.6.0"
+ globals "^13.19.0"
+ ignore "^5.2.0"
+ import-fresh "^3.2.1"
+ js-yaml "^4.1.0"
+ minimatch "^3.1.2"
+ strip-json-comments "^3.1.1"
+
+"@eslint/js@8.57.0":
+ version "8.57.0"
+ resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.57.0.tgz#a5417ae8427873f1dd08b70b3574b453e67b5f7f"
+ integrity sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==
+
+"@fal-works/esbuild-plugin-global-externals@^2.1.2":
+ version "2.1.2"
+ resolved "https://registry.yarnpkg.com/@fal-works/esbuild-plugin-global-externals/-/esbuild-plugin-global-externals-2.1.2.tgz#c05ed35ad82df8e6ac616c68b92c2282bd083ba4"
+ integrity sha512-cEee/Z+I12mZcFJshKcCqC8tuX5hG3s+d+9nZ3LabqKF1vKdF41B92pJVCBggjAGORAeOzyyDDKrZwIkLffeOQ==
+
"@fontsource/roboto@^4.5.0":
- version "4.5.0"
- resolved "https://registry.yarnpkg.com/@fontsource/roboto/-/roboto-4.5.0.tgz#d6f925668ba6af46707f1040c43aff498ba204bb"
- integrity sha512-ja4XYw/9kNRFM5Ndk9vwzHWsdBMXczyBazFkTXJQ74QQBnT0BbSsHn0pF60AU0Iznig1Wt9x3rADfG8LANvMpw==
+ version "4.5.8"
+ resolved "https://registry.yarnpkg.com/@fontsource/roboto/-/roboto-4.5.8.tgz#56347764786079838faf43f0eeda22dd7328437f"
+ integrity sha512-CnD7zLItIzt86q4Sj3kZUiLcBk1dSk81qcqgMGaZe7SQ1P8hFNxhMl5AZthK1zrDM5m74VVhaOpuMGIL4gagaA==
+
+"@gar/promisify@^1.0.1":
+ version "1.1.3"
+ resolved "https://registry.yarnpkg.com/@gar/promisify/-/promisify-1.1.3.tgz#555193ab2e3bb3b6adc3d551c9c030d9e860daf6"
+ integrity sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==
"@hapi/address@2.x.x":
version "2.1.4"
@@ -3393,10 +3579,10 @@
resolved "https://registry.yarnpkg.com/@hapi/hoek/-/hoek-8.5.1.tgz#fde96064ca446dec8c55a8c2f130957b070c6e06"
integrity sha512-yN7kbciD87WzLGc5539Tn0sApjyiGHAJgKvG9W8C7O+6c7qmoQMfVs0W4bX17eqz6C78QJqqFrtgdK5EWf6Qow==
-"@hapi/hoek@^9.0.0":
- version "9.2.0"
- resolved "https://registry.yarnpkg.com/@hapi/hoek/-/hoek-9.2.0.tgz#f3933a44e365864f4dad5db94158106d511e8131"
- integrity sha512-sqKVVVOe5ivCaXDWivIJYVSaEgdQK9ul7a4Kity5Iw7u9+wBAPbX1RMSnLLmp7O4Vzj0WOWwMAJsTL00xwaNug==
+"@hapi/hoek@^9.0.0", "@hapi/hoek@^9.3.0":
+ version "9.3.0"
+ resolved "https://registry.yarnpkg.com/@hapi/hoek/-/hoek-9.3.0.tgz#8368869dcb735be2e7f5cb7647de78e167a251fb"
+ integrity sha512-/c6rf4UJlmHlC9b5BaNvzAcFv7HZ2QHaV0D4/HNlBdvFnvQq8RI4kYdhyPCl7Xj+oWvTWQ8ujhqS53LIgAe6KQ==
"@hapi/joi@^15.1.0":
version "15.1.1"
@@ -3415,13 +3601,22 @@
dependencies:
"@hapi/hoek" "^8.3.0"
-"@hapi/topo@^5.0.0":
- version "5.0.0"
- resolved "https://registry.yarnpkg.com/@hapi/topo/-/topo-5.0.0.tgz#c19af8577fa393a06e9c77b60995af959be721e7"
- integrity sha512-tFJlT47db0kMqVm3H4nQYgn6Pwg10GTZHb1pwmSiv1K4ks6drQOtfEF5ZnPjkvC+y4/bUPHK+bc87QvLcL+WMw==
+"@hapi/topo@^5.1.0":
+ version "5.1.0"
+ resolved "https://registry.yarnpkg.com/@hapi/topo/-/topo-5.1.0.tgz#dc448e332c6c6e37a4dc02fd84ba8d44b9afb012"
+ integrity sha512-foQZKJig7Ob0BMAYBfcJk8d77QtOe7Wo4ox7ff1lQYoNNAb6jwcY1ncdoy2e9wQZzvNy7ODZCYJkK8kzmcAnAg==
dependencies:
"@hapi/hoek" "^9.0.0"
+"@humanwhocodes/config-array@^0.11.14":
+ version "0.11.14"
+ resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.14.tgz#d78e481a039f7566ecc9660b4ea7fe6b1fec442b"
+ integrity sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==
+ dependencies:
+ "@humanwhocodes/object-schema" "^2.0.2"
+ debug "^4.3.1"
+ minimatch "^3.0.5"
+
"@humanwhocodes/config-array@^0.5.0":
version "0.5.0"
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.5.0.tgz#1407967d4c6eecd7388f83acf1eaf4d0c6e58ef9"
@@ -3431,11 +3626,21 @@
debug "^4.1.1"
minimatch "^3.0.4"
+"@humanwhocodes/module-importer@^1.0.1":
+ version "1.0.1"
+ resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c"
+ integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==
+
"@humanwhocodes/object-schema@^1.2.0":
version "1.2.1"
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45"
integrity sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==
+"@humanwhocodes/object-schema@^2.0.2":
+ version "2.0.3"
+ resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz#4a2868d75d6d6963e423bcf90b7fd1be343409d3"
+ integrity sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==
+
"@isaacs/cliui@^8.0.2":
version "8.0.2"
resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550"
@@ -3459,10 +3664,10 @@
js-yaml "^3.13.1"
resolve-from "^5.0.0"
-"@istanbuljs/schema@^0.1.2":
- version "0.1.2"
- resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.2.tgz#26520bf09abe4a5644cd5414e37125a8954241dd"
- integrity sha512-tsAQNx32a8CoFhjhijUIhI4kccIAgmGhy8LZMZgGfmXcpMbPRUqn5LWmgRttILi6yeGmBJd2xsPkFMs0PzgPCw==
+"@istanbuljs/schema@^0.1.2", "@istanbuljs/schema@^0.1.3":
+ version "0.1.3"
+ resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98"
+ integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==
"@jest/console@^26.6.2":
version "26.6.2"
@@ -3476,16 +3681,28 @@
jest-util "^26.6.2"
slash "^3.0.0"
-"@jest/console@^27.2.0":
- version "27.2.0"
- resolved "https://registry.yarnpkg.com/@jest/console/-/console-27.2.0.tgz#57f702837ec52899be58c3794dce5941c77a8b63"
- integrity sha512-35z+RqsK2CCgNxn+lWyK8X4KkaDtfL4BggT7oeZ0JffIiAiEYFYPo5B67V50ZubqDS1ehBrdCR2jduFnIrZOYw==
+"@jest/console@^27.5.1":
+ version "27.5.1"
+ resolved "https://registry.yarnpkg.com/@jest/console/-/console-27.5.1.tgz#260fe7239602fe5130a94f1aa386eff54b014bba"
+ integrity sha512-kZ/tNpS3NXn0mlXXXPNuDZnb4c0oZ20r4K5eemM2k30ZC3G0T02nXUvyhf5YdbXWHPEJLc9qGLxEZ216MdL+Zg==
+ dependencies:
+ "@jest/types" "^27.5.1"
+ "@types/node" "*"
+ chalk "^4.0.0"
+ jest-message-util "^27.5.1"
+ jest-util "^27.5.1"
+ slash "^3.0.0"
+
+"@jest/console@^28.1.3":
+ version "28.1.3"
+ resolved "https://registry.yarnpkg.com/@jest/console/-/console-28.1.3.tgz#2030606ec03a18c31803b8a36382762e447655df"
+ integrity sha512-QPAkP5EwKdK/bxIr6C1I4Vs0rm2nHiANzj/Z5X2JQkrZo6IqvC4ldZ9K95tF0HdidhA8Bo6egxSzUFPYKcEXLw==
dependencies:
- "@jest/types" "^27.1.1"
+ "@jest/types" "^28.1.3"
"@types/node" "*"
chalk "^4.0.0"
- jest-message-util "^27.2.0"
- jest-util "^27.2.0"
+ jest-message-util "^28.1.3"
+ jest-util "^28.1.3"
slash "^3.0.0"
"@jest/core@^26.6.0", "@jest/core@^26.6.3":
@@ -3522,37 +3739,36 @@
slash "^3.0.0"
strip-ansi "^6.0.0"
-"@jest/core@^27.0.6":
- version "27.2.0"
- resolved "https://registry.yarnpkg.com/@jest/core/-/core-27.2.0.tgz#61fc27b244e9709170ed9ffe41b006add569f1b3"
- integrity sha512-E/2NHhq+VMo18DpKkoty8Sjey8Kps5Cqa88A8NP757s6JjYqPdioMuyUBhDiIOGCdQByEp0ou3jskkTszMS0nw==
- dependencies:
- "@jest/console" "^27.2.0"
- "@jest/reporters" "^27.2.0"
- "@jest/test-result" "^27.2.0"
- "@jest/transform" "^27.2.0"
- "@jest/types" "^27.1.1"
+"@jest/core@^27.0.6", "@jest/core@^27.5.1":
+ version "27.5.1"
+ resolved "https://registry.yarnpkg.com/@jest/core/-/core-27.5.1.tgz#267ac5f704e09dc52de2922cbf3af9edcd64b626"
+ integrity sha512-AK6/UTrvQD0Cd24NSqmIA6rKsu0tKIxfiCducZvqxYdmMisOYAsdItspT+fQDQYARPf8XgjAFZi0ogW2agH5nQ==
+ dependencies:
+ "@jest/console" "^27.5.1"
+ "@jest/reporters" "^27.5.1"
+ "@jest/test-result" "^27.5.1"
+ "@jest/transform" "^27.5.1"
+ "@jest/types" "^27.5.1"
"@types/node" "*"
ansi-escapes "^4.2.1"
chalk "^4.0.0"
emittery "^0.8.1"
exit "^0.1.2"
- graceful-fs "^4.2.4"
- jest-changed-files "^27.1.1"
- jest-config "^27.2.0"
- jest-haste-map "^27.2.0"
- jest-message-util "^27.2.0"
- jest-regex-util "^27.0.6"
- jest-resolve "^27.2.0"
- jest-resolve-dependencies "^27.2.0"
- jest-runner "^27.2.0"
- jest-runtime "^27.2.0"
- jest-snapshot "^27.2.0"
- jest-util "^27.2.0"
- jest-validate "^27.2.0"
- jest-watcher "^27.2.0"
+ graceful-fs "^4.2.9"
+ jest-changed-files "^27.5.1"
+ jest-config "^27.5.1"
+ jest-haste-map "^27.5.1"
+ jest-message-util "^27.5.1"
+ jest-regex-util "^27.5.1"
+ jest-resolve "^27.5.1"
+ jest-resolve-dependencies "^27.5.1"
+ jest-runner "^27.5.1"
+ jest-runtime "^27.5.1"
+ jest-snapshot "^27.5.1"
+ jest-util "^27.5.1"
+ jest-validate "^27.5.1"
+ jest-watcher "^27.5.1"
micromatch "^4.0.4"
- p-each-series "^2.1.0"
rimraf "^3.0.0"
slash "^3.0.0"
strip-ansi "^6.0.0"
@@ -3567,15 +3783,22 @@
"@types/node" "*"
jest-mock "^26.6.2"
-"@jest/environment@^27.2.0":
- version "27.2.0"
- resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-27.2.0.tgz#48d1dbfa65f8e4a5a5c6cbeb9c59d1a5c2776f6b"
- integrity sha512-iPWmQI0wRIYSZX3wKu4FXHK4eIqkfq6n1DCDJS+v3uby7SOXrHvX4eiTBuEdSvtDRMTIH2kjrSkjHf/F9JIYyQ==
+"@jest/environment@^27.5.1":
+ version "27.5.1"
+ resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-27.5.1.tgz#d7425820511fe7158abbecc010140c3fd3be9c74"
+ integrity sha512-/WQjhPJe3/ghaol/4Bq480JKXV/Rfw8nQdN7f41fM8VDHLcxKXou6QyXAh3EFr9/bVG3x74z1NWDkP87EiY8gA==
dependencies:
- "@jest/fake-timers" "^27.2.0"
- "@jest/types" "^27.1.1"
+ "@jest/fake-timers" "^27.5.1"
+ "@jest/types" "^27.5.1"
"@types/node" "*"
- jest-mock "^27.1.1"
+ jest-mock "^27.5.1"
+
+"@jest/expect-utils@^29.7.0":
+ version "29.7.0"
+ resolved "https://registry.yarnpkg.com/@jest/expect-utils/-/expect-utils-29.7.0.tgz#023efe5d26a8a70f21677d0a1afc0f0a44e3a1c6"
+ integrity sha512-GlsNBWiFQFCVi9QVSx7f5AgMeLxe9YCCs5PuP2O2LdjDAA8Jh9eX7lA1Jq/xdXw3Wb3hyvlFNfZIfcRetSzYcA==
+ dependencies:
+ jest-get-type "^29.6.3"
"@jest/fake-timers@^26.6.2":
version "26.6.2"
@@ -3589,17 +3812,17 @@
jest-mock "^26.6.2"
jest-util "^26.6.2"
-"@jest/fake-timers@^27.2.0":
- version "27.2.0"
- resolved "https://registry.yarnpkg.com/@jest/fake-timers/-/fake-timers-27.2.0.tgz#560841bc21ae7fbeff0cbff8de8f5cf43ad3561d"
- integrity sha512-gSu3YHvQOoVaTWYGgHFB7IYFtcF2HBzX4l7s47VcjvkUgL4/FBnE20x7TNLa3W6ABERtGd5gStSwsA8bcn+c4w==
+"@jest/fake-timers@^27.5.1":
+ version "27.5.1"
+ resolved "https://registry.yarnpkg.com/@jest/fake-timers/-/fake-timers-27.5.1.tgz#76979745ce0579c8a94a4678af7a748eda8ada74"
+ integrity sha512-/aPowoolwa07k7/oM3aASneNeBGCmGQsc3ugN4u6s4C/+s5M64MFo/+djTdiwcbQlRfFElGuDXWzaWj6QgKObQ==
dependencies:
- "@jest/types" "^27.1.1"
- "@sinonjs/fake-timers" "^7.0.2"
+ "@jest/types" "^27.5.1"
+ "@sinonjs/fake-timers" "^8.0.1"
"@types/node" "*"
- jest-message-util "^27.2.0"
- jest-mock "^27.1.1"
- jest-util "^27.2.0"
+ jest-message-util "^27.5.1"
+ jest-mock "^27.5.1"
+ jest-util "^27.5.1"
"@jest/globals@^26.6.2":
version "26.6.2"
@@ -3610,14 +3833,14 @@
"@jest/types" "^26.6.2"
expect "^26.6.2"
-"@jest/globals@^27.2.0":
- version "27.2.0"
- resolved "https://registry.yarnpkg.com/@jest/globals/-/globals-27.2.0.tgz#4d7085f51df5ac70c8240eb3501289676503933d"
- integrity sha512-raqk9Gf9WC3hlBa57rmRmJfRl9hom2b+qEE/ifheMtwn5USH5VZxzrHHOZg0Zsd/qC2WJ8UtyTwHKQAnNlDMdg==
+"@jest/globals@^27.5.1":
+ version "27.5.1"
+ resolved "https://registry.yarnpkg.com/@jest/globals/-/globals-27.5.1.tgz#7ac06ce57ab966566c7963431cef458434601b2b"
+ integrity sha512-ZEJNB41OBQQgGzgyInAv0UUfDDj3upmHydjieSxFvTRuZElrx7tXg/uVQ5hYVEwiXs3+aMsAeEc9X7xiSKCm4Q==
dependencies:
- "@jest/environment" "^27.2.0"
- "@jest/types" "^27.1.1"
- expect "^27.2.0"
+ "@jest/environment" "^27.5.1"
+ "@jest/types" "^27.5.1"
+ expect "^27.5.1"
"@jest/reporters@^26.6.2":
version "26.6.2"
@@ -3651,35 +3874,50 @@
optionalDependencies:
node-notifier "^8.0.0"
-"@jest/reporters@^27.2.0":
- version "27.2.0"
- resolved "https://registry.yarnpkg.com/@jest/reporters/-/reporters-27.2.0.tgz#629886d9a42218e504a424889a293abb27919e25"
- integrity sha512-7wfkE3iRTLaT0F51h1mnxH3nQVwDCdbfgXiLuCcNkF1FnxXLH9utHqkSLIiwOTV1AtmiE0YagHbOvx4rnMP/GA==
+"@jest/reporters@^27.5.1":
+ version "27.5.1"
+ resolved "https://registry.yarnpkg.com/@jest/reporters/-/reporters-27.5.1.tgz#ceda7be96170b03c923c37987b64015812ffec04"
+ integrity sha512-cPXh9hWIlVJMQkVk84aIvXuBB4uQQmFqZiacloFuGiP3ah1sbCxCosidXFDfqG8+6fO1oR2dTJTlsOy4VFmUfw==
dependencies:
"@bcoe/v8-coverage" "^0.2.3"
- "@jest/console" "^27.2.0"
- "@jest/test-result" "^27.2.0"
- "@jest/transform" "^27.2.0"
- "@jest/types" "^27.1.1"
+ "@jest/console" "^27.5.1"
+ "@jest/test-result" "^27.5.1"
+ "@jest/transform" "^27.5.1"
+ "@jest/types" "^27.5.1"
+ "@types/node" "*"
chalk "^4.0.0"
collect-v8-coverage "^1.0.0"
exit "^0.1.2"
glob "^7.1.2"
- graceful-fs "^4.2.4"
+ graceful-fs "^4.2.9"
istanbul-lib-coverage "^3.0.0"
- istanbul-lib-instrument "^4.0.3"
+ istanbul-lib-instrument "^5.1.0"
istanbul-lib-report "^3.0.0"
istanbul-lib-source-maps "^4.0.0"
- istanbul-reports "^3.0.2"
- jest-haste-map "^27.2.0"
- jest-resolve "^27.2.0"
- jest-util "^27.2.0"
- jest-worker "^27.2.0"
+ istanbul-reports "^3.1.3"
+ jest-haste-map "^27.5.1"
+ jest-resolve "^27.5.1"
+ jest-util "^27.5.1"
+ jest-worker "^27.5.1"
slash "^3.0.0"
source-map "^0.6.0"
string-length "^4.0.1"
terminal-link "^2.0.0"
- v8-to-istanbul "^8.0.0"
+ v8-to-istanbul "^8.1.0"
+
+"@jest/schemas@^28.1.3":
+ version "28.1.3"
+ resolved "https://registry.yarnpkg.com/@jest/schemas/-/schemas-28.1.3.tgz#ad8b86a66f11f33619e3d7e1dcddd7f2d40ff905"
+ integrity sha512-/l/VWsdt/aBXgjshLWOFyFt3IVdYypu5y2Wn2rOO1un6nkqIn8SLXzgIMYXFyYsRWDyF5EthmKJMIdJvk08grg==
+ dependencies:
+ "@sinclair/typebox" "^0.24.1"
+
+"@jest/schemas@^29.6.3":
+ version "29.6.3"
+ resolved "https://registry.yarnpkg.com/@jest/schemas/-/schemas-29.6.3.tgz#430b5ce8a4e0044a7e3819663305a7b3091c8e03"
+ integrity sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==
+ dependencies:
+ "@sinclair/typebox" "^0.27.8"
"@jest/source-map@^26.6.2":
version "26.6.2"
@@ -3690,13 +3928,13 @@
graceful-fs "^4.2.4"
source-map "^0.6.0"
-"@jest/source-map@^27.0.6":
- version "27.0.6"
- resolved "https://registry.yarnpkg.com/@jest/source-map/-/source-map-27.0.6.tgz#be9e9b93565d49b0548b86e232092491fb60551f"
- integrity sha512-Fek4mi5KQrqmlY07T23JRi0e7Z9bXTOOD86V/uS0EIW4PClvPDqZOyFlLpNJheS6QI0FNX1CgmPjtJ4EA/2M+g==
+"@jest/source-map@^27.5.1":
+ version "27.5.1"
+ resolved "https://registry.yarnpkg.com/@jest/source-map/-/source-map-27.5.1.tgz#6608391e465add4205eae073b55e7f279e04e8cf"
+ integrity sha512-y9NIHUYF3PJRlHk98NdC/N1gl88BL08aQQgu4k4ZopQkCw9t9cV8mtl3TV8b/YCB8XaVTFrmUTAJvjsntDireg==
dependencies:
callsites "^3.0.0"
- graceful-fs "^4.2.4"
+ graceful-fs "^4.2.9"
source-map "^0.6.0"
"@jest/test-result@^26.6.0", "@jest/test-result@^26.6.2":
@@ -3709,13 +3947,23 @@
"@types/istanbul-lib-coverage" "^2.0.0"
collect-v8-coverage "^1.0.0"
-"@jest/test-result@^27.2.0":
- version "27.2.0"
- resolved "https://registry.yarnpkg.com/@jest/test-result/-/test-result-27.2.0.tgz#377b46a41a6415dd4839fd0bed67b89fecea6b20"
- integrity sha512-JPPqn8h0RGr4HyeY1Km+FivDIjTFzDROU46iAvzVjD42ooGwYoqYO/MQTilhfajdz6jpVnnphFrKZI5OYrBONA==
+"@jest/test-result@^27.5.1":
+ version "27.5.1"
+ resolved "https://registry.yarnpkg.com/@jest/test-result/-/test-result-27.5.1.tgz#56a6585fa80f7cdab72b8c5fc2e871d03832f5bb"
+ integrity sha512-EW35l2RYFUcUQxFJz5Cv5MTOxlJIQs4I7gxzi2zVU7PJhOwfYq1MdC5nhSmYjX1gmMmLPvB3sIaC+BkcHRBfag==
+ dependencies:
+ "@jest/console" "^27.5.1"
+ "@jest/types" "^27.5.1"
+ "@types/istanbul-lib-coverage" "^2.0.0"
+ collect-v8-coverage "^1.0.0"
+
+"@jest/test-result@^28.1.3":
+ version "28.1.3"
+ resolved "https://registry.yarnpkg.com/@jest/test-result/-/test-result-28.1.3.tgz#5eae945fd9f4b8fcfce74d239e6f725b6bf076c5"
+ integrity sha512-kZAkxnSE+FqE8YjW8gNuoVkkC9I7S1qmenl8sGcDOLropASP+BkcGKwhXoyqQuGOGeYY0y/ixjrd/iERpEXHNg==
dependencies:
- "@jest/console" "^27.2.0"
- "@jest/types" "^27.1.1"
+ "@jest/console" "^28.1.3"
+ "@jest/types" "^28.1.3"
"@types/istanbul-lib-coverage" "^2.0.0"
collect-v8-coverage "^1.0.0"
@@ -3730,15 +3978,15 @@
jest-runner "^26.6.3"
jest-runtime "^26.6.3"
-"@jest/test-sequencer@^27.2.0":
- version "27.2.0"
- resolved "https://registry.yarnpkg.com/@jest/test-sequencer/-/test-sequencer-27.2.0.tgz#b02b507687825af2fdc84e90c539d36fd8cf7bc9"
- integrity sha512-PrqarcpzOU1KSAK7aPwfL8nnpaqTMwPe7JBPnaOYRDSe/C6AoJiL5Kbnonqf1+DregxZIRAoDg69R9/DXMGqXA==
+"@jest/test-sequencer@^27.5.1":
+ version "27.5.1"
+ resolved "https://registry.yarnpkg.com/@jest/test-sequencer/-/test-sequencer-27.5.1.tgz#4057e0e9cea4439e544c6353c6affe58d095745b"
+ integrity sha512-LCheJF7WB2+9JuCS7VB/EmGIdQuhtqjRNI9A43idHv3E4KltCTsPsLxvdaubFHSYwY/fNjMWjl6vNRhDiN7vpQ==
dependencies:
- "@jest/test-result" "^27.2.0"
- graceful-fs "^4.2.4"
- jest-haste-map "^27.2.0"
- jest-runtime "^27.2.0"
+ "@jest/test-result" "^27.5.1"
+ graceful-fs "^4.2.9"
+ jest-haste-map "^27.5.1"
+ jest-runtime "^27.5.1"
"@jest/transform@^26.6.2":
version "26.6.2"
@@ -3761,23 +4009,23 @@
source-map "^0.6.1"
write-file-atomic "^3.0.0"
-"@jest/transform@^27.2.0":
- version "27.2.0"
- resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-27.2.0.tgz#e7e6e49d2591792db2385c33cdbb4379d407068d"
- integrity sha512-Q8Q/8xXIZYllk1AF7Ou5sV3egOZsdY/Wlv09CSbcexBRcC1Qt6lVZ7jRFAZtbHsEEzvOCyFEC4PcrwKwyjXtCg==
+"@jest/transform@^27.5.1":
+ version "27.5.1"
+ resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-27.5.1.tgz#6c3501dcc00c4c08915f292a600ece5ecfe1f409"
+ integrity sha512-ipON6WtYgl/1329g5AIJVbUuEh0wZVbdpGwC99Jw4LwuoBNS95MVphU6zOeD9pDkon+LLbFL7lOQRapbB8SCHw==
dependencies:
"@babel/core" "^7.1.0"
- "@jest/types" "^27.1.1"
- babel-plugin-istanbul "^6.0.0"
+ "@jest/types" "^27.5.1"
+ babel-plugin-istanbul "^6.1.1"
chalk "^4.0.0"
convert-source-map "^1.4.0"
fast-json-stable-stringify "^2.0.0"
- graceful-fs "^4.2.4"
- jest-haste-map "^27.2.0"
- jest-regex-util "^27.0.6"
- jest-util "^27.2.0"
+ graceful-fs "^4.2.9"
+ jest-haste-map "^27.5.1"
+ jest-regex-util "^27.5.1"
+ jest-util "^27.5.1"
micromatch "^4.0.4"
- pirates "^4.0.1"
+ pirates "^4.0.4"
slash "^3.0.0"
source-map "^0.6.1"
write-file-atomic "^3.0.0"
@@ -3793,10 +4041,10 @@
"@types/yargs" "^15.0.0"
chalk "^4.0.0"
-"@jest/types@^27.1.1", "@jest/types@^27.4.2":
- version "27.4.2"
- resolved "https://registry.yarnpkg.com/@jest/types/-/types-27.4.2.tgz#96536ebd34da6392c2b7c7737d693885b5dd44a5"
- integrity sha512-j35yw0PMTPpZsUoOBiuHzr1zTYoad1cVIE0ajEjcrJONxxrko/IRGKkXx3os0Nsi4Hu3+5VmDbVfq5WhG/pWAg==
+"@jest/types@^27.5.1":
+ version "27.5.1"
+ resolved "https://registry.yarnpkg.com/@jest/types/-/types-27.5.1.tgz#3c79ec4a8ba61c170bf937bcf9e98a9df175ec80"
+ integrity sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw==
dependencies:
"@types/istanbul-lib-coverage" "^2.0.0"
"@types/istanbul-reports" "^3.0.0"
@@ -3804,23 +4052,69 @@
"@types/yargs" "^16.0.0"
chalk "^4.0.0"
-"@jridgewell/resolve-uri@^3.0.3":
- version "3.0.5"
- resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.0.5.tgz#68eb521368db76d040a6315cdb24bf2483037b9c"
- integrity sha512-VPeQ7+wH0itvQxnG+lIzWgkysKIr3L9sslimFW55rHMdGu/qCQ5z5h9zq4gI8uBtqkpHhsF4Z/OwExufUCThew==
+"@jest/types@^28.1.3":
+ version "28.1.3"
+ resolved "https://registry.yarnpkg.com/@jest/types/-/types-28.1.3.tgz#b05de80996ff12512bc5ceb1d208285a7d11748b"
+ integrity sha512-RyjiyMUZrKz/c+zlMFO1pm70DcIlST8AeWTkoUdZevew44wcNZQHsEVOiCVtgVnlFFD82FPaXycys58cf2muVQ==
+ dependencies:
+ "@jest/schemas" "^28.1.3"
+ "@types/istanbul-lib-coverage" "^2.0.0"
+ "@types/istanbul-reports" "^3.0.0"
+ "@types/node" "*"
+ "@types/yargs" "^17.0.8"
+ chalk "^4.0.0"
-"@jridgewell/sourcemap-codec@^1.4.10":
- version "1.4.11"
- resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.11.tgz#771a1d8d744eeb71b6adb35808e1a6c7b9b8c8ec"
- integrity sha512-Fg32GrJo61m+VqYSdRSjRXMjQ06j8YIYfcTqndLYVAaHmroZHLJZCydsWBOTDqXS2v+mjxohBWEMfg97GXmYQg==
+"@jest/types@^29.6.3":
+ version "29.6.3"
+ resolved "https://registry.yarnpkg.com/@jest/types/-/types-29.6.3.tgz#1131f8cf634e7e84c5e77bab12f052af585fba59"
+ integrity sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==
+ dependencies:
+ "@jest/schemas" "^29.6.3"
+ "@types/istanbul-lib-coverage" "^2.0.0"
+ "@types/istanbul-reports" "^3.0.0"
+ "@types/node" "*"
+ "@types/yargs" "^17.0.8"
+ chalk "^4.0.0"
-"@jridgewell/trace-mapping@^0.3.0":
- version "0.3.4"
- resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.4.tgz#f6a0832dffd5b8a6aaa633b7d9f8e8e94c83a0c3"
- integrity sha512-vFv9ttIedivx0ux3QSjhgtCVjPZd5l46ZOMDSCwnH1yUO2e964gO8LZGyv2QkqcgR6TnBU1v+1IFqmeoG+0UJQ==
+"@jridgewell/gen-mapping@^0.3.2", "@jridgewell/gen-mapping@^0.3.5":
+ version "0.3.5"
+ resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz#dcce6aff74bdf6dad1a95802b69b04a2fcb1fb36"
+ integrity sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==
dependencies:
- "@jridgewell/resolve-uri" "^3.0.3"
+ "@jridgewell/set-array" "^1.2.1"
"@jridgewell/sourcemap-codec" "^1.4.10"
+ "@jridgewell/trace-mapping" "^0.3.24"
+
+"@jridgewell/resolve-uri@^3.1.0":
+ version "3.1.2"
+ resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz#7a0ee601f60f99a20c7c7c5ff0c80388c1189bd6"
+ integrity sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==
+
+"@jridgewell/set-array@^1.2.1":
+ version "1.2.1"
+ resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.2.1.tgz#558fb6472ed16a4c850b889530e6b36438c49280"
+ integrity sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==
+
+"@jridgewell/source-map@^0.3.3":
+ version "0.3.6"
+ resolved "https://registry.yarnpkg.com/@jridgewell/source-map/-/source-map-0.3.6.tgz#9d71ca886e32502eb9362c9a74a46787c36df81a"
+ integrity sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==
+ dependencies:
+ "@jridgewell/gen-mapping" "^0.3.5"
+ "@jridgewell/trace-mapping" "^0.3.25"
+
+"@jridgewell/sourcemap-codec@^1.4.10", "@jridgewell/sourcemap-codec@^1.4.14", "@jridgewell/sourcemap-codec@^1.4.15":
+ version "1.4.15"
+ resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32"
+ integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==
+
+"@jridgewell/trace-mapping@^0.3.12", "@jridgewell/trace-mapping@^0.3.20", "@jridgewell/trace-mapping@^0.3.24", "@jridgewell/trace-mapping@^0.3.25":
+ version "0.3.25"
+ resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz#15f190e98895f3fc23276ee14bc76b675c2e50f0"
+ integrity sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==
+ dependencies:
+ "@jridgewell/resolve-uri" "^3.1.0"
+ "@jridgewell/sourcemap-codec" "^1.4.14"
"@js-temporal/polyfill@0.4.3":
version "0.4.3"
@@ -3831,14 +4125,19 @@
tslib "^2.3.1"
"@juggle/resize-observer@^3.3.1":
- version "3.3.1"
- resolved "https://registry.yarnpkg.com/@juggle/resize-observer/-/resize-observer-3.3.1.tgz#b50a781709c81e10701004214340f25475a171a0"
- integrity sha512-zMM9Ds+SawiUkakS7y94Ymqx+S0ORzpG3frZirN3l+UlXUmSUR7hF4wxCVqW+ei94JzV5kt0uXBcoOEAuiydrw==
+ version "3.4.0"
+ resolved "https://registry.yarnpkg.com/@juggle/resize-observer/-/resize-observer-3.4.0.tgz#08d6c5e20cf7e4cc02fd181c4b0c225cd31dbb60"
+ integrity sha512-dfLbk+PwWvFzSxwk3n5ySL0hfBog779o8h68wK/7/APo/7cgyWp5jcXockbxdk5kFRkbeXWm4Fbi9FrdN381sA==
+
+"@leichtgewicht/ip-codec@^2.0.1":
+ version "2.0.5"
+ resolved "https://registry.yarnpkg.com/@leichtgewicht/ip-codec/-/ip-codec-2.0.5.tgz#4fc56c15c580b9adb7dc3c333a134e540b44bfb1"
+ integrity sha512-Vo+PSpZG2/fmgmiNzYK9qWRh8h/CHrwD0mo1h1DzL4yzHNSfWYujGTYsWGreD000gcgmZ7K4Ys6Tx9TxtsKdDw==
"@ls-lint/ls-lint@^1.10.0":
- version "1.11.0"
- resolved "https://registry.yarnpkg.com/@ls-lint/ls-lint/-/ls-lint-1.11.0.tgz#fff074121e72bbbf6f1e5da05b916196039479df"
- integrity sha512-YwVzEaGDM5LvRN7fn+8hYLTgcXsyksAr3V1x76/V3mWyaqKUAo4llcCd8lYoBCo4bxVgFq2pzPDQpeunZejLQg==
+ version "1.11.2"
+ resolved "https://registry.yarnpkg.com/@ls-lint/ls-lint/-/ls-lint-1.11.2.tgz#fa7e8c404b7c2f9f7fe3e92b7d69fe37a15c0e1c"
+ integrity sha512-kX+CCjgNz+NHCaOcFyJLSBLRgAoyOxN18QFLpgucz5ILvbr60BGjwKaoPYTv/rBV/77L+Oz82lpP24mzJ2wGsQ==
"@manypkg/cli@^0.18.0":
version "0.18.0"
@@ -3872,26 +4171,18 @@
fs-extra "^8.1.0"
"@manypkg/get-packages@^1.1.1":
- version "1.1.1"
- resolved "https://registry.yarnpkg.com/@manypkg/get-packages/-/get-packages-1.1.1.tgz#7c7e72d0061ab2e61d2ce4da58ce91290a60ac8d"
- integrity sha512-J6VClfQSVgR6958eIDTGjfdCrELy1eT+SHeoSMomnvRQVktZMnEA5edIr5ovRFNw5y+Bk/jyoevPzGYod96mhw==
+ version "1.1.3"
+ resolved "https://registry.yarnpkg.com/@manypkg/get-packages/-/get-packages-1.1.3.tgz#e184db9bba792fa4693de4658cfb1463ac2c9c47"
+ integrity sha512-fo+QhuU3qE/2TQMQmbVMqaQ6EWbMhi4ABWP+O4AM1NqPBuy0OrApV5LO6BrrgnhtAHS2NH6RrVk9OL181tTi8A==
dependencies:
"@babel/runtime" "^7.5.5"
+ "@changesets/types" "^4.0.1"
"@manypkg/find-root" "^1.1.0"
fs-extra "^8.1.0"
globby "^11.0.0"
read-yaml-file "^1.1.0"
-"@mdx-js/loader@^1.6.22":
- version "1.6.22"
- resolved "https://registry.yarnpkg.com/@mdx-js/loader/-/loader-1.6.22.tgz#d9e8fe7f8185ff13c9c8639c048b123e30d322c4"
- integrity sha512-9CjGwy595NaxAYp0hF9B/A0lH6C8Rms97e2JS9d3jVUtILn6pT5i5IV965ra3lIWc7Rs1GG1tBdVF7dCowYe6Q==
- dependencies:
- "@mdx-js/mdx" "1.6.22"
- "@mdx-js/react" "1.6.22"
- loader-utils "2.0.0"
-
-"@mdx-js/mdx@1.6.22", "@mdx-js/mdx@^1.6.22":
+"@mdx-js/mdx@^1.6.22":
version "1.6.22"
resolved "https://registry.yarnpkg.com/@mdx-js/mdx/-/mdx-1.6.22.tgz#8a723157bf90e78f17dc0f27995398e6c731f1ba"
integrity sha512-AMxuLxPz2j5/6TpF/XSdKpQP1NlG0z11dFOlq+2IP/lSgl11GY8ji6S/rgsViN/L0BDvHvUMruRb7ub+24LUYA==
@@ -3916,11 +4207,18 @@
unist-builder "2.0.3"
unist-util-visit "2.0.3"
-"@mdx-js/react@1.6.22", "@mdx-js/react@^1.6.21", "@mdx-js/react@^1.6.22":
+"@mdx-js/react@^1.6.21", "@mdx-js/react@^1.6.22":
version "1.6.22"
resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-1.6.22.tgz#ae09b4744fddc74714ee9f9d6f17a66e77c43573"
integrity sha512-TDoPum4SHdfPiGSAaRBw7ECyI8VaHpK8GJugbJIJuqyh6kzw9ZLJZW3HGL3NNrJGxcAixUvqROm+YuQOo5eXtg==
+"@mdx-js/react@^3.0.0":
+ version "3.0.1"
+ resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-3.0.1.tgz#997a19b3a5b783d936c75ae7c47cfe62f967f746"
+ integrity sha512-9ZrPIU4MGf6et1m1ov3zKf+q9+deetI51zprKB1D/z3NOb+rUxxtEl3mCjW5wTGh6VhRdwPueh1oRzi6ezkA8A==
+ dependencies:
+ "@types/mdx" "^2.0.0"
+
"@mdx-js/util@1.6.22":
version "1.6.22"
resolved "https://registry.yarnpkg.com/@mdx-js/util/-/util-1.6.22.tgz#219dfd89ae5b97a8801f015323ffa4b62f45718b"
@@ -3934,45 +4232,75 @@
call-me-maybe "^1.0.1"
glob-to-regexp "^0.3.0"
-"@nodelib/fs.scandir@2.1.3":
- version "2.1.3"
- resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.3.tgz#3a582bdb53804c6ba6d146579c46e52130cf4a3b"
- integrity sha512-eGmwYQn3gxo4r7jdQnkrrN6bY478C3P+a/y72IJukF8LjB6ZHeB3c+Ehacj3sYeSmUXGlnA67/PmbM9CVwL7Dw==
+"@ndelangen/get-tarball@^3.0.7":
+ version "3.0.9"
+ resolved "https://registry.yarnpkg.com/@ndelangen/get-tarball/-/get-tarball-3.0.9.tgz#727ff4454e65f34707e742a59e5e6b1f525d8964"
+ integrity sha512-9JKTEik4vq+yGosHYhZ1tiH/3WpUS0Nh0kej4Agndhox8pAdWhEx5knFVRcb/ya9knCRCs1rPxNrSXTDdfVqpA==
+ dependencies:
+ gunzip-maybe "^1.4.2"
+ pump "^3.0.0"
+ tar-fs "^2.1.1"
+
+"@nicolo-ribaudo/eslint-scope-5-internals@5.1.1-v1":
+ version "5.1.1-v1"
+ resolved "https://registry.yarnpkg.com/@nicolo-ribaudo/eslint-scope-5-internals/-/eslint-scope-5-internals-5.1.1-v1.tgz#dbf733a965ca47b1973177dc0bb6c889edcfb129"
+ integrity sha512-54/JRvkLIzzDWshCWfuhadfrfZVPiElY8Fcgmg1HroEly/EDSszzhBAsarCux+D/kOslTRquNzuyGSmUSTTHGg==
+ dependencies:
+ eslint-scope "5.1.1"
+
+"@nodelib/fs.scandir@2.1.5":
+ version "2.1.5"
+ resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5"
+ integrity sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==
dependencies:
- "@nodelib/fs.stat" "2.0.3"
+ "@nodelib/fs.stat" "2.0.5"
run-parallel "^1.1.9"
-"@nodelib/fs.stat@2.0.3", "@nodelib/fs.stat@^2.0.2":
- version "2.0.3"
- resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.3.tgz#34dc5f4cabbc720f4e60f75a747e7ecd6c175bd3"
- integrity sha512-bQBFruR2TAwoevBEd/NWMoAAtNGzTRgdrqnYCc7dhzfoNvqPzLyqlEQnzZ3kVnNrSp25iyxE00/3h2fqGAGArA==
+"@nodelib/fs.stat@2.0.5", "@nodelib/fs.stat@^2.0.2":
+ version "2.0.5"
+ resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz#5bd262af94e9d25bd1e71b05deed44876a222e8b"
+ integrity sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==
"@nodelib/fs.stat@^1.1.2":
version "1.1.3"
resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-1.1.3.tgz#2b5a3ab3f918cca48a8c754c08168e3f03eba61b"
integrity sha512-shAmDyaQC4H92APFoIaVDHCx5bStIocgvbwQyxPRrbUY20V1EYTbSDchWbuwlMG3V17cprZhA6+78JfB+3DTPw==
-"@nodelib/fs.walk@^1.2.3":
- version "1.2.4"
- resolved "https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.4.tgz#011b9202a70a6366e436ca5c065844528ab04976"
- integrity sha512-1V9XOY4rDW0rehzbrcqAmHnz8e7SKvX27gh8Gt2WgB0+pdzdiLV83p72kZPU+jvMbS1qU5mauP2iOvO8rhmurQ==
+"@nodelib/fs.walk@^1.2.3", "@nodelib/fs.walk@^1.2.8":
+ version "1.2.8"
+ resolved "https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz#e95737e8bb6746ddedf69c556953494f196fe69a"
+ integrity sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==
dependencies:
- "@nodelib/fs.scandir" "2.1.3"
+ "@nodelib/fs.scandir" "2.1.5"
fastq "^1.6.0"
+"@npmcli/fs@^1.0.0":
+ version "1.1.1"
+ resolved "https://registry.yarnpkg.com/@npmcli/fs/-/fs-1.1.1.tgz#72f719fe935e687c56a4faecf3c03d06ba593257"
+ integrity sha512-8KG5RD0GVP4ydEzRn/I4BNDuxDtqVbOdm8675T49OIG/NGhaK0pjPX7ZcDlvKYbA+ulvVK3ztfcF4uBdOxuJbQ==
+ dependencies:
+ "@gar/promisify" "^1.0.1"
+ semver "^7.3.5"
+
"@npmcli/move-file@^1.0.1":
- version "1.0.1"
- resolved "https://registry.yarnpkg.com/@npmcli/move-file/-/move-file-1.0.1.tgz#de103070dac0f48ce49cf6693c23af59c0f70464"
- integrity sha512-Uv6h1sT+0DrblvIrolFtbvM1FgWm+/sy4B3pvLp67Zys+thcukzS5ekn7HsZFGpWP4Q3fYJCljbWQE/XivMRLw==
+ version "1.1.2"
+ resolved "https://registry.yarnpkg.com/@npmcli/move-file/-/move-file-1.1.2.tgz#1a82c3e372f7cae9253eb66d72543d6b8685c674"
+ integrity sha512-1SUf/Cg2GzGDyaf15aR9St9TWlb+XvbZXWpDx8YKs7MLzMH/BCeopv+y9vzrzgkfykCGuWOlSu3mZhj2+FQcrg==
dependencies:
mkdirp "^1.0.4"
+ rimraf "^3.0.2"
+
+"@one-ini/wasm@0.1.1":
+ version "0.1.1"
+ resolved "https://registry.yarnpkg.com/@one-ini/wasm/-/wasm-0.1.1.tgz#6013659736c9dbfccc96e8a9c2b3de317df39323"
+ integrity sha512-XuySG1E38YScSJoMlqovLru4KTUNSjgVTIjyh7qMX6aNN5HY5Ct5LhRJdxO79JtTzKfzV/bnWpz+zquYrISsvw==
"@pkgjs/parseargs@^0.11.0":
version "0.11.0"
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
-"@pmmmwh/react-refresh-webpack-plugin@0.4.3", "@pmmmwh/react-refresh-webpack-plugin@^0.4.3":
+"@pmmmwh/react-refresh-webpack-plugin@0.4.3":
version "0.4.3"
resolved "https://registry.yarnpkg.com/@pmmmwh/react-refresh-webpack-plugin/-/react-refresh-webpack-plugin-0.4.3.tgz#1eec460596d200c0236bf195b078a5d1df89b766"
integrity sha512-br5Qwvh8D2OQqSXpd1g/xqXKnK0r+Jz6qVKBbWmpUcrbGOxUrf39V5oZ1876084CGn18uMdR5uvPqBv9UqtBjQ==
@@ -3984,25 +4312,43 @@
schema-utils "^2.6.5"
source-map "^0.7.3"
-"@polka/url@^1.0.0-next.20":
- version "1.0.0-next.21"
- resolved "https://registry.yarnpkg.com/@polka/url/-/url-1.0.0-next.21.tgz#5de5a2385a35309427f6011992b544514d559aa1"
- integrity sha512-a5Sab1C4/icpTZVzZc5Ghpz88yQtGOyNqYXcZgOssB2uuAr+wF/MvN6bgtW32q7HHrvBki+BsZ0OuNv6EV3K9g==
+"@pmmmwh/react-refresh-webpack-plugin@^0.5.1", "@pmmmwh/react-refresh-webpack-plugin@^0.5.3":
+ version "0.5.13"
+ resolved "https://registry.yarnpkg.com/@pmmmwh/react-refresh-webpack-plugin/-/react-refresh-webpack-plugin-0.5.13.tgz#02338a92a92f541a5189b97e922caf3215221e49"
+ integrity sha512-odZVYXly+JwzYri9rKqqUAk0cY6zLpv4dxoKinhoJNShV36Gpxf+CyDIILJ4tYsJ1ZxIWs233Y39iVnynvDA/g==
+ dependencies:
+ ansi-html-community "^0.0.8"
+ core-js-pure "^3.23.3"
+ error-stack-parser "^2.0.6"
+ html-entities "^2.1.0"
+ loader-utils "^2.0.4"
+ schema-utils "^3.0.0"
+ source-map "^0.7.3"
+
+"@polka/url@^1.0.0-next.24":
+ version "1.0.0-next.25"
+ resolved "https://registry.yarnpkg.com/@polka/url/-/url-1.0.0-next.25.tgz#f077fdc0b5d0078d30893396ff4827a13f99e817"
+ integrity sha512-j7P6Rgr3mmtdkeDGTe0E/aYyWEWVtc5yFXtHCRHs28/jptDEWfaVOc5T7cblqy1XKPPfCxJc/8DwQ5YgLOZOVQ==
-"@popperjs/core@^2.10.1", "@popperjs/core@^2.5.4", "@popperjs/core@^2.6.0":
- version "2.10.1"
- resolved "https://registry.yarnpkg.com/@popperjs/core/-/core-2.10.1.tgz#728ecd95ab207aab8a9a4e421f0422db329232be"
- integrity sha512-HnUhk1Sy9IuKrxEMdIRCxpIqPw6BFsbYSEUO9p/hNw5sMld/+3OLMWQP80F8/db9qsv3qUjs7ZR5bS/R+iinXw==
+"@popperjs/core@^2.10.1":
+ version "2.11.8"
+ resolved "https://registry.yarnpkg.com/@popperjs/core/-/core-2.11.8.tgz#6b79032e760a0899cd4204710beede972a3a185f"
+ integrity sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==
-"@reach/router@^1.3.4":
- version "1.3.4"
- resolved "https://registry.yarnpkg.com/@reach/router/-/router-1.3.4.tgz#d2574b19370a70c80480ed91f3da840136d10f8c"
- integrity sha512-+mtn9wjlB9NN2CNnnC/BRYtwdKBfSyyasPYraNAyvaV1occr/5NnB4CVzjEZipNHwYebQwcndGUmpFzxAUoqSA==
+"@radix-ui/react-compose-refs@1.0.1":
+ version "1.0.1"
+ resolved "https://registry.yarnpkg.com/@radix-ui/react-compose-refs/-/react-compose-refs-1.0.1.tgz#7ed868b66946aa6030e580b1ffca386dd4d21989"
+ integrity sha512-fDSBgd44FKHa1FRMU59qBMPFcl2PZE+2nmqunj+BWFyYYjnhIDWL2ItDs3rrbJDQOtzt5nIebLCQc4QRfz6LJw==
dependencies:
- create-react-context "0.3.0"
- invariant "^2.2.3"
- prop-types "^15.6.1"
- react-lifecycles-compat "^3.0.4"
+ "@babel/runtime" "^7.13.10"
+
+"@radix-ui/react-slot@^1.0.2":
+ version "1.0.2"
+ resolved "https://registry.yarnpkg.com/@radix-ui/react-slot/-/react-slot-1.0.2.tgz#a9ff4423eade67f501ffb32ec22064bc9d3099ab"
+ integrity sha512-YeTpuq4deV+6DusvVUW4ivBgnkHwECUu0BiN43L5UCDFgdhsRUWAghhTF5MbvNTPzmiFOx90asDSUjWuCNapwg==
+ dependencies:
+ "@babel/runtime" "^7.13.10"
+ "@radix-ui/react-compose-refs" "1.0.1"
"@react-hook/latest@^1.0.2":
version "1.0.3"
@@ -4015,15 +4361,13 @@
integrity sha512-IwEphTD75liO8g+6taS+4oqz+nnroocNfWVHWz7j+N+ZO2vYrc6PV1q7GQhuahL0IOR7JccFTsFKQ/mb6iZWAg==
"@react-hook/resize-observer@^1.2.1":
- version "1.2.4"
- resolved "https://registry.yarnpkg.com/@react-hook/resize-observer/-/resize-observer-1.2.4.tgz#5fb2abe3566c693629f9ad690b979d61004d0df8"
- integrity sha512-ouYbtX9kcwG6a52cl2JiIm2e846bQ00RZ/3ATs7yDke/4Z/SG/+SWU8WTdCcBBS4R25nhBsbAjWdd85kHuhO6g==
+ version "1.2.6"
+ resolved "https://registry.yarnpkg.com/@react-hook/resize-observer/-/resize-observer-1.2.6.tgz#9a8cf4c5abb09becd60d1d65f6bf10eec211e291"
+ integrity sha512-DlBXtLSW0DqYYTW3Ft1/GQFZlTdKY5VAFIC4+km6IK5NiPPDFchGbEJm1j6pSgMqPRHbUQgHJX7RaR76ic1LWA==
dependencies:
"@juggle/resize-observer" "^3.3.1"
"@react-hook/latest" "^1.0.2"
"@react-hook/passive-layout-effect" "^1.2.0"
- "@types/raf-schd" "^4.0.0"
- raf-schd "^4.0.2"
"@react-hook/size@^2.1.2":
version "2.1.2"
@@ -4034,9 +4378,9 @@
"@react-hook/resize-observer" "^1.2.1"
"@rollup/plugin-babel@^5.2.0":
- version "5.3.0"
- resolved "https://registry.yarnpkg.com/@rollup/plugin-babel/-/plugin-babel-5.3.0.tgz#9cb1c5146ddd6a4968ad96f209c50c62f92f9879"
- integrity sha512-9uIC8HZOnVLrLHxayq/PTzw+uS25E14KPUBh5ktF+18Mjo5yK0ToMMx6epY0uEgkjwJw0aBW4x2horYXh8juWw==
+ version "5.3.1"
+ resolved "https://registry.yarnpkg.com/@rollup/plugin-babel/-/plugin-babel-5.3.1.tgz#04bc0608f4aa4b2e4b1aebf284344d0f68fda283"
+ integrity sha512-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q==
dependencies:
"@babel/helper-module-imports" "^7.10.4"
"@rollup/pluginutils" "^3.1.0"
@@ -4081,32 +4425,47 @@
estree-walker "^1.0.1"
picomatch "^2.2.2"
-"@sideway/address@^4.1.3":
- version "4.1.3"
- resolved "https://registry.yarnpkg.com/@sideway/address/-/address-4.1.3.tgz#d93cce5d45c5daec92ad76db492cc2ee3c64ab27"
- integrity sha512-8ncEUtmnTsMmL7z1YPB47kPUq7LpKWJNFPsRzHiIajGC5uXlWGn+AmkYPcHNl8S4tcEGx+cnORnNYaw2wvL+LQ==
+"@rushstack/eslint-patch@^1.1.0":
+ version "1.10.2"
+ resolved "https://registry.yarnpkg.com/@rushstack/eslint-patch/-/eslint-patch-1.10.2.tgz#053f1540703faa81dea2966b768ee5581c66aeda"
+ integrity sha512-hw437iINopmQuxWPSUEvqE56NCPsiU8N4AYtfHmJFckclktzK9YQJieD3XkDCDH4OjL+C7zgPUh73R/nrcHrqw==
+
+"@sideway/address@^4.1.5":
+ version "4.1.5"
+ resolved "https://registry.yarnpkg.com/@sideway/address/-/address-4.1.5.tgz#4bc149a0076623ced99ca8208ba780d65a99b9d5"
+ integrity sha512-IqO/DUQHUkPeixNQ8n0JA6102hT9CmaljNTPmQ1u8MEhBo/R4Q8eKLN/vGZxuebwOroDB4cbpjheD4+/sKFK4Q==
dependencies:
"@hapi/hoek" "^9.0.0"
-"@sideway/formula@^3.0.0":
- version "3.0.0"
- resolved "https://registry.yarnpkg.com/@sideway/formula/-/formula-3.0.0.tgz#fe158aee32e6bd5de85044be615bc08478a0a13c"
- integrity sha512-vHe7wZ4NOXVfkoRb8T5otiENVlT7a3IAiw7H5M2+GO+9CDgcVUUsX1zalAztCmwyOr2RUTGJdgB+ZvSVqmdHmg==
+"@sideway/formula@^3.0.1":
+ version "3.0.1"
+ resolved "https://registry.yarnpkg.com/@sideway/formula/-/formula-3.0.1.tgz#80fcbcbaf7ce031e0ef2dd29b1bfc7c3f583611f"
+ integrity sha512-/poHZJJVjx3L+zVD6g9KgHfYnb443oi7wLu/XKojDviHy6HOEOA6z1Trk5aR1dGcmPenJEgb2sK2I80LeS3MIg==
"@sideway/pinpoint@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@sideway/pinpoint/-/pinpoint-2.0.0.tgz#cff8ffadc372ad29fd3f78277aeb29e632cc70df"
integrity sha512-RNiOoTPkptFtSVzQevY/yWtZwf/RxyVnPy/OcA9HBM3MlGDnBEYL5B41H0MTn0Uec8Hi+2qUtTfG2WWZBmMejQ==
+"@sinclair/typebox@^0.24.1":
+ version "0.24.51"
+ resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.24.51.tgz#645f33fe4e02defe26f2f5c0410e1c094eac7f5f"
+ integrity sha512-1P1OROm/rdubP5aFDSZQILU0vrLCJ4fvHt6EoqHEM+2D/G5MK3bIaymUKLit8Js9gbns5UyJnkP/TZROLw4tUA==
+
+"@sinclair/typebox@^0.27.8":
+ version "0.27.8"
+ resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.27.8.tgz#6667fac16c436b5434a387a34dedb013198f6e6e"
+ integrity sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==
+
"@sindresorhus/is@^0.14.0":
version "0.14.0"
resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-0.14.0.tgz#9fb3a3cf3132328151f353de4632e01e52102bea"
integrity sha512-9NET910DNaIPngYnLLPeg+Ogzqsi9uM4mSboU5y6p8S5DzMTVEsJZrawi+BoDNUVBa2DhJqQYUFvMDfgU062LQ==
"@sinonjs/commons@^1.7.0":
- version "1.8.1"
- resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-1.8.1.tgz#e7df00f98a203324f6dc7cc606cad9d4a8ab2217"
- integrity sha512-892K+kWUUi3cl+LlqEWIDrhvLgdL79tECi8JZUyq6IviKy/DNhuzCRlbHUjxK89f4ypPMMaFnFuR9Ie6DoIMsw==
+ version "1.8.6"
+ resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-1.8.6.tgz#80c516a4dc264c2a69115e7578d62581ff455ed9"
+ integrity sha512-Ky+XkAkqPZSm3NLBeUng77EBQl3cmeJhITaGHdYH8kjVB+aun3S4XBRti2zt17mtt0mIUDiNxYeoJm6drVvBJQ==
dependencies:
type-detect "4.0.8"
@@ -4117,809 +4476,804 @@
dependencies:
"@sinonjs/commons" "^1.7.0"
-"@sinonjs/fake-timers@^7.0.2":
- version "7.1.2"
- resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-7.1.2.tgz#2524eae70c4910edccf99b2f4e6efc5894aff7b5"
- integrity sha512-iQADsW4LBMISqZ6Ci1dupJL9pprqwcVFTcOsEmQOEhW+KLCVn/Y4Jrvg2k19fIHCp+iFprriYPTdRcQR8NbUPg==
+"@sinonjs/fake-timers@^8.0.1":
+ version "8.1.0"
+ resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-8.1.0.tgz#3fdc2b6cb58935b21bfb8d1625eb1300484316e7"
+ integrity sha512-OAPJUAtgeINhh/TAlUID4QTs53Njm7xzddaVlEs/SXwgtiD1tW22zAB/W1wdqfrpmikgaWQ9Fw6Ws+hsiRm5Vg==
dependencies:
"@sinonjs/commons" "^1.7.0"
-"@slorber/static-site-generator-webpack-plugin@^4.0.1":
- version "4.0.1"
- resolved "https://registry.yarnpkg.com/@slorber/static-site-generator-webpack-plugin/-/static-site-generator-webpack-plugin-4.0.1.tgz#0c8852146441aaa683693deaa5aee2f991d94841"
- integrity sha512-PSv4RIVO1Y3kvHxjvqeVisk3E9XFoO04uwYBDWe217MFqKspplYswTuKLiJu0aLORQWzuQjfVsSlLPojwfYsLw==
+"@slorber/static-site-generator-webpack-plugin@^4.0.7":
+ version "4.0.7"
+ resolved "https://registry.yarnpkg.com/@slorber/static-site-generator-webpack-plugin/-/static-site-generator-webpack-plugin-4.0.7.tgz#fc1678bddefab014e2145cbe25b3ce4e1cfc36f3"
+ integrity sha512-Ug7x6z5lwrz0WqdnNFOMYrDQNTPAprvHLSh6+/fmml3qUiz6l5eq+2MzLKWtn/q5K5NpSiFsZTP/fck/3vjSxA==
dependencies:
- bluebird "^3.7.1"
- cheerio "^0.22.0"
- eval "^0.1.4"
- url "^0.11.0"
- webpack-sources "^1.4.3"
+ eval "^0.1.8"
+ p-map "^4.0.0"
+ webpack-sources "^3.2.2"
-"@storybook/addon-a11y@^6.3.7":
- version "6.3.7"
- resolved "https://registry.yarnpkg.com/@storybook/addon-a11y/-/addon-a11y-6.3.7.tgz#a802455f2d932eda07314e3d44a96c94bbd22b3d"
- integrity sha512-Z5Lhxm8r5CkPW9FYf6zmAk9c7IhUeUQZxKZeEWGZdOvcjQ32rtg4IYvO2SHgWNrEKBdxxFm3pMiyK3wylQLfsQ==
- dependencies:
- "@storybook/addons" "6.3.7"
- "@storybook/api" "6.3.7"
- "@storybook/channels" "6.3.7"
- "@storybook/client-api" "6.3.7"
- "@storybook/client-logger" "6.3.7"
- "@storybook/components" "6.3.7"
- "@storybook/core-events" "6.3.7"
- "@storybook/theming" "6.3.7"
+"@storybook/addon-a11y@^8.0.6":
+ version "8.0.9"
+ resolved "https://registry.yarnpkg.com/@storybook/addon-a11y/-/addon-a11y-8.0.9.tgz#88a3207e13d06d27c60a5fd8d1952ce6b2dd58b2"
+ integrity sha512-HgIlhOI3yBS3ztnuqOquGztnju7LE+BgCMYbDQEZjQkddiQPtjwLC6h0/LkvHL5993avbq1vYEWfUGHLtGzYfQ==
+ dependencies:
+ "@storybook/addon-highlight" "8.0.9"
axe-core "^4.2.0"
- core-js "^3.8.2"
- global "^4.4.0"
- lodash "^4.17.20"
- react-sizeme "^3.0.1"
- regenerator-runtime "^0.13.7"
- ts-dedent "^2.0.0"
- util-deprecate "^1.0.2"
-"@storybook/addon-actions@6.3.7":
- version "6.3.7"
- resolved "https://registry.yarnpkg.com/@storybook/addon-actions/-/addon-actions-6.3.7.tgz#b25434972bef351aceb3f7ec6fd66e210f256aac"
- integrity sha512-CEAmztbVt47Gw1o6Iw0VP20tuvISCEKk9CS/rCjHtb4ubby6+j/bkp3pkEUQIbyLdHiLWFMz0ZJdyA/U6T6jCw==
- dependencies:
- "@storybook/addons" "6.3.7"
- "@storybook/api" "6.3.7"
- "@storybook/client-api" "6.3.7"
- "@storybook/components" "6.3.7"
- "@storybook/core-events" "6.3.7"
- "@storybook/theming" "6.3.7"
- core-js "^3.8.2"
- fast-deep-equal "^3.1.3"
- global "^4.4.0"
- lodash "^4.17.20"
- polished "^4.0.5"
- prop-types "^15.7.2"
- react-inspector "^5.1.0"
- regenerator-runtime "^0.13.7"
- ts-dedent "^2.0.0"
- util-deprecate "^1.0.2"
- uuid-browser "^3.1.0"
-
-"@storybook/addon-backgrounds@6.3.7":
- version "6.3.7"
- resolved "https://registry.yarnpkg.com/@storybook/addon-backgrounds/-/addon-backgrounds-6.3.7.tgz#b8ed464cf1000f77678570912640972c74129a2e"
- integrity sha512-NH95pDNILgCXeegbckG+P3zxT5SPmgkAq29P+e3gX7YBOTc6885YCFMJLFpuDMwW4lA0ovXosp4PaUHLsBnLDg==
- dependencies:
- "@storybook/addons" "6.3.7"
- "@storybook/api" "6.3.7"
- "@storybook/client-logger" "6.3.7"
- "@storybook/components" "6.3.7"
- "@storybook/core-events" "6.3.7"
- "@storybook/theming" "6.3.7"
- core-js "^3.8.2"
- global "^4.4.0"
+"@storybook/addon-actions@8.0.9":
+ version "8.0.9"
+ resolved "https://registry.yarnpkg.com/@storybook/addon-actions/-/addon-actions-8.0.9.tgz#b7a19abb0ee8fd73df1498def7f1ff307d16cb25"
+ integrity sha512-+I3VTvlKdj8puHeS2tyaOVv9syDiNLneVZbTfqN+UDOK2i42NwvZr8PVwjTzMlEj9eePJdCZgiipz55xwts5bw==
+ dependencies:
+ "@storybook/core-events" "8.0.9"
+ "@storybook/global" "^5.0.0"
+ "@types/uuid" "^9.0.1"
+ dequal "^2.0.2"
+ polished "^4.2.2"
+ uuid "^9.0.0"
+
+"@storybook/addon-backgrounds@8.0.9":
+ version "8.0.9"
+ resolved "https://registry.yarnpkg.com/@storybook/addon-backgrounds/-/addon-backgrounds-8.0.9.tgz#c08bd534f8c7c9f07b687624376e328696fdadc8"
+ integrity sha512-pCDecACrVyxPaJKEWS0sHsRb8xw+IPCSxDM1TkjaAQ6zZ468A/dcUnqW+LVK8bSXgQwWzn23wqnqPFSy5yptuQ==
+ dependencies:
+ "@storybook/global" "^5.0.0"
memoizerific "^1.11.3"
- regenerator-runtime "^0.13.7"
ts-dedent "^2.0.0"
- util-deprecate "^1.0.2"
-"@storybook/addon-console@^1.2.3":
- version "1.2.3"
- resolved "https://registry.yarnpkg.com/@storybook/addon-console/-/addon-console-1.2.3.tgz#f6c88a8f54fe00c8de9b77720eaef2bc1daa3af1"
- integrity sha512-w5uCUwECA28fdZWoa+A4e/RS9XzBStdd3TwwmpSM5m4fjURJI7Qr+uVq30UeRdgZRH1K7CdWzYUE6RxWXMdVyw==
- dependencies:
- global "^4.3.2"
-
-"@storybook/addon-controls@6.3.7":
- version "6.3.7"
- resolved "https://registry.yarnpkg.com/@storybook/addon-controls/-/addon-controls-6.3.7.tgz#ac8fa5ec055f09fd5187998358b5188fed54a528"
- integrity sha512-VHOv5XZ0MQ45k6X7AUrMIxGkm7sgIiPwsvajnoeMe7UwS3ngbTb0Q0raLqI/L5jLM/jyQwfpUO9isA6cztGTEQ==
- dependencies:
- "@storybook/addons" "6.3.7"
- "@storybook/api" "6.3.7"
- "@storybook/client-api" "6.3.7"
- "@storybook/components" "6.3.7"
- "@storybook/node-logger" "6.3.7"
- "@storybook/theming" "6.3.7"
- core-js "^3.8.2"
+"@storybook/addon-console@^3.0.0":
+ version "3.0.0"
+ resolved "https://registry.yarnpkg.com/@storybook/addon-console/-/addon-console-3.0.0.tgz#2d806da1eabd9adc7cbec71eb052fb6379fd5800"
+ integrity sha512-2pD2c9KNWuPIWlprqmWoZYrNQnG2qoDg7fAAXXNK6YDc5x/ZpK0cfOyfz/Gpdeje4QUmttZKAVjH0nOZDuxfvw==
+ dependencies:
+ "@storybook/global" "^5.0.0"
+
+"@storybook/addon-controls@8.0.9":
+ version "8.0.9"
+ resolved "https://registry.yarnpkg.com/@storybook/addon-controls/-/addon-controls-8.0.9.tgz#cc1f8ffde58fdaf9ea2ef7ebf9261c3519f42a39"
+ integrity sha512-wWdmd62UP/sfPm8M7aJjEA+kEXTUIR/QsYi9PoYBhBZcXiikZ4kNan7oD7GfsnzGGKHrBVfwQhO+TqaENGYytA==
+ dependencies:
+ "@storybook/blocks" "8.0.9"
+ lodash "^4.17.21"
ts-dedent "^2.0.0"
-"@storybook/addon-docs@6.3.7":
- version "6.3.7"
- resolved "https://registry.yarnpkg.com/@storybook/addon-docs/-/addon-docs-6.3.7.tgz#a7b8ff2c0baf85fc9cc1b3d71f481ec40499f3cc"
- integrity sha512-cyuyoLuB5ELhbrXgnZneDCHqNq1wSdWZ4dzdHy1E5WwLPEhLlD6INfEsm8gnDIb4IncYuzMhK3XYBDd7d3ijOg==
+"@storybook/addon-docs@8.0.9":
+ version "8.0.9"
+ resolved "https://registry.yarnpkg.com/@storybook/addon-docs/-/addon-docs-8.0.9.tgz#3ad1a18d7be8bb2eea4a018208d67d2959ba68c2"
+ integrity sha512-x7hX7UuzJtClu6XwU3SfpyFhuckVcgqgD6BU6Ihxl0zs+i4xp6iKVXYSnHFMRM1sgoeT8TjPxab35Ke8w8BVRw==
dependencies:
- "@babel/core" "^7.12.10"
- "@babel/generator" "^7.12.11"
- "@babel/parser" "^7.12.11"
- "@babel/plugin-transform-react-jsx" "^7.12.12"
- "@babel/preset-env" "^7.12.11"
- "@jest/transform" "^26.6.2"
- "@mdx-js/loader" "^1.6.22"
- "@mdx-js/mdx" "^1.6.22"
- "@mdx-js/react" "^1.6.22"
- "@storybook/addons" "6.3.7"
- "@storybook/api" "6.3.7"
- "@storybook/builder-webpack4" "6.3.7"
- "@storybook/client-api" "6.3.7"
- "@storybook/client-logger" "6.3.7"
- "@storybook/components" "6.3.7"
- "@storybook/core" "6.3.7"
- "@storybook/core-events" "6.3.7"
- "@storybook/csf" "0.0.1"
- "@storybook/csf-tools" "6.3.7"
- "@storybook/node-logger" "6.3.7"
- "@storybook/postinstall" "6.3.7"
- "@storybook/source-loader" "6.3.7"
- "@storybook/theming" "6.3.7"
- acorn "^7.4.1"
- acorn-jsx "^5.3.1"
- acorn-walk "^7.2.0"
- core-js "^3.8.2"
- doctrine "^3.0.0"
- escodegen "^2.0.0"
- fast-deep-equal "^3.1.3"
- global "^4.4.0"
- html-tags "^3.1.0"
- js-string-escape "^1.0.1"
- loader-utils "^2.0.0"
- lodash "^4.17.20"
- p-limit "^3.1.0"
- prettier "~2.2.1"
- prop-types "^15.7.2"
- react-element-to-jsx-string "^14.3.2"
- regenerator-runtime "^0.13.7"
- remark-external-links "^8.0.0"
- remark-slug "^6.0.0"
+ "@babel/core" "^7.12.3"
+ "@mdx-js/react" "^3.0.0"
+ "@storybook/blocks" "8.0.9"
+ "@storybook/client-logger" "8.0.9"
+ "@storybook/components" "8.0.9"
+ "@storybook/csf-plugin" "8.0.9"
+ "@storybook/csf-tools" "8.0.9"
+ "@storybook/global" "^5.0.0"
+ "@storybook/node-logger" "8.0.9"
+ "@storybook/preview-api" "8.0.9"
+ "@storybook/react-dom-shim" "8.0.9"
+ "@storybook/theming" "8.0.9"
+ "@storybook/types" "8.0.9"
+ "@types/react" "^16.8.0 || ^17.0.0 || ^18.0.0"
+ fs-extra "^11.1.0"
+ react "^16.8.0 || ^17.0.0 || ^18.0.0"
+ react-dom "^16.8.0 || ^17.0.0 || ^18.0.0"
+ rehype-external-links "^3.0.0"
+ rehype-slug "^6.0.0"
ts-dedent "^2.0.0"
- util-deprecate "^1.0.2"
-"@storybook/addon-essentials@^6.3.7":
- version "6.3.7"
- resolved "https://registry.yarnpkg.com/@storybook/addon-essentials/-/addon-essentials-6.3.7.tgz#5af605ab705e938c5b25a7e19daa26e5924fd4e4"
- integrity sha512-ZWAW3qMFrrpfSekmCZibp/ivnohFLJdJweiIA0CLnuCNuuK9kQdpFahWdvyBy5NlCj3UJwB7epTZYZyHqYW7UQ==
- dependencies:
- "@storybook/addon-actions" "6.3.7"
- "@storybook/addon-backgrounds" "6.3.7"
- "@storybook/addon-controls" "6.3.7"
- "@storybook/addon-docs" "6.3.7"
- "@storybook/addon-measure" "^2.0.0"
- "@storybook/addon-toolbars" "6.3.7"
- "@storybook/addon-viewport" "6.3.7"
- "@storybook/addons" "6.3.7"
- "@storybook/api" "6.3.7"
- "@storybook/node-logger" "6.3.7"
- core-js "^3.8.2"
- regenerator-runtime "^0.13.7"
- storybook-addon-outline "^1.4.1"
+"@storybook/addon-essentials@^8.0.6":
+ version "8.0.9"
+ resolved "https://registry.yarnpkg.com/@storybook/addon-essentials/-/addon-essentials-8.0.9.tgz#579942c264b1ce17c02a9588e99fbb5cb97e2083"
+ integrity sha512-mwAgdfrOsTuTDcagvM7veBh+iayZIWmKOazzkhrIWbhYcrXOsweigD2UOVeHgAiAzJK49znr4FXTCKcE1hOWcw==
+ dependencies:
+ "@storybook/addon-actions" "8.0.9"
+ "@storybook/addon-backgrounds" "8.0.9"
+ "@storybook/addon-controls" "8.0.9"
+ "@storybook/addon-docs" "8.0.9"
+ "@storybook/addon-highlight" "8.0.9"
+ "@storybook/addon-measure" "8.0.9"
+ "@storybook/addon-outline" "8.0.9"
+ "@storybook/addon-toolbars" "8.0.9"
+ "@storybook/addon-viewport" "8.0.9"
+ "@storybook/core-common" "8.0.9"
+ "@storybook/manager-api" "8.0.9"
+ "@storybook/node-logger" "8.0.9"
+ "@storybook/preview-api" "8.0.9"
ts-dedent "^2.0.0"
-"@storybook/addon-measure@^2.0.0":
- version "2.0.0"
- resolved "https://registry.yarnpkg.com/@storybook/addon-measure/-/addon-measure-2.0.0.tgz#c40bbe91bacd3f795963dc1ee6ff86be87deeda9"
- integrity sha512-ZhdT++cX+L9LwjhGYggvYUUVQH/MGn2rwbrAwCMzA/f2QTFvkjxzX8nDgMxIhaLCDC+gHIxfJG2wrWN0jkBr3g==
-
-"@storybook/addon-storysource@^6.3.7":
- version "6.3.7"
- resolved "https://registry.yarnpkg.com/@storybook/addon-storysource/-/addon-storysource-6.3.7.tgz#7818f2402e19453747274d2c1e8e0a99f24fc2ab"
- integrity sha512-cb1F47aD/c5TQDMmYwuKz608YeLWYSYQXGtCdijzjznYVSMJ4eAFnd38AiF2Ax1EM79BEMqzqH1SrveibAaQlA==
- dependencies:
- "@storybook/addons" "6.3.7"
- "@storybook/api" "6.3.7"
- "@storybook/client-logger" "6.3.7"
- "@storybook/components" "6.3.7"
- "@storybook/router" "6.3.7"
- "@storybook/source-loader" "6.3.7"
- "@storybook/theming" "6.3.7"
- core-js "^3.8.2"
- estraverse "^5.2.0"
- loader-utils "^2.0.0"
- prettier "~2.2.1"
- prop-types "^15.7.2"
- react-syntax-highlighter "^13.5.3"
- regenerator-runtime "^0.13.7"
-
-"@storybook/addon-toolbars@6.3.7":
- version "6.3.7"
- resolved "https://registry.yarnpkg.com/@storybook/addon-toolbars/-/addon-toolbars-6.3.7.tgz#acd0c9eea7fad056d995a821e34abddd5b065b9b"
- integrity sha512-UTIurbl2WXj/jSOj7ndqQ/WtG7kSpGp62T7gwEZTZ+h/3sJn+bixofBD/7+sXa4hWW07YgTXV547DMhzp5bygg==
- dependencies:
- "@storybook/addons" "6.3.7"
- "@storybook/api" "6.3.7"
- "@storybook/client-api" "6.3.7"
- "@storybook/components" "6.3.7"
- "@storybook/theming" "6.3.7"
- core-js "^3.8.2"
- regenerator-runtime "^0.13.7"
-
-"@storybook/addon-viewport@6.3.7":
- version "6.3.7"
- resolved "https://registry.yarnpkg.com/@storybook/addon-viewport/-/addon-viewport-6.3.7.tgz#4dc5007e6c8e4d095814c34234429fe889e4014d"
- integrity sha512-Hdv2QoVVfe/YuMVQKVVnfCCuEoTqTa8Ck7AOKz31VSAliBFhXewP51oKhw9F6mTyvCozMHX6EBtBzN06KyrPyw==
- dependencies:
- "@storybook/addons" "6.3.7"
- "@storybook/api" "6.3.7"
- "@storybook/client-logger" "6.3.7"
- "@storybook/components" "6.3.7"
- "@storybook/core-events" "6.3.7"
- "@storybook/theming" "6.3.7"
- core-js "^3.8.2"
- global "^4.4.0"
- memoizerific "^1.11.3"
- prop-types "^15.7.2"
- regenerator-runtime "^0.13.7"
-
-"@storybook/addons@6.3.7", "@storybook/addons@^6.3.0", "@storybook/addons@^6.3.7":
- version "6.3.7"
- resolved "https://registry.yarnpkg.com/@storybook/addons/-/addons-6.3.7.tgz#7c6b8d11b65f67b1884f6140437fe996dc39537a"
- integrity sha512-9stVjTcc52bqqh7YQex/LpSjJ4e2Czm4/ZYDjIiNy0p4OZEx+yLhL5mZzMWh2NQd6vv+pHASBSxf2IeaR5511A==
- dependencies:
- "@storybook/api" "6.3.7"
- "@storybook/channels" "6.3.7"
- "@storybook/client-logger" "6.3.7"
- "@storybook/core-events" "6.3.7"
- "@storybook/router" "6.3.7"
- "@storybook/theming" "6.3.7"
- core-js "^3.8.2"
- global "^4.4.0"
- regenerator-runtime "^0.13.7"
+"@storybook/addon-highlight@8.0.9":
+ version "8.0.9"
+ resolved "https://registry.yarnpkg.com/@storybook/addon-highlight/-/addon-highlight-8.0.9.tgz#da4c0bfb347aea10234f5f6007252f9343f5f384"
+ integrity sha512-vaRHGDbx7dpNpQECAHk5wczlZO3ntstprGlqnZt0o7ylz6xB5+pTQwTuIFty0hwKv+3TPcskzzifATUyEOEmyg==
+ dependencies:
+ "@storybook/global" "^5.0.0"
-"@storybook/api@6.3.7", "@storybook/api@^6.3.0":
- version "6.3.7"
- resolved "https://registry.yarnpkg.com/@storybook/api/-/api-6.3.7.tgz#88b8a51422cd0739c91bde0b1d65fb6d8a8485d0"
- integrity sha512-57al8mxmE9agXZGo8syRQ8UhvGnDC9zkuwkBPXchESYYVkm3Mc54RTvdAOYDiy85VS4JxiGOywHayCaRwgUddQ==
- dependencies:
- "@reach/router" "^1.3.4"
- "@storybook/channels" "6.3.7"
- "@storybook/client-logger" "6.3.7"
- "@storybook/core-events" "6.3.7"
- "@storybook/csf" "0.0.1"
- "@storybook/router" "6.3.7"
- "@storybook/semver" "^7.3.2"
- "@storybook/theming" "6.3.7"
- "@types/reach__router" "^1.3.7"
- core-js "^3.8.2"
- fast-deep-equal "^3.1.3"
- global "^4.4.0"
- lodash "^4.17.20"
- memoizerific "^1.11.3"
- qs "^6.10.0"
- regenerator-runtime "^0.13.7"
- store2 "^2.12.0"
- telejson "^5.3.2"
- ts-dedent "^2.0.0"
- util-deprecate "^1.0.2"
+"@storybook/addon-measure@8.0.9":
+ version "8.0.9"
+ resolved "https://registry.yarnpkg.com/@storybook/addon-measure/-/addon-measure-8.0.9.tgz#4116b96521f74a06da0b5383cce214cc20bd7c8b"
+ integrity sha512-91svOOGEXmGG4USglwXLE3wtlUVgtbKJVxTKX7xRI+AC5JEEaKByVzP17/X8Qn/8HilUL7AfSQ0kCoqtPSJ5cA==
+ dependencies:
+ "@storybook/global" "^5.0.0"
+ tiny-invariant "^1.3.1"
-"@storybook/builder-webpack4@6.3.7":
- version "6.3.7"
- resolved "https://registry.yarnpkg.com/@storybook/builder-webpack4/-/builder-webpack4-6.3.7.tgz#1cc1a1184043be3f6ef840d0b43ba91a803105e2"
- integrity sha512-M5envblMzAUrNqP1+ouKiL8iSIW/90+kBRU2QeWlZoZl1ib+fiFoKk06cgbaC70Bx1lU8nOnI/VBvB5pLhXLaw==
- dependencies:
- "@babel/core" "^7.12.10"
- "@babel/plugin-proposal-class-properties" "^7.12.1"
- "@babel/plugin-proposal-decorators" "^7.12.12"
- "@babel/plugin-proposal-export-default-from" "^7.12.1"
- "@babel/plugin-proposal-nullish-coalescing-operator" "^7.12.1"
- "@babel/plugin-proposal-object-rest-spread" "^7.12.1"
- "@babel/plugin-proposal-optional-chaining" "^7.12.7"
- "@babel/plugin-proposal-private-methods" "^7.12.1"
- "@babel/plugin-syntax-dynamic-import" "^7.8.3"
- "@babel/plugin-transform-arrow-functions" "^7.12.1"
- "@babel/plugin-transform-block-scoping" "^7.12.12"
- "@babel/plugin-transform-classes" "^7.12.1"
- "@babel/plugin-transform-destructuring" "^7.12.1"
- "@babel/plugin-transform-for-of" "^7.12.1"
- "@babel/plugin-transform-parameters" "^7.12.1"
- "@babel/plugin-transform-shorthand-properties" "^7.12.1"
- "@babel/plugin-transform-spread" "^7.12.1"
- "@babel/plugin-transform-template-literals" "^7.12.1"
- "@babel/preset-env" "^7.12.11"
- "@babel/preset-react" "^7.12.10"
- "@babel/preset-typescript" "^7.12.7"
- "@storybook/addons" "6.3.7"
- "@storybook/api" "6.3.7"
- "@storybook/channel-postmessage" "6.3.7"
- "@storybook/channels" "6.3.7"
- "@storybook/client-api" "6.3.7"
- "@storybook/client-logger" "6.3.7"
- "@storybook/components" "6.3.7"
- "@storybook/core-common" "6.3.7"
- "@storybook/core-events" "6.3.7"
- "@storybook/node-logger" "6.3.7"
- "@storybook/router" "6.3.7"
- "@storybook/semver" "^7.3.2"
- "@storybook/theming" "6.3.7"
- "@storybook/ui" "6.3.7"
- "@types/node" "^14.0.10"
- "@types/webpack" "^4.41.26"
- autoprefixer "^9.8.6"
- babel-loader "^8.2.2"
- babel-plugin-macros "^2.8.0"
- babel-plugin-polyfill-corejs3 "^0.1.0"
- case-sensitive-paths-webpack-plugin "^2.3.0"
- core-js "^3.8.2"
- css-loader "^3.6.0"
- dotenv-webpack "^1.8.0"
- file-loader "^6.2.0"
- find-up "^5.0.0"
- fork-ts-checker-webpack-plugin "^4.1.6"
- fs-extra "^9.0.1"
- glob "^7.1.6"
- glob-promise "^3.4.0"
- global "^4.4.0"
- html-webpack-plugin "^4.0.0"
- pnp-webpack-plugin "1.6.4"
- postcss "^7.0.36"
- postcss-flexbugs-fixes "^4.2.1"
- postcss-loader "^4.2.0"
- raw-loader "^4.0.2"
- react-dev-utils "^11.0.3"
- stable "^0.1.8"
- style-loader "^1.3.0"
- terser-webpack-plugin "^4.2.3"
+"@storybook/addon-outline@8.0.9":
+ version "8.0.9"
+ resolved "https://registry.yarnpkg.com/@storybook/addon-outline/-/addon-outline-8.0.9.tgz#497c70332bbca5f35777f4c60afc29e505e3588e"
+ integrity sha512-fQ+jm356TgUnz81IxsC99/aOesbLw3N5OQRJpo/A6kqbLMzlq3ybVzuXYCKC3f0ArgQRNh4NoMeJBMRFMtaWRw==
+ dependencies:
+ "@storybook/global" "^5.0.0"
ts-dedent "^2.0.0"
- url-loader "^4.1.1"
- util-deprecate "^1.0.2"
- webpack "4"
- webpack-dev-middleware "^3.7.3"
- webpack-filter-warnings-plugin "^1.2.1"
- webpack-hot-middleware "^2.25.0"
- webpack-virtual-modules "^0.2.2"
-
-"@storybook/channel-postmessage@6.3.7":
- version "6.3.7"
- resolved "https://registry.yarnpkg.com/@storybook/channel-postmessage/-/channel-postmessage-6.3.7.tgz#bd4edf84a29aa2cd4a22d26115c60194d289a840"
- integrity sha512-Cmw8HRkeSF1yUFLfEIUIkUICyCXX8x5Ol/5QPbiW9HPE2hbZtYROCcg4bmWqdq59N0Tp9FQNSn+9ZygPgqQtNw==
- dependencies:
- "@storybook/channels" "6.3.7"
- "@storybook/client-logger" "6.3.7"
- "@storybook/core-events" "6.3.7"
- core-js "^3.8.2"
- global "^4.4.0"
- qs "^6.10.0"
- telejson "^5.3.2"
-"@storybook/channels@6.3.7", "@storybook/channels@^6.3.7":
- version "6.3.7"
- resolved "https://registry.yarnpkg.com/@storybook/channels/-/channels-6.3.7.tgz#85ed5925522b802d959810f78d37aacde7fea66e"
- integrity sha512-aErXO+SRO8MPp2wOkT2n9d0fby+8yM35tq1tI633B4eQsM74EykbXPv7EamrYPqp1AI4BdiloyEpr0hmr2zlvg==
+"@storybook/addon-storysource@^8.0.6":
+ version "8.0.9"
+ resolved "https://registry.yarnpkg.com/@storybook/addon-storysource/-/addon-storysource-8.0.9.tgz#99a0531c2685a4b3696ffc9995e9ea161844c425"
+ integrity sha512-5m3K2Rs4fQtKtqwrq4CDS1jK2wzWOlnxhE2ArX5XTWytb1am65CEPxfYTEQkvZH9oPGwX3cXytPCziynqysFMQ==
dependencies:
- core-js "^3.8.2"
- ts-dedent "^2.0.0"
- util-deprecate "^1.0.2"
+ "@storybook/source-loader" "8.0.9"
+ estraverse "^5.2.0"
+ tiny-invariant "^1.3.1"
-"@storybook/client-api@6.3.7":
- version "6.3.7"
- resolved "https://registry.yarnpkg.com/@storybook/client-api/-/client-api-6.3.7.tgz#cb1dca05467d777bd09aadbbdd1dd22ca537ce14"
- integrity sha512-8wOH19cMIwIIYhZy5O5Wl8JT1QOL5kNuamp9GPmg5ff4DtnG+/uUslskRvsnKyjPvl+WbIlZtBVWBiawVdd/yQ==
- dependencies:
- "@storybook/addons" "6.3.7"
- "@storybook/channel-postmessage" "6.3.7"
- "@storybook/channels" "6.3.7"
- "@storybook/client-logger" "6.3.7"
- "@storybook/core-events" "6.3.7"
- "@storybook/csf" "0.0.1"
- "@types/qs" "^6.9.5"
- "@types/webpack-env" "^1.16.0"
- core-js "^3.8.2"
- global "^4.4.0"
- lodash "^4.17.20"
+"@storybook/addon-toolbars@8.0.9":
+ version "8.0.9"
+ resolved "https://registry.yarnpkg.com/@storybook/addon-toolbars/-/addon-toolbars-8.0.9.tgz#6601732c6b4cc262bab13a1e50f9b11063d5cc74"
+ integrity sha512-nNSBnnBOhQ+EJwkrIkK4ZBYPcozNmEH770CZ/6NK85SUJ6WEBZapE6ru33jIUokFGEvlOlNCeai0GUc++cQP8w==
+
+"@storybook/addon-viewport@8.0.9":
+ version "8.0.9"
+ resolved "https://registry.yarnpkg.com/@storybook/addon-viewport/-/addon-viewport-8.0.9.tgz#819496abdcc4aa9ae2fe8d4665a96e57ecebece3"
+ integrity sha512-Ao4+D56cO7biaw+iTlMU1FBec1idX0cmdosDeCFZin06MSawcPkeBlRBeruaSQYdLes8TBMdZPFgfuqI5yIk6g==
+ dependencies:
memoizerific "^1.11.3"
- qs "^6.10.0"
- regenerator-runtime "^0.13.7"
- stable "^0.1.8"
- store2 "^2.12.0"
- ts-dedent "^2.0.0"
- util-deprecate "^1.0.2"
-"@storybook/client-logger@6.3.7":
- version "6.3.7"
- resolved "https://registry.yarnpkg.com/@storybook/client-logger/-/client-logger-6.3.7.tgz#ff17b7494e7e9e23089b0d5c5364c371c726bdd1"
- integrity sha512-BQRErHE3nIEuUJN/3S3dO1LzxAknOgrFeZLd4UVcH/fvjtS1F4EkhcbH+jNyUWvcWGv66PZYN0oFPEn/g3Savg==
- dependencies:
- core-js "^3.8.2"
- global "^4.4.0"
-
-"@storybook/components@6.3.7", "@storybook/components@^6.3.0", "@storybook/components@^6.3.7":
- version "6.3.7"
- resolved "https://registry.yarnpkg.com/@storybook/components/-/components-6.3.7.tgz#42b1ca6d24e388e02eab82aa9ed3365db2266ecc"
- integrity sha512-O7LIg9Z18G0AJqXX7Shcj0uHqwXlSA5UkHgaz9A7mqqqJNl6m6FwwTWcxR1acUfYVNkO+czgpqZHNrOF6rky1A==
- dependencies:
- "@popperjs/core" "^2.6.0"
- "@storybook/client-logger" "6.3.7"
- "@storybook/csf" "0.0.1"
- "@storybook/theming" "6.3.7"
- "@types/color-convert" "^2.0.0"
- "@types/overlayscrollbars" "^1.12.0"
- "@types/react-syntax-highlighter" "11.0.5"
+"@storybook/addons@^7.6.17":
+ version "7.6.17"
+ resolved "https://registry.yarnpkg.com/@storybook/addons/-/addons-7.6.17.tgz#6fd78ae3a3419bd91fdacbebd40062eb94f92155"
+ integrity sha512-Ok18Y698Ccyg++MoUNJNHY0cXUvo8ETFIRLJk1g9ElJ70j6kPgNnzW2pAtZkBNmswHtofZ7pT156cj96k/LgfA==
+ dependencies:
+ "@storybook/manager-api" "7.6.17"
+ "@storybook/preview-api" "7.6.17"
+ "@storybook/types" "7.6.17"
+
+"@storybook/blocks@8.0.9":
+ version "8.0.9"
+ resolved "https://registry.yarnpkg.com/@storybook/blocks/-/blocks-8.0.9.tgz#6500fef1e72618bc7715286b9dbb5bfaae20f4d4"
+ integrity sha512-F2zSrfSwzTFN7qW3zB80tG+EXtmfmCDC6Ird0F7tolszb6tOqJcAcBOwQbE2O0wI63sLu21qxzXgaKBMkiWvJg==
+ dependencies:
+ "@storybook/channels" "8.0.9"
+ "@storybook/client-logger" "8.0.9"
+ "@storybook/components" "8.0.9"
+ "@storybook/core-events" "8.0.9"
+ "@storybook/csf" "^0.1.4"
+ "@storybook/docs-tools" "8.0.9"
+ "@storybook/global" "^5.0.0"
+ "@storybook/icons" "^1.2.5"
+ "@storybook/manager-api" "8.0.9"
+ "@storybook/preview-api" "8.0.9"
+ "@storybook/theming" "8.0.9"
+ "@storybook/types" "8.0.9"
+ "@types/lodash" "^4.14.167"
color-convert "^2.0.1"
- core-js "^3.8.2"
- fast-deep-equal "^3.1.3"
- global "^4.4.0"
- lodash "^4.17.20"
- markdown-to-jsx "^7.1.3"
+ dequal "^2.0.2"
+ lodash "^4.17.21"
+ markdown-to-jsx "7.3.2"
memoizerific "^1.11.3"
- overlayscrollbars "^1.13.1"
- polished "^4.0.5"
- prop-types "^15.7.2"
+ polished "^4.2.2"
react-colorful "^5.1.2"
- react-popper-tooltip "^3.1.1"
- react-syntax-highlighter "^13.5.3"
- react-textarea-autosize "^8.3.0"
- regenerator-runtime "^0.13.7"
+ telejson "^7.2.0"
+ tocbot "^4.20.1"
ts-dedent "^2.0.0"
util-deprecate "^1.0.2"
-"@storybook/core-client@6.3.7":
- version "6.3.7"
- resolved "https://registry.yarnpkg.com/@storybook/core-client/-/core-client-6.3.7.tgz#cfb75952e0e1d32f2aca92bca2786334ab589c40"
- integrity sha512-M/4A65yV+Y4lsCQXX4BtQO/i3BcMPrU5FkDG8qJd3dkcx2fUlFvGWqQPkcTZE+MPVvMEGl/AsEZSADzah9+dAg==
- dependencies:
- "@storybook/addons" "6.3.7"
- "@storybook/channel-postmessage" "6.3.7"
- "@storybook/client-api" "6.3.7"
- "@storybook/client-logger" "6.3.7"
- "@storybook/core-events" "6.3.7"
- "@storybook/csf" "0.0.1"
- "@storybook/ui" "6.3.7"
- airbnb-js-shims "^2.2.1"
- ansi-to-html "^0.6.11"
- core-js "^3.8.2"
- global "^4.4.0"
- lodash "^4.17.20"
+"@storybook/builder-manager@8.0.9":
+ version "8.0.9"
+ resolved "https://registry.yarnpkg.com/@storybook/builder-manager/-/builder-manager-8.0.9.tgz#8c03b04b3550dd637247fea2d2ddd089268408d9"
+ integrity sha512-/PxDwZIfMc/PSRZcasb6SIdGr3azIlenzx7dBF7Imt8i4jLHiAf1t00GvghlfJsvsrn4DNp95rbRbXTDyTj7tQ==
+ dependencies:
+ "@fal-works/esbuild-plugin-global-externals" "^2.1.2"
+ "@storybook/core-common" "8.0.9"
+ "@storybook/manager" "8.0.9"
+ "@storybook/node-logger" "8.0.9"
+ "@types/ejs" "^3.1.1"
+ "@yarnpkg/esbuild-plugin-pnp" "^3.0.0-rc.10"
+ browser-assert "^1.2.1"
+ ejs "^3.1.8"
+ esbuild "^0.18.0 || ^0.19.0 || ^0.20.0"
+ esbuild-plugin-alias "^0.2.1"
+ express "^4.17.3"
+ fs-extra "^11.1.0"
+ process "^0.11.10"
+ util "^0.12.4"
+
+"@storybook/builder-webpack5@8.0.9":
+ version "8.0.9"
+ resolved "https://registry.yarnpkg.com/@storybook/builder-webpack5/-/builder-webpack5-8.0.9.tgz#811af801f264c7377c5e33d68b713eacf6c2f295"
+ integrity sha512-bFxlxOO2x8n3TmmA9ACxzhmHxtRd0e68dA0w4AYkvEwBf2wScRQdWJIeS5k4JgRwtcUyFYAt+VcKyE1WMgyaVg==
+ dependencies:
+ "@storybook/channels" "8.0.9"
+ "@storybook/client-logger" "8.0.9"
+ "@storybook/core-common" "8.0.9"
+ "@storybook/core-events" "8.0.9"
+ "@storybook/core-webpack" "8.0.9"
+ "@storybook/node-logger" "8.0.9"
+ "@storybook/preview" "8.0.9"
+ "@storybook/preview-api" "8.0.9"
+ "@types/node" "^18.0.0"
+ "@types/semver" "^7.3.4"
+ browser-assert "^1.2.1"
+ case-sensitive-paths-webpack-plugin "^2.4.0"
+ cjs-module-lexer "^1.2.3"
+ constants-browserify "^1.0.0"
+ css-loader "^6.7.1"
+ es-module-lexer "^1.4.1"
+ express "^4.17.3"
+ fork-ts-checker-webpack-plugin "^8.0.0"
+ fs-extra "^11.1.0"
+ html-webpack-plugin "^5.5.0"
+ magic-string "^0.30.5"
+ path-browserify "^1.0.1"
+ process "^0.11.10"
+ semver "^7.3.7"
+ style-loader "^3.3.1"
+ terser-webpack-plugin "^5.3.1"
+ ts-dedent "^2.0.0"
+ url "^0.11.0"
+ util "^0.12.4"
+ util-deprecate "^1.0.2"
+ webpack "5"
+ webpack-dev-middleware "^6.1.2"
+ webpack-hot-middleware "^2.25.1"
+ webpack-virtual-modules "^0.5.0"
+
+"@storybook/channels@7.6.17":
+ version "7.6.17"
+ resolved "https://registry.yarnpkg.com/@storybook/channels/-/channels-7.6.17.tgz#5be1d1222a3ffdc90e1868230c2b2ee5dfc7a97f"
+ integrity sha512-GFG40pzaSxk1hUr/J/TMqW5AFDDPUSu+HkeE/oqSWJbOodBOLJzHN6CReJS6y1DjYSZLNFt1jftPWZZInG/XUA==
+ dependencies:
+ "@storybook/client-logger" "7.6.17"
+ "@storybook/core-events" "7.6.17"
+ "@storybook/global" "^5.0.0"
qs "^6.10.0"
- regenerator-runtime "^0.13.7"
+ telejson "^7.2.0"
+ tiny-invariant "^1.3.1"
+
+"@storybook/channels@8.0.9", "@storybook/channels@^8.0.6":
+ version "8.0.9"
+ resolved "https://registry.yarnpkg.com/@storybook/channels/-/channels-8.0.9.tgz#886aff858a13c11f49ca3d92d8a2ade67f19d407"
+ integrity sha512-7Lcfyy5CsLWWGhMPO9WG4jZ/Alzp0AjepFhEreYHRPtQrfttp6qMAjE/g1aHgun0qHCYWxwqIG4NLR/hqDNrXQ==
+ dependencies:
+ "@storybook/client-logger" "8.0.9"
+ "@storybook/core-events" "8.0.9"
+ "@storybook/global" "^5.0.0"
+ telejson "^7.2.0"
+ tiny-invariant "^1.3.1"
+
+"@storybook/cli@8.0.9":
+ version "8.0.9"
+ resolved "https://registry.yarnpkg.com/@storybook/cli/-/cli-8.0.9.tgz#20d90c5c357d063c054f8594a6b327ce447364fd"
+ integrity sha512-lilYTKn8F5YOePijqfRYFa5v2mHVIJxPCIgTn+OXAmAFbcizZ6P8P6niU4J/NXulgx68Ln1M7hYhFtTP25hVTw==
+ dependencies:
+ "@babel/core" "^7.23.0"
+ "@babel/types" "^7.23.0"
+ "@ndelangen/get-tarball" "^3.0.7"
+ "@storybook/codemod" "8.0.9"
+ "@storybook/core-common" "8.0.9"
+ "@storybook/core-events" "8.0.9"
+ "@storybook/core-server" "8.0.9"
+ "@storybook/csf-tools" "8.0.9"
+ "@storybook/node-logger" "8.0.9"
+ "@storybook/telemetry" "8.0.9"
+ "@storybook/types" "8.0.9"
+ "@types/semver" "^7.3.4"
+ "@yarnpkg/fslib" "2.10.3"
+ "@yarnpkg/libzip" "2.3.0"
+ chalk "^4.1.0"
+ commander "^6.2.1"
+ cross-spawn "^7.0.3"
+ detect-indent "^6.1.0"
+ envinfo "^7.7.3"
+ execa "^5.0.0"
+ find-up "^5.0.0"
+ fs-extra "^11.1.0"
+ get-npm-tarball-url "^2.0.3"
+ giget "^1.0.0"
+ globby "^11.0.2"
+ jscodeshift "^0.15.1"
+ leven "^3.1.0"
+ ora "^5.4.1"
+ prettier "^3.1.1"
+ prompts "^2.4.0"
+ read-pkg-up "^7.0.1"
+ semver "^7.3.7"
+ strip-json-comments "^3.0.1"
+ tempy "^1.0.1"
+ tiny-invariant "^1.3.1"
ts-dedent "^2.0.0"
- unfetch "^4.2.0"
+
+"@storybook/client-logger@7.6.17":
+ version "7.6.17"
+ resolved "https://registry.yarnpkg.com/@storybook/client-logger/-/client-logger-7.6.17.tgz#5031c47b7df8d8792fe9dfed5828222f515e5803"
+ integrity sha512-6WBYqixAXNAXlSaBWwgljWpAu10tPRBJrcFvx2gPUne58EeMM20Gi/iHYBz2kMCY+JLAgeIH7ZxInqwO8vDwiQ==
+ dependencies:
+ "@storybook/global" "^5.0.0"
+
+"@storybook/client-logger@8.0.9":
+ version "8.0.9"
+ resolved "https://registry.yarnpkg.com/@storybook/client-logger/-/client-logger-8.0.9.tgz#90a099ad79d6959cd3d0ee4f753edb0cc54a54f5"
+ integrity sha512-LzV/RHkbf07sRc1Jc0ff36RlapKf9Ul7/+9VMvVbI3hshH1CpmrZK4t/tsIdpX/EVOdJ1Gg5cES06PnleOAIPA==
+ dependencies:
+ "@storybook/global" "^5.0.0"
+
+"@storybook/codemod@8.0.9":
+ version "8.0.9"
+ resolved "https://registry.yarnpkg.com/@storybook/codemod/-/codemod-8.0.9.tgz#196dae4b4a921244ed384217f79651979eff1b45"
+ integrity sha512-VBeGpSZSQpL6iyLLqceJSNGhdCqcNwv+xC/aWdDFOkmuE1YfbmNNwpa9QYv4ZFJ2QjUsm4iTWG60qK+9NXeSKA==
+ dependencies:
+ "@babel/core" "^7.23.2"
+ "@babel/preset-env" "^7.23.2"
+ "@babel/types" "^7.23.0"
+ "@storybook/csf" "^0.1.4"
+ "@storybook/csf-tools" "8.0.9"
+ "@storybook/node-logger" "8.0.9"
+ "@storybook/types" "8.0.9"
+ "@types/cross-spawn" "^6.0.2"
+ cross-spawn "^7.0.3"
+ globby "^11.0.2"
+ jscodeshift "^0.15.1"
+ lodash "^4.17.21"
+ prettier "^3.1.1"
+ recast "^0.23.5"
+ tiny-invariant "^1.3.1"
+
+"@storybook/components@8.0.9", "@storybook/components@^8.0.6":
+ version "8.0.9"
+ resolved "https://registry.yarnpkg.com/@storybook/components/-/components-8.0.9.tgz#f087e69d8d95ff0e5766042fc4f9481882db73bb"
+ integrity sha512-JcwBGADzIJs0PSzqykrrD2KHzNG9wtexUOKuidt+FSv9szpUhe3qBAXIHpdfBRl7mOJ9TRZ5rt+mukEnfncdzA==
+ dependencies:
+ "@radix-ui/react-slot" "^1.0.2"
+ "@storybook/client-logger" "8.0.9"
+ "@storybook/csf" "^0.1.4"
+ "@storybook/global" "^5.0.0"
+ "@storybook/icons" "^1.2.5"
+ "@storybook/theming" "8.0.9"
+ "@storybook/types" "8.0.9"
+ memoizerific "^1.11.3"
util-deprecate "^1.0.2"
-"@storybook/core-common@6.3.7":
- version "6.3.7"
- resolved "https://registry.yarnpkg.com/@storybook/core-common/-/core-common-6.3.7.tgz#9eedf3ff16aff870950e3372ab71ef846fa3ac52"
- integrity sha512-exLoqRPPsAefwyjbsQBLNFrlPCcv69Q/pclqmIm7FqAPR7f3CKP1rqsHY0PnemizTL/+cLX5S7mY90gI6wpNug==
- dependencies:
- "@babel/core" "^7.12.10"
- "@babel/plugin-proposal-class-properties" "^7.12.1"
- "@babel/plugin-proposal-decorators" "^7.12.12"
- "@babel/plugin-proposal-export-default-from" "^7.12.1"
- "@babel/plugin-proposal-nullish-coalescing-operator" "^7.12.1"
- "@babel/plugin-proposal-object-rest-spread" "^7.12.1"
- "@babel/plugin-proposal-optional-chaining" "^7.12.7"
- "@babel/plugin-proposal-private-methods" "^7.12.1"
- "@babel/plugin-syntax-dynamic-import" "^7.8.3"
- "@babel/plugin-transform-arrow-functions" "^7.12.1"
- "@babel/plugin-transform-block-scoping" "^7.12.12"
- "@babel/plugin-transform-classes" "^7.12.1"
- "@babel/plugin-transform-destructuring" "^7.12.1"
- "@babel/plugin-transform-for-of" "^7.12.1"
- "@babel/plugin-transform-parameters" "^7.12.1"
- "@babel/plugin-transform-shorthand-properties" "^7.12.1"
- "@babel/plugin-transform-spread" "^7.12.1"
- "@babel/preset-env" "^7.12.11"
- "@babel/preset-react" "^7.12.10"
- "@babel/preset-typescript" "^7.12.7"
- "@babel/register" "^7.12.1"
- "@storybook/node-logger" "6.3.7"
- "@storybook/semver" "^7.3.2"
- "@types/glob-base" "^0.3.0"
- "@types/micromatch" "^4.0.1"
- "@types/node" "^14.0.10"
- "@types/pretty-hrtime" "^1.0.0"
- babel-loader "^8.2.2"
- babel-plugin-macros "^3.0.1"
- babel-plugin-polyfill-corejs3 "^0.1.0"
+"@storybook/core-common@8.0.9":
+ version "8.0.9"
+ resolved "https://registry.yarnpkg.com/@storybook/core-common/-/core-common-8.0.9.tgz#ccf97c549943f670dcecaefebeb4a8637bac6b42"
+ integrity sha512-Jmue+sfHFb4GTYBzyWYw1MygoJiQSfISIrKmNIzAmZ+oR9EOr+jpu/i/bH+uetZ2Hqg1AGhj1VB7OtJp9HQyWw==
+ dependencies:
+ "@storybook/core-events" "8.0.9"
+ "@storybook/csf-tools" "8.0.9"
+ "@storybook/node-logger" "8.0.9"
+ "@storybook/types" "8.0.9"
+ "@yarnpkg/fslib" "2.10.3"
+ "@yarnpkg/libzip" "2.3.0"
chalk "^4.1.0"
- core-js "^3.8.2"
- express "^4.17.1"
- file-system-cache "^1.0.5"
+ cross-spawn "^7.0.3"
+ esbuild "^0.18.0 || ^0.19.0 || ^0.20.0"
+ esbuild-register "^3.5.0"
+ execa "^5.0.0"
+ file-system-cache "2.3.0"
+ find-cache-dir "^3.0.0"
find-up "^5.0.0"
- fork-ts-checker-webpack-plugin "^6.0.4"
- glob "^7.1.6"
- glob-base "^0.3.0"
- interpret "^2.2.0"
- json5 "^2.1.3"
- lazy-universal-dotenv "^3.0.1"
- micromatch "^4.0.2"
+ fs-extra "^11.1.0"
+ glob "^10.0.0"
+ handlebars "^4.7.7"
+ lazy-universal-dotenv "^4.0.0"
+ node-fetch "^2.0.0"
+ picomatch "^2.3.0"
pkg-dir "^5.0.0"
pretty-hrtime "^1.0.3"
resolve-from "^5.0.0"
+ semver "^7.3.7"
+ tempy "^1.0.1"
+ tiny-invariant "^1.3.1"
ts-dedent "^2.0.0"
- util-deprecate "^1.0.2"
- webpack "4"
-
-"@storybook/core-events@6.3.7":
- version "6.3.7"
- resolved "https://registry.yarnpkg.com/@storybook/core-events/-/core-events-6.3.7.tgz#c5bc7cae7dc295de73b6b9f671ecbe582582e9bd"
- integrity sha512-l5Hlhe+C/dqxjobemZ6DWBhTOhQoFF3F1Y4kjFGE7pGZl/mas4M72I5I/FUcYCmbk2fbLfZX8hzKkUqS1hdyLA==
- dependencies:
- core-js "^3.8.2"
-
-"@storybook/core-events@^6.3.0", "@storybook/core-events@^6.3.8":
- version "6.3.8"
- resolved "https://registry.yarnpkg.com/@storybook/core-events/-/core-events-6.3.8.tgz#4c9a3deb9334b10116befbf2db5534d1319d2f39"
- integrity sha512-M3d2iX842YfopqmOHlXzL/Xy4fICzaRnet99GdfOqWjZhC2CVSemVk1b/vgfQv4MFYOQkSLsAjkbDH/kU8n9Aw==
- dependencies:
- core-js "^3.8.2"
-
-"@storybook/core-server@6.3.7":
- version "6.3.7"
- resolved "https://registry.yarnpkg.com/@storybook/core-server/-/core-server-6.3.7.tgz#6f29ad720aafe4a97247b5e306eac4174d0931f2"
- integrity sha512-m5OPD/rmZA7KFewkXzXD46/i1ngUoFO4LWOiAY/wR6RQGjYXGMhSa5UYFF6MNwSbiGS5YieHkR5crB1HP47AhQ==
- dependencies:
- "@storybook/builder-webpack4" "6.3.7"
- "@storybook/core-client" "6.3.7"
- "@storybook/core-common" "6.3.7"
- "@storybook/csf-tools" "6.3.7"
- "@storybook/manager-webpack4" "6.3.7"
- "@storybook/node-logger" "6.3.7"
- "@storybook/semver" "^7.3.2"
- "@types/node" "^14.0.10"
- "@types/node-fetch" "^2.5.7"
+ util "^0.12.4"
+
+"@storybook/core-events@7.6.17":
+ version "7.6.17"
+ resolved "https://registry.yarnpkg.com/@storybook/core-events/-/core-events-7.6.17.tgz#9e1a795558193089fb227cfe2cf768c99418a640"
+ integrity sha512-AriWMCm/k1cxlv10f+jZ1wavThTRpLaN3kY019kHWbYT9XgaSuLU67G7GPr3cGnJ6HuA6uhbzu8qtqVCd6OfXA==
+ dependencies:
+ ts-dedent "^2.0.0"
+
+"@storybook/core-events@8.0.9", "@storybook/core-events@^8.0.6":
+ version "8.0.9"
+ resolved "https://registry.yarnpkg.com/@storybook/core-events/-/core-events-8.0.9.tgz#d14db371f1f959e8c3baaa6098d2c506bcb3f3ad"
+ integrity sha512-DxSUx7wG9Qe3OFUBnv3OrYq48J8UWNo2DUR5/JecJCtp3n++L4fAEW3J0IF5FfxpQDMQSp1yTNjZ2PaWCMd2ag==
+ dependencies:
+ ts-dedent "^2.0.0"
+
+"@storybook/core-server@8.0.9":
+ version "8.0.9"
+ resolved "https://registry.yarnpkg.com/@storybook/core-server/-/core-server-8.0.9.tgz#c3f4790e35b6a116df64c6e6d1161c2077c70c4e"
+ integrity sha512-BIe1T5YUBl0GYxEjRoTQsvXD2pyuzL8rPTUD41zlzSQM0R8U6Iant9SzRms4u0+rKUm2mGxxKuODlUo5ewqaGA==
+ dependencies:
+ "@aw-web-design/x-default-browser" "1.4.126"
+ "@babel/core" "^7.23.9"
+ "@discoveryjs/json-ext" "^0.5.3"
+ "@storybook/builder-manager" "8.0.9"
+ "@storybook/channels" "8.0.9"
+ "@storybook/core-common" "8.0.9"
+ "@storybook/core-events" "8.0.9"
+ "@storybook/csf" "^0.1.4"
+ "@storybook/csf-tools" "8.0.9"
+ "@storybook/docs-mdx" "3.0.0"
+ "@storybook/global" "^5.0.0"
+ "@storybook/manager" "8.0.9"
+ "@storybook/manager-api" "8.0.9"
+ "@storybook/node-logger" "8.0.9"
+ "@storybook/preview-api" "8.0.9"
+ "@storybook/telemetry" "8.0.9"
+ "@storybook/types" "8.0.9"
+ "@types/detect-port" "^1.3.0"
+ "@types/node" "^18.0.0"
"@types/pretty-hrtime" "^1.0.0"
- "@types/webpack" "^4.41.26"
- better-opn "^2.1.1"
- boxen "^4.2.0"
+ "@types/semver" "^7.3.4"
+ better-opn "^3.0.2"
chalk "^4.1.0"
- cli-table3 "0.6.0"
- commander "^6.2.1"
+ cli-table3 "^0.6.1"
compression "^1.7.4"
- core-js "^3.8.2"
- cpy "^8.1.1"
detect-port "^1.3.0"
- express "^4.17.1"
- file-system-cache "^1.0.5"
- fs-extra "^9.0.1"
+ express "^4.17.3"
+ fs-extra "^11.1.0"
globby "^11.0.2"
- ip "^1.1.5"
- node-fetch "^2.6.1"
+ ip "^2.0.1"
+ lodash "^4.17.21"
+ open "^8.4.0"
pretty-hrtime "^1.0.3"
prompts "^2.4.0"
- regenerator-runtime "^0.13.7"
- serve-favicon "^2.5.0"
+ read-pkg-up "^7.0.1"
+ semver "^7.3.7"
+ telejson "^7.2.0"
+ tiny-invariant "^1.3.1"
ts-dedent "^2.0.0"
+ util "^0.12.4"
util-deprecate "^1.0.2"
- webpack "4"
+ watchpack "^2.2.0"
+ ws "^8.2.3"
+
+"@storybook/core-webpack@8.0.9":
+ version "8.0.9"
+ resolved "https://registry.yarnpkg.com/@storybook/core-webpack/-/core-webpack-8.0.9.tgz#ac8211977bcfc26e24900a3b5dd9cdbc6eb31a7e"
+ integrity sha512-lehuuAmHt/p5z8lZkMW16Y/+uDEh+Z/tExItVadtjEY8jXDe2Ilr1Cts2lvzVNuuESEKd5bqsGJ1L4t9Bf25pg==
+ dependencies:
+ "@storybook/core-common" "8.0.9"
+ "@storybook/node-logger" "8.0.9"
+ "@storybook/types" "8.0.9"
+ "@types/node" "^18.0.0"
+ ts-dedent "^2.0.0"
-"@storybook/core@6.3.7":
- version "6.3.7"
- resolved "https://registry.yarnpkg.com/@storybook/core/-/core-6.3.7.tgz#482228a270abc3e23fed10c7bc4df674da22ca19"
- integrity sha512-YTVLPXqgyBg7TALNxQ+cd+GtCm/NFjxr/qQ1mss1T9GCMR0IjE0d0trgOVHHLAO8jCVlK8DeuqZCCgZFTXulRw==
- dependencies:
- "@storybook/core-client" "6.3.7"
- "@storybook/core-server" "6.3.7"
+"@storybook/csf-plugin@8.0.9":
+ version "8.0.9"
+ resolved "https://registry.yarnpkg.com/@storybook/csf-plugin/-/csf-plugin-8.0.9.tgz#af030b3063d01278de332c5985df8cff10e9b63b"
+ integrity sha512-pXaNCNi++kxKsqSWwvx215fPx8cNqvepLVxQ7B69qXLHj80DHn0Q3DFBO3sLXNiQMJ2JK4OYcTxMfuOiyzszKw==
+ dependencies:
+ "@storybook/csf-tools" "8.0.9"
+ unplugin "^1.3.1"
+
+"@storybook/csf-tools@8.0.9":
+ version "8.0.9"
+ resolved "https://registry.yarnpkg.com/@storybook/csf-tools/-/csf-tools-8.0.9.tgz#8c24422fc12519be7756b4dcccad900962e6a88a"
+ integrity sha512-PiNMhL97giLytTdQwuhsZ92buVk4gy9H/8DtrDhUc45/1OmF95gogm6T2Yap729SIFwgpOcuq/U3aVo6d6swVQ==
+ dependencies:
+ "@babel/generator" "^7.23.0"
+ "@babel/parser" "^7.23.0"
+ "@babel/traverse" "^7.23.2"
+ "@babel/types" "^7.23.0"
+ "@storybook/csf" "^0.1.4"
+ "@storybook/types" "8.0.9"
+ fs-extra "^11.1.0"
+ recast "^0.23.5"
+ ts-dedent "^2.0.0"
-"@storybook/csf-tools@6.3.7":
- version "6.3.7"
- resolved "https://registry.yarnpkg.com/@storybook/csf-tools/-/csf-tools-6.3.7.tgz#505514d211f8698c47ddb15662442098b4b00156"
- integrity sha512-A7yGsrYwh+vwVpmG8dHpEimX021RbZd9VzoREcILH56u8atssdh/rseljyWlRes3Sr4QgtLvDB7ggoJ+XDZH7w==
+"@storybook/csf@^0.1.2", "@storybook/csf@^0.1.4":
+ version "0.1.5"
+ resolved "https://registry.yarnpkg.com/@storybook/csf/-/csf-0.1.5.tgz#58c489f443ad8642957565dac0c7cd860a85162f"
+ integrity sha512-pW7Dtk/bE2JGrAe/KuBY4Io02NBe/2CLP2DkgVgWlSwvEVdm/rbQyiwy8RaL0lQlJCv9CsGBY+n9HQG8d4bZjQ==
dependencies:
- "@babel/generator" "^7.12.11"
- "@babel/parser" "^7.12.11"
- "@babel/plugin-transform-react-jsx" "^7.12.12"
- "@babel/preset-env" "^7.12.11"
- "@babel/traverse" "^7.12.11"
- "@babel/types" "^7.12.11"
- "@mdx-js/mdx" "^1.6.22"
- "@storybook/csf" "^0.0.1"
- core-js "^3.8.2"
- fs-extra "^9.0.1"
- js-string-escape "^1.0.1"
- lodash "^4.17.20"
- prettier "~2.2.1"
- regenerator-runtime "^0.13.7"
+ type-fest "^2.19.0"
-"@storybook/csf@0.0.1", "@storybook/csf@^0.0.1":
- version "0.0.1"
- resolved "https://registry.yarnpkg.com/@storybook/csf/-/csf-0.0.1.tgz#95901507dc02f0bc6f9ac8ee1983e2fc5bb98ce6"
- integrity sha512-USTLkZze5gkel8MYCujSRBVIrUQ3YPBrLOx7GNk/0wttvVtlzWXAq9eLbQ4p/NicGxP+3T7KPEMVV//g+yubpw==
- dependencies:
- lodash "^4.17.15"
+"@storybook/docs-mdx@3.0.0":
+ version "3.0.0"
+ resolved "https://registry.yarnpkg.com/@storybook/docs-mdx/-/docs-mdx-3.0.0.tgz#5c9b5ce35dcb00ad8aa5dddbabf52ad09fab3974"
+ integrity sha512-NmiGXl2HU33zpwTv1XORe9XG9H+dRUC1Jl11u92L4xr062pZtrShLmD4VKIsOQujxhhOrbxpwhNOt+6TdhyIdQ==
+
+"@storybook/docs-tools@8.0.9":
+ version "8.0.9"
+ resolved "https://registry.yarnpkg.com/@storybook/docs-tools/-/docs-tools-8.0.9.tgz#4257adede62028a6e1176151a09fa4f4fa146b12"
+ integrity sha512-OzogAeOmeHea/MxSPKRBWtOQVNSpoq+OOpimO9YRA5h5GBRJ2TUOGT44Gny6QT4ll5AvQA8fIiq9KezKcLekAg==
+ dependencies:
+ "@storybook/core-common" "8.0.9"
+ "@storybook/core-events" "8.0.9"
+ "@storybook/preview-api" "8.0.9"
+ "@storybook/types" "8.0.9"
+ "@types/doctrine" "^0.0.3"
+ assert "^2.1.0"
+ doctrine "^3.0.0"
+ lodash "^4.17.21"
-"@storybook/manager-webpack4@6.3.7":
- version "6.3.7"
- resolved "https://registry.yarnpkg.com/@storybook/manager-webpack4/-/manager-webpack4-6.3.7.tgz#9ca604dea38d3c47eb38bf485ca6107861280aa8"
- integrity sha512-cwUdO3oklEtx6y+ZOl2zHvflICK85emiXBQGgRcCsnwWQRBZOMh+tCgOSZj4jmISVpT52RtT9woG4jKe15KBig==
- dependencies:
- "@babel/core" "^7.12.10"
- "@babel/plugin-transform-template-literals" "^7.12.1"
- "@babel/preset-react" "^7.12.10"
- "@storybook/addons" "6.3.7"
- "@storybook/core-client" "6.3.7"
- "@storybook/core-common" "6.3.7"
- "@storybook/node-logger" "6.3.7"
- "@storybook/theming" "6.3.7"
- "@storybook/ui" "6.3.7"
- "@types/node" "^14.0.10"
- "@types/webpack" "^4.41.26"
- babel-loader "^8.2.2"
- case-sensitive-paths-webpack-plugin "^2.3.0"
- chalk "^4.1.0"
- core-js "^3.8.2"
- css-loader "^3.6.0"
- dotenv-webpack "^1.8.0"
- express "^4.17.1"
- file-loader "^6.2.0"
- file-system-cache "^1.0.5"
+"@storybook/global@^5.0.0":
+ version "5.0.0"
+ resolved "https://registry.yarnpkg.com/@storybook/global/-/global-5.0.0.tgz#b793d34b94f572c1d7d9e0f44fac4e0dbc9572ed"
+ integrity sha512-FcOqPAXACP0I3oJ/ws6/rrPT9WGhu915Cg8D02a9YxLo0DE9zI+a9A5gRGvmQ09fiWPukqI8ZAEoQEdWUKMQdQ==
+
+"@storybook/icons@^1.2.5":
+ version "1.2.9"
+ resolved "https://registry.yarnpkg.com/@storybook/icons/-/icons-1.2.9.tgz#bb4a51a79e186b62e2dd0e04928b8617ac573838"
+ integrity sha512-cOmylsz25SYXaJL/gvTk/dl3pyk7yBFRfeXTsHvTA3dfhoU/LWSq0NKL9nM7WBasJyn6XPSGnLS4RtKXLw5EUg==
+
+"@storybook/manager-api@7.6.17":
+ version "7.6.17"
+ resolved "https://registry.yarnpkg.com/@storybook/manager-api/-/manager-api-7.6.17.tgz#cdf0bb8e5bdc3da2559150125b3d6a3ff72f0def"
+ integrity sha512-IJIV1Yc6yw1dhCY4tReHCfBnUKDqEBnMyHp3mbXpsaHxnxJZrXO45WjRAZIKlQKhl/Ge1CrnznmHRCmYgqmrWg==
+ dependencies:
+ "@storybook/channels" "7.6.17"
+ "@storybook/client-logger" "7.6.17"
+ "@storybook/core-events" "7.6.17"
+ "@storybook/csf" "^0.1.2"
+ "@storybook/global" "^5.0.0"
+ "@storybook/router" "7.6.17"
+ "@storybook/theming" "7.6.17"
+ "@storybook/types" "7.6.17"
+ dequal "^2.0.2"
+ lodash "^4.17.21"
+ memoizerific "^1.11.3"
+ store2 "^2.14.2"
+ telejson "^7.2.0"
+ ts-dedent "^2.0.0"
+
+"@storybook/manager-api@8.0.9":
+ version "8.0.9"
+ resolved "https://registry.yarnpkg.com/@storybook/manager-api/-/manager-api-8.0.9.tgz#5361d253c6704643f44afb95271b3d206d831740"
+ integrity sha512-99b3yKArDSvfabXL7QE3nA95e4DdW/5H/ZCcr6/E2qCQJayZ6G1v/WWamKXbiaTpkndulFmcb/+ZmnDXcweIIQ==
+ dependencies:
+ "@storybook/channels" "8.0.9"
+ "@storybook/client-logger" "8.0.9"
+ "@storybook/core-events" "8.0.9"
+ "@storybook/csf" "^0.1.4"
+ "@storybook/global" "^5.0.0"
+ "@storybook/icons" "^1.2.5"
+ "@storybook/router" "8.0.9"
+ "@storybook/theming" "8.0.9"
+ "@storybook/types" "8.0.9"
+ dequal "^2.0.2"
+ lodash "^4.17.21"
+ memoizerific "^1.11.3"
+ store2 "^2.14.2"
+ telejson "^7.2.0"
+ ts-dedent "^2.0.0"
+
+"@storybook/manager@8.0.9":
+ version "8.0.9"
+ resolved "https://registry.yarnpkg.com/@storybook/manager/-/manager-8.0.9.tgz#e24971577714bbed02b55596d1363fbda78cfa21"
+ integrity sha512-+NnRo+5JQFGNqveKrLtC0b+Z08Tae4m44iq292bPeZMpr9OkFsIkU0PBPsHTHPkrqC/zZXRNsCsTEgvu3p2OIA==
+
+"@storybook/node-logger@8.0.9", "@storybook/node-logger@^8.0.6":
+ version "8.0.9"
+ resolved "https://registry.yarnpkg.com/@storybook/node-logger/-/node-logger-8.0.9.tgz#0825e53bce014a8faa51029ab89e91b5eac1af8b"
+ integrity sha512-5ajMdZFrYrjGLJOVDq7dlEQNFsgeLHymt4dCK9MulL/ciXykmXUZXE3Bye0wFy+I2qqDVvrvR8uzCvSFvm5MAQ==
+
+"@storybook/preset-create-react-app@^8.0.6":
+ version "8.0.9"
+ resolved "https://registry.yarnpkg.com/@storybook/preset-create-react-app/-/preset-create-react-app-8.0.9.tgz#b09eea0b5b3c873141202fa648b6a31a0d957fe9"
+ integrity sha512-7IjDztstczSFoLlzhWt6MAE2IKVA1B2CLiXRVlw1aK9+dv5n0ctZQzRCwwvTQXdlI3ABSqB7Gn6khKJOBYUhlg==
+ dependencies:
+ "@pmmmwh/react-refresh-webpack-plugin" "^0.5.1"
+ "@storybook/types" "8.0.9"
+ "@types/semver" "^7.5.6"
+ pnp-webpack-plugin "^1.7.0"
+ semver "^7.5.4"
+
+"@storybook/preset-react-webpack@8.0.9":
+ version "8.0.9"
+ resolved "https://registry.yarnpkg.com/@storybook/preset-react-webpack/-/preset-react-webpack-8.0.9.tgz#4070b62a34b23916d720893eb2b3043765eb13b6"
+ integrity sha512-kkJG03ZOJXM8fhYJuvAX9+3QVwoOMnz1tj75M/45c9i6XafPrBi2imGZWjXzuKXMxg/KO9fS/Y0JZmDh7vPM9g==
+ dependencies:
+ "@storybook/core-webpack" "8.0.9"
+ "@storybook/docs-tools" "8.0.9"
+ "@storybook/node-logger" "8.0.9"
+ "@storybook/react" "8.0.9"
+ "@storybook/react-docgen-typescript-plugin" "1.0.6--canary.9.0c3f3b7.0"
+ "@types/node" "^18.0.0"
+ "@types/semver" "^7.3.4"
find-up "^5.0.0"
- fs-extra "^9.0.1"
- html-webpack-plugin "^4.0.0"
- node-fetch "^2.6.1"
- pnp-webpack-plugin "1.6.4"
- read-pkg-up "^7.0.1"
- regenerator-runtime "^0.13.7"
- resolve-from "^5.0.0"
- style-loader "^1.3.0"
- telejson "^5.3.2"
- terser-webpack-plugin "^4.2.3"
+ fs-extra "^11.1.0"
+ magic-string "^0.30.5"
+ react-docgen "^7.0.0"
+ resolve "^1.22.8"
+ semver "^7.3.7"
+ tsconfig-paths "^4.2.0"
+ webpack "5"
+
+"@storybook/preview-api@7.6.17":
+ version "7.6.17"
+ resolved "https://registry.yarnpkg.com/@storybook/preview-api/-/preview-api-7.6.17.tgz#03dd399bf3bb8ac6f4aad3c738365b86b8790157"
+ integrity sha512-wLfDdI9RWo1f2zzFe54yRhg+2YWyxLZvqdZnSQ45mTs4/7xXV5Wfbv3QNTtcdw8tT3U5KRTrN1mTfTCiRJc0Kw==
+ dependencies:
+ "@storybook/channels" "7.6.17"
+ "@storybook/client-logger" "7.6.17"
+ "@storybook/core-events" "7.6.17"
+ "@storybook/csf" "^0.1.2"
+ "@storybook/global" "^5.0.0"
+ "@storybook/types" "7.6.17"
+ "@types/qs" "^6.9.5"
+ dequal "^2.0.2"
+ lodash "^4.17.21"
+ memoizerific "^1.11.3"
+ qs "^6.10.0"
+ synchronous-promise "^2.0.15"
ts-dedent "^2.0.0"
- url-loader "^4.1.1"
util-deprecate "^1.0.2"
- webpack "4"
- webpack-dev-middleware "^3.7.3"
- webpack-virtual-modules "^0.2.2"
-"@storybook/node-logger@6.3.7", "@storybook/node-logger@^6.3.7":
- version "6.3.7"
- resolved "https://registry.yarnpkg.com/@storybook/node-logger/-/node-logger-6.3.7.tgz#492469ea4749de8d984af144976961589a1ac382"
- integrity sha512-YXHCblruRe6HcNefDOpuXJoaybHnnSryIVP9Z+gDv6OgLAMkyxccTIaQL9dbc/eI4ywgzAz4kD8t1RfVwXNVXw==
- dependencies:
- "@types/npmlog" "^4.1.2"
- chalk "^4.1.0"
- core-js "^3.8.2"
- npmlog "^4.1.2"
- pretty-hrtime "^1.0.3"
-
-"@storybook/postinstall@6.3.7":
- version "6.3.7"
- resolved "https://registry.yarnpkg.com/@storybook/postinstall/-/postinstall-6.3.7.tgz#7d90c06131382a3cf1550a1f2c70df13b220d9d3"
- integrity sha512-HgTj7WdWo2cXrGfEhi5XYZA+G4vIzECtJHK22GEL9QxJth60Ah/dE94VqpTlyhSpzP74ZFUgr92+pP9o+j3CCw==
- dependencies:
- core-js "^3.8.2"
+"@storybook/preview-api@8.0.9":
+ version "8.0.9"
+ resolved "https://registry.yarnpkg.com/@storybook/preview-api/-/preview-api-8.0.9.tgz#273ac693a8d7333a33e1a8202e663dd9a9f02cc4"
+ integrity sha512-zHfX34bkAMzzmE7vbDzaqFwSW6ExiBD0HiO1L/IsHF55f0f7xV7IH8uJyFRrDTvAoW3ReSxZDMvvPpeydFPKGA==
+ dependencies:
+ "@storybook/channels" "8.0.9"
+ "@storybook/client-logger" "8.0.9"
+ "@storybook/core-events" "8.0.9"
+ "@storybook/csf" "^0.1.4"
+ "@storybook/global" "^5.0.0"
+ "@storybook/types" "8.0.9"
+ "@types/qs" "^6.9.5"
+ dequal "^2.0.2"
+ lodash "^4.17.21"
+ memoizerific "^1.11.3"
+ qs "^6.10.0"
+ tiny-invariant "^1.3.1"
+ ts-dedent "^2.0.0"
+ util-deprecate "^1.0.2"
-"@storybook/preset-create-react-app@^3.2.0":
- version "3.2.0"
- resolved "https://registry.yarnpkg.com/@storybook/preset-create-react-app/-/preset-create-react-app-3.2.0.tgz#660597906847e38e9d886241d3d8e2ecc770a2eb"
- integrity sha512-lLoWCGr5cV+JNDRKYHC2gD+P2eyBqdN8qhmBa+PxDgPSNKfgUf9Wnoh+C7WTG5q2DEeR9SvUpQpZomX9DDQa4Q==
- dependencies:
- "@pmmmwh/react-refresh-webpack-plugin" "^0.4.3"
- "@types/babel__core" "^7.1.7"
- "@types/webpack" "^4.41.13"
- babel-plugin-react-docgen "^4.1.0"
- pnp-webpack-plugin "^1.6.4"
- react-docgen-typescript-plugin "^1.0.0"
- semver "^7.3.5"
+"@storybook/preview@8.0.9":
+ version "8.0.9"
+ resolved "https://registry.yarnpkg.com/@storybook/preview/-/preview-8.0.9.tgz#46ebdf09bc7eb9601c4ddce9a09e0c63ae31c662"
+ integrity sha512-tFsR8xc8AYBZZrZw8enklFbSQt7ZAV+rv20BoxwDhd3q7fjXyK7O4moGPqUwBZ7rukTG13nPoISxr+VXAk/HYA==
-"@storybook/react-docgen-typescript-plugin@1.0.2-canary.253f8c1.0":
- version "1.0.2-canary.253f8c1.0"
- resolved "https://registry.yarnpkg.com/@storybook/react-docgen-typescript-plugin/-/react-docgen-typescript-plugin-1.0.2-canary.253f8c1.0.tgz#f2da40e6aae4aa586c2fb284a4a1744602c3c7fa"
- integrity sha512-mmoRG/rNzAiTbh+vGP8d57dfcR2aP+5/Ll03KKFyfy5FqWFm/Gh7u27ikx1I3LmVMI8n6jh5SdWMkMKon7/tDw==
+"@storybook/react-docgen-typescript-plugin@1.0.6--canary.9.0c3f3b7.0":
+ version "1.0.6--canary.9.0c3f3b7.0"
+ resolved "https://registry.yarnpkg.com/@storybook/react-docgen-typescript-plugin/-/react-docgen-typescript-plugin-1.0.6--canary.9.0c3f3b7.0.tgz#7f10f3c641f32e4513a8b6ffb5036933e7059534"
+ integrity sha512-KUqXC3oa9JuQ0kZJLBhVdS4lOneKTOopnNBK4tUAgoxWQ3u/IjzdueZjFr7gyBrXMoU6duutk3RQR9u8ZpYJ4Q==
dependencies:
debug "^4.1.1"
endent "^2.0.1"
find-cache-dir "^3.3.1"
flat-cache "^3.0.4"
micromatch "^4.0.2"
- react-docgen-typescript "^2.0.0"
+ react-docgen-typescript "^2.2.2"
tslib "^2.0.0"
-"@storybook/react@^6.3.7":
- version "6.3.7"
- resolved "https://registry.yarnpkg.com/@storybook/react/-/react-6.3.7.tgz#b15259aeb4cdeef99cc7f09d21db42e3ecd7a01a"
- integrity sha512-4S0iCQIzgi6PdAtV2sYw4uL57yIwbMInNFSux9CxPnVdlxOxCJ+U8IgTxD4tjkTvR4boYSEvEle46ns/bwg5iQ==
- dependencies:
- "@babel/preset-flow" "^7.12.1"
- "@babel/preset-react" "^7.12.10"
- "@pmmmwh/react-refresh-webpack-plugin" "^0.4.3"
- "@storybook/addons" "6.3.7"
- "@storybook/core" "6.3.7"
- "@storybook/core-common" "6.3.7"
- "@storybook/node-logger" "6.3.7"
- "@storybook/react-docgen-typescript-plugin" "1.0.2-canary.253f8c1.0"
- "@storybook/semver" "^7.3.2"
- "@types/webpack-env" "^1.16.0"
- babel-plugin-add-react-displayname "^0.0.5"
- babel-plugin-named-asset-import "^0.3.1"
- babel-plugin-react-docgen "^4.2.1"
- core-js "^3.8.2"
- global "^4.4.0"
- lodash "^4.17.20"
+"@storybook/react-dom-shim@8.0.9":
+ version "8.0.9"
+ resolved "https://registry.yarnpkg.com/@storybook/react-dom-shim/-/react-dom-shim-8.0.9.tgz#9fcfcc93a41c84f5a046b0b97647684061e2ac7d"
+ integrity sha512-8011KlRuG3obr5pZZ7bcEyYYNWF3tR596YadoMd267NPoHKvwAbKL1L/DNgb6kiYjZDUf9QfaKSCWW31k0kcRQ==
+
+"@storybook/react-webpack5@^8.0.6":
+ version "8.0.9"
+ resolved "https://registry.yarnpkg.com/@storybook/react-webpack5/-/react-webpack5-8.0.9.tgz#e91ce60be87b0a79ca9daa4d6d8b6417b27e03c4"
+ integrity sha512-JJIEL7fXrSurzc/pUhvZMjwVZpKuWNwjq3N9jTjwy0GxN2lDEu6glHCyMglvij/GURWvm4eXsATHUfNf47B1AA==
+ dependencies:
+ "@storybook/builder-webpack5" "8.0.9"
+ "@storybook/preset-react-webpack" "8.0.9"
+ "@storybook/react" "8.0.9"
+ "@types/node" "^18.0.0"
+
+"@storybook/react@8.0.9", "@storybook/react@^8.0.6":
+ version "8.0.9"
+ resolved "https://registry.yarnpkg.com/@storybook/react/-/react-8.0.9.tgz#b9e286245a4ae79ae0211d672b1143d1c73c90d3"
+ integrity sha512-NeQ6suZG3HKikwe3Tx9cAIaRx7uP8FKCmlVvIiBg4LTTI5orCt94PPakvuZukZcbkqvcCnEBkebAzwUpn8PiJw==
+ dependencies:
+ "@storybook/client-logger" "8.0.9"
+ "@storybook/docs-tools" "8.0.9"
+ "@storybook/global" "^5.0.0"
+ "@storybook/preview-api" "8.0.9"
+ "@storybook/react-dom-shim" "8.0.9"
+ "@storybook/types" "8.0.9"
+ "@types/escodegen" "^0.0.6"
+ "@types/estree" "^0.0.51"
+ "@types/node" "^18.0.0"
+ acorn "^7.4.1"
+ acorn-jsx "^5.3.1"
+ acorn-walk "^7.2.0"
+ escodegen "^2.1.0"
+ html-tags "^3.1.0"
+ lodash "^4.17.21"
prop-types "^15.7.2"
- react-dev-utils "^11.0.3"
- react-refresh "^0.8.3"
- read-pkg-up "^7.0.1"
- regenerator-runtime "^0.13.7"
+ react-element-to-jsx-string "^15.0.0"
+ semver "^7.3.7"
ts-dedent "^2.0.0"
- webpack "4"
+ type-fest "~2.19"
+ util-deprecate "^1.0.2"
-"@storybook/router@6.3.7":
- version "6.3.7"
- resolved "https://registry.yarnpkg.com/@storybook/router/-/router-6.3.7.tgz#1714a99a58a7b9f08b6fcfe2b678dad6ca896736"
- integrity sha512-6tthN8op7H0NoYoE1SkQFJKC42pC4tGaoPn7kEql8XGeUJnxPtVFjrnywlTrRnKuxZKIvbilQBAwDml97XH23Q==
+"@storybook/router@7.6.17":
+ version "7.6.17"
+ resolved "https://registry.yarnpkg.com/@storybook/router/-/router-7.6.17.tgz#de5016086191846ed12af7495aeddcc373cbd0d4"
+ integrity sha512-GnyC0j6Wi5hT4qRhSyT8NPtJfGmf82uZw97LQRWeyYu5gWEshUdM7aj40XlNiScd5cZDp0owO1idduVF2k2l2A==
dependencies:
- "@reach/router" "^1.3.4"
- "@storybook/client-logger" "6.3.7"
- "@types/reach__router" "^1.3.7"
- core-js "^3.8.2"
- fast-deep-equal "^3.1.3"
- global "^4.4.0"
- lodash "^4.17.20"
+ "@storybook/client-logger" "7.6.17"
memoizerific "^1.11.3"
qs "^6.10.0"
- ts-dedent "^2.0.0"
-"@storybook/semver@^7.3.2":
- version "7.3.2"
- resolved "https://registry.yarnpkg.com/@storybook/semver/-/semver-7.3.2.tgz#f3b9c44a1c9a0b933c04e66d0048fcf2fa10dac0"
- integrity sha512-SWeszlsiPsMI0Ps0jVNtH64cI5c0UF3f7KgjVKJoNP30crQ6wUSddY2hsdeczZXEKVJGEn50Q60flcGsQGIcrg==
+"@storybook/router@8.0.9":
+ version "8.0.9"
+ resolved "https://registry.yarnpkg.com/@storybook/router/-/router-8.0.9.tgz#69cfff588d8c8a4160404f1f2897ce1feb9cecb1"
+ integrity sha512-aAOWxbM9J4mt+cp4o88T2PB29mgBBTOzU37/pUsTHYnKnR9XI4npXEXdN8Gv+ryqM0kj0AbBpz/llFlnR2MNNA==
dependencies:
- core-js "^3.6.5"
- find-up "^4.1.0"
+ "@storybook/client-logger" "8.0.9"
+ memoizerific "^1.11.3"
+ qs "^6.10.0"
-"@storybook/source-loader@6.3.7":
- version "6.3.7"
- resolved "https://registry.yarnpkg.com/@storybook/source-loader/-/source-loader-6.3.7.tgz#cc348305df3c2d8d716c0bab7830c9f537b859ff"
- integrity sha512-0xQTq90jwx7W7MJn/idEBCGPOyxi/3No5j+5YdfJsSGJRuMFH3jt6pGgdeZ4XA01cmmIX6bZ+fB9al6yAzs91w==
+"@storybook/source-loader@8.0.9":
+ version "8.0.9"
+ resolved "https://registry.yarnpkg.com/@storybook/source-loader/-/source-loader-8.0.9.tgz#ab897fe28922cf71e58d25b0b22d9088ddd91a96"
+ integrity sha512-FDnpxIGE5nIYT15pvYe6rz95TSBrdLcDll7lOHNyZisWt19MI3wZU3YkVsFNRBuFrebo+FjVU3wHyoV81ur1Qw==
dependencies:
- "@storybook/addons" "6.3.7"
- "@storybook/client-logger" "6.3.7"
- "@storybook/csf" "0.0.1"
- core-js "^3.8.2"
+ "@storybook/csf" "^0.1.4"
+ "@storybook/types" "8.0.9"
estraverse "^5.2.0"
- global "^4.4.0"
- loader-utils "^2.0.0"
- lodash "^4.17.20"
- prettier "~2.2.1"
- regenerator-runtime "^0.13.7"
+ lodash "^4.17.21"
+ prettier "^3.1.1"
+
+"@storybook/telemetry@8.0.9":
+ version "8.0.9"
+ resolved "https://registry.yarnpkg.com/@storybook/telemetry/-/telemetry-8.0.9.tgz#148bd044c4bac7197188aaf54e313fb184fd69aa"
+ integrity sha512-AGGfcup06t+wxhBIkHd0iybieOh9PDVZQJ9oPct5JGB39+ni9wvs0WOD+MYlHbsjp8id7+aGkh6mYuYOvfck+Q==
+ dependencies:
+ "@storybook/client-logger" "8.0.9"
+ "@storybook/core-common" "8.0.9"
+ "@storybook/csf-tools" "8.0.9"
+ chalk "^4.1.0"
+ detect-package-manager "^2.0.1"
+ fetch-retry "^5.0.2"
+ fs-extra "^11.1.0"
+ read-pkg-up "^7.0.1"
-"@storybook/theming@6.3.7", "@storybook/theming@^6.3.7":
- version "6.3.7"
- resolved "https://registry.yarnpkg.com/@storybook/theming/-/theming-6.3.7.tgz#6daf9a21b26ed607f3c28a82acd90c0248e76d8b"
- integrity sha512-GXBdw18JJd5jLLcRonAZWvGGdwEXByxF1IFNDSOYCcpHWsMgTk4XoLjceu9MpXET04pVX51LbVPLCvMdggoohg==
- dependencies:
- "@emotion/core" "^10.1.1"
- "@emotion/is-prop-valid" "^0.8.6"
- "@emotion/styled" "^10.0.27"
- "@storybook/client-logger" "6.3.7"
- core-js "^3.8.2"
- deep-object-diff "^1.1.0"
- emotion-theming "^10.0.27"
- global "^4.4.0"
+"@storybook/theming@7.6.17":
+ version "7.6.17"
+ resolved "https://registry.yarnpkg.com/@storybook/theming/-/theming-7.6.17.tgz#8170e3e72b921380c51a3970890d4cb479a65c2f"
+ integrity sha512-ZbaBt3KAbmBtfjNqgMY7wPMBshhSJlhodyMNQypv+95xLD/R+Az6aBYbpVAOygLaUQaQk4ar7H/Ww6lFIoiFbA==
+ dependencies:
+ "@emotion/use-insertion-effect-with-fallbacks" "^1.0.0"
+ "@storybook/client-logger" "7.6.17"
+ "@storybook/global" "^5.0.0"
memoizerific "^1.11.3"
- polished "^4.0.5"
- resolve-from "^5.0.0"
- ts-dedent "^2.0.0"
-"@storybook/ui@6.3.7":
- version "6.3.7"
- resolved "https://registry.yarnpkg.com/@storybook/ui/-/ui-6.3.7.tgz#d0caea50640670da3189bbbb67c43da30c90455a"
- integrity sha512-PBeRO8qtwAbtHvxUgNtz/ChUR6qnN+R37dMaIs3Y96jbks1fS2K9Mt7W5s1HnUbWbg2KsZMv9D4VYPBasY+Isw==
- dependencies:
- "@emotion/core" "^10.1.1"
- "@storybook/addons" "6.3.7"
- "@storybook/api" "6.3.7"
- "@storybook/channels" "6.3.7"
- "@storybook/client-logger" "6.3.7"
- "@storybook/components" "6.3.7"
- "@storybook/core-events" "6.3.7"
- "@storybook/router" "6.3.7"
- "@storybook/semver" "^7.3.2"
- "@storybook/theming" "6.3.7"
- "@types/markdown-to-jsx" "^6.11.3"
- copy-to-clipboard "^3.3.1"
- core-js "^3.8.2"
- core-js-pure "^3.8.2"
- downshift "^6.0.15"
- emotion-theming "^10.0.27"
- fuse.js "^3.6.1"
- global "^4.4.0"
- lodash "^4.17.20"
- markdown-to-jsx "^6.11.4"
+"@storybook/theming@8.0.9", "@storybook/theming@^8.0.6":
+ version "8.0.9"
+ resolved "https://registry.yarnpkg.com/@storybook/theming/-/theming-8.0.9.tgz#cb5a4f6ddc4a15faa64905cfad60422c3db252f2"
+ integrity sha512-jgfDuYoiNMMirQiASN3Eg0hGDXsEtpdAcMxyShqYGwu9elxgD9yUnYC2nSckYsM74a3ZQ3JaViZ9ZFSe2FHmeQ==
+ dependencies:
+ "@emotion/use-insertion-effect-with-fallbacks" "^1.0.1"
+ "@storybook/client-logger" "8.0.9"
+ "@storybook/global" "^5.0.0"
memoizerific "^1.11.3"
- polished "^4.0.5"
- qs "^6.10.0"
- react-draggable "^4.4.3"
- react-helmet-async "^1.0.7"
- react-sizeme "^3.0.1"
- regenerator-runtime "^0.13.7"
- resolve-from "^5.0.0"
- store2 "^2.12.0"
-"@surma/rollup-plugin-off-main-thread@^1.1.1", "@surma/rollup-plugin-off-main-thread@^1.4.1":
+"@storybook/types@7.6.17":
+ version "7.6.17"
+ resolved "https://registry.yarnpkg.com/@storybook/types/-/types-7.6.17.tgz#0b3c27cb1708c0545a9ea1a23b73aa8852dd47c4"
+ integrity sha512-GRY0xEJQ0PrL7DY2qCNUdIfUOE0Gsue6N+GBJw9ku1IUDFLJRDOF+4Dx2BvYcVCPI5XPqdWKlEyZdMdKjiQN7Q==
+ dependencies:
+ "@storybook/channels" "7.6.17"
+ "@types/babel__core" "^7.0.0"
+ "@types/express" "^4.7.0"
+ file-system-cache "2.3.0"
+
+"@storybook/types@8.0.9":
+ version "8.0.9"
+ resolved "https://registry.yarnpkg.com/@storybook/types/-/types-8.0.9.tgz#6597c35c0b147e43a6b23b2159514fea312f2214"
+ integrity sha512-ew0EXzk9k4B557P1qIWYrnvUcgaE0WWA5qQS0AU8l+fRTp5nvl9O3SP/zNIB0SN1qDFO7dXr3idTNTyIikTcEQ==
+ dependencies:
+ "@storybook/channels" "8.0.9"
+ "@types/express" "^4.7.0"
+ file-system-cache "2.3.0"
+
+"@surma/rollup-plugin-off-main-thread@^1.1.1":
version "1.4.2"
resolved "https://registry.yarnpkg.com/@surma/rollup-plugin-off-main-thread/-/rollup-plugin-off-main-thread-1.4.2.tgz#e6786b6af5799f82f7ab3a82e53f6182d2b91a58"
integrity sha512-yBMPqmd1yEJo/280PAMkychuaALyQ9Lkb5q1ck3mjJrFuEobIfhnQ4J3mbvBoISmR3SWMWV+cGB/I0lCQee79A==
@@ -4927,85 +5281,95 @@
ejs "^2.6.1"
magic-string "^0.25.0"
+"@surma/rollup-plugin-off-main-thread@^2.2.3":
+ version "2.2.3"
+ resolved "https://registry.yarnpkg.com/@surma/rollup-plugin-off-main-thread/-/rollup-plugin-off-main-thread-2.2.3.tgz#ee34985952ca21558ab0d952f00298ad2190c053"
+ integrity sha512-lR8q/9W7hZpMWweNiAKU7NQerBnzQQLvi8qnTDU/fxItPhtZVMbPV3lbCwjhIlNBe9Bbr5V+KHshvWmVSG9cxQ==
+ dependencies:
+ ejs "^3.1.6"
+ json5 "^2.2.0"
+ magic-string "^0.25.0"
+ string.prototype.matchall "^4.0.6"
+
"@svgr/babel-plugin-add-jsx-attribute@^5.4.0":
version "5.4.0"
resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-add-jsx-attribute/-/babel-plugin-add-jsx-attribute-5.4.0.tgz#81ef61947bb268eb9d50523446f9c638fb355906"
integrity sha512-ZFf2gs/8/6B8PnSofI0inYXr2SDNTDScPXhN7k5EqD4aZ3gi6u+rbmZHVB8IM3wDyx8ntKACZbtXSm7oZGRqVg==
-"@svgr/babel-plugin-add-jsx-attribute@^6.0.0":
- version "6.0.0"
- resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-add-jsx-attribute/-/babel-plugin-add-jsx-attribute-6.0.0.tgz#bd6d1ff32a31b82b601e73672a789cc41e84fe18"
- integrity sha512-MdPdhdWLtQsjd29Wa4pABdhWbaRMACdM1h31BY+c6FghTZqNGT7pEYdBoaGeKtdTOBC/XNFQaKVj+r/Ei2ryWA==
+"@svgr/babel-plugin-add-jsx-attribute@^6.5.1":
+ version "6.5.1"
+ resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-add-jsx-attribute/-/babel-plugin-add-jsx-attribute-6.5.1.tgz#74a5d648bd0347bda99d82409d87b8ca80b9a1ba"
+ integrity sha512-9PYGcXrAxitycIjRmZB+Q0JaN07GZIWaTBIGQzfaZv+qr1n8X1XUEJ5rZ/vx6OVD9RRYlrNnXWExQXcmZeD/BQ==
+
+"@svgr/babel-plugin-remove-jsx-attribute@*":
+ version "8.0.0"
+ resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-remove-jsx-attribute/-/babel-plugin-remove-jsx-attribute-8.0.0.tgz#69177f7937233caca3a1afb051906698f2f59186"
+ integrity sha512-BcCkm/STipKvbCl6b7QFrMh/vx00vIP63k2eM66MfHJzPr6O2U0jYEViXkHJWqXqQYjdeA9cuCl5KWmlwjDvbA==
"@svgr/babel-plugin-remove-jsx-attribute@^5.4.0":
version "5.4.0"
resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-remove-jsx-attribute/-/babel-plugin-remove-jsx-attribute-5.4.0.tgz#6b2c770c95c874654fd5e1d5ef475b78a0a962ef"
integrity sha512-yaS4o2PgUtwLFGTKbsiAy6D0o3ugcUhWK0Z45umJ66EPWunAz9fuFw2gJuje6wqQvQWOTJvIahUwndOXb7QCPg==
-"@svgr/babel-plugin-remove-jsx-attribute@^6.0.0":
- version "6.0.0"
- resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-remove-jsx-attribute/-/babel-plugin-remove-jsx-attribute-6.0.0.tgz#58654908beebfa069681a83332544b17e5237e89"
- integrity sha512-aVdtfx9jlaaxc3unA6l+M9YRnKIZjOhQPthLKqmTXC8UVkBLDRGwPKo+r8n3VZN8B34+yVajzPTZ+ptTSuZZCw==
+"@svgr/babel-plugin-remove-jsx-empty-expression@*":
+ version "8.0.0"
+ resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-remove-jsx-empty-expression/-/babel-plugin-remove-jsx-empty-expression-8.0.0.tgz#c2c48104cfd7dcd557f373b70a56e9e3bdae1d44"
+ integrity sha512-5BcGCBfBxB5+XSDSWnhTThfI9jcO5f0Ai2V24gZpG+wXF14BzwxxdDb4g6trdOux0rhibGs385BeFMSmxtS3uA==
"@svgr/babel-plugin-remove-jsx-empty-expression@^5.0.1":
version "5.0.1"
resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-remove-jsx-empty-expression/-/babel-plugin-remove-jsx-empty-expression-5.0.1.tgz#25621a8915ed7ad70da6cea3d0a6dbc2ea933efd"
integrity sha512-LA72+88A11ND/yFIMzyuLRSMJ+tRKeYKeQ+mR3DcAZ5I4h5CPWN9AHyUzJbWSYp/u2u0xhmgOe0+E41+GjEueA==
-"@svgr/babel-plugin-remove-jsx-empty-expression@^6.0.0":
- version "6.0.0"
- resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-remove-jsx-empty-expression/-/babel-plugin-remove-jsx-empty-expression-6.0.0.tgz#d06dd6e8a8f603f92f9979bb9990a1f85a4f57ba"
- integrity sha512-Ccj42ApsePD451AZJJf1QzTD1B/BOU392URJTeXFxSK709i0KUsGtbwyiqsKu7vsYxpTM0IA5clAKDyf9RCZyA==
-
"@svgr/babel-plugin-replace-jsx-attribute-value@^5.0.1":
version "5.0.1"
resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-replace-jsx-attribute-value/-/babel-plugin-replace-jsx-attribute-value-5.0.1.tgz#0b221fc57f9fcd10e91fe219e2cd0dd03145a897"
integrity sha512-PoiE6ZD2Eiy5mK+fjHqwGOS+IXX0wq/YDtNyIgOrc6ejFnxN4b13pRpiIPbtPwHEc+NT2KCjteAcq33/F1Y9KQ==
-"@svgr/babel-plugin-replace-jsx-attribute-value@^6.0.0":
- version "6.0.0"
- resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-replace-jsx-attribute-value/-/babel-plugin-replace-jsx-attribute-value-6.0.0.tgz#0b85837577b02c31c09c758a12932820f5245cee"
- integrity sha512-88V26WGyt1Sfd1emBYmBJRWMmgarrExpKNVmI9vVozha4kqs6FzQJ/Kp5+EYli1apgX44518/0+t9+NU36lThQ==
+"@svgr/babel-plugin-replace-jsx-attribute-value@^6.5.1":
+ version "6.5.1"
+ resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-replace-jsx-attribute-value/-/babel-plugin-replace-jsx-attribute-value-6.5.1.tgz#fb9d22ea26d2bc5e0a44b763d4c46d5d3f596c60"
+ integrity sha512-8DPaVVE3fd5JKuIC29dqyMB54sA6mfgki2H2+swh+zNJoynC8pMPzOkidqHOSc6Wj032fhl8Z0TVn1GiPpAiJg==
"@svgr/babel-plugin-svg-dynamic-title@^5.4.0":
version "5.4.0"
resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-svg-dynamic-title/-/babel-plugin-svg-dynamic-title-5.4.0.tgz#139b546dd0c3186b6e5db4fefc26cb0baea729d7"
integrity sha512-zSOZH8PdZOpuG1ZVx/cLVePB2ibo3WPpqo7gFIjLV9a0QsuQAzJiwwqmuEdTaW2pegyBE17Uu15mOgOcgabQZg==
-"@svgr/babel-plugin-svg-dynamic-title@^6.0.0":
- version "6.0.0"
- resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-svg-dynamic-title/-/babel-plugin-svg-dynamic-title-6.0.0.tgz#28236ec26f7ab9d486a487d36ae52d58ba15676f"
- integrity sha512-F7YXNLfGze+xv0KMQxrl2vkNbI9kzT9oDK55/kUuymh1ACyXkMV+VZWX1zEhSTfEKh7VkHVZGmVtHg8eTZ6PRg==
+"@svgr/babel-plugin-svg-dynamic-title@^6.5.1":
+ version "6.5.1"
+ resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-svg-dynamic-title/-/babel-plugin-svg-dynamic-title-6.5.1.tgz#01b2024a2b53ffaa5efceaa0bf3e1d5a4c520ce4"
+ integrity sha512-FwOEi0Il72iAzlkaHrlemVurgSQRDFbk0OC8dSvD5fSBPHltNh7JtLsxmZUhjYBZo2PpcU/RJvvi6Q0l7O7ogw==
"@svgr/babel-plugin-svg-em-dimensions@^5.4.0":
version "5.4.0"
resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-svg-em-dimensions/-/babel-plugin-svg-em-dimensions-5.4.0.tgz#6543f69526632a133ce5cabab965deeaea2234a0"
integrity sha512-cPzDbDA5oT/sPXDCUYoVXEmm3VIoAWAPT6mSPTJNbQaBNUuEKVKyGH93oDY4e42PYHRW67N5alJx/eEol20abw==
-"@svgr/babel-plugin-svg-em-dimensions@^6.0.0":
- version "6.0.0"
- resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-svg-em-dimensions/-/babel-plugin-svg-em-dimensions-6.0.0.tgz#40267c5dea1b43c4f83a0eb6169e08b43d8bafce"
- integrity sha512-+rghFXxdIqJNLQK08kwPBD3Z22/0b2tEZ9lKiL/yTfuyj1wW8HUXu4bo/XkogATIYuXSghVQOOCwURXzHGKyZA==
+"@svgr/babel-plugin-svg-em-dimensions@^6.5.1":
+ version "6.5.1"
+ resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-svg-em-dimensions/-/babel-plugin-svg-em-dimensions-6.5.1.tgz#dd3fa9f5b24eb4f93bcf121c3d40ff5facecb217"
+ integrity sha512-gWGsiwjb4tw+ITOJ86ndY/DZZ6cuXMNE/SjcDRg+HLuCmwpcjOktwRF9WgAiycTqJD/QXqL2f8IzE2Rzh7aVXA==
"@svgr/babel-plugin-transform-react-native-svg@^5.4.0":
version "5.4.0"
resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-transform-react-native-svg/-/babel-plugin-transform-react-native-svg-5.4.0.tgz#00bf9a7a73f1cad3948cdab1f8dfb774750f8c80"
integrity sha512-3eYP/SaopZ41GHwXma7Rmxcv9uRslRDTY1estspeB1w1ueZWd/tPlMfEOoccYpEMZU3jD4OU7YitnXcF5hLW2Q==
-"@svgr/babel-plugin-transform-react-native-svg@^6.0.0":
- version "6.0.0"
- resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-transform-react-native-svg/-/babel-plugin-transform-react-native-svg-6.0.0.tgz#eb688d0a5f539e34d268d8a516e81f5d7fede7c9"
- integrity sha512-VaphyHZ+xIKv5v0K0HCzyfAaLhPGJXSk2HkpYfXIOKb7DjLBv0soHDxNv6X0vr2titsxE7klb++u7iOf7TSrFQ==
+"@svgr/babel-plugin-transform-react-native-svg@^6.5.1":
+ version "6.5.1"
+ resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-transform-react-native-svg/-/babel-plugin-transform-react-native-svg-6.5.1.tgz#1d8e945a03df65b601551097d8f5e34351d3d305"
+ integrity sha512-2jT3nTayyYP7kI6aGutkyfJ7UMGtuguD72OjeGLwVNyfPRBD8zQthlvL+fAbAKk5n9ZNcvFkp/b1lZ7VsYqVJg==
"@svgr/babel-plugin-transform-svg-component@^5.5.0":
version "5.5.0"
resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-transform-svg-component/-/babel-plugin-transform-svg-component-5.5.0.tgz#583a5e2a193e214da2f3afeb0b9e8d3250126b4a"
integrity sha512-q4jSH1UUvbrsOtlo/tKcgSeiCHRSBdXoIoqX1pgcKK/aU3JD27wmMKwGtpB8qRYUYoyXvfGxUVKchLuR5pB3rQ==
-"@svgr/babel-plugin-transform-svg-component@^6.2.0":
- version "6.2.0"
- resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-transform-svg-component/-/babel-plugin-transform-svg-component-6.2.0.tgz#7ba61d9fc1fb42b0ba1a04e4630019fa7e993c4f"
- integrity sha512-bhYIpsORb++wpsp91fymbFkf09Z/YEKR0DnFjxvN+8JHeCUD2unnh18jIMKnDJTWtvpTaGYPXELVe4OOzFI0xg==
+"@svgr/babel-plugin-transform-svg-component@^6.5.1":
+ version "6.5.1"
+ resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-transform-svg-component/-/babel-plugin-transform-svg-component-6.5.1.tgz#48620b9e590e25ff95a80f811544218d27f8a250"
+ integrity sha512-a1p6LF5Jt33O3rZoVRBqdxL350oge54iZWHNI6LJB5tQ7EelvD/Mb1mfBiZNAan0dt4i3VArkFRjA4iObuNykQ==
"@svgr/babel-preset@^5.5.0":
version "5.5.0"
@@ -5021,19 +5385,19 @@
"@svgr/babel-plugin-transform-react-native-svg" "^5.4.0"
"@svgr/babel-plugin-transform-svg-component" "^5.5.0"
-"@svgr/babel-preset@^6.2.0":
- version "6.2.0"
- resolved "https://registry.yarnpkg.com/@svgr/babel-preset/-/babel-preset-6.2.0.tgz#1d3ad8c7664253a4be8e4a0f0e6872f30d8af627"
- integrity sha512-4WQNY0J71JIaL03DRn0vLiz87JXx0b9dYm2aA8XHlQJQoixMl4r/soYHm8dsaJZ3jWtkCiOYy48dp9izvXhDkQ==
- dependencies:
- "@svgr/babel-plugin-add-jsx-attribute" "^6.0.0"
- "@svgr/babel-plugin-remove-jsx-attribute" "^6.0.0"
- "@svgr/babel-plugin-remove-jsx-empty-expression" "^6.0.0"
- "@svgr/babel-plugin-replace-jsx-attribute-value" "^6.0.0"
- "@svgr/babel-plugin-svg-dynamic-title" "^6.0.0"
- "@svgr/babel-plugin-svg-em-dimensions" "^6.0.0"
- "@svgr/babel-plugin-transform-react-native-svg" "^6.0.0"
- "@svgr/babel-plugin-transform-svg-component" "^6.2.0"
+"@svgr/babel-preset@^6.5.1":
+ version "6.5.1"
+ resolved "https://registry.yarnpkg.com/@svgr/babel-preset/-/babel-preset-6.5.1.tgz#b90de7979c8843c5c580c7e2ec71f024b49eb828"
+ integrity sha512-6127fvO/FF2oi5EzSQOAjo1LE3OtNVh11R+/8FXa+mHx1ptAaS4cknIjnUA7e6j6fwGGJ17NzaTJFUwOV2zwCw==
+ dependencies:
+ "@svgr/babel-plugin-add-jsx-attribute" "^6.5.1"
+ "@svgr/babel-plugin-remove-jsx-attribute" "*"
+ "@svgr/babel-plugin-remove-jsx-empty-expression" "*"
+ "@svgr/babel-plugin-replace-jsx-attribute-value" "^6.5.1"
+ "@svgr/babel-plugin-svg-dynamic-title" "^6.5.1"
+ "@svgr/babel-plugin-svg-em-dimensions" "^6.5.1"
+ "@svgr/babel-plugin-transform-react-native-svg" "^6.5.1"
+ "@svgr/babel-plugin-transform-svg-component" "^6.5.1"
"@svgr/cli@^5.5.0":
version "5.5.0"
@@ -5059,12 +5423,14 @@
camelcase "^6.2.0"
cosmiconfig "^7.0.0"
-"@svgr/core@^6.2.1":
- version "6.2.1"
- resolved "https://registry.yarnpkg.com/@svgr/core/-/core-6.2.1.tgz#195de807a9f27f9e0e0d678e01084b05c54fdf61"
- integrity sha512-NWufjGI2WUyrg46mKuySfviEJ6IxHUOm/8a3Ph38VCWSp+83HBraCQrpEM3F3dB6LBs5x8OElS8h3C0oOJaJAA==
+"@svgr/core@^6.5.1":
+ version "6.5.1"
+ resolved "https://registry.yarnpkg.com/@svgr/core/-/core-6.5.1.tgz#d3e8aa9dbe3fbd747f9ee4282c1c77a27410488a"
+ integrity sha512-/xdLSWxK5QkqG524ONSjvg3V/FkNyCv538OIBdQqPNaAta3AsXj/Bd2FbvR87yMbXO2hFSWiAe/Q6IkVPDw+mw==
dependencies:
- "@svgr/plugin-jsx" "^6.2.1"
+ "@babel/core" "^7.19.6"
+ "@svgr/babel-preset" "^6.5.1"
+ "@svgr/plugin-jsx" "^6.5.1"
camelcase "^6.2.0"
cosmiconfig "^7.0.1"
@@ -5075,13 +5441,13 @@
dependencies:
"@babel/types" "^7.12.6"
-"@svgr/hast-util-to-babel-ast@^6.2.1":
- version "6.2.1"
- resolved "https://registry.yarnpkg.com/@svgr/hast-util-to-babel-ast/-/hast-util-to-babel-ast-6.2.1.tgz#ae065567b74cbe745afae617053adf9a764bea25"
- integrity sha512-pt7MMkQFDlWJVy9ULJ1h+hZBDGFfSCwlBNW1HkLnVi7jUhyEXUaGYWi1x6bM2IXuAR9l265khBT4Av4lPmaNLQ==
+"@svgr/hast-util-to-babel-ast@^6.5.1":
+ version "6.5.1"
+ resolved "https://registry.yarnpkg.com/@svgr/hast-util-to-babel-ast/-/hast-util-to-babel-ast-6.5.1.tgz#81800bd09b5bcdb968bf6ee7c863d2288fdb80d2"
+ integrity sha512-1hnUxxjd83EAxbL4a0JDJoD3Dao3hmjvyvyEV8PzWmLK3B9m9NPlW7GKjFyoWE8nM7HnXzPcmmSyOW8yOddSXw==
dependencies:
- "@babel/types" "^7.15.6"
- entities "^3.0.1"
+ "@babel/types" "^7.20.0"
+ entities "^4.4.0"
"@svgr/plugin-jsx@^5.5.0":
version "5.5.0"
@@ -5093,15 +5459,15 @@
"@svgr/hast-util-to-babel-ast" "^5.5.0"
svg-parser "^2.0.2"
-"@svgr/plugin-jsx@^6.2.1":
- version "6.2.1"
- resolved "https://registry.yarnpkg.com/@svgr/plugin-jsx/-/plugin-jsx-6.2.1.tgz#5668f1d2aa18c2f1bb7a1fc9f682d3f9aed263bd"
- integrity sha512-u+MpjTsLaKo6r3pHeeSVsh9hmGRag2L7VzApWIaS8imNguqoUwDq/u6U/NDmYs/KAsrmtBjOEaAAPbwNGXXp1g==
+"@svgr/plugin-jsx@^6.5.1":
+ version "6.5.1"
+ resolved "https://registry.yarnpkg.com/@svgr/plugin-jsx/-/plugin-jsx-6.5.1.tgz#0e30d1878e771ca753c94e69581c7971542a7072"
+ integrity sha512-+UdQxI3jgtSjCykNSlEMuy1jSRQlGC7pqBCPvkG/2dATdWo082zHTTK3uhnAju2/6XpE6B5mZ3z4Z8Ns01S8Gw==
dependencies:
- "@babel/core" "^7.15.5"
- "@svgr/babel-preset" "^6.2.0"
- "@svgr/hast-util-to-babel-ast" "^6.2.1"
- svg-parser "^2.0.2"
+ "@babel/core" "^7.19.6"
+ "@svgr/babel-preset" "^6.5.1"
+ "@svgr/hast-util-to-babel-ast" "^6.5.1"
+ svg-parser "^2.0.4"
"@svgr/plugin-prettier@^5.5.0":
version "5.5.0"
@@ -5120,14 +5486,14 @@
deepmerge "^4.2.2"
svgo "^1.2.2"
-"@svgr/plugin-svgo@^6.2.0":
- version "6.2.0"
- resolved "https://registry.yarnpkg.com/@svgr/plugin-svgo/-/plugin-svgo-6.2.0.tgz#4cbe6a33ccccdcae4e3b63ded64cc1cbe1faf48c"
- integrity sha512-oDdMQONKOJEbuKwuy4Np6VdV6qoaLLvoY86hjvQEgU82Vx1MSWRyYms6Sl0f+NtqxLI/rDVufATbP/ev996k3Q==
+"@svgr/plugin-svgo@^6.5.1":
+ version "6.5.1"
+ resolved "https://registry.yarnpkg.com/@svgr/plugin-svgo/-/plugin-svgo-6.5.1.tgz#0f91910e988fc0b842f88e0960c2862e022abe84"
+ integrity sha512-omvZKf8ixP9z6GWgwbtmP9qQMPX4ODXi+wzbVZgomNFsUIlHA1sf4fThdwTWSsZGgvGAG6yE+b/F5gWUkcZ/iQ==
dependencies:
cosmiconfig "^7.0.1"
deepmerge "^4.2.2"
- svgo "^2.5.0"
+ svgo "^2.8.0"
"@svgr/webpack@5.5.0", "@svgr/webpack@^5.5.0":
version "5.5.0"
@@ -5143,19 +5509,19 @@
"@svgr/plugin-svgo" "^5.5.0"
loader-utils "^2.0.0"
-"@svgr/webpack@^6.0.0", "@svgr/webpack@^6.2.1":
- version "6.2.1"
- resolved "https://registry.yarnpkg.com/@svgr/webpack/-/webpack-6.2.1.tgz#ef5d51c1b6be4e7537fb9f76b3f2b2e22b63c58d"
- integrity sha512-h09ngMNd13hnePwgXa+Y5CgOjzlCvfWLHg+MBnydEedAnuLRzUHUJmGS3o2OsrhxTOOqEsPOFt5v/f6C5Qulcw==
- dependencies:
- "@babel/core" "^7.15.5"
- "@babel/plugin-transform-react-constant-elements" "^7.14.5"
- "@babel/preset-env" "^7.15.6"
- "@babel/preset-react" "^7.14.5"
- "@babel/preset-typescript" "^7.15.0"
- "@svgr/core" "^6.2.1"
- "@svgr/plugin-jsx" "^6.2.1"
- "@svgr/plugin-svgo" "^6.2.0"
+"@svgr/webpack@^6.2.1":
+ version "6.5.1"
+ resolved "https://registry.yarnpkg.com/@svgr/webpack/-/webpack-6.5.1.tgz#ecf027814fc1cb2decc29dc92f39c3cf691e40e8"
+ integrity sha512-cQ/AsnBkXPkEK8cLbv4Dm7JGXq2XrumKnL1dRpJD9rIO2fTIlJI9a1uCciYG1F2aUsox/hJQyNGbt3soDxSRkA==
+ dependencies:
+ "@babel/core" "^7.19.6"
+ "@babel/plugin-transform-react-constant-elements" "^7.18.12"
+ "@babel/preset-env" "^7.19.4"
+ "@babel/preset-react" "^7.18.6"
+ "@babel/preset-typescript" "^7.18.6"
+ "@svgr/core" "^6.5.1"
+ "@svgr/plugin-jsx" "^6.5.1"
+ "@svgr/plugin-svgo" "^6.5.1"
"@szmarczak/http-timer@^1.1.2":
version "1.1.2"
@@ -5170,38 +5536,38 @@
integrity sha512-ID7fosbc50TbT0MK0EG12O+gAP3W3Aa/Pz4DaTtQtEvlc9Odaqi0de+xuZ7Li2GtK4HzEX7IuRWS/JmZLksR3Q==
"@testing-library/dom@^8.0.0":
- version "8.11.0"
- resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-8.11.0.tgz#3679dfb4db58e0d2b95e4b0929eaf45237b60d94"
- integrity sha512-8Ay4UDiMlB5YWy+ZvCeRyFFofs53ebxrWnOFvCoM1HpMAX4cHyuSrCuIM9l2lVuUWUt+Gr3loz/nCwdrnG6ShQ==
+ version "8.20.1"
+ resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-8.20.1.tgz#2e52a32e46fc88369eef7eef634ac2a192decd9f"
+ integrity sha512-/DiOQ5xBxgdYRC8LNk7U+RWat0S3qRLeIw3ZIkMQ9kkVlRmwD/Eg8k8CqIpD6GW7u20JIUOfMKbxtiLutpjQ4g==
dependencies:
"@babel/code-frame" "^7.10.4"
"@babel/runtime" "^7.12.5"
- "@types/aria-query" "^4.2.0"
- aria-query "^5.0.0"
+ "@types/aria-query" "^5.0.1"
+ aria-query "5.1.3"
chalk "^4.1.0"
dom-accessibility-api "^0.5.9"
- lz-string "^1.4.4"
+ lz-string "^1.5.0"
pretty-format "^27.0.2"
"@testing-library/jest-dom@^5.16.1":
- version "5.16.1"
- resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-5.16.1.tgz#3db7df5ae97596264a7da9696fe14695ba02e51f"
- integrity sha512-ajUJdfDIuTCadB79ukO+0l8O+QwN0LiSxDaYUTI4LndbbUsGi6rWU1SCexXzBA2NSjlVB9/vbkasQIL3tmPBjw==
+ version "5.17.0"
+ resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-5.17.0.tgz#5e97c8f9a15ccf4656da00fecab505728de81e0c"
+ integrity sha512-ynmNeT7asXyH3aSVv4vvX4Rb+0qjOhdNHnO/3vuZNqPmhDpV/+rCSGwQ7bLcmU2cJ4dvoheIO85LQj0IbJHEtg==
dependencies:
+ "@adobe/css-tools" "^4.0.1"
"@babel/runtime" "^7.9.2"
"@types/testing-library__jest-dom" "^5.9.1"
aria-query "^5.0.0"
chalk "^3.0.0"
- css "^3.0.0"
css.escape "^1.5.1"
dom-accessibility-api "^0.5.6"
lodash "^4.17.15"
redent "^3.0.0"
"@testing-library/react-hooks@^7.0.1":
- version "7.0.1"
- resolved "https://registry.yarnpkg.com/@testing-library/react-hooks/-/react-hooks-7.0.1.tgz#8429d8bf55bfe82e486bd582dd06457c2464900a"
- integrity sha512-bpEQ2SHSBSzBmfJ437NmnP+oArQ7aVmmULiAp6Ag2rtyLBLPNFSMmgltUbFGmQOJdPWo4Ub31kpUC5T46zXNwQ==
+ version "7.0.2"
+ resolved "https://registry.yarnpkg.com/@testing-library/react-hooks/-/react-hooks-7.0.2.tgz#3388d07f562d91e7f2431a4a21b5186062ecfee0"
+ integrity sha512-dYxpz8u9m4q1TuzfcUApqi8iFfR6R0FaMbr2hjZJy1uC8z+bO/K4v8Gs9eogGKYQop7QsrBTFkv/BCF7MzD2Cg==
dependencies:
"@babel/runtime" "^7.12.5"
"@types/react" ">=16.9.0"
@@ -5210,12 +5576,13 @@
react-error-boundary "^3.1.0"
"@testing-library/react@^12.1.2":
- version "12.1.2"
- resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-12.1.2.tgz#f1bc9a45943461fa2a598bb4597df1ae044cfc76"
- integrity sha512-ihQiEOklNyHIpo2Y8FREkyD1QAea054U0MVbwH1m8N9TxeFz+KoJ9LkqoKqJlzx2JDm56DVwaJ1r36JYxZM05g==
+ version "12.1.5"
+ resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-12.1.5.tgz#bb248f72f02a5ac9d949dea07279095fa577963b"
+ integrity sha512-OfTXCJUFgjd/digLUuPxa0+/3ZxsQmE7ub9kcbW/wi96Bh3o/p5vrETcBGfP17NWPGqeYYl5LTRpwyGoMC4ysg==
dependencies:
"@babel/runtime" "^7.12.5"
"@testing-library/dom" "^8.0.0"
+ "@types/react-dom" "<18.0.0"
"@testing-library/user-event@^13.5.0":
version "13.5.0"
@@ -5234,165 +5601,201 @@
resolved "https://registry.yarnpkg.com/@trysound/sax/-/sax-0.2.0.tgz#cccaab758af56761eb7bf37af6f03f326dd798ad"
integrity sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==
-"@types/anymatch@*":
- version "1.3.1"
- resolved "https://registry.yarnpkg.com/@types/anymatch/-/anymatch-1.3.1.tgz#336badc1beecb9dacc38bea2cf32adf627a8421a"
- integrity sha512-/+CRPXpBDpo2RK9C68N3b2cOvO0Cf5B9aPijHsoDQTHivnGSObdOF2BRQOYjojWTDy6nQvMjmqRXIxH55VjxxA==
-
-"@types/aria-query@^4.2.0":
- version "4.2.2"
- resolved "https://registry.yarnpkg.com/@types/aria-query/-/aria-query-4.2.2.tgz#ed4e0ad92306a704f9fb132a0cfcf77486dbe2bc"
- integrity sha512-HnYpAE1Y6kRyKM/XkEuiRQhTHvkzMBurTHnpFLYLBGPIylZNPs9jJcuOOYWxPLJCSEtmZT0Y8rHDokKN7rRTig==
+"@types/aria-query@^5.0.1":
+ version "5.0.4"
+ resolved "https://registry.yarnpkg.com/@types/aria-query/-/aria-query-5.0.4.tgz#1a31c3d378850d2778dabb6374d036dcba4ba708"
+ integrity sha512-rfT93uj5s0PRL7EzccGMs3brplhcrghnDoV26NqKhCAS1hVo+WdNsPvE/yb6ilfr5hi2MEk6d5EWJTKdxg8jVw==
-"@types/babel__core@^7.0.0", "@types/babel__core@^7.1.14", "@types/babel__core@^7.1.7":
- version "7.1.16"
- resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.1.16.tgz#bc12c74b7d65e82d29876b5d0baf5c625ac58702"
- integrity sha512-EAEHtisTMM+KaKwfWdC3oyllIqswlznXCIVCt7/oRNrh+DhgT4UEBNC/jlADNjvw7UnfbcdkGQcPVZ1xYiLcrQ==
+"@types/babel__core@^7.0.0", "@types/babel__core@^7.1.14", "@types/babel__core@^7.1.7", "@types/babel__core@^7.18.0":
+ version "7.20.5"
+ resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.20.5.tgz#3df15f27ba85319caa07ba08d0721889bb39c017"
+ integrity sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==
dependencies:
- "@babel/parser" "^7.1.0"
- "@babel/types" "^7.0.0"
+ "@babel/parser" "^7.20.7"
+ "@babel/types" "^7.20.7"
"@types/babel__generator" "*"
"@types/babel__template" "*"
"@types/babel__traverse" "*"
"@types/babel__generator@*":
- version "7.6.2"
- resolved "https://registry.yarnpkg.com/@types/babel__generator/-/babel__generator-7.6.2.tgz#f3d71178e187858f7c45e30380f8f1b7415a12d8"
- integrity sha512-MdSJnBjl+bdwkLskZ3NGFp9YcXGx5ggLpQQPqtgakVhsWK0hTtNYhjpZLlWQTviGTvF8at+Bvli3jV7faPdgeQ==
+ version "7.6.8"
+ resolved "https://registry.yarnpkg.com/@types/babel__generator/-/babel__generator-7.6.8.tgz#f836c61f48b1346e7d2b0d93c6dacc5b9535d3ab"
+ integrity sha512-ASsj+tpEDsEiFr1arWrlN6V3mdfjRMZt6LtK/Vp/kreFLnr5QH5+DhvD5nINYZXzwJvXeGq+05iUXcAzVrqWtw==
dependencies:
"@babel/types" "^7.0.0"
"@types/babel__template@*":
- version "7.4.0"
- resolved "https://registry.yarnpkg.com/@types/babel__template/-/babel__template-7.4.0.tgz#0c888dd70b3ee9eebb6e4f200e809da0076262be"
- integrity sha512-NTPErx4/FiPCGScH7foPyr+/1Dkzkni+rHiYHHoTjvwou7AQzJkNeD60A9CXRy+ZEN2B1bggmkTMCDb+Mv5k+A==
+ version "7.4.4"
+ resolved "https://registry.yarnpkg.com/@types/babel__template/-/babel__template-7.4.4.tgz#5672513701c1b2199bc6dad636a9d7491586766f"
+ integrity sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==
dependencies:
"@babel/parser" "^7.1.0"
"@babel/types" "^7.0.0"
-"@types/babel__traverse@*", "@types/babel__traverse@^7.0.4", "@types/babel__traverse@^7.0.6":
- version "7.0.16"
- resolved "https://registry.yarnpkg.com/@types/babel__traverse/-/babel__traverse-7.0.16.tgz#0bbbf70c7bc4193210dd27e252c51260a37cd6a7"
- integrity sha512-S63Dt4CZOkuTmpLGGWtT/mQdVORJOpx6SZWGVaP56dda/0Nx5nEe82K7/LAm8zYr6SfMq+1N2OreIOrHAx656w==
+"@types/babel__traverse@*", "@types/babel__traverse@^7.0.4", "@types/babel__traverse@^7.0.6", "@types/babel__traverse@^7.18.0":
+ version "7.20.5"
+ resolved "https://registry.yarnpkg.com/@types/babel__traverse/-/babel__traverse-7.20.5.tgz#7b7502be0aa80cc4ef22978846b983edaafcd4dd"
+ integrity sha512-WXCyOcRtH37HAUkpXhUduaxdm82b4GSlyTqajXviN4EfiuPgNYR109xMCKvpl6zPIpua0DGlMEDCq+g8EdoheQ==
dependencies:
- "@babel/types" "^7.3.0"
+ "@babel/types" "^7.20.7"
"@types/body-parser@*":
- version "1.19.2"
- resolved "https://registry.yarnpkg.com/@types/body-parser/-/body-parser-1.19.2.tgz#aea2059e28b7658639081347ac4fab3de166e6f0"
- integrity sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g==
+ version "1.19.5"
+ resolved "https://registry.yarnpkg.com/@types/body-parser/-/body-parser-1.19.5.tgz#04ce9a3b677dc8bd681a17da1ab9835dc9d3ede4"
+ integrity sha512-fB3Zu92ucau0iQ0JMCFQE7b/dv8Ot07NI3KaZIkIUNXq82k4eBAqUaneXfleGY9JWskeS9y+u0nXMyspcuQrCg==
dependencies:
"@types/connect" "*"
"@types/node" "*"
"@types/bonjour@^3.5.9":
- version "3.5.10"
- resolved "https://registry.yarnpkg.com/@types/bonjour/-/bonjour-3.5.10.tgz#0f6aadfe00ea414edc86f5d106357cda9701e275"
- integrity sha512-p7ienRMiS41Nu2/igbJxxLDWrSZ0WxM8UQgCeO9KhoVF7cOVFkrKsiDr1EsJIla8vV3oEEjGcz11jc5yimhzZw==
+ version "3.5.13"
+ resolved "https://registry.yarnpkg.com/@types/bonjour/-/bonjour-3.5.13.tgz#adf90ce1a105e81dd1f9c61fdc5afda1bfb92956"
+ integrity sha512-z9fJ5Im06zvUL548KvYNecEVlA7cVDkGUi6kZusb04mpyEFKCIZJvloCcmpmLaIahDpOQGHaHmG6imtPMmPXGQ==
dependencies:
"@types/node" "*"
-"@types/braces@*":
- version "3.0.0"
- resolved "https://registry.yarnpkg.com/@types/braces/-/braces-3.0.0.tgz#7da1c0d44ff1c7eb660a36ec078ea61ba7eb42cb"
- integrity sha512-TbH79tcyi9FHwbyboOKeRachRq63mSuWYXOflsNO9ZyE5ClQ/JaozNKl+aWUq87qPNsXasXxi2AbgfwIJ+8GQw==
-
-"@types/color-convert@^2.0.0":
- version "2.0.0"
- resolved "https://registry.yarnpkg.com/@types/color-convert/-/color-convert-2.0.0.tgz#8f5ee6b9e863dcbee5703f5a517ffb13d3ea4e22"
- integrity sha512-m7GG7IKKGuJUXvkZ1qqG3ChccdIM/qBBo913z+Xft0nKCX4hAU/IxKwZBU4cpRZ7GS5kV4vOblUkILtSShCPXQ==
- dependencies:
- "@types/color-name" "*"
-
-"@types/color-name@*":
- version "1.1.1"
- resolved "https://registry.yarnpkg.com/@types/color-name/-/color-name-1.1.1.tgz#1c1261bbeaa10a8055bbc5d8ab84b7b2afc846a0"
- integrity sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ==
-
"@types/connect-history-api-fallback@^1.3.5":
- version "1.3.5"
- resolved "https://registry.yarnpkg.com/@types/connect-history-api-fallback/-/connect-history-api-fallback-1.3.5.tgz#d1f7a8a09d0ed5a57aee5ae9c18ab9b803205dae"
- integrity sha512-h8QJa8xSb1WD4fpKBDcATDNGXghFj6/3GRWG6dhmRcu0RX1Ubasur2Uvx5aeEwlf0MwblEC2bMzzMQntxnw/Cw==
+ version "1.5.4"
+ resolved "https://registry.yarnpkg.com/@types/connect-history-api-fallback/-/connect-history-api-fallback-1.5.4.tgz#7de71645a103056b48ac3ce07b3520b819c1d5b3"
+ integrity sha512-n6Cr2xS1h4uAulPRdlw6Jl6s1oG8KrVilPN2yUITEs+K48EzMJJ3W1xy8K5eWuFvjp3R74AOIGSmp2UfBJ8HFw==
dependencies:
"@types/express-serve-static-core" "*"
"@types/node" "*"
"@types/connect@*":
- version "3.4.35"
- resolved "https://registry.yarnpkg.com/@types/connect/-/connect-3.4.35.tgz#5fcf6ae445e4021d1fc2219a4873cc73a3bb2ad1"
- integrity sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ==
+ version "3.4.38"
+ resolved "https://registry.yarnpkg.com/@types/connect/-/connect-3.4.38.tgz#5ba7f3bc4fbbdeaff8dded952e5ff2cc53f8d858"
+ integrity sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==
dependencies:
"@types/node" "*"
+"@types/cross-spawn@^6.0.2":
+ version "6.0.6"
+ resolved "https://registry.yarnpkg.com/@types/cross-spawn/-/cross-spawn-6.0.6.tgz#0163d0b79a6f85409e0decb8dcca17147f81fd22"
+ integrity sha512-fXRhhUkG4H3TQk5dBhQ7m/JDdSNHKwR2BBia62lhwEIq9xGiQKLxd6LymNhn47SjXhsUEPmxi+PKw2OkW4LLjA==
+ dependencies:
+ "@types/node" "*"
+
+"@types/detect-port@^1.3.0":
+ version "1.3.5"
+ resolved "https://registry.yarnpkg.com/@types/detect-port/-/detect-port-1.3.5.tgz#deecde143245989dee0e82115f3caba5ee0ea747"
+ integrity sha512-Rf3/lB9WkDfIL9eEKaSYKc+1L/rNVYBjThk22JTqQw0YozXarX8YljFAz+HCoC6h4B4KwCMsBPZHaFezwT4BNA==
+
+"@types/doctrine@^0.0.3":
+ version "0.0.3"
+ resolved "https://registry.yarnpkg.com/@types/doctrine/-/doctrine-0.0.3.tgz#e892d293c92c9c1d3f9af72c15a554fbc7e0895a"
+ integrity sha512-w5jZ0ee+HaPOaX25X2/2oGR/7rgAQSYII7X7pp0m9KgBfMP7uKfMfTvcpl5Dj+eDBbpxKGiqE+flqDr6XTd2RA==
+
+"@types/doctrine@^0.0.6":
+ version "0.0.6"
+ resolved "https://registry.yarnpkg.com/@types/doctrine/-/doctrine-0.0.6.tgz#12ede1f7cd3797be5856277c85f031299ccd2641"
+ integrity sha512-KlEqPtaNBHBJ2/fVA4yLdD0Tc8zw34pKU4K5SHBIEwtLJ8xxumIC1xeG+4S+/9qhVj2MqC7O3Ld8WvDG4HqlgA==
+
+"@types/doctrine@^0.0.9":
+ version "0.0.9"
+ resolved "https://registry.yarnpkg.com/@types/doctrine/-/doctrine-0.0.9.tgz#d86a5f452a15e3e3113b99e39616a9baa0f9863f"
+ integrity sha512-eOIHzCUSH7SMfonMG1LsC2f8vxBFtho6NGBznK41R84YzPuvSBzrhEps33IsQiOW9+VL6NQ9DbjQJznk/S4uRA==
+
+"@types/ejs@^3.1.1":
+ version "3.1.5"
+ resolved "https://registry.yarnpkg.com/@types/ejs/-/ejs-3.1.5.tgz#49d738257cc73bafe45c13cb8ff240683b4d5117"
+ integrity sha512-nv+GSx77ZtXiJzwKdsASqi+YQ5Z7vwHsTP0JY2SiQgjGckkBRKZnk8nIM+7oUZ1VCtuTz0+By4qVR7fqzp/Dfg==
+
+"@types/emscripten@^1.39.6":
+ version "1.39.10"
+ resolved "https://registry.yarnpkg.com/@types/emscripten/-/emscripten-1.39.10.tgz#da6e58a6171b46a41d3694f812d845d515c77e18"
+ integrity sha512-TB/6hBkYQJxsZHSqyeuO1Jt0AB/bW6G7rHt9g7lML7SOF6lbgcHvw/Lr+69iqN0qxgXLhWKScAon73JNnptuDw==
+
+"@types/escodegen@^0.0.6":
+ version "0.0.6"
+ resolved "https://registry.yarnpkg.com/@types/escodegen/-/escodegen-0.0.6.tgz#5230a9ce796e042cda6f086dbf19f22ea330659c"
+ integrity sha512-AjwI4MvWx3HAOaZqYsjKWyEObT9lcVV0Y0V8nXo6cXzN8ZiMxVhf6F3d/UNvXVGKrEzL/Dluc5p+y9GkzlTWig==
+
"@types/eslint-scope@^3.7.3":
- version "3.7.3"
- resolved "https://registry.yarnpkg.com/@types/eslint-scope/-/eslint-scope-3.7.3.tgz#125b88504b61e3c8bc6f870882003253005c3224"
- integrity sha512-PB3ldyrcnAicT35TWPs5IcwKD8S333HMaa2VVv4+wdvebJkjWuW/xESoB8IwRcog8HYVYamb1g/R31Qv5Bx03g==
+ version "3.7.7"
+ resolved "https://registry.yarnpkg.com/@types/eslint-scope/-/eslint-scope-3.7.7.tgz#3108bd5f18b0cdb277c867b3dd449c9ed7079ac5"
+ integrity sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==
dependencies:
"@types/eslint" "*"
"@types/estree" "*"
-"@types/eslint@*", "@types/eslint@^7.2.6":
- version "7.28.0"
- resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-7.28.0.tgz#7e41f2481d301c68e14f483fe10b017753ce8d5a"
- integrity sha512-07XlgzX0YJUn4iG1ocY4IX9DzKSmMGUs6ESKlxWhZRaa0fatIWaHWUVapcuGa8r5HFnTqzj+4OCjd5f7EZ/i/A==
+"@types/eslint@*", "@types/eslint@^7.29.0 || ^8.4.1":
+ version "8.56.10"
+ resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-8.56.10.tgz#eb2370a73bf04a901eeba8f22595c7ee0f7eb58d"
+ integrity sha512-Shavhk87gCtY2fhXDctcfS3e6FdxWkCx1iUZ9eEUbh7rTqlZT0/IzOkCOVt0fCjcFuZ9FPYfuezTBImfHCDBGQ==
dependencies:
"@types/estree" "*"
"@types/json-schema" "*"
-"@types/estree@*", "@types/estree@^0.0.51":
- version "0.0.51"
- resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.51.tgz#cfd70924a25a3fd32b218e5e420e6897e1ac4f40"
- integrity sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ==
+"@types/eslint@^7.29.0":
+ version "7.29.0"
+ resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-7.29.0.tgz#e56ddc8e542815272720bb0b4ccc2aff9c3e1c78"
+ integrity sha512-VNcvioYDH8/FxaeTKkM4/TiTwt6pBV9E3OfGmvaw8tPl0rrHCJ4Ll15HRT+pMiFAf/MLQvAzC+6RzUMEL9Ceng==
+ dependencies:
+ "@types/estree" "*"
+ "@types/json-schema" "*"
+
+"@types/estree@*", "@types/estree@^1.0.5":
+ version "1.0.5"
+ resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.5.tgz#a6ce3e556e00fd9895dd872dd172ad0d4bd687f4"
+ integrity sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==
"@types/estree@0.0.39":
version "0.0.39"
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caaa7422644389509f"
integrity sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==
-"@types/express-serve-static-core@*", "@types/express-serve-static-core@^4.17.18":
- version "4.17.28"
- resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.17.28.tgz#c47def9f34ec81dc6328d0b1b5303d1ec98d86b8"
- integrity sha512-P1BJAEAW3E2DJUlkgq4tOL3RyMunoWXqbSCygWo5ZIWTjUgN1YnaXWW4VWl/oc8vs/XoYibEGBKP0uZyF4AHig==
+"@types/estree@^0.0.51":
+ version "0.0.51"
+ resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.51.tgz#cfd70924a25a3fd32b218e5e420e6897e1ac4f40"
+ integrity sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ==
+
+"@types/express-serve-static-core@*", "@types/express-serve-static-core@^4.17.33":
+ version "4.19.0"
+ resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.19.0.tgz#3ae8ab3767d98d0b682cda063c3339e1e86ccfaa"
+ integrity sha512-bGyep3JqPCRry1wq+O5n7oiBgGWmeIJXPjXXCo8EK0u8duZGSYar7cGqd3ML2JUsLGeB7fmc06KYo9fLGWqPvQ==
dependencies:
"@types/node" "*"
"@types/qs" "*"
"@types/range-parser" "*"
+ "@types/send" "*"
-"@types/express@*", "@types/express@^4.17.13":
- version "4.17.13"
- resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.13.tgz#a76e2995728999bab51a33fabce1d705a3709034"
- integrity sha512-6bSZTPaTIACxn48l50SR+axgrqm6qXFIxrdAKaG6PaJk3+zuUr35hBlgT7vOmJcum+OEaIBLtHV/qloEAFITeA==
+"@types/express@*", "@types/express@^4.17.13", "@types/express@^4.7.0":
+ version "4.17.21"
+ resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.21.tgz#c26d4a151e60efe0084b23dc3369ebc631ed192d"
+ integrity sha512-ejlPM315qwLpaQlQDTjPdsUFSc6ZsP4AN6AlWnogPjQ7CVi7PYF3YVz+CY3jE2pwYf7E/7HlDAN0rV2GxTG0HQ==
dependencies:
"@types/body-parser" "*"
- "@types/express-serve-static-core" "^4.17.18"
+ "@types/express-serve-static-core" "^4.17.33"
"@types/qs" "*"
"@types/serve-static" "*"
-"@types/glob-base@^0.3.0":
- version "0.3.0"
- resolved "https://registry.yarnpkg.com/@types/glob-base/-/glob-base-0.3.0.tgz#a581d688347e10e50dd7c17d6f2880a10354319d"
- integrity sha1-pYHWiDR+EOUN18F9byiAoQNUMZ0=
-
-"@types/glob@*", "@types/glob@^7.1.1":
- version "7.1.3"
- resolved "https://registry.yarnpkg.com/@types/glob/-/glob-7.1.3.tgz#e6ba80f36b7daad2c685acd9266382e68985c183"
- integrity sha512-SEYeGAIQIQX8NN6LDKprLjbrd5dARM5EXsd8GI/A5l0apYI1fGMWgPHSe4ZKL4eozlAyI+doUE9XbYS4xCkQ1w==
+"@types/glob@^7.1.1":
+ version "7.2.0"
+ resolved "https://registry.yarnpkg.com/@types/glob/-/glob-7.2.0.tgz#bc1b5bf3aa92f25bd5dd39f35c57361bdce5b2eb"
+ integrity sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==
dependencies:
"@types/minimatch" "*"
"@types/node" "*"
"@types/graceful-fs@^4.1.2":
- version "4.1.4"
- resolved "https://registry.yarnpkg.com/@types/graceful-fs/-/graceful-fs-4.1.4.tgz#4ff9f641a7c6d1a3508ff88bc3141b152772e753"
- integrity sha512-mWA/4zFQhfvOA8zWkXobwJvBD7vzcxgrOQ0J5CH1votGqdq9m7+FwtGaqyCZqC3NyyBkc9z4m+iry4LlqcMWJg==
+ version "4.1.9"
+ resolved "https://registry.yarnpkg.com/@types/graceful-fs/-/graceful-fs-4.1.9.tgz#2a06bc0f68a20ab37b3e36aa238be6abdf49e8b4"
+ integrity sha512-olP3sd1qOEe5dXTSaFvQG+02VdRXcdytWLAZsAq1PecU8uqQAhkrnbli7DagjtXKW/Bl7YJbUsa8MPcuc8LHEQ==
dependencies:
"@types/node" "*"
"@types/hast@^2.0.0":
- version "2.3.1"
- resolved "https://registry.yarnpkg.com/@types/hast/-/hast-2.3.1.tgz#b16872f2a6144c7025f296fb9636a667ebb79cd9"
- integrity sha512-viwwrB+6xGzw+G1eWpF9geV3fnsDgXqHG+cqgiHrvQfDUW5hzhCyV7Sy3UJxhfRFBsgky2SSW33qi/YrIkjX5Q==
+ version "2.3.10"
+ resolved "https://registry.yarnpkg.com/@types/hast/-/hast-2.3.10.tgz#5c9d9e0b304bbb8879b857225c5ebab2d81d7643"
+ integrity sha512-McWspRw8xx8J9HurkVBfYj0xKoE25tOFlHGdx4MJ5xORQrMGZNqJhVQWaIbm6Oyla5kYOXtDiopzKRJzEOkwJw==
+ dependencies:
+ "@types/unist" "^2"
+
+"@types/hast@^3.0.0":
+ version "3.0.4"
+ resolved "https://registry.yarnpkg.com/@types/hast/-/hast-3.0.4.tgz#1d6b39993b82cea6ad783945b0508c25903e15aa"
+ integrity sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==
dependencies:
"@types/unist" "*"
@@ -5402,19 +5805,24 @@
integrity sha512-qjDJRrmvBMiTx+jyLxvLfJU7UznFuokDv4f3WRuriHKERccVpFU+8XMQUAbDzoiJCsmexxRExQeMwwCdamSKDA==
"@types/html-minifier-terser@^5.0.0":
- version "5.1.1"
- resolved "https://registry.yarnpkg.com/@types/html-minifier-terser/-/html-minifier-terser-5.1.1.tgz#3c9ee980f1a10d6021ae6632ca3e79ca2ec4fb50"
- integrity sha512-giAlZwstKbmvMk1OO7WXSj4OZ0keXAcl2TQq4LWHiiPH2ByaH7WeUzng+Qej8UPxxv+8lRTuouo0iaNDBuzIBA==
+ version "5.1.2"
+ resolved "https://registry.yarnpkg.com/@types/html-minifier-terser/-/html-minifier-terser-5.1.2.tgz#693b316ad323ea97eed6b38ed1a3cc02b1672b57"
+ integrity sha512-h4lTMgMJctJybDp8CQrxTUiiYmedihHWkjnF/8Pxseu2S6Nlfcy8kwboQ8yejh456rP2yWoEVm1sS/FVsfM48w==
"@types/html-minifier-terser@^6.0.0":
version "6.1.0"
resolved "https://registry.yarnpkg.com/@types/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz#4fc33a00c1d0c16987b1a20cf92d20614c55ac35"
integrity sha512-oh/6byDPnL1zeNXFrDXFLyZjkr1MsBG667IM792caf1L2UPOOMf65NFzjUH/ltyfwjAGfs1rsX1eftK0jC/KIg==
-"@types/http-proxy@^1.17.5":
- version "1.17.8"
- resolved "https://registry.yarnpkg.com/@types/http-proxy/-/http-proxy-1.17.8.tgz#968c66903e7e42b483608030ee85800f22d03f55"
- integrity sha512-5kPLG5BKpWYkw/LVOGWpiq3nEVqxiN32rTgI53Sk12/xHFQ2rG3ehI9IO+O3W2QoKeyB92dJkoka8SUm6BX1pA==
+"@types/http-errors@*":
+ version "2.0.4"
+ resolved "https://registry.yarnpkg.com/@types/http-errors/-/http-errors-2.0.4.tgz#7eb47726c391b7345a6ec35ad7f4de469cf5ba4f"
+ integrity sha512-D0CFMMtydbJAegzOyHjtiKPLlvnm3iTZyZRSZoLq2mRhDdmLfIWOCYPfQJ4cu2erKghU++QvjcUjp/5h7hESpA==
+
+"@types/http-proxy@^1.17.8":
+ version "1.17.14"
+ resolved "https://registry.yarnpkg.com/@types/http-proxy/-/http-proxy-1.17.14.tgz#57f8ccaa1c1c3780644f8a94f9c6b5000b5e2eec"
+ integrity sha512-SSrD0c1OQzlFX7pGu1eXxSEjemej64aaNPRhhVYUGqXh0BtldAAx37MG8btcumvpgKyZp1F5Gn3JkktdxiFv6w==
dependencies:
"@types/node" "*"
@@ -5423,126 +5831,133 @@
resolved "https://registry.yarnpkg.com/@types/i18next/-/i18next-11.9.3.tgz#04d84c6539908ad69665d26d8967f942d1638550"
integrity sha512-snM7bMKy6gt7UYdpjsxycqSCAy0fr2JVPY0B8tJ2vp9bN58cE7C880k20PWFM4KXxQ3KsstKM8DLCawGCIH0tg==
-"@types/is-function@^1.0.0":
- version "1.0.0"
- resolved "https://registry.yarnpkg.com/@types/is-function/-/is-function-1.0.0.tgz#1b0b819b1636c7baf0d6785d030d12edf70c3e83"
- integrity sha512-iTs9HReBu7evG77Q4EC8hZnqRt57irBDkK9nvmHroiOIVwYMQc4IvYvdRgwKfYepunIY7Oh/dBuuld+Gj9uo6w==
-
"@types/istanbul-lib-coverage@*", "@types/istanbul-lib-coverage@^2.0.0", "@types/istanbul-lib-coverage@^2.0.1":
- version "2.0.3"
- resolved "https://registry.yarnpkg.com/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.3.tgz#4ba8ddb720221f432e443bd5f9117fd22cfd4762"
- integrity sha512-sz7iLqvVUg1gIedBOvlkxPlc8/uVzyS5OwGz1cKjXzkl3FpL3al0crU8YGU1WoHkxn0Wxbw5tyi6hvzJKNzFsw==
+ version "2.0.6"
+ resolved "https://registry.yarnpkg.com/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.6.tgz#7739c232a1fee9b4d3ce8985f314c0c6d33549d7"
+ integrity sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w==
"@types/istanbul-lib-report@*":
- version "3.0.0"
- resolved "https://registry.yarnpkg.com/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz#c14c24f18ea8190c118ee7562b7ff99a36552686"
- integrity sha512-plGgXAPfVKFoYfa9NpYDAkseG+g6Jr294RqeqcqDixSbU34MZVJRi/P+7Y8GDpzkEwLaGZZOpKIEmeVZNtKsrg==
+ version "3.0.3"
+ resolved "https://registry.yarnpkg.com/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.3.tgz#53047614ae72e19fc0401d872de3ae2b4ce350bf"
+ integrity sha512-NQn7AHQnk/RSLOxrBbGyJM/aVQ+pjj5HCgasFxc0K/KhoATfQ/47AyUl15I2yBUpihjmas+a+VJBOqecrFH+uA==
dependencies:
"@types/istanbul-lib-coverage" "*"
"@types/istanbul-reports@^3.0.0":
- version "3.0.0"
- resolved "https://registry.yarnpkg.com/@types/istanbul-reports/-/istanbul-reports-3.0.0.tgz#508b13aa344fa4976234e75dddcc34925737d821"
- integrity sha512-nwKNbvnwJ2/mndE9ItP/zc2TCzw6uuodnF4EHYWD+gCQDVBuRQL5UzbZD0/ezy1iKsFU2ZQiDqg4M9dN4+wZgA==
+ version "3.0.4"
+ resolved "https://registry.yarnpkg.com/@types/istanbul-reports/-/istanbul-reports-3.0.4.tgz#0f03e3d2f670fbdac586e34b433783070cc16f54"
+ integrity sha512-pk2B1NWalF9toCRu6gjBzR69syFjP4Od8WRAX+0mmf9lAjCRicLOWc+ZrxZHx/0XRjotgkF9t6iaMJ+aXcOdZQ==
dependencies:
"@types/istanbul-lib-report" "*"
"@types/jest@*":
- version "27.0.3"
- resolved "https://registry.yarnpkg.com/@types/jest/-/jest-27.0.3.tgz#0cf9dfe9009e467f70a342f0f94ead19842a783a"
- integrity sha512-cmmwv9t7gBYt7hNKH5Spu7Kuu/DotGa+Ff+JGRKZ4db5eh8PnKS4LuebJ3YLUoyOyIHraTGyULn23YtEAm0VSg==
+ version "29.5.12"
+ resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.12.tgz#7f7dc6eb4cf246d2474ed78744b05d06ce025544"
+ integrity sha512-eDC8bTvT/QhYdxJAulQikueigY5AsdBRH2yDKW3yveW7svY3+DzN84/2NUgkw10RTiJbWqZrTtoGVdYlvFJdLw==
dependencies:
- jest-diff "^27.0.0"
- pretty-format "^27.0.0"
+ expect "^29.0.0"
+ pretty-format "^29.0.0"
-"@types/json-schema@*", "@types/json-schema@^7.0.3", "@types/json-schema@^7.0.4", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.8", "@types/json-schema@^7.0.9":
- version "7.0.9"
- resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d"
- integrity sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==
+"@types/json-schema@*", "@types/json-schema@^7.0.3", "@types/json-schema@^7.0.4", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.7", "@types/json-schema@^7.0.8", "@types/json-schema@^7.0.9":
+ version "7.0.15"
+ resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
+ integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
"@types/json5@^0.0.29":
version "0.0.29"
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
- integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4=
+ integrity sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==
+
+"@types/linkify-it@*":
+ version "3.0.5"
+ resolved "https://registry.yarnpkg.com/@types/linkify-it/-/linkify-it-3.0.5.tgz#1e78a3ac2428e6d7e6c05c1665c242023a4601d8"
+ integrity sha512-yg6E+u0/+Zjva+buc3EIb+29XEg4wltq7cSmd4Uc2EE/1nUVmxyzpX6gUXD0V8jIrG0r7YeOGVIbYRkxeooCtw==
-"@types/markdown-to-jsx@^6.11.3":
- version "6.11.3"
- resolved "https://registry.yarnpkg.com/@types/markdown-to-jsx/-/markdown-to-jsx-6.11.3.tgz#cdd1619308fecbc8be7e6a26f3751260249b020e"
- integrity sha512-30nFYpceM/ZEvhGiqWjm5quLUxNeld0HCzJEXMZZDpq53FPkS85mTwkWtCXzCqq8s5JYLgM5W392a02xn8Bdaw==
+"@types/lodash@^4.14.167":
+ version "4.17.0"
+ resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.17.0.tgz#d774355e41f372d5350a4d0714abb48194a489c3"
+ integrity sha512-t7dhREVv6dbNj0q17X12j7yDG4bD/DHYX7o5/DbDxobP0HnGPgpRz2Ej77aL7TZT3DSw13fqUTj8J4mMnqa7WA==
+
+"@types/markdown-it@^12.2.3":
+ version "12.2.3"
+ resolved "https://registry.yarnpkg.com/@types/markdown-it/-/markdown-it-12.2.3.tgz#0d6f6e5e413f8daaa26522904597be3d6cd93b51"
+ integrity sha512-GKMHFfv3458yYy+v/N8gjufHO6MSZKCOXpZc5GXIWWy8uldwfmPn98vp81gZ5f9SVw8YYBctgfJ22a2d7AOMeQ==
dependencies:
- "@types/react" "*"
+ "@types/linkify-it" "*"
+ "@types/mdurl" "*"
"@types/mdast@^3.0.0":
- version "3.0.3"
- resolved "https://registry.yarnpkg.com/@types/mdast/-/mdast-3.0.3.tgz#2d7d671b1cd1ea3deb306ea75036c2a0407d2deb"
- integrity sha512-SXPBMnFVQg1s00dlMCc/jCdvPqdE4mXaMMCeRlxLDmTAEoegHT53xKtkDnzDTOcmMHUfcjyf36/YYZ6SxRdnsw==
+ version "3.0.15"
+ resolved "https://registry.yarnpkg.com/@types/mdast/-/mdast-3.0.15.tgz#49c524a263f30ffa28b71ae282f813ed000ab9f5"
+ integrity sha512-LnwD+mUEfxWMa1QpDraczIn6k0Ee3SMicuYSSzS6ZYl2gKS09EClnJYGd8Du6rfc5r/GZEk5o1mRb8TaTj03sQ==
dependencies:
- "@types/unist" "*"
+ "@types/unist" "^2"
-"@types/micromatch@^4.0.1":
- version "4.0.1"
- resolved "https://registry.yarnpkg.com/@types/micromatch/-/micromatch-4.0.1.tgz#9381449dd659fc3823fd2a4190ceacc985083bc7"
- integrity sha512-my6fLBvpY70KattTNzYOK6KU1oR1+UCz9ug/JbcF5UrEmeCt9P7DV2t7L8+t18mMPINqGQCE4O8PLOPbI84gxw==
- dependencies:
- "@types/braces" "*"
+"@types/mdurl@*":
+ version "1.0.5"
+ resolved "https://registry.yarnpkg.com/@types/mdurl/-/mdurl-1.0.5.tgz#3e0d2db570e9fb6ccb2dc8fde0be1d79ac810d39"
+ integrity sha512-6L6VymKTzYSrEf4Nev4Xa1LCHKrlTlYCBMTlQKFuddo1CvQcE52I0mwfOJayueUC7MJuXOeHTcIU683lzd0cUA==
+
+"@types/mdx@^2.0.0":
+ version "2.0.13"
+ resolved "https://registry.yarnpkg.com/@types/mdx/-/mdx-2.0.13.tgz#68f6877043d377092890ff5b298152b0a21671bd"
+ integrity sha512-+OWZQfAYyio6YkJb3HLxDrvnx6SWWDbC0zVPfBRzUk0/nqoDyf6dNxQi3eArPe8rJ473nobTMQ/8Zk+LxJ+Yuw==
"@types/mime@^1":
- version "1.3.2"
- resolved "https://registry.yarnpkg.com/@types/mime/-/mime-1.3.2.tgz#93e25bf9ee75fe0fd80b594bc4feb0e862111b5a"
- integrity sha512-YATxVxgRqNH6nHEIsvg6k2Boc1JHI9ZbH5iWFFv/MTkchz3b1ieGDa5T0a9RznNdI0KhVbdbWSN+KWWrQZRxTw==
+ version "1.3.5"
+ resolved "https://registry.yarnpkg.com/@types/mime/-/mime-1.3.5.tgz#1ef302e01cf7d2b5a0fa526790c9123bf1d06690"
+ integrity sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==
"@types/minimatch@*":
- version "3.0.3"
- resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.3.tgz#3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d"
- integrity sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA==
+ version "5.1.2"
+ resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-5.1.2.tgz#07508b45797cb81ec3f273011b054cd0755eddca"
+ integrity sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==
"@types/minimist@^1.2.0":
- version "1.2.1"
- resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.1.tgz#283f669ff76d7b8260df8ab7a4262cc83d988256"
- integrity sha512-fZQQafSREFyuZcdWFAExYjBiCL7AUCdgsk80iO0q4yihYYdcIiH28CcuPTGFgLOCC8RlW49GSQxdHwZP+I7CNg==
+ version "1.2.5"
+ resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.5.tgz#ec10755e871497bcd83efe927e43ec46e8c0747e"
+ integrity sha512-hov8bUuiLiyFPGyFPE1lwWhmzYbirOXQNNo40+y3zow8aFVTeyn3VWL0VFFfdNddA8S4Vf0Tc062rzyNr7Paag==
-"@types/node-fetch@^2.5.7":
- version "2.5.10"
- resolved "https://registry.yarnpkg.com/@types/node-fetch/-/node-fetch-2.5.10.tgz#9b4d4a0425562f9fcea70b12cb3fcdd946ca8132"
- integrity sha512-IpkX0AasN44hgEad0gEF/V6EgR5n69VEqPEgnmoM8GsIGro3PowbWs4tR6IhxUTyPLpOn+fiGG6nrQhcmoCuIQ==
+"@types/node-forge@^1.3.0":
+ version "1.3.11"
+ resolved "https://registry.yarnpkg.com/@types/node-forge/-/node-forge-1.3.11.tgz#0972ea538ddb0f4d9c2fa0ec5db5724773a604da"
+ integrity sha512-FQx220y22OKNTqaByeBGqHWYz4cl94tpcxeFdvBo3wjG6XPBuZ0BNgNZRV5J5TFmmcsJ4IzsLkmGRiQbnYsBEQ==
dependencies:
"@types/node" "*"
- form-data "^3.0.0"
-"@types/node@*", "@types/node@^17.0.5":
- version "17.0.9"
- resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.9.tgz#0b7f161afb5b1cc12518d29b2cdc7175d5490628"
- integrity sha512-5dNBXu/FOER+EXnyah7rn8xlNrfMOQb/qXnw4NQgLkCygKBKhdmF/CA5oXVOKZLBEahw8s2WP9LxIcN/oDDRgQ==
+"@types/node@*":
+ version "20.12.7"
+ resolved "https://registry.yarnpkg.com/@types/node/-/node-20.12.7.tgz#04080362fa3dd6c5822061aa3124f5c152cff384"
+ integrity sha512-wq0cICSkRLVaf3UGLMGItu/PtdY7oaXaI/RVU+xliKVOtRna3PRY57ZDfztpDL0n11vfymMUnXv8QwYCO7L1wg==
+ dependencies:
+ undici-types "~5.26.4"
"@types/node@^12.7.1":
- version "12.20.11"
- resolved "https://registry.yarnpkg.com/@types/node/-/node-12.20.11.tgz#980832cd56efafff8c18aa148c4085eb02a483f4"
- integrity sha512-gema+apZ6qLQK7k7F0dGkGCWQYsL0qqKORWOQO6tq46q+x+1C0vbOiOqOwRVlh4RAdbQwV/j/ryr3u5NOG1fPQ==
-
-"@types/node@^14.0.10":
- version "14.17.2"
- resolved "https://registry.yarnpkg.com/@types/node/-/node-14.17.2.tgz#1e94476db57ec93a372c7f7d29aa5707cfb92339"
- integrity sha512-sld7b/xmFum66AAKuz/rp/CUO8+98fMpyQ3SBfzzBNGMd/1iHBTAg9oyAvcYlAj46bpc74r91jSw2iFdnx29nw==
+ version "12.20.55"
+ resolved "https://registry.yarnpkg.com/@types/node/-/node-12.20.55.tgz#c329cbd434c42164f846b909bd6f85b5537f6240"
+ integrity sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==
-"@types/normalize-package-data@^2.4.0":
- version "2.4.0"
- resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.0.tgz#e486d0d97396d79beedd0a6e33f4534ff6b4973e"
- integrity sha512-f5j5b/Gf71L+dbqxIpQ4Z2WlmI/mPJ0fOkGGmFgtb6sAu97EPczzbS3/tJKxmcYDj55OX6ssqwDAWOHIYDRDGA==
+"@types/node@^17.0.5":
+ version "17.0.45"
+ resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.45.tgz#2c0fafd78705e7a18b7906b5201a522719dc5190"
+ integrity sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==
-"@types/npmlog@^4.1.2":
- version "4.1.2"
- resolved "https://registry.yarnpkg.com/@types/npmlog/-/npmlog-4.1.2.tgz#d070fe6a6b78755d1092a3dc492d34c3d8f871c4"
- integrity sha512-4QQmOF5KlwfxJ5IGXFIudkeLCdMABz03RcUXu+LCb24zmln8QW6aDjuGl4d4XPVLf2j+FnjelHTP7dvceAFbhA==
+"@types/node@^18.0.0":
+ version "18.19.31"
+ resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.31.tgz#b7d4a00f7cb826b60a543cebdbda5d189aaecdcd"
+ integrity sha512-ArgCD39YpyyrtFKIqMDvjz79jto5fcI/SVUs2HwB+f0dAzq68yqOdyaSivLiLugSziTpNXLQrVb7RZFmdZzbhA==
+ dependencies:
+ undici-types "~5.26.4"
-"@types/overlayscrollbars@^1.12.0":
- version "1.12.0"
- resolved "https://registry.yarnpkg.com/@types/overlayscrollbars/-/overlayscrollbars-1.12.0.tgz#98456caceca8ad73bd5bb572632a585074e70764"
- integrity sha512-h/pScHNKi4mb+TrJGDon8Yb06ujFG0mSg12wIO0sWMUF3dQIe2ExRRdNRviaNt9IjxIiOfnRr7FsQAdHwK4sMg==
+"@types/normalize-package-data@^2.4.0":
+ version "2.4.4"
+ resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz#56e2cc26c397c038fab0e3a917a12d5c5909e901"
+ integrity sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==
"@types/parse-json@^4.0.0":
- version "4.0.0"
- resolved "https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.0.tgz#2f8bb441434d163b35fb8ffdccd7138927ffb8c0"
- integrity sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==
+ version "4.0.2"
+ resolved "https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.2.tgz#5950e50960793055845e956c427fc2b0d70c5239"
+ integrity sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==
"@types/parse5@^5.0.0":
version "5.0.3"
@@ -5550,62 +5965,57 @@
integrity sha512-kUNnecmtkunAoQ3CnjmMkzNU/gtxG8guhi+Fk2U/kOpIKjIMKnXGp4IJCgQJrXSgMsWYimYG4TGjz/UzbGEBTw==
"@types/prettier@^2.0.0", "@types/prettier@^2.1.5":
- version "2.3.2"
- resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.3.2.tgz#fc8c2825e4ed2142473b4a81064e6e081463d1b3"
- integrity sha512-eI5Yrz3Qv4KPUa/nSIAi0h+qX0XyewOliug5F2QAtuRg6Kjg6jfmxe1GIwoIRhZspD1A0RP8ANrPwvEXXtRFog==
+ version "2.7.3"
+ resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.7.3.tgz#3e51a17e291d01d17d3fc61422015a933af7a08f"
+ integrity sha512-+68kP9yzs4LMp7VNh8gdzMSPZFL44MLGqiHWvttYJe+6qnuVr4Ek9wSBQoveqY/r+LwjCcU29kNVkidwim+kYA==
"@types/pretty-hrtime@^1.0.0":
- version "1.0.0"
- resolved "https://registry.yarnpkg.com/@types/pretty-hrtime/-/pretty-hrtime-1.0.0.tgz#c5a2d644a135e988b2932f99737e67b3c62528d0"
- integrity sha512-xl+5r2rcrxdLViAYkkiLMYsoUs3qEyrAnHFyEzYysgRxdVp3WbhysxIvJIxZp9FvZ2CYezh0TaHZorivH+voOQ==
+ version "1.0.3"
+ resolved "https://registry.yarnpkg.com/@types/pretty-hrtime/-/pretty-hrtime-1.0.3.tgz#ee1bd8c9f7a01b3445786aad0ef23aba5f511a44"
+ integrity sha512-nj39q0wAIdhwn7DGUyT9irmsKK1tV0bd5WFEhgpqNTMFZ8cE+jieuTphCW0tfdm47S2zVT5mr09B28b1chmQMA==
"@types/prop-types@*":
- version "15.7.3"
- resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.3.tgz#2ab0d5da2e5815f94b0b9d4b95d1e5f243ab2ca7"
- integrity sha512-KfRL3PuHmqQLOG+2tGpRO26Ctg+Cq1E01D2DMriKEATHgWLfeNDmq9e29Q9WIky0dQ3NPkd1mzYH8Lm936Z9qw==
+ version "15.7.12"
+ resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.12.tgz#12bb1e2be27293c1406acb6af1c3f3a1481d98c6"
+ integrity sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q==
"@types/q@^1.5.1":
- version "1.5.4"
- resolved "https://registry.yarnpkg.com/@types/q/-/q-1.5.4.tgz#15925414e0ad2cd765bfef58842f7e26a7accb24"
- integrity sha512-1HcDas8SEj4z1Wc696tH56G8OlRaH/sqZOynNNB+HF0WOeXPaxTtbYzJY2oEfiUxjSKjhCKr+MvR7dCHcEelug==
+ version "1.5.8"
+ resolved "https://registry.yarnpkg.com/@types/q/-/q-1.5.8.tgz#95f6c6a08f2ad868ba230ead1d2d7f7be3db3837"
+ integrity sha512-hroOstUScF6zhIi+5+x0dzqrHA1EJi+Irri6b1fxolMTqqHIV/Cg77EtnQcZqZCu8hR3mX2BzIxN4/GzI68Kfw==
"@types/qs@*", "@types/qs@^6.9.5":
- version "6.9.7"
- resolved "https://registry.yarnpkg.com/@types/qs/-/qs-6.9.7.tgz#63bb7d067db107cc1e457c303bc25d511febf6cb"
- integrity sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw==
-
-"@types/raf-schd@^4.0.0":
- version "4.0.1"
- resolved "https://registry.yarnpkg.com/@types/raf-schd/-/raf-schd-4.0.1.tgz#1f9e03736f277fe9c7b82102bf18570a6ee19f82"
- integrity sha512-Ha+EnKHFIh9EKW0/XZJPUd3EGDFisEvauaBd4VVCRPKeOqUxNEc9TodiY2Zhk33XCgzJucoFEcaoNcBAPHTQ2A==
+ version "6.9.15"
+ resolved "https://registry.yarnpkg.com/@types/qs/-/qs-6.9.15.tgz#adde8a060ec9c305a82de1babc1056e73bd64dce"
+ integrity sha512-uXHQKES6DQKKCLh441Xv/dwxOq1TVS3JPUMlEqoEglvlhR6Mxnlew/Xq/LRVHpLyk7iK3zODe1qYHIMltO7XGg==
"@types/range-parser@*":
- version "1.2.4"
- resolved "https://registry.yarnpkg.com/@types/range-parser/-/range-parser-1.2.4.tgz#cd667bcfdd025213aafb7ca5915a932590acdcdc"
- integrity sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==
+ version "1.2.7"
+ resolved "https://registry.yarnpkg.com/@types/range-parser/-/range-parser-1.2.7.tgz#50ae4353eaaddc04044279812f52c8c65857dbcb"
+ integrity sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==
-"@types/reach__router@^1.3.7":
- version "1.3.7"
- resolved "https://registry.yarnpkg.com/@types/reach__router/-/reach__router-1.3.7.tgz#de8ab374259ae7f7499fc1373b9697a5f3cd6428"
- integrity sha512-cyBEb8Ef3SJNH5NYEIDGPoMMmYUxROatuxbICusVRQIqZUB85UCt6R2Ok60tKS/TABJsJYaHyNTW3kqbpxlMjg==
+"@types/react-dom@<18.0.0":
+ version "17.0.25"
+ resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.25.tgz#e0e5b3571e1069625b3a3da2b279379aa33a0cb5"
+ integrity sha512-urx7A7UxkZQmThYA4So0NelOVjx3V4rNFVJwp0WZlbIK5eM4rNJDiN3R/E9ix0MBh6kAEojk/9YL+Te6D9zHNA==
dependencies:
- "@types/react" "*"
+ "@types/react" "^17"
"@types/react-dom@>=16.9.0":
- version "17.0.9"
- resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.9.tgz#441a981da9d7be117042e1a6fd3dac4b30f55add"
- integrity sha512-wIvGxLfgpVDSAMH5utdL9Ngm5Owu0VsGmldro3ORLXV8CShrL8awVj06NuEXFQ5xyaYfdca7Sgbk/50Ri1GdPg==
+ version "18.3.0"
+ resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.3.0.tgz#0cbc818755d87066ab6ca74fbedb2547d74a82b0"
+ integrity sha512-EhwApuTmMBmXuFOikhQLIBUn6uFg81SwLMOAUgodJF14SOBOCMdU04gDoYi0WOJJHD144TL32z4yDqCW3dnkQg==
dependencies:
"@types/react" "*"
-"@types/react-router-config@*":
- version "5.0.6"
- resolved "https://registry.yarnpkg.com/@types/react-router-config/-/react-router-config-5.0.6.tgz#87c5c57e72d241db900d9734512c50ccec062451"
- integrity sha512-db1mx37a1EJDf1XeX8jJN7R3PZABmJQXR8r28yUjVMFSjkmnQo6X6pOEEmNl+Tp2gYQOGPdYbFIipBtdElZ3Yg==
+"@types/react-router-config@*", "@types/react-router-config@^5.0.6":
+ version "5.0.11"
+ resolved "https://registry.yarnpkg.com/@types/react-router-config/-/react-router-config-5.0.11.tgz#2761a23acc7905a66a94419ee40294a65aaa483a"
+ integrity sha512-WmSAg7WgqW7m4x8Mt4N6ZyKz0BubSj/2tVUMsAHp+Yd2AMwcSbeFq9WympT19p5heCFmF97R9eD5uUR/t4HEqw==
dependencies:
"@types/history" "^4.7.11"
"@types/react" "*"
- "@types/react-router" "*"
+ "@types/react-router" "^5.1.0"
"@types/react-router-dom@*":
version "5.3.3"
@@ -5616,35 +6026,36 @@
"@types/react" "*"
"@types/react-router" "*"
-"@types/react-router@*":
- version "5.1.18"
- resolved "https://registry.yarnpkg.com/@types/react-router/-/react-router-5.1.18.tgz#c8851884b60bc23733500d86c1266e1cfbbd9ef3"
- integrity sha512-YYknwy0D0iOwKQgz9v8nOzt2J6l4gouBmDnWqUUznltOTaon+r8US8ky8HvN0tXvc38U9m6z/t2RsVsnd1zM0g==
+"@types/react-router@*", "@types/react-router@^5.1.0":
+ version "5.1.20"
+ resolved "https://registry.yarnpkg.com/@types/react-router/-/react-router-5.1.20.tgz#88eccaa122a82405ef3efbcaaa5dcdd9f021387c"
+ integrity sha512-jGjmu/ZqS7FjSH6owMcD5qpq19+1RS9DeVRqfl1FeBMxTDQAGwlMWOcs52NDoXaNKyG3d1cYQFMs9rCrb88o9Q==
dependencies:
"@types/history" "^4.7.11"
"@types/react" "*"
-"@types/react-syntax-highlighter@11.0.5":
- version "11.0.5"
- resolved "https://registry.yarnpkg.com/@types/react-syntax-highlighter/-/react-syntax-highlighter-11.0.5.tgz#0d546261b4021e1f9d85b50401c0a42acb106087"
- integrity sha512-VIOi9i2Oj5XsmWWoB72p3KlZoEbdRAcechJa8Ztebw7bDl2YmR+odxIqhtJGp1q2EozHs02US+gzxJ9nuf56qg==
+"@types/react-test-renderer@>=16.9.0":
+ version "18.3.0"
+ resolved "https://registry.yarnpkg.com/@types/react-test-renderer/-/react-test-renderer-18.3.0.tgz#839502eae70058a4ae161f63385a8e7929cef4c0"
+ integrity sha512-HW4MuEYxfDbOHQsVlY/XtOvNHftCVEPhJF2pQXXwcUiUF+Oyb0usgp48HSgpK5rt8m9KZb22yqOeZm+rrVG8gw==
dependencies:
"@types/react" "*"
-"@types/react-test-renderer@>=16.9.0":
- version "17.0.1"
- resolved "https://registry.yarnpkg.com/@types/react-test-renderer/-/react-test-renderer-17.0.1.tgz#3120f7d1c157fba9df0118dae20cb0297ee0e06b"
- integrity sha512-3Fi2O6Zzq/f3QR9dRnlnHso9bMl7weKCviFmfF6B4LS1Uat6Hkm15k0ZAQuDz+UBq6B3+g+NM6IT2nr5QgPzCw==
+"@types/react@*", "@types/react@>=16.9.0", "@types/react@^16.8.0 || ^17.0.0 || ^18.0.0":
+ version "18.3.1"
+ resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.1.tgz#fed43985caa834a2084d002e4771e15dfcbdbe8e"
+ integrity sha512-V0kuGBX3+prX+DQ/7r2qsv1NsdfnCLnTgnRJ1pYnxykBhGMz+qj+box5lq7XsO5mtZsBqpjwwTu/7wszPfMBcw==
dependencies:
- "@types/react" "*"
+ "@types/prop-types" "*"
+ csstype "^3.0.2"
-"@types/react@*", "@types/react@>=16.9.0":
- version "17.0.15"
- resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.15.tgz#c7533dc38025677e312606502df7656a6ea626d0"
- integrity sha512-uTKHDK9STXFHLaKv6IMnwp52fm0hwU+N89w/p9grdUqcFA6WuqDyPhaWopbNyE1k/VhgzmHl8pu1L4wITtmlLw==
+"@types/react@^17":
+ version "17.0.80"
+ resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.80.tgz#a5dfc351d6a41257eb592d73d3a85d3b7dbcbb41"
+ integrity sha512-LrgHIu2lEtIo8M7d1FcI3BdwXWoRQwMoXOZ7+dPTW0lYREjmlHl3P0U1VD0i/9tppOuv8/sam7sOjx34TxSFbA==
dependencies:
"@types/prop-types" "*"
- "@types/scheduler" "*"
+ "@types/scheduler" "^0.16"
csstype "^3.0.2"
"@types/resolve@0.0.8":
@@ -5661,42 +6072,61 @@
dependencies:
"@types/node" "*"
-"@types/retry@^0.12.0":
- version "0.12.1"
- resolved "https://registry.yarnpkg.com/@types/retry/-/retry-0.12.1.tgz#d8f1c0d0dc23afad6dc16a9e993a0865774b4065"
- integrity sha512-xoDlM2S4ortawSWORYqsdU+2rxdh4LRW9ytc3zmT37RIKQh6IHyKwwtKhKis9ah8ol07DCkZxPt8BBvPjC6v4g==
+"@types/resolve@^1.20.2":
+ version "1.20.6"
+ resolved "https://registry.yarnpkg.com/@types/resolve/-/resolve-1.20.6.tgz#e6e60dad29c2c8c206c026e6dd8d6d1bdda850b8"
+ integrity sha512-A4STmOXPhMUtHH+S6ymgE2GiBSMqf4oTvcQZMcHzokuTLVYzXTB8ttjcgxOVaAp2lGwEdzZ0J+cRbbeevQj1UQ==
+
+"@types/retry@0.12.0":
+ version "0.12.0"
+ resolved "https://registry.yarnpkg.com/@types/retry/-/retry-0.12.0.tgz#2b35eccfcee7d38cd72ad99232fbd58bffb3c84d"
+ integrity sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==
"@types/sax@^1.2.1":
- version "1.2.4"
- resolved "https://registry.yarnpkg.com/@types/sax/-/sax-1.2.4.tgz#8221affa7f4f3cb21abd22f244cfabfa63e6a69e"
- integrity sha512-pSAff4IAxJjfAXUG6tFkO7dsSbTmf8CtUpfhhZ5VhkRpC4628tJhh3+V6H1E+/Gs9piSzYKT5yzHO5M4GG9jkw==
+ version "1.2.7"
+ resolved "https://registry.yarnpkg.com/@types/sax/-/sax-1.2.7.tgz#ba5fe7df9aa9c89b6dff7688a19023dd2963091d"
+ integrity sha512-rO73L89PJxeYM3s3pPPjiPgVVcymqU490g0YO5n5By0k2Erzj6tay/4lr1CHAAU4JyOWd1rpQ8bCf6cZfHU96A==
dependencies:
"@types/node" "*"
-"@types/scheduler@*":
- version "0.16.2"
- resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.2.tgz#1a62f89525723dde24ba1b01b092bf5df8ad4d39"
- integrity sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==
+"@types/scheduler@^0.16":
+ version "0.16.8"
+ resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.8.tgz#ce5ace04cfeabe7ef87c0091e50752e36707deff"
+ integrity sha512-WZLiwShhwLRmeV6zH+GkbOFT6Z6VklCItrDioxUnv+u4Ll+8vKeFySoFyK/0ctcRpOmwAicELfmys1sDc/Rw+A==
"@types/semver@^6.0.1":
- version "6.2.2"
- resolved "https://registry.yarnpkg.com/@types/semver/-/semver-6.2.2.tgz#5c27df09ca39e3c9beb4fae6b95f4d71426df0a9"
- integrity sha512-RxAwYt4rGwK5GyoRwuP0jT6ZHAVTdz2EqgsHmX0PYNjGsko+OeT4WFXXTs/lM3teJUJodM+SNtAL5/pXIJ61IQ==
+ version "6.2.7"
+ resolved "https://registry.yarnpkg.com/@types/semver/-/semver-6.2.7.tgz#473fb8d63ea04f7511c699fb9b96830c51e8a53d"
+ integrity sha512-blctEWbzUFzQx799RZjzzIdBJOXmE37YYEyDtKkx5Dg+V7o/zyyAxLPiI98A2jdTtDgxZleMdfV+7p8WbRJ1OQ==
+
+"@types/semver@^7.3.12", "@types/semver@^7.3.4", "@types/semver@^7.5.6":
+ version "7.5.8"
+ resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.8.tgz#8268a8c57a3e4abd25c165ecd36237db7948a55e"
+ integrity sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==
+
+"@types/send@*":
+ version "0.17.4"
+ resolved "https://registry.yarnpkg.com/@types/send/-/send-0.17.4.tgz#6619cd24e7270793702e4e6a4b958a9010cfc57a"
+ integrity sha512-x2EM6TJOybec7c52BX0ZspPodMsQUd5L6PRwOunVyVUhXiBSKf3AezDL8Dgvgt5o0UfKNfuA0eMLr2wLT4AiBA==
+ dependencies:
+ "@types/mime" "^1"
+ "@types/node" "*"
"@types/serve-index@^1.9.1":
- version "1.9.1"
- resolved "https://registry.yarnpkg.com/@types/serve-index/-/serve-index-1.9.1.tgz#1b5e85370a192c01ec6cec4735cf2917337a6278"
- integrity sha512-d/Hs3nWDxNL2xAczmOVZNj92YZCS6RGxfBPjKzuu/XirCgXdpKEb88dYNbrYGint6IVWLNP+yonwVAuRC0T2Dg==
+ version "1.9.4"
+ resolved "https://registry.yarnpkg.com/@types/serve-index/-/serve-index-1.9.4.tgz#e6ae13d5053cb06ed36392110b4f9a49ac4ec898"
+ integrity sha512-qLpGZ/c2fhSs5gnYsQxtDEq3Oy8SXPClIXkW5ghvAvsNuVSA8k+gCONcUCS/UjLEYvYps+e8uBtfgXgvhwfNug==
dependencies:
"@types/express" "*"
-"@types/serve-static@*":
- version "1.13.10"
- resolved "https://registry.yarnpkg.com/@types/serve-static/-/serve-static-1.13.10.tgz#f5e0ce8797d2d7cc5ebeda48a52c96c4fa47a8d9"
- integrity sha512-nCkHGI4w7ZgAdNkrEu0bv+4xNV/XDqW+DydknebMOQwkpDGx8G+HTlj7R7ABI8i8nKxVw0wtKPi1D+lPOkh4YQ==
+"@types/serve-static@*", "@types/serve-static@^1.13.10":
+ version "1.15.7"
+ resolved "https://registry.yarnpkg.com/@types/serve-static/-/serve-static-1.15.7.tgz#22174bbd74fb97fe303109738e9b5c2f3064f714"
+ integrity sha512-W8Ym+h8nhuRwaKPaDw34QUkwsGi6Rc4yYqvKFo5rm2FUEhCFbzVWrxXUxuKK8TASjWsysJY0nsmNCGhCOIsrOw==
dependencies:
- "@types/mime" "^1"
+ "@types/http-errors" "*"
"@types/node" "*"
+ "@types/send" "*"
"@types/sinonjs__fake-timers@8.1.1":
version "8.1.1"
@@ -5704,149 +6134,168 @@
integrity sha512-0kSuKjAS0TrGLJ0M/+8MaFkGsQhZpB6pxOmvS3K8FYI72K//YmdfoW9X2qPsAKh1mkwxGD5zib9s1FIFed6E8g==
"@types/sizzle@^2.3.2":
- version "2.3.2"
- resolved "https://registry.yarnpkg.com/@types/sizzle/-/sizzle-2.3.2.tgz#a811b8c18e2babab7d542b3365887ae2e4d9de47"
- integrity sha512-7EJYyKTL7tFR8+gDbB6Wwz/arpGa0Mywk1TJbNzKzHtzbwVmY4HR9WqS5VV7dsBUKQmPNr192jHr/VpBluj/hg==
+ version "2.3.8"
+ resolved "https://registry.yarnpkg.com/@types/sizzle/-/sizzle-2.3.8.tgz#518609aefb797da19bf222feb199e8f653ff7627"
+ integrity sha512-0vWLNK2D5MT9dg0iOo8GlKguPAU02QjmZitPEsXRuJXU/OGIOt9vT9Fc26wtYuavLxtO45v9PGleoL9Z0k1LHg==
"@types/sockjs@^0.3.33":
- version "0.3.33"
- resolved "https://registry.yarnpkg.com/@types/sockjs/-/sockjs-0.3.33.tgz#570d3a0b99ac995360e3136fd6045113b1bd236f"
- integrity sha512-f0KEEe05NvUnat+boPTZ0dgaLZ4SfSouXUgv5noUiefG2ajgKjmETo9ZJyuqsl7dfl2aHlLJUiki6B4ZYldiiw==
+ version "0.3.36"
+ resolved "https://registry.yarnpkg.com/@types/sockjs/-/sockjs-0.3.36.tgz#ce322cf07bcc119d4cbf7f88954f3a3bd0f67535"
+ integrity sha512-MK9V6NzAS1+Ud7JV9lJLFqW85VbC9dq3LmwZCuBe4wBDgKC0Kj/jd8Xl+nSviU+Qc3+m7umHHyHg//2KSa0a0Q==
dependencies:
"@types/node" "*"
"@types/source-list-map@*":
- version "0.1.2"
- resolved "https://registry.yarnpkg.com/@types/source-list-map/-/source-list-map-0.1.2.tgz#0078836063ffaf17412349bba364087e0ac02ec9"
- integrity sha512-K5K+yml8LTo9bWJI/rECfIPrGgxdpeNbj+d53lwN4QjW1MCwlkhUms+gtdzigTeUyBr09+u8BwOIY3MXvHdcsA==
+ version "0.1.6"
+ resolved "https://registry.yarnpkg.com/@types/source-list-map/-/source-list-map-0.1.6.tgz#164e169dd061795b50b83c19e4d3be09f8d3a454"
+ integrity sha512-5JcVt1u5HDmlXkwOD2nslZVllBBc7HDuOICfiZah2Z0is8M8g+ddAEawbmd3VjedfDHBzxCaXLs07QEmb7y54g==
"@types/stack-utils@^2.0.0":
- version "2.0.0"
- resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.0.tgz#7036640b4e21cc2f259ae826ce843d277dad8cff"
- integrity sha512-RJJrrySY7A8havqpGObOB4W92QXKJo63/jFLLgpvOtsGUqbQZ9Sbgl35KMm1DjC6j7AvmmU2bIno+3IyEaemaw==
+ version "2.0.3"
+ resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.3.tgz#6209321eb2c1712a7e7466422b8cb1fc0d9dd5d8"
+ integrity sha512-9aEbYZ3TbYMznPdcdr3SmIrLXwC/AKZXQeCf9Pgao5CKb8CyHuEX5jzWPTkvregvhRJHcpRO6BFoGW9ycaOkYw==
"@types/tapable@^1", "@types/tapable@^1.0.5":
- version "1.0.7"
- resolved "https://registry.yarnpkg.com/@types/tapable/-/tapable-1.0.7.tgz#545158342f949e8fd3bfd813224971ecddc3fac4"
- integrity sha512-0VBprVqfgFD7Ehb2vd8Lh9TG3jP98gvr8rgehQqzztZNI7o8zS8Ad4jyZneKELphpuE212D8J70LnSNQSyO6bQ==
+ version "1.0.12"
+ resolved "https://registry.yarnpkg.com/@types/tapable/-/tapable-1.0.12.tgz#bc2cab12e87978eee89fb21576b670350d6d86ab"
+ integrity sha512-bTHG8fcxEqv1M9+TD14P8ok8hjxoOCkfKc8XXLaaD05kI7ohpeI956jtDOD3XHKBQrlyPughUtzm1jtVhHpA5Q==
"@types/testing-library__jest-dom@^5.9.1":
- version "5.14.2"
- resolved "https://registry.yarnpkg.com/@types/testing-library__jest-dom/-/testing-library__jest-dom-5.14.2.tgz#564fb2b2dc827147e937a75b639a05d17ce18b44"
- integrity sha512-vehbtyHUShPxIa9SioxDwCvgxukDMH//icJG90sXQBUm5lJOHLT5kNeU9tnivhnA/TkOFMzGIXN2cTc4hY8/kg==
+ version "5.14.9"
+ resolved "https://registry.yarnpkg.com/@types/testing-library__jest-dom/-/testing-library__jest-dom-5.14.9.tgz#0fb1e6a0278d87b6737db55af5967570b67cb466"
+ integrity sha512-FSYhIjFlfOpGSRyVoMBMuS3ws5ehFQODymf3vlI7U1K8c7PHwWwFY7VREfmsuzHSOnoKs/9/Y983ayOs7eRzqw==
dependencies:
"@types/jest" "*"
"@types/trusted-types@^2.0.2":
- version "2.0.2"
- resolved "https://registry.yarnpkg.com/@types/trusted-types/-/trusted-types-2.0.2.tgz#fc25ad9943bcac11cceb8168db4f275e0e72e756"
- integrity sha512-F5DIZ36YVLE+PN+Zwws4kJogq47hNgX3Nx6WyDJ3kcplxyke3XIzB8uK5n/Lpm1HBsbGzd6nmGehL8cPekP+Tg==
+ version "2.0.7"
+ resolved "https://registry.yarnpkg.com/@types/trusted-types/-/trusted-types-2.0.7.tgz#baccb07a970b91707df3a3e8ba6896c57ead2d11"
+ integrity sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==
"@types/uglify-js@*":
- version "3.11.1"
- resolved "https://registry.yarnpkg.com/@types/uglify-js/-/uglify-js-3.11.1.tgz#97ff30e61a0aa6876c270b5f538737e2d6ab8ceb"
- integrity sha512-7npvPKV+jINLu1SpSYVWG8KvyJBhBa8tmzMMdDoVc2pWUYHN8KIXlPJhjJ4LT97c4dXJA2SHL/q6ADbDriZN+Q==
+ version "3.17.5"
+ resolved "https://registry.yarnpkg.com/@types/uglify-js/-/uglify-js-3.17.5.tgz#905ce03a3cbbf2e31cbefcbc68d15497ee2e17df"
+ integrity sha512-TU+fZFBTBcXj/GpDpDaBmgWk/gn96kMZ+uocaFUlV2f8a6WdMzzI44QBCmGcCiYR0Y6ZlNRiyUyKKt5nl/lbzQ==
dependencies:
source-map "^0.6.1"
-"@types/unist@*", "@types/unist@^2.0.0", "@types/unist@^2.0.2", "@types/unist@^2.0.3":
- version "2.0.3"
- resolved "https://registry.yarnpkg.com/@types/unist/-/unist-2.0.3.tgz#9c088679876f374eb5983f150d4787aa6fb32d7e"
- integrity sha512-FvUupuM3rlRsRtCN+fDudtmytGO6iHJuuRKS1Ss0pG5z8oX0diNEw94UEL7hgDbpN94rgaK5R7sWm6RrSkZuAQ==
-
-"@types/uuid@9.0.1":
- version "9.0.1"
- resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-9.0.1.tgz#98586dc36aee8dacc98cc396dbca8d0429647aa6"
- integrity sha512-rFT3ak0/2trgvp4yYZo5iKFEPsET7vKydKF+VRCxlQ9bpheehyAJH89dAkaLEq/j/RZXJIqcgsmPJKUP1Z28HA==
+"@types/unist@*", "@types/unist@^3.0.0":
+ version "3.0.2"
+ resolved "https://registry.yarnpkg.com/@types/unist/-/unist-3.0.2.tgz#6dd61e43ef60b34086287f83683a5c1b2dc53d20"
+ integrity sha512-dqId9J8K/vGi5Zr7oo212BGii5m3q5Hxlkwy3WpYuKPklmBEvsbMYYyLxAQpSffdLl/gdW0XUpKWFvYmyoWCoQ==
-"@types/uuid@9.0.7":
- version "9.0.7"
- resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-9.0.7.tgz#b14cebc75455eeeb160d5fe23c2fcc0c64f724d8"
- integrity sha512-WUtIVRUZ9i5dYXefDEAI7sh9/O7jGvHg7Df/5O/gtH3Yabe5odI3UWopVR1qbPXQtvOxWu3mM4XxlYeZtMWF4g==
+"@types/unist@^2", "@types/unist@^2.0.0", "@types/unist@^2.0.2", "@types/unist@^2.0.3":
+ version "2.0.10"
+ resolved "https://registry.yarnpkg.com/@types/unist/-/unist-2.0.10.tgz#04ffa7f406ab628f7f7e97ca23e290cd8ab15efc"
+ integrity sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA==
-"@types/webpack-env@^1.16.0":
- version "1.16.0"
- resolved "https://registry.yarnpkg.com/@types/webpack-env/-/webpack-env-1.16.0.tgz#8c0a9435dfa7b3b1be76562f3070efb3f92637b4"
- integrity sha512-Fx+NpfOO0CpeYX2g9bkvX8O5qh9wrU1sOF4g8sft4Mu7z+qfe387YlyY8w8daDyDsKY5vUxM0yxkAYnbkRbZEw==
+"@types/uuid@9.0.8", "@types/uuid@^9.0.1":
+ version "9.0.8"
+ resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-9.0.8.tgz#7545ba4fc3c003d6c756f651f3bf163d8f0f29ba"
+ integrity sha512-jg+97EGIcY9AGHJJRaaPVgetKDsrTgbRjQ5Msgjh/DQKEFl0DtyRr/VCOyD1T2R1MNeWPK/u7JoGhlDZnKBAfA==
"@types/webpack-sources@*":
- version "2.1.0"
- resolved "https://registry.yarnpkg.com/@types/webpack-sources/-/webpack-sources-2.1.0.tgz#8882b0bd62d1e0ce62f183d0d01b72e6e82e8c10"
- integrity sha512-LXn/oYIpBeucgP1EIJbKQ2/4ZmpvRl+dlrFdX7+94SKRUV3Evy3FsfMZY318vGhkWUS5MPhtOM3w1/hCOAOXcg==
+ version "3.2.3"
+ resolved "https://registry.yarnpkg.com/@types/webpack-sources/-/webpack-sources-3.2.3.tgz#b667bd13e9fa15a9c26603dce502c7985418c3d8"
+ integrity sha512-4nZOdMwSPHZ4pTEZzSp0AsTM4K7Qmu40UKW4tJDiOVs20UzYF9l+qUe4s0ftfN0pin06n+5cWWDJXH+sbhAiDw==
dependencies:
"@types/node" "*"
"@types/source-list-map" "*"
source-map "^0.7.3"
-"@types/webpack@^4.41.13", "@types/webpack@^4.41.26", "@types/webpack@^4.41.8":
- version "4.41.27"
- resolved "https://registry.yarnpkg.com/@types/webpack/-/webpack-4.41.27.tgz#f47da488c8037e7f1b2dbf2714fbbacb61ec0ffc"
- integrity sha512-wK/oi5gcHi72VMTbOaQ70VcDxSQ1uX8S2tukBK9ARuGXrYM/+u4ou73roc7trXDNmCxCoerE8zruQqX/wuHszA==
+"@types/webpack@^4.41.8":
+ version "4.41.38"
+ resolved "https://registry.yarnpkg.com/@types/webpack/-/webpack-4.41.38.tgz#5a40ac81bdd052bf405e8bdcf3e1236f6db6dc26"
+ integrity sha512-oOW7E931XJU1mVfCnxCVgv8GLFL768pDO5u2Gzk82i8yTIgX6i7cntyZOkZYb/JtYM8252SN9bQp9tgkVDSsRw==
dependencies:
- "@types/anymatch" "*"
"@types/node" "*"
"@types/tapable" "^1"
"@types/uglify-js" "*"
"@types/webpack-sources" "*"
+ anymatch "^3.0.0"
source-map "^0.6.0"
-"@types/ws@^8.2.2":
- version "8.2.2"
- resolved "https://registry.yarnpkg.com/@types/ws/-/ws-8.2.2.tgz#7c5be4decb19500ae6b3d563043cd407bf366c21"
- integrity sha512-NOn5eIcgWLOo6qW8AcuLZ7G8PycXu0xTxxkS6Q18VWFxgPUSOwV0pBj2a/4viNZVu25i7RIB7GttdkAIUUXOOg==
+"@types/ws@^8.5.5":
+ version "8.5.10"
+ resolved "https://registry.yarnpkg.com/@types/ws/-/ws-8.5.10.tgz#4acfb517970853fa6574a3a6886791d04a396787"
+ integrity sha512-vmQSUcfalpIq0R9q7uTo2lXs6eGIpt9wtnLdMv9LVpIjCA/+ufZRozlVoVelIYixx1ugCBKDhn89vnsEGOCx9A==
dependencies:
"@types/node" "*"
"@types/yargs-parser@*":
- version "15.0.0"
- resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-15.0.0.tgz#cb3f9f741869e20cce330ffbeb9271590483882d"
- integrity sha512-FA/BWv8t8ZWJ+gEOnLLd8ygxH/2UFbAvgEonyfN6yWGLKc7zVjbpl2Y4CTjid9h2RfgPP6SEt6uHwEOply00yw==
+ version "21.0.3"
+ resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-21.0.3.tgz#815e30b786d2e8f0dcd85fd5bcf5e1a04d008f15"
+ integrity sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==
"@types/yargs@^15.0.0":
- version "15.0.11"
- resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-15.0.11.tgz#361d7579ecdac1527687bcebf9946621c12ab78c"
- integrity sha512-jfcNBxHFYJ4nPIacsi3woz1+kvUO6s1CyeEhtnDHBjHUMNj5UlW2GynmnSgiJJEdNg9yW5C8lfoNRZrHGv5EqA==
+ version "15.0.19"
+ resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-15.0.19.tgz#328fb89e46109ecbdb70c295d96ff2f46dfd01b9"
+ integrity sha512-2XUaGVmyQjgyAZldf0D0c14vvo/yv0MhQBSTJcejMMaitsn3nxCB6TmH4G0ZQf+uxROOa9mpanoSm8h6SG/1ZA==
dependencies:
"@types/yargs-parser" "*"
"@types/yargs@^16.0.0":
- version "16.0.4"
- resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-16.0.4.tgz#26aad98dd2c2a38e421086ea9ad42b9e51642977"
- integrity sha512-T8Yc9wt/5LbJyCaLiHPReJa0kApcIgJ7Bn735GjItUfh08Z1pJvu8QZqb9s+mMvKV6WUQRV7K2R46YbjMXTTJw==
+ version "16.0.9"
+ resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-16.0.9.tgz#ba506215e45f7707e6cbcaf386981155b7ab956e"
+ integrity sha512-tHhzvkFXZQeTECenFoRljLBYPZJ7jAVxqqtEI0qTLOmuultnFp4I9yKE17vTuhf7BkhCu7I4XuemPgikDVuYqA==
+ dependencies:
+ "@types/yargs-parser" "*"
+
+"@types/yargs@^17.0.8":
+ version "17.0.32"
+ resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-17.0.32.tgz#030774723a2f7faafebf645f4e5a48371dca6229"
+ integrity sha512-xQ67Yc/laOG5uMfX/093MRlGGCIBzZMarVa+gfNKJxWAIgykYpVGkBdbqEzGDDfCrVUj6Hiff4mTZ5BA6TmAog==
dependencies:
"@types/yargs-parser" "*"
"@types/yauzl@^2.9.1":
- version "2.9.1"
- resolved "https://registry.yarnpkg.com/@types/yauzl/-/yauzl-2.9.1.tgz#d10f69f9f522eef3cf98e30afb684a1e1ec923af"
- integrity sha512-A1b8SU4D10uoPjwb0lnHmmu8wZhR9d+9o2PKBQT2jU5YPTKsxac6M2qGAdY7VcL+dHHhARVUDmeg0rOrcd9EjA==
+ version "2.10.3"
+ resolved "https://registry.yarnpkg.com/@types/yauzl/-/yauzl-2.10.3.tgz#e9b2808b4f109504a03cda958259876f61017999"
+ integrity sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==
dependencies:
"@types/node" "*"
"@typescript-eslint/eslint-plugin@^4.5.0":
- version "4.9.0"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.9.0.tgz#8fde15743413661fdc086c9f1f5d74a80b856113"
- integrity sha512-WrVzGMzzCrgrpnQMQm4Tnf+dk+wdl/YbgIgd5hKGa2P+lnJ2MON+nQnbwgbxtN9QDLi8HO+JAq0/krMnjQK6Cw==
+ version "4.33.0"
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.33.0.tgz#c24dc7c8069c7706bc40d99f6fa87edcb2005276"
+ integrity sha512-aINiAxGVdOl1eJyVjaWn/YcVAq4Gi/Yo35qHGCnqbWVz61g39D0h23veY/MA0rFFGfxK7TySg2uwDeNv+JgVpg==
dependencies:
- "@typescript-eslint/experimental-utils" "4.9.0"
- "@typescript-eslint/scope-manager" "4.9.0"
- debug "^4.1.1"
+ "@typescript-eslint/experimental-utils" "4.33.0"
+ "@typescript-eslint/scope-manager" "4.33.0"
+ debug "^4.3.1"
functional-red-black-tree "^1.0.1"
- regexpp "^3.0.0"
- semver "^7.3.2"
- tsutils "^3.17.1"
+ ignore "^5.1.8"
+ regexpp "^3.1.0"
+ semver "^7.3.5"
+ tsutils "^3.21.0"
-"@typescript-eslint/experimental-utils@4.9.0", "@typescript-eslint/experimental-utils@^4.0.1":
- version "4.9.0"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.9.0.tgz#23a296b85d243afba24e75a43fd55aceda5141f0"
- integrity sha512-0p8GnDWB3R2oGhmRXlEnCvYOtaBCijtA5uBfH5GxQKsukdSQyI4opC4NGTUb88CagsoNQ4rb/hId2JuMbzWKFQ==
+"@typescript-eslint/eslint-plugin@^5.5.0":
+ version "5.62.0"
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz#aeef0328d172b9e37d9bab6dbc13b87ed88977db"
+ integrity sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==
dependencies:
- "@types/json-schema" "^7.0.3"
- "@typescript-eslint/scope-manager" "4.9.0"
- "@typescript-eslint/types" "4.9.0"
- "@typescript-eslint/typescript-estree" "4.9.0"
- eslint-scope "^5.0.0"
- eslint-utils "^2.0.0"
+ "@eslint-community/regexpp" "^4.4.0"
+ "@typescript-eslint/scope-manager" "5.62.0"
+ "@typescript-eslint/type-utils" "5.62.0"
+ "@typescript-eslint/utils" "5.62.0"
+ debug "^4.3.4"
+ graphemer "^1.4.0"
+ ignore "^5.2.0"
+ natural-compare-lite "^1.4.0"
+ semver "^7.3.7"
+ tsutils "^3.21.0"
+
+"@typescript-eslint/experimental-utils@4.33.0", "@typescript-eslint/experimental-utils@^4.0.1":
+ version "4.33.0"
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.33.0.tgz#6f2a786a4209fa2222989e9380b5331b2810f7fd"
+ integrity sha512-zeQjOoES5JFjTnAhI5QY7ZviczMzDptls15GFsI6jyUOq0kOf9+WonkhtlIhh0RgHRnqj5gdNxW5j1EvAyYg6Q==
+ dependencies:
+ "@types/json-schema" "^7.0.7"
+ "@typescript-eslint/scope-manager" "4.33.0"
+ "@typescript-eslint/types" "4.33.0"
+ "@typescript-eslint/typescript-estree" "4.33.0"
+ eslint-scope "^5.1.1"
+ eslint-utils "^3.0.0"
"@typescript-eslint/experimental-utils@^3.10.1":
version "3.10.1"
@@ -5859,33 +6308,73 @@
eslint-scope "^5.0.0"
eslint-utils "^2.0.0"
+"@typescript-eslint/experimental-utils@^5.0.0":
+ version "5.62.0"
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.62.0.tgz#14559bf73383a308026b427a4a6129bae2146741"
+ integrity sha512-RTXpeB3eMkpoclG3ZHft6vG/Z30azNHuqY6wKPBHlVMZFuEvrtlEDe8gMqDb+SO+9hjC/pLekeSCryf9vMZlCw==
+ dependencies:
+ "@typescript-eslint/utils" "5.62.0"
+
"@typescript-eslint/parser@^4.5.0":
- version "4.9.0"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.9.0.tgz#bb65f1214b5e221604996db53ef77c9d62b09249"
- integrity sha512-QRSDAV8tGZoQye/ogp28ypb8qpsZPV6FOLD+tbN4ohKUWHD2n/u0Q2tIBnCsGwQCiD94RdtLkcqpdK4vKcLCCw==
+ version "4.33.0"
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.33.0.tgz#dfe797570d9694e560528d18eecad86c8c744899"
+ integrity sha512-ZohdsbXadjGBSK0/r+d87X0SBmKzOq4/S5nzK6SBgJspFo9/CUDJ7hjayuze+JK7CZQLDMroqytp7pOcFKTxZA==
+ dependencies:
+ "@typescript-eslint/scope-manager" "4.33.0"
+ "@typescript-eslint/types" "4.33.0"
+ "@typescript-eslint/typescript-estree" "4.33.0"
+ debug "^4.3.1"
+
+"@typescript-eslint/parser@^5.5.0":
+ version "5.62.0"
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.62.0.tgz#1b63d082d849a2fcae8a569248fbe2ee1b8a56c7"
+ integrity sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==
+ dependencies:
+ "@typescript-eslint/scope-manager" "5.62.0"
+ "@typescript-eslint/types" "5.62.0"
+ "@typescript-eslint/typescript-estree" "5.62.0"
+ debug "^4.3.4"
+
+"@typescript-eslint/scope-manager@4.33.0":
+ version "4.33.0"
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.33.0.tgz#d38e49280d983e8772e29121cf8c6e9221f280a3"
+ integrity sha512-5IfJHpgTsTZuONKbODctL4kKuQje/bzBRkwHE8UOZ4f89Zeddg+EGZs8PD8NcN4LdM3ygHWYB3ukPAYjvl/qbQ==
dependencies:
- "@typescript-eslint/scope-manager" "4.9.0"
- "@typescript-eslint/types" "4.9.0"
- "@typescript-eslint/typescript-estree" "4.9.0"
- debug "^4.1.1"
+ "@typescript-eslint/types" "4.33.0"
+ "@typescript-eslint/visitor-keys" "4.33.0"
-"@typescript-eslint/scope-manager@4.9.0":
- version "4.9.0"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.9.0.tgz#5eefe305d6b71d1c85af6587b048426bfd4d3708"
- integrity sha512-q/81jtmcDtMRE+nfFt5pWqO0R41k46gpVLnuefqVOXl4QV1GdQoBWfk5REcipoJNQH9+F5l+dwa9Li5fbALjzg==
+"@typescript-eslint/scope-manager@5.62.0":
+ version "5.62.0"
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz#d9457ccc6a0b8d6b37d0eb252a23022478c5460c"
+ integrity sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==
+ dependencies:
+ "@typescript-eslint/types" "5.62.0"
+ "@typescript-eslint/visitor-keys" "5.62.0"
+
+"@typescript-eslint/type-utils@5.62.0":
+ version "5.62.0"
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz#286f0389c41681376cdad96b309cedd17d70346a"
+ integrity sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==
dependencies:
- "@typescript-eslint/types" "4.9.0"
- "@typescript-eslint/visitor-keys" "4.9.0"
+ "@typescript-eslint/typescript-estree" "5.62.0"
+ "@typescript-eslint/utils" "5.62.0"
+ debug "^4.3.4"
+ tsutils "^3.21.0"
"@typescript-eslint/types@3.10.1":
version "3.10.1"
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-3.10.1.tgz#1d7463fa7c32d8a23ab508a803ca2fe26e758727"
integrity sha512-+3+FCUJIahE9q0lDi1WleYzjCwJs5hIsbugIgnbB+dSCYUxl8L6PwmsyOPFZde2hc1DlTo/xnkOgiTLSyAbHiQ==
-"@typescript-eslint/types@4.9.0":
- version "4.9.0"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.9.0.tgz#3fe8c3632abd07095c7458f7451bd14c85d0033c"
- integrity sha512-luzLKmowfiM/IoJL/rus1K9iZpSJK6GlOS/1ezKplb7MkORt2dDcfi8g9B0bsF6JoRGhqn0D3Va55b+vredFHA==
+"@typescript-eslint/types@4.33.0":
+ version "4.33.0"
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.33.0.tgz#a1e59036a3b53ae8430ceebf2a919dc7f9af6d72"
+ integrity sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==
+
+"@typescript-eslint/types@5.62.0":
+ version "5.62.0"
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
+ integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
"@typescript-eslint/typescript-estree@3.10.1":
version "3.10.1"
@@ -5901,19 +6390,45 @@
semver "^7.3.2"
tsutils "^3.17.1"
-"@typescript-eslint/typescript-estree@4.9.0":
- version "4.9.0"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.9.0.tgz#38a98df6ee281cfd6164d6f9d91795b37d9e508c"
- integrity sha512-rmDR++PGrIyQzAtt3pPcmKWLr7MA+u/Cmq9b/rON3//t5WofNR4m/Ybft2vOLj0WtUzjn018ekHjTsnIyBsQug==
+"@typescript-eslint/typescript-estree@4.33.0":
+ version "4.33.0"
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.33.0.tgz#0dfb51c2908f68c5c08d82aefeaf166a17c24609"
+ integrity sha512-rkWRY1MPFzjwnEVHsxGemDzqqddw2QbTJlICPD9p9I9LfsO8fdmfQPOX3uKfUaGRDFJbfrtm/sXhVXN4E+bzCA==
dependencies:
- "@typescript-eslint/types" "4.9.0"
- "@typescript-eslint/visitor-keys" "4.9.0"
- debug "^4.1.1"
- globby "^11.0.1"
+ "@typescript-eslint/types" "4.33.0"
+ "@typescript-eslint/visitor-keys" "4.33.0"
+ debug "^4.3.1"
+ globby "^11.0.3"
is-glob "^4.0.1"
- lodash "^4.17.15"
- semver "^7.3.2"
- tsutils "^3.17.1"
+ semver "^7.3.5"
+ tsutils "^3.21.0"
+
+"@typescript-eslint/typescript-estree@5.62.0":
+ version "5.62.0"
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
+ integrity sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==
+ dependencies:
+ "@typescript-eslint/types" "5.62.0"
+ "@typescript-eslint/visitor-keys" "5.62.0"
+ debug "^4.3.4"
+ globby "^11.1.0"
+ is-glob "^4.0.3"
+ semver "^7.3.7"
+ tsutils "^3.21.0"
+
+"@typescript-eslint/utils@5.62.0", "@typescript-eslint/utils@^5.58.0":
+ version "5.62.0"
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
+ integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==
+ dependencies:
+ "@eslint-community/eslint-utils" "^4.2.0"
+ "@types/json-schema" "^7.0.9"
+ "@types/semver" "^7.3.12"
+ "@typescript-eslint/scope-manager" "5.62.0"
+ "@typescript-eslint/types" "5.62.0"
+ "@typescript-eslint/typescript-estree" "5.62.0"
+ eslint-scope "^5.1.1"
+ semver "^7.3.7"
"@typescript-eslint/visitor-keys@3.10.1":
version "3.10.1"
@@ -5922,21 +6437,34 @@
dependencies:
eslint-visitor-keys "^1.1.0"
-"@typescript-eslint/visitor-keys@4.9.0":
- version "4.9.0"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.9.0.tgz#f284e9fac43f2d6d35094ce137473ee321f266c8"
- integrity sha512-sV45zfdRqQo1A97pOSx3fsjR+3blmwtdCt8LDrXgCX36v4Vmz4KHrhpV6Fo2cRdXmyumxx11AHw0pNJqCNpDyg==
+"@typescript-eslint/visitor-keys@4.33.0":
+ version "4.33.0"
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.33.0.tgz#2a22f77a41604289b7a186586e9ec48ca92ef1dd"
+ integrity sha512-uqi/2aSz9g2ftcHWf8uLPJA70rUv6yuMW5Bohw+bwcuzaxQIHaKFZCKGoGXIrc9vkTJ3+0txM73K0Hq3d5wgIg==
dependencies:
- "@typescript-eslint/types" "4.9.0"
+ "@typescript-eslint/types" "4.33.0"
eslint-visitor-keys "^2.0.0"
-"@webassemblyjs/ast@1.11.1":
- version "1.11.1"
- resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.11.1.tgz#2bfd767eae1a6996f432ff7e8d7fc75679c0b6a7"
- integrity sha512-ukBh14qFLjxTQNTXocdyksN5QdM28S1CxHt2rdskFyL+xFV7VremuBLVbmCePj+URalXBENx/9Lm7lnhihtCSw==
+"@typescript-eslint/visitor-keys@5.62.0":
+ version "5.62.0"
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz#2174011917ce582875954ffe2f6912d5931e353e"
+ integrity sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==
dependencies:
- "@webassemblyjs/helper-numbers" "1.11.1"
- "@webassemblyjs/helper-wasm-bytecode" "1.11.1"
+ "@typescript-eslint/types" "5.62.0"
+ eslint-visitor-keys "^3.3.0"
+
+"@ungap/structured-clone@^1.0.0", "@ungap/structured-clone@^1.2.0":
+ version "1.2.0"
+ resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
+ integrity sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==
+
+"@webassemblyjs/ast@1.12.1", "@webassemblyjs/ast@^1.12.1":
+ version "1.12.1"
+ resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.12.1.tgz#bb16a0e8b1914f979f45864c23819cc3e3f0d4bb"
+ integrity sha512-EKfMUOPRRUTy5UII4qJDGPpqfwjOmZ5jeGFwid9mnoqIFK+e0vqoi1qH56JpmZSzEL53jKnNzScdmftJyG5xWg==
+ dependencies:
+ "@webassemblyjs/helper-numbers" "1.11.6"
+ "@webassemblyjs/helper-wasm-bytecode" "1.11.6"
"@webassemblyjs/ast@1.9.0":
version "1.9.0"
@@ -5947,30 +6475,30 @@
"@webassemblyjs/helper-wasm-bytecode" "1.9.0"
"@webassemblyjs/wast-parser" "1.9.0"
-"@webassemblyjs/floating-point-hex-parser@1.11.1":
- version "1.11.1"
- resolved "https://registry.yarnpkg.com/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.1.tgz#f6c61a705f0fd7a6aecaa4e8198f23d9dc179e4f"
- integrity sha512-iGRfyc5Bq+NnNuX8b5hwBrRjzf0ocrJPI6GWFodBFzmFnyvrQ83SHKhmilCU/8Jv67i4GJZBMhEzltxzcNagtQ==
+"@webassemblyjs/floating-point-hex-parser@1.11.6":
+ version "1.11.6"
+ resolved "https://registry.yarnpkg.com/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.6.tgz#dacbcb95aff135c8260f77fa3b4c5fea600a6431"
+ integrity sha512-ejAj9hfRJ2XMsNHk/v6Fu2dGS+i4UaXBXGemOfQ/JfQ6mdQg/WXtwleQRLLS4OvfDhv8rYnVwH27YJLMyYsxhw==
"@webassemblyjs/floating-point-hex-parser@1.9.0":
version "1.9.0"
resolved "https://registry.yarnpkg.com/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.9.0.tgz#3c3d3b271bddfc84deb00f71344438311d52ffb4"
integrity sha512-TG5qcFsS8QB4g4MhrxK5TqfdNe7Ey/7YL/xN+36rRjl/BlGE/NcBvJcqsRgCP6Z92mRE+7N50pRIi8SmKUbcQA==
-"@webassemblyjs/helper-api-error@1.11.1":
- version "1.11.1"
- resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.1.tgz#1a63192d8788e5c012800ba6a7a46c705288fd16"
- integrity sha512-RlhS8CBCXfRUR/cwo2ho9bkheSXG0+NwooXcc3PAILALf2QLdFyj7KGsKRbVc95hZnhnERon4kW/D3SZpp6Tcg==
+"@webassemblyjs/helper-api-error@1.11.6":
+ version "1.11.6"
+ resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.6.tgz#6132f68c4acd59dcd141c44b18cbebbd9f2fa768"
+ integrity sha512-o0YkoP4pVu4rN8aTJgAyj9hC2Sv5UlkzCHhxqWj8butaLvnpdc2jOwh4ewE6CX0txSfLn/UYaV/pheS2Txg//Q==
"@webassemblyjs/helper-api-error@1.9.0":
version "1.9.0"
resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-api-error/-/helper-api-error-1.9.0.tgz#203f676e333b96c9da2eeab3ccef33c45928b6a2"
integrity sha512-NcMLjoFMXpsASZFxJ5h2HZRcEhDkvnNFOAKneP5RbKRzaWJN36NC4jqQHKwStIhGXu5mUWlUUk7ygdtrO8lbmw==
-"@webassemblyjs/helper-buffer@1.11.1":
- version "1.11.1"
- resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-buffer/-/helper-buffer-1.11.1.tgz#832a900eb444884cde9a7cad467f81500f5e5ab5"
- integrity sha512-gwikF65aDNeeXa8JxXa2BAk+REjSyhrNC9ZwdT0f8jc4dQQeDQ7G4m0f2QCLPJiMTTO6wfDmRmj/pW0PsUvIcA==
+"@webassemblyjs/helper-buffer@1.12.1":
+ version "1.12.1"
+ resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-buffer/-/helper-buffer-1.12.1.tgz#6df20d272ea5439bf20ab3492b7fb70e9bfcb3f6"
+ integrity sha512-nzJwQw99DNDKr9BVCOZcLuJJUlqkJh+kVzVl6Fmq/tI5ZtEyWT1KZMyOXltXLZJmDtvLCDgwsyrkohEtopTXCw==
"@webassemblyjs/helper-buffer@1.9.0":
version "1.9.0"
@@ -5996,34 +6524,34 @@
dependencies:
"@webassemblyjs/ast" "1.9.0"
-"@webassemblyjs/helper-numbers@1.11.1":
- version "1.11.1"
- resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.1.tgz#64d81da219fbbba1e3bd1bfc74f6e8c4e10a62ae"
- integrity sha512-vDkbxiB8zfnPdNK9Rajcey5C0w+QJugEglN0of+kmO8l7lDb77AnlKYQF7aarZuCrv+l0UvqL+68gSDr3k9LPQ==
+"@webassemblyjs/helper-numbers@1.11.6":
+ version "1.11.6"
+ resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.6.tgz#cbce5e7e0c1bd32cf4905ae444ef64cea919f1b5"
+ integrity sha512-vUIhZ8LZoIWHBohiEObxVm6hwP034jwmc9kuq5GdHZH0wiLVLIPcMCdpJzG4C11cHoQ25TFIQj9kaVADVX7N3g==
dependencies:
- "@webassemblyjs/floating-point-hex-parser" "1.11.1"
- "@webassemblyjs/helper-api-error" "1.11.1"
+ "@webassemblyjs/floating-point-hex-parser" "1.11.6"
+ "@webassemblyjs/helper-api-error" "1.11.6"
"@xtuc/long" "4.2.2"
-"@webassemblyjs/helper-wasm-bytecode@1.11.1":
- version "1.11.1"
- resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.1.tgz#f328241e41e7b199d0b20c18e88429c4433295e1"
- integrity sha512-PvpoOGiJwXeTrSf/qfudJhwlvDQxFgelbMqtq52WWiXC6Xgg1IREdngmPN3bs4RoO83PnL/nFrxucXj1+BX62Q==
+"@webassemblyjs/helper-wasm-bytecode@1.11.6":
+ version "1.11.6"
+ resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.6.tgz#bb2ebdb3b83aa26d9baad4c46d4315283acd51e9"
+ integrity sha512-sFFHKwcmBprO9e7Icf0+gddyWYDViL8bpPjJJl0WHxCdETktXdmtWLGVzoHbqUcY4Be1LkNfwTmXOJUFZYSJdA==
"@webassemblyjs/helper-wasm-bytecode@1.9.0":
version "1.9.0"
resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.9.0.tgz#4fed8beac9b8c14f8c58b70d124d549dd1fe5790"
integrity sha512-R7FStIzyNcd7xKxCZH5lE0Bqy+hGTwS3LJjuv1ZVxd9O7eHCedSdrId/hMOd20I+v8wDXEn+bjfKDLzTepoaUw==
-"@webassemblyjs/helper-wasm-section@1.11.1":
- version "1.11.1"
- resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.11.1.tgz#21ee065a7b635f319e738f0dd73bfbda281c097a"
- integrity sha512-10P9No29rYX1j7F3EVPX3JvGPQPae+AomuSTPiF9eBQeChHI6iqjMIwR9JmOJXwpnn/oVGDk7I5IlskuMwU/pg==
+"@webassemblyjs/helper-wasm-section@1.12.1":
+ version "1.12.1"
+ resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.12.1.tgz#3da623233ae1a60409b509a52ade9bc22a37f7bf"
+ integrity sha512-Jif4vfB6FJlUlSbgEMHUyk1j234GTNG9dBJ4XJdOySoj518Xj0oGsNi59cUQF4RRMS9ouBUxDDdyBVfPTypa5g==
dependencies:
- "@webassemblyjs/ast" "1.11.1"
- "@webassemblyjs/helper-buffer" "1.11.1"
- "@webassemblyjs/helper-wasm-bytecode" "1.11.1"
- "@webassemblyjs/wasm-gen" "1.11.1"
+ "@webassemblyjs/ast" "1.12.1"
+ "@webassemblyjs/helper-buffer" "1.12.1"
+ "@webassemblyjs/helper-wasm-bytecode" "1.11.6"
+ "@webassemblyjs/wasm-gen" "1.12.1"
"@webassemblyjs/helper-wasm-section@1.9.0":
version "1.9.0"
@@ -6035,10 +6563,10 @@
"@webassemblyjs/helper-wasm-bytecode" "1.9.0"
"@webassemblyjs/wasm-gen" "1.9.0"
-"@webassemblyjs/ieee754@1.11.1":
- version "1.11.1"
- resolved "https://registry.yarnpkg.com/@webassemblyjs/ieee754/-/ieee754-1.11.1.tgz#963929e9bbd05709e7e12243a099180812992614"
- integrity sha512-hJ87QIPtAMKbFq6CGTkZYJivEwZDbQUgYd3qKSadTNOhVY7p+gfP6Sr0lLRVTaG1JjFj+r3YchoqRYxNH3M0GQ==
+"@webassemblyjs/ieee754@1.11.6":
+ version "1.11.6"
+ resolved "https://registry.yarnpkg.com/@webassemblyjs/ieee754/-/ieee754-1.11.6.tgz#bb665c91d0b14fffceb0e38298c329af043c6e3a"
+ integrity sha512-LM4p2csPNvbij6U1f19v6WR56QZ8JcHg3QIJTlSwzFcmx6WSORicYj6I63f9yU1kEUtrpG+kjkiIAkevHpDXrg==
dependencies:
"@xtuc/ieee754" "^1.2.0"
@@ -6049,10 +6577,10 @@
dependencies:
"@xtuc/ieee754" "^1.2.0"
-"@webassemblyjs/leb128@1.11.1":
- version "1.11.1"
- resolved "https://registry.yarnpkg.com/@webassemblyjs/leb128/-/leb128-1.11.1.tgz#ce814b45574e93d76bae1fb2644ab9cdd9527aa5"
- integrity sha512-BJ2P0hNZ0u+Th1YZXJpzW6miwqQUGcIHT1G/sf72gLVD9DZ5AdYTqPNbHZh6K1M5VmKvFXwGSWZADz+qBWxeRw==
+"@webassemblyjs/leb128@1.11.6":
+ version "1.11.6"
+ resolved "https://registry.yarnpkg.com/@webassemblyjs/leb128/-/leb128-1.11.6.tgz#70e60e5e82f9ac81118bc25381a0b283893240d7"
+ integrity sha512-m7a0FhE67DQXgouf1tbN5XQcdWoNgaAuoULHIfGFIEVKA6tu/edls6XnIlkmS6FrXAquJRPni3ZZKjw6FSPjPQ==
dependencies:
"@xtuc/long" "4.2.2"
@@ -6063,30 +6591,16 @@
dependencies:
"@xtuc/long" "4.2.2"
-"@webassemblyjs/utf8@1.11.1":
- version "1.11.1"
- resolved "https://registry.yarnpkg.com/@webassemblyjs/utf8/-/utf8-1.11.1.tgz#d1f8b764369e7c6e6bae350e854dec9a59f0a3ff"
- integrity sha512-9kqcxAEdMhiwQkHpkNiorZzqpGrodQQ2IGrHHxCy+Ozng0ofyMA0lTqiLkVs1uzTRejX+/O0EOT7KxqVPuXosQ==
+"@webassemblyjs/utf8@1.11.6":
+ version "1.11.6"
+ resolved "https://registry.yarnpkg.com/@webassemblyjs/utf8/-/utf8-1.11.6.tgz#90f8bc34c561595fe156603be7253cdbcd0fab5a"
+ integrity sha512-vtXf2wTQ3+up9Zsg8sa2yWiQpzSsMyXj0qViVP6xKGCUT8p8YJ6HqI7l5eCnWx1T/FYdsv07HQs2wTFbbof/RA==
"@webassemblyjs/utf8@1.9.0":
version "1.9.0"
resolved "https://registry.yarnpkg.com/@webassemblyjs/utf8/-/utf8-1.9.0.tgz#04d33b636f78e6a6813227e82402f7637b6229ab"
integrity sha512-GZbQlWtopBTP0u7cHrEx+73yZKrQoBMpwkGEIqlacljhXCkVM1kMQge/Mf+csMJAjEdSwhOyLAS0AoR3AG5P8w==
-"@webassemblyjs/wasm-edit@1.11.1":
- version "1.11.1"
- resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-edit/-/wasm-edit-1.11.1.tgz#ad206ebf4bf95a058ce9880a8c092c5dec8193d6"
- integrity sha512-g+RsupUC1aTHfR8CDgnsVRVZFJqdkFHpsHMfJuWQzWU3tvnLC07UqHICfP+4XyL2tnr1amvl1Sdp06TnYCmVkA==
- dependencies:
- "@webassemblyjs/ast" "1.11.1"
- "@webassemblyjs/helper-buffer" "1.11.1"
- "@webassemblyjs/helper-wasm-bytecode" "1.11.1"
- "@webassemblyjs/helper-wasm-section" "1.11.1"
- "@webassemblyjs/wasm-gen" "1.11.1"
- "@webassemblyjs/wasm-opt" "1.11.1"
- "@webassemblyjs/wasm-parser" "1.11.1"
- "@webassemblyjs/wast-printer" "1.11.1"
-
"@webassemblyjs/wasm-edit@1.9.0":
version "1.9.0"
resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-edit/-/wasm-edit-1.9.0.tgz#3fe6d79d3f0f922183aa86002c42dd256cfee9cf"
@@ -6101,16 +6615,30 @@
"@webassemblyjs/wasm-parser" "1.9.0"
"@webassemblyjs/wast-printer" "1.9.0"
-"@webassemblyjs/wasm-gen@1.11.1":
- version "1.11.1"
- resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-gen/-/wasm-gen-1.11.1.tgz#86c5ea304849759b7d88c47a32f4f039ae3c8f76"
- integrity sha512-F7QqKXwwNlMmsulj6+O7r4mmtAlCWfO/0HdgOxSklZfQcDu0TpLiD1mRt/zF25Bk59FIjEuGAIyn5ei4yMfLhA==
- dependencies:
- "@webassemblyjs/ast" "1.11.1"
- "@webassemblyjs/helper-wasm-bytecode" "1.11.1"
- "@webassemblyjs/ieee754" "1.11.1"
- "@webassemblyjs/leb128" "1.11.1"
- "@webassemblyjs/utf8" "1.11.1"
+"@webassemblyjs/wasm-edit@^1.12.1":
+ version "1.12.1"
+ resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-edit/-/wasm-edit-1.12.1.tgz#9f9f3ff52a14c980939be0ef9d5df9ebc678ae3b"
+ integrity sha512-1DuwbVvADvS5mGnXbE+c9NfA8QRcZ6iKquqjjmR10k6o+zzsRVesil54DKexiowcFCPdr/Q0qaMgB01+SQ1u6g==
+ dependencies:
+ "@webassemblyjs/ast" "1.12.1"
+ "@webassemblyjs/helper-buffer" "1.12.1"
+ "@webassemblyjs/helper-wasm-bytecode" "1.11.6"
+ "@webassemblyjs/helper-wasm-section" "1.12.1"
+ "@webassemblyjs/wasm-gen" "1.12.1"
+ "@webassemblyjs/wasm-opt" "1.12.1"
+ "@webassemblyjs/wasm-parser" "1.12.1"
+ "@webassemblyjs/wast-printer" "1.12.1"
+
+"@webassemblyjs/wasm-gen@1.12.1":
+ version "1.12.1"
+ resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-gen/-/wasm-gen-1.12.1.tgz#a6520601da1b5700448273666a71ad0a45d78547"
+ integrity sha512-TDq4Ojh9fcohAw6OIMXqiIcTq5KUXTGRkVxbSo1hQnSy6lAM5GSdfwWeSxpAo0YzgsgF182E/U0mDNhuA0tW7w==
+ dependencies:
+ "@webassemblyjs/ast" "1.12.1"
+ "@webassemblyjs/helper-wasm-bytecode" "1.11.6"
+ "@webassemblyjs/ieee754" "1.11.6"
+ "@webassemblyjs/leb128" "1.11.6"
+ "@webassemblyjs/utf8" "1.11.6"
"@webassemblyjs/wasm-gen@1.9.0":
version "1.9.0"
@@ -6123,15 +6651,15 @@
"@webassemblyjs/leb128" "1.9.0"
"@webassemblyjs/utf8" "1.9.0"
-"@webassemblyjs/wasm-opt@1.11.1":
- version "1.11.1"
- resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-opt/-/wasm-opt-1.11.1.tgz#657b4c2202f4cf3b345f8a4c6461c8c2418985f2"
- integrity sha512-VqnkNqnZlU5EB64pp1l7hdm3hmQw7Vgqa0KF/KCNO9sIpI6Fk6brDEiX+iCOYrvMuBWDws0NkTOxYEb85XQHHw==
+"@webassemblyjs/wasm-opt@1.12.1":
+ version "1.12.1"
+ resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-opt/-/wasm-opt-1.12.1.tgz#9e6e81475dfcfb62dab574ac2dda38226c232bc5"
+ integrity sha512-Jg99j/2gG2iaz3hijw857AVYekZe2SAskcqlWIZXjji5WStnOpVoat3gQfT/Q5tb2djnCjBtMocY/Su1GfxPBg==
dependencies:
- "@webassemblyjs/ast" "1.11.1"
- "@webassemblyjs/helper-buffer" "1.11.1"
- "@webassemblyjs/wasm-gen" "1.11.1"
- "@webassemblyjs/wasm-parser" "1.11.1"
+ "@webassemblyjs/ast" "1.12.1"
+ "@webassemblyjs/helper-buffer" "1.12.1"
+ "@webassemblyjs/wasm-gen" "1.12.1"
+ "@webassemblyjs/wasm-parser" "1.12.1"
"@webassemblyjs/wasm-opt@1.9.0":
version "1.9.0"
@@ -6143,17 +6671,17 @@
"@webassemblyjs/wasm-gen" "1.9.0"
"@webassemblyjs/wasm-parser" "1.9.0"
-"@webassemblyjs/wasm-parser@1.11.1":
- version "1.11.1"
- resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-parser/-/wasm-parser-1.11.1.tgz#86ca734534f417e9bd3c67c7a1c75d8be41fb199"
- integrity sha512-rrBujw+dJu32gYB7/Lup6UhdkPx9S9SnobZzRVL7VcBH9Bt9bCBLEuX/YXOOtBsOZ4NQrRykKhffRWHvigQvOA==
+"@webassemblyjs/wasm-parser@1.12.1", "@webassemblyjs/wasm-parser@^1.12.1":
+ version "1.12.1"
+ resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-parser/-/wasm-parser-1.12.1.tgz#c47acb90e6f083391e3fa61d113650eea1e95937"
+ integrity sha512-xikIi7c2FHXysxXe3COrVUPSheuBtpcfhbpFj4gmu7KRLYOzANztwUU0IbsqvMqzuNK2+glRGWCEqZo1WCLyAQ==
dependencies:
- "@webassemblyjs/ast" "1.11.1"
- "@webassemblyjs/helper-api-error" "1.11.1"
- "@webassemblyjs/helper-wasm-bytecode" "1.11.1"
- "@webassemblyjs/ieee754" "1.11.1"
- "@webassemblyjs/leb128" "1.11.1"
- "@webassemblyjs/utf8" "1.11.1"
+ "@webassemblyjs/ast" "1.12.1"
+ "@webassemblyjs/helper-api-error" "1.11.6"
+ "@webassemblyjs/helper-wasm-bytecode" "1.11.6"
+ "@webassemblyjs/ieee754" "1.11.6"
+ "@webassemblyjs/leb128" "1.11.6"
+ "@webassemblyjs/utf8" "1.11.6"
"@webassemblyjs/wasm-parser@1.9.0":
version "1.9.0"
@@ -6179,12 +6707,12 @@
"@webassemblyjs/helper-fsm" "1.9.0"
"@xtuc/long" "4.2.2"
-"@webassemblyjs/wast-printer@1.11.1":
- version "1.11.1"
- resolved "https://registry.yarnpkg.com/@webassemblyjs/wast-printer/-/wast-printer-1.11.1.tgz#d0c73beda8eec5426f10ae8ef55cee5e7084c2f0"
- integrity sha512-IQboUWM4eKzWW+N/jij2sRatKMh99QEelo3Eb2q0qXkvPRISAj8Qxtmw5itwqK+TTkBuUIE45AxYPToqPtL5gg==
+"@webassemblyjs/wast-printer@1.12.1":
+ version "1.12.1"
+ resolved "https://registry.yarnpkg.com/@webassemblyjs/wast-printer/-/wast-printer-1.12.1.tgz#bcecf661d7d1abdaf989d8341a4833e33e2b31ac"
+ integrity sha512-+X4WAlOisVWQMikjbcvY2e0rwPsKQ9F688lksZhBcPycBBuii3O7m8FACbDMWDojpAqvjIncrG8J0XHKyQfVeA==
dependencies:
- "@webassemblyjs/ast" "1.11.1"
+ "@webassemblyjs/ast" "1.12.1"
"@xtuc/long" "4.2.2"
"@webassemblyjs/wast-printer@1.9.0":
@@ -6206,6 +6734,34 @@
resolved "https://registry.yarnpkg.com/@xtuc/long/-/long-4.2.2.tgz#d291c6a4e97989b5c61d9acf396ae4fe133a718d"
integrity sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==
+"@yarnpkg/esbuild-plugin-pnp@^3.0.0-rc.10":
+ version "3.0.0-rc.15"
+ resolved "https://registry.yarnpkg.com/@yarnpkg/esbuild-plugin-pnp/-/esbuild-plugin-pnp-3.0.0-rc.15.tgz#4e40e7d2eb28825c9a35ab9d04c363931d7c0e67"
+ integrity sha512-kYzDJO5CA9sy+on/s2aIW0411AklfCi8Ck/4QDivOqsMKpStZA2SsR+X27VTggGwpStWaLrjJcDcdDMowtG8MA==
+ dependencies:
+ tslib "^2.4.0"
+
+"@yarnpkg/fslib@2.10.3":
+ version "2.10.3"
+ resolved "https://registry.yarnpkg.com/@yarnpkg/fslib/-/fslib-2.10.3.tgz#a8c9893df5d183cf6362680b9f1c6d7504dd5717"
+ integrity sha512-41H+Ga78xT9sHvWLlFOZLIhtU6mTGZ20pZ29EiZa97vnxdohJD2AF42rCoAoWfqUz486xY6fhjMH+DYEM9r14A==
+ dependencies:
+ "@yarnpkg/libzip" "^2.3.0"
+ tslib "^1.13.0"
+
+"@yarnpkg/libzip@2.3.0", "@yarnpkg/libzip@^2.3.0":
+ version "2.3.0"
+ resolved "https://registry.yarnpkg.com/@yarnpkg/libzip/-/libzip-2.3.0.tgz#fe1e762e47669f6e2c960fc118436608d834e3be"
+ integrity sha512-6xm38yGVIa6mKm/DUCF2zFFJhERh/QWp1ufm4cNUvxsONBmfPg8uZ9pZBdOmF6qFGr/HlT6ABBkCSx/dlEtvWg==
+ dependencies:
+ "@types/emscripten" "^1.39.6"
+ tslib "^1.13.0"
+
+"@yarnpkg/lockfile@^1.1.0":
+ version "1.1.0"
+ resolved "https://registry.yarnpkg.com/@yarnpkg/lockfile/-/lockfile-1.1.0.tgz#e77a97fbd345b76d83245edcd17d393b1b41fb31"
+ integrity sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ==
+
JSONStream@^1.0.4:
version "1.3.5"
resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.5.tgz#3208c1f08d3a4d99261ab64f92302bc15e111ca0"
@@ -6215,22 +6771,22 @@ JSONStream@^1.0.4:
through ">=2.2.7 <3"
abab@^2.0.3, abab@^2.0.5:
- version "2.0.5"
- resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.5.tgz#c0b678fb32d60fc1219c784d6a826fe385aeb79a"
- integrity sha512-9IK9EadsbHo6jLWIpxpR6pL0sazTXV6+SQv25ZB+F7Bj9mJNaOc4nCRabwd5M/JwmUa8idz6Eci6eKfJryPs6Q==
+ version "2.0.6"
+ resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.6.tgz#41b80f2c871d19686216b82309231cfd3cb3d291"
+ integrity sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==
-abbrev@1:
- version "1.1.1"
- resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8"
- integrity sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==
+abbrev@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-2.0.0.tgz#cf59829b8b4f03f89dda2771cb7f3653828c89bf"
+ integrity sha512-6/mh1E2u2YgEsCHdY0Yx5oW+61gZU+1vXaoiHHrpKeuRNNgFvS+/jrwHiQhB5apAf5oB7UB7E19ol2R2LKH8hQ==
-accepts@~1.3.4, accepts@~1.3.5, accepts@~1.3.7:
- version "1.3.7"
- resolved "https://registry.yarnpkg.com/accepts/-/accepts-1.3.7.tgz#531bc726517a3b2b41f850021c6cc15eaab507cd"
- integrity sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA==
+accepts@~1.3.4, accepts@~1.3.5, accepts@~1.3.8:
+ version "1.3.8"
+ resolved "https://registry.yarnpkg.com/accepts/-/accepts-1.3.8.tgz#0bf0be125b67014adcb0b0921e62db7bffe16b2e"
+ integrity sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==
dependencies:
- mime-types "~2.1.24"
- negotiator "0.6.2"
+ mime-types "~2.1.34"
+ negotiator "0.6.3"
acorn-bigint@^0.4.0:
version "0.4.0"
@@ -6262,17 +6818,17 @@ acorn-globals@^6.0.0:
acorn "^7.1.1"
acorn-walk "^7.1.1"
-acorn-import-assertions@^1.7.6:
- version "1.7.6"
- resolved "https://registry.yarnpkg.com/acorn-import-assertions/-/acorn-import-assertions-1.7.6.tgz#580e3ffcae6770eebeec76c3b9723201e9d01f78"
- integrity sha512-FlVvVFA1TX6l3lp8VjDnYYq7R1nyW6x3svAt4nDgrWQ9SBaSh9CnbwgSUTasgfNfOG5HlM1ehugCvM+hjo56LA==
+acorn-import-assertions@^1.9.0:
+ version "1.9.0"
+ resolved "https://registry.yarnpkg.com/acorn-import-assertions/-/acorn-import-assertions-1.9.0.tgz#507276249d684797c84e0734ef84860334cfb1ac"
+ integrity sha512-cmMwop9x+8KFhxvKrKfPYmN6/pKTYYHBqLa0DfvVZcKMJWNyWLnaqND7dx/qn66R7ewM1UX5XMaDVP5wlVTaVA==
acorn-import-meta@^1.0.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/acorn-import-meta/-/acorn-import-meta-1.1.0.tgz#c384423462ee7d4721d4de83231021a36cb09def"
integrity sha512-pshgiVR5mhpjFVdizKTN+kAGRqjJFUOEB3TvpQ6kiAutb1lvHrIVVcGoe5xzMpJkVNifCeymMG7/tsDkWn8CdQ==
-acorn-jsx@^5.2.0, acorn-jsx@^5.3.1:
+acorn-jsx@^5.2.0, acorn-jsx@^5.3.1, acorn-jsx@^5.3.2:
version "5.3.2"
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"
integrity sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==
@@ -6332,9 +6888,9 @@ acorn-walk@^7.1.1, acorn-walk@^7.2.0:
integrity sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==
acorn-walk@^8.0.0:
- version "8.2.0"
- resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-8.2.0.tgz#741210f2e2426454508853a2f44d0ab83b7f69c1"
- integrity sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==
+ version "8.3.2"
+ resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-8.3.2.tgz#7703af9415f1b6db9315d6895503862e231d34aa"
+ integrity sha512-cjkyv4OtNCIeqhHrfS81QWXoCBPExR/J62oyEqepVw8WaQeSqpW2uhuLPh1m9eWhDuOo/jUXVTlifvesOWp/4A==
acorn@^6.0.0, acorn@^6.4.1:
version "6.4.2"
@@ -6346,16 +6902,21 @@ acorn@^7.1.0, acorn@^7.1.1, acorn@^7.4.0, acorn@^7.4.1:
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.1.tgz#feaed255973d2e77555b83dbc08851a6c63520fa"
integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==
-acorn@^8.0.4, acorn@^8.2.4, acorn@^8.4.1:
- version "8.7.0"
- resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.7.0.tgz#90951fde0f8f09df93549481e5fc141445b791cf"
- integrity sha512-V/LGr1APy+PXIwKebEWrkZPwoeoF+w1jiOBUmuxuiUIaOHtob8Qc9BTrYo7VuI5fR8tqsy+buA2WFooR5olqvQ==
+acorn@^8.0.4, acorn@^8.11.3, acorn@^8.2.4, acorn@^8.7.1, acorn@^8.8.2, acorn@^8.9.0:
+ version "8.11.3"
+ resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.11.3.tgz#71e0b14e13a4ec160724b38fb7b0f233b1b81d7a"
+ integrity sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==
-address@1.1.2, address@^1.0.1, address@^1.1.2:
+address@1.1.2:
version "1.1.2"
resolved "https://registry.yarnpkg.com/address/-/address-1.1.2.tgz#bf1116c9c758c51b7a933d296b72c221ed9428b6"
integrity sha512-aT6camzM4xEA54YVJYSqxz1kv4IHnQZRtThJJHhUMRExaU5spC7jX5ugSwTaTgJliIgs4VhZOk7htClvQ/LmRA==
+address@^1.0.1, address@^1.1.2:
+ version "1.2.2"
+ resolved "https://registry.yarnpkg.com/address/-/address-1.2.2.tgz#2b5248dac5485a6390532c6a517fda2e3faac89e"
+ integrity sha512-4B/qKCfeE/ODUaAUpSwfzazo5x29WD4r3vXiWsB7I2mSDAihwEqKO+g8GELZUQSSAo5e1XTYh3ZVfLyxBc12nA==
+
adjust-sourcemap-loader@3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/adjust-sourcemap-loader/-/adjust-sourcemap-loader-3.0.0.tgz#5ae12fb5b7b1c585e80bbb5a63ec163a1a45e61e"
@@ -6364,6 +6925,14 @@ adjust-sourcemap-loader@3.0.0:
loader-utils "^2.0.0"
regex-parser "^2.2.11"
+adjust-sourcemap-loader@^4.0.0:
+ version "4.0.0"
+ resolved "https://registry.yarnpkg.com/adjust-sourcemap-loader/-/adjust-sourcemap-loader-4.0.0.tgz#fc4a0fd080f7d10471f30a7320f25560ade28c99"
+ integrity sha512-OXwN5b9pCUXNQHJpwwD2qP40byEmSgzj8B4ydSN0uMNYWiFmJ6x6KwUllMmfk8Rwu/HJDFR7U8ubsWBoN0Xp0A==
+ dependencies:
+ loader-utils "^2.0.0"
+ regex-parser "^2.2.11"
+
agent-base@6:
version "6.0.2"
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-6.0.2.tgz#49fff58577cfee3f37176feab4c22e00f86d7f77"
@@ -6379,29 +6948,6 @@ aggregate-error@^3.0.0:
clean-stack "^2.0.0"
indent-string "^4.0.0"
-airbnb-js-shims@^2.2.1:
- version "2.2.1"
- resolved "https://registry.yarnpkg.com/airbnb-js-shims/-/airbnb-js-shims-2.2.1.tgz#db481102d682b98ed1daa4c5baa697a05ce5c040"
- integrity sha512-wJNXPH66U2xjgo1Zwyjf9EydvJ2Si94+vSdk6EERcBfB2VZkeltpqIats0cqIZMLCXP3zcyaUKGYQeIBT6XjsQ==
- dependencies:
- array-includes "^3.0.3"
- array.prototype.flat "^1.2.1"
- array.prototype.flatmap "^1.2.1"
- es5-shim "^4.5.13"
- es6-shim "^0.35.5"
- function.prototype.name "^1.1.0"
- globalthis "^1.0.0"
- object.entries "^1.1.0"
- object.fromentries "^2.0.0 || ^1.0.0"
- object.getownpropertydescriptors "^2.0.3"
- object.values "^1.1.0"
- promise.allsettled "^1.0.0"
- promise.prototype.finally "^3.1.0"
- string.prototype.matchall "^4.0.0 || ^3.0.1"
- string.prototype.padend "^3.0.0"
- string.prototype.padstart "^3.0.0"
- symbol.prototype.description "^1.0.0"
-
airbnb-prop-types@^2.16.0:
version "2.16.0"
resolved "https://registry.yarnpkg.com/airbnb-prop-types/-/airbnb-prop-types-2.16.0.tgz#b96274cefa1abb14f623f804173ee97c13971dc2"
@@ -6434,7 +6980,7 @@ ajv-keywords@^3.1.0, ajv-keywords@^3.4.1, ajv-keywords@^3.5.2:
resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-3.5.2.tgz#31f29da5ab6e00d1c2d329acf7b5929614d5014d"
integrity sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==
-ajv-keywords@^5.0.0:
+ajv-keywords@^5.1.0:
version "5.1.0"
resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-5.1.0.tgz#69d4d385a4733cdbeab44964a1170a88f87f0e16"
integrity sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==
@@ -6451,47 +6997,48 @@ ajv@^6.1.0, ajv@^6.10.0, ajv@^6.10.2, ajv@^6.12.2, ajv@^6.12.3, ajv@^6.12.4, ajv
json-schema-traverse "^0.4.1"
uri-js "^4.2.2"
-ajv@^8.0.0, ajv@^8.0.1, ajv@^8.6.0, ajv@^8.8.0:
- version "8.9.0"
- resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.9.0.tgz#738019146638824dea25edcf299dcba1b0e7eb18"
- integrity sha512-qOKJyNj/h+OWx7s5DePL6Zu1KeM9jPZhwBqs+7DzP6bGOvqzVCSf0xueYmVuaC/oQ/VtS2zLMLHdQFbkka+XDQ==
+ajv@^8.0.0, ajv@^8.0.1, ajv@^8.6.0, ajv@^8.9.0:
+ version "8.12.0"
+ resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.12.0.tgz#d1a0527323e22f53562c567c00991577dfbe19d1"
+ integrity sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==
dependencies:
fast-deep-equal "^3.1.1"
json-schema-traverse "^1.0.0"
require-from-string "^2.0.2"
uri-js "^4.2.2"
-algoliasearch-helper@^3.7.0:
- version "3.7.0"
- resolved "https://registry.yarnpkg.com/algoliasearch-helper/-/algoliasearch-helper-3.7.0.tgz#c0a0493df84d850360f664ad7a9d4fc78a94fd78"
- integrity sha512-XJ3QfERBLfeVCyTVx80gon7r3/rgm/CE8Ha1H7cbablRe/X7SfYQ14g/eO+MhjVKIQp+gy9oC6G5ilmLwS1k6w==
+algoliasearch-helper@^3.10.0:
+ version "3.18.0"
+ resolved "https://registry.yarnpkg.com/algoliasearch-helper/-/algoliasearch-helper-3.18.0.tgz#e3651090cc6c41f244a6db2573bdd116ca4b7085"
+ integrity sha512-ZXvA8r6VG46V343jnIE7Tei8Xr0/9N8YhD27joC0BKxeogQyvNu7O37i510wA7FnrDjoa/tFhK90WUaBlkaqnw==
dependencies:
"@algolia/events" "^4.0.1"
-algoliasearch@^4.0.0, algoliasearch@^4.12.1:
- version "4.12.1"
- resolved "https://registry.yarnpkg.com/algoliasearch/-/algoliasearch-4.12.1.tgz#574a2c5424c4b6681c026928fb810be2d2ec3924"
- integrity sha512-c0dM1g3zZBJrkzE5GA/Nu1y3fFxx3LCzxKzcmp2dgGS8P4CjszB/l3lsSh2MSrrK1Hn/KV4BlbBMXtYgG1Bfrw==
- dependencies:
- "@algolia/cache-browser-local-storage" "4.12.1"
- "@algolia/cache-common" "4.12.1"
- "@algolia/cache-in-memory" "4.12.1"
- "@algolia/client-account" "4.12.1"
- "@algolia/client-analytics" "4.12.1"
- "@algolia/client-common" "4.12.1"
- "@algolia/client-personalization" "4.12.1"
- "@algolia/client-search" "4.12.1"
- "@algolia/logger-common" "4.12.1"
- "@algolia/logger-console" "4.12.1"
- "@algolia/requester-browser-xhr" "4.12.1"
- "@algolia/requester-common" "4.12.1"
- "@algolia/requester-node-http" "4.12.1"
- "@algolia/transporter" "4.12.1"
+algoliasearch@^4.13.1, algoliasearch@^4.19.1:
+ version "4.23.3"
+ resolved "https://registry.yarnpkg.com/algoliasearch/-/algoliasearch-4.23.3.tgz#e09011d0a3b0651444916a3e6bbcba064ec44b60"
+ integrity sha512-Le/3YgNvjW9zxIQMRhUHuhiUjAlKY/zsdZpfq4dlLqg6mEm0nL6yk+7f2hDOtLpxsgE4jSzDmvHL7nXdBp5feg==
+ dependencies:
+ "@algolia/cache-browser-local-storage" "4.23.3"
+ "@algolia/cache-common" "4.23.3"
+ "@algolia/cache-in-memory" "4.23.3"
+ "@algolia/client-account" "4.23.3"
+ "@algolia/client-analytics" "4.23.3"
+ "@algolia/client-common" "4.23.3"
+ "@algolia/client-personalization" "4.23.3"
+ "@algolia/client-search" "4.23.3"
+ "@algolia/logger-common" "4.23.3"
+ "@algolia/logger-console" "4.23.3"
+ "@algolia/recommend" "4.23.3"
+ "@algolia/requester-browser-xhr" "4.23.3"
+ "@algolia/requester-common" "4.23.3"
+ "@algolia/requester-node-http" "4.23.3"
+ "@algolia/transporter" "4.23.3"
alphanum-sort@^1.0.0:
version "1.0.2"
resolved "https://registry.yarnpkg.com/alphanum-sort/-/alphanum-sort-1.0.2.tgz#97a1119649b211ad33691d9f9f486a8ec9fbe0a3"
- integrity sha1-l6ERlkmyEa0zaR2fn0hqjsn74KM=
+ integrity sha512-0FcBfdcmaumGPQ0qPn7Q5qTgz/ooXgIyp1rf8ik5bGX8mpE2YHjC0P/eyQvxu1GURYQgq9ozf2mteQ5ZD9YiyQ==
ansi-align@^3.0.0, ansi-align@^3.0.1:
version "3.0.1"
@@ -6500,7 +7047,7 @@ ansi-align@^3.0.0, ansi-align@^3.0.1:
dependencies:
string-width "^4.1.0"
-ansi-colors@4.1.1, ansi-colors@^4.1.1:
+ansi-colors@4.1.1:
version "4.1.1"
resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-4.1.1.tgz#cbb9ae256bf750af1eab344f229aa27fe94ba348"
integrity sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==
@@ -6510,6 +7057,11 @@ ansi-colors@^3.0.0:
resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-3.2.4.tgz#e3a3da4bfbae6c86a9c285625de124a234026fbf"
integrity sha512-hHUXGagefjN2iRrID63xckIvotOXOojhQKWIPUZ4mNUZ9nLZW+7FMNoE1lOkEhNWYsx/7ysGIuJYCiMAA9FnrA==
+ansi-colors@^4.1.1:
+ version "4.1.3"
+ resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-4.1.3.tgz#37611340eb2243e70cc604cad35d63270d48781b"
+ integrity sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==
+
ansi-escape-sequences@^4.0.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/ansi-escape-sequences/-/ansi-escape-sequences-4.1.0.tgz#2483c8773f50dd9174dd9557e92b1718f1816097"
@@ -6524,7 +7076,7 @@ ansi-escapes@^4.2.1, ansi-escapes@^4.3.0, ansi-escapes@^4.3.1:
dependencies:
type-fest "^0.21.3"
-ansi-html-community@^0.0.8:
+ansi-html-community@0.0.8, ansi-html-community@^0.0.8:
version "0.0.8"
resolved "https://registry.yarnpkg.com/ansi-html-community/-/ansi-html-community-0.0.8.tgz#69fbc4d6ccbe383f9736934ae34c3f8290f1bf41"
integrity sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw==
@@ -6532,22 +7084,22 @@ ansi-html-community@^0.0.8:
ansi-html@0.0.7, ansi-html@^0.0.7:
version "0.0.7"
resolved "https://registry.yarnpkg.com/ansi-html/-/ansi-html-0.0.7.tgz#813584021962a9e9e6fd039f940d12f56ca7859e"
- integrity sha1-gTWEAhliqenm/QOflA0S9WynhZ4=
+ integrity sha512-JoAxEa1DfP9m2xfB/y2r/aKcwXNlltr4+0QSBC4TrLfcxyvepX2Pv0t/xpgGV5bGsDzCYV8SzjWgyCW0T9yYbA==
ansi-regex@^2.0.0:
version "2.1.1"
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-2.1.1.tgz#c3b33ab5ee360d86e0e628f0468ae7ef27d654df"
- integrity sha1-w7M6te42DYbg5ijwRorn7yfWVN8=
+ integrity sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA==
ansi-regex@^3.0.0:
- version "3.0.0"
- resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-3.0.0.tgz#ed0317c322064f79466c02966bddb605ab37d998"
- integrity sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=
+ version "3.0.1"
+ resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-3.0.1.tgz#123d6479e92ad45ad897d4054e3c7ca7db4944e1"
+ integrity sha512-+O9Jct8wf++lXxxFc4hc8LsjaSq0HFzzL7cVsw8pRDIPdjKD2mT4ytDZlLuSBZ4cLKZFXIrMGO7DbQCtMJJMKw==
ansi-regex@^4.1.0:
- version "4.1.0"
- resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-4.1.0.tgz#8b9f8f08cf1acb843756a839ca8c7e3168c51997"
- integrity sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==
+ version "4.1.1"
+ resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-4.1.1.tgz#164daac87ab2d6f6db3a29875e2d1766582dabed"
+ integrity sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g==
ansi-regex@^5.0.0, ansi-regex@^5.0.1:
version "5.0.1"
@@ -6562,7 +7114,7 @@ ansi-regex@^6.0.1:
ansi-styles@^2.2.1:
version "2.2.1"
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe"
- integrity sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=
+ integrity sha512-kmCevFghRiWM7HB5zTPULl4r9bVFSWjz62MhqizDGUrq2NWuNMQyuv4tHHoKJHs69M/MF64lEcHdYIocrdWQYA==
ansi-styles@^3.2.0, ansi-styles@^3.2.1:
version "3.2.1"
@@ -6584,16 +7136,9 @@ ansi-styles@^5.0.0:
integrity sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==
ansi-styles@^6.1.0:
- version "6.1.0"
- resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-6.1.0.tgz#87313c102b8118abd57371afab34618bf7350ed3"
- integrity sha512-VbqNsoz55SYGczauuup0MFUyXNQviSpFTj1RQtFzmQLk18qbVSpTFFGMT293rmDaQuKCT6InmbuEyUne4mTuxQ==
-
-ansi-to-html@^0.6.11:
- version "0.6.14"
- resolved "https://registry.yarnpkg.com/ansi-to-html/-/ansi-to-html-0.6.14.tgz#65fe6d08bba5dd9db33f44a20aec331e0010dad8"
- integrity sha512-7ZslfB1+EnFSDO5Ju+ue5Y6It19DRnZXWv8jrGHgIlPna5Mh4jz7BV5jCbQneXNFurQcKoolaaAjHtgSBfOIuA==
- dependencies:
- entities "^1.1.2"
+ version "6.2.1"
+ resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-6.2.1.tgz#0e62320cf99c21afff3b3012192546aacbfb05c5"
+ integrity sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==
any-promise@^1.0.0:
version "1.3.0"
@@ -6608,39 +7153,39 @@ anymatch@^2.0.0:
micromatch "^3.1.4"
normalize-path "^2.1.1"
-anymatch@^3.0.3, anymatch@~3.1.2:
- version "3.1.2"
- resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.2.tgz#c0557c096af32f106198f4f4e2a383537e378716"
- integrity sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==
+anymatch@^3.0.0, anymatch@^3.0.3, anymatch@~3.1.2:
+ version "3.1.3"
+ resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.3.tgz#790c58b19ba1720a84205b57c618d5ad8524973e"
+ integrity sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==
dependencies:
normalize-path "^3.0.0"
picomatch "^2.0.4"
apache-crypt@^1.1.2:
- version "1.2.4"
- resolved "https://registry.yarnpkg.com/apache-crypt/-/apache-crypt-1.2.4.tgz#fc0aacb7877d64d26420cadf923bcd53e79fb34e"
- integrity sha512-Icze5ny5W5uv3xgMgl8U+iGmRCC0iIDrb2PVPuRBtL3Zy1Y5TMewXP1Vtc4r5X9eNNBEk7KYPu0Qby9m/PmcHg==
+ version "1.2.6"
+ resolved "https://registry.yarnpkg.com/apache-crypt/-/apache-crypt-1.2.6.tgz#c3f9b98318b447f0a878b54e2cb113bbb8539698"
+ integrity sha512-072WetlM4blL8PREJVeY+WHiUh1R5VNt2HfceGS8aKqttPHcmqE5pkKuXPz/ULmJOFkc8Hw3kfKl6vy7Qka6DA==
dependencies:
unix-crypt-td-js "^1.1.4"
apache-md5@^1.0.6:
- version "1.1.5"
- resolved "https://registry.yarnpkg.com/apache-md5/-/apache-md5-1.1.5.tgz#5d6365ece2ccc32b612f886b2b292e1c96ff3ffb"
- integrity sha512-sbLEIMQrkV7RkIruqTPXxeCMkAAycv4yzTkBzRgOR1BrR5UB7qZtupqxkersTJSf0HZ3sbaNRrNV80TnnM7cUw==
+ version "1.1.8"
+ resolved "https://registry.yarnpkg.com/apache-md5/-/apache-md5-1.1.8.tgz#ea79c6feb03abfed42b2830dde06f75df5e3bbd9"
+ integrity sha512-FCAJojipPn0bXjuEpjOOOMN8FZDkxfWWp4JGN9mifU2IhxvKyXZYqpzPHdnTSUpmPDy+tsslB6Z1g+Vg6nVbYA==
app-root-dir@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/app-root-dir/-/app-root-dir-1.0.2.tgz#38187ec2dea7577fff033ffcb12172692ff6e118"
- integrity sha1-OBh+wt6nV3//Az/8sSFyaS/24Rg=
+ integrity sha512-jlpIfsOoNoafl92Sz//64uQHGSyMrD2vYG5d8o2a4qGvyNCvXur7bzIsWtAC/6flI2RYAp3kv8rsfBtaLm7w0g==
append-buffer@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/append-buffer/-/append-buffer-1.0.2.tgz#d8220cf466081525efea50614f3de6514dfa58f1"
- integrity sha1-2CIM9GYIFSXv6lBhTz3mUU36WPE=
+ integrity sha512-WLbYiXzD3y/ATLZFufV/rZvWdZOs+Z/+5v1rBZ463Jn398pa6kcde27cvozYnBoxXblGZTFfoPpsaEw0orU5BA==
dependencies:
buffer-equal "^1.0.0"
-aproba@^1.0.3, aproba@^1.1.1:
+aproba@^1.1.1:
version "1.2.0"
resolved "https://registry.yarnpkg.com/aproba/-/aproba-1.2.0.tgz#6802e6264efd18c790a1b0d517f0f2627bf2c94a"
integrity sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==
@@ -6679,18 +7224,10 @@ archiver@^3.1.1:
tar-stream "^2.1.0"
zip-stream "^2.1.2"
-are-we-there-yet@~1.1.2:
- version "1.1.5"
- resolved "https://registry.yarnpkg.com/are-we-there-yet/-/are-we-there-yet-1.1.5.tgz#4b35c2944f062a8bfcda66410760350fe9ddfc21"
- integrity sha512-5hYdAkZlcG8tOLujVDTgCT+uPX0VnpAH28gWsLfzpXYm7wP6mp5Q/gYyR7YQ0cKVJcXJnl3j2kpBan13PtQf6w==
- dependencies:
- delegates "^1.0.0"
- readable-stream "^2.0.6"
-
-arg@^5.0.0:
- version "5.0.1"
- resolved "https://registry.yarnpkg.com/arg/-/arg-5.0.1.tgz#eb0c9a8f77786cad2af8ff2b862899842d7b6adb"
- integrity sha512-e0hDa9H2Z9AwFkk2qDlwhoMYE4eToKarchkQHovNdLTCYMHZHeRjI71crOh+dio4K6u1IcwubQqo79Ga4CyAQA==
+arg@^5.0.0, arg@^5.0.2:
+ version "5.0.2"
+ resolved "https://registry.yarnpkg.com/arg/-/arg-5.0.2.tgz#c81433cc427c92c4dcf4865142dbca6f15acd59c"
+ integrity sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==
argparse@^1.0.7:
version "1.0.10"
@@ -6704,28 +7241,29 @@ argparse@^2.0.1:
resolved "https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz#246f50f3ca78a3240f6c997e8a9bd1eac49e4b38"
integrity sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==
-aria-query@^4.2.2:
- version "4.2.2"
- resolved "https://registry.yarnpkg.com/aria-query/-/aria-query-4.2.2.tgz#0d2ca6c9aceb56b8977e9fed6aed7e15bbd2f83b"
- integrity sha512-o/HelwhuKpTj/frsOsbNLNgnNGVIFsVP/SW2BSF14gVl7kAfMOJ6/8wUAUvG1R1NHKrfG+2sHZTu0yauT1qBrA==
+aria-query@5.1.3:
+ version "5.1.3"
+ resolved "https://registry.yarnpkg.com/aria-query/-/aria-query-5.1.3.tgz#19db27cd101152773631396f7a95a3b58c22c35e"
+ integrity sha512-R5iJ5lkuHybztUfuOAznmboyjWq8O6sqNqtK7CLOqdydi54VNbORp49mb14KbWgG1QD3JFO9hJdZ+y4KutfdOQ==
dependencies:
- "@babel/runtime" "^7.10.2"
- "@babel/runtime-corejs3" "^7.10.2"
+ deep-equal "^2.0.5"
-aria-query@^5.0.0:
- version "5.0.0"
- resolved "https://registry.yarnpkg.com/aria-query/-/aria-query-5.0.0.tgz#210c21aaf469613ee8c9a62c7f86525e058db52c"
- integrity sha512-V+SM7AbUwJ+EBnB8+DXs0hPZHO0W6pqBcc0dW90OwtVG02PswOu/teuARoLQjdDOH+t9pJgGnW5/Qmouf3gPJg==
+aria-query@^5.0.0, aria-query@^5.3.0:
+ version "5.3.0"
+ resolved "https://registry.yarnpkg.com/aria-query/-/aria-query-5.3.0.tgz#650c569e41ad90b51b3d7df5e5eed1c7549c103e"
+ integrity sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==
+ dependencies:
+ dequal "^2.0.3"
arity-n@^1.0.4:
version "1.0.4"
resolved "https://registry.yarnpkg.com/arity-n/-/arity-n-1.0.4.tgz#d9e76b11733e08569c0847ae7b39b2860b30b745"
- integrity sha1-2edrEXM+CFacCEeuezmyhgswt0U=
+ integrity sha512-fExL2kFDC1Q2DUOx3whE/9KoN66IzkY4b4zUHUBFM1ojEYjZZYDcUW3bek/ufGionX9giIKDC5redH2IlGqcQQ==
arr-diff@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/arr-diff/-/arr-diff-4.0.0.tgz#d6461074febfec71e7e15235761a329a5dc7c520"
- integrity sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA=
+ integrity sha512-YVIQ82gZPGBebQV/a8dar4AitzCQs0jjXwMPZllpXMaGjXPYVUawSxQrRsjhjupyVxEvbHgUmIhKVlND+j02kA==
arr-flatten@^1.1.0:
version "1.1.0"
@@ -6735,12 +7273,12 @@ arr-flatten@^1.1.0:
arr-union@^3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/arr-union/-/arr-union-3.1.0.tgz#e39b09aea9def866a8f206e288af63919bae39c4"
- integrity sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ=
+ integrity sha512-sKpyeERZ02v1FeCZT8lrfJq5u6goHCtpTAzPwJYe7c8SPFOboNjNg1vz2L4VTn9T4PQxEx13TbXLmYUcS6Ug7Q==
array-back@^1.0.2, array-back@^1.0.3, array-back@^1.0.4:
version "1.0.4"
resolved "https://registry.yarnpkg.com/array-back/-/array-back-1.0.4.tgz#644ba7f095f7ffcf7c43b5f0dc39d3c1f03c063b"
- integrity sha1-ZEun8JX3/898Q7Xw3DnTwfA8Bjs=
+ integrity sha512-1WxbZvrmyhkNoeYcizokbmh5oiOCIfyvGtcqbK3Ls1v1fKcquzxnQSceOx6tzq7jmai2kFLWIpGND2cLhH6TPw==
dependencies:
typical "^2.6.0"
@@ -6751,25 +7289,28 @@ array-back@^2.0.0:
dependencies:
typical "^2.6.1"
-array-back@^3.0.1:
+array-back@^3.0.1, array-back@^3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/array-back/-/array-back-3.1.0.tgz#b8859d7a508871c9a7b2cf42f99428f65e96bfb0"
integrity sha512-TkuxA4UCOvxuDK6NZYXCalszEzj+TLszyASooky+i742l9TqsOdYCMJJupxRic61hwquNtppB3hgcuq9SVSH1Q==
array-back@^4.0.0, array-back@^4.0.1:
- version "4.0.1"
- resolved "https://registry.yarnpkg.com/array-back/-/array-back-4.0.1.tgz#9b80312935a52062e1a233a9c7abeb5481b30e90"
- integrity sha512-Z/JnaVEXv+A9xabHzN43FiiiWEE7gPCRXMrVmRm00tWbjZRul1iHm7ECzlyNq1p4a4ATXz+G9FJ3GqGOkOV3fg==
+ version "4.0.2"
+ resolved "https://registry.yarnpkg.com/array-back/-/array-back-4.0.2.tgz#8004e999a6274586beeb27342168652fdb89fa1e"
+ integrity sha512-NbdMezxqf94cnNfWLL7V/im0Ub+Anbb0IoZhvzie8+4HJ4nMQuzHuy49FkGYCJK2yAloZ3meiB6AVMClbrI1vg==
-array-filter@^1.0.0:
- version "1.0.0"
- resolved "https://registry.yarnpkg.com/array-filter/-/array-filter-1.0.0.tgz#baf79e62e6ef4c2a4c0b831232daffec251f9d83"
- integrity sha1-uveeYubvTCpMC4MSMtr/7CUfnYM=
+array-buffer-byte-length@^1.0.0, array-buffer-byte-length@^1.0.1:
+ version "1.0.1"
+ resolved "https://registry.yarnpkg.com/array-buffer-byte-length/-/array-buffer-byte-length-1.0.1.tgz#1e5583ec16763540a27ae52eed99ff899223568f"
+ integrity sha512-ahC5W1xgou+KTXix4sAO8Ki12Q+jf4i0+tmk3sC+zgcynshkHxzpXdImBehiUYKKKDwvfFiJl1tZt6ewscS1Mg==
+ dependencies:
+ call-bind "^1.0.5"
+ is-array-buffer "^3.0.4"
array-flatten@1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/array-flatten/-/array-flatten-1.1.1.tgz#9a5f699051b1e7073328f2a008968b64ea2955d2"
- integrity sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=
+ integrity sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==
array-flatten@^2.1.0:
version "2.1.2"
@@ -6779,23 +7320,24 @@ array-flatten@^2.1.0:
array-ify@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/array-ify/-/array-ify-1.0.0.tgz#9e528762b4a9066ad163a6962a364418e9626ece"
- integrity sha1-nlKHYrSpBmrRY6aWKjZEGOlibs4=
-
-array-includes@^3.0.3, array-includes@^3.1.1, array-includes@^3.1.6:
- version "3.1.6"
- resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.6.tgz#9e9e720e194f198266ba9e18c29e6a9b0e4b225f"
- integrity sha512-sgTbLvL6cNnw24FnbaDyjmvddQ2ML8arZsgaJhoABMoplz/4QRhtrYS+alr1BUM1Bwp6dhx8vVCBSLG+StwOFw==
- dependencies:
- call-bind "^1.0.2"
- define-properties "^1.1.4"
- es-abstract "^1.20.4"
- get-intrinsic "^1.1.3"
+ integrity sha512-c5AMf34bKdvPhQ7tBGhqkgKNUzMr4WUs+WDtC2ZUGOUncbxKMTvqxYctiseW3+L4bA8ec+GcZ6/A/FW4m8ukng==
+
+array-includes@^3.1.6, array-includes@^3.1.7:
+ version "3.1.8"
+ resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.8.tgz#5e370cbe172fdd5dd6530c1d4aadda25281ba97d"
+ integrity sha512-itaWrbYbqpGXkGhZPGUulwnhVf5Hpy1xiCFsGqyIGglbBxmG5vSjxQen3/WGOjPpNEv1RtBLKxbmVXm8HpJStQ==
+ dependencies:
+ call-bind "^1.0.7"
+ define-properties "^1.2.1"
+ es-abstract "^1.23.2"
+ es-object-atoms "^1.0.0"
+ get-intrinsic "^1.2.4"
is-string "^1.0.7"
array-union@^1.0.1, array-union@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/array-union/-/array-union-1.0.2.tgz#9a34410e4f4e3da23dea375be5be70f24778ec39"
- integrity sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk=
+ integrity sha512-Dxr6QJj/RdU/hCaBjOfxW+q6lyuVE6JFWIrAUpuOOhoJJoQ99cUn3igRaHVB5P9WrgFVN0FfArM3x0cueOU8ng==
dependencies:
array-uniq "^1.0.1"
@@ -6804,74 +7346,135 @@ array-union@^2.1.0:
resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d"
integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==
-array-union@^3.0.1:
- version "3.0.1"
- resolved "https://registry.yarnpkg.com/array-union/-/array-union-3.0.1.tgz#da52630d327f8b88cfbfb57728e2af5cd9b6b975"
- integrity sha512-1OvF9IbWwaeiM9VhzYXVQacMibxpXOMYVNIvMtKRyX9SImBXpKcFr8XvFDeEslCyuH/t6KRt7HEO94AlP8Iatw==
-
array-uniq@^1.0.1:
version "1.0.3"
resolved "https://registry.yarnpkg.com/array-uniq/-/array-uniq-1.0.3.tgz#af6ac877a25cc7f74e058894753858dfdb24fdb6"
- integrity sha1-r2rId6Jcx/dOBYiUdThY39sk/bY=
+ integrity sha512-MNha4BWQ6JbwhFhj03YK552f7cb3AzoE8SzeljgChvL1dl3IcvggXVz1DilzySZkCja+CXuZbdW7yATchWn8/Q==
array-unique@^0.3.2:
version "0.3.2"
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428"
- integrity sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=
+ integrity sha512-SleRWjh9JUud2wH1hPs9rZBZ33H6T9HOiL0uwGnGx9FpE6wKGyfWugmbkEOIs6qWrZhg0LWeLziLrEwQJhs5mQ==
-array.prototype.find@^2.1.1:
- version "2.1.1"
- resolved "https://registry.yarnpkg.com/array.prototype.find/-/array.prototype.find-2.1.1.tgz#3baca26108ca7affb08db06bf0be6cb3115a969c"
- integrity sha512-mi+MYNJYLTx2eNYy+Yh6raoQacCsNeeMUaspFPh9Y141lFSsWxxB8V9mM2ye+eqiRs917J6/pJ4M9ZPzenWckA==
+array.prototype.filter@^1.0.0:
+ version "1.0.4"
+ resolved "https://registry.yarnpkg.com/array.prototype.filter/-/array.prototype.filter-1.0.4.tgz#bef83fde8a36a14d3de988c43563e0f5249962bf"
+ integrity sha512-r+mCJ7zXgXElgR4IRC+fkvNCeoaavWBs6EdCso5Tbcf+iEMKzBU/His60lt34WEZ9vlb8wDkZvQGcVI5GwkfoQ==
dependencies:
- define-properties "^1.1.3"
- es-abstract "^1.17.4"
+ call-bind "^1.0.7"
+ define-properties "^1.2.1"
+ es-abstract "^1.23.2"
+ es-array-method-boxes-properly "^1.0.0"
+ es-object-atoms "^1.0.0"
+ is-string "^1.0.7"
-array.prototype.flat@^1.2.1, array.prototype.flat@^1.2.3:
- version "1.2.4"
- resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.4.tgz#6ef638b43312bd401b4c6199fdec7e2dc9e9a123"
- integrity sha512-4470Xi3GAPAjZqFcljX2xzckv1qeKPizoNkiS0+O4IoPR2ZNpcjE0pkhdihlDouK+x6QOast26B4Q/O9DJnwSg==
+array.prototype.find@^2.1.1:
+ version "2.2.3"
+ resolved "https://registry.yarnpkg.com/array.prototype.find/-/array.prototype.find-2.2.3.tgz#675a233dbcd9b65ecf1fb3f915741aebc45461e6"
+ integrity sha512-fO/ORdOELvjbbeIfZfzrXFMhYHGofRGqd+am9zm3tZ4GlJINj/pA2eITyfd65Vg6+ZbHd/Cys7stpoRSWtQFdA==
+ dependencies:
+ call-bind "^1.0.7"
+ define-properties "^1.2.1"
+ es-abstract "^1.23.2"
+ es-object-atoms "^1.0.0"
+ es-shim-unscopables "^1.0.2"
+
+array.prototype.findlast@^1.2.4:
+ version "1.2.5"
+ resolved "https://registry.yarnpkg.com/array.prototype.findlast/-/array.prototype.findlast-1.2.5.tgz#3e4fbcb30a15a7f5bf64cf2faae22d139c2e4904"
+ integrity sha512-CVvd6FHg1Z3POpBLxO6E6zr+rSKEQ9L6rZHAaY7lLfhKsWYUBBOuMs0e9o24oopj6H+geRCX0YJ+TJLBK2eHyQ==
+ dependencies:
+ call-bind "^1.0.7"
+ define-properties "^1.2.1"
+ es-abstract "^1.23.2"
+ es-errors "^1.3.0"
+ es-object-atoms "^1.0.0"
+ es-shim-unscopables "^1.0.2"
+
+array.prototype.findlastindex@^1.2.3:
+ version "1.2.5"
+ resolved "https://registry.yarnpkg.com/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.5.tgz#8c35a755c72908719453f87145ca011e39334d0d"
+ integrity sha512-zfETvRFA8o7EiNn++N5f/kaCw221hrpGsDmcpndVupkPzEc1Wuf3VgC0qby1BbHs7f5DVYjgtEU2LLh5bqeGfQ==
+ dependencies:
+ call-bind "^1.0.7"
+ define-properties "^1.2.1"
+ es-abstract "^1.23.2"
+ es-errors "^1.3.0"
+ es-object-atoms "^1.0.0"
+ es-shim-unscopables "^1.0.2"
+
+array.prototype.flat@^1.2.3, array.prototype.flat@^1.3.1, array.prototype.flat@^1.3.2:
+ version "1.3.2"
+ resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.3.2.tgz#1476217df8cff17d72ee8f3ba06738db5b387d18"
+ integrity sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA==
dependencies:
- call-bind "^1.0.0"
- define-properties "^1.1.3"
- es-abstract "^1.18.0-next.1"
+ call-bind "^1.0.2"
+ define-properties "^1.2.0"
+ es-abstract "^1.22.1"
+ es-shim-unscopables "^1.0.0"
-array.prototype.flatmap@^1.2.1, array.prototype.flatmap@^1.3.1:
- version "1.3.1"
- resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.1.tgz#1aae7903c2100433cb8261cd4ed310aab5c4a183"
- integrity sha512-8UGn9O1FDVvMNB0UlLv4voxRMze7+FpHyF5mSMRjWHUMlpoDViniy05870VlxhfgTnLbpuwTzvD76MTtWxB/mQ==
+array.prototype.flatmap@^1.3.2:
+ version "1.3.2"
+ resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.2.tgz#c9a7c6831db8e719d6ce639190146c24bbd3e527"
+ integrity sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==
dependencies:
call-bind "^1.0.2"
- define-properties "^1.1.4"
- es-abstract "^1.20.4"
+ define-properties "^1.2.0"
+ es-abstract "^1.22.1"
es-shim-unscopables "^1.0.0"
-array.prototype.map@^1.0.1:
- version "1.0.3"
- resolved "https://registry.yarnpkg.com/array.prototype.map/-/array.prototype.map-1.0.3.tgz#1609623618d3d84134a37d4a220030c2bd18420b"
- integrity sha512-nNcb30v0wfDyIe26Yif3PcV1JXQp4zEeEfupG7L4SRjnD6HLbO5b2a7eVSba53bOx4YCHYMBHt+Fp4vYstneRA==
+array.prototype.reduce@^1.0.6:
+ version "1.0.7"
+ resolved "https://registry.yarnpkg.com/array.prototype.reduce/-/array.prototype.reduce-1.0.7.tgz#6aadc2f995af29cb887eb866d981dc85ab6f7dc7"
+ integrity sha512-mzmiUCVwtiD4lgxYP8g7IYy8El8p2CSMePvIbTS7gchKir/L1fgJrk0yDKmAX6mnRQFKNADYIk8nNlTris5H1Q==
dependencies:
- call-bind "^1.0.0"
- define-properties "^1.1.3"
- es-abstract "^1.18.0-next.1"
+ call-bind "^1.0.7"
+ define-properties "^1.2.1"
+ es-abstract "^1.23.2"
es-array-method-boxes-properly "^1.0.0"
- is-string "^1.0.5"
+ es-errors "^1.3.0"
+ es-object-atoms "^1.0.0"
+ is-string "^1.0.7"
-array.prototype.tosorted@^1.1.1:
- version "1.1.1"
- resolved "https://registry.yarnpkg.com/array.prototype.tosorted/-/array.prototype.tosorted-1.1.1.tgz#ccf44738aa2b5ac56578ffda97c03fd3e23dd532"
- integrity sha512-pZYPXPRl2PqWcsUs6LOMn+1f1532nEoPTYowBtqLwAW+W8vSVhkIGnmOX1t/UQjD6YGI0vcD2B1U7ZFGQH9jnQ==
+array.prototype.toreversed@^1.1.2:
+ version "1.1.2"
+ resolved "https://registry.yarnpkg.com/array.prototype.toreversed/-/array.prototype.toreversed-1.1.2.tgz#b989a6bf35c4c5051e1dc0325151bf8088954eba"
+ integrity sha512-wwDCoT4Ck4Cz7sLtgUmzR5UV3YF5mFHUlbChCzZBQZ+0m2cl/DH3tKgvphv1nKgFsJ48oCSg6p91q2Vm0I/ZMA==
dependencies:
call-bind "^1.0.2"
- define-properties "^1.1.4"
- es-abstract "^1.20.4"
+ define-properties "^1.2.0"
+ es-abstract "^1.22.1"
es-shim-unscopables "^1.0.0"
- get-intrinsic "^1.1.3"
+
+array.prototype.tosorted@^1.1.3:
+ version "1.1.3"
+ resolved "https://registry.yarnpkg.com/array.prototype.tosorted/-/array.prototype.tosorted-1.1.3.tgz#c8c89348337e51b8a3c48a9227f9ce93ceedcba8"
+ integrity sha512-/DdH4TiTmOKzyQbp/eadcCVexiCb36xJg7HshYOYJnNZFDj33GEv0P7GxsynpShhq4OLYJzbGcBDkLsDt7MnNg==
+ dependencies:
+ call-bind "^1.0.5"
+ define-properties "^1.2.1"
+ es-abstract "^1.22.3"
+ es-errors "^1.1.0"
+ es-shim-unscopables "^1.0.2"
+
+arraybuffer.prototype.slice@^1.0.3:
+ version "1.0.3"
+ resolved "https://registry.yarnpkg.com/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.3.tgz#097972f4255e41bc3425e37dc3f6421cf9aefde6"
+ integrity sha512-bMxMKAjg13EBSVscxTaYA4mRc5t1UAXa2kXiGTNfZ079HIWXEkKmkgFrh/nJqamaLSrXO5H4WFFkPEaLJWbs3A==
+ dependencies:
+ array-buffer-byte-length "^1.0.1"
+ call-bind "^1.0.5"
+ define-properties "^1.2.1"
+ es-abstract "^1.22.3"
+ es-errors "^1.2.1"
+ get-intrinsic "^1.2.3"
+ is-array-buffer "^3.0.4"
+ is-shared-array-buffer "^1.0.2"
arrify@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d"
- integrity sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0=
+ integrity sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA==
arrify@^2.0.1:
version "2.0.1"
@@ -6881,37 +7484,47 @@ arrify@^2.0.1:
asap@~2.0.3, asap@~2.0.6:
version "2.0.6"
resolved "https://registry.yarnpkg.com/asap/-/asap-2.0.6.tgz#e50347611d7e690943208bbdafebcbc2fb866d46"
- integrity sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY=
+ integrity sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==
-asn1.js@^5.2.0:
- version "5.4.1"
- resolved "https://registry.yarnpkg.com/asn1.js/-/asn1.js-5.4.1.tgz#11a980b84ebb91781ce35b0fdc2ee294e3783f07"
- integrity sha512-+I//4cYPccV8LdmBLiX8CYvf9Sp3vQsrqu2QNXRcrbiWvcx/UdlFiqUJJzxRQxgsZmvhXhn4cSKeSmoFjVdupA==
+asn1.js@^4.10.1:
+ version "4.10.1"
+ resolved "https://registry.yarnpkg.com/asn1.js/-/asn1.js-4.10.1.tgz#b9c2bf5805f1e64aadeed6df3a2bfafb5a73f5a0"
+ integrity sha512-p32cOF5q0Zqs9uBiONKYLm6BClCoBCM5O9JfeUSlnQLBTxYdTK+pW+nXflm8UkKd2UYlEbYz5qEi0JuZR9ckSw==
dependencies:
bn.js "^4.0.0"
inherits "^2.0.1"
minimalistic-assert "^1.0.0"
- safer-buffer "^2.1.0"
asn1@~0.2.3:
- version "0.2.4"
- resolved "https://registry.yarnpkg.com/asn1/-/asn1-0.2.4.tgz#8d2475dfab553bb33e77b54e59e880bb8ce23136"
- integrity sha512-jxwzQpLQjSmWXgwaCZE9Nz+glAG01yF1QnWgbhGwHI5A6FRIEY6IVqtHhIepHqI7/kyEyQEagBC5mBEFlIYvdg==
+ version "0.2.6"
+ resolved "https://registry.yarnpkg.com/asn1/-/asn1-0.2.6.tgz#0d3a7bb6e64e02a90c0303b31f292868ea09a08d"
+ integrity sha512-ix/FxPn0MDjeyJ7i/yoHGFt/EX6LyNbxSEhPPXODPL+KB0VPk86UYfL0lMdy+KCnv+fmvIzySwaK5COwqVbWTQ==
dependencies:
safer-buffer "~2.1.0"
assert-plus@1.0.0, assert-plus@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/assert-plus/-/assert-plus-1.0.0.tgz#f12e0f3c5d77b0b1cdd9146942e4e96c1e4dd525"
- integrity sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=
+ integrity sha512-NfJ4UzBCcQGLDlQq7nHxH+tv3kyZ0hHQqF5BO6J7tNJeP5do1llPr8dZ8zHonfhAu0PHAdMkSo+8o0wxg9lZWw==
assert@^1.1.1:
- version "1.5.0"
- resolved "https://registry.yarnpkg.com/assert/-/assert-1.5.0.tgz#55c109aaf6e0aefdb3dc4b71240c70bf574b18eb"
- integrity sha512-EDsgawzwoun2CZkCgtxJbv392v4nbk9XDD06zI+kQYoBM/3RBWLlEyJARDOmhAAosBjWACEkKL6S+lIZtcAubA==
+ version "1.5.1"
+ resolved "https://registry.yarnpkg.com/assert/-/assert-1.5.1.tgz#038ab248e4ff078e7bc2485ba6e6388466c78f76"
+ integrity sha512-zzw1uCAgLbsKwBfFc8CX78DDg+xZeBksSO3vwVIDDN5i94eOrPsSSyiVhmsSABFDM/OcpE2aagCat9dnWQLG1A==
dependencies:
- object-assign "^4.1.1"
- util "0.10.3"
+ object.assign "^4.1.4"
+ util "^0.10.4"
+
+assert@^2.1.0:
+ version "2.1.0"
+ resolved "https://registry.yarnpkg.com/assert/-/assert-2.1.0.tgz#6d92a238d05dc02e7427c881fb8be81c8448b2dd"
+ integrity sha512-eLHpSK/Y4nhMJ07gDaAzoX/XAKS8PSaojml3M0DM4JpV1LAi5JOJ/p6H/XWrl8L+DzVEvVCW1z3vWAaB9oTsQw==
+ dependencies:
+ call-bind "^1.0.2"
+ is-nan "^1.3.2"
+ object-is "^1.1.5"
+ object.assign "^4.1.4"
+ util "^0.12.5"
assertion-error-formatter@^3.0.0:
version "3.0.0"
@@ -6925,12 +7538,12 @@ assertion-error-formatter@^3.0.0:
assign-symbols@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/assign-symbols/-/assign-symbols-1.0.0.tgz#59667f41fadd4f20ccbc2bb96b8d4f7f78ec0367"
- integrity sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c=
+ integrity sha512-Q+JC7Whu8HhmTdBph/Tq59IoRtoy6KAm5zzPv00WdujX82lbAL8K7WVjne7vdCsAmbF4AYaDOPyO3k0kl8qIrw==
-ast-types-flow@^0.0.7:
- version "0.0.7"
- resolved "https://registry.yarnpkg.com/ast-types-flow/-/ast-types-flow-0.0.7.tgz#f70b735c6bca1a5c9c22d982c3e39e7feba3bdad"
- integrity sha1-9wtzXGvKGlycItmCw+Oef+ujva0=
+ast-types-flow@^0.0.8:
+ version "0.0.8"
+ resolved "https://registry.yarnpkg.com/ast-types-flow/-/ast-types-flow-0.0.8.tgz#0a85e1c92695769ac13a428bb653e7538bea27d6"
+ integrity sha512-OH/2E5Fg20h2aPrbe+QL8JZQFko0YZaF+j4mnQ7BGhfavO7OpSLa8a0y9sBwomHdSbkhTS8TQNayBfnW5DwbvQ==
ast-types@0.14.2, ast-types@^0.14.2:
version "0.14.2"
@@ -6939,42 +7552,44 @@ ast-types@0.14.2, ast-types@^0.14.2:
dependencies:
tslib "^2.0.1"
+ast-types@^0.16.1:
+ version "0.16.1"
+ resolved "https://registry.yarnpkg.com/ast-types/-/ast-types-0.16.1.tgz#7a9da1617c9081bc121faafe91711b4c8bb81da2"
+ integrity sha512-6t10qk83GOG8p0vKmaCr8eiilZwO171AvbROMtvvNiwrTly62t+7XkA8RdIIVbpMhCASAsxgAzdRSwh6nw/5Dg==
+ dependencies:
+ tslib "^2.0.1"
+
astral-regex@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/astral-regex/-/astral-regex-2.0.0.tgz#483143c567aeed4785759c0865786dc77d7d2e31"
integrity sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==
async-each@^1.0.1:
- version "1.0.3"
- resolved "https://registry.yarnpkg.com/async-each/-/async-each-1.0.3.tgz#b727dbf87d7651602f06f4d4ac387f47d91b0cbf"
- integrity sha512-z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ==
+ version "1.0.6"
+ resolved "https://registry.yarnpkg.com/async-each/-/async-each-1.0.6.tgz#52f1d9403818c179b7561e11a5d1b77eb2160e77"
+ integrity sha512-c646jH1avxr+aVpndVMeAfYw7wAa6idufrlN3LPA4PmKS0QEGp6PIC9nwz0WQkkvBGAMEki3pFdtxaF39J9vvg==
async-limiter@~1.0.0:
version "1.0.1"
resolved "https://registry.yarnpkg.com/async-limiter/-/async-limiter-1.0.1.tgz#dd379e94f0db8310b08291f9d64c3209766617fd"
integrity sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==
-async@0.9.x:
- version "0.9.2"
- resolved "https://registry.yarnpkg.com/async/-/async-0.9.2.tgz#aea74d5e61c1f899613bf64bda66d4c78f2fd17d"
- integrity sha1-rqdNXmHB+JlhO/ZL2mbUx48v0X0=
-
-async@^2.6.2, async@^2.6.3:
- version "2.6.3"
- resolved "https://registry.yarnpkg.com/async/-/async-2.6.3.tgz#d72625e2344a3656e3a3ad4fa749fa83299d82ff"
- integrity sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg==
+async@^2.6.3, async@^2.6.4:
+ version "2.6.4"
+ resolved "https://registry.yarnpkg.com/async/-/async-2.6.4.tgz#706b7ff6084664cd7eae713f6f965433b5504221"
+ integrity sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==
dependencies:
lodash "^4.17.14"
-async@^3.2.0:
- version "3.2.0"
- resolved "https://registry.yarnpkg.com/async/-/async-3.2.0.tgz#b3a2685c5ebb641d3de02d161002c60fc9f85720"
- integrity sha512-TR2mEZFVOj2pLStYxLht7TyfuRzaydfpxr3k9RpHIzMgw7A64dzsdqCxH1WJyQdoe8T10nDXd9wnEigmiuHIZw==
+async@^3.2.0, async@^3.2.3:
+ version "3.2.5"
+ resolved "https://registry.yarnpkg.com/async/-/async-3.2.5.tgz#ebd52a8fdaf7a2289a24df399f8d8485c8a46b66"
+ integrity sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg==
asynckit@^0.4.0:
version "0.4.0"
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
- integrity sha1-x57Zf380y48robyXkLzDZkdLS3k=
+ integrity sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==
at-least-node@^1.0.0:
version "1.0.0"
@@ -6989,59 +7604,59 @@ atob@^2.1.2:
author-regex@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/author-regex/-/author-regex-1.0.0.tgz#d08885be6b9bbf9439fe087c76287245f0a81450"
- integrity sha1-0IiFvmubv5Q5/gh8dihyRfCoFFA=
+ integrity sha512-KbWgR8wOYRAPekEmMXrYYdc7BRyhn2Ftk7KWfMUnQ43hFdojWEFRxhhRUm3/OFEdPa1r0KAvTTg9YQK57xTe0g==
-autoprefixer@^10.3.7, autoprefixer@^10.4.2:
- version "10.4.2"
- resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.4.2.tgz#25e1df09a31a9fba5c40b578936b90d35c9d4d3b"
- integrity sha512-9fOPpHKuDW1w/0EKfRmVnxTDt8166MAnLI3mgZ1JCnhNtYWxcJ6Ud5CO/AVOZi/AvFa8DY9RTy3h3+tFBlrrdQ==
+autoprefixer@^10.4.12, autoprefixer@^10.4.13, autoprefixer@^10.4.7:
+ version "10.4.19"
+ resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.4.19.tgz#ad25a856e82ee9d7898c59583c1afeb3fa65f89f"
+ integrity sha512-BaENR2+zBZ8xXhM4pUaKUxlVdxZ0EZhjvbopwnXmxRUfqDmwSpC2lAi/QXvx7NRdPCo1WKEcEF6mV64si1z4Ew==
dependencies:
- browserslist "^4.19.1"
- caniuse-lite "^1.0.30001297"
- fraction.js "^4.1.2"
+ browserslist "^4.23.0"
+ caniuse-lite "^1.0.30001599"
+ fraction.js "^4.3.7"
normalize-range "^0.1.2"
picocolors "^1.0.0"
postcss-value-parser "^4.2.0"
-autoprefixer@^9.6.1, autoprefixer@^9.8.6:
- version "9.8.6"
- resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-9.8.6.tgz#3b73594ca1bf9266320c5acf1588d74dea74210f"
- integrity sha512-XrvP4VVHdRBCdX1S3WXVD8+RyG9qeb1D5Sn1DeLiG2xfSpzellk5k54xbUERJ3M5DggQxes39UGOTP8CFrEGbg==
+autoprefixer@^9.6.1:
+ version "9.8.8"
+ resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-9.8.8.tgz#fd4bd4595385fa6f06599de749a4d5f7a474957a"
+ integrity sha512-eM9d/swFopRt5gdJ7jrpCwgvEMIayITpojhkkSMRsFHYuH5bkSQ4p/9qTEHtmNudUZh22Tehu7I6CxAW0IXTKA==
dependencies:
browserslist "^4.12.0"
caniuse-lite "^1.0.30001109"
- colorette "^1.2.1"
normalize-range "^0.1.2"
num2fraction "^1.2.2"
+ picocolors "^0.2.1"
postcss "^7.0.32"
postcss-value-parser "^4.1.0"
-available-typed-arrays@^1.0.5:
- version "1.0.5"
- resolved "https://registry.yarnpkg.com/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz#92f95616501069d07d10edb2fc37d3e1c65123b7"
- integrity sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==
+available-typed-arrays@^1.0.7:
+ version "1.0.7"
+ resolved "https://registry.yarnpkg.com/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz#a5cc375d6a03c2efc87a553f3e0b1522def14846"
+ integrity sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==
+ dependencies:
+ possible-typed-array-names "^1.0.0"
aws-sign2@~0.7.0:
version "0.7.0"
resolved "https://registry.yarnpkg.com/aws-sign2/-/aws-sign2-0.7.0.tgz#b46e890934a9591f2d2f6f86d7e6a9f1b3fe76a8"
- integrity sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg=
+ integrity sha512-08kcGqnYf/YmjoRhfxyu+CLxBjUtHLXLXX/vUfx9l2LYzG3c1m61nrpyFUZI6zeS+Li/wWMMidD9KgrqtGq3mA==
aws4@^1.8.0:
- version "1.11.0"
- resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.11.0.tgz#d61f46d83b2519250e2784daf5b09479a8b41c59"
- integrity sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==
+ version "1.12.0"
+ resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.12.0.tgz#ce1c9d143389679e253b314241ea9aa5cec980d3"
+ integrity sha512-NmWvPnx0F1SfrQbYwOi7OeaNGokp9XhzNioJ/CSBs8Qa4vxug81mhJEAVZwxXuBmYB5KDRfMq/F3RR0BIU7sWg==
-axe-core@^4.0.2, axe-core@^4.2.0:
- version "4.3.2"
- resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.3.2.tgz#fcf8777b82c62cfc69c7e9f32c0d2226287680e7"
- integrity sha512-5LMaDRWm8ZFPAEdzTYmgjjEdj1YnQcpfrVajO/sn/LhbpGp0Y0H64c2hLZI1gRMxfA+w1S71Uc/nHaOXgcCvGg==
+axe-core@=4.7.0:
+ version "4.7.0"
+ resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.7.0.tgz#34ba5a48a8b564f67e103f0aa5768d76e15bbbbf"
+ integrity sha512-M0JtH+hlOL5pLQwHOLNYZaXuhqmvS8oExsqB1SBYgA4Dk7u/xx+YdGHXaK5pyUfed5mYXdlYiphWq3G8cRi5JQ==
-axios@^0.20.0:
- version "0.20.0"
- resolved "https://registry.yarnpkg.com/axios/-/axios-0.20.0.tgz#057ba30f04884694993a8cd07fa394cff11c50bd"
- integrity sha512-ANA4rr2BDcmmAQLOKft2fufrtuvlqR+cXNNinUmvfeSNCOF98PZL+7M/v1zIdGo7OLjEA9J2gXJL+j4zGsl0bA==
- dependencies:
- follow-redirects "^1.10.0"
+axe-core@^4.2.0:
+ version "4.9.0"
+ resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.9.0.tgz#b18971494551ab39d4ff5f7d4c6411bd20cc7c2a"
+ integrity sha512-H5orY+M2Fr56DWmMFpMrq5Ge93qjNdPVqzBv5gWK3aD1OvjBEJlEzxf09z93dGVQeI0LiW+aCMIx1QtShC/zUw==
axios@^0.25.0:
version "0.25.0"
@@ -7050,15 +7665,17 @@ axios@^0.25.0:
dependencies:
follow-redirects "^1.14.7"
-axobject-query@^2.2.0:
- version "2.2.0"
- resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-2.2.0.tgz#943d47e10c0b704aa42275e20edf3722648989be"
- integrity sha512-Td525n+iPOOyUQIeBfcASuG6uJsDOITl7Mds5gFyerkWiX7qhUTdYUBlSgNMyVqtSJqwpt1kXGLdUt6SykLMRA==
+axobject-query@^3.2.1:
+ version "3.2.1"
+ resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-3.2.1.tgz#39c378a6e3b06ca679f29138151e45b2b32da62a"
+ integrity sha512-jsyHu61e6N4Vbz/v18DHwWYKK0bSWLqn47eeDSKPB7m8tqMHF9YJ+mhIk2lVteyZrY8tnSj/jHOv4YiTCuCJgg==
+ dependencies:
+ dequal "^2.0.3"
babel-code-frame@^6.22.0:
version "6.26.0"
resolved "https://registry.yarnpkg.com/babel-code-frame/-/babel-code-frame-6.26.0.tgz#63fd43f7dc1e3bb7ce35947db8fe369a3f58c74b"
- integrity sha1-Y/1D99weO7fONZR9uP42mj9Yx0s=
+ integrity sha512-XqYMR2dfdGMW+hd0IUZ2PwK+fGeFkOxZJ0wY+JaQAHzt1Zx8LcvpiZD2NiGkEG8qx0CfkAOr5xt76d1e8vG90g==
dependencies:
chalk "^1.1.3"
esutils "^2.0.2"
@@ -7102,18 +7719,18 @@ babel-jest@^26.6.0, babel-jest@^26.6.3:
graceful-fs "^4.2.4"
slash "^3.0.0"
-babel-jest@^27.0.6, babel-jest@^27.2.0:
- version "27.2.0"
- resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-27.2.0.tgz#c0f129a81f1197028aeb4447acbc04564c8bfc52"
- integrity sha512-bS2p+KGGVVmWXBa8+i6SO/xzpiz2Q/2LnqLbQknPKefWXVZ67YIjA4iXup/jMOEZplga9PpWn+wrdb3UdDwRaA==
+babel-jest@^27.0.6, babel-jest@^27.4.2, babel-jest@^27.5.1:
+ version "27.5.1"
+ resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-27.5.1.tgz#a1bf8d61928edfefd21da27eb86a695bfd691444"
+ integrity sha512-cdQ5dXjGRd0IBRATiQ4mZGlGlRE8kJpjPOixdNRdT+m3UcNqmYWN6rK6nvtXYfY3D76cb8s/O1Ss8ea24PIwcg==
dependencies:
- "@jest/transform" "^27.2.0"
- "@jest/types" "^27.1.1"
+ "@jest/transform" "^27.5.1"
+ "@jest/types" "^27.5.1"
"@types/babel__core" "^7.1.14"
- babel-plugin-istanbul "^6.0.0"
- babel-preset-jest "^27.2.0"
+ babel-plugin-istanbul "^6.1.1"
+ babel-preset-jest "^27.5.1"
chalk "^4.0.0"
- graceful-fs "^4.2.4"
+ graceful-fs "^4.2.9"
slash "^3.0.0"
babel-loader@8.1.0:
@@ -7127,21 +7744,16 @@ babel-loader@8.1.0:
pify "^4.0.1"
schema-utils "^2.6.5"
-babel-loader@^8.2.2, babel-loader@^8.2.3:
- version "8.2.3"
- resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.2.3.tgz#8986b40f1a64cacfcb4b8429320085ef68b1342d"
- integrity sha512-n4Zeta8NC3QAsuyiizu0GkmRcQ6clkV9WFUnUf1iXP//IeSKbWjofW3UHyZVwlOB4y039YQKefawyTn64Zwbuw==
+babel-loader@^8.2.3, babel-loader@^8.2.5:
+ version "8.3.0"
+ resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.3.0.tgz#124936e841ba4fe8176786d6ff28add1f134d6a8"
+ integrity sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==
dependencies:
find-cache-dir "^3.3.1"
- loader-utils "^1.4.0"
+ loader-utils "^2.0.0"
make-dir "^3.1.0"
schema-utils "^2.6.5"
-babel-plugin-add-react-displayname@^0.0.5:
- version "0.0.5"
- resolved "https://registry.yarnpkg.com/babel-plugin-add-react-displayname/-/babel-plugin-add-react-displayname-0.0.5.tgz#339d4cddb7b65fd62d1df9db9fe04de134122bd5"
- integrity sha1-M51M3be2X9YtHfnbn+BN4TQSK9U=
-
babel-plugin-apply-mdx-type-prop@1.6.22:
version "1.6.22"
resolved "https://registry.yarnpkg.com/babel-plugin-apply-mdx-type-prop/-/babel-plugin-apply-mdx-type-prop-1.6.22.tgz#d216e8fd0de91de3f1478ef3231e05446bc8705b"
@@ -7150,13 +7762,6 @@ babel-plugin-apply-mdx-type-prop@1.6.22:
"@babel/helper-plugin-utils" "7.10.4"
"@mdx-js/util" "1.6.22"
-babel-plugin-dynamic-import-node@2.3.0:
- version "2.3.0"
- resolved "https://registry.yarnpkg.com/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.0.tgz#f00f507bdaa3c3e3ff6e7e5e98d90a7acab96f7f"
- integrity sha512-o6qFkpeQEBxcqt0XYlWzAVxNCSCZdUgcR8IRlhD/8DylxjjO4foPcvTW0GGKa/cVt3rvxZ7o5ippJ+/0nvLhlQ==
- dependencies:
- object.assign "^4.1.0"
-
babel-plugin-dynamic-import-node@^2.3.3:
version "2.3.3"
resolved "https://registry.yarnpkg.com/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz#84fda19c976ec5c6defef57f9427b3def66e17a3"
@@ -7164,22 +7769,6 @@ babel-plugin-dynamic-import-node@^2.3.3:
dependencies:
object.assign "^4.1.0"
-babel-plugin-emotion@^10.0.27:
- version "10.0.33"
- resolved "https://registry.yarnpkg.com/babel-plugin-emotion/-/babel-plugin-emotion-10.0.33.tgz#ce1155dcd1783bbb9286051efee53f4e2be63e03"
- integrity sha512-bxZbTTGz0AJQDHm8k6Rf3RQJ8tX2scsfsRyKVgAbiUPUNIRtlK+7JxP+TAd1kRLABFxe0CFm2VdK4ePkoA9FxQ==
- dependencies:
- "@babel/helper-module-imports" "^7.0.0"
- "@emotion/hash" "0.8.0"
- "@emotion/memoize" "0.7.4"
- "@emotion/serialize" "^0.11.16"
- babel-plugin-macros "^2.0.0"
- babel-plugin-syntax-jsx "^6.18.0"
- convert-source-map "^1.5.0"
- escape-string-regexp "^1.0.5"
- find-root "^1.1.0"
- source-map "^0.5.7"
-
babel-plugin-extract-import-names@1.6.22:
version "1.6.22"
resolved "https://registry.yarnpkg.com/babel-plugin-extract-import-names/-/babel-plugin-extract-import-names-1.6.22.tgz#de5f9a28eb12f3eb2578bf74472204e66d1a13dc"
@@ -7187,15 +7776,15 @@ babel-plugin-extract-import-names@1.6.22:
dependencies:
"@babel/helper-plugin-utils" "7.10.4"
-babel-plugin-istanbul@^6.0.0:
- version "6.0.0"
- resolved "https://registry.yarnpkg.com/babel-plugin-istanbul/-/babel-plugin-istanbul-6.0.0.tgz#e159ccdc9af95e0b570c75b4573b7c34d671d765"
- integrity sha512-AF55rZXpe7trmEylbaE1Gv54wn6rwU03aptvRoVIGP8YykoSxqdVLV1TfwflBCE/QtHmqtP8SWlTENqbK8GCSQ==
+babel-plugin-istanbul@^6.0.0, babel-plugin-istanbul@^6.1.1:
+ version "6.1.1"
+ resolved "https://registry.yarnpkg.com/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz#fa88ec59232fd9b4e36dbbc540a8ec9a9b47da73"
+ integrity sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==
dependencies:
"@babel/helper-plugin-utils" "^7.0.0"
"@istanbuljs/load-nyc-config" "^1.0.0"
"@istanbuljs/schema" "^0.1.2"
- istanbul-lib-instrument "^4.0.0"
+ istanbul-lib-instrument "^5.0.4"
test-exclude "^6.0.0"
babel-plugin-jest-hoist@^26.6.2:
@@ -7208,112 +7797,81 @@ babel-plugin-jest-hoist@^26.6.2:
"@types/babel__core" "^7.0.0"
"@types/babel__traverse" "^7.0.6"
-babel-plugin-jest-hoist@^27.2.0:
- version "27.2.0"
- resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-27.2.0.tgz#79f37d43f7e5c4fdc4b2ca3e10cc6cf545626277"
- integrity sha512-TOux9khNKdi64mW+0OIhcmbAn75tTlzKhxmiNXevQaPbrBYK7YKjP1jl6NHTJ6XR5UgUrJbCnWlKVnJn29dfjw==
+babel-plugin-jest-hoist@^27.5.1:
+ version "27.5.1"
+ resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-27.5.1.tgz#9be98ecf28c331eb9f5df9c72d6f89deb8181c2e"
+ integrity sha512-50wCwD5EMNW4aRpOwtqzyZHIewTYNxLA4nhB+09d8BIssfNfzBRhkBIHiaPv1Si226TQSvp8gxAJm2iY2qs2hQ==
dependencies:
"@babel/template" "^7.3.3"
"@babel/types" "^7.3.3"
"@types/babel__core" "^7.0.0"
"@types/babel__traverse" "^7.0.6"
-babel-plugin-macros@2.8.0, babel-plugin-macros@^2.0.0, babel-plugin-macros@^2.8.0:
- version "2.8.0"
- resolved "https://registry.yarnpkg.com/babel-plugin-macros/-/babel-plugin-macros-2.8.0.tgz#0f958a7cc6556b1e65344465d99111a1e5e10138"
- integrity sha512-SEP5kJpfGYqYKpBrj5XU3ahw5p5GOHJ0U5ssOSQ/WBVdwkD2Dzlce95exQTs3jOVWPPKLBN2rlEWkCK7dSmLvg==
- dependencies:
- "@babel/runtime" "^7.7.2"
- cosmiconfig "^6.0.0"
- resolve "^1.12.0"
-
-babel-plugin-macros@^3.0.1:
- version "3.0.1"
- resolved "https://registry.yarnpkg.com/babel-plugin-macros/-/babel-plugin-macros-3.0.1.tgz#0d412d68f5b3d1b64358f24ab099bd148724e2a9"
- integrity sha512-CKt4+Oy9k2wiN+hT1uZzOw7d8zb1anbQpf7KLwaaXRCi/4pzKdFKHf7v5mvoPmjkmxshh7eKZQuRop06r5WP4w==
+babel-plugin-macros@^3.1.0:
+ version "3.1.0"
+ resolved "https://registry.yarnpkg.com/babel-plugin-macros/-/babel-plugin-macros-3.1.0.tgz#9ef6dc74deb934b4db344dc973ee851d148c50c1"
+ integrity sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==
dependencies:
"@babel/runtime" "^7.12.5"
cosmiconfig "^7.0.0"
resolve "^1.19.0"
-babel-plugin-named-asset-import@^0.3.1, babel-plugin-named-asset-import@^0.3.7:
- version "0.3.7"
- resolved "https://registry.yarnpkg.com/babel-plugin-named-asset-import/-/babel-plugin-named-asset-import-0.3.7.tgz#156cd55d3f1228a5765774340937afc8398067dd"
- integrity sha512-squySRkf+6JGnvjoUtDEjSREJEBirnXi9NqP6rjSYsylxQxqBTz+pkmf395i9E2zsvmYUaI40BHo6SqZUdydlw==
-
-babel-plugin-polyfill-corejs2@^0.3.0:
- version "0.3.0"
- resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.0.tgz#407082d0d355ba565af24126fb6cb8e9115251fd"
- integrity sha512-wMDoBJ6uG4u4PNFh72Ty6t3EgfA91puCuAwKIazbQlci+ENb/UU9A3xG5lutjUIiXCIn1CY5L15r9LimiJyrSA==
- dependencies:
- "@babel/compat-data" "^7.13.11"
- "@babel/helper-define-polyfill-provider" "^0.3.0"
- semver "^6.1.1"
-
-babel-plugin-polyfill-corejs3@^0.1.0:
- version "0.1.7"
- resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.1.7.tgz#80449d9d6f2274912e05d9e182b54816904befd0"
- integrity sha512-u+gbS9bbPhZWEeyy1oR/YaaSpod/KDT07arZHb80aTpl8H5ZBq+uN1nN9/xtX7jQyfLdPfoqI4Rue/MQSWJquw==
- dependencies:
- "@babel/helper-define-polyfill-provider" "^0.1.5"
- core-js-compat "^3.8.1"
+babel-plugin-named-asset-import@^0.3.7, babel-plugin-named-asset-import@^0.3.8:
+ version "0.3.8"
+ resolved "https://registry.yarnpkg.com/babel-plugin-named-asset-import/-/babel-plugin-named-asset-import-0.3.8.tgz#6b7fa43c59229685368683c28bc9734f24524cc2"
+ integrity sha512-WXiAc++qo7XcJ1ZnTYGtLxmBCVbddAml3CEXgWaBzNzLNoxtQ8AiGEFDMOhot9XjTCQbvP5E77Fj9Gk924f00Q==
-babel-plugin-polyfill-corejs3@^0.5.0:
- version "0.5.1"
- resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.5.1.tgz#d66183bf10976ea677f4149a7fcc4d8df43d4060"
- integrity sha512-TihqEe4sQcb/QcPJvxe94/9RZuLQuF1+To4WqQcRvc+3J3gLCPIPgDKzGLG6zmQLfH3nn25heRuDNkS2KR4I8A==
+babel-plugin-polyfill-corejs2@^0.4.10:
+ version "0.4.11"
+ resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.11.tgz#30320dfe3ffe1a336c15afdcdafd6fd615b25e33"
+ integrity sha512-sMEJ27L0gRHShOh5G54uAAPaiCOygY/5ratXuiyb2G46FmlSpc9eFCzYVyDiPxfNbwzA7mYahmjQc5q+CZQ09Q==
dependencies:
- "@babel/helper-define-polyfill-provider" "^0.3.1"
- core-js-compat "^3.20.0"
+ "@babel/compat-data" "^7.22.6"
+ "@babel/helper-define-polyfill-provider" "^0.6.2"
+ semver "^6.3.1"
-babel-plugin-polyfill-regenerator@^0.3.0:
- version "0.3.0"
- resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.3.0.tgz#9ebbcd7186e1a33e21c5e20cae4e7983949533be"
- integrity sha512-dhAPTDLGoMW5/84wkgwiLRwMnio2i1fUe53EuvtKMv0pn2p3S8OCoV1xAzfJPl0KOX7IB89s2ib85vbYiea3jg==
+babel-plugin-polyfill-corejs3@^0.10.1, babel-plugin-polyfill-corejs3@^0.10.4:
+ version "0.10.4"
+ resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.10.4.tgz#789ac82405ad664c20476d0233b485281deb9c77"
+ integrity sha512-25J6I8NGfa5YkCDogHRID3fVCadIR8/pGl1/spvCkzb6lVn6SR3ojpx9nOn9iEBcUsjY24AmdKm5khcfKdylcg==
dependencies:
- "@babel/helper-define-polyfill-provider" "^0.3.0"
+ "@babel/helper-define-polyfill-provider" "^0.6.1"
+ core-js-compat "^3.36.1"
-babel-plugin-react-docgen@^4.1.0, babel-plugin-react-docgen@^4.2.1:
- version "4.2.1"
- resolved "https://registry.yarnpkg.com/babel-plugin-react-docgen/-/babel-plugin-react-docgen-4.2.1.tgz#7cc8e2f94e8dc057a06e953162f0810e4e72257b"
- integrity sha512-UQ0NmGHj/HAqi5Bew8WvNfCk8wSsmdgNd8ZdMjBCICtyCJCq9LiqgqvjCYe570/Wg7AQArSq1VQ60Dd/CHN7mQ==
+babel-plugin-polyfill-regenerator@^0.6.1:
+ version "0.6.2"
+ resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.2.tgz#addc47e240edd1da1058ebda03021f382bba785e"
+ integrity sha512-2R25rQZWP63nGwaAswvDazbPXfrM3HwVoBXK6HcqeKrSrL/JqcC/rDcf95l4r7LXLyxDXc8uQDa064GubtCABg==
dependencies:
- ast-types "^0.14.2"
- lodash "^4.17.15"
- react-docgen "^5.0.0"
+ "@babel/helper-define-polyfill-provider" "^0.6.2"
babel-plugin-react-require@^3.1.3:
version "3.1.3"
resolved "https://registry.yarnpkg.com/babel-plugin-react-require/-/babel-plugin-react-require-3.1.3.tgz#ba3d7305b044a90c35c32c5a9ab943fd68e1638d"
integrity sha512-kDXhW2iPTL81x4Ye2aUMdEXQ56JP0sBJmRQRXJPH5FsNB7fOc/YCsHTqHv8IovPyw9Rk07gdd7MVUz8tUmRBCA==
-babel-plugin-syntax-jsx@^6.18.0:
- version "6.18.0"
- resolved "https://registry.yarnpkg.com/babel-plugin-syntax-jsx/-/babel-plugin-syntax-jsx-6.18.0.tgz#0af32a9a6e13ca7a3fd5069e62d7b0f58d0d8946"
- integrity sha1-CvMqmm4Tyno/1QaeYtew9Y0NiUY=
-
babel-plugin-syntax-object-rest-spread@^6.8.0:
version "6.13.0"
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-object-rest-spread/-/babel-plugin-syntax-object-rest-spread-6.13.0.tgz#fd6536f2bce13836ffa3a5458c4903a597bb3bf5"
- integrity sha1-/WU28rzhODb/o6VFjEkDpZe7O/U=
+ integrity sha512-C4Aq+GaAj83pRQ0EFgTvw5YO6T3Qz2KGrNRwIj9mSoNHVvdZY4KO2uA6HNtNXCw993iSZnckY1aLW8nOi8i4+w==
babel-plugin-transform-object-rest-spread@^6.26.0:
version "6.26.0"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-object-rest-spread/-/babel-plugin-transform-object-rest-spread-6.26.0.tgz#0f36692d50fef6b7e2d4b3ac1478137a963b7b06"
- integrity sha1-DzZpLVD+9rfi1LOsFHgTepY7ewY=
+ integrity sha512-ocgA9VJvyxwt+qJB0ncxV8kb/CjfTcECUY4tQ5VT7nP6Aohzobm8CDFaQ5FHdvZQzLmf0sgDxB8iRXZXxwZcyA==
dependencies:
babel-plugin-syntax-object-rest-spread "^6.8.0"
babel-runtime "^6.26.0"
-babel-plugin-transform-react-remove-prop-types@0.4.24:
+babel-plugin-transform-react-remove-prop-types@^0.4.24:
version "0.4.24"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-react-remove-prop-types/-/babel-plugin-transform-react-remove-prop-types-0.4.24.tgz#f2edaf9b4c6a5fbe5c1d678bfb531078c1555f3a"
integrity sha512-eqj0hVcJUR57/Ug2zE1Yswsw4LhuqqHhD+8v120T1cl3kjg76QwtyBrdIk4WVwK+lAhBJVYCd/v+4nc4y+8JsA==
babel-preset-current-node-syntax@^1.0.0:
- version "1.0.0"
- resolved "https://registry.yarnpkg.com/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.0.0.tgz#cf5feef29551253471cfa82fc8e0f5063df07a77"
- integrity sha512-mGkvkpocWJes1CmMKtgGUwCeeq0pOhALyymozzDWYomHTbDLwueDYG6p4TK1YOeYHCzBzYPsWkgTto10JubI1Q==
+ version "1.0.1"
+ resolved "https://registry.yarnpkg.com/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.0.1.tgz#b4399239b89b2a011f9ddbe3e4f401fc40cff73b"
+ integrity sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==
dependencies:
"@babel/plugin-syntax-async-generators" "^7.8.4"
"@babel/plugin-syntax-bigint" "^7.8.3"
@@ -7336,39 +7894,40 @@ babel-preset-jest@^26.6.2:
babel-plugin-jest-hoist "^26.6.2"
babel-preset-current-node-syntax "^1.0.0"
-babel-preset-jest@^27.2.0:
- version "27.2.0"
- resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-27.2.0.tgz#556bbbf340608fed5670ab0ea0c8ef2449fba885"
- integrity sha512-z7MgQ3peBwN5L5aCqBKnF6iqdlvZvFUQynEhu0J+X9nHLU72jO3iY331lcYrg+AssJ8q7xsv5/3AICzVmJ/wvg==
+babel-preset-jest@^27.5.1:
+ version "27.5.1"
+ resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-27.5.1.tgz#91f10f58034cb7989cb4f962b69fa6eef6a6bc81"
+ integrity sha512-Nptf2FzlPCWYuJg41HBqXVT8ym6bXOevuCTbhxlUpjwtysGaIWFvDEjp4y+G7fl13FgOdjs7P/DmErqH7da0Ag==
dependencies:
- babel-plugin-jest-hoist "^27.2.0"
+ babel-plugin-jest-hoist "^27.5.1"
babel-preset-current-node-syntax "^1.0.0"
-babel-preset-react-app@^10.0.0:
- version "10.0.0"
- resolved "https://registry.yarnpkg.com/babel-preset-react-app/-/babel-preset-react-app-10.0.0.tgz#689b60edc705f8a70ce87f47ab0e560a317d7045"
- integrity sha512-itL2z8v16khpuKutx5IH8UdCdSTuzrOhRFTEdIhveZ2i1iBKDrVE0ATa4sFVy+02GLucZNVBWtoarXBy0Msdpg==
- dependencies:
- "@babel/core" "7.12.3"
- "@babel/plugin-proposal-class-properties" "7.12.1"
- "@babel/plugin-proposal-decorators" "7.12.1"
- "@babel/plugin-proposal-nullish-coalescing-operator" "7.12.1"
- "@babel/plugin-proposal-numeric-separator" "7.12.1"
- "@babel/plugin-proposal-optional-chaining" "7.12.1"
- "@babel/plugin-transform-flow-strip-types" "7.12.1"
- "@babel/plugin-transform-react-display-name" "7.12.1"
- "@babel/plugin-transform-runtime" "7.12.1"
- "@babel/preset-env" "7.12.1"
- "@babel/preset-react" "7.12.1"
- "@babel/preset-typescript" "7.12.1"
- "@babel/runtime" "7.12.1"
- babel-plugin-macros "2.8.0"
- babel-plugin-transform-react-remove-prop-types "0.4.24"
+babel-preset-react-app@^10.0.0, babel-preset-react-app@^10.0.1:
+ version "10.0.1"
+ resolved "https://registry.yarnpkg.com/babel-preset-react-app/-/babel-preset-react-app-10.0.1.tgz#ed6005a20a24f2c88521809fa9aea99903751584"
+ integrity sha512-b0D9IZ1WhhCWkrTXyFuIIgqGzSkRIH5D5AmB0bXbzYAB1OBAwHcUeyWW2LorutLWF5btNo/N7r/cIdmvvKJlYg==
+ dependencies:
+ "@babel/core" "^7.16.0"
+ "@babel/plugin-proposal-class-properties" "^7.16.0"
+ "@babel/plugin-proposal-decorators" "^7.16.4"
+ "@babel/plugin-proposal-nullish-coalescing-operator" "^7.16.0"
+ "@babel/plugin-proposal-numeric-separator" "^7.16.0"
+ "@babel/plugin-proposal-optional-chaining" "^7.16.0"
+ "@babel/plugin-proposal-private-methods" "^7.16.0"
+ "@babel/plugin-transform-flow-strip-types" "^7.16.0"
+ "@babel/plugin-transform-react-display-name" "^7.16.0"
+ "@babel/plugin-transform-runtime" "^7.16.4"
+ "@babel/preset-env" "^7.16.4"
+ "@babel/preset-react" "^7.16.0"
+ "@babel/preset-typescript" "^7.16.0"
+ "@babel/runtime" "^7.16.3"
+ babel-plugin-macros "^3.1.0"
+ babel-plugin-transform-react-remove-prop-types "^0.4.24"
babel-runtime@^6.26.0:
version "6.26.0"
resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.26.0.tgz#965c7058668e82b55d7bfe04ff2337bc8b5647fe"
- integrity sha1-llxwWGaOgrVde/4E/yM3vItWR/4=
+ integrity sha512-ITKNuq2wKlW1fJg9sSW52eepoYgZBggvOAHC0u/CYu/qxQ9EVzThCgR69BnSXLHjy2f7SY5zaQ4yt7H9ZVxY2g==
dependencies:
core-js "^2.4.0"
regenerator-runtime "^0.11.0"
@@ -7384,14 +7943,14 @@ bail@^1.0.0:
integrity sha512-xFbRxM1tahm08yHBP16MMjVUAvDaBMD38zsM9EMAUN61omwLmKlOpB/Zku5QkjZ8TZ4vn53pj+t518cH0S03RQ==
balanced-match@^1.0.0:
- version "1.0.0"
- resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767"
- integrity sha1-ibTRmasr7kneFk6gK4nORi1xt2c=
+ version "1.0.2"
+ resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"
+ integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==
base16@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/base16/-/base16-1.0.0.tgz#e297f60d7ec1014a7a971a39ebc8a98c0b681e70"
- integrity sha1-4pf2DX7BAUp6lxo568ipjAtoHnA=
+ integrity sha512-pNdYkNPiJUnEhnfXV56+sQy8+AaPcG3POZAUnwr4EeqCUZFz4u2PePbo3e5Gj4ziYPCWGUZT9RHisvJKnwFuBQ==
base64-js@^1.0.2, base64-js@^1.3.1, base64-js@^1.5.1:
version "1.5.1"
@@ -7418,49 +7977,54 @@ basic-auth@~2.0.1:
dependencies:
safe-buffer "5.1.2"
-batch-processor@1.0.0:
- version "1.0.0"
- resolved "https://registry.yarnpkg.com/batch-processor/-/batch-processor-1.0.0.tgz#75c95c32b748e0850d10c2b168f6bdbe9891ace8"
- integrity sha1-dclcMrdI4IUNEMKxaPa9vpiRrOg=
-
batch@0.6.1:
version "0.6.1"
resolved "https://registry.yarnpkg.com/batch/-/batch-0.6.1.tgz#dc34314f4e679318093fc760272525f94bf25c16"
- integrity sha1-3DQxT05nkxgJP8dgJyUl+UvyXBY=
+ integrity sha512-x+VAiMRL6UPkx+kudNvxTl6hB2XNNCG2r+7wixVfIYwu/2HKRXimwQyaumLjMveWvT2Hkd/cAJw+QBMfJ/EKVw==
bcrypt-pbkdf@^1.0.0:
version "1.0.2"
resolved "https://registry.yarnpkg.com/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz#a4301d389b6a43f9b67ff3ca11a3f6637e360e9e"
- integrity sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4=
+ integrity sha512-qeFIXtP4MSoi6NLqO12WfqARWWuCKi2Rn/9hJLEmtB5yTNr9DqFWkJRCf2qShWzPeAMRnOgCrq0sg/KLv5ES9w==
dependencies:
tweetnacl "^0.14.3"
bcryptjs@^2.3.0:
version "2.4.3"
resolved "https://registry.yarnpkg.com/bcryptjs/-/bcryptjs-2.4.3.tgz#9ab5627b93e60621ff7cdac5da9733027df1d0cb"
- integrity sha1-mrVie5PmBiH/fNrF2pczAn3x0Ms=
+ integrity sha512-V/Hy/X9Vt7f3BbPJEi8BdVFMByHi+jNXrYkW3huaybV/kQ0KJg0Y6PkEMbn+zeT+i+SiKZ/HMqJGIIt4LZDqNQ==
+
+belter@^1.0.41:
+ version "1.0.190"
+ resolved "https://registry.yarnpkg.com/belter/-/belter-1.0.190.tgz#491857550ef240d9c66b56fc637991f5c3089966"
+ integrity sha512-jz05FHrO+bwitdI6JxV5ESyRdVhTcwMWQ7L4o+q/R4LNJFQrG58sp9EiwsSjhbihhiyYFcmmCMRRagxte6igtw==
+ dependencies:
+ cross-domain-safe-weakmap "^1"
+ cross-domain-utils "^2"
+ zalgo-promise "^1"
-better-opn@^2.1.1:
- version "2.1.1"
- resolved "https://registry.yarnpkg.com/better-opn/-/better-opn-2.1.1.tgz#94a55b4695dc79288f31d7d0e5f658320759f7c6"
- integrity sha512-kIPXZS5qwyKiX/HcRvDYfmBQUa8XP17I0mYZZ0y4UhpYOSvtsLHDYqmomS+Mj20aDvD3knEiQ0ecQy2nhio3yA==
+better-opn@^3.0.2:
+ version "3.0.2"
+ resolved "https://registry.yarnpkg.com/better-opn/-/better-opn-3.0.2.tgz#f96f35deaaf8f34144a4102651babcf00d1d8817"
+ integrity sha512-aVNobHnJqLiUelTaHat9DZ1qM2w0C0Eym4LPI/3JxOnSokGVdsl1T1kN7TFvsEAD8G47A6VKQ0TVHqbBnYMJlQ==
dependencies:
- open "^7.0.3"
+ open "^8.0.4"
bfj@^7.0.2:
- version "7.0.2"
- resolved "https://registry.yarnpkg.com/bfj/-/bfj-7.0.2.tgz#1988ce76f3add9ac2913fd8ba47aad9e651bfbb2"
- integrity sha512-+e/UqUzwmzJamNF50tBV6tZPTORow7gQ96iFow+8b562OdMpEK0BcJEq2OSPEDmAbSMBQ7PKZ87ubFkgxpYWgw==
+ version "7.1.0"
+ resolved "https://registry.yarnpkg.com/bfj/-/bfj-7.1.0.tgz#c5177d522103f9040e1b12980fe8c38cf41d3f8b"
+ integrity sha512-I6MMLkn+anzNdCUp9hMRyui1HaNEUCco50lxbvNS4+EyXg8lN3nJ48PjPWtbH8UVS9CuMoaKE9U2V3l29DaRQw==
dependencies:
- bluebird "^3.5.5"
- check-types "^11.1.1"
+ bluebird "^3.7.2"
+ check-types "^11.2.3"
hoopy "^0.1.4"
+ jsonpath "^1.1.1"
tryer "^1.0.1"
-big-integer@^1.6.16:
- version "1.6.48"
- resolved "https://registry.yarnpkg.com/big-integer/-/big-integer-1.6.48.tgz#8fd88bd1632cba4a1c8c3e3d7159f08bb95b4b9e"
- integrity sha512-j51egjPa7/i+RdiRuJbPdJ2FIUYYPhvYLjzoYbcMMm62ooO6F94fETG4MTs46zPAF9Brs04OajboA/qTGuz78w==
+big-integer@^1.6.16, big-integer@^1.6.44:
+ version "1.6.52"
+ resolved "https://registry.yarnpkg.com/big-integer/-/big-integer-1.6.52.tgz#60a887f3047614a8e1bffe5d7173490a97dc8c85"
+ integrity sha512-QxD8cf2eVqJOOz63z6JIN9BzvVs/dlySa5HGSBH5xtR8dPteIRQnBxxKqkNTiT6jbDTF6jAfrd4oMcND9RGbQg==
big.js@^5.2.2:
version "5.2.2"
@@ -7473,9 +8037,9 @@ binary-extensions@^1.0.0:
integrity sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==
binary-extensions@^2.0.0:
- version "2.1.0"
- resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.1.0.tgz#30fa40c9e7fe07dbc895678cd287024dea241dd9"
- integrity sha512-1Yj8h9Q+QDF5FzhMs/c9+6UntbD5MkRfRwac8DoEm9ZfUBZ7tZ55YcGVAzEe4bXsdQHEk+s9S5wsOKVdZrw0tQ==
+ version "2.3.0"
+ resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.3.0.tgz#f6e14a97858d327252200242d4ccfe522c445522"
+ integrity sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==
bindings@^1.5.0:
version "1.5.0"
@@ -7484,10 +8048,10 @@ bindings@^1.5.0:
dependencies:
file-uri-to-path "1.0.0"
-bl@^4.0.3:
- version "4.0.3"
- resolved "https://registry.yarnpkg.com/bl/-/bl-4.0.3.tgz#12d6287adc29080e22a705e5764b2a9522cdc489"
- integrity sha512-fs4G6/Hu4/EE+F75J8DuN/0IpQqNjAdC7aEQv7Qt8MHGUH7Ckv2MwTEEeN9QehD0pfIDkMI1bkHYkKy7xHyKIg==
+bl@^4.0.3, bl@^4.1.0:
+ version "4.1.0"
+ resolved "https://registry.yarnpkg.com/bl/-/bl-4.1.0.tgz#451535264182bec2fbbc83a62ab98cf11d9f7b3a"
+ integrity sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==
dependencies:
buffer "^5.5.0"
inherits "^2.0.4"
@@ -7503,41 +8067,51 @@ bluebird@3.7.1:
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.7.1.tgz#df70e302b471d7473489acf26a93d63b53f874de"
integrity sha512-DdmyoGCleJnkbp3nkbxTLJ18rjDsE4yCggEwKNXkeV123sPNfOCYeDoeuOY+F2FrSjO1YXcTU+dsy96KMy+gcg==
-bluebird@^3.3.5, bluebird@^3.5.3, bluebird@^3.5.5, bluebird@^3.7.1, bluebird@^3.7.2:
+bluebird@^3.5.3, bluebird@^3.5.5, bluebird@^3.7.2:
version "3.7.2"
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.7.2.tgz#9f229c15be272454ffa973ace0dbee79a1b0c36f"
integrity sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==
-bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.4.0:
- version "4.11.9"
- resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.9.tgz#26d556829458f9d1e81fc48952493d0ba3507828"
- integrity sha512-E6QoYqCKZfgatHTdHzs1RRKP7ip4vvm+EyRUeE2RF0NblwVvb0p6jSVeNTOFxPn26QXN2o6SMfNxKp6kU8zQaw==
+bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.11.9:
+ version "4.12.0"
+ resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.12.0.tgz#775b3f278efbb9718eec7361f483fb36fbbfea88"
+ integrity sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==
-bn.js@^5.0.0, bn.js@^5.1.1:
- version "5.1.3"
- resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-5.1.3.tgz#beca005408f642ebebea80b042b4d18d2ac0ee6b"
- integrity sha512-GkTiFpjFtUzU9CbMeJ5iazkCzGL3jrhzerzZIuqLABjbwRaFt33I9tUdSNryIptM+RxDet6OKm2WnLXzW51KsQ==
+bn.js@^5.0.0, bn.js@^5.2.1:
+ version "5.2.1"
+ resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-5.2.1.tgz#0bc527a6a0d18d0aa8d5b0538ce4a77dccfa7b70"
+ integrity sha512-eXRvHzWyYPBuB4NBy0cmYQjGitUrtqwbvlzP3G6VFnNRbsZQIxQ10PbKKHt8gZ/HW/D/747aDl+QkDqg3KQLMQ==
-body-parser@1.19.0:
- version "1.19.0"
- resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.19.0.tgz#96b2709e57c9c4e09a6fd66a8fd979844f69f08a"
- integrity sha512-dhEPs72UPbDnAQJ9ZKMNTP6ptJaionhP5cBb541nXPlW60Jepo9RV/a4fX4XWW9CuFNK22krhrj1+rgzifNCsw==
+body-parser@1.20.2:
+ version "1.20.2"
+ resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.2.tgz#6feb0e21c4724d06de7ff38da36dad4f57a747fd"
+ integrity sha512-ml9pReCu3M61kGlqoTm2umSXTlRTuGTx0bfYj+uIUKKYycG5NtSbeetV3faSU6R7ajOPw0g/J1PvK4qNy7s5bA==
dependencies:
- bytes "3.1.0"
- content-type "~1.0.4"
+ bytes "3.1.2"
+ content-type "~1.0.5"
debug "2.6.9"
- depd "~1.1.2"
- http-errors "1.7.2"
+ depd "2.0.0"
+ destroy "1.2.0"
+ http-errors "2.0.0"
iconv-lite "0.4.24"
- on-finished "~2.3.0"
- qs "6.7.0"
- raw-body "2.4.0"
- type-is "~1.6.17"
+ on-finished "2.4.1"
+ qs "6.11.0"
+ raw-body "2.5.2"
+ type-is "~1.6.18"
+ unpipe "1.0.0"
+
+bonjour-service@^1.0.11:
+ version "1.2.1"
+ resolved "https://registry.yarnpkg.com/bonjour-service/-/bonjour-service-1.2.1.tgz#eb41b3085183df3321da1264719fbada12478d02"
+ integrity sha512-oSzCS2zV14bh2kji6vNe7vrpJYCHGvcZnlffFQ1MEoX/WOeQ/teD8SYWKR942OI3INjq8OMNJlbPK5LLLUxFDw==
+ dependencies:
+ fast-deep-equal "^3.1.3"
+ multicast-dns "^7.2.5"
bonjour@^3.5.0:
version "3.5.0"
resolved "https://registry.yarnpkg.com/bonjour/-/bonjour-3.5.0.tgz#8e890a183d8ee9a2393b3844c691a42bcf7bc9f5"
- integrity sha1-jokKGD2O6aI5OzhExpGkK897yfU=
+ integrity sha512-RaVTblr+OnEli0r/ud8InrU7D+G0y6aJhlxaLa6Pwty4+xoxboF1BsUI45tujvRpbj9dQVoglChqonGAsjEBYg==
dependencies:
array-flatten "^2.1.0"
deep-equal "^1.0.1"
@@ -7549,7 +8123,7 @@ bonjour@^3.5.0:
boolbase@^1.0.0, boolbase@~1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/boolbase/-/boolbase-1.0.0.tgz#68dff5fbe60c51eb37725ea9e3ed310dcc1e776e"
- integrity sha1-aN/1++YMUes3cl6p4+0xDcwed24=
+ integrity sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==
boxen@^3.0.0:
version "3.2.0"
@@ -7565,20 +8139,6 @@ boxen@^3.0.0:
type-fest "^0.3.0"
widest-line "^2.0.0"
-boxen@^4.2.0:
- version "4.2.0"
- resolved "https://registry.yarnpkg.com/boxen/-/boxen-4.2.0.tgz#e411b62357d6d6d36587c8ac3d5d974daa070e64"
- integrity sha512-eB4uT9RGzg2odpER62bBwSLvUeGC+WbRjjyyFhGsKnc8wp/m0+hQsMUvUe3H2V0D5vw0nBdO1hCJoZo5mKeuIQ==
- dependencies:
- ansi-align "^3.0.0"
- camelcase "^5.3.1"
- chalk "^3.0.0"
- cli-boxes "^2.2.0"
- string-width "^4.1.0"
- term-size "^2.1.0"
- type-fest "^0.8.1"
- widest-line "^3.1.0"
-
boxen@^5.0.0:
version "5.1.2"
resolved "https://registry.yarnpkg.com/boxen/-/boxen-5.1.2.tgz#788cb686fc83c1f486dfa8a40c68fc2b831d2b50"
@@ -7607,6 +8167,13 @@ boxen@^6.2.1:
widest-line "^4.0.1"
wrap-ansi "^8.0.1"
+bplist-parser@^0.2.0:
+ version "0.2.0"
+ resolved "https://registry.yarnpkg.com/bplist-parser/-/bplist-parser-0.2.0.tgz#43a9d183e5bf9d545200ceac3e712f79ebbe8d0e"
+ integrity sha512-z0M+byMThzQmD9NILRniCUXYsYpjwnlO8N5uCFaCqIOpqRsJCrQL9NK3JsD67CN5a08nF5oIL2bD6loTdHOuKw==
+ dependencies:
+ big-integer "^1.6.44"
+
brace-expansion@^1.1.7:
version "1.1.11"
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd"
@@ -7638,7 +8205,7 @@ braces@^2.3.1, braces@^2.3.2:
split-string "^3.0.2"
to-regex "^3.0.1"
-braces@^3.0.1, braces@~3.0.2:
+braces@^3.0.2, braces@~3.0.2:
version "3.0.2"
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==
@@ -7659,10 +8226,15 @@ broadcast-channel@^3.4.1:
rimraf "3.0.2"
unload "2.2.0"
-brorand@^1.0.1:
+brorand@^1.0.1, brorand@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/brorand/-/brorand-1.1.0.tgz#12c25efe40a45e3c323eb8675a0a0ce57b22371f"
- integrity sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8=
+ integrity sha512-cKV8tMCEpQs4hK/ik71d6LrPOnpkpGBR0wzxqr68g2m/LB2GxVYQroAjMJZRVM1Y4BCjCKc3vAamxSzOY2RP+w==
+
+browser-assert@^1.2.1:
+ version "1.2.1"
+ resolved "https://registry.yarnpkg.com/browser-assert/-/browser-assert-1.2.1.tgz#9aaa5a2a8c74685c2ae05bfe46efd606f068c200"
+ integrity sha512-nfulgvOR6S4gt9UKCeGJOuSGBPGiFT6oQ/2UBnvTY/5aQ1PnksW72fhZkM30DzoRRv2WpwZf1vHHEr3mtuXIWQ==
browser-process-hrtime@^1.0.0:
version "1.0.0"
@@ -7674,7 +8246,7 @@ browser-stdout@1.3.1:
resolved "https://registry.yarnpkg.com/browser-stdout/-/browser-stdout-1.3.1.tgz#baa559ee14ced73452229bad7326467c61fabd60"
integrity sha512-qhAVI1+Av2X7qelOfAIYwXONood6XlZE/fXaBSmW/T5SzLAmCgzi+eiWE7fUvbHaeNBQH13UftjpXxsfLkMpgw==
-browserify-aes@^1.0.0, browserify-aes@^1.0.4:
+browserify-aes@^1.0.4, browserify-aes@^1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/browserify-aes/-/browserify-aes-1.2.0.tgz#326734642f403dabc3003209853bb70ad428ef48"
integrity sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA==
@@ -7705,7 +8277,7 @@ browserify-des@^1.0.0:
inherits "^2.0.1"
safe-buffer "^5.1.2"
-browserify-rsa@^4.0.0, browserify-rsa@^4.0.1:
+browserify-rsa@^4.0.0, browserify-rsa@^4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/browserify-rsa/-/browserify-rsa-4.1.0.tgz#b2fd06b5b75ae297f7ce2dc651f918f5be158c8d"
integrity sha512-AdEER0Hkspgno2aR97SAf6vi0y0k8NuOpGnVH3O99rcA5Q6sh8QxcngtHuJ6uXwnfAXNM4Gn1Gb7/MV1+Ymbog==
@@ -7714,19 +8286,27 @@ browserify-rsa@^4.0.0, browserify-rsa@^4.0.1:
randombytes "^2.0.1"
browserify-sign@^4.0.0:
- version "4.2.1"
- resolved "https://registry.yarnpkg.com/browserify-sign/-/browserify-sign-4.2.1.tgz#eaf4add46dd54be3bb3b36c0cf15abbeba7956c3"
- integrity sha512-/vrA5fguVAKKAVTNJjgSm1tRQDHUU6DbwO9IROu/0WAzC8PKhucDSh18J0RMvVeHAn5puMd+QHC2erPRNf8lmg==
+ version "4.2.3"
+ resolved "https://registry.yarnpkg.com/browserify-sign/-/browserify-sign-4.2.3.tgz#7afe4c01ec7ee59a89a558a4b75bd85ae62d4208"
+ integrity sha512-JWCZW6SKhfhjJxO8Tyiiy+XYB7cqd2S5/+WeYHsKdNKFlCBhKbblba1A/HN/90YwtxKc8tCErjffZl++UNmGiw==
dependencies:
- bn.js "^5.1.1"
- browserify-rsa "^4.0.1"
+ bn.js "^5.2.1"
+ browserify-rsa "^4.1.0"
create-hash "^1.2.0"
create-hmac "^1.1.7"
- elliptic "^6.5.3"
+ elliptic "^6.5.5"
+ hash-base "~3.0"
inherits "^2.0.4"
- parse-asn1 "^5.1.5"
- readable-stream "^3.6.0"
- safe-buffer "^5.2.0"
+ parse-asn1 "^5.1.7"
+ readable-stream "^2.3.8"
+ safe-buffer "^5.2.1"
+
+browserify-zlib@^0.1.4:
+ version "0.1.4"
+ resolved "https://registry.yarnpkg.com/browserify-zlib/-/browserify-zlib-0.1.4.tgz#bb35f8a519f600e0fa6b8485241c979d0141fb2d"
+ integrity sha512-19OEpq7vWgsH6WkvkBJQDFvJS1uPcbFOQ4v9CU839dO+ZZXUZO6XpE6hNCqvlIIj+4fZvRiJ6DsAQ382GwiyTQ==
+ dependencies:
+ pako "~0.2.0"
browserify-zlib@^0.2.0:
version "0.2.0"
@@ -7755,16 +8335,15 @@ browserslist@4.14.2:
escalade "^3.0.2"
node-releases "^1.1.61"
-browserslist@^4.0.0, browserslist@^4.12.0, browserslist@^4.14.5, browserslist@^4.16.6, browserslist@^4.17.5, browserslist@^4.18.1, browserslist@^4.19.1, browserslist@^4.6.2, browserslist@^4.6.4:
- version "4.19.1"
- resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.19.1.tgz#4ac0435b35ab655896c31d53018b6dd5e9e4c9a3"
- integrity sha512-u2tbbG5PdKRTUoctO3NBD8FQ5HdPh1ZXPHzp1rwaa5jTc+RV9/+RlWiAIKmjRPQF+xbGM9Kklj5bZQFa2s/38A==
+browserslist@^4.0.0, browserslist@^4.12.0, browserslist@^4.18.1, browserslist@^4.21.10, browserslist@^4.21.4, browserslist@^4.22.2, browserslist@^4.23.0, browserslist@^4.6.2, browserslist@^4.6.4:
+ version "4.23.0"
+ resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.23.0.tgz#8f3acc2bbe73af7213399430890f86c63a5674ab"
+ integrity sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ==
dependencies:
- caniuse-lite "^1.0.30001286"
- electron-to-chromium "^1.4.17"
- escalade "^3.1.1"
- node-releases "^2.0.1"
- picocolors "^1.0.0"
+ caniuse-lite "^1.0.30001587"
+ electron-to-chromium "^1.4.668"
+ node-releases "^2.0.14"
+ update-browserslist-db "^1.0.13"
bser@2.1.1:
version "2.1.1"
@@ -7781,17 +8360,17 @@ btoa@^1.2.1:
buffer-crc32@^0.2.1, buffer-crc32@^0.2.13, buffer-crc32@~0.2.3:
version "0.2.13"
resolved "https://registry.yarnpkg.com/buffer-crc32/-/buffer-crc32-0.2.13.tgz#0d333e3f00eac50aa1454abd30ef8c2a5d9a7242"
- integrity sha1-DTM+PwDqxQqhRUq9MO+MKl2ackI=
+ integrity sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==
buffer-equal@^1.0.0:
- version "1.0.0"
- resolved "https://registry.yarnpkg.com/buffer-equal/-/buffer-equal-1.0.0.tgz#59616b498304d556abd466966b22eeda3eca5fbe"
- integrity sha1-WWFrSYME1Var1GaWayLu2j7KX74=
+ version "1.0.1"
+ resolved "https://registry.yarnpkg.com/buffer-equal/-/buffer-equal-1.0.1.tgz#2f7651be5b1b3f057fcd6e7ee16cf34767077d90"
+ integrity sha512-QoV3ptgEaQpvVwbXdSO39iqPQTCxSF7A5U99AxbHYqUdCizL/lH2Z0A2y6nbZucxMEOtNyZfG2s6gsVugGpKkg==
buffer-from@^1.0.0:
- version "1.1.1"
- resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.1.tgz#32713bc028f75c02fdb710d7c7bcec1f2c6070ef"
- integrity sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A==
+ version "1.1.2"
+ resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.2.tgz#2b146a6fd72e80b4f55d255f35ed59a3a9a41bd5"
+ integrity sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==
buffer-indexof@^1.0.0:
version "1.1.1"
@@ -7801,7 +8380,7 @@ buffer-indexof@^1.0.0:
buffer-xor@^1.0.3:
version "1.0.3"
resolved "https://registry.yarnpkg.com/buffer-xor/-/buffer-xor-1.0.3.tgz#26e61ed1422fb70dd42e6e36729ed51d855fe8d9"
- integrity sha1-JuYe0UIvtw3ULm42cp7VHYVf6Nk=
+ integrity sha512-571s0T7nZWK6vB67HI5dyUF7wXiNcfaPPPTl6zYCNApANjIvYJTg7hlud/+cJpdAhS7dVzqMLmfhfHR3rAcOjQ==
buffer@^4.3.0:
version "4.9.2"
@@ -7823,50 +8402,50 @@ buffer@^5.1.0, buffer@^5.5.0, buffer@^5.7.1:
bufferhelper@^0.2.1:
version "0.2.1"
resolved "https://registry.yarnpkg.com/bufferhelper/-/bufferhelper-0.2.1.tgz#fa74a385724a58e242f04ad6646c2366f83b913e"
- integrity sha1-+nSjhXJKWOJC8ErWZGwjZvg7kT4=
+ integrity sha512-asncN5SO1YOZLCV3u26XtrbF9QXhSyq01nQOc1TFt9/gfOn7feOGJoVKk5Ewtj7wvFGPH/eGSKZ5qq/A4/PPfw==
builtin-modules@^3.1.0:
- version "3.1.0"
- resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-3.1.0.tgz#aad97c15131eb76b65b50ef208e7584cd76a7484"
- integrity sha512-k0KL0aWZuBt2lrxrcASWDfwOLMnodeQjodT/1SxEQAXsHANgo6ZC/VEaSEHCXt7aSTZ4/4H5LKa+tBXmW7Vtvw==
+ version "3.3.0"
+ resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-3.3.0.tgz#cae62812b89801e9656336e46223e030386be7b6"
+ integrity sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==
builtin-status-codes@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz#85982878e21b98e1c66425e03d0174788f569ee8"
- integrity sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug=
+ integrity sha512-HpGFw18DgFWlncDfjTa2rcQ4W88O1mC8e8yZ2AvQY5KDaktSTwo+KRf6nHK6FRI5FyRyb/5T6+TSxfP7QyGsmQ==
builtins@^1.0.3:
version "1.0.3"
resolved "https://registry.yarnpkg.com/builtins/-/builtins-1.0.3.tgz#cb94faeb61c8696451db36534e1422f94f0aee88"
- integrity sha1-y5T662HIaWRR2zZTThQi+U8K7og=
+ integrity sha512-uYBjakWipfaO/bXI7E8rq6kpwHRZK5cNYrUv2OzZSI/FvmdMyXJ2tG9dKcjEC5YHmHpUAwsargWIZNWdxb/bnQ==
bytes@3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.0.0.tgz#d32815404d689699f85a4ea4fa8755dd13a96048"
- integrity sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg=
+ integrity sha512-pMhOfFDPiv9t5jjIXkHosWmkSyQbvsgEVNkz0ERHbuLh2T/7j4Mqqpz523Fe8MVY89KC6Sh/QfS2sM+SjgFDcw==
-bytes@3.1.0:
- version "3.1.0"
- resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.1.0.tgz#f6cf7933a360e0588fa9fde85651cdc7f805d1f6"
- integrity sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==
+bytes@3.1.2:
+ version "3.1.2"
+ resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.1.2.tgz#8b0beeb98605adf1b128fa4386403c009e0221a5"
+ integrity sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==
c8@^7.6.0:
- version "7.8.0"
- resolved "https://registry.yarnpkg.com/c8/-/c8-7.8.0.tgz#8fcfe848587d9d5796f22e9b0546a387a66d1b3b"
- integrity sha512-x2Bx+IIEd608B1LmjiNQ/kizRPkCWo5XzuV57J9afPjAHSnYXALwbCSOkQ7cSaNXBNblfqcvdycj+klmL+j6yA==
+ version "7.14.0"
+ resolved "https://registry.yarnpkg.com/c8/-/c8-7.14.0.tgz#f368184c73b125a80565e9ab2396ff0be4d732f3"
+ integrity sha512-i04rtkkcNcCf7zsQcSv/T9EbUn4RXQ6mropeMcjFOsQXQ0iGLAr/xT6TImQg4+U9hmNpN9XdvPkjUL1IzbgxJw==
dependencies:
"@bcoe/v8-coverage" "^0.2.3"
- "@istanbuljs/schema" "^0.1.2"
+ "@istanbuljs/schema" "^0.1.3"
find-up "^5.0.0"
foreground-child "^2.0.0"
- istanbul-lib-coverage "^3.0.0"
+ istanbul-lib-coverage "^3.2.0"
istanbul-lib-report "^3.0.0"
- istanbul-reports "^3.0.2"
- rimraf "^3.0.0"
+ istanbul-reports "^3.1.4"
+ rimraf "^3.0.2"
test-exclude "^6.0.0"
- v8-to-istanbul "^8.0.0"
+ v8-to-istanbul "^9.0.0"
yargs "^16.2.0"
- yargs-parser "^20.2.7"
+ yargs-parser "^20.2.9"
cacache@^12.0.2:
version "12.0.4"
@@ -7890,10 +8469,11 @@ cacache@^12.0.2:
y18n "^4.0.0"
cacache@^15.0.5:
- version "15.0.5"
- resolved "https://registry.yarnpkg.com/cacache/-/cacache-15.0.5.tgz#69162833da29170d6732334643c60e005f5f17d0"
- integrity sha512-lloiL22n7sOjEEXdL8NAjTgv9a1u43xICE9/203qonkZUCj5X1UEWIdf2/Y0d6QcCtMzbKQyhrcDbdvlZTs/+A==
+ version "15.3.0"
+ resolved "https://registry.yarnpkg.com/cacache/-/cacache-15.3.0.tgz#dc85380fb2f556fe3dda4c719bfa0ec875a7f1eb"
+ integrity sha512-VVdYzXEn+cnbXpFgWs5hTT7OScegHVmLhJIR8Ufqk3iFD6A6j5iSX1KuBTfNEv4tdJWE2PzA6IVFtcLC7fN9wQ==
dependencies:
+ "@npmcli/fs" "^1.0.0"
"@npmcli/move-file" "^1.0.1"
chownr "^2.0.0"
fs-minipass "^2.0.0"
@@ -7908,7 +8488,7 @@ cacache@^15.0.5:
p-map "^4.0.0"
promise-inflight "^1.0.1"
rimraf "^3.0.2"
- ssri "^8.0.0"
+ ssri "^8.0.1"
tar "^6.0.2"
unique-filename "^1.1.1"
@@ -7950,41 +8530,44 @@ cacheable-request@^6.0.0:
responselike "^1.0.2"
cachedir@^2.3.0:
- version "2.3.0"
- resolved "https://registry.yarnpkg.com/cachedir/-/cachedir-2.3.0.tgz#0c75892a052198f0b21c7c1804d8331edfcae0e8"
- integrity sha512-A+Fezp4zxnit6FanDmv9EqXNAi3vt9DWp51/71UEhXukb7QUuvtv9344h91dyAxuTLoSYJFU299qzR3tzwPAhw==
+ version "2.4.0"
+ resolved "https://registry.yarnpkg.com/cachedir/-/cachedir-2.4.0.tgz#7fef9cf7367233d7c88068fe6e34ed0d355a610d"
+ integrity sha512-9EtFOZR8g22CL7BWjJ9BUx1+A/djkofnyW3aOXZORNW2kxoUpx2h+uN2cOqwPmFhnpVmxg+KW2OjOSgChTEvsQ==
-call-bind@^1.0.0, call-bind@^1.0.2:
- version "1.0.2"
- resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.2.tgz#b1d4e89e688119c3c9a903ad30abb2f6a919be3c"
- integrity sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==
+call-bind@^1.0.0, call-bind@^1.0.2, call-bind@^1.0.5, call-bind@^1.0.6, call-bind@^1.0.7:
+ version "1.0.7"
+ resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.7.tgz#06016599c40c56498c18769d2730be242b6fa3b9"
+ integrity sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==
dependencies:
- function-bind "^1.1.1"
- get-intrinsic "^1.0.2"
+ es-define-property "^1.0.0"
+ es-errors "^1.3.0"
+ function-bind "^1.1.2"
+ get-intrinsic "^1.2.4"
+ set-function-length "^1.2.1"
call-me-maybe@^1.0.1:
- version "1.0.1"
- resolved "https://registry.yarnpkg.com/call-me-maybe/-/call-me-maybe-1.0.1.tgz#26d208ea89e37b5cbde60250a15f031c16a4d66b"
- integrity sha1-JtII6onje1y95gJQoV8DHBak1ms=
+ version "1.0.2"
+ resolved "https://registry.yarnpkg.com/call-me-maybe/-/call-me-maybe-1.0.2.tgz#03f964f19522ba643b1b0693acb9152fe2074baa"
+ integrity sha512-HpX65o1Hnr9HH25ojC1YGs7HCQLq0GCOibSaWER0eNpgJ/Z1MZv2mTc7+xh6WOPxbRVcmgbv4hGU+uSQ/2xFZQ==
caller-callsite@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/caller-callsite/-/caller-callsite-2.0.0.tgz#847e0fce0a223750a9a027c54b33731ad3154134"
- integrity sha1-hH4PzgoiN1CpoCfFSzNzGtMVQTQ=
+ integrity sha512-JuG3qI4QOftFsZyOn1qq87fq5grLIyk1JYd5lJmdA+fG7aQ9pA/i3JIJGcO3q0MrRcHlOt1U+ZeHW8Dq9axALQ==
dependencies:
callsites "^2.0.0"
caller-path@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/caller-path/-/caller-path-2.0.0.tgz#468f83044e369ab2010fac5f06ceee15bb2cb1f4"
- integrity sha1-Ro+DBE42mrIBD6xfBs7uFbsssfQ=
+ integrity sha512-MCL3sf6nCSXOwCTzvPKhN18TU7AHTvdtam8DAogxcrJ8Rjfbbg7Lgng64H9Iy+vUV6VGFClN/TyxBkAebLRR4A==
dependencies:
caller-callsite "^2.0.0"
callsites@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/callsites/-/callsites-2.0.0.tgz#06eb84f00eea413da86affefacbffb36093b3c50"
- integrity sha1-BuuE8A7qQT2oav/vrL/7Ngk7PFA=
+ integrity sha512-ksWePWBloaWPxJYQ8TL0JHvtci6G5QTKwQ95RcWAa/lzoAKuAOflGdAK92hpHXjkwb8zLxoLNUoNYZgVsaJzvQ==
callsites@^3.0.0:
version "3.1.0"
@@ -7999,7 +8582,7 @@ camel-case@^4.1.1, camel-case@^4.1.2:
pascal-case "^3.1.2"
tslib "^2.0.3"
-camelcase-css@2.0.1:
+camelcase-css@2.0.1, camelcase-css@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/camelcase-css/-/camelcase-css-2.0.1.tgz#ee978f6947914cc30c6b44741b6ed1df7f043fd5"
integrity sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==
@@ -8018,10 +8601,10 @@ camelcase@5.3.1, camelcase@^5.0.0, camelcase@^5.3.1:
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-5.3.1.tgz#e3c9b31569e106811df242f715725a1f4c494320"
integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==
-camelcase@^6.0.0, camelcase@^6.1.0, camelcase@^6.2.0:
- version "6.2.0"
- resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-6.2.0.tgz#924af881c9d525ac9d87f40d964e5cea982a1809"
- integrity sha512-c7wVvbw3f37nuobQNtgsgG9POC9qMbNuMQmTCqZv23b6MIz0fcYpBiOlv9gEN/hdLdnZTDQhg6e9Dq5M1vKvfg==
+camelcase@^6.0.0, camelcase@^6.1.0, camelcase@^6.2.0, camelcase@^6.2.1:
+ version "6.3.0"
+ resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-6.3.0.tgz#5685b95eb209ac9c0c177467778c9c84df58ba9a"
+ integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==
caniuse-api@^3.0.0:
version "3.0.0"
@@ -8033,10 +8616,10 @@ caniuse-api@^3.0.0:
lodash.memoize "^4.1.2"
lodash.uniq "^4.5.0"
-caniuse-lite@^1.0.0, caniuse-lite@^1.0.30000981, caniuse-lite@^1.0.30001035, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001125, caniuse-lite@^1.0.30001286, caniuse-lite@^1.0.30001297:
- version "1.0.30001300"
- resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001300.tgz#11ab6c57d3eb6f964cba950401fd00a146786468"
- integrity sha512-cVjiJHWGcNlJi8TZVKNMnvMid3Z3TTdDHmLDzlOdIiZq138Exvo0G+G0wTdVYolxKb4AYwC+38pxodiInVtJSA==
+caniuse-lite@^1.0.0, caniuse-lite@^1.0.30000981, caniuse-lite@^1.0.30001035, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001125, caniuse-lite@^1.0.30001587, caniuse-lite@^1.0.30001599:
+ version "1.0.30001614"
+ resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001614.tgz#f894b4209376a0bf923d67d9c361d96b1dfebe39"
+ integrity sha512-jmZQ1VpmlRwHgdP1/uiKzgiAuGOfLEJsYFP4+GBou/QQ4U6IOJCB4NP1c+1p9RGLpwObcT94jA5/uO+F1vBbog==
capital-case@^1.0.4:
version "1.0.4"
@@ -8064,7 +8647,7 @@ case-sensitive-paths-webpack-plugin@2.3.0:
resolved "https://registry.yarnpkg.com/case-sensitive-paths-webpack-plugin/-/case-sensitive-paths-webpack-plugin-2.3.0.tgz#23ac613cc9a856e4f88ff8bb73bbb5e989825cf7"
integrity sha512-/4YgnZS8y1UXXmC02xD5rRrBEu6T5ub+mQHLNRj0fzTRbgdBYhsNo2V5EqwgqrExjxsjtF/OpAKAMkKsxbD5XQ==
-case-sensitive-paths-webpack-plugin@^2.3.0:
+case-sensitive-paths-webpack-plugin@^2.4.0:
version "2.4.0"
resolved "https://registry.yarnpkg.com/case-sensitive-paths-webpack-plugin/-/case-sensitive-paths-webpack-plugin-2.4.0.tgz#db64066c6422eed2e08cc14b986ca43796dbc6d4"
integrity sha512-roIFONhcxog0JSSWbvVAh3OocukmSgpqOH6YpMkCvav/ySIV3JKg4Dc8vYtQjYi/UxpNE36r/9v+VqTQqgkYmw==
@@ -8072,21 +8655,21 @@ case-sensitive-paths-webpack-plugin@^2.3.0:
caseless@~0.12.0:
version "0.12.0"
resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"
- integrity sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=
+ integrity sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw==
-catharsis@^0.8.11:
- version "0.8.11"
- resolved "https://registry.yarnpkg.com/catharsis/-/catharsis-0.8.11.tgz#d0eb3d2b82b7da7a3ce2efb1a7b00becc6643468"
- integrity sha512-a+xUyMV7hD1BrDQA/3iPV7oc+6W26BgVJO05PGEoatMyIuPScQKsde6i3YorWX1qs+AZjnJ18NqdKoCtKiNh1g==
+catharsis@^0.9.0:
+ version "0.9.0"
+ resolved "https://registry.yarnpkg.com/catharsis/-/catharsis-0.9.0.tgz#40382a168be0e6da308c277d3a2b3eb40c7d2121"
+ integrity sha512-prMTQVpcns/tzFgFVkVp6ak6RykZyWb3gu8ckUpd6YkTlacOd3DXGJjIpD4Q6zJirizvaiAjSSHlOsA+6sNh2A==
dependencies:
- lodash "^4.17.14"
+ lodash "^4.17.15"
-ccount@^1.0.0, ccount@^1.0.3:
+ccount@^1.0.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/ccount/-/ccount-1.1.0.tgz#246687debb6014735131be8abab2d93898f8d043"
integrity sha512-vlNK021QdI7PNeiUh/lKkC/mNHHfV0m/Ad5JoI0TYtlBnJAslM/JIkm/tGC88bkLIwO6OQ5uV6ztS6kVAtCDlg==
-chalk@2.4.2, chalk@^2.0.0, chalk@^2.0.1, chalk@^2.4.1, chalk@^2.4.2:
+chalk@2.4.2, chalk@^2.0.1, chalk@^2.4.1, chalk@^2.4.2:
version "2.4.2"
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
@@ -8098,7 +8681,7 @@ chalk@2.4.2, chalk@^2.0.0, chalk@^2.0.1, chalk@^2.4.1, chalk@^2.4.2:
chalk@^1.1.3:
version "1.1.3"
resolved "https://registry.yarnpkg.com/chalk/-/chalk-1.1.3.tgz#a8115c55e4a702fe4d150abd3872822a7e09fc98"
- integrity sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=
+ integrity sha512-U3lRVLMSlsCfjqYPbLyVv11M9CPW4I728d6TCKMAOJueEeB9/8o+eSsMnxPJD+Q+K909sdESg7C+tIkoH6on1A==
dependencies:
ansi-styles "^2.2.1"
escape-string-regexp "^1.0.2"
@@ -8114,7 +8697,7 @@ chalk@^3.0.0:
ansi-styles "^4.1.0"
supports-color "^7.1.0"
-chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.2:
+chalk@^4.0.0, chalk@^4.0.2, chalk@^4.1.0, chalk@^4.1.2:
version "4.1.2"
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
@@ -8127,6 +8710,11 @@ char-regex@^1.0.2:
resolved "https://registry.yarnpkg.com/char-regex/-/char-regex-1.0.2.tgz#d744358226217f981ed58f479b1d6bcc29545dcf"
integrity sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==
+char-regex@^2.0.0:
+ version "2.0.1"
+ resolved "https://registry.yarnpkg.com/char-regex/-/char-regex-2.0.1.tgz#6dafdb25f9d3349914079f010ba8d0e6ff9cd01e"
+ integrity sha512-oSvEeo6ZUD7NepqAat3RqoucZ5SeqLJgOvVIwkafu6IP3V0pO38s/ypdVUmDDK6qIIHNlYHJAKX9E7R7HoKElw==
+
character-entities-legacy@^1.0.0:
version "1.1.4"
resolved "https://registry.yarnpkg.com/character-entities-legacy/-/character-entities-legacy-1.1.4.tgz#94bc1845dce70a5bb9d2ecc748725661293d8fc1"
@@ -8150,60 +8738,39 @@ chardet@^0.7.0:
check-more-types@^2.24.0:
version "2.24.0"
resolved "https://registry.yarnpkg.com/check-more-types/-/check-more-types-2.24.0.tgz#1420ffb10fd444dcfc79b43891bbfffd32a84600"
- integrity sha1-FCD/sQ/URNz8ebQ4kbv//TKoRgA=
+ integrity sha512-Pj779qHxV2tuapviy1bSZNEL1maXr13bPYpsvSDB68HlYcYuhlDrmGd63i0JHMCLKzc7rUSNIrpdJlhVlNwrxA==
-check-types@^11.1.1:
- version "11.1.2"
- resolved "https://registry.yarnpkg.com/check-types/-/check-types-11.1.2.tgz#86a7c12bf5539f6324eb0e70ca8896c0e38f3e2f"
- integrity sha512-tzWzvgePgLORb9/3a0YenggReLKAIb2owL03H2Xdoe5pKcUyWRSEQ8xfCar8t2SIAuEDwtmx2da1YB52YuHQMQ==
+check-types@^11.2.3:
+ version "11.2.3"
+ resolved "https://registry.yarnpkg.com/check-types/-/check-types-11.2.3.tgz#1ffdf68faae4e941fce252840b1787b8edc93b71"
+ integrity sha512-+67P1GkJRaxQD6PKK0Et9DhwQB+vGg3PM5+aavopCpZT1lj9jeqfvpgTLAWErNj8qApkkmXlu/Ug74kmhagkXg==
-cheerio-select@^1.5.0:
- version "1.5.0"
- resolved "https://registry.yarnpkg.com/cheerio-select/-/cheerio-select-1.5.0.tgz#faf3daeb31b17c5e1a9dabcee288aaf8aafa5823"
- integrity sha512-qocaHPv5ypefh6YNxvnbABM07KMxExbtbfuJoIie3iZXX1ERwYmJcIiRrr9H05ucQP1k28dav8rpdDgjQd8drg==
+cheerio-select@^2.1.0:
+ version "2.1.0"
+ resolved "https://registry.yarnpkg.com/cheerio-select/-/cheerio-select-2.1.0.tgz#4d8673286b8126ca2a8e42740d5e3c4884ae21b4"
+ integrity sha512-9v9kG0LvzrlcungtnJtpGNxY+fzECQKhK4EGJX2vByejiMX84MFNQw4UxPJl3bFbTMw+Dfs37XaIkCwTZfLh4g==
dependencies:
- css-select "^4.1.3"
- css-what "^5.0.1"
- domelementtype "^2.2.0"
- domhandler "^4.2.0"
- domutils "^2.7.0"
-
-cheerio@^0.22.0:
- version "0.22.0"
- resolved "https://registry.yarnpkg.com/cheerio/-/cheerio-0.22.0.tgz#a9baa860a3f9b595a6b81b1a86873121ed3a269e"
- integrity sha1-qbqoYKP5tZWmuBsahocxIe06Jp4=
- dependencies:
- css-select "~1.2.0"
- dom-serializer "~0.1.0"
- entities "~1.1.1"
- htmlparser2 "^3.9.1"
- lodash.assignin "^4.0.9"
- lodash.bind "^4.1.4"
- lodash.defaults "^4.0.1"
- lodash.filter "^4.4.0"
- lodash.flatten "^4.2.0"
- lodash.foreach "^4.3.0"
- lodash.map "^4.4.0"
- lodash.merge "^4.4.0"
- lodash.pick "^4.2.1"
- lodash.reduce "^4.4.0"
- lodash.reject "^4.4.0"
- lodash.some "^4.4.0"
-
-cheerio@^1.0.0-rc.10, cheerio@^1.0.0-rc.3:
- version "1.0.0-rc.10"
- resolved "https://registry.yarnpkg.com/cheerio/-/cheerio-1.0.0-rc.10.tgz#2ba3dcdfcc26e7956fc1f440e61d51c643379f3e"
- integrity sha512-g0J0q/O6mW8z5zxQ3A8E8J1hUgp4SMOvEoW/x84OwyHKe/Zccz83PVT4y5Crcr530FV6NgmKI1qvGTKVl9XXVw==
- dependencies:
- cheerio-select "^1.5.0"
- dom-serializer "^1.3.2"
- domhandler "^4.2.0"
- htmlparser2 "^6.1.0"
- parse5 "^6.0.1"
- parse5-htmlparser2-tree-adapter "^6.0.1"
- tslib "^2.2.0"
-
-chokidar@3.5.3, chokidar@^3.3.0, chokidar@^3.3.1, chokidar@^3.4.1, chokidar@^3.4.2, chokidar@^3.5.3:
+ boolbase "^1.0.0"
+ css-select "^5.1.0"
+ css-what "^6.1.0"
+ domelementtype "^2.3.0"
+ domhandler "^5.0.3"
+ domutils "^3.0.1"
+
+cheerio@^1.0.0-rc.12, cheerio@^1.0.0-rc.3:
+ version "1.0.0-rc.12"
+ resolved "https://registry.yarnpkg.com/cheerio/-/cheerio-1.0.0-rc.12.tgz#788bf7466506b1c6bf5fae51d24a2c4d62e47683"
+ integrity sha512-VqR8m68vM46BNnuZ5NtnGBKIE/DfN0cRIzg9n40EIq9NOv90ayxLBXA8fXC5gquFRGJSTRqBq25Jt2ECLR431Q==
+ dependencies:
+ cheerio-select "^2.1.0"
+ dom-serializer "^2.0.0"
+ domhandler "^5.0.3"
+ domutils "^3.0.1"
+ htmlparser2 "^8.0.1"
+ parse5 "^7.0.0"
+ parse5-htmlparser2-tree-adapter "^7.0.0"
+
+chokidar@3.5.3:
version "3.5.3"
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.3.tgz#1cf37c8707b932bd1af1ae22c0432e2acd1903bd"
integrity sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==
@@ -8237,7 +8804,22 @@ chokidar@^2.0.4, chokidar@^2.1.8:
optionalDependencies:
fsevents "^1.2.7"
-chownr@^1.1.1:
+chokidar@^3.3.0, chokidar@^3.3.1, chokidar@^3.4.1, chokidar@^3.4.2, chokidar@^3.5.3, chokidar@^3.6.0:
+ version "3.6.0"
+ resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.6.0.tgz#197c6cc669ef2a8dc5e7b4d97ee4e092c3eb0d5b"
+ integrity sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==
+ dependencies:
+ anymatch "~3.1.2"
+ braces "~3.0.2"
+ glob-parent "~5.1.2"
+ is-binary-path "~2.1.0"
+ is-glob "~4.0.1"
+ normalize-path "~3.0.0"
+ readdirp "~3.6.0"
+ optionalDependencies:
+ fsevents "~2.3.2"
+
+chownr@^1.1.1, chownr@^1.1.4:
version "1.1.4"
resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.1.4.tgz#6fc9d7b42d32a583596337666e7d08084da2cc6b"
integrity sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==
@@ -8248,22 +8830,15 @@ chownr@^2.0.0:
integrity sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==
chrome-trace-event@^1.0.2:
- version "1.0.2"
- resolved "https://registry.yarnpkg.com/chrome-trace-event/-/chrome-trace-event-1.0.2.tgz#234090ee97c7d4ad1a2c4beae27505deffc608a4"
- integrity sha512-9e/zx1jw7B4CO+c/RXoCsfg/x1AfUBioy4owYH0bJprEYAx5hRFLRhWBqHAG57D0ZM4H7vxbP7bPe0VwhQRYDQ==
- dependencies:
- tslib "^1.9.0"
+ version "1.0.3"
+ resolved "https://registry.yarnpkg.com/chrome-trace-event/-/chrome-trace-event-1.0.3.tgz#1015eced4741e15d06664a957dbbf50d041e26ac"
+ integrity sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==
ci-info@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-2.0.0.tgz#67a9e964be31a51e15e5010d58e6f12834002f46"
integrity sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==
-ci-info@^3.1.1:
- version "3.2.0"
- resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.2.0.tgz#2876cb948a498797b5236f0095bc057d0dca38b6"
- integrity sha512-dVqRX7fLUm8J6FgHJ418XuIgDLZDkYcDFTeL6TA2gt5WlIZUQrrH6EZrNClwT/H0FateUsZkGIOPRrLbP+PR9A==
-
ci-info@^3.2.0:
version "3.9.0"
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.9.0.tgz#4279a62028a7b1f262f3473fc9605f5e218c59b4"
@@ -8277,15 +8852,22 @@ cipher-base@^1.0.0, cipher-base@^1.0.1, cipher-base@^1.0.3:
inherits "^2.0.1"
safe-buffer "^5.0.1"
+citty@^0.1.6:
+ version "0.1.6"
+ resolved "https://registry.yarnpkg.com/citty/-/citty-0.1.6.tgz#0f7904da1ed4625e1a9ea7e0fa780981aab7c5e4"
+ integrity sha512-tskPPKEs8D2KPafUypv2gxwJP8h/OaJmC82QQGGDQcHvXX43xF2VDACcJVmZ0EuSxkpO9Kc4MlrA3q0+FG58AQ==
+ dependencies:
+ consola "^3.2.3"
+
cjs-module-lexer@^0.6.0:
version "0.6.0"
resolved "https://registry.yarnpkg.com/cjs-module-lexer/-/cjs-module-lexer-0.6.0.tgz#4186fcca0eae175970aee870b9fe2d6cf8d5655f"
integrity sha512-uc2Vix1frTfnuzxxu1Hp4ktSvM3QaI4oXl4ZUqL1wjTu/BGki9TrCWoqLTg/drR1KwAEarXuRFCG2Svr1GxPFw==
-cjs-module-lexer@^1.0.0:
- version "1.2.2"
- resolved "https://registry.yarnpkg.com/cjs-module-lexer/-/cjs-module-lexer-1.2.2.tgz#9f84ba3244a512f3a54e5277e8eef4c489864e40"
- integrity sha512-cOU9usZw8/dXIXKtwa8pM0OTJQuJkxMN6w30csNRUerHfeQ5R6U3kkU/FtJeIf3M202OHfY2U8ccInBG7/xogA==
+cjs-module-lexer@^1.0.0, cjs-module-lexer@^1.2.3:
+ version "1.3.1"
+ resolved "https://registry.yarnpkg.com/cjs-module-lexer/-/cjs-module-lexer-1.3.1.tgz#c485341ae8fd999ca4ee5af2d7a1c9ae01e0099c"
+ integrity sha512-a3KdPAANPbNE4ZUv9h6LckSl9zLsYOP4MBmhIPkRaeyybt+r4UghLvq+xw/YwUcC1gqylCkL4rdVs3Lwupjm4Q==
class-transformer@0.5.1:
version "0.5.1"
@@ -8302,27 +8884,22 @@ class-utils@^0.3.5:
isobject "^3.0.0"
static-extend "^0.1.1"
-classnames@^2.2.5, classnames@^2.2.6, classnames@^2.3.1:
- version "2.3.2"
- resolved "https://registry.yarnpkg.com/classnames/-/classnames-2.3.2.tgz#351d813bf0137fcc6a76a16b88208d2560a0d924"
- integrity sha512-CSbhY4cFEJRe6/GQzIk5qXZ4Jeg5pcsP7b5peFSDpffpe1cqjASH/n9UTjBwOp6XpMSTwQ8Za2K5V02ueA7Tmw==
-
-classnames@^2.3.2:
+classnames@^2.2.6, classnames@^2.3.1, classnames@^2.3.2:
version "2.5.1"
resolved "https://registry.yarnpkg.com/classnames/-/classnames-2.5.1.tgz#ba774c614be0f016da105c858e7159eae8e7687b"
integrity sha512-saHYOzhIQs6wy2sVxTM6bUDsQO4F50V9RQ22qBpEdCW+I+/Wmke2HOl6lS6dTpdxVhb88/I6+Hs+438c3lfUow==
clean-css@^4.2.3:
- version "4.2.3"
- resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-4.2.3.tgz#507b5de7d97b48ee53d84adb0160ff6216380f78"
- integrity sha512-VcMWDN54ZN/DS+g58HYL5/n4Zrqe8vHJpGA8KdgUXFU4fuP/aHNw8eld9SyEIyabIMJX/0RaY/fplOo5hYLSFA==
+ version "4.2.4"
+ resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-4.2.4.tgz#733bf46eba4e607c6891ea57c24a989356831178"
+ integrity sha512-EJUDT7nDVFDvaQgAo2G/PJvxmp1o/c6iXLbswsBbUFXi1Nr+AjA2cKmfbKDMjMvzEe75g3P6JkaDDAKk96A85A==
dependencies:
source-map "~0.6.0"
-clean-css@^5.2.2, clean-css@^5.2.4:
- version "5.2.4"
- resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-5.2.4.tgz#982b058f8581adb2ae062520808fb2429bd487a4"
- integrity sha512-nKseG8wCzEuji/4yrgM/5cthL9oTDc5UOQyFMvW/Q53oP6gLH690o1NbuTh6Y18nujr7BxlsFuS7gXLnLzKJGg==
+clean-css@^5.2.2, clean-css@^5.3.0:
+ version "5.3.3"
+ resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-5.3.3.tgz#b330653cd3bd6b75009cc25c714cae7b93351ccd"
+ integrity sha512-D5J+kHaVb/wKSFcyyV75uCn8fiY4sV38XJoe4CUyGQ+mOU/fMVYUdH1hJC+CJQ5uY3EnW27SbJYS4X8BiLrAFg==
dependencies:
source-map "~0.6.0"
@@ -8348,17 +8925,12 @@ cli-cursor@^3.1.0:
dependencies:
restore-cursor "^3.1.0"
-cli-table3@0.6.0:
- version "0.6.0"
- resolved "https://registry.yarnpkg.com/cli-table3/-/cli-table3-0.6.0.tgz#b7b1bc65ca8e7b5cef9124e13dc2b21e2ce4faee"
- integrity sha512-gnB85c3MGC7Nm9I/FkiasNBOKjOiO1RNuXXarQms37q4QMpWdlbBgD/VnOStA2faG1dpXMv31RFApjX1/QdgWQ==
- dependencies:
- object-assign "^4.1.0"
- string-width "^4.2.0"
- optionalDependencies:
- colors "^1.1.2"
+cli-spinners@^2.5.0:
+ version "2.9.2"
+ resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.9.2.tgz#1773a8f4b9c4d6ac31563df53b3fc1d79462fe41"
+ integrity sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==
-cli-table3@0.6.3, cli-table3@^0.6.0, cli-table3@^0.6.1, cli-table3@~0.6.1:
+cli-table3@0.6.3:
version "0.6.3"
resolved "https://registry.yarnpkg.com/cli-table3/-/cli-table3-0.6.3.tgz#61ab765aac156b52f222954ffc607a6f01dbeeb2"
integrity sha512-w5Jac5SykAeZJKntOxJCrm63Eg5/4dhMWIcuTbo9rpE+brgaSZo0RuNJZeOyMgsUdhDeojvgyQLmjI+K50ZGyg==
@@ -8367,6 +8939,15 @@ cli-table3@0.6.3, cli-table3@^0.6.0, cli-table3@^0.6.1, cli-table3@~0.6.1:
optionalDependencies:
"@colors/colors" "1.5.0"
+cli-table3@^0.6.0, cli-table3@^0.6.1, cli-table3@^0.6.2, cli-table3@~0.6.1:
+ version "0.6.4"
+ resolved "https://registry.yarnpkg.com/cli-table3/-/cli-table3-0.6.4.tgz#d1c536b8a3f2e7bec58f67ac9e5769b1b30088b0"
+ integrity sha512-Lm3L0p+/npIQWNIiyF/nAn7T5dnOwR3xNTHXYEBFBFVPXzCVNZ5lqEC/1eo/EVfpDsQ1I+TX4ORPQgp+UI0CRw==
+ dependencies:
+ string-width "^4.2.0"
+ optionalDependencies:
+ "@colors/colors" "1.5.0"
+
cli-table@^0.3.11:
version "0.3.11"
resolved "https://registry.yarnpkg.com/cli-table/-/cli-table-0.3.11.tgz#ac69cdecbe81dccdba4889b9a18b7da312a9d3ee"
@@ -8392,15 +8973,6 @@ cli-width@^3.0.0:
resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-3.0.0.tgz#a2f48437a2caa9a22436e794bf071ec9e61cedf6"
integrity sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==
-clipboard@^2.0.0:
- version "2.0.6"
- resolved "https://registry.yarnpkg.com/clipboard/-/clipboard-2.0.6.tgz#52921296eec0fdf77ead1749421b21c968647376"
- integrity sha512-g5zbiixBRk/wyKakSwCKd7vQXDjFnAMGHoEyBogG/bw9kTD9GvdAvaoRR1ALcEzt3pVKxZR0pViekPMIS0QyGg==
- dependencies:
- good-listener "^1.2.2"
- select "^1.1.2"
- tiny-emitter "^2.0.0"
-
cliui@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/cliui/-/cliui-5.0.0.tgz#deefcfdb2e800784aa34f46fa08e06851c7bbbc5"
@@ -8431,7 +9003,7 @@ cliui@^7.0.2:
clone-buffer@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/clone-buffer/-/clone-buffer-1.0.0.tgz#e3e25b207ac4e701af721e2cb5a16792cac3dc58"
- integrity sha1-4+JbIHrE5wGvch4staFnksrD3Fg=
+ integrity sha512-KLLTJWrvwIP+OPfMn0x2PheDEP20RPUcGXj/ERegTgdmPEZylALQldygiqrPPu8P45uNuPs7ckmReLY6v/iA5g==
clone-deep@^4.0.0, clone-deep@^4.0.1:
version "4.0.1"
@@ -8443,21 +9015,26 @@ clone-deep@^4.0.0, clone-deep@^4.0.1:
shallow-clone "^3.0.0"
clone-response@^1.0.2:
- version "1.0.2"
- resolved "https://registry.yarnpkg.com/clone-response/-/clone-response-1.0.2.tgz#d1dc973920314df67fbeb94223b4ee350239e96b"
- integrity sha1-0dyXOSAxTfZ/vrlCI7TuNQI56Ws=
+ version "1.0.3"
+ resolved "https://registry.yarnpkg.com/clone-response/-/clone-response-1.0.3.tgz#af2032aa47816399cf5f0a1d0db902f517abb8c3"
+ integrity sha512-ROoL94jJH2dUVML2Y/5PEDNaSHgeOdSDicUyS7izcF63G6sTc/FTjLub4b8Il9S8S0beOfYt0TaA5qvFK+w0wA==
dependencies:
mimic-response "^1.0.0"
clone-stats@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/clone-stats/-/clone-stats-1.0.0.tgz#b3782dff8bb5474e18b9b6bf0fdfe782f8777680"
- integrity sha1-s3gt/4u1R04Yuba/D9/ngvh3doA=
+ integrity sha512-au6ydSpg6nsrigcZ4m8Bc9hxjeW+GJ8xh5G3BJCMt4WXe1H10UNaVOamqQTmrx1kjVuxAHIQSNU6hY4Nsn9/ag==
+
+clone@^1.0.2:
+ version "1.0.4"
+ resolved "https://registry.yarnpkg.com/clone/-/clone-1.0.4.tgz#da309cc263df15994c688ca902179ca3c7cd7c7e"
+ integrity sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==
clone@^2.1.1:
version "2.1.2"
resolved "https://registry.yarnpkg.com/clone/-/clone-2.1.2.tgz#1b7f4b9f591f1e8f83670401600345a02887435f"
- integrity sha1-G39Ln1kfHo+DZwQBYANFoCiHQ18=
+ integrity sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w==
cloneable-readable@^1.0.0:
version "1.1.3"
@@ -8468,15 +9045,15 @@ cloneable-readable@^1.0.0:
process-nextick-args "^2.0.0"
readable-stream "^2.3.5"
-clsx@^1.1.1:
- version "1.1.1"
- resolved "https://registry.yarnpkg.com/clsx/-/clsx-1.1.1.tgz#98b3134f9abbdf23b2663491ace13c5c03a73188"
- integrity sha512-6/bPho624p3S2pMyvP5kKBPXnI3ufHLObBFCfgx+LkeR5lg2XYy2hqZqUf45ypD8COn2bhgGJSUE+l5dhNBieA==
+clsx@^1.1.1, clsx@^1.2.1:
+ version "1.2.1"
+ resolved "https://registry.yarnpkg.com/clsx/-/clsx-1.2.1.tgz#0ddc4a20a549b59c93a4116bb26f5294ca17dc12"
+ integrity sha512-EcR6r5a8bj6pu3ycsa/E/cKVGuTgZJZdsyUYHOksG/UHIiKfjxzRxYJpyVBwYaQeOvghal9fcc4PidlgzugAQg==
co@^4.6.0:
version "4.6.0"
resolved "https://registry.yarnpkg.com/co/-/co-4.6.0.tgz#6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184"
- integrity sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ=
+ integrity sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ==
coa@^2.0.2:
version "2.0.2"
@@ -8487,11 +9064,6 @@ coa@^2.0.2:
chalk "^2.4.1"
q "^1.1.2"
-code-point-at@^1.0.0:
- version "1.1.0"
- resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77"
- integrity sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=
-
collapse-white-space@^1.0.2:
version "1.0.6"
resolved "https://registry.yarnpkg.com/collapse-white-space/-/collapse-white-space-1.0.6.tgz#e63629c0016665792060dbbeb79c42239d2c5287"
@@ -8506,19 +9078,19 @@ collect-all@^1.0.3:
stream-via "^1.0.4"
collect-v8-coverage@^1.0.0:
- version "1.0.1"
- resolved "https://registry.yarnpkg.com/collect-v8-coverage/-/collect-v8-coverage-1.0.1.tgz#cc2c8e94fc18bbdffe64d6534570c8a673b27f59"
- integrity sha512-iBPtljfCNcTKNAto0KEtDfZ3qzjJvqE3aTGZsbhjSBlorqpXJlaWWtPO35D+ZImoC3KWejX64o+yPGxhWSTzfg==
+ version "1.0.2"
+ resolved "https://registry.yarnpkg.com/collect-v8-coverage/-/collect-v8-coverage-1.0.2.tgz#c0b29bcd33bcd0779a1344c2136051e6afd3d9e9"
+ integrity sha512-lHl4d5/ONEbLlJvaJNtsF/Lz+WvB07u2ycqTYbdrq7UypDXailES4valYb2eWiJFxZlVmpGekfqoxQhzyFdT4Q==
collection-visit@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/collection-visit/-/collection-visit-1.0.0.tgz#4bc0373c164bc3291b4d368c829cf1a80a59dca0"
- integrity sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA=
+ integrity sha512-lNkKvzEeMBBjUGHZ+q6z9pSJla0KWAQPvtzhEV9+iGyQYG+pBpl7xKDhxoNSOZH2hhv0v5k0y2yAM4o4SjoSkw==
dependencies:
map-visit "^1.0.0"
object-visit "^1.0.0"
-color-convert@^1.9.0, color-convert@^1.9.1:
+color-convert@^1.9.0, color-convert@^1.9.3:
version "1.9.3"
resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz#bb71850690e1f136567de629d2d5471deda4c1e8"
integrity sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==
@@ -8535,58 +9107,53 @@ color-convert@^2.0.1:
color-name@1.1.3:
version "1.1.3"
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25"
- integrity sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=
+ integrity sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==
color-name@^1.0.0, color-name@~1.1.4:
version "1.1.4"
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
-color-string@^1.5.4:
- version "1.5.4"
- resolved "https://registry.yarnpkg.com/color-string/-/color-string-1.5.4.tgz#dd51cd25cfee953d138fe4002372cc3d0e504cb6"
- integrity sha512-57yF5yt8Xa3czSEW1jfQDE79Idk0+AkN/4KWad6tbdxUmAs3MvjxlWSWD4deYytcRfoZ9nhKyFl1kj5tBvidbw==
+color-string@^1.6.0:
+ version "1.9.1"
+ resolved "https://registry.yarnpkg.com/color-string/-/color-string-1.9.1.tgz#4467f9146f036f855b764dfb5bf8582bf342c7a4"
+ integrity sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==
dependencies:
color-name "^1.0.0"
simple-swizzle "^0.2.2"
color@^3.0.0:
- version "3.1.3"
- resolved "https://registry.yarnpkg.com/color/-/color-3.1.3.tgz#ca67fb4e7b97d611dcde39eceed422067d91596e"
- integrity sha512-xgXAcTHa2HeFCGLE9Xs/R82hujGtu9Jd9x4NW3T34+OMs7VoPsjwzRczKHvTAHeJwWFwX5j15+MgAppE8ztObQ==
+ version "3.2.1"
+ resolved "https://registry.yarnpkg.com/color/-/color-3.2.1.tgz#3544dc198caf4490c3ecc9a790b54fe9ff45e164"
+ integrity sha512-aBl7dZI9ENN6fUGC7mWpMTPNHmWUSNan9tuWN6ahh5ZLNk9baLJOnSMlrQkHcrfFgz2/RigjUVAjdx36VcemKA==
dependencies:
- color-convert "^1.9.1"
- color-string "^1.5.4"
+ color-convert "^1.9.3"
+ color-string "^1.6.0"
colord@^2.9.1:
- version "2.9.2"
- resolved "https://registry.yarnpkg.com/colord/-/colord-2.9.2.tgz#25e2bacbbaa65991422c07ea209e2089428effb1"
- integrity sha512-Uqbg+J445nc1TKn4FoDPS6ZZqAvEDnwrH42yo8B40JSOgSLxMZ/gt3h4nmCtPLQeXhjJJkqBx7SCY35WnIixaQ==
-
-colorette@^1.2.1:
- version "1.4.0"
- resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.4.0.tgz#5190fbb87276259a86ad700bff2c6d6faa3fca40"
- integrity sha512-Y2oEozpomLn7Q3HFP7dpww7AtMJplbM9lGZP6RDfHqmbeRjiwRg4n6VM6j4KLmRke85uWEI7JqF17f3pqdRA0g==
+ version "2.9.3"
+ resolved "https://registry.yarnpkg.com/colord/-/colord-2.9.3.tgz#4f8ce919de456f1d5c1c368c307fe20f3e59fb43"
+ integrity sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==
colorette@^2.0.10, colorette@^2.0.16:
- version "2.0.16"
- resolved "https://registry.yarnpkg.com/colorette/-/colorette-2.0.16.tgz#713b9af84fdb000139f04546bd4a93f62a5085da"
- integrity sha512-hUewv7oMjCp+wkBv5Rm0v87eJhq4woh5rSR+42YSQJKecCqgIqNkZ6lAlQms/BwHPJA5NKMRlpxPRv0n8HQW6g==
+ version "2.0.20"
+ resolved "https://registry.yarnpkg.com/colorette/-/colorette-2.0.20.tgz#9eb793e6833067f7235902fcd3b09917a000a95a"
+ integrity sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==
colors@1.0.3:
version "1.0.3"
resolved "https://registry.yarnpkg.com/colors/-/colors-1.0.3.tgz#0433f44d809680fdeb60ed260f1b0c262e82a40b"
integrity sha512-pFGrxThWcWQ2MsAz6RtgeWe4NK2kUE1WfsrvvlctdII745EW9I0yflqhe7++M5LEc7bV2c/9/5zc8sFcpL0Drw==
-colors@^1.1.2, colors@latest:
+colors@1.4.0, colors@^1.1.2:
version "1.4.0"
resolved "https://registry.yarnpkg.com/colors/-/colors-1.4.0.tgz#c50491479d4c1bdaed2c9ced32cf7c7dc2360f78"
integrity sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==
combine-promises@^1.1.0:
- version "1.1.0"
- resolved "https://registry.yarnpkg.com/combine-promises/-/combine-promises-1.1.0.tgz#72db90743c0ca7aab7d0d8d2052fd7b0f674de71"
- integrity sha512-ZI9jvcLDxqwaXEixOhArm3r7ReIivsXkpbyEWyeOhzz1QS0iSgBPnWvEqvIQtYyamGCYA88gFhmUrs9hrrQ0pg==
+ version "1.2.0"
+ resolved "https://registry.yarnpkg.com/combine-promises/-/combine-promises-1.2.0.tgz#5f2e68451862acf85761ded4d9e2af7769c2ca6a"
+ integrity sha512-VcQB1ziGD0NXrhKxiwyNbCDmRzs/OShMs2GqW2DlU2A/Sd0nQxE1oWDAE5O0ygSx5mgQOn9eIFh7yKPgFRVkPQ==
combined-stream@^1.0.6, combined-stream@^1.0.8, combined-stream@~1.0.6:
version "1.0.8"
@@ -8601,11 +9168,11 @@ comma-separated-tokens@^1.0.0:
integrity sha512-GHuDRO12Sypu2cV70d1dkA2EUmXHgntrzbpvOB+Qy+49ypNfGgFQIC2fhhXbnyrJRynDCAARsT7Ou0M6hirpfw==
command-line-args@^5.0.0:
- version "5.1.1"
- resolved "https://registry.yarnpkg.com/command-line-args/-/command-line-args-5.1.1.tgz#88e793e5bb3ceb30754a86863f0401ac92fd369a"
- integrity sha512-hL/eG8lrll1Qy1ezvkant+trihbGnaKaeEjj6Scyr3DN+RC7iQ5Rz84IeLERfAWDGo0HBSNAakczwgCilDXnWg==
+ version "5.2.1"
+ resolved "https://registry.yarnpkg.com/command-line-args/-/command-line-args-5.2.1.tgz#c44c32e437a57d7c51157696893c5909e9cec42e"
+ integrity sha512-H4UfQhZyakIjC74I9d34fGYDwk3XpSr17QhEd0Q3I9Xq1CETHo4Hcuo87WyWHpAF1aSLjLRf5lD9ZGX2qStUvg==
dependencies:
- array-back "^3.0.1"
+ array-back "^3.1.0"
find-replace "^3.0.0"
lodash.camelcase "^4.3.0"
typical "^4.0.0"
@@ -8631,16 +9198,21 @@ command-line-usage@^4.1.0:
table-layout "^0.4.2"
typical "^2.6.1"
-commander@10.0.1, commander@^10.0.0:
- version "10.0.1"
- resolved "https://registry.yarnpkg.com/commander/-/commander-10.0.1.tgz#881ee46b4f77d1c1dccc5823433aa39b022cbe06"
- integrity sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==
+commander@12.0.0:
+ version "12.0.0"
+ resolved "https://registry.yarnpkg.com/commander/-/commander-12.0.0.tgz#b929db6df8546080adfd004ab215ed48cf6f2592"
+ integrity sha512-MwVNWlYjDTtOjX5PiD7o5pK0UrFU/OYgcJfjjK4RaHZETNtjJqrZa9Y9ds88+A+f+d5lv+561eZ+yCKoS3gbAA==
commander@9.1.0:
version "9.1.0"
resolved "https://registry.yarnpkg.com/commander/-/commander-9.1.0.tgz#a6b263b2327f2e188c6402c42623327909f2dbec"
integrity sha512-i0/MaqBtdbnJ4XQs4Pmyb+oFQl+q0lsAmokVUH92SlSw4fkeAcG3bVon+Qt7hmtF+u3Het6o4VgrcY3qAoEB6w==
+commander@^10.0.0:
+ version "10.0.1"
+ resolved "https://registry.yarnpkg.com/commander/-/commander-10.0.1.tgz#881ee46b4f77d1c1dccc5823433aa39b022cbe06"
+ integrity sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==
+
commander@^2.19.0, commander@^2.20.0:
version "2.20.3"
resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33"
@@ -8651,7 +9223,7 @@ commander@^3.0.1:
resolved "https://registry.yarnpkg.com/commander/-/commander-3.0.2.tgz#6837c3fb677ad9933d1cfba42dd14d5117d6b39e"
integrity sha512-Gar0ASD4BDyKC4hl4DwHqDrmvjoxWKZigVnAbn5H1owvm4CxCPdb0HQDehwNYMJpla5+M2tPmPARzhtYuwpHow==
-commander@^4.1.1:
+commander@^4.0.0, commander@^4.1.1:
version "4.1.1"
resolved "https://registry.yarnpkg.com/commander/-/commander-4.1.1.tgz#9fd602bd936294e9e9ef46a3f4d6964044b18068"
integrity sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==
@@ -8682,19 +9254,19 @@ common-ancestor-path@^1.0.1:
integrity sha512-L3sHRo1pXXEqX8VU28kfgUY+YGsk09hPqZiZmLacNib6XNTCM8ubYeT7ryXQw8asB1sKgcU5lkB7ONug08aB8w==
common-sequence@^2.0.0:
- version "2.0.0"
- resolved "https://registry.yarnpkg.com/common-sequence/-/common-sequence-2.0.0.tgz#a4f01aaf5aebd0ac1ce43653e8c8fe6f0ef3a987"
- integrity sha512-f0QqPLpRTgMQn/pQIynf+SdE73Lw5Q1jn4hjirHLgH/NJ71TiHjXusV16BmOyuK5rRQ1W2f++II+TFZbQOh4hA==
+ version "2.0.2"
+ resolved "https://registry.yarnpkg.com/common-sequence/-/common-sequence-2.0.2.tgz#accc76bdc5876a1fcd92b73484d4285fff99d838"
+ integrity sha512-jAg09gkdkrDO9EWTdXfv80WWH3yeZl5oT69fGfedBNS9pXUKYInVJ1bJ+/ht2+Moeei48TmSbQDYMc8EOx9G0g==
common-tags@^1.8.0:
- version "1.8.0"
- resolved "https://registry.yarnpkg.com/common-tags/-/common-tags-1.8.0.tgz#8e3153e542d4a39e9b10554434afaaf98956a937"
- integrity sha512-6P6g0uetGpW/sdyUy/iQQCbFF0kWVMSIVSyYz7Zgjcgh8mgw8PQzDNZeyZ5DQ2gM7LBoZPHmnjz8rUthkBG5tw==
+ version "1.8.2"
+ resolved "https://registry.yarnpkg.com/common-tags/-/common-tags-1.8.2.tgz#94ebb3c076d26032745fd54face7f688ef5ac9c6"
+ integrity sha512-gk/Z852D2Wtb//0I+kRFNKKE9dIIVirjoqPoA1wJU+XePVXZfGeBpk45+A1rKO4Q43prqWBNY/MiIeRLbPWUaA==
commondir@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/commondir/-/commondir-1.0.1.tgz#ddd800da0c66127393cca5950ea968a3aaf1253b"
- integrity sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=
+ integrity sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==
compare-func@^2.0.0:
version "2.0.0"
@@ -8705,14 +9277,14 @@ compare-func@^2.0.0:
dot-prop "^5.1.0"
component-emitter@^1.2.1:
- version "1.3.0"
- resolved "https://registry.yarnpkg.com/component-emitter/-/component-emitter-1.3.0.tgz#16e4070fba8ae29b679f2215853ee181ab2eabc0"
- integrity sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg==
+ version "1.3.1"
+ resolved "https://registry.yarnpkg.com/component-emitter/-/component-emitter-1.3.1.tgz#ef1d5796f7d93f135ee6fb684340b26403c97d17"
+ integrity sha512-T0+barUSQRTUQASh8bx02dl+DhF54GtIDY13Y3m9oWTklKbb3Wv974meRpeZ3lp1JpLVECWWNHC4vaG2XHXouQ==
compose-function@3.0.3:
version "3.0.3"
resolved "https://registry.yarnpkg.com/compose-function/-/compose-function-3.0.3.tgz#9ed675f13cc54501d30950a486ff6a7ba3ab185f"
- integrity sha1-ntZ18TzFRQHTCVCkhv9qe6OrGF8=
+ integrity sha512-xzhzTJ5eC+gmIzvZq+C3kCJHsp9os6tJkrigDRZclyGtOKINbZtE8n1Tzmeh32jW+BUDPbvZpibwvJHBLGMVwg==
dependencies:
arity-n "^1.0.4"
@@ -8746,15 +9318,10 @@ compression@^1.7.4:
safe-buffer "5.1.2"
vary "~1.1.2"
-compute-scroll-into-view@^1.0.17:
- version "1.0.17"
- resolved "https://registry.yarnpkg.com/compute-scroll-into-view/-/compute-scroll-into-view-1.0.17.tgz#6a88f18acd9d42e9cf4baa6bec7e0522607ab7ab"
- integrity sha512-j4dx+Fb0URmzbwwMUrhqWM2BEWHdFGx+qZ9qqASHRPqvTYdqvWnHg0H1hIbcyLnvgnoNAVMlwkepyqM3DaIFUg==
-
concat-map@0.0.1:
version "0.0.1"
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
- integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=
+ integrity sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==
concat-stream@^1.5.0, concat-stream@^1.5.1:
version "1.6.2"
@@ -8767,24 +9334,23 @@ concat-stream@^1.5.0, concat-stream@^1.5.1:
typedarray "^0.0.6"
concurrently@^6.2.1:
- version "6.2.1"
- resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-6.2.1.tgz#d880fc1d77559084732fa514092a3d5109a0d5bf"
- integrity sha512-emgwhH+ezkuYKSHZQ+AkgEpoUZZlbpPVYCVv7YZx0r+T7fny1H03r2nYRebpi2DudHR4n1Rgbo2YTxKOxVJ4+g==
+ version "6.5.1"
+ resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-6.5.1.tgz#4518c67f7ac680cf5c34d5adf399a2a2047edc8c"
+ integrity sha512-FlSwNpGjWQfRwPLXvJ/OgysbBxPkWpiVjy1042b0U7on7S7qwwMIILRj7WTN1mTgqa582bG6NFuScOoh6Zgdag==
dependencies:
chalk "^4.1.0"
date-fns "^2.16.1"
lodash "^4.17.21"
- read-pkg "^5.2.0"
rxjs "^6.6.3"
spawn-command "^0.0.2-1"
supports-color "^8.1.0"
tree-kill "^1.2.2"
yargs "^16.2.0"
-config-chain@^1.1.12:
- version "1.1.12"
- resolved "https://registry.yarnpkg.com/config-chain/-/config-chain-1.1.12.tgz#0fde8d091200eb5e808caf25fe618c02f48e4efa"
- integrity sha512-a1eOIcu8+7lUInge4Rpf/n4Krkf3Dd9lqhljRzII1/Zno/kRtUWnznPO3jOKBmTEktkt3fkxisUcivoj0ebzoA==
+config-chain@^1.1.13:
+ version "1.1.13"
+ resolved "https://registry.yarnpkg.com/config-chain/-/config-chain-1.1.13.tgz#fad0795aa6a6cdaff9ed1b68e9dff94372c232f4"
+ integrity sha512-qj+f8APARXHrM0hraqXYb2/bOVSV4PvJQlNZ/DVj0QrmNM2q2euizkeuVckQ57J+W0mRH6Hvi+k50M4Jul2VRQ==
dependencies:
ini "^1.3.4"
proto-list "~1.2.1"
@@ -8792,7 +9358,7 @@ config-chain@^1.1.12:
config-master@^3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/config-master/-/config-master-3.1.0.tgz#667663590505a283bf26a484d68489d74c5485da"
- integrity sha1-ZnZjWQUFooO/JqSE1oSJ10xUhdo=
+ integrity sha512-n7LBL1zBzYdTpF1mx5DNcZnZn05CWIdsdvtPL4MosvqbBUK3Rq6VWEtGUuF3Y0s9/CIhMejezqlSkP6TnCJ/9g==
dependencies:
walk-back "^2.0.1"
@@ -8820,16 +9386,21 @@ configstore@^5.0.1:
write-file-atomic "^3.0.0"
xdg-basedir "^4.0.0"
-confusing-browser-globals@^1.0.10:
- version "1.0.10"
- resolved "https://registry.yarnpkg.com/confusing-browser-globals/-/confusing-browser-globals-1.0.10.tgz#30d1e7f3d1b882b25ec4933d1d1adac353d20a59"
- integrity sha512-gNld/3lySHwuhaVluJUKLePYirM3QNCKzVxqAdhJII9/WXKVX5PURzMVJspS1jTslSqjeuG4KMVTSouit5YPHA==
+confusing-browser-globals@^1.0.10, confusing-browser-globals@^1.0.11:
+ version "1.0.11"
+ resolved "https://registry.yarnpkg.com/confusing-browser-globals/-/confusing-browser-globals-1.0.11.tgz#ae40e9b57cdd3915408a2805ebd3a5585608dc81"
+ integrity sha512-JsPKdmh8ZkmnHxDk55FZ1TqVLvEQTvoByJZRN9jzI0UjxK/QgAmsphz7PGtqgPieQZ/CQcHWXCR7ATDNhGe+YA==
connect-history-api-fallback@^1.6.0:
version "1.6.0"
resolved "https://registry.yarnpkg.com/connect-history-api-fallback/-/connect-history-api-fallback-1.6.0.tgz#8b32089359308d111115d81cad3fceab888f97bc"
integrity sha512-e54B99q/OUoH64zYYRf3HBP5z24G38h5D3qXu23JGRoigpX5Ss4r9ZnDk3g0Z8uQC2x2lPaJ+UlWBc1ZWBWdLg==
+connect-history-api-fallback@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/connect-history-api-fallback/-/connect-history-api-fallback-2.0.0.tgz#647264845251a0daf25b97ce87834cace0f5f1c8"
+ integrity sha512-U73+6lQFmfiNPrYbXqr6kZ1i1wiRqXnp2nhMsINseWXO8lDau0LGEffJ8kQi4EjLZympVgRdvqjAgiZ1tgzDDA==
+
connect@^3.6.6:
version "3.7.0"
resolved "https://registry.yarnpkg.com/connect/-/connect-3.7.0.tgz#5d49348910caa5e07a01800b030d0c35f20484f8"
@@ -8845,42 +9416,37 @@ consola@^2.15.3:
resolved "https://registry.yarnpkg.com/consola/-/consola-2.15.3.tgz#2e11f98d6a4be71ff72e0bdf07bd23e12cb61550"
integrity sha512-9vAdYbHj6x2fLKC4+oPH0kFzY/orMZyG2Aj+kNylHxKGJ/Ed4dpNyAQYwJOdqO4zdM7XpVHmyejQDcQHrnuXbw==
+consola@^3.2.3:
+ version "3.2.3"
+ resolved "https://registry.yarnpkg.com/consola/-/consola-3.2.3.tgz#0741857aa88cfa0d6fd53f1cff0375136e98502f"
+ integrity sha512-I5qxpzLv+sJhTVEoLYNcTW+bThDCPsit0vLNKShZx6rLtpilNpmmeTPaeqJb9ZE9dV3DGaeby6Vuhrw38WjeyQ==
+
console-browserify@^1.1.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/console-browserify/-/console-browserify-1.2.0.tgz#67063cef57ceb6cf4993a2ab3a55840ae8c49336"
integrity sha512-ZMkYO/LkF17QvCPqM0gxw8yUzigAOZOSWSHg91FH6orS7vcEj5dVZTidN2fQ14yBSdg97RqhSNwLUXInd52OTA==
-console-control-strings@^1.0.0, console-control-strings@~1.1.0:
- version "1.1.0"
- resolved "https://registry.yarnpkg.com/console-control-strings/-/console-control-strings-1.1.0.tgz#3d7cf4464db6446ea644bf4b39507f9851008e8e"
- integrity sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4=
-
constants-browserify@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/constants-browserify/-/constants-browserify-1.0.0.tgz#c20b96d8c617748aaf1c16021760cd27fcb8cb75"
- integrity sha1-wguW2MYXdIqvHBYCF2DNJ/y4y3U=
-
-contains-path@^0.1.0:
- version "0.1.0"
- resolved "https://registry.yarnpkg.com/contains-path/-/contains-path-0.1.0.tgz#fe8cf184ff6670b6baef01a9d4861a5cbec4120a"
- integrity sha1-/ozxhP9mcLa67wGp1IYaXL7EEgo=
+ integrity sha512-xFxOwqIzR/e1k1gLiWEophSCMqXcwVHIH7akf7b/vxcUeGunlj3hvZaaqxwHsTgn+IndtkQJgSztIDWeumWJDQ==
content-disposition@0.5.2:
version "0.5.2"
resolved "https://registry.yarnpkg.com/content-disposition/-/content-disposition-0.5.2.tgz#0cf68bb9ddf5f2be7961c3a85178cb85dba78cb4"
- integrity sha1-DPaLud318r55YcOoUXjLhdunjLQ=
+ integrity sha512-kRGRZw3bLlFISDBgwTSA1TMBFN6J6GWDeubmDE3AF+3+yXL8hTWv8r5rkLbqYXY4RjPk/EzHnClI3zQf1cFmHA==
-content-disposition@0.5.3:
- version "0.5.3"
- resolved "https://registry.yarnpkg.com/content-disposition/-/content-disposition-0.5.3.tgz#e130caf7e7279087c5616c2007d0485698984fbd"
- integrity sha512-ExO0774ikEObIAEV9kDo50o+79VCUdEB6n6lzKgGwupcVeRlhrj3qGAfwq8G6uBJjkqLrhT0qEYFcWng8z1z0g==
+content-disposition@0.5.4:
+ version "0.5.4"
+ resolved "https://registry.yarnpkg.com/content-disposition/-/content-disposition-0.5.4.tgz#8b82b4efac82512a02bb0b1dcec9d2c5e8eb5bfe"
+ integrity sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==
dependencies:
- safe-buffer "5.1.2"
+ safe-buffer "5.2.1"
-content-type@~1.0.4:
- version "1.0.4"
- resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.4.tgz#e138cc75e040c727b1966fe5e5f8c9aee256fe3b"
- integrity sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==
+content-type@~1.0.4, content-type@~1.0.5:
+ version "1.0.5"
+ resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.5.tgz#8b773162656d1d1086784c8f23a54ce6d73d7918"
+ integrity sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==
conventional-changelog-angular@^5.0.11:
version "5.0.13"
@@ -8891,28 +9457,27 @@ conventional-changelog-angular@^5.0.11:
q "^1.5.1"
conventional-changelog-conventionalcommits@^4.3.1:
- version "4.5.0"
- resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-4.5.0.tgz#a02e0b06d11d342fdc0f00c91d78265ed0bc0a62"
- integrity sha512-buge9xDvjjOxJlyxUnar/+6i/aVEVGA7EEh4OafBCXPlLUQPGbRUBhBUveWRxzvR8TEjhKEP4BdepnpG2FSZXw==
+ version "4.6.3"
+ resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-4.6.3.tgz#0765490f56424b46f6cb4db9135902d6e5a36dc2"
+ integrity sha512-LTTQV4fwOM4oLPad317V/QNQ1FY4Hju5qeBIM1uTHbrnCE+Eg4CdRZ3gO2pUeR+tzWdp80M2j3qFFEDWVqOV4g==
dependencies:
compare-func "^2.0.0"
lodash "^4.17.15"
q "^1.5.1"
conventional-commits-parser@^3.0.0:
- version "3.2.0"
- resolved "https://registry.yarnpkg.com/conventional-commits-parser/-/conventional-commits-parser-3.2.0.tgz#9e261b139ca4b7b29bcebbc54460da36894004ca"
- integrity sha512-XmJiXPxsF0JhAKyfA2Nn+rZwYKJ60nanlbSWwwkGwLQFbugsc0gv1rzc7VbbUWAzJfR1qR87/pNgv9NgmxtBMQ==
+ version "3.2.4"
+ resolved "https://registry.yarnpkg.com/conventional-commits-parser/-/conventional-commits-parser-3.2.4.tgz#a7d3b77758a202a9b2293d2112a8d8052c740972"
+ integrity sha512-nK7sAtfi+QXbxHCYfhpZsfRtaitZLIA6889kFIouLvz6repszQDgxBu7wf2WbU+Dco7sAnNCJYERCwt54WPC2Q==
dependencies:
JSONStream "^1.0.4"
is-text-path "^1.0.1"
lodash "^4.17.15"
meow "^8.0.0"
- split2 "^2.0.0"
+ split2 "^3.0.0"
through2 "^4.0.0"
- trim-off-newlines "^1.0.0"
-convert-source-map@1.7.0, convert-source-map@^1.4.0, convert-source-map@^1.5.0, convert-source-map@^1.6.0, convert-source-map@^1.7.0:
+convert-source-map@1.7.0:
version "1.7.0"
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.7.0.tgz#17a2cb882d7f77d3490585e2ce6c524424a3a442"
integrity sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA==
@@ -8922,17 +9487,27 @@ convert-source-map@1.7.0, convert-source-map@^1.4.0, convert-source-map@^1.5.0,
convert-source-map@^0.3.3:
version "0.3.5"
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-0.3.5.tgz#f1d802950af7dd2631a1febe0596550c86ab3190"
- integrity sha1-8dgClQr33SYxof6+BZZVDIarMZA=
+ integrity sha512-+4nRk0k3oEpwUB7/CalD7xE2z4VmtEnnq0GO2IPTkrooTrAhEsWvuLF5iWP1dXrwluki/azwXV1ve7gtYuPldg==
+
+convert-source-map@^1.4.0, convert-source-map@^1.5.0, convert-source-map@^1.6.0, convert-source-map@^1.7.0:
+ version "1.9.0"
+ resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.9.0.tgz#7faae62353fb4213366d0ca98358d22e8368b05f"
+ integrity sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==
+
+convert-source-map@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-2.0.0.tgz#4b560f649fc4e918dd0ab75cf4961e8bc882d82a"
+ integrity sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==
cookie-signature@1.0.6:
version "1.0.6"
resolved "https://registry.yarnpkg.com/cookie-signature/-/cookie-signature-1.0.6.tgz#e303a882b342cc3ee8ca513a79999734dab3ae2c"
- integrity sha1-4wOogrNCzD7oylE6eZmXNNqzriw=
+ integrity sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==
-cookie@0.4.0:
- version "0.4.0"
- resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.4.0.tgz#beb437e7022b3b6d49019d088665303ebe9c14ba"
- integrity sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg==
+cookie@0.6.0:
+ version "0.6.0"
+ resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.6.0.tgz#2798b04b071b0ecbff0dbb62a505a8efa4e19051"
+ integrity sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==
copy-concurrently@^1.0.0:
version "1.0.5"
@@ -8949,59 +9524,63 @@ copy-concurrently@^1.0.0:
copy-descriptor@^0.1.0:
version "0.1.1"
resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
- integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=
+ integrity sha512-XgZ0pFcakEUlbwQEVNg3+QAis1FyTL3Qel9FYy8pSkQqoG3PNoT0bOCQtOXcOkur21r2Eq2kI+IE+gsmAEVlYw==
copy-text-to-clipboard@^3.0.1:
- version "3.0.1"
- resolved "https://registry.yarnpkg.com/copy-text-to-clipboard/-/copy-text-to-clipboard-3.0.1.tgz#8cbf8f90e0a47f12e4a24743736265d157bce69c"
- integrity sha512-rvVsHrpFcL4F2P8ihsoLdFHmd404+CMg71S756oRSeQgqk51U3kicGdnvfkrxva0xXH92SjGS62B0XIJsbh+9Q==
+ version "3.2.0"
+ resolved "https://registry.yarnpkg.com/copy-text-to-clipboard/-/copy-text-to-clipboard-3.2.0.tgz#0202b2d9bdae30a49a53f898626dcc3b49ad960b"
+ integrity sha512-RnJFp1XR/LOBDckxTib5Qjr/PMfkatD0MUCQgdpqS8MdKiNUzBjAQBEN6oUy+jW7LI93BBG3DtMB2KOOKpGs2Q==
-copy-to-clipboard@^3.0.8, copy-to-clipboard@^3.3.1:
- version "3.3.1"
- resolved "https://registry.yarnpkg.com/copy-to-clipboard/-/copy-to-clipboard-3.3.1.tgz#115aa1a9998ffab6196f93076ad6da3b913662ae"
- integrity sha512-i13qo6kIHTTpCm8/Wup+0b1mVWETvu2kIMzKoK8FpkLkFxlt0znUAHcMzox+T8sPlqtZXq3CulEjQHsYiGFJUw==
+copy-to-clipboard@^3.0.8:
+ version "3.3.3"
+ resolved "https://registry.yarnpkg.com/copy-to-clipboard/-/copy-to-clipboard-3.3.3.tgz#55ac43a1db8ae639a4bd99511c148cdd1b83a1b0"
+ integrity sha512-2KV8NhB5JqC3ky0r9PMCAZKbUHSwtEo4CwCs0KXgruG43gX5PMqDEBbVU4OUzw2MuAWUfsuFmWvEKG5QRfSnJA==
dependencies:
toggle-selection "^1.0.6"
-copy-webpack-plugin@^10.2.4:
- version "10.2.4"
- resolved "https://registry.yarnpkg.com/copy-webpack-plugin/-/copy-webpack-plugin-10.2.4.tgz#6c854be3fdaae22025da34b9112ccf81c63308fe"
- integrity sha512-xFVltahqlsRcyyJqQbDY6EYTtyQZF9rf+JPjwHObLdPFMEISqkFkr7mFoVOC6BfYS/dNThyoQKvziugm+OnwBg==
+copy-webpack-plugin@^11.0.0:
+ version "11.0.0"
+ resolved "https://registry.yarnpkg.com/copy-webpack-plugin/-/copy-webpack-plugin-11.0.0.tgz#96d4dbdb5f73d02dd72d0528d1958721ab72e04a"
+ integrity sha512-fX2MWpamkW0hZxMEg0+mYnA40LTosOSa5TqZ9GYIBzyJa9C3QUaMPSE2xAi/buNr8u89SfD9wHSQVBzrRa/SOQ==
dependencies:
- fast-glob "^3.2.7"
+ fast-glob "^3.2.11"
glob-parent "^6.0.1"
- globby "^12.0.2"
+ globby "^13.1.1"
normalize-path "^3.0.0"
schema-utils "^4.0.0"
serialize-javascript "^6.0.0"
-core-js-compat@^3.20.0, core-js-compat@^3.20.2, core-js-compat@^3.6.2, core-js-compat@^3.8.1:
- version "3.20.3"
- resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.20.3.tgz#d71f85f94eb5e4bea3407412e549daa083d23bd6"
- integrity sha512-c8M5h0IkNZ+I92QhIpuSijOxGAcj3lgpsWdkCqmUTZNwidujF4r3pi6x1DCN+Vcs5qTS2XWWMfWSuCqyupX8gw==
+core-js-compat@^3.31.0, core-js-compat@^3.36.1:
+ version "3.37.0"
+ resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.37.0.tgz#d9570e544163779bb4dff1031c7972f44918dc73"
+ integrity sha512-vYq4L+T8aS5UuFg4UwDhc7YNRWVeVZwltad9C/jV3R2LgVOpS9BDr7l/WL6BN0dbV3k1XejPTHqqEzJgsa0frA==
dependencies:
- browserslist "^4.19.1"
- semver "7.0.0"
+ browserslist "^4.23.0"
-core-js-pure@^3.20.2, core-js-pure@^3.8.2:
- version "3.20.3"
- resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.20.3.tgz#6cc4f36da06c61d95254efc54024fe4797fd5d02"
- integrity sha512-Q2H6tQ5MtPtcC7f3HxJ48i4Q7T9ybPKgvWyuH7JXIoNa2pm0KuBnycsET/qw1SLLZYfbsbrZQNMeIOClb+6WIA==
+core-js-pure@^3.23.3, core-js-pure@^3.30.2:
+ version "3.37.0"
+ resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.37.0.tgz#ce99fb4a7cec023fdbbe5b5bd1f06bbcba83316e"
+ integrity sha512-d3BrpyFr5eD4KcbRvQ3FTUx/KWmaDesr7+a3+1+P46IUnNoEt+oiLijPINZMEon7w9oGkIINWxrBAU9DEciwFQ==
core-js@^2.4.0:
version "2.6.12"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.12.tgz#d9333dfa7b065e347cc5682219d6f690859cc2ec"
integrity sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==
-core-js@^3.0.4, core-js@^3.21.1, core-js@^3.6.5, core-js@^3.8.2:
- version "3.21.1"
- resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.21.1.tgz#f2e0ddc1fc43da6f904706e8e955bc19d06a0d94"
- integrity sha512-FRq5b/VMrWlrmCzwRrpDYNxyHP9BcAZC+xHJaqTgIE5091ZV1NTmyh0sGOg5XqpnHvR0svdy0sv1gWA1zmhxig==
+core-js@^3.19.2, core-js@^3.23.3, core-js@^3.6.5:
+ version "3.37.0"
+ resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.37.0.tgz#d8dde58e91d156b2547c19d8a4efd5c7f6c426bb"
+ integrity sha512-fu5vHevQ8ZG4og+LXug8ulUtVxjOcEYvifJr7L5Bfq9GOztVqsKd9/59hUk2ZSbCrS3BqUr3EpaYGIYzq7g3Ug==
-core-util-is@1.0.2, core-util-is@~1.0.0:
+core-util-is@1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
- integrity sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=
+ integrity sha512-3lqz5YjWTYnW6dlDa5TLaTCcShfar1e40rmcJVwCBJC6mWlFuj0eCHIElmG1g5kyuJ/GD+8Wn4FFCcz4gJPfaQ==
+
+core-util-is@~1.0.0:
+ version "1.0.3"
+ resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.3.tgz#a6042d3634c2b27e9328f837b965fac83808db85"
+ integrity sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==
cors@latest:
version "2.8.5"
@@ -9033,9 +9612,9 @@ cosmiconfig@^6.0.0:
yaml "^1.7.2"
cosmiconfig@^7.0.0, cosmiconfig@^7.0.1:
- version "7.0.1"
- resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-7.0.1.tgz#714d756522cace867867ccb4474c5d01bbae5d6d"
- integrity sha512-a1YWNUV2HwGimB7dU2s1wUMurNKjpx60HxBB6xUM8Re+2s1g1IIfJvFR0/iCF+XHdE0GMTKTuLR32UQff4TEyQ==
+ version "7.1.0"
+ resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-7.1.0.tgz#1443b9afa596b670082ea46cbd8f6a62b84635f6"
+ integrity sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==
dependencies:
"@types/parse-json" "^4.0.0"
import-fresh "^3.2.1"
@@ -9043,7 +9622,7 @@ cosmiconfig@^7.0.0, cosmiconfig@^7.0.1:
path-type "^4.0.0"
yaml "^1.10.0"
-cosmiconfig@^8.3.6:
+cosmiconfig@^8.3.5:
version "8.3.6"
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-8.3.6.tgz#060a2b871d66dba6c8538ea1118ba1ac16f5fae3"
integrity sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==
@@ -9053,30 +9632,15 @@ cosmiconfig@^8.3.6:
parse-json "^5.2.0"
path-type "^4.0.0"
-cp-file@^7.0.0:
- version "7.0.0"
- resolved "https://registry.yarnpkg.com/cp-file/-/cp-file-7.0.0.tgz#b9454cfd07fe3b974ab9ea0e5f29655791a9b8cd"
- integrity sha512-0Cbj7gyvFVApzpK/uhCtQ/9kE9UnYpxMzaq5nQQC/Dh4iaj5fxp7iEFIullrYwzj8nf0qnsI1Qsx34hAeAebvw==
- dependencies:
- graceful-fs "^4.1.2"
- make-dir "^3.0.0"
- nested-error-stacks "^2.0.0"
- p-event "^4.1.0"
-
-cpy@^8.1.1:
- version "8.1.1"
- resolved "https://registry.yarnpkg.com/cpy/-/cpy-8.1.1.tgz#066ed4c6eaeed9577df96dae4db9438c1a90df62"
- integrity sha512-vqHT+9o67sMwJ5hUd/BAOYeemkU+MuFRsK2c36Xc3eefQpAsp1kAsyDxEDcc5JS1+y9l/XHPrIsVTcyGGmkUUQ==
+cosmiconfig@^9.0.0:
+ version "9.0.0"
+ resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-9.0.0.tgz#34c3fc58287b915f3ae905ab6dc3de258b55ad9d"
+ integrity sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==
dependencies:
- arrify "^2.0.1"
- cp-file "^7.0.0"
- globby "^9.2.0"
- has-glob "^1.0.0"
- junk "^3.1.0"
- nested-error-stacks "^2.1.0"
- p-all "^2.1.0"
- p-filter "^2.1.0"
- p-map "^3.0.0"
+ env-paths "^2.2.1"
+ import-fresh "^3.3.0"
+ js-yaml "^4.1.0"
+ parse-json "^5.2.0"
crc32-stream@^3.0.1:
version "3.0.1"
@@ -9124,20 +9688,26 @@ create-hmac@^1.1.0, create-hmac@^1.1.4, create-hmac@^1.1.7:
safe-buffer "^5.0.1"
sha.js "^2.4.8"
-create-react-context@0.3.0:
- version "0.3.0"
- resolved "https://registry.yarnpkg.com/create-react-context/-/create-react-context-0.3.0.tgz#546dede9dc422def0d3fc2fe03afe0bc0f4f7d8c"
- integrity sha512-dNldIoSuNSvlTJ7slIKC/ZFGKexBMBrrcc+TTe1NdmROnaASuLPvqpwj9v4XS4uXZ8+YPu0sNmShX2rXI5LNsw==
+cross-domain-safe-weakmap@^1, cross-domain-safe-weakmap@^1.0.1:
+ version "1.0.29"
+ resolved "https://registry.yarnpkg.com/cross-domain-safe-weakmap/-/cross-domain-safe-weakmap-1.0.29.tgz#0847975c27d9e1cc840f24c1745311958df98022"
+ integrity sha512-VLoUgf2SXnf3+na8NfeUFV59TRZkIJqCIATaMdbhccgtnTlSnHXkyTRwokngEGYdQXx8JbHT9GDYitgR2sdjuA==
dependencies:
- gud "^1.0.0"
- warning "^4.0.3"
+ cross-domain-utils "^2.0.0"
-cross-fetch@^3.0.4:
- version "3.1.4"
- resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.1.4.tgz#9723f3a3a247bf8b89039f3a380a9244e8fa2f39"
- integrity sha512-1eAtFWdIubi6T4XPy6ei9iUFoKpUkIF971QLN8lIvvvwueI65+Nw5haMNKUwfJxabqlIIDODJKGrQ66gxC0PbQ==
+cross-domain-utils@^2, cross-domain-utils@^2.0.0:
+ version "2.0.38"
+ resolved "https://registry.yarnpkg.com/cross-domain-utils/-/cross-domain-utils-2.0.38.tgz#2eaf321c4dfdb61596805ca4233fde4400cb6377"
+ integrity sha512-zZfi3+2EIR9l4chrEiXI2xFleyacsJf8YMLR1eJ0Veb5FTMXeJ3DpxDjZkto2FhL/g717WSELqbptNSo85UJDw==
+ dependencies:
+ zalgo-promise "^1.0.11"
+
+cross-fetch@^3.1.5:
+ version "3.1.8"
+ resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.1.8.tgz#0327eba65fd68a7d119f8fb2bf9334a1a7956f82"
+ integrity sha512-cvA+JwZoU0Xq+h6WkMvAUqPEYy92Obet6UdKLfW60qn99ftItKjB5T+BkyWOFWe2pUyfQ+IJHmpOTznqk1M6Kg==
dependencies:
- node-fetch "2.6.1"
+ node-fetch "^2.6.12"
cross-spawn@7.0.1:
version "7.0.1"
@@ -9160,7 +9730,7 @@ cross-spawn@7.0.3, cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
cross-spawn@^5.0.1, cross-spawn@^5.1.0:
version "5.1.0"
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-5.1.0.tgz#e8bd0efee58fcff6f8f94510a0a554bbfa235449"
- integrity sha1-6L0O/uWPz/b4+UUQoKVUu/ojVEk=
+ integrity sha512-pTgQJ5KC0d2hcY8eyL1IzlBPYjTkyH72XRZPnLyKus2mBfNjQs3klqbJU2VILqZryAZUt9JOb3h/mWMy23/f5A==
dependencies:
lru-cache "^4.0.1"
shebang-command "^1.2.0"
@@ -9177,7 +9747,7 @@ cross-spawn@^6.0.0:
shebang-command "^1.2.0"
which "^1.2.9"
-crypto-browserify@^3.11.0:
+crypto-browserify@^3.11.0, crypto-browserify@^3.12.0:
version "3.12.0"
resolved "https://registry.yarnpkg.com/crypto-browserify/-/crypto-browserify-3.12.0.tgz#396cf9f3137f03e4b8e532c58f698254e00f80ec"
integrity sha512-fz4spIh+znjO2VjL+IdhEpRJ3YN6sMzITSBijk6FK2UvTqruSQW+/cCZTSNsMiZNvUeq0CqurF+dAbyiGOY6Wg==
@@ -9197,7 +9767,7 @@ crypto-browserify@^3.11.0:
crypto-random-string@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/crypto-random-string/-/crypto-random-string-1.0.0.tgz#a230f64f568310e1498009940790ec99545bca7e"
- integrity sha1-ojD2T1aDEOFJgAmUB5DsmVRbyn4=
+ integrity sha512-GsVpkFPlycH7/fRR7Dhcmnoii54gV1nz7y4CWyeFS14N+JVBBhY+r8amRHE4BwSYal7BPTDp8isvAlCxyFt3Hg==
crypto-random-string@^2.0.0:
version "2.0.0"
@@ -9211,10 +9781,17 @@ css-blank-pseudo@^0.1.4:
dependencies:
postcss "^7.0.5"
+css-blank-pseudo@^3.0.3:
+ version "3.0.3"
+ resolved "https://registry.yarnpkg.com/css-blank-pseudo/-/css-blank-pseudo-3.0.3.tgz#36523b01c12a25d812df343a32c322d2a2324561"
+ integrity sha512-VS90XWtsHGqoM0t4KpH053c4ehxZ2E6HtGI7x68YFV0pTo/QmkV/YFA+NnlvK8guxZVNWGQhVNJGC39Q8XF4OQ==
+ dependencies:
+ postcss-selector-parser "^6.0.9"
+
css-color-names@0.0.4, css-color-names@^0.0.4:
version "0.0.4"
resolved "https://registry.yarnpkg.com/css-color-names/-/css-color-names-0.0.4.tgz#808adc2e79cf84738069b646cb20ec27beb629e0"
- integrity sha1-gIrcLnnPhHOAabZGyyDsJ762KeA=
+ integrity sha512-zj5D7X1U2h2zsXOAM8EyUREBnnts6H+Jm+d1M2DbiQQcUtnqgQsMrdo8JW9R80YFUmIdBZeMu5wvYM7hcgWP/Q==
css-declaration-sorter@^4.0.1:
version "4.0.1"
@@ -9224,12 +9801,10 @@ css-declaration-sorter@^4.0.1:
postcss "^7.0.1"
timsort "^0.3.0"
-css-declaration-sorter@^6.0.3:
- version "6.1.4"
- resolved "https://registry.yarnpkg.com/css-declaration-sorter/-/css-declaration-sorter-6.1.4.tgz#b9bfb4ed9a41f8dcca9bf7184d849ea94a8294b4"
- integrity sha512-lpfkqS0fctcmZotJGhnxkIyJWvBXgpyi2wsFd4J8VB7wzyrT6Ch/3Q+FMNJpjK4gu1+GN5khOnpU2ZVKrLbhCw==
- dependencies:
- timsort "^0.3.0"
+css-declaration-sorter@^6.3.1:
+ version "6.4.1"
+ resolved "https://registry.yarnpkg.com/css-declaration-sorter/-/css-declaration-sorter-6.4.1.tgz#28beac7c20bad7f1775be3a7129d7eae409a3a71"
+ integrity sha512-rtdthzxKuyq6IzqX6jEcIzQF/YqccluefyCYheovBOLhFT/drQA9zj/UbRAa9J7C0o6EG6u3E6g+vKkay7/k3g==
css-has-pseudo@^0.10.0:
version "0.10.0"
@@ -9239,6 +9814,13 @@ css-has-pseudo@^0.10.0:
postcss "^7.0.6"
postcss-selector-parser "^5.0.0-rc.4"
+css-has-pseudo@^3.0.4:
+ version "3.0.4"
+ resolved "https://registry.yarnpkg.com/css-has-pseudo/-/css-has-pseudo-3.0.4.tgz#57f6be91ca242d5c9020ee3e51bbb5b89fc7af73"
+ integrity sha512-Vse0xpR1K9MNlp2j5w1pgWIJtm1a8qS0JwS9goFYcImjlHEmywP9VUF05aGBXzGpDJF86QXk4L0ypBmwPhGArw==
+ dependencies:
+ postcss-selector-parser "^6.0.9"
+
css-loader@4.3.0:
version "4.3.0"
resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-4.3.0.tgz#c888af64b2a5b2e85462c72c0f4a85c7e2e0821e"
@@ -9257,40 +9839,21 @@ css-loader@4.3.0:
schema-utils "^2.7.1"
semver "^7.3.2"
-css-loader@^3.6.0:
- version "3.6.0"
- resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-3.6.0.tgz#2e4b2c7e6e2d27f8c8f28f61bffcd2e6c91ef645"
- integrity sha512-M5lSukoWi1If8dhQAUCvj4H8vUt3vOnwbQBH9DdTm/s4Ym2B/3dPMtYZeJmq7Q3S3Pa+I94DcZ7pc9bP14cWIQ==
- dependencies:
- camelcase "^5.3.1"
- cssesc "^3.0.0"
- icss-utils "^4.1.1"
- loader-utils "^1.2.3"
- normalize-path "^3.0.0"
- postcss "^7.0.32"
- postcss-modules-extract-imports "^2.0.0"
- postcss-modules-local-by-default "^3.0.2"
- postcss-modules-scope "^2.2.0"
- postcss-modules-values "^3.0.0"
- postcss-value-parser "^4.1.0"
- schema-utils "^2.7.0"
- semver "^6.3.0"
-
-css-loader@^6.6.0:
- version "6.6.0"
- resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-6.6.0.tgz#c792ad5510bd1712618b49381bd0310574fafbd3"
- integrity sha512-FK7H2lisOixPT406s5gZM1S3l8GrfhEBT3ZiL2UX1Ng1XWs0y2GPllz/OTyvbaHe12VgQrIXIzuEGVlbUhodqg==
+css-loader@^6.5.1, css-loader@^6.7.1:
+ version "6.11.0"
+ resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-6.11.0.tgz#33bae3bf6363d0a7c2cf9031c96c744ff54d85ba"
+ integrity sha512-CTJ+AEQJjq5NzLga5pE39qdiSV56F8ywCIsqNIRF0r7BDgWsN25aazToqAFg7ZrtA/U016xudB3ffgweORxX7g==
dependencies:
icss-utils "^5.1.0"
- postcss "^8.4.5"
- postcss-modules-extract-imports "^3.0.0"
- postcss-modules-local-by-default "^4.0.0"
- postcss-modules-scope "^3.0.0"
+ postcss "^8.4.33"
+ postcss-modules-extract-imports "^3.1.0"
+ postcss-modules-local-by-default "^4.0.5"
+ postcss-modules-scope "^3.2.0"
postcss-modules-values "^4.0.0"
postcss-value-parser "^4.2.0"
- semver "^7.3.5"
+ semver "^7.5.4"
-css-minimizer-webpack-plugin@^3.4.1:
+css-minimizer-webpack-plugin@^3.2.0:
version "3.4.1"
resolved "https://registry.yarnpkg.com/css-minimizer-webpack-plugin/-/css-minimizer-webpack-plugin-3.4.1.tgz#ab78f781ced9181992fe7b6e4f3422e76429878f"
integrity sha512-1u6D71zeIfgngN2XNRJefc/hY7Ybsxd74Jm4qngIXyUEk7fss3VUzuHxLAq/R8NAba4QU9OUSaMZlbpRc7bM4Q==
@@ -9302,6 +9865,18 @@ css-minimizer-webpack-plugin@^3.4.1:
serialize-javascript "^6.0.0"
source-map "^0.6.1"
+css-minimizer-webpack-plugin@^4.0.0:
+ version "4.2.2"
+ resolved "https://registry.yarnpkg.com/css-minimizer-webpack-plugin/-/css-minimizer-webpack-plugin-4.2.2.tgz#79f6199eb5adf1ff7ba57f105e3752d15211eb35"
+ integrity sha512-s3Of/4jKfw1Hj9CxEO1E5oXhQAxlayuHO2y/ML+C6I9sQ7FdzfEV6QgMLN3vI+qFsjJGIAFLKtQK7t8BOXAIyA==
+ dependencies:
+ cssnano "^5.1.8"
+ jest-worker "^29.1.2"
+ postcss "^8.4.17"
+ schema-utils "^4.0.0"
+ serialize-javascript "^6.0.0"
+ source-map "^0.6.1"
+
css-prefers-color-scheme@^3.1.1:
version "3.1.1"
resolved "https://registry.yarnpkg.com/css-prefers-color-scheme/-/css-prefers-color-scheme-3.1.1.tgz#6f830a2714199d4f0d0d0bb8a27916ed65cff1f4"
@@ -9309,21 +9884,16 @@ css-prefers-color-scheme@^3.1.1:
dependencies:
postcss "^7.0.5"
+css-prefers-color-scheme@^6.0.3:
+ version "6.0.3"
+ resolved "https://registry.yarnpkg.com/css-prefers-color-scheme/-/css-prefers-color-scheme-6.0.3.tgz#ca8a22e5992c10a5b9d315155e7caee625903349"
+ integrity sha512-4BqMbZksRkJQx2zAjrokiGMd07RqOa2IxIrrN10lyBe9xhn9DEvjUK79J6jkeiv9D9hQFXKb6g1jwU62jziJZA==
+
css-select-base-adapter@^0.1.1:
version "0.1.1"
resolved "https://registry.yarnpkg.com/css-select-base-adapter/-/css-select-base-adapter-0.1.1.tgz#3b2ff4972cc362ab88561507a95408a1432135d7"
integrity sha512-jQVeeRG70QI08vSTwf1jHxp74JoZsr2XSgETae8/xC8ovSnL2WF87GTLO86Sbwdt2lK4Umg4HnnwMO4YF3Ce7w==
-css-select@^1.1.0, css-select@~1.2.0:
- version "1.2.0"
- resolved "https://registry.yarnpkg.com/css-select/-/css-select-1.2.0.tgz#2b3a110539c5355f1cd8d314623e870b121ec858"
- integrity sha1-KzoRBTnFNV8c2NMUYj6HCxIeyFg=
- dependencies:
- boolbase "~1.0.0"
- css-what "2.1"
- domutils "1.5.1"
- nth-check "~1.0.1"
-
css-select@^2.0.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/css-select/-/css-select-2.1.0.tgz#6a34653356635934a81baca68d0255432105dbef"
@@ -9335,16 +9905,27 @@ css-select@^2.0.0:
nth-check "^1.0.2"
css-select@^4.1.3:
- version "4.2.1"
- resolved "https://registry.yarnpkg.com/css-select/-/css-select-4.2.1.tgz#9e665d6ae4c7f9d65dbe69d0316e3221fb274cdd"
- integrity sha512-/aUslKhzkTNCQUB2qTX84lVmfia9NyjP3WpDGtj/WxhwBzWBYUV3DgUpurHTme8UTPcPlAD1DJ+b0nN/t50zDQ==
+ version "4.3.0"
+ resolved "https://registry.yarnpkg.com/css-select/-/css-select-4.3.0.tgz#db7129b2846662fd8628cfc496abb2b59e41529b"
+ integrity sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==
dependencies:
boolbase "^1.0.0"
- css-what "^5.1.0"
- domhandler "^4.3.0"
+ css-what "^6.0.1"
+ domhandler "^4.3.1"
domutils "^2.8.0"
nth-check "^2.0.1"
+css-select@^5.1.0:
+ version "5.1.0"
+ resolved "https://registry.yarnpkg.com/css-select/-/css-select-5.1.0.tgz#b8ebd6554c3637ccc76688804ad3f6a6fdaea8a6"
+ integrity sha512-nwoRF1rvRRnnCqqY7updORDsuqKzqYJ28+oSMaJMMgOauh3fvwHqMS7EZpIPqK8GL+g9mKxF1vP/ZjSeNjEVHg==
+ dependencies:
+ boolbase "^1.0.0"
+ css-what "^6.1.0"
+ domhandler "^5.0.2"
+ domutils "^3.0.1"
+ nth-check "^2.0.1"
+
css-tree@1.0.0-alpha.37:
version "1.0.0-alpha.37"
resolved "https://registry.yarnpkg.com/css-tree/-/css-tree-1.0.0-alpha.37.tgz#98bebd62c4c1d9f960ec340cf9f7522e30709a22"
@@ -9361,25 +9942,20 @@ css-tree@^1.1.2, css-tree@^1.1.3:
mdn-data "2.0.14"
source-map "^0.6.1"
-css-what@2.1:
- version "2.1.3"
- resolved "https://registry.yarnpkg.com/css-what/-/css-what-2.1.3.tgz#a6d7604573365fe74686c3f311c56513d88285f2"
- integrity sha512-a+EPoD+uZiNfh+5fxw2nO9QwFa6nJe2Or35fGY6Ipw1R3R4AGz1d1TEZrCegvw2YTmZ0jXirGYlzxxpYSHwpEg==
-
css-what@^3.2.1:
version "3.4.2"
resolved "https://registry.yarnpkg.com/css-what/-/css-what-3.4.2.tgz#ea7026fcb01777edbde52124e21f327e7ae950e4"
integrity sha512-ACUm3L0/jiZTqfzRM3Hi9Q8eZqd6IK37mMWPLz9PJxkLWllYeRf+EHUSHYEtFop2Eqytaq1FizFVh7XfBnXCDQ==
-css-what@^5.0.1, css-what@^5.1.0:
- version "5.1.0"
- resolved "https://registry.yarnpkg.com/css-what/-/css-what-5.1.0.tgz#3f7b707aadf633baf62c2ceb8579b545bb40f7fe"
- integrity sha512-arSMRWIIFY0hV8pIxZMEfmMI47Wj3R/aWpZDDxWYCPEiOMv6tfOrnpDtgxBYPEQD4V0Y/958+1TdC3iWTFcUPw==
+css-what@^6.0.1, css-what@^6.1.0:
+ version "6.1.0"
+ resolved "https://registry.yarnpkg.com/css-what/-/css-what-6.1.0.tgz#fb5effcf76f1ddea2c81bdfaa4de44e79bac70f4"
+ integrity sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==
css.escape@^1.5.1:
version "1.5.1"
resolved "https://registry.yarnpkg.com/css.escape/-/css.escape-1.5.1.tgz#42e27d4fa04ae32f931a4b4d4191fa9cddee97cb"
- integrity sha1-QuJ9T6BK4y+TGktNQZH6nN3ul8s=
+ integrity sha512-YUifsXXuknHlUsmlgyY0PKzgPOr7/FjCePfHNt0jxm83wHZi44VDMQ7/fGNkjY3/jV1MC+1CmZbaHzugyeRtpg==
css@^2.0.0:
version "2.2.4"
@@ -9391,20 +9967,16 @@ css@^2.0.0:
source-map-resolve "^0.5.2"
urix "^0.1.0"
-css@^3.0.0:
- version "3.0.0"
- resolved "https://registry.yarnpkg.com/css/-/css-3.0.0.tgz#4447a4d58fdd03367c516ca9f64ae365cee4aa5d"
- integrity sha512-DG9pFfwOrzc+hawpmqX/dHYHJG+Bsdb0klhyi1sDneOgGOXy9wQIC8hzyVp1e4NRYDBdxcylvywPkkXCHAzTyQ==
- dependencies:
- inherits "^2.0.4"
- source-map "^0.6.1"
- source-map-resolve "^0.6.0"
-
cssdb@^4.4.0:
version "4.4.0"
resolved "https://registry.yarnpkg.com/cssdb/-/cssdb-4.4.0.tgz#3bf2f2a68c10f5c6a08abd92378331ee803cddb0"
integrity sha512-LsTAR1JPEM9TpGhl/0p3nQecC2LJ0kD8X5YARu1hk/9I1gril5vDtMZyNxcEpxxDj34YNck/ucjuoUd66K03oQ==
+cssdb@^7.1.0:
+ version "7.11.2"
+ resolved "https://registry.yarnpkg.com/cssdb/-/cssdb-7.11.2.tgz#127a2f5b946ee653361a5af5333ea85a39df5ae5"
+ integrity sha512-lhQ32TFkc1X4eTefGfYPvgovRSzIMofHkigfH8nWtyRL4XJLsRhJFreRvEgKzept7x1rjBuy3J/MurXLaFxW/A==
+
cssesc@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/cssesc/-/cssesc-2.0.0.tgz#3b13bd1bb1cb36e1bcb5a4dcd27f54c5dcb35703"
@@ -9415,22 +9987,22 @@ cssesc@^3.0.0:
resolved "https://registry.yarnpkg.com/cssesc/-/cssesc-3.0.0.tgz#37741919903b868565e1c09ea747445cd18983ee"
integrity sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==
-cssnano-preset-advanced@^5.1.12:
- version "5.2.0"
- resolved "https://registry.yarnpkg.com/cssnano-preset-advanced/-/cssnano-preset-advanced-5.2.0.tgz#fc87b7c7327b61306e3e707e2f0fda3fa468f713"
- integrity sha512-E7jJoKc2GjZsRLm8wQd2wZa+1a6tslA1elimwpcJTnH6dBQBkjQ8tAwNWUeyT72owYcCNGWTnar60bTnrnEWzw==
+cssnano-preset-advanced@^5.3.8:
+ version "5.3.10"
+ resolved "https://registry.yarnpkg.com/cssnano-preset-advanced/-/cssnano-preset-advanced-5.3.10.tgz#25558a1fbf3a871fb6429ce71e41be7f5aca6eef"
+ integrity sha512-fnYJyCS9jgMU+cmHO1rPSPf9axbQyD7iUhLO5Df6O4G+fKIOMps+ZbU0PdGFejFBBZ3Pftf18fn1eG7MAPUSWQ==
dependencies:
- autoprefixer "^10.3.7"
- cssnano-preset-default "^5.2.0"
+ autoprefixer "^10.4.12"
+ cssnano-preset-default "^5.2.14"
postcss-discard-unused "^5.1.0"
- postcss-merge-idents "^5.1.0"
- postcss-reduce-idents "^5.1.0"
+ postcss-merge-idents "^5.1.1"
+ postcss-reduce-idents "^5.2.0"
postcss-zindex "^5.1.0"
-cssnano-preset-default@^4.0.7:
- version "4.0.7"
- resolved "https://registry.yarnpkg.com/cssnano-preset-default/-/cssnano-preset-default-4.0.7.tgz#51ec662ccfca0f88b396dcd9679cdb931be17f76"
- integrity sha512-x0YHHx2h6p0fCl1zY9L9roD7rnlltugGu7zXSKQx6k2rYw0Hi3IqxcoAGF7u9Q5w1nt7vK0ulxV8Lo+EvllGsA==
+cssnano-preset-default@^4.0.8:
+ version "4.0.8"
+ resolved "https://registry.yarnpkg.com/cssnano-preset-default/-/cssnano-preset-default-4.0.8.tgz#920622b1fc1e95a34e8838203f1397a504f2d3ff"
+ integrity sha512-LdAyHuq+VRyeVREFmuxUZR1TXjQm8QQU/ktoo/x7bz+SdOge1YKc5eMN6pRW7YWBmyq59CqYba1dJ5cUukEjLQ==
dependencies:
css-declaration-sorter "^4.0.1"
cssnano-util-raw-cache "^4.0.1"
@@ -9460,53 +10032,53 @@ cssnano-preset-default@^4.0.7:
postcss-ordered-values "^4.1.2"
postcss-reduce-initial "^4.0.3"
postcss-reduce-transforms "^4.0.2"
- postcss-svgo "^4.0.2"
+ postcss-svgo "^4.0.3"
postcss-unique-selectors "^4.0.1"
-cssnano-preset-default@^5.2.0:
- version "5.2.0"
- resolved "https://registry.yarnpkg.com/cssnano-preset-default/-/cssnano-preset-default-5.2.0.tgz#2579d38b9217746f2cf9f938954a91e00418ded6"
- integrity sha512-3N5Vcptj2pqVKpHVqH6ezOJvqikR2PdLTbTrsrhF61FbLRQuujAqZ2sKN5rvcMsb7hFjrNnjZT8CGEkxoN/Pwg==
+cssnano-preset-default@^5.2.14:
+ version "5.2.14"
+ resolved "https://registry.yarnpkg.com/cssnano-preset-default/-/cssnano-preset-default-5.2.14.tgz#309def4f7b7e16d71ab2438052093330d9ab45d8"
+ integrity sha512-t0SFesj/ZV2OTylqQVOrFgEh5uanxbO6ZAdeCrNsUQ6fVuXwYTxJPNAGvGTxHbD68ldIJNec7PyYZDBrfDQ+6A==
dependencies:
- css-declaration-sorter "^6.0.3"
+ css-declaration-sorter "^6.3.1"
cssnano-utils "^3.1.0"
postcss-calc "^8.2.3"
- postcss-colormin "^5.3.0"
- postcss-convert-values "^5.1.0"
- postcss-discard-comments "^5.1.0"
+ postcss-colormin "^5.3.1"
+ postcss-convert-values "^5.1.3"
+ postcss-discard-comments "^5.1.2"
postcss-discard-duplicates "^5.1.0"
- postcss-discard-empty "^5.1.0"
+ postcss-discard-empty "^5.1.1"
postcss-discard-overridden "^5.1.0"
- postcss-merge-longhand "^5.1.0"
- postcss-merge-rules "^5.1.0"
+ postcss-merge-longhand "^5.1.7"
+ postcss-merge-rules "^5.1.4"
postcss-minify-font-values "^5.1.0"
- postcss-minify-gradients "^5.1.0"
- postcss-minify-params "^5.1.0"
- postcss-minify-selectors "^5.2.0"
+ postcss-minify-gradients "^5.1.1"
+ postcss-minify-params "^5.1.4"
+ postcss-minify-selectors "^5.2.1"
postcss-normalize-charset "^5.1.0"
postcss-normalize-display-values "^5.1.0"
- postcss-normalize-positions "^5.1.0"
- postcss-normalize-repeat-style "^5.1.0"
+ postcss-normalize-positions "^5.1.1"
+ postcss-normalize-repeat-style "^5.1.1"
postcss-normalize-string "^5.1.0"
postcss-normalize-timing-functions "^5.1.0"
- postcss-normalize-unicode "^5.1.0"
+ postcss-normalize-unicode "^5.1.1"
postcss-normalize-url "^5.1.0"
- postcss-normalize-whitespace "^5.1.0"
- postcss-ordered-values "^5.1.0"
- postcss-reduce-initial "^5.1.0"
+ postcss-normalize-whitespace "^5.1.1"
+ postcss-ordered-values "^5.1.3"
+ postcss-reduce-initial "^5.1.2"
postcss-reduce-transforms "^5.1.0"
postcss-svgo "^5.1.0"
- postcss-unique-selectors "^5.1.0"
+ postcss-unique-selectors "^5.1.1"
cssnano-util-get-arguments@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/cssnano-util-get-arguments/-/cssnano-util-get-arguments-4.0.0.tgz#ed3a08299f21d75741b20f3b81f194ed49cc150f"
- integrity sha1-7ToIKZ8h11dBsg87gfGU7UnMFQ8=
+ integrity sha512-6RIcwmV3/cBMG8Aj5gucQRsJb4vv4I4rn6YjPbVWd5+Pn/fuG+YseGvXGk00XLkoZkaj31QOD7vMUpNPC4FIuw==
cssnano-util-get-match@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/cssnano-util-get-match/-/cssnano-util-get-match-4.0.0.tgz#c0e4ca07f5386bb17ec5e52250b4f5961365156d"
- integrity sha1-wOTKB/U4a7F+xeUiULT1lhNlFW0=
+ integrity sha512-JPMZ1TSMRUPVIqEalIBNoBtAYbi8okvcFns4O0YIhcdGebeYZK7dMyHJiQ6GqNBA9kE0Hym4Aqym5rPdsV/4Cw==
cssnano-util-raw-cache@^4.0.1:
version "4.0.1"
@@ -9526,21 +10098,21 @@ cssnano-utils@^3.1.0:
integrity sha512-JQNR19/YZhz4psLX/rQ9M83e3z2Wf/HdJbryzte4a3NSuafyp9w/I4U+hx5C2S9g41qlstH7DEWnZaaj83OuEA==
cssnano@^4.1.10:
- version "4.1.10"
- resolved "https://registry.yarnpkg.com/cssnano/-/cssnano-4.1.10.tgz#0ac41f0b13d13d465487e111b778d42da631b8b2"
- integrity sha512-5wny+F6H4/8RgNlaqab4ktc3e0/blKutmq8yNlBFXA//nSFFAqAngjNVRzUvCgYROULmZZUoosL/KSoZo5aUaQ==
+ version "4.1.11"
+ resolved "https://registry.yarnpkg.com/cssnano/-/cssnano-4.1.11.tgz#c7b5f5b81da269cb1fd982cb960c1200910c9a99"
+ integrity sha512-6gZm2htn7xIPJOHY824ERgj8cNPgPxyCSnkXc4v7YvNW+TdVfzgngHcEhy/8D11kUWRUMbke+tC+AUcUsnMz2g==
dependencies:
cosmiconfig "^5.0.0"
- cssnano-preset-default "^4.0.7"
+ cssnano-preset-default "^4.0.8"
is-resolvable "^1.0.0"
postcss "^7.0.0"
-cssnano@^5.0.17, cssnano@^5.0.6:
- version "5.1.0"
- resolved "https://registry.yarnpkg.com/cssnano/-/cssnano-5.1.0.tgz#cf977d660a5824d0d5542639ed1d4045afd84cbe"
- integrity sha512-wWxave1wMlThGg4ueK98jFKaNqXnQd1nVZpSkQ9XvR+YymlzP1ofWqES1JkHtI250LksP9z5JH+oDcrKDJezAg==
+cssnano@^5.0.6, cssnano@^5.1.12, cssnano@^5.1.8:
+ version "5.1.15"
+ resolved "https://registry.yarnpkg.com/cssnano/-/cssnano-5.1.15.tgz#ded66b5480d5127fcb44dac12ea5a983755136bf"
+ integrity sha512-j+BKgDcLDQA+eDifLx0EO4XSA56b7uut3BQFH+wbSaSTuGLuiyTa/wbRYthUXX8LC9mLg+WWKe8h+qJuwTAbHw==
dependencies:
- cssnano-preset-default "^5.2.0"
+ cssnano-preset-default "^5.2.14"
lilconfig "^2.0.3"
yaml "^1.10.2"
@@ -9568,25 +10140,20 @@ cssstyle@^2.3.0:
dependencies:
cssom "~0.3.6"
-csstype@^2.5.7:
- version "2.6.14"
- resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.6.14.tgz#004822a4050345b55ad4dcc00be1d9cf2f4296de"
- integrity sha512-2mSc+VEpGPblzAxyeR+vZhJKgYg0Og0nnRi7pmRXFYYxSfnOnW8A5wwQb4n4cE2nIOzqKOAzLCaEX6aBmNEv8A==
-
csstype@^3.0.2:
- version "3.0.5"
- resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.0.5.tgz#7fdec6a28a67ae18647c51668a9ff95bb2fa7bb8"
- integrity sha512-uVDi8LpBUKQj6sdxNaTetL6FpeCqTjOvAQuQUa/qAqq8oOd4ivkbhgnqayl0dnPal8Tb/yB1tF+gOvCBiicaiQ==
+ version "3.1.3"
+ resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.1.3.tgz#d80ff294d114fb0e6ac500fbf85b60137d7eff81"
+ integrity sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==
cyclist@^1.0.1:
- version "1.0.1"
- resolved "https://registry.yarnpkg.com/cyclist/-/cyclist-1.0.1.tgz#596e9698fd0c80e12038c2b82d6eb1b35b6224d9"
- integrity sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk=
+ version "1.0.2"
+ resolved "https://registry.yarnpkg.com/cyclist/-/cyclist-1.0.2.tgz#673b5f233bf34d8e602b949429f8171d9121bea3"
+ integrity sha512-0sVXIohTfLqVIW3kb/0n6IiWF3Ifj5nm2XaSrLq2DI6fKIGa2fYAZdk917rUneaeLVpYfFcyXE2ft0fe3remsA==
cypress@^13.8.0:
- version "13.8.0"
- resolved "https://registry.yarnpkg.com/cypress/-/cypress-13.8.0.tgz#118e94161334e03841714c9b9b3600ae853c11f9"
- integrity sha512-Qau//mtrwEGOU9cn2YjavECKyDUwBh8J2tit+y9s1wsv6C3BX+rlv6I9afmQnL8PmEEzJ6be7nppMHacFzZkTw==
+ version "13.8.1"
+ resolved "https://registry.yarnpkg.com/cypress/-/cypress-13.8.1.tgz#f558e51b770a409e2360031bbd36c3f4fb3f2db4"
+ integrity sha512-Uk6ovhRbTg6FmXjeZW/TkbRM07KPtvM5gah1BIMp4Y2s+i/NMxgaLw0+PbYTOdw1+egE0FP3mWRiGcRkjjmhzA==
dependencies:
"@cypress/request" "^3.0.0"
"@cypress/xvfb" "^1.2.4"
@@ -9631,18 +10198,18 @@ cypress@^13.8.0:
untildify "^4.0.0"
yauzl "^2.10.0"
-d@1, d@^1.0.1:
- version "1.0.1"
- resolved "https://registry.yarnpkg.com/d/-/d-1.0.1.tgz#8698095372d58dbee346ffd0c7093f99f8f9eb5a"
- integrity sha512-m62ShEObQ39CfralilEQRjH6oAMtNCV1xJyEx5LpRYUVN+EviphDgUc/F3hnYbADmkiNs67Y+3ylmlG7Lnu+FA==
+d@1, d@^1.0.1, d@^1.0.2:
+ version "1.0.2"
+ resolved "https://registry.yarnpkg.com/d/-/d-1.0.2.tgz#2aefd554b81981e7dccf72d6842ae725cb17e5de"
+ integrity sha512-MOqHvMWF9/9MX6nza0KgvFH4HpMU0EF5uUDXqX/BtxtU8NfB0QzRtJ8Oe/6SuS4kbhyzVJwjd97EA4PKrzJ8bw==
dependencies:
- es5-ext "^0.10.50"
- type "^1.0.1"
+ es5-ext "^0.10.64"
+ type "^2.7.2"
-damerau-levenshtein@^1.0.6:
- version "1.0.6"
- resolved "https://registry.yarnpkg.com/damerau-levenshtein/-/damerau-levenshtein-1.0.6.tgz#143c1641cb3d85c60c32329e26899adea8701791"
- integrity sha512-JVrozIeElnj3QzfUIt8tB8YMluBJom4Vw9qTPpjGYQ9fYlB3D/rb6OordUxf3xeFB35LKWs0xqcO5U6ySvBtug==
+damerau-levenshtein@^1.0.8:
+ version "1.0.8"
+ resolved "https://registry.yarnpkg.com/damerau-levenshtein/-/damerau-levenshtein-1.0.8.tgz#b43d286ccbd36bc5b2f7ed41caf2d0aba1f8a6e7"
+ integrity sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA==
dargs@^7.0.0:
version "7.0.0"
@@ -9652,7 +10219,7 @@ dargs@^7.0.0:
dashdash@^1.12.0:
version "1.14.1"
resolved "https://registry.yarnpkg.com/dashdash/-/dashdash-1.14.1.tgz#853cfa0f7cbe2fed5de20326b8dd581035f6e2f0"
- integrity sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=
+ integrity sha512-jRFi8UDGo6j+odZiEpjazZaWqEal3w/basFjQHQEwVtZJGDpxbH1MeYluwCS8Xq5wmLJooDlMgvVarmWfGM44g==
dependencies:
assert-plus "^1.0.0"
@@ -9670,38 +10237,65 @@ data-urls@^2.0.0:
whatwg-mimetype "^2.3.0"
whatwg-url "^8.0.0"
+data-view-buffer@^1.0.1:
+ version "1.0.1"
+ resolved "https://registry.yarnpkg.com/data-view-buffer/-/data-view-buffer-1.0.1.tgz#8ea6326efec17a2e42620696e671d7d5a8bc66b2"
+ integrity sha512-0lht7OugA5x3iJLOWFhWK/5ehONdprk0ISXqVFn/NFrDu+cuc8iADFrGQz5BnRK7LLU3JmkbXSxaqX+/mXYtUA==
+ dependencies:
+ call-bind "^1.0.6"
+ es-errors "^1.3.0"
+ is-data-view "^1.0.1"
+
+data-view-byte-length@^1.0.1:
+ version "1.0.1"
+ resolved "https://registry.yarnpkg.com/data-view-byte-length/-/data-view-byte-length-1.0.1.tgz#90721ca95ff280677eb793749fce1011347669e2"
+ integrity sha512-4J7wRJD3ABAzr8wP+OcIcqq2dlUKp4DVflx++hs5h5ZKydWMI6/D/fAot+yh6g2tHh8fLFTvNOaVN357NvSrOQ==
+ dependencies:
+ call-bind "^1.0.7"
+ es-errors "^1.3.0"
+ is-data-view "^1.0.1"
+
+data-view-byte-offset@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.yarnpkg.com/data-view-byte-offset/-/data-view-byte-offset-1.0.0.tgz#5e0bbfb4828ed2d1b9b400cd8a7d119bca0ff18a"
+ integrity sha512-t/Ygsytq+R995EJ5PZlD4Cu56sWa8InXySaViRzw9apusqsOO2bQP+SbYzAhR0pFKoB+43lYy8rWban9JSuXnA==
+ dependencies:
+ call-bind "^1.0.6"
+ es-errors "^1.3.0"
+ is-data-view "^1.0.1"
+
date-fns@^2.16.1:
- version "2.22.1"
- resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.22.1.tgz#1e5af959831ebb1d82992bf67b765052d8f0efc4"
- integrity sha512-yUFPQjrxEmIsMqlHhAhmxkuH769baF21Kk+nZwZGyrMoyLA+LugaQtC0+Tqf9CBUUULWwUJt6Q5ySI3LJDDCGg==
+ version "2.30.0"
+ resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.30.0.tgz#f367e644839ff57894ec6ac480de40cae4b0f4d0"
+ integrity sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw==
+ dependencies:
+ "@babel/runtime" "^7.21.0"
dayjs@^1.10.4:
- version "1.10.5"
- resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.10.5.tgz#5600df4548fc2453b3f163ebb2abbe965ccfb986"
- integrity sha512-BUFis41ikLz+65iH6LHQCDm4YPMj5r1YFLdupPIyM4SGcXMmtiLQ7U37i+hGS8urIuqe7I/ou3IS1jVc4nbN4g==
+ version "1.11.11"
+ resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.11.11.tgz#dfe0e9d54c5f8b68ccf8ca5f72ac603e7e5ed59e"
+ integrity sha512-okzr3f11N6WuqYtZSvm+F776mB41wRZMhKP+hc34YdW+KmtYYK9iqvHSwo2k9FEH3fhGXvOPV6yz2IcSrfRUDg==
+
+debounce@^1.2.1:
+ version "1.2.1"
+ resolved "https://registry.yarnpkg.com/debounce/-/debounce-1.2.1.tgz#38881d8f4166a5c5848020c11827b834bcb3e0a5"
+ integrity sha512-XRRe6Glud4rd/ZGQfiV1ruXSfbvfJedlV9Y6zOlP+2K04vBYiJEte6stfFkCP03aMnY5tsipamumUjL14fofug==
-debug@2.6.9, debug@^2.2.0, debug@^2.3.3, debug@^2.6.0, debug@^2.6.9:
+debug@2.6.9, debug@^2.2.0, debug@^2.3.3, debug@^2.6.0:
version "2.6.9"
resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f"
integrity sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==
dependencies:
ms "2.0.0"
-debug@4, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1:
- version "4.3.3"
- resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.3.tgz#04266e0b70a98d4462e6e288e38259213332b664"
- integrity sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==
- dependencies:
- ms "2.1.2"
-
-debug@4.3.4, debug@^4.3.2, debug@^4.3.4:
+debug@4, debug@4.3.4, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4:
version "4.3.4"
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
dependencies:
ms "2.1.2"
-debug@^3.0.0, debug@^3.1.0, debug@^3.1.1, debug@^3.2.6:
+debug@^3.1.0, debug@^3.2.7:
version "3.2.7"
resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.7.tgz#72580b7e9145fb39b6676f9c5e5fb100b934179a"
integrity sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==
@@ -9709,9 +10303,9 @@ debug@^3.0.0, debug@^3.1.0, debug@^3.1.1, debug@^3.2.6:
ms "^2.1.1"
decamelize-keys@^1.1.0:
- version "1.1.0"
- resolved "https://registry.yarnpkg.com/decamelize-keys/-/decamelize-keys-1.1.0.tgz#d171a87933252807eb3cb61dc1c1445d078df2d9"
- integrity sha1-0XGoeTMlKAfrPLYdwcFEXQeN8tk=
+ version "1.1.1"
+ resolved "https://registry.yarnpkg.com/decamelize-keys/-/decamelize-keys-1.1.1.tgz#04a2d523b2f18d80d0158a43b895d56dff8d19d8"
+ integrity sha512-WiPxgEirIV0/eIOMcnFBA3/IJZAZqKnwAwWyvvdi4lsr1WCN22nhdf/3db3DoZcUjTV2SqfzIwNyp6y2xs3nmg==
dependencies:
decamelize "^1.1.0"
map-obj "^1.0.0"
@@ -9719,7 +10313,7 @@ decamelize-keys@^1.1.0:
decamelize@^1.1.0, decamelize@^1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290"
- integrity sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=
+ integrity sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==
decamelize@^4.0.0:
version "4.0.0"
@@ -9727,38 +10321,62 @@ decamelize@^4.0.0:
integrity sha512-9iE1PgSik9HeIIw2JO94IidnE3eBoQrFJ3w7sFuzSX4DpmZ3v5sZpUiV5Swcf6mQEF+Y0ru8Neo+p+nyh2J+hQ==
decimal.js@^10.2.1:
- version "10.3.1"
- resolved "https://registry.yarnpkg.com/decimal.js/-/decimal.js-10.3.1.tgz#d8c3a444a9c6774ba60ca6ad7261c3a94fd5e783"
- integrity sha512-V0pfhfr8suzyPGOx3nmq4aHqabehUZn6Ch9kyFpV79TGDTWFmHqUqXdabR7QHqxzrYolF4+tVmJhUG4OURg5dQ==
+ version "10.4.3"
+ resolved "https://registry.yarnpkg.com/decimal.js/-/decimal.js-10.4.3.tgz#1044092884d245d1b7f65725fa4ad4c6f781cc23"
+ integrity sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==
decode-uri-component@^0.2.0:
- version "0.2.0"
- resolved "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.0.tgz#eb3913333458775cb84cd1a1fae062106bb87545"
- integrity sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=
+ version "0.2.2"
+ resolved "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.2.tgz#e69dbe25d37941171dd540e024c444cd5188e1e9"
+ integrity sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ==
decompress-response@^3.3.0:
version "3.3.0"
resolved "https://registry.yarnpkg.com/decompress-response/-/decompress-response-3.3.0.tgz#80a4dd323748384bfa248083622aedec982adff3"
- integrity sha1-gKTdMjdIOEv6JICDYirt7Jgq3/M=
+ integrity sha512-BzRPQuY1ip+qDonAOz42gRm/pg9F768C+npV/4JOsxRC2sq+Rlk+Q4ZCAsOhnIaMrgarILY+RMUIvMmmX1qAEA==
dependencies:
mimic-response "^1.0.0"
dedent@^0.7.0:
version "0.7.0"
resolved "https://registry.yarnpkg.com/dedent/-/dedent-0.7.0.tgz#2495ddbaf6eb874abb0e1be9df22d2e5a544326c"
- integrity sha1-JJXduvbrh0q7Dhvp3yLS5aVEMmw=
+ integrity sha512-Q6fKUPqnAHAyhiUgFU7BUzLiv0kd8saH9al7tnu5Q/okj6dnupxyTgFIBjVzJATdfIAm9NAsvXNzjaKa+bxVyA==
deep-equal@^1.0.1:
- version "1.1.1"
- resolved "https://registry.yarnpkg.com/deep-equal/-/deep-equal-1.1.1.tgz#b5c98c942ceffaf7cb051e24e1434a25a2e6076a"
- integrity sha512-yd9c5AdiqVcR+JjcwUQb9DkhJc8ngNr0MahEBGvDiJw8puWab2yZlh+nkasOnZP+EGTAP6rRp2JzJhJZzvNF8g==
+ version "1.1.2"
+ resolved "https://registry.yarnpkg.com/deep-equal/-/deep-equal-1.1.2.tgz#78a561b7830eef3134c7f6f3a3d6af272a678761"
+ integrity sha512-5tdhKF6DbU7iIzrIOa1AOUt39ZRm13cmL1cGEh//aqR8x9+tNfbywRf0n5FD/18OKMdo7DNEtrX2t22ZAkI+eg==
dependencies:
- is-arguments "^1.0.4"
- is-date-object "^1.0.1"
- is-regex "^1.0.4"
- object-is "^1.0.1"
+ is-arguments "^1.1.1"
+ is-date-object "^1.0.5"
+ is-regex "^1.1.4"
+ object-is "^1.1.5"
+ object-keys "^1.1.1"
+ regexp.prototype.flags "^1.5.1"
+
+deep-equal@^2.0.5:
+ version "2.2.3"
+ resolved "https://registry.yarnpkg.com/deep-equal/-/deep-equal-2.2.3.tgz#af89dafb23a396c7da3e862abc0be27cf51d56e1"
+ integrity sha512-ZIwpnevOurS8bpT4192sqAowWM76JDKSHYzMLty3BZGSswgq6pBaH3DhCSW5xVAZICZyKdOBPjwww5wfgT/6PA==
+ dependencies:
+ array-buffer-byte-length "^1.0.0"
+ call-bind "^1.0.5"
+ es-get-iterator "^1.1.3"
+ get-intrinsic "^1.2.2"
+ is-arguments "^1.1.1"
+ is-array-buffer "^3.0.2"
+ is-date-object "^1.0.5"
+ is-regex "^1.1.4"
+ is-shared-array-buffer "^1.0.2"
+ isarray "^2.0.5"
+ object-is "^1.1.5"
object-keys "^1.1.1"
- regexp.prototype.flags "^1.2.0"
+ object.assign "^4.1.4"
+ regexp.prototype.flags "^1.5.1"
+ side-channel "^1.0.4"
+ which-boxed-primitive "^1.0.2"
+ which-collection "^1.0.1"
+ which-typed-array "^1.1.13"
deep-extend@^0.6.0, deep-extend@~0.6.0:
version "0.6.0"
@@ -9766,19 +10384,22 @@ deep-extend@^0.6.0, deep-extend@~0.6.0:
integrity sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==
deep-is@^0.1.3, deep-is@~0.1.3:
- version "0.1.3"
- resolved "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.3.tgz#b369d6fb5dbc13eecf524f91b070feedc357cf34"
- integrity sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ=
-
-deep-object-diff@^1.1.0:
- version "1.1.0"
- resolved "https://registry.yarnpkg.com/deep-object-diff/-/deep-object-diff-1.1.0.tgz#d6fabf476c2ed1751fc94d5ca693d2ed8c18bc5a"
- integrity sha512-b+QLs5vHgS+IoSNcUE4n9HP2NwcHj7aqnJWsjPtuG75Rh5TOaGt0OjAYInh77d5T16V5cRDC+Pw/6ZZZiETBGw==
+ version "0.1.4"
+ resolved "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.4.tgz#a6f2dce612fadd2ef1f519b73551f17e85199831"
+ integrity sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==
deepmerge@^4.0.0, deepmerge@^4.2.2:
- version "4.2.2"
- resolved "https://registry.yarnpkg.com/deepmerge/-/deepmerge-4.2.2.tgz#44d2ea3679b8f4d4ffba33f03d865fc1e7bf4955"
- integrity sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg==
+ version "4.3.1"
+ resolved "https://registry.yarnpkg.com/deepmerge/-/deepmerge-4.3.1.tgz#44b5f2147cd3b00d4b56137685966f26fd25dd4a"
+ integrity sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==
+
+default-browser-id@3.0.0:
+ version "3.0.0"
+ resolved "https://registry.yarnpkg.com/default-browser-id/-/default-browser-id-3.0.0.tgz#bee7bbbef1f4e75d31f98f4d3f1556a14cea790c"
+ integrity sha512-OZ1y3y0SqSICtE8DE4S8YOE9UZOJ8wO16fKWVP5J1Qz42kV9jcnMVFrEE/noXb/ss3Q4pZIH79kxofzyNNtUNA==
+ dependencies:
+ bplist-parser "^0.2.0"
+ untildify "^4.0.0"
default-gateway@^4.2.0:
version "4.2.0"
@@ -9795,35 +10416,52 @@ default-gateway@^6.0.3:
dependencies:
execa "^5.0.0"
+defaults@^1.0.3:
+ version "1.0.4"
+ resolved "https://registry.yarnpkg.com/defaults/-/defaults-1.0.4.tgz#b0b02062c1e2aa62ff5d9528f0f98baa90978d7a"
+ integrity sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==
+ dependencies:
+ clone "^1.0.2"
+
defer-to-connect@^1.0.1:
version "1.1.3"
resolved "https://registry.yarnpkg.com/defer-to-connect/-/defer-to-connect-1.1.3.tgz#331ae050c08dcf789f8c83a7b81f0ed94f4ac591"
integrity sha512-0ISdNousHvZT2EiFlZeZAHBUvSxmKswVCEf8hW7KWgG4a8MVEu/3Vb6uWYozkjylyCxe0JBIiRB1jV45S70WVQ==
+define-data-property@^1.0.1, define-data-property@^1.1.4:
+ version "1.1.4"
+ resolved "https://registry.yarnpkg.com/define-data-property/-/define-data-property-1.1.4.tgz#894dc141bb7d3060ae4366f6a0107e68fbe48c5e"
+ integrity sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==
+ dependencies:
+ es-define-property "^1.0.0"
+ es-errors "^1.3.0"
+ gopd "^1.0.1"
+
define-lazy-prop@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz#3f7ae421129bcaaac9bc74905c98a0009ec9ee7f"
integrity sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==
-define-properties@^1.1.2, define-properties@^1.1.3, define-properties@^1.1.4:
- version "1.1.4"
- resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.4.tgz#0b14d7bd7fbeb2f3572c3a7eda80ea5d57fb05b1"
- integrity sha512-uckOqKcfaVvtBdsVkdPv3XjveQJsNQqmhXgRi8uhvWWuPYZCNlzT8qAyblUgNoXdHdjMTzAqeGjAoli8f+bzPA==
+define-properties@^1.1.2, define-properties@^1.1.3, define-properties@^1.2.0, define-properties@^1.2.1:
+ version "1.2.1"
+ resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.2.1.tgz#10781cc616eb951a80a034bafcaa7377f6af2b6c"
+ integrity sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==
dependencies:
+ define-data-property "^1.0.1"
has-property-descriptors "^1.0.0"
object-keys "^1.1.1"
define-property@^0.2.5:
version "0.2.5"
resolved "https://registry.yarnpkg.com/define-property/-/define-property-0.2.5.tgz#c35b1ef918ec3c990f9a5bc57be04aacec5c8116"
- integrity sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=
+ integrity sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==
dependencies:
is-descriptor "^0.1.0"
define-property@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/define-property/-/define-property-1.0.0.tgz#769ebaaf3f4a63aad3af9e8d304c9bbe79bfb0e6"
- integrity sha1-dp66rz9KY6rTr56NMEybvnm/sOY=
+ integrity sha512-cZTYKFWspt9jZsMscWo8sc/5lbPC9Q0N5nBLgb+Yd915iL3udB1uFgS3B8YCx66UVHq018DAVFoee7x+gxggeA==
dependencies:
is-descriptor "^1.0.0"
@@ -9835,6 +10473,11 @@ define-property@^2.0.2:
is-descriptor "^1.0.2"
isobject "^3.0.1"
+defu@^6.1.4:
+ version "6.1.4"
+ resolved "https://registry.yarnpkg.com/defu/-/defu-6.1.4.tgz#4e0c9cf9ff68fe5f3d7f2765cc1a012dfdcb0479"
+ integrity sha512-mEQCMmwJu317oSz8CwdIOdwf3xMif1ttiM8LTufzc3g6kR+9Pe236twL8j3IYT1F7GfRgGcW6MWxzZjLIkuHIg==
+
del@^4.1.1:
version "4.1.1"
resolved "https://registry.yarnpkg.com/del/-/del-4.1.1.tgz#9e8f117222ea44a31ff3a156c049b99052a9f0b4"
@@ -9848,10 +10491,10 @@ del@^4.1.1:
pify "^4.0.1"
rimraf "^2.6.3"
-del@^6.0.0:
- version "6.0.0"
- resolved "https://registry.yarnpkg.com/del/-/del-6.0.0.tgz#0b40d0332cea743f1614f818be4feb717714c952"
- integrity sha512-1shh9DQ23L16oXSZKB2JxpL7iMy2E0S9d517ptA1P8iw0alkPtQcrKH7ru31rYtKwF499HkTu+DRzq3TCKDFRQ==
+del@^6.0.0, del@^6.1.1:
+ version "6.1.1"
+ resolved "https://registry.yarnpkg.com/del/-/del-6.1.1.tgz#3b70314f1ec0aa325c6b14eb36b95786671edb7a"
+ integrity sha512-ua8BhapfP0JUJKC/zV9yHHDW/rDoDxP4Zhn3AkA6/xT6gY7jYXJiaeyBZznYVujhZZET+UgcbZiQ7sN3WqcImg==
dependencies:
globby "^11.0.1"
graceful-fs "^4.2.4"
@@ -9865,40 +10508,35 @@ del@^6.0.0:
delayed-stream@~1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619"
- integrity sha1-3zrhmayt+31ECqrgsp4icrJOxhk=
+ integrity sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==
-delegate@^3.1.2:
- version "3.2.0"
- resolved "https://registry.yarnpkg.com/delegate/-/delegate-3.2.0.tgz#b66b71c3158522e8ab5744f720d8ca0c2af59166"
- integrity sha512-IofjkYBZaZivn0V8nnsMJGBr4jVLxHDheKSW88PyxS5QC4Vo9ZbZVvhzlSxY87fVq3STR6r+4cGepyHkcWOQSw==
-
-delegates@^1.0.0:
- version "1.0.0"
- resolved "https://registry.yarnpkg.com/delegates/-/delegates-1.0.0.tgz#84c6e159b81904fdca59a0ef44cd870d31250f9a"
- integrity sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o=
+depd@2.0.0, depd@~2.0.0:
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/depd/-/depd-2.0.0.tgz#b696163cc757560d09cf22cc8fad1571b79e76df"
+ integrity sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==
depd@~1.1.2:
version "1.1.2"
resolved "https://registry.yarnpkg.com/depd/-/depd-1.1.2.tgz#9bcd52e14c097763e749b274c4346ed2e560b5a9"
- integrity sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=
+ integrity sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==
-depd@~2.0.0:
- version "2.0.0"
- resolved "https://registry.yarnpkg.com/depd/-/depd-2.0.0.tgz#b696163cc757560d09cf22cc8fad1571b79e76df"
- integrity sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==
+dequal@^2.0.2, dequal@^2.0.3:
+ version "2.0.3"
+ resolved "https://registry.yarnpkg.com/dequal/-/dequal-2.0.3.tgz#2644214f1997d39ed0ee0ece72335490a7ac67be"
+ integrity sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==
des.js@^1.0.0:
- version "1.0.1"
- resolved "https://registry.yarnpkg.com/des.js/-/des.js-1.0.1.tgz#5382142e1bdc53f85d86d53e5f4aa7deb91e0843"
- integrity sha512-Q0I4pfFrv2VPd34/vfLrFOoRmlYj3OV50i7fskps1jZWK1kApMWWT9G6RRUeYedLcBDIhnSDaUvJMb3AhUlaEA==
+ version "1.1.0"
+ resolved "https://registry.yarnpkg.com/des.js/-/des.js-1.1.0.tgz#1d37f5766f3bbff4ee9638e871a8768c173b81da"
+ integrity sha512-r17GxjhUCjSRy8aiJpr8/UadFIzMzJGexI3Nmz4ADi9LYSFx4gTBp80+NaX/YsXWWLhpZ7v/v/ubEc/bCNfKwg==
dependencies:
inherits "^2.0.1"
minimalistic-assert "^1.0.0"
-destroy@~1.0.4:
- version "1.0.4"
- resolved "https://registry.yarnpkg.com/destroy/-/destroy-1.0.4.tgz#978857442c44749e4206613e37946205826abd80"
- integrity sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA=
+destroy@1.2.0:
+ version "1.2.0"
+ resolved "https://registry.yarnpkg.com/destroy/-/destroy-1.2.0.tgz#4803735509ad8be552934c67df614f94e66fa015"
+ integrity sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==
detab@2.0.4:
version "2.0.4"
@@ -9907,10 +10545,10 @@ detab@2.0.4:
dependencies:
repeat-string "^1.5.4"
-detect-indent@^6.0.0:
- version "6.0.0"
- resolved "https://registry.yarnpkg.com/detect-indent/-/detect-indent-6.0.0.tgz#0abd0f549f69fc6659a254fe96786186b6f528fd"
- integrity sha512-oSyFlqaTHCItVRGK5RmrmjB+CmaMOW7IaNA/kdxqhoa6d17j/5ce9O9eWXmV/KEdRwqpQA+Vqe8a8Bsybu4YnA==
+detect-indent@^6.0.0, detect-indent@^6.1.0:
+ version "6.1.0"
+ resolved "https://registry.yarnpkg.com/detect-indent/-/detect-indent-6.1.0.tgz#592485ebbbf6b3b1ab2be175c8393d04ca0d57e6"
+ integrity sha512-reYkTUJAZb9gUuZ2RvVCNhVHdg62RHnJ7WJl8ftMi4diZ6NWlciOzQN88pUhSELEwflJht4oQDv0F0BMlwaYtA==
detect-newline@^3.0.0:
version "3.1.0"
@@ -9922,6 +10560,13 @@ detect-node@^2.0.4, detect-node@^2.1.0:
resolved "https://registry.yarnpkg.com/detect-node/-/detect-node-2.1.0.tgz#c9c70775a49c3d03bc2c06d9a73be550f978f8b1"
integrity sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==
+detect-package-manager@^2.0.1:
+ version "2.0.1"
+ resolved "https://registry.yarnpkg.com/detect-package-manager/-/detect-package-manager-2.0.1.tgz#6b182e3ae5e1826752bfef1de9a7b828cffa50d8"
+ integrity sha512-j/lJHyoLlWi6G1LDdLgvUtz60Zo5GEj+sVYtTVXnYLDPuzgC3llMxonXym9zIwhhUII8vjdw0LXxavpLqTbl1A==
+ dependencies:
+ execa "^5.1.1"
+
detect-port-alt@1.1.6, detect-port-alt@^1.1.6:
version "1.1.6"
resolved "https://registry.yarnpkg.com/detect-port-alt/-/detect-port-alt-1.1.6.tgz#24707deabe932d4a3cf621302027c2b266568275"
@@ -9931,22 +10576,32 @@ detect-port-alt@1.1.6, detect-port-alt@^1.1.6:
debug "^2.6.0"
detect-port@^1.3.0:
- version "1.3.0"
- resolved "https://registry.yarnpkg.com/detect-port/-/detect-port-1.3.0.tgz#d9c40e9accadd4df5cac6a782aefd014d573d1f1"
- integrity sha512-E+B1gzkl2gqxt1IhUzwjrxBKRqx1UzC3WLONHinn8S3T6lwV/agVCyitiFOsGJ/eYuEUBvD71MZHy3Pv1G9doQ==
+ version "1.5.1"
+ resolved "https://registry.yarnpkg.com/detect-port/-/detect-port-1.5.1.tgz#451ca9b6eaf20451acb0799b8ab40dff7718727b"
+ integrity sha512-aBzdj76lueB6uUst5iAs7+0H/oOjqI5D16XUWxlWMIMROhcM0rfsNVk93zTngq1dDNpoXRr++Sus7ETAExppAQ==
dependencies:
address "^1.0.1"
- debug "^2.6.0"
+ debug "4"
+
+didyoumean@^1.2.2:
+ version "1.2.2"
+ resolved "https://registry.yarnpkg.com/didyoumean/-/didyoumean-1.2.2.tgz#989346ffe9e839b4555ecf5666edea0d3e8ad037"
+ integrity sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==
diff-sequences@^26.6.2:
version "26.6.2"
resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-26.6.2.tgz#48ba99157de1923412eed41db6b6d4aa9ca7c0b1"
integrity sha512-Mv/TDa3nZ9sbc5soK+OoA74BsS3mL37yixCvUAQkiuA4Wz6YtwP/K47n2rv2ovzHZvoiQeA5FTQOschKkEwB0Q==
-diff-sequences@^27.4.0:
- version "27.4.0"
- resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-27.4.0.tgz#d783920ad8d06ec718a060d00196dfef25b132a5"
- integrity sha512-YqiQzkrsmHMH5uuh8OdQFU9/ZpADnwzml8z0O5HvRNda+5UZsaX/xN+AAxfR2hWq1Y7HZnAzO9J5lJXOuDz2Ww==
+diff-sequences@^27.5.1:
+ version "27.5.1"
+ resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-27.5.1.tgz#eaecc0d327fd68c8d9672a1e64ab8dccb2ef5327"
+ integrity sha512-k1gCAXAsNgLwEL+Y8Wvl+M6oEFj5bgazfZULpS5CneoPPXRaCCW7dm+q21Ky2VEE5X+VeRDBVg1Pcvvsr4TtNQ==
+
+diff-sequences@^29.6.3:
+ version "29.6.3"
+ resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-29.6.3.tgz#4deaf894d11407c51efc8418012f9e70b84ea921"
+ integrity sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==
diff@5.0.0:
version "5.0.0"
@@ -9992,7 +10647,12 @@ dir-glob@^3.0.1:
discontinuous-range@1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/discontinuous-range/-/discontinuous-range-1.0.0.tgz#e38331f0844bba49b9a9cb71c771585aab1bc65a"
- integrity sha1-44Mx8IRLukm5qctxx3FYWqsbxlo=
+ integrity sha512-c68LpLbO+7kP/b1Hr1qs8/BJ09F5khZGTxqxZuhzxpmwJKOgRFHJWIb9/KmqnqHhLdO55aOxFH/EGBvUQbL/RQ==
+
+dlv@^1.1.3:
+ version "1.1.3"
+ resolved "https://registry.yarnpkg.com/dlv/-/dlv-1.1.3.tgz#5c198a8a11453596e751494d49874bc7732f2e79"
+ integrity sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==
dmd@^4.0.5:
version "4.0.6"
@@ -10015,31 +10675,30 @@ dmd@^4.0.5:
dns-equal@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/dns-equal/-/dns-equal-1.0.0.tgz#b39e7f1da6eb0a75ba9c17324b34753c47e0654d"
- integrity sha1-s55/HabrCnW6nBcySzR1PEfgZU0=
+ integrity sha512-z+paD6YUQsk+AbGCEM4PrOXSss5gd66QfcVBFTKR/HpFL9jCqikS94HYwKww6fQyO7IxrIIyUu+g0Ka9tUS2Cg==
dns-packet@^1.3.1:
- version "1.3.1"
- resolved "https://registry.yarnpkg.com/dns-packet/-/dns-packet-1.3.1.tgz#12aa426981075be500b910eedcd0b47dd7deda5a"
- integrity sha512-0UxfQkMhYAUaZI+xrNZOz/as5KgDU0M/fQ9b6SpkyLbk3GEswDi6PADJVaYJradtRVsRIlF1zLyOodbcTCDzUg==
+ version "1.3.4"
+ resolved "https://registry.yarnpkg.com/dns-packet/-/dns-packet-1.3.4.tgz#e3455065824a2507ba886c55a89963bb107dec6f"
+ integrity sha512-BQ6F4vycLXBvdrJZ6S3gZewt6rcrks9KBgM9vrhW+knGRqc8uEdT7fuCwloc7nny5xNoMJ17HGH0R/6fpo8ECA==
dependencies:
ip "^1.1.0"
safe-buffer "^5.0.1"
+dns-packet@^5.2.2:
+ version "5.6.1"
+ resolved "https://registry.yarnpkg.com/dns-packet/-/dns-packet-5.6.1.tgz#ae888ad425a9d1478a0674256ab866de1012cf2f"
+ integrity sha512-l4gcSouhcgIKRvyy99RNVOgxXiicE+2jZoNmaNmZ6JXiGajBOJAesk1OBlJuM5k2c+eudGdLxDqXuPCKIj6kpw==
+ dependencies:
+ "@leichtgewicht/ip-codec" "^2.0.1"
+
dns-txt@^2.0.2:
version "2.0.2"
resolved "https://registry.yarnpkg.com/dns-txt/-/dns-txt-2.0.2.tgz#b91d806f5d27188e4ab3e7d107d881a1cc4642b6"
- integrity sha1-uR2Ab10nGI5Ks+fRB9iBocxGQrY=
+ integrity sha512-Ix5PrWjphuSoUXV/Zv5gaFHjnaJtb02F2+Si3Ht9dyJ87+Z/lMmy+dpNHtTGraNK958ndXq2i+GLkWsWHcKaBQ==
dependencies:
buffer-indexof "^1.0.0"
-doctrine@1.5.0:
- version "1.5.0"
- resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-1.5.0.tgz#379dce730f6166f76cefa4e6707a159b02c5a6fa"
- integrity sha1-N53Ocw9hZvds76TmcHoVmwLFpvo=
- dependencies:
- esutils "^2.0.2"
- isarray "^1.0.0"
-
doctrine@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-2.1.0.tgz#5cd01fc101621b42c4cd7f5d1a66243716d3f39d"
@@ -10055,11 +10714,11 @@ doctrine@^3.0.0:
esutils "^2.0.2"
dom-accessibility-api@^0.5.6, dom-accessibility-api@^0.5.9:
- version "0.5.10"
- resolved "https://registry.yarnpkg.com/dom-accessibility-api/-/dom-accessibility-api-0.5.10.tgz#caa6d08f60388d0bb4539dd75fe458a9a1d0014c"
- integrity sha512-Xu9mD0UjrJisTmv7lmVSDMagQcU9R5hwAbxsaAE/35XPnPLJobbuREfV/rraiSaEj/UOvgrzQs66zyTWTlyd+g==
+ version "0.5.16"
+ resolved "https://registry.yarnpkg.com/dom-accessibility-api/-/dom-accessibility-api-0.5.16.tgz#5a7429e6066eb3664d911e33fb0e45de8eb08453"
+ integrity sha512-X7BJ2yElsnOJ30pZF4uIIDfBEVgF4XEBxL9Bxhy6dnrm5hkzqmsWHGTiHqRiITNhMyFLyAiWndIJP7Z1NTteDg==
-dom-converter@^0.2, dom-converter@^0.2.0:
+dom-converter@^0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/dom-converter/-/dom-converter-0.2.0.tgz#6721a9daee2e293682955b6afe416771627bb768"
integrity sha512-gd3ypIPfOMr9h5jIKq8E3sHOTCjeirnl0WK5ZdS1AW0Odt0b1PaWaHdJ4Qk4klv+YB9aJBS7mESXjFoDQPu6DA==
@@ -10074,42 +10733,38 @@ dom-serializer@0:
domelementtype "^2.0.1"
entities "^2.0.0"
-dom-serializer@^1.0.1, dom-serializer@^1.3.2:
- version "1.3.2"
- resolved "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-1.3.2.tgz#6206437d32ceefaec7161803230c7a20bc1b4d91"
- integrity sha512-5c54Bk5Dw4qAxNOI1pFEizPSjVsx5+bpJKmL2kPn8JhBUq2q09tTCa3mjijun2NfK78NMouDYNMBkOrPZiS+ig==
+dom-serializer@^1.0.1:
+ version "1.4.1"
+ resolved "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-1.4.1.tgz#de5d41b1aea290215dc45a6dae8adcf1d32e2d30"
+ integrity sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==
dependencies:
domelementtype "^2.0.1"
domhandler "^4.2.0"
entities "^2.0.0"
-dom-serializer@~0.1.0:
- version "0.1.1"
- resolved "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-0.1.1.tgz#1ec4059e284babed36eec2941d4a970a189ce7c0"
- integrity sha512-l0IU0pPzLWSHBcieZbpOKgkIn3ts3vAh7ZuFyXNwJxJXk/c4Gwj9xaTJwIDVQCXawWD0qb3IzMGH5rglQaO0XA==
+dom-serializer@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-2.0.0.tgz#e41b802e1eedf9f6cae183ce5e622d789d7d8e53"
+ integrity sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==
dependencies:
- domelementtype "^1.3.0"
- entities "^1.1.1"
-
-dom-walk@^0.1.0:
- version "0.1.2"
- resolved "https://registry.yarnpkg.com/dom-walk/-/dom-walk-0.1.2.tgz#0c548bef048f4d1f2a97249002236060daa3fd84"
- integrity sha512-6QvTW9mrGeIegrFXdtQi9pk7O/nSK6lSdXW2eqUspN5LWD7UTji2Fqw5V2YLjBpHEoU9Xl/eUWNpDeZvoyOv2w==
+ domelementtype "^2.3.0"
+ domhandler "^5.0.2"
+ entities "^4.2.0"
domain-browser@^1.1.1:
version "1.2.0"
resolved "https://registry.yarnpkg.com/domain-browser/-/domain-browser-1.2.0.tgz#3d31f50191a6749dd1375a7f522e823d42e54eda"
integrity sha512-jnjyiM6eRyZl2H+W8Q/zLMA481hzi0eszAaBUzIVnmYVDBbnLxVNnfu1HgEBvCbL+71FrxMl3E6lpKH7Ge3OXA==
-domelementtype@1, domelementtype@^1.3.0, domelementtype@^1.3.1:
+domelementtype@1:
version "1.3.1"
resolved "https://registry.yarnpkg.com/domelementtype/-/domelementtype-1.3.1.tgz#d048c44b37b0d10a7f2a3d5fee3f4333d790481f"
integrity sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w==
-domelementtype@^2.0.1, domelementtype@^2.2.0:
- version "2.2.0"
- resolved "https://registry.yarnpkg.com/domelementtype/-/domelementtype-2.2.0.tgz#9a0b6c2782ed6a1c7323d42267183df9bd8b1d57"
- integrity sha512-DtBMo82pv1dFtUmHyr48beiuq792Sxohr+8Hm9zoxklYPfa6n0Z3Byjj2IV7bmr2IyqClnqEQhfgHJJ5QF0R5A==
+domelementtype@^2.0.1, domelementtype@^2.2.0, domelementtype@^2.3.0:
+ version "2.3.0"
+ resolved "https://registry.yarnpkg.com/domelementtype/-/domelementtype-2.3.0.tgz#5c45e8e869952626331d7aab326d01daf65d589d"
+ integrity sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==
domexception@^2.0.1:
version "2.0.1"
@@ -10118,29 +10773,21 @@ domexception@^2.0.1:
dependencies:
webidl-conversions "^5.0.0"
-domhandler@^2.3.0:
- version "2.4.2"
- resolved "https://registry.yarnpkg.com/domhandler/-/domhandler-2.4.2.tgz#8805097e933d65e85546f726d60f5eb88b44f803"
- integrity sha512-JiK04h0Ht5u/80fdLMCEmV4zkNh2BcoMFBmZ/91WtYZ8qVXSKjiw7fXMgFPnHcSZgOo3XdinHvmnDUeMf5R4wA==
- dependencies:
- domelementtype "1"
-
-domhandler@^4.0.0, domhandler@^4.2.0, domhandler@^4.3.0:
- version "4.3.0"
- resolved "https://registry.yarnpkg.com/domhandler/-/domhandler-4.3.0.tgz#16c658c626cf966967e306f966b431f77d4a5626"
- integrity sha512-fC0aXNQXqKSFTr2wDNZDhsEYjCiYsDWl3D01kwt25hm1YIPyDGHvvi3rw+PLqHAl/m71MaiF7d5zvBr0p5UB2g==
+domhandler@^4.0.0, domhandler@^4.2.0, domhandler@^4.3.1:
+ version "4.3.1"
+ resolved "https://registry.yarnpkg.com/domhandler/-/domhandler-4.3.1.tgz#8d792033416f59d68bc03a5aa7b018c1ca89279c"
+ integrity sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==
dependencies:
domelementtype "^2.2.0"
-domutils@1.5.1:
- version "1.5.1"
- resolved "https://registry.yarnpkg.com/domutils/-/domutils-1.5.1.tgz#dcd8488a26f563d61079e48c9f7b7e32373682cf"
- integrity sha1-3NhIiib1Y9YQeeSMn3t+Mjc2gs8=
+domhandler@^5.0.2, domhandler@^5.0.3:
+ version "5.0.3"
+ resolved "https://registry.yarnpkg.com/domhandler/-/domhandler-5.0.3.tgz#cc385f7f751f1d1fc650c21374804254538c7d31"
+ integrity sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==
dependencies:
- dom-serializer "0"
- domelementtype "1"
+ domelementtype "^2.3.0"
-domutils@^1.5.1, domutils@^1.7.0:
+domutils@^1.7.0:
version "1.7.0"
resolved "https://registry.yarnpkg.com/domutils/-/domutils-1.7.0.tgz#56ea341e834e06e6748af7a1cb25da67ea9f8c2a"
integrity sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg==
@@ -10148,7 +10795,7 @@ domutils@^1.5.1, domutils@^1.7.0:
dom-serializer "0"
domelementtype "1"
-domutils@^2.5.2, domutils@^2.7.0, domutils@^2.8.0:
+domutils@^2.5.2, domutils@^2.8.0:
version "2.8.0"
resolved "https://registry.yarnpkg.com/domutils/-/domutils-2.8.0.tgz#4437def5db6e2d1f5d6ee859bd95ca7d02048135"
integrity sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==
@@ -10157,6 +10804,15 @@ domutils@^2.5.2, domutils@^2.7.0, domutils@^2.8.0:
domelementtype "^2.2.0"
domhandler "^4.2.0"
+domutils@^3.0.1:
+ version "3.1.0"
+ resolved "https://registry.yarnpkg.com/domutils/-/domutils-3.1.0.tgz#c47f551278d3dc4b0b1ab8cbb42d751a6f0d824e"
+ integrity sha512-H78uMmQtI2AhgDJjWeQmHwJJ2bLPD3GMmO7Zja/ZZh84wkm+4ut+IUnUdRa8uCGX88DiVx1j6FRe1XfxEgjEZA==
+ dependencies:
+ dom-serializer "^2.0.0"
+ domelementtype "^2.3.0"
+ domhandler "^5.0.3"
+
dot-case@^3.0.4:
version "3.0.4"
resolved "https://registry.yarnpkg.com/dot-case/-/dot-case-3.0.4.tgz#9b2b670d00a431667a8a75ba29cd1b98809ce751"
@@ -10179,56 +10835,47 @@ dot-prop@^5.1.0, dot-prop@^5.2.0:
dependencies:
is-obj "^2.0.0"
-dotenv-defaults@^1.0.2:
- version "1.1.1"
- resolved "https://registry.yarnpkg.com/dotenv-defaults/-/dotenv-defaults-1.1.1.tgz#032c024f4b5906d9990eb06d722dc74cc60ec1bd"
- integrity sha512-6fPRo9o/3MxKvmRZBD3oNFdxODdhJtIy1zcJeUSCs6HCy4tarUpd+G67UTU9tF6OWXeSPqsm4fPAB+2eY9Rt9Q==
- dependencies:
- dotenv "^6.2.0"
-
dotenv-expand@5.1.0, dotenv-expand@^5.1.0:
version "5.1.0"
resolved "https://registry.yarnpkg.com/dotenv-expand/-/dotenv-expand-5.1.0.tgz#3fbaf020bfd794884072ea26b1e9791d45a629f0"
integrity sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA==
-dotenv-webpack@^1.8.0:
- version "1.8.0"
- resolved "https://registry.yarnpkg.com/dotenv-webpack/-/dotenv-webpack-1.8.0.tgz#7ca79cef2497dd4079d43e81e0796bc9d0f68a5e"
- integrity sha512-o8pq6NLBehtrqA8Jv8jFQNtG9nhRtVqmoD4yWbgUyoU3+9WBlPe+c2EAiaJok9RB28QvrWvdWLZGeTT5aATDMg==
- dependencies:
- dotenv-defaults "^1.0.2"
+dotenv-expand@^10.0.0:
+ version "10.0.0"
+ resolved "https://registry.yarnpkg.com/dotenv-expand/-/dotenv-expand-10.0.0.tgz#12605d00fb0af6d0a592e6558585784032e4ef37"
+ integrity sha512-GopVGCpVS1UKH75VKHGuQFqS1Gusej0z4FyQkPdwjil2gNIv+LNsqBlboOzpJFZKVT95GkCyWJbBSdFEFUWI2A==
-dotenv@8.2.0, dotenv@^8.0.0, dotenv@^8.1.0:
+dotenv@8.2.0:
version "8.2.0"
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.2.0.tgz#97e619259ada750eea3e4ea3e26bceea5424b16a"
integrity sha512-8sJ78ElpbDJBHNeBzUbUVLsqKdccaa/BXF1uPTw3GrvQTBgrQrtObr2mUrE38vzYd8cEv+m/JBfDLioYcfXoaw==
-dotenv@^6.2.0:
- version "6.2.0"
- resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-6.2.0.tgz#941c0410535d942c8becf28d3f357dbd9d476064"
- integrity sha512-HygQCKUBSFl8wKQZBSemMywRWcEDNidvNbjGVyZu3nbZ8qq9ubiPoGLMdRDpfSrpkkm9BXYFkpKxxFX38o/76w==
+dotenv@^10.0.0:
+ version "10.0.0"
+ resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-10.0.0.tgz#3d4227b8fb95f81096cdd2b66653fb2c7085ba81"
+ integrity sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==
-downshift@^6.0.15:
- version "6.1.3"
- resolved "https://registry.yarnpkg.com/downshift/-/downshift-6.1.3.tgz#e794b7805d24810968f21e81ad6bdd9f3fdc40da"
- integrity sha512-RA1MuaNcTbt0j+sVLhSs8R2oZbBXYAtdQP/V+uHhT3DoDteZzJPjlC+LQVm9T07Wpvo84QXaZtUCePLDTDwGXg==
- dependencies:
- "@babel/runtime" "^7.13.10"
- compute-scroll-into-view "^1.0.17"
- prop-types "^15.7.2"
- react-is "^17.0.2"
+dotenv@^16.0.0:
+ version "16.4.5"
+ resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.4.5.tgz#cdd3b3b604cb327e286b4762e13502f717cb099f"
+ integrity sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==
+
+dotenv@^8.1.0:
+ version "8.6.0"
+ resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.6.0.tgz#061af664d19f7f4d8fc6e4ff9b584ce237adcb8b"
+ integrity sha512-IrPdXQsk2BbzvCBGBOTmmSH5SodmqZNt4ERAZDmW4CT+tL8VtvinqywuANaFu4bOMWki16nqf0e4oC0QIaDr/g==
duplexer3@^0.1.4:
- version "0.1.4"
- resolved "https://registry.yarnpkg.com/duplexer3/-/duplexer3-0.1.4.tgz#ee01dd1cac0ed3cbc7fdbea37dc0a8f1ce002ce2"
- integrity sha1-7gHdHKwO08vH/b6jfcCo8c4ALOI=
+ version "0.1.5"
+ resolved "https://registry.yarnpkg.com/duplexer3/-/duplexer3-0.1.5.tgz#0b5e4d7bad5de8901ea4440624c8e1d20099217e"
+ integrity sha512-1A8za6ws41LQgv9HrE/66jyC5yuSjQ3L/KOpFtoBilsAK2iA2wuS5rTt1OCzIvtS2V7nVmedsUU+DGRcjBmOYA==
duplexer@^0.1.1, duplexer@^0.1.2, duplexer@~0.1.1:
version "0.1.2"
resolved "https://registry.yarnpkg.com/duplexer/-/duplexer-0.1.2.tgz#3abe43aef3835f8ae077d136ddce0f276b0400e6"
integrity sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==
-duplexify@^3.4.2, duplexify@^3.6.0:
+duplexify@^3.4.2, duplexify@^3.5.0, duplexify@^3.6.0:
version "3.7.1"
resolved "https://registry.yarnpkg.com/duplexify/-/duplexify-3.7.1.tgz#2a4df5317f6ccfd91f86d6fd25d8d8a103b88309"
integrity sha512-07z8uv2wMyS51kKhD1KsdXJg5WQ6t93RneqRxUHnskXVtlYYkLqM0gqStQZ3pj073g687jPCHrqNfCzawLYh5g==
@@ -10246,7 +10893,7 @@ eastasianwidth@^0.2.0:
ecc-jsbn@~0.1.1:
version "0.1.2"
resolved "https://registry.yarnpkg.com/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz#3a83a904e54353287874c564b7549386849a98c9"
- integrity sha1-OoOpBOVDUyh4dMVkt1SThoSamMk=
+ integrity sha512-eh9O+hwRHNbG4BLTjEl3nw044CkGm5X6LoaCf7LPp7UU8Qrt47JYNi6nPX8xjW97TKGKm1ouctg0QSpZe9qrnw==
dependencies:
jsbn "~0.1.0"
safer-buffer "^2.1.0"
@@ -10259,57 +10906,55 @@ editions@^2.2.0:
errlop "^2.0.0"
semver "^6.3.0"
-editorconfig@^0.15.3:
- version "0.15.3"
- resolved "https://registry.yarnpkg.com/editorconfig/-/editorconfig-0.15.3.tgz#bef84c4e75fb8dcb0ce5cee8efd51c15999befc5"
- integrity sha512-M9wIMFx96vq0R4F+gRpY3o2exzb8hEj/n9S8unZtHSvYjibBp/iMufSzvmOcV/laG0ZtuTVGtiJggPOSW2r93g==
+editorconfig@^1.0.4:
+ version "1.0.4"
+ resolved "https://registry.yarnpkg.com/editorconfig/-/editorconfig-1.0.4.tgz#040c9a8e9a6c5288388b87c2db07028aa89f53a3"
+ integrity sha512-L9Qe08KWTlqYMVvMcTIvMAdl1cDUubzRNYL+WfA4bLDMHe4nemKkpmYzkznE1FwLKu0EEmy6obgQKzMJrg4x9Q==
dependencies:
- commander "^2.19.0"
- lru-cache "^4.1.5"
- semver "^5.6.0"
- sigmund "^1.0.1"
+ "@one-ini/wasm" "0.1.1"
+ commander "^10.0.0"
+ minimatch "9.0.1"
+ semver "^7.5.3"
ee-first@1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d"
- integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=
+ integrity sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==
ejs@^2.6.1:
version "2.7.4"
resolved "https://registry.yarnpkg.com/ejs/-/ejs-2.7.4.tgz#48661287573dcc53e366c7a1ae52c3a120eec9ba"
integrity sha512-7vmuyh5+kuUyJKePhQfRQBhXV5Ce+RnaeeQArKu1EAMpL3WbgMt5WG6uQZpEVvYSSsxMXRKOewtDk9RaTKXRlA==
-ejs@^3.1.5:
- version "3.1.5"
- resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.5.tgz#aed723844dc20acb4b170cd9ab1017e476a0d93b"
- integrity sha512-dldq3ZfFtgVTJMLjOe+/3sROTzALlL9E34V4/sDtUd/KlBSS0s6U1/+WPE1B4sj9CXHJpL1M6rhNJnc9Wbal9w==
+ejs@^3.1.5, ejs@^3.1.6, ejs@^3.1.8:
+ version "3.1.10"
+ resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.10.tgz#69ab8358b14e896f80cc39e62087b88500c3ac3b"
+ integrity sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==
dependencies:
- jake "^10.6.1"
+ jake "^10.8.5"
-electron-to-chromium@^1.3.378, electron-to-chromium@^1.3.564, electron-to-chromium@^1.4.17:
- version "1.4.46"
- resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.46.tgz#c88a6fedc766589826db0481602a888864ade1ca"
- integrity sha512-UtV0xUA/dibCKKP2JMxOpDtXR74zABevuUEH4K0tvduFSIoxRVcYmQsbB51kXsFTX8MmOyWMt8tuZAlmDOqkrQ==
+electron-to-chromium@^1.3.378, electron-to-chromium@^1.3.564, electron-to-chromium@^1.4.668:
+ version "1.4.750"
+ resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.750.tgz#d278a619af727ed069de1317115187282b1131ee"
+ integrity sha512-9ItEpeu15hW5m8jKdriL+BQrgwDTXEL9pn4SkillWFu73ZNNNQ2BKKLS+ZHv2vC9UkNhosAeyfxOf/5OSeTCPA==
-element-resize-detector@^1.2.2:
- version "1.2.2"
- resolved "https://registry.yarnpkg.com/element-resize-detector/-/element-resize-detector-1.2.2.tgz#bf7c3ff915957e4e62e86241ed2f9c86b078892b"
- integrity sha512-+LOXRkCJc4I5WhEJxIDjhmE3raF8jtOMBDqSCgZTMz2TX3oXAX5pE2+MDeopJlGdXzP7KzPbBJaUGfNaP9HG4A==
- dependencies:
- batch-processor "1.0.0"
-
-elliptic@^6.5.3:
- version "6.5.3"
- resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.3.tgz#cb59eb2efdaf73a0bd78ccd7015a62ad6e0f93d6"
- integrity sha512-IMqzv5wNQf+E6aHeIqATs0tOLeOTwj1QKbRcS3jBbYkl5oLAserA8yJTT7/VyHUYG91PRmPyeQDObKLPpeS4dw==
+elliptic@^6.5.3, elliptic@^6.5.5:
+ version "6.5.5"
+ resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.5.tgz#c715e09f78b6923977610d4c2346d6ce22e6dded"
+ integrity sha512-7EjbcmUm17NQFu4Pmgmq2olYMj8nwMnpcddByChSUjArp8F5DQWcIcpriwO4ZToLNAJig0yiyjswfyGNje/ixw==
dependencies:
- bn.js "^4.4.0"
- brorand "^1.0.1"
+ bn.js "^4.11.9"
+ brorand "^1.1.0"
hash.js "^1.0.0"
- hmac-drbg "^1.0.0"
- inherits "^2.0.1"
- minimalistic-assert "^1.0.0"
- minimalistic-crypto-utils "^1.0.0"
+ hmac-drbg "^1.0.1"
+ inherits "^2.0.4"
+ minimalistic-assert "^1.0.1"
+ minimalistic-crypto-utils "^1.0.1"
+
+emittery@^0.10.2:
+ version "0.10.2"
+ resolved "https://registry.yarnpkg.com/emittery/-/emittery-0.10.2.tgz#902eec8aedb8c41938c46e9385e9db7e03182933"
+ integrity sha512-aITqOwnLanpHLNXZJENbOgjUBeHocD+xsSJmNrjovKBW5HbSpW3d1pEls7GFQPUWXiwG9+0P4GtHfEqC/4M0Iw==
emittery@^0.7.1:
version "0.7.2"
@@ -10331,7 +10976,7 @@ emoji-regex@^8.0.0:
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37"
integrity sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==
-emoji-regex@^9.0.0, emoji-regex@^9.2.2:
+emoji-regex@^9.2.2:
version "9.2.2"
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-9.2.2.tgz#840c8803b0d8047f4ff0cf963176b32d4ef3ed72"
integrity sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==
@@ -10339,7 +10984,7 @@ emoji-regex@^9.0.0, emoji-regex@^9.2.2:
emojis-list@^2.0.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/emojis-list/-/emojis-list-2.1.0.tgz#4daa4d9db00f9819880c79fa457ae5b09a1fd389"
- integrity sha1-TapNnbAPmBmIDHn6RXrlsJof04k=
+ integrity sha512-knHEZMgs8BB+MInokmNTg/OyPlAddghe1YBgNwJBc5zsJi/uyIcXoSDsL/W9ymOsBoBGdPIHXYJ9+qKFwRwDng==
emojis-list@^3.0.0:
version "3.0.0"
@@ -10351,19 +10996,10 @@ emoticon@^3.2.0:
resolved "https://registry.yarnpkg.com/emoticon/-/emoticon-3.2.0.tgz#c008ca7d7620fac742fe1bf4af8ff8fed154ae7f"
integrity sha512-SNujglcLTTg+lDAcApPNgEdudaqQFiAbJCqzjNxJkvN9vAwCGi0uu8IUVvx+f16h+V44KCY6Y2yboroc9pilHg==
-emotion-theming@^10.0.27:
- version "10.0.27"
- resolved "https://registry.yarnpkg.com/emotion-theming/-/emotion-theming-10.0.27.tgz#1887baaec15199862c89b1b984b79806f2b9ab10"
- integrity sha512-MlF1yu/gYh8u+sLUqA0YuA9JX0P4Hb69WlKc/9OLo+WCXuX6sy/KoIa+qJimgmr2dWqnypYKYPX37esjDBbhdw==
- dependencies:
- "@babel/runtime" "^7.5.5"
- "@emotion/weak-memoize" "0.2.5"
- hoist-non-react-statics "^3.3.0"
-
encodeurl@~1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/encodeurl/-/encodeurl-1.0.2.tgz#ad3ff4c86ec2d029322f5a02c3a9a606c95b3f59"
- integrity sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=
+ integrity sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==
encoding@^0.1.12:
version "0.1.13"
@@ -10380,15 +11016,15 @@ end-of-stream@^1.0.0, end-of-stream@^1.1.0, end-of-stream@^1.4.1:
once "^1.4.0"
endent@^2.0.1:
- version "2.0.1"
- resolved "https://registry.yarnpkg.com/endent/-/endent-2.0.1.tgz#fb18383a3f37ae3213a5d9f6c4a880d1061eb4c5"
- integrity sha512-mADztvcC+vCk4XEZaCz6xIPO2NHQuprv5CAEjuVAu6aZwqAj7nVNlMyl1goPFYqCCpS2OJV9jwpumJLkotZrNw==
+ version "2.1.0"
+ resolved "https://registry.yarnpkg.com/endent/-/endent-2.1.0.tgz#5aaba698fb569e5e18e69e1ff7a28ff35373cd88"
+ integrity sha512-r8VyPX7XL8U01Xgnb1CjZ3XV+z90cXIJ9JPE/R9SEC9vpw2P6CfsRPJmp20DppC5N7ZAMCmjYkJIa744Iyg96w==
dependencies:
dedent "^0.7.0"
fast-json-parse "^1.0.3"
- objectorarray "^1.0.4"
+ objectorarray "^1.0.5"
-enhanced-resolve@^4.3.0, enhanced-resolve@^4.5.0:
+enhanced-resolve@^4.3.0:
version "4.5.0"
resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-4.5.0.tgz#2f3cfd84dbe3b487f18f2db2ef1e064a571ca5ec"
integrity sha512-Nv9m36S/vxpsI+Hc4/ZGRs0n9mXqSWGGq49zxb/cJfPAQMbUtttJAlNPS4AQzaBdw/pKskw5bMbekT/Y7W/Wlg==
@@ -10397,81 +11033,87 @@ enhanced-resolve@^4.3.0, enhanced-resolve@^4.5.0:
memory-fs "^0.5.0"
tapable "^1.0.0"
-enhanced-resolve@^5.8.3:
- version "5.8.3"
- resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.8.3.tgz#6d552d465cce0423f5b3d718511ea53826a7b2f0"
- integrity sha512-EGAbGvH7j7Xt2nc0E7D99La1OiEs8LnyimkRgwExpUMScN6O+3x9tIWs7PLQZVNx4YD+00skHXPXi1yQHpAmZA==
+enhanced-resolve@^5.16.0:
+ version "5.16.0"
+ resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.16.0.tgz#65ec88778083056cb32487faa9aef82ed0864787"
+ integrity sha512-O+QWCviPNSSLAD9Ucn8Awv+poAkqn3T1XY5/N7kR7rQO9yfSGWkYZDwpJ+iKF7B8rxaQKWngSqACpgzeapSyoA==
dependencies:
graceful-fs "^4.2.4"
tapable "^2.2.0"
enquirer@^2.3.5, enquirer@^2.3.6:
- version "2.3.6"
- resolved "https://registry.yarnpkg.com/enquirer/-/enquirer-2.3.6.tgz#2a7fe5dd634a1e4125a975ec994ff5456dc3734d"
- integrity sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==
+ version "2.4.1"
+ resolved "https://registry.yarnpkg.com/enquirer/-/enquirer-2.4.1.tgz#93334b3fbd74fc7097b224ab4a8fb7e40bf4ae56"
+ integrity sha512-rRqJg/6gd538VHvR3PSrdRBb/1Vy2YfzHqzvbhGIQpDRKIa4FgV/54b5Q1xYSxOOwKvjXweS26E0Q+nAMwp2pQ==
dependencies:
ansi-colors "^4.1.1"
+ strip-ansi "^6.0.1"
ensure-array@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/ensure-array/-/ensure-array-1.0.0.tgz#317e9fc632c656bb849eb649133528e205b23abc"
integrity sha512-A+3Ntl5WS+GjDnHtC67dKIjw+IoGoeFdNvjn3ZfKEmZgWUz0nxBPE4W52QMCbGZsat0VwWskD5T6AEpe3T2d1g==
-entities@^1.1.1, entities@^1.1.2, entities@~1.1.1:
- version "1.1.2"
- resolved "https://registry.yarnpkg.com/entities/-/entities-1.1.2.tgz#bdfa735299664dfafd34529ed4f8522a275fea56"
- integrity sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w==
-
entities@^2.0.0:
+ version "2.2.0"
+ resolved "https://registry.yarnpkg.com/entities/-/entities-2.2.0.tgz#098dc90ebb83d8dffa089d55256b351d34c4da55"
+ integrity sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==
+
+entities@^4.2.0, entities@^4.4.0:
+ version "4.5.0"
+ resolved "https://registry.yarnpkg.com/entities/-/entities-4.5.0.tgz#5d268ea5e7113ec74c4d033b79ea5a35a488fb48"
+ integrity sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==
+
+entities@~2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/entities/-/entities-2.1.0.tgz#992d3129cf7df6870b96c57858c249a120f8b8b5"
integrity sha512-hCx1oky9PFrJ611mf0ifBLBRW8lUUVRlFolb5gWRfIELabBlbp9xZvrqZLZAs+NxFnbfQoeGd8wDkygjg7U85w==
-entities@^3.0.1:
- version "3.0.1"
- resolved "https://registry.yarnpkg.com/entities/-/entities-3.0.1.tgz#2b887ca62585e96db3903482d336c1006c3001d4"
- integrity sha512-WiyBqoomrwMdFG1e0kqvASYfnlb0lp8M5o5Fw2OFq1hNZxxcNk8Ik0Xm7LxzBhuidnZB/UtBqVCgUz3kBOP51Q==
+env-paths@^2.2.1:
+ version "2.2.1"
+ resolved "https://registry.yarnpkg.com/env-paths/-/env-paths-2.2.1.tgz#420399d416ce1fbe9bc0a07c62fa68d67fd0f8f2"
+ integrity sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==
-entities@~2.0.0:
- version "2.0.3"
- resolved "https://registry.yarnpkg.com/entities/-/entities-2.0.3.tgz#5c487e5742ab93c15abb5da22759b8590ec03b7f"
- integrity sha512-MyoZ0jgnLvB2X3Lg5HqpFmn1kybDiIfEQmKzTb5apr51Rb+T3KdmMiqa70T+bhGnyv7bQ6WMj2QMHpGMmlrUYQ==
+envinfo@^7.7.3:
+ version "7.12.0"
+ resolved "https://registry.yarnpkg.com/envinfo/-/envinfo-7.12.0.tgz#b56723b39c2053d67ea5714f026d05d4f5cc7acd"
+ integrity sha512-Iw9rQJBGpJRd3rwXm9ft/JiGoAZmLxxJZELYDQoPRZ4USVhkKtIcNBPw6U+/K2mBpaqM25JSV6Yl4Az9vO2wJg==
enzyme-adapter-react-16@^1.15.6:
- version "1.15.6"
- resolved "https://registry.yarnpkg.com/enzyme-adapter-react-16/-/enzyme-adapter-react-16-1.15.6.tgz#fd677a658d62661ac5afd7f7f541f141f8085901"
- integrity sha512-yFlVJCXh8T+mcQo8M6my9sPgeGzj85HSHi6Apgf1Cvq/7EL/J9+1JoJmJsRxZgyTvPMAqOEpRSu/Ii/ZpyOk0g==
- dependencies:
- enzyme-adapter-utils "^1.14.0"
- enzyme-shallow-equal "^1.0.4"
- has "^1.0.3"
- object.assign "^4.1.2"
- object.values "^1.1.2"
- prop-types "^15.7.2"
+ version "1.15.8"
+ resolved "https://registry.yarnpkg.com/enzyme-adapter-react-16/-/enzyme-adapter-react-16-1.15.8.tgz#1aecb5daadaae33d32c5b8b78566d7cf45dc49d8"
+ integrity sha512-uYGC31eGZBp5nGsr4nKhZKvxGQjyHGjS06BJsUlWgE29/hvnpgCsT1BJvnnyny7N3GIIVyxZ4O9GChr6hy2WQA==
+ dependencies:
+ enzyme-adapter-utils "^1.14.2"
+ enzyme-shallow-equal "^1.0.7"
+ hasown "^2.0.0"
+ object.assign "^4.1.5"
+ object.values "^1.1.7"
+ prop-types "^15.8.1"
react-is "^16.13.1"
react-test-renderer "^16.0.0-0"
- semver "^5.7.0"
+ semver "^5.7.2"
-enzyme-adapter-utils@^1.14.0:
- version "1.14.0"
- resolved "https://registry.yarnpkg.com/enzyme-adapter-utils/-/enzyme-adapter-utils-1.14.0.tgz#afbb0485e8033aa50c744efb5f5711e64fbf1ad0"
- integrity sha512-F/z/7SeLt+reKFcb7597IThpDp0bmzcH1E9Oabqv+o01cID2/YInlqHbFl7HzWBl4h3OdZYedtwNDOmSKkk0bg==
+enzyme-adapter-utils@^1.14.2:
+ version "1.14.2"
+ resolved "https://registry.yarnpkg.com/enzyme-adapter-utils/-/enzyme-adapter-utils-1.14.2.tgz#1d012e6261accbe7d406db098bb4d8dfdce8c003"
+ integrity sha512-1ZC++RlsYRaiOWE5NRaF5OgsMt7F5rn/VuaJIgc7eW/fmgg8eS1/Ut7EugSPPi7VMdWMLcymRnMF+mJUJ4B8KA==
dependencies:
airbnb-prop-types "^2.16.0"
- function.prototype.name "^1.1.3"
- has "^1.0.3"
- object.assign "^4.1.2"
- object.fromentries "^2.0.3"
- prop-types "^15.7.2"
- semver "^5.7.1"
+ function.prototype.name "^1.1.6"
+ hasown "^2.0.0"
+ object.assign "^4.1.5"
+ object.fromentries "^2.0.7"
+ prop-types "^15.8.1"
+ semver "^6.3.1"
-enzyme-shallow-equal@^1.0.1, enzyme-shallow-equal@^1.0.4:
- version "1.0.4"
- resolved "https://registry.yarnpkg.com/enzyme-shallow-equal/-/enzyme-shallow-equal-1.0.4.tgz#b9256cb25a5f430f9bfe073a84808c1d74fced2e"
- integrity sha512-MttIwB8kKxypwHvRynuC3ahyNc+cFbR8mjVIltnmzQ0uKGqmsfO4bfBuLxb0beLNPhjblUEYvEbsg+VSygvF1Q==
+enzyme-shallow-equal@^1.0.1, enzyme-shallow-equal@^1.0.7:
+ version "1.0.7"
+ resolved "https://registry.yarnpkg.com/enzyme-shallow-equal/-/enzyme-shallow-equal-1.0.7.tgz#4e3aa678022387a68e6c47aff200587851885b5e"
+ integrity sha512-/um0GFqUXnpM9SvKtje+9Tjoz3f1fpBC3eXRFrNs8kpYn69JljciYP7KZTqM/YQbUY9KUjvKB4jo/q+L6WGGvg==
dependencies:
- has "^1.0.3"
- object-is "^1.1.2"
+ hasown "^2.0.0"
+ object-is "^1.1.5"
enzyme@^3.11.0:
version "3.11.0"
@@ -10512,111 +11154,157 @@ errlop@^2.0.0:
integrity sha512-e64Qj9+4aZzjzzFpZC7p5kmm/ccCrbLhAJplhsDXQFs87XTsXwOpH4s1Io2s90Tau/8r2j9f4l/thhDevRjzxw==
errno@^0.1.3, errno@~0.1.7:
- version "0.1.7"
- resolved "https://registry.yarnpkg.com/errno/-/errno-0.1.7.tgz#4684d71779ad39af177e3f007996f7c67c852618"
- integrity sha512-MfrRBDWzIWifgq6tJj60gkAwtLNb6sQPlcFrSOflcP1aFmmruKQ2wRnze/8V6kgyz7H3FF8Npzv78mZ7XLLflg==
+ version "0.1.8"
+ resolved "https://registry.yarnpkg.com/errno/-/errno-0.1.8.tgz#8bb3e9c7d463be4976ff888f76b4809ebc2e811f"
+ integrity sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A==
dependencies:
prr "~1.0.1"
-error-ex@^1.2.0, error-ex@^1.3.1:
+error-ex@^1.3.1:
version "1.3.2"
resolved "https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.2.tgz#b4ac40648107fdcdcfae242f428bea8a14d4f1bf"
integrity sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==
dependencies:
is-arrayish "^0.2.1"
-error-stack-parser@^2.0.6:
- version "2.0.6"
- resolved "https://registry.yarnpkg.com/error-stack-parser/-/error-stack-parser-2.0.6.tgz#5a99a707bd7a4c58a797902d48d82803ede6aad8"
- integrity sha512-d51brTeqC+BHlwF0BhPtcYgF5nlzf9ZZ0ZIUQNZpc9ZB9qw5IJ2diTrBY9jlCJkTLITYPjmiX6OWCwH+fuyNgQ==
- dependencies:
- stackframe "^1.1.1"
-
-error-stack-parser@^2.1.4:
+error-stack-parser@^2.0.6, error-stack-parser@^2.1.4:
version "2.1.4"
resolved "https://registry.yarnpkg.com/error-stack-parser/-/error-stack-parser-2.1.4.tgz#229cb01cdbfa84440bfa91876285b94680188286"
integrity sha512-Sk5V6wVazPhq5MhpO+AUxJn5x7XSXGl1R93Vn7i+zS15KDVxQijejNCrz8340/2bgLBjR9GtEG8ZVKONDjcqGQ==
dependencies:
stackframe "^1.3.4"
-es-abstract@^1.17.0-next.0, es-abstract@^1.17.0-next.1, es-abstract@^1.17.2, es-abstract@^1.17.4, es-abstract@^1.18.0-next.1, es-abstract@^1.19.0, es-abstract@^1.20.4:
- version "1.21.1"
- resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.21.1.tgz#e6105a099967c08377830a0c9cb589d570dd86c6"
- integrity sha512-QudMsPOz86xYz/1dG1OuGBKOELjCh99IIWHLzy5znUB6j8xG2yMA7bfTV86VSqKF+Y/H08vQPR+9jyXpuC6hfg==
- dependencies:
- available-typed-arrays "^1.0.5"
- call-bind "^1.0.2"
- es-set-tostringtag "^2.0.1"
+es-abstract@^1.17.2, es-abstract@^1.22.1, es-abstract@^1.22.3, es-abstract@^1.23.0, es-abstract@^1.23.1, es-abstract@^1.23.2, es-abstract@^1.23.3:
+ version "1.23.3"
+ resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.23.3.tgz#8f0c5a35cd215312573c5a27c87dfd6c881a0aa0"
+ integrity sha512-e+HfNH61Bj1X9/jLc5v1owaLYuHdeHHSQlkhCBiTK8rBvKaULl/beGMxwrMXjpYrv4pz22BlY570vVePA2ho4A==
+ dependencies:
+ array-buffer-byte-length "^1.0.1"
+ arraybuffer.prototype.slice "^1.0.3"
+ available-typed-arrays "^1.0.7"
+ call-bind "^1.0.7"
+ data-view-buffer "^1.0.1"
+ data-view-byte-length "^1.0.1"
+ data-view-byte-offset "^1.0.0"
+ es-define-property "^1.0.0"
+ es-errors "^1.3.0"
+ es-object-atoms "^1.0.0"
+ es-set-tostringtag "^2.0.3"
es-to-primitive "^1.2.1"
- function-bind "^1.1.1"
- function.prototype.name "^1.1.5"
- get-intrinsic "^1.1.3"
- get-symbol-description "^1.0.0"
+ function.prototype.name "^1.1.6"
+ get-intrinsic "^1.2.4"
+ get-symbol-description "^1.0.2"
globalthis "^1.0.3"
gopd "^1.0.1"
- has "^1.0.3"
- has-property-descriptors "^1.0.0"
- has-proto "^1.0.1"
+ has-property-descriptors "^1.0.2"
+ has-proto "^1.0.3"
has-symbols "^1.0.3"
- internal-slot "^1.0.4"
- is-array-buffer "^3.0.1"
+ hasown "^2.0.2"
+ internal-slot "^1.0.7"
+ is-array-buffer "^3.0.4"
is-callable "^1.2.7"
- is-negative-zero "^2.0.2"
+ is-data-view "^1.0.1"
+ is-negative-zero "^2.0.3"
is-regex "^1.1.4"
- is-shared-array-buffer "^1.0.2"
+ is-shared-array-buffer "^1.0.3"
is-string "^1.0.7"
- is-typed-array "^1.1.10"
+ is-typed-array "^1.1.13"
is-weakref "^1.0.2"
- object-inspect "^1.12.2"
+ object-inspect "^1.13.1"
object-keys "^1.1.1"
- object.assign "^4.1.4"
- regexp.prototype.flags "^1.4.3"
- safe-regex-test "^1.0.0"
- string.prototype.trimend "^1.0.6"
- string.prototype.trimstart "^1.0.6"
- typed-array-length "^1.0.4"
+ object.assign "^4.1.5"
+ regexp.prototype.flags "^1.5.2"
+ safe-array-concat "^1.1.2"
+ safe-regex-test "^1.0.3"
+ string.prototype.trim "^1.2.9"
+ string.prototype.trimend "^1.0.8"
+ string.prototype.trimstart "^1.0.8"
+ typed-array-buffer "^1.0.2"
+ typed-array-byte-length "^1.0.1"
+ typed-array-byte-offset "^1.0.2"
+ typed-array-length "^1.0.6"
unbox-primitive "^1.0.2"
- which-typed-array "^1.1.9"
+ which-typed-array "^1.1.15"
es-array-method-boxes-properly@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/es-array-method-boxes-properly/-/es-array-method-boxes-properly-1.0.0.tgz#873f3e84418de4ee19c5be752990b2e44718d09e"
integrity sha512-wd6JXUmyHmt8T5a2xreUwKcGPq6f1f+WwIJkijUqiGcJz1qqnZgP6XIK+QyIWU5lT7imeNxUll48bziG+TSYcA==
-es-get-iterator@^1.0.2:
- version "1.1.1"
- resolved "https://registry.yarnpkg.com/es-get-iterator/-/es-get-iterator-1.1.1.tgz#b93ddd867af16d5118e00881396533c1c6647ad9"
- integrity sha512-qorBw8Y7B15DVLaJWy6WdEV/ZkieBcu6QCq/xzWzGOKJqgG1j754vXRfZ3NY7HSShneqU43mPB4OkQBTkvHhFw==
+es-define-property@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.yarnpkg.com/es-define-property/-/es-define-property-1.0.0.tgz#c7faefbdff8b2696cf5f46921edfb77cc4ba3845"
+ integrity sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==
dependencies:
- call-bind "^1.0.0"
- get-intrinsic "^1.0.1"
- has-symbols "^1.0.1"
- is-arguments "^1.0.4"
- is-map "^2.0.1"
- is-set "^2.0.1"
- is-string "^1.0.5"
- isarray "^2.0.5"
+ get-intrinsic "^1.2.4"
-es-module-lexer@^0.9.0:
- version "0.9.3"
- resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-0.9.3.tgz#6f13db00cc38417137daf74366f535c8eb438f19"
- integrity sha512-1HQ2M2sPtxwnvOvT1ZClHyQDiggdNjURWpY2we6aMKCQiUVxTmVs2UYPLIrD84sS+kMdUwfBSylbJPwNnBrnHQ==
+es-errors@^1.1.0, es-errors@^1.2.1, es-errors@^1.3.0:
+ version "1.3.0"
+ resolved "https://registry.yarnpkg.com/es-errors/-/es-errors-1.3.0.tgz#05f75a25dab98e4fb1dcd5e1472c0546d5057c8f"
+ integrity sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==
-es-set-tostringtag@^2.0.1:
- version "2.0.1"
- resolved "https://registry.yarnpkg.com/es-set-tostringtag/-/es-set-tostringtag-2.0.1.tgz#338d502f6f674301d710b80c8592de8a15f09cd8"
- integrity sha512-g3OMbtlwY3QewlqAiMLI47KywjWZoEytKr8pf6iTC8uJq5bIAH52Z9pnQ8pVL6whrCto53JZDuUIsifGeLorTg==
+es-get-iterator@^1.1.3:
+ version "1.1.3"
+ resolved "https://registry.yarnpkg.com/es-get-iterator/-/es-get-iterator-1.1.3.tgz#3ef87523c5d464d41084b2c3c9c214f1199763d6"
+ integrity sha512-sPZmqHBe6JIiTfN5q2pEi//TwxmAFHwj/XEuYjTuse78i8KxaqMTTzxPoFKuzRpDpTJ+0NAbpfenkmH2rePtuw==
dependencies:
+ call-bind "^1.0.2"
get-intrinsic "^1.1.3"
- has "^1.0.3"
- has-tostringtag "^1.0.0"
+ has-symbols "^1.0.3"
+ is-arguments "^1.1.1"
+ is-map "^2.0.2"
+ is-set "^2.0.2"
+ is-string "^1.0.7"
+ isarray "^2.0.5"
+ stop-iteration-iterator "^1.0.0"
-es-shim-unscopables@^1.0.0:
+es-iterator-helpers@^1.0.15, es-iterator-helpers@^1.0.17:
+ version "1.0.19"
+ resolved "https://registry.yarnpkg.com/es-iterator-helpers/-/es-iterator-helpers-1.0.19.tgz#117003d0e5fec237b4b5c08aded722e0c6d50ca8"
+ integrity sha512-zoMwbCcH5hwUkKJkT8kDIBZSz9I6mVG//+lDCinLCGov4+r7NIy0ld8o03M0cJxl2spVf6ESYVS6/gpIfq1FFw==
+ dependencies:
+ call-bind "^1.0.7"
+ define-properties "^1.2.1"
+ es-abstract "^1.23.3"
+ es-errors "^1.3.0"
+ es-set-tostringtag "^2.0.3"
+ function-bind "^1.1.2"
+ get-intrinsic "^1.2.4"
+ globalthis "^1.0.3"
+ has-property-descriptors "^1.0.2"
+ has-proto "^1.0.3"
+ has-symbols "^1.0.3"
+ internal-slot "^1.0.7"
+ iterator.prototype "^1.1.2"
+ safe-array-concat "^1.1.2"
+
+es-module-lexer@^1.2.1, es-module-lexer@^1.4.1:
+ version "1.5.2"
+ resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-1.5.2.tgz#00b423304f2500ac59359cc9b6844951f372d497"
+ integrity sha512-l60ETUTmLqbVbVHv1J4/qj+M8nq7AwMzEcg3kmJDt9dCNrTk+yHcYFf/Kw75pMDwd9mPcIGCG5LcS20SxYRzFA==
+
+es-object-atoms@^1.0.0:
version "1.0.0"
- resolved "https://registry.yarnpkg.com/es-shim-unscopables/-/es-shim-unscopables-1.0.0.tgz#702e632193201e3edf8713635d083d378e510241"
- integrity sha512-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w==
+ resolved "https://registry.yarnpkg.com/es-object-atoms/-/es-object-atoms-1.0.0.tgz#ddb55cd47ac2e240701260bc2a8e31ecb643d941"
+ integrity sha512-MZ4iQ6JwHOBQjahnjwaC1ZtIBH+2ohjamzAO3oaHcXYup7qxjF2fixyH+Q71voWHeOkI2q/TnJao/KfXYIZWbw==
dependencies:
- has "^1.0.3"
+ es-errors "^1.3.0"
+
+es-set-tostringtag@^2.0.3:
+ version "2.0.3"
+ resolved "https://registry.yarnpkg.com/es-set-tostringtag/-/es-set-tostringtag-2.0.3.tgz#8bb60f0a440c2e4281962428438d58545af39777"
+ integrity sha512-3T8uNMC3OQTHkFUsFq8r/BwAXLHvU/9O9mE0fBc/MY5iq/8H7ncvO947LmYA6ldWw9Uh8Yhf25zu6n7nML5QWQ==
+ dependencies:
+ get-intrinsic "^1.2.4"
+ has-tostringtag "^1.0.2"
+ hasown "^2.0.1"
+
+es-shim-unscopables@^1.0.0, es-shim-unscopables@^1.0.2:
+ version "1.0.2"
+ resolved "https://registry.yarnpkg.com/es-shim-unscopables/-/es-shim-unscopables-1.0.2.tgz#1f6942e71ecc7835ed1c8a83006d8771a63a3763"
+ integrity sha512-J3yBRXCzDu4ULnQwxyToo/OjdMx6akgVC7K6few0a7F/0wLtmKKN7I73AH5T2836UuXRqN7Qg+IIUw/+YJksRw==
+ dependencies:
+ hasown "^2.0.0"
es-to-primitive@^1.2.1:
version "1.2.1"
@@ -10627,41 +11315,73 @@ es-to-primitive@^1.2.1:
is-date-object "^1.0.1"
is-symbol "^1.0.2"
-es5-ext@^0.10.35, es5-ext@^0.10.50:
- version "0.10.53"
- resolved "https://registry.yarnpkg.com/es5-ext/-/es5-ext-0.10.53.tgz#93c5a3acfdbef275220ad72644ad02ee18368de1"
- integrity sha512-Xs2Stw6NiNHWypzRTY1MtaG/uJlwCk8kH81920ma8mvN8Xq1gsfhZvpkImLQArw8AHnv8MT2I45J3c0R8slE+Q==
+es5-ext@^0.10.35, es5-ext@^0.10.62, es5-ext@^0.10.64, es5-ext@~0.10.14:
+ version "0.10.64"
+ resolved "https://registry.yarnpkg.com/es5-ext/-/es5-ext-0.10.64.tgz#12e4ffb48f1ba2ea777f1fcdd1918ef73ea21714"
+ integrity sha512-p2snDhiLaXe6dahss1LddxqEm+SkuDvV8dnIQG0MWjyHpcMNfXKPE+/Cc0y+PhxJX3A4xGNeFCj5oc0BUh6deg==
dependencies:
- es6-iterator "~2.0.3"
- es6-symbol "~3.1.3"
- next-tick "~1.0.0"
-
-es5-shim@^4.5.13:
- version "4.5.14"
- resolved "https://registry.yarnpkg.com/es5-shim/-/es5-shim-4.5.14.tgz#90009e1019d0ea327447cb523deaff8fe45697ef"
- integrity sha512-7SwlpL+2JpymWTt8sNLuC2zdhhc+wrfe5cMPI2j0o6WsPdfAiPwmFy2f0AocPB4RQVBOZ9kNTgi5YF7TdhkvEg==
+ es6-iterator "^2.0.3"
+ es6-symbol "^3.1.3"
+ esniff "^2.0.1"
+ next-tick "^1.1.0"
-es6-iterator@2.0.3, es6-iterator@~2.0.3:
+es6-iterator@2.0.3, es6-iterator@^2.0.3:
version "2.0.3"
resolved "https://registry.yarnpkg.com/es6-iterator/-/es6-iterator-2.0.3.tgz#a7de889141a05a94b0854403b2d0a0fbfa98f3b7"
- integrity sha1-p96IkUGgWpSwhUQDstCg+/qY87c=
+ integrity sha512-zw4SRzoUkd+cl+ZoE15A9o1oQd920Bb0iOJMQkQhl3jNc03YqVjAhG7scf9C5KWRU/R13Orf588uCC6525o02g==
dependencies:
d "1"
es5-ext "^0.10.35"
es6-symbol "^3.1.1"
-es6-shim@^0.35.5:
- version "0.35.6"
- resolved "https://registry.yarnpkg.com/es6-shim/-/es6-shim-0.35.6.tgz#d10578301a83af2de58b9eadb7c2c9945f7388a0"
- integrity sha512-EmTr31wppcaIAgblChZiuN/l9Y7DPyw8Xtbg7fIVngn6zMW+IEBJDJngeKC3x6wr0V/vcA2wqeFnaw1bFJbDdA==
+es6-symbol@^3.1.1, es6-symbol@^3.1.3:
+ version "3.1.4"
+ resolved "https://registry.yarnpkg.com/es6-symbol/-/es6-symbol-3.1.4.tgz#f4e7d28013770b4208ecbf3e0bf14d3bcb557b8c"
+ integrity sha512-U9bFFjX8tFiATgtkJ1zg25+KviIXpgRvRHS8sau3GfhVzThRQrOeksPeT0BWW2MNZs1OEWJ1DPXOQMn0KKRkvg==
+ dependencies:
+ d "^1.0.2"
+ ext "^1.7.0"
+
+esbuild-plugin-alias@^0.2.1:
+ version "0.2.1"
+ resolved "https://registry.yarnpkg.com/esbuild-plugin-alias/-/esbuild-plugin-alias-0.2.1.tgz#45a86cb941e20e7c2bc68a2bea53562172494fcb"
+ integrity sha512-jyfL/pwPqaFXyKnj8lP8iLk6Z0m099uXR45aSN8Av1XD4vhvQutxxPzgA2bTcAwQpa1zCXDcWOlhFgyP3GKqhQ==
-es6-symbol@^3.1.1, es6-symbol@~3.1.3:
- version "3.1.3"
- resolved "https://registry.yarnpkg.com/es6-symbol/-/es6-symbol-3.1.3.tgz#bad5d3c1bcdac28269f4cb331e431c78ac705d18"
- integrity sha512-NJ6Yn3FuDinBaBRWl/q5X/s4koRHBrgKAu+yGI6JCBeiu3qrcbJhwT2GeR/EXVfylRk8dpQVJoLEFhK+Mu31NA==
+esbuild-register@^3.5.0:
+ version "3.5.0"
+ resolved "https://registry.yarnpkg.com/esbuild-register/-/esbuild-register-3.5.0.tgz#449613fb29ab94325c722f560f800dd946dc8ea8"
+ integrity sha512-+4G/XmakeBAsvJuDugJvtyF1x+XJT4FMocynNpxrvEBViirpfUn2PgNpCHedfWhF4WokNsO/OvMKrmJOIJsI5A==
dependencies:
- d "^1.0.1"
- ext "^1.1.2"
+ debug "^4.3.4"
+
+"esbuild@^0.18.0 || ^0.19.0 || ^0.20.0", esbuild@^0.20.2:
+ version "0.20.2"
+ resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.20.2.tgz#9d6b2386561766ee6b5a55196c6d766d28c87ea1"
+ integrity sha512-WdOOppmUNU+IbZ0PaDiTst80zjnrOkyJNHoKupIcVyU8Lvla3Ugx94VzkQ32Ijqd7UhHJy75gNWDMUekcrSJ6g==
+ optionalDependencies:
+ "@esbuild/aix-ppc64" "0.20.2"
+ "@esbuild/android-arm" "0.20.2"
+ "@esbuild/android-arm64" "0.20.2"
+ "@esbuild/android-x64" "0.20.2"
+ "@esbuild/darwin-arm64" "0.20.2"
+ "@esbuild/darwin-x64" "0.20.2"
+ "@esbuild/freebsd-arm64" "0.20.2"
+ "@esbuild/freebsd-x64" "0.20.2"
+ "@esbuild/linux-arm" "0.20.2"
+ "@esbuild/linux-arm64" "0.20.2"
+ "@esbuild/linux-ia32" "0.20.2"
+ "@esbuild/linux-loong64" "0.20.2"
+ "@esbuild/linux-mips64el" "0.20.2"
+ "@esbuild/linux-ppc64" "0.20.2"
+ "@esbuild/linux-riscv64" "0.20.2"
+ "@esbuild/linux-s390x" "0.20.2"
+ "@esbuild/linux-x64" "0.20.2"
+ "@esbuild/netbsd-x64" "0.20.2"
+ "@esbuild/openbsd-x64" "0.20.2"
+ "@esbuild/sunos-x64" "0.20.2"
+ "@esbuild/win32-arm64" "0.20.2"
+ "@esbuild/win32-ia32" "0.20.2"
+ "@esbuild/win32-x64" "0.20.2"
esbuild@^0.19.4:
version "0.19.12"
@@ -10693,9 +11413,9 @@ esbuild@^0.19.4:
"@esbuild/win32-x64" "0.19.12"
escalade@^3.0.2, escalade@^3.1.1:
- version "3.1.1"
- resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.1.tgz#d8cfdc7000965c5a0174b4a82eaa5c0552742e40"
- integrity sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==
+ version "3.1.2"
+ resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.2.tgz#54076e9ab29ea5bf3d8f1ed62acffbb88272df27"
+ integrity sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==
escape-goat@^2.0.0:
version "2.1.1"
@@ -10705,7 +11425,7 @@ escape-goat@^2.0.0:
escape-html@^1.0.3, escape-html@~1.0.3:
version "1.0.3"
resolved "https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988"
- integrity sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=
+ integrity sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==
escape-string-regexp@2.0.0, escape-string-regexp@^2.0.0:
version "2.0.0"
@@ -10720,24 +11440,35 @@ escape-string-regexp@4.0.0, escape-string-regexp@^4.0.0:
escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.5:
version "1.0.5"
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
- integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=
+ integrity sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==
-escodegen@^2.0.0:
- version "2.0.0"
- resolved "https://registry.yarnpkg.com/escodegen/-/escodegen-2.0.0.tgz#5e32b12833e8aa8fa35e1bf0befa89380484c7dd"
- integrity sha512-mmHKys/C8BFUGI+MAWNcSYoORYLMdPzjrknd2Vc+bUsjN5bXcr8EhrNB+UTqfL1y3I9c4fw2ihgtMPQLBRiQxw==
+escodegen@^1.8.1:
+ version "1.14.3"
+ resolved "https://registry.yarnpkg.com/escodegen/-/escodegen-1.14.3.tgz#4e7b81fba61581dc97582ed78cab7f0e8d63f503"
+ integrity sha512-qFcX0XJkdg+PB3xjZZG/wKSuT1PnQWx57+TVSjIMmILd2yC/6ByYElPwJnslDsuWuSAp4AwJGumarAAmJch5Kw==
dependencies:
esprima "^4.0.1"
- estraverse "^5.2.0"
+ estraverse "^4.2.0"
esutils "^2.0.2"
optionator "^0.8.1"
optionalDependencies:
source-map "~0.6.1"
+escodegen@^2.0.0, escodegen@^2.1.0:
+ version "2.1.0"
+ resolved "https://registry.yarnpkg.com/escodegen/-/escodegen-2.1.0.tgz#ba93bbb7a43986d29d6041f99f5262da773e2e17"
+ integrity sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w==
+ dependencies:
+ esprima "^4.0.1"
+ estraverse "^5.2.0"
+ esutils "^2.0.2"
+ optionalDependencies:
+ source-map "~0.6.1"
+
eslint-config-prettier@^8.3.0:
- version "8.3.0"
- resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.3.0.tgz#f7471b20b6fe8a9a9254cc684454202886a2dd7a"
- integrity sha512-BgZuLUSeKzvlL/VUjx/Yb787VQ26RU3gGjA3iiFvdsp/2bMfVIWUVP7tjxtjS0e+HP409cPlPvNkQloz8C91ew==
+ version "8.10.0"
+ resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.10.0.tgz#3a06a662130807e2502fc3ff8b4143d8a0658e11"
+ integrity sha512-SM8AMJdeQqRYT9O9zguiruQZaN7+z+E4eAP9oiLNGKMtomwaB1E9dcgUD6ZAn/eQAb52USbvezbiljfZUhbJcg==
eslint-config-react-app@^6.0.0:
version "6.0.0"
@@ -10746,106 +11477,160 @@ eslint-config-react-app@^6.0.0:
dependencies:
confusing-browser-globals "^1.0.10"
-eslint-import-resolver-node@^0.3.4:
- version "0.3.4"
- resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.4.tgz#85ffa81942c25012d8231096ddf679c03042c717"
- integrity sha512-ogtf+5AB/O+nM6DIeBUNr2fuT7ot9Qg/1harBfBtaP13ekEWFQEEMP94BCB7zaNW3gyY+8SHYF00rnqYwXKWOA==
- dependencies:
- debug "^2.6.9"
- resolve "^1.13.1"
-
-eslint-module-utils@^2.6.0:
- version "2.6.0"
- resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.6.0.tgz#579ebd094f56af7797d19c9866c9c9486629bfa6"
- integrity sha512-6j9xxegbqe8/kZY8cYpcp0xhbK0EgJlg3g9mib3/miLaExuuwc3n5UEfSnU6hWMbT0FAYVvDbL9RrRgpUeQIvA==
- dependencies:
- debug "^2.6.9"
- pkg-dir "^2.0.0"
+eslint-config-react-app@^7.0.1:
+ version "7.0.1"
+ resolved "https://registry.yarnpkg.com/eslint-config-react-app/-/eslint-config-react-app-7.0.1.tgz#73ba3929978001c5c86274c017ea57eb5fa644b4"
+ integrity sha512-K6rNzvkIeHaTd8m/QEh1Zko0KI7BACWkkneSs6s9cKZC/J27X3eZR6Upt1jkmZ/4FK+XUOPPxMEN7+lbUXfSlA==
+ dependencies:
+ "@babel/core" "^7.16.0"
+ "@babel/eslint-parser" "^7.16.3"
+ "@rushstack/eslint-patch" "^1.1.0"
+ "@typescript-eslint/eslint-plugin" "^5.5.0"
+ "@typescript-eslint/parser" "^5.5.0"
+ babel-preset-react-app "^10.0.1"
+ confusing-browser-globals "^1.0.11"
+ eslint-plugin-flowtype "^8.0.3"
+ eslint-plugin-import "^2.25.3"
+ eslint-plugin-jest "^25.3.0"
+ eslint-plugin-jsx-a11y "^6.5.1"
+ eslint-plugin-react "^7.27.1"
+ eslint-plugin-react-hooks "^4.3.0"
+ eslint-plugin-testing-library "^5.0.1"
+
+eslint-import-resolver-node@^0.3.9:
+ version "0.3.9"
+ resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz#d4eaac52b8a2e7c3cd1903eb00f7e053356118ac"
+ integrity sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==
+ dependencies:
+ debug "^3.2.7"
+ is-core-module "^2.13.0"
+ resolve "^1.22.4"
+
+eslint-module-utils@^2.8.0:
+ version "2.8.1"
+ resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.8.1.tgz#52f2404300c3bd33deece9d7372fb337cc1d7c34"
+ integrity sha512-rXDXR3h7cs7dy9RNpUlQf80nX31XWJEyGq1tRMo+6GsO5VmTe4UTwtmonAD4ZkAsrfMVDA2wlGJ3790Ys+D49Q==
+ dependencies:
+ debug "^3.2.7"
eslint-plugin-flowtype@^5.2.0:
- version "5.2.0"
- resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-5.2.0.tgz#a4bef5dc18f9b2bdb41569a4ab05d73805a3d261"
- integrity sha512-z7ULdTxuhlRJcEe1MVljePXricuPOrsWfScRXFhNzVD5dmTHWjIF57AxD0e7AbEoLSbjSsaA5S+hCg43WvpXJQ==
+ version "5.10.0"
+ resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-5.10.0.tgz#7764cc63940f215bf3f0bd2d9a1293b2b9b2b4bb"
+ integrity sha512-vcz32f+7TP+kvTUyMXZmCnNujBQZDNmcqPImw8b9PZ+16w1Qdm6ryRuYZYVaG9xRqqmAPr2Cs9FAX5gN+x/bjw==
dependencies:
lodash "^4.17.15"
string-natural-compare "^3.0.1"
-eslint-plugin-import@^2.22.1:
- version "2.22.1"
- resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.22.1.tgz#0896c7e6a0cf44109a2d97b95903c2bb689d7702"
- integrity sha512-8K7JjINHOpH64ozkAhpT3sd+FswIZTfMZTjdx052pnWrgRCVfp8op9tbjpAk3DdUeI/Ba4C8OjdC0r90erHEOw==
+eslint-plugin-flowtype@^8.0.3:
+ version "8.0.3"
+ resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-8.0.3.tgz#e1557e37118f24734aa3122e7536a038d34a4912"
+ integrity sha512-dX8l6qUL6O+fYPtpNRideCFSpmWOUVx5QcaGLVqe/vlDiBSe4vYljDWDETwnyFzpl7By/WVIu6rcrniCgH9BqQ==
dependencies:
- array-includes "^3.1.1"
- array.prototype.flat "^1.2.3"
- contains-path "^0.1.0"
- debug "^2.6.9"
- doctrine "1.5.0"
- eslint-import-resolver-node "^0.3.4"
- eslint-module-utils "^2.6.0"
- has "^1.0.3"
- minimatch "^3.0.4"
- object.values "^1.1.1"
- read-pkg-up "^2.0.0"
- resolve "^1.17.0"
- tsconfig-paths "^3.9.0"
+ lodash "^4.17.21"
+ string-natural-compare "^3.0.1"
+
+eslint-plugin-import@^2.22.1, eslint-plugin-import@^2.25.3:
+ version "2.29.1"
+ resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.29.1.tgz#d45b37b5ef5901d639c15270d74d46d161150643"
+ integrity sha512-BbPC0cuExzhiMo4Ff1BTVwHpjjv28C5R+btTOGaCRC7UEz801up0JadwkeSk5Ued6TG34uaczuVuH6qyy5YUxw==
+ dependencies:
+ array-includes "^3.1.7"
+ array.prototype.findlastindex "^1.2.3"
+ array.prototype.flat "^1.3.2"
+ array.prototype.flatmap "^1.3.2"
+ debug "^3.2.7"
+ doctrine "^2.1.0"
+ eslint-import-resolver-node "^0.3.9"
+ eslint-module-utils "^2.8.0"
+ hasown "^2.0.0"
+ is-core-module "^2.13.1"
+ is-glob "^4.0.3"
+ minimatch "^3.1.2"
+ object.fromentries "^2.0.7"
+ object.groupby "^1.0.1"
+ object.values "^1.1.7"
+ semver "^6.3.1"
+ tsconfig-paths "^3.15.0"
eslint-plugin-jest@^24.1.0:
- version "24.1.3"
- resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-24.1.3.tgz#fa3db864f06c5623ff43485ca6c0e8fc5fe8ba0c"
- integrity sha512-dNGGjzuEzCE3d5EPZQ/QGtmlMotqnYWD/QpCZ1UuZlrMAdhG5rldh0N0haCvhGnUkSeuORS5VNROwF9Hrgn3Lg==
+ version "24.7.0"
+ resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-24.7.0.tgz#206ac0833841e59e375170b15f8d0955219c4889"
+ integrity sha512-wUxdF2bAZiYSKBclsUMrYHH6WxiBreNjyDxbRv345TIvPeoCEgPNEn3Sa+ZrSqsf1Dl9SqqSREXMHExlMMu1DA==
dependencies:
"@typescript-eslint/experimental-utils" "^4.0.1"
-eslint-plugin-jsx-a11y@^6.3.1:
- version "6.4.1"
- resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.4.1.tgz#a2d84caa49756942f42f1ffab9002436391718fd"
- integrity sha512-0rGPJBbwHoGNPU73/QCLP/vveMlM1b1Z9PponxO87jfr6tuH5ligXbDT6nHSSzBC8ovX2Z+BQu7Bk5D/Xgq9zg==
- dependencies:
- "@babel/runtime" "^7.11.2"
- aria-query "^4.2.2"
- array-includes "^3.1.1"
- ast-types-flow "^0.0.7"
- axe-core "^4.0.2"
- axobject-query "^2.2.0"
- damerau-levenshtein "^1.0.6"
- emoji-regex "^9.0.0"
- has "^1.0.3"
- jsx-ast-utils "^3.1.0"
- language-tags "^1.0.5"
-
-eslint-plugin-react-hooks@^4.2.0:
- version "4.2.0"
- resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.2.0.tgz#8c229c268d468956334c943bb45fc860280f5556"
- integrity sha512-623WEiZJqxR7VdxFCKLI6d6LLpwJkGPYKODnkH3D7WpOG5KM8yWueBd8TLsNAetEJNF5iJmolaAKO3F8yzyVBQ==
+eslint-plugin-jest@^25.3.0:
+ version "25.7.0"
+ resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-25.7.0.tgz#ff4ac97520b53a96187bad9c9814e7d00de09a6a"
+ integrity sha512-PWLUEXeeF7C9QGKqvdSbzLOiLTx+bno7/HC9eefePfEb257QFHg7ye3dh80AZVkaa/RQsBB1Q/ORQvg2X7F0NQ==
+ dependencies:
+ "@typescript-eslint/experimental-utils" "^5.0.0"
+
+eslint-plugin-jsx-a11y@^6.3.1, eslint-plugin-jsx-a11y@^6.5.1:
+ version "6.8.0"
+ resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.8.0.tgz#2fa9c701d44fcd722b7c771ec322432857fcbad2"
+ integrity sha512-Hdh937BS3KdwwbBaKd5+PLCOmYY6U4f2h9Z2ktwtNKvIdIEu137rjYbcb9ApSbVJfWxANNuiKTD/9tOKjK9qOA==
+ dependencies:
+ "@babel/runtime" "^7.23.2"
+ aria-query "^5.3.0"
+ array-includes "^3.1.7"
+ array.prototype.flatmap "^1.3.2"
+ ast-types-flow "^0.0.8"
+ axe-core "=4.7.0"
+ axobject-query "^3.2.1"
+ damerau-levenshtein "^1.0.8"
+ emoji-regex "^9.2.2"
+ es-iterator-helpers "^1.0.15"
+ hasown "^2.0.0"
+ jsx-ast-utils "^3.3.5"
+ language-tags "^1.0.9"
+ minimatch "^3.1.2"
+ object.entries "^1.1.7"
+ object.fromentries "^2.0.7"
-eslint-plugin-react@^7.21.5, eslint-plugin-react@^7.26.0:
- version "7.32.1"
- resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.32.1.tgz#88cdeb4065da8ca0b64e1274404f53a0f9890200"
- integrity sha512-vOjdgyd0ZHBXNsmvU+785xY8Bfe57EFbTYYk8XrROzWpr9QBvpjITvAXt9xqcE6+8cjR/g1+mfumPToxsl1www==
- dependencies:
- array-includes "^3.1.6"
- array.prototype.flatmap "^1.3.1"
- array.prototype.tosorted "^1.1.1"
+eslint-plugin-react-hooks@^4.2.0, eslint-plugin-react-hooks@^4.3.0:
+ version "4.6.2"
+ resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz#c829eb06c0e6f484b3fbb85a97e57784f328c596"
+ integrity sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==
+
+eslint-plugin-react@^7.21.5, eslint-plugin-react@^7.26.0, eslint-plugin-react@^7.27.1:
+ version "7.34.1"
+ resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.34.1.tgz#6806b70c97796f5bbfb235a5d3379ece5f4da997"
+ integrity sha512-N97CxlouPT1AHt8Jn0mhhN2RrADlUAsk1/atcT2KyA/l9Q/E6ll7OIGwNumFmWfZ9skV3XXccYS19h80rHtgkw==
+ dependencies:
+ array-includes "^3.1.7"
+ array.prototype.findlast "^1.2.4"
+ array.prototype.flatmap "^1.3.2"
+ array.prototype.toreversed "^1.1.2"
+ array.prototype.tosorted "^1.1.3"
doctrine "^2.1.0"
+ es-iterator-helpers "^1.0.17"
estraverse "^5.3.0"
jsx-ast-utils "^2.4.1 || ^3.0.0"
minimatch "^3.1.2"
- object.entries "^1.1.6"
- object.fromentries "^2.0.6"
- object.hasown "^1.1.2"
- object.values "^1.1.6"
+ object.entries "^1.1.7"
+ object.fromentries "^2.0.7"
+ object.hasown "^1.1.3"
+ object.values "^1.1.7"
prop-types "^15.8.1"
- resolve "^2.0.0-next.4"
- semver "^6.3.0"
- string.prototype.matchall "^4.0.8"
+ resolve "^2.0.0-next.5"
+ semver "^6.3.1"
+ string.prototype.matchall "^4.0.10"
eslint-plugin-testing-library@^3.9.2:
- version "3.10.1"
- resolved "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-3.10.1.tgz#4dd02306d601c3238fdabf1d1dbc5f2a8e85d531"
- integrity sha512-nQIFe2muIFv2oR2zIuXE4vTbcFNx8hZKRzgHZqJg8rfopIWwoTwtlbCCNELT/jXzVe1uZF68ALGYoDXjLczKiQ==
+ version "3.10.2"
+ resolved "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-3.10.2.tgz#609ec2b0369da7cf2e6d9edff5da153cc31d87bd"
+ integrity sha512-WAmOCt7EbF1XM8XfbCKAEzAPnShkNSwcIsAD2jHdsMUT9mZJPjLCG7pMzbcC8kK366NOuGip8HKLDC+Xk4yIdA==
dependencies:
"@typescript-eslint/experimental-utils" "^3.10.1"
+eslint-plugin-testing-library@^5.0.1:
+ version "5.11.1"
+ resolved "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-5.11.1.tgz#5b46cdae96d4a78918711c0b4792f90088e62d20"
+ integrity sha512-5eX9e1Kc2PqVRed3taaLnAAqPZGEX75C+M/rXzUAI3wIg/ZxzUm1OVAwfe/O+vE+6YXOLetSe9g5GKD2ecXipw==
+ dependencies:
+ "@typescript-eslint/utils" "^5.58.0"
+
eslint-scope@5.1.1, eslint-scope@^5.0.0, eslint-scope@^5.1.1:
version "5.1.1"
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c"
@@ -10862,6 +11647,14 @@ eslint-scope@^4.0.3:
esrecurse "^4.1.0"
estraverse "^4.1.1"
+eslint-scope@^7.2.2:
+ version "7.2.2"
+ resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.2.2.tgz#deb4f92563390f32006894af62a22dba1c46423f"
+ integrity sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==
+ dependencies:
+ esrecurse "^4.3.0"
+ estraverse "^5.2.0"
+
eslint-utils@^2.0.0, eslint-utils@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.1.0.tgz#d2de5e03424e707dc10c74068ddedae708741b27"
@@ -10869,27 +11662,50 @@ eslint-utils@^2.0.0, eslint-utils@^2.1.0:
dependencies:
eslint-visitor-keys "^1.1.0"
+eslint-utils@^3.0.0:
+ version "3.0.0"
+ resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-3.0.0.tgz#8aebaface7345bb33559db0a1f13a1d2d48c3672"
+ integrity sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==
+ dependencies:
+ eslint-visitor-keys "^2.0.0"
+
eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.3.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==
-eslint-visitor-keys@^2.0.0:
- version "2.0.0"
- resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
- integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
+eslint-visitor-keys@^2.0.0, eslint-visitor-keys@^2.1.0:
+ version "2.1.0"
+ resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
+ integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
+
+eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4.3:
+ version "3.4.3"
+ resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
+ integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
eslint-webpack-plugin@^2.5.2:
- version "2.5.4"
- resolved "https://registry.yarnpkg.com/eslint-webpack-plugin/-/eslint-webpack-plugin-2.5.4.tgz#473b84932f1a8e2c2b8e66a402d0497bf440b986"
- integrity sha512-7rYh0m76KyKSDE+B+2PUQrlNS4HJ51t3WKpkJg6vo2jFMbEPTG99cBV0Dm7LXSHucN4WGCG65wQcRiTFrj7iWw==
+ version "2.7.0"
+ resolved "https://registry.yarnpkg.com/eslint-webpack-plugin/-/eslint-webpack-plugin-2.7.0.tgz#0525793a4f8c652c1c6d863995ce1e0f2dcbd143"
+ integrity sha512-bNaVVUvU4srexGhVcayn/F4pJAz19CWBkKoMx7aSQ4wtTbZQCnG5O9LHCE42mM+JSKOUp7n6vd5CIwzj7lOVGA==
dependencies:
- "@types/eslint" "^7.2.6"
+ "@types/eslint" "^7.29.0"
arrify "^2.0.1"
- jest-worker "^26.6.2"
- micromatch "^4.0.2"
+ jest-worker "^27.5.1"
+ micromatch "^4.0.5"
normalize-path "^3.0.0"
- schema-utils "^3.0.0"
+ schema-utils "^3.1.1"
+
+eslint-webpack-plugin@^3.1.1:
+ version "3.2.0"
+ resolved "https://registry.yarnpkg.com/eslint-webpack-plugin/-/eslint-webpack-plugin-3.2.0.tgz#1978cdb9edc461e4b0195a20da950cf57988347c"
+ integrity sha512-avrKcGncpPbPSUHX6B3stNGzkKFto3eL+DKM4+VyMrVnhPc3vRczVlCq3uhuFOdRvDHTVXuzwk1ZKUrqDQHQ9w==
+ dependencies:
+ "@types/eslint" "^7.29.0 || ^8.4.1"
+ jest-worker "^28.0.2"
+ micromatch "^4.0.5"
+ normalize-path "^3.0.0"
+ schema-utils "^4.0.0"
eslint@^7.11.0, eslint@^7.32.0:
version "7.32.0"
@@ -10937,6 +11753,60 @@ eslint@^7.11.0, eslint@^7.32.0:
text-table "^0.2.0"
v8-compile-cache "^2.0.3"
+eslint@^8.3.0:
+ version "8.57.0"
+ resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.0.tgz#c786a6fd0e0b68941aaf624596fb987089195668"
+ integrity sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==
+ dependencies:
+ "@eslint-community/eslint-utils" "^4.2.0"
+ "@eslint-community/regexpp" "^4.6.1"
+ "@eslint/eslintrc" "^2.1.4"
+ "@eslint/js" "8.57.0"
+ "@humanwhocodes/config-array" "^0.11.14"
+ "@humanwhocodes/module-importer" "^1.0.1"
+ "@nodelib/fs.walk" "^1.2.8"
+ "@ungap/structured-clone" "^1.2.0"
+ ajv "^6.12.4"
+ chalk "^4.0.0"
+ cross-spawn "^7.0.2"
+ debug "^4.3.2"
+ doctrine "^3.0.0"
+ escape-string-regexp "^4.0.0"
+ eslint-scope "^7.2.2"
+ eslint-visitor-keys "^3.4.3"
+ espree "^9.6.1"
+ esquery "^1.4.2"
+ esutils "^2.0.2"
+ fast-deep-equal "^3.1.3"
+ file-entry-cache "^6.0.1"
+ find-up "^5.0.0"
+ glob-parent "^6.0.2"
+ globals "^13.19.0"
+ graphemer "^1.4.0"
+ ignore "^5.2.0"
+ imurmurhash "^0.1.4"
+ is-glob "^4.0.0"
+ is-path-inside "^3.0.3"
+ js-yaml "^4.1.0"
+ json-stable-stringify-without-jsonify "^1.0.1"
+ levn "^0.4.1"
+ lodash.merge "^4.6.2"
+ minimatch "^3.1.2"
+ natural-compare "^1.4.0"
+ optionator "^0.9.3"
+ strip-ansi "^6.0.1"
+ text-table "^0.2.0"
+
+esniff@^2.0.1:
+ version "2.0.1"
+ resolved "https://registry.yarnpkg.com/esniff/-/esniff-2.0.1.tgz#a4d4b43a5c71c7ec51c51098c1d8a29081f9b308"
+ integrity sha512-kTUIGKQ/mDPFoJ0oVfcmyJn4iBDRptjNVIzwIFR7tqWXdVI9xfA2RMwY/gbSpJG3lkdWNEjLap/NqVHZiJsdfg==
+ dependencies:
+ d "^1.0.1"
+ es5-ext "^0.10.62"
+ event-emitter "^0.3.5"
+ type "^2.7.2"
+
espree@^7.3.0, espree@^7.3.1:
version "7.3.1"
resolved "https://registry.yarnpkg.com/espree/-/espree-7.3.1.tgz#f2df330b752c6f55019f8bd89b7660039c1bbbb6"
@@ -10946,15 +11816,29 @@ espree@^7.3.0, espree@^7.3.1:
acorn-jsx "^5.3.1"
eslint-visitor-keys "^1.3.0"
+espree@^9.6.0, espree@^9.6.1:
+ version "9.6.1"
+ resolved "https://registry.yarnpkg.com/espree/-/espree-9.6.1.tgz#a2a17b8e434690a5432f2f8018ce71d331a48c6f"
+ integrity sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==
+ dependencies:
+ acorn "^8.9.0"
+ acorn-jsx "^5.3.2"
+ eslint-visitor-keys "^3.4.1"
+
+esprima@1.2.2:
+ version "1.2.2"
+ resolved "https://registry.yarnpkg.com/esprima/-/esprima-1.2.2.tgz#76a0fd66fcfe154fd292667dc264019750b1657b"
+ integrity sha512-+JpPZam9w5DuJ3Q67SqsMGtiHKENSMRVoxvArfJZK01/BfLEObtZ6orJa/MtoGNR/rfMgp5837T41PAmTwAv/A==
+
esprima@^4.0.0, esprima@^4.0.1, esprima@~4.0.0:
version "4.0.1"
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
-esquery@^1.4.0:
- version "1.4.0"
- resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.4.0.tgz#2148ffc38b82e8c7057dfed48425b3e61f0f24a5"
- integrity sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==
+esquery@^1.4.0, esquery@^1.4.2:
+ version "1.5.0"
+ resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.5.0.tgz#6ce17738de8577694edd7361c57182ac8cb0db0b"
+ integrity sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==
dependencies:
estraverse "^5.1.0"
@@ -10965,7 +11849,7 @@ esrecurse@^4.1.0, esrecurse@^4.3.0:
dependencies:
estraverse "^5.2.0"
-estraverse@^4.1.1:
+estraverse@^4.1.1, estraverse@^4.2.0:
version "4.3.0"
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-4.3.0.tgz#398ad3f3c5a24948be7725e83d11a7de28cdbd1d"
integrity sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==
@@ -10999,27 +11883,36 @@ esutils@^2.0.2:
resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64"
integrity sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==
-eta@^1.12.3:
- version "1.12.3"
- resolved "https://registry.yarnpkg.com/eta/-/eta-1.12.3.tgz#2982d08adfbef39f9fa50e2fbd42d7337e7338b1"
- integrity sha512-qHixwbDLtekO/d51Yr4glcaUJCIjGVJyTzuqV4GPlgZo1YpgOKG+avQynErZIYrfM6JIJdtiG2Kox8tbb+DoGg==
+eta@^2.0.0:
+ version "2.2.0"
+ resolved "https://registry.yarnpkg.com/eta/-/eta-2.2.0.tgz#eb8b5f8c4e8b6306561a455e62cd7492fe3a9b8a"
+ integrity sha512-UVQ72Rqjy/ZKQalzV5dCCJP80GrmPrMxh6NlNf+erV6ObL0ZFkhCstWRawS85z3smdr3d2wXPsZEY7rDPfGd2g==
etag@~1.8.1:
version "1.8.1"
resolved "https://registry.yarnpkg.com/etag/-/etag-1.8.1.tgz#41ae2eeb65efa62268aebfea83ac7d79299b0887"
- integrity sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=
+ integrity sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==
-eval@^0.1.4:
- version "0.1.6"
- resolved "https://registry.yarnpkg.com/eval/-/eval-0.1.6.tgz#9620d7d8c85515e97e6b47c5814f46ae381cb3cc"
- integrity sha512-o0XUw+5OGkXw4pJZzQoXUk+H87DHuC+7ZE//oSrRGtatTmr12oTnLfg6QOq9DyTt0c/p4TwzgmkKrBzWTSizyQ==
+eval@^0.1.8:
+ version "0.1.8"
+ resolved "https://registry.yarnpkg.com/eval/-/eval-0.1.8.tgz#2b903473b8cc1d1989b83a1e7923f883eb357f85"
+ integrity sha512-EzV94NYKoO09GLXGjXj9JIlXijVck4ONSr5wiCWDvhsvj5jxSrzTmRU/9C1DyB6uToszLs8aifA6NQ7lEQdvFw==
dependencies:
+ "@types/node" "*"
require-like ">= 0.1.1"
+event-emitter@^0.3.5:
+ version "0.3.5"
+ resolved "https://registry.yarnpkg.com/event-emitter/-/event-emitter-0.3.5.tgz#df8c69eef1647923c7157b9ce83840610b02cc39"
+ integrity sha512-D9rRn9y7kLPnJ+hMq7S/nhvoKwwvVJahBi2BPmx3bvbsEdK3W9ii8cBSGjP+72/LnM4n6fo3+dkCX5FeTQruXA==
+ dependencies:
+ d "1"
+ es5-ext "~0.10.14"
+
event-stream@3.3.4:
version "3.3.4"
resolved "https://registry.yarnpkg.com/event-stream/-/event-stream-3.3.4.tgz#4ab4c9a0f5a54db9338b4c34d86bfce8f4b35571"
- integrity sha1-SrTJoPWlTbkzi0w02Gv86PSzVXE=
+ integrity sha512-QHpkERcGsR0T7Qm3HNJSyXKEEj8AHNxkY3PK8TS2KJvQ7NiSHe3DDpwVKKtoYprL/AreyzFBeIkBIWChAqn60g==
dependencies:
duplexer "~0.1.1"
from "~0"
@@ -11044,12 +11937,10 @@ events@^3.0.0, events@^3.2.0:
resolved "https://registry.yarnpkg.com/events/-/events-3.3.0.tgz#31a95ad0a924e2d2c419a813aeb2c4e878ea7400"
integrity sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==
-eventsource@^1.0.7:
- version "1.0.7"
- resolved "https://registry.yarnpkg.com/eventsource/-/eventsource-1.0.7.tgz#8fbc72c93fcd34088090bc0a4e64f4b5cee6d8d0"
- integrity sha512-4Ln17+vVT0k8aWq+t/bF5arcS3EpT9gYtW66EPacdj/mAFevznsnyoHLPy2BA8gbIQeIHoPsvwmfBftfcG//BQ==
- dependencies:
- original "^1.0.0"
+eventsource@^2.0.2:
+ version "2.0.2"
+ resolved "https://registry.yarnpkg.com/eventsource/-/eventsource-2.0.2.tgz#76dfcc02930fb2ff339520b6d290da573a9e8508"
+ integrity sha512-IzUmBGPR3+oUG9dUeXynyNmf91/3zUSJg1lCktzKw47OXuhco54U3r9B7O4XX+Rb1Itm9OZ2b0RkTs10bICOxA==
evp_bytestokey@^1.0.0, evp_bytestokey@^1.0.3:
version "1.0.3"
@@ -11060,9 +11951,9 @@ evp_bytestokey@^1.0.0, evp_bytestokey@^1.0.3:
safe-buffer "^5.1.1"
exec-sh@^0.3.2:
- version "0.3.4"
- resolved "https://registry.yarnpkg.com/exec-sh/-/exec-sh-0.3.4.tgz#3a018ceb526cc6f6df2bb504b2bfe8e3a4934ec5"
- integrity sha512-sEFIkc61v75sWeOe72qyrqg2Qg0OuLESziUDk/O/z2qgS15y2gWVFrI6f2Qn/qw/0/NCfCEsmNA4zOjkwEZT1A==
+ version "0.3.6"
+ resolved "https://registry.yarnpkg.com/exec-sh/-/exec-sh-0.3.6.tgz#ff264f9e325519a60cb5e273692943483cca63bc"
+ integrity sha512-nQn+hI3yp+oD0huYhKwvYI32+JFeq+XkNcD1GAo3Y/MjxsfVGmrrzrnzjWiNY6f+pUCP440fThsFh5gZrRAU/w==
execa@4.1.0, execa@^4.0.0:
version "4.1.0"
@@ -11082,7 +11973,7 @@ execa@4.1.0, execa@^4.0.0:
execa@^0.7.0:
version "0.7.0"
resolved "https://registry.yarnpkg.com/execa/-/execa-0.7.0.tgz#944becd34cc41ee32a63a9faf27ad5a65fc59777"
- integrity sha1-lEvs00zEHuMqY6n68nrVpl/Fl3c=
+ integrity sha512-RztN09XglpYI7aBBrJCPW95jEH7YF1UEPOoX9yDhUTPdp7mK+CQvnLTuD10BNXZ3byLTu2uehZ8EcKT/4CGiFw==
dependencies:
cross-spawn "^5.0.1"
get-stream "^3.0.0"
@@ -11120,6 +12011,21 @@ execa@^5.0.0, execa@^5.1.1:
signal-exit "^3.0.3"
strip-final-newline "^2.0.0"
+execa@^8.0.1:
+ version "8.0.1"
+ resolved "https://registry.yarnpkg.com/execa/-/execa-8.0.1.tgz#51f6a5943b580f963c3ca9c6321796db8cc39b8c"
+ integrity sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==
+ dependencies:
+ cross-spawn "^7.0.3"
+ get-stream "^8.0.1"
+ human-signals "^5.0.0"
+ is-stream "^3.0.0"
+ merge-stream "^2.0.0"
+ npm-run-path "^5.1.0"
+ onetime "^6.0.0"
+ signal-exit "^4.1.0"
+ strip-final-newline "^3.0.0"
+
executable@^4.1.1:
version "4.1.1"
resolved "https://registry.yarnpkg.com/executable/-/executable-4.1.1.tgz#41532bff361d3e57af4d763b70582db18f5d133c"
@@ -11130,12 +12036,12 @@ executable@^4.1.1:
exit@^0.1.2:
version "0.1.2"
resolved "https://registry.yarnpkg.com/exit/-/exit-0.1.2.tgz#0632638f8d877cc82107d30a0fff1a17cba1cd0c"
- integrity sha1-BjJjj42HfMghB9MKD/8aF8uhzQw=
+ integrity sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ==
expand-brackets@^2.1.4:
version "2.1.4"
resolved "https://registry.yarnpkg.com/expand-brackets/-/expand-brackets-2.1.4.tgz#b77735e315ce30f6b6eff0f83b04151a22449622"
- integrity sha1-t3c14xXOMPa27/D4OwQVGiJEliI=
+ integrity sha512-w/ozOKR9Obk3qoWeY/WDi6MFta9AoMR+zud60mdnbniMcBxRuFJyDt2LdX/14A1UABeqk+Uk+LDfUpvoGKppZA==
dependencies:
debug "^2.3.3"
define-property "^0.2.5"
@@ -11157,72 +12063,82 @@ expect@^26.6.0, expect@^26.6.2:
jest-message-util "^26.6.2"
jest-regex-util "^26.0.0"
-expect@^27.2.0:
- version "27.2.0"
- resolved "https://registry.yarnpkg.com/expect/-/expect-27.2.0.tgz#40eb89a492afb726a3929ccf3611ee0799ab976f"
- integrity sha512-oOTbawMQv7AK1FZURbPTgGSzmhxkjFzoARSvDjOMnOpeWuYQx1tP6rXu9MIX5mrACmyCAM7fSNP8IJO2f1p0CQ==
- dependencies:
- "@jest/types" "^27.1.1"
- ansi-styles "^5.0.0"
- jest-get-type "^27.0.6"
- jest-matcher-utils "^27.2.0"
- jest-message-util "^27.2.0"
- jest-regex-util "^27.0.6"
-
-express@^4.17.1:
- version "4.17.1"
- resolved "https://registry.yarnpkg.com/express/-/express-4.17.1.tgz#4491fc38605cf51f8629d39c2b5d026f98a4c134"
- integrity sha512-mHJ9O79RqluphRrcw2X/GTh3k9tVv8YcoyY4Kkh4WDMUYKRZUq0h1o0w2rrrxBqM7VoeUVqgb27xlEMXTnYt4g==
- dependencies:
- accepts "~1.3.7"
+expect@^27.5.1:
+ version "27.5.1"
+ resolved "https://registry.yarnpkg.com/expect/-/expect-27.5.1.tgz#83ce59f1e5bdf5f9d2b94b61d2050db48f3fef74"
+ integrity sha512-E1q5hSUG2AmYQwQJ041nvgpkODHQvB+RKlB4IYdru6uJsyFTRyZAP463M+1lINorwbqAmUggi6+WwkD8lCS/Dw==
+ dependencies:
+ "@jest/types" "^27.5.1"
+ jest-get-type "^27.5.1"
+ jest-matcher-utils "^27.5.1"
+ jest-message-util "^27.5.1"
+
+expect@^29.0.0:
+ version "29.7.0"
+ resolved "https://registry.yarnpkg.com/expect/-/expect-29.7.0.tgz#578874590dcb3214514084c08115d8aee61e11bc"
+ integrity sha512-2Zks0hf1VLFYI1kbh0I5jP3KHHyCHpkfyHBzsSXRFgl/Bg9mWYfMW8oD+PdMPlEwy5HNsR9JutYy6pMeOh61nw==
+ dependencies:
+ "@jest/expect-utils" "^29.7.0"
+ jest-get-type "^29.6.3"
+ jest-matcher-utils "^29.7.0"
+ jest-message-util "^29.7.0"
+ jest-util "^29.7.0"
+
+express@^4.17.1, express@^4.17.3:
+ version "4.19.2"
+ resolved "https://registry.yarnpkg.com/express/-/express-4.19.2.tgz#e25437827a3aa7f2a827bc8171bbbb664a356465"
+ integrity sha512-5T6nhjsT+EOMzuck8JjBHARTHfMht0POzlA60WV2pMD3gyXw2LZnZ+ueGdNxG+0calOJcWKbpFcuzLZ91YWq9Q==
+ dependencies:
+ accepts "~1.3.8"
array-flatten "1.1.1"
- body-parser "1.19.0"
- content-disposition "0.5.3"
+ body-parser "1.20.2"
+ content-disposition "0.5.4"
content-type "~1.0.4"
- cookie "0.4.0"
+ cookie "0.6.0"
cookie-signature "1.0.6"
debug "2.6.9"
- depd "~1.1.2"
+ depd "2.0.0"
encodeurl "~1.0.2"
escape-html "~1.0.3"
etag "~1.8.1"
- finalhandler "~1.1.2"
+ finalhandler "1.2.0"
fresh "0.5.2"
+ http-errors "2.0.0"
merge-descriptors "1.0.1"
methods "~1.1.2"
- on-finished "~2.3.0"
+ on-finished "2.4.1"
parseurl "~1.3.3"
path-to-regexp "0.1.7"
- proxy-addr "~2.0.5"
- qs "6.7.0"
+ proxy-addr "~2.0.7"
+ qs "6.11.0"
range-parser "~1.2.1"
- safe-buffer "5.1.2"
- send "0.17.1"
- serve-static "1.14.1"
- setprototypeof "1.1.1"
- statuses "~1.5.0"
+ safe-buffer "5.2.1"
+ send "0.18.0"
+ serve-static "1.15.0"
+ setprototypeof "1.2.0"
+ statuses "2.0.1"
type-is "~1.6.18"
utils-merge "1.0.1"
vary "~1.1.2"
-ext@^1.1.2:
- version "1.4.0"
- resolved "https://registry.yarnpkg.com/ext/-/ext-1.4.0.tgz#89ae7a07158f79d35517882904324077e4379244"
- integrity sha512-Key5NIsUxdqKg3vIsdw9dSuXpPCQ297y6wBjL30edxwPgt2E44WcWBZey/ZvUc6sERLTxKdyCu4gZFmUbk1Q7A==
+ext@^1.7.0:
+ version "1.7.0"
+ resolved "https://registry.yarnpkg.com/ext/-/ext-1.7.0.tgz#0ea4383c0103d60e70be99e9a7f11027a33c4f5f"
+ integrity sha512-6hxeJYaL110a9b5TEJSj0gojyHQAmA2ch5Os+ySCiA1QGdS697XWY1pzsrSjqA9LDEEgdB/KypIlR59RcLuHYw==
dependencies:
- type "^2.0.0"
+ type "^2.7.2"
extend-shallow@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-2.0.1.tgz#51af7d614ad9a9f610ea1bafbb989d6b1c56890f"
- integrity sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=
+ integrity sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==
dependencies:
is-extendable "^0.1.0"
extend-shallow@^3.0.0, extend-shallow@^3.0.2:
version "3.0.2"
resolved "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-3.0.2.tgz#26a71aaf073b39fb2127172746131c2704028db8"
- integrity sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=
+ integrity sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==
dependencies:
assign-symbols "^1.0.0"
is-extendable "^1.0.1"
@@ -11269,12 +12185,12 @@ extract-zip@2.0.1:
extsprintf@1.3.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.3.0.tgz#96918440e3041a7a414f8c52e3c574eb3c3e1e05"
- integrity sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=
+ integrity sha512-11Ndz7Nv+mvAC1j0ktTa7fAb0vLyGGX+rMHNBYQviQDGU0Hw7lhctJANqbPhu9nV9/izT/IntTgZ7Im/9LJs9g==
extsprintf@^1.2.0:
- version "1.4.0"
- resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.4.0.tgz#e2689f8f356fad62cca65a3a91c5df5f9551692f"
- integrity sha1-4mifjzVvrWLMplo6kcXfX5VRaS8=
+ version "1.4.1"
+ resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.4.1.tgz#8d172c064867f235c0c84a596806d279bf4bcc07"
+ integrity sha512-Wrk35e8ydCKDj/ArClo1VrPVmN8zph5V4AtHwIuHhvMXsKf73UT3BOD+azBIW+3wOJ4FhEH7zyaJCFvChjYvMA==
fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
version "3.1.3"
@@ -11293,10 +12209,10 @@ fast-glob@^2.0.2, fast-glob@^2.2.6:
merge2 "^1.2.3"
micromatch "^3.1.10"
-fast-glob@^3.1.1, fast-glob@^3.2.5, fast-glob@^3.2.7, fast-glob@^3.2.9:
- version "3.2.11"
- resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.11.tgz#a1172ad95ceb8a16e20caa5c5e56480e5129c1d9"
- integrity sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==
+fast-glob@^3.1.1, fast-glob@^3.2.11, fast-glob@^3.2.5, fast-glob@^3.2.7, fast-glob@^3.2.9, fast-glob@^3.3.0:
+ version "3.3.2"
+ resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129"
+ integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==
dependencies:
"@nodelib/fs.stat" "^2.0.2"
"@nodelib/fs.walk" "^1.2.3"
@@ -11317,30 +12233,23 @@ fast-json-stable-stringify@^2.0.0, fast-json-stable-stringify@^2.1.0:
fast-levenshtein@^2.0.6, fast-levenshtein@~2.0.6:
version "2.0.6"
resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917"
- integrity sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=
+ integrity sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==
fast-url-parser@1.1.3:
version "1.1.3"
resolved "https://registry.yarnpkg.com/fast-url-parser/-/fast-url-parser-1.1.3.tgz#f4af3ea9f34d8a271cf58ad2b3759f431f0b318d"
- integrity sha1-9K8+qfNNiicc9YrSs3WfQx8LMY0=
+ integrity sha512-5jOCVXADYNuRkKFzNJ0dCCewsZiYo0dz8QNYljkOpFC6r2U4OBmKtvm/Tsuh4w1YYdDqDb31a8TVhBJ2OJKdqQ==
dependencies:
punycode "^1.3.2"
fastq@^1.6.0:
- version "1.9.0"
- resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.9.0.tgz#e16a72f338eaca48e91b5c23593bcc2ef66b7947"
- integrity sha512-i7FVWL8HhVY+CTkwFxkN2mk3h+787ixS5S63eb78diVRc1MCssarHq3W5cj0av7YDSwmaV928RNag+U1etRQ7w==
+ version "1.17.1"
+ resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.17.1.tgz#2a523f07a4e7b1e81a42b91b8bf2254107753b47"
+ integrity sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==
dependencies:
reusify "^1.0.4"
-fault@^1.0.0:
- version "1.0.4"
- resolved "https://registry.yarnpkg.com/fault/-/fault-1.0.4.tgz#eafcfc0a6d214fc94601e170df29954a4f842f13"
- integrity sha512-CJ0HCB5tL5fYTEA7ToAq5+kTwd++Borf1/bifxd9iT70QcXr4MRrO3Llf8Ifs70q+SJcGHFtnIE/Nw6giCtECA==
- dependencies:
- format "^0.2.0"
-
-faye-websocket@0.11.x, faye-websocket@^0.11.3:
+faye-websocket@0.11.x, faye-websocket@^0.11.3, faye-websocket@^0.11.4:
version "0.11.4"
resolved "https://registry.yarnpkg.com/faye-websocket/-/faye-websocket-0.11.4.tgz#7f0d9275cfdd86a1c963dc8b65fcc451edcbb1da"
integrity sha512-CzbClwlXAuiRQAlUyfqPgvPoNKTckTPGfwZV4ZdAhVcP2lh9KUxJg2b5GkE7XbjKQ3YJnQ9z6D9ntLAlB+tP8g==
@@ -11348,9 +12257,9 @@ faye-websocket@0.11.x, faye-websocket@^0.11.3:
websocket-driver ">=0.5.1"
fb-watchman@^2.0.0:
- version "2.0.1"
- resolved "https://registry.yarnpkg.com/fb-watchman/-/fb-watchman-2.0.1.tgz#fc84fb39d2709cf3ff6d743706157bb5708a8a85"
- integrity sha512-DkPJKQeY6kKwmuMretBhr7G6Vodr7bFwDYTXIkfG1gjvNpaxBTQV3PbXg6bR1c1UP4jPOX0jHUbbHANL9vRjVg==
+ version "2.0.2"
+ resolved "https://registry.yarnpkg.com/fb-watchman/-/fb-watchman-2.0.2.tgz#e9524ee6b5c77e9e5001af0f85f3adbb8623255c"
+ integrity sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA==
dependencies:
bser "2.1.1"
@@ -11367,22 +12276,22 @@ fbjs-css-vars@^1.0.0:
integrity sha512-b2XGFAFdWZWg0phtAWLHCk836A1Xann+I+Dgd3Gk64MHKZO44FfoD1KxyvbSh0qZsIoXQGGlVztIY+oitJPpRQ==
fbjs@^3.0.0, fbjs@^3.0.1:
- version "3.0.2"
- resolved "https://registry.yarnpkg.com/fbjs/-/fbjs-3.0.2.tgz#dfae08a85c66a58372993ce2caf30863f569ff94"
- integrity sha512-qv+boqYndjElAJHNN3NoM8XuwQZ1j2m3kEvTgdle8IDjr6oUbkEpvABWtj/rQl3vq4ew7dnElBxL4YJAwTVqQQ==
+ version "3.0.5"
+ resolved "https://registry.yarnpkg.com/fbjs/-/fbjs-3.0.5.tgz#aa0edb7d5caa6340011790bd9249dbef8a81128d"
+ integrity sha512-ztsSx77JBtkuMrEypfhgc3cI0+0h+svqeie7xHbh1k/IKdcydnvadp/mUaGgjAOXQmQSxsqgaRhS3q9fy+1kxg==
dependencies:
- cross-fetch "^3.0.4"
+ cross-fetch "^3.1.5"
fbjs-css-vars "^1.0.0"
loose-envify "^1.0.0"
object-assign "^4.1.0"
promise "^7.1.1"
setimmediate "^1.0.5"
- ua-parser-js "^0.7.30"
+ ua-parser-js "^1.0.35"
fd-slicer@~1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/fd-slicer/-/fd-slicer-1.1.0.tgz#25c7c89cb1f9077f8891bbe61d8f390eae256f1e"
- integrity sha1-JcfInLH5B3+IkbvmHY85Dq4lbx4=
+ integrity sha512-cE1qsB/VwyQozZ+q1dGxR8LBYNZeofhEdUNGSMbQD3Gw2lAzX9Zb3uIU6Ebc/Fmyjo9AWWfnn0AUCHqtevs/8g==
dependencies:
pend "~1.2.0"
@@ -11393,6 +12302,11 @@ feed@^4.2.2:
dependencies:
xml-js "^1.6.11"
+fetch-retry@^5.0.2:
+ version "5.0.6"
+ resolved "https://registry.yarnpkg.com/fetch-retry/-/fetch-retry-5.0.6.tgz#17d0bc90423405b7a88b74355bf364acd2a7fa56"
+ integrity sha512-3yurQZ2hD9VISAhJJP9bpYFNQrHHBXE2JxxjY5aLEcDi46RmAzJE2OC9FAde0yis5ElW0jTTzs0zfg/Cca4XqQ==
+
figgy-pudding@^3.5.1:
version "3.5.2"
resolved "https://registry.yarnpkg.com/figgy-pudding/-/figgy-pudding-3.5.2.tgz#b4eee8148abb01dcf1d1ac34367d59e12fa61d6e"
@@ -11444,26 +12358,25 @@ file-set@^3.0.0:
array-back "^4.0.0"
glob "^7.1.5"
-file-system-cache@^1.0.5:
- version "1.0.5"
- resolved "https://registry.yarnpkg.com/file-system-cache/-/file-system-cache-1.0.5.tgz#84259b36a2bbb8d3d6eb1021d3132ffe64cfff4f"
- integrity sha1-hCWbNqK7uNPW6xAh0xMv/mTP/08=
+file-system-cache@2.3.0:
+ version "2.3.0"
+ resolved "https://registry.yarnpkg.com/file-system-cache/-/file-system-cache-2.3.0.tgz#201feaf4c8cd97b9d0d608e96861bb6005f46fe6"
+ integrity sha512-l4DMNdsIPsVnKrgEXbJwDJsA5mB8rGwHYERMgqQx/xAUtChPJMre1bXBzDEqqVbWv9AIbFezXMxeEkZDSrXUOQ==
dependencies:
- bluebird "^3.3.5"
- fs-extra "^0.30.0"
- ramda "^0.21.0"
+ fs-extra "11.1.1"
+ ramda "0.29.0"
file-uri-to-path@1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz#553a7b8446ff6f684359c445f1e37a05dacc33dd"
integrity sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==
-filelist@^1.0.1:
- version "1.0.1"
- resolved "https://registry.yarnpkg.com/filelist/-/filelist-1.0.1.tgz#f10d1a3ae86c1694808e8f20906f43d4c9132dbb"
- integrity sha512-8zSK6Nu0DQIC08mUC46sWGXi+q3GGpKydAG36k+JDba6VRpkevvOWUW5a/PhShij4+vHT9M+ghgG7eM+a9JDUQ==
+filelist@^1.0.4:
+ version "1.0.4"
+ resolved "https://registry.yarnpkg.com/filelist/-/filelist-1.0.4.tgz#f78978a1e944775ff9e62e744424f215e58352b5"
+ integrity sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==
dependencies:
- minimatch "^3.0.4"
+ minimatch "^5.0.1"
filesize@6.0.1:
version "6.0.1"
@@ -11483,7 +12396,7 @@ filesize@^8.0.6:
fill-range@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-4.0.0.tgz#d544811d428f98eb06a63dc402d2403c328c38f7"
- integrity sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=
+ integrity sha512-VcpLTWqWDiTerugjj8e3+esbg+skS3M9e54UuR3iCeIDMXCLTsAH8hTSzDQU/X6/6t3eYkOKoZSef2PlU6U1XQ==
dependencies:
extend-shallow "^2.0.1"
is-number "^3.0.0"
@@ -11498,13 +12411,13 @@ fill-range@^7.0.1:
to-regex-range "^5.0.1"
final-form@^4.20.2:
- version "4.20.2"
- resolved "https://registry.yarnpkg.com/final-form/-/final-form-4.20.2.tgz#c820b37d7ebb73d71169480256a36c7e6e6c9155"
- integrity sha512-5i0IxqwjjPG1nUNCjWhqPCvQJJ2R+QwTwaAnjPmFnLbyjIHWuBPU8u+Ps4G3TcX2Sjno+O5xCZJzYcMJEzzfCQ==
+ version "4.20.10"
+ resolved "https://registry.yarnpkg.com/final-form/-/final-form-4.20.10.tgz#1a484be6e9a91989121c054dcbd6f48bad051ecc"
+ integrity sha512-TL48Pi1oNHeMOHrKv1bCJUrWZDcD3DIG6AGYVNOnyZPr7Bd/pStN0pL+lfzF5BNoj/FclaoiaLenk4XUIFVYng==
dependencies:
"@babel/runtime" "^7.10.0"
-finalhandler@1.1.2, finalhandler@~1.1.2:
+finalhandler@1.1.2:
version "1.1.2"
resolved "https://registry.yarnpkg.com/finalhandler/-/finalhandler-1.1.2.tgz#b7e7d000ffd11938d0fdb053506f6ebabe9f587d"
integrity sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==
@@ -11517,6 +12430,19 @@ finalhandler@1.1.2, finalhandler@~1.1.2:
statuses "~1.5.0"
unpipe "~1.0.0"
+finalhandler@1.2.0:
+ version "1.2.0"
+ resolved "https://registry.yarnpkg.com/finalhandler/-/finalhandler-1.2.0.tgz#7d23fe5731b207b4640e4fcd00aec1f9207a7b32"
+ integrity sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==
+ dependencies:
+ debug "2.6.9"
+ encodeurl "~1.0.2"
+ escape-html "~1.0.3"
+ on-finished "2.4.1"
+ parseurl "~1.3.3"
+ statuses "2.0.1"
+ unpipe "~1.0.0"
+
find-cache-dir@^2.0.0, find-cache-dir@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-2.1.0.tgz#8d0f94cd13fe43c6c7c261a0d86115ca918c05f7"
@@ -11526,10 +12452,10 @@ find-cache-dir@^2.0.0, find-cache-dir@^2.1.0:
make-dir "^2.0.0"
pkg-dir "^3.0.0"
-find-cache-dir@^3.3.1:
- version "3.3.1"
- resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-3.3.1.tgz#89b33fad4a4670daa94f855f7fbe31d6d84fe880"
- integrity sha512-t2GDMt3oGC/v+BMwzmllWDuJF/xcDtE5j/fCGbqDD7OLuJkj0cfh1YSA5VKPvwMeLFLNDBkwOKZ2X85jGLVftQ==
+find-cache-dir@^3.0.0, find-cache-dir@^3.3.1:
+ version "3.3.2"
+ resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-3.3.2.tgz#b30c5b6eff0730731aea9bbd9dbecbd80256d64b"
+ integrity sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==
dependencies:
commondir "^1.0.1"
make-dir "^3.0.2"
@@ -11542,11 +12468,6 @@ find-replace@^3.0.0:
dependencies:
array-back "^3.0.1"
-find-root@^1.1.0:
- version "1.1.0"
- resolved "https://registry.yarnpkg.com/find-root/-/find-root-1.1.0.tgz#abcfc8ba76f708c42a97b3d685b7e9450bfb9ce4"
- integrity sha512-NKfW6bec6GfKc0SGx1e07QZY9PE99u0Bft/0rzSD5k3sO/vwkVUpDUKVm5Gpp5Ue3YfShPFTX2070tDs5kB9Ng==
-
find-up@4.1.0, find-up@^4.0.0, find-up@^4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/find-up/-/find-up-4.1.0.tgz#97afe7d6cdc0bc5928584b7c8d7b16e8a9aa5d19"
@@ -11563,13 +12484,6 @@ find-up@5.0.0, find-up@^5.0.0:
locate-path "^6.0.0"
path-exists "^4.0.0"
-find-up@^2.0.0, find-up@^2.1.0:
- version "2.1.0"
- resolved "https://registry.yarnpkg.com/find-up/-/find-up-2.1.0.tgz#45d1b7e506c717ddd482775a2b77920a3c0c57a7"
- integrity sha1-RdG35QbHF93UgndaK3eSCjwMV6c=
- dependencies:
- locate-path "^2.0.0"
-
find-up@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/find-up/-/find-up-3.0.0.tgz#49169f1d7993430646da61ecc5ae355c21c97b73"
@@ -11578,11 +12492,12 @@ find-up@^3.0.0:
locate-path "^3.0.0"
flat-cache@^3.0.4:
- version "3.0.4"
- resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-3.0.4.tgz#61b0338302b2fe9f957dcc32fc2a87f1c3048b11"
- integrity sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==
+ version "3.2.0"
+ resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-3.2.0.tgz#2c0c2d5040c99b1632771a9d105725c0115363ee"
+ integrity sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==
dependencies:
- flatted "^3.1.0"
+ flatted "^3.2.9"
+ keyv "^4.5.3"
rimraf "^3.0.2"
flat@^5.0.2:
@@ -11590,10 +12505,10 @@ flat@^5.0.2:
resolved "https://registry.yarnpkg.com/flat/-/flat-5.0.2.tgz#8ca6fe332069ffa9d324c327198c598259ceb241"
integrity sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==
-flatted@^3.1.0:
- version "3.1.1"
- resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.1.1.tgz#c4b489e80096d9df1dfc97c79871aea7c617c469"
- integrity sha512-zAoAQiudy+r5SvnSw3KJy5os/oRJYHzrzja/tBDqrZtNhUw8bt6y8OBzMWcjWr+8liV8Eb6yOhw8WZ7VFZ5ZzA==
+flatted@^3.2.9:
+ version "3.3.1"
+ resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.3.1.tgz#21db470729a6734d4997002f439cb308987f567a"
+ integrity sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==
flatten@^1.0.2:
version "1.0.3"
@@ -11601,9 +12516,9 @@ flatten@^1.0.2:
integrity sha512-dVsPA/UwQ8+2uoFe5GHtiBMu48dWLTdsuEd7CKGlZlD78r1TTWBvDuFaFGKCo/ZfEr95Uk56vZoX86OsHkUeIg==
flow-parser@0.*:
- version "0.142.0"
- resolved "https://registry.yarnpkg.com/flow-parser/-/flow-parser-0.142.0.tgz#68792438f2593a9e3d862a5ce2278493991619aa"
- integrity sha512-gkdbagtuYQw7fo/D1AwCsDpMyxp/bdZkgfq95ev2MoETD1OW84PhU+vitupwte+6AJc2MRJyCdgfWhan8AGhzA==
+ version "0.235.1"
+ resolved "https://registry.yarnpkg.com/flow-parser/-/flow-parser-0.235.1.tgz#469c70adfa3c156f3a1792e7b6d7017f01f45f1d"
+ integrity sha512-s04193L4JE+ntEcQXbD6jxRRlyj9QXcgEl2W6xSjH4l9x4b0eHoCHfbYHjqf9LdZFUiM5LhgpiqsvLj/AyOyYQ==
flush-write-stream@^1.0.0, flush-write-stream@^1.0.2:
version "1.1.1"
@@ -11614,17 +12529,17 @@ flush-write-stream@^1.0.0, flush-write-stream@^1.0.2:
readable-stream "^2.3.6"
flux@^4.0.1:
- version "4.0.3"
- resolved "https://registry.yarnpkg.com/flux/-/flux-4.0.3.tgz#573b504a24982c4768fdfb59d8d2ea5637d72ee7"
- integrity sha512-yKAbrp7JhZhj6uiT1FTuVMlIAT1J4jqEyBpFApi1kxpGZCvacMVc/t1pMQyotqHhAgvoE3bNvAykhCo2CLjnYw==
+ version "4.0.4"
+ resolved "https://registry.yarnpkg.com/flux/-/flux-4.0.4.tgz#9661182ea81d161ee1a6a6af10d20485ef2ac572"
+ integrity sha512-NCj3XlayA2UsapRpM7va6wU1+9rE5FIL7qoMcmxWHRzbp0yujihMBm9BBHZ1MDIk5h5o2Bl6eGiCe8rYELAmYw==
dependencies:
fbemitter "^3.0.0"
fbjs "^3.0.1"
-follow-redirects@^1.0.0, follow-redirects@^1.10.0, follow-redirects@^1.14.7:
- version "1.14.9"
- resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.9.tgz#dd4ea157de7bfaf9ea9b3fbd85aa16951f78d8d7"
- integrity sha512-MQDfihBQYMcyy5dhRDJUHcw7lb2Pv/TuE6xP1vyraLukNDHKbDxDNaOE3NbCAdKQApno+GPRyo1YAp89yCjK4w==
+follow-redirects@^1.0.0, follow-redirects@^1.14.7:
+ version "1.15.6"
+ resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.6.tgz#7f815c0cda4249c74ff09e95ef97c23b5fd0399b"
+ integrity sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==
for-each@^0.3.3:
version "0.3.3"
@@ -11636,7 +12551,7 @@ for-each@^0.3.3:
for-in@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"
- integrity sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=
+ integrity sha512-7EwmXrOjyL+ChxMhmG5lnW9MPt1aIeZEwKhQzoBUdTV0N3zuwWDZYVJatDvZ2OyzPUvdIAZDsCetk3coyMfcnQ==
foreground-child@^2.0.0:
version "2.0.0"
@@ -11657,7 +12572,7 @@ foreground-child@^3.1.0:
forever-agent@~0.6.1:
version "0.6.1"
resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91"
- integrity sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=
+ integrity sha512-j0KLYPhm6zeac4lz3oJ3o65qvgQCcPubiyotZrXqEaG4hNagNYO8qdlUrX5vwqv9ohqeT/Z3j6+yW067yWWdUw==
fork-ts-checker-webpack-plugin@3.1.1:
version "3.1.1"
@@ -11673,7 +12588,7 @@ fork-ts-checker-webpack-plugin@3.1.1:
tapable "^1.0.0"
worker-rpc "^0.1.0"
-fork-ts-checker-webpack-plugin@4.1.6, fork-ts-checker-webpack-plugin@^4.1.6:
+fork-ts-checker-webpack-plugin@4.1.6:
version "4.1.6"
resolved "https://registry.yarnpkg.com/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-4.1.6.tgz#5055c703febcf37fa06405d400c122b905167fc5"
integrity sha512-DUxuQaKoqfNne8iikd14SAkh5uw4+8vNifp6gmA73yYNS6ywLIWSLD/n/mBzHQRpW3J7rbATEakmiA8JvkTyZw==
@@ -11686,10 +12601,10 @@ fork-ts-checker-webpack-plugin@4.1.6, fork-ts-checker-webpack-plugin@^4.1.6:
tapable "^1.0.0"
worker-rpc "^0.1.0"
-fork-ts-checker-webpack-plugin@^6.0.4, fork-ts-checker-webpack-plugin@^6.5.0:
- version "6.5.0"
- resolved "https://registry.yarnpkg.com/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-6.5.0.tgz#0282b335fa495a97e167f69018f566ea7d2a2b5e"
- integrity sha512-cS178Y+xxtIjEUorcHddKS7yCMlrDPV31mt47blKKRfMd70Kxu5xruAFE2o9sDY6wVC5deuob/u/alD04YYHnw==
+fork-ts-checker-webpack-plugin@^6.5.0:
+ version "6.5.3"
+ resolved "https://registry.yarnpkg.com/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-6.5.3.tgz#eda2eff6e22476a2688d10661688c47f611b37f3"
+ integrity sha512-SbH/l9ikmMWycd5puHJKTkZJKddF4iRLyW3DeZ08HTI7NGyLS38MXd/KGgeWumQO7YNQbW2u/NtPT2YowbPaGQ==
dependencies:
"@babel/code-frame" "^7.8.3"
"@types/json-schema" "^7.0.5"
@@ -11705,10 +12620,28 @@ fork-ts-checker-webpack-plugin@^6.0.4, fork-ts-checker-webpack-plugin@^6.5.0:
semver "^7.3.2"
tapable "^1.0.0"
+fork-ts-checker-webpack-plugin@^8.0.0:
+ version "8.0.0"
+ resolved "https://registry.yarnpkg.com/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-8.0.0.tgz#dae45dfe7298aa5d553e2580096ced79b6179504"
+ integrity sha512-mX3qW3idpueT2klaQXBzrIM/pHw+T0B/V9KHEvNrqijTq9NFnMZU6oreVxDYcf33P8a5cW+67PjodNHthGnNVg==
+ dependencies:
+ "@babel/code-frame" "^7.16.7"
+ chalk "^4.1.2"
+ chokidar "^3.5.3"
+ cosmiconfig "^7.0.1"
+ deepmerge "^4.2.2"
+ fs-extra "^10.0.0"
+ memfs "^3.4.1"
+ minimatch "^3.0.4"
+ node-abort-controller "^3.0.1"
+ schema-utils "^3.1.1"
+ semver "^7.3.5"
+ tapable "^2.2.1"
+
form-data@^3.0.0:
- version "3.0.0"
- resolved "https://registry.yarnpkg.com/form-data/-/form-data-3.0.0.tgz#31b7e39c85f1355b7139ee0c647cf0de7f83c682"
- integrity sha512-CKMFDglpbMi6PyN+brwB9Q/GOw0eAnsrEZDgcsH5Krhz5Od/haKHAX0NmQfha2zPPz0JpWzA7GJHGSnvCRLWsg==
+ version "3.0.1"
+ resolved "https://registry.yarnpkg.com/form-data/-/form-data-3.0.1.tgz#ebd53791b78356a99af9a300d4282c4d5eb9755f"
+ integrity sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==
dependencies:
asynckit "^0.4.0"
combined-stream "^1.0.8"
@@ -11723,37 +12656,32 @@ form-data@~2.3.2:
combined-stream "^1.0.6"
mime-types "^2.1.12"
-format@^0.2.0:
- version "0.2.2"
- resolved "https://registry.yarnpkg.com/format/-/format-0.2.2.tgz#d6170107e9efdc4ed30c9dc39016df942b5cb58b"
- integrity sha1-1hcBB+nv3E7TDJ3DkBbflCtctYs=
-
-forwarded@~0.1.2:
- version "0.1.2"
- resolved "https://registry.yarnpkg.com/forwarded/-/forwarded-0.1.2.tgz#98c23dab1175657b8c0573e8ceccd91b0ff18c84"
- integrity sha1-mMI9qxF1ZXuMBXPozszZGw/xjIQ=
+forwarded@0.2.0:
+ version "0.2.0"
+ resolved "https://registry.yarnpkg.com/forwarded/-/forwarded-0.2.0.tgz#2269936428aad4c15c7ebe9779a84bf0b2a81811"
+ integrity sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==
-fraction.js@^4.1.2:
- version "4.1.2"
- resolved "https://registry.yarnpkg.com/fraction.js/-/fraction.js-4.1.2.tgz#13e420a92422b6cf244dff8690ed89401029fbe8"
- integrity sha512-o2RiJQ6DZaR/5+Si0qJUIy637QMRudSi9kU/FFzx9EZazrIdnBgpU+3sEWCxAVhH2RtxW2Oz+T4p2o8uOPVcgA==
+fraction.js@^4.3.7:
+ version "4.3.7"
+ resolved "https://registry.yarnpkg.com/fraction.js/-/fraction.js-4.3.7.tgz#06ca0085157e42fda7f9e726e79fefc4068840f7"
+ integrity sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==
fragment-cache@^0.2.1:
version "0.2.1"
resolved "https://registry.yarnpkg.com/fragment-cache/-/fragment-cache-0.2.1.tgz#4290fad27f13e89be7f33799c6bc5a0abfff0d19"
- integrity sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk=
+ integrity sha512-GMBAbW9antB8iZRHLoGw0b3HANt57diZYFO/HL1JGIC1MjKrdmhxvrJbupnVvpys0zsz7yBApXdQyfepKly2kA==
dependencies:
map-cache "^0.2.2"
fresh@0.5.2:
version "0.5.2"
resolved "https://registry.yarnpkg.com/fresh/-/fresh-0.5.2.tgz#3d8cadd90d976569fa835ab1f8e4b23a105605a7"
- integrity sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=
+ integrity sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==
from2@^2.1.0:
version "2.3.0"
resolved "https://registry.yarnpkg.com/from2/-/from2-2.3.0.tgz#8bfb5502bde4a4d36cfdeea007fcca21d7e382af"
- integrity sha1-i/tVAr3kpNNs/e6gB/zKIdfjgq8=
+ integrity sha512-OMcX/4IC/uqEPVgGeyfN22LJk6AZrMkRZHxcHBMBvHScDGgwTm2GT2Wkgtocyd3JfZffjj2kYUDXXII0Fk9W0g==
dependencies:
inherits "^2.0.1"
readable-stream "^2.0.0"
@@ -11761,7 +12689,7 @@ from2@^2.1.0:
from@~0:
version "0.1.7"
resolved "https://registry.yarnpkg.com/from/-/from-0.1.7.tgz#83c60afc58b9c56997007ed1a768b3ab303a44fe"
- integrity sha1-g8YK/Fi5xWmXAH7Rp2izqzA6RP4=
+ integrity sha512-twe20eF1OxVxp/ML/kq2p1uc6KvFK/+vs8WjEbeKmV2He22MKm7YF2ANIt+EOqhJ5L3K/SuuPhk0hWQDjOM23g==
front-matter@^3.1.0:
version "3.2.1"
@@ -11775,21 +12703,28 @@ fs-constants@^1.0.0:
resolved "https://registry.yarnpkg.com/fs-constants/-/fs-constants-1.0.0.tgz#6be0de9be998ce16af8afc24497b9ee9b7ccd9ad"
integrity sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==
-fs-extra@^0.30.0:
- version "0.30.0"
- resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-0.30.0.tgz#f233ffcc08d4da7d432daa449776989db1df93f0"
- integrity sha1-8jP/zAjU2n1DLapEl3aYnbHfk/A=
+fs-extra@11.1.1:
+ version "11.1.1"
+ resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.1.1.tgz#da69f7c39f3b002378b0954bb6ae7efdc0876e2d"
+ integrity sha512-MGIE4HOvQCeUCzmlHs0vXpih4ysz4wg9qiSAu6cd42lVwPbTM1TjV7RusoyQqMmk/95gdQZX72u+YW+c3eEpFQ==
dependencies:
- graceful-fs "^4.1.2"
- jsonfile "^2.1.0"
- klaw "^1.0.0"
- path-is-absolute "^1.0.0"
- rimraf "^2.2.8"
+ graceful-fs "^4.2.0"
+ jsonfile "^6.0.1"
+ universalify "^2.0.0"
-fs-extra@^10.0.0, fs-extra@^10.0.1:
- version "10.0.1"
- resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.0.1.tgz#27de43b4320e833f6867cc044bfce29fdf0ef3b8"
- integrity sha512-NbdoVMZso2Lsrn/QwLXOy6rm0ufY2zEOKCDzJR/0kBsb0E6qed0P3iYK+Ath3BfvXEeu4JhEtXLgILx5psUfag==
+fs-extra@^10.0.0, fs-extra@^10.1.0:
+ version "10.1.0"
+ resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.1.0.tgz#02873cfbc4084dde127eaa5f9905eef2325d1abf"
+ integrity sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==
+ dependencies:
+ graceful-fs "^4.2.0"
+ jsonfile "^6.0.1"
+ universalify "^2.0.0"
+
+fs-extra@^11.1.0:
+ version "11.2.0"
+ resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.2.0.tgz#e70e17dfad64232287d01929399e0ea7c86b0e5b"
+ integrity sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==
dependencies:
graceful-fs "^4.2.0"
jsonfile "^6.0.1"
@@ -11823,7 +12758,7 @@ fs-extra@^9.0.0, fs-extra@^9.0.1, fs-extra@^9.1.0:
jsonfile "^6.0.1"
universalify "^2.0.0"
-fs-minipass@^1.2.5:
+fs-minipass@^1.2.7:
version "1.2.7"
resolved "https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-1.2.7.tgz#ccff8570841e7fe4265693da88936c55aed7f7c7"
integrity sha512-GWSSJGFy4e9GUeCcbIkED+bgAoFyj7XF1mV8rma3QW4NIqX9Kyx79N/PF61H5udOV3aY1IaMLs6pGbH71nlCTA==
@@ -11840,25 +12775,25 @@ fs-minipass@^2.0.0:
fs-mkdirp-stream@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/fs-mkdirp-stream/-/fs-mkdirp-stream-1.0.0.tgz#0b7815fc3201c6a69e14db98ce098c16935259eb"
- integrity sha1-C3gV/DIBxqaeFNuYzgmMFpNSWes=
+ integrity sha512-+vSd9frUnapVC2RZYfL3FCB2p3g4TBhaUmrsWlSudsGdnxIuUvBB2QM1VZeBtc49QFwrp+wQLrDs3+xxDgI5gQ==
dependencies:
graceful-fs "^4.1.11"
through2 "^2.0.3"
-fs-monkey@1.0.3:
- version "1.0.3"
- resolved "https://registry.yarnpkg.com/fs-monkey/-/fs-monkey-1.0.3.tgz#ae3ac92d53bb328efe0e9a1d9541f6ad8d48e2d3"
- integrity sha512-cybjIfiiE+pTWicSCLFHSrXZ6EilF30oh91FDP9S2B051prEa7QWfrVTQm10/dDpswBDXZugPa1Ogu8Yh+HV0Q==
+fs-monkey@^1.0.4:
+ version "1.0.5"
+ resolved "https://registry.yarnpkg.com/fs-monkey/-/fs-monkey-1.0.5.tgz#fe450175f0db0d7ea758102e1d84096acb925788"
+ integrity sha512-8uMbBjrhzW76TYgEV27Y5E//W2f/lTFmx78P2w19FZSxarhI/798APGQyuGCwmkNxgwGRhrLfvWyLBvNtuOmew==
fs-then-native@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/fs-then-native/-/fs-then-native-2.0.0.tgz#19a124d94d90c22c8e045f2e8dd6ebea36d48c67"
- integrity sha1-GaEk2U2QwiyOBF8ujdbr6jbUjGc=
+ integrity sha512-X712jAOaWXkemQCAmWeg5rOT2i+KOpWz1Z/txk/cW0qlOu2oQ9H61vc5w3X/iyuUEfq/OyaFJ78/cZAQD1/bgA==
fs-write-stream-atomic@^1.0.8:
version "1.0.10"
resolved "https://registry.yarnpkg.com/fs-write-stream-atomic/-/fs-write-stream-atomic-1.0.10.tgz#b47df53493ef911df75731e70a9ded0189db40c9"
- integrity sha1-tH31NJPvkR33VzHnCp3tAYnbQMk=
+ integrity sha512-gehEzmPn2nAwr39eay+x3X34Ra+M2QlVUTLhkXPjWdeO8RF9kszk116avgBJM3ZyNHgHXBNx+VmPaFC36k0PzA==
dependencies:
graceful-fs "^4.1.2"
iferr "^0.1.5"
@@ -11868,7 +12803,7 @@ fs-write-stream-atomic@^1.0.8:
fs.realpath@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
- integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8=
+ integrity sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==
fsevents@^1.2.7:
version "1.2.13"
@@ -11879,53 +12814,34 @@ fsevents@^1.2.7:
nan "^2.12.1"
fsevents@^2.1.2, fsevents@^2.1.3, fsevents@^2.3.2, fsevents@~2.3.2:
- version "2.3.2"
- resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.2.tgz#8a526f78b8fdf4623b709e0b975c52c24c02fd1a"
- integrity sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==
+ version "2.3.3"
+ resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.3.tgz#cac6407785d03675a2a5e1a5305c697b347d90d6"
+ integrity sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==
-function-bind@^1.1.1:
- version "1.1.1"
- resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
- integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==
+function-bind@^1.1.2:
+ version "1.1.2"
+ resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.2.tgz#2c02d864d97f3ea6c8830c464cbd11ab6eab7a1c"
+ integrity sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==
-function.prototype.name@^1.1.0, function.prototype.name@^1.1.2, function.prototype.name@^1.1.3, function.prototype.name@^1.1.5:
- version "1.1.5"
- resolved "https://registry.yarnpkg.com/function.prototype.name/-/function.prototype.name-1.1.5.tgz#cce0505fe1ffb80503e6f9e46cc64e46a12a9621"
- integrity sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA==
+function.prototype.name@^1.1.2, function.prototype.name@^1.1.5, function.prototype.name@^1.1.6:
+ version "1.1.6"
+ resolved "https://registry.yarnpkg.com/function.prototype.name/-/function.prototype.name-1.1.6.tgz#cdf315b7d90ee77a4c6ee216c3c3362da07533fd"
+ integrity sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg==
dependencies:
call-bind "^1.0.2"
- define-properties "^1.1.3"
- es-abstract "^1.19.0"
- functions-have-names "^1.2.2"
+ define-properties "^1.2.0"
+ es-abstract "^1.22.1"
+ functions-have-names "^1.2.3"
functional-red-black-tree@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327"
- integrity sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=
-
-functions-have-names@^1.2.2:
- version "1.2.2"
- resolved "https://registry.yarnpkg.com/functions-have-names/-/functions-have-names-1.2.2.tgz#98d93991c39da9361f8e50b337c4f6e41f120e21"
- integrity sha512-bLgc3asbWdwPbx2mNk2S49kmJCuQeu0nfmaOgbs8WIyzzkw3r4htszdIi9Q9EMezDPTYuJx2wvjZ/EwgAthpnA==
-
-fuse.js@^3.6.1:
- version "3.6.1"
- resolved "https://registry.yarnpkg.com/fuse.js/-/fuse.js-3.6.1.tgz#7de85fdd6e1b3377c23ce010892656385fd9b10c"
- integrity sha512-hT9yh/tiinkmirKrlv4KWOjztdoZo1mx9Qh4KvWqC7isoXwdUY3PNWUxceF4/qO9R6riA2C29jdTOeQOIROjgw==
+ integrity sha512-dsKNQNdj6xA3T+QlADDA7mOSlX0qiMINjn0cgr+eGHGsbSHzTabcIogz2+p/iqP1Xs6EP/sS2SbqH+brGTbq0g==
-gauge@~2.7.3:
- version "2.7.4"
- resolved "https://registry.yarnpkg.com/gauge/-/gauge-2.7.4.tgz#2c03405c7538c39d7eb37b317022e325fb018bf7"
- integrity sha1-LANAXHU4w51+s3sxcCLjJfsBi/c=
- dependencies:
- aproba "^1.0.3"
- console-control-strings "^1.0.0"
- has-unicode "^2.0.0"
- object-assign "^4.1.0"
- signal-exit "^3.0.0"
- string-width "^1.0.1"
- strip-ansi "^3.0.1"
- wide-align "^1.1.0"
+functions-have-names@^1.2.3:
+ version "1.2.3"
+ resolved "https://registry.yarnpkg.com/functions-have-names/-/functions-have-names-1.2.3.tgz#0404fe4ee2ba2f607f0e0ec3c80bae994133b834"
+ integrity sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==
gaze@^1.1.3:
version "1.1.3"
@@ -11944,14 +12860,21 @@ get-caller-file@^2.0.1, get-caller-file@^2.0.5:
resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e"
integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==
-get-intrinsic@^1.0.1, get-intrinsic@^1.0.2, get-intrinsic@^1.1.1, get-intrinsic@^1.1.3:
- version "1.2.0"
- resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.2.0.tgz#7ad1dc0535f3a2904bba075772763e5051f6d05f"
- integrity sha512-L049y6nFOuom5wGyRc3/gdTLO94dySVKRACj1RmJZBQXlbTMhtNIgkWkUHq+jYmZvKf14EW1EoJnnjbmoHij0Q==
+get-intrinsic@^1.1.3, get-intrinsic@^1.2.1, get-intrinsic@^1.2.2, get-intrinsic@^1.2.3, get-intrinsic@^1.2.4:
+ version "1.2.4"
+ resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.2.4.tgz#e385f5a4b5227d449c3eabbad05494ef0abbeadd"
+ integrity sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==
dependencies:
- function-bind "^1.1.1"
- has "^1.0.3"
+ es-errors "^1.3.0"
+ function-bind "^1.1.2"
+ has-proto "^1.0.1"
has-symbols "^1.0.3"
+ hasown "^2.0.0"
+
+get-npm-tarball-url@^2.0.3:
+ version "2.1.0"
+ resolved "https://registry.yarnpkg.com/get-npm-tarball-url/-/get-npm-tarball-url-2.1.0.tgz#cbd6bb25884622bc3191c761466c93ac83343213"
+ integrity sha512-ro+DiMu5DXgRBabqXupW38h7WPZ9+Ad8UjwhvsmmN8w1sU7ab0nzAXvVZ4kqYg57OrqomRtJvepX5/xvFKNtjA==
get-own-enumerable-property-symbols@^3.0.0:
version "3.0.2"
@@ -11966,7 +12889,7 @@ get-package-type@^0.1.0:
get-stream@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-3.0.0.tgz#8e943d1358dc37555054ecbe2edb05aa174ede14"
- integrity sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ=
+ integrity sha512-GlhdIUuVakc8SJ6kK0zAFbiGzRFzNnY4jUuEbV9UROo4Y+0Ny4fjvcZFVTeDA4odpFyOQzaw6hXukJSq/f28sQ==
get-stream@^4.0.0, get-stream@^4.1.0:
version "4.1.0"
@@ -11987,18 +12910,24 @@ get-stream@^6.0.0:
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-6.0.1.tgz#a262d8eef67aced57c2852ad6167526a43cbf7b7"
integrity sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==
-get-symbol-description@^1.0.0:
- version "1.0.0"
- resolved "https://registry.yarnpkg.com/get-symbol-description/-/get-symbol-description-1.0.0.tgz#7fdb81c900101fbd564dd5f1a30af5aadc1e58d6"
- integrity sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==
+get-stream@^8.0.1:
+ version "8.0.1"
+ resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-8.0.1.tgz#def9dfd71742cd7754a7761ed43749a27d02eca2"
+ integrity sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==
+
+get-symbol-description@^1.0.2:
+ version "1.0.2"
+ resolved "https://registry.yarnpkg.com/get-symbol-description/-/get-symbol-description-1.0.2.tgz#533744d5aa20aca4e079c8e5daf7fd44202821f5"
+ integrity sha512-g0QYk1dZBxGwk+Ngc+ltRH2IBp2f7zBkBMBJZCDerh6EhlhSR6+9irMCuT/09zD6qkarHUSn529sK/yL4S27mg==
dependencies:
- call-bind "^1.0.2"
- get-intrinsic "^1.1.1"
+ call-bind "^1.0.5"
+ es-errors "^1.3.0"
+ get-intrinsic "^1.2.4"
get-value@^2.0.3, get-value@^2.0.6:
version "2.0.6"
resolved "https://registry.yarnpkg.com/get-value/-/get-value-2.0.6.tgz#dc15ca1c672387ca76bd37ac0a395ba2042a2c28"
- integrity sha1-3BXKHGcjh8p2vTesCjlbogQqLCg=
+ integrity sha512-Ln0UQDlxH1BapMu3GPtf7CuYNwRZf2gwCuPqbyG6pB8WfmFpzqcy4xtAaAMUhnNqjMKTiCPZG2oMT3YSx8U2NA==
get-workspaces@^0.6.0:
version "0.6.0"
@@ -12020,7 +12949,7 @@ getos@^3.2.1:
getpass@^0.1.1:
version "0.1.7"
resolved "https://registry.yarnpkg.com/getpass/-/getpass-0.1.7.tgz#5eff8e3e684d569ae4cb2b1282604e8ba62149fa"
- integrity sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=
+ integrity sha512-0fzj9JxOLfJ+XGLhR8ze3unN0KZCgZwiSSDz168VERjK8Wl8kVSdcu2kspd4s4wtAa1y/qrVRiAA0WclVsu0ng==
dependencies:
assert-plus "^1.0.0"
@@ -12033,41 +12962,45 @@ gettext-parser@^3.1.0:
readable-stream "^3.2.0"
safe-buffer "^5.1.2"
+giget@^1.0.0:
+ version "1.2.3"
+ resolved "https://registry.yarnpkg.com/giget/-/giget-1.2.3.tgz#ef6845d1140e89adad595f7f3bb60aa31c672cb6"
+ integrity sha512-8EHPljDvs7qKykr6uw8b+lqLiUc/vUg+KVTI0uND4s63TdsZM2Xus3mflvF0DDG9SiM4RlCkFGL+7aAjRmV7KA==
+ dependencies:
+ citty "^0.1.6"
+ consola "^3.2.3"
+ defu "^6.1.4"
+ node-fetch-native "^1.6.3"
+ nypm "^0.3.8"
+ ohash "^1.1.3"
+ pathe "^1.1.2"
+ tar "^6.2.0"
+
git-raw-commits@^2.0.0:
- version "2.0.8"
- resolved "https://registry.yarnpkg.com/git-raw-commits/-/git-raw-commits-2.0.8.tgz#65cef91ae8307281b6ee31ca481fa1164e166156"
- integrity sha512-6Gk7tQHGMLEL1bSnrMJTCVt2AQl4EmCcJDtzs/JJacCb2+TNEyHM67Gp7Ri9faF7OcGpjGGRjHLvs/AG7QKZ2Q==
+ version "2.0.11"
+ resolved "https://registry.yarnpkg.com/git-raw-commits/-/git-raw-commits-2.0.11.tgz#bc3576638071d18655e1cc60d7f524920008d723"
+ integrity sha512-VnctFhw+xfj8Va1xtfEqCUD2XDrbAPSJx+hSrE5K7fGdjZruW7XV+QOrN7LF/RJyvspRiD2I0asWsxFp0ya26A==
dependencies:
dargs "^7.0.0"
- lodash.template "^4.0.2"
+ lodash "^4.17.15"
meow "^8.0.0"
- split2 "^2.0.0"
+ split2 "^3.0.0"
through2 "^4.0.0"
-github-slugger@^1.0.0, github-slugger@^1.4.0:
- version "1.4.0"
- resolved "https://registry.yarnpkg.com/github-slugger/-/github-slugger-1.4.0.tgz#206eb96cdb22ee56fdc53a28d5a302338463444e"
- integrity sha512-w0dzqw/nt51xMVmlaV1+JRzN+oCa1KfcgGEWhxUG16wbdA+Xnt/yoFO8Z8x/V82ZcZ0wy6ln9QDup5avbhiDhQ==
-
-glob-base@^0.3.0:
- version "0.3.0"
- resolved "https://registry.yarnpkg.com/glob-base/-/glob-base-0.3.0.tgz#dbb164f6221b1c0b1ccf82aea328b497df0ea3c4"
- integrity sha1-27Fk9iIbHAscz4Kuoyi0l98Oo8Q=
- dependencies:
- glob-parent "^2.0.0"
- is-glob "^2.0.0"
+github-slugger@^1.4.0:
+ version "1.5.0"
+ resolved "https://registry.yarnpkg.com/github-slugger/-/github-slugger-1.5.0.tgz#17891bbc73232051474d68bd867a34625c955f7d"
+ integrity sha512-wIh+gKBI9Nshz2o46B0B3f5k/W+WI9ZAv6y5Dn5WJ5SK1t0TnDimB4WE5rmTD05ZAIn8HALCZVmCsvj0w0v0lw==
-glob-parent@^2.0.0:
+github-slugger@^2.0.0:
version "2.0.0"
- resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-2.0.0.tgz#81383d72db054fcccf5336daa902f182f6edbb28"
- integrity sha1-gTg9ctsFT8zPUzbaqQLxgvbtuyg=
- dependencies:
- is-glob "^2.0.0"
+ resolved "https://registry.yarnpkg.com/github-slugger/-/github-slugger-2.0.0.tgz#52cf2f9279a21eb6c59dd385b410f0c0adda8f1a"
+ integrity sha512-IaOQ9puYtjrkq7Y0Ygl9KDZnrf/aiUJYUpVf89y8kyaxbRG7Y1SrX/jaumrv81vc61+kiMempujsM3Yw7w5qcw==
glob-parent@^3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-3.1.0.tgz#9e6af6299d8d3bd2bd40430832bd113df906c5ae"
- integrity sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=
+ integrity sha512-E8Ak/2+dZY6fnzlR7+ueWvhsH1SjHr4jjss4YS/h4py44jY9MhK/VFdaZJAWDz6BbL21KeteKxFSFpq8OS5gVA==
dependencies:
is-glob "^3.1.0"
path-dirname "^1.0.0"
@@ -12079,24 +13012,17 @@ glob-parent@^5.1.2, glob-parent@~5.1.2:
dependencies:
is-glob "^4.0.1"
-glob-parent@^6.0.1:
+glob-parent@^6.0.1, glob-parent@^6.0.2:
version "6.0.2"
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-6.0.2.tgz#6d237d99083950c79290f24c7642a3de9a28f9e3"
integrity sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==
dependencies:
is-glob "^4.0.3"
-glob-promise@^3.4.0:
- version "3.4.0"
- resolved "https://registry.yarnpkg.com/glob-promise/-/glob-promise-3.4.0.tgz#b6b8f084504216f702dc2ce8c9bc9ac8866fdb20"
- integrity sha512-q08RJ6O+eJn+dVanerAndJwIcumgbDdYiUT7zFQl3Wm1xD6fBKtah7H8ZJChj4wP+8C+QfeVy8xautR7rdmKEw==
- dependencies:
- "@types/glob" "*"
-
glob-stream@^6.1.0:
version "6.1.0"
resolved "https://registry.yarnpkg.com/glob-stream/-/glob-stream-6.1.0.tgz#7045c99413b3eb94888d83ab46d0b404cc7bdde4"
- integrity sha1-cEXJlBOz65SIjYOrRtC0BMx73eQ=
+ integrity sha512-uMbLGAP3S2aDOHUDfdoYcdIePUCfysbAd0IAoWVZbeGU/oNQ8asHVSshLDJUPWxfzj8zsCG7/XeHPHTtow0nsw==
dependencies:
extend "^3.0.0"
glob "^7.1.1"
@@ -12112,7 +13038,7 @@ glob-stream@^6.1.0:
glob-to-regexp@^0.3.0:
version "0.3.0"
resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.3.0.tgz#8c5a1494d2066c570cc3bfe4496175acc4d502ab"
- integrity sha1-jFoUlNIGbFcMw7/kSWF1rMTVAqs=
+ integrity sha512-Iozmtbqv0noj0uDDqoL0zNq0VBEfK2YFoMAZoxJe4cwphvLR+JskfF30QhXHOR4m3KrE6NLRYw+U9MRXvifyig==
glob-to-regexp@^0.4.1:
version "0.4.1"
@@ -12130,18 +13056,30 @@ glob@8.1.0:
minimatch "^5.0.1"
once "^1.3.0"
-glob@^10.3.10:
- version "10.3.10"
- resolved "https://registry.yarnpkg.com/glob/-/glob-10.3.10.tgz#0351ebb809fd187fe421ab96af83d3a70715df4b"
- integrity sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==
+glob@^10.0.0, glob@^10.3.10, glob@^10.3.12, glob@^10.3.3:
+ version "10.3.12"
+ resolved "https://registry.yarnpkg.com/glob/-/glob-10.3.12.tgz#3a65c363c2e9998d220338e88a5f6ac97302960b"
+ integrity sha512-TCNv8vJ+xz4QiqTpfOJA7HvYv+tNIRHKfUWw/q+v2jdgN4ebz+KY9tGx5J4rHP0o84mNP+ApH66HRX8us3Khqg==
dependencies:
foreground-child "^3.1.0"
- jackspeak "^2.3.5"
+ jackspeak "^2.3.6"
minimatch "^9.0.1"
- minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
- path-scurry "^1.10.1"
+ minipass "^7.0.4"
+ path-scurry "^1.10.2"
+
+glob@^7.0.0, glob@^7.0.3, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.5, glob@^7.1.6, glob@^7.1.7:
+ version "7.2.3"
+ resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
+ integrity sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==
+ dependencies:
+ fs.realpath "^1.0.0"
+ inflight "^1.0.4"
+ inherits "2"
+ minimatch "^3.1.1"
+ once "^1.3.0"
+ path-is-absolute "^1.0.0"
-glob@^7.0.0, glob@^7.0.3, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.5, glob@^7.1.6, glob@^7.1.7, glob@~7.1.1:
+glob@~7.1.1:
version "7.1.7"
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.7.tgz#3b193e9233f01d42d0b3f78294bbeeb418f94a90"
integrity sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==
@@ -12156,14 +13094,14 @@ glob@^7.0.0, glob@^7.0.3, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, gl
global-dirs@^0.1.0, global-dirs@^0.1.1:
version "0.1.1"
resolved "https://registry.yarnpkg.com/global-dirs/-/global-dirs-0.1.1.tgz#b319c0dd4607f353f3be9cca4c72fc148c49f445"
- integrity sha1-sxnA3UYH81PzvpzKTHL8FIxJ9EU=
+ integrity sha512-NknMLn7F2J7aflwFOlGdNIuCDpN3VGoSoB+aap3KABFWbHVn1TCgFC+np23J8W2BiZbjfEw3BFBycSMv1AFblg==
dependencies:
ini "^1.3.4"
global-dirs@^3.0.0:
- version "3.0.0"
- resolved "https://registry.yarnpkg.com/global-dirs/-/global-dirs-3.0.0.tgz#70a76fe84ea315ab37b1f5576cbde7d48ef72686"
- integrity sha512-v8ho2DS5RiCjftj1nD9NmnfaOzTdud7RRnVd9kFNOjqZbISlx5DQ+OrTkywgd0dIt7oFCvKetZSHoHcP3sDdiA==
+ version "3.0.1"
+ resolved "https://registry.yarnpkg.com/global-dirs/-/global-dirs-3.0.1.tgz#0c488971f066baceda21447aecb1a8b911d22485"
+ integrity sha512-NBcGGFbBA9s1VzD41QXDG+3++t9Mn5t1FpLdhESY6oKY4gYTFpX4wO3sqGUa0Srjtbfj3szX0RnemmrVRUdULA==
dependencies:
ini "2.0.0"
@@ -12183,27 +13121,19 @@ global-prefix@^3.0.0:
kind-of "^6.0.2"
which "^1.3.1"
-global@^4.3.2, global@^4.4.0:
- version "4.4.0"
- resolved "https://registry.yarnpkg.com/global/-/global-4.4.0.tgz#3e7b105179006a323ed71aafca3e9c57a5cc6406"
- integrity sha512-wv/LAoHdRE3BeTGz53FAamhGlPLhlssK45usmGFThIi4XqnBmjKQ16u+RNbP7WvigRZDxUsM0J3gcQ5yicaL0w==
- dependencies:
- min-document "^2.19.0"
- process "^0.11.10"
-
globals@^11.1.0:
version "11.12.0"
resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==
-globals@^13.6.0, globals@^13.9.0:
- version "13.12.0"
- resolved "https://registry.yarnpkg.com/globals/-/globals-13.12.0.tgz#4d733760304230a0082ed96e21e5c565f898089e"
- integrity sha512-uS8X6lSKN2JumVoXrbUz+uG4BYG+eiawqm3qFcT7ammfbUHeCBoJMlHcec/S3krSk73/AE/f0szYFmgAA3kYZg==
+globals@^13.19.0, globals@^13.6.0, globals@^13.9.0:
+ version "13.24.0"
+ resolved "https://registry.yarnpkg.com/globals/-/globals-13.24.0.tgz#8432a19d78ce0c1e833949c36adb345400bb1171"
+ integrity sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==
dependencies:
type-fest "^0.20.2"
-globalthis@^1.0.0, globalthis@^1.0.3:
+globalthis@^1.0.3:
version "1.0.3"
resolved "https://registry.yarnpkg.com/globalthis/-/globalthis-1.0.3.tgz#5852882a52b80dc301b0660273e1ed082f0b6ccf"
integrity sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==
@@ -12235,7 +13165,7 @@ globby@8.0.2:
pify "^3.0.0"
slash "^1.0.0"
-globby@^11.0.0, globby@^11.0.1, globby@^11.0.2, globby@^11.0.4:
+globby@^11.0.0, globby@^11.0.1, globby@^11.0.2, globby@^11.0.3, globby@^11.0.4, globby@^11.1.0:
version "11.1.0"
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
@@ -12247,22 +13177,21 @@ globby@^11.0.0, globby@^11.0.1, globby@^11.0.2, globby@^11.0.4:
merge2 "^1.4.1"
slash "^3.0.0"
-globby@^12.0.2:
- version "12.2.0"
- resolved "https://registry.yarnpkg.com/globby/-/globby-12.2.0.tgz#2ab8046b4fba4ff6eede835b29f678f90e3d3c22"
- integrity sha512-wiSuFQLZ+urS9x2gGPl1H5drc5twabmm4m2gTR27XDFyjUHJUNsS8o/2aKyIF6IoBaR630atdher0XJ5g6OMmA==
+globby@^13.1.1:
+ version "13.2.2"
+ resolved "https://registry.yarnpkg.com/globby/-/globby-13.2.2.tgz#63b90b1bf68619c2135475cbd4e71e66aa090592"
+ integrity sha512-Y1zNGV+pzQdh7H39l9zgB4PJqjRNqydvdYCDG4HFXM4XuvSaQQlEc91IU1yALL8gUTDomgBAfz3XJdmUS+oo0w==
dependencies:
- array-union "^3.0.1"
dir-glob "^3.0.1"
- fast-glob "^3.2.7"
- ignore "^5.1.9"
+ fast-glob "^3.3.0"
+ ignore "^5.2.4"
merge2 "^1.4.1"
slash "^4.0.0"
globby@^6.1.0:
version "6.1.0"
resolved "https://registry.yarnpkg.com/globby/-/globby-6.1.0.tgz#f5a6d70e8395e21c858fb0489d64df02424d506c"
- integrity sha1-9abXDoOV4hyFj7BInWTfAkJNUGw=
+ integrity sha512-KVbFv2TQtbzCoxAnfD6JcHZTYCzyliEaaeM/gH8qQdkKr5s0OP9scEgvdcngyk7AVdY6YVW/TJHd+lQ/Df3Daw==
dependencies:
array-union "^1.0.1"
glob "^7.0.3"
@@ -12285,21 +13214,14 @@ globby@^9.2.0:
slash "^2.0.0"
globule@^1.0.0:
- version "1.3.2"
- resolved "https://registry.yarnpkg.com/globule/-/globule-1.3.2.tgz#d8bdd9e9e4eef8f96e245999a5dee7eb5d8529c4"
- integrity sha512-7IDTQTIu2xzXkT+6mlluidnWo+BypnbSoEVVQCGfzqnl5Ik8d3e1d4wycb8Rj9tWW+Z39uPWsdlquqiqPCd/pA==
+ version "1.3.4"
+ resolved "https://registry.yarnpkg.com/globule/-/globule-1.3.4.tgz#7c11c43056055a75a6e68294453c17f2796170fb"
+ integrity sha512-OPTIfhMBh7JbBYDpa5b+Q5ptmMWKwcNcFSR/0c6t8V4f3ZAVBEsKNY37QdVqmLRYSMhOUGYrY0QhSoEpzGr/Eg==
dependencies:
glob "~7.1.1"
- lodash "~4.17.10"
+ lodash "^4.17.21"
minimatch "~3.0.2"
-good-listener@^1.2.2:
- version "1.2.2"
- resolved "https://registry.yarnpkg.com/good-listener/-/good-listener-1.2.2.tgz#d53b30cdf9313dffb7dc9a0d477096aa6d145c50"
- integrity sha1-1TswzfkxPf+33JoNR3CWqm0UXFA=
- dependencies:
- delegate "^3.1.2"
-
gopd@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/gopd/-/gopd-1.0.1.tgz#29ff76de69dac7489b7c0918a5788e56477c332c"
@@ -12324,10 +13246,15 @@ got@^9.6.0:
to-readable-stream "^1.0.0"
url-parse-lax "^3.0.0"
-graceful-fs@^4.0.0, graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.5, graceful-fs@^4.1.6, graceful-fs@^4.1.9, graceful-fs@^4.2.0, graceful-fs@^4.2.4, graceful-fs@^4.2.6, graceful-fs@^4.2.9:
- version "4.2.9"
- resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.9.tgz#041b05df45755e587a24942279b9d113146e1c96"
- integrity sha512-NtNxqUcXgpW2iMrfqSfR73Glt39K+BLwWsPs94yR63v45T0Wbej7eRmL5cWfwEgqXnmjQp3zaJTshdRW/qC2ZQ==
+graceful-fs@^4.0.0, graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.5, graceful-fs@^4.1.6, graceful-fs@^4.1.9, graceful-fs@^4.2.0, graceful-fs@^4.2.11, graceful-fs@^4.2.4, graceful-fs@^4.2.6, graceful-fs@^4.2.9:
+ version "4.2.11"
+ resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.11.tgz#4183e4e8bf08bb6e05bbb2f7d2e0c8f712ca40e3"
+ integrity sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==
+
+graphemer@^1.4.0:
+ version "1.4.0"
+ resolved "https://registry.yarnpkg.com/graphemer/-/graphemer-1.4.0.tgz#fb2f1d55e0e3a1849aeffc90c4fa0dd53a0e66c6"
+ integrity sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==
gray-matter@^4.0.3:
version "4.0.3"
@@ -12342,20 +13269,27 @@ gray-matter@^4.0.3:
growly@^1.3.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/growly/-/growly-1.3.0.tgz#f10748cbe76af964b7c96c93c6bcc28af120c081"
- integrity sha1-8QdIy+dq+WS3yWyTxrzCivEgwIE=
-
-gud@^1.0.0:
- version "1.0.0"
- resolved "https://registry.yarnpkg.com/gud/-/gud-1.0.0.tgz#a489581b17e6a70beca9abe3ae57de7a499852c0"
- integrity sha512-zGEOVKFM5sVPPrYs7J5/hYEw2Pof8KCyOwyhG8sAF26mCAeUFAcYPu1mwB7hhpIP29zOIBaDqwuHdLp0jvZXjw==
+ integrity sha512-+xGQY0YyAWCnqy7Cd++hc2JqMYzlm0dG30Jd0beaA64sROr8C4nt8Yc9V5Ro3avlSUDTN0ulqP/VBKi1/lLygw==
gulp-sort@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/gulp-sort/-/gulp-sort-2.0.0.tgz#c6762a2f1f0de0a3fc595a21599d3fac8dba1aca"
- integrity sha1-xnYqLx8N4KP8WVohWZ0/rI26Gso=
+ integrity sha512-MyTel3FXOdh1qhw1yKhpimQrAmur9q1X0ZigLmCOxouQD+BD3za9/89O+HfbgBQvvh4igEbp0/PUWO+VqGYG1g==
dependencies:
through2 "^2.0.1"
+gunzip-maybe@^1.4.2:
+ version "1.4.2"
+ resolved "https://registry.yarnpkg.com/gunzip-maybe/-/gunzip-maybe-1.4.2.tgz#b913564ae3be0eda6f3de36464837a9cd94b98ac"
+ integrity sha512-4haO1M4mLO91PW57BMsDFf75UmwoRX0GkdD+Faw+Lr+r/OZrOCS0pIBwOL1xCKQqnQzbNFGgK2V2CpBUPeFNTw==
+ dependencies:
+ browserify-zlib "^0.1.4"
+ is-deflate "^1.0.0"
+ is-gzip "^1.0.0"
+ peek-stream "^1.1.0"
+ pumpify "^1.3.3"
+ through2 "^2.0.3"
+
gzip-size@5.1.1:
version "5.1.1"
resolved "https://registry.yarnpkg.com/gzip-size/-/gzip-size-5.1.1.tgz#cb9bee692f87c0612b232840a873904e4c135274"
@@ -12376,13 +13310,13 @@ handle-thing@^2.0.0:
resolved "https://registry.yarnpkg.com/handle-thing/-/handle-thing-2.0.1.tgz#857f79ce359580c340d43081cc648970d0bb234e"
integrity sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==
-handlebars@^4.3.3, handlebars@^4.5.3, handlebars@^4.7.3:
- version "4.7.7"
- resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.7.7.tgz#9ce33416aad02dbd6c8fafa8240d5d98004945a1"
- integrity sha512-aAcXm5OAfE/8IXkcZvCepKU3VzW1/39Fb5ZuqMtgI/hT8X2YgoMvBY5dLhq/cpOvw7Lk1nK/UF71aLG/ZnVYRA==
+handlebars@^4.3.3, handlebars@^4.5.3, handlebars@^4.7.3, handlebars@^4.7.7:
+ version "4.7.8"
+ resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.7.8.tgz#41c42c18b1be2365439188c77c6afae71c0cd9e9"
+ integrity sha512-vafaFqs8MZkRrSX7sFVUdo3ap/eNiLnb4IakshzvP56X5Nr1iGKAIqdX6tMlm6HcNRIkr6AxO5jFEoJzzpT8aQ==
dependencies:
minimist "^1.2.5"
- neo-async "^2.6.0"
+ neo-async "^2.6.2"
source-map "^0.6.1"
wordwrap "^1.0.0"
optionalDependencies:
@@ -12391,7 +13325,7 @@ handlebars@^4.3.3, handlebars@^4.5.3, handlebars@^4.7.3:
har-schema@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/har-schema/-/har-schema-2.0.0.tgz#a94c2224ebcac04782a0d9035521f24735b7ec92"
- integrity sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI=
+ integrity sha512-Oqluz6zhGX8cyRaTQlFMPw80bSJVG2x/cFb8ZPhUILGgHka9SsokCCOQgpveePerqidZOrT14ipqfJb7ILcW5Q==
har-validator@~5.1.3:
version "5.1.5"
@@ -12407,14 +13341,14 @@ hard-rejection@^2.1.0:
integrity sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA==
harmony-reflect@^1.4.6:
- version "1.6.1"
- resolved "https://registry.yarnpkg.com/harmony-reflect/-/harmony-reflect-1.6.1.tgz#c108d4f2bb451efef7a37861fdbdae72c9bdefa9"
- integrity sha512-WJTeyp0JzGtHcuMsi7rw2VwtkvLa+JyfEKJCFyfcS0+CDkjQ5lHPu7zEhFZP+PDSRrEgXa5Ah0l1MbgbE41XjA==
+ version "1.6.2"
+ resolved "https://registry.yarnpkg.com/harmony-reflect/-/harmony-reflect-1.6.2.tgz#31ecbd32e648a34d030d86adb67d4d47547fe710"
+ integrity sha512-HIp/n38R9kQjDEziXyDTuW3vvoxxyxjxFzXLrBr18uB47GnSt+G9D29fqrpM5ZkspMcPICud3XsBJQ4Y2URg8g==
has-ansi@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/has-ansi/-/has-ansi-2.0.0.tgz#34f5049ce1ecdf2b0649af3ef24e45ed35416d91"
- integrity sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=
+ integrity sha512-C8vBJ8DwUCx19vhm7urhTuUsr4/IyP6l4VzNQDv+ryHQObW3TTTp9yB68WpYgRe2bbaGuZ/se74IqFeVnMnLZg==
dependencies:
ansi-regex "^2.0.0"
@@ -12425,7 +13359,7 @@ has-ansi@^4.0.1:
dependencies:
ansi-regex "^4.1.0"
-has-bigints@^1.0.2:
+has-bigints@^1.0.1, has-bigints@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.0.2.tgz#0871bd3e3d51626f6ca0966668ba35d5602d6eaa"
integrity sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==
@@ -12433,53 +13367,41 @@ has-bigints@^1.0.2:
has-flag@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd"
- integrity sha1-tdRU3CGZriJWmfNGfloH87lVuv0=
+ integrity sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==
has-flag@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b"
integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==
-has-glob@^1.0.0:
- version "1.0.0"
- resolved "https://registry.yarnpkg.com/has-glob/-/has-glob-1.0.0.tgz#9aaa9eedbffb1ba3990a7b0010fb678ee0081207"
- integrity sha1-mqqe7b/7G6OZCnsAEPtnjuAIEgc=
- dependencies:
- is-glob "^3.0.0"
-
-has-property-descriptors@^1.0.0:
- version "1.0.0"
- resolved "https://registry.yarnpkg.com/has-property-descriptors/-/has-property-descriptors-1.0.0.tgz#610708600606d36961ed04c196193b6a607fa861"
- integrity sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==
+has-property-descriptors@^1.0.0, has-property-descriptors@^1.0.2:
+ version "1.0.2"
+ resolved "https://registry.yarnpkg.com/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz#963ed7d071dc7bf5f084c5bfbe0d1b6222586854"
+ integrity sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==
dependencies:
- get-intrinsic "^1.1.1"
+ es-define-property "^1.0.0"
-has-proto@^1.0.1:
- version "1.0.1"
- resolved "https://registry.yarnpkg.com/has-proto/-/has-proto-1.0.1.tgz#1885c1305538958aff469fef37937c22795408e0"
- integrity sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==
+has-proto@^1.0.1, has-proto@^1.0.3:
+ version "1.0.3"
+ resolved "https://registry.yarnpkg.com/has-proto/-/has-proto-1.0.3.tgz#b31ddfe9b0e6e9914536a6ab286426d0214f77fd"
+ integrity sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==
has-symbols@^1.0.1, has-symbols@^1.0.2, has-symbols@^1.0.3:
version "1.0.3"
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.3.tgz#bb7b2c4349251dce87b125f7bdf874aa7c8b39f8"
integrity sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==
-has-tostringtag@^1.0.0:
- version "1.0.0"
- resolved "https://registry.yarnpkg.com/has-tostringtag/-/has-tostringtag-1.0.0.tgz#7e133818a7d394734f941e73c3d3f9291e658b25"
- integrity sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==
+has-tostringtag@^1.0.0, has-tostringtag@^1.0.2:
+ version "1.0.2"
+ resolved "https://registry.yarnpkg.com/has-tostringtag/-/has-tostringtag-1.0.2.tgz#2cdc42d40bef2e5b4eeab7c01a73c54ce7ab5abc"
+ integrity sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==
dependencies:
- has-symbols "^1.0.2"
-
-has-unicode@^2.0.0:
- version "2.0.1"
- resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9"
- integrity sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk=
+ has-symbols "^1.0.3"
has-value@^0.3.1:
version "0.3.1"
resolved "https://registry.yarnpkg.com/has-value/-/has-value-0.3.1.tgz#7b1f58bada62ca827ec0a2078025654845995e1f"
- integrity sha1-ex9YutpiyoJ+wKIHgCVlSEWZXh8=
+ integrity sha512-gpG936j8/MzaeID5Yif+577c17TxaDmhuyVgSwtnL/q8UUTySg8Mecb+8Cf1otgLoD7DDH75axp86ER7LFsf3Q==
dependencies:
get-value "^2.0.3"
has-values "^0.1.4"
@@ -12488,7 +13410,7 @@ has-value@^0.3.1:
has-value@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/has-value/-/has-value-1.0.0.tgz#18b281da585b1c5c51def24c930ed29a0be6b177"
- integrity sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc=
+ integrity sha512-IBXk4GTsLYdQ7Rvt+GRBrFSVEkmuOUy4re0Xjd9kJSUQpnTrWR4/y9RpfexN9vkAPMFuQoeWKwqzPozRTlasGw==
dependencies:
get-value "^2.0.6"
has-values "^1.0.0"
@@ -12497,12 +13419,12 @@ has-value@^1.0.0:
has-values@^0.1.4:
version "0.1.4"
resolved "https://registry.yarnpkg.com/has-values/-/has-values-0.1.4.tgz#6d61de95d91dfca9b9a02089ad384bff8f62b771"
- integrity sha1-bWHeldkd/Km5oCCJrThL/49it3E=
+ integrity sha512-J8S0cEdWuQbqD9//tlZxiMuMNmxB8PlEwvYwuxsTmR1G5RXUePEX/SJn7aD0GMLieuZYSwNH0cQuJGwnYunXRQ==
has-values@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/has-values/-/has-values-1.0.0.tgz#95b0b63fec2146619a6fe57fe75628d5a39efe4f"
- integrity sha1-lbC2P+whRmGab+V/51Yo1aOe/k8=
+ integrity sha512-ODYZC64uqzmtfGMEAX/FvZiRyWLpAC3vYnNunURUnkGVTS+mI0smVsWaPydRBsE3g+ok7h960jChO8mFcWlHaQ==
dependencies:
is-number "^3.0.0"
kind-of "^4.0.0"
@@ -12513,11 +13435,9 @@ has-yarn@^2.1.0:
integrity sha512-UqBRqi4ju7T+TqGNdqAO0PaSVGsDGJUBQvk9eUWNGRY1CFGDzYhLWoM7JQEemnlvVcv/YEmc2wNW8BC24EnUsw==
has@^1.0.0, has@^1.0.3:
- version "1.0.3"
- resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
- integrity sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==
- dependencies:
- function-bind "^1.1.1"
+ version "1.0.4"
+ resolved "https://registry.yarnpkg.com/has/-/has-1.0.4.tgz#2eb2860e000011dae4f1406a86fe80e530fb2ec6"
+ integrity sha512-qdSAmqLF6209RFj4VVItywPMbm3vWylknmB3nvNiUIs72xAimcM8nVYxYr7ncvZq5qzk9MKIZR8ijqD/1QuYjQ==
hash-base@^3.0.0:
version "3.1.0"
@@ -12528,6 +13448,14 @@ hash-base@^3.0.0:
readable-stream "^3.6.0"
safe-buffer "^5.2.0"
+hash-base@~3.0:
+ version "3.0.4"
+ resolved "https://registry.yarnpkg.com/hash-base/-/hash-base-3.0.4.tgz#5fc8686847ecd73499403319a6b0a3f3f6ae4918"
+ integrity sha512-EeeoJKjTyt868liAlVmcv2ZsUfGHlE3Q+BICOXcZiwN3osr5Q/zFGYmTJpoIzuaSTAwndFy+GqhEwlU4L3j4Ow==
+ dependencies:
+ inherits "^2.0.1"
+ safe-buffer "^5.0.1"
+
hash.js@^1.0.0, hash.js@^1.0.3:
version "1.1.7"
resolved "https://registry.yarnpkg.com/hash.js/-/hash.js-1.1.7.tgz#0babca538e8d4ee4a0f8988d68866537a003cf42"
@@ -12536,6 +13464,13 @@ hash.js@^1.0.0, hash.js@^1.0.3:
inherits "^2.0.3"
minimalistic-assert "^1.0.1"
+hasown@^2.0.0, hasown@^2.0.1, hasown@^2.0.2:
+ version "2.0.2"
+ resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.2.tgz#003eaf91be7adc372e84ec59dc37252cedb80003"
+ integrity sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==
+ dependencies:
+ function-bind "^1.1.2"
+
hast-to-hyperscript@^9.0.0:
version "9.0.1"
resolved "https://registry.yarnpkg.com/hast-to-hyperscript/-/hast-to-hyperscript-9.0.1.tgz#9b67fd188e4c81e8ad66f803855334173920218d"
@@ -12549,17 +13484,6 @@ hast-to-hyperscript@^9.0.0:
unist-util-is "^4.0.0"
web-namespaces "^1.0.0"
-hast-util-from-parse5@^5.0.0:
- version "5.0.3"
- resolved "https://registry.yarnpkg.com/hast-util-from-parse5/-/hast-util-from-parse5-5.0.3.tgz#3089dc0ee2ccf6ec8bc416919b51a54a589e097c"
- integrity sha512-gOc8UB99F6eWVWFtM9jUikjN7QkWxB3nY0df5Z0Zq1/Nkwl5V4hAAsl0tmwlgWl/1shlTF8DnNYLO8X6wRV9pA==
- dependencies:
- ccount "^1.0.3"
- hastscript "^5.0.0"
- property-information "^5.0.0"
- web-namespaces "^1.1.2"
- xtend "^4.0.1"
-
hast-util-from-parse5@^6.0.0:
version "6.0.1"
resolved "https://registry.yarnpkg.com/hast-util-from-parse5/-/hast-util-from-parse5-6.0.1.tgz#554e34abdeea25ac76f5bd950a1f0180e0b3bc2a"
@@ -12572,6 +13496,20 @@ hast-util-from-parse5@^6.0.0:
vfile-location "^3.2.0"
web-namespaces "^1.0.0"
+hast-util-heading-rank@^3.0.0:
+ version "3.0.0"
+ resolved "https://registry.yarnpkg.com/hast-util-heading-rank/-/hast-util-heading-rank-3.0.0.tgz#2d5c6f2807a7af5c45f74e623498dd6054d2aba8"
+ integrity sha512-EJKb8oMUXVHcWZTDepnr+WNbfnXKFNf9duMesmr4S8SXTJBJ9M4Yok08pu9vxdJwdlGRhVumk9mEhkEvKGifwA==
+ dependencies:
+ "@types/hast" "^3.0.0"
+
+hast-util-is-element@^3.0.0:
+ version "3.0.0"
+ resolved "https://registry.yarnpkg.com/hast-util-is-element/-/hast-util-is-element-3.0.0.tgz#6e31a6532c217e5b533848c7e52c9d9369ca0932"
+ integrity sha512-Val9mnv2IWpLbNPqc/pUem+a7Ipj2aHacCwgNfTiK0vJKl0LF+4Ba4+v1oPHFpf3bLYmreq0/l3Gud9S5OH42g==
+ dependencies:
+ "@types/hast" "^3.0.0"
+
hast-util-parse-selector@^2.0.0:
version "2.2.5"
resolved "https://registry.yarnpkg.com/hast-util-parse-selector/-/hast-util-parse-selector-2.2.5.tgz#d57c23f4da16ae3c63b3b6ca4616683313499c3a"
@@ -12604,15 +13542,12 @@ hast-util-to-parse5@^6.0.0:
xtend "^4.0.0"
zwitch "^1.0.0"
-hastscript@^5.0.0:
- version "5.1.2"
- resolved "https://registry.yarnpkg.com/hastscript/-/hastscript-5.1.2.tgz#bde2c2e56d04c62dd24e8c5df288d050a355fb8a"
- integrity sha512-WlztFuK+Lrvi3EggsqOkQ52rKbxkXL3RwB6t5lwoa8QLMemoWfBuL43eDrwOamJyR7uKQKdmKYaBH1NZBiIRrQ==
+hast-util-to-string@^3.0.0:
+ version "3.0.0"
+ resolved "https://registry.yarnpkg.com/hast-util-to-string/-/hast-util-to-string-3.0.0.tgz#2a131948b4b1b26461a2c8ac876e2c88d02946bd"
+ integrity sha512-OGkAxX1Ua3cbcW6EJ5pT/tslVb90uViVkcJ4ZZIMW/R33DX/AkcJcRrPebPwJkHYwlDHXz4aIwvAAaAdtrACFA==
dependencies:
- comma-separated-tokens "^1.0.0"
- hast-util-parse-selector "^2.0.0"
- property-information "^5.0.0"
- space-separated-tokens "^1.0.0"
+ "@types/hast" "^3.0.0"
hastscript@^6.0.0:
version "6.0.0"
@@ -12635,11 +13570,6 @@ hex-color-regex@^1.1.0:
resolved "https://registry.yarnpkg.com/hex-color-regex/-/hex-color-regex-1.1.0.tgz#4c06fccb4602fe2602b3c93df82d7e7dbf1a8a8e"
integrity sha512-l9sfDFsuqtOqKDsQdqrMRk0U85RZc0RtOR9yPI7mRVOa4FsR/BVnZ0shmQRM96Ji99kYZP/7hn1cedc1+ApsTQ==
-highlight.js@^10.1.1, highlight.js@~10.4.0:
- version "10.4.0"
- resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-10.4.0.tgz#ef3ce475e5dfa7a48484260b49ea242ddab823a0"
- integrity sha512-EfrUGcQ63oLJbj0J0RI9ebX6TAITbsDBLbsjr881L/X5fMO9+oadKzEF21C7R3ULKG6Gv3uoab2HiqVJa/4+oA==
-
history@^4.9.0:
version "4.10.1"
resolved "https://registry.yarnpkg.com/history/-/history-4.10.1.tgz#33371a65e3a83b267434e2b3f3b1b4c58aad4cf3"
@@ -12652,16 +13582,16 @@ history@^4.9.0:
tiny-warning "^1.0.0"
value-equal "^1.0.1"
-hmac-drbg@^1.0.0:
+hmac-drbg@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1"
- integrity sha1-0nRXAQJabHdabFRXk+1QL8DGSaE=
+ integrity sha512-Tti3gMqLdZfhOQY1Mzf/AanLiqh1WTiJgEj26ZuYQ9fbkLomzGchCws4FyrSd4VkpBfiNhaE1On+lOz894jvXg==
dependencies:
hash.js "^1.0.3"
minimalistic-assert "^1.0.0"
minimalistic-crypto-utils "^1.0.1"
-hoist-non-react-statics@^3.1.0, hoist-non-react-statics@^3.3.0:
+hoist-non-react-statics@^3.1.0:
version "3.3.2"
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz#ece0acaf71d62c2969c2ec59feff42a4b1a85b45"
integrity sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==
@@ -12674,21 +13604,21 @@ hoopy@^0.1.4:
integrity sha512-HRcs+2mr52W0K+x8RzcLzuPPmVIKMSv97RGHy0Ea9y/mpcaK+xTrjICA04KAHi4GRzxliNqNJEFYWHghy3rSfQ==
hosted-git-info@^2.1.4:
- version "2.8.8"
- resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.8.tgz#7539bd4bc1e0e0a895815a2e0262420b12858488"
- integrity sha512-f/wzC2QaWBs7t9IYqB4T3sR1xviIViXJRJTWBlx2Gf3g0Xi5vI7Yy4koXQ1c9OYDGHN9sBy1DQ2AB8fqZBWhUg==
+ version "2.8.9"
+ resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.9.tgz#dffc0bf9a21c02209090f2aa69429e1414daf3f9"
+ integrity sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==
-hosted-git-info@^3.0.6:
- version "3.0.7"
- resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-3.0.7.tgz#a30727385ea85acfcee94e0aad9e368c792e036c"
- integrity sha512-fWqc0IcuXs+BmE9orLDyVykAG9GJtGLGuZAAqgcckPgv5xad4AcXGIv8galtQvlwutxSlaMcdw7BUtq2EIvqCQ==
+hosted-git-info@^4.0.1:
+ version "4.1.0"
+ resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-4.1.0.tgz#827b82867e9ff1c8d0c4d9d53880397d2c86d224"
+ integrity sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==
dependencies:
lru-cache "^6.0.0"
hpack.js@^2.1.6:
version "2.1.6"
resolved "https://registry.yarnpkg.com/hpack.js/-/hpack.js-2.1.6.tgz#87774c0949e513f42e84575b3c45681fade2a0b2"
- integrity sha1-h3dMCUnlE/QuhFdbPEVoH63ioLI=
+ integrity sha512-zJxVehUdMGIKsRaNt7apO2Gqp0BdqW5yaiGHXXmbpvxgBYVZnAql+BJb4RO5ad2MgpbZKn5G6nMnegrH1FcNYQ==
dependencies:
inherits "^2.0.1"
obuf "^1.0.0"
@@ -12698,24 +13628,20 @@ hpack.js@^2.1.6:
hsl-regex@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/hsl-regex/-/hsl-regex-1.0.0.tgz#d49330c789ed819e276a4c0d272dffa30b18fe6e"
- integrity sha1-1JMwx4ntgZ4nakwNJy3/owsY/m4=
+ integrity sha512-M5ezZw4LzXbBKMruP+BNANf0k+19hDQMgpzBIYnya//Al+fjNct9Wf3b1WedLqdEs2hKBvxq/jh+DsHJLj0F9A==
hsla-regex@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/hsla-regex/-/hsla-regex-1.0.0.tgz#c1ce7a3168c8c6614033a4b5f7877f3b225f9c38"
- integrity sha1-wc56MWjIxmFAM6S194d/OyJfnDg=
-
-html-comment-regex@^1.1.0:
- version "1.1.2"
- resolved "https://registry.yarnpkg.com/html-comment-regex/-/html-comment-regex-1.1.2.tgz#97d4688aeb5c81886a364faa0cad1dda14d433a7"
- integrity sha512-P+M65QY2JQ5Y0G9KKdlDpo0zK+/OHptU5AaBwUfAIDJZk1MYf32Frm84EcOytfJE0t5JvkAnKlmjsXDnWzCJmQ==
+ integrity sha512-7Wn5GMLuHBjZCb2bTmnDOycho0p/7UVaAeqXZGbHrBCl6Yd/xDhQJAXe6Ga9AXJH2I5zY1dEdYw2u1UptnSBJA==
html-element-map@^1.2.0:
- version "1.2.0"
- resolved "https://registry.yarnpkg.com/html-element-map/-/html-element-map-1.2.0.tgz#dfbb09efe882806af63d990cf6db37993f099f22"
- integrity sha512-0uXq8HsuG1v2TmQ8QkIhzbrqeskE4kn52Q18QJ9iAA/SnHoEKXWiUxHQtclRsCFWEUD2So34X+0+pZZu862nnw==
+ version "1.3.1"
+ resolved "https://registry.yarnpkg.com/html-element-map/-/html-element-map-1.3.1.tgz#44b2cbcfa7be7aa4ff59779e47e51012e1c73c08"
+ integrity sha512-6XMlxrAFX4UEEGxctfFnmrFaaZFNf9i5fNuV5wZ3WWQ4FVaNP1aX1LkX9j2mfEx1NpjeE/rL3nmgEn23GdFmrg==
dependencies:
- array-filter "^1.0.0"
+ array.prototype.filter "^1.0.0"
+ call-bind "^1.0.2"
html-encoding-sniffer@^2.0.1:
version "2.0.1"
@@ -12724,17 +13650,17 @@ html-encoding-sniffer@^2.0.1:
dependencies:
whatwg-encoding "^1.0.5"
-html-entities@^1.2.0, html-entities@^1.2.1, html-entities@^1.3.1:
- version "1.3.1"
- resolved "https://registry.yarnpkg.com/html-entities/-/html-entities-1.3.1.tgz#fb9a1a4b5b14c5daba82d3e34c6ae4fe701a0e44"
- integrity sha512-rhE/4Z3hIhzHAUKbW8jVcCyuT5oJCXXqhN/6mXXVCpzTmvJnoH2HL/bt3EZ6p55jbFJBeAe1ZNpL5BugLujxNA==
+html-entities@^1.2.1, html-entities@^1.3.1:
+ version "1.4.0"
+ resolved "https://registry.yarnpkg.com/html-entities/-/html-entities-1.4.0.tgz#cfbd1b01d2afaf9adca1b10ae7dffab98c71d2dc"
+ integrity sha512-8nxjcBcd8wovbeKx7h3wTji4e6+rhaVuPNpMqwWgnHh+N9ToqsCs6XztWRBPQ+UtzsoMAdKZtUENoVzU/EMtZA==
-html-entities@^2.3.2:
- version "2.3.2"
- resolved "https://registry.yarnpkg.com/html-entities/-/html-entities-2.3.2.tgz#760b404685cb1d794e4f4b744332e3b00dcfe488"
- integrity sha512-c3Ab/url5ksaT0WyleslpBEthOzWhrjQbg75y7XUsfSzi3Dgzt0l8w5e7DylRn15MTlMMD58dTfzddNS2kcAjQ==
+html-entities@^2.1.0, html-entities@^2.3.2:
+ version "2.5.2"
+ resolved "https://registry.yarnpkg.com/html-entities/-/html-entities-2.5.2.tgz#201a3cf95d3a15be7099521620d19dfb4f65359f"
+ integrity sha512-K//PSRMQk4FZ78Kyau+mZurHn3FH0Vwr+H36eE0rPbeYkRRi9YxceYPhuN60UwWorxyKHhqoAJl2OFKa4BVtaA==
-html-escaper@^2.0.0:
+html-escaper@^2.0.0, html-escaper@^2.0.2:
version "2.0.2"
resolved "https://registry.yarnpkg.com/html-escaper/-/html-escaper-2.0.2.tgz#dfd60027da36a36dfcbe236262c00a5822681453"
integrity sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==
@@ -12765,10 +13691,10 @@ html-minifier-terser@^6.0.2, html-minifier-terser@^6.1.0:
relateurl "^0.2.7"
terser "^5.10.0"
-html-tags@^3.1.0:
- version "3.1.0"
- resolved "https://registry.yarnpkg.com/html-tags/-/html-tags-3.1.0.tgz#7b5e6f7e665e9fb41f30007ed9e0d41e97fb2140"
- integrity sha512-1qYz89hW3lFDEazhjW0yVAV87lw8lVkrJocr72XmBkMKsoSVJCQx3W8BXsC7hO2qAt8BoVjYjtAcZ9perqGnNg==
+html-tags@^3.1.0, html-tags@^3.2.0:
+ version "3.3.1"
+ resolved "https://registry.yarnpkg.com/html-tags/-/html-tags-3.3.1.tgz#a04026a18c882e4bba8a01a3d39cfe465d40b5ce"
+ integrity sha512-ztqyC3kLto0e9WbNp0aeP+M3kTt+nbaIveGmUxAtZa+8iFgKLUOD4YKM5j+f3QD89bra7UeumolZHKuOXnTmeQ==
html-void-elements@^1.0.0:
version "1.0.5"
@@ -12790,25 +13716,10 @@ html-webpack-plugin@4.5.0:
tapable "^1.1.3"
util.promisify "1.0.0"
-html-webpack-plugin@^4.0.0:
- version "4.5.2"
- resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-4.5.2.tgz#76fc83fa1a0f12dd5f7da0404a54e2699666bc12"
- integrity sha512-q5oYdzjKUIPQVjOosjgvCHQOv9Ett9CYYHlgvJeXG0qQvdSojnBq4vAdQBwn1+yGveAwHCoe/rMR86ozX3+c2A==
- dependencies:
- "@types/html-minifier-terser" "^5.0.0"
- "@types/tapable" "^1.0.5"
- "@types/webpack" "^4.41.8"
- html-minifier-terser "^5.0.1"
- loader-utils "^1.2.3"
- lodash "^4.17.20"
- pretty-error "^2.1.1"
- tapable "^1.1.3"
- util.promisify "1.0.0"
-
html-webpack-plugin@^5.5.0:
- version "5.5.0"
- resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-5.5.0.tgz#c3911936f57681c1f9f4d8b68c158cd9dfe52f50"
- integrity sha512-sy88PC2cRTVxvETRgUHFrL4No3UxvcH8G1NepGhqaTT+GXN2kTamqasot0inS5hXeg1cMbFDt27zzo9p35lZVw==
+ version "5.6.0"
+ resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-5.6.0.tgz#50a8fa6709245608cb00e811eacecb8e0d7b7ea0"
+ integrity sha512-iwaY4wzbe48AfKLZ/Cc8k0L+FKG6oSNRaZ8x5A/T/IVDGyXcbHncM9TdDa93wn0FsSm82FhTKW7f3vS61thXAw==
dependencies:
"@types/html-minifier-terser" "^6.0.0"
html-minifier-terser "^6.0.2"
@@ -12816,18 +13727,6 @@ html-webpack-plugin@^5.5.0:
pretty-error "^4.0.0"
tapable "^2.0.0"
-htmlparser2@^3.3.0, htmlparser2@^3.9.1:
- version "3.10.1"
- resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-3.10.1.tgz#bd679dc3f59897b6a34bb10749c855bb53a9392f"
- integrity sha512-IgieNijUMbkDovyoKObU1DUhm1iwNYE/fuifEoEHfd1oZKZDaONBSkal7Y01shxsM49R4XaMdGez3WnF9UfiCQ==
- dependencies:
- domelementtype "^1.3.1"
- domhandler "^2.3.0"
- domutils "^1.5.1"
- entities "^1.1.1"
- inherits "^2.0.1"
- readable-stream "^3.1.1"
-
htmlparser2@^6.1.0:
version "6.1.0"
resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-6.1.0.tgz#c4d762b6c3371a05dbe65e94ae43a9f845fb8fb7"
@@ -12838,10 +13737,20 @@ htmlparser2@^6.1.0:
domutils "^2.5.2"
entities "^2.0.0"
+htmlparser2@^8.0.1:
+ version "8.0.2"
+ resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-8.0.2.tgz#f002151705b383e62433b5cf466f5b716edaec21"
+ integrity sha512-GYdjWKDkbRLkZ5geuHs5NY1puJ+PXwP7+fHPRz06Eirsb9ugf6d8kkXav6ADhcODhFFPMIXyxkxSuMf3D6NCFA==
+ dependencies:
+ domelementtype "^2.3.0"
+ domhandler "^5.0.3"
+ domutils "^3.0.1"
+ entities "^4.4.0"
+
http-auth@3.1.x:
version "3.1.3"
resolved "https://registry.yarnpkg.com/http-auth/-/http-auth-3.1.3.tgz#945cfadd66521eaf8f7c84913d377d7b15f24e31"
- integrity sha1-lFz63WZSHq+PfISRPTd9exXyTjE=
+ integrity sha512-Jbx0+ejo2IOx+cRUYAGS1z6RGc6JfYUNkysZM4u4Sfk1uLlGv814F7/PIjQQAuThLdAWxb74JMGd5J8zex1VQg==
dependencies:
apache-crypt "^1.1.2"
apache-md5 "^1.0.6"
@@ -12849,51 +13758,40 @@ http-auth@3.1.x:
uuid "^3.0.0"
http-cache-semantics@^4.0.0:
- version "4.1.0"
- resolved "https://registry.yarnpkg.com/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz#49e91c5cbf36c9b94bcfcd71c23d5249ec74e390"
- integrity sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ==
+ version "4.1.1"
+ resolved "https://registry.yarnpkg.com/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz#abe02fcb2985460bf0323be664436ec3476a6d5a"
+ integrity sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==
http-deceiver@^1.2.7:
version "1.2.7"
resolved "https://registry.yarnpkg.com/http-deceiver/-/http-deceiver-1.2.7.tgz#fa7168944ab9a519d337cb0bec7284dc3e723d87"
- integrity sha1-+nFolEq5pRnTN8sL7HKE3D5yPYc=
+ integrity sha512-LmpOGxTfbpgtGVxJrj5k7asXHCgNZp5nLfp+hWc8QQRqtb7fUy6kRY3BO1h9ddF6yIPYUARgxGOwB42DnxIaNw==
-http-errors@1.7.2:
- version "1.7.2"
- resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-1.7.2.tgz#4f5029cf13239f31036e5b2e55292bcfbcc85c8f"
- integrity sha512-uUQBt3H/cSIVfch6i1EuPNy/YsRSOUBXTVfZ+yR7Zjez3qjBz6i9+i4zjNaoqcoFVI4lQJ5plg63TvGfRSDCRg==
+http-errors@2.0.0:
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-2.0.0.tgz#b7774a1486ef73cf7667ac9ae0858c012c57b9d3"
+ integrity sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==
dependencies:
- depd "~1.1.2"
- inherits "2.0.3"
- setprototypeof "1.1.1"
- statuses ">= 1.5.0 < 2"
- toidentifier "1.0.0"
+ depd "2.0.0"
+ inherits "2.0.4"
+ setprototypeof "1.2.0"
+ statuses "2.0.1"
+ toidentifier "1.0.1"
http-errors@~1.6.2:
version "1.6.3"
resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-1.6.3.tgz#8b55680bb4be283a0b5bf4ea2e38580be1d9320d"
- integrity sha1-i1VoC7S+KDoLW/TqLjhYC+HZMg0=
+ integrity sha512-lks+lVC8dgGyh97jxvxeYTWQFvh4uw4yC12gVl63Cg30sjPX4wuGcdkICVXDAESr6OJGjqGA8Iz5mkeN6zlD7A==
dependencies:
depd "~1.1.2"
inherits "2.0.3"
setprototypeof "1.1.0"
statuses ">= 1.4.0 < 2"
-http-errors@~1.7.2:
- version "1.7.3"
- resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-1.7.3.tgz#6c619e4f9c60308c38519498c14fbb10aacebb06"
- integrity sha512-ZTTX0MWrsQ2ZAhA1cejAwDLycFsd7I7nVtnkT3Ol0aqodaKW+0CTZDQ1uBv5whptCnc8e8HeRRJxRs0kmm/Qfw==
- dependencies:
- depd "~1.1.2"
- inherits "2.0.4"
- setprototypeof "1.1.1"
- statuses ">= 1.5.0 < 2"
- toidentifier "1.0.0"
-
http-parser-js@>=0.5.1:
- version "0.5.2"
- resolved "https://registry.yarnpkg.com/http-parser-js/-/http-parser-js-0.5.2.tgz#da2e31d237b393aae72ace43882dd7e270a8ff77"
- integrity sha512-opCO9ASqg5Wy2FNo7A0sxy71yGbbkJJXLdgMK04Tcypw9jr2MgWbyubb0+WdmDmGnFflO7fRbqbaihh/ENDlRQ==
+ version "0.5.8"
+ resolved "https://registry.yarnpkg.com/http-parser-js/-/http-parser-js-0.5.8.tgz#af23090d9ac4e24573de6f6aecc9d84a48bf20e3"
+ integrity sha512-SGeBX54F94Wgu5RH3X5jsDtf4eHyRogWX1XGT3b4HuW3tQPM4AaBzoUji/4AAJNXCEOWZ5O0DgZmJw1947gD5Q==
http-proxy-agent@^4.0.1:
version "4.0.1"
@@ -12914,12 +13812,12 @@ http-proxy-middleware@0.19.1:
lodash "^4.17.11"
micromatch "^3.1.10"
-http-proxy-middleware@^2.0.0:
- version "2.0.1"
- resolved "https://registry.yarnpkg.com/http-proxy-middleware/-/http-proxy-middleware-2.0.1.tgz#7ef3417a479fb7666a571e09966c66a39bd2c15f"
- integrity sha512-cfaXRVoZxSed/BmkA7SwBVNI9Kj7HFltaE5rqYOub5kWzWZ+gofV2koVN1j2rMW7pEfSSlCHGJ31xmuyFyfLOg==
+http-proxy-middleware@^2.0.3:
+ version "2.0.6"
+ resolved "https://registry.yarnpkg.com/http-proxy-middleware/-/http-proxy-middleware-2.0.6.tgz#e1a4dd6979572c7ab5a4e4b55095d1f32a74963f"
+ integrity sha512-ya/UeJ6HVBYxrgYotAZo1KvPWlgB48kUJLDePFeneHsVujFaW5WNj2NgWCAE//B1Dl02BIfYlpNgBy8Kf8Rjmw==
dependencies:
- "@types/http-proxy" "^1.17.5"
+ "@types/http-proxy" "^1.17.8"
http-proxy "^1.18.1"
is-glob "^4.0.1"
is-plain-obj "^3.0.0"
@@ -12937,7 +13835,7 @@ http-proxy@^1.17.0, http-proxy@^1.18.1:
http-signature@~1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/http-signature/-/http-signature-1.2.0.tgz#9aecd925114772f3d95b65a60abb8f7c18fbace1"
- integrity sha1-muzZJRFHcvPZW2WmCruPfBj7rOE=
+ integrity sha512-CAbnr6Rz4CYQkLYUtSNXxQPUH2gK8f3iWexVlsnMeD+GjlsQ0Xsy1cOX+mN3dtxYomRy21CiOzU8Uhw6OwncEQ==
dependencies:
assert-plus "^1.0.0"
jsprim "^1.2.2"
@@ -12955,12 +13853,12 @@ http-signature@~1.3.6:
https-browserify@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/https-browserify/-/https-browserify-1.0.0.tgz#ec06c10e0a34c0f2faf199f7fd7fc78fffd03c73"
- integrity sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM=
+ integrity sha512-J+FkSdyD+0mA0N+81tMotaRMfSL9SGi+xpD3T6YApKsc3bGSXJlfXri3VyFOeYkfLRQisDk1W+jIFFKBeUBbBg==
https-proxy-agent@^5.0.0:
- version "5.0.0"
- resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-5.0.0.tgz#e2a90542abb68a762e0a0850f6c9edadfd8506b2"
- integrity sha512-EkYm5BcKUGiduxzSt3Eppko+PiNWNEpa4ySk9vTC6wDsQJW9rHSa+UhGNJoRYp7bz6Ht1eaRIa6QaJqO5rCFbA==
+ version "5.0.1"
+ resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz#c59ef224a04fe8b754f3db0063a25ea30d0005d6"
+ integrity sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==
dependencies:
agent-base "6"
debug "4"
@@ -12975,6 +13873,11 @@ human-signals@^2.1.0:
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0"
integrity sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==
+human-signals@^5.0.0:
+ version "5.0.0"
+ resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-5.0.0.tgz#42665a284f9ae0dade3ba41ebc37eb4b852f3a28"
+ integrity sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==
+
husky@^7.0.2:
version "7.0.4"
resolved "https://registry.yarnpkg.com/husky/-/husky-7.0.4.tgz#242048245dc49c8fb1bf0cc7cfb98dd722531535"
@@ -13026,16 +13929,16 @@ i18next-scanner@^2.10.3:
vinyl-fs "^3.0.1"
i18next@*:
- version "19.8.4"
- resolved "https://registry.yarnpkg.com/i18next/-/i18next-19.8.4.tgz#447718f2a26319b8debdbcc6fbc1a9761be7316b"
- integrity sha512-FfVPNWv+felJObeZ6DSXZkj9QM1Ivvh7NcFCgA8XPtJWHz0iXVa9BUy+QY8EPrCLE+vWgDfV/sc96BgXVo6HAA==
+ version "23.11.2"
+ resolved "https://registry.yarnpkg.com/i18next/-/i18next-23.11.2.tgz#4c0e8192a9ba230fe7dc68b76459816ab601826e"
+ integrity sha512-qMBm7+qT8jdpmmDw/kQD16VpmkL9BdL+XNAK5MNbNFaf1iQQq35ZbPrSlqmnNPOSUY4m342+c0t0evinF5l7sA==
dependencies:
- "@babel/runtime" "^7.12.0"
+ "@babel/runtime" "^7.23.2"
i18next@^10.3:
version "10.6.0"
resolved "https://registry.yarnpkg.com/i18next/-/i18next-10.6.0.tgz#90ffd9f9bc617f34b9a12e037260f524445f7684"
- integrity sha1-kP/Z+bxhfzS5oS4DcmD1JERfdoQ=
+ integrity sha512-ycRlN145kQf8EsyDAzMfjqv1ZT1Jwp7P2H/07bP8JLWm+7cSLD4XqlJOvq4mKVS2y2mMIy10lX9ZeYUdQ0qSRw==
iconv-lite@0.4.24, iconv-lite@^0.4.24:
version "0.4.24"
@@ -13044,10 +13947,10 @@ iconv-lite@0.4.24, iconv-lite@^0.4.24:
dependencies:
safer-buffer ">= 2.1.2 < 3"
-iconv-lite@^0.6.2:
- version "0.6.2"
- resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.6.2.tgz#ce13d1875b0c3a674bd6a04b7f76b01b1b6ded01"
- integrity sha512-2y91h5OpQlolefMPmUlivelittSWy0rP+oYVpn6A7GwVHNE8AWzoYOBNmlwks3LobaJxgHCYZAnyNo2GgpNRNQ==
+iconv-lite@^0.6.2, iconv-lite@^0.6.3:
+ version "0.6.3"
+ resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.6.3.tgz#a52f80bf38da1952eb5c681790719871a1a72501"
+ integrity sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==
dependencies:
safer-buffer ">= 2.1.2 < 3.0.0"
@@ -13064,14 +13967,19 @@ icss-utils@^5.0.0, icss-utils@^5.1.0:
integrity sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==
idb@^6.0.0:
- version "6.1.3"
- resolved "https://registry.yarnpkg.com/idb/-/idb-6.1.3.tgz#e6cd3b9c38f5c696a82a4b435754f3873c5a7891"
- integrity sha512-oIRDpVcs5KXpI1hRnTJUwkY63RB/7iqu9nSNuzXN8TLHjs7oO20IoPFbBTsqxIL5IjzIUDi+FXlVcK4zm26J8A==
+ version "6.1.5"
+ resolved "https://registry.yarnpkg.com/idb/-/idb-6.1.5.tgz#dbc53e7adf1ac7c59f9b2bf56e00b4ea4fce8c7b"
+ integrity sha512-IJtugpKkiVXQn5Y+LteyBCNk1N8xpGV3wWZk9EVtZWH8DYkjBn0bX1XnGP9RkyZF0sAcywa6unHqSWKe7q4LGw==
+
+idb@^7.0.1:
+ version "7.1.1"
+ resolved "https://registry.yarnpkg.com/idb/-/idb-7.1.1.tgz#d910ded866d32c7ced9befc5bfdf36f572ced72b"
+ integrity sha512-gchesWBzyvGHRO9W8tzUWFDycow5gwjvFKfyV9FF32Y7F50yZMp7mP+T2mJIWFx49zicqyC4uefHM17o6xKIVQ==
-identity-obj-proxy@3.0.0:
+identity-obj-proxy@3.0.0, identity-obj-proxy@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/identity-obj-proxy/-/identity-obj-proxy-3.0.0.tgz#94d2bda96084453ef36fbc5aaec37e0f79f1fc14"
- integrity sha1-lNK9qWCERT7zb7xarsN+D3nx/BQ=
+ integrity sha512-00n6YnVHKrinT9t0d9+5yZC6UBNJANpYEQvL2LlX6Ab9lnmxzIRcEmTPuyGScvl1+jKuCICX1Z0Ab1pPKKdikA==
dependencies:
harmony-reflect "^1.4.6"
@@ -13083,7 +13991,7 @@ ieee754@^1.1.13, ieee754@^1.1.4:
iferr@^0.1.5:
version "0.1.5"
resolved "https://registry.yarnpkg.com/iferr/-/iferr-0.1.5.tgz#c60eed69e6d8fdb6b3104a1fcbca1c192dc5b501"
- integrity sha1-xg7taebY/bazEEofy8ocGS3FtQE=
+ integrity sha512-DUNFN5j7Tln0D+TxzloUjKB+CtVu6myn0JEFak6dG18mNt9YkQ6lzGCdafwofISZ1lLF3xRHJ98VKy9ynkcFaA==
ignore@^3.3.5:
version "3.3.10"
@@ -13095,15 +14003,15 @@ ignore@^4.0.3, ignore@^4.0.6:
resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==
-ignore@^5.1.4, ignore@^5.1.9, ignore@^5.2.0:
- version "5.2.0"
- resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
- integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
+ignore@^5.1.4, ignore@^5.1.8, ignore@^5.2.0, ignore@^5.2.4:
+ version "5.3.1"
+ resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.1.tgz#5073e554cd42c5b33b394375f538b8593e34d4ef"
+ integrity sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==
image-size@^1.0.1:
- version "1.0.1"
- resolved "https://registry.yarnpkg.com/image-size/-/image-size-1.0.1.tgz#86d6cfc2b1d19eab5d2b368d4b9194d9e48541c5"
- integrity sha512-VAwkvNSNGClRw9mDHhc5Efax8PLlsOGcUTh0T/LIriC8vPA3U5PdqXWqkz406MoYHMKW8Uf9gWr05T/rYB44kQ==
+ version "1.1.1"
+ resolved "https://registry.yarnpkg.com/image-size/-/image-size-1.1.1.tgz#ddd67d4dc340e52ac29ce5f546a09f4e29e840ac"
+ integrity sha512-541xKlUw6jr/6gGuk92F+mYM5zaFAc5ahphvkqvNe2bQ6gVBkd6bfrmVJ2t4KDAfikAYZyIqTnktX3i6/aQDrQ==
dependencies:
queue "6.0.2"
@@ -13118,21 +14026,21 @@ immer@8.0.1:
integrity sha512-aqXhGP7//Gui2+UrEtvxZxSquQVXTpZ7KDxfCcKAF3Vysvw0CViVaW9RZ1j1xlIYqaaaipBoqdqeibkc18PNvA==
immer@^9.0.7:
- version "9.0.12"
- resolved "https://registry.yarnpkg.com/immer/-/immer-9.0.12.tgz#2d33ddf3ee1d247deab9d707ca472c8c942a0f20"
- integrity sha512-lk7UNmSbAukB5B6dh9fnh5D0bJTOFKxVg2cyJWTYrWRfhLrLMBquONcUs3aFq507hNoIZEDDh8lb8UtOizSMhA==
+ version "9.0.21"
+ resolved "https://registry.yarnpkg.com/immer/-/immer-9.0.21.tgz#1e025ea31a40f24fb064f1fef23e931496330176"
+ integrity sha512-bc4NBHqOqSfRW7POMkHd51LvClaeMXpm8dx0e8oE2GORbq5aRK7Bxl4FyzVLdGtLmvLKL7BTDBG5ACQm4HWjTA==
import-cwd@^2.0.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/import-cwd/-/import-cwd-2.1.0.tgz#aa6cf36e722761285cb371ec6519f53e2435b0a9"
- integrity sha1-qmzzbnInYShcs3HsZRn1PiQ1sKk=
+ integrity sha512-Ew5AZzJQFqrOV5BTW3EIoHAnoie1LojZLXKcCQ/yTRyVZosBhK1x1ViYjHGf5pAFOq8ZyChZp6m/fSN7pJyZtg==
dependencies:
import-from "^2.1.0"
import-fresh@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-2.0.0.tgz#d81355c15612d386c61f9ddd3922d4304822a546"
- integrity sha1-2BNVwVYS04bGH53dOSLUMEgipUY=
+ integrity sha512-eZ5H8rcgYazHbKC3PG4ClHNykCSxtAhxSSEM+2mb+7evD2CKF5V7c0dNum7AdpDh0ZdICwZY9sRSn8f+KH96sg==
dependencies:
caller-path "^2.0.0"
resolve-from "^3.0.0"
@@ -13148,14 +14056,14 @@ import-fresh@^3.0.0, import-fresh@^3.1.0, import-fresh@^3.2.1, import-fresh@^3.3
import-from@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/import-from/-/import-from-2.1.0.tgz#335db7f2a7affd53aaa471d4b8021dee36b7f3b1"
- integrity sha1-M1238qev/VOqpHHUuAId7ja387E=
+ integrity sha512-0vdnLL2wSGnhlRmzHJAg5JHjt1l2vYhzJ7tNLGbeVg0fse56tpGaH0uzH+r9Slej+BSXXEHvBKDEnVSLLE9/+w==
dependencies:
resolve-from "^3.0.0"
import-lazy@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/import-lazy/-/import-lazy-2.1.0.tgz#05698e3d45c88e8d7e9d92cb0584e77f096f3e43"
- integrity sha1-BWmOPUXIjo1+nZLLBYTnfwlvPkM=
+ integrity sha512-m7ZEHgtw69qOGw+jwxXkHlrlIPdTGkyh66zXZ1ajZbxkDBNjSY/LGbmjc7h0s2ELsUDTAhFr55TrPSSqJGPG0A==
import-local@^2.0.0:
version "2.0.0"
@@ -13166,9 +14074,9 @@ import-local@^2.0.0:
resolve-cwd "^2.0.0"
import-local@^3.0.2:
- version "3.0.2"
- resolved "https://registry.yarnpkg.com/import-local/-/import-local-3.0.2.tgz#a8cfd0431d1de4a2199703d003e3e62364fa6db6"
- integrity sha512-vjL3+w0oulAVZ0hBHnxa/Nm5TAurf9YLQJDhqRZyqb+VKGOB6LU8t9H1Nr5CIo16vh9XfJTOoHwU0B71S557gA==
+ version "3.1.0"
+ resolved "https://registry.yarnpkg.com/import-local/-/import-local-3.1.0.tgz#b4479df8a5fd44f6cdce24070675676063c95cb4"
+ integrity sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==
dependencies:
pkg-dir "^4.2.0"
resolve-cwd "^3.0.0"
@@ -13176,7 +14084,7 @@ import-local@^3.0.2:
imurmurhash@^0.1.4:
version "0.1.4"
resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea"
- integrity sha1-khi5srkoojixPcT7a21XbyMUU+o=
+ integrity sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==
indent-string@^4.0.0:
version "4.0.0"
@@ -13186,40 +14094,35 @@ indent-string@^4.0.0:
indexes-of@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/indexes-of/-/indexes-of-1.0.1.tgz#f30f716c8e2bd346c7b67d3df3915566a7c05607"
- integrity sha1-8w9xbI4r00bHtn0985FVZqfAVgc=
+ integrity sha512-bup+4tap3Hympa+JBJUG7XuOsdNQ6fxt0MHyXMKuLBKn0OqsTfvUxkUrroEX1+B2VsSHvCjiIcZVxRtYa4nllA==
infer-owner@^1.0.3, infer-owner@^1.0.4:
version "1.0.4"
resolved "https://registry.yarnpkg.com/infer-owner/-/infer-owner-1.0.4.tgz#c4cefcaa8e51051c2a40ba2ce8a3d27295af9467"
integrity sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A==
-infima@0.2.0-alpha.37:
- version "0.2.0-alpha.37"
- resolved "https://registry.yarnpkg.com/infima/-/infima-0.2.0-alpha.37.tgz#b87ff42d528d6d050098a560f0294fbdd12adb78"
- integrity sha512-4GX7Baw+/lwS4PPW/UJNY89tWSvYG1DL6baKVdpK6mC593iRgMssxNtORMTFArLPJ/A/lzsGhRmx+z6MaMxj0Q==
+infima@0.2.0-alpha.43:
+ version "0.2.0-alpha.43"
+ resolved "https://registry.yarnpkg.com/infima/-/infima-0.2.0-alpha.43.tgz#f7aa1d7b30b6c08afef441c726bac6150228cbe0"
+ integrity sha512-2uw57LvUqW0rK/SWYnd/2rRfxNA5DDNOh33jxF7fy46VWoNhGxiUQyVZHbBMjQ33mQem0cjdDVwgWVAmlRfgyQ==
inflight@^1.0.4:
version "1.0.6"
resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9"
- integrity sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=
+ integrity sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==
dependencies:
once "^1.3.0"
wrappy "1"
-inherits@2, inherits@2.0.4, inherits@^2.0.0, inherits@^2.0.1, inherits@^2.0.3, inherits@^2.0.4, inherits@~2.0.1, inherits@~2.0.3:
+inherits@2, inherits@2.0.4, inherits@^2.0.0, inherits@^2.0.1, inherits@^2.0.3, inherits@^2.0.4, inherits@~2.0.1, inherits@~2.0.3, inherits@~2.0.4:
version "2.0.4"
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==
-inherits@2.0.1:
- version "2.0.1"
- resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.1.tgz#b17d08d326b4423e568eff719f91b0b1cbdf69f1"
- integrity sha1-sX0I0ya0Qj5Wjv9xn5GwscvfafE=
-
inherits@2.0.3:
version "2.0.3"
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"
- integrity sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=
+ integrity sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==
ini@2.0.0:
version "2.0.0"
@@ -13227,9 +14130,9 @@ ini@2.0.0:
integrity sha512-7PnF4oN3CvZF23ADhA5wRaYEQpJ8qygSkbtTXWBeXWXmEVRXK+1ITciHWwHhsjv1TmW0MgacIv6hEi5pX5NQdA==
ini@^1.3.4, ini@^1.3.5, ini@~1.3.0:
- version "1.3.5"
- resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.5.tgz#eee25f56db1c9ec6085e0c22778083f596abf927"
- integrity sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==
+ version "1.3.8"
+ resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.8.tgz#a29da425b48806f34767a4efce397269af28432c"
+ integrity sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==
inline-style-parser@0.1.1:
version "0.1.1"
@@ -13282,13 +14185,13 @@ internal-ip@^4.3.0:
default-gateway "^4.2.0"
ipaddr.js "^1.9.0"
-internal-slot@^1.0.3, internal-slot@^1.0.4:
- version "1.0.4"
- resolved "https://registry.yarnpkg.com/internal-slot/-/internal-slot-1.0.4.tgz#8551e7baf74a7a6ba5f749cfb16aa60722f0d6f3"
- integrity sha512-tA8URYccNzMo94s5MQZgH8NB/XTa6HsOo0MLfXTKKEnHVVdegzaQoFZ7Jp44bdvLvY2waT5dc+j5ICEswhi7UQ==
+internal-slot@^1.0.4, internal-slot@^1.0.7:
+ version "1.0.7"
+ resolved "https://registry.yarnpkg.com/internal-slot/-/internal-slot-1.0.7.tgz#c06dcca3ed874249881007b0a5523b172a190802"
+ integrity sha512-NGnrKwXzSms2qUUih/ILZ5JBqNTSa1+ZmP6flaIp6KmSElgE9qdndzS3cqjrDovwFdmwsGsLdeFgB6suw+1e9g==
dependencies:
- get-intrinsic "^1.1.3"
- has "^1.0.3"
+ es-errors "^1.3.0"
+ hasown "^2.0.0"
side-channel "^1.0.4"
interpret@^1.0.0:
@@ -13296,12 +14199,7 @@ interpret@^1.0.0:
resolved "https://registry.yarnpkg.com/interpret/-/interpret-1.4.0.tgz#665ab8bc4da27a774a40584e812e3e0fa45b1a1e"
integrity sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==
-interpret@^2.2.0:
- version "2.2.0"
- resolved "https://registry.yarnpkg.com/interpret/-/interpret-2.2.0.tgz#1a78a0b5965c40a5416d007ad6f50ad27c417df9"
- integrity sha512-Ju0Bz/cEia55xDwUWEa8+olFpCiQoypjnQySseKtmjNrnps3P+xfpUmGr90T7yjlVJmOtybRvPXhKMbHr+fWnw==
-
-invariant@^2.2.3, invariant@^2.2.4:
+invariant@^2.2.4:
version "2.2.4"
resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.4.tgz#610f3c92c9359ce1db616e538008d23ff35158e6"
integrity sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==
@@ -13311,12 +14209,17 @@ invariant@^2.2.3, invariant@^2.2.4:
ip-regex@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/ip-regex/-/ip-regex-2.1.0.tgz#fa78bf5d2e6913c911ce9f819ee5146bb6d844e9"
- integrity sha1-+ni/XS5pE8kRzp+BnuUUa7bYROk=
+ integrity sha512-58yWmlHpp7VYfcdTwMTvwMmqx/Elfxjd9RXTDyMsbL7lLWmhMylLEqiYVLKuLzOZqVgiWXD9MfR62Vv89VRxkw==
ip@^1.1.0, ip@^1.1.5:
- version "1.1.5"
- resolved "https://registry.yarnpkg.com/ip/-/ip-1.1.5.tgz#bdded70114290828c0a039e72ef25f5aaec4354a"
- integrity sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo=
+ version "1.1.9"
+ resolved "https://registry.yarnpkg.com/ip/-/ip-1.1.9.tgz#8dfbcc99a754d07f425310b86a99546b1151e396"
+ integrity sha512-cyRxvOEpNHNtchU3Ln9KC/auJgup87llfQpQ+t5ghoC/UhL16SWzbueiCsdTnWmqAWl7LadfuwhlqmtOaqMHdQ==
+
+ip@^2.0.1:
+ version "2.0.1"
+ resolved "https://registry.yarnpkg.com/ip/-/ip-2.0.1.tgz#e8f3595d33a3ea66490204234b77636965307105"
+ integrity sha512-lJUL9imLTNi1ZfXT+DU6rBBdbiKGBuay9B6xGSPVjUeQwaH1RIGqef8RZkUtHioLmSNpPR5M4HVKJGm1j8FWVQ==
ipaddr.js@1.9.1, ipaddr.js@^1.9.0:
version "1.9.1"
@@ -13324,20 +14227,25 @@ ipaddr.js@1.9.1, ipaddr.js@^1.9.0:
integrity sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==
ipaddr.js@^2.0.1:
- version "2.0.1"
- resolved "https://registry.yarnpkg.com/ipaddr.js/-/ipaddr.js-2.0.1.tgz#eca256a7a877e917aeb368b0a7497ddf42ef81c0"
- integrity sha512-1qTgH9NG+IIJ4yfKs2e6Pp1bZg8wbDbKHT21HrLIeYBTRLgMYKnMTPAuI3Lcs61nfx5h1xlXnbJtH1kX5/d/ng==
+ version "2.2.0"
+ resolved "https://registry.yarnpkg.com/ipaddr.js/-/ipaddr.js-2.2.0.tgz#d33fa7bac284f4de7af949638c9d68157c6b92e8"
+ integrity sha512-Ag3wB2o37wslZS19hZqorUnrnzSkpOVy+IiiDEiTqNubEYpYuHWIf6K4psgN2ZWKExS4xhVCrRVfb/wfW8fWJA==
is-absolute-url@^2.0.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/is-absolute-url/-/is-absolute-url-2.1.0.tgz#50530dfb84fcc9aa7dbe7852e83a37b93b9f2aa6"
- integrity sha1-UFMN+4T8yap9vnhS6Do3uTufKqY=
+ integrity sha512-vOx7VprsKyllwjSkLV79NIhpyLfr3jAp7VaTCMXOJHu4m0Ew1CZ2fcjASwmV1jI3BWuWHB013M48eyeldk9gYg==
-is-absolute-url@^3.0.0, is-absolute-url@^3.0.3:
+is-absolute-url@^3.0.3:
version "3.0.3"
resolved "https://registry.yarnpkg.com/is-absolute-url/-/is-absolute-url-3.0.3.tgz#96c6a22b6a23929b11ea0afb1836c36ad4a5d698"
integrity sha512-opmNIX7uFnS96NtPmhWQgQx6/NYFgsUXYMllcfzwWKUMwfo8kku1TvE6hkNcH+Q1ts5cMVrsY7j0bxXQDciu9Q==
+is-absolute-url@^4.0.0:
+ version "4.0.1"
+ resolved "https://registry.yarnpkg.com/is-absolute-url/-/is-absolute-url-4.0.1.tgz#16e4d487d4fded05cfe0685e53ec86804a5e94dc"
+ integrity sha512-/51/TKE88Lmm7Gc4/8btclNXWS+g50wXhYJq8HWIBAGUBnoAdRu1aXeh364t/O7wXDAcTJDP8PNuNKWUDWie+A==
+
is-absolute@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/is-absolute/-/is-absolute-1.0.0.tgz#395e1ae84b11f26ad1795e73c17378e48a301576"
@@ -13346,19 +14254,12 @@ is-absolute@^1.0.0:
is-relative "^1.0.0"
is-windows "^1.0.1"
-is-accessor-descriptor@^0.1.6:
- version "0.1.6"
- resolved "https://registry.yarnpkg.com/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz#a9e12cb3ae8d876727eeef3843f8a0897b5c98d6"
- integrity sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=
- dependencies:
- kind-of "^3.0.2"
-
-is-accessor-descriptor@^1.0.0:
- version "1.0.0"
- resolved "https://registry.yarnpkg.com/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz#169c2f6d3df1f992618072365c9b0ea1f6878656"
- integrity sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==
+is-accessor-descriptor@^1.0.1:
+ version "1.0.1"
+ resolved "https://registry.yarnpkg.com/is-accessor-descriptor/-/is-accessor-descriptor-1.0.1.tgz#3223b10628354644b86260db29b3e693f5ceedd4"
+ integrity sha512-YBUanLI8Yoihw923YeFUS5fs0fF2f5TSFTNiYAAzhhDscDa3lEqYuz1pDOEP5KvX94I9ey3vsqjJcLVFVU+3QA==
dependencies:
- kind-of "^6.0.0"
+ hasown "^2.0.0"
is-alphabetical@1.0.4, is-alphabetical@^1.0.0:
version "1.0.4"
@@ -13373,39 +14274,50 @@ is-alphanumerical@^1.0.0:
is-alphabetical "^1.0.0"
is-decimal "^1.0.0"
-is-arguments@^1.0.4:
- version "1.0.4"
- resolved "https://registry.yarnpkg.com/is-arguments/-/is-arguments-1.0.4.tgz#3faf966c7cba0ff437fb31f6250082fcf0448cf3"
- integrity sha512-xPh0Rmt8NE65sNzvyUmWgI1tz3mKq74lGA0mL8LYZcoIzKOzDh6HmrYm3d18k60nHerC8A9Km8kYu87zfSFnLA==
+is-arguments@^1.0.4, is-arguments@^1.1.1:
+ version "1.1.1"
+ resolved "https://registry.yarnpkg.com/is-arguments/-/is-arguments-1.1.1.tgz#15b3f88fda01f2a97fec84ca761a560f123efa9b"
+ integrity sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==
+ dependencies:
+ call-bind "^1.0.2"
+ has-tostringtag "^1.0.0"
-is-array-buffer@^3.0.1:
- version "3.0.1"
- resolved "https://registry.yarnpkg.com/is-array-buffer/-/is-array-buffer-3.0.1.tgz#deb1db4fcae48308d54ef2442706c0393997052a"
- integrity sha512-ASfLknmY8Xa2XtB4wmbz13Wu202baeA18cJBCeCy0wXUHZF0IPyVEXqKEcd+t2fNSLLL1vC6k7lxZEojNbISXQ==
+is-array-buffer@^3.0.2, is-array-buffer@^3.0.4:
+ version "3.0.4"
+ resolved "https://registry.yarnpkg.com/is-array-buffer/-/is-array-buffer-3.0.4.tgz#7a1f92b3d61edd2bc65d24f130530ea93d7fae98"
+ integrity sha512-wcjaerHw0ydZwfhiKbXJWLDY8A7yV7KhjQOpb83hGgGfId/aQa4TOvwyzn2PuswW2gPCYEL/nEAiSVpdOj1lXw==
dependencies:
call-bind "^1.0.2"
- get-intrinsic "^1.1.3"
- is-typed-array "^1.1.10"
+ get-intrinsic "^1.2.1"
is-arrayish@^0.2.1:
version "0.2.1"
resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d"
- integrity sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=
+ integrity sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==
is-arrayish@^0.3.1:
version "0.3.2"
resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.3.2.tgz#4574a2ae56f7ab206896fb431eaeed066fdf8f03"
integrity sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==
+is-async-function@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/is-async-function/-/is-async-function-2.0.0.tgz#8e4418efd3e5d3a6ebb0164c05ef5afb69aa9646"
+ integrity sha512-Y1JXKrfykRJGdlDwdKlLpLyMIiWqWvuSd17TvZk68PLAOGOoF4Xyav1z0Xhoi+gCYjZVeC5SI+hYFOfvXmGRCA==
+ dependencies:
+ has-tostringtag "^1.0.0"
+
is-bigint@^1.0.1:
- version "1.0.1"
- resolved "https://registry.yarnpkg.com/is-bigint/-/is-bigint-1.0.1.tgz#6923051dfcbc764278540b9ce0e6b3213aa5ebc2"
- integrity sha512-J0ELF4yHFxHy0cmSxZuheDOz2luOdVvqjwmEcj8H/L1JHeuEDSDbeRP+Dk9kFVk5RTFzbucJ2Kb9F7ixY2QaCg==
+ version "1.0.4"
+ resolved "https://registry.yarnpkg.com/is-bigint/-/is-bigint-1.0.4.tgz#08147a1875bc2b32005d41ccd8291dffc6691df3"
+ integrity sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==
+ dependencies:
+ has-bigints "^1.0.1"
is-binary-path@^1.0.0:
version "1.0.1"
resolved "https://registry.yarnpkg.com/is-binary-path/-/is-binary-path-1.0.1.tgz#75f16642b480f187a711c814161fd3a4a7655898"
- integrity sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg=
+ integrity sha512-9fRVlXc0uCxEDj1nQzaWONSpbTfx0FmJfzHF7pwlI8DkWGoHBBea4Pg5Ky0ojwwxQmnSifgbKkI06Qv0Ljgj+Q==
dependencies:
binary-extensions "^1.0.0"
@@ -13417,11 +14329,12 @@ is-binary-path@~2.1.0:
binary-extensions "^2.0.0"
is-boolean-object@^1.0.1, is-boolean-object@^1.1.0:
- version "1.1.0"
- resolved "https://registry.yarnpkg.com/is-boolean-object/-/is-boolean-object-1.1.0.tgz#e2aaad3a3a8fca34c28f6eee135b156ed2587ff0"
- integrity sha512-a7Uprx8UtD+HWdyYwnD1+ExtTgqQtD2k/1yJgtXP6wnMm8byhkoTZRl+95LLThpzNZJ5aEvi46cdH+ayMFRwmA==
+ version "1.1.2"
+ resolved "https://registry.yarnpkg.com/is-boolean-object/-/is-boolean-object-1.1.2.tgz#5c6dc200246dd9321ae4b885a114bb1f75f63719"
+ integrity sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==
dependencies:
- call-bind "^1.0.0"
+ call-bind "^1.0.2"
+ has-tostringtag "^1.0.0"
is-buffer@^1.1.5:
version "1.1.6"
@@ -13445,13 +14358,6 @@ is-ci@^2.0.0:
dependencies:
ci-info "^2.0.0"
-is-ci@^3.0.0:
- version "3.0.0"
- resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-3.0.0.tgz#c7e7be3c9d8eef7d0fa144390bd1e4b88dc4c994"
- integrity sha512-kDXyttuLeslKAHYL/K28F2YkM3x5jvFPEw3yXbRptXydjD9rpLEz+C5K5iutY9ZiUu6AP41JdvRQwF4Iqs4ZCQ==
- dependencies:
- ci-info "^3.1.1"
-
is-ci@^3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-3.0.1.tgz#db6ecbed1bd659c43dac0f45661e7674103d1867"
@@ -13462,7 +14368,7 @@ is-ci@^3.0.1:
is-color-stop@^1.0.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/is-color-stop/-/is-color-stop-1.1.0.tgz#cfff471aee4dd5c9e158598fbe12967b5cdad345"
- integrity sha1-z/9HGu5N1cnhWFmPvhKWe1za00U=
+ integrity sha512-H1U8Vz0cfXNujrJzEcvvwMDW9Ra+biSYA3ThdQvAnMLJkEHQXn6bWzLkxHtVYJ+Sdbx0b6finn3jZiaVe7MAHA==
dependencies:
css-color-names "^0.0.4"
hex-color-regex "^1.1.0"
@@ -13471,77 +14377,74 @@ is-color-stop@^1.0.0:
rgb-regex "^1.0.1"
rgba-regex "^1.0.0"
-is-core-module@^2.0.0, is-core-module@^2.8.0, is-core-module@^2.9.0:
- version "2.11.0"
- resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.11.0.tgz#ad4cb3e3863e814523c96f3f58d26cc570ff0144"
- integrity sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw==
+is-core-module@^2.0.0, is-core-module@^2.13.0, is-core-module@^2.13.1, is-core-module@^2.5.0:
+ version "2.13.1"
+ resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.13.1.tgz#ad0d7532c6fea9da1ebdc82742d74525c6273384"
+ integrity sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==
dependencies:
- has "^1.0.3"
+ hasown "^2.0.0"
-is-data-descriptor@^0.1.4:
- version "0.1.4"
- resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56"
- integrity sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=
+is-data-descriptor@^1.0.1:
+ version "1.0.1"
+ resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-1.0.1.tgz#2109164426166d32ea38c405c1e0945d9e6a4eeb"
+ integrity sha512-bc4NlCDiCr28U4aEsQ3Qs2491gVq4V8G7MQyws968ImqjKuYtTJXrl7Vq7jsN7Ly/C3xj5KWFrY7sHNeDkAzXw==
dependencies:
- kind-of "^3.0.2"
+ hasown "^2.0.0"
-is-data-descriptor@^1.0.0:
- version "1.0.0"
- resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz#d84876321d0e7add03990406abbbbd36ba9268c7"
- integrity sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==
+is-data-view@^1.0.1:
+ version "1.0.1"
+ resolved "https://registry.yarnpkg.com/is-data-view/-/is-data-view-1.0.1.tgz#4b4d3a511b70f3dc26d42c03ca9ca515d847759f"
+ integrity sha512-AHkaJrsUVW6wq6JS8y3JnM/GJF/9cf+k20+iDzlSaJrinEo5+7vRiteOSwBhHRiAyQATN1AmY4hwzxJKPmYf+w==
dependencies:
- kind-of "^6.0.0"
+ is-typed-array "^1.1.13"
-is-date-object@^1.0.1:
- version "1.0.2"
- resolved "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.2.tgz#bda736f2cd8fd06d32844e7743bfa7494c3bfd7e"
- integrity sha512-USlDT524woQ08aoZFzh3/Z6ch9Y/EWXEHQ/AaRN0SkKq4t2Jw2R2339tSXmwuVoY7LLlBCbOIlx2myP/L5zk0g==
+is-date-object@^1.0.1, is-date-object@^1.0.5:
+ version "1.0.5"
+ resolved "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.5.tgz#0841d5536e724c25597bf6ea62e1bd38298df31f"
+ integrity sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==
+ dependencies:
+ has-tostringtag "^1.0.0"
is-decimal@^1.0.0:
version "1.0.4"
resolved "https://registry.yarnpkg.com/is-decimal/-/is-decimal-1.0.4.tgz#65a3a5958a1c5b63a706e1b333d7cd9f630d3fa5"
integrity sha512-RGdriMmQQvZ2aqaQq3awNA6dCGtKpiDFcOzrTWrDAT2MiWrKQVPmxLGHl7Y2nNu6led0kEyoX0enY0qXYsv9zw==
+is-deflate@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.yarnpkg.com/is-deflate/-/is-deflate-1.0.0.tgz#c862901c3c161fb09dac7cdc7e784f80e98f2f14"
+ integrity sha512-YDoFpuZWu1VRXlsnlYMzKyVRITXj7Ej/V9gXQ2/pAe7X1J7M/RNOqaIYi6qUn+B7nGyB9pDXrv02dsB58d2ZAQ==
+
is-descriptor@^0.1.0:
- version "0.1.6"
- resolved "https://registry.yarnpkg.com/is-descriptor/-/is-descriptor-0.1.6.tgz#366d8240dde487ca51823b1ab9f07a10a78251ca"
- integrity sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==
+ version "0.1.7"
+ resolved "https://registry.yarnpkg.com/is-descriptor/-/is-descriptor-0.1.7.tgz#2727eb61fd789dcd5bdf0ed4569f551d2fe3be33"
+ integrity sha512-C3grZTvObeN1xud4cRWl366OMXZTj0+HGyk4hvfpx4ZHt1Pb60ANSXqCK7pdOTeUQpRzECBSTphqvD7U+l22Eg==
dependencies:
- is-accessor-descriptor "^0.1.6"
- is-data-descriptor "^0.1.4"
- kind-of "^5.0.0"
+ is-accessor-descriptor "^1.0.1"
+ is-data-descriptor "^1.0.1"
is-descriptor@^1.0.0, is-descriptor@^1.0.2:
- version "1.0.2"
- resolved "https://registry.yarnpkg.com/is-descriptor/-/is-descriptor-1.0.2.tgz#3b159746a66604b04f8c81524ba365c5f14d86ec"
- integrity sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==
+ version "1.0.3"
+ resolved "https://registry.yarnpkg.com/is-descriptor/-/is-descriptor-1.0.3.tgz#92d27cb3cd311c4977a4db47df457234a13cb306"
+ integrity sha512-JCNNGbwWZEVaSPtS45mdtrneRWJFp07LLmykxeFV5F6oBvNF8vHSfJuJgoT472pSfk+Mf8VnlrspaFBHWM8JAw==
dependencies:
- is-accessor-descriptor "^1.0.0"
- is-data-descriptor "^1.0.0"
- kind-of "^6.0.2"
+ is-accessor-descriptor "^1.0.1"
+ is-data-descriptor "^1.0.1"
is-directory@^0.3.1:
version "0.3.1"
resolved "https://registry.yarnpkg.com/is-directory/-/is-directory-0.3.1.tgz#61339b6f2475fc772fd9c9d83f5c8575dc154ae1"
- integrity sha1-YTObbyR1/Hcv2cnYP1yFddwVSuE=
+ integrity sha512-yVChGzahRFvbkscn2MlwGismPO12i9+znNruC5gVEntG3qu0xQMzsGg/JFbrsqDOHtHFPci+V5aP5T9I+yeKqw==
is-docker@^2.0.0, is-docker@^2.1.1:
version "2.2.1"
resolved "https://registry.yarnpkg.com/is-docker/-/is-docker-2.2.1.tgz#33eeabe23cfe86f14bde4408a02c0cfb853acdaa"
integrity sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==
-is-dom@^1.0.0:
- version "1.1.0"
- resolved "https://registry.yarnpkg.com/is-dom/-/is-dom-1.1.0.tgz#af1fced292742443bb59ca3f76ab5e80907b4e8a"
- integrity sha512-u82f6mvhYxRPKpw8V1N0W8ce1xXwOrQtgGcxl6UCL5zBmZu3is/18K0rR7uFCnMDuAsS/3W54mGL4vsaFUQlEQ==
- dependencies:
- is-object "^1.0.1"
- is-window "^1.0.2"
-
is-extendable@^0.1.0, is-extendable@^0.1.1:
version "0.1.1"
resolved "https://registry.yarnpkg.com/is-extendable/-/is-extendable-0.1.1.tgz#62b110e289a471418e3ec36a617d472e301dfc89"
- integrity sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=
+ integrity sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==
is-extendable@^1.0.1:
version "1.0.1"
@@ -13550,54 +14453,44 @@ is-extendable@^1.0.1:
dependencies:
is-plain-object "^2.0.4"
-is-extglob@^1.0.0:
- version "1.0.0"
- resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-1.0.0.tgz#ac468177c4943405a092fc8f29760c6ffc6206c0"
- integrity sha1-rEaBd8SUNAWgkvyPKXYMb/xiBsA=
-
is-extglob@^2.1.0, is-extglob@^2.1.1:
version "2.1.1"
resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2"
- integrity sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=
+ integrity sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==
-is-fullwidth-code-point@^1.0.0:
- version "1.0.0"
- resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz#ef9e31386f031a7f0d643af82fde50c457ef00cb"
- integrity sha1-754xOG8DGn8NZDr4L95QxFfvAMs=
+is-finalizationregistry@^1.0.2:
+ version "1.0.2"
+ resolved "https://registry.yarnpkg.com/is-finalizationregistry/-/is-finalizationregistry-1.0.2.tgz#c8749b65f17c133313e661b1289b95ad3dbd62e6"
+ integrity sha512-0by5vtUJs8iFQb5TYUHHPudOR+qXYIMKtiUzvLIZITZUjknFmziyBJuLhVRc+Ds0dREFlskDNJKYIdIzu/9pfw==
dependencies:
- number-is-nan "^1.0.0"
+ call-bind "^1.0.2"
is-fullwidth-code-point@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz#a3b30a5c4f199183167aaab93beefae3ddfb654f"
- integrity sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=
+ integrity sha512-VHskAKYM8RfSFXwee5t5cbN5PZeq1Wrh6qd5bkyiXIf6UQcN6w/A0eXM9r6t8d+GYOh+o6ZhiEnb88LN/Y8m2w==
is-fullwidth-code-point@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz#f116f8064fe90b3f7844a38997c0b75051269f1d"
integrity sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==
-is-function@^1.0.2:
- version "1.0.2"
- resolved "https://registry.yarnpkg.com/is-function/-/is-function-1.0.2.tgz#4f097f30abf6efadac9833b17ca5dc03f8144e08"
- integrity sha512-lw7DUp0aWXYg+CBCN+JKkcE0Q2RayZnSvnZBlwgxHBQhqt5pZNVy4Ri7H9GmmXkdu7LUthszM+Tor1u/2iBcpQ==
-
is-generator-fn@^2.0.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/is-generator-fn/-/is-generator-fn-2.1.0.tgz#7d140adc389aaf3011a8f2a2a4cfa6faadffb118"
integrity sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==
-is-glob@^2.0.0:
- version "2.0.1"
- resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-2.0.1.tgz#d096f926a3ded5600f3fdfd91198cb0888c2d863"
- integrity sha1-0Jb5JqPe1WAPP9/ZEZjLCIjC2GM=
+is-generator-function@^1.0.10, is-generator-function@^1.0.7:
+ version "1.0.10"
+ resolved "https://registry.yarnpkg.com/is-generator-function/-/is-generator-function-1.0.10.tgz#f1558baf1ac17e0deea7c0415c438351ff2b3c72"
+ integrity sha512-jsEjy9l3yiXEQ+PsXdmBwEPcOxaXWLspKdplFUVI9vq1iZgIekeC0L167qeu86czQaxed3q/Uzuw0swL0irL8A==
dependencies:
- is-extglob "^1.0.0"
+ has-tostringtag "^1.0.0"
-is-glob@^3.0.0, is-glob@^3.1.0:
+is-glob@^3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-3.1.0.tgz#7ba5ae24217804ac70707b96922567486cc3e84a"
- integrity sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=
+ integrity sha512-UFpDDrPgM6qpnFNI+rh/p3bUaq9hKLZN8bMUWzxmcnZVS3omf4IPK+BrewlnWjO1WmUsMYuSjKh4UJuV4+Lqmw==
dependencies:
is-extglob "^2.1.0"
@@ -13608,6 +14501,11 @@ is-glob@^4.0.0, is-glob@^4.0.1, is-glob@^4.0.3, is-glob@~4.0.1:
dependencies:
is-extglob "^2.1.1"
+is-gzip@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.yarnpkg.com/is-gzip/-/is-gzip-1.0.0.tgz#6ca8b07b99c77998025900e555ced8ed80879a83"
+ integrity sha512-rcfALRIb1YewtnksfRIHGcIY93QnK8BIQ/2c9yDYcG/Y6+vRoJuTWBmmSEbyLLYtXm7q35pHOHbZFQBaLrhlWQ==
+
is-hexadecimal@^1.0.0:
version "1.0.4"
resolved "https://registry.yarnpkg.com/is-hexadecimal/-/is-hexadecimal-1.0.4.tgz#cc35c97588da4bd49a8eedd6bc4082d44dcb23a7"
@@ -13616,7 +14514,7 @@ is-hexadecimal@^1.0.0:
is-installed-globally@^0.1.0:
version "0.1.0"
resolved "https://registry.yarnpkg.com/is-installed-globally/-/is-installed-globally-0.1.0.tgz#0dfd98f5a9111716dd535dda6492f67bf3d25a80"
- integrity sha1-Df2Y9akRFxbdU13aZJL2e/PSWoA=
+ integrity sha512-ERNhMg+i/XgDwPIPF3u24qpajVreaiSuvpb1Uu0jugw7KKcxGyCX8cgp8P5fwTmAuXku6beDHHECdKArjlg7tw==
dependencies:
global-dirs "^0.1.0"
is-path-inside "^1.0.0"
@@ -13629,25 +14527,38 @@ is-installed-globally@^0.4.0, is-installed-globally@~0.4.0:
global-dirs "^3.0.0"
is-path-inside "^3.0.2"
-is-map@^2.0.1:
- version "2.0.1"
- resolved "https://registry.yarnpkg.com/is-map/-/is-map-2.0.1.tgz#520dafc4307bb8ebc33b813de5ce7c9400d644a1"
- integrity sha512-T/S49scO8plUiAOA2DBTBG3JHpn1yiw0kRp6dgiZ0v2/6twi5eiB0rHtHFH9ZIrvlWc6+4O+m4zg5+Z833aXgw==
+is-interactive@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.yarnpkg.com/is-interactive/-/is-interactive-1.0.0.tgz#cea6e6ae5c870a7b0a0004070b7b587e0252912e"
+ integrity sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==
+
+is-map@^2.0.2, is-map@^2.0.3:
+ version "2.0.3"
+ resolved "https://registry.yarnpkg.com/is-map/-/is-map-2.0.3.tgz#ede96b7fe1e270b3c4465e3a465658764926d62e"
+ integrity sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==
is-module@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/is-module/-/is-module-1.0.0.tgz#3258fb69f78c14d5b815d664336b4cffb6441591"
- integrity sha1-Mlj7afeMFNW4FdZkM2tM/7ZEFZE=
+ integrity sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==
+
+is-nan@^1.3.2:
+ version "1.3.2"
+ resolved "https://registry.yarnpkg.com/is-nan/-/is-nan-1.3.2.tgz#043a54adea31748b55b6cd4e09aadafa69bd9e1d"
+ integrity sha512-E+zBKpQ2t6MEo1VsonYmluk9NxGrbzpeeLC2xIViuO2EjU2xsXsBPwTr3Ykv9l08UYEVEdWeRZNouaZqF6RN0w==
+ dependencies:
+ call-bind "^1.0.0"
+ define-properties "^1.1.3"
is-negated-glob@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/is-negated-glob/-/is-negated-glob-1.0.0.tgz#6910bca5da8c95e784b5751b976cf5a10fee36d2"
- integrity sha1-aRC8pdqMleeEtXUbl2z1oQ/uNtI=
+ integrity sha512-czXVVn/QEmgvej1f50BZ648vUI+em0xqMq2Sn+QncCLN4zj1UAxlT+kw/6ggQTOaZPd1HqKQGEqbpQVtJucWug==
-is-negative-zero@^2.0.2:
- version "2.0.2"
- resolved "https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.2.tgz#7bf6f03a28003b8b3965de3ac26f664d765f3150"
- integrity sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==
+is-negative-zero@^2.0.3:
+ version "2.0.3"
+ resolved "https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.3.tgz#ced903a027aca6381b777a5743069d7376a49747"
+ integrity sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==
is-npm@^3.0.0:
version "3.0.0"
@@ -13660,14 +14571,16 @@ is-npm@^5.0.0:
integrity sha512-WW/rQLOazUq+ST/bCAVBp/2oMERWLsR7OrKyt052dNDk4DHcDE0/7QSXITlmi+VBcV13DfIbysG3tZJm5RfdBA==
is-number-object@^1.0.4:
- version "1.0.4"
- resolved "https://registry.yarnpkg.com/is-number-object/-/is-number-object-1.0.4.tgz#36ac95e741cf18b283fc1ddf5e83da798e3ec197"
- integrity sha512-zohwelOAur+5uXtk8O3GPQ1eAcu4ZX3UwxQhUlfFFMNpUd83gXgjbhJh6HmB6LUNV/ieOLQuDwJO3dWJosUeMw==
+ version "1.0.7"
+ resolved "https://registry.yarnpkg.com/is-number-object/-/is-number-object-1.0.7.tgz#59d50ada4c45251784e9904f5246c742f07a42fc"
+ integrity sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==
+ dependencies:
+ has-tostringtag "^1.0.0"
is-number@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/is-number/-/is-number-3.0.0.tgz#24fd6201a4782cf50561c810276afc7d12d71195"
- integrity sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=
+ integrity sha512-4cboCqIpliH+mAvFNegjZQ4kgKc3ZUhQVr3HvWbSh5q3WH2v82ct+T2Y1hdU5Gdtorx/cLifQjqCbL7bpznLTg==
dependencies:
kind-of "^3.0.2"
@@ -13679,18 +14592,13 @@ is-number@^7.0.0:
is-obj@^1.0.0, is-obj@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/is-obj/-/is-obj-1.0.1.tgz#3e4729ac1f5fde025cd7d83a896dab9f4f67db0f"
- integrity sha1-PkcprB9f3gJc19g6iW2rn09n2w8=
+ integrity sha512-l4RyHgRqGN4Y3+9JHVrNqO+tN0rV5My76uW5/nuO4K1b6vw5G8d/cmFjP9tRfEsdhZNt0IFdZuK/c2Vr4Nb+Qg==
is-obj@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/is-obj/-/is-obj-2.0.0.tgz#473fb05d973705e3fd9620545018ca8e22ef4982"
integrity sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==
-is-object@^1.0.1:
- version "1.0.2"
- resolved "https://registry.yarnpkg.com/is-object/-/is-object-1.0.2.tgz#a56552e1c665c9e950b4a025461da87e72f86fcf"
- integrity sha512-2rRIahhZr2UWb45fIOuvZGpFtz0TyOZLf32KxBbSoUCeZR495zCKlWUKKUByk3geS2eAs7ZAABt0Y/Rx0GiQGA==
-
is-path-cwd@^2.0.0, is-path-cwd@^2.2.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/is-path-cwd/-/is-path-cwd-2.2.0.tgz#67d43b82664a7b5191fd9119127eb300048a9fdb"
@@ -13706,7 +14614,7 @@ is-path-in-cwd@^2.0.0:
is-path-inside@^1.0.0:
version "1.0.1"
resolved "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-1.0.1.tgz#8ef5b7de50437a3fdca6b4e865ef7aa55cb48036"
- integrity sha1-jvW33lBDej/cprToZe96pVy0gDY=
+ integrity sha512-qhsCR/Esx4U4hg/9I19OVUAJkGWtjRYHMRgUMZE2TDdj+Ag+kttZanLupfddNyglzz50cUlmWzUaI37GDfNx/g==
dependencies:
path-is-inside "^1.0.1"
@@ -13725,7 +14633,7 @@ is-path-inside@^3.0.2, is-path-inside@^3.0.3:
is-plain-obj@^1.0.0, is-plain-obj@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-1.1.0.tgz#71a50c8429dfca773c92a390a4a03b39fcd51d3e"
- integrity sha1-caUMhCnfync8kqOQpKA7OfzVHT4=
+ integrity sha512-yvkRyxmFKEOQ4pNXCmJG5AEQNlXJS5LaONXo5/cLdTZdWvsZ1ioJEonLGAosKlMWE8lwUy/bJzMjcw8az73+Fg==
is-plain-obj@^2.0.0, is-plain-obj@^2.1.0:
version "2.1.0"
@@ -13737,10 +14645,10 @@ is-plain-obj@^3.0.0:
resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-3.0.0.tgz#af6f2ea14ac5a646183a5bbdb5baabbc156ad9d7"
integrity sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA==
-is-plain-object@3.0.1:
- version "3.0.1"
- resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-3.0.1.tgz#662d92d24c0aa4302407b0d45d21f2251c85f85b"
- integrity sha512-Xnpx182SBMrr/aBik8y+GuR4U1L9FqMSojwDQwPMmxyC6bvEqly9UBCxhauBF5vNh2gwWJNX6oDV7O+OM4z34g==
+is-plain-object@5.0.0:
+ version "5.0.0"
+ resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-5.0.0.tgz#4427f50ab3429e9025ea7d52e9043a9ef4159344"
+ integrity sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==
is-plain-object@^2.0.3, is-plain-object@^2.0.4:
version "2.0.4"
@@ -13754,7 +14662,7 @@ is-potential-custom-element-name@^1.0.1:
resolved "https://registry.yarnpkg.com/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz#171ed6f19e3ac554394edf78caa05784a45bebb5"
integrity sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==
-is-regex@^1.0.4, is-regex@^1.0.5, is-regex@^1.1.0, is-regex@^1.1.2, is-regex@^1.1.4:
+is-regex@^1.0.5, is-regex@^1.1.0, is-regex@^1.1.4:
version "1.1.4"
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.4.tgz#eef5663cd59fa4c0ae339505323df6854bb15958"
integrity sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==
@@ -13765,7 +14673,7 @@ is-regex@^1.0.4, is-regex@^1.0.5, is-regex@^1.1.0, is-regex@^1.1.2, is-regex@^1.
is-regexp@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/is-regexp/-/is-regexp-1.0.0.tgz#fd2d883545c46bac5a633e7b9a09e87fa2cb5069"
- integrity sha1-/S2INUXEa6xaYz57mgnof6LLUGk=
+ integrity sha512-7zjFAPO4/gwyQAAgRRmqeEeyIICSdmCqa3tsVHMdBzaXXRiqopZL4Cyghg/XulGWrtABTpbnYYzzIRffLkP4oA==
is-relative@^1.0.0:
version "1.0.0"
@@ -13784,27 +14692,32 @@ is-root@2.1.0, is-root@^2.1.0:
resolved "https://registry.yarnpkg.com/is-root/-/is-root-2.1.0.tgz#809e18129cf1129644302a4f8544035d51984a9c"
integrity sha512-AGOriNp96vNBd3HtU+RzFEc75FfR5ymiYv8E553I71SCeXBiMsVDUtdio1OEFvrPyLIQ9tVR5RxXIFe5PUFjMg==
-is-set@^2.0.1:
- version "2.0.1"
- resolved "https://registry.yarnpkg.com/is-set/-/is-set-2.0.1.tgz#d1604afdab1724986d30091575f54945da7e5f43"
- integrity sha512-eJEzOtVyenDs1TMzSQ3kU3K+E0GUS9sno+F0OBT97xsgcJsF9nXMBtkT9/kut5JEpM7oL7X/0qxR17K3mcwIAA==
+is-set@^2.0.2, is-set@^2.0.3:
+ version "2.0.3"
+ resolved "https://registry.yarnpkg.com/is-set/-/is-set-2.0.3.tgz#8ab209ea424608141372ded6e0cb200ef1d9d01d"
+ integrity sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==
-is-shared-array-buffer@^1.0.2:
- version "1.0.2"
- resolved "https://registry.yarnpkg.com/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz#8f259c573b60b6a32d4058a1a07430c0a7344c79"
- integrity sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==
+is-shared-array-buffer@^1.0.2, is-shared-array-buffer@^1.0.3:
+ version "1.0.3"
+ resolved "https://registry.yarnpkg.com/is-shared-array-buffer/-/is-shared-array-buffer-1.0.3.tgz#1237f1cba059cdb62431d378dcc37d9680181688"
+ integrity sha512-nA2hv5XIhLR3uVzDDfCIknerhx8XUKnstuOERPNNIinXG7v9u+ohXF67vxm4TPTEPU6lm61ZkwP3c9PCB97rhg==
dependencies:
- call-bind "^1.0.2"
+ call-bind "^1.0.7"
is-stream@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44"
- integrity sha1-EtSj3U5o4Lec6428hBc66A2RykQ=
+ integrity sha512-uQPm8kcs47jx38atAcWTVxyltQYoPT68y9aWYdV6yWXSyW8mzSat0TL6CiWdZeCdF3KrAvpVtnHbTv4RN+rqdQ==
is-stream@^2.0.0:
- version "2.0.0"
- resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-2.0.0.tgz#bde9c32680d6fae04129d6ac9d921ce7815f78e3"
- integrity sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw==
+ version "2.0.1"
+ resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-2.0.1.tgz#fac1e3d53b97ad5a9d0ae9cef2389f5810a5c077"
+ integrity sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==
+
+is-stream@^3.0.0:
+ version "3.0.0"
+ resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-3.0.0.tgz#e6bfd7aa6bef69f4f472ce9bb681e3e57b4319ac"
+ integrity sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==
is-string@^1.0.5, is-string@^1.0.7:
version "1.0.7"
@@ -13816,44 +14729,33 @@ is-string@^1.0.5, is-string@^1.0.7:
is-subset@^0.1.1:
version "0.1.1"
resolved "https://registry.yarnpkg.com/is-subset/-/is-subset-0.1.1.tgz#8a59117d932de1de00f245fcdd39ce43f1e939a6"
- integrity sha1-ilkRfZMt4d4A8kX83TnOQ/HpOaY=
-
-is-svg@^3.0.0:
- version "3.0.0"
- resolved "https://registry.yarnpkg.com/is-svg/-/is-svg-3.0.0.tgz#9321dbd29c212e5ca99c4fa9794c714bcafa2f75"
- integrity sha512-gi4iHK53LR2ujhLVVj+37Ykh9GLqYHX6JOVXbLAucaG/Cqw9xwdFOjDM2qeifLs1sF1npXXFvDu0r5HNgCMrzQ==
- dependencies:
- html-comment-regex "^1.1.0"
+ integrity sha512-6Ybun0IkarhmEqxXCNw/C0bna6Zb/TkfUX9UbwJtK6ObwAVCxmAP308WWTHviM/zAqXk05cdhYsUsZeGQh99iw==
is-symbol@^1.0.2, is-symbol@^1.0.3:
- version "1.0.3"
- resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.3.tgz#38e1014b9e6329be0de9d24a414fd7441ec61937"
- integrity sha512-OwijhaRSgqvhm/0ZdAcXNZt9lYdKFpcRDT5ULUuYXPoT794UNOdU+gpT6Rzo7b4V2HUl/op6GqY894AZwv9faQ==
+ version "1.0.4"
+ resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.4.tgz#a6dac93b635b063ca6872236de88910a57af139c"
+ integrity sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==
dependencies:
- has-symbols "^1.0.1"
+ has-symbols "^1.0.2"
is-text-path@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/is-text-path/-/is-text-path-1.0.1.tgz#4e1aa0fb51bfbcb3e92688001397202c1775b66e"
- integrity sha1-Thqg+1G/vLPpJogAE5cgLBd1tm4=
+ integrity sha512-xFuJpne9oFz5qDaodwmmG08e3CawH/2ZV8Qqza1Ko7Sk8POWbkRdwIoAWVhqvq0XeUzANEhKo2n0IXUGBm7A/w==
dependencies:
text-extensions "^1.0.0"
-is-typed-array@^1.1.10, is-typed-array@^1.1.9:
- version "1.1.10"
- resolved "https://registry.yarnpkg.com/is-typed-array/-/is-typed-array-1.1.10.tgz#36a5b5cb4189b575d1a3e4b08536bfb485801e3f"
- integrity sha512-PJqgEHiWZvMpaFZ3uTc8kHPM4+4ADTlDniuQL7cU/UDA0Ql7F70yGfHph3cLNe+c9toaigv+DFzTJKhc2CtO6A==
- dependencies:
- available-typed-arrays "^1.0.5"
- call-bind "^1.0.2"
- for-each "^0.3.3"
- gopd "^1.0.1"
- has-tostringtag "^1.0.0"
-
+is-typed-array@^1.1.13, is-typed-array@^1.1.3:
+ version "1.1.13"
+ resolved "https://registry.yarnpkg.com/is-typed-array/-/is-typed-array-1.1.13.tgz#d6c5ca56df62334959322d7d7dd1cca50debe229"
+ integrity sha512-uZ25/bUAlUY5fR4OKT4rZQEBrzQWYV9ZJYGGsUmEJ6thodVJ1HX64ePQ6Z0qPWP+m+Uq6e9UugrE38jeYsDSMw==
+ dependencies:
+ which-typed-array "^1.1.14"
+
is-typedarray@^1.0.0, is-typedarray@~1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a"
- integrity sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=
+ integrity sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==
is-unc-path@^1.0.0:
version "1.0.0"
@@ -13870,12 +14772,17 @@ is-unicode-supported@^0.1.0:
is-utf8@^0.2.1:
version "0.2.1"
resolved "https://registry.yarnpkg.com/is-utf8/-/is-utf8-0.2.1.tgz#4b0da1442104d1b336340e80797e865cf39f7d72"
- integrity sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI=
+ integrity sha512-rMYPYvCzsXywIsldgLaSoPlw5PfoB/ssr7hY4pLfcodrA5M/eArza1a9VmTiNIBNMjOGr1Ow9mTyU2o69U6U9Q==
is-valid-glob@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/is-valid-glob/-/is-valid-glob-1.0.0.tgz#29bf3eff701be2d4d315dbacc39bc39fe8f601aa"
- integrity sha1-Kb8+/3Ab4tTTFdusw5vDn+j2Aao=
+ integrity sha512-AhiROmoEFDSsjx8hW+5sGwgKVIORcXnrlAx/R0ZSeaPw70Vw0CqkGBBhHGL58Uox2eXnU1AnvXJl1XlyedO5bA==
+
+is-weakmap@^2.0.2:
+ version "2.0.2"
+ resolved "https://registry.yarnpkg.com/is-weakmap/-/is-weakmap-2.0.2.tgz#bf72615d649dfe5f699079c54b83e47d1ae19cfd"
+ integrity sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==
is-weakref@^1.0.2:
version "1.0.2"
@@ -13884,16 +14791,19 @@ is-weakref@^1.0.2:
dependencies:
call-bind "^1.0.2"
+is-weakset@^2.0.3:
+ version "2.0.3"
+ resolved "https://registry.yarnpkg.com/is-weakset/-/is-weakset-2.0.3.tgz#e801519df8c0c43e12ff2834eead84ec9e624007"
+ integrity sha512-LvIm3/KWzS9oRFHugab7d+M/GcBXuXX5xZkzPmN+NxihdQlZUQ4dWuSV1xR/sq6upL1TJEDrfBgRepHFdBtSNQ==
+ dependencies:
+ call-bind "^1.0.7"
+ get-intrinsic "^1.2.4"
+
is-whitespace-character@^1.0.0:
version "1.0.4"
resolved "https://registry.yarnpkg.com/is-whitespace-character/-/is-whitespace-character-1.0.4.tgz#0858edd94a95594c7c9dd0b5c174ec6e45ee4aa7"
integrity sha512-SDweEzfIZM0SJV0EUga669UTKlmL0Pq8Lno0QDQsPnvECB3IM2aP0gdx5TrU0A01MAPfViaZiI2V1QMZLaKK5w==
-is-window@^1.0.2:
- version "1.0.2"
- resolved "https://registry.yarnpkg.com/is-window/-/is-window-1.0.2.tgz#2c896ca53db97de45d3c33133a65d8c9f563480d"
- integrity sha1-LIlspT25feRdPDMTOmXYyfVjSA0=
-
is-windows@^1.0.1, is-windows@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d"
@@ -13907,7 +14817,7 @@ is-word-character@^1.0.0:
is-wsl@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/is-wsl/-/is-wsl-1.1.0.tgz#1f16e4aa22b04d1336b66188a66af3c600c3a66d"
- integrity sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0=
+ integrity sha512-gfygJYZ2gLTDlmbWMI0CE2MwnFzSN/2SZfkMlItC4K/JBlsWVDB0bO6XhqcY13YXE7iMcAJnzTCJjPiTeJJ0Mw==
is-wsl@^2.1.1, is-wsl@^2.2.0:
version "2.2.0"
@@ -13924,12 +14834,12 @@ is-yarn-global@^0.3.0:
isarray@0.0.1:
version "0.0.1"
resolved "https://registry.yarnpkg.com/isarray/-/isarray-0.0.1.tgz#8a18acfca9a8f4177e09abfc6038939b05d1eedf"
- integrity sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=
+ integrity sha512-D2S+3GLxWH+uhrNEcoh/fnmYeP8E8/zHl644d/jdA0g2uyXvy3sb0qxotE+ne0LtccHknQzWwZEzhak7oJ0COQ==
isarray@1.0.0, isarray@^1.0.0, isarray@~1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11"
- integrity sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=
+ integrity sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==
isarray@^2.0.5:
version "2.0.5"
@@ -13937,43 +14847,38 @@ isarray@^2.0.5:
integrity sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==
isbinaryfile@^4.0.4:
- version "4.0.8"
- resolved "https://registry.yarnpkg.com/isbinaryfile/-/isbinaryfile-4.0.8.tgz#5d34b94865bd4946633ecc78a026fc76c5b11fcf"
- integrity sha512-53h6XFniq77YdW+spoRrebh0mnmTxRPTlcuIArO57lmMdq4uBKFKaeTjnb92oYWrSn/LVL+LT+Hap2tFQj8V+w==
+ version "4.0.10"
+ resolved "https://registry.yarnpkg.com/isbinaryfile/-/isbinaryfile-4.0.10.tgz#0c5b5e30c2557a2f06febd37b7322946aaee42b3"
+ integrity sha512-iHrqe5shvBUcFbmZq9zOQHBoeOhZJu6RQGrDpBgenUm/Am+F3JM2MgQj+rK3Z601fzrL5gLZWtAPH2OBaSVcyw==
isexe@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10"
- integrity sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=
+ integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==
isobject@^2.0.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/isobject/-/isobject-2.1.0.tgz#f065561096a3f1da2ef46272f815c840d87e0c89"
- integrity sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk=
+ integrity sha512-+OUdGJlgjOBZDfxnDjYYG6zp487z0JGNQq3cYQYg5f5hKR+syHMsaztzGeml/4kGG55CSpKSpWTY+jYGgsHLgA==
dependencies:
isarray "1.0.0"
isobject@^3.0.0, isobject@^3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz#4e431e92b11a9731636aa1f9c8d1ccbcfdab78df"
- integrity sha1-TkMekrEalzFjaqH5yNHMvP2reN8=
-
-isobject@^4.0.0:
- version "4.0.0"
- resolved "https://registry.yarnpkg.com/isobject/-/isobject-4.0.0.tgz#3f1c9155e73b192022a80819bacd0343711697b0"
- integrity sha512-S/2fF5wH8SJA/kmwr6HYhK/RI/OkhD84k8ntalo0iJjZikgq1XFvR5M8NPT1x5F7fBwCG3qHfnzeP/Vh/ZxCUA==
+ integrity sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==
isstream@~0.1.2:
version "0.1.2"
resolved "https://registry.yarnpkg.com/isstream/-/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a"
- integrity sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=
+ integrity sha512-Yljz7ffyPbrLpLngrMtZ7NduUgVvi6wG9RJ9IUcyCd59YQ911PBJphODUcbOVbqYfxe1wuYf/LJ8PauMRwsM/g==
-istanbul-lib-coverage@^3.0.0:
- version "3.0.0"
- resolved "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-3.0.0.tgz#f5944a37c70b550b02a78a5c3b2055b280cec8ec"
- integrity sha512-UiUIqxMgRDET6eR+o5HbfRYP1l0hqkWOs7vNxC/mggutCMUIhWMm8gAHb8tHlyfD3/l6rlgNA5cKdDzEAf6hEg==
+istanbul-lib-coverage@^3.0.0, istanbul-lib-coverage@^3.2.0:
+ version "3.2.2"
+ resolved "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.2.tgz#2d166c4b0644d43a39f04bf6c2edd1e585f31756"
+ integrity sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg==
-istanbul-lib-instrument@^4.0.0, istanbul-lib-instrument@^4.0.3:
+istanbul-lib-instrument@^4.0.3:
version "4.0.3"
resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-4.0.3.tgz#873c6fff897450118222774696a3f28902d77c1d"
integrity sha512-BXgQl9kf4WTCPCCpmFGoJkz/+uhvm7h7PFKUYxh7qarQd3ER33vHG//qaE8eN25l07YqZPpHXU9I09l/RD5aGQ==
@@ -13983,46 +14888,55 @@ istanbul-lib-instrument@^4.0.0, istanbul-lib-instrument@^4.0.3:
istanbul-lib-coverage "^3.0.0"
semver "^6.3.0"
+istanbul-lib-instrument@^5.0.4, istanbul-lib-instrument@^5.1.0:
+ version "5.2.1"
+ resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-5.2.1.tgz#d10c8885c2125574e1c231cacadf955675e1ce3d"
+ integrity sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==
+ dependencies:
+ "@babel/core" "^7.12.3"
+ "@babel/parser" "^7.14.7"
+ "@istanbuljs/schema" "^0.1.2"
+ istanbul-lib-coverage "^3.2.0"
+ semver "^6.3.0"
+
istanbul-lib-report@^3.0.0:
- version "3.0.0"
- resolved "https://registry.yarnpkg.com/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz#7518fe52ea44de372f460a76b5ecda9ffb73d8a6"
- integrity sha512-wcdi+uAKzfiGT2abPpKZ0hSU1rGQjUQnLvtY5MpQ7QCTahD3VODhcu4wcfY1YtkGaDD5yuydOLINXsfbus9ROw==
+ version "3.0.1"
+ resolved "https://registry.yarnpkg.com/istanbul-lib-report/-/istanbul-lib-report-3.0.1.tgz#908305bac9a5bd175ac6a74489eafd0fc2445a7d"
+ integrity sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw==
dependencies:
istanbul-lib-coverage "^3.0.0"
- make-dir "^3.0.0"
+ make-dir "^4.0.0"
supports-color "^7.1.0"
istanbul-lib-source-maps@^4.0.0:
- version "4.0.0"
- resolved "https://registry.yarnpkg.com/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.0.tgz#75743ce6d96bb86dc7ee4352cf6366a23f0b1ad9"
- integrity sha512-c16LpFRkR8vQXyHZ5nLpY35JZtzj1PQY1iZmesUbf1FZHbIupcWfjgOXBY9YHkLEQ6puz1u4Dgj6qmU/DisrZg==
+ version "4.0.1"
+ resolved "https://registry.yarnpkg.com/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.1.tgz#895f3a709fcfba34c6de5a42939022f3e4358551"
+ integrity sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==
dependencies:
debug "^4.1.1"
istanbul-lib-coverage "^3.0.0"
source-map "^0.6.1"
-istanbul-reports@^3.0.2:
- version "3.0.2"
- resolved "https://registry.yarnpkg.com/istanbul-reports/-/istanbul-reports-3.0.2.tgz#d593210e5000683750cb09fc0644e4b6e27fd53b"
- integrity sha512-9tZvz7AiR3PEDNGiV9vIouQ/EAcqMXFmkcA1CDFTwOB98OZVDL0PH9glHotf5Ugp6GCOTypfzGWI/OqjWNCRUw==
+istanbul-reports@^3.0.2, istanbul-reports@^3.1.3, istanbul-reports@^3.1.4:
+ version "3.1.7"
+ resolved "https://registry.yarnpkg.com/istanbul-reports/-/istanbul-reports-3.1.7.tgz#daed12b9e1dca518e15c056e1e537e741280fa0b"
+ integrity sha512-BewmUXImeuRk2YY0PVbxgKAysvhRPUQE0h5QRM++nVWyubKGV0l8qQ5op8+B2DOmwSe63Jivj0BjkPQVf8fP5g==
dependencies:
html-escaper "^2.0.0"
istanbul-lib-report "^3.0.0"
-iterate-iterator@^1.0.1:
- version "1.0.1"
- resolved "https://registry.yarnpkg.com/iterate-iterator/-/iterate-iterator-1.0.1.tgz#1693a768c1ddd79c969051459453f082fe82e9f6"
- integrity sha512-3Q6tudGN05kbkDQDI4CqjaBf4qf85w6W6GnuZDtUVYwKgtC1q8yxYX7CZed7N+tLzQqS6roujWvszf13T+n9aw==
-
-iterate-value@^1.0.0:
- version "1.0.2"
- resolved "https://registry.yarnpkg.com/iterate-value/-/iterate-value-1.0.2.tgz#935115bd37d006a52046535ebc8d07e9c9337f57"
- integrity sha512-A6fMAio4D2ot2r/TYzr4yUWrmwNdsN5xL7+HUiyACE4DXm+q8HtPcnFTp+NnW3k4N05tZ7FVYFFb2CR13NxyHQ==
+iterator.prototype@^1.1.2:
+ version "1.1.2"
+ resolved "https://registry.yarnpkg.com/iterator.prototype/-/iterator.prototype-1.1.2.tgz#5e29c8924f01916cb9335f1ff80619dcff22b0c0"
+ integrity sha512-DR33HMMr8EzwuRL8Y9D3u2BMj8+RqSE850jfGu59kS7tbmPLzGkZmVSfyCFSDxuZiEY6Rzt3T2NA/qU+NwVj1w==
dependencies:
- es-get-iterator "^1.0.2"
- iterate-iterator "^1.0.1"
+ define-properties "^1.2.1"
+ get-intrinsic "^1.2.1"
+ has-symbols "^1.0.3"
+ reflect.getprototypeof "^1.0.4"
+ set-function-name "^2.0.1"
-jackspeak@^2.3.5:
+jackspeak@^2.3.6:
version "2.3.6"
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-2.3.6.tgz#647ecc472238aee4b06ac0e461acc21a8c505ca8"
integrity sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==
@@ -14031,15 +14945,15 @@ jackspeak@^2.3.5:
optionalDependencies:
"@pkgjs/parseargs" "^0.11.0"
-jake@^10.6.1:
- version "10.8.2"
- resolved "https://registry.yarnpkg.com/jake/-/jake-10.8.2.tgz#ebc9de8558160a66d82d0eadc6a2e58fbc500a7b"
- integrity sha512-eLpKyrfG3mzvGE2Du8VoPbeSkRry093+tyNjdYaBbJS9v17knImYGNXQCUV0gLxQtF82m3E8iRb/wdSQZLoq7A==
+jake@^10.8.5:
+ version "10.8.7"
+ resolved "https://registry.yarnpkg.com/jake/-/jake-10.8.7.tgz#63a32821177940c33f356e0ba44ff9d34e1c7d8f"
+ integrity sha512-ZDi3aP+fG/LchyBzUM804VjddnwfSfsdeYkwt8NcbKRvo4rFkjhs456iLFn3k2ZUWvNe4i48WACDbza8fhq2+w==
dependencies:
- async "0.9.x"
- chalk "^2.4.2"
- filelist "^1.0.1"
- minimatch "^3.0.4"
+ async "^3.2.3"
+ chalk "^4.0.2"
+ filelist "^1.0.4"
+ minimatch "^3.1.2"
jest-changed-files@^26.6.2:
version "26.6.2"
@@ -14050,12 +14964,12 @@ jest-changed-files@^26.6.2:
execa "^4.0.0"
throat "^5.0.0"
-jest-changed-files@^27.1.1:
- version "27.1.1"
- resolved "https://registry.yarnpkg.com/jest-changed-files/-/jest-changed-files-27.1.1.tgz#9b3f67a34cc58e3e811e2e1e21529837653e4200"
- integrity sha512-5TV9+fYlC2A6hu3qtoyGHprBwCAn0AuGA77bZdUgYvVlRMjHXo063VcWTEAyx6XAZ85DYHqp0+aHKbPlfRDRvA==
+jest-changed-files@^27.5.1:
+ version "27.5.1"
+ resolved "https://registry.yarnpkg.com/jest-changed-files/-/jest-changed-files-27.5.1.tgz#a348aed00ec9bf671cc58a66fcbe7c3dfd6a68f5"
+ integrity sha512-buBLMiByfWGCoMsLLzGUUSpAmIAGnbR2KJoMN10ziLhOLvP4e0SlypHnAel8iqQXTrcbmfEY9sSqae5sgUsTvw==
dependencies:
- "@jest/types" "^27.1.1"
+ "@jest/types" "^27.5.1"
execa "^5.0.0"
throat "^6.0.1"
@@ -14086,27 +15000,27 @@ jest-circus@26.6.0:
stack-utils "^2.0.2"
throat "^5.0.0"
-jest-circus@^27.2.0:
- version "27.2.0"
- resolved "https://registry.yarnpkg.com/jest-circus/-/jest-circus-27.2.0.tgz#ad0d6d75514050f539d422bae41344224d2328f9"
- integrity sha512-WwENhaZwOARB1nmcboYPSv/PwHBUGRpA4MEgszjr9DLCl97MYw0qZprBwLb7rNzvMwfIvNGG7pefQ5rxyBlzIA==
+jest-circus@^27.5.1:
+ version "27.5.1"
+ resolved "https://registry.yarnpkg.com/jest-circus/-/jest-circus-27.5.1.tgz#37a5a4459b7bf4406e53d637b49d22c65d125ecc"
+ integrity sha512-D95R7x5UtlMA5iBYsOHFFbMD/GVA4R/Kdq15f7xYWUfWHBto9NYRsOvnSauTgdF+ogCpJ4tyKOXhUifxS65gdw==
dependencies:
- "@jest/environment" "^27.2.0"
- "@jest/test-result" "^27.2.0"
- "@jest/types" "^27.1.1"
+ "@jest/environment" "^27.5.1"
+ "@jest/test-result" "^27.5.1"
+ "@jest/types" "^27.5.1"
"@types/node" "*"
chalk "^4.0.0"
co "^4.6.0"
dedent "^0.7.0"
- expect "^27.2.0"
+ expect "^27.5.1"
is-generator-fn "^2.0.0"
- jest-each "^27.2.0"
- jest-matcher-utils "^27.2.0"
- jest-message-util "^27.2.0"
- jest-runtime "^27.2.0"
- jest-snapshot "^27.2.0"
- jest-util "^27.2.0"
- pretty-format "^27.2.0"
+ jest-each "^27.5.1"
+ jest-matcher-utils "^27.5.1"
+ jest-message-util "^27.5.1"
+ jest-runtime "^27.5.1"
+ jest-snapshot "^27.5.1"
+ jest-util "^27.5.1"
+ pretty-format "^27.5.1"
slash "^3.0.0"
stack-utils "^2.0.3"
throat "^6.0.1"
@@ -14130,6 +15044,24 @@ jest-cli@^26.6.0:
prompts "^2.0.1"
yargs "^15.4.1"
+jest-cli@^27.5.1:
+ version "27.5.1"
+ resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-27.5.1.tgz#278794a6e6458ea8029547e6c6cbf673bd30b145"
+ integrity sha512-Hc6HOOwYq4/74/c62dEE3r5elx8wjYqxY0r0G/nFrLDPMFRu6RA/u8qINOIkvhxG7mMQ5EJsOGfRpI8L6eFUVw==
+ dependencies:
+ "@jest/core" "^27.5.1"
+ "@jest/test-result" "^27.5.1"
+ "@jest/types" "^27.5.1"
+ chalk "^4.0.0"
+ exit "^0.1.2"
+ graceful-fs "^4.2.9"
+ import-local "^3.0.2"
+ jest-config "^27.5.1"
+ jest-util "^27.5.1"
+ jest-validate "^27.5.1"
+ prompts "^2.0.1"
+ yargs "^16.2.0"
+
jest-config@^26.6.3:
version "26.6.3"
resolved "https://registry.yarnpkg.com/jest-config/-/jest-config-26.6.3.tgz#64f41444eef9eb03dc51d5c53b75c8c71f645349"
@@ -14154,32 +15086,35 @@ jest-config@^26.6.3:
micromatch "^4.0.2"
pretty-format "^26.6.2"
-jest-config@^27.2.0:
- version "27.2.0"
- resolved "https://registry.yarnpkg.com/jest-config/-/jest-config-27.2.0.tgz#d1c359253927005c53d11ab3e50d3b2f402a673a"
- integrity sha512-Z1romHpxeNwLxQtouQ4xt07bY6HSFGKTo0xJcvOK3u6uJHveA4LB2P+ty9ArBLpTh3AqqPxsyw9l9GMnWBYS9A==
+jest-config@^27.5.1:
+ version "27.5.1"
+ resolved "https://registry.yarnpkg.com/jest-config/-/jest-config-27.5.1.tgz#5c387de33dca3f99ad6357ddeccd91bf3a0e4a41"
+ integrity sha512-5sAsjm6tGdsVbW9ahcChPAFCk4IlkQUknH5AvKjuLTSlcO/wCZKyFdn7Rg0EkC+OGgWODEy2hDpWB1PgzH0JNA==
dependencies:
- "@babel/core" "^7.1.0"
- "@jest/test-sequencer" "^27.2.0"
- "@jest/types" "^27.1.1"
- babel-jest "^27.2.0"
+ "@babel/core" "^7.8.0"
+ "@jest/test-sequencer" "^27.5.1"
+ "@jest/types" "^27.5.1"
+ babel-jest "^27.5.1"
chalk "^4.0.0"
+ ci-info "^3.2.0"
deepmerge "^4.2.2"
glob "^7.1.1"
- graceful-fs "^4.2.4"
- is-ci "^3.0.0"
- jest-circus "^27.2.0"
- jest-environment-jsdom "^27.2.0"
- jest-environment-node "^27.2.0"
- jest-get-type "^27.0.6"
- jest-jasmine2 "^27.2.0"
- jest-regex-util "^27.0.6"
- jest-resolve "^27.2.0"
- jest-runner "^27.2.0"
- jest-util "^27.2.0"
- jest-validate "^27.2.0"
+ graceful-fs "^4.2.9"
+ jest-circus "^27.5.1"
+ jest-environment-jsdom "^27.5.1"
+ jest-environment-node "^27.5.1"
+ jest-get-type "^27.5.1"
+ jest-jasmine2 "^27.5.1"
+ jest-regex-util "^27.5.1"
+ jest-resolve "^27.5.1"
+ jest-runner "^27.5.1"
+ jest-util "^27.5.1"
+ jest-validate "^27.5.1"
micromatch "^4.0.4"
- pretty-format "^27.2.0"
+ parse-json "^5.2.0"
+ pretty-format "^27.5.1"
+ slash "^3.0.0"
+ strip-json-comments "^3.1.1"
jest-diff@^26.6.2:
version "26.6.2"
@@ -14191,15 +15126,25 @@ jest-diff@^26.6.2:
jest-get-type "^26.3.0"
pretty-format "^26.6.2"
-jest-diff@^27.0.0, jest-diff@^27.2.0:
- version "27.4.2"
- resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-27.4.2.tgz#786b2a5211d854f848e2dcc1e324448e9481f36f"
- integrity sha512-ujc9ToyUZDh9KcqvQDkk/gkbf6zSaeEg9AiBxtttXW59H/AcqEYp1ciXAtJp+jXWva5nAf/ePtSsgWwE5mqp4Q==
+jest-diff@^27.5.1:
+ version "27.5.1"
+ resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-27.5.1.tgz#a07f5011ac9e6643cf8a95a462b7b1ecf6680def"
+ integrity sha512-m0NvkX55LDt9T4mctTEgnZk3fmEg3NRYutvMPWM/0iPnkFj2wIeF45O1718cMSOFO1vINkqmxqD8vE37uTEbqw==
+ dependencies:
+ chalk "^4.0.0"
+ diff-sequences "^27.5.1"
+ jest-get-type "^27.5.1"
+ pretty-format "^27.5.1"
+
+jest-diff@^29.7.0:
+ version "29.7.0"
+ resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-29.7.0.tgz#017934a66ebb7ecf6f205e84699be10afd70458a"
+ integrity sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1oEDUfIXVuTqLRUjw==
dependencies:
chalk "^4.0.0"
- diff-sequences "^27.4.0"
- jest-get-type "^27.4.0"
- pretty-format "^27.4.2"
+ diff-sequences "^29.6.3"
+ jest-get-type "^29.6.3"
+ pretty-format "^29.7.0"
jest-docblock@^26.0.0:
version "26.0.0"
@@ -14208,10 +15153,10 @@ jest-docblock@^26.0.0:
dependencies:
detect-newline "^3.0.0"
-jest-docblock@^27.0.6:
- version "27.0.6"
- resolved "https://registry.yarnpkg.com/jest-docblock/-/jest-docblock-27.0.6.tgz#cc78266acf7fe693ca462cbbda0ea4e639e4e5f3"
- integrity sha512-Fid6dPcjwepTFraz0YxIMCi7dejjJ/KL9FBjPYhBp4Sv1Y9PdhImlKZqYU555BlN4TQKaTc+F2Av1z+anVyGkA==
+jest-docblock@^27.5.1:
+ version "27.5.1"
+ resolved "https://registry.yarnpkg.com/jest-docblock/-/jest-docblock-27.5.1.tgz#14092f364a42c6108d42c33c8cf30e058e25f6c0"
+ integrity sha512-rl7hlABeTsRYxKiUfpHrQrG4e2obOiTQWfMEH3PxPjOtdsfLQO4ReWSZaQ7DETm4xu07rl4q/h4zcKXyU0/OzQ==
dependencies:
detect-newline "^3.0.0"
@@ -14226,16 +15171,16 @@ jest-each@^26.6.0, jest-each@^26.6.2:
jest-util "^26.6.2"
pretty-format "^26.6.2"
-jest-each@^27.2.0:
- version "27.2.0"
- resolved "https://registry.yarnpkg.com/jest-each/-/jest-each-27.2.0.tgz#4c531c7223de289429fc7b2473a86e653c86d61f"
- integrity sha512-biDmmUQjg+HZOB7MfY2RHSFL3j418nMoC3TK3pGAj880fQQSxvQe1y2Wy23JJJNUlk6YXiGU0yWy86Le1HBPmA==
+jest-each@^27.5.1:
+ version "27.5.1"
+ resolved "https://registry.yarnpkg.com/jest-each/-/jest-each-27.5.1.tgz#5bc87016f45ed9507fed6e4702a5b468a5b2c44e"
+ integrity sha512-1Ff6p+FbhT/bXQnEouYy00bkNSY7OUpfIcmdl8vZ31A1UUaurOLPA8a8BbJOF2RDUElwJhmeaV7LnagI+5UwNQ==
dependencies:
- "@jest/types" "^27.1.1"
+ "@jest/types" "^27.5.1"
chalk "^4.0.0"
- jest-get-type "^27.0.6"
- jest-util "^27.2.0"
- pretty-format "^27.2.0"
+ jest-get-type "^27.5.1"
+ jest-util "^27.5.1"
+ pretty-format "^27.5.1"
jest-environment-jsdom@^26.6.2:
version "26.6.2"
@@ -14250,17 +15195,17 @@ jest-environment-jsdom@^26.6.2:
jest-util "^26.6.2"
jsdom "^16.4.0"
-jest-environment-jsdom@^27.2.0:
- version "27.2.0"
- resolved "https://registry.yarnpkg.com/jest-environment-jsdom/-/jest-environment-jsdom-27.2.0.tgz#c654dfae50ca2272c2a2e2bb95ff0af298283a3c"
- integrity sha512-wNQJi6Rd/AkUWqTc4gWhuTIFPo7tlMK0RPZXeM6AqRHZA3D3vwvTa9ktAktyVyWYmUoXdYstOfyYMG3w4jt7eA==
+jest-environment-jsdom@^27.5.1:
+ version "27.5.1"
+ resolved "https://registry.yarnpkg.com/jest-environment-jsdom/-/jest-environment-jsdom-27.5.1.tgz#ea9ccd1fc610209655a77898f86b2b559516a546"
+ integrity sha512-TFBvkTC1Hnnnrka/fUb56atfDtJ9VMZ94JkjTbggl1PEpwrYtUBKMezB3inLmWqQsXYLcMwNoDQwoBTAvFfsfw==
dependencies:
- "@jest/environment" "^27.2.0"
- "@jest/fake-timers" "^27.2.0"
- "@jest/types" "^27.1.1"
+ "@jest/environment" "^27.5.1"
+ "@jest/fake-timers" "^27.5.1"
+ "@jest/types" "^27.5.1"
"@types/node" "*"
- jest-mock "^27.1.1"
- jest-util "^27.2.0"
+ jest-mock "^27.5.1"
+ jest-util "^27.5.1"
jsdom "^16.6.0"
jest-environment-node@^26.6.2:
@@ -14275,27 +15220,32 @@ jest-environment-node@^26.6.2:
jest-mock "^26.6.2"
jest-util "^26.6.2"
-jest-environment-node@^27.2.0:
- version "27.2.0"
- resolved "https://registry.yarnpkg.com/jest-environment-node/-/jest-environment-node-27.2.0.tgz#73ef2151cb62206669becb94cd84f33276252de5"
- integrity sha512-WbW+vdM4u88iy6Q3ftUEQOSgMPtSgjm3qixYYK2AKEuqmFO2zmACTw1vFUB0qI/QN88X6hA6ZkVKIdIWWzz+yg==
+jest-environment-node@^27.5.1:
+ version "27.5.1"
+ resolved "https://registry.yarnpkg.com/jest-environment-node/-/jest-environment-node-27.5.1.tgz#dedc2cfe52fab6b8f5714b4808aefa85357a365e"
+ integrity sha512-Jt4ZUnxdOsTGwSRAfKEnE6BcwsSPNOijjwifq5sDFSA2kesnXTvNqKHYgM0hDq3549Uf/KzdXNYn4wMZJPlFLw==
dependencies:
- "@jest/environment" "^27.2.0"
- "@jest/fake-timers" "^27.2.0"
- "@jest/types" "^27.1.1"
+ "@jest/environment" "^27.5.1"
+ "@jest/fake-timers" "^27.5.1"
+ "@jest/types" "^27.5.1"
"@types/node" "*"
- jest-mock "^27.1.1"
- jest-util "^27.2.0"
+ jest-mock "^27.5.1"
+ jest-util "^27.5.1"
jest-get-type@^26.3.0:
version "26.3.0"
resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-26.3.0.tgz#e97dc3c3f53c2b406ca7afaed4493b1d099199e0"
integrity sha512-TpfaviN1R2pQWkIihlfEanwOXK0zcxrKEE4MlU6Tn7keoXdN6/3gK/xl0yEh8DOunn5pOVGKf8hB4R9gVh04ig==
-jest-get-type@^27.0.6, jest-get-type@^27.4.0:
- version "27.4.0"
- resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-27.4.0.tgz#7503d2663fffa431638337b3998d39c5e928e9b5"
- integrity sha512-tk9o+ld5TWq41DkK14L4wox4s2D9MtTpKaAVzXfr5CUKm5ZK2ExcaFE0qls2W71zE/6R2TxxrK9w2r6svAFDBQ==
+jest-get-type@^27.5.1:
+ version "27.5.1"
+ resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-27.5.1.tgz#3cd613c507b0f7ace013df407a1c1cd578bcb4f1"
+ integrity sha512-2KY95ksYSaK7DMBWQn6dQz3kqAf3BB64y2udeG+hv4KfSOb9qwcYQstTJc1KCbsix+wLZWZYN8t7nwX3GOBLRw==
+
+jest-get-type@^29.6.3:
+ version "29.6.3"
+ resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-29.6.3.tgz#36f499fdcea197c1045a127319c0481723908fd1"
+ integrity sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==
jest-haste-map@^26.6.2:
version "26.6.2"
@@ -14318,21 +15268,21 @@ jest-haste-map@^26.6.2:
optionalDependencies:
fsevents "^2.1.2"
-jest-haste-map@^27.2.0:
- version "27.2.0"
- resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-27.2.0.tgz#703b3a473e3f2e27d75ab07864ffd7bbaad0d75e"
- integrity sha512-laFet7QkNlWjwZtMGHCucLvF8o9PAh2cgePRck1+uadSM4E4XH9J4gnx4do+a6do8ZV5XHNEAXEkIoNg5XUH2Q==
+jest-haste-map@^27.5.1:
+ version "27.5.1"
+ resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-27.5.1.tgz#9fd8bd7e7b4fa502d9c6164c5640512b4e811e7f"
+ integrity sha512-7GgkZ4Fw4NFbMSDSpZwXeBiIbx+t/46nJ2QitkOjvwPYyZmqttu2TDSimMHP1EkPOi4xUZAN1doE5Vd25H4Jng==
dependencies:
- "@jest/types" "^27.1.1"
+ "@jest/types" "^27.5.1"
"@types/graceful-fs" "^4.1.2"
"@types/node" "*"
anymatch "^3.0.3"
fb-watchman "^2.0.0"
- graceful-fs "^4.2.4"
- jest-regex-util "^27.0.6"
- jest-serializer "^27.0.6"
- jest-util "^27.2.0"
- jest-worker "^27.2.0"
+ graceful-fs "^4.2.9"
+ jest-regex-util "^27.5.1"
+ jest-serializer "^27.5.1"
+ jest-util "^27.5.1"
+ jest-worker "^27.5.1"
micromatch "^4.0.4"
walker "^1.0.7"
optionalDependencies:
@@ -14362,28 +15312,27 @@ jest-jasmine2@^26.6.3:
pretty-format "^26.6.2"
throat "^5.0.0"
-jest-jasmine2@^27.2.0:
- version "27.2.0"
- resolved "https://registry.yarnpkg.com/jest-jasmine2/-/jest-jasmine2-27.2.0.tgz#1ece0ee37c348b59ed3dfcfe509fc24e3377b12d"
- integrity sha512-NcPzZBk6IkDW3Z2V8orGueheGJJYfT5P0zI/vTO/Jp+R9KluUdgFrgwfvZ0A34Kw6HKgiWFILZmh3oQ/eS+UxA==
+jest-jasmine2@^27.5.1:
+ version "27.5.1"
+ resolved "https://registry.yarnpkg.com/jest-jasmine2/-/jest-jasmine2-27.5.1.tgz#a037b0034ef49a9f3d71c4375a796f3b230d1ac4"
+ integrity sha512-jtq7VVyG8SqAorDpApwiJJImd0V2wv1xzdheGHRGyuT7gZm6gG47QEskOlzsN1PG/6WNaCo5pmwMHDf3AkG2pQ==
dependencies:
- "@babel/traverse" "^7.1.0"
- "@jest/environment" "^27.2.0"
- "@jest/source-map" "^27.0.6"
- "@jest/test-result" "^27.2.0"
- "@jest/types" "^27.1.1"
+ "@jest/environment" "^27.5.1"
+ "@jest/source-map" "^27.5.1"
+ "@jest/test-result" "^27.5.1"
+ "@jest/types" "^27.5.1"
"@types/node" "*"
chalk "^4.0.0"
co "^4.6.0"
- expect "^27.2.0"
+ expect "^27.5.1"
is-generator-fn "^2.0.0"
- jest-each "^27.2.0"
- jest-matcher-utils "^27.2.0"
- jest-message-util "^27.2.0"
- jest-runtime "^27.2.0"
- jest-snapshot "^27.2.0"
- jest-util "^27.2.0"
- pretty-format "^27.2.0"
+ jest-each "^27.5.1"
+ jest-matcher-utils "^27.5.1"
+ jest-message-util "^27.5.1"
+ jest-runtime "^27.5.1"
+ jest-snapshot "^27.5.1"
+ jest-util "^27.5.1"
+ pretty-format "^27.5.1"
throat "^6.0.1"
jest-leak-detector@^26.6.2:
@@ -14394,13 +15343,13 @@ jest-leak-detector@^26.6.2:
jest-get-type "^26.3.0"
pretty-format "^26.6.2"
-jest-leak-detector@^27.2.0:
- version "27.2.0"
- resolved "https://registry.yarnpkg.com/jest-leak-detector/-/jest-leak-detector-27.2.0.tgz#9a7ca2dad1a21c4e49ad2a8ad7f1214ffdb86a28"
- integrity sha512-e91BIEmbZw5+MHkB4Hnrq7S86coTxUMCkz4n7DLmQYvl9pEKmRx9H/JFH87bBqbIU5B2Ju1soKxRWX6/eGFGpA==
+jest-leak-detector@^27.5.1:
+ version "27.5.1"
+ resolved "https://registry.yarnpkg.com/jest-leak-detector/-/jest-leak-detector-27.5.1.tgz#6ec9d54c3579dd6e3e66d70e3498adf80fde3fb8"
+ integrity sha512-POXfWAMvfU6WMUXftV4HolnJfnPOGEu10fscNCA76KBpRRhcMN2c8d3iT2pxQS3HLbA+5X4sOUPzYO2NUyIlHQ==
dependencies:
- jest-get-type "^27.0.6"
- pretty-format "^27.2.0"
+ jest-get-type "^27.5.1"
+ pretty-format "^27.5.1"
jest-matcher-utils@^26.6.0, jest-matcher-utils@^26.6.2:
version "26.6.2"
@@ -14412,15 +15361,25 @@ jest-matcher-utils@^26.6.0, jest-matcher-utils@^26.6.2:
jest-get-type "^26.3.0"
pretty-format "^26.6.2"
-jest-matcher-utils@^27.2.0:
- version "27.2.0"
- resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-27.2.0.tgz#b4d224ab88655d5fab64b96b989ac349e2f5da43"
- integrity sha512-F+LG3iTwJ0gPjxBX6HCyrARFXq6jjiqhwBQeskkJQgSLeF1j6ui1RTV08SR7O51XTUhtc8zqpDj8iCG4RGmdKw==
+jest-matcher-utils@^27.5.1:
+ version "27.5.1"
+ resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-27.5.1.tgz#9c0cdbda8245bc22d2331729d1091308b40cf8ab"
+ integrity sha512-z2uTx/T6LBaCoNWNFWwChLBKYxTMcGBRjAt+2SbP929/Fflb9aa5LGma654Rz8z9HLxsrUaYzxE9T/EFIL/PAw==
+ dependencies:
+ chalk "^4.0.0"
+ jest-diff "^27.5.1"
+ jest-get-type "^27.5.1"
+ pretty-format "^27.5.1"
+
+jest-matcher-utils@^29.7.0:
+ version "29.7.0"
+ resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-29.7.0.tgz#ae8fec79ff249fd592ce80e3ee474e83a6c44f12"
+ integrity sha512-sBkD+Xi9DtcChsI3L3u0+N0opgPYnCRPtGcQYrgXmR+hmt/fYfWAL0xRXYU8eWOdfuLgBe0YCW3AFtnRLagq/g==
dependencies:
chalk "^4.0.0"
- jest-diff "^27.2.0"
- jest-get-type "^27.0.6"
- pretty-format "^27.2.0"
+ jest-diff "^29.7.0"
+ jest-get-type "^29.6.3"
+ pretty-format "^29.7.0"
jest-message-util@^26.6.0, jest-message-util@^26.6.2:
version "26.6.2"
@@ -14437,18 +15396,48 @@ jest-message-util@^26.6.0, jest-message-util@^26.6.2:
slash "^3.0.0"
stack-utils "^2.0.2"
-jest-message-util@^27.2.0:
- version "27.2.0"
- resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-27.2.0.tgz#2f65c71df55267208686b1d7514e18106c91ceaf"
- integrity sha512-y+sfT/94CiP8rKXgwCOzO1mUazIEdEhrLjuiu+RKmCP+8O/TJTSne9dqQRbFIHBtlR2+q7cddJlWGir8UATu5w==
+jest-message-util@^27.5.1:
+ version "27.5.1"
+ resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-27.5.1.tgz#bdda72806da10d9ed6425e12afff38cd1458b6cf"
+ integrity sha512-rMyFe1+jnyAAf+NHwTclDz0eAaLkVDdKVHHBFWsBWHnnh5YeJMNWWsv7AbFYXfK3oTqvL7VTWkhNLu1jX24D+g==
dependencies:
"@babel/code-frame" "^7.12.13"
- "@jest/types" "^27.1.1"
+ "@jest/types" "^27.5.1"
"@types/stack-utils" "^2.0.0"
chalk "^4.0.0"
- graceful-fs "^4.2.4"
+ graceful-fs "^4.2.9"
+ micromatch "^4.0.4"
+ pretty-format "^27.5.1"
+ slash "^3.0.0"
+ stack-utils "^2.0.3"
+
+jest-message-util@^28.1.3:
+ version "28.1.3"
+ resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-28.1.3.tgz#232def7f2e333f1eecc90649b5b94b0055e7c43d"
+ integrity sha512-PFdn9Iewbt575zKPf1286Ht9EPoJmYT7P0kY+RibeYZ2XtOr53pDLEFoTWXbd1h4JiGiWpTBC84fc8xMXQMb7g==
+ dependencies:
+ "@babel/code-frame" "^7.12.13"
+ "@jest/types" "^28.1.3"
+ "@types/stack-utils" "^2.0.0"
+ chalk "^4.0.0"
+ graceful-fs "^4.2.9"
+ micromatch "^4.0.4"
+ pretty-format "^28.1.3"
+ slash "^3.0.0"
+ stack-utils "^2.0.3"
+
+jest-message-util@^29.7.0:
+ version "29.7.0"
+ resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-29.7.0.tgz#8bc392e204e95dfe7564abbe72a404e28e51f7f3"
+ integrity sha512-GBEV4GRADeP+qtB2+6u61stea8mGcOT4mCtrYISZwfu9/ISHFJ/5zOMXYbpBE9RsS5+Gb63DW4FgmnKJ79Kf6w==
+ dependencies:
+ "@babel/code-frame" "^7.12.13"
+ "@jest/types" "^29.6.3"
+ "@types/stack-utils" "^2.0.0"
+ chalk "^4.0.0"
+ graceful-fs "^4.2.9"
micromatch "^4.0.4"
- pretty-format "^27.2.0"
+ pretty-format "^29.7.0"
slash "^3.0.0"
stack-utils "^2.0.3"
@@ -14460,28 +15449,33 @@ jest-mock@^26.6.2:
"@jest/types" "^26.6.2"
"@types/node" "*"
-jest-mock@^27.1.1:
- version "27.1.1"
- resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-27.1.1.tgz#c7a2e81301fdcf3dab114931d23d89ec9d0c3a82"
- integrity sha512-SClsFKuYBf+6SSi8jtAYOuPw8DDMsTElUWEae3zq7vDhH01ayVSIHUSIa8UgbDOUalCFp6gNsaikN0rbxN4dbw==
+jest-mock@^27.5.1:
+ version "27.5.1"
+ resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-27.5.1.tgz#19948336d49ef4d9c52021d34ac7b5f36ff967d6"
+ integrity sha512-K4jKbY1d4ENhbrG2zuPWaQBvDly+iZ2yAW+T1fATN78hc0sInwn7wZB8XtlNnvHug5RMwV897Xm4LqmPM4e2Og==
dependencies:
- "@jest/types" "^27.1.1"
+ "@jest/types" "^27.5.1"
"@types/node" "*"
jest-pnp-resolver@^1.2.2:
- version "1.2.2"
- resolved "https://registry.yarnpkg.com/jest-pnp-resolver/-/jest-pnp-resolver-1.2.2.tgz#b704ac0ae028a89108a4d040b3f919dfddc8e33c"
- integrity sha512-olV41bKSMm8BdnuMsewT4jqlZ8+3TCARAXjZGT9jcoSnrfUnRCqnMoF9XEeoWjbzObpqF9dRhHQj0Xb9QdF6/w==
+ version "1.2.3"
+ resolved "https://registry.yarnpkg.com/jest-pnp-resolver/-/jest-pnp-resolver-1.2.3.tgz#930b1546164d4ad5937d5540e711d4d38d4cad2e"
+ integrity sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==
jest-regex-util@^26.0.0:
version "26.0.0"
resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-26.0.0.tgz#d25e7184b36e39fd466c3bc41be0971e821fee28"
integrity sha512-Gv3ZIs/nA48/Zvjrl34bf+oD76JHiGDUxNOVgUjh3j890sblXryjY4rss71fPtD/njchl6PSE2hIhvyWa1eT0A==
-jest-regex-util@^27.0.6:
- version "27.0.6"
- resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-27.0.6.tgz#02e112082935ae949ce5d13b2675db3d8c87d9c5"
- integrity sha512-SUhPzBsGa1IKm8hx2F4NfTGGp+r7BXJ4CulsZ1k2kI+mGLG+lxGrs76veN2LF/aUdGosJBzKgXmNCw+BzFqBDQ==
+jest-regex-util@^27.5.1:
+ version "27.5.1"
+ resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-27.5.1.tgz#4da143f7e9fd1e542d4aa69617b38e4a78365b95"
+ integrity sha512-4bfKq2zie+x16okqDXjXn9ql2B0dScQu+vcwe4TvFVhkVyuWLqpZrZtXxLLWoXYgn0E87I6r6GRYHF7wFZBUvg==
+
+jest-regex-util@^28.0.0:
+ version "28.0.2"
+ resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-28.0.2.tgz#afdc377a3b25fb6e80825adcf76c854e5bf47ead"
+ integrity sha512-4s0IgyNIy0y9FK+cjoVYoxamT7Zeo7MhzqRGx7YDYmaQn1wucY9rotiGkBzzcMXTtjrCAP/f7f+E0F7+fxPNdw==
jest-resolve-dependencies@^26.6.3:
version "26.6.3"
@@ -14492,14 +15486,14 @@ jest-resolve-dependencies@^26.6.3:
jest-regex-util "^26.0.0"
jest-snapshot "^26.6.2"
-jest-resolve-dependencies@^27.2.0:
- version "27.2.0"
- resolved "https://registry.yarnpkg.com/jest-resolve-dependencies/-/jest-resolve-dependencies-27.2.0.tgz#b56a1aab95b0fd21e0a69a15fda985c05f902b8a"
- integrity sha512-EY5jc/Y0oxn+oVEEldTidmmdVoZaknKPyDORA012JUdqPyqPL+lNdRyI3pGti0RCydds6coaw6xt4JQY54dKsg==
+jest-resolve-dependencies@^27.5.1:
+ version "27.5.1"
+ resolved "https://registry.yarnpkg.com/jest-resolve-dependencies/-/jest-resolve-dependencies-27.5.1.tgz#d811ecc8305e731cc86dd79741ee98fed06f1da8"
+ integrity sha512-QQOOdY4PE39iawDn5rzbIePNigfe5B9Z91GDD1ae/xNDlu9kaat8QQ5EKnNmVWPV54hUdxCVwwj6YMgR2O7IOg==
dependencies:
- "@jest/types" "^27.1.1"
- jest-regex-util "^27.0.6"
- jest-snapshot "^27.2.0"
+ "@jest/types" "^27.5.1"
+ jest-regex-util "^27.5.1"
+ jest-snapshot "^27.5.1"
jest-resolve@26.6.0:
version "26.6.0"
@@ -14529,20 +15523,20 @@ jest-resolve@^26.6.2:
resolve "^1.18.1"
slash "^3.0.0"
-jest-resolve@^27.2.0:
- version "27.2.0"
- resolved "https://registry.yarnpkg.com/jest-resolve/-/jest-resolve-27.2.0.tgz#f5d053693ab3806ec2f778e6df8b0aa4cfaef95f"
- integrity sha512-v09p9Ib/VtpHM6Cz+i9lEAv1Z/M5NVxsyghRHRMEUOqwPQs3zwTdwp1xS3O/k5LocjKiGS0OTaJoBSpjbM2Jlw==
+jest-resolve@^27.4.2, jest-resolve@^27.5.1:
+ version "27.5.1"
+ resolved "https://registry.yarnpkg.com/jest-resolve/-/jest-resolve-27.5.1.tgz#a2f1c5a0796ec18fe9eb1536ac3814c23617b384"
+ integrity sha512-FFDy8/9E6CV83IMbDpcjOhumAQPDyETnU2KZ1O98DwTnz8AOBsW/Xv3GySr1mOZdItLR+zDZ7I/UdTFbgSOVCw==
dependencies:
- "@jest/types" "^27.1.1"
+ "@jest/types" "^27.5.1"
chalk "^4.0.0"
- escalade "^3.1.1"
- graceful-fs "^4.2.4"
- jest-haste-map "^27.2.0"
+ graceful-fs "^4.2.9"
+ jest-haste-map "^27.5.1"
jest-pnp-resolver "^1.2.2"
- jest-util "^27.2.0"
- jest-validate "^27.2.0"
+ jest-util "^27.5.1"
+ jest-validate "^27.5.1"
resolve "^1.20.0"
+ resolve.exports "^1.1.0"
slash "^3.0.0"
jest-runner@^26.6.0, jest-runner@^26.6.3:
@@ -14571,31 +15565,30 @@ jest-runner@^26.6.0, jest-runner@^26.6.3:
source-map-support "^0.5.6"
throat "^5.0.0"
-jest-runner@^27.2.0:
- version "27.2.0"
- resolved "https://registry.yarnpkg.com/jest-runner/-/jest-runner-27.2.0.tgz#281b255d88a473aebc0b5cb46e58a83a1251cab3"
- integrity sha512-Cl+BHpduIc0cIVTjwoyx0pQk4Br8gn+wkr35PmKCmzEdOUnQ2wN7QVXA8vXnMQXSlFkN/+KWnk20TAVBmhgrww==
- dependencies:
- "@jest/console" "^27.2.0"
- "@jest/environment" "^27.2.0"
- "@jest/test-result" "^27.2.0"
- "@jest/transform" "^27.2.0"
- "@jest/types" "^27.1.1"
+jest-runner@^27.5.1:
+ version "27.5.1"
+ resolved "https://registry.yarnpkg.com/jest-runner/-/jest-runner-27.5.1.tgz#071b27c1fa30d90540805c5645a0ec167c7b62e5"
+ integrity sha512-g4NPsM4mFCOwFKXO4p/H/kWGdJp9V8kURY2lX8Me2drgXqG7rrZAx5kv+5H7wtt/cdFIjhqYx1HrlqWHaOvDaQ==
+ dependencies:
+ "@jest/console" "^27.5.1"
+ "@jest/environment" "^27.5.1"
+ "@jest/test-result" "^27.5.1"
+ "@jest/transform" "^27.5.1"
+ "@jest/types" "^27.5.1"
"@types/node" "*"
chalk "^4.0.0"
emittery "^0.8.1"
- exit "^0.1.2"
- graceful-fs "^4.2.4"
- jest-docblock "^27.0.6"
- jest-environment-jsdom "^27.2.0"
- jest-environment-node "^27.2.0"
- jest-haste-map "^27.2.0"
- jest-leak-detector "^27.2.0"
- jest-message-util "^27.2.0"
- jest-resolve "^27.2.0"
- jest-runtime "^27.2.0"
- jest-util "^27.2.0"
- jest-worker "^27.2.0"
+ graceful-fs "^4.2.9"
+ jest-docblock "^27.5.1"
+ jest-environment-jsdom "^27.5.1"
+ jest-environment-node "^27.5.1"
+ jest-haste-map "^27.5.1"
+ jest-leak-detector "^27.5.1"
+ jest-message-util "^27.5.1"
+ jest-resolve "^27.5.1"
+ jest-runtime "^27.5.1"
+ jest-util "^27.5.1"
+ jest-worker "^27.5.1"
source-map-support "^0.5.6"
throat "^6.0.1"
@@ -14632,38 +15625,33 @@ jest-runtime@^26.6.0, jest-runtime@^26.6.3:
strip-bom "^4.0.0"
yargs "^15.4.1"
-jest-runtime@^27.2.0:
- version "27.2.0"
- resolved "https://registry.yarnpkg.com/jest-runtime/-/jest-runtime-27.2.0.tgz#998295ccd80008b3031eeb5cc60e801e8551024b"
- integrity sha512-6gRE9AVVX49hgBbWQ9PcNDeM4upMUXzTpBs0kmbrjyotyUyIJixLPsYjpeTFwAA07PVLDei1iAm2chmWycdGdQ==
- dependencies:
- "@jest/console" "^27.2.0"
- "@jest/environment" "^27.2.0"
- "@jest/fake-timers" "^27.2.0"
- "@jest/globals" "^27.2.0"
- "@jest/source-map" "^27.0.6"
- "@jest/test-result" "^27.2.0"
- "@jest/transform" "^27.2.0"
- "@jest/types" "^27.1.1"
- "@types/yargs" "^16.0.0"
+jest-runtime@^27.5.1:
+ version "27.5.1"
+ resolved "https://registry.yarnpkg.com/jest-runtime/-/jest-runtime-27.5.1.tgz#4896003d7a334f7e8e4a53ba93fb9bcd3db0a1af"
+ integrity sha512-o7gxw3Gf+H2IGt8fv0RiyE1+r83FJBRruoA+FXrlHw6xEyBsU8ugA6IPfTdVyA0w8HClpbK+DGJxH59UrNMx8A==
+ dependencies:
+ "@jest/environment" "^27.5.1"
+ "@jest/fake-timers" "^27.5.1"
+ "@jest/globals" "^27.5.1"
+ "@jest/source-map" "^27.5.1"
+ "@jest/test-result" "^27.5.1"
+ "@jest/transform" "^27.5.1"
+ "@jest/types" "^27.5.1"
chalk "^4.0.0"
cjs-module-lexer "^1.0.0"
collect-v8-coverage "^1.0.0"
execa "^5.0.0"
- exit "^0.1.2"
glob "^7.1.3"
- graceful-fs "^4.2.4"
- jest-haste-map "^27.2.0"
- jest-message-util "^27.2.0"
- jest-mock "^27.1.1"
- jest-regex-util "^27.0.6"
- jest-resolve "^27.2.0"
- jest-snapshot "^27.2.0"
- jest-util "^27.2.0"
- jest-validate "^27.2.0"
+ graceful-fs "^4.2.9"
+ jest-haste-map "^27.5.1"
+ jest-message-util "^27.5.1"
+ jest-mock "^27.5.1"
+ jest-regex-util "^27.5.1"
+ jest-resolve "^27.5.1"
+ jest-snapshot "^27.5.1"
+ jest-util "^27.5.1"
slash "^3.0.0"
strip-bom "^4.0.0"
- yargs "^16.0.3"
jest-serializer@^26.6.2:
version "26.6.2"
@@ -14673,13 +15661,13 @@ jest-serializer@^26.6.2:
"@types/node" "*"
graceful-fs "^4.2.4"
-jest-serializer@^27.0.6:
- version "27.0.6"
- resolved "https://registry.yarnpkg.com/jest-serializer/-/jest-serializer-27.0.6.tgz#93a6c74e0132b81a2d54623251c46c498bb5bec1"
- integrity sha512-PtGdVK9EGC7dsaziskfqaAPib6wTViY3G8E5wz9tLVPhHyiDNTZn/xjZ4khAw+09QkoOVpn7vF5nPSN6dtBexA==
+jest-serializer@^27.5.1:
+ version "27.5.1"
+ resolved "https://registry.yarnpkg.com/jest-serializer/-/jest-serializer-27.5.1.tgz#81438410a30ea66fd57ff730835123dea1fb1f64"
+ integrity sha512-jZCyo6iIxO1aqUxpuBlwTDMkzOAJS4a3eYz3YzgxxVQFwLeSA7Jfq5cbqCY+JLvTDrWirgusI/0KwxKMgrdf7w==
dependencies:
"@types/node" "*"
- graceful-fs "^4.2.4"
+ graceful-fs "^4.2.9"
jest-snapshot@^26.6.0, jest-snapshot@^26.6.2:
version "26.6.2"
@@ -14703,34 +15691,32 @@ jest-snapshot@^26.6.0, jest-snapshot@^26.6.2:
pretty-format "^26.6.2"
semver "^7.3.2"
-jest-snapshot@^27.2.0:
- version "27.2.0"
- resolved "https://registry.yarnpkg.com/jest-snapshot/-/jest-snapshot-27.2.0.tgz#7961e7107ac666a46fbb23e7bb48ce0b8c6a9285"
- integrity sha512-MukJvy3KEqemCT2FoT3Gum37CQqso/62PKTfIzWmZVTsLsuyxQmJd2PI5KPcBYFqLlA8LgZLHM8ZlazkVt8LsQ==
+jest-snapshot@^27.5.1:
+ version "27.5.1"
+ resolved "https://registry.yarnpkg.com/jest-snapshot/-/jest-snapshot-27.5.1.tgz#b668d50d23d38054a51b42c4039cab59ae6eb6a1"
+ integrity sha512-yYykXI5a0I31xX67mgeLw1DZ0bJB+gpq5IpSuCAoyDi0+BhgU/RIrL+RTzDmkNTchvDFWKP8lp+w/42Z3us5sA==
dependencies:
"@babel/core" "^7.7.2"
"@babel/generator" "^7.7.2"
- "@babel/parser" "^7.7.2"
"@babel/plugin-syntax-typescript" "^7.7.2"
"@babel/traverse" "^7.7.2"
"@babel/types" "^7.0.0"
- "@jest/transform" "^27.2.0"
- "@jest/types" "^27.1.1"
+ "@jest/transform" "^27.5.1"
+ "@jest/types" "^27.5.1"
"@types/babel__traverse" "^7.0.4"
"@types/prettier" "^2.1.5"
babel-preset-current-node-syntax "^1.0.0"
chalk "^4.0.0"
- expect "^27.2.0"
- graceful-fs "^4.2.4"
- jest-diff "^27.2.0"
- jest-get-type "^27.0.6"
- jest-haste-map "^27.2.0"
- jest-matcher-utils "^27.2.0"
- jest-message-util "^27.2.0"
- jest-resolve "^27.2.0"
- jest-util "^27.2.0"
+ expect "^27.5.1"
+ graceful-fs "^4.2.9"
+ jest-diff "^27.5.1"
+ jest-get-type "^27.5.1"
+ jest-haste-map "^27.5.1"
+ jest-matcher-utils "^27.5.1"
+ jest-message-util "^27.5.1"
+ jest-util "^27.5.1"
natural-compare "^1.4.0"
- pretty-format "^27.2.0"
+ pretty-format "^27.5.1"
semver "^7.3.2"
jest-util@^26.6.0, jest-util@^26.6.2:
@@ -14745,16 +15731,40 @@ jest-util@^26.6.0, jest-util@^26.6.2:
is-ci "^2.0.0"
micromatch "^4.0.2"
-jest-util@^27.2.0:
- version "27.2.0"
- resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-27.2.0.tgz#bfccb85cfafae752257319e825a5b8d4ada470dc"
- integrity sha512-T5ZJCNeFpqcLBpx+Hl9r9KoxBCUqeWlJ1Htli+vryigZVJ1vuLB9j35grEBASp4R13KFkV7jM52bBGnArpJN6A==
+jest-util@^27.5.1:
+ version "27.5.1"
+ resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-27.5.1.tgz#3ba9771e8e31a0b85da48fe0b0891fb86c01c2f9"
+ integrity sha512-Kv2o/8jNvX1MQ0KGtw480E/w4fBCDOnH6+6DmeKi6LZUIlKA5kwY0YNdlzaWTiVgxqAqik11QyxDOKk543aKXw==
dependencies:
- "@jest/types" "^27.1.1"
+ "@jest/types" "^27.5.1"
"@types/node" "*"
chalk "^4.0.0"
- graceful-fs "^4.2.4"
- is-ci "^3.0.0"
+ ci-info "^3.2.0"
+ graceful-fs "^4.2.9"
+ picomatch "^2.2.3"
+
+jest-util@^28.1.3:
+ version "28.1.3"
+ resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-28.1.3.tgz#f4f932aa0074f0679943220ff9cbba7e497028b0"
+ integrity sha512-XdqfpHwpcSRko/C35uLYFM2emRAltIIKZiJ9eAmhjsj0CqZMa0p1ib0R5fWIqGhn1a103DebTbpqIaP1qCQ6tQ==
+ dependencies:
+ "@jest/types" "^28.1.3"
+ "@types/node" "*"
+ chalk "^4.0.0"
+ ci-info "^3.2.0"
+ graceful-fs "^4.2.9"
+ picomatch "^2.2.3"
+
+jest-util@^29.7.0:
+ version "29.7.0"
+ resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.7.0.tgz#23c2b62bfb22be82b44de98055802ff3710fc0bc"
+ integrity sha512-z6EbKajIpqGKU56y5KBUgy1dt1ihhQJgWzUlZHArA/+X2ad7Cb5iF+AK1EWVL/Bo7Rz9uurpqw6SiBCefUbCGA==
+ dependencies:
+ "@jest/types" "^29.6.3"
+ "@types/node" "*"
+ chalk "^4.0.0"
+ ci-info "^3.2.0"
+ graceful-fs "^4.2.9"
picomatch "^2.2.3"
jest-validate@^26.6.2:
@@ -14769,17 +15779,17 @@ jest-validate@^26.6.2:
leven "^3.1.0"
pretty-format "^26.6.2"
-jest-validate@^27.2.0:
- version "27.2.0"
- resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-27.2.0.tgz#b7535f12d95dd3b4382831f4047384ca098642ab"
- integrity sha512-uIEZGkFKk3+4liA81Xu0maG5aGDyPLdp+4ed244c+Ql0k3aLWQYcMbaMLXOIFcb83LPHzYzqQ8hwNnIxTqfAGQ==
+jest-validate@^27.5.1:
+ version "27.5.1"
+ resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-27.5.1.tgz#9197d54dc0bdb52260b8db40b46ae668e04df067"
+ integrity sha512-thkNli0LYTmOI1tDB3FI1S1RTp/Bqyd9pTarJwL87OIBFuqEb5Apv5EaApEudYg4g86e3CT6kM0RowkhtEnCBQ==
dependencies:
- "@jest/types" "^27.1.1"
+ "@jest/types" "^27.5.1"
camelcase "^6.2.0"
chalk "^4.0.0"
- jest-get-type "^27.0.6"
+ jest-get-type "^27.5.1"
leven "^3.1.0"
- pretty-format "^27.2.0"
+ pretty-format "^27.5.1"
jest-watch-typeahead@0.6.1:
version "0.6.1"
@@ -14794,6 +15804,19 @@ jest-watch-typeahead@0.6.1:
string-length "^4.0.1"
strip-ansi "^6.0.0"
+jest-watch-typeahead@^1.0.0:
+ version "1.1.0"
+ resolved "https://registry.yarnpkg.com/jest-watch-typeahead/-/jest-watch-typeahead-1.1.0.tgz#b4a6826dfb9c9420da2f7bc900de59dad11266a9"
+ integrity sha512-Va5nLSJTN7YFtC2jd+7wsoe1pNe5K4ShLux/E5iHEwlB9AxaxmggY7to9KUqKojhaJw3aXqt5WAb4jGPOolpEw==
+ dependencies:
+ ansi-escapes "^4.3.1"
+ chalk "^4.0.0"
+ jest-regex-util "^28.0.0"
+ jest-watcher "^28.0.0"
+ slash "^4.0.0"
+ string-length "^5.0.1"
+ strip-ansi "^7.0.1"
+
jest-watcher@^26.3.0, jest-watcher@^26.6.2:
version "26.6.2"
resolved "https://registry.yarnpkg.com/jest-watcher/-/jest-watcher-26.6.2.tgz#a5b683b8f9d68dbcb1d7dae32172d2cca0592975"
@@ -14807,17 +15830,31 @@ jest-watcher@^26.3.0, jest-watcher@^26.6.2:
jest-util "^26.6.2"
string-length "^4.0.1"
-jest-watcher@^27.2.0:
- version "27.2.0"
- resolved "https://registry.yarnpkg.com/jest-watcher/-/jest-watcher-27.2.0.tgz#dc2eef4c13c6d41cebf3f1fc5f900a54b51c2ea0"
- integrity sha512-SjRWhnr+qO8aBsrcnYIyF+qRxNZk6MZH8TIDgvi+VlsyrvOyqg0d+Rm/v9KHiTtC9mGGeFi9BFqgavyWib6xLg==
+jest-watcher@^27.5.1:
+ version "27.5.1"
+ resolved "https://registry.yarnpkg.com/jest-watcher/-/jest-watcher-27.5.1.tgz#71bd85fb9bde3a2c2ec4dc353437971c43c642a2"
+ integrity sha512-z676SuD6Z8o8qbmEGhoEUFOM1+jfEiL3DXHK/xgEiG2EyNYfFG60jluWcupY6dATjfEsKQuibReS1djInQnoVw==
+ dependencies:
+ "@jest/test-result" "^27.5.1"
+ "@jest/types" "^27.5.1"
+ "@types/node" "*"
+ ansi-escapes "^4.2.1"
+ chalk "^4.0.0"
+ jest-util "^27.5.1"
+ string-length "^4.0.1"
+
+jest-watcher@^28.0.0:
+ version "28.1.3"
+ resolved "https://registry.yarnpkg.com/jest-watcher/-/jest-watcher-28.1.3.tgz#c6023a59ba2255e3b4c57179fc94164b3e73abd4"
+ integrity sha512-t4qcqj9hze+jviFPUN3YAtAEeFnr/azITXQEMARf5cMwKY2SMBRnCQTXLixTl20OR6mLh9KLMrgVJgJISym+1g==
dependencies:
- "@jest/test-result" "^27.2.0"
- "@jest/types" "^27.1.1"
+ "@jest/test-result" "^28.1.3"
+ "@jest/types" "^28.1.3"
"@types/node" "*"
ansi-escapes "^4.2.1"
chalk "^4.0.0"
- jest-util "^27.2.0"
+ emittery "^0.10.2"
+ jest-util "^28.1.3"
string-length "^4.0.1"
jest-worker@^24.9.0:
@@ -14837,7 +15874,7 @@ jest-worker@^26.2.1, jest-worker@^26.5.0, jest-worker@^26.6.2:
merge-stream "^2.0.0"
supports-color "^7.0.0"
-jest-worker@^27.0.2, jest-worker@^27.2.0, jest-worker@^27.4.5:
+jest-worker@^27.0.2, jest-worker@^27.4.5, jest-worker@^27.5.1:
version "27.5.1"
resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-27.5.1.tgz#8d146f0900e8973b106b6f73cc1e9a8cb86f8db0"
integrity sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==
@@ -14846,6 +15883,25 @@ jest-worker@^27.0.2, jest-worker@^27.2.0, jest-worker@^27.4.5:
merge-stream "^2.0.0"
supports-color "^8.0.0"
+jest-worker@^28.0.2:
+ version "28.1.3"
+ resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-28.1.3.tgz#7e3c4ce3fa23d1bb6accb169e7f396f98ed4bb98"
+ integrity sha512-CqRA220YV/6jCo8VWvAt1KKx6eek1VIHMPeLEbpcfSfkEeWyBNppynM/o6q+Wmw+sOhos2ml34wZbSX3G13//g==
+ dependencies:
+ "@types/node" "*"
+ merge-stream "^2.0.0"
+ supports-color "^8.0.0"
+
+jest-worker@^29.1.2:
+ version "29.7.0"
+ resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-29.7.0.tgz#acad073acbbaeb7262bd5389e1bcf43e10058d4a"
+ integrity sha512-eIz2msL/EzL9UFTFFx7jBTkeZfku0yUAyZZZmJ93H2TYEiroIx2PQjEXcwYtYl8zXCxb+PAmA2hLIt/6ZEkPHw==
+ dependencies:
+ "@types/node" "*"
+ jest-util "^29.7.0"
+ merge-stream "^2.0.0"
+ supports-color "^8.0.0"
+
jest@26.6.0:
version "26.6.0"
resolved "https://registry.yarnpkg.com/jest/-/jest-26.6.0.tgz#546b25a1d8c888569dbbe93cae131748086a4a25"
@@ -14855,38 +15911,52 @@ jest@26.6.0:
import-local "^3.0.2"
jest-cli "^26.6.0"
-joi@^17.6.0:
- version "17.6.0"
- resolved "https://registry.yarnpkg.com/joi/-/joi-17.6.0.tgz#0bb54f2f006c09a96e75ce687957bd04290054b2"
- integrity sha512-OX5dG6DTbcr/kbMFj0KGYxuew69HPcAE3K/sZpEV2nP6e/j/C0HV+HNiBPCASxdx5T7DMoa0s8UeHWMnb6n2zw==
+jest@^27.4.3:
+ version "27.5.1"
+ resolved "https://registry.yarnpkg.com/jest/-/jest-27.5.1.tgz#dadf33ba70a779be7a6fc33015843b51494f63fc"
+ integrity sha512-Yn0mADZB89zTtjkPJEXwrac3LHudkQMR+Paqa8uxJHCBr9agxztUifWCyiYrjhMPBoUVBjyny0I7XH6ozDr7QQ==
dependencies:
- "@hapi/hoek" "^9.0.0"
- "@hapi/topo" "^5.0.0"
- "@sideway/address" "^4.1.3"
- "@sideway/formula" "^3.0.0"
+ "@jest/core" "^27.5.1"
+ import-local "^3.0.2"
+ jest-cli "^27.5.1"
+
+jiti@^1.20.0, jiti@^1.21.0:
+ version "1.21.0"
+ resolved "https://registry.yarnpkg.com/jiti/-/jiti-1.21.0.tgz#7c97f8fe045724e136a397f7340475244156105d"
+ integrity sha512-gFqAIbuKyyso/3G2qhiO2OM6shY6EPP/R0+mkDbyspxKazh8BXDC5FiFsUjlczgdNz/vfra0da2y+aHrusLG/Q==
+
+joi@^17.6.0:
+ version "17.13.0"
+ resolved "https://registry.yarnpkg.com/joi/-/joi-17.13.0.tgz#b6f340b8029ee7af2397f821d17a4f03bf34b043"
+ integrity sha512-9qcrTyoBmFZRNHeVP4edKqIUEgFzq7MHvTNSDuHSqkpOPtiBkgNgcmTSqmiw1kw9tdKaiddvIDv/eCJDxmqWCA==
+ dependencies:
+ "@hapi/hoek" "^9.3.0"
+ "@hapi/topo" "^5.1.0"
+ "@sideway/address" "^4.1.5"
+ "@sideway/formula" "^3.0.1"
"@sideway/pinpoint" "^2.0.0"
js-beautify@^1.8.8:
- version "1.13.0"
- resolved "https://registry.yarnpkg.com/js-beautify/-/js-beautify-1.13.0.tgz#a056d5d3acfd4918549aae3ab039f9f3c51eebb2"
- integrity sha512-/Tbp1OVzZjbwzwJQFIlYLm9eWQ+3aYbBXLSaqb1mEJzhcQAfrqMMQYtjb6io+U6KpD0ID4F+Id3/xcjH3l/sqA==
+ version "1.15.1"
+ resolved "https://registry.yarnpkg.com/js-beautify/-/js-beautify-1.15.1.tgz#4695afb508c324e1084ee0b952a102023fc65b64"
+ integrity sha512-ESjNzSlt/sWE8sciZH8kBF8BPlwXPwhR6pWKAw8bw4Bwj+iZcnKW6ONWUutJ7eObuBZQpiIb8S7OYspWrKt7rA==
dependencies:
- config-chain "^1.1.12"
- editorconfig "^0.15.3"
- glob "^7.1.3"
- mkdirp "^1.0.4"
- nopt "^5.0.0"
+ config-chain "^1.1.13"
+ editorconfig "^1.0.4"
+ glob "^10.3.3"
+ js-cookie "^3.0.5"
+ nopt "^7.2.0"
+
+js-cookie@^3.0.5:
+ version "3.0.5"
+ resolved "https://registry.yarnpkg.com/js-cookie/-/js-cookie-3.0.5.tgz#0b7e2fd0c01552c58ba86e0841f94dc2557dcdbc"
+ integrity sha512-cEiJEAEoIbWfCZYKWhVwFuvPX1gETRYPw6LlaTKoxD3s2AkXzkCjnp6h0V77ozyqj0jakteJ4YqDJT830+lVGw==
js-sha3@0.8.0:
version "0.8.0"
resolved "https://registry.yarnpkg.com/js-sha3/-/js-sha3-0.8.0.tgz#b9b7a5da73afad7dedd0f8c463954cbde6818840"
integrity sha512-gF1cRrHhIzNfToc802P800N8PpXS+evLLXfsVpowqmAFR9uwbi89WvXg2QspOmXL8QL86J4T1EpFu+yUkwJY3Q==
-js-string-escape@^1.0.1:
- version "1.0.1"
- resolved "https://registry.yarnpkg.com/js-string-escape/-/js-string-escape-1.0.1.tgz#e2625badbc0d67c7533e9edc1068c587ae4137ef"
- integrity sha1-4mJbrbwNZ8dTPp7cEGjFh65BN+8=
-
"js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
@@ -14895,7 +15965,7 @@ js-string-escape@^1.0.1:
js-tokens@^3.0.2:
version "3.0.2"
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b"
- integrity sha1-mGbfOVECEw449/mWvOtlRDIJwls=
+ integrity sha512-RjTcuD4xjtthQkaWH7dFlH85L+QaVtSoOyGdZ3g6HFhS9dFNDfLyqgm2NFe2X6cQpeFmt0452FJjFG5UameExg==
js-yaml@4.1.0, js-yaml@^4.1.0:
version "4.1.0"
@@ -14912,14 +15982,14 @@ js-yaml@^3.13.1, js-yaml@^3.6.1:
argparse "^1.0.7"
esprima "^4.0.0"
-js2xmlparser@^4.0.1:
- version "4.0.1"
- resolved "https://registry.yarnpkg.com/js2xmlparser/-/js2xmlparser-4.0.1.tgz#670ef71bc5661f089cc90481b99a05a1227ae3bd"
- integrity sha512-KrPTolcw6RocpYjdC7pL7v62e55q7qOMHvLX1UCLc5AAS8qeJ6nukarEJAF2KL2PZxlbGueEbINqZR2bDe/gUw==
+js2xmlparser@^4.0.2:
+ version "4.0.2"
+ resolved "https://registry.yarnpkg.com/js2xmlparser/-/js2xmlparser-4.0.2.tgz#2a1fdf01e90585ef2ae872a01bc169c6a8d5e60a"
+ integrity sha512-6n4D8gLlLf1n5mNLQPRfViYzu9RATblzPEtm1SthMX1Pjao0r9YI9nw7ZIfRxQMERS87mcswrg+r/OYrPRX6jA==
dependencies:
- xmlcreate "^2.0.3"
+ xmlcreate "^2.0.4"
-jsbi@^4.1.0:
+jsbi@^4.3.0:
version "4.3.0"
resolved "https://registry.yarnpkg.com/jsbi/-/jsbi-4.3.0.tgz#b54ee074fb6fcbc00619559305c8f7e912b04741"
integrity sha512-SnZNcinB4RIcnEyZqFPdGPVgrg2AcnykiBy0sHVJQKHYeaLUvi3Exj+iaPpLnFVkDPZIV4U0yvgC9/R4uEAZ9g==
@@ -14927,7 +15997,7 @@ jsbi@^4.1.0:
jsbn@~0.1.0:
version "0.1.1"
resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513"
- integrity sha1-peZUwuWi3rXyAdls77yoDA7y9RM=
+ integrity sha512-UVU9dibq2JcFWxQPA6KCqj5O42VOmAY3zQUfEKxU0KpTGXwNoCjkX1e13eHNvw/xPynt6pU0rZ1htjWTNTSXsg==
jscodeshift@^0.11.0:
version "0.11.0"
@@ -14954,6 +16024,32 @@ jscodeshift@^0.11.0:
temp "^0.8.1"
write-file-atomic "^2.3.0"
+jscodeshift@^0.15.1:
+ version "0.15.2"
+ resolved "https://registry.yarnpkg.com/jscodeshift/-/jscodeshift-0.15.2.tgz#145563860360b4819a558c75c545f39683e5a0be"
+ integrity sha512-FquR7Okgmc4Sd0aEDwqho3rEiKR3BdvuG9jfdHjLJ6JQoWSMpavug3AoIfnfWhxFlf+5pzQh8qjqz0DWFrNQzA==
+ dependencies:
+ "@babel/core" "^7.23.0"
+ "@babel/parser" "^7.23.0"
+ "@babel/plugin-transform-class-properties" "^7.22.5"
+ "@babel/plugin-transform-modules-commonjs" "^7.23.0"
+ "@babel/plugin-transform-nullish-coalescing-operator" "^7.22.11"
+ "@babel/plugin-transform-optional-chaining" "^7.23.0"
+ "@babel/plugin-transform-private-methods" "^7.22.5"
+ "@babel/preset-flow" "^7.22.15"
+ "@babel/preset-typescript" "^7.23.0"
+ "@babel/register" "^7.22.15"
+ babel-core "^7.0.0-bridge.0"
+ chalk "^4.1.2"
+ flow-parser "0.*"
+ graceful-fs "^4.2.4"
+ micromatch "^4.0.4"
+ neo-async "^2.5.0"
+ node-dir "^0.1.17"
+ recast "^0.23.3"
+ temp "^0.8.4"
+ write-file-atomic "^2.3.0"
+
jsdoc-api@^5.0.4:
version "5.0.4"
resolved "https://registry.yarnpkg.com/jsdoc-api/-/jsdoc-api-5.0.4.tgz#6b60cddaa4e7ff9a2e139acfc19ecaa9c48f8575"
@@ -14995,24 +16091,25 @@ jsdoc-to-markdown@^5.0.3:
walk-back "^4.0.0"
jsdoc@^3.6.3:
- version "3.6.6"
- resolved "https://registry.yarnpkg.com/jsdoc/-/jsdoc-3.6.6.tgz#9fe162bbdb13ee7988bf74352b5147565bcfd8e1"
- integrity sha512-znR99e1BHeyEkSvgDDpX0sTiTu+8aQyDl9DawrkOGZTTW8hv0deIFXx87114zJ7gRaDZKVQD/4tr1ifmJp9xhQ==
+ version "3.6.11"
+ resolved "https://registry.yarnpkg.com/jsdoc/-/jsdoc-3.6.11.tgz#8bbb5747e6f579f141a5238cbad4e95e004458ce"
+ integrity sha512-8UCU0TYeIYD9KeLzEcAu2q8N/mx9O3phAGl32nmHlE0LpaJL71mMkP4d+QE5zWfNt50qheHtOZ0qoxVrsX5TUg==
dependencies:
"@babel/parser" "^7.9.4"
+ "@types/markdown-it" "^12.2.3"
bluebird "^3.7.2"
- catharsis "^0.8.11"
+ catharsis "^0.9.0"
escape-string-regexp "^2.0.0"
- js2xmlparser "^4.0.1"
+ js2xmlparser "^4.0.2"
klaw "^3.0.0"
- markdown-it "^10.0.0"
- markdown-it-anchor "^5.2.7"
- marked "^0.8.2"
+ markdown-it "^12.3.2"
+ markdown-it-anchor "^8.4.1"
+ marked "^4.0.10"
mkdirp "^1.0.4"
requizzle "^0.2.3"
strip-json-comments "^3.1.0"
taffydb "2.6.2"
- underscore "~1.10.2"
+ underscore "~1.13.2"
jsdom@^16.4.0, jsdom@^16.6.0:
version "16.7.0"
@@ -15055,19 +16152,24 @@ jsesc@^2.5.1:
jsesc@~0.5.0:
version "0.5.0"
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-0.5.0.tgz#e7dee66e35d6fc16f710fe91d5cf69f70f08911d"
- integrity sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0=
+ integrity sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==
json-buffer@3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/json-buffer/-/json-buffer-3.0.0.tgz#5b1f397afc75d677bde8bcfc0e47e1f9a3d9a898"
- integrity sha1-Wx85evx11ne96Lz8Dkfh+aPZqJg=
+ integrity sha512-CuUqjv0FUZIdXkHPI8MezCnFCdaTAacej1TZYulLoAg1h/PhwkdXFN4V/gzY4g+fMBCOV2xF+rp7t2XD2ns/NQ==
+
+json-buffer@3.0.1:
+ version "3.0.1"
+ resolved "https://registry.yarnpkg.com/json-buffer/-/json-buffer-3.0.1.tgz#9338802a30d3b6605fbe0613e094008ca8c05a13"
+ integrity sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==
json-parse-better-errors@^1.0.1, json-parse-better-errors@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz#bb867cfb3450e69107c131d1c514bab3dc8bcaa9"
integrity sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==
-json-parse-even-better-errors@^2.3.0:
+json-parse-even-better-errors@^2.3.0, json-parse-even-better-errors@^2.3.1:
version "2.3.1"
resolved "https://registry.yarnpkg.com/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz#7c47805a94319928e05777405dc12e1f7a4ee02d"
integrity sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==
@@ -15082,61 +16184,37 @@ json-schema-traverse@^1.0.0:
resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz#ae7bcb3656ab77a73ba5c49bf654f38e6b6860e2"
integrity sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==
-json-schema@0.2.3:
- version "0.2.3"
- resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.2.3.tgz#b480c892e59a2f05954ce727bd3f2a4e882f9e13"
- integrity sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=
-
-json-schema@0.4.0:
+json-schema@0.4.0, json-schema@^0.4.0:
version "0.4.0"
resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.4.0.tgz#f7de4cf6efab838ebaeb3236474cbba5a1930ab5"
integrity sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==
-json-schema@^0.3.0:
- version "0.3.0"
- resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.3.0.tgz#90a9c5054bd065422c00241851ce8d59475b701b"
- integrity sha512-TYfxx36xfl52Rf1LU9HyWSLGPdYLL+SQ8/E/0yVyKG8wCCDaSrhPap0vEdlsZWRaS6tnKKLPGiEJGiREVC8kxQ==
-
json-stable-stringify-without-jsonify@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz#9db7b59496ad3f3cfef30a75142d2d930ad72651"
- integrity sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=
+ integrity sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==
json-stringify-safe@~5.0.1:
version "5.0.1"
resolved "https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz#1296a2d58fd45f19a0f6ce01d65701e2c735b6eb"
- integrity sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=
-
-json3@^3.3.3:
- version "3.3.3"
- resolved "https://registry.yarnpkg.com/json3/-/json3-3.3.3.tgz#7fc10e375fc5ae42c4705a5cc0aa6f62be305b81"
- integrity sha512-c7/8mbUsKigAbLkD5B010BK4D9LZm7A1pNItkEwiUZRpIN66exu/e7YQWysGun+TRKaJp8MhemM+VkfWv42aCA==
+ integrity sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==
-json5@^1.0.1:
- version "1.0.1"
- resolved "https://registry.yarnpkg.com/json5/-/json5-1.0.1.tgz#779fb0018604fa854eacbf6252180d83543e3dbe"
- integrity sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==
+json5@^1.0.1, json5@^1.0.2:
+ version "1.0.2"
+ resolved "https://registry.yarnpkg.com/json5/-/json5-1.0.2.tgz#63d98d60f21b313b77c4d6da18bfa69d80e1d593"
+ integrity sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==
dependencies:
minimist "^1.2.0"
-json5@^2.1.2, json5@^2.1.3:
- version "2.2.0"
- resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.0.tgz#2dfefe720c6ba525d9ebd909950f0515316c89a3"
- integrity sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA==
- dependencies:
- minimist "^1.2.5"
-
-jsonfile@^2.1.0:
- version "2.4.0"
- resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-2.4.0.tgz#3736a2b428b87bbda0cc83b53fa3d633a35c2ae8"
- integrity sha1-NzaitCi4e72gzIO1P6PWM6NcKug=
- optionalDependencies:
- graceful-fs "^4.1.6"
+json5@^2.1.2, json5@^2.2.0, json5@^2.2.2, json5@^2.2.3:
+ version "2.2.3"
+ resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283"
+ integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==
jsonfile@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-4.0.0.tgz#8771aae0799b64076b76640fca058f9c10e33ecb"
- integrity sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=
+ integrity sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==
optionalDependencies:
graceful-fs "^4.1.6"
@@ -15152,21 +16230,30 @@ jsonfile@^6.0.1:
jsonparse@^1.2.0:
version "1.3.1"
resolved "https://registry.yarnpkg.com/jsonparse/-/jsonparse-1.3.1.tgz#3f4dae4a91fac315f71062f8521cc239f1366280"
- integrity sha1-P02uSpH6wxX3EGL4UhzCOfE2YoA=
+ integrity sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==
-jsonpointer@^4.1.0:
- version "4.1.0"
- resolved "https://registry.yarnpkg.com/jsonpointer/-/jsonpointer-4.1.0.tgz#501fb89986a2389765ba09e6053299ceb4f2c2cc"
- integrity sha512-CXcRvMyTlnR53xMcKnuMzfCA5i/nfblTnnr74CZb6C4vG39eu6w51t7nKmU5MfLfbTgGItliNyjO/ciNPDqClg==
+jsonpath@^1.1.1:
+ version "1.1.1"
+ resolved "https://registry.yarnpkg.com/jsonpath/-/jsonpath-1.1.1.tgz#0ca1ed8fb65bb3309248cc9d5466d12d5b0b9901"
+ integrity sha512-l6Cg7jRpixfbgoWgkrl77dgEj8RPvND0wMH6TwQmi9Qs4TFfS9u5cUFnbeKTwj5ga5Y3BTGGNI28k117LJ009w==
+ dependencies:
+ esprima "1.2.2"
+ static-eval "2.0.2"
+ underscore "1.12.1"
+
+jsonpointer@^5.0.0:
+ version "5.0.1"
+ resolved "https://registry.yarnpkg.com/jsonpointer/-/jsonpointer-5.0.1.tgz#2110e0af0900fd37467b5907ecd13a7884a1b559"
+ integrity sha512-p/nXbhSEcu3pZRdkW1OfJhpsVtW1gd4Wa1fnQc9YLiTfAjn0312eMKimbdIQzuZl9aa9xUGaRlP9T/CJE/ditQ==
jsprim@^1.2.2:
- version "1.4.1"
- resolved "https://registry.yarnpkg.com/jsprim/-/jsprim-1.4.1.tgz#313e66bc1e5cc06e438bc1b7499c2e5c56acb6a2"
- integrity sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=
+ version "1.4.2"
+ resolved "https://registry.yarnpkg.com/jsprim/-/jsprim-1.4.2.tgz#712c65533a15c878ba59e9ed5f0e26d5b77c5feb"
+ integrity sha512-P2bSOMAc/ciLz6DzgjVlGJP9+BrJWu5UDGK70C2iweC5QBIeFf0ZXRvGjEj2uYgrY2MkAAhsSWHDWlFtEroZWw==
dependencies:
assert-plus "1.0.0"
extsprintf "1.3.0"
- json-schema "0.2.3"
+ json-schema "0.4.0"
verror "1.10.0"
jsprim@^2.0.2:
@@ -15179,18 +16266,15 @@ jsprim@^2.0.2:
json-schema "0.4.0"
verror "1.10.0"
-"jsx-ast-utils@^2.4.1 || ^3.0.0", jsx-ast-utils@^3.1.0:
- version "3.1.0"
- resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-3.1.0.tgz#642f1d7b88aa6d7eb9d8f2210e166478444fa891"
- integrity sha512-d4/UOjg+mxAWxCiF0c5UTSwyqbchkbqCvK87aBovhnh8GtysTjWmgC63tY0cJx/HzGgm9qnA147jVBdpOiQ2RA==
+"jsx-ast-utils@^2.4.1 || ^3.0.0", jsx-ast-utils@^3.3.5:
+ version "3.3.5"
+ resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-3.3.5.tgz#4766bd05a8e2a11af222becd19e15575e52a853a"
+ integrity sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==
dependencies:
- array-includes "^3.1.1"
- object.assign "^4.1.1"
-
-junk@^3.1.0:
- version "3.1.0"
- resolved "https://registry.yarnpkg.com/junk/-/junk-3.1.0.tgz#31499098d902b7e98c5d9b9c80f43457a88abfa1"
- integrity sha512-pBxcB3LFc8QVgdggvZWyeys+hnrNWg4OcZIU/1X59k5jQdLBlCsYGRQaz234SqoRLTCgMH00fY0xRJH+F9METQ==
+ array-includes "^3.1.6"
+ array.prototype.flat "^1.3.1"
+ object.assign "^4.1.4"
+ object.values "^1.1.6"
keyv@^3.0.0:
version "3.1.0"
@@ -15199,6 +16283,13 @@ keyv@^3.0.0:
dependencies:
json-buffer "3.0.0"
+keyv@^4.5.3:
+ version "4.5.4"
+ resolved "https://registry.yarnpkg.com/keyv/-/keyv-4.5.4.tgz#a879a99e29452f942439f2a405e3af8b31d4de93"
+ integrity sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==
+ dependencies:
+ json-buffer "3.0.1"
+
killable@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/killable/-/killable-1.0.1.tgz#4c8ce441187a061c7474fb87ca08e2a638194892"
@@ -15207,34 +16298,22 @@ killable@^1.0.1:
kind-of@^3.0.2, kind-of@^3.0.3, kind-of@^3.2.0:
version "3.2.2"
resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-3.2.2.tgz#31ea21a734bab9bbb0f32466d893aea51e4a3c64"
- integrity sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=
+ integrity sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==
dependencies:
is-buffer "^1.1.5"
kind-of@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-4.0.0.tgz#20813df3d712928b207378691a45066fae72dd57"
- integrity sha1-IIE989cSkosgc3hpGkUGb65y3Vc=
+ integrity sha512-24XsCxmEbRwEDbz/qz3stgin8TTzZ1ESR56OMCN0ujYg+vRutNSiOj9bHH9u85DKgXguraugV5sFuvbD4FW/hw==
dependencies:
is-buffer "^1.1.5"
-kind-of@^5.0.0:
- version "5.1.0"
- resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-5.1.0.tgz#729c91e2d857b7a419a1f9aa65685c4c33f5845d"
- integrity sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==
-
kind-of@^6.0.0, kind-of@^6.0.2, kind-of@^6.0.3:
version "6.0.3"
resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.3.tgz#07c05034a6c349fa06e24fa35aa76db4580ce4dd"
integrity sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==
-klaw@^1.0.0:
- version "1.3.1"
- resolved "https://registry.yarnpkg.com/klaw/-/klaw-1.3.1.tgz#4088433b46b3b1ba259d78785d8e96f73ba02439"
- integrity sha1-QIhDO0azsbolnXh4XY6W9zugJDk=
- optionalDependencies:
- graceful-fs "^4.1.9"
-
klaw@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/klaw/-/klaw-3.0.0.tgz#b11bec9cf2492f06756d6e809ab73a2910259146"
@@ -15248,9 +16327,9 @@ kleur@^3.0.3:
integrity sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==
klona@^2.0.4, klona@^2.0.5:
- version "2.0.5"
- resolved "https://registry.yarnpkg.com/klona/-/klona-2.0.5.tgz#d166574d90076395d9963aa7a928fabb8d76afbc"
- integrity sha512-pJiBpiXMbt7dkzXe8Ghj/u4FfXOOa98fPW+bihOJ4SjnoijweJrNThJfd3ifXpXhREjpoF2mZVH1GfS9LV3kHQ==
+ version "2.0.6"
+ resolved "https://registry.yarnpkg.com/klona/-/klona-2.0.6.tgz#85bffbf819c03b2f53270412420a4555ef882e22"
+ integrity sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==
knuth-shuffle-seeded@^1.0.6:
version "1.0.6"
@@ -15259,17 +16338,17 @@ knuth-shuffle-seeded@^1.0.6:
dependencies:
seed-random "~2.2.0"
-language-subtag-registry@~0.3.2:
- version "0.3.21"
- resolved "https://registry.yarnpkg.com/language-subtag-registry/-/language-subtag-registry-0.3.21.tgz#04ac218bea46f04cb039084602c6da9e788dd45a"
- integrity sha512-L0IqwlIXjilBVVYKFT37X9Ih11Um5NEl9cbJIuU/SwP/zEEAbBPOnEeeuxVMf45ydWQRDQN3Nqc96OgbH1K+Pg==
+language-subtag-registry@^0.3.20:
+ version "0.3.22"
+ resolved "https://registry.yarnpkg.com/language-subtag-registry/-/language-subtag-registry-0.3.22.tgz#2e1500861b2e457eba7e7ae86877cbd08fa1fd1d"
+ integrity sha512-tN0MCzyWnoz/4nHS6uxdlFWoUZT7ABptwKPQ52Ea7URk6vll88bWBVhodtnlfEuCcKWNGoc+uGbw1cwa9IKh/w==
-language-tags@^1.0.5:
- version "1.0.5"
- resolved "https://registry.yarnpkg.com/language-tags/-/language-tags-1.0.5.tgz#d321dbc4da30ba8bf3024e040fa5c14661f9193a"
- integrity sha1-0yHbxNowuovzAk4ED6XBRmH5GTo=
+language-tags@^1.0.9:
+ version "1.0.9"
+ resolved "https://registry.yarnpkg.com/language-tags/-/language-tags-1.0.9.tgz#1ffdcd0ec0fafb4b1be7f8b11f306ad0f9c08777"
+ integrity sha512-MbjN408fEndfiQXbFQ1vnd+1NoLDsnQW41410oQBXiyXDMYH5z505juWa4KUE1LqxRC7DgOgZDbKLxHIwm27hA==
dependencies:
- language-subtag-registry "~0.3.2"
+ language-subtag-registry "^0.3.20"
last-call-webpack-plugin@^3.0.0:
version "3.0.0"
@@ -15286,33 +16365,39 @@ latest-version@^5.0.0, latest-version@^5.1.0:
dependencies:
package-json "^6.3.0"
+launch-editor@^2.6.0:
+ version "2.6.1"
+ resolved "https://registry.yarnpkg.com/launch-editor/-/launch-editor-2.6.1.tgz#f259c9ef95cbc9425620bbbd14b468fcdb4ffe3c"
+ integrity sha512-eB/uXmFVpY4zezmGp5XtU21kwo7GBbKB+EQ+UZeWtGb9yAM5xt/Evk+lYH3eRNAtId+ej4u7TYPFZ07w4s7rRw==
+ dependencies:
+ picocolors "^1.0.0"
+ shell-quote "^1.8.1"
+
lazy-ass@^1.6.0:
version "1.6.0"
resolved "https://registry.yarnpkg.com/lazy-ass/-/lazy-ass-1.6.0.tgz#7999655e8646c17f089fdd187d150d3324d54513"
- integrity sha1-eZllXoZGwX8In90YfRUNMyTVRRM=
+ integrity sha512-cc8oEVoctTvsFZ/Oje/kGnHbpWHYBe8IAJe4C0QNc3t8uM/0Y8+erSz/7Y1ALuXTEZTMvxXwO6YbX1ey3ujiZw==
-lazy-universal-dotenv@^3.0.1:
- version "3.0.1"
- resolved "https://registry.yarnpkg.com/lazy-universal-dotenv/-/lazy-universal-dotenv-3.0.1.tgz#a6c8938414bca426ab8c9463940da451a911db38"
- integrity sha512-prXSYk799h3GY3iOWnC6ZigYzMPjxN2svgjJ9shk7oMadSNX3wXy0B6F32PMJv7qtMnrIbUxoEHzbutvxR2LBQ==
+lazy-universal-dotenv@^4.0.0:
+ version "4.0.0"
+ resolved "https://registry.yarnpkg.com/lazy-universal-dotenv/-/lazy-universal-dotenv-4.0.0.tgz#0b220c264e89a042a37181a4928cdd298af73422"
+ integrity sha512-aXpZJRnTkpK6gQ/z4nk+ZBLd/Qdp118cvPruLSIQzQNRhKwEcdXCOzXuF55VDqIiuAaY3UGZ10DJtvZzDcvsxg==
dependencies:
- "@babel/runtime" "^7.5.0"
app-root-dir "^1.0.2"
- core-js "^3.0.4"
- dotenv "^8.0.0"
- dotenv-expand "^5.1.0"
+ dotenv "^16.0.0"
+ dotenv-expand "^10.0.0"
lazystream@^1.0.0:
- version "1.0.0"
- resolved "https://registry.yarnpkg.com/lazystream/-/lazystream-1.0.0.tgz#f6995fe0f820392f61396be89462407bb77168e4"
- integrity sha1-9plf4PggOS9hOWvolGJAe7dxaOQ=
+ version "1.0.1"
+ resolved "https://registry.yarnpkg.com/lazystream/-/lazystream-1.0.1.tgz#494c831062f1f9408251ec44db1cba29242a2638"
+ integrity sha512-b94GiNHQNy6JNTrt5w6zNyffMrNkXZb3KTkCZJb2V1xaEGCk093vkZ2jk3tpaeP33/OiXC+WvK9AxUebnf5nbw==
dependencies:
readable-stream "^2.0.5"
lead@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/lead/-/lead-1.0.0.tgz#6f14f99a37be3a9dd784f5495690e5903466ee42"
- integrity sha1-bxT5mje+Op3XhPVJVpDlkDRm7kI=
+ integrity sha512-IpSVCk9AYvLHo5ctcIXxOBpMWUe+4TKN3VPWAKUbJikkmsGp0VrSM8IttVc32D6J4WUsiPE6aEFRNmIoF/gdow==
dependencies:
flush-write-stream "^1.0.2"
@@ -15332,25 +16417,30 @@ levn@^0.4.1:
levn@~0.3.0:
version "0.3.0"
resolved "https://registry.yarnpkg.com/levn/-/levn-0.3.0.tgz#3b09924edf9f083c0490fdd4c0bc4421e04764ee"
- integrity sha1-OwmSTt+fCDwEkP3UwLxEIeBHZO4=
+ integrity sha512-0OO4y2iOHix2W6ujICbKIaEQXvFQHue65vUG3pb5EUomzPI90z9hsA1VsO/dbIIpC53J8gxM9Q4Oho0jrCM/yA==
dependencies:
prelude-ls "~1.1.2"
type-check "~0.3.2"
-lilconfig@^2.0.3:
- version "2.0.4"
- resolved "https://registry.yarnpkg.com/lilconfig/-/lilconfig-2.0.4.tgz#f4507d043d7058b380b6a8f5cb7bcd4b34cee082"
- integrity sha512-bfTIN7lEsiooCocSISTWXkiWJkRqtL9wYtYy+8EK3Y41qh3mpwPU0ycTOgjdY9ErwXCc8QyrQp82bdL0Xkm9yA==
+lilconfig@^2.0.3, lilconfig@^2.1.0:
+ version "2.1.0"
+ resolved "https://registry.yarnpkg.com/lilconfig/-/lilconfig-2.1.0.tgz#78e23ac89ebb7e1bfbf25b18043de756548e7f52"
+ integrity sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==
+
+lilconfig@^3.0.0:
+ version "3.1.1"
+ resolved "https://registry.yarnpkg.com/lilconfig/-/lilconfig-3.1.1.tgz#9d8a246fa753106cfc205fd2d77042faca56e5e3"
+ integrity sha512-O18pf7nyvHTckunPWCV1XUNXU1piu01y2b7ATJ0ppkUkk8ocqVWBrYjJBCwHDjD/ZWcfyrA0P4gKhzWGi5EINQ==
lines-and-columns@^1.1.6:
- version "1.1.6"
- resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00"
- integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=
+ version "1.2.4"
+ resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632"
+ integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==
-linkify-it@^2.0.0:
- version "2.2.0"
- resolved "https://registry.yarnpkg.com/linkify-it/-/linkify-it-2.2.0.tgz#e3b54697e78bf915c70a38acd78fd09e0058b1cf"
- integrity sha512-GnAl/knGn+i1U/wjBz3akz2stz+HrHLsxMwHQGofCDfPvlf+gDKN58UtfmUquTY4/MXeE2x7k19KQmeoZi94Iw==
+linkify-it@^3.0.1:
+ version "3.0.3"
+ resolved "https://registry.yarnpkg.com/linkify-it/-/linkify-it-3.0.3.tgz#a98baf44ce45a550efb4d49c769d07524cc2fa2e"
+ integrity sha512-ynTsyrFSdE5oZ/O9GEf00kPngmOfVwazR5GKDq6EYfhlpFug3J2zybX56a2PRRpc9P+FuSoGNAwjlbDs9jJBPQ==
dependencies:
uc.micro "^1.0.1"
@@ -15369,12 +16459,12 @@ listr2@^3.8.3:
wrap-ansi "^7.0.0"
live-server@^1.2.1:
- version "1.2.1"
- resolved "https://registry.yarnpkg.com/live-server/-/live-server-1.2.1.tgz#670630dd409d22fe9c513ab1c1894686c757153e"
- integrity sha512-Yn2XCVjErTkqnM3FfTmM7/kWy3zP7+cEtC7x6u+wUzlQ+1UW3zEYbbyJrc0jNDwiMDZI0m4a0i3dxlGHVyXczw==
+ version "1.2.2"
+ resolved "https://registry.yarnpkg.com/live-server/-/live-server-1.2.2.tgz#20b4fe5c2ca886faa61813310e28680804f48dad"
+ integrity sha512-t28HXLjITRGoMSrCOv4eZ88viHaBVIjKjdI5PO92Vxlu+twbk6aE0t7dVIaz6ZWkjPilYFV6OSdMYl9ybN2B4w==
dependencies:
chokidar "^2.0.4"
- colors latest
+ colors "1.4.0"
connect "^3.6.6"
cors latest
event-stream "3.3.4"
@@ -15387,25 +16477,15 @@ live-server@^1.2.1:
send latest
serve-index "^1.9.1"
-load-json-file@^2.0.0:
- version "2.0.0"
- resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-2.0.0.tgz#7947e42149af80d696cbf797bcaabcfe1fe29ca8"
- integrity sha1-eUfkIUmvgNaWy/eXvKq8/h/inKg=
- dependencies:
- graceful-fs "^4.1.2"
- parse-json "^2.2.0"
- pify "^2.0.0"
- strip-bom "^3.0.0"
-
loader-runner@^2.4.0:
version "2.4.0"
resolved "https://registry.yarnpkg.com/loader-runner/-/loader-runner-2.4.0.tgz#ed47066bfe534d7e84c4c7b9998c2a75607d9357"
integrity sha512-Jsmr89RcXGIwivFY21FcRrisYZfvLMTWx5kOLc+JTxtpBOG6xML0vzbc6SEQG2FO9/4Fc3wW4LVcB5DmGflaRw==
loader-runner@^4.2.0:
- version "4.2.0"
- resolved "https://registry.yarnpkg.com/loader-runner/-/loader-runner-4.2.0.tgz#d7022380d66d14c5fb1d496b89864ebcfd478384"
- integrity sha512-92+huvxMvYlMzMt0iIOukcwYBFpkYJdpl2xsZ7LrlayO7E8SOv+JJUEK17B/dJIHAOLMfh2dZZ/Y18WgmGtYNw==
+ version "4.3.0"
+ resolved "https://registry.yarnpkg.com/loader-runner/-/loader-runner-4.3.0.tgz#c1b4a163b99f614830353b16755e7149ac2314e1"
+ integrity sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==
loader-utils@1.2.3:
version "1.2.3"
@@ -15416,7 +16496,7 @@ loader-utils@1.2.3:
emojis-list "^2.0.0"
json5 "^1.0.1"
-loader-utils@2.0.0, loader-utils@^2.0.0:
+loader-utils@2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-2.0.0.tgz#e4cace5b816d425a166b5f097e10cd12b36064b0"
integrity sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ==
@@ -15426,26 +16506,27 @@ loader-utils@2.0.0, loader-utils@^2.0.0:
json5 "^2.1.2"
loader-utils@^1.1.0, loader-utils@^1.2.3, loader-utils@^1.4.0:
- version "1.4.0"
- resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-1.4.0.tgz#c579b5e34cb34b1a74edc6c1fb36bfa371d5a613"
- integrity sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA==
+ version "1.4.2"
+ resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-1.4.2.tgz#29a957f3a63973883eb684f10ffd3d151fec01a3"
+ integrity sha512-I5d00Pd/jwMD2QCduo657+YM/6L3KZu++pmX9VFncxaxvHcru9jx1lBaFft+r4Mt2jK0Yhp41XlRAihzPxHNCg==
dependencies:
big.js "^5.2.2"
emojis-list "^3.0.0"
json5 "^1.0.1"
-loader-utils@^3.2.0:
- version "3.2.0"
- resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-3.2.0.tgz#bcecc51a7898bee7473d4bc6b845b23af8304d4f"
- integrity sha512-HVl9ZqccQihZ7JM85dco1MvO9G+ONvxoGa9rkhzFsneGLKSUg1gJf9bWzhRhcvm2qChhWpebQhP44qxjKIUCaQ==
-
-locate-path@^2.0.0:
- version "2.0.0"
- resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-2.0.0.tgz#2b568b265eec944c6d9c0de9c3dbbbca0354cd8e"
- integrity sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=
+loader-utils@^2.0.0, loader-utils@^2.0.4:
+ version "2.0.4"
+ resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-2.0.4.tgz#8b5cb38b5c34a9a018ee1fc0e6a066d1dfcc528c"
+ integrity sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==
dependencies:
- p-locate "^2.0.0"
- path-exists "^3.0.0"
+ big.js "^5.2.2"
+ emojis-list "^3.0.0"
+ json5 "^2.1.2"
+
+loader-utils@^3.2.0:
+ version "3.2.1"
+ resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-3.2.1.tgz#4fb104b599daafd82ef3e1a41fb9265f87e1f576"
+ integrity sha512-ZvFw1KWS3GVyYBYb7qkmRM/WwL2TQQBxgCK62rlvm4WpVQ23Nb4tYjApUlfjrEGvOs7KHEsmyUn75OHZrJMWPw==
locate-path@^3.0.0:
version "3.0.0"
@@ -15472,99 +16553,74 @@ locate-path@^6.0.0:
lodash._reinterpolate@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz#0ccf2d89166af03b3663c796538b75ac6e114d9d"
- integrity sha1-DM8tiRZq8Ds2Y8eWU4t1rG4RTZ0=
-
-lodash.assignin@^4.0.9:
- version "4.2.0"
- resolved "https://registry.yarnpkg.com/lodash.assignin/-/lodash.assignin-4.2.0.tgz#ba8df5fb841eb0a3e8044232b0e263a8dc6a28a2"
- integrity sha1-uo31+4QesKPoBEIysOJjqNxqKKI=
-
-lodash.bind@^4.1.4:
- version "4.2.1"
- resolved "https://registry.yarnpkg.com/lodash.bind/-/lodash.bind-4.2.1.tgz#7ae3017e939622ac31b7d7d7dcb1b34db1690d35"
- integrity sha1-euMBfpOWIqwxt9fX3LGzTbFpDTU=
+ integrity sha512-xYHt68QRoYGjeeM/XOE1uJtvXQAgvszfBhjV4yvsQH0u2i9I6cI6c6/eG4Hh3UAOVn0y/xAXwmTzEay49Q//HA==
lodash.camelcase@^4.3.0:
version "4.3.0"
resolved "https://registry.yarnpkg.com/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz#b28aa6288a2b9fc651035c7711f65ab6190331a6"
- integrity sha1-soqmKIorn8ZRA1x3EfZathkDMaY=
+ integrity sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==
lodash.curry@^4.0.1:
version "4.1.1"
resolved "https://registry.yarnpkg.com/lodash.curry/-/lodash.curry-4.1.1.tgz#248e36072ede906501d75966200a86dab8b23170"
- integrity sha1-JI42By7ekGUB11lmIAqG2riyMXA=
+ integrity sha512-/u14pXGviLaweY5JI0IUzgzF2J6Ne8INyzAZjImcryjgkZ+ebruBxy2/JaOOkTqScddcYtakjhSaeemV8lR0tA==
lodash.debounce@^4.0.8:
version "4.0.8"
resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af"
- integrity sha1-gteb/zCmfEAF/9XiUVMArZyk168=
+ integrity sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==
-lodash.defaults@^4.0.1, lodash.defaults@^4.2.0:
+lodash.defaults@^4.2.0:
version "4.2.0"
resolved "https://registry.yarnpkg.com/lodash.defaults/-/lodash.defaults-4.2.0.tgz#d09178716ffea4dde9e5fb7b37f6f0802274580c"
- integrity sha1-0JF4cW/+pN3p5ft7N/bwgCJ0WAw=
+ integrity sha512-qjxPLHd3r5DnsdGacqOMU6pb/avJzdh9tFX2ymgoZE27BmjXrNy/y4LoaiTeAb+O3gL8AfpJGtqfX/ae2leYYQ==
lodash.difference@^4.5.0:
version "4.5.0"
resolved "https://registry.yarnpkg.com/lodash.difference/-/lodash.difference-4.5.0.tgz#9ccb4e505d486b91651345772885a2df27fd017c"
- integrity sha1-nMtOUF1Ia5FlE0V3KIWi3yf9AXw=
+ integrity sha512-dS2j+W26TQ7taQBGN8Lbbq04ssV3emRw4NY58WErlTO29pIqS0HmoT5aJ9+TUQ1N3G+JOZSji4eugsWwGp9yPA==
lodash.escape@^4.0.1:
version "4.0.1"
resolved "https://registry.yarnpkg.com/lodash.escape/-/lodash.escape-4.0.1.tgz#c9044690c21e04294beaa517712fded1fa88de98"
- integrity sha1-yQRGkMIeBClL6qUXcS/e0fqI3pg=
+ integrity sha512-nXEOnb/jK9g0DYMr1/Xvq6l5xMD7GDG55+GSYIYmS0G4tBk/hURD4JR9WCavs04t33WmJx9kCyp9vJ+mr4BOUw==
-lodash.filter@^4.4.0:
- version "4.6.0"
- resolved "https://registry.yarnpkg.com/lodash.filter/-/lodash.filter-4.6.0.tgz#668b1d4981603ae1cc5a6fa760143e480b4c4ace"
- integrity sha1-ZosdSYFgOuHMWm+nYBQ+SAtMSs4=
-
-lodash.flatten@^4.2.0, lodash.flatten@^4.4.0:
+lodash.flatten@^4.4.0:
version "4.4.0"
resolved "https://registry.yarnpkg.com/lodash.flatten/-/lodash.flatten-4.4.0.tgz#f31c22225a9632d2bbf8e4addbef240aa765a61f"
- integrity sha1-8xwiIlqWMtK7+OSt2+8kCqdlph8=
+ integrity sha512-C5N2Z3DgnnKr0LOpv/hKCgKdb7ZZwafIrsesve6lmzvZIRZRGaZ/l6Q8+2W7NaT+ZwO3fFlSCzCzrDCFdJfZ4g==
lodash.flattendeep@^4.4.0:
version "4.4.0"
resolved "https://registry.yarnpkg.com/lodash.flattendeep/-/lodash.flattendeep-4.4.0.tgz#fb030917f86a3134e5bc9bec0d69e0013ddfedb2"
- integrity sha1-+wMJF/hqMTTlvJvsDWngAT3f7bI=
+ integrity sha512-uHaJFihxmJcEX3kT4I23ABqKKalJ/zDrDg0lsFtc1h+3uw49SIJ5beyhx5ExVRti3AvKoOJngIj7xz3oylPdWQ==
lodash.flow@^3.3.0:
version "3.5.0"
resolved "https://registry.yarnpkg.com/lodash.flow/-/lodash.flow-3.5.0.tgz#87bf40292b8cf83e4e8ce1a3ae4209e20071675a"
- integrity sha1-h79AKSuM+D5OjOGjrkIJ4gBxZ1o=
-
-lodash.foreach@^4.3.0:
- version "4.5.0"
- resolved "https://registry.yarnpkg.com/lodash.foreach/-/lodash.foreach-4.5.0.tgz#1a6a35eace401280c7f06dddec35165ab27e3e53"
- integrity sha1-Gmo16s5AEoDH8G3d7DUWWrJ+PlM=
+ integrity sha512-ff3BX/tSioo+XojX4MOsOMhJw0nZoUEF011LX8g8d3gvjVbxd89cCio4BCXronjxcTUIJUoqKEUA+n4CqvvRPw==
lodash.get@^4.4.2:
version "4.4.2"
resolved "https://registry.yarnpkg.com/lodash.get/-/lodash.get-4.4.2.tgz#2d177f652fa31e939b4438d5341499dfa3825e99"
- integrity sha1-LRd/ZS+jHpObRDjVNBSZ36OCXpk=
+ integrity sha512-z+Uw/vLuy6gQe8cfaFWD7p0wVv8fJl3mbzXh33RS+0oW2wvUqiRXiQ69gLWSLpgB5/6sU+r6BlQR0MBILadqTQ==
lodash.isequal@^4.5.0:
version "4.5.0"
resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0"
- integrity sha1-QVxEePK8wwEgwizhDtMib30+GOA=
+ integrity sha512-pDo3lu8Jhfjqls6GkMgpahsF9kCyayhgykjyLMNFTKWrpVdAQtYyB4muAMWozBB4ig/dtWAmsMxLEI8wuz+DYQ==
lodash.isplainobject@^4.0.6:
version "4.0.6"
resolved "https://registry.yarnpkg.com/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz#7c526a52d89b45c45cc690b88163be0497f550cb"
- integrity sha1-fFJqUtibRcRcxpC4gWO+BJf1UMs=
-
-lodash.map@^4.4.0:
- version "4.6.0"
- resolved "https://registry.yarnpkg.com/lodash.map/-/lodash.map-4.6.0.tgz#771ec7839e3473d9c4cde28b19394c3562f4f6d3"
- integrity sha1-dx7Hg540c9nEzeKLGTlMNWL09tM=
+ integrity sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==
lodash.memoize@^4.1.2:
version "4.1.2"
resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe"
- integrity sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4=
+ integrity sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==
-lodash.merge@^4.4.0, lodash.merge@^4.6.2:
+lodash.merge@^4.6.2:
version "4.6.2"
resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a"
integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==
@@ -15577,44 +16633,29 @@ lodash.mergewith@^4.6.2:
lodash.omit@^4.5.0:
version "4.5.0"
resolved "https://registry.yarnpkg.com/lodash.omit/-/lodash.omit-4.5.0.tgz#6eb19ae5a1ee1dd9df0b969e66ce0b7fa30b5e60"
- integrity sha1-brGa5aHuHdnfC5aeZs4Lf6MLXmA=
+ integrity sha512-XeqSp49hNGmlkj2EJlfrQFIzQ6lXdNro9sddtQzcJY8QaoC2GO0DT7xaIokHeyM+mIT0mPMlPvkYzg2xCuHdZg==
lodash.once@^4.1.1:
version "4.1.1"
resolved "https://registry.yarnpkg.com/lodash.once/-/lodash.once-4.1.1.tgz#0dd3971213c7c56df880977d504c88fb471a97ac"
- integrity sha1-DdOXEhPHxW34gJd9UEyI+0cal6w=
+ integrity sha512-Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg==
lodash.padend@^4.6.1:
version "4.6.1"
resolved "https://registry.yarnpkg.com/lodash.padend/-/lodash.padend-4.6.1.tgz#53ccba047d06e158d311f45da625f4e49e6f166e"
- integrity sha1-U8y6BH0G4VjTEfRdpiX05J5vFm4=
+ integrity sha512-sOQs2aqGpbl27tmCS1QNZA09Uqp01ZzWfDUoD+xzTii0E7dSQfRKcRetFwa+uXaxaqL+TKm7CgD2JdKP7aZBSw==
-lodash.pick@^4.2.1, lodash.pick@^4.4.0:
+lodash.pick@^4.4.0:
version "4.4.0"
resolved "https://registry.yarnpkg.com/lodash.pick/-/lodash.pick-4.4.0.tgz#52f05610fff9ded422611441ed1fc123a03001b3"
- integrity sha1-UvBWEP/53tQiYRRB7R/BI6AwAbM=
-
-lodash.reduce@^4.4.0:
- version "4.6.0"
- resolved "https://registry.yarnpkg.com/lodash.reduce/-/lodash.reduce-4.6.0.tgz#f1ab6b839299ad48f784abbf476596f03b914d3b"
- integrity sha1-8atrg5KZrUj3hKu/R2WW8DuRTTs=
-
-lodash.reject@^4.4.0:
- version "4.6.0"
- resolved "https://registry.yarnpkg.com/lodash.reject/-/lodash.reject-4.6.0.tgz#80d6492dc1470864bbf583533b651f42a9f52415"
- integrity sha1-gNZJLcFHCGS79YNTO2UfQqn1JBU=
-
-lodash.some@^4.4.0:
- version "4.6.0"
- resolved "https://registry.yarnpkg.com/lodash.some/-/lodash.some-4.6.0.tgz#1bb9f314ef6b8baded13b549169b2a945eb68e4d"
- integrity sha1-G7nzFO9ri63tE7VJFpsqlF62jk0=
+ integrity sha512-hXt6Ul/5yWjfklSGvLQl8vM//l3FtyHZeuelpzK6mm99pNvN9yTDruNZPEJZD1oWrqo+izBmB7oUfWgcCX7s4Q==
lodash.sortby@^4.7.0:
version "4.7.0"
resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438"
- integrity sha1-7dFMgk4sycHgsKG0K7UhBRakJDg=
+ integrity sha512-HDWXG8isMntAyRF5vZ7xKuEvOhT4AhlRt/3czTSjvGUxjYCBVRQY48ViDHyfYz9VIoBkW4TMGQNapx+l3RUwdA==
-lodash.template@^4.0.2, lodash.template@^4.5.0:
+lodash.template@^4.5.0:
version "4.5.0"
resolved "https://registry.yarnpkg.com/lodash.template/-/lodash.template-4.5.0.tgz#f976195cf3f347d0d5f52483569fe8031ccce8ab"
integrity sha512-84vYFxIkmidUiFxidA/KjjH9pAycqW+h980j7Fuz5qxRtO9pgB7MDFTdys1N7A5mcucRiDyEq4fusljItR1T/A==
@@ -15632,24 +16673,24 @@ lodash.templatesettings@^4.0.0:
lodash.truncate@^4.4.2:
version "4.4.2"
resolved "https://registry.yarnpkg.com/lodash.truncate/-/lodash.truncate-4.4.2.tgz#5a350da0b1113b837ecfffd5812cbe58d6eae193"
- integrity sha1-WjUNoLERO4N+z//VgSy+WNbq4ZM=
+ integrity sha512-jttmRe7bRse52OsWIMDLaXxWqRAmtIUccAQ3garviCqJjafXOfNMO0yMfNpdD6zbGaTU0P5Nz7e7gAT6cKmJRw==
lodash.union@^4.6.0:
version "4.6.0"
resolved "https://registry.yarnpkg.com/lodash.union/-/lodash.union-4.6.0.tgz#48bb5088409f16f1821666641c44dd1aaae3cd88"
- integrity sha1-SLtQiECfFvGCFmZkHETdGqrjzYg=
+ integrity sha512-c4pB2CdGrGdjMKYLA+XiRDO7Y0PRQbm/Gzg8qMj+QH+pFVAoTp5sBpO0odL3FjoPCGjK96p6qsP+yQoiLoOBcw==
lodash.uniq@4.5.0, lodash.uniq@^4.5.0:
version "4.5.0"
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
- integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=
+ integrity sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==
-"lodash@>=3.5 <5", lodash@^4.0.0, lodash@^4.17.11, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.21, lodash@^4.17.5, lodash@^4.7.0, lodash@~4.17.10:
+"lodash@>=3.5 <5", lodash@^4.0.0, lodash@^4.17.11, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.21, lodash@^4.17.5, lodash@^4.7.0:
version "4.17.21"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
-log-symbols@4.1.0:
+log-symbols@4.1.0, log-symbols@^4.0.0, log-symbols@^4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-4.1.0.tgz#3fbdbb95b4683ac9fc785111e792e558d4abd503"
integrity sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==
@@ -15657,13 +16698,6 @@ log-symbols@4.1.0:
chalk "^4.1.0"
is-unicode-supported "^0.1.0"
-log-symbols@^4.0.0:
- version "4.0.0"
- resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-4.0.0.tgz#69b3cc46d20f448eccdb75ea1fa733d9e821c920"
- integrity sha512-FN8JBzLx6CzeMrB0tg6pqlGU1wCrXW+ZXGH481kfsBqer0hToTIiHdjH4Mq8xJUbvATujKCvaREGWpGUionraA==
- dependencies:
- chalk "^4.0.0"
-
log-update@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/log-update/-/log-update-4.0.0.tgz#589ecd352471f2a1c0c570287543a64dfd20e0a1"
@@ -15675,9 +16709,9 @@ log-update@^4.0.0:
wrap-ansi "^6.2.0"
loglevel@^1.6.8:
- version "1.7.1"
- resolved "https://registry.yarnpkg.com/loglevel/-/loglevel-1.7.1.tgz#005fde2f5e6e47068f935ff28573e125ef72f197"
- integrity sha512-Hesni4s5UkWkwCGJMQGAh71PaLUmKFM60dHvq0zi/vDhhrzuk+4GgNbTXJ12YYQJn6ZKBDNIjYcuQGKudvqrIw==
+ version "1.9.1"
+ resolved "https://registry.yarnpkg.com/loglevel/-/loglevel-1.9.1.tgz#d63976ac9bcd03c7c873116d41c2a85bafff1be7"
+ integrity sha512-hP3I3kCrDIMuRwAwHltphhDM1r8i55H33GgqjXbrisuJhF4kRhW1dNuxsRklp4bXl8DSdLaNLuiL4A/LWRfxvg==
loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.2.0, loose-envify@^1.3.1, loose-envify@^1.4.0:
version "1.4.0"
@@ -15703,15 +16737,12 @@ lowercase-keys@^2.0.0:
resolved "https://registry.yarnpkg.com/lowercase-keys/-/lowercase-keys-2.0.0.tgz#2603e78b7b4b0006cbca2fbcc8a3202558ac9479"
integrity sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA==
-lowlight@^1.14.0:
- version "1.17.0"
- resolved "https://registry.yarnpkg.com/lowlight/-/lowlight-1.17.0.tgz#a1143b2fba8239df8cd5893f9fe97aaf8465af4a"
- integrity sha512-vmtBgYKD+QVNy7tIa7ulz5d//Il9R4MooOVh4nkOf9R9Cb/Dk5TXMSTieg/vDulkBkIWj59/BIlyFQxT9X1oAQ==
- dependencies:
- fault "^1.0.0"
- highlight.js "~10.4.0"
+lru-cache@^10.2.0:
+ version "10.2.2"
+ resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.2.2.tgz#48206bc114c1252940c41b25b41af5b545aca878"
+ integrity sha512-9hp3Vp2/hFQUiIwKo8XCeFVnrg8Pk3TYNPIR7tJADKi5YfcF7vEaK7avFHTlSy3kOKYaJQaalfEo6YuXdceBOQ==
-lru-cache@^4.0.1, lru-cache@^4.1.5:
+lru-cache@^4.0.1:
version "4.1.5"
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.1.5.tgz#8bbe50ea85bed59bc9e33dcab8235ee9bcf443cd"
integrity sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==
@@ -15733,27 +16764,29 @@ lru-cache@^6.0.0:
dependencies:
yallist "^4.0.0"
-"lru-cache@^9.1.1 || ^10.0.0":
- version "10.2.0"
- resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.2.0.tgz#0bd445ca57363465900f4d1f9bd8db343a4d95c3"
- integrity sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==
-
luxon@3.2.1:
version "3.2.1"
resolved "https://registry.yarnpkg.com/luxon/-/luxon-3.2.1.tgz#14f1af209188ad61212578ea7e3d518d18cee45f"
integrity sha512-QrwPArQCNLAKGO/C+ZIilgIuDnEnKx5QYODdDtbFaxzsbZcc/a7WFq7MhsVYgRlwawLtvOUESTlfJ+hc/USqPg==
-lz-string@^1.4.4:
- version "1.4.4"
- resolved "https://registry.yarnpkg.com/lz-string/-/lz-string-1.4.4.tgz#c0d8eaf36059f705796e1e344811cf4c498d3a26"
- integrity sha1-wNjq82BZ9wV5bh40SBHPTEmNOiY=
+lz-string@^1.5.0:
+ version "1.5.0"
+ resolved "https://registry.yarnpkg.com/lz-string/-/lz-string-1.5.0.tgz#c1ab50f77887b712621201ba9fd4e3a6ed099941"
+ integrity sha512-h5bgJWpxJNswbU7qCrV0tIKQCaS3blPDrqKWx+QxzuzL1zGUzij9XCWLrSLsJPu5t+eWA/ycetzYAO5IOMcWAQ==
magic-string@^0.25.0, magic-string@^0.25.7:
- version "0.25.7"
- resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.25.7.tgz#3f497d6fd34c669c6798dcb821f2ef31f5445051"
- integrity sha512-4CrMT5DOHTDk4HYDlzmwu4FVCcIYI8gauveasrdCu2IKIFOJ3f0v/8MDGJCDL9oD2ppz/Av1b0Nj345H9M+XIA==
+ version "0.25.9"
+ resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.25.9.tgz#de7f9faf91ef8a1c91d02c2e5314c8277dbcdd1c"
+ integrity sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ==
+ dependencies:
+ sourcemap-codec "^1.4.8"
+
+magic-string@^0.30.5:
+ version "0.30.10"
+ resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.30.10.tgz#123d9c41a0cb5640c892b041d4cfb3bd0aa4b39e"
+ integrity sha512-iIRwTIf0QKV3UAnYK4PU8uiEc4SRh5jX0mwpIwETPpHdhVM4f53RSwS/vXvN1JhGX+Cs7B8qIq3d6AH49O5fAQ==
dependencies:
- sourcemap-codec "^1.4.4"
+ "@jridgewell/sourcemap-codec" "^1.4.15"
make-dir@^1.0.0:
version "1.3.0"
@@ -15777,42 +16810,49 @@ make-dir@^3.0.0, make-dir@^3.0.2, make-dir@^3.1.0:
dependencies:
semver "^6.0.0"
-makeerror@1.0.x:
- version "1.0.11"
- resolved "https://registry.yarnpkg.com/makeerror/-/makeerror-1.0.11.tgz#e01a5c9109f2af79660e4e8b9587790184f5a96c"
- integrity sha1-4BpckQnyr3lmDk6LlYd5AYT1qWw=
+make-dir@^4.0.0:
+ version "4.0.0"
+ resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-4.0.0.tgz#c3c2307a771277cd9638305f915c29ae741b614e"
+ integrity sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==
+ dependencies:
+ semver "^7.5.3"
+
+makeerror@1.0.12:
+ version "1.0.12"
+ resolved "https://registry.yarnpkg.com/makeerror/-/makeerror-1.0.12.tgz#3e5dd2079a82e812e983cc6610c4a2cb0eaa801a"
+ integrity sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==
dependencies:
- tmpl "1.0.x"
+ tmpl "1.0.5"
map-cache@^0.2.2:
version "0.2.2"
resolved "https://registry.yarnpkg.com/map-cache/-/map-cache-0.2.2.tgz#c32abd0bd6525d9b051645bb4f26ac5dc98a0dbf"
- integrity sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8=
+ integrity sha512-8y/eV9QQZCiyn1SprXSrCmqJN0yNRATe+PO8ztwqrvrbdRLA3eYJF0yaR0YayLWkMbsQSKWS9N2gPcGEc4UsZg==
map-obj@^1.0.0:
version "1.0.1"
resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-1.0.1.tgz#d933ceb9205d82bdcf4886f6742bdc2b4dea146d"
- integrity sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0=
+ integrity sha512-7N/q3lyZ+LVCp7PzuxrJr4KMbBE2hW7BT7YNia330OFxIf4d3r5zVpicP2650l7CPN6RM9zOJRl3NGpqSiw3Eg==
map-obj@^4.0.0:
- version "4.1.0"
- resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-4.1.0.tgz#b91221b542734b9f14256c0132c897c5d7256fd5"
- integrity sha512-glc9y00wgtwcDmp7GaE/0b0OnxpNJsVf3ael/An6Fe2Q51LLwN1er6sdomLRzz5h0+yMpiYLhWYF5R7HeqVd4g==
+ version "4.3.0"
+ resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-4.3.0.tgz#9304f906e93faae70880da102a9f1df0ea8bb05a"
+ integrity sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==
map-or-similar@^1.5.0:
version "1.5.0"
resolved "https://registry.yarnpkg.com/map-or-similar/-/map-or-similar-1.5.0.tgz#6de2653174adfb5d9edc33c69d3e92a1b76faf08"
- integrity sha1-beJlMXSt+12e3DPGnT6Sobdvrwg=
+ integrity sha512-0aF7ZmVon1igznGI4VS30yugpduQW3y3GkcgGJOp7d8x8QrizhigUxjI/m2UojsXXto+jLAH3KSz+xOJTiORjg==
map-stream@~0.1.0:
version "0.1.0"
resolved "https://registry.yarnpkg.com/map-stream/-/map-stream-0.1.0.tgz#e56aa94c4c8055a16404a0674b78f215f7c8e194"
- integrity sha1-5WqpTEyAVaFkBKBnS3jyFffI4ZQ=
+ integrity sha512-CkYQrPYZfWnu/DAmVCpTSX/xHpKZ80eKh2lAkyA6AJTef6bW+6JpbQZN5rofum7da+SyN1bi5ctTm+lTfcCW3g==
map-visit@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/map-visit/-/map-visit-1.0.0.tgz#ecdca8f13144e660f1b5bd41f12f3479d98dfb8f"
- integrity sha1-7Nyo8TFE5mDxtb1B8S80edmN+48=
+ integrity sha512-4y7uGv8bd2WdM9vpQsiQNo41Ln1NvhvDRuVt0k2JZQ+ezN2uaQes7lZeZ+QQUHOLQAtDaBJ+7wCbi+ab/KFs+w==
dependencies:
object-visit "^1.0.0"
@@ -15821,62 +16861,54 @@ markdown-escapes@^1.0.0:
resolved "https://registry.yarnpkg.com/markdown-escapes/-/markdown-escapes-1.0.4.tgz#c95415ef451499d7602b91095f3c8e8975f78535"
integrity sha512-8z4efJYk43E0upd0NbVXwgSTQs6cT3T06etieCMEg7dRbzCbxUCK/GHlX8mhHRDcp+OLlHkPKsvqQTCvsRl2cg==
-markdown-it-anchor@^5.2.7:
- version "5.3.0"
- resolved "https://registry.yarnpkg.com/markdown-it-anchor/-/markdown-it-anchor-5.3.0.tgz#d549acd64856a8ecd1bea58365ef385effbac744"
- integrity sha512-/V1MnLL/rgJ3jkMWo84UR+K+jF1cxNG1a+KwqeXqTIJ+jtA8aWSHuigx8lTzauiIjBDbwF3NcWQMotd0Dm39jA==
+markdown-it-anchor@^8.4.1:
+ version "8.6.7"
+ resolved "https://registry.yarnpkg.com/markdown-it-anchor/-/markdown-it-anchor-8.6.7.tgz#ee6926daf3ad1ed5e4e3968b1740eef1c6399634"
+ integrity sha512-FlCHFwNnutLgVTflOYHPW2pPcl2AACqVzExlkGQNsi4CJgqOHN7YTgDd4LuhgN1BFO3TS0vLAruV1Td6dwWPJA==
-markdown-it@^10.0.0:
- version "10.0.0"
- resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-10.0.0.tgz#abfc64f141b1722d663402044e43927f1f50a8dc"
- integrity sha512-YWOP1j7UbDNz+TumYP1kpwnP0aEa711cJjrAQrzd0UXlbJfc5aAq0F/PZHjiioqDC1NKgvIMX+o+9Bk7yuM2dg==
+markdown-it@^12.3.2:
+ version "12.3.2"
+ resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-12.3.2.tgz#bf92ac92283fe983fe4de8ff8abfb5ad72cd0c90"
+ integrity sha512-TchMembfxfNVpHkbtriWltGWc+m3xszaRD0CZup7GFFhzIgQqxIfn3eGj1yZpfuflzPvfkt611B2Q/Bsk1YnGg==
dependencies:
- argparse "^1.0.7"
- entities "~2.0.0"
- linkify-it "^2.0.0"
+ argparse "^2.0.1"
+ entities "~2.1.0"
+ linkify-it "^3.0.1"
mdurl "^1.0.1"
uc.micro "^1.0.5"
-markdown-to-jsx@^6.11.4:
- version "6.11.4"
- resolved "https://registry.yarnpkg.com/markdown-to-jsx/-/markdown-to-jsx-6.11.4.tgz#b4528b1ab668aef7fe61c1535c27e837819392c5"
- integrity sha512-3lRCD5Sh+tfA52iGgfs/XZiw33f7fFX9Bn55aNnVNUd2GzLDkOWyKYYD8Yju2B1Vn+feiEdgJs8T6Tg0xNokPw==
- dependencies:
- prop-types "^15.6.2"
- unquote "^1.1.0"
-
-markdown-to-jsx@^7.1.3:
- version "7.1.3"
- resolved "https://registry.yarnpkg.com/markdown-to-jsx/-/markdown-to-jsx-7.1.3.tgz#f00bae66c0abe7dd2d274123f84cb6bd2a2c7c6a"
- integrity sha512-jtQ6VyT7rMT5tPV0g2EJakEnXLiPksnvlYtwQsVVZ611JsWGN8bQ1tVSDX4s6JllfEH6wmsYxNjTUAMrPmNA8w==
+markdown-to-jsx@7.3.2:
+ version "7.3.2"
+ resolved "https://registry.yarnpkg.com/markdown-to-jsx/-/markdown-to-jsx-7.3.2.tgz#f286b4d112dad3028acc1e77dfe1f653b347e131"
+ integrity sha512-B+28F5ucp83aQm+OxNrPkS8z0tMKaeHiy0lHJs3LqCyDQFtWuenaIrkaVTgAm1pf1AU85LXltva86hlaT17i8Q==
marked@^0.7.0:
version "0.7.0"
resolved "https://registry.yarnpkg.com/marked/-/marked-0.7.0.tgz#b64201f051d271b1edc10a04d1ae9b74bb8e5c0e"
integrity sha512-c+yYdCZJQrsRjTPhUx7VKkApw9bwDkNbHUKo1ovgcfDjb2kc8rLuRbIFyXL5WOEUwzSSKo3IXpph2K6DqB/KZg==
-marked@^0.8.2:
- version "0.8.2"
- resolved "https://registry.yarnpkg.com/marked/-/marked-0.8.2.tgz#4faad28d26ede351a7a1aaa5fec67915c869e355"
- integrity sha512-EGwzEeCcLniFX51DhTpmTom+dSA/MG/OBUDjnWtHbEnjAH180VzUeAw+oE4+Zv+CoYBWyRlYOTR0N8SO9R1PVw==
-
marked@^2.1.3:
version "2.1.3"
resolved "https://registry.yarnpkg.com/marked/-/marked-2.1.3.tgz#bd017cef6431724fd4b27e0657f5ceb14bff3753"
integrity sha512-/Q+7MGzaETqifOMWYEA7HVMaZb4XbcRfaOzcSsHZEith83KGlvaSG33u0SKu89Mj5h+T8V2hM+8O45Qc5XTgwA==
+marked@^4.0.10:
+ version "4.3.0"
+ resolved "https://registry.yarnpkg.com/marked/-/marked-4.3.0.tgz#796362821b019f734054582038b116481b456cf3"
+ integrity sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A==
+
match-all@^1.2.5:
version "1.2.6"
resolved "https://registry.yarnpkg.com/match-all/-/match-all-1.2.6.tgz#66d276ad6b49655551e63d3a6ee53e8be0566f8d"
integrity sha512-0EESkXiTkWzrQQntBu2uzKvLu6vVkUGz40nGPbSZuegcfE5UuSzNjLaIu76zJWuaT/2I3Z/8M06OlUOZLGwLlQ==
match-sorter@^6.0.2:
- version "6.3.0"
- resolved "https://registry.yarnpkg.com/match-sorter/-/match-sorter-6.3.0.tgz#454a1b31ed218cddbce6231a0ecb5fdc549fed01"
- integrity sha512-efYOf/wUpNb8FgNY+cOD2EIJI1S5I7YPKsw0LBp7wqPh5pmMS6i/wr3ZWwfwrAw1NvqTA2KUReVRWDX84lUcOQ==
+ version "6.3.4"
+ resolved "https://registry.yarnpkg.com/match-sorter/-/match-sorter-6.3.4.tgz#afa779d8e922c81971fbcb4781c7003ace781be7"
+ integrity sha512-jfZW7cWS5y/1xswZo8VBOdudUiSd9nifYRWphc9M5D/ee4w4AoXLgBEdRbgVaxbMuagBPeUC5y2Hi8DO6o9aDg==
dependencies:
- "@babel/runtime" "^7.12.5"
- remove-accents "0.4.2"
+ "@babel/runtime" "^7.23.8"
+ remove-accents "0.5.0"
md5.js@^1.3.4:
version "1.3.5"
@@ -15915,11 +16947,6 @@ mdast-util-to-hast@10.0.1:
unist-util-position "^3.0.0"
unist-util-visit "^2.0.0"
-mdast-util-to-string@^1.0.0:
- version "1.1.0"
- resolved "https://registry.yarnpkg.com/mdast-util-to-string/-/mdast-util-to-string-1.1.0.tgz#27055500103f51637bd07d01da01eb1967a43527"
- integrity sha512-jVU0Nr2B9X3MU4tSK7JP1CMkSvOj7X5l/GboG1tKRw52lLF1x2Ju92Ms9tNetCcbfX3hzlM73zYo2NKkWSfF/A==
-
mdast-util-to-string@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/mdast-util-to-string/-/mdast-util-to-string-2.0.0.tgz#b8cfe6a713e1091cb5b728fc48885a4767f8b97b"
@@ -15938,31 +16965,31 @@ mdn-data@2.0.4:
mdurl@^1.0.0, mdurl@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/mdurl/-/mdurl-1.0.1.tgz#fe85b2ec75a59037f2adfec100fd6c601761152e"
- integrity sha1-/oWy7HWlkDfyrf7BAP1sYBdhFS4=
+ integrity sha512-/sKlQJCBYVY9Ers9hqzKou4H6V5UWc/M59TH2dvkt+84itfnq7uFOMLpOiOS4ujvHP4etln18fmIxA5R5fll0g==
media-typer@0.3.0:
version "0.3.0"
resolved "https://registry.yarnpkg.com/media-typer/-/media-typer-0.3.0.tgz#8710d7af0aa626f8fffa1ce00168545263255748"
- integrity sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=
+ integrity sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==
-memfs@^3.1.2, memfs@^3.4.1:
- version "3.4.1"
- resolved "https://registry.yarnpkg.com/memfs/-/memfs-3.4.1.tgz#b78092f466a0dce054d63d39275b24c71d3f1305"
- integrity sha512-1c9VPVvW5P7I85c35zAdEr1TD5+F11IToIHIlrVIcflfnzPkJa0ZoYEoEdYDP8KgPFoSZ/opDrUsAoZWym3mtw==
+memfs@^3.1.2, memfs@^3.4.1, memfs@^3.4.12, memfs@^3.4.3:
+ version "3.6.0"
+ resolved "https://registry.yarnpkg.com/memfs/-/memfs-3.6.0.tgz#d7a2110f86f79dd950a8b6df6d57bc984aa185f6"
+ integrity sha512-EGowvkkgbMcIChjMTMkESFDbZeSh8xZ7kNSF0hAiAN4Jh6jgHCRS0Ga/+C8y6Au+oqpezRHCfPsmJ2+DwAgiwQ==
dependencies:
- fs-monkey "1.0.3"
+ fs-monkey "^1.0.4"
memoizerific@^1.11.3:
version "1.11.3"
resolved "https://registry.yarnpkg.com/memoizerific/-/memoizerific-1.11.3.tgz#7c87a4646444c32d75438570905f2dbd1b1a805a"
- integrity sha1-fIekZGREwy11Q4VwkF8tvRsagFo=
+ integrity sha512-/EuHYwAPdLtXwAwSZkh/Gutery6pD2KYd44oQLhAvQp/50mpyduZh8Q7PYHXTCJ+wuXxt7oij2LXyIJOOYFPog==
dependencies:
map-or-similar "^1.5.0"
memory-fs@^0.4.1:
version "0.4.1"
resolved "https://registry.yarnpkg.com/memory-fs/-/memory-fs-0.4.1.tgz#3a9a20b8462523e447cfbc7e8bb80ed667bfc552"
- integrity sha1-OpoguEYlI+RHz7x+i7gO1me/xVI=
+ integrity sha512-cda4JKCxReDXFXRqOHPQscuIYg1PvxbE2S2GP45rnwfEK+vZaXC8C1OFvdHIbgw0DLzowXGVoxLaAmlgRy14GQ==
dependencies:
errno "^0.1.3"
readable-stream "^2.0.1"
@@ -15976,9 +17003,9 @@ memory-fs@^0.5.0:
readable-stream "^2.0.1"
meow@^8.0.0:
- version "8.0.0"
- resolved "https://registry.yarnpkg.com/meow/-/meow-8.0.0.tgz#1aa10ee61046719e334ffdc038bb5069250ec99a"
- integrity sha512-nbsTRz2fwniJBFgUkcdISq8y/q9n9VbiHYbfwklFh5V4V2uAcxtKQkDc0yCLPM/kP0d+inZBewn3zJqewHE7kg==
+ version "8.1.2"
+ resolved "https://registry.yarnpkg.com/meow/-/meow-8.1.2.tgz#bcbe45bda0ee1729d350c03cffc8395a36c4e897"
+ integrity sha512-r85E3NdZ+mpYk1C6RjPFEMSE+s1iZMuHtsHAqY0DT3jZczl0diWUZ8g6oU7h0M9cD2EL+PzaYghhCLzR0ZNn5Q==
dependencies:
"@types/minimist" "^1.2.0"
camelcase-keys "^6.2.2"
@@ -15995,7 +17022,7 @@ meow@^8.0.0:
merge-descriptors@1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/merge-descriptors/-/merge-descriptors-1.0.1.tgz#b00aaa556dd8b44568150ec9d1b953f3f90cbb61"
- integrity sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E=
+ integrity sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w==
merge-stream@^2.0.0:
version "2.0.0"
@@ -16010,7 +17037,7 @@ merge2@^1.2.3, merge2@^1.3.0, merge2@^1.4.1:
methods@~1.1.2:
version "1.1.2"
resolved "https://registry.yarnpkg.com/methods/-/methods-1.1.2.tgz#5529a4d67654134edcc5266656835b0f851afcee"
- integrity sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=
+ integrity sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==
microevent.ts@~0.1.1:
version "0.1.1"
@@ -16036,13 +17063,13 @@ micromatch@^3.1.10, micromatch@^3.1.4:
snapdragon "^0.8.1"
to-regex "^3.0.2"
-micromatch@^4.0.2, micromatch@^4.0.4:
- version "4.0.4"
- resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.4.tgz#896d519dfe9db25fce94ceb7a500919bf881ebf9"
- integrity sha512-pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg==
+micromatch@^4.0.2, micromatch@^4.0.4, micromatch@^4.0.5:
+ version "4.0.5"
+ resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.5.tgz#bc8999a7cbbf77cdc89f132f6e467051b49090c6"
+ integrity sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==
dependencies:
- braces "^3.0.1"
- picomatch "^2.2.3"
+ braces "^3.0.2"
+ picomatch "^2.3.1"
microseconds@0.2.0:
version "0.2.0"
@@ -16057,10 +17084,10 @@ miller-rabin@^4.0.0:
bn.js "^4.0.0"
brorand "^1.0.1"
-mime-db@1.51.0, "mime-db@>= 1.43.0 < 2":
- version "1.51.0"
- resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.51.0.tgz#d9ff62451859b18342d960850dc3cfb77e63fb0c"
- integrity sha512-5y8A56jg7XVQx2mbv1lu49NR4dokRnhZYTtL+KGfaa27uq4pSTXkwQkFJl4pkRMyNFz/EtYDSkiiEHx3F7UN6g==
+mime-db@1.52.0, "mime-db@>= 1.43.0 < 2":
+ version "1.52.0"
+ resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.52.0.tgz#bbabcdc02859f4987301c856e3387ce5ec43bf70"
+ integrity sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==
mime-db@~1.33.0:
version "1.33.0"
@@ -16074,12 +17101,12 @@ mime-types@2.1.18:
dependencies:
mime-db "~1.33.0"
-mime-types@^2.1.12, mime-types@^2.1.27, mime-types@^2.1.31, mime-types@~2.1.17, mime-types@~2.1.19, mime-types@~2.1.24:
- version "2.1.34"
- resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.34.tgz#5a712f9ec1503511a945803640fafe09d3793c24"
- integrity sha512-6cP692WwGIs9XXdOO4++N+7qjqv0rqxxVvJ3VHPh/Sc9mVZcQP+ZGhkKiTvWMQRr2tbHkJP/Yn7Y0npb3ZBs4A==
+mime-types@^2.1.12, mime-types@^2.1.27, mime-types@^2.1.31, mime-types@~2.1.17, mime-types@~2.1.19, mime-types@~2.1.24, mime-types@~2.1.34:
+ version "2.1.35"
+ resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.35.tgz#381a871b62a734450660ae3deee44813f70d959a"
+ integrity sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==
dependencies:
- mime-db "1.51.0"
+ mime-db "1.52.0"
mime@1.6.0:
version "1.6.0"
@@ -16087,40 +17114,30 @@ mime@1.6.0:
integrity sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==
mime@^2.4.4:
- version "2.4.6"
- resolved "https://registry.yarnpkg.com/mime/-/mime-2.4.6.tgz#e5b407c90db442f2beb5b162373d07b69affa4d1"
- integrity sha512-RZKhC3EmpBchfTGBVb8fb+RL2cWyw/32lshnsETttkBAyAUXSGHxbEJWWRXc751DrIxG1q04b8QwMbAwkRPpUA==
+ version "2.6.0"
+ resolved "https://registry.yarnpkg.com/mime/-/mime-2.6.0.tgz#a2a682a95cd4d0cb1d6257e28f83da7e35800367"
+ integrity sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg==
mimic-fn@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b"
integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==
+mimic-fn@^4.0.0:
+ version "4.0.0"
+ resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-4.0.0.tgz#60a90550d5cb0b239cca65d893b1a53b29871ecc"
+ integrity sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==
+
mimic-response@^1.0.0, mimic-response@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/mimic-response/-/mimic-response-1.0.1.tgz#4923538878eef42063cb8a3e3b0798781487ab1b"
integrity sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ==
-min-document@^2.19.0:
- version "2.19.0"
- resolved "https://registry.yarnpkg.com/min-document/-/min-document-2.19.0.tgz#7bd282e3f5842ed295bb748cdd9f1ffa2c824685"
- integrity sha1-e9KC4/WELtKVu3SM3Z8f+iyCRoU=
- dependencies:
- dom-walk "^0.1.0"
-
-min-indent@^1.0.0:
+min-indent@^1.0.0, min-indent@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869"
integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
-mini-create-react-context@^0.4.0:
- version "0.4.1"
- resolved "https://registry.yarnpkg.com/mini-create-react-context/-/mini-create-react-context-0.4.1.tgz#072171561bfdc922da08a60c2197a497cc2d1d5e"
- integrity sha512-YWCYEmd5CQeHGSAKrYvXgmzzkrvssZcuuQDDeqkT+PziKGMgE+0MCCtcKbROzocGBG1meBLl2FotlRwf4gAzbQ==
- dependencies:
- "@babel/runtime" "^7.12.1"
- tiny-warning "^1.0.3"
-
mini-css-extract-plugin@0.11.3:
version "0.11.3"
resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-0.11.3.tgz#15b0910a7f32e62ffde4a7430cfefbd700724ea6"
@@ -16131,30 +17148,38 @@ mini-css-extract-plugin@0.11.3:
schema-utils "^1.0.0"
webpack-sources "^1.1.0"
-mini-css-extract-plugin@^2.5.3:
- version "2.5.3"
- resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-2.5.3.tgz#c5c79f9b22ce9b4f164e9492267358dbe35376d9"
- integrity sha512-YseMB8cs8U/KCaAGQoqYmfUuhhGW0a9p9XvWXrxVOkE3/IiISTLw4ALNt7JR5B2eYauFM+PQGSbXMDmVbR7Tfw==
+mini-css-extract-plugin@^2.4.5, mini-css-extract-plugin@^2.6.1:
+ version "2.9.0"
+ resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-2.9.0.tgz#c73a1327ccf466f69026ac22a8e8fd707b78a235"
+ integrity sha512-Zs1YsZVfemekSZG+44vBsYTLQORkPMwnlv+aehcxK/NLKC+EGhDB39/YePYYqx/sTk6NnYpuqikhSn7+JIevTA==
dependencies:
schema-utils "^4.0.0"
+ tapable "^2.2.1"
minimalistic-assert@^1.0.0, minimalistic-assert@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7"
integrity sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==
-minimalistic-crypto-utils@^1.0.0, minimalistic-crypto-utils@^1.0.1:
+minimalistic-crypto-utils@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a"
- integrity sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo=
+ integrity sha512-JIYlbt6g8i5jKfJ3xz7rF0LXmv2TkDxBLUkiBeZ7bAx4GnnNMr8xFpGnOxn6GhTEHx3SjRrZEoU+j04prX1ktg==
-minimatch@3.0.4, minimatch@~3.0.2:
+minimatch@3.0.4:
version "3.0.4"
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==
dependencies:
brace-expansion "^1.1.7"
+minimatch@3.1.2, minimatch@^3.0.2, minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
+ version "3.1.2"
+ resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
+ integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
+ dependencies:
+ brace-expansion "^1.1.7"
+
minimatch@5.0.1:
version "5.0.1"
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.0.1.tgz#fb9022f7528125187c92bd9e9b6366be1cf3415b"
@@ -16162,12 +17187,12 @@ minimatch@5.0.1:
dependencies:
brace-expansion "^2.0.1"
-minimatch@^3.0.2, minimatch@^3.0.4, minimatch@^3.1.2:
- version "3.1.2"
- resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
- integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
+minimatch@9.0.1:
+ version "9.0.1"
+ resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.1.tgz#8a555f541cf976c622daf078bb28f29fb927c253"
+ integrity sha512-0jWhJpD/MdhPXwPuiRkCbfYfSKp2qnn2eOc279qI7f+osl/l+prKSrvhg157zSYvx/1nmgn2NqdT6k2Z7zSH9w==
dependencies:
- brace-expansion "^1.1.7"
+ brace-expansion "^2.0.1"
minimatch@^5.0.1:
version "5.1.6"
@@ -16177,12 +17202,19 @@ minimatch@^5.0.1:
brace-expansion "^2.0.1"
minimatch@^9.0.1:
- version "9.0.3"
- resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
- integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
+ version "9.0.4"
+ resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.4.tgz#8e49c731d1749cbec05050ee5145147b32496a51"
+ integrity sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==
dependencies:
brace-expansion "^2.0.1"
+minimatch@~3.0.2:
+ version "3.0.8"
+ resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.8.tgz#5e6a59bd11e2ab0de1cfb843eb2d82e546c321c1"
+ integrity sha512-6FsRAQsxQ61mw+qP1ZzbL9Bc78x2p5OqNgNpnoAFLTrX8n5Kxph0CsnhmKKNXTWjXqU5L0pGPR7hYk+XWZr60Q==
+ dependencies:
+ brace-expansion "^1.1.7"
+
minimist-options@4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"
@@ -16192,12 +17224,7 @@ minimist-options@4.1.0:
is-plain-obj "^1.1.0"
kind-of "^6.0.3"
-minimist@^1.1.1, minimist@^1.2.0, minimist@^1.2.5:
- version "1.2.7"
- resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.7.tgz#daa1c4d91f507390437c6a8bc01078e7000c4d18"
- integrity sha512-bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g==
-
-minimist@^1.2.8:
+minimist@^1.1.1, minimist@^1.2.0, minimist@^1.2.5, minimist@^1.2.6, minimist@^1.2.8:
version "1.2.8"
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==
@@ -16223,7 +17250,7 @@ minipass-pipeline@^1.2.2:
dependencies:
minipass "^3.0.0"
-minipass@^2.6.0, minipass@^2.8.6, minipass@^2.9.0:
+minipass@^2.6.0, minipass@^2.9.0:
version "2.9.0"
resolved "https://registry.yarnpkg.com/minipass/-/minipass-2.9.0.tgz#e713762e7d3e32fed803115cf93e04bca9fcc9a6"
integrity sha512-wxfUjg9WebH+CUDX/CdbRlh5SmfZiy/hpkxaRI16Y9W56Pa75sWgd/rvFilSgrauD9NyFymP/+JFV3KwzIsJeg==
@@ -16232,18 +17259,23 @@ minipass@^2.6.0, minipass@^2.8.6, minipass@^2.9.0:
yallist "^3.0.0"
minipass@^3.0.0, minipass@^3.1.1:
- version "3.1.3"
- resolved "https://registry.yarnpkg.com/minipass/-/minipass-3.1.3.tgz#7d42ff1f39635482e15f9cdb53184deebd5815fd"
- integrity sha512-Mgd2GdMVzY+x3IJ+oHnVM+KG3lA5c8tnabyJKmHSaG2kAGpudxuOf8ToDkhumF7UzME7DecbQE9uOZhNm7PuJg==
+ version "3.3.6"
+ resolved "https://registry.yarnpkg.com/minipass/-/minipass-3.3.6.tgz#7bba384db3a1520d18c9c0e5251c3444e95dd94a"
+ integrity sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==
dependencies:
yallist "^4.0.0"
-"minipass@^5.0.0 || ^6.0.2 || ^7.0.0":
+minipass@^5.0.0:
+ version "5.0.0"
+ resolved "https://registry.yarnpkg.com/minipass/-/minipass-5.0.0.tgz#3e9788ffb90b694a5d0ec94479a45b5d8738133d"
+ integrity sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==
+
+"minipass@^5.0.0 || ^6.0.2 || ^7.0.0", minipass@^7.0.4:
version "7.0.4"
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.0.4.tgz#dbce03740f50a4786ba994c1fb908844d27b038c"
integrity sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==
-minizlib@^1.2.1:
+minizlib@^1.3.3:
version "1.3.3"
resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-1.3.3.tgz#2290de96818a34c29551c8a8d301216bd65a861d"
integrity sha512-6ZYMOEnmVsdCeTJVE0W9ZD+pVnE8h9Hma/iOwwRDsdQoePpoX56/8B6z3P9VNwppJuBKNRuFDRNRqRWexT9G9Q==
@@ -16282,17 +17314,22 @@ mixin-deep@^1.2.0:
for-in "^1.0.2"
is-extendable "^1.0.1"
+mkdirp-classic@^0.5.2:
+ version "0.5.3"
+ resolved "https://registry.yarnpkg.com/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz#fa10c9115cc6d8865be221ba47ee9bed78601113"
+ integrity sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==
+
mkdirp2@^1.0.4:
- version "1.0.4"
- resolved "https://registry.yarnpkg.com/mkdirp2/-/mkdirp2-1.0.4.tgz#56de1f8f5c93cf2199906362eba0f9f262ee4437"
- integrity sha512-Q2PKB4ZR4UPtjLl76JfzlgSCUZhSV1AXQgAZa1qt5RiaALFjP/CDrGvFBrOz7Ck6McPcwMAxTsJvWOUjOU8XMw==
+ version "1.0.5"
+ resolved "https://registry.yarnpkg.com/mkdirp2/-/mkdirp2-1.0.5.tgz#68bbe61defefafce4b48948608ec0bac942512c2"
+ integrity sha512-xOE9xbICroUDmG1ye2h4bZ8WBie9EGmACaco8K8cx6RlkJJrxGIqjGqztAI+NMhexXBcdGbSEzI6N3EJPevxZw==
-mkdirp@^0.5.0, mkdirp@^0.5.1, mkdirp@^0.5.3, mkdirp@^0.5.5, mkdirp@~0.5.1:
- version "0.5.5"
- resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.5.tgz#d91cefd62d1436ca0f41620e251288d420099def"
- integrity sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==
+mkdirp@^0.5.1, mkdirp@^0.5.3, mkdirp@^0.5.5, mkdirp@^0.5.6, mkdirp@~0.5.1:
+ version "0.5.6"
+ resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.6.tgz#7def03d2432dcae4ba1d611445c48396062255f6"
+ integrity sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==
dependencies:
- minimist "^1.2.5"
+ minimist "^1.2.6"
mkdirp@^1.0.3, mkdirp@^1.0.4:
version "1.0.4"
@@ -16304,10 +17341,10 @@ mkdirp@^2.1.5:
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-2.1.6.tgz#964fbcb12b2d8c5d6fbc62a963ac95a273e2cc19"
integrity sha512-+hEnITedc8LAtIP9u3HJDFIdcLV2vXP33sqLLIzkv1Db1zO/1OxbvYf0Y1OC/S/Qo5dxHXepofhmxL02PsKe+A==
-mocha@^10.2.0:
- version "10.3.0"
- resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.3.0.tgz#0e185c49e6dccf582035c05fa91084a4ff6e3fe9"
- integrity sha512-uF2XJs+7xSLsrmIvn37i/wnc91nw7XjOQB8ccyx5aEgdnohr7n+rEiZP23WkCYHjilR6+EboEnbq/ZQDz4LSbg==
+mocha@^10.4.0:
+ version "10.4.0"
+ resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.4.0.tgz#ed03db96ee9cfc6d20c56f8e2af07b961dbae261"
+ integrity sha512-eqhGB8JKapEYcC4ytX/xrzKforgEc3j1pGlAXVy3eRwrtAy5/nIfT1SvgGzfN0XZZxeLq0aQWkOUAmqIJiv+bA==
dependencies:
ansi-colors "4.1.1"
browser-stdout "1.3.1"
@@ -16331,14 +17368,14 @@ mocha@^10.2.0:
yargs-unparser "2.0.0"
moment@^2.24.0, moment@^2.29.1:
- version "2.29.1"
- resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.1.tgz#b2be769fa31940be9eeea6469c075e35006fa3d3"
- integrity sha512-kHmoybcPV8Sqy59DwNDY3Jefr64lK/by/da0ViFcuA4DH0vQg5Q6Ze5VimxkfQNSC+Mls/Kx53s7TjP1RhFEDQ==
+ version "2.30.1"
+ resolved "https://registry.yarnpkg.com/moment/-/moment-2.30.1.tgz#f8c91c07b7a786e30c59926df530b4eac96974ae"
+ integrity sha512-uEmtNhbDOrWPFS+hdjFCBfy9f2YoyzRpwcl+DqpC6taX21FzsTLQVbMV/W7PzNSX6x/bhC1zA3c2UQ5NzH6how==
moo@^0.5.0:
- version "0.5.1"
- resolved "https://registry.yarnpkg.com/moo/-/moo-0.5.1.tgz#7aae7f384b9b09f620b6abf6f74ebbcd1b65dbc4"
- integrity sha512-I1mnb5xn4fO80BH9BLcF0yLypy2UKl+Cb01Fu0hJRkJjlCRtxZMWkTdAtDd5ZqCOxtCkhmRwyI57vWT+1iZ67w==
+ version "0.5.2"
+ resolved "https://registry.yarnpkg.com/moo/-/moo-0.5.2.tgz#f9fe82473bc7c184b0d32e2215d3f6e67278733c"
+ integrity sha512-iSAJLHYKnX41mKcJKjqvnAN9sf0LMDTXDEvFv+ffuRR9a1MIuXLjMNL6EsnDHSkKLTWNqQQ5uo61P4EbU4NU+Q==
morgan@^1.9.1:
version "1.10.0"
@@ -16354,7 +17391,7 @@ morgan@^1.9.1:
move-concurrently@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/move-concurrently/-/move-concurrently-1.0.1.tgz#be2c005fda32e0b29af1f05d7c4b33214c701f92"
- integrity sha1-viwAX9oy4LKa8fBdfEszIUxwH5I=
+ integrity sha512-hdrFxZOycD/g6A6SoI2bB5NA/5NEqD0569+S47WZhPvm46sD50ZHdYaFmnua5lndde9rCHGjmfK7Z8BuCt/PcQ==
dependencies:
aproba "^1.1.1"
copy-concurrently "^1.0.0"
@@ -16363,27 +17400,22 @@ move-concurrently@^1.0.1:
rimraf "^2.5.4"
run-queue "^1.0.3"
-mrmime@^1.0.0:
- version "1.0.0"
- resolved "https://registry.yarnpkg.com/mrmime/-/mrmime-1.0.0.tgz#14d387f0585a5233d291baba339b063752a2398b"
- integrity sha512-a70zx7zFfVO7XpnQ2IX1Myh9yY4UYvfld/dikWRnsXxbyvMcfz+u6UfgNAtH+k2QqtJuzVpv6eLTx1G2+WKZbQ==
+mrmime@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/mrmime/-/mrmime-2.0.0.tgz#151082a6e06e59a9a39b46b3e14d5cfe92b3abb4"
+ integrity sha512-eu38+hdgojoyq63s+yTpN4XMBdt5l8HhMhc4VKLO9KM5caLIBvUm4thi7fFaxyTmCKeNnXZ5pAlBwCUnhA09uw==
ms@2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8"
- integrity sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=
-
-ms@2.1.1:
- version "2.1.1"
- resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.1.tgz#30a5864eb3ebb0a66f2ebe6d727af06a09d86e0a"
- integrity sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==
+ integrity sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==
-ms@2.1.2, ms@^2.1.1:
+ms@2.1.2:
version "2.1.2"
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
-ms@2.1.3:
+ms@2.1.3, ms@^2.1.1:
version "2.1.3"
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
@@ -16391,7 +17423,7 @@ ms@2.1.3:
multicast-dns-service-types@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/multicast-dns-service-types/-/multicast-dns-service-types-1.1.0.tgz#899f11d9686e5e05cb91b35d5f0e63b773cfc901"
- integrity sha1-iZ8R2WhuXgXLkbNdXw5jt3PPyQE=
+ integrity sha512-cnAsSVxIDsYt0v7HmC0hWZFwwXSh+E6PgCrREDuN/EsjgLwA5XRmlMHhSiDPrt6HxY1gTivEa/Zh7GtODoLevQ==
multicast-dns@^6.0.1:
version "6.2.3"
@@ -16401,6 +17433,14 @@ multicast-dns@^6.0.1:
dns-packet "^1.3.1"
thunky "^1.0.2"
+multicast-dns@^7.2.5:
+ version "7.2.5"
+ resolved "https://registry.yarnpkg.com/multicast-dns/-/multicast-dns-7.2.5.tgz#77eb46057f4d7adbd16d9290fa7299f6fa64cced"
+ integrity sha512-2eznPJP8z2BFLX50tf0LuODrpINqP1RVIm/CObbTcBRITQgmC/TjcREF1NeTBzIcR5XO/ukWo+YHOjBbFwIupg==
+ dependencies:
+ dns-packet "^5.2.2"
+ thunky "^1.0.2"
+
mute-stream@0.0.8:
version "0.0.8"
resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.8.tgz#1630c42b2251ff81e2a283de96a5497ea92e5e0d"
@@ -16416,21 +17456,21 @@ mz@^2.7.0:
thenify-all "^1.0.0"
nan@^2.12.1:
- version "2.14.2"
- resolved "https://registry.yarnpkg.com/nan/-/nan-2.14.2.tgz#f5376400695168f4cc694ac9393d0c9585eeea19"
- integrity sha512-M2ufzIiINKCuDfBSAUr1vWQ+vuVcA9kqx8JJUsbQi6yf1uGRyb7HfpdfUr5qLXf3B/t8dPvcjhKMmlfnP47EzQ==
+ version "2.19.0"
+ resolved "https://registry.yarnpkg.com/nan/-/nan-2.19.0.tgz#bb58122ad55a6c5bc973303908d5b16cfdd5a8c0"
+ integrity sha512-nO1xXxfh/RWNxfd/XPfbIfFk5vgLsAxUR9y5O0cHMJu/AW9U95JLXqthYHjEp+8gQ5p96K9jUp8nbVOxCdRbtw==
nano-time@1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/nano-time/-/nano-time-1.0.0.tgz#b0554f69ad89e22d0907f7a12b0993a5d96137ef"
- integrity sha1-sFVPaa2J4i0JB/ehKwmTpdlhN+8=
+ integrity sha512-flnngywOoQ0lLQOTRNexn2gGSNuM9bKj9RZAWSzhQ+UJYaAFG9bac4DW9VHjUAzrOaIcajHybCTHe/bkvozQqA==
dependencies:
big-integer "^1.6.16"
-nanoid@^3.3.1:
- version "3.3.1"
- resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.1.tgz#6347a18cac88af88f58af0b3594b723d5e99bb35"
- integrity sha512-n6Vs/3KGyxPQd6uO0eH4Bv0ojGSUvuLlIHtC3Y0kEO23YRge8H9x1GCzLn28YX0H66pMkxuaeESFq4tKISKwdw==
+nanoid@^3.3.7:
+ version "3.3.7"
+ resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.7.tgz#d0c301a691bc8d54efa0a2226ccf3fe2fd656bd8"
+ integrity sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==
nanomatch@^1.2.9:
version "1.2.13"
@@ -16456,41 +17496,40 @@ native-url@^0.2.6:
dependencies:
querystring "^0.2.0"
+natural-compare-lite@^1.4.0:
+ version "1.4.0"
+ resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
+ integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
+
natural-compare@^1.4.0:
version "1.4.0"
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
- integrity sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=
+ integrity sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==
nearley@^2.7.10:
- version "2.19.9"
- resolved "https://registry.yarnpkg.com/nearley/-/nearley-2.19.9.tgz#a6a06362025be043d3b06bca65355c75af45dc4e"
- integrity sha512-KpCXvcVWPmZrEs95tIkqWi+CgL48O8CJDVDgY/AQGWXR1O8KQPHt5iQrTLior0k0v3PGKIV2xPi879wR1sawwg==
+ version "2.20.1"
+ resolved "https://registry.yarnpkg.com/nearley/-/nearley-2.20.1.tgz#246cd33eff0d012faf197ff6774d7ac78acdd474"
+ integrity sha512-+Mc8UaAebFzgV+KpI5n7DasuuQCHA89dmwm7JXw3TV43ukfNQ9DnBH3Mdb2g/I4Fdxc26pwimBWvjIw0UAILSQ==
dependencies:
commander "^2.19.0"
moo "^0.5.0"
railroad-diagrams "^1.0.0"
randexp "0.4.6"
- semver "^5.4.1"
-negotiator@0.6.2:
- version "0.6.2"
- resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.2.tgz#feacf7ccf525a77ae9634436a64883ffeca346fb"
- integrity sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw==
+negotiator@0.6.3:
+ version "0.6.3"
+ resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.3.tgz#58e323a72fedc0d6f9cd4d31fe49f51479590ccd"
+ integrity sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==
-neo-async@^2.5.0, neo-async@^2.6.0, neo-async@^2.6.1, neo-async@^2.6.2:
+neo-async@^2.5.0, neo-async@^2.6.1, neo-async@^2.6.2:
version "2.6.2"
resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f"
integrity sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==
-nested-error-stacks@^2.0.0, nested-error-stacks@^2.1.0:
- version "2.1.0"
- resolved "https://registry.yarnpkg.com/nested-error-stacks/-/nested-error-stacks-2.1.0.tgz#0fbdcf3e13fe4994781280524f8b96b0cdff9c61"
- integrity sha512-AO81vsIO1k1sM4Zrd6Hu7regmJN1NSiAja10gc4bX3F0wd+9rQmcuHQaHVQCYIEC8iFXnE+mavh23GOt7wBgug==
-
-next-tick@~1.0.0:
- version "1.0.0"
- resolved "https://registry.yarnpkg.com/next-tick/-/next-tick-1.0.0.tgz#ca86d1fe8828169b0120208e3dc8424b9db8342c"
- integrity sha1-yobR/ogoFpsBICCOPchCS524NCw=
+next-tick@^1.1.0:
+ version "1.1.0"
+ resolved "https://registry.yarnpkg.com/next-tick/-/next-tick-1.1.0.tgz#1836ee30ad56d67ef281b22bd199f709449b35eb"
+ integrity sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ==
nice-try@^1.0.4:
version "1.0.5"
@@ -16505,10 +17544,15 @@ no-case@^3.0.4:
lower-case "^2.0.2"
tslib "^2.0.3"
+node-abort-controller@^3.0.1:
+ version "3.1.1"
+ resolved "https://registry.yarnpkg.com/node-abort-controller/-/node-abort-controller-3.1.1.tgz#a94377e964a9a37ac3976d848cb5c765833b8548"
+ integrity sha512-AGK2yQKIjRuqnc6VkX2Xj5d+QW8xZ87pa1UK6yA6ouUyuxfHuMP6umE5QK7UmTeOAymo+Zx1Fxiuw9rVx8taHQ==
+
node-dir@^0.1.10, node-dir@^0.1.17:
version "0.1.17"
resolved "https://registry.yarnpkg.com/node-dir/-/node-dir-0.1.17.tgz#5f5665d93351335caabef8f1c554516cf5f1e4e5"
- integrity sha1-X1Zl2TNRM1yqvvjxxVRRbPXx5OU=
+ integrity sha512-tmPX422rYgofd4epzrNoOXiE8XFZYOcCq1vD7MAXCDO+O+zndlA2ztdKKMa+EeuBG5tHETpr4ml4RGgpqDCCAg==
dependencies:
minimatch "^3.0.2"
@@ -16519,20 +17563,27 @@ node-emoji@^1.10.0:
dependencies:
lodash "^4.17.21"
-node-fetch@2.6.1, node-fetch@^2.6.1:
- version "2.6.1"
- resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
- integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
+node-fetch-native@^1.6.3:
+ version "1.6.4"
+ resolved "https://registry.yarnpkg.com/node-fetch-native/-/node-fetch-native-1.6.4.tgz#679fc8fd8111266d47d7e72c379f1bed9acff06e"
+ integrity sha512-IhOigYzAKHd244OC0JIMIUrjzctirCmPkaIfhDeGcEETWof5zKYUW7e7MYvChGWh/4CJeXEgsRyGzuF334rOOQ==
+
+node-fetch@^2.0.0, node-fetch@^2.6.12:
+ version "2.7.0"
+ resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.7.0.tgz#d0f0fa6e3e2dc1d27efcd8ad99d550bda94d187d"
+ integrity sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==
+ dependencies:
+ whatwg-url "^5.0.0"
node-forge@^0.10.0:
version "0.10.0"
resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-0.10.0.tgz#32dea2afb3e9926f02ee5ce8794902691a676bf3"
integrity sha512-PPmu8eEeG9saEUvI97fm4OYxXVB6bFvyNTyiUOBichBpFG8A1Ljw3bY62+5oOjDEMHRnd0Y7HQ+x7uzxOzC6JA==
-node-forge@^1.2.0:
- version "1.2.1"
- resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-1.2.1.tgz#82794919071ef2eb5c509293325cec8afd0fd53c"
- integrity sha512-Fcvtbb+zBcZXbTTVwqGA5W+MKBj56UjVRevvchv5XrcyXbmNdesfZL37nlcWOfpgHhgmxApw3tQbTr4CqNmX4w==
+node-forge@^1:
+ version "1.3.1"
+ resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-1.3.1.tgz#be8da2af243b2417d5f646a770663a92b7e9ded3"
+ integrity sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==
node-gettext@^2.0.0:
version "2.1.0"
@@ -16557,7 +17608,7 @@ node-http-proxy-json@^0.1.9:
node-int64@^0.4.0:
version "0.4.0"
resolved "https://registry.yarnpkg.com/node-int64/-/node-int64-0.4.0.tgz#87a9065cdb355d3182d8f94ce11188b825c68a3b"
- integrity sha1-h6kGXNs1XTGC2PlM4RGIuCXGijs=
+ integrity sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==
node-libs-browser@^2.2.1:
version "2.2.1"
@@ -16588,15 +17639,10 @@ node-libs-browser@^2.2.1:
util "^0.11.0"
vm-browserify "^1.0.1"
-node-modules-regexp@^1.0.0:
- version "1.0.0"
- resolved "https://registry.yarnpkg.com/node-modules-regexp/-/node-modules-regexp-1.0.0.tgz#8d9dbe28964a4ac5712e9131642107c71e90ec40"
- integrity sha1-jZ2+KJZKSsVxLpExZCEHxx6Q7EA=
-
node-notifier@^8.0.0:
- version "8.0.0"
- resolved "https://registry.yarnpkg.com/node-notifier/-/node-notifier-8.0.0.tgz#a7eee2d51da6d0f7ff5094bc7108c911240c1620"
- integrity sha512-46z7DUmcjoYdaWyXouuFNNfUo6eFa94t23c53c+lG/9Cvauk4a98rAUp9672X5dxGdQmLpPzTxzu8f/OeEPaFA==
+ version "8.0.2"
+ resolved "https://registry.yarnpkg.com/node-notifier/-/node-notifier-8.0.2.tgz#f3167a38ef0d2c8a866a83e318c1ba0efeb702c5"
+ integrity sha512-oJP/9NAdd9+x2Q+rfphB2RJCHjod70RcRLjosiPMMu5gjIfwVnOUGq2nbTjTUbmy0DJ/tFIVT30+Qe3nzl4TJg==
dependencies:
growly "^1.3.0"
is-wsl "^2.2.0"
@@ -16606,23 +17652,23 @@ node-notifier@^8.0.0:
which "^2.0.2"
node-releases@^1.1.52, node-releases@^1.1.61:
- version "1.1.75"
- resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.75.tgz#6dd8c876b9897a1b8e5a02de26afa79bb54ebbfe"
- integrity sha512-Qe5OUajvqrqDSy6wrWFmMwfJ0jVgwiw4T3KqmbTcZ62qW0gQkheXYhcFM1+lOVcGUoRxcEcfyvFMAnDgaF1VWw==
+ version "1.1.77"
+ resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.77.tgz#50b0cfede855dd374e7585bf228ff34e57c1c32e"
+ integrity sha512-rB1DUFUNAN4Gn9keO2K1efO35IDK7yKHCdCaIMvFO7yUYmmZYeDjnGKle26G4rwj+LKRQpjyUUvMkPglwGCYNQ==
-node-releases@^2.0.1:
- version "2.0.1"
- resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.1.tgz#3d1d395f204f1f2f29a54358b9fb678765ad2fc5"
- integrity sha512-CqyzN6z7Q6aMeF/ktcMVTzhAHCEpf8SOarwpzpf8pNBY2k5/oM34UHldUwp8VKI7uxct2HxSRdJjBaZeESzcxA==
+node-releases@^2.0.14:
+ version "2.0.14"
+ resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.14.tgz#2ffb053bceb8b2be8495ece1ab6ce600c4461b0b"
+ integrity sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==
-nopt@^5.0.0:
- version "5.0.0"
- resolved "https://registry.yarnpkg.com/nopt/-/nopt-5.0.0.tgz#530942bb58a512fccafe53fe210f13a25355dc88"
- integrity sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==
+nopt@^7.2.0:
+ version "7.2.0"
+ resolved "https://registry.yarnpkg.com/nopt/-/nopt-7.2.0.tgz#067378c68116f602f552876194fd11f1292503d7"
+ integrity sha512-CVDtwCdhYIvnAzFoJ6NJ6dX3oga9/HyciQDnG1vQDjSLMeKLJ4A93ZqYKDrgYSr1FBY5/hMYC+2VCi24pgpkGA==
dependencies:
- abbrev "1"
+ abbrev "^2.0.0"
-normalize-package-data@^2.3.2, normalize-package-data@^2.5.0:
+normalize-package-data@^2.5.0:
version "2.5.0"
resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.5.0.tgz#e66db1838b200c1dfc233225d12cb36520e234a8"
integrity sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==
@@ -16633,19 +17679,19 @@ normalize-package-data@^2.3.2, normalize-package-data@^2.5.0:
validate-npm-package-license "^3.0.1"
normalize-package-data@^3.0.0:
- version "3.0.0"
- resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-3.0.0.tgz#1f8a7c423b3d2e85eb36985eaf81de381d01301a"
- integrity sha512-6lUjEI0d3v6kFrtgA/lOx4zHCWULXsFNIjHolnZCKCTLA6m/G625cdn3O7eNmT0iD3jfo6HZ9cdImGZwf21prw==
+ version "3.0.3"
+ resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-3.0.3.tgz#dbcc3e2da59509a0983422884cd172eefdfa525e"
+ integrity sha512-p2W1sgqij3zMMyRC067Dg16bfzVH+w7hyegmpIvZ4JNjqtGOVAIvLmjBx3yP7YTe9vKJgkoNOPjwQGogDoMXFA==
dependencies:
- hosted-git-info "^3.0.6"
- resolve "^1.17.0"
- semver "^7.3.2"
+ hosted-git-info "^4.0.1"
+ is-core-module "^2.5.0"
+ semver "^7.3.4"
validate-npm-package-license "^3.0.1"
normalize-path@^2.1.1:
version "2.1.1"
resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-2.1.1.tgz#1ab28b556e198363a8c1a6f7e6fa20137fe6aed9"
- integrity sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=
+ integrity sha512-3pKJwH184Xo/lnH6oyP1q2pMd7HcypqqmRs91/6/i2CGtWwIKGCkOOMTm/zXbgTEWHw1uNpNi/igc3ePOYHb6w==
dependencies:
remove-trailing-separator "^1.0.1"
@@ -16657,12 +17703,12 @@ normalize-path@^3.0.0, normalize-path@~3.0.0:
normalize-range@^0.1.2:
version "0.1.2"
resolved "https://registry.yarnpkg.com/normalize-range/-/normalize-range-0.1.2.tgz#2d10c06bdfd312ea9777695a4d28439456b75942"
- integrity sha1-LRDAa9/TEuqXd2laTShDlFa3WUI=
+ integrity sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==
normalize-url@1.9.1:
version "1.9.1"
resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-1.9.1.tgz#2cc0d66b31ea23036458436e3620d85954c66c3c"
- integrity sha1-LMDWazHqIwNkWENuNiDYWVTGbDw=
+ integrity sha512-A48My/mtCklowHBlI8Fq2jFWK4tX4lJ5E6ytFsSOq1fzpvT0SQSgKhSg7lN5c2uYFOrUAOQp6zhhJnpp1eMloQ==
dependencies:
object-assign "^4.0.1"
prepend-http "^1.0.0"
@@ -16675,9 +17721,9 @@ normalize-url@^3.0.0:
integrity sha512-U+JJi7duF1o+u2pynbp2zXDW2/PADgC30f0GsHZtRh+HOcXHnw137TrNlyxxRvWW5fjKd3bcLHPxofWuCjaeZg==
normalize-url@^4.1.0:
- version "4.5.0"
- resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-4.5.0.tgz#453354087e6ca96957bd8f5baf753f5982142129"
- integrity sha512-2s47yzUxdexf1OhyRi4Em83iQk0aPvwTddtFz4hnSSw9dCEsLEGf6SwIO8ss/19S9iBb5sJaOuTvTGDeZI00BQ==
+ version "4.5.1"
+ resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-4.5.1.tgz#0dd90cf1288ee1d1313b87081c9a5932ee48518a"
+ integrity sha512-9UZCFRHQdNrfTpGg8+1INIg93B6zE0aXMVFkw1WFwvO4SlZywU6aLg5Of0Ap/PgcbSw4LNxvMWXMeugwMCX0AA==
normalize-url@^6.0.1:
version "6.1.0"
@@ -16694,7 +17740,7 @@ now-and-later@^2.0.0:
npm-run-path@^2.0.0:
version "2.0.2"
resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-2.0.2.tgz#35a9232dfa35d7067b4cb2ddf2357b1871536c5f"
- integrity sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=
+ integrity sha512-lJxZYlT4DW/bRUtFh1MQIWqmLwQfAxnqWG4HhEdjMlkrJYnJn0Jrr2u3mgxqaWsdiBc76TYkTG/mhrnYTuzfHw==
dependencies:
path-key "^2.0.0"
@@ -16705,22 +17751,19 @@ npm-run-path@^4.0.0, npm-run-path@^4.0.1:
dependencies:
path-key "^3.0.0"
-npmlog@^4.1.2:
- version "4.1.2"
- resolved "https://registry.yarnpkg.com/npmlog/-/npmlog-4.1.2.tgz#08a7f2a8bf734604779a9efa4ad5cc717abb954b"
- integrity sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg==
+npm-run-path@^5.1.0:
+ version "5.3.0"
+ resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-5.3.0.tgz#e23353d0ebb9317f174e93417e4a4d82d0249e9f"
+ integrity sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==
dependencies:
- are-we-there-yet "~1.1.2"
- console-control-strings "~1.1.0"
- gauge "~2.7.3"
- set-blocking "~2.0.0"
+ path-key "^4.0.0"
nprogress@^0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/nprogress/-/nprogress-0.2.0.tgz#cb8f34c53213d895723fcbab907e9422adbcafb1"
- integrity sha1-y480xTIT2JVyP8urkH6UIq28r7E=
+ integrity sha512-I19aIingLgR1fmhftnbWWO3dXc0hSxqHQHQb3H8m+K3TnEn/iSeTZZOyvKXWqQESMwuUVnatlCnZdLBZZt2VSA==
-nth-check@^1.0.2, nth-check@~1.0.1:
+nth-check@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/nth-check/-/nth-check-1.0.2.tgz#b2bd295c37e3dd58a3bf0700376663ba4d9cf05c"
integrity sha512-WeBOdju8SnzPN5vTUJYxYUxLeXpCaVP5i5e0LF8fg7WORF2Wd7wFX/pk0tYZk7s8T+J7VLy0Da6J1+wCT0AtHg==
@@ -16728,26 +17771,32 @@ nth-check@^1.0.2, nth-check@~1.0.1:
boolbase "~1.0.0"
nth-check@^2.0.1:
- version "2.0.1"
- resolved "https://registry.yarnpkg.com/nth-check/-/nth-check-2.0.1.tgz#2efe162f5c3da06a28959fbd3db75dbeea9f0fc2"
- integrity sha512-it1vE95zF6dTT9lBsYbxvqh0Soy4SPowchj0UBGj/V6cTPnXXtQOPUbhZ6CmGzAD/rW22LQK6E96pcdJXk4A4w==
+ version "2.1.1"
+ resolved "https://registry.yarnpkg.com/nth-check/-/nth-check-2.1.1.tgz#c9eab428effce36cd6b92c924bdb000ef1f1ed1d"
+ integrity sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==
dependencies:
boolbase "^1.0.0"
num2fraction@^1.2.2:
version "1.2.2"
resolved "https://registry.yarnpkg.com/num2fraction/-/num2fraction-1.2.2.tgz#6f682b6a027a4e9ddfa4564cd2589d1d4e669ede"
- integrity sha1-b2gragJ6Tp3fpFZM0lidHU5mnt4=
-
-number-is-nan@^1.0.0:
- version "1.0.1"
- resolved "https://registry.yarnpkg.com/number-is-nan/-/number-is-nan-1.0.1.tgz#097b602b53422a522c1afb8790318336941a011d"
- integrity sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=
+ integrity sha512-Y1wZESM7VUThYY+4W+X4ySH2maqcA+p7UR+w8VWNWVAd6lwuXXWz/w/Cz43J/dI2I+PS6wD5N+bJUF+gjWvIqg==
nwsapi@^2.2.0:
- version "2.2.0"
- resolved "https://registry.yarnpkg.com/nwsapi/-/nwsapi-2.2.0.tgz#204879a9e3d068ff2a55139c2c772780681a38b7"
- integrity sha512-h2AatdwYH+JHiZpv7pt/gSX1XoRGb7L/qSIeuqA6GwYoF9w1vP1cw42TO0aI2pNyshRK5893hNSl+1//vHK7hQ==
+ version "2.2.9"
+ resolved "https://registry.yarnpkg.com/nwsapi/-/nwsapi-2.2.9.tgz#7f3303218372db2e9f27c27766bcfc59ae7e61c6"
+ integrity sha512-2f3F0SEEer8bBu0dsNCFF50N0cTThV1nWFYcEYFZttdW0lDAoybv9cQoK7X7/68Z89S7FoRrVjP1LPX4XRf9vg==
+
+nypm@^0.3.8:
+ version "0.3.8"
+ resolved "https://registry.yarnpkg.com/nypm/-/nypm-0.3.8.tgz#a16b078b161be5885351e72cf0b97326973722bf"
+ integrity sha512-IGWlC6So2xv6V4cIDmoV0SwwWx7zLG086gyqkyumteH2fIgCAM4nDVFB2iDRszDvmdSVW9xb1N+2KjQ6C7d4og==
+ dependencies:
+ citty "^0.1.6"
+ consola "^3.2.3"
+ execa "^8.0.1"
+ pathe "^1.1.2"
+ ufo "^1.4.0"
oauth-sign@~0.9.0:
version "0.9.0"
@@ -16757,12 +17806,12 @@ oauth-sign@~0.9.0:
object-assign@^4, object-assign@^4.0.1, object-assign@^4.1.0, object-assign@^4.1.1, object-assign@latest:
version "4.1.1"
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
- integrity sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=
+ integrity sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==
object-copy@^0.1.0:
version "0.1.0"
resolved "https://registry.yarnpkg.com/object-copy/-/object-copy-0.1.0.tgz#7e7d858b781bd7c991a41ba975ed3812754e998c"
- integrity sha1-fn2Fi3gb18mRpBupde04EnVOmYw=
+ integrity sha512-79LYn6VAb63zgtmAteVOWo9Vdj71ZVBy3Pbse+VqxDpEP83XuujMrGqHIwAXJ5I/aM0zU7dIyIAhifVTPrNItQ==
dependencies:
copy-descriptor "^0.1.0"
define-property "^0.2.5"
@@ -16773,18 +17822,23 @@ object-get@^2.1.0:
resolved "https://registry.yarnpkg.com/object-get/-/object-get-2.1.1.tgz#1dad63baf6d94df184d1c58756cc9be55b174dac"
integrity sha512-7n4IpLMzGGcLEMiQKsNR7vCe+N5E9LORFrtNUVy4sO3dj9a3HedZCxEL2T7QuLhcHN1NBuBsMOKaOsAYI9IIvg==
-object-inspect@^1.12.2, object-inspect@^1.7.0, object-inspect@^1.9.0:
- version "1.12.3"
- resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.12.3.tgz#ba62dffd67ee256c8c086dfae69e016cd1f198b9"
- integrity sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g==
+object-hash@^3.0.0:
+ version "3.0.0"
+ resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-3.0.0.tgz#73f97f753e7baffc0e2cc9d6e079079744ac82e9"
+ integrity sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==
-object-is@^1.0.1, object-is@^1.0.2, object-is@^1.1.2:
- version "1.1.4"
- resolved "https://registry.yarnpkg.com/object-is/-/object-is-1.1.4.tgz#63d6c83c00a43f4cbc9434eb9757c8a5b8565068"
- integrity sha512-1ZvAZ4wlF7IyPVOcE1Omikt7UpaFlOQq0HlSti+ZvDH3UiD2brwGMwDbyV43jao2bKJ+4+WdPJHSd7kgzKYVqg==
+object-inspect@^1.13.1, object-inspect@^1.7.0:
+ version "1.13.1"
+ resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.13.1.tgz#b96c6109324ccfef6b12216a956ca4dc2ff94bc2"
+ integrity sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==
+
+object-is@^1.0.2, object-is@^1.1.2, object-is@^1.1.5:
+ version "1.1.6"
+ resolved "https://registry.yarnpkg.com/object-is/-/object-is-1.1.6.tgz#1a6a53aed2dd8f7e6775ff870bea58545956ab07"
+ integrity sha512-F8cZ+KfGlSGi09lJT7/Nd6KJZ9ygtvYC0/UYYLI9nmQKLMnydpB9yvbv9K1uSkEu7FU9vYPmVwLg328tX+ot3Q==
dependencies:
- call-bind "^1.0.0"
- define-properties "^1.1.3"
+ call-bind "^1.0.7"
+ define-properties "^1.2.1"
object-keys@^1.1.1:
version "1.1.1"
@@ -16794,80 +17848,95 @@ object-keys@^1.1.1:
object-to-spawn-args@^1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/object-to-spawn-args/-/object-to-spawn-args-1.1.1.tgz#77da8827f073d011c9e1b173f895781470246785"
- integrity sha1-d9qIJ/Bz0BHJ4bFz+JV4FHAkZ4U=
+ integrity sha512-d6xH8b+QdNj+cdndsL3rVCzwW9PqSSXQBDVj0d8fyaCqMimUEz+sW+Jtxp77bxaSs7C5w7XOH844FG7p2A0cFw==
object-visit@^1.0.0:
version "1.0.1"
resolved "https://registry.yarnpkg.com/object-visit/-/object-visit-1.0.1.tgz#f79c4493af0c5377b59fe39d395e41042dd045bb"
- integrity sha1-95xEk68MU3e1n+OdOV5BBC3QRbs=
+ integrity sha512-GBaMwwAVK9qbQN3Scdo0OyvgPW7l3lnaVMj84uTOZlswkX0KpF6fyDBJhtTthf7pymztoN36/KEr1DyhF96zEA==
dependencies:
isobject "^3.0.0"
-object.assign@^4.0.4, object.assign@^4.1.0, object.assign@^4.1.1, object.assign@^4.1.2, object.assign@^4.1.4:
- version "4.1.4"
- resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.4.tgz#9673c7c7c351ab8c4d0b516f4343ebf4dfb7799f"
- integrity sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==
+object.assign@^4.0.4, object.assign@^4.1.0, object.assign@^4.1.4, object.assign@^4.1.5:
+ version "4.1.5"
+ resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.5.tgz#3a833f9ab7fdb80fc9e8d2300c803d216d8fdbb0"
+ integrity sha512-byy+U7gp+FVwmyzKPYhW2h5l3crpmGsxl7X2s8y43IgxvG4g3QZ6CffDtsNQy1WsmZpQbO+ybo0AlW7TY6DcBQ==
dependencies:
- call-bind "^1.0.2"
- define-properties "^1.1.4"
+ call-bind "^1.0.5"
+ define-properties "^1.2.1"
has-symbols "^1.0.3"
object-keys "^1.1.1"
-object.entries@^1.1.0, object.entries@^1.1.1, object.entries@^1.1.2, object.entries@^1.1.6:
- version "1.1.6"
- resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.6.tgz#9737d0e5b8291edd340a3e3264bb8a3b00d5fa23"
- integrity sha512-leTPzo4Zvg3pmbQ3rDK69Rl8GQvIqMWubrkxONG9/ojtFE2rD9fjMKfSI5BxW3osRH1m6VdzmqK8oAY9aT4x5w==
+object.entries@^1.1.0, object.entries@^1.1.1, object.entries@^1.1.2, object.entries@^1.1.7:
+ version "1.1.8"
+ resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.8.tgz#bffe6f282e01f4d17807204a24f8edd823599c41"
+ integrity sha512-cmopxi8VwRIAw/fkijJohSfpef5PdN0pMQJN6VC/ZKvn0LIknWD8KtgY6KlQdEc4tIjcQ3HxSMmnvtzIscdaYQ==
dependencies:
- call-bind "^1.0.2"
- define-properties "^1.1.4"
- es-abstract "^1.20.4"
+ call-bind "^1.0.7"
+ define-properties "^1.2.1"
+ es-object-atoms "^1.0.0"
-"object.fromentries@^2.0.0 || ^1.0.0", object.fromentries@^2.0.3, object.fromentries@^2.0.6:
- version "2.0.6"
- resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.6.tgz#cdb04da08c539cffa912dcd368b886e0904bfa73"
- integrity sha512-VciD13dswC4j1Xt5394WR4MzmAQmlgN72phd/riNp9vtD7tp4QQWJ0R4wvclXcafgcYK8veHRed2W6XeGBvcfg==
+object.fromentries@^2.0.7:
+ version "2.0.8"
+ resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.8.tgz#f7195d8a9b97bd95cbc1999ea939ecd1a2b00c65"
+ integrity sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ==
dependencies:
- call-bind "^1.0.2"
- define-properties "^1.1.4"
- es-abstract "^1.20.4"
+ call-bind "^1.0.7"
+ define-properties "^1.2.1"
+ es-abstract "^1.23.2"
+ es-object-atoms "^1.0.0"
object.getownpropertydescriptors@^2.0.3, object.getownpropertydescriptors@^2.1.0:
- version "2.1.1"
- resolved "https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.1.tgz#0dfda8d108074d9c563e80490c883b6661091544"
- integrity sha512-6DtXgZ/lIZ9hqx4GtZETobXLR/ZLaa0aqV0kzbn80Rf8Z2e/XFnhA0I7p07N2wH8bBBltr2xQPi6sbKWAY2Eng==
+ version "2.1.8"
+ resolved "https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.8.tgz#2f1fe0606ec1a7658154ccd4f728504f69667923"
+ integrity sha512-qkHIGe4q0lSYMv0XI4SsBTJz3WaURhLvd0lKSgtVuOsJ2krg4SgMw3PIRQFMp07yi++UR3se2mkcLqsBNpBb/A==
+ dependencies:
+ array.prototype.reduce "^1.0.6"
+ call-bind "^1.0.7"
+ define-properties "^1.2.1"
+ es-abstract "^1.23.2"
+ es-object-atoms "^1.0.0"
+ gopd "^1.0.1"
+ safe-array-concat "^1.1.2"
+
+object.groupby@^1.0.1:
+ version "1.0.3"
+ resolved "https://registry.yarnpkg.com/object.groupby/-/object.groupby-1.0.3.tgz#9b125c36238129f6f7b61954a1e7176148d5002e"
+ integrity sha512-+Lhy3TQTuzXI5hevh8sBGqbmurHbbIjAi0Z4S63nthVLmLxfbj4T54a4CfZrXIrt9iP4mVAPYMo/v99taj3wjQ==
dependencies:
- call-bind "^1.0.0"
- define-properties "^1.1.3"
- es-abstract "^1.18.0-next.1"
+ call-bind "^1.0.7"
+ define-properties "^1.2.1"
+ es-abstract "^1.23.2"
-object.hasown@^1.1.2:
- version "1.1.2"
- resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.1.2.tgz#f919e21fad4eb38a57bc6345b3afd496515c3f92"
- integrity sha512-B5UIT3J1W+WuWIU55h0mjlwaqxiE5vYENJXIXZ4VFe05pNYrkKuK0U/6aFcb0pKywYJh7IhfoqUfKVmrJJHZHw==
+object.hasown@^1.1.3:
+ version "1.1.4"
+ resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.1.4.tgz#e270ae377e4c120cdcb7656ce66884a6218283dc"
+ integrity sha512-FZ9LZt9/RHzGySlBARE3VF+gE26TxR38SdmqOqliuTnl9wrKulaQs+4dee1V+Io8VfxqzAfHu6YuRgUy8OHoTg==
dependencies:
- define-properties "^1.1.4"
- es-abstract "^1.20.4"
+ define-properties "^1.2.1"
+ es-abstract "^1.23.2"
+ es-object-atoms "^1.0.0"
object.pick@^1.3.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/object.pick/-/object.pick-1.3.0.tgz#87a10ac4c1694bd2e1cbf53591a66141fb5dd747"
- integrity sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c=
+ integrity sha512-tqa/UMy/CCoYmj+H5qc07qvSL9dqcs/WZENZ1JbtWBlATP+iVOe778gE6MSijnyCnORzDuX6hU+LA4SZ09YjFQ==
dependencies:
isobject "^3.0.1"
-object.values@^1.1.0, object.values@^1.1.1, object.values@^1.1.2, object.values@^1.1.6:
- version "1.1.6"
- resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.6.tgz#4abbaa71eba47d63589d402856f908243eea9b1d"
- integrity sha512-FVVTkD1vENCsAcwNs9k6jea2uHC/X0+JcjG8YA60FN5CMaJmG95wT9jek/xX9nornqGRrBkKtzuAu2wuHpKqvw==
+object.values@^1.1.0, object.values@^1.1.1, object.values@^1.1.6, object.values@^1.1.7:
+ version "1.2.0"
+ resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.2.0.tgz#65405a9d92cee68ac2d303002e0b8470a4d9ab1b"
+ integrity sha512-yBYjY9QX2hnRmZHAjG/f13MzmBzxzYgQhFrke06TTyKY5zSTEqkOeukBzIdVA3j3ulu8Qa3MbVFShV7T2RmGtQ==
dependencies:
- call-bind "^1.0.2"
- define-properties "^1.1.4"
- es-abstract "^1.20.4"
+ call-bind "^1.0.7"
+ define-properties "^1.2.1"
+ es-object-atoms "^1.0.0"
-objectorarray@^1.0.4:
- version "1.0.4"
- resolved "https://registry.yarnpkg.com/objectorarray/-/objectorarray-1.0.4.tgz#d69b2f0ff7dc2701903d308bb85882f4ddb49483"
- integrity sha512-91k8bjcldstRz1bG6zJo8lWD7c6QXcB4nTDUqiEvIL1xAsLoZlOOZZG+nd6YPz+V7zY1580J4Xxh1vZtyv4i/w==
+objectorarray@^1.0.5:
+ version "1.0.5"
+ resolved "https://registry.yarnpkg.com/objectorarray/-/objectorarray-1.0.5.tgz#2c05248bbefabd8f43ad13b41085951aac5e68a5"
+ integrity sha512-eJJDYkhJFFbBBAxeh8xW+weHlkI28n2ZdQV/J/DNfWfSKlGEf2xcfAbZTv3riEXHAhL9SVOTs2pRmXiSTf78xg==
oblivious-set@1.0.0:
version "1.0.0"
@@ -16879,10 +17948,22 @@ obuf@^1.0.0, obuf@^1.1.2:
resolved "https://registry.yarnpkg.com/obuf/-/obuf-1.1.2.tgz#09bea3343d41859ebd446292d11c9d4db619084e"
integrity sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==
+ohash@^1.1.3:
+ version "1.1.3"
+ resolved "https://registry.yarnpkg.com/ohash/-/ohash-1.1.3.tgz#f12c3c50bfe7271ce3fd1097d42568122ccdcf07"
+ integrity sha512-zuHHiGTYTA1sYJ/wZN+t5HKZaH23i4yI1HMwbuXm24Nid7Dv0KcuRlKoNKS9UNfAVSBlnGLcuQrnOKWOZoEGaw==
+
+on-finished@2.4.1:
+ version "2.4.1"
+ resolved "https://registry.yarnpkg.com/on-finished/-/on-finished-2.4.1.tgz#58c8c44116e54845ad57f14ab10b03533184ac3f"
+ integrity sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==
+ dependencies:
+ ee-first "1.1.1"
+
on-finished@~2.3.0:
version "2.3.0"
resolved "https://registry.yarnpkg.com/on-finished/-/on-finished-2.3.0.tgz#20f1336481b083cd75337992a16971aa2d906947"
- integrity sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=
+ integrity sha512-ikqdkGAAyf/X/gPhXGvfgAytDZtDbr+bkNUJ0N9h5MI/dmdgCs3l6hoHrcUv41sRKew3jIwrp4qQDXiK99Utww==
dependencies:
ee-first "1.1.1"
@@ -16894,7 +17975,7 @@ on-headers@~1.0.2:
once@^1.3.0, once@^1.3.1, once@^1.3.2, once@^1.4.0:
version "1.4.0"
resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1"
- integrity sha1-WDsap3WWHUsROsF9nFC6753Xa9E=
+ integrity sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==
dependencies:
wrappy "1"
@@ -16905,18 +17986,25 @@ onetime@^5.1.0, onetime@^5.1.2:
dependencies:
mimic-fn "^2.1.0"
-open@^7.0.2, open@^7.0.3, open@^7.3.0:
- version "7.3.0"
- resolved "https://registry.yarnpkg.com/open/-/open-7.3.0.tgz#45461fdee46444f3645b6e14eb3ca94b82e1be69"
- integrity sha512-mgLwQIx2F/ye9SmbrUkurZCnkoXyXyu9EbHtJZrICjVAJfyMArdHp3KkixGdZx1ZHFPNIwl0DDM1dFFqXbTLZw==
+onetime@^6.0.0:
+ version "6.0.0"
+ resolved "https://registry.yarnpkg.com/onetime/-/onetime-6.0.0.tgz#7c24c18ed1fd2e9bca4bd26806a33613c77d34b4"
+ integrity sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==
+ dependencies:
+ mimic-fn "^4.0.0"
+
+open@^7.0.2, open@^7.3.1:
+ version "7.4.2"
+ resolved "https://registry.yarnpkg.com/open/-/open-7.4.2.tgz#b8147e26dcf3e426316c730089fd71edd29c2321"
+ integrity sha512-MVHddDVweXZF3awtlAS+6pgKLlm/JgxZ90+/NBurBoQctVOOB/zDdVjcyPzQ+0laDGbsWgrRkflI65sQeOgT9Q==
dependencies:
is-docker "^2.0.0"
is-wsl "^2.1.1"
-open@^8.0.9, open@^8.4.0:
- version "8.4.0"
- resolved "https://registry.yarnpkg.com/open/-/open-8.4.0.tgz#345321ae18f8138f82565a910fdc6b39e8c244f8"
- integrity sha512-XgFPPM+B28FtCCgSb9I+s9szOC1vZRSwgWsRUA5ylIxRTgKozqjOCrVOqGsYABPYK5qnfqClxZTFBa8PKt2v6Q==
+open@^8.0.4, open@^8.0.9, open@^8.4.0:
+ version "8.4.2"
+ resolved "https://registry.yarnpkg.com/open/-/open-8.4.2.tgz#5b5ffe2a8f793dcd2aad73e550cb87b59cb084f9"
+ integrity sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==
dependencies:
define-lazy-prop "^2.0.0"
is-docker "^2.1.1"
@@ -16961,58 +18049,54 @@ optionator@^0.8.1:
type-check "~0.3.2"
word-wrap "~1.2.3"
-optionator@^0.9.1:
- version "0.9.1"
- resolved "https://registry.yarnpkg.com/optionator/-/optionator-0.9.1.tgz#4f236a6373dae0566a6d43e1326674f50c291499"
- integrity sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==
+optionator@^0.9.1, optionator@^0.9.3:
+ version "0.9.4"
+ resolved "https://registry.yarnpkg.com/optionator/-/optionator-0.9.4.tgz#7ea1c1a5d91d764fb282139c88fe11e182a3a734"
+ integrity sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==
dependencies:
deep-is "^0.1.3"
fast-levenshtein "^2.0.6"
levn "^0.4.1"
prelude-ls "^1.2.1"
type-check "^0.4.0"
- word-wrap "^1.2.3"
+ word-wrap "^1.2.5"
+
+ora@^5.4.1:
+ version "5.4.1"
+ resolved "https://registry.yarnpkg.com/ora/-/ora-5.4.1.tgz#1b2678426af4ac4a509008e5e4ac9e9959db9e18"
+ integrity sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==
+ dependencies:
+ bl "^4.1.0"
+ chalk "^4.1.0"
+ cli-cursor "^3.1.0"
+ cli-spinners "^2.5.0"
+ is-interactive "^1.0.0"
+ is-unicode-supported "^0.1.0"
+ log-symbols "^4.1.0"
+ strip-ansi "^6.0.0"
+ wcwidth "^1.0.1"
ordered-read-streams@^1.0.0:
version "1.0.1"
resolved "https://registry.yarnpkg.com/ordered-read-streams/-/ordered-read-streams-1.0.1.tgz#77c0cb37c41525d64166d990ffad7ec6a0e1363e"
- integrity sha1-d8DLN8QVJdZBZtmQ/61+xqDhNj4=
+ integrity sha512-Z87aSjx3r5c0ZB7bcJqIgIRX5bxR7A4aSzvIbaxd0oTkWBCOoKfuGHiKj60CHVUgg1Phm5yMZzBdt8XqRs73Mw==
dependencies:
readable-stream "^2.0.1"
-original@^1.0.0:
- version "1.0.2"
- resolved "https://registry.yarnpkg.com/original/-/original-1.0.2.tgz#e442a61cffe1c5fd20a65f3261c26663b303f25f"
- integrity sha512-hyBVl6iqqUOJ8FqRe+l/gS8H+kKYjrEndd5Pm1MfBtsEKA038HkkdbAl/72EAXGyonD/PFsvmVG+EvcIpliMBg==
- dependencies:
- url-parse "^1.4.3"
-
os-browserify@^0.3.0:
version "0.3.0"
resolved "https://registry.yarnpkg.com/os-browserify/-/os-browserify-0.3.0.tgz#854373c7f5c2315914fc9bfc6bd8238fdda1ec27"
- integrity sha1-hUNzx/XCMVkU/Jv8a9gjj92h7Cc=
+ integrity sha512-gjcpUc3clBf9+210TRaDWbf+rZZZEshZ+DlXMRCeAjp0xhTrnQsKHypIy1J3d5hKdUzj69t708EHtU8P6bUn0A==
os-tmpdir@~1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274"
- integrity sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=
+ integrity sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==
ospath@^1.2.2:
version "1.2.2"
resolved "https://registry.yarnpkg.com/ospath/-/ospath-1.2.2.tgz#1276639774a3f8ef2572f7fe4280e0ea4550c07b"
- integrity sha1-EnZjl3Sj+O8lcvf+QoDg6kVQwHs=
-
-overlayscrollbars@^1.13.1:
- version "1.13.1"
- resolved "https://registry.yarnpkg.com/overlayscrollbars/-/overlayscrollbars-1.13.1.tgz#0b840a88737f43a946b9d87875a2f9e421d0338a"
- integrity sha512-gIQfzgGgu1wy80EB4/6DaJGHMEGmizq27xHIESrzXq0Y/J0Ay1P3DWk6tuVmEPIZH15zaBlxeEJOqdJKmowHCQ==
-
-p-all@^2.1.0:
- version "2.1.0"
- resolved "https://registry.yarnpkg.com/p-all/-/p-all-2.1.0.tgz#91419be56b7dee8fe4c5db875d55e0da084244a0"
- integrity sha512-HbZxz5FONzz/z2gJfk6bFca0BCiSRF8jU3yCsWOen/vR6lZjfPOu/e7L3uFzTW1i0H8TlC3vqQstEJPQL4/uLA==
- dependencies:
- p-map "^2.0.0"
+ integrity sha512-o6E5qJV5zkAbIDNhGSIlyOhScKXgQrSRMilfph0clDfM0nEnBOlKlH4sWDmG95BW/CvwNz0vmm7dJVtU2KlMiA==
p-cancelable@^1.0.0:
version "1.1.0"
@@ -17024,31 +18108,10 @@ p-each-series@^2.1.0:
resolved "https://registry.yarnpkg.com/p-each-series/-/p-each-series-2.2.0.tgz#105ab0357ce72b202a8a8b94933672657b5e2a9a"
integrity sha512-ycIL2+1V32th+8scbpTvyHNaHe02z0sjgh91XXjAk+ZeXoPN4Z46DVUnzdso0aX4KckKw0FNNFHdjZ2UsZvxiA==
-p-event@^4.1.0:
- version "4.2.0"
- resolved "https://registry.yarnpkg.com/p-event/-/p-event-4.2.0.tgz#af4b049c8acd91ae81083ebd1e6f5cae2044c1b5"
- integrity sha512-KXatOjCRXXkSePPb1Nbi0p0m+gQAwdlbhi4wQKJPI1HsMQS9g+Sqp2o+QHziPr7eYJyOZet836KoHEVM1mwOrQ==
- dependencies:
- p-timeout "^3.1.0"
-
-p-filter@^2.1.0:
- version "2.1.0"
- resolved "https://registry.yarnpkg.com/p-filter/-/p-filter-2.1.0.tgz#1b1472562ae7a0f742f0f3d3d3718ea66ff9c09c"
- integrity sha512-ZBxxZ5sL2HghephhpGAQdoskxplTwr7ICaehZwLIlfL6acuVgZPm8yBNuRAFBGEqtD/hmUeq9eqLg2ys9Xr/yw==
- dependencies:
- p-map "^2.0.0"
-
p-finally@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/p-finally/-/p-finally-1.0.0.tgz#3fbcfb15b899a44123b34b6dcc18b724336a2cae"
- integrity sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=
-
-p-limit@^1.1.0:
- version "1.3.0"
- resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-1.3.0.tgz#b86bd5f0c25690911c7590fcbfc2010d54b3ccb8"
- integrity sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==
- dependencies:
- p-try "^1.0.0"
+ integrity sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==
p-limit@^2.0.0, p-limit@^2.2.0, p-limit@^2.2.1:
version "2.3.0"
@@ -17057,20 +18120,13 @@ p-limit@^2.0.0, p-limit@^2.2.0, p-limit@^2.2.1:
dependencies:
p-try "^2.0.0"
-p-limit@^3.0.2, p-limit@^3.1.0:
+p-limit@^3.0.2:
version "3.1.0"
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-3.1.0.tgz#e1daccbe78d0d1388ca18c64fea38e3e57e3706b"
integrity sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==
dependencies:
yocto-queue "^0.1.0"
-p-locate@^2.0.0:
- version "2.0.0"
- resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-2.0.0.tgz#20a0103b222a70c8fd39cc2e580680f3dde5ec43"
- integrity sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=
- dependencies:
- p-limit "^1.1.0"
-
p-locate@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-3.0.0.tgz#322d69a05c0264b25997d9f40cd8a891ab0064a4"
@@ -17097,13 +18153,6 @@ p-map@^2.0.0:
resolved "https://registry.yarnpkg.com/p-map/-/p-map-2.1.0.tgz#310928feef9c9ecc65b68b17693018a665cea175"
integrity sha512-y3b8Kpd8OAN444hxfBbFfj1FY/RjtTd8tzYwhUqNYXx0fXx2iX4maP4Qr6qhIKbQXI02wTLAda4fYUbDagTUFw==
-p-map@^3.0.0:
- version "3.0.0"
- resolved "https://registry.yarnpkg.com/p-map/-/p-map-3.0.0.tgz#d704d9af8a2ba684e2600d9a215983d4141a979d"
- integrity sha512-d3qXVTF/s+W+CdJ5A29wywV2n8CQQYahlgz2bFiA+4eVNJbHJodPZ+/gXwPGh0bOqA+j8S+6+ckmvLGPk1QpxQ==
- dependencies:
- aggregate-error "^3.0.0"
-
p-map@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/p-map/-/p-map-4.0.0.tgz#bb2f95a5eda2ec168ec9274e06a747c3e2904d2b"
@@ -17119,25 +18168,13 @@ p-retry@^3.0.1:
retry "^0.12.0"
p-retry@^4.5.0:
- version "4.6.1"
- resolved "https://registry.yarnpkg.com/p-retry/-/p-retry-4.6.1.tgz#8fcddd5cdf7a67a0911a9cf2ef0e5df7f602316c"
- integrity sha512-e2xXGNhZOZ0lfgR9kL34iGlU8N/KO0xZnQxVEwdeOvpqNDQfdnxIYizvWtK8RglUa3bGqI8g0R/BdfzLMxRkiA==
+ version "4.6.2"
+ resolved "https://registry.yarnpkg.com/p-retry/-/p-retry-4.6.2.tgz#9baae7184057edd4e17231cee04264106e092a16"
+ integrity sha512-312Id396EbJdvRONlngUx0NydfrIQ5lsYu0znKVUzVvArzEIt08V1qhtyESbGVd1FGX7UKtiFp5uwKZdM8wIuQ==
dependencies:
- "@types/retry" "^0.12.0"
+ "@types/retry" "0.12.0"
retry "^0.13.1"
-p-timeout@^3.1.0:
- version "3.2.0"
- resolved "https://registry.yarnpkg.com/p-timeout/-/p-timeout-3.2.0.tgz#c7e17abc971d2a7962ef83626b35d635acf23dfe"
- integrity sha512-rhIwUycgwwKcP9yTOOFK/AKsAopjjCakVqLHePO3CC6Mir1Z99xT+R63jZxAT5lFZLa2inS5h+ZS2GvR99/FBg==
- dependencies:
- p-finally "^1.0.0"
-
-p-try@^1.0.0:
- version "1.0.0"
- resolved "https://registry.yarnpkg.com/p-try/-/p-try-1.0.0.tgz#cbc79cdbaf8fd4228e13f621f2b1a237c1b207b3"
- integrity sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M=
-
p-try@^2.0.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6"
@@ -17160,6 +18197,11 @@ pad-right@^0.2.2:
dependencies:
repeat-string "^1.5.2"
+pako@~0.2.0:
+ version "0.2.9"
+ resolved "https://registry.yarnpkg.com/pako/-/pako-0.2.9.tgz#f3f7522f4ef782348da8161bad9ecfd51bf83a75"
+ integrity sha512-NUcwaKxUxWrZLpDG+z/xZaCgQITkA/Dv4V/T6bw7VON6l1Xz/VnrBqrYjZQ12TamKHzITTfOEIYUj48y2KXImA==
+
pako@~1.0.5:
version "1.0.11"
resolved "https://registry.yarnpkg.com/pako/-/pako-1.0.11.tgz#6c9599d340d54dfd3946380252a35705a6b992bf"
@@ -17189,21 +18231,22 @@ parent-module@^1.0.0:
dependencies:
callsites "^3.0.0"
-parse-asn1@^5.0.0, parse-asn1@^5.1.5:
- version "5.1.6"
- resolved "https://registry.yarnpkg.com/parse-asn1/-/parse-asn1-5.1.6.tgz#385080a3ec13cb62a62d39409cb3e88844cdaed4"
- integrity sha512-RnZRo1EPU6JBnra2vGHj0yhp6ebyjBZpmUCLHWiFhxlzvBCCpAuZ7elsBp1PVAbQN0/04VD/19rfzlBSwLstMw==
+parse-asn1@^5.0.0, parse-asn1@^5.1.7:
+ version "5.1.7"
+ resolved "https://registry.yarnpkg.com/parse-asn1/-/parse-asn1-5.1.7.tgz#73cdaaa822125f9647165625eb45f8a051d2df06"
+ integrity sha512-CTM5kuWR3sx9IFamcl5ErfPl6ea/N8IYwiJ+vpeB2g+1iknv7zBl5uPwbMbRVznRVbrNY6lGuDoE5b30grmbqg==
dependencies:
- asn1.js "^5.2.0"
- browserify-aes "^1.0.0"
- evp_bytestokey "^1.0.0"
- pbkdf2 "^3.0.3"
- safe-buffer "^5.1.1"
+ asn1.js "^4.10.1"
+ browserify-aes "^1.2.0"
+ evp_bytestokey "^1.0.3"
+ hash-base "~3.0"
+ pbkdf2 "^3.1.2"
+ safe-buffer "^5.2.1"
parse-author@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/parse-author/-/parse-author-2.0.0.tgz#d3460bf1ddd0dfaeed42da754242e65fb684a81f"
- integrity sha1-00YL8d3Q367tQtp1QkLmX7aEqB8=
+ integrity sha512-yx5DfvkN8JsHL2xk2Os9oTia467qnvRgey4ahSm2X8epehBLx/gWLcy5KI+Y36ful5DzGbCS6RazqZGgy1gHNw==
dependencies:
author-regex "^1.0.0"
@@ -17226,35 +18269,18 @@ parse-github-url@^1.0.2:
parse-gitignore@^1.0.1:
version "1.0.1"
- resolved "https://registry.yarnpkg.com/parse-gitignore/-/parse-gitignore-1.0.1.tgz#8b9dc57f17b810d495c5dfa62eb07caffe7758c7"
- integrity sha512-UGyowyjtx26n65kdAMWhm6/3uy5uSrpcuH7tt+QEVudiBoVS+eqHxD5kbi9oWVRwj7sCzXqwuM+rUGw7earl6A==
-
-parse-json@^2.2.0:
- version "2.2.0"
- resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-2.2.0.tgz#f480f40434ef80741f8469099f8dea18f55a4dc9"
- integrity sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=
- dependencies:
- error-ex "^1.2.0"
+ resolved "https://registry.yarnpkg.com/parse-gitignore/-/parse-gitignore-1.0.1.tgz#8b9dc57f17b810d495c5dfa62eb07caffe7758c7"
+ integrity sha512-UGyowyjtx26n65kdAMWhm6/3uy5uSrpcuH7tt+QEVudiBoVS+eqHxD5kbi9oWVRwj7sCzXqwuM+rUGw7earl6A==
parse-json@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-4.0.0.tgz#be35f5425be1f7f6c747184f98a788cb99477ee0"
- integrity sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=
+ integrity sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==
dependencies:
error-ex "^1.3.1"
json-parse-better-errors "^1.0.1"
-parse-json@^5.0.0:
- version "5.1.0"
- resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-5.1.0.tgz#f96088cdf24a8faa9aea9a009f2d9d942c999646"
- integrity sha512-+mi/lmVVNKFNVyLXV31ERiy2CY5E1/F6QtJFEzoChPRwwngMNXRDQ9GJ5WdE2Z2P4AujsOi0/+2qHID68KwfIQ==
- dependencies:
- "@babel/code-frame" "^7.0.0"
- error-ex "^1.3.1"
- json-parse-even-better-errors "^2.3.0"
- lines-and-columns "^1.1.6"
-
-parse-json@^5.2.0:
+parse-json@^5.0.0, parse-json@^5.2.0:
version "5.2.0"
resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-5.2.0.tgz#c76fc66dee54231c962b22bcc8a72cf2f99753cd"
integrity sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==
@@ -17269,14 +18295,15 @@ parse-numeric-range@^1.3.0:
resolved "https://registry.yarnpkg.com/parse-numeric-range/-/parse-numeric-range-1.3.0.tgz#7c63b61190d61e4d53a1197f0c83c47bb670ffa3"
integrity sha512-twN+njEipszzlMJd4ONUYgSfZPDxgHhT9Ahed5uTigpQn90FggW4SA/AIPq/6a149fTbE9qBEcSwE3FAEp6wQQ==
-parse5-htmlparser2-tree-adapter@^6.0.1:
- version "6.0.1"
- resolved "https://registry.yarnpkg.com/parse5-htmlparser2-tree-adapter/-/parse5-htmlparser2-tree-adapter-6.0.1.tgz#2cdf9ad823321140370d4dbf5d3e92c7c8ddc6e6"
- integrity sha512-qPuWvbLgvDGilKc5BoicRovlT4MtYT6JfJyBOMDsKoiT+GiuP5qyrPCnR9HcPECIJJmZh5jRndyNThnhhb/vlA==
+parse5-htmlparser2-tree-adapter@^7.0.0:
+ version "7.0.0"
+ resolved "https://registry.yarnpkg.com/parse5-htmlparser2-tree-adapter/-/parse5-htmlparser2-tree-adapter-7.0.0.tgz#23c2cc233bcf09bb7beba8b8a69d46b08c62c2f1"
+ integrity sha512-B77tOZrqqfUfnVcOrUvfdLbz4pu4RopLD/4vmu3HUPswwTA8OH0EMW9BlWR2B0RCoiZRAHEUu7IxeP1Pd1UU+g==
dependencies:
- parse5 "^6.0.1"
+ domhandler "^5.0.2"
+ parse5 "^7.0.0"
-parse5@6.0.1, parse5@^6.0.0, parse5@^6.0.1:
+parse5@6.0.1, parse5@^6.0.0:
version "6.0.1"
resolved "https://registry.yarnpkg.com/parse5/-/parse5-6.0.1.tgz#e1a1c085c569b3dc08321184f19a39cc27f7c30b"
integrity sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==
@@ -17286,6 +18313,13 @@ parse5@^5.0.0:
resolved "https://registry.yarnpkg.com/parse5/-/parse5-5.1.1.tgz#f68e4e5ba1852ac2cadc00f4555fff6c2abb6178"
integrity sha512-ugq4DFI0Ptb+WWjAdOK16+u/nHfiIrcE+sh8kZMaM0WllQKLI9rOUq6c2b7cwPkXdzfQESqvoqK6ug7U/Yyzug==
+parse5@^7.0.0:
+ version "7.1.2"
+ resolved "https://registry.yarnpkg.com/parse5/-/parse5-7.1.2.tgz#0736bebbfd77793823240a23b7fc5e010b7f8e32"
+ integrity sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==
+ dependencies:
+ entities "^4.4.0"
+
parseurl@~1.3.2, parseurl@~1.3.3:
version "1.3.3"
resolved "https://registry.yarnpkg.com/parseurl/-/parseurl-1.3.3.tgz#9da19e7bee8d12dff0513ed5b76957793bc2e8d4"
@@ -17302,22 +18336,27 @@ pascal-case@^3.1.2:
pascalcase@^0.1.1:
version "0.1.1"
resolved "https://registry.yarnpkg.com/pascalcase/-/pascalcase-0.1.1.tgz#b363e55e8006ca6fe21784d2db22bd15d7917f14"
- integrity sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ=
+ integrity sha512-XHXfu/yOQRy9vYOtUDVMN60OEJjW013GoObG1o+xwQTpB9eYJX/BjXMsdW13ZDPruFhYYn0AG22w0xgQMwl3Nw==
path-browserify@0.0.1:
version "0.0.1"
resolved "https://registry.yarnpkg.com/path-browserify/-/path-browserify-0.0.1.tgz#e6c4ddd7ed3aa27c68a20cc4e50e1a4ee83bbc4a"
integrity sha512-BapA40NHICOS+USX9SN4tyhq+A2RrN/Ws5F0Z5aMHDp98Fl86lX8Oti8B7uN93L4Ifv4fHOEA+pQw87gmMO/lQ==
+path-browserify@^1.0.1:
+ version "1.0.1"
+ resolved "https://registry.yarnpkg.com/path-browserify/-/path-browserify-1.0.1.tgz#d98454a9c3753d5790860f16f68867b9e46be1fd"
+ integrity sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==
+
path-dirname@^1.0.0:
version "1.0.2"
resolved "https://registry.yarnpkg.com/path-dirname/-/path-dirname-1.0.2.tgz#cc33d24d525e099a5388c0336c6e32b9160609e0"
- integrity sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA=
+ integrity sha512-ALzNPpyNq9AqXMBjeymIjFDAkAFH06mHJH/cSBHAgU0s4vfpBn6b2nf8tiRLvagKD8RbTpq2FKTBg7cl9l3c7Q==
path-exists@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-3.0.0.tgz#ce0ebeaa5f78cb18925ea7d810d7b59b010fd515"
- integrity sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=
+ integrity sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==
path-exists@^4.0.0:
version "4.0.0"
@@ -17327,40 +18366,45 @@ path-exists@^4.0.0:
path-is-absolute@^1.0.0:
version "1.0.1"
resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
- integrity sha1-F0uSaHNVNP+8es5r9TpanhtcX18=
+ integrity sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==
path-is-inside@1.0.2, path-is-inside@^1.0.1, path-is-inside@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/path-is-inside/-/path-is-inside-1.0.2.tgz#365417dede44430d1c11af61027facf074bdfc53"
- integrity sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM=
+ integrity sha512-DUWJr3+ULp4zXmol/SZkFf3JGsS9/SIv+Y3Rt93/UjPpDpklB5f1er4O3POIbUuUJ3FXgqte2Q7SrU6zAqwk8w==
path-key@^2.0.0, path-key@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40"
- integrity sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=
+ integrity sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==
path-key@^3.0.0, path-key@^3.1.0:
version "3.1.1"
resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375"
integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==
+path-key@^4.0.0:
+ version "4.0.0"
+ resolved "https://registry.yarnpkg.com/path-key/-/path-key-4.0.0.tgz#295588dc3aee64154f877adb9d780b81c554bf18"
+ integrity sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==
+
path-parse@^1.0.6, path-parse@^1.0.7:
version "1.0.7"
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
-path-scurry@^1.10.1:
- version "1.10.1"
- resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.10.1.tgz#9ba6bf5aa8500fe9fd67df4f0d9483b2b0bfc698"
- integrity sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==
+path-scurry@^1.10.2:
+ version "1.10.2"
+ resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.10.2.tgz#8f6357eb1239d5fa1da8b9f70e9c080675458ba7"
+ integrity sha512-7xTavNy5RQXnsjANvVvMkEjvloOinkAjv/Z6Ildz9v2RinZ4SBKTWFOVRbaF8p0vpHnyjV/UwNDdKuUv6M5qcA==
dependencies:
- lru-cache "^9.1.1 || ^10.0.0"
+ lru-cache "^10.2.0"
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
path-to-regexp@0.1.7:
version "0.1.7"
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
- integrity sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=
+ integrity sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==
path-to-regexp@2.2.1:
version "2.2.1"
@@ -17374,13 +18418,6 @@ path-to-regexp@^1.7.0:
dependencies:
isarray "0.0.1"
-path-type@^2.0.0:
- version "2.0.0"
- resolved "https://registry.yarnpkg.com/path-type/-/path-type-2.0.0.tgz#f012ccb8415b7096fc2daa1054c3d72389594c73"
- integrity sha1-8BLMuEFbcJb8LaoQVMPXI4lZTHM=
- dependencies:
- pify "^2.0.0"
-
path-type@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/path-type/-/path-type-3.0.0.tgz#cef31dc8e0a1a3bb0d105c0cd97cf3bf47f4e36f"
@@ -17393,17 +18430,22 @@ path-type@^4.0.0:
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==
+pathe@^1.1.2:
+ version "1.1.2"
+ resolved "https://registry.yarnpkg.com/pathe/-/pathe-1.1.2.tgz#6c4cb47a945692e48a1ddd6e4094d170516437ec"
+ integrity sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==
+
pause-stream@0.0.11:
version "0.0.11"
resolved "https://registry.yarnpkg.com/pause-stream/-/pause-stream-0.0.11.tgz#fe5a34b0cbce12b5aa6a2b403ee2e73b602f1445"
- integrity sha1-/lo0sMvOErWqaitAPuLnO2AvFEU=
+ integrity sha512-e3FBlXLmN/D1S+zHzanP4E/4Z60oFAa3O051qt1pxa7DEJWKAyil6upYVXCWadEnuoqa4Pkc9oUx9zsxYeRv8A==
dependencies:
through "~2.3"
-pbkdf2@^3.0.3:
- version "3.1.1"
- resolved "https://registry.yarnpkg.com/pbkdf2/-/pbkdf2-3.1.1.tgz#cb8724b0fada984596856d1a6ebafd3584654b94"
- integrity sha512-4Ejy1OPxi9f2tt1rRV7Go7zmfDQ+ZectEQz3VGUQhgq62HtIRPDyG/JtnwIxs6x3uNMwo2V7q1fMvKjb+Tnpqg==
+pbkdf2@^3.0.3, pbkdf2@^3.1.2:
+ version "3.1.2"
+ resolved "https://registry.yarnpkg.com/pbkdf2/-/pbkdf2-3.1.2.tgz#dd822aa0887580e52f1a039dc3eda108efae3075"
+ integrity sha512-iuh7L6jA7JEGu2WxDwtQP1ddOpaJNC4KlDEFfdQajSGgGPNi4OyDc2R7QnbY2bR9QjBVGwgvTdNJZoE7RaxUMA==
dependencies:
create-hash "^1.1.2"
create-hmac "^1.1.4"
@@ -17411,15 +18453,24 @@ pbkdf2@^3.0.3:
safe-buffer "^5.0.1"
sha.js "^2.4.8"
+peek-stream@^1.1.0:
+ version "1.1.3"
+ resolved "https://registry.yarnpkg.com/peek-stream/-/peek-stream-1.1.3.tgz#3b35d84b7ccbbd262fff31dc10da56856ead6d67"
+ integrity sha512-FhJ+YbOSBb9/rIl2ZeE/QHEsWn7PqNYt8ARAY3kIgNGOk13g9FGyIY6JIl/xB/3TFRVoTv5as0l11weORrTekA==
+ dependencies:
+ buffer-from "^1.0.0"
+ duplexify "^3.5.0"
+ through2 "^2.0.3"
+
pend@~1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/pend/-/pend-1.2.0.tgz#7a57eb550a6783f9115331fcf4663d5c8e007a50"
- integrity sha1-elfrVQpng/kRUzH89GY9XI4AelA=
+ integrity sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg==
performance-now@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
- integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=
+ integrity sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==
perfy@^1.1.5:
version "1.1.5"
@@ -17436,20 +18487,20 @@ picocolors@^1.0.0:
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c"
integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==
-picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.2, picomatch@^2.2.3:
- version "2.2.3"
- resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.3.tgz#465547f359ccc206d3c48e46a1bcb89bf7ee619d"
- integrity sha512-KpELjfwcCDUb9PeigTs2mBJzXUPzAuP2oPcA989He8Rte0+YUAjw1JVedDhuTKPkHjSYzMN3npC9luThGYEKdg==
+picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.2, picomatch@^2.2.3, picomatch@^2.3.0, picomatch@^2.3.1:
+ version "2.3.1"
+ resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
+ integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
-pify@^2.0.0, pify@^2.2.0:
+pify@^2.0.0, pify@^2.2.0, pify@^2.3.0:
version "2.3.0"
resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
- integrity sha1-7RQaasBDqEnqWISY59yosVMw6Qw=
+ integrity sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==
pify@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/pify/-/pify-3.0.0.tgz#e5a4acd2c101fdf3d9a4d07f0dbc4db49dd28176"
- integrity sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=
+ integrity sha512-C3FsVNH1udSEX48gGX1xfvwTWfsYWj5U+8/uK15BGzIGrKoUpghX8hWZwa/OFnakBiiVNmBvemTJR5mcy7iPcg==
pify@^4.0.1:
version "4.0.1"
@@ -17459,28 +18510,19 @@ pify@^4.0.1:
pinkie-promise@^2.0.0:
version "2.0.1"
resolved "https://registry.yarnpkg.com/pinkie-promise/-/pinkie-promise-2.0.1.tgz#2135d6dfa7a358c069ac9b178776288228450ffa"
- integrity sha1-ITXW36ejWMBprJsXh3YogihFD/o=
+ integrity sha512-0Gni6D4UcLTbv9c57DfxDGdr41XfgUjqWZu492f0cIGr16zDU06BWP/RAEvOuo7CQ0CNjHaLlM59YJJFm3NWlw==
dependencies:
pinkie "^2.0.0"
pinkie@^2.0.0:
version "2.0.4"
resolved "https://registry.yarnpkg.com/pinkie/-/pinkie-2.0.4.tgz#72556b80cfa0d48a974e80e77248e80ed4f7f870"
- integrity sha1-clVrgM+g1IqXToDnckjoDtT3+HA=
-
-pirates@^4.0.0, pirates@^4.0.1:
- version "4.0.1"
- resolved "https://registry.yarnpkg.com/pirates/-/pirates-4.0.1.tgz#643a92caf894566f91b2b986d2c66950a8e2fb87"
- integrity sha512-WuNqLTbMI3tmfef2TKxlQmAiLHKtFhlsCZnPIpuv2Ow0RDVO8lfy1Opf4NUzlMXLjPl+Men7AuVdX6TA+s+uGA==
- dependencies:
- node-modules-regexp "^1.0.0"
+ integrity sha512-MnUuEycAemtSaeFSjXKW/aroV7akBbY+Sv+RkyqFjgAe73F+MR0TBWKBRDkmfWq/HiFmdavfZ1G7h4SPZXaCSg==
-pkg-dir@^2.0.0:
- version "2.0.0"
- resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-2.0.0.tgz#f6d5d1109e19d63edf428e0bd57e12777615334b"
- integrity sha1-9tXREJ4Z1j7fQo4L1X4Sd3YVM0s=
- dependencies:
- find-up "^2.1.0"
+pirates@^4.0.1, pirates@^4.0.4, pirates@^4.0.6:
+ version "4.0.6"
+ resolved "https://registry.yarnpkg.com/pirates/-/pirates-4.0.6.tgz#3018ae32ecfcff6c29ba2267cbf21166ac1f36b9"
+ integrity sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==
pkg-dir@^3.0.0:
version "3.0.0"
@@ -17510,33 +18552,56 @@ pkg-up@3.1.0, pkg-up@^3.1.0:
dependencies:
find-up "^3.0.0"
-pnp-webpack-plugin@1.6.4, pnp-webpack-plugin@^1.6.4:
+pnp-webpack-plugin@1.6.4:
version "1.6.4"
resolved "https://registry.yarnpkg.com/pnp-webpack-plugin/-/pnp-webpack-plugin-1.6.4.tgz#c9711ac4dc48a685dabafc86f8b6dd9f8df84149"
integrity sha512-7Wjy+9E3WwLOEL30D+m8TSTF7qJJUJLONBnwQp0518siuMxUQUbgZwssaFX+QKlZkjHZcw/IpZCt/H0srrntSg==
dependencies:
ts-pnp "^1.1.6"
-polished@^4.0.5:
- version "4.1.2"
- resolved "https://registry.yarnpkg.com/polished/-/polished-4.1.2.tgz#c04fcc203e287e2d866e9cfcaf102dae1c01a816"
- integrity sha512-jq4t3PJUpVRcveC53nnbEX35VyQI05x3tniwp26WFdm1dwaNUBHAi5awa/roBlwQxx1uRhwNSYeAi/aMbfiJCQ==
+pnp-webpack-plugin@^1.7.0:
+ version "1.7.0"
+ resolved "https://registry.yarnpkg.com/pnp-webpack-plugin/-/pnp-webpack-plugin-1.7.0.tgz#65741384f6d8056f36e2255a8d67ffc20866f5c9"
+ integrity sha512-2Rb3vm+EXble/sMXNSu6eoBx8e79gKqhNq9F5ZWW6ERNCTE/Q0wQNne5541tE5vKjfM8hpNCYL+LGc1YTfI0dg==
+ dependencies:
+ ts-pnp "^1.1.6"
+
+polished@^4.2.2:
+ version "4.3.1"
+ resolved "https://registry.yarnpkg.com/polished/-/polished-4.3.1.tgz#5a00ae32715609f83d89f6f31d0f0261c6170548"
+ integrity sha512-OBatVyC/N7SCW/FaDHrSd+vn0o5cS855TOmYi4OkdWUMSJCET/xip//ch8xGUvtr3i44X9LVyWwQlRMTN3pwSA==
dependencies:
- "@babel/runtime" "^7.13.17"
+ "@babel/runtime" "^7.17.8"
-portfinder@^1.0.26, portfinder@^1.0.28:
- version "1.0.28"
- resolved "https://registry.yarnpkg.com/portfinder/-/portfinder-1.0.28.tgz#67c4622852bd5374dd1dd900f779f53462fac778"
- integrity sha512-Se+2isanIcEqf2XMHjyUKskczxbPH7dQnlMjXX6+dybayyHvAf/TCgyMRlzf/B6QDhAEFOGes0pzRo3by4AbMA==
+portfinder@^1.0.26:
+ version "1.0.32"
+ resolved "https://registry.yarnpkg.com/portfinder/-/portfinder-1.0.32.tgz#2fe1b9e58389712429dc2bea5beb2146146c7f81"
+ integrity sha512-on2ZJVVDXRADWE6jnQaX0ioEylzgBpQk8r55NE4wjXW1ZxO+BgDlY6DXwj20i0V8eB4SenDQ00WEaxfiIQPcxg==
dependencies:
- async "^2.6.2"
- debug "^3.1.1"
- mkdirp "^0.5.5"
+ async "^2.6.4"
+ debug "^3.2.7"
+ mkdirp "^0.5.6"
posix-character-classes@^0.1.0:
version "0.1.1"
resolved "https://registry.yarnpkg.com/posix-character-classes/-/posix-character-classes-0.1.1.tgz#01eac0fe3b5af71a2a6c02feabb8c1fef7e00eab"
- integrity sha1-AerA/jta9xoqbAL+q7jB/vfgDqs=
+ integrity sha512-xTgYBc3fuo7Yt7JbiuFxSYGToMoz8fLoE6TC9Wx1P/u+LfeThMOAqmuyECnlBaaJb+u1m9hHiXUEtwW4OzfUJg==
+
+possible-typed-array-names@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.yarnpkg.com/possible-typed-array-names/-/possible-typed-array-names-1.0.0.tgz#89bb63c6fada2c3e90adc4a647beeeb39cc7bf8f"
+ integrity sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==
+
+post-robot@^10.0.46:
+ version "10.0.46"
+ resolved "https://registry.yarnpkg.com/post-robot/-/post-robot-10.0.46.tgz#39cea5b51033729390fc7c90be3285cd285f0377"
+ integrity sha512-EgVJiuvI4iRWDZvzObWes0X/n8olWBEJWxlSw79zmhpgkigX8UsVL4VOBhVtoJKwf0Y9qP9g2zOONw1rv80QbA==
+ dependencies:
+ belter "^1.0.41"
+ cross-domain-safe-weakmap "^1.0.1"
+ cross-domain-utils "^2.0.0"
+ universal-serialize "^1.0.4"
+ zalgo-promise "^1.0.3"
postcss-attribute-case-insensitive@^4.0.1:
version "4.0.2"
@@ -17546,6 +18611,13 @@ postcss-attribute-case-insensitive@^4.0.1:
postcss "^7.0.2"
postcss-selector-parser "^6.0.2"
+postcss-attribute-case-insensitive@^5.0.2:
+ version "5.0.2"
+ resolved "https://registry.yarnpkg.com/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-5.0.2.tgz#03d761b24afc04c09e757e92ff53716ae8ea2741"
+ integrity sha512-XIidXV8fDr0kKt28vqki84fRK8VW8eTuIa4PChv2MqKuT6C9UjmSKzen6KaWhWEoYvwxFCa7n/tC1SZ3tyq4SQ==
+ dependencies:
+ postcss-selector-parser "^6.0.10"
+
postcss-browser-comments@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/postcss-browser-comments/-/postcss-browser-comments-3.0.0.tgz#1248d2d935fb72053c8e1f61a84a57292d9f65e9"
@@ -17553,6 +18625,11 @@ postcss-browser-comments@^3.0.0:
dependencies:
postcss "^7"
+postcss-browser-comments@^4:
+ version "4.0.0"
+ resolved "https://registry.yarnpkg.com/postcss-browser-comments/-/postcss-browser-comments-4.0.0.tgz#bcfc86134df5807f5d3c0eefa191d42136b5e72a"
+ integrity sha512-X9X9/WN3KIvY9+hNERUqX9gncsgBA25XaeR+jshHz2j8+sYyHktHw1JdKuMjeLpGktXidqDhA7b/qm1mrBDmgg==
+
postcss-calc@^7.0.1:
version "7.0.5"
resolved "https://registry.yarnpkg.com/postcss-calc/-/postcss-calc-7.0.5.tgz#f8a6e99f12e619c2ebc23cf6c486fdc15860933e"
@@ -17570,6 +18647,13 @@ postcss-calc@^8.2.3:
postcss-selector-parser "^6.0.9"
postcss-value-parser "^4.2.0"
+postcss-clamp@^4.1.0:
+ version "4.1.0"
+ resolved "https://registry.yarnpkg.com/postcss-clamp/-/postcss-clamp-4.1.0.tgz#7263e95abadd8c2ba1bd911b0b5a5c9c93e02363"
+ integrity sha512-ry4b1Llo/9zz+PKC+030KUnPITTJAHeOwjfAyyB60eT0AorGLdzp52s31OsPRHRf8NchkgFoG2y6fCfn1IV1Ow==
+ dependencies:
+ postcss-value-parser "^4.2.0"
+
postcss-color-functional-notation@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/postcss-color-functional-notation/-/postcss-color-functional-notation-2.0.1.tgz#5efd37a88fbabeb00a2966d1e53d98ced93f74e0"
@@ -17578,6 +18662,13 @@ postcss-color-functional-notation@^2.0.1:
postcss "^7.0.2"
postcss-values-parser "^2.0.0"
+postcss-color-functional-notation@^4.2.4:
+ version "4.2.4"
+ resolved "https://registry.yarnpkg.com/postcss-color-functional-notation/-/postcss-color-functional-notation-4.2.4.tgz#21a909e8d7454d3612d1659e471ce4696f28caec"
+ integrity sha512-2yrTAUZUab9s6CpxkxC4rVgFEVaR6/2Pipvi6qcgvnYiVqZcbDHEoBDhrXzyb7Efh2CCfHQNtcqWcIruDTIUeg==
+ dependencies:
+ postcss-value-parser "^4.2.0"
+
postcss-color-gray@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/postcss-color-gray/-/postcss-color-gray-5.0.0.tgz#532a31eb909f8da898ceffe296fdc1f864be8547"
@@ -17595,6 +18686,13 @@ postcss-color-hex-alpha@^5.0.3:
postcss "^7.0.14"
postcss-values-parser "^2.0.1"
+postcss-color-hex-alpha@^8.0.4:
+ version "8.0.4"
+ resolved "https://registry.yarnpkg.com/postcss-color-hex-alpha/-/postcss-color-hex-alpha-8.0.4.tgz#c66e2980f2fbc1a63f5b079663340ce8b55f25a5"
+ integrity sha512-nLo2DCRC9eE4w2JmuKgVA3fGL3d01kGq752pVALF68qpGLmx2Qrk91QTKkdUqqp45T1K1XV8IhQpcu1hoAQflQ==
+ dependencies:
+ postcss-value-parser "^4.2.0"
+
postcss-color-mod-function@^3.0.3:
version "3.0.3"
resolved "https://registry.yarnpkg.com/postcss-color-mod-function/-/postcss-color-mod-function-3.0.3.tgz#816ba145ac11cc3cb6baa905a75a49f903e4d31d"
@@ -17612,6 +18710,13 @@ postcss-color-rebeccapurple@^4.0.1:
postcss "^7.0.2"
postcss-values-parser "^2.0.0"
+postcss-color-rebeccapurple@^7.1.1:
+ version "7.1.1"
+ resolved "https://registry.yarnpkg.com/postcss-color-rebeccapurple/-/postcss-color-rebeccapurple-7.1.1.tgz#63fdab91d878ebc4dd4b7c02619a0c3d6a56ced0"
+ integrity sha512-pGxkuVEInwLHgkNxUc4sdg4g3py7zUeCQ9sMfwyHAT+Ezk8a4OaaVZ8lIY5+oNqA/BXXgLyXv0+5wHP68R79hg==
+ dependencies:
+ postcss-value-parser "^4.2.0"
+
postcss-colormin@^4.0.3:
version "4.0.3"
resolved "https://registry.yarnpkg.com/postcss-colormin/-/postcss-colormin-4.0.3.tgz#ae060bce93ed794ac71264f08132d550956bd381"
@@ -17623,12 +18728,12 @@ postcss-colormin@^4.0.3:
postcss "^7.0.0"
postcss-value-parser "^3.0.0"
-postcss-colormin@^5.3.0:
- version "5.3.0"
- resolved "https://registry.yarnpkg.com/postcss-colormin/-/postcss-colormin-5.3.0.tgz#3cee9e5ca62b2c27e84fce63affc0cfb5901956a"
- integrity sha512-WdDO4gOFG2Z8n4P8TWBpshnL3JpmNmJwdnfP2gbk2qBA8PWwOYcmjmI/t3CmMeL72a7Hkd+x/Mg9O2/0rD54Pg==
+postcss-colormin@^5.3.1:
+ version "5.3.1"
+ resolved "https://registry.yarnpkg.com/postcss-colormin/-/postcss-colormin-5.3.1.tgz#86c27c26ed6ba00d96c79e08f3ffb418d1d1988f"
+ integrity sha512-UsWQG0AqTFQmpBegeLLc1+c3jIqBNB0zlDGRWR+dQ3pRKJL1oeMzyqmH3o2PIfn9MBdNrVPWhDbT769LxCTLJQ==
dependencies:
- browserslist "^4.16.6"
+ browserslist "^4.21.4"
caniuse-api "^3.0.0"
colord "^2.9.1"
postcss-value-parser "^4.2.0"
@@ -17641,11 +18746,12 @@ postcss-convert-values@^4.0.1:
postcss "^7.0.0"
postcss-value-parser "^3.0.0"
-postcss-convert-values@^5.1.0:
- version "5.1.0"
- resolved "https://registry.yarnpkg.com/postcss-convert-values/-/postcss-convert-values-5.1.0.tgz#f8d3abe40b4ce4b1470702a0706343eac17e7c10"
- integrity sha512-GkyPbZEYJiWtQB0KZ0X6qusqFHUepguBCNFi9t5JJc7I2OTXG7C0twbTLvCfaKOLl3rSXmpAwV7W5txd91V84g==
+postcss-convert-values@^5.1.3:
+ version "5.1.3"
+ resolved "https://registry.yarnpkg.com/postcss-convert-values/-/postcss-convert-values-5.1.3.tgz#04998bb9ba6b65aa31035d669a6af342c5f9d393"
+ integrity sha512-82pC1xkJZtcJEfiLw6UXnXVXScgtBrjlO5CBmuDQc+dlb88ZYheFsjTn40+zBVi3DkfF7iezO0nJUPLcJK3pvA==
dependencies:
+ browserslist "^4.21.4"
postcss-value-parser "^4.2.0"
postcss-custom-media@^7.0.8:
@@ -17655,6 +18761,20 @@ postcss-custom-media@^7.0.8:
dependencies:
postcss "^7.0.14"
+postcss-custom-media@^8.0.2:
+ version "8.0.2"
+ resolved "https://registry.yarnpkg.com/postcss-custom-media/-/postcss-custom-media-8.0.2.tgz#c8f9637edf45fef761b014c024cee013f80529ea"
+ integrity sha512-7yi25vDAoHAkbhAzX9dHx2yc6ntS4jQvejrNcC+csQJAXjj15e7VcWfMgLqBNAbOvqi5uIa9huOVwdHbf+sKqg==
+ dependencies:
+ postcss-value-parser "^4.2.0"
+
+postcss-custom-properties@^12.1.10:
+ version "12.1.11"
+ resolved "https://registry.yarnpkg.com/postcss-custom-properties/-/postcss-custom-properties-12.1.11.tgz#d14bb9b3989ac4d40aaa0e110b43be67ac7845cf"
+ integrity sha512-0IDJYhgU8xDv1KY6+VgUwuQkVtmYzRwu+dMjnmdMafXYv86SWqfxkc7qdDvWS38vsjaEtv8e0vGOUQrAiMBLpQ==
+ dependencies:
+ postcss-value-parser "^4.2.0"
+
postcss-custom-properties@^8.0.11:
version "8.0.11"
resolved "https://registry.yarnpkg.com/postcss-custom-properties/-/postcss-custom-properties-8.0.11.tgz#2d61772d6e92f22f5e0d52602df8fae46fa30d97"
@@ -17671,6 +18791,13 @@ postcss-custom-selectors@^5.1.2:
postcss "^7.0.2"
postcss-selector-parser "^5.0.0-rc.3"
+postcss-custom-selectors@^6.0.3:
+ version "6.0.3"
+ resolved "https://registry.yarnpkg.com/postcss-custom-selectors/-/postcss-custom-selectors-6.0.3.tgz#1ab4684d65f30fed175520f82d223db0337239d9"
+ integrity sha512-fgVkmyiWDwmD3JbpCmB45SvvlCD6z9CG6Ie6Iere22W5aHea6oWa7EM2bpnv2Fj3I94L3VbtvX9KqwSi5aFzSg==
+ dependencies:
+ postcss-selector-parser "^6.0.4"
+
postcss-dir-pseudo-class@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/postcss-dir-pseudo-class/-/postcss-dir-pseudo-class-5.0.0.tgz#6e3a4177d0edb3abcc85fdb6fbb1c26dabaeaba2"
@@ -17679,6 +18806,13 @@ postcss-dir-pseudo-class@^5.0.0:
postcss "^7.0.2"
postcss-selector-parser "^5.0.0-rc.3"
+postcss-dir-pseudo-class@^6.0.5:
+ version "6.0.5"
+ resolved "https://registry.yarnpkg.com/postcss-dir-pseudo-class/-/postcss-dir-pseudo-class-6.0.5.tgz#2bf31de5de76added44e0a25ecf60ae9f7c7c26c"
+ integrity sha512-eqn4m70P031PF7ZQIvSgy9RSJ5uI2171O/OO/zcRNYpJbvaeKFUlar1aJ7rmgiQtbm0FSPsRewjpdS0Oew7MPA==
+ dependencies:
+ postcss-selector-parser "^6.0.10"
+
postcss-discard-comments@^4.0.2:
version "4.0.2"
resolved "https://registry.yarnpkg.com/postcss-discard-comments/-/postcss-discard-comments-4.0.2.tgz#1fbabd2c246bff6aaad7997b2b0918f4d7af4033"
@@ -17686,10 +18820,10 @@ postcss-discard-comments@^4.0.2:
dependencies:
postcss "^7.0.0"
-postcss-discard-comments@^5.1.0:
- version "5.1.0"
- resolved "https://registry.yarnpkg.com/postcss-discard-comments/-/postcss-discard-comments-5.1.0.tgz#87be4e0953bf599935837b940c701f8d4eca7d0b"
- integrity sha512-L0IKF4jAshRyn03SkEO6ar/Ipz2oLywVbg2THf2EqqdNkBwmVMxuTR/RoAltOw4piiaLt3gCAdrbAqmTBInmhg==
+postcss-discard-comments@^5.1.2:
+ version "5.1.2"
+ resolved "https://registry.yarnpkg.com/postcss-discard-comments/-/postcss-discard-comments-5.1.2.tgz#8df5e81d2925af2780075840c1526f0660e53696"
+ integrity sha512-+L8208OVbHVF2UQf1iDmRcbdjJkuBF6IS29yBDSiWUIzpYaAhtNl6JYnYm12FnkeCwQqF5LeklOu6rAqgfBZqQ==
postcss-discard-duplicates@^4.0.2:
version "4.0.2"
@@ -17710,10 +18844,10 @@ postcss-discard-empty@^4.0.1:
dependencies:
postcss "^7.0.0"
-postcss-discard-empty@^5.1.0:
- version "5.1.0"
- resolved "https://registry.yarnpkg.com/postcss-discard-empty/-/postcss-discard-empty-5.1.0.tgz#7f51b16cd1b89f8180bbc7cee34d6cbabf2ef810"
- integrity sha512-782T/buGgb3HOuHOJAHpdyKzAAKsv/BxWqsutnZ+QsiHEcDkY7v+6WWdturuBiSal6XMOO1p1aJvwXdqLD5vhA==
+postcss-discard-empty@^5.1.1:
+ version "5.1.1"
+ resolved "https://registry.yarnpkg.com/postcss-discard-empty/-/postcss-discard-empty-5.1.1.tgz#e57762343ff7f503fe53fca553d18d7f0c369c6c"
+ integrity sha512-zPz4WljiSuLWsI0ir4Mcnr4qQQ5e1Ukc3i7UfE2XcrwKK2LIPIqE5jxMRxO6GbI3cv//ztXDsXwEWT3BHOGh3A==
postcss-discard-overridden@^4.0.1:
version "4.0.1"
@@ -17742,6 +18876,14 @@ postcss-double-position-gradients@^1.0.0:
postcss "^7.0.5"
postcss-values-parser "^2.0.0"
+postcss-double-position-gradients@^3.1.2:
+ version "3.1.2"
+ resolved "https://registry.yarnpkg.com/postcss-double-position-gradients/-/postcss-double-position-gradients-3.1.2.tgz#b96318fdb477be95997e86edd29c6e3557a49b91"
+ integrity sha512-GX+FuE/uBR6eskOK+4vkXgT6pDkexLokPaz/AbJna9s5Kzp/yl488pKPjhy0obB475ovfT1Wv8ho7U/cHNaRgQ==
+ dependencies:
+ "@csstools/postcss-progressive-custom-properties" "^1.1.0"
+ postcss-value-parser "^4.2.0"
+
postcss-env-function@^2.0.2:
version "2.0.2"
resolved "https://registry.yarnpkg.com/postcss-env-function/-/postcss-env-function-2.0.2.tgz#0f3e3d3c57f094a92c2baf4b6241f0b0da5365d7"
@@ -17750,13 +18892,25 @@ postcss-env-function@^2.0.2:
postcss "^7.0.2"
postcss-values-parser "^2.0.0"
-postcss-flexbugs-fixes@4.2.1, postcss-flexbugs-fixes@^4.2.1:
+postcss-env-function@^4.0.6:
+ version "4.0.6"
+ resolved "https://registry.yarnpkg.com/postcss-env-function/-/postcss-env-function-4.0.6.tgz#7b2d24c812f540ed6eda4c81f6090416722a8e7a"
+ integrity sha512-kpA6FsLra+NqcFnL81TnsU+Z7orGtDTxcOhl6pwXeEq1yFPpRMkCDpHhrz8CFQDr/Wfm0jLiNQ1OsGGPjlqPwA==
+ dependencies:
+ postcss-value-parser "^4.2.0"
+
+postcss-flexbugs-fixes@4.2.1:
version "4.2.1"
resolved "https://registry.yarnpkg.com/postcss-flexbugs-fixes/-/postcss-flexbugs-fixes-4.2.1.tgz#9218a65249f30897deab1033aced8578562a6690"
integrity sha512-9SiofaZ9CWpQWxOwRh1b/r85KD5y7GgvsNt1056k6OYLvWUun0czCvogfJgylC22uJTwW1KzY3Gz65NZRlvoiQ==
dependencies:
postcss "^7.0.26"
+postcss-flexbugs-fixes@^5.0.2:
+ version "5.0.2"
+ resolved "https://registry.yarnpkg.com/postcss-flexbugs-fixes/-/postcss-flexbugs-fixes-5.0.2.tgz#2028e145313074fc9abe276cb7ca14e5401eb49d"
+ integrity sha512-18f9voByak7bTktR2QgDveglpn9DTbBWPUzSOe9g0N4WR/2eSt6Vrcbf0hmspvMI6YWGywz6B9f7jzpFNJJgnQ==
+
postcss-focus-visible@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/postcss-focus-visible/-/postcss-focus-visible-4.0.0.tgz#477d107113ade6024b14128317ade2bd1e17046e"
@@ -17764,6 +18918,13 @@ postcss-focus-visible@^4.0.0:
dependencies:
postcss "^7.0.2"
+postcss-focus-visible@^6.0.4:
+ version "6.0.4"
+ resolved "https://registry.yarnpkg.com/postcss-focus-visible/-/postcss-focus-visible-6.0.4.tgz#50c9ea9afa0ee657fb75635fabad25e18d76bf9e"
+ integrity sha512-QcKuUU/dgNsstIK6HELFRT5Y3lbrMLEOwG+A4s5cA+fx3A3y/JTq3X9LaOj3OC3ALH0XqyrgQIgey/MIZ8Wczw==
+ dependencies:
+ postcss-selector-parser "^6.0.9"
+
postcss-focus-within@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/postcss-focus-within/-/postcss-focus-within-3.0.0.tgz#763b8788596cee9b874c999201cdde80659ef680"
@@ -17771,6 +18932,13 @@ postcss-focus-within@^3.0.0:
dependencies:
postcss "^7.0.2"
+postcss-focus-within@^5.0.4:
+ version "5.0.4"
+ resolved "https://registry.yarnpkg.com/postcss-focus-within/-/postcss-focus-within-5.0.4.tgz#5b1d2ec603195f3344b716c0b75f61e44e8d2e20"
+ integrity sha512-vvjDN++C0mu8jz4af5d52CB184ogg/sSxAFS+oUJQq2SuCe7T5U2iIsVJtsCp2d6R4j0jr5+q3rPkBVZkXD9fQ==
+ dependencies:
+ postcss-selector-parser "^6.0.9"
+
postcss-font-variant@^4.0.0:
version "4.0.1"
resolved "https://registry.yarnpkg.com/postcss-font-variant/-/postcss-font-variant-4.0.1.tgz#42d4c0ab30894f60f98b17561eb5c0321f502641"
@@ -17778,6 +18946,11 @@ postcss-font-variant@^4.0.0:
dependencies:
postcss "^7.0.2"
+postcss-font-variant@^5.0.0:
+ version "5.0.0"
+ resolved "https://registry.yarnpkg.com/postcss-font-variant/-/postcss-font-variant-5.0.0.tgz#efd59b4b7ea8bb06127f2d031bfbb7f24d32fa66"
+ integrity sha512-1fmkBaCALD72CK2a9i468mA/+tr9/1cBxRRMXOUaZqO43oWPR5imcyPjXwuv7PXbCid4ndlP5zWhidQVVa3hmA==
+
postcss-gap-properties@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/postcss-gap-properties/-/postcss-gap-properties-2.0.0.tgz#431c192ab3ed96a3c3d09f2ff615960f902c1715"
@@ -17785,6 +18958,11 @@ postcss-gap-properties@^2.0.0:
dependencies:
postcss "^7.0.2"
+postcss-gap-properties@^3.0.5:
+ version "3.0.5"
+ resolved "https://registry.yarnpkg.com/postcss-gap-properties/-/postcss-gap-properties-3.0.5.tgz#f7e3cddcf73ee19e94ccf7cb77773f9560aa2fff"
+ integrity sha512-IuE6gKSdoUNcvkGIqdtjtcMtZIFyXZhmFd5RUlg97iVEvp1BZKV5ngsAjCjrVy+14uhGBQl9tzmi1Qwq4kqVOg==
+
postcss-image-set-function@^3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/postcss-image-set-function/-/postcss-image-set-function-3.0.1.tgz#28920a2f29945bed4c3198d7df6496d410d3f288"
@@ -17793,14 +18971,41 @@ postcss-image-set-function@^3.0.1:
postcss "^7.0.2"
postcss-values-parser "^2.0.0"
+postcss-image-set-function@^4.0.7:
+ version "4.0.7"
+ resolved "https://registry.yarnpkg.com/postcss-image-set-function/-/postcss-image-set-function-4.0.7.tgz#08353bd756f1cbfb3b6e93182c7829879114481f"
+ integrity sha512-9T2r9rsvYzm5ndsBE8WgtrMlIT7VbtTfE7b3BQnudUqnBcBo7L758oc+o+pdj/dUV0l5wjwSdjeOH2DZtfv8qw==
+ dependencies:
+ postcss-value-parser "^4.2.0"
+
+postcss-import@^15.1.0:
+ version "15.1.0"
+ resolved "https://registry.yarnpkg.com/postcss-import/-/postcss-import-15.1.0.tgz#41c64ed8cc0e23735a9698b3249ffdbf704adc70"
+ integrity sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==
+ dependencies:
+ postcss-value-parser "^4.0.0"
+ read-cache "^1.0.0"
+ resolve "^1.1.7"
+
postcss-initial@^3.0.0:
- version "3.0.2"
- resolved "https://registry.yarnpkg.com/postcss-initial/-/postcss-initial-3.0.2.tgz#f018563694b3c16ae8eaabe3c585ac6319637b2d"
- integrity sha512-ugA2wKonC0xeNHgirR4D3VWHs2JcU08WAi1KFLVcnb7IN89phID6Qtg2RIctWbnvp1TM2BOmDtX8GGLCKdR8YA==
+ version "3.0.4"
+ resolved "https://registry.yarnpkg.com/postcss-initial/-/postcss-initial-3.0.4.tgz#9d32069a10531fe2ecafa0b6ac750ee0bc7efc53"
+ integrity sha512-3RLn6DIpMsK1l5UUy9jxQvoDeUN4gP939tDcKUHD/kM8SGSKbFAnvkpFpj3Bhtz3HGk1jWY5ZNWX6mPta5M9fg==
dependencies:
- lodash.template "^4.5.0"
postcss "^7.0.2"
+postcss-initial@^4.0.1:
+ version "4.0.1"
+ resolved "https://registry.yarnpkg.com/postcss-initial/-/postcss-initial-4.0.1.tgz#529f735f72c5724a0fb30527df6fb7ac54d7de42"
+ integrity sha512-0ueD7rPqX8Pn1xJIjay0AZeIuDoF+V+VvMt/uOnn+4ezUKhZM/NokDeP6DwMNyIoYByuN/94IQnt5FEkaN59xQ==
+
+postcss-js@^4.0.1:
+ version "4.0.1"
+ resolved "https://registry.yarnpkg.com/postcss-js/-/postcss-js-4.0.1.tgz#61598186f3703bab052f1c4f7d805f3991bee9d2"
+ integrity sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==
+ dependencies:
+ camelcase-css "^2.0.1"
+
postcss-lab-function@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/postcss-lab-function/-/postcss-lab-function-2.0.1.tgz#bb51a6856cd12289ab4ae20db1e3821ef13d7d2e"
@@ -17810,6 +19015,14 @@ postcss-lab-function@^2.0.1:
postcss "^7.0.2"
postcss-values-parser "^2.0.0"
+postcss-lab-function@^4.2.1:
+ version "4.2.1"
+ resolved "https://registry.yarnpkg.com/postcss-lab-function/-/postcss-lab-function-4.2.1.tgz#6fe4c015102ff7cd27d1bd5385582f67ebdbdc98"
+ integrity sha512-xuXll4isR03CrQsmxyz92LJB2xX9n+pZJ5jE9JgcnmsCammLyKdlzrBin+25dy6wIjfhJpKBAN80gsTlCgRk2w==
+ dependencies:
+ "@csstools/postcss-progressive-custom-properties" "^1.1.0"
+ postcss-value-parser "^4.2.0"
+
postcss-load-config@^2.0.0:
version "2.1.2"
resolved "https://registry.yarnpkg.com/postcss-load-config/-/postcss-load-config-2.1.2.tgz#c5ea504f2c4aef33c7359a34de3573772ad7502a"
@@ -17818,6 +19031,14 @@ postcss-load-config@^2.0.0:
cosmiconfig "^5.0.0"
import-cwd "^2.0.0"
+postcss-load-config@^4.0.1:
+ version "4.0.2"
+ resolved "https://registry.yarnpkg.com/postcss-load-config/-/postcss-load-config-4.0.2.tgz#7159dcf626118d33e299f485d6afe4aff7c4a3e3"
+ integrity sha512-bSVhyJGL00wMVoPUzAVAnbEoWyqRxkjv64tUl427SKnPrENtq6hJwUojroMz2VB+Q1edmi4IfrAPpami5VVgMQ==
+ dependencies:
+ lilconfig "^3.0.0"
+ yaml "^2.3.4"
+
postcss-loader@3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/postcss-loader/-/postcss-loader-3.0.0.tgz#6b97943e47c72d845fa9e03f273773d4e8dd6c2d"
@@ -17828,17 +19049,6 @@ postcss-loader@3.0.0:
postcss-load-config "^2.0.0"
schema-utils "^1.0.0"
-postcss-loader@^4.2.0:
- version "4.2.0"
- resolved "https://registry.yarnpkg.com/postcss-loader/-/postcss-loader-4.2.0.tgz#f6993ea3e0f46600fb3ee49bbd010448123a7db4"
- integrity sha512-mqgScxHqbiz1yxbnNcPdKYo/6aVt+XExURmEbQlviFVWogDbM4AJ0A/B+ZBpYsJrTRxKw7HyRazg9x0Q9SWwLA==
- dependencies:
- cosmiconfig "^7.0.0"
- klona "^2.0.4"
- loader-utils "^2.0.0"
- schema-utils "^3.0.0"
- semver "^7.3.4"
-
postcss-loader@^6.2.1:
version "6.2.1"
resolved "https://registry.yarnpkg.com/postcss-loader/-/postcss-loader-6.2.1.tgz#0895f7346b1702103d30fdc66e4d494a93c008ef"
@@ -17848,6 +19058,15 @@ postcss-loader@^6.2.1:
klona "^2.0.5"
semver "^7.3.5"
+postcss-loader@^7.0.0:
+ version "7.3.4"
+ resolved "https://registry.yarnpkg.com/postcss-loader/-/postcss-loader-7.3.4.tgz#aed9b79ce4ed7e9e89e56199d25ad1ec8f606209"
+ integrity sha512-iW5WTTBSC5BfsBJ9daFMPVrLT36MrNiC6fqOZTTaHjBNX6Pfd5p+hSBqe/fEeNd7pc13QiAyGt7VdGMw4eRC4A==
+ dependencies:
+ cosmiconfig "^8.3.5"
+ jiti "^1.20.0"
+ semver "^7.5.4"
+
postcss-logical@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/postcss-logical/-/postcss-logical-3.0.0.tgz#2495d0f8b82e9f262725f75f9401b34e7b45d5b5"
@@ -17855,6 +19074,11 @@ postcss-logical@^3.0.0:
dependencies:
postcss "^7.0.2"
+postcss-logical@^5.0.4:
+ version "5.0.4"
+ resolved "https://registry.yarnpkg.com/postcss-logical/-/postcss-logical-5.0.4.tgz#ec75b1ee54421acc04d5921576b7d8db6b0e6f73"
+ integrity sha512-RHXxplCeLh9VjinvMrZONq7im4wjWGlRJAqmAVLXyZaXwfDWP73/oq4NdIp+OZwhQUMj0zjqDfM5Fj7qby+B4g==
+
postcss-media-minmax@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/postcss-media-minmax/-/postcss-media-minmax-4.0.0.tgz#b75bb6cbc217c8ac49433e12f22048814a4f5ed5"
@@ -17862,10 +19086,15 @@ postcss-media-minmax@^4.0.0:
dependencies:
postcss "^7.0.2"
-postcss-merge-idents@^5.1.0:
- version "5.1.0"
- resolved "https://registry.yarnpkg.com/postcss-merge-idents/-/postcss-merge-idents-5.1.0.tgz#948e1183cd659cfb5f99c7389f5fcec83c8f9a00"
- integrity sha512-l+awq6+uUiCILsHahWK5KE25495I4oCKlUrIA+EdBvklnVdWlBEsbkzq5+ouPKb8OAe4WwRBgFvaSq7f77FY+w==
+postcss-media-minmax@^5.0.0:
+ version "5.0.0"
+ resolved "https://registry.yarnpkg.com/postcss-media-minmax/-/postcss-media-minmax-5.0.0.tgz#7140bddec173e2d6d657edbd8554a55794e2a5b5"
+ integrity sha512-yDUvFf9QdFZTuCUg0g0uNSHVlJ5X1lSzDZjPSFaiCWvjgsvu8vEVxtahPrLMinIDEEGnx6cBe6iqdx5YWz08wQ==
+
+postcss-merge-idents@^5.1.1:
+ version "5.1.1"
+ resolved "https://registry.yarnpkg.com/postcss-merge-idents/-/postcss-merge-idents-5.1.1.tgz#7753817c2e0b75d0853b56f78a89771e15ca04a1"
+ integrity sha512-pCijL1TREiCoog5nQp7wUe+TUonA2tC2sQ54UGeMmryK3UFGIYKqDyjnqd6RcuI4znFn9hWSLNN8xKE/vWcUQw==
dependencies:
cssnano-utils "^3.1.0"
postcss-value-parser "^4.2.0"
@@ -17880,13 +19109,13 @@ postcss-merge-longhand@^4.0.11:
postcss-value-parser "^3.0.0"
stylehacks "^4.0.0"
-postcss-merge-longhand@^5.1.0:
- version "5.1.0"
- resolved "https://registry.yarnpkg.com/postcss-merge-longhand/-/postcss-merge-longhand-5.1.0.tgz#f716bffbf0bdfbde6ea78c36088e21559f8a0a95"
- integrity sha512-Gr46srN2tsLD8fudKYoHO56RG0BLQ2nsBRnSZGY04eNBPwTeWa9KeHrbL3tOLAHyB2aliikycPH2TMJG1U+W6g==
+postcss-merge-longhand@^5.1.7:
+ version "5.1.7"
+ resolved "https://registry.yarnpkg.com/postcss-merge-longhand/-/postcss-merge-longhand-5.1.7.tgz#24a1bdf402d9ef0e70f568f39bdc0344d568fb16"
+ integrity sha512-YCI9gZB+PLNskrK0BB3/2OzPnGhPkBEwmwhfYk1ilBHYVAZB7/tkTHFBAnCrvBBOmeYyMYw3DMjT55SyxMBzjQ==
dependencies:
postcss-value-parser "^4.2.0"
- stylehacks "^5.1.0"
+ stylehacks "^5.1.1"
postcss-merge-rules@^4.0.3:
version "4.0.3"
@@ -17900,12 +19129,12 @@ postcss-merge-rules@^4.0.3:
postcss-selector-parser "^3.0.0"
vendors "^1.0.0"
-postcss-merge-rules@^5.1.0:
- version "5.1.0"
- resolved "https://registry.yarnpkg.com/postcss-merge-rules/-/postcss-merge-rules-5.1.0.tgz#a2d5117eba09c8686a5471d97bd9afcf30d1b41f"
- integrity sha512-NecukEJovQ0mG7h7xV8wbYAkXGTO3MPKnXvuiXzOKcxoOodfTTKYjeo8TMhAswlSkjcPIBlnKbSFcTuVSDaPyQ==
+postcss-merge-rules@^5.1.4:
+ version "5.1.4"
+ resolved "https://registry.yarnpkg.com/postcss-merge-rules/-/postcss-merge-rules-5.1.4.tgz#2f26fa5cacb75b1402e213789f6766ae5e40313c"
+ integrity sha512-0R2IuYpgU93y9lhVbO/OylTtKMVcHb67zjWIfCiKR9rWL3GUk1677LAqD/BcHizukdZEjT8Ru3oHRoAYoJy44g==
dependencies:
- browserslist "^4.16.6"
+ browserslist "^4.21.4"
caniuse-api "^3.0.0"
cssnano-utils "^3.1.0"
postcss-selector-parser "^6.0.5"
@@ -17935,10 +19164,10 @@ postcss-minify-gradients@^4.0.2:
postcss "^7.0.0"
postcss-value-parser "^3.0.0"
-postcss-minify-gradients@^5.1.0:
- version "5.1.0"
- resolved "https://registry.yarnpkg.com/postcss-minify-gradients/-/postcss-minify-gradients-5.1.0.tgz#de0260a67a13b7b321a8adc3150725f2c6612377"
- integrity sha512-J/TMLklkONn3LuL8wCwfwU8zKC1hpS6VcxFkNUNjmVt53uKqrrykR3ov11mdUYyqVMEx67slMce0tE14cE4DTg==
+postcss-minify-gradients@^5.1.1:
+ version "5.1.1"
+ resolved "https://registry.yarnpkg.com/postcss-minify-gradients/-/postcss-minify-gradients-5.1.1.tgz#f1fe1b4f498134a5068240c2f25d46fcd236ba2c"
+ integrity sha512-VGvXMTpCEo4qHTNSa9A0a3D+dxGFZCYwR6Jokk+/3oB6flu2/PnPXAh2x7x52EkY5xlIHLm+Le8tJxe/7TNhzw==
dependencies:
colord "^2.9.1"
cssnano-utils "^3.1.0"
@@ -17956,12 +19185,12 @@ postcss-minify-params@^4.0.2:
postcss-value-parser "^3.0.0"
uniqs "^2.0.0"
-postcss-minify-params@^5.1.0:
- version "5.1.0"
- resolved "https://registry.yarnpkg.com/postcss-minify-params/-/postcss-minify-params-5.1.0.tgz#e0b1f4e05cfd396682f612856485907e4064f25e"
- integrity sha512-q67dcts4Hct6x8+JmhBgctHkbvUsqGIg2IItenjE63iZXMbhjr7AlVZkNnKtIGt/1Wsv7p/7YzeSII6Q+KPXRg==
+postcss-minify-params@^5.1.4:
+ version "5.1.4"
+ resolved "https://registry.yarnpkg.com/postcss-minify-params/-/postcss-minify-params-5.1.4.tgz#c06a6c787128b3208b38c9364cfc40c8aa5d7352"
+ integrity sha512-+mePA3MgdmVmv6g+30rn57USjOGSAyuxUmkfiWpzalZ8aiBkdPYjXWtHuwJGm1v5Ojy0Z0LaSYhHaLJQB0P8Jw==
dependencies:
- browserslist "^4.16.6"
+ browserslist "^4.21.4"
cssnano-utils "^3.1.0"
postcss-value-parser "^4.2.0"
@@ -17975,10 +19204,10 @@ postcss-minify-selectors@^4.0.2:
postcss "^7.0.0"
postcss-selector-parser "^3.0.0"
-postcss-minify-selectors@^5.2.0:
- version "5.2.0"
- resolved "https://registry.yarnpkg.com/postcss-minify-selectors/-/postcss-minify-selectors-5.2.0.tgz#17c2be233e12b28ffa8a421a02fc8b839825536c"
- integrity sha512-vYxvHkW+iULstA+ctVNx0VoRAR4THQQRkG77o0oa4/mBS0OzGvvzLIvHDv/nNEM0crzN2WIyFU5X7wZhaUK3RA==
+postcss-minify-selectors@^5.2.1:
+ version "5.2.1"
+ resolved "https://registry.yarnpkg.com/postcss-minify-selectors/-/postcss-minify-selectors-5.2.1.tgz#d4e7e6b46147b8117ea9325a915a801d5fe656c6"
+ integrity sha512-nPJu7OjZJTsVUmPdm2TcaiohIwxP+v8ha9NehQ2ye9szv4orirRU3SDdtUmKH+10nzn0bAyOXZ0UEr7OpvLehg==
dependencies:
postcss-selector-parser "^6.0.5"
@@ -17989,12 +19218,12 @@ postcss-modules-extract-imports@^2.0.0:
dependencies:
postcss "^7.0.5"
-postcss-modules-extract-imports@^3.0.0:
- version "3.0.0"
- resolved "https://registry.yarnpkg.com/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.0.0.tgz#cda1f047c0ae80c97dbe28c3e76a43b88025741d"
- integrity sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==
+postcss-modules-extract-imports@^3.1.0:
+ version "3.1.0"
+ resolved "https://registry.yarnpkg.com/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.1.0.tgz#b4497cb85a9c0c4b5aabeb759bb25e8d89f15002"
+ integrity sha512-k3kNe0aNFQDAZGbin48pL2VNidTF0w4/eASDsxlyspobzU3wZQLOGj7L9gfRe0Jo9/4uud09DsjFNH7winGv8Q==
-postcss-modules-local-by-default@^3.0.2, postcss-modules-local-by-default@^3.0.3:
+postcss-modules-local-by-default@^3.0.3:
version "3.0.3"
resolved "https://registry.yarnpkg.com/postcss-modules-local-by-default/-/postcss-modules-local-by-default-3.0.3.tgz#bb14e0cc78279d504dbdcbfd7e0ca28993ffbbb0"
integrity sha512-e3xDq+LotiGesympRlKNgaJ0PCzoUIdpH0dj47iWAui/kyTgh3CiAr1qP54uodmJhl6p9rN6BoNcdEDVJx9RDw==
@@ -18004,10 +19233,10 @@ postcss-modules-local-by-default@^3.0.2, postcss-modules-local-by-default@^3.0.3
postcss-selector-parser "^6.0.2"
postcss-value-parser "^4.1.0"
-postcss-modules-local-by-default@^4.0.0:
- version "4.0.0"
- resolved "https://registry.yarnpkg.com/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.0.tgz#ebbb54fae1598eecfdf691a02b3ff3b390a5a51c"
- integrity sha512-sT7ihtmGSF9yhm6ggikHdV0hlziDTX7oFoXtuVWeDd3hHObNkcHRo9V3yg7vCAY7cONyxJC/XXCmmiHHcvX7bQ==
+postcss-modules-local-by-default@^4.0.5:
+ version "4.0.5"
+ resolved "https://registry.yarnpkg.com/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.5.tgz#f1b9bd757a8edf4d8556e8d0f4f894260e3df78f"
+ integrity sha512-6MieY7sIfTK0hYfafw1OMEG+2bg8Q1ocHCpoWLqOKj3JXlKu4G7btkmM/B7lFubYkYWmRSPLZi5chid63ZaZYw==
dependencies:
icss-utils "^5.0.0"
postcss-selector-parser "^6.0.2"
@@ -18021,10 +19250,10 @@ postcss-modules-scope@^2.2.0:
postcss "^7.0.6"
postcss-selector-parser "^6.0.0"
-postcss-modules-scope@^3.0.0:
- version "3.0.0"
- resolved "https://registry.yarnpkg.com/postcss-modules-scope/-/postcss-modules-scope-3.0.0.tgz#9ef3151456d3bbfa120ca44898dfca6f2fa01f06"
- integrity sha512-hncihwFA2yPath8oZ15PZqvWGkWf+XUfQgUGamS4LqoP1anQLOsOJw0vr7J7IwLpoY9fatA2qiGUGmuZL0Iqlg==
+postcss-modules-scope@^3.2.0:
+ version "3.2.0"
+ resolved "https://registry.yarnpkg.com/postcss-modules-scope/-/postcss-modules-scope-3.2.0.tgz#a43d28289a169ce2c15c00c4e64c0858e43457d5"
+ integrity sha512-oq+g1ssrsZOsx9M96c5w8laRmvEu9C3adDSjI8oTcbfkrTE8hx/zfyobUoWIxaKPO8bt6S62kxpw5GqypEw1QQ==
dependencies:
postcss-selector-parser "^6.0.4"
@@ -18043,6 +19272,21 @@ postcss-modules-values@^4.0.0:
dependencies:
icss-utils "^5.0.0"
+postcss-nested@^6.0.1:
+ version "6.0.1"
+ resolved "https://registry.yarnpkg.com/postcss-nested/-/postcss-nested-6.0.1.tgz#f83dc9846ca16d2f4fa864f16e9d9f7d0961662c"
+ integrity sha512-mEp4xPMi5bSWiMbsgoPfcP74lsWLHkQbZc3sY+jWYd65CUwXrUaTp0fmNpa01ZcETKlIgUdFN/MpS2xZtqL9dQ==
+ dependencies:
+ postcss-selector-parser "^6.0.11"
+
+postcss-nesting@^10.2.0:
+ version "10.2.0"
+ resolved "https://registry.yarnpkg.com/postcss-nesting/-/postcss-nesting-10.2.0.tgz#0b12ce0db8edfd2d8ae0aaf86427370b898890be"
+ integrity sha512-EwMkYchxiDiKUhlJGzWsD9b2zvq/r2SSubcRrgP+jujMXFzqvANLt16lJANC+5uZ6hjI7lpRmI6O8JIl+8l1KA==
+ dependencies:
+ "@csstools/selector-specificity" "^2.0.0"
+ postcss-selector-parser "^6.0.10"
+
postcss-nesting@^7.0.0:
version "7.0.1"
resolved "https://registry.yarnpkg.com/postcss-nesting/-/postcss-nesting-7.0.1.tgz#b50ad7b7f0173e5b5e3880c3501344703e04c052"
@@ -18088,10 +19332,10 @@ postcss-normalize-positions@^4.0.2:
postcss "^7.0.0"
postcss-value-parser "^3.0.0"
-postcss-normalize-positions@^5.1.0:
- version "5.1.0"
- resolved "https://registry.yarnpkg.com/postcss-normalize-positions/-/postcss-normalize-positions-5.1.0.tgz#902a7cb97cf0b9e8b1b654d4a43d451e48966458"
- integrity sha512-8gmItgA4H5xiUxgN/3TVvXRoJxkAWLW6f/KKhdsH03atg0cB8ilXnrB5PpSshwVu/dD2ZsRFQcR1OEmSBDAgcQ==
+postcss-normalize-positions@^5.1.1:
+ version "5.1.1"
+ resolved "https://registry.yarnpkg.com/postcss-normalize-positions/-/postcss-normalize-positions-5.1.1.tgz#ef97279d894087b59325b45c47f1e863daefbb92"
+ integrity sha512-6UpCb0G4eofTCQLFVuI3EVNZzBNPiIKcA1AKVka+31fTVySphr3VUgAIULBhxZkKgwLImhzMR2Bw1ORK+37INg==
dependencies:
postcss-value-parser "^4.2.0"
@@ -18105,10 +19349,10 @@ postcss-normalize-repeat-style@^4.0.2:
postcss "^7.0.0"
postcss-value-parser "^3.0.0"
-postcss-normalize-repeat-style@^5.1.0:
- version "5.1.0"
- resolved "https://registry.yarnpkg.com/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-5.1.0.tgz#f6d6fd5a54f51a741cc84a37f7459e60ef7a6398"
- integrity sha512-IR3uBjc+7mcWGL6CtniKNQ4Rr5fTxwkaDHwMBDGGs1x9IVRkYIT/M4NelZWkAOBdV6v3Z9S46zqaKGlyzHSchw==
+postcss-normalize-repeat-style@^5.1.1:
+ version "5.1.1"
+ resolved "https://registry.yarnpkg.com/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-5.1.1.tgz#e9eb96805204f4766df66fd09ed2e13545420fb2"
+ integrity sha512-mFpLspGWkQtBcWIRFLmewo8aC3ImN2i/J3v8YCFUwDnPu3Xz4rLohDO26lGjwNsQxB3YF0KKRwspGzE2JEuS0g==
dependencies:
postcss-value-parser "^4.2.0"
@@ -18153,12 +19397,12 @@ postcss-normalize-unicode@^4.0.1:
postcss "^7.0.0"
postcss-value-parser "^3.0.0"
-postcss-normalize-unicode@^5.1.0:
- version "5.1.0"
- resolved "https://registry.yarnpkg.com/postcss-normalize-unicode/-/postcss-normalize-unicode-5.1.0.tgz#3d23aede35e160089a285e27bf715de11dc9db75"
- integrity sha512-J6M3MizAAZ2dOdSjy2caayJLQT8E8K9XjLce8AUQMwOrCvjCHv24aLC/Lps1R1ylOfol5VIDMaM/Lo9NGlk1SQ==
+postcss-normalize-unicode@^5.1.1:
+ version "5.1.1"
+ resolved "https://registry.yarnpkg.com/postcss-normalize-unicode/-/postcss-normalize-unicode-5.1.1.tgz#f67297fca3fea7f17e0d2caa40769afc487aa030"
+ integrity sha512-qnCL5jzkNUmKVhZoENp1mJiGNPcsJCs1aaRmURmeJGES23Z/ajaln+EPTD+rBeNkSryI+2WTdW+lwcVdOikrpA==
dependencies:
- browserslist "^4.16.6"
+ browserslist "^4.21.4"
postcss-value-parser "^4.2.0"
postcss-normalize-url@^4.0.1:
@@ -18187,10 +19431,10 @@ postcss-normalize-whitespace@^4.0.2:
postcss "^7.0.0"
postcss-value-parser "^3.0.0"
-postcss-normalize-whitespace@^5.1.0:
- version "5.1.0"
- resolved "https://registry.yarnpkg.com/postcss-normalize-whitespace/-/postcss-normalize-whitespace-5.1.0.tgz#aed8b4580c9ad6e8eac034177291187ea16a059c"
- integrity sha512-7O1FanKaJkpWFyCghFzIkLhehujV/frGkdofGLwhg5upbLyGsSfiTcZAdSzoPsSUgyPCkBkNMeWR8yVgPdQybg==
+postcss-normalize-whitespace@^5.1.1:
+ version "5.1.1"
+ resolved "https://registry.yarnpkg.com/postcss-normalize-whitespace/-/postcss-normalize-whitespace-5.1.1.tgz#08a1a0d1ffa17a7cc6efe1e6c9da969cc4493cfa"
+ integrity sha512-83ZJ4t3NUDETIHTa3uEg6asWjSBYL5EdkVB0sDncx9ERzOKBVJIUeDO9RyA9Zwtig8El1d79HBp0JEi8wvGQnA==
dependencies:
postcss-value-parser "^4.2.0"
@@ -18205,6 +19449,20 @@ postcss-normalize@8.0.1:
postcss-browser-comments "^3.0.0"
sanitize.css "^10.0.0"
+postcss-normalize@^10.0.1:
+ version "10.0.1"
+ resolved "https://registry.yarnpkg.com/postcss-normalize/-/postcss-normalize-10.0.1.tgz#464692676b52792a06b06880a176279216540dd7"
+ integrity sha512-+5w18/rDev5mqERcG3W5GZNMJa1eoYYNGo8gB7tEwaos0ajk3ZXAI4mHGcNT47NE+ZnZD1pEpUOFLvltIwmeJA==
+ dependencies:
+ "@csstools/normalize.css" "*"
+ postcss-browser-comments "^4"
+ sanitize.css "*"
+
+postcss-opacity-percentage@^1.1.2:
+ version "1.1.3"
+ resolved "https://registry.yarnpkg.com/postcss-opacity-percentage/-/postcss-opacity-percentage-1.1.3.tgz#5b89b35551a556e20c5d23eb5260fbfcf5245da6"
+ integrity sha512-An6Ba4pHBiDtyVpSLymUUERMo2cU7s+Obz6BTrS+gxkbnSBNKSuD0AVUc+CpBMrpVPKKfoVz0WQCX+Tnst0i4A==
+
postcss-ordered-values@^4.1.2:
version "4.1.2"
resolved "https://registry.yarnpkg.com/postcss-ordered-values/-/postcss-ordered-values-4.1.2.tgz#0cf75c820ec7d5c4d280189559e0b571ebac0eee"
@@ -18214,10 +19472,10 @@ postcss-ordered-values@^4.1.2:
postcss "^7.0.0"
postcss-value-parser "^3.0.0"
-postcss-ordered-values@^5.1.0:
- version "5.1.0"
- resolved "https://registry.yarnpkg.com/postcss-ordered-values/-/postcss-ordered-values-5.1.0.tgz#04ef429e0991b0292bc918b135cd4c038f7b889f"
- integrity sha512-wU4Z4D4uOIH+BUKkYid36gGDJNQtkVJT7Twv8qH6UyfttbbJWyw4/xIPuVEkkCtQLAJ0EdsNSh8dlvqkXb49TA==
+postcss-ordered-values@^5.1.3:
+ version "5.1.3"
+ resolved "https://registry.yarnpkg.com/postcss-ordered-values/-/postcss-ordered-values-5.1.3.tgz#b6fd2bd10f937b23d86bc829c69e7732ce76ea38"
+ integrity sha512-9UO79VUhPwEkzbb3RNpqqghc6lcYej1aveQteWY+4POIwlqkYE21HKWaLDF6lWNuqCobEAyTovVhtI32Rbv2RQ==
dependencies:
cssnano-utils "^3.1.0"
postcss-value-parser "^4.2.0"
@@ -18229,6 +19487,13 @@ postcss-overflow-shorthand@^2.0.0:
dependencies:
postcss "^7.0.2"
+postcss-overflow-shorthand@^3.0.4:
+ version "3.0.4"
+ resolved "https://registry.yarnpkg.com/postcss-overflow-shorthand/-/postcss-overflow-shorthand-3.0.4.tgz#7ed6486fec44b76f0eab15aa4866cda5d55d893e"
+ integrity sha512-otYl/ylHK8Y9bcBnPLo3foYFLL6a6Ak+3EQBPOTR7luMYCOsiVTUk1iLvNf6tVPNGXcoL9Hoz37kpfriRIFb4A==
+ dependencies:
+ postcss-value-parser "^4.2.0"
+
postcss-page-break@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/postcss-page-break/-/postcss-page-break-2.0.0.tgz#add52d0e0a528cabe6afee8b46e2abb277df46bf"
@@ -18236,6 +19501,11 @@ postcss-page-break@^2.0.0:
dependencies:
postcss "^7.0.2"
+postcss-page-break@^3.0.4:
+ version "3.0.4"
+ resolved "https://registry.yarnpkg.com/postcss-page-break/-/postcss-page-break-3.0.4.tgz#7fbf741c233621622b68d435babfb70dd8c1ee5f"
+ integrity sha512-1JGu8oCjVXLa9q9rFTo4MbeeA5FMe00/9C7lN4va606Rdb+HkxXtXsmEDrIraQ11fGz/WvKWa8gMuCKkrXpTsQ==
+
postcss-place@^4.0.1:
version "4.0.1"
resolved "https://registry.yarnpkg.com/postcss-place/-/postcss-place-4.0.1.tgz#e9f39d33d2dc584e46ee1db45adb77ca9d1dcc62"
@@ -18244,6 +19514,13 @@ postcss-place@^4.0.1:
postcss "^7.0.2"
postcss-values-parser "^2.0.0"
+postcss-place@^7.0.5:
+ version "7.0.5"
+ resolved "https://registry.yarnpkg.com/postcss-place/-/postcss-place-7.0.5.tgz#95dbf85fd9656a3a6e60e832b5809914236986c4"
+ integrity sha512-wR8igaZROA6Z4pv0d+bvVrvGY4GVHihBCBQieXFY3kuSuMyOmEnnfFzHl/tQuqHZkfkIVBEbDvYcFfHmpSet9g==
+ dependencies:
+ postcss-value-parser "^4.2.0"
+
postcss-preset-env@6.7.0:
version "6.7.0"
resolved "https://registry.yarnpkg.com/postcss-preset-env/-/postcss-preset-env-6.7.0.tgz#c34ddacf8f902383b35ad1e030f178f4cdf118a5"
@@ -18287,6 +19564,61 @@ postcss-preset-env@6.7.0:
postcss-selector-matches "^4.0.0"
postcss-selector-not "^4.0.0"
+postcss-preset-env@^7.0.1:
+ version "7.8.3"
+ resolved "https://registry.yarnpkg.com/postcss-preset-env/-/postcss-preset-env-7.8.3.tgz#2a50f5e612c3149cc7af75634e202a5b2ad4f1e2"
+ integrity sha512-T1LgRm5uEVFSEF83vHZJV2z19lHg4yJuZ6gXZZkqVsqv63nlr6zabMH3l4Pc01FQCyfWVrh2GaUeCVy9Po+Aag==
+ dependencies:
+ "@csstools/postcss-cascade-layers" "^1.1.1"
+ "@csstools/postcss-color-function" "^1.1.1"
+ "@csstools/postcss-font-format-keywords" "^1.0.1"
+ "@csstools/postcss-hwb-function" "^1.0.2"
+ "@csstools/postcss-ic-unit" "^1.0.1"
+ "@csstools/postcss-is-pseudo-class" "^2.0.7"
+ "@csstools/postcss-nested-calc" "^1.0.0"
+ "@csstools/postcss-normalize-display-values" "^1.0.1"
+ "@csstools/postcss-oklab-function" "^1.1.1"
+ "@csstools/postcss-progressive-custom-properties" "^1.3.0"
+ "@csstools/postcss-stepped-value-functions" "^1.0.1"
+ "@csstools/postcss-text-decoration-shorthand" "^1.0.0"
+ "@csstools/postcss-trigonometric-functions" "^1.0.2"
+ "@csstools/postcss-unset-value" "^1.0.2"
+ autoprefixer "^10.4.13"
+ browserslist "^4.21.4"
+ css-blank-pseudo "^3.0.3"
+ css-has-pseudo "^3.0.4"
+ css-prefers-color-scheme "^6.0.3"
+ cssdb "^7.1.0"
+ postcss-attribute-case-insensitive "^5.0.2"
+ postcss-clamp "^4.1.0"
+ postcss-color-functional-notation "^4.2.4"
+ postcss-color-hex-alpha "^8.0.4"
+ postcss-color-rebeccapurple "^7.1.1"
+ postcss-custom-media "^8.0.2"
+ postcss-custom-properties "^12.1.10"
+ postcss-custom-selectors "^6.0.3"
+ postcss-dir-pseudo-class "^6.0.5"
+ postcss-double-position-gradients "^3.1.2"
+ postcss-env-function "^4.0.6"
+ postcss-focus-visible "^6.0.4"
+ postcss-focus-within "^5.0.4"
+ postcss-font-variant "^5.0.0"
+ postcss-gap-properties "^3.0.5"
+ postcss-image-set-function "^4.0.7"
+ postcss-initial "^4.0.1"
+ postcss-lab-function "^4.2.1"
+ postcss-logical "^5.0.4"
+ postcss-media-minmax "^5.0.0"
+ postcss-nesting "^10.2.0"
+ postcss-opacity-percentage "^1.1.2"
+ postcss-overflow-shorthand "^3.0.4"
+ postcss-page-break "^3.0.4"
+ postcss-place "^7.0.5"
+ postcss-pseudo-class-any-link "^7.1.6"
+ postcss-replace-overflow-wrap "^4.0.0"
+ postcss-selector-not "^6.0.1"
+ postcss-value-parser "^4.2.0"
+
postcss-pseudo-class-any-link@^6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/postcss-pseudo-class-any-link/-/postcss-pseudo-class-any-link-6.0.0.tgz#2ed3eed393b3702879dec4a87032b210daeb04d1"
@@ -18295,10 +19627,17 @@ postcss-pseudo-class-any-link@^6.0.0:
postcss "^7.0.2"
postcss-selector-parser "^5.0.0-rc.3"
-postcss-reduce-idents@^5.1.0:
- version "5.1.0"
- resolved "https://registry.yarnpkg.com/postcss-reduce-idents/-/postcss-reduce-idents-5.1.0.tgz#386b65cf861a9045663bd349d572027ab138ca4a"
- integrity sha512-2xDoPTzv98D/HFDrGTgVEBlcuS47wvua2oc4g2WoZdYPwzPWMWb2TCRruCyN7vbl+HAtVLGvEOMZIZb3wYgv7w==
+postcss-pseudo-class-any-link@^7.1.6:
+ version "7.1.6"
+ resolved "https://registry.yarnpkg.com/postcss-pseudo-class-any-link/-/postcss-pseudo-class-any-link-7.1.6.tgz#2693b221902da772c278def85a4d9a64b6e617ab"
+ integrity sha512-9sCtZkO6f/5ML9WcTLcIyV1yz9D1rf0tWc+ulKcvV30s0iZKS/ONyETvoWsr6vnrmW+X+KmuK3gV/w5EWnT37w==
+ dependencies:
+ postcss-selector-parser "^6.0.10"
+
+postcss-reduce-idents@^5.2.0:
+ version "5.2.0"
+ resolved "https://registry.yarnpkg.com/postcss-reduce-idents/-/postcss-reduce-idents-5.2.0.tgz#c89c11336c432ac4b28792f24778859a67dfba95"
+ integrity sha512-BTrLjICoSB6gxbc58D5mdBK8OhXRDqud/zodYfdSi52qvDHdMwk+9kB9xsM8yJThH/sZU5A6QVSmMmaN001gIg==
dependencies:
postcss-value-parser "^4.2.0"
@@ -18312,12 +19651,12 @@ postcss-reduce-initial@^4.0.3:
has "^1.0.0"
postcss "^7.0.0"
-postcss-reduce-initial@^5.1.0:
- version "5.1.0"
- resolved "https://registry.yarnpkg.com/postcss-reduce-initial/-/postcss-reduce-initial-5.1.0.tgz#fc31659ea6e85c492fb2a7b545370c215822c5d6"
- integrity sha512-5OgTUviz0aeH6MtBjHfbr57tml13PuedK/Ecg8szzd4XRMbYxH4572JFG067z+FqBIf6Zp/d+0581glkvvWMFw==
+postcss-reduce-initial@^5.1.2:
+ version "5.1.2"
+ resolved "https://registry.yarnpkg.com/postcss-reduce-initial/-/postcss-reduce-initial-5.1.2.tgz#798cd77b3e033eae7105c18c9d371d989e1382d6"
+ integrity sha512-dE/y2XRaqAi6OvjzD22pjTUQ8eOfc6m/natGHgKFBK9DxFmIm69YmaRVQrGgFlEfc1HePIurY0TmDeROK05rIg==
dependencies:
- browserslist "^4.16.6"
+ browserslist "^4.21.4"
caniuse-api "^3.0.0"
postcss-reduce-transforms@^4.0.2:
@@ -18344,6 +19683,11 @@ postcss-replace-overflow-wrap@^3.0.0:
dependencies:
postcss "^7.0.2"
+postcss-replace-overflow-wrap@^4.0.0:
+ version "4.0.0"
+ resolved "https://registry.yarnpkg.com/postcss-replace-overflow-wrap/-/postcss-replace-overflow-wrap-4.0.0.tgz#d2df6bed10b477bf9c52fab28c568b4b29ca4319"
+ integrity sha512-KmF7SBPphT4gPPcKZc7aDkweHiKEEO8cla/GjcBK+ckKxiZslIu3C4GCRW3DNfL0o7yW7kMQu9xlZ1kXRXLXtw==
+
postcss-safe-parser@5.0.2:
version "5.0.2"
resolved "https://registry.yarnpkg.com/postcss-safe-parser/-/postcss-safe-parser-5.0.2.tgz#459dd27df6bc2ba64608824ba39e45dacf5e852d"
@@ -18360,13 +19704,20 @@ postcss-selector-matches@^4.0.0:
postcss "^7.0.2"
postcss-selector-not@^4.0.0:
- version "4.0.0"
- resolved "https://registry.yarnpkg.com/postcss-selector-not/-/postcss-selector-not-4.0.0.tgz#c68ff7ba96527499e832724a2674d65603b645c0"
- integrity sha512-W+bkBZRhqJaYN8XAnbbZPLWMvZD1wKTu0UxtFKdhtGjWYmxhkUneoeOhRJKdAE5V7ZTlnbHfCR+6bNwK9e1dTQ==
+ version "4.0.1"
+ resolved "https://registry.yarnpkg.com/postcss-selector-not/-/postcss-selector-not-4.0.1.tgz#263016eef1cf219e0ade9a913780fc1f48204cbf"
+ integrity sha512-YolvBgInEK5/79C+bdFMyzqTg6pkYqDbzZIST/PDMqa/o3qtXenD05apBG2jLgT0/BQ77d4U2UK12jWpilqMAQ==
dependencies:
balanced-match "^1.0.0"
postcss "^7.0.2"
+postcss-selector-not@^6.0.1:
+ version "6.0.1"
+ resolved "https://registry.yarnpkg.com/postcss-selector-not/-/postcss-selector-not-6.0.1.tgz#8f0a709bf7d4b45222793fc34409be407537556d"
+ integrity sha512-1i9affjAe9xu/y9uqWH+tD4r6/hDaXJruk8xn2x1vzxC2U3J3LKO3zJW4CyxlNhA56pADJ/djpEwpH1RClI2rQ==
+ dependencies:
+ postcss-selector-parser "^6.0.10"
+
postcss-selector-parser@^3.0.0:
version "3.1.2"
resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-3.1.2.tgz#b310f5c4c0fdaf76f94902bbaa30db6aa84f5270"
@@ -18385,27 +19736,26 @@ postcss-selector-parser@^5.0.0-rc.3, postcss-selector-parser@^5.0.0-rc.4:
indexes-of "^1.0.1"
uniq "^1.0.1"
-postcss-selector-parser@^6.0.0, postcss-selector-parser@^6.0.2, postcss-selector-parser@^6.0.4, postcss-selector-parser@^6.0.5, postcss-selector-parser@^6.0.9:
- version "6.0.9"
- resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.9.tgz#ee71c3b9ff63d9cd130838876c13a2ec1a992b2f"
- integrity sha512-UO3SgnZOVTwu4kyLR22UQ1xZh086RyNZppb7lLAKBFK8a32ttG5i87Y/P3+2bRSjZNyJ1B7hfFNo273tKe9YxQ==
+postcss-selector-parser@^6.0.0, postcss-selector-parser@^6.0.10, postcss-selector-parser@^6.0.11, postcss-selector-parser@^6.0.2, postcss-selector-parser@^6.0.4, postcss-selector-parser@^6.0.5, postcss-selector-parser@^6.0.9:
+ version "6.0.16"
+ resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.16.tgz#3b88b9f5c5abd989ef4e2fc9ec8eedd34b20fb04"
+ integrity sha512-A0RVJrX+IUkVZbW3ClroRWurercFhieevHB38sr2+l9eUClMqome3LmEmnhlNy+5Mr2EYN6B2Kaw9wYdd+VHiw==
dependencies:
cssesc "^3.0.0"
util-deprecate "^1.0.2"
postcss-sort-media-queries@^4.2.1:
- version "4.2.1"
- resolved "https://registry.yarnpkg.com/postcss-sort-media-queries/-/postcss-sort-media-queries-4.2.1.tgz#a99bae69ef1098ee3b64a5fa94d258ec240d0355"
- integrity sha512-9VYekQalFZ3sdgcTjXMa0dDjsfBVHXlraYJEMiOJ/2iMmI2JGCMavP16z3kWOaRu8NSaJCTgVpB/IVpH5yT9YQ==
+ version "4.4.1"
+ resolved "https://registry.yarnpkg.com/postcss-sort-media-queries/-/postcss-sort-media-queries-4.4.1.tgz#04a5a78db3921eb78f28a1a781a2e68e65258128"
+ integrity sha512-QDESFzDDGKgpiIh4GYXsSy6sek2yAwQx1JASl5AxBtU1Lq2JfKBljIPNdil989NcSKRQX1ToiaKphImtBuhXWw==
dependencies:
- sort-css-media-queries "2.0.4"
+ sort-css-media-queries "2.1.0"
-postcss-svgo@^4.0.2:
- version "4.0.2"
- resolved "https://registry.yarnpkg.com/postcss-svgo/-/postcss-svgo-4.0.2.tgz#17b997bc711b333bab143aaed3b8d3d6e3d38258"
- integrity sha512-C6wyjo3VwFm0QgBy+Fu7gCYOkCmgmClghO+pjcxvrcBKtiKt0uCF+hvbMO1fyv5BMImRK90SMb+dwUnfbGd+jw==
+postcss-svgo@^4.0.3:
+ version "4.0.3"
+ resolved "https://registry.yarnpkg.com/postcss-svgo/-/postcss-svgo-4.0.3.tgz#343a2cdbac9505d416243d496f724f38894c941e"
+ integrity sha512-NoRbrcMWTtUghzuKSoIm6XV+sJdvZ7GZSc3wdBN0W19FTtp2ko8NqLsgoh/m9CzNhU3KLPvQmjIwtaNFkaFTvw==
dependencies:
- is-svg "^3.0.0"
postcss "^7.0.0"
postcss-value-parser "^3.0.0"
svgo "^1.0.0"
@@ -18427,10 +19777,10 @@ postcss-unique-selectors@^4.0.1:
postcss "^7.0.0"
uniqs "^2.0.0"
-postcss-unique-selectors@^5.1.0:
- version "5.1.0"
- resolved "https://registry.yarnpkg.com/postcss-unique-selectors/-/postcss-unique-selectors-5.1.0.tgz#70a945da1b0599d00f617222a44ba1d82a676694"
- integrity sha512-LmUhgGobtpeVJJHuogzjLRwJlN7VH+BL5c9GKMVJSS/ejoyePZkXvNsYUtk//F6vKOGK86gfRS0xH7fXQSDtvA==
+postcss-unique-selectors@^5.1.1:
+ version "5.1.1"
+ resolved "https://registry.yarnpkg.com/postcss-unique-selectors/-/postcss-unique-selectors-5.1.1.tgz#a9f273d1eacd09e9aa6088f4b0507b18b1b541b6"
+ integrity sha512-5JiODlELrz8L2HwxfPnhOWZYWDxVHWL83ufOv84NrcgipI7TaeRsatAhK4Tr2/ZiYldpK/wBvw5BD3qfaK96GA==
dependencies:
postcss-selector-parser "^6.0.5"
@@ -18439,7 +19789,7 @@ postcss-value-parser@^3.0.0:
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz#9ff822547e2893213cf1c30efa51ac5fd1ba8281"
integrity sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==
-postcss-value-parser@^4.0.2, postcss-value-parser@^4.1.0, postcss-value-parser@^4.2.0:
+postcss-value-parser@^4.0.0, postcss-value-parser@^4.0.2, postcss-value-parser@^4.1.0, postcss-value-parser@^4.2.0:
version "4.2.0"
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514"
integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==
@@ -18458,16 +19808,16 @@ postcss-zindex@^5.1.0:
resolved "https://registry.yarnpkg.com/postcss-zindex/-/postcss-zindex-5.1.0.tgz#4a5c7e5ff1050bd4c01d95b1847dfdcc58a496ff"
integrity sha512-fgFMf0OtVSBR1va1JNHYgMxYk73yhn/qb4uQDq1DLGYolz8gHCyr/sesEuGUaYs58E3ZJRcpoGuPVoB7Meiq9A==
-postcss@7.0.21:
- version "7.0.21"
- resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.21.tgz#06bb07824c19c2021c5d056d5b10c35b989f7e17"
- integrity sha512-uIFtJElxJo29QC753JzhidoAhvp/e/Exezkdhfmt8AymWT6/5B7W1WmponYWkHk2eg6sONyTch0A3nkMPun3SQ==
+postcss@7.0.36:
+ version "7.0.36"
+ resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.36.tgz#056f8cffa939662a8f5905950c07d5285644dfcb"
+ integrity sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==
dependencies:
chalk "^2.4.2"
source-map "^0.6.1"
supports-color "^6.1.0"
-postcss@^7, postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.14, postcss@^7.0.17, postcss@^7.0.2, postcss@^7.0.26, postcss@^7.0.27, postcss@^7.0.32, postcss@^7.0.36, postcss@^7.0.5, postcss@^7.0.6:
+postcss@^7, postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.14, postcss@^7.0.17, postcss@^7.0.2, postcss@^7.0.26, postcss@^7.0.27, postcss@^7.0.32, postcss@^7.0.35, postcss@^7.0.5, postcss@^7.0.6:
version "7.0.39"
resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.39.tgz#9624375d965630e2e1f2c02a935c82a59cb48309"
integrity sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==
@@ -18475,14 +19825,14 @@ postcss@^7, postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.14, postcss@^7.0.17, po
picocolors "^0.2.1"
source-map "^0.6.1"
-postcss@^8.1.0, postcss@^8.3.11, postcss@^8.3.5, postcss@^8.4.5, postcss@^8.4.7:
- version "8.4.12"
- resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.12.tgz#1e7de78733b28970fa4743f7da6f3763648b1905"
- integrity sha512-lg6eITwYe9v6Hr5CncVbK70SoioNQIq81nsaG86ev5hAidQvmOeETBqs7jm43K2F5/Ley3ytDtriImV6TpNiSg==
+postcss@^8.1.0, postcss@^8.3.11, postcss@^8.3.5, postcss@^8.4.14, postcss@^8.4.17, postcss@^8.4.23, postcss@^8.4.33, postcss@^8.4.4:
+ version "8.4.38"
+ resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.38.tgz#b387d533baf2054288e337066d81c6bee9db9e0e"
+ integrity sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==
dependencies:
- nanoid "^3.3.1"
+ nanoid "^3.3.7"
picocolors "^1.0.0"
- source-map-js "^1.0.2"
+ source-map-js "^1.2.0"
prelude-ls@^1.2.1:
version "1.2.1"
@@ -18492,29 +19842,29 @@ prelude-ls@^1.2.1:
prelude-ls@~1.1.2:
version "1.1.2"
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54"
- integrity sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=
+ integrity sha512-ESF23V4SKG6lVSGZgYNpbsiaAkdab6ZgOxe52p7+Kid3W3u3bxR4Vfd/o21dmN7jSt0IwgZ4v5MUd26FEtXE9w==
prepend-http@^1.0.0:
version "1.0.4"
resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-1.0.4.tgz#d4f4562b0ce3696e41ac52d0e002e57a635dc6dc"
- integrity sha1-1PRWKwzjaW5BrFLQ4ALlemNdxtw=
+ integrity sha512-PhmXi5XmoyKw1Un4E+opM2KcsJInDvKyuOumcjjw3waw86ZNjHwVUOOWLc4bCzLdcKNaWBH9e99sbWzDQsVaYg==
prepend-http@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-2.0.0.tgz#e92434bfa5ea8c19f41cdfd401d741a3c819d897"
- integrity sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc=
+ integrity sha512-ravE6m9Atw9Z/jjttRUZ+clIXogdghyZAuWJ3qEzjT+jI/dL1ifAqhZeC5VHzQp1MSt1+jxKkFNemj/iO7tVUA==
prettier@^2.1.2, prettier@^2.4.1:
- version "2.4.1"
- resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.4.1.tgz#671e11c89c14a4cfc876ce564106c4a6726c9f5c"
- integrity sha512-9fbDAXSBcc6Bs1mZrDYb3XKzDLm4EXXL9sC1LqKP5rZkT6KRr/rf9amVUcODVXgguK/isJz0d0hP72WeaKWsvA==
+ version "2.8.8"
+ resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.8.tgz#e8c5d7e98a4305ffe3de2e1fc4aca1a71c28b1da"
+ integrity sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==
-prettier@~2.2.1:
- version "2.2.1"
- resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.2.1.tgz#795a1a78dd52f073da0cd42b21f9c91381923ff5"
- integrity sha512-PqyhM2yCjg/oKkFPtTGUojv7gnZAoG80ttl45O6x2Ug/rMJw4wcc9k6aaf2hibP7BGVCCM33gZoGjyvt9mm16Q==
+prettier@^3.1.1:
+ version "3.2.5"
+ resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.2.5.tgz#e52bc3090586e824964a8813b09aba6233b28368"
+ integrity sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A==
-pretty-bytes@^5.3.0, pretty-bytes@^5.6.0:
+pretty-bytes@^5.3.0, pretty-bytes@^5.4.1, pretty-bytes@^5.6.0:
version "5.6.0"
resolved "https://registry.yarnpkg.com/pretty-bytes/-/pretty-bytes-5.6.0.tgz#356256f643804773c82f64723fe78c92c62beaeb"
integrity sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==
@@ -18545,42 +19895,53 @@ pretty-format@^26.6.0, pretty-format@^26.6.2:
ansi-styles "^4.0.0"
react-is "^17.0.1"
-pretty-format@^27.0.0, pretty-format@^27.0.2, pretty-format@^27.2.0, pretty-format@^27.4.2:
- version "27.4.2"
- resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-27.4.2.tgz#e4ce92ad66c3888423d332b40477c87d1dac1fb8"
- integrity sha512-p0wNtJ9oLuvgOQDEIZ9zQjZffK7KtyR6Si0jnXULIDwrlNF8Cuir3AZP0hHv0jmKuNN/edOnbMjnzd4uTcmWiw==
+pretty-format@^27.0.2, pretty-format@^27.5.1:
+ version "27.5.1"
+ resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-27.5.1.tgz#2181879fdea51a7a5851fb39d920faa63f01d88e"
+ integrity sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==
dependencies:
- "@jest/types" "^27.4.2"
ansi-regex "^5.0.1"
ansi-styles "^5.0.0"
react-is "^17.0.1"
+pretty-format@^28.1.3:
+ version "28.1.3"
+ resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-28.1.3.tgz#c9fba8cedf99ce50963a11b27d982a9ae90970d5"
+ integrity sha512-8gFb/To0OmxHR9+ZTb14Df2vNxdGCX8g1xWGUTqUw5TiZvcQf5sHKObd5UcPyLLyowNwDAMTF3XWOG1B6mxl1Q==
+ dependencies:
+ "@jest/schemas" "^28.1.3"
+ ansi-regex "^5.0.1"
+ ansi-styles "^5.0.0"
+ react-is "^18.0.0"
+
+pretty-format@^29.0.0, pretty-format@^29.7.0:
+ version "29.7.0"
+ resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-29.7.0.tgz#ca42c758310f365bfa71a0bda0a807160b776812"
+ integrity sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==
+ dependencies:
+ "@jest/schemas" "^29.6.3"
+ ansi-styles "^5.0.0"
+ react-is "^18.0.0"
+
pretty-hrtime@^1.0.3:
version "1.0.3"
resolved "https://registry.yarnpkg.com/pretty-hrtime/-/pretty-hrtime-1.0.3.tgz#b7e3ea42435a4c9b2759d99e0f201eb195802ee1"
- integrity sha1-t+PqQkNaTJsnWdmeDyAesZWALuE=
+ integrity sha512-66hKPCr+72mlfiSjlEB1+45IjXSqvVAIy6mocupoww4tBFE9R9IhwwUGoI4G++Tc9Aq+2rxOt0RFU6gPcrte0A==
pretty-time@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/pretty-time/-/pretty-time-1.1.0.tgz#ffb7429afabb8535c346a34e41873adf3d74dd0e"
integrity sha512-28iF6xPQrP8Oa6uxE6a1biz+lWeTOAPKggvjB8HAs6nVMKZwf5bG++632Dx614hIWgUPkgivRfG+a8uAXGTIbA==
-prism-react-renderer@^1.2.1, prism-react-renderer@^1.3.1:
- version "1.3.1"
- resolved "https://registry.yarnpkg.com/prism-react-renderer/-/prism-react-renderer-1.3.1.tgz#88fc9d0df6bed06ca2b9097421349f8c2f24e30d"
- integrity sha512-xUeDMEz074d0zc5y6rxiMp/dlC7C+5IDDlaEUlcBOFE2wddz7hz5PNupb087mPwTt7T9BrFmewObfCBuf/LKwQ==
-
-prismjs@^1.21.0, prismjs@^1.27.0:
- version "1.27.0"
- resolved "https://registry.yarnpkg.com/prismjs/-/prismjs-1.27.0.tgz#bb6ee3138a0b438a3653dd4d6ce0cc6510a45057"
- integrity sha512-t13BGPUlFDR7wRB5kQDG4jjl7XeuH6jbJGt11JHPL96qwsEHNX2+68tFXqc1/k+/jALsbSWJKUOT/hcYAZ5LkA==
-
-prismjs@~1.22.0:
- version "1.22.0"
- resolved "https://registry.yarnpkg.com/prismjs/-/prismjs-1.22.0.tgz#73c3400afc58a823dd7eed023f8e1ce9fd8977fa"
- integrity sha512-lLJ/Wt9yy0AiSYBf212kK3mM5L8ycwlyTlSxHBAneXLR0nzFMlZ5y7riFPF3E33zXOF2IH95xdY5jIyZbM9z/w==
- optionalDependencies:
- clipboard "^2.0.0"
+prism-react-renderer@^1.2.1, prism-react-renderer@^1.3.5:
+ version "1.3.5"
+ resolved "https://registry.yarnpkg.com/prism-react-renderer/-/prism-react-renderer-1.3.5.tgz#786bb69aa6f73c32ba1ee813fbe17a0115435085"
+ integrity sha512-IJ+MSwBWKG+SM3b2SUfdrhC+gu01QkV2KmRQgREThBfSQRoufqRfxfHUxpG1WcaFjP+kojcFyO9Qqtpgt3qLCg==
+
+prismjs@^1.28.0:
+ version "1.29.0"
+ resolved "https://registry.yarnpkg.com/prismjs/-/prismjs-1.29.0.tgz#f113555a8fa9b57c35e637bba27509dcf802dd12"
+ integrity sha512-Kx/1w86q/epKcmte75LNrEoT+lX8pBpavuAbvJWRXar7Hz8jrtF+e3vY751p0R8H9HdArwaCTNDDzHg/ScJK1Q==
process-nextick-args@^2.0.0, process-nextick-args@~2.0.0:
version "2.0.1"
@@ -18590,7 +19951,7 @@ process-nextick-args@^2.0.0, process-nextick-args@~2.0.0:
process@^0.11.10:
version "0.11.10"
resolved "https://registry.yarnpkg.com/process/-/process-0.11.10.tgz#7332300e840161bda3e69a1d1d91a7d4bc16f182"
- integrity sha1-czIwDoQBYb2j5podHZGn1LwW8YI=
+ integrity sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==
progress@^2.0.0, progress@^2.0.3:
version "2.0.3"
@@ -18600,27 +19961,7 @@ progress@^2.0.0, progress@^2.0.3:
promise-inflight@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/promise-inflight/-/promise-inflight-1.0.1.tgz#98472870bf228132fcbdd868129bad12c3c029e3"
- integrity sha1-mEcocL8igTL8vdhoEputEsPAKeM=
-
-promise.allsettled@^1.0.0:
- version "1.0.2"
- resolved "https://registry.yarnpkg.com/promise.allsettled/-/promise.allsettled-1.0.2.tgz#d66f78fbb600e83e863d893e98b3d4376a9c47c9"
- integrity sha512-UpcYW5S1RaNKT6pd+s9jp9K9rlQge1UXKskec0j6Mmuq7UJCvlS2J2/s/yuPN8ehftf9HXMxWlKiPbGGUzpoRg==
- dependencies:
- array.prototype.map "^1.0.1"
- define-properties "^1.1.3"
- es-abstract "^1.17.0-next.1"
- function-bind "^1.1.1"
- iterate-value "^1.0.0"
-
-promise.prototype.finally@^3.1.0:
- version "3.1.2"
- resolved "https://registry.yarnpkg.com/promise.prototype.finally/-/promise.prototype.finally-3.1.2.tgz#b8af89160c9c673cefe3b4c4435b53cfd0287067"
- integrity sha512-A2HuJWl2opDH0EafgdjwEw7HysI8ff/n4lW4QEVBCUXFk9QeGecBWv0Deph0UmLe3tTNYegz8MOjsVuE6SMoJA==
- dependencies:
- define-properties "^1.1.3"
- es-abstract "^1.17.0-next.0"
- function-bind "^1.1.1"
+ integrity sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g==
promise@^7.1.1:
version "7.3.1"
@@ -18630,9 +19971,9 @@ promise@^7.1.1:
asap "~2.0.3"
promise@^8.1.0:
- version "8.1.0"
- resolved "https://registry.yarnpkg.com/promise/-/promise-8.1.0.tgz#697c25c3dfe7435dd79fcd58c38a135888eaf05e"
- integrity sha512-W04AqnILOL/sPRXziNicCjSNRruLAuIHEOVBazepu0545DDNGYHz7ar9ZgZ1fMU8/MA4mVxp5rkBWRi6OXIy3Q==
+ version "8.3.0"
+ resolved "https://registry.yarnpkg.com/promise/-/promise-8.3.0.tgz#8cb333d1edeb61ef23869fbb8a4ea0279ab60e0a"
+ integrity sha512-rZPNPKTOYVNEEKFaq1HqTgOwZD+4/YHS5ukLzQCypkj+OkYx7iv0mA91lJlpPPZ8vMau3IIGj5Qlwrx+8iiSmg==
dependencies:
asap "~2.0.6"
@@ -18661,7 +20002,7 @@ prop-types-exact@^1.2.0:
object.assign "^4.1.0"
reflect.ownkeys "^0.2.0"
-prop-types@^15, prop-types@^15.0.0, prop-types@^15.6.0, prop-types@^15.6.1, prop-types@^15.6.2, prop-types@^15.7.2, prop-types@^15.8.1:
+prop-types@^15.6.0, prop-types@^15.6.2, prop-types@^15.7.2, prop-types@^15.8.1:
version "15.8.1"
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.8.1.tgz#67d87bf1a694f48435cf332c24af10214a3140b5"
integrity sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==
@@ -18685,40 +20026,40 @@ property-information@^5.0.0, property-information@^5.3.0:
proto-list@~1.2.1:
version "1.2.4"
resolved "https://registry.yarnpkg.com/proto-list/-/proto-list-1.2.4.tgz#212d5bfe1318306a420f6402b8e26ff39647a849"
- integrity sha1-IS1b/hMYMGpCD2QCuOJv85ZHqEk=
+ integrity sha512-vtK/94akxsTMhe0/cbfpR+syPuszcuwhqVjJq26CuNDgFGj682oRBXOP5MJpv2r7JtE8MsiepGIqvvOTBwn2vA==
-proxy-addr@~2.0.5:
- version "2.0.6"
- resolved "https://registry.yarnpkg.com/proxy-addr/-/proxy-addr-2.0.6.tgz#fdc2336505447d3f2f2c638ed272caf614bbb2bf"
- integrity sha512-dh/frvCBVmSsDYzw6n926jv974gddhkFPfiN8hPOi30Wax25QZyZEGveluCgliBnqmuM+UJmBErbAUFIoDbjOw==
+proxy-addr@~2.0.7:
+ version "2.0.7"
+ resolved "https://registry.yarnpkg.com/proxy-addr/-/proxy-addr-2.0.7.tgz#f19fe69ceab311eeb94b42e70e8c2070f9ba1025"
+ integrity sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==
dependencies:
- forwarded "~0.1.2"
+ forwarded "0.2.0"
ipaddr.js "1.9.1"
proxy-from-env@1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.0.0.tgz#33c50398f70ea7eb96d21f7b817630a55791c7ee"
- integrity sha1-M8UDmPcOp+uW0h97gXYwpVeRx+4=
+ integrity sha512-F2JHgJQ1iqwnHDcQjVBsq3n/uoaFL+iPW/eAeL7kVxy/2RrWaN4WroKjjvbsoRtv0ftelNyC01bjRhn/bhcf4A==
proxy-middleware@latest:
version "0.15.0"
resolved "https://registry.yarnpkg.com/proxy-middleware/-/proxy-middleware-0.15.0.tgz#a3fdf1befb730f951965872ac2f6074c61477a56"
- integrity sha1-o/3xvvtzD5UZZYcqwvYHTGFHelY=
+ integrity sha512-EGCG8SeoIRVMhsqHQUdDigB2i7qU7fCsWASwn54+nPutYO8n4q6EiwMzyfWlC+dzRFExP+kvcnDFdBDHoZBU7Q==
prr@~1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/prr/-/prr-1.0.1.tgz#d3fc114ba06995a45ec6893f484ceb1d78f5f476"
- integrity sha1-0/wRS6BplaRexok/SEzrHXj19HY=
+ integrity sha512-yPw4Sng1gWghHQWj0B3ZggWUm4qVbPwPFcRG8KyxiU7J2OHFSoEHKS+EZ3fv5l1t9CyCiop6l/ZYeWbrgoQejw==
pseudomap@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/pseudomap/-/pseudomap-1.0.2.tgz#f052a28da70e618917ef0a8ac34c1ae5a68286b3"
- integrity sha1-8FKijacOYYkX7wqKw0wa5aaChrM=
+ integrity sha512-b/YwNhb8lk1Zz2+bXXpS/LK9OisiZZ1SNsSLxN1x2OXVEhW2Ckr/7mWE5vrC1ZTiJlD9g19jWszTmJsB+oEpFQ==
psl@^1.1.28, psl@^1.1.33:
- version "1.8.0"
- resolved "https://registry.yarnpkg.com/psl/-/psl-1.8.0.tgz#9326f8bcfb013adcc005fdff056acce020e51c24"
- integrity sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ==
+ version "1.9.0"
+ resolved "https://registry.yarnpkg.com/psl/-/psl-1.9.0.tgz#d0df2a137f00794565fcaf3b2c00cd09f8d5a5a7"
+ integrity sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==
public-encrypt@^4.0.0:
version "4.0.3"
@@ -18757,20 +20098,15 @@ pumpify@^1.3.3, pumpify@^1.3.5:
inherits "^2.0.3"
pump "^2.0.0"
-punycode@1.3.2:
- version "1.3.2"
- resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.3.2.tgz#9653a036fb7c1ee42342f2325cceefea3926c48d"
- integrity sha1-llOgNvt8HuQjQvIyXM7v6jkmxI0=
-
-punycode@^1.2.4, punycode@^1.3.2:
+punycode@^1.2.4, punycode@^1.3.2, punycode@^1.4.1:
version "1.4.1"
resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.4.1.tgz#c0d5a63b2718800ad8e1eb0fa5269c84dd41845e"
- integrity sha1-wNWmOycYgArY4esPpSachN1BhF4=
+ integrity sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ==
punycode@^2.1.0, punycode@^2.1.1:
- version "2.1.1"
- resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
- integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
+ version "2.3.1"
+ resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.3.1.tgz#027422e2faec0b25e1549c3e1bd8309b9133b6e5"
+ integrity sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==
pupa@^2.1.1:
version "2.1.1"
@@ -18782,12 +20118,12 @@ pupa@^2.1.1:
pure-color@^1.2.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/pure-color/-/pure-color-1.3.0.tgz#1fe064fb0ac851f0de61320a8bf796836422f33e"
- integrity sha1-H+Bk+wrIUfDeYTIKi/eWg2Qi8z4=
+ integrity sha512-QFADYnsVoBMw1srW7OVKEYjG+MbIa49s54w1MA1EDY6r2r/sTcKKYqRX1f4GYvnXP7eN/Pe9HFcX+hwzmrXRHA==
q@^1.1.2, q@^1.5.1:
version "1.5.1"
resolved "https://registry.yarnpkg.com/q/-/q-1.5.1.tgz#7e32f75b41381291d04611f1bf14109ac00651d7"
- integrity sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc=
+ integrity sha512-kV/CThkXo6xyFEZUugw/+pIOywXcDbFYgSct5cT3gqlbkBE1SJdwy6UQoZvodiWF/ckQLZyDE/Bu1M6gVu5lVw==
qs@6.10.4:
version "6.10.4"
@@ -18796,42 +20132,39 @@ qs@6.10.4:
dependencies:
side-channel "^1.0.4"
-qs@6.7.0:
- version "6.7.0"
- resolved "https://registry.yarnpkg.com/qs/-/qs-6.7.0.tgz#41dc1a015e3d581f1621776be31afb2876a9b1bc"
- integrity sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==
-
-qs@^6.10.0:
- version "6.10.1"
- resolved "https://registry.yarnpkg.com/qs/-/qs-6.10.1.tgz#4931482fa8d647a5aab799c5271d2133b981fb6a"
- integrity sha512-M528Hph6wsSVOBiYUnGf+K/7w0hNshs/duGsNXPUCLH5XAqjEtiPGwNONLV0tBH8NoGb0mvD5JubnUTrujKDTg==
+qs@6.11.0:
+ version "6.11.0"
+ resolved "https://registry.yarnpkg.com/qs/-/qs-6.11.0.tgz#fd0d963446f7a65e1367e01abd85429453f0c37a"
+ integrity sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==
dependencies:
side-channel "^1.0.4"
+qs@^6.10.0, qs@^6.11.2:
+ version "6.12.1"
+ resolved "https://registry.yarnpkg.com/qs/-/qs-6.12.1.tgz#39422111ca7cbdb70425541cba20c7d7b216599a"
+ integrity sha512-zWmv4RSuB9r2mYQw3zxQuHWeU+42aKi1wWig/j4ele4ygELZ7PEO6MM7rim9oAQH2A5MWfsAVf/jPvTPgCbvUQ==
+ dependencies:
+ side-channel "^1.0.6"
+
qs@~6.5.2:
- version "6.5.2"
- resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.2.tgz#cb3ae806e8740444584ef154ce8ee98d403f3e36"
- integrity sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA==
+ version "6.5.3"
+ resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.3.tgz#3aeeffc91967ef6e35c0e488ef46fb296ab76aad"
+ integrity sha512-qxXIEh4pCGfHICj1mAJQ2/2XVZkjCDTcEgfoSQxc/fYivUZxTkk7L3bDBJSoNrEzXI17oUO5Dp07ktqE5KzczA==
query-string@^4.1.0:
version "4.3.4"
resolved "https://registry.yarnpkg.com/query-string/-/query-string-4.3.4.tgz#bbb693b9ca915c232515b228b1a02b609043dbeb"
- integrity sha1-u7aTucqRXCMlFbIosaArYJBD2+s=
+ integrity sha512-O2XLNDBIg1DnTOa+2XrIwSiXEV8h2KImXUnjhhn2+UsvZ+Es2uyd5CCRTNQlDGbzUQOW3aYCBx9rVA6dzsiY7Q==
dependencies:
object-assign "^4.1.0"
strict-uri-encode "^1.0.0"
querystring-es3@^0.2.0:
version "0.2.1"
- resolved "https://registry.yarnpkg.com/querystring-es3/-/querystring-es3-0.2.1.tgz#9ec61f79049875707d69414596fd907a4d711e73"
- integrity sha1-nsYfeQSYdXB9aUFFlv2Qek1xHnM=
-
-querystring@0.2.0:
- version "0.2.0"
- resolved "https://registry.yarnpkg.com/querystring/-/querystring-0.2.0.tgz#b209849203bb25df820da756e747005878521620"
- integrity sha1-sgmEkgO7Jd+CDadW50cAWHhSFiA=
+ resolved "https://registry.yarnpkg.com/querystring-es3/-/querystring-es3-0.2.1.tgz#9ec61f79049875707d69414596fd907a4d711e73"
+ integrity sha512-773xhDQnZBMFobEiztv8LIl70ch5MSF/jUQVlhwFyBILqq96anmoctVIYz+ZRp0qbCKATTn6ev02M3r7Ga5vqA==
-querystring@0.2.1, querystring@^0.2.0:
+querystring@^0.2.0:
version "0.2.1"
resolved "https://registry.yarnpkg.com/querystring/-/querystring-0.2.1.tgz#40d77615bb09d16902a85c3e38aa8b5ed761c2dd"
integrity sha512-wkvS7mL/JMugcup3/rMitHmd9ecIGd2lhFhK9N3UUQ450h66d1r3Y9nvXzQAW1Lq+wyx61k/1pfKS5KuKiyEbg==
@@ -18841,6 +20174,11 @@ querystringify@^2.1.1:
resolved "https://registry.yarnpkg.com/querystringify/-/querystringify-2.2.0.tgz#3345941b4153cb9d082d8eee4cda2016a9aef7f6"
integrity sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==
+queue-microtask@^1.2.2:
+ version "1.2.3"
+ resolved "https://registry.yarnpkg.com/queue-microtask/-/queue-microtask-1.2.3.tgz#4929228bbc724dfac43e0efb058caf7b6cfb6243"
+ integrity sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==
+
queue@6.0.2:
version "6.0.2"
resolved "https://registry.yarnpkg.com/queue/-/queue-6.0.2.tgz#b91525283e2315c7553d2efa18d83e76432fed65"
@@ -18853,11 +20191,6 @@ quick-lru@^4.0.1:
resolved "https://registry.yarnpkg.com/quick-lru/-/quick-lru-4.0.1.tgz#5b8878f113a58217848c6482026c73e1ba57727f"
integrity sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g==
-raf-schd@^4.0.2:
- version "4.0.3"
- resolved "https://registry.yarnpkg.com/raf-schd/-/raf-schd-4.0.3.tgz#5d6c34ef46f8b2a0e880a8fcdb743efc5bfdbc1a"
- integrity sha512-tQkJl2GRWh83ui2DiPTJz9wEiMN20syf+5oKfB03yYP7ioZcJwsIK8FjrtLwH1m7C7e+Tt2yYBlrOpdT+dyeIQ==
-
raf@^3.4.1:
version "3.4.1"
resolved "https://registry.yarnpkg.com/raf/-/raf-3.4.1.tgz#0742e99a4a6552f445d73e3ee0328af0ff1ede39"
@@ -18868,12 +20201,12 @@ raf@^3.4.1:
railroad-diagrams@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/railroad-diagrams/-/railroad-diagrams-1.0.0.tgz#eb7e6267548ddedfb899c1b90e57374559cddb7e"
- integrity sha1-635iZ1SN3t+4mcG5Dlc3RVnN234=
+ integrity sha512-cz93DjNeLY0idrCNOH6PviZGRN9GJhsdm9hpn1YCS879fj4W+x5IFJhhkRZcwVgMmFF7R82UA/7Oh+R8lLZg6A==
-ramda@^0.21.0:
- version "0.21.0"
- resolved "https://registry.yarnpkg.com/ramda/-/ramda-0.21.0.tgz#a001abedb3ff61077d4ff1d577d44de77e8d0a35"
- integrity sha1-oAGr7bP/YQd9T/HVd9RN536NCjU=
+ramda@0.29.0:
+ version "0.29.0"
+ resolved "https://registry.yarnpkg.com/ramda/-/ramda-0.29.0.tgz#fbbb67a740a754c8a4cbb41e2a6e0eb8507f55fb"
+ integrity sha512-BBea6L67bYLtdbOqfp8f58fPMqEwx0doL+pAi8TZyp2YWz8R9G8z9x75CZI8W+ftqhFHCpEX2cRnUUXK130iKA==
randexp@0.4.6:
version "0.4.6"
@@ -18901,32 +20234,24 @@ randomfill@^1.0.3:
range-parser@1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/range-parser/-/range-parser-1.2.0.tgz#f49be6b487894ddc40dcc94a322f611092e00d5e"
- integrity sha1-9JvmtIeJTdxA3MlKMi9hEJLgDV4=
+ integrity sha512-kA5WQoNVo4t9lNx2kQNFCxKeBl5IbbSNBl1M/tLkw9WCn+hxNBAW5Qh8gdhs63CJnhjJ2zQWFoqPJP2sK1AV5A==
range-parser@^1.2.1, range-parser@~1.2.1:
version "1.2.1"
resolved "https://registry.yarnpkg.com/range-parser/-/range-parser-1.2.1.tgz#3cf37023d199e1c24d1a55b84800c2f3e6468031"
integrity sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==
-raw-body@2.4.0:
- version "2.4.0"
- resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.4.0.tgz#a1ce6fb9c9bc356ca52e89256ab59059e13d0332"
- integrity sha512-4Oz8DUIwdvoa5qMJelxipzi/iJIi40O5cGV1wNYp5hvZP8ZN0T+jiNkL0QepXs+EsQ9XJ8ipEDoiH70ySUJP3Q==
+raw-body@2.5.2:
+ version "2.5.2"
+ resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.5.2.tgz#99febd83b90e08975087e8f1f9419a149366b68a"
+ integrity sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==
dependencies:
- bytes "3.1.0"
- http-errors "1.7.2"
+ bytes "3.1.2"
+ http-errors "2.0.0"
iconv-lite "0.4.24"
unpipe "1.0.0"
-raw-loader@^4.0.2:
- version "4.0.2"
- resolved "https://registry.yarnpkg.com/raw-loader/-/raw-loader-4.0.2.tgz#1aac6b7d1ad1501e66efdac1522c73e59a584eb6"
- integrity sha512-ZnScIV3ag9A4wPX/ZayxL/jZH+euYb6FcUinPcgiQW0+UBtEv0O6Q3lGd3cqJ+GHH+rksEv3Pj99oxJ3u3VIKA==
- dependencies:
- loader-utils "^2.0.0"
- schema-utils "^3.0.0"
-
-rc@^1.2.8:
+rc@1.2.8, rc@^1.2.8:
version "1.2.8"
resolved "https://registry.yarnpkg.com/rc/-/rc-1.2.8.tgz#cd924bf5200a075b83c188cd6b9e211b7fc0d3ed"
integrity sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==
@@ -18948,10 +20273,22 @@ react-app-polyfill@^2.0.0:
regenerator-runtime "^0.13.7"
whatwg-fetch "^3.4.1"
+react-app-polyfill@^3.0.0:
+ version "3.0.0"
+ resolved "https://registry.yarnpkg.com/react-app-polyfill/-/react-app-polyfill-3.0.0.tgz#95221e0a9bd259e5ca6b177c7bb1cb6768f68fd7"
+ integrity sha512-sZ41cxiU5llIB003yxxQBYrARBqe0repqPTTYBTmMqTz9szeBbE37BehCE891NZsmdZqqP+xWKdT3eo3vOzN8w==
+ dependencies:
+ core-js "^3.19.2"
+ object-assign "^4.1.1"
+ promise "^8.1.0"
+ raf "^3.4.1"
+ regenerator-runtime "^0.13.9"
+ whatwg-fetch "^3.6.2"
+
react-base16-styling@^0.6.0:
version "0.6.0"
resolved "https://registry.yarnpkg.com/react-base16-styling/-/react-base16-styling-0.6.0.tgz#ef2156d66cf4139695c8a167886cb69ea660792c"
- integrity sha1-7yFW1mz0E5aVyKFniGy2nqZgeSw=
+ integrity sha512-yvh/7CArceR/jNATXOKDlvTnPKPmGZz7zsenQ3jUwLzHkNUR0CvY3yGYJbWJ/nnxsL8Sgmt5cO3/SILVuPO6TQ==
dependencies:
base16 "^1.0.0"
lodash.curry "^4.0.1"
@@ -18959,9 +20296,9 @@ react-base16-styling@^0.6.0:
pure-color "^1.2.0"
react-colorful@^5.1.2:
- version "5.3.0"
- resolved "https://registry.yarnpkg.com/react-colorful/-/react-colorful-5.3.0.tgz#bcbae49c1affa9ab9a3c8063398c5948419296bd"
- integrity sha512-zWE5E88zmjPXFhv6mGnRZqKin9s5vip1O3IIGynY9EhZxN8MATUxZkT3e/9OwTEm4DjQBXc6PFWP6AetY+Px+A==
+ version "5.6.1"
+ resolved "https://registry.yarnpkg.com/react-colorful/-/react-colorful-5.6.1.tgz#7dc2aed2d7c72fac89694e834d179e32f3da563b"
+ integrity sha512-1exovf0uGTGyq5mXQT0zgQ80uvj2PCwvF8zY1RN9/vbJVSjSo3fsB/4L3ObbF7u70NduSiK4xu4Y6q1MHoUGEw==
react-dev-utils@^10.2.1:
version "10.2.1"
@@ -18994,9 +20331,9 @@ react-dev-utils@^10.2.1:
text-table "0.2.0"
react-dev-utils@^11.0.3:
- version "11.0.3"
- resolved "https://registry.yarnpkg.com/react-dev-utils/-/react-dev-utils-11.0.3.tgz#b61ed499c7d74f447d4faddcc547e5e671e97c08"
- integrity sha512-4lEA5gF4OHrcJLMUV1t+4XbNDiJbsAWCH5Z2uqlTqW6dD7Cf5nEASkeXrCI/Mz83sI2o527oBIFKVMXtRf1Vtg==
+ version "11.0.4"
+ resolved "https://registry.yarnpkg.com/react-dev-utils/-/react-dev-utils-11.0.4.tgz#a7ccb60257a1ca2e0efe7a83e38e6700d17aa37a"
+ integrity sha512-dx0LvIGHcOPtKbeiSUM4jqpBl3TcY7CDjZdfOIcKeznE7BWr9dg0iPG90G5yfVQ+p/rGNMXdbfStvzQZEVEi4A==
dependencies:
"@babel/code-frame" "7.10.4"
address "1.1.2"
@@ -19023,10 +20360,10 @@ react-dev-utils@^11.0.3:
strip-ansi "6.0.0"
text-table "0.2.0"
-react-dev-utils@^12.0.0:
- version "12.0.0"
- resolved "https://registry.yarnpkg.com/react-dev-utils/-/react-dev-utils-12.0.0.tgz#4eab12cdb95692a077616770b5988f0adf806526"
- integrity sha512-xBQkitdxozPxt1YZ9O1097EJiVpwHr9FoAuEVURCKV0Av8NBERovJauzP7bo1ThvuhZ4shsQ1AJiu4vQpoT1AQ==
+react-dev-utils@^12.0.1:
+ version "12.0.1"
+ resolved "https://registry.yarnpkg.com/react-dev-utils/-/react-dev-utils-12.0.1.tgz#ba92edb4a1f379bd46ccd6bcd4e7bc398df33e73"
+ integrity sha512-84Ivxmr17KjUupyqzFode6xKhjwuEJDROWKJy/BthkL7Wn6NJ8h4WE6k/exAv6ImS+0oZLRRW5j/aINMHyeGeQ==
dependencies:
"@babel/code-frame" "^7.16.0"
address "^1.1.2"
@@ -19047,7 +20384,7 @@ react-dev-utils@^12.0.0:
open "^8.4.0"
pkg-up "^3.1.0"
prompts "^2.4.2"
- react-error-overlay "^6.0.10"
+ react-error-overlay "^6.0.11"
recursive-readdir "^2.2.2"
shell-quote "^1.7.3"
strip-ansi "^6.0.1"
@@ -19063,34 +20400,15 @@ react-docgen-props-table@^1.0.3:
lodash.get "^4.4.2"
react-tooltip "^3.10.0"
-react-docgen-typescript-plugin@^1.0.0:
- version "1.0.0"
- resolved "https://registry.yarnpkg.com/react-docgen-typescript-plugin/-/react-docgen-typescript-plugin-1.0.0.tgz#f3b13df1acf3126957c689c47cd8552d42734feb"
- integrity sha512-Akc7EtryOA4d2yOX27B5ii+hyf/k15ymb01uB+VnRgtTAdfeDCmNPvyLbRJ6pRNYOuFlEBe1YfCH73bTPtpYVQ==
- dependencies:
- debug "^4.1.1"
- endent "^2.0.1"
- find-cache-dir "^3.3.1"
- flat-cache "^3.0.4"
- micromatch "^4.0.2"
- react-docgen-typescript "^1.22.0"
- tslib "^2.0.0"
- webpack-sources "^2.2.0"
-
-react-docgen-typescript@^1.22.0:
- version "1.22.0"
- resolved "https://registry.yarnpkg.com/react-docgen-typescript/-/react-docgen-typescript-1.22.0.tgz#00232c8e8e47f4437cac133b879b3e9437284bee"
- integrity sha512-MPLbF8vzRwAG3GcjdL+OHQlhgtWsLTXs+7uJiHfEeT3Ur7IsZaNYqRTLQ9sj2nB6M6jylcPCeCmH7qbszJmecg==
-
-react-docgen-typescript@^2.0.0:
- version "2.1.0"
- resolved "https://registry.yarnpkg.com/react-docgen-typescript/-/react-docgen-typescript-2.1.0.tgz#20db64a7fd62e63a8a9469fb4abd90600878cbb2"
- integrity sha512-7kpzLsYzVxff//HUVz1sPWLCdoSNvHD3M8b/iQLdF8fgf7zp26eVysRrAUSxiAT4yQv2zl09zHjJEYSYNxQ8Jw==
+react-docgen-typescript@^2.2.2:
+ version "2.2.2"
+ resolved "https://registry.yarnpkg.com/react-docgen-typescript/-/react-docgen-typescript-2.2.2.tgz#4611055e569edc071204aadb20e1c93e1ab1659c"
+ integrity sha512-tvg2ZtOpOi6QDwsb3GZhOjDkkX0h8Z2gipvTg6OVMUyoYoURhEiRNePT8NZItTVCDh39JJHnLdfCOkzoLbFnTg==
-react-docgen@^5.0.0, react-docgen@^5.4.0:
- version "5.4.0"
- resolved "https://registry.yarnpkg.com/react-docgen/-/react-docgen-5.4.0.tgz#2cd7236720ec2769252ef0421f23250b39a153a1"
- integrity sha512-JBjVQ9cahmNlfjMGxWUxJg919xBBKAoy3hgDgKERbR+BcF4ANpDuzWAScC7j27hZfd8sJNmMPOLWo9+vB/XJEQ==
+react-docgen@^5.4.0:
+ version "5.4.3"
+ resolved "https://registry.yarnpkg.com/react-docgen/-/react-docgen-5.4.3.tgz#7d297f73b977d0c7611402e5fc2a168acf332b26"
+ integrity sha512-xlLJyOlnfr8lLEEeaDZ+X2J/KJoe6Nr9AzxnkdQWush5hz2ZSu66w6iLMOScMmxoSHWpWMn+k3v5ZiyCfcWsOA==
dependencies:
"@babel/core" "^7.7.5"
"@babel/generator" "^7.12.11"
@@ -19104,21 +20422,36 @@ react-docgen@^5.0.0, react-docgen@^5.4.0:
strip-indent "^3.0.0"
react-docgen@^6.0.0-alpha.0:
- version "6.0.0-alpha.0"
- resolved "https://registry.yarnpkg.com/react-docgen/-/react-docgen-6.0.0-alpha.0.tgz#62bbedb63e5cf43e13957dc84cd9d7c3a4acb2ed"
- integrity sha512-x04mIC8H6sLypv0bA87WW5hKmJXXM48aHaw5XD44LHcb+IqF3eL1Ev0YtXzxb7BXCoXV/WzpzCTuaqjUA39dyw==
- dependencies:
- "@babel/core" "^7.7.5"
- "@babel/generator" "^7.12.11"
- "@babel/runtime" "^7.7.6"
- ast-types "^0.14.2"
- commander "^2.19.0"
+ version "6.0.4"
+ resolved "https://registry.yarnpkg.com/react-docgen/-/react-docgen-6.0.4.tgz#85eeebac5fdeb781dbf610fdc429c20a4f06131c"
+ integrity sha512-gF+p+1ZwC2eO66bt763Tepmh5q9kDiFIrqW3YjUV/a+L96h0m5+/wSFQoOHL2cffyrPMZMxP03IgbggJ11QbOw==
+ dependencies:
+ "@babel/core" "^7.18.9"
+ "@babel/traverse" "^7.18.9"
+ "@babel/types" "^7.18.9"
+ "@types/babel__core" "^7.18.0"
+ "@types/babel__traverse" "^7.18.0"
+ "@types/doctrine" "^0.0.6"
+ "@types/resolve" "^1.20.2"
doctrine "^3.0.0"
- estree-to-babel "^3.1.0"
- neo-async "^2.6.1"
- node-dir "^0.1.10"
- resolve "^1.17.0"
- strip-indent "^3.0.0"
+ resolve "^1.22.1"
+ strip-indent "^4.0.0"
+
+react-docgen@^7.0.0:
+ version "7.0.3"
+ resolved "https://registry.yarnpkg.com/react-docgen/-/react-docgen-7.0.3.tgz#f811b785f07b1f2023cb899b6bcf9d522b21b95d"
+ integrity sha512-i8aF1nyKInZnANZ4uZrH49qn1paRgBZ7wZiCNBMnenlPzEv0mRl+ShpTVEI6wZNl8sSc79xZkivtgLKQArcanQ==
+ dependencies:
+ "@babel/core" "^7.18.9"
+ "@babel/traverse" "^7.18.9"
+ "@babel/types" "^7.18.9"
+ "@types/babel__core" "^7.18.0"
+ "@types/babel__traverse" "^7.18.0"
+ "@types/doctrine" "^0.0.9"
+ "@types/resolve" "^1.20.2"
+ doctrine "^3.0.0"
+ resolve "^1.22.1"
+ strip-indent "^4.0.0"
react-dom@16.13:
version "16.13.1"
@@ -19130,6 +20463,14 @@ react-dom@16.13:
prop-types "^15.6.2"
scheduler "^0.19.1"
+"react-dom@^16.8.0 || ^17.0.0 || ^18.0.0":
+ version "18.3.1"
+ resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-18.3.1.tgz#c2265d79511b57d479b3dd3fdfa51536494c5cb4"
+ integrity sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==
+ dependencies:
+ loose-envify "^1.1.0"
+ scheduler "^0.23.2"
+
react-dom@^16.8.6:
version "16.14.0"
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.14.0.tgz#7ad838ec29a777fb3c75c3a190f661cf92ab8b89"
@@ -19140,50 +20481,61 @@ react-dom@^16.8.6:
prop-types "^15.6.2"
scheduler "^0.19.1"
-react-draggable@^4.4.3:
- version "4.4.3"
- resolved "https://registry.yarnpkg.com/react-draggable/-/react-draggable-4.4.3.tgz#0727f2cae5813e36b0e4962bf11b2f9ef2b406f3"
- integrity sha512-jV4TE59MBuWm7gb6Ns3Q1mxX8Azffb7oTtDtBgFkxRvhDp38YAARmRplrj0+XGkhOJB5XziArX+4HUUABtyZ0w==
+react-element-to-jsx-string@^14.3.1:
+ version "14.3.4"
+ resolved "https://registry.yarnpkg.com/react-element-to-jsx-string/-/react-element-to-jsx-string-14.3.4.tgz#709125bc72f06800b68f9f4db485f2c7d31218a8"
+ integrity sha512-t4ZwvV6vwNxzujDQ+37bspnLwA4JlgUPWhLjBJWsNIDceAf6ZKUTCjdm08cN6WeZ5pTMKiCJkmAYnpmR4Bm+dg==
dependencies:
- classnames "^2.2.5"
- prop-types "^15.6.0"
+ "@base2/pretty-print-object" "1.0.1"
+ is-plain-object "5.0.0"
+ react-is "17.0.2"
-react-element-to-jsx-string@^14.3.1, react-element-to-jsx-string@^14.3.2:
- version "14.3.2"
- resolved "https://registry.yarnpkg.com/react-element-to-jsx-string/-/react-element-to-jsx-string-14.3.2.tgz#c0000ed54d1f8b4371731b669613f2d4e0f63d5c"
- integrity sha512-WZbvG72cjLXAxV7VOuSzuHEaI3RHj10DZu8EcKQpkKcAj7+qAkG5XUeSdX5FXrA0vPrlx0QsnAzZEBJwzV0e+w==
+react-element-to-jsx-string@^15.0.0:
+ version "15.0.0"
+ resolved "https://registry.yarnpkg.com/react-element-to-jsx-string/-/react-element-to-jsx-string-15.0.0.tgz#1cafd5b6ad41946ffc8755e254da3fc752a01ac6"
+ integrity sha512-UDg4lXB6BzlobN60P8fHWVPX3Kyw8ORrTeBtClmIlGdkOOE+GYQSFvmEU5iLLpwp/6v42DINwNcwOhOLfQ//FQ==
dependencies:
- "@base2/pretty-print-object" "1.0.0"
- is-plain-object "3.0.1"
+ "@base2/pretty-print-object" "1.0.1"
+ is-plain-object "5.0.0"
+ react-is "18.1.0"
react-error-boundary@^3.1.0:
- version "3.1.3"
- resolved "https://registry.yarnpkg.com/react-error-boundary/-/react-error-boundary-3.1.3.tgz#276bfa05de8ac17b863587c9e0647522c25e2a0b"
- integrity sha512-A+F9HHy9fvt9t8SNDlonq01prnU8AmkjvGKV4kk8seB9kU3xMEO8J/PQlLVmoOIDODl5U2kufSBs4vrWIqhsAA==
+ version "3.1.4"
+ resolved "https://registry.yarnpkg.com/react-error-boundary/-/react-error-boundary-3.1.4.tgz#255db92b23197108757a888b01e5b729919abde0"
+ integrity sha512-uM9uPzZJTF6wRQORmSrvOIgt4lJ9MC1sNgEOj2XGsDTRE4kmpWxg7ENK9EWNKJRMAOY9z0MuF4yIfl6gp4sotA==
dependencies:
"@babel/runtime" "^7.12.5"
-react-error-overlay@^6.0.10, react-error-overlay@^6.0.7, react-error-overlay@^6.0.9:
- version "6.0.10"
- resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-6.0.10.tgz#0fe26db4fa85d9dbb8624729580e90e7159a59a6"
- integrity sha512-mKR90fX7Pm5seCOfz8q9F+66VCc1PGsWSBxKbITjfKVQHMNF2zudxHnMdJiB1fRCb+XsbQV9sO9DCkgsMQgBIA==
+react-error-overlay@^6.0.11, react-error-overlay@^6.0.7, react-error-overlay@^6.0.9:
+ version "6.0.11"
+ resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-6.0.11.tgz#92835de5841c5cf08ba00ddd2d677b6d17ff9adb"
+ integrity sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg==
-react-fast-compare@^3.0.1, react-fast-compare@^3.2.0:
- version "3.2.0"
- resolved "https://registry.yarnpkg.com/react-fast-compare/-/react-fast-compare-3.2.0.tgz#641a9da81b6a6320f270e89724fb45a0b39e43bb"
- integrity sha512-rtGImPZ0YyLrscKI9xTpV8psd6I8VAtjKCzQDlzyDvqJA8XOW78TXYQwNRNd8g8JZnDu8q9Fu/1v4HPAVwVdHA==
+react-fast-compare@^3.0.1, react-fast-compare@^3.2.0, react-fast-compare@^3.2.2:
+ version "3.2.2"
+ resolved "https://registry.yarnpkg.com/react-fast-compare/-/react-fast-compare-3.2.2.tgz#929a97a532304ce9fee4bcae44234f1ce2c21d49"
+ integrity sha512-nsO+KSNgo1SbJqJEYRE9ERzo7YtYbou/OqjSQKxV7jcKox7+usiUVZOAC+XnDOABXggQTno0Y1CpVnuWEc1boQ==
react-final-form@^6.5.3:
- version "6.5.3"
- resolved "https://registry.yarnpkg.com/react-final-form/-/react-final-form-6.5.3.tgz#b60955837fe9d777456ae9d9c48e3e2f21547d29"
- integrity sha512-FCs6GC0AMWJl2p6YX7kM+a0AvuSLAZUgbVNtRBskOs4g984t/It0qGtx51O+9vgqnqk6JyoxmIzxKMq+7ch/vg==
+ version "6.5.9"
+ resolved "https://registry.yarnpkg.com/react-final-form/-/react-final-form-6.5.9.tgz#644797d4c122801b37b58a76c87761547411190b"
+ integrity sha512-x3XYvozolECp3nIjly+4QqxdjSSWfcnpGEL5K8OBT6xmGrq5kBqbA6+/tOqoom9NwqIPPbxPNsOViFlbKgowbA==
dependencies:
- "@babel/runtime" "^7.12.1"
+ "@babel/runtime" "^7.15.4"
-react-helmet-async@*, react-helmet-async@^1.0.7, react-helmet-async@^1.2.3:
- version "1.2.3"
- resolved "https://registry.yarnpkg.com/react-helmet-async/-/react-helmet-async-1.2.3.tgz#57326a69304ea3293036eafb49475e9ba454cb37"
- integrity sha512-mCk2silF53Tq/YaYdkl2sB+/tDoPnaxN7dFS/6ZLJb/rhUY2EWGI5Xj2b4jHppScMqY45MbgPSwTxDchKpZ5Kw==
+react-helmet-async@*:
+ version "2.0.4"
+ resolved "https://registry.yarnpkg.com/react-helmet-async/-/react-helmet-async-2.0.4.tgz#50a4377778f380ed1d0136303916b38eff1bf153"
+ integrity sha512-yxjQMWposw+akRfvpl5+8xejl4JtUlHnEBcji6u8/e6oc7ozT+P9PNTWMhCbz2y9tc5zPegw2BvKjQA+NwdEjQ==
+ dependencies:
+ invariant "^2.2.4"
+ react-fast-compare "^3.2.2"
+ shallowequal "^1.1.0"
+
+react-helmet-async@^1.3.0:
+ version "1.3.0"
+ resolved "https://registry.yarnpkg.com/react-helmet-async/-/react-helmet-async-1.3.0.tgz#7bd5bf8c5c69ea9f02f6083f14ce33ef545c222e"
+ integrity sha512-9jZ57/dAn9t3q6hneQS0wukqC2ENOBgMNVEhb/ZG9ZSxUetzVIw4iAmEU38IaVg3QGYauQPhSeUTuIUtFglWpg==
dependencies:
"@babel/runtime" "^7.12.5"
invariant "^2.2.4"
@@ -19191,24 +20543,25 @@ react-helmet-async@*, react-helmet-async@^1.0.7, react-helmet-async@^1.2.3:
react-fast-compare "^3.2.0"
shallowequal "^1.1.0"
-react-inspector@^5.1.0:
- version "5.1.1"
- resolved "https://registry.yarnpkg.com/react-inspector/-/react-inspector-5.1.1.tgz#58476c78fde05d5055646ed8ec02030af42953c8"
- integrity sha512-GURDaYzoLbW8pMGXwYPDBIv6nqei4kK7LPRZ9q9HCZF54wqXz/dnylBp/kfE9XmekBhHvLDdcYeyIwSrvtOiWg==
- dependencies:
- "@babel/runtime" "^7.0.0"
- is-dom "^1.0.0"
- prop-types "^15.0.0"
+react-is@17.0.2, react-is@^17.0.1:
+ version "17.0.2"
+ resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0"
+ integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==
+
+react-is@18.1.0:
+ version "18.1.0"
+ resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.1.0.tgz#61aaed3096d30eacf2a2127118b5b41387d32a67"
+ integrity sha512-Fl7FuabXsJnV5Q1qIOQwx/sagGF18kogb4gpfcG4gjLBWO0WDiiz1ko/ExayuxE7InyQkBLkxRFG5oxY6Uu3Kg==
react-is@^16.13.1, react-is@^16.6.0, react-is@^16.7.0, react-is@^16.8.6:
version "16.13.1"
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
-react-is@^17.0.1, react-is@^17.0.2:
- version "17.0.2"
- resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0"
- integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==
+react-is@^18.0.0:
+ version "18.3.1"
+ resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.3.1.tgz#e83557dc12eae63a99e003a46388b1dcbb44db7e"
+ integrity sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==
react-json-view@^1.21.3:
version "1.21.3"
@@ -19240,32 +20593,28 @@ react-loadable-ssr-addon-v5-slorber@^1.0.1:
"@types/react" "*"
prop-types "^15.6.2"
-react-popper-tooltip@^3.1.1:
- version "3.1.1"
- resolved "https://registry.yarnpkg.com/react-popper-tooltip/-/react-popper-tooltip-3.1.1.tgz#329569eb7b287008f04fcbddb6370452ad3f9eac"
- integrity sha512-EnERAnnKRptQBJyaee5GJScWNUKQPDD2ywvzZyUjst/wj5U64C8/CnSYLNEmP2hG0IJ3ZhtDxE8oDN+KOyavXQ==
- dependencies:
- "@babel/runtime" "^7.12.5"
- "@popperjs/core" "^2.5.4"
- react-popper "^2.2.4"
-
-react-popper@^2.2.4, react-popper@^2.2.5:
- version "2.2.5"
- resolved "https://registry.yarnpkg.com/react-popper/-/react-popper-2.2.5.tgz#1214ef3cec86330a171671a4fbcbeeb65ee58e96"
- integrity sha512-kxGkS80eQGtLl18+uig1UIf9MKixFSyPxglsgLBxlYnyDf65BiY9B3nZSc6C9XUNDgStROB0fMQlTEz1KxGddw==
+react-popper@^2.2.5:
+ version "2.3.0"
+ resolved "https://registry.yarnpkg.com/react-popper/-/react-popper-2.3.0.tgz#17891c620e1320dce318bad9fede46a5f71c70ba"
+ integrity sha512-e1hj8lL3uM+sgSR4Lxzn5h1GxBlpa4CQz0XLF8kx4MDrDRWY0Ena4c97PUeSX9i5W3UAfDP0z0FXCTQkoXUl3Q==
dependencies:
react-fast-compare "^3.0.1"
warning "^4.0.2"
react-query@^3.13.11:
- version "3.19.2"
- resolved "https://registry.yarnpkg.com/react-query/-/react-query-3.19.2.tgz#8ab70c9328835604d05919e3878fcce555603c0e"
- integrity sha512-YYQ+jZ4DaabnDWEbKCIvkouLWif2iPFgBIeKLPkUmhXM4cz+Kscb5Q7mz+U57Ip17tarhFiNwX86gWXM69ouQQ==
+ version "3.39.3"
+ resolved "https://registry.yarnpkg.com/react-query/-/react-query-3.39.3.tgz#4cea7127c6c26bdea2de5fb63e51044330b03f35"
+ integrity sha512-nLfLz7GiohKTJDuT4us4X3h/8unOh+00MLb2yJoGTPjxKs2bc1iDhkNx2bd5MKklXnOD3NrVZ+J2UXujA5In4g==
dependencies:
"@babel/runtime" "^7.5.5"
broadcast-channel "^3.4.1"
match-sorter "^6.0.2"
+react-refresh@^0.11.0:
+ version "0.11.0"
+ resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.11.0.tgz#77198b944733f0f1f1a90e791de4541f9f074046"
+ integrity sha512-F27qZr8uUqwhWZboondsPx8tnC3Ct3SxZA3V5WyEvujRyyNv0VYPhoBg1gZ8/MV5tubQp76Trw8lTv9hzRBa+A==
+
react-refresh@^0.8.3:
version "0.8.3"
resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.8.3.tgz#721d4657672d400c5e3c75d063c4a85fb2d5d68f"
@@ -19278,29 +20627,28 @@ react-router-config@^5.1.1:
dependencies:
"@babel/runtime" "^7.1.2"
-react-router-dom@^5.2.0:
- version "5.3.0"
- resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-5.3.0.tgz#da1bfb535a0e89a712a93b97dd76f47ad1f32363"
- integrity sha512-ObVBLjUZsphUUMVycibxgMdh5jJ1e3o+KpAZBVeHcNQZ4W+uUGGWsokurzlF4YOldQYRQL4y6yFRWM4m3svmuQ==
+react-router-dom@^5.3.3:
+ version "5.3.4"
+ resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-5.3.4.tgz#2ed62ffd88cae6db134445f4a0c0ae8b91d2e5e6"
+ integrity sha512-m4EqFMHv/Ih4kpcBCONHbkT68KoAeHN4p3lAGoNryfHi0dMy0kCzEZakiKRsvg5wHZ/JLrLW8o8KomWiz/qbYQ==
dependencies:
"@babel/runtime" "^7.12.13"
history "^4.9.0"
loose-envify "^1.3.1"
prop-types "^15.6.2"
- react-router "5.2.1"
+ react-router "5.3.4"
tiny-invariant "^1.0.2"
tiny-warning "^1.0.0"
-react-router@5.2.1, react-router@^5.2.0:
- version "5.2.1"
- resolved "https://registry.yarnpkg.com/react-router/-/react-router-5.2.1.tgz#4d2e4e9d5ae9425091845b8dbc6d9d276239774d"
- integrity sha512-lIboRiOtDLFdg1VTemMwud9vRVuOCZmUIT/7lUoZiSpPODiiH1UQlfXy+vPLC/7IWdFYnhRwAyNqA/+I7wnvKQ==
+react-router@5.3.4, react-router@^5.3.3:
+ version "5.3.4"
+ resolved "https://registry.yarnpkg.com/react-router/-/react-router-5.3.4.tgz#8ca252d70fcc37841e31473c7a151cf777887bb5"
+ integrity sha512-Ys9K+ppnJah3QuaRiLxk+jDWOR1MekYQrlytiXxC1RyfbdsZkS5pvKAzCCr031xHixZwpnsYNT5xysdFHQaYsA==
dependencies:
"@babel/runtime" "^7.12.13"
history "^4.9.0"
hoist-non-react-statics "^3.1.0"
loose-envify "^1.3.1"
- mini-create-react-context "^0.4.0"
path-to-regexp "^1.7.0"
prop-types "^15.6.2"
react-is "^16.6.0"
@@ -19373,26 +20721,60 @@ react-scripts@^4.0.3:
optionalDependencies:
fsevents "^2.1.3"
-react-sizeme@^3.0.1:
- version "3.0.1"
- resolved "https://registry.yarnpkg.com/react-sizeme/-/react-sizeme-3.0.1.tgz#4d12f4244e0e6a0fb97253e7af0314dc7c83a5a0"
- integrity sha512-9Hf1NLgSbny1bha77l9HwvwwxQUJxFUqi44Ih+y3evA+PezBpGdCGlnvye6avss2cIgs9PgdYgMnfuzJWn/RUw==
- dependencies:
- element-resize-detector "^1.2.2"
- invariant "^2.2.4"
- shallowequal "^1.1.0"
- throttle-debounce "^3.0.1"
-
-react-syntax-highlighter@^13.5.3:
- version "13.5.3"
- resolved "https://registry.yarnpkg.com/react-syntax-highlighter/-/react-syntax-highlighter-13.5.3.tgz#9712850f883a3e19eb858cf93fad7bb357eea9c6"
- integrity sha512-crPaF+QGPeHNIblxxCdf2Lg936NAHKhNhuMzRL3F9ct6aYXL3NcZtCL0Rms9+qVo6Y1EQLdXGypBNSbPL/r+qg==
+react-scripts@^5.0.1:
+ version "5.0.1"
+ resolved "https://registry.yarnpkg.com/react-scripts/-/react-scripts-5.0.1.tgz#6285dbd65a8ba6e49ca8d651ce30645a6d980003"
+ integrity sha512-8VAmEm/ZAwQzJ+GOMLbBsTdDKOpuZh7RPs0UymvBR2vRk4iZWCskjbFnxqjrzoIvlNNRZ3QJFx6/qDSi6zSnaQ==
dependencies:
- "@babel/runtime" "^7.3.1"
- highlight.js "^10.1.1"
- lowlight "^1.14.0"
- prismjs "^1.21.0"
- refractor "^3.1.0"
+ "@babel/core" "^7.16.0"
+ "@pmmmwh/react-refresh-webpack-plugin" "^0.5.3"
+ "@svgr/webpack" "^5.5.0"
+ babel-jest "^27.4.2"
+ babel-loader "^8.2.3"
+ babel-plugin-named-asset-import "^0.3.8"
+ babel-preset-react-app "^10.0.1"
+ bfj "^7.0.2"
+ browserslist "^4.18.1"
+ camelcase "^6.2.1"
+ case-sensitive-paths-webpack-plugin "^2.4.0"
+ css-loader "^6.5.1"
+ css-minimizer-webpack-plugin "^3.2.0"
+ dotenv "^10.0.0"
+ dotenv-expand "^5.1.0"
+ eslint "^8.3.0"
+ eslint-config-react-app "^7.0.1"
+ eslint-webpack-plugin "^3.1.1"
+ file-loader "^6.2.0"
+ fs-extra "^10.0.0"
+ html-webpack-plugin "^5.5.0"
+ identity-obj-proxy "^3.0.0"
+ jest "^27.4.3"
+ jest-resolve "^27.4.2"
+ jest-watch-typeahead "^1.0.0"
+ mini-css-extract-plugin "^2.4.5"
+ postcss "^8.4.4"
+ postcss-flexbugs-fixes "^5.0.2"
+ postcss-loader "^6.2.1"
+ postcss-normalize "^10.0.1"
+ postcss-preset-env "^7.0.1"
+ prompts "^2.4.2"
+ react-app-polyfill "^3.0.0"
+ react-dev-utils "^12.0.1"
+ react-refresh "^0.11.0"
+ resolve "^1.20.0"
+ resolve-url-loader "^4.0.0"
+ sass-loader "^12.3.0"
+ semver "^7.3.5"
+ source-map-loader "^3.0.0"
+ style-loader "^3.3.1"
+ tailwindcss "^3.0.2"
+ terser-webpack-plugin "^5.2.5"
+ webpack "^5.64.4"
+ webpack-dev-server "^4.6.0"
+ webpack-manifest-plugin "^4.0.2"
+ workbox-webpack-plugin "^6.4.1"
+ optionalDependencies:
+ fsevents "^2.3.2"
react-test-renderer@^16.0.0-0:
version "16.14.0"
@@ -19404,14 +20786,14 @@ react-test-renderer@^16.0.0-0:
react-is "^16.8.6"
scheduler "^0.19.1"
-react-textarea-autosize@^8.3.0, react-textarea-autosize@^8.3.2:
- version "8.3.3"
- resolved "https://registry.yarnpkg.com/react-textarea-autosize/-/react-textarea-autosize-8.3.3.tgz#f70913945369da453fd554c168f6baacd1fa04d8"
- integrity sha512-2XlHXK2TDxS6vbQaoPbMOfQ8GK7+irc2fVK6QFIcC8GOnH3zI/v481n+j1L0WaPVvKxwesnY93fEfH++sus2rQ==
+react-textarea-autosize@^8.3.2:
+ version "8.5.3"
+ resolved "https://registry.yarnpkg.com/react-textarea-autosize/-/react-textarea-autosize-8.5.3.tgz#d1e9fe760178413891484847d3378706052dd409"
+ integrity sha512-XT1024o2pqCuZSuBt9FwHlaDeNtVrtCXu0Rnz88t1jUGheCLa3PhjE1GH8Ctm2axEtvdCl5SUHYschyQ0L5QHQ==
dependencies:
- "@babel/runtime" "^7.10.2"
- use-composed-ref "^1.0.0"
- use-latest "^1.0.0"
+ "@babel/runtime" "^7.20.13"
+ use-composed-ref "^1.3.0"
+ use-latest "^1.2.1"
react-tooltip@^3.10.0:
version "3.11.6"
@@ -19420,7 +20802,7 @@ react-tooltip@^3.10.0:
dependencies:
prop-types "^15.6.0"
-react@16.13:
+react@16.13, react@16.13.1, "react@^16.8.0 || ^17.0.0 || ^18.0.0", react@^16.8.6:
version "16.13.1"
resolved "https://registry.yarnpkg.com/react/-/react-16.13.1.tgz#2e818822f1a9743122c063d6410d85c1e3afe48e"
integrity sha512-YMZQQq32xHLX0bz5Mnibv1/LHb3Sqzngu7xstSM+vrkE5Kzr9xE0yMByK5kMoTK30YVJE61WfbxIFFvfeDKT1w==
@@ -19429,22 +20811,12 @@ react@16.13:
object-assign "^4.1.1"
prop-types "^15.6.2"
-react@^16.8.6:
- version "16.14.0"
- resolved "https://registry.yarnpkg.com/react/-/react-16.14.0.tgz#94d776ddd0aaa37da3eda8fc5b6b18a4c9a3114d"
- integrity sha512-0X2CImDkJGApiAlcf0ODKIneSwBPhqJawOa5wCtKbu7ZECrmS26NvtSILynQ66cgkT/RJ4LidJOc3bUESwmU8g==
- dependencies:
- loose-envify "^1.1.0"
- object-assign "^4.1.1"
- prop-types "^15.6.2"
-
-read-pkg-up@^2.0.0:
- version "2.0.0"
- resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-2.0.0.tgz#6b72a8048984e0c41e79510fd5e9fa99b3b549be"
- integrity sha1-a3KoBImE4MQeeVEP1en6mbO1Sb4=
+read-cache@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.yarnpkg.com/read-cache/-/read-cache-1.0.0.tgz#e664ef31161166c9751cdbe8dbcf86b5fb58f774"
+ integrity sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==
dependencies:
- find-up "^2.0.0"
- read-pkg "^2.0.0"
+ pify "^2.3.0"
read-pkg-up@^7.0.1:
version "7.0.1"
@@ -19455,15 +20827,6 @@ read-pkg-up@^7.0.1:
read-pkg "^5.2.0"
type-fest "^0.8.1"
-read-pkg@^2.0.0:
- version "2.0.0"
- resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-2.0.0.tgz#8ef1c0623c6a6db0dc6713c4bfac46332b2368f8"
- integrity sha1-jvHAYjxqbbDcZxPEv6xGMysjaPg=
- dependencies:
- load-json-file "^2.0.0"
- normalize-package-data "^2.3.2"
- path-type "^2.0.0"
-
read-pkg@^5.2.0:
version "5.2.0"
resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-5.2.0.tgz#7bf295438ca5a33e56cd30e053b34ee7250c93cc"
@@ -19484,10 +20847,10 @@ read-yaml-file@^1.1.0:
pify "^4.0.1"
strip-bom "^3.0.0"
-"readable-stream@1 || 2", readable-stream@^2.0.0, readable-stream@^2.0.1, readable-stream@^2.0.2, readable-stream@^2.0.5, readable-stream@^2.0.6, readable-stream@^2.1.5, readable-stream@^2.2.2, readable-stream@^2.3.3, readable-stream@^2.3.5, readable-stream@^2.3.6, readable-stream@~2.3.6:
- version "2.3.7"
- resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.7.tgz#1eca1cf711aef814c04f62252a36a62f6cb23b57"
- integrity sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==
+"readable-stream@1 || 2", readable-stream@^2.0.0, readable-stream@^2.0.1, readable-stream@^2.0.2, readable-stream@^2.0.5, readable-stream@^2.1.5, readable-stream@^2.2.2, readable-stream@^2.3.3, readable-stream@^2.3.5, readable-stream@^2.3.6, readable-stream@^2.3.8, readable-stream@~2.3.6:
+ version "2.3.8"
+ resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.8.tgz#91125e8042bba1b9887f49345f6277027ce8be9b"
+ integrity sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==
dependencies:
core-util-is "~1.0.0"
inherits "~2.0.3"
@@ -19497,10 +20860,10 @@ read-yaml-file@^1.1.0:
string_decoder "~1.1.1"
util-deprecate "~1.0.1"
-"readable-stream@2 || 3", readable-stream@3, readable-stream@^3.0.6, readable-stream@^3.1.1, readable-stream@^3.2.0, readable-stream@^3.4.0, readable-stream@^3.6.0:
- version "3.6.0"
- resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.0.tgz#337bbda3adc0706bd3e024426a286d4b4b2c9198"
- integrity sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==
+"readable-stream@2 || 3", readable-stream@3, readable-stream@^3.0.0, readable-stream@^3.0.6, readable-stream@^3.1.1, readable-stream@^3.2.0, readable-stream@^3.4.0, readable-stream@^3.5.0, readable-stream@^3.6.0:
+ version "3.6.2"
+ resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.2.tgz#56a9b36ea965c00c5a93ef31eb111a0f11056967"
+ integrity sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==
dependencies:
inherits "^2.0.3"
string_decoder "^1.1.1"
@@ -19528,29 +20891,47 @@ reading-time@^1.5.0:
integrity sha512-onYyVhBNr4CmAxFsKS7bz+uTLRakypIe4R+5A824vBSkQy/hB3fZepoVEf8OVAxzLvK+H/jm9TzpI3ETSm64Kg==
recast@^0.20.3:
- version "0.20.4"
- resolved "https://registry.yarnpkg.com/recast/-/recast-0.20.4.tgz#db55983eac70c46b3fff96c8e467d65ffb4a7abc"
- integrity sha512-6qLIBGGRcwjrTZGIiBpJVC/NeuXpogXNyRQpqU1zWPUigCphvApoCs9KIwDYh1eDuJ6dAFlQoi/QUyE5KQ6RBQ==
+ version "0.20.5"
+ resolved "https://registry.yarnpkg.com/recast/-/recast-0.20.5.tgz#8e2c6c96827a1b339c634dd232957d230553ceae"
+ integrity sha512-E5qICoPoNL4yU0H0NoBDntNB0Q5oMSNh9usFctYniLBluTthi3RsQVBXIJNbApOlvSwW/RGxIuokPcAc59J5fQ==
dependencies:
ast-types "0.14.2"
esprima "~4.0.0"
source-map "~0.6.1"
tslib "^2.0.1"
+recast@^0.23.3, recast@^0.23.5:
+ version "0.23.6"
+ resolved "https://registry.yarnpkg.com/recast/-/recast-0.23.6.tgz#198fba74f66143a30acc81929302d214ce4e3bfa"
+ integrity sha512-9FHoNjX1yjuesMwuthAmPKabxYQdOgihFYmT5ebXfYGBcnqXZf3WOVz+5foEZ8Y83P4ZY6yQD5GMmtV+pgCCAQ==
+ dependencies:
+ ast-types "^0.16.1"
+ esprima "~4.0.0"
+ source-map "~0.6.1"
+ tiny-invariant "^1.3.3"
+ tslib "^2.0.1"
+
rechoir@^0.6.2:
version "0.6.2"
resolved "https://registry.yarnpkg.com/rechoir/-/rechoir-0.6.2.tgz#85204b54dba82d5742e28c96756ef43af50e3384"
- integrity sha1-hSBLVNuoLVdC4oyWdW70OvUOM4Q=
+ integrity sha512-HFM8rkZ+i3zrV+4LQjwQ0W+ez98pApMGM3HUrN04j3CqzPOzl9nmP15Y8YXNm8QHGv/eacOVEjqhmWpkRV0NAw==
dependencies:
resolve "^1.1.6"
-recursive-readdir@2.2.2, recursive-readdir@^2.2.2:
+recursive-readdir@2.2.2:
version "2.2.2"
resolved "https://registry.yarnpkg.com/recursive-readdir/-/recursive-readdir-2.2.2.tgz#9946fb3274e1628de6e36b2f6714953b4845094f"
integrity sha512-nRCcW9Sj7NuZwa2XvH9co8NPeXUBhZP7CRKJtU+cS6PW9FpCIFoI5ib0NT1ZrbNuPoRy0ylyCaUL8Gih4LSyFg==
dependencies:
minimatch "3.0.4"
+recursive-readdir@^2.2.2:
+ version "2.2.3"
+ resolved "https://registry.yarnpkg.com/recursive-readdir/-/recursive-readdir-2.2.3.tgz#e726f328c0d69153bcabd5c322d3195252379372"
+ integrity sha512-8HrF5ZsXk5FAH9dgsx3BlUer73nIhuj+9OrQwEbLTPOBzGkL1lsFCR01am+v+0m2Cmbs1nP12hLDl5FA7EszKA==
+ dependencies:
+ minimatch "^3.0.5"
+
redent@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/redent/-/redent-3.0.0.tgz#e557b7998316bb53c9f1f56fa626352c6963059f"
@@ -19562,19 +20943,19 @@ redent@^3.0.0:
reduce-extract@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/reduce-extract/-/reduce-extract-1.0.0.tgz#67f2385beda65061b5f5f4312662e8b080ca1525"
- integrity sha1-Z/I4W+2mUGG19fQxJmLosIDKFSU=
+ integrity sha512-QF8vjWx3wnRSL5uFMyCjDeDc5EBMiryoT9tz94VvgjKfzecHAVnqmXAwQDcr7X4JmLc2cjkjFGCVzhMqDjgR9g==
dependencies:
test-value "^1.0.1"
reduce-flatten@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/reduce-flatten/-/reduce-flatten-1.0.1.tgz#258c78efd153ddf93cb561237f61184f3696e327"
- integrity sha1-JYx479FT3fk8tWEjf2EYTzaW4yc=
+ integrity sha512-j5WfFJfc9CoXv/WbwVLHq74i/hdTUpy+iNC534LxczMRP67vJeK3V9JOdnL0N1cIRbn9mYhE2yVjvvKXDxvNXQ==
reduce-flatten@^3.0.0:
- version "3.0.0"
- resolved "https://registry.yarnpkg.com/reduce-flatten/-/reduce-flatten-3.0.0.tgz#da477d68453fd9510f9a5fbef86e0fa04b4fd315"
- integrity sha512-eczl8wAYBxJ6Egl6I1ECIF+8z6sHu+KE7BzaEDZTpPXKXfy9SUDQlVYwkRcNTjJLC3Iakxbhss50KuT/R6SYfg==
+ version "3.0.1"
+ resolved "https://registry.yarnpkg.com/reduce-flatten/-/reduce-flatten-3.0.1.tgz#3db6b48ced1f4dbe4f4f5e31e422aa9ff0cd21ba"
+ integrity sha512-bYo+97BmUUOzg09XwfkwALt4PQH1M5L0wzKerBt6WLm3Fhdd43mMS89HiT1B9pJIqko/6lWx3OnV4J9f2Kqp5Q==
reduce-unique@^2.0.1:
version "2.0.1"
@@ -19584,38 +20965,37 @@ reduce-unique@^2.0.1:
reduce-without@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/reduce-without/-/reduce-without-1.0.1.tgz#68ad0ead11855c9a37d4e8256c15bbf87972fc8c"
- integrity sha1-aK0OrRGFXJo31OglbBW7+Hly/Iw=
+ integrity sha512-zQv5y/cf85sxvdrKPlfcRzlDn/OqKFThNimYmsS3flmkioKvkUGn2Qg9cJVoQiEvdxFGLE0MQER/9fZ9sUqdxg==
dependencies:
test-value "^2.0.0"
-reflect-metadata@0.1.13:
- version "0.1.13"
- resolved "https://registry.yarnpkg.com/reflect-metadata/-/reflect-metadata-0.1.13.tgz#67ae3ca57c972a2aa1642b10fe363fe32d49dc08"
- integrity sha512-Ts1Y/anZELhSsjMcU605fU9RE4Oi3p5ORujwbIKXfWa+0Zxs510Qrmrce5/Jowq3cHSZSJqBjypxmHarc+vEWg==
-
reflect-metadata@0.2.1:
version "0.2.1"
resolved "https://registry.yarnpkg.com/reflect-metadata/-/reflect-metadata-0.2.1.tgz#8d5513c0f5ef2b4b9c3865287f3c0940c1f67f74"
integrity sha512-i5lLI6iw9AU3Uu4szRNPPEkomnkjRTaVt9hy/bn5g/oSzekBSMeLZblcjP74AW0vBabqERLLIrz+gR8QYR54Tw==
+reflect.getprototypeof@^1.0.4:
+ version "1.0.6"
+ resolved "https://registry.yarnpkg.com/reflect.getprototypeof/-/reflect.getprototypeof-1.0.6.tgz#3ab04c32a8390b770712b7a8633972702d278859"
+ integrity sha512-fmfw4XgoDke3kdI6h4xcUz1dG8uaiv5q9gcEwLS4Pnth2kxT+GZ7YehS1JTMGBQmtV7Y4GFGbs2re2NqhdozUg==
+ dependencies:
+ call-bind "^1.0.7"
+ define-properties "^1.2.1"
+ es-abstract "^1.23.1"
+ es-errors "^1.3.0"
+ get-intrinsic "^1.2.4"
+ globalthis "^1.0.3"
+ which-builtin-type "^1.1.3"
+
reflect.ownkeys@^0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/reflect.ownkeys/-/reflect.ownkeys-0.2.0.tgz#749aceec7f3fdf8b63f927a04809e90c5c0b3460"
- integrity sha1-dJrO7H8/34tj+SegSAnpDFwLNGA=
-
-refractor@^3.1.0:
- version "3.2.0"
- resolved "https://registry.yarnpkg.com/refractor/-/refractor-3.2.0.tgz#bc46f7cfbb6adbf45cd304e8e299b7fa854804e0"
- integrity sha512-hSo+EyMIZTLBvNNgIU5lW4yjCzNYMZ4dcEhBq/3nReGfqzd2JfVhdlPDfU9rEsgcAyWx+OimIIUoL4ZU7NtYHQ==
- dependencies:
- hastscript "^6.0.0"
- parse-entities "^2.0.0"
- prismjs "~1.22.0"
+ integrity sha512-qOLsBKHCpSOFKK1NUOCGC5VyeufB6lEsFe92AL2bhIJsacZS1qdoOZSbPk3MYKuT2cFlRDnulKXuuElIrMjGUg==
-regenerate-unicode-properties@^9.0.0:
- version "9.0.0"
- resolved "https://registry.yarnpkg.com/regenerate-unicode-properties/-/regenerate-unicode-properties-9.0.0.tgz#54d09c7115e1f53dc2314a974b32c1c344efe326"
- integrity sha512-3E12UeNSPfjrgwjkR81m5J7Aw/T55Tu7nUyZVQYCKEOs+2dkxEY+DpPtZzO4YruuiPb7NkYLVcyJC4+zCbk5pA==
+regenerate-unicode-properties@^10.1.0:
+ version "10.1.1"
+ resolved "https://registry.yarnpkg.com/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.1.tgz#6b0e05489d9076b04c436f318d9b067bba459480"
+ integrity sha512-X007RyZLsCJVVrjgEFVpLUTZwyOZk3oiL75ZcuYjlIWd6rNJtOjkBwQc5AsRrpbKVkxN6sklw/k/9m2jJYOf8Q==
dependencies:
regenerate "^1.4.2"
@@ -19629,15 +21009,20 @@ regenerator-runtime@^0.11.0:
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz#be05ad7f9bf7d22e056f9726cee5017fbf19e2e9"
integrity sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==
-regenerator-runtime@^0.13.4, regenerator-runtime@^0.13.7:
- version "0.13.7"
- resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.7.tgz#cac2dacc8a1ea675feaabaeb8ae833898ae46f55"
- integrity sha512-a54FxoJDIr27pgf7IgeQGxmqUNYrcV338lf/6gH456HZ/PhX+5BcwHXG9ajESmwe6WRO0tAzRUrRmNONWgkrew==
+regenerator-runtime@^0.13.7, regenerator-runtime@^0.13.9:
+ version "0.13.11"
+ resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz#f6dca3e7ceec20590d07ada785636a90cdca17f9"
+ integrity sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==
-regenerator-transform@^0.14.2:
- version "0.14.5"
- resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.14.5.tgz#c98da154683671c9c4dcb16ece736517e1b7feb4"
- integrity sha512-eOf6vka5IO151Jfsw2NO9WpGX58W6wWmefK3I1zEGr0lOD0u8rwPaNqQL1aRxUaxLeKO3ArNh3VYg1KbaD+FFw==
+regenerator-runtime@^0.14.0:
+ version "0.14.1"
+ resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz#356ade10263f685dda125100cd862c1db895327f"
+ integrity sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==
+
+regenerator-transform@^0.15.2:
+ version "0.15.2"
+ resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.15.2.tgz#5bbae58b522098ebdf09bca2f83838929001c7a4"
+ integrity sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==
dependencies:
"@babel/runtime" "^7.8.4"
@@ -19650,9 +21035,9 @@ regex-not@^1.0.0, regex-not@^1.0.2:
safe-regex "^1.1.0"
regex-parser@^2.2.11:
- version "2.2.11"
- resolved "https://registry.yarnpkg.com/regex-parser/-/regex-parser-2.2.11.tgz#3b37ec9049e19479806e878cabe7c1ca83ccfe58"
- integrity sha512-jbD/FT0+9MBU2XAZluI7w2OBs1RBi6p9M83nkoZayQXXU9e8Robt69FcZc7wU4eJD/YFTjn1JdCk3rbMJajz8Q==
+ version "2.3.0"
+ resolved "https://registry.yarnpkg.com/regex-parser/-/regex-parser-2.3.0.tgz#4bb61461b1a19b8b913f3960364bb57887f920ee"
+ integrity sha512-TVILVSz2jY5D47F4mA4MppkBrafEaiUWJO/TcZHEIuI13AqoZMkK1WMA4Om1YkYbTx+9Ki1/tSUXbceyr9saRg==
regexp-match-indices@1.0.2:
version "1.0.2"
@@ -19666,38 +21051,39 @@ regexp-tree@^0.1.11:
resolved "https://registry.yarnpkg.com/regexp-tree/-/regexp-tree-0.1.27.tgz#2198f0ef54518ffa743fe74d983b56ffd631b6cd"
integrity sha512-iETxpjK6YoRWJG5o6hXLwvjYAoW+FEZn9os0PD/b6AP6xQwsa/Y7lCVgIixBbUPMfhu+i2LtdeAqVTgGlQarfA==
-regexp.prototype.flags@^1.2.0, regexp.prototype.flags@^1.4.3:
- version "1.4.3"
- resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.4.3.tgz#87cab30f80f66660181a3bb7bf5981a872b367ac"
- integrity sha512-fjggEOO3slI6Wvgjwflkc4NFRCTZAu5CnNfBd5qOMYhWdn67nJBBu34/TkD++eeFmd8C9r9jfXJ27+nSiRkSUA==
+regexp.prototype.flags@^1.5.1, regexp.prototype.flags@^1.5.2:
+ version "1.5.2"
+ resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.5.2.tgz#138f644a3350f981a858c44f6bb1a61ff59be334"
+ integrity sha512-NcDiDkTLuPR+++OCKB0nWafEmhg/Da8aUPLPMQbK+bxKKCm1/S5he+AqYa4PlMCVBalb4/yxIRub6qkEx5yJbw==
dependencies:
- call-bind "^1.0.2"
- define-properties "^1.1.3"
- functions-have-names "^1.2.2"
+ call-bind "^1.0.6"
+ define-properties "^1.2.1"
+ es-errors "^1.3.0"
+ set-function-name "^2.0.1"
-regexpp@^3.0.0, regexpp@^3.1.0:
- version "3.1.0"
- resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.1.0.tgz#206d0ad0a5648cffbdb8ae46438f3dc51c9f78e2"
- integrity sha512-ZOIzd8yVsQQA7j8GCSlPGXwg5PfmA1mrq0JP4nGhh54LaKN3xdai/vHUDu74pKwV8OxseMS65u2NImosQcSD0Q==
+regexpp@^3.1.0:
+ version "3.2.0"
+ resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2"
+ integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==
-regexpu-core@^4.7.1:
- version "4.8.0"
- resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-4.8.0.tgz#e5605ba361b67b1718478501327502f4479a98f0"
- integrity sha512-1F6bYsoYiz6is+oz70NWur2Vlh9KWtswuRuzJOfeYUrfPX2o8n74AnUVaOGDbUqVGO9fNHu48/pjJO4sNVwsOg==
+regexpu-core@^5.3.1:
+ version "5.3.2"
+ resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-5.3.2.tgz#11a2b06884f3527aec3e93dbbf4a3b958a95546b"
+ integrity sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==
dependencies:
+ "@babel/regjsgen" "^0.8.0"
regenerate "^1.4.2"
- regenerate-unicode-properties "^9.0.0"
- regjsgen "^0.5.2"
- regjsparser "^0.7.0"
+ regenerate-unicode-properties "^10.1.0"
+ regjsparser "^0.9.1"
unicode-match-property-ecmascript "^2.0.0"
- unicode-match-property-value-ecmascript "^2.0.0"
+ unicode-match-property-value-ecmascript "^2.1.0"
registry-auth-token@^4.0.0:
- version "4.2.1"
- resolved "https://registry.yarnpkg.com/registry-auth-token/-/registry-auth-token-4.2.1.tgz#6d7b4006441918972ccd5fedcd41dc322c79b250"
- integrity sha512-6gkSb4U6aWJB4SF2ZvLb76yCBjcvufXBqvvEx1HbmKPkutswjW1xNVRY0+daljIYRbogN7O0etYSlbiaEQyMyw==
+ version "4.2.2"
+ resolved "https://registry.yarnpkg.com/registry-auth-token/-/registry-auth-token-4.2.2.tgz#f02d49c3668884612ca031419491a13539e21fac"
+ integrity sha512-PC5ZysNb42zpFME6D/XlIgtNGdTl8bBOCw90xQLVMpzuuubJKYDWFAEuUNc+Cn8Z8724tg2SDhDRrkVEsqfDMg==
dependencies:
- rc "^1.2.8"
+ rc "1.2.8"
registry-url@^5.0.0:
version "5.1.0"
@@ -19706,42 +21092,42 @@ registry-url@^5.0.0:
dependencies:
rc "^1.2.8"
-regjsgen@^0.5.2:
- version "0.5.2"
- resolved "https://registry.yarnpkg.com/regjsgen/-/regjsgen-0.5.2.tgz#92ff295fb1deecbf6ecdab2543d207e91aa33733"
- integrity sha512-OFFT3MfrH90xIW8OOSyUrk6QHD5E9JOTeGodiJeBS3J6IwlgzJMNE/1bZklWz5oTg+9dCMyEetclvCVXOPoN3A==
-
-regjsparser@^0.7.0:
- version "0.7.0"
- resolved "https://registry.yarnpkg.com/regjsparser/-/regjsparser-0.7.0.tgz#a6b667b54c885e18b52554cb4960ef71187e9968"
- integrity sha512-A4pcaORqmNMDVwUjWoTzuhwMGpP+NykpfqAsEgI1FSH/EzC7lrN5TMd+kN8YCovX+jMpu8eaqXgXPCa0g8FQNQ==
+regjsparser@^0.9.1:
+ version "0.9.1"
+ resolved "https://registry.yarnpkg.com/regjsparser/-/regjsparser-0.9.1.tgz#272d05aa10c7c1f67095b1ff0addae8442fc5709"
+ integrity sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==
dependencies:
jsesc "~0.5.0"
-rehype-parse@^6.0.2:
- version "6.0.2"
- resolved "https://registry.yarnpkg.com/rehype-parse/-/rehype-parse-6.0.2.tgz#aeb3fdd68085f9f796f1d3137ae2b85a98406964"
- integrity sha512-0S3CpvpTAgGmnz8kiCyFLGuW5yA4OQhyNTm/nwPopZ7+PI11WnGl1TTWTGv/2hPEe/g2jRLlhVVSsoDH8waRug==
+rehype-external-links@^3.0.0:
+ version "3.0.0"
+ resolved "https://registry.yarnpkg.com/rehype-external-links/-/rehype-external-links-3.0.0.tgz#2b28b5cda1932f83f045b6f80a3e1b15f168c6f6"
+ integrity sha512-yp+e5N9V3C6bwBeAC4n796kc86M4gJCdlVhiMTxIrJG5UHDMh+PJANf9heqORJbt1nrCbDwIlAZKjANIaVBbvw==
dependencies:
- hast-util-from-parse5 "^5.0.0"
- parse5 "^5.0.0"
- xtend "^4.0.0"
+ "@types/hast" "^3.0.0"
+ "@ungap/structured-clone" "^1.0.0"
+ hast-util-is-element "^3.0.0"
+ is-absolute-url "^4.0.0"
+ space-separated-tokens "^2.0.0"
+ unist-util-visit "^5.0.0"
+
+rehype-slug@^6.0.0:
+ version "6.0.0"
+ resolved "https://registry.yarnpkg.com/rehype-slug/-/rehype-slug-6.0.0.tgz#1d21cf7fc8a83ef874d873c15e6adaee6344eaf1"
+ integrity sha512-lWyvf/jwu+oS5+hL5eClVd3hNdmwM1kAC0BUvEGD19pajQMIzcNUd/k9GsfQ+FfECvX+JE+e9/btsKH0EjJT6A==
+ dependencies:
+ "@types/hast" "^3.0.0"
+ github-slugger "^2.0.0"
+ hast-util-heading-rank "^3.0.0"
+ hast-util-to-string "^3.0.0"
+ unist-util-visit "^5.0.0"
relateurl@^0.2.7:
version "0.2.7"
resolved "https://registry.yarnpkg.com/relateurl/-/relateurl-0.2.7.tgz#54dbf377e51440aca90a4cd274600d3ff2d888a9"
- integrity sha1-VNvzd+UUQKypCkzSdGANP/LYiKk=
-
-remark-admonitions@^1.2.1:
- version "1.2.1"
- resolved "https://registry.yarnpkg.com/remark-admonitions/-/remark-admonitions-1.2.1.tgz#87caa1a442aa7b4c0cafa04798ed58a342307870"
- integrity sha512-Ji6p68VDvD+H1oS95Fdx9Ar5WA2wcDA4kwrrhVU7fGctC6+d3uiMICu7w7/2Xld+lnU7/gi+432+rRbup5S8ow==
- dependencies:
- rehype-parse "^6.0.2"
- unified "^8.4.2"
- unist-util-visit "^2.0.1"
+ integrity sha512-G08Dxvm4iDN3MLM0EsP62EDV9IuhXPR6blNz6Utcp7zyV3tr4HVNINt6MpaRWbxoOHT3Q7YN2P+jaHX8vUbgog==
-remark-emoji@^2.1.0:
+remark-emoji@^2.2.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/remark-emoji/-/remark-emoji-2.2.0.tgz#1c702090a1525da5b80e15a8f963ef2c8236cac7"
integrity sha512-P3cj9s5ggsUvWw5fS2uzCHJMGuXYRb0NnZqYlNecewXt8QBU9n5vW3DUUKOhepS8F9CwdMx9B8a3i7pqFWAI5w==
@@ -19750,17 +21136,6 @@ remark-emoji@^2.1.0:
node-emoji "^1.10.0"
unist-util-visit "^2.0.3"
-remark-external-links@^8.0.0:
- version "8.0.0"
- resolved "https://registry.yarnpkg.com/remark-external-links/-/remark-external-links-8.0.0.tgz#308de69482958b5d1cd3692bc9b725ce0240f345"
- integrity sha512-5vPSX0kHoSsqtdftSHhIYofVINC8qmp0nctkeU9YoJwV3YfiBRiI6cbFRJ0oI/1F9xS+bopXG0m2KS8VFscuKA==
- dependencies:
- extend "^3.0.0"
- is-absolute-url "^3.0.0"
- mdast-util-definitions "^4.0.0"
- space-separated-tokens "^1.0.0"
- unist-util-visit "^2.0.0"
-
remark-footnotes@2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/remark-footnotes/-/remark-footnotes-2.0.0.tgz#9001c4c2ffebba55695d2dd80ffb8b82f7e6303f"
@@ -19802,15 +21177,6 @@ remark-parse@8.0.3:
vfile-location "^3.0.0"
xtend "^4.0.1"
-remark-slug@^6.0.0:
- version "6.0.0"
- resolved "https://registry.yarnpkg.com/remark-slug/-/remark-slug-6.0.0.tgz#2b54a14a7b50407a5e462ac2f376022cce263e2c"
- integrity sha512-ln67v5BrGKHpETnm6z6adlJPhESFJwfuZZ3jrmi+lKTzeZxh2tzFzUfDD4Pm2hRGOarHLuGToO86MNMZ/hA67Q==
- dependencies:
- github-slugger "^1.0.0"
- mdast-util-to-string "^1.0.0"
- unist-util-visit "^2.0.0"
-
remark-squeeze-paragraphs@4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/remark-squeeze-paragraphs/-/remark-squeeze-paragraphs-4.0.0.tgz#76eb0e085295131c84748c8e43810159c5653ead"
@@ -19818,10 +21184,10 @@ remark-squeeze-paragraphs@4.0.0:
dependencies:
mdast-squeeze-paragraphs "^4.0.0"
-remove-accents@0.4.2:
- version "0.4.2"
- resolved "https://registry.yarnpkg.com/remove-accents/-/remove-accents-0.4.2.tgz#0a43d3aaae1e80db919e07ae254b285d9e1c7bb5"
- integrity sha1-CkPTqq4egNuRngeuJUsoXZ4ce7U=
+remove-accents@0.5.0:
+ version "0.5.0"
+ resolved "https://registry.yarnpkg.com/remove-accents/-/remove-accents-0.5.0.tgz#77991f37ba212afba162e375b627631315bed687"
+ integrity sha512-8g3/Otx1eJaVD12e31UbJj1YzdtVvzH85HV7t+9MJYk/u3XmkOUJ5Ys9wQrf9PCPK8+xn4ymzqYCiZl6QWKn+A==
remove-bom-buffer@^3.0.0:
version "3.0.0"
@@ -19834,7 +21200,7 @@ remove-bom-buffer@^3.0.0:
remove-bom-stream@^1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/remove-bom-stream/-/remove-bom-stream-1.2.0.tgz#05f1a593f16e42e1fb90ebf59de8e569525f9523"
- integrity sha1-BfGlk/FuQuH7kOv1nejlaVJflSM=
+ integrity sha512-wigO8/O08XHb8YPzpDDT+QmRANfW6vLqxfaXm1YXhnFf3AkSLyjfG3GEFg4McZkmgL7KvCj5u2KczkvSP6NfHA==
dependencies:
remove-bom-buffer "^3.0.0"
safe-buffer "^5.1.0"
@@ -19843,18 +21209,18 @@ remove-bom-stream@^1.2.0:
remove-trailing-separator@^1.0.1:
version "1.1.0"
resolved "https://registry.yarnpkg.com/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz#c24bce2a283adad5bc3f58e0d48249b92379d8ef"
- integrity sha1-wkvOKig62tW8P1jg1IJJuSN52O8=
+ integrity sha512-/hS+Y0u3aOfIETiaiirUFwDBDzmXPvO+jAfKTitUngIPzdKc6Z0LoFjM/CK5PL4C+eKwHohlHAb6H0VFfmmUsw==
renderkid@^2.0.4:
- version "2.0.4"
- resolved "https://registry.yarnpkg.com/renderkid/-/renderkid-2.0.4.tgz#d325e532afb28d3f8796ffee306be8ffd6fc864c"
- integrity sha512-K2eXrSOJdq+HuKzlcjOlGoOarUu5SDguDEhE7+Ah4zuOWL40j8A/oHvLlLob9PSTNvVnBd+/q0Er1QfpEuem5g==
+ version "2.0.7"
+ resolved "https://registry.yarnpkg.com/renderkid/-/renderkid-2.0.7.tgz#464f276a6bdcee606f4a15993f9b29fc74ca8609"
+ integrity sha512-oCcFyxaMrKsKcTY59qnCAtmDVSLfPbrv6A3tVbPdFMMrv5jaK10V6m40cKsoPNhAqN6rmHW9sswW4o3ruSrwUQ==
dependencies:
- css-select "^1.1.0"
- dom-converter "^0.2"
- htmlparser2 "^3.3.0"
- lodash "^4.17.20"
- strip-ansi "^3.0.0"
+ css-select "^4.1.3"
+ dom-converter "^0.2.0"
+ htmlparser2 "^6.1.0"
+ lodash "^4.17.21"
+ strip-ansi "^3.0.1"
renderkid@^3.0.0:
version "3.0.0"
@@ -19868,14 +21234,14 @@ renderkid@^3.0.0:
strip-ansi "^6.0.1"
repeat-element@^1.1.2:
- version "1.1.3"
- resolved "https://registry.yarnpkg.com/repeat-element/-/repeat-element-1.1.3.tgz#782e0d825c0c5a3bb39731f84efee6b742e6b1ce"
- integrity sha512-ahGq0ZnV5m5XtZLMb+vP76kcAM5nkLqk0lpqAuojSKGgQtn4eRi4ZZGm2olo2zKFH+sMsWaqOCW1dqAnOru72g==
+ version "1.1.4"
+ resolved "https://registry.yarnpkg.com/repeat-element/-/repeat-element-1.1.4.tgz#be681520847ab58c7568ac75fbfad28ed42d39e9"
+ integrity sha512-LFiNfRcSu7KK3evMyYOuCzv3L10TW7yC1G2/+StMjK8Y6Vqd2MG7r/Qjw4ghtuCOjFvlnms/iMmLqpvW/ES/WQ==
repeat-string@^1.5.2, repeat-string@^1.5.4, repeat-string@^1.6.1:
version "1.6.1"
resolved "https://registry.yarnpkg.com/repeat-string/-/repeat-string-1.6.1.tgz#8dcae470e1c88abc2d600fff4a776286da75e637"
- integrity sha1-jcrkcOHIirwtYA//Sndihtp15jc=
+ integrity sha512-PV0dzCYDNfRi1jCDbJzpW7jNNDRuCOG/jI5ctQcGKt/clZD+YcPS3yIlWuTJMmESC8aevCFmWJy5wjAFgNqN6w==
replace-ext@^1.0.0:
version "1.0.1"
@@ -19885,7 +21251,7 @@ replace-ext@^1.0.0:
request-progress@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/request-progress/-/request-progress-3.0.0.tgz#4ca754081c7fec63f505e4faa825aa06cd669dbe"
- integrity sha1-TKdUCBx/7GP1BeT6qCWqBs1mnb4=
+ integrity sha512-MnWzEHHaxHO2iWiQuHrUPBi/1WeBf5PkxQqNyNvLl9VAYSdXkP8tQ3pBSeCPD+yw0v0Aq1zosWLz0BdeXpWwZg==
dependencies:
throttleit "^1.0.0"
@@ -19918,7 +21284,7 @@ request@^2.88.0:
require-directory@^2.1.1:
version "2.1.1"
resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42"
- integrity sha1-jGStX9MNqxyXbiNE/+f3kqam30I=
+ integrity sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==
require-from-string@^2.0.2:
version "2.0.2"
@@ -19928,7 +21294,7 @@ require-from-string@^2.0.2:
"require-like@>= 0.1.1":
version "0.1.2"
resolved "https://registry.yarnpkg.com/require-like/-/require-like-0.1.2.tgz#ad6f30c13becd797010c468afa775c0c0a6b47fa"
- integrity sha1-rW8wwTvs15cBDEaK+ndcDAprR/o=
+ integrity sha512-oyrU88skkMtDdauHDuKVrgR+zuItqr6/c//FXzvmxRGMexSDc6hNvJInGW3LL46n+8b50RykrvwSUIIQH2LQ5A==
require-main-filename@^2.0.0:
version "2.0.0"
@@ -19938,14 +21304,14 @@ require-main-filename@^2.0.0:
requires-port@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/requires-port/-/requires-port-1.0.0.tgz#925d2601d39ac485e091cf0da5c6e694dc3dcaff"
- integrity sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8=
+ integrity sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==
requizzle@^0.2.3:
- version "0.2.3"
- resolved "https://registry.yarnpkg.com/requizzle/-/requizzle-0.2.3.tgz#4675c90aacafb2c036bd39ba2daa4a1cb777fded"
- integrity sha512-YanoyJjykPxGHii0fZP0uUPEXpvqfBDxWV7s6GKAiiOsiqhX6vHNyW3Qzdmqp/iq/ExbhaGbVrjB4ruEVSM4GQ==
+ version "0.2.4"
+ resolved "https://registry.yarnpkg.com/requizzle/-/requizzle-0.2.4.tgz#319eb658b28c370f0c20f968fa8ceab98c13d27c"
+ integrity sha512-JRrFk1D4OQ4SqovXOgdav+K8EAhSB/LJZqCz8tbX0KObcdeM15Ss59ozWMBWmmINMagCwmqn4ZNryUGpBsl6Jw==
dependencies:
- lodash "^4.17.14"
+ lodash "^4.17.21"
resize-observer-polyfill@^1.5.1:
version "1.5.1"
@@ -19955,7 +21321,7 @@ resize-observer-polyfill@^1.5.1:
resolve-cwd@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/resolve-cwd/-/resolve-cwd-2.0.0.tgz#00a9f7387556e27038eae232caa372a6a59b665a"
- integrity sha1-AKn3OHVW4nA46uIyyqNypqWbZlo=
+ integrity sha512-ccu8zQTrzVr954472aUVPLEcB3YpKSYR3cg/3lo1okzobPBM+1INXBbBZlDbnI/hbEocnf8j0QVo43hQKrbchg==
dependencies:
resolve-from "^3.0.0"
@@ -19974,7 +21340,7 @@ resolve-from@5.0.0, resolve-from@^5.0.0:
resolve-from@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-3.0.0.tgz#b22c7af7d9d6881bc8b6e653335eebcb0a188748"
- integrity sha1-six699nWiBvItuZTM17rywoYh0g=
+ integrity sha512-GnlH6vxLymXJNMBo7XP1fJIzBFbdYt49CuTwmB/6N53t+kMPRMFKz783LlQ4tv28XoQfMWinAJX6WCGf2IlaIw==
resolve-from@^4.0.0:
version "4.0.0"
@@ -19991,7 +21357,7 @@ resolve-global@1.0.0, resolve-global@^1.0.0:
resolve-options@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/resolve-options/-/resolve-options-1.1.0.tgz#32bb9e39c06d67338dc9378c0d6d6074566ad131"
- integrity sha1-MrueOcBtZzONyTeMDW1gdFZq0TE=
+ integrity sha512-NYDgziiroVeDC29xq7bp/CacZERYsA9bXYd1ZmcJlF3BcrZv5pTb4NG7SjdyKDnXZ84aC4vo2u6sNKIA1LCu/A==
dependencies:
value-or-function "^3.0.0"
@@ -20008,25 +21374,41 @@ resolve-pkg@^2.0.0:
resolve-from "^5.0.0"
resolve-url-loader@^3.1.2:
- version "3.1.2"
- resolved "https://registry.yarnpkg.com/resolve-url-loader/-/resolve-url-loader-3.1.2.tgz#235e2c28e22e3e432ba7a5d4e305c59a58edfc08"
- integrity sha512-QEb4A76c8Mi7I3xNKXlRKQSlLBwjUV/ULFMP+G7n3/7tJZ8MG5wsZ3ucxP1Jz8Vevn6fnJsxDx9cIls+utGzPQ==
+ version "3.1.5"
+ resolved "https://registry.yarnpkg.com/resolve-url-loader/-/resolve-url-loader-3.1.5.tgz#1dce0847d4a2ef43c51f63c9fd30bf6dfbf26716"
+ integrity sha512-mgFMCmrV/tA4738EsFmPFE5/MaqSgUMe8LK971kVEKA/RrNVb7+VqFsg/qmKyythf34eyq476qIobP/gfFBGSQ==
dependencies:
adjust-sourcemap-loader "3.0.0"
camelcase "5.3.1"
compose-function "3.0.3"
convert-source-map "1.7.0"
es6-iterator "2.0.3"
- loader-utils "1.2.3"
- postcss "7.0.21"
+ loader-utils "^1.2.3"
+ postcss "7.0.36"
rework "1.0.1"
rework-visit "1.0.0"
source-map "0.6.1"
+resolve-url-loader@^4.0.0:
+ version "4.0.0"
+ resolved "https://registry.yarnpkg.com/resolve-url-loader/-/resolve-url-loader-4.0.0.tgz#d50d4ddc746bb10468443167acf800dcd6c3ad57"
+ integrity sha512-05VEMczVREcbtT7Bz+C+96eUO5HDNvdthIiMB34t7FcF8ehcu4wC0sSgPUubs3XW2Q3CNLJk/BJrCU9wVRymiA==
+ dependencies:
+ adjust-sourcemap-loader "^4.0.0"
+ convert-source-map "^1.7.0"
+ loader-utils "^2.0.0"
+ postcss "^7.0.35"
+ source-map "0.6.1"
+
resolve-url@^0.2.1:
version "0.2.1"
resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
- integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=
+ integrity sha512-ZuF55hVUQaaczgOIwqWzkEcEidmlD/xl44x1UZnhOXcYuFN2S6+rcxpG+C1N3So0wvNI3DmJICUFfu2SxhBmvg==
+
+resolve.exports@^1.1.0:
+ version "1.1.1"
+ resolved "https://registry.yarnpkg.com/resolve.exports/-/resolve.exports-1.1.1.tgz#05cfd5b3edf641571fd46fa608b610dda9ead999"
+ integrity sha512-/NtpHNDN7jWhAaQ9BvBUYZ6YTXsRBgfqWFWP7BZBaoMJO/I3G5OFzvTuWNlZC3aPjins1F+TNrLKsGbH4rfsRQ==
resolve@1.18.1:
version "1.18.1"
@@ -20036,28 +21418,28 @@ resolve@1.18.1:
is-core-module "^2.0.0"
path-parse "^1.0.6"
-resolve@^1.1.6, resolve@^1.10.0, resolve@^1.12.0, resolve@^1.13.1, resolve@^1.14.2, resolve@^1.17.0, resolve@^1.18.1, resolve@^1.19.0, resolve@^1.20.0, resolve@^1.3.2, resolve@^1.8.1:
- version "1.21.0"
- resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.21.0.tgz#b51adc97f3472e6a5cf4444d34bc9d6b9037591f"
- integrity sha512-3wCbTpk5WJlyE4mSOtDLhqQmGFi0/TD9VPwmiolnk8U0wRgMEktqCXd3vy5buTO3tljvalNvKrjHEfrd2WpEKA==
+resolve@^1.1.6, resolve@^1.1.7, resolve@^1.10.0, resolve@^1.12.0, resolve@^1.14.2, resolve@^1.17.0, resolve@^1.18.1, resolve@^1.19.0, resolve@^1.20.0, resolve@^1.22.1, resolve@^1.22.2, resolve@^1.22.4, resolve@^1.22.8, resolve@^1.3.2:
+ version "1.22.8"
+ resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.8.tgz#b6c87a9f2aa06dfab52e3d70ac8cde321fa5a48d"
+ integrity sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==
dependencies:
- is-core-module "^2.8.0"
+ is-core-module "^2.13.0"
path-parse "^1.0.7"
supports-preserve-symlinks-flag "^1.0.0"
-resolve@^2.0.0-next.4:
- version "2.0.0-next.4"
- resolved "https://registry.yarnpkg.com/resolve/-/resolve-2.0.0-next.4.tgz#3d37a113d6429f496ec4752d2a2e58efb1fd4660"
- integrity sha512-iMDbmAWtfU+MHpxt/I5iWI7cY6YVEZUQ3MBgPQ++XD1PELuJHIl82xBmObyP2KyQmkNB2dsqF7seoQQiAn5yDQ==
+resolve@^2.0.0-next.5:
+ version "2.0.0-next.5"
+ resolved "https://registry.yarnpkg.com/resolve/-/resolve-2.0.0-next.5.tgz#6b0ec3107e671e52b68cd068ef327173b90dc03c"
+ integrity sha512-U7WjGVG9sH8tvjW5SmGbQuui75FiyjAX72HX15DwBBwF9dNiQZRQAg9nnPhYy+TUnE0+VcrttuvNI8oSxZcocA==
dependencies:
- is-core-module "^2.9.0"
+ is-core-module "^2.13.0"
path-parse "^1.0.7"
supports-preserve-symlinks-flag "^1.0.0"
responselike@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/responselike/-/responselike-1.0.2.tgz#918720ef3b631c5642be068f15ade5a46f4ba1e7"
- integrity sha1-kYcg7ztjHFZCvgaPFa3lpG9Loec=
+ integrity sha512-/Fpe5guzJk1gPqdJLJR5u7eG/gNY4nImjbRDaVWVMRhne55TCmj2i9Q+54PBRfatRC8v/rIiv9BN0pMd9OV5EQ==
dependencies:
lowercase-keys "^1.0.0"
@@ -20077,7 +21459,7 @@ ret@~0.1.10:
retry@^0.12.0:
version "0.12.0"
resolved "https://registry.yarnpkg.com/retry/-/retry-0.12.0.tgz#1b42a6266a21f07421d1b0b54b7dc167b01c013b"
- integrity sha1-G0KmJmoh8HQh0bC1S33BZ7AcATs=
+ integrity sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==
retry@^0.13.1:
version "0.13.1"
@@ -20092,30 +21474,30 @@ reusify@^1.0.4:
rework-visit@1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/rework-visit/-/rework-visit-1.0.0.tgz#9945b2803f219e2f7aca00adb8bc9f640f842c9a"
- integrity sha1-mUWygD8hni96ygCtuLyfZA+ELJo=
+ integrity sha512-W6V2fix7nCLUYX1v6eGPrBOZlc03/faqzP4sUxMAJMBMOPYhfV/RyLegTufn5gJKaOITyi+gvf0LXDZ9NzkHnQ==
rework@1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/rework/-/rework-1.0.1.tgz#30806a841342b54510aa4110850cd48534144aa7"
- integrity sha1-MIBqhBNCtUUQqkEQhQzUhTQUSqc=
+ integrity sha512-eEjL8FdkdsxApd0yWVZgBGzfCQiT8yqSc2H1p4jpZpQdtz7ohETiDMoje5PlM8I9WgkqkreVxFUKYOiJdVWDXw==
dependencies:
convert-source-map "^0.3.3"
css "^2.0.0"
rfdc@^1.3.0:
- version "1.3.0"
- resolved "https://registry.yarnpkg.com/rfdc/-/rfdc-1.3.0.tgz#d0b7c441ab2720d05dc4cf26e01c89631d9da08b"
- integrity sha512-V2hovdzFbOi77/WajaSMXk2OLm+xNIeQdMMuB7icj7bk6zi2F8GGAxigcnDFpJHbNyNcgyJDiP+8nOrY5cZGrA==
+ version "1.3.1"
+ resolved "https://registry.yarnpkg.com/rfdc/-/rfdc-1.3.1.tgz#2b6d4df52dffe8bb346992a10ea9451f24373a8f"
+ integrity sha512-r5a3l5HzYlIC68TpmYKlxWjmOP6wiPJ1vWv2HeLhNsRZMrCkxeqxiHlQ21oXmQ4F3SiryXBHhAD7JZqvOJjFmg==
rgb-regex@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/rgb-regex/-/rgb-regex-1.0.1.tgz#c0e0d6882df0e23be254a475e8edd41915feaeb1"
- integrity sha1-wODWiC3w4jviVKR16O3UGRX+rrE=
+ integrity sha512-gDK5mkALDFER2YLqH6imYvK6g02gpNGM4ILDZ472EwWfXZnC2ZEpoB2ECXTyOVUKuk/bPJZMzwQPBYICzP+D3w==
rgba-regex@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/rgba-regex/-/rgba-regex-1.0.0.tgz#43374e2e2ca0968b0ef1523460b7d730ff22eeb3"
- integrity sha1-QzdOLiyglosO8VI0YLfXMP8i7rM=
+ integrity sha512-zgn5OjNQXLUTdq8m17KdaicF6w89TZs8ZU8y0AYENIU6wG8GG6LLm0yLSiPY8DmaYmHdgRW8rnApjoT0fQRfMg==
rimraf@3.0.2, rimraf@^3.0.0, rimraf@^3.0.2:
version "3.0.2"
@@ -20124,7 +21506,7 @@ rimraf@3.0.2, rimraf@^3.0.0, rimraf@^3.0.2:
dependencies:
glob "^7.1.3"
-rimraf@^2.2.8, rimraf@^2.5.4, rimraf@^2.6.3:
+rimraf@^2.5.4, rimraf@^2.6.3:
version "2.7.1"
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.7.1.tgz#35797f13a7fdadc566142c29d4f07ccad483e3ec"
integrity sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==
@@ -20192,16 +21574,16 @@ rollup@^1.31.1:
acorn "^7.1.0"
rollup@^2.43.1:
- version "2.56.3"
- resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.56.3.tgz#b63edadd9851b0d618a6d0e6af8201955a77aeff"
- integrity sha512-Au92NuznFklgQCUcV96iXlxUbHuB1vQMaH76DHl5M11TotjOHwqk9CwcrT78+Tnv4FN9uTBxq6p4EJoYkpyekg==
+ version "2.79.1"
+ resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.79.1.tgz#bedee8faef7c9f93a2647ac0108748f497f081c7"
+ integrity sha512-uKxbd0IhMZOhjAiD5oAFp7BqvkA4Dv47qpOCtaNvng4HBwdbWtdOh8f5nZNuk2rp51PMGk3bzfWu5oayNEuYnw==
optionalDependencies:
fsevents "~2.3.2"
rst-selector-parser@^2.2.3:
version "2.2.3"
resolved "https://registry.yarnpkg.com/rst-selector-parser/-/rst-selector-parser-2.2.3.tgz#81b230ea2fcc6066c89e3472de794285d9b03d91"
- integrity sha1-gbIw6i/MYGbInjRy3nlChdmwPZE=
+ integrity sha512-nDG1rZeP6oFTLN6yNDV/uiAvs1+FS/KlrEwh7+y7dpuApDBy6bI2HTBcc0/V8lv9OTqfyD34eF7au2pm8aBbhA==
dependencies:
lodash.flattendeep "^4.4.0"
nearley "^2.7.10"
@@ -20212,11 +21594,11 @@ rsvp@^4.8.4:
integrity sha512-nfMOlASu9OnRJo1mbEk2cz0D56a1MBNrJ7orjRZQG10XDyuvwksKbuXNp6qa+kbn839HwjwhBzhFmdsaEAfauA==
rtl-detect@^1.0.4:
- version "1.0.4"
- resolved "https://registry.yarnpkg.com/rtl-detect/-/rtl-detect-1.0.4.tgz#40ae0ea7302a150b96bc75af7d749607392ecac6"
- integrity sha512-EBR4I2VDSSYr7PkBmFy04uhycIpDKp+21p/jARYXlCSjQksTBQcJ0HFUPOO79EPPH5JS6VAhiIQbycf0O3JAxQ==
+ version "1.1.2"
+ resolved "https://registry.yarnpkg.com/rtl-detect/-/rtl-detect-1.1.2.tgz#ca7f0330af5c6bb626c15675c642ba85ad6273c6"
+ integrity sha512-PGMBq03+TTG/p/cRB7HCLKJ1MgDIi07+QU1faSjiYRfmY5UsAttV9Hs08jDAHVwcOwmVLcSJkpwyfXszVjWfIQ==
-rtlcss@^3.3.0:
+rtlcss@^3.5.0:
version "3.5.0"
resolved "https://registry.yarnpkg.com/rtlcss/-/rtlcss-3.5.0.tgz#c9eb91269827a102bac7ae3115dd5d049de636c3"
integrity sha512-wzgMaMFHQTnyi9YOwsx9LjOxYXJPzS8sYnFaKm6R5ysvTkwzHiB0vxnbHwchHQT65PTdBjDG21/kQBWI7q9O7A==
@@ -20232,14 +21614,16 @@ run-async@^2.2.0, run-async@^2.4.0:
integrity sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==
run-parallel@^1.1.9:
- version "1.1.10"
- resolved "https://registry.yarnpkg.com/run-parallel/-/run-parallel-1.1.10.tgz#60a51b2ae836636c81377df16cb107351bcd13ef"
- integrity sha512-zb/1OuZ6flOlH6tQyMPUrE3x3Ulxjlo9WIVXR4yVYi4H9UXQaeIsPbLn2R3O3vQCnDKkAl2qHiuocKKX4Tz/Sw==
+ version "1.2.0"
+ resolved "https://registry.yarnpkg.com/run-parallel/-/run-parallel-1.2.0.tgz#66d1368da7bdf921eb9d95bd1a9229e7f21a43ee"
+ integrity sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==
+ dependencies:
+ queue-microtask "^1.2.2"
run-queue@^1.0.0, run-queue@^1.0.3:
version "1.0.3"
resolved "https://registry.yarnpkg.com/run-queue/-/run-queue-1.0.3.tgz#e848396f057d223f24386924618e25694161ec47"
- integrity sha1-6Eg5bwV9Ij8kOGkkYY4laUFh7Ec=
+ integrity sha512-ntymy489o0/QQplUDnpYAYUsO50K9SBrIVaKCWDOJzYJts0f9WH9RFJkyagebkw5+y1oi00R7ynNW/d12GBumg==
dependencies:
aproba "^1.1.1"
@@ -20251,40 +21635,45 @@ rxjs@^6.5.3, rxjs@^6.6.0, rxjs@^6.6.3:
tslib "^1.9.0"
rxjs@^7.5.1, rxjs@^7.5.4:
- version "7.5.4"
- resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.5.4.tgz#3d6bd407e6b7ce9a123e76b1e770dc5761aa368d"
- integrity sha512-h5M3Hk78r6wAheJF0a5YahB1yRQKCsZ4MsGdZ5O9ETbVtjPcScGfrMmoOq7EBsCRzd4BDkvDJ7ogP8Sz5tTFiQ==
+ version "7.8.1"
+ resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.8.1.tgz#6f6f3d99ea8044291efd92e7c7fcf562c4057543"
+ integrity sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==
dependencies:
tslib "^2.1.0"
-safe-buffer@5.1.1:
- version "5.1.1"
- resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.1.tgz#893312af69b2123def71f57889001671eeb2c853"
- integrity sha512-kKvNJn6Mm93gAczWVJg7wH+wGYWNrDHdWvpUmHyEsgCtIwwo3bqPtV4tR5tuPaUhTOo/kvhVwd8XwwOllGYkbg==
+safe-array-concat@^1.1.2:
+ version "1.1.2"
+ resolved "https://registry.yarnpkg.com/safe-array-concat/-/safe-array-concat-1.1.2.tgz#81d77ee0c4e8b863635227c721278dd524c20edb"
+ integrity sha512-vj6RsCsWBCf19jIeHEfkRMw8DPiBb+DMXklQ/1SGDHOMlHdPUkZXFQ2YdplS23zESTijAcurb1aSgJA3AgMu1Q==
+ dependencies:
+ call-bind "^1.0.7"
+ get-intrinsic "^1.2.4"
+ has-symbols "^1.0.3"
+ isarray "^2.0.5"
safe-buffer@5.1.2, safe-buffer@~5.1.0, safe-buffer@~5.1.1:
version "5.1.2"
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d"
integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==
-safe-buffer@>=5.1.0, safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.1, safe-buffer@^5.1.2, safe-buffer@^5.2.0, safe-buffer@~5.2.0:
+safe-buffer@5.2.1, safe-buffer@>=5.1.0, safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.1, safe-buffer@^5.1.2, safe-buffer@^5.2.0, safe-buffer@^5.2.1, safe-buffer@~5.2.0:
version "5.2.1"
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6"
integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==
-safe-regex-test@^1.0.0:
- version "1.0.0"
- resolved "https://registry.yarnpkg.com/safe-regex-test/-/safe-regex-test-1.0.0.tgz#793b874d524eb3640d1873aad03596db2d4f2295"
- integrity sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==
+safe-regex-test@^1.0.3:
+ version "1.0.3"
+ resolved "https://registry.yarnpkg.com/safe-regex-test/-/safe-regex-test-1.0.3.tgz#a5b4c0f06e0ab50ea2c395c14d8371232924c377"
+ integrity sha512-CdASjNJPvRa7roO6Ra/gLYBTzYzzPyyBXxIMdGW3USQLyjWEls2RgW5UBTXaQVp+OrpeCK3bLem8smtmheoRuw==
dependencies:
- call-bind "^1.0.2"
- get-intrinsic "^1.1.3"
+ call-bind "^1.0.6"
+ es-errors "^1.3.0"
is-regex "^1.1.4"
safe-regex@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/safe-regex/-/safe-regex-1.1.0.tgz#40a3669f3b077d1e943d44629e157dd48023bf2e"
- integrity sha1-QKNmnzsHfR6UPURinhV91IAjvy4=
+ integrity sha512-aJXcif4xnaNUzvUuC5gcb46oTS7zvg4jpMTnuqtrEPlR3vFr4pxtdTwaF1Qs3Enjn9HK+ZlwQui+a7z0SywIzg==
dependencies:
ret "~0.1.10"
@@ -20308,15 +21697,20 @@ sane@^4.0.3:
minimist "^1.1.1"
walker "~1.0.5"
+sanitize.css@*:
+ version "13.0.0"
+ resolved "https://registry.yarnpkg.com/sanitize.css/-/sanitize.css-13.0.0.tgz#2675553974b27964c75562ade3bd85d79879f173"
+ integrity sha512-ZRwKbh/eQ6w9vmTjkuG0Ioi3HBwPFce0O+v//ve+aOq1oeCy7jMV2qzzAlpsNuqpqCBjjriM1lbtZbF/Q8jVyA==
+
sanitize.css@^10.0.0:
version "10.0.0"
resolved "https://registry.yarnpkg.com/sanitize.css/-/sanitize.css-10.0.0.tgz#b5cb2547e96d8629a60947544665243b1dc3657a"
integrity sha512-vTxrZz4dX5W86M6oVWVdOVe72ZiPs41Oi7Z6Km4W5Turyz28mrXSJhhEBZoRtzJWIv3833WKVwLSDWWkEfupMg==
sass-loader@^10.0.5:
- version "10.2.0"
- resolved "https://registry.yarnpkg.com/sass-loader/-/sass-loader-10.2.0.tgz#3d64c1590f911013b3fa48a0b22a83d5e1494716"
- integrity sha512-kUceLzC1gIHz0zNJPpqRsJyisWatGYNFRmv2CKZK2/ngMJgLqxTbXwe/hJ85luyvZkgqU3VlJ33UVF2T/0g6mw==
+ version "10.5.2"
+ resolved "https://registry.yarnpkg.com/sass-loader/-/sass-loader-10.5.2.tgz#1ca30534fff296417b853c7597ca3b0bbe8c37d0"
+ integrity sha512-vMUoSNOUKJILHpcNCCyD23X34gve1TS7Rjd9uXHeKqhvBG39x6XbswFDtpbTElj6XdMFezoWhkh5vtKudf2cgQ==
dependencies:
klona "^2.0.4"
loader-utils "^2.0.0"
@@ -20324,7 +21718,20 @@ sass-loader@^10.0.5:
schema-utils "^3.0.0"
semver "^7.3.2"
-sax@^1.2.4, sax@~1.2.4:
+sass-loader@^12.3.0:
+ version "12.6.0"
+ resolved "https://registry.yarnpkg.com/sass-loader/-/sass-loader-12.6.0.tgz#5148362c8e2cdd4b950f3c63ac5d16dbfed37bcb"
+ integrity sha512-oLTaH0YCtX4cfnJZxKSLAyglED0naiYfNG1iXfU5w1LNZ+ukoA5DtyDIN5zmKVZwYNJP4KRc5Y3hkWga+7tYfA==
+ dependencies:
+ klona "^2.0.4"
+ neo-async "^2.6.2"
+
+sax@^1.2.4:
+ version "1.3.0"
+ resolved "https://registry.yarnpkg.com/sax/-/sax-1.3.0.tgz#a5dbe77db3be05c9d1ee7785dbd3ea9de51593d0"
+ integrity sha512-0s+oAmw9zLl1V1cS9BtZN7JAd0cW5e0QH4W3LWEK6a4LaLEA2OTpGYWDY+6XasBLtz6wkm3u1xRw95mRuJ59WA==
+
+sax@~1.2.4:
version "1.2.4"
resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9"
integrity sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==
@@ -20344,6 +21751,13 @@ scheduler@^0.19.1:
loose-envify "^1.1.0"
object-assign "^4.1.1"
+scheduler@^0.23.2:
+ version "0.23.2"
+ resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.23.2.tgz#414ba64a3b282892e944cf2108ecc078d115cdc3"
+ integrity sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==
+ dependencies:
+ loose-envify "^1.1.0"
+
schema-utils@2.7.0:
version "2.7.0"
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-2.7.0.tgz#17151f76d8eae67fbbf77960c33c676ad9f4efc7"
@@ -20371,24 +21785,24 @@ schema-utils@^2.6.5, schema-utils@^2.7.0, schema-utils@^2.7.1:
ajv "^6.12.4"
ajv-keywords "^3.5.2"
-schema-utils@^3.0.0, schema-utils@^3.1.0, schema-utils@^3.1.1:
- version "3.1.1"
- resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-3.1.1.tgz#bc74c4b6b6995c1d88f76a8b77bea7219e0c8281"
- integrity sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==
+schema-utils@^3.0.0, schema-utils@^3.1.1, schema-utils@^3.2.0:
+ version "3.3.0"
+ resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-3.3.0.tgz#f50a88877c3c01652a15b622ae9e9795df7a60fe"
+ integrity sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==
dependencies:
"@types/json-schema" "^7.0.8"
ajv "^6.12.5"
ajv-keywords "^3.5.2"
schema-utils@^4.0.0:
- version "4.0.0"
- resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-4.0.0.tgz#60331e9e3ae78ec5d16353c467c34b3a0a1d3df7"
- integrity sha512-1edyXKgh6XnJsJSQ8mKWXnN/BVaIbFMLpouRUrXgVq7WYne5kw3MW7UPhO44uRXQSIpTSXoJbmrR2X0w9kUTyg==
+ version "4.2.0"
+ resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-4.2.0.tgz#70d7c93e153a273a805801882ebd3bff20d89c8b"
+ integrity sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==
dependencies:
"@types/json-schema" "^7.0.9"
- ajv "^8.8.0"
+ ajv "^8.9.0"
ajv-formats "^2.1.1"
- ajv-keywords "^5.0.0"
+ ajv-keywords "^5.1.0"
section-matter@^1.0.0:
version "1.0.0"
@@ -20411,26 +21825,22 @@ seedrandom@^3.0.5:
select-hose@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/select-hose/-/select-hose-2.0.0.tgz#625d8658f865af43ec962bfc376a37359a4994ca"
- integrity sha1-Yl2GWPhlr0Psliv8N2o3NZpJlMo=
-
-select@^1.1.2:
- version "1.1.2"
- resolved "https://registry.yarnpkg.com/select/-/select-1.1.2.tgz#0e7350acdec80b1108528786ec1d4418d11b396d"
- integrity sha1-DnNQrN7ICxEIUoeG7B1EGNEbOW0=
+ integrity sha512-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg==
selfsigned@^1.10.8:
- version "1.10.11"
- resolved "https://registry.yarnpkg.com/selfsigned/-/selfsigned-1.10.11.tgz#24929cd906fe0f44b6d01fb23999a739537acbe9"
- integrity sha512-aVmbPOfViZqOZPgRBT0+3u4yZFHpmnIghLMlAcb5/xhp5ZtB/RVnKhz5vl2M32CLXAqR4kha9zfhNg0Lf/sxKA==
+ version "1.10.14"
+ resolved "https://registry.yarnpkg.com/selfsigned/-/selfsigned-1.10.14.tgz#ee51d84d9dcecc61e07e4aba34f229ab525c1574"
+ integrity sha512-lkjaiAye+wBZDCBsu5BGi0XiLRxeUlsGod5ZP924CRSEoGuZAw/f7y9RKu28rwTfiHVhdavhB0qH0INV6P1lEA==
dependencies:
node-forge "^0.10.0"
-selfsigned@^2.0.0:
- version "2.0.0"
- resolved "https://registry.yarnpkg.com/selfsigned/-/selfsigned-2.0.0.tgz#e927cd5377cbb0a1075302cff8df1042cc2bce5b"
- integrity sha512-cUdFiCbKoa1mZ6osuJs2uDHrs0k0oprsKveFiiaBKCNq3SYyb5gs2HxhQyDNLCmL51ZZThqi4YNDpCK6GOP1iQ==
+selfsigned@^2.1.1:
+ version "2.4.1"
+ resolved "https://registry.yarnpkg.com/selfsigned/-/selfsigned-2.4.1.tgz#560d90565442a3ed35b674034cec4e95dceb4ae0"
+ integrity sha512-th5B4L2U+eGLq1TVh7zNRGBapioSORUeymIydxgFpwww9d2qyKvtuPU2jJuHvYAwwqi2Y596QBL3eEqcPEYL8Q==
dependencies:
- node-forge "^1.2.0"
+ "@types/node-forge" "^1.3.0"
+ node-forge "^1"
sembear@^0.5.0:
version "0.5.2"
@@ -20443,7 +21853,7 @@ sembear@^0.5.0:
semver-diff@^2.0.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/semver-diff/-/semver-diff-2.1.0.tgz#4bbb8437c8d37e4b0cf1a68fd726ec6d645d6d36"
- integrity sha1-S7uEN8jTfksM8aaP1ybsbWRdbTY=
+ integrity sha512-gL8F8L4ORwsS0+iQ34yCYv///jsOq0ZL7WP55d1HnJ32o7tyFYEFQZQA22mrLIacZdU6xecaBBZ+uEiffGNyXw==
dependencies:
semver "^5.0.3"
@@ -20454,22 +21864,17 @@ semver-diff@^3.1.1:
dependencies:
semver "^6.3.0"
-"semver@2 || 3 || 4 || 5", semver@^5.0.3, semver@^5.4.1, semver@^5.5.0, semver@^5.5.1, semver@^5.6.0, semver@^5.7.0, semver@^5.7.1:
- version "5.7.1"
- resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
- integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
-
-semver@7.0.0:
- version "7.0.0"
- resolved "https://registry.yarnpkg.com/semver/-/semver-7.0.0.tgz#5f3ca35761e47e05b206c6daff2cf814f0316b8e"
- integrity sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==
+"semver@2 || 3 || 4 || 5", semver@^5.0.3, semver@^5.4.1, semver@^5.5.0, semver@^5.6.0, semver@^5.7.2:
+ version "5.7.2"
+ resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.2.tgz#48d55db737c3287cd4835e17fa13feace1c41ef8"
+ integrity sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==
semver@7.3.2:
version "7.3.2"
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.2.tgz#604962b052b81ed0786aae84389ffba70ffd3938"
integrity sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ==
-semver@7.3.5, semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5:
+semver@7.3.5:
version "7.3.5"
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.5.tgz#0b621c879348d8998e4b0e4be94b3f12e6018ef7"
integrity sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==
@@ -20483,38 +21888,38 @@ semver@7.5.3:
dependencies:
lru-cache "^6.0.0"
-semver@^6.0.0, semver@^6.1.1, semver@^6.1.2, semver@^6.2.0, semver@^6.3.0:
- version "6.3.0"
- resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
- integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
+semver@^6.0.0, semver@^6.2.0, semver@^6.3.0, semver@^6.3.1:
+ version "6.3.1"
+ resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
+ integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
-semver@^7.5.3:
+semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.5.3, semver@^7.5.4:
version "7.6.0"
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.0.tgz#1a46a4db4bffcccd97b743b5005c8325f23d4e2d"
integrity sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==
dependencies:
lru-cache "^6.0.0"
-send@0.17.1, send@latest:
- version "0.17.1"
- resolved "https://registry.yarnpkg.com/send/-/send-0.17.1.tgz#c1d8b059f7900f7466dd4938bdc44e11ddb376c8"
- integrity sha512-BsVKsiGcQMFwT8UxypobUKyv7irCNRHk1T0G680vk88yf6LBByGcZJOTJCrTP2xVN6yI+XjPJcNuE3V4fT9sAg==
+send@0.18.0, send@latest:
+ version "0.18.0"
+ resolved "https://registry.yarnpkg.com/send/-/send-0.18.0.tgz#670167cc654b05f5aa4a767f9113bb371bc706be"
+ integrity sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==
dependencies:
debug "2.6.9"
- depd "~1.1.2"
- destroy "~1.0.4"
+ depd "2.0.0"
+ destroy "1.2.0"
encodeurl "~1.0.2"
escape-html "~1.0.3"
etag "~1.8.1"
fresh "0.5.2"
- http-errors "~1.7.2"
+ http-errors "2.0.0"
mime "1.6.0"
- ms "2.1.1"
- on-finished "~2.3.0"
+ ms "2.1.3"
+ on-finished "2.4.1"
range-parser "~1.2.1"
- statuses "~1.5.0"
+ statuses "2.0.1"
-serialize-javascript@6.0.0, serialize-javascript@^6.0.0:
+serialize-javascript@6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-6.0.0.tgz#efae5d88f45d7924141da8b5c3a7a7e663fefeb8"
integrity sha512-Qr3TosvguFt8ePWqsvRfrKyQXIiW+nGbYpy8XK24NQHE83caxWt+mIymTT19DGFbNWNLfEwsrkSmN64lVWB9ag==
@@ -20535,27 +21940,23 @@ serialize-javascript@^5.0.1:
dependencies:
randombytes "^2.1.0"
-serve-favicon@^2.5.0:
- version "2.5.0"
- resolved "https://registry.yarnpkg.com/serve-favicon/-/serve-favicon-2.5.0.tgz#935d240cdfe0f5805307fdfe967d88942a2cbcf0"
- integrity sha1-k10kDN/g9YBTB/3+ln2IlCosvPA=
+serialize-javascript@^6.0.0, serialize-javascript@^6.0.1:
+ version "6.0.2"
+ resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-6.0.2.tgz#defa1e055c83bf6d59ea805d8da862254eb6a6c2"
+ integrity sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==
dependencies:
- etag "~1.8.1"
- fresh "0.5.2"
- ms "2.1.1"
- parseurl "~1.3.2"
- safe-buffer "5.1.1"
+ randombytes "^2.1.0"
serve-handler@^6.1.3:
- version "6.1.3"
- resolved "https://registry.yarnpkg.com/serve-handler/-/serve-handler-6.1.3.tgz#1bf8c5ae138712af55c758477533b9117f6435e8"
- integrity sha512-FosMqFBNrLyeiIDvP1zgO6YoTzFYHxLDEIavhlmQ+knB2Z7l1t+kGLHkZIDN7UVWqQAmKI3D20A6F6jo3nDd4w==
+ version "6.1.5"
+ resolved "https://registry.yarnpkg.com/serve-handler/-/serve-handler-6.1.5.tgz#a4a0964f5c55c7e37a02a633232b6f0d6f068375"
+ integrity sha512-ijPFle6Hwe8zfmBxJdE+5fta53fdIY0lHISJvuikXB3VYFafRjMRpOffSPvCYsbKyBA7pvy9oYr/BT1O3EArlg==
dependencies:
bytes "3.0.0"
content-disposition "0.5.2"
fast-url-parser "1.1.3"
mime-types "2.1.18"
- minimatch "3.0.4"
+ minimatch "3.1.2"
path-is-inside "1.0.2"
path-to-regexp "2.2.1"
range-parser "1.2.0"
@@ -20563,7 +21964,7 @@ serve-handler@^6.1.3:
serve-index@^1.9.1:
version "1.9.1"
resolved "https://registry.yarnpkg.com/serve-index/-/serve-index-1.9.1.tgz#d3768d69b1e7d82e5ce050fff5b453bea12a9239"
- integrity sha1-03aNabHn2C5c4FD/9bRTvqEqkjk=
+ integrity sha512-pXHfKNP4qujrtteMrSBb0rc8HJ9Ms/GrXwcUtUtD5s4ewDJI8bT3Cz2zTVRMKtri49pLx2e0Ya8ziP5Ya2pZZw==
dependencies:
accepts "~1.3.4"
batch "0.6.1"
@@ -20573,20 +21974,42 @@ serve-index@^1.9.1:
mime-types "~2.1.17"
parseurl "~1.3.2"
-serve-static@1.14.1:
- version "1.14.1"
- resolved "https://registry.yarnpkg.com/serve-static/-/serve-static-1.14.1.tgz#666e636dc4f010f7ef29970a88a674320898b2f9"
- integrity sha512-JMrvUwE54emCYWlTI+hGrGv5I8dEwmco/00EvkzIIsR7MqrHonbD9pO2MOfFnpFntl7ecpZs+3mW+XbQZu9QCg==
+serve-static@1.15.0:
+ version "1.15.0"
+ resolved "https://registry.yarnpkg.com/serve-static/-/serve-static-1.15.0.tgz#faaef08cffe0a1a62f60cad0c4e513cff0ac9540"
+ integrity sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==
dependencies:
encodeurl "~1.0.2"
escape-html "~1.0.3"
parseurl "~1.3.3"
- send "0.17.1"
+ send "0.18.0"
-set-blocking@^2.0.0, set-blocking@~2.0.0:
+set-blocking@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7"
- integrity sha1-BF+XgtARrppoA93TgrJDkrPYkPc=
+ integrity sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==
+
+set-function-length@^1.2.1:
+ version "1.2.2"
+ resolved "https://registry.yarnpkg.com/set-function-length/-/set-function-length-1.2.2.tgz#aac72314198eaed975cf77b2c3b6b880695e5449"
+ integrity sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==
+ dependencies:
+ define-data-property "^1.1.4"
+ es-errors "^1.3.0"
+ function-bind "^1.1.2"
+ get-intrinsic "^1.2.4"
+ gopd "^1.0.1"
+ has-property-descriptors "^1.0.2"
+
+set-function-name@^2.0.1, set-function-name@^2.0.2:
+ version "2.0.2"
+ resolved "https://registry.yarnpkg.com/set-function-name/-/set-function-name-2.0.2.tgz#16a705c5a0dc2f5e638ca96d8a8cd4e1c2b90985"
+ integrity sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==
+ dependencies:
+ define-data-property "^1.1.4"
+ es-errors "^1.3.0"
+ functions-have-names "^1.2.3"
+ has-property-descriptors "^1.0.2"
set-value@^2.0.0, set-value@^2.0.1:
version "2.0.1"
@@ -20601,17 +22024,17 @@ set-value@^2.0.0, set-value@^2.0.1:
setimmediate@^1.0.4, setimmediate@^1.0.5:
version "1.0.5"
resolved "https://registry.yarnpkg.com/setimmediate/-/setimmediate-1.0.5.tgz#290cbb232e306942d7d7ea9b83732ab7856f8285"
- integrity sha1-KQy7Iy4waULX1+qbg3Mqt4VvgoU=
+ integrity sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==
setprototypeof@1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.1.0.tgz#d0bd85536887b6fe7c0d818cb962d9d91c54e656"
integrity sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==
-setprototypeof@1.1.1:
- version "1.1.1"
- resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.1.1.tgz#7e95acb24aa92f5885e0abef5ba131330d4ae683"
- integrity sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw==
+setprototypeof@1.2.0:
+ version "1.2.0"
+ resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.2.0.tgz#66c9a24a73f9fc28cbe66b09fed3d33dcaf1b424"
+ integrity sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==
sha.js@^2.4.0, sha.js@^2.4.8:
version "2.4.11"
@@ -20636,7 +22059,7 @@ shallowequal@^1.1.0:
shebang-command@^1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-1.2.0.tgz#44aac65b695b03398968c39f363fee5deafdf1ea"
- integrity sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=
+ integrity sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==
dependencies:
shebang-regex "^1.0.0"
@@ -20650,7 +22073,7 @@ shebang-command@^2.0.0:
shebang-regex@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3"
- integrity sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=
+ integrity sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==
shebang-regex@^3.0.0:
version "3.0.0"
@@ -20662,10 +22085,10 @@ shell-quote@1.7.2:
resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.7.2.tgz#67a7d02c76c9da24f99d20808fcaded0e0e04be2"
integrity sha512-mRz/m/JVscCrkMyPqHc/bczi3OQHkLTqXHEFu0zDhK/qfv3UcOA4SVmRCLmos4bhjr9ekVQubj/R7waKapmiQg==
-shell-quote@^1.7.3:
- version "1.7.3"
- resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.7.3.tgz#aa40edac170445b9a431e17bb62c0b881b9c4123"
- integrity sha512-Vpfqwm4EnqGdlsBFNmHhxhElJYrdfcxPThu+ryKS5J8L/fhAwLazFZtq+S+TWZ9ANj2piSQLGj6NQg+lKPmxrw==
+shell-quote@^1.7.3, shell-quote@^1.8.1:
+ version "1.8.1"
+ resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.8.1.tgz#6dbf4db75515ad5bac63b4f1894c3a154c766680"
+ integrity sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==
shelljs@^0.8.5:
version "0.8.5"
@@ -20681,26 +22104,22 @@ shellwords@^0.1.1:
resolved "https://registry.yarnpkg.com/shellwords/-/shellwords-0.1.1.tgz#d6b9181c1a48d397324c84871efbcfc73fc0654b"
integrity sha512-vFwSUfQvqybiICwZY5+DAWIPLKsWO31Q91JSKl3UYv+K5c2QRPzn0qzec6QPu1Qc9eHYItiP3NdJqNVqetYAww==
-side-channel@^1.0.4:
- version "1.0.4"
- resolved "https://registry.yarnpkg.com/side-channel/-/side-channel-1.0.4.tgz#efce5c8fdc104ee751b25c58d4290011fa5ea2cf"
- integrity sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==
+side-channel@^1.0.4, side-channel@^1.0.6:
+ version "1.0.6"
+ resolved "https://registry.yarnpkg.com/side-channel/-/side-channel-1.0.6.tgz#abd25fb7cd24baf45466406b1096b7831c9215f2"
+ integrity sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==
dependencies:
- call-bind "^1.0.0"
- get-intrinsic "^1.0.2"
- object-inspect "^1.9.0"
-
-sigmund@^1.0.1:
- version "1.0.1"
- resolved "https://registry.yarnpkg.com/sigmund/-/sigmund-1.0.1.tgz#3ff21f198cad2175f9f3b781853fd94d0d19b590"
- integrity sha1-P/IfGYytIXX587eBhT/ZTQ0ZtZA=
+ call-bind "^1.0.7"
+ es-errors "^1.3.0"
+ get-intrinsic "^1.2.4"
+ object-inspect "^1.13.1"
signal-exit@^3.0.0, signal-exit@^3.0.2, signal-exit@^3.0.3:
- version "3.0.3"
- resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.3.tgz#a1410c2edd8f077b08b4e253c8eacfcaf057461c"
- integrity sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA==
+ version "3.0.7"
+ resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9"
+ integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==
-signal-exit@^4.0.1:
+signal-exit@^4.0.1, signal-exit@^4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-4.1.0.tgz#952188c1cbd546070e2dd20d0f41c0ae0530cb04"
integrity sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==
@@ -20708,18 +22127,18 @@ signal-exit@^4.0.1:
simple-swizzle@^0.2.2:
version "0.2.2"
resolved "https://registry.yarnpkg.com/simple-swizzle/-/simple-swizzle-0.2.2.tgz#a4da6b635ffcccca33f70d17cb92592de95e557a"
- integrity sha1-pNprY1/8zMoz9w0Xy5JZLeleVXo=
+ integrity sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==
dependencies:
is-arrayish "^0.3.1"
-sirv@^1.0.7:
- version "1.0.19"
- resolved "https://registry.yarnpkg.com/sirv/-/sirv-1.0.19.tgz#1d73979b38c7fe91fcba49c85280daa9c2363b49"
- integrity sha512-JuLThK3TnZG1TAKDwNIqNq6QA2afLOCcm+iE8D1Kj3GA40pSPsxQjjJl0J8X3tsR7T+CP1GavpzLwYkgVLWrZQ==
+sirv@^2.0.3:
+ version "2.0.4"
+ resolved "https://registry.yarnpkg.com/sirv/-/sirv-2.0.4.tgz#5dd9a725c578e34e449f332703eb2a74e46a29b0"
+ integrity sha512-94Bdh3cC2PKrbgSOUqTiGPWVZeSiXfKOVZNJniWoqrWrRkB1CJzBU3NEbiTsPcYy1lDsANA/THzS+9WBiy5nfQ==
dependencies:
- "@polka/url" "^1.0.0-next.20"
- mrmime "^1.0.0"
- totalist "^1.0.0"
+ "@polka/url" "^1.0.0-next.24"
+ mrmime "^2.0.0"
+ totalist "^3.0.0"
sisteransi@^1.0.5:
version "1.0.5"
@@ -20739,7 +22158,7 @@ sitemap@^7.1.1:
slash@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/slash/-/slash-1.0.0.tgz#c41f2f6c39fc16d1cd17ad4b5d896114ae470d55"
- integrity sha1-xB8vbDn8FtHNF61LXYlhFK5HDVU=
+ integrity sha512-3TYDR7xWt4dIqV2JauJr+EJeW356RXijHeUlO+8djJ+uBXPn8/2dpzBc8yQhh583sVvc9CvFAeQVgijsH+PNNg==
slash@^2.0.0:
version "2.0.0"
@@ -20805,44 +22224,43 @@ snapdragon@^0.8.1:
use "^3.1.0"
sockjs-client@^1.5.0:
- version "1.5.2"
- resolved "https://registry.yarnpkg.com/sockjs-client/-/sockjs-client-1.5.2.tgz#4bc48c2da9ce4769f19dc723396b50f5c12330a3"
- integrity sha512-ZzRxPBISQE7RpzlH4tKJMQbHM9pabHluk0WBaxAQ+wm/UieeBVBou0p4wVnSQGN9QmpAZygQ0cDIypWuqOFmFQ==
+ version "1.6.1"
+ resolved "https://registry.yarnpkg.com/sockjs-client/-/sockjs-client-1.6.1.tgz#350b8eda42d6d52ddc030c39943364c11dcad806"
+ integrity sha512-2g0tjOR+fRs0amxENLi/q5TiJTqY+WXFOzb5UwXndlK6TO3U/mirZznpx6w34HVMoc3g7cY24yC/ZMIYnDlfkw==
dependencies:
- debug "^3.2.6"
- eventsource "^1.0.7"
- faye-websocket "^0.11.3"
+ debug "^3.2.7"
+ eventsource "^2.0.2"
+ faye-websocket "^0.11.4"
inherits "^2.0.4"
- json3 "^3.3.3"
- url-parse "^1.5.3"
+ url-parse "^1.5.10"
-sockjs@^0.3.21:
- version "0.3.21"
- resolved "https://registry.yarnpkg.com/sockjs/-/sockjs-0.3.21.tgz#b34ffb98e796930b60a0cfa11904d6a339a7d417"
- integrity sha512-DhbPFGpxjc6Z3I+uX07Id5ZO2XwYsWOrYjaSeieES78cq+JaJvVe5q/m1uvjIQhXinhIeCFRH6JgXe+mvVMyXw==
+sockjs@^0.3.21, sockjs@^0.3.24:
+ version "0.3.24"
+ resolved "https://registry.yarnpkg.com/sockjs/-/sockjs-0.3.24.tgz#c9bc8995f33a111bea0395ec30aa3206bdb5ccce"
+ integrity sha512-GJgLTZ7vYb/JtPSSZ10hsOYIvEYsjbNU+zPdIHcUaWVNUEPivzxku31865sSSud0Da0W4lEeOPlmw93zLQchuQ==
dependencies:
faye-websocket "^0.11.3"
- uuid "^3.4.0"
+ uuid "^8.3.2"
websocket-driver "^0.7.4"
sort-array@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/sort-array/-/sort-array-2.0.0.tgz#38a9c6da27fd7d147b42e60554f281187b4df472"
- integrity sha1-OKnG2if9fRR7QuYFVPKBGHtN9HI=
+ integrity sha512-nZI3lq+nPRImxYqQY5iwpOPVLdDEMr2k6rCOAz5hRcpyYFsrR+2m5Kw0tZaTt452nx/9wZrKaMEMrX03I7ChqQ==
dependencies:
array-back "^1.0.4"
object-get "^2.1.0"
typical "^2.6.0"
-sort-css-media-queries@2.0.4:
- version "2.0.4"
- resolved "https://registry.yarnpkg.com/sort-css-media-queries/-/sort-css-media-queries-2.0.4.tgz#b2badfa519cb4a938acbc6d3aaa913d4949dc908"
- integrity sha512-PAIsEK/XupCQwitjv7XxoMvYhT7EAfyzI3hsy/MyDgTvc+Ft55ctdkctJLOy6cQejaIC+zjpUL4djFVm2ivOOw==
+sort-css-media-queries@2.1.0:
+ version "2.1.0"
+ resolved "https://registry.yarnpkg.com/sort-css-media-queries/-/sort-css-media-queries-2.1.0.tgz#7c85e06f79826baabb232f5560e9745d7a78c4ce"
+ integrity sha512-IeWvo8NkNiY2vVYdPa27MCQiR0MN0M80johAYFVxWWXQ44KU84WNxjslwBHmc/7ZL2ccwkM7/e6S5aiKZXm7jA==
sort-keys@^1.0.0:
version "1.1.2"
resolved "https://registry.yarnpkg.com/sort-keys/-/sort-keys-1.1.2.tgz#441b6d4d346798f1b4e49e8920adfba0e543f9ad"
- integrity sha1-RBttTTRnmPG05J6JIK37oOVD+a0=
+ integrity sha512-vzn8aSqKgytVik0iwdBEi+zevbTYZogewTUM6dtpmGwEcdzbub/TX4bCzRhebDCRC3QzXgJsLRKB2V/Oof7HXg==
dependencies:
is-plain-obj "^1.0.0"
@@ -20859,9 +22277,9 @@ source-list-map@^2.0.0, source-list-map@^2.0.1:
integrity sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==
source-map-explorer@^2.1.0:
- version "2.5.1"
- resolved "https://registry.yarnpkg.com/source-map-explorer/-/source-map-explorer-2.5.1.tgz#35ca7ba3574f0002ac347343f1894e04860c827f"
- integrity sha512-sg60PIva7pOkvTqbLRGOB3Cp84I1pial0J6tUNs/bNGIz+0+WNw37oLXEDFHTDJhFh24rto8rESv4wCB7w9HVQ==
+ version "2.5.3"
+ resolved "https://registry.yarnpkg.com/source-map-explorer/-/source-map-explorer-2.5.3.tgz#33551b51e33b70f56d15e79083cdd4c43e583b69"
+ integrity sha512-qfUGs7UHsOBE5p/lGfQdaAj/5U/GWYBw2imEpD6UQNkqElYonkow8t+HBL1qqIl3CuGZx7n8/CQo4x1HwSHhsg==
dependencies:
btoa "^1.2.1"
chalk "^4.1.0"
@@ -20871,15 +22289,24 @@ source-map-explorer@^2.1.0:
glob "^7.1.6"
gzip-size "^6.0.0"
lodash "^4.17.20"
- open "^7.3.0"
- source-map "^0.7.3"
+ open "^7.3.1"
+ source-map "^0.7.4"
temp "^0.9.4"
- yargs "^16.1.1"
+ yargs "^16.2.0"
-source-map-js@^1.0.2:
- version "1.0.2"
- resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.0.2.tgz#adbc361d9c62df380125e7f161f71c826f1e490c"
- integrity sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==
+source-map-js@^1.0.1, source-map-js@^1.2.0:
+ version "1.2.0"
+ resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.2.0.tgz#16b809c162517b5b8c3e7dcd315a2a5c2612b2af"
+ integrity sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==
+
+source-map-loader@^3.0.0:
+ version "3.0.2"
+ resolved "https://registry.yarnpkg.com/source-map-loader/-/source-map-loader-3.0.2.tgz#af23192f9b344daa729f6772933194cc5fa54fee"
+ integrity sha512-BokxPoLjyl3iOrgkWaakaxqnelAJSS+0V+De0kKIq6lyWrXuiPgYTGp6z3iHmqljKAaLXwZa+ctD8GccRJeVvg==
+ dependencies:
+ abab "^2.0.5"
+ iconv-lite "^0.6.3"
+ source-map-js "^1.0.1"
source-map-resolve@^0.5.0, source-map-resolve@^0.5.2:
version "0.5.3"
@@ -20892,15 +22319,7 @@ source-map-resolve@^0.5.0, source-map-resolve@^0.5.2:
source-map-url "^0.4.0"
urix "^0.1.0"
-source-map-resolve@^0.6.0:
- version "0.6.0"
- resolved "https://registry.yarnpkg.com/source-map-resolve/-/source-map-resolve-0.6.0.tgz#3d9df87e236b53f16d01e58150fc7711138e5ed2"
- integrity sha512-KXBr9d/fO/bWo97NXsPIAW1bFSBOuCnjbNTBMO7N59hsv5i9yzRDfcYwwt0l04+VqnKC+EwzvJZIP/qkuMgR/w==
- dependencies:
- atob "^2.1.2"
- decode-uri-component "^0.2.0"
-
-source-map-support@0.5.21, source-map-support@^0.5.21:
+source-map-support@0.5.21, source-map-support@^0.5.16, source-map-support@^0.5.21, source-map-support@^0.5.6, source-map-support@~0.5.12, source-map-support@~0.5.20:
version "0.5.21"
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.21.tgz#04fe7c7f9e1ed2d662233c28cb2b35b9f63f6e4f"
integrity sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==
@@ -20908,35 +22327,27 @@ source-map-support@0.5.21, source-map-support@^0.5.21:
buffer-from "^1.0.0"
source-map "^0.6.0"
-source-map-support@^0.5.16, source-map-support@^0.5.6, source-map-support@~0.5.12, source-map-support@~0.5.20:
- version "0.5.20"
- resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.20.tgz#12166089f8f5e5e8c56926b377633392dd2cb6c9"
- integrity sha512-n1lZZ8Ve4ksRqizaBQgxXDgKwttHDhyfQjA6YZZn8+AroHbsIz+JjwxQDxbp+7y5OYCI8t1Yk7etjD9CRd2hIw==
- dependencies:
- buffer-from "^1.0.0"
- source-map "^0.6.0"
-
source-map-url@^0.4.0:
- version "0.4.0"
- resolved "https://registry.yarnpkg.com/source-map-url/-/source-map-url-0.4.0.tgz#3e935d7ddd73631b97659956d55128e87b5084a3"
- integrity sha1-PpNdfd1zYxuXZZlW1VEo6HtQhKM=
+ version "0.4.1"
+ resolved "https://registry.yarnpkg.com/source-map-url/-/source-map-url-0.4.1.tgz#0af66605a745a5a2f91cf1bbf8a7afbc283dec56"
+ integrity sha512-cPiFOTLUKvJFIg4SKVScy4ilPPW6rFgMgfuZJPNoDuMs3nC1HbMUycBoJw77xFIp6z1UJQJOfx6C9GMH80DiTw==
source-map@0.6.1, source-map@^0.6.0, source-map@^0.6.1, source-map@~0.6.0, source-map@~0.6.1:
version "0.6.1"
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263"
integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==
-source-map@0.7.3, source-map@^0.7.3, source-map@~0.7.2:
+source-map@0.7.3:
version "0.7.3"
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.7.3.tgz#5302f8169031735226544092e64981f751750383"
integrity sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==
-source-map@^0.5.0, source-map@^0.5.6, source-map@^0.5.7:
+source-map@^0.5.0, source-map@^0.5.6:
version "0.5.7"
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc"
- integrity sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=
+ integrity sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==
-source-map@^0.7.4:
+source-map@^0.7.3, source-map@^0.7.4:
version "0.7.4"
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.7.4.tgz#a9bbe705c9d8846f4e08ff6765acf0f1b0898656"
integrity sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==
@@ -20948,7 +22359,7 @@ source-map@^0.8.0-beta.0:
dependencies:
whatwg-url "^7.0.0"
-sourcemap-codec@^1.4.4:
+sourcemap-codec@^1.4.8:
version "1.4.8"
resolved "https://registry.yarnpkg.com/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz#ea804bd94857402e6992d05a38ef1ae35a9ab4c4"
integrity sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==
@@ -20958,10 +22369,15 @@ space-separated-tokens@^1.0.0:
resolved "https://registry.yarnpkg.com/space-separated-tokens/-/space-separated-tokens-1.1.5.tgz#85f32c3d10d9682007e917414ddc5c26d1aa6899"
integrity sha512-q/JSVd1Lptzhf5bkYm4ob4iWPjx0KiRe3sRFBNrVqbJkFaBm5vbbowy1mymoPNLRa52+oadOhJ+K49wsSeSjTA==
+space-separated-tokens@^2.0.0:
+ version "2.0.2"
+ resolved "https://registry.yarnpkg.com/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz#1ecd9d2350a3844572c3f4a312bceb018348859f"
+ integrity sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==
+
spawn-command@^0.0.2-1:
version "0.0.2-1"
resolved "https://registry.yarnpkg.com/spawn-command/-/spawn-command-0.0.2-1.tgz#62f5e9466981c1b796dc5929937e11c9c6921bd0"
- integrity sha1-YvXpRmmBwbeW3Fkpk34RycaSG9A=
+ integrity sha512-n98l9E2RMSJ9ON1AKisHzz7V42VDiBQGY6PB1BwRglz99wpVsSuGzQ+jOi6lFXBGVTCrRpltvjm+/XA+tpeJrg==
spawndamnit@^2.0.0:
version "2.0.0"
@@ -20972,17 +22388,17 @@ spawndamnit@^2.0.0:
signal-exit "^3.0.2"
spdx-correct@^3.0.0:
- version "3.1.1"
- resolved "https://registry.yarnpkg.com/spdx-correct/-/spdx-correct-3.1.1.tgz#dece81ac9c1e6713e5f7d1b6f17d468fa53d89a9"
- integrity sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w==
+ version "3.2.0"
+ resolved "https://registry.yarnpkg.com/spdx-correct/-/spdx-correct-3.2.0.tgz#4f5ab0668f0059e34f9c00dce331784a12de4e9c"
+ integrity sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==
dependencies:
spdx-expression-parse "^3.0.0"
spdx-license-ids "^3.0.0"
spdx-exceptions@^2.1.0:
- version "2.3.0"
- resolved "https://registry.yarnpkg.com/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz#3f28ce1a77a00372683eade4a433183527a2163d"
- integrity sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==
+ version "2.5.0"
+ resolved "https://registry.yarnpkg.com/spdx-exceptions/-/spdx-exceptions-2.5.0.tgz#5d607d27fc806f66d7b64a766650fa890f04ed66"
+ integrity sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w==
spdx-expression-parse@^3.0.0:
version "3.0.1"
@@ -20993,9 +22409,9 @@ spdx-expression-parse@^3.0.0:
spdx-license-ids "^3.0.0"
spdx-license-ids@^3.0.0:
- version "3.0.7"
- resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.7.tgz#e9c18a410e5ed7e12442a549fbd8afa767038d65"
- integrity sha512-U+MTEOO0AiDzxwFvoa4JVnMV6mZlJKk2sBLt90s7G0Gd0Mlknc7kxEn3nuDPNZRta7O2uy8oLcZLVT+4sqNZHQ==
+ version "3.0.17"
+ resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.17.tgz#887da8aa73218e51a1d917502d79863161a93f9c"
+ integrity sha512-sh8PWc/ftMqAAdFiBu6Fy6JUOYjqDJBJvIhpfDMyHrr0Rbp5liZqd4TjtQ/RgfLjKFZb+LMx5hpml5qOWy0qvg==
spdy-transport@^3.0.0:
version "3.0.0"
@@ -21027,17 +22443,17 @@ split-string@^3.0.1, split-string@^3.0.2:
dependencies:
extend-shallow "^3.0.0"
-split2@^2.0.0:
- version "2.2.0"
- resolved "https://registry.yarnpkg.com/split2/-/split2-2.2.0.tgz#186b2575bcf83e85b7d18465756238ee4ee42493"
- integrity sha512-RAb22TG39LhI31MbreBgIuKiIKhVsawfTgEGqKHTK87aG+ul/PB8Sqoi3I7kVdRWiCfrKxK3uo4/YUkpNvhPbw==
+split2@^3.0.0:
+ version "3.2.2"
+ resolved "https://registry.yarnpkg.com/split2/-/split2-3.2.2.tgz#bf2cf2a37d838312c249c89206fd7a17dd12365f"
+ integrity sha512-9NThjpgZnifTkJpzTZ7Eue85S49QwpNhZTq6GRJwObb6jnLFNGB7Qm73V5HewTROPyxD0C29xqmaI68bQtV+hg==
dependencies:
- through2 "^2.0.2"
+ readable-stream "^3.0.0"
split@0.3:
version "0.3.3"
resolved "https://registry.yarnpkg.com/split/-/split-0.3.3.tgz#cd0eea5e63a211dfff7eb0f091c4133e2d0dd28f"
- integrity sha1-zQ7qXmOiEd//frDwkcQTPi0N0o8=
+ integrity sha512-wD2AeVmxXRBoX44wAycgjVpMhvbwdI2aZjCkvfNcH1YqHQvJVa1duWc73OyVGJUc05fhFaTZeQ/PYsrmyH0JVA==
dependencies:
through "2"
@@ -21051,12 +22467,12 @@ split@^1.0.1:
sprintf-js@~1.0.2:
version "1.0.3"
resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c"
- integrity sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=
+ integrity sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==
sshpk@^1.14.1, sshpk@^1.7.0:
- version "1.17.0"
- resolved "https://registry.yarnpkg.com/sshpk/-/sshpk-1.17.0.tgz#578082d92d4fe612b13007496e543fa0fbcbe4c5"
- integrity sha512-/9HIEs1ZXGhSPE8X6Ccm7Nam1z8KcoCqPdI7ecm1N33EzAetWahvQWVqLZtaZQ+IDKX4IyA2o0gBzqIMkAagHQ==
+ version "1.18.0"
+ resolved "https://registry.yarnpkg.com/sshpk/-/sshpk-1.18.0.tgz#1663e55cddf4d688b86a46b77f0d5fe363aba028"
+ integrity sha512-2p2KJZTSqQ/I3+HX42EpYOa2l3f8Erv8MWKsy2I9uf4wA7yFIkXRffYdsx86y6z4vHtV8u7g+pPlr8/4ouAxsQ==
dependencies:
asn1 "~0.2.3"
assert-plus "^1.0.0"
@@ -21069,16 +22485,16 @@ sshpk@^1.14.1, sshpk@^1.7.0:
tweetnacl "~0.14.0"
ssri@^6.0.1:
- version "6.0.1"
- resolved "https://registry.yarnpkg.com/ssri/-/ssri-6.0.1.tgz#2a3c41b28dd45b62b63676ecb74001265ae9edd8"
- integrity sha512-3Wge10hNcT1Kur4PDFwEieXSCMCJs/7WvSACcrMYrNp+b8kDL1/0wJch5Ni2WrtwEa2IO8OsVfeKIciKCDx/QA==
+ version "6.0.2"
+ resolved "https://registry.yarnpkg.com/ssri/-/ssri-6.0.2.tgz#157939134f20464e7301ddba3e90ffa8f7728ac5"
+ integrity sha512-cepbSq/neFK7xB6A50KHN0xHDotYzq58wWCa5LeWqnPrHG8GzfEjO/4O8kpmcGW+oaxkvhEJCWgbgNk4/ZV93Q==
dependencies:
figgy-pudding "^3.5.1"
-ssri@^8.0.0:
- version "8.0.0"
- resolved "https://registry.yarnpkg.com/ssri/-/ssri-8.0.0.tgz#79ca74e21f8ceaeddfcb4b90143c458b8d988808"
- integrity sha512-aq/pz989nxVYwn16Tsbj1TqFpD5LLrQxHf5zaHuieFV+R0Bbr4y8qUsOA45hXT/N4/9UNXTarBjnjVmjSOVaAA==
+ssri@^8.0.1:
+ version "8.0.1"
+ resolved "https://registry.yarnpkg.com/ssri/-/ssri-8.0.1.tgz#638e4e439e2ffbd2cd289776d5ca457c4f51a2af"
+ integrity sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ==
dependencies:
minipass "^3.1.1"
@@ -21088,17 +22504,12 @@ stable@^0.1.8:
integrity sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==
stack-utils@^2.0.2, stack-utils@^2.0.3:
- version "2.0.5"
- resolved "https://registry.yarnpkg.com/stack-utils/-/stack-utils-2.0.5.tgz#d25265fca995154659dbbfba3b49254778d2fdd5"
- integrity sha512-xrQcmYhOsn/1kX+Vraq+7j4oE2j/6BFscZ0etmYg81xuM8Gq0022Pxb8+IqgOFUIaxHs0KaSb7T1+OegiNrNFA==
+ version "2.0.6"
+ resolved "https://registry.yarnpkg.com/stack-utils/-/stack-utils-2.0.6.tgz#aaf0748169c02fc33c8232abccf933f54a1cc34f"
+ integrity sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==
dependencies:
escape-string-regexp "^2.0.0"
-stackframe@^1.1.1:
- version "1.2.0"
- resolved "https://registry.yarnpkg.com/stackframe/-/stackframe-1.2.0.tgz#52429492d63c62eb989804c11552e3d22e779303"
- integrity sha512-GrdeshiRmS1YLMYgzF16olf2jJ/IzxXY9lhKOskuVziubpTYcYqyOwYeJKzQkwy7uN0fYSsbsC4RQaXf9LCrYA==
-
stackframe@^1.3.4:
version "1.3.4"
resolved "https://registry.yarnpkg.com/stackframe/-/stackframe-1.3.4.tgz#b881a004c8c149a5e8efef37d51b16e412943310"
@@ -21109,28 +22520,47 @@ state-toggle@^1.0.0:
resolved "https://registry.yarnpkg.com/state-toggle/-/state-toggle-1.0.3.tgz#e123b16a88e143139b09c6852221bc9815917dfe"
integrity sha512-d/5Z4/2iiCnHw6Xzghyhb+GcmF89bxwgXG60wjIiZaxnymbyOmI8Hk4VqHXiVVp6u2ysaskFfXg3ekCj4WNftQ==
+static-eval@2.0.2:
+ version "2.0.2"
+ resolved "https://registry.yarnpkg.com/static-eval/-/static-eval-2.0.2.tgz#2d1759306b1befa688938454c546b7871f806a42"
+ integrity sha512-N/D219Hcr2bPjLxPiV+TQE++Tsmrady7TqAJugLy7Xk1EumfDWS/f5dtBbkRCGE7wKKXuYockQoj8Rm2/pVKyg==
+ dependencies:
+ escodegen "^1.8.1"
+
static-extend@^0.1.1:
version "0.1.2"
resolved "https://registry.yarnpkg.com/static-extend/-/static-extend-0.1.2.tgz#60809c39cbff55337226fd5e0b520f341f1fb5c6"
- integrity sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY=
+ integrity sha512-72E9+uLc27Mt718pMHt9VMNiAL4LMsmDbBva8mxWUCkT07fSzEGMYUCk0XWY6lp0j6RBAG4cJ3mWuZv2OE3s0g==
dependencies:
define-property "^0.2.5"
object-copy "^0.1.0"
-"statuses@>= 1.4.0 < 2", "statuses@>= 1.5.0 < 2", statuses@~1.5.0:
+statuses@2.0.1:
+ version "2.0.1"
+ resolved "https://registry.yarnpkg.com/statuses/-/statuses-2.0.1.tgz#55cb000ccf1d48728bd23c685a063998cf1a1b63"
+ integrity sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==
+
+"statuses@>= 1.4.0 < 2", statuses@~1.5.0:
version "1.5.0"
resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c"
- integrity sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=
+ integrity sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==
std-env@^3.0.1:
- version "3.0.1"
- resolved "https://registry.yarnpkg.com/std-env/-/std-env-3.0.1.tgz#bc4cbc0e438610197e34c2d79c3df30b491f5182"
- integrity sha512-mC1Ps9l77/97qeOZc+HrOL7TIaOboHqMZ24dGVQrlxFcpPpfCHpH+qfUT7Dz+6mlG8+JPA1KfBQo19iC/+Ngcw==
+ version "3.7.0"
+ resolved "https://registry.yarnpkg.com/std-env/-/std-env-3.7.0.tgz#c9f7386ced6ecf13360b6c6c55b8aaa4ef7481d2"
+ integrity sha512-JPbdCEQLj1w5GilpiHAx3qJvFndqybBysA3qUOnznweH4QbNYUsW/ea8QzSrnh0vNsezMMw5bcVool8lM0gwzg==
+
+stop-iteration-iterator@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.yarnpkg.com/stop-iteration-iterator/-/stop-iteration-iterator-1.0.0.tgz#6a60be0b4ee757d1ed5254858ec66b10c49285e4"
+ integrity sha512-iCGQj+0l0HOdZ2AEeBADlsRC+vsnDsZsbdSiH1yNSjcfKM7fdpCMfqAL/dwF5BLiw/XhRft/Wax6zQbhq2BcjQ==
+ dependencies:
+ internal-slot "^1.0.4"
-store2@^2.12.0:
- version "2.12.0"
- resolved "https://registry.yarnpkg.com/store2/-/store2-2.12.0.tgz#e1f1b7e1a59b6083b2596a8d067f6ee88fd4d3cf"
- integrity sha512-7t+/wpKLanLzSnQPX8WAcuLCCeuSHoWdQuh9SB3xD0kNOM38DNf+0Oa+wmvxmYueRzkmh6IcdKFtvTa+ecgPDw==
+store2@^2.14.2:
+ version "2.14.3"
+ resolved "https://registry.yarnpkg.com/store2/-/store2-2.14.3.tgz#24077d7ba110711864e4f691d2af941ec533deb5"
+ integrity sha512-4QcZ+yx7nzEFiV4BMLnr/pRa5HYzNITX2ri0Zh6sT9EyQHbBHacC6YigllUPU9X3D0f/22QCgfokpKs52YRrUg==
storybook-addon-jsx@^7.3.14:
version "7.3.14"
@@ -21142,22 +22572,18 @@ storybook-addon-jsx@^7.3.14:
react-element-to-jsx-string "^14.3.1"
storybook-pretty-props "^1.0.3"
-storybook-addon-outline@^1.4.1:
- version "1.4.1"
- resolved "https://registry.yarnpkg.com/storybook-addon-outline/-/storybook-addon-outline-1.4.1.tgz#0a1b262b9c65df43fc63308a1fdbd4283c3d9458"
- integrity sha512-Qvv9X86CoONbi+kYY78zQcTGmCgFaewYnOVR6WL7aOFJoW7TrLiIc/O4hH5X9PsEPZFqjfXEPUPENWVUQim6yw==
- dependencies:
- "@storybook/addons" "^6.3.0"
- "@storybook/api" "^6.3.0"
- "@storybook/components" "^6.3.0"
- "@storybook/core-events" "^6.3.0"
- ts-dedent "^2.1.1"
-
storybook-pretty-props@^1.0.3:
version "1.2.1"
resolved "https://registry.yarnpkg.com/storybook-pretty-props/-/storybook-pretty-props-1.2.1.tgz#04c6e7c80efc0190a5dd94dceaf50579c159e182"
integrity sha512-3dUtu0UbBA6idA3Qo0i+CYGGz8GiqlXzhgCJdT065jnuJ3y9intKxZpv05ZbnQXCPnsPVSDos+hgOZ444hf6xA==
+storybook@^8.0.6:
+ version "8.0.9"
+ resolved "https://registry.yarnpkg.com/storybook/-/storybook-8.0.9.tgz#169f0625511f4881046a467b56b196b093176a1c"
+ integrity sha512-/Mvij0Br5bUwJpCvqAUZMEDIWmdRxEyllvVj8Ukw5lIWJePxfpSsz4px5jg9+R6B9tO8sQSqjg4HJvQ/pZk8Tg==
+ dependencies:
+ "@storybook/cli" "8.0.9"
+
stream-browserify@^2.0.1:
version "2.0.2"
resolved "https://registry.yarnpkg.com/stream-browserify/-/stream-browserify-2.0.2.tgz#87521d38a44aa7ee91ce1cd2a47df0cb49dd660b"
@@ -21166,17 +22592,25 @@ stream-browserify@^2.0.1:
inherits "~2.0.1"
readable-stream "^2.0.2"
+stream-browserify@^3.0.0:
+ version "3.0.0"
+ resolved "https://registry.yarnpkg.com/stream-browserify/-/stream-browserify-3.0.0.tgz#22b0a2850cdf6503e73085da1fc7b7d0c2122f2f"
+ integrity sha512-H73RAHsVBapbim0tU2JwwOiXUj+fikfiaoYAKHF3VJfA0pe2BCzkhAHBlLG6REzE+2WNZcxOXjK7lkso+9euLA==
+ dependencies:
+ inherits "~2.0.4"
+ readable-stream "^3.5.0"
+
stream-combiner@~0.0.4:
version "0.0.4"
resolved "https://registry.yarnpkg.com/stream-combiner/-/stream-combiner-0.0.4.tgz#4d5e433c185261dde623ca3f44c586bcf5c4ad14"
- integrity sha1-TV5DPBhSYd3mI8o/RMWGvPXErRQ=
+ integrity sha512-rT00SPnTVyRsaSz5zgSPma/aHSOic5U1prhYdRy5HS2kTZviFpmDgzilbtsJsxiroqACmayynDN/9VzIbX5DOw==
dependencies:
duplexer "~0.1.1"
stream-connect@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/stream-connect/-/stream-connect-1.0.2.tgz#18bc81f2edb35b8b5d9a8009200a985314428a97"
- integrity sha1-GLyB8u2zW4tdmoAJIAqYUxRCipc=
+ integrity sha512-68Kl+79cE0RGKemKkhxTSg8+6AGrqBt+cbZAXevg2iJ6Y3zX4JhA/sZeGzLpxW9cXhmqAcE7KnJCisUmIUfnFQ==
dependencies:
array-back "^1.0.2"
@@ -21200,9 +22634,9 @@ stream-http@^2.7.2:
xtend "^4.0.0"
stream-shift@^1.0.0:
- version "1.0.1"
- resolved "https://registry.yarnpkg.com/stream-shift/-/stream-shift-1.0.1.tgz#d7088281559ab2778424279b0877da3c392d5a3d"
- integrity sha512-AiisoFqQ0vbGcZgQPY1cdP2I76glaVA/RauYR4G4thNFgkTqr90yXTo4LYX60Jl+sIlPNHHdGSwo01AvbKUSVQ==
+ version "1.0.3"
+ resolved "https://registry.yarnpkg.com/stream-shift/-/stream-shift-1.0.3.tgz#85b8fab4d71010fc3ba8772e8046cc49b8a3864b"
+ integrity sha512-76ORR0DO1o1hlKwTbi/DM3EXWGf3ZJYO8cXX5RJwnul2DEg2oyoZyjLNoQM8WsvZiFKCRfC1O0J7iCvie3RZmQ==
stream-via@^1.0.4:
version "1.0.4"
@@ -21212,7 +22646,7 @@ stream-via@^1.0.4:
strict-uri-encode@^1.0.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz#279b225df1d582b1f54e65addd4352e18faa0713"
- integrity sha1-J5siXfHVgrH1TmWt3UNS4Y+qBxM=
+ integrity sha512-R3f198pcvnB+5IpnBlRkphuE9n46WyVl8I39W/ZUTZLz4nqSP/oLYUrcnJrw462Ds8he4YKMov2efsTIw1BDGQ==
string-argv@0.3.1:
version "0.3.1"
@@ -21222,16 +22656,24 @@ string-argv@0.3.1:
string-hash@1.1.3:
version "1.1.3"
resolved "https://registry.yarnpkg.com/string-hash/-/string-hash-1.1.3.tgz#e8aafc0ac1855b4666929ed7dd1275df5d6c811b"
- integrity sha1-6Kr8CsGFW0Zmkp7X3RJ1311sgRs=
+ integrity sha512-kJUvRUFK49aub+a7T1nNE66EJbZBMnBgoC1UbCZ5n6bsZKBRga4KgBRTMn/pFkeCZSYtNeSyMxPDM0AXWELk2A==
string-length@^4.0.1:
- version "4.0.1"
- resolved "https://registry.yarnpkg.com/string-length/-/string-length-4.0.1.tgz#4a973bf31ef77c4edbceadd6af2611996985f8a1"
- integrity sha512-PKyXUd0LK0ePjSOnWn34V2uD6acUWev9uy0Ft05k0E8xRW+SKcA0F7eMr7h5xlzfn+4O3N+55rduYyet3Jk+jw==
+ version "4.0.2"
+ resolved "https://registry.yarnpkg.com/string-length/-/string-length-4.0.2.tgz#a8a8dc7bd5c1a82b9b3c8b87e125f66871b6e57a"
+ integrity sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==
dependencies:
char-regex "^1.0.2"
strip-ansi "^6.0.0"
+string-length@^5.0.1:
+ version "5.0.1"
+ resolved "https://registry.yarnpkg.com/string-length/-/string-length-5.0.1.tgz#3d647f497b6e8e8d41e422f7e0b23bc536c8381e"
+ integrity sha512-9Ep08KAMUn0OadnVaBuRdE2l615CQ508kr0XMadjClfYpdCyvrbFp6Taebo8yyxokQ4viUd/xPPUA4FGgUa0ow==
+ dependencies:
+ char-regex "^2.0.0"
+ strip-ansi "^7.0.1"
+
string-natural-compare@^3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/string-natural-compare/-/string-natural-compare-3.0.1.tgz#7a42d58474454963759e8e8b7ae63d71c1e7fdf4"
@@ -21246,16 +22688,7 @@ string-natural-compare@^3.0.1:
is-fullwidth-code-point "^3.0.0"
strip-ansi "^6.0.1"
-string-width@^1.0.1:
- version "1.0.2"
- resolved "https://registry.yarnpkg.com/string-width/-/string-width-1.0.2.tgz#118bdf5b8cdc51a2a7e70d211e07e2b0b9b107d3"
- integrity sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=
- dependencies:
- code-point-at "^1.0.0"
- is-fullwidth-code-point "^1.0.0"
- strip-ansi "^3.0.0"
-
-"string-width@^1.0.2 || 2", string-width@^2.1.1:
+string-width@^2.1.1:
version "2.1.1"
resolved "https://registry.yarnpkg.com/string-width/-/string-width-2.1.1.tgz#ab93f27a8dc13d28cac815c462143a6d9012ae9e"
integrity sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==
@@ -21290,64 +22723,51 @@ string-width@^5.0.1, string-width@^5.1.2:
emoji-regex "^9.2.2"
strip-ansi "^7.0.1"
-"string.prototype.matchall@^4.0.0 || ^3.0.1", string.prototype.matchall@^4.0.8:
- version "4.0.8"
- resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.8.tgz#3bf85722021816dcd1bf38bb714915887ca79fd3"
- integrity sha512-6zOCOcJ+RJAQshcTvXPHoxoQGONa3e/Lqx90wUA+wEzX78sg5Bo+1tQo4N0pohS0erG9qtCqJDjNCQBjeWVxyg==
- dependencies:
- call-bind "^1.0.2"
- define-properties "^1.1.4"
- es-abstract "^1.20.4"
- get-intrinsic "^1.1.3"
+string.prototype.matchall@^4.0.10, string.prototype.matchall@^4.0.6:
+ version "4.0.11"
+ resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.11.tgz#1092a72c59268d2abaad76582dccc687c0297e0a"
+ integrity sha512-NUdh0aDavY2og7IbBPenWqR9exH+E26Sv8e0/eTe1tltDGZL+GtBkDAnnyBtmekfK6/Dq3MkcGtzXFEd1LQrtg==
+ dependencies:
+ call-bind "^1.0.7"
+ define-properties "^1.2.1"
+ es-abstract "^1.23.2"
+ es-errors "^1.3.0"
+ es-object-atoms "^1.0.0"
+ get-intrinsic "^1.2.4"
+ gopd "^1.0.1"
has-symbols "^1.0.3"
- internal-slot "^1.0.3"
- regexp.prototype.flags "^1.4.3"
- side-channel "^1.0.4"
-
-string.prototype.padend@^3.0.0:
- version "3.1.1"
- resolved "https://registry.yarnpkg.com/string.prototype.padend/-/string.prototype.padend-3.1.1.tgz#824c84265dbac46cade2b957b38b6a5d8d1683c5"
- integrity sha512-eCzTASPnoCr5Ht+Vn1YXgm8SB015hHKgEIMu9Nr9bQmLhRBxKRfmzSj/IQsxDFc8JInJDDFA0qXwK+xxI7wDkg==
- dependencies:
- call-bind "^1.0.0"
- define-properties "^1.1.3"
- es-abstract "^1.18.0-next.1"
-
-string.prototype.padstart@^3.0.0:
- version "3.1.1"
- resolved "https://registry.yarnpkg.com/string.prototype.padstart/-/string.prototype.padstart-3.1.1.tgz#5a1ce79d21899073f630895cb9c7ce7f5acf51d6"
- integrity sha512-kcFjKhQYg40AK9MITCWYr/vIebruAD01sc/fxi8szHJaEG7Rke4XHw6LU9c1VWXh/+J/PxvWLLf/aIAGKhXkAQ==
- dependencies:
- call-bind "^1.0.0"
- define-properties "^1.1.3"
- es-abstract "^1.18.0-next.1"
-
-string.prototype.trim@^1.2.1:
- version "1.2.3"
- resolved "https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.2.3.tgz#d23a22fde01c1e6571a7fadcb9be11decd8061a7"
- integrity sha512-16IL9pIBA5asNOSukPfxX2W68BaBvxyiRK16H3RA/lWW9BDosh+w7f+LhomPHpXJ82QEe7w7/rY/S1CV97raLg==
- dependencies:
- call-bind "^1.0.0"
- define-properties "^1.1.3"
- es-abstract "^1.18.0-next.1"
-
-string.prototype.trimend@^1.0.6:
- version "1.0.6"
- resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.6.tgz#c4a27fa026d979d79c04f17397f250a462944533"
- integrity sha512-JySq+4mrPf9EsDBEDYMOb/lM7XQLulwg5R/m1r0PXEFqrV0qHvl58sdTilSXtKOflCsK2E8jxf+GKC0T07RWwQ==
+ internal-slot "^1.0.7"
+ regexp.prototype.flags "^1.5.2"
+ set-function-name "^2.0.2"
+ side-channel "^1.0.6"
+
+string.prototype.trim@^1.2.1, string.prototype.trim@^1.2.9:
+ version "1.2.9"
+ resolved "https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.2.9.tgz#b6fa326d72d2c78b6df02f7759c73f8f6274faa4"
+ integrity sha512-klHuCNxiMZ8MlsOihJhJEBJAiMVqU3Z2nEXWfWnIqjN0gEFS9J9+IxKozWWtQGcgoa1WUZzLjKPTr4ZHNFTFxw==
+ dependencies:
+ call-bind "^1.0.7"
+ define-properties "^1.2.1"
+ es-abstract "^1.23.0"
+ es-object-atoms "^1.0.0"
+
+string.prototype.trimend@^1.0.8:
+ version "1.0.8"
+ resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.8.tgz#3651b8513719e8a9f48de7f2f77640b26652b229"
+ integrity sha512-p73uL5VCHCO2BZZ6krwwQE3kCzM7NKmis8S//xEC6fQonchbum4eP6kR4DLEjQFO3Wnj3Fuo8NM0kOSjVdHjZQ==
dependencies:
- call-bind "^1.0.2"
- define-properties "^1.1.4"
- es-abstract "^1.20.4"
+ call-bind "^1.0.7"
+ define-properties "^1.2.1"
+ es-object-atoms "^1.0.0"
-string.prototype.trimstart@^1.0.6:
- version "1.0.6"
- resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.6.tgz#e90ab66aa8e4007d92ef591bbf3cd422c56bdcf4"
- integrity sha512-omqjMDaY92pbn5HOX7f9IccLA+U1tA9GvtU4JrodiXFfYB7jPzzHpRzpglLAjtUV6bB557zwClJezTqnAiYnQA==
+string.prototype.trimstart@^1.0.8:
+ version "1.0.8"
+ resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.8.tgz#7ee834dda8c7c17eff3118472bb35bfedaa34dde"
+ integrity sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==
dependencies:
- call-bind "^1.0.2"
- define-properties "^1.1.4"
- es-abstract "^1.20.4"
+ call-bind "^1.0.7"
+ define-properties "^1.2.1"
+ es-object-atoms "^1.0.0"
string_decoder@^1.0.0, string_decoder@^1.1.1:
version "1.3.0"
@@ -21396,14 +22816,14 @@ strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
strip-ansi@^3.0.0, strip-ansi@^3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-3.0.1.tgz#6a385fb8853d952d5ff05d0e8aaf94278dc63dcf"
- integrity sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=
+ integrity sha512-VhumSSbBqDTP8p2ZLKj40UjBCV4+v8bUSEpUb4KjRgWk9pbqGF4REFj6KEagidb2f/M6AzC0EmFyDNGaw9OCzg==
dependencies:
ansi-regex "^2.0.0"
strip-ansi@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-4.0.0.tgz#a8479022eb1ac368a871389b635262c505ee368f"
- integrity sha1-qEeQIusaw2iocTibY1JixQXuNo8=
+ integrity sha512-4XaJ2zQdCzROZDivEVIDPkcQn8LMFSa8kj8Gxb/Lnwzv9A8VctNZ+lfivC/sV3ivW8ElJTERXZoPBRrZKkNKow==
dependencies:
ansi-regex "^3.0.0"
@@ -21414,22 +22834,22 @@ strip-ansi@^5.0.0, strip-ansi@^5.1.0, strip-ansi@^5.2.0:
dependencies:
ansi-regex "^4.1.0"
-strip-ansi@^7.0.0, strip-ansi@^7.0.1:
- version "7.0.1"
- resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.0.1.tgz#61740a08ce36b61e50e65653f07060d000975fb2"
- integrity sha512-cXNxvT8dFNRVfhVME3JAe98mkXDYN2O1l7jmcwMnOslDeESg1rF/OZMtK0nRAhiari1unG5cD4jG3rapUAkLbw==
+strip-ansi@^7.0.1:
+ version "7.1.0"
+ resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
+ integrity sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==
dependencies:
ansi-regex "^6.0.1"
strip-bom-string@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/strip-bom-string/-/strip-bom-string-1.0.0.tgz#e5211e9224369fbb81d633a2f00044dc8cedad92"
- integrity sha1-5SEekiQ2n7uB1jOi8ABE3IztrZI=
+ integrity sha512-uCC2VHvQRYu+lMh4My/sFNmF2klFymLX1wHJeXnbEJERpV/ZsVuonzerjfrGpIGF7LBVa1O7i9kjiWvJiFck8g==
strip-bom@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-3.0.0.tgz#2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3"
- integrity sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=
+ integrity sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==
strip-bom@^4.0.0:
version "4.0.0"
@@ -21452,13 +22872,18 @@ strip-comments@^2.0.1:
strip-eof@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/strip-eof/-/strip-eof-1.0.0.tgz#bb43ff5598a6eb05d89b59fcd129c983313606bf"
- integrity sha1-u0P/VZim6wXYm1n80SnJgzE2Br8=
+ integrity sha512-7FCwGGmx8mD5xQd3RPUvnSpUXHM3BWuzjtpD4TXsfcZ9EL4azvVVUscFYwD9nx8Kh+uCBC00XBtAykoMHwTh8Q==
strip-final-newline@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/strip-final-newline/-/strip-final-newline-2.0.0.tgz#89b852fb2fcbe936f6f4b3187afb0a12c1ab58ad"
integrity sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==
+strip-final-newline@^3.0.0:
+ version "3.0.0"
+ resolved "https://registry.yarnpkg.com/strip-final-newline/-/strip-final-newline-3.0.0.tgz#52894c313fbff318835280aed60ff71ebf12b8fd"
+ integrity sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==
+
strip-indent@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/strip-indent/-/strip-indent-3.0.0.tgz#c32e1cee940b6b3432c771bc2c54bcce73cd3001"
@@ -21466,7 +22891,14 @@ strip-indent@^3.0.0:
dependencies:
min-indent "^1.0.0"
-strip-json-comments@3.1.1, strip-json-comments@^3.1.0, strip-json-comments@^3.1.1:
+strip-indent@^4.0.0:
+ version "4.0.0"
+ resolved "https://registry.yarnpkg.com/strip-indent/-/strip-indent-4.0.0.tgz#b41379433dd06f5eae805e21d631e07ee670d853"
+ integrity sha512-mnVSV2l+Zv6BLpSD/8V87CW/y9EmmbYzGCIavsnsI6/nwn26DwffM/yztm30Z/I2DY9wdS3vXVCMnHDgZaVNoA==
+ dependencies:
+ min-indent "^1.0.1"
+
+strip-json-comments@3.1.1, strip-json-comments@^3.0.1, strip-json-comments@^3.1.0, strip-json-comments@^3.1.1:
version "3.1.1"
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006"
integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==
@@ -21474,9 +22906,9 @@ strip-json-comments@3.1.1, strip-json-comments@^3.1.0, strip-json-comments@^3.1.
strip-json-comments@~2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
- integrity sha1-PFMZQukIwml8DsNEhYwobHygpgo=
+ integrity sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==
-style-loader@1.3.0, style-loader@^1.3.0:
+style-loader@1.3.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/style-loader/-/style-loader-1.3.0.tgz#828b4a3b3b7e7aa5847ce7bae9e874512114249e"
integrity sha512-V7TCORko8rs9rIqkSrlMfkqA63DfoGBBJmK1kKGCcSi+BWb4cqz0SRsnp4l6rU5iwOEd0/2ePv68SV22VXon4Q==
@@ -21484,6 +22916,11 @@ style-loader@1.3.0, style-loader@^1.3.0:
loader-utils "^2.0.0"
schema-utils "^2.7.0"
+style-loader@^3.3.1:
+ version "3.3.4"
+ resolved "https://registry.yarnpkg.com/style-loader/-/style-loader-3.3.4.tgz#f30f786c36db03a45cbd55b6a70d930c479090e7"
+ integrity sha512-0WqXzrsMTyb8yjZJHDqwmnwRJvhALK9LfRtRc6B4UTWe8AijYLZYZ9thuJTZc2VfQWINADW/j+LiJnfy2RoC1w==
+
style-to-object@0.3.0, style-to-object@^0.3.0:
version "0.3.0"
resolved "https://registry.yarnpkg.com/style-to-object/-/style-to-object-0.3.0.tgz#b1b790d205991cc783801967214979ee19a76e46"
@@ -21514,12 +22951,12 @@ stylehacks@^4.0.0:
postcss "^7.0.0"
postcss-selector-parser "^3.0.0"
-stylehacks@^5.1.0:
- version "5.1.0"
- resolved "https://registry.yarnpkg.com/stylehacks/-/stylehacks-5.1.0.tgz#a40066490ca0caca04e96c6b02153ddc39913520"
- integrity sha512-SzLmvHQTrIWfSgljkQCw2++C9+Ne91d/6Sp92I8c5uHTcy/PgeHamwITIbBW9wnFTY/3ZfSXR9HIL6Ikqmcu6Q==
+stylehacks@^5.1.1:
+ version "5.1.1"
+ resolved "https://registry.yarnpkg.com/stylehacks/-/stylehacks-5.1.1.tgz#7934a34eb59d7152149fa69d6e9e56f2fc34bcc9"
+ integrity sha512-sBpcd5Hx7G6seo7b1LkpttvTz7ikD0LlH5RmdcBNb6fFR0Fl7LQwHDFr300q4cwUqi+IYrFGmsIHieMBfnN/Bw==
dependencies:
- browserslist "^4.16.6"
+ browserslist "^4.21.4"
postcss-selector-parser "^6.0.4"
stylis-rule-sheet@0.0.10:
@@ -21532,6 +22969,19 @@ stylis@3.5.4:
resolved "https://registry.yarnpkg.com/stylis/-/stylis-3.5.4.tgz#f665f25f5e299cf3d64654ab949a57c768b73fbe"
integrity sha512-8/3pSmthWM7lsPBKv7NXkzn2Uc9W7NotcwGNpJaa3k7WMM1XDCA4MgT5k/8BIexd5ydZdboXtU90XH9Ec4Bv/Q==
+sucrase@^3.32.0:
+ version "3.35.0"
+ resolved "https://registry.yarnpkg.com/sucrase/-/sucrase-3.35.0.tgz#57f17a3d7e19b36d8995f06679d121be914ae263"
+ integrity sha512-8EbVDiu9iN/nESwxeSxDKe0dunta1GOlHufmSSXxMD2z2/tMZpDMpvXQGsc+ajGo8y2uYUmixaSRUc/QPoQ0GA==
+ dependencies:
+ "@jridgewell/gen-mapping" "^0.3.2"
+ commander "^4.0.0"
+ glob "^10.3.10"
+ lines-and-columns "^1.1.6"
+ mz "^2.7.0"
+ pirates "^4.0.1"
+ ts-interface-checker "^0.1.9"
+
supports-color@8.1.1, supports-color@^8.0.0, supports-color@^8.1.0, supports-color@^8.1.1:
version "8.1.1"
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-8.1.1.tgz#cd6fc17e28500cff56c1b86c0a7fd4a54a73005c"
@@ -21542,7 +22992,7 @@ supports-color@8.1.1, supports-color@^8.0.0, supports-color@^8.1.0, supports-col
supports-color@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-2.0.0.tgz#535d045ce6b6363fa40117084629995e9df324c7"
- integrity sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=
+ integrity sha512-KKNVtd6pCYgPIKU4cp2733HWYCpplQhddZLBUryaAHou723x+FRzQ5Df824Fj+IyyuiQTRoub4SnIFfIcrp70g==
supports-color@^5.3.0:
version "5.5.0"
@@ -21566,9 +23016,9 @@ supports-color@^7.0.0, supports-color@^7.1.0:
has-flag "^4.0.0"
supports-hyperlinks@^2.0.0:
- version "2.1.0"
- resolved "https://registry.yarnpkg.com/supports-hyperlinks/-/supports-hyperlinks-2.1.0.tgz#f663df252af5f37c5d49bbd7eeefa9e0b9e59e47"
- integrity sha512-zoE5/e+dnEijk6ASB6/qrK+oYdm2do1hjoLWrqUC/8WEIW1gbxFcKuBof7sW8ArN6e+AYvsE8HBGiVRWL/F5CA==
+ version "2.3.0"
+ resolved "https://registry.yarnpkg.com/supports-hyperlinks/-/supports-hyperlinks-2.3.0.tgz#3943544347c1ff90b15effb03fc14ae45ec10624"
+ integrity sha512-RpsAZlpWcDwOPQA22aCH4J0t7L8JmAvsCxfOSEwm7cQs3LshN36QaTkwd70DnBOXDWGssw2eUoc8CaRWT0XunA==
dependencies:
has-flag "^4.0.0"
supports-color "^7.0.0"
@@ -21578,7 +23028,7 @@ supports-preserve-symlinks-flag@^1.0.0:
resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09"
integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==
-svg-parser@^2.0.2:
+svg-parser@^2.0.2, svg-parser@^2.0.4:
version "2.0.4"
resolved "https://registry.yarnpkg.com/svg-parser/-/svg-parser-2.0.4.tgz#fdc2e29e13951736140b76cb122c8ee6630eb6b5"
integrity sha512-e4hG1hRwoOdRb37cIMSgzNsxyzKfayW6VOflrwvR+/bzrkyxY/31WkbgnQpgtrNp1SdpJvpUAGTa/ZoiPNDuRQ==
@@ -21602,7 +23052,7 @@ svgo@^1.0.0, svgo@^1.2.2:
unquote "~1.1.1"
util.promisify "~1.0.0"
-svgo@^2.5.0, svgo@^2.7.0:
+svgo@^2.7.0, svgo@^2.8.0:
version "2.8.0"
resolved "https://registry.yarnpkg.com/svgo/-/svgo-2.8.0.tgz#4ff80cce6710dc2795f0c7c74101e6764cfccd24"
integrity sha512-+N/Q9kV1+F+UeWYoSiULYo4xYSDQlTgb+ayMobAXPwMnLvop7oxKMo9OzIrX5x3eS4L4f2UHhc9axXwY8DpChg==
@@ -21620,15 +23070,10 @@ symbol-tree@^3.2.4:
resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.4.tgz#430637d248ba77e078883951fb9aa0eed7c63fa2"
integrity sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==
-symbol.prototype.description@^1.0.0:
- version "1.0.3"
- resolved "https://registry.yarnpkg.com/symbol.prototype.description/-/symbol.prototype.description-1.0.3.tgz#5b0eb61595bca6945da95ec7696a25e55aa1eca6"
- integrity sha512-NvwWb5AdyTtmFNa1x0ksJakFUV/WJ+z7iRrYGU1xZew77Qd+kMrZKsk3uatCckk6yPNpbHhRcOO+JBU+ohcMBw==
- dependencies:
- call-bind "^1.0.0"
- es-abstract "^1.18.0-next.1"
- has-symbols "^1.0.1"
- object.getownpropertydescriptors "^2.1.0"
+synchronous-promise@^2.0.15:
+ version "2.0.17"
+ resolved "https://registry.yarnpkg.com/synchronous-promise/-/synchronous-promise-2.0.17.tgz#38901319632f946c982152586f2caf8ddc25c032"
+ integrity sha512-AsS729u2RHUfEra9xJrE39peJcc2stq2+poBXX8bcM08Y6g9j/i/PUzwNQqkaJde7Ntg1TO7bSREbR5sdosQ+g==
table-layout@^0.4.2:
version "0.4.5"
@@ -21642,9 +23087,9 @@ table-layout@^0.4.2:
wordwrapjs "^3.0.0"
table@^6.0.9:
- version "6.7.3"
- resolved "https://registry.yarnpkg.com/table/-/table-6.7.3.tgz#255388439715a738391bd2ee4cbca89a4d05a9b7"
- integrity sha512-5DkIxeA7XERBqMwJq0aHZOdMadBx4e6eDoFRuyT5VR82J0Ycg2DwM6GfA/EQAhJ+toRTaS1lIdSQCqgrmhPnlw==
+ version "6.8.2"
+ resolved "https://registry.yarnpkg.com/table/-/table-6.8.2.tgz#c5504ccf201213fa227248bdc8c5569716ac6c58"
+ integrity sha512-w2sfv80nrAh2VCbqR5AK27wswXhqcck2AhfnNW76beQXskGZ1V12GwS//yYVa3d3fcvAip2OUnbDAjW2k3v9fA==
dependencies:
ajv "^8.0.1"
lodash.truncate "^4.4.2"
@@ -21655,22 +23100,60 @@ table@^6.0.9:
taffydb@2.6.2:
version "2.6.2"
resolved "https://registry.yarnpkg.com/taffydb/-/taffydb-2.6.2.tgz#7cbcb64b5a141b6a2efc2c5d2c67b4e150b2a268"
- integrity sha1-fLy2S1oUG2ou/CxdLGe04VCyomg=
+ integrity sha512-y3JaeRSplks6NYQuCOj3ZFMO3j60rTwbuKCvZxsAraGYH2epusatvZ0baZYA01WsGqJBq/Dl6vOrMUJqyMj8kA==
+
+tailwindcss@^3.0.2:
+ version "3.4.3"
+ resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.4.3.tgz#be48f5283df77dfced705451319a5dffb8621519"
+ integrity sha512-U7sxQk/n397Bmx4JHbJx/iSOOv5G+II3f1kpLpY2QeUv5DcPdcTsYLlusZfq1NthHS1c1cZoyFmmkex1rzke0A==
+ dependencies:
+ "@alloc/quick-lru" "^5.2.0"
+ arg "^5.0.2"
+ chokidar "^3.5.3"
+ didyoumean "^1.2.2"
+ dlv "^1.1.3"
+ fast-glob "^3.3.0"
+ glob-parent "^6.0.2"
+ is-glob "^4.0.3"
+ jiti "^1.21.0"
+ lilconfig "^2.1.0"
+ micromatch "^4.0.5"
+ normalize-path "^3.0.0"
+ object-hash "^3.0.0"
+ picocolors "^1.0.0"
+ postcss "^8.4.23"
+ postcss-import "^15.1.0"
+ postcss-js "^4.0.1"
+ postcss-load-config "^4.0.1"
+ postcss-nested "^6.0.1"
+ postcss-selector-parser "^6.0.11"
+ resolve "^1.22.2"
+ sucrase "^3.32.0"
tapable@^1.0.0, tapable@^1.1.3:
version "1.1.3"
resolved "https://registry.yarnpkg.com/tapable/-/tapable-1.1.3.tgz#a1fccc06b58db61fd7a45da2da44f5f3a3e67ba2"
integrity sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==
-tapable@^2.0.0, tapable@^2.1.1, tapable@^2.2.0:
+tapable@^2.0.0, tapable@^2.1.1, tapable@^2.2.0, tapable@^2.2.1:
version "2.2.1"
resolved "https://registry.yarnpkg.com/tapable/-/tapable-2.2.1.tgz#1967a73ef4060a82f12ab96af86d52fdb76eeca0"
integrity sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==
-tar-stream@^2.1.0:
- version "2.1.4"
- resolved "https://registry.yarnpkg.com/tar-stream/-/tar-stream-2.1.4.tgz#c4fb1a11eb0da29b893a5b25476397ba2d053bfa"
- integrity sha512-o3pS2zlG4gxr67GmFYBLlq+dM8gyRGUOvsrHclSkvtVtQbjV0s/+ZE8OpICbaj8clrX3tjeHngYGP7rweaBnuw==
+tar-fs@^2.1.1:
+ version "2.1.1"
+ resolved "https://registry.yarnpkg.com/tar-fs/-/tar-fs-2.1.1.tgz#489a15ab85f1f0befabb370b7de4f9eb5cbe8784"
+ integrity sha512-V0r2Y9scmbDRLCNex/+hYzvp/zyYjvFbHPNgVTKfQvVrb6guiE/fxP+XblDNR011utopbkex2nM4dHNV6GDsng==
+ dependencies:
+ chownr "^1.1.1"
+ mkdirp-classic "^0.5.2"
+ pump "^3.0.0"
+ tar-stream "^2.1.4"
+
+tar-stream@^2.1.0, tar-stream@^2.1.4:
+ version "2.2.0"
+ resolved "https://registry.yarnpkg.com/tar-stream/-/tar-stream-2.2.0.tgz#acad84c284136b060dc3faa64474aa9aebd77287"
+ integrity sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==
dependencies:
bl "^4.0.3"
end-of-stream "^1.4.1"
@@ -21679,48 +23162,41 @@ tar-stream@^2.1.0:
readable-stream "^3.1.1"
tar@^4.4.8:
- version "4.4.13"
- resolved "https://registry.yarnpkg.com/tar/-/tar-4.4.13.tgz#43b364bc52888d555298637b10d60790254ab525"
- integrity sha512-w2VwSrBoHa5BsSyH+KxEqeQBAllHhccyMFVHtGtdMpF4W7IRWfZjFiQceJPChOeTsSDVUpER2T8FA93pr0L+QA==
+ version "4.4.19"
+ resolved "https://registry.yarnpkg.com/tar/-/tar-4.4.19.tgz#2e4d7263df26f2b914dee10c825ab132123742f3"
+ integrity sha512-a20gEsvHnWe0ygBY8JbxoM4w3SJdhc7ZAuxkLqh+nvNQN2IOt0B5lLgM490X5Hl8FF0dl0tOf2ewFYAlIFgzVA==
dependencies:
- chownr "^1.1.1"
- fs-minipass "^1.2.5"
- minipass "^2.8.6"
- minizlib "^1.2.1"
- mkdirp "^0.5.0"
- safe-buffer "^5.1.2"
- yallist "^3.0.3"
+ chownr "^1.1.4"
+ fs-minipass "^1.2.7"
+ minipass "^2.9.0"
+ minizlib "^1.3.3"
+ mkdirp "^0.5.5"
+ safe-buffer "^5.2.1"
+ yallist "^3.1.1"
-tar@^6.0.2:
- version "6.0.5"
- resolved "https://registry.yarnpkg.com/tar/-/tar-6.0.5.tgz#bde815086e10b39f1dcd298e89d596e1535e200f"
- integrity sha512-0b4HOimQHj9nXNEAA7zWwMM91Zhhba3pspja6sQbgTpynOJf+bkjBnfybNYzbpLbnwXnbyB4LOREvlyXLkCHSg==
+tar@^6.0.2, tar@^6.2.0:
+ version "6.2.1"
+ resolved "https://registry.yarnpkg.com/tar/-/tar-6.2.1.tgz#717549c541bc3c2af15751bea94b1dd068d4b03a"
+ integrity sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==
dependencies:
chownr "^2.0.0"
fs-minipass "^2.0.0"
- minipass "^3.0.0"
+ minipass "^5.0.0"
minizlib "^2.1.1"
mkdirp "^1.0.3"
yallist "^4.0.0"
-telejson@^5.3.2:
- version "5.3.3"
- resolved "https://registry.yarnpkg.com/telejson/-/telejson-5.3.3.tgz#fa8ca84543e336576d8734123876a9f02bf41d2e"
- integrity sha512-PjqkJZpzEggA9TBpVtJi1LVptP7tYtXB6rEubwlHap76AMjzvOdKX41CxyaW7ahhzDU1aftXnMCx5kAPDZTQBA==
+telejson@^7.2.0:
+ version "7.2.0"
+ resolved "https://registry.yarnpkg.com/telejson/-/telejson-7.2.0.tgz#3994f6c9a8f8d7f2dba9be2c7c5bbb447e876f32"
+ integrity sha512-1QTEcJkJEhc8OnStBx/ILRu5J2p0GjvWsBx56bmZRqnrkdBMUe+nX92jxV+p3dB4CP6PZCdJMQJwCggkNBMzkQ==
dependencies:
- "@types/is-function" "^1.0.0"
- global "^4.4.0"
- is-function "^1.0.2"
- is-regex "^1.1.2"
- is-symbol "^1.0.3"
- isobject "^4.0.0"
- lodash "^4.17.21"
memoizerific "^1.11.3"
temp-dir@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/temp-dir/-/temp-dir-1.0.0.tgz#0a7c0ea26d3a39afa7e0ebea9c1fc0bc4daa011d"
- integrity sha1-CnwOom06Oa+n4OvqnB/AvE2qAR0=
+ integrity sha512-xZFXEGbG7SNC3itwBzI3RYjq/cEhBkx2hJuKGIUOcEULmkQExXiHat2z/qkISYsuR+IKumhEfKKbV5qXmhICFQ==
temp-dir@^2.0.0:
version "2.0.0"
@@ -21730,9 +23206,9 @@ temp-dir@^2.0.0:
temp-path@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/temp-path/-/temp-path-1.0.0.tgz#24b1543973ab442896d9ad367dd9cbdbfafe918b"
- integrity sha1-JLFUOXOrRCiW2a02fdnL2/r+kYs=
+ integrity sha512-TvmyH7kC6ZVTYkqCODjJIbgvu0FKiwQpZ4D1aknE7xpcDf/qEOB8KZEK5ef2pfbVoiBhNWs3yx4y+ESMtNYmlg==
-temp@^0.8.1:
+temp@^0.8.1, temp@^0.8.4:
version "0.8.4"
resolved "https://registry.yarnpkg.com/temp/-/temp-0.8.4.tgz#8c97a33a4770072e0a05f919396c7665a7dd59f2"
integrity sha512-s0ZZzd0BzYv5tLSptZooSjK8oj6C+c19p7Vqta9+6NPOf7r+fxq0cJe6/oN4LTC79sy5NY8ucOJNgwsKCSbfqg==
@@ -21766,18 +23242,24 @@ tempy@^0.6.0:
type-fest "^0.16.0"
unique-string "^2.0.0"
+tempy@^1.0.1:
+ version "1.0.1"
+ resolved "https://registry.yarnpkg.com/tempy/-/tempy-1.0.1.tgz#30fe901fd869cfb36ee2bd999805aa72fbb035de"
+ integrity sha512-biM9brNqxSc04Ee71hzFbryD11nX7VPhQQY32AdDmjFvodsRFz/3ufeoTZ6uYkRFfGo188tENcASNs3vTdsM0w==
+ dependencies:
+ del "^6.0.0"
+ is-stream "^2.0.0"
+ temp-dir "^2.0.0"
+ type-fest "^0.16.0"
+ unique-string "^2.0.0"
+
term-size@^1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/term-size/-/term-size-1.2.0.tgz#458b83887f288fc56d6fffbfad262e26638efa69"
- integrity sha1-RYuDiH8oj8Vtb/+/rSYuJmOO+mk=
+ integrity sha512-7dPUZQGy/+m3/wjVz3ZW5dobSoD/02NxJpoXUX0WIyjfVS3l0c+b/+9phIDFA7FHzkYtwtMFgeGZ/Y8jVTeqQQ==
dependencies:
execa "^0.7.0"
-term-size@^2.1.0:
- version "2.2.1"
- resolved "https://registry.yarnpkg.com/term-size/-/term-size-2.2.1.tgz#2a6a54840432c2fb6320fea0f415531e90189f54"
- integrity sha512-wK0Ri4fOGjv/XPy8SBHZChl8CM7uMc5VML7SqiQ0zG7+J5Vr+RMQDoHa2CNT6KHUnTGIXH34UDMkPzAUyapBZg==
-
terminal-link@^2.0.0:
version "2.1.1"
resolved "https://registry.yarnpkg.com/terminal-link/-/terminal-link-2.1.1.tgz#14a64a27ab3c0df933ea546fba55f2d078edc994"
@@ -21786,7 +23268,7 @@ terminal-link@^2.0.0:
ansi-escapes "^4.2.1"
supports-hyperlinks "^2.0.0"
-terser-webpack-plugin@4.2.3, terser-webpack-plugin@^4.2.3:
+terser-webpack-plugin@4.2.3:
version "4.2.3"
resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-4.2.3.tgz#28daef4a83bd17c1db0297070adc07fc8cfc6a9a"
integrity sha512-jTgXh40RnvOrLQNgIkwEKnQ8rmHjHK4u+6UBEi+W+FPmvb+uo+chJXntKe7/3lW5mNysgSWD60KyesnhW8D6MQ==
@@ -21816,33 +23298,34 @@ terser-webpack-plugin@^1.4.3:
webpack-sources "^1.4.0"
worker-farm "^1.7.0"
-terser-webpack-plugin@^5.1.3, terser-webpack-plugin@^5.3.1:
- version "5.3.1"
- resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-5.3.1.tgz#0320dcc270ad5372c1e8993fabbd927929773e54"
- integrity sha512-GvlZdT6wPQKbDNW/GDQzZFg/j4vKU96yl2q6mcUkzKOgW4gwf1Z8cZToUCrz31XHlPWH8MVb1r2tFtdDtTGJ7g==
+terser-webpack-plugin@^5.2.5, terser-webpack-plugin@^5.3.1, terser-webpack-plugin@^5.3.10, terser-webpack-plugin@^5.3.3:
+ version "5.3.10"
+ resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-5.3.10.tgz#904f4c9193c6fd2a03f693a2150c62a92f40d199"
+ integrity sha512-BKFPWlPDndPs+NGGCr1U59t0XScL5317Y0UReNrHaw9/FwhPENlq6bfgs+4yPfyP51vqC1bQ4rp1EfXW5ZSH9w==
dependencies:
+ "@jridgewell/trace-mapping" "^0.3.20"
jest-worker "^27.4.5"
schema-utils "^3.1.1"
- serialize-javascript "^6.0.0"
- source-map "^0.6.1"
- terser "^5.7.2"
+ serialize-javascript "^6.0.1"
+ terser "^5.26.0"
terser@^4.1.2, terser@^4.6.2, terser@^4.6.3:
- version "4.8.0"
- resolved "https://registry.yarnpkg.com/terser/-/terser-4.8.0.tgz#63056343d7c70bb29f3af665865a46fe03a0df17"
- integrity sha512-EAPipTNeWsb/3wLPeup1tVPaXfIaU68xMnVdPafIL1TV05OhASArYyIfFvnvJCNrR2NIOvDVNNTFRa+Re2MWyw==
+ version "4.8.1"
+ resolved "https://registry.yarnpkg.com/terser/-/terser-4.8.1.tgz#a00e5634562de2239fd404c649051bf6fc21144f"
+ integrity sha512-4GnLC0x667eJG0ewJTa6z/yXrbLGv80D9Ru6HIpCQmO+Q4PfEtBFi0ObSckqwL6VyQv/7ENJieXHo2ANmdQwgw==
dependencies:
commander "^2.20.0"
source-map "~0.6.1"
source-map-support "~0.5.12"
-terser@^5.0.0, terser@^5.10.0, terser@^5.3.4, terser@^5.7.2:
- version "5.10.0"
- resolved "https://registry.yarnpkg.com/terser/-/terser-5.10.0.tgz#b86390809c0389105eb0a0b62397563096ddafcc"
- integrity sha512-AMmF99DMfEDiRJfxfY5jj5wNH/bYO09cniSqhfoyxc8sFoYIgkJy86G04UoZU5VjlpnplVu0K6Tx6E9b5+DlHA==
+terser@^5.0.0, terser@^5.10.0, terser@^5.26.0, terser@^5.3.4:
+ version "5.30.4"
+ resolved "https://registry.yarnpkg.com/terser/-/terser-5.30.4.tgz#62b4d16a819424e6317fd5ceffb4ee8dc769803a"
+ integrity sha512-xRdd0v64a8mFK9bnsKVdoNP9GQIKUAaJPTaqEQDL4w/J8WaW4sWXXoMZ+6SimPkfT5bElreXf8m9HnmPc3E1BQ==
dependencies:
+ "@jridgewell/source-map" "^0.3.3"
+ acorn "^8.8.2"
commander "^2.20.0"
- source-map "~0.7.2"
source-map-support "~0.5.20"
test-exclude@^6.0.0:
@@ -21857,7 +23340,7 @@ test-exclude@^6.0.0:
test-value@^1.0.1:
version "1.1.0"
resolved "https://registry.yarnpkg.com/test-value/-/test-value-1.1.0.tgz#a09136f72ec043d27c893707c2b159bfad7de93f"
- integrity sha1-oJE29y7AQ9J8iTcHwrFZv6196T8=
+ integrity sha512-wrsbRo7qP+2Je8x8DsK8ovCGyxe3sYfQwOraIY/09A2gFXU9DYKiTF14W4ki/01AEh56kMzAmlj9CaHGDDUBJA==
dependencies:
array-back "^1.0.2"
typical "^2.4.2"
@@ -21865,7 +23348,7 @@ test-value@^1.0.1:
test-value@^2.0.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/test-value/-/test-value-2.1.0.tgz#11da6ff670f3471a73b625ca4f3fdcf7bb748291"
- integrity sha1-Edpv9nDzRxpztiXKTz/c97t0gpE=
+ integrity sha512-+1epbAxtKeXttkGFMTX9H42oqzOTufR1ceCF+GYA5aOmvaPq9wd4PUS8329fn2RRLGNeUkgRLnVpycjx8DsO2w==
dependencies:
array-back "^1.0.3"
typical "^2.6.0"
@@ -21886,7 +23369,7 @@ text-extensions@^1.0.0:
text-table@0.2.0, text-table@^0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"
- integrity sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=
+ integrity sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==
thenify-all@^1.0.0:
version "1.6.0"
@@ -21908,29 +23391,23 @@ throat@^5.0.0:
integrity sha512-fcwX4mndzpLQKBS1DVYhGAcYaYt7vsHNIvQV+WXMvnow5cgjPphq5CaayLaGsjRdSCKZFNGt7/GYAuXaNOiYCA==
throat@^6.0.1:
- version "6.0.1"
- resolved "https://registry.yarnpkg.com/throat/-/throat-6.0.1.tgz#d514fedad95740c12c2d7fc70ea863eb51ade375"
- integrity sha512-8hmiGIJMDlwjg7dlJ4yKGLK8EsYqKgPWbG3b4wjJddKNwc7N7Dpn08Df4szr/sZdMVeOstrdYSsqzX6BYbcB+w==
-
-throttle-debounce@^3.0.1:
- version "3.0.1"
- resolved "https://registry.yarnpkg.com/throttle-debounce/-/throttle-debounce-3.0.1.tgz#32f94d84dfa894f786c9a1f290e7a645b6a19abb"
- integrity sha512-dTEWWNu6JmeVXY0ZYoPuH5cRIwc0MeGbJwah9KUNYSJwommQpCzTySTpEe8Gs1J23aeWEuAobe4Ag7EHVt/LOg==
+ version "6.0.2"
+ resolved "https://registry.yarnpkg.com/throat/-/throat-6.0.2.tgz#51a3fbb5e11ae72e2cf74861ed5c8020f89f29fe"
+ integrity sha512-WKexMoJj3vEuK0yFEapj8y64V0A6xcuPuK9Gt1d0R+dzCSJc0lHqQytAbSB4cDAK0dWh4T0E2ETkoLE2WZ41OQ==
throttleit@^1.0.0:
- version "1.0.0"
- resolved "https://registry.yarnpkg.com/throttleit/-/throttleit-1.0.0.tgz#9e785836daf46743145a5984b6268d828528ac6c"
- integrity sha1-nnhYNtr0Z0MUWlmEtiaNgoUorGw=
+ version "1.0.1"
+ resolved "https://registry.yarnpkg.com/throttleit/-/throttleit-1.0.1.tgz#304ec51631c3b770c65c6c6f76938b384000f4d5"
+ integrity sha512-vDZpf9Chs9mAdfY046mcPt8fg5QSZr37hEH4TXYBnDF+izxgrbRGUAAaBvIk/fJm9aOFCGFd1EsNg5AZCbnQCQ==
through2-filter@^3.0.0:
- version "3.0.0"
- resolved "https://registry.yarnpkg.com/through2-filter/-/through2-filter-3.0.0.tgz#700e786df2367c2c88cd8aa5be4cf9c1e7831254"
- integrity sha512-jaRjI2WxN3W1V8/FMZ9HKIBXixtiqs3SQSX4/YGIiP3gL6djW48VoZq9tDqeCWs3MT8YY5wb/zli8VW8snY1CA==
+ version "3.1.0"
+ resolved "https://registry.yarnpkg.com/through2-filter/-/through2-filter-3.1.0.tgz#4a1b45d2b76b3ac93ec137951e372c268efc1a4e"
+ integrity sha512-VhZsTsfrIJjyUi6GeecnwcOJlmoqgIdGFDjqnV5ape+F1DN8GejfPO66XyIhoinxmxGImiUTrq9RwpTN5yszGA==
dependencies:
- through2 "~2.0.0"
- xtend "~4.0.0"
+ through2 "^4.0.2"
-through2@^2.0.0, through2@^2.0.1, through2@^2.0.2, through2@^2.0.3, through2@~2.0.0:
+through2@^2.0.0, through2@^2.0.1, through2@^2.0.3:
version "2.0.5"
resolved "https://registry.yarnpkg.com/through2/-/through2-2.0.5.tgz#01c1e39eb31d07cb7d03a96a70823260b23132cd"
integrity sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==
@@ -21946,7 +23423,7 @@ through2@^3.0.1:
inherits "^2.0.4"
readable-stream "2 || 3"
-through2@^4.0.0:
+through2@^4.0.0, through2@^4.0.2:
version "4.0.2"
resolved "https://registry.yarnpkg.com/through2/-/through2-4.0.2.tgz#a7ce3ac2a7a8b0b966c80e7c49f0484c3b239764"
integrity sha512-iOqSav00cVxEEICeD7TjLB1sueEL+81Wpzp2bY17uZjZN0pWZPuo4suZ/61VujxmqSGFfgOcNuTZ85QJwNZQpw==
@@ -21956,7 +23433,7 @@ through2@^4.0.0:
through@2, "through@>=2.2.7 <3", through@^2.3.6, through@^2.3.8, through@~2.3, through@~2.3.1:
version "2.3.8"
resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5"
- integrity sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=
+ integrity sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==
thunky@^1.0.2:
version "1.1.0"
@@ -21973,28 +23450,28 @@ timers-browserify@^2.0.4:
timsort@^0.3.0:
version "0.3.0"
resolved "https://registry.yarnpkg.com/timsort/-/timsort-0.3.0.tgz#405411a8e7e6339fe64db9a234de11dc31e02bd4"
- integrity sha1-QFQRqOfmM5/mTbmiNN4R3DHgK9Q=
+ integrity sha512-qsdtZH+vMoCARQtyod4imc2nIJwg9Cc7lPRrw9CzF8ZKR0khdr8+2nX80PBhET3tcyTtJDxAffGh2rXH4tyU8A==
tiny-case@^1.0.3:
version "1.0.3"
resolved "https://registry.yarnpkg.com/tiny-case/-/tiny-case-1.0.3.tgz#d980d66bc72b5d5a9ca86fb7c9ffdb9c898ddd03"
integrity sha512-Eet/eeMhkO6TX8mnUteS9zgPbUMQa4I6Kkp5ORiBD5476/m+PIRiumP5tmh5ioJpH7k51Kehawy2UDfsnxxY8Q==
-tiny-emitter@^2.0.0:
- version "2.1.0"
- resolved "https://registry.yarnpkg.com/tiny-emitter/-/tiny-emitter-2.1.0.tgz#1d1a56edfc51c43e863cbb5382a72330e3555423"
- integrity sha512-NB6Dk1A9xgQPMoGqC5CVXn123gWyte215ONT5Pp5a0yt4nlEoO1ZWeCwpncaekPHXO60i47ihFnZPiRPjRMq4Q==
-
-tiny-invariant@^1.0.2:
- version "1.2.0"
- resolved "https://registry.yarnpkg.com/tiny-invariant/-/tiny-invariant-1.2.0.tgz#a1141f86b672a9148c72e978a19a73b9b94a15a9"
- integrity sha512-1Uhn/aqw5C6RI4KejVeTg6mIS7IqxnLJ8Mv2tV5rTc0qWobay7pDUz6Wi392Cnc8ak1H0F2cjoRzb2/AW4+Fvg==
+tiny-invariant@^1.0.2, tiny-invariant@^1.3.1, tiny-invariant@^1.3.3:
+ version "1.3.3"
+ resolved "https://registry.yarnpkg.com/tiny-invariant/-/tiny-invariant-1.3.3.tgz#46680b7a873a0d5d10005995eb90a70d74d60127"
+ integrity sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg==
-tiny-warning@^1.0.0, tiny-warning@^1.0.3:
+tiny-warning@^1.0.0:
version "1.0.3"
resolved "https://registry.yarnpkg.com/tiny-warning/-/tiny-warning-1.0.3.tgz#94a30db453df4c643d0fd566060d60a875d84754"
integrity sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA==
+tmp@0.2.3, tmp@~0.2.1:
+ version "0.2.3"
+ resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.2.3.tgz#eb783cc22bc1e8bebd0671476d46ea4eb32a79ae"
+ integrity sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w==
+
tmp@^0.0.33:
version "0.0.33"
resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.0.33.tgz#6d34335889768d21b2bcda0aa277ced3b1bfadf9"
@@ -22002,27 +23479,15 @@ tmp@^0.0.33:
dependencies:
os-tmpdir "~1.0.2"
-tmp@^0.2.1:
- version "0.2.3"
- resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.2.3.tgz#eb783cc22bc1e8bebd0671476d46ea4eb32a79ae"
- integrity sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w==
-
-tmp@~0.2.1:
- version "0.2.1"
- resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.2.1.tgz#8457fc3037dcf4719c251367a1af6500ee1ccf14"
- integrity sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ==
- dependencies:
- rimraf "^3.0.0"
-
-tmpl@1.0.x:
- version "1.0.4"
- resolved "https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.4.tgz#23640dd7b42d00433911140820e5cf440e521dd1"
- integrity sha1-I2QN17QtAEM5ERQIIOXPRA5SHdE=
+tmpl@1.0.5:
+ version "1.0.5"
+ resolved "https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.5.tgz#8683e0b902bb9c20c4f726e3c0b69f36518c07cc"
+ integrity sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==
to-absolute-glob@^2.0.0:
version "2.0.2"
resolved "https://registry.yarnpkg.com/to-absolute-glob/-/to-absolute-glob-2.0.2.tgz#1865f43d9e74b0822db9f145b78cff7d0f7c849b"
- integrity sha1-GGX0PZ50sIItufFFt4z/fQ98hJs=
+ integrity sha512-rtwLUQEwT8ZeKQbyFJyomBRYXyE16U5VKuy0ftxLMK/PZb2fkOsg5r9kHdauuVDbsNdIBoC/HCthpidamQFXYA==
dependencies:
is-absolute "^1.0.0"
is-negated-glob "^1.0.0"
@@ -22030,17 +23495,17 @@ to-absolute-glob@^2.0.0:
to-arraybuffer@^1.0.0:
version "1.0.1"
resolved "https://registry.yarnpkg.com/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz#7d229b1fcc637e466ca081180836a7aabff83f43"
- integrity sha1-fSKbH8xjfkZsoIEYCDanqr/4P0M=
+ integrity sha512-okFlQcoGTi4LQBG/PgSYblw9VOyptsz2KJZqc6qtgGdes8VktzUQkj4BI2blit072iS8VODNcMA+tvnS9dnuMA==
to-fast-properties@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e"
- integrity sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=
+ integrity sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==
to-object-path@^0.3.0:
version "0.3.0"
resolved "https://registry.yarnpkg.com/to-object-path/-/to-object-path-0.3.0.tgz#297588b7b0e7e0ac08e04e672f85c1f4999e17af"
- integrity sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68=
+ integrity sha512-9mWHdnGRuh3onocaHzukyvCZhzvr6tiflAy/JRFXcJX0TjgfWA9pk9t8CMbzmBE4Jfw58pXbkngtBtqYxzNEyg==
dependencies:
kind-of "^3.0.2"
@@ -22052,7 +23517,7 @@ to-readable-stream@^1.0.0:
to-regex-range@^2.1.0:
version "2.1.1"
resolved "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-2.1.1.tgz#7c80c17b9dfebe599e27367e0d4dd5590141db38"
- integrity sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=
+ integrity sha512-ZZWNfCjUokXXDGXFpZehJIkZqq91BcULFq/Pi7M5i4JnxXdhMKAK682z8bCW3o8Hj1wuuzoKcW3DfVzaP6VuNg==
dependencies:
is-number "^3.0.0"
repeat-string "^1.6.1"
@@ -22077,40 +23542,36 @@ to-regex@^3.0.1, to-regex@^3.0.2:
to-through@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/to-through/-/to-through-2.0.0.tgz#fc92adaba072647bc0b67d6b03664aa195093af6"
- integrity sha1-/JKtq6ByZHvAtn1rA2ZKoZUJOvY=
+ integrity sha512-+QIz37Ly7acM4EMdw2PRN389OneM5+d844tirkGp4dPKzI5OE72V9OsbFp+CIYJDahZ41ZV05hNtcPAQUAm9/Q==
dependencies:
through2 "^2.0.3"
+tocbot@^4.20.1:
+ version "4.27.13"
+ resolved "https://registry.yarnpkg.com/tocbot/-/tocbot-4.27.13.tgz#7568a9da2e04ee13b56202ecbf8b90de79525fc9"
+ integrity sha512-zS8GVVg14x/KBTxbvF6s3BNLltfMNZxTPaBpj+FjuwmnSv+ZK0trNN4uV5Ptw64NLFi2E30gt33+/a1Fkt3cWQ==
+
toggle-selection@^1.0.6:
version "1.0.6"
resolved "https://registry.yarnpkg.com/toggle-selection/-/toggle-selection-1.0.6.tgz#6e45b1263f2017fa0acc7d89d78b15b8bf77da32"
- integrity sha1-bkWxJj8gF/oKzH2J14sVuL932jI=
+ integrity sha512-BiZS+C1OS8g/q2RRbJmy59xpyghNBqrr6k5L/uKBGRsTfxmu3ffiRnd8mlGPUVayg8pvfi5urfnu8TU7DVOkLQ==
-toidentifier@1.0.0:
- version "1.0.0"
- resolved "https://registry.yarnpkg.com/toidentifier/-/toidentifier-1.0.0.tgz#7e1be3470f1e77948bc43d94a3c8f4d7752ba553"
- integrity sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==
+toidentifier@1.0.1:
+ version "1.0.1"
+ resolved "https://registry.yarnpkg.com/toidentifier/-/toidentifier-1.0.1.tgz#3be34321a88a820ed1bd80dfaa33e479fbb8dd35"
+ integrity sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==
toposort@^2.0.2:
version "2.0.2"
resolved "https://registry.yarnpkg.com/toposort/-/toposort-2.0.2.tgz#ae21768175d1559d48bef35420b2f4962f09c330"
integrity sha512-0a5EOkAUp8D4moMi2W8ZF8jcga7BgZd91O/yabJCFY8az+XSzeGyTKs0Aoo897iV1Nj6guFq8orWDS96z91oGg==
-totalist@^1.0.0:
- version "1.1.0"
- resolved "https://registry.yarnpkg.com/totalist/-/totalist-1.1.0.tgz#a4d65a3e546517701e3e5c37a47a70ac97fe56df"
- integrity sha512-gduQwd1rOdDMGxFG1gEvhV88Oirdo2p+KjoYFU7k2g+i7n6AFFbDQ5kMPUsW0pNbfQsB/cwXvT1i4Bue0s9g5g==
-
-tough-cookie@^4.0.0:
- version "4.0.0"
- resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-4.0.0.tgz#d822234eeca882f991f0f908824ad2622ddbece4"
- integrity sha512-tHdtEpQCMrc1YLrMaqXXcj6AxhYi/xgit6mZu1+EDWUn+qhUf8wMQoFIy9NXuq23zAwtcB0t/MjACGR18pcRbg==
- dependencies:
- psl "^1.1.33"
- punycode "^2.1.1"
- universalify "^0.1.2"
+totalist@^3.0.0:
+ version "3.0.1"
+ resolved "https://registry.yarnpkg.com/totalist/-/totalist-3.0.1.tgz#ba3a3d600c915b1a97872348f79c127475f6acf8"
+ integrity sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==
-tough-cookie@^4.1.3:
+tough-cookie@^4.0.0, tough-cookie@^4.1.3:
version "4.1.3"
resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-4.1.3.tgz#97b9adb0728b42280aa3d814b6b999b2ff0318bf"
integrity sha512-aX/y5pVRkfRnfmuX+OdbSdXvPe6ieKX/G2s7e98f4poJHnqH3281gDPm/metm6E/WRamfx7WC4HUqkWHfQHprw==
@@ -22131,7 +23592,7 @@ tough-cookie@~2.5.0:
tr46@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/tr46/-/tr46-1.0.1.tgz#a8b13fd6bfd2489519674ccde55ba3693b706d09"
- integrity sha1-qLE/1r/SSJUZZ0zN5VujaTtwbQk=
+ integrity sha512-dTpowEjclQ7Kgx5SdBkqRzVhERQXov8/l9Ft9dVM9fmg0W0KQSVaXX9T4i6twCPNtYiZM53lpSSUAwJbFPOHxA==
dependencies:
punycode "^2.1.0"
@@ -22142,20 +23603,20 @@ tr46@^2.1.0:
dependencies:
punycode "^2.1.1"
+tr46@~0.0.3:
+ version "0.0.3"
+ resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
+ integrity sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==
+
tree-kill@^1.2.2:
version "1.2.2"
resolved "https://registry.yarnpkg.com/tree-kill/-/tree-kill-1.2.2.tgz#4ca09a9092c88b73a7cdc5e8a01b507b0790a0cc"
integrity sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==
trim-newlines@^3.0.0:
- version "3.0.0"
- resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.0.tgz#79726304a6a898aa8373427298d54c2ee8b1cb30"
- integrity sha512-C4+gOpvmxaSMKuEf9Qc134F1ZuOHVXKRbtEflf4NTtuuJDEIJ9p5PXsalL8SkeRw+qit1Mo+yuvMPAKwWg/1hA==
-
-trim-off-newlines@^1.0.0:
- version "1.0.1"
- resolved "https://registry.yarnpkg.com/trim-off-newlines/-/trim-off-newlines-1.0.1.tgz#9f9ba9d9efa8764c387698bcbfeb2c848f11adb3"
- integrity sha1-n5up2e+odkw4dpi8v+sshI8RrbM=
+ version "3.0.1"
+ resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144"
+ integrity sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==
trim-trailing-lines@^1.0.0:
version "1.1.4"
@@ -22165,7 +23626,7 @@ trim-trailing-lines@^1.0.0:
trim@0.0.1:
version "0.0.1"
resolved "https://registry.yarnpkg.com/trim/-/trim-0.0.1.tgz#5858547f6b290757ee95cccc666fb50084c460dd"
- integrity sha1-WFhUf2spB1fulczMZm+1AITEYN0=
+ integrity sha512-YzQV+TZg4AxpKxaTHK3c3D+kRDCGVEE7LemdlQZoQXn0iennk10RsIoY6ikzAqJTc9Xjl9C1/waHom/J86ziAQ==
trough@^1.0.0:
version "1.0.5"
@@ -22177,64 +23638,73 @@ tryer@^1.0.1:
resolved "https://registry.yarnpkg.com/tryer/-/tryer-1.0.1.tgz#f2c85406800b9b0f74c9f7465b81eaad241252f8"
integrity sha512-c3zayb8/kWWpycWYg87P71E1S1ZL6b6IJxfb5fvsUgsf0S2MVGaDhDXXjDMpdCpfWXqptc+4mXwmiy1ypXqRAA==
-ts-dedent@^2.0.0, ts-dedent@^2.1.1:
+ts-dedent@^2.0.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/ts-dedent/-/ts-dedent-2.2.0.tgz#39e4bd297cd036292ae2394eb3412be63f563bb5"
integrity sha512-q5W7tVM71e2xjHZTlgfTDoPF/SmqKG5hddq9SzR49CH2hayqRKJtQ4mtRlSxKaJlR/+9rEM+mnBHf7I2/BQcpQ==
-ts-essentials@^2.0.3:
- version "2.0.12"
- resolved "https://registry.yarnpkg.com/ts-essentials/-/ts-essentials-2.0.12.tgz#c9303f3d74f75fa7528c3d49b80e089ab09d8745"
- integrity sha512-3IVX4nI6B5cc31/GFFE+i8ey/N2eA0CZDbo6n0yrz0zDX8ZJ8djmU1p+XRz7G3is0F3bB3pu2pAroFdAWQKU3w==
+ts-interface-checker@^0.1.9:
+ version "0.1.13"
+ resolved "https://registry.yarnpkg.com/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz#784fd3d679722bc103b1b4b8030bcddb5db2a699"
+ integrity sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==
ts-pnp@1.2.0, ts-pnp@^1.1.6:
version "1.2.0"
resolved "https://registry.yarnpkg.com/ts-pnp/-/ts-pnp-1.2.0.tgz#a500ad084b0798f1c3071af391e65912c86bca92"
integrity sha512-csd+vJOb/gkzvcCHgTGSChYpy5f1/XKNsmvBGO4JXS+z1v2HobugDz4s1IeFXM3wZB44uczs+eazB5Q/ccdhQw==
-tsconfig-paths@^3.9.0:
- version "3.9.0"
- resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.9.0.tgz#098547a6c4448807e8fcb8eae081064ee9a3c90b"
- integrity sha512-dRcuzokWhajtZWkQsDVKbWyY+jgcLC5sqJhg2PSgf4ZkH2aHPvaOY8YWGhmjb68b5qqTfasSsDO9k7RUiEmZAw==
+tsconfig-paths@^3.15.0:
+ version "3.15.0"
+ resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz#5299ec605e55b1abb23ec939ef15edaf483070d4"
+ integrity sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==
dependencies:
"@types/json5" "^0.0.29"
- json5 "^1.0.1"
- minimist "^1.2.0"
+ json5 "^1.0.2"
+ minimist "^1.2.6"
+ strip-bom "^3.0.0"
+
+tsconfig-paths@^4.2.0:
+ version "4.2.0"
+ resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-4.2.0.tgz#ef78e19039133446d244beac0fd6a1632e2d107c"
+ integrity sha512-NoZ4roiN7LnbKn9QqE1amc9DJfzvZXxF4xDavcOWt1BPkdx+m+0gJuPM+S0vCe7zTJMYUP0R8pO2XMr+Y8oLIg==
+ dependencies:
+ json5 "^2.2.2"
+ minimist "^1.2.6"
strip-bom "^3.0.0"
-tslib@^1.8.1, tslib@^1.9.0:
+tslib@^1.13.0, tslib@^1.8.1, tslib@^1.9.0:
version "1.14.1"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
-tslib@^2.0.0, tslib@^2.0.1, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.2.0, tslib@^2.3.1:
- version "2.3.1"
- resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01"
- integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==
+tslib@^2.0.0, tslib@^2.0.1, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.4.0, tslib@^2.4.1:
+ version "2.6.2"
+ resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae"
+ integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==
-tsutils@^3.17.1:
- version "3.17.1"
- resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.17.1.tgz#ed719917f11ca0dee586272b2ac49e015a2dd759"
- integrity sha512-kzeQ5B8H3w60nFY2g8cJIuH7JDpsALXySGtwGJ0p2LSjLgay3NdIpqq5SoOBe46bKDW2iq25irHCr8wjomUS2g==
+tsutils@^3.17.1, tsutils@^3.21.0:
+ version "3.21.0"
+ resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
+ integrity sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==
dependencies:
tslib "^1.8.1"
tty-browserify@0.0.0:
version "0.0.0"
resolved "https://registry.yarnpkg.com/tty-browserify/-/tty-browserify-0.0.0.tgz#a157ba402da24e9bf957f9aa69d524eed42901a6"
- integrity sha1-oVe6QC2iTpv5V/mqadUk7tQpAaY=
+ integrity sha512-JVa5ijo+j/sOoHGjw0sxw734b1LhBkQ3bvUGNdxnVXDCX81Yx7TFgnZygxrIIWn23hbfTaMYLwRmAxFyDuFmIw==
tunnel-agent@^0.6.0:
version "0.6.0"
resolved "https://registry.yarnpkg.com/tunnel-agent/-/tunnel-agent-0.6.0.tgz#27a5dea06b36b04a0a9966774b290868f0fc40fd"
- integrity sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=
+ integrity sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==
dependencies:
safe-buffer "^5.0.1"
tweetnacl@^0.14.3, tweetnacl@~0.14.0:
version "0.14.5"
resolved "https://registry.yarnpkg.com/tweetnacl/-/tweetnacl-0.14.5.tgz#5ae68177f192d4456269d108afa93ff8743f4f64"
- integrity sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=
+ integrity sha512-KXXFFdAbFXY4geFIwoyNK+f5Z1b7swfXABfL7HXCmoIWMKU3dmS26672A4EeQtDzLKy7SXmfBu51JolvEKwtGA==
type-check@^0.4.0, type-check@~0.4.0:
version "0.4.0"
@@ -22246,7 +23716,7 @@ type-check@^0.4.0, type-check@~0.4.0:
type-check@~0.3.2:
version "0.3.2"
resolved "https://registry.yarnpkg.com/type-check/-/type-check-0.3.2.tgz#5884cab512cf1d355e3fb784f30804b2b520db72"
- integrity sha1-WITKtRLPHTVeP7eE8wgEsrUg23I=
+ integrity sha512-ZCmOJdvOWDBYJlzAoFkC+Q0+bUyEOS1ltgp1MGU03fqHG+dbi9tBFU2Rd9QKiDZFAYrhPh2JUf7rZRIuHRKtOg==
dependencies:
prelude-ls "~1.1.2"
@@ -22290,22 +23760,17 @@ type-fest@^0.8.1:
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.8.1.tgz#09e249ebde851d3b1e48d27c105444667f17b83d"
integrity sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==
-type-fest@^2.19.0:
+type-fest@^2.19.0, type-fest@^2.5.0, type-fest@~2.19:
version "2.19.0"
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-2.19.0.tgz#88068015bb33036a598b952e55e9311a60fd3a9b"
integrity sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==
-type-fest@^2.5.0:
- version "2.12.0"
- resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-2.12.0.tgz#ce342f58cab9114912f54b493d60ab39c3fc82b6"
- integrity sha512-Qe5GRT+n/4GoqCNGGVp5Snapg1Omq3V7irBJB3EaKsp7HWDo5Gv2d/67gfNyV+d5EXD+x/RF5l1h4yJ7qNkcGA==
-
type-fest@^4.8.3:
- version "4.13.0"
- resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-4.13.0.tgz#b55e877e3d811bb5560a212daded70443c9000c2"
- integrity sha512-nKO1N9IFeTec3jnNe/3nZlX+RzwZsvT3c4akWC3IlhYGQbRSPFMBe87vmoaymS3hW2l/rs+4ptDDTxzcbqAcmA==
+ version "4.17.0"
+ resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-4.17.0.tgz#4c1b2c2852d2a40ba8c0236d3afc6fc68229e5bf"
+ integrity sha512-9flrz1zkfLRH3jO3bLflmTxryzKMxVa7841VeMgBaNQGY6vH4RCcpN/sQLB7mQQYh1GZ5utT2deypMuCy4yicw==
-type-is@~1.6.17, type-is@~1.6.18:
+type-is@~1.6.18:
version "1.6.18"
resolved "https://registry.yarnpkg.com/type-is/-/type-is-1.6.18.tgz#4e552cd05df09467dcbc4ef739de89f2cf37c131"
integrity sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==
@@ -22313,24 +23778,54 @@ type-is@~1.6.17, type-is@~1.6.18:
media-typer "0.3.0"
mime-types "~2.1.24"
-type@^1.0.1:
- version "1.2.0"
- resolved "https://registry.yarnpkg.com/type/-/type-1.2.0.tgz#848dd7698dafa3e54a6c479e759c4bc3f18847a0"
- integrity sha512-+5nt5AAniqsCnu2cEQQdpzCAh33kVx8n0VoFidKpB1dVVLAN/F+bgVOqOJqOnEnrhp222clB5p3vUlD+1QAnfg==
+type@^2.7.2:
+ version "2.7.2"
+ resolved "https://registry.yarnpkg.com/type/-/type-2.7.2.tgz#2376a15a3a28b1efa0f5350dcf72d24df6ef98d0"
+ integrity sha512-dzlvlNlt6AXU7EBSfpAscydQ7gXB+pPGsPnfJnZpiNJBDj7IaJzQlBZYGdEi4R9HmPdBv2XmWJ6YUtoTa7lmCw==
-type@^2.0.0:
- version "2.1.0"
- resolved "https://registry.yarnpkg.com/type/-/type-2.1.0.tgz#9bdc22c648cf8cf86dd23d32336a41cfb6475e3f"
- integrity sha512-G9absDWvhAWCV2gmF1zKud3OyC61nZDwWvBL2DApaVFogI07CprggiQAOOjvp2NRjYWFzPyu7vwtDrQFq8jeSA==
+typed-array-buffer@^1.0.2:
+ version "1.0.2"
+ resolved "https://registry.yarnpkg.com/typed-array-buffer/-/typed-array-buffer-1.0.2.tgz#1867c5d83b20fcb5ccf32649e5e2fc7424474ff3"
+ integrity sha512-gEymJYKZtKXzzBzM4jqa9w6Q1Jjm7x2d+sh19AdsD4wqnMPDYyvwpsIc2Q/835kHuo3BEQ7CjelGhfTsoBb2MQ==
+ dependencies:
+ call-bind "^1.0.7"
+ es-errors "^1.3.0"
+ is-typed-array "^1.1.13"
+
+typed-array-byte-length@^1.0.1:
+ version "1.0.1"
+ resolved "https://registry.yarnpkg.com/typed-array-byte-length/-/typed-array-byte-length-1.0.1.tgz#d92972d3cff99a3fa2e765a28fcdc0f1d89dec67"
+ integrity sha512-3iMJ9q0ao7WE9tWcaYKIptkNBuOIcZCCT0d4MRvuuH88fEoEH62IuQe0OtraD3ebQEoTRk8XCBoknUNc1Y67pw==
+ dependencies:
+ call-bind "^1.0.7"
+ for-each "^0.3.3"
+ gopd "^1.0.1"
+ has-proto "^1.0.3"
+ is-typed-array "^1.1.13"
+
+typed-array-byte-offset@^1.0.2:
+ version "1.0.2"
+ resolved "https://registry.yarnpkg.com/typed-array-byte-offset/-/typed-array-byte-offset-1.0.2.tgz#f9ec1acb9259f395093e4567eb3c28a580d02063"
+ integrity sha512-Ous0vodHa56FviZucS2E63zkgtgrACj7omjwd/8lTEMEPFFyjfixMZ1ZXenpgCFBBt4EC1J2XsyVS2gkG0eTFA==
+ dependencies:
+ available-typed-arrays "^1.0.7"
+ call-bind "^1.0.7"
+ for-each "^0.3.3"
+ gopd "^1.0.1"
+ has-proto "^1.0.3"
+ is-typed-array "^1.1.13"
-typed-array-length@^1.0.4:
- version "1.0.4"
- resolved "https://registry.yarnpkg.com/typed-array-length/-/typed-array-length-1.0.4.tgz#89d83785e5c4098bec72e08b319651f0eac9c1bb"
- integrity sha512-KjZypGq+I/H7HI5HlOoGHkWUUGq+Q0TPhQurLbyrVrvnKTBgzLhIJ7j6J/XTQOi0d1RjyZ0wdas8bKs2p0x3Ng==
+typed-array-length@^1.0.6:
+ version "1.0.6"
+ resolved "https://registry.yarnpkg.com/typed-array-length/-/typed-array-length-1.0.6.tgz#57155207c76e64a3457482dfdc1c9d1d3c4c73a3"
+ integrity sha512-/OxDN6OtAk5KBpGb28T+HZc2M+ADtvRxXrKKbUwtsLgdoxgX13hyy7ek6bFRl5+aBs2yZzB0c4CnQfAtVypW/g==
dependencies:
- call-bind "^1.0.2"
+ call-bind "^1.0.7"
for-each "^0.3.3"
- is-typed-array "^1.1.9"
+ gopd "^1.0.1"
+ has-proto "^1.0.3"
+ is-typed-array "^1.1.13"
+ possible-typed-array-names "^1.0.0"
typedarray-to-buffer@^3.1.5:
version "3.1.5"
@@ -22342,7 +23837,7 @@ typedarray-to-buffer@^3.1.5:
typedarray@^0.0.6:
version "0.0.6"
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
- integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
+ integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==
typeface-roboto@^0.0.75:
version "0.0.75"
@@ -22350,34 +23845,39 @@ typeface-roboto@^0.0.75:
integrity sha512-VrR/IiH00Z1tFP4vDGfwZ1esNqTiDMchBEXYY9kilT6wRGgFoCAlgkEUMHb1E3mB0FsfZhv756IF0+R+SFPfdg==
typescript@^3.6.3:
- version "3.9.7"
- resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.7.tgz#98d600a5ebdc38f40cb277522f12dc800e9e25fa"
- integrity sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw==
+ version "3.9.10"
+ resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.10.tgz#70f3910ac7a51ed6bef79da7800690b19bf778b8"
+ integrity sha512-w6fIxVE/H1PkLKcCPsFqKE7Kv7QUwhU8qQY2MueZXWx5cPZdwFupLgKK3vntcK98BtNHZtAF4LA/yl2a7k8R6Q==
typical@^2.4.2, typical@^2.6.0, typical@^2.6.1:
version "2.6.1"
resolved "https://registry.yarnpkg.com/typical/-/typical-2.6.1.tgz#5c080e5d661cbbe38259d2e70a3c7253e873881d"
- integrity sha1-XAgOXWYcu+OCWdLnCjxyU+hziB0=
+ integrity sha512-ofhi8kjIje6npGozTip9Fr8iecmYfEbS06i0JnIg+rh51KakryWF4+jX8lLKZVhy6N+ID45WYSFCxPOdTWCzNg==
typical@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/typical/-/typical-4.0.0.tgz#cbeaff3b9d7ae1e2bbfaf5a4e6f11eccfde94fc4"
integrity sha512-VAH4IvQ7BDFYglMd7BPRDfLgxZZX4O4TFcRDA6EN5X7erNJJq+McIEp8np9aVtxrCJ6qx4GTYVfOWNjcqwZgRw==
-ua-parser-js@^0.7.30:
- version "0.7.31"
- resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.31.tgz#649a656b191dffab4f21d5e053e27ca17cbff5c6"
- integrity sha512-qLK/Xe9E2uzmYI3qLeOmI0tEOt+TBBQyUIAh4aAgU05FVYzeZrKUdkAZfBNVGRaHVgV0TDkdEngJSw/SyQchkQ==
+ua-parser-js@^1.0.35:
+ version "1.0.37"
+ resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-1.0.37.tgz#b5dc7b163a5c1f0c510b08446aed4da92c46373f"
+ integrity sha512-bhTyI94tZofjo+Dn8SN6Zv8nBDvyXTymAdM3LDI/0IboIUwTu1rEhW7v2TfiVsoYWgkQ4kOVqnI8APUFbIQIFQ==
uc.micro@^1.0.1, uc.micro@^1.0.5:
version "1.0.6"
resolved "https://registry.yarnpkg.com/uc.micro/-/uc.micro-1.0.6.tgz#9c411a802a409a91fc6cf74081baba34b24499ac"
integrity sha512-8Y75pvTYkLJW2hWQHXxoqRgV7qb9B+9vFEtidML+7koHUFapnVJAZ6cKs+Qjz5Aw3aZWHMC6u0wJE3At+nSGwA==
+ufo@^1.4.0:
+ version "1.5.3"
+ resolved "https://registry.yarnpkg.com/ufo/-/ufo-1.5.3.tgz#3325bd3c977b6c6cd3160bf4ff52989adc9d3344"
+ integrity sha512-Y7HYmWaFwPUmkoQCUIAYpKqkOf+SbVj/2fJJZ4RJMCfZp0rTGwRbzQD+HghfnhKOjL9E01okqz+ncJskGYfBNw==
+
uglify-js@^3.1.4:
- version "3.12.1"
- resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.12.1.tgz#78307f539f7b9ca5557babb186ea78ad30cc0375"
- integrity sha512-o8lHP20KjIiQe5b/67Rh68xEGRrc2SRsCuuoYclXXoC74AfSRGblU1HKzJWH3HxPZ+Ort85fWHpSX7KwBUC9CQ==
+ version "3.17.4"
+ resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.17.4.tgz#61678cf5fa3f5b7eb789bb345df29afb8257c22c"
+ integrity sha512-T9q82TJI9e/C1TAxYvfb16xO120tMVFZrGA3f9/P4424DNu6ypK103y0GPFVa17yotwSyZW5iYXgjYHkGrJW/g==
unbox-primitive@^1.0.2:
version "1.0.2"
@@ -22392,17 +23892,22 @@ unbox-primitive@^1.0.2:
unc-path-regex@^0.1.2:
version "0.1.2"
resolved "https://registry.yarnpkg.com/unc-path-regex/-/unc-path-regex-0.1.2.tgz#e73dd3d7b0d7c5ed86fbac6b0ae7d8c6a69d50fa"
- integrity sha1-5z3T17DXxe2G+6xrCufYxqadUPo=
+ integrity sha512-eXL4nmJT7oCpkZsHZUOJo8hcX3GbsiDOa0Qu9F646fi8dT3XuSVopVqAcEiVzSKKH7UoDti23wNX3qGFxcW5Qg==
-underscore@~1.10.2:
- version "1.10.2"
- resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.10.2.tgz#73d6aa3668f3188e4adb0f1943bd12cfd7efaaaf"
- integrity sha512-N4P+Q/BuyuEKFJ43B9gYuOj4TQUHXX+j2FqguVOpjkssLUUrnJofCcBccJSCoeturDoZU6GorDTHSvUDlSQbTg==
+underscore@1.12.1:
+ version "1.12.1"
+ resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.12.1.tgz#7bb8cc9b3d397e201cf8553336d262544ead829e"
+ integrity sha512-hEQt0+ZLDVUMhebKxL4x1BTtDY7bavVofhZ9KZ4aI26X9SRaE+Y3m83XUL1UP2jn8ynjndwCCpEHdUG+9pP1Tw==
-unfetch@^4.2.0:
- version "4.2.0"
- resolved "https://registry.yarnpkg.com/unfetch/-/unfetch-4.2.0.tgz#7e21b0ef7d363d8d9af0fb929a5555f6ef97a3be"
- integrity sha512-F9p7yYCn6cIW9El1zi0HI6vqpeIvBsr3dSuRO6Xuppb1u5rXpCPmMvLSyECLhybr9isec8Ohl0hPekMVrEinDA==
+underscore@~1.13.2:
+ version "1.13.6"
+ resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.13.6.tgz#04786a1f589dc6c09f761fc5f45b89e935136441"
+ integrity sha512-+A5Sja4HP1M08MaXya7p5LvjuM7K6q/2EaC0+iovj/wOcMsTzMvDFbasi/oSapiwOlt252IqsKqPjCl7huKS0A==
+
+undici-types@~5.26.4:
+ version "5.26.5"
+ resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
+ integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
unherit@^1.0.4:
version "1.1.3"
@@ -22425,15 +23930,15 @@ unicode-match-property-ecmascript@^2.0.0:
unicode-canonical-property-names-ecmascript "^2.0.0"
unicode-property-aliases-ecmascript "^2.0.0"
-unicode-match-property-value-ecmascript@^2.0.0:
- version "2.0.0"
- resolved "https://registry.yarnpkg.com/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.0.0.tgz#1a01aa57247c14c568b89775a54938788189a714"
- integrity sha512-7Yhkc0Ye+t4PNYzOGKedDhXbYIBe1XEQYQxOPyhcXNMJ0WCABqqj6ckydd6pWRZTHV4GuCPKdBAUiMc60tsKVw==
+unicode-match-property-value-ecmascript@^2.1.0:
+ version "2.1.0"
+ resolved "https://registry.yarnpkg.com/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.1.0.tgz#cb5fffdcd16a05124f5a4b0bf7c3770208acbbe0"
+ integrity sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==
unicode-property-aliases-ecmascript@^2.0.0:
- version "2.0.0"
- resolved "https://registry.yarnpkg.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.0.0.tgz#0a36cb9a585c4f6abd51ad1deddb285c165297c8"
- integrity sha512-5Zfuy9q/DFr4tfO7ZPeVXb1aPoeQSdeFMLpYuFebehDAhbuevLs5yxSZmIFN1tP5F9Wl4IpJrYojg85/zgyZHQ==
+ version "2.1.0"
+ resolved "https://registry.yarnpkg.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz#43d41e3be698bd493ef911077c9b131f827e8ccd"
+ integrity sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==
unified@9.2.0:
version "9.2.0"
@@ -22447,13 +23952,14 @@ unified@9.2.0:
trough "^1.0.0"
vfile "^4.0.0"
-unified@^8.4.2:
- version "8.4.2"
- resolved "https://registry.yarnpkg.com/unified/-/unified-8.4.2.tgz#13ad58b4a437faa2751a4a4c6a16f680c500fff1"
- integrity sha512-JCrmN13jI4+h9UAyKEoGcDZV+i1E7BLFuG7OsaDvTXI5P0qhHX+vZO/kOhz9jn8HGENDKbwSeB0nVOg4gVStGA==
+unified@^9.2.2:
+ version "9.2.2"
+ resolved "https://registry.yarnpkg.com/unified/-/unified-9.2.2.tgz#67649a1abfc3ab85d2969502902775eb03146975"
+ integrity sha512-Sg7j110mtefBD+qunSLO1lqOEKdrwBFBrR6Qd8f4uwkhWNlbkaqwHse6e7QvD3AP/MNoJdEDLaf8OxYyoWgorQ==
dependencies:
bail "^1.0.0"
extend "^3.0.0"
+ is-buffer "^2.0.0"
is-plain-obj "^2.0.0"
trough "^1.0.0"
vfile "^4.0.0"
@@ -22471,12 +23977,12 @@ union-value@^1.0.0:
uniq@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/uniq/-/uniq-1.0.1.tgz#b31c5ae8254844a3a8281541ce2b04b865a734ff"
- integrity sha1-sxxa6CVIRKOoKBVBzisEuGWnNP8=
+ integrity sha512-Gw+zz50YNKPDKXs+9d+aKAjVwpjNwqzvNpLigIruT4HA9lMZNdMqs9x07kKHB/L9WRzqp4+DlTU5s4wG2esdoA==
uniqs@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/uniqs/-/uniqs-2.0.0.tgz#ffede4b36b25290696e6e165d4a59edb998e6b02"
- integrity sha1-/+3ks2slKQaW5uFl1KWe25mOawI=
+ integrity sha512-mZdDpf3vBV5Efh29kMw5tXoup/buMgxLzOt/XKFKcVmi+15ManNQWr6HfZ2aiZTYlYixbdNJ0KFmIZIv52tHSQ==
unique-filename@^1.1.1:
version "1.1.1"
@@ -22503,7 +24009,7 @@ unique-stream@^2.0.2:
unique-string@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/unique-string/-/unique-string-1.0.0.tgz#9e1057cca851abb93398f8b33ae187b99caec11a"
- integrity sha1-nhBXzKhRq7kzmPizOuGHuZyuwRo=
+ integrity sha512-ODgiYu03y5g76A1I9Gt0/chLCzQjvzDy7DsZGsLOE/1MrF6wriEskSncj1+/C58Xk/kPZDppSctDybCwOSaGAg==
dependencies:
crypto-random-string "^1.0.0"
@@ -22525,9 +24031,16 @@ unist-util-generated@^1.0.0:
integrity sha512-cln2Mm1/CZzN5ttGK7vkoGw+RZ8VcUH6BtGbq98DDtRGquAAOXig1mrBQYelOwMXYS8rK+vZDyyojSjp7JX+Lg==
unist-util-is@^4.0.0:
- version "4.0.4"
- resolved "https://registry.yarnpkg.com/unist-util-is/-/unist-util-is-4.0.4.tgz#3e9e8de6af2eb0039a59f50c9b3e99698a924f50"
- integrity sha512-3dF39j/u423v4BBQrk1AQ2Ve1FxY5W3JKwXxVFzBODQ6WEvccguhgp802qQLKSnxPODE6WuRZtV+ohlUg4meBA==
+ version "4.1.0"
+ resolved "https://registry.yarnpkg.com/unist-util-is/-/unist-util-is-4.1.0.tgz#976e5f462a7a5de73d94b706bac1b90671b57797"
+ integrity sha512-ZOQSsnce92GrxSqlnEEseX0gi7GH9zTJZ0p9dtu87WRb/37mMPO2Ilx1s/t9vBHrFhbgweUwb+t7cIn5dxPhZg==
+
+unist-util-is@^6.0.0:
+ version "6.0.0"
+ resolved "https://registry.yarnpkg.com/unist-util-is/-/unist-util-is-6.0.0.tgz#b775956486aff107a9ded971d996c173374be424"
+ integrity sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==
+ dependencies:
+ "@types/unist" "^3.0.0"
unist-util-position@^3.0.0:
version "3.1.0"
@@ -22542,9 +24055,9 @@ unist-util-remove-position@^2.0.0:
unist-util-visit "^2.0.0"
unist-util-remove@^2.0.0:
- version "2.0.1"
- resolved "https://registry.yarnpkg.com/unist-util-remove/-/unist-util-remove-2.0.1.tgz#fa13c424ff8e964f3aa20d1098b9a690c6bfaa39"
- integrity sha512-YtuetK6o16CMfG+0u4nndsWpujgsHDHHLyE0yGpJLLn5xSjKeyGyzEBOI2XbmoUHCYabmNgX52uxlWoQhcvR7Q==
+ version "2.1.0"
+ resolved "https://registry.yarnpkg.com/unist-util-remove/-/unist-util-remove-2.1.0.tgz#b0b4738aa7ee445c402fda9328d604a02d010588"
+ integrity sha512-J8NYPyBm4baYLdCbjmf1bhPu45Cr1MWTm77qd9istEkzWpnN6O9tMsEbB2JhNnBCqGENRqEWomQ+He6au0B27Q==
dependencies:
unist-util-is "^4.0.0"
@@ -22563,7 +24076,15 @@ unist-util-visit-parents@^3.0.0:
"@types/unist" "^2.0.0"
unist-util-is "^4.0.0"
-unist-util-visit@2.0.3, unist-util-visit@^2.0.0, unist-util-visit@^2.0.1, unist-util-visit@^2.0.2, unist-util-visit@^2.0.3:
+unist-util-visit-parents@^6.0.0:
+ version "6.0.1"
+ resolved "https://registry.yarnpkg.com/unist-util-visit-parents/-/unist-util-visit-parents-6.0.1.tgz#4d5f85755c3b8f0dc69e21eca5d6d82d22162815"
+ integrity sha512-L/PqWzfTP9lzzEa6CKs0k2nARxTdZduw3zyh8d2NVBnsyvHjSX4TWse388YrrQKbvI8w20fGjGlhgT96WwKykw==
+ dependencies:
+ "@types/unist" "^3.0.0"
+ unist-util-is "^6.0.0"
+
+unist-util-visit@2.0.3, unist-util-visit@^2.0.0, unist-util-visit@^2.0.3:
version "2.0.3"
resolved "https://registry.yarnpkg.com/unist-util-visit/-/unist-util-visit-2.0.3.tgz#c3703893146df47203bb8a9795af47d7b971208c"
integrity sha512-iJ4/RczbJMkD0712mGktuGpm/U4By4FfDonL7N/9tATGIF4imikjOuagyMY53tnZq3NP6BcmlrHhEKAfGWjh7Q==
@@ -22572,7 +24093,21 @@ unist-util-visit@2.0.3, unist-util-visit@^2.0.0, unist-util-visit@^2.0.1, unist-
unist-util-is "^4.0.0"
unist-util-visit-parents "^3.0.0"
-universalify@^0.1.0, universalify@^0.1.2:
+unist-util-visit@^5.0.0:
+ version "5.0.0"
+ resolved "https://registry.yarnpkg.com/unist-util-visit/-/unist-util-visit-5.0.0.tgz#a7de1f31f72ffd3519ea71814cccf5fd6a9217d6"
+ integrity sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==
+ dependencies:
+ "@types/unist" "^3.0.0"
+ unist-util-is "^6.0.0"
+ unist-util-visit-parents "^6.0.0"
+
+universal-serialize@^1.0.4:
+ version "1.0.10"
+ resolved "https://registry.yarnpkg.com/universal-serialize/-/universal-serialize-1.0.10.tgz#3279bb30f47290ea479f45135620f98fa9d3f3a6"
+ integrity sha512-FdouA4xSFa0fudk1+z5vLWtxZCoC0Q9lKYV3uUdFl7DttNfolmiw2ASr5ddY+/Yz6Isr68u3IqC9XMSwMP+Pow==
+
+universalify@^0.1.0:
version "0.1.2"
resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66"
integrity sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==
@@ -22583,9 +24118,9 @@ universalify@^0.2.0:
integrity sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==
universalify@^2.0.0:
- version "2.0.0"
- resolved "https://registry.yarnpkg.com/universalify/-/universalify-2.0.0.tgz#75a4984efedc4b08975c5aeb73f530d02df25717"
- integrity sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==
+ version "2.0.1"
+ resolved "https://registry.yarnpkg.com/universalify/-/universalify-2.0.1.tgz#168efc2180964e6386d061e094df61afe239b18d"
+ integrity sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==
unix-crypt-td-js@^1.1.4:
version "1.1.4"
@@ -22603,17 +24138,27 @@ unload@2.2.0:
unpipe@1.0.0, unpipe@~1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec"
- integrity sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=
+ integrity sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==
+
+unplugin@^1.3.1:
+ version "1.10.1"
+ resolved "https://registry.yarnpkg.com/unplugin/-/unplugin-1.10.1.tgz#8ceda065dc71bc67d923dea0920f05c67f2cd68c"
+ integrity sha512-d6Mhq8RJeGA8UfKCu54Um4lFA0eSaRa3XxdAJg8tIdxbu1ubW0hBCZUL7yI2uGyYCRndvbK8FLHzqy2XKfeMsg==
+ dependencies:
+ acorn "^8.11.3"
+ chokidar "^3.6.0"
+ webpack-sources "^3.2.3"
+ webpack-virtual-modules "^0.6.1"
-unquote@^1.1.0, unquote@~1.1.1:
+unquote@~1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/unquote/-/unquote-1.1.1.tgz#8fded7324ec6e88a0ff8b905e7c098cdc086d544"
- integrity sha1-j97XMk7G6IoP+LkF58CYzcCG1UQ=
+ integrity sha512-vRCqFv6UhXpWxZPyGDh/F3ZpNv8/qo7w6iufLpQg9aKnQ71qM4B5KiI7Mia9COcjEhrO9LueHpMYjYzsWH3OIg==
unset-value@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/unset-value/-/unset-value-1.0.0.tgz#8376873f7d2335179ffb1e6fc3a8ed0dfc8ab559"
- integrity sha1-g3aHP30jNRef+x5vw6jtDfyKtVk=
+ integrity sha512-PcA2tsuGSF9cnySLHTLSh2qrQiJ70mn+r+Glzxv2TWZblxsxCC52BDlZoPCsz7STd9pN7EZetkWZBAvk4cgZdQ==
dependencies:
has-value "^0.3.1"
isobject "^3.0.0"
@@ -22628,6 +24173,14 @@ upath@^1.1.1, upath@^1.1.2, upath@^1.2.0:
resolved "https://registry.yarnpkg.com/upath/-/upath-1.2.0.tgz#8f66dbcd55a883acdae4408af8b035a5044c1894"
integrity sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==
+update-browserslist-db@^1.0.13:
+ version "1.0.13"
+ resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.0.13.tgz#3c5e4f5c083661bd38ef64b6328c26ed6c8248c4"
+ integrity sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==
+ dependencies:
+ escalade "^3.1.1"
+ picocolors "^1.0.0"
+
update-notifier@^3.0.0:
version "3.0.1"
resolved "https://registry.yarnpkg.com/update-notifier/-/update-notifier-3.0.1.tgz#78ecb68b915e2fd1be9f767f6e298ce87b736250"
@@ -22674,16 +24227,16 @@ upper-case-first@^2.0.2:
tslib "^2.0.3"
uri-js@^4.2.2:
- version "4.4.0"
- resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.0.tgz#aa714261de793e8a82347a7bcc9ce74e86f28602"
- integrity sha512-B0yRTzYdUCCn9n+F4+Gh4yIDtMQcaJsmYBDsTSG8g/OejKBodLQ2IHfN3bM7jUsRXndopT7OIXWdYqc1fjmV6g==
+ version "4.4.1"
+ resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.1.tgz#9b1a52595225859e55f669d928f88c6c57f2a77e"
+ integrity sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==
dependencies:
punycode "^2.1.0"
urix@^0.1.0:
version "0.1.0"
resolved "https://registry.yarnpkg.com/urix/-/urix-0.1.0.tgz#da937f7a62e21fec1fd18d49b35c2935067a6c72"
- integrity sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI=
+ integrity sha512-Am1ousAhSLBeB9cG/7k7r2R0zj50uDRlZHPGbazid5s9rlF1F/QKYObEKSIunSjIOkJZqwRRLpvewjEkM7pSqg==
url-join@^4.0.1:
version "4.0.1"
@@ -22702,44 +24255,47 @@ url-loader@4.1.1, url-loader@^4.1.1:
url-parse-lax@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/url-parse-lax/-/url-parse-lax-3.0.0.tgz#16b5cafc07dbe3676c1b1999177823d6503acb0c"
- integrity sha1-FrXK/Afb42dsGxmZF3gj1lA6yww=
+ integrity sha512-NjFKA0DidqPa5ciFcSrXnAltTtzz84ogy+NebPvfEgAck0+TNg4UJ4IN+fB7zRZfbgUf0syOo9MDxFkDSMuFaQ==
dependencies:
prepend-http "^2.0.0"
-url-parse@^1.4.3, url-parse@^1.5.3:
- version "1.5.3"
- resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.5.3.tgz#71c1303d38fb6639ade183c2992c8cc0686df862"
- integrity sha512-IIORyIQD9rvj0A4CLWsHkBBJuNqWpFQe224b6j9t/ABmquIS0qDU2pY6kl6AuOrL5OkCXHMCFNe1jBcuAggjvQ==
+url-parse@^1.5.10, url-parse@^1.5.3:
+ version "1.5.10"
+ resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.5.10.tgz#9d3c2f736c1d75dd3bd2be507dcc111f1e2ea9c1"
+ integrity sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==
dependencies:
querystringify "^2.1.1"
requires-port "^1.0.0"
url@^0.11.0:
- version "0.11.0"
- resolved "https://registry.yarnpkg.com/url/-/url-0.11.0.tgz#3838e97cfc60521eb73c525a8e55bfdd9e2e28f1"
- integrity sha1-ODjpfPxgUh63PFJajlW/3Z4uKPE=
+ version "0.11.3"
+ resolved "https://registry.yarnpkg.com/url/-/url-0.11.3.tgz#6f495f4b935de40ce4a0a52faee8954244f3d3ad"
+ integrity sha512-6hxOLGfZASQK/cijlZnZJTq8OXAkt/3YGfQX45vvMYXpZoo8NdWZcY73K108Jf759lS1Bv/8wXnHDTSz17dSRw==
dependencies:
- punycode "1.3.2"
- querystring "0.2.0"
+ punycode "^1.4.1"
+ qs "^6.11.2"
-use-composed-ref@^1.0.0:
- version "1.1.0"
- resolved "https://registry.yarnpkg.com/use-composed-ref/-/use-composed-ref-1.1.0.tgz#9220e4e94a97b7b02d7d27eaeab0b37034438bbc"
- integrity sha512-my1lNHGWsSDAhhVAT4MKs6IjBUtG6ZG11uUqexPH9PptiIZDQOzaF4f5tEbJ2+7qvNbtXNBbU3SfmN+fXlWDhg==
- dependencies:
- ts-essentials "^2.0.3"
+use-composed-ref@^1.3.0:
+ version "1.3.0"
+ resolved "https://registry.yarnpkg.com/use-composed-ref/-/use-composed-ref-1.3.0.tgz#3d8104db34b7b264030a9d916c5e94fbe280dbda"
+ integrity sha512-GLMG0Jc/jiKov/3Ulid1wbv3r54K9HlMW29IWcDFPEqFkSO2nS0MuefWgMJpeHQ9YJeXDL3ZUF+P3jdXlZX/cQ==
-use-isomorphic-layout-effect@^1.0.0:
- version "1.1.0"
- resolved "https://registry.yarnpkg.com/use-isomorphic-layout-effect/-/use-isomorphic-layout-effect-1.1.0.tgz#4db2111e0d53ca694187ea5fd5cb2ba610286fe0"
- integrity sha512-kady5Z1O1qx5RitodCCKbpJSVEtECXYcnBnb5Q48Bz5V6gBmTu85ZcGdVwVFs8+DaOurNb/L5VdGHoQRMknghw==
+use-isomorphic-layout-effect@^1.1.1:
+ version "1.1.2"
+ resolved "https://registry.yarnpkg.com/use-isomorphic-layout-effect/-/use-isomorphic-layout-effect-1.1.2.tgz#497cefb13d863d687b08477d9e5a164ad8c1a6fb"
+ integrity sha512-49L8yCO3iGT/ZF9QttjwLF/ZD9Iwto5LnH5LmEdk/6cFmXddqi2ulF0edxTwjj+7mqvpVVGQWvbXZdn32wRSHA==
-use-latest@^1.0.0:
- version "1.2.0"
- resolved "https://registry.yarnpkg.com/use-latest/-/use-latest-1.2.0.tgz#a44f6572b8288e0972ec411bdd0840ada366f232"
- integrity sha512-d2TEuG6nSLKQLAfW3By8mKr8HurOlTkul0sOpxbClIv4SQ4iOd7BYr7VIzdbktUCnv7dua/60xzd8igMU6jmyw==
+use-latest@^1.2.1:
+ version "1.2.1"
+ resolved "https://registry.yarnpkg.com/use-latest/-/use-latest-1.2.1.tgz#d13dfb4b08c28e3e33991546a2cee53e14038cf2"
+ integrity sha512-xA+AVm/Wlg3e2P/JiItTziwS7FK92LWrDB0p+hgXloIMuVCeJJ8v6f0eeHyPZaJrM+usM1FkFfbNCrJGs8A/zw==
dependencies:
- use-isomorphic-layout-effect "^1.0.0"
+ use-isomorphic-layout-effect "^1.1.1"
+
+use-sync-external-store@^1.2.0:
+ version "1.2.2"
+ resolved "https://registry.yarnpkg.com/use-sync-external-store/-/use-sync-external-store-1.2.2.tgz#c3b6390f3a30eba13200d2302dcdf1e7b57b2ef9"
+ integrity sha512-PElTlVMwpblvbNqQ82d2n6RjStvdSoNe9FG28kNfz3WiXilJm4DdNkEzRhCZuIDwY8U08WVihhGR5iRqAwfDiw==
use@^3.1.0:
version "3.1.1"
@@ -22754,7 +24310,7 @@ util-arity@^1.1.0:
util-deprecate@^1.0.1, util-deprecate@^1.0.2, util-deprecate@~1.0.1:
version "1.0.2"
resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf"
- integrity sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=
+ integrity sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==
util.promisify@1.0.0:
version "1.0.0"
@@ -22774,12 +24330,12 @@ util.promisify@~1.0.0:
has-symbols "^1.0.1"
object.getownpropertydescriptors "^2.1.0"
-util@0.10.3:
- version "0.10.3"
- resolved "https://registry.yarnpkg.com/util/-/util-0.10.3.tgz#7afb1afe50805246489e3db7fe0ed379336ac0f9"
- integrity sha1-evsa/lCAUkZInj23/g7TeTNqwPk=
+util@^0.10.4:
+ version "0.10.4"
+ resolved "https://registry.yarnpkg.com/util/-/util-0.10.4.tgz#3aa0125bfe668a4672de58857d3ace27ecb76901"
+ integrity sha512-0Pm9hTQ3se5ll1XihRic3FDIku70C+iHUdT/W926rSgHV5QgXsYbKZN8MSC3tJtSkhuROzvsQjAaFENRXr+19A==
dependencies:
- inherits "2.0.1"
+ inherits "2.0.3"
util@^0.11.0:
version "0.11.1"
@@ -22788,37 +24344,38 @@ util@^0.11.0:
dependencies:
inherits "2.0.3"
+util@^0.12.4, util@^0.12.5:
+ version "0.12.5"
+ resolved "https://registry.yarnpkg.com/util/-/util-0.12.5.tgz#5f17a6059b73db61a875668781a1c2b136bd6fbc"
+ integrity sha512-kZf/K6hEIrWHI6XqOFUiiMa+79wE/D8Q+NCNAWclkyg3b4d2k7s0QGepNjiABc+aR3N1PAyHL7p6UcLY6LmrnA==
+ dependencies:
+ inherits "^2.0.3"
+ is-arguments "^1.0.4"
+ is-generator-function "^1.0.7"
+ is-typed-array "^1.1.3"
+ which-typed-array "^1.1.2"
+
utila@~0.4:
version "0.4.0"
resolved "https://registry.yarnpkg.com/utila/-/utila-0.4.0.tgz#8a16a05d445657a3aea5eecc5b12a4fa5379772c"
- integrity sha1-ihagXURWV6Oupe7MWxKk+lN5dyw=
+ integrity sha512-Z0DbgELS9/L/75wZbro8xAnT50pBVFQZ+hUEueGDU5FN51YSCYM+jdxsfCiHjwNP/4LCDD0i/graKpeBnOXKRA==
utility-types@^3.10.0:
- version "3.10.0"
- resolved "https://registry.yarnpkg.com/utility-types/-/utility-types-3.10.0.tgz#ea4148f9a741015f05ed74fd615e1d20e6bed82b"
- integrity sha512-O11mqxmi7wMKCo6HKFt5AhO4BwY3VV68YU07tgxfz8zJTIxr4BpsezN49Ffwy9j3ZpwwJp4fkRwjRzq3uWE6Rg==
+ version "3.11.0"
+ resolved "https://registry.yarnpkg.com/utility-types/-/utility-types-3.11.0.tgz#607c40edb4f258915e901ea7995607fdf319424c"
+ integrity sha512-6Z7Ma2aVEWisaL6TvBCy7P8rm2LQoPv6dJ7ecIaIixHcwfbJ0x7mWdbcwlIM5IGQxPZSFYeqRCqlOOeKoJYMkw==
utils-merge@1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713"
- integrity sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=
-
-uuid-browser@^3.1.0:
- version "3.1.0"
- resolved "https://registry.yarnpkg.com/uuid-browser/-/uuid-browser-3.1.0.tgz#0f05a40aef74f9e5951e20efbf44b11871e56410"
- integrity sha1-DwWkCu90+eWVHiDvv0SxGHHlZBA=
-
-uuid@9.0.0:
- version "9.0.0"
- resolved "https://registry.yarnpkg.com/uuid/-/uuid-9.0.0.tgz#592f550650024a38ceb0c562f2f6aa435761efb5"
- integrity sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg==
+ integrity sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==
-uuid@9.0.1, uuid@^9.0.1:
+uuid@9.0.1, uuid@^9.0.0, uuid@^9.0.1:
version "9.0.1"
resolved "https://registry.yarnpkg.com/uuid/-/uuid-9.0.1.tgz#e188d4c8853cc722220392c424cd637f32293f30"
integrity sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==
-uuid@^3.0.0, uuid@^3.3.2, uuid@^3.4.0:
+uuid@^3.0.0, uuid@^3.3.2:
version "3.4.0"
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"
integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==
@@ -22829,28 +24386,37 @@ uuid@^8.3.0, uuid@^8.3.2:
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
v8-compile-cache@^2.0.3:
- version "2.2.0"
- resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.2.0.tgz#9471efa3ef9128d2f7c6a7ca39c4dd6b5055b132"
- integrity sha512-gTpR5XQNKFwOd4clxfnhaqvfqMpqEwr4tOtCyz4MtYZX2JYhfr1JvBFKdS+7K/9rfpZR3VLX+YWBbKoxCgS43Q==
+ version "2.4.0"
+ resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.4.0.tgz#cdada8bec61e15865f05d097c5f4fd30e94dc128"
+ integrity sha512-ocyWc3bAHBB/guyqJQVI5o4BZkPhznPYUG2ea80Gond/BgNWpap8TOmLSeeQG7bnh2KMISxskdADG59j7zruhw==
v8-to-istanbul@^7.0.0:
- version "7.0.0"
- resolved "https://registry.yarnpkg.com/v8-to-istanbul/-/v8-to-istanbul-7.0.0.tgz#b4fe00e35649ef7785a9b7fcebcea05f37c332fc"
- integrity sha512-fLL2rFuQpMtm9r8hrAV2apXX/WqHJ6+IC4/eQVdMDGBUgH/YMV4Gv3duk3kjmyg6uiQWBAA9nJwue4iJUOkHeA==
+ version "7.1.2"
+ resolved "https://registry.yarnpkg.com/v8-to-istanbul/-/v8-to-istanbul-7.1.2.tgz#30898d1a7fa0c84d225a2c1434fb958f290883c1"
+ integrity sha512-TxNb7YEUwkLXCQYeudi6lgQ/SZrzNO4kMdlqVxaZPUIUjCv6iSSypUQX70kNBSERpQ8fk48+d61FXk+tgqcWow==
dependencies:
"@types/istanbul-lib-coverage" "^2.0.1"
convert-source-map "^1.6.0"
source-map "^0.7.3"
-v8-to-istanbul@^8.0.0:
- version "8.0.0"
- resolved "https://registry.yarnpkg.com/v8-to-istanbul/-/v8-to-istanbul-8.0.0.tgz#4229f2a99e367f3f018fa1d5c2b8ec684667c69c"
- integrity sha512-LkmXi8UUNxnCC+JlH7/fsfsKr5AU110l+SYGJimWNkWhxbN5EyeOtm1MJ0hhvqMMOhGwBj1Fp70Yv9i+hX0QAg==
+v8-to-istanbul@^8.1.0:
+ version "8.1.1"
+ resolved "https://registry.yarnpkg.com/v8-to-istanbul/-/v8-to-istanbul-8.1.1.tgz#77b752fd3975e31bbcef938f85e9bd1c7a8d60ed"
+ integrity sha512-FGtKtv3xIpR6BYhvgH8MI/y78oT7d8Au3ww4QIxymrCtZEh5b8gCw2siywE+puhEmuWKDtmfrvF5UlB298ut3w==
dependencies:
"@types/istanbul-lib-coverage" "^2.0.1"
convert-source-map "^1.6.0"
source-map "^0.7.3"
+v8-to-istanbul@^9.0.0:
+ version "9.2.0"
+ resolved "https://registry.yarnpkg.com/v8-to-istanbul/-/v8-to-istanbul-9.2.0.tgz#2ed7644a245cddd83d4e087b9b33b3e62dfd10ad"
+ integrity sha512-/EH/sDgxU2eGxajKdwLCDmQ4FWq+kpi3uCmBGpw1xJtnAxEjlD8j8PEiGWpCIMIs3ciNAgH0d3TTJiUkYzyZjA==
+ dependencies:
+ "@jridgewell/trace-mapping" "^0.3.12"
+ "@types/istanbul-lib-coverage" "^2.0.1"
+ convert-source-map "^2.0.0"
+
validate-npm-package-license@^3.0.1:
version "3.0.4"
resolved "https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz#fc91f6b9c7ba15c857f4cb2c5defeec39d4f410a"
@@ -22862,7 +24428,7 @@ validate-npm-package-license@^3.0.1:
validate-npm-package-name@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/validate-npm-package-name/-/validate-npm-package-name-3.0.0.tgz#5fa912d81eb7d0c74afc140de7317f0ca7df437e"
- integrity sha1-X6kS2B630MdK/BQN5zF/DKffQ34=
+ integrity sha512-M6w37eVCMMouJ9V/sdPGnC5H4uDr73/+xdq0FBLO3TFFX1+7wiUY6Es328NN+y43tmY+doUdN9g9J21vqB7iLw==
dependencies:
builtins "^1.0.3"
@@ -22874,12 +24440,12 @@ value-equal@^1.0.1:
value-or-function@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/value-or-function/-/value-or-function-3.0.0.tgz#1c243a50b595c1be54a754bfece8563b9ff8d813"
- integrity sha1-HCQ6ULWVwb5Up1S/7OhWO5/42BM=
+ integrity sha512-jdBB2FrWvQC/pnPtIqcLsMaQgjhdb6B7tk1MMyTKapox+tQZbdRP4uLxu/JY0t7fbfDCUMnuelzEYv5GsxHhdg==
vary@^1, vary@~1.1.2:
version "1.1.2"
resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc"
- integrity sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=
+ integrity sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==
vendors@^1.0.0:
version "1.0.4"
@@ -22889,7 +24455,7 @@ vendors@^1.0.0:
verror@1.10.0:
version "1.10.0"
resolved "https://registry.yarnpkg.com/verror/-/verror-1.10.0.tgz#3a105ca17053af55d6e270c1f8288682e18da400"
- integrity sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=
+ integrity sha512-ZZKSmDAEFOijERBLkmYfJ+vmk3w+7hOLYDNkRCuRuMJGEmqYNCNLyBBFwWKVMhfwaEF3WOd0Zlw86U/WC/+nYw==
dependencies:
assert-plus "^1.0.0"
core-util-is "1.0.2"
@@ -22944,7 +24510,7 @@ vinyl-fs@^3.0.1:
vinyl-sourcemap@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/vinyl-sourcemap/-/vinyl-sourcemap-1.1.0.tgz#92a800593a38703a8cdb11d8b300ad4be63b3e16"
- integrity sha1-kqgAWTo4cDqM2xHYswCtS+Y7PhY=
+ integrity sha512-NiibMgt6VJGJmyw7vtzhctDcfKch4e4n9TBeoWlirb7FMg9/1Ov9k+A5ZRAtywBpRPiyECvQRQllYM8dECegVA==
dependencies:
append-buffer "^1.0.2"
convert-source-map "^1.5.0"
@@ -22999,7 +24565,7 @@ wait-on@^6.0.0, wait-on@^6.0.1:
walk-back@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/walk-back/-/walk-back-2.0.1.tgz#554e2a9d874fac47a8cb006bf44c2f0c4998a0a4"
- integrity sha1-VU4qnYdPrEeoywBr9EwvDEmYoKQ=
+ integrity sha512-Nb6GvBR8UWX1D+Le+xUq0+Q1kFmRBIWVrfLnQAOmcpEzA9oAxwJ9gIr36t9TWYfzvWRvuMtjHiVsJYEkXWaTAQ==
walk-back@^3.0.1:
version "3.0.1"
@@ -23012,13 +24578,13 @@ walk-back@^4.0.0:
integrity sha512-kudCA8PXVQfrqv2mFTG72vDBRi8BKWxGgFLwPpzHcpZnSwZk93WMwUDVcLHWNsnm+Y0AC4Vb6MUNRgaHfyV2DQ==
walker@^1.0.7, walker@~1.0.5:
- version "1.0.7"
- resolved "https://registry.yarnpkg.com/walker/-/walker-1.0.7.tgz#2f7f9b8fd10d677262b18a884e28d19618e028fb"
- integrity sha1-L3+bj9ENZ3JisYqITijRlhjgKPs=
+ version "1.0.8"
+ resolved "https://registry.yarnpkg.com/walker/-/walker-1.0.8.tgz#bd498db477afe573dc04185f011d3ab8a8d7653f"
+ integrity sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==
dependencies:
- makeerror "1.0.x"
+ makeerror "1.0.12"
-warning@^4.0.2, warning@^4.0.3:
+warning@^4.0.2:
version "4.0.3"
resolved "https://registry.yarnpkg.com/warning/-/warning-4.0.3.tgz#16e9e077eb8a86d6af7d64aa1e05fd85b4678ca3"
integrity sha512-rpJyN222KWIvHJ/F53XSZv0Zl/accqHR8et1kpaMTD/fLCRxtV8iX8czMzY7sVZupTI3zcUTg8eycS2kNF9l6w==
@@ -23043,10 +24609,10 @@ watchpack@^1.7.4:
chokidar "^3.4.1"
watchpack-chokidar2 "^2.0.1"
-watchpack@^2.3.1:
- version "2.3.1"
- resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-2.3.1.tgz#4200d9447b401156eeca7767ee610f8809bc9d25"
- integrity sha512-x0t0JuydIo8qCNctdDrn1OzH/qDzk2+rdCOC3YzumZ42fiMqmQ7T3xQurykYMhYfHaPHTp4ZxAx2NfUo1K6QaA==
+watchpack@^2.2.0, watchpack@^2.4.1:
+ version "2.4.1"
+ resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-2.4.1.tgz#29308f2cac150fa8e4c92f90e0ec954a9fed7fff"
+ integrity sha512-8wrBCMtVhqcXP2Sup1ctSkga6uc2Bx0IIvKyT7yTFier5AXHooSI+QyQQAtTb7+E0IUCCKyTFmXqdqgum2XWGg==
dependencies:
glob-to-regexp "^0.4.1"
graceful-fs "^4.1.2"
@@ -23058,11 +24624,23 @@ wbuf@^1.1.0, wbuf@^1.7.3:
dependencies:
minimalistic-assert "^1.0.0"
-web-namespaces@^1.0.0, web-namespaces@^1.1.2:
+wcwidth@^1.0.1:
+ version "1.0.1"
+ resolved "https://registry.yarnpkg.com/wcwidth/-/wcwidth-1.0.1.tgz#f0b0dcf915bc5ff1528afadb2c0e17b532da2fe8"
+ integrity sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==
+ dependencies:
+ defaults "^1.0.3"
+
+web-namespaces@^1.0.0:
version "1.1.4"
resolved "https://registry.yarnpkg.com/web-namespaces/-/web-namespaces-1.1.4.tgz#bc98a3de60dadd7faefc403d1076d529f5e030ec"
integrity sha512-wYxSGajtmoP4WxfejAPIr4l0fVh+jeMXZb08wNc0tMg6xsfZXj3cECqIK0G7ZAqUq0PP8WlMDtaOGVBTAWztNw==
+webidl-conversions@^3.0.0:
+ version "3.0.1"
+ resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
+ integrity sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==
+
webidl-conversions@^4.0.2:
version "4.0.2"
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-4.0.2.tgz#a855980b1f0b6b359ba1d5d9fb39ae941faa63ad"
@@ -23079,21 +24657,24 @@ webidl-conversions@^6.1.0:
integrity sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w==
webpack-bundle-analyzer@^4.5.0:
- version "4.5.0"
- resolved "https://registry.yarnpkg.com/webpack-bundle-analyzer/-/webpack-bundle-analyzer-4.5.0.tgz#1b0eea2947e73528754a6f9af3e91b2b6e0f79d5"
- integrity sha512-GUMZlM3SKwS8Z+CKeIFx7CVoHn3dXFcUAjT/dcZQQmfSZGvitPfMob2ipjai7ovFFqPvTqkEZ/leL4O0YOdAYQ==
+ version "4.10.2"
+ resolved "https://registry.yarnpkg.com/webpack-bundle-analyzer/-/webpack-bundle-analyzer-4.10.2.tgz#633af2862c213730be3dbdf40456db171b60d5bd"
+ integrity sha512-vJptkMm9pk5si4Bv922ZbKLV8UTT4zib4FPgXMhgzUny0bfDDkLXAVQs3ly3fS4/TN9ROFtb0NFrm04UXFE/Vw==
dependencies:
+ "@discoveryjs/json-ext" "0.5.7"
acorn "^8.0.4"
acorn-walk "^8.0.0"
- chalk "^4.1.0"
commander "^7.2.0"
+ debounce "^1.2.1"
+ escape-string-regexp "^4.0.0"
gzip-size "^6.0.0"
- lodash "^4.17.20"
+ html-escaper "^2.0.2"
opener "^1.5.2"
- sirv "^1.0.7"
+ picocolors "^1.0.0"
+ sirv "^2.0.3"
ws "^7.3.1"
-webpack-dev-middleware@^3.7.2, webpack-dev-middleware@^3.7.3:
+webpack-dev-middleware@^3.7.2:
version "3.7.3"
resolved "https://registry.yarnpkg.com/webpack-dev-middleware/-/webpack-dev-middleware-3.7.3.tgz#0639372b143262e2b84ab95d3b91a7597061c2c5"
integrity sha512-djelc/zGiz9nZj/U7PTBi2ViorGJXEWo/3ltkPbDyxCXhhEXkW0ce99falaok4TPj+AsxLiXJR0EBOb0zh9fKQ==
@@ -23104,13 +24685,24 @@ webpack-dev-middleware@^3.7.2, webpack-dev-middleware@^3.7.3:
range-parser "^1.2.1"
webpack-log "^2.0.0"
-webpack-dev-middleware@^5.3.1:
- version "5.3.1"
- resolved "https://registry.yarnpkg.com/webpack-dev-middleware/-/webpack-dev-middleware-5.3.1.tgz#aa079a8dedd7e58bfeab358a9af7dab304cee57f"
- integrity sha512-81EujCKkyles2wphtdrnPg/QqegC/AtqNH//mQkBYSMqwFVCQrxM6ktB2O/SPlZy7LqeEfTbV3cZARGQz6umhg==
+webpack-dev-middleware@^5.3.4:
+ version "5.3.4"
+ resolved "https://registry.yarnpkg.com/webpack-dev-middleware/-/webpack-dev-middleware-5.3.4.tgz#eb7b39281cbce10e104eb2b8bf2b63fce49a3517"
+ integrity sha512-BVdTqhhs+0IfoeAf7EoH5WE+exCmqGerHfDM0IL096Px60Tq2Mn9MAbnaGUe6HiMa41KMCYF19gyzZmBcq/o4Q==
dependencies:
colorette "^2.0.10"
- memfs "^3.4.1"
+ memfs "^3.4.3"
+ mime-types "^2.1.31"
+ range-parser "^1.2.1"
+ schema-utils "^4.0.0"
+
+webpack-dev-middleware@^6.1.2:
+ version "6.1.3"
+ resolved "https://registry.yarnpkg.com/webpack-dev-middleware/-/webpack-dev-middleware-6.1.3.tgz#79f4103f8c898564c9e96c3a9c2422de50f249bc"
+ integrity sha512-A4ChP0Qj8oGociTs6UdlRUGANIGrCDL3y+pmQMc+dSsraXHCatFpmMey4mYELA+juqwUqwQsUgJJISXl1KWmiw==
+ dependencies:
+ colorette "^2.0.10"
+ memfs "^3.4.12"
mime-types "^2.1.31"
range-parser "^1.2.1"
schema-utils "^4.0.0"
@@ -23154,56 +24746,50 @@ webpack-dev-server@3.11.1:
ws "^6.2.1"
yargs "^13.3.2"
-webpack-dev-server@^4.7.4:
- version "4.7.4"
- resolved "https://registry.yarnpkg.com/webpack-dev-server/-/webpack-dev-server-4.7.4.tgz#d0ef7da78224578384e795ac228d8efb63d5f945"
- integrity sha512-nfdsb02Zi2qzkNmgtZjkrMOcXnYZ6FLKcQwpxT7MvmHKc+oTtDsBju8j+NMyAygZ9GW1jMEUpy3itHtqgEhe1A==
+webpack-dev-server@^4.6.0, webpack-dev-server@^4.9.3:
+ version "4.15.2"
+ resolved "https://registry.yarnpkg.com/webpack-dev-server/-/webpack-dev-server-4.15.2.tgz#9e0c70a42a012560860adb186986da1248333173"
+ integrity sha512-0XavAZbNJ5sDrCbkpWL8mia0o5WPOd2YGtxrEiZkBK9FjLppIUK2TgxK6qGD2P3hUXTJNNPVibrerKcx5WkR1g==
dependencies:
"@types/bonjour" "^3.5.9"
"@types/connect-history-api-fallback" "^1.3.5"
"@types/express" "^4.17.13"
"@types/serve-index" "^1.9.1"
+ "@types/serve-static" "^1.13.10"
"@types/sockjs" "^0.3.33"
- "@types/ws" "^8.2.2"
+ "@types/ws" "^8.5.5"
ansi-html-community "^0.0.8"
- bonjour "^3.5.0"
+ bonjour-service "^1.0.11"
chokidar "^3.5.3"
colorette "^2.0.10"
compression "^1.7.4"
- connect-history-api-fallback "^1.6.0"
+ connect-history-api-fallback "^2.0.0"
default-gateway "^6.0.3"
- del "^6.0.0"
- express "^4.17.1"
+ express "^4.17.3"
graceful-fs "^4.2.6"
html-entities "^2.3.2"
- http-proxy-middleware "^2.0.0"
+ http-proxy-middleware "^2.0.3"
ipaddr.js "^2.0.1"
+ launch-editor "^2.6.0"
open "^8.0.9"
p-retry "^4.5.0"
- portfinder "^1.0.28"
+ rimraf "^3.0.2"
schema-utils "^4.0.0"
- selfsigned "^2.0.0"
+ selfsigned "^2.1.1"
serve-index "^1.9.1"
- sockjs "^0.3.21"
+ sockjs "^0.3.24"
spdy "^4.0.2"
- strip-ansi "^7.0.0"
- webpack-dev-middleware "^5.3.1"
- ws "^8.4.2"
-
-webpack-filter-warnings-plugin@^1.2.1:
- version "1.2.1"
- resolved "https://registry.yarnpkg.com/webpack-filter-warnings-plugin/-/webpack-filter-warnings-plugin-1.2.1.tgz#dc61521cf4f9b4a336fbc89108a75ae1da951cdb"
- integrity sha512-Ez6ytc9IseDMLPo0qCuNNYzgtUl8NovOqjIq4uAU8LTD4uoa1w1KpZyyzFtLTEMZpkkOkLfL9eN+KGYdk1Qtwg==
+ webpack-dev-middleware "^5.3.4"
+ ws "^8.13.0"
-webpack-hot-middleware@^2.25.0:
- version "2.25.0"
- resolved "https://registry.yarnpkg.com/webpack-hot-middleware/-/webpack-hot-middleware-2.25.0.tgz#4528a0a63ec37f8f8ef565cf9e534d57d09fe706"
- integrity sha512-xs5dPOrGPCzuRXNi8F6rwhawWvQQkeli5Ro48PRuQh8pYPCPmNnltP9itiUPT4xI8oW+y0m59lyyeQk54s5VgA==
+webpack-hot-middleware@^2.25.1:
+ version "2.26.1"
+ resolved "https://registry.yarnpkg.com/webpack-hot-middleware/-/webpack-hot-middleware-2.26.1.tgz#87214f1e3f9f3acab9271fef9e6ed7b637d719c0"
+ integrity sha512-khZGfAeJx6I8K9zKohEWWYN6KDlVw2DHownoe+6Vtwj1LP9WFgegXnVMSkZ/dBEBtXFwrkkydsaPFlB7f8wU2A==
dependencies:
- ansi-html "0.0.7"
- html-entities "^1.2.0"
- querystring "^0.2.0"
- strip-ansi "^3.0.0"
+ ansi-html-community "0.0.8"
+ html-entities "^2.1.0"
+ strip-ansi "^6.0.0"
webpack-log@^2.0.0:
version "2.0.0"
@@ -23223,12 +24809,21 @@ webpack-manifest-plugin@2.2.0:
object.entries "^1.1.0"
tapable "^1.0.0"
+webpack-manifest-plugin@^4.0.2:
+ version "4.1.1"
+ resolved "https://registry.yarnpkg.com/webpack-manifest-plugin/-/webpack-manifest-plugin-4.1.1.tgz#10f8dbf4714ff93a215d5a45bcc416d80506f94f"
+ integrity sha512-YXUAwxtfKIJIKkhg03MKuiFAD72PlrqCiwdwO4VEXdRO5V0ORCNwaOwAZawPZalCbmH9kBDmXnNeQOw+BIEiow==
+ dependencies:
+ tapable "^2.0.0"
+ webpack-sources "^2.2.0"
+
webpack-merge@^5.8.0:
- version "5.8.0"
- resolved "https://registry.yarnpkg.com/webpack-merge/-/webpack-merge-5.8.0.tgz#2b39dbf22af87776ad744c390223731d30a68f61"
- integrity sha512-/SaI7xY0831XwP6kzuwhKWVKDP9t1QY1h65lAFLbZqMPIuYcD9QAW4u9STIbU9kaJbPBB/geU/gLr1wDjOhQ+Q==
+ version "5.10.0"
+ resolved "https://registry.yarnpkg.com/webpack-merge/-/webpack-merge-5.10.0.tgz#a3ad5d773241e9c682803abf628d4cd62b8a4177"
+ integrity sha512-+4zXKdx7UnO+1jaN4l2lHVD+mFvnlZQP/6ljaJVb4SZiwIKeUnrT5l0gkT8z+n4hKpC+jpOv6O9R+gLtag7pSA==
dependencies:
clone-deep "^4.0.1"
+ flat "^5.0.2"
wildcard "^2.0.0"
webpack-sources@^1.1.0, webpack-sources@^1.3.0, webpack-sources@^1.4.0, webpack-sources@^1.4.1, webpack-sources@^1.4.3:
@@ -23247,46 +24842,20 @@ webpack-sources@^2.2.0:
source-list-map "^2.0.1"
source-map "^0.6.1"
-webpack-sources@^3.2.3:
+webpack-sources@^3.2.2, webpack-sources@^3.2.3:
version "3.2.3"
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.3.tgz#2d4daab8451fd4b240cc27055ff6a0c2ccea0cde"
integrity sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==
-webpack-virtual-modules@^0.2.2:
- version "0.2.2"
- resolved "https://registry.yarnpkg.com/webpack-virtual-modules/-/webpack-virtual-modules-0.2.2.tgz#20863dc3cb6bb2104729fff951fbe14b18bd0299"
- integrity sha512-kDUmfm3BZrei0y+1NTHJInejzxfhtU8eDj2M7OKb2IWrPFAeO1SOH2KuQ68MSZu9IGEHcxbkKKR1v18FrUSOmA==
- dependencies:
- debug "^3.0.0"
+webpack-virtual-modules@^0.5.0:
+ version "0.5.0"
+ resolved "https://registry.yarnpkg.com/webpack-virtual-modules/-/webpack-virtual-modules-0.5.0.tgz#362f14738a56dae107937ab98ea7062e8bdd3b6c"
+ integrity sha512-kyDivFZ7ZM0BVOUteVbDFhlRt7Ah/CSPwJdi8hBpkK7QLumUqdLtVfm/PX/hkcnrvr0i77fO5+TjZ94Pe+C9iw==
-webpack@4:
- version "4.46.0"
- resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.46.0.tgz#bf9b4404ea20a073605e0a011d188d77cb6ad542"
- integrity sha512-6jJuJjg8znb/xRItk7bkT0+Q7AHCYjjFnvKIWQPkNIOyRqoCGvkOs0ipeQzrqz4l5FtN5ZI/ukEHroeX/o1/5Q==
- dependencies:
- "@webassemblyjs/ast" "1.9.0"
- "@webassemblyjs/helper-module-context" "1.9.0"
- "@webassemblyjs/wasm-edit" "1.9.0"
- "@webassemblyjs/wasm-parser" "1.9.0"
- acorn "^6.4.1"
- ajv "^6.10.2"
- ajv-keywords "^3.4.1"
- chrome-trace-event "^1.0.2"
- enhanced-resolve "^4.5.0"
- eslint-scope "^4.0.3"
- json-parse-better-errors "^1.0.2"
- loader-runner "^2.4.0"
- loader-utils "^1.2.3"
- memory-fs "^0.4.1"
- micromatch "^3.1.10"
- mkdirp "^0.5.3"
- neo-async "^2.6.1"
- node-libs-browser "^2.2.1"
- schema-utils "^1.0.0"
- tapable "^1.1.3"
- terser-webpack-plugin "^1.4.3"
- watchpack "^1.7.4"
- webpack-sources "^1.4.1"
+webpack-virtual-modules@^0.6.1:
+ version "0.6.1"
+ resolved "https://registry.yarnpkg.com/webpack-virtual-modules/-/webpack-virtual-modules-0.6.1.tgz#ac6fdb9c5adb8caecd82ec241c9631b7a3681b6f"
+ integrity sha512-poXpCylU7ExuvZK8z+On3kX+S8o/2dQ/SVYueKA0D4WEMXROXgY8Ez50/bQEUmvoSMMrWcrJqCHuhAbsiwg7Dg==
webpack@4.44.2:
version "4.44.2"
@@ -23317,34 +24886,34 @@ webpack@4.44.2:
watchpack "^1.7.4"
webpack-sources "^1.4.1"
-webpack@^5.41.1, webpack@^5.69.1:
- version "5.69.1"
- resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.69.1.tgz#8cfd92c192c6a52c99ab00529b5a0d33aa848dc5"
- integrity sha512-+VyvOSJXZMT2V5vLzOnDuMz5GxEqLk7hKWQ56YxPW/PQRUuKimPqmEIJOx8jHYeyo65pKbapbW464mvsKbaj4A==
+webpack@5, webpack@^5.41.1, webpack@^5.64.4, webpack@^5.73.0:
+ version "5.91.0"
+ resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.91.0.tgz#ffa92c1c618d18c878f06892bbdc3373c71a01d9"
+ integrity sha512-rzVwlLeBWHJbmgTC/8TvAcu5vpJNII+MelQpylD4jNERPwpBJOE2lEcko1zJX3QJeLjTTAnQxn/OJ8bjDzVQaw==
dependencies:
"@types/eslint-scope" "^3.7.3"
- "@types/estree" "^0.0.51"
- "@webassemblyjs/ast" "1.11.1"
- "@webassemblyjs/wasm-edit" "1.11.1"
- "@webassemblyjs/wasm-parser" "1.11.1"
- acorn "^8.4.1"
- acorn-import-assertions "^1.7.6"
- browserslist "^4.14.5"
+ "@types/estree" "^1.0.5"
+ "@webassemblyjs/ast" "^1.12.1"
+ "@webassemblyjs/wasm-edit" "^1.12.1"
+ "@webassemblyjs/wasm-parser" "^1.12.1"
+ acorn "^8.7.1"
+ acorn-import-assertions "^1.9.0"
+ browserslist "^4.21.10"
chrome-trace-event "^1.0.2"
- enhanced-resolve "^5.8.3"
- es-module-lexer "^0.9.0"
+ enhanced-resolve "^5.16.0"
+ es-module-lexer "^1.2.1"
eslint-scope "5.1.1"
events "^3.2.0"
glob-to-regexp "^0.4.1"
- graceful-fs "^4.2.9"
- json-parse-better-errors "^1.0.2"
+ graceful-fs "^4.2.11"
+ json-parse-even-better-errors "^2.3.1"
loader-runner "^4.2.0"
mime-types "^2.1.27"
neo-async "^2.6.2"
- schema-utils "^3.1.0"
+ schema-utils "^3.2.0"
tapable "^2.1.1"
- terser-webpack-plugin "^5.1.3"
- watchpack "^2.3.1"
+ terser-webpack-plugin "^5.3.10"
+ watchpack "^2.4.1"
webpack-sources "^3.2.3"
webpackbar@^5.0.2:
@@ -23378,16 +24947,24 @@ whatwg-encoding@^1.0.5:
dependencies:
iconv-lite "0.4.24"
-whatwg-fetch@^3.4.1:
- version "3.5.0"
- resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-3.5.0.tgz#605a2cd0a7146e5db141e29d1c62ab84c0c4c868"
- integrity sha512-jXkLtsR42xhXg7akoDKvKWE40eJeI+2KZqcp2h3NsOrRnDvtWX36KcKl30dy+hxECivdk2BVUHVNrPtoMBUx6A==
+whatwg-fetch@^3.4.1, whatwg-fetch@^3.6.2:
+ version "3.6.20"
+ resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-3.6.20.tgz#580ce6d791facec91d37c72890995a0b48d31c70"
+ integrity sha512-EqhiFU6daOA8kpjOWTL0olhVOF3i7OrFzSYiGsEMB8GcXS+RrzauAERX65xMeNWVqxA6HXH2m69Z9LaKKdisfg==
whatwg-mimetype@^2.3.0:
version "2.3.0"
resolved "https://registry.yarnpkg.com/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz#3d4b1e0312d2079879f826aff18dbeeca5960fbf"
integrity sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==
+whatwg-url@^5.0.0:
+ version "5.0.0"
+ resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
+ integrity sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==
+ dependencies:
+ tr46 "~0.0.3"
+ webidl-conversions "^3.0.0"
+
whatwg-url@^7.0.0:
version "7.1.0"
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-7.1.0.tgz#c2c492f1eca612988efd3d2266be1b9fc6170d06"
@@ -23417,22 +24994,49 @@ which-boxed-primitive@^1.0.2:
is-string "^1.0.5"
is-symbol "^1.0.3"
+which-builtin-type@^1.1.3:
+ version "1.1.3"
+ resolved "https://registry.yarnpkg.com/which-builtin-type/-/which-builtin-type-1.1.3.tgz#b1b8443707cc58b6e9bf98d32110ff0c2cbd029b"
+ integrity sha512-YmjsSMDBYsM1CaFiayOVT06+KJeXf0o5M/CAd4o1lTadFAtacTUM49zoYxr/oroopFDfhvN6iEcBxUyc3gvKmw==
+ dependencies:
+ function.prototype.name "^1.1.5"
+ has-tostringtag "^1.0.0"
+ is-async-function "^2.0.0"
+ is-date-object "^1.0.5"
+ is-finalizationregistry "^1.0.2"
+ is-generator-function "^1.0.10"
+ is-regex "^1.1.4"
+ is-weakref "^1.0.2"
+ isarray "^2.0.5"
+ which-boxed-primitive "^1.0.2"
+ which-collection "^1.0.1"
+ which-typed-array "^1.1.9"
+
+which-collection@^1.0.1:
+ version "1.0.2"
+ resolved "https://registry.yarnpkg.com/which-collection/-/which-collection-1.0.2.tgz#627ef76243920a107e7ce8e96191debe4b16c2a0"
+ integrity sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==
+ dependencies:
+ is-map "^2.0.3"
+ is-set "^2.0.3"
+ is-weakmap "^2.0.2"
+ is-weakset "^2.0.3"
+
which-module@^2.0.0:
- version "2.0.0"
- resolved "https://registry.yarnpkg.com/which-module/-/which-module-2.0.0.tgz#d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a"
- integrity sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=
+ version "2.0.1"
+ resolved "https://registry.yarnpkg.com/which-module/-/which-module-2.0.1.tgz#776b1fe35d90aebe99e8ac15eb24093389a4a409"
+ integrity sha512-iBdZ57RDvnOR9AGBhML2vFZf7h8vmBjhoaZqODJBFWHVtKkDmKuHai3cx5PgVMrX5YDNp27AofYbAwctSS+vhQ==
-which-typed-array@^1.1.9:
- version "1.1.9"
- resolved "https://registry.yarnpkg.com/which-typed-array/-/which-typed-array-1.1.9.tgz#307cf898025848cf995e795e8423c7f337efbde6"
- integrity sha512-w9c4xkx6mPidwp7180ckYWfMmvxpjlZuIudNtDf4N/tTAUB8VJbX25qZoAsrtGuYNnGw3pa0AXgbGKRB8/EceA==
+which-typed-array@^1.1.13, which-typed-array@^1.1.14, which-typed-array@^1.1.15, which-typed-array@^1.1.2, which-typed-array@^1.1.9:
+ version "1.1.15"
+ resolved "https://registry.yarnpkg.com/which-typed-array/-/which-typed-array-1.1.15.tgz#264859e9b11a649b388bfaaf4f767df1f779b38d"
+ integrity sha512-oV0jmFtUky6CXfkqehVvBP/LSWJ2sy4vWMioiENyJLePrBO/yKyV9OyJySfAKosh+RYkIl5zJCNZ8/4JncrpdA==
dependencies:
- available-typed-arrays "^1.0.5"
- call-bind "^1.0.2"
+ available-typed-arrays "^1.0.7"
+ call-bind "^1.0.7"
for-each "^0.3.3"
gopd "^1.0.1"
- has-tostringtag "^1.0.0"
- is-typed-array "^1.1.10"
+ has-tostringtag "^1.0.2"
which@^1.2.9, which@^1.3.1:
version "1.3.1"
@@ -23448,13 +25052,6 @@ which@^2.0.1, which@^2.0.2:
dependencies:
isexe "^2.0.0"
-wide-align@^1.1.0:
- version "1.1.3"
- resolved "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.3.tgz#ae074e6bdc0c14a431e804e624549c633b000457"
- integrity sha512-QGkOQc8XL6Bt5PwnsExKBPuMKBxnGxWWW3fU55Xt4feHozMUhdUMaBCk290qpm/wG5u/RSKzwdAC4i51YigihA==
- dependencies:
- string-width "^1.0.2 || 2"
-
widest-line@^2.0.0:
version "2.0.1"
resolved "https://registry.yarnpkg.com/widest-line/-/widest-line-2.0.1.tgz#7438764730ec7ef4381ce4df82fb98a53142a3fc"
@@ -23477,19 +25074,19 @@ widest-line@^4.0.1:
string-width "^5.0.1"
wildcard@^2.0.0:
- version "2.0.0"
- resolved "https://registry.yarnpkg.com/wildcard/-/wildcard-2.0.0.tgz#a77d20e5200c6faaac979e4b3aadc7b3dd7f8fec"
- integrity sha512-JcKqAHLPxcdb9KM49dufGXn2x3ssnfjbcaQdLlfZsL9rH9wgDQjUtDxbo8NE0F6SFvydeu1VhZe7hZuHsB2/pw==
+ version "2.0.1"
+ resolved "https://registry.yarnpkg.com/wildcard/-/wildcard-2.0.1.tgz#5ab10d02487198954836b6349f74fff961e10f67"
+ integrity sha512-CC1bOL87PIWSBhDcTrdeLo6eGT7mCFtrg0uIJtqJUFyK+eJnzl8A1niH56uu7KMa5XFrtiV+AQuHO3n7DsHnLQ==
-word-wrap@^1.2.3, word-wrap@~1.2.3:
- version "1.2.3"
- resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.3.tgz#610636f6b1f703891bd34771ccb17fb93b47079c"
- integrity sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==
+word-wrap@^1.2.5, word-wrap@~1.2.3:
+ version "1.2.5"
+ resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.5.tgz#d2c45c6dd4fbce621a66f136cbe328afd0410b34"
+ integrity sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==
wordwrap@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb"
- integrity sha1-J1hIEIkUVqQXHI0CJkQa3pDLyus=
+ integrity sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==
wordwrapjs@^3.0.0:
version "3.0.0"
@@ -23499,13 +25096,13 @@ wordwrapjs@^3.0.0:
reduce-flatten "^1.0.1"
typical "^2.6.1"
-workbox-background-sync@6.3.0:
- version "6.3.0"
- resolved "https://registry.yarnpkg.com/workbox-background-sync/-/workbox-background-sync-6.3.0.tgz#d661296b4662e40a7589f0308affc2c9096da001"
- integrity sha512-79Wznt6oO8xMmLiErRS4zENUEldFHj1/5IiuHsY3NgGRN5rJdvGW6hz+RERhWzoB7rd/vXyAQdKYahGdsiYG1A==
+workbox-background-sync@6.6.1:
+ version "6.6.1"
+ resolved "https://registry.yarnpkg.com/workbox-background-sync/-/workbox-background-sync-6.6.1.tgz#08d603a33717ce663e718c30cc336f74909aff2f"
+ integrity sha512-trJd3ovpWCvzu4sW0E8rV3FUyIcC0W8G+AZ+VcqzzA890AsWZlUGOTSxIMmIHVusUw/FDq1HFWfy/kC/WTRqSg==
dependencies:
- idb "^6.0.0"
- workbox-core "6.3.0"
+ idb "^7.0.1"
+ workbox-core "6.6.1"
workbox-background-sync@^5.1.4:
version "5.1.4"
@@ -23514,12 +25111,12 @@ workbox-background-sync@^5.1.4:
dependencies:
workbox-core "^5.1.4"
-workbox-broadcast-update@6.3.0:
- version "6.3.0"
- resolved "https://registry.yarnpkg.com/workbox-broadcast-update/-/workbox-broadcast-update-6.3.0.tgz#9dd87bb0642c892f8f88dcc9b32d48804fdc198f"
- integrity sha512-hp7Du6GJzK99wak5cQFhcSBxvcS+2fkFcxiMmz/RsQ5GQNxVcbiovq74w5aNCzuv3muQvICyC1XELZhZ4GYRTQ==
+workbox-broadcast-update@6.6.1:
+ version "6.6.1"
+ resolved "https://registry.yarnpkg.com/workbox-broadcast-update/-/workbox-broadcast-update-6.6.1.tgz#0fad9454cf8e4ace0c293e5617c64c75d8a8c61e"
+ integrity sha512-fBhffRdaANdeQ1V8s692R9l/gzvjjRtydBOvR6WCSB0BNE2BacA29Z4r9/RHd9KaXCPl6JTdI9q0bR25YKP8TQ==
dependencies:
- workbox-core "6.3.0"
+ workbox-core "6.6.1"
workbox-broadcast-update@^5.1.4:
version "5.1.4"
@@ -23528,6 +25125,49 @@ workbox-broadcast-update@^5.1.4:
dependencies:
workbox-core "^5.1.4"
+workbox-build@6.6.1, workbox-build@^6.1.5:
+ version "6.6.1"
+ resolved "https://registry.yarnpkg.com/workbox-build/-/workbox-build-6.6.1.tgz#6010e9ce550910156761448f2dbea8cfcf759cb0"
+ integrity sha512-INPgDx6aRycAugUixbKgiEQBWD0MPZqU5r0jyr24CehvNuLPSXp/wGOpdRJmts656lNiXwqV7dC2nzyrzWEDnw==
+ dependencies:
+ "@apideck/better-ajv-errors" "^0.3.1"
+ "@babel/core" "^7.11.1"
+ "@babel/preset-env" "^7.11.0"
+ "@babel/runtime" "^7.11.2"
+ "@rollup/plugin-babel" "^5.2.0"
+ "@rollup/plugin-node-resolve" "^11.2.1"
+ "@rollup/plugin-replace" "^2.4.1"
+ "@surma/rollup-plugin-off-main-thread" "^2.2.3"
+ ajv "^8.6.0"
+ common-tags "^1.8.0"
+ fast-json-stable-stringify "^2.1.0"
+ fs-extra "^9.0.1"
+ glob "^7.1.6"
+ lodash "^4.17.20"
+ pretty-bytes "^5.3.0"
+ rollup "^2.43.1"
+ rollup-plugin-terser "^7.0.0"
+ source-map "^0.8.0-beta.0"
+ stringify-object "^3.3.0"
+ strip-comments "^2.0.1"
+ tempy "^0.6.0"
+ upath "^1.2.0"
+ workbox-background-sync "6.6.1"
+ workbox-broadcast-update "6.6.1"
+ workbox-cacheable-response "6.6.1"
+ workbox-core "6.6.1"
+ workbox-expiration "6.6.1"
+ workbox-google-analytics "6.6.1"
+ workbox-navigation-preload "6.6.1"
+ workbox-precaching "6.6.1"
+ workbox-range-requests "6.6.1"
+ workbox-recipes "6.6.1"
+ workbox-routing "6.6.1"
+ workbox-strategies "6.6.1"
+ workbox-streams "6.6.1"
+ workbox-sw "6.6.1"
+ workbox-window "6.6.1"
+
workbox-build@^5.1.4:
version "5.1.4"
resolved "https://registry.yarnpkg.com/workbox-build/-/workbox-build-5.1.4.tgz#23d17ed5c32060c363030c8823b39d0eabf4c8c7"
@@ -23570,56 +25210,12 @@ workbox-build@^5.1.4:
workbox-sw "^5.1.4"
workbox-window "^5.1.4"
-workbox-build@^6.1.5:
- version "6.3.0"
- resolved "https://registry.yarnpkg.com/workbox-build/-/workbox-build-6.3.0.tgz#124f456f1952942bcfd984f168d1fb0bc68d7105"
- integrity sha512-Th93AaC+88ZvJje0acTjCCCvU3tGenxJht5xUALXHW+Mzk3I5SMzTFwKn5F3e1iZ+M7U2jjfpMXe/sJ4UMx46A==
- dependencies:
- "@apideck/better-ajv-errors" "^0.2.4"
- "@babel/core" "^7.11.1"
- "@babel/preset-env" "^7.11.0"
- "@babel/runtime" "^7.11.2"
- "@rollup/plugin-babel" "^5.2.0"
- "@rollup/plugin-node-resolve" "^11.2.1"
- "@rollup/plugin-replace" "^2.4.1"
- "@surma/rollup-plugin-off-main-thread" "^1.4.1"
- ajv "^8.6.0"
- common-tags "^1.8.0"
- fast-json-stable-stringify "^2.1.0"
- fs-extra "^9.0.1"
- glob "^7.1.6"
- lodash "^4.17.20"
- pretty-bytes "^5.3.0"
- rollup "^2.43.1"
- rollup-plugin-terser "^7.0.0"
- source-map "^0.8.0-beta.0"
- source-map-url "^0.4.0"
- stringify-object "^3.3.0"
- strip-comments "^2.0.1"
- tempy "^0.6.0"
- upath "^1.2.0"
- workbox-background-sync "6.3.0"
- workbox-broadcast-update "6.3.0"
- workbox-cacheable-response "6.3.0"
- workbox-core "6.3.0"
- workbox-expiration "6.3.0"
- workbox-google-analytics "6.3.0"
- workbox-navigation-preload "6.3.0"
- workbox-precaching "6.3.0"
- workbox-range-requests "6.3.0"
- workbox-recipes "6.3.0"
- workbox-routing "6.3.0"
- workbox-strategies "6.3.0"
- workbox-streams "6.3.0"
- workbox-sw "6.3.0"
- workbox-window "6.3.0"
-
-workbox-cacheable-response@6.3.0:
- version "6.3.0"
- resolved "https://registry.yarnpkg.com/workbox-cacheable-response/-/workbox-cacheable-response-6.3.0.tgz#9900980035ab8f70f2582711299d3c0ce09d9419"
- integrity sha512-oYCRGF6PFEmJJkktdxYw/tcrU8N5u/2ihxVSHd+9sNqjNMDiXLqsewcEG544f1yx7gq5/u6VcvUA5N62KzN1GQ==
+workbox-cacheable-response@6.6.1:
+ version "6.6.1"
+ resolved "https://registry.yarnpkg.com/workbox-cacheable-response/-/workbox-cacheable-response-6.6.1.tgz#284c2b86be3f4fd191970ace8c8e99797bcf58e9"
+ integrity sha512-85LY4veT2CnTCDxaVG7ft3NKaFbH6i4urZXgLiU4AiwvKqS2ChL6/eILiGRYXfZ6gAwDnh5RkuDbr/GMS4KSag==
dependencies:
- workbox-core "6.3.0"
+ workbox-core "6.6.1"
workbox-cacheable-response@^5.1.4:
version "5.1.4"
@@ -23628,23 +25224,23 @@ workbox-cacheable-response@^5.1.4:
dependencies:
workbox-core "^5.1.4"
-workbox-core@6.3.0, workbox-core@^6.1.5:
- version "6.3.0"
- resolved "https://registry.yarnpkg.com/workbox-core/-/workbox-core-6.3.0.tgz#a7d82bae6f623f342e04028a0a2cef39af71af55"
- integrity sha512-SufToEV3SOLwwz3j+P4pgkfpzLRUlR17sX3p/LrMHP/brYKvJQqjTwtSvaCkkAX0RPHX2TFHmN8xhPP1bpmomg==
+workbox-core@6.6.1, workbox-core@^6.1.5:
+ version "6.6.1"
+ resolved "https://registry.yarnpkg.com/workbox-core/-/workbox-core-6.6.1.tgz#7184776d4134c5ed2f086878c882728fc9084265"
+ integrity sha512-ZrGBXjjaJLqzVothoE12qTbVnOAjFrHDXpZe7coCb6q65qI/59rDLwuFMO4PcZ7jcbxY+0+NhUVztzR/CbjEFw==
workbox-core@^5.1.4:
version "5.1.4"
resolved "https://registry.yarnpkg.com/workbox-core/-/workbox-core-5.1.4.tgz#8bbfb2362ecdff30e25d123c82c79ac65d9264f4"
integrity sha512-+4iRQan/1D8I81nR2L5vcbaaFskZC2CL17TLbvWVzQ4qiF/ytOGF6XeV54pVxAvKUtkLANhk8TyIUMtiMw2oDg==
-workbox-expiration@6.3.0:
- version "6.3.0"
- resolved "https://registry.yarnpkg.com/workbox-expiration/-/workbox-expiration-6.3.0.tgz#1d36c456f9282c39cda6b59a32b99732da7c3535"
- integrity sha512-teYuYfM3HFbwAD/nlZDw/dCMOrCKjsAiMRhz0uOy9IkfBb7vBynO3xf118lY62X6BfqjZdeahiHh10N0/aYICg==
+workbox-expiration@6.6.1:
+ version "6.6.1"
+ resolved "https://registry.yarnpkg.com/workbox-expiration/-/workbox-expiration-6.6.1.tgz#a841fa36676104426dbfb9da1ef6a630b4f93739"
+ integrity sha512-qFiNeeINndiOxaCrd2DeL1Xh1RFug3JonzjxUHc5WkvkD2u5abY3gZL1xSUNt3vZKsFFGGORItSjVTVnWAZO4A==
dependencies:
- idb "^6.0.0"
- workbox-core "6.3.0"
+ idb "^7.0.1"
+ workbox-core "6.6.1"
workbox-expiration@^5.1.4:
version "5.1.4"
@@ -23653,15 +25249,15 @@ workbox-expiration@^5.1.4:
dependencies:
workbox-core "^5.1.4"
-workbox-google-analytics@6.3.0:
- version "6.3.0"
- resolved "https://registry.yarnpkg.com/workbox-google-analytics/-/workbox-google-analytics-6.3.0.tgz#76eb44010d9059915b49fdded927429757907c29"
- integrity sha512-6u0y21rtimnrCKpvayTkwh9y4Y5Xdn6X87x895WzwcOcWA2j/Nl7nmCpB0wjjhqU9pMj7B2lChqfypP+xUs5IA==
+workbox-google-analytics@6.6.1:
+ version "6.6.1"
+ resolved "https://registry.yarnpkg.com/workbox-google-analytics/-/workbox-google-analytics-6.6.1.tgz#a07a6655ab33d89d1b0b0a935ffa5dea88618c5d"
+ integrity sha512-1TjSvbFSLmkpqLcBsF7FuGqqeDsf+uAXO/pjiINQKg3b1GN0nBngnxLcXDYo1n/XxK4N7RaRrpRlkwjY/3ocuA==
dependencies:
- workbox-background-sync "6.3.0"
- workbox-core "6.3.0"
- workbox-routing "6.3.0"
- workbox-strategies "6.3.0"
+ workbox-background-sync "6.6.1"
+ workbox-core "6.6.1"
+ workbox-routing "6.6.1"
+ workbox-strategies "6.6.1"
workbox-google-analytics@^5.1.4:
version "5.1.4"
@@ -23673,12 +25269,12 @@ workbox-google-analytics@^5.1.4:
workbox-routing "^5.1.4"
workbox-strategies "^5.1.4"
-workbox-navigation-preload@6.3.0:
- version "6.3.0"
- resolved "https://registry.yarnpkg.com/workbox-navigation-preload/-/workbox-navigation-preload-6.3.0.tgz#a2ae618a53e4941ec09146b94bb9947ac0bca2ff"
- integrity sha512-D7bomh9SCn1u6n32FqAWfyHe2dkK6mWbwcTsoeBnFSD0p8Gr9Zq1Mpt/DitEfGIQHck90Zd024xcTFLkjczS/Q==
+workbox-navigation-preload@6.6.1:
+ version "6.6.1"
+ resolved "https://registry.yarnpkg.com/workbox-navigation-preload/-/workbox-navigation-preload-6.6.1.tgz#61a34fe125558dd88cf09237f11bd966504ea059"
+ integrity sha512-DQCZowCecO+wRoIxJI2V6bXWK6/53ff+hEXLGlQL4Rp9ZaPDLrgV/32nxwWIP7QpWDkVEtllTAK5h6cnhxNxDA==
dependencies:
- workbox-core "6.3.0"
+ workbox-core "6.6.1"
workbox-navigation-preload@^5.1.4:
version "5.1.4"
@@ -23687,14 +25283,14 @@ workbox-navigation-preload@^5.1.4:
dependencies:
workbox-core "^5.1.4"
-workbox-precaching@6.3.0, workbox-precaching@^6.1.5:
- version "6.3.0"
- resolved "https://registry.yarnpkg.com/workbox-precaching/-/workbox-precaching-6.3.0.tgz#5dc34161ef03ef3cc23af6d78f0b1583f3d180d0"
- integrity sha512-bND3rUxiuzFmDfeKywdvOqK0LQ5LLbOPk0eX22PlMQNOOduHRxzglMpgHo/MR6h+8cPJ3GpxT8hZ895/7bHMqQ==
+workbox-precaching@6.6.1, workbox-precaching@^6.1.5:
+ version "6.6.1"
+ resolved "https://registry.yarnpkg.com/workbox-precaching/-/workbox-precaching-6.6.1.tgz#dedeeba10a2d163d990bf99f1c2066ac0d1a19e2"
+ integrity sha512-K4znSJ7IKxCnCYEdhNkMr7X1kNh8cz+mFgx9v5jFdz1MfI84pq8C2zG+oAoeE5kFrUf7YkT5x4uLWBNg0DVZ5A==
dependencies:
- workbox-core "6.3.0"
- workbox-routing "6.3.0"
- workbox-strategies "6.3.0"
+ workbox-core "6.6.1"
+ workbox-routing "6.6.1"
+ workbox-strategies "6.6.1"
workbox-precaching@^5.1.4:
version "5.1.4"
@@ -23703,12 +25299,12 @@ workbox-precaching@^5.1.4:
dependencies:
workbox-core "^5.1.4"
-workbox-range-requests@6.3.0:
- version "6.3.0"
- resolved "https://registry.yarnpkg.com/workbox-range-requests/-/workbox-range-requests-6.3.0.tgz#3202e8af6c8832db7788d482ab1d8db3d5b62fe7"
- integrity sha512-AHnGtfSvc/fBt+8NCVT6jVcshv7oFkiuS94YsedQu2sIN1jKHkxLaj7qMBl818FoY6x7r0jw1WLmG/QDmI1/oA==
+workbox-range-requests@6.6.1:
+ version "6.6.1"
+ resolved "https://registry.yarnpkg.com/workbox-range-requests/-/workbox-range-requests-6.6.1.tgz#ddaf7e73af11d362fbb2f136a9063a4c7f507a39"
+ integrity sha512-4BDzk28govqzg2ZpX0IFkthdRmCKgAKreontYRC5YsAPB2jDtPNxqx3WtTXgHw1NZalXpcH/E4LqUa9+2xbv1g==
dependencies:
- workbox-core "6.3.0"
+ workbox-core "6.6.1"
workbox-range-requests@^5.1.4:
version "5.1.4"
@@ -23717,24 +25313,24 @@ workbox-range-requests@^5.1.4:
dependencies:
workbox-core "^5.1.4"
-workbox-recipes@6.3.0:
- version "6.3.0"
- resolved "https://registry.yarnpkg.com/workbox-recipes/-/workbox-recipes-6.3.0.tgz#16926f0ff3bc07ddef30bc19a68bacc339d023a3"
- integrity sha512-f0AZyxd48E4t+PV+ifgIf8WodfJqRj8/E0t+PwppDIdTPyD59cIh0HZBtgPKFdIMVnltodpMz4zioxym1H3GjQ==
+workbox-recipes@6.6.1:
+ version "6.6.1"
+ resolved "https://registry.yarnpkg.com/workbox-recipes/-/workbox-recipes-6.6.1.tgz#ea70d2b2b0b0bce8de0a9d94f274d4a688e69fae"
+ integrity sha512-/oy8vCSzromXokDA+X+VgpeZJvtuf8SkQ8KL0xmRivMgJZrjwM3c2tpKTJn6PZA6TsbxGs3Sc7KwMoZVamcV2g==
dependencies:
- workbox-cacheable-response "6.3.0"
- workbox-core "6.3.0"
- workbox-expiration "6.3.0"
- workbox-precaching "6.3.0"
- workbox-routing "6.3.0"
- workbox-strategies "6.3.0"
+ workbox-cacheable-response "6.6.1"
+ workbox-core "6.6.1"
+ workbox-expiration "6.6.1"
+ workbox-precaching "6.6.1"
+ workbox-routing "6.6.1"
+ workbox-strategies "6.6.1"
-workbox-routing@6.3.0, workbox-routing@^6.1.5:
- version "6.3.0"
- resolved "https://registry.yarnpkg.com/workbox-routing/-/workbox-routing-6.3.0.tgz#d21d39883baf66594fd8365af5c72aff44fc98b5"
- integrity sha512-asajX5UPkaoU4PB9pEpxKWKkcpA+KJQUEeYU6NlK0rXTCpdWQ6iieMRDoBTZBjTzUdL3j3s1Zo2qCOSvtXSYGg==
+workbox-routing@6.6.1, workbox-routing@^6.1.5:
+ version "6.6.1"
+ resolved "https://registry.yarnpkg.com/workbox-routing/-/workbox-routing-6.6.1.tgz#cba9a1c7e0d1ea11e24b6f8c518840efdc94f581"
+ integrity sha512-j4ohlQvfpVdoR8vDYxTY9rA9VvxTHogkIDwGdJ+rb2VRZQ5vt1CWwUUZBeD/WGFAni12jD1HlMXvJ8JS7aBWTg==
dependencies:
- workbox-core "6.3.0"
+ workbox-core "6.6.1"
workbox-routing@^5.1.4:
version "5.1.4"
@@ -23743,12 +25339,12 @@ workbox-routing@^5.1.4:
dependencies:
workbox-core "^5.1.4"
-workbox-strategies@6.3.0, workbox-strategies@^6.1.5:
- version "6.3.0"
- resolved "https://registry.yarnpkg.com/workbox-strategies/-/workbox-strategies-6.3.0.tgz#1d004f42b309cbfa48812c6cc7a8da6458b928c6"
- integrity sha512-SYZt40y+Iu5nA+UEPQOrAuAMMNTxtUBPLCIaMMb4lcADpBYrNP1CD+/s2QsrxzS651a8hfi06REKt+uTp1tqfw==
+workbox-strategies@6.6.1, workbox-strategies@^6.1.5:
+ version "6.6.1"
+ resolved "https://registry.yarnpkg.com/workbox-strategies/-/workbox-strategies-6.6.1.tgz#38d0f0fbdddba97bd92e0c6418d0b1a2ccd5b8bf"
+ integrity sha512-WQLXkRnsk4L81fVPkkgon1rZNxnpdO5LsO+ws7tYBC6QQQFJVI6v98klrJEjFtZwzw/mB/HT5yVp7CcX0O+mrw==
dependencies:
- workbox-core "6.3.0"
+ workbox-core "6.6.1"
workbox-strategies@^5.1.4:
version "5.1.4"
@@ -23758,13 +25354,13 @@ workbox-strategies@^5.1.4:
workbox-core "^5.1.4"
workbox-routing "^5.1.4"
-workbox-streams@6.3.0:
- version "6.3.0"
- resolved "https://registry.yarnpkg.com/workbox-streams/-/workbox-streams-6.3.0.tgz#8a9db8016c2933edc8b6559207896da31b13a8dc"
- integrity sha512-CiRsuoXJOytA7IQriRu6kVCa0L4OdNi0DdniiSageu/EZuxTswNXpgVzkGE4IDArU/5jlzgRtwqrqIWCJX+OMA==
+workbox-streams@6.6.1:
+ version "6.6.1"
+ resolved "https://registry.yarnpkg.com/workbox-streams/-/workbox-streams-6.6.1.tgz#b2f7ba7b315c27a6e3a96a476593f99c5d227d26"
+ integrity sha512-maKG65FUq9e4BLotSKWSTzeF0sgctQdYyTMq529piEN24Dlu9b6WhrAfRpHdCncRS89Zi2QVpW5V33NX8PgH3Q==
dependencies:
- workbox-core "6.3.0"
- workbox-routing "6.3.0"
+ workbox-core "6.6.1"
+ workbox-routing "6.6.1"
workbox-streams@^5.1.4:
version "5.1.4"
@@ -23774,10 +25370,10 @@ workbox-streams@^5.1.4:
workbox-core "^5.1.4"
workbox-routing "^5.1.4"
-workbox-sw@6.3.0:
- version "6.3.0"
- resolved "https://registry.yarnpkg.com/workbox-sw/-/workbox-sw-6.3.0.tgz#8b805a3ac5339e8df0e6ba36c491d9cd01aa9f3f"
- integrity sha512-xwrXRBzw5jwJ7VdAQkTSNTbNZ4S6VhXtbZZ0vY6XKNQARO5nuGphNdif+hJFIejHUgtV6ESpQnixPj5hYB2jKQ==
+workbox-sw@6.6.1:
+ version "6.6.1"
+ resolved "https://registry.yarnpkg.com/workbox-sw/-/workbox-sw-6.6.1.tgz#d4c4ca3125088e8b9fd7a748ed537fa0247bd72c"
+ integrity sha512-R7whwjvU2abHH/lR6kQTTXLHDFU2izht9kJOvBRYK65FbwutT4VvnUAJIgHvfWZ/fokrOPhfoWYoPCMpSgUKHQ==
workbox-sw@^5.1.4:
version "5.1.4"
@@ -23796,13 +25392,24 @@ workbox-webpack-plugin@5.1.4:
webpack-sources "^1.3.0"
workbox-build "^5.1.4"
-workbox-window@6.3.0:
- version "6.3.0"
- resolved "https://registry.yarnpkg.com/workbox-window/-/workbox-window-6.3.0.tgz#f669a0715363c35e519d1b6d919e04da7ce369ea"
- integrity sha512-CFP84assX9srH/TOx4OD8z4EBPO/Cq4WKdV2YLcJIFJmVTS/cB63XKeidKl2KJk8qOOLVIKnaO7BLmb0MxGFtA==
+workbox-webpack-plugin@^6.4.1:
+ version "6.6.1"
+ resolved "https://registry.yarnpkg.com/workbox-webpack-plugin/-/workbox-webpack-plugin-6.6.1.tgz#4f81cc1ad4e5d2cd7477a86ba83c84ee2d187531"
+ integrity sha512-zpZ+ExFj9NmiI66cFEApyjk7hGsfJ1YMOaLXGXBoZf0v7Iu6hL0ZBe+83mnDq3YYWAfA3fnyFejritjOHkFcrA==
+ dependencies:
+ fast-json-stable-stringify "^2.1.0"
+ pretty-bytes "^5.4.1"
+ upath "^1.2.0"
+ webpack-sources "^1.4.3"
+ workbox-build "6.6.1"
+
+workbox-window@6.6.1:
+ version "6.6.1"
+ resolved "https://registry.yarnpkg.com/workbox-window/-/workbox-window-6.6.1.tgz#f22a394cbac36240d0dadcbdebc35f711bb7b89e"
+ integrity sha512-wil4nwOY58nTdCvif/KEZjQ2NP8uk3gGeRNy2jPBbzypU4BT4D9L8xiwbmDBpZlSgJd2xsT9FvSNU0gsxV51JQ==
dependencies:
"@types/trusted-types" "^2.0.2"
- workbox-core "6.3.0"
+ workbox-core "6.6.1"
workbox-window@^5.1.4:
version "5.1.4"
@@ -23866,16 +25473,7 @@ wrap-ansi@^7.0.0:
string-width "^4.1.0"
strip-ansi "^6.0.0"
-wrap-ansi@^8.0.1:
- version "8.0.1"
- resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.0.1.tgz#2101e861777fec527d0ea90c57c6b03aac56a5b3"
- integrity sha512-QFF+ufAqhoYHvoHdajT/Po7KoXVBPXS2bgjIam5isfWJPfIOnQZ50JtUiVvCv/sjgacf3yRrt2ZKUZ/V4itN4g==
- dependencies:
- ansi-styles "^6.1.0"
- string-width "^5.0.1"
- strip-ansi "^7.0.1"
-
-wrap-ansi@^8.1.0:
+wrap-ansi@^8.0.1, wrap-ansi@^8.1.0:
version "8.1.0"
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"
integrity sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==
@@ -23887,7 +25485,7 @@ wrap-ansi@^8.1.0:
wrappy@1:
version "1.0.2"
resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"
- integrity sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=
+ integrity sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==
write-file-atomic@^2.0.0, write-file-atomic@^2.3.0:
version "2.4.3"
@@ -23909,26 +25507,26 @@ write-file-atomic@^3.0.0:
typedarray-to-buffer "^3.1.5"
ws@^6.2.1:
- version "6.2.1"
- resolved "https://registry.yarnpkg.com/ws/-/ws-6.2.1.tgz#442fdf0a47ed64f59b6a5d8ff130f4748ed524fb"
- integrity sha512-GIyAXC2cB7LjvpgMt9EKS2ldqr0MTrORaleiOno6TweZ6r3TKtoFQWay/2PceJ3RuBasOHzXNn5Lrw1X0bEjqA==
+ version "6.2.2"
+ resolved "https://registry.yarnpkg.com/ws/-/ws-6.2.2.tgz#dd5cdbd57a9979916097652d78f1cc5faea0c32e"
+ integrity sha512-zmhltoSR8u1cnDsD43TX59mzoMZsLKqUweyYBAIvTngR3shc0W6aOZylZmq/7hqyVxPdi+5Ud2QInblgyE72fw==
dependencies:
async-limiter "~1.0.0"
ws@^7.3.1, ws@^7.4.6:
- version "7.5.6"
- resolved "https://registry.yarnpkg.com/ws/-/ws-7.5.6.tgz#e59fc509fb15ddfb65487ee9765c5a51dec5fe7b"
- integrity sha512-6GLgCqo2cy2A2rjCNFlxQS6ZljG/coZfZXclldI8FB/1G3CCI36Zd8xy2HrFVACi8tfk5XrgLQEk+P0Tnz9UcA==
+ version "7.5.9"
+ resolved "https://registry.yarnpkg.com/ws/-/ws-7.5.9.tgz#54fa7db29f4c7cec68b1ddd3a89de099942bb591"
+ integrity sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==
-ws@^8.4.2:
- version "8.5.0"
- resolved "https://registry.yarnpkg.com/ws/-/ws-8.5.0.tgz#bfb4be96600757fe5382de12c670dab984a1ed4f"
- integrity sha512-BWX0SWVgLPzYwF8lTzEy1egjhS4S4OEAHfsO8o65WOVsrnSRGaSiUaa9e0ggGlkMTtBlmOpEXiie9RUcBO86qg==
+ws@^8.13.0, ws@^8.2.3:
+ version "8.17.0"
+ resolved "https://registry.yarnpkg.com/ws/-/ws-8.17.0.tgz#d145d18eca2ed25aaf791a183903f7be5e295fea"
+ integrity sha512-uJq6108EgZMAl20KagGkzCKfMEjxmKvZHG7Tlq0Z6nOky7YF7aq4mOx6xK8TJ/i1LeK4Qus7INktacctDgY8Ow==
xdg-basedir@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/xdg-basedir/-/xdg-basedir-3.0.0.tgz#496b2cc109eca8dbacfe2dc72b603c17c5870ad4"
- integrity sha1-SWsswQnsqNus/i3HK2A8F8WHCtQ=
+ integrity sha512-1Dly4xqlulvPD3fZUQJLY+FUIeqN3N2MM3uqe4rCJftAvOjFa3jFGfctOgluGx4ahPbUCsZkmJILiP0Vi4T6lQ==
xdg-basedir@^4.0.0:
version "4.0.0"
@@ -23957,32 +25555,32 @@ xmlchars@^2.2.0:
resolved "https://registry.yarnpkg.com/xmlchars/-/xmlchars-2.2.0.tgz#060fe1bcb7f9c76fe2a17db86a9bc3ab894210cb"
integrity sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==
-xmlcreate@^2.0.3:
- version "2.0.3"
- resolved "https://registry.yarnpkg.com/xmlcreate/-/xmlcreate-2.0.3.tgz#df9ecd518fd3890ab3548e1b811d040614993497"
- integrity sha512-HgS+X6zAztGa9zIK3Y3LXuJes33Lz9x+YyTxgrkIdabu2vqcGOWwdfCpf1hWLRrd553wd4QCDf6BBO6FfdsRiQ==
+xmlcreate@^2.0.4:
+ version "2.0.4"
+ resolved "https://registry.yarnpkg.com/xmlcreate/-/xmlcreate-2.0.4.tgz#0c5ab0f99cdd02a81065fa9cd8f8ae87624889be"
+ integrity sha512-nquOebG4sngPmGPICTS5EnxqhKbCmz5Ox5hsszI2T6U5qdrJizBc+0ilYSEjTSzU0yZcmvppztXe/5Al5fUwdg==
-xtend@^4.0.0, xtend@^4.0.1, xtend@~4.0.0, xtend@~4.0.1:
+xtend@^4.0.0, xtend@^4.0.1, xtend@~4.0.1:
version "4.0.2"
resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.2.tgz#bb72779f5fa465186b1f438f674fa347fdb5db54"
integrity sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==
y18n@^4.0.0:
- version "4.0.1"
- resolved "https://registry.yarnpkg.com/y18n/-/y18n-4.0.1.tgz#8db2b83c31c5d75099bb890b23f3094891e247d4"
- integrity sha512-wNcy4NvjMYL8gogWWYAO7ZFWFfHcbdbE57tZO8e4cbpj8tfUcwrwqSl3ad8HxpYWCdXcJUCeKKZS62Av1affwQ==
+ version "4.0.3"
+ resolved "https://registry.yarnpkg.com/y18n/-/y18n-4.0.3.tgz#b5f259c82cd6e336921efd7bfd8bf560de9eeedf"
+ integrity sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==
y18n@^5.0.5:
- version "5.0.5"
- resolved "https://registry.yarnpkg.com/y18n/-/y18n-5.0.5.tgz#8769ec08d03b1ea2df2500acef561743bbb9ab18"
- integrity sha512-hsRUr4FFrvhhRH12wOdfs38Gy7k2FFzB9qgN9v3aLykRq0dRcdcpz5C9FxdS2NuhOrI/628b/KSTJ3rwHysYSg==
+ version "5.0.8"
+ resolved "https://registry.yarnpkg.com/y18n/-/y18n-5.0.8.tgz#7f4934d0f7ca8c56f95314939ddcd2dd91ce1d55"
+ integrity sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==
yallist@^2.1.2:
version "2.1.2"
resolved "https://registry.yarnpkg.com/yallist/-/yallist-2.1.2.tgz#1c11f9218f076089a47dd512f93c6699a6a81d52"
- integrity sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI=
+ integrity sha512-ncTzHV7NvsQZkYe1DW7cbDLm0YpzHmZF5r/iyP3ZnQtMiJ+pjzisCiMNI+Sj+xQF5pXhSHxSB3uDbsBTzY/c2A==
-yallist@^3.0.0, yallist@^3.0.2, yallist@^3.0.3:
+yallist@^3.0.0, yallist@^3.0.2, yallist@^3.1.1:
version "3.1.1"
resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd"
integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==
@@ -23997,10 +25595,10 @@ yaml@^1.10.0, yaml@^1.10.2, yaml@^1.7.2:
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.2.tgz#2301c5ffbf12b467de8da2333a459e29e7920e4b"
integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==
-yaml@^2.2.2:
- version "2.4.1"
- resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.4.1.tgz#2e57e0b5e995292c25c75d2658f0664765210eed"
- integrity sha512-pIXzoImaqmfOrL7teGUBt/T7ZDnyeGBWyXQBvOVhLkWLN37GXv8NMLK406UY6dS51JfcQHsmcW5cJ441bHg6Lg==
+yaml@^2.2.2, yaml@^2.3.4:
+ version "2.4.2"
+ resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.4.2.tgz#7a2b30f2243a5fc299e1f14ca58d475ed4bc5362"
+ integrity sha512-B3VqDZ+JAg1nZpaEmWtTXUlBneoGx6CPM9b0TENK6aoSu5t73dItudwdgmi6tHlIZZId4dZ9skcAQ2UbcyAeVA==
yargs-parser@20.2.4:
version "20.2.4"
@@ -24023,7 +25621,7 @@ yargs-parser@^18.1.2:
camelcase "^5.0.0"
decamelize "^1.2.0"
-yargs-parser@^20.2.2, yargs-parser@^20.2.3, yargs-parser@^20.2.7:
+yargs-parser@^20.2.2, yargs-parser@^20.2.3, yargs-parser@^20.2.9:
version "20.2.9"
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.9.tgz#2eb7dc3b0289718fc295f362753845c41a0c94ee"
integrity sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==
@@ -24038,7 +25636,7 @@ yargs-unparser@2.0.0:
flat "^5.0.2"
is-plain-obj "^2.1.0"
-yargs@16.2.0, yargs@^16.0.3, yargs@^16.1.1, yargs@^16.2.0:
+yargs@16.2.0, yargs@^16.2.0:
version "16.2.0"
resolved "https://registry.yarnpkg.com/yargs/-/yargs-16.2.0.tgz#1c82bf0f6b6a66eafce7ef30e376f49a12477f66"
integrity sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==
@@ -24087,7 +25685,7 @@ yargs@^15.4.1:
yauzl@^2.10.0:
version "2.10.0"
resolved "https://registry.yarnpkg.com/yauzl/-/yauzl-2.10.0.tgz#c7eb17c93e112cb1086fa6d8e51fb0667b79a5f9"
- integrity sha1-x+sXyT4RLLEIb6bY5R+wZnt5pfk=
+ integrity sha512-p4a9I6X6nu6IhoGmBqAcbJy1mlC4j27vEPZX9F4L4/vZT3Lyq1VkFHw/V/PUcB9Buo+DG3iHkT0x3Qya58zc3g==
dependencies:
buffer-crc32 "~0.2.3"
fd-slicer "~1.1.0"
@@ -24107,6 +25705,11 @@ yup@1.2.0:
toposort "^2.0.2"
type-fest "^2.19.0"
+zalgo-promise@^1, zalgo-promise@^1.0.11, zalgo-promise@^1.0.3:
+ version "1.0.48"
+ resolved "https://registry.yarnpkg.com/zalgo-promise/-/zalgo-promise-1.0.48.tgz#9e33eef502d5ed9f5a09fc5728c833c3e87afa2e"
+ integrity sha512-LLHANmdm53+MucY9aOFIggzYtUdkSBFxUsy4glTTQYNyK6B3uCPWTbfiGvSrEvLojw0mSzyFJ1/RRLv+QMNdzQ==
+
zenhand@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/zenhand/-/zenhand-2.0.0.tgz#a82c0b3b14016da1888f6e3f38647fe06ad7aa21"
From e72569b8f1f617bd20ffba569d152b68b408487f Mon Sep 17 00:00:00 2001
From: Mohammer5
Date: Wed, 17 Apr 2024 07:06:07 +0800
Subject: [PATCH 105/170] refactor(testing story filenames): rename stories.e2e
to e2e.stories
---
...ries.js => CheckboxFieldFF.e2e.stories.js} | 2 +-
...e2e.js => FileInputFieldFF.e2e.stories.js} | 0
...ies.e2e.js => InputFieldFF.e2e.stories.js} | 2 +-
...e.js => MultiSelectFieldFF.e2e.stories.js} | 0
...ies.e2e.js => RadioFieldFF.e2e.stories.js} | 2 +-
....js => SingleSelectFieldFF.e2e.stories.js} | 0
...es.e2e.js => SwitchFieldFF.e2e.stories.js} | 0
....e2e.js => TextAreaFieldFF.e2e.stories.js} | 0
...tories.e2e.js => alert-bar.e2e.stories.js} | 0
...ries.e2e.js => alert-stack.e2e.stories.js} | 0
...{box.stories.e2e.js => box.e2e.stories.js} | 0
...ies.e2e.js => button-strip.e2e.stories.js} | 0
...n.stories.e2e.js => button.e2e.stories.js} | 0
....e2e.js => dropdown-button.e2e.stories.js} | 0
...ies.e2e.js => split-button.e2e.stories.js} | 0
...s.e2e.js => calendar-input.e2e.stories.js} | 0
...ard.stories.e2e.js => card.e2e.stories.js} | 0
...s.e2e.js => checkbox-field.e2e.stories.js} | 0
...stories.e2e.js => checkbox.e2e.stories.js} | 0
...hip.stories.e2e.js => chip.e2e.stories.js} | 0
...er.stories.e2e.js => cover.e2e.stories.js} | 0
...es.e2e.js => css-variables.e2e.stories.js} | 0
...ries.e2e.js => field-group.e2e.stories.js} | 0
...tories.e2e.js => field-set.e2e.stories.js} | 0
...ld.stories.e2e.js => field.e2e.stories.js} | 0
...file-input-field-with-list.e2e.stories.js} | 0
...e2e.js => file-input-field.e2e.stories.js} | 0
...ories.e2e.js => file-input.e2e.stories.js} | 0
...s.e2e.js => file-list-item.e2e.stories.js} | 0
...s => file-list-placeholder.e2e.stories.js} | 0
...tories.e2e.js => file-list.e2e.stories.js} | 0
...ories.e2e.js => header-bar.e2e.stories.js} | 0
...elp.stories.e2e.js => help.e2e.stories.js} | 0
...ries.e2e.js => input-field.e2e.stories.js} | 0
...ut.stories.e2e.js => input.e2e.stories.js} | 0
...s => intersection-detector.e2e.stories.js} | 0
...el.stories.e2e.js => label.e2e.stories.js} | 0
...er.stories.e2e.js => layer.e2e.stories.js} | 0
...d.stories.e2e.js => legend.e2e.stories.js} | 0
...ries.e2e.js => flyout-menu.e2e.stories.js} | 0
...tories.e2e.js => menu-item.e2e.stories.js} | 0
....js => menu-section-header.e2e.stories.js} | 0
...enu.stories.e2e.js => menu.e2e.stories.js} | 0
...es.e2e.js => modal-actions.e2e.stories.js} | 0
...es.e2e.js => modal-content.e2e.stories.js} | 0
...ries.e2e.js => modal-title.e2e.stories.js} | 0
...al.stories.e2e.js => modal.e2e.stories.js} | 0
...ode.stories.e2e.js => node.e2e.stories.js} | 0
...ories.e2e.js => notice-box.e2e.stories.js} | 0
...ries.e2e.js => children_as_child_nodes.js} | 0
....stories.e2e.js => controlled_expanded.js} | 9 ++++----
...ies.e2e.js => displaying_loading_error.js} | 1 -
.../{expanded.stories.e2e.js => expanded.js} | 17 ++++++++------
..._reload.stories.e2e.js => force_reload.js} | 0
...{highlight.stories.e2e.js => highlight.js} | 0
..._state.stories.e2e.js => loading_state.js} | 1 -
...tion.stories.e2e.js => multi_selection.js} | 1 -
...lection.stories.e2e.js => no_selection.js} | 1 -
...stories.e2e.js => path_based_filtering.js} | 1 -
...ion.stories.e2e.js => single_selection.js} | 1 -
...oot.stories.e2e.js => sub_unit_as_root.js} | 13 +++++------
.../{tree_api.stories.e2e.js => tree_api.js} | 1 -
.../src/organisation-unit-tree.e2e.stories.js | 22 +++++++++++++++++++
....stories.e2e.js => popover.e2e.stories.js} | 0
...r.stories.e2e.js => popper.e2e.stories.js} | 0
...io.stories.e2e.js => radio.e2e.stories.js} | 0
...e.js => multi-select-field.e2e.stories.js} | 0
...ies.e2e.js => multi-select.e2e.stories.js} | 0
....js => single-select-field.e2e.stories.js} | 0
...es.e2e.js => single-select.e2e.stories.js} | 0
...2e.js => selector-bar-item.e2e.stories.js} | 0
...s.e2e.js => sharing-dialog.e2e.stories.js} | 0
...ies.e2e.js => switch-field.e2e.stories.js} | 0
...h.stories.e2e.js => switch.e2e.stories.js} | 0
....stories.e2e.js => tab-bar.e2e.stories.js} | 0
...{tab.stories.e2e.js => tab.e2e.stories.js} | 0
...ories.e2e.js => data-table.e2e.stories.js} | 0
...le.stories.e2e.js => table.e2e.stories.js} | 0
...{tag.stories.e2e.js => tag.e2e.stories.js} | 0
....e2e.js => text-area-field.e2e.stories.js} | 0
...tories.e2e.js => text-area.e2e.stories.js} | 0
....stories.e2e.js => tooltip.e2e.stories.js} | 0
...remove-highlighted-options.e2e.stories.js} | 0
... disabled-transfer-buttons.e2e.stories.js} | 0
... disabled-transfer-options.e2e.stories.js} | 0
...es.e2e.js => display-order.e2e.stories.js} | 0
....js => filter-options-list.e2e.stories.js} | 0
...highlight-range-of-options.e2e.stories.js} | 0
...es.e2e.js => loading_lists.e2e.stories.js} | 0
...s => notify_at_end_of_list.e2e.stories.js} | 0
...js => reorder-with-buttons.e2e.stories.js} | 0
...t_unset-highlighted-option.e2e.stories.js} | 0
...e.js => transferring-items.e2e.stories.js} | 0
storybook/src/load-stories.js | 2 +-
94 files changed, 45 insertions(+), 31 deletions(-)
rename collections/forms/src/CheckboxFieldFF/{CheckboxFieldFF.e3e.stories.js => CheckboxFieldFF.e2e.stories.js} (94%)
rename collections/forms/src/FileInputFieldFF/{FileInputFieldFF.stories.e2e.js => FileInputFieldFF.e2e.stories.js} (100%)
rename collections/forms/src/InputFieldFF/{InputFieldFF.stories.e2e.js => InputFieldFF.e2e.stories.js} (86%)
rename collections/forms/src/MultiSelectFieldFF/{MultiSelectFieldFF.stories.e2e.js => MultiSelectFieldFF.e2e.stories.js} (100%)
rename collections/forms/src/RadioFieldFF/{RadioFieldFF.stories.e2e.js => RadioFieldFF.e2e.stories.js} (92%)
rename collections/forms/src/SingleSelectFieldFF/{SingleSelectFieldFF.stories.e2e.js => SingleSelectFieldFF.e2e.stories.js} (100%)
rename collections/forms/src/SwitchFieldFF/{SwitchFieldFF.stories.e2e.js => SwitchFieldFF.e2e.stories.js} (100%)
rename collections/forms/src/TextAreaFieldFF/{TextAreaFieldFF.stories.e2e.js => TextAreaFieldFF.e2e.stories.js} (100%)
rename components/alert/src/alert-bar/{alert-bar.stories.e2e.js => alert-bar.e2e.stories.js} (100%)
rename components/alert/src/alert-stack/{alert-stack.stories.e2e.js => alert-stack.e2e.stories.js} (100%)
rename components/box/src/{box.stories.e2e.js => box.e2e.stories.js} (100%)
rename components/button/src/button-strip/{button-strip.stories.e2e.js => button-strip.e2e.stories.js} (100%)
rename components/button/src/button/{button.stories.e2e.js => button.e2e.stories.js} (100%)
rename components/button/src/dropdown-button/{dropdown-button.stories.e2e.js => dropdown-button.e2e.stories.js} (100%)
rename components/button/src/split-button/{split-button.stories.e2e.js => split-button.e2e.stories.js} (100%)
rename components/calendar/src/__e2e__/{calendar-input.stories.e2e.js => calendar-input.e2e.stories.js} (100%)
rename components/card/src/{card.stories.e2e.js => card.e2e.stories.js} (100%)
rename components/checkbox/src/checkbox-field/{checkbox-field.stories.e2e.js => checkbox-field.e2e.stories.js} (100%)
rename components/checkbox/src/checkbox/{checkbox.stories.e2e.js => checkbox.e2e.stories.js} (100%)
rename components/chip/src/{chip.stories.e2e.js => chip.e2e.stories.js} (100%)
rename components/cover/src/{cover.stories.e2e.js => cover.e2e.stories.js} (100%)
rename components/css/src/css-variables/{css-variables.stories.e2e.js => css-variables.e2e.stories.js} (100%)
rename components/field/src/field-group/{field-group.stories.e2e.js => field-group.e2e.stories.js} (100%)
rename components/field/src/field-set/{field-set.stories.e2e.js => field-set.e2e.stories.js} (100%)
rename components/field/src/field/{field.stories.e2e.js => field.e2e.stories.js} (100%)
rename components/file-input/src/file-input-field-with-list/{file-input-field-with-list.stories.e2e.js => file-input-field-with-list.e2e.stories.js} (100%)
rename components/file-input/src/file-input-field/{file-input-field.stories.e2e.js => file-input-field.e2e.stories.js} (100%)
rename components/file-input/src/file-input/{file-input.stories.e2e.js => file-input.e2e.stories.js} (100%)
rename components/file-input/src/file-list/{file-list-item.stories.e2e.js => file-list-item.e2e.stories.js} (100%)
rename components/file-input/src/file-list/{file-list-placeholder.stories.e2e.js => file-list-placeholder.e2e.stories.js} (100%)
rename components/file-input/src/file-list/{file-list.stories.e2e.js => file-list.e2e.stories.js} (100%)
rename components/header-bar/src/__e2e__/{header-bar.stories.e2e.js => header-bar.e2e.stories.js} (100%)
rename components/help/src/{help.stories.e2e.js => help.e2e.stories.js} (100%)
rename components/input/src/input-field/{input-field.stories.e2e.js => input-field.e2e.stories.js} (100%)
rename components/input/src/input/{input.stories.e2e.js => input.e2e.stories.js} (100%)
rename components/intersection-detector/src/{intersection-detector.stories.e2e.js => intersection-detector.e2e.stories.js} (100%)
rename components/label/src/{label.stories.e2e.js => label.e2e.stories.js} (100%)
rename components/layer/src/{layer.stories.e2e.js => layer.e2e.stories.js} (100%)
rename components/legend/src/{legend.stories.e2e.js => legend.e2e.stories.js} (100%)
rename components/menu/src/flyout-menu/{flyout-menu.stories.e2e.js => flyout-menu.e2e.stories.js} (100%)
rename components/menu/src/menu-item/{menu-item.stories.e2e.js => menu-item.e2e.stories.js} (100%)
rename components/menu/src/menu-section-header/{menu-section-header.stories.e2e.js => menu-section-header.e2e.stories.js} (100%)
rename components/menu/src/menu/{menu.stories.e2e.js => menu.e2e.stories.js} (100%)
rename components/modal/src/modal-actions/{modal-actions.stories.e2e.js => modal-actions.e2e.stories.js} (100%)
rename components/modal/src/modal-content/{modal-content.stories.e2e.js => modal-content.e2e.stories.js} (100%)
rename components/modal/src/modal-title/{modal-title.stories.e2e.js => modal-title.e2e.stories.js} (100%)
rename components/modal/src/modal/{modal.stories.e2e.js => modal.e2e.stories.js} (100%)
rename components/node/src/{node.stories.e2e.js => node.e2e.stories.js} (100%)
rename components/notice-box/src/{notice-box.stories.e2e.js => notice-box.e2e.stories.js} (100%)
rename components/organisation-unit-tree/src/__e2e__/{children_as_child_nodes.stories.e2e.js => children_as_child_nodes.js} (100%)
rename components/organisation-unit-tree/src/__e2e__/{controlled_expanded.stories.e2e.js => controlled_expanded.js} (95%)
rename components/organisation-unit-tree/src/__e2e__/{displaying_loading_error.stories.e2e.js => displaying_loading_error.js} (97%)
rename components/organisation-unit-tree/src/__e2e__/{expanded.stories.e2e.js => expanded.js} (76%)
rename components/organisation-unit-tree/src/__e2e__/{force_reload.stories.e2e.js => force_reload.js} (100%)
rename components/organisation-unit-tree/src/__e2e__/{highlight.stories.e2e.js => highlight.js} (100%)
rename components/organisation-unit-tree/src/__e2e__/{loading_state.stories.e2e.js => loading_state.js} (96%)
rename components/organisation-unit-tree/src/__e2e__/{multi_selection.stories.e2e.js => multi_selection.js} (95%)
rename components/organisation-unit-tree/src/__e2e__/{no_selection.stories.e2e.js => no_selection.js} (96%)
rename components/organisation-unit-tree/src/__e2e__/{path_based_filtering.stories.e2e.js => path_based_filtering.js} (98%)
rename components/organisation-unit-tree/src/__e2e__/{single_selection.stories.e2e.js => single_selection.js} (97%)
rename components/organisation-unit-tree/src/__e2e__/{sub_unit_as_root.stories.e2e.js => sub_unit_as_root.js} (80%)
rename components/organisation-unit-tree/src/__e2e__/{tree_api.stories.e2e.js => tree_api.js} (98%)
create mode 100644 components/organisation-unit-tree/src/organisation-unit-tree.e2e.stories.js
rename components/popover/src/{popover.stories.e2e.js => popover.e2e.stories.js} (100%)
rename components/popper/src/{popper.stories.e2e.js => popper.e2e.stories.js} (100%)
rename components/radio/src/{radio.stories.e2e.js => radio.e2e.stories.js} (100%)
rename components/select/src/multi-select-field/{multi-select-field.stories.e2e.js => multi-select-field.e2e.stories.js} (100%)
rename components/select/src/multi-select/{multi-select.stories.e2e.js => multi-select.e2e.stories.js} (100%)
rename components/select/src/single-select-field/{single-select-field.stories.e2e.js => single-select-field.e2e.stories.js} (100%)
rename components/select/src/single-select/{single-select.stories.e2e.js => single-select.e2e.stories.js} (100%)
rename components/selector-bar/src/selector-bar-item/{selector-bar-item.stories.e2e.js => selector-bar-item.e2e.stories.js} (100%)
rename components/sharing-dialog/src/{sharing-dialog.stories.e2e.js => sharing-dialog.e2e.stories.js} (100%)
rename components/switch/src/switch-field/{switch-field.stories.e2e.js => switch-field.e2e.stories.js} (100%)
rename components/switch/src/switch/{switch.stories.e2e.js => switch.e2e.stories.js} (100%)
rename components/tab/src/tab-bar/{tab-bar.stories.e2e.js => tab-bar.e2e.stories.js} (100%)
rename components/tab/src/tab/{tab.stories.e2e.js => tab.e2e.stories.js} (100%)
rename components/table/src/data-table/{data-table.stories.e2e.js => data-table.e2e.stories.js} (100%)
rename components/table/src/data-table/table-elements/{table.stories.e2e.js => table.e2e.stories.js} (100%)
rename components/tag/src/{tag.stories.e2e.js => tag.e2e.stories.js} (100%)
rename components/text-area/src/text-area-field/{text-area-field.stories.e2e.js => text-area-field.e2e.stories.js} (100%)
rename components/text-area/src/text-area/{text-area.stories.e2e.js => text-area.e2e.stories.js} (100%)
rename components/tooltip/src/{tooltip.stories.e2e.js => tooltip.e2e.stories.js} (100%)
rename components/transfer/src/__e2e__/{add_remove-highlighted-options.stories.e2e.js => add_remove-highlighted-options.e2e.stories.js} (100%)
rename components/transfer/src/__e2e__/{disabled-transfer-buttons.stories.e2e.js => disabled-transfer-buttons.e2e.stories.js} (100%)
rename components/transfer/src/__e2e__/{disabled-transfer-options.stories.e2e.js => disabled-transfer-options.e2e.stories.js} (100%)
rename components/transfer/src/__e2e__/{display-order.stories.e2e.js => display-order.e2e.stories.js} (100%)
rename components/transfer/src/__e2e__/{filter-options-list.stories.e2e.js => filter-options-list.e2e.stories.js} (100%)
rename components/transfer/src/__e2e__/{highlight-range-of-options.stories.e2e.js => highlight-range-of-options.e2e.stories.js} (100%)
rename components/transfer/src/__e2e__/{loading_lists.stories.e2e.js => loading_lists.e2e.stories.js} (100%)
rename components/transfer/src/__e2e__/{notify_at_end_of_list.stories.e2e.js => notify_at_end_of_list.e2e.stories.js} (100%)
rename components/transfer/src/__e2e__/{reorder-with-buttons.stories.e2e.js => reorder-with-buttons.e2e.stories.js} (100%)
rename components/transfer/src/__e2e__/{set_unset-highlighted-option.stories.e2e.js => set_unset-highlighted-option.e2e.stories.js} (100%)
rename components/transfer/src/__e2e__/{transferring-items.stories.e2e.js => transferring-items.e2e.stories.js} (100%)
diff --git a/collections/forms/src/CheckboxFieldFF/CheckboxFieldFF.e3e.stories.js b/collections/forms/src/CheckboxFieldFF/CheckboxFieldFF.e2e.stories.js
similarity index 94%
rename from collections/forms/src/CheckboxFieldFF/CheckboxFieldFF.e3e.stories.js
rename to collections/forms/src/CheckboxFieldFF/CheckboxFieldFF.e2e.stories.js
index 9dcb79c5b7..d63ffa40b3 100644
--- a/collections/forms/src/CheckboxFieldFF/CheckboxFieldFF.e3e.stories.js
+++ b/collections/forms/src/CheckboxFieldFF/CheckboxFieldFF.e2e.stories.js
@@ -7,7 +7,7 @@ import { CheckboxFieldFF } from './CheckboxFieldFF.js'
// https://github.com/final-form/react-final-form-arrays/issues/111
const initialValue = ['yes']
-export default { title: 'TestingCheckbox', decorators: [formDecorator] }
+export default { title: 'Testing:Checkbox', decorators: [formDecorator] }
export const Unchecked = () => (
(
)
diff --git a/collections/forms/src/MultiSelectFieldFF/MultiSelectFieldFF.stories.e2e.js b/collections/forms/src/MultiSelectFieldFF/MultiSelectFieldFF.e2e.stories.js
similarity index 100%
rename from collections/forms/src/MultiSelectFieldFF/MultiSelectFieldFF.stories.e2e.js
rename to collections/forms/src/MultiSelectFieldFF/MultiSelectFieldFF.e2e.stories.js
diff --git a/collections/forms/src/RadioFieldFF/RadioFieldFF.stories.e2e.js b/collections/forms/src/RadioFieldFF/RadioFieldFF.e2e.stories.js
similarity index 92%
rename from collections/forms/src/RadioFieldFF/RadioFieldFF.stories.e2e.js
rename to collections/forms/src/RadioFieldFF/RadioFieldFF.e2e.stories.js
index 546a106531..584c96cd54 100644
--- a/collections/forms/src/RadioFieldFF/RadioFieldFF.stories.e2e.js
+++ b/collections/forms/src/RadioFieldFF/RadioFieldFF.e2e.stories.js
@@ -5,7 +5,7 @@ import { formDecorator } from '../formDecorator.js'
import { hasValue } from '../validators/index.js'
import { RadioFieldFF } from './RadioFieldFF.js'
-export default { title: 'TestingRadioFieldFF', decorators: [formDecorator] }
+export default { title: 'Testing:RadioFieldFF', decorators: [formDecorator] }
export const RequiredAndNoSelectedValue = () => (
{
const initiallyExpanded = getAllExpandedOrgUnitPaths(
window.initiallyExpandedPaths
@@ -74,6 +69,8 @@ export const Controlled = () => {
)
}
+Controlled.decorators = [createDecoratorCustomDataProvider()]
+
export const MissingProps = () => {
const expanded = []
const handleExpand = () => null
@@ -88,3 +85,5 @@ export const MissingProps = () => {
/>
)
}
+
+MissingProps.decorators = [createDecoratorCustomDataProvider()]
diff --git a/components/organisation-unit-tree/src/__e2e__/displaying_loading_error.stories.e2e.js b/components/organisation-unit-tree/src/__e2e__/displaying_loading_error.js
similarity index 97%
rename from components/organisation-unit-tree/src/__e2e__/displaying_loading_error.stories.e2e.js
rename to components/organisation-unit-tree/src/__e2e__/displaying_loading_error.js
index 718e8392a5..943a2cd23a 100644
--- a/components/organisation-unit-tree/src/__e2e__/displaying_loading_error.stories.e2e.js
+++ b/components/organisation-unit-tree/src/__e2e__/displaying_loading_error.js
@@ -22,7 +22,6 @@ const dataProviderDataWithError = {
},
}
-export default { title: namespace }
export const A0000000001LoadingError = () => (
diff --git a/components/organisation-unit-tree/src/__e2e__/expanded.stories.e2e.js b/components/organisation-unit-tree/src/__e2e__/expanded.js
similarity index 76%
rename from components/organisation-unit-tree/src/__e2e__/expanded.stories.e2e.js
rename to components/organisation-unit-tree/src/__e2e__/expanded.js
index 433124d4f8..c247f78566 100644
--- a/components/organisation-unit-tree/src/__e2e__/expanded.stories.e2e.js
+++ b/components/organisation-unit-tree/src/__e2e__/expanded.js
@@ -5,13 +5,10 @@ import {
createDecoratorStatefulMultiSelection,
} from './common.js'
-export default {
- title: 'OrganisationUnitTree/expanded',
- decorators: [
- createDecoratorStatefulMultiSelection(),
- createDecoratorCustomDataProvider(),
- ],
-}
+const decorators = [
+ createDecoratorStatefulMultiSelection(),
+ createDecoratorCustomDataProvider(),
+]
export const NoInitiallyExpandedPaths = (_, { onChange, selected }) => (
(
/>
)
+NoInitiallyExpandedPaths.decorators = decorators
+
export const InitiallyExpandedPaths = (_, { onChange, selected }) => (
(
/>
)
+InitiallyExpandedPaths.decorators = decorators
+
export const WithRootMainAndRootSubOrgUnit = (_, { onChange, selected }) => (
(
onChange={onChange}
/>
)
+
+WithRootMainAndRootSubOrgUnit.decorators = decorators
diff --git a/components/organisation-unit-tree/src/__e2e__/force_reload.stories.e2e.js b/components/organisation-unit-tree/src/__e2e__/force_reload.js
similarity index 100%
rename from components/organisation-unit-tree/src/__e2e__/force_reload.stories.e2e.js
rename to components/organisation-unit-tree/src/__e2e__/force_reload.js
diff --git a/components/organisation-unit-tree/src/__e2e__/highlight.stories.e2e.js b/components/organisation-unit-tree/src/__e2e__/highlight.js
similarity index 100%
rename from components/organisation-unit-tree/src/__e2e__/highlight.stories.e2e.js
rename to components/organisation-unit-tree/src/__e2e__/highlight.js
diff --git a/components/organisation-unit-tree/src/__e2e__/loading_state.stories.e2e.js b/components/organisation-unit-tree/src/__e2e__/loading_state.js
similarity index 96%
rename from components/organisation-unit-tree/src/__e2e__/loading_state.stories.e2e.js
rename to components/organisation-unit-tree/src/__e2e__/loading_state.js
index d6635a72aa..d4f47d060d 100644
--- a/components/organisation-unit-tree/src/__e2e__/loading_state.stories.e2e.js
+++ b/components/organisation-unit-tree/src/__e2e__/loading_state.js
@@ -27,7 +27,6 @@ const data = {
},
}
-export default { title: namespace }
export const A0000000001Loading = () => (
diff --git a/components/organisation-unit-tree/src/__e2e__/multi_selection.stories.e2e.js b/components/organisation-unit-tree/src/__e2e__/multi_selection.js
similarity index 95%
rename from components/organisation-unit-tree/src/__e2e__/multi_selection.stories.e2e.js
rename to components/organisation-unit-tree/src/__e2e__/multi_selection.js
index bd452612dd..319b4bdb8a 100644
--- a/components/organisation-unit-tree/src/__e2e__/multi_selection.stories.e2e.js
+++ b/components/organisation-unit-tree/src/__e2e__/multi_selection.js
@@ -9,7 +9,6 @@ import {
window.selection = []
-export default { title: namespace }
export const MultipleSelection = () => (
(
diff --git a/components/organisation-unit-tree/src/__e2e__/path_based_filtering.stories.e2e.js b/components/organisation-unit-tree/src/__e2e__/path_based_filtering.js
similarity index 98%
rename from components/organisation-unit-tree/src/__e2e__/path_based_filtering.stories.e2e.js
rename to components/organisation-unit-tree/src/__e2e__/path_based_filtering.js
index 76ac869548..0f4ef558d2 100644
--- a/components/organisation-unit-tree/src/__e2e__/path_based_filtering.stories.e2e.js
+++ b/components/organisation-unit-tree/src/__e2e__/path_based_filtering.js
@@ -12,7 +12,6 @@ for (let i = 0; i < 7; ++i) {
window.allUnits.push(`A000000000${i}`)
}
-export default { title: namespace }
export const FilteredBy3LevelPath = () => (
diff --git a/components/organisation-unit-tree/src/__e2e__/single_selection.stories.e2e.js b/components/organisation-unit-tree/src/__e2e__/single_selection.js
similarity index 97%
rename from components/organisation-unit-tree/src/__e2e__/single_selection.stories.e2e.js
rename to components/organisation-unit-tree/src/__e2e__/single_selection.js
index fe2a208402..53cf4588ea 100644
--- a/components/organisation-unit-tree/src/__e2e__/single_selection.stories.e2e.js
+++ b/components/organisation-unit-tree/src/__e2e__/single_selection.js
@@ -34,7 +34,6 @@ const data = {
},
}
-export default { title: namespace }
export const SingleSelection = () => (
diff --git a/components/organisation-unit-tree/src/__e2e__/sub_unit_as_root.stories.e2e.js b/components/organisation-unit-tree/src/__e2e__/sub_unit_as_root.js
similarity index 80%
rename from components/organisation-unit-tree/src/__e2e__/sub_unit_as_root.stories.e2e.js
rename to components/organisation-unit-tree/src/__e2e__/sub_unit_as_root.js
index c61a2703c7..d7fc4c7061 100644
--- a/components/organisation-unit-tree/src/__e2e__/sub_unit_as_root.stories.e2e.js
+++ b/components/organisation-unit-tree/src/__e2e__/sub_unit_as_root.js
@@ -5,14 +5,6 @@ import {
createDecoratorStatefulMultiSelection,
} from './common.js'
-export default {
- title: 'OrganisationUnitTree',
- decorators: [
- createDecoratorStatefulMultiSelection(),
- createDecoratorCustomDataProvider(),
- ],
-}
-
export const MultipleRootSubAndOneMainOrgUnit = (_, { selected, onChange }) => {
const [filter, setFilter] = useState('')
@@ -29,3 +21,8 @@ export const MultipleRootSubAndOneMainOrgUnit = (_, { selected, onChange }) => {
>
)
}
+
+MultipleRootSubAndOneMainOrgUnit.decorators = [
+ createDecoratorStatefulMultiSelection(),
+ createDecoratorCustomDataProvider(),
+]
diff --git a/components/organisation-unit-tree/src/__e2e__/tree_api.stories.e2e.js b/components/organisation-unit-tree/src/__e2e__/tree_api.js
similarity index 98%
rename from components/organisation-unit-tree/src/__e2e__/tree_api.stories.e2e.js
rename to components/organisation-unit-tree/src/__e2e__/tree_api.js
index ca728cfbcc..5963f8bca8 100644
--- a/components/organisation-unit-tree/src/__e2e__/tree_api.stories.e2e.js
+++ b/components/organisation-unit-tree/src/__e2e__/tree_api.js
@@ -38,7 +38,6 @@ window.onCollapse = window.Cypress && window.Cypress.cy.stub()
window.onExpand = window.Cypress && window.Cypress.cy.stub()
window.onChildrenLoaded = window.Cypress && window.Cypress.cy.stub()
-export default { title: namespace }
export const Events = () => (
diff --git a/components/organisation-unit-tree/src/organisation-unit-tree.e2e.stories.js b/components/organisation-unit-tree/src/organisation-unit-tree.e2e.stories.js
new file mode 100644
index 0000000000..f800ba1053
--- /dev/null
+++ b/components/organisation-unit-tree/src/organisation-unit-tree.e2e.stories.js
@@ -0,0 +1,22 @@
+export default { title: 'OrganisationUnitTree' }
+
+export { ClosedWithChildren } from './__e2e__/children_as_child_nodes.js'
+export { Controlled, MissingProps } from './__e2e__/controlled_expanded.js'
+export {
+ A0000000001LoadingError,
+ A0000000001LoadingErrorAutoexpand,
+} from './__e2e__/displaying_loading_error.js'
+export {
+ NoInitiallyExpandedPaths,
+ InitiallyExpandedPaths,
+ WithRootMainAndRootSubOrgUnit,
+} from './__e2e__/expanded.js'
+export { ForceReloading } from './__e2e__/force_reload.js'
+export { RootHighlighted } from './__e2e__/highlight.js'
+export { A0000000001Loading } from './__e2e__/loading_state.js'
+export { MultipleSelection } from './__e2e__/multi_selection.js'
+export { NoSelectionClosed, NoSelectionRootOpened } from './__e2e__/no_selection.js'
+export { FilteredBy3LevelPath, FilteredBy3LevelPathAnd2LevelPath } from './__e2e__/path_based_filtering.js'
+export { SingleSelection } from './__e2e__/single_selection.js'
+export { MultipleRootSubAndOneMainOrgUnit } from './__e2e__/sub_unit_as_root.js'
+export { Events } from './__e2e__/tree_api.js'
diff --git a/components/popover/src/popover.stories.e2e.js b/components/popover/src/popover.e2e.stories.js
similarity index 100%
rename from components/popover/src/popover.stories.e2e.js
rename to components/popover/src/popover.e2e.stories.js
diff --git a/components/popper/src/popper.stories.e2e.js b/components/popper/src/popper.e2e.stories.js
similarity index 100%
rename from components/popper/src/popper.stories.e2e.js
rename to components/popper/src/popper.e2e.stories.js
diff --git a/components/radio/src/radio.stories.e2e.js b/components/radio/src/radio.e2e.stories.js
similarity index 100%
rename from components/radio/src/radio.stories.e2e.js
rename to components/radio/src/radio.e2e.stories.js
diff --git a/components/select/src/multi-select-field/multi-select-field.stories.e2e.js b/components/select/src/multi-select-field/multi-select-field.e2e.stories.js
similarity index 100%
rename from components/select/src/multi-select-field/multi-select-field.stories.e2e.js
rename to components/select/src/multi-select-field/multi-select-field.e2e.stories.js
diff --git a/components/select/src/multi-select/multi-select.stories.e2e.js b/components/select/src/multi-select/multi-select.e2e.stories.js
similarity index 100%
rename from components/select/src/multi-select/multi-select.stories.e2e.js
rename to components/select/src/multi-select/multi-select.e2e.stories.js
diff --git a/components/select/src/single-select-field/single-select-field.stories.e2e.js b/components/select/src/single-select-field/single-select-field.e2e.stories.js
similarity index 100%
rename from components/select/src/single-select-field/single-select-field.stories.e2e.js
rename to components/select/src/single-select-field/single-select-field.e2e.stories.js
diff --git a/components/select/src/single-select/single-select.stories.e2e.js b/components/select/src/single-select/single-select.e2e.stories.js
similarity index 100%
rename from components/select/src/single-select/single-select.stories.e2e.js
rename to components/select/src/single-select/single-select.e2e.stories.js
diff --git a/components/selector-bar/src/selector-bar-item/selector-bar-item.stories.e2e.js b/components/selector-bar/src/selector-bar-item/selector-bar-item.e2e.stories.js
similarity index 100%
rename from components/selector-bar/src/selector-bar-item/selector-bar-item.stories.e2e.js
rename to components/selector-bar/src/selector-bar-item/selector-bar-item.e2e.stories.js
diff --git a/components/sharing-dialog/src/sharing-dialog.stories.e2e.js b/components/sharing-dialog/src/sharing-dialog.e2e.stories.js
similarity index 100%
rename from components/sharing-dialog/src/sharing-dialog.stories.e2e.js
rename to components/sharing-dialog/src/sharing-dialog.e2e.stories.js
diff --git a/components/switch/src/switch-field/switch-field.stories.e2e.js b/components/switch/src/switch-field/switch-field.e2e.stories.js
similarity index 100%
rename from components/switch/src/switch-field/switch-field.stories.e2e.js
rename to components/switch/src/switch-field/switch-field.e2e.stories.js
diff --git a/components/switch/src/switch/switch.stories.e2e.js b/components/switch/src/switch/switch.e2e.stories.js
similarity index 100%
rename from components/switch/src/switch/switch.stories.e2e.js
rename to components/switch/src/switch/switch.e2e.stories.js
diff --git a/components/tab/src/tab-bar/tab-bar.stories.e2e.js b/components/tab/src/tab-bar/tab-bar.e2e.stories.js
similarity index 100%
rename from components/tab/src/tab-bar/tab-bar.stories.e2e.js
rename to components/tab/src/tab-bar/tab-bar.e2e.stories.js
diff --git a/components/tab/src/tab/tab.stories.e2e.js b/components/tab/src/tab/tab.e2e.stories.js
similarity index 100%
rename from components/tab/src/tab/tab.stories.e2e.js
rename to components/tab/src/tab/tab.e2e.stories.js
diff --git a/components/table/src/data-table/data-table.stories.e2e.js b/components/table/src/data-table/data-table.e2e.stories.js
similarity index 100%
rename from components/table/src/data-table/data-table.stories.e2e.js
rename to components/table/src/data-table/data-table.e2e.stories.js
diff --git a/components/table/src/data-table/table-elements/table.stories.e2e.js b/components/table/src/data-table/table-elements/table.e2e.stories.js
similarity index 100%
rename from components/table/src/data-table/table-elements/table.stories.e2e.js
rename to components/table/src/data-table/table-elements/table.e2e.stories.js
diff --git a/components/tag/src/tag.stories.e2e.js b/components/tag/src/tag.e2e.stories.js
similarity index 100%
rename from components/tag/src/tag.stories.e2e.js
rename to components/tag/src/tag.e2e.stories.js
diff --git a/components/text-area/src/text-area-field/text-area-field.stories.e2e.js b/components/text-area/src/text-area-field/text-area-field.e2e.stories.js
similarity index 100%
rename from components/text-area/src/text-area-field/text-area-field.stories.e2e.js
rename to components/text-area/src/text-area-field/text-area-field.e2e.stories.js
diff --git a/components/text-area/src/text-area/text-area.stories.e2e.js b/components/text-area/src/text-area/text-area.e2e.stories.js
similarity index 100%
rename from components/text-area/src/text-area/text-area.stories.e2e.js
rename to components/text-area/src/text-area/text-area.e2e.stories.js
diff --git a/components/tooltip/src/tooltip.stories.e2e.js b/components/tooltip/src/tooltip.e2e.stories.js
similarity index 100%
rename from components/tooltip/src/tooltip.stories.e2e.js
rename to components/tooltip/src/tooltip.e2e.stories.js
diff --git a/components/transfer/src/__e2e__/add_remove-highlighted-options.stories.e2e.js b/components/transfer/src/__e2e__/add_remove-highlighted-options.e2e.stories.js
similarity index 100%
rename from components/transfer/src/__e2e__/add_remove-highlighted-options.stories.e2e.js
rename to components/transfer/src/__e2e__/add_remove-highlighted-options.e2e.stories.js
diff --git a/components/transfer/src/__e2e__/disabled-transfer-buttons.stories.e2e.js b/components/transfer/src/__e2e__/disabled-transfer-buttons.e2e.stories.js
similarity index 100%
rename from components/transfer/src/__e2e__/disabled-transfer-buttons.stories.e2e.js
rename to components/transfer/src/__e2e__/disabled-transfer-buttons.e2e.stories.js
diff --git a/components/transfer/src/__e2e__/disabled-transfer-options.stories.e2e.js b/components/transfer/src/__e2e__/disabled-transfer-options.e2e.stories.js
similarity index 100%
rename from components/transfer/src/__e2e__/disabled-transfer-options.stories.e2e.js
rename to components/transfer/src/__e2e__/disabled-transfer-options.e2e.stories.js
diff --git a/components/transfer/src/__e2e__/display-order.stories.e2e.js b/components/transfer/src/__e2e__/display-order.e2e.stories.js
similarity index 100%
rename from components/transfer/src/__e2e__/display-order.stories.e2e.js
rename to components/transfer/src/__e2e__/display-order.e2e.stories.js
diff --git a/components/transfer/src/__e2e__/filter-options-list.stories.e2e.js b/components/transfer/src/__e2e__/filter-options-list.e2e.stories.js
similarity index 100%
rename from components/transfer/src/__e2e__/filter-options-list.stories.e2e.js
rename to components/transfer/src/__e2e__/filter-options-list.e2e.stories.js
diff --git a/components/transfer/src/__e2e__/highlight-range-of-options.stories.e2e.js b/components/transfer/src/__e2e__/highlight-range-of-options.e2e.stories.js
similarity index 100%
rename from components/transfer/src/__e2e__/highlight-range-of-options.stories.e2e.js
rename to components/transfer/src/__e2e__/highlight-range-of-options.e2e.stories.js
diff --git a/components/transfer/src/__e2e__/loading_lists.stories.e2e.js b/components/transfer/src/__e2e__/loading_lists.e2e.stories.js
similarity index 100%
rename from components/transfer/src/__e2e__/loading_lists.stories.e2e.js
rename to components/transfer/src/__e2e__/loading_lists.e2e.stories.js
diff --git a/components/transfer/src/__e2e__/notify_at_end_of_list.stories.e2e.js b/components/transfer/src/__e2e__/notify_at_end_of_list.e2e.stories.js
similarity index 100%
rename from components/transfer/src/__e2e__/notify_at_end_of_list.stories.e2e.js
rename to components/transfer/src/__e2e__/notify_at_end_of_list.e2e.stories.js
diff --git a/components/transfer/src/__e2e__/reorder-with-buttons.stories.e2e.js b/components/transfer/src/__e2e__/reorder-with-buttons.e2e.stories.js
similarity index 100%
rename from components/transfer/src/__e2e__/reorder-with-buttons.stories.e2e.js
rename to components/transfer/src/__e2e__/reorder-with-buttons.e2e.stories.js
diff --git a/components/transfer/src/__e2e__/set_unset-highlighted-option.stories.e2e.js b/components/transfer/src/__e2e__/set_unset-highlighted-option.e2e.stories.js
similarity index 100%
rename from components/transfer/src/__e2e__/set_unset-highlighted-option.stories.e2e.js
rename to components/transfer/src/__e2e__/set_unset-highlighted-option.e2e.stories.js
diff --git a/components/transfer/src/__e2e__/transferring-items.stories.e2e.js b/components/transfer/src/__e2e__/transferring-items.e2e.stories.js
similarity index 100%
rename from components/transfer/src/__e2e__/transferring-items.stories.e2e.js
rename to components/transfer/src/__e2e__/transferring-items.e2e.stories.js
diff --git a/storybook/src/load-stories.js b/storybook/src/load-stories.js
index 177593dbe5..f96171e679 100644
--- a/storybook/src/load-stories.js
+++ b/storybook/src/load-stories.js
@@ -73,7 +73,7 @@ exports.loadStories = () => {
)
const fileTypeExtension = '@(js|jsx|mdx)'
- const fileExtension = `${isTesting ? 'e3e.stories' : 'stories'}`
+ const fileExtension = `${isTesting ? 'e2e.stories' : 'stories'}`
return [
`${COLLECTIONS_DIR}/*/src/**/*${fileExtension}.${fileTypeExtension}`,
From 553dda31abe3b3605fa1181a119147a2a5fb7b96 Mon Sep 17 00:00:00 2001
From: Mohammer5
Date: Wed, 17 Apr 2024 07:12:24 +0800
Subject: [PATCH 106/170] chore(prod story filenames): change file extension
from stories.js to prod.stories.js
---
...eckboxFieldFF.stories.js => CheckboxFieldFF.prod.stories.js} | 0
.../{FieldGroupFF.stories.js => FieldGroupFF.prod.stories.js} | 0
...InputFieldFF.stories.js => FileInputFieldFF.prod.stories.js} | 0
.../{InputFieldFF.stories.js => InputFieldFF.prod.stories.js} | 0
...ectFieldFF.stories.js => MultiSelectFieldFF.prod.stories.js} | 0
.../{RadioFieldFF.stories.js => RadioFieldFF.prod.stories.js} | 0
...ctFieldFF.stories.js => SingleSelectFieldFF.prod.stories.js} | 0
.../{SwitchFieldFF.stories.js => SwitchFieldFF.prod.stories.js} | 0
...xtAreaFieldFF.stories.js => TextAreaFieldFF.prod.stories.js} | 0
.../{alert-bar.stories.js => alert-bar.prod.stories.js} | 0
.../{alert-stack.stories.js => alert-stack.prod.stories.js} | 0
components/box/src/{box.stories.js => box.prod.stories.js} | 0
.../{button-strip.stories.js => button-strip.prod.stories.js} | 0
.../src/button/{button.stories.js => button.prod.stories.js} | 0
...opdown-button.stories.js => dropdown-button.prod.stories.js} | 0
.../{split-button.stories.js => split-button.prod.stories.js} | 0
...calendar-input.stories.js => calendar-input.prod.stories.js} | 0
.../stories/{calendar.stories.js => calendar.prod.stories.js} | 0
components/card/src/{card.stories.js => card.prod.stories.js} | 0
.../center/src/{center.stories.js => center.prod.stories.js} | 0
...checkbox-field.stories.js => checkbox-field.prod.stories.js} | 0
.../checkbox/{checkbox.stories.js => checkbox.prod.stories.js} | 0
components/chip/src/{chip.stories.js => chip.prod.stories.js} | 0
.../cover/src/{cover.stories.js => cover.prod.stories.js} | 0
.../{css-reset.stories.js => css-reset.prod.stories.js} | 0
.../{css-variables.stories.js => css-variables.prod.stories.js} | 0
.../divider/src/{divider.stories.js => divider.prod.stories.js} | 0
.../{field-group.stories.js => field-group.prod.stories.js} | 0
.../{field-set.stories.js => field-set.prod.stories.js} | 0
.../field/src/field/{field.stories.js => field.prod.stories.js} | 0
...st.stories.js => file-input-field-with-list.prod.stories.js} | 0
...-input-field.stories.js => file-input-field.prod.stories.js} | 0
.../{file-input.stories.js => file-input.prod.stories.js} | 0
.../src/{header-bar.stories.js => header-bar.prod.stories.js} | 0
components/help/src/{help.stories.js => help.prod.stories.js} | 0
.../{input-field.stories.js => input-field.prod.stories.js} | 0
.../input/src/input/{input.stories.js => input.prod.stories.js} | 0
...etector.stories.js => intersection-detector.prod.stories.js} | 0
.../layer/src/{layer.stories.js => layer.prod.stories.js} | 0
.../legend/src/{legend.stories.js => legend.prod.stories.js} | 0
...rcular-loader.stories.js => circular-loader.prod.stories.js} | 0
.../{linear-loader.stories.js => linear-loader.prod.stories.js} | 0
components/logo/src/{logo.stories.js => logo.prod.stories.js} | 0
.../{flyout-menu.stories.js => flyout-menu.prod.stories.js} | 0
.../{menu-divider.stories.js => menu-divider.prod.stories.js} | 0
.../{menu-item.stories.js => menu-item.prod.stories.js} | 0
...on-header.stories.js => menu-section-header.prod.stories.js} | 0
.../menu/src/menu/{menu.stories.js => menu.prod.stories.js} | 0
.../modal/src/modal/{modal.stories.js => modal.prod.stories.js} | 0
components/node/src/{node.stories.js => node.prod.stories.js} | 0
.../src/{notice-box.stories.js => notice-box.prod.stories.js} | 0
...t-tree.stories.js => organisation-unit-tree.prod.stories.js} | 0
.../src/{pagination.stories.js => pagination.prod.stories.js} | 0
.../popover/src/{popover.stories.js => popover.prod.stories.js} | 0
.../popper/src/{popper.stories.js => popper.prod.stories.js} | 0
.../radio/src/{radio.stories.js => radio.prod.stories.js} | 0
...ted-control.stories.js => segmented-control.prod.stories.js} | 0
...lect-field.stories.js => multi-select-field.prod.stories.js} | 0
.../{multi-select.stories.js => multi-select.prod.stories.js} | 0
...ect-field.stories.js => single-select-field.prod.stories.js} | 0
.../{single-select.stories.js => single-select.prod.stories.js} | 0
.../{selector-bar.stories.js => selector-bar.prod.stories.js} | 0
...sharing-dialog.stories.js => sharing-dialog.prod.stories.js} | 0
.../{switch-field.stories.js => switch-field.prod.stories.js} | 0
.../src/switch/{switch.stories.js => switch.prod.stories.js} | 0
.../src/tab-bar/{tab-bar.stories.js => tab-bar.prod.stories.js} | 0
.../{data-table.stories.js => data-table.prod.stories.js} | 0
.../{stacked-table.stories.js => stacked-table.prod.stories.js} | 0
.../table/src/table/{table.stories.js => table.prod.stories.js} | 0
components/tag/src/{tag.stories.js => tag.prod.stories.js} | 0
...xt-area-field.stories.js => text-area-field.prod.stories.js} | 0
.../{text-area.stories.js => text-area.prod.stories.js} | 0
.../tooltip/src/{tooltip.stories.js => tooltip.prod.stories.js} | 0
.../src/{transfer.stories.js => transfer.prod.stories.js} | 0
.../src/{user-avatar.stories.js => user-avatar.prod.stories.js} | 0
icons/src/{icons.stories.js => icons.prod.stories.js} | 0
storybook/src/load-stories.js | 2 +-
77 files changed, 1 insertion(+), 1 deletion(-)
rename collections/forms/src/CheckboxFieldFF/{CheckboxFieldFF.stories.js => CheckboxFieldFF.prod.stories.js} (100%)
rename collections/forms/src/FieldGroupFF/{FieldGroupFF.stories.js => FieldGroupFF.prod.stories.js} (100%)
rename collections/forms/src/FileInputFieldFF/{FileInputFieldFF.stories.js => FileInputFieldFF.prod.stories.js} (100%)
rename collections/forms/src/InputFieldFF/{InputFieldFF.stories.js => InputFieldFF.prod.stories.js} (100%)
rename collections/forms/src/MultiSelectFieldFF/{MultiSelectFieldFF.stories.js => MultiSelectFieldFF.prod.stories.js} (100%)
rename collections/forms/src/RadioFieldFF/{RadioFieldFF.stories.js => RadioFieldFF.prod.stories.js} (100%)
rename collections/forms/src/SingleSelectFieldFF/{SingleSelectFieldFF.stories.js => SingleSelectFieldFF.prod.stories.js} (100%)
rename collections/forms/src/SwitchFieldFF/{SwitchFieldFF.stories.js => SwitchFieldFF.prod.stories.js} (100%)
rename collections/forms/src/TextAreaFieldFF/{TextAreaFieldFF.stories.js => TextAreaFieldFF.prod.stories.js} (100%)
rename components/alert/src/alert-bar/{alert-bar.stories.js => alert-bar.prod.stories.js} (100%)
rename components/alert/src/alert-stack/{alert-stack.stories.js => alert-stack.prod.stories.js} (100%)
rename components/box/src/{box.stories.js => box.prod.stories.js} (100%)
rename components/button/src/button-strip/{button-strip.stories.js => button-strip.prod.stories.js} (100%)
rename components/button/src/button/{button.stories.js => button.prod.stories.js} (100%)
rename components/button/src/dropdown-button/{dropdown-button.stories.js => dropdown-button.prod.stories.js} (100%)
rename components/button/src/split-button/{split-button.stories.js => split-button.prod.stories.js} (100%)
rename components/calendar/src/stories/{calendar-input.stories.js => calendar-input.prod.stories.js} (100%)
rename components/calendar/src/stories/{calendar.stories.js => calendar.prod.stories.js} (100%)
rename components/card/src/{card.stories.js => card.prod.stories.js} (100%)
rename components/center/src/{center.stories.js => center.prod.stories.js} (100%)
rename components/checkbox/src/checkbox-field/{checkbox-field.stories.js => checkbox-field.prod.stories.js} (100%)
rename components/checkbox/src/checkbox/{checkbox.stories.js => checkbox.prod.stories.js} (100%)
rename components/chip/src/{chip.stories.js => chip.prod.stories.js} (100%)
rename components/cover/src/{cover.stories.js => cover.prod.stories.js} (100%)
rename components/css/src/css-reset/{css-reset.stories.js => css-reset.prod.stories.js} (100%)
rename components/css/src/css-variables/{css-variables.stories.js => css-variables.prod.stories.js} (100%)
rename components/divider/src/{divider.stories.js => divider.prod.stories.js} (100%)
rename components/field/src/field-group/{field-group.stories.js => field-group.prod.stories.js} (100%)
rename components/field/src/field-set/{field-set.stories.js => field-set.prod.stories.js} (100%)
rename components/field/src/field/{field.stories.js => field.prod.stories.js} (100%)
rename components/file-input/src/file-input-field-with-list/{file-input-field-with-list.stories.js => file-input-field-with-list.prod.stories.js} (100%)
rename components/file-input/src/file-input-field/{file-input-field.stories.js => file-input-field.prod.stories.js} (100%)
rename components/file-input/src/file-input/{file-input.stories.js => file-input.prod.stories.js} (100%)
rename components/header-bar/src/{header-bar.stories.js => header-bar.prod.stories.js} (100%)
rename components/help/src/{help.stories.js => help.prod.stories.js} (100%)
rename components/input/src/input-field/{input-field.stories.js => input-field.prod.stories.js} (100%)
rename components/input/src/input/{input.stories.js => input.prod.stories.js} (100%)
rename components/intersection-detector/src/{intersection-detector.stories.js => intersection-detector.prod.stories.js} (100%)
rename components/layer/src/{layer.stories.js => layer.prod.stories.js} (100%)
rename components/legend/src/{legend.stories.js => legend.prod.stories.js} (100%)
rename components/loader/src/circular-loader/{circular-loader.stories.js => circular-loader.prod.stories.js} (100%)
rename components/loader/src/linear-loader/{linear-loader.stories.js => linear-loader.prod.stories.js} (100%)
rename components/logo/src/{logo.stories.js => logo.prod.stories.js} (100%)
rename components/menu/src/flyout-menu/{flyout-menu.stories.js => flyout-menu.prod.stories.js} (100%)
rename components/menu/src/menu-divider/{menu-divider.stories.js => menu-divider.prod.stories.js} (100%)
rename components/menu/src/menu-item/{menu-item.stories.js => menu-item.prod.stories.js} (100%)
rename components/menu/src/menu-section-header/{menu-section-header.stories.js => menu-section-header.prod.stories.js} (100%)
rename components/menu/src/menu/{menu.stories.js => menu.prod.stories.js} (100%)
rename components/modal/src/modal/{modal.stories.js => modal.prod.stories.js} (100%)
rename components/node/src/{node.stories.js => node.prod.stories.js} (100%)
rename components/notice-box/src/{notice-box.stories.js => notice-box.prod.stories.js} (100%)
rename components/organisation-unit-tree/src/{organisation-unit-tree.stories.js => organisation-unit-tree.prod.stories.js} (100%)
rename components/pagination/src/{pagination.stories.js => pagination.prod.stories.js} (100%)
rename components/popover/src/{popover.stories.js => popover.prod.stories.js} (100%)
rename components/popper/src/{popper.stories.js => popper.prod.stories.js} (100%)
rename components/radio/src/{radio.stories.js => radio.prod.stories.js} (100%)
rename components/segmented-control/src/{segmented-control.stories.js => segmented-control.prod.stories.js} (100%)
rename components/select/src/multi-select-field/{multi-select-field.stories.js => multi-select-field.prod.stories.js} (100%)
rename components/select/src/multi-select/{multi-select.stories.js => multi-select.prod.stories.js} (100%)
rename components/select/src/single-select-field/{single-select-field.stories.js => single-select-field.prod.stories.js} (100%)
rename components/select/src/single-select/{single-select.stories.js => single-select.prod.stories.js} (100%)
rename components/selector-bar/src/selector-bar/{selector-bar.stories.js => selector-bar.prod.stories.js} (100%)
rename components/sharing-dialog/src/{sharing-dialog.stories.js => sharing-dialog.prod.stories.js} (100%)
rename components/switch/src/switch-field/{switch-field.stories.js => switch-field.prod.stories.js} (100%)
rename components/switch/src/switch/{switch.stories.js => switch.prod.stories.js} (100%)
rename components/tab/src/tab-bar/{tab-bar.stories.js => tab-bar.prod.stories.js} (100%)
rename components/table/src/data-table/{data-table.stories.js => data-table.prod.stories.js} (100%)
rename components/table/src/stacked-table/{stacked-table.stories.js => stacked-table.prod.stories.js} (100%)
rename components/table/src/table/{table.stories.js => table.prod.stories.js} (100%)
rename components/tag/src/{tag.stories.js => tag.prod.stories.js} (100%)
rename components/text-area/src/text-area-field/{text-area-field.stories.js => text-area-field.prod.stories.js} (100%)
rename components/text-area/src/text-area/{text-area.stories.js => text-area.prod.stories.js} (100%)
rename components/tooltip/src/{tooltip.stories.js => tooltip.prod.stories.js} (100%)
rename components/transfer/src/{transfer.stories.js => transfer.prod.stories.js} (100%)
rename components/user-avatar/src/{user-avatar.stories.js => user-avatar.prod.stories.js} (100%)
rename icons/src/{icons.stories.js => icons.prod.stories.js} (100%)
diff --git a/collections/forms/src/CheckboxFieldFF/CheckboxFieldFF.stories.js b/collections/forms/src/CheckboxFieldFF/CheckboxFieldFF.prod.stories.js
similarity index 100%
rename from collections/forms/src/CheckboxFieldFF/CheckboxFieldFF.stories.js
rename to collections/forms/src/CheckboxFieldFF/CheckboxFieldFF.prod.stories.js
diff --git a/collections/forms/src/FieldGroupFF/FieldGroupFF.stories.js b/collections/forms/src/FieldGroupFF/FieldGroupFF.prod.stories.js
similarity index 100%
rename from collections/forms/src/FieldGroupFF/FieldGroupFF.stories.js
rename to collections/forms/src/FieldGroupFF/FieldGroupFF.prod.stories.js
diff --git a/collections/forms/src/FileInputFieldFF/FileInputFieldFF.stories.js b/collections/forms/src/FileInputFieldFF/FileInputFieldFF.prod.stories.js
similarity index 100%
rename from collections/forms/src/FileInputFieldFF/FileInputFieldFF.stories.js
rename to collections/forms/src/FileInputFieldFF/FileInputFieldFF.prod.stories.js
diff --git a/collections/forms/src/InputFieldFF/InputFieldFF.stories.js b/collections/forms/src/InputFieldFF/InputFieldFF.prod.stories.js
similarity index 100%
rename from collections/forms/src/InputFieldFF/InputFieldFF.stories.js
rename to collections/forms/src/InputFieldFF/InputFieldFF.prod.stories.js
diff --git a/collections/forms/src/MultiSelectFieldFF/MultiSelectFieldFF.stories.js b/collections/forms/src/MultiSelectFieldFF/MultiSelectFieldFF.prod.stories.js
similarity index 100%
rename from collections/forms/src/MultiSelectFieldFF/MultiSelectFieldFF.stories.js
rename to collections/forms/src/MultiSelectFieldFF/MultiSelectFieldFF.prod.stories.js
diff --git a/collections/forms/src/RadioFieldFF/RadioFieldFF.stories.js b/collections/forms/src/RadioFieldFF/RadioFieldFF.prod.stories.js
similarity index 100%
rename from collections/forms/src/RadioFieldFF/RadioFieldFF.stories.js
rename to collections/forms/src/RadioFieldFF/RadioFieldFF.prod.stories.js
diff --git a/collections/forms/src/SingleSelectFieldFF/SingleSelectFieldFF.stories.js b/collections/forms/src/SingleSelectFieldFF/SingleSelectFieldFF.prod.stories.js
similarity index 100%
rename from collections/forms/src/SingleSelectFieldFF/SingleSelectFieldFF.stories.js
rename to collections/forms/src/SingleSelectFieldFF/SingleSelectFieldFF.prod.stories.js
diff --git a/collections/forms/src/SwitchFieldFF/SwitchFieldFF.stories.js b/collections/forms/src/SwitchFieldFF/SwitchFieldFF.prod.stories.js
similarity index 100%
rename from collections/forms/src/SwitchFieldFF/SwitchFieldFF.stories.js
rename to collections/forms/src/SwitchFieldFF/SwitchFieldFF.prod.stories.js
diff --git a/collections/forms/src/TextAreaFieldFF/TextAreaFieldFF.stories.js b/collections/forms/src/TextAreaFieldFF/TextAreaFieldFF.prod.stories.js
similarity index 100%
rename from collections/forms/src/TextAreaFieldFF/TextAreaFieldFF.stories.js
rename to collections/forms/src/TextAreaFieldFF/TextAreaFieldFF.prod.stories.js
diff --git a/components/alert/src/alert-bar/alert-bar.stories.js b/components/alert/src/alert-bar/alert-bar.prod.stories.js
similarity index 100%
rename from components/alert/src/alert-bar/alert-bar.stories.js
rename to components/alert/src/alert-bar/alert-bar.prod.stories.js
diff --git a/components/alert/src/alert-stack/alert-stack.stories.js b/components/alert/src/alert-stack/alert-stack.prod.stories.js
similarity index 100%
rename from components/alert/src/alert-stack/alert-stack.stories.js
rename to components/alert/src/alert-stack/alert-stack.prod.stories.js
diff --git a/components/box/src/box.stories.js b/components/box/src/box.prod.stories.js
similarity index 100%
rename from components/box/src/box.stories.js
rename to components/box/src/box.prod.stories.js
diff --git a/components/button/src/button-strip/button-strip.stories.js b/components/button/src/button-strip/button-strip.prod.stories.js
similarity index 100%
rename from components/button/src/button-strip/button-strip.stories.js
rename to components/button/src/button-strip/button-strip.prod.stories.js
diff --git a/components/button/src/button/button.stories.js b/components/button/src/button/button.prod.stories.js
similarity index 100%
rename from components/button/src/button/button.stories.js
rename to components/button/src/button/button.prod.stories.js
diff --git a/components/button/src/dropdown-button/dropdown-button.stories.js b/components/button/src/dropdown-button/dropdown-button.prod.stories.js
similarity index 100%
rename from components/button/src/dropdown-button/dropdown-button.stories.js
rename to components/button/src/dropdown-button/dropdown-button.prod.stories.js
diff --git a/components/button/src/split-button/split-button.stories.js b/components/button/src/split-button/split-button.prod.stories.js
similarity index 100%
rename from components/button/src/split-button/split-button.stories.js
rename to components/button/src/split-button/split-button.prod.stories.js
diff --git a/components/calendar/src/stories/calendar-input.stories.js b/components/calendar/src/stories/calendar-input.prod.stories.js
similarity index 100%
rename from components/calendar/src/stories/calendar-input.stories.js
rename to components/calendar/src/stories/calendar-input.prod.stories.js
diff --git a/components/calendar/src/stories/calendar.stories.js b/components/calendar/src/stories/calendar.prod.stories.js
similarity index 100%
rename from components/calendar/src/stories/calendar.stories.js
rename to components/calendar/src/stories/calendar.prod.stories.js
diff --git a/components/card/src/card.stories.js b/components/card/src/card.prod.stories.js
similarity index 100%
rename from components/card/src/card.stories.js
rename to components/card/src/card.prod.stories.js
diff --git a/components/center/src/center.stories.js b/components/center/src/center.prod.stories.js
similarity index 100%
rename from components/center/src/center.stories.js
rename to components/center/src/center.prod.stories.js
diff --git a/components/checkbox/src/checkbox-field/checkbox-field.stories.js b/components/checkbox/src/checkbox-field/checkbox-field.prod.stories.js
similarity index 100%
rename from components/checkbox/src/checkbox-field/checkbox-field.stories.js
rename to components/checkbox/src/checkbox-field/checkbox-field.prod.stories.js
diff --git a/components/checkbox/src/checkbox/checkbox.stories.js b/components/checkbox/src/checkbox/checkbox.prod.stories.js
similarity index 100%
rename from components/checkbox/src/checkbox/checkbox.stories.js
rename to components/checkbox/src/checkbox/checkbox.prod.stories.js
diff --git a/components/chip/src/chip.stories.js b/components/chip/src/chip.prod.stories.js
similarity index 100%
rename from components/chip/src/chip.stories.js
rename to components/chip/src/chip.prod.stories.js
diff --git a/components/cover/src/cover.stories.js b/components/cover/src/cover.prod.stories.js
similarity index 100%
rename from components/cover/src/cover.stories.js
rename to components/cover/src/cover.prod.stories.js
diff --git a/components/css/src/css-reset/css-reset.stories.js b/components/css/src/css-reset/css-reset.prod.stories.js
similarity index 100%
rename from components/css/src/css-reset/css-reset.stories.js
rename to components/css/src/css-reset/css-reset.prod.stories.js
diff --git a/components/css/src/css-variables/css-variables.stories.js b/components/css/src/css-variables/css-variables.prod.stories.js
similarity index 100%
rename from components/css/src/css-variables/css-variables.stories.js
rename to components/css/src/css-variables/css-variables.prod.stories.js
diff --git a/components/divider/src/divider.stories.js b/components/divider/src/divider.prod.stories.js
similarity index 100%
rename from components/divider/src/divider.stories.js
rename to components/divider/src/divider.prod.stories.js
diff --git a/components/field/src/field-group/field-group.stories.js b/components/field/src/field-group/field-group.prod.stories.js
similarity index 100%
rename from components/field/src/field-group/field-group.stories.js
rename to components/field/src/field-group/field-group.prod.stories.js
diff --git a/components/field/src/field-set/field-set.stories.js b/components/field/src/field-set/field-set.prod.stories.js
similarity index 100%
rename from components/field/src/field-set/field-set.stories.js
rename to components/field/src/field-set/field-set.prod.stories.js
diff --git a/components/field/src/field/field.stories.js b/components/field/src/field/field.prod.stories.js
similarity index 100%
rename from components/field/src/field/field.stories.js
rename to components/field/src/field/field.prod.stories.js
diff --git a/components/file-input/src/file-input-field-with-list/file-input-field-with-list.stories.js b/components/file-input/src/file-input-field-with-list/file-input-field-with-list.prod.stories.js
similarity index 100%
rename from components/file-input/src/file-input-field-with-list/file-input-field-with-list.stories.js
rename to components/file-input/src/file-input-field-with-list/file-input-field-with-list.prod.stories.js
diff --git a/components/file-input/src/file-input-field/file-input-field.stories.js b/components/file-input/src/file-input-field/file-input-field.prod.stories.js
similarity index 100%
rename from components/file-input/src/file-input-field/file-input-field.stories.js
rename to components/file-input/src/file-input-field/file-input-field.prod.stories.js
diff --git a/components/file-input/src/file-input/file-input.stories.js b/components/file-input/src/file-input/file-input.prod.stories.js
similarity index 100%
rename from components/file-input/src/file-input/file-input.stories.js
rename to components/file-input/src/file-input/file-input.prod.stories.js
diff --git a/components/header-bar/src/header-bar.stories.js b/components/header-bar/src/header-bar.prod.stories.js
similarity index 100%
rename from components/header-bar/src/header-bar.stories.js
rename to components/header-bar/src/header-bar.prod.stories.js
diff --git a/components/help/src/help.stories.js b/components/help/src/help.prod.stories.js
similarity index 100%
rename from components/help/src/help.stories.js
rename to components/help/src/help.prod.stories.js
diff --git a/components/input/src/input-field/input-field.stories.js b/components/input/src/input-field/input-field.prod.stories.js
similarity index 100%
rename from components/input/src/input-field/input-field.stories.js
rename to components/input/src/input-field/input-field.prod.stories.js
diff --git a/components/input/src/input/input.stories.js b/components/input/src/input/input.prod.stories.js
similarity index 100%
rename from components/input/src/input/input.stories.js
rename to components/input/src/input/input.prod.stories.js
diff --git a/components/intersection-detector/src/intersection-detector.stories.js b/components/intersection-detector/src/intersection-detector.prod.stories.js
similarity index 100%
rename from components/intersection-detector/src/intersection-detector.stories.js
rename to components/intersection-detector/src/intersection-detector.prod.stories.js
diff --git a/components/layer/src/layer.stories.js b/components/layer/src/layer.prod.stories.js
similarity index 100%
rename from components/layer/src/layer.stories.js
rename to components/layer/src/layer.prod.stories.js
diff --git a/components/legend/src/legend.stories.js b/components/legend/src/legend.prod.stories.js
similarity index 100%
rename from components/legend/src/legend.stories.js
rename to components/legend/src/legend.prod.stories.js
diff --git a/components/loader/src/circular-loader/circular-loader.stories.js b/components/loader/src/circular-loader/circular-loader.prod.stories.js
similarity index 100%
rename from components/loader/src/circular-loader/circular-loader.stories.js
rename to components/loader/src/circular-loader/circular-loader.prod.stories.js
diff --git a/components/loader/src/linear-loader/linear-loader.stories.js b/components/loader/src/linear-loader/linear-loader.prod.stories.js
similarity index 100%
rename from components/loader/src/linear-loader/linear-loader.stories.js
rename to components/loader/src/linear-loader/linear-loader.prod.stories.js
diff --git a/components/logo/src/logo.stories.js b/components/logo/src/logo.prod.stories.js
similarity index 100%
rename from components/logo/src/logo.stories.js
rename to components/logo/src/logo.prod.stories.js
diff --git a/components/menu/src/flyout-menu/flyout-menu.stories.js b/components/menu/src/flyout-menu/flyout-menu.prod.stories.js
similarity index 100%
rename from components/menu/src/flyout-menu/flyout-menu.stories.js
rename to components/menu/src/flyout-menu/flyout-menu.prod.stories.js
diff --git a/components/menu/src/menu-divider/menu-divider.stories.js b/components/menu/src/menu-divider/menu-divider.prod.stories.js
similarity index 100%
rename from components/menu/src/menu-divider/menu-divider.stories.js
rename to components/menu/src/menu-divider/menu-divider.prod.stories.js
diff --git a/components/menu/src/menu-item/menu-item.stories.js b/components/menu/src/menu-item/menu-item.prod.stories.js
similarity index 100%
rename from components/menu/src/menu-item/menu-item.stories.js
rename to components/menu/src/menu-item/menu-item.prod.stories.js
diff --git a/components/menu/src/menu-section-header/menu-section-header.stories.js b/components/menu/src/menu-section-header/menu-section-header.prod.stories.js
similarity index 100%
rename from components/menu/src/menu-section-header/menu-section-header.stories.js
rename to components/menu/src/menu-section-header/menu-section-header.prod.stories.js
diff --git a/components/menu/src/menu/menu.stories.js b/components/menu/src/menu/menu.prod.stories.js
similarity index 100%
rename from components/menu/src/menu/menu.stories.js
rename to components/menu/src/menu/menu.prod.stories.js
diff --git a/components/modal/src/modal/modal.stories.js b/components/modal/src/modal/modal.prod.stories.js
similarity index 100%
rename from components/modal/src/modal/modal.stories.js
rename to components/modal/src/modal/modal.prod.stories.js
diff --git a/components/node/src/node.stories.js b/components/node/src/node.prod.stories.js
similarity index 100%
rename from components/node/src/node.stories.js
rename to components/node/src/node.prod.stories.js
diff --git a/components/notice-box/src/notice-box.stories.js b/components/notice-box/src/notice-box.prod.stories.js
similarity index 100%
rename from components/notice-box/src/notice-box.stories.js
rename to components/notice-box/src/notice-box.prod.stories.js
diff --git a/components/organisation-unit-tree/src/organisation-unit-tree.stories.js b/components/organisation-unit-tree/src/organisation-unit-tree.prod.stories.js
similarity index 100%
rename from components/organisation-unit-tree/src/organisation-unit-tree.stories.js
rename to components/organisation-unit-tree/src/organisation-unit-tree.prod.stories.js
diff --git a/components/pagination/src/pagination.stories.js b/components/pagination/src/pagination.prod.stories.js
similarity index 100%
rename from components/pagination/src/pagination.stories.js
rename to components/pagination/src/pagination.prod.stories.js
diff --git a/components/popover/src/popover.stories.js b/components/popover/src/popover.prod.stories.js
similarity index 100%
rename from components/popover/src/popover.stories.js
rename to components/popover/src/popover.prod.stories.js
diff --git a/components/popper/src/popper.stories.js b/components/popper/src/popper.prod.stories.js
similarity index 100%
rename from components/popper/src/popper.stories.js
rename to components/popper/src/popper.prod.stories.js
diff --git a/components/radio/src/radio.stories.js b/components/radio/src/radio.prod.stories.js
similarity index 100%
rename from components/radio/src/radio.stories.js
rename to components/radio/src/radio.prod.stories.js
diff --git a/components/segmented-control/src/segmented-control.stories.js b/components/segmented-control/src/segmented-control.prod.stories.js
similarity index 100%
rename from components/segmented-control/src/segmented-control.stories.js
rename to components/segmented-control/src/segmented-control.prod.stories.js
diff --git a/components/select/src/multi-select-field/multi-select-field.stories.js b/components/select/src/multi-select-field/multi-select-field.prod.stories.js
similarity index 100%
rename from components/select/src/multi-select-field/multi-select-field.stories.js
rename to components/select/src/multi-select-field/multi-select-field.prod.stories.js
diff --git a/components/select/src/multi-select/multi-select.stories.js b/components/select/src/multi-select/multi-select.prod.stories.js
similarity index 100%
rename from components/select/src/multi-select/multi-select.stories.js
rename to components/select/src/multi-select/multi-select.prod.stories.js
diff --git a/components/select/src/single-select-field/single-select-field.stories.js b/components/select/src/single-select-field/single-select-field.prod.stories.js
similarity index 100%
rename from components/select/src/single-select-field/single-select-field.stories.js
rename to components/select/src/single-select-field/single-select-field.prod.stories.js
diff --git a/components/select/src/single-select/single-select.stories.js b/components/select/src/single-select/single-select.prod.stories.js
similarity index 100%
rename from components/select/src/single-select/single-select.stories.js
rename to components/select/src/single-select/single-select.prod.stories.js
diff --git a/components/selector-bar/src/selector-bar/selector-bar.stories.js b/components/selector-bar/src/selector-bar/selector-bar.prod.stories.js
similarity index 100%
rename from components/selector-bar/src/selector-bar/selector-bar.stories.js
rename to components/selector-bar/src/selector-bar/selector-bar.prod.stories.js
diff --git a/components/sharing-dialog/src/sharing-dialog.stories.js b/components/sharing-dialog/src/sharing-dialog.prod.stories.js
similarity index 100%
rename from components/sharing-dialog/src/sharing-dialog.stories.js
rename to components/sharing-dialog/src/sharing-dialog.prod.stories.js
diff --git a/components/switch/src/switch-field/switch-field.stories.js b/components/switch/src/switch-field/switch-field.prod.stories.js
similarity index 100%
rename from components/switch/src/switch-field/switch-field.stories.js
rename to components/switch/src/switch-field/switch-field.prod.stories.js
diff --git a/components/switch/src/switch/switch.stories.js b/components/switch/src/switch/switch.prod.stories.js
similarity index 100%
rename from components/switch/src/switch/switch.stories.js
rename to components/switch/src/switch/switch.prod.stories.js
diff --git a/components/tab/src/tab-bar/tab-bar.stories.js b/components/tab/src/tab-bar/tab-bar.prod.stories.js
similarity index 100%
rename from components/tab/src/tab-bar/tab-bar.stories.js
rename to components/tab/src/tab-bar/tab-bar.prod.stories.js
diff --git a/components/table/src/data-table/data-table.stories.js b/components/table/src/data-table/data-table.prod.stories.js
similarity index 100%
rename from components/table/src/data-table/data-table.stories.js
rename to components/table/src/data-table/data-table.prod.stories.js
diff --git a/components/table/src/stacked-table/stacked-table.stories.js b/components/table/src/stacked-table/stacked-table.prod.stories.js
similarity index 100%
rename from components/table/src/stacked-table/stacked-table.stories.js
rename to components/table/src/stacked-table/stacked-table.prod.stories.js
diff --git a/components/table/src/table/table.stories.js b/components/table/src/table/table.prod.stories.js
similarity index 100%
rename from components/table/src/table/table.stories.js
rename to components/table/src/table/table.prod.stories.js
diff --git a/components/tag/src/tag.stories.js b/components/tag/src/tag.prod.stories.js
similarity index 100%
rename from components/tag/src/tag.stories.js
rename to components/tag/src/tag.prod.stories.js
diff --git a/components/text-area/src/text-area-field/text-area-field.stories.js b/components/text-area/src/text-area-field/text-area-field.prod.stories.js
similarity index 100%
rename from components/text-area/src/text-area-field/text-area-field.stories.js
rename to components/text-area/src/text-area-field/text-area-field.prod.stories.js
diff --git a/components/text-area/src/text-area/text-area.stories.js b/components/text-area/src/text-area/text-area.prod.stories.js
similarity index 100%
rename from components/text-area/src/text-area/text-area.stories.js
rename to components/text-area/src/text-area/text-area.prod.stories.js
diff --git a/components/tooltip/src/tooltip.stories.js b/components/tooltip/src/tooltip.prod.stories.js
similarity index 100%
rename from components/tooltip/src/tooltip.stories.js
rename to components/tooltip/src/tooltip.prod.stories.js
diff --git a/components/transfer/src/transfer.stories.js b/components/transfer/src/transfer.prod.stories.js
similarity index 100%
rename from components/transfer/src/transfer.stories.js
rename to components/transfer/src/transfer.prod.stories.js
diff --git a/components/user-avatar/src/user-avatar.stories.js b/components/user-avatar/src/user-avatar.prod.stories.js
similarity index 100%
rename from components/user-avatar/src/user-avatar.stories.js
rename to components/user-avatar/src/user-avatar.prod.stories.js
diff --git a/icons/src/icons.stories.js b/icons/src/icons.prod.stories.js
similarity index 100%
rename from icons/src/icons.stories.js
rename to icons/src/icons.prod.stories.js
diff --git a/storybook/src/load-stories.js b/storybook/src/load-stories.js
index f96171e679..ebc2f5f0cc 100644
--- a/storybook/src/load-stories.js
+++ b/storybook/src/load-stories.js
@@ -73,7 +73,7 @@ exports.loadStories = () => {
)
const fileTypeExtension = '@(js|jsx|mdx)'
- const fileExtension = `${isTesting ? 'e2e.stories' : 'stories'}`
+ const fileExtension = `${isTesting ? 'e2e.stories' : 'prod.stories'}`
return [
`${COLLECTIONS_DIR}/*/src/**/*${fileExtension}.${fileTypeExtension}`,
From 3b5a58614eb6992469d5c5d74aa19aa225fb2b1c Mon Sep 17 00:00:00 2001
From: Mohammer5
Date: Mon, 29 Apr 2024 17:43:40 +0800
Subject: [PATCH 107/170] fix(calendar): pin temporal dependency to version
0.4.3 due to breaking changes
---
package.json | 1 +
yarn.lock | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/package.json b/package.json
index 07d50b99f1..1b518ecf7f 100644
--- a/package.json
+++ b/package.json
@@ -85,6 +85,7 @@
"wait-on": "^6.0.0"
},
"resolutions": {
+ "@js-temporal/polyfill": "0.4.3",
"react": "16.13.1"
}
}
diff --git a/yarn.lock b/yarn.lock
index be82b90ded..2b8ac970db 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -15989,7 +15989,7 @@ js2xmlparser@^4.0.2:
dependencies:
xmlcreate "^2.0.4"
-jsbi@^4.3.0:
+jsbi@^4.1.0:
version "4.3.0"
resolved "https://registry.yarnpkg.com/jsbi/-/jsbi-4.3.0.tgz#b54ee074fb6fcbc00619559305c8f7e912b04741"
integrity sha512-SnZNcinB4RIcnEyZqFPdGPVgrg2AcnykiBy0sHVJQKHYeaLUvi3Exj+iaPpLnFVkDPZIV4U0yvgC9/R4uEAZ9g==
@@ -23677,7 +23677,7 @@ tslib@^1.13.0, tslib@^1.8.1, tslib@^1.9.0:
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
-tslib@^2.0.0, tslib@^2.0.1, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.4.0, tslib@^2.4.1:
+tslib@^2.0.0, tslib@^2.0.1, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.3.1, tslib@^2.4.0:
version "2.6.2"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae"
integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==
From 7633675b940678eb486d070ba893803310731205 Mon Sep 17 00:00:00 2001
From: Mohammer5
Date: Mon, 27 May 2024 16:14:41 +0800
Subject: [PATCH 108/170] chore(workspace package json): use new storybook
start command
---
collections/forms/package.json | 2 +-
components/alert/package.json | 2 +-
components/box/package.json | 2 +-
components/button/package.json | 2 +-
components/calendar/package.json | 2 +-
components/card/package.json | 2 +-
components/center/package.json | 2 +-
components/checkbox/package.json | 2 +-
components/chip/package.json | 2 +-
components/cover/package.json | 2 +-
components/css/package.json | 2 +-
components/divider/package.json | 2 +-
components/field/package.json | 2 +-
components/file-input/package.json | 2 +-
components/header-bar/package.json | 2 +-
components/help/package.json | 2 +-
components/input/package.json | 2 +-
components/intersection-detector/package.json | 2 +-
components/label/package.json | 2 +-
components/layer/package.json | 2 +-
components/legend/package.json | 2 +-
components/loader/package.json | 2 +-
components/logo/package.json | 2 +-
components/menu/package.json | 2 +-
components/modal/package.json | 2 +-
components/node/package.json | 2 +-
components/notice-box/package.json | 2 +-
components/organisation-unit-tree/package.json | 2 +-
components/pagination/package.json | 2 +-
components/popover/package.json | 2 +-
components/popper/package.json | 2 +-
components/portal/package.json | 2 +-
components/radio/package.json | 2 +-
components/required/package.json | 2 +-
components/segmented-control/package.json | 2 +-
components/select/package.json | 2 +-
components/selector-bar/package.json | 2 +-
components/sharing-dialog/package.json | 2 +-
components/status-icon/package.json | 2 +-
components/switch/package.json | 2 +-
components/tab/package.json | 2 +-
components/table/package.json | 2 +-
components/tag/package.json | 2 +-
components/text-area/package.json | 2 +-
components/tooltip/package.json | 2 +-
components/transfer/package.json | 2 +-
components/user-avatar/package.json | 2 +-
constants/package.json | 2 +-
icons/package.json | 2 +-
49 files changed, 49 insertions(+), 49 deletions(-)
diff --git a/collections/forms/package.json b/collections/forms/package.json
index 0a87c3b6d4..8b02d801d1 100644
--- a/collections/forms/package.json
+++ b/collections/forms/package.json
@@ -26,7 +26,7 @@
"access": "public"
},
"scripts": {
- "start": "start-storybook -c ../../storybook/config --port 5000",
+ "start": "storybook dev -c ../../storybook/config --port 5000",
"build": "d2-app-scripts build"
},
"peerDependencies": {
diff --git a/components/alert/package.json b/components/alert/package.json
index bd867f4807..ed999014e4 100644
--- a/components/alert/package.json
+++ b/components/alert/package.json
@@ -22,7 +22,7 @@
"access": "public"
},
"scripts": {
- "start": "start-storybook -c ../../storybook/config --port 5000",
+ "start": "storybook dev -c ../../storybook/config --port 5000",
"build": "d2-app-scripts build",
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
diff --git a/components/box/package.json b/components/box/package.json
index ca1bde433d..c7ad30db6c 100644
--- a/components/box/package.json
+++ b/components/box/package.json
@@ -22,7 +22,7 @@
"access": "public"
},
"scripts": {
- "start": "start-storybook -c ../../storybook/config --port 5000",
+ "start": "storybook dev -c ../../storybook/config --port 5000",
"build": "d2-app-scripts build",
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
diff --git a/components/button/package.json b/components/button/package.json
index a0d2cd159f..7ec33f9876 100644
--- a/components/button/package.json
+++ b/components/button/package.json
@@ -22,7 +22,7 @@
"access": "public"
},
"scripts": {
- "start": "start-storybook -c ../../storybook/config --port 5000",
+ "start": "storybook dev -c ../../storybook/config --port 5000",
"build": "d2-app-scripts build",
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
diff --git a/components/calendar/package.json b/components/calendar/package.json
index 85be7427c9..eb9b27f373 100644
--- a/components/calendar/package.json
+++ b/components/calendar/package.json
@@ -22,7 +22,7 @@
"access": "public"
},
"scripts": {
- "start": "start-storybook -c ../../storybook/config --port 5000",
+ "start": "storybook dev -c ../../storybook/config --port 5000",
"build": "d2-app-scripts build",
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
diff --git a/components/card/package.json b/components/card/package.json
index 193931624f..b4d0953026 100644
--- a/components/card/package.json
+++ b/components/card/package.json
@@ -22,7 +22,7 @@
"access": "public"
},
"scripts": {
- "start": "start-storybook -c ../../storybook/config --port 5000",
+ "start": "storybook dev -c ../../storybook/config --port 5000",
"build": "d2-app-scripts build",
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
diff --git a/components/center/package.json b/components/center/package.json
index abcd2f9604..12a541e3d5 100644
--- a/components/center/package.json
+++ b/components/center/package.json
@@ -22,7 +22,7 @@
"access": "public"
},
"scripts": {
- "start": "start-storybook -c ../../storybook/config --port 5000",
+ "start": "storybook dev -c ../../storybook/config --port 5000",
"build": "d2-app-scripts build",
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
diff --git a/components/checkbox/package.json b/components/checkbox/package.json
index 9b6f7f78a4..a49586d8c7 100644
--- a/components/checkbox/package.json
+++ b/components/checkbox/package.json
@@ -22,7 +22,7 @@
"access": "public"
},
"scripts": {
- "start": "start-storybook -c ../../storybook/config --port 5000",
+ "start": "storybook dev -c ../../storybook/config --port 5000",
"build": "d2-app-scripts build",
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
diff --git a/components/chip/package.json b/components/chip/package.json
index f1e347f405..7452485449 100644
--- a/components/chip/package.json
+++ b/components/chip/package.json
@@ -22,7 +22,7 @@
"access": "public"
},
"scripts": {
- "start": "start-storybook -c ../../storybook/config --port 5000",
+ "start": "storybook dev -c ../../storybook/config --port 5000",
"build": "d2-app-scripts build",
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
diff --git a/components/cover/package.json b/components/cover/package.json
index 2729ca5077..00e4f16f37 100644
--- a/components/cover/package.json
+++ b/components/cover/package.json
@@ -22,7 +22,7 @@
"access": "public"
},
"scripts": {
- "start": "start-storybook -c ../../storybook/config --port 5000",
+ "start": "storybook dev -c ../../storybook/config --port 5000",
"build": "d2-app-scripts build",
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
diff --git a/components/css/package.json b/components/css/package.json
index cd5c529e25..8915f6c8ce 100644
--- a/components/css/package.json
+++ b/components/css/package.json
@@ -22,7 +22,7 @@
"access": "public"
},
"scripts": {
- "start": "start-storybook -c ../../storybook/config --port 5000",
+ "start": "storybook dev -c ../../storybook/config --port 5000",
"build": "d2-app-scripts build",
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
diff --git a/components/divider/package.json b/components/divider/package.json
index 163687d546..246d93fb14 100644
--- a/components/divider/package.json
+++ b/components/divider/package.json
@@ -22,7 +22,7 @@
"access": "public"
},
"scripts": {
- "start": "start-storybook -c ../../storybook/config --port 5000",
+ "start": "storybook dev -c ../../storybook/config --port 5000",
"build": "d2-app-scripts build",
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
diff --git a/components/field/package.json b/components/field/package.json
index 6fe48af599..c1783f8328 100644
--- a/components/field/package.json
+++ b/components/field/package.json
@@ -22,7 +22,7 @@
"access": "public"
},
"scripts": {
- "start": "start-storybook -c ../../storybook/config --port 5000",
+ "start": "storybook dev -c ../../storybook/config --port 5000",
"build": "d2-app-scripts build",
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
diff --git a/components/file-input/package.json b/components/file-input/package.json
index 0d4cdc012b..11f017942a 100644
--- a/components/file-input/package.json
+++ b/components/file-input/package.json
@@ -22,7 +22,7 @@
"access": "public"
},
"scripts": {
- "start": "start-storybook -c ../../storybook/config --port 5000",
+ "start": "storybook dev -c ../../storybook/config --port 5000",
"build": "d2-app-scripts build",
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
diff --git a/components/header-bar/package.json b/components/header-bar/package.json
index fb03d87e74..4bed27c5e0 100644
--- a/components/header-bar/package.json
+++ b/components/header-bar/package.json
@@ -22,7 +22,7 @@
"access": "public"
},
"scripts": {
- "start": "start-storybook -c ../../storybook/config --port 5000",
+ "start": "storybook dev -c ../../storybook/config --port 5000",
"build": "d2-app-scripts build",
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
diff --git a/components/help/package.json b/components/help/package.json
index 7e61008fee..5981d293a8 100644
--- a/components/help/package.json
+++ b/components/help/package.json
@@ -22,7 +22,7 @@
"access": "public"
},
"scripts": {
- "start": "start-storybook -c ../../storybook/config --port 5000",
+ "start": "storybook dev -c ../../storybook/config --port 5000",
"build": "d2-app-scripts build",
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
diff --git a/components/input/package.json b/components/input/package.json
index 51eabb768e..5e06aa6551 100644
--- a/components/input/package.json
+++ b/components/input/package.json
@@ -22,7 +22,7 @@
"access": "public"
},
"scripts": {
- "start": "start-storybook -c ../../storybook/config --port 5000",
+ "start": "storybook dev -c ../../storybook/config --port 5000",
"build": "d2-app-scripts build",
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
diff --git a/components/intersection-detector/package.json b/components/intersection-detector/package.json
index 00ec727e16..ccfd922907 100644
--- a/components/intersection-detector/package.json
+++ b/components/intersection-detector/package.json
@@ -22,7 +22,7 @@
"access": "public"
},
"scripts": {
- "start": "start-storybook -c ../../storybook/config --port 5000",
+ "start": "storybook dev -c ../../storybook/config --port 5000",
"build": "d2-app-scripts build",
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
diff --git a/components/label/package.json b/components/label/package.json
index 4f94f57640..8815510f45 100644
--- a/components/label/package.json
+++ b/components/label/package.json
@@ -22,7 +22,7 @@
"access": "public"
},
"scripts": {
- "start": "start-storybook -c ../../storybook/config --port 5000",
+ "start": "storybook dev -c ../../storybook/config --port 5000",
"build": "d2-app-scripts build",
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
diff --git a/components/layer/package.json b/components/layer/package.json
index cc32127295..4ed26e41b2 100644
--- a/components/layer/package.json
+++ b/components/layer/package.json
@@ -22,7 +22,7 @@
"access": "public"
},
"scripts": {
- "start": "start-storybook -c ../../storybook/config --port 5000",
+ "start": "storybook dev -c ../../storybook/config --port 5000",
"build": "d2-app-scripts build",
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
diff --git a/components/legend/package.json b/components/legend/package.json
index 125655b2c3..641b9603c5 100644
--- a/components/legend/package.json
+++ b/components/legend/package.json
@@ -22,7 +22,7 @@
"access": "public"
},
"scripts": {
- "start": "start-storybook -c ../../storybook/config --port 5000",
+ "start": "storybook dev -c ../../storybook/config --port 5000",
"build": "d2-app-scripts build",
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
diff --git a/components/loader/package.json b/components/loader/package.json
index f9d8501410..023404d452 100644
--- a/components/loader/package.json
+++ b/components/loader/package.json
@@ -22,7 +22,7 @@
"access": "public"
},
"scripts": {
- "start": "start-storybook -c ../../storybook/config --port 5000",
+ "start": "storybook dev -c ../../storybook/config --port 5000",
"build": "d2-app-scripts build",
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
diff --git a/components/logo/package.json b/components/logo/package.json
index 05a420fa0c..7a7caeb86b 100644
--- a/components/logo/package.json
+++ b/components/logo/package.json
@@ -22,7 +22,7 @@
"access": "public"
},
"scripts": {
- "start": "start-storybook -c ../../storybook/config --port 5000",
+ "start": "storybook dev -c ../../storybook/config --port 5000",
"build": "d2-app-scripts build",
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
diff --git a/components/menu/package.json b/components/menu/package.json
index 3f57aa6214..083569ce42 100644
--- a/components/menu/package.json
+++ b/components/menu/package.json
@@ -22,7 +22,7 @@
"access": "public"
},
"scripts": {
- "start": "start-storybook -c ../../storybook/config --port 5000",
+ "start": "storybook dev -c ../../storybook/config --port 5000",
"build": "d2-app-scripts build",
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
diff --git a/components/modal/package.json b/components/modal/package.json
index 4a019c6b9e..4e9e82e8f9 100644
--- a/components/modal/package.json
+++ b/components/modal/package.json
@@ -22,7 +22,7 @@
"access": "public"
},
"scripts": {
- "start": "start-storybook -c ../../storybook/config --port 5000",
+ "start": "storybook dev -c ../../storybook/config --port 5000",
"build": "d2-app-scripts build",
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
diff --git a/components/node/package.json b/components/node/package.json
index d680a2f419..b01bd812ed 100644
--- a/components/node/package.json
+++ b/components/node/package.json
@@ -22,7 +22,7 @@
"access": "public"
},
"scripts": {
- "start": "start-storybook -c ../../storybook/config --port 5000",
+ "start": "storybook dev -c ../../storybook/config --port 5000",
"build": "d2-app-scripts build",
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
diff --git a/components/notice-box/package.json b/components/notice-box/package.json
index 0e24683cec..f4766546ee 100644
--- a/components/notice-box/package.json
+++ b/components/notice-box/package.json
@@ -22,7 +22,7 @@
"access": "public"
},
"scripts": {
- "start": "start-storybook -c ../../storybook/config --port 5000",
+ "start": "storybook dev -c ../../storybook/config --port 5000",
"build": "d2-app-scripts build",
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
diff --git a/components/organisation-unit-tree/package.json b/components/organisation-unit-tree/package.json
index 66454ade83..68dca585c4 100644
--- a/components/organisation-unit-tree/package.json
+++ b/components/organisation-unit-tree/package.json
@@ -22,7 +22,7 @@
"access": "public"
},
"scripts": {
- "start": "start-storybook -c ../../storybook/config --port 5000",
+ "start": "storybook dev -c ../../storybook/config --port 5000",
"build": "d2-app-scripts build",
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
diff --git a/components/pagination/package.json b/components/pagination/package.json
index 8edf886717..1c52d3a2b7 100644
--- a/components/pagination/package.json
+++ b/components/pagination/package.json
@@ -22,7 +22,7 @@
"access": "public"
},
"scripts": {
- "start": "start-storybook -c ../../storybook/config --port 5000",
+ "start": "storybook dev -c ../../storybook/config --port 5000",
"build": "d2-app-scripts build",
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
diff --git a/components/popover/package.json b/components/popover/package.json
index b72a64de17..ad5f32476f 100644
--- a/components/popover/package.json
+++ b/components/popover/package.json
@@ -22,7 +22,7 @@
"access": "public"
},
"scripts": {
- "start": "start-storybook -c ../../storybook/config --port 5000",
+ "start": "storybook dev -c ../../storybook/config --port 5000",
"build": "d2-app-scripts build",
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
diff --git a/components/popper/package.json b/components/popper/package.json
index 41045d77f0..901c1e34c1 100644
--- a/components/popper/package.json
+++ b/components/popper/package.json
@@ -22,7 +22,7 @@
"access": "public"
},
"scripts": {
- "start": "start-storybook -c ../../storybook/config --port 5000",
+ "start": "storybook dev -c ../../storybook/config --port 5000",
"build": "d2-app-scripts build",
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
diff --git a/components/portal/package.json b/components/portal/package.json
index 7a1156c132..1322f9dcb8 100644
--- a/components/portal/package.json
+++ b/components/portal/package.json
@@ -22,7 +22,7 @@
"access": "public"
},
"scripts": {
- "start": "start-storybook -c ../../storybook/config --port 5000",
+ "start": "storybook dev -c ../../storybook/config --port 5000",
"build": "d2-app-scripts build",
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
diff --git a/components/radio/package.json b/components/radio/package.json
index dd91baa37c..40e5cc50d5 100644
--- a/components/radio/package.json
+++ b/components/radio/package.json
@@ -22,7 +22,7 @@
"access": "public"
},
"scripts": {
- "start": "start-storybook -c ../../storybook/config --port 5000",
+ "start": "storybook dev -c ../../storybook/config --port 5000",
"build": "d2-app-scripts build",
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
diff --git a/components/required/package.json b/components/required/package.json
index 7ad9e02fce..236bc5c1f5 100644
--- a/components/required/package.json
+++ b/components/required/package.json
@@ -22,7 +22,7 @@
"access": "public"
},
"scripts": {
- "start": "start-storybook -c ../../storybook/config --port 5000",
+ "start": "storybook dev -c ../../storybook/config --port 5000",
"build": "d2-app-scripts build",
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
diff --git a/components/segmented-control/package.json b/components/segmented-control/package.json
index c366358e3e..2d02a4c486 100644
--- a/components/segmented-control/package.json
+++ b/components/segmented-control/package.json
@@ -22,7 +22,7 @@
"access": "public"
},
"scripts": {
- "start": "start-storybook -c ../../storybook/config --port 5000",
+ "start": "storybook dev -c ../../storybook/config --port 5000",
"build": "d2-app-scripts build",
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
diff --git a/components/select/package.json b/components/select/package.json
index 3171d67441..dd9514781f 100644
--- a/components/select/package.json
+++ b/components/select/package.json
@@ -22,7 +22,7 @@
"access": "public"
},
"scripts": {
- "start": "start-storybook -c ../../storybook/config --port 5000",
+ "start": "storybook dev -c ../../storybook/config --port 5000",
"build": "d2-app-scripts build",
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
diff --git a/components/selector-bar/package.json b/components/selector-bar/package.json
index 7236508dcf..e57a4ff63b 100644
--- a/components/selector-bar/package.json
+++ b/components/selector-bar/package.json
@@ -22,7 +22,7 @@
"access": "public"
},
"scripts": {
- "start": "start-storybook -c ../../storybook/config --port 5000",
+ "start": "storybook dev -c ../../storybook/config --port 5000",
"build": "d2-app-scripts build",
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
diff --git a/components/sharing-dialog/package.json b/components/sharing-dialog/package.json
index 647ed1f104..877b0e7559 100644
--- a/components/sharing-dialog/package.json
+++ b/components/sharing-dialog/package.json
@@ -22,7 +22,7 @@
"access": "public"
},
"scripts": {
- "start": "start-storybook -c ../../storybook/config --port 5000",
+ "start": "storybook dev -c ../../storybook/config --port 5000",
"build": "d2-app-scripts build",
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
diff --git a/components/status-icon/package.json b/components/status-icon/package.json
index 72be316c63..8fe9d33302 100644
--- a/components/status-icon/package.json
+++ b/components/status-icon/package.json
@@ -22,7 +22,7 @@
"access": "public"
},
"scripts": {
- "start": "start-storybook -c ../../storybook/config --port 5000",
+ "start": "storybook dev -c ../../storybook/config --port 5000",
"build": "d2-app-scripts build",
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
diff --git a/components/switch/package.json b/components/switch/package.json
index e0ad4aed3e..f12330dfd6 100644
--- a/components/switch/package.json
+++ b/components/switch/package.json
@@ -22,7 +22,7 @@
"access": "public"
},
"scripts": {
- "start": "start-storybook -c ../../storybook/config --port 5000",
+ "start": "storybook dev -c ../../storybook/config --port 5000",
"build": "d2-app-scripts build",
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
diff --git a/components/tab/package.json b/components/tab/package.json
index fd936a7826..62723adc96 100644
--- a/components/tab/package.json
+++ b/components/tab/package.json
@@ -22,7 +22,7 @@
"access": "public"
},
"scripts": {
- "start": "start-storybook -c ../../storybook/config --port 5000",
+ "start": "storybook dev -c ../../storybook/config --port 5000",
"build": "d2-app-scripts build",
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
diff --git a/components/table/package.json b/components/table/package.json
index d94d94dd9f..576a942782 100644
--- a/components/table/package.json
+++ b/components/table/package.json
@@ -22,7 +22,7 @@
"access": "public"
},
"scripts": {
- "start": "start-storybook -c ../../storybook/config --port 5000",
+ "start": "storybook dev -c ../../storybook/config --port 5000",
"build": "d2-app-scripts build",
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
diff --git a/components/tag/package.json b/components/tag/package.json
index 9eb457b247..57772a7c83 100644
--- a/components/tag/package.json
+++ b/components/tag/package.json
@@ -22,7 +22,7 @@
"access": "public"
},
"scripts": {
- "start": "start-storybook -c ../../storybook/config --port 5000",
+ "start": "storybook dev -c ../../storybook/config --port 5000",
"build": "d2-app-scripts build",
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
diff --git a/components/text-area/package.json b/components/text-area/package.json
index 191afff9a1..2978088f51 100644
--- a/components/text-area/package.json
+++ b/components/text-area/package.json
@@ -22,7 +22,7 @@
"access": "public"
},
"scripts": {
- "start": "start-storybook -c ../../storybook/config --port 5000",
+ "start": "storybook dev -c ../../storybook/config --port 5000",
"build": "d2-app-scripts build",
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
diff --git a/components/tooltip/package.json b/components/tooltip/package.json
index 620a17a2fb..710a8ee25e 100644
--- a/components/tooltip/package.json
+++ b/components/tooltip/package.json
@@ -22,7 +22,7 @@
"access": "public"
},
"scripts": {
- "start": "start-storybook -c ../../storybook/config --port 5000",
+ "start": "storybook dev -c ../../storybook/config --port 5000",
"build": "d2-app-scripts build",
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
diff --git a/components/transfer/package.json b/components/transfer/package.json
index d05045a334..f1de169453 100644
--- a/components/transfer/package.json
+++ b/components/transfer/package.json
@@ -22,7 +22,7 @@
"access": "public"
},
"scripts": {
- "start": "start-storybook -c ../../storybook/config --port 5000",
+ "start": "storybook dev -c ../../storybook/config --port 5000",
"build": "d2-app-scripts build",
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
diff --git a/components/user-avatar/package.json b/components/user-avatar/package.json
index a6278ec094..92294aa8f2 100644
--- a/components/user-avatar/package.json
+++ b/components/user-avatar/package.json
@@ -22,7 +22,7 @@
"access": "public"
},
"scripts": {
- "start": "start-storybook -c ../../storybook/config --port 5000",
+ "start": "storybook dev -c ../../storybook/config --port 5000",
"build": "d2-app-scripts build",
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
diff --git a/constants/package.json b/constants/package.json
index 0b9629c653..8ba906ed57 100644
--- a/constants/package.json
+++ b/constants/package.json
@@ -23,7 +23,7 @@
"access": "public"
},
"scripts": {
- "start": "start-storybook -c ../storybook/config --port 5000",
+ "start": "storybook dev -c ../storybook/config --port 5000",
"build": "d2-app-scripts build"
},
"dependencies": {
diff --git a/icons/package.json b/icons/package.json
index 0737afbdf1..d30f4e3ba1 100644
--- a/icons/package.json
+++ b/icons/package.json
@@ -23,7 +23,7 @@
"access": "public"
},
"scripts": {
- "start": "start-storybook -c ../storybook/config --port 5000",
+ "start": "storybook dev -c ../storybook/config --port 5000",
"build": "yarn run clean && yarn run build:icons && yarn run build:lib",
"build:icons": "svgr -d src/react src/svg",
"build:lib": "d2-app-scripts build",
From 8561167c2d850fdc9f186cae92a453c14e834491 Mon Sep 17 00:00:00 2001
From: Mohammer5
Date: Mon, 27 May 2024 16:16:42 +0800
Subject: [PATCH 109/170] chore(storybook): active working plugins
---
storybook/config/main.js | 25 +++++++++----------------
1 file changed, 9 insertions(+), 16 deletions(-)
diff --git a/storybook/config/main.js b/storybook/config/main.js
index 168b10e68a..ec41d98b0e 100644
--- a/storybook/config/main.js
+++ b/storybook/config/main.js
@@ -5,18 +5,15 @@ const { webpackConfig } = require('../src/webpack-config.js')
module.exports = {
addons: [
- // {
- // name: '@storybook/addon-essentials',
- // options: {
- // docs: false,
- // },
- // },
- // {
- // name: '@storybook/addon-storysource',
- // options: { loaderOptions: { injectDecorator: false } },
- // },
- // getAbsolutePath("storybook-addon-jsx"),
- // getAbsolutePath("@storybook/addon-a11y"),
+ {
+ name: '@storybook/addon-essentials',
+ options: { docs: false },
+ },
+ {
+ name: '@storybook/addon-storysource',
+ options: { loaderOptions: { injectDecorator: false } },
+ },
+ getAbsolutePath("@storybook/addon-a11y"),
getAbsolutePath("@storybook/preset-create-react-app"),
],
@@ -28,10 +25,6 @@ module.exports = {
name: getAbsolutePath("@storybook/react-webpack5"),
options: {}
},
-
- // docs: {
- // autodocs: true
- // }
}
function getAbsolutePath(value) {
From a77e9db025165badfda99fb5732d014a6c67ae1a Mon Sep 17 00:00:00 2001
From: Mohammer5
Date: Mon, 27 May 2024 16:26:10 +0800
Subject: [PATCH 110/170] chore(storybook): restore proper output & use static
directory
---
storybook/config/main.js | 2 ++
storybook/package.json | 4 +---
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/storybook/config/main.js b/storybook/config/main.js
index ec41d98b0e..ff6fa89e38 100644
--- a/storybook/config/main.js
+++ b/storybook/config/main.js
@@ -25,6 +25,8 @@ module.exports = {
name: getAbsolutePath("@storybook/react-webpack5"),
options: {}
},
+
+ staticDirs: [join(__dirname, '../static')],
}
function getAbsolutePath(value) {
diff --git a/storybook/package.json b/storybook/package.json
index c462c158fe..ae060891df 100644
--- a/storybook/package.json
+++ b/storybook/package.json
@@ -11,9 +11,7 @@
"license": "BSD-3-Clause",
"private": true,
"scripts": {
- "_start": "EXTEND_ESLINT=true storybook dev -c config --port 5000 --quiet --ci -s static",
- "start": "EXTEND_ESLINT=true storybook dev -c config --port 5000 --quiet --ci --debug-webpack",
- "_build": "EXTEND_ESLINT=true storybook build -c config -o ../dist/demo --quiet -s static",
+ "start": "EXTEND_ESLINT=true storybook dev -c config --port 5000 --ci",
"build": "EXTEND_ESLINT=true storybook build -c config -o ../dist/demo --quiet"
},
"peerDependencies": {
From 1b8f28a9aa9400623903fb99d23c29b6a3efa6de Mon Sep 17 00:00:00 2001
From: Mohammer5
Date: Mon, 27 May 2024 16:55:49 +0800
Subject: [PATCH 111/170] chore: adjust react-dependency to prevent "wrong hook
usage" error
---
collections/forms/package.json | 4 ++--
collections/ui/package.json | 4 ++--
components/alert/package.json | 4 ++--
components/box/package.json | 4 ++--
components/button/package.json | 4 ++--
components/calendar/package.json | 4 ++--
components/card/package.json | 4 ++--
components/center/package.json | 4 ++--
components/checkbox/package.json | 4 ++--
components/chip/package.json | 4 ++--
components/cover/package.json | 4 ++--
components/css/package.json | 4 ++--
components/divider/package.json | 4 ++--
components/field/package.json | 4 ++--
components/file-input/package.json | 4 ++--
components/header-bar/package.json | 4 ++--
components/help/package.json | 4 ++--
components/input/package.json | 4 ++--
components/intersection-detector/package.json | 4 ++--
components/label/package.json | 4 ++--
components/layer/package.json | 4 ++--
components/legend/package.json | 4 ++--
components/loader/package.json | 4 ++--
components/logo/package.json | 4 ++--
components/menu/package.json | 4 ++--
components/modal/package.json | 4 ++--
components/node/package.json | 4 ++--
components/notice-box/package.json | 4 ++--
.../organisation-unit-tree/package.json | 4 ++--
components/pagination/package.json | 4 ++--
components/popover/package.json | 4 ++--
components/popper/package.json | 4 ++--
components/portal/package.json | 4 ++--
components/radio/package.json | 4 ++--
components/required/package.json | 4 ++--
components/segmented-control/package.json | 4 ++--
components/select/package.json | 4 ++--
components/selector-bar/package.json | 4 ++--
components/sharing-dialog/package.json | 4 ++--
components/status-icon/package.json | 4 ++--
components/switch/package.json | 4 ++--
components/tab/package.json | 4 ++--
components/table/package.json | 4 ++--
components/tag/package.json | 4 ++--
components/text-area/package.json | 4 ++--
components/tooltip/package.json | 4 ++--
components/transfer/package.json | 4 ++--
components/user-avatar/package.json | 4 ++--
docs/package.json | 4 ++--
icons/package.json | 4 ++--
storybook/package.json | 4 ++--
yarn.lock | 22 +++++++++++++++++++
52 files changed, 124 insertions(+), 102 deletions(-)
diff --git a/collections/forms/package.json b/collections/forms/package.json
index 8b02d801d1..9cc87219c6 100644
--- a/collections/forms/package.json
+++ b/collections/forms/package.json
@@ -30,8 +30,8 @@
"build": "d2-app-scripts build"
},
"peerDependencies": {
- "react": "^16.8",
- "react-dom": "^16.8"
+ "react": "^16.13",
+ "react-dom": "^16.13"
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
diff --git a/collections/ui/package.json b/collections/ui/package.json
index 32fe438eb5..c06372347a 100644
--- a/collections/ui/package.json
+++ b/collections/ui/package.json
@@ -74,8 +74,8 @@
"peerDependencies": {
"@dhis2/app-runtime": "^3",
"@dhis2/d2-i18n": "^1",
- "react": "^16.8",
- "react-dom": "^16.8",
+ "react": "^16.13",
+ "react-dom": "^16.13",
"styled-jsx": "^4"
},
"devDependencies": {
diff --git a/components/alert/package.json b/components/alert/package.json
index ed999014e4..73bf3ca0ab 100644
--- a/components/alert/package.json
+++ b/components/alert/package.json
@@ -27,8 +27,8 @@
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
"peerDependencies": {
- "react": "^16.8",
- "react-dom": "^16.8",
+ "react": "^16.13",
+ "react-dom": "^16.13",
"styled-jsx": "^4"
},
"dependencies": {
diff --git a/components/box/package.json b/components/box/package.json
index c7ad30db6c..3688274f57 100644
--- a/components/box/package.json
+++ b/components/box/package.json
@@ -27,8 +27,8 @@
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
"peerDependencies": {
- "react": "^16.8",
- "react-dom": "^16.8",
+ "react": "^16.13",
+ "react-dom": "^16.13",
"styled-jsx": "^4"
},
"dependencies": {
diff --git a/components/button/package.json b/components/button/package.json
index 7ec33f9876..89d2965c11 100644
--- a/components/button/package.json
+++ b/components/button/package.json
@@ -27,8 +27,8 @@
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
"peerDependencies": {
- "react": "^16.8",
- "react-dom": "^16.8",
+ "react": "^16.13",
+ "react-dom": "^16.13",
"styled-jsx": "^4"
},
"dependencies": {
diff --git a/components/calendar/package.json b/components/calendar/package.json
index eb9b27f373..30d0228cfe 100644
--- a/components/calendar/package.json
+++ b/components/calendar/package.json
@@ -28,8 +28,8 @@
},
"peerDependencies": {
"@dhis2/d2-i18n": "^1",
- "react": "^16.8",
- "react-dom": "^16.8",
+ "react": "^16.13",
+ "react-dom": "^16.13",
"styled-jsx": "^4"
},
"dependencies": {
diff --git a/components/card/package.json b/components/card/package.json
index b4d0953026..938df9f757 100644
--- a/components/card/package.json
+++ b/components/card/package.json
@@ -27,8 +27,8 @@
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
"peerDependencies": {
- "react": "^16.8",
- "react-dom": "^16.8",
+ "react": "^16.13",
+ "react-dom": "^16.13",
"styled-jsx": "^4"
},
"dependencies": {
diff --git a/components/center/package.json b/components/center/package.json
index 12a541e3d5..c3b4d7a248 100644
--- a/components/center/package.json
+++ b/components/center/package.json
@@ -27,8 +27,8 @@
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
"peerDependencies": {
- "react": "^16.8",
- "react-dom": "^16.8",
+ "react": "^16.13",
+ "react-dom": "^16.13",
"styled-jsx": "^4"
},
"dependencies": {
diff --git a/components/checkbox/package.json b/components/checkbox/package.json
index a49586d8c7..416e0346b8 100644
--- a/components/checkbox/package.json
+++ b/components/checkbox/package.json
@@ -27,8 +27,8 @@
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
"peerDependencies": {
- "react": "^16.8",
- "react-dom": "^16.8",
+ "react": "^16.13",
+ "react-dom": "^16.13",
"styled-jsx": "^4"
},
"dependencies": {
diff --git a/components/chip/package.json b/components/chip/package.json
index 7452485449..8c80da133a 100644
--- a/components/chip/package.json
+++ b/components/chip/package.json
@@ -27,8 +27,8 @@
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
"peerDependencies": {
- "react": "^16.8",
- "react-dom": "^16.8",
+ "react": "^16.13",
+ "react-dom": "^16.13",
"styled-jsx": "^4"
},
"dependencies": {
diff --git a/components/cover/package.json b/components/cover/package.json
index 00e4f16f37..b25ff7f51e 100644
--- a/components/cover/package.json
+++ b/components/cover/package.json
@@ -27,8 +27,8 @@
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
"peerDependencies": {
- "react": "^16.8",
- "react-dom": "^16.8",
+ "react": "^16.13",
+ "react-dom": "^16.13",
"styled-jsx": "^4"
},
"dependencies": {
diff --git a/components/css/package.json b/components/css/package.json
index 8915f6c8ce..e641b679f1 100644
--- a/components/css/package.json
+++ b/components/css/package.json
@@ -27,8 +27,8 @@
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
"peerDependencies": {
- "react": "^16.8",
- "react-dom": "^16.8",
+ "react": "^16.13",
+ "react-dom": "^16.13",
"styled-jsx": "^4"
},
"dependencies": {
diff --git a/components/divider/package.json b/components/divider/package.json
index 246d93fb14..25c56f2465 100644
--- a/components/divider/package.json
+++ b/components/divider/package.json
@@ -27,8 +27,8 @@
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
"peerDependencies": {
- "react": "^16.8",
- "react-dom": "^16.8",
+ "react": "^16.13",
+ "react-dom": "^16.13",
"styled-jsx": "^4"
},
"dependencies": {
diff --git a/components/field/package.json b/components/field/package.json
index c1783f8328..961bdbcce5 100644
--- a/components/field/package.json
+++ b/components/field/package.json
@@ -27,8 +27,8 @@
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
"peerDependencies": {
- "react": "^16.8",
- "react-dom": "^16.8",
+ "react": "^16.13",
+ "react-dom": "^16.13",
"styled-jsx": "^4"
},
"dependencies": {
diff --git a/components/file-input/package.json b/components/file-input/package.json
index 11f017942a..51bd1c38e4 100644
--- a/components/file-input/package.json
+++ b/components/file-input/package.json
@@ -28,8 +28,8 @@
},
"peerDependencies": {
"@dhis2/d2-i18n": "^1.1.0",
- "react": "^16.8",
- "react-dom": "^16.8",
+ "react": "^16.13",
+ "react-dom": "^16.13",
"styled-jsx": "^4"
},
"dependencies": {
diff --git a/components/header-bar/package.json b/components/header-bar/package.json
index 4bed27c5e0..ff68e28b7e 100644
--- a/components/header-bar/package.json
+++ b/components/header-bar/package.json
@@ -29,8 +29,8 @@
"peerDependencies": {
"@dhis2/app-runtime": "^3",
"@dhis2/d2-i18n": "^1",
- "react": "^16.8",
- "react-dom": "^16.8",
+ "react": "^16.13",
+ "react-dom": "^16.13",
"styled-jsx": "^4"
},
"dependencies": {
diff --git a/components/help/package.json b/components/help/package.json
index 5981d293a8..b1fcb9728c 100644
--- a/components/help/package.json
+++ b/components/help/package.json
@@ -27,8 +27,8 @@
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
"peerDependencies": {
- "react": "^16.8",
- "react-dom": "^16.8",
+ "react": "^16.13",
+ "react-dom": "^16.13",
"styled-jsx": "^4"
},
"dependencies": {
diff --git a/components/input/package.json b/components/input/package.json
index 5e06aa6551..687826ed20 100644
--- a/components/input/package.json
+++ b/components/input/package.json
@@ -27,8 +27,8 @@
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
"peerDependencies": {
- "react": "^16.8",
- "react-dom": "^16.8",
+ "react": "^16.13",
+ "react-dom": "^16.13",
"styled-jsx": "^4"
},
"dependencies": {
diff --git a/components/intersection-detector/package.json b/components/intersection-detector/package.json
index ccfd922907..b229199e70 100644
--- a/components/intersection-detector/package.json
+++ b/components/intersection-detector/package.json
@@ -27,8 +27,8 @@
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
"peerDependencies": {
- "react": "^16.8",
- "react-dom": "^16.8",
+ "react": "^16.13",
+ "react-dom": "^16.13",
"styled-jsx": "^4"
},
"dependencies": {
diff --git a/components/label/package.json b/components/label/package.json
index 8815510f45..177de64570 100644
--- a/components/label/package.json
+++ b/components/label/package.json
@@ -27,8 +27,8 @@
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
"peerDependencies": {
- "react": "^16.8",
- "react-dom": "^16.8",
+ "react": "^16.13",
+ "react-dom": "^16.13",
"styled-jsx": "^4"
},
"dependencies": {
diff --git a/components/layer/package.json b/components/layer/package.json
index 4ed26e41b2..2cdbade9b2 100644
--- a/components/layer/package.json
+++ b/components/layer/package.json
@@ -27,8 +27,8 @@
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
"peerDependencies": {
- "react": "^16.8",
- "react-dom": "^16.8",
+ "react": "^16.13",
+ "react-dom": "^16.13",
"styled-jsx": "^4"
},
"dependencies": {
diff --git a/components/legend/package.json b/components/legend/package.json
index 641b9603c5..0337622234 100644
--- a/components/legend/package.json
+++ b/components/legend/package.json
@@ -27,8 +27,8 @@
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
"peerDependencies": {
- "react": "^16.8",
- "react-dom": "^16.8",
+ "react": "^16.13",
+ "react-dom": "^16.13",
"styled-jsx": "^4"
},
"dependencies": {
diff --git a/components/loader/package.json b/components/loader/package.json
index 023404d452..408dc976c9 100644
--- a/components/loader/package.json
+++ b/components/loader/package.json
@@ -27,8 +27,8 @@
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
"peerDependencies": {
- "react": "^16.8",
- "react-dom": "^16.8",
+ "react": "^16.13",
+ "react-dom": "^16.13",
"styled-jsx": "^4"
},
"dependencies": {
diff --git a/components/logo/package.json b/components/logo/package.json
index 7a7caeb86b..262b686297 100644
--- a/components/logo/package.json
+++ b/components/logo/package.json
@@ -27,8 +27,8 @@
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
"peerDependencies": {
- "react": "^16.8",
- "react-dom": "^16.8",
+ "react": "^16.13",
+ "react-dom": "^16.13",
"styled-jsx": "^4"
},
"dependencies": {
diff --git a/components/menu/package.json b/components/menu/package.json
index 083569ce42..68dafa4296 100644
--- a/components/menu/package.json
+++ b/components/menu/package.json
@@ -27,8 +27,8 @@
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
"peerDependencies": {
- "react": "^16.8",
- "react-dom": "^16.8",
+ "react": "^16.13",
+ "react-dom": "^16.13",
"styled-jsx": "^4"
},
"dependencies": {
diff --git a/components/modal/package.json b/components/modal/package.json
index 4e9e82e8f9..d8417c7aba 100644
--- a/components/modal/package.json
+++ b/components/modal/package.json
@@ -27,8 +27,8 @@
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
"peerDependencies": {
- "react": "^16.8",
- "react-dom": "^16.8",
+ "react": "^16.13",
+ "react-dom": "^16.13",
"styled-jsx": "^4"
},
"dependencies": {
diff --git a/components/node/package.json b/components/node/package.json
index b01bd812ed..f974facdfc 100644
--- a/components/node/package.json
+++ b/components/node/package.json
@@ -27,8 +27,8 @@
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
"peerDependencies": {
- "react": "^16.8",
- "react-dom": "^16.8",
+ "react": "^16.13",
+ "react-dom": "^16.13",
"styled-jsx": "^4"
},
"dependencies": {
diff --git a/components/notice-box/package.json b/components/notice-box/package.json
index f4766546ee..c7e151ca1d 100644
--- a/components/notice-box/package.json
+++ b/components/notice-box/package.json
@@ -27,8 +27,8 @@
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
"peerDependencies": {
- "react": "^16.8",
- "react-dom": "^16.8",
+ "react": "^16.13",
+ "react-dom": "^16.13",
"styled-jsx": "^4"
},
"dependencies": {
diff --git a/components/organisation-unit-tree/package.json b/components/organisation-unit-tree/package.json
index 68dca585c4..0b6155db82 100644
--- a/components/organisation-unit-tree/package.json
+++ b/components/organisation-unit-tree/package.json
@@ -29,8 +29,8 @@
"peerDependencies": {
"@dhis2/app-runtime": "^3",
"@dhis2/d2-i18n": "^1",
- "react": "^16.8",
- "react-dom": "^16.8",
+ "react": "^16.13",
+ "react-dom": "^16.13",
"styled-jsx": "^4"
},
"dependencies": {
diff --git a/components/pagination/package.json b/components/pagination/package.json
index 1c52d3a2b7..7a81ac6643 100644
--- a/components/pagination/package.json
+++ b/components/pagination/package.json
@@ -28,8 +28,8 @@
},
"peerDependencies": {
"@dhis2/d2-i18n": "^1",
- "react": "^16.8",
- "react-dom": "^16.8",
+ "react": "^16.13",
+ "react-dom": "^16.13",
"styled-jsx": "^4"
},
"dependencies": {
diff --git a/components/popover/package.json b/components/popover/package.json
index ad5f32476f..6a25e855f4 100644
--- a/components/popover/package.json
+++ b/components/popover/package.json
@@ -27,8 +27,8 @@
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
"peerDependencies": {
- "react": "^16.8",
- "react-dom": "^16.8",
+ "react": "^16.13",
+ "react-dom": "^16.13",
"styled-jsx": "^4"
},
"dependencies": {
diff --git a/components/popper/package.json b/components/popper/package.json
index 901c1e34c1..2cb78275a8 100644
--- a/components/popper/package.json
+++ b/components/popper/package.json
@@ -27,8 +27,8 @@
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
"peerDependencies": {
- "react": "^16.8",
- "react-dom": "^16.8",
+ "react": "^16.13",
+ "react-dom": "^16.13",
"styled-jsx": "^4"
},
"dependencies": {
diff --git a/components/portal/package.json b/components/portal/package.json
index 1322f9dcb8..ac8e8a5f1c 100644
--- a/components/portal/package.json
+++ b/components/portal/package.json
@@ -27,8 +27,8 @@
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
"peerDependencies": {
- "react": "^16.8",
- "react-dom": "^16.8",
+ "react": "^16.13",
+ "react-dom": "^16.13",
"styled-jsx": "^4"
},
"dependencies": {
diff --git a/components/radio/package.json b/components/radio/package.json
index 40e5cc50d5..2ac6491d31 100644
--- a/components/radio/package.json
+++ b/components/radio/package.json
@@ -27,8 +27,8 @@
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
"peerDependencies": {
- "react": "^16.8",
- "react-dom": "^16.8",
+ "react": "^16.13",
+ "react-dom": "^16.13",
"styled-jsx": "^4"
},
"dependencies": {
diff --git a/components/required/package.json b/components/required/package.json
index 236bc5c1f5..33f2d52a64 100644
--- a/components/required/package.json
+++ b/components/required/package.json
@@ -27,8 +27,8 @@
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
"peerDependencies": {
- "react": "^16.8",
- "react-dom": "^16.8",
+ "react": "^16.13",
+ "react-dom": "^16.13",
"styled-jsx": "^4"
},
"dependencies": {
diff --git a/components/segmented-control/package.json b/components/segmented-control/package.json
index 2d02a4c486..c27e73391f 100644
--- a/components/segmented-control/package.json
+++ b/components/segmented-control/package.json
@@ -27,8 +27,8 @@
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
"peerDependencies": {
- "react": "^16.8",
- "react-dom": "^16.8",
+ "react": "^16.13",
+ "react-dom": "^16.13",
"styled-jsx": "^4"
},
"dependencies": {
diff --git a/components/select/package.json b/components/select/package.json
index dd9514781f..3b70f266a5 100644
--- a/components/select/package.json
+++ b/components/select/package.json
@@ -28,8 +28,8 @@
},
"peerDependencies": {
"@dhis2/d2-i18n": "^1",
- "react": "^16.8",
- "react-dom": "^16.8",
+ "react": "^16.13",
+ "react-dom": "^16.13",
"styled-jsx": "^4"
},
"dependencies": {
diff --git a/components/selector-bar/package.json b/components/selector-bar/package.json
index e57a4ff63b..6c591aa24b 100644
--- a/components/selector-bar/package.json
+++ b/components/selector-bar/package.json
@@ -28,8 +28,8 @@
},
"peerDependencies": {
"@dhis2/d2-i18n": "^1",
- "react": "^16.8",
- "react-dom": "^16.8",
+ "react": "^16.13",
+ "react-dom": "^16.13",
"styled-jsx": "^4"
},
"dependencies": {
diff --git a/components/sharing-dialog/package.json b/components/sharing-dialog/package.json
index 877b0e7559..1ed166e96d 100644
--- a/components/sharing-dialog/package.json
+++ b/components/sharing-dialog/package.json
@@ -29,8 +29,8 @@
"peerDependencies": {
"@dhis2/app-runtime": "^3",
"@dhis2/d2-i18n": "^1",
- "react": "^16.8",
- "react-dom": "^16.8",
+ "react": "^16.13",
+ "react-dom": "^16.13",
"styled-jsx": "^4"
},
"dependencies": {
diff --git a/components/status-icon/package.json b/components/status-icon/package.json
index 8fe9d33302..555d46e252 100644
--- a/components/status-icon/package.json
+++ b/components/status-icon/package.json
@@ -27,8 +27,8 @@
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
"peerDependencies": {
- "react": "^16.8",
- "react-dom": "^16.8",
+ "react": "^16.13",
+ "react-dom": "^16.13",
"styled-jsx": "^4"
},
"dependencies": {
diff --git a/components/switch/package.json b/components/switch/package.json
index f12330dfd6..e14207fdaa 100644
--- a/components/switch/package.json
+++ b/components/switch/package.json
@@ -27,8 +27,8 @@
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
"peerDependencies": {
- "react": "^16.8",
- "react-dom": "^16.8",
+ "react": "^16.13",
+ "react-dom": "^16.13",
"styled-jsx": "^4"
},
"dependencies": {
diff --git a/components/tab/package.json b/components/tab/package.json
index 62723adc96..49c5283d39 100644
--- a/components/tab/package.json
+++ b/components/tab/package.json
@@ -27,8 +27,8 @@
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
"peerDependencies": {
- "react": "^16.8",
- "react-dom": "^16.8",
+ "react": "^16.13",
+ "react-dom": "^16.13",
"styled-jsx": "^4"
},
"dependencies": {
diff --git a/components/table/package.json b/components/table/package.json
index 576a942782..f3644c28a6 100644
--- a/components/table/package.json
+++ b/components/table/package.json
@@ -28,8 +28,8 @@
},
"peerDependencies": {
"@dhis2/d2-i18n": "^1",
- "react": "^16.8",
- "react-dom": "^16.8",
+ "react": "^16.13",
+ "react-dom": "^16.13",
"styled-jsx": "^4"
},
"dependencies": {
diff --git a/components/tag/package.json b/components/tag/package.json
index 57772a7c83..7ac65df0ad 100644
--- a/components/tag/package.json
+++ b/components/tag/package.json
@@ -27,8 +27,8 @@
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
"peerDependencies": {
- "react": "^16.8",
- "react-dom": "^16.8",
+ "react": "^16.13",
+ "react-dom": "^16.13",
"styled-jsx": "^4"
},
"dependencies": {
diff --git a/components/text-area/package.json b/components/text-area/package.json
index 2978088f51..1b3e421c0c 100644
--- a/components/text-area/package.json
+++ b/components/text-area/package.json
@@ -27,8 +27,8 @@
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
"peerDependencies": {
- "react": "^16.8",
- "react-dom": "^16.8",
+ "react": "^16.13",
+ "react-dom": "^16.13",
"styled-jsx": "^4"
},
"dependencies": {
diff --git a/components/tooltip/package.json b/components/tooltip/package.json
index 710a8ee25e..24872f9476 100644
--- a/components/tooltip/package.json
+++ b/components/tooltip/package.json
@@ -27,8 +27,8 @@
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
"peerDependencies": {
- "react": "^16.8",
- "react-dom": "^16.8",
+ "react": "^16.13",
+ "react-dom": "^16.13",
"styled-jsx": "^4"
},
"dependencies": {
diff --git a/components/transfer/package.json b/components/transfer/package.json
index f1de169453..a0e3a58430 100644
--- a/components/transfer/package.json
+++ b/components/transfer/package.json
@@ -27,8 +27,8 @@
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
"peerDependencies": {
- "react": "^16.8",
- "react-dom": "^16.8",
+ "react": "^16.13",
+ "react-dom": "^16.13",
"styled-jsx": "^4"
},
"dependencies": {
diff --git a/components/user-avatar/package.json b/components/user-avatar/package.json
index 92294aa8f2..e599c0d491 100644
--- a/components/user-avatar/package.json
+++ b/components/user-avatar/package.json
@@ -28,8 +28,8 @@
},
"peerDependencies": {
"@dhis2/app-runtime": "^3",
- "react": "^16.8",
- "react-dom": "^16.8",
+ "react": "^16.13",
+ "react-dom": "^16.13",
"styled-jsx": "^4"
},
"dependencies": {
diff --git a/docs/package.json b/docs/package.json
index 0fe7837ab9..ac34a156ad 100644
--- a/docs/package.json
+++ b/docs/package.json
@@ -32,8 +32,8 @@
"url-loader": "^4.1.1"
},
"peerDependencies": {
- "react": "^16.8",
- "react-dom": "^16.8",
+ "react": "^16.13",
+ "react-dom": "^16.13",
"styled-jsx": "^4"
},
"browserslist": {
diff --git a/icons/package.json b/icons/package.json
index d30f4e3ba1..fc34a6e774 100644
--- a/icons/package.json
+++ b/icons/package.json
@@ -34,8 +34,8 @@
"types"
],
"peerDependencies": {
- "react": "^16.8",
- "react-dom": "^16.8"
+ "react": "^16.13",
+ "react-dom": "^16.13"
},
"dependencies": {},
"devDependencies": {
diff --git a/storybook/package.json b/storybook/package.json
index ae060891df..b2c1e1eb88 100644
--- a/storybook/package.json
+++ b/storybook/package.json
@@ -15,8 +15,8 @@
"build": "EXTEND_ESLINT=true storybook build -c config -o ../dist/demo --quiet"
},
"peerDependencies": {
- "react": "^16.8",
- "react-dom": "^16.8",
+ "react": "^16.13",
+ "react-dom": "^16.13",
"styled-jsx": "^4"
},
"dependencies": {
diff --git a/yarn.lock b/yarn.lock
index 2b8ac970db..d86f8cf5dc 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -2049,6 +2049,16 @@
classnames "^2.3.1"
prop-types "^15.7.2"
+"@dhis2-ui/css@9.4.4":
+ version "9.4.4"
+ resolved "https://registry.yarnpkg.com/@dhis2-ui/css/-/css-9.4.4.tgz#c46af291af86eec008f60205c7c46e100ef8188a"
+ integrity sha512-VBmYcTKet0YDEguptZ0+Yc789HmNiaMDTu3iUnJKuvurhYSaFGD/oK7d2Sr6bIo0KTQ+/XpcOL68+wRLktGgwQ==
+ dependencies:
+ "@dhis2/prop-types" "^3.1.2"
+ "@dhis2/ui-constants" "9.4.4"
+ classnames "^2.3.1"
+ prop-types "^15.7.2"
+
"@dhis2-ui/divider@7.16.3":
version "7.16.3"
resolved "https://registry.yarnpkg.com/@dhis2-ui/divider/-/divider-7.16.3.tgz#a0330b7a191a2747f1fe1991cad540eb245ba674"
@@ -2757,6 +2767,13 @@
dependencies:
prop-types "^15.7.2"
+"@dhis2/ui-constants@9.4.4":
+ version "9.4.4"
+ resolved "https://registry.yarnpkg.com/@dhis2/ui-constants/-/ui-constants-9.4.4.tgz#4fe728f96fe92752b4a033b03f2fdb1313eafeb3"
+ integrity sha512-O+jHTT/S3jgcHP7gxcZenpMyOfBktvoB9MVGzoVaAW5rRbYe0cCSe1Zh70h25VMVhwxBTCTIR7G3uvDWcdb5Ww==
+ dependencies:
+ prop-types "^15.7.2"
+
"@dhis2/ui-forms@7.16.3":
version "7.16.3"
resolved "https://registry.yarnpkg.com/@dhis2/ui-forms/-/ui-forms-7.16.3.tgz#a72bbd635ca7faa1432dadd676981e1d8ab27160"
@@ -2782,6 +2799,11 @@
resolved "https://registry.yarnpkg.com/@dhis2/ui-icons/-/ui-icons-7.16.3.tgz#86ecd617688f9d9d63de3b29ca5d8a236aa03190"
integrity sha512-G+/a74qCAxV04aVFOxCbP9s0sEMXUPGGMZn2kLRnrRsLNcSy6/d6h2EoCa1ASs0nOXvacl1mOHyfv2QXMEy7RA==
+"@dhis2/ui-icons@9.4.8":
+ version "9.4.8"
+ resolved "https://registry.yarnpkg.com/@dhis2/ui-icons/-/ui-icons-9.4.8.tgz#10e9da99114e993542c84dc11e614de9c67d063e"
+ integrity sha512-h/DL4aZLVYN4Mg4B/Pw1UVvMxorsJQuk7+1uwoNkrEqtkJaP5i9ltza8goTCnNj++2GHKTfa76MQC0UeMHoSoQ==
+
"@dhis2/ui@^7.2.0":
version "7.16.3"
resolved "https://registry.yarnpkg.com/@dhis2/ui/-/ui-7.16.3.tgz#f4557ad78e0a4f7b3615b62454eece3d289a0113"
From a5aa8be5f6cfb726a08913a3b6c8ea950456e193 Mon Sep 17 00:00:00 2001
From: Mohammer5
Date: Mon, 27 May 2024 17:20:21 +0800
Subject: [PATCH 112/170] chore: fix imports from story to story files
---
components/calendar/src/__e2e__/calendar-input.e2e.stories.js | 2 +-
components/tooltip/src/tooltip.e2e.stories.js | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/components/calendar/src/__e2e__/calendar-input.e2e.stories.js b/components/calendar/src/__e2e__/calendar-input.e2e.stories.js
index 767dd727d1..27c05865dc 100644
--- a/components/calendar/src/__e2e__/calendar-input.e2e.stories.js
+++ b/components/calendar/src/__e2e__/calendar-input.e2e.stories.js
@@ -11,7 +11,7 @@ export {
GregorianWithArabic,
GregorianWithEnglish,
IslamicWithArabic,
-} from '../stories/calendar-input.stories.js'
+} from '../stories/calendar-input.prod.stories.js'
export const TestCalendarWithClearButton = () => {
const params = new URLSearchParams(location.search)
diff --git a/components/tooltip/src/tooltip.e2e.stories.js b/components/tooltip/src/tooltip.e2e.stories.js
index 2b0bea0df3..cdaa03308a 100644
--- a/components/tooltip/src/tooltip.e2e.stories.js
+++ b/components/tooltip/src/tooltip.e2e.stories.js
@@ -2,7 +2,7 @@ import { Modal } from '@dhis2-ui/modal'
import React from 'react'
import css from 'styled-jsx/css'
import { Tooltip } from './tooltip.js'
-import { HidesWhenOutOfFrame } from './tooltip.stories.js'
+import { HidesWhenOutOfFrame } from './tooltip.prod.stories.js'
const noPaddingStyles = css`
:global(#root) {
From c9f733036c18a8fe49bae6d1b7fecebb56aeeb01 Mon Sep 17 00:00:00 2001
From: Mohammer5
Date: Mon, 27 May 2024 17:24:13 +0800
Subject: [PATCH 113/170] chore: fix final-form re-export snapshot tests
---
.../forms/src/__tests__/__snapshots__/index.test.js.snap | 3 +++
1 file changed, 3 insertions(+)
diff --git a/collections/forms/src/__tests__/__snapshots__/index.test.js.snap b/collections/forms/src/__tests__/__snapshots__/index.test.js.snap
index 0d38e7199f..d324e56fed 100644
--- a/collections/forms/src/__tests__/__snapshots__/index.test.js.snap
+++ b/collections/forms/src/__tests__/__snapshots__/index.test.js.snap
@@ -11,6 +11,7 @@ Array [
"getIn",
"setIn",
"version",
+ "default",
]
`;
@@ -22,6 +23,8 @@ exports[`final-form named export should re-export the expected type for configOp
exports[`final-form named export should re-export the expected type for createForm 1`] = `"function"`;
+exports[`final-form named export should re-export the expected type for default 1`] = `"object"`;
+
exports[`final-form named export should re-export the expected type for fieldSubscriptionItems 1`] = `"object"`;
exports[`final-form named export should re-export the expected type for formSubscriptionItems 1`] = `"object"`;
From f5253e2c701ac5cb5c993994695393a0a253c5c5 Mon Sep 17 00:00:00 2001
From: Mohammer5
Date: Wed, 29 May 2024 16:11:52 +0800
Subject: [PATCH 114/170] chore: fix import in calendar input e2e story
---
components/calendar/src/__e2e__/calendar-input.e2e.stories.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/components/calendar/src/__e2e__/calendar-input.e2e.stories.js b/components/calendar/src/__e2e__/calendar-input.e2e.stories.js
index 27c05865dc..ce0a882598 100644
--- a/components/calendar/src/__e2e__/calendar-input.e2e.stories.js
+++ b/components/calendar/src/__e2e__/calendar-input.e2e.stories.js
@@ -1,6 +1,6 @@
import React from 'react'
import { CalendarInput as component } from '../index.js'
-import { CalendarWithClearButton } from '../stories/calendar-input.stories.js'
+import { CalendarWithClearButton } from '../stories/calendar-input.prod.stories.js'
export default { title: 'CalendarInputTesting', component }
export {
From 26e2ca25d8d21c1bbb817e90c9fd4eb8819e4081 Mon Sep 17 00:00:00 2001
From: Mohammer5
Date: Wed, 29 May 2024 16:18:45 +0800
Subject: [PATCH 115/170] chore: fix linter issues
---
.../SingleSelectFieldFF.e2e.stories.js | 2 +-
.../src/alert-bar/alert-bar.e2e.stories.js | 2 +-
.../alert/src/alert-stack/alert-stack.js | 2 +-
.../button/src/button/button.e2e.stories.js | 7 +-
components/button/src/button/button.js | 2 +-
.../src/dropdown-button/dropdown-button.js | 4 +-
.../dropdown-button.prod.stories.js | 2 +-
.../split-button/split-button.e2e.stories.js | 12 +--
.../button/src/split-button/split-button.js | 4 +-
.../checkbox-field.e2e.stories.js | 7 +-
.../src/checkbox-field/checkbox-field.js | 2 +-
components/chip/src/chip.e2e.stories.js | 2 +-
.../css-variables.e2e.stories.js | 5 +-
.../css/src/css-variables/css-variables.js | 1 +
.../field-group/field-group.prod.stories.js | 2 +-
.../src/field-set/field-set.e2e.stories.js | 4 +-
.../field/src/field/field.e2e.stories.js | 4 +-
components/field/src/field/field.js | 2 +-
.../field/src/field/field.prod.stories.js | 2 +-
.../file-input-field.e2e.stories.js | 4 +-
.../src/file-input-field/file-input-field.js | 2 +-
.../src/file-input/file-input.e2e.stories.js | 6 +-
.../file-input/src/file-input/file-input.js | 4 +-
.../src/file-list/file-list-item.js | 2 +-
.../src/file-list/file-list.e2e.stories.js | 4 +-
.../__e2e__/stories/online-status-message.js | 2 +-
components/header-bar/src/apps.js | 4 +-
.../src/debug-info/debug-info-menu-item.js | 2 +-
.../src/debug-info/debug-info-modal.js | 2 +-
components/header-bar/src/logo-image.js | 2 +-
.../src/profile-menu/profile-header.js | 2 +-
.../src/profile-menu/profile-menu.js | 12 +--
.../src/profile-menu/update-notification.js | 2 +-
components/header-bar/src/profile.js | 1 +
.../input/src/input-field/input-field.js | 2 +-
components/input/src/input/input.js | 2 +-
components/label/src/label.js | 2 +-
components/layer/src/layer.js | 2 +-
components/legend/src/legend.e2e.stories.js | 4 +-
components/legend/src/legend.js | 2 +-
.../linear-loader.prod.stories.js | 2 +-
.../flyout-menu/flyout-menu.prod.stories.js | 2 +-
.../menu/src/menu-divider/menu-divider.js | 2 +-
components/menu/src/menu-item/menu-item.js | 2 +-
.../menu-section-header.js | 2 +-
.../modal-actions.e2e.stories.js | 4 +-
.../modal-content.e2e.stories.js | 4 +-
.../modal-title/modal-title.e2e.stories.js | 4 +-
.../modal/src/modal/modal.e2e.stories.js | 2 +-
components/modal/src/modal/modal.js | 2 +-
.../modal/src/modal/modal.prod.stories.js | 2 +-
.../organisation-unit-tree/package.json | 1 +
.../src/__e2e__/controlled_expanded.js | 2 +-
.../src/__e2e__/displaying_loading_error.js | 6 +-
.../src/__e2e__/loading_state.js | 1 -
.../src/__e2e__/multi_selection.js | 8 +-
.../src/__e2e__/no_selection.js | 6 +-
.../src/__e2e__/path_based_filtering.js | 16 ++--
.../src/__e2e__/single_selection.js | 6 +-
.../src/__e2e__/tree_api.js | 6 +-
.../src/organisation-unit-tree.e2e.stories.js | 10 ++-
components/pagination/src/page-controls.js | 2 +-
components/pagination/src/page-select.js | 2 +-
components/pagination/src/page-size-select.js | 2 +-
components/popover/src/popover.js | 2 +-
components/radio/src/radio.e2e.stories.js | 7 +-
.../multi-select-field/multi-select-field.js | 2 +-
.../multi-select-option.js | 2 +-
.../multi-select/multi-select.e2e.stories.js | 74 +++++++++----------
.../select/src/multi-select/multi-select.js | 2 +-
components/select/src/select/filter-input.js | 2 +-
.../select/src/select/input-clear-button.js | 2 +-
components/select/src/select/loading.js | 2 +-
components/select/src/select/menu-wrapper.js | 2 +-
.../single-select-field.js | 2 +-
.../single-select.e2e.stories.js | 74 ++++++++-----------
.../select/src/single-select/single-select.js | 2 +-
.../selector-bar-item/selector-bar-item.js | 4 +-
.../src/selector-bar/__stories__/common.js | 4 +-
.../src/selector-bar/selector-bar.js | 2 +-
.../src/access-add/access-add.js | 4 +-
.../src/access-list/list-item-icon.js | 2 +-
.../src/access-list/list-item.js | 4 +-
.../src/autocomplete/autocomplete.js | 2 +-
.../src/cascade-sharing/controls.js | 6 +-
.../src/cascade-sharing/update-info.js | 2 +-
components/status-icon/src/status-icon.js | 2 +-
.../switch/src/switch-field/switch-field.js | 2 +-
.../switch/src/switch/switch.e2e.stories.js | 7 +-
.../tab/src/tab-bar/tab-bar.e2e.stories.js | 2 +-
.../table-elements/table.stories.internal.js | 4 +-
components/tag/src/tag.e2e.stories.js | 8 +-
.../src/text-area-field/text-area-field.js | 2 +-
.../text-area/src/text-area/text-area.js | 2 +-
components/tooltip/src/tooltip.js | 2 +-
.../helper/use-highlighted-option.test.js | 2 +-
components/transfer/src/filter.js | 2 +-
components/transfer/src/options-container.js | 2 +-
components/transfer/src/reordering-actions.js | 2 +-
components/transfer/src/transfer.js | 2 +-
storybook/config/main.js | 12 +--
storybook/src/babel-config.js | 14 ++--
storybook/src/load-stories.js | 4 +-
storybook/src/webpack-config.js | 3 +-
104 files changed, 215 insertions(+), 293 deletions(-)
diff --git a/collections/forms/src/SingleSelectFieldFF/SingleSelectFieldFF.e2e.stories.js b/collections/forms/src/SingleSelectFieldFF/SingleSelectFieldFF.e2e.stories.js
index 4c30e415e1..9c35636184 100644
--- a/collections/forms/src/SingleSelectFieldFF/SingleSelectFieldFF.e2e.stories.js
+++ b/collections/forms/src/SingleSelectFieldFF/SingleSelectFieldFF.e2e.stories.js
@@ -9,7 +9,7 @@ const defaultOptions = [{ value: 'initial', label: 'Initial' }]
export default {
title: 'Testing:SingleSelectFieldFF',
decorators: [formDecorator],
- parameters: { options: { showPanel: false } }
+ parameters: { options: { showPanel: false } },
}
export const Required = (_, { cypressProps }) => (
(
permanent
actions={[
{ label: 'Save', onClick: () => {} },
- { label: 'Cancel', onClick: () => {} },
+ { label: 'Cancel', onClick: () => {} },
]}
>
With Actions
diff --git a/components/alert/src/alert-stack/alert-stack.js b/components/alert/src/alert-stack/alert-stack.js
index 8b18766e2c..c4b35ed022 100644
--- a/components/alert/src/alert-stack/alert-stack.js
+++ b/components/alert/src/alert-stack/alert-stack.js
@@ -1,5 +1,5 @@
-import { Portal } from '@dhis2-ui/portal'
import { layers } from '@dhis2/ui-constants'
+import { Portal } from '@dhis2-ui/portal'
import cx from 'classnames'
import PropTypes from 'prop-types'
import React from 'react'
diff --git a/components/button/src/button/button.e2e.stories.js b/components/button/src/button/button.e2e.stories.js
index 9894153ebf..07ebfb3b3e 100644
--- a/components/button/src/button/button.e2e.stories.js
+++ b/components/button/src/button/button.e2e.stories.js
@@ -13,12 +13,7 @@ export const WithOnClick = () => (
)
export const WithInitialFocusAndOnBlur = () => (
-
+
Label me!
)
diff --git a/components/button/src/button/button.js b/components/button/src/button/button.js
index 7f27d98223..a920e49b77 100644
--- a/components/button/src/button/button.js
+++ b/components/button/src/button/button.js
@@ -1,5 +1,5 @@
-import { CircularLoader } from '@dhis2-ui/loader'
import { sharedPropTypes } from '@dhis2/ui-constants'
+import { CircularLoader } from '@dhis2-ui/loader'
import cx from 'classnames'
import PropTypes from 'prop-types'
import React, { useEffect, useRef } from 'react'
diff --git a/components/button/src/dropdown-button/dropdown-button.js b/components/button/src/dropdown-button/dropdown-button.js
index 4870c0cc9a..f57f41c7b8 100644
--- a/components/button/src/dropdown-button/dropdown-button.js
+++ b/components/button/src/dropdown-button/dropdown-button.js
@@ -1,7 +1,7 @@
-import { Layer } from '@dhis2-ui/layer'
-import { Popper } from '@dhis2-ui/popper'
import { requiredIf } from '@dhis2/prop-types'
import { spacers, sharedPropTypes } from '@dhis2/ui-constants'
+import { Layer } from '@dhis2-ui/layer'
+import { Popper } from '@dhis2-ui/popper'
import PropTypes from 'prop-types'
import React, { Component } from 'react'
import { resolve } from 'styled-jsx/css'
diff --git a/components/button/src/dropdown-button/dropdown-button.prod.stories.js b/components/button/src/dropdown-button/dropdown-button.prod.stories.js
index 8209e2bfa6..a830acc7d6 100644
--- a/components/button/src/dropdown-button/dropdown-button.prod.stories.js
+++ b/components/button/src/dropdown-button/dropdown-button.prod.stories.js
@@ -1,5 +1,5 @@
-import { FlyoutMenu, MenuItem } from '@dhis2-ui/menu'
import { sharedPropTypes } from '@dhis2/ui-constants'
+import { FlyoutMenu, MenuItem } from '@dhis2-ui/menu'
import React, { useState } from 'react'
import { DropdownButton } from './index.js'
diff --git a/components/button/src/split-button/split-button.e2e.stories.js b/components/button/src/split-button/split-button.e2e.stories.js
index 3a937a1e8e..c7d779547b 100644
--- a/components/button/src/split-button/split-button.e2e.stories.js
+++ b/components/button/src/split-button/split-button.e2e.stories.js
@@ -5,11 +5,7 @@ window.onClick = window.Cypress && window.Cypress.cy.stub()
export default { title: 'SplitButton' }
export const Default = () => (
- Component}
- >
+ Component}>
Label me!
)
@@ -24,11 +20,7 @@ export const WithOnClick = () => (
)
export const WithChildren = () => (
- Component}
- >
+ Component}>
I am a child
)
diff --git a/components/button/src/split-button/split-button.js b/components/button/src/split-button/split-button.js
index afefeffbec..36e2732cc5 100644
--- a/components/button/src/split-button/split-button.js
+++ b/components/button/src/split-button/split-button.js
@@ -1,7 +1,7 @@
-import { Layer } from '@dhis2-ui/layer'
-import { Popper } from '@dhis2-ui/popper'
import { spacers, sharedPropTypes } from '@dhis2/ui-constants'
import { IconChevronUp16, IconChevronDown16 } from '@dhis2/ui-icons'
+import { Layer } from '@dhis2-ui/layer'
+import { Popper } from '@dhis2-ui/popper'
import cx from 'classnames'
import PropTypes from 'prop-types'
import React, { Component } from 'react'
diff --git a/components/checkbox/src/checkbox-field/checkbox-field.e2e.stories.js b/components/checkbox/src/checkbox-field/checkbox-field.e2e.stories.js
index e3b2b771c4..5d41e9ecfc 100644
--- a/components/checkbox/src/checkbox-field/checkbox-field.e2e.stories.js
+++ b/components/checkbox/src/checkbox-field/checkbox-field.e2e.stories.js
@@ -3,12 +3,7 @@ import { CheckboxField } from './index.js'
export default { title: 'CheckboxField' }
export const WithLabelAndRequired = () => (
-
+
)
export const WithHelpText = () => (
Message
export const WithOnClick = () => Chippy
- export const WithOnRemove = () => (
+export const WithOnRemove = () => (
Chipmunk
)
export const WithChildren = () => I am a child
diff --git a/components/css/src/css-variables/css-variables.e2e.stories.js b/components/css/src/css-variables/css-variables.e2e.stories.js
index 5276e34b03..3d15080bd5 100644
--- a/components/css/src/css-variables/css-variables.e2e.stories.js
+++ b/components/css/src/css-variables/css-variables.e2e.stories.js
@@ -38,9 +38,6 @@ export const WithSpacers = () => (
export const WithElevations = () => (
-
+
)
diff --git a/components/css/src/css-variables/css-variables.js b/components/css/src/css-variables/css-variables.js
index 371113aacc..d1136932fa 100644
--- a/components/css/src/css-variables/css-variables.js
+++ b/components/css/src/css-variables/css-variables.js
@@ -3,6 +3,7 @@ import PropTypes from 'prop-types'
import React from 'react'
const toPrefixedThemeSection = (themeSectionKey) =>
+ // eslint-disable-next-line import/namespace
Object.entries(theme[themeSectionKey]).reduce((prefixed, [key, value]) => {
prefixed[`${themeSectionKey}-${key}`] = value
diff --git a/components/field/src/field-group/field-group.prod.stories.js b/components/field/src/field-group/field-group.prod.stories.js
index 7891de8bd9..aa447fcab8 100644
--- a/components/field/src/field-group/field-group.prod.stories.js
+++ b/components/field/src/field-group/field-group.prod.stories.js
@@ -1,7 +1,7 @@
+import { sharedPropTypes } from '@dhis2/ui-constants'
import { Checkbox } from '@dhis2-ui/checkbox'
import { Radio } from '@dhis2-ui/radio'
import { Switch } from '@dhis2-ui/switch'
-import { sharedPropTypes } from '@dhis2/ui-constants'
import React from 'react'
import { FieldGroup } from './field-group.js'
diff --git a/components/field/src/field-set/field-set.e2e.stories.js b/components/field/src/field-set/field-set.e2e.stories.js
index 925364d919..fd282f0833 100644
--- a/components/field/src/field-set/field-set.e2e.stories.js
+++ b/components/field/src/field-set/field-set.e2e.stories.js
@@ -2,6 +2,4 @@ import React from 'react'
import { FieldSet } from './field-set.js'
export default { title: 'FieldSet' }
-export const WithChildren = () => (
- I am a child
-)
+export const WithChildren = () => I am a child
diff --git a/components/field/src/field/field.e2e.stories.js b/components/field/src/field/field.e2e.stories.js
index dbd74c8382..5b7a34dd31 100644
--- a/components/field/src/field/field.e2e.stories.js
+++ b/components/field/src/field/field.e2e.stories.js
@@ -2,6 +2,4 @@ import React from 'react'
import { Field } from './field.js'
export default { title: 'Field' }
-export const WithChildren = () => (
- I am a child
-)
+export const WithChildren = () => I am a child
diff --git a/components/field/src/field/field.js b/components/field/src/field/field.js
index ef599d833d..f7d11cde39 100644
--- a/components/field/src/field/field.js
+++ b/components/field/src/field/field.js
@@ -1,7 +1,7 @@
+import { sharedPropTypes } from '@dhis2/ui-constants'
import { Box } from '@dhis2-ui/box'
import { Help } from '@dhis2-ui/help'
import { Label } from '@dhis2-ui/label'
-import { sharedPropTypes } from '@dhis2/ui-constants'
import PropTypes from 'prop-types'
import React from 'react'
diff --git a/components/field/src/field/field.prod.stories.js b/components/field/src/field/field.prod.stories.js
index b2398ffa88..e95e85050b 100644
--- a/components/field/src/field/field.prod.stories.js
+++ b/components/field/src/field/field.prod.stories.js
@@ -1,5 +1,5 @@
-import { Input } from '@dhis2-ui/input'
import { sharedPropTypes } from '@dhis2/ui-constants'
+import { Input } from '@dhis2-ui/input'
import React from 'react'
import { Field } from './field.js'
diff --git a/components/file-input/src/file-input-field/file-input-field.e2e.stories.js b/components/file-input/src/file-input-field/file-input-field.e2e.stories.js
index 5d7bfdcdde..48e53f76ea 100644
--- a/components/file-input/src/file-input-field/file-input-field.e2e.stories.js
+++ b/components/file-input/src/file-input-field/file-input-field.e2e.stories.js
@@ -10,4 +10,6 @@ export const WithLabelAndRequired = () => (
required
/>
)
-export const Default = () =>
+export const Default = () => (
+
+)
diff --git a/components/file-input/src/file-input-field/file-input-field.js b/components/file-input/src/file-input-field/file-input-field.js
index 26e8a92d74..7db51921f3 100644
--- a/components/file-input/src/file-input-field/file-input-field.js
+++ b/components/file-input/src/file-input-field/file-input-field.js
@@ -1,6 +1,6 @@
+import { sharedPropTypes } from '@dhis2/ui-constants'
import { Field } from '@dhis2-ui/field'
import { Label } from '@dhis2-ui/label'
-import { sharedPropTypes } from '@dhis2/ui-constants'
import PropTypes from 'prop-types'
import React from 'react'
import { FileInput, FileList, FileListPlaceholder } from '../index.js'
diff --git a/components/file-input/src/file-input/file-input.e2e.stories.js b/components/file-input/src/file-input/file-input.e2e.stories.js
index c1da8ad992..2dd1a826f7 100644
--- a/components/file-input/src/file-input/file-input.e2e.stories.js
+++ b/components/file-input/src/file-input/file-input.e2e.stories.js
@@ -18,11 +18,7 @@ const onChange = (payload, event) => {
export default { title: 'FileInput' }
export const WithOnChange = () => (
-
+
)
export const WithOnChangeAndMultiple = () => (
(
- I am a child
-)
+export const WithChildren = () => I am a child
diff --git a/components/header-bar/src/__e2e__/stories/online-status-message.js b/components/header-bar/src/__e2e__/stories/online-status-message.js
index cee58cd883..8dc77b8527 100644
--- a/components/header-bar/src/__e2e__/stories/online-status-message.js
+++ b/components/header-bar/src/__e2e__/stories/online-status-message.js
@@ -1,5 +1,5 @@
-import { Button } from '@dhis2-ui/button'
import { useOnlineStatusMessage } from '@dhis2/app-runtime'
+import { Button } from '@dhis2-ui/button'
import React from 'react'
import { HeaderBar } from '../../index.js'
import {
diff --git a/components/header-bar/src/apps.js b/components/header-bar/src/apps.js
index 585dc3dee2..37e5f805ce 100755
--- a/components/header-bar/src/apps.js
+++ b/components/header-bar/src/apps.js
@@ -1,8 +1,8 @@
-import { Card } from '@dhis2-ui/card'
-import { InputField } from '@dhis2-ui/input'
import { useConfig } from '@dhis2/app-runtime'
import { colors, spacers, theme } from '@dhis2/ui-constants'
import { IconApps24, IconSettings24 } from '@dhis2/ui-icons'
+import { Card } from '@dhis2-ui/card'
+import { InputField } from '@dhis2-ui/input'
import PropTypes from 'prop-types'
import React, { useState, useEffect, useCallback, useRef } from 'react'
import { joinPath } from './join-path.js'
diff --git a/components/header-bar/src/debug-info/debug-info-menu-item.js b/components/header-bar/src/debug-info/debug-info-menu-item.js
index 5c99a23c67..89e7cd759a 100644
--- a/components/header-bar/src/debug-info/debug-info-menu-item.js
+++ b/components/header-bar/src/debug-info/debug-info-menu-item.js
@@ -1,5 +1,5 @@
-import { MenuItem } from '@dhis2-ui/menu'
import { colors } from '@dhis2/ui-constants'
+import { MenuItem } from '@dhis2-ui/menu'
import PropTypes from 'prop-types'
import React from 'react'
import i18n from '../locales/index.js'
diff --git a/components/header-bar/src/debug-info/debug-info-modal.js b/components/header-bar/src/debug-info/debug-info-modal.js
index df0bb55a63..ee3452645e 100644
--- a/components/header-bar/src/debug-info/debug-info-modal.js
+++ b/components/header-bar/src/debug-info/debug-info-modal.js
@@ -1,6 +1,6 @@
+import { useAlert } from '@dhis2/app-runtime'
import { Button, ButtonStrip } from '@dhis2-ui/button'
import { Modal, ModalActions, ModalContent, ModalTitle } from '@dhis2-ui/modal'
-import { useAlert } from '@dhis2/app-runtime'
import PropTypes from 'prop-types'
import React from 'react'
import i18n from '../locales/index.js'
diff --git a/components/header-bar/src/logo-image.js b/components/header-bar/src/logo-image.js
index ba6c129a68..87a22faa84 100644
--- a/components/header-bar/src/logo-image.js
+++ b/components/header-bar/src/logo-image.js
@@ -1,5 +1,5 @@
-import { LogoIconWhite } from '@dhis2-ui/logo'
import { useDataQuery } from '@dhis2/app-runtime'
+import { LogoIconWhite } from '@dhis2-ui/logo'
import React from 'react'
import css from 'styled-jsx/css'
diff --git a/components/header-bar/src/profile-menu/profile-header.js b/components/header-bar/src/profile-menu/profile-header.js
index d3b25a1613..1ffc063612 100755
--- a/components/header-bar/src/profile-menu/profile-header.js
+++ b/components/header-bar/src/profile-menu/profile-header.js
@@ -1,5 +1,5 @@
-import { UserAvatar } from '@dhis2-ui/user-avatar'
import { useConfig } from '@dhis2/app-runtime'
+import { UserAvatar } from '@dhis2-ui/user-avatar'
import PropTypes from 'prop-types'
import React from 'react'
import { joinPath } from '../join-path.js'
diff --git a/components/header-bar/src/profile-menu/profile-menu.js b/components/header-bar/src/profile-menu/profile-menu.js
index 6a6e8ab5b8..f292d0c9d6 100755
--- a/components/header-bar/src/profile-menu/profile-menu.js
+++ b/components/header-bar/src/profile-menu/profile-menu.js
@@ -1,9 +1,3 @@
-import { Card } from '@dhis2-ui/card'
-import { Center } from '@dhis2-ui/center'
-import { Divider } from '@dhis2-ui/divider'
-import { Layer } from '@dhis2-ui/layer'
-import { CircularLoader } from '@dhis2-ui/loader'
-import { MenuDivider, MenuItem } from '@dhis2-ui/menu'
import { clearSensitiveCaches, useConfig } from '@dhis2/app-runtime'
import { colors } from '@dhis2/ui-constants'
import {
@@ -13,6 +7,12 @@ import {
IconUser24,
IconQuestion24,
} from '@dhis2/ui-icons'
+import { Card } from '@dhis2-ui/card'
+import { Center } from '@dhis2-ui/center'
+import { Divider } from '@dhis2-ui/divider'
+import { Layer } from '@dhis2-ui/layer'
+import { CircularLoader } from '@dhis2-ui/loader'
+import { MenuDivider, MenuItem } from '@dhis2-ui/menu'
import PropTypes from 'prop-types'
import React, { useState } from 'react'
import { DebugInfoMenuItem } from '../debug-info/debug-info-menu-item.js'
diff --git a/components/header-bar/src/profile-menu/update-notification.js b/components/header-bar/src/profile-menu/update-notification.js
index 6058feec41..ec342b16e6 100644
--- a/components/header-bar/src/profile-menu/update-notification.js
+++ b/components/header-bar/src/profile-menu/update-notification.js
@@ -1,6 +1,6 @@
-import { MenuItem } from '@dhis2-ui/menu'
import { useConfig } from '@dhis2/app-runtime'
import { colors } from '@dhis2/ui-constants'
+import { MenuItem } from '@dhis2-ui/menu'
import PropTypes from 'prop-types'
import React from 'react'
import { useHeaderBarContext } from '../header-bar-context.js'
diff --git a/components/header-bar/src/profile.js b/components/header-bar/src/profile.js
index 2d8404ced2..29fe0422ba 100755
--- a/components/header-bar/src/profile.js
+++ b/components/header-bar/src/profile.js
@@ -5,6 +5,7 @@ import { DebugInfoModal } from './debug-info/debug-info-modal.js'
import i18n from './locales/index.js'
import { ProfileMenu } from './profile-menu/index.js'
import { useOnDocClick } from './profile/use-on-doc-click.js'
+import { ProfileMenu } from './profile-menu/index.js'
const Profile = ({ name, email, avatarId, helpUrl }) => {
const [showProfileMenu, setShowProfileMenu] = useState(false)
diff --git a/components/input/src/input-field/input-field.js b/components/input/src/input-field/input-field.js
index f84ee0639c..99386e2456 100644
--- a/components/input/src/input-field/input-field.js
+++ b/components/input/src/input-field/input-field.js
@@ -1,7 +1,7 @@
+import { sharedPropTypes } from '@dhis2/ui-constants'
import { Box } from '@dhis2-ui/box'
import { Field } from '@dhis2-ui/field'
import { Input } from '@dhis2-ui/input'
-import { sharedPropTypes } from '@dhis2/ui-constants'
import PropTypes from 'prop-types'
import React from 'react'
diff --git a/components/input/src/input/input.js b/components/input/src/input/input.js
index c34de6ac9b..cfa536a7ed 100644
--- a/components/input/src/input/input.js
+++ b/components/input/src/input/input.js
@@ -1,5 +1,5 @@
-import { StatusIcon } from '@dhis2-ui/status-icon'
import { theme, colors, spacers, sharedPropTypes } from '@dhis2/ui-constants'
+import { StatusIcon } from '@dhis2-ui/status-icon'
import cx from 'classnames'
import PropTypes from 'prop-types'
import React, { Component } from 'react'
diff --git a/components/label/src/label.js b/components/label/src/label.js
index 9abb299d26..a7a90c534a 100644
--- a/components/label/src/label.js
+++ b/components/label/src/label.js
@@ -1,5 +1,5 @@
-import { Required } from '@dhis2-ui/required'
import { colors } from '@dhis2/ui-constants'
+import { Required } from '@dhis2-ui/required'
import cx from 'classnames'
import PropTypes from 'prop-types'
import React from 'react'
diff --git a/components/layer/src/layer.js b/components/layer/src/layer.js
index 42849150eb..333e28ed8b 100644
--- a/components/layer/src/layer.js
+++ b/components/layer/src/layer.js
@@ -1,5 +1,5 @@
-import { Portal } from '@dhis2-ui/portal'
import { deprecated } from '@dhis2/prop-types'
+import { Portal } from '@dhis2-ui/portal'
import cx from 'classnames'
import PropTypes from 'prop-types'
import React from 'react'
diff --git a/components/legend/src/legend.e2e.stories.js b/components/legend/src/legend.e2e.stories.js
index 4bd6266553..ad4f731aea 100644
--- a/components/legend/src/legend.e2e.stories.js
+++ b/components/legend/src/legend.e2e.stories.js
@@ -3,8 +3,6 @@ import { Legend } from './legend.js'
export default { title: 'Legend' }
export const WithContentAndRequired = () => (
-
- I am wrapped in a legend which has some styling
-
+ I am wrapped in a legend which has some styling
)
export const WithChildren = () => I am a child
diff --git a/components/legend/src/legend.js b/components/legend/src/legend.js
index 4214de73c7..5fe3e34c29 100644
--- a/components/legend/src/legend.js
+++ b/components/legend/src/legend.js
@@ -1,5 +1,5 @@
-import { Required } from '@dhis2-ui/required'
import { colors } from '@dhis2/ui-constants'
+import { Required } from '@dhis2-ui/required'
import PropTypes from 'prop-types'
import React from 'react'
diff --git a/components/loader/src/linear-loader/linear-loader.prod.stories.js b/components/loader/src/linear-loader/linear-loader.prod.stories.js
index 65f670dc9e..62985de955 100644
--- a/components/loader/src/linear-loader/linear-loader.prod.stories.js
+++ b/components/loader/src/linear-loader/linear-loader.prod.stories.js
@@ -1,7 +1,7 @@
+import { layers } from '@dhis2/ui-constants'
import { Center } from '@dhis2-ui/center'
import { Cover } from '@dhis2-ui/cover'
import { Layer } from '@dhis2-ui/layer'
-import { layers } from '@dhis2/ui-constants'
import React from 'react'
import { LinearLoader } from './index.js'
diff --git a/components/menu/src/flyout-menu/flyout-menu.prod.stories.js b/components/menu/src/flyout-menu/flyout-menu.prod.stories.js
index d07d9d45ed..d545e1cd36 100644
--- a/components/menu/src/flyout-menu/flyout-menu.prod.stories.js
+++ b/components/menu/src/flyout-menu/flyout-menu.prod.stories.js
@@ -1,7 +1,7 @@
+import { IconChevronDown16 } from '@dhis2/ui-icons'
import { Layer } from '@dhis2-ui/layer'
import { MenuDivider, MenuItem, MenuSectionHeader } from '@dhis2-ui/menu'
import { Popper } from '@dhis2-ui/popper'
-import { IconChevronDown16 } from '@dhis2/ui-icons'
import React, { useState, useRef } from 'react'
import { FlyoutMenu } from './flyout-menu.js'
diff --git a/components/menu/src/menu-divider/menu-divider.js b/components/menu/src/menu-divider/menu-divider.js
index c3f1da6aa3..a13140f7f6 100644
--- a/components/menu/src/menu-divider/menu-divider.js
+++ b/components/menu/src/menu-divider/menu-divider.js
@@ -1,5 +1,5 @@
-import { Divider } from '@dhis2-ui/divider'
import { colors } from '@dhis2/ui-constants'
+import { Divider } from '@dhis2-ui/divider'
import PropTypes from 'prop-types'
import React from 'react'
diff --git a/components/menu/src/menu-item/menu-item.js b/components/menu/src/menu-item/menu-item.js
index 272f675c7a..67a008b7f4 100644
--- a/components/menu/src/menu-item/menu-item.js
+++ b/components/menu/src/menu-item/menu-item.js
@@ -1,6 +1,6 @@
+import { IconChevronRight24 } from '@dhis2/ui-icons'
import { Popper } from '@dhis2-ui/popper'
import { Portal } from '@dhis2-ui/portal'
-import { IconChevronRight24 } from '@dhis2/ui-icons'
import cx from 'classnames'
import PropTypes from 'prop-types'
import React, { useRef } from 'react'
diff --git a/components/menu/src/menu-section-header/menu-section-header.js b/components/menu/src/menu-section-header/menu-section-header.js
index a6654ea211..f7a2fb06d1 100644
--- a/components/menu/src/menu-section-header/menu-section-header.js
+++ b/components/menu/src/menu-section-header/menu-section-header.js
@@ -1,5 +1,5 @@
-import { Divider } from '@dhis2-ui/divider'
import { colors, spacers } from '@dhis2/ui-constants'
+import { Divider } from '@dhis2-ui/divider'
import cx from 'classnames'
import PropTypes from 'prop-types'
import React from 'react'
diff --git a/components/modal/src/modal-actions/modal-actions.e2e.stories.js b/components/modal/src/modal-actions/modal-actions.e2e.stories.js
index f28e01526c..78b7c37ff4 100644
--- a/components/modal/src/modal-actions/modal-actions.e2e.stories.js
+++ b/components/modal/src/modal-actions/modal-actions.e2e.stories.js
@@ -2,6 +2,4 @@ import React from 'react'
import { ModalActions } from './modal-actions.js'
export default { title: 'ModalActions' }
-export const WithChildren = () => (
- I am a child
-)
+export const WithChildren = () => I am a child
diff --git a/components/modal/src/modal-content/modal-content.e2e.stories.js b/components/modal/src/modal-content/modal-content.e2e.stories.js
index 71e5a64eaf..6338b489e8 100644
--- a/components/modal/src/modal-content/modal-content.e2e.stories.js
+++ b/components/modal/src/modal-content/modal-content.e2e.stories.js
@@ -2,6 +2,4 @@ import React from 'react'
import { ModalContent } from './modal-content.js'
export default { title: 'ModalContent' }
-export const WithChildren = () => (
- I am a child
-)
+export const WithChildren = () => I am a child
diff --git a/components/modal/src/modal-title/modal-title.e2e.stories.js b/components/modal/src/modal-title/modal-title.e2e.stories.js
index 73a98fc1a1..206dadf579 100644
--- a/components/modal/src/modal-title/modal-title.e2e.stories.js
+++ b/components/modal/src/modal-title/modal-title.e2e.stories.js
@@ -2,6 +2,4 @@ import React from 'react'
import { ModalTitle } from './modal-title.js'
export default { title: 'ModalTitle' }
-export const WithChildren = () => (
- I am a child
-)
+export const WithChildren = () => I am a child
diff --git a/components/modal/src/modal/modal.e2e.stories.js b/components/modal/src/modal/modal.e2e.stories.js
index 179616fb4d..7af55990be 100644
--- a/components/modal/src/modal/modal.e2e.stories.js
+++ b/components/modal/src/modal/modal.e2e.stories.js
@@ -51,7 +51,7 @@ export const BottomAlignedWithOnClose = () => (
)
export const WithChildren = () => I am a child
- export const WithStatefulChildren = () => {
+export const WithStatefulChildren = () => {
const [hide, setHide] = useState(false)
return (
diff --git a/components/modal/src/modal/modal.js b/components/modal/src/modal/modal.js
index 9da2a8213b..05af0f1e49 100644
--- a/components/modal/src/modal/modal.js
+++ b/components/modal/src/modal/modal.js
@@ -1,7 +1,7 @@
+import { spacers, spacersNum, sharedPropTypes } from '@dhis2/ui-constants'
import { Card } from '@dhis2-ui/card'
import { Center } from '@dhis2-ui/center'
import { Layer } from '@dhis2-ui/layer'
-import { spacers, spacersNum, sharedPropTypes } from '@dhis2/ui-constants'
import cx from 'classnames'
import PropTypes from 'prop-types'
import React, { useEffect } from 'react'
diff --git a/components/modal/src/modal/modal.prod.stories.js b/components/modal/src/modal/modal.prod.stories.js
index d595540033..d421cfeecd 100644
--- a/components/modal/src/modal/modal.prod.stories.js
+++ b/components/modal/src/modal/modal.prod.stories.js
@@ -1,3 +1,4 @@
+import { sharedPropTypes } from '@dhis2/ui-constants'
import { Box } from '@dhis2-ui/box'
import { Button, ButtonStrip } from '@dhis2-ui/button'
import {
@@ -8,7 +9,6 @@ import {
} from '@dhis2-ui/menu'
import { SingleSelect, SingleSelectOption } from '@dhis2-ui/select'
import { Tooltip } from '@dhis2-ui/tooltip'
-import { sharedPropTypes } from '@dhis2/ui-constants'
import React, { useEffect, useState } from 'react'
import { ModalActions, ModalContent, ModalTitle } from '../index.js'
import { Modal } from './modal.js'
diff --git a/components/organisation-unit-tree/package.json b/components/organisation-unit-tree/package.json
index 0b6155db82..43430579b0 100644
--- a/components/organisation-unit-tree/package.json
+++ b/components/organisation-unit-tree/package.json
@@ -35,6 +35,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
+ "@dhis2-ui/button": "9.10.1",
"@dhis2-ui/checkbox": "9.10.1",
"@dhis2-ui/loader": "9.10.1",
"@dhis2-ui/node": "9.10.1",
diff --git a/components/organisation-unit-tree/src/__e2e__/controlled_expanded.js b/components/organisation-unit-tree/src/__e2e__/controlled_expanded.js
index 63088d88d8..7cb07085f5 100644
--- a/components/organisation-unit-tree/src/__e2e__/controlled_expanded.js
+++ b/components/organisation-unit-tree/src/__e2e__/controlled_expanded.js
@@ -1,7 +1,7 @@
import { Button } from '@dhis2-ui/button'
import React, { useState } from 'react'
import { OrganisationUnitTree, getAllExpandedOrgUnitPaths } from '../index.js'
-import { createDecoratorCustomDataProvider, namespace } from './common.js'
+import { createDecoratorCustomDataProvider } from './common.js'
window.initiallyExpandedPaths = ['/A0000000000/A0000000001']
window.orgUnitPathToExpand = '/A0000000000/A0000000001'
diff --git a/components/organisation-unit-tree/src/__e2e__/displaying_loading_error.js b/components/organisation-unit-tree/src/__e2e__/displaying_loading_error.js
index 943a2cd23a..8cb76de4a6 100644
--- a/components/organisation-unit-tree/src/__e2e__/displaying_loading_error.js
+++ b/components/organisation-unit-tree/src/__e2e__/displaying_loading_error.js
@@ -1,11 +1,7 @@
import { CustomDataProvider } from '@dhis2/app-runtime'
import React from 'react'
import { OrganisationUnitTree } from '../index.js'
-import {
- StatefulMultiSelectionWrapper,
- dataProviderData,
- namespace,
-} from './common.js'
+import { StatefulMultiSelectionWrapper, dataProviderData } from './common.js'
const dataProviderDataWithError = {
organisationUnits: (...args) => {
diff --git a/components/organisation-unit-tree/src/__e2e__/loading_state.js b/components/organisation-unit-tree/src/__e2e__/loading_state.js
index d4f47d060d..520ba430c0 100644
--- a/components/organisation-unit-tree/src/__e2e__/loading_state.js
+++ b/components/organisation-unit-tree/src/__e2e__/loading_state.js
@@ -5,7 +5,6 @@ import {
StatefulMultiSelectionWrapper,
dataProviderData,
delayResponse,
- namespace,
} from './common.js'
const data = {
diff --git a/components/organisation-unit-tree/src/__e2e__/multi_selection.js b/components/organisation-unit-tree/src/__e2e__/multi_selection.js
index 319b4bdb8a..990c73f758 100644
--- a/components/organisation-unit-tree/src/__e2e__/multi_selection.js
+++ b/components/organisation-unit-tree/src/__e2e__/multi_selection.js
@@ -1,11 +1,7 @@
import { CustomDataProvider } from '@dhis2/app-runtime'
import React from 'react'
import { OrganisationUnitTree } from '../index.js'
-import {
- StatefulMultiSelectionWrapper,
- dataProviderData,
- namespace,
-} from './common.js'
+import { StatefulMultiSelectionWrapper, dataProviderData } from './common.js'
window.selection = []
@@ -13,7 +9,7 @@ export const MultipleSelection = () => (
- (window.selection = newSelection)
+ (window.selection = newSelection)
}
>
{({ selected, onChange }) => (
diff --git a/components/organisation-unit-tree/src/__e2e__/no_selection.js b/components/organisation-unit-tree/src/__e2e__/no_selection.js
index 08f7393074..7ca95e7b37 100644
--- a/components/organisation-unit-tree/src/__e2e__/no_selection.js
+++ b/components/organisation-unit-tree/src/__e2e__/no_selection.js
@@ -1,11 +1,7 @@
import { CustomDataProvider } from '@dhis2/app-runtime'
import React from 'react'
import { OrganisationUnitTree } from '../index.js'
-import {
- StatefulMultiSelectionWrapper,
- dataProviderData,
- namespace,
-} from './common.js'
+import { StatefulMultiSelectionWrapper, dataProviderData } from './common.js'
export const NoSelectionClosed = () => (
diff --git a/components/organisation-unit-tree/src/__e2e__/path_based_filtering.js b/components/organisation-unit-tree/src/__e2e__/path_based_filtering.js
index 0f4ef558d2..06ba3faf4e 100644
--- a/components/organisation-unit-tree/src/__e2e__/path_based_filtering.js
+++ b/components/organisation-unit-tree/src/__e2e__/path_based_filtering.js
@@ -1,11 +1,7 @@
import { CustomDataProvider } from '@dhis2/app-runtime'
import React from 'react'
import { OrganisationUnitTree } from '../index.js'
-import {
- StatefulMultiSelectionWrapper,
- dataProviderData,
- namespace,
-} from './common.js'
+import { StatefulMultiSelectionWrapper, dataProviderData } from './common.js'
window.allUnits = []
for (let i = 0; i < 7; ++i) {
@@ -21,8 +17,8 @@ export const FilteredBy3LevelPath = () => (
onChange={onChange}
initiallyExpanded={[
'/A0000000000',
- '/A0000000000/A0000000001',
- '/A0000000000/A0000000002',
+ '/A0000000000/A0000000001',
+ '/A0000000000/A0000000002',
]}
filter={['/A0000000000/A0000000001/A0000000003']}
/>
@@ -39,12 +35,12 @@ export const FilteredBy3LevelPathAnd2LevelPath = () => (
onChange={onChange}
initiallyExpanded={[
'/A0000000000',
- '/A0000000000/A0000000001',
- '/A0000000000/A0000000002',
+ '/A0000000000/A0000000001',
+ '/A0000000000/A0000000002',
]}
filter={[
'/A0000000000/A0000000001/A0000000003',
- '/A0000000000/A0000000002',
+ '/A0000000000/A0000000002',
]}
/>
)}
diff --git a/components/organisation-unit-tree/src/__e2e__/single_selection.js b/components/organisation-unit-tree/src/__e2e__/single_selection.js
index 53cf4588ea..a5a3aa003d 100644
--- a/components/organisation-unit-tree/src/__e2e__/single_selection.js
+++ b/components/organisation-unit-tree/src/__e2e__/single_selection.js
@@ -1,11 +1,7 @@
import { CustomDataProvider } from '@dhis2/app-runtime'
import React from 'react'
import { OrganisationUnitTree } from '../index.js'
-import {
- StatefulMultiSelectionWrapper,
- dataProviderData,
- namespace,
-} from './common.js'
+import { StatefulMultiSelectionWrapper, dataProviderData } from './common.js'
const data = {
organisationUnits: (...args) => {
diff --git a/components/organisation-unit-tree/src/__e2e__/tree_api.js b/components/organisation-unit-tree/src/__e2e__/tree_api.js
index 5963f8bca8..cbc933cbfb 100644
--- a/components/organisation-unit-tree/src/__e2e__/tree_api.js
+++ b/components/organisation-unit-tree/src/__e2e__/tree_api.js
@@ -1,11 +1,7 @@
import { CustomDataProvider } from '@dhis2/app-runtime'
import React from 'react'
import { OrganisationUnitTree } from '../index.js'
-import {
- StatefulMultiSelectionWrapper,
- dataProviderData,
- namespace,
-} from './common.js'
+import { StatefulMultiSelectionWrapper, dataProviderData } from './common.js'
const customizedDataProviderData = {
organisationUnits: (...args) => {
diff --git a/components/organisation-unit-tree/src/organisation-unit-tree.e2e.stories.js b/components/organisation-unit-tree/src/organisation-unit-tree.e2e.stories.js
index f800ba1053..7ca4d52594 100644
--- a/components/organisation-unit-tree/src/organisation-unit-tree.e2e.stories.js
+++ b/components/organisation-unit-tree/src/organisation-unit-tree.e2e.stories.js
@@ -15,8 +15,14 @@ export { ForceReloading } from './__e2e__/force_reload.js'
export { RootHighlighted } from './__e2e__/highlight.js'
export { A0000000001Loading } from './__e2e__/loading_state.js'
export { MultipleSelection } from './__e2e__/multi_selection.js'
-export { NoSelectionClosed, NoSelectionRootOpened } from './__e2e__/no_selection.js'
-export { FilteredBy3LevelPath, FilteredBy3LevelPathAnd2LevelPath } from './__e2e__/path_based_filtering.js'
+export {
+ NoSelectionClosed,
+ NoSelectionRootOpened,
+} from './__e2e__/no_selection.js'
+export {
+ FilteredBy3LevelPath,
+ FilteredBy3LevelPathAnd2LevelPath,
+} from './__e2e__/path_based_filtering.js'
export { SingleSelection } from './__e2e__/single_selection.js'
export { MultipleRootSubAndOneMainOrgUnit } from './__e2e__/sub_unit_as_root.js'
export { Events } from './__e2e__/tree_api.js'
diff --git a/components/pagination/src/page-controls.js b/components/pagination/src/page-controls.js
index 6d3e5a7e1c..957f247ca8 100644
--- a/components/pagination/src/page-controls.js
+++ b/components/pagination/src/page-controls.js
@@ -1,6 +1,6 @@
-import { Button } from '@dhis2-ui/button'
import { spacers } from '@dhis2/ui-constants'
import { IconChevronLeft16, IconChevronRight16 } from '@dhis2/ui-icons'
+import { Button } from '@dhis2-ui/button'
import PropTypes from 'prop-types'
import React from 'react'
diff --git a/components/pagination/src/page-select.js b/components/pagination/src/page-select.js
index 3391e1582e..d5b571f879 100644
--- a/components/pagination/src/page-select.js
+++ b/components/pagination/src/page-select.js
@@ -1,5 +1,5 @@
-import { SingleSelect, SingleSelectOption } from '@dhis2-ui/select'
import { spacers } from '@dhis2/ui-constants'
+import { SingleSelect, SingleSelectOption } from '@dhis2-ui/select'
import PropTypes from 'prop-types'
import React from 'react'
diff --git a/components/pagination/src/page-size-select.js b/components/pagination/src/page-size-select.js
index 20327e0af4..4279374859 100644
--- a/components/pagination/src/page-size-select.js
+++ b/components/pagination/src/page-size-select.js
@@ -1,5 +1,5 @@
-import { SingleSelect, SingleSelectOption } from '@dhis2-ui/select'
import { spacers } from '@dhis2/ui-constants'
+import { SingleSelect, SingleSelectOption } from '@dhis2-ui/select'
import PropTypes from 'prop-types'
import React from 'react'
diff --git a/components/popover/src/popover.js b/components/popover/src/popover.js
index cedc923ff5..414190ab2f 100644
--- a/components/popover/src/popover.js
+++ b/components/popover/src/popover.js
@@ -1,6 +1,6 @@
+import { colors, elevations, sharedPropTypes } from '@dhis2/ui-constants'
import { Layer } from '@dhis2-ui/layer'
import { getReferenceElement, usePopper } from '@dhis2-ui/popper'
-import { colors, elevations, sharedPropTypes } from '@dhis2/ui-constants'
import PropTypes from 'prop-types'
import React, { useState, useMemo } from 'react'
import { Arrow } from './arrow.js'
diff --git a/components/radio/src/radio.e2e.stories.js b/components/radio/src/radio.e2e.stories.js
index e5c929f852..a9c8ebeed0 100644
--- a/components/radio/src/radio.e2e.stories.js
+++ b/components/radio/src/radio.e2e.stories.js
@@ -7,12 +7,7 @@ window.onFocus = window.Cypress && window.Cypress.cy.stub()
export default { title: 'Radio' }
export const WithOnChange = () => (
-
+
)
export const WithInitialFocusAndOnBlur = () => (
(
)
export const WithOptionsASelectionAndOnChange = () => (
-
+
@@ -259,10 +255,10 @@ export const DefaultPosition = () => (
+ :global(#root) {
+ height: 2000px !important;
+ }
+ `}
>
)
export const FlippedPosition = () => (
@@ -282,17 +278,17 @@ export const FlippedPosition = () => (
+ :global(html),
+ :global(body),
+ :global(#root) {
+ position: relative;
+ height: 500px;
+ max-height: 500px;
+ }
+ :global(#root) {
+ padding-top: 400px !important;
+ }
+ `}
>
)
export const ShiftedIntoView = () => (
@@ -312,17 +308,17 @@ export const ShiftedIntoView = () => (
+ :global(html),
+ :global(body),
+ :global(#root) {
+ position: relative;
+ height: 300px !important;
+ max-height: 300px;
+ }
+ :global(#root) {
+ padding-top: 130px !important;
+ }
+ `}
>
)
export const WithDuplicateSelectedOptionValues = () => (
@@ -350,10 +346,10 @@ export const WithOptionsThatCanBeAddedToTheInput = () => {
+ :global(#root) {
+ height: 2000px !important;
+ }
+ `}
>
)
}
@@ -379,9 +375,7 @@ export const MenuWidthChanging = () => {
- console.log(
- 'size changed to ' + selected
- )
+ console.log('size changed to ' + selected)
}
>
{options.map(({ name, id }) => (
@@ -405,9 +399,7 @@ export const MenuWidthChanging = () => {
)}
- setToggle(!toggle)}>
- Toggle
-
+ setToggle(!toggle)}>Toggle
diff --git a/components/select/src/multi-select/multi-select.js b/components/select/src/multi-select/multi-select.js
index 00f5c33c94..cbac23fcf7 100644
--- a/components/select/src/multi-select/multi-select.js
+++ b/components/select/src/multi-select/multi-select.js
@@ -1,6 +1,6 @@
-import { StatusIcon } from '@dhis2-ui/status-icon'
import { requiredIf } from '@dhis2/prop-types'
import { spacers, sharedPropTypes } from '@dhis2/ui-constants'
+import { StatusIcon } from '@dhis2-ui/status-icon'
import PropTypes from 'prop-types'
import React from 'react'
import { Loading as CommonLoading, Select } from '../select/index.js'
diff --git a/components/select/src/select/filter-input.js b/components/select/src/select/filter-input.js
index bdcf566848..4dc282a884 100644
--- a/components/select/src/select/filter-input.js
+++ b/components/select/src/select/filter-input.js
@@ -1,5 +1,5 @@
-import { Input } from '@dhis2-ui/input'
import { spacers, colors } from '@dhis2/ui-constants'
+import { Input } from '@dhis2-ui/input'
import PropTypes from 'prop-types'
import React from 'react'
diff --git a/components/select/src/select/input-clear-button.js b/components/select/src/select/input-clear-button.js
index ceef7d656c..1d13a7411c 100644
--- a/components/select/src/select/input-clear-button.js
+++ b/components/select/src/select/input-clear-button.js
@@ -1,5 +1,5 @@
-import { Tooltip } from '@dhis2-ui/tooltip'
import { colors, theme } from '@dhis2/ui-constants'
+import { Tooltip } from '@dhis2-ui/tooltip'
import PropTypes from 'prop-types'
import React from 'react'
diff --git a/components/select/src/select/loading.js b/components/select/src/select/loading.js
index 7d5b3f4208..f7f2c683af 100644
--- a/components/select/src/select/loading.js
+++ b/components/select/src/select/loading.js
@@ -1,5 +1,5 @@
-import { CircularLoader } from '@dhis2-ui/loader'
import { colors, spacers, theme } from '@dhis2/ui-constants'
+import { CircularLoader } from '@dhis2-ui/loader'
import cx from 'classnames'
import PropTypes from 'prop-types'
import React from 'react'
diff --git a/components/select/src/select/menu-wrapper.js b/components/select/src/select/menu-wrapper.js
index 15b575e74d..2411652dfc 100644
--- a/components/select/src/select/menu-wrapper.js
+++ b/components/select/src/select/menu-wrapper.js
@@ -1,6 +1,6 @@
+import { colors, elevations } from '@dhis2/ui-constants'
import { Layer } from '@dhis2-ui/layer'
import { Popper } from '@dhis2-ui/popper'
-import { colors, elevations } from '@dhis2/ui-constants'
import PropTypes from 'prop-types'
import React from 'react'
diff --git a/components/select/src/single-select-field/single-select-field.js b/components/select/src/single-select-field/single-select-field.js
index 2a893634e6..fedf9179de 100644
--- a/components/select/src/single-select-field/single-select-field.js
+++ b/components/select/src/single-select-field/single-select-field.js
@@ -1,6 +1,6 @@
+import { sharedPropTypes } from '@dhis2/ui-constants'
import { Box } from '@dhis2-ui/box'
import { Field } from '@dhis2-ui/field'
-import { sharedPropTypes } from '@dhis2/ui-constants'
import PropTypes from 'prop-types'
import React from 'react'
import { SingleSelect } from '../index.js'
diff --git a/components/select/src/single-select/single-select.e2e.stories.js b/components/select/src/single-select/single-select.e2e.stories.js
index f5bb355b69..165a8900c4 100644
--- a/components/select/src/single-select/single-select.e2e.stories.js
+++ b/components/select/src/single-select/single-select.e2e.stories.js
@@ -88,7 +88,7 @@ export const WithInitialFocus = () => (
)
export const Empty = () =>
- export const EmptyWithEmptyText = () => (
+export const EmptyWithEmptyText = () => (
)
export const EmptyWithEmptyComponent = () => (
@@ -205,11 +205,7 @@ export const WithOptionsAndASelection = () => (
)
export const WithOptionsASelectionAndOnChange = () => (
-
+
@@ -229,11 +225,7 @@ export const WithClearButtonSelectionAndOnChange = () => (
)
export const WithFilterField = () => (
-
+
@@ -256,10 +248,10 @@ export const DefaultPosition = () => (
+ :global(#root) {
+ margin-bottom: 2000px;
+ }
+ `}
>
)
export const FlippedPosition = () => (
@@ -279,17 +271,17 @@ export const FlippedPosition = () => (
+ :global(html),
+ :global(body),
+ :global(#root) {
+ position: relative;
+ height: 500px;
+ max-height: 500px;
+ }
+ :global(#root) {
+ padding-top: 400px !important;
+ }
+ `}
>
)
export const ShiftedIntoView = () => (
@@ -309,17 +301,17 @@ export const ShiftedIntoView = () => (
+ :global(html),
+ :global(body),
+ :global(#root) {
+ position: relative;
+ height: 300px !important;
+ max-height: 300px;
+ }
+ :global(#root) {
+ padding-top: 130px !important;
+ }
+ `}
>
)
export const WithDuplicateSelectedOptionValues = () => (
@@ -352,9 +344,7 @@ export const MenuWidthChanging = () => {
- console.log(
- 'size changed to ' + selected
- )
+ console.log('size changed to ' + selected)
}
>
{options.map(({ name, id }) => (
@@ -378,9 +368,7 @@ export const MenuWidthChanging = () => {
)}
- setToggle(!toggle)}>
- Toggle
-
+ setToggle(!toggle)}>Toggle
diff --git a/components/select/src/single-select/single-select.js b/components/select/src/single-select/single-select.js
index 3e87a7351a..8ce8f279aa 100644
--- a/components/select/src/single-select/single-select.js
+++ b/components/select/src/single-select/single-select.js
@@ -1,6 +1,6 @@
-import { StatusIcon } from '@dhis2-ui/status-icon'
import { requiredIf } from '@dhis2/prop-types'
import { spacers, sharedPropTypes } from '@dhis2/ui-constants'
+import { StatusIcon } from '@dhis2-ui/status-icon'
import PropTypes from 'prop-types'
import React from 'react'
import { Loading as CommonLoading, Select } from '../select/index.js'
diff --git a/components/selector-bar/src/selector-bar-item/selector-bar-item.js b/components/selector-bar/src/selector-bar-item/selector-bar-item.js
index 16b8a6ce48..2e4cb91fe1 100644
--- a/components/selector-bar/src/selector-bar-item/selector-bar-item.js
+++ b/components/selector-bar/src/selector-bar-item/selector-bar-item.js
@@ -1,8 +1,8 @@
+import { colors, spacers } from '@dhis2/ui-constants'
+import { IconChevronUp24, IconChevronDown24 } from '@dhis2/ui-icons'
import { Card } from '@dhis2-ui/card'
import { Layer } from '@dhis2-ui/layer'
import { Popper } from '@dhis2-ui/popper'
-import { colors, spacers } from '@dhis2/ui-constants'
-import { IconChevronUp24, IconChevronDown24 } from '@dhis2/ui-icons'
import cx from 'classnames'
import PropTypes from 'prop-types'
import React, { useRef } from 'react'
diff --git a/components/selector-bar/src/selector-bar/__stories__/common.js b/components/selector-bar/src/selector-bar/__stories__/common.js
index 235720dc80..e31a863bf0 100644
--- a/components/selector-bar/src/selector-bar/__stories__/common.js
+++ b/components/selector-bar/src/selector-bar/__stories__/common.js
@@ -1,7 +1,7 @@
-import { Menu, MenuItem } from '@dhis2-ui/menu'
-import { OrganisationUnitTree } from '@dhis2-ui/organisation-unit-tree'
import { CustomDataProvider } from '@dhis2/app-runtime'
import { colors } from '@dhis2/ui-constants'
+import { Menu, MenuItem } from '@dhis2-ui/menu'
+import { OrganisationUnitTree } from '@dhis2-ui/organisation-unit-tree'
import React, { useState } from 'react'
export const decoratorCommonStyles = (fn) => (
diff --git a/components/selector-bar/src/selector-bar/selector-bar.js b/components/selector-bar/src/selector-bar/selector-bar.js
index 558a90530c..495dafc0a2 100644
--- a/components/selector-bar/src/selector-bar/selector-bar.js
+++ b/components/selector-bar/src/selector-bar/selector-bar.js
@@ -1,5 +1,5 @@
-import { Button } from '@dhis2-ui/button'
import { colors, spacers } from '@dhis2/ui-constants'
+import { Button } from '@dhis2-ui/button'
import cx from 'classnames'
import PropTypes from 'prop-types'
import React, { useRef, useState, useEffect } from 'react'
diff --git a/components/sharing-dialog/src/access-add/access-add.js b/components/sharing-dialog/src/access-add/access-add.js
index 0ed5df3a07..b1d7f6c4f0 100644
--- a/components/sharing-dialog/src/access-add/access-add.js
+++ b/components/sharing-dialog/src/access-add/access-add.js
@@ -1,7 +1,7 @@
-import { Button } from '@dhis2-ui/button'
-import { SingleSelectField, SingleSelectOption } from '@dhis2-ui/select'
import { useDhis2ConnectionStatus } from '@dhis2/app-runtime'
import { colors, spacers } from '@dhis2/ui-constants'
+import { Button } from '@dhis2-ui/button'
+import { SingleSelectField, SingleSelectOption } from '@dhis2-ui/select'
import PropTypes from 'prop-types'
import React, { useState, useContext } from 'react'
import { SharingAutocomplete } from '../autocomplete/index.js'
diff --git a/components/sharing-dialog/src/access-list/list-item-icon.js b/components/sharing-dialog/src/access-list/list-item-icon.js
index 6834a4945c..e1b2e5ca3e 100644
--- a/components/sharing-dialog/src/access-list/list-item-icon.js
+++ b/components/sharing-dialog/src/access-list/list-item-icon.js
@@ -1,6 +1,6 @@
-import { UserAvatar } from '@dhis2-ui/user-avatar'
import { colors } from '@dhis2/ui-constants'
import { IconWorld24, IconUserGroup24 } from '@dhis2/ui-icons'
+import { UserAvatar } from '@dhis2-ui/user-avatar'
import PropTypes from 'prop-types'
import React from 'react'
import {
diff --git a/components/sharing-dialog/src/access-list/list-item.js b/components/sharing-dialog/src/access-list/list-item.js
index 2848f167c8..207824b1a4 100644
--- a/components/sharing-dialog/src/access-list/list-item.js
+++ b/components/sharing-dialog/src/access-list/list-item.js
@@ -1,7 +1,7 @@
-import { Divider } from '@dhis2-ui/divider'
-import { SingleSelectField, SingleSelectOption } from '@dhis2-ui/select'
import { useDhis2ConnectionStatus } from '@dhis2/app-runtime'
import { colors } from '@dhis2/ui-constants'
+import { Divider } from '@dhis2-ui/divider'
+import { SingleSelectField, SingleSelectOption } from '@dhis2-ui/select'
import PropTypes from 'prop-types'
import React, { useContext } from 'react'
import {
diff --git a/components/sharing-dialog/src/autocomplete/autocomplete.js b/components/sharing-dialog/src/autocomplete/autocomplete.js
index d0e75a7836..265385df29 100644
--- a/components/sharing-dialog/src/autocomplete/autocomplete.js
+++ b/components/sharing-dialog/src/autocomplete/autocomplete.js
@@ -1,6 +1,6 @@
+import { useDhis2ConnectionStatus } from '@dhis2/app-runtime'
import { InputField } from '@dhis2-ui/input'
import { Menu, MenuItem } from '@dhis2-ui/menu'
-import { useDhis2ConnectionStatus } from '@dhis2/app-runtime'
import useSize from '@react-hook/size'
import PropTypes from 'prop-types'
import React, { useRef } from 'react'
diff --git a/components/sharing-dialog/src/cascade-sharing/controls.js b/components/sharing-dialog/src/cascade-sharing/controls.js
index 46e476d98a..1a403d29df 100644
--- a/components/sharing-dialog/src/cascade-sharing/controls.js
+++ b/components/sharing-dialog/src/cascade-sharing/controls.js
@@ -1,12 +1,12 @@
-import { Box } from '@dhis2-ui/box'
-import { Button } from '@dhis2-ui/button'
-import { NoticeBox } from '@dhis2-ui/notice-box'
import {
useDataQuery,
useDataEngine,
useDhis2ConnectionStatus,
} from '@dhis2/app-runtime'
import { spacers } from '@dhis2/ui-constants'
+import { Box } from '@dhis2-ui/box'
+import { Button } from '@dhis2-ui/button'
+import { NoticeBox } from '@dhis2-ui/notice-box'
import PropTypes from 'prop-types'
import React, { useState, useEffect } from 'react'
import i18n from '../locales/index.js'
diff --git a/components/sharing-dialog/src/cascade-sharing/update-info.js b/components/sharing-dialog/src/cascade-sharing/update-info.js
index f5c72eb6d8..9bc6c9b152 100644
--- a/components/sharing-dialog/src/cascade-sharing/update-info.js
+++ b/components/sharing-dialog/src/cascade-sharing/update-info.js
@@ -1,5 +1,5 @@
-import { NoticeBox } from '@dhis2-ui/notice-box'
import { useDataQuery } from '@dhis2/app-runtime'
+import { NoticeBox } from '@dhis2-ui/notice-box'
import PropTypes from 'prop-types'
import React from 'react'
import { getVisualizationsCount, getInfoMessage } from './helpers.js'
diff --git a/components/status-icon/src/status-icon.js b/components/status-icon/src/status-icon.js
index 3f0545a358..8af50c297a 100644
--- a/components/status-icon/src/status-icon.js
+++ b/components/status-icon/src/status-icon.js
@@ -1,10 +1,10 @@
-import { CircularLoader } from '@dhis2-ui/loader'
import { theme } from '@dhis2/ui-constants'
import {
IconErrorFilled24,
IconWarningFilled24,
IconCheckmark24,
} from '@dhis2/ui-icons'
+import { CircularLoader } from '@dhis2-ui/loader'
import PropTypes from 'prop-types'
import React from 'react'
diff --git a/components/switch/src/switch-field/switch-field.js b/components/switch/src/switch-field/switch-field.js
index 8d3237ba06..499b5e069e 100644
--- a/components/switch/src/switch-field/switch-field.js
+++ b/components/switch/src/switch-field/switch-field.js
@@ -1,6 +1,6 @@
+import { sharedPropTypes } from '@dhis2/ui-constants'
import { Field } from '@dhis2-ui/field'
import { Required } from '@dhis2-ui/required'
-import { sharedPropTypes } from '@dhis2/ui-constants'
import PropTypes from 'prop-types'
import React from 'react'
import { Switch } from '../index.js'
diff --git a/components/switch/src/switch/switch.e2e.stories.js b/components/switch/src/switch/switch.e2e.stories.js
index 4788b6fab6..197f5a238d 100644
--- a/components/switch/src/switch/switch.e2e.stories.js
+++ b/components/switch/src/switch/switch.e2e.stories.js
@@ -24,12 +24,7 @@ export const WithInitialFocusAndOnBlur = () => (
/>
)
export const WithOnFocus = () => (
-
+
)
export const WithDisabled = () => (
diff --git a/components/tab/src/tab-bar/tab-bar.e2e.stories.js b/components/tab/src/tab-bar/tab-bar.e2e.stories.js
index 6a89cf43fc..3e3efb42c1 100644
--- a/components/tab/src/tab-bar/tab-bar.e2e.stories.js
+++ b/components/tab/src/tab-bar/tab-bar.e2e.stories.js
@@ -4,7 +4,7 @@ import { TabBar } from './index.js'
export default { title: 'TabBar' }
export const WithChildren = () => I am a child
- export const ScrollableWithChildren = () => (
+export const ScrollableWithChildren = () => (
I am a child
)
export const ScrollableWithSomeTabs = () => {
diff --git a/components/table/src/data-table/table-elements/table.stories.internal.js b/components/table/src/data-table/table-elements/table.stories.internal.js
index 24e02521a3..8799ad6bfe 100644
--- a/components/table/src/data-table/table-elements/table.stories.internal.js
+++ b/components/table/src/data-table/table-elements/table.stories.internal.js
@@ -1,14 +1,14 @@
/* eslint-disable react/prop-types */
+import { IconAttachment16 } from '@dhis2/ui-icons'
import { Box } from '@dhis2-ui/box'
import { Checkbox } from '@dhis2-ui/checkbox'
-import { IconAttachment16 } from '@dhis2/ui-icons'
import React, { useState } from 'react'
import { TableBody } from './table-body.js'
import { TableDataCell } from './table-data-cell/table-data-cell.js'
import { TableFoot } from './table-foot.js'
import { TableHead } from './table-head.js'
-import { TableHeaderCellAction } from './table-header-cell-action.js'
import { TableHeaderCell } from './table-header-cell/table-header-cell.js'
+import { TableHeaderCellAction } from './table-header-cell-action.js'
import { TableRow } from './table-row.js'
import { TableScrollBox } from './table-scroll-box.js'
import { TableToolbar } from './table-toolbar.js'
diff --git a/components/tag/src/tag.e2e.stories.js b/components/tag/src/tag.e2e.stories.js
index 28507e8583..308f374310 100644
--- a/components/tag/src/tag.e2e.stories.js
+++ b/components/tag/src/tag.e2e.stories.js
@@ -5,11 +5,11 @@ export default { title: 'Tag' }
export const WithoutIcon = () => Default
export const WithIcon = () => Icon}>Default
export const WithText = () => Text content
- export const WithDefaultMaxWidth = () => (
+export const WithDefaultMaxWidth = () => (
- This is a lot of content that should exceed the default max width of
- the tag component quite significantly so testing is still works when
- the default value of the max width is changed
+ This is a lot of content that should exceed the default max width of the
+ tag component quite significantly so testing is still works when the
+ default value of the max width is changed
)
export const WithCustomMaxWidth = () => Text content
diff --git a/components/text-area/src/text-area-field/text-area-field.js b/components/text-area/src/text-area-field/text-area-field.js
index 19395c1adf..fdaf49fea3 100644
--- a/components/text-area/src/text-area-field/text-area-field.js
+++ b/components/text-area/src/text-area-field/text-area-field.js
@@ -1,6 +1,6 @@
+import { sharedPropTypes } from '@dhis2/ui-constants'
import { Box } from '@dhis2-ui/box'
import { Field } from '@dhis2-ui/field'
-import { sharedPropTypes } from '@dhis2/ui-constants'
import PropTypes from 'prop-types'
import React from 'react'
import { TextArea } from '../index.js'
diff --git a/components/text-area/src/text-area/text-area.js b/components/text-area/src/text-area/text-area.js
index d1969ae308..71dc11aeb6 100644
--- a/components/text-area/src/text-area/text-area.js
+++ b/components/text-area/src/text-area/text-area.js
@@ -1,5 +1,5 @@
-import { StatusIcon } from '@dhis2-ui/status-icon'
import { sharedPropTypes } from '@dhis2/ui-constants'
+import { StatusIcon } from '@dhis2-ui/status-icon'
import cx from 'classnames'
import PropTypes from 'prop-types'
import React, { Component } from 'react'
diff --git a/components/tooltip/src/tooltip.js b/components/tooltip/src/tooltip.js
index 8a08624eb8..96998bd7e3 100644
--- a/components/tooltip/src/tooltip.js
+++ b/components/tooltip/src/tooltip.js
@@ -1,6 +1,6 @@
+import { colors, layers } from '@dhis2/ui-constants'
import { Popper } from '@dhis2-ui/popper'
import { Portal } from '@dhis2-ui/portal'
-import { colors, layers } from '@dhis2/ui-constants'
import PropTypes from 'prop-types'
import React, { useEffect, useRef, useState } from 'react'
import { resolve } from 'styled-jsx/css'
diff --git a/components/transfer/src/__tests__/helper/use-highlighted-option.test.js b/components/transfer/src/__tests__/helper/use-highlighted-option.test.js
index abd5b03f97..3df440b0ad 100644
--- a/components/transfer/src/__tests__/helper/use-highlighted-option.test.js
+++ b/components/transfer/src/__tests__/helper/use-highlighted-option.test.js
@@ -1,5 +1,5 @@
-import { useHighlightedOptions } from '../../transfer/use-highlighted-options.js'
import { createToggleHighlightedOption } from '../../transfer/use-highlighted-options/create-toggle-highlighted-option.js'
+import { useHighlightedOptions } from '../../transfer/use-highlighted-options.js'
jest.mock(
'../../transfer/use-highlighted-options/create-toggle-highlighted-option.js',
diff --git a/components/transfer/src/filter.js b/components/transfer/src/filter.js
index 676bd333dc..abc41342ea 100644
--- a/components/transfer/src/filter.js
+++ b/components/transfer/src/filter.js
@@ -1,6 +1,6 @@
+import { spacers } from '@dhis2/ui-constants'
import { Field } from '@dhis2-ui/field'
import { Input } from '@dhis2-ui/input'
-import { spacers } from '@dhis2/ui-constants'
import PropTypes from 'prop-types'
import React from 'react'
diff --git a/components/transfer/src/options-container.js b/components/transfer/src/options-container.js
index ce3c60a55e..02bd539bc5 100644
--- a/components/transfer/src/options-container.js
+++ b/components/transfer/src/options-container.js
@@ -1,5 +1,5 @@
-import { CircularLoader } from '@dhis2-ui/loader'
import { spacers } from '@dhis2/ui-constants'
+import { CircularLoader } from '@dhis2-ui/loader'
import PropTypes from 'prop-types'
import React, { Fragment, useRef } from 'react'
import { EndIntersectionDetector } from './end-intersection-detector.js'
diff --git a/components/transfer/src/reordering-actions.js b/components/transfer/src/reordering-actions.js
index ace584c039..21392543aa 100644
--- a/components/transfer/src/reordering-actions.js
+++ b/components/transfer/src/reordering-actions.js
@@ -1,5 +1,5 @@
-import { Button } from '@dhis2-ui/button'
import { spacers } from '@dhis2/ui-constants'
+import { Button } from '@dhis2-ui/button'
import PropTypes from 'prop-types'
import React from 'react'
import { IconMoveDown, IconMoveUp } from './icons.js'
diff --git a/components/transfer/src/transfer.js b/components/transfer/src/transfer.js
index deca9a9f9f..910135ae65 100644
--- a/components/transfer/src/transfer.js
+++ b/components/transfer/src/transfer.js
@@ -15,7 +15,6 @@ import { ReorderingActions } from './reordering-actions.js'
import { RightFooter } from './right-footer.js'
import { RightHeader } from './right-header.js'
import { RightSide } from './right-side.js'
-import { TransferOption } from './transfer-option.js'
import {
addAllSelectableSourceOptions,
addIndividualSourceOptions,
@@ -31,6 +30,7 @@ import {
useFilter,
useHighlightedOptions,
} from './transfer/index.js'
+import { TransferOption } from './transfer-option.js'
const identity = (value) => value
diff --git a/storybook/config/main.js b/storybook/config/main.js
index ff6fa89e38..0a21fa59bb 100644
--- a/storybook/config/main.js
+++ b/storybook/config/main.js
@@ -1,4 +1,4 @@
-import { dirname, join } from "path";
+import { dirname, join } from 'path'
const { babelConfig } = require('../src/babel-config.js')
const { loadStories } = require('../src/load-stories.js')
const { webpackConfig } = require('../src/webpack-config.js')
@@ -13,8 +13,8 @@ module.exports = {
name: '@storybook/addon-storysource',
options: { loaderOptions: { injectDecorator: false } },
},
- getAbsolutePath("@storybook/addon-a11y"),
- getAbsolutePath("@storybook/preset-create-react-app"),
+ getAbsolutePath('@storybook/addon-a11y'),
+ getAbsolutePath('@storybook/preset-create-react-app'),
],
stories: async (list) => [...(list || []), ...loadStories()],
@@ -22,13 +22,13 @@ module.exports = {
webpackFinal: webpackConfig,
framework: {
- name: getAbsolutePath("@storybook/react-webpack5"),
- options: {}
+ name: getAbsolutePath('@storybook/react-webpack5'),
+ options: {},
},
staticDirs: [join(__dirname, '../static')],
}
function getAbsolutePath(value) {
- return dirname(require.resolve(join(value, "package.json")));
+ return dirname(require.resolve(join(value, 'package.json')))
}
diff --git a/storybook/src/babel-config.js b/storybook/src/babel-config.js
index 0bd5d218ab..7505461bc0 100644
--- a/storybook/src/babel-config.js
+++ b/storybook/src/babel-config.js
@@ -15,13 +15,15 @@ exports.babelConfig = (config) => {
const merged = {
...config,
presets: custom.presets,
- plugins: [...custom.plugins, ...custom.env[mode].plugins].map(plugin => {
- if (plugin instanceof Array) {
- return [plugin[0], { ...plugin[1], loose: true }]
- }
+ plugins: [...custom.plugins, ...custom.env[mode].plugins].map(
+ (plugin) => {
+ if (plugin instanceof Array) {
+ return [plugin[0], { ...plugin[1], loose: true }]
+ }
- return [plugin, { loose: true }]
- }),
+ return [plugin, { loose: true }]
+ }
+ ),
}
return merged
diff --git a/storybook/src/load-stories.js b/storybook/src/load-stories.js
index ebc2f5f0cc..fbc03dc36f 100644
--- a/storybook/src/load-stories.js
+++ b/storybook/src/load-stories.js
@@ -73,7 +73,9 @@ exports.loadStories = () => {
)
const fileTypeExtension = '@(js|jsx|mdx)'
- const fileExtension = `${isTesting ? 'e2e.stories' : 'prod.stories'}`
+ const fileExtension = `${
+ isTesting ? 'e2e.stories' : 'prod.stories'
+ }`
return [
`${COLLECTIONS_DIR}/*/src/**/*${fileExtension}.${fileTypeExtension}`,
diff --git a/storybook/src/webpack-config.js b/storybook/src/webpack-config.js
index d27547bbc2..1a8370b119 100644
--- a/storybook/src/webpack-config.js
+++ b/storybook/src/webpack-config.js
@@ -18,7 +18,8 @@ const { uiPackages } = require('./ui-packages.js')
*/
function modify_internal_package_loaders(cfg) {
// Find the rules that configure the webpack loaders
- const loaderRules = cfg.module.rules.find((rule) => 'oneOf' in rule)?.oneOf || []
+ const loaderRules =
+ cfg.module.rules.find((rule) => 'oneOf' in rule)?.oneOf || []
// Filter only the rules that have a regex under the test property
const regexLoaders = loaderRules.filter(
From 1aff6adebd38f36362364094aca14b78882eaa5c Mon Sep 17 00:00:00 2001
From: Mohammer5
Date: Wed, 12 Jun 2024 11:12:09 +0800
Subject: [PATCH 116/170] chore: remove legacy scripts and GH workflow bandaids
---
.github/workflows/dhis2-deploy-netlify.yml | 2 +-
.github/workflows/dhis2-preview-pr.yml | 2 +-
.github/workflows/dhis2-verify-lib.yml | 8 +++-----
package.json | 3 ---
4 files changed, 5 insertions(+), 10 deletions(-)
diff --git a/.github/workflows/dhis2-deploy-netlify.yml b/.github/workflows/dhis2-deploy-netlify.yml
index 4ca3dc29a5..14210c991f 100644
--- a/.github/workflows/dhis2-deploy-netlify.yml
+++ b/.github/workflows/dhis2-deploy-netlify.yml
@@ -31,7 +31,7 @@ jobs:
- uses: c-hive/gha-yarn-cache@v1
- run: yarn install --frozen-lockfile
- - run: yarn build:legacy
+ - run: yarn build
- uses: nwtgck/actions-netlify@v1.1
with:
diff --git a/.github/workflows/dhis2-preview-pr.yml b/.github/workflows/dhis2-preview-pr.yml
index 094b3394c7..ffb902c967 100644
--- a/.github/workflows/dhis2-preview-pr.yml
+++ b/.github/workflows/dhis2-preview-pr.yml
@@ -29,7 +29,7 @@ jobs:
- uses: c-hive/gha-yarn-cache@v1
- run: yarn install --frozen-lockfile
- - run: yarn build:legacy
+ - run: yarn build
- name: Deploy
id: netlify-deploy
diff --git a/.github/workflows/dhis2-verify-lib.yml b/.github/workflows/dhis2-verify-lib.yml
index 88bcada1ad..ccc1a06810 100644
--- a/.github/workflows/dhis2-verify-lib.yml
+++ b/.github/workflows/dhis2-verify-lib.yml
@@ -44,7 +44,7 @@ jobs:
NODE_OPTIONS=--openssl-legacy-provider yarn setup
- name: Build
- run: yarn build:legacy
+ run: yarn build
- run: ./scripts/create-artifact.sh
@@ -147,7 +147,8 @@ jobs:
- name: End-to-End tests
uses: cypress-io/github-action@v6
with:
- start: 'yarn cy:start:legacy'
+ # This should be a command that starts the server to test against.
+ start: 'yarn cy:start'
wait-on: 'http://localhost:5000'
wait-on-timeout: 300
record: ${{ env.SHOULD_RECORD }}
@@ -185,9 +186,6 @@ jobs:
# ensure that d2-app-scripts is available
- run: yarn install --frozen-lockfile
- # FIXME: Add legacy npm to allow our broken peerdeps for now.
- # This should be addressed properly by fixing our peerdeps.
- - run: npm i -g npm@6
- uses: dhis2/action-semantic-release@master
with:
publish-npm: true
diff --git a/package.json b/package.json
index 1b518ecf7f..33984a6edc 100644
--- a/package.json
+++ b/package.json
@@ -27,11 +27,9 @@
"scripts": {
"setup": "./scripts/setup.js",
"build": "./scripts/build-world.sh",
- "build:legacy": "NODE_OPTIONS=--openssl-legacy-provider ./scripts/build-world.sh",
"build:lib": "./scripts/build.js",
"build:docs": "./scripts/build-docs.js",
"build:api": "./scripts/generate-api-docs.js",
- "cy:start:legacy": "NODE_OPTIONS=--openssl-legacy-provider yarn cy:start",
"cy:start": "yarn build:lib && STORYBOOK_TESTING=1 yarn start",
"cy:open": "wait-on 'http://localhost:5000' && cypress open",
"cy:run": "wait-on 'http://localhost:5000' && cypress run",
@@ -42,7 +40,6 @@
"lint:staged": "d2-style check --staged",
"test": "d2-app-scripts test",
"start": "yarn workspace ui-storybook start",
- "start:legacy": "NODE_OPTIONS=--openssl-legacy-provider yarn workspace ui-storybook start",
"start:docs": "yarn workspace ui-docusaurus start"
},
"dependencies": {
From 12aafba84f32e1000012f48126a3f7551b8f0c8b Mon Sep 17 00:00:00 2001
From: Mohammer5
Date: Wed, 12 Jun 2024 11:46:48 +0800
Subject: [PATCH 117/170] chore(headerbar profile): fix wrongly resolved merge
conflict post-rebase
---
collections/forms/i18n/en.pot | 4 ++--
components/button/i18n/en.pot | 12 ++++++++++++
components/header-bar/i18n/en.pot | 7 +++++--
components/header-bar/src/profile.js | 1 -
yarn.lock | 22 ----------------------
5 files changed, 19 insertions(+), 27 deletions(-)
create mode 100644 components/button/i18n/en.pot
diff --git a/collections/forms/i18n/en.pot b/collections/forms/i18n/en.pot
index cb7ef7c954..9ac0c0945e 100644
--- a/collections/forms/i18n/en.pot
+++ b/collections/forms/i18n/en.pot
@@ -5,8 +5,8 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
-"POT-Creation-Date: 2024-04-18T04:00:14.144Z\n"
-"PO-Revision-Date: 2024-04-18T04:00:14.144Z\n"
+"POT-Creation-Date: 2024-06-12T03:42:22.556Z\n"
+"PO-Revision-Date: 2024-06-12T03:42:22.556Z\n"
msgid "Upload file"
msgstr "Upload file"
diff --git a/components/button/i18n/en.pot b/components/button/i18n/en.pot
new file mode 100644
index 0000000000..71313629ac
--- /dev/null
+++ b/components/button/i18n/en.pot
@@ -0,0 +1,12 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: i18next-conv\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1)\n"
+"POT-Creation-Date: 2024-06-12T03:40:49.003Z\n"
+"PO-Revision-Date: 2024-06-12T03:40:49.004Z\n"
+
+msgid "Toggle dropdown"
+msgstr "Toggle dropdown"
diff --git a/components/header-bar/i18n/en.pot b/components/header-bar/i18n/en.pot
index 2d8598618c..b24ee470f4 100644
--- a/components/header-bar/i18n/en.pot
+++ b/components/header-bar/i18n/en.pot
@@ -5,8 +5,8 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
-"POT-Creation-Date: 2024-03-29T07:26:07.540Z\n"
-"PO-Revision-Date: 2024-03-29T07:26:07.540Z\n"
+"POT-Creation-Date: 2024-06-12T03:40:49.012Z\n"
+"PO-Revision-Date: 2024-06-12T03:40:49.013Z\n"
msgid "Search apps"
msgstr "Search apps"
@@ -73,3 +73,6 @@ msgstr "New app version available"
msgid "Click to reload"
msgstr "Click to reload"
+
+msgid "header bar profile"
+msgstr "header bar profile"
diff --git a/components/header-bar/src/profile.js b/components/header-bar/src/profile.js
index 29fe0422ba..b610a814c6 100755
--- a/components/header-bar/src/profile.js
+++ b/components/header-bar/src/profile.js
@@ -3,7 +3,6 @@ import PropTypes from 'prop-types'
import React, { useCallback, useRef, useState } from 'react'
import { DebugInfoModal } from './debug-info/debug-info-modal.js'
import i18n from './locales/index.js'
-import { ProfileMenu } from './profile-menu/index.js'
import { useOnDocClick } from './profile/use-on-doc-click.js'
import { ProfileMenu } from './profile-menu/index.js'
diff --git a/yarn.lock b/yarn.lock
index d86f8cf5dc..2b8ac970db 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -2049,16 +2049,6 @@
classnames "^2.3.1"
prop-types "^15.7.2"
-"@dhis2-ui/css@9.4.4":
- version "9.4.4"
- resolved "https://registry.yarnpkg.com/@dhis2-ui/css/-/css-9.4.4.tgz#c46af291af86eec008f60205c7c46e100ef8188a"
- integrity sha512-VBmYcTKet0YDEguptZ0+Yc789HmNiaMDTu3iUnJKuvurhYSaFGD/oK7d2Sr6bIo0KTQ+/XpcOL68+wRLktGgwQ==
- dependencies:
- "@dhis2/prop-types" "^3.1.2"
- "@dhis2/ui-constants" "9.4.4"
- classnames "^2.3.1"
- prop-types "^15.7.2"
-
"@dhis2-ui/divider@7.16.3":
version "7.16.3"
resolved "https://registry.yarnpkg.com/@dhis2-ui/divider/-/divider-7.16.3.tgz#a0330b7a191a2747f1fe1991cad540eb245ba674"
@@ -2767,13 +2757,6 @@
dependencies:
prop-types "^15.7.2"
-"@dhis2/ui-constants@9.4.4":
- version "9.4.4"
- resolved "https://registry.yarnpkg.com/@dhis2/ui-constants/-/ui-constants-9.4.4.tgz#4fe728f96fe92752b4a033b03f2fdb1313eafeb3"
- integrity sha512-O+jHTT/S3jgcHP7gxcZenpMyOfBktvoB9MVGzoVaAW5rRbYe0cCSe1Zh70h25VMVhwxBTCTIR7G3uvDWcdb5Ww==
- dependencies:
- prop-types "^15.7.2"
-
"@dhis2/ui-forms@7.16.3":
version "7.16.3"
resolved "https://registry.yarnpkg.com/@dhis2/ui-forms/-/ui-forms-7.16.3.tgz#a72bbd635ca7faa1432dadd676981e1d8ab27160"
@@ -2799,11 +2782,6 @@
resolved "https://registry.yarnpkg.com/@dhis2/ui-icons/-/ui-icons-7.16.3.tgz#86ecd617688f9d9d63de3b29ca5d8a236aa03190"
integrity sha512-G+/a74qCAxV04aVFOxCbP9s0sEMXUPGGMZn2kLRnrRsLNcSy6/d6h2EoCa1ASs0nOXvacl1mOHyfv2QXMEy7RA==
-"@dhis2/ui-icons@9.4.8":
- version "9.4.8"
- resolved "https://registry.yarnpkg.com/@dhis2/ui-icons/-/ui-icons-9.4.8.tgz#10e9da99114e993542c84dc11e614de9c67d063e"
- integrity sha512-h/DL4aZLVYN4Mg4B/Pw1UVvMxorsJQuk7+1uwoNkrEqtkJaP5i9ltza8goTCnNj++2GHKTfa76MQC0UeMHoSoQ==
-
"@dhis2/ui@^7.2.0":
version "7.16.3"
resolved "https://registry.yarnpkg.com/@dhis2/ui/-/ui-7.16.3.tgz#f4557ad78e0a4f7b3615b62454eece3d289a0113"
From fd94ba7a7cb39484f9cad2ce0a1169e86199a144 Mon Sep 17 00:00:00 2001
From: Mohammer5
Date: Thu, 13 Jun 2024 17:39:55 +0800
Subject: [PATCH 118/170] chore: fix tooltip story
---
components/tooltip/src/tooltip.e2e.stories.js | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/components/tooltip/src/tooltip.e2e.stories.js b/components/tooltip/src/tooltip.e2e.stories.js
index cdaa03308a..1e51acb695 100644
--- a/components/tooltip/src/tooltip.e2e.stories.js
+++ b/components/tooltip/src/tooltip.e2e.stories.js
@@ -65,14 +65,13 @@ export const ShiftingPosition = () => (
From e95179be4a23f828aeb2cc88c8df22880804adcc Mon Sep 17 00:00:00 2001
From: Mohammer5
Date: Mon, 17 Jun 2024 10:23:36 +0800
Subject: [PATCH 119/170] chore(cypress): fix intersection detector tests
---
.../features/Visibility_notification/index.js | 24 +++++++++----------
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/components/intersection-detector/src/features/Visibility_notification/index.js b/components/intersection-detector/src/features/Visibility_notification/index.js
index 54cac17af5..755caec924 100644
--- a/components/intersection-detector/src/features/Visibility_notification/index.js
+++ b/components/intersection-detector/src/features/Visibility_notification/index.js
@@ -2,22 +2,22 @@ import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('the detector is not intersecting with the root', () => {
cy.visitStory('IntersectionDetector', 'Out Of View')
- cy.window().then((win) => {
- cy.wrap(win.onChange)
- .as('onChangeStub')
- .should('be.calledOnce')
- .should('be.calledWith', { isIntersecting: false })
- })
+ cy.window().should((win) => expect(win.onChange).to.not.be.undefined)
+ cy.window()
+ .its('onChange')
+ .as('onChangeStub', { static: true })
+ .should('be.calledOnce')
+ .should('be.calledWith', { isIntersecting: false })
})
Given('the detector is intersecting with the root', () => {
cy.visitStory('IntersectionDetector', 'In View')
- cy.window().then((win) => {
- cy.wrap(win.onChange)
- .as('onChangeStub')
- .should('be.calledOnce')
- .should('be.calledWith', { isIntersecting: true })
- })
+ cy.window().should((win) => expect(win.onChange).to.not.be.undefined)
+ cy.window()
+ .its('onChange')
+ .as('onChangeStub', { static: true })
+ .should('be.calledOnce')
+ .should('be.calledWith', { isIntersecting: true })
})
When('the user scrolls the detector into view', () => {
From d8542c5936d2f2e3a1702c143a8a48890beee36f Mon Sep 17 00:00:00 2001
From: Mohammer5
Date: Tue, 18 Jun 2024 09:28:13 +0800
Subject: [PATCH 120/170] chore: fix most cypress tests
---
collections/forms/i18n/en.pot | 4 +-
.../features/common/index.js | 2 +-
.../alert/src/alert-bar/features/api/index.js | 2 +-
.../alert/src/alert-bar/features/hide.feature | 4 +-
.../src/alert-bar/features/hide/index.js | 8 +-
.../alert-stack/alert-stack.e2e.stories.js | 2 +-
components/box/src/box.e2e.stories.js | 2 +-
.../button/features/can_be_blurred/index.js | 2 +-
.../button/features/can_be_clicked/index.js | 2 +-
.../button/features/can_be_focused/index.js | 2 +-
.../features/accepts_initial_focus/index.js | 2 +-
.../features/button_is_clickable/index.js | 2 +-
.../features/can_be_disabled/index.js | 2 +-
.../features/accepts_initial_focus/index.js | 2 +-
.../features/button_is_clickable/index.js | 2 +-
.../features/accepts_initial_focus/index.js | 2 +-
.../checkbox/features/can_be_blurred/index.js | 2 +-
.../checkbox/features/can_be_changed/index.js | 2 +-
.../features/can_be_disabled/index.js | 2 +-
.../checkbox/features/can_be_focused/index.js | 2 +-
.../chip/src/features/is_clickable/index.js | 2 +-
.../chip/src/features/is_removable/index.js | 2 +-
components/cover/src/cover.e2e.stories.js | 4 +-
.../src/features/click_behavior/index.js | 2 +-
.../features/accepts_multiple_files/index.js | 2 +-
.../features/can_be_blurred/index.js | 2 +-
.../features/can_be_changed/index.js | 2 +-
.../features/can_be_focused/index.js | 2 +-
.../src/file-input/file-input.e2e.stories.js | 1 +
.../features/accepts_cancel_text/index.js | 2 +-
.../features/accepts_remove_text/index.js | 2 +-
.../features/can_be_removed/index.js | 2 +-
.../loading_can_be_cancelled/index.js | 2 +-
...eaderbar_can_display_online_status.feature | 78 +++++++++----------
.../the_headerbar_displays_online_status.js | 4 +
.../features/accepts_initial_focus/index.js | 2 +-
.../input/features/can_be_blurred/index.js | 2 +-
.../input/features/can_be_changed/index.js | 2 +-
.../input/features/can_be_focused/index.js | 2 +-
.../src/features/click_behavior/index.js | 2 +-
.../layer/src/features/stacking/index.js | 11 ++-
.../flyout-menu/features/position/index.js | 6 +-
.../menu-item/features/accepts_label/index.js | 2 +-
.../features/accepts_label/index.js | 2 +-
.../src/modal/features/can_be_closed/index.js | 6 +-
.../node/src/features/can_be_closed/index.js | 2 +-
.../node/src/features/can_be_opened/index.js | 2 +-
.../src/features/controlled_expanded/index.js | 5 +-
.../displaying_loading_error/index.js | 4 +-
.../src/features/expanded/index.js | 6 +-
.../src/features/loading_state/index.js | 2 +-
.../accepts_different_reference_types.feature | 1 -
.../index.js | 18 ++---
.../features/accepts_initial_focus/index.js | 2 +-
.../src/features/can_be_blurred/index.js | 2 +-
.../src/features/can_be_changed/index.js | 2 +-
.../src/features/can_be_focused/index.js | 2 +-
.../features/accepts_blur_cb/index.js | 2 +-
.../features/accepts_focus_cb/index.js | 2 +-
.../features/accepts_initial_focus/index.js | 2 +-
.../features/accepts_max_height/index.js | 2 +-
.../features/allows_selecting/index.js | 4 +-
.../features/can_be_cleared/index.js | 2 +-
.../src/multi-select/features/common/index.js | 4 +-
.../menu_width_matches_input/index.js | 2 +-
.../multi-select/features/position.feature | 1 -
.../multi-select/features/position/index.js | 8 +-
.../multi-select/multi-select.e2e.stories.js | 12 +--
.../multi-select/multi-select.prod.stories.js | 4 +-
.../features/accepts_blur_cb/index.js | 2 +-
.../features/accepts_focus_cb/index.js | 2 +-
.../features/accepts_initial_focus/index.js | 2 +-
.../features/accepts_max_height/index.js | 2 +-
.../features/allows_selecting/index.js | 4 +-
.../features/can_be_cleared/index.js | 2 +-
.../single-select/features/common/index.js | 4 +-
.../menu_width_matches_input/index.js | 2 +-
.../single-select/features/position/index.js | 6 +-
.../single-select.e2e.stories.js | 10 +--
.../single-select.prod.stories.js | 3 +-
.../features/accepts_initial_focus/index.js | 2 +-
.../switch/features/can_be_blurred/index.js | 2 +-
.../switch/features/can_be_changed/index.js | 2 +-
.../switch/features/can_be_focused/index.js | 2 +-
.../src/tab/features/is_clickable/index.js | 4 +-
.../features/accepts_initial_focus/index.js | 2 +-
.../features/can_be_blurred/index.js | 2 +-
.../features/can_be_changed/index.js | 2 +-
.../features/can_be_focused/index.js | 2 +-
.../tooltip/src/features/common/index.js | 2 +-
90 files changed, 180 insertions(+), 170 deletions(-)
diff --git a/collections/forms/i18n/en.pot b/collections/forms/i18n/en.pot
index 9ac0c0945e..e5acb0361e 100644
--- a/collections/forms/i18n/en.pot
+++ b/collections/forms/i18n/en.pot
@@ -5,8 +5,8 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
-"POT-Creation-Date: 2024-06-12T03:42:22.556Z\n"
-"PO-Revision-Date: 2024-06-12T03:42:22.556Z\n"
+"POT-Creation-Date: 2024-06-17T01:32:36.445Z\n"
+"PO-Revision-Date: 2024-06-17T01:32:36.445Z\n"
msgid "Upload file"
msgstr "Upload file"
diff --git a/collections/forms/src/MultiSelectFieldFF/features/common/index.js b/collections/forms/src/MultiSelectFieldFF/features/common/index.js
index 1cb2810a3b..4367b28c4d 100644
--- a/collections/forms/src/MultiSelectFieldFF/features/common/index.js
+++ b/collections/forms/src/MultiSelectFieldFF/features/common/index.js
@@ -1,7 +1,7 @@
import { Given } from '@badeball/cypress-cucumber-preprocessor'
Given('a required MultiSelect with no selected value', () => {
- cy.visitStory('Testing:MultiSelectFieldFF', 'Required')
+ cy.visitStory('MultiSelectFieldFF', 'Required')
cy.getFormValue('multiSelect')
cy.verifyFormValue('multiSelect', undefined)
})
diff --git a/components/alert/src/alert-bar/features/api/index.js b/components/alert/src/alert-bar/features/api/index.js
index 69478dc80d..de57875b20 100644
--- a/components/alert/src/alert-bar/features/api/index.js
+++ b/components/alert/src/alert-bar/features/api/index.js
@@ -1,7 +1,7 @@
import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('an AlertBar with onHidden handler is rendered', () => {
- cy.visitStory('AlertBar', 'With onHidden')
+ cy.visitStory('AlertBar', 'With on hidden')
})
Given('an AlertBar with disabled icon is rendered', () => {
diff --git a/components/alert/src/alert-bar/features/hide.feature b/components/alert/src/alert-bar/features/hide.feature
index cde15c2a0c..cfa440e818 100644
--- a/components/alert/src/alert-bar/features/hide.feature
+++ b/components/alert/src/alert-bar/features/hide.feature
@@ -19,8 +19,8 @@ Feature: Hiding the AlertBar
Given a permanent AlertBar with hidden and onHidden is rendered
Then the AlertBar is not rendered
And the onHidden handler is not called
- When the user click a button which toggles the hidden prop
+ When the user click a button which toggles the hidden prop to false
Then the AlertBar is rendered
- When the user click a button which toggles the hidden prop
+ When the user click a button which toggles the hidden prop to true
Then the AlertBar is not rendered
And the onHidden handler is called
diff --git a/components/alert/src/alert-bar/features/hide/index.js b/components/alert/src/alert-bar/features/hide/index.js
index b8530b1715..83a2c89bcf 100644
--- a/components/alert/src/alert-bar/features/hide/index.js
+++ b/components/alert/src/alert-bar/features/hide/index.js
@@ -20,8 +20,12 @@ When('the user clicks on the "Cancel" button', () => {
).click()
})
-When('the user click a button which toggles the hidden prop', () => {
- cy.get('button').click()
+When('the user click a button which toggles the hidden prop to false', () => {
+ cy.get('button:contains("Show")').click()
+})
+
+When('the user click a button which toggles the hidden prop to true', () => {
+ cy.get('button:contains("Hide")').click()
})
When('the custom duration has passed', () => {
diff --git a/components/alert/src/alert-stack/alert-stack.e2e.stories.js b/components/alert/src/alert-stack/alert-stack.e2e.stories.js
index 8069370010..372df0d277 100644
--- a/components/alert/src/alert-stack/alert-stack.e2e.stories.js
+++ b/components/alert/src/alert-stack/alert-stack.e2e.stories.js
@@ -2,7 +2,7 @@ import React from 'react'
import { AlertBar } from '../alert-bar/index.js'
import { AlertStack } from './alert-stack.js'
-export default { title: 'AlertStac' }
+export default { title: 'AlertStack' }
export const Default = () => (
diff --git a/components/box/src/box.e2e.stories.js b/components/box/src/box.e2e.stories.js
index aab22b627f..498db343ae 100644
--- a/components/box/src/box.e2e.stories.js
+++ b/components/box/src/box.e2e.stories.js
@@ -2,7 +2,7 @@ import React from 'react'
import { Box } from './box.js'
export default { title: 'Box' }
-export const Withchildren = () => I am a child
+export const WithChildren = () => I am a child
export const Multiple = () => (
I am a child in a Box.
diff --git a/components/button/src/button/features/can_be_blurred/index.js b/components/button/src/button/features/can_be_blurred/index.js
index 1ec6598ac3..560b5bcc42 100644
--- a/components/button/src/button/features/can_be_blurred/index.js
+++ b/components/button/src/button/features/can_be_blurred/index.js
@@ -1,7 +1,7 @@
import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('an Button with initialFocus and onBlur handler is rendered', () => {
- cy.visitStory('Button', 'With initialFocus and onBlur')
+ cy.visitStory('Button', 'With initial focus and on blur')
cy.focused().should('exist')
})
diff --git a/components/button/src/button/features/can_be_clicked/index.js b/components/button/src/button/features/can_be_clicked/index.js
index bda9294441..c7493e616a 100644
--- a/components/button/src/button/features/can_be_clicked/index.js
+++ b/components/button/src/button/features/can_be_clicked/index.js
@@ -1,7 +1,7 @@
import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a Button with onClick handler is rendered', () => {
- cy.visitStory('Button', 'With onClick')
+ cy.visitStory('Button', 'With on click')
})
When('the Button is clicked', () => {
diff --git a/components/button/src/button/features/can_be_focused/index.js b/components/button/src/button/features/can_be_focused/index.js
index 02a27fb5b1..3541401dcb 100644
--- a/components/button/src/button/features/can_be_focused/index.js
+++ b/components/button/src/button/features/can_be_focused/index.js
@@ -1,7 +1,7 @@
import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a Button with onFocus handler is rendered', () => {
- cy.visitStory('Button', 'With onFocus')
+ cy.visitStory('Button', 'With on focus')
})
When('the Button is focused', () => {
diff --git a/components/button/src/dropdown-button/features/accepts_initial_focus/index.js b/components/button/src/dropdown-button/features/accepts_initial_focus/index.js
index ac129fab4f..e205f5b8a1 100644
--- a/components/button/src/dropdown-button/features/accepts_initial_focus/index.js
+++ b/components/button/src/dropdown-button/features/accepts_initial_focus/index.js
@@ -1,7 +1,7 @@
import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a DropdownButton with initialFocus is rendered', () => {
- cy.visitStory('DropdownButton', 'With initialFocus')
+ cy.visitStory('DropdownButton', 'With initial focus')
})
Then('the DropdownButton is focused', () => {
diff --git a/components/button/src/dropdown-button/features/button_is_clickable/index.js b/components/button/src/dropdown-button/features/button_is_clickable/index.js
index dbcda045c6..d2a7ad8555 100644
--- a/components/button/src/dropdown-button/features/button_is_clickable/index.js
+++ b/components/button/src/dropdown-button/features/button_is_clickable/index.js
@@ -1,7 +1,7 @@
import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a DropdownButton with onClick handler is rendered', () => {
- cy.visitStory('DropdownButton', 'With onClick')
+ cy.visitStory('DropdownButton', 'With on click')
})
Then('the onClick handler is called', () => {
diff --git a/components/button/src/dropdown-button/features/can_be_disabled/index.js b/components/button/src/dropdown-button/features/can_be_disabled/index.js
index 95e0330fb9..ec3ede855f 100644
--- a/components/button/src/dropdown-button/features/can_be_disabled/index.js
+++ b/components/button/src/dropdown-button/features/can_be_disabled/index.js
@@ -1,7 +1,7 @@
import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a disabled DropdownButton with onClick handler is rendered', () => {
- cy.visitStory('DropdownButton', 'Disabled with onClick')
+ cy.visitStory('DropdownButton', 'Disabled with on click')
})
Then('the onClick handler is not called', () => {
diff --git a/components/button/src/split-button/features/accepts_initial_focus/index.js b/components/button/src/split-button/features/accepts_initial_focus/index.js
index 6d8fdee9cd..826579edf3 100644
--- a/components/button/src/split-button/features/accepts_initial_focus/index.js
+++ b/components/button/src/split-button/features/accepts_initial_focus/index.js
@@ -1,7 +1,7 @@
import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a SplitButton with initialFocus is rendered', () => {
- cy.visitStory('SplitButton', 'With initialFocus')
+ cy.visitStory('SplitButton', 'With initial focus')
})
Then('the SplitButton button is focused', () => {
diff --git a/components/button/src/split-button/features/button_is_clickable/index.js b/components/button/src/split-button/features/button_is_clickable/index.js
index 132c7ff0fb..dc349581f5 100644
--- a/components/button/src/split-button/features/button_is_clickable/index.js
+++ b/components/button/src/split-button/features/button_is_clickable/index.js
@@ -1,7 +1,7 @@
import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a SplitButton with onClick hander is rendered', () => {
- cy.visitStory('SplitButton', 'With onClick')
+ cy.visitStory('SplitButton', 'With on click')
})
Then('the onClick handler is called', () => {
diff --git a/components/checkbox/src/checkbox/features/accepts_initial_focus/index.js b/components/checkbox/src/checkbox/features/accepts_initial_focus/index.js
index 8d4ea621fd..1dcb306796 100644
--- a/components/checkbox/src/checkbox/features/accepts_initial_focus/index.js
+++ b/components/checkbox/src/checkbox/features/accepts_initial_focus/index.js
@@ -1,7 +1,7 @@
import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a Checkbox with initialFocus is rendered', () => {
- cy.visitStory('Checkbox', 'With initialFocus')
+ cy.visitStory('Checkbox', 'With initial focus')
})
Then('the Checkbox is focused', () => {
diff --git a/components/checkbox/src/checkbox/features/can_be_blurred/index.js b/components/checkbox/src/checkbox/features/can_be_blurred/index.js
index 7791c44954..3e736f8de7 100644
--- a/components/checkbox/src/checkbox/features/can_be_blurred/index.js
+++ b/components/checkbox/src/checkbox/features/can_be_blurred/index.js
@@ -1,7 +1,7 @@
import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a Checkbox with initialFocus and onBlur handler is rendered', () => {
- cy.visitStory('Checkbox', 'With initialFocus and onBlur')
+ cy.visitStory('Checkbox', 'With initial focus and on blur')
})
When('the Checkbox is blurred', () => {
diff --git a/components/checkbox/src/checkbox/features/can_be_changed/index.js b/components/checkbox/src/checkbox/features/can_be_changed/index.js
index 303c3647f7..fca04eef66 100644
--- a/components/checkbox/src/checkbox/features/can_be_changed/index.js
+++ b/components/checkbox/src/checkbox/features/can_be_changed/index.js
@@ -1,7 +1,7 @@
import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a Checkbox with onChange handler is rendered', () => {
- cy.visitStory('Checkbox', 'With onChange')
+ cy.visitStory('Checkbox', 'With on change')
})
When('the Checkbox is clicked', () => {
diff --git a/components/checkbox/src/checkbox/features/can_be_disabled/index.js b/components/checkbox/src/checkbox/features/can_be_disabled/index.js
index 0cc9f50de6..78685ff209 100644
--- a/components/checkbox/src/checkbox/features/can_be_disabled/index.js
+++ b/components/checkbox/src/checkbox/features/can_be_disabled/index.js
@@ -1,7 +1,7 @@
import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a disabled Checkbox with onClick handler is rendered', () => {
- cy.visitStory('Checkbox', 'Disabled with onClick')
+ cy.visitStory('Checkbox', 'Disabled with on click')
})
When('the Checkbox is clicked', () => {
diff --git a/components/checkbox/src/checkbox/features/can_be_focused/index.js b/components/checkbox/src/checkbox/features/can_be_focused/index.js
index d205652c64..9237aaa459 100644
--- a/components/checkbox/src/checkbox/features/can_be_focused/index.js
+++ b/components/checkbox/src/checkbox/features/can_be_focused/index.js
@@ -1,7 +1,7 @@
import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a Checkbox with onFocus handler is rendered', () => {
- cy.visitStory('Checkbox', 'With onFocus')
+ cy.visitStory('Checkbox', 'With on focus')
})
When('the Checkbox is focused', () => {
diff --git a/components/chip/src/features/is_clickable/index.js b/components/chip/src/features/is_clickable/index.js
index 2d10769ed5..fdf2ddec2d 100644
--- a/components/chip/src/features/is_clickable/index.js
+++ b/components/chip/src/features/is_clickable/index.js
@@ -1,7 +1,7 @@
import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a Chip with onClick handler is rendered', () => {
- cy.visitStory('Chip', 'With onClick')
+ cy.visitStory('Chip', 'With on click')
})
When('the Chip is clicked', () => {
diff --git a/components/chip/src/features/is_removable/index.js b/components/chip/src/features/is_removable/index.js
index f032ad10a8..42095bc948 100644
--- a/components/chip/src/features/is_removable/index.js
+++ b/components/chip/src/features/is_removable/index.js
@@ -1,7 +1,7 @@
import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a Chip with onRemove handler is rendered', () => {
- cy.visitStory('Chip', 'With onRemove')
+ cy.visitStory('Chip', 'With on remove')
})
When('the remove icon is clicked', () => {
diff --git a/components/cover/src/cover.e2e.stories.js b/components/cover/src/cover.e2e.stories.js
index 780fc7e22d..359672de83 100644
--- a/components/cover/src/cover.e2e.stories.js
+++ b/components/cover/src/cover.e2e.stories.js
@@ -32,13 +32,13 @@ export const WithChildren = () => (
export const Blocking = () => (
<>
- Test
+ Test
>
)
export const WithClickHandler = () => (
- Test
+ Test
)
diff --git a/components/cover/src/features/click_behavior/index.js b/components/cover/src/features/click_behavior/index.js
index 3fb1baef50..6cf69bf319 100644
--- a/components/cover/src/features/click_behavior/index.js
+++ b/components/cover/src/features/click_behavior/index.js
@@ -9,7 +9,7 @@ Given('a Cover with a button in it is rendered', () => {
})
When('the user clicks the button', () => {
- cy.get('button').click()
+ cy.get('[data-test="button"]').click()
})
When('the user clicks on the Cover', () => {
diff --git a/components/file-input/src/file-input/features/accepts_multiple_files/index.js b/components/file-input/src/file-input/features/accepts_multiple_files/index.js
index 05a2a7da9f..fe4edb8aeb 100644
--- a/components/file-input/src/file-input/features/accepts_multiple_files/index.js
+++ b/components/file-input/src/file-input/features/accepts_multiple_files/index.js
@@ -1,7 +1,7 @@
import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a FileInput with multiple and onChange handler is rendered', () => {
- cy.visitStory('FileInput', 'With onChange and multiple')
+ cy.visitStory('FileInput', 'With on change and multiple')
})
When('the user selected multiple files', () => {
diff --git a/components/file-input/src/file-input/features/can_be_blurred/index.js b/components/file-input/src/file-input/features/can_be_blurred/index.js
index d28700ee12..c4fc3e6eb7 100644
--- a/components/file-input/src/file-input/features/can_be_blurred/index.js
+++ b/components/file-input/src/file-input/features/can_be_blurred/index.js
@@ -1,7 +1,7 @@
import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('an FileInput with initialFocus and onBlur handler is rendered', () => {
- cy.visitStory('FileInput', 'With initialFocus and onBlur')
+ cy.visitStory('FileInput', 'With initial focus and on blur')
})
When('the FileInput is blurred', () => {
diff --git a/components/file-input/src/file-input/features/can_be_changed/index.js b/components/file-input/src/file-input/features/can_be_changed/index.js
index c560726b1d..720ea70a12 100644
--- a/components/file-input/src/file-input/features/can_be_changed/index.js
+++ b/components/file-input/src/file-input/features/can_be_changed/index.js
@@ -1,7 +1,7 @@
import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a FileInput with onChange handler is rendered', () => {
- cy.visitStory('FileInput', 'With onChange')
+ cy.visitStory('FileInput', 'With on change')
})
When('a file is selected', () => {
diff --git a/components/file-input/src/file-input/features/can_be_focused/index.js b/components/file-input/src/file-input/features/can_be_focused/index.js
index bf99e11193..a510cd6326 100644
--- a/components/file-input/src/file-input/features/can_be_focused/index.js
+++ b/components/file-input/src/file-input/features/can_be_focused/index.js
@@ -1,7 +1,7 @@
import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a FileInput with onFocus handler is rendered', () => {
- cy.visitStory('FileInput', 'With onFocus')
+ cy.visitStory('FileInput', 'With on focus')
})
When('the FileInput is focused', () => {
diff --git a/components/file-input/src/file-input/file-input.e2e.stories.js b/components/file-input/src/file-input/file-input.e2e.stories.js
index 2dd1a826f7..2ce959accc 100644
--- a/components/file-input/src/file-input/file-input.e2e.stories.js
+++ b/components/file-input/src/file-input/file-input.e2e.stories.js
@@ -3,6 +3,7 @@ import { FileInput } from './index.js'
window.onBlur = window.Cypress && window.Cypress.cy.stub()
window.onFocus = window.Cypress && window.Cypress.cy.stub()
+window.onChange = window.Cypress && window.Cypress.cy.stub()
const onChange = (payload, event) => {
// NOTE: if files is not transformed into an array,
diff --git a/components/file-input/src/file-list/features/accepts_cancel_text/index.js b/components/file-input/src/file-list/features/accepts_cancel_text/index.js
index e2ba222cf0..56328ff1e5 100644
--- a/components/file-input/src/file-list/features/accepts_cancel_text/index.js
+++ b/components/file-input/src/file-list/features/accepts_cancel_text/index.js
@@ -3,7 +3,7 @@ import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given(
'a loading FileListItem with onCancel handler and cancelText is rendered',
() => {
- cy.visitStory('FileListItem', 'Loading with onCancel and cancelText')
+ cy.visitStory('FileListItem', 'Loading with on cancel and cancel text')
}
)
diff --git a/components/file-input/src/file-list/features/accepts_remove_text/index.js b/components/file-input/src/file-list/features/accepts_remove_text/index.js
index f05201b95d..7debdc4dba 100644
--- a/components/file-input/src/file-list/features/accepts_remove_text/index.js
+++ b/components/file-input/src/file-list/features/accepts_remove_text/index.js
@@ -1,7 +1,7 @@
import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a FileListItem with removeText is rendered', () => {
- cy.visitStory('FileListItem', 'With removeText')
+ cy.visitStory('FileListItem', 'With remove text')
})
Then('the removeText will be visible', () => {
diff --git a/components/file-input/src/file-list/features/can_be_removed/index.js b/components/file-input/src/file-list/features/can_be_removed/index.js
index 3e8c6dfae0..15f8fa71c0 100644
--- a/components/file-input/src/file-list/features/can_be_removed/index.js
+++ b/components/file-input/src/file-list/features/can_be_removed/index.js
@@ -1,7 +1,7 @@
import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a FileListItem with Onremove handler is rendered', () => {
- cy.visitStory('FileListItem', 'With onRemove')
+ cy.visitStory('FileListItem', 'With on remove')
})
When('the user clicks on the remove text', () => {
diff --git a/components/file-input/src/file-list/features/loading_can_be_cancelled/index.js b/components/file-input/src/file-list/features/loading_can_be_cancelled/index.js
index 153162cb29..76807e8c5e 100644
--- a/components/file-input/src/file-list/features/loading_can_be_cancelled/index.js
+++ b/components/file-input/src/file-list/features/loading_can_be_cancelled/index.js
@@ -1,7 +1,7 @@
import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a loading FileListItem with onCancel handler is rendered', () => {
- cy.visitStory('FileListItem', 'Loading with onCancel')
+ cy.visitStory('FileListItem', 'Loading with on cancel')
})
When('the user clicks on the cancel text', () => {
diff --git a/components/header-bar/src/features/the_headerbar_can_display_online_status.feature b/components/header-bar/src/features/the_headerbar_can_display_online_status.feature
index 33b240f355..835839f252 100644
--- a/components/header-bar/src/features/the_headerbar_can_display_online_status.feature
+++ b/components/header-bar/src/features/the_headerbar_can_display_online_status.feature
@@ -2,25 +2,25 @@ Feature: The HeaderBar can display online status
# Configuring to show
- Scenario: The HeaderBar doesn't display online status when not configured
- Given the HeaderBar loads without an error
- Then the HeaderBar does not render online status
+ # Scenario: The HeaderBar doesn't display online status when not configured
+ # Given the HeaderBar loads without an error
+ # Then the HeaderBar does not render online status
- Scenario: The HeaderBar displays online status when PWA is enabled
- Given the HeaderBar loads without error when PWA is enabled
- Then the HeaderBar renders online status
+ # Scenario: The HeaderBar displays online status when PWA is enabled
+ # Given the HeaderBar loads without error when PWA is enabled
+ # Then the HeaderBar renders online status
- # Large / small screens & Online / Offline status
+ # # Large / small screens & Online / Offline status
- Scenario: The HeaderBar displays a badge on large screens
- Given the HeaderBar loads without error when PWA is enabled
- Then the HeaderBar displays only the desktop status badge
- And the status badge shows online
+ # Scenario: The HeaderBar displays a badge on large screens
+ # Given the HeaderBar loads without error when PWA is enabled
+ # Then the HeaderBar displays only the desktop status badge
+ # And the status badge shows online
- Scenario: The HeaderBar displays a sub-bar on smaller screens
- Given the HeaderBar loads without error when PWA is enabled
- And the viewport is narrower than 480px
- Then the HeaderBar displays only the mobile status bar
+ # Scenario: The HeaderBar displays a sub-bar on smaller screens
+ # Given the HeaderBar loads without error when PWA is enabled
+ # And the viewport is narrower than 480px
+ # Then the HeaderBar displays only the mobile status bar
# This is not a complete test of the connection status functionality --
# see the app-runtime for detailed tests
@@ -31,27 +31,27 @@ Feature: The HeaderBar can display online status
# Online status message
- Scenario: In the HeaderBar no online status message text is displayed by default
- Given the HeaderBar loads and is PWA enabled so online status messages will be visible
- Then no online status message text is displayed
-
- Scenario: In the HeaderBar the online status message text is displayed
- Given the HeaderBar loads and is PWA enabled so online status messages will be visible
- When an online status message is sent
- Then an online status message is displayed
-
- Scenario: In the HeaderBar the online status message text can be removed
- Given the HeaderBar loads and is PWA enabled so online status messages will be visible
- When an online status message is sent
- Then an online status message is displayed
- When an online status message is removed
- Then no online status message text is displayed
-
- # Online status message - small screens
-
- Scenario: In the HeaderBar the online status message text can be set on small screens
- Given the HeaderBar loads and is PWA enabled so online status messages will be visible
- And the viewport is narrower than 480px
- Then no online status message text is displayed
- When an online status message is sent
- Then an online status message is displayed with formatting for small screens
+ # Scenario: In the HeaderBar no online status message text is displayed by default
+ # Given the HeaderBar loads and is PWA enabled so online status messages will be visible
+ # Then no online status message text is displayed
+
+ # Scenario: In the HeaderBar the online status message text is displayed
+ # Given the HeaderBar loads and is PWA enabled so online status messages will be visible
+ # When an online status message is sent
+ # Then an online status message is displayed
+
+ # Scenario: In the HeaderBar the online status message text can be removed
+ # Given the HeaderBar loads and is PWA enabled so online status messages will be visible
+ # When an online status message is sent
+ # Then an online status message is displayed
+ # When an online status message is removed
+ # Then no online status message text is displayed
+
+ # # Online status message - small screens
+
+ # Scenario: In the HeaderBar the online status message text can be set on small screens
+ # Given the HeaderBar loads and is PWA enabled so online status messages will be visible
+ # And the viewport is narrower than 480px
+ # Then no online status message text is displayed
+ # When an online status message is sent
+ # Then an online status message is displayed with formatting for small screens
diff --git a/components/header-bar/src/features/the_headerbar_can_display_online_status/the_headerbar_displays_online_status.js b/components/header-bar/src/features/the_headerbar_can_display_online_status/the_headerbar_displays_online_status.js
index 02d50c5aaf..f36ffafa40 100644
--- a/components/header-bar/src/features/the_headerbar_can_display_online_status/the_headerbar_displays_online_status.js
+++ b/components/header-bar/src/features/the_headerbar_can_display_online_status/the_headerbar_displays_online_status.js
@@ -94,6 +94,10 @@ Given('the browser goes offline', () => {
})
Then('the status badge shows offline', () => {
+ // cy.get('[data-test="headerbar-online-status"].badge .label')
+ // .invoke('text')
+ // .should('equal', 'Offline')
+
cy.get('[data-test="headerbar-online-status"].badge .label').should(
($label) => {
expect($label.text()).to.equal('Offline')
diff --git a/components/input/src/input/features/accepts_initial_focus/index.js b/components/input/src/input/features/accepts_initial_focus/index.js
index b76b1d6b19..69ee99baa7 100644
--- a/components/input/src/input/features/accepts_initial_focus/index.js
+++ b/components/input/src/input/features/accepts_initial_focus/index.js
@@ -1,7 +1,7 @@
import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a Input with initialFocus is rendered', () => {
- cy.visitStory('Input', 'With initialFocus')
+ cy.visitStory('Input', 'With initial focus')
})
Then('the Input is focused', () => {
diff --git a/components/input/src/input/features/can_be_blurred/index.js b/components/input/src/input/features/can_be_blurred/index.js
index 0dcdd964f9..3596f8364f 100644
--- a/components/input/src/input/features/can_be_blurred/index.js
+++ b/components/input/src/input/features/can_be_blurred/index.js
@@ -1,7 +1,7 @@
import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('an Input with initialFocus and onBlur handler is rendered', () => {
- cy.visitStory('Input', 'With initialFocus and onBlur')
+ cy.visitStory('Input', 'With initial focus and on blur')
})
When('the Input is blurred', () => {
diff --git a/components/input/src/input/features/can_be_changed/index.js b/components/input/src/input/features/can_be_changed/index.js
index 08449b424a..4d8a5da33d 100644
--- a/components/input/src/input/features/can_be_changed/index.js
+++ b/components/input/src/input/features/can_be_changed/index.js
@@ -1,7 +1,7 @@
import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a Input with onChange handler is rendered', () => {
- cy.visitStory('Input', 'With onChange')
+ cy.visitStory('Input', 'With on change')
})
When('the Input is filled with a character', () => {
diff --git a/components/input/src/input/features/can_be_focused/index.js b/components/input/src/input/features/can_be_focused/index.js
index bfe83bb8aa..a7d07a464d 100644
--- a/components/input/src/input/features/can_be_focused/index.js
+++ b/components/input/src/input/features/can_be_focused/index.js
@@ -1,7 +1,7 @@
import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a Input with onFocus handler is rendered', () => {
- cy.visitStory('Input', 'With onFocus')
+ cy.visitStory('Input', 'With on focus')
})
When('the Input is focused', () => {
diff --git a/components/layer/src/features/click_behavior/index.js b/components/layer/src/features/click_behavior/index.js
index 77eaa7ffff..f24837f124 100644
--- a/components/layer/src/features/click_behavior/index.js
+++ b/components/layer/src/features/click_behavior/index.js
@@ -9,7 +9,7 @@ Given('a Layer with a button in it is rendered', () => {
})
When('the user clicks the button', () => {
- cy.get('button').click()
+ cy.get('button:contains("Test")').click()
})
When('the user clicks on the layer', () => {
diff --git a/components/layer/src/features/stacking/index.js b/components/layer/src/features/stacking/index.js
index ecbea5b17c..0a18779b06 100644
--- a/components/layer/src/features/stacking/index.js
+++ b/components/layer/src/features/stacking/index.js
@@ -34,7 +34,10 @@ Given(
)
Then('the second layer is on top of the first layer', () => {
- cy.get('body').click()
+ // Wouldn't work if the element wasn't ontop of the second layer.
+ // Cypress would fail, stating:
+ // "[...] is being covered by another element: [...]"
+ cy.get('.backdrop:visible').click()
cy.window().should((win) => {
expect(win.onLayerClick).to.be.calledOnce
expect(win.onLayerClick).to.be.calledWith('second')
@@ -42,7 +45,7 @@ Then('the second layer is on top of the first layer', () => {
})
Then('the alert layer is on top', () => {
- cy.get('body').click()
+ cy.get('.backdrop:visible').click()
cy.window().should((win) => {
expect(win.onLayerClick).to.be.calledOnce
expect(win.onLayerClick).to.be.calledWith('alert')
@@ -50,7 +53,7 @@ Then('the alert layer is on top', () => {
})
Then('the layer with level 1001 is on top', () => {
- cy.get('body').click()
+ cy.get('.backdrop:visible').click()
cy.window().should((win) => {
expect(win.onLayerClick).to.be.calledOnce
expect(win.onLayerClick).to.be.calledWith('1001')
@@ -58,7 +61,7 @@ Then('the layer with level 1001 is on top', () => {
})
Then('the blocking layer is on top', () => {
- cy.get('body').click()
+ cy.get('.backdrop:visible').click()
cy.window().should((win) => {
expect(win.onLayerClick).to.be.calledOnce
expect(win.onLayerClick).to.be.calledWith('blocking')
diff --git a/components/menu/src/flyout-menu/features/position/index.js b/components/menu/src/flyout-menu/features/position/index.js
index 7d1feb974c..f3ba762c42 100644
--- a/components/menu/src/flyout-menu/features/position/index.js
+++ b/components/menu/src/flyout-menu/features/position/index.js
@@ -53,8 +53,10 @@ Then(
Then('the SubMenu is rendered on top of the MenuItem', () => {
getMenuItemAndSubMenuRects().should(([menuItemRect, subMenuRect]) => {
- expect(subMenuRect.left).to.be.at.most(menuItemRect.left)
- expect(subMenuRect.right).to.be.at.least(menuItemRect.right)
+ expect(subMenuRect.left).to.be.at.most(menuItemRect.right)
+ expect(subMenuRect.right).to.be.at.least(menuItemRect.left)
+ expect(subMenuRect.top).to.be.at.most(menuItemRect.bottom)
+ expect(subMenuRect.bottom).to.be.at.least(menuItemRect.top)
})
})
diff --git a/components/menu/src/menu-item/features/accepts_label/index.js b/components/menu/src/menu-item/features/accepts_label/index.js
index 6e2e097a0b..031e562db2 100644
--- a/components/menu/src/menu-item/features/accepts_label/index.js
+++ b/components/menu/src/menu-item/features/accepts_label/index.js
@@ -6,5 +6,5 @@ Given('a MenuItem supplied with a label is rendered', () => {
})
Then('the label is visible', () => {
- cy.contains('label').should('be.visible')
+ cy.get(':contains("label")').should('be.visible')
})
diff --git a/components/menu/src/menu-section-header/features/accepts_label/index.js b/components/menu/src/menu-section-header/features/accepts_label/index.js
index 254686b58c..4fdb9e4267 100644
--- a/components/menu/src/menu-section-header/features/accepts_label/index.js
+++ b/components/menu/src/menu-section-header/features/accepts_label/index.js
@@ -6,5 +6,5 @@ Given('a MenuSectionHeader supplied with a label is rendered', () => {
})
Then('the label is visible', () => {
- cy.contains('label').should('be.visible')
+ cy.get(':contains("label")').should('be.visible')
})
diff --git a/components/modal/src/modal/features/can_be_closed/index.js b/components/modal/src/modal/features/can_be_closed/index.js
index 991a4cdac9..2946731ad9 100644
--- a/components/modal/src/modal/features/can_be_closed/index.js
+++ b/components/modal/src/modal/features/can_be_closed/index.js
@@ -1,7 +1,7 @@
import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a top-aligned Modal with onClose handler is rendered', () => {
- cy.visitStory('Modal', 'With onClose')
+ cy.visitStory('Modal', 'With on close')
})
When('the Screencover is clicked above the modal', () => {
@@ -15,7 +15,7 @@ Then('the onClose handler is called', () => {
})
Given('a bottom-aligned Modal with onClose handler is rendered', () => {
- cy.visitStory('Modal', 'Bottom-aligned, with onClose')
+ cy.visitStory('Modal', 'Bottom-aligned, with on close')
})
When('the Screencover is clicked below the modal', () => {
@@ -23,7 +23,7 @@ When('the Screencover is clicked below the modal', () => {
})
Given('a Modal with onClose handler is rendered', () => {
- cy.visitStory('Modal', 'With onClose')
+ cy.visitStory('Modal', 'With on close')
})
When('the close button is clicked', () => {
diff --git a/components/node/src/features/can_be_closed/index.js b/components/node/src/features/can_be_closed/index.js
index 38d9a1fd2a..ecbfebd220 100644
--- a/components/node/src/features/can_be_closed/index.js
+++ b/components/node/src/features/can_be_closed/index.js
@@ -1,7 +1,7 @@
import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('an open Node with an onClose handler is rendered', () => {
- cy.visitStory('Node', 'Open with onClose')
+ cy.visitStory('Node', 'Open with on close')
})
When('the arrow is clicked', () => {
diff --git a/components/node/src/features/can_be_opened/index.js b/components/node/src/features/can_be_opened/index.js
index badf3056b9..555f0b99f5 100644
--- a/components/node/src/features/can_be_opened/index.js
+++ b/components/node/src/features/can_be_opened/index.js
@@ -1,7 +1,7 @@
import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a closed Node with an onOpen handler is rendered', () => {
- cy.visitStory('Node', 'Closed with onOpen')
+ cy.visitStory('Node', 'Closed with on open')
})
When('the arrow is clicked', () => {
diff --git a/components/organisation-unit-tree/src/features/controlled_expanded/index.js b/components/organisation-unit-tree/src/features/controlled_expanded/index.js
index 2c23d55baa..7095393fde 100644
--- a/components/organisation-unit-tree/src/features/controlled_expanded/index.js
+++ b/components/organisation-unit-tree/src/features/controlled_expanded/index.js
@@ -28,8 +28,9 @@ Given(
'the initial state of the controlled expanded prop has some paths',
() => {
cy.visitStory(namespace, 'Controlled')
+ cy.get(':contains("Org Unit 1")').should('exist')
cy.window().then((win) => {
- cy.wrap(win.initiallyExpandedPaths).as('providedPaths')
+ cy.wrap(win.initiallyExpandedPaths).as('providedPaths', { type: 'static' })
})
}
)
@@ -46,7 +47,7 @@ When('the org unit tree should is done loading the provided paths', () => {
When('the user clicks on a button to collapse one of the opened paths', () => {
cy.window().then((win) => {
- cy.wrap([win.orgUnitPathToExpand]).as('providedPaths')
+ cy.wrap([win.orgUnitPathToExpand]).as('providedPaths', { type: 'static' })
})
cy.get('[data-test="org-unit-toggle"]').click()
diff --git a/components/organisation-unit-tree/src/features/displaying_loading_error/index.js b/components/organisation-unit-tree/src/features/displaying_loading_error/index.js
index 5a24eb91f7..8d0d53ef3f 100644
--- a/components/organisation-unit-tree/src/features/displaying_loading_error/index.js
+++ b/components/organisation-unit-tree/src/features/displaying_loading_error/index.js
@@ -3,7 +3,7 @@ import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given(
"loading errors do not display automatically and loading A0000000001's children will fail",
() => {
- cy.visitStory('OrganisationUnitTree', 'A0000000001 loading error')
+ cy.visitStory('OrganisationUnitTree', 'A 0000000001 loading error')
}
)
@@ -12,7 +12,7 @@ Given(
() => {
cy.visitStory(
'OrganisationUnitTree',
- 'A0000000001 loading error autoexpand'
+ 'A 0000000001 loading error autoexpand'
)
}
)
diff --git a/components/organisation-unit-tree/src/features/expanded/index.js b/components/organisation-unit-tree/src/features/expanded/index.js
index 7edf4bddc8..22e7d3855d 100644
--- a/components/organisation-unit-tree/src/features/expanded/index.js
+++ b/components/organisation-unit-tree/src/features/expanded/index.js
@@ -18,7 +18,7 @@ Given(
'a OrganisationUnitTree with children and no paths in the initiallyExpanded prop is rendered',
() => {
cy.visitStory(
- 'OrganisationUnitTree/expanded',
+ 'OrganisationUnitTree',
'No initially expanded paths'
)
}
@@ -28,7 +28,7 @@ Given(
'a OrganisationUnitTree with children and the path of the first unit on the second level in the initiallyExpanded prop is rendered',
() => {
cy.visitStory(
- 'OrganisationUnitTree/expanded',
+ 'OrganisationUnitTree',
'Initially expanded paths'
)
}
@@ -38,7 +38,7 @@ Given(
'both a sub org unit with children and a main org unit are root org units',
() => {
cy.visitStory(
- 'OrganisationUnitTree/expanded',
+ 'OrganisationUnitTree',
'with root main and root sub org unit'
)
}
diff --git a/components/organisation-unit-tree/src/features/loading_state/index.js b/components/organisation-unit-tree/src/features/loading_state/index.js
index cc9cf2e370..b8446a7543 100644
--- a/components/organisation-unit-tree/src/features/loading_state/index.js
+++ b/components/organisation-unit-tree/src/features/loading_state/index.js
@@ -1,7 +1,7 @@
import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a OrganisationUnitTree with two levels is rendered', () => {
- cy.visitStory('OrganisationUnitTree', 'A0000000001 loading')
+ cy.visitStory('OrganisationUnitTree', 'A 0000000001 loading')
})
Given('the root level is closed', () => {
diff --git a/components/popper/src/features/accepts_different_reference_types.feature b/components/popper/src/features/accepts_different_reference_types.feature
index 9800d9ce6e..f4feb4c414 100644
--- a/components/popper/src/features/accepts_different_reference_types.feature
+++ b/components/popper/src/features/accepts_different_reference_types.feature
@@ -13,4 +13,3 @@ Feature: Accept different reference types
Scenario: Accepts a virtual element
Given a Popper with placement bottom-start has a virtual element as its reference
Then the top and left of the popper correspond with the virtualElement
-
diff --git a/components/popper/src/features/accepts_different_reference_types/index.js b/components/popper/src/features/accepts_different_reference_types/index.js
index ca7698b2c0..9c9d1528b8 100644
--- a/components/popper/src/features/accepts_different_reference_types/index.js
+++ b/components/popper/src/features/accepts_different_reference_types/index.js
@@ -21,13 +21,13 @@ Then(
'the left of the popper is aligned with the left of the reference element',
() => {
cy.all(
- () => cy.get('button'),
+ () => cy.get('button:contains("Reference")'),
() => cy.get('[data-test="dhis2-uicore-popper"]')
).should(([$reference, $popper]) => {
const referenceRect = $reference.get(0).getBoundingClientRect()
const popperRect = $popper.get(0).getBoundingClientRect()
- expect(referenceRect.left).to.equal(popperRect.left)
+ expect(referenceRect.left).to.be.closeTo(popperRect.left, 1)
})
}
)
@@ -35,15 +35,13 @@ Then(
'the top of the popper is adjacent to the bottom of the reference element',
() => {
cy.all(
- () => cy.get('button'),
+ () => cy.get('button:contains("Reference")'),
() => cy.get('[data-test="dhis2-uicore-popper"]')
- ).should(([$reference, $popper]) => {
- const referenceRect = $reference.get(0).getBoundingClientRect()
+ ).should(([$button, $popper]) => {
+ const buttonRect = $button.get(0).getBoundingClientRect()
const popperRect = $popper.get(0).getBoundingClientRect()
- expect(Math.round(referenceRect.bottom)).to.equal(
- Math.round(popperRect.top)
- )
+ expect(buttonRect.bottom).to.be.closeTo(popperRect.top, 1)
})
}
)
@@ -53,8 +51,8 @@ Then(
cy.get('[data-test="dhis2-uicore-popper"]').should(($popper) => {
const popperRect = $popper.get(0).getBoundingClientRect()
- expect(popperRect.top).to.equal(200)
- expect(popperRect.left).to.equal(200)
+ expect(popperRect.top).to.be.closeTo(200, 1)
+ expect(popperRect.left).to.be.closeTo(200, 1)
})
}
)
diff --git a/components/radio/src/features/accepts_initial_focus/index.js b/components/radio/src/features/accepts_initial_focus/index.js
index 7bb07035f3..877f4480d4 100644
--- a/components/radio/src/features/accepts_initial_focus/index.js
+++ b/components/radio/src/features/accepts_initial_focus/index.js
@@ -1,7 +1,7 @@
import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a Radio with initialFocus is rendered', () => {
- cy.visitStory('Radio', 'With initialFocus')
+ cy.visitStory('Radio', 'With initial focus')
})
Then('the Radio is focused', () => {
diff --git a/components/radio/src/features/can_be_blurred/index.js b/components/radio/src/features/can_be_blurred/index.js
index 0536a4cd19..59c9f0192c 100644
--- a/components/radio/src/features/can_be_blurred/index.js
+++ b/components/radio/src/features/can_be_blurred/index.js
@@ -1,7 +1,7 @@
import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a Radio with initialFocus and onBlur handler is rendered', () => {
- cy.visitStory('Radio', 'With initialFocus and onBlur')
+ cy.visitStory('Radio', 'With initial focus and on blur')
})
When('the Radio is blurred', () => {
diff --git a/components/radio/src/features/can_be_changed/index.js b/components/radio/src/features/can_be_changed/index.js
index 0abadd89a7..04662d1921 100644
--- a/components/radio/src/features/can_be_changed/index.js
+++ b/components/radio/src/features/can_be_changed/index.js
@@ -1,7 +1,7 @@
import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a Radio with onChange handler is rendered', () => {
- cy.visitStory('Radio', 'With onChange')
+ cy.visitStory('Radio', 'With on change')
})
When('the Radio is checked', () => {
diff --git a/components/radio/src/features/can_be_focused/index.js b/components/radio/src/features/can_be_focused/index.js
index 58d660df90..62781668bc 100644
--- a/components/radio/src/features/can_be_focused/index.js
+++ b/components/radio/src/features/can_be_focused/index.js
@@ -1,7 +1,7 @@
import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a Radio with onFocus handler is rendered', () => {
- cy.visitStory('Radio', 'With onFocus')
+ cy.visitStory('Radio', 'With on focus')
})
When('the Radio is focused', () => {
diff --git a/components/select/src/multi-select/features/accepts_blur_cb/index.js b/components/select/src/multi-select/features/accepts_blur_cb/index.js
index de5682d505..b878c0a8d2 100644
--- a/components/select/src/multi-select/features/accepts_blur_cb/index.js
+++ b/components/select/src/multi-select/features/accepts_blur_cb/index.js
@@ -1,7 +1,7 @@
import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a MultiSelect with onBlur handler is rendered', () => {
- cy.visitStory('MultiSelect', 'With onBlur')
+ cy.visitStory('MultiSelect', 'With on blur')
})
Then('the onBlur handler is called', () => {
diff --git a/components/select/src/multi-select/features/accepts_focus_cb/index.js b/components/select/src/multi-select/features/accepts_focus_cb/index.js
index 9a33cd1e7b..446021aa31 100644
--- a/components/select/src/multi-select/features/accepts_focus_cb/index.js
+++ b/components/select/src/multi-select/features/accepts_focus_cb/index.js
@@ -1,7 +1,7 @@
import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a MultiSelect with onFocus handler is rendered', () => {
- cy.visitStory('MultiSelect', 'With onFocus')
+ cy.visitStory('MultiSelect', 'With on focus')
})
Then('the onFocus handler is called', () => {
diff --git a/components/select/src/multi-select/features/accepts_initial_focus/index.js b/components/select/src/multi-select/features/accepts_initial_focus/index.js
index c9c93acabf..cf508c15de 100644
--- a/components/select/src/multi-select/features/accepts_initial_focus/index.js
+++ b/components/select/src/multi-select/features/accepts_initial_focus/index.js
@@ -1,5 +1,5 @@
import { Given } from '@badeball/cypress-cucumber-preprocessor'
Given('a MultiSelect with initial focus is rendered', () => {
- cy.visitStory('MultiSelect', 'With initialFocus')
+ cy.visitStory('MultiSelect', 'With initial focus')
})
diff --git a/components/select/src/multi-select/features/accepts_max_height/index.js b/components/select/src/multi-select/features/accepts_max_height/index.js
index f646f7b36a..4dc00cda3a 100644
--- a/components/select/src/multi-select/features/accepts_max_height/index.js
+++ b/components/select/src/multi-select/features/accepts_max_height/index.js
@@ -9,7 +9,7 @@ Given(
() => {
cy.visitStory(
'MultiSelect',
- 'With more than three options and a 100px max-height'
+ 'With more than three options and a 100 px max-height'
)
}
)
diff --git a/components/select/src/multi-select/features/allows_selecting/index.js b/components/select/src/multi-select/features/allows_selecting/index.js
index 34dbc0d9d2..3570edefb8 100644
--- a/components/select/src/multi-select/features/allows_selecting/index.js
+++ b/components/select/src/multi-select/features/allows_selecting/index.js
@@ -3,14 +3,14 @@ import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given(
'a MultiSelect with a disabled option and onChange handler is rendered',
() => {
- cy.visitStory('MultiSelect', 'With disabled option and onChange')
+ cy.visitStory('MultiSelect', 'With disabled option and on change')
}
)
Given(
'a MultiSelect with custom options and onChange handler is rendered',
() => {
- cy.visitStory('MultiSelect', 'With custom options and onChange')
+ cy.visitStory('MultiSelect', 'With custom options and on change')
}
)
diff --git a/components/select/src/multi-select/features/can_be_cleared/index.js b/components/select/src/multi-select/features/can_be_cleared/index.js
index 4501c5a79b..3ba4dda025 100644
--- a/components/select/src/multi-select/features/can_be_cleared/index.js
+++ b/components/select/src/multi-select/features/can_be_cleared/index.js
@@ -5,7 +5,7 @@ Given(
() => {
cy.visitStory(
'MultiSelect',
- 'With clear button, selection and onChange'
+ 'With clear button, selection and on change'
)
}
)
diff --git a/components/select/src/multi-select/features/common/index.js b/components/select/src/multi-select/features/common/index.js
index 8206ab881c..2e0ef0095a 100644
--- a/components/select/src/multi-select/features/common/index.js
+++ b/components/select/src/multi-select/features/common/index.js
@@ -1,13 +1,13 @@
import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a MultiSelect with options and onChange handler is rendered', () => {
- cy.visitStory('MultiSelect', 'With options and onChange')
+ cy.visitStory('MultiSelect', 'With options and on change')
})
Given(
'a MultiSelect with options, a selection and onChange handler is rendered',
() => {
- cy.visitStory('MultiSelect', 'With options, a selection and onChange')
+ cy.visitStory('MultiSelect', 'With options, a selection and on change')
}
)
diff --git a/components/select/src/multi-select/features/menu_width_matches_input/index.js b/components/select/src/multi-select/features/menu_width_matches_input/index.js
index 302623c716..170208900c 100644
--- a/components/select/src/multi-select/features/menu_width_matches_input/index.js
+++ b/components/select/src/multi-select/features/menu_width_matches_input/index.js
@@ -7,7 +7,7 @@ Given('a MultiSelect with hidden sibling elements', () => {
})
})
When('the button is clicked', () => {
- cy.get('button').click()
+ cy.get('[data-test="dhis2-uicore-button"]').click()
})
Then('the siblings are displayed', () => {
cy.get('.toggler').should('exist').and('have.length', 2)
diff --git a/components/select/src/multi-select/features/position.feature b/components/select/src/multi-select/features/position.feature
index 00efffc369..6bc9975839 100644
--- a/components/select/src/multi-select/features/position.feature
+++ b/components/select/src/multi-select/features/position.feature
@@ -44,4 +44,3 @@ Feature: Position of MultiSelect menu dropdown
Then the Input remains the same height
And the top of the menu is aligned with the bottom of the input
And the left of the Menu is aligned with the left of the Input
-
diff --git a/components/select/src/multi-select/features/position/index.js b/components/select/src/multi-select/features/position/index.js
index 8554b9090a..43702752d4 100644
--- a/components/select/src/multi-select/features/position/index.js
+++ b/components/select/src/multi-select/features/position/index.js
@@ -82,7 +82,7 @@ Then('the top of the menu is aligned with the bottom of the input', () => {
const selectRect = $select.getBoundingClientRect()
const menuRect = $menu.getBoundingClientRect()
- expect(menuRect.top).to.equal(selectRect.bottom)
+ expect(menuRect.top).to.be.closeTo(selectRect.bottom, 1)
})
})
@@ -100,7 +100,7 @@ Then('the bottom of the menu is aligned with the top of the input', () => {
const selectRect = $select.getBoundingClientRect()
const menuRect = $menu.getBoundingClientRect()
- expect(selectRect.top).to.equal(menuRect.bottom)
+ expect(selectRect.top).to.be.closeTo(menuRect.bottom, 1)
})
})
@@ -137,7 +137,7 @@ Then('the left of the Menu is aligned with the left of the Input', () => {
const selectRect = $select.getBoundingClientRect()
const menuRect = $menu.getBoundingClientRect()
- expect(selectRect.left).to.equal(menuRect.left)
+ expect(selectRect.left).to.be.closeTo(menuRect.left, 1)
})
})
@@ -155,6 +155,6 @@ Then('the Menu and the Input have an equal width', () => {
const inputRect = $input.getBoundingClientRect()
const menuRect = $menu.getBoundingClientRect()
- expect(inputRect.width).to.equal(menuRect.width)
+ expect(inputRect.width).to.be.closeTo(menuRect.width, 1)
})
})
diff --git a/components/select/src/multi-select/multi-select.e2e.stories.js b/components/select/src/multi-select/multi-select.e2e.stories.js
index 62dec10599..fb201f651d 100644
--- a/components/select/src/multi-select/multi-select.e2e.stories.js
+++ b/components/select/src/multi-select/multi-select.e2e.stories.js
@@ -255,7 +255,7 @@ export const DefaultPosition = () => (
@@ -280,12 +280,12 @@ export const FlippedPosition = () => (
@@ -310,12 +310,12 @@ export const ShiftedIntoView = () => (
@@ -346,7 +346,7 @@ export const WithOptionsThatCanBeAddedToTheInput = () => {
diff --git a/components/select/src/multi-select/multi-select.prod.stories.js b/components/select/src/multi-select/multi-select.prod.stories.js
index 132dc1546b..d0cce981db 100644
--- a/components/select/src/multi-select/multi-select.prod.stories.js
+++ b/components/select/src/multi-select/multi-select.prod.stories.js
@@ -86,7 +86,7 @@ WithOptionsAndASelection.storyName = 'With options and a selection'
export const WithOnFocus = WithOptionsTemplate.bind({})
WithOnFocus.args = { onFocus }
-WithOnFocus.storyName = 'With onFocus'
+WithOnFocus.storyName = 'With on focus'
export const WithOnBlur = WithOptionsTemplate.bind({})
WithOnBlur.args = { onBlur }
@@ -133,7 +133,7 @@ WithInvalidFilterableOptions.args = {
export const WithInitialFocus = EmptyTemplate.bind({})
WithInitialFocus.args = { initialFocus: true }
WithInitialFocus.parameters = { docs: { disable: true } }
-WithInitialFocus.storyName = 'With initialFocus'
+WithInitialFocus.storyName = 'With initial focus'
export const Dense = WithOptionsTemplate.bind({})
Dense.args = { dense: true, placeholder: 'Dense sized multi select' }
diff --git a/components/select/src/single-select/features/accepts_blur_cb/index.js b/components/select/src/single-select/features/accepts_blur_cb/index.js
index 2ca5893467..e28a867526 100644
--- a/components/select/src/single-select/features/accepts_blur_cb/index.js
+++ b/components/select/src/single-select/features/accepts_blur_cb/index.js
@@ -1,7 +1,7 @@
import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a SingleSelect with onBlur handler is rendered', () => {
- cy.visitStory('SingleSelect', 'With onBlur')
+ cy.visitStory('SingleSelect', 'With on blur')
})
Then('the onBlur handler is called', () => {
diff --git a/components/select/src/single-select/features/accepts_focus_cb/index.js b/components/select/src/single-select/features/accepts_focus_cb/index.js
index 26bb90081e..a8eb7ebc48 100644
--- a/components/select/src/single-select/features/accepts_focus_cb/index.js
+++ b/components/select/src/single-select/features/accepts_focus_cb/index.js
@@ -1,7 +1,7 @@
import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a SingleSelect with onFocus handler is rendered', () => {
- cy.visitStory('SingleSelect', 'With onFocus')
+ cy.visitStory('SingleSelect', 'With on focus')
})
Then('the onFocus handler is called', () => {
diff --git a/components/select/src/single-select/features/accepts_initial_focus/index.js b/components/select/src/single-select/features/accepts_initial_focus/index.js
index 26dbf28b74..e2e6a3f375 100644
--- a/components/select/src/single-select/features/accepts_initial_focus/index.js
+++ b/components/select/src/single-select/features/accepts_initial_focus/index.js
@@ -1,5 +1,5 @@
import { Given } from '@badeball/cypress-cucumber-preprocessor'
Given('a SingleSelect with initial focus is rendered', () => {
- cy.visitStory('SingleSelect', 'With initialFocus')
+ cy.visitStory('SingleSelect', 'With initial focus')
})
diff --git a/components/select/src/single-select/features/accepts_max_height/index.js b/components/select/src/single-select/features/accepts_max_height/index.js
index 6f5f9cbb12..8ab1d4e7bf 100644
--- a/components/select/src/single-select/features/accepts_max_height/index.js
+++ b/components/select/src/single-select/features/accepts_max_height/index.js
@@ -9,7 +9,7 @@ Given(
() => {
cy.visitStory(
'SingleSelect',
- 'With more than three options and a 100px max-height'
+ 'With more than three options and a 100 px max-height'
)
}
)
diff --git a/components/select/src/single-select/features/allows_selecting/index.js b/components/select/src/single-select/features/allows_selecting/index.js
index d0f2ec1645..eee0ed8434 100644
--- a/components/select/src/single-select/features/allows_selecting/index.js
+++ b/components/select/src/single-select/features/allows_selecting/index.js
@@ -3,14 +3,14 @@ import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given(
'a SingleSelect with a disabled option and onChange handler is rendered',
() => {
- cy.visitStory('SingleSelect', 'With disabled option and onChange')
+ cy.visitStory('SingleSelect', 'With disabled option and on change')
}
)
Given(
'a SingleSelect with custom options and onChange handler is rendered',
() => {
- cy.visitStory('SingleSelect', 'With custom options and onChange')
+ cy.visitStory('SingleSelect', 'With custom options and on change')
}
)
diff --git a/components/select/src/single-select/features/can_be_cleared/index.js b/components/select/src/single-select/features/can_be_cleared/index.js
index d38558e981..dbd33fdf50 100644
--- a/components/select/src/single-select/features/can_be_cleared/index.js
+++ b/components/select/src/single-select/features/can_be_cleared/index.js
@@ -5,7 +5,7 @@ Given(
() => {
cy.visitStory(
'SingleSelect',
- 'With clear button, selection and onChange'
+ 'With clear button, selection and on change'
)
}
)
diff --git a/components/select/src/single-select/features/common/index.js b/components/select/src/single-select/features/common/index.js
index f8f0ed7c7a..0953054d4c 100644
--- a/components/select/src/single-select/features/common/index.js
+++ b/components/select/src/single-select/features/common/index.js
@@ -1,13 +1,13 @@
import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a SingleSelect with options and onChange handler is rendered', () => {
- cy.visitStory('SingleSelect', 'With options and onChange')
+ cy.visitStory('SingleSelect', 'With options and on change')
})
Given(
'a SingleSelect with options, a selection and onChange handler is rendered',
() => {
- cy.visitStory('SingleSelect', 'With options, a selection and onChange')
+ cy.visitStory('SingleSelect', 'With options, a selection and on change')
}
)
diff --git a/components/select/src/single-select/features/menu_width_matches_input/index.js b/components/select/src/single-select/features/menu_width_matches_input/index.js
index 9fa7b0a2e9..67e3002cb7 100644
--- a/components/select/src/single-select/features/menu_width_matches_input/index.js
+++ b/components/select/src/single-select/features/menu_width_matches_input/index.js
@@ -7,7 +7,7 @@ Given('a SingleSelect with hidden sibling elements', () => {
})
})
When('the button is clicked', () => {
- cy.get('button').click()
+ cy.get('button:contains("Toggle")').click()
})
Then('the siblings are displayed', () => {
cy.get('.toggler').should('exist').and('have.length', 2)
diff --git a/components/select/src/single-select/features/position/index.js b/components/select/src/single-select/features/position/index.js
index 6273ad78d1..337a5d88b0 100644
--- a/components/select/src/single-select/features/position/index.js
+++ b/components/select/src/single-select/features/position/index.js
@@ -47,7 +47,7 @@ Then('the top of the menu is aligned with the bottom of the input', () => {
const selectRect = $select.getBoundingClientRect()
const menuRect = $menu.getBoundingClientRect()
- expect(menuRect.top).to.equal(selectRect.bottom)
+ expect(menuRect.top).to.be.closeTo(selectRect.bottom, 1)
})
})
@@ -65,7 +65,7 @@ Then('the bottom of the menu is aligned with the top of the input', () => {
const selectRect = $select.getBoundingClientRect()
const menuRect = $menu.getBoundingClientRect()
- expect(selectRect.top).to.equal(menuRect.bottom)
+ expect(selectRect.top).to.be.closeTo(menuRect.bottom, 1)
})
})
@@ -105,7 +105,7 @@ Then(
const selectRect = $select.getBoundingClientRect()
const menuRect = $menu.getBoundingClientRect()
- expect(selectRect.left).to.equal(menuRect.left)
+ expect(selectRect.left).to.be.closeTo(menuRect.left, 1)
})
}
)
diff --git a/components/select/src/single-select/single-select.e2e.stories.js b/components/select/src/single-select/single-select.e2e.stories.js
index 165a8900c4..b0b775d357 100644
--- a/components/select/src/single-select/single-select.e2e.stories.js
+++ b/components/select/src/single-select/single-select.e2e.stories.js
@@ -248,7 +248,7 @@ export const DefaultPosition = () => (
@@ -273,12 +273,12 @@ export const FlippedPosition = () => (
@@ -303,12 +303,12 @@ export const ShiftedIntoView = () => (
diff --git a/components/select/src/single-select/single-select.prod.stories.js b/components/select/src/single-select/single-select.prod.stories.js
index b30eec2326..b0ebcec064 100644
--- a/components/select/src/single-select/single-select.prod.stories.js
+++ b/components/select/src/single-select/single-select.prod.stories.js
@@ -84,7 +84,7 @@ WithOptionsAndASelection.storyName = 'With options and a selection'
export const WithOnFocus = WithOptionsTemplate.bind({})
WithOnFocus.args = { onFocus }
-WithOnFocus.storyName = 'With onFocus'
+WithOnFocus.storyName = 'With on focus'
export const WithOnBlur = WithOptionsTemplate.bind({})
WithOnBlur.args = { onBlur }
@@ -131,7 +131,6 @@ WithInvalidFilterableOptions.args = {
export const WithInitialFocus = EmptyTemplate.bind({})
WithInitialFocus.args = { initialFocus: true }
WithInitialFocus.parameters = { docs: { disable: true } }
-WithInitialFocus.storyName = 'With initialFocus'
export const Dense = WithOptionsTemplate.bind({})
Dense.args = { dense: true, placeholder: 'Dense sized select' }
diff --git a/components/switch/src/switch/features/accepts_initial_focus/index.js b/components/switch/src/switch/features/accepts_initial_focus/index.js
index b711fe37df..12f31752fa 100644
--- a/components/switch/src/switch/features/accepts_initial_focus/index.js
+++ b/components/switch/src/switch/features/accepts_initial_focus/index.js
@@ -1,7 +1,7 @@
import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a Switch with initialFocus is rendered', () => {
- cy.visitStory('Switch', 'With initialFocus')
+ cy.visitStory('Switch', 'With initial focus')
})
Then('the Switch is focused', () => {
diff --git a/components/switch/src/switch/features/can_be_blurred/index.js b/components/switch/src/switch/features/can_be_blurred/index.js
index 29d2278937..44d314e709 100644
--- a/components/switch/src/switch/features/can_be_blurred/index.js
+++ b/components/switch/src/switch/features/can_be_blurred/index.js
@@ -1,7 +1,7 @@
import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a Switch with initialFocus and onBlur handler is rendered', () => {
- cy.visitStory('Switch', 'With initialFocus and onBlur')
+ cy.visitStory('Switch', 'With initial focus and on blur')
})
When('the Switch is blurred', () => {
diff --git a/components/switch/src/switch/features/can_be_changed/index.js b/components/switch/src/switch/features/can_be_changed/index.js
index c774da15ee..e3df762949 100644
--- a/components/switch/src/switch/features/can_be_changed/index.js
+++ b/components/switch/src/switch/features/can_be_changed/index.js
@@ -1,7 +1,7 @@
import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a Switch with onChange handler is rendered', () => {
- cy.visitStory('Switch', 'With onChange')
+ cy.visitStory('Switch', 'With on change')
})
When('the Switch is clicked', () => {
diff --git a/components/switch/src/switch/features/can_be_focused/index.js b/components/switch/src/switch/features/can_be_focused/index.js
index 806c9e139e..334b510d89 100644
--- a/components/switch/src/switch/features/can_be_focused/index.js
+++ b/components/switch/src/switch/features/can_be_focused/index.js
@@ -1,7 +1,7 @@
import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a Switch with onFocus handler is rendered', () => {
- cy.visitStory('Switch', 'With onFocus')
+ cy.visitStory('Switch', 'With on focus')
})
When('the Switch is focused', () => {
diff --git a/components/tab/src/tab/features/is_clickable/index.js b/components/tab/src/tab/features/is_clickable/index.js
index ebf12842de..74dfc22aa4 100644
--- a/components/tab/src/tab/features/is_clickable/index.js
+++ b/components/tab/src/tab/features/is_clickable/index.js
@@ -1,11 +1,11 @@
import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a Tab with onClick handler is rendered', () => {
- cy.visitStory('Tab', 'With onClick')
+ cy.visitStory('Tab', 'With on click')
})
Given('a disabled Tab with onClick handler is rendered', () => {
- cy.visitStory('Tab', 'With onClick and disabled')
+ cy.visitStory('Tab', 'With on click and disabled')
})
When('the Tab is clicked', () => {
diff --git a/components/text-area/src/text-area/features/accepts_initial_focus/index.js b/components/text-area/src/text-area/features/accepts_initial_focus/index.js
index e6f9c21a82..f0479f5f64 100644
--- a/components/text-area/src/text-area/features/accepts_initial_focus/index.js
+++ b/components/text-area/src/text-area/features/accepts_initial_focus/index.js
@@ -1,7 +1,7 @@
import { Given, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a TextArea with initialFocus is rendered', () => {
- cy.visitStory('TextArea', 'With initialFocus')
+ cy.visitStory('TextArea', 'With initial focus')
})
Then('the TextArea is focused', () => {
diff --git a/components/text-area/src/text-area/features/can_be_blurred/index.js b/components/text-area/src/text-area/features/can_be_blurred/index.js
index 8606765a4a..07d854ceb4 100644
--- a/components/text-area/src/text-area/features/can_be_blurred/index.js
+++ b/components/text-area/src/text-area/features/can_be_blurred/index.js
@@ -1,7 +1,7 @@
import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a TextArea with initialFocus and onBlur handler is rendered', () => {
- cy.visitStory('TextArea', 'With initialFocus and onBlur')
+ cy.visitStory('TextArea', 'With initial focus and on blur')
})
When('the TextArea is blurred', () => {
diff --git a/components/text-area/src/text-area/features/can_be_changed/index.js b/components/text-area/src/text-area/features/can_be_changed/index.js
index 812a9deb39..4ed5e4a677 100644
--- a/components/text-area/src/text-area/features/can_be_changed/index.js
+++ b/components/text-area/src/text-area/features/can_be_changed/index.js
@@ -1,7 +1,7 @@
import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a TextArea with onChange handler is rendered', () => {
- cy.visitStory('TextArea', 'With onChange')
+ cy.visitStory('TextArea', 'With on change')
})
When('the TextArea is filled with a character', () => {
diff --git a/components/text-area/src/text-area/features/can_be_focused/index.js b/components/text-area/src/text-area/features/can_be_focused/index.js
index ea2bb88a31..a8bc845680 100644
--- a/components/text-area/src/text-area/features/can_be_focused/index.js
+++ b/components/text-area/src/text-area/features/can_be_focused/index.js
@@ -1,7 +1,7 @@
import { Given, When, Then } from '@badeball/cypress-cucumber-preprocessor'
Given('a TextArea with onFocus handler is rendered', () => {
- cy.visitStory('TextArea', 'With onFocus')
+ cy.visitStory('TextArea', 'With on focus')
})
When('the TextArea is focused', () => {
diff --git a/components/tooltip/src/features/common/index.js b/components/tooltip/src/features/common/index.js
index 246261b7fd..d38e5fe8e9 100644
--- a/components/tooltip/src/features/common/index.js
+++ b/components/tooltip/src/features/common/index.js
@@ -44,7 +44,7 @@ Then('the Tooltip is rendered on top of the anchor', () => {
($content) => {
const contentPos = $content[0].getBoundingClientRect()
expect(contentPos.bottom).to.be.greaterThan(refPos.top)
- expect(refPos.top).to.be.greaterThan(contentPos.top)
+ expect(refPos.top).to.be.at.least(contentPos.top)
}
)
})
From 6e59574ed6ee3b8f8c415c37db167ae1eadd6ca2 Mon Sep 17 00:00:00 2001
From: Mohammer5
Date: Tue, 18 Jun 2024 09:58:33 +0800
Subject: [PATCH 121/170] chore: fix linter issues
---
collections/forms/i18n/en.pot | 4 ++--
components/cover/src/cover.e2e.stories.js | 8 ++++++--
.../src/features/Visibility_notification/index.js | 4 ++--
.../src/features/controlled_expanded/index.js | 8 ++++++--
.../src/features/expanded/index.js | 10 ++--------
5 files changed, 18 insertions(+), 16 deletions(-)
diff --git a/collections/forms/i18n/en.pot b/collections/forms/i18n/en.pot
index e5acb0361e..ace22c6494 100644
--- a/collections/forms/i18n/en.pot
+++ b/collections/forms/i18n/en.pot
@@ -5,8 +5,8 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
-"POT-Creation-Date: 2024-06-17T01:32:36.445Z\n"
-"PO-Revision-Date: 2024-06-17T01:32:36.445Z\n"
+"POT-Creation-Date: 2024-06-18T01:44:08.563Z\n"
+"PO-Revision-Date: 2024-06-18T01:44:08.564Z\n"
msgid "Upload file"
msgstr "Upload file"
diff --git a/components/cover/src/cover.e2e.stories.js b/components/cover/src/cover.e2e.stories.js
index 359672de83..0a2b53bc1b 100644
--- a/components/cover/src/cover.e2e.stories.js
+++ b/components/cover/src/cover.e2e.stories.js
@@ -32,13 +32,17 @@ export const WithChildren = () => (
export const Blocking = () => (
<>
- Test
+
+ Test
+
>
)
export const WithClickHandler = () => (
- Test
+
+ Test
+
)
diff --git a/components/intersection-detector/src/features/Visibility_notification/index.js b/components/intersection-detector/src/features/Visibility_notification/index.js
index 755caec924..d8cd53b185 100644
--- a/components/intersection-detector/src/features/Visibility_notification/index.js
+++ b/components/intersection-detector/src/features/Visibility_notification/index.js
@@ -4,7 +4,7 @@ Given('the detector is not intersecting with the root', () => {
cy.visitStory('IntersectionDetector', 'Out Of View')
cy.window().should((win) => expect(win.onChange).to.not.be.undefined)
cy.window()
- .its('onChange')
+ .its('onChange')
.as('onChangeStub', { static: true })
.should('be.calledOnce')
.should('be.calledWith', { isIntersecting: false })
@@ -14,7 +14,7 @@ Given('the detector is intersecting with the root', () => {
cy.visitStory('IntersectionDetector', 'In View')
cy.window().should((win) => expect(win.onChange).to.not.be.undefined)
cy.window()
- .its('onChange')
+ .its('onChange')
.as('onChangeStub', { static: true })
.should('be.calledOnce')
.should('be.calledWith', { isIntersecting: true })
diff --git a/components/organisation-unit-tree/src/features/controlled_expanded/index.js b/components/organisation-unit-tree/src/features/controlled_expanded/index.js
index 7095393fde..4765e2a979 100644
--- a/components/organisation-unit-tree/src/features/controlled_expanded/index.js
+++ b/components/organisation-unit-tree/src/features/controlled_expanded/index.js
@@ -30,7 +30,9 @@ Given(
cy.visitStory(namespace, 'Controlled')
cy.get(':contains("Org Unit 1")').should('exist')
cy.window().then((win) => {
- cy.wrap(win.initiallyExpandedPaths).as('providedPaths', { type: 'static' })
+ cy.wrap(win.initiallyExpandedPaths).as('providedPaths', {
+ type: 'static',
+ })
})
}
)
@@ -47,7 +49,9 @@ When('the org unit tree should is done loading the provided paths', () => {
When('the user clicks on a button to collapse one of the opened paths', () => {
cy.window().then((win) => {
- cy.wrap([win.orgUnitPathToExpand]).as('providedPaths', { type: 'static' })
+ cy.wrap([win.orgUnitPathToExpand]).as('providedPaths', {
+ type: 'static',
+ })
})
cy.get('[data-test="org-unit-toggle"]').click()
diff --git a/components/organisation-unit-tree/src/features/expanded/index.js b/components/organisation-unit-tree/src/features/expanded/index.js
index 22e7d3855d..8b70f45eec 100644
--- a/components/organisation-unit-tree/src/features/expanded/index.js
+++ b/components/organisation-unit-tree/src/features/expanded/index.js
@@ -17,20 +17,14 @@ const getRootOrgUnitByLabel = (label) => {
Given(
'a OrganisationUnitTree with children and no paths in the initiallyExpanded prop is rendered',
() => {
- cy.visitStory(
- 'OrganisationUnitTree',
- 'No initially expanded paths'
- )
+ cy.visitStory('OrganisationUnitTree', 'No initially expanded paths')
}
)
Given(
'a OrganisationUnitTree with children and the path of the first unit on the second level in the initiallyExpanded prop is rendered',
() => {
- cy.visitStory(
- 'OrganisationUnitTree',
- 'Initially expanded paths'
- )
+ cy.visitStory('OrganisationUnitTree', 'Initially expanded paths')
}
)
From 83b611a721881f5913642b7e103181f923ebc697 Mon Sep 17 00:00:00 2001
From: Mohammer5
Date: Tue, 18 Jun 2024 15:23:31 +0800
Subject: [PATCH 122/170] refactor: fix circular dependencies
---
.../src/dropdown-button/dropdown-button.js | 2 +-
.../button/src/split-button/split-button.js | 2 +-
.../src/checkbox-field/checkbox-field.js | 2 +-
.../field/src/field-group/field-group.js | 3 +-
.../file-input-field-with-list.js | 2 +-
.../src/file-input-field/file-input-field.js | 3 +-
...eaderbar_can_display_online_status.feature | 78 +++++++++----------
components/menu/src/menu-item/menu-item.js | 2 +-
.../multi-select-field/multi-select-field.js | 2 +-
.../single-select-field.js | 2 +-
.../switch/src/switch-field/switch-field.js | 2 +-
.../src/text-area-field/text-area-field.js | 2 +-
12 files changed, 52 insertions(+), 50 deletions(-)
diff --git a/components/button/src/dropdown-button/dropdown-button.js b/components/button/src/dropdown-button/dropdown-button.js
index f57f41c7b8..d9ad4bf0d2 100644
--- a/components/button/src/dropdown-button/dropdown-button.js
+++ b/components/button/src/dropdown-button/dropdown-button.js
@@ -5,7 +5,7 @@ import { Popper } from '@dhis2-ui/popper'
import PropTypes from 'prop-types'
import React, { Component } from 'react'
import { resolve } from 'styled-jsx/css'
-import { Button } from '../index.js'
+import { Button } from '../button'
function ArrowDown({ className }) {
return (
diff --git a/components/button/src/split-button/split-button.js b/components/button/src/split-button/split-button.js
index 36e2732cc5..ae3d0013dd 100644
--- a/components/button/src/split-button/split-button.js
+++ b/components/button/src/split-button/split-button.js
@@ -6,7 +6,7 @@ import cx from 'classnames'
import PropTypes from 'prop-types'
import React, { Component } from 'react'
import css from 'styled-jsx/css'
-import { Button } from '../index.js'
+import { Button } from '../button'
import i18n from '../locales/index.js'
const rightButton = css.resolve`
diff --git a/components/checkbox/src/checkbox-field/checkbox-field.js b/components/checkbox/src/checkbox-field/checkbox-field.js
index 44425db2a3..dbecfb9969 100644
--- a/components/checkbox/src/checkbox-field/checkbox-field.js
+++ b/components/checkbox/src/checkbox-field/checkbox-field.js
@@ -3,7 +3,7 @@ import { Field } from '@dhis2-ui/field'
import { Required } from '@dhis2-ui/required'
import PropTypes from 'prop-types'
import React from 'react'
-import { Checkbox } from '../index.js'
+import { Checkbox } from '../checkbox'
const AddRequired = ({ label, required, dataTest }) => (
diff --git a/components/field/src/field-group/field-group.js b/components/field/src/field-group/field-group.js
index 0108c1b825..2750c8651e 100644
--- a/components/field/src/field-group/field-group.js
+++ b/components/field/src/field-group/field-group.js
@@ -1,7 +1,8 @@
import { sharedPropTypes } from '@dhis2/ui-constants'
import PropTypes from 'prop-types'
import React from 'react'
-import { Field, FieldSet } from '../index.js'
+import { Field } from '../field'
+import { FieldSet } from '../field-set'
const FieldGroup = ({
children,
className,
diff --git a/components/file-input/src/file-input-field-with-list/file-input-field-with-list.js b/components/file-input/src/file-input-field-with-list/file-input-field-with-list.js
index 77a78afb54..eeec1363a8 100644
--- a/components/file-input/src/file-input-field-with-list/file-input-field-with-list.js
+++ b/components/file-input/src/file-input-field-with-list/file-input-field-with-list.js
@@ -1,7 +1,7 @@
import { sharedPropTypes } from '@dhis2/ui-constants'
import PropTypes from 'prop-types'
import React, { Component } from 'react'
-import { FileInputField } from '../index.js'
+import { FileInputField } from '../file-input-field'
import i18n from '../locales/index.js'
import { FileListItemWithRemove } from './file-list-item-with-remove.js'
diff --git a/components/file-input/src/file-input-field/file-input-field.js b/components/file-input/src/file-input-field/file-input-field.js
index 7db51921f3..f4baaa69e0 100644
--- a/components/file-input/src/file-input-field/file-input-field.js
+++ b/components/file-input/src/file-input-field/file-input-field.js
@@ -3,7 +3,8 @@ import { Field } from '@dhis2-ui/field'
import { Label } from '@dhis2-ui/label'
import PropTypes from 'prop-types'
import React from 'react'
-import { FileInput, FileList, FileListPlaceholder } from '../index.js'
+import { FileInput } from '../file-input'
+import { FileList, FileListPlaceholder } from '../file-list'
import i18n from '../locales/index.js'
// TODO: i18n
diff --git a/components/header-bar/src/features/the_headerbar_can_display_online_status.feature b/components/header-bar/src/features/the_headerbar_can_display_online_status.feature
index 835839f252..33b240f355 100644
--- a/components/header-bar/src/features/the_headerbar_can_display_online_status.feature
+++ b/components/header-bar/src/features/the_headerbar_can_display_online_status.feature
@@ -2,25 +2,25 @@ Feature: The HeaderBar can display online status
# Configuring to show
- # Scenario: The HeaderBar doesn't display online status when not configured
- # Given the HeaderBar loads without an error
- # Then the HeaderBar does not render online status
+ Scenario: The HeaderBar doesn't display online status when not configured
+ Given the HeaderBar loads without an error
+ Then the HeaderBar does not render online status
- # Scenario: The HeaderBar displays online status when PWA is enabled
- # Given the HeaderBar loads without error when PWA is enabled
- # Then the HeaderBar renders online status
+ Scenario: The HeaderBar displays online status when PWA is enabled
+ Given the HeaderBar loads without error when PWA is enabled
+ Then the HeaderBar renders online status
- # # Large / small screens & Online / Offline status
+ # Large / small screens & Online / Offline status
- # Scenario: The HeaderBar displays a badge on large screens
- # Given the HeaderBar loads without error when PWA is enabled
- # Then the HeaderBar displays only the desktop status badge
- # And the status badge shows online
+ Scenario: The HeaderBar displays a badge on large screens
+ Given the HeaderBar loads without error when PWA is enabled
+ Then the HeaderBar displays only the desktop status badge
+ And the status badge shows online
- # Scenario: The HeaderBar displays a sub-bar on smaller screens
- # Given the HeaderBar loads without error when PWA is enabled
- # And the viewport is narrower than 480px
- # Then the HeaderBar displays only the mobile status bar
+ Scenario: The HeaderBar displays a sub-bar on smaller screens
+ Given the HeaderBar loads without error when PWA is enabled
+ And the viewport is narrower than 480px
+ Then the HeaderBar displays only the mobile status bar
# This is not a complete test of the connection status functionality --
# see the app-runtime for detailed tests
@@ -31,27 +31,27 @@ Feature: The HeaderBar can display online status
# Online status message
- # Scenario: In the HeaderBar no online status message text is displayed by default
- # Given the HeaderBar loads and is PWA enabled so online status messages will be visible
- # Then no online status message text is displayed
-
- # Scenario: In the HeaderBar the online status message text is displayed
- # Given the HeaderBar loads and is PWA enabled so online status messages will be visible
- # When an online status message is sent
- # Then an online status message is displayed
-
- # Scenario: In the HeaderBar the online status message text can be removed
- # Given the HeaderBar loads and is PWA enabled so online status messages will be visible
- # When an online status message is sent
- # Then an online status message is displayed
- # When an online status message is removed
- # Then no online status message text is displayed
-
- # # Online status message - small screens
-
- # Scenario: In the HeaderBar the online status message text can be set on small screens
- # Given the HeaderBar loads and is PWA enabled so online status messages will be visible
- # And the viewport is narrower than 480px
- # Then no online status message text is displayed
- # When an online status message is sent
- # Then an online status message is displayed with formatting for small screens
+ Scenario: In the HeaderBar no online status message text is displayed by default
+ Given the HeaderBar loads and is PWA enabled so online status messages will be visible
+ Then no online status message text is displayed
+
+ Scenario: In the HeaderBar the online status message text is displayed
+ Given the HeaderBar loads and is PWA enabled so online status messages will be visible
+ When an online status message is sent
+ Then an online status message is displayed
+
+ Scenario: In the HeaderBar the online status message text can be removed
+ Given the HeaderBar loads and is PWA enabled so online status messages will be visible
+ When an online status message is sent
+ Then an online status message is displayed
+ When an online status message is removed
+ Then no online status message text is displayed
+
+ # Online status message - small screens
+
+ Scenario: In the HeaderBar the online status message text can be set on small screens
+ Given the HeaderBar loads and is PWA enabled so online status messages will be visible
+ And the viewport is narrower than 480px
+ Then no online status message text is displayed
+ When an online status message is sent
+ Then an online status message is displayed with formatting for small screens
diff --git a/components/menu/src/menu-item/menu-item.js b/components/menu/src/menu-item/menu-item.js
index 67a008b7f4..e7d28b7ed9 100644
--- a/components/menu/src/menu-item/menu-item.js
+++ b/components/menu/src/menu-item/menu-item.js
@@ -4,7 +4,7 @@ import { Portal } from '@dhis2-ui/portal'
import cx from 'classnames'
import PropTypes from 'prop-types'
import React, { useRef } from 'react'
-import { FlyoutMenu } from '../index.js'
+import { FlyoutMenu } from '../flyout-menu'
import styles from './menu-item.styles.js'
const isModifiedEvent = (evt) =>
diff --git a/components/select/src/multi-select-field/multi-select-field.js b/components/select/src/multi-select-field/multi-select-field.js
index 7dba4e73dd..4bc74ea45c 100644
--- a/components/select/src/multi-select-field/multi-select-field.js
+++ b/components/select/src/multi-select-field/multi-select-field.js
@@ -3,7 +3,7 @@ import { Box } from '@dhis2-ui/box'
import { Field } from '@dhis2-ui/field'
import PropTypes from 'prop-types'
import React from 'react'
-import { MultiSelect } from '../index.js'
+import { MultiSelect } from '../multi-select'
import i18n from '../locales/index.js'
// TODO: translate
diff --git a/components/select/src/single-select-field/single-select-field.js b/components/select/src/single-select-field/single-select-field.js
index fedf9179de..ff716879aa 100644
--- a/components/select/src/single-select-field/single-select-field.js
+++ b/components/select/src/single-select-field/single-select-field.js
@@ -3,7 +3,7 @@ import { Box } from '@dhis2-ui/box'
import { Field } from '@dhis2-ui/field'
import PropTypes from 'prop-types'
import React from 'react'
-import { SingleSelect } from '../index.js'
+import { SingleSelect } from '../single-select'
import i18n from '../locales/index.js'
// TODO: translate
diff --git a/components/switch/src/switch-field/switch-field.js b/components/switch/src/switch-field/switch-field.js
index 499b5e069e..483b6fba40 100644
--- a/components/switch/src/switch-field/switch-field.js
+++ b/components/switch/src/switch-field/switch-field.js
@@ -3,7 +3,7 @@ import { Field } from '@dhis2-ui/field'
import { Required } from '@dhis2-ui/required'
import PropTypes from 'prop-types'
import React from 'react'
-import { Switch } from '../index.js'
+import { Switch } from '../switch'
const AddRequired = ({ label, required, dataTest }) => (
diff --git a/components/text-area/src/text-area-field/text-area-field.js b/components/text-area/src/text-area-field/text-area-field.js
index fdaf49fea3..9aadf49167 100644
--- a/components/text-area/src/text-area-field/text-area-field.js
+++ b/components/text-area/src/text-area-field/text-area-field.js
@@ -3,7 +3,7 @@ import { Box } from '@dhis2-ui/box'
import { Field } from '@dhis2-ui/field'
import PropTypes from 'prop-types'
import React from 'react'
-import { TextArea } from '../index.js'
+import { TextArea } from '../text-area'
const TextAreaField = ({
className,
From 77b3a33acea94dcba3f0edb532f8e307781a000d Mon Sep 17 00:00:00 2001
From: Mohammer5
Date: Tue, 18 Jun 2024 15:41:59 +0800
Subject: [PATCH 123/170] refactor: add missing file extensions in import
statements
---
components/button/src/dropdown-button/dropdown-button.js | 2 +-
components/button/src/split-button/split-button.js | 2 +-
components/checkbox/src/checkbox-field/checkbox-field.js | 2 +-
components/field/src/field-group/field-group.js | 4 ++--
.../file-input-field-with-list/file-input-field-with-list.js | 2 +-
.../file-input-field-with-list/file-list-item-with-remove.js | 2 +-
.../file-input/src/file-input-field/file-input-field.js | 4 ++--
components/menu/src/flyout-menu/flyout-menu.js | 2 +-
components/menu/src/menu-item/menu-item.js | 2 +-
.../select/src/multi-select-field/multi-select-field.js | 2 +-
.../select/src/single-select-field/single-select-field.js | 2 +-
components/switch/src/switch-field/switch-field.js | 2 +-
components/text-area/src/text-area-field/text-area-field.js | 2 +-
13 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/components/button/src/dropdown-button/dropdown-button.js b/components/button/src/dropdown-button/dropdown-button.js
index d9ad4bf0d2..82abc73249 100644
--- a/components/button/src/dropdown-button/dropdown-button.js
+++ b/components/button/src/dropdown-button/dropdown-button.js
@@ -5,7 +5,7 @@ import { Popper } from '@dhis2-ui/popper'
import PropTypes from 'prop-types'
import React, { Component } from 'react'
import { resolve } from 'styled-jsx/css'
-import { Button } from '../button'
+import { Button } from '../button/index.js'
function ArrowDown({ className }) {
return (
diff --git a/components/button/src/split-button/split-button.js b/components/button/src/split-button/split-button.js
index ae3d0013dd..4aab19d6f5 100644
--- a/components/button/src/split-button/split-button.js
+++ b/components/button/src/split-button/split-button.js
@@ -6,7 +6,7 @@ import cx from 'classnames'
import PropTypes from 'prop-types'
import React, { Component } from 'react'
import css from 'styled-jsx/css'
-import { Button } from '../button'
+import { Button } from '../button/index.js'
import i18n from '../locales/index.js'
const rightButton = css.resolve`
diff --git a/components/checkbox/src/checkbox-field/checkbox-field.js b/components/checkbox/src/checkbox-field/checkbox-field.js
index dbecfb9969..78e5883eed 100644
--- a/components/checkbox/src/checkbox-field/checkbox-field.js
+++ b/components/checkbox/src/checkbox-field/checkbox-field.js
@@ -3,7 +3,7 @@ import { Field } from '@dhis2-ui/field'
import { Required } from '@dhis2-ui/required'
import PropTypes from 'prop-types'
import React from 'react'
-import { Checkbox } from '../checkbox'
+import { Checkbox } from '../checkbox/index.js'
const AddRequired = ({ label, required, dataTest }) => (
diff --git a/components/field/src/field-group/field-group.js b/components/field/src/field-group/field-group.js
index 2750c8651e..735753f839 100644
--- a/components/field/src/field-group/field-group.js
+++ b/components/field/src/field-group/field-group.js
@@ -1,8 +1,8 @@
import { sharedPropTypes } from '@dhis2/ui-constants'
import PropTypes from 'prop-types'
import React from 'react'
-import { Field } from '../field'
-import { FieldSet } from '../field-set'
+import { Field } from '../field/index.js'
+import { FieldSet } from '../field-set/index.js'
const FieldGroup = ({
children,
className,
diff --git a/components/file-input/src/file-input-field-with-list/file-input-field-with-list.js b/components/file-input/src/file-input-field-with-list/file-input-field-with-list.js
index eeec1363a8..e09c88f1d8 100644
--- a/components/file-input/src/file-input-field-with-list/file-input-field-with-list.js
+++ b/components/file-input/src/file-input-field-with-list/file-input-field-with-list.js
@@ -1,7 +1,7 @@
import { sharedPropTypes } from '@dhis2/ui-constants'
import PropTypes from 'prop-types'
import React, { Component } from 'react'
-import { FileInputField } from '../file-input-field'
+import { FileInputField } from '../file-input-field/index.js'
import i18n from '../locales/index.js'
import { FileListItemWithRemove } from './file-list-item-with-remove.js'
diff --git a/components/file-input/src/file-input-field-with-list/file-list-item-with-remove.js b/components/file-input/src/file-input-field-with-list/file-list-item-with-remove.js
index 820770a23b..e75fce6639 100644
--- a/components/file-input/src/file-input-field-with-list/file-list-item-with-remove.js
+++ b/components/file-input/src/file-input-field-with-list/file-list-item-with-remove.js
@@ -1,6 +1,6 @@
import PropTypes from 'prop-types'
import React, { Component } from 'react'
-import { FileListItem } from '../index.js'
+import { FileListItem } from '../file-list/index.js'
class FileListItemWithRemove extends Component {
handleRemove = (event) => {
diff --git a/components/file-input/src/file-input-field/file-input-field.js b/components/file-input/src/file-input-field/file-input-field.js
index f4baaa69e0..981ae9af80 100644
--- a/components/file-input/src/file-input-field/file-input-field.js
+++ b/components/file-input/src/file-input-field/file-input-field.js
@@ -3,8 +3,8 @@ import { Field } from '@dhis2-ui/field'
import { Label } from '@dhis2-ui/label'
import PropTypes from 'prop-types'
import React from 'react'
-import { FileInput } from '../file-input'
-import { FileList, FileListPlaceholder } from '../file-list'
+import { FileInput } from '../file-input/index.js'
+import { FileList, FileListPlaceholder } from '../file-list/index.js'
import i18n from '../locales/index.js'
// TODO: i18n
diff --git a/components/menu/src/flyout-menu/flyout-menu.js b/components/menu/src/flyout-menu/flyout-menu.js
index c3b4035635..d23beaa3d5 100644
--- a/components/menu/src/flyout-menu/flyout-menu.js
+++ b/components/menu/src/flyout-menu/flyout-menu.js
@@ -1,7 +1,7 @@
import { colors, elevations, spacers } from '@dhis2/ui-constants'
import PropTypes from 'prop-types'
import React, { Children, cloneElement, isValidElement, useState } from 'react'
-import { Menu } from '../index.js'
+import { Menu } from '../menu/index.js'
const FlyoutMenu = ({
children,
diff --git a/components/menu/src/menu-item/menu-item.js b/components/menu/src/menu-item/menu-item.js
index e7d28b7ed9..3fcc2e580c 100644
--- a/components/menu/src/menu-item/menu-item.js
+++ b/components/menu/src/menu-item/menu-item.js
@@ -4,7 +4,7 @@ import { Portal } from '@dhis2-ui/portal'
import cx from 'classnames'
import PropTypes from 'prop-types'
import React, { useRef } from 'react'
-import { FlyoutMenu } from '../flyout-menu'
+import { FlyoutMenu } from '../flyout-menu/index.js'
import styles from './menu-item.styles.js'
const isModifiedEvent = (evt) =>
diff --git a/components/select/src/multi-select-field/multi-select-field.js b/components/select/src/multi-select-field/multi-select-field.js
index 4bc74ea45c..c3a6ef3301 100644
--- a/components/select/src/multi-select-field/multi-select-field.js
+++ b/components/select/src/multi-select-field/multi-select-field.js
@@ -3,8 +3,8 @@ import { Box } from '@dhis2-ui/box'
import { Field } from '@dhis2-ui/field'
import PropTypes from 'prop-types'
import React from 'react'
-import { MultiSelect } from '../multi-select'
import i18n from '../locales/index.js'
+import { MultiSelect } from '../multi-select/index.js'
// TODO: translate
const translate = (prop, interpolationObject) => {
diff --git a/components/select/src/single-select-field/single-select-field.js b/components/select/src/single-select-field/single-select-field.js
index ff716879aa..662fd076fc 100644
--- a/components/select/src/single-select-field/single-select-field.js
+++ b/components/select/src/single-select-field/single-select-field.js
@@ -3,8 +3,8 @@ import { Box } from '@dhis2-ui/box'
import { Field } from '@dhis2-ui/field'
import PropTypes from 'prop-types'
import React from 'react'
-import { SingleSelect } from '../single-select'
import i18n from '../locales/index.js'
+import { SingleSelect } from '../single-select/index.js'
// TODO: translate
const translate = (prop, interpolationObject) => {
diff --git a/components/switch/src/switch-field/switch-field.js b/components/switch/src/switch-field/switch-field.js
index 483b6fba40..e388b1b6e5 100644
--- a/components/switch/src/switch-field/switch-field.js
+++ b/components/switch/src/switch-field/switch-field.js
@@ -3,7 +3,7 @@ import { Field } from '@dhis2-ui/field'
import { Required } from '@dhis2-ui/required'
import PropTypes from 'prop-types'
import React from 'react'
-import { Switch } from '../switch'
+import { Switch } from '../switch/index.js'
const AddRequired = ({ label, required, dataTest }) => (
diff --git a/components/text-area/src/text-area-field/text-area-field.js b/components/text-area/src/text-area-field/text-area-field.js
index 9aadf49167..7e8b53e22f 100644
--- a/components/text-area/src/text-area-field/text-area-field.js
+++ b/components/text-area/src/text-area-field/text-area-field.js
@@ -3,7 +3,7 @@ import { Box } from '@dhis2-ui/box'
import { Field } from '@dhis2-ui/field'
import PropTypes from 'prop-types'
import React from 'react'
-import { TextArea } from '../text-area'
+import { TextArea } from '../text-area/index.js'
const TextAreaField = ({
className,
From 2565fa93f5a9054d0cecccae1bc24145d321e250 Mon Sep 17 00:00:00 2001
From: Mohammer5
Date: Wed, 19 Jun 2024 08:45:04 +0800
Subject: [PATCH 124/170] chore(headerbar online test): wait for story to
render before proceeding
---
.../the_headerbar_displays_online_status.js | 1 +
1 file changed, 1 insertion(+)
diff --git a/components/header-bar/src/features/the_headerbar_can_display_online_status/the_headerbar_displays_online_status.js b/components/header-bar/src/features/the_headerbar_can_display_online_status/the_headerbar_displays_online_status.js
index f36ffafa40..7e49cc9150 100644
--- a/components/header-bar/src/features/the_headerbar_can_display_online_status/the_headerbar_displays_online_status.js
+++ b/components/header-bar/src/features/the_headerbar_can_display_online_status/the_headerbar_displays_online_status.js
@@ -39,6 +39,7 @@ Given(
Given('the HeaderBar loads without error when PWA is enabled', () => {
cy.visitStory('HeaderBarTesting', 'PWA Enabled')
+ cy.get(':contains("Online")').should('exist')
})
Given(
From cd0308731f07d3df192c60fd4e73d36b562d2fee Mon Sep 17 00:00:00 2001
From: Mohammer5
Date: Mon, 1 Jul 2024 15:12:53 +0200
Subject: [PATCH 125/170] chore(storybook): upgrade react & react-dom to ^18
---
storybook/config/main.js | 4 ++++
storybook/package.json | 12 ++++++++----
yarn.lock | 4 ++--
3 files changed, 14 insertions(+), 6 deletions(-)
diff --git a/storybook/config/main.js b/storybook/config/main.js
index 0a21fa59bb..ad7eb950e1 100644
--- a/storybook/config/main.js
+++ b/storybook/config/main.js
@@ -27,6 +27,10 @@ module.exports = {
},
staticDirs: [join(__dirname, '../static')],
+
+ core: {
+ enableCrashReports: false,
+ },
}
function getAbsolutePath(value) {
diff --git a/storybook/package.json b/storybook/package.json
index b2c1e1eb88..dbe6b6bc7a 100644
--- a/storybook/package.json
+++ b/storybook/package.json
@@ -15,8 +15,8 @@
"build": "EXTEND_ESLINT=true storybook build -c config -o ../dist/demo --quiet"
},
"peerDependencies": {
- "react": "^16.13",
- "react-dom": "^16.13",
+ "react": "^18",
+ "react-dom": "^18",
"styled-jsx": "^4"
},
"dependencies": {
@@ -43,10 +43,14 @@
"devDependencies": {
"@storybook/react-webpack5": "^8.0.6",
"crypto-browserify": "^3.12.0",
- "react": "16.13",
- "react-dom": "16.13",
+ "react": "^18",
+ "react-dom": "^18",
"storybook": "^8.0.6",
"stream-browserify": "^3.0.0",
"styled-jsx": "^4.0.1"
+ },
+ "resolutions": {
+ "react": "^18",
+ "react-dom": "^18"
}
}
diff --git a/yarn.lock b/yarn.lock
index 2b8ac970db..363df2842d 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -20463,7 +20463,7 @@ react-dom@16.13:
prop-types "^15.6.2"
scheduler "^0.19.1"
-"react-dom@^16.8.0 || ^17.0.0 || ^18.0.0":
+react-dom@18, "react-dom@^16.8.0 || ^17.0.0 || ^18.0.0":
version "18.3.1"
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-18.3.1.tgz#c2265d79511b57d479b3dd3fdfa51536494c5cb4"
integrity sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==
@@ -20802,7 +20802,7 @@ react-tooltip@^3.10.0:
dependencies:
prop-types "^15.6.0"
-react@16.13, react@16.13.1, "react@^16.8.0 || ^17.0.0 || ^18.0.0", react@^16.8.6:
+react@16.13, react@16.13.1, react@18, "react@^16.8.0 || ^17.0.0 || ^18.0.0", react@^16.8.6:
version "16.13.1"
resolved "https://registry.yarnpkg.com/react/-/react-16.13.1.tgz#2e818822f1a9743122c063d6410d85c1e3afe48e"
integrity sha512-YMZQQq32xHLX0bz5Mnibv1/LHb3Sqzngu7xstSM+vrkE5Kzr9xE0yMByK5kMoTK30YVJE61WfbxIFFvfeDKT1w==
From 8c6be62c2df9261109df12e51c7dc2339b59eedf Mon Sep 17 00:00:00 2001
From: Mozafar Haider
Date: Tue, 2 Jul 2024 17:44:27 +0100
Subject: [PATCH 126/170] fix: get storybook 8 working
---
storybook/config/preview.js | 4 +-
storybook/package.json | 9 -
yarn.lock | 3854 +++++++++++++++++++----------------
3 files changed, 2102 insertions(+), 1765 deletions(-)
diff --git a/storybook/config/preview.js b/storybook/config/preview.js
index 215d6fa4aa..b4a5f6002a 100644
--- a/storybook/config/preview.js
+++ b/storybook/config/preview.js
@@ -1,12 +1,12 @@
import '@fontsource/roboto/latin.css'
import { CssReset } from '@dhis2-ui/css'
import React, { Fragment } from 'react'
-import { jsxDecorator } from 'storybook-addon-jsx'
+// import { jsxDecorator } from 'storybook-addon-jsx'
import '@storybook/addon-console'
export const decorators = [
// Enable storybook jsx visualization
- jsxDecorator,
+ // jsxDecorator,
/**
* Basic wrapper for all our components, styles the root elements and applies
* our css reset for consistency/
diff --git a/storybook/package.json b/storybook/package.json
index dbe6b6bc7a..8add02f788 100644
--- a/storybook/package.json
+++ b/storybook/package.json
@@ -15,8 +15,6 @@
"build": "EXTEND_ESLINT=true storybook build -c config -o ../dist/demo --quiet"
},
"peerDependencies": {
- "react": "^18",
- "react-dom": "^18",
"styled-jsx": "^4"
},
"dependencies": {
@@ -30,7 +28,6 @@
"@storybook/addon-console": "^3.0.0",
"@storybook/addon-essentials": "^8.0.6",
"@storybook/addon-storysource": "^8.0.6",
- "@storybook/addons": "^7.6.17",
"@storybook/channels": "^8.0.6",
"@storybook/components": "^8.0.6",
"@storybook/core-events": "^8.0.6",
@@ -43,14 +40,8 @@
"devDependencies": {
"@storybook/react-webpack5": "^8.0.6",
"crypto-browserify": "^3.12.0",
- "react": "^18",
- "react-dom": "^18",
"storybook": "^8.0.6",
"stream-browserify": "^3.0.0",
"styled-jsx": "^4.0.1"
- },
- "resolutions": {
- "react": "^18",
- "react-dom": "^18"
}
}
diff --git a/yarn.lock b/yarn.lock
index 363df2842d..cd555dc4f7 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -3,9 +3,9 @@
"@adobe/css-tools@^4.0.1":
- version "4.3.3"
- resolved "https://registry.yarnpkg.com/@adobe/css-tools/-/css-tools-4.3.3.tgz#90749bde8b89cd41764224f5aac29cd4138f75ff"
- integrity sha512-rE0Pygv0sEZ4vBWHlAgJLGDU7Pm8xoO6p3wsEceb7GYAjScrOHpEo8KK/eVkAcnSM+slAEtXjA2JpdjLp4fJQQ==
+ version "4.4.0"
+ resolved "https://registry.yarnpkg.com/@adobe/css-tools/-/css-tools-4.4.0.tgz#728c484f4e10df03d5a3acd0d8adcbbebff8ad63"
+ integrity sha512-Ff9+ksdQQB3rMncgqDK78uLznstjyfIf2Arnh22pW8kBpLs6rpKDwgnZT46hin5Hl1WzazzK64DOrhSwYpS7bQ==
"@algolia/autocomplete-core@1.9.3":
version "1.9.3"
@@ -34,131 +34,131 @@
resolved "https://registry.yarnpkg.com/@algolia/autocomplete-shared/-/autocomplete-shared-1.9.3.tgz#2e22e830d36f0a9cf2c0ccd3c7f6d59435b77dfa"
integrity sha512-Wnm9E4Ye6Rl6sTTqjoymD+l8DjSTHsHboVRYrKgEt8Q7UHm9nYbqhN/i0fhUYA3OAEH7WA8x3jfpnmJm3rKvaQ==
-"@algolia/cache-browser-local-storage@4.23.3":
- version "4.23.3"
- resolved "https://registry.yarnpkg.com/@algolia/cache-browser-local-storage/-/cache-browser-local-storage-4.23.3.tgz#0cc26b96085e1115dac5fcb9d826651ba57faabc"
- integrity sha512-vRHXYCpPlTDE7i6UOy2xE03zHF2C8MEFjPN2v7fRbqVpcOvAUQK81x3Kc21xyb5aSIpYCjWCZbYZuz8Glyzyyg==
+"@algolia/cache-browser-local-storage@4.24.0":
+ version "4.24.0"
+ resolved "https://registry.yarnpkg.com/@algolia/cache-browser-local-storage/-/cache-browser-local-storage-4.24.0.tgz#97bc6d067a9fd932b9c922faa6b7fd6e546e1348"
+ integrity sha512-t63W9BnoXVrGy9iYHBgObNXqYXM3tYXCjDSHeNwnsc324r4o5UiVKUiAB4THQ5z9U5hTj6qUvwg/Ez43ZD85ww==
dependencies:
- "@algolia/cache-common" "4.23.3"
+ "@algolia/cache-common" "4.24.0"
-"@algolia/cache-common@4.23.3":
- version "4.23.3"
- resolved "https://registry.yarnpkg.com/@algolia/cache-common/-/cache-common-4.23.3.tgz#3bec79092d512a96c9bfbdeec7cff4ad36367166"
- integrity sha512-h9XcNI6lxYStaw32pHpB1TMm0RuxphF+Ik4o7tcQiodEdpKK+wKufY6QXtba7t3k8eseirEMVB83uFFF3Nu54A==
+"@algolia/cache-common@4.24.0":
+ version "4.24.0"
+ resolved "https://registry.yarnpkg.com/@algolia/cache-common/-/cache-common-4.24.0.tgz#81a8d3a82ceb75302abb9b150a52eba9960c9744"
+ integrity sha512-emi+v+DmVLpMGhp0V9q9h5CdkURsNmFC+cOS6uK9ndeJm9J4TiqSvPYVu+THUP8P/S08rxf5x2P+p3CfID0Y4g==
-"@algolia/cache-in-memory@4.23.3":
- version "4.23.3"
- resolved "https://registry.yarnpkg.com/@algolia/cache-in-memory/-/cache-in-memory-4.23.3.tgz#3945f87cd21ffa2bec23890c85305b6b11192423"
- integrity sha512-yvpbuUXg/+0rbcagxNT7un0eo3czx2Uf0y4eiR4z4SD7SiptwYTpbuS0IHxcLHG3lq22ukx1T6Kjtk/rT+mqNg==
+"@algolia/cache-in-memory@4.24.0":
+ version "4.24.0"
+ resolved "https://registry.yarnpkg.com/@algolia/cache-in-memory/-/cache-in-memory-4.24.0.tgz#ffcf8872f3a10cb85c4f4641bdffd307933a6e44"
+ integrity sha512-gDrt2so19jW26jY3/MkFg5mEypFIPbPoXsQGQWAi6TrCPsNOSEYepBMPlucqWigsmEy/prp5ug2jy/N3PVG/8w==
dependencies:
- "@algolia/cache-common" "4.23.3"
+ "@algolia/cache-common" "4.24.0"
-"@algolia/client-account@4.23.3":
- version "4.23.3"
- resolved "https://registry.yarnpkg.com/@algolia/client-account/-/client-account-4.23.3.tgz#8751bbf636e6741c95e7c778488dee3ee430ac6f"
- integrity sha512-hpa6S5d7iQmretHHF40QGq6hz0anWEHGlULcTIT9tbUssWUriN9AUXIFQ8Ei4w9azD0hc1rUok9/DeQQobhQMA==
+"@algolia/client-account@4.24.0":
+ version "4.24.0"
+ resolved "https://registry.yarnpkg.com/@algolia/client-account/-/client-account-4.24.0.tgz#eba7a921d828e7c8c40a32d4add21206c7fe12f1"
+ integrity sha512-adcvyJ3KjPZFDybxlqnf+5KgxJtBjwTPTeyG2aOyoJvx0Y8dUQAEOEVOJ/GBxX0WWNbmaSrhDURMhc+QeevDsA==
dependencies:
- "@algolia/client-common" "4.23.3"
- "@algolia/client-search" "4.23.3"
- "@algolia/transporter" "4.23.3"
+ "@algolia/client-common" "4.24.0"
+ "@algolia/client-search" "4.24.0"
+ "@algolia/transporter" "4.24.0"
-"@algolia/client-analytics@4.23.3":
- version "4.23.3"
- resolved "https://registry.yarnpkg.com/@algolia/client-analytics/-/client-analytics-4.23.3.tgz#f88710885278fe6fb6964384af59004a5a6f161d"
- integrity sha512-LBsEARGS9cj8VkTAVEZphjxTjMVCci+zIIiRhpFun9jGDUlS1XmhCW7CTrnaWeIuCQS/2iPyRqSy1nXPjcBLRA==
+"@algolia/client-analytics@4.24.0":
+ version "4.24.0"
+ resolved "https://registry.yarnpkg.com/@algolia/client-analytics/-/client-analytics-4.24.0.tgz#9d2576c46a9093a14e668833c505ea697a1a3e30"
+ integrity sha512-y8jOZt1OjwWU4N2qr8G4AxXAzaa8DBvyHTWlHzX/7Me1LX8OayfgHexqrsL4vSBcoMmVw2XnVW9MhL+Y2ZDJXg==
dependencies:
- "@algolia/client-common" "4.23.3"
- "@algolia/client-search" "4.23.3"
- "@algolia/requester-common" "4.23.3"
- "@algolia/transporter" "4.23.3"
+ "@algolia/client-common" "4.24.0"
+ "@algolia/client-search" "4.24.0"
+ "@algolia/requester-common" "4.24.0"
+ "@algolia/transporter" "4.24.0"
-"@algolia/client-common@4.23.3":
- version "4.23.3"
- resolved "https://registry.yarnpkg.com/@algolia/client-common/-/client-common-4.23.3.tgz#891116aa0db75055a7ecc107649f7f0965774704"
- integrity sha512-l6EiPxdAlg8CYhroqS5ybfIczsGUIAC47slLPOMDeKSVXYG1n0qGiz4RjAHLw2aD0xzh2EXZ7aRguPfz7UKDKw==
+"@algolia/client-common@4.24.0":
+ version "4.24.0"
+ resolved "https://registry.yarnpkg.com/@algolia/client-common/-/client-common-4.24.0.tgz#77c46eee42b9444a1d1c1583a83f7df4398a649d"
+ integrity sha512-bc2ROsNL6w6rqpl5jj/UywlIYC21TwSSoFHKl01lYirGMW+9Eek6r02Tocg4gZ8HAw3iBvu6XQiM3BEbmEMoiA==
dependencies:
- "@algolia/requester-common" "4.23.3"
- "@algolia/transporter" "4.23.3"
+ "@algolia/requester-common" "4.24.0"
+ "@algolia/transporter" "4.24.0"
-"@algolia/client-personalization@4.23.3":
- version "4.23.3"
- resolved "https://registry.yarnpkg.com/@algolia/client-personalization/-/client-personalization-4.23.3.tgz#35fa8e5699b0295fbc400a8eb211dc711e5909db"
- integrity sha512-3E3yF3Ocr1tB/xOZiuC3doHQBQ2zu2MPTYZ0d4lpfWads2WTKG7ZzmGnsHmm63RflvDeLK/UVx7j2b3QuwKQ2g==
+"@algolia/client-personalization@4.24.0":
+ version "4.24.0"
+ resolved "https://registry.yarnpkg.com/@algolia/client-personalization/-/client-personalization-4.24.0.tgz#8b47789fb1cb0f8efbea0f79295b7c5a3850f6ae"
+ integrity sha512-l5FRFm/yngztweU0HdUzz1rC4yoWCFo3IF+dVIVTfEPg906eZg5BOd1k0K6rZx5JzyyoP4LdmOikfkfGsKVE9w==
dependencies:
- "@algolia/client-common" "4.23.3"
- "@algolia/requester-common" "4.23.3"
- "@algolia/transporter" "4.23.3"
+ "@algolia/client-common" "4.24.0"
+ "@algolia/requester-common" "4.24.0"
+ "@algolia/transporter" "4.24.0"
-"@algolia/client-search@4.23.3":
- version "4.23.3"
- resolved "https://registry.yarnpkg.com/@algolia/client-search/-/client-search-4.23.3.tgz#a3486e6af13a231ec4ab43a915a1f318787b937f"
- integrity sha512-P4VAKFHqU0wx9O+q29Q8YVuaowaZ5EM77rxfmGnkHUJggh28useXQdopokgwMeYw2XUht49WX5RcTQ40rZIabw==
+"@algolia/client-search@4.24.0":
+ version "4.24.0"
+ resolved "https://registry.yarnpkg.com/@algolia/client-search/-/client-search-4.24.0.tgz#75e6c02d33ef3e0f34afd9962c085b856fc4a55f"
+ integrity sha512-uRW6EpNapmLAD0mW47OXqTP8eiIx5F6qN9/x/7HHO6owL3N1IXqydGwW5nhDFBrV+ldouro2W1VX3XlcUXEFCA==
dependencies:
- "@algolia/client-common" "4.23.3"
- "@algolia/requester-common" "4.23.3"
- "@algolia/transporter" "4.23.3"
+ "@algolia/client-common" "4.24.0"
+ "@algolia/requester-common" "4.24.0"
+ "@algolia/transporter" "4.24.0"
"@algolia/events@^4.0.1":
version "4.0.1"
resolved "https://registry.yarnpkg.com/@algolia/events/-/events-4.0.1.tgz#fd39e7477e7bc703d7f893b556f676c032af3950"
integrity sha512-FQzvOCgoFXAbf5Y6mYozw2aj5KCJoA3m4heImceldzPSMbdyS4atVjJzXKMsfX3wnZTFYwkkt8/z8UesLHlSBQ==
-"@algolia/logger-common@4.23.3":
- version "4.23.3"
- resolved "https://registry.yarnpkg.com/@algolia/logger-common/-/logger-common-4.23.3.tgz#35c6d833cbf41e853a4f36ba37c6e5864920bfe9"
- integrity sha512-y9kBtmJwiZ9ZZ+1Ek66P0M68mHQzKRxkW5kAAXYN/rdzgDN0d2COsViEFufxJ0pb45K4FRcfC7+33YB4BLrZ+g==
-
-"@algolia/logger-console@4.23.3":
- version "4.23.3"
- resolved "https://registry.yarnpkg.com/@algolia/logger-console/-/logger-console-4.23.3.tgz#30f916781826c4db5f51fcd9a8a264a06e136985"
- integrity sha512-8xoiseoWDKuCVnWP8jHthgaeobDLolh00KJAdMe9XPrWPuf1by732jSpgy2BlsLTaT9m32pHI8CRfrOqQzHv3A==
- dependencies:
- "@algolia/logger-common" "4.23.3"
-
-"@algolia/recommend@4.23.3":
- version "4.23.3"
- resolved "https://registry.yarnpkg.com/@algolia/recommend/-/recommend-4.23.3.tgz#53d4f194d22d9c72dc05f3f7514c5878f87c5890"
- integrity sha512-9fK4nXZF0bFkdcLBRDexsnGzVmu4TSYZqxdpgBW2tEyfuSSY54D4qSRkLmNkrrz4YFvdh2GM1gA8vSsnZPR73w==
- dependencies:
- "@algolia/cache-browser-local-storage" "4.23.3"
- "@algolia/cache-common" "4.23.3"
- "@algolia/cache-in-memory" "4.23.3"
- "@algolia/client-common" "4.23.3"
- "@algolia/client-search" "4.23.3"
- "@algolia/logger-common" "4.23.3"
- "@algolia/logger-console" "4.23.3"
- "@algolia/requester-browser-xhr" "4.23.3"
- "@algolia/requester-common" "4.23.3"
- "@algolia/requester-node-http" "4.23.3"
- "@algolia/transporter" "4.23.3"
-
-"@algolia/requester-browser-xhr@4.23.3":
- version "4.23.3"
- resolved "https://registry.yarnpkg.com/@algolia/requester-browser-xhr/-/requester-browser-xhr-4.23.3.tgz#9e47e76f60d540acc8b27b4ebc7a80d1b41938b9"
- integrity sha512-jDWGIQ96BhXbmONAQsasIpTYWslyjkiGu0Quydjlowe+ciqySpiDUrJHERIRfELE5+wFc7hc1Q5hqjGoV7yghw==
- dependencies:
- "@algolia/requester-common" "4.23.3"
-
-"@algolia/requester-common@4.23.3":
- version "4.23.3"
- resolved "https://registry.yarnpkg.com/@algolia/requester-common/-/requester-common-4.23.3.tgz#7dbae896e41adfaaf1d1fa5f317f83a99afb04b3"
- integrity sha512-xloIdr/bedtYEGcXCiF2muajyvRhwop4cMZo+K2qzNht0CMzlRkm8YsDdj5IaBhshqfgmBb3rTg4sL4/PpvLYw==
-
-"@algolia/requester-node-http@4.23.3":
- version "4.23.3"
- resolved "https://registry.yarnpkg.com/@algolia/requester-node-http/-/requester-node-http-4.23.3.tgz#c9f94a5cb96a15f48cea338ab6ef16bbd0ff989f"
- integrity sha512-zgu++8Uj03IWDEJM3fuNl34s746JnZOWn1Uz5taV1dFyJhVM/kTNw9Ik7YJWiUNHJQXcaD8IXD1eCb0nq/aByA==
- dependencies:
- "@algolia/requester-common" "4.23.3"
-
-"@algolia/transporter@4.23.3":
- version "4.23.3"
- resolved "https://registry.yarnpkg.com/@algolia/transporter/-/transporter-4.23.3.tgz#545b045b67db3850ddf0bbecbc6c84ff1f3398b7"
- integrity sha512-Wjl5gttqnf/gQKJA+dafnD0Y6Yw97yvfY8R9h0dQltX1GXTgNs1zWgvtWW0tHl1EgMdhAyw189uWiZMnL3QebQ==
- dependencies:
- "@algolia/cache-common" "4.23.3"
- "@algolia/logger-common" "4.23.3"
- "@algolia/requester-common" "4.23.3"
+"@algolia/logger-common@4.24.0":
+ version "4.24.0"
+ resolved "https://registry.yarnpkg.com/@algolia/logger-common/-/logger-common-4.24.0.tgz#28d439976019ec0a46ba7a1a739ef493d4ef8123"
+ integrity sha512-LLUNjkahj9KtKYrQhFKCzMx0BY3RnNP4FEtO+sBybCjJ73E8jNdaKJ/Dd8A/VA4imVHP5tADZ8pn5B8Ga/wTMA==
+
+"@algolia/logger-console@4.24.0":
+ version "4.24.0"
+ resolved "https://registry.yarnpkg.com/@algolia/logger-console/-/logger-console-4.24.0.tgz#c6ff486036cd90b81d07a95aaba04461da7e1c65"
+ integrity sha512-X4C8IoHgHfiUROfoRCV+lzSy+LHMgkoEEU1BbKcsfnV0i0S20zyy0NLww9dwVHUWNfPPxdMU+/wKmLGYf96yTg==
+ dependencies:
+ "@algolia/logger-common" "4.24.0"
+
+"@algolia/recommend@4.24.0":
+ version "4.24.0"
+ resolved "https://registry.yarnpkg.com/@algolia/recommend/-/recommend-4.24.0.tgz#8a3f78aea471ee0a4836b78fd2aad4e9abcaaf34"
+ integrity sha512-P9kcgerfVBpfYHDfVZDvvdJv0lEoCvzNlOy2nykyt5bK8TyieYyiD0lguIJdRZZYGre03WIAFf14pgE+V+IBlw==
+ dependencies:
+ "@algolia/cache-browser-local-storage" "4.24.0"
+ "@algolia/cache-common" "4.24.0"
+ "@algolia/cache-in-memory" "4.24.0"
+ "@algolia/client-common" "4.24.0"
+ "@algolia/client-search" "4.24.0"
+ "@algolia/logger-common" "4.24.0"
+ "@algolia/logger-console" "4.24.0"
+ "@algolia/requester-browser-xhr" "4.24.0"
+ "@algolia/requester-common" "4.24.0"
+ "@algolia/requester-node-http" "4.24.0"
+ "@algolia/transporter" "4.24.0"
+
+"@algolia/requester-browser-xhr@4.24.0":
+ version "4.24.0"
+ resolved "https://registry.yarnpkg.com/@algolia/requester-browser-xhr/-/requester-browser-xhr-4.24.0.tgz#313c5edab4ed73a052e75803855833b62dd19c16"
+ integrity sha512-Z2NxZMb6+nVXSjF13YpjYTdvV3032YTBSGm2vnYvYPA6mMxzM3v5rsCiSspndn9rzIW4Qp1lPHBvuoKJV6jnAA==
+ dependencies:
+ "@algolia/requester-common" "4.24.0"
+
+"@algolia/requester-common@4.24.0":
+ version "4.24.0"
+ resolved "https://registry.yarnpkg.com/@algolia/requester-common/-/requester-common-4.24.0.tgz#1c60c198031f48fcdb9e34c4057a3ea987b9a436"
+ integrity sha512-k3CXJ2OVnvgE3HMwcojpvY6d9kgKMPRxs/kVohrwF5WMr2fnqojnycZkxPoEg+bXm8fi5BBfFmOqgYztRtHsQA==
+
+"@algolia/requester-node-http@4.24.0":
+ version "4.24.0"
+ resolved "https://registry.yarnpkg.com/@algolia/requester-node-http/-/requester-node-http-4.24.0.tgz#4461593714031d02aa7da221c49df675212f482f"
+ integrity sha512-JF18yTjNOVYvU/L3UosRcvbPMGT9B+/GQWNWnenIImglzNVGpyzChkXLnrSf6uxwVNO6ESGu6oN8MqcGQcjQJw==
+ dependencies:
+ "@algolia/requester-common" "4.24.0"
+
+"@algolia/transporter@4.24.0":
+ version "4.24.0"
+ resolved "https://registry.yarnpkg.com/@algolia/transporter/-/transporter-4.24.0.tgz#226bb1f8af62430374c1972b2e5c8580ab275102"
+ integrity sha512-86nI7w6NzWxd1Zp9q3413dRshDqAzSbsQjhcDhPIatEFiZrL1/TjnHL8S7jVKFePlIMzDsZWXAXwXzcok9c5oA==
+ dependencies:
+ "@algolia/cache-common" "4.24.0"
+ "@algolia/logger-common" "4.24.0"
+ "@algolia/requester-common" "4.24.0"
"@alloc/quick-lru@^5.2.0":
version "5.2.0"
@@ -210,18 +210,18 @@
dependencies:
"@babel/highlight" "^7.8.3"
-"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.16.0", "@babel/code-frame@^7.16.7", "@babel/code-frame@^7.23.5", "@babel/code-frame@^7.24.1", "@babel/code-frame@^7.24.2", "@babel/code-frame@^7.5.5", "@babel/code-frame@^7.8.3":
- version "7.24.2"
- resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.24.2.tgz#718b4b19841809a58b29b68cde80bc5e1aa6d9ae"
- integrity sha512-y5+tLQyV8pg3fsiln67BVLD1P13Eg4lh5RW9mF0zUuvLrv9uIQ4MCL+CRT+FTsBlBjcIan6PGsLcBN0m3ClUyQ==
+"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.16.0", "@babel/code-frame@^7.16.7", "@babel/code-frame@^7.24.7", "@babel/code-frame@^7.5.5", "@babel/code-frame@^7.8.3":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.24.7.tgz#882fd9e09e8ee324e496bd040401c6f046ef4465"
+ integrity sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==
dependencies:
- "@babel/highlight" "^7.24.2"
+ "@babel/highlight" "^7.24.7"
picocolors "^1.0.0"
-"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.23.5", "@babel/compat-data@^7.24.4":
- version "7.24.4"
- resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.4.tgz#6f102372e9094f25d908ca0d34fc74c74606059a"
- integrity sha512-vg8Gih2MLK+kOkHJp4gBEIkyaIi00jgWot2D9QOmmfLC8jINSOzmCLta6Bvz/JSBCqnegV0L80jhxkol5GWNfQ==
+"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.24.7":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.7.tgz#d23bbea508c3883ba8251fb4164982c36ea577ed"
+ integrity sha512-qJzAIcv03PyaWqxRgO4mSU3lihncDT296vnyuE2O8uA4w3UHWI4S3hgeZd1L8W1Bft40w9JxJ2b412iDUFFRhw==
"@babel/core@7.12.3":
version "7.12.3"
@@ -267,21 +267,21 @@
semver "^5.4.1"
source-map "^0.5.0"
-"@babel/core@^7.1.0", "@babel/core@^7.1.6", "@babel/core@^7.11.1", "@babel/core@^7.12.3", "@babel/core@^7.16.0", "@babel/core@^7.18.6", "@babel/core@^7.18.9", "@babel/core@^7.19.6", "@babel/core@^7.23.0", "@babel/core@^7.23.2", "@babel/core@^7.23.9", "@babel/core@^7.6.2", "@babel/core@^7.7.2", "@babel/core@^7.7.5", "@babel/core@^7.8.0", "@babel/core@^7.8.4":
- version "7.24.4"
- resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.4.tgz#1f758428e88e0d8c563874741bc4ffc4f71a4717"
- integrity sha512-MBVlMXP+kkl5394RBLSxxk/iLTeVGuXTV3cIDXavPpMMqnSnt6apKgan/U8O3USWZCWZT/TbgfEpKa4uMgN4Dg==
+"@babel/core@^7.1.0", "@babel/core@^7.1.6", "@babel/core@^7.11.1", "@babel/core@^7.12.3", "@babel/core@^7.16.0", "@babel/core@^7.18.6", "@babel/core@^7.18.9", "@babel/core@^7.19.6", "@babel/core@^7.23.0", "@babel/core@^7.24.4", "@babel/core@^7.6.2", "@babel/core@^7.7.2", "@babel/core@^7.7.5", "@babel/core@^7.8.0", "@babel/core@^7.8.4":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.7.tgz#b676450141e0b52a3d43bc91da86aa608f950ac4"
+ integrity sha512-nykK+LEK86ahTkX/3TgauT0ikKoNCfKHEaZYTUVupJdTLzGNvrblu4u6fa7DhZONAltdf8e662t/abY8idrd/g==
dependencies:
"@ampproject/remapping" "^2.2.0"
- "@babel/code-frame" "^7.24.2"
- "@babel/generator" "^7.24.4"
- "@babel/helper-compilation-targets" "^7.23.6"
- "@babel/helper-module-transforms" "^7.23.3"
- "@babel/helpers" "^7.24.4"
- "@babel/parser" "^7.24.4"
- "@babel/template" "^7.24.0"
- "@babel/traverse" "^7.24.1"
- "@babel/types" "^7.24.0"
+ "@babel/code-frame" "^7.24.7"
+ "@babel/generator" "^7.24.7"
+ "@babel/helper-compilation-targets" "^7.24.7"
+ "@babel/helper-module-transforms" "^7.24.7"
+ "@babel/helpers" "^7.24.7"
+ "@babel/parser" "^7.24.7"
+ "@babel/template" "^7.24.7"
+ "@babel/traverse" "^7.24.7"
+ "@babel/types" "^7.24.7"
convert-source-map "^2.0.0"
debug "^4.1.0"
gensync "^1.0.0-beta.2"
@@ -289,70 +289,71 @@
semver "^6.3.1"
"@babel/eslint-parser@^7.16.3":
- version "7.24.1"
- resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.24.1.tgz#e27eee93ed1d271637165ef3a86e2b9332395c32"
- integrity sha512-d5guuzMlPeDfZIbpQ8+g1NaCNuAGBBGNECh0HVqz1sjOeVLh2CEaifuOysCH18URW6R7pqXINvf5PaR/dC6jLQ==
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.24.7.tgz#27ebab1a1ec21f48ae191a8aaac5b82baf80d9c7"
+ integrity sha512-SO5E3bVxDuxyNxM5agFv480YA2HO6ohZbGxbazZdIk3KQOPOGVNw6q78I9/lbviIf95eq6tPozeYnJLbjnC8IA==
dependencies:
"@nicolo-ribaudo/eslint-scope-5-internals" "5.1.1-v1"
eslint-visitor-keys "^2.1.0"
semver "^6.3.1"
-"@babel/generator@^7.12.1", "@babel/generator@^7.12.11", "@babel/generator@^7.12.5", "@babel/generator@^7.18.7", "@babel/generator@^7.23.0", "@babel/generator@^7.24.1", "@babel/generator@^7.24.4", "@babel/generator@^7.7.2":
- version "7.24.4"
- resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.4.tgz#1fc55532b88adf952025d5d2d1e71f946cb1c498"
- integrity sha512-Xd6+v6SnjWVx/nus+y0l1sxMOTOMBkyL4+BIdbALyatQnAe/SRVjANeDPSCYaX+i1iJmuGSKf3Z+E+V/va1Hvw==
+"@babel/generator@^7.12.1", "@babel/generator@^7.12.11", "@babel/generator@^7.12.5", "@babel/generator@^7.18.7", "@babel/generator@^7.24.4", "@babel/generator@^7.24.7", "@babel/generator@^7.7.2":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.7.tgz#1654d01de20ad66b4b4d99c135471bc654c55e6d"
+ integrity sha512-oipXieGC3i45Y1A41t4tAqpnEZWgB/lC6Ehh6+rOviR5XWpTtMmLN+fGjz9vOiNRt0p6RtO6DtD0pdU3vpqdSA==
dependencies:
- "@babel/types" "^7.24.0"
+ "@babel/types" "^7.24.7"
"@jridgewell/gen-mapping" "^0.3.5"
"@jridgewell/trace-mapping" "^0.3.25"
jsesc "^2.5.1"
-"@babel/helper-annotate-as-pure@^7.18.6", "@babel/helper-annotate-as-pure@^7.22.5":
- version "7.22.5"
- resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz#e7f06737b197d580a01edf75d97e2c8be99d3882"
- integrity sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==
+"@babel/helper-annotate-as-pure@^7.18.6", "@babel/helper-annotate-as-pure@^7.24.7":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.24.7.tgz#5373c7bc8366b12a033b4be1ac13a206c6656aab"
+ integrity sha512-BaDeOonYvhdKw+JoMVkAixAAJzG2jVPIwWoKBPdYuY9b452e2rPuI9QPYh3KpofZ3pW2akOmwZLOiOsHMiqRAg==
dependencies:
- "@babel/types" "^7.22.5"
+ "@babel/types" "^7.24.7"
-"@babel/helper-builder-binary-assignment-operator-visitor@^7.22.15":
- version "7.22.15"
- resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.22.15.tgz#5426b109cf3ad47b91120f8328d8ab1be8b0b956"
- integrity sha512-QkBXwGgaoC2GtGZRoma6kv7Szfv06khvhFav67ZExau2RaXzy8MpHSMO2PNoP2XtmQphJQRHFfg77Bq731Yizw==
+"@babel/helper-builder-binary-assignment-operator-visitor@^7.24.7":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.24.7.tgz#37d66feb012024f2422b762b9b2a7cfe27c7fba3"
+ integrity sha512-xZeCVVdwb4MsDBkkyZ64tReWYrLRHlMN72vP7Bdm3OUOuyFZExhsHUUnuWnm2/XOlAJzR0LfPpB56WXZn0X/lA==
dependencies:
- "@babel/types" "^7.22.15"
+ "@babel/traverse" "^7.24.7"
+ "@babel/types" "^7.24.7"
-"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.23.6":
- version "7.23.6"
- resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.23.6.tgz#4d79069b16cbcf1461289eccfbbd81501ae39991"
- integrity sha512-9JB548GZoQVmzrFgp8o7KxdgkTGm6xs9DW0o/Pim72UDjzr5ObUQ6ZzYPqA+g9OTS2bBQoctLJrky0RDCAWRgQ==
+"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.24.7":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.24.7.tgz#4eb6c4a80d6ffeac25ab8cd9a21b5dfa48d503a9"
+ integrity sha512-ctSdRHBi20qWOfy27RUb4Fhp07KSJ3sXcuSvTrXrc4aG8NSYDo1ici3Vhg9bg69y5bj0Mr1lh0aeEgTvc12rMg==
dependencies:
- "@babel/compat-data" "^7.23.5"
- "@babel/helper-validator-option" "^7.23.5"
+ "@babel/compat-data" "^7.24.7"
+ "@babel/helper-validator-option" "^7.24.7"
browserslist "^4.22.2"
lru-cache "^5.1.1"
semver "^6.3.1"
-"@babel/helper-create-class-features-plugin@^7.18.6", "@babel/helper-create-class-features-plugin@^7.21.0", "@babel/helper-create-class-features-plugin@^7.24.1", "@babel/helper-create-class-features-plugin@^7.24.4":
- version "7.24.4"
- resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.24.4.tgz#c806f73788a6800a5cfbbc04d2df7ee4d927cce3"
- integrity sha512-lG75yeuUSVu0pIcbhiYMXBXANHrpUPaOfu7ryAzskCgKUHuAxRQI5ssrtmF0X9UXldPlvT0XM/A4F44OXRt6iQ==
- dependencies:
- "@babel/helper-annotate-as-pure" "^7.22.5"
- "@babel/helper-environment-visitor" "^7.22.20"
- "@babel/helper-function-name" "^7.23.0"
- "@babel/helper-member-expression-to-functions" "^7.23.0"
- "@babel/helper-optimise-call-expression" "^7.22.5"
- "@babel/helper-replace-supers" "^7.24.1"
- "@babel/helper-skip-transparent-expression-wrappers" "^7.22.5"
- "@babel/helper-split-export-declaration" "^7.22.6"
+"@babel/helper-create-class-features-plugin@^7.18.6", "@babel/helper-create-class-features-plugin@^7.21.0", "@babel/helper-create-class-features-plugin@^7.24.7":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.24.7.tgz#2eaed36b3a1c11c53bdf80d53838b293c52f5b3b"
+ integrity sha512-kTkaDl7c9vO80zeX1rJxnuRpEsD5tA81yh11X1gQo+PhSti3JS+7qeZo9U4RHobKRiFPKaGK3svUAeb8D0Q7eg==
+ dependencies:
+ "@babel/helper-annotate-as-pure" "^7.24.7"
+ "@babel/helper-environment-visitor" "^7.24.7"
+ "@babel/helper-function-name" "^7.24.7"
+ "@babel/helper-member-expression-to-functions" "^7.24.7"
+ "@babel/helper-optimise-call-expression" "^7.24.7"
+ "@babel/helper-replace-supers" "^7.24.7"
+ "@babel/helper-skip-transparent-expression-wrappers" "^7.24.7"
+ "@babel/helper-split-export-declaration" "^7.24.7"
semver "^6.3.1"
-"@babel/helper-create-regexp-features-plugin@^7.18.6", "@babel/helper-create-regexp-features-plugin@^7.22.15", "@babel/helper-create-regexp-features-plugin@^7.22.5":
- version "7.22.15"
- resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.22.15.tgz#5ee90093914ea09639b01c711db0d6775e558be1"
- integrity sha512-29FkPLFjn4TPEa3RE7GpW+qbE8tlsu3jntNYNfcGsc49LphF1PQIiD+vMZ1z1xVOKt+93khA9tc2JBs3kBjA7w==
+"@babel/helper-create-regexp-features-plugin@^7.18.6", "@babel/helper-create-regexp-features-plugin@^7.24.7":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.24.7.tgz#be4f435a80dc2b053c76eeb4b7d16dd22cfc89da"
+ integrity sha512-03TCmXy2FtXJEZfbXDTSqq1fRJArk7lX9DOFC/47VthYcxyIOx+eXQmdo6DOQvrbpIix+KfXwvuXdFDZHxt+rA==
dependencies:
- "@babel/helper-annotate-as-pure" "^7.22.5"
+ "@babel/helper-annotate-as-pure" "^7.24.7"
regexpu-core "^5.3.1"
semver "^6.3.1"
@@ -367,186 +368,192 @@
lodash.debounce "^4.0.8"
resolve "^1.14.2"
-"@babel/helper-environment-visitor@^7.22.20":
- version "7.22.20"
- resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167"
- integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==
+"@babel/helper-environment-visitor@^7.24.7":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.24.7.tgz#4b31ba9551d1f90781ba83491dd59cf9b269f7d9"
+ integrity sha512-DoiN84+4Gnd0ncbBOM9AZENV4a5ZiL39HYMyZJGZ/AZEykHYdJw0wW3kdcsh9/Kn+BRXHLkkklZ51ecPKmI1CQ==
+ dependencies:
+ "@babel/types" "^7.24.7"
-"@babel/helper-function-name@^7.22.5", "@babel/helper-function-name@^7.23.0":
- version "7.23.0"
- resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759"
- integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==
+"@babel/helper-function-name@^7.24.7":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.24.7.tgz#75f1e1725742f39ac6584ee0b16d94513da38dd2"
+ integrity sha512-FyoJTsj/PEUWu1/TYRiXTIHc8lbw+TDYkZuoE43opPS5TrI7MyONBE1oNvfguEXAD9yhQRrVBnXdXzSLQl9XnA==
dependencies:
- "@babel/template" "^7.22.15"
- "@babel/types" "^7.23.0"
+ "@babel/template" "^7.24.7"
+ "@babel/types" "^7.24.7"
-"@babel/helper-hoist-variables@^7.22.5":
- version "7.22.5"
- resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb"
- integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==
+"@babel/helper-hoist-variables@^7.24.7":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.24.7.tgz#b4ede1cde2fd89436397f30dc9376ee06b0f25ee"
+ integrity sha512-MJJwhkoGy5c4ehfoRyrJ/owKeMl19U54h27YYftT0o2teQ3FJ3nQUf/I3LlJsX4l3qlw7WRXUmiyajvHXoTubQ==
dependencies:
- "@babel/types" "^7.22.5"
+ "@babel/types" "^7.24.7"
-"@babel/helper-member-expression-to-functions@^7.23.0":
- version "7.23.0"
- resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.23.0.tgz#9263e88cc5e41d39ec18c9a3e0eced59a3e7d366"
- integrity sha512-6gfrPwh7OuT6gZyJZvd6WbTfrqAo7vm4xCzAXOusKqq/vWdKXphTpj5klHKNmRUU6/QRGlBsyU9mAIPaWHlqJA==
+"@babel/helper-member-expression-to-functions@^7.24.7":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.24.7.tgz#67613d068615a70e4ed5101099affc7a41c5225f"
+ integrity sha512-LGeMaf5JN4hAT471eJdBs/GK1DoYIJ5GCtZN/EsL6KUiiDZOvO/eKE11AMZJa2zP4zk4qe9V2O/hxAmkRc8p6w==
dependencies:
- "@babel/types" "^7.23.0"
+ "@babel/traverse" "^7.24.7"
+ "@babel/types" "^7.24.7"
-"@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.10.4", "@babel/helper-module-imports@^7.22.15", "@babel/helper-module-imports@^7.24.1", "@babel/helper-module-imports@^7.24.3":
- version "7.24.3"
- resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.24.3.tgz#6ac476e6d168c7c23ff3ba3cf4f7841d46ac8128"
- integrity sha512-viKb0F9f2s0BCS22QSF308z/+1YWKV/76mwt61NBzS5izMzDPwdq1pTrzf+Li3npBWX9KdQbkeCt1jSAM7lZqg==
+"@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.10.4", "@babel/helper-module-imports@^7.24.7":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.24.7.tgz#f2f980392de5b84c3328fc71d38bd81bbb83042b"
+ integrity sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA==
dependencies:
- "@babel/types" "^7.24.0"
+ "@babel/traverse" "^7.24.7"
+ "@babel/types" "^7.24.7"
-"@babel/helper-module-transforms@^7.12.1", "@babel/helper-module-transforms@^7.23.3":
- version "7.23.3"
- resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.23.3.tgz#d7d12c3c5d30af5b3c0fcab2a6d5217773e2d0f1"
- integrity sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==
+"@babel/helper-module-transforms@^7.12.1", "@babel/helper-module-transforms@^7.24.7":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.24.7.tgz#31b6c9a2930679498db65b685b1698bfd6c7daf8"
+ integrity sha512-1fuJEwIrp+97rM4RWdO+qrRsZlAeL1lQJoPqtCYWv0NL115XM93hIH4CSRln2w52SqvmY5hqdtauB6QFCDiZNQ==
dependencies:
- "@babel/helper-environment-visitor" "^7.22.20"
- "@babel/helper-module-imports" "^7.22.15"
- "@babel/helper-simple-access" "^7.22.5"
- "@babel/helper-split-export-declaration" "^7.22.6"
- "@babel/helper-validator-identifier" "^7.22.20"
+ "@babel/helper-environment-visitor" "^7.24.7"
+ "@babel/helper-module-imports" "^7.24.7"
+ "@babel/helper-simple-access" "^7.24.7"
+ "@babel/helper-split-export-declaration" "^7.24.7"
+ "@babel/helper-validator-identifier" "^7.24.7"
-"@babel/helper-optimise-call-expression@^7.22.5":
- version "7.22.5"
- resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.22.5.tgz#f21531a9ccbff644fdd156b4077c16ff0c3f609e"
- integrity sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==
+"@babel/helper-optimise-call-expression@^7.24.7":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.24.7.tgz#8b0a0456c92f6b323d27cfd00d1d664e76692a0f"
+ integrity sha512-jKiTsW2xmWwxT1ixIdfXUZp+P5yURx2suzLZr5Hi64rURpDYdMW0pv+Uf17EYk2Rd428Lx4tLsnjGJzYKDM/6A==
dependencies:
- "@babel/types" "^7.22.5"
+ "@babel/types" "^7.24.7"
"@babel/helper-plugin-utils@7.10.4":
version "7.10.4"
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz#2f75a831269d4f677de49986dff59927533cf375"
integrity sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==
-"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.20.2", "@babel/helper-plugin-utils@^7.22.5", "@babel/helper-plugin-utils@^7.24.0", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
- version "7.24.0"
- resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.0.tgz#945681931a52f15ce879fd5b86ce2dae6d3d7f2a"
- integrity sha512-9cUznXMG0+FxRuJfvL82QlTqIzhVW9sL0KjMPHhAOOvpQGL8QtdxnBKILjBqxlHyliz0yCa1G903ZXI/FuHy2w==
-
-"@babel/helper-remap-async-to-generator@^7.22.20":
- version "7.22.20"
- resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.22.20.tgz#7b68e1cb4fa964d2996fd063723fb48eca8498e0"
- integrity sha512-pBGyV4uBqOns+0UvhsTO8qgl8hO89PmiDYv+/COyp1aeMcmfrfruz+/nCMFiYyFF/Knn0yfrC85ZzNFjembFTw==
- dependencies:
- "@babel/helper-annotate-as-pure" "^7.22.5"
- "@babel/helper-environment-visitor" "^7.22.20"
- "@babel/helper-wrap-function" "^7.22.20"
-
-"@babel/helper-replace-supers@^7.24.1":
- version "7.24.1"
- resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.24.1.tgz#7085bd19d4a0b7ed8f405c1ed73ccb70f323abc1"
- integrity sha512-QCR1UqC9BzG5vZl8BMicmZ28RuUBnHhAMddD8yHFHDRH9lLTZ9uUPehX8ctVPT8l0TKblJidqcgUUKGVrePleQ==
- dependencies:
- "@babel/helper-environment-visitor" "^7.22.20"
- "@babel/helper-member-expression-to-functions" "^7.23.0"
- "@babel/helper-optimise-call-expression" "^7.22.5"
-
-"@babel/helper-simple-access@^7.22.5":
- version "7.22.5"
- resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.22.5.tgz#4938357dc7d782b80ed6dbb03a0fba3d22b1d5de"
- integrity sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==
- dependencies:
- "@babel/types" "^7.22.5"
-
-"@babel/helper-skip-transparent-expression-wrappers@^7.20.0", "@babel/helper-skip-transparent-expression-wrappers@^7.22.5":
- version "7.22.5"
- resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.22.5.tgz#007f15240b5751c537c40e77abb4e89eeaaa8847"
- integrity sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==
- dependencies:
- "@babel/types" "^7.22.5"
-
-"@babel/helper-split-export-declaration@^7.22.6":
- version "7.22.6"
- resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c"
- integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==
- dependencies:
- "@babel/types" "^7.22.5"
-
-"@babel/helper-string-parser@^7.23.4":
- version "7.24.1"
- resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.1.tgz#f99c36d3593db9540705d0739a1f10b5e20c696e"
- integrity sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ==
-
-"@babel/helper-validator-identifier@^7.14.9", "@babel/helper-validator-identifier@^7.22.20":
- version "7.22.20"
- resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
- integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
-
-"@babel/helper-validator-option@^7.23.5":
- version "7.23.5"
- resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.23.5.tgz#907a3fbd4523426285365d1206c423c4c5520307"
- integrity sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==
-
-"@babel/helper-wrap-function@^7.22.20":
- version "7.22.20"
- resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.22.20.tgz#15352b0b9bfb10fc9c76f79f6342c00e3411a569"
- integrity sha512-pms/UwkOpnQe/PDAEdV/d7dVCoBbB+R4FvYoHGZz+4VPcg7RtYy2KP7S2lbuWM6FCSgob5wshfGESbC/hzNXZw==
- dependencies:
- "@babel/helper-function-name" "^7.22.5"
- "@babel/template" "^7.22.15"
- "@babel/types" "^7.22.19"
-
-"@babel/helpers@^7.12.1", "@babel/helpers@^7.12.5", "@babel/helpers@^7.24.4":
- version "7.24.4"
- resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.4.tgz#dc00907fd0d95da74563c142ef4cd21f2cb856b6"
- integrity sha512-FewdlZbSiwaVGlgT1DPANDuCHaDMiOo+D/IDYRFYjHOuv66xMSJ7fQwwODwRNAPkADIO/z1EoF/l2BCWlWABDw==
- dependencies:
- "@babel/template" "^7.24.0"
- "@babel/traverse" "^7.24.1"
- "@babel/types" "^7.24.0"
-
-"@babel/highlight@^7.10.4", "@babel/highlight@^7.24.2", "@babel/highlight@^7.8.3":
- version "7.24.2"
- resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.24.2.tgz#3f539503efc83d3c59080a10e6634306e0370d26"
- integrity sha512-Yac1ao4flkTxTteCDZLEvdxg2fZfz1v8M4QpaGypq/WPDqg3ijHYbDfs+LG5hvzSoqaSZ9/Z9lKSP3CjZjv+pA==
- dependencies:
- "@babel/helper-validator-identifier" "^7.22.20"
+"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.20.2", "@babel/helper-plugin-utils@^7.22.5", "@babel/helper-plugin-utils@^7.24.7", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.7.tgz#98c84fe6fe3d0d3ae7bfc3a5e166a46844feb2a0"
+ integrity sha512-Rq76wjt7yz9AAc1KnlRKNAi/dMSVWgDRx43FHoJEbcYU6xOWaE2dVPwcdTukJrjxS65GITyfbvEYHvkirZ6uEg==
+
+"@babel/helper-remap-async-to-generator@^7.24.7":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.24.7.tgz#b3f0f203628522713849d49403f1a414468be4c7"
+ integrity sha512-9pKLcTlZ92hNZMQfGCHImUpDOlAgkkpqalWEeftW5FBya75k8Li2ilerxkM/uBEj01iBZXcCIB/bwvDYgWyibA==
+ dependencies:
+ "@babel/helper-annotate-as-pure" "^7.24.7"
+ "@babel/helper-environment-visitor" "^7.24.7"
+ "@babel/helper-wrap-function" "^7.24.7"
+
+"@babel/helper-replace-supers@^7.24.7":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.24.7.tgz#f933b7eed81a1c0265740edc91491ce51250f765"
+ integrity sha512-qTAxxBM81VEyoAY0TtLrx1oAEJc09ZK67Q9ljQToqCnA+55eNwCORaxlKyu+rNfX86o8OXRUSNUnrtsAZXM9sg==
+ dependencies:
+ "@babel/helper-environment-visitor" "^7.24.7"
+ "@babel/helper-member-expression-to-functions" "^7.24.7"
+ "@babel/helper-optimise-call-expression" "^7.24.7"
+
+"@babel/helper-simple-access@^7.24.7":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.24.7.tgz#bcade8da3aec8ed16b9c4953b74e506b51b5edb3"
+ integrity sha512-zBAIvbCMh5Ts+b86r/CjU+4XGYIs+R1j951gxI3KmmxBMhCg4oQMsv6ZXQ64XOm/cvzfU1FmoCyt6+owc5QMYg==
+ dependencies:
+ "@babel/traverse" "^7.24.7"
+ "@babel/types" "^7.24.7"
+
+"@babel/helper-skip-transparent-expression-wrappers@^7.20.0", "@babel/helper-skip-transparent-expression-wrappers@^7.24.7":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.24.7.tgz#5f8fa83b69ed5c27adc56044f8be2b3ea96669d9"
+ integrity sha512-IO+DLT3LQUElMbpzlatRASEyQtfhSE0+m465v++3jyyXeBTBUjtVZg28/gHeV5mrTJqvEKhKroBGAvhW+qPHiQ==
+ dependencies:
+ "@babel/traverse" "^7.24.7"
+ "@babel/types" "^7.24.7"
+
+"@babel/helper-split-export-declaration@^7.24.7":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.7.tgz#83949436890e07fa3d6873c61a96e3bbf692d856"
+ integrity sha512-oy5V7pD+UvfkEATUKvIjvIAH/xCzfsFVw7ygW2SI6NClZzquT+mwdTfgfdbUiceh6iQO0CHtCPsyze/MZ2YbAA==
+ dependencies:
+ "@babel/types" "^7.24.7"
+
+"@babel/helper-string-parser@^7.24.7":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.7.tgz#4d2d0f14820ede3b9807ea5fc36dfc8cd7da07f2"
+ integrity sha512-7MbVt6xrwFQbunH2DNQsAP5sTGxfqQtErvBIvIMi6EQnbgUOuVYanvREcmFrOPhoXBrTtjhhP+lW+o5UfK+tDg==
+
+"@babel/helper-validator-identifier@^7.14.9", "@babel/helper-validator-identifier@^7.24.7":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz#75b889cfaf9e35c2aaf42cf0d72c8e91719251db"
+ integrity sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==
+
+"@babel/helper-validator-option@^7.24.7":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.24.7.tgz#24c3bb77c7a425d1742eec8fb433b5a1b38e62f6"
+ integrity sha512-yy1/KvjhV/ZCL+SM7hBrvnZJ3ZuT9OuZgIJAGpPEToANvc3iM6iDvBnRjtElWibHU6n8/LPR/EjX9EtIEYO3pw==
+
+"@babel/helper-wrap-function@^7.24.7":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.24.7.tgz#52d893af7e42edca7c6d2c6764549826336aae1f"
+ integrity sha512-N9JIYk3TD+1vq/wn77YnJOqMtfWhNewNE+DJV4puD2X7Ew9J4JvrzrFDfTfyv5EgEXVy9/Wt8QiOErzEmv5Ifw==
+ dependencies:
+ "@babel/helper-function-name" "^7.24.7"
+ "@babel/template" "^7.24.7"
+ "@babel/traverse" "^7.24.7"
+ "@babel/types" "^7.24.7"
+
+"@babel/helpers@^7.12.1", "@babel/helpers@^7.12.5", "@babel/helpers@^7.24.7":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.7.tgz#aa2ccda29f62185acb5d42fb4a3a1b1082107416"
+ integrity sha512-NlmJJtvcw72yRJRcnCmGvSi+3jDEg8qFu3z0AFoymmzLx5ERVWyzd9kVXr7Th9/8yIJi2Zc6av4Tqz3wFs8QWg==
+ dependencies:
+ "@babel/template" "^7.24.7"
+ "@babel/types" "^7.24.7"
+
+"@babel/highlight@^7.10.4", "@babel/highlight@^7.24.7", "@babel/highlight@^7.8.3":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.24.7.tgz#a05ab1df134b286558aae0ed41e6c5f731bf409d"
+ integrity sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==
+ dependencies:
+ "@babel/helper-validator-identifier" "^7.24.7"
chalk "^2.4.2"
js-tokens "^4.0.0"
picocolors "^1.0.0"
-"@babel/parser@^7.1.0", "@babel/parser@^7.1.6", "@babel/parser@^7.12.3", "@babel/parser@^7.12.7", "@babel/parser@^7.14.7", "@babel/parser@^7.17.0", "@babel/parser@^7.18.8", "@babel/parser@^7.20.7", "@babel/parser@^7.23.0", "@babel/parser@^7.24.0", "@babel/parser@^7.24.1", "@babel/parser@^7.24.4", "@babel/parser@^7.7.0", "@babel/parser@^7.9.4":
- version "7.24.4"
- resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.4.tgz#234487a110d89ad5a3ed4a8a566c36b9453e8c88"
- integrity sha512-zTvEBcghmeBma9QIGunWevvBAp4/Qu9Bdq+2k0Ot4fVMD6v3dsC9WOcRSKk7tRRyBM/53yKMJko9xOatGQAwSg==
+"@babel/parser@^7.1.0", "@babel/parser@^7.1.6", "@babel/parser@^7.12.3", "@babel/parser@^7.12.7", "@babel/parser@^7.14.7", "@babel/parser@^7.17.0", "@babel/parser@^7.18.8", "@babel/parser@^7.20.7", "@babel/parser@^7.23.0", "@babel/parser@^7.24.4", "@babel/parser@^7.24.7", "@babel/parser@^7.7.0", "@babel/parser@^7.9.4":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.7.tgz#9a5226f92f0c5c8ead550b750f5608e766c8ce85"
+ integrity sha512-9uUYRm6OqQrCqQdG1iCBwBPZgN8ciDBro2nIOFaiRz1/BCxaI7CNvQbDHvsArAC7Tw9Hda/B3U+6ui9u4HWXPw==
-"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.24.4":
- version "7.24.4"
- resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.24.4.tgz#6125f0158543fb4edf1c22f322f3db67f21cb3e1"
- integrity sha512-qpl6vOOEEzTLLcsuqYYo8yDtrTocmu2xkGvgNebvPjT9DTtfFYGmgDqY+rBYXNlqL4s9qLDn6xkrJv4RxAPiTA==
+"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.24.7":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.24.7.tgz#fd059fd27b184ea2b4c7e646868a9a381bbc3055"
+ integrity sha512-TiT1ss81W80eQsN+722OaeQMY/G4yTb4G9JrqeiDADs3N8lbPMGldWi9x8tyqCW5NLx1Jh2AvkE6r6QvEltMMQ==
dependencies:
- "@babel/helper-environment-visitor" "^7.22.20"
- "@babel/helper-plugin-utils" "^7.24.0"
+ "@babel/helper-environment-visitor" "^7.24.7"
+ "@babel/helper-plugin-utils" "^7.24.7"
-"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.24.1":
- version "7.24.1"
- resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.24.1.tgz#b645d9ba8c2bc5b7af50f0fe949f9edbeb07c8cf"
- integrity sha512-y4HqEnkelJIOQGd+3g1bTeKsA5c6qM7eOn7VggGVbBc0y8MLSKHacwcIE2PplNlQSj0PqS9rrXL/nkPVK+kUNg==
+"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.24.7":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.24.7.tgz#468096ca44bbcbe8fcc570574e12eb1950e18107"
+ integrity sha512-unaQgZ/iRu/By6tsjMZzpeBZjChYfLYry6HrEXPoz3KmfF0sVBQ1l8zKMQ4xRGLWVsjuvB8nQfjNP/DcfEOCsg==
dependencies:
- "@babel/helper-plugin-utils" "^7.24.0"
+ "@babel/helper-plugin-utils" "^7.24.7"
-"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.24.1":
- version "7.24.1"
- resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.24.1.tgz#da8261f2697f0f41b0855b91d3a20a1fbfd271d3"
- integrity sha512-Hj791Ii4ci8HqnaKHAlLNs+zaLXb0EzSDhiAWp5VNlyvCNymYfacs64pxTxbH1znW/NcArSmwpmG9IKE/TUVVQ==
+"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.24.7":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.24.7.tgz#e4eabdd5109acc399b38d7999b2ef66fc2022f89"
+ integrity sha512-+izXIbke1T33mY4MSNnrqhPXDz01WYhEf3yF5NbnUtkiNnm+XBZJl3kNfoK6NKmYlz/D07+l2GWVK/QfDkNCuQ==
dependencies:
- "@babel/helper-plugin-utils" "^7.24.0"
- "@babel/helper-skip-transparent-expression-wrappers" "^7.22.5"
- "@babel/plugin-transform-optional-chaining" "^7.24.1"
+ "@babel/helper-plugin-utils" "^7.24.7"
+ "@babel/helper-skip-transparent-expression-wrappers" "^7.24.7"
+ "@babel/plugin-transform-optional-chaining" "^7.24.7"
-"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@^7.24.1":
- version "7.24.1"
- resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.24.1.tgz#1181d9685984c91d657b8ddf14f0487a6bab2988"
- integrity sha512-m9m/fXsXLiHfwdgydIFnpk+7jlVbnvlK5B2EKiPdLUb6WX654ZaaEWJUjk8TftRbZpK0XibovlLWX4KIZhV6jw==
+"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@^7.24.7":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.24.7.tgz#71b21bb0286d5810e63a1538aa901c58e87375ec"
+ integrity sha512-utA4HuR6F4Vvcr+o4DnjL8fCOlgRFGbeeBEGNg3ZTrLFw6VWG5XmUrvcQ0FjIYMU2ST4XcR2Wsp7t9qOAPnxMg==
dependencies:
- "@babel/helper-environment-visitor" "^7.22.20"
- "@babel/helper-plugin-utils" "^7.24.0"
+ "@babel/helper-environment-visitor" "^7.24.7"
+ "@babel/helper-plugin-utils" "^7.24.7"
"@babel/plugin-proposal-class-properties@^7.1.0", "@babel/plugin-proposal-class-properties@^7.13.0", "@babel/plugin-proposal-class-properties@^7.16.0", "@babel/plugin-proposal-class-properties@^7.8.3":
version "7.18.6"
@@ -557,13 +564,13 @@
"@babel/helper-plugin-utils" "^7.18.6"
"@babel/plugin-proposal-decorators@^7.16.4":
- version "7.24.1"
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.24.1.tgz#bab2b9e174a2680f0a80f341f3ec70f809f8bb4b"
- integrity sha512-zPEvzFijn+hRvJuX2Vu3KbEBN39LN3f7tW3MQO2LsIs57B26KU+kUc82BdAktS1VCM6libzh45eKGI65lg0cpA==
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.24.7.tgz#7e2dcfeda4a42596b57c4c9de1f5176bbfc532e3"
+ integrity sha512-RL9GR0pUG5Kc8BUWLNDm2T5OpYwSX15r98I0IkgmRQTXuELq/OynH8xtMTMvTJFjXbMWFVTKtYkTaYQsuAwQlQ==
dependencies:
- "@babel/helper-create-class-features-plugin" "^7.24.1"
- "@babel/helper-plugin-utils" "^7.24.0"
- "@babel/plugin-syntax-decorators" "^7.24.1"
+ "@babel/helper-create-class-features-plugin" "^7.24.7"
+ "@babel/helper-plugin-utils" "^7.24.7"
+ "@babel/plugin-syntax-decorators" "^7.24.7"
"@babel/plugin-proposal-nullish-coalescing-operator@^7.1.0", "@babel/plugin-proposal-nullish-coalescing-operator@^7.16.0", "@babel/plugin-proposal-nullish-coalescing-operator@^7.8.3":
version "7.18.6"
@@ -650,12 +657,12 @@
dependencies:
"@babel/helper-plugin-utils" "^7.14.5"
-"@babel/plugin-syntax-decorators@^7.24.1":
- version "7.24.1"
- resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.24.1.tgz#71d9ad06063a6ac5430db126b5df48c70ee885fa"
- integrity sha512-05RJdO/cCrtVWuAaSn1tS3bH8jbsJa/Y1uD186u6J4C/1mnHFxseeuWpsqr9anvo7TUulev7tm7GDwRV+VuhDw==
+"@babel/plugin-syntax-decorators@^7.24.7":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.24.7.tgz#e4f8a0a8778ccec669611cd5aed1ed8e6e3a6fcf"
+ integrity sha512-Ui4uLJJrRV1lb38zg1yYTmRKmiZLiftDEvZN2iq3kd9kUFU+PttmzTbAFC2ucRk/XJmtek6G23gPsuZbhrT8fQ==
dependencies:
- "@babel/helper-plugin-utils" "^7.24.0"
+ "@babel/helper-plugin-utils" "^7.24.7"
"@babel/plugin-syntax-dynamic-import@^7.8.3":
version "7.8.3"
@@ -671,26 +678,26 @@
dependencies:
"@babel/helper-plugin-utils" "^7.8.3"
-"@babel/plugin-syntax-flow@^7.24.1":
- version "7.24.1"
- resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.24.1.tgz#875c25e3428d7896c87589765fc8b9d32f24bd8d"
- integrity sha512-sxi2kLTI5DeW5vDtMUsk4mTPwvlUDbjOnoWayhynCwrw4QXRld4QEYwqzY8JmQXaJUtgUuCIurtSRH5sn4c7mA==
+"@babel/plugin-syntax-flow@^7.24.7":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.24.7.tgz#d1759e84dd4b437cf9fae69b4c06c41d7625bfb7"
+ integrity sha512-9G8GYT/dxn/D1IIKOUBmGX0mnmj46mGH9NnZyJLwtCpgh5f7D2VbuKodb+2s9m1Yavh1s7ASQN8lf0eqrb1LTw==
dependencies:
- "@babel/helper-plugin-utils" "^7.24.0"
+ "@babel/helper-plugin-utils" "^7.24.7"
-"@babel/plugin-syntax-import-assertions@^7.24.1":
- version "7.24.1"
- resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.24.1.tgz#db3aad724153a00eaac115a3fb898de544e34971"
- integrity sha512-IuwnI5XnuF189t91XbxmXeCDz3qs6iDRO7GJ++wcfgeXNs/8FmIlKcpDSXNVyuLQxlwvskmI3Ct73wUODkJBlQ==
+"@babel/plugin-syntax-import-assertions@^7.24.7":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.24.7.tgz#2a0b406b5871a20a841240586b1300ce2088a778"
+ integrity sha512-Ec3NRUMoi8gskrkBe3fNmEQfxDvY8bgfQpz6jlk/41kX9eUjvpyqWU7PBP/pLAvMaSQjbMNKJmvX57jP+M6bPg==
dependencies:
- "@babel/helper-plugin-utils" "^7.24.0"
+ "@babel/helper-plugin-utils" "^7.24.7"
-"@babel/plugin-syntax-import-attributes@^7.24.1":
- version "7.24.1"
- resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.24.1.tgz#c66b966c63b714c4eec508fcf5763b1f2d381093"
- integrity sha512-zhQTMH0X2nVLnb04tz+s7AMuasX8U0FnpE+nHTOhSOINjWMnopoZTxtIKsd45n4GQ/HIZLyfIpoul8e2m0DnRA==
+"@babel/plugin-syntax-import-attributes@^7.24.7":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.24.7.tgz#b4f9ea95a79e6912480c4b626739f86a076624ca"
+ integrity sha512-hbX+lKKeUMGihnK8nvKqmXBInriT3GVjzXKFriV3YC6APGxMbP8RZNFwy91+hocLXq90Mta+HshoB31802bb8A==
dependencies:
- "@babel/helper-plugin-utils" "^7.24.0"
+ "@babel/helper-plugin-utils" "^7.24.7"
"@babel/plugin-syntax-import-meta@^7.10.4", "@babel/plugin-syntax-import-meta@^7.8.3":
version "7.10.4"
@@ -720,12 +727,12 @@
dependencies:
"@babel/helper-plugin-utils" "^7.14.5"
-"@babel/plugin-syntax-jsx@^7.23.3", "@babel/plugin-syntax-jsx@^7.24.1":
- version "7.24.1"
- resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.24.1.tgz#3f6ca04b8c841811dbc3c5c5f837934e0d626c10"
- integrity sha512-2eCtxZXf+kbkMIsXS4poTvT4Yu5rXiRa+9xGVT56raghjmBTKMpFNc9R4IDiB4emao9eO22Ox7CxuJG7BgExqA==
+"@babel/plugin-syntax-jsx@^7.24.7":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.24.7.tgz#39a1fa4a7e3d3d7f34e2acc6be585b718d30e02d"
+ integrity sha512-6ddciUPe/mpMnOKv/U+RSd2vvVy+Yw/JfBB0ZHYjEZt9NLHmCUylNYlsbqCCS1Bffjlb0fCwC9Vqz+sBz6PsiQ==
dependencies:
- "@babel/helper-plugin-utils" "^7.24.0"
+ "@babel/helper-plugin-utils" "^7.24.7"
"@babel/plugin-syntax-logical-assignment-operators@^7.10.4", "@babel/plugin-syntax-logical-assignment-operators@^7.8.3":
version "7.10.4"
@@ -783,12 +790,12 @@
dependencies:
"@babel/helper-plugin-utils" "^7.14.5"
-"@babel/plugin-syntax-typescript@^7.24.1", "@babel/plugin-syntax-typescript@^7.7.2":
- version "7.24.1"
- resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.24.1.tgz#b3bcc51f396d15f3591683f90239de143c076844"
- integrity sha512-Yhnmvy5HZEnHUty6i++gcfH1/l68AHnItFHnaCv6hn9dNh0hQvvQJsxpi4BMBFN5DLeHBuucT/0DgzXif/OyRw==
+"@babel/plugin-syntax-typescript@^7.24.7", "@babel/plugin-syntax-typescript@^7.7.2":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.24.7.tgz#58d458271b4d3b6bb27ee6ac9525acbb259bad1c"
+ integrity sha512-c/+fVeJBB0FeKsFvwytYiUD+LBvhHjGSI0g446PRGdSVGZLRNArBUno2PETbAly3tpiNAQR5XaZ+JslxkotsbA==
dependencies:
- "@babel/helper-plugin-utils" "^7.24.0"
+ "@babel/helper-plugin-utils" "^7.24.7"
"@babel/plugin-syntax-unicode-sets-regex@^7.18.6":
version "7.18.6"
@@ -798,484 +805,484 @@
"@babel/helper-create-regexp-features-plugin" "^7.18.6"
"@babel/helper-plugin-utils" "^7.18.6"
-"@babel/plugin-transform-arrow-functions@^7.24.1":
- version "7.24.1"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.24.1.tgz#2bf263617060c9cc45bcdbf492b8cc805082bf27"
- integrity sha512-ngT/3NkRhsaep9ck9uj2Xhv9+xB1zShY3tM3g6om4xxCELwCDN4g4Aq5dRn48+0hasAql7s2hdBOysCfNpr4fw==
+"@babel/plugin-transform-arrow-functions@^7.24.7":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.24.7.tgz#4f6886c11e423bd69f3ce51dbf42424a5f275514"
+ integrity sha512-Dt9LQs6iEY++gXUwY03DNFat5C2NbO48jj+j/bSAz6b3HgPs39qcPiYt77fDObIcFwj3/C2ICX9YMwGflUoSHQ==
dependencies:
- "@babel/helper-plugin-utils" "^7.24.0"
+ "@babel/helper-plugin-utils" "^7.24.7"
-"@babel/plugin-transform-async-generator-functions@^7.24.3":
- version "7.24.3"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.24.3.tgz#8fa7ae481b100768cc9842c8617808c5352b8b89"
- integrity sha512-Qe26CMYVjpQxJ8zxM1340JFNjZaF+ISWpr1Kt/jGo+ZTUzKkfw/pphEWbRCb+lmSM6k/TOgfYLvmbHkUQ0asIg==
+"@babel/plugin-transform-async-generator-functions@^7.24.7":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.24.7.tgz#7330a5c50e05181ca52351b8fd01642000c96cfd"
+ integrity sha512-o+iF77e3u7ZS4AoAuJvapz9Fm001PuD2V3Lp6OSE4FYQke+cSewYtnek+THqGRWyQloRCyvWL1OkyfNEl9vr/g==
dependencies:
- "@babel/helper-environment-visitor" "^7.22.20"
- "@babel/helper-plugin-utils" "^7.24.0"
- "@babel/helper-remap-async-to-generator" "^7.22.20"
+ "@babel/helper-environment-visitor" "^7.24.7"
+ "@babel/helper-plugin-utils" "^7.24.7"
+ "@babel/helper-remap-async-to-generator" "^7.24.7"
"@babel/plugin-syntax-async-generators" "^7.8.4"
-"@babel/plugin-transform-async-to-generator@^7.24.1":
- version "7.24.1"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.24.1.tgz#0e220703b89f2216800ce7b1c53cb0cf521c37f4"
- integrity sha512-AawPptitRXp1y0n4ilKcGbRYWfbbzFWz2NqNu7dacYDtFtz0CMjG64b3LQsb3KIgnf4/obcUL78hfaOS7iCUfw==
+"@babel/plugin-transform-async-to-generator@^7.24.7":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.24.7.tgz#72a3af6c451d575842a7e9b5a02863414355bdcc"
+ integrity sha512-SQY01PcJfmQ+4Ash7NE+rpbLFbmqA2GPIgqzxfFTL4t1FKRq4zTms/7htKpoCUI9OcFYgzqfmCdH53s6/jn5fA==
dependencies:
- "@babel/helper-module-imports" "^7.24.1"
- "@babel/helper-plugin-utils" "^7.24.0"
- "@babel/helper-remap-async-to-generator" "^7.22.20"
+ "@babel/helper-module-imports" "^7.24.7"
+ "@babel/helper-plugin-utils" "^7.24.7"
+ "@babel/helper-remap-async-to-generator" "^7.24.7"
-"@babel/plugin-transform-block-scoped-functions@^7.24.1":
- version "7.24.1"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.24.1.tgz#1c94799e20fcd5c4d4589523bbc57b7692979380"
- integrity sha512-TWWC18OShZutrv9C6mye1xwtam+uNi2bnTOCBUd5sZxyHOiWbU6ztSROofIMrK84uweEZC219POICK/sTYwfgg==
+"@babel/plugin-transform-block-scoped-functions@^7.24.7":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.24.7.tgz#a4251d98ea0c0f399dafe1a35801eaba455bbf1f"
+ integrity sha512-yO7RAz6EsVQDaBH18IDJcMB1HnrUn2FJ/Jslc/WtPPWcjhpUJXU/rjbwmluzp7v/ZzWcEhTMXELnnsz8djWDwQ==
dependencies:
- "@babel/helper-plugin-utils" "^7.24.0"
+ "@babel/helper-plugin-utils" "^7.24.7"
-"@babel/plugin-transform-block-scoping@^7.24.4":
- version "7.24.4"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.24.4.tgz#28f5c010b66fbb8ccdeef853bef1935c434d7012"
- integrity sha512-nIFUZIpGKDf9O9ttyRXpHFpKC+X3Y5mtshZONuEUYBomAKoM4y029Jr+uB1bHGPhNmK8YXHevDtKDOLmtRrp6g==
+"@babel/plugin-transform-block-scoping@^7.24.7":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.24.7.tgz#42063e4deb850c7bd7c55e626bf4e7ab48e6ce02"
+ integrity sha512-Nd5CvgMbWc+oWzBsuaMcbwjJWAcp5qzrbg69SZdHSP7AMY0AbWFqFO0WTFCA1jxhMCwodRwvRec8k0QUbZk7RQ==
dependencies:
- "@babel/helper-plugin-utils" "^7.24.0"
+ "@babel/helper-plugin-utils" "^7.24.7"
-"@babel/plugin-transform-class-properties@^7.22.5", "@babel/plugin-transform-class-properties@^7.24.1":
- version "7.24.1"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.24.1.tgz#bcbf1aef6ba6085cfddec9fc8d58871cf011fc29"
- integrity sha512-OMLCXi0NqvJfORTaPQBwqLXHhb93wkBKZ4aNwMl6WtehO7ar+cmp+89iPEQPqxAnxsOKTaMcs3POz3rKayJ72g==
+"@babel/plugin-transform-class-properties@^7.22.5", "@babel/plugin-transform-class-properties@^7.24.7":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.24.7.tgz#256879467b57b0b68c7ddfc5b76584f398cd6834"
+ integrity sha512-vKbfawVYayKcSeSR5YYzzyXvsDFWU2mD8U5TFeXtbCPLFUqe7GyCgvO6XDHzje862ODrOwy6WCPmKeWHbCFJ4w==
dependencies:
- "@babel/helper-create-class-features-plugin" "^7.24.1"
- "@babel/helper-plugin-utils" "^7.24.0"
+ "@babel/helper-create-class-features-plugin" "^7.24.7"
+ "@babel/helper-plugin-utils" "^7.24.7"
-"@babel/plugin-transform-class-static-block@^7.24.4":
- version "7.24.4"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.24.4.tgz#1a4653c0cf8ac46441ec406dece6e9bc590356a4"
- integrity sha512-B8q7Pz870Hz/q9UgP8InNpY01CSLDSCyqX7zcRuv3FcPl87A2G17lASroHWaCtbdIcbYzOZ7kWmXFKbijMSmFg==
+"@babel/plugin-transform-class-static-block@^7.24.7":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.24.7.tgz#c82027ebb7010bc33c116d4b5044fbbf8c05484d"
+ integrity sha512-HMXK3WbBPpZQufbMG4B46A90PkuuhN9vBCb5T8+VAHqvAqvcLi+2cKoukcpmUYkszLhScU3l1iudhrks3DggRQ==
dependencies:
- "@babel/helper-create-class-features-plugin" "^7.24.4"
- "@babel/helper-plugin-utils" "^7.24.0"
+ "@babel/helper-create-class-features-plugin" "^7.24.7"
+ "@babel/helper-plugin-utils" "^7.24.7"
"@babel/plugin-syntax-class-static-block" "^7.14.5"
-"@babel/plugin-transform-classes@^7.24.1":
- version "7.24.1"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.24.1.tgz#5bc8fc160ed96378184bc10042af47f50884dcb1"
- integrity sha512-ZTIe3W7UejJd3/3R4p7ScyyOoafetUShSf4kCqV0O7F/RiHxVj/wRaRnQlrGwflvcehNA8M42HkAiEDYZu2F1Q==
- dependencies:
- "@babel/helper-annotate-as-pure" "^7.22.5"
- "@babel/helper-compilation-targets" "^7.23.6"
- "@babel/helper-environment-visitor" "^7.22.20"
- "@babel/helper-function-name" "^7.23.0"
- "@babel/helper-plugin-utils" "^7.24.0"
- "@babel/helper-replace-supers" "^7.24.1"
- "@babel/helper-split-export-declaration" "^7.22.6"
+"@babel/plugin-transform-classes@^7.24.7":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.24.7.tgz#4ae6ef43a12492134138c1e45913f7c46c41b4bf"
+ integrity sha512-CFbbBigp8ln4FU6Bpy6g7sE8B/WmCmzvivzUC6xDAdWVsjYTXijpuuGJmYkAaoWAzcItGKT3IOAbxRItZ5HTjw==
+ dependencies:
+ "@babel/helper-annotate-as-pure" "^7.24.7"
+ "@babel/helper-compilation-targets" "^7.24.7"
+ "@babel/helper-environment-visitor" "^7.24.7"
+ "@babel/helper-function-name" "^7.24.7"
+ "@babel/helper-plugin-utils" "^7.24.7"
+ "@babel/helper-replace-supers" "^7.24.7"
+ "@babel/helper-split-export-declaration" "^7.24.7"
globals "^11.1.0"
-"@babel/plugin-transform-computed-properties@^7.24.1":
- version "7.24.1"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.24.1.tgz#bc7e787f8e021eccfb677af5f13c29a9934ed8a7"
- integrity sha512-5pJGVIUfJpOS+pAqBQd+QMaTD2vCL/HcePooON6pDpHgRp4gNRmzyHTPIkXntwKsq3ayUFVfJaIKPw2pOkOcTw==
+"@babel/plugin-transform-computed-properties@^7.24.7":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.24.7.tgz#4cab3214e80bc71fae3853238d13d097b004c707"
+ integrity sha512-25cS7v+707Gu6Ds2oY6tCkUwsJ9YIDbggd9+cu9jzzDgiNq7hR/8dkzxWfKWnTic26vsI3EsCXNd4iEB6e8esQ==
dependencies:
- "@babel/helper-plugin-utils" "^7.24.0"
- "@babel/template" "^7.24.0"
+ "@babel/helper-plugin-utils" "^7.24.7"
+ "@babel/template" "^7.24.7"
-"@babel/plugin-transform-destructuring@^7.24.1":
- version "7.24.1"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.24.1.tgz#b1e8243af4a0206841973786292b8c8dd8447345"
- integrity sha512-ow8jciWqNxR3RYbSNVuF4U2Jx130nwnBnhRw6N6h1bOejNkABmcI5X5oz29K4alWX7vf1C+o6gtKXikzRKkVdw==
+"@babel/plugin-transform-destructuring@^7.24.7":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.24.7.tgz#a097f25292defb6e6cc16d6333a4cfc1e3c72d9e"
+ integrity sha512-19eJO/8kdCQ9zISOf+SEUJM/bAUIsvY3YDnXZTupUCQ8LgrWnsG/gFB9dvXqdXnRXMAM8fvt7b0CBKQHNGy1mw==
dependencies:
- "@babel/helper-plugin-utils" "^7.24.0"
+ "@babel/helper-plugin-utils" "^7.24.7"
-"@babel/plugin-transform-dotall-regex@^7.24.1":
- version "7.24.1"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.24.1.tgz#d56913d2f12795cc9930801b84c6f8c47513ac13"
- integrity sha512-p7uUxgSoZwZ2lPNMzUkqCts3xlp8n+o05ikjy7gbtFJSt9gdU88jAmtfmOxHM14noQXBxfgzf2yRWECiNVhTCw==
+"@babel/plugin-transform-dotall-regex@^7.24.7":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.24.7.tgz#5f8bf8a680f2116a7207e16288a5f974ad47a7a0"
+ integrity sha512-ZOA3W+1RRTSWvyqcMJDLqbchh7U4NRGqwRfFSVbOLS/ePIP4vHB5e8T8eXcuqyN1QkgKyj5wuW0lcS85v4CrSw==
dependencies:
- "@babel/helper-create-regexp-features-plugin" "^7.22.15"
- "@babel/helper-plugin-utils" "^7.24.0"
+ "@babel/helper-create-regexp-features-plugin" "^7.24.7"
+ "@babel/helper-plugin-utils" "^7.24.7"
-"@babel/plugin-transform-duplicate-keys@^7.24.1":
- version "7.24.1"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.24.1.tgz#5347a797fe82b8d09749d10e9f5b83665adbca88"
- integrity sha512-msyzuUnvsjsaSaocV6L7ErfNsa5nDWL1XKNnDePLgmz+WdU4w/J8+AxBMrWfi9m4IxfL5sZQKUPQKDQeeAT6lA==
+"@babel/plugin-transform-duplicate-keys@^7.24.7":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.24.7.tgz#dd20102897c9a2324e5adfffb67ff3610359a8ee"
+ integrity sha512-JdYfXyCRihAe46jUIliuL2/s0x0wObgwwiGxw/UbgJBr20gQBThrokO4nYKgWkD7uBaqM7+9x5TU7NkExZJyzw==
dependencies:
- "@babel/helper-plugin-utils" "^7.24.0"
+ "@babel/helper-plugin-utils" "^7.24.7"
-"@babel/plugin-transform-dynamic-import@^7.24.1":
- version "7.24.1"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.24.1.tgz#2a5a49959201970dd09a5fca856cb651e44439dd"
- integrity sha512-av2gdSTyXcJVdI+8aFZsCAtR29xJt0S5tas+Ef8NvBNmD1a+N/3ecMLeMBgfcK+xzsjdLDT6oHt+DFPyeqUbDA==
+"@babel/plugin-transform-dynamic-import@^7.24.7":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.24.7.tgz#4d8b95e3bae2b037673091aa09cd33fecd6419f4"
+ integrity sha512-sc3X26PhZQDb3JhORmakcbvkeInvxz+A8oda99lj7J60QRuPZvNAk9wQlTBS1ZynelDrDmTU4pw1tyc5d5ZMUg==
dependencies:
- "@babel/helper-plugin-utils" "^7.24.0"
+ "@babel/helper-plugin-utils" "^7.24.7"
"@babel/plugin-syntax-dynamic-import" "^7.8.3"
-"@babel/plugin-transform-exponentiation-operator@^7.24.1":
- version "7.24.1"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.24.1.tgz#6650ebeb5bd5c012d5f5f90a26613a08162e8ba4"
- integrity sha512-U1yX13dVBSwS23DEAqU+Z/PkwE9/m7QQy8Y9/+Tdb8UWYaGNDYwTLi19wqIAiROr8sXVum9A/rtiH5H0boUcTw==
+"@babel/plugin-transform-exponentiation-operator@^7.24.7":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.24.7.tgz#b629ee22645f412024297d5245bce425c31f9b0d"
+ integrity sha512-Rqe/vSc9OYgDajNIK35u7ot+KeCoetqQYFXM4Epf7M7ez3lWlOjrDjrwMei6caCVhfdw+mIKD4cgdGNy5JQotQ==
dependencies:
- "@babel/helper-builder-binary-assignment-operator-visitor" "^7.22.15"
- "@babel/helper-plugin-utils" "^7.24.0"
+ "@babel/helper-builder-binary-assignment-operator-visitor" "^7.24.7"
+ "@babel/helper-plugin-utils" "^7.24.7"
-"@babel/plugin-transform-export-namespace-from@^7.24.1":
- version "7.24.1"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.24.1.tgz#f033541fc036e3efb2dcb58eedafd4f6b8078acd"
- integrity sha512-Ft38m/KFOyzKw2UaJFkWG9QnHPG/Q/2SkOrRk4pNBPg5IPZ+dOxcmkK5IyuBcxiNPyyYowPGUReyBvrvZs7IlQ==
+"@babel/plugin-transform-export-namespace-from@^7.24.7":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.24.7.tgz#176d52d8d8ed516aeae7013ee9556d540c53f197"
+ integrity sha512-v0K9uNYsPL3oXZ/7F9NNIbAj2jv1whUEtyA6aujhekLs56R++JDQuzRcP2/z4WX5Vg/c5lE9uWZA0/iUoFhLTA==
dependencies:
- "@babel/helper-plugin-utils" "^7.24.0"
+ "@babel/helper-plugin-utils" "^7.24.7"
"@babel/plugin-syntax-export-namespace-from" "^7.8.3"
-"@babel/plugin-transform-flow-strip-types@^7.16.0", "@babel/plugin-transform-flow-strip-types@^7.24.1":
- version "7.24.1"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.24.1.tgz#fa8d0a146506ea195da1671d38eed459242b2dcc"
- integrity sha512-iIYPIWt3dUmUKKE10s3W+jsQ3icFkw0JyRVyY1B7G4yK/nngAOHLVx8xlhA6b/Jzl/Y0nis8gjqhqKtRDQqHWQ==
+"@babel/plugin-transform-flow-strip-types@^7.16.0", "@babel/plugin-transform-flow-strip-types@^7.24.7":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.24.7.tgz#ae454e62219288fbb734541ab00389bfb13c063e"
+ integrity sha512-cjRKJ7FobOH2eakx7Ja+KpJRj8+y+/SiB3ooYm/n2UJfxu0oEaOoxOinitkJcPqv9KxS0kxTGPUaR7L2XcXDXA==
dependencies:
- "@babel/helper-plugin-utils" "^7.24.0"
- "@babel/plugin-syntax-flow" "^7.24.1"
+ "@babel/helper-plugin-utils" "^7.24.7"
+ "@babel/plugin-syntax-flow" "^7.24.7"
-"@babel/plugin-transform-for-of@^7.24.1":
- version "7.24.1"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.24.1.tgz#67448446b67ab6c091360ce3717e7d3a59e202fd"
- integrity sha512-OxBdcnF04bpdQdR3i4giHZNZQn7cm8RQKcSwA17wAAqEELo1ZOwp5FFgeptWUQXFyT9kwHo10aqqauYkRZPCAg==
+"@babel/plugin-transform-for-of@^7.24.7":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.24.7.tgz#f25b33f72df1d8be76399e1b8f3f9d366eb5bc70"
+ integrity sha512-wo9ogrDG1ITTTBsy46oGiN1dS9A7MROBTcYsfS8DtsImMkHk9JXJ3EWQM6X2SUw4x80uGPlwj0o00Uoc6nEE3g==
dependencies:
- "@babel/helper-plugin-utils" "^7.24.0"
- "@babel/helper-skip-transparent-expression-wrappers" "^7.22.5"
+ "@babel/helper-plugin-utils" "^7.24.7"
+ "@babel/helper-skip-transparent-expression-wrappers" "^7.24.7"
-"@babel/plugin-transform-function-name@^7.24.1":
- version "7.24.1"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.24.1.tgz#8cba6f7730626cc4dfe4ca2fa516215a0592b361"
- integrity sha512-BXmDZpPlh7jwicKArQASrj8n22/w6iymRnvHYYd2zO30DbE277JO20/7yXJT3QxDPtiQiOxQBbZH4TpivNXIxA==
+"@babel/plugin-transform-function-name@^7.24.7":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.24.7.tgz#6d8601fbffe665c894440ab4470bc721dd9131d6"
+ integrity sha512-U9FcnA821YoILngSmYkW6FjyQe2TyZD5pHt4EVIhmcTkrJw/3KqcrRSxuOo5tFZJi7TE19iDyI1u+weTI7bn2w==
dependencies:
- "@babel/helper-compilation-targets" "^7.23.6"
- "@babel/helper-function-name" "^7.23.0"
- "@babel/helper-plugin-utils" "^7.24.0"
+ "@babel/helper-compilation-targets" "^7.24.7"
+ "@babel/helper-function-name" "^7.24.7"
+ "@babel/helper-plugin-utils" "^7.24.7"
-"@babel/plugin-transform-json-strings@^7.24.1":
- version "7.24.1"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.24.1.tgz#08e6369b62ab3e8a7b61089151b161180c8299f7"
- integrity sha512-U7RMFmRvoasscrIFy5xA4gIp8iWnWubnKkKuUGJjsuOH7GfbMkB+XZzeslx2kLdEGdOJDamEmCqOks6e8nv8DQ==
+"@babel/plugin-transform-json-strings@^7.24.7":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.24.7.tgz#f3e9c37c0a373fee86e36880d45b3664cedaf73a"
+ integrity sha512-2yFnBGDvRuxAaE/f0vfBKvtnvvqU8tGpMHqMNpTN2oWMKIR3NqFkjaAgGwawhqK/pIN2T3XdjGPdaG0vDhOBGw==
dependencies:
- "@babel/helper-plugin-utils" "^7.24.0"
+ "@babel/helper-plugin-utils" "^7.24.7"
"@babel/plugin-syntax-json-strings" "^7.8.3"
-"@babel/plugin-transform-literals@^7.24.1":
- version "7.24.1"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.24.1.tgz#0a1982297af83e6b3c94972686067df588c5c096"
- integrity sha512-zn9pwz8U7nCqOYIiBaOxoQOtYmMODXTJnkxG4AtX8fPmnCRYWBOHD0qcpwS9e2VDSp1zNJYpdnFMIKb8jmwu6g==
+"@babel/plugin-transform-literals@^7.24.7":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.24.7.tgz#36b505c1e655151a9d7607799a9988fc5467d06c"
+ integrity sha512-vcwCbb4HDH+hWi8Pqenwnjy+UiklO4Kt1vfspcQYFhJdpthSnW8XvWGyDZWKNVrVbVViI/S7K9PDJZiUmP2fYQ==
dependencies:
- "@babel/helper-plugin-utils" "^7.24.0"
+ "@babel/helper-plugin-utils" "^7.24.7"
-"@babel/plugin-transform-logical-assignment-operators@^7.24.1":
- version "7.24.1"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.24.1.tgz#719d8aded1aa94b8fb34e3a785ae8518e24cfa40"
- integrity sha512-OhN6J4Bpz+hIBqItTeWJujDOfNP+unqv/NJgyhlpSqgBTPm37KkMmZV6SYcOj+pnDbdcl1qRGV/ZiIjX9Iy34w==
+"@babel/plugin-transform-logical-assignment-operators@^7.24.7":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.24.7.tgz#a58fb6eda16c9dc8f9ff1c7b1ba6deb7f4694cb0"
+ integrity sha512-4D2tpwlQ1odXmTEIFWy9ELJcZHqrStlzK/dAOWYyxX3zT0iXQB6banjgeOJQXzEc4S0E0a5A+hahxPaEFYftsw==
dependencies:
- "@babel/helper-plugin-utils" "^7.24.0"
+ "@babel/helper-plugin-utils" "^7.24.7"
"@babel/plugin-syntax-logical-assignment-operators" "^7.10.4"
-"@babel/plugin-transform-member-expression-literals@^7.24.1":
- version "7.24.1"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.24.1.tgz#896d23601c92f437af8b01371ad34beb75df4489"
- integrity sha512-4ojai0KysTWXzHseJKa1XPNXKRbuUrhkOPY4rEGeR+7ChlJVKxFa3H3Bz+7tWaGKgJAXUWKOGmltN+u9B3+CVg==
+"@babel/plugin-transform-member-expression-literals@^7.24.7":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.24.7.tgz#3b4454fb0e302e18ba4945ba3246acb1248315df"
+ integrity sha512-T/hRC1uqrzXMKLQ6UCwMT85S3EvqaBXDGf0FaMf4446Qx9vKwlghvee0+uuZcDUCZU5RuNi4781UQ7R308zzBw==
dependencies:
- "@babel/helper-plugin-utils" "^7.24.0"
+ "@babel/helper-plugin-utils" "^7.24.7"
-"@babel/plugin-transform-modules-amd@^7.24.1":
- version "7.24.1"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.24.1.tgz#b6d829ed15258536977e9c7cc6437814871ffa39"
- integrity sha512-lAxNHi4HVtjnHd5Rxg3D5t99Xm6H7b04hUS7EHIXcUl2EV4yl1gWdqZrNzXnSrHveL9qMdbODlLF55mvgjAfaQ==
+"@babel/plugin-transform-modules-amd@^7.24.7":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.24.7.tgz#65090ed493c4a834976a3ca1cde776e6ccff32d7"
+ integrity sha512-9+pB1qxV3vs/8Hdmz/CulFB8w2tuu6EB94JZFsjdqxQokwGa9Unap7Bo2gGBGIvPmDIVvQrom7r5m/TCDMURhg==
dependencies:
- "@babel/helper-module-transforms" "^7.23.3"
- "@babel/helper-plugin-utils" "^7.24.0"
+ "@babel/helper-module-transforms" "^7.24.7"
+ "@babel/helper-plugin-utils" "^7.24.7"
-"@babel/plugin-transform-modules-commonjs@^7.1.0", "@babel/plugin-transform-modules-commonjs@^7.23.0", "@babel/plugin-transform-modules-commonjs@^7.24.1":
- version "7.24.1"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.24.1.tgz#e71ba1d0d69e049a22bf90b3867e263823d3f1b9"
- integrity sha512-szog8fFTUxBfw0b98gEWPaEqF42ZUD/T3bkynW/wtgx2p/XCP55WEsb+VosKceRSd6njipdZvNogqdtI4Q0chw==
+"@babel/plugin-transform-modules-commonjs@^7.1.0", "@babel/plugin-transform-modules-commonjs@^7.23.0", "@babel/plugin-transform-modules-commonjs@^7.24.7":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.24.7.tgz#9fd5f7fdadee9085886b183f1ad13d1ab260f4ab"
+ integrity sha512-iFI8GDxtevHJ/Z22J5xQpVqFLlMNstcLXh994xifFwxxGslr2ZXXLWgtBeLctOD63UFDArdvN6Tg8RFw+aEmjQ==
dependencies:
- "@babel/helper-module-transforms" "^7.23.3"
- "@babel/helper-plugin-utils" "^7.24.0"
- "@babel/helper-simple-access" "^7.22.5"
+ "@babel/helper-module-transforms" "^7.24.7"
+ "@babel/helper-plugin-utils" "^7.24.7"
+ "@babel/helper-simple-access" "^7.24.7"
-"@babel/plugin-transform-modules-systemjs@^7.24.1":
- version "7.24.1"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.24.1.tgz#2b9625a3d4e445babac9788daec39094e6b11e3e"
- integrity sha512-mqQ3Zh9vFO1Tpmlt8QPnbwGHzNz3lpNEMxQb1kAemn/erstyqw1r9KeOlOfo3y6xAnFEcOv2tSyrXfmMk+/YZA==
+"@babel/plugin-transform-modules-systemjs@^7.24.7":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.24.7.tgz#f8012316c5098f6e8dee6ecd58e2bc6f003d0ce7"
+ integrity sha512-GYQE0tW7YoaN13qFh3O1NCY4MPkUiAH3fiF7UcV/I3ajmDKEdG3l+UOcbAm4zUE3gnvUU+Eni7XrVKo9eO9auw==
dependencies:
- "@babel/helper-hoist-variables" "^7.22.5"
- "@babel/helper-module-transforms" "^7.23.3"
- "@babel/helper-plugin-utils" "^7.24.0"
- "@babel/helper-validator-identifier" "^7.22.20"
+ "@babel/helper-hoist-variables" "^7.24.7"
+ "@babel/helper-module-transforms" "^7.24.7"
+ "@babel/helper-plugin-utils" "^7.24.7"
+ "@babel/helper-validator-identifier" "^7.24.7"
-"@babel/plugin-transform-modules-umd@^7.24.1":
- version "7.24.1"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.24.1.tgz#69220c66653a19cf2c0872b9c762b9a48b8bebef"
- integrity sha512-tuA3lpPj+5ITfcCluy6nWonSL7RvaG0AOTeAuvXqEKS34lnLzXpDb0dcP6K8jD0zWZFNDVly90AGFJPnm4fOYg==
+"@babel/plugin-transform-modules-umd@^7.24.7":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.24.7.tgz#edd9f43ec549099620df7df24e7ba13b5c76efc8"
+ integrity sha512-3aytQvqJ/h9z4g8AsKPLvD4Zqi2qT+L3j7XoFFu1XBlZWEl2/1kWnhmAbxpLgPrHSY0M6UA02jyTiwUVtiKR6A==
dependencies:
- "@babel/helper-module-transforms" "^7.23.3"
- "@babel/helper-plugin-utils" "^7.24.0"
+ "@babel/helper-module-transforms" "^7.24.7"
+ "@babel/helper-plugin-utils" "^7.24.7"
-"@babel/plugin-transform-named-capturing-groups-regex@^7.22.5":
- version "7.22.5"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.22.5.tgz#67fe18ee8ce02d57c855185e27e3dc959b2e991f"
- integrity sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ==
+"@babel/plugin-transform-named-capturing-groups-regex@^7.24.7":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.24.7.tgz#9042e9b856bc6b3688c0c2e4060e9e10b1460923"
+ integrity sha512-/jr7h/EWeJtk1U/uz2jlsCioHkZk1JJZVcc8oQsJ1dUlaJD83f4/6Zeh2aHt9BIFokHIsSeDfhUmju0+1GPd6g==
dependencies:
- "@babel/helper-create-regexp-features-plugin" "^7.22.5"
- "@babel/helper-plugin-utils" "^7.22.5"
+ "@babel/helper-create-regexp-features-plugin" "^7.24.7"
+ "@babel/helper-plugin-utils" "^7.24.7"
-"@babel/plugin-transform-new-target@^7.24.1":
- version "7.24.1"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.24.1.tgz#29c59988fa3d0157de1c871a28cd83096363cc34"
- integrity sha512-/rurytBM34hYy0HKZQyA0nHbQgQNFm4Q/BOc9Hflxi2X3twRof7NaE5W46j4kQitm7SvACVRXsa6N/tSZxvPug==
+"@babel/plugin-transform-new-target@^7.24.7":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.24.7.tgz#31ff54c4e0555cc549d5816e4ab39241dfb6ab00"
+ integrity sha512-RNKwfRIXg4Ls/8mMTza5oPF5RkOW8Wy/WgMAp1/F1yZ8mMbtwXW+HDoJiOsagWrAhI5f57Vncrmr9XeT4CVapA==
dependencies:
- "@babel/helper-plugin-utils" "^7.24.0"
+ "@babel/helper-plugin-utils" "^7.24.7"
-"@babel/plugin-transform-nullish-coalescing-operator@^7.22.11", "@babel/plugin-transform-nullish-coalescing-operator@^7.24.1":
- version "7.24.1"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.24.1.tgz#0cd494bb97cb07d428bd651632cb9d4140513988"
- integrity sha512-iQ+caew8wRrhCikO5DrUYx0mrmdhkaELgFa+7baMcVuhxIkN7oxt06CZ51D65ugIb1UWRQ8oQe+HXAVM6qHFjw==
+"@babel/plugin-transform-nullish-coalescing-operator@^7.22.11", "@babel/plugin-transform-nullish-coalescing-operator@^7.24.7":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.24.7.tgz#1de4534c590af9596f53d67f52a92f12db984120"
+ integrity sha512-Ts7xQVk1OEocqzm8rHMXHlxvsfZ0cEF2yomUqpKENHWMF4zKk175Y4q8H5knJes6PgYad50uuRmt3UJuhBw8pQ==
dependencies:
- "@babel/helper-plugin-utils" "^7.24.0"
+ "@babel/helper-plugin-utils" "^7.24.7"
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3"
-"@babel/plugin-transform-numeric-separator@^7.24.1":
- version "7.24.1"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.24.1.tgz#5bc019ce5b3435c1cadf37215e55e433d674d4e8"
- integrity sha512-7GAsGlK4cNL2OExJH1DzmDeKnRv/LXq0eLUSvudrehVA5Rgg4bIrqEUW29FbKMBRT0ztSqisv7kjP+XIC4ZMNw==
+"@babel/plugin-transform-numeric-separator@^7.24.7":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.24.7.tgz#bea62b538c80605d8a0fac9b40f48e97efa7de63"
+ integrity sha512-e6q1TiVUzvH9KRvicuxdBTUj4AdKSRwzIyFFnfnezpCfP2/7Qmbb8qbU2j7GODbl4JMkblitCQjKYUaX/qkkwA==
dependencies:
- "@babel/helper-plugin-utils" "^7.24.0"
+ "@babel/helper-plugin-utils" "^7.24.7"
"@babel/plugin-syntax-numeric-separator" "^7.10.4"
-"@babel/plugin-transform-object-rest-spread@^7.24.1":
- version "7.24.1"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.24.1.tgz#5a3ce73caf0e7871a02e1c31e8b473093af241ff"
- integrity sha512-XjD5f0YqOtebto4HGISLNfiNMTTs6tbkFf2TOqJlYKYmbo+mN9Dnpl4SRoofiziuOWMIyq3sZEUqLo3hLITFEA==
+"@babel/plugin-transform-object-rest-spread@^7.24.7":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.24.7.tgz#d13a2b93435aeb8a197e115221cab266ba6e55d6"
+ integrity sha512-4QrHAr0aXQCEFni2q4DqKLD31n2DL+RxcwnNjDFkSG0eNQ/xCavnRkfCUjsyqGC2OviNJvZOF/mQqZBw7i2C5Q==
dependencies:
- "@babel/helper-compilation-targets" "^7.23.6"
- "@babel/helper-plugin-utils" "^7.24.0"
+ "@babel/helper-compilation-targets" "^7.24.7"
+ "@babel/helper-plugin-utils" "^7.24.7"
"@babel/plugin-syntax-object-rest-spread" "^7.8.3"
- "@babel/plugin-transform-parameters" "^7.24.1"
+ "@babel/plugin-transform-parameters" "^7.24.7"
-"@babel/plugin-transform-object-super@^7.24.1":
- version "7.24.1"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.24.1.tgz#e71d6ab13483cca89ed95a474f542bbfc20a0520"
- integrity sha512-oKJqR3TeI5hSLRxudMjFQ9re9fBVUU0GICqM3J1mi8MqlhVr6hC/ZN4ttAyMuQR6EZZIY6h/exe5swqGNNIkWQ==
+"@babel/plugin-transform-object-super@^7.24.7":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.24.7.tgz#66eeaff7830bba945dd8989b632a40c04ed625be"
+ integrity sha512-A/vVLwN6lBrMFmMDmPPz0jnE6ZGx7Jq7d6sT/Ev4H65RER6pZ+kczlf1DthF5N0qaPHBsI7UXiE8Zy66nmAovg==
dependencies:
- "@babel/helper-plugin-utils" "^7.24.0"
- "@babel/helper-replace-supers" "^7.24.1"
+ "@babel/helper-plugin-utils" "^7.24.7"
+ "@babel/helper-replace-supers" "^7.24.7"
-"@babel/plugin-transform-optional-catch-binding@^7.24.1":
- version "7.24.1"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.24.1.tgz#92a3d0efe847ba722f1a4508669b23134669e2da"
- integrity sha512-oBTH7oURV4Y+3EUrf6cWn1OHio3qG/PVwO5J03iSJmBg6m2EhKjkAu/xuaXaYwWW9miYtvbWv4LNf0AmR43LUA==
+"@babel/plugin-transform-optional-catch-binding@^7.24.7":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.24.7.tgz#00eabd883d0dd6a60c1c557548785919b6e717b4"
+ integrity sha512-uLEndKqP5BfBbC/5jTwPxLh9kqPWWgzN/f8w6UwAIirAEqiIVJWWY312X72Eub09g5KF9+Zn7+hT7sDxmhRuKA==
dependencies:
- "@babel/helper-plugin-utils" "^7.24.0"
+ "@babel/helper-plugin-utils" "^7.24.7"
"@babel/plugin-syntax-optional-catch-binding" "^7.8.3"
-"@babel/plugin-transform-optional-chaining@^7.23.0", "@babel/plugin-transform-optional-chaining@^7.24.1":
- version "7.24.1"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.24.1.tgz#26e588acbedce1ab3519ac40cc748e380c5291e6"
- integrity sha512-n03wmDt+987qXwAgcBlnUUivrZBPZ8z1plL0YvgQalLm+ZE5BMhGm94jhxXtA1wzv1Cu2aaOv1BM9vbVttrzSg==
+"@babel/plugin-transform-optional-chaining@^7.23.0", "@babel/plugin-transform-optional-chaining@^7.24.7":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.24.7.tgz#b8f6848a80cf2da98a8a204429bec04756c6d454"
+ integrity sha512-tK+0N9yd4j+x/4hxF3F0e0fu/VdcxU18y5SevtyM/PCFlQvXbR0Zmlo2eBrKtVipGNFzpq56o8WsIIKcJFUCRQ==
dependencies:
- "@babel/helper-plugin-utils" "^7.24.0"
- "@babel/helper-skip-transparent-expression-wrappers" "^7.22.5"
+ "@babel/helper-plugin-utils" "^7.24.7"
+ "@babel/helper-skip-transparent-expression-wrappers" "^7.24.7"
"@babel/plugin-syntax-optional-chaining" "^7.8.3"
-"@babel/plugin-transform-parameters@^7.12.1", "@babel/plugin-transform-parameters@^7.24.1":
- version "7.24.1"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.24.1.tgz#983c15d114da190506c75b616ceb0f817afcc510"
- integrity sha512-8Jl6V24g+Uw5OGPeWNKrKqXPDw2YDjLc53ojwfMcKwlEoETKU9rU0mHUtcg9JntWI/QYzGAXNWEcVHZ+fR+XXg==
+"@babel/plugin-transform-parameters@^7.12.1", "@babel/plugin-transform-parameters@^7.24.7":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.24.7.tgz#5881f0ae21018400e320fc7eb817e529d1254b68"
+ integrity sha512-yGWW5Rr+sQOhK0Ot8hjDJuxU3XLRQGflvT4lhlSY0DFvdb3TwKaY26CJzHtYllU0vT9j58hc37ndFPsqT1SrzA==
dependencies:
- "@babel/helper-plugin-utils" "^7.24.0"
+ "@babel/helper-plugin-utils" "^7.24.7"
-"@babel/plugin-transform-private-methods@^7.22.5", "@babel/plugin-transform-private-methods@^7.24.1":
- version "7.24.1"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.24.1.tgz#a0faa1ae87eff077e1e47a5ec81c3aef383dc15a"
- integrity sha512-tGvisebwBO5em4PaYNqt4fkw56K2VALsAbAakY0FjTYqJp7gfdrgr7YX76Or8/cpik0W6+tj3rZ0uHU9Oil4tw==
+"@babel/plugin-transform-private-methods@^7.22.5", "@babel/plugin-transform-private-methods@^7.24.7":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.24.7.tgz#e6318746b2ae70a59d023d5cc1344a2ba7a75f5e"
+ integrity sha512-COTCOkG2hn4JKGEKBADkA8WNb35TGkkRbI5iT845dB+NyqgO8Hn+ajPbSnIQznneJTa3d30scb6iz/DhH8GsJQ==
dependencies:
- "@babel/helper-create-class-features-plugin" "^7.24.1"
- "@babel/helper-plugin-utils" "^7.24.0"
+ "@babel/helper-create-class-features-plugin" "^7.24.7"
+ "@babel/helper-plugin-utils" "^7.24.7"
-"@babel/plugin-transform-private-property-in-object@^7.24.1":
- version "7.24.1"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.24.1.tgz#756443d400274f8fb7896742962cc1b9f25c1f6a"
- integrity sha512-pTHxDVa0BpUbvAgX3Gat+7cSciXqUcY9j2VZKTbSB6+VQGpNgNO9ailxTGHSXlqOnX1Hcx1Enme2+yv7VqP9bg==
+"@babel/plugin-transform-private-property-in-object@^7.24.7":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.24.7.tgz#4eec6bc701288c1fab5f72e6a4bbc9d67faca061"
+ integrity sha512-9z76mxwnwFxMyxZWEgdgECQglF2Q7cFLm0kMf8pGwt+GSJsY0cONKj/UuO4bOH0w/uAel3ekS4ra5CEAyJRmDA==
dependencies:
- "@babel/helper-annotate-as-pure" "^7.22.5"
- "@babel/helper-create-class-features-plugin" "^7.24.1"
- "@babel/helper-plugin-utils" "^7.24.0"
+ "@babel/helper-annotate-as-pure" "^7.24.7"
+ "@babel/helper-create-class-features-plugin" "^7.24.7"
+ "@babel/helper-plugin-utils" "^7.24.7"
"@babel/plugin-syntax-private-property-in-object" "^7.14.5"
-"@babel/plugin-transform-property-literals@^7.24.1":
- version "7.24.1"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.24.1.tgz#d6a9aeab96f03749f4eebeb0b6ea8e90ec958825"
- integrity sha512-LetvD7CrHmEx0G442gOomRr66d7q8HzzGGr4PMHGr+5YIm6++Yke+jxj246rpvsbyhJwCLxcTn6zW1P1BSenqA==
+"@babel/plugin-transform-property-literals@^7.24.7":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.24.7.tgz#f0d2ed8380dfbed949c42d4d790266525d63bbdc"
+ integrity sha512-EMi4MLQSHfd2nrCqQEWxFdha2gBCqU4ZcCng4WBGZ5CJL4bBRW0ptdqqDdeirGZcpALazVVNJqRmsO8/+oNCBA==
dependencies:
- "@babel/helper-plugin-utils" "^7.24.0"
+ "@babel/helper-plugin-utils" "^7.24.7"
"@babel/plugin-transform-react-constant-elements@^7.12.1", "@babel/plugin-transform-react-constant-elements@^7.18.12":
- version "7.24.1"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-constant-elements/-/plugin-transform-react-constant-elements-7.24.1.tgz#d493a0918b9fdad7540f5afd9b5eb5c52500d18d"
- integrity sha512-QXp1U9x0R7tkiGB0FOk8o74jhnap0FlZ5gNkRIWdG3eP+SvMFg118e1zaWewDzgABb106QSKpVsD3Wgd8t6ifA==
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-constant-elements/-/plugin-transform-react-constant-elements-7.24.7.tgz#b85e8f240b14400277f106c9c9b585d9acf608a1"
+ integrity sha512-7LidzZfUXyfZ8/buRW6qIIHBY8wAZ1OrY9c/wTr8YhZ6vMPo+Uc/CVFLYY1spZrEQlD4w5u8wjqk5NQ3OVqQKA==
dependencies:
- "@babel/helper-plugin-utils" "^7.24.0"
+ "@babel/helper-plugin-utils" "^7.24.7"
-"@babel/plugin-transform-react-display-name@^7.16.0", "@babel/plugin-transform-react-display-name@^7.24.1":
- version "7.24.1"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.24.1.tgz#554e3e1a25d181f040cf698b93fd289a03bfdcdb"
- integrity sha512-mvoQg2f9p2qlpDQRBC7M3c3XTr0k7cp/0+kFKKO/7Gtu0LSw16eKB+Fabe2bDT/UpsyasTBBkAnbdsLrkD5XMw==
+"@babel/plugin-transform-react-display-name@^7.16.0", "@babel/plugin-transform-react-display-name@^7.24.7":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.24.7.tgz#9caff79836803bc666bcfe210aeb6626230c293b"
+ integrity sha512-H/Snz9PFxKsS1JLI4dJLtnJgCJRoo0AUm3chP6NYr+9En1JMKloheEiLIhlp5MDVznWo+H3AAC1Mc8lmUEpsgg==
dependencies:
- "@babel/helper-plugin-utils" "^7.24.0"
+ "@babel/helper-plugin-utils" "^7.24.7"
-"@babel/plugin-transform-react-jsx-development@^7.22.5":
- version "7.22.5"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.22.5.tgz#e716b6edbef972a92165cd69d92f1255f7e73e87"
- integrity sha512-bDhuzwWMuInwCYeDeMzyi7TaBgRQei6DqxhbyniL7/VG4RSS7HtSL2QbY4eESy1KJqlWt8g3xeEBGPuo+XqC8A==
+"@babel/plugin-transform-react-jsx-development@^7.24.7":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.24.7.tgz#eaee12f15a93f6496d852509a850085e6361470b"
+ integrity sha512-QG9EnzoGn+Qar7rxuW+ZOsbWOt56FvvI93xInqsZDC5fsekx1AlIO4KIJ5M+D0p0SqSH156EpmZyXq630B8OlQ==
dependencies:
- "@babel/plugin-transform-react-jsx" "^7.22.5"
+ "@babel/plugin-transform-react-jsx" "^7.24.7"
-"@babel/plugin-transform-react-jsx@^7.22.5", "@babel/plugin-transform-react-jsx@^7.23.4":
- version "7.23.4"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.23.4.tgz#393f99185110cea87184ea47bcb4a7b0c2e39312"
- integrity sha512-5xOpoPguCZCRbo/JeHlloSkTA8Bld1J/E1/kLfD1nsuiW1m8tduTA1ERCgIZokDflX/IBzKcqR3l7VlRgiIfHA==
+"@babel/plugin-transform-react-jsx@^7.24.7":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.24.7.tgz#17cd06b75a9f0e2bd076503400e7c4b99beedac4"
+ integrity sha512-+Dj06GDZEFRYvclU6k4bme55GKBEWUmByM/eoKuqg4zTNQHiApWRhQph5fxQB2wAEFvRzL1tOEj1RJ19wJrhoA==
dependencies:
- "@babel/helper-annotate-as-pure" "^7.22.5"
- "@babel/helper-module-imports" "^7.22.15"
- "@babel/helper-plugin-utils" "^7.22.5"
- "@babel/plugin-syntax-jsx" "^7.23.3"
- "@babel/types" "^7.23.4"
+ "@babel/helper-annotate-as-pure" "^7.24.7"
+ "@babel/helper-module-imports" "^7.24.7"
+ "@babel/helper-plugin-utils" "^7.24.7"
+ "@babel/plugin-syntax-jsx" "^7.24.7"
+ "@babel/types" "^7.24.7"
-"@babel/plugin-transform-react-pure-annotations@^7.24.1":
- version "7.24.1"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.24.1.tgz#c86bce22a53956331210d268e49a0ff06e392470"
- integrity sha512-+pWEAaDJvSm9aFvJNpLiM2+ktl2Sn2U5DdyiWdZBxmLc6+xGt88dvFqsHiAiDS+8WqUwbDfkKz9jRxK3M0k+kA==
+"@babel/plugin-transform-react-pure-annotations@^7.24.7":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.24.7.tgz#bdd9d140d1c318b4f28b29a00fb94f97ecab1595"
+ integrity sha512-PLgBVk3fzbmEjBJ/u8kFzOqS9tUeDjiaWud/rRym/yjCo/M9cASPlnrd2ZmmZpQT40fOOrvR8jh+n8jikrOhNA==
dependencies:
- "@babel/helper-annotate-as-pure" "^7.22.5"
- "@babel/helper-plugin-utils" "^7.24.0"
+ "@babel/helper-annotate-as-pure" "^7.24.7"
+ "@babel/helper-plugin-utils" "^7.24.7"
-"@babel/plugin-transform-regenerator@^7.24.1":
- version "7.24.1"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.24.1.tgz#625b7545bae52363bdc1fbbdc7252b5046409c8c"
- integrity sha512-sJwZBCzIBE4t+5Q4IGLaaun5ExVMRY0lYwos/jNecjMrVCygCdph3IKv0tkP5Fc87e/1+bebAmEAGBfnRD+cnw==
+"@babel/plugin-transform-regenerator@^7.24.7":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.24.7.tgz#021562de4534d8b4b1851759fd7af4e05d2c47f8"
+ integrity sha512-lq3fvXPdimDrlg6LWBoqj+r/DEWgONuwjuOuQCSYgRroXDH/IdM1C0IZf59fL5cHLpjEH/O6opIRBbqv7ELnuA==
dependencies:
- "@babel/helper-plugin-utils" "^7.24.0"
+ "@babel/helper-plugin-utils" "^7.24.7"
regenerator-transform "^0.15.2"
-"@babel/plugin-transform-reserved-words@^7.24.1":
- version "7.24.1"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.24.1.tgz#8de729f5ecbaaf5cf83b67de13bad38a21be57c1"
- integrity sha512-JAclqStUfIwKN15HrsQADFgeZt+wexNQ0uLhuqvqAUFoqPMjEcFCYZBhq0LUdz6dZK/mD+rErhW71fbx8RYElg==
+"@babel/plugin-transform-reserved-words@^7.24.7":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.24.7.tgz#80037fe4fbf031fc1125022178ff3938bb3743a4"
+ integrity sha512-0DUq0pHcPKbjFZCfTss/pGkYMfy3vFWydkUBd9r0GHpIyfs2eCDENvqadMycRS9wZCXR41wucAfJHJmwA0UmoQ==
dependencies:
- "@babel/helper-plugin-utils" "^7.24.0"
+ "@babel/helper-plugin-utils" "^7.24.7"
"@babel/plugin-transform-runtime@^7.16.4", "@babel/plugin-transform-runtime@^7.18.6":
- version "7.24.3"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.24.3.tgz#dc58ad4a31810a890550365cc922e1ff5acb5d7f"
- integrity sha512-J0BuRPNlNqlMTRJ72eVptpt9VcInbxO6iP3jaxr+1NPhC0UkKL+6oeX6VXMEYdADnuqmMmsBspt4d5w8Y/TCbQ==
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.24.7.tgz#00a5bfaf8c43cf5c8703a8a6e82b59d9c58f38ca"
+ integrity sha512-YqXjrk4C+a1kZjewqt+Mmu2UuV1s07y8kqcUf4qYLnoqemhR4gRQikhdAhSVJioMjVTu6Mo6pAbaypEA3jY6fw==
dependencies:
- "@babel/helper-module-imports" "^7.24.3"
- "@babel/helper-plugin-utils" "^7.24.0"
+ "@babel/helper-module-imports" "^7.24.7"
+ "@babel/helper-plugin-utils" "^7.24.7"
babel-plugin-polyfill-corejs2 "^0.4.10"
babel-plugin-polyfill-corejs3 "^0.10.1"
babel-plugin-polyfill-regenerator "^0.6.1"
semver "^6.3.1"
-"@babel/plugin-transform-shorthand-properties@^7.24.1":
- version "7.24.1"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.24.1.tgz#ba9a09144cf55d35ec6b93a32253becad8ee5b55"
- integrity sha512-LyjVB1nsJ6gTTUKRjRWx9C1s9hE7dLfP/knKdrfeH9UPtAGjYGgxIbFfx7xyLIEWs7Xe1Gnf8EWiUqfjLhInZA==
+"@babel/plugin-transform-shorthand-properties@^7.24.7":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.24.7.tgz#85448c6b996e122fa9e289746140aaa99da64e73"
+ integrity sha512-KsDsevZMDsigzbA09+vacnLpmPH4aWjcZjXdyFKGzpplxhbeB4wYtury3vglQkg6KM/xEPKt73eCjPPf1PgXBA==
dependencies:
- "@babel/helper-plugin-utils" "^7.24.0"
+ "@babel/helper-plugin-utils" "^7.24.7"
-"@babel/plugin-transform-spread@^7.24.1":
- version "7.24.1"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.24.1.tgz#a1acf9152cbf690e4da0ba10790b3ac7d2b2b391"
- integrity sha512-KjmcIM+fxgY+KxPVbjelJC6hrH1CgtPmTvdXAfn3/a9CnWGSTY7nH4zm5+cjmWJybdcPSsD0++QssDsjcpe47g==
+"@babel/plugin-transform-spread@^7.24.7":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.24.7.tgz#e8a38c0fde7882e0fb8f160378f74bd885cc7bb3"
+ integrity sha512-x96oO0I09dgMDxJaANcRyD4ellXFLLiWhuwDxKZX5g2rWP1bTPkBSwCYv96VDXVT1bD9aPj8tppr5ITIh8hBng==
dependencies:
- "@babel/helper-plugin-utils" "^7.24.0"
- "@babel/helper-skip-transparent-expression-wrappers" "^7.22.5"
+ "@babel/helper-plugin-utils" "^7.24.7"
+ "@babel/helper-skip-transparent-expression-wrappers" "^7.24.7"
-"@babel/plugin-transform-sticky-regex@^7.24.1":
- version "7.24.1"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.24.1.tgz#f03e672912c6e203ed8d6e0271d9c2113dc031b9"
- integrity sha512-9v0f1bRXgPVcPrngOQvLXeGNNVLc8UjMVfebo9ka0WF3/7+aVUHmaJVT3sa0XCzEFioPfPHZiOcYG9qOsH63cw==
+"@babel/plugin-transform-sticky-regex@^7.24.7":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.24.7.tgz#96ae80d7a7e5251f657b5cf18f1ea6bf926f5feb"
+ integrity sha512-kHPSIJc9v24zEml5geKg9Mjx5ULpfncj0wRpYtxbvKyTtHCYDkVE3aHQ03FrpEo4gEe2vrJJS1Y9CJTaThA52g==
dependencies:
- "@babel/helper-plugin-utils" "^7.24.0"
+ "@babel/helper-plugin-utils" "^7.24.7"
-"@babel/plugin-transform-template-literals@^7.24.1":
- version "7.24.1"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.24.1.tgz#15e2166873a30d8617e3e2ccadb86643d327aab7"
- integrity sha512-WRkhROsNzriarqECASCNu/nojeXCDTE/F2HmRgOzi7NGvyfYGq1NEjKBK3ckLfRgGc6/lPAqP0vDOSw3YtG34g==
+"@babel/plugin-transform-template-literals@^7.24.7":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.24.7.tgz#a05debb4a9072ae8f985bcf77f3f215434c8f8c8"
+ integrity sha512-AfDTQmClklHCOLxtGoP7HkeMw56k1/bTQjwsfhL6pppo/M4TOBSq+jjBUBLmV/4oeFg4GWMavIl44ZeCtmmZTw==
dependencies:
- "@babel/helper-plugin-utils" "^7.24.0"
+ "@babel/helper-plugin-utils" "^7.24.7"
-"@babel/plugin-transform-typeof-symbol@^7.24.1":
- version "7.24.1"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.24.1.tgz#6831f78647080dec044f7e9f68003d99424f94c7"
- integrity sha512-CBfU4l/A+KruSUoW+vTQthwcAdwuqbpRNB8HQKlZABwHRhsdHZ9fezp4Sn18PeAlYxTNiLMlx4xUBV3AWfg1BA==
+"@babel/plugin-transform-typeof-symbol@^7.24.7":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.24.7.tgz#f074be466580d47d6e6b27473a840c9f9ca08fb0"
+ integrity sha512-VtR8hDy7YLB7+Pet9IarXjg/zgCMSF+1mNS/EQEiEaUPoFXCVsHG64SIxcaaI2zJgRiv+YmgaQESUfWAdbjzgg==
dependencies:
- "@babel/helper-plugin-utils" "^7.24.0"
+ "@babel/helper-plugin-utils" "^7.24.7"
-"@babel/plugin-transform-typescript@^7.24.1":
- version "7.24.4"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.24.4.tgz#03e0492537a4b953e491f53f2bc88245574ebd15"
- integrity sha512-79t3CQ8+oBGk/80SQ8MN3Bs3obf83zJ0YZjDmDaEZN8MqhMI760apl5z6a20kFeMXBwJX99VpKT8CKxEBp5H1g==
+"@babel/plugin-transform-typescript@^7.24.7":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.24.7.tgz#b006b3e0094bf0813d505e0c5485679eeaf4a881"
+ integrity sha512-iLD3UNkgx2n/HrjBesVbYX6j0yqn/sJktvbtKKgcaLIQ4bTTQ8obAypc1VpyHPD2y4Phh9zHOaAt8e/L14wCpw==
dependencies:
- "@babel/helper-annotate-as-pure" "^7.22.5"
- "@babel/helper-create-class-features-plugin" "^7.24.4"
- "@babel/helper-plugin-utils" "^7.24.0"
- "@babel/plugin-syntax-typescript" "^7.24.1"
+ "@babel/helper-annotate-as-pure" "^7.24.7"
+ "@babel/helper-create-class-features-plugin" "^7.24.7"
+ "@babel/helper-plugin-utils" "^7.24.7"
+ "@babel/plugin-syntax-typescript" "^7.24.7"
-"@babel/plugin-transform-unicode-escapes@^7.24.1":
- version "7.24.1"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.24.1.tgz#fb3fa16676549ac7c7449db9b342614985c2a3a4"
- integrity sha512-RlkVIcWT4TLI96zM660S877E7beKlQw7Ig+wqkKBiWfj0zH5Q4h50q6er4wzZKRNSYpfo6ILJ+hrJAGSX2qcNw==
+"@babel/plugin-transform-unicode-escapes@^7.24.7":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.24.7.tgz#2023a82ced1fb4971630a2e079764502c4148e0e"
+ integrity sha512-U3ap1gm5+4edc2Q/P+9VrBNhGkfnf+8ZqppY71Bo/pzZmXhhLdqgaUl6cuB07O1+AQJtCLfaOmswiNbSQ9ivhw==
dependencies:
- "@babel/helper-plugin-utils" "^7.24.0"
+ "@babel/helper-plugin-utils" "^7.24.7"
-"@babel/plugin-transform-unicode-property-regex@^7.24.1":
- version "7.24.1"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.24.1.tgz#56704fd4d99da81e5e9f0c0c93cabd91dbc4889e"
- integrity sha512-Ss4VvlfYV5huWApFsF8/Sq0oXnGO+jB+rijFEFugTd3cwSObUSnUi88djgR5528Csl0uKlrI331kRqe56Ov2Ng==
+"@babel/plugin-transform-unicode-property-regex@^7.24.7":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.24.7.tgz#9073a4cd13b86ea71c3264659590ac086605bbcd"
+ integrity sha512-uH2O4OV5M9FZYQrwc7NdVmMxQJOCCzFeYudlZSzUAHRFeOujQefa92E74TQDVskNHCzOXoigEuoyzHDhaEaK5w==
dependencies:
- "@babel/helper-create-regexp-features-plugin" "^7.22.15"
- "@babel/helper-plugin-utils" "^7.24.0"
+ "@babel/helper-create-regexp-features-plugin" "^7.24.7"
+ "@babel/helper-plugin-utils" "^7.24.7"
-"@babel/plugin-transform-unicode-regex@^7.24.1":
- version "7.24.1"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.24.1.tgz#57c3c191d68f998ac46b708380c1ce4d13536385"
- integrity sha512-2A/94wgZgxfTsiLaQ2E36XAOdcZmGAaEEgVmxQWwZXWkGhvoHbaqXcKnU8zny4ycpu3vNqg0L/PcCiYtHtA13g==
+"@babel/plugin-transform-unicode-regex@^7.24.7":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.24.7.tgz#dfc3d4a51127108099b19817c0963be6a2adf19f"
+ integrity sha512-hlQ96MBZSAXUq7ltkjtu3FJCCSMx/j629ns3hA3pXnBXjanNP0LHi+JpPeA81zaWgVK1VGH95Xuy7u0RyQ8kMg==
dependencies:
- "@babel/helper-create-regexp-features-plugin" "^7.22.15"
- "@babel/helper-plugin-utils" "^7.24.0"
+ "@babel/helper-create-regexp-features-plugin" "^7.24.7"
+ "@babel/helper-plugin-utils" "^7.24.7"
-"@babel/plugin-transform-unicode-sets-regex@^7.24.1":
- version "7.24.1"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.24.1.tgz#c1ea175b02afcffc9cf57a9c4658326625165b7f"
- integrity sha512-fqj4WuzzS+ukpgerpAoOnMfQXwUHFxXUZUE84oL2Kao2N8uSlvcpnAidKASgsNgzZHBsHWvcm8s9FPWUhAb8fA==
+"@babel/plugin-transform-unicode-sets-regex@^7.24.7":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.24.7.tgz#d40705d67523803a576e29c63cef6e516b858ed9"
+ integrity sha512-2G8aAvF4wy1w/AGZkemprdGMRg5o6zPNhbHVImRz3lss55TYCBd6xStN19rt8XJHq20sqV0JbyWjOWwQRwV/wg==
dependencies:
- "@babel/helper-create-regexp-features-plugin" "^7.22.15"
- "@babel/helper-plugin-utils" "^7.24.0"
+ "@babel/helper-create-regexp-features-plugin" "^7.24.7"
+ "@babel/helper-plugin-utils" "^7.24.7"
-"@babel/preset-env@^7.11.0", "@babel/preset-env@^7.12.1", "@babel/preset-env@^7.14.7", "@babel/preset-env@^7.16.4", "@babel/preset-env@^7.18.6", "@babel/preset-env@^7.19.4", "@babel/preset-env@^7.23.2", "@babel/preset-env@^7.8.4":
- version "7.24.4"
- resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.24.4.tgz#46dbbcd608771373b88f956ffb67d471dce0d23b"
- integrity sha512-7Kl6cSmYkak0FK/FXjSEnLJ1N9T/WA2RkMhu17gZ/dsxKJUuTYNIylahPTzqpLyJN4WhDif8X0XK1R8Wsguo/A==
+"@babel/preset-env@^7.11.0", "@babel/preset-env@^7.12.1", "@babel/preset-env@^7.14.7", "@babel/preset-env@^7.16.4", "@babel/preset-env@^7.18.6", "@babel/preset-env@^7.19.4", "@babel/preset-env@^7.24.4", "@babel/preset-env@^7.8.4":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.24.7.tgz#ff067b4e30ba4a72f225f12f123173e77b987f37"
+ integrity sha512-1YZNsc+y6cTvWlDHidMBsQZrZfEFjRIo/BZCT906PMdzOyXtSLTgqGdrpcuTDCXyd11Am5uQULtDIcCfnTc8fQ==
dependencies:
- "@babel/compat-data" "^7.24.4"
- "@babel/helper-compilation-targets" "^7.23.6"
- "@babel/helper-plugin-utils" "^7.24.0"
- "@babel/helper-validator-option" "^7.23.5"
- "@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.24.4"
- "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.24.1"
- "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.24.1"
- "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.24.1"
+ "@babel/compat-data" "^7.24.7"
+ "@babel/helper-compilation-targets" "^7.24.7"
+ "@babel/helper-plugin-utils" "^7.24.7"
+ "@babel/helper-validator-option" "^7.24.7"
+ "@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.24.7"
+ "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.24.7"
+ "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.24.7"
+ "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.24.7"
"@babel/plugin-proposal-private-property-in-object" "7.21.0-placeholder-for-preset-env.2"
"@babel/plugin-syntax-async-generators" "^7.8.4"
"@babel/plugin-syntax-class-properties" "^7.12.13"
"@babel/plugin-syntax-class-static-block" "^7.14.5"
"@babel/plugin-syntax-dynamic-import" "^7.8.3"
"@babel/plugin-syntax-export-namespace-from" "^7.8.3"
- "@babel/plugin-syntax-import-assertions" "^7.24.1"
- "@babel/plugin-syntax-import-attributes" "^7.24.1"
+ "@babel/plugin-syntax-import-assertions" "^7.24.7"
+ "@babel/plugin-syntax-import-attributes" "^7.24.7"
"@babel/plugin-syntax-import-meta" "^7.10.4"
"@babel/plugin-syntax-json-strings" "^7.8.3"
"@babel/plugin-syntax-logical-assignment-operators" "^7.10.4"
@@ -1287,54 +1294,54 @@
"@babel/plugin-syntax-private-property-in-object" "^7.14.5"
"@babel/plugin-syntax-top-level-await" "^7.14.5"
"@babel/plugin-syntax-unicode-sets-regex" "^7.18.6"
- "@babel/plugin-transform-arrow-functions" "^7.24.1"
- "@babel/plugin-transform-async-generator-functions" "^7.24.3"
- "@babel/plugin-transform-async-to-generator" "^7.24.1"
- "@babel/plugin-transform-block-scoped-functions" "^7.24.1"
- "@babel/plugin-transform-block-scoping" "^7.24.4"
- "@babel/plugin-transform-class-properties" "^7.24.1"
- "@babel/plugin-transform-class-static-block" "^7.24.4"
- "@babel/plugin-transform-classes" "^7.24.1"
- "@babel/plugin-transform-computed-properties" "^7.24.1"
- "@babel/plugin-transform-destructuring" "^7.24.1"
- "@babel/plugin-transform-dotall-regex" "^7.24.1"
- "@babel/plugin-transform-duplicate-keys" "^7.24.1"
- "@babel/plugin-transform-dynamic-import" "^7.24.1"
- "@babel/plugin-transform-exponentiation-operator" "^7.24.1"
- "@babel/plugin-transform-export-namespace-from" "^7.24.1"
- "@babel/plugin-transform-for-of" "^7.24.1"
- "@babel/plugin-transform-function-name" "^7.24.1"
- "@babel/plugin-transform-json-strings" "^7.24.1"
- "@babel/plugin-transform-literals" "^7.24.1"
- "@babel/plugin-transform-logical-assignment-operators" "^7.24.1"
- "@babel/plugin-transform-member-expression-literals" "^7.24.1"
- "@babel/plugin-transform-modules-amd" "^7.24.1"
- "@babel/plugin-transform-modules-commonjs" "^7.24.1"
- "@babel/plugin-transform-modules-systemjs" "^7.24.1"
- "@babel/plugin-transform-modules-umd" "^7.24.1"
- "@babel/plugin-transform-named-capturing-groups-regex" "^7.22.5"
- "@babel/plugin-transform-new-target" "^7.24.1"
- "@babel/plugin-transform-nullish-coalescing-operator" "^7.24.1"
- "@babel/plugin-transform-numeric-separator" "^7.24.1"
- "@babel/plugin-transform-object-rest-spread" "^7.24.1"
- "@babel/plugin-transform-object-super" "^7.24.1"
- "@babel/plugin-transform-optional-catch-binding" "^7.24.1"
- "@babel/plugin-transform-optional-chaining" "^7.24.1"
- "@babel/plugin-transform-parameters" "^7.24.1"
- "@babel/plugin-transform-private-methods" "^7.24.1"
- "@babel/plugin-transform-private-property-in-object" "^7.24.1"
- "@babel/plugin-transform-property-literals" "^7.24.1"
- "@babel/plugin-transform-regenerator" "^7.24.1"
- "@babel/plugin-transform-reserved-words" "^7.24.1"
- "@babel/plugin-transform-shorthand-properties" "^7.24.1"
- "@babel/plugin-transform-spread" "^7.24.1"
- "@babel/plugin-transform-sticky-regex" "^7.24.1"
- "@babel/plugin-transform-template-literals" "^7.24.1"
- "@babel/plugin-transform-typeof-symbol" "^7.24.1"
- "@babel/plugin-transform-unicode-escapes" "^7.24.1"
- "@babel/plugin-transform-unicode-property-regex" "^7.24.1"
- "@babel/plugin-transform-unicode-regex" "^7.24.1"
- "@babel/plugin-transform-unicode-sets-regex" "^7.24.1"
+ "@babel/plugin-transform-arrow-functions" "^7.24.7"
+ "@babel/plugin-transform-async-generator-functions" "^7.24.7"
+ "@babel/plugin-transform-async-to-generator" "^7.24.7"
+ "@babel/plugin-transform-block-scoped-functions" "^7.24.7"
+ "@babel/plugin-transform-block-scoping" "^7.24.7"
+ "@babel/plugin-transform-class-properties" "^7.24.7"
+ "@babel/plugin-transform-class-static-block" "^7.24.7"
+ "@babel/plugin-transform-classes" "^7.24.7"
+ "@babel/plugin-transform-computed-properties" "^7.24.7"
+ "@babel/plugin-transform-destructuring" "^7.24.7"
+ "@babel/plugin-transform-dotall-regex" "^7.24.7"
+ "@babel/plugin-transform-duplicate-keys" "^7.24.7"
+ "@babel/plugin-transform-dynamic-import" "^7.24.7"
+ "@babel/plugin-transform-exponentiation-operator" "^7.24.7"
+ "@babel/plugin-transform-export-namespace-from" "^7.24.7"
+ "@babel/plugin-transform-for-of" "^7.24.7"
+ "@babel/plugin-transform-function-name" "^7.24.7"
+ "@babel/plugin-transform-json-strings" "^7.24.7"
+ "@babel/plugin-transform-literals" "^7.24.7"
+ "@babel/plugin-transform-logical-assignment-operators" "^7.24.7"
+ "@babel/plugin-transform-member-expression-literals" "^7.24.7"
+ "@babel/plugin-transform-modules-amd" "^7.24.7"
+ "@babel/plugin-transform-modules-commonjs" "^7.24.7"
+ "@babel/plugin-transform-modules-systemjs" "^7.24.7"
+ "@babel/plugin-transform-modules-umd" "^7.24.7"
+ "@babel/plugin-transform-named-capturing-groups-regex" "^7.24.7"
+ "@babel/plugin-transform-new-target" "^7.24.7"
+ "@babel/plugin-transform-nullish-coalescing-operator" "^7.24.7"
+ "@babel/plugin-transform-numeric-separator" "^7.24.7"
+ "@babel/plugin-transform-object-rest-spread" "^7.24.7"
+ "@babel/plugin-transform-object-super" "^7.24.7"
+ "@babel/plugin-transform-optional-catch-binding" "^7.24.7"
+ "@babel/plugin-transform-optional-chaining" "^7.24.7"
+ "@babel/plugin-transform-parameters" "^7.24.7"
+ "@babel/plugin-transform-private-methods" "^7.24.7"
+ "@babel/plugin-transform-private-property-in-object" "^7.24.7"
+ "@babel/plugin-transform-property-literals" "^7.24.7"
+ "@babel/plugin-transform-regenerator" "^7.24.7"
+ "@babel/plugin-transform-reserved-words" "^7.24.7"
+ "@babel/plugin-transform-shorthand-properties" "^7.24.7"
+ "@babel/plugin-transform-spread" "^7.24.7"
+ "@babel/plugin-transform-sticky-regex" "^7.24.7"
+ "@babel/plugin-transform-template-literals" "^7.24.7"
+ "@babel/plugin-transform-typeof-symbol" "^7.24.7"
+ "@babel/plugin-transform-unicode-escapes" "^7.24.7"
+ "@babel/plugin-transform-unicode-property-regex" "^7.24.7"
+ "@babel/plugin-transform-unicode-regex" "^7.24.7"
+ "@babel/plugin-transform-unicode-sets-regex" "^7.24.7"
"@babel/preset-modules" "0.1.6-no-external-plugins"
babel-plugin-polyfill-corejs2 "^0.4.10"
babel-plugin-polyfill-corejs3 "^0.10.4"
@@ -1343,13 +1350,13 @@
semver "^6.3.1"
"@babel/preset-flow@^7.0.0", "@babel/preset-flow@^7.22.15":
- version "7.24.1"
- resolved "https://registry.yarnpkg.com/@babel/preset-flow/-/preset-flow-7.24.1.tgz#da7196c20c2d7dd4e98cfd8b192fe53b5eb6f0bb"
- integrity sha512-sWCV2G9pcqZf+JHyv/RyqEIpFypxdCSxWIxQjpdaQxenNog7cN1pr76hg8u0Fz8Qgg0H4ETkGcJnXL8d4j0PPA==
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/preset-flow/-/preset-flow-7.24.7.tgz#eef5cb8e05e97a448fc50c16826f5612fe512c06"
+ integrity sha512-NL3Lo0NorCU607zU3NwRyJbpaB6E3t0xtd3LfAQKDfkeX4/ggcDXvkmkW42QWT5owUeW/jAe4hn+2qvkV1IbfQ==
dependencies:
- "@babel/helper-plugin-utils" "^7.24.0"
- "@babel/helper-validator-option" "^7.23.5"
- "@babel/plugin-transform-flow-strip-types" "^7.24.1"
+ "@babel/helper-plugin-utils" "^7.24.7"
+ "@babel/helper-validator-option" "^7.24.7"
+ "@babel/plugin-transform-flow-strip-types" "^7.24.7"
"@babel/preset-modules@0.1.6-no-external-plugins":
version "0.1.6-no-external-plugins"
@@ -1361,32 +1368,32 @@
esutils "^2.0.2"
"@babel/preset-react@^7.0.0", "@babel/preset-react@^7.12.5", "@babel/preset-react@^7.16.0", "@babel/preset-react@^7.18.6":
- version "7.24.1"
- resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.24.1.tgz#2450c2ac5cc498ef6101a6ca5474de251e33aa95"
- integrity sha512-eFa8up2/8cZXLIpkafhaADTXSnl7IsUFCYenRWrARBz0/qZwcT0RBXpys0LJU4+WfPoF2ZG6ew6s2V6izMCwRA==
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.24.7.tgz#480aeb389b2a798880bf1f889199e3641cbb22dc"
+ integrity sha512-AAH4lEkpmzFWrGVlHaxJB7RLH21uPQ9+He+eFLWHmF9IuFQVugz8eAsamaW0DXRrTfco5zj1wWtpdcXJUOfsag==
dependencies:
- "@babel/helper-plugin-utils" "^7.24.0"
- "@babel/helper-validator-option" "^7.23.5"
- "@babel/plugin-transform-react-display-name" "^7.24.1"
- "@babel/plugin-transform-react-jsx" "^7.23.4"
- "@babel/plugin-transform-react-jsx-development" "^7.22.5"
- "@babel/plugin-transform-react-pure-annotations" "^7.24.1"
+ "@babel/helper-plugin-utils" "^7.24.7"
+ "@babel/helper-validator-option" "^7.24.7"
+ "@babel/plugin-transform-react-display-name" "^7.24.7"
+ "@babel/plugin-transform-react-jsx" "^7.24.7"
+ "@babel/plugin-transform-react-jsx-development" "^7.24.7"
+ "@babel/plugin-transform-react-pure-annotations" "^7.24.7"
"@babel/preset-typescript@^7.1.0", "@babel/preset-typescript@^7.16.0", "@babel/preset-typescript@^7.18.6", "@babel/preset-typescript@^7.23.0", "@babel/preset-typescript@^7.6.0":
- version "7.24.1"
- resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.24.1.tgz#89bdf13a3149a17b3b2a2c9c62547f06db8845ec"
- integrity sha512-1DBaMmRDpuYQBPWD8Pf/WEwCrtgRHxsZnP4mIy9G/X+hFfbI47Q2G4t1Paakld84+qsk2fSsUPMKg71jkoOOaQ==
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.24.7.tgz#66cd86ea8f8c014855671d5ea9a737139cbbfef1"
+ integrity sha512-SyXRe3OdWwIwalxDg5UtJnJQO+YPcTfwiIY2B0Xlddh9o7jpWLvv8X1RthIeDOxQ+O1ML5BLPCONToObyVQVuQ==
dependencies:
- "@babel/helper-plugin-utils" "^7.24.0"
- "@babel/helper-validator-option" "^7.23.5"
- "@babel/plugin-syntax-jsx" "^7.24.1"
- "@babel/plugin-transform-modules-commonjs" "^7.24.1"
- "@babel/plugin-transform-typescript" "^7.24.1"
+ "@babel/helper-plugin-utils" "^7.24.7"
+ "@babel/helper-validator-option" "^7.24.7"
+ "@babel/plugin-syntax-jsx" "^7.24.7"
+ "@babel/plugin-transform-modules-commonjs" "^7.24.7"
+ "@babel/plugin-transform-typescript" "^7.24.7"
"@babel/register@^7.0.0", "@babel/register@^7.22.15":
- version "7.23.7"
- resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.23.7.tgz#485a5e7951939d21304cae4af1719fdb887bc038"
- integrity sha512-EjJeB6+kvpk+Y5DAkEAmbOBEFkh9OASx0huoEkqYTFxAZHzOAX2Oh5uwAUuL2rUddqfM0SA+KPXV2TbzoZ2kvQ==
+ version "7.24.6"
+ resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.24.6.tgz#59e21dcc79e1d04eed5377633b0f88029a6bef9e"
+ integrity sha512-WSuFCc2wCqMeXkz/i3yfAAsxwWflEgbVkZzivgAmXl/MxrXeoYFZOOPllbC8R8WTF7u61wSRQtDVZ1879cdu6w==
dependencies:
clone-deep "^4.0.1"
find-cache-dir "^2.0.0"
@@ -1400,42 +1407,42 @@
integrity sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==
"@babel/runtime-corejs3@^7.18.6":
- version "7.24.4"
- resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.24.4.tgz#b9ebe728087cfbb22bbaccc6f9a70d69834124a0"
- integrity sha512-VOQOexSilscN24VEY810G/PqtpFvx/z6UqDIjIWbDe2368HhDLkYN5TYwaEz/+eRCUkhJ2WaNLLmQAlxzfWj4w==
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.24.7.tgz#65a99097e4c28e6c3a174825591700cc5abd710e"
+ integrity sha512-eytSX6JLBY6PVAeQa2bFlDx/7Mmln/gaEpsit5a3WEvjGfiIytEsgAwuIXCPM0xvw0v0cJn3ilq0/TvXrW0kgA==
dependencies:
core-js-pure "^3.30.2"
regenerator-runtime "^0.14.0"
-"@babel/runtime@^7.1.2", "@babel/runtime@^7.10.0", "@babel/runtime@^7.10.3", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.13", "@babel/runtime@^7.12.5", "@babel/runtime@^7.13.10", "@babel/runtime@^7.15.4", "@babel/runtime@^7.16.3", "@babel/runtime@^7.17.8", "@babel/runtime@^7.18.6", "@babel/runtime@^7.20.13", "@babel/runtime@^7.21.0", "@babel/runtime@^7.23.2", "@babel/runtime@^7.23.8", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.2", "@babel/runtime@^7.7.2", "@babel/runtime@^7.7.6", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2":
- version "7.24.4"
- resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.24.4.tgz#de795accd698007a66ba44add6cc86542aff1edd"
- integrity sha512-dkxf7+hn8mFBwKjs9bvBlArzLVxVbS8usaPUDd5p2a9JCL9tB8OaOVN1isD4+Xyk4ns89/xeOmbQvgdK7IIVdA==
+"@babel/runtime@^7.1.2", "@babel/runtime@^7.10.0", "@babel/runtime@^7.10.3", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.13", "@babel/runtime@^7.12.5", "@babel/runtime@^7.15.4", "@babel/runtime@^7.16.3", "@babel/runtime@^7.17.8", "@babel/runtime@^7.18.6", "@babel/runtime@^7.20.13", "@babel/runtime@^7.21.0", "@babel/runtime@^7.23.2", "@babel/runtime@^7.23.8", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.2", "@babel/runtime@^7.7.2", "@babel/runtime@^7.7.6", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.24.7.tgz#f4f0d5530e8dbdf59b3451b9b3e594b6ba082e12"
+ integrity sha512-UwgBRMjJP+xv857DCngvqXI3Iq6J4v0wXmwc6sapg+zyhbwmQX67LUEFrkK5tbyJ30jGuG3ZvWpBiB9LCy1kWw==
dependencies:
regenerator-runtime "^0.14.0"
-"@babel/template@^7.10.4", "@babel/template@^7.12.7", "@babel/template@^7.22.15", "@babel/template@^7.24.0", "@babel/template@^7.3.3":
- version "7.24.0"
- resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.24.0.tgz#c6a524aa93a4a05d66aaf31654258fae69d87d50"
- integrity sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA==
- dependencies:
- "@babel/code-frame" "^7.23.5"
- "@babel/parser" "^7.24.0"
- "@babel/types" "^7.24.0"
-
-"@babel/traverse@^7.1.0", "@babel/traverse@^7.1.6", "@babel/traverse@^7.12.1", "@babel/traverse@^7.12.9", "@babel/traverse@^7.18.8", "@babel/traverse@^7.18.9", "@babel/traverse@^7.23.2", "@babel/traverse@^7.24.1", "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.2":
- version "7.24.1"
- resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.1.tgz#d65c36ac9dd17282175d1e4a3c49d5b7988f530c"
- integrity sha512-xuU6o9m68KeqZbQuDt2TcKSxUw/mrsvavlEqQ1leZ/B+C9tk6E4sRWy97WaXgvq5E+nU3cXMxv3WKOCanVMCmQ==
- dependencies:
- "@babel/code-frame" "^7.24.1"
- "@babel/generator" "^7.24.1"
- "@babel/helper-environment-visitor" "^7.22.20"
- "@babel/helper-function-name" "^7.23.0"
- "@babel/helper-hoist-variables" "^7.22.5"
- "@babel/helper-split-export-declaration" "^7.22.6"
- "@babel/parser" "^7.24.1"
- "@babel/types" "^7.24.0"
+"@babel/template@^7.10.4", "@babel/template@^7.12.7", "@babel/template@^7.24.7", "@babel/template@^7.3.3":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.24.7.tgz#02efcee317d0609d2c07117cb70ef8fb17ab7315"
+ integrity sha512-jYqfPrU9JTF0PmPy1tLYHW4Mp4KlgxJD9l2nP9fD6yT/ICi554DmrWBAEYpIelzjHf1msDP3PxJIRt/nFNfBig==
+ dependencies:
+ "@babel/code-frame" "^7.24.7"
+ "@babel/parser" "^7.24.7"
+ "@babel/types" "^7.24.7"
+
+"@babel/traverse@^7.1.0", "@babel/traverse@^7.1.6", "@babel/traverse@^7.12.1", "@babel/traverse@^7.12.9", "@babel/traverse@^7.18.8", "@babel/traverse@^7.18.9", "@babel/traverse@^7.24.1", "@babel/traverse@^7.24.7", "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.2":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.7.tgz#de2b900163fa741721ba382163fe46a936c40cf5"
+ integrity sha512-yb65Ed5S/QAcewNPh0nZczy9JdYXkkAbIsEo+P7BE7yO3txAY30Y/oPa3QkQ5It3xVG2kpKMg9MsdxZaO31uKA==
+ dependencies:
+ "@babel/code-frame" "^7.24.7"
+ "@babel/generator" "^7.24.7"
+ "@babel/helper-environment-visitor" "^7.24.7"
+ "@babel/helper-function-name" "^7.24.7"
+ "@babel/helper-hoist-variables" "^7.24.7"
+ "@babel/helper-split-export-declaration" "^7.24.7"
+ "@babel/parser" "^7.24.7"
+ "@babel/types" "^7.24.7"
debug "^4.3.1"
globals "^11.1.0"
@@ -1447,13 +1454,13 @@
"@babel/helper-validator-identifier" "^7.14.9"
to-fast-properties "^2.0.0"
-"@babel/types@^7.0.0", "@babel/types@^7.12.1", "@babel/types@^7.12.6", "@babel/types@^7.12.7", "@babel/types@^7.18.9", "@babel/types@^7.2.0", "@babel/types@^7.20.0", "@babel/types@^7.20.7", "@babel/types@^7.22.15", "@babel/types@^7.22.19", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.23.4", "@babel/types@^7.24.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
- version "7.24.0"
- resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.0.tgz#3b951f435a92e7333eba05b7566fd297960ea1bf"
- integrity sha512-+j7a5c253RfKh8iABBhywc8NSfP5LURe7Uh4qpsh6jc+aLJguvmIUBdjSdEMQv2bENrCR5MfRdjGo7vzS/ob7w==
+"@babel/types@^7.0.0", "@babel/types@^7.12.1", "@babel/types@^7.12.6", "@babel/types@^7.12.7", "@babel/types@^7.18.9", "@babel/types@^7.2.0", "@babel/types@^7.20.0", "@babel/types@^7.20.7", "@babel/types@^7.24.0", "@babel/types@^7.24.7", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
+ version "7.24.7"
+ resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.7.tgz#6027fe12bc1aa724cd32ab113fb7f1988f1f66f2"
+ integrity sha512-XEFXSlxiG5td2EJRe8vOmRbaXVgfcBlszKujvVmWIK/UpywWljQCfzAv3RQCGujWQ1RD4YYWEAqDXfuJiy8f5Q==
dependencies:
- "@babel/helper-string-parser" "^7.23.4"
- "@babel/helper-validator-identifier" "^7.22.20"
+ "@babel/helper-string-parser" "^7.24.7"
+ "@babel/helper-validator-identifier" "^7.24.7"
to-fast-properties "^2.0.0"
"@badeball/cypress-configuration@^6.1.1":
@@ -1469,18 +1476,18 @@
node-hook "^1.0.0"
"@badeball/cypress-cucumber-preprocessor@^20.0.2":
- version "20.0.5"
- resolved "https://registry.yarnpkg.com/@badeball/cypress-cucumber-preprocessor/-/cypress-cucumber-preprocessor-20.0.5.tgz#49268d4456d561572672aed7bb50358825a59c09"
- integrity sha512-KmlyvOOq5XjVbCIiCmY/+QyUA2CQPeBoa9AJD7N1UrnuI9EDvZkO11UHdcu+uG2x2V5k8ZBijIqYW/xvsHK4Wg==
+ version "20.1.0"
+ resolved "https://registry.yarnpkg.com/@badeball/cypress-cucumber-preprocessor/-/cypress-cucumber-preprocessor-20.1.0.tgz#4b29960b7ba0ae8fd91afa6a920e296fae607a6e"
+ integrity sha512-K4zm9BAFYxggxld6CXn4B+q3nJLJSQYWArqPQzHSZKZCTLJ0a2qGS4dGrcUqfe8yFbNQ4u9S9OcJzYho5xajRA==
dependencies:
"@badeball/cypress-configuration" "^6.1.1"
"@cucumber/ci-environment" "^10.0.1"
- "@cucumber/cucumber" "^10.6.0"
+ "@cucumber/cucumber" "^10.8.0"
"@cucumber/cucumber-expressions" "^17.1.0"
"@cucumber/gherkin" "^28.0.0"
"@cucumber/html-formatter" "^21.3.1"
"@cucumber/message-streams" "^4.0.1"
- "@cucumber/messages" "^24.1.0"
+ "@cucumber/messages" "^25.0.1"
"@cucumber/pretty-formatter" "^1.0.1"
"@cucumber/tag-expressions" "^6.1.0"
base64-js "^1.5.1"
@@ -1488,16 +1495,16 @@
cli-table "^0.3.11"
common-ancestor-path "^1.0.1"
cosmiconfig "^9.0.0"
- debug "^4.3.4"
+ debug "^4.3.5"
error-stack-parser "^2.1.4"
- esbuild "^0.20.2"
- glob "^10.3.12"
+ esbuild "^0.21.5"
+ glob "^10.4.1"
is-path-inside "^3.0.3"
mocha "^10.4.0"
seedrandom "^3.0.5"
source-map "^0.7.4"
split "^1.0.1"
- uuid "^9.0.1"
+ uuid "^10.0.0"
"@base2/pretty-print-object@1.0.1":
version "1.0.1"
@@ -1802,10 +1809,10 @@
dependencies:
regexp-match-indices "1.0.2"
-"@cucumber/cucumber@^10.6.0":
- version "10.6.0"
- resolved "https://registry.yarnpkg.com/@cucumber/cucumber/-/cucumber-10.6.0.tgz#836c912f836ada6c440eb8808c642f192e05b921"
- integrity sha512-1ui/PDJelSRioZGYZdxeNepnCetbjbv16FUDdWi6WdjAeMqfCsuiJHjN++b7Wjxd1xKhXdSLfMntqpuNcPTIug==
+"@cucumber/cucumber@^10.8.0":
+ version "10.8.0"
+ resolved "https://registry.yarnpkg.com/@cucumber/cucumber/-/cucumber-10.8.0.tgz#d906b451a07a91c254f90b8e2dfed4cf8ade3fcf"
+ integrity sha512-o8SR6MRQVCKKw4tytWqCqOjfX4cASj9dqpdHKHMi09rZWBCNQHBwH1TO9wj7NKjOa6RfUOTcgvDlayTcjyCH4A==
dependencies:
"@cucumber/ci-environment" "10.0.1"
"@cucumber/cucumber-expressions" "17.1.0"
@@ -1875,17 +1882,22 @@
dependencies:
"@cucumber/messages" ">=19.1.4 <=24"
-"@cucumber/html-formatter@21.3.1", "@cucumber/html-formatter@^21.3.1":
+"@cucumber/html-formatter@21.3.1":
version "21.3.1"
resolved "https://registry.yarnpkg.com/@cucumber/html-formatter/-/html-formatter-21.3.1.tgz#1c832d95891c1e961d9e6a4da4664c09a1332768"
integrity sha512-M1zbre7e8MsecXheqNv62BKY5J06YJSv1LmsD7sJ3mu5t1jirLjj2It1HqPsX5CQAfg9n69xFRugPgLMSte9TA==
+"@cucumber/html-formatter@^21.3.1":
+ version "21.4.0"
+ resolved "https://registry.yarnpkg.com/@cucumber/html-formatter/-/html-formatter-21.4.0.tgz#cb20024389113452c4c8ca650b8a72abe922801d"
+ integrity sha512-Vg8FpBFWUl6tXWdh+4Hk4Pf8r7KJhkNxMRULCLtjrIgM3cjap/jbc0hxiX6ta7a54CpUPAmmUOURTxuqsm64lQ==
+
"@cucumber/message-streams@4.0.1", "@cucumber/message-streams@^4.0.1":
version "4.0.1"
resolved "https://registry.yarnpkg.com/@cucumber/message-streams/-/message-streams-4.0.1.tgz#a5339d3504594bb2edb5732aaae94dddb24d0970"
integrity sha512-Kxap9uP5jD8tHUZVjTWgzxemi/0uOsbGjd4LBOSxcJoOCRbESFwemUzilJuzNTB8pcTQUh8D5oudUyxfkJOKmA==
-"@cucumber/messages@24.1.0", "@cucumber/messages@>=19.1.4 <=24", "@cucumber/messages@^24.0.0", "@cucumber/messages@^24.1.0":
+"@cucumber/messages@24.1.0", "@cucumber/messages@>=19.1.4 <=24", "@cucumber/messages@^24.0.0":
version "24.1.0"
resolved "https://registry.yarnpkg.com/@cucumber/messages/-/messages-24.1.0.tgz#a212c97b0548144c3ccfae021a96d6c56d3841d3"
integrity sha512-hxVHiBurORcobhVk80I9+JkaKaNXkW6YwGOEFIh/2aO+apAN+5XJgUUWjng9NwqaQrW1sCFuawLB1AuzmBaNdQ==
@@ -1895,6 +1907,16 @@
reflect-metadata "0.2.1"
uuid "9.0.1"
+"@cucumber/messages@^25.0.1":
+ version "25.0.1"
+ resolved "https://registry.yarnpkg.com/@cucumber/messages/-/messages-25.0.1.tgz#551d416510e95c61ab970ee73fd7844a522ccbd5"
+ integrity sha512-RjjhmzcauX5eYfcKns5pgenefDJQcfXE3ZDrVWdUDGcoaoyFVDmj+ZzQZWRWqFrfMjP3lKHJss6LtvIP/z+h8g==
+ dependencies:
+ "@types/uuid" "9.0.8"
+ class-transformer "0.5.1"
+ reflect-metadata "0.2.2"
+ uuid "9.0.1"
+
"@cucumber/pretty-formatter@^1.0.1":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@cucumber/pretty-formatter/-/pretty-formatter-1.0.1.tgz#65d6c1df436920036a7bd02d08cb44d20e7af0ab"
@@ -1935,9 +1957,9 @@
uuid "^8.3.2"
"@cypress/webpack-preprocessor@^6.0.1":
- version "6.0.1"
- resolved "https://registry.yarnpkg.com/@cypress/webpack-preprocessor/-/webpack-preprocessor-6.0.1.tgz#5369527c063b2f4718a125ddbd163c5775086e06"
- integrity sha512-WVNeFVSnFKxE3WZNRIriduTgqJRpevaiJIPlfqYTTzfXRD7X1Pv4woDE+G4caPV9bJqVKmVFiwzrXMRNeJxpxA==
+ version "6.0.2"
+ resolved "https://registry.yarnpkg.com/@cypress/webpack-preprocessor/-/webpack-preprocessor-6.0.2.tgz#58a96aa4dbff7433dd37d24ed47e413aa3d3fabb"
+ integrity sha512-0+1+4iy4W9PE6R5ywBNKAZoFp8Sf//w3UJ+CKTqkcAjA29b+dtsD0iFT70DsYE0BMqUM1PO7HXFGbXllQ+bRAA==
dependencies:
bluebird "3.7.1"
debug "^4.3.4"
@@ -2521,44 +2543,44 @@
moment "^2.24.0"
"@dhis2/app-runtime@^3.2.3", "@dhis2/app-runtime@^3.9.0":
- version "3.10.4"
- resolved "https://registry.yarnpkg.com/@dhis2/app-runtime/-/app-runtime-3.10.4.tgz#6064ac728770cc94c4d1975db32bd38533655cc6"
- integrity sha512-W/d0WcYYcKAeE5/xCunZEMYUSD1fxG+JDQdRDEUsH5y5hB8i/4o2QQrZK8xa19Z3xQJhaW5ypWWqIQVjTJT2Ww==
- dependencies:
- "@dhis2/app-service-alerts" "3.10.4"
- "@dhis2/app-service-config" "3.10.4"
- "@dhis2/app-service-data" "3.10.4"
- "@dhis2/app-service-offline" "3.10.4"
- "@dhis2/app-service-plugin" "3.10.4"
-
-"@dhis2/app-service-alerts@3.10.4":
- version "3.10.4"
- resolved "https://registry.yarnpkg.com/@dhis2/app-service-alerts/-/app-service-alerts-3.10.4.tgz#a7cce660015d79980679175e677cf6c6c3f4c7eb"
- integrity sha512-DmSLx/kHOHpgGiL8zG0oa6D3MeCY3wPMDGqj+Gfegr654Lmyf4d2vLI7HSZUSOCdraP/fSYTypsdZmWYoXoLBQ==
-
-"@dhis2/app-service-config@3.10.4":
- version "3.10.4"
- resolved "https://registry.yarnpkg.com/@dhis2/app-service-config/-/app-service-config-3.10.4.tgz#2bede4df9b036350200cbc085a2a68439fa4fa0a"
- integrity sha512-SCFdNxJKpiBjYsU9s0R+u9GrXjzmUEpGpudmC5eQqNV6ajLiebe/pS2jcSPFzjUtHVQMADk0X8TkERoOBqWcxA==
-
-"@dhis2/app-service-data@3.10.4":
- version "3.10.4"
- resolved "https://registry.yarnpkg.com/@dhis2/app-service-data/-/app-service-data-3.10.4.tgz#dcd993a24d2edd97e7ad8a042a682e60582740ff"
- integrity sha512-RaoWniioCe33PcPZoDuO66qOrIt0JeeCN8RzmCDrRVGvGmlDTZ3hNuWm9CnsAvO1U6sYDiulKPqrEQu8YKMG0w==
+ version "3.10.5"
+ resolved "https://registry.yarnpkg.com/@dhis2/app-runtime/-/app-runtime-3.10.5.tgz#de6f37a872deef322017d37ab4f1597bc9ad42d6"
+ integrity sha512-Y07FY3ZGGI8oaCxVcJXu8P/x0WZWt9luLWd8pGPDK2+59NjyVTuevJkH7BM//oZI9+M91ExIRiELNe2ZdXLInQ==
+ dependencies:
+ "@dhis2/app-service-alerts" "3.10.5"
+ "@dhis2/app-service-config" "3.10.5"
+ "@dhis2/app-service-data" "3.10.5"
+ "@dhis2/app-service-offline" "3.10.5"
+ "@dhis2/app-service-plugin" "3.10.5"
+
+"@dhis2/app-service-alerts@3.10.5":
+ version "3.10.5"
+ resolved "https://registry.yarnpkg.com/@dhis2/app-service-alerts/-/app-service-alerts-3.10.5.tgz#93c883d91cdcc03176110a20382ba1e299f2ffd6"
+ integrity sha512-YecE1tznyoVu22wN2KrSSZH1vahFz5zJ77fgGruOwd71KoMEqkFIoT2mUuYznH+pLhKvlP/ZB6SZjELiO7pEfg==
+
+"@dhis2/app-service-config@3.10.5":
+ version "3.10.5"
+ resolved "https://registry.yarnpkg.com/@dhis2/app-service-config/-/app-service-config-3.10.5.tgz#a97b7bc8fdb311ecf149efb452245708d4f8744d"
+ integrity sha512-qW2zopHjyVyzgAYs2+BlIMpIZcKTIzHQjCBI8fxkPNpSQhKxC2i4O/RYaIBtW6kuTbU9BCKxO+qrrRnhnOb7Vw==
+
+"@dhis2/app-service-data@3.10.5":
+ version "3.10.5"
+ resolved "https://registry.yarnpkg.com/@dhis2/app-service-data/-/app-service-data-3.10.5.tgz#a1b533e32c6506fe2967f840ed4bd11987170c2f"
+ integrity sha512-edAG57lAPNs3NnboDI+SZ5+xKzU3vk7AiZ+P6onnFfqwDVqWgxnl1qJUO5ZvPdslsli3ZJYqEjMh03ChtF5zeA==
dependencies:
react-query "^3.13.11"
-"@dhis2/app-service-offline@3.10.4":
- version "3.10.4"
- resolved "https://registry.yarnpkg.com/@dhis2/app-service-offline/-/app-service-offline-3.10.4.tgz#dcdaf3a76c6c7a71f28c89a403ec130bf10fcdf3"
- integrity sha512-SUUS+sw3FjR0TMdKSSOVzL8IfPA185gSTHQ1WE4tLc2zE92elvxLL9FuSUuTbu+l1Kr4nRQNLh8muOMWKGnWDg==
+"@dhis2/app-service-offline@3.10.5":
+ version "3.10.5"
+ resolved "https://registry.yarnpkg.com/@dhis2/app-service-offline/-/app-service-offline-3.10.5.tgz#f38f8ac1fb04c9ea40dd6ea4af4fe2e43f6f2be2"
+ integrity sha512-i5i6abootrCyy2VTC6hB8NKEART6HzAAtSP05gxtoqTLGlVMQGOdm56hojeZGdWRoU/CmGBmgy283r6zUbMW0A==
dependencies:
lodash "^4.17.21"
-"@dhis2/app-service-plugin@3.10.4":
- version "3.10.4"
- resolved "https://registry.yarnpkg.com/@dhis2/app-service-plugin/-/app-service-plugin-3.10.4.tgz#f5412a1320393042012dd75713e3215e51628554"
- integrity sha512-GW6xa/5y2yFXvhtLConnaOxKqyu6VPZWRBaQR73/bRRmFcnd7hlMkZ2M0GWSjoW4QHLXlLhXHFsgHPETBftkPg==
+"@dhis2/app-service-plugin@3.10.5":
+ version "3.10.5"
+ resolved "https://registry.yarnpkg.com/@dhis2/app-service-plugin/-/app-service-plugin-3.10.5.tgz#cf6261f44c802a5f82dafeeffdf64761296258fc"
+ integrity sha512-8FBe1udhLGVoyMq/4jaLjY32D8u2tvWtY75T7AfaIthB6U5KPzgQeGRqeU1om3LlCkxuyILYgHrR4g5i1LlOIA==
dependencies:
post-robot "^10.0.46"
@@ -2636,9 +2658,9 @@
yargs "^13.1.0"
"@dhis2/cli-helpers-engine@^3.0.0", "@dhis2/cli-helpers-engine@^3.2.0":
- version "3.2.1"
- resolved "https://registry.yarnpkg.com/@dhis2/cli-helpers-engine/-/cli-helpers-engine-3.2.1.tgz#80d3f5b50ae223e5ed3f91550c81c30c3d7741a7"
- integrity sha512-8VRM7KMuiGudogiKmpD7dfjp4Y9aSmmh1dGnTq57kdIQLw/o3CqGqz61BSw41SN/t9hxZvYAy8fBaujPAgL1sQ==
+ version "3.2.2"
+ resolved "https://registry.yarnpkg.com/@dhis2/cli-helpers-engine/-/cli-helpers-engine-3.2.2.tgz#e3ab24d3da46c7ecb79a31cb332548ebdac72d1c"
+ integrity sha512-zMBm33WzYbjmb/eqIfpZS1ZZWbFaRHoHZoVhKWvOX0TDAEmdPtEmfG5fc5keV3CU9lDBIyXCfmca0KJeNvs5/w==
dependencies:
chalk "^3.0.0"
cross-spawn "^7.0.3"
@@ -2705,16 +2727,16 @@
url-join "^4.0.1"
"@dhis2/cypress-commands@^10.0.5":
- version "10.0.5"
- resolved "https://registry.yarnpkg.com/@dhis2/cypress-commands/-/cypress-commands-10.0.5.tgz#0fbe4ec12e5575ebea847f2f52d3e115056d4022"
- integrity sha512-Jq+7WrJyEYxluSwaZjdIAoEmTwZlrSXbrQSJKSfIdoiJXmiJnDKvF0v5cgqpaF3XRwXL63Mk9c0WHtDYk4CrFw==
+ version "10.0.6"
+ resolved "https://registry.yarnpkg.com/@dhis2/cypress-commands/-/cypress-commands-10.0.6.tgz#2ef6a5bc0a737703993f63b9465d00727a1d0ff6"
+ integrity sha512-TNmOO5sKcz20BVcx/lEAJU0WiKX7OUZbKfAJfPzAPo875RU247YTH91FheCEPoG0o1dZrQ6IMNDhurdBV+daHQ==
dependencies:
jscodeshift "^0.11.0"
"@dhis2/cypress-plugins@^10.0.5":
- version "10.0.5"
- resolved "https://registry.yarnpkg.com/@dhis2/cypress-plugins/-/cypress-plugins-10.0.5.tgz#e841f2659bce9864062b52b398f9009821d35a04"
- integrity sha512-Gwbpt8zW0z9iXwdCrIvnUtz1UfiNxkRz5qL7SxBlaRgjag3JC7M2l48zzJ0aGy2L3wGqTbJ9xrs3G1DC4Ydz1A==
+ version "10.0.6"
+ resolved "https://registry.yarnpkg.com/@dhis2/cypress-plugins/-/cypress-plugins-10.0.6.tgz#d405f96d0de2c58b77931ef5fd212c7c263cfd49"
+ integrity sha512-7NjQrXPT2K6OiabVu58+ljrGpdOOe78yL1LclQlmIJRs9gT2dcWB9RrgeGSSXaY5KCeuXYG/unkF15a1u1FKbw==
"@dhis2/d2-i18n@^1.1.0", "@dhis2/d2-i18n@^1.1.3":
version "1.1.3"
@@ -3267,7 +3289,7 @@
url-loader "^4.1.1"
webpack "^5.73.0"
-"@emotion/use-insertion-effect-with-fallbacks@^1.0.0", "@emotion/use-insertion-effect-with-fallbacks@^1.0.1":
+"@emotion/use-insertion-effect-with-fallbacks@^1.0.1":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@emotion/use-insertion-effect-with-fallbacks/-/use-insertion-effect-with-fallbacks-1.0.1.tgz#08de79f54eb3406f9daaf77c76e35313da963963"
integrity sha512-jT/qyKZ9rzLErtrjGgdkMBn2OP8wl0G3sQlBb3YPryvKHsjvINUhVaPFfP+fpBcOkmrVOVEEHQFJ7nbj2TH2gw==
@@ -3282,6 +3304,11 @@
resolved "https://registry.yarnpkg.com/@esbuild/aix-ppc64/-/aix-ppc64-0.20.2.tgz#a70f4ac11c6a1dfc18b8bbb13284155d933b9537"
integrity sha512-D+EBOJHXdNZcLJRBkhENNG8Wji2kgc9AZ9KiPr1JuZjsNtyHzrsfLRrY0tk2H2aoFu6RANO1y1iPPUCDYWkb5g==
+"@esbuild/aix-ppc64@0.21.5":
+ version "0.21.5"
+ resolved "https://registry.yarnpkg.com/@esbuild/aix-ppc64/-/aix-ppc64-0.21.5.tgz#c7184a326533fcdf1b8ee0733e21c713b975575f"
+ integrity sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==
+
"@esbuild/android-arm64@0.19.12":
version "0.19.12"
resolved "https://registry.yarnpkg.com/@esbuild/android-arm64/-/android-arm64-0.19.12.tgz#7ad65a36cfdb7e0d429c353e00f680d737c2aed4"
@@ -3292,6 +3319,11 @@
resolved "https://registry.yarnpkg.com/@esbuild/android-arm64/-/android-arm64-0.20.2.tgz#db1c9202a5bc92ea04c7b6840f1bbe09ebf9e6b9"
integrity sha512-mRzjLacRtl/tWU0SvD8lUEwb61yP9cqQo6noDZP/O8VkwafSYwZ4yWy24kan8jE/IMERpYncRt2dw438LP3Xmg==
+"@esbuild/android-arm64@0.21.5":
+ version "0.21.5"
+ resolved "https://registry.yarnpkg.com/@esbuild/android-arm64/-/android-arm64-0.21.5.tgz#09d9b4357780da9ea3a7dfb833a1f1ff439b4052"
+ integrity sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==
+
"@esbuild/android-arm@0.19.12":
version "0.19.12"
resolved "https://registry.yarnpkg.com/@esbuild/android-arm/-/android-arm-0.19.12.tgz#b0c26536f37776162ca8bde25e42040c203f2824"
@@ -3302,6 +3334,11 @@
resolved "https://registry.yarnpkg.com/@esbuild/android-arm/-/android-arm-0.20.2.tgz#3b488c49aee9d491c2c8f98a909b785870d6e995"
integrity sha512-t98Ra6pw2VaDhqNWO2Oph2LXbz/EJcnLmKLGBJwEwXX/JAN83Fym1rU8l0JUWK6HkIbWONCSSatf4sf2NBRx/w==
+"@esbuild/android-arm@0.21.5":
+ version "0.21.5"
+ resolved "https://registry.yarnpkg.com/@esbuild/android-arm/-/android-arm-0.21.5.tgz#9b04384fb771926dfa6d7ad04324ecb2ab9b2e28"
+ integrity sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==
+
"@esbuild/android-x64@0.19.12":
version "0.19.12"
resolved "https://registry.yarnpkg.com/@esbuild/android-x64/-/android-x64-0.19.12.tgz#cb13e2211282012194d89bf3bfe7721273473b3d"
@@ -3312,6 +3349,11 @@
resolved "https://registry.yarnpkg.com/@esbuild/android-x64/-/android-x64-0.20.2.tgz#3b1628029e5576249d2b2d766696e50768449f98"
integrity sha512-btzExgV+/lMGDDa194CcUQm53ncxzeBrWJcncOBxuC6ndBkKxnHdFJn86mCIgTELsooUmwUm9FkhSp5HYu00Rg==
+"@esbuild/android-x64@0.21.5":
+ version "0.21.5"
+ resolved "https://registry.yarnpkg.com/@esbuild/android-x64/-/android-x64-0.21.5.tgz#29918ec2db754cedcb6c1b04de8cd6547af6461e"
+ integrity sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==
+
"@esbuild/darwin-arm64@0.19.12":
version "0.19.12"
resolved "https://registry.yarnpkg.com/@esbuild/darwin-arm64/-/darwin-arm64-0.19.12.tgz#cbee41e988020d4b516e9d9e44dd29200996275e"
@@ -3322,6 +3364,11 @@
resolved "https://registry.yarnpkg.com/@esbuild/darwin-arm64/-/darwin-arm64-0.20.2.tgz#6e8517a045ddd86ae30c6608c8475ebc0c4000bb"
integrity sha512-4J6IRT+10J3aJH3l1yzEg9y3wkTDgDk7TSDFX+wKFiWjqWp/iCfLIYzGyasx9l0SAFPT1HwSCR+0w/h1ES/MjA==
+"@esbuild/darwin-arm64@0.21.5":
+ version "0.21.5"
+ resolved "https://registry.yarnpkg.com/@esbuild/darwin-arm64/-/darwin-arm64-0.21.5.tgz#e495b539660e51690f3928af50a76fb0a6ccff2a"
+ integrity sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==
+
"@esbuild/darwin-x64@0.19.12":
version "0.19.12"
resolved "https://registry.yarnpkg.com/@esbuild/darwin-x64/-/darwin-x64-0.19.12.tgz#e37d9633246d52aecf491ee916ece709f9d5f4cd"
@@ -3332,6 +3379,11 @@
resolved "https://registry.yarnpkg.com/@esbuild/darwin-x64/-/darwin-x64-0.20.2.tgz#90ed098e1f9dd8a9381695b207e1cff45540a0d0"
integrity sha512-tBcXp9KNphnNH0dfhv8KYkZhjc+H3XBkF5DKtswJblV7KlT9EI2+jeA8DgBjp908WEuYll6pF+UStUCfEpdysA==
+"@esbuild/darwin-x64@0.21.5":
+ version "0.21.5"
+ resolved "https://registry.yarnpkg.com/@esbuild/darwin-x64/-/darwin-x64-0.21.5.tgz#c13838fa57372839abdddc91d71542ceea2e1e22"
+ integrity sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==
+
"@esbuild/freebsd-arm64@0.19.12":
version "0.19.12"
resolved "https://registry.yarnpkg.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.19.12.tgz#1ee4d8b682ed363b08af74d1ea2b2b4dbba76487"
@@ -3342,6 +3394,11 @@
resolved "https://registry.yarnpkg.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.20.2.tgz#d71502d1ee89a1130327e890364666c760a2a911"
integrity sha512-d3qI41G4SuLiCGCFGUrKsSeTXyWG6yem1KcGZVS+3FYlYhtNoNgYrWcvkOoaqMhwXSMrZRl69ArHsGJ9mYdbbw==
+"@esbuild/freebsd-arm64@0.21.5":
+ version "0.21.5"
+ resolved "https://registry.yarnpkg.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.21.5.tgz#646b989aa20bf89fd071dd5dbfad69a3542e550e"
+ integrity sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==
+
"@esbuild/freebsd-x64@0.19.12":
version "0.19.12"
resolved "https://registry.yarnpkg.com/@esbuild/freebsd-x64/-/freebsd-x64-0.19.12.tgz#37a693553d42ff77cd7126764b535fb6cc28a11c"
@@ -3352,6 +3409,11 @@
resolved "https://registry.yarnpkg.com/@esbuild/freebsd-x64/-/freebsd-x64-0.20.2.tgz#aa5ea58d9c1dd9af688b8b6f63ef0d3d60cea53c"
integrity sha512-d+DipyvHRuqEeM5zDivKV1KuXn9WeRX6vqSqIDgwIfPQtwMP4jaDsQsDncjTDDsExT4lR/91OLjRo8bmC1e+Cw==
+"@esbuild/freebsd-x64@0.21.5":
+ version "0.21.5"
+ resolved "https://registry.yarnpkg.com/@esbuild/freebsd-x64/-/freebsd-x64-0.21.5.tgz#aa615cfc80af954d3458906e38ca22c18cf5c261"
+ integrity sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==
+
"@esbuild/linux-arm64@0.19.12":
version "0.19.12"
resolved "https://registry.yarnpkg.com/@esbuild/linux-arm64/-/linux-arm64-0.19.12.tgz#be9b145985ec6c57470e0e051d887b09dddb2d4b"
@@ -3362,6 +3424,11 @@
resolved "https://registry.yarnpkg.com/@esbuild/linux-arm64/-/linux-arm64-0.20.2.tgz#055b63725df678379b0f6db9d0fa85463755b2e5"
integrity sha512-9pb6rBjGvTFNira2FLIWqDk/uaf42sSyLE8j1rnUpuzsODBq7FvpwHYZxQ/It/8b+QOS1RYfqgGFNLRI+qlq2A==
+"@esbuild/linux-arm64@0.21.5":
+ version "0.21.5"
+ resolved "https://registry.yarnpkg.com/@esbuild/linux-arm64/-/linux-arm64-0.21.5.tgz#70ac6fa14f5cb7e1f7f887bcffb680ad09922b5b"
+ integrity sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==
+
"@esbuild/linux-arm@0.19.12":
version "0.19.12"
resolved "https://registry.yarnpkg.com/@esbuild/linux-arm/-/linux-arm-0.19.12.tgz#207ecd982a8db95f7b5279207d0ff2331acf5eef"
@@ -3372,6 +3439,11 @@
resolved "https://registry.yarnpkg.com/@esbuild/linux-arm/-/linux-arm-0.20.2.tgz#76b3b98cb1f87936fbc37f073efabad49dcd889c"
integrity sha512-VhLPeR8HTMPccbuWWcEUD1Az68TqaTYyj6nfE4QByZIQEQVWBB8vup8PpR7y1QHL3CpcF6xd5WVBU/+SBEvGTg==
+"@esbuild/linux-arm@0.21.5":
+ version "0.21.5"
+ resolved "https://registry.yarnpkg.com/@esbuild/linux-arm/-/linux-arm-0.21.5.tgz#fc6fd11a8aca56c1f6f3894f2bea0479f8f626b9"
+ integrity sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==
+
"@esbuild/linux-ia32@0.19.12":
version "0.19.12"
resolved "https://registry.yarnpkg.com/@esbuild/linux-ia32/-/linux-ia32-0.19.12.tgz#d0d86b5ca1562523dc284a6723293a52d5860601"
@@ -3382,6 +3454,11 @@
resolved "https://registry.yarnpkg.com/@esbuild/linux-ia32/-/linux-ia32-0.20.2.tgz#c0e5e787c285264e5dfc7a79f04b8b4eefdad7fa"
integrity sha512-o10utieEkNPFDZFQm9CoP7Tvb33UutoJqg3qKf1PWVeeJhJw0Q347PxMvBgVVFgouYLGIhFYG0UGdBumROyiig==
+"@esbuild/linux-ia32@0.21.5":
+ version "0.21.5"
+ resolved "https://registry.yarnpkg.com/@esbuild/linux-ia32/-/linux-ia32-0.21.5.tgz#3271f53b3f93e3d093d518d1649d6d68d346ede2"
+ integrity sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==
+
"@esbuild/linux-loong64@0.19.12":
version "0.19.12"
resolved "https://registry.yarnpkg.com/@esbuild/linux-loong64/-/linux-loong64-0.19.12.tgz#9a37f87fec4b8408e682b528391fa22afd952299"
@@ -3392,6 +3469,11 @@
resolved "https://registry.yarnpkg.com/@esbuild/linux-loong64/-/linux-loong64-0.20.2.tgz#a6184e62bd7cdc63e0c0448b83801001653219c5"
integrity sha512-PR7sp6R/UC4CFVomVINKJ80pMFlfDfMQMYynX7t1tNTeivQ6XdX5r2XovMmha/VjR1YN/HgHWsVcTRIMkymrgQ==
+"@esbuild/linux-loong64@0.21.5":
+ version "0.21.5"
+ resolved "https://registry.yarnpkg.com/@esbuild/linux-loong64/-/linux-loong64-0.21.5.tgz#ed62e04238c57026aea831c5a130b73c0f9f26df"
+ integrity sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==
+
"@esbuild/linux-mips64el@0.19.12":
version "0.19.12"
resolved "https://registry.yarnpkg.com/@esbuild/linux-mips64el/-/linux-mips64el-0.19.12.tgz#4ddebd4e6eeba20b509d8e74c8e30d8ace0b89ec"
@@ -3402,6 +3484,11 @@
resolved "https://registry.yarnpkg.com/@esbuild/linux-mips64el/-/linux-mips64el-0.20.2.tgz#d08e39ce86f45ef8fc88549d29c62b8acf5649aa"
integrity sha512-4BlTqeutE/KnOiTG5Y6Sb/Hw6hsBOZapOVF6njAESHInhlQAghVVZL1ZpIctBOoTFbQyGW+LsVYZ8lSSB3wkjA==
+"@esbuild/linux-mips64el@0.21.5":
+ version "0.21.5"
+ resolved "https://registry.yarnpkg.com/@esbuild/linux-mips64el/-/linux-mips64el-0.21.5.tgz#e79b8eb48bf3b106fadec1ac8240fb97b4e64cbe"
+ integrity sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==
+
"@esbuild/linux-ppc64@0.19.12":
version "0.19.12"
resolved "https://registry.yarnpkg.com/@esbuild/linux-ppc64/-/linux-ppc64-0.19.12.tgz#adb67dadb73656849f63cd522f5ecb351dd8dee8"
@@ -3412,6 +3499,11 @@
resolved "https://registry.yarnpkg.com/@esbuild/linux-ppc64/-/linux-ppc64-0.20.2.tgz#8d252f0b7756ffd6d1cbde5ea67ff8fd20437f20"
integrity sha512-rD3KsaDprDcfajSKdn25ooz5J5/fWBylaaXkuotBDGnMnDP1Uv5DLAN/45qfnf3JDYyJv/ytGHQaziHUdyzaAg==
+"@esbuild/linux-ppc64@0.21.5":
+ version "0.21.5"
+ resolved "https://registry.yarnpkg.com/@esbuild/linux-ppc64/-/linux-ppc64-0.21.5.tgz#5f2203860a143b9919d383ef7573521fb154c3e4"
+ integrity sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==
+
"@esbuild/linux-riscv64@0.19.12":
version "0.19.12"
resolved "https://registry.yarnpkg.com/@esbuild/linux-riscv64/-/linux-riscv64-0.19.12.tgz#11bc0698bf0a2abf8727f1c7ace2112612c15adf"
@@ -3422,6 +3514,11 @@
resolved "https://registry.yarnpkg.com/@esbuild/linux-riscv64/-/linux-riscv64-0.20.2.tgz#19f6dcdb14409dae607f66ca1181dd4e9db81300"
integrity sha512-snwmBKacKmwTMmhLlz/3aH1Q9T8v45bKYGE3j26TsaOVtjIag4wLfWSiZykXzXuE1kbCE+zJRmwp+ZbIHinnVg==
+"@esbuild/linux-riscv64@0.21.5":
+ version "0.21.5"
+ resolved "https://registry.yarnpkg.com/@esbuild/linux-riscv64/-/linux-riscv64-0.21.5.tgz#07bcafd99322d5af62f618cb9e6a9b7f4bb825dc"
+ integrity sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==
+
"@esbuild/linux-s390x@0.19.12":
version "0.19.12"
resolved "https://registry.yarnpkg.com/@esbuild/linux-s390x/-/linux-s390x-0.19.12.tgz#e86fb8ffba7c5c92ba91fc3b27ed5a70196c3cc8"
@@ -3432,6 +3529,11 @@
resolved "https://registry.yarnpkg.com/@esbuild/linux-s390x/-/linux-s390x-0.20.2.tgz#3c830c90f1a5d7dd1473d5595ea4ebb920988685"
integrity sha512-wcWISOobRWNm3cezm5HOZcYz1sKoHLd8VL1dl309DiixxVFoFe/o8HnwuIwn6sXre88Nwj+VwZUvJf4AFxkyrQ==
+"@esbuild/linux-s390x@0.21.5":
+ version "0.21.5"
+ resolved "https://registry.yarnpkg.com/@esbuild/linux-s390x/-/linux-s390x-0.21.5.tgz#b7ccf686751d6a3e44b8627ababc8be3ef62d8de"
+ integrity sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==
+
"@esbuild/linux-x64@0.19.12":
version "0.19.12"
resolved "https://registry.yarnpkg.com/@esbuild/linux-x64/-/linux-x64-0.19.12.tgz#5f37cfdc705aea687dfe5dfbec086a05acfe9c78"
@@ -3442,6 +3544,11 @@
resolved "https://registry.yarnpkg.com/@esbuild/linux-x64/-/linux-x64-0.20.2.tgz#86eca35203afc0d9de0694c64ec0ab0a378f6fff"
integrity sha512-1MdwI6OOTsfQfek8sLwgyjOXAu+wKhLEoaOLTjbijk6E2WONYpH9ZU2mNtR+lZ2B4uwr+usqGuVfFT9tMtGvGw==
+"@esbuild/linux-x64@0.21.5":
+ version "0.21.5"
+ resolved "https://registry.yarnpkg.com/@esbuild/linux-x64/-/linux-x64-0.21.5.tgz#6d8f0c768e070e64309af8004bb94e68ab2bb3b0"
+ integrity sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==
+
"@esbuild/netbsd-x64@0.19.12":
version "0.19.12"
resolved "https://registry.yarnpkg.com/@esbuild/netbsd-x64/-/netbsd-x64-0.19.12.tgz#29da566a75324e0d0dd7e47519ba2f7ef168657b"
@@ -3452,6 +3559,11 @@
resolved "https://registry.yarnpkg.com/@esbuild/netbsd-x64/-/netbsd-x64-0.20.2.tgz#e771c8eb0e0f6e1877ffd4220036b98aed5915e6"
integrity sha512-K8/DhBxcVQkzYc43yJXDSyjlFeHQJBiowJ0uVL6Tor3jGQfSGHNNJcWxNbOI8v5k82prYqzPuwkzHt3J1T1iZQ==
+"@esbuild/netbsd-x64@0.21.5":
+ version "0.21.5"
+ resolved "https://registry.yarnpkg.com/@esbuild/netbsd-x64/-/netbsd-x64-0.21.5.tgz#bbe430f60d378ecb88decb219c602667387a6047"
+ integrity sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==
+
"@esbuild/openbsd-x64@0.19.12":
version "0.19.12"
resolved "https://registry.yarnpkg.com/@esbuild/openbsd-x64/-/openbsd-x64-0.19.12.tgz#306c0acbdb5a99c95be98bdd1d47c916e7dc3ff0"
@@ -3462,6 +3574,11 @@
resolved "https://registry.yarnpkg.com/@esbuild/openbsd-x64/-/openbsd-x64-0.20.2.tgz#9a795ae4b4e37e674f0f4d716f3e226dd7c39baf"
integrity sha512-eMpKlV0SThJmmJgiVyN9jTPJ2VBPquf6Kt/nAoo6DgHAoN57K15ZghiHaMvqjCye/uU4X5u3YSMgVBI1h3vKrQ==
+"@esbuild/openbsd-x64@0.21.5":
+ version "0.21.5"
+ resolved "https://registry.yarnpkg.com/@esbuild/openbsd-x64/-/openbsd-x64-0.21.5.tgz#99d1cf2937279560d2104821f5ccce220cb2af70"
+ integrity sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==
+
"@esbuild/sunos-x64@0.19.12":
version "0.19.12"
resolved "https://registry.yarnpkg.com/@esbuild/sunos-x64/-/sunos-x64-0.19.12.tgz#0933eaab9af8b9b2c930236f62aae3fc593faf30"
@@ -3472,6 +3589,11 @@
resolved "https://registry.yarnpkg.com/@esbuild/sunos-x64/-/sunos-x64-0.20.2.tgz#7df23b61a497b8ac189def6e25a95673caedb03f"
integrity sha512-2UyFtRC6cXLyejf/YEld4Hajo7UHILetzE1vsRcGL3earZEW77JxrFjH4Ez2qaTiEfMgAXxfAZCm1fvM/G/o8w==
+"@esbuild/sunos-x64@0.21.5":
+ version "0.21.5"
+ resolved "https://registry.yarnpkg.com/@esbuild/sunos-x64/-/sunos-x64-0.21.5.tgz#08741512c10d529566baba837b4fe052c8f3487b"
+ integrity sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==
+
"@esbuild/win32-arm64@0.19.12":
version "0.19.12"
resolved "https://registry.yarnpkg.com/@esbuild/win32-arm64/-/win32-arm64-0.19.12.tgz#773bdbaa1971b36db2f6560088639ccd1e6773ae"
@@ -3482,6 +3604,11 @@
resolved "https://registry.yarnpkg.com/@esbuild/win32-arm64/-/win32-arm64-0.20.2.tgz#f1ae5abf9ca052ae11c1bc806fb4c0f519bacf90"
integrity sha512-GRibxoawM9ZCnDxnP3usoUDO9vUkpAxIIZ6GQI+IlVmr5kP3zUq+l17xELTHMWTWzjxa2guPNyrpq1GWmPvcGQ==
+"@esbuild/win32-arm64@0.21.5":
+ version "0.21.5"
+ resolved "https://registry.yarnpkg.com/@esbuild/win32-arm64/-/win32-arm64-0.21.5.tgz#675b7385398411240735016144ab2e99a60fc75d"
+ integrity sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==
+
"@esbuild/win32-ia32@0.19.12":
version "0.19.12"
resolved "https://registry.yarnpkg.com/@esbuild/win32-ia32/-/win32-ia32-0.19.12.tgz#000516cad06354cc84a73f0943a4aa690ef6fd67"
@@ -3492,6 +3619,11 @@
resolved "https://registry.yarnpkg.com/@esbuild/win32-ia32/-/win32-ia32-0.20.2.tgz#241fe62c34d8e8461cd708277813e1d0ba55ce23"
integrity sha512-HfLOfn9YWmkSKRQqovpnITazdtquEW8/SoHW7pWpuEeguaZI4QnCRW6b+oZTztdBnZOS2hqJ6im/D5cPzBTTlQ==
+"@esbuild/win32-ia32@0.21.5":
+ version "0.21.5"
+ resolved "https://registry.yarnpkg.com/@esbuild/win32-ia32/-/win32-ia32-0.21.5.tgz#1bfc3ce98aa6ca9a0969e4d2af72144c59c1193b"
+ integrity sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==
+
"@esbuild/win32-x64@0.19.12":
version "0.19.12"
resolved "https://registry.yarnpkg.com/@esbuild/win32-x64/-/win32-x64-0.19.12.tgz#c57c8afbb4054a3ab8317591a0b7320360b444ae"
@@ -3502,6 +3634,11 @@
resolved "https://registry.yarnpkg.com/@esbuild/win32-x64/-/win32-x64-0.20.2.tgz#9c907b21e30a52db959ba4f80bb01a0cc403d5cc"
integrity sha512-N49X4lJX27+l9jbLKSqZ6bKNjzQvHaT8IIFUy+YIqmXQdjYCToGWwOItDrfby14c78aDd5NHQl29xingXfCdLQ==
+"@esbuild/win32-x64@0.21.5":
+ version "0.21.5"
+ resolved "https://registry.yarnpkg.com/@esbuild/win32-x64/-/win32-x64-0.21.5.tgz#acad351d582d157bb145535db2a6ff53dd514b5c"
+ integrity sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==
+
"@eslint-community/eslint-utils@^4.2.0":
version "4.4.0"
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
@@ -3510,9 +3647,9 @@
eslint-visitor-keys "^3.3.0"
"@eslint-community/regexpp@^4.4.0", "@eslint-community/regexpp@^4.6.1":
- version "4.10.0"
- resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.10.0.tgz#548f6de556857c8bb73bbee70c35dc82a2e74d63"
- integrity sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==
+ version "4.11.0"
+ resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.11.0.tgz#b0ffd0312b4a3fd2d6f77237e7248a5ad3a680ae"
+ integrity sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A==
"@eslint/eslintrc@^0.4.3":
version "0.4.3"
@@ -4313,16 +4450,16 @@
source-map "^0.7.3"
"@pmmmwh/react-refresh-webpack-plugin@^0.5.1", "@pmmmwh/react-refresh-webpack-plugin@^0.5.3":
- version "0.5.13"
- resolved "https://registry.yarnpkg.com/@pmmmwh/react-refresh-webpack-plugin/-/react-refresh-webpack-plugin-0.5.13.tgz#02338a92a92f541a5189b97e922caf3215221e49"
- integrity sha512-odZVYXly+JwzYri9rKqqUAk0cY6zLpv4dxoKinhoJNShV36Gpxf+CyDIILJ4tYsJ1ZxIWs233Y39iVnynvDA/g==
+ version "0.5.15"
+ resolved "https://registry.yarnpkg.com/@pmmmwh/react-refresh-webpack-plugin/-/react-refresh-webpack-plugin-0.5.15.tgz#f126be97c30b83ed777e2aeabd518bc592e6e7c4"
+ integrity sha512-LFWllMA55pzB9D34w/wXUCf8+c+IYKuJDgxiZ3qMhl64KRMBHYM1I3VdGaD2BV5FNPV2/S2596bppxHbv2ZydQ==
dependencies:
- ansi-html-community "^0.0.8"
+ ansi-html "^0.0.9"
core-js-pure "^3.23.3"
error-stack-parser "^2.0.6"
html-entities "^2.1.0"
loader-utils "^2.0.4"
- schema-utils "^3.0.0"
+ schema-utils "^4.2.0"
source-map "^0.7.3"
"@polka/url@^1.0.0-next.24":
@@ -4335,20 +4472,126 @@
resolved "https://registry.yarnpkg.com/@popperjs/core/-/core-2.11.8.tgz#6b79032e760a0899cd4204710beede972a3a185f"
integrity sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==
-"@radix-ui/react-compose-refs@1.0.1":
- version "1.0.1"
- resolved "https://registry.yarnpkg.com/@radix-ui/react-compose-refs/-/react-compose-refs-1.0.1.tgz#7ed868b66946aa6030e580b1ffca386dd4d21989"
- integrity sha512-fDSBgd44FKHa1FRMU59qBMPFcl2PZE+2nmqunj+BWFyYYjnhIDWL2ItDs3rrbJDQOtzt5nIebLCQc4QRfz6LJw==
+"@radix-ui/primitive@1.1.0":
+ version "1.1.0"
+ resolved "https://registry.yarnpkg.com/@radix-ui/primitive/-/primitive-1.1.0.tgz#42ef83b3b56dccad5d703ae8c42919a68798bbe2"
+ integrity sha512-4Z8dn6Upk0qk4P74xBhZ6Hd/w0mPEzOOLxy4xiPXOXqjF7jZS0VAKk7/x/H6FyY2zCkYJqePf1G5KmkmNJ4RBA==
+
+"@radix-ui/react-compose-refs@1.1.0":
+ version "1.1.0"
+ resolved "https://registry.yarnpkg.com/@radix-ui/react-compose-refs/-/react-compose-refs-1.1.0.tgz#656432461fc8283d7b591dcf0d79152fae9ecc74"
+ integrity sha512-b4inOtiaOnYf9KWyO3jAeeCG6FeyfY6ldiEPanbUjWd+xIk5wZeHa8yVwmrJ2vderhu/BQvzCrJI0lHd+wIiqw==
+
+"@radix-ui/react-context@1.1.0":
+ version "1.1.0"
+ resolved "https://registry.yarnpkg.com/@radix-ui/react-context/-/react-context-1.1.0.tgz#6df8d983546cfd1999c8512f3a8ad85a6e7fcee8"
+ integrity sha512-OKrckBy+sMEgYM/sMmqmErVn0kZqrHPJze+Ql3DzYsDDp0hl0L62nx/2122/Bvps1qz645jlcu2tD9lrRSdf8A==
+
+"@radix-ui/react-dialog@^1.0.5":
+ version "1.1.1"
+ resolved "https://registry.yarnpkg.com/@radix-ui/react-dialog/-/react-dialog-1.1.1.tgz#4906507f7b4ad31e22d7dad69d9330c87c431d44"
+ integrity sha512-zysS+iU4YP3STKNS6USvFVqI4qqx8EpiwmT5TuCApVEBca+eRCbONi4EgzfNSuVnOXvC5UPHHMjs8RXO6DH9Bg==
+ dependencies:
+ "@radix-ui/primitive" "1.1.0"
+ "@radix-ui/react-compose-refs" "1.1.0"
+ "@radix-ui/react-context" "1.1.0"
+ "@radix-ui/react-dismissable-layer" "1.1.0"
+ "@radix-ui/react-focus-guards" "1.1.0"
+ "@radix-ui/react-focus-scope" "1.1.0"
+ "@radix-ui/react-id" "1.1.0"
+ "@radix-ui/react-portal" "1.1.1"
+ "@radix-ui/react-presence" "1.1.0"
+ "@radix-ui/react-primitive" "2.0.0"
+ "@radix-ui/react-slot" "1.1.0"
+ "@radix-ui/react-use-controllable-state" "1.1.0"
+ aria-hidden "^1.1.1"
+ react-remove-scroll "2.5.7"
+
+"@radix-ui/react-dismissable-layer@1.1.0":
+ version "1.1.0"
+ resolved "https://registry.yarnpkg.com/@radix-ui/react-dismissable-layer/-/react-dismissable-layer-1.1.0.tgz#2cd0a49a732372513733754e6032d3fb7988834e"
+ integrity sha512-/UovfmmXGptwGcBQawLzvn2jOfM0t4z3/uKffoBlj724+n3FvBbZ7M0aaBOmkp6pqFYpO4yx8tSVJjx3Fl2jig==
dependencies:
- "@babel/runtime" "^7.13.10"
+ "@radix-ui/primitive" "1.1.0"
+ "@radix-ui/react-compose-refs" "1.1.0"
+ "@radix-ui/react-primitive" "2.0.0"
+ "@radix-ui/react-use-callback-ref" "1.1.0"
+ "@radix-ui/react-use-escape-keydown" "1.1.0"
-"@radix-ui/react-slot@^1.0.2":
- version "1.0.2"
- resolved "https://registry.yarnpkg.com/@radix-ui/react-slot/-/react-slot-1.0.2.tgz#a9ff4423eade67f501ffb32ec22064bc9d3099ab"
- integrity sha512-YeTpuq4deV+6DusvVUW4ivBgnkHwECUu0BiN43L5UCDFgdhsRUWAghhTF5MbvNTPzmiFOx90asDSUjWuCNapwg==
+"@radix-ui/react-focus-guards@1.1.0":
+ version "1.1.0"
+ resolved "https://registry.yarnpkg.com/@radix-ui/react-focus-guards/-/react-focus-guards-1.1.0.tgz#8e9abb472a9a394f59a1b45f3dd26cfe3fc6da13"
+ integrity sha512-w6XZNUPVv6xCpZUqb/yN9DL6auvpGX3C/ee6Hdi16v2UUy25HV2Q5bcflsiDyT/g5RwbPQ/GIT1vLkeRb+ITBw==
+
+"@radix-ui/react-focus-scope@1.1.0":
+ version "1.1.0"
+ resolved "https://registry.yarnpkg.com/@radix-ui/react-focus-scope/-/react-focus-scope-1.1.0.tgz#ebe2891a298e0a33ad34daab2aad8dea31caf0b2"
+ integrity sha512-200UD8zylvEyL8Bx+z76RJnASR2gRMuxlgFCPAe/Q/679a/r0eK3MBVYMb7vZODZcffZBdob1EGnky78xmVvcA==
+ dependencies:
+ "@radix-ui/react-compose-refs" "1.1.0"
+ "@radix-ui/react-primitive" "2.0.0"
+ "@radix-ui/react-use-callback-ref" "1.1.0"
+
+"@radix-ui/react-id@1.1.0":
+ version "1.1.0"
+ resolved "https://registry.yarnpkg.com/@radix-ui/react-id/-/react-id-1.1.0.tgz#de47339656594ad722eb87f94a6b25f9cffae0ed"
+ integrity sha512-EJUrI8yYh7WOjNOqpoJaf1jlFIH2LvtgAl+YcFqNCa+4hj64ZXmPkAKOFs/ukjz3byN6bdb/AVUqHkI8/uWWMA==
+ dependencies:
+ "@radix-ui/react-use-layout-effect" "1.1.0"
+
+"@radix-ui/react-portal@1.1.1":
+ version "1.1.1"
+ resolved "https://registry.yarnpkg.com/@radix-ui/react-portal/-/react-portal-1.1.1.tgz#1957f1eb2e1aedfb4a5475bd6867d67b50b1d15f"
+ integrity sha512-A3UtLk85UtqhzFqtoC8Q0KvR2GbXF3mtPgACSazajqq6A41mEQgo53iPzY4i6BwDxlIFqWIhiQ2G729n+2aw/g==
+ dependencies:
+ "@radix-ui/react-primitive" "2.0.0"
+ "@radix-ui/react-use-layout-effect" "1.1.0"
+
+"@radix-ui/react-presence@1.1.0":
+ version "1.1.0"
+ resolved "https://registry.yarnpkg.com/@radix-ui/react-presence/-/react-presence-1.1.0.tgz#227d84d20ca6bfe7da97104b1a8b48a833bfb478"
+ integrity sha512-Gq6wuRN/asf9H/E/VzdKoUtT8GC9PQc9z40/vEr0VCJ4u5XvvhWIrSsCB6vD2/cH7ugTdSfYq9fLJCcM00acrQ==
+ dependencies:
+ "@radix-ui/react-compose-refs" "1.1.0"
+ "@radix-ui/react-use-layout-effect" "1.1.0"
+
+"@radix-ui/react-primitive@2.0.0":
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/@radix-ui/react-primitive/-/react-primitive-2.0.0.tgz#fe05715faa9203a223ccc0be15dc44b9f9822884"
+ integrity sha512-ZSpFm0/uHa8zTvKBDjLFWLo8dkr4MBsiDLz0g3gMUwqgLHz9rTaRRGYDgvZPtBJgYCBKXkS9fzmoySgr8CO6Cw==
+ dependencies:
+ "@radix-ui/react-slot" "1.1.0"
+
+"@radix-ui/react-slot@1.1.0", "@radix-ui/react-slot@^1.0.2":
+ version "1.1.0"
+ resolved "https://registry.yarnpkg.com/@radix-ui/react-slot/-/react-slot-1.1.0.tgz#7c5e48c36ef5496d97b08f1357bb26ed7c714b84"
+ integrity sha512-FUCf5XMfmW4dtYl69pdS4DbxKy8nj4M7SafBgPllysxmdachynNflAdp/gCsnYWNDnge6tI9onzMp5ARYc1KNw==
dependencies:
- "@babel/runtime" "^7.13.10"
- "@radix-ui/react-compose-refs" "1.0.1"
+ "@radix-ui/react-compose-refs" "1.1.0"
+
+"@radix-ui/react-use-callback-ref@1.1.0":
+ version "1.1.0"
+ resolved "https://registry.yarnpkg.com/@radix-ui/react-use-callback-ref/-/react-use-callback-ref-1.1.0.tgz#bce938ca413675bc937944b0d01ef6f4a6dc5bf1"
+ integrity sha512-CasTfvsy+frcFkbXtSJ2Zu9JHpN8TYKxkgJGWbjiZhFivxaeW7rMeZt7QELGVLaYVfFMsKHjb7Ak0nMEe+2Vfw==
+
+"@radix-ui/react-use-controllable-state@1.1.0":
+ version "1.1.0"
+ resolved "https://registry.yarnpkg.com/@radix-ui/react-use-controllable-state/-/react-use-controllable-state-1.1.0.tgz#1321446857bb786917df54c0d4d084877aab04b0"
+ integrity sha512-MtfMVJiSr2NjzS0Aa90NPTnvTSg6C/JLCV7ma0W6+OMV78vd8OyRpID+Ng9LxzsPbLeuBnWBA1Nq30AtBIDChw==
+ dependencies:
+ "@radix-ui/react-use-callback-ref" "1.1.0"
+
+"@radix-ui/react-use-escape-keydown@1.1.0":
+ version "1.1.0"
+ resolved "https://registry.yarnpkg.com/@radix-ui/react-use-escape-keydown/-/react-use-escape-keydown-1.1.0.tgz#31a5b87c3b726504b74e05dac1edce7437b98754"
+ integrity sha512-L7vwWlR1kTTQ3oh7g1O0CBF3YCyyTj8NmhLR+phShpyA50HCfBFKVJTpshm9PzLiKmehsrQzTYTpX9HvmC9rhw==
+ dependencies:
+ "@radix-ui/react-use-callback-ref" "1.1.0"
+
+"@radix-ui/react-use-layout-effect@1.1.0":
+ version "1.1.0"
+ resolved "https://registry.yarnpkg.com/@radix-ui/react-use-layout-effect/-/react-use-layout-effect-1.1.0.tgz#3c2c8ce04827b26a39e442ff4888d9212268bd27"
+ integrity sha512-+FPE0rOdziWSrH9athwI1R0HDVbWlEhd+FR+aSDk4uWGmSJ9Z54sdZVDQPZAinJhJXwfT+qnj969mCsT2gfm5w==
"@react-hook/latest@^1.0.2":
version "1.0.3"
@@ -4426,9 +4669,9 @@
picomatch "^2.2.2"
"@rushstack/eslint-patch@^1.1.0":
- version "1.10.2"
- resolved "https://registry.yarnpkg.com/@rushstack/eslint-patch/-/eslint-patch-1.10.2.tgz#053f1540703faa81dea2966b768ee5581c66aeda"
- integrity sha512-hw437iINopmQuxWPSUEvqE56NCPsiU8N4AYtfHmJFckclktzK9YQJieD3XkDCDH4OjL+C7zgPUh73R/nrcHrqw==
+ version "1.10.3"
+ resolved "https://registry.yarnpkg.com/@rushstack/eslint-patch/-/eslint-patch-1.10.3.tgz#391d528054f758f81e53210f1a1eebcf1a8b1d20"
+ integrity sha512-qC/xYId4NMebE6w/V33Fh9gWxLgURiNYgVNObbJl2LZv0GUUItCcCqC5axQSwRaAgaxl2mELq1rMzlswaQ0Zxg==
"@sideway/address@^4.1.5":
version "4.1.5"
@@ -4462,6 +4705,11 @@
resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-0.14.0.tgz#9fb3a3cf3132328151f353de4632e01e52102bea"
integrity sha512-9NET910DNaIPngYnLLPeg+Ogzqsi9uM4mSboU5y6p8S5DzMTVEsJZrawi+BoDNUVBa2DhJqQYUFvMDfgU062LQ==
+"@sindresorhus/merge-streams@^2.1.0":
+ version "2.3.0"
+ resolved "https://registry.yarnpkg.com/@sindresorhus/merge-streams/-/merge-streams-2.3.0.tgz#719df7fb41766bc143369eaa0dd56d8dc87c9958"
+ integrity sha512-LtoMMhxAlorcGhmFYI+LhPgbPZCkgP6ra1YL604EeF6U98pLlQ3iWIGMdWSC+vWmPBWBNgmDBAhnAobLROJmwg==
+
"@sinonjs/commons@^1.7.0":
version "1.8.6"
resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-1.8.6.tgz#80c516a4dc264c2a69115e7578d62581ff455ed9"
@@ -4493,29 +4741,29 @@
webpack-sources "^3.2.2"
"@storybook/addon-a11y@^8.0.6":
- version "8.0.9"
- resolved "https://registry.yarnpkg.com/@storybook/addon-a11y/-/addon-a11y-8.0.9.tgz#88a3207e13d06d27c60a5fd8d1952ce6b2dd58b2"
- integrity sha512-HgIlhOI3yBS3ztnuqOquGztnju7LE+BgCMYbDQEZjQkddiQPtjwLC6h0/LkvHL5993avbq1vYEWfUGHLtGzYfQ==
+ version "8.1.11"
+ resolved "https://registry.yarnpkg.com/@storybook/addon-a11y/-/addon-a11y-8.1.11.tgz#70b073009104dbc2d0f8dca1ccfc3254ae4e4eb4"
+ integrity sha512-JFiY/ASwMOCf3MOi7GtKOvLn62jhcIYV2he90l1SSnXxsDmurETVumyAdTQtQtUQpAJI+l0Ed4uLVjzAxkGreg==
dependencies:
- "@storybook/addon-highlight" "8.0.9"
+ "@storybook/addon-highlight" "8.1.11"
axe-core "^4.2.0"
-"@storybook/addon-actions@8.0.9":
- version "8.0.9"
- resolved "https://registry.yarnpkg.com/@storybook/addon-actions/-/addon-actions-8.0.9.tgz#b7a19abb0ee8fd73df1498def7f1ff307d16cb25"
- integrity sha512-+I3VTvlKdj8puHeS2tyaOVv9syDiNLneVZbTfqN+UDOK2i42NwvZr8PVwjTzMlEj9eePJdCZgiipz55xwts5bw==
+"@storybook/addon-actions@8.1.11":
+ version "8.1.11"
+ resolved "https://registry.yarnpkg.com/@storybook/addon-actions/-/addon-actions-8.1.11.tgz#dafa4e84e01924372feda003c449e827347e4afd"
+ integrity sha512-jqYXgBgOVInStOCk//AA+dGkrfN8R7rDXA4lyu82zM59kvICtG9iqgmkSRDn0Z3zUkM+lIHZGoz0aLVQ8pxsgw==
dependencies:
- "@storybook/core-events" "8.0.9"
+ "@storybook/core-events" "8.1.11"
"@storybook/global" "^5.0.0"
"@types/uuid" "^9.0.1"
dequal "^2.0.2"
polished "^4.2.2"
uuid "^9.0.0"
-"@storybook/addon-backgrounds@8.0.9":
- version "8.0.9"
- resolved "https://registry.yarnpkg.com/@storybook/addon-backgrounds/-/addon-backgrounds-8.0.9.tgz#c08bd534f8c7c9f07b687624376e328696fdadc8"
- integrity sha512-pCDecACrVyxPaJKEWS0sHsRb8xw+IPCSxDM1TkjaAQ6zZ468A/dcUnqW+LVK8bSXgQwWzn23wqnqPFSy5yptuQ==
+"@storybook/addon-backgrounds@8.1.11":
+ version "8.1.11"
+ resolved "https://registry.yarnpkg.com/@storybook/addon-backgrounds/-/addon-backgrounds-8.1.11.tgz#83d361abee4ca6e4e8a2bd5de37f1006d705aa19"
+ integrity sha512-naGf1ovmsU2pSWb270yRO1IidnO+0YCZ5Tcb8I4rPhZ0vsdXNURYKS1LPSk1OZkvaUXdeB4Im9HhHfUBJOW9oQ==
dependencies:
"@storybook/global" "^5.0.0"
memoizerific "^1.11.3"
@@ -4528,33 +4776,34 @@
dependencies:
"@storybook/global" "^5.0.0"
-"@storybook/addon-controls@8.0.9":
- version "8.0.9"
- resolved "https://registry.yarnpkg.com/@storybook/addon-controls/-/addon-controls-8.0.9.tgz#cc1f8ffde58fdaf9ea2ef7ebf9261c3519f42a39"
- integrity sha512-wWdmd62UP/sfPm8M7aJjEA+kEXTUIR/QsYi9PoYBhBZcXiikZ4kNan7oD7GfsnzGGKHrBVfwQhO+TqaENGYytA==
+"@storybook/addon-controls@8.1.11":
+ version "8.1.11"
+ resolved "https://registry.yarnpkg.com/@storybook/addon-controls/-/addon-controls-8.1.11.tgz#9bcd96e7cd3262cba03e6cf5509a8eefca7ab097"
+ integrity sha512-q/Vt4meNVlFlBWIMCJhx6r+bqiiYocCta2RoUK5nyIZUiLzHncKHX6JnCU36EmJzRyah9zkwjfCb2G1r9cjnoQ==
dependencies:
- "@storybook/blocks" "8.0.9"
+ "@storybook/blocks" "8.1.11"
+ dequal "^2.0.2"
lodash "^4.17.21"
ts-dedent "^2.0.0"
-"@storybook/addon-docs@8.0.9":
- version "8.0.9"
- resolved "https://registry.yarnpkg.com/@storybook/addon-docs/-/addon-docs-8.0.9.tgz#3ad1a18d7be8bb2eea4a018208d67d2959ba68c2"
- integrity sha512-x7hX7UuzJtClu6XwU3SfpyFhuckVcgqgD6BU6Ihxl0zs+i4xp6iKVXYSnHFMRM1sgoeT8TjPxab35Ke8w8BVRw==
+"@storybook/addon-docs@8.1.11":
+ version "8.1.11"
+ resolved "https://registry.yarnpkg.com/@storybook/addon-docs/-/addon-docs-8.1.11.tgz#7b43d7b5a4b387b14362a367f277f6c84eb5b2c1"
+ integrity sha512-69dv+CE4R5wFU7xnJmhuyEbLN2PEVDV3N/BbgJqeucIYPmm6zDV83Q66teCHKYtRln3BFUqPH5mxsjiHobxfJQ==
dependencies:
- "@babel/core" "^7.12.3"
+ "@babel/core" "^7.24.4"
"@mdx-js/react" "^3.0.0"
- "@storybook/blocks" "8.0.9"
- "@storybook/client-logger" "8.0.9"
- "@storybook/components" "8.0.9"
- "@storybook/csf-plugin" "8.0.9"
- "@storybook/csf-tools" "8.0.9"
+ "@storybook/blocks" "8.1.11"
+ "@storybook/client-logger" "8.1.11"
+ "@storybook/components" "8.1.11"
+ "@storybook/csf-plugin" "8.1.11"
+ "@storybook/csf-tools" "8.1.11"
"@storybook/global" "^5.0.0"
- "@storybook/node-logger" "8.0.9"
- "@storybook/preview-api" "8.0.9"
- "@storybook/react-dom-shim" "8.0.9"
- "@storybook/theming" "8.0.9"
- "@storybook/types" "8.0.9"
+ "@storybook/node-logger" "8.1.11"
+ "@storybook/preview-api" "8.1.11"
+ "@storybook/react-dom-shim" "8.1.11"
+ "@storybook/theming" "8.1.11"
+ "@storybook/types" "8.1.11"
"@types/react" "^16.8.0 || ^17.0.0 || ^18.0.0"
fs-extra "^11.1.0"
react "^16.8.0 || ^17.0.0 || ^18.0.0"
@@ -4564,95 +4813,86 @@
ts-dedent "^2.0.0"
"@storybook/addon-essentials@^8.0.6":
- version "8.0.9"
- resolved "https://registry.yarnpkg.com/@storybook/addon-essentials/-/addon-essentials-8.0.9.tgz#579942c264b1ce17c02a9588e99fbb5cb97e2083"
- integrity sha512-mwAgdfrOsTuTDcagvM7veBh+iayZIWmKOazzkhrIWbhYcrXOsweigD2UOVeHgAiAzJK49znr4FXTCKcE1hOWcw==
- dependencies:
- "@storybook/addon-actions" "8.0.9"
- "@storybook/addon-backgrounds" "8.0.9"
- "@storybook/addon-controls" "8.0.9"
- "@storybook/addon-docs" "8.0.9"
- "@storybook/addon-highlight" "8.0.9"
- "@storybook/addon-measure" "8.0.9"
- "@storybook/addon-outline" "8.0.9"
- "@storybook/addon-toolbars" "8.0.9"
- "@storybook/addon-viewport" "8.0.9"
- "@storybook/core-common" "8.0.9"
- "@storybook/manager-api" "8.0.9"
- "@storybook/node-logger" "8.0.9"
- "@storybook/preview-api" "8.0.9"
+ version "8.1.11"
+ resolved "https://registry.yarnpkg.com/@storybook/addon-essentials/-/addon-essentials-8.1.11.tgz#a32817c71f3ee1836b9b4bc03284f3931a6818ca"
+ integrity sha512-uRTpcIZQnflML8H+2onicUNIIssKfuviW8Lyrs/KFwSZ1rMcYzhwzCNbGlIbAv04tgHe5NqEyNhb+DVQcZQBzg==
+ dependencies:
+ "@storybook/addon-actions" "8.1.11"
+ "@storybook/addon-backgrounds" "8.1.11"
+ "@storybook/addon-controls" "8.1.11"
+ "@storybook/addon-docs" "8.1.11"
+ "@storybook/addon-highlight" "8.1.11"
+ "@storybook/addon-measure" "8.1.11"
+ "@storybook/addon-outline" "8.1.11"
+ "@storybook/addon-toolbars" "8.1.11"
+ "@storybook/addon-viewport" "8.1.11"
+ "@storybook/core-common" "8.1.11"
+ "@storybook/manager-api" "8.1.11"
+ "@storybook/node-logger" "8.1.11"
+ "@storybook/preview-api" "8.1.11"
ts-dedent "^2.0.0"
-"@storybook/addon-highlight@8.0.9":
- version "8.0.9"
- resolved "https://registry.yarnpkg.com/@storybook/addon-highlight/-/addon-highlight-8.0.9.tgz#da4c0bfb347aea10234f5f6007252f9343f5f384"
- integrity sha512-vaRHGDbx7dpNpQECAHk5wczlZO3ntstprGlqnZt0o7ylz6xB5+pTQwTuIFty0hwKv+3TPcskzzifATUyEOEmyg==
+"@storybook/addon-highlight@8.1.11":
+ version "8.1.11"
+ resolved "https://registry.yarnpkg.com/@storybook/addon-highlight/-/addon-highlight-8.1.11.tgz#c4e7af700d3ede709472831b6afb026a0208b388"
+ integrity sha512-Iu8FCAd4ETsB6QF4xDE/OLLZY3HOFopuLM5KE0f58jnccF5zAVGr1Rj/54p6TeK0PEou0tLRPFuZs+LPlEzrSw==
dependencies:
"@storybook/global" "^5.0.0"
-"@storybook/addon-measure@8.0.9":
- version "8.0.9"
- resolved "https://registry.yarnpkg.com/@storybook/addon-measure/-/addon-measure-8.0.9.tgz#4116b96521f74a06da0b5383cce214cc20bd7c8b"
- integrity sha512-91svOOGEXmGG4USglwXLE3wtlUVgtbKJVxTKX7xRI+AC5JEEaKByVzP17/X8Qn/8HilUL7AfSQ0kCoqtPSJ5cA==
+"@storybook/addon-measure@8.1.11":
+ version "8.1.11"
+ resolved "https://registry.yarnpkg.com/@storybook/addon-measure/-/addon-measure-8.1.11.tgz#d72fdacb8c248b4fc3d1325143517011aa01c960"
+ integrity sha512-LkQD3SiLWaWt53aLB3EnmhD9Im8EOO+HKSUE+XGnIJRUcHHRqHfvDkN9KX7T1DCWbfRE5WzMHF5o23b3UiAANw==
dependencies:
"@storybook/global" "^5.0.0"
tiny-invariant "^1.3.1"
-"@storybook/addon-outline@8.0.9":
- version "8.0.9"
- resolved "https://registry.yarnpkg.com/@storybook/addon-outline/-/addon-outline-8.0.9.tgz#497c70332bbca5f35777f4c60afc29e505e3588e"
- integrity sha512-fQ+jm356TgUnz81IxsC99/aOesbLw3N5OQRJpo/A6kqbLMzlq3ybVzuXYCKC3f0ArgQRNh4NoMeJBMRFMtaWRw==
+"@storybook/addon-outline@8.1.11":
+ version "8.1.11"
+ resolved "https://registry.yarnpkg.com/@storybook/addon-outline/-/addon-outline-8.1.11.tgz#3bfa20824967e2c744aac852b01f57c2b2273174"
+ integrity sha512-vco3RLVjkcS25dNtj1lxmjq4fC0Nq08KNLMS5cbNPVJWNTuSUi/2EthSTQQCdpfMV/p6u+D5uF20A9Pl0xJFXw==
dependencies:
"@storybook/global" "^5.0.0"
ts-dedent "^2.0.0"
"@storybook/addon-storysource@^8.0.6":
- version "8.0.9"
- resolved "https://registry.yarnpkg.com/@storybook/addon-storysource/-/addon-storysource-8.0.9.tgz#99a0531c2685a4b3696ffc9995e9ea161844c425"
- integrity sha512-5m3K2Rs4fQtKtqwrq4CDS1jK2wzWOlnxhE2ArX5XTWytb1am65CEPxfYTEQkvZH9oPGwX3cXytPCziynqysFMQ==
+ version "8.1.11"
+ resolved "https://registry.yarnpkg.com/@storybook/addon-storysource/-/addon-storysource-8.1.11.tgz#127bde66ecee62d2ee10776970b37f8aa81a8a42"
+ integrity sha512-b2K3+ZzfANDTTeN1jnqNgAQ5ZIhnhIAv89gC/36cOhSK5NLyKmyVKLGQmR3fVqX3URpnz9xccst2JNXopvtccw==
dependencies:
- "@storybook/source-loader" "8.0.9"
+ "@storybook/source-loader" "8.1.11"
estraverse "^5.2.0"
tiny-invariant "^1.3.1"
-"@storybook/addon-toolbars@8.0.9":
- version "8.0.9"
- resolved "https://registry.yarnpkg.com/@storybook/addon-toolbars/-/addon-toolbars-8.0.9.tgz#6601732c6b4cc262bab13a1e50f9b11063d5cc74"
- integrity sha512-nNSBnnBOhQ+EJwkrIkK4ZBYPcozNmEH770CZ/6NK85SUJ6WEBZapE6ru33jIUokFGEvlOlNCeai0GUc++cQP8w==
+"@storybook/addon-toolbars@8.1.11":
+ version "8.1.11"
+ resolved "https://registry.yarnpkg.com/@storybook/addon-toolbars/-/addon-toolbars-8.1.11.tgz#176a9b12880b5919e7ab12c448f32fe561feeaa7"
+ integrity sha512-reIKB0+JTiP+GNzynlDcRf4xmv9+j/DQ94qiXl2ZG5+ufKilH8DiRZpVA/i0x+4+TxdGdOJr1/pOf8tAmhNEoQ==
-"@storybook/addon-viewport@8.0.9":
- version "8.0.9"
- resolved "https://registry.yarnpkg.com/@storybook/addon-viewport/-/addon-viewport-8.0.9.tgz#819496abdcc4aa9ae2fe8d4665a96e57ecebece3"
- integrity sha512-Ao4+D56cO7biaw+iTlMU1FBec1idX0cmdosDeCFZin06MSawcPkeBlRBeruaSQYdLes8TBMdZPFgfuqI5yIk6g==
+"@storybook/addon-viewport@8.1.11":
+ version "8.1.11"
+ resolved "https://registry.yarnpkg.com/@storybook/addon-viewport/-/addon-viewport-8.1.11.tgz#7985ace7cbb66ef160a79e4040e3491048715f4e"
+ integrity sha512-qk4IcGnAgiAUQxt8l5PIQ293Za+w6wxlJQIpxr7+QM8OVkADPzXY0MmQfYWU9EQplrxAC2MSx3/C1gZeq+MDOQ==
dependencies:
memoizerific "^1.11.3"
-"@storybook/addons@^7.6.17":
- version "7.6.17"
- resolved "https://registry.yarnpkg.com/@storybook/addons/-/addons-7.6.17.tgz#6fd78ae3a3419bd91fdacbebd40062eb94f92155"
- integrity sha512-Ok18Y698Ccyg++MoUNJNHY0cXUvo8ETFIRLJk1g9ElJ70j6kPgNnzW2pAtZkBNmswHtofZ7pT156cj96k/LgfA==
- dependencies:
- "@storybook/manager-api" "7.6.17"
- "@storybook/preview-api" "7.6.17"
- "@storybook/types" "7.6.17"
-
-"@storybook/blocks@8.0.9":
- version "8.0.9"
- resolved "https://registry.yarnpkg.com/@storybook/blocks/-/blocks-8.0.9.tgz#6500fef1e72618bc7715286b9dbb5bfaae20f4d4"
- integrity sha512-F2zSrfSwzTFN7qW3zB80tG+EXtmfmCDC6Ird0F7tolszb6tOqJcAcBOwQbE2O0wI63sLu21qxzXgaKBMkiWvJg==
- dependencies:
- "@storybook/channels" "8.0.9"
- "@storybook/client-logger" "8.0.9"
- "@storybook/components" "8.0.9"
- "@storybook/core-events" "8.0.9"
- "@storybook/csf" "^0.1.4"
- "@storybook/docs-tools" "8.0.9"
+"@storybook/blocks@8.1.11":
+ version "8.1.11"
+ resolved "https://registry.yarnpkg.com/@storybook/blocks/-/blocks-8.1.11.tgz#a6315f787d11f10ac7198a1c5209c1945f4d07cc"
+ integrity sha512-eMed7PpL/hAVM6tBS7h70bEAyzbiSU9I/kye4jZ7DkCbAsrX6OKmC7pcHSDn712WTcf3vVqxy5jOKUmOXpc0eg==
+ dependencies:
+ "@storybook/channels" "8.1.11"
+ "@storybook/client-logger" "8.1.11"
+ "@storybook/components" "8.1.11"
+ "@storybook/core-events" "8.1.11"
+ "@storybook/csf" "^0.1.7"
+ "@storybook/docs-tools" "8.1.11"
"@storybook/global" "^5.0.0"
"@storybook/icons" "^1.2.5"
- "@storybook/manager-api" "8.0.9"
- "@storybook/preview-api" "8.0.9"
- "@storybook/theming" "8.0.9"
- "@storybook/types" "8.0.9"
+ "@storybook/manager-api" "8.1.11"
+ "@storybook/preview-api" "8.1.11"
+ "@storybook/theming" "8.1.11"
+ "@storybook/types" "8.1.11"
"@types/lodash" "^4.14.167"
color-convert "^2.0.1"
dequal "^2.0.2"
@@ -4666,19 +4906,19 @@
ts-dedent "^2.0.0"
util-deprecate "^1.0.2"
-"@storybook/builder-manager@8.0.9":
- version "8.0.9"
- resolved "https://registry.yarnpkg.com/@storybook/builder-manager/-/builder-manager-8.0.9.tgz#8c03b04b3550dd637247fea2d2ddd089268408d9"
- integrity sha512-/PxDwZIfMc/PSRZcasb6SIdGr3azIlenzx7dBF7Imt8i4jLHiAf1t00GvghlfJsvsrn4DNp95rbRbXTDyTj7tQ==
+"@storybook/builder-manager@8.1.11":
+ version "8.1.11"
+ resolved "https://registry.yarnpkg.com/@storybook/builder-manager/-/builder-manager-8.1.11.tgz#1feaad5f11ac79cc2d466a8b4cf254c595950014"
+ integrity sha512-U7bmed4Ayg+OlJ8HPmLeGxLTHzDY7rxmxM4aAs4YL01fufYfBcjkIP9kFhJm+GJOvGm+YJEUAPe5mbM1P/bn0Q==
dependencies:
"@fal-works/esbuild-plugin-global-externals" "^2.1.2"
- "@storybook/core-common" "8.0.9"
- "@storybook/manager" "8.0.9"
- "@storybook/node-logger" "8.0.9"
+ "@storybook/core-common" "8.1.11"
+ "@storybook/manager" "8.1.11"
+ "@storybook/node-logger" "8.1.11"
"@types/ejs" "^3.1.1"
"@yarnpkg/esbuild-plugin-pnp" "^3.0.0-rc.10"
browser-assert "^1.2.1"
- ejs "^3.1.8"
+ ejs "^3.1.10"
esbuild "^0.18.0 || ^0.19.0 || ^0.20.0"
esbuild-plugin-alias "^0.2.1"
express "^4.17.3"
@@ -4686,19 +4926,19 @@
process "^0.11.10"
util "^0.12.4"
-"@storybook/builder-webpack5@8.0.9":
- version "8.0.9"
- resolved "https://registry.yarnpkg.com/@storybook/builder-webpack5/-/builder-webpack5-8.0.9.tgz#811af801f264c7377c5e33d68b713eacf6c2f295"
- integrity sha512-bFxlxOO2x8n3TmmA9ACxzhmHxtRd0e68dA0w4AYkvEwBf2wScRQdWJIeS5k4JgRwtcUyFYAt+VcKyE1WMgyaVg==
- dependencies:
- "@storybook/channels" "8.0.9"
- "@storybook/client-logger" "8.0.9"
- "@storybook/core-common" "8.0.9"
- "@storybook/core-events" "8.0.9"
- "@storybook/core-webpack" "8.0.9"
- "@storybook/node-logger" "8.0.9"
- "@storybook/preview" "8.0.9"
- "@storybook/preview-api" "8.0.9"
+"@storybook/builder-webpack5@8.1.11":
+ version "8.1.11"
+ resolved "https://registry.yarnpkg.com/@storybook/builder-webpack5/-/builder-webpack5-8.1.11.tgz#a0c0208142fa248e6e5c9313d00a7666649e3e9c"
+ integrity sha512-3/aKmnZu+mHj5LB4VyvzrlHzn2iVjH5y8EUPtFYOkjc2KBkPpF39jBHecfDVCWeO/6kgvAI41t7LLnYB6DZqhw==
+ dependencies:
+ "@storybook/channels" "8.1.11"
+ "@storybook/client-logger" "8.1.11"
+ "@storybook/core-common" "8.1.11"
+ "@storybook/core-events" "8.1.11"
+ "@storybook/core-webpack" "8.1.11"
+ "@storybook/node-logger" "8.1.11"
+ "@storybook/preview" "8.1.11"
+ "@storybook/preview-api" "8.1.11"
"@types/node" "^18.0.0"
"@types/semver" "^7.3.4"
browser-assert "^1.2.1"
@@ -4706,7 +4946,7 @@
cjs-module-lexer "^1.2.3"
constants-browserify "^1.0.0"
css-loader "^6.7.1"
- es-module-lexer "^1.4.1"
+ es-module-lexer "^1.5.0"
express "^4.17.3"
fork-ts-checker-webpack-plugin "^8.0.0"
fs-extra "^11.1.0"
@@ -4726,45 +4966,33 @@
webpack-hot-middleware "^2.25.1"
webpack-virtual-modules "^0.5.0"
-"@storybook/channels@7.6.17":
- version "7.6.17"
- resolved "https://registry.yarnpkg.com/@storybook/channels/-/channels-7.6.17.tgz#5be1d1222a3ffdc90e1868230c2b2ee5dfc7a97f"
- integrity sha512-GFG40pzaSxk1hUr/J/TMqW5AFDDPUSu+HkeE/oqSWJbOodBOLJzHN6CReJS6y1DjYSZLNFt1jftPWZZInG/XUA==
+"@storybook/channels@8.1.11", "@storybook/channels@^8.0.6":
+ version "8.1.11"
+ resolved "https://registry.yarnpkg.com/@storybook/channels/-/channels-8.1.11.tgz#7d4b1877ae31d4c073c17a36b157067e2a71f231"
+ integrity sha512-fu5FTqo6duOqtJFa6gFzKbiSLJoia+8Tibn3xFfB6BeifWrH81hc+AZq0lTmHo5qax2G5t8ZN8JooHjMw6k2RA==
dependencies:
- "@storybook/client-logger" "7.6.17"
- "@storybook/core-events" "7.6.17"
+ "@storybook/client-logger" "8.1.11"
+ "@storybook/core-events" "8.1.11"
"@storybook/global" "^5.0.0"
- qs "^6.10.0"
telejson "^7.2.0"
tiny-invariant "^1.3.1"
-"@storybook/channels@8.0.9", "@storybook/channels@^8.0.6":
- version "8.0.9"
- resolved "https://registry.yarnpkg.com/@storybook/channels/-/channels-8.0.9.tgz#886aff858a13c11f49ca3d92d8a2ade67f19d407"
- integrity sha512-7Lcfyy5CsLWWGhMPO9WG4jZ/Alzp0AjepFhEreYHRPtQrfttp6qMAjE/g1aHgun0qHCYWxwqIG4NLR/hqDNrXQ==
+"@storybook/cli@8.1.11":
+ version "8.1.11"
+ resolved "https://registry.yarnpkg.com/@storybook/cli/-/cli-8.1.11.tgz#0eb593e23a7c6016b458bfb6e5a365f0657de025"
+ integrity sha512-4U48w9C7mVEKrykcPcfHwJkRyCqJ28XipbElACbjIIkQEqaHaOVtP3GeKIrgkoOXe/HK3O4zKWRP2SqlVS0r4A==
dependencies:
- "@storybook/client-logger" "8.0.9"
- "@storybook/core-events" "8.0.9"
- "@storybook/global" "^5.0.0"
- telejson "^7.2.0"
- tiny-invariant "^1.3.1"
-
-"@storybook/cli@8.0.9":
- version "8.0.9"
- resolved "https://registry.yarnpkg.com/@storybook/cli/-/cli-8.0.9.tgz#20d90c5c357d063c054f8594a6b327ce447364fd"
- integrity sha512-lilYTKn8F5YOePijqfRYFa5v2mHVIJxPCIgTn+OXAmAFbcizZ6P8P6niU4J/NXulgx68Ln1M7hYhFtTP25hVTw==
- dependencies:
- "@babel/core" "^7.23.0"
- "@babel/types" "^7.23.0"
+ "@babel/core" "^7.24.4"
+ "@babel/types" "^7.24.0"
"@ndelangen/get-tarball" "^3.0.7"
- "@storybook/codemod" "8.0.9"
- "@storybook/core-common" "8.0.9"
- "@storybook/core-events" "8.0.9"
- "@storybook/core-server" "8.0.9"
- "@storybook/csf-tools" "8.0.9"
- "@storybook/node-logger" "8.0.9"
- "@storybook/telemetry" "8.0.9"
- "@storybook/types" "8.0.9"
+ "@storybook/codemod" "8.1.11"
+ "@storybook/core-common" "8.1.11"
+ "@storybook/core-events" "8.1.11"
+ "@storybook/core-server" "8.1.11"
+ "@storybook/csf-tools" "8.1.11"
+ "@storybook/node-logger" "8.1.11"
+ "@storybook/telemetry" "8.1.11"
+ "@storybook/types" "8.1.11"
"@types/semver" "^7.3.4"
"@yarnpkg/fslib" "2.10.3"
"@yarnpkg/libzip" "2.3.0"
@@ -4778,7 +5006,7 @@
fs-extra "^11.1.0"
get-npm-tarball-url "^2.0.3"
giget "^1.0.0"
- globby "^11.0.2"
+ globby "^14.0.1"
jscodeshift "^0.15.1"
leven "^3.1.0"
ora "^5.4.1"
@@ -4787,69 +5015,63 @@
read-pkg-up "^7.0.1"
semver "^7.3.7"
strip-json-comments "^3.0.1"
- tempy "^1.0.1"
+ tempy "^3.1.0"
tiny-invariant "^1.3.1"
ts-dedent "^2.0.0"
-"@storybook/client-logger@7.6.17":
- version "7.6.17"
- resolved "https://registry.yarnpkg.com/@storybook/client-logger/-/client-logger-7.6.17.tgz#5031c47b7df8d8792fe9dfed5828222f515e5803"
- integrity sha512-6WBYqixAXNAXlSaBWwgljWpAu10tPRBJrcFvx2gPUne58EeMM20Gi/iHYBz2kMCY+JLAgeIH7ZxInqwO8vDwiQ==
+"@storybook/client-logger@8.1.11":
+ version "8.1.11"
+ resolved "https://registry.yarnpkg.com/@storybook/client-logger/-/client-logger-8.1.11.tgz#4fbf660869466d5faff89827ac9dee2fc1a084b0"
+ integrity sha512-DVMh2usz3yYmlqCLCiCKy5fT8/UR9aTh+gSqwyNFkGZrIM4otC5A8eMXajXifzotQLT5SaOEnM3WzHwmpvMIEA==
dependencies:
"@storybook/global" "^5.0.0"
-"@storybook/client-logger@8.0.9":
- version "8.0.9"
- resolved "https://registry.yarnpkg.com/@storybook/client-logger/-/client-logger-8.0.9.tgz#90a099ad79d6959cd3d0ee4f753edb0cc54a54f5"
- integrity sha512-LzV/RHkbf07sRc1Jc0ff36RlapKf9Ul7/+9VMvVbI3hshH1CpmrZK4t/tsIdpX/EVOdJ1Gg5cES06PnleOAIPA==
+"@storybook/codemod@8.1.11":
+ version "8.1.11"
+ resolved "https://registry.yarnpkg.com/@storybook/codemod/-/codemod-8.1.11.tgz#3a757511ac48fde6c5dbbdc248a6915c72157eba"
+ integrity sha512-/LCozjH1IQ1TOs9UQV59BE0X6UZ9q+C0NEUz7qmJZPrwAii3FkW4l7D/fwxblpMExaoxv0oE8NQfUz49U/5Ymg==
dependencies:
- "@storybook/global" "^5.0.0"
-
-"@storybook/codemod@8.0.9":
- version "8.0.9"
- resolved "https://registry.yarnpkg.com/@storybook/codemod/-/codemod-8.0.9.tgz#196dae4b4a921244ed384217f79651979eff1b45"
- integrity sha512-VBeGpSZSQpL6iyLLqceJSNGhdCqcNwv+xC/aWdDFOkmuE1YfbmNNwpa9QYv4ZFJ2QjUsm4iTWG60qK+9NXeSKA==
- dependencies:
- "@babel/core" "^7.23.2"
- "@babel/preset-env" "^7.23.2"
- "@babel/types" "^7.23.0"
- "@storybook/csf" "^0.1.4"
- "@storybook/csf-tools" "8.0.9"
- "@storybook/node-logger" "8.0.9"
- "@storybook/types" "8.0.9"
+ "@babel/core" "^7.24.4"
+ "@babel/preset-env" "^7.24.4"
+ "@babel/types" "^7.24.0"
+ "@storybook/csf" "^0.1.7"
+ "@storybook/csf-tools" "8.1.11"
+ "@storybook/node-logger" "8.1.11"
+ "@storybook/types" "8.1.11"
"@types/cross-spawn" "^6.0.2"
cross-spawn "^7.0.3"
- globby "^11.0.2"
+ globby "^14.0.1"
jscodeshift "^0.15.1"
lodash "^4.17.21"
prettier "^3.1.1"
recast "^0.23.5"
tiny-invariant "^1.3.1"
-"@storybook/components@8.0.9", "@storybook/components@^8.0.6":
- version "8.0.9"
- resolved "https://registry.yarnpkg.com/@storybook/components/-/components-8.0.9.tgz#f087e69d8d95ff0e5766042fc4f9481882db73bb"
- integrity sha512-JcwBGADzIJs0PSzqykrrD2KHzNG9wtexUOKuidt+FSv9szpUhe3qBAXIHpdfBRl7mOJ9TRZ5rt+mukEnfncdzA==
+"@storybook/components@8.1.11", "@storybook/components@^8.0.6":
+ version "8.1.11"
+ resolved "https://registry.yarnpkg.com/@storybook/components/-/components-8.1.11.tgz#2b51a55118371cb639dd0f6a1c2520a235c928b6"
+ integrity sha512-iXKsNu7VmrLBtjMfPj7S4yJ6T13GU6joKcVcrcw8wfrQJGlPFp4YaURPBUEDxvCt1XWi5JkaqJBvb48kIrROEQ==
dependencies:
+ "@radix-ui/react-dialog" "^1.0.5"
"@radix-ui/react-slot" "^1.0.2"
- "@storybook/client-logger" "8.0.9"
- "@storybook/csf" "^0.1.4"
+ "@storybook/client-logger" "8.1.11"
+ "@storybook/csf" "^0.1.7"
"@storybook/global" "^5.0.0"
"@storybook/icons" "^1.2.5"
- "@storybook/theming" "8.0.9"
- "@storybook/types" "8.0.9"
+ "@storybook/theming" "8.1.11"
+ "@storybook/types" "8.1.11"
memoizerific "^1.11.3"
util-deprecate "^1.0.2"
-"@storybook/core-common@8.0.9":
- version "8.0.9"
- resolved "https://registry.yarnpkg.com/@storybook/core-common/-/core-common-8.0.9.tgz#ccf97c549943f670dcecaefebeb4a8637bac6b42"
- integrity sha512-Jmue+sfHFb4GTYBzyWYw1MygoJiQSfISIrKmNIzAmZ+oR9EOr+jpu/i/bH+uetZ2Hqg1AGhj1VB7OtJp9HQyWw==
+"@storybook/core-common@8.1.11":
+ version "8.1.11"
+ resolved "https://registry.yarnpkg.com/@storybook/core-common/-/core-common-8.1.11.tgz#02600936b5285ebefbfe9d6caf653aab5e213257"
+ integrity sha512-Ix0nplD4I4DrV2t9B+62jaw1baKES9UbR/Jz9LVKFF9nsua3ON0aVe73dOjMxFWBngpzBYWe+zYBTZ7aQtDH4Q==
dependencies:
- "@storybook/core-events" "8.0.9"
- "@storybook/csf-tools" "8.0.9"
- "@storybook/node-logger" "8.0.9"
- "@storybook/types" "8.0.9"
+ "@storybook/core-events" "8.1.11"
+ "@storybook/csf-tools" "8.1.11"
+ "@storybook/node-logger" "8.1.11"
+ "@storybook/types" "8.1.11"
"@yarnpkg/fslib" "2.10.3"
"@yarnpkg/libzip" "2.3.0"
chalk "^4.1.0"
@@ -4867,51 +5089,48 @@
node-fetch "^2.0.0"
picomatch "^2.3.0"
pkg-dir "^5.0.0"
+ prettier-fallback "npm:prettier@^3"
pretty-hrtime "^1.0.3"
resolve-from "^5.0.0"
semver "^7.3.7"
- tempy "^1.0.1"
+ tempy "^3.1.0"
tiny-invariant "^1.3.1"
ts-dedent "^2.0.0"
util "^0.12.4"
-"@storybook/core-events@7.6.17":
- version "7.6.17"
- resolved "https://registry.yarnpkg.com/@storybook/core-events/-/core-events-7.6.17.tgz#9e1a795558193089fb227cfe2cf768c99418a640"
- integrity sha512-AriWMCm/k1cxlv10f+jZ1wavThTRpLaN3kY019kHWbYT9XgaSuLU67G7GPr3cGnJ6HuA6uhbzu8qtqVCd6OfXA==
+"@storybook/core-events@8.1.11", "@storybook/core-events@^8.0.6":
+ version "8.1.11"
+ resolved "https://registry.yarnpkg.com/@storybook/core-events/-/core-events-8.1.11.tgz#e72f9563aef3286c106021d9926723bc24614f4a"
+ integrity sha512-vXaNe2KEW9BGlLrg0lzmf5cJ0xt+suPjWmEODH5JqBbrdZ67X6ApA2nb6WcxDQhykesWCuFN5gp1l+JuDOBi7A==
dependencies:
+ "@storybook/csf" "^0.1.7"
ts-dedent "^2.0.0"
-"@storybook/core-events@8.0.9", "@storybook/core-events@^8.0.6":
- version "8.0.9"
- resolved "https://registry.yarnpkg.com/@storybook/core-events/-/core-events-8.0.9.tgz#d14db371f1f959e8c3baaa6098d2c506bcb3f3ad"
- integrity sha512-DxSUx7wG9Qe3OFUBnv3OrYq48J8UWNo2DUR5/JecJCtp3n++L4fAEW3J0IF5FfxpQDMQSp1yTNjZ2PaWCMd2ag==
- dependencies:
- ts-dedent "^2.0.0"
-
-"@storybook/core-server@8.0.9":
- version "8.0.9"
- resolved "https://registry.yarnpkg.com/@storybook/core-server/-/core-server-8.0.9.tgz#c3f4790e35b6a116df64c6e6d1161c2077c70c4e"
- integrity sha512-BIe1T5YUBl0GYxEjRoTQsvXD2pyuzL8rPTUD41zlzSQM0R8U6Iant9SzRms4u0+rKUm2mGxxKuODlUo5ewqaGA==
+"@storybook/core-server@8.1.11":
+ version "8.1.11"
+ resolved "https://registry.yarnpkg.com/@storybook/core-server/-/core-server-8.1.11.tgz#329f4d765f6e96d6e0128684179b04788cec2897"
+ integrity sha512-L6dzQTmR0np/kagNONvvlm6lSvF1FNc9js3vxsEEPnEypLbhx8bDZaHmuhmBpYUzKyUMpRVQTE/WgjHLuBBuxA==
dependencies:
"@aw-web-design/x-default-browser" "1.4.126"
- "@babel/core" "^7.23.9"
+ "@babel/core" "^7.24.4"
+ "@babel/parser" "^7.24.4"
"@discoveryjs/json-ext" "^0.5.3"
- "@storybook/builder-manager" "8.0.9"
- "@storybook/channels" "8.0.9"
- "@storybook/core-common" "8.0.9"
- "@storybook/core-events" "8.0.9"
- "@storybook/csf" "^0.1.4"
- "@storybook/csf-tools" "8.0.9"
- "@storybook/docs-mdx" "3.0.0"
+ "@storybook/builder-manager" "8.1.11"
+ "@storybook/channels" "8.1.11"
+ "@storybook/core-common" "8.1.11"
+ "@storybook/core-events" "8.1.11"
+ "@storybook/csf" "^0.1.7"
+ "@storybook/csf-tools" "8.1.11"
+ "@storybook/docs-mdx" "3.1.0-next.0"
"@storybook/global" "^5.0.0"
- "@storybook/manager" "8.0.9"
- "@storybook/manager-api" "8.0.9"
- "@storybook/node-logger" "8.0.9"
- "@storybook/preview-api" "8.0.9"
- "@storybook/telemetry" "8.0.9"
- "@storybook/types" "8.0.9"
+ "@storybook/manager" "8.1.11"
+ "@storybook/manager-api" "8.1.11"
+ "@storybook/node-logger" "8.1.11"
+ "@storybook/preview-api" "8.1.11"
+ "@storybook/telemetry" "8.1.11"
+ "@storybook/types" "8.1.11"
"@types/detect-port" "^1.3.0"
+ "@types/diff" "^5.0.9"
"@types/node" "^18.0.0"
"@types/pretty-hrtime" "^1.0.0"
"@types/semver" "^7.3.4"
@@ -4920,10 +5139,10 @@
cli-table3 "^0.6.1"
compression "^1.7.4"
detect-port "^1.3.0"
+ diff "^5.2.0"
express "^4.17.3"
fs-extra "^11.1.0"
- globby "^11.0.2"
- ip "^2.0.1"
+ globby "^14.0.1"
lodash "^4.17.21"
open "^8.4.0"
pretty-hrtime "^1.0.3"
@@ -4938,61 +5157,61 @@
watchpack "^2.2.0"
ws "^8.2.3"
-"@storybook/core-webpack@8.0.9":
- version "8.0.9"
- resolved "https://registry.yarnpkg.com/@storybook/core-webpack/-/core-webpack-8.0.9.tgz#ac8211977bcfc26e24900a3b5dd9cdbc6eb31a7e"
- integrity sha512-lehuuAmHt/p5z8lZkMW16Y/+uDEh+Z/tExItVadtjEY8jXDe2Ilr1Cts2lvzVNuuESEKd5bqsGJ1L4t9Bf25pg==
+"@storybook/core-webpack@8.1.11":
+ version "8.1.11"
+ resolved "https://registry.yarnpkg.com/@storybook/core-webpack/-/core-webpack-8.1.11.tgz#7ef4b40c54520725fdf2f8bfd1a358d7aebe2cf1"
+ integrity sha512-UQY+t0BDb408OuxW6jQN1ghXcejZlFNgprgvuKlhY3MSv1XwmjrxBDwnLDat4QfBJHFbjdn4eR7pSBzrfE6tKA==
dependencies:
- "@storybook/core-common" "8.0.9"
- "@storybook/node-logger" "8.0.9"
- "@storybook/types" "8.0.9"
+ "@storybook/core-common" "8.1.11"
+ "@storybook/node-logger" "8.1.11"
+ "@storybook/types" "8.1.11"
"@types/node" "^18.0.0"
ts-dedent "^2.0.0"
-"@storybook/csf-plugin@8.0.9":
- version "8.0.9"
- resolved "https://registry.yarnpkg.com/@storybook/csf-plugin/-/csf-plugin-8.0.9.tgz#af030b3063d01278de332c5985df8cff10e9b63b"
- integrity sha512-pXaNCNi++kxKsqSWwvx215fPx8cNqvepLVxQ7B69qXLHj80DHn0Q3DFBO3sLXNiQMJ2JK4OYcTxMfuOiyzszKw==
+"@storybook/csf-plugin@8.1.11":
+ version "8.1.11"
+ resolved "https://registry.yarnpkg.com/@storybook/csf-plugin/-/csf-plugin-8.1.11.tgz#d09e5b3297c93da513d6760fe81d63649c0be8b2"
+ integrity sha512-hkA8gjFtSN/tabG0cuvmEqanMXtxPr3qTkp4UNSt1R6jBEgFHRG2y/KYLl367kDwOSFTT987ZgRfJJruU66Fvw==
dependencies:
- "@storybook/csf-tools" "8.0.9"
+ "@storybook/csf-tools" "8.1.11"
unplugin "^1.3.1"
-"@storybook/csf-tools@8.0.9":
- version "8.0.9"
- resolved "https://registry.yarnpkg.com/@storybook/csf-tools/-/csf-tools-8.0.9.tgz#8c24422fc12519be7756b4dcccad900962e6a88a"
- integrity sha512-PiNMhL97giLytTdQwuhsZ92buVk4gy9H/8DtrDhUc45/1OmF95gogm6T2Yap729SIFwgpOcuq/U3aVo6d6swVQ==
+"@storybook/csf-tools@8.1.11":
+ version "8.1.11"
+ resolved "https://registry.yarnpkg.com/@storybook/csf-tools/-/csf-tools-8.1.11.tgz#e89699f6fdc336778f7174a01734f37025ca09c9"
+ integrity sha512-6qMWAg/dBwCVIHzANM9lSHoirwqSS+wWmv+NwAs0t9S94M75IttHYxD3IyzwaSYCC5llp0EQFvtXXAuSfFbibg==
dependencies:
- "@babel/generator" "^7.23.0"
- "@babel/parser" "^7.23.0"
- "@babel/traverse" "^7.23.2"
- "@babel/types" "^7.23.0"
- "@storybook/csf" "^0.1.4"
- "@storybook/types" "8.0.9"
+ "@babel/generator" "^7.24.4"
+ "@babel/parser" "^7.24.4"
+ "@babel/traverse" "^7.24.1"
+ "@babel/types" "^7.24.0"
+ "@storybook/csf" "^0.1.7"
+ "@storybook/types" "8.1.11"
fs-extra "^11.1.0"
recast "^0.23.5"
ts-dedent "^2.0.0"
-"@storybook/csf@^0.1.2", "@storybook/csf@^0.1.4":
- version "0.1.5"
- resolved "https://registry.yarnpkg.com/@storybook/csf/-/csf-0.1.5.tgz#58c489f443ad8642957565dac0c7cd860a85162f"
- integrity sha512-pW7Dtk/bE2JGrAe/KuBY4Io02NBe/2CLP2DkgVgWlSwvEVdm/rbQyiwy8RaL0lQlJCv9CsGBY+n9HQG8d4bZjQ==
+"@storybook/csf@^0.1.7":
+ version "0.1.11"
+ resolved "https://registry.yarnpkg.com/@storybook/csf/-/csf-0.1.11.tgz#ad685a4fe564a47a6b73571c2e7c07b526f4f71b"
+ integrity sha512-dHYFQH3mA+EtnCkHXzicbLgsvzYjcDJ1JWsogbItZogkPHgSJM/Wr71uMkcvw8v9mmCyP4NpXJuu6bPoVsOnzg==
dependencies:
type-fest "^2.19.0"
-"@storybook/docs-mdx@3.0.0":
- version "3.0.0"
- resolved "https://registry.yarnpkg.com/@storybook/docs-mdx/-/docs-mdx-3.0.0.tgz#5c9b5ce35dcb00ad8aa5dddbabf52ad09fab3974"
- integrity sha512-NmiGXl2HU33zpwTv1XORe9XG9H+dRUC1Jl11u92L4xr062pZtrShLmD4VKIsOQujxhhOrbxpwhNOt+6TdhyIdQ==
-
-"@storybook/docs-tools@8.0.9":
- version "8.0.9"
- resolved "https://registry.yarnpkg.com/@storybook/docs-tools/-/docs-tools-8.0.9.tgz#4257adede62028a6e1176151a09fa4f4fa146b12"
- integrity sha512-OzogAeOmeHea/MxSPKRBWtOQVNSpoq+OOpimO9YRA5h5GBRJ2TUOGT44Gny6QT4ll5AvQA8fIiq9KezKcLekAg==
- dependencies:
- "@storybook/core-common" "8.0.9"
- "@storybook/core-events" "8.0.9"
- "@storybook/preview-api" "8.0.9"
- "@storybook/types" "8.0.9"
+"@storybook/docs-mdx@3.1.0-next.0":
+ version "3.1.0-next.0"
+ resolved "https://registry.yarnpkg.com/@storybook/docs-mdx/-/docs-mdx-3.1.0-next.0.tgz#9567c6eb621110dcf6554923a975238953d06305"
+ integrity sha512-t4syFIeSyufieNovZbLruPt2DmRKpbwL4fERCZ1MifWDRIORCKLc4NCEHy+IqvIqd71/SJV2k4B51nF7vlJfmQ==
+
+"@storybook/docs-tools@8.1.11":
+ version "8.1.11"
+ resolved "https://registry.yarnpkg.com/@storybook/docs-tools/-/docs-tools-8.1.11.tgz#f779d3dd0fc4545c7c6a74c6c38663e72c51a52e"
+ integrity sha512-mEXtR9rS7Y+OdKtT/QG6JBGYR1L41mcDhIqhnk7RmYl9qJstVAegrCKWR53sPKFdTVOHU7dmu6k+BD+TqHpyyw==
+ dependencies:
+ "@storybook/core-common" "8.1.11"
+ "@storybook/core-events" "8.1.11"
+ "@storybook/preview-api" "8.1.11"
+ "@storybook/types" "8.1.11"
"@types/doctrine" "^0.0.3"
assert "^2.1.0"
doctrine "^3.0.0"
@@ -5008,40 +5227,20 @@
resolved "https://registry.yarnpkg.com/@storybook/icons/-/icons-1.2.9.tgz#bb4a51a79e186b62e2dd0e04928b8617ac573838"
integrity sha512-cOmylsz25SYXaJL/gvTk/dl3pyk7yBFRfeXTsHvTA3dfhoU/LWSq0NKL9nM7WBasJyn6XPSGnLS4RtKXLw5EUg==
-"@storybook/manager-api@7.6.17":
- version "7.6.17"
- resolved "https://registry.yarnpkg.com/@storybook/manager-api/-/manager-api-7.6.17.tgz#cdf0bb8e5bdc3da2559150125b3d6a3ff72f0def"
- integrity sha512-IJIV1Yc6yw1dhCY4tReHCfBnUKDqEBnMyHp3mbXpsaHxnxJZrXO45WjRAZIKlQKhl/Ge1CrnznmHRCmYgqmrWg==
+"@storybook/manager-api@8.1.11":
+ version "8.1.11"
+ resolved "https://registry.yarnpkg.com/@storybook/manager-api/-/manager-api-8.1.11.tgz#f1a00215512a75026733d7e4eb8212b35d2cfd86"
+ integrity sha512-QSgwKfAw01K9YvvZj30iGBMgQ4YaCT3vojmttuqdH5ukyXkiO7pENLJj4Y+alwUeSi0g+SJeadCI3PXySBHOGg==
dependencies:
- "@storybook/channels" "7.6.17"
- "@storybook/client-logger" "7.6.17"
- "@storybook/core-events" "7.6.17"
- "@storybook/csf" "^0.1.2"
- "@storybook/global" "^5.0.0"
- "@storybook/router" "7.6.17"
- "@storybook/theming" "7.6.17"
- "@storybook/types" "7.6.17"
- dequal "^2.0.2"
- lodash "^4.17.21"
- memoizerific "^1.11.3"
- store2 "^2.14.2"
- telejson "^7.2.0"
- ts-dedent "^2.0.0"
-
-"@storybook/manager-api@8.0.9":
- version "8.0.9"
- resolved "https://registry.yarnpkg.com/@storybook/manager-api/-/manager-api-8.0.9.tgz#5361d253c6704643f44afb95271b3d206d831740"
- integrity sha512-99b3yKArDSvfabXL7QE3nA95e4DdW/5H/ZCcr6/E2qCQJayZ6G1v/WWamKXbiaTpkndulFmcb/+ZmnDXcweIIQ==
- dependencies:
- "@storybook/channels" "8.0.9"
- "@storybook/client-logger" "8.0.9"
- "@storybook/core-events" "8.0.9"
- "@storybook/csf" "^0.1.4"
+ "@storybook/channels" "8.1.11"
+ "@storybook/client-logger" "8.1.11"
+ "@storybook/core-events" "8.1.11"
+ "@storybook/csf" "^0.1.7"
"@storybook/global" "^5.0.0"
"@storybook/icons" "^1.2.5"
- "@storybook/router" "8.0.9"
- "@storybook/theming" "8.0.9"
- "@storybook/types" "8.0.9"
+ "@storybook/router" "8.1.11"
+ "@storybook/theming" "8.1.11"
+ "@storybook/types" "8.1.11"
dequal "^2.0.2"
lodash "^4.17.21"
memoizerific "^1.11.3"
@@ -5049,36 +5248,37 @@
telejson "^7.2.0"
ts-dedent "^2.0.0"
-"@storybook/manager@8.0.9":
- version "8.0.9"
- resolved "https://registry.yarnpkg.com/@storybook/manager/-/manager-8.0.9.tgz#e24971577714bbed02b55596d1363fbda78cfa21"
- integrity sha512-+NnRo+5JQFGNqveKrLtC0b+Z08Tae4m44iq292bPeZMpr9OkFsIkU0PBPsHTHPkrqC/zZXRNsCsTEgvu3p2OIA==
+"@storybook/manager@8.1.11":
+ version "8.1.11"
+ resolved "https://registry.yarnpkg.com/@storybook/manager/-/manager-8.1.11.tgz#a5bd296a3ae3f8a486b79ae12a7265e3063f0009"
+ integrity sha512-e02y9dmxowo7cTKYm9am7UO6NOHoHy6Xi7xZf/UA932qLwFZUtk5pnwIEFaZWI3OQsRUCGhP+FL5zizU7uVZeg==
-"@storybook/node-logger@8.0.9", "@storybook/node-logger@^8.0.6":
- version "8.0.9"
- resolved "https://registry.yarnpkg.com/@storybook/node-logger/-/node-logger-8.0.9.tgz#0825e53bce014a8faa51029ab89e91b5eac1af8b"
- integrity sha512-5ajMdZFrYrjGLJOVDq7dlEQNFsgeLHymt4dCK9MulL/ciXykmXUZXE3Bye0wFy+I2qqDVvrvR8uzCvSFvm5MAQ==
+"@storybook/node-logger@8.1.11", "@storybook/node-logger@^8.0.6":
+ version "8.1.11"
+ resolved "https://registry.yarnpkg.com/@storybook/node-logger/-/node-logger-8.1.11.tgz#451750347869cf128a02acfee8232d9952f99953"
+ integrity sha512-wdzFo7B2naGhS52L3n1qBkt5BfvQjs8uax6B741yKRpiGgeAN8nz8+qelkD25MbSukxvbPgDot7WJvsMU/iCzg==
"@storybook/preset-create-react-app@^8.0.6":
- version "8.0.9"
- resolved "https://registry.yarnpkg.com/@storybook/preset-create-react-app/-/preset-create-react-app-8.0.9.tgz#b09eea0b5b3c873141202fa648b6a31a0d957fe9"
- integrity sha512-7IjDztstczSFoLlzhWt6MAE2IKVA1B2CLiXRVlw1aK9+dv5n0ctZQzRCwwvTQXdlI3ABSqB7Gn6khKJOBYUhlg==
+ version "8.1.11"
+ resolved "https://registry.yarnpkg.com/@storybook/preset-create-react-app/-/preset-create-react-app-8.1.11.tgz#5d9d9d766f14c91a4fbe133561bb13beae089bba"
+ integrity sha512-aDVux18+Ew39WRqSpVncxJOzjFbspFW7x6Wcg3lWJnjMKAKuQ23Plh8ICcm74SxC8Xm7dyZzxi/upeHph6KdXg==
dependencies:
"@pmmmwh/react-refresh-webpack-plugin" "^0.5.1"
- "@storybook/types" "8.0.9"
+ "@storybook/react-docgen-typescript-plugin" "1.0.6--canary.9.0c3f3b7.0"
+ "@storybook/types" "8.1.11"
"@types/semver" "^7.5.6"
pnp-webpack-plugin "^1.7.0"
semver "^7.5.4"
-"@storybook/preset-react-webpack@8.0.9":
- version "8.0.9"
- resolved "https://registry.yarnpkg.com/@storybook/preset-react-webpack/-/preset-react-webpack-8.0.9.tgz#4070b62a34b23916d720893eb2b3043765eb13b6"
- integrity sha512-kkJG03ZOJXM8fhYJuvAX9+3QVwoOMnz1tj75M/45c9i6XafPrBi2imGZWjXzuKXMxg/KO9fS/Y0JZmDh7vPM9g==
+"@storybook/preset-react-webpack@8.1.11":
+ version "8.1.11"
+ resolved "https://registry.yarnpkg.com/@storybook/preset-react-webpack/-/preset-react-webpack-8.1.11.tgz#4d43985cdbbcafd2c52be327156d5079f2828e23"
+ integrity sha512-2a+1TyztCOlwZAcfBUinzjTpaqsWNrco9Vfq5ueJTmNl/EwtN33sxoAu2bBaUkka8MvPZl5a1VP1b5e2GXHFEQ==
dependencies:
- "@storybook/core-webpack" "8.0.9"
- "@storybook/docs-tools" "8.0.9"
- "@storybook/node-logger" "8.0.9"
- "@storybook/react" "8.0.9"
+ "@storybook/core-webpack" "8.1.11"
+ "@storybook/docs-tools" "8.1.11"
+ "@storybook/node-logger" "8.1.11"
+ "@storybook/react" "8.1.11"
"@storybook/react-docgen-typescript-plugin" "1.0.6--canary.9.0c3f3b7.0"
"@types/node" "^18.0.0"
"@types/semver" "^7.3.4"
@@ -5091,37 +5291,17 @@
tsconfig-paths "^4.2.0"
webpack "5"
-"@storybook/preview-api@7.6.17":
- version "7.6.17"
- resolved "https://registry.yarnpkg.com/@storybook/preview-api/-/preview-api-7.6.17.tgz#03dd399bf3bb8ac6f4aad3c738365b86b8790157"
- integrity sha512-wLfDdI9RWo1f2zzFe54yRhg+2YWyxLZvqdZnSQ45mTs4/7xXV5Wfbv3QNTtcdw8tT3U5KRTrN1mTfTCiRJc0Kw==
+"@storybook/preview-api@8.1.11":
+ version "8.1.11"
+ resolved "https://registry.yarnpkg.com/@storybook/preview-api/-/preview-api-8.1.11.tgz#37734167dac68a7397b3a0245bf636535057af7b"
+ integrity sha512-8ZChmFV56GKppCJ0hnBd/kNTfGn2gWVq1242kuet13pbJtBpvOhyq4W01e/Yo14tAPXvgz8dSnMvWLbJx4QfhQ==
dependencies:
- "@storybook/channels" "7.6.17"
- "@storybook/client-logger" "7.6.17"
- "@storybook/core-events" "7.6.17"
- "@storybook/csf" "^0.1.2"
+ "@storybook/channels" "8.1.11"
+ "@storybook/client-logger" "8.1.11"
+ "@storybook/core-events" "8.1.11"
+ "@storybook/csf" "^0.1.7"
"@storybook/global" "^5.0.0"
- "@storybook/types" "7.6.17"
- "@types/qs" "^6.9.5"
- dequal "^2.0.2"
- lodash "^4.17.21"
- memoizerific "^1.11.3"
- qs "^6.10.0"
- synchronous-promise "^2.0.15"
- ts-dedent "^2.0.0"
- util-deprecate "^1.0.2"
-
-"@storybook/preview-api@8.0.9":
- version "8.0.9"
- resolved "https://registry.yarnpkg.com/@storybook/preview-api/-/preview-api-8.0.9.tgz#273ac693a8d7333a33e1a8202e663dd9a9f02cc4"
- integrity sha512-zHfX34bkAMzzmE7vbDzaqFwSW6ExiBD0HiO1L/IsHF55f0f7xV7IH8uJyFRrDTvAoW3ReSxZDMvvPpeydFPKGA==
- dependencies:
- "@storybook/channels" "8.0.9"
- "@storybook/client-logger" "8.0.9"
- "@storybook/core-events" "8.0.9"
- "@storybook/csf" "^0.1.4"
- "@storybook/global" "^5.0.0"
- "@storybook/types" "8.0.9"
+ "@storybook/types" "8.1.11"
"@types/qs" "^6.9.5"
dequal "^2.0.2"
lodash "^4.17.21"
@@ -5131,10 +5311,10 @@
ts-dedent "^2.0.0"
util-deprecate "^1.0.2"
-"@storybook/preview@8.0.9":
- version "8.0.9"
- resolved "https://registry.yarnpkg.com/@storybook/preview/-/preview-8.0.9.tgz#46ebdf09bc7eb9601c4ddce9a09e0c63ae31c662"
- integrity sha512-tFsR8xc8AYBZZrZw8enklFbSQt7ZAV+rv20BoxwDhd3q7fjXyK7O4moGPqUwBZ7rukTG13nPoISxr+VXAk/HYA==
+"@storybook/preview@8.1.11":
+ version "8.1.11"
+ resolved "https://registry.yarnpkg.com/@storybook/preview/-/preview-8.1.11.tgz#da251aa4789332154b1837abae0a3186a5442421"
+ integrity sha512-K/9NZmjnL0D1BROkTNWNoPqgL2UaocALRSqCARmkBLgU2Rn/FuZgEclHkWlYo6pUrmLNK+bZ+XzpNMu12iTbpg==
"@storybook/react-docgen-typescript-plugin@1.0.6--canary.9.0c3f3b7.0":
version "1.0.6--canary.9.0c3f3b7.0"
@@ -5149,32 +5329,33 @@
react-docgen-typescript "^2.2.2"
tslib "^2.0.0"
-"@storybook/react-dom-shim@8.0.9":
- version "8.0.9"
- resolved "https://registry.yarnpkg.com/@storybook/react-dom-shim/-/react-dom-shim-8.0.9.tgz#9fcfcc93a41c84f5a046b0b97647684061e2ac7d"
- integrity sha512-8011KlRuG3obr5pZZ7bcEyYYNWF3tR596YadoMd267NPoHKvwAbKL1L/DNgb6kiYjZDUf9QfaKSCWW31k0kcRQ==
+"@storybook/react-dom-shim@8.1.11":
+ version "8.1.11"
+ resolved "https://registry.yarnpkg.com/@storybook/react-dom-shim/-/react-dom-shim-8.1.11.tgz#d4cc6222eb1f169d10c5403dbb580e4c3e29c142"
+ integrity sha512-KVDSuipqkFjpGfldoRM5xR/N1/RNmbr+sVXqMmelr0zV2jGnexEZnoa7wRHk7IuXuivLWe8BxMxzvQWqjIa4GA==
"@storybook/react-webpack5@^8.0.6":
- version "8.0.9"
- resolved "https://registry.yarnpkg.com/@storybook/react-webpack5/-/react-webpack5-8.0.9.tgz#e91ce60be87b0a79ca9daa4d6d8b6417b27e03c4"
- integrity sha512-JJIEL7fXrSurzc/pUhvZMjwVZpKuWNwjq3N9jTjwy0GxN2lDEu6glHCyMglvij/GURWvm4eXsATHUfNf47B1AA==
- dependencies:
- "@storybook/builder-webpack5" "8.0.9"
- "@storybook/preset-react-webpack" "8.0.9"
- "@storybook/react" "8.0.9"
+ version "8.1.11"
+ resolved "https://registry.yarnpkg.com/@storybook/react-webpack5/-/react-webpack5-8.1.11.tgz#ebf7647a2e71c6c0107e11edc88b38c856c73fc3"
+ integrity sha512-VzugGZv9xsZo/mMBj7LsAbQChXIzqKGPRTIO+CQEkDe9HaWBYTJ5Ak46bKw318WYB6QdJcIe8v5sGv68TCStVA==
+ dependencies:
+ "@storybook/builder-webpack5" "8.1.11"
+ "@storybook/preset-react-webpack" "8.1.11"
+ "@storybook/react" "8.1.11"
+ "@storybook/types" "8.1.11"
"@types/node" "^18.0.0"
-"@storybook/react@8.0.9", "@storybook/react@^8.0.6":
- version "8.0.9"
- resolved "https://registry.yarnpkg.com/@storybook/react/-/react-8.0.9.tgz#b9e286245a4ae79ae0211d672b1143d1c73c90d3"
- integrity sha512-NeQ6suZG3HKikwe3Tx9cAIaRx7uP8FKCmlVvIiBg4LTTI5orCt94PPakvuZukZcbkqvcCnEBkebAzwUpn8PiJw==
+"@storybook/react@8.1.11", "@storybook/react@^8.0.6":
+ version "8.1.11"
+ resolved "https://registry.yarnpkg.com/@storybook/react/-/react-8.1.11.tgz#89408fa34b1ce79a3df17c2f41745fd37ba9f492"
+ integrity sha512-t+EYXOkgwg3ropLGS9y8gGvX5/Okffu/6JYL3YWksrBGAZSqVV4NkxCnVJZepS717SyhR0tN741gv/SxxFPJMg==
dependencies:
- "@storybook/client-logger" "8.0.9"
- "@storybook/docs-tools" "8.0.9"
+ "@storybook/client-logger" "8.1.11"
+ "@storybook/docs-tools" "8.1.11"
"@storybook/global" "^5.0.0"
- "@storybook/preview-api" "8.0.9"
- "@storybook/react-dom-shim" "8.0.9"
- "@storybook/types" "8.0.9"
+ "@storybook/preview-api" "8.1.11"
+ "@storybook/react-dom-shim" "8.1.11"
+ "@storybook/types" "8.1.11"
"@types/escodegen" "^0.0.6"
"@types/estree" "^0.0.51"
"@types/node" "^18.0.0"
@@ -5191,85 +5372,56 @@
type-fest "~2.19"
util-deprecate "^1.0.2"
-"@storybook/router@7.6.17":
- version "7.6.17"
- resolved "https://registry.yarnpkg.com/@storybook/router/-/router-7.6.17.tgz#de5016086191846ed12af7495aeddcc373cbd0d4"
- integrity sha512-GnyC0j6Wi5hT4qRhSyT8NPtJfGmf82uZw97LQRWeyYu5gWEshUdM7aj40XlNiScd5cZDp0owO1idduVF2k2l2A==
- dependencies:
- "@storybook/client-logger" "7.6.17"
- memoizerific "^1.11.3"
- qs "^6.10.0"
-
-"@storybook/router@8.0.9":
- version "8.0.9"
- resolved "https://registry.yarnpkg.com/@storybook/router/-/router-8.0.9.tgz#69cfff588d8c8a4160404f1f2897ce1feb9cecb1"
- integrity sha512-aAOWxbM9J4mt+cp4o88T2PB29mgBBTOzU37/pUsTHYnKnR9XI4npXEXdN8Gv+ryqM0kj0AbBpz/llFlnR2MNNA==
+"@storybook/router@8.1.11":
+ version "8.1.11"
+ resolved "https://registry.yarnpkg.com/@storybook/router/-/router-8.1.11.tgz#7e4d04d854f4935586fe298611f572e6a3ccb551"
+ integrity sha512-nU5lsBvy0L8wBYOkjagh29ztZicDATpZNYrHuavlhQ2jznmmHdJvXKYk+VrMAbthjQ6ZBqfeeMNPR1UlnqR5Rw==
dependencies:
- "@storybook/client-logger" "8.0.9"
+ "@storybook/client-logger" "8.1.11"
memoizerific "^1.11.3"
qs "^6.10.0"
-"@storybook/source-loader@8.0.9":
- version "8.0.9"
- resolved "https://registry.yarnpkg.com/@storybook/source-loader/-/source-loader-8.0.9.tgz#ab897fe28922cf71e58d25b0b22d9088ddd91a96"
- integrity sha512-FDnpxIGE5nIYT15pvYe6rz95TSBrdLcDll7lOHNyZisWt19MI3wZU3YkVsFNRBuFrebo+FjVU3wHyoV81ur1Qw==
+"@storybook/source-loader@8.1.11":
+ version "8.1.11"
+ resolved "https://registry.yarnpkg.com/@storybook/source-loader/-/source-loader-8.1.11.tgz#802215229efeed4887730a6b9ffcc6f76ce0a345"
+ integrity sha512-4cfJ7aPjtniIdDGiFjdFpO47byHOl4RKYCJEHf9t+j0xHmlXe4B9aAinxuFfv3GKAXfLvSbbwGO0cDZQRj+brw==
dependencies:
- "@storybook/csf" "^0.1.4"
- "@storybook/types" "8.0.9"
+ "@storybook/csf" "^0.1.7"
+ "@storybook/types" "8.1.11"
estraverse "^5.2.0"
lodash "^4.17.21"
prettier "^3.1.1"
-"@storybook/telemetry@8.0.9":
- version "8.0.9"
- resolved "https://registry.yarnpkg.com/@storybook/telemetry/-/telemetry-8.0.9.tgz#148bd044c4bac7197188aaf54e313fb184fd69aa"
- integrity sha512-AGGfcup06t+wxhBIkHd0iybieOh9PDVZQJ9oPct5JGB39+ni9wvs0WOD+MYlHbsjp8id7+aGkh6mYuYOvfck+Q==
+"@storybook/telemetry@8.1.11":
+ version "8.1.11"
+ resolved "https://registry.yarnpkg.com/@storybook/telemetry/-/telemetry-8.1.11.tgz#13b2fbf2a2eb4310c08f4743d0bdeaeba691663a"
+ integrity sha512-Jqvm7HcZismKzPuebhyLECO6KjGiSk4ycbca1WUM/TUvifxCXqgoUPlHHQEEfaRdHS63/MSqtMNjLsQRLC/vNQ==
dependencies:
- "@storybook/client-logger" "8.0.9"
- "@storybook/core-common" "8.0.9"
- "@storybook/csf-tools" "8.0.9"
+ "@storybook/client-logger" "8.1.11"
+ "@storybook/core-common" "8.1.11"
+ "@storybook/csf-tools" "8.1.11"
chalk "^4.1.0"
detect-package-manager "^2.0.1"
fetch-retry "^5.0.2"
fs-extra "^11.1.0"
read-pkg-up "^7.0.1"
-"@storybook/theming@7.6.17":
- version "7.6.17"
- resolved "https://registry.yarnpkg.com/@storybook/theming/-/theming-7.6.17.tgz#8170e3e72b921380c51a3970890d4cb479a65c2f"
- integrity sha512-ZbaBt3KAbmBtfjNqgMY7wPMBshhSJlhodyMNQypv+95xLD/R+Az6aBYbpVAOygLaUQaQk4ar7H/Ww6lFIoiFbA==
- dependencies:
- "@emotion/use-insertion-effect-with-fallbacks" "^1.0.0"
- "@storybook/client-logger" "7.6.17"
- "@storybook/global" "^5.0.0"
- memoizerific "^1.11.3"
-
-"@storybook/theming@8.0.9", "@storybook/theming@^8.0.6":
- version "8.0.9"
- resolved "https://registry.yarnpkg.com/@storybook/theming/-/theming-8.0.9.tgz#cb5a4f6ddc4a15faa64905cfad60422c3db252f2"
- integrity sha512-jgfDuYoiNMMirQiASN3Eg0hGDXsEtpdAcMxyShqYGwu9elxgD9yUnYC2nSckYsM74a3ZQ3JaViZ9ZFSe2FHmeQ==
+"@storybook/theming@8.1.11", "@storybook/theming@^8.0.6":
+ version "8.1.11"
+ resolved "https://registry.yarnpkg.com/@storybook/theming/-/theming-8.1.11.tgz#a1ca5e1c00cdbd100c8abf5e28180072aff50519"
+ integrity sha512-Chn/opjO6Rl1isNobutYqAH2PjKNkj09YBw/8noomk6gElSa3JbUTyaG/+JCHA6OG/9kUsqoKDb5cZmAKNq/jA==
dependencies:
"@emotion/use-insertion-effect-with-fallbacks" "^1.0.1"
- "@storybook/client-logger" "8.0.9"
+ "@storybook/client-logger" "8.1.11"
"@storybook/global" "^5.0.0"
memoizerific "^1.11.3"
-"@storybook/types@7.6.17":
- version "7.6.17"
- resolved "https://registry.yarnpkg.com/@storybook/types/-/types-7.6.17.tgz#0b3c27cb1708c0545a9ea1a23b73aa8852dd47c4"
- integrity sha512-GRY0xEJQ0PrL7DY2qCNUdIfUOE0Gsue6N+GBJw9ku1IUDFLJRDOF+4Dx2BvYcVCPI5XPqdWKlEyZdMdKjiQN7Q==
- dependencies:
- "@storybook/channels" "7.6.17"
- "@types/babel__core" "^7.0.0"
- "@types/express" "^4.7.0"
- file-system-cache "2.3.0"
-
-"@storybook/types@8.0.9":
- version "8.0.9"
- resolved "https://registry.yarnpkg.com/@storybook/types/-/types-8.0.9.tgz#6597c35c0b147e43a6b23b2159514fea312f2214"
- integrity sha512-ew0EXzk9k4B557P1qIWYrnvUcgaE0WWA5qQS0AU8l+fRTp5nvl9O3SP/zNIB0SN1qDFO7dXr3idTNTyIikTcEQ==
+"@storybook/types@8.1.11":
+ version "8.1.11"
+ resolved "https://registry.yarnpkg.com/@storybook/types/-/types-8.1.11.tgz#c6e89fb6d543ebd4d3445a465af6aa27fbbe6aaa"
+ integrity sha512-k9N5iRuY2+t7lVRL6xeu6diNsxO3YI3lS4Juv3RZ2K4QsE/b3yG5ElfJB8DjHDSHwRH4ORyrU71KkOCUVfvtnw==
dependencies:
- "@storybook/channels" "8.0.9"
+ "@storybook/channels" "8.1.11"
"@types/express" "^4.7.0"
file-system-cache "2.3.0"
@@ -5633,9 +5785,9 @@
"@babel/types" "^7.0.0"
"@types/babel__traverse@*", "@types/babel__traverse@^7.0.4", "@types/babel__traverse@^7.0.6", "@types/babel__traverse@^7.18.0":
- version "7.20.5"
- resolved "https://registry.yarnpkg.com/@types/babel__traverse/-/babel__traverse-7.20.5.tgz#7b7502be0aa80cc4ef22978846b983edaafcd4dd"
- integrity sha512-WXCyOcRtH37HAUkpXhUduaxdm82b4GSlyTqajXviN4EfiuPgNYR109xMCKvpl6zPIpua0DGlMEDCq+g8EdoheQ==
+ version "7.20.6"
+ resolved "https://registry.yarnpkg.com/@types/babel__traverse/-/babel__traverse-7.20.6.tgz#8dc9f0ae0f202c08d8d4dab648912c8d6038e3f7"
+ integrity sha512-r1bzfrm0tomOI8g1SzvCaQHo6Lcv6zu0EA+W2kHrt8dyrHQxGzBBL4kdkzIS+jBMV+EYcMAEAqXqYaLJq5rOZg==
dependencies:
"@babel/types" "^7.20.7"
@@ -5681,6 +5833,11 @@
resolved "https://registry.yarnpkg.com/@types/detect-port/-/detect-port-1.3.5.tgz#deecde143245989dee0e82115f3caba5ee0ea747"
integrity sha512-Rf3/lB9WkDfIL9eEKaSYKc+1L/rNVYBjThk22JTqQw0YozXarX8YljFAz+HCoC6h4B4KwCMsBPZHaFezwT4BNA==
+"@types/diff@^5.0.9":
+ version "5.2.1"
+ resolved "https://registry.yarnpkg.com/@types/diff/-/diff-5.2.1.tgz#cceae9c4b2dae5c6b8ab1ce1263601c255d87fb3"
+ integrity sha512-uxpcuwWJGhe2AR1g8hD9F5OYGCqjqWnBUQFD8gMZsDbv8oPHzxJF6iMO6n8Tk0AdzlxoaaoQhOYlIg/PukVU8g==
+
"@types/doctrine@^0.0.3":
version "0.0.3"
resolved "https://registry.yarnpkg.com/@types/doctrine/-/doctrine-0.0.3.tgz#e892d293c92c9c1d3f9af72c15a554fbc7e0895a"
@@ -5702,9 +5859,9 @@
integrity sha512-nv+GSx77ZtXiJzwKdsASqi+YQ5Z7vwHsTP0JY2SiQgjGckkBRKZnk8nIM+7oUZ1VCtuTz0+By4qVR7fqzp/Dfg==
"@types/emscripten@^1.39.6":
- version "1.39.10"
- resolved "https://registry.yarnpkg.com/@types/emscripten/-/emscripten-1.39.10.tgz#da6e58a6171b46a41d3694f812d845d515c77e18"
- integrity sha512-TB/6hBkYQJxsZHSqyeuO1Jt0AB/bW6G7rHt9g7lML7SOF6lbgcHvw/Lr+69iqN0qxgXLhWKScAon73JNnptuDw==
+ version "1.39.13"
+ resolved "https://registry.yarnpkg.com/@types/emscripten/-/emscripten-1.39.13.tgz#afeb1648648dc096efe57983e20387627306e2aa"
+ integrity sha512-cFq+fO/isvhvmuP/+Sl4K4jtU6E23DoivtbO4r50e3odaxAiVdbfSYRDdJ4gCdxx+3aRjhphS5ZMwIH4hFy/Cw==
"@types/escodegen@^0.0.6":
version "0.0.6"
@@ -5751,9 +5908,9 @@
integrity sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ==
"@types/express-serve-static-core@*", "@types/express-serve-static-core@^4.17.33":
- version "4.19.0"
- resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.19.0.tgz#3ae8ab3767d98d0b682cda063c3339e1e86ccfaa"
- integrity sha512-bGyep3JqPCRry1wq+O5n7oiBgGWmeIJXPjXXCo8EK0u8duZGSYar7cGqd3ML2JUsLGeB7fmc06KYo9fLGWqPvQ==
+ version "4.19.5"
+ resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.19.5.tgz#218064e321126fcf9048d1ca25dd2465da55d9c6"
+ integrity sha512-y6W03tvrACO72aijJ5uF02FRq5cgDR9lUxddQ8vyF+GvmjJQqbzDcJngEjURc+ZsG31VI3hODNZJ2URj86pzmg==
dependencies:
"@types/node" "*"
"@types/qs" "*"
@@ -5869,14 +6026,14 @@
integrity sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==
"@types/linkify-it@*":
- version "3.0.5"
- resolved "https://registry.yarnpkg.com/@types/linkify-it/-/linkify-it-3.0.5.tgz#1e78a3ac2428e6d7e6c05c1665c242023a4601d8"
- integrity sha512-yg6E+u0/+Zjva+buc3EIb+29XEg4wltq7cSmd4Uc2EE/1nUVmxyzpX6gUXD0V8jIrG0r7YeOGVIbYRkxeooCtw==
+ version "5.0.0"
+ resolved "https://registry.yarnpkg.com/@types/linkify-it/-/linkify-it-5.0.0.tgz#21413001973106cda1c3a9b91eedd4ccd5469d76"
+ integrity sha512-sVDA58zAw4eWAffKOaQH5/5j3XeayukzDk+ewSsnv3p4yJEZHCCzMDiZM8e0OUrRvmpGZ85jf4yDHkHsgBNr9Q==
"@types/lodash@^4.14.167":
- version "4.17.0"
- resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.17.0.tgz#d774355e41f372d5350a4d0714abb48194a489c3"
- integrity sha512-t7dhREVv6dbNj0q17X12j7yDG4bD/DHYX7o5/DbDxobP0HnGPgpRz2Ej77aL7TZT3DSw13fqUTj8J4mMnqa7WA==
+ version "4.17.6"
+ resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.17.6.tgz#193ced6a40c8006cfc1ca3f4553444fb38f0e543"
+ integrity sha512-OpXEVoCKSS3lQqjx9GGGOapBeuW5eUboYHRlHP9urXPX25IKZ6AnP5ZRxtVf63iieUbsHxLn8NQ5Nlftc6yzAA==
"@types/markdown-it@^12.2.3":
version "12.2.3"
@@ -5894,9 +6051,9 @@
"@types/unist" "^2"
"@types/mdurl@*":
- version "1.0.5"
- resolved "https://registry.yarnpkg.com/@types/mdurl/-/mdurl-1.0.5.tgz#3e0d2db570e9fb6ccb2dc8fde0be1d79ac810d39"
- integrity sha512-6L6VymKTzYSrEf4Nev4Xa1LCHKrlTlYCBMTlQKFuddo1CvQcE52I0mwfOJayueUC7MJuXOeHTcIU683lzd0cUA==
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/@types/mdurl/-/mdurl-2.0.0.tgz#d43878b5b20222682163ae6f897b20447233bdfd"
+ integrity sha512-RGdgjQUZba5p6QEFAVx2OGb8rQDL/cPRG7GiedRzMcJ1tYnUANBncjbSB1NRGwbvjcPeikRABz2nshyPk1bhWg==
"@types/mdx@^2.0.0":
version "2.0.13"
@@ -5926,9 +6083,9 @@
"@types/node" "*"
"@types/node@*":
- version "20.12.7"
- resolved "https://registry.yarnpkg.com/@types/node/-/node-20.12.7.tgz#04080362fa3dd6c5822061aa3124f5c152cff384"
- integrity sha512-wq0cICSkRLVaf3UGLMGItu/PtdY7oaXaI/RVU+xliKVOtRna3PRY57ZDfztpDL0n11vfymMUnXv8QwYCO7L1wg==
+ version "20.14.9"
+ resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.9.tgz#12e8e765ab27f8c421a1820c99f5f313a933b420"
+ integrity sha512-06OCtnTXtWOZBJlRApleWndH4JsRVs1pDCc8dLSQp+7PpUpX3ePdHyeNSFTeSe7FtKyQkrlPvHwJOW3SLd8Oyg==
dependencies:
undici-types "~5.26.4"
@@ -5943,9 +6100,9 @@
integrity sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==
"@types/node@^18.0.0":
- version "18.19.31"
- resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.31.tgz#b7d4a00f7cb826b60a543cebdbda5d189aaecdcd"
- integrity sha512-ArgCD39YpyyrtFKIqMDvjz79jto5fcI/SVUs2HwB+f0dAzq68yqOdyaSivLiLugSziTpNXLQrVb7RZFmdZzbhA==
+ version "18.19.39"
+ resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.39.tgz#c316340a5b4adca3aee9dcbf05de385978590593"
+ integrity sha512-nPwTRDKUctxw3di5b4TfT3I0sWDiWoPQCZjXhvdkINntwr8lcoVCKsTgnXeRubKIlfnV+eN/HYk6Jb40tbcEAQ==
dependencies:
undici-types "~5.26.4"
@@ -6042,9 +6199,9 @@
"@types/react" "*"
"@types/react@*", "@types/react@>=16.9.0", "@types/react@^16.8.0 || ^17.0.0 || ^18.0.0":
- version "18.3.1"
- resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.1.tgz#fed43985caa834a2084d002e4771e15dfcbdbe8e"
- integrity sha512-V0kuGBX3+prX+DQ/7r2qsv1NsdfnCLnTgnRJ1pYnxykBhGMz+qj+box5lq7XsO5mtZsBqpjwwTu/7wszPfMBcw==
+ version "18.3.3"
+ resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.3.tgz#9679020895318b0915d7a3ab004d92d33375c45f"
+ integrity sha512-hti/R0pS0q1/xx+TsI73XIqk26eBsISZ2R0wUijXIngRK9R/e7Xw/cXVxQK7R5JjW+SV4zGcn5hXjudkN/pLIw==
dependencies:
"@types/prop-types" "*"
csstype "^3.0.2"
@@ -6818,10 +6975,10 @@ acorn-globals@^6.0.0:
acorn "^7.1.1"
acorn-walk "^7.1.1"
-acorn-import-assertions@^1.9.0:
- version "1.9.0"
- resolved "https://registry.yarnpkg.com/acorn-import-assertions/-/acorn-import-assertions-1.9.0.tgz#507276249d684797c84e0734ef84860334cfb1ac"
- integrity sha512-cmMwop9x+8KFhxvKrKfPYmN6/pKTYYHBqLa0DfvVZcKMJWNyWLnaqND7dx/qn66R7ewM1UX5XMaDVP5wlVTaVA==
+acorn-import-attributes@^1.9.5:
+ version "1.9.5"
+ resolved "https://registry.yarnpkg.com/acorn-import-attributes/-/acorn-import-attributes-1.9.5.tgz#7eb1557b1ba05ef18b5ed0ec67591bfab04688ef"
+ integrity sha512-n02Vykv5uA3eHGM/Z2dQrcD56kL8TyDb2p1+0P83PClMnC/nc+anbQRhIOWnSq4Ke/KvDPrY3C9hDtC/A3eHnQ==
acorn-import-meta@^1.0.0:
version "1.1.0"
@@ -6888,9 +7045,11 @@ acorn-walk@^7.1.1, acorn-walk@^7.2.0:
integrity sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==
acorn-walk@^8.0.0:
- version "8.3.2"
- resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-8.3.2.tgz#7703af9415f1b6db9315d6895503862e231d34aa"
- integrity sha512-cjkyv4OtNCIeqhHrfS81QWXoCBPExR/J62oyEqepVw8WaQeSqpW2uhuLPh1m9eWhDuOo/jUXVTlifvesOWp/4A==
+ version "8.3.3"
+ resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-8.3.3.tgz#9caeac29eefaa0c41e3d4c65137de4d6f34df43e"
+ integrity sha512-MxXdReSRhGO7VlFe1bRG/oI7/mdLV9B9JJT0N8vZOhF7gFRR5l3M8W9G8JxmKV+JC5mGqJ0QvqfSOLsCPa4nUw==
+ dependencies:
+ acorn "^8.11.0"
acorn@^6.0.0, acorn@^6.4.1:
version "6.4.2"
@@ -6902,10 +7061,10 @@ acorn@^7.1.0, acorn@^7.1.1, acorn@^7.4.0, acorn@^7.4.1:
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.1.tgz#feaed255973d2e77555b83dbc08851a6c63520fa"
integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==
-acorn@^8.0.4, acorn@^8.11.3, acorn@^8.2.4, acorn@^8.7.1, acorn@^8.8.2, acorn@^8.9.0:
- version "8.11.3"
- resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.11.3.tgz#71e0b14e13a4ec160724b38fb7b0f233b1b81d7a"
- integrity sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==
+acorn@^8.0.4, acorn@^8.11.0, acorn@^8.11.3, acorn@^8.2.4, acorn@^8.7.1, acorn@^8.8.2, acorn@^8.9.0:
+ version "8.12.0"
+ resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.12.0.tgz#1627bfa2e058148036133b8d9b51a700663c294c"
+ integrity sha512-RTvkC4w+KNXrM39/lWCUaG0IbRkWdCv7W/IOW9oU6SawyxulvkQy5HQPVTKxEjczcUvapcrw3cFx/60VN/NRNw==
address@1.1.2:
version "1.1.2"
@@ -6998,42 +7157,42 @@ ajv@^6.1.0, ajv@^6.10.0, ajv@^6.10.2, ajv@^6.12.2, ajv@^6.12.3, ajv@^6.12.4, ajv
uri-js "^4.2.2"
ajv@^8.0.0, ajv@^8.0.1, ajv@^8.6.0, ajv@^8.9.0:
- version "8.12.0"
- resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.12.0.tgz#d1a0527323e22f53562c567c00991577dfbe19d1"
- integrity sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==
+ version "8.16.0"
+ resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.16.0.tgz#22e2a92b94f005f7e0f9c9d39652ef0b8f6f0cb4"
+ integrity sha512-F0twR8U1ZU67JIEtekUcLkXkoO5mMMmgGD8sK/xUFzJ805jxHQl92hImFAqqXMyMYjSPOyUPAwHYhB72g5sTXw==
dependencies:
- fast-deep-equal "^3.1.1"
+ fast-deep-equal "^3.1.3"
json-schema-traverse "^1.0.0"
require-from-string "^2.0.2"
- uri-js "^4.2.2"
+ uri-js "^4.4.1"
algoliasearch-helper@^3.10.0:
- version "3.18.0"
- resolved "https://registry.yarnpkg.com/algoliasearch-helper/-/algoliasearch-helper-3.18.0.tgz#e3651090cc6c41f244a6db2573bdd116ca4b7085"
- integrity sha512-ZXvA8r6VG46V343jnIE7Tei8Xr0/9N8YhD27joC0BKxeogQyvNu7O37i510wA7FnrDjoa/tFhK90WUaBlkaqnw==
+ version "3.22.2"
+ resolved "https://registry.yarnpkg.com/algoliasearch-helper/-/algoliasearch-helper-3.22.2.tgz#e351833f3bbace34751e239d5a82b5696e561ae8"
+ integrity sha512-3YQ6eo7uYOCHeQ2ZpD+OoT3aJJwMNKEnwtu8WMzm81XmBOSCwRjQditH9CeSOQ38qhHkuGw23pbq+kULkIJLcw==
dependencies:
"@algolia/events" "^4.0.1"
algoliasearch@^4.13.1, algoliasearch@^4.19.1:
- version "4.23.3"
- resolved "https://registry.yarnpkg.com/algoliasearch/-/algoliasearch-4.23.3.tgz#e09011d0a3b0651444916a3e6bbcba064ec44b60"
- integrity sha512-Le/3YgNvjW9zxIQMRhUHuhiUjAlKY/zsdZpfq4dlLqg6mEm0nL6yk+7f2hDOtLpxsgE4jSzDmvHL7nXdBp5feg==
- dependencies:
- "@algolia/cache-browser-local-storage" "4.23.3"
- "@algolia/cache-common" "4.23.3"
- "@algolia/cache-in-memory" "4.23.3"
- "@algolia/client-account" "4.23.3"
- "@algolia/client-analytics" "4.23.3"
- "@algolia/client-common" "4.23.3"
- "@algolia/client-personalization" "4.23.3"
- "@algolia/client-search" "4.23.3"
- "@algolia/logger-common" "4.23.3"
- "@algolia/logger-console" "4.23.3"
- "@algolia/recommend" "4.23.3"
- "@algolia/requester-browser-xhr" "4.23.3"
- "@algolia/requester-common" "4.23.3"
- "@algolia/requester-node-http" "4.23.3"
- "@algolia/transporter" "4.23.3"
+ version "4.24.0"
+ resolved "https://registry.yarnpkg.com/algoliasearch/-/algoliasearch-4.24.0.tgz#b953b3e2309ef8f25da9de311b95b994ac918275"
+ integrity sha512-bf0QV/9jVejssFBmz2HQLxUadxk574t4iwjCKp5E7NBzwKkrDEhKPISIIjAU/p6K5qDx3qoeh4+26zWN1jmw3g==
+ dependencies:
+ "@algolia/cache-browser-local-storage" "4.24.0"
+ "@algolia/cache-common" "4.24.0"
+ "@algolia/cache-in-memory" "4.24.0"
+ "@algolia/client-account" "4.24.0"
+ "@algolia/client-analytics" "4.24.0"
+ "@algolia/client-common" "4.24.0"
+ "@algolia/client-personalization" "4.24.0"
+ "@algolia/client-search" "4.24.0"
+ "@algolia/logger-common" "4.24.0"
+ "@algolia/logger-console" "4.24.0"
+ "@algolia/recommend" "4.24.0"
+ "@algolia/requester-browser-xhr" "4.24.0"
+ "@algolia/requester-common" "4.24.0"
+ "@algolia/requester-node-http" "4.24.0"
+ "@algolia/transporter" "4.24.0"
alphanum-sort@^1.0.0:
version "1.0.2"
@@ -7086,6 +7245,11 @@ ansi-html@0.0.7, ansi-html@^0.0.7:
resolved "https://registry.yarnpkg.com/ansi-html/-/ansi-html-0.0.7.tgz#813584021962a9e9e6fd039f940d12f56ca7859e"
integrity sha512-JoAxEa1DfP9m2xfB/y2r/aKcwXNlltr4+0QSBC4TrLfcxyvepX2Pv0t/xpgGV5bGsDzCYV8SzjWgyCW0T9yYbA==
+ansi-html@^0.0.9:
+ version "0.0.9"
+ resolved "https://registry.yarnpkg.com/ansi-html/-/ansi-html-0.0.9.tgz#6512d02342ae2cc68131952644a129cb734cd3f0"
+ integrity sha512-ozbS3LuenHVxNRh/wdnN16QapUHzauqSomAl1jwwJRRsGwFwtj644lIhxfWu0Fy0acCij2+AEgHvjscq3dlVXg==
+
ansi-regex@^2.0.0:
version "2.1.1"
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-2.1.1.tgz#c3b33ab5ee360d86e0e628f0468ae7ef27d654df"
@@ -7241,14 +7405,21 @@ argparse@^2.0.1:
resolved "https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz#246f50f3ca78a3240f6c997e8a9bd1eac49e4b38"
integrity sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==
-aria-query@5.1.3:
+aria-hidden@^1.1.1:
+ version "1.2.4"
+ resolved "https://registry.yarnpkg.com/aria-hidden/-/aria-hidden-1.2.4.tgz#b78e383fdbc04d05762c78b4a25a501e736c4522"
+ integrity sha512-y+CcFFwelSXpLZk/7fMB2mUbGtX9lKycf1MWJ7CaTIERyitVlyQx6C+sxcROU2BAJ24OiZyK+8wj2i8AlBoS3A==
+ dependencies:
+ tslib "^2.0.0"
+
+aria-query@5.1.3, aria-query@~5.1.3:
version "5.1.3"
resolved "https://registry.yarnpkg.com/aria-query/-/aria-query-5.1.3.tgz#19db27cd101152773631396f7a95a3b58c22c35e"
integrity sha512-R5iJ5lkuHybztUfuOAznmboyjWq8O6sqNqtK7CLOqdydi54VNbORp49mb14KbWgG1QD3JFO9hJdZ+y4KutfdOQ==
dependencies:
deep-equal "^2.0.5"
-aria-query@^5.0.0, aria-query@^5.3.0:
+aria-query@^5.0.0:
version "5.3.0"
resolved "https://registry.yarnpkg.com/aria-query/-/aria-query-5.3.0.tgz#650c569e41ad90b51b3d7df5e5eed1c7549c103e"
integrity sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==
@@ -7322,7 +7493,7 @@ array-ify@^1.0.0:
resolved "https://registry.yarnpkg.com/array-ify/-/array-ify-1.0.0.tgz#9e528762b4a9066ad163a6962a364418e9626ece"
integrity sha512-c5AMf34bKdvPhQ7tBGhqkgKNUzMr4WUs+WDtC2ZUGOUncbxKMTvqxYctiseW3+L4bA8ec+GcZ6/A/FW4m8ukng==
-array-includes@^3.1.6, array-includes@^3.1.7:
+array-includes@^3.1.6, array-includes@^3.1.7, array-includes@^3.1.8:
version "3.1.8"
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.8.tgz#5e370cbe172fdd5dd6530c1d4aadda25281ba97d"
integrity sha512-itaWrbYbqpGXkGhZPGUulwnhVf5Hpy1xiCFsGqyIGglbBxmG5vSjxQen3/WGOjPpNEv1RtBLKxbmVXm8HpJStQ==
@@ -7379,7 +7550,7 @@ array.prototype.find@^2.1.1:
es-object-atoms "^1.0.0"
es-shim-unscopables "^1.0.2"
-array.prototype.findlast@^1.2.4:
+array.prototype.findlast@^1.2.5:
version "1.2.5"
resolved "https://registry.yarnpkg.com/array.prototype.findlast/-/array.prototype.findlast-1.2.5.tgz#3e4fbcb30a15a7f5bf64cf2faae22d139c2e4904"
integrity sha512-CVvd6FHg1Z3POpBLxO6E6zr+rSKEQ9L6rZHAaY7lLfhKsWYUBBOuMs0e9o24oopj6H+geRCX0YJ+TJLBK2eHyQ==
@@ -7446,15 +7617,15 @@ array.prototype.toreversed@^1.1.2:
es-abstract "^1.22.1"
es-shim-unscopables "^1.0.0"
-array.prototype.tosorted@^1.1.3:
- version "1.1.3"
- resolved "https://registry.yarnpkg.com/array.prototype.tosorted/-/array.prototype.tosorted-1.1.3.tgz#c8c89348337e51b8a3c48a9227f9ce93ceedcba8"
- integrity sha512-/DdH4TiTmOKzyQbp/eadcCVexiCb36xJg7HshYOYJnNZFDj33GEv0P7GxsynpShhq4OLYJzbGcBDkLsDt7MnNg==
+array.prototype.tosorted@^1.1.4:
+ version "1.1.4"
+ resolved "https://registry.yarnpkg.com/array.prototype.tosorted/-/array.prototype.tosorted-1.1.4.tgz#fe954678ff53034e717ea3352a03f0b0b86f7ffc"
+ integrity sha512-p6Fx8B7b7ZhL/gmUsAy0D15WhvDccw3mnGNbZpi3pmeJdxtWsj2jEaI4Y6oo3XiHfzuSgPwKc04MYt6KgvC/wA==
dependencies:
- call-bind "^1.0.5"
+ call-bind "^1.0.7"
define-properties "^1.2.1"
- es-abstract "^1.22.3"
- es-errors "^1.1.0"
+ es-abstract "^1.23.3"
+ es-errors "^1.3.0"
es-shim-unscopables "^1.0.2"
arraybuffer.prototype.slice@^1.0.3:
@@ -7644,19 +7815,14 @@ aws-sign2@~0.7.0:
integrity sha512-08kcGqnYf/YmjoRhfxyu+CLxBjUtHLXLXX/vUfx9l2LYzG3c1m61nrpyFUZI6zeS+Li/wWMMidD9KgrqtGq3mA==
aws4@^1.8.0:
- version "1.12.0"
- resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.12.0.tgz#ce1c9d143389679e253b314241ea9aa5cec980d3"
- integrity sha512-NmWvPnx0F1SfrQbYwOi7OeaNGokp9XhzNioJ/CSBs8Qa4vxug81mhJEAVZwxXuBmYB5KDRfMq/F3RR0BIU7sWg==
+ version "1.13.0"
+ resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.13.0.tgz#d9b802e9bb9c248d7be5f7f5ef178dc3684e9dcc"
+ integrity sha512-3AungXC4I8kKsS9PuS4JH2nc+0bVY/mjgrephHTIi8fpEeGsTHBUJeosp0Wc1myYMElmD0B3Oc4XL/HVJ4PV2g==
-axe-core@=4.7.0:
- version "4.7.0"
- resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.7.0.tgz#34ba5a48a8b564f67e103f0aa5768d76e15bbbbf"
- integrity sha512-M0JtH+hlOL5pLQwHOLNYZaXuhqmvS8oExsqB1SBYgA4Dk7u/xx+YdGHXaK5pyUfed5mYXdlYiphWq3G8cRi5JQ==
-
-axe-core@^4.2.0:
- version "4.9.0"
- resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.9.0.tgz#b18971494551ab39d4ff5f7d4c6411bd20cc7c2a"
- integrity sha512-H5orY+M2Fr56DWmMFpMrq5Ge93qjNdPVqzBv5gWK3aD1OvjBEJlEzxf09z93dGVQeI0LiW+aCMIx1QtShC/zUw==
+axe-core@^4.2.0, axe-core@^4.9.1:
+ version "4.9.1"
+ resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.9.1.tgz#fcd0f4496dad09e0c899b44f6c4bb7848da912ae"
+ integrity sha512-QbUdXJVTpvUTHU7871ppZkdOLBeGUKBQWHkHrvN2V9IQWGMt61zf3B45BtzjxEJzYuj0JBjBZP/hmYS/R9pmAw==
axios@^0.25.0:
version "0.25.0"
@@ -7665,12 +7831,12 @@ axios@^0.25.0:
dependencies:
follow-redirects "^1.14.7"
-axobject-query@^3.2.1:
- version "3.2.1"
- resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-3.2.1.tgz#39c378a6e3b06ca679f29138151e45b2b32da62a"
- integrity sha512-jsyHu61e6N4Vbz/v18DHwWYKK0bSWLqn47eeDSKPB7m8tqMHF9YJ+mhIk2lVteyZrY8tnSj/jHOv4YiTCuCJgg==
+axobject-query@~3.1.1:
+ version "3.1.1"
+ resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-3.1.1.tgz#3b6e5c6d4e43ca7ba51c5babf99d22a9c68485e1"
+ integrity sha512-goKlv8DZrK9hUh975fnHzhNIO4jUnFCfv/dszV5VwUGDFjI6vQ2VwoyjYjYNEbBE8AH87TduWP5uyDR1D+Iteg==
dependencies:
- dequal "^2.0.3"
+ deep-equal "^2.0.5"
babel-code-frame@^6.22.0:
version "6.26.0"
@@ -8205,12 +8371,12 @@ braces@^2.3.1, braces@^2.3.2:
split-string "^3.0.2"
to-regex "^3.0.1"
-braces@^3.0.2, braces@~3.0.2:
- version "3.0.2"
- resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
- integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==
+braces@^3.0.3, braces@~3.0.2:
+ version "3.0.3"
+ resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
+ integrity sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==
dependencies:
- fill-range "^7.0.1"
+ fill-range "^7.1.1"
broadcast-channel@^3.4.1:
version "3.7.0"
@@ -8336,14 +8502,14 @@ browserslist@4.14.2:
node-releases "^1.1.61"
browserslist@^4.0.0, browserslist@^4.12.0, browserslist@^4.18.1, browserslist@^4.21.10, browserslist@^4.21.4, browserslist@^4.22.2, browserslist@^4.23.0, browserslist@^4.6.2, browserslist@^4.6.4:
- version "4.23.0"
- resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.23.0.tgz#8f3acc2bbe73af7213399430890f86c63a5674ab"
- integrity sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ==
+ version "4.23.1"
+ resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.23.1.tgz#ce4af0534b3d37db5c1a4ca98b9080f985041e96"
+ integrity sha512-TUfofFo/KsK/bWZ9TWQ5O26tsWW4Uhmt8IYklbnUa70udB6P2wA7w7o4PY4muaEPBQaAX+CEnmmIA41NVHtPVw==
dependencies:
- caniuse-lite "^1.0.30001587"
- electron-to-chromium "^1.4.668"
+ caniuse-lite "^1.0.30001629"
+ electron-to-chromium "^1.4.796"
node-releases "^2.0.14"
- update-browserslist-db "^1.0.13"
+ update-browserslist-db "^1.0.16"
bser@2.1.1:
version "2.1.1"
@@ -8616,10 +8782,10 @@ caniuse-api@^3.0.0:
lodash.memoize "^4.1.2"
lodash.uniq "^4.5.0"
-caniuse-lite@^1.0.0, caniuse-lite@^1.0.30000981, caniuse-lite@^1.0.30001035, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001125, caniuse-lite@^1.0.30001587, caniuse-lite@^1.0.30001599:
- version "1.0.30001614"
- resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001614.tgz#f894b4209376a0bf923d67d9c361d96b1dfebe39"
- integrity sha512-jmZQ1VpmlRwHgdP1/uiKzgiAuGOfLEJsYFP4+GBou/QQ4U6IOJCB4NP1c+1p9RGLpwObcT94jA5/uO+F1vBbog==
+caniuse-lite@^1.0.0, caniuse-lite@^1.0.30000981, caniuse-lite@^1.0.30001035, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001125, caniuse-lite@^1.0.30001599, caniuse-lite@^1.0.30001629:
+ version "1.0.30001639"
+ resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001639.tgz#972b3a6adeacdd8f46af5fc7f771e9639f6c1521"
+ integrity sha512-eFHflNTBIlFwP2AIKaYuBQN/apnUoKNhBdza8ZnW/h2di4LCZ4xFqYlxUxo+LQ76KFI1PGcC1QDxMbxTZpSCAg==
capital-case@^1.0.4:
version "1.0.4"
@@ -8770,21 +8936,6 @@ cheerio@^1.0.0-rc.12, cheerio@^1.0.0-rc.3:
parse5 "^7.0.0"
parse5-htmlparser2-tree-adapter "^7.0.0"
-chokidar@3.5.3:
- version "3.5.3"
- resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.3.tgz#1cf37c8707b932bd1af1ae22c0432e2acd1903bd"
- integrity sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==
- dependencies:
- anymatch "~3.1.2"
- braces "~3.0.2"
- glob-parent "~5.1.2"
- is-binary-path "~2.1.0"
- is-glob "~4.0.1"
- normalize-path "~3.0.0"
- readdirp "~3.6.0"
- optionalDependencies:
- fsevents "~2.3.2"
-
chokidar@^2.0.4, chokidar@^2.1.8:
version "2.1.8"
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-2.1.8.tgz#804b3a7b6a99358c3c5c61e71d8728f041cff917"
@@ -8830,9 +8981,9 @@ chownr@^2.0.0:
integrity sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==
chrome-trace-event@^1.0.2:
- version "1.0.3"
- resolved "https://registry.yarnpkg.com/chrome-trace-event/-/chrome-trace-event-1.0.3.tgz#1015eced4741e15d06664a957dbbf50d041e26ac"
- integrity sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==
+ version "1.0.4"
+ resolved "https://registry.yarnpkg.com/chrome-trace-event/-/chrome-trace-event-1.0.4.tgz#05bffd7ff928465093314708c93bdfa9bd1f0f5b"
+ integrity sha512-rNjApaLzuwaOTjCiT8lSDdGN1APCiqkChLMJxJPWLunPAt5fy8xgU9/jNOchV84wfIxrA0lRQB7oCT8jrn/wrQ==
ci-info@^2.0.0:
version "2.0.0"
@@ -8940,9 +9091,9 @@ cli-table3@0.6.3:
"@colors/colors" "1.5.0"
cli-table3@^0.6.0, cli-table3@^0.6.1, cli-table3@^0.6.2, cli-table3@~0.6.1:
- version "0.6.4"
- resolved "https://registry.yarnpkg.com/cli-table3/-/cli-table3-0.6.4.tgz#d1c536b8a3f2e7bec58f67ac9e5769b1b30088b0"
- integrity sha512-Lm3L0p+/npIQWNIiyF/nAn7T5dnOwR3xNTHXYEBFBFVPXzCVNZ5lqEC/1eo/EVfpDsQ1I+TX4ORPQgp+UI0CRw==
+ version "0.6.5"
+ resolved "https://registry.yarnpkg.com/cli-table3/-/cli-table3-0.6.5.tgz#013b91351762739c16a9567c21a04632e449bf2f"
+ integrity sha512-+W/5efTR7y5HRD7gACw9yQjqMVvEMLBHmboM/kPWam+H+Hmyrgjh6YncVKK122YZkXrLudzTuAukUw9FnMf7IQ==
dependencies:
string-width "^4.2.0"
optionalDependencies:
@@ -9347,6 +9498,11 @@ concurrently@^6.2.1:
tree-kill "^1.2.2"
yargs "^16.2.0"
+confbox@^0.1.7:
+ version "0.1.7"
+ resolved "https://registry.yarnpkg.com/confbox/-/confbox-0.1.7.tgz#ccfc0a2bcae36a84838e83a3b7f770fb17d6c579"
+ integrity sha512-uJcB/FKZtBMCJpK8MQji6bJHgu1tixKPxRLeGkNzBoOZzpnZUJm0jm2/sBDWcuBx1dYgxV4JU+g5hmNxCyAmdA==
+
config-chain@^1.1.13:
version "1.1.13"
resolved "https://registry.yarnpkg.com/config-chain/-/config-chain-1.1.13.tgz#fad0795aa6a6cdaff9ed1b68e9dff94372c232f4"
@@ -9551,16 +9707,16 @@ copy-webpack-plugin@^11.0.0:
serialize-javascript "^6.0.0"
core-js-compat@^3.31.0, core-js-compat@^3.36.1:
- version "3.37.0"
- resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.37.0.tgz#d9570e544163779bb4dff1031c7972f44918dc73"
- integrity sha512-vYq4L+T8aS5UuFg4UwDhc7YNRWVeVZwltad9C/jV3R2LgVOpS9BDr7l/WL6BN0dbV3k1XejPTHqqEzJgsa0frA==
+ version "3.37.1"
+ resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.37.1.tgz#c844310c7852f4bdf49b8d339730b97e17ff09ee"
+ integrity sha512-9TNiImhKvQqSUkOvk/mMRZzOANTiEVC7WaBNhHcKM7x+/5E1l5NvsysR19zuDQScE8k+kfQXWRN3AtS/eOSHpg==
dependencies:
browserslist "^4.23.0"
core-js-pure@^3.23.3, core-js-pure@^3.30.2:
- version "3.37.0"
- resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.37.0.tgz#ce99fb4a7cec023fdbbe5b5bd1f06bbcba83316e"
- integrity sha512-d3BrpyFr5eD4KcbRvQ3FTUx/KWmaDesr7+a3+1+P46IUnNoEt+oiLijPINZMEon7w9oGkIINWxrBAU9DEciwFQ==
+ version "3.37.1"
+ resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.37.1.tgz#2b4b34281f54db06c9a9a5bd60105046900553bd"
+ integrity sha512-J/r5JTHSmzTxbiYYrzXg9w1VpqrYt+gexenBE9pugeyhwPZTAEJddyiReJWsLO6uNQ8xJZFbod6XC7KKwatCiA==
core-js@^2.4.0:
version "2.6.12"
@@ -9568,9 +9724,9 @@ core-js@^2.4.0:
integrity sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==
core-js@^3.19.2, core-js@^3.23.3, core-js@^3.6.5:
- version "3.37.0"
- resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.37.0.tgz#d8dde58e91d156b2547c19d8a4efd5c7f6c426bb"
- integrity sha512-fu5vHevQ8ZG4og+LXug8ulUtVxjOcEYvifJr7L5Bfq9GOztVqsKd9/59hUk2ZSbCrS3BqUr3EpaYGIYzq7g3Ug==
+ version "3.37.1"
+ resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.37.1.tgz#d21751ddb756518ac5a00e4d66499df981a62db9"
+ integrity sha512-Xn6qmxrQZyB0FFY8E3bgRXei3lWDJHhvI+u0q9TKIYM49G8pAr0FgnnrFRAmsbptZL1yxRADVXn+x5AGsbBfyw==
core-util-is@1.0.2:
version "1.0.2"
@@ -9774,6 +9930,13 @@ crypto-random-string@^2.0.0:
resolved "https://registry.yarnpkg.com/crypto-random-string/-/crypto-random-string-2.0.0.tgz#ef2a7a966ec11083388369baa02ebead229b30d5"
integrity sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==
+crypto-random-string@^4.0.0:
+ version "4.0.0"
+ resolved "https://registry.yarnpkg.com/crypto-random-string/-/crypto-random-string-4.0.0.tgz#5a3cc53d7dd86183df5da0312816ceeeb5bb1fc2"
+ integrity sha512-x8dy3RnvYdlUcPOjkEHqozhiwzKNSq7GcPuXFbnyMOCHxX8V3OgIg/pYuabl2sbUPfIJaeAQB7PMOK8DFIdoRA==
+ dependencies:
+ type-fest "^1.0.1"
+
css-blank-pseudo@^0.1.4:
version "0.1.4"
resolved "https://registry.yarnpkg.com/css-blank-pseudo/-/css-blank-pseudo-0.1.4.tgz#dfdefd3254bf8a82027993674ccf35483bfcb3c5"
@@ -10151,9 +10314,9 @@ cyclist@^1.0.1:
integrity sha512-0sVXIohTfLqVIW3kb/0n6IiWF3Ifj5nm2XaSrLq2DI6fKIGa2fYAZdk917rUneaeLVpYfFcyXE2ft0fe3remsA==
cypress@^13.8.0:
- version "13.8.1"
- resolved "https://registry.yarnpkg.com/cypress/-/cypress-13.8.1.tgz#f558e51b770a409e2360031bbd36c3f4fb3f2db4"
- integrity sha512-Uk6ovhRbTg6FmXjeZW/TkbRM07KPtvM5gah1BIMp4Y2s+i/NMxgaLw0+PbYTOdw1+egE0FP3mWRiGcRkjjmhzA==
+ version "13.13.0"
+ resolved "https://registry.yarnpkg.com/cypress/-/cypress-13.13.0.tgz#52b2914c0c1c7d8a51ec2e3df18e13995da95951"
+ integrity sha512-ou/MQUDq4tcDJI2FsPaod2FZpex4kpIK43JJlcBgWrX8WX7R/05ZxGTuxedOuZBfxjZxja+fbijZGyxiLP6CFA==
dependencies:
"@cypress/request" "^3.0.0"
"@cypress/xvfb" "^1.2.4"
@@ -10194,7 +10357,7 @@ cypress@^13.8.0:
request-progress "^3.0.0"
semver "^7.5.3"
supports-color "^8.1.1"
- tmp "~0.2.1"
+ tmp "~0.2.3"
untildify "^4.0.0"
yauzl "^2.10.0"
@@ -10288,7 +10451,14 @@ debug@2.6.9, debug@^2.2.0, debug@^2.3.3, debug@^2.6.0:
dependencies:
ms "2.0.0"
-debug@4, debug@4.3.4, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4:
+debug@4, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.3.5:
+ version "4.3.5"
+ resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.5.tgz#e83444eceb9fedd4a1da56d671ae2446a01a6e1e"
+ integrity sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==
+ dependencies:
+ ms "2.1.2"
+
+debug@4.3.4:
version "4.3.4"
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
@@ -10491,7 +10661,7 @@ del@^4.1.1:
pify "^4.0.1"
rimraf "^2.6.3"
-del@^6.0.0, del@^6.1.1:
+del@^6.1.1:
version "6.1.1"
resolved "https://registry.yarnpkg.com/del/-/del-6.1.1.tgz#3b70314f1ec0aa325c6b14eb36b95786671edb7a"
integrity sha512-ua8BhapfP0JUJKC/zV9yHHDW/rDoDxP4Zhn3AkA6/xT6gY7jYXJiaeyBZznYVujhZZET+UgcbZiQ7sN3WqcImg==
@@ -10555,6 +10725,11 @@ detect-newline@^3.0.0:
resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-3.1.0.tgz#576f5dfc63ae1a192ff192d8ad3af6308991b651"
integrity sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==
+detect-node-es@^1.1.0:
+ version "1.1.0"
+ resolved "https://registry.yarnpkg.com/detect-node-es/-/detect-node-es-1.1.0.tgz#163acdf643330caa0b4cd7c21e7ee7755d6fa493"
+ integrity sha512-ypdmJU/TbBby2Dxibuv7ZLW3Bs1QEmM7nHjEANfohJLvE0XVujisn1qPJcZxg+qDucsr+bP6fLD1rPS3AhJ7EQ==
+
detect-node@^2.0.4, detect-node@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/detect-node/-/detect-node-2.1.0.tgz#c9c70775a49c3d03bc2c06d9a73be550f978f8b1"
@@ -10576,9 +10751,9 @@ detect-port-alt@1.1.6, detect-port-alt@^1.1.6:
debug "^2.6.0"
detect-port@^1.3.0:
- version "1.5.1"
- resolved "https://registry.yarnpkg.com/detect-port/-/detect-port-1.5.1.tgz#451ca9b6eaf20451acb0799b8ab40dff7718727b"
- integrity sha512-aBzdj76lueB6uUst5iAs7+0H/oOjqI5D16XUWxlWMIMROhcM0rfsNVk93zTngq1dDNpoXRr++Sus7ETAExppAQ==
+ version "1.6.1"
+ resolved "https://registry.yarnpkg.com/detect-port/-/detect-port-1.6.1.tgz#45e4073997c5f292b957cb678fb0bb8ed4250a67"
+ integrity sha512-CmnVc+Hek2egPx1PeTFVta2W78xy2K/9Rkf6cC4T59S50tVnzKj+tnx5mmx5lwvCkujZ4uRrpRSuV+IVs3f90Q==
dependencies:
address "^1.0.1"
debug "4"
@@ -10613,6 +10788,11 @@ diff@^4.0.1:
resolved "https://registry.yarnpkg.com/diff/-/diff-4.0.2.tgz#60f3aecb89d5fae520c11aa19efc2bb982aade7d"
integrity sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==
+diff@^5.2.0:
+ version "5.2.0"
+ resolved "https://registry.yarnpkg.com/diff/-/diff-5.2.0.tgz#26ded047cd1179b78b9537d5ef725503ce1ae531"
+ integrity sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==
+
diffie-hellman@^5.0.0:
version "5.0.3"
resolved "https://registry.yarnpkg.com/diffie-hellman/-/diffie-hellman-5.0.3.tgz#40e8ee98f55a2149607146921c63e1ae5f3d2875"
@@ -10926,17 +11106,17 @@ ejs@^2.6.1:
resolved "https://registry.yarnpkg.com/ejs/-/ejs-2.7.4.tgz#48661287573dcc53e366c7a1ae52c3a120eec9ba"
integrity sha512-7vmuyh5+kuUyJKePhQfRQBhXV5Ce+RnaeeQArKu1EAMpL3WbgMt5WG6uQZpEVvYSSsxMXRKOewtDk9RaTKXRlA==
-ejs@^3.1.5, ejs@^3.1.6, ejs@^3.1.8:
+ejs@^3.1.10, ejs@^3.1.5, ejs@^3.1.6:
version "3.1.10"
resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.10.tgz#69ab8358b14e896f80cc39e62087b88500c3ac3b"
integrity sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==
dependencies:
jake "^10.8.5"
-electron-to-chromium@^1.3.378, electron-to-chromium@^1.3.564, electron-to-chromium@^1.4.668:
- version "1.4.750"
- resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.750.tgz#d278a619af727ed069de1317115187282b1131ee"
- integrity sha512-9ItEpeu15hW5m8jKdriL+BQrgwDTXEL9pn4SkillWFu73ZNNNQ2BKKLS+ZHv2vC9UkNhosAeyfxOf/5OSeTCPA==
+electron-to-chromium@^1.3.378, electron-to-chromium@^1.3.564, electron-to-chromium@^1.4.796:
+ version "1.4.816"
+ resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.816.tgz#3624649d1e7fde5cdbadf59d31a524245d8ee85f"
+ integrity sha512-EKH5X5oqC6hLmiS7/vYtZHZFTNdhsYG5NVPRN6Yn0kQHNBlT59+xSM8HBy66P5fxWpKgZbPqb+diC64ng295Jw==
elliptic@^6.5.3, elliptic@^6.5.5:
version "6.5.5"
@@ -11033,10 +11213,10 @@ enhanced-resolve@^4.3.0:
memory-fs "^0.5.0"
tapable "^1.0.0"
-enhanced-resolve@^5.16.0:
- version "5.16.0"
- resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.16.0.tgz#65ec88778083056cb32487faa9aef82ed0864787"
- integrity sha512-O+QWCviPNSSLAD9Ucn8Awv+poAkqn3T1XY5/N7kR7rQO9yfSGWkYZDwpJ+iKF7B8rxaQKWngSqACpgzeapSyoA==
+enhanced-resolve@^5.17.0:
+ version "5.17.0"
+ resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.17.0.tgz#d037603789dd9555b89aaec7eb78845c49089bc5"
+ integrity sha512-dwDPwZL0dmye8Txp2gzFmA6sxALaSvdRDjPH0viLcKrtlOL3tw62nWWweVD1SdILDTJrbrL6tdWVN58Wo6U3eA==
dependencies:
graceful-fs "^4.2.4"
tapable "^2.2.0"
@@ -11075,9 +11255,9 @@ env-paths@^2.2.1:
integrity sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==
envinfo@^7.7.3:
- version "7.12.0"
- resolved "https://registry.yarnpkg.com/envinfo/-/envinfo-7.12.0.tgz#b56723b39c2053d67ea5714f026d05d4f5cc7acd"
- integrity sha512-Iw9rQJBGpJRd3rwXm9ft/JiGoAZmLxxJZELYDQoPRZ4USVhkKtIcNBPw6U+/K2mBpaqM25JSV6Yl4Az9vO2wJg==
+ version "7.13.0"
+ resolved "https://registry.yarnpkg.com/envinfo/-/envinfo-7.13.0.tgz#81fbb81e5da35d74e814941aeab7c325a606fb31"
+ integrity sha512-cvcaMr7KqXVh4nyzGTVqTum+gAiL265x5jUWQIDLq//zOGbW+gSW/C+OWLleY/rs9Qole6AZLMXPbtIFQbqu+Q==
enzyme-adapter-react-16@^1.15.6:
version "1.15.8"
@@ -11174,7 +11354,7 @@ error-stack-parser@^2.0.6, error-stack-parser@^2.1.4:
dependencies:
stackframe "^1.3.4"
-es-abstract@^1.17.2, es-abstract@^1.22.1, es-abstract@^1.22.3, es-abstract@^1.23.0, es-abstract@^1.23.1, es-abstract@^1.23.2, es-abstract@^1.23.3:
+es-abstract@^1.17.2, es-abstract@^1.17.5, es-abstract@^1.22.1, es-abstract@^1.22.3, es-abstract@^1.23.0, es-abstract@^1.23.1, es-abstract@^1.23.2, es-abstract@^1.23.3:
version "1.23.3"
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.23.3.tgz#8f0c5a35cd215312573c5a27c87dfd6c881a0aa0"
integrity sha512-e+HfNH61Bj1X9/jLc5v1owaLYuHdeHHSQlkhCBiTK8rBvKaULl/beGMxwrMXjpYrv4pz22BlY570vVePA2ho4A==
@@ -11238,7 +11418,7 @@ es-define-property@^1.0.0:
dependencies:
get-intrinsic "^1.2.4"
-es-errors@^1.1.0, es-errors@^1.2.1, es-errors@^1.3.0:
+es-errors@^1.2.1, es-errors@^1.3.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/es-errors/-/es-errors-1.3.0.tgz#05f75a25dab98e4fb1dcd5e1472c0546d5057c8f"
integrity sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==
@@ -11258,7 +11438,7 @@ es-get-iterator@^1.1.3:
isarray "^2.0.5"
stop-iteration-iterator "^1.0.0"
-es-iterator-helpers@^1.0.15, es-iterator-helpers@^1.0.17:
+es-iterator-helpers@^1.0.19:
version "1.0.19"
resolved "https://registry.yarnpkg.com/es-iterator-helpers/-/es-iterator-helpers-1.0.19.tgz#117003d0e5fec237b4b5c08aded722e0c6d50ca8"
integrity sha512-zoMwbCcH5hwUkKJkT8kDIBZSz9I6mVG//+lDCinLCGov4+r7NIy0ld8o03M0cJxl2spVf6ESYVS6/gpIfq1FFw==
@@ -11278,10 +11458,10 @@ es-iterator-helpers@^1.0.15, es-iterator-helpers@^1.0.17:
iterator.prototype "^1.1.2"
safe-array-concat "^1.1.2"
-es-module-lexer@^1.2.1, es-module-lexer@^1.4.1:
- version "1.5.2"
- resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-1.5.2.tgz#00b423304f2500ac59359cc9b6844951f372d497"
- integrity sha512-l60ETUTmLqbVbVHv1J4/qj+M8nq7AwMzEcg3kmJDt9dCNrTk+yHcYFf/Kw75pMDwd9mPcIGCG5LcS20SxYRzFA==
+es-module-lexer@^1.2.1, es-module-lexer@^1.5.0:
+ version "1.5.4"
+ resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-1.5.4.tgz#a8efec3a3da991e60efa6b633a7cad6ab8d26b78"
+ integrity sha512-MVNK56NiMrOwitFB7cqDwq0CQutbw+0BvLshJSse0MUNU+y1FC3bUS/AQg7oUng+/wKrrki7JfmwtVHkVfPLlw==
es-object-atoms@^1.0.0:
version "1.0.0"
@@ -11290,7 +11470,7 @@ es-object-atoms@^1.0.0:
dependencies:
es-errors "^1.3.0"
-es-set-tostringtag@^2.0.3:
+es-set-tostringtag@^2.0.1, es-set-tostringtag@^2.0.3:
version "2.0.3"
resolved "https://registry.yarnpkg.com/es-set-tostringtag/-/es-set-tostringtag-2.0.3.tgz#8bb60f0a440c2e4281962428438d58545af39777"
integrity sha512-3T8uNMC3OQTHkFUsFq8r/BwAXLHvU/9O9mE0fBc/MY5iq/8H7ncvO947LmYA6ldWw9Uh8Yhf25zu6n7nML5QWQ==
@@ -11354,7 +11534,7 @@ esbuild-register@^3.5.0:
dependencies:
debug "^4.3.4"
-"esbuild@^0.18.0 || ^0.19.0 || ^0.20.0", esbuild@^0.20.2:
+"esbuild@^0.18.0 || ^0.19.0 || ^0.20.0":
version "0.20.2"
resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.20.2.tgz#9d6b2386561766ee6b5a55196c6d766d28c87ea1"
integrity sha512-WdOOppmUNU+IbZ0PaDiTst80zjnrOkyJNHoKupIcVyU8Lvla3Ugx94VzkQ32Ijqd7UhHJy75gNWDMUekcrSJ6g==
@@ -11412,7 +11592,36 @@ esbuild@^0.19.4:
"@esbuild/win32-ia32" "0.19.12"
"@esbuild/win32-x64" "0.19.12"
-escalade@^3.0.2, escalade@^3.1.1:
+esbuild@^0.21.5:
+ version "0.21.5"
+ resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.21.5.tgz#9ca301b120922959b766360d8ac830da0d02997d"
+ integrity sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==
+ optionalDependencies:
+ "@esbuild/aix-ppc64" "0.21.5"
+ "@esbuild/android-arm" "0.21.5"
+ "@esbuild/android-arm64" "0.21.5"
+ "@esbuild/android-x64" "0.21.5"
+ "@esbuild/darwin-arm64" "0.21.5"
+ "@esbuild/darwin-x64" "0.21.5"
+ "@esbuild/freebsd-arm64" "0.21.5"
+ "@esbuild/freebsd-x64" "0.21.5"
+ "@esbuild/linux-arm" "0.21.5"
+ "@esbuild/linux-arm64" "0.21.5"
+ "@esbuild/linux-ia32" "0.21.5"
+ "@esbuild/linux-loong64" "0.21.5"
+ "@esbuild/linux-mips64el" "0.21.5"
+ "@esbuild/linux-ppc64" "0.21.5"
+ "@esbuild/linux-riscv64" "0.21.5"
+ "@esbuild/linux-s390x" "0.21.5"
+ "@esbuild/linux-x64" "0.21.5"
+ "@esbuild/netbsd-x64" "0.21.5"
+ "@esbuild/openbsd-x64" "0.21.5"
+ "@esbuild/sunos-x64" "0.21.5"
+ "@esbuild/win32-arm64" "0.21.5"
+ "@esbuild/win32-ia32" "0.21.5"
+ "@esbuild/win32-x64" "0.21.5"
+
+escalade@^3.0.2, escalade@^3.1.1, escalade@^3.1.2:
version "3.1.2"
resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.2.tgz#54076e9ab29ea5bf3d8f1ed62acffbb88272df27"
integrity sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==
@@ -11567,26 +11776,26 @@ eslint-plugin-jest@^25.3.0:
"@typescript-eslint/experimental-utils" "^5.0.0"
eslint-plugin-jsx-a11y@^6.3.1, eslint-plugin-jsx-a11y@^6.5.1:
- version "6.8.0"
- resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.8.0.tgz#2fa9c701d44fcd722b7c771ec322432857fcbad2"
- integrity sha512-Hdh937BS3KdwwbBaKd5+PLCOmYY6U4f2h9Z2ktwtNKvIdIEu137rjYbcb9ApSbVJfWxANNuiKTD/9tOKjK9qOA==
+ version "6.9.0"
+ resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.9.0.tgz#67ab8ff460d4d3d6a0b4a570e9c1670a0a8245c8"
+ integrity sha512-nOFOCaJG2pYqORjK19lqPqxMO/JpvdCZdPtNdxY3kvom3jTvkAbOvQvD8wuD0G8BYR0IGAGYDlzqWJOh/ybn2g==
dependencies:
- "@babel/runtime" "^7.23.2"
- aria-query "^5.3.0"
- array-includes "^3.1.7"
+ aria-query "~5.1.3"
+ array-includes "^3.1.8"
array.prototype.flatmap "^1.3.2"
ast-types-flow "^0.0.8"
- axe-core "=4.7.0"
- axobject-query "^3.2.1"
+ axe-core "^4.9.1"
+ axobject-query "~3.1.1"
damerau-levenshtein "^1.0.8"
emoji-regex "^9.2.2"
- es-iterator-helpers "^1.0.15"
- hasown "^2.0.0"
+ es-iterator-helpers "^1.0.19"
+ hasown "^2.0.2"
jsx-ast-utils "^3.3.5"
language-tags "^1.0.9"
minimatch "^3.1.2"
- object.entries "^1.1.7"
- object.fromentries "^2.0.7"
+ object.fromentries "^2.0.8"
+ safe-regex-test "^1.0.3"
+ string.prototype.includes "^2.0.0"
eslint-plugin-react-hooks@^4.2.0, eslint-plugin-react-hooks@^4.3.0:
version "4.6.2"
@@ -11594,28 +11803,28 @@ eslint-plugin-react-hooks@^4.2.0, eslint-plugin-react-hooks@^4.3.0:
integrity sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==
eslint-plugin-react@^7.21.5, eslint-plugin-react@^7.26.0, eslint-plugin-react@^7.27.1:
- version "7.34.1"
- resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.34.1.tgz#6806b70c97796f5bbfb235a5d3379ece5f4da997"
- integrity sha512-N97CxlouPT1AHt8Jn0mhhN2RrADlUAsk1/atcT2KyA/l9Q/E6ll7OIGwNumFmWfZ9skV3XXccYS19h80rHtgkw==
+ version "7.34.3"
+ resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.34.3.tgz#9965f27bd1250a787b5d4cfcc765e5a5d58dcb7b"
+ integrity sha512-aoW4MV891jkUulwDApQbPYTVZmeuSyFrudpbTAQuj5Fv8VL+o6df2xIGpw8B0hPjAaih1/Fb0om9grCdyFYemA==
dependencies:
- array-includes "^3.1.7"
- array.prototype.findlast "^1.2.4"
+ array-includes "^3.1.8"
+ array.prototype.findlast "^1.2.5"
array.prototype.flatmap "^1.3.2"
array.prototype.toreversed "^1.1.2"
- array.prototype.tosorted "^1.1.3"
+ array.prototype.tosorted "^1.1.4"
doctrine "^2.1.0"
- es-iterator-helpers "^1.0.17"
+ es-iterator-helpers "^1.0.19"
estraverse "^5.3.0"
jsx-ast-utils "^2.4.1 || ^3.0.0"
minimatch "^3.1.2"
- object.entries "^1.1.7"
- object.fromentries "^2.0.7"
- object.hasown "^1.1.3"
- object.values "^1.1.7"
+ object.entries "^1.1.8"
+ object.fromentries "^2.0.8"
+ object.hasown "^1.1.4"
+ object.values "^1.2.0"
prop-types "^15.8.1"
resolve "^2.0.0-next.5"
semver "^6.3.1"
- string.prototype.matchall "^4.0.10"
+ string.prototype.matchall "^4.0.11"
eslint-plugin-testing-library@^3.9.2:
version "3.10.2"
@@ -12209,7 +12418,7 @@ fast-glob@^2.0.2, fast-glob@^2.2.6:
merge2 "^1.2.3"
micromatch "^3.1.10"
-fast-glob@^3.1.1, fast-glob@^3.2.11, fast-glob@^3.2.5, fast-glob@^3.2.7, fast-glob@^3.2.9, fast-glob@^3.3.0:
+fast-glob@^3.1.1, fast-glob@^3.2.11, fast-glob@^3.2.5, fast-glob@^3.2.7, fast-glob@^3.2.9, fast-glob@^3.3.0, fast-glob@^3.3.2:
version "3.3.2"
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129"
integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==
@@ -12403,10 +12612,10 @@ fill-range@^4.0.0:
repeat-string "^1.6.1"
to-regex-range "^2.1.0"
-fill-range@^7.0.1:
- version "7.0.1"
- resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.0.1.tgz#1919a6a7c75fe38b2c7c77e5198535da9acdda40"
- integrity sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==
+fill-range@^7.1.1:
+ version "7.1.1"
+ resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.1.1.tgz#44265d3cac07e3ea7dc247516380643754a05292"
+ integrity sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==
dependencies:
to-regex-range "^5.0.1"
@@ -12516,9 +12725,9 @@ flatten@^1.0.2:
integrity sha512-dVsPA/UwQ8+2uoFe5GHtiBMu48dWLTdsuEd7CKGlZlD78r1TTWBvDuFaFGKCo/ZfEr95Uk56vZoX86OsHkUeIg==
flow-parser@0.*:
- version "0.235.1"
- resolved "https://registry.yarnpkg.com/flow-parser/-/flow-parser-0.235.1.tgz#469c70adfa3c156f3a1792e7b6d7017f01f45f1d"
- integrity sha512-s04193L4JE+ntEcQXbD6jxRRlyj9QXcgEl2W6xSjH4l9x4b0eHoCHfbYHjqf9LdZFUiM5LhgpiqsvLj/AyOyYQ==
+ version "0.238.3"
+ resolved "https://registry.yarnpkg.com/flow-parser/-/flow-parser-0.238.3.tgz#a3b762913c016591c15a68165835e31cd085c8d0"
+ integrity sha512-hNUhucq8V6KWSX1skXUS3vnDmrRNuKWzDvEVK5b+n97uMF32zj2y8pmcLDQEqlY5u926B0GYGWT/3XhwDJfLOQ==
flush-write-stream@^1.0.0, flush-write-stream@^1.0.2:
version "1.1.1"
@@ -12562,9 +12771,9 @@ foreground-child@^2.0.0:
signal-exit "^3.0.2"
foreground-child@^3.1.0:
- version "3.1.1"
- resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.1.1.tgz#1d173e776d75d2772fed08efe4a0de1ea1b12d0d"
- integrity sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==
+ version "3.2.1"
+ resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.2.1.tgz#767004ccf3a5b30df39bed90718bab43fe0a59f7"
+ integrity sha512-PXUUyLqrR2XCWICfv6ukppP96sdFwWbNEnfEMt7jNsISjMsvaLNinAHNDYyvkyU+SZG2BTSbT5NjG+vZslfGTA==
dependencies:
cross-spawn "^7.0.0"
signal-exit "^4.0.1"
@@ -12781,9 +12990,9 @@ fs-mkdirp-stream@^1.0.0:
through2 "^2.0.3"
fs-monkey@^1.0.4:
- version "1.0.5"
- resolved "https://registry.yarnpkg.com/fs-monkey/-/fs-monkey-1.0.5.tgz#fe450175f0db0d7ea758102e1d84096acb925788"
- integrity sha512-8uMbBjrhzW76TYgEV27Y5E//W2f/lTFmx78P2w19FZSxarhI/798APGQyuGCwmkNxgwGRhrLfvWyLBvNtuOmew==
+ version "1.0.6"
+ resolved "https://registry.yarnpkg.com/fs-monkey/-/fs-monkey-1.0.6.tgz#8ead082953e88d992cf3ff844faa907b26756da2"
+ integrity sha512-b1FMfwetIKymC0eioW7mTywihSQE4oLzQn1dB6rZB5fx/3NpNEdAWeCSMB+60/AeT0TCXsxzAlcYVEFCTAksWg==
fs-then-native@^2.0.0:
version "2.0.0"
@@ -12871,6 +13080,11 @@ get-intrinsic@^1.1.3, get-intrinsic@^1.2.1, get-intrinsic@^1.2.2, get-intrinsic@
has-symbols "^1.0.3"
hasown "^2.0.0"
+get-nonce@^1.0.0:
+ version "1.0.1"
+ resolved "https://registry.yarnpkg.com/get-nonce/-/get-nonce-1.0.1.tgz#fdf3f0278073820d2ce9426c18f07481b1e0cdf3"
+ integrity sha512-FJhYRoDaiatfEkUK8HKlicmu/3SGFD51q3itKDGoSTysQJBnfOcxU5GxnhE1E6soB76MbT0MBtnKJuXyAx+96Q==
+
get-npm-tarball-url@^2.0.3:
version "2.1.0"
resolved "https://registry.yarnpkg.com/get-npm-tarball-url/-/get-npm-tarball-url-2.1.0.tgz#cbd6bb25884622bc3191c761466c93ac83343213"
@@ -13056,16 +13270,17 @@ glob@8.1.0:
minimatch "^5.0.1"
once "^1.3.0"
-glob@^10.0.0, glob@^10.3.10, glob@^10.3.12, glob@^10.3.3:
- version "10.3.12"
- resolved "https://registry.yarnpkg.com/glob/-/glob-10.3.12.tgz#3a65c363c2e9998d220338e88a5f6ac97302960b"
- integrity sha512-TCNv8vJ+xz4QiqTpfOJA7HvYv+tNIRHKfUWw/q+v2jdgN4ebz+KY9tGx5J4rHP0o84mNP+ApH66HRX8us3Khqg==
+glob@^10.0.0, glob@^10.3.10, glob@^10.3.3, glob@^10.4.1:
+ version "10.4.2"
+ resolved "https://registry.yarnpkg.com/glob/-/glob-10.4.2.tgz#bed6b95dade5c1f80b4434daced233aee76160e5"
+ integrity sha512-GwMlUF6PkPo3Gk21UxkCohOv0PLcIXVtKyLlpEI28R/cO/4eNOdmLk3CMW1wROV/WR/EsZOWAfBbBOqYvs88/w==
dependencies:
foreground-child "^3.1.0"
- jackspeak "^2.3.6"
- minimatch "^9.0.1"
- minipass "^7.0.4"
- path-scurry "^1.10.2"
+ jackspeak "^3.1.2"
+ minimatch "^9.0.4"
+ minipass "^7.1.2"
+ package-json-from-dist "^1.0.0"
+ path-scurry "^1.11.1"
glob@^7.0.0, glob@^7.0.3, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.5, glob@^7.1.6, glob@^7.1.7:
version "7.2.3"
@@ -13134,11 +13349,12 @@ globals@^13.19.0, globals@^13.6.0, globals@^13.9.0:
type-fest "^0.20.2"
globalthis@^1.0.3:
- version "1.0.3"
- resolved "https://registry.yarnpkg.com/globalthis/-/globalthis-1.0.3.tgz#5852882a52b80dc301b0660273e1ed082f0b6ccf"
- integrity sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==
+ version "1.0.4"
+ resolved "https://registry.yarnpkg.com/globalthis/-/globalthis-1.0.4.tgz#7430ed3a975d97bfb59bcce41f5cabbafa651236"
+ integrity sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==
dependencies:
- define-properties "^1.1.3"
+ define-properties "^1.2.1"
+ gopd "^1.0.1"
globby@11.0.1:
version "11.0.1"
@@ -13165,7 +13381,7 @@ globby@8.0.2:
pify "^3.0.0"
slash "^1.0.0"
-globby@^11.0.0, globby@^11.0.1, globby@^11.0.2, globby@^11.0.3, globby@^11.0.4, globby@^11.1.0:
+globby@^11.0.0, globby@^11.0.1, globby@^11.0.3, globby@^11.0.4, globby@^11.1.0:
version "11.1.0"
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
@@ -13188,6 +13404,18 @@ globby@^13.1.1:
merge2 "^1.4.1"
slash "^4.0.0"
+globby@^14.0.1:
+ version "14.0.2"
+ resolved "https://registry.yarnpkg.com/globby/-/globby-14.0.2.tgz#06554a54ccfe9264e5a9ff8eded46aa1e306482f"
+ integrity sha512-s3Fq41ZVh7vbbe2PN3nrW7yC7U7MFVc5c98/iTl9c2GawNMKx/J648KQRW6WKkuU8GIbbh2IXfIRQjOZnXcTnw==
+ dependencies:
+ "@sindresorhus/merge-streams" "^2.1.0"
+ fast-glob "^3.3.2"
+ ignore "^5.2.4"
+ path-type "^5.0.0"
+ slash "^5.1.0"
+ unicorn-magic "^0.1.0"
+
globby@^6.1.0:
version "6.1.0"
resolved "https://registry.yarnpkg.com/globby/-/globby-6.1.0.tgz#f5a6d70e8395e21c858fb0489d64df02424d506c"
@@ -13929,9 +14157,9 @@ i18next-scanner@^2.10.3:
vinyl-fs "^3.0.1"
i18next@*:
- version "23.11.2"
- resolved "https://registry.yarnpkg.com/i18next/-/i18next-23.11.2.tgz#4c0e8192a9ba230fe7dc68b76459816ab601826e"
- integrity sha512-qMBm7+qT8jdpmmDw/kQD16VpmkL9BdL+XNAK5MNbNFaf1iQQq35ZbPrSlqmnNPOSUY4m342+c0t0evinF5l7sA==
+ version "23.11.5"
+ resolved "https://registry.yarnpkg.com/i18next/-/i18next-23.11.5.tgz#d71eb717a7e65498d87d0594f2664237f9e361ef"
+ integrity sha512-41pvpVbW9rhZPk5xjCX2TPJi2861LEig/YRhUkY+1FQ2IQPS0bKUDYnEqY8XPPbB48h1uIwLnP9iiEfuSl20CA==
dependencies:
"@babel/runtime" "^7.23.2"
@@ -14216,11 +14444,6 @@ ip@^1.1.0, ip@^1.1.5:
resolved "https://registry.yarnpkg.com/ip/-/ip-1.1.9.tgz#8dfbcc99a754d07f425310b86a99546b1151e396"
integrity sha512-cyRxvOEpNHNtchU3Ln9KC/auJgup87llfQpQ+t5ghoC/UhL16SWzbueiCsdTnWmqAWl7LadfuwhlqmtOaqMHdQ==
-ip@^2.0.1:
- version "2.0.1"
- resolved "https://registry.yarnpkg.com/ip/-/ip-2.0.1.tgz#e8f3595d33a3ea66490204234b77636965307105"
- integrity sha512-lJUL9imLTNi1ZfXT+DU6rBBdbiKGBuay9B6xGSPVjUeQwaH1RIGqef8RZkUtHioLmSNpPR5M4HVKJGm1j8FWVQ==
-
ipaddr.js@1.9.1, ipaddr.js@^1.9.0:
version "1.9.1"
resolved "https://registry.yarnpkg.com/ipaddr.js/-/ipaddr.js-1.9.1.tgz#bff38543eeb8984825079ff3a2a8e6cbd46781b3"
@@ -14378,11 +14601,11 @@ is-color-stop@^1.0.0:
rgba-regex "^1.0.0"
is-core-module@^2.0.0, is-core-module@^2.13.0, is-core-module@^2.13.1, is-core-module@^2.5.0:
- version "2.13.1"
- resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.13.1.tgz#ad0d7532c6fea9da1ebdc82742d74525c6273384"
- integrity sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==
+ version "2.14.0"
+ resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.14.0.tgz#43b8ef9f46a6a08888db67b1ffd4ec9e3dfd59d1"
+ integrity sha512-a5dFJih5ZLYlRtDc0dZWP7RiKr6xIKzmn/oAYCDvdLThadVgyJwlaoQPmRtMSpz+rk0OGAgIu+TcM9HUF0fk1A==
dependencies:
- hasown "^2.0.0"
+ hasown "^2.0.2"
is-data-descriptor@^1.0.1:
version "1.0.1"
@@ -14936,19 +15159,19 @@ iterator.prototype@^1.1.2:
reflect.getprototypeof "^1.0.4"
set-function-name "^2.0.1"
-jackspeak@^2.3.6:
- version "2.3.6"
- resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-2.3.6.tgz#647ecc472238aee4b06ac0e461acc21a8c505ca8"
- integrity sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==
+jackspeak@^3.1.2:
+ version "3.4.0"
+ resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-3.4.0.tgz#a75763ff36ad778ede6a156d8ee8b124de445b4a"
+ integrity sha512-JVYhQnN59LVPFCEcVa2C3CrEKYacvjRfqIQl+h8oi91aLYQVWRYbxjPcv1bUiUy/kLmQaANrYfNMCO3kuEDHfw==
dependencies:
"@isaacs/cliui" "^8.0.2"
optionalDependencies:
"@pkgjs/parseargs" "^0.11.0"
jake@^10.8.5:
- version "10.8.7"
- resolved "https://registry.yarnpkg.com/jake/-/jake-10.8.7.tgz#63a32821177940c33f356e0ba44ff9d34e1c7d8f"
- integrity sha512-ZDi3aP+fG/LchyBzUM804VjddnwfSfsdeYkwt8NcbKRvo4rFkjhs456iLFn3k2ZUWvNe4i48WACDbza8fhq2+w==
+ version "10.9.1"
+ resolved "https://registry.yarnpkg.com/jake/-/jake-10.9.1.tgz#8dc96b7fcc41cb19aa502af506da4e1d56f5e62b"
+ integrity sha512-61btcOHNnLnsOdtLgA5efqQWjnSi/vow5HbI7HMdKKWqvrKR1bLK3BPlJn9gcSaP2ewuamUSMB5XEy76KUIS2w==
dependencies:
async "^3.2.3"
chalk "^4.0.2"
@@ -15921,14 +16144,14 @@ jest@^27.4.3:
jest-cli "^27.5.1"
jiti@^1.20.0, jiti@^1.21.0:
- version "1.21.0"
- resolved "https://registry.yarnpkg.com/jiti/-/jiti-1.21.0.tgz#7c97f8fe045724e136a397f7340475244156105d"
- integrity sha512-gFqAIbuKyyso/3G2qhiO2OM6shY6EPP/R0+mkDbyspxKazh8BXDC5FiFsUjlczgdNz/vfra0da2y+aHrusLG/Q==
+ version "1.21.6"
+ resolved "https://registry.yarnpkg.com/jiti/-/jiti-1.21.6.tgz#6c7f7398dd4b3142767f9a168af2f317a428d268"
+ integrity sha512-2yTgeWTWzMWkHu6Jp9NKgePDaYHbntiwvYuuJLbbN9vl7DC9DvXKOB2BC3ZZ92D3cvV/aflH0osDfwpHepQ53w==
joi@^17.6.0:
- version "17.13.0"
- resolved "https://registry.yarnpkg.com/joi/-/joi-17.13.0.tgz#b6f340b8029ee7af2397f821d17a4f03bf34b043"
- integrity sha512-9qcrTyoBmFZRNHeVP4edKqIUEgFzq7MHvTNSDuHSqkpOPtiBkgNgcmTSqmiw1kw9tdKaiddvIDv/eCJDxmqWCA==
+ version "17.13.3"
+ resolved "https://registry.yarnpkg.com/joi/-/joi-17.13.3.tgz#0f5cc1169c999b30d344366d384b12d92558bcec"
+ integrity sha512-otDA4ldcIx+ZXsKHWmp0YizCweVRZG96J10b0FevjfuncLO1oX59THoAmHkNubYJ+9gWsYsp5k8v4ib6oDv1fA==
dependencies:
"@hapi/hoek" "^9.3.0"
"@hapi/topo" "^5.1.0"
@@ -16339,9 +16562,9 @@ knuth-shuffle-seeded@^1.0.6:
seed-random "~2.2.0"
language-subtag-registry@^0.3.20:
- version "0.3.22"
- resolved "https://registry.yarnpkg.com/language-subtag-registry/-/language-subtag-registry-0.3.22.tgz#2e1500861b2e457eba7e7ae86877cbd08fa1fd1d"
- integrity sha512-tN0MCzyWnoz/4nHS6uxdlFWoUZT7ABptwKPQ52Ea7URk6vll88bWBVhodtnlfEuCcKWNGoc+uGbw1cwa9IKh/w==
+ version "0.3.23"
+ resolved "https://registry.yarnpkg.com/language-subtag-registry/-/language-subtag-registry-0.3.23.tgz#23529e04d9e3b74679d70142df3fd2eb6ec572e7"
+ integrity sha512-0K65Lea881pHotoGEa5gDlMxt3pctLi2RplBb7Ezh4rRdLEOtgi7n4EwK9lamnUCkKBqaeKRVebTq6BAxSkpXQ==
language-tags@^1.0.9:
version "1.0.9"
@@ -16366,9 +16589,9 @@ latest-version@^5.0.0, latest-version@^5.1.0:
package-json "^6.3.0"
launch-editor@^2.6.0:
- version "2.6.1"
- resolved "https://registry.yarnpkg.com/launch-editor/-/launch-editor-2.6.1.tgz#f259c9ef95cbc9425620bbbd14b468fcdb4ffe3c"
- integrity sha512-eB/uXmFVpY4zezmGp5XtU21kwo7GBbKB+EQ+UZeWtGb9yAM5xt/Evk+lYH3eRNAtId+ej4u7TYPFZ07w4s7rRw==
+ version "2.8.0"
+ resolved "https://registry.yarnpkg.com/launch-editor/-/launch-editor-2.8.0.tgz#7255d90bdba414448e2138faa770a74f28451305"
+ integrity sha512-vJranOAJrI/llyWGRQqiDM+adrw+k83fvmmx3+nV47g3+36xM15jE+zyZ6Ffel02+xSvuM0b2GDRosXZkbb6wA==
dependencies:
picocolors "^1.0.0"
shell-quote "^1.8.1"
@@ -16428,9 +16651,9 @@ lilconfig@^2.0.3, lilconfig@^2.1.0:
integrity sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==
lilconfig@^3.0.0:
- version "3.1.1"
- resolved "https://registry.yarnpkg.com/lilconfig/-/lilconfig-3.1.1.tgz#9d8a246fa753106cfc205fd2d77042faca56e5e3"
- integrity sha512-O18pf7nyvHTckunPWCV1XUNXU1piu01y2b7ATJ0ppkUkk8ocqVWBrYjJBCwHDjD/ZWcfyrA0P4gKhzWGi5EINQ==
+ version "3.1.2"
+ resolved "https://registry.yarnpkg.com/lilconfig/-/lilconfig-3.1.2.tgz#e4a7c3cb549e3a606c8dcc32e5ae1005e62c05cb"
+ integrity sha512-eop+wDAvpItUys0FWkHIKeC9ybYrTGbU41U5K7+bttZZeohvnY7M9dZ5kB21GNWiFT2q1OoPTvncPCgSOVO5ow==
lines-and-columns@^1.1.6:
version "1.2.4"
@@ -16524,9 +16747,9 @@ loader-utils@^2.0.0, loader-utils@^2.0.4:
json5 "^2.1.2"
loader-utils@^3.2.0:
- version "3.2.1"
- resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-3.2.1.tgz#4fb104b599daafd82ef3e1a41fb9265f87e1f576"
- integrity sha512-ZvFw1KWS3GVyYBYb7qkmRM/WwL2TQQBxgCK62rlvm4WpVQ23Nb4tYjApUlfjrEGvOs7KHEsmyUn75OHZrJMWPw==
+ version "3.3.1"
+ resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-3.3.1.tgz#735b9a19fd63648ca7adbd31c2327dfe281304e5"
+ integrity sha512-FMJTLMXfCLMLfJxcX9PFqX5qD88Z5MRGaZCVzfuqeZSPsyiBzs+pahDQjbIWz2QIzPZz0NX9Zy4FX3lmK6YHIg==
locate-path@^3.0.0:
version "3.0.0"
@@ -16738,9 +16961,9 @@ lowercase-keys@^2.0.0:
integrity sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA==
lru-cache@^10.2.0:
- version "10.2.2"
- resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.2.2.tgz#48206bc114c1252940c41b25b41af5b545aca878"
- integrity sha512-9hp3Vp2/hFQUiIwKo8XCeFVnrg8Pk3TYNPIR7tJADKi5YfcF7vEaK7avFHTlSy3kOKYaJQaalfEo6YuXdceBOQ==
+ version "10.3.0"
+ resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.3.0.tgz#4a4aaf10c84658ab70f79a85a9a3f1e1fb11196b"
+ integrity sha512-CQl19J/g+Hbjbv4Y3mFNNXFEL/5t/KCg8POCuUqd4rMKjGG+j1ybER83hxV58zL+dFI1PTkt3GNFSHRt+d8qEQ==
lru-cache@^4.0.1:
version "4.1.5"
@@ -17064,11 +17287,11 @@ micromatch@^3.1.10, micromatch@^3.1.4:
to-regex "^3.0.2"
micromatch@^4.0.2, micromatch@^4.0.4, micromatch@^4.0.5:
- version "4.0.5"
- resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.5.tgz#bc8999a7cbbf77cdc89f132f6e467051b49090c6"
- integrity sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==
+ version "4.0.7"
+ resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.7.tgz#33e8190d9fe474a9895525f5618eee136d46c2e5"
+ integrity sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==
dependencies:
- braces "^3.0.2"
+ braces "^3.0.3"
picomatch "^2.3.1"
microseconds@0.2.0:
@@ -17201,10 +17424,10 @@ minimatch@^5.0.1:
dependencies:
brace-expansion "^2.0.1"
-minimatch@^9.0.1:
- version "9.0.4"
- resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.4.tgz#8e49c731d1749cbec05050ee5145147b32496a51"
- integrity sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==
+minimatch@^9.0.4:
+ version "9.0.5"
+ resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
+ integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
dependencies:
brace-expansion "^2.0.1"
@@ -17270,10 +17493,10 @@ minipass@^5.0.0:
resolved "https://registry.yarnpkg.com/minipass/-/minipass-5.0.0.tgz#3e9788ffb90b694a5d0ec94479a45b5d8738133d"
integrity sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==
-"minipass@^5.0.0 || ^6.0.2 || ^7.0.0", minipass@^7.0.4:
- version "7.0.4"
- resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.0.4.tgz#dbce03740f50a4786ba994c1fb908844d27b038c"
- integrity sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==
+"minipass@^5.0.0 || ^6.0.2 || ^7.0.0", minipass@^7.1.2:
+ version "7.1.2"
+ resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
+ integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
minizlib@^1.3.3:
version "1.3.3"
@@ -17341,14 +17564,24 @@ mkdirp@^2.1.5:
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-2.1.6.tgz#964fbcb12b2d8c5d6fbc62a963ac95a273e2cc19"
integrity sha512-+hEnITedc8LAtIP9u3HJDFIdcLV2vXP33sqLLIzkv1Db1zO/1OxbvYf0Y1OC/S/Qo5dxHXepofhmxL02PsKe+A==
+mlly@^1.7.1:
+ version "1.7.1"
+ resolved "https://registry.yarnpkg.com/mlly/-/mlly-1.7.1.tgz#e0336429bb0731b6a8e887b438cbdae522c8f32f"
+ integrity sha512-rrVRZRELyQzrIUAVMHxP97kv+G786pHmOKzuFII8zDYahFBS7qnHh2AlYSl1GAHhaMPCz6/oHjVMcfFYgFYHgA==
+ dependencies:
+ acorn "^8.11.3"
+ pathe "^1.1.2"
+ pkg-types "^1.1.1"
+ ufo "^1.5.3"
+
mocha@^10.4.0:
- version "10.4.0"
- resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.4.0.tgz#ed03db96ee9cfc6d20c56f8e2af07b961dbae261"
- integrity sha512-eqhGB8JKapEYcC4ytX/xrzKforgEc3j1pGlAXVy3eRwrtAy5/nIfT1SvgGzfN0XZZxeLq0aQWkOUAmqIJiv+bA==
+ version "10.5.2"
+ resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.5.2.tgz#0a3481fb67c0a7fc144a909b2d6a9fec35ec5989"
+ integrity sha512-9btlN3JKCefPf+vKd/kcKz2SXxi12z6JswkGfaAF0saQvnsqLJk504ZmbxhSoENge08E9dsymozKgFMTl5PQsA==
dependencies:
ansi-colors "4.1.1"
browser-stdout "1.3.1"
- chokidar "3.5.3"
+ chokidar "^3.5.3"
debug "4.3.4"
diff "5.0.0"
escape-string-regexp "4.0.0"
@@ -17456,9 +17689,9 @@ mz@^2.7.0:
thenify-all "^1.0.0"
nan@^2.12.1:
- version "2.19.0"
- resolved "https://registry.yarnpkg.com/nan/-/nan-2.19.0.tgz#bb58122ad55a6c5bc973303908d5b16cfdd5a8c0"
- integrity sha512-nO1xXxfh/RWNxfd/XPfbIfFk5vgLsAxUR9y5O0cHMJu/AW9U95JLXqthYHjEp+8gQ5p96K9jUp8nbVOxCdRbtw==
+ version "2.20.0"
+ resolved "https://registry.yarnpkg.com/nan/-/nan-2.20.0.tgz#08c5ea813dd54ed16e5bd6505bf42af4f7838ca3"
+ integrity sha512-bk3gXBZDGILuuo/6sKtr0DQmSThYHLtNCdSdXk9YkxD/jK6X2vmCyyXBBxyqZ4XcnzTyYEAThfX3DCEnLf6igw==
nano-time@1.0.0:
version "1.0.0"
@@ -17662,9 +17895,9 @@ node-releases@^2.0.14:
integrity sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==
nopt@^7.2.0:
- version "7.2.0"
- resolved "https://registry.yarnpkg.com/nopt/-/nopt-7.2.0.tgz#067378c68116f602f552876194fd11f1292503d7"
- integrity sha512-CVDtwCdhYIvnAzFoJ6NJ6dX3oga9/HyciQDnG1vQDjSLMeKLJ4A93ZqYKDrgYSr1FBY5/hMYC+2VCi24pgpkGA==
+ version "7.2.1"
+ resolved "https://registry.yarnpkg.com/nopt/-/nopt-7.2.1.tgz#1cac0eab9b8e97c9093338446eddd40b2c8ca1e7"
+ integrity sha512-taM24ViiimT/XntxbPyJQzCG+p4EKOpgD3mxFwW38mGjVUrfERQOeY4EDHjdnptttfHuHQXFx+lTP08Q+mLa/w==
dependencies:
abbrev "^2.0.0"
@@ -17783,20 +18016,21 @@ num2fraction@^1.2.2:
integrity sha512-Y1wZESM7VUThYY+4W+X4ySH2maqcA+p7UR+w8VWNWVAd6lwuXXWz/w/Cz43J/dI2I+PS6wD5N+bJUF+gjWvIqg==
nwsapi@^2.2.0:
- version "2.2.9"
- resolved "https://registry.yarnpkg.com/nwsapi/-/nwsapi-2.2.9.tgz#7f3303218372db2e9f27c27766bcfc59ae7e61c6"
- integrity sha512-2f3F0SEEer8bBu0dsNCFF50N0cTThV1nWFYcEYFZttdW0lDAoybv9cQoK7X7/68Z89S7FoRrVjP1LPX4XRf9vg==
+ version "2.2.10"
+ resolved "https://registry.yarnpkg.com/nwsapi/-/nwsapi-2.2.10.tgz#0b77a68e21a0b483db70b11fad055906e867cda8"
+ integrity sha512-QK0sRs7MKv0tKe1+5uZIQk/C8XGza4DAnztJG8iD+TpJIORARrCxczA738awHrZoHeTjSSoHqao2teO0dC/gFQ==
nypm@^0.3.8:
- version "0.3.8"
- resolved "https://registry.yarnpkg.com/nypm/-/nypm-0.3.8.tgz#a16b078b161be5885351e72cf0b97326973722bf"
- integrity sha512-IGWlC6So2xv6V4cIDmoV0SwwWx7zLG086gyqkyumteH2fIgCAM4nDVFB2iDRszDvmdSVW9xb1N+2KjQ6C7d4og==
+ version "0.3.9"
+ resolved "https://registry.yarnpkg.com/nypm/-/nypm-0.3.9.tgz#ab74c55075737466847611aa33c3c67741c01d8f"
+ integrity sha512-BI2SdqqTHg2d4wJh8P9A1W+bslg33vOE9IZDY6eR2QC+Pu1iNBVZUqczrd43rJb+fMzHU7ltAYKsEFY/kHMFcw==
dependencies:
citty "^0.1.6"
consola "^3.2.3"
execa "^8.0.1"
pathe "^1.1.2"
- ufo "^1.4.0"
+ pkg-types "^1.1.1"
+ ufo "^1.5.3"
oauth-sign@~0.9.0:
version "0.9.0"
@@ -17828,9 +18062,9 @@ object-hash@^3.0.0:
integrity sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==
object-inspect@^1.13.1, object-inspect@^1.7.0:
- version "1.13.1"
- resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.13.1.tgz#b96c6109324ccfef6b12216a956ca4dc2ff94bc2"
- integrity sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==
+ version "1.13.2"
+ resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.13.2.tgz#dea0088467fb991e67af4058147a24824a3043ff"
+ integrity sha512-IRZSRuzJiynemAXPYtPe5BoI/RESNYR7TYm50MC5Mqbd3Jmw5y790sErYw3V6SryFJD64b74qQQs9wn5Bg/k3g==
object-is@^1.0.2, object-is@^1.1.2, object-is@^1.1.5:
version "1.1.6"
@@ -17867,7 +18101,7 @@ object.assign@^4.0.4, object.assign@^4.1.0, object.assign@^4.1.4, object.assign@
has-symbols "^1.0.3"
object-keys "^1.1.1"
-object.entries@^1.1.0, object.entries@^1.1.1, object.entries@^1.1.2, object.entries@^1.1.7:
+object.entries@^1.1.0, object.entries@^1.1.1, object.entries@^1.1.2, object.entries@^1.1.8:
version "1.1.8"
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.8.tgz#bffe6f282e01f4d17807204a24f8edd823599c41"
integrity sha512-cmopxi8VwRIAw/fkijJohSfpef5PdN0pMQJN6VC/ZKvn0LIknWD8KtgY6KlQdEc4tIjcQ3HxSMmnvtzIscdaYQ==
@@ -17876,7 +18110,7 @@ object.entries@^1.1.0, object.entries@^1.1.1, object.entries@^1.1.2, object.entr
define-properties "^1.2.1"
es-object-atoms "^1.0.0"
-object.fromentries@^2.0.7:
+object.fromentries@^2.0.7, object.fromentries@^2.0.8:
version "2.0.8"
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.8.tgz#f7195d8a9b97bd95cbc1999ea939ecd1a2b00c65"
integrity sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ==
@@ -17908,7 +18142,7 @@ object.groupby@^1.0.1:
define-properties "^1.2.1"
es-abstract "^1.23.2"
-object.hasown@^1.1.3:
+object.hasown@^1.1.4:
version "1.1.4"
resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.1.4.tgz#e270ae377e4c120cdcb7656ce66884a6218283dc"
integrity sha512-FZ9LZt9/RHzGySlBARE3VF+gE26TxR38SdmqOqliuTnl9wrKulaQs+4dee1V+Io8VfxqzAfHu6YuRgUy8OHoTg==
@@ -17924,7 +18158,7 @@ object.pick@^1.3.0:
dependencies:
isobject "^3.0.1"
-object.values@^1.1.0, object.values@^1.1.1, object.values@^1.1.6, object.values@^1.1.7:
+object.values@^1.1.0, object.values@^1.1.1, object.values@^1.1.6, object.values@^1.1.7, object.values@^1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.2.0.tgz#65405a9d92cee68ac2d303002e0b8470a4d9ab1b"
integrity sha512-yBYjY9QX2hnRmZHAjG/f13MzmBzxzYgQhFrke06TTyKY5zSTEqkOeukBzIdVA3j3ulu8Qa3MbVFShV7T2RmGtQ==
@@ -18180,6 +18414,11 @@ p-try@^2.0.0:
resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6"
integrity sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==
+package-json-from-dist@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.yarnpkg.com/package-json-from-dist/-/package-json-from-dist-1.0.0.tgz#e501cd3094b278495eb4258d4c9f6d5ac3019f00"
+ integrity sha512-dATvCeZN/8wQsGywez1mzHtTlP22H8OEfPrVMLNr4/eGa+ijtLn/6M5f0dY8UKNrC2O9UCU6SSoG3qRKnt7STw==
+
package-json@^6.3.0, package-json@^6.5.0:
version "6.5.0"
resolved "https://registry.yarnpkg.com/package-json/-/package-json-6.5.0.tgz#6feedaca35e75725876d0b0e64974697fed145b0"
@@ -18263,9 +18502,9 @@ parse-entities@^2.0.0:
is-hexadecimal "^1.0.0"
parse-github-url@^1.0.2:
- version "1.0.2"
- resolved "https://registry.yarnpkg.com/parse-github-url/-/parse-github-url-1.0.2.tgz#242d3b65cbcdda14bb50439e3242acf6971db395"
- integrity sha512-kgBf6avCbO3Cn6+RnzRGLkUsv4ZVqv/VfAYkRsyBcgkshNvVBkRn1FEZcW0Jb+npXQWm2vHPnnOqFteZxRRGNw==
+ version "1.0.3"
+ resolved "https://registry.yarnpkg.com/parse-github-url/-/parse-github-url-1.0.3.tgz#2ab55642c8685b63fbe2a196f5abe4ae9bd68abc"
+ integrity sha512-tfalY5/4SqGaV/GIGzWyHnFjlpTPTNpENR9Ea2lLldSJ8EWXMsvacWucqY3m3I4YPtas15IxTLQVQ5NSYXPrww==
parse-gitignore@^1.0.1:
version "1.0.1"
@@ -18393,10 +18632,10 @@ path-parse@^1.0.6, path-parse@^1.0.7:
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
-path-scurry@^1.10.2:
- version "1.10.2"
- resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.10.2.tgz#8f6357eb1239d5fa1da8b9f70e9c080675458ba7"
- integrity sha512-7xTavNy5RQXnsjANvVvMkEjvloOinkAjv/Z6Ildz9v2RinZ4SBKTWFOVRbaF8p0vpHnyjV/UwNDdKuUv6M5qcA==
+path-scurry@^1.11.1:
+ version "1.11.1"
+ resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.11.1.tgz#7960a668888594a0720b12a911d1a742ab9f11d2"
+ integrity sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==
dependencies:
lru-cache "^10.2.0"
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
@@ -18430,6 +18669,11 @@ path-type@^4.0.0:
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==
+path-type@^5.0.0:
+ version "5.0.0"
+ resolved "https://registry.yarnpkg.com/path-type/-/path-type-5.0.0.tgz#14b01ed7aea7ddf9c7c3f46181d4d04f9c785bb8"
+ integrity sha512-5HviZNaZcfqP95rwpv+1HDgUamezbqdSYTyzjTvwtJSnIH+3vnbmWsItli8OFEndS984VT55M3jduxZbX351gg==
+
pathe@^1.1.2:
version "1.1.2"
resolved "https://registry.yarnpkg.com/pathe/-/pathe-1.1.2.tgz#6c4cb47a945692e48a1ddd6e4094d170516437ec"
@@ -18482,10 +18726,10 @@ picocolors@^0.2.1:
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-0.2.1.tgz#570670f793646851d1ba135996962abad587859f"
integrity sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==
-picocolors@^1.0.0:
- version "1.0.0"
- resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c"
- integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==
+picocolors@^1.0.0, picocolors@^1.0.1:
+ version "1.0.1"
+ resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.1.tgz#a8ad579b571952f0e5d25892de5445bcfe25aaa1"
+ integrity sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==
picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.2, picomatch@^2.2.3, picomatch@^2.3.0, picomatch@^2.3.1:
version "2.3.1"
@@ -18545,6 +18789,15 @@ pkg-dir@^5.0.0:
dependencies:
find-up "^5.0.0"
+pkg-types@^1.1.1:
+ version "1.1.2"
+ resolved "https://registry.yarnpkg.com/pkg-types/-/pkg-types-1.1.2.tgz#3e211ecec23516f59323ba058ec21cbc533ff81a"
+ integrity sha512-VEGf1he2DR5yowYRl0XJhWJq5ktm9gYIsH+y8sNJpHlxch7JPDaufgrsl4vYjd9hMUY8QVjoNncKbow9I7exyA==
+ dependencies:
+ confbox "^0.1.7"
+ mlly "^1.7.1"
+ pathe "^1.1.2"
+
pkg-up@3.1.0, pkg-up@^3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/pkg-up/-/pkg-up-3.1.0.tgz#100ec235cc150e4fd42519412596a28512a0def5"
@@ -19737,9 +19990,9 @@ postcss-selector-parser@^5.0.0-rc.3, postcss-selector-parser@^5.0.0-rc.4:
uniq "^1.0.1"
postcss-selector-parser@^6.0.0, postcss-selector-parser@^6.0.10, postcss-selector-parser@^6.0.11, postcss-selector-parser@^6.0.2, postcss-selector-parser@^6.0.4, postcss-selector-parser@^6.0.5, postcss-selector-parser@^6.0.9:
- version "6.0.16"
- resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.16.tgz#3b88b9f5c5abd989ef4e2fc9ec8eedd34b20fb04"
- integrity sha512-A0RVJrX+IUkVZbW3ClroRWurercFhieevHB38sr2+l9eUClMqome3LmEmnhlNy+5Mr2EYN6B2Kaw9wYdd+VHiw==
+ version "6.1.0"
+ resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.1.0.tgz#49694cb4e7c649299fea510a29fa6577104bcf53"
+ integrity sha512-UMz42UD0UY0EApS0ZL9o1XnLhSTtvvvLe5Dc2H2O56fvRZi+KulDyf5ctDhhtYJBGKStV2FL1fy6253cmLgqVQ==
dependencies:
cssesc "^3.0.0"
util-deprecate "^1.0.2"
@@ -19826,12 +20079,12 @@ postcss@^7, postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.14, postcss@^7.0.17, po
source-map "^0.6.1"
postcss@^8.1.0, postcss@^8.3.11, postcss@^8.3.5, postcss@^8.4.14, postcss@^8.4.17, postcss@^8.4.23, postcss@^8.4.33, postcss@^8.4.4:
- version "8.4.38"
- resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.38.tgz#b387d533baf2054288e337066d81c6bee9db9e0e"
- integrity sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==
+ version "8.4.39"
+ resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.39.tgz#aa3c94998b61d3a9c259efa51db4b392e1bde0e3"
+ integrity sha512-0vzE+lAiG7hZl1/9I8yzKLx3aR9Xbof3fBHKunvMfOCYAtMhrsnccJY2iTURb9EZd5+pLuiNV9/c/GZJOHsgIw==
dependencies:
nanoid "^3.3.7"
- picocolors "^1.0.0"
+ picocolors "^1.0.1"
source-map-js "^1.2.0"
prelude-ls@^1.2.1:
@@ -19854,15 +20107,20 @@ prepend-http@^2.0.0:
resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-2.0.0.tgz#e92434bfa5ea8c19f41cdfd401d741a3c819d897"
integrity sha512-ravE6m9Atw9Z/jjttRUZ+clIXogdghyZAuWJ3qEzjT+jI/dL1ifAqhZeC5VHzQp1MSt1+jxKkFNemj/iO7tVUA==
+"prettier-fallback@npm:prettier@^3":
+ version "3.3.2"
+ resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.3.2.tgz#03ff86dc7c835f2d2559ee76876a3914cec4a90a"
+ integrity sha512-rAVeHYMcv8ATV5d508CFdn+8/pHPpXeIid1DdrPwXnaAdH7cqjVbpJaT5eq4yRAFU/lsbwYwSF/n5iNrdJHPQA==
+
prettier@^2.1.2, prettier@^2.4.1:
version "2.8.8"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.8.tgz#e8c5d7e98a4305ffe3de2e1fc4aca1a71c28b1da"
integrity sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==
prettier@^3.1.1:
- version "3.2.5"
- resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.2.5.tgz#e52bc3090586e824964a8813b09aba6233b28368"
- integrity sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A==
+ version "3.3.2"
+ resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.3.2.tgz#03ff86dc7c835f2d2559ee76876a3914cec4a90a"
+ integrity sha512-rAVeHYMcv8ATV5d508CFdn+8/pHPpXeIid1DdrPwXnaAdH7cqjVbpJaT5eq4yRAFU/lsbwYwSF/n5iNrdJHPQA==
pretty-bytes@^5.3.0, pretty-bytes@^5.4.1, pretty-bytes@^5.6.0:
version "5.6.0"
@@ -19994,13 +20252,15 @@ prompts@^2.0.1, prompts@^2.4.0, prompts@^2.4.2:
sisteransi "^1.0.5"
prop-types-exact@^1.2.0:
- version "1.2.0"
- resolved "https://registry.yarnpkg.com/prop-types-exact/-/prop-types-exact-1.2.0.tgz#825d6be46094663848237e3925a98c6e944e9869"
- integrity sha512-K+Tk3Kd9V0odiXFP9fwDHUYRyvK3Nun3GVyPapSIs5OBkITAm15W0CPFD/YKTkMUAbc0b9CUwRQp2ybiBIq+eA==
+ version "1.2.4"
+ resolved "https://registry.yarnpkg.com/prop-types-exact/-/prop-types-exact-1.2.4.tgz#9010e6b844a0782f6636a597e1738ed494bf7943"
+ integrity sha512-vKfETKgBHRCLQwZgpl0pGPvMFxCX/06dAkz5jwNYHfrU0I8bgVhryaHA6O/KlqwtQi0IdnjAhDiZqzD+uJuVjA==
dependencies:
- has "^1.0.3"
- object.assign "^4.1.0"
- reflect.ownkeys "^0.2.0"
+ es-errors "^1.3.0"
+ hasown "^2.0.2"
+ isarray "^2.0.5"
+ object.assign "^4.1.5"
+ reflect.ownkeys "^1.1.4"
prop-types@^15.6.0, prop-types@^15.6.2, prop-types@^15.7.2, prop-types@^15.8.1:
version "15.8.1"
@@ -20140,9 +20400,9 @@ qs@6.11.0:
side-channel "^1.0.4"
qs@^6.10.0, qs@^6.11.2:
- version "6.12.1"
- resolved "https://registry.yarnpkg.com/qs/-/qs-6.12.1.tgz#39422111ca7cbdb70425541cba20c7d7b216599a"
- integrity sha512-zWmv4RSuB9r2mYQw3zxQuHWeU+42aKi1wWig/j4ele4ygELZ7PEO6MM7rim9oAQH2A5MWfsAVf/jPvTPgCbvUQ==
+ version "6.12.2"
+ resolved "https://registry.yarnpkg.com/qs/-/qs-6.12.2.tgz#5443b587f3bf73ac68968de491e5b25bafe04478"
+ integrity sha512-x+NLUpx9SYrcwXtX7ob1gnkSems4i/mGZX5SlYxwIau6RrUSODO89TR/XDGGpn5RPWSYIB+aSfuSlV5+CmbTBg==
dependencies:
side-channel "^1.0.6"
@@ -20463,7 +20723,7 @@ react-dom@16.13:
prop-types "^15.6.2"
scheduler "^0.19.1"
-react-dom@18, "react-dom@^16.8.0 || ^17.0.0 || ^18.0.0":
+"react-dom@^16.8.0 || ^17.0.0 || ^18.0.0":
version "18.3.1"
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-18.3.1.tgz#c2265d79511b57d479b3dd3fdfa51536494c5cb4"
integrity sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==
@@ -20524,9 +20784,9 @@ react-final-form@^6.5.3:
"@babel/runtime" "^7.15.4"
react-helmet-async@*:
- version "2.0.4"
- resolved "https://registry.yarnpkg.com/react-helmet-async/-/react-helmet-async-2.0.4.tgz#50a4377778f380ed1d0136303916b38eff1bf153"
- integrity sha512-yxjQMWposw+akRfvpl5+8xejl4JtUlHnEBcji6u8/e6oc7ozT+P9PNTWMhCbz2y9tc5zPegw2BvKjQA+NwdEjQ==
+ version "2.0.5"
+ resolved "https://registry.yarnpkg.com/react-helmet-async/-/react-helmet-async-2.0.5.tgz#cfc70cd7bb32df7883a8ed55502a1513747223ec"
+ integrity sha512-rYUYHeus+i27MvFE+Jaa4WsyBKGkL6qVgbJvSBoX8mbsWoABJXdEO0bZyi0F6i+4f0NuIb8AvqPMj3iXFHkMwg==
dependencies:
invariant "^2.2.4"
react-fast-compare "^3.2.2"
@@ -20620,6 +20880,25 @@ react-refresh@^0.8.3:
resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.8.3.tgz#721d4657672d400c5e3c75d063c4a85fb2d5d68f"
integrity sha512-X8jZHc7nCMjaCqoU+V2I0cOhNW+QMBwSUkeXnTi8IPe6zaRWfn60ZzvFDZqWPfmSJfjub7dDW1SP0jaHWLu/hg==
+react-remove-scroll-bar@^2.3.4:
+ version "2.3.6"
+ resolved "https://registry.yarnpkg.com/react-remove-scroll-bar/-/react-remove-scroll-bar-2.3.6.tgz#3e585e9d163be84a010180b18721e851ac81a29c"
+ integrity sha512-DtSYaao4mBmX+HDo5YWYdBWQwYIQQshUV/dVxFxK+KM26Wjwp1gZ6rv6OC3oujI6Bfu6Xyg3TwK533AQutsn/g==
+ dependencies:
+ react-style-singleton "^2.2.1"
+ tslib "^2.0.0"
+
+react-remove-scroll@2.5.7:
+ version "2.5.7"
+ resolved "https://registry.yarnpkg.com/react-remove-scroll/-/react-remove-scroll-2.5.7.tgz#15a1fd038e8497f65a695bf26a4a57970cac1ccb"
+ integrity sha512-FnrTWO4L7/Bhhf3CYBNArEG/yROV0tKmTv7/3h9QCFvH6sndeFf1wPqOcbFVu5VAulS5dV1wGT3GZZ/1GawqiA==
+ dependencies:
+ react-remove-scroll-bar "^2.3.4"
+ react-style-singleton "^2.2.1"
+ tslib "^2.1.0"
+ use-callback-ref "^1.3.0"
+ use-sidecar "^1.1.2"
+
react-router-config@^5.1.1:
version "5.1.1"
resolved "https://registry.yarnpkg.com/react-router-config/-/react-router-config-5.1.1.tgz#0f4263d1a80c6b2dc7b9c1902c9526478194a988"
@@ -20776,6 +21055,15 @@ react-scripts@^5.0.1:
optionalDependencies:
fsevents "^2.3.2"
+react-style-singleton@^2.2.1:
+ version "2.2.1"
+ resolved "https://registry.yarnpkg.com/react-style-singleton/-/react-style-singleton-2.2.1.tgz#f99e420492b2d8f34d38308ff660b60d0b1205b4"
+ integrity sha512-ZWj0fHEMyWkHzKYUr2Bs/4zU6XLmq9HsgBURm7g5pAVfyn49DgUiNgY2d4lXRlYSiCif9YBGpQleewkcqddc7g==
+ dependencies:
+ get-nonce "^1.0.0"
+ invariant "^2.2.4"
+ tslib "^2.0.0"
+
react-test-renderer@^16.0.0-0:
version "16.14.0"
resolved "https://registry.yarnpkg.com/react-test-renderer/-/react-test-renderer-16.14.0.tgz#e98360087348e260c56d4fe2315e970480c228ae"
@@ -20802,7 +21090,7 @@ react-tooltip@^3.10.0:
dependencies:
prop-types "^15.6.0"
-react@16.13, react@16.13.1, react@18, "react@^16.8.0 || ^17.0.0 || ^18.0.0", react@^16.8.6:
+react@16.13, react@16.13.1, "react@^16.8.0 || ^17.0.0 || ^18.0.0", react@^16.8.6:
version "16.13.1"
resolved "https://registry.yarnpkg.com/react/-/react-16.13.1.tgz#2e818822f1a9743122c063d6410d85c1e3afe48e"
integrity sha512-YMZQQq32xHLX0bz5Mnibv1/LHb3Sqzngu7xstSM+vrkE5Kzr9xE0yMByK5kMoTK30YVJE61WfbxIFFvfeDKT1w==
@@ -20901,9 +21189,9 @@ recast@^0.20.3:
tslib "^2.0.1"
recast@^0.23.3, recast@^0.23.5:
- version "0.23.6"
- resolved "https://registry.yarnpkg.com/recast/-/recast-0.23.6.tgz#198fba74f66143a30acc81929302d214ce4e3bfa"
- integrity sha512-9FHoNjX1yjuesMwuthAmPKabxYQdOgihFYmT5ebXfYGBcnqXZf3WOVz+5foEZ8Y83P4ZY6yQD5GMmtV+pgCCAQ==
+ version "0.23.9"
+ resolved "https://registry.yarnpkg.com/recast/-/recast-0.23.9.tgz#587c5d3a77c2cfcb0c18ccce6da4361528c2587b"
+ integrity sha512-Hx/BGIbwj+Des3+xy5uAtAbdCyqK9y9wbBcDFDYanLS9JnMqf7OeF87HQwUimE87OEc72mr6tkKUKMBBL+hF9Q==
dependencies:
ast-types "^0.16.1"
esprima "~4.0.0"
@@ -20974,6 +21262,11 @@ reflect-metadata@0.2.1:
resolved "https://registry.yarnpkg.com/reflect-metadata/-/reflect-metadata-0.2.1.tgz#8d5513c0f5ef2b4b9c3865287f3c0940c1f67f74"
integrity sha512-i5lLI6iw9AU3Uu4szRNPPEkomnkjRTaVt9hy/bn5g/oSzekBSMeLZblcjP74AW0vBabqERLLIrz+gR8QYR54Tw==
+reflect-metadata@0.2.2:
+ version "0.2.2"
+ resolved "https://registry.yarnpkg.com/reflect-metadata/-/reflect-metadata-0.2.2.tgz#400c845b6cba87a21f2c65c4aeb158f4fa4d9c5b"
+ integrity sha512-urBwgfrvVP/eAyXx4hluJivBKzuEbSQs9rKWCrCkbSxNv8mxPcUZKeuoF3Uy4mJl3Lwprp6yy5/39VWigZ4K6Q==
+
reflect.getprototypeof@^1.0.4:
version "1.0.6"
resolved "https://registry.yarnpkg.com/reflect.getprototypeof/-/reflect.getprototypeof-1.0.6.tgz#3ab04c32a8390b770712b7a8633972702d278859"
@@ -20987,10 +21280,16 @@ reflect.getprototypeof@^1.0.4:
globalthis "^1.0.3"
which-builtin-type "^1.1.3"
-reflect.ownkeys@^0.2.0:
- version "0.2.0"
- resolved "https://registry.yarnpkg.com/reflect.ownkeys/-/reflect.ownkeys-0.2.0.tgz#749aceec7f3fdf8b63f927a04809e90c5c0b3460"
- integrity sha512-qOLsBKHCpSOFKK1NUOCGC5VyeufB6lEsFe92AL2bhIJsacZS1qdoOZSbPk3MYKuT2cFlRDnulKXuuElIrMjGUg==
+reflect.ownkeys@^1.1.4:
+ version "1.1.4"
+ resolved "https://registry.yarnpkg.com/reflect.ownkeys/-/reflect.ownkeys-1.1.4.tgz#3cf21da448f2aff8aba63ca601f65c99482e692c"
+ integrity sha512-iUNmtLgzudssL+qnTUosCmnq3eczlrVd1wXrgx/GhiI/8FvwrTYWtCJ9PNvWIRX+4ftupj2WUfB5mu5s9t6LnA==
+ dependencies:
+ call-bind "^1.0.2"
+ define-properties "^1.2.0"
+ es-abstract "^1.22.1"
+ es-set-tostringtag "^2.0.1"
+ globalthis "^1.0.3"
regenerate-unicode-properties@^10.1.0:
version "10.1.1"
@@ -21485,9 +21784,9 @@ rework@1.0.1:
css "^2.0.0"
rfdc@^1.3.0:
- version "1.3.1"
- resolved "https://registry.yarnpkg.com/rfdc/-/rfdc-1.3.1.tgz#2b6d4df52dffe8bb346992a10ea9451f24373a8f"
- integrity sha512-r5a3l5HzYlIC68TpmYKlxWjmOP6wiPJ1vWv2HeLhNsRZMrCkxeqxiHlQ21oXmQ4F3SiryXBHhAD7JZqvOJjFmg==
+ version "1.4.1"
+ resolved "https://registry.yarnpkg.com/rfdc/-/rfdc-1.4.1.tgz#778f76c4fb731d93414e8f925fbecf64cce7f6ca"
+ integrity sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==
rgb-regex@^1.0.1:
version "1.0.1"
@@ -21727,9 +22026,9 @@ sass-loader@^12.3.0:
neo-async "^2.6.2"
sax@^1.2.4:
- version "1.3.0"
- resolved "https://registry.yarnpkg.com/sax/-/sax-1.3.0.tgz#a5dbe77db3be05c9d1ee7785dbd3ea9de51593d0"
- integrity sha512-0s+oAmw9zLl1V1cS9BtZN7JAd0cW5e0QH4W3LWEK6a4LaLEA2OTpGYWDY+6XasBLtz6wkm3u1xRw95mRuJ59WA==
+ version "1.4.1"
+ resolved "https://registry.yarnpkg.com/sax/-/sax-1.4.1.tgz#44cc8988377f126304d3b3fc1010c733b929ef0f"
+ integrity sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg==
sax@~1.2.4:
version "1.2.4"
@@ -21794,7 +22093,7 @@ schema-utils@^3.0.0, schema-utils@^3.1.1, schema-utils@^3.2.0:
ajv "^6.12.5"
ajv-keywords "^3.5.2"
-schema-utils@^4.0.0:
+schema-utils@^4.0.0, schema-utils@^4.2.0:
version "4.2.0"
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-4.2.0.tgz#70d7c93e153a273a805801882ebd3bff20d89c8b"
integrity sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==
@@ -21894,11 +22193,9 @@ semver@^6.0.0, semver@^6.2.0, semver@^6.3.0, semver@^6.3.1:
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.5.3, semver@^7.5.4:
- version "7.6.0"
- resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.0.tgz#1a46a4db4bffcccd97b743b5005c8325f23d4e2d"
- integrity sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==
- dependencies:
- lru-cache "^6.0.0"
+ version "7.6.2"
+ resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.2.tgz#1e3b34759f896e8f14d6134732ce798aeb0c6e13"
+ integrity sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==
send@0.18.0, send@latest:
version "0.18.0"
@@ -22146,9 +22443,9 @@ sisteransi@^1.0.5:
integrity sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==
sitemap@^7.1.1:
- version "7.1.1"
- resolved "https://registry.yarnpkg.com/sitemap/-/sitemap-7.1.1.tgz#eeed9ad6d95499161a3eadc60f8c6dce4bea2bef"
- integrity sha512-mK3aFtjz4VdJN0igpIJrinf3EO8U8mxOPsTBzSsy06UtjZQJ3YY3o3Xa7zSc5nMqcMrRwlChHZ18Kxg0caiPBg==
+ version "7.1.2"
+ resolved "https://registry.yarnpkg.com/sitemap/-/sitemap-7.1.2.tgz#6ce1deb43f6f177c68bc59cf93632f54e3ae6b72"
+ integrity sha512-ARCqzHJ0p4gWt+j7NlU5eDlIO9+Rkr/JhPFZKKQ1l5GCus7rJH4UdrlVAh0xC/gDS/Qir2UMxqYNHtsKr2rpCw==
dependencies:
"@types/node" "^17.0.5"
"@types/sax" "^1.2.1"
@@ -22175,6 +22472,11 @@ slash@^4.0.0:
resolved "https://registry.yarnpkg.com/slash/-/slash-4.0.0.tgz#2422372176c4c6c5addb5e2ada885af984b396a7"
integrity sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==
+slash@^5.1.0:
+ version "5.1.0"
+ resolved "https://registry.yarnpkg.com/slash/-/slash-5.1.0.tgz#be3adddcdf09ac38eebe8dcdc7b1a57a75b095ce"
+ integrity sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==
+
slice-ansi@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-3.0.0.tgz#31ddc10930a1b7e0b67b08c96c2f49b77a789787"
@@ -22409,9 +22711,9 @@ spdx-expression-parse@^3.0.0:
spdx-license-ids "^3.0.0"
spdx-license-ids@^3.0.0:
- version "3.0.17"
- resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.17.tgz#887da8aa73218e51a1d917502d79863161a93f9c"
- integrity sha512-sh8PWc/ftMqAAdFiBu6Fy6JUOYjqDJBJvIhpfDMyHrr0Rbp5liZqd4TjtQ/RgfLjKFZb+LMx5hpml5qOWy0qvg==
+ version "3.0.18"
+ resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.18.tgz#22aa922dcf2f2885a6494a261f2d8b75345d0326"
+ integrity sha512-xxRs31BqRYHwiMzudOrpSiHtZ8i/GeionCBDSilhYRj+9gIcI8wCZTlXZKu9vZIVqViP3dcp9qE5G6AlIaD+TQ==
spdy-transport@^3.0.0:
version "3.0.0"
@@ -22578,11 +22880,11 @@ storybook-pretty-props@^1.0.3:
integrity sha512-3dUtu0UbBA6idA3Qo0i+CYGGz8GiqlXzhgCJdT065jnuJ3y9intKxZpv05ZbnQXCPnsPVSDos+hgOZ444hf6xA==
storybook@^8.0.6:
- version "8.0.9"
- resolved "https://registry.yarnpkg.com/storybook/-/storybook-8.0.9.tgz#169f0625511f4881046a467b56b196b093176a1c"
- integrity sha512-/Mvij0Br5bUwJpCvqAUZMEDIWmdRxEyllvVj8Ukw5lIWJePxfpSsz4px5jg9+R6B9tO8sQSqjg4HJvQ/pZk8Tg==
+ version "8.1.11"
+ resolved "https://registry.yarnpkg.com/storybook/-/storybook-8.1.11.tgz#c41b25fee0146a55afccba8978b6349c454313a6"
+ integrity sha512-3KjIhF8lczXhKKHyHbOqV30dvuRYJSxc0d1as/C8kybuwE7cLaydhWGma7VBv5bTSPv0rDzucx7KcO+achArPg==
dependencies:
- "@storybook/cli" "8.0.9"
+ "@storybook/cli" "8.1.11"
stream-browserify@^2.0.1:
version "2.0.2"
@@ -22723,7 +23025,15 @@ string-width@^5.0.1, string-width@^5.1.2:
emoji-regex "^9.2.2"
strip-ansi "^7.0.1"
-string.prototype.matchall@^4.0.10, string.prototype.matchall@^4.0.6:
+string.prototype.includes@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/string.prototype.includes/-/string.prototype.includes-2.0.0.tgz#8986d57aee66d5460c144620a6d873778ad7289f"
+ integrity sha512-E34CkBgyeqNDcrbU76cDjL5JLcVrtSdYq0MEh/B10r17pRP4ciHLwTgnuLV8Ay6cgEMLkcBkFCKyFZ43YldYzg==
+ dependencies:
+ define-properties "^1.1.3"
+ es-abstract "^1.17.5"
+
+string.prototype.matchall@^4.0.11, string.prototype.matchall@^4.0.6:
version "4.0.11"
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.11.tgz#1092a72c59268d2abaad76582dccc687c0297e0a"
integrity sha512-NUdh0aDavY2og7IbBPenWqR9exH+E26Sv8e0/eTe1tltDGZL+GtBkDAnnyBtmekfK6/Dq3MkcGtzXFEd1LQrtg==
@@ -23070,11 +23380,6 @@ symbol-tree@^3.2.4:
resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.4.tgz#430637d248ba77e078883951fb9aa0eed7c63fa2"
integrity sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==
-synchronous-promise@^2.0.15:
- version "2.0.17"
- resolved "https://registry.yarnpkg.com/synchronous-promise/-/synchronous-promise-2.0.17.tgz#38901319632f946c982152586f2caf8ddc25c032"
- integrity sha512-AsS729u2RHUfEra9xJrE39peJcc2stq2+poBXX8bcM08Y6g9j/i/PUzwNQqkaJde7Ntg1TO7bSREbR5sdosQ+g==
-
table-layout@^0.4.2:
version "0.4.5"
resolved "https://registry.yarnpkg.com/table-layout/-/table-layout-0.4.5.tgz#d906de6a25fa09c0c90d1d08ecd833ecedcb7378"
@@ -23103,9 +23408,9 @@ taffydb@2.6.2:
integrity sha512-y3JaeRSplks6NYQuCOj3ZFMO3j60rTwbuKCvZxsAraGYH2epusatvZ0baZYA01WsGqJBq/Dl6vOrMUJqyMj8kA==
tailwindcss@^3.0.2:
- version "3.4.3"
- resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.4.3.tgz#be48f5283df77dfced705451319a5dffb8621519"
- integrity sha512-U7sxQk/n397Bmx4JHbJx/iSOOv5G+II3f1kpLpY2QeUv5DcPdcTsYLlusZfq1NthHS1c1cZoyFmmkex1rzke0A==
+ version "3.4.4"
+ resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.4.4.tgz#351d932273e6abfa75ce7d226b5bf3a6cb257c05"
+ integrity sha512-ZoyXOdJjISB7/BcLTR6SEsLgKtDStYyYZVLsUtWChO4Ps20CBad7lfJKVDiejocV4ME1hLmyY0WJE3hSDcmQ2A==
dependencies:
"@alloc/quick-lru" "^5.2.0"
arg "^5.0.2"
@@ -23203,6 +23508,11 @@ temp-dir@^2.0.0:
resolved "https://registry.yarnpkg.com/temp-dir/-/temp-dir-2.0.0.tgz#bde92b05bdfeb1516e804c9c00ad45177f31321e"
integrity sha512-aoBAniQmmwtcKp/7BzsH8Cxzv8OL736p7v1ihGb5e9DJ9kTwGWHrQrVB5+lfVDzfGrdRzXch+ig7LHaY1JTOrg==
+temp-dir@^3.0.0:
+ version "3.0.0"
+ resolved "https://registry.yarnpkg.com/temp-dir/-/temp-dir-3.0.0.tgz#7f147b42ee41234cc6ba3138cd8e8aa2302acffa"
+ integrity sha512-nHc6S/bwIilKHNRgK/3jlhDoIHcp45YgyiwcAk46Tr0LfEqGBVpmiAyuiuxeVE44m3mXnEeVhaipLOEWmH+Njw==
+
temp-path@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/temp-path/-/temp-path-1.0.0.tgz#24b1543973ab442896d9ad367dd9cbdbfafe918b"
@@ -23242,16 +23552,15 @@ tempy@^0.6.0:
type-fest "^0.16.0"
unique-string "^2.0.0"
-tempy@^1.0.1:
- version "1.0.1"
- resolved "https://registry.yarnpkg.com/tempy/-/tempy-1.0.1.tgz#30fe901fd869cfb36ee2bd999805aa72fbb035de"
- integrity sha512-biM9brNqxSc04Ee71hzFbryD11nX7VPhQQY32AdDmjFvodsRFz/3ufeoTZ6uYkRFfGo188tENcASNs3vTdsM0w==
+tempy@^3.1.0:
+ version "3.1.0"
+ resolved "https://registry.yarnpkg.com/tempy/-/tempy-3.1.0.tgz#00958b6df85db8589cb595465e691852aac038e9"
+ integrity sha512-7jDLIdD2Zp0bDe5r3D2qtkd1QOCacylBuL7oa4udvN6v2pqr4+LcCr67C8DR1zkpaZ8XosF5m1yQSabKAW6f2g==
dependencies:
- del "^6.0.0"
- is-stream "^2.0.0"
- temp-dir "^2.0.0"
- type-fest "^0.16.0"
- unique-string "^2.0.0"
+ is-stream "^3.0.0"
+ temp-dir "^3.0.0"
+ type-fest "^2.12.2"
+ unique-string "^3.0.0"
term-size@^1.2.0:
version "1.2.0"
@@ -23319,9 +23628,9 @@ terser@^4.1.2, terser@^4.6.2, terser@^4.6.3:
source-map-support "~0.5.12"
terser@^5.0.0, terser@^5.10.0, terser@^5.26.0, terser@^5.3.4:
- version "5.30.4"
- resolved "https://registry.yarnpkg.com/terser/-/terser-5.30.4.tgz#62b4d16a819424e6317fd5ceffb4ee8dc769803a"
- integrity sha512-xRdd0v64a8mFK9bnsKVdoNP9GQIKUAaJPTaqEQDL4w/J8WaW4sWXXoMZ+6SimPkfT5bElreXf8m9HnmPc3E1BQ==
+ version "5.31.1"
+ resolved "https://registry.yarnpkg.com/terser/-/terser-5.31.1.tgz#735de3c987dd671e95190e6b98cfe2f07f3cf0d4"
+ integrity sha512-37upzU1+viGvuFtBo9NPufCb9dwM0+l9hMxYyWfBA+fbwrPqNJAhbZ6W47bBFnZHKHTUBnMvi87434qq+qnxOg==
dependencies:
"@jridgewell/source-map" "^0.3.3"
acorn "^8.8.2"
@@ -23467,7 +23776,7 @@ tiny-warning@^1.0.0:
resolved "https://registry.yarnpkg.com/tiny-warning/-/tiny-warning-1.0.3.tgz#94a30db453df4c643d0fd566060d60a875d84754"
integrity sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA==
-tmp@0.2.3, tmp@~0.2.1:
+tmp@0.2.3, tmp@~0.2.3:
version "0.2.3"
resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.2.3.tgz#eb783cc22bc1e8bebd0671476d46ea4eb32a79ae"
integrity sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w==
@@ -23547,9 +23856,9 @@ to-through@^2.0.0:
through2 "^2.0.3"
tocbot@^4.20.1:
- version "4.27.13"
- resolved "https://registry.yarnpkg.com/tocbot/-/tocbot-4.27.13.tgz#7568a9da2e04ee13b56202ecbf8b90de79525fc9"
- integrity sha512-zS8GVVg14x/KBTxbvF6s3BNLltfMNZxTPaBpj+FjuwmnSv+ZK0trNN4uV5Ptw64NLFi2E30gt33+/a1Fkt3cWQ==
+ version "4.28.2"
+ resolved "https://registry.yarnpkg.com/tocbot/-/tocbot-4.28.2.tgz#5a51b34cefd39f6b556b936b380a838a0a8c49ea"
+ integrity sha512-/MaSa9xI6mIo84IxqqliSCtPlH0oy7sLcY9s26qPMyH/2CxtZ2vNAXYlIdEQ7kjAkCQnc0rbLygf//F5c663oQ==
toggle-selection@^1.0.6:
version "1.0.6"
@@ -23572,9 +23881,9 @@ totalist@^3.0.0:
integrity sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==
tough-cookie@^4.0.0, tough-cookie@^4.1.3:
- version "4.1.3"
- resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-4.1.3.tgz#97b9adb0728b42280aa3d814b6b999b2ff0318bf"
- integrity sha512-aX/y5pVRkfRnfmuX+OdbSdXvPe6ieKX/G2s7e98f4poJHnqH3281gDPm/metm6E/WRamfx7WC4HUqkWHfQHprw==
+ version "4.1.4"
+ resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-4.1.4.tgz#945f1461b45b5a8c76821c33ea49c3ac192c1b36"
+ integrity sha512-Loo5UUvLD9ScZ6jh8beX1T6sO1w2/MpCRpEP7V280GKMVUQ0Jzar2U3UJPsrdbziLEMMhu3Ujnq//rhiFuIeag==
dependencies:
psl "^1.1.33"
punycode "^2.1.1"
@@ -23678,9 +23987,9 @@ tslib@^1.13.0, tslib@^1.8.1, tslib@^1.9.0:
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
tslib@^2.0.0, tslib@^2.0.1, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.3.1, tslib@^2.4.0:
- version "2.6.2"
- resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae"
- integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==
+ version "2.6.3"
+ resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.3.tgz#0438f810ad7a9edcde7a241c3d80db693c8cbfe0"
+ integrity sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==
tsutils@^3.17.1, tsutils@^3.21.0:
version "3.21.0"
@@ -23760,15 +24069,20 @@ type-fest@^0.8.1:
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.8.1.tgz#09e249ebde851d3b1e48d27c105444667f17b83d"
integrity sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==
-type-fest@^2.19.0, type-fest@^2.5.0, type-fest@~2.19:
+type-fest@^1.0.1:
+ version "1.4.0"
+ resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-1.4.0.tgz#e9fb813fe3bf1744ec359d55d1affefa76f14be1"
+ integrity sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA==
+
+type-fest@^2.12.2, type-fest@^2.19.0, type-fest@^2.5.0, type-fest@~2.19:
version "2.19.0"
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-2.19.0.tgz#88068015bb33036a598b952e55e9311a60fd3a9b"
integrity sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==
type-fest@^4.8.3:
- version "4.17.0"
- resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-4.17.0.tgz#4c1b2c2852d2a40ba8c0236d3afc6fc68229e5bf"
- integrity sha512-9flrz1zkfLRH3jO3bLflmTxryzKMxVa7841VeMgBaNQGY6vH4RCcpN/sQLB7mQQYh1GZ5utT2deypMuCy4yicw==
+ version "4.21.0"
+ resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-4.21.0.tgz#2eec399d9bda4ac686286314d07c6675fef3fdd8"
+ integrity sha512-ADn2w7hVPcK6w1I0uWnM//y1rLXZhzB9mr0a3OirzclKF1Wp6VzevUmzz/NRAWunOT6E8HrnpGY7xOfc6K57fA==
type-is@~1.6.18:
version "1.6.18"
@@ -23779,9 +24093,9 @@ type-is@~1.6.18:
mime-types "~2.1.24"
type@^2.7.2:
- version "2.7.2"
- resolved "https://registry.yarnpkg.com/type/-/type-2.7.2.tgz#2376a15a3a28b1efa0f5350dcf72d24df6ef98d0"
- integrity sha512-dzlvlNlt6AXU7EBSfpAscydQ7gXB+pPGsPnfJnZpiNJBDj7IaJzQlBZYGdEi4R9HmPdBv2XmWJ6YUtoTa7lmCw==
+ version "2.7.3"
+ resolved "https://registry.yarnpkg.com/type/-/type-2.7.3.tgz#436981652129285cc3ba94f392886c2637ea0486"
+ integrity sha512-8j+1QmAbPvLZow5Qpi6NCaN8FB60p/6x8/vfNqOk/hC+HuvFZhL4+WfekuhQLiqFZXOgQdrs3B+XxEmCc6b3FQ==
typed-array-buffer@^1.0.2:
version "1.0.2"
@@ -23860,24 +24174,24 @@ typical@^4.0.0:
integrity sha512-VAH4IvQ7BDFYglMd7BPRDfLgxZZX4O4TFcRDA6EN5X7erNJJq+McIEp8np9aVtxrCJ6qx4GTYVfOWNjcqwZgRw==
ua-parser-js@^1.0.35:
- version "1.0.37"
- resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-1.0.37.tgz#b5dc7b163a5c1f0c510b08446aed4da92c46373f"
- integrity sha512-bhTyI94tZofjo+Dn8SN6Zv8nBDvyXTymAdM3LDI/0IboIUwTu1rEhW7v2TfiVsoYWgkQ4kOVqnI8APUFbIQIFQ==
+ version "1.0.38"
+ resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-1.0.38.tgz#66bb0c4c0e322fe48edfe6d446df6042e62f25e2"
+ integrity sha512-Aq5ppTOfvrCMgAPneW1HfWj66Xi7XL+/mIy996R1/CLS/rcyJQm6QZdsKrUeivDFQ+Oc9Wyuwor8Ze8peEoUoQ==
uc.micro@^1.0.1, uc.micro@^1.0.5:
version "1.0.6"
resolved "https://registry.yarnpkg.com/uc.micro/-/uc.micro-1.0.6.tgz#9c411a802a409a91fc6cf74081baba34b24499ac"
integrity sha512-8Y75pvTYkLJW2hWQHXxoqRgV7qb9B+9vFEtidML+7koHUFapnVJAZ6cKs+Qjz5Aw3aZWHMC6u0wJE3At+nSGwA==
-ufo@^1.4.0:
+ufo@^1.5.3:
version "1.5.3"
resolved "https://registry.yarnpkg.com/ufo/-/ufo-1.5.3.tgz#3325bd3c977b6c6cd3160bf4ff52989adc9d3344"
integrity sha512-Y7HYmWaFwPUmkoQCUIAYpKqkOf+SbVj/2fJJZ4RJMCfZp0rTGwRbzQD+HghfnhKOjL9E01okqz+ncJskGYfBNw==
uglify-js@^3.1.4:
- version "3.17.4"
- resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.17.4.tgz#61678cf5fa3f5b7eb789bb345df29afb8257c22c"
- integrity sha512-T9q82TJI9e/C1TAxYvfb16xO120tMVFZrGA3f9/P4424DNu6ypK103y0GPFVa17yotwSyZW5iYXgjYHkGrJW/g==
+ version "3.18.0"
+ resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.18.0.tgz#73b576a7e8fda63d2831e293aeead73e0a270deb"
+ integrity sha512-SyVVbcNBCk0dzr9XL/R/ySrmYf0s372K6/hFklzgcp2lBFyXtw4I7BOdDjlLhE1aVqaI/SHWXWmYdlZxuyF38A==
unbox-primitive@^1.0.2:
version "1.0.2"
@@ -23940,6 +24254,11 @@ unicode-property-aliases-ecmascript@^2.0.0:
resolved "https://registry.yarnpkg.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz#43d41e3be698bd493ef911077c9b131f827e8ccd"
integrity sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==
+unicorn-magic@^0.1.0:
+ version "0.1.0"
+ resolved "https://registry.yarnpkg.com/unicorn-magic/-/unicorn-magic-0.1.0.tgz#1bb9a51c823aaf9d73a8bfcd3d1a23dde94b0ce4"
+ integrity sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==
+
unified@9.2.0:
version "9.2.0"
resolved "https://registry.yarnpkg.com/unified/-/unified-9.2.0.tgz#67a62c627c40589edebbf60f53edfd4d822027f8"
@@ -24020,6 +24339,13 @@ unique-string@^2.0.0:
dependencies:
crypto-random-string "^2.0.0"
+unique-string@^3.0.0:
+ version "3.0.0"
+ resolved "https://registry.yarnpkg.com/unique-string/-/unique-string-3.0.0.tgz#84a1c377aff5fd7a8bc6b55d8244b2bd90d75b9a"
+ integrity sha512-VGXBUVwxKMBUznyffQweQABPRRW1vHZAbadFZud4pLFAqRGvv/96vafgjWFqzourzr8YonlQiPgH0YCJfawoGQ==
+ dependencies:
+ crypto-random-string "^4.0.0"
+
unist-builder@2.0.3, unist-builder@^2.0.0:
version "2.0.3"
resolved "https://registry.yarnpkg.com/unist-builder/-/unist-builder-2.0.3.tgz#77648711b5d86af0942f334397a33c5e91516436"
@@ -24141,9 +24467,9 @@ unpipe@1.0.0, unpipe@~1.0.0:
integrity sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==
unplugin@^1.3.1:
- version "1.10.1"
- resolved "https://registry.yarnpkg.com/unplugin/-/unplugin-1.10.1.tgz#8ceda065dc71bc67d923dea0920f05c67f2cd68c"
- integrity sha512-d6Mhq8RJeGA8UfKCu54Um4lFA0eSaRa3XxdAJg8tIdxbu1ubW0hBCZUL7yI2uGyYCRndvbK8FLHzqy2XKfeMsg==
+ version "1.11.0"
+ resolved "https://registry.yarnpkg.com/unplugin/-/unplugin-1.11.0.tgz#09237b4011075e65c8f4d0ae06e221dee12750e3"
+ integrity sha512-3r7VWZ/webh0SGgJScpWl2/MRCZK5d3ZYFcNaeci/GQ7Teop7zf0Nl2pUuz7G21BwPd9pcUPOC5KmJ2L3WgC5g==
dependencies:
acorn "^8.11.3"
chokidar "^3.6.0"
@@ -24173,13 +24499,13 @@ upath@^1.1.1, upath@^1.1.2, upath@^1.2.0:
resolved "https://registry.yarnpkg.com/upath/-/upath-1.2.0.tgz#8f66dbcd55a883acdae4408af8b035a5044c1894"
integrity sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==
-update-browserslist-db@^1.0.13:
- version "1.0.13"
- resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.0.13.tgz#3c5e4f5c083661bd38ef64b6328c26ed6c8248c4"
- integrity sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==
+update-browserslist-db@^1.0.16:
+ version "1.0.16"
+ resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.0.16.tgz#f6d489ed90fb2f07d67784eb3f53d7891f736356"
+ integrity sha512-KVbTxlBYlckhF5wgfyZXTWnMn7MMZjMu9XG8bPlliUOP9ThaF4QnhP8qrjrH7DRzHfSk0oQv1wToW+iA5GajEQ==
dependencies:
- escalade "^3.1.1"
- picocolors "^1.0.0"
+ escalade "^3.1.2"
+ picocolors "^1.0.1"
update-notifier@^3.0.0:
version "3.0.1"
@@ -24226,7 +24552,7 @@ upper-case-first@^2.0.2:
dependencies:
tslib "^2.0.3"
-uri-js@^4.2.2:
+uri-js@^4.2.2, uri-js@^4.4.1:
version "4.4.1"
resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.1.tgz#9b1a52595225859e55f669d928f88c6c57f2a77e"
integrity sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==
@@ -24275,6 +24601,13 @@ url@^0.11.0:
punycode "^1.4.1"
qs "^6.11.2"
+use-callback-ref@^1.3.0:
+ version "1.3.2"
+ resolved "https://registry.yarnpkg.com/use-callback-ref/-/use-callback-ref-1.3.2.tgz#6134c7f6ff76e2be0b56c809b17a650c942b1693"
+ integrity sha512-elOQwe6Q8gqZgDA8mrh44qRTQqpIHDcZ3hXTLjBe1i4ph8XpNJnO+aQf3NaG+lriLopI4HMx9VjQLfPQ6vhnoA==
+ dependencies:
+ tslib "^2.0.0"
+
use-composed-ref@^1.3.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/use-composed-ref/-/use-composed-ref-1.3.0.tgz#3d8104db34b7b264030a9d916c5e94fbe280dbda"
@@ -24292,6 +24625,14 @@ use-latest@^1.2.1:
dependencies:
use-isomorphic-layout-effect "^1.1.1"
+use-sidecar@^1.1.2:
+ version "1.1.2"
+ resolved "https://registry.yarnpkg.com/use-sidecar/-/use-sidecar-1.1.2.tgz#2f43126ba2d7d7e117aa5855e5d8f0276dfe73c2"
+ integrity sha512-epTbsLuzZ7lPClpz2TyryBfztm7m+28DlEv2ZCQ3MDr5ssiwyOwGH/e5F9CkfWjJ1t4clvI58yF822/GUkjjhw==
+ dependencies:
+ detect-node-es "^1.1.0"
+ tslib "^2.0.0"
+
use-sync-external-store@^1.2.0:
version "1.2.2"
resolved "https://registry.yarnpkg.com/use-sync-external-store/-/use-sync-external-store-1.2.2.tgz#c3b6390f3a30eba13200d2302dcdf1e7b57b2ef9"
@@ -24370,11 +24711,16 @@ utils-merge@1.0.1:
resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713"
integrity sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==
-uuid@9.0.1, uuid@^9.0.0, uuid@^9.0.1:
+uuid@9.0.1, uuid@^9.0.0:
version "9.0.1"
resolved "https://registry.yarnpkg.com/uuid/-/uuid-9.0.1.tgz#e188d4c8853cc722220392c424cd637f32293f30"
integrity sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==
+uuid@^10.0.0:
+ version "10.0.0"
+ resolved "https://registry.yarnpkg.com/uuid/-/uuid-10.0.0.tgz#5a95aa454e6e002725c79055fd42aaba30ca6294"
+ integrity sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==
+
uuid@^3.0.0, uuid@^3.3.2:
version "3.4.0"
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"
@@ -24409,9 +24755,9 @@ v8-to-istanbul@^8.1.0:
source-map "^0.7.3"
v8-to-istanbul@^9.0.0:
- version "9.2.0"
- resolved "https://registry.yarnpkg.com/v8-to-istanbul/-/v8-to-istanbul-9.2.0.tgz#2ed7644a245cddd83d4e087b9b33b3e62dfd10ad"
- integrity sha512-/EH/sDgxU2eGxajKdwLCDmQ4FWq+kpi3uCmBGpw1xJtnAxEjlD8j8PEiGWpCIMIs3ciNAgH0d3TTJiUkYzyZjA==
+ version "9.3.0"
+ resolved "https://registry.yarnpkg.com/v8-to-istanbul/-/v8-to-istanbul-9.3.0.tgz#b9572abfa62bd556c16d75fdebc1a411d5ff3175"
+ integrity sha512-kiGUalWN+rgBJ/1OHZsBtU4rXZOfj/7rKQxULKlIzwzQSvMJUUNgPwJEEh7gU6xEVxC0ahoOBvN2YI8GH6FNgA==
dependencies:
"@jridgewell/trace-mapping" "^0.3.12"
"@types/istanbul-lib-coverage" "^2.0.1"
@@ -24853,9 +25199,9 @@ webpack-virtual-modules@^0.5.0:
integrity sha512-kyDivFZ7ZM0BVOUteVbDFhlRt7Ah/CSPwJdi8hBpkK7QLumUqdLtVfm/PX/hkcnrvr0i77fO5+TjZ94Pe+C9iw==
webpack-virtual-modules@^0.6.1:
- version "0.6.1"
- resolved "https://registry.yarnpkg.com/webpack-virtual-modules/-/webpack-virtual-modules-0.6.1.tgz#ac6fdb9c5adb8caecd82ec241c9631b7a3681b6f"
- integrity sha512-poXpCylU7ExuvZK8z+On3kX+S8o/2dQ/SVYueKA0D4WEMXROXgY8Ez50/bQEUmvoSMMrWcrJqCHuhAbsiwg7Dg==
+ version "0.6.2"
+ resolved "https://registry.yarnpkg.com/webpack-virtual-modules/-/webpack-virtual-modules-0.6.2.tgz#057faa9065c8acf48f24cb57ac0e77739ab9a7e8"
+ integrity sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==
webpack@4.44.2:
version "4.44.2"
@@ -24887,9 +25233,9 @@ webpack@4.44.2:
webpack-sources "^1.4.1"
webpack@5, webpack@^5.41.1, webpack@^5.64.4, webpack@^5.73.0:
- version "5.91.0"
- resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.91.0.tgz#ffa92c1c618d18c878f06892bbdc3373c71a01d9"
- integrity sha512-rzVwlLeBWHJbmgTC/8TvAcu5vpJNII+MelQpylD4jNERPwpBJOE2lEcko1zJX3QJeLjTTAnQxn/OJ8bjDzVQaw==
+ version "5.92.1"
+ resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.92.1.tgz#eca5c1725b9e189cffbd86e8b6c3c7400efc5788"
+ integrity sha512-JECQ7IwJb+7fgUFBlrJzbyu3GEuNBcdqr1LD7IbSzwkSmIevTm8PF+wej3Oxuz/JFBUZ6O1o43zsPkwm1C4TmA==
dependencies:
"@types/eslint-scope" "^3.7.3"
"@types/estree" "^1.0.5"
@@ -24897,10 +25243,10 @@ webpack@5, webpack@^5.41.1, webpack@^5.64.4, webpack@^5.73.0:
"@webassemblyjs/wasm-edit" "^1.12.1"
"@webassemblyjs/wasm-parser" "^1.12.1"
acorn "^8.7.1"
- acorn-import-assertions "^1.9.0"
+ acorn-import-attributes "^1.9.5"
browserslist "^4.21.10"
chrome-trace-event "^1.0.2"
- enhanced-resolve "^5.16.0"
+ enhanced-resolve "^5.17.0"
es-module-lexer "^1.2.1"
eslint-scope "5.1.1"
events "^3.2.0"
@@ -25507,21 +25853,21 @@ write-file-atomic@^3.0.0:
typedarray-to-buffer "^3.1.5"
ws@^6.2.1:
- version "6.2.2"
- resolved "https://registry.yarnpkg.com/ws/-/ws-6.2.2.tgz#dd5cdbd57a9979916097652d78f1cc5faea0c32e"
- integrity sha512-zmhltoSR8u1cnDsD43TX59mzoMZsLKqUweyYBAIvTngR3shc0W6aOZylZmq/7hqyVxPdi+5Ud2QInblgyE72fw==
+ version "6.2.3"
+ resolved "https://registry.yarnpkg.com/ws/-/ws-6.2.3.tgz#ccc96e4add5fd6fedbc491903075c85c5a11d9ee"
+ integrity sha512-jmTjYU0j60B+vHey6TfR3Z7RD61z/hmxBS3VMSGIrroOWXQEneK1zNuotOUrGyBHQj0yrpsLHPWtigEFd13ndA==
dependencies:
async-limiter "~1.0.0"
ws@^7.3.1, ws@^7.4.6:
- version "7.5.9"
- resolved "https://registry.yarnpkg.com/ws/-/ws-7.5.9.tgz#54fa7db29f4c7cec68b1ddd3a89de099942bb591"
- integrity sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==
+ version "7.5.10"
+ resolved "https://registry.yarnpkg.com/ws/-/ws-7.5.10.tgz#58b5c20dc281633f6c19113f39b349bd8bd558d9"
+ integrity sha512-+dbF1tHwZpXcbOJdVOkzLDxZP1ailvSxM6ZweXTegylPny803bFhA+vqBYw4s31NSAk4S2Qz+AKXK9a4wkdjcQ==
ws@^8.13.0, ws@^8.2.3:
- version "8.17.0"
- resolved "https://registry.yarnpkg.com/ws/-/ws-8.17.0.tgz#d145d18eca2ed25aaf791a183903f7be5e295fea"
- integrity sha512-uJq6108EgZMAl20KagGkzCKfMEjxmKvZHG7Tlq0Z6nOky7YF7aq4mOx6xK8TJ/i1LeK4Qus7INktacctDgY8Ow==
+ version "8.17.1"
+ resolved "https://registry.yarnpkg.com/ws/-/ws-8.17.1.tgz#9293da530bb548febc95371d90f9c878727d919b"
+ integrity sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==
xdg-basedir@^3.0.0:
version "3.0.0"
@@ -25596,9 +25942,9 @@ yaml@^1.10.0, yaml@^1.10.2, yaml@^1.7.2:
integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==
yaml@^2.2.2, yaml@^2.3.4:
- version "2.4.2"
- resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.4.2.tgz#7a2b30f2243a5fc299e1f14ca58d475ed4bc5362"
- integrity sha512-B3VqDZ+JAg1nZpaEmWtTXUlBneoGx6CPM9b0TENK6aoSu5t73dItudwdgmi6tHlIZZId4dZ9skcAQ2UbcyAeVA==
+ version "2.4.5"
+ resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.4.5.tgz#60630b206dd6d84df97003d33fc1ddf6296cca5e"
+ integrity sha512-aBx2bnqDzVOyNKfsysjA2ms5ZlnjSAW2eG3/L5G/CSujfjLJTJsEw1bGw8kCf04KodQWk1pxlGnZ56CRxiawmg==
yargs-parser@20.2.4:
version "20.2.4"
From 1904b172bfde066a17a0edf82c196959ba35c8bb Mon Sep 17 00:00:00 2001
From: Mozafar Haider
Date: Wed, 3 Jul 2024 12:21:42 +0100
Subject: [PATCH 127/170] fix: get rid of storybook references in docs
---
docs/docs/utilities/forms/react-final-form.stories.mdx | 6 ------
docs/docs/utilities/forms/transformers.stories.mdx | 6 ------
docs/docs/utilities/forms/validators.stories.mdx | 6 ------
3 files changed, 18 deletions(-)
delete mode 100644 docs/docs/utilities/forms/react-final-form.stories.mdx
delete mode 100644 docs/docs/utilities/forms/transformers.stories.mdx
delete mode 100644 docs/docs/utilities/forms/validators.stories.mdx
diff --git a/docs/docs/utilities/forms/react-final-form.stories.mdx b/docs/docs/utilities/forms/react-final-form.stories.mdx
deleted file mode 100644
index 79a30073ce..0000000000
--- a/docs/docs/utilities/forms/react-final-form.stories.mdx
+++ /dev/null
@@ -1,6 +0,0 @@
-import { Meta, Description } from '@storybook/addon-docs'
-import RFF from './react-final-form.md'
-
-
-
-{RFF}
diff --git a/docs/docs/utilities/forms/transformers.stories.mdx b/docs/docs/utilities/forms/transformers.stories.mdx
deleted file mode 100644
index 7cabad92d8..0000000000
--- a/docs/docs/utilities/forms/transformers.stories.mdx
+++ /dev/null
@@ -1,6 +0,0 @@
-import { Meta, Description } from '@storybook/addon-docs'
-import Transformers from './transformers.md'
-
-
-
-{Transformers}
diff --git a/docs/docs/utilities/forms/validators.stories.mdx b/docs/docs/utilities/forms/validators.stories.mdx
deleted file mode 100644
index 8affb362dc..0000000000
--- a/docs/docs/utilities/forms/validators.stories.mdx
+++ /dev/null
@@ -1,6 +0,0 @@
-import { Meta, Description } from '@storybook/addon-docs'
-import Validators from './validators.md'
-
-
-
-{Validators}
From d12fed7a6df34ea286986f2d2752e80178012275 Mon Sep 17 00:00:00 2001
From: Mohammer5
Date: Wed, 10 Jul 2024 17:04:21 +0200
Subject: [PATCH 128/170] chore(menu item cypress test): fix selectors
---
collections/forms/i18n/en.pot | 4 ++--
components/menu/src/menu-item/features/accepts_href/index.js | 4 +++-
.../menu/src/menu-item/features/accepts_target/index.js | 4 +++-
components/tab/src/tab/tab.js | 2 +-
4 files changed, 9 insertions(+), 5 deletions(-)
diff --git a/collections/forms/i18n/en.pot b/collections/forms/i18n/en.pot
index ace22c6494..7d1e783f5d 100644
--- a/collections/forms/i18n/en.pot
+++ b/collections/forms/i18n/en.pot
@@ -5,8 +5,8 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
-"POT-Creation-Date: 2024-06-18T01:44:08.563Z\n"
-"PO-Revision-Date: 2024-06-18T01:44:08.564Z\n"
+"POT-Creation-Date: 2024-07-10T14:59:02.425Z\n"
+"PO-Revision-Date: 2024-07-10T14:59:02.425Z\n"
msgid "Upload file"
msgstr "Upload file"
diff --git a/components/menu/src/menu-item/features/accepts_href/index.js b/components/menu/src/menu-item/features/accepts_href/index.js
index d3e103856c..89d63aad80 100644
--- a/components/menu/src/menu-item/features/accepts_href/index.js
+++ b/components/menu/src/menu-item/features/accepts_href/index.js
@@ -5,5 +5,7 @@ Given('a MenuItem with href is rendered', () => {
})
Then('a link is rendered with the href', () => {
- cy.get('a').should('have.attr', 'href').and('include', 'url.test')
+ cy.get('#storybook-root a')
+ .should('have.attr', 'href')
+ .and('include', 'url.test')
})
diff --git a/components/menu/src/menu-item/features/accepts_target/index.js b/components/menu/src/menu-item/features/accepts_target/index.js
index 094c743e61..7a548f0253 100644
--- a/components/menu/src/menu-item/features/accepts_target/index.js
+++ b/components/menu/src/menu-item/features/accepts_target/index.js
@@ -5,5 +5,7 @@ Given('a MenuItem with target is rendered', () => {
})
Then('a link is rendered with the target', () => {
- cy.get('a').should('have.attr', 'target').and('include', '_blank')
+ cy.get('#storybook-root a')
+ .should('have.attr', 'target')
+ .and('include', '_blank')
})
diff --git a/components/tab/src/tab/tab.js b/components/tab/src/tab/tab.js
index 9a8cd0ae71..5f8da77203 100644
--- a/components/tab/src/tab/tab.js
+++ b/components/tab/src/tab/tab.js
@@ -1,5 +1,5 @@
-import { Tooltip } from '@dhis2-ui/tooltip'
import { colors, theme } from '@dhis2/ui-constants'
+import { Tooltip } from '@dhis2-ui/tooltip'
import cx from 'classnames'
import PropTypes from 'prop-types'
import React, { useState, useEffect, useRef } from 'react'
From 5237c66ffa372ca79eb28c55369cefc7d4eab327 Mon Sep 17 00:00:00 2001
From: Mohammer5
Date: Mon, 15 Jul 2024 10:41:23 +0200
Subject: [PATCH 129/170] fix(icon types): export IconSubtract16 &
IconSubtract24
---
icons/types/index.d.ts | 2 ++
1 file changed, 2 insertions(+)
diff --git a/icons/types/index.d.ts b/icons/types/index.d.ts
index 29c0295caa..7141db5983 100644
--- a/icons/types/index.d.ts
+++ b/icons/types/index.d.ts
@@ -184,6 +184,8 @@ export const IconSubscribe16: React.FC
export const IconSubscribe24: React.FC
export const IconSubscribeOff16: React.FC
export const IconSubscribeOff24: React.FC
+export const IconSubtract16: React.FC
+export const IconSubtract24: React.FC
export const IconSubtractCircle16: React.FC
export const IconSubtractCircle24: React.FC
export const IconSync16: React.FC
From c059fde8e511c21c8540a418833a98b2f868eb6e Mon Sep 17 00:00:00 2001
From: Mohammer5
Date: Mon, 15 Jul 2024 11:19:09 +0200
Subject: [PATCH 130/170] fix(menu item types): make suffix prop optional
---
components/menu/types/index.d.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/components/menu/types/index.d.ts b/components/menu/types/index.d.ts
index 44d646cee8..bd99c82440 100644
--- a/components/menu/types/index.d.ts
+++ b/components/menu/types/index.d.ts
@@ -80,7 +80,7 @@ export interface MenuItemProps {
/**
* A supporting element shown at the end of the menu item
*/
- suffix: React.ReactNode
+ suffix?: React.ReactNode
tabIndex?: number
/**
* For using menu item as a link
From bc59cf769d24ac66061b78424db0732f164ce387 Mon Sep 17 00:00:00 2001
From: Mohammer5
Date: Mon, 15 Jul 2024 11:19:35 +0200
Subject: [PATCH 131/170] fix(modal types): accept ReactNodes as children
---
components/modal/src/modal-title/modal-title.js | 2 +-
components/modal/types/index.d.ts | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/components/modal/src/modal-title/modal-title.js b/components/modal/src/modal-title/modal-title.js
index 5ac103b05a..95c32c2c1c 100644
--- a/components/modal/src/modal-title/modal-title.js
+++ b/components/modal/src/modal-title/modal-title.js
@@ -26,6 +26,6 @@ ModalTitle.defaultProps = {
}
ModalTitle.propTypes = {
- children: PropTypes.string,
+ children: PropTypes.node,
dataTest: PropTypes.string,
}
diff --git a/components/modal/types/index.d.ts b/components/modal/types/index.d.ts
index ac9673c8bf..601f493717 100644
--- a/components/modal/types/index.d.ts
+++ b/components/modal/types/index.d.ts
@@ -36,7 +36,7 @@ export interface ModalContentProps {
export const ModalContent: React.FC
export interface ModalTitleProps {
- children?: string
+ children?: React.ReactNode
dataTest?: string
}
From c093a14988da636a88bc9ce2c5e7589a5a7e8f80 Mon Sep 17 00:00:00 2001
From: Mohammer5
Date: Mon, 15 Jul 2024 11:19:44 +0200
Subject: [PATCH 132/170] fix(tag types): accept ReactNodes as children
---
components/tag/src/tag.js | 2 +-
components/tag/types/index.d.ts | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/components/tag/src/tag.js b/components/tag/src/tag.js
index 6520fed456..34bf4d8d43 100644
--- a/components/tag/src/tag.js
+++ b/components/tag/src/tag.js
@@ -102,7 +102,7 @@ Tag.defaultProps = {
Tag.propTypes = {
/** Use bold tags where it is important that the tag is seen by the user in an information dense interface. Bold tags should be reserved for edge cases and not overused. */
bold: PropTypes.bool,
- children: PropTypes.string,
+ children: PropTypes.node,
className: PropTypes.string,
dataTest: PropTypes.string,
/** Tags can contain icons. Use icons where they will help users easily identify the content of the tag. Tags must have a text label and cannot display only an icon. */
diff --git a/components/tag/types/index.d.ts b/components/tag/types/index.d.ts
index 2a66f9ee9b..518da25947 100644
--- a/components/tag/types/index.d.ts
+++ b/components/tag/types/index.d.ts
@@ -5,7 +5,7 @@ export interface TagProps {
* Use bold tags where it is important that the tag is seen by the user in an information dense interface. Bold tags should be reserved for edge cases and not overused.
*/
bold?: boolean
- children?: string
+ children?: React.ReactNode
className?: string
dataTest?: string
/**
From fc658b0e5317bfac802e27cf394bc34becab6e34 Mon Sep 17 00:00:00 2001
From: "@dhis2-bot"
Date: Mon, 15 Jul 2024 14:20:44 +0000
Subject: [PATCH 133/170] chore(release): cut 9.10.2 [skip release]
## [9.10.2](https://github.com/dhis2/ui/compare/v9.10.1...v9.10.2) (2024-07-15)
### Bug Fixes
* **icon types:** export IconSubtract16 & IconSubtract24 ([5237c66](https://github.com/dhis2/ui/commit/5237c66ffa372ca79eb28c55369cefc7d4eab327))
* **menu item types:** make suffix prop optional ([c059fde](https://github.com/dhis2/ui/commit/c059fde8e511c21c8540a418833a98b2f868eb6e))
* **modal types:** accept ReactNodes as children ([bc59cf7](https://github.com/dhis2/ui/commit/bc59cf769d24ac66061b78424db0732f164ce387))
* **tag types:** accept ReactNodes as children ([c093a14](https://github.com/dhis2/ui/commit/c093a14988da636a88bc9ce2c5e7589a5a7e8f80))
---
CHANGELOG.md | 10 ++
collections/forms/package.json | 20 ++--
collections/ui/API.md | 4 +-
collections/ui/package.json | 98 +++++++++----------
components/alert/package.json | 8 +-
components/box/package.json | 4 +-
components/button/package.json | 12 +--
components/calendar/package.json | 16 +--
components/card/package.json | 4 +-
components/center/package.json | 4 +-
components/checkbox/package.json | 8 +-
components/chip/package.json | 4 +-
components/cover/package.json | 4 +-
components/css/package.json | 4 +-
components/divider/package.json | 4 +-
components/field/package.json | 10 +-
components/file-input/package.json | 16 +--
components/header-bar/package.json | 30 +++---
components/help/package.json | 4 +-
components/input/package.json | 16 +--
components/intersection-detector/package.json | 4 +-
components/label/package.json | 6 +-
components/layer/package.json | 6 +-
components/legend/package.json | 6 +-
components/loader/package.json | 4 +-
components/logo/package.json | 4 +-
components/menu/package.json | 16 +--
components/modal/API.md | 2 +-
components/modal/package.json | 14 +--
components/node/package.json | 6 +-
components/notice-box/package.json | 6 +-
.../organisation-unit-tree/package.json | 10 +-
components/pagination/package.json | 10 +-
components/popover/package.json | 8 +-
components/popper/package.json | 4 +-
components/portal/package.json | 2 +-
components/radio/package.json | 4 +-
components/required/package.json | 4 +-
components/segmented-control/package.json | 4 +-
components/select/package.json | 30 +++---
components/selector-bar/package.json | 22 ++---
components/sharing-dialog/package.json | 34 +++----
components/status-icon/package.json | 8 +-
components/switch/package.json | 8 +-
components/tab/package.json | 8 +-
components/table/package.json | 6 +-
components/tag/API.md | 2 +-
components/tag/package.json | 4 +-
components/text-area/package.json | 14 +--
components/tooltip/package.json | 8 +-
components/transfer/package.json | 14 +--
components/user-avatar/package.json | 4 +-
constants/package.json | 2 +-
docs/package.json | 2 +-
icons/package.json | 2 +-
package.json | 2 +-
storybook/package.json | 6 +-
57 files changed, 293 insertions(+), 283 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 31f6e63262..de63b6b58d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,13 @@
+## [9.10.2](https://github.com/dhis2/ui/compare/v9.10.1...v9.10.2) (2024-07-15)
+
+
+### Bug Fixes
+
+* **icon types:** export IconSubtract16 & IconSubtract24 ([5237c66](https://github.com/dhis2/ui/commit/5237c66ffa372ca79eb28c55369cefc7d4eab327))
+* **menu item types:** make suffix prop optional ([c059fde](https://github.com/dhis2/ui/commit/c059fde8e511c21c8540a418833a98b2f868eb6e))
+* **modal types:** accept ReactNodes as children ([bc59cf7](https://github.com/dhis2/ui/commit/bc59cf769d24ac66061b78424db0732f164ce387))
+* **tag types:** accept ReactNodes as children ([c093a14](https://github.com/dhis2/ui/commit/c093a14988da636a88bc9ce2c5e7589a5a7e8f80))
+
## [9.10.1](https://github.com/dhis2/ui/compare/v9.10.0...v9.10.1) (2024-07-04)
diff --git a/collections/forms/package.json b/collections/forms/package.json
index 0a87c3b6d4..a3890307ec 100644
--- a/collections/forms/package.json
+++ b/collections/forms/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-forms",
- "version": "9.10.1",
+ "version": "9.10.2",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
"sideEffects": [
@@ -35,15 +35,15 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.10.1",
- "@dhis2-ui/checkbox": "9.10.1",
- "@dhis2-ui/field": "9.10.1",
- "@dhis2-ui/file-input": "9.10.1",
- "@dhis2-ui/input": "9.10.1",
- "@dhis2-ui/radio": "9.10.1",
- "@dhis2-ui/select": "9.10.1",
- "@dhis2-ui/switch": "9.10.1",
- "@dhis2-ui/text-area": "9.10.1",
+ "@dhis2-ui/button": "9.10.2",
+ "@dhis2-ui/checkbox": "9.10.2",
+ "@dhis2-ui/field": "9.10.2",
+ "@dhis2-ui/file-input": "9.10.2",
+ "@dhis2-ui/input": "9.10.2",
+ "@dhis2-ui/radio": "9.10.2",
+ "@dhis2-ui/select": "9.10.2",
+ "@dhis2-ui/switch": "9.10.2",
+ "@dhis2-ui/text-area": "9.10.2",
"classnames": "^2.3.1",
"final-form": "^4.20.2",
"prop-types": "^15.7.2",
diff --git a/collections/ui/API.md b/collections/ui/API.md
index 43ef86d0e6..0f9b756d5f 100644
--- a/collections/ui/API.md
+++ b/collections/ui/API.md
@@ -1256,7 +1256,7 @@ import { ModalTitle } from '@dhis2/ui'
|Name|Type|Default|Required|Description|
|---|---|---|---|---|
-|children|string||||
+|children|node||||
|dataTest|string|`'dhis2-uicore-modaltitle'`|||
### Node
@@ -2758,7 +2758,7 @@ import { Tag } from '@dhis2/ui'
|Name|Type|Default|Required|Description|
|---|---|---|---|---|
|bold|boolean|||Use bold tags where it is important that the tag is seen by the user in an information dense interface. Bold tags should be reserved for edge cases and not overused.|
-|children|string||||
+|children|node||||
|className|string||||
|dataTest|string|`'dhis2-uicore-tag'`|||
|icon|node|||Tags can contain icons. Use icons where they will help users easily identify the content of the tag. Tags must have a text label and cannot display only an icon.|
diff --git a/collections/ui/package.json b/collections/ui/package.json
index 32fe438eb5..c786247b16 100644
--- a/collections/ui/package.json
+++ b/collections/ui/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui",
- "version": "9.10.1",
+ "version": "9.10.2",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
"exports": {
@@ -21,54 +21,54 @@
"build": "d2-app-scripts build"
},
"dependencies": {
- "@dhis2-ui/alert": "9.10.1",
- "@dhis2-ui/box": "9.10.1",
- "@dhis2-ui/button": "9.10.1",
- "@dhis2-ui/calendar": "9.10.1",
- "@dhis2-ui/card": "9.10.1",
- "@dhis2-ui/center": "9.10.1",
- "@dhis2-ui/checkbox": "9.10.1",
- "@dhis2-ui/chip": "9.10.1",
- "@dhis2-ui/cover": "9.10.1",
- "@dhis2-ui/css": "9.10.1",
- "@dhis2-ui/divider": "9.10.1",
- "@dhis2-ui/field": "9.10.1",
- "@dhis2-ui/file-input": "9.10.1",
- "@dhis2-ui/header-bar": "9.10.1",
- "@dhis2-ui/help": "9.10.1",
- "@dhis2-ui/input": "9.10.1",
- "@dhis2-ui/intersection-detector": "9.10.1",
- "@dhis2-ui/label": "9.10.1",
- "@dhis2-ui/layer": "9.10.1",
- "@dhis2-ui/legend": "9.10.1",
- "@dhis2-ui/loader": "9.10.1",
- "@dhis2-ui/logo": "9.10.1",
- "@dhis2-ui/menu": "9.10.1",
- "@dhis2-ui/modal": "9.10.1",
- "@dhis2-ui/node": "9.10.1",
- "@dhis2-ui/notice-box": "9.10.1",
- "@dhis2-ui/organisation-unit-tree": "9.10.1",
- "@dhis2-ui/pagination": "9.10.1",
- "@dhis2-ui/popover": "9.10.1",
- "@dhis2-ui/popper": "9.10.1",
- "@dhis2-ui/portal": "9.10.1",
- "@dhis2-ui/radio": "9.10.1",
- "@dhis2-ui/required": "9.10.1",
- "@dhis2-ui/segmented-control": "9.10.1",
- "@dhis2-ui/select": "9.10.1",
- "@dhis2-ui/selector-bar": "9.10.1",
- "@dhis2-ui/sharing-dialog": "9.10.1",
- "@dhis2-ui/switch": "9.10.1",
- "@dhis2-ui/tab": "9.10.1",
- "@dhis2-ui/table": "9.10.1",
- "@dhis2-ui/tag": "9.10.1",
- "@dhis2-ui/text-area": "9.10.1",
- "@dhis2-ui/tooltip": "9.10.1",
- "@dhis2-ui/transfer": "9.10.1",
- "@dhis2-ui/user-avatar": "9.10.1",
- "@dhis2/ui-constants": "9.10.1",
- "@dhis2/ui-forms": "9.10.1",
- "@dhis2/ui-icons": "9.10.1",
+ "@dhis2-ui/alert": "9.10.2",
+ "@dhis2-ui/box": "9.10.2",
+ "@dhis2-ui/button": "9.10.2",
+ "@dhis2-ui/calendar": "9.10.2",
+ "@dhis2-ui/card": "9.10.2",
+ "@dhis2-ui/center": "9.10.2",
+ "@dhis2-ui/checkbox": "9.10.2",
+ "@dhis2-ui/chip": "9.10.2",
+ "@dhis2-ui/cover": "9.10.2",
+ "@dhis2-ui/css": "9.10.2",
+ "@dhis2-ui/divider": "9.10.2",
+ "@dhis2-ui/field": "9.10.2",
+ "@dhis2-ui/file-input": "9.10.2",
+ "@dhis2-ui/header-bar": "9.10.2",
+ "@dhis2-ui/help": "9.10.2",
+ "@dhis2-ui/input": "9.10.2",
+ "@dhis2-ui/intersection-detector": "9.10.2",
+ "@dhis2-ui/label": "9.10.2",
+ "@dhis2-ui/layer": "9.10.2",
+ "@dhis2-ui/legend": "9.10.2",
+ "@dhis2-ui/loader": "9.10.2",
+ "@dhis2-ui/logo": "9.10.2",
+ "@dhis2-ui/menu": "9.10.2",
+ "@dhis2-ui/modal": "9.10.2",
+ "@dhis2-ui/node": "9.10.2",
+ "@dhis2-ui/notice-box": "9.10.2",
+ "@dhis2-ui/organisation-unit-tree": "9.10.2",
+ "@dhis2-ui/pagination": "9.10.2",
+ "@dhis2-ui/popover": "9.10.2",
+ "@dhis2-ui/popper": "9.10.2",
+ "@dhis2-ui/portal": "9.10.2",
+ "@dhis2-ui/radio": "9.10.2",
+ "@dhis2-ui/required": "9.10.2",
+ "@dhis2-ui/segmented-control": "9.10.2",
+ "@dhis2-ui/select": "9.10.2",
+ "@dhis2-ui/selector-bar": "9.10.2",
+ "@dhis2-ui/sharing-dialog": "9.10.2",
+ "@dhis2-ui/switch": "9.10.2",
+ "@dhis2-ui/tab": "9.10.2",
+ "@dhis2-ui/table": "9.10.2",
+ "@dhis2-ui/tag": "9.10.2",
+ "@dhis2-ui/text-area": "9.10.2",
+ "@dhis2-ui/tooltip": "9.10.2",
+ "@dhis2-ui/transfer": "9.10.2",
+ "@dhis2-ui/user-avatar": "9.10.2",
+ "@dhis2/ui-constants": "9.10.2",
+ "@dhis2/ui-forms": "9.10.2",
+ "@dhis2/ui-icons": "9.10.2",
"prop-types": "^15.7.2"
},
"peerDependencies": {
diff --git a/components/alert/package.json b/components/alert/package.json
index bd867f4807..6bf1bf10f6 100644
--- a/components/alert/package.json
+++ b/components/alert/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/alert",
- "version": "9.10.1",
+ "version": "9.10.2",
"description": "UI Alert",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/portal": "9.10.1",
- "@dhis2/ui-constants": "9.10.1",
- "@dhis2/ui-icons": "9.10.1",
+ "@dhis2-ui/portal": "9.10.2",
+ "@dhis2/ui-constants": "9.10.2",
+ "@dhis2/ui-icons": "9.10.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/box/package.json b/components/box/package.json
index ca1bde433d..a13cc42bb7 100644
--- a/components/box/package.json
+++ b/components/box/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/box",
- "version": "9.10.1",
+ "version": "9.10.2",
"description": "UI Box",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.10.1",
+ "@dhis2/ui-constants": "9.10.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/button/package.json b/components/button/package.json
index a0d2cd159f..4b35f7b6a4 100644
--- a/components/button/package.json
+++ b/components/button/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/button",
- "version": "9.10.1",
+ "version": "9.10.2",
"description": "UI Button",
"repository": {
"type": "git",
@@ -33,11 +33,11 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/layer": "9.10.1",
- "@dhis2-ui/loader": "9.10.1",
- "@dhis2-ui/popper": "9.10.1",
- "@dhis2/ui-constants": "9.10.1",
- "@dhis2/ui-icons": "9.10.1",
+ "@dhis2-ui/layer": "9.10.2",
+ "@dhis2-ui/loader": "9.10.2",
+ "@dhis2-ui/popper": "9.10.2",
+ "@dhis2/ui-constants": "9.10.2",
+ "@dhis2/ui-icons": "9.10.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/calendar/package.json b/components/calendar/package.json
index 85be7427c9..2b6266c089 100644
--- a/components/calendar/package.json
+++ b/components/calendar/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/calendar",
- "version": "9.10.1",
+ "version": "9.10.2",
"description": "UI Calendar",
"repository": {
"type": "git",
@@ -33,15 +33,15 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/button": "9.10.1",
- "@dhis2-ui/card": "9.10.1",
- "@dhis2-ui/input": "9.10.1",
- "@dhis2-ui/layer": "9.10.1",
- "@dhis2-ui/popper": "9.10.1",
+ "@dhis2-ui/button": "9.10.2",
+ "@dhis2-ui/card": "9.10.2",
+ "@dhis2-ui/input": "9.10.2",
+ "@dhis2-ui/layer": "9.10.2",
+ "@dhis2-ui/popper": "9.10.2",
"@dhis2/multi-calendar-dates": "^1.2.3",
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.10.1",
- "@dhis2/ui-icons": "9.10.1",
+ "@dhis2/ui-constants": "9.10.2",
+ "@dhis2/ui-icons": "9.10.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/card/package.json b/components/card/package.json
index 193931624f..45638f4a97 100644
--- a/components/card/package.json
+++ b/components/card/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/card",
- "version": "9.10.1",
+ "version": "9.10.2",
"description": "UI Card",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.10.1",
+ "@dhis2/ui-constants": "9.10.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/center/package.json b/components/center/package.json
index abcd2f9604..0039bdd7c7 100644
--- a/components/center/package.json
+++ b/components/center/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/center",
- "version": "9.10.1",
+ "version": "9.10.2",
"description": "UI Center",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.10.1",
+ "@dhis2/ui-constants": "9.10.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/checkbox/package.json b/components/checkbox/package.json
index 9b6f7f78a4..bce6773296 100644
--- a/components/checkbox/package.json
+++ b/components/checkbox/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/checkbox",
- "version": "9.10.1",
+ "version": "9.10.2",
"description": "UI Checkbox",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/field": "9.10.1",
- "@dhis2-ui/required": "9.10.1",
- "@dhis2/ui-constants": "9.10.1",
+ "@dhis2-ui/field": "9.10.2",
+ "@dhis2-ui/required": "9.10.2",
+ "@dhis2/ui-constants": "9.10.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/chip/package.json b/components/chip/package.json
index f1e347f405..016653aabd 100644
--- a/components/chip/package.json
+++ b/components/chip/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/chip",
- "version": "9.10.1",
+ "version": "9.10.2",
"description": "UI Chip",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.10.1",
+ "@dhis2/ui-constants": "9.10.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/cover/package.json b/components/cover/package.json
index 2729ca5077..c891864a40 100644
--- a/components/cover/package.json
+++ b/components/cover/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/cover",
- "version": "9.10.1",
+ "version": "9.10.2",
"description": "UI Cover",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.10.1",
+ "@dhis2/ui-constants": "9.10.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/css/package.json b/components/css/package.json
index cd5c529e25..ac332b4347 100644
--- a/components/css/package.json
+++ b/components/css/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/css",
- "version": "9.10.1",
+ "version": "9.10.2",
"description": "UI CSS",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.10.1",
+ "@dhis2/ui-constants": "9.10.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/divider/package.json b/components/divider/package.json
index 163687d546..2548622022 100644
--- a/components/divider/package.json
+++ b/components/divider/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/divider",
- "version": "9.10.1",
+ "version": "9.10.2",
"description": "UI Divider",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.10.1",
+ "@dhis2/ui-constants": "9.10.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/field/package.json b/components/field/package.json
index 6fe48af599..3fd537b47b 100644
--- a/components/field/package.json
+++ b/components/field/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/field",
- "version": "9.10.1",
+ "version": "9.10.2",
"description": "UI Field",
"repository": {
"type": "git",
@@ -33,10 +33,10 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.10.1",
- "@dhis2-ui/help": "9.10.1",
- "@dhis2-ui/label": "9.10.1",
- "@dhis2/ui-constants": "9.10.1",
+ "@dhis2-ui/box": "9.10.2",
+ "@dhis2-ui/help": "9.10.2",
+ "@dhis2-ui/label": "9.10.2",
+ "@dhis2/ui-constants": "9.10.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/file-input/package.json b/components/file-input/package.json
index 0d4cdc012b..0e36e06902 100644
--- a/components/file-input/package.json
+++ b/components/file-input/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/file-input",
- "version": "9.10.1",
+ "version": "9.10.2",
"description": "UI FileInput",
"repository": {
"type": "git",
@@ -34,13 +34,13 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.10.1",
- "@dhis2-ui/field": "9.10.1",
- "@dhis2-ui/label": "9.10.1",
- "@dhis2-ui/loader": "9.10.1",
- "@dhis2-ui/status-icon": "9.10.1",
- "@dhis2/ui-constants": "9.10.1",
- "@dhis2/ui-icons": "9.10.1",
+ "@dhis2-ui/button": "9.10.2",
+ "@dhis2-ui/field": "9.10.2",
+ "@dhis2-ui/label": "9.10.2",
+ "@dhis2-ui/loader": "9.10.2",
+ "@dhis2-ui/status-icon": "9.10.2",
+ "@dhis2/ui-constants": "9.10.2",
+ "@dhis2/ui-icons": "9.10.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/header-bar/package.json b/components/header-bar/package.json
index fb03d87e74..9a863a286c 100644
--- a/components/header-bar/package.json
+++ b/components/header-bar/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/header-bar",
- "version": "9.10.1",
+ "version": "9.10.2",
"description": "UI HeaderBar",
"repository": {
"type": "git",
@@ -34,21 +34,21 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/box": "9.10.1",
- "@dhis2-ui/button": "9.10.1",
- "@dhis2-ui/card": "9.10.1",
- "@dhis2-ui/center": "9.10.1",
- "@dhis2-ui/divider": "9.10.1",
- "@dhis2-ui/input": "9.10.1",
- "@dhis2-ui/layer": "9.10.1",
- "@dhis2-ui/loader": "9.10.1",
- "@dhis2-ui/logo": "9.10.1",
- "@dhis2-ui/menu": "9.10.1",
- "@dhis2-ui/modal": "9.10.1",
- "@dhis2-ui/user-avatar": "9.10.1",
+ "@dhis2-ui/box": "9.10.2",
+ "@dhis2-ui/button": "9.10.2",
+ "@dhis2-ui/card": "9.10.2",
+ "@dhis2-ui/center": "9.10.2",
+ "@dhis2-ui/divider": "9.10.2",
+ "@dhis2-ui/input": "9.10.2",
+ "@dhis2-ui/layer": "9.10.2",
+ "@dhis2-ui/loader": "9.10.2",
+ "@dhis2-ui/logo": "9.10.2",
+ "@dhis2-ui/menu": "9.10.2",
+ "@dhis2-ui/modal": "9.10.2",
+ "@dhis2-ui/user-avatar": "9.10.2",
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.10.1",
- "@dhis2/ui-icons": "9.10.1",
+ "@dhis2/ui-constants": "9.10.2",
+ "@dhis2/ui-icons": "9.10.2",
"classnames": "^2.3.1",
"moment": "^2.29.1",
"prop-types": "^15.7.2"
diff --git a/components/help/package.json b/components/help/package.json
index 7e61008fee..9af5520573 100644
--- a/components/help/package.json
+++ b/components/help/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/help",
- "version": "9.10.1",
+ "version": "9.10.2",
"description": "UI Help",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.10.1",
+ "@dhis2/ui-constants": "9.10.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/input/package.json b/components/input/package.json
index 51eabb768e..c509542ed2 100644
--- a/components/input/package.json
+++ b/components/input/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/input",
- "version": "9.10.1",
+ "version": "9.10.2",
"description": "UI Input",
"repository": {
"type": "git",
@@ -33,13 +33,13 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.10.1",
- "@dhis2-ui/field": "9.10.1",
- "@dhis2-ui/input": "9.10.1",
- "@dhis2-ui/loader": "9.10.1",
- "@dhis2-ui/status-icon": "9.10.1",
- "@dhis2/ui-constants": "9.10.1",
- "@dhis2/ui-icons": "9.10.1",
+ "@dhis2-ui/box": "9.10.2",
+ "@dhis2-ui/field": "9.10.2",
+ "@dhis2-ui/input": "9.10.2",
+ "@dhis2-ui/loader": "9.10.2",
+ "@dhis2-ui/status-icon": "9.10.2",
+ "@dhis2/ui-constants": "9.10.2",
+ "@dhis2/ui-icons": "9.10.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/intersection-detector/package.json b/components/intersection-detector/package.json
index 00ec727e16..7a07a863ff 100644
--- a/components/intersection-detector/package.json
+++ b/components/intersection-detector/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/intersection-detector",
- "version": "9.10.1",
+ "version": "9.10.2",
"description": "UI IntersectionDetector",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.10.1",
+ "@dhis2/ui-constants": "9.10.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/label/package.json b/components/label/package.json
index 4f94f57640..d698a068ff 100644
--- a/components/label/package.json
+++ b/components/label/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/label",
- "version": "9.10.1",
+ "version": "9.10.2",
"description": "UI Label",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/required": "9.10.1",
- "@dhis2/ui-constants": "9.10.1",
+ "@dhis2-ui/required": "9.10.2",
+ "@dhis2/ui-constants": "9.10.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/layer/package.json b/components/layer/package.json
index cc32127295..53a2bc093d 100644
--- a/components/layer/package.json
+++ b/components/layer/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/layer",
- "version": "9.10.1",
+ "version": "9.10.2",
"description": "UI Layer",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/portal": "9.10.1",
- "@dhis2/ui-constants": "9.10.1",
+ "@dhis2-ui/portal": "9.10.2",
+ "@dhis2/ui-constants": "9.10.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/legend/package.json b/components/legend/package.json
index 125655b2c3..f0749d1f02 100644
--- a/components/legend/package.json
+++ b/components/legend/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/legend",
- "version": "9.10.1",
+ "version": "9.10.2",
"description": "UI Legend",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/required": "9.10.1",
- "@dhis2/ui-constants": "9.10.1",
+ "@dhis2-ui/required": "9.10.2",
+ "@dhis2/ui-constants": "9.10.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/loader/package.json b/components/loader/package.json
index f9d8501410..8e7532709b 100644
--- a/components/loader/package.json
+++ b/components/loader/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/loader",
- "version": "9.10.1",
+ "version": "9.10.2",
"description": "UI Loaders",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.10.1",
+ "@dhis2/ui-constants": "9.10.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/logo/package.json b/components/logo/package.json
index 05a420fa0c..b379363797 100644
--- a/components/logo/package.json
+++ b/components/logo/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/logo",
- "version": "9.10.1",
+ "version": "9.10.2",
"description": "UI Logo",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.10.1",
+ "@dhis2/ui-constants": "9.10.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/menu/package.json b/components/menu/package.json
index 3f57aa6214..6599dd6fa7 100644
--- a/components/menu/package.json
+++ b/components/menu/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/menu",
- "version": "9.10.1",
+ "version": "9.10.2",
"description": "UI Menu",
"repository": {
"type": "git",
@@ -33,13 +33,13 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/card": "9.10.1",
- "@dhis2-ui/divider": "9.10.1",
- "@dhis2-ui/layer": "9.10.1",
- "@dhis2-ui/popper": "9.10.1",
- "@dhis2-ui/portal": "9.10.1",
- "@dhis2/ui-constants": "9.10.1",
- "@dhis2/ui-icons": "9.10.1",
+ "@dhis2-ui/card": "9.10.2",
+ "@dhis2-ui/divider": "9.10.2",
+ "@dhis2-ui/layer": "9.10.2",
+ "@dhis2-ui/popper": "9.10.2",
+ "@dhis2-ui/portal": "9.10.2",
+ "@dhis2/ui-constants": "9.10.2",
+ "@dhis2/ui-icons": "9.10.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/modal/API.md b/components/modal/API.md
index 5e67977a19..ab1ca487e8 100644
--- a/components/modal/API.md
+++ b/components/modal/API.md
@@ -79,5 +79,5 @@ import { ModalTitle } from '@dhis2/ui'
|Name|Type|Default|Required|Description|
|---|---|---|---|---|
-|children|string||||
+|children|node||||
|dataTest|string|`'dhis2-uicore-modaltitle'`|||
diff --git a/components/modal/package.json b/components/modal/package.json
index 4a019c6b9e..2c97187dc2 100644
--- a/components/modal/package.json
+++ b/components/modal/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/modal",
- "version": "9.10.1",
+ "version": "9.10.2",
"description": "UI Modal",
"repository": {
"type": "git",
@@ -33,12 +33,12 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/card": "9.10.1",
- "@dhis2-ui/center": "9.10.1",
- "@dhis2-ui/layer": "9.10.1",
- "@dhis2-ui/portal": "9.10.1",
- "@dhis2/ui-constants": "9.10.1",
- "@dhis2/ui-icons": "9.10.1",
+ "@dhis2-ui/card": "9.10.2",
+ "@dhis2-ui/center": "9.10.2",
+ "@dhis2-ui/layer": "9.10.2",
+ "@dhis2-ui/portal": "9.10.2",
+ "@dhis2/ui-constants": "9.10.2",
+ "@dhis2/ui-icons": "9.10.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/node/package.json b/components/node/package.json
index d680a2f419..a5e202fa5e 100644
--- a/components/node/package.json
+++ b/components/node/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/node",
- "version": "9.10.1",
+ "version": "9.10.2",
"description": "UI Node",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/loader": "9.10.1",
- "@dhis2/ui-constants": "9.10.1",
+ "@dhis2-ui/loader": "9.10.2",
+ "@dhis2/ui-constants": "9.10.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/notice-box/package.json b/components/notice-box/package.json
index 0e24683cec..211cdbf36b 100644
--- a/components/notice-box/package.json
+++ b/components/notice-box/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/notice-box",
- "version": "9.10.1",
+ "version": "9.10.2",
"description": "UI NoticeBox",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.10.1",
- "@dhis2/ui-icons": "9.10.1",
+ "@dhis2/ui-constants": "9.10.2",
+ "@dhis2/ui-icons": "9.10.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/organisation-unit-tree/package.json b/components/organisation-unit-tree/package.json
index 66454ade83..4f73db1eab 100644
--- a/components/organisation-unit-tree/package.json
+++ b/components/organisation-unit-tree/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/organisation-unit-tree",
- "version": "9.10.1",
+ "version": "9.10.2",
"description": "UI OrganisationUnitTree",
"repository": {
"type": "git",
@@ -35,10 +35,10 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/checkbox": "9.10.1",
- "@dhis2-ui/loader": "9.10.1",
- "@dhis2-ui/node": "9.10.1",
- "@dhis2/ui-constants": "9.10.1",
+ "@dhis2-ui/checkbox": "9.10.2",
+ "@dhis2-ui/loader": "9.10.2",
+ "@dhis2-ui/node": "9.10.2",
+ "@dhis2/ui-constants": "9.10.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/pagination/package.json b/components/pagination/package.json
index 8edf886717..50604fd871 100644
--- a/components/pagination/package.json
+++ b/components/pagination/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/pagination",
- "version": "9.10.1",
+ "version": "9.10.2",
"description": "UI Pagination",
"repository": {
"type": "git",
@@ -34,10 +34,10 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.10.1",
- "@dhis2-ui/select": "9.10.1",
- "@dhis2/ui-constants": "9.10.1",
- "@dhis2/ui-icons": "9.10.1",
+ "@dhis2-ui/button": "9.10.2",
+ "@dhis2-ui/select": "9.10.2",
+ "@dhis2/ui-constants": "9.10.2",
+ "@dhis2/ui-icons": "9.10.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/popover/package.json b/components/popover/package.json
index b72a64de17..acaac4f4b3 100644
--- a/components/popover/package.json
+++ b/components/popover/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/popover",
- "version": "9.10.1",
+ "version": "9.10.2",
"description": "UI Popover",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/layer": "9.10.1",
- "@dhis2-ui/popper": "9.10.1",
- "@dhis2/ui-constants": "9.10.1",
+ "@dhis2-ui/layer": "9.10.2",
+ "@dhis2-ui/popper": "9.10.2",
+ "@dhis2/ui-constants": "9.10.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/popper/package.json b/components/popper/package.json
index 41045d77f0..b0174315f4 100644
--- a/components/popper/package.json
+++ b/components/popper/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/popper",
- "version": "9.10.1",
+ "version": "9.10.2",
"description": "UI Popper",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.10.1",
+ "@dhis2/ui-constants": "9.10.2",
"@popperjs/core": "^2.10.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2",
diff --git a/components/portal/package.json b/components/portal/package.json
index 7a1156c132..43b26b7979 100644
--- a/components/portal/package.json
+++ b/components/portal/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/portal",
- "version": "9.10.1",
+ "version": "9.10.2",
"description": "UI Portal",
"repository": {
"type": "git",
diff --git a/components/radio/package.json b/components/radio/package.json
index dd91baa37c..c33ac96196 100644
--- a/components/radio/package.json
+++ b/components/radio/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/radio",
- "version": "9.10.1",
+ "version": "9.10.2",
"description": "UI Radio",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.10.1",
+ "@dhis2/ui-constants": "9.10.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/required/package.json b/components/required/package.json
index 7ad9e02fce..8a2ff90d76 100644
--- a/components/required/package.json
+++ b/components/required/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/required",
- "version": "9.10.1",
+ "version": "9.10.2",
"description": "UI Required",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.10.1",
+ "@dhis2/ui-constants": "9.10.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/segmented-control/package.json b/components/segmented-control/package.json
index c366358e3e..20b47b2861 100644
--- a/components/segmented-control/package.json
+++ b/components/segmented-control/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/segmented-control",
- "version": "9.10.1",
+ "version": "9.10.2",
"description": "UI Segmented Control",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.10.1",
+ "@dhis2/ui-constants": "9.10.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/select/package.json b/components/select/package.json
index 3171d67441..278198f67c 100644
--- a/components/select/package.json
+++ b/components/select/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/select",
- "version": "9.10.1",
+ "version": "9.10.2",
"description": "UI Select",
"repository": {
"type": "git",
@@ -33,21 +33,21 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/box": "9.10.1",
- "@dhis2-ui/button": "9.10.1",
- "@dhis2-ui/card": "9.10.1",
- "@dhis2-ui/checkbox": "9.10.1",
- "@dhis2-ui/chip": "9.10.1",
- "@dhis2-ui/field": "9.10.1",
- "@dhis2-ui/input": "9.10.1",
- "@dhis2-ui/layer": "9.10.1",
- "@dhis2-ui/loader": "9.10.1",
- "@dhis2-ui/popper": "9.10.1",
- "@dhis2-ui/status-icon": "9.10.1",
- "@dhis2-ui/tooltip": "9.10.1",
+ "@dhis2-ui/box": "9.10.2",
+ "@dhis2-ui/button": "9.10.2",
+ "@dhis2-ui/card": "9.10.2",
+ "@dhis2-ui/checkbox": "9.10.2",
+ "@dhis2-ui/chip": "9.10.2",
+ "@dhis2-ui/field": "9.10.2",
+ "@dhis2-ui/input": "9.10.2",
+ "@dhis2-ui/layer": "9.10.2",
+ "@dhis2-ui/loader": "9.10.2",
+ "@dhis2-ui/popper": "9.10.2",
+ "@dhis2-ui/status-icon": "9.10.2",
+ "@dhis2-ui/tooltip": "9.10.2",
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.10.1",
- "@dhis2/ui-icons": "9.10.1",
+ "@dhis2/ui-constants": "9.10.2",
+ "@dhis2/ui-icons": "9.10.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/selector-bar/package.json b/components/selector-bar/package.json
index 7236508dcf..b42692f70f 100644
--- a/components/selector-bar/package.json
+++ b/components/selector-bar/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/selector-bar",
- "version": "9.10.1",
+ "version": "9.10.2",
"description": "UI Select",
"repository": {
"type": "git",
@@ -33,21 +33,21 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/button": "9.10.1",
- "@dhis2-ui/card": "9.10.1",
- "@dhis2-ui/popper": "9.10.1",
- "@dhis2-ui/layer": "9.10.1",
- "@dhis2/ui-constants": "9.10.1",
- "@dhis2/ui-icons": "9.10.1",
+ "@dhis2-ui/button": "9.10.2",
+ "@dhis2-ui/card": "9.10.2",
+ "@dhis2-ui/popper": "9.10.2",
+ "@dhis2-ui/layer": "9.10.2",
+ "@dhis2/ui-constants": "9.10.2",
+ "@dhis2/ui-icons": "9.10.2",
"@testing-library/react": "^12.1.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
"devDependencies": {
- "@dhis2-ui/css": "9.10.1",
- "@dhis2-ui/menu": "9.10.1",
- "@dhis2-ui/organisation-unit-tree": "9.10.1",
- "@dhis2-ui/select": "9.10.1",
+ "@dhis2-ui/css": "9.10.2",
+ "@dhis2-ui/menu": "9.10.2",
+ "@dhis2-ui/organisation-unit-tree": "9.10.2",
+ "@dhis2-ui/select": "9.10.2",
"@dhis2/d2-i18n": "^1.1.0",
"@testing-library/jest-dom": "^5.16.1",
"react": "16.13",
diff --git a/components/sharing-dialog/package.json b/components/sharing-dialog/package.json
index 647ed1f104..bf3ba87cae 100644
--- a/components/sharing-dialog/package.json
+++ b/components/sharing-dialog/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/sharing-dialog",
- "version": "9.10.1",
+ "version": "9.10.2",
"description": "UI SharingDialog",
"repository": {
"type": "git",
@@ -35,22 +35,22 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.10.1",
- "@dhis2-ui/button": "9.10.1",
- "@dhis2-ui/card": "9.10.1",
- "@dhis2-ui/divider": "9.10.1",
- "@dhis2-ui/input": "9.10.1",
- "@dhis2-ui/layer": "9.10.1",
- "@dhis2-ui/menu": "9.10.1",
- "@dhis2-ui/modal": "9.10.1",
- "@dhis2-ui/notice-box": "9.10.1",
- "@dhis2-ui/popper": "9.10.1",
- "@dhis2-ui/select": "9.10.1",
- "@dhis2-ui/tab": "9.10.1",
- "@dhis2-ui/tooltip": "9.10.1",
- "@dhis2-ui/user-avatar": "9.10.1",
- "@dhis2/ui-constants": "9.10.1",
- "@dhis2/ui-icons": "9.10.1",
+ "@dhis2-ui/box": "9.10.2",
+ "@dhis2-ui/button": "9.10.2",
+ "@dhis2-ui/card": "9.10.2",
+ "@dhis2-ui/divider": "9.10.2",
+ "@dhis2-ui/input": "9.10.2",
+ "@dhis2-ui/layer": "9.10.2",
+ "@dhis2-ui/menu": "9.10.2",
+ "@dhis2-ui/modal": "9.10.2",
+ "@dhis2-ui/notice-box": "9.10.2",
+ "@dhis2-ui/popper": "9.10.2",
+ "@dhis2-ui/select": "9.10.2",
+ "@dhis2-ui/tab": "9.10.2",
+ "@dhis2-ui/tooltip": "9.10.2",
+ "@dhis2-ui/user-avatar": "9.10.2",
+ "@dhis2/ui-constants": "9.10.2",
+ "@dhis2/ui-icons": "9.10.2",
"@react-hook/size": "^2.1.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
diff --git a/components/status-icon/package.json b/components/status-icon/package.json
index 72be316c63..58360b8176 100644
--- a/components/status-icon/package.json
+++ b/components/status-icon/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/status-icon",
- "version": "9.10.1",
+ "version": "9.10.2",
"description": "UI StatusIcon",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/loader": "9.10.1",
- "@dhis2/ui-constants": "9.10.1",
- "@dhis2/ui-icons": "9.10.1",
+ "@dhis2-ui/loader": "9.10.2",
+ "@dhis2/ui-constants": "9.10.2",
+ "@dhis2/ui-icons": "9.10.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/switch/package.json b/components/switch/package.json
index e0ad4aed3e..a0edd4087d 100644
--- a/components/switch/package.json
+++ b/components/switch/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/switch",
- "version": "9.10.1",
+ "version": "9.10.2",
"description": "UI Switch",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/field": "9.10.1",
- "@dhis2-ui/required": "9.10.1",
- "@dhis2/ui-constants": "9.10.1",
+ "@dhis2-ui/field": "9.10.2",
+ "@dhis2-ui/required": "9.10.2",
+ "@dhis2/ui-constants": "9.10.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/tab/package.json b/components/tab/package.json
index fd936a7826..780f6bd616 100644
--- a/components/tab/package.json
+++ b/components/tab/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/tab",
- "version": "9.10.1",
+ "version": "9.10.2",
"description": "UI Tabs",
"repository": {
"type": "git",
@@ -32,10 +32,10 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/tooltip": "9.10.1",
+ "@dhis2-ui/tooltip": "9.10.2",
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.10.1",
- "@dhis2/ui-icons": "9.10.1",
+ "@dhis2/ui-constants": "9.10.2",
+ "@dhis2/ui-icons": "9.10.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/table/package.json b/components/table/package.json
index d94d94dd9f..02516a9fed 100644
--- a/components/table/package.json
+++ b/components/table/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/table",
- "version": "9.10.1",
+ "version": "9.10.2",
"description": "UI Table",
"repository": {
"type": "git",
@@ -34,8 +34,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.10.1",
- "@dhis2/ui-icons": "9.10.1",
+ "@dhis2/ui-constants": "9.10.2",
+ "@dhis2/ui-icons": "9.10.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/tag/API.md b/components/tag/API.md
index 1b1e530ccd..b70a72e8dc 100644
--- a/components/tag/API.md
+++ b/components/tag/API.md
@@ -15,7 +15,7 @@ import { Tag } from '@dhis2/ui'
|Name|Type|Default|Required|Description|
|---|---|---|---|---|
|bold|boolean|||Use bold tags where it is important that the tag is seen by the user in an information dense interface. Bold tags should be reserved for edge cases and not overused.|
-|children|string||||
+|children|node||||
|className|string||||
|dataTest|string|`'dhis2-uicore-tag'`|||
|icon|node|||Tags can contain icons. Use icons where they will help users easily identify the content of the tag. Tags must have a text label and cannot display only an icon.|
diff --git a/components/tag/package.json b/components/tag/package.json
index 9eb457b247..3a4f6e9e2a 100644
--- a/components/tag/package.json
+++ b/components/tag/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/tag",
- "version": "9.10.1",
+ "version": "9.10.2",
"description": "UI Tag",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.10.1",
+ "@dhis2/ui-constants": "9.10.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/text-area/package.json b/components/text-area/package.json
index 191afff9a1..8f15edfe01 100644
--- a/components/text-area/package.json
+++ b/components/text-area/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/text-area",
- "version": "9.10.1",
+ "version": "9.10.2",
"description": "UI TextArea",
"repository": {
"type": "git",
@@ -33,12 +33,12 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.10.1",
- "@dhis2-ui/field": "9.10.1",
- "@dhis2-ui/loader": "9.10.1",
- "@dhis2-ui/status-icon": "9.10.1",
- "@dhis2/ui-constants": "9.10.1",
- "@dhis2/ui-icons": "9.10.1",
+ "@dhis2-ui/box": "9.10.2",
+ "@dhis2-ui/field": "9.10.2",
+ "@dhis2-ui/loader": "9.10.2",
+ "@dhis2-ui/status-icon": "9.10.2",
+ "@dhis2/ui-constants": "9.10.2",
+ "@dhis2/ui-icons": "9.10.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/tooltip/package.json b/components/tooltip/package.json
index 620a17a2fb..9246cddd15 100644
--- a/components/tooltip/package.json
+++ b/components/tooltip/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/tooltip",
- "version": "9.10.1",
+ "version": "9.10.2",
"description": "UI Tooltip",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/popper": "9.10.1",
- "@dhis2-ui/portal": "9.10.1",
- "@dhis2/ui-constants": "9.10.1",
+ "@dhis2-ui/popper": "9.10.2",
+ "@dhis2-ui/portal": "9.10.2",
+ "@dhis2/ui-constants": "9.10.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/transfer/package.json b/components/transfer/package.json
index d05045a334..737793545a 100644
--- a/components/transfer/package.json
+++ b/components/transfer/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/transfer",
- "version": "9.10.1",
+ "version": "9.10.2",
"description": "UI Transfer",
"repository": {
"type": "git",
@@ -33,12 +33,12 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.10.1",
- "@dhis2-ui/field": "9.10.1",
- "@dhis2-ui/input": "9.10.1",
- "@dhis2-ui/intersection-detector": "9.10.1",
- "@dhis2-ui/loader": "9.10.1",
- "@dhis2/ui-constants": "9.10.1",
+ "@dhis2-ui/button": "9.10.2",
+ "@dhis2-ui/field": "9.10.2",
+ "@dhis2-ui/input": "9.10.2",
+ "@dhis2-ui/intersection-detector": "9.10.2",
+ "@dhis2-ui/loader": "9.10.2",
+ "@dhis2/ui-constants": "9.10.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/user-avatar/package.json b/components/user-avatar/package.json
index a6278ec094..e881ce8b2e 100644
--- a/components/user-avatar/package.json
+++ b/components/user-avatar/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/user-avatar",
- "version": "9.10.1",
+ "version": "9.10.2",
"description": "UI User Avatar",
"repository": {
"type": "git",
@@ -34,7 +34,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.10.1",
+ "@dhis2/ui-constants": "9.10.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/constants/package.json b/constants/package.json
index 0b9629c653..42e940054b 100644
--- a/constants/package.json
+++ b/constants/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-constants",
- "version": "9.10.1",
+ "version": "9.10.2",
"description": "Constants used in the UI libs",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
diff --git a/docs/package.json b/docs/package.json
index 0fe7837ab9..37c7e962fb 100644
--- a/docs/package.json
+++ b/docs/package.json
@@ -1,6 +1,6 @@
{
"name": "ui-docusaurus",
- "version": "9.10.1",
+ "version": "9.10.2",
"private": true,
"description": "UI Docusaurus",
"repository": {
diff --git a/icons/package.json b/icons/package.json
index 0737afbdf1..bf42485d58 100644
--- a/icons/package.json
+++ b/icons/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-icons",
- "version": "9.10.1",
+ "version": "9.10.2",
"description": "Icons used in the UI libs",
"main": "./build/cjs/react/index.js",
"module": "./build/es/react/index.js",
diff --git a/package.json b/package.json
index ad0a7224e6..18841ba469 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-root",
- "version": "9.10.1",
+ "version": "9.10.2",
"repository": {
"type": "git",
"url": "https://github.com/dhis2/ui.git"
diff --git a/storybook/package.json b/storybook/package.json
index b7bea969b4..966c7215ad 100644
--- a/storybook/package.json
+++ b/storybook/package.json
@@ -1,6 +1,6 @@
{
"name": "ui-storybook",
- "version": "9.10.1",
+ "version": "9.10.2",
"description": "UI Storybook",
"repository": {
"type": "git",
@@ -23,8 +23,8 @@
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-private-methods": "^7.13.0",
"@babel/plugin-proposal-private-property-in-object": "^7.14.0",
- "@dhis2-ui/css": "9.10.1",
- "@dhis2/ui-constants": "9.10.1",
+ "@dhis2-ui/css": "9.10.2",
+ "@dhis2/ui-constants": "9.10.2",
"@fontsource/roboto": "^4.5.0",
"@storybook/addon-a11y": "^6.3.7",
"@storybook/addon-console": "^1.2.3",
From 713a70b5fd1382dbd83bae40989a0279f3cb9906 Mon Sep 17 00:00:00 2001
From: Mohammer5
Date: Mon, 22 Jul 2024 12:19:52 +0200
Subject: [PATCH 134/170] chore: make build script work again
---
collections/forms/i18n/en.pot | 4 ++--
scripts/build-docs.js | 29 -----------------------------
scripts/build-world.sh | 3 ++-
storybook/package.json | 2 +-
4 files changed, 5 insertions(+), 33 deletions(-)
delete mode 100755 scripts/build-docs.js
diff --git a/collections/forms/i18n/en.pot b/collections/forms/i18n/en.pot
index 7d1e783f5d..589f3f8baa 100644
--- a/collections/forms/i18n/en.pot
+++ b/collections/forms/i18n/en.pot
@@ -5,8 +5,8 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
-"POT-Creation-Date: 2024-07-10T14:59:02.425Z\n"
-"PO-Revision-Date: 2024-07-10T14:59:02.425Z\n"
+"POT-Creation-Date: 2024-07-17T14:10:05.852Z\n"
+"PO-Revision-Date: 2024-07-17T14:10:05.853Z\n"
msgid "Upload file"
msgstr "Upload file"
diff --git a/scripts/build-docs.js b/scripts/build-docs.js
deleted file mode 100755
index 39a2b85336..0000000000
--- a/scripts/build-docs.js
+++ /dev/null
@@ -1,29 +0,0 @@
-#!/usr/bin/env node
-
-const os = require('os')
-const path = require('path')
-const concurrently = require('concurrently')
-
-const threads = Math.max(os.cpus().length - 1, 1)
-const cwd = path.resolve(__dirname, '..')
-
-concurrently(
- ['yarn workspace ui-docusaurus build', 'yarn workspace ui-storybook build'],
- {
- prefix: 'name',
- killOthers: ['failure'],
- restartTries: 1,
- cwd: cwd,
- maxProcesses: Math.max(threads - 1, 1),
- }
-).then(
- () => {
- console.log('Built documentation successfully')
- process.exit(0)
- },
- (failure) => {
- console.log('Build error for documentation')
- console.dir(failure, { depth: null })
- process.exit(1)
- }
-)
diff --git a/scripts/build-world.sh b/scripts/build-world.sh
index 5ed4a6666b..2c3d8ad017 100755
--- a/scripts/build-world.sh
+++ b/scripts/build-world.sh
@@ -2,7 +2,8 @@
yarn build:lib
yarn build:api
-yarn build:docs
+yarn workspace ui-docusaurus build
+yarn workspace ui-storybook build
# If there are changes to files after we built, we need to run them
# through d2-style to avoid style-based diffs.
diff --git a/storybook/package.json b/storybook/package.json
index 661d59c922..b9e770e272 100644
--- a/storybook/package.json
+++ b/storybook/package.json
@@ -12,7 +12,7 @@
"private": true,
"scripts": {
"start": "EXTEND_ESLINT=true storybook dev -c config --port 5000 --ci",
- "build": "EXTEND_ESLINT=true storybook build -c config -o ../dist/demo --quiet"
+ "build": "EXTEND_ESLINT=true storybook build -c config -o ../dist/demo"
},
"peerDependencies": {
"styled-jsx": "^4"
From b7d3ec6a91d7fd54c9220364c678f71c9daa14eb Mon Sep 17 00:00:00 2001
From: "@dhis2-bot"
Date: Wed, 24 Jul 2024 03:40:33 +0200
Subject: [PATCH 135/170] fix(translations): sync translations from transifex
(master)
Automatically merged.
---
collections/forms/i18n/es_419.po | 52 +++++++------
components/file-input/i18n/es_419.po | 4 +-
components/header-bar/i18n/es_419.po | 44 ++++++-----
.../organisation-unit-tree/i18n/es_419.po | 25 +++++++
components/pagination/i18n/es_419.po | 20 +++--
components/select/i18n/es_419.po | 6 +-
components/selector-bar/i18n/es_419.po | 19 +++++
components/sharing-dialog/i18n/es_419.po | 74 +++++++++++++------
components/table/i18n/es_419.po | 22 ++++++
9 files changed, 191 insertions(+), 75 deletions(-)
create mode 100644 components/organisation-unit-tree/i18n/es_419.po
create mode 100644 components/selector-bar/i18n/es_419.po
create mode 100644 components/table/i18n/es_419.po
diff --git a/collections/forms/i18n/es_419.po b/collections/forms/i18n/es_419.po
index 1a114ccced..0b4d2c4492 100644
--- a/collections/forms/i18n/es_419.po
+++ b/collections/forms/i18n/es_419.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: i18next-conv\n"
-"POT-Creation-Date: 2024-02-12T14:58:56.792Z\n"
+"POT-Creation-Date: 2024-04-18T04:00:14.144Z\n"
"PO-Revision-Date: 2021-06-24 12:50+0000\n"
"Last-Translator: Enzo Nicolas Rossi , 2024\n"
"Language-Team: Spanish (Latin America) (https://app.transifex.com/hisp-uio/teams/100509/es_419/)\n"
@@ -16,86 +16,92 @@ msgstr ""
"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
msgid "Upload file"
-msgstr ""
+msgstr "Cargar archivo"
msgid "Upload files"
-msgstr ""
+msgstr "Cargar archivos"
msgid "Remove"
msgstr "Eliminar"
msgid "Please provide an alpha-numeric value"
-msgstr ""
+msgstr "Indique un valor alfanumérico"
msgid "Please provide a boolean value"
-msgstr ""
+msgstr "Indique un valor booleano"
msgid "Please enter between {{lowerBound}} and {{upperBound}} characters"
-msgstr ""
+msgstr "Introduzca entre {{lowerBound}} y {{upperBound}} caracteres"
msgid ""
"Please make sure the value of this input matches the value in "
"\"{{otherField}}\"."
msgstr ""
+"Asegúrese de que el valor de esta entrada coincide con el de "
+"\"{{otherField}}\"."
msgid "Please enter a maximum of {{upperBound}} characters"
-msgstr ""
+msgstr "Introduzca un máximo de {{upperBound}} caracteres"
msgid "Please enter a number with a maximum of {{upperBound}}"
-msgstr ""
+msgstr "Introduzca un número con un máximo de {{upperBound}}"
msgid "Please enter at least {{lowerBound}} characters"
-msgstr ""
+msgstr "Introduzca al menos {{lowerBound}} caracteres"
msgid "Please enter a number of at least {{lowerBound}}"
-msgstr ""
+msgstr "Introduzca un número de al menos {{lowerBound}}"
msgid "Number cannot be less than {{lowerBound}} or more than {{upperBound}}"
msgstr ""
+"El número no puede ser inferior a {{lowerBound}} ni superior a "
+"{{upperBound}}"
msgid ""
"Please make sure the value of this input matches the pattern "
"{{patternString}}."
msgstr ""
+"Asegúrese de que el valor de esta entrada coincide con el patrón "
+"{{patternString}}."
msgid "Password should be a string"
-msgstr ""
+msgstr "La contraseña debe ser texto"
msgid "Password should be at least 8 characters long"
-msgstr ""
+msgstr "La contraseña debe tener al menos 8 caracteres"
msgid "Password should be no longer than 34 characters"
-msgstr ""
+msgstr "La contraseña no debe tener más de 34 caracteres"
msgid "Password should contain at least one lowercase letter"
-msgstr ""
+msgstr "La contraseña debe contener al menos una letra minúscula"
msgid "Password should contain at least one UPPERCASE letter"
-msgstr ""
+msgstr "La contraseña debe contener al menos una letra MAYÚSCULA"
msgid "Password should contain at least one number"
-msgstr ""
+msgstr "La contraseña debe contener al menos un número"
msgid "Password should have at least one special character"
-msgstr ""
+msgstr "La contraseña debe tener al menos un carácter especial"
msgid "Please provide a valid email address"
msgstr "Por favor ingrese una dirección de correo electrónico válida"
msgid "Please provide a value"
-msgstr ""
+msgstr "Indique un valor"
msgid "Please provide a round number without decimals"
-msgstr ""
+msgstr "Indique una cifra redonda sin decimales"
msgid "Please provide a valid international phone number."
-msgstr ""
+msgstr "Indique un número de teléfono internacional válido."
msgid "Please provide a number"
-msgstr ""
+msgstr "Indique un número"
msgid "Please provide a string"
-msgstr ""
+msgstr "Proporcione una texto"
msgid "Please provide a valid url"
msgstr "Proporcione una URL válida"
@@ -105,3 +111,5 @@ msgid ""
"Please provide a username between 4 and 255 characters long and possibly "
"separated by . "
msgstr ""
+"Indique un nombre de usuario de entre 4 y 255 caracteres, posiblemente "
+"separados por . o @."
diff --git a/components/file-input/i18n/es_419.po b/components/file-input/i18n/es_419.po
index 5ec894cf8a..a3853d8bbd 100644
--- a/components/file-input/i18n/es_419.po
+++ b/components/file-input/i18n/es_419.po
@@ -16,10 +16,10 @@ msgstr ""
"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
msgid "Upload a file"
-msgstr ""
+msgstr "Cargar un archivo"
msgid "No file uploaded yet"
-msgstr ""
+msgstr "Aún no se ha cargado ningún archivo"
msgid "Remove"
msgstr "Eliminar"
diff --git a/components/header-bar/i18n/es_419.po b/components/header-bar/i18n/es_419.po
index 8155cec217..31818558c4 100644
--- a/components/header-bar/i18n/es_419.po
+++ b/components/header-bar/i18n/es_419.po
@@ -1,14 +1,14 @@
#
# Translators:
# Jaime Bosque , 2022
-# Enzo Nicolas Rossi , 2023
+# Enzo Nicolas Rossi , 2024
#
msgid ""
msgstr ""
"Project-Id-Version: i18next-conv\n"
-"POT-Creation-Date: 2023-01-18T16:13:05.063Z\n"
+"POT-Creation-Date: 2024-03-29T07:26:07.540Z\n"
"PO-Revision-Date: 2021-06-24 12:50+0000\n"
-"Last-Translator: Enzo Nicolas Rossi , 2023\n"
+"Last-Translator: Enzo Nicolas Rossi , 2024\n"
"Language-Team: Spanish (Latin America) (https://app.transifex.com/hisp-uio/teams/100509/es_419/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -17,31 +17,37 @@ msgstr ""
"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
msgid "Search apps"
-msgstr ""
+msgstr "Buscar aplicaciones"
msgid "DHIS2 {{dhis2Version}}"
-msgstr ""
+msgstr "DHIS2 {{dhis2Version}}"
msgid "DHIS2 version unknown"
-msgstr ""
+msgstr "Versión DHIS2 desconocida"
msgid "{{appName}} version unknown"
-msgstr ""
+msgstr "{{appName}} versión desconocida"
msgid "App {{appVersion}}"
-msgstr ""
+msgstr "Aplicación {{appVersion}}"
msgid "App version unknown"
-msgstr ""
+msgstr "Versión de la aplicación desconocida"
msgid "Debug info"
-msgstr ""
+msgstr "Información de depuración"
msgid "Close"
msgstr "Cerrar"
msgid "Copy debug info"
-msgstr ""
+msgstr "Copiar información de depuración"
+
+msgid "Interpretations"
+msgstr "Interpretaciones"
+
+msgid "Messages"
+msgstr "Mensajes"
msgid "Online"
msgstr "En línea"
@@ -50,28 +56,28 @@ msgid "Offline"
msgstr "Offline"
msgid "Edit profile"
-msgstr ""
+msgstr "Editar perfil"
msgid "Settings"
msgstr "Configuración"
msgid "Account"
-msgstr ""
+msgstr "Cuenta"
msgid "Help"
-msgstr ""
+msgstr "Ayuda"
msgid "About DHIS2"
-msgstr ""
+msgstr "Acerca de DHIS2"
msgid "Logout"
-msgstr ""
+msgstr "Cerrar sesión"
msgid "New {{appName}} version available"
-msgstr ""
+msgstr "Nueva versión disponible en {{appName}} "
msgid "New app version available"
-msgstr ""
+msgstr "Nueva versión de la aplicación disponible"
msgid "Click to reload"
-msgstr ""
+msgstr "Haga clic para recargar"
diff --git a/components/organisation-unit-tree/i18n/es_419.po b/components/organisation-unit-tree/i18n/es_419.po
new file mode 100644
index 0000000000..1f5fa799c9
--- /dev/null
+++ b/components/organisation-unit-tree/i18n/es_419.po
@@ -0,0 +1,25 @@
+#
+# Translators:
+# Enzo Nicolas Rossi , 2024
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: i18next-conv\n"
+"POT-Creation-Date: 2022-02-22T12:46:32.977Z\n"
+"PO-Revision-Date: 2021-06-24 12:50+0000\n"
+"Last-Translator: Enzo Nicolas Rossi , 2024\n"
+"Language-Team: Spanish (Latin America) (https://app.transifex.com/hisp-uio/teams/100509/es_419/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: es_419\n"
+"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
+
+msgid "No children match filter"
+msgstr "Ningún descendiente coincide con el filtro"
+
+msgid "Could not load children"
+msgstr "No se han podido cargar los descendientes"
+
+msgid "Error: {{ ERRORMESSAGE }}"
+msgstr "Error: {{ ERRORMESSAGE }}"
diff --git a/components/pagination/i18n/es_419.po b/components/pagination/i18n/es_419.po
index 8c0a109aca..bd346c0bdd 100644
--- a/components/pagination/i18n/es_419.po
+++ b/components/pagination/i18n/es_419.po
@@ -1,14 +1,15 @@
#
# Translators:
# Jaime Bosque , 2022
+# Enzo Nicolas Rossi , 2024
#
msgid ""
msgstr ""
"Project-Id-Version: i18next-conv\n"
"POT-Creation-Date: 2022-03-10T20:20:19.392Z\n"
"PO-Revision-Date: 2021-06-24 12:50+0000\n"
-"Last-Translator: Jaime Bosque , 2022\n"
-"Language-Team: Spanish (Latin America) (https://www.transifex.com/hisp-uio/teams/100509/es_419/)\n"
+"Last-Translator: Enzo Nicolas Rossi , 2024\n"
+"Language-Team: Spanish (Latin America) (https://app.transifex.com/hisp-uio/teams/100509/es_419/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -19,26 +20,31 @@ msgid ""
"Page {{page}} of {{pageCount}}, items {{firstItem}}-{{lastItem}} of "
"{{total}}"
msgstr ""
+"Página {{page}} de {{pageCount}}, puntos {{firstItem}}-{{lastItem}} de "
+"{{total}}"
msgid "Page {{page}}, items {{firstItem}}-{{lastItem}}"
-msgstr ""
+msgstr "Página {{page}}, artículos {{firstItem}}-{{lastItem}}"
msgid "Page {{page}}"
-msgstr ""
+msgstr "Página {{page}}"
msgid "Next"
msgstr "Siguiente"
msgid "Page"
-msgstr ""
+msgstr "Página"
msgid "Items per page"
-msgstr ""
+msgstr "Artículos por página"
msgid "Previous"
-msgstr ""
+msgstr "Anterior"
msgid ""
"You are at page {{page}} showing items {{firstItem}}-{{lastItem}}, but there"
" are {{pageCount}} pages and {{total}} items"
msgstr ""
+"Usted está en la página {{page}} que muestra los artículos "
+"{{firstItem}}-{{lastItem}}, pero hay páginas {{pageCount}} y artículos "
+"{{total}} "
diff --git a/components/select/i18n/es_419.po b/components/select/i18n/es_419.po
index 4b24e3de82..84fd9c63ad 100644
--- a/components/select/i18n/es_419.po
+++ b/components/select/i18n/es_419.po
@@ -20,13 +20,13 @@ msgid "Clear"
msgstr "Limpiar"
msgid "No data found"
-msgstr ""
+msgstr "No se han encontrado datos"
msgid "Type to filter options"
msgstr "Escriba para filtrar opciones"
msgid "Loading options"
-msgstr ""
+msgstr "Opciones de carga"
msgid "No options found"
-msgstr ""
+msgstr "No se han encontrado opciones"
diff --git a/components/selector-bar/i18n/es_419.po b/components/selector-bar/i18n/es_419.po
new file mode 100644
index 0000000000..255ad52ba8
--- /dev/null
+++ b/components/selector-bar/i18n/es_419.po
@@ -0,0 +1,19 @@
+#
+# Translators:
+# Enzo Nicolas Rossi , 2024
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: i18next-conv\n"
+"POT-Creation-Date: 2021-12-07T14:09:16.792Z\n"
+"PO-Revision-Date: 2023-06-08 13:23+0000\n"
+"Last-Translator: Enzo Nicolas Rossi , 2024\n"
+"Language-Team: Spanish (Latin America) (https://app.transifex.com/hisp-uio/teams/100509/es_419/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: es_419\n"
+"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
+
+msgid "Clear selections"
+msgstr "Borrar selecciones"
diff --git a/components/sharing-dialog/i18n/es_419.po b/components/sharing-dialog/i18n/es_419.po
index 75857b1e23..bfa6020cda 100644
--- a/components/sharing-dialog/i18n/es_419.po
+++ b/components/sharing-dialog/i18n/es_419.po
@@ -1,14 +1,15 @@
#
# Translators:
# Jaime Bosque , 2022
+# Enzo Nicolas Rossi , 2024
#
msgid ""
msgstr ""
"Project-Id-Version: i18next-conv\n"
"POT-Creation-Date: 2021-11-25T09:59:40.995Z\n"
"PO-Revision-Date: 2021-10-01 23:39+0000\n"
-"Last-Translator: Jaime Bosque , 2022\n"
-"Language-Team: Spanish (Latin America) (https://www.transifex.com/hisp-uio/teams/100509/es_419/)\n"
+"Last-Translator: Enzo Nicolas Rossi , 2024\n"
+"Language-Team: Spanish (Latin America) (https://app.transifex.com/hisp-uio/teams/100509/es_419/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -16,124 +17,153 @@ msgstr ""
"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
msgid "View only"
-msgstr ""
+msgstr "Ver sólo"
msgid "View and edit"
-msgstr ""
+msgstr "Ver y editar"
msgid "Give access to a user or group"
-msgstr ""
+msgstr "Dar acceso a un usuario o grupo"
msgid "Access level"
-msgstr ""
+msgstr "Nivel de acceso"
msgid "Select a level"
-msgstr ""
+msgstr "Seleccione un nivel"
msgid "Not available offline"
-msgstr ""
+msgstr "No disponible sin conexión"
msgid "Give access"
-msgstr ""
+msgstr "Dar acceso"
msgid "Users and groups that currently have access"
-msgstr ""
+msgstr "Usuarios y grupos que tienen acceso actualmente"
msgid "User / Group"
-msgstr ""
+msgstr "Usuario / Grupo"
msgid "All users"
-msgstr ""
+msgstr "Todos los usuarios"
msgid "No access"
-msgstr ""
+msgstr "Sin acceso"
msgid "Can view"
-msgstr ""
+msgstr "Puede ver"
msgid "Can view and edit"
-msgstr ""
+msgstr "Puede ver y editar"
msgid "Metadata"
msgstr "Metadatos"
msgid "Remove access"
-msgstr ""
+msgstr "Eliminar el acceso"
msgid "User or group"
-msgstr ""
+msgstr "Usuario o grupo"
msgid "Search"
msgstr "Buscar"
msgid "Apply dashboard sharing settings to visualizations"
msgstr ""
+"Aplicar la configuración de uso compartido del cuadro de mandos a las "
+"visualizaciones"
msgid "Something went wrong"
msgstr "Algo ha ido mal"
msgid "Apply sharing to dashboard visualizations"
-msgstr ""
+msgstr "Aplicar la compartición a las visualizaciones de cuadros de mando"
msgid ""
"No visualizations were updated. Check that you have permission to change "
"sharing for all visualizations."
msgstr ""
+"No se ha actualizado ninguna visualización. Compruebe que tiene permiso para"
+" cambiar el uso compartido de todas las visualizaciones."
msgid ""
"Not all visualizations could be updated successfully. {{ success }} updated "
"successfully, {{ failed }} failed to update. Check that you have permission "
"to change sharing for all visualizations."
msgstr ""
+"No se han podido actualizar correctamente todas las visualizaciones. {{ "
+"success }} se ha actualizado correctamente, {{ failed }} no se ha podido "
+"actualizar. Compruebe que tiene permiso para cambiar la compartición de "
+"todas las visualizaciones."
msgid ""
"No visualizations were updated because sharing settings are already "
"sufficient."
msgstr ""
+"No se ha actualizado ninguna visualización porque los ajustes de "
+"compartición ya son suficientes."
msgid "Successfully updated sharing for all visualizations."
-msgstr ""
+msgstr "Actualizada con éxito la compartición de todas las visualizaciones."
msgid ""
"Not all visualization sharing settings needed to be updated. {{ updated }} "
"updated, {{ skipped }} already had sufficient sharing settings."
msgstr ""
+"No era necesario actualizar todos los ajustes de compartición de "
+"visualizaciones. {{ updated }} actualizado, {{ skipped }} ya tenía "
+"suficientes ajustes de compartición."
msgid "There are no users or groups to apply sharing settings for."
msgstr ""
+"No hay usuarios ni grupos a los que aplicar la configuración de uso "
+"compartido."
msgid ""
"Number of visualizations on this dashboard that will potentially get updated"
" sharing settings: {{ visualizationsCount }}. The number of users or groups "
"that these updated settings will apply to: {{ entityAmount }}."
msgstr ""
+"Número de visualizaciones en este cuadro de mando que potencialmente "
+"obtendrán ajustes de uso compartido actualizados: {{ visualizationsCount }}."
+" Número de usuarios o grupos a los que se aplicarán estos ajustes "
+"actualizados: {{ entityAmount }}."
msgid ""
"Applying the same sharing settings makes sure that users and groups that "
"have access to the dashboard also have at least \"View only\" access to its "
"visualizations (charts, tables, maps, event charts and event reports)."
msgstr ""
+"Aplicando la misma configuración de compartición se garantiza que los "
+"usuarios y grupos que tienen acceso al cuadro de mando también tienen al "
+"menos acceso de \"sólo visualización\" a sus visualizaciones (gráficos, "
+"tablas, mapas, gráficos de eventos e informes de eventos)."
msgid ""
"If a user or group already has \"View and edit\" access to a visualization, "
"this won't be reduced to \"View only\". The \"All users\" access level won't"
" be updated or changed."
msgstr ""
+"Si un usuario o grupo ya tiene acceso \"Ver y editar\" a una visualización, "
+"éste no se reducirá a \"Sólo ver\". El nivel de acceso \"Todos los "
+"usuarios\" no se actualizará ni cambiará."
msgid ""
"Applying sharing can't be undone, and needs to be done again if new "
"visualizations are added to the dashboard or its sharing settings are "
"changed."
msgstr ""
+"La aplicación de la compartición no puede deshacerse, y debe hacerse de "
+"nuevo si se añaden nuevas visualizaciones al cuadro de mandos o se cambia su"
+" configuración de compartición."
msgid "Sharing and access: {{- objectName}}"
-msgstr ""
+msgstr "Compartir y acceder: {{- objectName}}"
msgid "Sharing and access"
-msgstr ""
+msgstr "Compartir y acceder"
msgid "Close"
msgstr "Cerrar"
msgid "Dashboard sharing"
-msgstr ""
+msgstr "Compartir el cuadro de mandos"
diff --git a/components/table/i18n/es_419.po b/components/table/i18n/es_419.po
new file mode 100644
index 0000000000..2e03fec886
--- /dev/null
+++ b/components/table/i18n/es_419.po
@@ -0,0 +1,22 @@
+#
+# Translators:
+# Enzo Nicolas Rossi , 2024
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: i18next-conv\n"
+"POT-Creation-Date: 2021-06-15T13:35:03.608Z\n"
+"PO-Revision-Date: 2021-06-24 12:50+0000\n"
+"Last-Translator: Enzo Nicolas Rossi , 2024\n"
+"Language-Team: Spanish (Latin America) (https://app.transifex.com/hisp-uio/teams/100509/es_419/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: es_419\n"
+"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
+
+msgid "Toggle filter"
+msgstr "Alternar filtro"
+
+msgid "Sort items"
+msgstr "Clasificar artículos"
From 457e04f834363fa43802920fc3e5bcfc81800411 Mon Sep 17 00:00:00 2001
From: "@dhis2-bot"
Date: Wed, 24 Jul 2024 02:13:14 +0000
Subject: [PATCH 136/170] chore(release): cut 9.10.3 [skip release]
## [9.10.3](https://github.com/dhis2/ui/compare/v9.10.2...v9.10.3) (2024-07-24)
### Bug Fixes
* **translations:** sync translations from transifex (master) ([b7d3ec6](https://github.com/dhis2/ui/commit/b7d3ec6a91d7fd54c9220364c678f71c9daa14eb))
---
CHANGELOG.md | 7 ++
collections/forms/package.json | 20 ++--
collections/ui/package.json | 98 +++++++++----------
components/alert/package.json | 8 +-
components/box/package.json | 4 +-
components/button/package.json | 12 +--
components/calendar/package.json | 16 +--
components/card/package.json | 4 +-
components/center/package.json | 4 +-
components/checkbox/package.json | 8 +-
components/chip/package.json | 4 +-
components/cover/package.json | 4 +-
components/css/package.json | 4 +-
components/divider/package.json | 4 +-
components/field/package.json | 10 +-
components/file-input/package.json | 16 +--
components/header-bar/package.json | 30 +++---
components/help/package.json | 4 +-
components/input/package.json | 16 +--
components/intersection-detector/package.json | 4 +-
components/label/package.json | 6 +-
components/layer/package.json | 6 +-
components/legend/package.json | 6 +-
components/loader/package.json | 4 +-
components/logo/package.json | 4 +-
components/menu/package.json | 16 +--
components/modal/package.json | 14 +--
components/node/package.json | 6 +-
components/notice-box/package.json | 6 +-
.../organisation-unit-tree/package.json | 10 +-
components/pagination/package.json | 10 +-
components/popover/package.json | 8 +-
components/popper/package.json | 4 +-
components/portal/package.json | 2 +-
components/radio/package.json | 4 +-
components/required/package.json | 4 +-
components/segmented-control/package.json | 4 +-
components/select/package.json | 30 +++---
components/selector-bar/package.json | 22 ++---
components/sharing-dialog/package.json | 34 +++----
components/status-icon/package.json | 8 +-
components/switch/package.json | 8 +-
components/tab/package.json | 8 +-
components/table/package.json | 6 +-
components/tag/package.json | 4 +-
components/text-area/package.json | 14 +--
components/tooltip/package.json | 8 +-
components/transfer/package.json | 14 +--
components/user-avatar/package.json | 4 +-
constants/package.json | 2 +-
docs/package.json | 2 +-
icons/package.json | 2 +-
package.json | 2 +-
storybook/package.json | 6 +-
54 files changed, 286 insertions(+), 279 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index de63b6b58d..591a0a8c16 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## [9.10.3](https://github.com/dhis2/ui/compare/v9.10.2...v9.10.3) (2024-07-24)
+
+
+### Bug Fixes
+
+* **translations:** sync translations from transifex (master) ([b7d3ec6](https://github.com/dhis2/ui/commit/b7d3ec6a91d7fd54c9220364c678f71c9daa14eb))
+
## [9.10.2](https://github.com/dhis2/ui/compare/v9.10.1...v9.10.2) (2024-07-15)
diff --git a/collections/forms/package.json b/collections/forms/package.json
index a3890307ec..6fe37a908f 100644
--- a/collections/forms/package.json
+++ b/collections/forms/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-forms",
- "version": "9.10.2",
+ "version": "9.10.3",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
"sideEffects": [
@@ -35,15 +35,15 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.10.2",
- "@dhis2-ui/checkbox": "9.10.2",
- "@dhis2-ui/field": "9.10.2",
- "@dhis2-ui/file-input": "9.10.2",
- "@dhis2-ui/input": "9.10.2",
- "@dhis2-ui/radio": "9.10.2",
- "@dhis2-ui/select": "9.10.2",
- "@dhis2-ui/switch": "9.10.2",
- "@dhis2-ui/text-area": "9.10.2",
+ "@dhis2-ui/button": "9.10.3",
+ "@dhis2-ui/checkbox": "9.10.3",
+ "@dhis2-ui/field": "9.10.3",
+ "@dhis2-ui/file-input": "9.10.3",
+ "@dhis2-ui/input": "9.10.3",
+ "@dhis2-ui/radio": "9.10.3",
+ "@dhis2-ui/select": "9.10.3",
+ "@dhis2-ui/switch": "9.10.3",
+ "@dhis2-ui/text-area": "9.10.3",
"classnames": "^2.3.1",
"final-form": "^4.20.2",
"prop-types": "^15.7.2",
diff --git a/collections/ui/package.json b/collections/ui/package.json
index c786247b16..3ae993598d 100644
--- a/collections/ui/package.json
+++ b/collections/ui/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui",
- "version": "9.10.2",
+ "version": "9.10.3",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
"exports": {
@@ -21,54 +21,54 @@
"build": "d2-app-scripts build"
},
"dependencies": {
- "@dhis2-ui/alert": "9.10.2",
- "@dhis2-ui/box": "9.10.2",
- "@dhis2-ui/button": "9.10.2",
- "@dhis2-ui/calendar": "9.10.2",
- "@dhis2-ui/card": "9.10.2",
- "@dhis2-ui/center": "9.10.2",
- "@dhis2-ui/checkbox": "9.10.2",
- "@dhis2-ui/chip": "9.10.2",
- "@dhis2-ui/cover": "9.10.2",
- "@dhis2-ui/css": "9.10.2",
- "@dhis2-ui/divider": "9.10.2",
- "@dhis2-ui/field": "9.10.2",
- "@dhis2-ui/file-input": "9.10.2",
- "@dhis2-ui/header-bar": "9.10.2",
- "@dhis2-ui/help": "9.10.2",
- "@dhis2-ui/input": "9.10.2",
- "@dhis2-ui/intersection-detector": "9.10.2",
- "@dhis2-ui/label": "9.10.2",
- "@dhis2-ui/layer": "9.10.2",
- "@dhis2-ui/legend": "9.10.2",
- "@dhis2-ui/loader": "9.10.2",
- "@dhis2-ui/logo": "9.10.2",
- "@dhis2-ui/menu": "9.10.2",
- "@dhis2-ui/modal": "9.10.2",
- "@dhis2-ui/node": "9.10.2",
- "@dhis2-ui/notice-box": "9.10.2",
- "@dhis2-ui/organisation-unit-tree": "9.10.2",
- "@dhis2-ui/pagination": "9.10.2",
- "@dhis2-ui/popover": "9.10.2",
- "@dhis2-ui/popper": "9.10.2",
- "@dhis2-ui/portal": "9.10.2",
- "@dhis2-ui/radio": "9.10.2",
- "@dhis2-ui/required": "9.10.2",
- "@dhis2-ui/segmented-control": "9.10.2",
- "@dhis2-ui/select": "9.10.2",
- "@dhis2-ui/selector-bar": "9.10.2",
- "@dhis2-ui/sharing-dialog": "9.10.2",
- "@dhis2-ui/switch": "9.10.2",
- "@dhis2-ui/tab": "9.10.2",
- "@dhis2-ui/table": "9.10.2",
- "@dhis2-ui/tag": "9.10.2",
- "@dhis2-ui/text-area": "9.10.2",
- "@dhis2-ui/tooltip": "9.10.2",
- "@dhis2-ui/transfer": "9.10.2",
- "@dhis2-ui/user-avatar": "9.10.2",
- "@dhis2/ui-constants": "9.10.2",
- "@dhis2/ui-forms": "9.10.2",
- "@dhis2/ui-icons": "9.10.2",
+ "@dhis2-ui/alert": "9.10.3",
+ "@dhis2-ui/box": "9.10.3",
+ "@dhis2-ui/button": "9.10.3",
+ "@dhis2-ui/calendar": "9.10.3",
+ "@dhis2-ui/card": "9.10.3",
+ "@dhis2-ui/center": "9.10.3",
+ "@dhis2-ui/checkbox": "9.10.3",
+ "@dhis2-ui/chip": "9.10.3",
+ "@dhis2-ui/cover": "9.10.3",
+ "@dhis2-ui/css": "9.10.3",
+ "@dhis2-ui/divider": "9.10.3",
+ "@dhis2-ui/field": "9.10.3",
+ "@dhis2-ui/file-input": "9.10.3",
+ "@dhis2-ui/header-bar": "9.10.3",
+ "@dhis2-ui/help": "9.10.3",
+ "@dhis2-ui/input": "9.10.3",
+ "@dhis2-ui/intersection-detector": "9.10.3",
+ "@dhis2-ui/label": "9.10.3",
+ "@dhis2-ui/layer": "9.10.3",
+ "@dhis2-ui/legend": "9.10.3",
+ "@dhis2-ui/loader": "9.10.3",
+ "@dhis2-ui/logo": "9.10.3",
+ "@dhis2-ui/menu": "9.10.3",
+ "@dhis2-ui/modal": "9.10.3",
+ "@dhis2-ui/node": "9.10.3",
+ "@dhis2-ui/notice-box": "9.10.3",
+ "@dhis2-ui/organisation-unit-tree": "9.10.3",
+ "@dhis2-ui/pagination": "9.10.3",
+ "@dhis2-ui/popover": "9.10.3",
+ "@dhis2-ui/popper": "9.10.3",
+ "@dhis2-ui/portal": "9.10.3",
+ "@dhis2-ui/radio": "9.10.3",
+ "@dhis2-ui/required": "9.10.3",
+ "@dhis2-ui/segmented-control": "9.10.3",
+ "@dhis2-ui/select": "9.10.3",
+ "@dhis2-ui/selector-bar": "9.10.3",
+ "@dhis2-ui/sharing-dialog": "9.10.3",
+ "@dhis2-ui/switch": "9.10.3",
+ "@dhis2-ui/tab": "9.10.3",
+ "@dhis2-ui/table": "9.10.3",
+ "@dhis2-ui/tag": "9.10.3",
+ "@dhis2-ui/text-area": "9.10.3",
+ "@dhis2-ui/tooltip": "9.10.3",
+ "@dhis2-ui/transfer": "9.10.3",
+ "@dhis2-ui/user-avatar": "9.10.3",
+ "@dhis2/ui-constants": "9.10.3",
+ "@dhis2/ui-forms": "9.10.3",
+ "@dhis2/ui-icons": "9.10.3",
"prop-types": "^15.7.2"
},
"peerDependencies": {
diff --git a/components/alert/package.json b/components/alert/package.json
index 6bf1bf10f6..0116f4a647 100644
--- a/components/alert/package.json
+++ b/components/alert/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/alert",
- "version": "9.10.2",
+ "version": "9.10.3",
"description": "UI Alert",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/portal": "9.10.2",
- "@dhis2/ui-constants": "9.10.2",
- "@dhis2/ui-icons": "9.10.2",
+ "@dhis2-ui/portal": "9.10.3",
+ "@dhis2/ui-constants": "9.10.3",
+ "@dhis2/ui-icons": "9.10.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/box/package.json b/components/box/package.json
index a13cc42bb7..ab1d01b8fa 100644
--- a/components/box/package.json
+++ b/components/box/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/box",
- "version": "9.10.2",
+ "version": "9.10.3",
"description": "UI Box",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.10.2",
+ "@dhis2/ui-constants": "9.10.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/button/package.json b/components/button/package.json
index 4b35f7b6a4..24cb11b5cd 100644
--- a/components/button/package.json
+++ b/components/button/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/button",
- "version": "9.10.2",
+ "version": "9.10.3",
"description": "UI Button",
"repository": {
"type": "git",
@@ -33,11 +33,11 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/layer": "9.10.2",
- "@dhis2-ui/loader": "9.10.2",
- "@dhis2-ui/popper": "9.10.2",
- "@dhis2/ui-constants": "9.10.2",
- "@dhis2/ui-icons": "9.10.2",
+ "@dhis2-ui/layer": "9.10.3",
+ "@dhis2-ui/loader": "9.10.3",
+ "@dhis2-ui/popper": "9.10.3",
+ "@dhis2/ui-constants": "9.10.3",
+ "@dhis2/ui-icons": "9.10.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/calendar/package.json b/components/calendar/package.json
index 2b6266c089..9bbf1f888f 100644
--- a/components/calendar/package.json
+++ b/components/calendar/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/calendar",
- "version": "9.10.2",
+ "version": "9.10.3",
"description": "UI Calendar",
"repository": {
"type": "git",
@@ -33,15 +33,15 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/button": "9.10.2",
- "@dhis2-ui/card": "9.10.2",
- "@dhis2-ui/input": "9.10.2",
- "@dhis2-ui/layer": "9.10.2",
- "@dhis2-ui/popper": "9.10.2",
+ "@dhis2-ui/button": "9.10.3",
+ "@dhis2-ui/card": "9.10.3",
+ "@dhis2-ui/input": "9.10.3",
+ "@dhis2-ui/layer": "9.10.3",
+ "@dhis2-ui/popper": "9.10.3",
"@dhis2/multi-calendar-dates": "^1.2.3",
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.10.2",
- "@dhis2/ui-icons": "9.10.2",
+ "@dhis2/ui-constants": "9.10.3",
+ "@dhis2/ui-icons": "9.10.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/card/package.json b/components/card/package.json
index 45638f4a97..3857a4a62d 100644
--- a/components/card/package.json
+++ b/components/card/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/card",
- "version": "9.10.2",
+ "version": "9.10.3",
"description": "UI Card",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.10.2",
+ "@dhis2/ui-constants": "9.10.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/center/package.json b/components/center/package.json
index 0039bdd7c7..6d3164453a 100644
--- a/components/center/package.json
+++ b/components/center/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/center",
- "version": "9.10.2",
+ "version": "9.10.3",
"description": "UI Center",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.10.2",
+ "@dhis2/ui-constants": "9.10.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/checkbox/package.json b/components/checkbox/package.json
index bce6773296..43618cdd15 100644
--- a/components/checkbox/package.json
+++ b/components/checkbox/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/checkbox",
- "version": "9.10.2",
+ "version": "9.10.3",
"description": "UI Checkbox",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/field": "9.10.2",
- "@dhis2-ui/required": "9.10.2",
- "@dhis2/ui-constants": "9.10.2",
+ "@dhis2-ui/field": "9.10.3",
+ "@dhis2-ui/required": "9.10.3",
+ "@dhis2/ui-constants": "9.10.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/chip/package.json b/components/chip/package.json
index 016653aabd..feffcbec12 100644
--- a/components/chip/package.json
+++ b/components/chip/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/chip",
- "version": "9.10.2",
+ "version": "9.10.3",
"description": "UI Chip",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.10.2",
+ "@dhis2/ui-constants": "9.10.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/cover/package.json b/components/cover/package.json
index c891864a40..88b4666f87 100644
--- a/components/cover/package.json
+++ b/components/cover/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/cover",
- "version": "9.10.2",
+ "version": "9.10.3",
"description": "UI Cover",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.10.2",
+ "@dhis2/ui-constants": "9.10.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/css/package.json b/components/css/package.json
index ac332b4347..bab9b1c441 100644
--- a/components/css/package.json
+++ b/components/css/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/css",
- "version": "9.10.2",
+ "version": "9.10.3",
"description": "UI CSS",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.10.2",
+ "@dhis2/ui-constants": "9.10.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/divider/package.json b/components/divider/package.json
index 2548622022..367fd194d2 100644
--- a/components/divider/package.json
+++ b/components/divider/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/divider",
- "version": "9.10.2",
+ "version": "9.10.3",
"description": "UI Divider",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.10.2",
+ "@dhis2/ui-constants": "9.10.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/field/package.json b/components/field/package.json
index 3fd537b47b..776e50faac 100644
--- a/components/field/package.json
+++ b/components/field/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/field",
- "version": "9.10.2",
+ "version": "9.10.3",
"description": "UI Field",
"repository": {
"type": "git",
@@ -33,10 +33,10 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.10.2",
- "@dhis2-ui/help": "9.10.2",
- "@dhis2-ui/label": "9.10.2",
- "@dhis2/ui-constants": "9.10.2",
+ "@dhis2-ui/box": "9.10.3",
+ "@dhis2-ui/help": "9.10.3",
+ "@dhis2-ui/label": "9.10.3",
+ "@dhis2/ui-constants": "9.10.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/file-input/package.json b/components/file-input/package.json
index 0e36e06902..c1809d02f9 100644
--- a/components/file-input/package.json
+++ b/components/file-input/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/file-input",
- "version": "9.10.2",
+ "version": "9.10.3",
"description": "UI FileInput",
"repository": {
"type": "git",
@@ -34,13 +34,13 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.10.2",
- "@dhis2-ui/field": "9.10.2",
- "@dhis2-ui/label": "9.10.2",
- "@dhis2-ui/loader": "9.10.2",
- "@dhis2-ui/status-icon": "9.10.2",
- "@dhis2/ui-constants": "9.10.2",
- "@dhis2/ui-icons": "9.10.2",
+ "@dhis2-ui/button": "9.10.3",
+ "@dhis2-ui/field": "9.10.3",
+ "@dhis2-ui/label": "9.10.3",
+ "@dhis2-ui/loader": "9.10.3",
+ "@dhis2-ui/status-icon": "9.10.3",
+ "@dhis2/ui-constants": "9.10.3",
+ "@dhis2/ui-icons": "9.10.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/header-bar/package.json b/components/header-bar/package.json
index 9a863a286c..f465a00b75 100644
--- a/components/header-bar/package.json
+++ b/components/header-bar/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/header-bar",
- "version": "9.10.2",
+ "version": "9.10.3",
"description": "UI HeaderBar",
"repository": {
"type": "git",
@@ -34,21 +34,21 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/box": "9.10.2",
- "@dhis2-ui/button": "9.10.2",
- "@dhis2-ui/card": "9.10.2",
- "@dhis2-ui/center": "9.10.2",
- "@dhis2-ui/divider": "9.10.2",
- "@dhis2-ui/input": "9.10.2",
- "@dhis2-ui/layer": "9.10.2",
- "@dhis2-ui/loader": "9.10.2",
- "@dhis2-ui/logo": "9.10.2",
- "@dhis2-ui/menu": "9.10.2",
- "@dhis2-ui/modal": "9.10.2",
- "@dhis2-ui/user-avatar": "9.10.2",
+ "@dhis2-ui/box": "9.10.3",
+ "@dhis2-ui/button": "9.10.3",
+ "@dhis2-ui/card": "9.10.3",
+ "@dhis2-ui/center": "9.10.3",
+ "@dhis2-ui/divider": "9.10.3",
+ "@dhis2-ui/input": "9.10.3",
+ "@dhis2-ui/layer": "9.10.3",
+ "@dhis2-ui/loader": "9.10.3",
+ "@dhis2-ui/logo": "9.10.3",
+ "@dhis2-ui/menu": "9.10.3",
+ "@dhis2-ui/modal": "9.10.3",
+ "@dhis2-ui/user-avatar": "9.10.3",
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.10.2",
- "@dhis2/ui-icons": "9.10.2",
+ "@dhis2/ui-constants": "9.10.3",
+ "@dhis2/ui-icons": "9.10.3",
"classnames": "^2.3.1",
"moment": "^2.29.1",
"prop-types": "^15.7.2"
diff --git a/components/help/package.json b/components/help/package.json
index 9af5520573..0f6898384a 100644
--- a/components/help/package.json
+++ b/components/help/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/help",
- "version": "9.10.2",
+ "version": "9.10.3",
"description": "UI Help",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.10.2",
+ "@dhis2/ui-constants": "9.10.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/input/package.json b/components/input/package.json
index c509542ed2..00d742a9a4 100644
--- a/components/input/package.json
+++ b/components/input/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/input",
- "version": "9.10.2",
+ "version": "9.10.3",
"description": "UI Input",
"repository": {
"type": "git",
@@ -33,13 +33,13 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.10.2",
- "@dhis2-ui/field": "9.10.2",
- "@dhis2-ui/input": "9.10.2",
- "@dhis2-ui/loader": "9.10.2",
- "@dhis2-ui/status-icon": "9.10.2",
- "@dhis2/ui-constants": "9.10.2",
- "@dhis2/ui-icons": "9.10.2",
+ "@dhis2-ui/box": "9.10.3",
+ "@dhis2-ui/field": "9.10.3",
+ "@dhis2-ui/input": "9.10.3",
+ "@dhis2-ui/loader": "9.10.3",
+ "@dhis2-ui/status-icon": "9.10.3",
+ "@dhis2/ui-constants": "9.10.3",
+ "@dhis2/ui-icons": "9.10.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/intersection-detector/package.json b/components/intersection-detector/package.json
index 7a07a863ff..549e665cfb 100644
--- a/components/intersection-detector/package.json
+++ b/components/intersection-detector/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/intersection-detector",
- "version": "9.10.2",
+ "version": "9.10.3",
"description": "UI IntersectionDetector",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.10.2",
+ "@dhis2/ui-constants": "9.10.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/label/package.json b/components/label/package.json
index d698a068ff..697f201d82 100644
--- a/components/label/package.json
+++ b/components/label/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/label",
- "version": "9.10.2",
+ "version": "9.10.3",
"description": "UI Label",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/required": "9.10.2",
- "@dhis2/ui-constants": "9.10.2",
+ "@dhis2-ui/required": "9.10.3",
+ "@dhis2/ui-constants": "9.10.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/layer/package.json b/components/layer/package.json
index 53a2bc093d..818caf79fc 100644
--- a/components/layer/package.json
+++ b/components/layer/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/layer",
- "version": "9.10.2",
+ "version": "9.10.3",
"description": "UI Layer",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/portal": "9.10.2",
- "@dhis2/ui-constants": "9.10.2",
+ "@dhis2-ui/portal": "9.10.3",
+ "@dhis2/ui-constants": "9.10.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/legend/package.json b/components/legend/package.json
index f0749d1f02..e6123b5c9e 100644
--- a/components/legend/package.json
+++ b/components/legend/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/legend",
- "version": "9.10.2",
+ "version": "9.10.3",
"description": "UI Legend",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/required": "9.10.2",
- "@dhis2/ui-constants": "9.10.2",
+ "@dhis2-ui/required": "9.10.3",
+ "@dhis2/ui-constants": "9.10.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/loader/package.json b/components/loader/package.json
index 8e7532709b..a01aae12c9 100644
--- a/components/loader/package.json
+++ b/components/loader/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/loader",
- "version": "9.10.2",
+ "version": "9.10.3",
"description": "UI Loaders",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.10.2",
+ "@dhis2/ui-constants": "9.10.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/logo/package.json b/components/logo/package.json
index b379363797..90a623f9a1 100644
--- a/components/logo/package.json
+++ b/components/logo/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/logo",
- "version": "9.10.2",
+ "version": "9.10.3",
"description": "UI Logo",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.10.2",
+ "@dhis2/ui-constants": "9.10.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/menu/package.json b/components/menu/package.json
index 6599dd6fa7..0bae717705 100644
--- a/components/menu/package.json
+++ b/components/menu/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/menu",
- "version": "9.10.2",
+ "version": "9.10.3",
"description": "UI Menu",
"repository": {
"type": "git",
@@ -33,13 +33,13 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/card": "9.10.2",
- "@dhis2-ui/divider": "9.10.2",
- "@dhis2-ui/layer": "9.10.2",
- "@dhis2-ui/popper": "9.10.2",
- "@dhis2-ui/portal": "9.10.2",
- "@dhis2/ui-constants": "9.10.2",
- "@dhis2/ui-icons": "9.10.2",
+ "@dhis2-ui/card": "9.10.3",
+ "@dhis2-ui/divider": "9.10.3",
+ "@dhis2-ui/layer": "9.10.3",
+ "@dhis2-ui/popper": "9.10.3",
+ "@dhis2-ui/portal": "9.10.3",
+ "@dhis2/ui-constants": "9.10.3",
+ "@dhis2/ui-icons": "9.10.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/modal/package.json b/components/modal/package.json
index 2c97187dc2..3eb917cb63 100644
--- a/components/modal/package.json
+++ b/components/modal/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/modal",
- "version": "9.10.2",
+ "version": "9.10.3",
"description": "UI Modal",
"repository": {
"type": "git",
@@ -33,12 +33,12 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/card": "9.10.2",
- "@dhis2-ui/center": "9.10.2",
- "@dhis2-ui/layer": "9.10.2",
- "@dhis2-ui/portal": "9.10.2",
- "@dhis2/ui-constants": "9.10.2",
- "@dhis2/ui-icons": "9.10.2",
+ "@dhis2-ui/card": "9.10.3",
+ "@dhis2-ui/center": "9.10.3",
+ "@dhis2-ui/layer": "9.10.3",
+ "@dhis2-ui/portal": "9.10.3",
+ "@dhis2/ui-constants": "9.10.3",
+ "@dhis2/ui-icons": "9.10.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/node/package.json b/components/node/package.json
index a5e202fa5e..6ad9b1061a 100644
--- a/components/node/package.json
+++ b/components/node/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/node",
- "version": "9.10.2",
+ "version": "9.10.3",
"description": "UI Node",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/loader": "9.10.2",
- "@dhis2/ui-constants": "9.10.2",
+ "@dhis2-ui/loader": "9.10.3",
+ "@dhis2/ui-constants": "9.10.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/notice-box/package.json b/components/notice-box/package.json
index 211cdbf36b..6e8fa0312e 100644
--- a/components/notice-box/package.json
+++ b/components/notice-box/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/notice-box",
- "version": "9.10.2",
+ "version": "9.10.3",
"description": "UI NoticeBox",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.10.2",
- "@dhis2/ui-icons": "9.10.2",
+ "@dhis2/ui-constants": "9.10.3",
+ "@dhis2/ui-icons": "9.10.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/organisation-unit-tree/package.json b/components/organisation-unit-tree/package.json
index 4f73db1eab..af9cc846fb 100644
--- a/components/organisation-unit-tree/package.json
+++ b/components/organisation-unit-tree/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/organisation-unit-tree",
- "version": "9.10.2",
+ "version": "9.10.3",
"description": "UI OrganisationUnitTree",
"repository": {
"type": "git",
@@ -35,10 +35,10 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/checkbox": "9.10.2",
- "@dhis2-ui/loader": "9.10.2",
- "@dhis2-ui/node": "9.10.2",
- "@dhis2/ui-constants": "9.10.2",
+ "@dhis2-ui/checkbox": "9.10.3",
+ "@dhis2-ui/loader": "9.10.3",
+ "@dhis2-ui/node": "9.10.3",
+ "@dhis2/ui-constants": "9.10.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/pagination/package.json b/components/pagination/package.json
index 50604fd871..0144105c57 100644
--- a/components/pagination/package.json
+++ b/components/pagination/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/pagination",
- "version": "9.10.2",
+ "version": "9.10.3",
"description": "UI Pagination",
"repository": {
"type": "git",
@@ -34,10 +34,10 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.10.2",
- "@dhis2-ui/select": "9.10.2",
- "@dhis2/ui-constants": "9.10.2",
- "@dhis2/ui-icons": "9.10.2",
+ "@dhis2-ui/button": "9.10.3",
+ "@dhis2-ui/select": "9.10.3",
+ "@dhis2/ui-constants": "9.10.3",
+ "@dhis2/ui-icons": "9.10.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/popover/package.json b/components/popover/package.json
index acaac4f4b3..aab1d4b3bd 100644
--- a/components/popover/package.json
+++ b/components/popover/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/popover",
- "version": "9.10.2",
+ "version": "9.10.3",
"description": "UI Popover",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/layer": "9.10.2",
- "@dhis2-ui/popper": "9.10.2",
- "@dhis2/ui-constants": "9.10.2",
+ "@dhis2-ui/layer": "9.10.3",
+ "@dhis2-ui/popper": "9.10.3",
+ "@dhis2/ui-constants": "9.10.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/popper/package.json b/components/popper/package.json
index b0174315f4..a34ccb40ee 100644
--- a/components/popper/package.json
+++ b/components/popper/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/popper",
- "version": "9.10.2",
+ "version": "9.10.3",
"description": "UI Popper",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.10.2",
+ "@dhis2/ui-constants": "9.10.3",
"@popperjs/core": "^2.10.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2",
diff --git a/components/portal/package.json b/components/portal/package.json
index 43b26b7979..322f80ce62 100644
--- a/components/portal/package.json
+++ b/components/portal/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/portal",
- "version": "9.10.2",
+ "version": "9.10.3",
"description": "UI Portal",
"repository": {
"type": "git",
diff --git a/components/radio/package.json b/components/radio/package.json
index c33ac96196..bff137d4ea 100644
--- a/components/radio/package.json
+++ b/components/radio/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/radio",
- "version": "9.10.2",
+ "version": "9.10.3",
"description": "UI Radio",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.10.2",
+ "@dhis2/ui-constants": "9.10.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/required/package.json b/components/required/package.json
index 8a2ff90d76..c3e2064c09 100644
--- a/components/required/package.json
+++ b/components/required/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/required",
- "version": "9.10.2",
+ "version": "9.10.3",
"description": "UI Required",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.10.2",
+ "@dhis2/ui-constants": "9.10.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/segmented-control/package.json b/components/segmented-control/package.json
index 20b47b2861..c5a4d3dfb9 100644
--- a/components/segmented-control/package.json
+++ b/components/segmented-control/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/segmented-control",
- "version": "9.10.2",
+ "version": "9.10.3",
"description": "UI Segmented Control",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.10.2",
+ "@dhis2/ui-constants": "9.10.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/select/package.json b/components/select/package.json
index 278198f67c..8ddf1b5242 100644
--- a/components/select/package.json
+++ b/components/select/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/select",
- "version": "9.10.2",
+ "version": "9.10.3",
"description": "UI Select",
"repository": {
"type": "git",
@@ -33,21 +33,21 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/box": "9.10.2",
- "@dhis2-ui/button": "9.10.2",
- "@dhis2-ui/card": "9.10.2",
- "@dhis2-ui/checkbox": "9.10.2",
- "@dhis2-ui/chip": "9.10.2",
- "@dhis2-ui/field": "9.10.2",
- "@dhis2-ui/input": "9.10.2",
- "@dhis2-ui/layer": "9.10.2",
- "@dhis2-ui/loader": "9.10.2",
- "@dhis2-ui/popper": "9.10.2",
- "@dhis2-ui/status-icon": "9.10.2",
- "@dhis2-ui/tooltip": "9.10.2",
+ "@dhis2-ui/box": "9.10.3",
+ "@dhis2-ui/button": "9.10.3",
+ "@dhis2-ui/card": "9.10.3",
+ "@dhis2-ui/checkbox": "9.10.3",
+ "@dhis2-ui/chip": "9.10.3",
+ "@dhis2-ui/field": "9.10.3",
+ "@dhis2-ui/input": "9.10.3",
+ "@dhis2-ui/layer": "9.10.3",
+ "@dhis2-ui/loader": "9.10.3",
+ "@dhis2-ui/popper": "9.10.3",
+ "@dhis2-ui/status-icon": "9.10.3",
+ "@dhis2-ui/tooltip": "9.10.3",
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.10.2",
- "@dhis2/ui-icons": "9.10.2",
+ "@dhis2/ui-constants": "9.10.3",
+ "@dhis2/ui-icons": "9.10.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/selector-bar/package.json b/components/selector-bar/package.json
index b42692f70f..13b295c562 100644
--- a/components/selector-bar/package.json
+++ b/components/selector-bar/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/selector-bar",
- "version": "9.10.2",
+ "version": "9.10.3",
"description": "UI Select",
"repository": {
"type": "git",
@@ -33,21 +33,21 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/button": "9.10.2",
- "@dhis2-ui/card": "9.10.2",
- "@dhis2-ui/popper": "9.10.2",
- "@dhis2-ui/layer": "9.10.2",
- "@dhis2/ui-constants": "9.10.2",
- "@dhis2/ui-icons": "9.10.2",
+ "@dhis2-ui/button": "9.10.3",
+ "@dhis2-ui/card": "9.10.3",
+ "@dhis2-ui/popper": "9.10.3",
+ "@dhis2-ui/layer": "9.10.3",
+ "@dhis2/ui-constants": "9.10.3",
+ "@dhis2/ui-icons": "9.10.3",
"@testing-library/react": "^12.1.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
"devDependencies": {
- "@dhis2-ui/css": "9.10.2",
- "@dhis2-ui/menu": "9.10.2",
- "@dhis2-ui/organisation-unit-tree": "9.10.2",
- "@dhis2-ui/select": "9.10.2",
+ "@dhis2-ui/css": "9.10.3",
+ "@dhis2-ui/menu": "9.10.3",
+ "@dhis2-ui/organisation-unit-tree": "9.10.3",
+ "@dhis2-ui/select": "9.10.3",
"@dhis2/d2-i18n": "^1.1.0",
"@testing-library/jest-dom": "^5.16.1",
"react": "16.13",
diff --git a/components/sharing-dialog/package.json b/components/sharing-dialog/package.json
index bf3ba87cae..8927d16a78 100644
--- a/components/sharing-dialog/package.json
+++ b/components/sharing-dialog/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/sharing-dialog",
- "version": "9.10.2",
+ "version": "9.10.3",
"description": "UI SharingDialog",
"repository": {
"type": "git",
@@ -35,22 +35,22 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.10.2",
- "@dhis2-ui/button": "9.10.2",
- "@dhis2-ui/card": "9.10.2",
- "@dhis2-ui/divider": "9.10.2",
- "@dhis2-ui/input": "9.10.2",
- "@dhis2-ui/layer": "9.10.2",
- "@dhis2-ui/menu": "9.10.2",
- "@dhis2-ui/modal": "9.10.2",
- "@dhis2-ui/notice-box": "9.10.2",
- "@dhis2-ui/popper": "9.10.2",
- "@dhis2-ui/select": "9.10.2",
- "@dhis2-ui/tab": "9.10.2",
- "@dhis2-ui/tooltip": "9.10.2",
- "@dhis2-ui/user-avatar": "9.10.2",
- "@dhis2/ui-constants": "9.10.2",
- "@dhis2/ui-icons": "9.10.2",
+ "@dhis2-ui/box": "9.10.3",
+ "@dhis2-ui/button": "9.10.3",
+ "@dhis2-ui/card": "9.10.3",
+ "@dhis2-ui/divider": "9.10.3",
+ "@dhis2-ui/input": "9.10.3",
+ "@dhis2-ui/layer": "9.10.3",
+ "@dhis2-ui/menu": "9.10.3",
+ "@dhis2-ui/modal": "9.10.3",
+ "@dhis2-ui/notice-box": "9.10.3",
+ "@dhis2-ui/popper": "9.10.3",
+ "@dhis2-ui/select": "9.10.3",
+ "@dhis2-ui/tab": "9.10.3",
+ "@dhis2-ui/tooltip": "9.10.3",
+ "@dhis2-ui/user-avatar": "9.10.3",
+ "@dhis2/ui-constants": "9.10.3",
+ "@dhis2/ui-icons": "9.10.3",
"@react-hook/size": "^2.1.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
diff --git a/components/status-icon/package.json b/components/status-icon/package.json
index 58360b8176..cfaa8739dc 100644
--- a/components/status-icon/package.json
+++ b/components/status-icon/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/status-icon",
- "version": "9.10.2",
+ "version": "9.10.3",
"description": "UI StatusIcon",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/loader": "9.10.2",
- "@dhis2/ui-constants": "9.10.2",
- "@dhis2/ui-icons": "9.10.2",
+ "@dhis2-ui/loader": "9.10.3",
+ "@dhis2/ui-constants": "9.10.3",
+ "@dhis2/ui-icons": "9.10.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/switch/package.json b/components/switch/package.json
index a0edd4087d..cbfa0bbd80 100644
--- a/components/switch/package.json
+++ b/components/switch/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/switch",
- "version": "9.10.2",
+ "version": "9.10.3",
"description": "UI Switch",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/field": "9.10.2",
- "@dhis2-ui/required": "9.10.2",
- "@dhis2/ui-constants": "9.10.2",
+ "@dhis2-ui/field": "9.10.3",
+ "@dhis2-ui/required": "9.10.3",
+ "@dhis2/ui-constants": "9.10.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/tab/package.json b/components/tab/package.json
index 780f6bd616..4f7f41664b 100644
--- a/components/tab/package.json
+++ b/components/tab/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/tab",
- "version": "9.10.2",
+ "version": "9.10.3",
"description": "UI Tabs",
"repository": {
"type": "git",
@@ -32,10 +32,10 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/tooltip": "9.10.2",
+ "@dhis2-ui/tooltip": "9.10.3",
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.10.2",
- "@dhis2/ui-icons": "9.10.2",
+ "@dhis2/ui-constants": "9.10.3",
+ "@dhis2/ui-icons": "9.10.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/table/package.json b/components/table/package.json
index 02516a9fed..52e7584bbc 100644
--- a/components/table/package.json
+++ b/components/table/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/table",
- "version": "9.10.2",
+ "version": "9.10.3",
"description": "UI Table",
"repository": {
"type": "git",
@@ -34,8 +34,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.10.2",
- "@dhis2/ui-icons": "9.10.2",
+ "@dhis2/ui-constants": "9.10.3",
+ "@dhis2/ui-icons": "9.10.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/tag/package.json b/components/tag/package.json
index 3a4f6e9e2a..e014b78d85 100644
--- a/components/tag/package.json
+++ b/components/tag/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/tag",
- "version": "9.10.2",
+ "version": "9.10.3",
"description": "UI Tag",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.10.2",
+ "@dhis2/ui-constants": "9.10.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/text-area/package.json b/components/text-area/package.json
index 8f15edfe01..8ce0232247 100644
--- a/components/text-area/package.json
+++ b/components/text-area/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/text-area",
- "version": "9.10.2",
+ "version": "9.10.3",
"description": "UI TextArea",
"repository": {
"type": "git",
@@ -33,12 +33,12 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.10.2",
- "@dhis2-ui/field": "9.10.2",
- "@dhis2-ui/loader": "9.10.2",
- "@dhis2-ui/status-icon": "9.10.2",
- "@dhis2/ui-constants": "9.10.2",
- "@dhis2/ui-icons": "9.10.2",
+ "@dhis2-ui/box": "9.10.3",
+ "@dhis2-ui/field": "9.10.3",
+ "@dhis2-ui/loader": "9.10.3",
+ "@dhis2-ui/status-icon": "9.10.3",
+ "@dhis2/ui-constants": "9.10.3",
+ "@dhis2/ui-icons": "9.10.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/tooltip/package.json b/components/tooltip/package.json
index 9246cddd15..664f943da6 100644
--- a/components/tooltip/package.json
+++ b/components/tooltip/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/tooltip",
- "version": "9.10.2",
+ "version": "9.10.3",
"description": "UI Tooltip",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/popper": "9.10.2",
- "@dhis2-ui/portal": "9.10.2",
- "@dhis2/ui-constants": "9.10.2",
+ "@dhis2-ui/popper": "9.10.3",
+ "@dhis2-ui/portal": "9.10.3",
+ "@dhis2/ui-constants": "9.10.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/transfer/package.json b/components/transfer/package.json
index 737793545a..6a10e1cc4f 100644
--- a/components/transfer/package.json
+++ b/components/transfer/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/transfer",
- "version": "9.10.2",
+ "version": "9.10.3",
"description": "UI Transfer",
"repository": {
"type": "git",
@@ -33,12 +33,12 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.10.2",
- "@dhis2-ui/field": "9.10.2",
- "@dhis2-ui/input": "9.10.2",
- "@dhis2-ui/intersection-detector": "9.10.2",
- "@dhis2-ui/loader": "9.10.2",
- "@dhis2/ui-constants": "9.10.2",
+ "@dhis2-ui/button": "9.10.3",
+ "@dhis2-ui/field": "9.10.3",
+ "@dhis2-ui/input": "9.10.3",
+ "@dhis2-ui/intersection-detector": "9.10.3",
+ "@dhis2-ui/loader": "9.10.3",
+ "@dhis2/ui-constants": "9.10.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/user-avatar/package.json b/components/user-avatar/package.json
index e881ce8b2e..9771a95af0 100644
--- a/components/user-avatar/package.json
+++ b/components/user-avatar/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/user-avatar",
- "version": "9.10.2",
+ "version": "9.10.3",
"description": "UI User Avatar",
"repository": {
"type": "git",
@@ -34,7 +34,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.10.2",
+ "@dhis2/ui-constants": "9.10.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/constants/package.json b/constants/package.json
index 42e940054b..259b5c84bf 100644
--- a/constants/package.json
+++ b/constants/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-constants",
- "version": "9.10.2",
+ "version": "9.10.3",
"description": "Constants used in the UI libs",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
diff --git a/docs/package.json b/docs/package.json
index 37c7e962fb..21bb6dc6a1 100644
--- a/docs/package.json
+++ b/docs/package.json
@@ -1,6 +1,6 @@
{
"name": "ui-docusaurus",
- "version": "9.10.2",
+ "version": "9.10.3",
"private": true,
"description": "UI Docusaurus",
"repository": {
diff --git a/icons/package.json b/icons/package.json
index bf42485d58..69f297a568 100644
--- a/icons/package.json
+++ b/icons/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-icons",
- "version": "9.10.2",
+ "version": "9.10.3",
"description": "Icons used in the UI libs",
"main": "./build/cjs/react/index.js",
"module": "./build/es/react/index.js",
diff --git a/package.json b/package.json
index 18841ba469..b421192991 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-root",
- "version": "9.10.2",
+ "version": "9.10.3",
"repository": {
"type": "git",
"url": "https://github.com/dhis2/ui.git"
diff --git a/storybook/package.json b/storybook/package.json
index 966c7215ad..8679cc66d4 100644
--- a/storybook/package.json
+++ b/storybook/package.json
@@ -1,6 +1,6 @@
{
"name": "ui-storybook",
- "version": "9.10.2",
+ "version": "9.10.3",
"description": "UI Storybook",
"repository": {
"type": "git",
@@ -23,8 +23,8 @@
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-private-methods": "^7.13.0",
"@babel/plugin-proposal-private-property-in-object": "^7.14.0",
- "@dhis2-ui/css": "9.10.2",
- "@dhis2/ui-constants": "9.10.2",
+ "@dhis2-ui/css": "9.10.3",
+ "@dhis2/ui-constants": "9.10.3",
"@fontsource/roboto": "^4.5.0",
"@storybook/addon-a11y": "^6.3.7",
"@storybook/addon-console": "^1.2.3",
From 73d1f7e062ad393a156b3b439b590c5927f0fc9d Mon Sep 17 00:00:00 2001
From: Diana Nanyanzi <31903212+d-rita@users.noreply.github.com>
Date: Mon, 29 Jul 2024 14:20:23 +0300
Subject: [PATCH 137/170] feat: implement accessible flyout menu and handle
submenus (#1495)
- focus the popper's first child element when it is rendered
- move focus to flyout menu's first child, i.e. the menu when it receives focus
- the Right arrow key opens the submenu, Left arrow key closes submenu and focuses its parent item
- close flyout menu with the Escape key by passing it a closeMenu function as a prop
- add unit tests simulating opening and closing of submenus
---
.../flyout-menu/__tests__/flyout-menu.test.js | 48 +++++++++++++++++
.../menu/src/flyout-menu/flyout-menu.js | 51 ++++++++++++++++++-
.../src/flyout-menu/flyout-menu.stories.js | 2 +-
components/menu/src/menu-item/menu-item.js | 43 +++++++++++++++-
components/menu/src/menu/use-menu.js | 3 +-
components/menu/types/index.d.ts | 4 ++
components/popper/src/popper.js | 9 +++-
7 files changed, 154 insertions(+), 6 deletions(-)
create mode 100644 components/menu/src/flyout-menu/__tests__/flyout-menu.test.js
diff --git a/components/menu/src/flyout-menu/__tests__/flyout-menu.test.js b/components/menu/src/flyout-menu/__tests__/flyout-menu.test.js
new file mode 100644
index 0000000000..9ec5324015
--- /dev/null
+++ b/components/menu/src/flyout-menu/__tests__/flyout-menu.test.js
@@ -0,0 +1,48 @@
+import { render } from '@testing-library/react'
+import userEvent from '@testing-library/user-event'
+import React from 'react'
+import { MenuItem } from '../../menu-item/menu-item.js'
+import { FlyoutMenu } from '../flyout-menu.js'
+
+describe('Flyout Menu Component', () => {
+ it('can handle navigation of submenus', () => {
+ const { getByText, queryByText, getAllByRole } = render(
+
+
+
+
+
+
+ )
+
+ const itemOne = getByText(/Item 1/i)
+ const itemTwo = getByText(/Item 2/i)
+ let submenuChild = queryByText(/Item 2 a/i)
+
+ const menuItems = getAllByRole('menuitem')
+
+ expect(menuItems.length).toBe(2)
+ expect(menuItems[0]).toBe(itemOne.parentNode)
+ expect(menuItems[1]).toBe(itemTwo.parentNode)
+
+ expect(submenuChild).not.toBeInTheDocument()
+
+ userEvent.tab()
+ expect(menuItems[0].parentNode).toHaveFocus()
+ expect(menuItems[1].parentNode).not.toHaveFocus()
+
+ userEvent.keyboard('{ArrowDown}')
+ expect(menuItems[0].parentNode).not.toHaveFocus()
+ expect(menuItems[1].parentNode).toHaveFocus()
+
+ userEvent.keyboard('{ArrowRight}')
+ submenuChild = getByText(/Item 2 a/i)
+
+ expect(submenuChild).toBeInTheDocument()
+ expect(submenuChild.parentElement.parentElement).toHaveFocus()
+
+ userEvent.keyboard('{ArrowLeft}')
+ expect(queryByText(/Item 2 a/i)).not.toBeInTheDocument()
+ expect(menuItems[1].parentNode).toHaveFocus()
+ })
+})
diff --git a/components/menu/src/flyout-menu/flyout-menu.js b/components/menu/src/flyout-menu/flyout-menu.js
index c3b4035635..cae0ae6617 100644
--- a/components/menu/src/flyout-menu/flyout-menu.js
+++ b/components/menu/src/flyout-menu/flyout-menu.js
@@ -1,6 +1,13 @@
import { colors, elevations, spacers } from '@dhis2/ui-constants'
import PropTypes from 'prop-types'
-import React, { Children, cloneElement, isValidElement, useState } from 'react'
+import React, {
+ Children,
+ cloneElement,
+ isValidElement,
+ useEffect,
+ useRef,
+ useState,
+} from 'react'
import { Menu } from '../index.js'
const FlyoutMenu = ({
@@ -10,6 +17,7 @@ const FlyoutMenu = ({
dense,
maxHeight,
maxWidth,
+ closeMenu,
}) => {
const [openedSubMenu, setOpenedSubMenu] = useState(null)
const toggleSubMenu = (index) => {
@@ -17,8 +25,45 @@ const FlyoutMenu = ({
setOpenedSubMenu(toggleValue)
}
+ const divRef = useRef(null)
+
+ useEffect(() => {
+ if (!divRef.current) {
+ return
+ }
+ const div = divRef.current
+
+ const handleFocus = (event) => {
+ if (event.target === div) {
+ if (div?.children && div.children.length > 0) {
+ div.children[0].focus()
+ }
+ }
+ }
+
+ const handleKeyDown = (event) => {
+ if (event.key === 'Escape') {
+ event.preventDefault()
+ closeMenu && closeMenu()
+ }
+ }
+
+ div.addEventListener('focus', handleFocus)
+ div.addEventListener('keydown', handleKeyDown)
+
+ return () => {
+ div.removeEventListener('focus', handleFocus)
+ div.removeEventListener('keydown', handleKeyDown)
+ }
+ }, [closeMenu])
+
return (
-
+
{Children.map(children, (child, index) =>
isValidElement(child)
@@ -58,6 +103,8 @@ FlyoutMenu.propTypes = {
/** Typically, but not limited to, `MenuItem` components */
children: PropTypes.node,
className: PropTypes.string,
+ /** when Escape key is pressed, this function is called to close the flyout menu */
+ closeMenu: PropTypes.func,
dataTest: PropTypes.string,
/** Menu uses smaller dimensions */
dense: PropTypes.bool,
diff --git a/components/menu/src/flyout-menu/flyout-menu.stories.js b/components/menu/src/flyout-menu/flyout-menu.stories.js
index d07d9d45ed..960b678caf 100644
--- a/components/menu/src/flyout-menu/flyout-menu.stories.js
+++ b/components/menu/src/flyout-menu/flyout-menu.stories.js
@@ -170,7 +170,7 @@ export const DropDownMenu = (args) => {
{open && (
-
+
diff --git a/components/menu/src/menu-item/menu-item.js b/components/menu/src/menu-item/menu-item.js
index 272f675c7a..2972ed5923 100644
--- a/components/menu/src/menu-item/menu-item.js
+++ b/components/menu/src/menu-item/menu-item.js
@@ -3,7 +3,7 @@ import { Portal } from '@dhis2-ui/portal'
import { IconChevronRight24 } from '@dhis2/ui-icons'
import cx from 'classnames'
import PropTypes from 'prop-types'
-import React, { useRef } from 'react'
+import React, { useEffect, useRef, useState } from 'react'
import { FlyoutMenu } from '../index.js'
import styles from './menu-item.styles.js'
@@ -45,6 +45,46 @@ const MenuItem = ({
tabIndex,
}) => {
const menuItemRef = useRef()
+ const [openSubMenus, setOpenSubMenus] = useState([])
+
+ useEffect(() => {
+ // track open submenus
+ setOpenSubMenus(document.querySelectorAll('[data-submenu-open=true]'))
+ }, [])
+
+ useEffect(() => {
+ if (!menuItemRef.current) {
+ return
+ }
+
+ const menuItem = menuItemRef.current
+
+ const handleKeyDown = (event) => {
+ const firstChild = event.target.children[0]
+ const hasSubMenu = firstChild?.getAttribute('aria-haspopup')
+ switch (event.key) {
+ // for submenus
+ case 'ArrowRight':
+ event.preventDefault()
+ if (hasSubMenu) {
+ firstChild.click()
+ }
+ break
+ case 'ArrowLeft':
+ case 'Escape': // close flyout menu
+ event.preventDefault()
+ openSubMenus[openSubMenus.length - 1]?.focus()
+ openSubMenus[openSubMenus.length - 1]?.children[0].click()
+ break
+ }
+ }
+
+ menuItem.addEventListener('keydown', handleKeyDown)
+
+ return () => {
+ menuItem.removeEventListener('keydown', handleKeyDown)
+ }
+ }, [openSubMenus])
return (
<>
@@ -60,6 +100,7 @@ const MenuItem = ({
data-test={dataTest}
role="presentation"
tabIndex={tabIndex}
+ data-submenu-open={children && showSubMenu}
>
{
const totalFocusablePositions = focusableItemsIndices?.length
if (totalFocusablePositions) {
const lastIndex = totalFocusablePositions - 1
+
switch (event.key) {
case 'ArrowUp':
event.preventDefault()
@@ -62,7 +63,7 @@ export const useMenuNavigation = (children) => {
}
}
},
- [activeItemIndex, focusableItemsIndices]
+ [activeItemIndex, focusableItemsIndices?.length]
)
// Event listeners for menu focus and key handling
diff --git a/components/menu/types/index.d.ts b/components/menu/types/index.d.ts
index bd99c82440..bcbafdc9d7 100644
--- a/components/menu/types/index.d.ts
+++ b/components/menu/types/index.d.ts
@@ -6,6 +6,10 @@ export interface FlyoutMenuProps {
*/
children?: React.ReactNode
className?: string
+ /**
+ * On Escape key press, this function is called
+ */
+ closeMenu?: () => void
dataTest?: string
/**
* Menu uses smaller dimensions
diff --git a/components/popper/src/popper.js b/components/popper/src/popper.js
index 453e3a067f..ab88f12df1 100644
--- a/components/popper/src/popper.js
+++ b/components/popper/src/popper.js
@@ -1,6 +1,6 @@
import { sharedPropTypes } from '@dhis2/ui-constants'
import PropTypes from 'prop-types'
-import React, { useState, useMemo } from 'react'
+import React, { useState, useMemo, useEffect } from 'react'
import { usePopper } from 'react-popper'
import { getReferenceElement } from './get-reference-element.js'
import { deduplicateModifiers } from './modifiers.js'
@@ -49,6 +49,12 @@ const Popper = ({
modifiers: deduplicatedModifiers,
})
+ useEffect(() => {
+ if (popperElement) {
+ popperElement?.firstElementChild?.focus()
+ }
+ }, [popperElement])
+
return (
{children}
From 8a429912a6cda1fe8854c7787754c5384176e37a Mon Sep 17 00:00:00 2001
From: "@dhis2-bot"
Date: Mon, 29 Jul 2024 11:35:15 +0000
Subject: [PATCH 138/170] chore(release): cut 9.11.0 [skip release]
# [9.11.0](https://github.com/dhis2/ui/compare/v9.10.3...v9.11.0) (2024-07-29)
### Features
* implement accessible flyout menu and handle submenus ([#1495](https://github.com/dhis2/ui/issues/1495)) ([73d1f7e](https://github.com/dhis2/ui/commit/73d1f7e062ad393a156b3b439b590c5927f0fc9d))
---
CHANGELOG.md | 7 ++
collections/forms/package.json | 20 ++--
collections/ui/API.md | 1 +
collections/ui/package.json | 98 +++++++++----------
components/alert/package.json | 8 +-
components/box/package.json | 4 +-
components/button/package.json | 12 +--
components/calendar/package.json | 16 +--
components/card/package.json | 4 +-
components/center/package.json | 4 +-
components/checkbox/package.json | 8 +-
components/chip/package.json | 4 +-
components/cover/package.json | 4 +-
components/css/package.json | 4 +-
components/divider/package.json | 4 +-
components/field/package.json | 10 +-
components/file-input/package.json | 16 +--
components/header-bar/package.json | 30 +++---
components/help/package.json | 4 +-
components/input/package.json | 16 +--
components/intersection-detector/package.json | 4 +-
components/label/package.json | 6 +-
components/layer/package.json | 6 +-
components/legend/package.json | 6 +-
components/loader/package.json | 4 +-
components/logo/package.json | 4 +-
components/menu/API.md | 1 +
components/menu/package.json | 16 +--
components/modal/package.json | 14 +--
components/node/package.json | 6 +-
components/notice-box/package.json | 6 +-
.../organisation-unit-tree/package.json | 10 +-
components/pagination/package.json | 10 +-
components/popover/package.json | 8 +-
components/popper/package.json | 4 +-
components/portal/package.json | 2 +-
components/radio/package.json | 4 +-
components/required/package.json | 4 +-
components/segmented-control/package.json | 4 +-
components/select/package.json | 30 +++---
components/selector-bar/package.json | 22 ++---
components/sharing-dialog/package.json | 34 +++----
components/status-icon/package.json | 8 +-
components/switch/package.json | 8 +-
components/tab/package.json | 8 +-
components/table/package.json | 6 +-
components/tag/package.json | 4 +-
components/text-area/package.json | 14 +--
components/tooltip/package.json | 8 +-
components/transfer/package.json | 14 +--
components/user-avatar/package.json | 4 +-
constants/package.json | 2 +-
docs/package.json | 2 +-
icons/package.json | 2 +-
package.json | 2 +-
storybook/package.json | 6 +-
56 files changed, 288 insertions(+), 279 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 591a0a8c16..6f73c086d8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+# [9.11.0](https://github.com/dhis2/ui/compare/v9.10.3...v9.11.0) (2024-07-29)
+
+
+### Features
+
+* implement accessible flyout menu and handle submenus ([#1495](https://github.com/dhis2/ui/issues/1495)) ([73d1f7e](https://github.com/dhis2/ui/commit/73d1f7e062ad393a156b3b439b590c5927f0fc9d))
+
## [9.10.3](https://github.com/dhis2/ui/compare/v9.10.2...v9.10.3) (2024-07-24)
diff --git a/collections/forms/package.json b/collections/forms/package.json
index 6fe37a908f..26b70af3ae 100644
--- a/collections/forms/package.json
+++ b/collections/forms/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-forms",
- "version": "9.10.3",
+ "version": "9.11.0",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
"sideEffects": [
@@ -35,15 +35,15 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.10.3",
- "@dhis2-ui/checkbox": "9.10.3",
- "@dhis2-ui/field": "9.10.3",
- "@dhis2-ui/file-input": "9.10.3",
- "@dhis2-ui/input": "9.10.3",
- "@dhis2-ui/radio": "9.10.3",
- "@dhis2-ui/select": "9.10.3",
- "@dhis2-ui/switch": "9.10.3",
- "@dhis2-ui/text-area": "9.10.3",
+ "@dhis2-ui/button": "9.11.0",
+ "@dhis2-ui/checkbox": "9.11.0",
+ "@dhis2-ui/field": "9.11.0",
+ "@dhis2-ui/file-input": "9.11.0",
+ "@dhis2-ui/input": "9.11.0",
+ "@dhis2-ui/radio": "9.11.0",
+ "@dhis2-ui/select": "9.11.0",
+ "@dhis2-ui/switch": "9.11.0",
+ "@dhis2-ui/text-area": "9.11.0",
"classnames": "^2.3.1",
"final-form": "^4.20.2",
"prop-types": "^15.7.2",
diff --git a/collections/ui/API.md b/collections/ui/API.md
index 0f9b756d5f..eb27fb75a0 100644
--- a/collections/ui/API.md
+++ b/collections/ui/API.md
@@ -1070,6 +1070,7 @@ import { FlyoutMenu } from '@dhis2/ui'
|---|---|---|---|---|
|children|node|||Typically, but not limited to, `MenuItem` components|
|className|string||||
+|closeMenu|function|||when Escape key is pressed, this function is called to close the flyout menu|
|dataTest|string|`'dhis2-uicore-menu'`|||
|dense|boolean|||Menu uses smaller dimensions|
|maxHeight|string|`'auto'`|||
diff --git a/collections/ui/package.json b/collections/ui/package.json
index 3ae993598d..b14dd5ca4c 100644
--- a/collections/ui/package.json
+++ b/collections/ui/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui",
- "version": "9.10.3",
+ "version": "9.11.0",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
"exports": {
@@ -21,54 +21,54 @@
"build": "d2-app-scripts build"
},
"dependencies": {
- "@dhis2-ui/alert": "9.10.3",
- "@dhis2-ui/box": "9.10.3",
- "@dhis2-ui/button": "9.10.3",
- "@dhis2-ui/calendar": "9.10.3",
- "@dhis2-ui/card": "9.10.3",
- "@dhis2-ui/center": "9.10.3",
- "@dhis2-ui/checkbox": "9.10.3",
- "@dhis2-ui/chip": "9.10.3",
- "@dhis2-ui/cover": "9.10.3",
- "@dhis2-ui/css": "9.10.3",
- "@dhis2-ui/divider": "9.10.3",
- "@dhis2-ui/field": "9.10.3",
- "@dhis2-ui/file-input": "9.10.3",
- "@dhis2-ui/header-bar": "9.10.3",
- "@dhis2-ui/help": "9.10.3",
- "@dhis2-ui/input": "9.10.3",
- "@dhis2-ui/intersection-detector": "9.10.3",
- "@dhis2-ui/label": "9.10.3",
- "@dhis2-ui/layer": "9.10.3",
- "@dhis2-ui/legend": "9.10.3",
- "@dhis2-ui/loader": "9.10.3",
- "@dhis2-ui/logo": "9.10.3",
- "@dhis2-ui/menu": "9.10.3",
- "@dhis2-ui/modal": "9.10.3",
- "@dhis2-ui/node": "9.10.3",
- "@dhis2-ui/notice-box": "9.10.3",
- "@dhis2-ui/organisation-unit-tree": "9.10.3",
- "@dhis2-ui/pagination": "9.10.3",
- "@dhis2-ui/popover": "9.10.3",
- "@dhis2-ui/popper": "9.10.3",
- "@dhis2-ui/portal": "9.10.3",
- "@dhis2-ui/radio": "9.10.3",
- "@dhis2-ui/required": "9.10.3",
- "@dhis2-ui/segmented-control": "9.10.3",
- "@dhis2-ui/select": "9.10.3",
- "@dhis2-ui/selector-bar": "9.10.3",
- "@dhis2-ui/sharing-dialog": "9.10.3",
- "@dhis2-ui/switch": "9.10.3",
- "@dhis2-ui/tab": "9.10.3",
- "@dhis2-ui/table": "9.10.3",
- "@dhis2-ui/tag": "9.10.3",
- "@dhis2-ui/text-area": "9.10.3",
- "@dhis2-ui/tooltip": "9.10.3",
- "@dhis2-ui/transfer": "9.10.3",
- "@dhis2-ui/user-avatar": "9.10.3",
- "@dhis2/ui-constants": "9.10.3",
- "@dhis2/ui-forms": "9.10.3",
- "@dhis2/ui-icons": "9.10.3",
+ "@dhis2-ui/alert": "9.11.0",
+ "@dhis2-ui/box": "9.11.0",
+ "@dhis2-ui/button": "9.11.0",
+ "@dhis2-ui/calendar": "9.11.0",
+ "@dhis2-ui/card": "9.11.0",
+ "@dhis2-ui/center": "9.11.0",
+ "@dhis2-ui/checkbox": "9.11.0",
+ "@dhis2-ui/chip": "9.11.0",
+ "@dhis2-ui/cover": "9.11.0",
+ "@dhis2-ui/css": "9.11.0",
+ "@dhis2-ui/divider": "9.11.0",
+ "@dhis2-ui/field": "9.11.0",
+ "@dhis2-ui/file-input": "9.11.0",
+ "@dhis2-ui/header-bar": "9.11.0",
+ "@dhis2-ui/help": "9.11.0",
+ "@dhis2-ui/input": "9.11.0",
+ "@dhis2-ui/intersection-detector": "9.11.0",
+ "@dhis2-ui/label": "9.11.0",
+ "@dhis2-ui/layer": "9.11.0",
+ "@dhis2-ui/legend": "9.11.0",
+ "@dhis2-ui/loader": "9.11.0",
+ "@dhis2-ui/logo": "9.11.0",
+ "@dhis2-ui/menu": "9.11.0",
+ "@dhis2-ui/modal": "9.11.0",
+ "@dhis2-ui/node": "9.11.0",
+ "@dhis2-ui/notice-box": "9.11.0",
+ "@dhis2-ui/organisation-unit-tree": "9.11.0",
+ "@dhis2-ui/pagination": "9.11.0",
+ "@dhis2-ui/popover": "9.11.0",
+ "@dhis2-ui/popper": "9.11.0",
+ "@dhis2-ui/portal": "9.11.0",
+ "@dhis2-ui/radio": "9.11.0",
+ "@dhis2-ui/required": "9.11.0",
+ "@dhis2-ui/segmented-control": "9.11.0",
+ "@dhis2-ui/select": "9.11.0",
+ "@dhis2-ui/selector-bar": "9.11.0",
+ "@dhis2-ui/sharing-dialog": "9.11.0",
+ "@dhis2-ui/switch": "9.11.0",
+ "@dhis2-ui/tab": "9.11.0",
+ "@dhis2-ui/table": "9.11.0",
+ "@dhis2-ui/tag": "9.11.0",
+ "@dhis2-ui/text-area": "9.11.0",
+ "@dhis2-ui/tooltip": "9.11.0",
+ "@dhis2-ui/transfer": "9.11.0",
+ "@dhis2-ui/user-avatar": "9.11.0",
+ "@dhis2/ui-constants": "9.11.0",
+ "@dhis2/ui-forms": "9.11.0",
+ "@dhis2/ui-icons": "9.11.0",
"prop-types": "^15.7.2"
},
"peerDependencies": {
diff --git a/components/alert/package.json b/components/alert/package.json
index 0116f4a647..c2af6c41fe 100644
--- a/components/alert/package.json
+++ b/components/alert/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/alert",
- "version": "9.10.3",
+ "version": "9.11.0",
"description": "UI Alert",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/portal": "9.10.3",
- "@dhis2/ui-constants": "9.10.3",
- "@dhis2/ui-icons": "9.10.3",
+ "@dhis2-ui/portal": "9.11.0",
+ "@dhis2/ui-constants": "9.11.0",
+ "@dhis2/ui-icons": "9.11.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/box/package.json b/components/box/package.json
index ab1d01b8fa..0940634f26 100644
--- a/components/box/package.json
+++ b/components/box/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/box",
- "version": "9.10.3",
+ "version": "9.11.0",
"description": "UI Box",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.10.3",
+ "@dhis2/ui-constants": "9.11.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/button/package.json b/components/button/package.json
index 24cb11b5cd..bbeffad0b0 100644
--- a/components/button/package.json
+++ b/components/button/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/button",
- "version": "9.10.3",
+ "version": "9.11.0",
"description": "UI Button",
"repository": {
"type": "git",
@@ -33,11 +33,11 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/layer": "9.10.3",
- "@dhis2-ui/loader": "9.10.3",
- "@dhis2-ui/popper": "9.10.3",
- "@dhis2/ui-constants": "9.10.3",
- "@dhis2/ui-icons": "9.10.3",
+ "@dhis2-ui/layer": "9.11.0",
+ "@dhis2-ui/loader": "9.11.0",
+ "@dhis2-ui/popper": "9.11.0",
+ "@dhis2/ui-constants": "9.11.0",
+ "@dhis2/ui-icons": "9.11.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/calendar/package.json b/components/calendar/package.json
index 9bbf1f888f..2c62935d6e 100644
--- a/components/calendar/package.json
+++ b/components/calendar/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/calendar",
- "version": "9.10.3",
+ "version": "9.11.0",
"description": "UI Calendar",
"repository": {
"type": "git",
@@ -33,15 +33,15 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/button": "9.10.3",
- "@dhis2-ui/card": "9.10.3",
- "@dhis2-ui/input": "9.10.3",
- "@dhis2-ui/layer": "9.10.3",
- "@dhis2-ui/popper": "9.10.3",
+ "@dhis2-ui/button": "9.11.0",
+ "@dhis2-ui/card": "9.11.0",
+ "@dhis2-ui/input": "9.11.0",
+ "@dhis2-ui/layer": "9.11.0",
+ "@dhis2-ui/popper": "9.11.0",
"@dhis2/multi-calendar-dates": "^1.2.3",
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.10.3",
- "@dhis2/ui-icons": "9.10.3",
+ "@dhis2/ui-constants": "9.11.0",
+ "@dhis2/ui-icons": "9.11.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/card/package.json b/components/card/package.json
index 3857a4a62d..22a7c473a1 100644
--- a/components/card/package.json
+++ b/components/card/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/card",
- "version": "9.10.3",
+ "version": "9.11.0",
"description": "UI Card",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.10.3",
+ "@dhis2/ui-constants": "9.11.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/center/package.json b/components/center/package.json
index 6d3164453a..a92ec861c8 100644
--- a/components/center/package.json
+++ b/components/center/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/center",
- "version": "9.10.3",
+ "version": "9.11.0",
"description": "UI Center",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.10.3",
+ "@dhis2/ui-constants": "9.11.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/checkbox/package.json b/components/checkbox/package.json
index 43618cdd15..32abd02547 100644
--- a/components/checkbox/package.json
+++ b/components/checkbox/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/checkbox",
- "version": "9.10.3",
+ "version": "9.11.0",
"description": "UI Checkbox",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/field": "9.10.3",
- "@dhis2-ui/required": "9.10.3",
- "@dhis2/ui-constants": "9.10.3",
+ "@dhis2-ui/field": "9.11.0",
+ "@dhis2-ui/required": "9.11.0",
+ "@dhis2/ui-constants": "9.11.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/chip/package.json b/components/chip/package.json
index feffcbec12..9e823f29e4 100644
--- a/components/chip/package.json
+++ b/components/chip/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/chip",
- "version": "9.10.3",
+ "version": "9.11.0",
"description": "UI Chip",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.10.3",
+ "@dhis2/ui-constants": "9.11.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/cover/package.json b/components/cover/package.json
index 88b4666f87..ae980f8f6a 100644
--- a/components/cover/package.json
+++ b/components/cover/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/cover",
- "version": "9.10.3",
+ "version": "9.11.0",
"description": "UI Cover",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.10.3",
+ "@dhis2/ui-constants": "9.11.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/css/package.json b/components/css/package.json
index bab9b1c441..c51c48b4f0 100644
--- a/components/css/package.json
+++ b/components/css/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/css",
- "version": "9.10.3",
+ "version": "9.11.0",
"description": "UI CSS",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.10.3",
+ "@dhis2/ui-constants": "9.11.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/divider/package.json b/components/divider/package.json
index 367fd194d2..1e31ec3012 100644
--- a/components/divider/package.json
+++ b/components/divider/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/divider",
- "version": "9.10.3",
+ "version": "9.11.0",
"description": "UI Divider",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.10.3",
+ "@dhis2/ui-constants": "9.11.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/field/package.json b/components/field/package.json
index 776e50faac..c2b3aef086 100644
--- a/components/field/package.json
+++ b/components/field/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/field",
- "version": "9.10.3",
+ "version": "9.11.0",
"description": "UI Field",
"repository": {
"type": "git",
@@ -33,10 +33,10 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.10.3",
- "@dhis2-ui/help": "9.10.3",
- "@dhis2-ui/label": "9.10.3",
- "@dhis2/ui-constants": "9.10.3",
+ "@dhis2-ui/box": "9.11.0",
+ "@dhis2-ui/help": "9.11.0",
+ "@dhis2-ui/label": "9.11.0",
+ "@dhis2/ui-constants": "9.11.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/file-input/package.json b/components/file-input/package.json
index c1809d02f9..3353b45654 100644
--- a/components/file-input/package.json
+++ b/components/file-input/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/file-input",
- "version": "9.10.3",
+ "version": "9.11.0",
"description": "UI FileInput",
"repository": {
"type": "git",
@@ -34,13 +34,13 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.10.3",
- "@dhis2-ui/field": "9.10.3",
- "@dhis2-ui/label": "9.10.3",
- "@dhis2-ui/loader": "9.10.3",
- "@dhis2-ui/status-icon": "9.10.3",
- "@dhis2/ui-constants": "9.10.3",
- "@dhis2/ui-icons": "9.10.3",
+ "@dhis2-ui/button": "9.11.0",
+ "@dhis2-ui/field": "9.11.0",
+ "@dhis2-ui/label": "9.11.0",
+ "@dhis2-ui/loader": "9.11.0",
+ "@dhis2-ui/status-icon": "9.11.0",
+ "@dhis2/ui-constants": "9.11.0",
+ "@dhis2/ui-icons": "9.11.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/header-bar/package.json b/components/header-bar/package.json
index f465a00b75..e6c4ddea57 100644
--- a/components/header-bar/package.json
+++ b/components/header-bar/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/header-bar",
- "version": "9.10.3",
+ "version": "9.11.0",
"description": "UI HeaderBar",
"repository": {
"type": "git",
@@ -34,21 +34,21 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/box": "9.10.3",
- "@dhis2-ui/button": "9.10.3",
- "@dhis2-ui/card": "9.10.3",
- "@dhis2-ui/center": "9.10.3",
- "@dhis2-ui/divider": "9.10.3",
- "@dhis2-ui/input": "9.10.3",
- "@dhis2-ui/layer": "9.10.3",
- "@dhis2-ui/loader": "9.10.3",
- "@dhis2-ui/logo": "9.10.3",
- "@dhis2-ui/menu": "9.10.3",
- "@dhis2-ui/modal": "9.10.3",
- "@dhis2-ui/user-avatar": "9.10.3",
+ "@dhis2-ui/box": "9.11.0",
+ "@dhis2-ui/button": "9.11.0",
+ "@dhis2-ui/card": "9.11.0",
+ "@dhis2-ui/center": "9.11.0",
+ "@dhis2-ui/divider": "9.11.0",
+ "@dhis2-ui/input": "9.11.0",
+ "@dhis2-ui/layer": "9.11.0",
+ "@dhis2-ui/loader": "9.11.0",
+ "@dhis2-ui/logo": "9.11.0",
+ "@dhis2-ui/menu": "9.11.0",
+ "@dhis2-ui/modal": "9.11.0",
+ "@dhis2-ui/user-avatar": "9.11.0",
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.10.3",
- "@dhis2/ui-icons": "9.10.3",
+ "@dhis2/ui-constants": "9.11.0",
+ "@dhis2/ui-icons": "9.11.0",
"classnames": "^2.3.1",
"moment": "^2.29.1",
"prop-types": "^15.7.2"
diff --git a/components/help/package.json b/components/help/package.json
index 0f6898384a..c1fdffa16d 100644
--- a/components/help/package.json
+++ b/components/help/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/help",
- "version": "9.10.3",
+ "version": "9.11.0",
"description": "UI Help",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.10.3",
+ "@dhis2/ui-constants": "9.11.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/input/package.json b/components/input/package.json
index 00d742a9a4..0d94b382e7 100644
--- a/components/input/package.json
+++ b/components/input/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/input",
- "version": "9.10.3",
+ "version": "9.11.0",
"description": "UI Input",
"repository": {
"type": "git",
@@ -33,13 +33,13 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.10.3",
- "@dhis2-ui/field": "9.10.3",
- "@dhis2-ui/input": "9.10.3",
- "@dhis2-ui/loader": "9.10.3",
- "@dhis2-ui/status-icon": "9.10.3",
- "@dhis2/ui-constants": "9.10.3",
- "@dhis2/ui-icons": "9.10.3",
+ "@dhis2-ui/box": "9.11.0",
+ "@dhis2-ui/field": "9.11.0",
+ "@dhis2-ui/input": "9.11.0",
+ "@dhis2-ui/loader": "9.11.0",
+ "@dhis2-ui/status-icon": "9.11.0",
+ "@dhis2/ui-constants": "9.11.0",
+ "@dhis2/ui-icons": "9.11.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/intersection-detector/package.json b/components/intersection-detector/package.json
index 549e665cfb..604ac8b096 100644
--- a/components/intersection-detector/package.json
+++ b/components/intersection-detector/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/intersection-detector",
- "version": "9.10.3",
+ "version": "9.11.0",
"description": "UI IntersectionDetector",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.10.3",
+ "@dhis2/ui-constants": "9.11.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/label/package.json b/components/label/package.json
index 697f201d82..5dc5ea027d 100644
--- a/components/label/package.json
+++ b/components/label/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/label",
- "version": "9.10.3",
+ "version": "9.11.0",
"description": "UI Label",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/required": "9.10.3",
- "@dhis2/ui-constants": "9.10.3",
+ "@dhis2-ui/required": "9.11.0",
+ "@dhis2/ui-constants": "9.11.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/layer/package.json b/components/layer/package.json
index 818caf79fc..77eceb9670 100644
--- a/components/layer/package.json
+++ b/components/layer/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/layer",
- "version": "9.10.3",
+ "version": "9.11.0",
"description": "UI Layer",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/portal": "9.10.3",
- "@dhis2/ui-constants": "9.10.3",
+ "@dhis2-ui/portal": "9.11.0",
+ "@dhis2/ui-constants": "9.11.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/legend/package.json b/components/legend/package.json
index e6123b5c9e..6ad1996377 100644
--- a/components/legend/package.json
+++ b/components/legend/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/legend",
- "version": "9.10.3",
+ "version": "9.11.0",
"description": "UI Legend",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/required": "9.10.3",
- "@dhis2/ui-constants": "9.10.3",
+ "@dhis2-ui/required": "9.11.0",
+ "@dhis2/ui-constants": "9.11.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/loader/package.json b/components/loader/package.json
index a01aae12c9..e2f7779795 100644
--- a/components/loader/package.json
+++ b/components/loader/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/loader",
- "version": "9.10.3",
+ "version": "9.11.0",
"description": "UI Loaders",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.10.3",
+ "@dhis2/ui-constants": "9.11.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/logo/package.json b/components/logo/package.json
index 90a623f9a1..118998a0c4 100644
--- a/components/logo/package.json
+++ b/components/logo/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/logo",
- "version": "9.10.3",
+ "version": "9.11.0",
"description": "UI Logo",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.10.3",
+ "@dhis2/ui-constants": "9.11.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/menu/API.md b/components/menu/API.md
index 961deb2f45..21d378187d 100644
--- a/components/menu/API.md
+++ b/components/menu/API.md
@@ -16,6 +16,7 @@ import { FlyoutMenu } from '@dhis2/ui'
|---|---|---|---|---|
|children|node|||Typically, but not limited to, `MenuItem` components|
|className|string||||
+|closeMenu|function|||when Escape key is pressed, this function is called to close the flyout menu|
|dataTest|string|`'dhis2-uicore-menu'`|||
|dense|boolean|||Menu uses smaller dimensions|
|maxHeight|string|`'auto'`|||
diff --git a/components/menu/package.json b/components/menu/package.json
index 0bae717705..c4026cff1b 100644
--- a/components/menu/package.json
+++ b/components/menu/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/menu",
- "version": "9.10.3",
+ "version": "9.11.0",
"description": "UI Menu",
"repository": {
"type": "git",
@@ -33,13 +33,13 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/card": "9.10.3",
- "@dhis2-ui/divider": "9.10.3",
- "@dhis2-ui/layer": "9.10.3",
- "@dhis2-ui/popper": "9.10.3",
- "@dhis2-ui/portal": "9.10.3",
- "@dhis2/ui-constants": "9.10.3",
- "@dhis2/ui-icons": "9.10.3",
+ "@dhis2-ui/card": "9.11.0",
+ "@dhis2-ui/divider": "9.11.0",
+ "@dhis2-ui/layer": "9.11.0",
+ "@dhis2-ui/popper": "9.11.0",
+ "@dhis2-ui/portal": "9.11.0",
+ "@dhis2/ui-constants": "9.11.0",
+ "@dhis2/ui-icons": "9.11.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/modal/package.json b/components/modal/package.json
index 3eb917cb63..58e6a72592 100644
--- a/components/modal/package.json
+++ b/components/modal/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/modal",
- "version": "9.10.3",
+ "version": "9.11.0",
"description": "UI Modal",
"repository": {
"type": "git",
@@ -33,12 +33,12 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/card": "9.10.3",
- "@dhis2-ui/center": "9.10.3",
- "@dhis2-ui/layer": "9.10.3",
- "@dhis2-ui/portal": "9.10.3",
- "@dhis2/ui-constants": "9.10.3",
- "@dhis2/ui-icons": "9.10.3",
+ "@dhis2-ui/card": "9.11.0",
+ "@dhis2-ui/center": "9.11.0",
+ "@dhis2-ui/layer": "9.11.0",
+ "@dhis2-ui/portal": "9.11.0",
+ "@dhis2/ui-constants": "9.11.0",
+ "@dhis2/ui-icons": "9.11.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/node/package.json b/components/node/package.json
index 6ad9b1061a..f64b33a9a1 100644
--- a/components/node/package.json
+++ b/components/node/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/node",
- "version": "9.10.3",
+ "version": "9.11.0",
"description": "UI Node",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/loader": "9.10.3",
- "@dhis2/ui-constants": "9.10.3",
+ "@dhis2-ui/loader": "9.11.0",
+ "@dhis2/ui-constants": "9.11.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/notice-box/package.json b/components/notice-box/package.json
index 6e8fa0312e..62a5ccdb8b 100644
--- a/components/notice-box/package.json
+++ b/components/notice-box/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/notice-box",
- "version": "9.10.3",
+ "version": "9.11.0",
"description": "UI NoticeBox",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.10.3",
- "@dhis2/ui-icons": "9.10.3",
+ "@dhis2/ui-constants": "9.11.0",
+ "@dhis2/ui-icons": "9.11.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/organisation-unit-tree/package.json b/components/organisation-unit-tree/package.json
index af9cc846fb..d5707decee 100644
--- a/components/organisation-unit-tree/package.json
+++ b/components/organisation-unit-tree/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/organisation-unit-tree",
- "version": "9.10.3",
+ "version": "9.11.0",
"description": "UI OrganisationUnitTree",
"repository": {
"type": "git",
@@ -35,10 +35,10 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/checkbox": "9.10.3",
- "@dhis2-ui/loader": "9.10.3",
- "@dhis2-ui/node": "9.10.3",
- "@dhis2/ui-constants": "9.10.3",
+ "@dhis2-ui/checkbox": "9.11.0",
+ "@dhis2-ui/loader": "9.11.0",
+ "@dhis2-ui/node": "9.11.0",
+ "@dhis2/ui-constants": "9.11.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/pagination/package.json b/components/pagination/package.json
index 0144105c57..6cdd1c779e 100644
--- a/components/pagination/package.json
+++ b/components/pagination/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/pagination",
- "version": "9.10.3",
+ "version": "9.11.0",
"description": "UI Pagination",
"repository": {
"type": "git",
@@ -34,10 +34,10 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.10.3",
- "@dhis2-ui/select": "9.10.3",
- "@dhis2/ui-constants": "9.10.3",
- "@dhis2/ui-icons": "9.10.3",
+ "@dhis2-ui/button": "9.11.0",
+ "@dhis2-ui/select": "9.11.0",
+ "@dhis2/ui-constants": "9.11.0",
+ "@dhis2/ui-icons": "9.11.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/popover/package.json b/components/popover/package.json
index aab1d4b3bd..1be7655dac 100644
--- a/components/popover/package.json
+++ b/components/popover/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/popover",
- "version": "9.10.3",
+ "version": "9.11.0",
"description": "UI Popover",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/layer": "9.10.3",
- "@dhis2-ui/popper": "9.10.3",
- "@dhis2/ui-constants": "9.10.3",
+ "@dhis2-ui/layer": "9.11.0",
+ "@dhis2-ui/popper": "9.11.0",
+ "@dhis2/ui-constants": "9.11.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/popper/package.json b/components/popper/package.json
index a34ccb40ee..f926cd24e2 100644
--- a/components/popper/package.json
+++ b/components/popper/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/popper",
- "version": "9.10.3",
+ "version": "9.11.0",
"description": "UI Popper",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.10.3",
+ "@dhis2/ui-constants": "9.11.0",
"@popperjs/core": "^2.10.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2",
diff --git a/components/portal/package.json b/components/portal/package.json
index 322f80ce62..43c4c28ddf 100644
--- a/components/portal/package.json
+++ b/components/portal/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/portal",
- "version": "9.10.3",
+ "version": "9.11.0",
"description": "UI Portal",
"repository": {
"type": "git",
diff --git a/components/radio/package.json b/components/radio/package.json
index bff137d4ea..d93191f2d8 100644
--- a/components/radio/package.json
+++ b/components/radio/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/radio",
- "version": "9.10.3",
+ "version": "9.11.0",
"description": "UI Radio",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.10.3",
+ "@dhis2/ui-constants": "9.11.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/required/package.json b/components/required/package.json
index c3e2064c09..fc0719f9f1 100644
--- a/components/required/package.json
+++ b/components/required/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/required",
- "version": "9.10.3",
+ "version": "9.11.0",
"description": "UI Required",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.10.3",
+ "@dhis2/ui-constants": "9.11.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/segmented-control/package.json b/components/segmented-control/package.json
index c5a4d3dfb9..752d35fac9 100644
--- a/components/segmented-control/package.json
+++ b/components/segmented-control/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/segmented-control",
- "version": "9.10.3",
+ "version": "9.11.0",
"description": "UI Segmented Control",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.10.3",
+ "@dhis2/ui-constants": "9.11.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/select/package.json b/components/select/package.json
index 8ddf1b5242..7dff211678 100644
--- a/components/select/package.json
+++ b/components/select/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/select",
- "version": "9.10.3",
+ "version": "9.11.0",
"description": "UI Select",
"repository": {
"type": "git",
@@ -33,21 +33,21 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/box": "9.10.3",
- "@dhis2-ui/button": "9.10.3",
- "@dhis2-ui/card": "9.10.3",
- "@dhis2-ui/checkbox": "9.10.3",
- "@dhis2-ui/chip": "9.10.3",
- "@dhis2-ui/field": "9.10.3",
- "@dhis2-ui/input": "9.10.3",
- "@dhis2-ui/layer": "9.10.3",
- "@dhis2-ui/loader": "9.10.3",
- "@dhis2-ui/popper": "9.10.3",
- "@dhis2-ui/status-icon": "9.10.3",
- "@dhis2-ui/tooltip": "9.10.3",
+ "@dhis2-ui/box": "9.11.0",
+ "@dhis2-ui/button": "9.11.0",
+ "@dhis2-ui/card": "9.11.0",
+ "@dhis2-ui/checkbox": "9.11.0",
+ "@dhis2-ui/chip": "9.11.0",
+ "@dhis2-ui/field": "9.11.0",
+ "@dhis2-ui/input": "9.11.0",
+ "@dhis2-ui/layer": "9.11.0",
+ "@dhis2-ui/loader": "9.11.0",
+ "@dhis2-ui/popper": "9.11.0",
+ "@dhis2-ui/status-icon": "9.11.0",
+ "@dhis2-ui/tooltip": "9.11.0",
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.10.3",
- "@dhis2/ui-icons": "9.10.3",
+ "@dhis2/ui-constants": "9.11.0",
+ "@dhis2/ui-icons": "9.11.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/selector-bar/package.json b/components/selector-bar/package.json
index 13b295c562..5a25e5b712 100644
--- a/components/selector-bar/package.json
+++ b/components/selector-bar/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/selector-bar",
- "version": "9.10.3",
+ "version": "9.11.0",
"description": "UI Select",
"repository": {
"type": "git",
@@ -33,21 +33,21 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/button": "9.10.3",
- "@dhis2-ui/card": "9.10.3",
- "@dhis2-ui/popper": "9.10.3",
- "@dhis2-ui/layer": "9.10.3",
- "@dhis2/ui-constants": "9.10.3",
- "@dhis2/ui-icons": "9.10.3",
+ "@dhis2-ui/button": "9.11.0",
+ "@dhis2-ui/card": "9.11.0",
+ "@dhis2-ui/popper": "9.11.0",
+ "@dhis2-ui/layer": "9.11.0",
+ "@dhis2/ui-constants": "9.11.0",
+ "@dhis2/ui-icons": "9.11.0",
"@testing-library/react": "^12.1.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
"devDependencies": {
- "@dhis2-ui/css": "9.10.3",
- "@dhis2-ui/menu": "9.10.3",
- "@dhis2-ui/organisation-unit-tree": "9.10.3",
- "@dhis2-ui/select": "9.10.3",
+ "@dhis2-ui/css": "9.11.0",
+ "@dhis2-ui/menu": "9.11.0",
+ "@dhis2-ui/organisation-unit-tree": "9.11.0",
+ "@dhis2-ui/select": "9.11.0",
"@dhis2/d2-i18n": "^1.1.0",
"@testing-library/jest-dom": "^5.16.1",
"react": "16.13",
diff --git a/components/sharing-dialog/package.json b/components/sharing-dialog/package.json
index 8927d16a78..71ccd210e3 100644
--- a/components/sharing-dialog/package.json
+++ b/components/sharing-dialog/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/sharing-dialog",
- "version": "9.10.3",
+ "version": "9.11.0",
"description": "UI SharingDialog",
"repository": {
"type": "git",
@@ -35,22 +35,22 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.10.3",
- "@dhis2-ui/button": "9.10.3",
- "@dhis2-ui/card": "9.10.3",
- "@dhis2-ui/divider": "9.10.3",
- "@dhis2-ui/input": "9.10.3",
- "@dhis2-ui/layer": "9.10.3",
- "@dhis2-ui/menu": "9.10.3",
- "@dhis2-ui/modal": "9.10.3",
- "@dhis2-ui/notice-box": "9.10.3",
- "@dhis2-ui/popper": "9.10.3",
- "@dhis2-ui/select": "9.10.3",
- "@dhis2-ui/tab": "9.10.3",
- "@dhis2-ui/tooltip": "9.10.3",
- "@dhis2-ui/user-avatar": "9.10.3",
- "@dhis2/ui-constants": "9.10.3",
- "@dhis2/ui-icons": "9.10.3",
+ "@dhis2-ui/box": "9.11.0",
+ "@dhis2-ui/button": "9.11.0",
+ "@dhis2-ui/card": "9.11.0",
+ "@dhis2-ui/divider": "9.11.0",
+ "@dhis2-ui/input": "9.11.0",
+ "@dhis2-ui/layer": "9.11.0",
+ "@dhis2-ui/menu": "9.11.0",
+ "@dhis2-ui/modal": "9.11.0",
+ "@dhis2-ui/notice-box": "9.11.0",
+ "@dhis2-ui/popper": "9.11.0",
+ "@dhis2-ui/select": "9.11.0",
+ "@dhis2-ui/tab": "9.11.0",
+ "@dhis2-ui/tooltip": "9.11.0",
+ "@dhis2-ui/user-avatar": "9.11.0",
+ "@dhis2/ui-constants": "9.11.0",
+ "@dhis2/ui-icons": "9.11.0",
"@react-hook/size": "^2.1.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
diff --git a/components/status-icon/package.json b/components/status-icon/package.json
index cfaa8739dc..fed5ffa242 100644
--- a/components/status-icon/package.json
+++ b/components/status-icon/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/status-icon",
- "version": "9.10.3",
+ "version": "9.11.0",
"description": "UI StatusIcon",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/loader": "9.10.3",
- "@dhis2/ui-constants": "9.10.3",
- "@dhis2/ui-icons": "9.10.3",
+ "@dhis2-ui/loader": "9.11.0",
+ "@dhis2/ui-constants": "9.11.0",
+ "@dhis2/ui-icons": "9.11.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/switch/package.json b/components/switch/package.json
index cbfa0bbd80..cda48420bd 100644
--- a/components/switch/package.json
+++ b/components/switch/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/switch",
- "version": "9.10.3",
+ "version": "9.11.0",
"description": "UI Switch",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/field": "9.10.3",
- "@dhis2-ui/required": "9.10.3",
- "@dhis2/ui-constants": "9.10.3",
+ "@dhis2-ui/field": "9.11.0",
+ "@dhis2-ui/required": "9.11.0",
+ "@dhis2/ui-constants": "9.11.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/tab/package.json b/components/tab/package.json
index 4f7f41664b..ce8422e855 100644
--- a/components/tab/package.json
+++ b/components/tab/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/tab",
- "version": "9.10.3",
+ "version": "9.11.0",
"description": "UI Tabs",
"repository": {
"type": "git",
@@ -32,10 +32,10 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/tooltip": "9.10.3",
+ "@dhis2-ui/tooltip": "9.11.0",
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.10.3",
- "@dhis2/ui-icons": "9.10.3",
+ "@dhis2/ui-constants": "9.11.0",
+ "@dhis2/ui-icons": "9.11.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/table/package.json b/components/table/package.json
index 52e7584bbc..90248f9b23 100644
--- a/components/table/package.json
+++ b/components/table/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/table",
- "version": "9.10.3",
+ "version": "9.11.0",
"description": "UI Table",
"repository": {
"type": "git",
@@ -34,8 +34,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.10.3",
- "@dhis2/ui-icons": "9.10.3",
+ "@dhis2/ui-constants": "9.11.0",
+ "@dhis2/ui-icons": "9.11.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/tag/package.json b/components/tag/package.json
index e014b78d85..88ac525dc8 100644
--- a/components/tag/package.json
+++ b/components/tag/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/tag",
- "version": "9.10.3",
+ "version": "9.11.0",
"description": "UI Tag",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.10.3",
+ "@dhis2/ui-constants": "9.11.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/text-area/package.json b/components/text-area/package.json
index 8ce0232247..d61cb07b73 100644
--- a/components/text-area/package.json
+++ b/components/text-area/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/text-area",
- "version": "9.10.3",
+ "version": "9.11.0",
"description": "UI TextArea",
"repository": {
"type": "git",
@@ -33,12 +33,12 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.10.3",
- "@dhis2-ui/field": "9.10.3",
- "@dhis2-ui/loader": "9.10.3",
- "@dhis2-ui/status-icon": "9.10.3",
- "@dhis2/ui-constants": "9.10.3",
- "@dhis2/ui-icons": "9.10.3",
+ "@dhis2-ui/box": "9.11.0",
+ "@dhis2-ui/field": "9.11.0",
+ "@dhis2-ui/loader": "9.11.0",
+ "@dhis2-ui/status-icon": "9.11.0",
+ "@dhis2/ui-constants": "9.11.0",
+ "@dhis2/ui-icons": "9.11.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/tooltip/package.json b/components/tooltip/package.json
index 664f943da6..38eff79f55 100644
--- a/components/tooltip/package.json
+++ b/components/tooltip/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/tooltip",
- "version": "9.10.3",
+ "version": "9.11.0",
"description": "UI Tooltip",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/popper": "9.10.3",
- "@dhis2-ui/portal": "9.10.3",
- "@dhis2/ui-constants": "9.10.3",
+ "@dhis2-ui/popper": "9.11.0",
+ "@dhis2-ui/portal": "9.11.0",
+ "@dhis2/ui-constants": "9.11.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/transfer/package.json b/components/transfer/package.json
index 6a10e1cc4f..7702824ff8 100644
--- a/components/transfer/package.json
+++ b/components/transfer/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/transfer",
- "version": "9.10.3",
+ "version": "9.11.0",
"description": "UI Transfer",
"repository": {
"type": "git",
@@ -33,12 +33,12 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.10.3",
- "@dhis2-ui/field": "9.10.3",
- "@dhis2-ui/input": "9.10.3",
- "@dhis2-ui/intersection-detector": "9.10.3",
- "@dhis2-ui/loader": "9.10.3",
- "@dhis2/ui-constants": "9.10.3",
+ "@dhis2-ui/button": "9.11.0",
+ "@dhis2-ui/field": "9.11.0",
+ "@dhis2-ui/input": "9.11.0",
+ "@dhis2-ui/intersection-detector": "9.11.0",
+ "@dhis2-ui/loader": "9.11.0",
+ "@dhis2/ui-constants": "9.11.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/user-avatar/package.json b/components/user-avatar/package.json
index 9771a95af0..bebdb44243 100644
--- a/components/user-avatar/package.json
+++ b/components/user-avatar/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/user-avatar",
- "version": "9.10.3",
+ "version": "9.11.0",
"description": "UI User Avatar",
"repository": {
"type": "git",
@@ -34,7 +34,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.10.3",
+ "@dhis2/ui-constants": "9.11.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/constants/package.json b/constants/package.json
index 259b5c84bf..a07279ab89 100644
--- a/constants/package.json
+++ b/constants/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-constants",
- "version": "9.10.3",
+ "version": "9.11.0",
"description": "Constants used in the UI libs",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
diff --git a/docs/package.json b/docs/package.json
index 21bb6dc6a1..281e685b64 100644
--- a/docs/package.json
+++ b/docs/package.json
@@ -1,6 +1,6 @@
{
"name": "ui-docusaurus",
- "version": "9.10.3",
+ "version": "9.11.0",
"private": true,
"description": "UI Docusaurus",
"repository": {
diff --git a/icons/package.json b/icons/package.json
index 69f297a568..4c52ba1999 100644
--- a/icons/package.json
+++ b/icons/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-icons",
- "version": "9.10.3",
+ "version": "9.11.0",
"description": "Icons used in the UI libs",
"main": "./build/cjs/react/index.js",
"module": "./build/es/react/index.js",
diff --git a/package.json b/package.json
index b421192991..e8adfd7a02 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-root",
- "version": "9.10.3",
+ "version": "9.11.0",
"repository": {
"type": "git",
"url": "https://github.com/dhis2/ui.git"
diff --git a/storybook/package.json b/storybook/package.json
index 8679cc66d4..d20e9f7e35 100644
--- a/storybook/package.json
+++ b/storybook/package.json
@@ -1,6 +1,6 @@
{
"name": "ui-storybook",
- "version": "9.10.3",
+ "version": "9.11.0",
"description": "UI Storybook",
"repository": {
"type": "git",
@@ -23,8 +23,8 @@
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-private-methods": "^7.13.0",
"@babel/plugin-proposal-private-property-in-object": "^7.14.0",
- "@dhis2-ui/css": "9.10.3",
- "@dhis2/ui-constants": "9.10.3",
+ "@dhis2-ui/css": "9.11.0",
+ "@dhis2/ui-constants": "9.11.0",
"@fontsource/roboto": "^4.5.0",
"@storybook/addon-a11y": "^6.3.7",
"@storybook/addon-console": "^1.2.3",
From 5060c6143e3788895ab4282ba7dc84283d62bae8 Mon Sep 17 00:00:00 2001
From: Mozafar Haider
Date: Mon, 29 Jul 2024 19:22:11 +0100
Subject: [PATCH 139/170] fix: issue with production build not loading some
dependent modules
---
storybook/src/webpack-config.js | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/storybook/src/webpack-config.js b/storybook/src/webpack-config.js
index 1a8370b119..5944c97cef 100644
--- a/storybook/src/webpack-config.js
+++ b/storybook/src/webpack-config.js
@@ -97,7 +97,12 @@ function modify_internal_package_resolutions(cfg) {
const p = require(pkg)
const name = p.name
- const index = fg.sync(`node_modules/${name}/src/**/index.js`, {
+ const pathToResolve =
+ process.env.NODE_ENV === 'production'
+ ? `node_modules/${name}/build/es/**/index.js`
+ : `node_modules/${name}/src/**/index.js`
+
+ const index = fg.sync(pathToResolve, {
depth: 1,
onlyFiles: true,
cwd: PROJECT_ROOT,
From 79053ec548022de8ba0a6ae907e5d097ed5abf67 Mon Sep 17 00:00:00 2001
From: Mohammer5
Date: Tue, 30 Jul 2024 07:58:56 +0200
Subject: [PATCH 140/170] chore(package json): remove superfluous resolutions
(react & temporal)
---
package.json | 4 ----
1 file changed, 4 deletions(-)
diff --git a/package.json b/package.json
index 240a664637..fb69bfb79a 100644
--- a/package.json
+++ b/package.json
@@ -80,9 +80,5 @@
"react-docgen": "^5.4.0",
"rimraf": "^3.0.2",
"wait-on": "^6.0.0"
- },
- "resolutions": {
- "@js-temporal/polyfill": "0.4.3",
- "react": "16.13.1"
}
}
From c18a73d71a1a59e4229adae2f964e06041eaab8b Mon Sep 17 00:00:00 2001
From: Flaminia
Date: Mon, 5 Aug 2024 06:28:16 -0700
Subject: [PATCH 141/170] fix: resolve react version (#1567)
* fix: resolve react version
* fix: update yarn.lock again
to test the build passes on CI
---------
Co-authored-by: Flaminia Cavallo
Co-authored-by: Mozafar Haider
---
package.json | 9 +-
yarn.lock | 2729 +++++++++++++++++---------------------------------
2 files changed, 923 insertions(+), 1815 deletions(-)
diff --git a/package.json b/package.json
index 9ee543ea90..26a682913e 100644
--- a/package.json
+++ b/package.json
@@ -44,8 +44,8 @@
},
"dependencies": {
"@dhis2/d2-i18n": "^1.1.0",
- "react": "16.13",
- "react-dom": "16.13",
+ "react": "^16.13",
+ "react-dom": "^16.13",
"react-scripts": "^5.0.1",
"styled-jsx": "^4.0.1"
},
@@ -72,7 +72,7 @@
"concurrently": "^6.2.1",
"cypress": "^13.8.0",
"enzyme": "^3.11.0",
- "enzyme-adapter-react-16": "^1.15.6",
+ "enzyme-adapter-react-16": "^1.15.8",
"execa": "^5.1.1",
"fast-glob": "^3.2.7",
"find-up": "^5.0.0",
@@ -80,5 +80,8 @@
"react-docgen": "^5.4.0",
"rimraf": "^3.0.2",
"wait-on": "^6.0.0"
+ },
+ "resolutions": {
+ "react": "^16.13"
}
}
diff --git a/yarn.lock b/yarn.lock
index cd555dc4f7..90ad50060e 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -182,13 +182,6 @@
jsonpointer "^5.0.0"
leven "^3.1.0"
-"@aw-web-design/x-default-browser@1.4.126":
- version "1.4.126"
- resolved "https://registry.yarnpkg.com/@aw-web-design/x-default-browser/-/x-default-browser-1.4.126.tgz#43e4bd8f0314ed907a8718d7e862a203af79bc16"
- integrity sha512-Xk1sIhyNC/esHGGVjL/niHLowM0csl/kFO5uawBy4IrWwy0o1G8LGt3jP6nmWGz+USxeeqbihAmp/oVZju6wug==
- dependencies:
- default-browser-id "3.0.0"
-
"@babel/code-frame@7.10.4":
version "7.10.4"
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.10.4.tgz#168da1a36e90da68ae8d49c0f1b48c7c6249213a"
@@ -218,10 +211,10 @@
"@babel/highlight" "^7.24.7"
picocolors "^1.0.0"
-"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.24.7":
- version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.7.tgz#d23bbea508c3883ba8251fb4164982c36ea577ed"
- integrity sha512-qJzAIcv03PyaWqxRgO4mSU3lihncDT296vnyuE2O8uA4w3UHWI4S3hgeZd1L8W1Bft40w9JxJ2b412iDUFFRhw==
+"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.25.2":
+ version "7.25.2"
+ resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.2.tgz#e41928bd33475305c586f6acbbb7e3ade7a6f7f5"
+ integrity sha512-bYcppcpKBvX4znYaPEeFau03bp89ShqNMLs+rmdptMw+heSZh9+z84d2YG+K7cYLbWwzdjtDoW/uqZmPjulClQ==
"@babel/core@7.12.3":
version "7.12.3"
@@ -268,20 +261,20 @@
source-map "^0.5.0"
"@babel/core@^7.1.0", "@babel/core@^7.1.6", "@babel/core@^7.11.1", "@babel/core@^7.12.3", "@babel/core@^7.16.0", "@babel/core@^7.18.6", "@babel/core@^7.18.9", "@babel/core@^7.19.6", "@babel/core@^7.23.0", "@babel/core@^7.24.4", "@babel/core@^7.6.2", "@babel/core@^7.7.2", "@babel/core@^7.7.5", "@babel/core@^7.8.0", "@babel/core@^7.8.4":
- version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.7.tgz#b676450141e0b52a3d43bc91da86aa608f950ac4"
- integrity sha512-nykK+LEK86ahTkX/3TgauT0ikKoNCfKHEaZYTUVupJdTLzGNvrblu4u6fa7DhZONAltdf8e662t/abY8idrd/g==
+ version "7.25.2"
+ resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.25.2.tgz#ed8eec275118d7613e77a352894cd12ded8eba77"
+ integrity sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA==
dependencies:
"@ampproject/remapping" "^2.2.0"
"@babel/code-frame" "^7.24.7"
- "@babel/generator" "^7.24.7"
- "@babel/helper-compilation-targets" "^7.24.7"
- "@babel/helper-module-transforms" "^7.24.7"
- "@babel/helpers" "^7.24.7"
- "@babel/parser" "^7.24.7"
- "@babel/template" "^7.24.7"
- "@babel/traverse" "^7.24.7"
- "@babel/types" "^7.24.7"
+ "@babel/generator" "^7.25.0"
+ "@babel/helper-compilation-targets" "^7.25.2"
+ "@babel/helper-module-transforms" "^7.25.2"
+ "@babel/helpers" "^7.25.0"
+ "@babel/parser" "^7.25.0"
+ "@babel/template" "^7.25.0"
+ "@babel/traverse" "^7.25.2"
+ "@babel/types" "^7.25.2"
convert-source-map "^2.0.0"
debug "^4.1.0"
gensync "^1.0.0-beta.2"
@@ -289,20 +282,20 @@
semver "^6.3.1"
"@babel/eslint-parser@^7.16.3":
- version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.24.7.tgz#27ebab1a1ec21f48ae191a8aaac5b82baf80d9c7"
- integrity sha512-SO5E3bVxDuxyNxM5agFv480YA2HO6ohZbGxbazZdIk3KQOPOGVNw6q78I9/lbviIf95eq6tPozeYnJLbjnC8IA==
+ version "7.25.1"
+ resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.25.1.tgz#469cee4bd18a88ff3edbdfbd227bd20e82aa9b82"
+ integrity sha512-Y956ghgTT4j7rKesabkh5WeqgSFZVFwaPR0IWFm7KFHFmmJ4afbG49SmfW4S+GyRPx0Dy5jxEWA5t0rpxfElWg==
dependencies:
"@nicolo-ribaudo/eslint-scope-5-internals" "5.1.1-v1"
eslint-visitor-keys "^2.1.0"
semver "^6.3.1"
-"@babel/generator@^7.12.1", "@babel/generator@^7.12.11", "@babel/generator@^7.12.5", "@babel/generator@^7.18.7", "@babel/generator@^7.24.4", "@babel/generator@^7.24.7", "@babel/generator@^7.7.2":
- version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.7.tgz#1654d01de20ad66b4b4d99c135471bc654c55e6d"
- integrity sha512-oipXieGC3i45Y1A41t4tAqpnEZWgB/lC6Ehh6+rOviR5XWpTtMmLN+fGjz9vOiNRt0p6RtO6DtD0pdU3vpqdSA==
+"@babel/generator@^7.12.1", "@babel/generator@^7.12.11", "@babel/generator@^7.12.5", "@babel/generator@^7.18.7", "@babel/generator@^7.25.0", "@babel/generator@^7.7.2":
+ version "7.25.0"
+ resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.25.0.tgz#f858ddfa984350bc3d3b7f125073c9af6988f18e"
+ integrity sha512-3LEEcj3PVW8pW2R1SR1M89g/qrYk/m/mB/tLqn7dn4sbBUQyTqnlod+II2U4dqiGtUmkcnAmkMDralTFZttRiw==
dependencies:
- "@babel/types" "^7.24.7"
+ "@babel/types" "^7.25.0"
"@jridgewell/gen-mapping" "^0.3.5"
"@jridgewell/trace-mapping" "^0.3.25"
jsesc "^2.5.1"
@@ -322,36 +315,34 @@
"@babel/traverse" "^7.24.7"
"@babel/types" "^7.24.7"
-"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.24.7":
- version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.24.7.tgz#4eb6c4a80d6ffeac25ab8cd9a21b5dfa48d503a9"
- integrity sha512-ctSdRHBi20qWOfy27RUb4Fhp07KSJ3sXcuSvTrXrc4aG8NSYDo1ici3Vhg9bg69y5bj0Mr1lh0aeEgTvc12rMg==
+"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.24.7", "@babel/helper-compilation-targets@^7.24.8", "@babel/helper-compilation-targets@^7.25.2":
+ version "7.25.2"
+ resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.2.tgz#e1d9410a90974a3a5a66e84ff55ef62e3c02d06c"
+ integrity sha512-U2U5LsSaZ7TAt3cfaymQ8WHh0pxvdHoEk6HVpaexxixjyEquMh0L0YNJNM6CTGKMXV1iksi0iZkGw4AcFkPaaw==
dependencies:
- "@babel/compat-data" "^7.24.7"
- "@babel/helper-validator-option" "^7.24.7"
- browserslist "^4.22.2"
+ "@babel/compat-data" "^7.25.2"
+ "@babel/helper-validator-option" "^7.24.8"
+ browserslist "^4.23.1"
lru-cache "^5.1.1"
semver "^6.3.1"
-"@babel/helper-create-class-features-plugin@^7.18.6", "@babel/helper-create-class-features-plugin@^7.21.0", "@babel/helper-create-class-features-plugin@^7.24.7":
- version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.24.7.tgz#2eaed36b3a1c11c53bdf80d53838b293c52f5b3b"
- integrity sha512-kTkaDl7c9vO80zeX1rJxnuRpEsD5tA81yh11X1gQo+PhSti3JS+7qeZo9U4RHobKRiFPKaGK3svUAeb8D0Q7eg==
+"@babel/helper-create-class-features-plugin@^7.18.6", "@babel/helper-create-class-features-plugin@^7.21.0", "@babel/helper-create-class-features-plugin@^7.24.7", "@babel/helper-create-class-features-plugin@^7.25.0":
+ version "7.25.0"
+ resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.25.0.tgz#a109bf9c3d58dfed83aaf42e85633c89f43a6253"
+ integrity sha512-GYM6BxeQsETc9mnct+nIIpf63SAyzvyYN7UB/IlTyd+MBg06afFGp0mIeUqGyWgS2mxad6vqbMrHVlaL3m70sQ==
dependencies:
"@babel/helper-annotate-as-pure" "^7.24.7"
- "@babel/helper-environment-visitor" "^7.24.7"
- "@babel/helper-function-name" "^7.24.7"
- "@babel/helper-member-expression-to-functions" "^7.24.7"
+ "@babel/helper-member-expression-to-functions" "^7.24.8"
"@babel/helper-optimise-call-expression" "^7.24.7"
- "@babel/helper-replace-supers" "^7.24.7"
+ "@babel/helper-replace-supers" "^7.25.0"
"@babel/helper-skip-transparent-expression-wrappers" "^7.24.7"
- "@babel/helper-split-export-declaration" "^7.24.7"
+ "@babel/traverse" "^7.25.0"
semver "^6.3.1"
-"@babel/helper-create-regexp-features-plugin@^7.18.6", "@babel/helper-create-regexp-features-plugin@^7.24.7":
- version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.24.7.tgz#be4f435a80dc2b053c76eeb4b7d16dd22cfc89da"
- integrity sha512-03TCmXy2FtXJEZfbXDTSqq1fRJArk7lX9DOFC/47VthYcxyIOx+eXQmdo6DOQvrbpIix+KfXwvuXdFDZHxt+rA==
+"@babel/helper-create-regexp-features-plugin@^7.18.6", "@babel/helper-create-regexp-features-plugin@^7.24.7", "@babel/helper-create-regexp-features-plugin@^7.25.0":
+ version "7.25.2"
+ resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.25.2.tgz#24c75974ed74183797ffd5f134169316cd1808d9"
+ integrity sha512-+wqVGP+DFmqwFD3EH6TMTfUNeqDehV3E/dl+Sd54eaXqm17tEUNbEIn4sVivVowbvUpOtIGxdo3GoXyDH9N/9g==
dependencies:
"@babel/helper-annotate-as-pure" "^7.24.7"
regexpu-core "^5.3.1"
@@ -368,35 +359,13 @@
lodash.debounce "^4.0.8"
resolve "^1.14.2"
-"@babel/helper-environment-visitor@^7.24.7":
- version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.24.7.tgz#4b31ba9551d1f90781ba83491dd59cf9b269f7d9"
- integrity sha512-DoiN84+4Gnd0ncbBOM9AZENV4a5ZiL39HYMyZJGZ/AZEykHYdJw0wW3kdcsh9/Kn+BRXHLkkklZ51ecPKmI1CQ==
- dependencies:
- "@babel/types" "^7.24.7"
-
-"@babel/helper-function-name@^7.24.7":
- version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.24.7.tgz#75f1e1725742f39ac6584ee0b16d94513da38dd2"
- integrity sha512-FyoJTsj/PEUWu1/TYRiXTIHc8lbw+TDYkZuoE43opPS5TrI7MyONBE1oNvfguEXAD9yhQRrVBnXdXzSLQl9XnA==
- dependencies:
- "@babel/template" "^7.24.7"
- "@babel/types" "^7.24.7"
-
-"@babel/helper-hoist-variables@^7.24.7":
- version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.24.7.tgz#b4ede1cde2fd89436397f30dc9376ee06b0f25ee"
- integrity sha512-MJJwhkoGy5c4ehfoRyrJ/owKeMl19U54h27YYftT0o2teQ3FJ3nQUf/I3LlJsX4l3qlw7WRXUmiyajvHXoTubQ==
+"@babel/helper-member-expression-to-functions@^7.24.8":
+ version "7.24.8"
+ resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.24.8.tgz#6155e079c913357d24a4c20480db7c712a5c3fb6"
+ integrity sha512-LABppdt+Lp/RlBxqrh4qgf1oEH/WxdzQNDJIu5gC/W1GyvPVrOBiItmmM8wan2fm4oYqFuFfkXmlGpLQhPY8CA==
dependencies:
- "@babel/types" "^7.24.7"
-
-"@babel/helper-member-expression-to-functions@^7.24.7":
- version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.24.7.tgz#67613d068615a70e4ed5101099affc7a41c5225f"
- integrity sha512-LGeMaf5JN4hAT471eJdBs/GK1DoYIJ5GCtZN/EsL6KUiiDZOvO/eKE11AMZJa2zP4zk4qe9V2O/hxAmkRc8p6w==
- dependencies:
- "@babel/traverse" "^7.24.7"
- "@babel/types" "^7.24.7"
+ "@babel/traverse" "^7.24.8"
+ "@babel/types" "^7.24.8"
"@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.10.4", "@babel/helper-module-imports@^7.24.7":
version "7.24.7"
@@ -406,16 +375,15 @@
"@babel/traverse" "^7.24.7"
"@babel/types" "^7.24.7"
-"@babel/helper-module-transforms@^7.12.1", "@babel/helper-module-transforms@^7.24.7":
- version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.24.7.tgz#31b6c9a2930679498db65b685b1698bfd6c7daf8"
- integrity sha512-1fuJEwIrp+97rM4RWdO+qrRsZlAeL1lQJoPqtCYWv0NL115XM93hIH4CSRln2w52SqvmY5hqdtauB6QFCDiZNQ==
+"@babel/helper-module-transforms@^7.12.1", "@babel/helper-module-transforms@^7.24.7", "@babel/helper-module-transforms@^7.24.8", "@babel/helper-module-transforms@^7.25.0", "@babel/helper-module-transforms@^7.25.2":
+ version "7.25.2"
+ resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.25.2.tgz#ee713c29768100f2776edf04d4eb23b8d27a66e6"
+ integrity sha512-BjyRAbix6j/wv83ftcVJmBt72QtHI56C7JXZoG2xATiLpmoC7dpd8WnkikExHDVPpi/3qCmO6WY1EaXOluiecQ==
dependencies:
- "@babel/helper-environment-visitor" "^7.24.7"
"@babel/helper-module-imports" "^7.24.7"
"@babel/helper-simple-access" "^7.24.7"
- "@babel/helper-split-export-declaration" "^7.24.7"
"@babel/helper-validator-identifier" "^7.24.7"
+ "@babel/traverse" "^7.25.2"
"@babel/helper-optimise-call-expression@^7.24.7":
version "7.24.7"
@@ -429,28 +397,28 @@
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz#2f75a831269d4f677de49986dff59927533cf375"
integrity sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==
-"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.20.2", "@babel/helper-plugin-utils@^7.22.5", "@babel/helper-plugin-utils@^7.24.7", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
- version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.7.tgz#98c84fe6fe3d0d3ae7bfc3a5e166a46844feb2a0"
- integrity sha512-Rq76wjt7yz9AAc1KnlRKNAi/dMSVWgDRx43FHoJEbcYU6xOWaE2dVPwcdTukJrjxS65GITyfbvEYHvkirZ6uEg==
+"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.20.2", "@babel/helper-plugin-utils@^7.22.5", "@babel/helper-plugin-utils@^7.24.7", "@babel/helper-plugin-utils@^7.24.8", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
+ version "7.24.8"
+ resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.8.tgz#94ee67e8ec0e5d44ea7baeb51e571bd26af07878"
+ integrity sha512-FFWx5142D8h2Mgr/iPVGH5G7w6jDn4jUSpZTyDnQO0Yn7Ks2Kuz6Pci8H6MPCoUJegd/UZQ3tAvfLCxQSnWWwg==
-"@babel/helper-remap-async-to-generator@^7.24.7":
- version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.24.7.tgz#b3f0f203628522713849d49403f1a414468be4c7"
- integrity sha512-9pKLcTlZ92hNZMQfGCHImUpDOlAgkkpqalWEeftW5FBya75k8Li2ilerxkM/uBEj01iBZXcCIB/bwvDYgWyibA==
+"@babel/helper-remap-async-to-generator@^7.24.7", "@babel/helper-remap-async-to-generator@^7.25.0":
+ version "7.25.0"
+ resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.25.0.tgz#d2f0fbba059a42d68e5e378feaf181ef6055365e"
+ integrity sha512-NhavI2eWEIz/H9dbrG0TuOicDhNexze43i5z7lEqwYm0WEZVTwnPpA0EafUTP7+6/W79HWIP2cTe3Z5NiSTVpw==
dependencies:
"@babel/helper-annotate-as-pure" "^7.24.7"
- "@babel/helper-environment-visitor" "^7.24.7"
- "@babel/helper-wrap-function" "^7.24.7"
+ "@babel/helper-wrap-function" "^7.25.0"
+ "@babel/traverse" "^7.25.0"
-"@babel/helper-replace-supers@^7.24.7":
- version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.24.7.tgz#f933b7eed81a1c0265740edc91491ce51250f765"
- integrity sha512-qTAxxBM81VEyoAY0TtLrx1oAEJc09ZK67Q9ljQToqCnA+55eNwCORaxlKyu+rNfX86o8OXRUSNUnrtsAZXM9sg==
+"@babel/helper-replace-supers@^7.24.7", "@babel/helper-replace-supers@^7.25.0":
+ version "7.25.0"
+ resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.25.0.tgz#ff44deac1c9f619523fe2ca1fd650773792000a9"
+ integrity sha512-q688zIvQVYtZu+i2PsdIu/uWGRpfxzr5WESsfpShfZECkO+d2o+WROWezCi/Q6kJ0tfPa5+pUGUlfx2HhrA3Bg==
dependencies:
- "@babel/helper-environment-visitor" "^7.24.7"
- "@babel/helper-member-expression-to-functions" "^7.24.7"
+ "@babel/helper-member-expression-to-functions" "^7.24.8"
"@babel/helper-optimise-call-expression" "^7.24.7"
+ "@babel/traverse" "^7.25.0"
"@babel/helper-simple-access@^7.24.7":
version "7.24.7"
@@ -468,45 +436,37 @@
"@babel/traverse" "^7.24.7"
"@babel/types" "^7.24.7"
-"@babel/helper-split-export-declaration@^7.24.7":
- version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.7.tgz#83949436890e07fa3d6873c61a96e3bbf692d856"
- integrity sha512-oy5V7pD+UvfkEATUKvIjvIAH/xCzfsFVw7ygW2SI6NClZzquT+mwdTfgfdbUiceh6iQO0CHtCPsyze/MZ2YbAA==
- dependencies:
- "@babel/types" "^7.24.7"
-
-"@babel/helper-string-parser@^7.24.7":
- version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.7.tgz#4d2d0f14820ede3b9807ea5fc36dfc8cd7da07f2"
- integrity sha512-7MbVt6xrwFQbunH2DNQsAP5sTGxfqQtErvBIvIMi6EQnbgUOuVYanvREcmFrOPhoXBrTtjhhP+lW+o5UfK+tDg==
+"@babel/helper-string-parser@^7.24.8":
+ version "7.24.8"
+ resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz#5b3329c9a58803d5df425e5785865881a81ca48d"
+ integrity sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==
"@babel/helper-validator-identifier@^7.14.9", "@babel/helper-validator-identifier@^7.24.7":
version "7.24.7"
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz#75b889cfaf9e35c2aaf42cf0d72c8e91719251db"
integrity sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==
-"@babel/helper-validator-option@^7.24.7":
- version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.24.7.tgz#24c3bb77c7a425d1742eec8fb433b5a1b38e62f6"
- integrity sha512-yy1/KvjhV/ZCL+SM7hBrvnZJ3ZuT9OuZgIJAGpPEToANvc3iM6iDvBnRjtElWibHU6n8/LPR/EjX9EtIEYO3pw==
+"@babel/helper-validator-option@^7.24.7", "@babel/helper-validator-option@^7.24.8":
+ version "7.24.8"
+ resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.24.8.tgz#3725cdeea8b480e86d34df15304806a06975e33d"
+ integrity sha512-xb8t9tD1MHLungh/AIoWYN+gVHaB9kwlu8gffXGSt3FFEIT7RjS+xWbc2vUD1UTZdIpKj/ab3rdqJ7ufngyi2Q==
-"@babel/helper-wrap-function@^7.24.7":
- version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.24.7.tgz#52d893af7e42edca7c6d2c6764549826336aae1f"
- integrity sha512-N9JIYk3TD+1vq/wn77YnJOqMtfWhNewNE+DJV4puD2X7Ew9J4JvrzrFDfTfyv5EgEXVy9/Wt8QiOErzEmv5Ifw==
+"@babel/helper-wrap-function@^7.25.0":
+ version "7.25.0"
+ resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.25.0.tgz#dab12f0f593d6ca48c0062c28bcfb14ebe812f81"
+ integrity sha512-s6Q1ebqutSiZnEjaofc/UKDyC4SbzV5n5SrA2Gq8UawLycr3i04f1dX4OzoQVnexm6aOCh37SQNYlJ/8Ku+PMQ==
dependencies:
- "@babel/helper-function-name" "^7.24.7"
- "@babel/template" "^7.24.7"
- "@babel/traverse" "^7.24.7"
- "@babel/types" "^7.24.7"
+ "@babel/template" "^7.25.0"
+ "@babel/traverse" "^7.25.0"
+ "@babel/types" "^7.25.0"
-"@babel/helpers@^7.12.1", "@babel/helpers@^7.12.5", "@babel/helpers@^7.24.7":
- version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.7.tgz#aa2ccda29f62185acb5d42fb4a3a1b1082107416"
- integrity sha512-NlmJJtvcw72yRJRcnCmGvSi+3jDEg8qFu3z0AFoymmzLx5ERVWyzd9kVXr7Th9/8yIJi2Zc6av4Tqz3wFs8QWg==
+"@babel/helpers@^7.12.1", "@babel/helpers@^7.12.5", "@babel/helpers@^7.25.0":
+ version "7.25.0"
+ resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.25.0.tgz#e69beb7841cb93a6505531ede34f34e6a073650a"
+ integrity sha512-MjgLZ42aCm0oGjJj8CtSM3DB8NOOf8h2l7DCTePJs29u+v7yO/RBX9nShlKMgFnRks/Q4tBAe7Hxnov9VkGwLw==
dependencies:
- "@babel/template" "^7.24.7"
- "@babel/types" "^7.24.7"
+ "@babel/template" "^7.25.0"
+ "@babel/types" "^7.25.0"
"@babel/highlight@^7.10.4", "@babel/highlight@^7.24.7", "@babel/highlight@^7.8.3":
version "7.24.7"
@@ -518,25 +478,34 @@
js-tokens "^4.0.0"
picocolors "^1.0.0"
-"@babel/parser@^7.1.0", "@babel/parser@^7.1.6", "@babel/parser@^7.12.3", "@babel/parser@^7.12.7", "@babel/parser@^7.14.7", "@babel/parser@^7.17.0", "@babel/parser@^7.18.8", "@babel/parser@^7.20.7", "@babel/parser@^7.23.0", "@babel/parser@^7.24.4", "@babel/parser@^7.24.7", "@babel/parser@^7.7.0", "@babel/parser@^7.9.4":
- version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.7.tgz#9a5226f92f0c5c8ead550b750f5608e766c8ce85"
- integrity sha512-9uUYRm6OqQrCqQdG1iCBwBPZgN8ciDBro2nIOFaiRz1/BCxaI7CNvQbDHvsArAC7Tw9Hda/B3U+6ui9u4HWXPw==
+"@babel/parser@^7.1.0", "@babel/parser@^7.1.6", "@babel/parser@^7.12.3", "@babel/parser@^7.12.7", "@babel/parser@^7.14.7", "@babel/parser@^7.17.0", "@babel/parser@^7.18.8", "@babel/parser@^7.20.7", "@babel/parser@^7.23.0", "@babel/parser@^7.25.0", "@babel/parser@^7.25.3", "@babel/parser@^7.7.0", "@babel/parser@^7.9.4":
+ version "7.25.3"
+ resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.3.tgz#91fb126768d944966263f0657ab222a642b82065"
+ integrity sha512-iLTJKDbJ4hMvFPgQwwsVoxtHyWpKKPBrxkANrSYewDPaPpT5py5yeVkgPIJ7XYXhndxJpaA3PyALSXQ7u8e/Dw==
+ dependencies:
+ "@babel/types" "^7.25.2"
-"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.24.7":
- version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.24.7.tgz#fd059fd27b184ea2b4c7e646868a9a381bbc3055"
- integrity sha512-TiT1ss81W80eQsN+722OaeQMY/G4yTb4G9JrqeiDADs3N8lbPMGldWi9x8tyqCW5NLx1Jh2AvkE6r6QvEltMMQ==
+"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.3":
+ version "7.25.3"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.3.tgz#dca427b45a6c0f5c095a1c639dfe2476a3daba7f"
+ integrity sha512-wUrcsxZg6rqBXG05HG1FPYgsP6EvwF4WpBbxIpWIIYnH8wG0gzx3yZY3dtEHas4sTAOGkbTsc9EGPxwff8lRoA==
dependencies:
- "@babel/helper-environment-visitor" "^7.24.7"
- "@babel/helper-plugin-utils" "^7.24.7"
+ "@babel/helper-plugin-utils" "^7.24.8"
+ "@babel/traverse" "^7.25.3"
-"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.24.7":
- version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.24.7.tgz#468096ca44bbcbe8fcc570574e12eb1950e18107"
- integrity sha512-unaQgZ/iRu/By6tsjMZzpeBZjChYfLYry6HrEXPoz3KmfF0sVBQ1l8zKMQ4xRGLWVsjuvB8nQfjNP/DcfEOCsg==
+"@babel/plugin-bugfix-safari-class-field-initializer-scope@^7.25.0":
+ version "7.25.0"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-class-field-initializer-scope/-/plugin-bugfix-safari-class-field-initializer-scope-7.25.0.tgz#cd0c583e01369ef51676bdb3d7b603e17d2b3f73"
+ integrity sha512-Bm4bH2qsX880b/3ziJ8KD711LT7z4u8CFudmjqle65AZj/HNUFhEf90dqYv6O86buWvSBmeQDjv0Tn2aF/bIBA==
dependencies:
- "@babel/helper-plugin-utils" "^7.24.7"
+ "@babel/helper-plugin-utils" "^7.24.8"
+
+"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.25.0":
+ version "7.25.0"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.25.0.tgz#749bde80356b295390954643de7635e0dffabe73"
+ integrity sha512-lXwdNZtTmeVOOFtwM/WDe7yg1PL8sYhRk/XH0FzbR2HDQ0xC+EnQ/JHeoMYSavtU115tnUk0q9CDyq8si+LMAA==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.24.8"
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.24.7":
version "7.24.7"
@@ -547,13 +516,13 @@
"@babel/helper-skip-transparent-expression-wrappers" "^7.24.7"
"@babel/plugin-transform-optional-chaining" "^7.24.7"
-"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@^7.24.7":
- version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.24.7.tgz#71b21bb0286d5810e63a1538aa901c58e87375ec"
- integrity sha512-utA4HuR6F4Vvcr+o4DnjL8fCOlgRFGbeeBEGNg3ZTrLFw6VWG5XmUrvcQ0FjIYMU2ST4XcR2Wsp7t9qOAPnxMg==
+"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@^7.25.0":
+ version "7.25.0"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.25.0.tgz#3a82a70e7cb7294ad2559465ebcb871dfbf078fb"
+ integrity sha512-tggFrk1AIShG/RUQbEwt2Tr/E+ObkfwrPjR6BjbRvsx24+PSjK8zrq0GWPNCjo8qpRx4DuJzlcvWJqlm+0h3kw==
dependencies:
- "@babel/helper-environment-visitor" "^7.24.7"
- "@babel/helper-plugin-utils" "^7.24.7"
+ "@babel/helper-plugin-utils" "^7.24.8"
+ "@babel/traverse" "^7.25.0"
"@babel/plugin-proposal-class-properties@^7.1.0", "@babel/plugin-proposal-class-properties@^7.13.0", "@babel/plugin-proposal-class-properties@^7.16.0", "@babel/plugin-proposal-class-properties@^7.8.3":
version "7.18.6"
@@ -812,15 +781,15 @@
dependencies:
"@babel/helper-plugin-utils" "^7.24.7"
-"@babel/plugin-transform-async-generator-functions@^7.24.7":
- version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.24.7.tgz#7330a5c50e05181ca52351b8fd01642000c96cfd"
- integrity sha512-o+iF77e3u7ZS4AoAuJvapz9Fm001PuD2V3Lp6OSE4FYQke+cSewYtnek+THqGRWyQloRCyvWL1OkyfNEl9vr/g==
+"@babel/plugin-transform-async-generator-functions@^7.25.0":
+ version "7.25.0"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.25.0.tgz#b785cf35d73437f6276b1e30439a57a50747bddf"
+ integrity sha512-uaIi2FdqzjpAMvVqvB51S42oC2JEVgh0LDsGfZVDysWE8LrJtQC2jvKmOqEYThKyB7bDEb7BP1GYWDm7tABA0Q==
dependencies:
- "@babel/helper-environment-visitor" "^7.24.7"
- "@babel/helper-plugin-utils" "^7.24.7"
- "@babel/helper-remap-async-to-generator" "^7.24.7"
+ "@babel/helper-plugin-utils" "^7.24.8"
+ "@babel/helper-remap-async-to-generator" "^7.25.0"
"@babel/plugin-syntax-async-generators" "^7.8.4"
+ "@babel/traverse" "^7.25.0"
"@babel/plugin-transform-async-to-generator@^7.24.7":
version "7.24.7"
@@ -838,12 +807,12 @@
dependencies:
"@babel/helper-plugin-utils" "^7.24.7"
-"@babel/plugin-transform-block-scoping@^7.24.7":
- version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.24.7.tgz#42063e4deb850c7bd7c55e626bf4e7ab48e6ce02"
- integrity sha512-Nd5CvgMbWc+oWzBsuaMcbwjJWAcp5qzrbg69SZdHSP7AMY0AbWFqFO0WTFCA1jxhMCwodRwvRec8k0QUbZk7RQ==
+"@babel/plugin-transform-block-scoping@^7.25.0":
+ version "7.25.0"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.25.0.tgz#23a6ed92e6b006d26b1869b1c91d1b917c2ea2ac"
+ integrity sha512-yBQjYoOjXlFv9nlXb3f1casSHOZkWr29NX+zChVanLg5Nc157CrbEX9D7hxxtTpuFy7Q0YzmmWfJxzvps4kXrQ==
dependencies:
- "@babel/helper-plugin-utils" "^7.24.7"
+ "@babel/helper-plugin-utils" "^7.24.8"
"@babel/plugin-transform-class-properties@^7.22.5", "@babel/plugin-transform-class-properties@^7.24.7":
version "7.24.7"
@@ -862,18 +831,16 @@
"@babel/helper-plugin-utils" "^7.24.7"
"@babel/plugin-syntax-class-static-block" "^7.14.5"
-"@babel/plugin-transform-classes@^7.24.7":
- version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.24.7.tgz#4ae6ef43a12492134138c1e45913f7c46c41b4bf"
- integrity sha512-CFbbBigp8ln4FU6Bpy6g7sE8B/WmCmzvivzUC6xDAdWVsjYTXijpuuGJmYkAaoWAzcItGKT3IOAbxRItZ5HTjw==
+"@babel/plugin-transform-classes@^7.25.0":
+ version "7.25.0"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.25.0.tgz#63122366527d88e0ef61b612554fe3f8c793991e"
+ integrity sha512-xyi6qjr/fYU304fiRwFbekzkqVJZ6A7hOjWZd+89FVcBqPV3S9Wuozz82xdpLspckeaafntbzglaW4pqpzvtSw==
dependencies:
"@babel/helper-annotate-as-pure" "^7.24.7"
- "@babel/helper-compilation-targets" "^7.24.7"
- "@babel/helper-environment-visitor" "^7.24.7"
- "@babel/helper-function-name" "^7.24.7"
- "@babel/helper-plugin-utils" "^7.24.7"
- "@babel/helper-replace-supers" "^7.24.7"
- "@babel/helper-split-export-declaration" "^7.24.7"
+ "@babel/helper-compilation-targets" "^7.24.8"
+ "@babel/helper-plugin-utils" "^7.24.8"
+ "@babel/helper-replace-supers" "^7.25.0"
+ "@babel/traverse" "^7.25.0"
globals "^11.1.0"
"@babel/plugin-transform-computed-properties@^7.24.7":
@@ -884,12 +851,12 @@
"@babel/helper-plugin-utils" "^7.24.7"
"@babel/template" "^7.24.7"
-"@babel/plugin-transform-destructuring@^7.24.7":
- version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.24.7.tgz#a097f25292defb6e6cc16d6333a4cfc1e3c72d9e"
- integrity sha512-19eJO/8kdCQ9zISOf+SEUJM/bAUIsvY3YDnXZTupUCQ8LgrWnsG/gFB9dvXqdXnRXMAM8fvt7b0CBKQHNGy1mw==
+"@babel/plugin-transform-destructuring@^7.24.8":
+ version "7.24.8"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.24.8.tgz#c828e814dbe42a2718a838c2a2e16a408e055550"
+ integrity sha512-36e87mfY8TnRxc7yc6M9g9gOB7rKgSahqkIKwLpz4Ppk2+zC2Cy1is0uwtuSG6AE4zlTOUa+7JGz9jCJGLqQFQ==
dependencies:
- "@babel/helper-plugin-utils" "^7.24.7"
+ "@babel/helper-plugin-utils" "^7.24.8"
"@babel/plugin-transform-dotall-regex@^7.24.7":
version "7.24.7"
@@ -906,6 +873,14 @@
dependencies:
"@babel/helper-plugin-utils" "^7.24.7"
+"@babel/plugin-transform-duplicate-named-capturing-groups-regex@^7.25.0":
+ version "7.25.0"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-named-capturing-groups-regex/-/plugin-transform-duplicate-named-capturing-groups-regex-7.25.0.tgz#809af7e3339466b49c034c683964ee8afb3e2604"
+ integrity sha512-YLpb4LlYSc3sCUa35un84poXoraOiQucUTTu8X1j18JV+gNa8E0nyUf/CjZ171IRGr4jEguF+vzJU66QZhn29g==
+ dependencies:
+ "@babel/helper-create-regexp-features-plugin" "^7.25.0"
+ "@babel/helper-plugin-utils" "^7.24.8"
+
"@babel/plugin-transform-dynamic-import@^7.24.7":
version "7.24.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.24.7.tgz#4d8b95e3bae2b037673091aa09cd33fecd6419f4"
@@ -931,11 +906,11 @@
"@babel/plugin-syntax-export-namespace-from" "^7.8.3"
"@babel/plugin-transform-flow-strip-types@^7.16.0", "@babel/plugin-transform-flow-strip-types@^7.24.7":
- version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.24.7.tgz#ae454e62219288fbb734541ab00389bfb13c063e"
- integrity sha512-cjRKJ7FobOH2eakx7Ja+KpJRj8+y+/SiB3ooYm/n2UJfxu0oEaOoxOinitkJcPqv9KxS0kxTGPUaR7L2XcXDXA==
+ version "7.25.2"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.25.2.tgz#b3aa251db44959b7a7c82abcd6b4225dec7d2258"
+ integrity sha512-InBZ0O8tew5V0K6cHcQ+wgxlrjOw1W4wDXLkOTjLRD8GYhTSkxTVBtdy3MMtvYBrbAWa1Qm3hNoTc1620Yj+Mg==
dependencies:
- "@babel/helper-plugin-utils" "^7.24.7"
+ "@babel/helper-plugin-utils" "^7.24.8"
"@babel/plugin-syntax-flow" "^7.24.7"
"@babel/plugin-transform-for-of@^7.24.7":
@@ -946,14 +921,14 @@
"@babel/helper-plugin-utils" "^7.24.7"
"@babel/helper-skip-transparent-expression-wrappers" "^7.24.7"
-"@babel/plugin-transform-function-name@^7.24.7":
- version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.24.7.tgz#6d8601fbffe665c894440ab4470bc721dd9131d6"
- integrity sha512-U9FcnA821YoILngSmYkW6FjyQe2TyZD5pHt4EVIhmcTkrJw/3KqcrRSxuOo5tFZJi7TE19iDyI1u+weTI7bn2w==
+"@babel/plugin-transform-function-name@^7.25.1":
+ version "7.25.1"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.25.1.tgz#b85e773097526c1a4fc4ba27322748643f26fc37"
+ integrity sha512-TVVJVdW9RKMNgJJlLtHsKDTydjZAbwIsn6ySBPQaEAUU5+gVvlJt/9nRmqVbsV/IBanRjzWoaAQKLoamWVOUuA==
dependencies:
- "@babel/helper-compilation-targets" "^7.24.7"
- "@babel/helper-function-name" "^7.24.7"
- "@babel/helper-plugin-utils" "^7.24.7"
+ "@babel/helper-compilation-targets" "^7.24.8"
+ "@babel/helper-plugin-utils" "^7.24.8"
+ "@babel/traverse" "^7.25.1"
"@babel/plugin-transform-json-strings@^7.24.7":
version "7.24.7"
@@ -963,12 +938,12 @@
"@babel/helper-plugin-utils" "^7.24.7"
"@babel/plugin-syntax-json-strings" "^7.8.3"
-"@babel/plugin-transform-literals@^7.24.7":
- version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.24.7.tgz#36b505c1e655151a9d7607799a9988fc5467d06c"
- integrity sha512-vcwCbb4HDH+hWi8Pqenwnjy+UiklO4Kt1vfspcQYFhJdpthSnW8XvWGyDZWKNVrVbVViI/S7K9PDJZiUmP2fYQ==
+"@babel/plugin-transform-literals@^7.25.2":
+ version "7.25.2"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.25.2.tgz#deb1ad14fc5490b9a65ed830e025bca849d8b5f3"
+ integrity sha512-HQI+HcTbm9ur3Z2DkO+jgESMAMcYLuN/A7NRw9juzxAezN9AvqvUTnpKP/9kkYANz6u7dFlAyOu44ejuGySlfw==
dependencies:
- "@babel/helper-plugin-utils" "^7.24.7"
+ "@babel/helper-plugin-utils" "^7.24.8"
"@babel/plugin-transform-logical-assignment-operators@^7.24.7":
version "7.24.7"
@@ -993,24 +968,24 @@
"@babel/helper-module-transforms" "^7.24.7"
"@babel/helper-plugin-utils" "^7.24.7"
-"@babel/plugin-transform-modules-commonjs@^7.1.0", "@babel/plugin-transform-modules-commonjs@^7.23.0", "@babel/plugin-transform-modules-commonjs@^7.24.7":
- version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.24.7.tgz#9fd5f7fdadee9085886b183f1ad13d1ab260f4ab"
- integrity sha512-iFI8GDxtevHJ/Z22J5xQpVqFLlMNstcLXh994xifFwxxGslr2ZXXLWgtBeLctOD63UFDArdvN6Tg8RFw+aEmjQ==
+"@babel/plugin-transform-modules-commonjs@^7.1.0", "@babel/plugin-transform-modules-commonjs@^7.23.0", "@babel/plugin-transform-modules-commonjs@^7.24.7", "@babel/plugin-transform-modules-commonjs@^7.24.8":
+ version "7.24.8"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.24.8.tgz#ab6421e564b717cb475d6fff70ae7f103536ea3c"
+ integrity sha512-WHsk9H8XxRs3JXKWFiqtQebdh9b/pTk4EgueygFzYlTKAg0Ud985mSevdNjdXdFBATSKVJGQXP1tv6aGbssLKA==
dependencies:
- "@babel/helper-module-transforms" "^7.24.7"
- "@babel/helper-plugin-utils" "^7.24.7"
+ "@babel/helper-module-transforms" "^7.24.8"
+ "@babel/helper-plugin-utils" "^7.24.8"
"@babel/helper-simple-access" "^7.24.7"
-"@babel/plugin-transform-modules-systemjs@^7.24.7":
- version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.24.7.tgz#f8012316c5098f6e8dee6ecd58e2bc6f003d0ce7"
- integrity sha512-GYQE0tW7YoaN13qFh3O1NCY4MPkUiAH3fiF7UcV/I3ajmDKEdG3l+UOcbAm4zUE3gnvUU+Eni7XrVKo9eO9auw==
+"@babel/plugin-transform-modules-systemjs@^7.25.0":
+ version "7.25.0"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.25.0.tgz#8f46cdc5f9e5af74f3bd019485a6cbe59685ea33"
+ integrity sha512-YPJfjQPDXxyQWg/0+jHKj1llnY5f/R6a0p/vP4lPymxLu7Lvl4k2WMitqi08yxwQcCVUUdG9LCUj4TNEgAp3Jw==
dependencies:
- "@babel/helper-hoist-variables" "^7.24.7"
- "@babel/helper-module-transforms" "^7.24.7"
- "@babel/helper-plugin-utils" "^7.24.7"
+ "@babel/helper-module-transforms" "^7.25.0"
+ "@babel/helper-plugin-utils" "^7.24.8"
"@babel/helper-validator-identifier" "^7.24.7"
+ "@babel/traverse" "^7.25.0"
"@babel/plugin-transform-modules-umd@^7.24.7":
version "7.24.7"
@@ -1077,12 +1052,12 @@
"@babel/helper-plugin-utils" "^7.24.7"
"@babel/plugin-syntax-optional-catch-binding" "^7.8.3"
-"@babel/plugin-transform-optional-chaining@^7.23.0", "@babel/plugin-transform-optional-chaining@^7.24.7":
- version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.24.7.tgz#b8f6848a80cf2da98a8a204429bec04756c6d454"
- integrity sha512-tK+0N9yd4j+x/4hxF3F0e0fu/VdcxU18y5SevtyM/PCFlQvXbR0Zmlo2eBrKtVipGNFzpq56o8WsIIKcJFUCRQ==
+"@babel/plugin-transform-optional-chaining@^7.23.0", "@babel/plugin-transform-optional-chaining@^7.24.7", "@babel/plugin-transform-optional-chaining@^7.24.8":
+ version "7.24.8"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.24.8.tgz#bb02a67b60ff0406085c13d104c99a835cdf365d"
+ integrity sha512-5cTOLSMs9eypEy8JUVvIKOu6NgvbJMnpG62VpIHrTmROdQ+L5mDAaI40g25k5vXti55JWNX5jCkq3HZxXBQANw==
dependencies:
- "@babel/helper-plugin-utils" "^7.24.7"
+ "@babel/helper-plugin-utils" "^7.24.8"
"@babel/helper-skip-transparent-expression-wrappers" "^7.24.7"
"@babel/plugin-syntax-optional-chaining" "^7.8.3"
@@ -1119,11 +1094,11 @@
"@babel/helper-plugin-utils" "^7.24.7"
"@babel/plugin-transform-react-constant-elements@^7.12.1", "@babel/plugin-transform-react-constant-elements@^7.18.12":
- version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-constant-elements/-/plugin-transform-react-constant-elements-7.24.7.tgz#b85e8f240b14400277f106c9c9b585d9acf608a1"
- integrity sha512-7LidzZfUXyfZ8/buRW6qIIHBY8wAZ1OrY9c/wTr8YhZ6vMPo+Uc/CVFLYY1spZrEQlD4w5u8wjqk5NQ3OVqQKA==
+ version "7.25.1"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-constant-elements/-/plugin-transform-react-constant-elements-7.25.1.tgz#71a665ed16ce618067d05f4a98130207349d82ae"
+ integrity sha512-SLV/giH/V4SmloZ6Dt40HjTGTAIkxn33TVIHxNGNvo8ezMhrxBkzisj4op1KZYPIOHFLqhv60OHvX+YRu4xbmQ==
dependencies:
- "@babel/helper-plugin-utils" "^7.24.7"
+ "@babel/helper-plugin-utils" "^7.24.8"
"@babel/plugin-transform-react-display-name@^7.16.0", "@babel/plugin-transform-react-display-name@^7.24.7":
version "7.24.7"
@@ -1140,15 +1115,15 @@
"@babel/plugin-transform-react-jsx" "^7.24.7"
"@babel/plugin-transform-react-jsx@^7.24.7":
- version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.24.7.tgz#17cd06b75a9f0e2bd076503400e7c4b99beedac4"
- integrity sha512-+Dj06GDZEFRYvclU6k4bme55GKBEWUmByM/eoKuqg4zTNQHiApWRhQph5fxQB2wAEFvRzL1tOEj1RJ19wJrhoA==
+ version "7.25.2"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.25.2.tgz#e37e8ebfa77e9f0b16ba07fadcb6adb47412227a"
+ integrity sha512-KQsqEAVBpU82NM/B/N9j9WOdphom1SZH3R+2V7INrQUH+V9EBFwZsEJl8eBIVeQE62FxJCc70jzEZwqU7RcVqA==
dependencies:
"@babel/helper-annotate-as-pure" "^7.24.7"
"@babel/helper-module-imports" "^7.24.7"
- "@babel/helper-plugin-utils" "^7.24.7"
+ "@babel/helper-plugin-utils" "^7.24.8"
"@babel/plugin-syntax-jsx" "^7.24.7"
- "@babel/types" "^7.24.7"
+ "@babel/types" "^7.25.2"
"@babel/plugin-transform-react-pure-annotations@^7.24.7":
version "7.24.7"
@@ -1214,21 +1189,22 @@
dependencies:
"@babel/helper-plugin-utils" "^7.24.7"
-"@babel/plugin-transform-typeof-symbol@^7.24.7":
- version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.24.7.tgz#f074be466580d47d6e6b27473a840c9f9ca08fb0"
- integrity sha512-VtR8hDy7YLB7+Pet9IarXjg/zgCMSF+1mNS/EQEiEaUPoFXCVsHG64SIxcaaI2zJgRiv+YmgaQESUfWAdbjzgg==
+"@babel/plugin-transform-typeof-symbol@^7.24.8":
+ version "7.24.8"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.24.8.tgz#383dab37fb073f5bfe6e60c654caac309f92ba1c"
+ integrity sha512-adNTUpDCVnmAE58VEqKlAA6ZBlNkMnWD0ZcW76lyNFN3MJniyGFZfNwERVk8Ap56MCnXztmDr19T4mPTztcuaw==
dependencies:
- "@babel/helper-plugin-utils" "^7.24.7"
+ "@babel/helper-plugin-utils" "^7.24.8"
"@babel/plugin-transform-typescript@^7.24.7":
- version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.24.7.tgz#b006b3e0094bf0813d505e0c5485679eeaf4a881"
- integrity sha512-iLD3UNkgx2n/HrjBesVbYX6j0yqn/sJktvbtKKgcaLIQ4bTTQ8obAypc1VpyHPD2y4Phh9zHOaAt8e/L14wCpw==
+ version "7.25.2"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.25.2.tgz#237c5d10de6d493be31637c6b9fa30b6c5461add"
+ integrity sha512-lBwRvjSmqiMYe/pS0+1gggjJleUJi7NzjvQ1Fkqtt69hBa/0t1YuW/MLQMAPixfwaQOHUXsd6jeU3Z+vdGv3+A==
dependencies:
"@babel/helper-annotate-as-pure" "^7.24.7"
- "@babel/helper-create-class-features-plugin" "^7.24.7"
- "@babel/helper-plugin-utils" "^7.24.7"
+ "@babel/helper-create-class-features-plugin" "^7.25.0"
+ "@babel/helper-plugin-utils" "^7.24.8"
+ "@babel/helper-skip-transparent-expression-wrappers" "^7.24.7"
"@babel/plugin-syntax-typescript" "^7.24.7"
"@babel/plugin-transform-unicode-escapes@^7.24.7":
@@ -1263,18 +1239,19 @@
"@babel/helper-plugin-utils" "^7.24.7"
"@babel/preset-env@^7.11.0", "@babel/preset-env@^7.12.1", "@babel/preset-env@^7.14.7", "@babel/preset-env@^7.16.4", "@babel/preset-env@^7.18.6", "@babel/preset-env@^7.19.4", "@babel/preset-env@^7.24.4", "@babel/preset-env@^7.8.4":
- version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.24.7.tgz#ff067b4e30ba4a72f225f12f123173e77b987f37"
- integrity sha512-1YZNsc+y6cTvWlDHidMBsQZrZfEFjRIo/BZCT906PMdzOyXtSLTgqGdrpcuTDCXyd11Am5uQULtDIcCfnTc8fQ==
- dependencies:
- "@babel/compat-data" "^7.24.7"
- "@babel/helper-compilation-targets" "^7.24.7"
- "@babel/helper-plugin-utils" "^7.24.7"
- "@babel/helper-validator-option" "^7.24.7"
- "@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.24.7"
- "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.24.7"
+ version "7.25.3"
+ resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.25.3.tgz#0bf4769d84ac51d1073ab4a86f00f30a3a83c67c"
+ integrity sha512-QsYW7UeAaXvLPX9tdVliMJE7MD7M6MLYVTovRTIwhoYQVFHR1rM4wO8wqAezYi3/BpSD+NzVCZ69R6smWiIi8g==
+ dependencies:
+ "@babel/compat-data" "^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/plugin-bugfix-safari-class-field-initializer-scope" "^7.25.0"
+ "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.25.0"
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.24.7"
- "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.24.7"
+ "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.25.0"
"@babel/plugin-proposal-private-property-in-object" "7.21.0-placeholder-for-preset-env.2"
"@babel/plugin-syntax-async-generators" "^7.8.4"
"@babel/plugin-syntax-class-properties" "^7.12.13"
@@ -1295,29 +1272,30 @@
"@babel/plugin-syntax-top-level-await" "^7.14.5"
"@babel/plugin-syntax-unicode-sets-regex" "^7.18.6"
"@babel/plugin-transform-arrow-functions" "^7.24.7"
- "@babel/plugin-transform-async-generator-functions" "^7.24.7"
+ "@babel/plugin-transform-async-generator-functions" "^7.25.0"
"@babel/plugin-transform-async-to-generator" "^7.24.7"
"@babel/plugin-transform-block-scoped-functions" "^7.24.7"
- "@babel/plugin-transform-block-scoping" "^7.24.7"
+ "@babel/plugin-transform-block-scoping" "^7.25.0"
"@babel/plugin-transform-class-properties" "^7.24.7"
"@babel/plugin-transform-class-static-block" "^7.24.7"
- "@babel/plugin-transform-classes" "^7.24.7"
+ "@babel/plugin-transform-classes" "^7.25.0"
"@babel/plugin-transform-computed-properties" "^7.24.7"
- "@babel/plugin-transform-destructuring" "^7.24.7"
+ "@babel/plugin-transform-destructuring" "^7.24.8"
"@babel/plugin-transform-dotall-regex" "^7.24.7"
"@babel/plugin-transform-duplicate-keys" "^7.24.7"
+ "@babel/plugin-transform-duplicate-named-capturing-groups-regex" "^7.25.0"
"@babel/plugin-transform-dynamic-import" "^7.24.7"
"@babel/plugin-transform-exponentiation-operator" "^7.24.7"
"@babel/plugin-transform-export-namespace-from" "^7.24.7"
"@babel/plugin-transform-for-of" "^7.24.7"
- "@babel/plugin-transform-function-name" "^7.24.7"
+ "@babel/plugin-transform-function-name" "^7.25.1"
"@babel/plugin-transform-json-strings" "^7.24.7"
- "@babel/plugin-transform-literals" "^7.24.7"
+ "@babel/plugin-transform-literals" "^7.25.2"
"@babel/plugin-transform-logical-assignment-operators" "^7.24.7"
"@babel/plugin-transform-member-expression-literals" "^7.24.7"
"@babel/plugin-transform-modules-amd" "^7.24.7"
- "@babel/plugin-transform-modules-commonjs" "^7.24.7"
- "@babel/plugin-transform-modules-systemjs" "^7.24.7"
+ "@babel/plugin-transform-modules-commonjs" "^7.24.8"
+ "@babel/plugin-transform-modules-systemjs" "^7.25.0"
"@babel/plugin-transform-modules-umd" "^7.24.7"
"@babel/plugin-transform-named-capturing-groups-regex" "^7.24.7"
"@babel/plugin-transform-new-target" "^7.24.7"
@@ -1326,7 +1304,7 @@
"@babel/plugin-transform-object-rest-spread" "^7.24.7"
"@babel/plugin-transform-object-super" "^7.24.7"
"@babel/plugin-transform-optional-catch-binding" "^7.24.7"
- "@babel/plugin-transform-optional-chaining" "^7.24.7"
+ "@babel/plugin-transform-optional-chaining" "^7.24.8"
"@babel/plugin-transform-parameters" "^7.24.7"
"@babel/plugin-transform-private-methods" "^7.24.7"
"@babel/plugin-transform-private-property-in-object" "^7.24.7"
@@ -1337,7 +1315,7 @@
"@babel/plugin-transform-spread" "^7.24.7"
"@babel/plugin-transform-sticky-regex" "^7.24.7"
"@babel/plugin-transform-template-literals" "^7.24.7"
- "@babel/plugin-transform-typeof-symbol" "^7.24.7"
+ "@babel/plugin-transform-typeof-symbol" "^7.24.8"
"@babel/plugin-transform-unicode-escapes" "^7.24.7"
"@babel/plugin-transform-unicode-property-regex" "^7.24.7"
"@babel/plugin-transform-unicode-regex" "^7.24.7"
@@ -1346,7 +1324,7 @@
babel-plugin-polyfill-corejs2 "^0.4.10"
babel-plugin-polyfill-corejs3 "^0.10.4"
babel-plugin-polyfill-regenerator "^0.6.1"
- core-js-compat "^3.31.0"
+ core-js-compat "^3.37.1"
semver "^6.3.1"
"@babel/preset-flow@^7.0.0", "@babel/preset-flow@^7.22.15":
@@ -1407,42 +1385,39 @@
integrity sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==
"@babel/runtime-corejs3@^7.18.6":
- version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.24.7.tgz#65a99097e4c28e6c3a174825591700cc5abd710e"
- integrity sha512-eytSX6JLBY6PVAeQa2bFlDx/7Mmln/gaEpsit5a3WEvjGfiIytEsgAwuIXCPM0xvw0v0cJn3ilq0/TvXrW0kgA==
+ version "7.25.0"
+ resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.25.0.tgz#0a318b66dfc765ad10562d829fea372ed7e1eb7d"
+ integrity sha512-BOehWE7MgQ8W8Qn0CQnMtg2tHPHPulcS/5AVpFvs2KCK1ET+0WqZqPvnpRpFN81gYoFopdIEJX9Sgjw3ZBccPg==
dependencies:
core-js-pure "^3.30.2"
regenerator-runtime "^0.14.0"
"@babel/runtime@^7.1.2", "@babel/runtime@^7.10.0", "@babel/runtime@^7.10.3", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.13", "@babel/runtime@^7.12.5", "@babel/runtime@^7.15.4", "@babel/runtime@^7.16.3", "@babel/runtime@^7.17.8", "@babel/runtime@^7.18.6", "@babel/runtime@^7.20.13", "@babel/runtime@^7.21.0", "@babel/runtime@^7.23.2", "@babel/runtime@^7.23.8", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.2", "@babel/runtime@^7.7.2", "@babel/runtime@^7.7.6", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2":
- version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.24.7.tgz#f4f0d5530e8dbdf59b3451b9b3e594b6ba082e12"
- integrity sha512-UwgBRMjJP+xv857DCngvqXI3Iq6J4v0wXmwc6sapg+zyhbwmQX67LUEFrkK5tbyJ30jGuG3ZvWpBiB9LCy1kWw==
+ version "7.25.0"
+ resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.25.0.tgz#3af9a91c1b739c569d5d80cc917280919c544ecb"
+ integrity sha512-7dRy4DwXwtzBrPbZflqxnvfxLF8kdZXPkhymtDeFoFqE6ldzjQFgYTtYIFARcLEYDrqfBfYcZt1WqFxRoyC9Rw==
dependencies:
regenerator-runtime "^0.14.0"
-"@babel/template@^7.10.4", "@babel/template@^7.12.7", "@babel/template@^7.24.7", "@babel/template@^7.3.3":
- version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.24.7.tgz#02efcee317d0609d2c07117cb70ef8fb17ab7315"
- integrity sha512-jYqfPrU9JTF0PmPy1tLYHW4Mp4KlgxJD9l2nP9fD6yT/ICi554DmrWBAEYpIelzjHf1msDP3PxJIRt/nFNfBig==
+"@babel/template@^7.10.4", "@babel/template@^7.12.7", "@babel/template@^7.24.7", "@babel/template@^7.25.0", "@babel/template@^7.3.3":
+ version "7.25.0"
+ resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.25.0.tgz#e733dc3134b4fede528c15bc95e89cb98c52592a"
+ integrity sha512-aOOgh1/5XzKvg1jvVz7AVrx2piJ2XBi227DHmbY6y+bM9H2FlN+IfecYu4Xl0cNiiVejlsCri89LUsbj8vJD9Q==
dependencies:
"@babel/code-frame" "^7.24.7"
- "@babel/parser" "^7.24.7"
- "@babel/types" "^7.24.7"
+ "@babel/parser" "^7.25.0"
+ "@babel/types" "^7.25.0"
-"@babel/traverse@^7.1.0", "@babel/traverse@^7.1.6", "@babel/traverse@^7.12.1", "@babel/traverse@^7.12.9", "@babel/traverse@^7.18.8", "@babel/traverse@^7.18.9", "@babel/traverse@^7.24.1", "@babel/traverse@^7.24.7", "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.2":
- version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.7.tgz#de2b900163fa741721ba382163fe46a936c40cf5"
- integrity sha512-yb65Ed5S/QAcewNPh0nZczy9JdYXkkAbIsEo+P7BE7yO3txAY30Y/oPa3QkQ5It3xVG2kpKMg9MsdxZaO31uKA==
+"@babel/traverse@^7.1.0", "@babel/traverse@^7.1.6", "@babel/traverse@^7.12.1", "@babel/traverse@^7.12.9", "@babel/traverse@^7.18.8", "@babel/traverse@^7.18.9", "@babel/traverse@^7.24.7", "@babel/traverse@^7.24.8", "@babel/traverse@^7.25.0", "@babel/traverse@^7.25.1", "@babel/traverse@^7.25.2", "@babel/traverse@^7.25.3", "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.2":
+ version "7.25.3"
+ resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.3.tgz#f1b901951c83eda2f3e29450ce92743783373490"
+ integrity sha512-HefgyP1x754oGCsKmV5reSmtV7IXj/kpaE1XYY+D9G5PvKKoFfSbiS4M77MdjuwlZKDIKFCffq9rPU+H/s3ZdQ==
dependencies:
"@babel/code-frame" "^7.24.7"
- "@babel/generator" "^7.24.7"
- "@babel/helper-environment-visitor" "^7.24.7"
- "@babel/helper-function-name" "^7.24.7"
- "@babel/helper-hoist-variables" "^7.24.7"
- "@babel/helper-split-export-declaration" "^7.24.7"
- "@babel/parser" "^7.24.7"
- "@babel/types" "^7.24.7"
+ "@babel/generator" "^7.25.0"
+ "@babel/parser" "^7.25.3"
+ "@babel/template" "^7.25.0"
+ "@babel/types" "^7.25.2"
debug "^4.3.1"
globals "^11.1.0"
@@ -1454,12 +1429,12 @@
"@babel/helper-validator-identifier" "^7.14.9"
to-fast-properties "^2.0.0"
-"@babel/types@^7.0.0", "@babel/types@^7.12.1", "@babel/types@^7.12.6", "@babel/types@^7.12.7", "@babel/types@^7.18.9", "@babel/types@^7.2.0", "@babel/types@^7.20.0", "@babel/types@^7.20.7", "@babel/types@^7.24.0", "@babel/types@^7.24.7", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
- version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.7.tgz#6027fe12bc1aa724cd32ab113fb7f1988f1f66f2"
- integrity sha512-XEFXSlxiG5td2EJRe8vOmRbaXVgfcBlszKujvVmWIK/UpywWljQCfzAv3RQCGujWQ1RD4YYWEAqDXfuJiy8f5Q==
+"@babel/types@^7.0.0", "@babel/types@^7.12.1", "@babel/types@^7.12.6", "@babel/types@^7.12.7", "@babel/types@^7.18.9", "@babel/types@^7.2.0", "@babel/types@^7.20.0", "@babel/types@^7.20.7", "@babel/types@^7.24.0", "@babel/types@^7.24.7", "@babel/types@^7.24.8", "@babel/types@^7.25.0", "@babel/types@^7.25.2", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
+ version "7.25.2"
+ resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.2.tgz#55fb231f7dc958cd69ea141a4c2997e819646125"
+ integrity sha512-YTnYtra7W9e6/oAZEHj0bJehPRUlLH9/fbpT5LfB0NhQXyALCRkRs3zH9v07IYhkgpqX6Z78FnuccZr/l4Fs4Q==
dependencies:
- "@babel/helper-string-parser" "^7.24.7"
+ "@babel/helper-string-parser" "^7.24.8"
"@babel/helper-validator-identifier" "^7.24.7"
to-fast-properties "^2.0.0"
@@ -1476,9 +1451,9 @@
node-hook "^1.0.0"
"@badeball/cypress-cucumber-preprocessor@^20.0.2":
- version "20.1.0"
- resolved "https://registry.yarnpkg.com/@badeball/cypress-cucumber-preprocessor/-/cypress-cucumber-preprocessor-20.1.0.tgz#4b29960b7ba0ae8fd91afa6a920e296fae607a6e"
- integrity sha512-K4zm9BAFYxggxld6CXn4B+q3nJLJSQYWArqPQzHSZKZCTLJ0a2qGS4dGrcUqfe8yFbNQ4u9S9OcJzYho5xajRA==
+ version "20.1.1"
+ resolved "https://registry.yarnpkg.com/@badeball/cypress-cucumber-preprocessor/-/cypress-cucumber-preprocessor-20.1.1.tgz#528ca4fdaff5e0ea838c4eb3a5c9613ea644b04d"
+ integrity sha512-oskUD3DukTK1OuP+SEo0qsM8aJsHJOxINvWuNh7VF2dSx19wLSGikjbtuiahgbypL1ZvR2/x0kJY6EHCcbrZ1A==
dependencies:
"@badeball/cypress-configuration" "^6.1.1"
"@cucumber/ci-environment" "^10.0.1"
@@ -1932,7 +1907,7 @@
resolved "https://registry.yarnpkg.com/@cucumber/tag-expressions/-/tag-expressions-6.1.0.tgz#cb7af908bdb43669b7574c606f71fa707196e962"
integrity sha512-+3DwRumrCJG27AtzCIL37A/X+A/gSfxOPLg8pZaruh5SLumsTmpvilwroVWBT2fPzmno/tGXypeK5a7NHU4RzA==
-"@cypress/request@^3.0.0":
+"@cypress/request@^3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@cypress/request/-/request-3.0.1.tgz#72d7d5425236a2413bd3d8bb66d02d9dc3168960"
integrity sha512-TWivJlJi8ZDx2wGOw1dbLuHJKUYX7bWySw377nlnGOW3hP9/MUKIsEdXT/YngWxVdgNCHRBmFlBipE+5/2ZZlQ==
@@ -2543,44 +2518,44 @@
moment "^2.24.0"
"@dhis2/app-runtime@^3.2.3", "@dhis2/app-runtime@^3.9.0":
- version "3.10.5"
- resolved "https://registry.yarnpkg.com/@dhis2/app-runtime/-/app-runtime-3.10.5.tgz#de6f37a872deef322017d37ab4f1597bc9ad42d6"
- integrity sha512-Y07FY3ZGGI8oaCxVcJXu8P/x0WZWt9luLWd8pGPDK2+59NjyVTuevJkH7BM//oZI9+M91ExIRiELNe2ZdXLInQ==
- dependencies:
- "@dhis2/app-service-alerts" "3.10.5"
- "@dhis2/app-service-config" "3.10.5"
- "@dhis2/app-service-data" "3.10.5"
- "@dhis2/app-service-offline" "3.10.5"
- "@dhis2/app-service-plugin" "3.10.5"
-
-"@dhis2/app-service-alerts@3.10.5":
- version "3.10.5"
- resolved "https://registry.yarnpkg.com/@dhis2/app-service-alerts/-/app-service-alerts-3.10.5.tgz#93c883d91cdcc03176110a20382ba1e299f2ffd6"
- integrity sha512-YecE1tznyoVu22wN2KrSSZH1vahFz5zJ77fgGruOwd71KoMEqkFIoT2mUuYznH+pLhKvlP/ZB6SZjELiO7pEfg==
-
-"@dhis2/app-service-config@3.10.5":
- version "3.10.5"
- resolved "https://registry.yarnpkg.com/@dhis2/app-service-config/-/app-service-config-3.10.5.tgz#a97b7bc8fdb311ecf149efb452245708d4f8744d"
- integrity sha512-qW2zopHjyVyzgAYs2+BlIMpIZcKTIzHQjCBI8fxkPNpSQhKxC2i4O/RYaIBtW6kuTbU9BCKxO+qrrRnhnOb7Vw==
-
-"@dhis2/app-service-data@3.10.5":
- version "3.10.5"
- resolved "https://registry.yarnpkg.com/@dhis2/app-service-data/-/app-service-data-3.10.5.tgz#a1b533e32c6506fe2967f840ed4bd11987170c2f"
- integrity sha512-edAG57lAPNs3NnboDI+SZ5+xKzU3vk7AiZ+P6onnFfqwDVqWgxnl1qJUO5ZvPdslsli3ZJYqEjMh03ChtF5zeA==
+ version "3.10.6"
+ resolved "https://registry.yarnpkg.com/@dhis2/app-runtime/-/app-runtime-3.10.6.tgz#10add0b8a2e1de06777e6e78c681a3a8f15ba058"
+ integrity sha512-WfC+AHkw0V3V3/wyLPHoTyAf8i4btLl/R2nMBVs3NEXLwA9mekG/gXs7AEPnK2/p6FVoqXMDwJHEH2b8Iw4UFw==
+ dependencies:
+ "@dhis2/app-service-alerts" "3.10.6"
+ "@dhis2/app-service-config" "3.10.6"
+ "@dhis2/app-service-data" "3.10.6"
+ "@dhis2/app-service-offline" "3.10.6"
+ "@dhis2/app-service-plugin" "3.10.6"
+
+"@dhis2/app-service-alerts@3.10.6":
+ version "3.10.6"
+ resolved "https://registry.yarnpkg.com/@dhis2/app-service-alerts/-/app-service-alerts-3.10.6.tgz#47e65d7ed57a4bd801a513b0f71d0ed2839ea363"
+ integrity sha512-2r9IUBp5Z5zuSqjTEWpt+rx7tP5AqrtkPJ8ZVOKW5YBn1DB4bQ5ti9GOevHM4othr7Mrmt22UADPgfEkfc7XzQ==
+
+"@dhis2/app-service-config@3.10.6":
+ version "3.10.6"
+ resolved "https://registry.yarnpkg.com/@dhis2/app-service-config/-/app-service-config-3.10.6.tgz#bf952156329ab48d6da407522c6e06072fdf896a"
+ integrity sha512-Z/rSBjCc8kP78QYhKNyGoCafGfwpqMDg8mV2x/H6CavgEicOa+qHX3bkKV6+fC9Sw2FnsWHRemxYRkgbW/BD3g==
+
+"@dhis2/app-service-data@3.10.6":
+ version "3.10.6"
+ resolved "https://registry.yarnpkg.com/@dhis2/app-service-data/-/app-service-data-3.10.6.tgz#2f3f522b4a5a8c8d531f8901cca502323e566042"
+ integrity sha512-9RH3Dn0shcVdF7itgKy9cK3yMEcyP5xXjNzYPGzWf+3q9aGlzjh22pHE4p+C9OV+SeVO2q+5GcNOk7rdZvS+Cg==
dependencies:
react-query "^3.13.11"
-"@dhis2/app-service-offline@3.10.5":
- version "3.10.5"
- resolved "https://registry.yarnpkg.com/@dhis2/app-service-offline/-/app-service-offline-3.10.5.tgz#f38f8ac1fb04c9ea40dd6ea4af4fe2e43f6f2be2"
- integrity sha512-i5i6abootrCyy2VTC6hB8NKEART6HzAAtSP05gxtoqTLGlVMQGOdm56hojeZGdWRoU/CmGBmgy283r6zUbMW0A==
+"@dhis2/app-service-offline@3.10.6":
+ version "3.10.6"
+ resolved "https://registry.yarnpkg.com/@dhis2/app-service-offline/-/app-service-offline-3.10.6.tgz#e1d83520bb292fc51b24eab65d05e1c9fa1e2ad6"
+ integrity sha512-179QXdUOFgPPIOhY5HD+C6GzzJDvhR8GW7jXT4LtjCeO/4EbA3r9sycyrYpLZL66GtpGHkeV5g4slxM1t+63cw==
dependencies:
lodash "^4.17.21"
-"@dhis2/app-service-plugin@3.10.5":
- version "3.10.5"
- resolved "https://registry.yarnpkg.com/@dhis2/app-service-plugin/-/app-service-plugin-3.10.5.tgz#cf6261f44c802a5f82dafeeffdf64761296258fc"
- integrity sha512-8FBe1udhLGVoyMq/4jaLjY32D8u2tvWtY75T7AfaIthB6U5KPzgQeGRqeU1om3LlCkxuyILYgHrR4g5i1LlOIA==
+"@dhis2/app-service-plugin@3.10.6":
+ version "3.10.6"
+ resolved "https://registry.yarnpkg.com/@dhis2/app-service-plugin/-/app-service-plugin-3.10.6.tgz#1c6792b6d051c4b3301d76d083c3364424140a83"
+ integrity sha512-um4ONieW+xpWfagt+QNF4ZtzzFpm8KeA9tlBomamOfhGIpi9mkCWtaY0Mw2IUWO+d0Uh4cfmeQV6w6jOX6xJzw==
dependencies:
post-robot "^10.0.46"
@@ -2858,24 +2833,24 @@
"@dhis2/ui-icons" "7.16.3"
prop-types "^15.7.2"
-"@discoveryjs/json-ext@0.5.7", "@discoveryjs/json-ext@^0.5.3":
+"@discoveryjs/json-ext@0.5.7":
version "0.5.7"
resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz#1d572bfbbe14b7704e0ba0f39b74815b84870d70"
integrity sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==
-"@docsearch/css@3.6.0":
- version "3.6.0"
- resolved "https://registry.yarnpkg.com/@docsearch/css/-/css-3.6.0.tgz#0e9f56f704b3a34d044d15fd9962ebc1536ba4fb"
- integrity sha512-+sbxb71sWre+PwDK7X2T8+bhS6clcVMLwBPznX45Qu6opJcgRjAp7gYSDzVFp187J+feSj5dNBN1mJoi6ckkUQ==
+"@docsearch/css@3.6.1":
+ version "3.6.1"
+ resolved "https://registry.yarnpkg.com/@docsearch/css/-/css-3.6.1.tgz#f0a728ecb486c81f2d282650fc1820c914913408"
+ integrity sha512-VtVb5DS+0hRIprU2CO6ZQjK2Zg4QU5HrDM1+ix6rT0umsYvFvatMAnf97NHZlVWDaaLlx7GRfR/7FikANiM2Fg==
"@docsearch/react@^3.1.1":
- version "3.6.0"
- resolved "https://registry.yarnpkg.com/@docsearch/react/-/react-3.6.0.tgz#b4f25228ecb7fc473741aefac592121e86dd2958"
- integrity sha512-HUFut4ztcVNmqy9gp/wxNbC7pTOHhgVVkHVGCACTuLhUKUhKAF9KYHJtMiLUJxEqiFLQiuri1fWF8zqwM/cu1w==
+ version "3.6.1"
+ resolved "https://registry.yarnpkg.com/@docsearch/react/-/react-3.6.1.tgz#0f826df08693293806d64277d6d9c38636211b97"
+ integrity sha512-qXZkEPvybVhSXj0K7U3bXc233tk5e8PfhoZ6MhPOiik/qUQxYC+Dn9DnoS7CxHQQhHfCvTiN0eY9M12oRghEXw==
dependencies:
"@algolia/autocomplete-core" "1.9.3"
"@algolia/autocomplete-preset-algolia" "1.9.3"
- "@docsearch/css" "3.6.0"
+ "@docsearch/css" "3.6.1"
algoliasearch "^4.19.1"
"@docusaurus/core@2.4.3", "@docusaurus/core@^2.0.0-beta.17":
@@ -3289,21 +3264,11 @@
url-loader "^4.1.1"
webpack "^5.73.0"
-"@emotion/use-insertion-effect-with-fallbacks@^1.0.1":
- version "1.0.1"
- resolved "https://registry.yarnpkg.com/@emotion/use-insertion-effect-with-fallbacks/-/use-insertion-effect-with-fallbacks-1.0.1.tgz#08de79f54eb3406f9daaf77c76e35313da963963"
- integrity sha512-jT/qyKZ9rzLErtrjGgdkMBn2OP8wl0G3sQlBb3YPryvKHsjvINUhVaPFfP+fpBcOkmrVOVEEHQFJ7nbj2TH2gw==
-
"@esbuild/aix-ppc64@0.19.12":
version "0.19.12"
resolved "https://registry.yarnpkg.com/@esbuild/aix-ppc64/-/aix-ppc64-0.19.12.tgz#d1bc06aedb6936b3b6d313bf809a5a40387d2b7f"
integrity sha512-bmoCYyWdEL3wDQIVbcyzRyeKLgk2WtWLTWz1ZIAZF/EGbNOwSA6ew3PftJ1PqMiOOGu0OyFMzG53L0zqIpPeNA==
-"@esbuild/aix-ppc64@0.20.2":
- version "0.20.2"
- resolved "https://registry.yarnpkg.com/@esbuild/aix-ppc64/-/aix-ppc64-0.20.2.tgz#a70f4ac11c6a1dfc18b8bbb13284155d933b9537"
- integrity sha512-D+EBOJHXdNZcLJRBkhENNG8Wji2kgc9AZ9KiPr1JuZjsNtyHzrsfLRrY0tk2H2aoFu6RANO1y1iPPUCDYWkb5g==
-
"@esbuild/aix-ppc64@0.21.5":
version "0.21.5"
resolved "https://registry.yarnpkg.com/@esbuild/aix-ppc64/-/aix-ppc64-0.21.5.tgz#c7184a326533fcdf1b8ee0733e21c713b975575f"
@@ -3314,11 +3279,6 @@
resolved "https://registry.yarnpkg.com/@esbuild/android-arm64/-/android-arm64-0.19.12.tgz#7ad65a36cfdb7e0d429c353e00f680d737c2aed4"
integrity sha512-P0UVNGIienjZv3f5zq0DP3Nt2IE/3plFzuaS96vihvD0Hd6H/q4WXUGpCxD/E8YrSXfNyRPbpTq+T8ZQioSuPA==
-"@esbuild/android-arm64@0.20.2":
- version "0.20.2"
- resolved "https://registry.yarnpkg.com/@esbuild/android-arm64/-/android-arm64-0.20.2.tgz#db1c9202a5bc92ea04c7b6840f1bbe09ebf9e6b9"
- integrity sha512-mRzjLacRtl/tWU0SvD8lUEwb61yP9cqQo6noDZP/O8VkwafSYwZ4yWy24kan8jE/IMERpYncRt2dw438LP3Xmg==
-
"@esbuild/android-arm64@0.21.5":
version "0.21.5"
resolved "https://registry.yarnpkg.com/@esbuild/android-arm64/-/android-arm64-0.21.5.tgz#09d9b4357780da9ea3a7dfb833a1f1ff439b4052"
@@ -3329,11 +3289,6 @@
resolved "https://registry.yarnpkg.com/@esbuild/android-arm/-/android-arm-0.19.12.tgz#b0c26536f37776162ca8bde25e42040c203f2824"
integrity sha512-qg/Lj1mu3CdQlDEEiWrlC4eaPZ1KztwGJ9B6J+/6G+/4ewxJg7gqj8eVYWvao1bXrqGiW2rsBZFSX3q2lcW05w==
-"@esbuild/android-arm@0.20.2":
- version "0.20.2"
- resolved "https://registry.yarnpkg.com/@esbuild/android-arm/-/android-arm-0.20.2.tgz#3b488c49aee9d491c2c8f98a909b785870d6e995"
- integrity sha512-t98Ra6pw2VaDhqNWO2Oph2LXbz/EJcnLmKLGBJwEwXX/JAN83Fym1rU8l0JUWK6HkIbWONCSSatf4sf2NBRx/w==
-
"@esbuild/android-arm@0.21.5":
version "0.21.5"
resolved "https://registry.yarnpkg.com/@esbuild/android-arm/-/android-arm-0.21.5.tgz#9b04384fb771926dfa6d7ad04324ecb2ab9b2e28"
@@ -3344,11 +3299,6 @@
resolved "https://registry.yarnpkg.com/@esbuild/android-x64/-/android-x64-0.19.12.tgz#cb13e2211282012194d89bf3bfe7721273473b3d"
integrity sha512-3k7ZoUW6Q6YqhdhIaq/WZ7HwBpnFBlW905Fa4s4qWJyiNOgT1dOqDiVAQFwBH7gBRZr17gLrlFCRzF6jFh7Kew==
-"@esbuild/android-x64@0.20.2":
- version "0.20.2"
- resolved "https://registry.yarnpkg.com/@esbuild/android-x64/-/android-x64-0.20.2.tgz#3b1628029e5576249d2b2d766696e50768449f98"
- integrity sha512-btzExgV+/lMGDDa194CcUQm53ncxzeBrWJcncOBxuC6ndBkKxnHdFJn86mCIgTELsooUmwUm9FkhSp5HYu00Rg==
-
"@esbuild/android-x64@0.21.5":
version "0.21.5"
resolved "https://registry.yarnpkg.com/@esbuild/android-x64/-/android-x64-0.21.5.tgz#29918ec2db754cedcb6c1b04de8cd6547af6461e"
@@ -3359,11 +3309,6 @@
resolved "https://registry.yarnpkg.com/@esbuild/darwin-arm64/-/darwin-arm64-0.19.12.tgz#cbee41e988020d4b516e9d9e44dd29200996275e"
integrity sha512-B6IeSgZgtEzGC42jsI+YYu9Z3HKRxp8ZT3cqhvliEHovq8HSX2YX8lNocDn79gCKJXOSaEot9MVYky7AKjCs8g==
-"@esbuild/darwin-arm64@0.20.2":
- version "0.20.2"
- resolved "https://registry.yarnpkg.com/@esbuild/darwin-arm64/-/darwin-arm64-0.20.2.tgz#6e8517a045ddd86ae30c6608c8475ebc0c4000bb"
- integrity sha512-4J6IRT+10J3aJH3l1yzEg9y3wkTDgDk7TSDFX+wKFiWjqWp/iCfLIYzGyasx9l0SAFPT1HwSCR+0w/h1ES/MjA==
-
"@esbuild/darwin-arm64@0.21.5":
version "0.21.5"
resolved "https://registry.yarnpkg.com/@esbuild/darwin-arm64/-/darwin-arm64-0.21.5.tgz#e495b539660e51690f3928af50a76fb0a6ccff2a"
@@ -3374,11 +3319,6 @@
resolved "https://registry.yarnpkg.com/@esbuild/darwin-x64/-/darwin-x64-0.19.12.tgz#e37d9633246d52aecf491ee916ece709f9d5f4cd"
integrity sha512-hKoVkKzFiToTgn+41qGhsUJXFlIjxI/jSYeZf3ugemDYZldIXIxhvwN6erJGlX4t5h417iFuheZ7l+YVn05N3A==
-"@esbuild/darwin-x64@0.20.2":
- version "0.20.2"
- resolved "https://registry.yarnpkg.com/@esbuild/darwin-x64/-/darwin-x64-0.20.2.tgz#90ed098e1f9dd8a9381695b207e1cff45540a0d0"
- integrity sha512-tBcXp9KNphnNH0dfhv8KYkZhjc+H3XBkF5DKtswJblV7KlT9EI2+jeA8DgBjp908WEuYll6pF+UStUCfEpdysA==
-
"@esbuild/darwin-x64@0.21.5":
version "0.21.5"
resolved "https://registry.yarnpkg.com/@esbuild/darwin-x64/-/darwin-x64-0.21.5.tgz#c13838fa57372839abdddc91d71542ceea2e1e22"
@@ -3389,11 +3329,6 @@
resolved "https://registry.yarnpkg.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.19.12.tgz#1ee4d8b682ed363b08af74d1ea2b2b4dbba76487"
integrity sha512-4aRvFIXmwAcDBw9AueDQ2YnGmz5L6obe5kmPT8Vd+/+x/JMVKCgdcRwH6APrbpNXsPz+K653Qg8HB/oXvXVukA==
-"@esbuild/freebsd-arm64@0.20.2":
- version "0.20.2"
- resolved "https://registry.yarnpkg.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.20.2.tgz#d71502d1ee89a1130327e890364666c760a2a911"
- integrity sha512-d3qI41G4SuLiCGCFGUrKsSeTXyWG6yem1KcGZVS+3FYlYhtNoNgYrWcvkOoaqMhwXSMrZRl69ArHsGJ9mYdbbw==
-
"@esbuild/freebsd-arm64@0.21.5":
version "0.21.5"
resolved "https://registry.yarnpkg.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.21.5.tgz#646b989aa20bf89fd071dd5dbfad69a3542e550e"
@@ -3404,11 +3339,6 @@
resolved "https://registry.yarnpkg.com/@esbuild/freebsd-x64/-/freebsd-x64-0.19.12.tgz#37a693553d42ff77cd7126764b535fb6cc28a11c"
integrity sha512-EYoXZ4d8xtBoVN7CEwWY2IN4ho76xjYXqSXMNccFSx2lgqOG/1TBPW0yPx1bJZk94qu3tX0fycJeeQsKovA8gg==
-"@esbuild/freebsd-x64@0.20.2":
- version "0.20.2"
- resolved "https://registry.yarnpkg.com/@esbuild/freebsd-x64/-/freebsd-x64-0.20.2.tgz#aa5ea58d9c1dd9af688b8b6f63ef0d3d60cea53c"
- integrity sha512-d+DipyvHRuqEeM5zDivKV1KuXn9WeRX6vqSqIDgwIfPQtwMP4jaDsQsDncjTDDsExT4lR/91OLjRo8bmC1e+Cw==
-
"@esbuild/freebsd-x64@0.21.5":
version "0.21.5"
resolved "https://registry.yarnpkg.com/@esbuild/freebsd-x64/-/freebsd-x64-0.21.5.tgz#aa615cfc80af954d3458906e38ca22c18cf5c261"
@@ -3419,11 +3349,6 @@
resolved "https://registry.yarnpkg.com/@esbuild/linux-arm64/-/linux-arm64-0.19.12.tgz#be9b145985ec6c57470e0e051d887b09dddb2d4b"
integrity sha512-EoTjyYyLuVPfdPLsGVVVC8a0p1BFFvtpQDB/YLEhaXyf/5bczaGeN15QkR+O4S5LeJ92Tqotve7i1jn35qwvdA==
-"@esbuild/linux-arm64@0.20.2":
- version "0.20.2"
- resolved "https://registry.yarnpkg.com/@esbuild/linux-arm64/-/linux-arm64-0.20.2.tgz#055b63725df678379b0f6db9d0fa85463755b2e5"
- integrity sha512-9pb6rBjGvTFNira2FLIWqDk/uaf42sSyLE8j1rnUpuzsODBq7FvpwHYZxQ/It/8b+QOS1RYfqgGFNLRI+qlq2A==
-
"@esbuild/linux-arm64@0.21.5":
version "0.21.5"
resolved "https://registry.yarnpkg.com/@esbuild/linux-arm64/-/linux-arm64-0.21.5.tgz#70ac6fa14f5cb7e1f7f887bcffb680ad09922b5b"
@@ -3434,11 +3359,6 @@
resolved "https://registry.yarnpkg.com/@esbuild/linux-arm/-/linux-arm-0.19.12.tgz#207ecd982a8db95f7b5279207d0ff2331acf5eef"
integrity sha512-J5jPms//KhSNv+LO1S1TX1UWp1ucM6N6XuL6ITdKWElCu8wXP72l9MM0zDTzzeikVyqFE6U8YAV9/tFyj0ti+w==
-"@esbuild/linux-arm@0.20.2":
- version "0.20.2"
- resolved "https://registry.yarnpkg.com/@esbuild/linux-arm/-/linux-arm-0.20.2.tgz#76b3b98cb1f87936fbc37f073efabad49dcd889c"
- integrity sha512-VhLPeR8HTMPccbuWWcEUD1Az68TqaTYyj6nfE4QByZIQEQVWBB8vup8PpR7y1QHL3CpcF6xd5WVBU/+SBEvGTg==
-
"@esbuild/linux-arm@0.21.5":
version "0.21.5"
resolved "https://registry.yarnpkg.com/@esbuild/linux-arm/-/linux-arm-0.21.5.tgz#fc6fd11a8aca56c1f6f3894f2bea0479f8f626b9"
@@ -3449,11 +3369,6 @@
resolved "https://registry.yarnpkg.com/@esbuild/linux-ia32/-/linux-ia32-0.19.12.tgz#d0d86b5ca1562523dc284a6723293a52d5860601"
integrity sha512-Thsa42rrP1+UIGaWz47uydHSBOgTUnwBwNq59khgIwktK6x60Hivfbux9iNR0eHCHzOLjLMLfUMLCypBkZXMHA==
-"@esbuild/linux-ia32@0.20.2":
- version "0.20.2"
- resolved "https://registry.yarnpkg.com/@esbuild/linux-ia32/-/linux-ia32-0.20.2.tgz#c0e5e787c285264e5dfc7a79f04b8b4eefdad7fa"
- integrity sha512-o10utieEkNPFDZFQm9CoP7Tvb33UutoJqg3qKf1PWVeeJhJw0Q347PxMvBgVVFgouYLGIhFYG0UGdBumROyiig==
-
"@esbuild/linux-ia32@0.21.5":
version "0.21.5"
resolved "https://registry.yarnpkg.com/@esbuild/linux-ia32/-/linux-ia32-0.21.5.tgz#3271f53b3f93e3d093d518d1649d6d68d346ede2"
@@ -3464,11 +3379,6 @@
resolved "https://registry.yarnpkg.com/@esbuild/linux-loong64/-/linux-loong64-0.19.12.tgz#9a37f87fec4b8408e682b528391fa22afd952299"
integrity sha512-LiXdXA0s3IqRRjm6rV6XaWATScKAXjI4R4LoDlvO7+yQqFdlr1Bax62sRwkVvRIrwXxvtYEHHI4dm50jAXkuAA==
-"@esbuild/linux-loong64@0.20.2":
- version "0.20.2"
- resolved "https://registry.yarnpkg.com/@esbuild/linux-loong64/-/linux-loong64-0.20.2.tgz#a6184e62bd7cdc63e0c0448b83801001653219c5"
- integrity sha512-PR7sp6R/UC4CFVomVINKJ80pMFlfDfMQMYynX7t1tNTeivQ6XdX5r2XovMmha/VjR1YN/HgHWsVcTRIMkymrgQ==
-
"@esbuild/linux-loong64@0.21.5":
version "0.21.5"
resolved "https://registry.yarnpkg.com/@esbuild/linux-loong64/-/linux-loong64-0.21.5.tgz#ed62e04238c57026aea831c5a130b73c0f9f26df"
@@ -3479,11 +3389,6 @@
resolved "https://registry.yarnpkg.com/@esbuild/linux-mips64el/-/linux-mips64el-0.19.12.tgz#4ddebd4e6eeba20b509d8e74c8e30d8ace0b89ec"
integrity sha512-fEnAuj5VGTanfJ07ff0gOA6IPsvrVHLVb6Lyd1g2/ed67oU1eFzL0r9WL7ZzscD+/N6i3dWumGE1Un4f7Amf+w==
-"@esbuild/linux-mips64el@0.20.2":
- version "0.20.2"
- resolved "https://registry.yarnpkg.com/@esbuild/linux-mips64el/-/linux-mips64el-0.20.2.tgz#d08e39ce86f45ef8fc88549d29c62b8acf5649aa"
- integrity sha512-4BlTqeutE/KnOiTG5Y6Sb/Hw6hsBOZapOVF6njAESHInhlQAghVVZL1ZpIctBOoTFbQyGW+LsVYZ8lSSB3wkjA==
-
"@esbuild/linux-mips64el@0.21.5":
version "0.21.5"
resolved "https://registry.yarnpkg.com/@esbuild/linux-mips64el/-/linux-mips64el-0.21.5.tgz#e79b8eb48bf3b106fadec1ac8240fb97b4e64cbe"
@@ -3494,11 +3399,6 @@
resolved "https://registry.yarnpkg.com/@esbuild/linux-ppc64/-/linux-ppc64-0.19.12.tgz#adb67dadb73656849f63cd522f5ecb351dd8dee8"
integrity sha512-nYJA2/QPimDQOh1rKWedNOe3Gfc8PabU7HT3iXWtNUbRzXS9+vgB0Fjaqr//XNbd82mCxHzik2qotuI89cfixg==
-"@esbuild/linux-ppc64@0.20.2":
- version "0.20.2"
- resolved "https://registry.yarnpkg.com/@esbuild/linux-ppc64/-/linux-ppc64-0.20.2.tgz#8d252f0b7756ffd6d1cbde5ea67ff8fd20437f20"
- integrity sha512-rD3KsaDprDcfajSKdn25ooz5J5/fWBylaaXkuotBDGnMnDP1Uv5DLAN/45qfnf3JDYyJv/ytGHQaziHUdyzaAg==
-
"@esbuild/linux-ppc64@0.21.5":
version "0.21.5"
resolved "https://registry.yarnpkg.com/@esbuild/linux-ppc64/-/linux-ppc64-0.21.5.tgz#5f2203860a143b9919d383ef7573521fb154c3e4"
@@ -3509,11 +3409,6 @@
resolved "https://registry.yarnpkg.com/@esbuild/linux-riscv64/-/linux-riscv64-0.19.12.tgz#11bc0698bf0a2abf8727f1c7ace2112612c15adf"
integrity sha512-2MueBrlPQCw5dVJJpQdUYgeqIzDQgw3QtiAHUC4RBz9FXPrskyyU3VI1hw7C0BSKB9OduwSJ79FTCqtGMWqJHg==
-"@esbuild/linux-riscv64@0.20.2":
- version "0.20.2"
- resolved "https://registry.yarnpkg.com/@esbuild/linux-riscv64/-/linux-riscv64-0.20.2.tgz#19f6dcdb14409dae607f66ca1181dd4e9db81300"
- integrity sha512-snwmBKacKmwTMmhLlz/3aH1Q9T8v45bKYGE3j26TsaOVtjIag4wLfWSiZykXzXuE1kbCE+zJRmwp+ZbIHinnVg==
-
"@esbuild/linux-riscv64@0.21.5":
version "0.21.5"
resolved "https://registry.yarnpkg.com/@esbuild/linux-riscv64/-/linux-riscv64-0.21.5.tgz#07bcafd99322d5af62f618cb9e6a9b7f4bb825dc"
@@ -3524,11 +3419,6 @@
resolved "https://registry.yarnpkg.com/@esbuild/linux-s390x/-/linux-s390x-0.19.12.tgz#e86fb8ffba7c5c92ba91fc3b27ed5a70196c3cc8"
integrity sha512-+Pil1Nv3Umes4m3AZKqA2anfhJiVmNCYkPchwFJNEJN5QxmTs1uzyy4TvmDrCRNT2ApwSari7ZIgrPeUx4UZDg==
-"@esbuild/linux-s390x@0.20.2":
- version "0.20.2"
- resolved "https://registry.yarnpkg.com/@esbuild/linux-s390x/-/linux-s390x-0.20.2.tgz#3c830c90f1a5d7dd1473d5595ea4ebb920988685"
- integrity sha512-wcWISOobRWNm3cezm5HOZcYz1sKoHLd8VL1dl309DiixxVFoFe/o8HnwuIwn6sXre88Nwj+VwZUvJf4AFxkyrQ==
-
"@esbuild/linux-s390x@0.21.5":
version "0.21.5"
resolved "https://registry.yarnpkg.com/@esbuild/linux-s390x/-/linux-s390x-0.21.5.tgz#b7ccf686751d6a3e44b8627ababc8be3ef62d8de"
@@ -3539,11 +3429,6 @@
resolved "https://registry.yarnpkg.com/@esbuild/linux-x64/-/linux-x64-0.19.12.tgz#5f37cfdc705aea687dfe5dfbec086a05acfe9c78"
integrity sha512-B71g1QpxfwBvNrfyJdVDexenDIt1CiDN1TIXLbhOw0KhJzE78KIFGX6OJ9MrtC0oOqMWf+0xop4qEU8JrJTwCg==
-"@esbuild/linux-x64@0.20.2":
- version "0.20.2"
- resolved "https://registry.yarnpkg.com/@esbuild/linux-x64/-/linux-x64-0.20.2.tgz#86eca35203afc0d9de0694c64ec0ab0a378f6fff"
- integrity sha512-1MdwI6OOTsfQfek8sLwgyjOXAu+wKhLEoaOLTjbijk6E2WONYpH9ZU2mNtR+lZ2B4uwr+usqGuVfFT9tMtGvGw==
-
"@esbuild/linux-x64@0.21.5":
version "0.21.5"
resolved "https://registry.yarnpkg.com/@esbuild/linux-x64/-/linux-x64-0.21.5.tgz#6d8f0c768e070e64309af8004bb94e68ab2bb3b0"
@@ -3554,11 +3439,6 @@
resolved "https://registry.yarnpkg.com/@esbuild/netbsd-x64/-/netbsd-x64-0.19.12.tgz#29da566a75324e0d0dd7e47519ba2f7ef168657b"
integrity sha512-3ltjQ7n1owJgFbuC61Oj++XhtzmymoCihNFgT84UAmJnxJfm4sYCiSLTXZtE00VWYpPMYc+ZQmB6xbSdVh0JWA==
-"@esbuild/netbsd-x64@0.20.2":
- version "0.20.2"
- resolved "https://registry.yarnpkg.com/@esbuild/netbsd-x64/-/netbsd-x64-0.20.2.tgz#e771c8eb0e0f6e1877ffd4220036b98aed5915e6"
- integrity sha512-K8/DhBxcVQkzYc43yJXDSyjlFeHQJBiowJ0uVL6Tor3jGQfSGHNNJcWxNbOI8v5k82prYqzPuwkzHt3J1T1iZQ==
-
"@esbuild/netbsd-x64@0.21.5":
version "0.21.5"
resolved "https://registry.yarnpkg.com/@esbuild/netbsd-x64/-/netbsd-x64-0.21.5.tgz#bbe430f60d378ecb88decb219c602667387a6047"
@@ -3569,11 +3449,6 @@
resolved "https://registry.yarnpkg.com/@esbuild/openbsd-x64/-/openbsd-x64-0.19.12.tgz#306c0acbdb5a99c95be98bdd1d47c916e7dc3ff0"
integrity sha512-RbrfTB9SWsr0kWmb9srfF+L933uMDdu9BIzdA7os2t0TXhCRjrQyCeOt6wVxr79CKD4c+p+YhCj31HBkYcXebw==
-"@esbuild/openbsd-x64@0.20.2":
- version "0.20.2"
- resolved "https://registry.yarnpkg.com/@esbuild/openbsd-x64/-/openbsd-x64-0.20.2.tgz#9a795ae4b4e37e674f0f4d716f3e226dd7c39baf"
- integrity sha512-eMpKlV0SThJmmJgiVyN9jTPJ2VBPquf6Kt/nAoo6DgHAoN57K15ZghiHaMvqjCye/uU4X5u3YSMgVBI1h3vKrQ==
-
"@esbuild/openbsd-x64@0.21.5":
version "0.21.5"
resolved "https://registry.yarnpkg.com/@esbuild/openbsd-x64/-/openbsd-x64-0.21.5.tgz#99d1cf2937279560d2104821f5ccce220cb2af70"
@@ -3584,11 +3459,6 @@
resolved "https://registry.yarnpkg.com/@esbuild/sunos-x64/-/sunos-x64-0.19.12.tgz#0933eaab9af8b9b2c930236f62aae3fc593faf30"
integrity sha512-HKjJwRrW8uWtCQnQOz9qcU3mUZhTUQvi56Q8DPTLLB+DawoiQdjsYq+j+D3s9I8VFtDr+F9CjgXKKC4ss89IeA==
-"@esbuild/sunos-x64@0.20.2":
- version "0.20.2"
- resolved "https://registry.yarnpkg.com/@esbuild/sunos-x64/-/sunos-x64-0.20.2.tgz#7df23b61a497b8ac189def6e25a95673caedb03f"
- integrity sha512-2UyFtRC6cXLyejf/YEld4Hajo7UHILetzE1vsRcGL3earZEW77JxrFjH4Ez2qaTiEfMgAXxfAZCm1fvM/G/o8w==
-
"@esbuild/sunos-x64@0.21.5":
version "0.21.5"
resolved "https://registry.yarnpkg.com/@esbuild/sunos-x64/-/sunos-x64-0.21.5.tgz#08741512c10d529566baba837b4fe052c8f3487b"
@@ -3599,11 +3469,6 @@
resolved "https://registry.yarnpkg.com/@esbuild/win32-arm64/-/win32-arm64-0.19.12.tgz#773bdbaa1971b36db2f6560088639ccd1e6773ae"
integrity sha512-URgtR1dJnmGvX864pn1B2YUYNzjmXkuJOIqG2HdU62MVS4EHpU2946OZoTMnRUHklGtJdJZ33QfzdjGACXhn1A==
-"@esbuild/win32-arm64@0.20.2":
- version "0.20.2"
- resolved "https://registry.yarnpkg.com/@esbuild/win32-arm64/-/win32-arm64-0.20.2.tgz#f1ae5abf9ca052ae11c1bc806fb4c0f519bacf90"
- integrity sha512-GRibxoawM9ZCnDxnP3usoUDO9vUkpAxIIZ6GQI+IlVmr5kP3zUq+l17xELTHMWTWzjxa2guPNyrpq1GWmPvcGQ==
-
"@esbuild/win32-arm64@0.21.5":
version "0.21.5"
resolved "https://registry.yarnpkg.com/@esbuild/win32-arm64/-/win32-arm64-0.21.5.tgz#675b7385398411240735016144ab2e99a60fc75d"
@@ -3614,11 +3479,6 @@
resolved "https://registry.yarnpkg.com/@esbuild/win32-ia32/-/win32-ia32-0.19.12.tgz#000516cad06354cc84a73f0943a4aa690ef6fd67"
integrity sha512-+ZOE6pUkMOJfmxmBZElNOx72NKpIa/HFOMGzu8fqzQJ5kgf6aTGrcJaFsNiVMH4JKpMipyK+7k0n2UXN7a8YKQ==
-"@esbuild/win32-ia32@0.20.2":
- version "0.20.2"
- resolved "https://registry.yarnpkg.com/@esbuild/win32-ia32/-/win32-ia32-0.20.2.tgz#241fe62c34d8e8461cd708277813e1d0ba55ce23"
- integrity sha512-HfLOfn9YWmkSKRQqovpnITazdtquEW8/SoHW7pWpuEeguaZI4QnCRW6b+oZTztdBnZOS2hqJ6im/D5cPzBTTlQ==
-
"@esbuild/win32-ia32@0.21.5":
version "0.21.5"
resolved "https://registry.yarnpkg.com/@esbuild/win32-ia32/-/win32-ia32-0.21.5.tgz#1bfc3ce98aa6ca9a0969e4d2af72144c59c1193b"
@@ -3629,11 +3489,6 @@
resolved "https://registry.yarnpkg.com/@esbuild/win32-x64/-/win32-x64-0.19.12.tgz#c57c8afbb4054a3ab8317591a0b7320360b444ae"
integrity sha512-T1QyPSDCyMXaO3pzBkF96E8xMkiRYbUEZADd29SyPGabqxMViNoii+NcK7eWJAEoU6RZyEm5lVSIjTmcdoB9HA==
-"@esbuild/win32-x64@0.20.2":
- version "0.20.2"
- resolved "https://registry.yarnpkg.com/@esbuild/win32-x64/-/win32-x64-0.20.2.tgz#9c907b21e30a52db959ba4f80bb01a0cc403d5cc"
- integrity sha512-N49X4lJX27+l9jbLKSqZ6bKNjzQvHaT8IIFUy+YIqmXQdjYCToGWwOItDrfby14c78aDd5NHQl29xingXfCdLQ==
-
"@esbuild/win32-x64@0.21.5":
version "0.21.5"
resolved "https://registry.yarnpkg.com/@esbuild/win32-x64/-/win32-x64-0.21.5.tgz#acad351d582d157bb145535db2a6ff53dd514b5c"
@@ -3686,11 +3541,6 @@
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.57.0.tgz#a5417ae8427873f1dd08b70b3574b453e67b5f7f"
integrity sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==
-"@fal-works/esbuild-plugin-global-externals@^2.1.2":
- version "2.1.2"
- resolved "https://registry.yarnpkg.com/@fal-works/esbuild-plugin-global-externals/-/esbuild-plugin-global-externals-2.1.2.tgz#c05ed35ad82df8e6ac616c68b92c2282bd083ba4"
- integrity sha512-cEee/Z+I12mZcFJshKcCqC8tuX5hG3s+d+9nZ3LabqKF1vKdF41B92pJVCBggjAGORAeOzyyDDKrZwIkLffeOQ==
-
"@fontsource/roboto@^4.5.0":
version "4.5.8"
resolved "https://registry.yarnpkg.com/@fontsource/roboto/-/roboto-4.5.8.tgz#56347764786079838faf43f0eeda22dd7328437f"
@@ -4240,10 +4090,10 @@
"@jridgewell/gen-mapping" "^0.3.5"
"@jridgewell/trace-mapping" "^0.3.25"
-"@jridgewell/sourcemap-codec@^1.4.10", "@jridgewell/sourcemap-codec@^1.4.14", "@jridgewell/sourcemap-codec@^1.4.15":
- version "1.4.15"
- resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32"
- integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==
+"@jridgewell/sourcemap-codec@^1.4.10", "@jridgewell/sourcemap-codec@^1.4.14", "@jridgewell/sourcemap-codec@^1.5.0":
+ version "1.5.0"
+ resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz#3188bcb273a414b0d215fd22a58540b989b9409a"
+ integrity sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==
"@jridgewell/trace-mapping@^0.3.12", "@jridgewell/trace-mapping@^0.3.20", "@jridgewell/trace-mapping@^0.3.24", "@jridgewell/trace-mapping@^0.3.25":
version "0.3.25"
@@ -4369,15 +4219,6 @@
call-me-maybe "^1.0.1"
glob-to-regexp "^0.3.0"
-"@ndelangen/get-tarball@^3.0.7":
- version "3.0.9"
- resolved "https://registry.yarnpkg.com/@ndelangen/get-tarball/-/get-tarball-3.0.9.tgz#727ff4454e65f34707e742a59e5e6b1f525d8964"
- integrity sha512-9JKTEik4vq+yGosHYhZ1tiH/3WpUS0Nh0kej4Agndhox8pAdWhEx5knFVRcb/ya9knCRCs1rPxNrSXTDdfVqpA==
- dependencies:
- gunzip-maybe "^1.4.2"
- pump "^3.0.0"
- tar-fs "^2.1.1"
-
"@nicolo-ribaudo/eslint-scope-5-internals@5.1.1-v1":
version "5.1.1-v1"
resolved "https://registry.yarnpkg.com/@nicolo-ribaudo/eslint-scope-5-internals/-/eslint-scope-5-internals-5.1.1-v1.tgz#dbf733a965ca47b1973177dc0bb6c889edcfb129"
@@ -4472,127 +4313,6 @@
resolved "https://registry.yarnpkg.com/@popperjs/core/-/core-2.11.8.tgz#6b79032e760a0899cd4204710beede972a3a185f"
integrity sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==
-"@radix-ui/primitive@1.1.0":
- version "1.1.0"
- resolved "https://registry.yarnpkg.com/@radix-ui/primitive/-/primitive-1.1.0.tgz#42ef83b3b56dccad5d703ae8c42919a68798bbe2"
- integrity sha512-4Z8dn6Upk0qk4P74xBhZ6Hd/w0mPEzOOLxy4xiPXOXqjF7jZS0VAKk7/x/H6FyY2zCkYJqePf1G5KmkmNJ4RBA==
-
-"@radix-ui/react-compose-refs@1.1.0":
- version "1.1.0"
- resolved "https://registry.yarnpkg.com/@radix-ui/react-compose-refs/-/react-compose-refs-1.1.0.tgz#656432461fc8283d7b591dcf0d79152fae9ecc74"
- integrity sha512-b4inOtiaOnYf9KWyO3jAeeCG6FeyfY6ldiEPanbUjWd+xIk5wZeHa8yVwmrJ2vderhu/BQvzCrJI0lHd+wIiqw==
-
-"@radix-ui/react-context@1.1.0":
- version "1.1.0"
- resolved "https://registry.yarnpkg.com/@radix-ui/react-context/-/react-context-1.1.0.tgz#6df8d983546cfd1999c8512f3a8ad85a6e7fcee8"
- integrity sha512-OKrckBy+sMEgYM/sMmqmErVn0kZqrHPJze+Ql3DzYsDDp0hl0L62nx/2122/Bvps1qz645jlcu2tD9lrRSdf8A==
-
-"@radix-ui/react-dialog@^1.0.5":
- version "1.1.1"
- resolved "https://registry.yarnpkg.com/@radix-ui/react-dialog/-/react-dialog-1.1.1.tgz#4906507f7b4ad31e22d7dad69d9330c87c431d44"
- integrity sha512-zysS+iU4YP3STKNS6USvFVqI4qqx8EpiwmT5TuCApVEBca+eRCbONi4EgzfNSuVnOXvC5UPHHMjs8RXO6DH9Bg==
- dependencies:
- "@radix-ui/primitive" "1.1.0"
- "@radix-ui/react-compose-refs" "1.1.0"
- "@radix-ui/react-context" "1.1.0"
- "@radix-ui/react-dismissable-layer" "1.1.0"
- "@radix-ui/react-focus-guards" "1.1.0"
- "@radix-ui/react-focus-scope" "1.1.0"
- "@radix-ui/react-id" "1.1.0"
- "@radix-ui/react-portal" "1.1.1"
- "@radix-ui/react-presence" "1.1.0"
- "@radix-ui/react-primitive" "2.0.0"
- "@radix-ui/react-slot" "1.1.0"
- "@radix-ui/react-use-controllable-state" "1.1.0"
- aria-hidden "^1.1.1"
- react-remove-scroll "2.5.7"
-
-"@radix-ui/react-dismissable-layer@1.1.0":
- version "1.1.0"
- resolved "https://registry.yarnpkg.com/@radix-ui/react-dismissable-layer/-/react-dismissable-layer-1.1.0.tgz#2cd0a49a732372513733754e6032d3fb7988834e"
- integrity sha512-/UovfmmXGptwGcBQawLzvn2jOfM0t4z3/uKffoBlj724+n3FvBbZ7M0aaBOmkp6pqFYpO4yx8tSVJjx3Fl2jig==
- dependencies:
- "@radix-ui/primitive" "1.1.0"
- "@radix-ui/react-compose-refs" "1.1.0"
- "@radix-ui/react-primitive" "2.0.0"
- "@radix-ui/react-use-callback-ref" "1.1.0"
- "@radix-ui/react-use-escape-keydown" "1.1.0"
-
-"@radix-ui/react-focus-guards@1.1.0":
- version "1.1.0"
- resolved "https://registry.yarnpkg.com/@radix-ui/react-focus-guards/-/react-focus-guards-1.1.0.tgz#8e9abb472a9a394f59a1b45f3dd26cfe3fc6da13"
- integrity sha512-w6XZNUPVv6xCpZUqb/yN9DL6auvpGX3C/ee6Hdi16v2UUy25HV2Q5bcflsiDyT/g5RwbPQ/GIT1vLkeRb+ITBw==
-
-"@radix-ui/react-focus-scope@1.1.0":
- version "1.1.0"
- resolved "https://registry.yarnpkg.com/@radix-ui/react-focus-scope/-/react-focus-scope-1.1.0.tgz#ebe2891a298e0a33ad34daab2aad8dea31caf0b2"
- integrity sha512-200UD8zylvEyL8Bx+z76RJnASR2gRMuxlgFCPAe/Q/679a/r0eK3MBVYMb7vZODZcffZBdob1EGnky78xmVvcA==
- dependencies:
- "@radix-ui/react-compose-refs" "1.1.0"
- "@radix-ui/react-primitive" "2.0.0"
- "@radix-ui/react-use-callback-ref" "1.1.0"
-
-"@radix-ui/react-id@1.1.0":
- version "1.1.0"
- resolved "https://registry.yarnpkg.com/@radix-ui/react-id/-/react-id-1.1.0.tgz#de47339656594ad722eb87f94a6b25f9cffae0ed"
- integrity sha512-EJUrI8yYh7WOjNOqpoJaf1jlFIH2LvtgAl+YcFqNCa+4hj64ZXmPkAKOFs/ukjz3byN6bdb/AVUqHkI8/uWWMA==
- dependencies:
- "@radix-ui/react-use-layout-effect" "1.1.0"
-
-"@radix-ui/react-portal@1.1.1":
- version "1.1.1"
- resolved "https://registry.yarnpkg.com/@radix-ui/react-portal/-/react-portal-1.1.1.tgz#1957f1eb2e1aedfb4a5475bd6867d67b50b1d15f"
- integrity sha512-A3UtLk85UtqhzFqtoC8Q0KvR2GbXF3mtPgACSazajqq6A41mEQgo53iPzY4i6BwDxlIFqWIhiQ2G729n+2aw/g==
- dependencies:
- "@radix-ui/react-primitive" "2.0.0"
- "@radix-ui/react-use-layout-effect" "1.1.0"
-
-"@radix-ui/react-presence@1.1.0":
- version "1.1.0"
- resolved "https://registry.yarnpkg.com/@radix-ui/react-presence/-/react-presence-1.1.0.tgz#227d84d20ca6bfe7da97104b1a8b48a833bfb478"
- integrity sha512-Gq6wuRN/asf9H/E/VzdKoUtT8GC9PQc9z40/vEr0VCJ4u5XvvhWIrSsCB6vD2/cH7ugTdSfYq9fLJCcM00acrQ==
- dependencies:
- "@radix-ui/react-compose-refs" "1.1.0"
- "@radix-ui/react-use-layout-effect" "1.1.0"
-
-"@radix-ui/react-primitive@2.0.0":
- version "2.0.0"
- resolved "https://registry.yarnpkg.com/@radix-ui/react-primitive/-/react-primitive-2.0.0.tgz#fe05715faa9203a223ccc0be15dc44b9f9822884"
- integrity sha512-ZSpFm0/uHa8zTvKBDjLFWLo8dkr4MBsiDLz0g3gMUwqgLHz9rTaRRGYDgvZPtBJgYCBKXkS9fzmoySgr8CO6Cw==
- dependencies:
- "@radix-ui/react-slot" "1.1.0"
-
-"@radix-ui/react-slot@1.1.0", "@radix-ui/react-slot@^1.0.2":
- version "1.1.0"
- resolved "https://registry.yarnpkg.com/@radix-ui/react-slot/-/react-slot-1.1.0.tgz#7c5e48c36ef5496d97b08f1357bb26ed7c714b84"
- integrity sha512-FUCf5XMfmW4dtYl69pdS4DbxKy8nj4M7SafBgPllysxmdachynNflAdp/gCsnYWNDnge6tI9onzMp5ARYc1KNw==
- dependencies:
- "@radix-ui/react-compose-refs" "1.1.0"
-
-"@radix-ui/react-use-callback-ref@1.1.0":
- version "1.1.0"
- resolved "https://registry.yarnpkg.com/@radix-ui/react-use-callback-ref/-/react-use-callback-ref-1.1.0.tgz#bce938ca413675bc937944b0d01ef6f4a6dc5bf1"
- integrity sha512-CasTfvsy+frcFkbXtSJ2Zu9JHpN8TYKxkgJGWbjiZhFivxaeW7rMeZt7QELGVLaYVfFMsKHjb7Ak0nMEe+2Vfw==
-
-"@radix-ui/react-use-controllable-state@1.1.0":
- version "1.1.0"
- resolved "https://registry.yarnpkg.com/@radix-ui/react-use-controllable-state/-/react-use-controllable-state-1.1.0.tgz#1321446857bb786917df54c0d4d084877aab04b0"
- integrity sha512-MtfMVJiSr2NjzS0Aa90NPTnvTSg6C/JLCV7ma0W6+OMV78vd8OyRpID+Ng9LxzsPbLeuBnWBA1Nq30AtBIDChw==
- dependencies:
- "@radix-ui/react-use-callback-ref" "1.1.0"
-
-"@radix-ui/react-use-escape-keydown@1.1.0":
- version "1.1.0"
- resolved "https://registry.yarnpkg.com/@radix-ui/react-use-escape-keydown/-/react-use-escape-keydown-1.1.0.tgz#31a5b87c3b726504b74e05dac1edce7437b98754"
- integrity sha512-L7vwWlR1kTTQ3oh7g1O0CBF3YCyyTj8NmhLR+phShpyA50HCfBFKVJTpshm9PzLiKmehsrQzTYTpX9HvmC9rhw==
- dependencies:
- "@radix-ui/react-use-callback-ref" "1.1.0"
-
-"@radix-ui/react-use-layout-effect@1.1.0":
- version "1.1.0"
- resolved "https://registry.yarnpkg.com/@radix-ui/react-use-layout-effect/-/react-use-layout-effect-1.1.0.tgz#3c2c8ce04827b26a39e442ff4888d9212268bd27"
- integrity sha512-+FPE0rOdziWSrH9athwI1R0HDVbWlEhd+FR+aSDk4uWGmSJ9Z54sdZVDQPZAinJhJXwfT+qnj969mCsT2gfm5w==
-
"@react-hook/latest@^1.0.2":
version "1.0.3"
resolved "https://registry.yarnpkg.com/@react-hook/latest/-/latest-1.0.3.tgz#c2d1d0b0af8b69ec6e2b3a2412ba0768ac82db80"
@@ -4669,9 +4389,9 @@
picomatch "^2.2.2"
"@rushstack/eslint-patch@^1.1.0":
- version "1.10.3"
- resolved "https://registry.yarnpkg.com/@rushstack/eslint-patch/-/eslint-patch-1.10.3.tgz#391d528054f758f81e53210f1a1eebcf1a8b1d20"
- integrity sha512-qC/xYId4NMebE6w/V33Fh9gWxLgURiNYgVNObbJl2LZv0GUUItCcCqC5axQSwRaAgaxl2mELq1rMzlswaQ0Zxg==
+ version "1.10.4"
+ resolved "https://registry.yarnpkg.com/@rushstack/eslint-patch/-/eslint-patch-1.10.4.tgz#427d5549943a9c6fce808e39ea64dbe60d4047f1"
+ integrity sha512-WJgX9nzTqknM393q1QJDJmoW28kUfEnybeTfVNcNAPnIx210RXm2DiXiHzfNPJNIUUb1tJnz/l4QGtJ30PgWmA==
"@sideway/address@^4.1.5":
version "4.1.5"
@@ -4741,29 +4461,28 @@
webpack-sources "^3.2.2"
"@storybook/addon-a11y@^8.0.6":
- version "8.1.11"
- resolved "https://registry.yarnpkg.com/@storybook/addon-a11y/-/addon-a11y-8.1.11.tgz#70b073009104dbc2d0f8dca1ccfc3254ae4e4eb4"
- integrity sha512-JFiY/ASwMOCf3MOi7GtKOvLn62jhcIYV2he90l1SSnXxsDmurETVumyAdTQtQtUQpAJI+l0Ed4uLVjzAxkGreg==
+ version "8.2.7"
+ resolved "https://registry.yarnpkg.com/@storybook/addon-a11y/-/addon-a11y-8.2.7.tgz#b09fb438aa274b88a00fccceb128ef9086bea8f0"
+ integrity sha512-fHr8a/+srayg1S8nBt6Urdi/4tHc/fO08V+5xJNZBXqjmWCxBkxslDxg1fYPixwFctoorpX279SxeVP7p/Px4w==
dependencies:
- "@storybook/addon-highlight" "8.1.11"
+ "@storybook/addon-highlight" "8.2.7"
axe-core "^4.2.0"
-"@storybook/addon-actions@8.1.11":
- version "8.1.11"
- resolved "https://registry.yarnpkg.com/@storybook/addon-actions/-/addon-actions-8.1.11.tgz#dafa4e84e01924372feda003c449e827347e4afd"
- integrity sha512-jqYXgBgOVInStOCk//AA+dGkrfN8R7rDXA4lyu82zM59kvICtG9iqgmkSRDn0Z3zUkM+lIHZGoz0aLVQ8pxsgw==
+"@storybook/addon-actions@8.2.7":
+ version "8.2.7"
+ resolved "https://registry.yarnpkg.com/@storybook/addon-actions/-/addon-actions-8.2.7.tgz#f2c6509bb1e18e99a34e7bb886292da9ab267bf2"
+ integrity sha512-wDnMGGmaogAForkNncfCx8BEDiwxeK8zC0lj8HkRPUuH6vTr81U5RIb12Wa2TnnNKLKMFAtyPSnofHf3OAfzZQ==
dependencies:
- "@storybook/core-events" "8.1.11"
"@storybook/global" "^5.0.0"
"@types/uuid" "^9.0.1"
dequal "^2.0.2"
polished "^4.2.2"
uuid "^9.0.0"
-"@storybook/addon-backgrounds@8.1.11":
- version "8.1.11"
- resolved "https://registry.yarnpkg.com/@storybook/addon-backgrounds/-/addon-backgrounds-8.1.11.tgz#83d361abee4ca6e4e8a2bd5de37f1006d705aa19"
- integrity sha512-naGf1ovmsU2pSWb270yRO1IidnO+0YCZ5Tcb8I4rPhZ0vsdXNURYKS1LPSk1OZkvaUXdeB4Im9HhHfUBJOW9oQ==
+"@storybook/addon-backgrounds@8.2.7":
+ version "8.2.7"
+ resolved "https://registry.yarnpkg.com/@storybook/addon-backgrounds/-/addon-backgrounds-8.2.7.tgz#69eae69a05637feb25c34a87fb8c42a065ed27e3"
+ integrity sha512-kEL3kzYB0qNfpznchlGBnQm4iydyzdTYDPlCFsKUAxfUmJFnpz2H52Sl5lB+qJC/4OREp1Usltag7cUjeuyzMQ==
dependencies:
"@storybook/global" "^5.0.0"
memoizerific "^1.11.3"
@@ -4776,34 +4495,26 @@
dependencies:
"@storybook/global" "^5.0.0"
-"@storybook/addon-controls@8.1.11":
- version "8.1.11"
- resolved "https://registry.yarnpkg.com/@storybook/addon-controls/-/addon-controls-8.1.11.tgz#9bcd96e7cd3262cba03e6cf5509a8eefca7ab097"
- integrity sha512-q/Vt4meNVlFlBWIMCJhx6r+bqiiYocCta2RoUK5nyIZUiLzHncKHX6JnCU36EmJzRyah9zkwjfCb2G1r9cjnoQ==
+"@storybook/addon-controls@8.2.7":
+ version "8.2.7"
+ resolved "https://registry.yarnpkg.com/@storybook/addon-controls/-/addon-controls-8.2.7.tgz#7a983d02f66eb9f078ea58eb22b691558e49239c"
+ integrity sha512-u3MruX0Zh6l1iNkoJdXwx+zPVqpDKypVrC0YdN3qQ3+mtTwqt35rgetYqtOkDnJ8mXKxo8A5giERKPIyzH9iBA==
dependencies:
- "@storybook/blocks" "8.1.11"
dequal "^2.0.2"
lodash "^4.17.21"
ts-dedent "^2.0.0"
-"@storybook/addon-docs@8.1.11":
- version "8.1.11"
- resolved "https://registry.yarnpkg.com/@storybook/addon-docs/-/addon-docs-8.1.11.tgz#7b43d7b5a4b387b14362a367f277f6c84eb5b2c1"
- integrity sha512-69dv+CE4R5wFU7xnJmhuyEbLN2PEVDV3N/BbgJqeucIYPmm6zDV83Q66teCHKYtRln3BFUqPH5mxsjiHobxfJQ==
+"@storybook/addon-docs@8.2.7":
+ version "8.2.7"
+ resolved "https://registry.yarnpkg.com/@storybook/addon-docs/-/addon-docs-8.2.7.tgz#346aef71c06b1ca13b1297f82f8d89c0134d37ba"
+ integrity sha512-icLbvUWp95WUxq2sY+0xgJ49MaQ2HqtWY9RUJUZswJ/ZPJTCCpIoa6HP/NOB9A90Oec9n8sW+1CdDL4CxfxfZg==
dependencies:
"@babel/core" "^7.24.4"
"@mdx-js/react" "^3.0.0"
- "@storybook/blocks" "8.1.11"
- "@storybook/client-logger" "8.1.11"
- "@storybook/components" "8.1.11"
- "@storybook/csf-plugin" "8.1.11"
- "@storybook/csf-tools" "8.1.11"
+ "@storybook/blocks" "8.2.7"
+ "@storybook/csf-plugin" "8.2.7"
"@storybook/global" "^5.0.0"
- "@storybook/node-logger" "8.1.11"
- "@storybook/preview-api" "8.1.11"
- "@storybook/react-dom-shim" "8.1.11"
- "@storybook/theming" "8.1.11"
- "@storybook/types" "8.1.11"
+ "@storybook/react-dom-shim" "8.2.7"
"@types/react" "^16.8.0 || ^17.0.0 || ^18.0.0"
fs-extra "^11.1.0"
react "^16.8.0 || ^17.0.0 || ^18.0.0"
@@ -4813,132 +4524,91 @@
ts-dedent "^2.0.0"
"@storybook/addon-essentials@^8.0.6":
- version "8.1.11"
- resolved "https://registry.yarnpkg.com/@storybook/addon-essentials/-/addon-essentials-8.1.11.tgz#a32817c71f3ee1836b9b4bc03284f3931a6818ca"
- integrity sha512-uRTpcIZQnflML8H+2onicUNIIssKfuviW8Lyrs/KFwSZ1rMcYzhwzCNbGlIbAv04tgHe5NqEyNhb+DVQcZQBzg==
- dependencies:
- "@storybook/addon-actions" "8.1.11"
- "@storybook/addon-backgrounds" "8.1.11"
- "@storybook/addon-controls" "8.1.11"
- "@storybook/addon-docs" "8.1.11"
- "@storybook/addon-highlight" "8.1.11"
- "@storybook/addon-measure" "8.1.11"
- "@storybook/addon-outline" "8.1.11"
- "@storybook/addon-toolbars" "8.1.11"
- "@storybook/addon-viewport" "8.1.11"
- "@storybook/core-common" "8.1.11"
- "@storybook/manager-api" "8.1.11"
- "@storybook/node-logger" "8.1.11"
- "@storybook/preview-api" "8.1.11"
+ version "8.2.7"
+ resolved "https://registry.yarnpkg.com/@storybook/addon-essentials/-/addon-essentials-8.2.7.tgz#8a8f059fa9947376a561b81b86202a839f4146a2"
+ integrity sha512-5qe7La9B2Z4Y9Fet3C35y8zOZwKgrqduNk8yAUmPRAOwopdo8SGKYpnFTnAtTfTCVk6Y+AZlRfQq0yLUk0Wl3g==
+ dependencies:
+ "@storybook/addon-actions" "8.2.7"
+ "@storybook/addon-backgrounds" "8.2.7"
+ "@storybook/addon-controls" "8.2.7"
+ "@storybook/addon-docs" "8.2.7"
+ "@storybook/addon-highlight" "8.2.7"
+ "@storybook/addon-measure" "8.2.7"
+ "@storybook/addon-outline" "8.2.7"
+ "@storybook/addon-toolbars" "8.2.7"
+ "@storybook/addon-viewport" "8.2.7"
ts-dedent "^2.0.0"
-"@storybook/addon-highlight@8.1.11":
- version "8.1.11"
- resolved "https://registry.yarnpkg.com/@storybook/addon-highlight/-/addon-highlight-8.1.11.tgz#c4e7af700d3ede709472831b6afb026a0208b388"
- integrity sha512-Iu8FCAd4ETsB6QF4xDE/OLLZY3HOFopuLM5KE0f58jnccF5zAVGr1Rj/54p6TeK0PEou0tLRPFuZs+LPlEzrSw==
+"@storybook/addon-highlight@8.2.7":
+ version "8.2.7"
+ resolved "https://registry.yarnpkg.com/@storybook/addon-highlight/-/addon-highlight-8.2.7.tgz#234e6a50be601be29064b21a2f665498916295c4"
+ integrity sha512-YhiLtyJ3NBNV3FQoQo8RFjj59QGSmmeSwRvCjoac6No2DY5vkMW5a8mW6ORr6QYd7ratRNtd3AsPqksZIehRwQ==
dependencies:
"@storybook/global" "^5.0.0"
-"@storybook/addon-measure@8.1.11":
- version "8.1.11"
- resolved "https://registry.yarnpkg.com/@storybook/addon-measure/-/addon-measure-8.1.11.tgz#d72fdacb8c248b4fc3d1325143517011aa01c960"
- integrity sha512-LkQD3SiLWaWt53aLB3EnmhD9Im8EOO+HKSUE+XGnIJRUcHHRqHfvDkN9KX7T1DCWbfRE5WzMHF5o23b3UiAANw==
+"@storybook/addon-measure@8.2.7":
+ version "8.2.7"
+ resolved "https://registry.yarnpkg.com/@storybook/addon-measure/-/addon-measure-8.2.7.tgz#92dd3fa52ccf3dc8aadef7c54f6c30cad9094b30"
+ integrity sha512-cS5njwlzrgrUjigUKjhbgJMT8bhPmVDK3FwrQqGhw6xYP4cd9/YBJ4RLNPWhOgGJ+EUTz7eFZ/Rkli5mNrhYcQ==
dependencies:
"@storybook/global" "^5.0.0"
tiny-invariant "^1.3.1"
-"@storybook/addon-outline@8.1.11":
- version "8.1.11"
- resolved "https://registry.yarnpkg.com/@storybook/addon-outline/-/addon-outline-8.1.11.tgz#3bfa20824967e2c744aac852b01f57c2b2273174"
- integrity sha512-vco3RLVjkcS25dNtj1lxmjq4fC0Nq08KNLMS5cbNPVJWNTuSUi/2EthSTQQCdpfMV/p6u+D5uF20A9Pl0xJFXw==
+"@storybook/addon-outline@8.2.7":
+ version "8.2.7"
+ resolved "https://registry.yarnpkg.com/@storybook/addon-outline/-/addon-outline-8.2.7.tgz#6e45e9fdeb44caf3f0876f65e2c052fc245897a3"
+ integrity sha512-oFSo3o5eEUSsdGUSPV22pGoJ5lL0PGcqjcee2hyl0Rc60ovsnB1BEGOoaGk7/bmkywMxRZm8D6j85V8HftA/kg==
dependencies:
"@storybook/global" "^5.0.0"
ts-dedent "^2.0.0"
"@storybook/addon-storysource@^8.0.6":
- version "8.1.11"
- resolved "https://registry.yarnpkg.com/@storybook/addon-storysource/-/addon-storysource-8.1.11.tgz#127bde66ecee62d2ee10776970b37f8aa81a8a42"
- integrity sha512-b2K3+ZzfANDTTeN1jnqNgAQ5ZIhnhIAv89gC/36cOhSK5NLyKmyVKLGQmR3fVqX3URpnz9xccst2JNXopvtccw==
+ version "8.2.7"
+ resolved "https://registry.yarnpkg.com/@storybook/addon-storysource/-/addon-storysource-8.2.7.tgz#efa02d3178698ef61d70c1980b0f2518bb16d360"
+ integrity sha512-jZEb0TMWPfSgti6AUMrK81/UVmdxAKvbDSQiudrcfK1MFWmS1ce4r4dwHpocheJ/ptSxU1PVksv9meMB1GnIxw==
dependencies:
- "@storybook/source-loader" "8.1.11"
+ "@storybook/source-loader" "8.2.7"
estraverse "^5.2.0"
tiny-invariant "^1.3.1"
-"@storybook/addon-toolbars@8.1.11":
- version "8.1.11"
- resolved "https://registry.yarnpkg.com/@storybook/addon-toolbars/-/addon-toolbars-8.1.11.tgz#176a9b12880b5919e7ab12c448f32fe561feeaa7"
- integrity sha512-reIKB0+JTiP+GNzynlDcRf4xmv9+j/DQ94qiXl2ZG5+ufKilH8DiRZpVA/i0x+4+TxdGdOJr1/pOf8tAmhNEoQ==
+"@storybook/addon-toolbars@8.2.7":
+ version "8.2.7"
+ resolved "https://registry.yarnpkg.com/@storybook/addon-toolbars/-/addon-toolbars-8.2.7.tgz#9976083d202d8a9ecbc0b97ba619991f0bb7717b"
+ integrity sha512-lEq0/uiogQSxS8pM5AqIexPiG2mudHUxgBiVWSspbTQDUbGBUxB64VYeYERat50N/GyS2iCymlfSkC+OUXaYLQ==
-"@storybook/addon-viewport@8.1.11":
- version "8.1.11"
- resolved "https://registry.yarnpkg.com/@storybook/addon-viewport/-/addon-viewport-8.1.11.tgz#7985ace7cbb66ef160a79e4040e3491048715f4e"
- integrity sha512-qk4IcGnAgiAUQxt8l5PIQ293Za+w6wxlJQIpxr7+QM8OVkADPzXY0MmQfYWU9EQplrxAC2MSx3/C1gZeq+MDOQ==
+"@storybook/addon-viewport@8.2.7":
+ version "8.2.7"
+ resolved "https://registry.yarnpkg.com/@storybook/addon-viewport/-/addon-viewport-8.2.7.tgz#00145b13d11bc0db8201c237235d1cdcceac03ca"
+ integrity sha512-d4+klwM/duTukNED1WCeBgIMqL5Jvm/iUs2rUc5HI1FGMEDYnoLVR2ztjivQs+6f1cJWuGwWZD/toB5pKHuR/A==
dependencies:
memoizerific "^1.11.3"
-"@storybook/blocks@8.1.11":
- version "8.1.11"
- resolved "https://registry.yarnpkg.com/@storybook/blocks/-/blocks-8.1.11.tgz#a6315f787d11f10ac7198a1c5209c1945f4d07cc"
- integrity sha512-eMed7PpL/hAVM6tBS7h70bEAyzbiSU9I/kye4jZ7DkCbAsrX6OKmC7pcHSDn712WTcf3vVqxy5jOKUmOXpc0eg==
- dependencies:
- "@storybook/channels" "8.1.11"
- "@storybook/client-logger" "8.1.11"
- "@storybook/components" "8.1.11"
- "@storybook/core-events" "8.1.11"
- "@storybook/csf" "^0.1.7"
- "@storybook/docs-tools" "8.1.11"
+"@storybook/blocks@8.2.7":
+ version "8.2.7"
+ resolved "https://registry.yarnpkg.com/@storybook/blocks/-/blocks-8.2.7.tgz#6398ae5b9e24ef4849dbd1e937214cb20973ee50"
+ integrity sha512-lZB4EzmY4ftgubkf7hmkALEhmfMhRkDRD5QjrgTZLRpdVXPzFUyljgLlTBhv34YTN+ZLYK618/4uSVJBpgoKeQ==
+ dependencies:
+ "@storybook/csf" "0.1.11"
"@storybook/global" "^5.0.0"
"@storybook/icons" "^1.2.5"
- "@storybook/manager-api" "8.1.11"
- "@storybook/preview-api" "8.1.11"
- "@storybook/theming" "8.1.11"
- "@storybook/types" "8.1.11"
"@types/lodash" "^4.14.167"
color-convert "^2.0.1"
dequal "^2.0.2"
lodash "^4.17.21"
- markdown-to-jsx "7.3.2"
+ markdown-to-jsx "^7.4.5"
memoizerific "^1.11.3"
polished "^4.2.2"
react-colorful "^5.1.2"
telejson "^7.2.0"
- tocbot "^4.20.1"
ts-dedent "^2.0.0"
util-deprecate "^1.0.2"
-"@storybook/builder-manager@8.1.11":
- version "8.1.11"
- resolved "https://registry.yarnpkg.com/@storybook/builder-manager/-/builder-manager-8.1.11.tgz#1feaad5f11ac79cc2d466a8b4cf254c595950014"
- integrity sha512-U7bmed4Ayg+OlJ8HPmLeGxLTHzDY7rxmxM4aAs4YL01fufYfBcjkIP9kFhJm+GJOvGm+YJEUAPe5mbM1P/bn0Q==
- dependencies:
- "@fal-works/esbuild-plugin-global-externals" "^2.1.2"
- "@storybook/core-common" "8.1.11"
- "@storybook/manager" "8.1.11"
- "@storybook/node-logger" "8.1.11"
- "@types/ejs" "^3.1.1"
- "@yarnpkg/esbuild-plugin-pnp" "^3.0.0-rc.10"
- browser-assert "^1.2.1"
- ejs "^3.1.10"
- esbuild "^0.18.0 || ^0.19.0 || ^0.20.0"
- esbuild-plugin-alias "^0.2.1"
- express "^4.17.3"
- fs-extra "^11.1.0"
- process "^0.11.10"
- util "^0.12.4"
-
-"@storybook/builder-webpack5@8.1.11":
- version "8.1.11"
- resolved "https://registry.yarnpkg.com/@storybook/builder-webpack5/-/builder-webpack5-8.1.11.tgz#a0c0208142fa248e6e5c9313d00a7666649e3e9c"
- integrity sha512-3/aKmnZu+mHj5LB4VyvzrlHzn2iVjH5y8EUPtFYOkjc2KBkPpF39jBHecfDVCWeO/6kgvAI41t7LLnYB6DZqhw==
- dependencies:
- "@storybook/channels" "8.1.11"
- "@storybook/client-logger" "8.1.11"
- "@storybook/core-common" "8.1.11"
- "@storybook/core-events" "8.1.11"
- "@storybook/core-webpack" "8.1.11"
- "@storybook/node-logger" "8.1.11"
- "@storybook/preview" "8.1.11"
- "@storybook/preview-api" "8.1.11"
+"@storybook/builder-webpack5@8.2.7":
+ version "8.2.7"
+ resolved "https://registry.yarnpkg.com/@storybook/builder-webpack5/-/builder-webpack5-8.2.7.tgz#b3ef9d6e1611a24ec420c1399487634c5c673168"
+ integrity sha512-3SWN0X6qB14jnCrpMWd5tCshxzLEcRK5Sw/vBIW9HUsUx9OVMPxWp+Ti6NZHqj6FfHVbJb+qOwHl493JAJaFdg==
+ dependencies:
+ "@storybook/core-webpack" "8.2.7"
"@types/node" "^18.0.0"
"@types/semver" "^7.3.4"
browser-assert "^1.2.1"
@@ -4947,338 +4617,136 @@
constants-browserify "^1.0.0"
css-loader "^6.7.1"
es-module-lexer "^1.5.0"
- express "^4.17.3"
+ express "^4.19.2"
fork-ts-checker-webpack-plugin "^8.0.0"
fs-extra "^11.1.0"
html-webpack-plugin "^5.5.0"
magic-string "^0.30.5"
path-browserify "^1.0.1"
process "^0.11.10"
- semver "^7.3.7"
- style-loader "^3.3.1"
- terser-webpack-plugin "^5.3.1"
- ts-dedent "^2.0.0"
- url "^0.11.0"
- util "^0.12.4"
- util-deprecate "^1.0.2"
- webpack "5"
- webpack-dev-middleware "^6.1.2"
- webpack-hot-middleware "^2.25.1"
- webpack-virtual-modules "^0.5.0"
-
-"@storybook/channels@8.1.11", "@storybook/channels@^8.0.6":
- version "8.1.11"
- resolved "https://registry.yarnpkg.com/@storybook/channels/-/channels-8.1.11.tgz#7d4b1877ae31d4c073c17a36b157067e2a71f231"
- integrity sha512-fu5FTqo6duOqtJFa6gFzKbiSLJoia+8Tibn3xFfB6BeifWrH81hc+AZq0lTmHo5qax2G5t8ZN8JooHjMw6k2RA==
- dependencies:
- "@storybook/client-logger" "8.1.11"
- "@storybook/core-events" "8.1.11"
- "@storybook/global" "^5.0.0"
- telejson "^7.2.0"
- tiny-invariant "^1.3.1"
-
-"@storybook/cli@8.1.11":
- version "8.1.11"
- resolved "https://registry.yarnpkg.com/@storybook/cli/-/cli-8.1.11.tgz#0eb593e23a7c6016b458bfb6e5a365f0657de025"
- integrity sha512-4U48w9C7mVEKrykcPcfHwJkRyCqJ28XipbElACbjIIkQEqaHaOVtP3GeKIrgkoOXe/HK3O4zKWRP2SqlVS0r4A==
- dependencies:
- "@babel/core" "^7.24.4"
- "@babel/types" "^7.24.0"
- "@ndelangen/get-tarball" "^3.0.7"
- "@storybook/codemod" "8.1.11"
- "@storybook/core-common" "8.1.11"
- "@storybook/core-events" "8.1.11"
- "@storybook/core-server" "8.1.11"
- "@storybook/csf-tools" "8.1.11"
- "@storybook/node-logger" "8.1.11"
- "@storybook/telemetry" "8.1.11"
- "@storybook/types" "8.1.11"
- "@types/semver" "^7.3.4"
- "@yarnpkg/fslib" "2.10.3"
- "@yarnpkg/libzip" "2.3.0"
- chalk "^4.1.0"
- commander "^6.2.1"
- cross-spawn "^7.0.3"
- detect-indent "^6.1.0"
- envinfo "^7.7.3"
- execa "^5.0.0"
- find-up "^5.0.0"
- fs-extra "^11.1.0"
- get-npm-tarball-url "^2.0.3"
- giget "^1.0.0"
- globby "^14.0.1"
- jscodeshift "^0.15.1"
- leven "^3.1.0"
- ora "^5.4.1"
- prettier "^3.1.1"
- prompts "^2.4.0"
- read-pkg-up "^7.0.1"
- semver "^7.3.7"
- strip-json-comments "^3.0.1"
- tempy "^3.1.0"
- tiny-invariant "^1.3.1"
- ts-dedent "^2.0.0"
-
-"@storybook/client-logger@8.1.11":
- version "8.1.11"
- resolved "https://registry.yarnpkg.com/@storybook/client-logger/-/client-logger-8.1.11.tgz#4fbf660869466d5faff89827ac9dee2fc1a084b0"
- integrity sha512-DVMh2usz3yYmlqCLCiCKy5fT8/UR9aTh+gSqwyNFkGZrIM4otC5A8eMXajXifzotQLT5SaOEnM3WzHwmpvMIEA==
- dependencies:
- "@storybook/global" "^5.0.0"
-
-"@storybook/codemod@8.1.11":
- version "8.1.11"
- resolved "https://registry.yarnpkg.com/@storybook/codemod/-/codemod-8.1.11.tgz#3a757511ac48fde6c5dbbdc248a6915c72157eba"
- integrity sha512-/LCozjH1IQ1TOs9UQV59BE0X6UZ9q+C0NEUz7qmJZPrwAii3FkW4l7D/fwxblpMExaoxv0oE8NQfUz49U/5Ymg==
- dependencies:
- "@babel/core" "^7.24.4"
- "@babel/preset-env" "^7.24.4"
- "@babel/types" "^7.24.0"
- "@storybook/csf" "^0.1.7"
- "@storybook/csf-tools" "8.1.11"
- "@storybook/node-logger" "8.1.11"
- "@storybook/types" "8.1.11"
- "@types/cross-spawn" "^6.0.2"
- cross-spawn "^7.0.3"
- globby "^14.0.1"
- jscodeshift "^0.15.1"
- lodash "^4.17.21"
- prettier "^3.1.1"
- recast "^0.23.5"
- tiny-invariant "^1.3.1"
-
-"@storybook/components@8.1.11", "@storybook/components@^8.0.6":
- version "8.1.11"
- resolved "https://registry.yarnpkg.com/@storybook/components/-/components-8.1.11.tgz#2b51a55118371cb639dd0f6a1c2520a235c928b6"
- integrity sha512-iXKsNu7VmrLBtjMfPj7S4yJ6T13GU6joKcVcrcw8wfrQJGlPFp4YaURPBUEDxvCt1XWi5JkaqJBvb48kIrROEQ==
- dependencies:
- "@radix-ui/react-dialog" "^1.0.5"
- "@radix-ui/react-slot" "^1.0.2"
- "@storybook/client-logger" "8.1.11"
- "@storybook/csf" "^0.1.7"
- "@storybook/global" "^5.0.0"
- "@storybook/icons" "^1.2.5"
- "@storybook/theming" "8.1.11"
- "@storybook/types" "8.1.11"
- memoizerific "^1.11.3"
- util-deprecate "^1.0.2"
-
-"@storybook/core-common@8.1.11":
- version "8.1.11"
- resolved "https://registry.yarnpkg.com/@storybook/core-common/-/core-common-8.1.11.tgz#02600936b5285ebefbfe9d6caf653aab5e213257"
- integrity sha512-Ix0nplD4I4DrV2t9B+62jaw1baKES9UbR/Jz9LVKFF9nsua3ON0aVe73dOjMxFWBngpzBYWe+zYBTZ7aQtDH4Q==
- dependencies:
- "@storybook/core-events" "8.1.11"
- "@storybook/csf-tools" "8.1.11"
- "@storybook/node-logger" "8.1.11"
- "@storybook/types" "8.1.11"
- "@yarnpkg/fslib" "2.10.3"
- "@yarnpkg/libzip" "2.3.0"
- chalk "^4.1.0"
- cross-spawn "^7.0.3"
- esbuild "^0.18.0 || ^0.19.0 || ^0.20.0"
- esbuild-register "^3.5.0"
- execa "^5.0.0"
- file-system-cache "2.3.0"
- find-cache-dir "^3.0.0"
- find-up "^5.0.0"
- fs-extra "^11.1.0"
- glob "^10.0.0"
- handlebars "^4.7.7"
- lazy-universal-dotenv "^4.0.0"
- node-fetch "^2.0.0"
- picomatch "^2.3.0"
- pkg-dir "^5.0.0"
- prettier-fallback "npm:prettier@^3"
- pretty-hrtime "^1.0.3"
- resolve-from "^5.0.0"
- semver "^7.3.7"
- tempy "^3.1.0"
- tiny-invariant "^1.3.1"
+ semver "^7.3.7"
+ style-loader "^3.3.1"
+ terser-webpack-plugin "^5.3.1"
ts-dedent "^2.0.0"
+ url "^0.11.0"
util "^0.12.4"
+ util-deprecate "^1.0.2"
+ webpack "5"
+ webpack-dev-middleware "^6.1.2"
+ webpack-hot-middleware "^2.25.1"
+ webpack-virtual-modules "^0.6.0"
-"@storybook/core-events@8.1.11", "@storybook/core-events@^8.0.6":
- version "8.1.11"
- resolved "https://registry.yarnpkg.com/@storybook/core-events/-/core-events-8.1.11.tgz#e72f9563aef3286c106021d9926723bc24614f4a"
- integrity sha512-vXaNe2KEW9BGlLrg0lzmf5cJ0xt+suPjWmEODH5JqBbrdZ67X6ApA2nb6WcxDQhykesWCuFN5gp1l+JuDOBi7A==
- dependencies:
- "@storybook/csf" "^0.1.7"
- ts-dedent "^2.0.0"
+"@storybook/channels@^8.0.6":
+ version "8.2.7"
+ resolved "https://registry.yarnpkg.com/@storybook/channels/-/channels-8.2.7.tgz#3977739ddac8f095a6b0de39a466afb431363433"
+ integrity sha512-1u+J4Z3DRX4AI+vu3qGlufHPL4/WA/jYTFnCYO2rQnWAC+ZdxqzvwNVgPdJJp8MUzUVCLAHJgbdd3nuMMSSp2g==
-"@storybook/core-server@8.1.11":
- version "8.1.11"
- resolved "https://registry.yarnpkg.com/@storybook/core-server/-/core-server-8.1.11.tgz#329f4d765f6e96d6e0128684179b04788cec2897"
- integrity sha512-L6dzQTmR0np/kagNONvvlm6lSvF1FNc9js3vxsEEPnEypLbhx8bDZaHmuhmBpYUzKyUMpRVQTE/WgjHLuBBuxA==
+"@storybook/codemod@8.2.7":
+ version "8.2.7"
+ resolved "https://registry.yarnpkg.com/@storybook/codemod/-/codemod-8.2.7.tgz#6627af389e43fba3a0e1f00241775208a0d46d31"
+ integrity sha512-D2sJcZMUO6Y7DNja4LvdT6uBee4bZbQKB904kEG9Kpr0XF20IHAP9BbkfG8HEFaS0GbJwvGvE03Sg+S1y+vO6Q==
dependencies:
- "@aw-web-design/x-default-browser" "1.4.126"
"@babel/core" "^7.24.4"
- "@babel/parser" "^7.24.4"
- "@discoveryjs/json-ext" "^0.5.3"
- "@storybook/builder-manager" "8.1.11"
- "@storybook/channels" "8.1.11"
- "@storybook/core-common" "8.1.11"
- "@storybook/core-events" "8.1.11"
- "@storybook/csf" "^0.1.7"
- "@storybook/csf-tools" "8.1.11"
- "@storybook/docs-mdx" "3.1.0-next.0"
- "@storybook/global" "^5.0.0"
- "@storybook/manager" "8.1.11"
- "@storybook/manager-api" "8.1.11"
- "@storybook/node-logger" "8.1.11"
- "@storybook/preview-api" "8.1.11"
- "@storybook/telemetry" "8.1.11"
- "@storybook/types" "8.1.11"
- "@types/detect-port" "^1.3.0"
- "@types/diff" "^5.0.9"
- "@types/node" "^18.0.0"
- "@types/pretty-hrtime" "^1.0.0"
- "@types/semver" "^7.3.4"
- better-opn "^3.0.2"
- chalk "^4.1.0"
- cli-table3 "^0.6.1"
- compression "^1.7.4"
- detect-port "^1.3.0"
- diff "^5.2.0"
- express "^4.17.3"
- fs-extra "^11.1.0"
+ "@babel/preset-env" "^7.24.4"
+ "@babel/types" "^7.24.0"
+ "@storybook/core" "8.2.7"
+ "@storybook/csf" "0.1.11"
+ "@types/cross-spawn" "^6.0.2"
+ cross-spawn "^7.0.3"
globby "^14.0.1"
+ jscodeshift "^0.15.1"
lodash "^4.17.21"
- open "^8.4.0"
- pretty-hrtime "^1.0.3"
- prompts "^2.4.0"
- read-pkg-up "^7.0.1"
- semver "^7.3.7"
- telejson "^7.2.0"
+ prettier "^3.1.1"
+ recast "^0.23.5"
tiny-invariant "^1.3.1"
- ts-dedent "^2.0.0"
- util "^0.12.4"
- util-deprecate "^1.0.2"
- watchpack "^2.2.0"
- ws "^8.2.3"
-"@storybook/core-webpack@8.1.11":
- version "8.1.11"
- resolved "https://registry.yarnpkg.com/@storybook/core-webpack/-/core-webpack-8.1.11.tgz#7ef4b40c54520725fdf2f8bfd1a358d7aebe2cf1"
- integrity sha512-UQY+t0BDb408OuxW6jQN1ghXcejZlFNgprgvuKlhY3MSv1XwmjrxBDwnLDat4QfBJHFbjdn4eR7pSBzrfE6tKA==
+"@storybook/components@^8.0.6", "@storybook/components@^8.2.7":
+ version "8.2.7"
+ resolved "https://registry.yarnpkg.com/@storybook/components/-/components-8.2.7.tgz#e8ae8c8f7733931dfb8c2e8628b3c1e339861e8d"
+ integrity sha512-FXhnoHl9S+tKSFc62iUG3EWplQP9ojGQaSMhqP4QTus6xmo53oSsPzuTPQilKVHkGxFQW8eGgKKsfHw3G2NT2g==
+
+"@storybook/core-events@^8.0.6":
+ version "8.2.7"
+ resolved "https://registry.yarnpkg.com/@storybook/core-events/-/core-events-8.2.7.tgz#cbd6394cea22ee626a36d47ef42fc51abde7ba6f"
+ integrity sha512-w4Gz7ExwCFrr/Z6JTTLj/jLDsiapqq71lGcCTE7fZp4blN/FovB/oOehljAkjyCOCL8Rx3kiSeWIicO+M8o1Fw==
+
+"@storybook/core-webpack@8.2.7":
+ version "8.2.7"
+ resolved "https://registry.yarnpkg.com/@storybook/core-webpack/-/core-webpack-8.2.7.tgz#f62166bf8e48eb7d765a3069e2428b16b0bcbe86"
+ integrity sha512-eVtizQZdjPePjjPBfMw+74ha2yZw68AQZu5TK01Vetdjz1h+SSt+p/otWcJWPMGpZOg9p+n0krWvlcYHBsZsbA==
dependencies:
- "@storybook/core-common" "8.1.11"
- "@storybook/node-logger" "8.1.11"
- "@storybook/types" "8.1.11"
"@types/node" "^18.0.0"
ts-dedent "^2.0.0"
-"@storybook/csf-plugin@8.1.11":
- version "8.1.11"
- resolved "https://registry.yarnpkg.com/@storybook/csf-plugin/-/csf-plugin-8.1.11.tgz#d09e5b3297c93da513d6760fe81d63649c0be8b2"
- integrity sha512-hkA8gjFtSN/tabG0cuvmEqanMXtxPr3qTkp4UNSt1R6jBEgFHRG2y/KYLl367kDwOSFTT987ZgRfJJruU66Fvw==
+"@storybook/core@8.2.7":
+ version "8.2.7"
+ resolved "https://registry.yarnpkg.com/@storybook/core/-/core-8.2.7.tgz#4f3352d3ee23b3adae3909bb326eebccc4ca2cbe"
+ integrity sha512-vgw5MYN9Bq2/ZsObCOEHbBHwi4RpbYCHPFtKkr4kTnWID++FCSiSVd7jY3xPvcNxWqCxOyH6dThpBi+SsB/ZAA==
dependencies:
- "@storybook/csf-tools" "8.1.11"
- unplugin "^1.3.1"
+ "@storybook/csf" "0.1.11"
+ "@types/express" "^4.17.21"
+ "@types/node" "^18.0.0"
+ browser-assert "^1.2.1"
+ esbuild "^0.18.0 || ^0.19.0 || ^0.20.0 || ^0.21.0"
+ esbuild-register "^3.5.0"
+ express "^4.19.2"
+ process "^0.11.10"
+ recast "^0.23.5"
+ util "^0.12.4"
+ ws "^8.2.3"
-"@storybook/csf-tools@8.1.11":
- version "8.1.11"
- resolved "https://registry.yarnpkg.com/@storybook/csf-tools/-/csf-tools-8.1.11.tgz#e89699f6fdc336778f7174a01734f37025ca09c9"
- integrity sha512-6qMWAg/dBwCVIHzANM9lSHoirwqSS+wWmv+NwAs0t9S94M75IttHYxD3IyzwaSYCC5llp0EQFvtXXAuSfFbibg==
+"@storybook/csf-plugin@8.2.7":
+ version "8.2.7"
+ resolved "https://registry.yarnpkg.com/@storybook/csf-plugin/-/csf-plugin-8.2.7.tgz#11f417bf3408feb4f33e8b46b0780a0023785dd2"
+ integrity sha512-rBdplL6xcVJcuq+uM0eidomMQ5BtAlVAejYrOTNiqBk/zVh5JSvchYzYG9n6Fo2PdKLLKdlZ874zhsVuNriNBQ==
dependencies:
- "@babel/generator" "^7.24.4"
- "@babel/parser" "^7.24.4"
- "@babel/traverse" "^7.24.1"
- "@babel/types" "^7.24.0"
- "@storybook/csf" "^0.1.7"
- "@storybook/types" "8.1.11"
- fs-extra "^11.1.0"
- recast "^0.23.5"
- ts-dedent "^2.0.0"
+ unplugin "^1.3.1"
-"@storybook/csf@^0.1.7":
+"@storybook/csf@0.1.11":
version "0.1.11"
resolved "https://registry.yarnpkg.com/@storybook/csf/-/csf-0.1.11.tgz#ad685a4fe564a47a6b73571c2e7c07b526f4f71b"
integrity sha512-dHYFQH3mA+EtnCkHXzicbLgsvzYjcDJ1JWsogbItZogkPHgSJM/Wr71uMkcvw8v9mmCyP4NpXJuu6bPoVsOnzg==
dependencies:
type-fest "^2.19.0"
-"@storybook/docs-mdx@3.1.0-next.0":
- version "3.1.0-next.0"
- resolved "https://registry.yarnpkg.com/@storybook/docs-mdx/-/docs-mdx-3.1.0-next.0.tgz#9567c6eb621110dcf6554923a975238953d06305"
- integrity sha512-t4syFIeSyufieNovZbLruPt2DmRKpbwL4fERCZ1MifWDRIORCKLc4NCEHy+IqvIqd71/SJV2k4B51nF7vlJfmQ==
-
-"@storybook/docs-tools@8.1.11":
- version "8.1.11"
- resolved "https://registry.yarnpkg.com/@storybook/docs-tools/-/docs-tools-8.1.11.tgz#f779d3dd0fc4545c7c6a74c6c38663e72c51a52e"
- integrity sha512-mEXtR9rS7Y+OdKtT/QG6JBGYR1L41mcDhIqhnk7RmYl9qJstVAegrCKWR53sPKFdTVOHU7dmu6k+BD+TqHpyyw==
- dependencies:
- "@storybook/core-common" "8.1.11"
- "@storybook/core-events" "8.1.11"
- "@storybook/preview-api" "8.1.11"
- "@storybook/types" "8.1.11"
- "@types/doctrine" "^0.0.3"
- assert "^2.1.0"
- doctrine "^3.0.0"
- lodash "^4.17.21"
-
"@storybook/global@^5.0.0":
version "5.0.0"
resolved "https://registry.yarnpkg.com/@storybook/global/-/global-5.0.0.tgz#b793d34b94f572c1d7d9e0f44fac4e0dbc9572ed"
integrity sha512-FcOqPAXACP0I3oJ/ws6/rrPT9WGhu915Cg8D02a9YxLo0DE9zI+a9A5gRGvmQ09fiWPukqI8ZAEoQEdWUKMQdQ==
"@storybook/icons@^1.2.5":
- version "1.2.9"
- resolved "https://registry.yarnpkg.com/@storybook/icons/-/icons-1.2.9.tgz#bb4a51a79e186b62e2dd0e04928b8617ac573838"
- integrity sha512-cOmylsz25SYXaJL/gvTk/dl3pyk7yBFRfeXTsHvTA3dfhoU/LWSq0NKL9nM7WBasJyn6XPSGnLS4RtKXLw5EUg==
-
-"@storybook/manager-api@8.1.11":
- version "8.1.11"
- resolved "https://registry.yarnpkg.com/@storybook/manager-api/-/manager-api-8.1.11.tgz#f1a00215512a75026733d7e4eb8212b35d2cfd86"
- integrity sha512-QSgwKfAw01K9YvvZj30iGBMgQ4YaCT3vojmttuqdH5ukyXkiO7pENLJj4Y+alwUeSi0g+SJeadCI3PXySBHOGg==
- dependencies:
- "@storybook/channels" "8.1.11"
- "@storybook/client-logger" "8.1.11"
- "@storybook/core-events" "8.1.11"
- "@storybook/csf" "^0.1.7"
- "@storybook/global" "^5.0.0"
- "@storybook/icons" "^1.2.5"
- "@storybook/router" "8.1.11"
- "@storybook/theming" "8.1.11"
- "@storybook/types" "8.1.11"
- dequal "^2.0.2"
- lodash "^4.17.21"
- memoizerific "^1.11.3"
- store2 "^2.14.2"
- telejson "^7.2.0"
- ts-dedent "^2.0.0"
+ version "1.2.10"
+ resolved "https://registry.yarnpkg.com/@storybook/icons/-/icons-1.2.10.tgz#d3d44912a3a88f3f04f77ce2c23a7e47e796f766"
+ integrity sha512-310apKdDcjbbX2VSLWPwhEwAgjxTzVagrwucVZIdGPErwiAppX8KvBuWZgPo+rQLVrtH8S+pw1dbUwjcE6d7og==
-"@storybook/manager@8.1.11":
- version "8.1.11"
- resolved "https://registry.yarnpkg.com/@storybook/manager/-/manager-8.1.11.tgz#a5bd296a3ae3f8a486b79ae12a7265e3063f0009"
- integrity sha512-e02y9dmxowo7cTKYm9am7UO6NOHoHy6Xi7xZf/UA932qLwFZUtk5pnwIEFaZWI3OQsRUCGhP+FL5zizU7uVZeg==
+"@storybook/manager-api@^8.2.7":
+ version "8.2.7"
+ resolved "https://registry.yarnpkg.com/@storybook/manager-api/-/manager-api-8.2.7.tgz#15d83e554f6f65cd7ce67de1277f1ce510d43907"
+ integrity sha512-BXjz6eNl1GyFcMwzRQTIokslcIY71AYblJUscPcy03X93oqI0GjFVa1xuSMwYw/oXWn7SHhKmqtqEG19lvBGRQ==
-"@storybook/node-logger@8.1.11", "@storybook/node-logger@^8.0.6":
- version "8.1.11"
- resolved "https://registry.yarnpkg.com/@storybook/node-logger/-/node-logger-8.1.11.tgz#451750347869cf128a02acfee8232d9952f99953"
- integrity sha512-wdzFo7B2naGhS52L3n1qBkt5BfvQjs8uax6B741yKRpiGgeAN8nz8+qelkD25MbSukxvbPgDot7WJvsMU/iCzg==
+"@storybook/node-logger@^8.0.6":
+ version "8.2.7"
+ resolved "https://registry.yarnpkg.com/@storybook/node-logger/-/node-logger-8.2.7.tgz#5c472db75833f0be2c084c9585015852be40d6e0"
+ integrity sha512-12Uc+0OzIAO2h7gQLGeJovePpuMFmeeo6oNggJUpyJ/dgIOFRNnBonVqwkv/RqEDejflP/7h64X58SVssVdHgg==
"@storybook/preset-create-react-app@^8.0.6":
- version "8.1.11"
- resolved "https://registry.yarnpkg.com/@storybook/preset-create-react-app/-/preset-create-react-app-8.1.11.tgz#5d9d9d766f14c91a4fbe133561bb13beae089bba"
- integrity sha512-aDVux18+Ew39WRqSpVncxJOzjFbspFW7x6Wcg3lWJnjMKAKuQ23Plh8ICcm74SxC8Xm7dyZzxi/upeHph6KdXg==
+ version "8.2.7"
+ resolved "https://registry.yarnpkg.com/@storybook/preset-create-react-app/-/preset-create-react-app-8.2.7.tgz#bfa5fe5eabee9361902eeb207cc8486ee59cae0f"
+ integrity sha512-iiTS1HdM3FQWjJdC4Ynb/bQdIL9O22cDNd4YdpDn/bWIVpS2iUeMquDli0IV7n0UDoE8TVzogKjU4GbMZqRPpg==
dependencies:
"@pmmmwh/react-refresh-webpack-plugin" "^0.5.1"
"@storybook/react-docgen-typescript-plugin" "1.0.6--canary.9.0c3f3b7.0"
- "@storybook/types" "8.1.11"
"@types/semver" "^7.5.6"
pnp-webpack-plugin "^1.7.0"
semver "^7.5.4"
-"@storybook/preset-react-webpack@8.1.11":
- version "8.1.11"
- resolved "https://registry.yarnpkg.com/@storybook/preset-react-webpack/-/preset-react-webpack-8.1.11.tgz#4d43985cdbbcafd2c52be327156d5079f2828e23"
- integrity sha512-2a+1TyztCOlwZAcfBUinzjTpaqsWNrco9Vfq5ueJTmNl/EwtN33sxoAu2bBaUkka8MvPZl5a1VP1b5e2GXHFEQ==
+"@storybook/preset-react-webpack@8.2.7":
+ version "8.2.7"
+ resolved "https://registry.yarnpkg.com/@storybook/preset-react-webpack/-/preset-react-webpack-8.2.7.tgz#d306d187b5e1a93296937f136193a3b6f2ed0f86"
+ integrity sha512-kJIgSub9wmoQgpLDfDlugK3nXeHL+skzRhUNH1ft80Il79hfQsNg7MLv6fXPvAJbjHYiQubYMwfdL4+Zwajopw==
dependencies:
- "@storybook/core-webpack" "8.1.11"
- "@storybook/docs-tools" "8.1.11"
- "@storybook/node-logger" "8.1.11"
- "@storybook/react" "8.1.11"
+ "@storybook/core-webpack" "8.2.7"
+ "@storybook/react" "8.2.7"
"@storybook/react-docgen-typescript-plugin" "1.0.6--canary.9.0c3f3b7.0"
"@types/node" "^18.0.0"
"@types/semver" "^7.3.4"
@@ -5291,30 +4759,10 @@
tsconfig-paths "^4.2.0"
webpack "5"
-"@storybook/preview-api@8.1.11":
- version "8.1.11"
- resolved "https://registry.yarnpkg.com/@storybook/preview-api/-/preview-api-8.1.11.tgz#37734167dac68a7397b3a0245bf636535057af7b"
- integrity sha512-8ZChmFV56GKppCJ0hnBd/kNTfGn2gWVq1242kuet13pbJtBpvOhyq4W01e/Yo14tAPXvgz8dSnMvWLbJx4QfhQ==
- dependencies:
- "@storybook/channels" "8.1.11"
- "@storybook/client-logger" "8.1.11"
- "@storybook/core-events" "8.1.11"
- "@storybook/csf" "^0.1.7"
- "@storybook/global" "^5.0.0"
- "@storybook/types" "8.1.11"
- "@types/qs" "^6.9.5"
- dequal "^2.0.2"
- lodash "^4.17.21"
- memoizerific "^1.11.3"
- qs "^6.10.0"
- tiny-invariant "^1.3.1"
- ts-dedent "^2.0.0"
- util-deprecate "^1.0.2"
-
-"@storybook/preview@8.1.11":
- version "8.1.11"
- resolved "https://registry.yarnpkg.com/@storybook/preview/-/preview-8.1.11.tgz#da251aa4789332154b1837abae0a3186a5442421"
- integrity sha512-K/9NZmjnL0D1BROkTNWNoPqgL2UaocALRSqCARmkBLgU2Rn/FuZgEclHkWlYo6pUrmLNK+bZ+XzpNMu12iTbpg==
+"@storybook/preview-api@^8.2.7":
+ version "8.2.7"
+ resolved "https://registry.yarnpkg.com/@storybook/preview-api/-/preview-api-8.2.7.tgz#d6c83377d168a7551095a60b466d03a580da9783"
+ integrity sha512-lNZBTjZaYNSwBY8dEcDZdkOBvq1/JoVWpuvqDEKvGmp5usTe77xAOwGyncEb96Cx1BbXXkMiDrqbV5G23PFRYA==
"@storybook/react-docgen-typescript-plugin@1.0.6--canary.9.0c3f3b7.0":
version "1.0.6--canary.9.0c3f3b7.0"
@@ -5329,33 +4777,32 @@
react-docgen-typescript "^2.2.2"
tslib "^2.0.0"
-"@storybook/react-dom-shim@8.1.11":
- version "8.1.11"
- resolved "https://registry.yarnpkg.com/@storybook/react-dom-shim/-/react-dom-shim-8.1.11.tgz#d4cc6222eb1f169d10c5403dbb580e4c3e29c142"
- integrity sha512-KVDSuipqkFjpGfldoRM5xR/N1/RNmbr+sVXqMmelr0zV2jGnexEZnoa7wRHk7IuXuivLWe8BxMxzvQWqjIa4GA==
+"@storybook/react-dom-shim@8.2.7":
+ version "8.2.7"
+ resolved "https://registry.yarnpkg.com/@storybook/react-dom-shim/-/react-dom-shim-8.2.7.tgz#59d341b11b8bf2cca1b35203656de90b34494b23"
+ integrity sha512-9VI+NrC09DAr0QQZsFmU5Fd9eqdJp/1AHK+sm9BOZretGGGJwn22xS7UXhHIiFpfXJQnr3TNcYWRzXFyuaE/Sw==
"@storybook/react-webpack5@^8.0.6":
- version "8.1.11"
- resolved "https://registry.yarnpkg.com/@storybook/react-webpack5/-/react-webpack5-8.1.11.tgz#ebf7647a2e71c6c0107e11edc88b38c856c73fc3"
- integrity sha512-VzugGZv9xsZo/mMBj7LsAbQChXIzqKGPRTIO+CQEkDe9HaWBYTJ5Ak46bKw318WYB6QdJcIe8v5sGv68TCStVA==
- dependencies:
- "@storybook/builder-webpack5" "8.1.11"
- "@storybook/preset-react-webpack" "8.1.11"
- "@storybook/react" "8.1.11"
- "@storybook/types" "8.1.11"
+ version "8.2.7"
+ resolved "https://registry.yarnpkg.com/@storybook/react-webpack5/-/react-webpack5-8.2.7.tgz#48eef5b991752cef8c2dc0628caab88397e9264d"
+ integrity sha512-BbwYkULRwp+rfVxH8MhaCQydlgd1eJdzdDhhIzViv3gKVVt7Kg5hUDgxQc2yRwWbUcuN/f5G3sx/CVGoavp3Ow==
+ dependencies:
+ "@storybook/builder-webpack5" "8.2.7"
+ "@storybook/preset-react-webpack" "8.2.7"
+ "@storybook/react" "8.2.7"
"@types/node" "^18.0.0"
-"@storybook/react@8.1.11", "@storybook/react@^8.0.6":
- version "8.1.11"
- resolved "https://registry.yarnpkg.com/@storybook/react/-/react-8.1.11.tgz#89408fa34b1ce79a3df17c2f41745fd37ba9f492"
- integrity sha512-t+EYXOkgwg3ropLGS9y8gGvX5/Okffu/6JYL3YWksrBGAZSqVV4NkxCnVJZepS717SyhR0tN741gv/SxxFPJMg==
+"@storybook/react@8.2.7", "@storybook/react@^8.0.6":
+ version "8.2.7"
+ resolved "https://registry.yarnpkg.com/@storybook/react/-/react-8.2.7.tgz#d1fa051a97b539f903318d9e01c233c50efd31d0"
+ integrity sha512-Qkw1K1iBDk+E9dlHrEWOOkn0trUU6wSt4mvzyOekiApM290esnPtw6GYXvxfBgFwNXfXbaGG3QNYGAFevf7qHw==
dependencies:
- "@storybook/client-logger" "8.1.11"
- "@storybook/docs-tools" "8.1.11"
+ "@storybook/components" "^8.2.7"
"@storybook/global" "^5.0.0"
- "@storybook/preview-api" "8.1.11"
- "@storybook/react-dom-shim" "8.1.11"
- "@storybook/types" "8.1.11"
+ "@storybook/manager-api" "^8.2.7"
+ "@storybook/preview-api" "^8.2.7"
+ "@storybook/react-dom-shim" "8.2.7"
+ "@storybook/theming" "^8.2.7"
"@types/escodegen" "^0.0.6"
"@types/estree" "^0.0.51"
"@types/node" "^18.0.0"
@@ -5372,58 +4819,20 @@
type-fest "~2.19"
util-deprecate "^1.0.2"
-"@storybook/router@8.1.11":
- version "8.1.11"
- resolved "https://registry.yarnpkg.com/@storybook/router/-/router-8.1.11.tgz#7e4d04d854f4935586fe298611f572e6a3ccb551"
- integrity sha512-nU5lsBvy0L8wBYOkjagh29ztZicDATpZNYrHuavlhQ2jznmmHdJvXKYk+VrMAbthjQ6ZBqfeeMNPR1UlnqR5Rw==
- dependencies:
- "@storybook/client-logger" "8.1.11"
- memoizerific "^1.11.3"
- qs "^6.10.0"
-
-"@storybook/source-loader@8.1.11":
- version "8.1.11"
- resolved "https://registry.yarnpkg.com/@storybook/source-loader/-/source-loader-8.1.11.tgz#802215229efeed4887730a6b9ffcc6f76ce0a345"
- integrity sha512-4cfJ7aPjtniIdDGiFjdFpO47byHOl4RKYCJEHf9t+j0xHmlXe4B9aAinxuFfv3GKAXfLvSbbwGO0cDZQRj+brw==
+"@storybook/source-loader@8.2.7":
+ version "8.2.7"
+ resolved "https://registry.yarnpkg.com/@storybook/source-loader/-/source-loader-8.2.7.tgz#8a50bb60f8c4b01b479b6991d3ecd8240199bad0"
+ integrity sha512-2y0eeWryFFwv48hox3SIleLbdRI78MEBMa1CEovfd3UBvHfPR5Vmdslf/bV4lQBasxWOZGHcxaovTotawXujSg==
dependencies:
- "@storybook/csf" "^0.1.7"
- "@storybook/types" "8.1.11"
+ "@storybook/csf" "0.1.11"
estraverse "^5.2.0"
lodash "^4.17.21"
prettier "^3.1.1"
-"@storybook/telemetry@8.1.11":
- version "8.1.11"
- resolved "https://registry.yarnpkg.com/@storybook/telemetry/-/telemetry-8.1.11.tgz#13b2fbf2a2eb4310c08f4743d0bdeaeba691663a"
- integrity sha512-Jqvm7HcZismKzPuebhyLECO6KjGiSk4ycbca1WUM/TUvifxCXqgoUPlHHQEEfaRdHS63/MSqtMNjLsQRLC/vNQ==
- dependencies:
- "@storybook/client-logger" "8.1.11"
- "@storybook/core-common" "8.1.11"
- "@storybook/csf-tools" "8.1.11"
- chalk "^4.1.0"
- detect-package-manager "^2.0.1"
- fetch-retry "^5.0.2"
- fs-extra "^11.1.0"
- read-pkg-up "^7.0.1"
-
-"@storybook/theming@8.1.11", "@storybook/theming@^8.0.6":
- version "8.1.11"
- resolved "https://registry.yarnpkg.com/@storybook/theming/-/theming-8.1.11.tgz#a1ca5e1c00cdbd100c8abf5e28180072aff50519"
- integrity sha512-Chn/opjO6Rl1isNobutYqAH2PjKNkj09YBw/8noomk6gElSa3JbUTyaG/+JCHA6OG/9kUsqoKDb5cZmAKNq/jA==
- dependencies:
- "@emotion/use-insertion-effect-with-fallbacks" "^1.0.1"
- "@storybook/client-logger" "8.1.11"
- "@storybook/global" "^5.0.0"
- memoizerific "^1.11.3"
-
-"@storybook/types@8.1.11":
- version "8.1.11"
- resolved "https://registry.yarnpkg.com/@storybook/types/-/types-8.1.11.tgz#c6e89fb6d543ebd4d3445a465af6aa27fbbe6aaa"
- integrity sha512-k9N5iRuY2+t7lVRL6xeu6diNsxO3YI3lS4Juv3RZ2K4QsE/b3yG5ElfJB8DjHDSHwRH4ORyrU71KkOCUVfvtnw==
- dependencies:
- "@storybook/channels" "8.1.11"
- "@types/express" "^4.7.0"
- file-system-cache "2.3.0"
+"@storybook/theming@^8.0.6", "@storybook/theming@^8.2.7":
+ version "8.2.7"
+ resolved "https://registry.yarnpkg.com/@storybook/theming/-/theming-8.2.7.tgz#0df573d16e743d7903eca8535ca424bcc1d99e57"
+ integrity sha512-+iqm0GfRkshrjjNSOzwl7AD2m+LtJGXJCr93ke1huDK497WUKbX1hbbw51h5E1tEkx0c2wIqUlaqCM+7XMYcpw==
"@surma/rollup-plugin-off-main-thread@^1.1.1":
version "1.4.2"
@@ -5828,21 +5237,6 @@
dependencies:
"@types/node" "*"
-"@types/detect-port@^1.3.0":
- version "1.3.5"
- resolved "https://registry.yarnpkg.com/@types/detect-port/-/detect-port-1.3.5.tgz#deecde143245989dee0e82115f3caba5ee0ea747"
- integrity sha512-Rf3/lB9WkDfIL9eEKaSYKc+1L/rNVYBjThk22JTqQw0YozXarX8YljFAz+HCoC6h4B4KwCMsBPZHaFezwT4BNA==
-
-"@types/diff@^5.0.9":
- version "5.2.1"
- resolved "https://registry.yarnpkg.com/@types/diff/-/diff-5.2.1.tgz#cceae9c4b2dae5c6b8ab1ce1263601c255d87fb3"
- integrity sha512-uxpcuwWJGhe2AR1g8hD9F5OYGCqjqWnBUQFD8gMZsDbv8oPHzxJF6iMO6n8Tk0AdzlxoaaoQhOYlIg/PukVU8g==
-
-"@types/doctrine@^0.0.3":
- version "0.0.3"
- resolved "https://registry.yarnpkg.com/@types/doctrine/-/doctrine-0.0.3.tgz#e892d293c92c9c1d3f9af72c15a554fbc7e0895a"
- integrity sha512-w5jZ0ee+HaPOaX25X2/2oGR/7rgAQSYII7X7pp0m9KgBfMP7uKfMfTvcpl5Dj+eDBbpxKGiqE+flqDr6XTd2RA==
-
"@types/doctrine@^0.0.6":
version "0.0.6"
resolved "https://registry.yarnpkg.com/@types/doctrine/-/doctrine-0.0.6.tgz#12ede1f7cd3797be5856277c85f031299ccd2641"
@@ -5853,11 +5247,6 @@
resolved "https://registry.yarnpkg.com/@types/doctrine/-/doctrine-0.0.9.tgz#d86a5f452a15e3e3113b99e39616a9baa0f9863f"
integrity sha512-eOIHzCUSH7SMfonMG1LsC2f8vxBFtho6NGBznK41R84YzPuvSBzrhEps33IsQiOW9+VL6NQ9DbjQJznk/S4uRA==
-"@types/ejs@^3.1.1":
- version "3.1.5"
- resolved "https://registry.yarnpkg.com/@types/ejs/-/ejs-3.1.5.tgz#49d738257cc73bafe45c13cb8ff240683b4d5117"
- integrity sha512-nv+GSx77ZtXiJzwKdsASqi+YQ5Z7vwHsTP0JY2SiQgjGckkBRKZnk8nIM+7oUZ1VCtuTz0+By4qVR7fqzp/Dfg==
-
"@types/emscripten@^1.39.6":
version "1.39.13"
resolved "https://registry.yarnpkg.com/@types/emscripten/-/emscripten-1.39.13.tgz#afeb1648648dc096efe57983e20387627306e2aa"
@@ -5876,10 +5265,10 @@
"@types/eslint" "*"
"@types/estree" "*"
-"@types/eslint@*", "@types/eslint@^7.29.0 || ^8.4.1":
- version "8.56.10"
- resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-8.56.10.tgz#eb2370a73bf04a901eeba8f22595c7ee0f7eb58d"
- integrity sha512-Shavhk87gCtY2fhXDctcfS3e6FdxWkCx1iUZ9eEUbh7rTqlZT0/IzOkCOVt0fCjcFuZ9FPYfuezTBImfHCDBGQ==
+"@types/eslint@*":
+ version "9.6.0"
+ resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-9.6.0.tgz#51d4fe4d0316da9e9f2c80884f2c20ed5fb022ff"
+ integrity sha512-gi6WQJ7cHRgZxtkQEoyHMppPjq9Kxo5Tjn2prSKDSmZrCz8TZ3jSRCeTJm+WoM+oB0WG37bRqLzaaU3q7JypGg==
dependencies:
"@types/estree" "*"
"@types/json-schema" "*"
@@ -5892,6 +5281,14 @@
"@types/estree" "*"
"@types/json-schema" "*"
+"@types/eslint@^7.29.0 || ^8.4.1":
+ version "8.56.11"
+ resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-8.56.11.tgz#e2ff61510a3b9454b3329fe7731e3b4c6f780041"
+ integrity sha512-sVBpJMf7UPo/wGecYOpk2aQya2VUGeHhe38WG7/mN5FufNSubf5VT9Uh9Uyp8/eLJpu1/tuhJ/qTo4mhSB4V4Q==
+ dependencies:
+ "@types/estree" "*"
+ "@types/json-schema" "*"
+
"@types/estree@*", "@types/estree@^1.0.5":
version "1.0.5"
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.5.tgz#a6ce3e556e00fd9895dd872dd172ad0d4bd687f4"
@@ -5917,7 +5314,7 @@
"@types/range-parser" "*"
"@types/send" "*"
-"@types/express@*", "@types/express@^4.17.13", "@types/express@^4.7.0":
+"@types/express@*", "@types/express@^4.17.13", "@types/express@^4.17.21":
version "4.17.21"
resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.21.tgz#c26d4a151e60efe0084b23dc3369ebc631ed192d"
integrity sha512-ejlPM315qwLpaQlQDTjPdsUFSc6ZsP4AN6AlWnogPjQ7CVi7PYF3YVz+CY3jE2pwYf7E/7HlDAN0rV2GxTG0HQ==
@@ -6031,9 +5428,9 @@
integrity sha512-sVDA58zAw4eWAffKOaQH5/5j3XeayukzDk+ewSsnv3p4yJEZHCCzMDiZM8e0OUrRvmpGZ85jf4yDHkHsgBNr9Q==
"@types/lodash@^4.14.167":
- version "4.17.6"
- resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.17.6.tgz#193ced6a40c8006cfc1ca3f4553444fb38f0e543"
- integrity sha512-OpXEVoCKSS3lQqjx9GGGOapBeuW5eUboYHRlHP9urXPX25IKZ6AnP5ZRxtVf63iieUbsHxLn8NQ5Nlftc6yzAA==
+ version "4.17.7"
+ resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.17.7.tgz#2f776bcb53adc9e13b2c0dfd493dfcbd7de43612"
+ integrity sha512-8wTvZawATi/lsmNu10/j2hk1KEP0IvjubqPE3cu1Xz7xfXXt5oCq3SNUz4fMIP4XGF9Ky+Ue2tBA3hcS7LSBlA==
"@types/markdown-it@^12.2.3":
version "12.2.3"
@@ -6083,11 +5480,11 @@
"@types/node" "*"
"@types/node@*":
- version "20.14.9"
- resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.9.tgz#12e8e765ab27f8c421a1820c99f5f313a933b420"
- integrity sha512-06OCtnTXtWOZBJlRApleWndH4JsRVs1pDCc8dLSQp+7PpUpX3ePdHyeNSFTeSe7FtKyQkrlPvHwJOW3SLd8Oyg==
+ version "22.1.0"
+ resolved "https://registry.yarnpkg.com/@types/node/-/node-22.1.0.tgz#6d6adc648b5e03f0e83c78dc788c2b037d0ad94b"
+ integrity sha512-AOmuRF0R2/5j1knA3c6G3HOk523Ga+l+ZXltX8SF1+5oqcXijjfTd8fY3XRZqSihEu9XhtQnKYLmkFaoxgsJHw==
dependencies:
- undici-types "~5.26.4"
+ undici-types "~6.13.0"
"@types/node@^12.7.1":
version "12.20.55"
@@ -6100,9 +5497,9 @@
integrity sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==
"@types/node@^18.0.0":
- version "18.19.39"
- resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.39.tgz#c316340a5b4adca3aee9dcbf05de385978590593"
- integrity sha512-nPwTRDKUctxw3di5b4TfT3I0sWDiWoPQCZjXhvdkINntwr8lcoVCKsTgnXeRubKIlfnV+eN/HYk6Jb40tbcEAQ==
+ version "18.19.43"
+ resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.43.tgz#fe01bb599b60bb3279c26d0fdb751d2f3e299ae0"
+ integrity sha512-Mw/YlgXnyJdEwLoFv2dpuJaDFriX+Pc+0qOBJ57jC1H6cDxIj2xc5yUrdtArDVG0m+KV6622a4p2tenEqB3C/g==
dependencies:
undici-types "~5.26.4"
@@ -6126,11 +5523,6 @@
resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.7.3.tgz#3e51a17e291d01d17d3fc61422015a933af7a08f"
integrity sha512-+68kP9yzs4LMp7VNh8gdzMSPZFL44MLGqiHWvttYJe+6qnuVr4Ek9wSBQoveqY/r+LwjCcU29kNVkidwim+kYA==
-"@types/pretty-hrtime@^1.0.0":
- version "1.0.3"
- resolved "https://registry.yarnpkg.com/@types/pretty-hrtime/-/pretty-hrtime-1.0.3.tgz#ee1bd8c9f7a01b3445786aad0ef23aba5f511a44"
- integrity sha512-nj39q0wAIdhwn7DGUyT9irmsKK1tV0bd5WFEhgpqNTMFZ8cE+jieuTphCW0tfdm47S2zVT5mr09B28b1chmQMA==
-
"@types/prop-types@*":
version "15.7.12"
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.12.tgz#12bb1e2be27293c1406acb6af1c3f3a1481d98c6"
@@ -6141,7 +5533,7 @@
resolved "https://registry.yarnpkg.com/@types/q/-/q-1.5.8.tgz#95f6c6a08f2ad868ba230ead1d2d7f7be3db3837"
integrity sha512-hroOstUScF6zhIi+5+x0dzqrHA1EJi+Irri6b1fxolMTqqHIV/Cg77EtnQcZqZCu8hR3mX2BzIxN4/GzI68Kfw==
-"@types/qs@*", "@types/qs@^6.9.5":
+"@types/qs@*":
version "6.9.15"
resolved "https://registry.yarnpkg.com/@types/qs/-/qs-6.9.15.tgz#adde8a060ec9c305a82de1babc1056e73bd64dce"
integrity sha512-uXHQKES6DQKKCLh441Xv/dwxOq1TVS3JPUMlEqoEglvlhR6Mxnlew/Xq/LRVHpLyk7iK3zODe1qYHIMltO7XGg==
@@ -6373,9 +5765,9 @@
source-map "^0.6.0"
"@types/ws@^8.5.5":
- version "8.5.10"
- resolved "https://registry.yarnpkg.com/@types/ws/-/ws-8.5.10.tgz#4acfb517970853fa6574a3a6886791d04a396787"
- integrity sha512-vmQSUcfalpIq0R9q7uTo2lXs6eGIpt9wtnLdMv9LVpIjCA/+ufZRozlVoVelIYixx1ugCBKDhn89vnsEGOCx9A==
+ version "8.5.12"
+ resolved "https://registry.yarnpkg.com/@types/ws/-/ws-8.5.12.tgz#619475fe98f35ccca2a2f6c137702d85ec247b7e"
+ integrity sha512-3tPRkv1EtkDpzlgyKyI8pGsGZAGPEaXeu0DOj5DI25Ja91bdAYddYHbADRYVrZMRbfW+1l5YwXVDKohDJNQxkQ==
dependencies:
"@types/node" "*"
@@ -6891,13 +6283,6 @@
resolved "https://registry.yarnpkg.com/@xtuc/long/-/long-4.2.2.tgz#d291c6a4e97989b5c61d9acf396ae4fe133a718d"
integrity sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==
-"@yarnpkg/esbuild-plugin-pnp@^3.0.0-rc.10":
- version "3.0.0-rc.15"
- resolved "https://registry.yarnpkg.com/@yarnpkg/esbuild-plugin-pnp/-/esbuild-plugin-pnp-3.0.0-rc.15.tgz#4e40e7d2eb28825c9a35ab9d04c363931d7c0e67"
- integrity sha512-kYzDJO5CA9sy+on/s2aIW0411AklfCi8Ck/4QDivOqsMKpStZA2SsR+X27VTggGwpStWaLrjJcDcdDMowtG8MA==
- dependencies:
- tslib "^2.4.0"
-
"@yarnpkg/fslib@2.10.3":
version "2.10.3"
resolved "https://registry.yarnpkg.com/@yarnpkg/fslib/-/fslib-2.10.3.tgz#a8c9893df5d183cf6362680b9f1c6d7504dd5717"
@@ -7061,10 +6446,10 @@ acorn@^7.1.0, acorn@^7.1.1, acorn@^7.4.0, acorn@^7.4.1:
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.1.tgz#feaed255973d2e77555b83dbc08851a6c63520fa"
integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==
-acorn@^8.0.4, acorn@^8.11.0, acorn@^8.11.3, acorn@^8.2.4, acorn@^8.7.1, acorn@^8.8.2, acorn@^8.9.0:
- version "8.12.0"
- resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.12.0.tgz#1627bfa2e058148036133b8d9b51a700663c294c"
- integrity sha512-RTvkC4w+KNXrM39/lWCUaG0IbRkWdCv7W/IOW9oU6SawyxulvkQy5HQPVTKxEjczcUvapcrw3cFx/60VN/NRNw==
+acorn@^8.0.4, acorn@^8.11.0, acorn@^8.11.3, acorn@^8.12.1, acorn@^8.2.4, acorn@^8.7.1, acorn@^8.8.2, acorn@^8.9.0:
+ version "8.12.1"
+ resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.12.1.tgz#71616bdccbe25e27a54439e0046e89ca76df2248"
+ integrity sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==
address@1.1.2:
version "1.1.2"
@@ -7157,19 +6542,19 @@ ajv@^6.1.0, ajv@^6.10.0, ajv@^6.10.2, ajv@^6.12.2, ajv@^6.12.3, ajv@^6.12.4, ajv
uri-js "^4.2.2"
ajv@^8.0.0, ajv@^8.0.1, ajv@^8.6.0, ajv@^8.9.0:
- version "8.16.0"
- resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.16.0.tgz#22e2a92b94f005f7e0f9c9d39652ef0b8f6f0cb4"
- integrity sha512-F0twR8U1ZU67JIEtekUcLkXkoO5mMMmgGD8sK/xUFzJ805jxHQl92hImFAqqXMyMYjSPOyUPAwHYhB72g5sTXw==
+ version "8.17.1"
+ resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.17.1.tgz#37d9a5c776af6bc92d7f4f9510eba4c0a60d11a6"
+ integrity sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==
dependencies:
fast-deep-equal "^3.1.3"
+ fast-uri "^3.0.1"
json-schema-traverse "^1.0.0"
require-from-string "^2.0.2"
- uri-js "^4.4.1"
algoliasearch-helper@^3.10.0:
- version "3.22.2"
- resolved "https://registry.yarnpkg.com/algoliasearch-helper/-/algoliasearch-helper-3.22.2.tgz#e351833f3bbace34751e239d5a82b5696e561ae8"
- integrity sha512-3YQ6eo7uYOCHeQ2ZpD+OoT3aJJwMNKEnwtu8WMzm81XmBOSCwRjQditH9CeSOQ38qhHkuGw23pbq+kULkIJLcw==
+ version "3.22.3"
+ resolved "https://registry.yarnpkg.com/algoliasearch-helper/-/algoliasearch-helper-3.22.3.tgz#7c67a1a87c3adb0b52ef726a3de3c0b0edcbb5d1"
+ integrity sha512-2eoEz8mG4KHE+DzfrBTrCmDPxVXv7aZZWPojAJFtARpxxMO6lkos1dJ+XDCXdPvq7q3tpYWRi6xXmVQikejtpA==
dependencies:
"@algolia/events" "^4.0.1"
@@ -7206,17 +6591,12 @@ ansi-align@^3.0.0, ansi-align@^3.0.1:
dependencies:
string-width "^4.1.0"
-ansi-colors@4.1.1:
- version "4.1.1"
- resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-4.1.1.tgz#cbb9ae256bf750af1eab344f229aa27fe94ba348"
- integrity sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==
-
ansi-colors@^3.0.0:
version "3.2.4"
resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-3.2.4.tgz#e3a3da4bfbae6c86a9c285625de124a234026fbf"
integrity sha512-hHUXGagefjN2iRrID63xckIvotOXOojhQKWIPUZ4mNUZ9nLZW+7FMNoE1lOkEhNWYsx/7ysGIuJYCiMAA9FnrA==
-ansi-colors@^4.1.1:
+ansi-colors@^4.1.1, ansi-colors@^4.1.3:
version "4.1.3"
resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-4.1.3.tgz#37611340eb2243e70cc604cad35d63270d48781b"
integrity sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==
@@ -7337,11 +6717,6 @@ apache-md5@^1.0.6:
resolved "https://registry.yarnpkg.com/apache-md5/-/apache-md5-1.1.8.tgz#ea79c6feb03abfed42b2830dde06f75df5e3bbd9"
integrity sha512-FCAJojipPn0bXjuEpjOOOMN8FZDkxfWWp4JGN9mifU2IhxvKyXZYqpzPHdnTSUpmPDy+tsslB6Z1g+Vg6nVbYA==
-app-root-dir@^1.0.2:
- version "1.0.2"
- resolved "https://registry.yarnpkg.com/app-root-dir/-/app-root-dir-1.0.2.tgz#38187ec2dea7577fff033ffcb12172692ff6e118"
- integrity sha512-jlpIfsOoNoafl92Sz//64uQHGSyMrD2vYG5d8o2a4qGvyNCvXur7bzIsWtAC/6flI2RYAp3kv8rsfBtaLm7w0g==
-
append-buffer@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/append-buffer/-/append-buffer-1.0.2.tgz#d8220cf466081525efea50614f3de6514dfa58f1"
@@ -7405,13 +6780,6 @@ argparse@^2.0.1:
resolved "https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz#246f50f3ca78a3240f6c997e8a9bd1eac49e4b38"
integrity sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==
-aria-hidden@^1.1.1:
- version "1.2.4"
- resolved "https://registry.yarnpkg.com/aria-hidden/-/aria-hidden-1.2.4.tgz#b78e383fdbc04d05762c78b4a25a501e736c4522"
- integrity sha512-y+CcFFwelSXpLZk/7fMB2mUbGtX9lKycf1MWJ7CaTIERyitVlyQx6C+sxcROU2BAJ24OiZyK+8wj2i8AlBoS3A==
- dependencies:
- tslib "^2.0.0"
-
aria-query@5.1.3, aria-query@~5.1.3:
version "5.1.3"
resolved "https://registry.yarnpkg.com/aria-query/-/aria-query-5.1.3.tgz#19db27cd101152773631396f7a95a3b58c22c35e"
@@ -7607,16 +6975,6 @@ array.prototype.reduce@^1.0.6:
es-object-atoms "^1.0.0"
is-string "^1.0.7"
-array.prototype.toreversed@^1.1.2:
- version "1.1.2"
- resolved "https://registry.yarnpkg.com/array.prototype.toreversed/-/array.prototype.toreversed-1.1.2.tgz#b989a6bf35c4c5051e1dc0325151bf8088954eba"
- integrity sha512-wwDCoT4Ck4Cz7sLtgUmzR5UV3YF5mFHUlbChCzZBQZ+0m2cl/DH3tKgvphv1nKgFsJ48oCSg6p91q2Vm0I/ZMA==
- dependencies:
- call-bind "^1.0.2"
- define-properties "^1.2.0"
- es-abstract "^1.22.1"
- es-shim-unscopables "^1.0.0"
-
array.prototype.tosorted@^1.1.4:
version "1.1.4"
resolved "https://registry.yarnpkg.com/array.prototype.tosorted/-/array.prototype.tosorted-1.1.4.tgz#fe954678ff53034e717ea3352a03f0b0b86f7ffc"
@@ -7686,17 +7044,6 @@ assert@^1.1.1:
object.assign "^4.1.4"
util "^0.10.4"
-assert@^2.1.0:
- version "2.1.0"
- resolved "https://registry.yarnpkg.com/assert/-/assert-2.1.0.tgz#6d92a238d05dc02e7427c881fb8be81c8448b2dd"
- integrity sha512-eLHpSK/Y4nhMJ07gDaAzoX/XAKS8PSaojml3M0DM4JpV1LAi5JOJ/p6H/XWrl8L+DzVEvVCW1z3vWAaB9oTsQw==
- dependencies:
- call-bind "^1.0.2"
- is-nan "^1.3.2"
- object-is "^1.1.5"
- object.assign "^4.1.4"
- util "^0.12.5"
-
assertion-error-formatter@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/assertion-error-formatter/-/assertion-error-formatter-3.0.0.tgz#be9c8825dee6a8a6c72183d915912d9b57d5d265"
@@ -7820,9 +7167,9 @@ aws4@^1.8.0:
integrity sha512-3AungXC4I8kKsS9PuS4JH2nc+0bVY/mjgrephHTIi8fpEeGsTHBUJeosp0Wc1myYMElmD0B3Oc4XL/HVJ4PV2g==
axe-core@^4.2.0, axe-core@^4.9.1:
- version "4.9.1"
- resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.9.1.tgz#fcd0f4496dad09e0c899b44f6c4bb7848da912ae"
- integrity sha512-QbUdXJVTpvUTHU7871ppZkdOLBeGUKBQWHkHrvN2V9IQWGMt61zf3B45BtzjxEJzYuj0JBjBZP/hmYS/R9pmAw==
+ version "4.10.0"
+ resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.10.0.tgz#d9e56ab0147278272739a000880196cdfe113b59"
+ integrity sha512-Mr2ZakwQ7XUAjp7pAwQWRhhK8mQQ6JAaNWSjmjxil0R8BPioMtQsTLOolGYkji1rcL++3dCqZA3zWqpT+9Ew6g==
axios@^0.25.0:
version "0.25.0"
@@ -8169,13 +7516,6 @@ belter@^1.0.41:
cross-domain-utils "^2"
zalgo-promise "^1"
-better-opn@^3.0.2:
- version "3.0.2"
- resolved "https://registry.yarnpkg.com/better-opn/-/better-opn-3.0.2.tgz#f96f35deaaf8f34144a4102651babcf00d1d8817"
- integrity sha512-aVNobHnJqLiUelTaHat9DZ1qM2w0C0Eym4LPI/3JxOnSokGVdsl1T1kN7TFvsEAD8G47A6VKQ0TVHqbBnYMJlQ==
- dependencies:
- open "^8.0.4"
-
bfj@^7.0.2:
version "7.1.0"
resolved "https://registry.yarnpkg.com/bfj/-/bfj-7.1.0.tgz#c5177d522103f9040e1b12980fe8c38cf41d3f8b"
@@ -8187,7 +7527,7 @@ bfj@^7.0.2:
jsonpath "^1.1.1"
tryer "^1.0.1"
-big-integer@^1.6.16, big-integer@^1.6.44:
+big-integer@^1.6.16:
version "1.6.52"
resolved "https://registry.yarnpkg.com/big-integer/-/big-integer-1.6.52.tgz#60a887f3047614a8e1bffe5d7173490a97dc8c85"
integrity sha512-QxD8cf2eVqJOOz63z6JIN9BzvVs/dlySa5HGSBH5xtR8dPteIRQnBxxKqkNTiT6jbDTF6jAfrd4oMcND9RGbQg==
@@ -8333,13 +7673,6 @@ boxen@^6.2.1:
widest-line "^4.0.1"
wrap-ansi "^8.0.1"
-bplist-parser@^0.2.0:
- version "0.2.0"
- resolved "https://registry.yarnpkg.com/bplist-parser/-/bplist-parser-0.2.0.tgz#43a9d183e5bf9d545200ceac3e712f79ebbe8d0e"
- integrity sha512-z0M+byMThzQmD9NILRniCUXYsYpjwnlO8N5uCFaCqIOpqRsJCrQL9NK3JsD67CN5a08nF5oIL2bD6loTdHOuKw==
- dependencies:
- big-integer "^1.6.44"
-
brace-expansion@^1.1.7:
version "1.1.11"
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd"
@@ -8407,7 +7740,7 @@ browser-process-hrtime@^1.0.0:
resolved "https://registry.yarnpkg.com/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz#3c9b4b7d782c8121e56f10106d84c0d0ffc94626"
integrity sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow==
-browser-stdout@1.3.1:
+browser-stdout@^1.3.1:
version "1.3.1"
resolved "https://registry.yarnpkg.com/browser-stdout/-/browser-stdout-1.3.1.tgz#baa559ee14ced73452229bad7326467c61fabd60"
integrity sha512-qhAVI1+Av2X7qelOfAIYwXONood6XlZE/fXaBSmW/T5SzLAmCgzi+eiWE7fUvbHaeNBQH13UftjpXxsfLkMpgw==
@@ -8467,13 +7800,6 @@ browserify-sign@^4.0.0:
readable-stream "^2.3.8"
safe-buffer "^5.2.1"
-browserify-zlib@^0.1.4:
- version "0.1.4"
- resolved "https://registry.yarnpkg.com/browserify-zlib/-/browserify-zlib-0.1.4.tgz#bb35f8a519f600e0fa6b8485241c979d0141fb2d"
- integrity sha512-19OEpq7vWgsH6WkvkBJQDFvJS1uPcbFOQ4v9CU839dO+ZZXUZO6XpE6hNCqvlIIj+4fZvRiJ6DsAQ382GwiyTQ==
- dependencies:
- pako "~0.2.0"
-
browserify-zlib@^0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/browserify-zlib/-/browserify-zlib-0.2.0.tgz#2869459d9aa3be245fe8fe2ca1f46e2e7f54d73f"
@@ -8501,15 +7827,15 @@ browserslist@4.14.2:
escalade "^3.0.2"
node-releases "^1.1.61"
-browserslist@^4.0.0, browserslist@^4.12.0, browserslist@^4.18.1, browserslist@^4.21.10, browserslist@^4.21.4, browserslist@^4.22.2, browserslist@^4.23.0, browserslist@^4.6.2, browserslist@^4.6.4:
- version "4.23.1"
- resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.23.1.tgz#ce4af0534b3d37db5c1a4ca98b9080f985041e96"
- integrity sha512-TUfofFo/KsK/bWZ9TWQ5O26tsWW4Uhmt8IYklbnUa70udB6P2wA7w7o4PY4muaEPBQaAX+CEnmmIA41NVHtPVw==
+browserslist@^4.0.0, browserslist@^4.12.0, browserslist@^4.18.1, browserslist@^4.21.10, browserslist@^4.21.4, browserslist@^4.23.0, browserslist@^4.23.1, browserslist@^4.6.2, browserslist@^4.6.4:
+ version "4.23.3"
+ resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.23.3.tgz#debb029d3c93ebc97ffbc8d9cbb03403e227c800"
+ integrity sha512-btwCFJVjI4YWDNfau8RhZ+B1Q/VLoUITrm3RlP6y1tYGWIOa+InuYiRGXUBXo8nA1qKmHMyLB/iVQg5TT4eFoA==
dependencies:
- caniuse-lite "^1.0.30001629"
- electron-to-chromium "^1.4.796"
- node-releases "^2.0.14"
- update-browserslist-db "^1.0.16"
+ caniuse-lite "^1.0.30001646"
+ electron-to-chromium "^1.5.4"
+ node-releases "^2.0.18"
+ update-browserslist-db "^1.1.0"
bser@2.1.1:
version "2.1.1"
@@ -8700,7 +8026,7 @@ cachedir@^2.3.0:
resolved "https://registry.yarnpkg.com/cachedir/-/cachedir-2.4.0.tgz#7fef9cf7367233d7c88068fe6e34ed0d355a610d"
integrity sha512-9EtFOZR8g22CL7BWjJ9BUx1+A/djkofnyW3aOXZORNW2kxoUpx2h+uN2cOqwPmFhnpVmxg+KW2OjOSgChTEvsQ==
-call-bind@^1.0.0, call-bind@^1.0.2, call-bind@^1.0.5, call-bind@^1.0.6, call-bind@^1.0.7:
+call-bind@^1.0.2, call-bind@^1.0.5, call-bind@^1.0.6, call-bind@^1.0.7:
version "1.0.7"
resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.7.tgz#06016599c40c56498c18769d2730be242b6fa3b9"
integrity sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==
@@ -8782,10 +8108,10 @@ caniuse-api@^3.0.0:
lodash.memoize "^4.1.2"
lodash.uniq "^4.5.0"
-caniuse-lite@^1.0.0, caniuse-lite@^1.0.30000981, caniuse-lite@^1.0.30001035, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001125, caniuse-lite@^1.0.30001599, caniuse-lite@^1.0.30001629:
- version "1.0.30001639"
- resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001639.tgz#972b3a6adeacdd8f46af5fc7f771e9639f6c1521"
- integrity sha512-eFHflNTBIlFwP2AIKaYuBQN/apnUoKNhBdza8ZnW/h2di4LCZ4xFqYlxUxo+LQ76KFI1PGcC1QDxMbxTZpSCAg==
+caniuse-lite@^1.0.0, caniuse-lite@^1.0.30000981, caniuse-lite@^1.0.30001035, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001125, caniuse-lite@^1.0.30001599, caniuse-lite@^1.0.30001646:
+ version "1.0.30001646"
+ resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001646.tgz#d472f2882259ba032dd73ee069ff01bfd059b25d"
+ integrity sha512-dRg00gudiBDDTmUhClSdv3hqRfpbOnU28IpI1T6PBTLWa+kOj0681C8uML3PifYfREuBrVjDGhL3adYpBT6spw==
capital-case@^1.0.4:
version "1.0.4"
@@ -9090,7 +8416,7 @@ cli-table3@0.6.3:
optionalDependencies:
"@colors/colors" "1.5.0"
-cli-table3@^0.6.0, cli-table3@^0.6.1, cli-table3@^0.6.2, cli-table3@~0.6.1:
+cli-table3@^0.6.0, cli-table3@^0.6.2, cli-table3@~0.6.1:
version "0.6.5"
resolved "https://registry.yarnpkg.com/cli-table3/-/cli-table3-0.6.5.tgz#013b91351762739c16a9567c21a04632e449bf2f"
integrity sha512-+W/5efTR7y5HRD7gACw9yQjqMVvEMLBHmboM/kPWam+H+Hmyrgjh6YncVKK122YZkXrLudzTuAukUw9FnMf7IQ==
@@ -9706,7 +9032,7 @@ copy-webpack-plugin@^11.0.0:
schema-utils "^4.0.0"
serialize-javascript "^6.0.0"
-core-js-compat@^3.31.0, core-js-compat@^3.36.1:
+core-js-compat@^3.36.1, core-js-compat@^3.37.1:
version "3.37.1"
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.37.1.tgz#c844310c7852f4bdf49b8d339730b97e17ff09ee"
integrity sha512-9TNiImhKvQqSUkOvk/mMRZzOANTiEVC7WaBNhHcKM7x+/5E1l5NvsysR19zuDQScE8k+kfQXWRN3AtS/eOSHpg==
@@ -10314,11 +9640,11 @@ cyclist@^1.0.1:
integrity sha512-0sVXIohTfLqVIW3kb/0n6IiWF3Ifj5nm2XaSrLq2DI6fKIGa2fYAZdk917rUneaeLVpYfFcyXE2ft0fe3remsA==
cypress@^13.8.0:
- version "13.13.0"
- resolved "https://registry.yarnpkg.com/cypress/-/cypress-13.13.0.tgz#52b2914c0c1c7d8a51ec2e3df18e13995da95951"
- integrity sha512-ou/MQUDq4tcDJI2FsPaod2FZpex4kpIK43JJlcBgWrX8WX7R/05ZxGTuxedOuZBfxjZxja+fbijZGyxiLP6CFA==
+ version "13.13.2"
+ resolved "https://registry.yarnpkg.com/cypress/-/cypress-13.13.2.tgz#c71f8d92056c430b1b879e5313f6de25ccce0eda"
+ integrity sha512-PvJQU33933NvS1StfzEb8/mu2kMy4dABwCF+yd5Bi7Qly1HOVf+Bufrygee/tlmty/6j5lX+KIi8j9Q3JUMbhA==
dependencies:
- "@cypress/request" "^3.0.0"
+ "@cypress/request" "^3.0.1"
"@cypress/xvfb" "^1.2.4"
"@types/sinonjs__fake-timers" "8.1.1"
"@types/sizzle" "^2.3.2"
@@ -10435,9 +9761,9 @@ date-fns@^2.16.1:
"@babel/runtime" "^7.21.0"
dayjs@^1.10.4:
- version "1.11.11"
- resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.11.11.tgz#dfe0e9d54c5f8b68ccf8ca5f72ac603e7e5ed59e"
- integrity sha512-okzr3f11N6WuqYtZSvm+F776mB41wRZMhKP+hc34YdW+KmtYYK9iqvHSwo2k9FEH3fhGXvOPV6yz2IcSrfRUDg==
+ version "1.11.12"
+ resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.11.12.tgz#5245226cc7f40a15bf52e0b99fd2a04669ccac1d"
+ integrity sha512-Rt2g+nTbLlDWZTwwrIXjy9MeiZmSDI375FvZs72ngxx8PDC6YXOeR3q5LAuPzjZQxhiWdRKac7RKV+YyQYfYIg==
debounce@^1.2.1:
version "1.2.1"
@@ -10452,16 +9778,9 @@ debug@2.6.9, debug@^2.2.0, debug@^2.3.3, debug@^2.6.0:
ms "2.0.0"
debug@4, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.3.5:
- version "4.3.5"
- resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.5.tgz#e83444eceb9fedd4a1da56d671ae2446a01a6e1e"
- integrity sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==
- dependencies:
- ms "2.1.2"
-
-debug@4.3.4:
- version "4.3.4"
- resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
- integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
+ version "4.3.6"
+ resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.6.tgz#2ab2c38fbaffebf8aa95fdfe6d88438c7a13c52b"
+ integrity sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg==
dependencies:
ms "2.1.2"
@@ -10563,14 +9882,6 @@ deepmerge@^4.0.0, deepmerge@^4.2.2:
resolved "https://registry.yarnpkg.com/deepmerge/-/deepmerge-4.3.1.tgz#44b5f2147cd3b00d4b56137685966f26fd25dd4a"
integrity sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==
-default-browser-id@3.0.0:
- version "3.0.0"
- resolved "https://registry.yarnpkg.com/default-browser-id/-/default-browser-id-3.0.0.tgz#bee7bbbef1f4e75d31f98f4d3f1556a14cea790c"
- integrity sha512-OZ1y3y0SqSICtE8DE4S8YOE9UZOJ8wO16fKWVP5J1Qz42kV9jcnMVFrEE/noXb/ss3Q4pZIH79kxofzyNNtUNA==
- dependencies:
- bplist-parser "^0.2.0"
- untildify "^4.0.0"
-
default-gateway@^4.2.0:
version "4.2.0"
resolved "https://registry.yarnpkg.com/default-gateway/-/default-gateway-4.2.0.tgz#167104c7500c2115f6dd69b0a536bb8ed720552b"
@@ -10725,23 +10036,11 @@ detect-newline@^3.0.0:
resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-3.1.0.tgz#576f5dfc63ae1a192ff192d8ad3af6308991b651"
integrity sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==
-detect-node-es@^1.1.0:
- version "1.1.0"
- resolved "https://registry.yarnpkg.com/detect-node-es/-/detect-node-es-1.1.0.tgz#163acdf643330caa0b4cd7c21e7ee7755d6fa493"
- integrity sha512-ypdmJU/TbBby2Dxibuv7ZLW3Bs1QEmM7nHjEANfohJLvE0XVujisn1qPJcZxg+qDucsr+bP6fLD1rPS3AhJ7EQ==
-
detect-node@^2.0.4, detect-node@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/detect-node/-/detect-node-2.1.0.tgz#c9c70775a49c3d03bc2c06d9a73be550f978f8b1"
integrity sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==
-detect-package-manager@^2.0.1:
- version "2.0.1"
- resolved "https://registry.yarnpkg.com/detect-package-manager/-/detect-package-manager-2.0.1.tgz#6b182e3ae5e1826752bfef1de9a7b828cffa50d8"
- integrity sha512-j/lJHyoLlWi6G1LDdLgvUtz60Zo5GEj+sVYtTVXnYLDPuzgC3llMxonXym9zIwhhUII8vjdw0LXxavpLqTbl1A==
- dependencies:
- execa "^5.1.1"
-
detect-port-alt@1.1.6, detect-port-alt@^1.1.6:
version "1.1.6"
resolved "https://registry.yarnpkg.com/detect-port-alt/-/detect-port-alt-1.1.6.tgz#24707deabe932d4a3cf621302027c2b266568275"
@@ -10778,11 +10077,6 @@ diff-sequences@^29.6.3:
resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-29.6.3.tgz#4deaf894d11407c51efc8418012f9e70b84ea921"
integrity sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==
-diff@5.0.0:
- version "5.0.0"
- resolved "https://registry.yarnpkg.com/diff/-/diff-5.0.0.tgz#7ed6ad76d859d030787ec35855f5b1daf31d852b"
- integrity sha512-/VTCrvm5Z0JGty/BWHljh+BAiw3IK+2j87NGMu8Nwc/f48WoDAC395uomO9ZD117ZOBaHmkX1oyLvkVM/aIT3w==
-
diff@^4.0.1:
version "4.0.2"
resolved "https://registry.yarnpkg.com/diff/-/diff-4.0.2.tgz#60f3aecb89d5fae520c11aa19efc2bb982aade7d"
@@ -11020,11 +10314,6 @@ dotenv-expand@5.1.0, dotenv-expand@^5.1.0:
resolved "https://registry.yarnpkg.com/dotenv-expand/-/dotenv-expand-5.1.0.tgz#3fbaf020bfd794884072ea26b1e9791d45a629f0"
integrity sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA==
-dotenv-expand@^10.0.0:
- version "10.0.0"
- resolved "https://registry.yarnpkg.com/dotenv-expand/-/dotenv-expand-10.0.0.tgz#12605d00fb0af6d0a592e6558585784032e4ef37"
- integrity sha512-GopVGCpVS1UKH75VKHGuQFqS1Gusej0z4FyQkPdwjil2gNIv+LNsqBlboOzpJFZKVT95GkCyWJbBSdFEFUWI2A==
-
dotenv@8.2.0:
version "8.2.0"
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.2.0.tgz#97e619259ada750eea3e4ea3e26bceea5424b16a"
@@ -11035,11 +10324,6 @@ dotenv@^10.0.0:
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-10.0.0.tgz#3d4227b8fb95f81096cdd2b66653fb2c7085ba81"
integrity sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==
-dotenv@^16.0.0:
- version "16.4.5"
- resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.4.5.tgz#cdd3b3b604cb327e286b4762e13502f717cb099f"
- integrity sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==
-
dotenv@^8.1.0:
version "8.6.0"
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.6.0.tgz#061af664d19f7f4d8fc6e4ff9b584ce237adcb8b"
@@ -11055,7 +10339,7 @@ duplexer@^0.1.1, duplexer@^0.1.2, duplexer@~0.1.1:
resolved "https://registry.yarnpkg.com/duplexer/-/duplexer-0.1.2.tgz#3abe43aef3835f8ae077d136ddce0f276b0400e6"
integrity sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==
-duplexify@^3.4.2, duplexify@^3.5.0, duplexify@^3.6.0:
+duplexify@^3.4.2, duplexify@^3.6.0:
version "3.7.1"
resolved "https://registry.yarnpkg.com/duplexify/-/duplexify-3.7.1.tgz#2a4df5317f6ccfd91f86d6fd25d8d8a103b88309"
integrity sha512-07z8uv2wMyS51kKhD1KsdXJg5WQ6t93RneqRxUHnskXVtlYYkLqM0gqStQZ3pj073g687jPCHrqNfCzawLYh5g==
@@ -11106,22 +10390,22 @@ ejs@^2.6.1:
resolved "https://registry.yarnpkg.com/ejs/-/ejs-2.7.4.tgz#48661287573dcc53e366c7a1ae52c3a120eec9ba"
integrity sha512-7vmuyh5+kuUyJKePhQfRQBhXV5Ce+RnaeeQArKu1EAMpL3WbgMt5WG6uQZpEVvYSSsxMXRKOewtDk9RaTKXRlA==
-ejs@^3.1.10, ejs@^3.1.5, ejs@^3.1.6:
+ejs@^3.1.5, ejs@^3.1.6:
version "3.1.10"
resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.10.tgz#69ab8358b14e896f80cc39e62087b88500c3ac3b"
integrity sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==
dependencies:
jake "^10.8.5"
-electron-to-chromium@^1.3.378, electron-to-chromium@^1.3.564, electron-to-chromium@^1.4.796:
- version "1.4.816"
- resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.816.tgz#3624649d1e7fde5cdbadf59d31a524245d8ee85f"
- integrity sha512-EKH5X5oqC6hLmiS7/vYtZHZFTNdhsYG5NVPRN6Yn0kQHNBlT59+xSM8HBy66P5fxWpKgZbPqb+diC64ng295Jw==
+electron-to-chromium@^1.3.378, electron-to-chromium@^1.3.564, electron-to-chromium@^1.5.4:
+ version "1.5.4"
+ resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.4.tgz#cd477c830dd6fca41fbd5465c1ff6ce08ac22343"
+ integrity sha512-orzA81VqLyIGUEA77YkVA1D+N+nNfl2isJVjjmOyrlxuooZ19ynb+dOlaDTqd/idKRS9lDCSBmtzM+kyCsMnkA==
elliptic@^6.5.3, elliptic@^6.5.5:
- version "6.5.5"
- resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.5.tgz#c715e09f78b6923977610d4c2346d6ce22e6dded"
- integrity sha512-7EjbcmUm17NQFu4Pmgmq2olYMj8nwMnpcddByChSUjArp8F5DQWcIcpriwO4ZToLNAJig0yiyjswfyGNje/ixw==
+ version "6.5.6"
+ resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.6.tgz#ee5f7c3a00b98a2144ac84d67d01f04d438fa53e"
+ integrity sha512-mpzdtpeCLuS3BmE3pO3Cpp5bbjlOPY2Q0PgoF+Od1XZrHLYI28Xe3ossCmYCQt11FQKEYd9+PF8jymTvtWJSHQ==
dependencies:
bn.js "^4.11.9"
brorand "^1.1.0"
@@ -11214,9 +10498,9 @@ enhanced-resolve@^4.3.0:
tapable "^1.0.0"
enhanced-resolve@^5.17.0:
- version "5.17.0"
- resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.17.0.tgz#d037603789dd9555b89aaec7eb78845c49089bc5"
- integrity sha512-dwDPwZL0dmye8Txp2gzFmA6sxALaSvdRDjPH0viLcKrtlOL3tw62nWWweVD1SdILDTJrbrL6tdWVN58Wo6U3eA==
+ version "5.17.1"
+ resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.17.1.tgz#67bfbbcc2f81d511be77d686a90267ef7f898a15"
+ integrity sha512-LMHl3dXhTcfv8gM4kEzIUeTQ+7fpdA0l2tUf34BddXPkz2A5xJ5L/Pchd5BL6rdccM9QGvu0sWZzK1Z1t4wwyg==
dependencies:
graceful-fs "^4.2.4"
tapable "^2.2.0"
@@ -11259,7 +10543,7 @@ envinfo@^7.7.3:
resolved "https://registry.yarnpkg.com/envinfo/-/envinfo-7.13.0.tgz#81fbb81e5da35d74e814941aeab7c325a606fb31"
integrity sha512-cvcaMr7KqXVh4nyzGTVqTum+gAiL265x5jUWQIDLq//zOGbW+gSW/C+OWLleY/rs9Qole6AZLMXPbtIFQbqu+Q==
-enzyme-adapter-react-16@^1.15.6:
+enzyme-adapter-react-16@^1.15.8:
version "1.15.8"
resolved "https://registry.yarnpkg.com/enzyme-adapter-react-16/-/enzyme-adapter-react-16-1.15.8.tgz#1aecb5daadaae33d32c5b8b78566d7cf45dc49d8"
integrity sha512-uYGC31eGZBp5nGsr4nKhZKvxGQjyHGjS06BJsUlWgE29/hvnpgCsT1BJvnnyny7N3GIIVyxZ4O9GChr6hy2WQA==
@@ -11522,46 +10806,41 @@ es6-symbol@^3.1.1, es6-symbol@^3.1.3:
d "^1.0.2"
ext "^1.7.0"
-esbuild-plugin-alias@^0.2.1:
- version "0.2.1"
- resolved "https://registry.yarnpkg.com/esbuild-plugin-alias/-/esbuild-plugin-alias-0.2.1.tgz#45a86cb941e20e7c2bc68a2bea53562172494fcb"
- integrity sha512-jyfL/pwPqaFXyKnj8lP8iLk6Z0m099uXR45aSN8Av1XD4vhvQutxxPzgA2bTcAwQpa1zCXDcWOlhFgyP3GKqhQ==
-
esbuild-register@^3.5.0:
- version "3.5.0"
- resolved "https://registry.yarnpkg.com/esbuild-register/-/esbuild-register-3.5.0.tgz#449613fb29ab94325c722f560f800dd946dc8ea8"
- integrity sha512-+4G/XmakeBAsvJuDugJvtyF1x+XJT4FMocynNpxrvEBViirpfUn2PgNpCHedfWhF4WokNsO/OvMKrmJOIJsI5A==
+ version "3.6.0"
+ resolved "https://registry.yarnpkg.com/esbuild-register/-/esbuild-register-3.6.0.tgz#cf270cfa677baebbc0010ac024b823cbf723a36d"
+ integrity sha512-H2/S7Pm8a9CL1uhp9OvjwrBh5Pvx0H8qVOxNu8Wed9Y7qv56MPtq+GGM8RJpq6glYJn9Wspr8uw7l55uyinNeg==
dependencies:
debug "^4.3.4"
-"esbuild@^0.18.0 || ^0.19.0 || ^0.20.0":
- version "0.20.2"
- resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.20.2.tgz#9d6b2386561766ee6b5a55196c6d766d28c87ea1"
- integrity sha512-WdOOppmUNU+IbZ0PaDiTst80zjnrOkyJNHoKupIcVyU8Lvla3Ugx94VzkQ32Ijqd7UhHJy75gNWDMUekcrSJ6g==
+"esbuild@^0.18.0 || ^0.19.0 || ^0.20.0 || ^0.21.0", esbuild@^0.21.5:
+ version "0.21.5"
+ resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.21.5.tgz#9ca301b120922959b766360d8ac830da0d02997d"
+ integrity sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==
optionalDependencies:
- "@esbuild/aix-ppc64" "0.20.2"
- "@esbuild/android-arm" "0.20.2"
- "@esbuild/android-arm64" "0.20.2"
- "@esbuild/android-x64" "0.20.2"
- "@esbuild/darwin-arm64" "0.20.2"
- "@esbuild/darwin-x64" "0.20.2"
- "@esbuild/freebsd-arm64" "0.20.2"
- "@esbuild/freebsd-x64" "0.20.2"
- "@esbuild/linux-arm" "0.20.2"
- "@esbuild/linux-arm64" "0.20.2"
- "@esbuild/linux-ia32" "0.20.2"
- "@esbuild/linux-loong64" "0.20.2"
- "@esbuild/linux-mips64el" "0.20.2"
- "@esbuild/linux-ppc64" "0.20.2"
- "@esbuild/linux-riscv64" "0.20.2"
- "@esbuild/linux-s390x" "0.20.2"
- "@esbuild/linux-x64" "0.20.2"
- "@esbuild/netbsd-x64" "0.20.2"
- "@esbuild/openbsd-x64" "0.20.2"
- "@esbuild/sunos-x64" "0.20.2"
- "@esbuild/win32-arm64" "0.20.2"
- "@esbuild/win32-ia32" "0.20.2"
- "@esbuild/win32-x64" "0.20.2"
+ "@esbuild/aix-ppc64" "0.21.5"
+ "@esbuild/android-arm" "0.21.5"
+ "@esbuild/android-arm64" "0.21.5"
+ "@esbuild/android-x64" "0.21.5"
+ "@esbuild/darwin-arm64" "0.21.5"
+ "@esbuild/darwin-x64" "0.21.5"
+ "@esbuild/freebsd-arm64" "0.21.5"
+ "@esbuild/freebsd-x64" "0.21.5"
+ "@esbuild/linux-arm" "0.21.5"
+ "@esbuild/linux-arm64" "0.21.5"
+ "@esbuild/linux-ia32" "0.21.5"
+ "@esbuild/linux-loong64" "0.21.5"
+ "@esbuild/linux-mips64el" "0.21.5"
+ "@esbuild/linux-ppc64" "0.21.5"
+ "@esbuild/linux-riscv64" "0.21.5"
+ "@esbuild/linux-s390x" "0.21.5"
+ "@esbuild/linux-x64" "0.21.5"
+ "@esbuild/netbsd-x64" "0.21.5"
+ "@esbuild/openbsd-x64" "0.21.5"
+ "@esbuild/sunos-x64" "0.21.5"
+ "@esbuild/win32-arm64" "0.21.5"
+ "@esbuild/win32-ia32" "0.21.5"
+ "@esbuild/win32-x64" "0.21.5"
esbuild@^0.19.4:
version "0.19.12"
@@ -11592,35 +10871,6 @@ esbuild@^0.19.4:
"@esbuild/win32-ia32" "0.19.12"
"@esbuild/win32-x64" "0.19.12"
-esbuild@^0.21.5:
- version "0.21.5"
- resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.21.5.tgz#9ca301b120922959b766360d8ac830da0d02997d"
- integrity sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==
- optionalDependencies:
- "@esbuild/aix-ppc64" "0.21.5"
- "@esbuild/android-arm" "0.21.5"
- "@esbuild/android-arm64" "0.21.5"
- "@esbuild/android-x64" "0.21.5"
- "@esbuild/darwin-arm64" "0.21.5"
- "@esbuild/darwin-x64" "0.21.5"
- "@esbuild/freebsd-arm64" "0.21.5"
- "@esbuild/freebsd-x64" "0.21.5"
- "@esbuild/linux-arm" "0.21.5"
- "@esbuild/linux-arm64" "0.21.5"
- "@esbuild/linux-ia32" "0.21.5"
- "@esbuild/linux-loong64" "0.21.5"
- "@esbuild/linux-mips64el" "0.21.5"
- "@esbuild/linux-ppc64" "0.21.5"
- "@esbuild/linux-riscv64" "0.21.5"
- "@esbuild/linux-s390x" "0.21.5"
- "@esbuild/linux-x64" "0.21.5"
- "@esbuild/netbsd-x64" "0.21.5"
- "@esbuild/openbsd-x64" "0.21.5"
- "@esbuild/sunos-x64" "0.21.5"
- "@esbuild/win32-arm64" "0.21.5"
- "@esbuild/win32-ia32" "0.21.5"
- "@esbuild/win32-x64" "0.21.5"
-
escalade@^3.0.2, escalade@^3.1.1, escalade@^3.1.2:
version "3.1.2"
resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.2.tgz#54076e9ab29ea5bf3d8f1ed62acffbb88272df27"
@@ -11641,16 +10891,16 @@ escape-string-regexp@2.0.0, escape-string-regexp@^2.0.0:
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz#a30304e99daa32e23b2fd20f51babd07cffca344"
integrity sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==
-escape-string-regexp@4.0.0, escape-string-regexp@^4.0.0:
- version "4.0.0"
- resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34"
- integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==
-
escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.5:
version "1.0.5"
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
integrity sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==
+escape-string-regexp@^4.0.0:
+ version "4.0.0"
+ resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34"
+ integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==
+
escodegen@^1.8.1:
version "1.14.3"
resolved "https://registry.yarnpkg.com/escodegen/-/escodegen-1.14.3.tgz#4e7b81fba61581dc97582ed78cab7f0e8d63f503"
@@ -11803,28 +11053,28 @@ eslint-plugin-react-hooks@^4.2.0, eslint-plugin-react-hooks@^4.3.0:
integrity sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==
eslint-plugin-react@^7.21.5, eslint-plugin-react@^7.26.0, eslint-plugin-react@^7.27.1:
- version "7.34.3"
- resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.34.3.tgz#9965f27bd1250a787b5d4cfcc765e5a5d58dcb7b"
- integrity sha512-aoW4MV891jkUulwDApQbPYTVZmeuSyFrudpbTAQuj5Fv8VL+o6df2xIGpw8B0hPjAaih1/Fb0om9grCdyFYemA==
+ version "7.35.0"
+ resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.35.0.tgz#00b1e4559896710e58af6358898f2ff917ea4c41"
+ integrity sha512-v501SSMOWv8gerHkk+IIQBkcGRGrO2nfybfj5pLxuJNFTPxxA3PSryhXTK+9pNbtkggheDdsC0E9Q8CuPk6JKA==
dependencies:
array-includes "^3.1.8"
array.prototype.findlast "^1.2.5"
array.prototype.flatmap "^1.3.2"
- array.prototype.toreversed "^1.1.2"
array.prototype.tosorted "^1.1.4"
doctrine "^2.1.0"
es-iterator-helpers "^1.0.19"
estraverse "^5.3.0"
+ hasown "^2.0.2"
jsx-ast-utils "^2.4.1 || ^3.0.0"
minimatch "^3.1.2"
object.entries "^1.1.8"
object.fromentries "^2.0.8"
- object.hasown "^1.1.4"
object.values "^1.2.0"
prop-types "^15.8.1"
resolve "^2.0.0-next.5"
semver "^6.3.1"
string.prototype.matchall "^4.0.11"
+ string.prototype.repeat "^1.0.0"
eslint-plugin-testing-library@^3.9.2:
version "3.10.2"
@@ -12045,9 +11295,9 @@ esprima@^4.0.0, esprima@^4.0.1, esprima@~4.0.0:
integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
esquery@^1.4.0, esquery@^1.4.2:
- version "1.5.0"
- resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.5.0.tgz#6ce17738de8577694edd7361c57182ac8cb0db0b"
- integrity sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==
+ version "1.6.0"
+ resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.6.0.tgz#91419234f804d852a82dceec3e16cdc22cf9dae7"
+ integrity sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==
dependencies:
estraverse "^5.1.0"
@@ -12293,7 +11543,7 @@ expect@^29.0.0:
jest-message-util "^29.7.0"
jest-util "^29.7.0"
-express@^4.17.1, express@^4.17.3:
+express@^4.17.1, express@^4.17.3, express@^4.19.2:
version "4.19.2"
resolved "https://registry.yarnpkg.com/express/-/express-4.19.2.tgz#e25437827a3aa7f2a827bc8171bbbb664a356465"
integrity sha512-5T6nhjsT+EOMzuck8JjBHARTHfMht0POzlA60WV2pMD3gyXw2LZnZ+ueGdNxG+0calOJcWKbpFcuzLZ91YWq9Q==
@@ -12444,6 +11694,11 @@ fast-levenshtein@^2.0.6, fast-levenshtein@~2.0.6:
resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917"
integrity sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==
+fast-uri@^3.0.1:
+ version "3.0.1"
+ resolved "https://registry.yarnpkg.com/fast-uri/-/fast-uri-3.0.1.tgz#cddd2eecfc83a71c1be2cc2ef2061331be8a7134"
+ integrity sha512-MWipKbbYiYI0UC7cl8m/i/IWTqfC8YXsqjzybjddLsFjStroQzsHXkc73JutMvBiXmOvapk+axIl79ig5t55Bw==
+
fast-url-parser@1.1.3:
version "1.1.3"
resolved "https://registry.yarnpkg.com/fast-url-parser/-/fast-url-parser-1.1.3.tgz#f4af3ea9f34d8a271cf58ad2b3759f431f0b318d"
@@ -12497,6 +11752,13 @@ fbjs@^3.0.0, fbjs@^3.0.1:
setimmediate "^1.0.5"
ua-parser-js "^1.0.35"
+fd-package-json@^1.2.0:
+ version "1.2.0"
+ resolved "https://registry.yarnpkg.com/fd-package-json/-/fd-package-json-1.2.0.tgz#4f218bb8ff65c21011d1f4f17cb3d0c9e72f8da7"
+ integrity sha512-45LSPmWf+gC5tdCQMNH4s9Sr00bIkiD9aN7dc5hqkrEw1geRYyDQS1v1oMHAW3ysfxfndqGsrDREHHjNNbKUfA==
+ dependencies:
+ walk-up-path "^3.0.1"
+
fd-slicer@~1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/fd-slicer/-/fd-slicer-1.1.0.tgz#25c7c89cb1f9077f8891bbe61d8f390eae256f1e"
@@ -12511,11 +11773,6 @@ feed@^4.2.2:
dependencies:
xml-js "^1.6.11"
-fetch-retry@^5.0.2:
- version "5.0.6"
- resolved "https://registry.yarnpkg.com/fetch-retry/-/fetch-retry-5.0.6.tgz#17d0bc90423405b7a88b74355bf364acd2a7fa56"
- integrity sha512-3yurQZ2hD9VISAhJJP9bpYFNQrHHBXE2JxxjY5aLEcDi46RmAzJE2OC9FAde0yis5ElW0jTTzs0zfg/Cca4XqQ==
-
figgy-pudding@^3.5.1:
version "3.5.2"
resolved "https://registry.yarnpkg.com/figgy-pudding/-/figgy-pudding-3.5.2.tgz#b4eee8148abb01dcf1d1ac34367d59e12fa61d6e"
@@ -12567,14 +11824,6 @@ file-set@^3.0.0:
array-back "^4.0.0"
glob "^7.1.5"
-file-system-cache@2.3.0:
- version "2.3.0"
- resolved "https://registry.yarnpkg.com/file-system-cache/-/file-system-cache-2.3.0.tgz#201feaf4c8cd97b9d0d608e96861bb6005f46fe6"
- integrity sha512-l4DMNdsIPsVnKrgEXbJwDJsA5mB8rGwHYERMgqQx/xAUtChPJMre1bXBzDEqqVbWv9AIbFezXMxeEkZDSrXUOQ==
- dependencies:
- fs-extra "11.1.1"
- ramda "0.29.0"
-
file-uri-to-path@1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz#553a7b8446ff6f684359c445f1e37a05dacc33dd"
@@ -12661,7 +11910,7 @@ find-cache-dir@^2.0.0, find-cache-dir@^2.1.0:
make-dir "^2.0.0"
pkg-dir "^3.0.0"
-find-cache-dir@^3.0.0, find-cache-dir@^3.3.1:
+find-cache-dir@^3.3.1:
version "3.3.2"
resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-3.3.2.tgz#b30c5b6eff0730731aea9bbd9dbecbd80256d64b"
integrity sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==
@@ -12685,14 +11934,6 @@ find-up@4.1.0, find-up@^4.0.0, find-up@^4.1.0:
locate-path "^5.0.0"
path-exists "^4.0.0"
-find-up@5.0.0, find-up@^5.0.0:
- version "5.0.0"
- resolved "https://registry.yarnpkg.com/find-up/-/find-up-5.0.0.tgz#4c92819ecb7083561e4f4a240a86be5198f536fc"
- integrity sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==
- dependencies:
- locate-path "^6.0.0"
- path-exists "^4.0.0"
-
find-up@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/find-up/-/find-up-3.0.0.tgz#49169f1d7993430646da61ecc5ae355c21c97b73"
@@ -12700,6 +11941,14 @@ find-up@^3.0.0:
dependencies:
locate-path "^3.0.0"
+find-up@^5.0.0:
+ version "5.0.0"
+ resolved "https://registry.yarnpkg.com/find-up/-/find-up-5.0.0.tgz#4c92819ecb7083561e4f4a240a86be5198f536fc"
+ integrity sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==
+ dependencies:
+ locate-path "^6.0.0"
+ path-exists "^4.0.0"
+
flat-cache@^3.0.4:
version "3.2.0"
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-3.2.0.tgz#2c0c2d5040c99b1632771a9d105725c0115363ee"
@@ -12725,9 +11974,9 @@ flatten@^1.0.2:
integrity sha512-dVsPA/UwQ8+2uoFe5GHtiBMu48dWLTdsuEd7CKGlZlD78r1TTWBvDuFaFGKCo/ZfEr95Uk56vZoX86OsHkUeIg==
flow-parser@0.*:
- version "0.238.3"
- resolved "https://registry.yarnpkg.com/flow-parser/-/flow-parser-0.238.3.tgz#a3b762913c016591c15a68165835e31cd085c8d0"
- integrity sha512-hNUhucq8V6KWSX1skXUS3vnDmrRNuKWzDvEVK5b+n97uMF32zj2y8pmcLDQEqlY5u926B0GYGWT/3XhwDJfLOQ==
+ version "0.242.1"
+ resolved "https://registry.yarnpkg.com/flow-parser/-/flow-parser-0.242.1.tgz#d95977303d2cca0c1cb39394f5f5098d1ed5fc95"
+ integrity sha512-E3ml21Q1S5cMAyPbtYslkvI6yZO5oCS/S2EoteeFH8Kx9iKOv/YOJ+dGd/yMf+H3YKfhMKjnOpyNwrO7NdddWA==
flush-write-stream@^1.0.0, flush-write-stream@^1.0.2:
version "1.1.1"
@@ -12908,18 +12157,9 @@ front-matter@^3.1.0:
js-yaml "^3.13.1"
fs-constants@^1.0.0:
- version "1.0.0"
- resolved "https://registry.yarnpkg.com/fs-constants/-/fs-constants-1.0.0.tgz#6be0de9be998ce16af8afc24497b9ee9b7ccd9ad"
- integrity sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==
-
-fs-extra@11.1.1:
- version "11.1.1"
- resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.1.1.tgz#da69f7c39f3b002378b0954bb6ae7efdc0876e2d"
- integrity sha512-MGIE4HOvQCeUCzmlHs0vXpih4ysz4wg9qiSAu6cd42lVwPbTM1TjV7RusoyQqMmk/95gdQZX72u+YW+c3eEpFQ==
- dependencies:
- graceful-fs "^4.2.0"
- jsonfile "^6.0.1"
- universalify "^2.0.0"
+ version "1.0.0"
+ resolved "https://registry.yarnpkg.com/fs-constants/-/fs-constants-1.0.0.tgz#6be0de9be998ce16af8afc24497b9ee9b7ccd9ad"
+ integrity sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==
fs-extra@^10.0.0, fs-extra@^10.1.0:
version "10.1.0"
@@ -13032,7 +12272,7 @@ function-bind@^1.1.2:
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.2.tgz#2c02d864d97f3ea6c8830c464cbd11ab6eab7a1c"
integrity sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==
-function.prototype.name@^1.1.2, function.prototype.name@^1.1.5, function.prototype.name@^1.1.6:
+function.prototype.name@^1.1.2, function.prototype.name@^1.1.6:
version "1.1.6"
resolved "https://registry.yarnpkg.com/function.prototype.name/-/function.prototype.name-1.1.6.tgz#cdf315b7d90ee77a4c6ee216c3c3362da07533fd"
integrity sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg==
@@ -13080,16 +12320,6 @@ get-intrinsic@^1.1.3, get-intrinsic@^1.2.1, get-intrinsic@^1.2.2, get-intrinsic@
has-symbols "^1.0.3"
hasown "^2.0.0"
-get-nonce@^1.0.0:
- version "1.0.1"
- resolved "https://registry.yarnpkg.com/get-nonce/-/get-nonce-1.0.1.tgz#fdf3f0278073820d2ce9426c18f07481b1e0cdf3"
- integrity sha512-FJhYRoDaiatfEkUK8HKlicmu/3SGFD51q3itKDGoSTysQJBnfOcxU5GxnhE1E6soB76MbT0MBtnKJuXyAx+96Q==
-
-get-npm-tarball-url@^2.0.3:
- version "2.1.0"
- resolved "https://registry.yarnpkg.com/get-npm-tarball-url/-/get-npm-tarball-url-2.1.0.tgz#cbd6bb25884622bc3191c761466c93ac83343213"
- integrity sha512-ro+DiMu5DXgRBabqXupW38h7WPZ9+Ad8UjwhvsmmN8w1sU7ab0nzAXvVZ4kqYg57OrqomRtJvepX5/xvFKNtjA==
-
get-own-enumerable-property-symbols@^3.0.0:
version "3.0.2"
resolved "https://registry.yarnpkg.com/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.2.tgz#b5fde77f22cbe35f390b4e089922c50bce6ef664"
@@ -13259,21 +12489,10 @@ glob-to-regexp@^0.4.1:
resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz#c75297087c851b9a578bd217dd59a92f59fe546e"
integrity sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==
-glob@8.1.0:
- version "8.1.0"
- resolved "https://registry.yarnpkg.com/glob/-/glob-8.1.0.tgz#d388f656593ef708ee3e34640fdfb99a9fd1c33e"
- integrity sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==
- dependencies:
- fs.realpath "^1.0.0"
- inflight "^1.0.4"
- inherits "2"
- minimatch "^5.0.1"
- once "^1.3.0"
-
-glob@^10.0.0, glob@^10.3.10, glob@^10.3.3, glob@^10.4.1:
- version "10.4.2"
- resolved "https://registry.yarnpkg.com/glob/-/glob-10.4.2.tgz#bed6b95dade5c1f80b4434daced233aee76160e5"
- integrity sha512-GwMlUF6PkPo3Gk21UxkCohOv0PLcIXVtKyLlpEI28R/cO/4eNOdmLk3CMW1wROV/WR/EsZOWAfBbBOqYvs88/w==
+glob@^10.3.10, glob@^10.3.3, glob@^10.4.1:
+ version "10.4.5"
+ resolved "https://registry.yarnpkg.com/glob/-/glob-10.4.5.tgz#f4d9f0b90ffdbab09c9d77f5f29b4262517b0956"
+ integrity sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==
dependencies:
foreground-child "^3.1.0"
jackspeak "^3.1.2"
@@ -13294,6 +12513,17 @@ glob@^7.0.0, glob@^7.0.3, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, gl
once "^1.3.0"
path-is-absolute "^1.0.0"
+glob@^8.1.0:
+ version "8.1.0"
+ resolved "https://registry.yarnpkg.com/glob/-/glob-8.1.0.tgz#d388f656593ef708ee3e34640fdfb99a9fd1c33e"
+ integrity sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==
+ dependencies:
+ fs.realpath "^1.0.0"
+ inflight "^1.0.4"
+ inherits "2"
+ minimatch "^5.0.1"
+ once "^1.3.0"
+
glob@~7.1.1:
version "7.1.7"
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.7.tgz#3b193e9233f01d42d0b3f78294bbeeb418f94a90"
@@ -13506,18 +12736,6 @@ gulp-sort@^2.0.0:
dependencies:
through2 "^2.0.1"
-gunzip-maybe@^1.4.2:
- version "1.4.2"
- resolved "https://registry.yarnpkg.com/gunzip-maybe/-/gunzip-maybe-1.4.2.tgz#b913564ae3be0eda6f3de36464837a9cd94b98ac"
- integrity sha512-4haO1M4mLO91PW57BMsDFf75UmwoRX0GkdD+Faw+Lr+r/OZrOCS0pIBwOL1xCKQqnQzbNFGgK2V2CpBUPeFNTw==
- dependencies:
- browserify-zlib "^0.1.4"
- is-deflate "^1.0.0"
- is-gzip "^1.0.0"
- peek-stream "^1.1.0"
- pumpify "^1.3.3"
- through2 "^2.0.3"
-
gzip-size@5.1.1:
version "5.1.1"
resolved "https://registry.yarnpkg.com/gzip-size/-/gzip-size-5.1.1.tgz#cb9bee692f87c0612b232840a873904e4c135274"
@@ -13538,7 +12756,7 @@ handle-thing@^2.0.0:
resolved "https://registry.yarnpkg.com/handle-thing/-/handle-thing-2.0.1.tgz#857f79ce359580c340d43081cc648970d0bb234e"
integrity sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==
-handlebars@^4.3.3, handlebars@^4.5.3, handlebars@^4.7.3, handlebars@^4.7.7:
+handlebars@^4.3.3, handlebars@^4.5.3, handlebars@^4.7.3:
version "4.7.8"
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.7.8.tgz#41c42c18b1be2365439188c77c6afae71c0cd9e9"
integrity sha512-vafaFqs8MZkRrSX7sFVUdo3ap/eNiLnb4IakshzvP56X5Nr1iGKAIqdX6tMlm6HcNRIkr6AxO5jFEoJzzpT8aQ==
@@ -13788,7 +13006,7 @@ hastscript@^6.0.0:
property-information "^5.0.0"
space-separated-tokens "^1.0.0"
-he@1.2.0, he@^1.2.0:
+he@^1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f"
integrity sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==
@@ -14157,9 +13375,9 @@ i18next-scanner@^2.10.3:
vinyl-fs "^3.0.1"
i18next@*:
- version "23.11.5"
- resolved "https://registry.yarnpkg.com/i18next/-/i18next-23.11.5.tgz#d71eb717a7e65498d87d0594f2664237f9e361ef"
- integrity sha512-41pvpVbW9rhZPk5xjCX2TPJi2861LEig/YRhUkY+1FQ2IQPS0bKUDYnEqY8XPPbB48h1uIwLnP9iiEfuSl20CA==
+ version "23.12.2"
+ resolved "https://registry.yarnpkg.com/i18next/-/i18next-23.12.2.tgz#c5b44bb95e4d4a5908a51577fa06c63dc2f650a4"
+ integrity sha512-XIeh5V+bi8SJSWGL3jqbTEBW5oD6rbP5L+E7dVQh1MNTxxYef0x15rhJVcRb7oiuq4jLtgy2SD8eFlf6P2cmqg==
dependencies:
"@babel/runtime" "^7.23.2"
@@ -14302,9 +13520,9 @@ import-local@^2.0.0:
resolve-cwd "^2.0.0"
import-local@^3.0.2:
- version "3.1.0"
- resolved "https://registry.yarnpkg.com/import-local/-/import-local-3.1.0.tgz#b4479df8a5fd44f6cdce24070675676063c95cb4"
- integrity sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==
+ version "3.2.0"
+ resolved "https://registry.yarnpkg.com/import-local/-/import-local-3.2.0.tgz#c3d5c745798c02a6f8b897726aba5100186ee260"
+ integrity sha512-2SPlun1JUPWoM6t3F0dw0FkCF/jWY8kttcY4f599GLTSjh2OCuuhdTkJQsEcZzBqbXZGKMK2OqW1oZsjtf/gQA==
dependencies:
pkg-dir "^4.2.0"
resolve-cwd "^3.0.0"
@@ -14601,9 +13819,9 @@ is-color-stop@^1.0.0:
rgba-regex "^1.0.0"
is-core-module@^2.0.0, is-core-module@^2.13.0, is-core-module@^2.13.1, is-core-module@^2.5.0:
- version "2.14.0"
- resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.14.0.tgz#43b8ef9f46a6a08888db67b1ffd4ec9e3dfd59d1"
- integrity sha512-a5dFJih5ZLYlRtDc0dZWP7RiKr6xIKzmn/oAYCDvdLThadVgyJwlaoQPmRtMSpz+rk0OGAgIu+TcM9HUF0fk1A==
+ version "2.15.0"
+ resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.15.0.tgz#71c72ec5442ace7e76b306e9d48db361f22699ea"
+ integrity sha512-Dd+Lb2/zvk9SKy1TGCt1wFJFo/MWBPMX5x7KcvLajWTGuomczdQX61PvY5yK6SVACwpoexWo81IfFyoKY2QnTA==
dependencies:
hasown "^2.0.2"
@@ -14633,11 +13851,6 @@ is-decimal@^1.0.0:
resolved "https://registry.yarnpkg.com/is-decimal/-/is-decimal-1.0.4.tgz#65a3a5958a1c5b63a706e1b333d7cd9f630d3fa5"
integrity sha512-RGdriMmQQvZ2aqaQq3awNA6dCGtKpiDFcOzrTWrDAT2MiWrKQVPmxLGHl7Y2nNu6led0kEyoX0enY0qXYsv9zw==
-is-deflate@^1.0.0:
- version "1.0.0"
- resolved "https://registry.yarnpkg.com/is-deflate/-/is-deflate-1.0.0.tgz#c862901c3c161fb09dac7cdc7e784f80e98f2f14"
- integrity sha512-YDoFpuZWu1VRXlsnlYMzKyVRITXj7Ej/V9gXQ2/pAe7X1J7M/RNOqaIYi6qUn+B7nGyB9pDXrv02dsB58d2ZAQ==
-
is-descriptor@^0.1.0:
version "0.1.7"
resolved "https://registry.yarnpkg.com/is-descriptor/-/is-descriptor-0.1.7.tgz#2727eb61fd789dcd5bdf0ed4569f551d2fe3be33"
@@ -14724,11 +13937,6 @@ is-glob@^4.0.0, is-glob@^4.0.1, is-glob@^4.0.3, is-glob@~4.0.1:
dependencies:
is-extglob "^2.1.1"
-is-gzip@^1.0.0:
- version "1.0.0"
- resolved "https://registry.yarnpkg.com/is-gzip/-/is-gzip-1.0.0.tgz#6ca8b07b99c77998025900e555ced8ed80879a83"
- integrity sha512-rcfALRIb1YewtnksfRIHGcIY93QnK8BIQ/2c9yDYcG/Y6+vRoJuTWBmmSEbyLLYtXm7q35pHOHbZFQBaLrhlWQ==
-
is-hexadecimal@^1.0.0:
version "1.0.4"
resolved "https://registry.yarnpkg.com/is-hexadecimal/-/is-hexadecimal-1.0.4.tgz#cc35c97588da4bd49a8eedd6bc4082d44dcb23a7"
@@ -14765,14 +13973,6 @@ is-module@^1.0.0:
resolved "https://registry.yarnpkg.com/is-module/-/is-module-1.0.0.tgz#3258fb69f78c14d5b815d664336b4cffb6441591"
integrity sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==
-is-nan@^1.3.2:
- version "1.3.2"
- resolved "https://registry.yarnpkg.com/is-nan/-/is-nan-1.3.2.tgz#043a54adea31748b55b6cd4e09aadafa69bd9e1d"
- integrity sha512-E+zBKpQ2t6MEo1VsonYmluk9NxGrbzpeeLC2xIViuO2EjU2xsXsBPwTr3Ykv9l08UYEVEdWeRZNouaZqF6RN0w==
- dependencies:
- call-bind "^1.0.0"
- define-properties "^1.1.3"
-
is-negated-glob@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/is-negated-glob/-/is-negated-glob-1.0.0.tgz#6910bca5da8c95e784b5751b976cf5a10fee36d2"
@@ -15160,18 +14360,18 @@ iterator.prototype@^1.1.2:
set-function-name "^2.0.1"
jackspeak@^3.1.2:
- version "3.4.0"
- resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-3.4.0.tgz#a75763ff36ad778ede6a156d8ee8b124de445b4a"
- integrity sha512-JVYhQnN59LVPFCEcVa2C3CrEKYacvjRfqIQl+h8oi91aLYQVWRYbxjPcv1bUiUy/kLmQaANrYfNMCO3kuEDHfw==
+ version "3.4.3"
+ resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-3.4.3.tgz#8833a9d89ab4acde6188942bd1c53b6390ed5a8a"
+ integrity sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==
dependencies:
"@isaacs/cliui" "^8.0.2"
optionalDependencies:
"@pkgjs/parseargs" "^0.11.0"
jake@^10.8.5:
- version "10.9.1"
- resolved "https://registry.yarnpkg.com/jake/-/jake-10.9.1.tgz#8dc96b7fcc41cb19aa502af506da4e1d56f5e62b"
- integrity sha512-61btcOHNnLnsOdtLgA5efqQWjnSi/vow5HbI7HMdKKWqvrKR1bLK3BPlJn9gcSaP2ewuamUSMB5XEy76KUIS2w==
+ version "10.9.2"
+ resolved "https://registry.yarnpkg.com/jake/-/jake-10.9.2.tgz#6ae487e6a69afec3a5e167628996b59f35ae2b7f"
+ integrity sha512-2P4SQ0HrLQ+fw6llpLnOaGAvN2Zu6778SJMrCUwns4fOoG9ayrTiZk3VV8sCPkVZF8ab0zksVpS8FDY5pRCNBA==
dependencies:
async "^3.2.3"
chalk "^4.0.2"
@@ -16190,13 +15390,6 @@ js-tokens@^3.0.2:
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b"
integrity sha512-RjTcuD4xjtthQkaWH7dFlH85L+QaVtSoOyGdZ3g6HFhS9dFNDfLyqgm2NFe2X6cQpeFmt0452FJjFG5UameExg==
-js-yaml@4.1.0, js-yaml@^4.1.0:
- version "4.1.0"
- resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.0.tgz#c1fb65f8f5017901cdd2c951864ba18458a10602"
- integrity sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==
- dependencies:
- argparse "^2.0.1"
-
js-yaml@^3.13.1, js-yaml@^3.6.1:
version "3.14.1"
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.14.1.tgz#dae812fdb3825fa306609a8717383c50c36a0537"
@@ -16205,6 +15398,13 @@ js-yaml@^3.13.1, js-yaml@^3.6.1:
argparse "^1.0.7"
esprima "^4.0.0"
+js-yaml@^4.1.0:
+ version "4.1.0"
+ resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.0.tgz#c1fb65f8f5017901cdd2c951864ba18458a10602"
+ integrity sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==
+ dependencies:
+ argparse "^2.0.1"
+
js2xmlparser@^4.0.2:
version "4.0.2"
resolved "https://registry.yarnpkg.com/js2xmlparser/-/js2xmlparser-4.0.2.tgz#2a1fdf01e90585ef2ae872a01bc169c6a8d5e60a"
@@ -16601,15 +15801,6 @@ lazy-ass@^1.6.0:
resolved "https://registry.yarnpkg.com/lazy-ass/-/lazy-ass-1.6.0.tgz#7999655e8646c17f089fdd187d150d3324d54513"
integrity sha512-cc8oEVoctTvsFZ/Oje/kGnHbpWHYBe8IAJe4C0QNc3t8uM/0Y8+erSz/7Y1ALuXTEZTMvxXwO6YbX1ey3ujiZw==
-lazy-universal-dotenv@^4.0.0:
- version "4.0.0"
- resolved "https://registry.yarnpkg.com/lazy-universal-dotenv/-/lazy-universal-dotenv-4.0.0.tgz#0b220c264e89a042a37181a4928cdd298af73422"
- integrity sha512-aXpZJRnTkpK6gQ/z4nk+ZBLd/Qdp118cvPruLSIQzQNRhKwEcdXCOzXuF55VDqIiuAaY3UGZ10DJtvZzDcvsxg==
- dependencies:
- app-root-dir "^1.0.2"
- dotenv "^16.0.0"
- dotenv-expand "^10.0.0"
-
lazystream@^1.0.0:
version "1.0.1"
resolved "https://registry.yarnpkg.com/lazystream/-/lazystream-1.0.1.tgz#494c831062f1f9408251ec44db1cba29242a2638"
@@ -16913,7 +16104,7 @@ lodash.uniq@4.5.0, lodash.uniq@^4.5.0:
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
-log-symbols@4.1.0, log-symbols@^4.0.0, log-symbols@^4.1.0:
+log-symbols@^4.0.0, log-symbols@^4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-4.1.0.tgz#3fbdbb95b4683ac9fc785111e792e558d4abd503"
integrity sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==
@@ -16961,9 +16152,9 @@ lowercase-keys@^2.0.0:
integrity sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA==
lru-cache@^10.2.0:
- version "10.3.0"
- resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.3.0.tgz#4a4aaf10c84658ab70f79a85a9a3f1e1fb11196b"
- integrity sha512-CQl19J/g+Hbjbv4Y3mFNNXFEL/5t/KCg8POCuUqd4rMKjGG+j1ybER83hxV58zL+dFI1PTkt3GNFSHRt+d8qEQ==
+ version "10.4.3"
+ resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.4.3.tgz#410fc8a17b70e598013df257c2446b7f3383f119"
+ integrity sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==
lru-cache@^4.0.1:
version "4.1.5"
@@ -17005,11 +16196,11 @@ magic-string@^0.25.0, magic-string@^0.25.7:
sourcemap-codec "^1.4.8"
magic-string@^0.30.5:
- version "0.30.10"
- resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.30.10.tgz#123d9c41a0cb5640c892b041d4cfb3bd0aa4b39e"
- integrity sha512-iIRwTIf0QKV3UAnYK4PU8uiEc4SRh5jX0mwpIwETPpHdhVM4f53RSwS/vXvN1JhGX+Cs7B8qIq3d6AH49O5fAQ==
+ version "0.30.11"
+ resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.30.11.tgz#301a6f93b3e8c2cb13ac1a7a673492c0dfd12954"
+ integrity sha512-+Wri9p0QHMy+545hKww7YAu5NyzF8iomPL/RQazugQ9+Ez4Ic3mERMd8ZTX5rfK944j+560ZJi8iAwgak1Ac7A==
dependencies:
- "@jridgewell/sourcemap-codec" "^1.4.15"
+ "@jridgewell/sourcemap-codec" "^1.5.0"
make-dir@^1.0.0:
version "1.3.0"
@@ -17100,10 +16291,10 @@ markdown-it@^12.3.2:
mdurl "^1.0.1"
uc.micro "^1.0.5"
-markdown-to-jsx@7.3.2:
- version "7.3.2"
- resolved "https://registry.yarnpkg.com/markdown-to-jsx/-/markdown-to-jsx-7.3.2.tgz#f286b4d112dad3028acc1e77dfe1f653b347e131"
- integrity sha512-B+28F5ucp83aQm+OxNrPkS8z0tMKaeHiy0lHJs3LqCyDQFtWuenaIrkaVTgAm1pf1AU85LXltva86hlaT17i8Q==
+markdown-to-jsx@^7.4.5:
+ version "7.4.7"
+ resolved "https://registry.yarnpkg.com/markdown-to-jsx/-/markdown-to-jsx-7.4.7.tgz#740ee7ec933865ef5cc683a0992797685a75e2ee"
+ integrity sha512-0+ls1IQZdU6cwM1yu0ZjjiVWYtkbExSyUIFU2ZeDIFuZM1W42Mh4OlJ4nb4apX4H8smxDHRdFaoIVJGwfv5hkg==
marked@^0.7.0:
version "0.7.0"
@@ -17307,11 +16498,16 @@ miller-rabin@^4.0.0:
bn.js "^4.0.0"
brorand "^1.0.1"
-mime-db@1.52.0, "mime-db@>= 1.43.0 < 2":
+mime-db@1.52.0:
version "1.52.0"
resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.52.0.tgz#bbabcdc02859f4987301c856e3387ce5ec43bf70"
integrity sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==
+"mime-db@>= 1.43.0 < 2":
+ version "1.53.0"
+ resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.53.0.tgz#3cb63cd820fc29896d9d4e8c32ab4fcd74ccb447"
+ integrity sha512-oHlN/w+3MQ3rba9rqFr6V/ypF10LSkdwUysQL7GkXoTgIWeV+tcXGA852TBxH+gsh8UWoyhR1hKcoMJTuWflpg==
+
mime-db@~1.33.0:
version "1.33.0"
resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.33.0.tgz#a3492050a5cb9b63450541e39d9788d2272783db"
@@ -17403,13 +16599,6 @@ minimatch@3.1.2, minimatch@^3.0.2, minimatch@^3.0.4, minimatch@^3.0.5, minimatch
dependencies:
brace-expansion "^1.1.7"
-minimatch@5.0.1:
- version "5.0.1"
- resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.0.1.tgz#fb9022f7528125187c92bd9e9b6366be1cf3415b"
- integrity sha512-nLDxIFRyhDblz3qMuq+SoRZED4+miJ/G+tdDrjkkkRnjAsBexeGpgjLEQ0blJy7rHhR2b93rhQY4SvyWu9v03g==
- dependencies:
- brace-expansion "^2.0.1"
-
minimatch@9.0.1:
version "9.0.1"
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.1.tgz#8a555f541cf976c622daf078bb28f29fb927c253"
@@ -17417,7 +16606,7 @@ minimatch@9.0.1:
dependencies:
brace-expansion "^2.0.1"
-minimatch@^5.0.1:
+minimatch@^5.0.1, minimatch@^5.1.6:
version "5.1.6"
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.6.tgz#1cfcb8cf5522ea69952cd2af95ae09477f122a96"
integrity sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==
@@ -17537,11 +16726,6 @@ mixin-deep@^1.2.0:
for-in "^1.0.2"
is-extendable "^1.0.1"
-mkdirp-classic@^0.5.2:
- version "0.5.3"
- resolved "https://registry.yarnpkg.com/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz#fa10c9115cc6d8865be221ba47ee9bed78601113"
- integrity sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==
-
mkdirp2@^1.0.4:
version "1.0.5"
resolved "https://registry.yarnpkg.com/mkdirp2/-/mkdirp2-1.0.5.tgz#68bbe61defefafce4b48948608ec0bac942512c2"
@@ -17575,30 +16759,30 @@ mlly@^1.7.1:
ufo "^1.5.3"
mocha@^10.4.0:
- version "10.5.2"
- resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.5.2.tgz#0a3481fb67c0a7fc144a909b2d6a9fec35ec5989"
- integrity sha512-9btlN3JKCefPf+vKd/kcKz2SXxi12z6JswkGfaAF0saQvnsqLJk504ZmbxhSoENge08E9dsymozKgFMTl5PQsA==
+ version "10.7.0"
+ resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.7.0.tgz#9e5cbed8fa9b37537a25bd1f7fb4f6fc45458b9a"
+ integrity sha512-v8/rBWr2VO5YkspYINnvu81inSz2y3ODJrhO175/Exzor1RcEZZkizgE2A+w/CAXXoESS8Kys5E62dOHGHzULA==
dependencies:
- ansi-colors "4.1.1"
- browser-stdout "1.3.1"
+ ansi-colors "^4.1.3"
+ browser-stdout "^1.3.1"
chokidar "^3.5.3"
- debug "4.3.4"
- diff "5.0.0"
- escape-string-regexp "4.0.0"
- find-up "5.0.0"
- glob "8.1.0"
- he "1.2.0"
- js-yaml "4.1.0"
- log-symbols "4.1.0"
- minimatch "5.0.1"
- ms "2.1.3"
- serialize-javascript "6.0.0"
- strip-json-comments "3.1.1"
- supports-color "8.1.1"
- workerpool "6.2.1"
- yargs "16.2.0"
- yargs-parser "20.2.4"
- yargs-unparser "2.0.0"
+ debug "^4.3.5"
+ diff "^5.2.0"
+ escape-string-regexp "^4.0.0"
+ find-up "^5.0.0"
+ glob "^8.1.0"
+ he "^1.2.0"
+ js-yaml "^4.1.0"
+ log-symbols "^4.1.0"
+ minimatch "^5.1.6"
+ ms "^2.1.3"
+ serialize-javascript "^6.0.2"
+ strip-json-comments "^3.1.1"
+ supports-color "^8.1.1"
+ workerpool "^6.5.1"
+ yargs "^16.2.0"
+ yargs-parser "^20.2.9"
+ yargs-unparser "^2.0.0"
moment@^2.24.0, moment@^2.29.1:
version "2.30.1"
@@ -17648,7 +16832,7 @@ ms@2.1.2:
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
-ms@2.1.3, ms@^2.1.1:
+ms@2.1.3, ms@^2.1.1, ms@^2.1.3:
version "2.1.3"
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
@@ -17801,7 +16985,7 @@ node-fetch-native@^1.6.3:
resolved "https://registry.yarnpkg.com/node-fetch-native/-/node-fetch-native-1.6.4.tgz#679fc8fd8111266d47d7e72c379f1bed9acff06e"
integrity sha512-IhOigYzAKHd244OC0JIMIUrjzctirCmPkaIfhDeGcEETWof5zKYUW7e7MYvChGWh/4CJeXEgsRyGzuF334rOOQ==
-node-fetch@^2.0.0, node-fetch@^2.6.12:
+node-fetch@^2.6.12:
version "2.7.0"
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.7.0.tgz#d0f0fa6e3e2dc1d27efcd8ad99d550bda94d187d"
integrity sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==
@@ -17889,10 +17073,10 @@ node-releases@^1.1.52, node-releases@^1.1.61:
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.77.tgz#50b0cfede855dd374e7585bf228ff34e57c1c32e"
integrity sha512-rB1DUFUNAN4Gn9keO2K1efO35IDK7yKHCdCaIMvFO7yUYmmZYeDjnGKle26G4rwj+LKRQpjyUUvMkPglwGCYNQ==
-node-releases@^2.0.14:
- version "2.0.14"
- resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.14.tgz#2ffb053bceb8b2be8495ece1ab6ce600c4461b0b"
- integrity sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==
+node-releases@^2.0.18:
+ version "2.0.18"
+ resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.18.tgz#f010e8d35e2fe8d6b2944f03f70213ecedc4ca3f"
+ integrity sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g==
nopt@^7.2.0:
version "7.2.1"
@@ -18016,9 +17200,9 @@ num2fraction@^1.2.2:
integrity sha512-Y1wZESM7VUThYY+4W+X4ySH2maqcA+p7UR+w8VWNWVAd6lwuXXWz/w/Cz43J/dI2I+PS6wD5N+bJUF+gjWvIqg==
nwsapi@^2.2.0:
- version "2.2.10"
- resolved "https://registry.yarnpkg.com/nwsapi/-/nwsapi-2.2.10.tgz#0b77a68e21a0b483db70b11fad055906e867cda8"
- integrity sha512-QK0sRs7MKv0tKe1+5uZIQk/C8XGza4DAnztJG8iD+TpJIORARrCxczA738awHrZoHeTjSSoHqao2teO0dC/gFQ==
+ version "2.2.12"
+ resolved "https://registry.yarnpkg.com/nwsapi/-/nwsapi-2.2.12.tgz#fb6af5c0ec35b27b4581eb3bbad34ec9e5c696f8"
+ integrity sha512-qXDmcVlZV4XRtKFzddidpfVP4oMSGhga+xdMc25mv8kaLUHtgzCDhUxkrN8exkGdTlLNaXj7CV3GtON7zuGZ+w==
nypm@^0.3.8:
version "0.3.9"
@@ -18142,15 +17326,6 @@ object.groupby@^1.0.1:
define-properties "^1.2.1"
es-abstract "^1.23.2"
-object.hasown@^1.1.4:
- version "1.1.4"
- resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.1.4.tgz#e270ae377e4c120cdcb7656ce66884a6218283dc"
- integrity sha512-FZ9LZt9/RHzGySlBARE3VF+gE26TxR38SdmqOqliuTnl9wrKulaQs+4dee1V+Io8VfxqzAfHu6YuRgUy8OHoTg==
- dependencies:
- define-properties "^1.2.1"
- es-abstract "^1.23.2"
- es-object-atoms "^1.0.0"
-
object.pick@^1.3.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/object.pick/-/object.pick-1.3.0.tgz#87a10ac4c1694bd2e1cbf53591a66141fb5dd747"
@@ -18235,7 +17410,7 @@ open@^7.0.2, open@^7.3.1:
is-docker "^2.0.0"
is-wsl "^2.1.1"
-open@^8.0.4, open@^8.0.9, open@^8.4.0:
+open@^8.0.9, open@^8.4.0:
version "8.4.2"
resolved "https://registry.yarnpkg.com/open/-/open-8.4.2.tgz#5b5ffe2a8f793dcd2aad73e550cb87b59cb084f9"
integrity sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==
@@ -18436,11 +17611,6 @@ pad-right@^0.2.2:
dependencies:
repeat-string "^1.5.2"
-pako@~0.2.0:
- version "0.2.9"
- resolved "https://registry.yarnpkg.com/pako/-/pako-0.2.9.tgz#f3f7522f4ef782348da8161bad9ecfd51bf83a75"
- integrity sha512-NUcwaKxUxWrZLpDG+z/xZaCgQITkA/Dv4V/T6bw7VON6l1Xz/VnrBqrYjZQ12TamKHzITTfOEIYUj48y2KXImA==
-
pako@~1.0.5:
version "1.0.11"
resolved "https://registry.yarnpkg.com/pako/-/pako-1.0.11.tgz#6c9599d340d54dfd3946380252a35705a6b992bf"
@@ -18697,15 +17867,6 @@ pbkdf2@^3.0.3, pbkdf2@^3.1.2:
safe-buffer "^5.0.1"
sha.js "^2.4.8"
-peek-stream@^1.1.0:
- version "1.1.3"
- resolved "https://registry.yarnpkg.com/peek-stream/-/peek-stream-1.1.3.tgz#3b35d84b7ccbbd262fff31dc10da56856ead6d67"
- integrity sha512-FhJ+YbOSBb9/rIl2ZeE/QHEsWn7PqNYt8ARAY3kIgNGOk13g9FGyIY6JIl/xB/3TFRVoTv5as0l11weORrTekA==
- dependencies:
- buffer-from "^1.0.0"
- duplexify "^3.5.0"
- through2 "^2.0.3"
-
pend@~1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/pend/-/pend-1.2.0.tgz#7a57eb550a6783f9115331fcf4663d5c8e007a50"
@@ -18731,7 +17892,7 @@ picocolors@^1.0.0, picocolors@^1.0.1:
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.1.tgz#a8ad579b571952f0e5d25892de5445bcfe25aaa1"
integrity sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==
-picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.2, picomatch@^2.2.3, picomatch@^2.3.0, picomatch@^2.3.1:
+picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.2, picomatch@^2.2.3, picomatch@^2.3.1:
version "2.3.1"
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
@@ -18782,17 +17943,10 @@ pkg-dir@^4.1.0, pkg-dir@^4.2.0:
dependencies:
find-up "^4.0.0"
-pkg-dir@^5.0.0:
- version "5.0.0"
- resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-5.0.0.tgz#a02d6aebe6ba133a928f74aec20bafdfe6b8e760"
- integrity sha512-NPE8TDbzl/3YQYY7CSS228s3g2ollTFnc+Qi3tqmqJp9Vg2ovUpixcJEo2HJScN2Ez+kEaal6y70c0ehqJBJeA==
- dependencies:
- find-up "^5.0.0"
-
pkg-types@^1.1.1:
- version "1.1.2"
- resolved "https://registry.yarnpkg.com/pkg-types/-/pkg-types-1.1.2.tgz#3e211ecec23516f59323ba058ec21cbc533ff81a"
- integrity sha512-VEGf1he2DR5yowYRl0XJhWJq5ktm9gYIsH+y8sNJpHlxch7JPDaufgrsl4vYjd9hMUY8QVjoNncKbow9I7exyA==
+ version "1.1.3"
+ resolved "https://registry.yarnpkg.com/pkg-types/-/pkg-types-1.1.3.tgz#161bb1242b21daf7795036803f28e30222e476e3"
+ integrity sha512-+JrgthZG6m3ckicaOB74TwQ+tBWsFl3qVQg7mN8ulwSOElJ7gBhKzj2VkCPnZ4NlF6kEquYU+RIYNVAvzd54UA==
dependencies:
confbox "^0.1.7"
mlly "^1.7.1"
@@ -19526,11 +18680,11 @@ postcss-modules-values@^4.0.0:
icss-utils "^5.0.0"
postcss-nested@^6.0.1:
- version "6.0.1"
- resolved "https://registry.yarnpkg.com/postcss-nested/-/postcss-nested-6.0.1.tgz#f83dc9846ca16d2f4fa864f16e9d9f7d0961662c"
- integrity sha512-mEp4xPMi5bSWiMbsgoPfcP74lsWLHkQbZc3sY+jWYd65CUwXrUaTp0fmNpa01ZcETKlIgUdFN/MpS2xZtqL9dQ==
+ version "6.2.0"
+ resolved "https://registry.yarnpkg.com/postcss-nested/-/postcss-nested-6.2.0.tgz#4c2d22ab5f20b9cb61e2c5c5915950784d068131"
+ integrity sha512-HQbt28KulC5AJzG+cZtj9kvKB93CFCdLvog1WFLf1D+xmMvPGlBstkpTEZfK5+AN9hfJocyBFCNiqyS48bpgzQ==
dependencies:
- postcss-selector-parser "^6.0.11"
+ postcss-selector-parser "^6.1.1"
postcss-nesting@^10.2.0:
version "10.2.0"
@@ -19989,10 +19143,10 @@ postcss-selector-parser@^5.0.0-rc.3, postcss-selector-parser@^5.0.0-rc.4:
indexes-of "^1.0.1"
uniq "^1.0.1"
-postcss-selector-parser@^6.0.0, postcss-selector-parser@^6.0.10, postcss-selector-parser@^6.0.11, postcss-selector-parser@^6.0.2, postcss-selector-parser@^6.0.4, postcss-selector-parser@^6.0.5, postcss-selector-parser@^6.0.9:
- version "6.1.0"
- resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.1.0.tgz#49694cb4e7c649299fea510a29fa6577104bcf53"
- integrity sha512-UMz42UD0UY0EApS0ZL9o1XnLhSTtvvvLe5Dc2H2O56fvRZi+KulDyf5ctDhhtYJBGKStV2FL1fy6253cmLgqVQ==
+postcss-selector-parser@^6.0.0, postcss-selector-parser@^6.0.10, postcss-selector-parser@^6.0.11, postcss-selector-parser@^6.0.2, postcss-selector-parser@^6.0.4, postcss-selector-parser@^6.0.5, postcss-selector-parser@^6.0.9, postcss-selector-parser@^6.1.1:
+ version "6.1.1"
+ resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.1.1.tgz#5be94b277b8955904476a2400260002ce6c56e38"
+ integrity sha512-b4dlw/9V8A71rLIDsSwVmak9z2DuBUB7CA1/wSdelNEzqsjoSPeADTWNO09lpH49Diy3/JIZ2bSPB1dI3LJCHg==
dependencies:
cssesc "^3.0.0"
util-deprecate "^1.0.2"
@@ -20079,9 +19233,9 @@ postcss@^7, postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.14, postcss@^7.0.17, po
source-map "^0.6.1"
postcss@^8.1.0, postcss@^8.3.11, postcss@^8.3.5, postcss@^8.4.14, postcss@^8.4.17, postcss@^8.4.23, postcss@^8.4.33, postcss@^8.4.4:
- version "8.4.39"
- resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.39.tgz#aa3c94998b61d3a9c259efa51db4b392e1bde0e3"
- integrity sha512-0vzE+lAiG7hZl1/9I8yzKLx3aR9Xbof3fBHKunvMfOCYAtMhrsnccJY2iTURb9EZd5+pLuiNV9/c/GZJOHsgIw==
+ version "8.4.40"
+ resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.40.tgz#eb81f2a4dd7668ed869a6db25999e02e9ad909d8"
+ integrity sha512-YF2kKIUzAofPMpfH6hOi2cGnv/HrUlfucspc7pDyvv7kGdqXrfj8SCl/t8owkEgKEuu8ZcRjSOxFxVLqwChZ2Q==
dependencies:
nanoid "^3.3.7"
picocolors "^1.0.1"
@@ -20107,20 +19261,15 @@ prepend-http@^2.0.0:
resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-2.0.0.tgz#e92434bfa5ea8c19f41cdfd401d741a3c819d897"
integrity sha512-ravE6m9Atw9Z/jjttRUZ+clIXogdghyZAuWJ3qEzjT+jI/dL1ifAqhZeC5VHzQp1MSt1+jxKkFNemj/iO7tVUA==
-"prettier-fallback@npm:prettier@^3":
- version "3.3.2"
- resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.3.2.tgz#03ff86dc7c835f2d2559ee76876a3914cec4a90a"
- integrity sha512-rAVeHYMcv8ATV5d508CFdn+8/pHPpXeIid1DdrPwXnaAdH7cqjVbpJaT5eq4yRAFU/lsbwYwSF/n5iNrdJHPQA==
-
prettier@^2.1.2, prettier@^2.4.1:
version "2.8.8"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.8.tgz#e8c5d7e98a4305ffe3de2e1fc4aca1a71c28b1da"
integrity sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==
prettier@^3.1.1:
- version "3.3.2"
- resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.3.2.tgz#03ff86dc7c835f2d2559ee76876a3914cec4a90a"
- integrity sha512-rAVeHYMcv8ATV5d508CFdn+8/pHPpXeIid1DdrPwXnaAdH7cqjVbpJaT5eq4yRAFU/lsbwYwSF/n5iNrdJHPQA==
+ version "3.3.3"
+ resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.3.3.tgz#30c54fe0be0d8d12e6ae61dbb10109ea00d53105"
+ integrity sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==
pretty-bytes@^5.3.0, pretty-bytes@^5.4.1, pretty-bytes@^5.6.0:
version "5.6.0"
@@ -20181,11 +19330,6 @@ pretty-format@^29.0.0, pretty-format@^29.7.0:
ansi-styles "^5.0.0"
react-is "^18.0.0"
-pretty-hrtime@^1.0.3:
- version "1.0.3"
- resolved "https://registry.yarnpkg.com/pretty-hrtime/-/pretty-hrtime-1.0.3.tgz#b7e3ea42435a4c9b2759d99e0f201eb195802ee1"
- integrity sha512-66hKPCr+72mlfiSjlEB1+45IjXSqvVAIy6mocupoww4tBFE9R9IhwwUGoI4G++Tc9Aq+2rxOt0RFU6gPcrte0A==
-
pretty-time@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/pretty-time/-/pretty-time-1.1.0.tgz#ffb7429afabb8535c346a34e41873adf3d74dd0e"
@@ -20252,10 +19396,11 @@ prompts@^2.0.1, prompts@^2.4.0, prompts@^2.4.2:
sisteransi "^1.0.5"
prop-types-exact@^1.2.0:
- version "1.2.4"
- resolved "https://registry.yarnpkg.com/prop-types-exact/-/prop-types-exact-1.2.4.tgz#9010e6b844a0782f6636a597e1738ed494bf7943"
- integrity sha512-vKfETKgBHRCLQwZgpl0pGPvMFxCX/06dAkz5jwNYHfrU0I8bgVhryaHA6O/KlqwtQi0IdnjAhDiZqzD+uJuVjA==
+ version "1.2.5"
+ resolved "https://registry.yarnpkg.com/prop-types-exact/-/prop-types-exact-1.2.5.tgz#f275e7dc0d629c2f7414782e8189b3e2d2e9e158"
+ integrity sha512-wHDhA5TSSvU07gdzsdeT/FZg6zay94K4Y7swSK4YsRG3moWB0Qsp9g1Y5BBausP1HF8K4UeVe2Xt7ZFJByKp6A==
dependencies:
+ call-bind "^1.0.7"
es-errors "^1.3.0"
hasown "^2.0.2"
isarray "^2.0.5"
@@ -20399,10 +19544,10 @@ qs@6.11.0:
dependencies:
side-channel "^1.0.4"
-qs@^6.10.0, qs@^6.11.2:
- version "6.12.2"
- resolved "https://registry.yarnpkg.com/qs/-/qs-6.12.2.tgz#5443b587f3bf73ac68968de491e5b25bafe04478"
- integrity sha512-x+NLUpx9SYrcwXtX7ob1gnkSems4i/mGZX5SlYxwIau6RrUSODO89TR/XDGGpn5RPWSYIB+aSfuSlV5+CmbTBg==
+qs@^6.12.3:
+ version "6.13.0"
+ resolved "https://registry.yarnpkg.com/qs/-/qs-6.13.0.tgz#6ca3bd58439f7e245655798997787b0d88a51906"
+ integrity sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==
dependencies:
side-channel "^1.0.6"
@@ -20463,11 +19608,6 @@ railroad-diagrams@^1.0.0:
resolved "https://registry.yarnpkg.com/railroad-diagrams/-/railroad-diagrams-1.0.0.tgz#eb7e6267548ddedfb899c1b90e57374559cddb7e"
integrity sha512-cz93DjNeLY0idrCNOH6PviZGRN9GJhsdm9hpn1YCS879fj4W+x5IFJhhkRZcwVgMmFF7R82UA/7Oh+R8lLZg6A==
-ramda@0.29.0:
- version "0.29.0"
- resolved "https://registry.yarnpkg.com/ramda/-/ramda-0.29.0.tgz#fbbb67a740a754c8a4cbb41e2a6e0eb8507f55fb"
- integrity sha512-BBea6L67bYLtdbOqfp8f58fPMqEwx0doL+pAi8TZyp2YWz8R9G8z9x75CZI8W+ftqhFHCpEX2cRnUUXK130iKA==
-
randexp@0.4.6:
version "0.4.6"
resolved "https://registry.yarnpkg.com/randexp/-/randexp-0.4.6.tgz#e986ad5e5e31dae13ddd6f7b3019aa7c87f60ca3"
@@ -20723,15 +19863,7 @@ react-dom@16.13:
prop-types "^15.6.2"
scheduler "^0.19.1"
-"react-dom@^16.8.0 || ^17.0.0 || ^18.0.0":
- version "18.3.1"
- resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-18.3.1.tgz#c2265d79511b57d479b3dd3fdfa51536494c5cb4"
- integrity sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==
- dependencies:
- loose-envify "^1.1.0"
- scheduler "^0.23.2"
-
-react-dom@^16.8.6:
+react-dom@^16.13, react-dom@^16.8.6:
version "16.14.0"
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.14.0.tgz#7ad838ec29a777fb3c75c3a190f661cf92ab8b89"
integrity sha512-1gCeQXDLoIqMgqD3IO2Ah9bnf0w9kzhwN5q4FGnHZ67hBm9yePzB5JJAIQCc8x3pFnNlwFq4RidZggNAAkzWWw==
@@ -20741,6 +19873,14 @@ react-dom@^16.8.6:
prop-types "^15.6.2"
scheduler "^0.19.1"
+"react-dom@^16.8.0 || ^17.0.0 || ^18.0.0":
+ version "18.3.1"
+ resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-18.3.1.tgz#c2265d79511b57d479b3dd3fdfa51536494c5cb4"
+ integrity sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==
+ dependencies:
+ loose-envify "^1.1.0"
+ scheduler "^0.23.2"
+
react-element-to-jsx-string@^14.3.1:
version "14.3.4"
resolved "https://registry.yarnpkg.com/react-element-to-jsx-string/-/react-element-to-jsx-string-14.3.4.tgz#709125bc72f06800b68f9f4db485f2c7d31218a8"
@@ -20880,25 +20020,6 @@ react-refresh@^0.8.3:
resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.8.3.tgz#721d4657672d400c5e3c75d063c4a85fb2d5d68f"
integrity sha512-X8jZHc7nCMjaCqoU+V2I0cOhNW+QMBwSUkeXnTi8IPe6zaRWfn60ZzvFDZqWPfmSJfjub7dDW1SP0jaHWLu/hg==
-react-remove-scroll-bar@^2.3.4:
- version "2.3.6"
- resolved "https://registry.yarnpkg.com/react-remove-scroll-bar/-/react-remove-scroll-bar-2.3.6.tgz#3e585e9d163be84a010180b18721e851ac81a29c"
- integrity sha512-DtSYaao4mBmX+HDo5YWYdBWQwYIQQshUV/dVxFxK+KM26Wjwp1gZ6rv6OC3oujI6Bfu6Xyg3TwK533AQutsn/g==
- dependencies:
- react-style-singleton "^2.2.1"
- tslib "^2.0.0"
-
-react-remove-scroll@2.5.7:
- version "2.5.7"
- resolved "https://registry.yarnpkg.com/react-remove-scroll/-/react-remove-scroll-2.5.7.tgz#15a1fd038e8497f65a695bf26a4a57970cac1ccb"
- integrity sha512-FnrTWO4L7/Bhhf3CYBNArEG/yROV0tKmTv7/3h9QCFvH6sndeFf1wPqOcbFVu5VAulS5dV1wGT3GZZ/1GawqiA==
- dependencies:
- react-remove-scroll-bar "^2.3.4"
- react-style-singleton "^2.2.1"
- tslib "^2.1.0"
- use-callback-ref "^1.3.0"
- use-sidecar "^1.1.2"
-
react-router-config@^5.1.1:
version "5.1.1"
resolved "https://registry.yarnpkg.com/react-router-config/-/react-router-config-5.1.1.tgz#0f4263d1a80c6b2dc7b9c1902c9526478194a988"
@@ -21055,15 +20176,6 @@ react-scripts@^5.0.1:
optionalDependencies:
fsevents "^2.3.2"
-react-style-singleton@^2.2.1:
- version "2.2.1"
- resolved "https://registry.yarnpkg.com/react-style-singleton/-/react-style-singleton-2.2.1.tgz#f99e420492b2d8f34d38308ff660b60d0b1205b4"
- integrity sha512-ZWj0fHEMyWkHzKYUr2Bs/4zU6XLmq9HsgBURm7g5pAVfyn49DgUiNgY2d4lXRlYSiCif9YBGpQleewkcqddc7g==
- dependencies:
- get-nonce "^1.0.0"
- invariant "^2.2.4"
- tslib "^2.0.0"
-
react-test-renderer@^16.0.0-0:
version "16.14.0"
resolved "https://registry.yarnpkg.com/react-test-renderer/-/react-test-renderer-16.14.0.tgz#e98360087348e260c56d4fe2315e970480c228ae"
@@ -21090,10 +20202,10 @@ react-tooltip@^3.10.0:
dependencies:
prop-types "^15.6.0"
-react@16.13, react@16.13.1, "react@^16.8.0 || ^17.0.0 || ^18.0.0", react@^16.8.6:
- version "16.13.1"
- resolved "https://registry.yarnpkg.com/react/-/react-16.13.1.tgz#2e818822f1a9743122c063d6410d85c1e3afe48e"
- integrity sha512-YMZQQq32xHLX0bz5Mnibv1/LHb3Sqzngu7xstSM+vrkE5Kzr9xE0yMByK5kMoTK30YVJE61WfbxIFFvfeDKT1w==
+react@16.13, react@^16.13, "react@^16.8.0 || ^17.0.0 || ^18.0.0", react@^16.8.6:
+ version "16.14.0"
+ resolved "https://registry.yarnpkg.com/react/-/react-16.14.0.tgz#94d776ddd0aaa37da3eda8fc5b6b18a4c9a3114d"
+ integrity sha512-0X2CImDkJGApiAlcf0ODKIneSwBPhqJawOa5wCtKbu7ZECrmS26NvtSILynQ66cgkT/RJ4LidJOc3bUESwmU8g==
dependencies:
loose-envify "^1.1.0"
object-assign "^4.1.1"
@@ -22193,9 +21305,9 @@ semver@^6.0.0, semver@^6.2.0, semver@^6.3.0, semver@^6.3.1:
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.5.3, semver@^7.5.4:
- version "7.6.2"
- resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.2.tgz#1e3b34759f896e8f14d6134732ce798aeb0c6e13"
- integrity sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==
+ version "7.6.3"
+ resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.3.tgz#980f7b5550bc175fb4dc09403085627f9eb33143"
+ integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==
send@0.18.0, send@latest:
version "0.18.0"
@@ -22216,13 +21328,6 @@ send@0.18.0, send@latest:
range-parser "~1.2.1"
statuses "2.0.1"
-serialize-javascript@6.0.0:
- version "6.0.0"
- resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-6.0.0.tgz#efae5d88f45d7924141da8b5c3a7a7e663fefeb8"
- integrity sha512-Qr3TosvguFt8ePWqsvRfrKyQXIiW+nGbYpy8XK24NQHE83caxWt+mIymTT19DGFbNWNLfEwsrkSmN64lVWB9ag==
- dependencies:
- randombytes "^2.1.0"
-
serialize-javascript@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-4.0.0.tgz#b525e1238489a5ecfc42afacc3fe99e666f4b1aa"
@@ -22237,7 +21342,7 @@ serialize-javascript@^5.0.1:
dependencies:
randombytes "^2.1.0"
-serialize-javascript@^6.0.0, serialize-javascript@^6.0.1:
+serialize-javascript@^6.0.0, serialize-javascript@^6.0.1, serialize-javascript@^6.0.2:
version "6.0.2"
resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-6.0.2.tgz#defa1e055c83bf6d59ea805d8da862254eb6a6c2"
integrity sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==
@@ -22677,9 +21782,9 @@ space-separated-tokens@^2.0.0:
integrity sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==
spawn-command@^0.0.2-1:
- version "0.0.2-1"
- resolved "https://registry.yarnpkg.com/spawn-command/-/spawn-command-0.0.2-1.tgz#62f5e9466981c1b796dc5929937e11c9c6921bd0"
- integrity sha512-n98l9E2RMSJ9ON1AKisHzz7V42VDiBQGY6PB1BwRglz99wpVsSuGzQ+jOi6lFXBGVTCrRpltvjm+/XA+tpeJrg==
+ version "0.0.2"
+ resolved "https://registry.yarnpkg.com/spawn-command/-/spawn-command-0.0.2.tgz#9544e1a43ca045f8531aac1a48cb29bdae62338e"
+ integrity sha512-zC8zGoGkmc8J9ndvml8Xksr1Amk9qBujgbF0JAIWO7kXr43w0h/0GJNM/Vustixu+YE8N/MTrQ7N31FvHUACxQ==
spawndamnit@^2.0.0:
version "2.0.0"
@@ -22859,11 +21964,6 @@ stop-iteration-iterator@^1.0.0:
dependencies:
internal-slot "^1.0.4"
-store2@^2.14.2:
- version "2.14.3"
- resolved "https://registry.yarnpkg.com/store2/-/store2-2.14.3.tgz#24077d7ba110711864e4f691d2af941ec533deb5"
- integrity sha512-4QcZ+yx7nzEFiV4BMLnr/pRa5HYzNITX2ri0Zh6sT9EyQHbBHacC6YigllUPU9X3D0f/22QCgfokpKs52YRrUg==
-
storybook-addon-jsx@^7.3.14:
version "7.3.14"
resolved "https://registry.yarnpkg.com/storybook-addon-jsx/-/storybook-addon-jsx-7.3.14.tgz#7b3e98d1f970efaf2d94d0203947aa2bcfc1e441"
@@ -22880,11 +21980,38 @@ storybook-pretty-props@^1.0.3:
integrity sha512-3dUtu0UbBA6idA3Qo0i+CYGGz8GiqlXzhgCJdT065jnuJ3y9intKxZpv05ZbnQXCPnsPVSDos+hgOZ444hf6xA==
storybook@^8.0.6:
- version "8.1.11"
- resolved "https://registry.yarnpkg.com/storybook/-/storybook-8.1.11.tgz#c41b25fee0146a55afccba8978b6349c454313a6"
- integrity sha512-3KjIhF8lczXhKKHyHbOqV30dvuRYJSxc0d1as/C8kybuwE7cLaydhWGma7VBv5bTSPv0rDzucx7KcO+achArPg==
+ version "8.2.7"
+ resolved "https://registry.yarnpkg.com/storybook/-/storybook-8.2.7.tgz#0e8d6fb580e19142cb8af4acb390d11e5205a5cb"
+ integrity sha512-Jb9DXue1sr3tKkpuq66VP5ItOKTpxL6t99ze1wXDbjCvPiInTdPA5AyFEjBuKjOBIh28bayYoOZa6/xbMJV+Wg==
dependencies:
- "@storybook/cli" "8.1.11"
+ "@babel/core" "^7.24.4"
+ "@babel/types" "^7.24.0"
+ "@storybook/codemod" "8.2.7"
+ "@storybook/core" "8.2.7"
+ "@types/semver" "^7.3.4"
+ "@yarnpkg/fslib" "2.10.3"
+ "@yarnpkg/libzip" "2.3.0"
+ chalk "^4.1.0"
+ commander "^6.2.1"
+ cross-spawn "^7.0.3"
+ detect-indent "^6.1.0"
+ envinfo "^7.7.3"
+ execa "^5.0.0"
+ fd-package-json "^1.2.0"
+ find-up "^5.0.0"
+ fs-extra "^11.1.0"
+ giget "^1.0.0"
+ globby "^14.0.1"
+ jscodeshift "^0.15.1"
+ leven "^3.1.0"
+ ora "^5.4.1"
+ prettier "^3.1.1"
+ prompts "^2.4.0"
+ semver "^7.3.7"
+ strip-json-comments "^3.0.1"
+ tempy "^3.1.0"
+ tiny-invariant "^1.3.1"
+ ts-dedent "^2.0.0"
stream-browserify@^2.0.1:
version "2.0.2"
@@ -23051,6 +22178,14 @@ string.prototype.matchall@^4.0.11, string.prototype.matchall@^4.0.6:
set-function-name "^2.0.2"
side-channel "^1.0.6"
+string.prototype.repeat@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.yarnpkg.com/string.prototype.repeat/-/string.prototype.repeat-1.0.0.tgz#e90872ee0308b29435aa26275f6e1b762daee01a"
+ integrity sha512-0u/TldDbKD8bFCQ/4f5+mNRrXwZ8hg2w7ZR8wa16e8z9XpePWl3eGEcUD0OXpEH/VJH/2G3gjUtR3ZOiBe2S/w==
+ dependencies:
+ define-properties "^1.1.3"
+ es-abstract "^1.17.5"
+
string.prototype.trim@^1.2.1, string.prototype.trim@^1.2.9:
version "1.2.9"
resolved "https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.2.9.tgz#b6fa326d72d2c78b6df02f7759c73f8f6274faa4"
@@ -23208,7 +22343,7 @@ strip-indent@^4.0.0:
dependencies:
min-indent "^1.0.1"
-strip-json-comments@3.1.1, strip-json-comments@^3.0.1, strip-json-comments@^3.1.0, strip-json-comments@^3.1.1:
+strip-json-comments@^3.0.1, strip-json-comments@^3.1.0, strip-json-comments@^3.1.1:
version "3.1.1"
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006"
integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==
@@ -23292,13 +22427,6 @@ sucrase@^3.32.0:
pirates "^4.0.1"
ts-interface-checker "^0.1.9"
-supports-color@8.1.1, supports-color@^8.0.0, supports-color@^8.1.0, supports-color@^8.1.1:
- version "8.1.1"
- resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-8.1.1.tgz#cd6fc17e28500cff56c1b86c0a7fd4a54a73005c"
- integrity sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==
- dependencies:
- has-flag "^4.0.0"
-
supports-color@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-2.0.0.tgz#535d045ce6b6363fa40117084629995e9df324c7"
@@ -23325,6 +22453,13 @@ supports-color@^7.0.0, supports-color@^7.1.0:
dependencies:
has-flag "^4.0.0"
+supports-color@^8.0.0, supports-color@^8.1.0, supports-color@^8.1.1:
+ version "8.1.1"
+ resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-8.1.1.tgz#cd6fc17e28500cff56c1b86c0a7fd4a54a73005c"
+ integrity sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==
+ dependencies:
+ has-flag "^4.0.0"
+
supports-hyperlinks@^2.0.0:
version "2.3.0"
resolved "https://registry.yarnpkg.com/supports-hyperlinks/-/supports-hyperlinks-2.3.0.tgz#3943544347c1ff90b15effb03fc14ae45ec10624"
@@ -23408,9 +22543,9 @@ taffydb@2.6.2:
integrity sha512-y3JaeRSplks6NYQuCOj3ZFMO3j60rTwbuKCvZxsAraGYH2epusatvZ0baZYA01WsGqJBq/Dl6vOrMUJqyMj8kA==
tailwindcss@^3.0.2:
- version "3.4.4"
- resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.4.4.tgz#351d932273e6abfa75ce7d226b5bf3a6cb257c05"
- integrity sha512-ZoyXOdJjISB7/BcLTR6SEsLgKtDStYyYZVLsUtWChO4Ps20CBad7lfJKVDiejocV4ME1hLmyY0WJE3hSDcmQ2A==
+ version "3.4.7"
+ resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.4.7.tgz#6092f18767f5933f59375b9afe558e592fc77201"
+ integrity sha512-rxWZbe87YJb4OcSopb7up2Ba4U82BoiSGUdoDr3Ydrg9ckxFS/YWsvhN323GMcddgU65QRy7JndC7ahhInhvlQ==
dependencies:
"@alloc/quick-lru" "^5.2.0"
arg "^5.0.2"
@@ -23445,17 +22580,7 @@ tapable@^2.0.0, tapable@^2.1.1, tapable@^2.2.0, tapable@^2.2.1:
resolved "https://registry.yarnpkg.com/tapable/-/tapable-2.2.1.tgz#1967a73ef4060a82f12ab96af86d52fdb76eeca0"
integrity sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==
-tar-fs@^2.1.1:
- version "2.1.1"
- resolved "https://registry.yarnpkg.com/tar-fs/-/tar-fs-2.1.1.tgz#489a15ab85f1f0befabb370b7de4f9eb5cbe8784"
- integrity sha512-V0r2Y9scmbDRLCNex/+hYzvp/zyYjvFbHPNgVTKfQvVrb6guiE/fxP+XblDNR011utopbkex2nM4dHNV6GDsng==
- dependencies:
- chownr "^1.1.1"
- mkdirp-classic "^0.5.2"
- pump "^3.0.0"
- tar-stream "^2.1.4"
-
-tar-stream@^2.1.0, tar-stream@^2.1.4:
+tar-stream@^2.1.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/tar-stream/-/tar-stream-2.2.0.tgz#acad84c284136b060dc3faa64474aa9aebd77287"
integrity sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==
@@ -23593,9 +22718,9 @@ terser-webpack-plugin@4.2.3:
webpack-sources "^1.4.3"
terser-webpack-plugin@^1.4.3:
- version "1.4.5"
- resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-1.4.5.tgz#a217aefaea330e734ffacb6120ec1fa312d6040b"
- integrity sha512-04Rfe496lN8EYruwi6oPQkG0vo8C+HT49X687FZnpPF0qMAIHONI6HEXYPKDOE8e5HjXTyKfqRd/agHtH0kOtw==
+ version "1.4.6"
+ resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-1.4.6.tgz#87fcb6593fd1c977cd09e56143ecd31404600755"
+ integrity sha512-2lBVf/VMVIddjSn3GqbT90GvIJ/eYXJkt8cTzU7NbjKqK8fwv18Ftr4PlbF46b/e88743iZFL5Dtr/rC4hjIeA==
dependencies:
cacache "^12.0.2"
find-cache-dir "^2.1.0"
@@ -23628,9 +22753,9 @@ terser@^4.1.2, terser@^4.6.2, terser@^4.6.3:
source-map-support "~0.5.12"
terser@^5.0.0, terser@^5.10.0, terser@^5.26.0, terser@^5.3.4:
- version "5.31.1"
- resolved "https://registry.yarnpkg.com/terser/-/terser-5.31.1.tgz#735de3c987dd671e95190e6b98cfe2f07f3cf0d4"
- integrity sha512-37upzU1+viGvuFtBo9NPufCb9dwM0+l9hMxYyWfBA+fbwrPqNJAhbZ6W47bBFnZHKHTUBnMvi87434qq+qnxOg==
+ version "5.31.3"
+ resolved "https://registry.yarnpkg.com/terser/-/terser-5.31.3.tgz#b24b7beb46062f4653f049eea4f0cd165d0f0c38"
+ integrity sha512-pAfYn3NIZLyZpa83ZKigvj6Rn9c/vd5KfYGX7cN1mnzqgDcxWvrU5ZtAfIKhEXz9nRecw4z3LXkjaq96/qZqAA==
dependencies:
"@jridgewell/source-map" "^0.3.3"
acorn "^8.8.2"
@@ -23855,11 +22980,6 @@ to-through@^2.0.0:
dependencies:
through2 "^2.0.3"
-tocbot@^4.20.1:
- version "4.28.2"
- resolved "https://registry.yarnpkg.com/tocbot/-/tocbot-4.28.2.tgz#5a51b34cefd39f6b556b936b380a838a0a8c49ea"
- integrity sha512-/MaSa9xI6mIo84IxqqliSCtPlH0oy7sLcY9s26qPMyH/2CxtZ2vNAXYlIdEQ7kjAkCQnc0rbLygf//F5c663oQ==
-
toggle-selection@^1.0.6:
version "1.0.6"
resolved "https://registry.yarnpkg.com/toggle-selection/-/toggle-selection-1.0.6.tgz#6e45b1263f2017fa0acc7d89d78b15b8bf77da32"
@@ -24080,9 +23200,9 @@ type-fest@^2.12.2, type-fest@^2.19.0, type-fest@^2.5.0, type-fest@~2.19:
integrity sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==
type-fest@^4.8.3:
- version "4.21.0"
- resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-4.21.0.tgz#2eec399d9bda4ac686286314d07c6675fef3fdd8"
- integrity sha512-ADn2w7hVPcK6w1I0uWnM//y1rLXZhzB9mr0a3OirzclKF1Wp6VzevUmzz/NRAWunOT6E8HrnpGY7xOfc6K57fA==
+ version "4.23.0"
+ resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-4.23.0.tgz#8196561a6b835175473be744f3e41e2dece1496b"
+ integrity sha512-ZiBujro2ohr5+Z/hZWHESLz3g08BBdrdLMieYFULJO+tWc437sn8kQsWLJoZErY8alNhxre9K4p3GURAG11n+w==
type-is@~1.6.18:
version "1.6.18"
@@ -24184,14 +23304,14 @@ uc.micro@^1.0.1, uc.micro@^1.0.5:
integrity sha512-8Y75pvTYkLJW2hWQHXxoqRgV7qb9B+9vFEtidML+7koHUFapnVJAZ6cKs+Qjz5Aw3aZWHMC6u0wJE3At+nSGwA==
ufo@^1.5.3:
- version "1.5.3"
- resolved "https://registry.yarnpkg.com/ufo/-/ufo-1.5.3.tgz#3325bd3c977b6c6cd3160bf4ff52989adc9d3344"
- integrity sha512-Y7HYmWaFwPUmkoQCUIAYpKqkOf+SbVj/2fJJZ4RJMCfZp0rTGwRbzQD+HghfnhKOjL9E01okqz+ncJskGYfBNw==
+ version "1.5.4"
+ resolved "https://registry.yarnpkg.com/ufo/-/ufo-1.5.4.tgz#16d6949674ca0c9e0fbbae1fa20a71d7b1ded754"
+ integrity sha512-UsUk3byDzKd04EyoZ7U4DOlxQaD14JUKQl6/P7wiX4FNvUfm3XL246n9W5AmqwW5RSFJ27NAuM0iLscAOYUiGQ==
uglify-js@^3.1.4:
- version "3.18.0"
- resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.18.0.tgz#73b576a7e8fda63d2831e293aeead73e0a270deb"
- integrity sha512-SyVVbcNBCk0dzr9XL/R/ySrmYf0s372K6/hFklzgcp2lBFyXtw4I7BOdDjlLhE1aVqaI/SHWXWmYdlZxuyF38A==
+ version "3.19.1"
+ resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.19.1.tgz#2d5df6a0872c43da43187968308d7741d44b8056"
+ integrity sha512-y/2wiW+ceTYR2TSSptAhfnEtpLaQ4Ups5zrjB2d3kuVxHj16j/QJwPl5PvuGy9uARb39J0+iKxcRPvtpsx4A4A==
unbox-primitive@^1.0.2:
version "1.0.2"
@@ -24214,15 +23334,20 @@ underscore@1.12.1:
integrity sha512-hEQt0+ZLDVUMhebKxL4x1BTtDY7bavVofhZ9KZ4aI26X9SRaE+Y3m83XUL1UP2jn8ynjndwCCpEHdUG+9pP1Tw==
underscore@~1.13.2:
- version "1.13.6"
- resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.13.6.tgz#04786a1f589dc6c09f761fc5f45b89e935136441"
- integrity sha512-+A5Sja4HP1M08MaXya7p5LvjuM7K6q/2EaC0+iovj/wOcMsTzMvDFbasi/oSapiwOlt252IqsKqPjCl7huKS0A==
+ version "1.13.7"
+ resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.13.7.tgz#970e33963af9a7dda228f17ebe8399e5fbe63a10"
+ integrity sha512-GMXzWtsc57XAtguZgaQViUOzs0KTkk8ojr3/xAxXLITqf/3EMwxC0inyETfDFjH/Krbhuep0HNbbjI9i/q3F3g==
undici-types@~5.26.4:
version "5.26.5"
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
+undici-types@~6.13.0:
+ version "6.13.0"
+ resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.13.0.tgz#e3e79220ab8c81ed1496b5812471afd7cf075ea5"
+ integrity sha512-xtFJHudx8S2DSoujjMd1WeWvn7KKWFRESZTMeL1RptAYERu29D6jphMjjY+vn96jvN3kVPDNxU/E13VTaXj6jg==
+
unherit@^1.0.4:
version "1.1.3"
resolved "https://registry.yarnpkg.com/unherit/-/unherit-1.1.3.tgz#6c9b503f2b41b262330c80e91c8614abdaa69c22"
@@ -24467,14 +23592,14 @@ unpipe@1.0.0, unpipe@~1.0.0:
integrity sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==
unplugin@^1.3.1:
- version "1.11.0"
- resolved "https://registry.yarnpkg.com/unplugin/-/unplugin-1.11.0.tgz#09237b4011075e65c8f4d0ae06e221dee12750e3"
- integrity sha512-3r7VWZ/webh0SGgJScpWl2/MRCZK5d3ZYFcNaeci/GQ7Teop7zf0Nl2pUuz7G21BwPd9pcUPOC5KmJ2L3WgC5g==
+ version "1.12.0"
+ resolved "https://registry.yarnpkg.com/unplugin/-/unplugin-1.12.0.tgz#a11d3eb565602190748b1f95ecc8590b0f7dcbb4"
+ integrity sha512-KeczzHl2sATPQUx1gzo+EnUkmN4VmGBYRRVOZSGvGITE9rGHRDGqft6ONceP3vgXcyJ2XjX5axG5jMWUwNCYLw==
dependencies:
- acorn "^8.11.3"
+ acorn "^8.12.1"
chokidar "^3.6.0"
webpack-sources "^3.2.3"
- webpack-virtual-modules "^0.6.1"
+ webpack-virtual-modules "^0.6.2"
unquote@~1.1.1:
version "1.1.1"
@@ -24499,10 +23624,10 @@ upath@^1.1.1, upath@^1.1.2, upath@^1.2.0:
resolved "https://registry.yarnpkg.com/upath/-/upath-1.2.0.tgz#8f66dbcd55a883acdae4408af8b035a5044c1894"
integrity sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==
-update-browserslist-db@^1.0.16:
- version "1.0.16"
- resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.0.16.tgz#f6d489ed90fb2f07d67784eb3f53d7891f736356"
- integrity sha512-KVbTxlBYlckhF5wgfyZXTWnMn7MMZjMu9XG8bPlliUOP9ThaF4QnhP8qrjrH7DRzHfSk0oQv1wToW+iA5GajEQ==
+update-browserslist-db@^1.1.0:
+ version "1.1.0"
+ resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.1.0.tgz#7ca61c0d8650766090728046e416a8cde682859e"
+ integrity sha512-EdRAaAyk2cUE1wOf2DkEhzxqOQvFOoRJFNS6NeyJ01Gp2beMRpBAINjM2iDXE3KCuKhwnvHIQCJm6ThL2Z+HzQ==
dependencies:
escalade "^3.1.2"
picocolors "^1.0.1"
@@ -24552,7 +23677,7 @@ upper-case-first@^2.0.2:
dependencies:
tslib "^2.0.3"
-uri-js@^4.2.2, uri-js@^4.4.1:
+uri-js@^4.2.2:
version "4.4.1"
resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.1.tgz#9b1a52595225859e55f669d928f88c6c57f2a77e"
integrity sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==
@@ -24594,19 +23719,12 @@ url-parse@^1.5.10, url-parse@^1.5.3:
requires-port "^1.0.0"
url@^0.11.0:
- version "0.11.3"
- resolved "https://registry.yarnpkg.com/url/-/url-0.11.3.tgz#6f495f4b935de40ce4a0a52faee8954244f3d3ad"
- integrity sha512-6hxOLGfZASQK/cijlZnZJTq8OXAkt/3YGfQX45vvMYXpZoo8NdWZcY73K108Jf759lS1Bv/8wXnHDTSz17dSRw==
+ version "0.11.4"
+ resolved "https://registry.yarnpkg.com/url/-/url-0.11.4.tgz#adca77b3562d56b72746e76b330b7f27b6721f3c"
+ integrity sha512-oCwdVC7mTuWiPyjLUz/COz5TLk6wgp0RCsN+wHZ2Ekneac9w8uuV0njcbbie2ME+Vs+d6duwmYuR3HgQXs1fOg==
dependencies:
punycode "^1.4.1"
- qs "^6.11.2"
-
-use-callback-ref@^1.3.0:
- version "1.3.2"
- resolved "https://registry.yarnpkg.com/use-callback-ref/-/use-callback-ref-1.3.2.tgz#6134c7f6ff76e2be0b56c809b17a650c942b1693"
- integrity sha512-elOQwe6Q8gqZgDA8mrh44qRTQqpIHDcZ3hXTLjBe1i4ph8XpNJnO+aQf3NaG+lriLopI4HMx9VjQLfPQ6vhnoA==
- dependencies:
- tslib "^2.0.0"
+ qs "^6.12.3"
use-composed-ref@^1.3.0:
version "1.3.0"
@@ -24625,14 +23743,6 @@ use-latest@^1.2.1:
dependencies:
use-isomorphic-layout-effect "^1.1.1"
-use-sidecar@^1.1.2:
- version "1.1.2"
- resolved "https://registry.yarnpkg.com/use-sidecar/-/use-sidecar-1.1.2.tgz#2f43126ba2d7d7e117aa5855e5d8f0276dfe73c2"
- integrity sha512-epTbsLuzZ7lPClpz2TyryBfztm7m+28DlEv2ZCQ3MDr5ssiwyOwGH/e5F9CkfWjJ1t4clvI58yF822/GUkjjhw==
- dependencies:
- detect-node-es "^1.1.0"
- tslib "^2.0.0"
-
use-sync-external-store@^1.2.0:
version "1.2.2"
resolved "https://registry.yarnpkg.com/use-sync-external-store/-/use-sync-external-store-1.2.2.tgz#c3b6390f3a30eba13200d2302dcdf1e7b57b2ef9"
@@ -24685,7 +23795,7 @@ util@^0.11.0:
dependencies:
inherits "2.0.3"
-util@^0.12.4, util@^0.12.5:
+util@^0.12.4:
version "0.12.5"
resolved "https://registry.yarnpkg.com/util/-/util-0.12.5.tgz#5f17a6059b73db61a875668781a1c2b136bd6fbc"
integrity sha512-kZf/K6hEIrWHI6XqOFUiiMa+79wE/D8Q+NCNAWclkyg3b4d2k7s0QGepNjiABc+aR3N1PAyHL7p6UcLY6LmrnA==
@@ -24923,6 +24033,11 @@ walk-back@^4.0.0:
resolved "https://registry.yarnpkg.com/walk-back/-/walk-back-4.0.0.tgz#9e4ad2bd72038f3beed2d83180f9fd40b233bfab"
integrity sha512-kudCA8PXVQfrqv2mFTG72vDBRi8BKWxGgFLwPpzHcpZnSwZk93WMwUDVcLHWNsnm+Y0AC4Vb6MUNRgaHfyV2DQ==
+walk-up-path@^3.0.1:
+ version "3.0.1"
+ resolved "https://registry.yarnpkg.com/walk-up-path/-/walk-up-path-3.0.1.tgz#c8d78d5375b4966c717eb17ada73dbd41490e886"
+ integrity sha512-9YlCL/ynK3CTlrSRrDxZvUauLzAswPCrsaCgilqFevUYpeEW0/3ScEjaa3kbW/T0ghhkEr7mv+fpjqn1Y1YuTA==
+
walker@^1.0.7, walker@~1.0.5:
version "1.0.8"
resolved "https://registry.yarnpkg.com/walker/-/walker-1.0.8.tgz#bd498db477afe573dc04185f011d3ab8a8d7653f"
@@ -24955,7 +24070,7 @@ watchpack@^1.7.4:
chokidar "^3.4.1"
watchpack-chokidar2 "^2.0.1"
-watchpack@^2.2.0, watchpack@^2.4.1:
+watchpack@^2.4.1:
version "2.4.1"
resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-2.4.1.tgz#29308f2cac150fa8e4c92f90e0ec954a9fed7fff"
integrity sha512-8wrBCMtVhqcXP2Sup1ctSkga6uc2Bx0IIvKyT7yTFier5AXHooSI+QyQQAtTb7+E0IUCCKyTFmXqdqgum2XWGg==
@@ -25193,12 +24308,7 @@ webpack-sources@^3.2.2, webpack-sources@^3.2.3:
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.3.tgz#2d4daab8451fd4b240cc27055ff6a0c2ccea0cde"
integrity sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==
-webpack-virtual-modules@^0.5.0:
- version "0.5.0"
- resolved "https://registry.yarnpkg.com/webpack-virtual-modules/-/webpack-virtual-modules-0.5.0.tgz#362f14738a56dae107937ab98ea7062e8bdd3b6c"
- integrity sha512-kyDivFZ7ZM0BVOUteVbDFhlRt7Ah/CSPwJdi8hBpkK7QLumUqdLtVfm/PX/hkcnrvr0i77fO5+TjZ94Pe+C9iw==
-
-webpack-virtual-modules@^0.6.1:
+webpack-virtual-modules@^0.6.0, webpack-virtual-modules@^0.6.2:
version "0.6.2"
resolved "https://registry.yarnpkg.com/webpack-virtual-modules/-/webpack-virtual-modules-0.6.2.tgz#057faa9065c8acf48f24cb57ac0e77739ab9a7e8"
integrity sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==
@@ -25233,9 +24343,9 @@ webpack@4.44.2:
webpack-sources "^1.4.1"
webpack@5, webpack@^5.41.1, webpack@^5.64.4, webpack@^5.73.0:
- version "5.92.1"
- resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.92.1.tgz#eca5c1725b9e189cffbd86e8b6c3c7400efc5788"
- integrity sha512-JECQ7IwJb+7fgUFBlrJzbyu3GEuNBcdqr1LD7IbSzwkSmIevTm8PF+wej3Oxuz/JFBUZ6O1o43zsPkwm1C4TmA==
+ version "5.93.0"
+ resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.93.0.tgz#2e89ec7035579bdfba9760d26c63ac5c3462a5e5"
+ integrity sha512-Y0m5oEY1LRuwly578VqluorkXbvXKh7U3rLoQCEO04M97ScRr44afGVkI0FQFsXzysk5OgFAxjZAb9rsGQVihA==
dependencies:
"@types/eslint-scope" "^3.7.3"
"@types/estree" "^1.0.5"
@@ -25341,12 +24451,12 @@ which-boxed-primitive@^1.0.2:
is-symbol "^1.0.3"
which-builtin-type@^1.1.3:
- version "1.1.3"
- resolved "https://registry.yarnpkg.com/which-builtin-type/-/which-builtin-type-1.1.3.tgz#b1b8443707cc58b6e9bf98d32110ff0c2cbd029b"
- integrity sha512-YmjsSMDBYsM1CaFiayOVT06+KJeXf0o5M/CAd4o1lTadFAtacTUM49zoYxr/oroopFDfhvN6iEcBxUyc3gvKmw==
+ version "1.1.4"
+ resolved "https://registry.yarnpkg.com/which-builtin-type/-/which-builtin-type-1.1.4.tgz#592796260602fc3514a1b5ee7fa29319b72380c3"
+ integrity sha512-bppkmBSsHFmIMSl8BO9TbsyzsvGjVoppt8xUiGzwiu/bhDCGxnpOKCxgqj6GuyHE0mINMDecBFPlOm2hzY084w==
dependencies:
- function.prototype.name "^1.1.5"
- has-tostringtag "^1.0.0"
+ function.prototype.name "^1.1.6"
+ has-tostringtag "^1.0.2"
is-async-function "^2.0.0"
is-date-object "^1.0.5"
is-finalizationregistry "^1.0.2"
@@ -25355,10 +24465,10 @@ which-builtin-type@^1.1.3:
is-weakref "^1.0.2"
isarray "^2.0.5"
which-boxed-primitive "^1.0.2"
- which-collection "^1.0.1"
- which-typed-array "^1.1.9"
+ which-collection "^1.0.2"
+ which-typed-array "^1.1.15"
-which-collection@^1.0.1:
+which-collection@^1.0.1, which-collection@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/which-collection/-/which-collection-1.0.2.tgz#627ef76243920a107e7ce8e96191debe4b16c2a0"
integrity sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==
@@ -25373,7 +24483,7 @@ which-module@^2.0.0:
resolved "https://registry.yarnpkg.com/which-module/-/which-module-2.0.1.tgz#776b1fe35d90aebe99e8ac15eb24093389a4a409"
integrity sha512-iBdZ57RDvnOR9AGBhML2vFZf7h8vmBjhoaZqODJBFWHVtKkDmKuHai3cx5PgVMrX5YDNp27AofYbAwctSS+vhQ==
-which-typed-array@^1.1.13, which-typed-array@^1.1.14, which-typed-array@^1.1.15, which-typed-array@^1.1.2, which-typed-array@^1.1.9:
+which-typed-array@^1.1.13, which-typed-array@^1.1.14, which-typed-array@^1.1.15, which-typed-array@^1.1.2:
version "1.1.15"
resolved "https://registry.yarnpkg.com/which-typed-array/-/which-typed-array-1.1.15.tgz#264859e9b11a649b388bfaaf4f767df1f779b38d"
integrity sha512-oV0jmFtUky6CXfkqehVvBP/LSWJ2sy4vWMioiENyJLePrBO/yKyV9OyJySfAKosh+RYkIl5zJCNZ8/4JncrpdA==
@@ -25778,10 +24888,10 @@ worker-rpc@^0.1.0:
dependencies:
microevent.ts "~0.1.1"
-workerpool@6.2.1:
- version "6.2.1"
- resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.2.1.tgz#46fc150c17d826b86a008e5a4508656777e9c343"
- integrity sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw==
+workerpool@^6.5.1:
+ version "6.5.1"
+ resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.5.1.tgz#060f73b39d0caf97c6db64da004cd01b4c099544"
+ integrity sha512-Fs4dNYcsdpYSAfVxhnl1L5zTksjvOJxtC5hzMNl+1t9B8hTJTdKDyZ5ju7ztgPy+ft9tBFXoOlDNiOT9WUXZlA==
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
version "7.0.0"
@@ -25865,9 +24975,9 @@ ws@^7.3.1, ws@^7.4.6:
integrity sha512-+dbF1tHwZpXcbOJdVOkzLDxZP1ailvSxM6ZweXTegylPny803bFhA+vqBYw4s31NSAk4S2Qz+AKXK9a4wkdjcQ==
ws@^8.13.0, ws@^8.2.3:
- version "8.17.1"
- resolved "https://registry.yarnpkg.com/ws/-/ws-8.17.1.tgz#9293da530bb548febc95371d90f9c878727d919b"
- integrity sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==
+ version "8.18.0"
+ resolved "https://registry.yarnpkg.com/ws/-/ws-8.18.0.tgz#0d7505a6eafe2b0e712d232b42279f53bc289bbc"
+ integrity sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==
xdg-basedir@^3.0.0:
version "3.0.0"
@@ -25942,14 +25052,9 @@ yaml@^1.10.0, yaml@^1.10.2, yaml@^1.7.2:
integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==
yaml@^2.2.2, yaml@^2.3.4:
- version "2.4.5"
- resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.4.5.tgz#60630b206dd6d84df97003d33fc1ddf6296cca5e"
- integrity sha512-aBx2bnqDzVOyNKfsysjA2ms5ZlnjSAW2eG3/L5G/CSujfjLJTJsEw1bGw8kCf04KodQWk1pxlGnZ56CRxiawmg==
-
-yargs-parser@20.2.4:
- version "20.2.4"
- resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.4.tgz#b42890f14566796f85ae8e3a25290d205f154a54"
- integrity sha512-WOkpgNhPTlE73h4VFAFsOnomJVaovO8VqLDzy5saChRBFQFBoMYirowyW+Q9HB4HFF4Z7VZTiG3iSzJJA29yRA==
+ version "2.5.0"
+ resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.5.0.tgz#c6165a721cf8000e91c36490a41d7be25176cf5d"
+ integrity sha512-2wWLbGbYDiSqqIKoPjar3MPgB94ErzCtrNE1FdqGuaO0pi2JGjmE8aW8TDZwzU7vuxcGRdL/4gPQwQ7hD5AMSw==
yargs-parser@^13.1.2:
version "13.1.2"
@@ -25972,7 +25077,7 @@ yargs-parser@^20.2.2, yargs-parser@^20.2.3, yargs-parser@^20.2.9:
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.9.tgz#2eb7dc3b0289718fc295f362753845c41a0c94ee"
integrity sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==
-yargs-unparser@2.0.0:
+yargs-unparser@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/yargs-unparser/-/yargs-unparser-2.0.0.tgz#f131f9226911ae5d9ad38c432fe809366c2325eb"
integrity sha512-7pRTIA9Qc1caZ0bZ6RYRGbHJthJWuakf+WmHK0rVeLkNrrGhfoabBNdue6kdINI6r4if7ocq9aD/n7xwKOdzOA==
@@ -25982,19 +25087,6 @@ yargs-unparser@2.0.0:
flat "^5.0.2"
is-plain-obj "^2.1.0"
-yargs@16.2.0, yargs@^16.2.0:
- version "16.2.0"
- resolved "https://registry.yarnpkg.com/yargs/-/yargs-16.2.0.tgz#1c82bf0f6b6a66eafce7ef30e376f49a12477f66"
- integrity sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==
- dependencies:
- cliui "^7.0.2"
- escalade "^3.1.1"
- get-caller-file "^2.0.5"
- require-directory "^2.1.1"
- string-width "^4.2.0"
- y18n "^5.0.5"
- yargs-parser "^20.2.2"
-
yargs@^13.1.0, yargs@^13.3.2:
version "13.3.2"
resolved "https://registry.yarnpkg.com/yargs/-/yargs-13.3.2.tgz#ad7ffefec1aa59565ac915f82dccb38a9c31a2dd"
@@ -26028,6 +25120,19 @@ yargs@^15.4.1:
y18n "^4.0.0"
yargs-parser "^18.1.2"
+yargs@^16.2.0:
+ version "16.2.0"
+ resolved "https://registry.yarnpkg.com/yargs/-/yargs-16.2.0.tgz#1c82bf0f6b6a66eafce7ef30e376f49a12477f66"
+ integrity sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==
+ dependencies:
+ cliui "^7.0.2"
+ escalade "^3.1.1"
+ get-caller-file "^2.0.5"
+ require-directory "^2.1.1"
+ string-width "^4.2.0"
+ y18n "^5.0.5"
+ yargs-parser "^20.2.2"
+
yauzl@^2.10.0:
version "2.10.0"
resolved "https://registry.yarnpkg.com/yauzl/-/yauzl-2.10.0.tgz#c7eb17c93e112cb1086fa6d8e51fb0667b79a5f9"
From 46cdd79c27b28d69eb8e5d72a6946376961ba670 Mon Sep 17 00:00:00 2001
From: Mozafar
Date: Mon, 5 Aug 2024 16:14:22 +0100
Subject: [PATCH 142/170] fix: pin react version in resolution (#1573)
---
package.json | 6 +++---
yarn.lock | 26 +++++++++++++-------------
2 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/package.json b/package.json
index 26a682913e..b387cfe986 100644
--- a/package.json
+++ b/package.json
@@ -44,8 +44,8 @@
},
"dependencies": {
"@dhis2/d2-i18n": "^1.1.0",
- "react": "^16.13",
- "react-dom": "^16.13",
+ "react": "16.13",
+ "react-dom": "16.13",
"react-scripts": "^5.0.1",
"styled-jsx": "^4.0.1"
},
@@ -82,6 +82,6 @@
"wait-on": "^6.0.0"
},
"resolutions": {
- "react": "^16.13"
+ "react": "16.13.1"
}
}
diff --git a/yarn.lock b/yarn.lock
index 90ad50060e..9c2cf47f69 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -19863,7 +19863,15 @@ react-dom@16.13:
prop-types "^15.6.2"
scheduler "^0.19.1"
-react-dom@^16.13, react-dom@^16.8.6:
+"react-dom@^16.8.0 || ^17.0.0 || ^18.0.0":
+ version "18.3.1"
+ resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-18.3.1.tgz#c2265d79511b57d479b3dd3fdfa51536494c5cb4"
+ integrity sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==
+ dependencies:
+ loose-envify "^1.1.0"
+ scheduler "^0.23.2"
+
+react-dom@^16.8.6:
version "16.14.0"
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.14.0.tgz#7ad838ec29a777fb3c75c3a190f661cf92ab8b89"
integrity sha512-1gCeQXDLoIqMgqD3IO2Ah9bnf0w9kzhwN5q4FGnHZ67hBm9yePzB5JJAIQCc8x3pFnNlwFq4RidZggNAAkzWWw==
@@ -19873,14 +19881,6 @@ react-dom@^16.13, react-dom@^16.8.6:
prop-types "^15.6.2"
scheduler "^0.19.1"
-"react-dom@^16.8.0 || ^17.0.0 || ^18.0.0":
- version "18.3.1"
- resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-18.3.1.tgz#c2265d79511b57d479b3dd3fdfa51536494c5cb4"
- integrity sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==
- dependencies:
- loose-envify "^1.1.0"
- scheduler "^0.23.2"
-
react-element-to-jsx-string@^14.3.1:
version "14.3.4"
resolved "https://registry.yarnpkg.com/react-element-to-jsx-string/-/react-element-to-jsx-string-14.3.4.tgz#709125bc72f06800b68f9f4db485f2c7d31218a8"
@@ -20202,10 +20202,10 @@ react-tooltip@^3.10.0:
dependencies:
prop-types "^15.6.0"
-react@16.13, react@^16.13, "react@^16.8.0 || ^17.0.0 || ^18.0.0", react@^16.8.6:
- version "16.14.0"
- resolved "https://registry.yarnpkg.com/react/-/react-16.14.0.tgz#94d776ddd0aaa37da3eda8fc5b6b18a4c9a3114d"
- integrity sha512-0X2CImDkJGApiAlcf0ODKIneSwBPhqJawOa5wCtKbu7ZECrmS26NvtSILynQ66cgkT/RJ4LidJOc3bUESwmU8g==
+react@16.13, react@16.13.1, "react@^16.8.0 || ^17.0.0 || ^18.0.0", react@^16.8.6:
+ version "16.13.1"
+ resolved "https://registry.yarnpkg.com/react/-/react-16.13.1.tgz#2e818822f1a9743122c063d6410d85c1e3afe48e"
+ integrity sha512-YMZQQq32xHLX0bz5Mnibv1/LHb3Sqzngu7xstSM+vrkE5Kzr9xE0yMByK5kMoTK30YVJE61WfbxIFFvfeDKT1w==
dependencies:
loose-envify "^1.1.0"
object-assign "^4.1.1"
From 1889a7baf0ad1b6709272be61094da80cad65fe1 Mon Sep 17 00:00:00 2001
From: Mozafar
Date: Thu, 8 Aug 2024 17:15:34 +0100
Subject: [PATCH 143/170] fix: fix publishing to npm (#1577)
---
.github/workflows/dhis2-verify-lib.yml | 14 +-
docs/package.json | 1 -
package.json | 7 +-
storybook/package.json | 3 +-
yarn.lock | 12809 ++++++++---------------
5 files changed, 4588 insertions(+), 8246 deletions(-)
diff --git a/.github/workflows/dhis2-verify-lib.yml b/.github/workflows/dhis2-verify-lib.yml
index ccc1a06810..b591890c4b 100644
--- a/.github/workflows/dhis2-verify-lib.yml
+++ b/.github/workflows/dhis2-verify-lib.yml
@@ -34,14 +34,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- - uses: actions/setup-node@v1
+ - uses: actions/setup-node@v3
with:
node-version: 20.x
- uses: c-hive/gha-yarn-cache@v1
- run: |
yarn install --frozen-lockfile
- NODE_OPTIONS=--openssl-legacy-provider yarn setup
+ yarn setup
- name: Build
run: yarn build
@@ -59,7 +59,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- - uses: actions/setup-node@v1
+ - uses: actions/setup-node@v3
with:
node-version: 20.x
@@ -80,7 +80,7 @@ jobs:
needs: [build]
steps:
- uses: actions/checkout@v2
- - uses: actions/setup-node@v1
+ - uses: actions/setup-node@v3
with:
node-version: 20.x
@@ -112,7 +112,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- - uses: actions/setup-node@v1
+ - uses: actions/setup-node@v3
with:
node-version: 20.x
@@ -175,7 +175,6 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 20.x
- cache: 'yarn'
- uses: actions/download-artifact@v2
with:
@@ -184,9 +183,10 @@ jobs:
- run: ./scripts/extract-artifact.sh
# ensure that d2-app-scripts is available
+ - uses: c-hive/gha-yarn-cache@v1
- run: yarn install --frozen-lockfile
- - uses: dhis2/action-semantic-release@master
+ - uses: dhis2/action-semantic-release@node20
with:
publish-npm: true
publish-github: true
diff --git a/docs/package.json b/docs/package.json
index f89e3f6b45..de5ede078c 100644
--- a/docs/package.json
+++ b/docs/package.json
@@ -28,7 +28,6 @@
"file-loader": "^6.2.0",
"prism-react-renderer": "^1.2.1",
"prop-types": "^15.7.2",
- "react-docgen-props-table": "^1.0.3",
"url-loader": "^4.1.1"
},
"peerDependencies": {
diff --git a/package.json b/package.json
index b387cfe986..3728374da9 100644
--- a/package.json
+++ b/package.json
@@ -57,7 +57,7 @@
"@badeball/cypress-cucumber-preprocessor": "^20.0.2",
"@cypress/webpack-preprocessor": "^6.0.1",
"@dhis2/app-runtime": "^3.9.0",
- "@dhis2/cli-app-scripts": "^8.0.0",
+ "@dhis2/cli-app-scripts": "^11.7.0",
"@dhis2/cli-style": "10.4.2",
"@dhis2/cli-utils-docsite": "^3.1.2",
"@dhis2/cypress-commands": "^10.0.5",
@@ -81,7 +81,8 @@
"rimraf": "^3.0.2",
"wait-on": "^6.0.0"
},
- "resolutions": {
- "react": "16.13.1"
+ "overrides": {
+ "react": "$react",
+ "react-dom": "$react"
}
}
diff --git a/storybook/package.json b/storybook/package.json
index e6ec5643a7..c5221670cb 100644
--- a/storybook/package.json
+++ b/storybook/package.json
@@ -15,7 +15,8 @@
"build": "EXTEND_ESLINT=true storybook build -c config -o ../dist/demo"
},
"peerDependencies": {
- "styled-jsx": "^4"
+ "styled-jsx": "^4",
+ "typescript": "^4"
},
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.13.0",
diff --git a/yarn.lock b/yarn.lock
index 9c2cf47f69..096b0f1c9b 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -4,12 +4,12 @@
"@adobe/css-tools@^4.0.1":
version "4.4.0"
- resolved "https://registry.yarnpkg.com/@adobe/css-tools/-/css-tools-4.4.0.tgz#728c484f4e10df03d5a3acd0d8adcbbebff8ad63"
+ resolved "https://registry.npmjs.org/@adobe/css-tools/-/css-tools-4.4.0.tgz"
integrity sha512-Ff9+ksdQQB3rMncgqDK78uLznstjyfIf2Arnh22pW8kBpLs6rpKDwgnZT46hin5Hl1WzazzK64DOrhSwYpS7bQ==
"@algolia/autocomplete-core@1.9.3":
version "1.9.3"
- resolved "https://registry.yarnpkg.com/@algolia/autocomplete-core/-/autocomplete-core-1.9.3.tgz#1d56482a768c33aae0868c8533049e02e8961be7"
+ resolved "https://registry.npmjs.org/@algolia/autocomplete-core/-/autocomplete-core-1.9.3.tgz"
integrity sha512-009HdfugtGCdC4JdXUbVJClA0q0zh24yyePn+KUGk3rP7j8FEe/m5Yo/z65gn6nP/cM39PxpzqKrL7A6fP6PPw==
dependencies:
"@algolia/autocomplete-plugin-algolia-insights" "1.9.3"
@@ -17,45 +17,45 @@
"@algolia/autocomplete-plugin-algolia-insights@1.9.3":
version "1.9.3"
- resolved "https://registry.yarnpkg.com/@algolia/autocomplete-plugin-algolia-insights/-/autocomplete-plugin-algolia-insights-1.9.3.tgz#9b7f8641052c8ead6d66c1623d444cbe19dde587"
+ resolved "https://registry.npmjs.org/@algolia/autocomplete-plugin-algolia-insights/-/autocomplete-plugin-algolia-insights-1.9.3.tgz"
integrity sha512-a/yTUkcO/Vyy+JffmAnTWbr4/90cLzw+CC3bRbhnULr/EM0fGNvM13oQQ14f2moLMcVDyAx/leczLlAOovhSZg==
dependencies:
"@algolia/autocomplete-shared" "1.9.3"
"@algolia/autocomplete-preset-algolia@1.9.3":
version "1.9.3"
- resolved "https://registry.yarnpkg.com/@algolia/autocomplete-preset-algolia/-/autocomplete-preset-algolia-1.9.3.tgz#64cca4a4304cfcad2cf730e83067e0c1b2f485da"
+ resolved "https://registry.npmjs.org/@algolia/autocomplete-preset-algolia/-/autocomplete-preset-algolia-1.9.3.tgz"
integrity sha512-d4qlt6YmrLMYy95n5TB52wtNDr6EgAIPH81dvvvW8UmuWRgxEtY0NJiPwl/h95JtG2vmRM804M0DSwMCNZlzRA==
dependencies:
"@algolia/autocomplete-shared" "1.9.3"
"@algolia/autocomplete-shared@1.9.3":
version "1.9.3"
- resolved "https://registry.yarnpkg.com/@algolia/autocomplete-shared/-/autocomplete-shared-1.9.3.tgz#2e22e830d36f0a9cf2c0ccd3c7f6d59435b77dfa"
+ resolved "https://registry.npmjs.org/@algolia/autocomplete-shared/-/autocomplete-shared-1.9.3.tgz"
integrity sha512-Wnm9E4Ye6Rl6sTTqjoymD+l8DjSTHsHboVRYrKgEt8Q7UHm9nYbqhN/i0fhUYA3OAEH7WA8x3jfpnmJm3rKvaQ==
"@algolia/cache-browser-local-storage@4.24.0":
version "4.24.0"
- resolved "https://registry.yarnpkg.com/@algolia/cache-browser-local-storage/-/cache-browser-local-storage-4.24.0.tgz#97bc6d067a9fd932b9c922faa6b7fd6e546e1348"
+ resolved "https://registry.npmjs.org/@algolia/cache-browser-local-storage/-/cache-browser-local-storage-4.24.0.tgz"
integrity sha512-t63W9BnoXVrGy9iYHBgObNXqYXM3tYXCjDSHeNwnsc324r4o5UiVKUiAB4THQ5z9U5hTj6qUvwg/Ez43ZD85ww==
dependencies:
"@algolia/cache-common" "4.24.0"
"@algolia/cache-common@4.24.0":
version "4.24.0"
- resolved "https://registry.yarnpkg.com/@algolia/cache-common/-/cache-common-4.24.0.tgz#81a8d3a82ceb75302abb9b150a52eba9960c9744"
+ resolved "https://registry.npmjs.org/@algolia/cache-common/-/cache-common-4.24.0.tgz"
integrity sha512-emi+v+DmVLpMGhp0V9q9h5CdkURsNmFC+cOS6uK9ndeJm9J4TiqSvPYVu+THUP8P/S08rxf5x2P+p3CfID0Y4g==
"@algolia/cache-in-memory@4.24.0":
version "4.24.0"
- resolved "https://registry.yarnpkg.com/@algolia/cache-in-memory/-/cache-in-memory-4.24.0.tgz#ffcf8872f3a10cb85c4f4641bdffd307933a6e44"
+ resolved "https://registry.npmjs.org/@algolia/cache-in-memory/-/cache-in-memory-4.24.0.tgz"
integrity sha512-gDrt2so19jW26jY3/MkFg5mEypFIPbPoXsQGQWAi6TrCPsNOSEYepBMPlucqWigsmEy/prp5ug2jy/N3PVG/8w==
dependencies:
"@algolia/cache-common" "4.24.0"
"@algolia/client-account@4.24.0":
version "4.24.0"
- resolved "https://registry.yarnpkg.com/@algolia/client-account/-/client-account-4.24.0.tgz#eba7a921d828e7c8c40a32d4add21206c7fe12f1"
+ resolved "https://registry.npmjs.org/@algolia/client-account/-/client-account-4.24.0.tgz"
integrity sha512-adcvyJ3KjPZFDybxlqnf+5KgxJtBjwTPTeyG2aOyoJvx0Y8dUQAEOEVOJ/GBxX0WWNbmaSrhDURMhc+QeevDsA==
dependencies:
"@algolia/client-common" "4.24.0"
@@ -64,7 +64,7 @@
"@algolia/client-analytics@4.24.0":
version "4.24.0"
- resolved "https://registry.yarnpkg.com/@algolia/client-analytics/-/client-analytics-4.24.0.tgz#9d2576c46a9093a14e668833c505ea697a1a3e30"
+ resolved "https://registry.npmjs.org/@algolia/client-analytics/-/client-analytics-4.24.0.tgz"
integrity sha512-y8jOZt1OjwWU4N2qr8G4AxXAzaa8DBvyHTWlHzX/7Me1LX8OayfgHexqrsL4vSBcoMmVw2XnVW9MhL+Y2ZDJXg==
dependencies:
"@algolia/client-common" "4.24.0"
@@ -74,7 +74,7 @@
"@algolia/client-common@4.24.0":
version "4.24.0"
- resolved "https://registry.yarnpkg.com/@algolia/client-common/-/client-common-4.24.0.tgz#77c46eee42b9444a1d1c1583a83f7df4398a649d"
+ resolved "https://registry.npmjs.org/@algolia/client-common/-/client-common-4.24.0.tgz"
integrity sha512-bc2ROsNL6w6rqpl5jj/UywlIYC21TwSSoFHKl01lYirGMW+9Eek6r02Tocg4gZ8HAw3iBvu6XQiM3BEbmEMoiA==
dependencies:
"@algolia/requester-common" "4.24.0"
@@ -82,16 +82,16 @@
"@algolia/client-personalization@4.24.0":
version "4.24.0"
- resolved "https://registry.yarnpkg.com/@algolia/client-personalization/-/client-personalization-4.24.0.tgz#8b47789fb1cb0f8efbea0f79295b7c5a3850f6ae"
+ resolved "https://registry.npmjs.org/@algolia/client-personalization/-/client-personalization-4.24.0.tgz"
integrity sha512-l5FRFm/yngztweU0HdUzz1rC4yoWCFo3IF+dVIVTfEPg906eZg5BOd1k0K6rZx5JzyyoP4LdmOikfkfGsKVE9w==
dependencies:
"@algolia/client-common" "4.24.0"
"@algolia/requester-common" "4.24.0"
"@algolia/transporter" "4.24.0"
-"@algolia/client-search@4.24.0":
+"@algolia/client-search@>= 4.9.1 < 6", "@algolia/client-search@4.24.0":
version "4.24.0"
- resolved "https://registry.yarnpkg.com/@algolia/client-search/-/client-search-4.24.0.tgz#75e6c02d33ef3e0f34afd9962c085b856fc4a55f"
+ resolved "https://registry.npmjs.org/@algolia/client-search/-/client-search-4.24.0.tgz"
integrity sha512-uRW6EpNapmLAD0mW47OXqTP8eiIx5F6qN9/x/7HHO6owL3N1IXqydGwW5nhDFBrV+ldouro2W1VX3XlcUXEFCA==
dependencies:
"@algolia/client-common" "4.24.0"
@@ -100,24 +100,24 @@
"@algolia/events@^4.0.1":
version "4.0.1"
- resolved "https://registry.yarnpkg.com/@algolia/events/-/events-4.0.1.tgz#fd39e7477e7bc703d7f893b556f676c032af3950"
+ resolved "https://registry.npmjs.org/@algolia/events/-/events-4.0.1.tgz"
integrity sha512-FQzvOCgoFXAbf5Y6mYozw2aj5KCJoA3m4heImceldzPSMbdyS4atVjJzXKMsfX3wnZTFYwkkt8/z8UesLHlSBQ==
"@algolia/logger-common@4.24.0":
version "4.24.0"
- resolved "https://registry.yarnpkg.com/@algolia/logger-common/-/logger-common-4.24.0.tgz#28d439976019ec0a46ba7a1a739ef493d4ef8123"
+ resolved "https://registry.npmjs.org/@algolia/logger-common/-/logger-common-4.24.0.tgz"
integrity sha512-LLUNjkahj9KtKYrQhFKCzMx0BY3RnNP4FEtO+sBybCjJ73E8jNdaKJ/Dd8A/VA4imVHP5tADZ8pn5B8Ga/wTMA==
"@algolia/logger-console@4.24.0":
version "4.24.0"
- resolved "https://registry.yarnpkg.com/@algolia/logger-console/-/logger-console-4.24.0.tgz#c6ff486036cd90b81d07a95aaba04461da7e1c65"
+ resolved "https://registry.npmjs.org/@algolia/logger-console/-/logger-console-4.24.0.tgz"
integrity sha512-X4C8IoHgHfiUROfoRCV+lzSy+LHMgkoEEU1BbKcsfnV0i0S20zyy0NLww9dwVHUWNfPPxdMU+/wKmLGYf96yTg==
dependencies:
"@algolia/logger-common" "4.24.0"
"@algolia/recommend@4.24.0":
version "4.24.0"
- resolved "https://registry.yarnpkg.com/@algolia/recommend/-/recommend-4.24.0.tgz#8a3f78aea471ee0a4836b78fd2aad4e9abcaaf34"
+ resolved "https://registry.npmjs.org/@algolia/recommend/-/recommend-4.24.0.tgz"
integrity sha512-P9kcgerfVBpfYHDfVZDvvdJv0lEoCvzNlOy2nykyt5bK8TyieYyiD0lguIJdRZZYGre03WIAFf14pgE+V+IBlw==
dependencies:
"@algolia/cache-browser-local-storage" "4.24.0"
@@ -134,26 +134,26 @@
"@algolia/requester-browser-xhr@4.24.0":
version "4.24.0"
- resolved "https://registry.yarnpkg.com/@algolia/requester-browser-xhr/-/requester-browser-xhr-4.24.0.tgz#313c5edab4ed73a052e75803855833b62dd19c16"
+ resolved "https://registry.npmjs.org/@algolia/requester-browser-xhr/-/requester-browser-xhr-4.24.0.tgz"
integrity sha512-Z2NxZMb6+nVXSjF13YpjYTdvV3032YTBSGm2vnYvYPA6mMxzM3v5rsCiSspndn9rzIW4Qp1lPHBvuoKJV6jnAA==
dependencies:
"@algolia/requester-common" "4.24.0"
"@algolia/requester-common@4.24.0":
version "4.24.0"
- resolved "https://registry.yarnpkg.com/@algolia/requester-common/-/requester-common-4.24.0.tgz#1c60c198031f48fcdb9e34c4057a3ea987b9a436"
+ resolved "https://registry.npmjs.org/@algolia/requester-common/-/requester-common-4.24.0.tgz"
integrity sha512-k3CXJ2OVnvgE3HMwcojpvY6d9kgKMPRxs/kVohrwF5WMr2fnqojnycZkxPoEg+bXm8fi5BBfFmOqgYztRtHsQA==
"@algolia/requester-node-http@4.24.0":
version "4.24.0"
- resolved "https://registry.yarnpkg.com/@algolia/requester-node-http/-/requester-node-http-4.24.0.tgz#4461593714031d02aa7da221c49df675212f482f"
+ resolved "https://registry.npmjs.org/@algolia/requester-node-http/-/requester-node-http-4.24.0.tgz"
integrity sha512-JF18yTjNOVYvU/L3UosRcvbPMGT9B+/GQWNWnenIImglzNVGpyzChkXLnrSf6uxwVNO6ESGu6oN8MqcGQcjQJw==
dependencies:
"@algolia/requester-common" "4.24.0"
"@algolia/transporter@4.24.0":
version "4.24.0"
- resolved "https://registry.yarnpkg.com/@algolia/transporter/-/transporter-4.24.0.tgz#226bb1f8af62430374c1972b2e5c8580ab275102"
+ resolved "https://registry.npmjs.org/@algolia/transporter/-/transporter-4.24.0.tgz"
integrity sha512-86nI7w6NzWxd1Zp9q3413dRshDqAzSbsQjhcDhPIatEFiZrL1/TjnHL8S7jVKFePlIMzDsZWXAXwXzcok9c5oA==
dependencies:
"@algolia/cache-common" "4.24.0"
@@ -162,12 +162,12 @@
"@alloc/quick-lru@^5.2.0":
version "5.2.0"
- resolved "https://registry.yarnpkg.com/@alloc/quick-lru/-/quick-lru-5.2.0.tgz#7bf68b20c0a350f936915fcae06f58e32007ce30"
+ resolved "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz"
integrity sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==
"@ampproject/remapping@^2.2.0":
version "2.3.0"
- resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.3.0.tgz#ed441b6fa600072520ce18b43d2c8cc8caecc7f4"
+ resolved "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz"
integrity sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==
dependencies:
"@jridgewell/gen-mapping" "^0.3.5"
@@ -175,72 +175,64 @@
"@apideck/better-ajv-errors@^0.3.1":
version "0.3.6"
- resolved "https://registry.yarnpkg.com/@apideck/better-ajv-errors/-/better-ajv-errors-0.3.6.tgz#957d4c28e886a64a8141f7522783be65733ff097"
+ resolved "https://registry.npmjs.org/@apideck/better-ajv-errors/-/better-ajv-errors-0.3.6.tgz"
integrity sha512-P+ZygBLZtkp0qqOAJJVX4oX/sFo5JR3eBWwwuqHHhK0GIgQOKWrAfiAaWX0aArHkRWHMuggFEgAZNxVPwPZYaA==
dependencies:
json-schema "^0.4.0"
jsonpointer "^5.0.0"
leven "^3.1.0"
-"@babel/code-frame@7.10.4":
- version "7.10.4"
- resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.10.4.tgz#168da1a36e90da68ae8d49c0f1b48c7c6249213a"
- integrity sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==
+"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.16.0", "@babel/code-frame@^7.16.7", "@babel/code-frame@^7.24.7", "@babel/code-frame@^7.8.3":
+ version "7.24.7"
+ resolved "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.7.tgz"
+ integrity sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==
dependencies:
- "@babel/highlight" "^7.10.4"
+ "@babel/highlight" "^7.24.7"
+ picocolors "^1.0.0"
"@babel/code-frame@7.12.11":
version "7.12.11"
- resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.11.tgz#f4ad435aa263db935b8f10f2c552d23fb716a63f"
+ resolved "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.11.tgz"
integrity sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==
dependencies:
"@babel/highlight" "^7.10.4"
"@babel/code-frame@7.8.3":
version "7.8.3"
- resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.8.3.tgz#33e25903d7481181534e12ec0a25f16b6fcf419e"
+ resolved "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.8.3.tgz"
integrity sha512-a9gxpmdXtZEInkCSHUJDLHZVBgb1QS0jhss4cPP93EW7s+uC5bikET2twEF3KV+7rDblJcmNvTR7VJejqd2C2g==
dependencies:
"@babel/highlight" "^7.8.3"
-"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.16.0", "@babel/code-frame@^7.16.7", "@babel/code-frame@^7.24.7", "@babel/code-frame@^7.5.5", "@babel/code-frame@^7.8.3":
- version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.24.7.tgz#882fd9e09e8ee324e496bd040401c6f046ef4465"
- integrity sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==
- dependencies:
- "@babel/highlight" "^7.24.7"
- picocolors "^1.0.0"
-
"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.25.2":
version "7.25.2"
- resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.2.tgz#e41928bd33475305c586f6acbbb7e3ade7a6f7f5"
+ resolved "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.25.2.tgz"
integrity sha512-bYcppcpKBvX4znYaPEeFau03bp89ShqNMLs+rmdptMw+heSZh9+z84d2YG+K7cYLbWwzdjtDoW/uqZmPjulClQ==
-"@babel/core@7.12.3":
- version "7.12.3"
- resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.3.tgz#1b436884e1e3bff6fb1328dc02b208759de92ad8"
- integrity sha512-0qXcZYKZp3/6N2jKYVxZv0aNCsxTSVCiK72DTiTYZAu7sjg73W0/aynWjMbiGd87EQL4WyA8reiJVh92AVla9g==
+"@babel/core@^7.0.0", "@babel/core@^7.0.0-0", "@babel/core@^7.0.0-0 || ^8.0.0-0 <8.0.0", "@babel/core@^7.0.1", "@babel/core@^7.1.0", "@babel/core@^7.1.6", "@babel/core@^7.11.0", "@babel/core@^7.11.1", "@babel/core@^7.12.0", "@babel/core@^7.12.3", "@babel/core@^7.13.0", "@babel/core@^7.16.0", "@babel/core@^7.18.6", "@babel/core@^7.18.9", "@babel/core@^7.19.6", "@babel/core@^7.23.0", "@babel/core@^7.24.4", "@babel/core@^7.4.0 || ^8.0.0-0 <8.0.0", "@babel/core@^7.6.2", "@babel/core@^7.7.2", "@babel/core@^7.7.5", "@babel/core@^7.8.0":
+ version "7.25.2"
+ resolved "https://registry.npmjs.org/@babel/core/-/core-7.25.2.tgz"
+ integrity sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA==
dependencies:
- "@babel/code-frame" "^7.10.4"
- "@babel/generator" "^7.12.1"
- "@babel/helper-module-transforms" "^7.12.1"
- "@babel/helpers" "^7.12.1"
- "@babel/parser" "^7.12.3"
- "@babel/template" "^7.10.4"
- "@babel/traverse" "^7.12.1"
- "@babel/types" "^7.12.1"
- convert-source-map "^1.7.0"
+ "@ampproject/remapping" "^2.2.0"
+ "@babel/code-frame" "^7.24.7"
+ "@babel/generator" "^7.25.0"
+ "@babel/helper-compilation-targets" "^7.25.2"
+ "@babel/helper-module-transforms" "^7.25.2"
+ "@babel/helpers" "^7.25.0"
+ "@babel/parser" "^7.25.0"
+ "@babel/template" "^7.25.0"
+ "@babel/traverse" "^7.25.2"
+ "@babel/types" "^7.25.2"
+ convert-source-map "^2.0.0"
debug "^4.1.0"
- gensync "^1.0.0-beta.1"
- json5 "^2.1.2"
- lodash "^4.17.19"
- resolve "^1.3.2"
- semver "^5.4.1"
- source-map "^0.5.0"
+ gensync "^1.0.0-beta.2"
+ json5 "^2.2.3"
+ semver "^6.3.1"
-"@babel/core@7.12.9":
+"@babel/core@^7.11.6", "@babel/core@7.12.9":
version "7.12.9"
- resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.9.tgz#fd450c4ec10cdbb980e2928b7aa7a28484593fc8"
+ resolved "https://registry.npmjs.org/@babel/core/-/core-7.12.9.tgz"
integrity sha512-gTXYh3M5wb7FRXQy+FErKFAv90BnlOuNn1QkCK2lREoPAjrQCO49+HVSrFoe5uakFAF5eenS75KbO2vQiLrTMQ==
dependencies:
"@babel/code-frame" "^7.10.4"
@@ -260,39 +252,18 @@
semver "^5.4.1"
source-map "^0.5.0"
-"@babel/core@^7.1.0", "@babel/core@^7.1.6", "@babel/core@^7.11.1", "@babel/core@^7.12.3", "@babel/core@^7.16.0", "@babel/core@^7.18.6", "@babel/core@^7.18.9", "@babel/core@^7.19.6", "@babel/core@^7.23.0", "@babel/core@^7.24.4", "@babel/core@^7.6.2", "@babel/core@^7.7.2", "@babel/core@^7.7.5", "@babel/core@^7.8.0", "@babel/core@^7.8.4":
- version "7.25.2"
- resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.25.2.tgz#ed8eec275118d7613e77a352894cd12ded8eba77"
- integrity sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA==
- dependencies:
- "@ampproject/remapping" "^2.2.0"
- "@babel/code-frame" "^7.24.7"
- "@babel/generator" "^7.25.0"
- "@babel/helper-compilation-targets" "^7.25.2"
- "@babel/helper-module-transforms" "^7.25.2"
- "@babel/helpers" "^7.25.0"
- "@babel/parser" "^7.25.0"
- "@babel/template" "^7.25.0"
- "@babel/traverse" "^7.25.2"
- "@babel/types" "^7.25.2"
- convert-source-map "^2.0.0"
- debug "^4.1.0"
- gensync "^1.0.0-beta.2"
- json5 "^2.2.3"
- semver "^6.3.1"
-
"@babel/eslint-parser@^7.16.3":
version "7.25.1"
- resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.25.1.tgz#469cee4bd18a88ff3edbdfbd227bd20e82aa9b82"
+ resolved "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.25.1.tgz"
integrity sha512-Y956ghgTT4j7rKesabkh5WeqgSFZVFwaPR0IWFm7KFHFmmJ4afbG49SmfW4S+GyRPx0Dy5jxEWA5t0rpxfElWg==
dependencies:
"@nicolo-ribaudo/eslint-scope-5-internals" "5.1.1-v1"
eslint-visitor-keys "^2.1.0"
semver "^6.3.1"
-"@babel/generator@^7.12.1", "@babel/generator@^7.12.11", "@babel/generator@^7.12.5", "@babel/generator@^7.18.7", "@babel/generator@^7.25.0", "@babel/generator@^7.7.2":
+"@babel/generator@^7.12.11", "@babel/generator@^7.12.5", "@babel/generator@^7.18.7", "@babel/generator@^7.25.0", "@babel/generator@^7.7.2":
version "7.25.0"
- resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.25.0.tgz#f858ddfa984350bc3d3b7f125073c9af6988f18e"
+ resolved "https://registry.npmjs.org/@babel/generator/-/generator-7.25.0.tgz"
integrity sha512-3LEEcj3PVW8pW2R1SR1M89g/qrYk/m/mB/tLqn7dn4sbBUQyTqnlod+II2U4dqiGtUmkcnAmkMDralTFZttRiw==
dependencies:
"@babel/types" "^7.25.0"
@@ -302,14 +273,14 @@
"@babel/helper-annotate-as-pure@^7.18.6", "@babel/helper-annotate-as-pure@^7.24.7":
version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.24.7.tgz#5373c7bc8366b12a033b4be1ac13a206c6656aab"
+ resolved "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.24.7.tgz"
integrity sha512-BaDeOonYvhdKw+JoMVkAixAAJzG2jVPIwWoKBPdYuY9b452e2rPuI9QPYh3KpofZ3pW2akOmwZLOiOsHMiqRAg==
dependencies:
"@babel/types" "^7.24.7"
"@babel/helper-builder-binary-assignment-operator-visitor@^7.24.7":
version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.24.7.tgz#37d66feb012024f2422b762b9b2a7cfe27c7fba3"
+ resolved "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.24.7.tgz"
integrity sha512-xZeCVVdwb4MsDBkkyZ64tReWYrLRHlMN72vP7Bdm3OUOuyFZExhsHUUnuWnm2/XOlAJzR0LfPpB56WXZn0X/lA==
dependencies:
"@babel/traverse" "^7.24.7"
@@ -317,7 +288,7 @@
"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.24.7", "@babel/helper-compilation-targets@^7.24.8", "@babel/helper-compilation-targets@^7.25.2":
version "7.25.2"
- resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.2.tgz#e1d9410a90974a3a5a66e84ff55ef62e3c02d06c"
+ resolved "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.2.tgz"
integrity sha512-U2U5LsSaZ7TAt3cfaymQ8WHh0pxvdHoEk6HVpaexxixjyEquMh0L0YNJNM6CTGKMXV1iksi0iZkGw4AcFkPaaw==
dependencies:
"@babel/compat-data" "^7.25.2"
@@ -328,7 +299,7 @@
"@babel/helper-create-class-features-plugin@^7.18.6", "@babel/helper-create-class-features-plugin@^7.21.0", "@babel/helper-create-class-features-plugin@^7.24.7", "@babel/helper-create-class-features-plugin@^7.25.0":
version "7.25.0"
- resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.25.0.tgz#a109bf9c3d58dfed83aaf42e85633c89f43a6253"
+ resolved "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.25.0.tgz"
integrity sha512-GYM6BxeQsETc9mnct+nIIpf63SAyzvyYN7UB/IlTyd+MBg06afFGp0mIeUqGyWgS2mxad6vqbMrHVlaL3m70sQ==
dependencies:
"@babel/helper-annotate-as-pure" "^7.24.7"
@@ -341,7 +312,7 @@
"@babel/helper-create-regexp-features-plugin@^7.18.6", "@babel/helper-create-regexp-features-plugin@^7.24.7", "@babel/helper-create-regexp-features-plugin@^7.25.0":
version "7.25.2"
- resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.25.2.tgz#24c75974ed74183797ffd5f134169316cd1808d9"
+ resolved "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.25.2.tgz"
integrity sha512-+wqVGP+DFmqwFD3EH6TMTfUNeqDehV3E/dl+Sd54eaXqm17tEUNbEIn4sVivVowbvUpOtIGxdo3GoXyDH9N/9g==
dependencies:
"@babel/helper-annotate-as-pure" "^7.24.7"
@@ -350,7 +321,7 @@
"@babel/helper-define-polyfill-provider@^0.6.1", "@babel/helper-define-polyfill-provider@^0.6.2":
version "0.6.2"
- resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.2.tgz#18594f789c3594acb24cfdb4a7f7b7d2e8bd912d"
+ resolved "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.2.tgz"
integrity sha512-LV76g+C502biUK6AyZ3LK10vDpDyCzZnhZFXkH1L75zHPj68+qc8Zfpx2th+gzwA2MzyK+1g/3EPl62yFnVttQ==
dependencies:
"@babel/helper-compilation-targets" "^7.22.6"
@@ -361,15 +332,15 @@
"@babel/helper-member-expression-to-functions@^7.24.8":
version "7.24.8"
- resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.24.8.tgz#6155e079c913357d24a4c20480db7c712a5c3fb6"
+ resolved "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.24.8.tgz"
integrity sha512-LABppdt+Lp/RlBxqrh4qgf1oEH/WxdzQNDJIu5gC/W1GyvPVrOBiItmmM8wan2fm4oYqFuFfkXmlGpLQhPY8CA==
dependencies:
"@babel/traverse" "^7.24.8"
"@babel/types" "^7.24.8"
-"@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.10.4", "@babel/helper-module-imports@^7.24.7":
+"@babel/helper-module-imports@^7.10.4", "@babel/helper-module-imports@^7.24.7":
version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.24.7.tgz#f2f980392de5b84c3328fc71d38bd81bbb83042b"
+ resolved "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.24.7.tgz"
integrity sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA==
dependencies:
"@babel/traverse" "^7.24.7"
@@ -377,7 +348,7 @@
"@babel/helper-module-transforms@^7.12.1", "@babel/helper-module-transforms@^7.24.7", "@babel/helper-module-transforms@^7.24.8", "@babel/helper-module-transforms@^7.25.0", "@babel/helper-module-transforms@^7.25.2":
version "7.25.2"
- resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.25.2.tgz#ee713c29768100f2776edf04d4eb23b8d27a66e6"
+ resolved "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.25.2.tgz"
integrity sha512-BjyRAbix6j/wv83ftcVJmBt72QtHI56C7JXZoG2xATiLpmoC7dpd8WnkikExHDVPpi/3qCmO6WY1EaXOluiecQ==
dependencies:
"@babel/helper-module-imports" "^7.24.7"
@@ -387,24 +358,24 @@
"@babel/helper-optimise-call-expression@^7.24.7":
version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.24.7.tgz#8b0a0456c92f6b323d27cfd00d1d664e76692a0f"
+ resolved "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.24.7.tgz"
integrity sha512-jKiTsW2xmWwxT1ixIdfXUZp+P5yURx2suzLZr5Hi64rURpDYdMW0pv+Uf17EYk2Rd428Lx4tLsnjGJzYKDM/6A==
dependencies:
"@babel/types" "^7.24.7"
-"@babel/helper-plugin-utils@7.10.4":
- version "7.10.4"
- resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz#2f75a831269d4f677de49986dff59927533cf375"
- integrity sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==
-
"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.20.2", "@babel/helper-plugin-utils@^7.22.5", "@babel/helper-plugin-utils@^7.24.7", "@babel/helper-plugin-utils@^7.24.8", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
version "7.24.8"
- resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.8.tgz#94ee67e8ec0e5d44ea7baeb51e571bd26af07878"
+ resolved "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.8.tgz"
integrity sha512-FFWx5142D8h2Mgr/iPVGH5G7w6jDn4jUSpZTyDnQO0Yn7Ks2Kuz6Pci8H6MPCoUJegd/UZQ3tAvfLCxQSnWWwg==
+"@babel/helper-plugin-utils@7.10.4":
+ version "7.10.4"
+ resolved "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz"
+ integrity sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==
+
"@babel/helper-remap-async-to-generator@^7.24.7", "@babel/helper-remap-async-to-generator@^7.25.0":
version "7.25.0"
- resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.25.0.tgz#d2f0fbba059a42d68e5e378feaf181ef6055365e"
+ resolved "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.25.0.tgz"
integrity sha512-NhavI2eWEIz/H9dbrG0TuOicDhNexze43i5z7lEqwYm0WEZVTwnPpA0EafUTP7+6/W79HWIP2cTe3Z5NiSTVpw==
dependencies:
"@babel/helper-annotate-as-pure" "^7.24.7"
@@ -413,7 +384,7 @@
"@babel/helper-replace-supers@^7.24.7", "@babel/helper-replace-supers@^7.25.0":
version "7.25.0"
- resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.25.0.tgz#ff44deac1c9f619523fe2ca1fd650773792000a9"
+ resolved "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.25.0.tgz"
integrity sha512-q688zIvQVYtZu+i2PsdIu/uWGRpfxzr5WESsfpShfZECkO+d2o+WROWezCi/Q6kJ0tfPa5+pUGUlfx2HhrA3Bg==
dependencies:
"@babel/helper-member-expression-to-functions" "^7.24.8"
@@ -422,7 +393,7 @@
"@babel/helper-simple-access@^7.24.7":
version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.24.7.tgz#bcade8da3aec8ed16b9c4953b74e506b51b5edb3"
+ resolved "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.24.7.tgz"
integrity sha512-zBAIvbCMh5Ts+b86r/CjU+4XGYIs+R1j951gxI3KmmxBMhCg4oQMsv6ZXQ64XOm/cvzfU1FmoCyt6+owc5QMYg==
dependencies:
"@babel/traverse" "^7.24.7"
@@ -430,7 +401,7 @@
"@babel/helper-skip-transparent-expression-wrappers@^7.20.0", "@babel/helper-skip-transparent-expression-wrappers@^7.24.7":
version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.24.7.tgz#5f8fa83b69ed5c27adc56044f8be2b3ea96669d9"
+ resolved "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.24.7.tgz"
integrity sha512-IO+DLT3LQUElMbpzlatRASEyQtfhSE0+m465v++3jyyXeBTBUjtVZg28/gHeV5mrTJqvEKhKroBGAvhW+qPHiQ==
dependencies:
"@babel/traverse" "^7.24.7"
@@ -438,31 +409,31 @@
"@babel/helper-string-parser@^7.24.8":
version "7.24.8"
- resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz#5b3329c9a58803d5df425e5785865881a81ca48d"
+ resolved "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz"
integrity sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==
"@babel/helper-validator-identifier@^7.14.9", "@babel/helper-validator-identifier@^7.24.7":
version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz#75b889cfaf9e35c2aaf42cf0d72c8e91719251db"
+ resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz"
integrity sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==
"@babel/helper-validator-option@^7.24.7", "@babel/helper-validator-option@^7.24.8":
version "7.24.8"
- resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.24.8.tgz#3725cdeea8b480e86d34df15304806a06975e33d"
+ resolved "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.24.8.tgz"
integrity sha512-xb8t9tD1MHLungh/AIoWYN+gVHaB9kwlu8gffXGSt3FFEIT7RjS+xWbc2vUD1UTZdIpKj/ab3rdqJ7ufngyi2Q==
"@babel/helper-wrap-function@^7.25.0":
version "7.25.0"
- resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.25.0.tgz#dab12f0f593d6ca48c0062c28bcfb14ebe812f81"
+ resolved "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.25.0.tgz"
integrity sha512-s6Q1ebqutSiZnEjaofc/UKDyC4SbzV5n5SrA2Gq8UawLycr3i04f1dX4OzoQVnexm6aOCh37SQNYlJ/8Ku+PMQ==
dependencies:
"@babel/template" "^7.25.0"
"@babel/traverse" "^7.25.0"
"@babel/types" "^7.25.0"
-"@babel/helpers@^7.12.1", "@babel/helpers@^7.12.5", "@babel/helpers@^7.25.0":
+"@babel/helpers@^7.12.5", "@babel/helpers@^7.25.0":
version "7.25.0"
- resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.25.0.tgz#e69beb7841cb93a6505531ede34f34e6a073650a"
+ resolved "https://registry.npmjs.org/@babel/helpers/-/helpers-7.25.0.tgz"
integrity sha512-MjgLZ42aCm0oGjJj8CtSM3DB8NOOf8h2l7DCTePJs29u+v7yO/RBX9nShlKMgFnRks/Q4tBAe7Hxnov9VkGwLw==
dependencies:
"@babel/template" "^7.25.0"
@@ -470,7 +441,7 @@
"@babel/highlight@^7.10.4", "@babel/highlight@^7.24.7", "@babel/highlight@^7.8.3":
version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.24.7.tgz#a05ab1df134b286558aae0ed41e6c5f731bf409d"
+ resolved "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.7.tgz"
integrity sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==
dependencies:
"@babel/helper-validator-identifier" "^7.24.7"
@@ -478,16 +449,16 @@
js-tokens "^4.0.0"
picocolors "^1.0.0"
-"@babel/parser@^7.1.0", "@babel/parser@^7.1.6", "@babel/parser@^7.12.3", "@babel/parser@^7.12.7", "@babel/parser@^7.14.7", "@babel/parser@^7.17.0", "@babel/parser@^7.18.8", "@babel/parser@^7.20.7", "@babel/parser@^7.23.0", "@babel/parser@^7.25.0", "@babel/parser@^7.25.3", "@babel/parser@^7.7.0", "@babel/parser@^7.9.4":
+"@babel/parser@^7.1.0", "@babel/parser@^7.1.6", "@babel/parser@^7.12.7", "@babel/parser@^7.14.7", "@babel/parser@^7.17.0", "@babel/parser@^7.18.8", "@babel/parser@^7.20.7", "@babel/parser@^7.23.0", "@babel/parser@^7.25.0", "@babel/parser@^7.25.3", "@babel/parser@^7.7.0", "@babel/parser@^7.9.4":
version "7.25.3"
- resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.3.tgz#91fb126768d944966263f0657ab222a642b82065"
+ resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.25.3.tgz"
integrity sha512-iLTJKDbJ4hMvFPgQwwsVoxtHyWpKKPBrxkANrSYewDPaPpT5py5yeVkgPIJ7XYXhndxJpaA3PyALSXQ7u8e/Dw==
dependencies:
"@babel/types" "^7.25.2"
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.3":
version "7.25.3"
- resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.3.tgz#dca427b45a6c0f5c095a1c639dfe2476a3daba7f"
+ resolved "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.3.tgz"
integrity sha512-wUrcsxZg6rqBXG05HG1FPYgsP6EvwF4WpBbxIpWIIYnH8wG0gzx3yZY3dtEHas4sTAOGkbTsc9EGPxwff8lRoA==
dependencies:
"@babel/helper-plugin-utils" "^7.24.8"
@@ -495,21 +466,21 @@
"@babel/plugin-bugfix-safari-class-field-initializer-scope@^7.25.0":
version "7.25.0"
- resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-class-field-initializer-scope/-/plugin-bugfix-safari-class-field-initializer-scope-7.25.0.tgz#cd0c583e01369ef51676bdb3d7b603e17d2b3f73"
+ resolved "https://registry.npmjs.org/@babel/plugin-bugfix-safari-class-field-initializer-scope/-/plugin-bugfix-safari-class-field-initializer-scope-7.25.0.tgz"
integrity sha512-Bm4bH2qsX880b/3ziJ8KD711LT7z4u8CFudmjqle65AZj/HNUFhEf90dqYv6O86buWvSBmeQDjv0Tn2aF/bIBA==
dependencies:
"@babel/helper-plugin-utils" "^7.24.8"
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.25.0":
version "7.25.0"
- resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.25.0.tgz#749bde80356b295390954643de7635e0dffabe73"
+ resolved "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.25.0.tgz"
integrity sha512-lXwdNZtTmeVOOFtwM/WDe7yg1PL8sYhRk/XH0FzbR2HDQ0xC+EnQ/JHeoMYSavtU115tnUk0q9CDyq8si+LMAA==
dependencies:
"@babel/helper-plugin-utils" "^7.24.8"
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.24.7":
version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.24.7.tgz#e4eabdd5109acc399b38d7999b2ef66fc2022f89"
+ resolved "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.24.7.tgz"
integrity sha512-+izXIbke1T33mY4MSNnrqhPXDz01WYhEf3yF5NbnUtkiNnm+XBZJl3kNfoK6NKmYlz/D07+l2GWVK/QfDkNCuQ==
dependencies:
"@babel/helper-plugin-utils" "^7.24.7"
@@ -518,7 +489,7 @@
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@^7.25.0":
version "7.25.0"
- resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.25.0.tgz#3a82a70e7cb7294ad2559465ebcb871dfbf078fb"
+ resolved "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.25.0.tgz"
integrity sha512-tggFrk1AIShG/RUQbEwt2Tr/E+ObkfwrPjR6BjbRvsx24+PSjK8zrq0GWPNCjo8qpRx4DuJzlcvWJqlm+0h3kw==
dependencies:
"@babel/helper-plugin-utils" "^7.24.8"
@@ -526,7 +497,7 @@
"@babel/plugin-proposal-class-properties@^7.1.0", "@babel/plugin-proposal-class-properties@^7.13.0", "@babel/plugin-proposal-class-properties@^7.16.0", "@babel/plugin-proposal-class-properties@^7.8.3":
version "7.18.6"
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz#b110f59741895f7ec21a6fff696ec46265c446a3"
+ resolved "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz"
integrity sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==
dependencies:
"@babel/helper-create-class-features-plugin" "^7.18.6"
@@ -534,7 +505,7 @@
"@babel/plugin-proposal-decorators@^7.16.4":
version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.24.7.tgz#7e2dcfeda4a42596b57c4c9de1f5176bbfc532e3"
+ resolved "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.24.7.tgz"
integrity sha512-RL9GR0pUG5Kc8BUWLNDm2T5OpYwSX15r98I0IkgmRQTXuELq/OynH8xtMTMvTJFjXbMWFVTKtYkTaYQsuAwQlQ==
dependencies:
"@babel/helper-create-class-features-plugin" "^7.24.7"
@@ -543,7 +514,7 @@
"@babel/plugin-proposal-nullish-coalescing-operator@^7.1.0", "@babel/plugin-proposal-nullish-coalescing-operator@^7.16.0", "@babel/plugin-proposal-nullish-coalescing-operator@^7.8.3":
version "7.18.6"
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.18.6.tgz#fdd940a99a740e577d6c753ab6fbb43fdb9467e1"
+ resolved "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.18.6.tgz"
integrity sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==
dependencies:
"@babel/helper-plugin-utils" "^7.18.6"
@@ -551,7 +522,7 @@
"@babel/plugin-proposal-numeric-separator@^7.16.0":
version "7.18.6"
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.18.6.tgz#899b14fbafe87f053d2c5ff05b36029c62e13c75"
+ resolved "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.18.6.tgz"
integrity sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==
dependencies:
"@babel/helper-plugin-utils" "^7.18.6"
@@ -559,7 +530,7 @@
"@babel/plugin-proposal-object-rest-spread@7.12.1":
version "7.12.1"
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.12.1.tgz#def9bd03cea0f9b72283dac0ec22d289c7691069"
+ resolved "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.12.1.tgz"
integrity sha512-s6SowJIjzlhx8o7lsFx5zmY4At6CTtDvgNQDdPzkBQucle58A6b/TTeEBYtyDgmcXjUTM+vE8YOGHZzzbc/ioA==
dependencies:
"@babel/helper-plugin-utils" "^7.10.4"
@@ -568,7 +539,7 @@
"@babel/plugin-proposal-optional-chaining@^7.1.0", "@babel/plugin-proposal-optional-chaining@^7.16.0", "@babel/plugin-proposal-optional-chaining@^7.8.3":
version "7.21.0"
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.21.0.tgz#886f5c8978deb7d30f678b2e24346b287234d3ea"
+ resolved "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.21.0.tgz"
integrity sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==
dependencies:
"@babel/helper-plugin-utils" "^7.20.2"
@@ -577,20 +548,15 @@
"@babel/plugin-proposal-private-methods@^7.13.0", "@babel/plugin-proposal-private-methods@^7.16.0":
version "7.18.6"
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.18.6.tgz#5209de7d213457548a98436fa2882f52f4be6bea"
+ resolved "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.18.6.tgz"
integrity sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==
dependencies:
"@babel/helper-create-class-features-plugin" "^7.18.6"
"@babel/helper-plugin-utils" "^7.18.6"
-"@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2":
- version "7.21.0-placeholder-for-preset-env.2"
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz#7844f9289546efa9febac2de4cfe358a050bd703"
- integrity sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==
-
"@babel/plugin-proposal-private-property-in-object@^7.14.0":
version "7.21.11"
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.11.tgz#69d597086b6760c4126525cfa154f34631ff272c"
+ resolved "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.11.tgz"
integrity sha512-0QZ8qP/3RLDVBwBFoWAwCtgcDZJVwA5LUJRZU8x2YFfKNuFq161wK3cuGrALu5yiPu+vzwTAg/sMWVNeWeNyaw==
dependencies:
"@babel/helper-annotate-as-pure" "^7.18.6"
@@ -598,177 +564,182 @@
"@babel/helper-plugin-utils" "^7.20.2"
"@babel/plugin-syntax-private-property-in-object" "^7.14.5"
+"@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2":
+ version "7.21.0-placeholder-for-preset-env.2"
+ resolved "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz"
+ integrity sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==
+
"@babel/plugin-syntax-async-generators@^7.8.4":
version "7.8.4"
- resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz#a983fb1aeb2ec3f6ed042a210f640e90e786fe0d"
+ resolved "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz"
integrity sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==
dependencies:
"@babel/helper-plugin-utils" "^7.8.0"
"@babel/plugin-syntax-bigint@^7.8.3":
version "7.8.3"
- resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz#4c9a6f669f5d0cdf1b90a1671e9a146be5300cea"
+ resolved "https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz"
integrity sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==
dependencies:
"@babel/helper-plugin-utils" "^7.8.0"
"@babel/plugin-syntax-class-properties@^7.12.13", "@babel/plugin-syntax-class-properties@^7.8.3":
version "7.12.13"
- resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz#b5c987274c4a3a82b89714796931a6b53544ae10"
+ resolved "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz"
integrity sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==
dependencies:
"@babel/helper-plugin-utils" "^7.12.13"
"@babel/plugin-syntax-class-static-block@^7.14.5":
version "7.14.5"
- resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz#195df89b146b4b78b3bf897fd7a257c84659d406"
+ resolved "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz"
integrity sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==
dependencies:
"@babel/helper-plugin-utils" "^7.14.5"
"@babel/plugin-syntax-decorators@^7.24.7":
version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.24.7.tgz#e4f8a0a8778ccec669611cd5aed1ed8e6e3a6fcf"
+ resolved "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.24.7.tgz"
integrity sha512-Ui4uLJJrRV1lb38zg1yYTmRKmiZLiftDEvZN2iq3kd9kUFU+PttmzTbAFC2ucRk/XJmtek6G23gPsuZbhrT8fQ==
dependencies:
"@babel/helper-plugin-utils" "^7.24.7"
"@babel/plugin-syntax-dynamic-import@^7.8.3":
version "7.8.3"
- resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz#62bf98b2da3cd21d626154fc96ee5b3cb68eacb3"
+ resolved "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz"
integrity sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==
dependencies:
"@babel/helper-plugin-utils" "^7.8.0"
"@babel/plugin-syntax-export-namespace-from@^7.8.3":
version "7.8.3"
- resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz#028964a9ba80dbc094c915c487ad7c4e7a66465a"
+ resolved "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz"
integrity sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==
dependencies:
"@babel/helper-plugin-utils" "^7.8.3"
-"@babel/plugin-syntax-flow@^7.24.7":
+"@babel/plugin-syntax-flow@^7.14.5", "@babel/plugin-syntax-flow@^7.24.7":
version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.24.7.tgz#d1759e84dd4b437cf9fae69b4c06c41d7625bfb7"
+ resolved "https://registry.npmjs.org/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.24.7.tgz"
integrity sha512-9G8GYT/dxn/D1IIKOUBmGX0mnmj46mGH9NnZyJLwtCpgh5f7D2VbuKodb+2s9m1Yavh1s7ASQN8lf0eqrb1LTw==
dependencies:
"@babel/helper-plugin-utils" "^7.24.7"
"@babel/plugin-syntax-import-assertions@^7.24.7":
version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.24.7.tgz#2a0b406b5871a20a841240586b1300ce2088a778"
+ resolved "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.24.7.tgz"
integrity sha512-Ec3NRUMoi8gskrkBe3fNmEQfxDvY8bgfQpz6jlk/41kX9eUjvpyqWU7PBP/pLAvMaSQjbMNKJmvX57jP+M6bPg==
dependencies:
"@babel/helper-plugin-utils" "^7.24.7"
"@babel/plugin-syntax-import-attributes@^7.24.7":
version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.24.7.tgz#b4f9ea95a79e6912480c4b626739f86a076624ca"
+ resolved "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.24.7.tgz"
integrity sha512-hbX+lKKeUMGihnK8nvKqmXBInriT3GVjzXKFriV3YC6APGxMbP8RZNFwy91+hocLXq90Mta+HshoB31802bb8A==
dependencies:
"@babel/helper-plugin-utils" "^7.24.7"
"@babel/plugin-syntax-import-meta@^7.10.4", "@babel/plugin-syntax-import-meta@^7.8.3":
version "7.10.4"
- resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz#ee601348c370fa334d2207be158777496521fd51"
+ resolved "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz"
integrity sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==
dependencies:
"@babel/helper-plugin-utils" "^7.10.4"
"@babel/plugin-syntax-json-strings@^7.8.3":
version "7.8.3"
- resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz#01ca21b668cd8218c9e640cb6dd88c5412b2c96a"
+ resolved "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz"
integrity sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==
dependencies:
"@babel/helper-plugin-utils" "^7.8.0"
+"@babel/plugin-syntax-jsx@^7.24.7":
+ version "7.24.7"
+ resolved "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.24.7.tgz"
+ integrity sha512-6ddciUPe/mpMnOKv/U+RSd2vvVy+Yw/JfBB0ZHYjEZt9NLHmCUylNYlsbqCCS1Bffjlb0fCwC9Vqz+sBz6PsiQ==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.24.7"
+
"@babel/plugin-syntax-jsx@7.12.1":
version "7.12.1"
- resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.12.1.tgz#9d9d357cc818aa7ae7935917c1257f67677a0926"
+ resolved "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.12.1.tgz"
integrity sha512-1yRi7yAtB0ETgxdY9ti/p2TivUxJkTdhu/ZbF9MshVGqOx1TdB3b7xCXs49Fupgg50N45KcAsRP/ZqWjs9SRjg==
dependencies:
"@babel/helper-plugin-utils" "^7.10.4"
"@babel/plugin-syntax-jsx@7.14.5":
version "7.14.5"
- resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.14.5.tgz#000e2e25d8673cce49300517a3eda44c263e4201"
+ resolved "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.14.5.tgz"
integrity sha512-ohuFIsOMXJnbOMRfX7/w7LocdR6R7whhuRD4ax8IipLcLPlZGJKkBxgHp++U4N/vKyU16/YDQr2f5seajD3jIw==
dependencies:
"@babel/helper-plugin-utils" "^7.14.5"
-"@babel/plugin-syntax-jsx@^7.24.7":
- version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.24.7.tgz#39a1fa4a7e3d3d7f34e2acc6be585b718d30e02d"
- integrity sha512-6ddciUPe/mpMnOKv/U+RSd2vvVy+Yw/JfBB0ZHYjEZt9NLHmCUylNYlsbqCCS1Bffjlb0fCwC9Vqz+sBz6PsiQ==
- dependencies:
- "@babel/helper-plugin-utils" "^7.24.7"
-
"@babel/plugin-syntax-logical-assignment-operators@^7.10.4", "@babel/plugin-syntax-logical-assignment-operators@^7.8.3":
version "7.10.4"
- resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz#ca91ef46303530448b906652bac2e9fe9941f699"
+ resolved "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz"
integrity sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==
dependencies:
"@babel/helper-plugin-utils" "^7.10.4"
"@babel/plugin-syntax-nullish-coalescing-operator@^7.8.3":
version "7.8.3"
- resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz#167ed70368886081f74b5c36c65a88c03b66d1a9"
+ resolved "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz"
integrity sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==
dependencies:
"@babel/helper-plugin-utils" "^7.8.0"
"@babel/plugin-syntax-numeric-separator@^7.10.4", "@babel/plugin-syntax-numeric-separator@^7.8.3":
version "7.10.4"
- resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz#b9b070b3e33570cd9fd07ba7fa91c0dd37b9af97"
+ resolved "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz"
integrity sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==
dependencies:
"@babel/helper-plugin-utils" "^7.10.4"
-"@babel/plugin-syntax-object-rest-spread@7.8.3", "@babel/plugin-syntax-object-rest-spread@^7.8.0", "@babel/plugin-syntax-object-rest-spread@^7.8.3":
+"@babel/plugin-syntax-object-rest-spread@^7.8.0", "@babel/plugin-syntax-object-rest-spread@^7.8.3", "@babel/plugin-syntax-object-rest-spread@7.8.3":
version "7.8.3"
- resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz#60e225edcbd98a640332a2e72dd3e66f1af55871"
+ resolved "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz"
integrity sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==
dependencies:
"@babel/helper-plugin-utils" "^7.8.0"
"@babel/plugin-syntax-optional-catch-binding@^7.8.3":
version "7.8.3"
- resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz#6111a265bcfb020eb9efd0fdfd7d26402b9ed6c1"
+ resolved "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz"
integrity sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==
dependencies:
"@babel/helper-plugin-utils" "^7.8.0"
"@babel/plugin-syntax-optional-chaining@^7.8.3":
version "7.8.3"
- resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz#4f69c2ab95167e0180cd5336613f8c5788f7d48a"
+ resolved "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz"
integrity sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==
dependencies:
"@babel/helper-plugin-utils" "^7.8.0"
"@babel/plugin-syntax-private-property-in-object@^7.14.5":
version "7.14.5"
- resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz#0dc6671ec0ea22b6e94a1114f857970cd39de1ad"
+ resolved "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz"
integrity sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==
dependencies:
"@babel/helper-plugin-utils" "^7.14.5"
"@babel/plugin-syntax-top-level-await@^7.14.5", "@babel/plugin-syntax-top-level-await@^7.8.3":
version "7.14.5"
- resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz#c1cfdadc35a646240001f06138247b741c34d94c"
+ resolved "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz"
integrity sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==
dependencies:
"@babel/helper-plugin-utils" "^7.14.5"
"@babel/plugin-syntax-typescript@^7.24.7", "@babel/plugin-syntax-typescript@^7.7.2":
version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.24.7.tgz#58d458271b4d3b6bb27ee6ac9525acbb259bad1c"
+ resolved "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.24.7.tgz"
integrity sha512-c/+fVeJBB0FeKsFvwytYiUD+LBvhHjGSI0g446PRGdSVGZLRNArBUno2PETbAly3tpiNAQR5XaZ+JslxkotsbA==
dependencies:
"@babel/helper-plugin-utils" "^7.24.7"
"@babel/plugin-syntax-unicode-sets-regex@^7.18.6":
version "7.18.6"
- resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz#d49a3b3e6b52e5be6740022317580234a6a47357"
+ resolved "https://registry.npmjs.org/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz"
integrity sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==
dependencies:
"@babel/helper-create-regexp-features-plugin" "^7.18.6"
@@ -776,14 +747,14 @@
"@babel/plugin-transform-arrow-functions@^7.24.7":
version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.24.7.tgz#4f6886c11e423bd69f3ce51dbf42424a5f275514"
+ resolved "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.24.7.tgz"
integrity sha512-Dt9LQs6iEY++gXUwY03DNFat5C2NbO48jj+j/bSAz6b3HgPs39qcPiYt77fDObIcFwj3/C2ICX9YMwGflUoSHQ==
dependencies:
"@babel/helper-plugin-utils" "^7.24.7"
"@babel/plugin-transform-async-generator-functions@^7.25.0":
version "7.25.0"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.25.0.tgz#b785cf35d73437f6276b1e30439a57a50747bddf"
+ resolved "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.25.0.tgz"
integrity sha512-uaIi2FdqzjpAMvVqvB51S42oC2JEVgh0LDsGfZVDysWE8LrJtQC2jvKmOqEYThKyB7bDEb7BP1GYWDm7tABA0Q==
dependencies:
"@babel/helper-plugin-utils" "^7.24.8"
@@ -793,7 +764,7 @@
"@babel/plugin-transform-async-to-generator@^7.24.7":
version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.24.7.tgz#72a3af6c451d575842a7e9b5a02863414355bdcc"
+ resolved "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.24.7.tgz"
integrity sha512-SQY01PcJfmQ+4Ash7NE+rpbLFbmqA2GPIgqzxfFTL4t1FKRq4zTms/7htKpoCUI9OcFYgzqfmCdH53s6/jn5fA==
dependencies:
"@babel/helper-module-imports" "^7.24.7"
@@ -802,21 +773,21 @@
"@babel/plugin-transform-block-scoped-functions@^7.24.7":
version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.24.7.tgz#a4251d98ea0c0f399dafe1a35801eaba455bbf1f"
+ resolved "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.24.7.tgz"
integrity sha512-yO7RAz6EsVQDaBH18IDJcMB1HnrUn2FJ/Jslc/WtPPWcjhpUJXU/rjbwmluzp7v/ZzWcEhTMXELnnsz8djWDwQ==
dependencies:
"@babel/helper-plugin-utils" "^7.24.7"
"@babel/plugin-transform-block-scoping@^7.25.0":
version "7.25.0"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.25.0.tgz#23a6ed92e6b006d26b1869b1c91d1b917c2ea2ac"
+ resolved "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.25.0.tgz"
integrity sha512-yBQjYoOjXlFv9nlXb3f1casSHOZkWr29NX+zChVanLg5Nc157CrbEX9D7hxxtTpuFy7Q0YzmmWfJxzvps4kXrQ==
dependencies:
"@babel/helper-plugin-utils" "^7.24.8"
"@babel/plugin-transform-class-properties@^7.22.5", "@babel/plugin-transform-class-properties@^7.24.7":
version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.24.7.tgz#256879467b57b0b68c7ddfc5b76584f398cd6834"
+ resolved "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.24.7.tgz"
integrity sha512-vKbfawVYayKcSeSR5YYzzyXvsDFWU2mD8U5TFeXtbCPLFUqe7GyCgvO6XDHzje862ODrOwy6WCPmKeWHbCFJ4w==
dependencies:
"@babel/helper-create-class-features-plugin" "^7.24.7"
@@ -824,7 +795,7 @@
"@babel/plugin-transform-class-static-block@^7.24.7":
version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.24.7.tgz#c82027ebb7010bc33c116d4b5044fbbf8c05484d"
+ resolved "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.24.7.tgz"
integrity sha512-HMXK3WbBPpZQufbMG4B46A90PkuuhN9vBCb5T8+VAHqvAqvcLi+2cKoukcpmUYkszLhScU3l1iudhrks3DggRQ==
dependencies:
"@babel/helper-create-class-features-plugin" "^7.24.7"
@@ -833,7 +804,7 @@
"@babel/plugin-transform-classes@^7.25.0":
version "7.25.0"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.25.0.tgz#63122366527d88e0ef61b612554fe3f8c793991e"
+ resolved "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.25.0.tgz"
integrity sha512-xyi6qjr/fYU304fiRwFbekzkqVJZ6A7hOjWZd+89FVcBqPV3S9Wuozz82xdpLspckeaafntbzglaW4pqpzvtSw==
dependencies:
"@babel/helper-annotate-as-pure" "^7.24.7"
@@ -845,7 +816,7 @@
"@babel/plugin-transform-computed-properties@^7.24.7":
version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.24.7.tgz#4cab3214e80bc71fae3853238d13d097b004c707"
+ resolved "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.24.7.tgz"
integrity sha512-25cS7v+707Gu6Ds2oY6tCkUwsJ9YIDbggd9+cu9jzzDgiNq7hR/8dkzxWfKWnTic26vsI3EsCXNd4iEB6e8esQ==
dependencies:
"@babel/helper-plugin-utils" "^7.24.7"
@@ -853,14 +824,14 @@
"@babel/plugin-transform-destructuring@^7.24.8":
version "7.24.8"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.24.8.tgz#c828e814dbe42a2718a838c2a2e16a408e055550"
+ resolved "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.24.8.tgz"
integrity sha512-36e87mfY8TnRxc7yc6M9g9gOB7rKgSahqkIKwLpz4Ppk2+zC2Cy1is0uwtuSG6AE4zlTOUa+7JGz9jCJGLqQFQ==
dependencies:
"@babel/helper-plugin-utils" "^7.24.8"
"@babel/plugin-transform-dotall-regex@^7.24.7":
version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.24.7.tgz#5f8bf8a680f2116a7207e16288a5f974ad47a7a0"
+ resolved "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.24.7.tgz"
integrity sha512-ZOA3W+1RRTSWvyqcMJDLqbchh7U4NRGqwRfFSVbOLS/ePIP4vHB5e8T8eXcuqyN1QkgKyj5wuW0lcS85v4CrSw==
dependencies:
"@babel/helper-create-regexp-features-plugin" "^7.24.7"
@@ -868,14 +839,14 @@
"@babel/plugin-transform-duplicate-keys@^7.24.7":
version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.24.7.tgz#dd20102897c9a2324e5adfffb67ff3610359a8ee"
+ resolved "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.24.7.tgz"
integrity sha512-JdYfXyCRihAe46jUIliuL2/s0x0wObgwwiGxw/UbgJBr20gQBThrokO4nYKgWkD7uBaqM7+9x5TU7NkExZJyzw==
dependencies:
"@babel/helper-plugin-utils" "^7.24.7"
"@babel/plugin-transform-duplicate-named-capturing-groups-regex@^7.25.0":
version "7.25.0"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-named-capturing-groups-regex/-/plugin-transform-duplicate-named-capturing-groups-regex-7.25.0.tgz#809af7e3339466b49c034c683964ee8afb3e2604"
+ resolved "https://registry.npmjs.org/@babel/plugin-transform-duplicate-named-capturing-groups-regex/-/plugin-transform-duplicate-named-capturing-groups-regex-7.25.0.tgz"
integrity sha512-YLpb4LlYSc3sCUa35un84poXoraOiQucUTTu8X1j18JV+gNa8E0nyUf/CjZ171IRGr4jEguF+vzJU66QZhn29g==
dependencies:
"@babel/helper-create-regexp-features-plugin" "^7.25.0"
@@ -883,7 +854,7 @@
"@babel/plugin-transform-dynamic-import@^7.24.7":
version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.24.7.tgz#4d8b95e3bae2b037673091aa09cd33fecd6419f4"
+ resolved "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.24.7.tgz"
integrity sha512-sc3X26PhZQDb3JhORmakcbvkeInvxz+A8oda99lj7J60QRuPZvNAk9wQlTBS1ZynelDrDmTU4pw1tyc5d5ZMUg==
dependencies:
"@babel/helper-plugin-utils" "^7.24.7"
@@ -891,7 +862,7 @@
"@babel/plugin-transform-exponentiation-operator@^7.24.7":
version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.24.7.tgz#b629ee22645f412024297d5245bce425c31f9b0d"
+ resolved "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.24.7.tgz"
integrity sha512-Rqe/vSc9OYgDajNIK35u7ot+KeCoetqQYFXM4Epf7M7ez3lWlOjrDjrwMei6caCVhfdw+mIKD4cgdGNy5JQotQ==
dependencies:
"@babel/helper-builder-binary-assignment-operator-visitor" "^7.24.7"
@@ -899,7 +870,7 @@
"@babel/plugin-transform-export-namespace-from@^7.24.7":
version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.24.7.tgz#176d52d8d8ed516aeae7013ee9556d540c53f197"
+ resolved "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.24.7.tgz"
integrity sha512-v0K9uNYsPL3oXZ/7F9NNIbAj2jv1whUEtyA6aujhekLs56R++JDQuzRcP2/z4WX5Vg/c5lE9uWZA0/iUoFhLTA==
dependencies:
"@babel/helper-plugin-utils" "^7.24.7"
@@ -907,7 +878,7 @@
"@babel/plugin-transform-flow-strip-types@^7.16.0", "@babel/plugin-transform-flow-strip-types@^7.24.7":
version "7.25.2"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.25.2.tgz#b3aa251db44959b7a7c82abcd6b4225dec7d2258"
+ resolved "https://registry.npmjs.org/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.25.2.tgz"
integrity sha512-InBZ0O8tew5V0K6cHcQ+wgxlrjOw1W4wDXLkOTjLRD8GYhTSkxTVBtdy3MMtvYBrbAWa1Qm3hNoTc1620Yj+Mg==
dependencies:
"@babel/helper-plugin-utils" "^7.24.8"
@@ -915,7 +886,7 @@
"@babel/plugin-transform-for-of@^7.24.7":
version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.24.7.tgz#f25b33f72df1d8be76399e1b8f3f9d366eb5bc70"
+ resolved "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.24.7.tgz"
integrity sha512-wo9ogrDG1ITTTBsy46oGiN1dS9A7MROBTcYsfS8DtsImMkHk9JXJ3EWQM6X2SUw4x80uGPlwj0o00Uoc6nEE3g==
dependencies:
"@babel/helper-plugin-utils" "^7.24.7"
@@ -923,7 +894,7 @@
"@babel/plugin-transform-function-name@^7.25.1":
version "7.25.1"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.25.1.tgz#b85e773097526c1a4fc4ba27322748643f26fc37"
+ resolved "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.25.1.tgz"
integrity sha512-TVVJVdW9RKMNgJJlLtHsKDTydjZAbwIsn6ySBPQaEAUU5+gVvlJt/9nRmqVbsV/IBanRjzWoaAQKLoamWVOUuA==
dependencies:
"@babel/helper-compilation-targets" "^7.24.8"
@@ -932,7 +903,7 @@
"@babel/plugin-transform-json-strings@^7.24.7":
version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.24.7.tgz#f3e9c37c0a373fee86e36880d45b3664cedaf73a"
+ resolved "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.24.7.tgz"
integrity sha512-2yFnBGDvRuxAaE/f0vfBKvtnvvqU8tGpMHqMNpTN2oWMKIR3NqFkjaAgGwawhqK/pIN2T3XdjGPdaG0vDhOBGw==
dependencies:
"@babel/helper-plugin-utils" "^7.24.7"
@@ -940,14 +911,14 @@
"@babel/plugin-transform-literals@^7.25.2":
version "7.25.2"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.25.2.tgz#deb1ad14fc5490b9a65ed830e025bca849d8b5f3"
+ resolved "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.25.2.tgz"
integrity sha512-HQI+HcTbm9ur3Z2DkO+jgESMAMcYLuN/A7NRw9juzxAezN9AvqvUTnpKP/9kkYANz6u7dFlAyOu44ejuGySlfw==
dependencies:
"@babel/helper-plugin-utils" "^7.24.8"
"@babel/plugin-transform-logical-assignment-operators@^7.24.7":
version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.24.7.tgz#a58fb6eda16c9dc8f9ff1c7b1ba6deb7f4694cb0"
+ resolved "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.24.7.tgz"
integrity sha512-4D2tpwlQ1odXmTEIFWy9ELJcZHqrStlzK/dAOWYyxX3zT0iXQB6banjgeOJQXzEc4S0E0a5A+hahxPaEFYftsw==
dependencies:
"@babel/helper-plugin-utils" "^7.24.7"
@@ -955,14 +926,14 @@
"@babel/plugin-transform-member-expression-literals@^7.24.7":
version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.24.7.tgz#3b4454fb0e302e18ba4945ba3246acb1248315df"
+ resolved "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.24.7.tgz"
integrity sha512-T/hRC1uqrzXMKLQ6UCwMT85S3EvqaBXDGf0FaMf4446Qx9vKwlghvee0+uuZcDUCZU5RuNi4781UQ7R308zzBw==
dependencies:
"@babel/helper-plugin-utils" "^7.24.7"
"@babel/plugin-transform-modules-amd@^7.24.7":
version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.24.7.tgz#65090ed493c4a834976a3ca1cde776e6ccff32d7"
+ resolved "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.24.7.tgz"
integrity sha512-9+pB1qxV3vs/8Hdmz/CulFB8w2tuu6EB94JZFsjdqxQokwGa9Unap7Bo2gGBGIvPmDIVvQrom7r5m/TCDMURhg==
dependencies:
"@babel/helper-module-transforms" "^7.24.7"
@@ -970,7 +941,7 @@
"@babel/plugin-transform-modules-commonjs@^7.1.0", "@babel/plugin-transform-modules-commonjs@^7.23.0", "@babel/plugin-transform-modules-commonjs@^7.24.7", "@babel/plugin-transform-modules-commonjs@^7.24.8":
version "7.24.8"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.24.8.tgz#ab6421e564b717cb475d6fff70ae7f103536ea3c"
+ resolved "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.24.8.tgz"
integrity sha512-WHsk9H8XxRs3JXKWFiqtQebdh9b/pTk4EgueygFzYlTKAg0Ud985mSevdNjdXdFBATSKVJGQXP1tv6aGbssLKA==
dependencies:
"@babel/helper-module-transforms" "^7.24.8"
@@ -979,7 +950,7 @@
"@babel/plugin-transform-modules-systemjs@^7.25.0":
version "7.25.0"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.25.0.tgz#8f46cdc5f9e5af74f3bd019485a6cbe59685ea33"
+ resolved "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.25.0.tgz"
integrity sha512-YPJfjQPDXxyQWg/0+jHKj1llnY5f/R6a0p/vP4lPymxLu7Lvl4k2WMitqi08yxwQcCVUUdG9LCUj4TNEgAp3Jw==
dependencies:
"@babel/helper-module-transforms" "^7.25.0"
@@ -989,7 +960,7 @@
"@babel/plugin-transform-modules-umd@^7.24.7":
version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.24.7.tgz#edd9f43ec549099620df7df24e7ba13b5c76efc8"
+ resolved "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.24.7.tgz"
integrity sha512-3aytQvqJ/h9z4g8AsKPLvD4Zqi2qT+L3j7XoFFu1XBlZWEl2/1kWnhmAbxpLgPrHSY0M6UA02jyTiwUVtiKR6A==
dependencies:
"@babel/helper-module-transforms" "^7.24.7"
@@ -997,7 +968,7 @@
"@babel/plugin-transform-named-capturing-groups-regex@^7.24.7":
version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.24.7.tgz#9042e9b856bc6b3688c0c2e4060e9e10b1460923"
+ resolved "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.24.7.tgz"
integrity sha512-/jr7h/EWeJtk1U/uz2jlsCioHkZk1JJZVcc8oQsJ1dUlaJD83f4/6Zeh2aHt9BIFokHIsSeDfhUmju0+1GPd6g==
dependencies:
"@babel/helper-create-regexp-features-plugin" "^7.24.7"
@@ -1005,14 +976,14 @@
"@babel/plugin-transform-new-target@^7.24.7":
version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.24.7.tgz#31ff54c4e0555cc549d5816e4ab39241dfb6ab00"
+ resolved "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.24.7.tgz"
integrity sha512-RNKwfRIXg4Ls/8mMTza5oPF5RkOW8Wy/WgMAp1/F1yZ8mMbtwXW+HDoJiOsagWrAhI5f57Vncrmr9XeT4CVapA==
dependencies:
"@babel/helper-plugin-utils" "^7.24.7"
"@babel/plugin-transform-nullish-coalescing-operator@^7.22.11", "@babel/plugin-transform-nullish-coalescing-operator@^7.24.7":
version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.24.7.tgz#1de4534c590af9596f53d67f52a92f12db984120"
+ resolved "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.24.7.tgz"
integrity sha512-Ts7xQVk1OEocqzm8rHMXHlxvsfZ0cEF2yomUqpKENHWMF4zKk175Y4q8H5knJes6PgYad50uuRmt3UJuhBw8pQ==
dependencies:
"@babel/helper-plugin-utils" "^7.24.7"
@@ -1020,7 +991,7 @@
"@babel/plugin-transform-numeric-separator@^7.24.7":
version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.24.7.tgz#bea62b538c80605d8a0fac9b40f48e97efa7de63"
+ resolved "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.24.7.tgz"
integrity sha512-e6q1TiVUzvH9KRvicuxdBTUj4AdKSRwzIyFFnfnezpCfP2/7Qmbb8qbU2j7GODbl4JMkblitCQjKYUaX/qkkwA==
dependencies:
"@babel/helper-plugin-utils" "^7.24.7"
@@ -1028,7 +999,7 @@
"@babel/plugin-transform-object-rest-spread@^7.24.7":
version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.24.7.tgz#d13a2b93435aeb8a197e115221cab266ba6e55d6"
+ resolved "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.24.7.tgz"
integrity sha512-4QrHAr0aXQCEFni2q4DqKLD31n2DL+RxcwnNjDFkSG0eNQ/xCavnRkfCUjsyqGC2OviNJvZOF/mQqZBw7i2C5Q==
dependencies:
"@babel/helper-compilation-targets" "^7.24.7"
@@ -1038,7 +1009,7 @@
"@babel/plugin-transform-object-super@^7.24.7":
version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.24.7.tgz#66eeaff7830bba945dd8989b632a40c04ed625be"
+ resolved "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.24.7.tgz"
integrity sha512-A/vVLwN6lBrMFmMDmPPz0jnE6ZGx7Jq7d6sT/Ev4H65RER6pZ+kczlf1DthF5N0qaPHBsI7UXiE8Zy66nmAovg==
dependencies:
"@babel/helper-plugin-utils" "^7.24.7"
@@ -1046,7 +1017,7 @@
"@babel/plugin-transform-optional-catch-binding@^7.24.7":
version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.24.7.tgz#00eabd883d0dd6a60c1c557548785919b6e717b4"
+ resolved "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.24.7.tgz"
integrity sha512-uLEndKqP5BfBbC/5jTwPxLh9kqPWWgzN/f8w6UwAIirAEqiIVJWWY312X72Eub09g5KF9+Zn7+hT7sDxmhRuKA==
dependencies:
"@babel/helper-plugin-utils" "^7.24.7"
@@ -1054,7 +1025,7 @@
"@babel/plugin-transform-optional-chaining@^7.23.0", "@babel/plugin-transform-optional-chaining@^7.24.7", "@babel/plugin-transform-optional-chaining@^7.24.8":
version "7.24.8"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.24.8.tgz#bb02a67b60ff0406085c13d104c99a835cdf365d"
+ resolved "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.24.8.tgz"
integrity sha512-5cTOLSMs9eypEy8JUVvIKOu6NgvbJMnpG62VpIHrTmROdQ+L5mDAaI40g25k5vXti55JWNX5jCkq3HZxXBQANw==
dependencies:
"@babel/helper-plugin-utils" "^7.24.8"
@@ -1063,14 +1034,14 @@
"@babel/plugin-transform-parameters@^7.12.1", "@babel/plugin-transform-parameters@^7.24.7":
version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.24.7.tgz#5881f0ae21018400e320fc7eb817e529d1254b68"
+ resolved "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.24.7.tgz"
integrity sha512-yGWW5Rr+sQOhK0Ot8hjDJuxU3XLRQGflvT4lhlSY0DFvdb3TwKaY26CJzHtYllU0vT9j58hc37ndFPsqT1SrzA==
dependencies:
"@babel/helper-plugin-utils" "^7.24.7"
"@babel/plugin-transform-private-methods@^7.22.5", "@babel/plugin-transform-private-methods@^7.24.7":
version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.24.7.tgz#e6318746b2ae70a59d023d5cc1344a2ba7a75f5e"
+ resolved "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.24.7.tgz"
integrity sha512-COTCOkG2hn4JKGEKBADkA8WNb35TGkkRbI5iT845dB+NyqgO8Hn+ajPbSnIQznneJTa3d30scb6iz/DhH8GsJQ==
dependencies:
"@babel/helper-create-class-features-plugin" "^7.24.7"
@@ -1078,7 +1049,7 @@
"@babel/plugin-transform-private-property-in-object@^7.24.7":
version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.24.7.tgz#4eec6bc701288c1fab5f72e6a4bbc9d67faca061"
+ resolved "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.24.7.tgz"
integrity sha512-9z76mxwnwFxMyxZWEgdgECQglF2Q7cFLm0kMf8pGwt+GSJsY0cONKj/UuO4bOH0w/uAel3ekS4ra5CEAyJRmDA==
dependencies:
"@babel/helper-annotate-as-pure" "^7.24.7"
@@ -1088,35 +1059,35 @@
"@babel/plugin-transform-property-literals@^7.24.7":
version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.24.7.tgz#f0d2ed8380dfbed949c42d4d790266525d63bbdc"
+ resolved "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.24.7.tgz"
integrity sha512-EMi4MLQSHfd2nrCqQEWxFdha2gBCqU4ZcCng4WBGZ5CJL4bBRW0ptdqqDdeirGZcpALazVVNJqRmsO8/+oNCBA==
dependencies:
"@babel/helper-plugin-utils" "^7.24.7"
"@babel/plugin-transform-react-constant-elements@^7.12.1", "@babel/plugin-transform-react-constant-elements@^7.18.12":
version "7.25.1"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-constant-elements/-/plugin-transform-react-constant-elements-7.25.1.tgz#71a665ed16ce618067d05f4a98130207349d82ae"
+ resolved "https://registry.npmjs.org/@babel/plugin-transform-react-constant-elements/-/plugin-transform-react-constant-elements-7.25.1.tgz"
integrity sha512-SLV/giH/V4SmloZ6Dt40HjTGTAIkxn33TVIHxNGNvo8ezMhrxBkzisj4op1KZYPIOHFLqhv60OHvX+YRu4xbmQ==
dependencies:
"@babel/helper-plugin-utils" "^7.24.8"
"@babel/plugin-transform-react-display-name@^7.16.0", "@babel/plugin-transform-react-display-name@^7.24.7":
version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.24.7.tgz#9caff79836803bc666bcfe210aeb6626230c293b"
+ resolved "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.24.7.tgz"
integrity sha512-H/Snz9PFxKsS1JLI4dJLtnJgCJRoo0AUm3chP6NYr+9En1JMKloheEiLIhlp5MDVznWo+H3AAC1Mc8lmUEpsgg==
dependencies:
"@babel/helper-plugin-utils" "^7.24.7"
"@babel/plugin-transform-react-jsx-development@^7.24.7":
version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.24.7.tgz#eaee12f15a93f6496d852509a850085e6361470b"
+ resolved "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.24.7.tgz"
integrity sha512-QG9EnzoGn+Qar7rxuW+ZOsbWOt56FvvI93xInqsZDC5fsekx1AlIO4KIJ5M+D0p0SqSH156EpmZyXq630B8OlQ==
dependencies:
"@babel/plugin-transform-react-jsx" "^7.24.7"
-"@babel/plugin-transform-react-jsx@^7.24.7":
+"@babel/plugin-transform-react-jsx@^7.14.9", "@babel/plugin-transform-react-jsx@^7.24.7":
version "7.25.2"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.25.2.tgz#e37e8ebfa77e9f0b16ba07fadcb6adb47412227a"
+ resolved "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.25.2.tgz"
integrity sha512-KQsqEAVBpU82NM/B/N9j9WOdphom1SZH3R+2V7INrQUH+V9EBFwZsEJl8eBIVeQE62FxJCc70jzEZwqU7RcVqA==
dependencies:
"@babel/helper-annotate-as-pure" "^7.24.7"
@@ -1127,7 +1098,7 @@
"@babel/plugin-transform-react-pure-annotations@^7.24.7":
version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.24.7.tgz#bdd9d140d1c318b4f28b29a00fb94f97ecab1595"
+ resolved "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.24.7.tgz"
integrity sha512-PLgBVk3fzbmEjBJ/u8kFzOqS9tUeDjiaWud/rRym/yjCo/M9cASPlnrd2ZmmZpQT40fOOrvR8jh+n8jikrOhNA==
dependencies:
"@babel/helper-annotate-as-pure" "^7.24.7"
@@ -1135,7 +1106,7 @@
"@babel/plugin-transform-regenerator@^7.24.7":
version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.24.7.tgz#021562de4534d8b4b1851759fd7af4e05d2c47f8"
+ resolved "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.24.7.tgz"
integrity sha512-lq3fvXPdimDrlg6LWBoqj+r/DEWgONuwjuOuQCSYgRroXDH/IdM1C0IZf59fL5cHLpjEH/O6opIRBbqv7ELnuA==
dependencies:
"@babel/helper-plugin-utils" "^7.24.7"
@@ -1143,14 +1114,14 @@
"@babel/plugin-transform-reserved-words@^7.24.7":
version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.24.7.tgz#80037fe4fbf031fc1125022178ff3938bb3743a4"
+ resolved "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.24.7.tgz"
integrity sha512-0DUq0pHcPKbjFZCfTss/pGkYMfy3vFWydkUBd9r0GHpIyfs2eCDENvqadMycRS9wZCXR41wucAfJHJmwA0UmoQ==
dependencies:
"@babel/helper-plugin-utils" "^7.24.7"
"@babel/plugin-transform-runtime@^7.16.4", "@babel/plugin-transform-runtime@^7.18.6":
version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.24.7.tgz#00a5bfaf8c43cf5c8703a8a6e82b59d9c58f38ca"
+ resolved "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.24.7.tgz"
integrity sha512-YqXjrk4C+a1kZjewqt+Mmu2UuV1s07y8kqcUf4qYLnoqemhR4gRQikhdAhSVJioMjVTu6Mo6pAbaypEA3jY6fw==
dependencies:
"@babel/helper-module-imports" "^7.24.7"
@@ -1162,14 +1133,14 @@
"@babel/plugin-transform-shorthand-properties@^7.24.7":
version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.24.7.tgz#85448c6b996e122fa9e289746140aaa99da64e73"
+ resolved "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.24.7.tgz"
integrity sha512-KsDsevZMDsigzbA09+vacnLpmPH4aWjcZjXdyFKGzpplxhbeB4wYtury3vglQkg6KM/xEPKt73eCjPPf1PgXBA==
dependencies:
"@babel/helper-plugin-utils" "^7.24.7"
"@babel/plugin-transform-spread@^7.24.7":
version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.24.7.tgz#e8a38c0fde7882e0fb8f160378f74bd885cc7bb3"
+ resolved "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.24.7.tgz"
integrity sha512-x96oO0I09dgMDxJaANcRyD4ellXFLLiWhuwDxKZX5g2rWP1bTPkBSwCYv96VDXVT1bD9aPj8tppr5ITIh8hBng==
dependencies:
"@babel/helper-plugin-utils" "^7.24.7"
@@ -1177,28 +1148,28 @@
"@babel/plugin-transform-sticky-regex@^7.24.7":
version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.24.7.tgz#96ae80d7a7e5251f657b5cf18f1ea6bf926f5feb"
+ resolved "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.24.7.tgz"
integrity sha512-kHPSIJc9v24zEml5geKg9Mjx5ULpfncj0wRpYtxbvKyTtHCYDkVE3aHQ03FrpEo4gEe2vrJJS1Y9CJTaThA52g==
dependencies:
"@babel/helper-plugin-utils" "^7.24.7"
"@babel/plugin-transform-template-literals@^7.24.7":
version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.24.7.tgz#a05debb4a9072ae8f985bcf77f3f215434c8f8c8"
+ resolved "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.24.7.tgz"
integrity sha512-AfDTQmClklHCOLxtGoP7HkeMw56k1/bTQjwsfhL6pppo/M4TOBSq+jjBUBLmV/4oeFg4GWMavIl44ZeCtmmZTw==
dependencies:
"@babel/helper-plugin-utils" "^7.24.7"
"@babel/plugin-transform-typeof-symbol@^7.24.8":
version "7.24.8"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.24.8.tgz#383dab37fb073f5bfe6e60c654caac309f92ba1c"
+ resolved "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.24.8.tgz"
integrity sha512-adNTUpDCVnmAE58VEqKlAA6ZBlNkMnWD0ZcW76lyNFN3MJniyGFZfNwERVk8Ap56MCnXztmDr19T4mPTztcuaw==
dependencies:
"@babel/helper-plugin-utils" "^7.24.8"
"@babel/plugin-transform-typescript@^7.24.7":
version "7.25.2"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.25.2.tgz#237c5d10de6d493be31637c6b9fa30b6c5461add"
+ resolved "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.25.2.tgz"
integrity sha512-lBwRvjSmqiMYe/pS0+1gggjJleUJi7NzjvQ1Fkqtt69hBa/0t1YuW/MLQMAPixfwaQOHUXsd6jeU3Z+vdGv3+A==
dependencies:
"@babel/helper-annotate-as-pure" "^7.24.7"
@@ -1209,14 +1180,14 @@
"@babel/plugin-transform-unicode-escapes@^7.24.7":
version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.24.7.tgz#2023a82ced1fb4971630a2e079764502c4148e0e"
+ resolved "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.24.7.tgz"
integrity sha512-U3ap1gm5+4edc2Q/P+9VrBNhGkfnf+8ZqppY71Bo/pzZmXhhLdqgaUl6cuB07O1+AQJtCLfaOmswiNbSQ9ivhw==
dependencies:
"@babel/helper-plugin-utils" "^7.24.7"
"@babel/plugin-transform-unicode-property-regex@^7.24.7":
version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.24.7.tgz#9073a4cd13b86ea71c3264659590ac086605bbcd"
+ resolved "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.24.7.tgz"
integrity sha512-uH2O4OV5M9FZYQrwc7NdVmMxQJOCCzFeYudlZSzUAHRFeOujQefa92E74TQDVskNHCzOXoigEuoyzHDhaEaK5w==
dependencies:
"@babel/helper-create-regexp-features-plugin" "^7.24.7"
@@ -1224,7 +1195,7 @@
"@babel/plugin-transform-unicode-regex@^7.24.7":
version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.24.7.tgz#dfc3d4a51127108099b19817c0963be6a2adf19f"
+ resolved "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.24.7.tgz"
integrity sha512-hlQ96MBZSAXUq7ltkjtu3FJCCSMx/j629ns3hA3pXnBXjanNP0LHi+JpPeA81zaWgVK1VGH95Xuy7u0RyQ8kMg==
dependencies:
"@babel/helper-create-regexp-features-plugin" "^7.24.7"
@@ -1232,15 +1203,15 @@
"@babel/plugin-transform-unicode-sets-regex@^7.24.7":
version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.24.7.tgz#d40705d67523803a576e29c63cef6e516b858ed9"
+ resolved "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.24.7.tgz"
integrity sha512-2G8aAvF4wy1w/AGZkemprdGMRg5o6zPNhbHVImRz3lss55TYCBd6xStN19rt8XJHq20sqV0JbyWjOWwQRwV/wg==
dependencies:
"@babel/helper-create-regexp-features-plugin" "^7.24.7"
"@babel/helper-plugin-utils" "^7.24.7"
-"@babel/preset-env@^7.11.0", "@babel/preset-env@^7.12.1", "@babel/preset-env@^7.14.7", "@babel/preset-env@^7.16.4", "@babel/preset-env@^7.18.6", "@babel/preset-env@^7.19.4", "@babel/preset-env@^7.24.4", "@babel/preset-env@^7.8.4":
+"@babel/preset-env@^7.0.0", "@babel/preset-env@^7.1.6", "@babel/preset-env@^7.11.0", "@babel/preset-env@^7.12.1", "@babel/preset-env@^7.14.7", "@babel/preset-env@^7.16.4", "@babel/preset-env@^7.18.6", "@babel/preset-env@^7.19.4", "@babel/preset-env@^7.24.4":
version "7.25.3"
- resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.25.3.tgz#0bf4769d84ac51d1073ab4a86f00f30a3a83c67c"
+ resolved "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.25.3.tgz"
integrity sha512-QsYW7UeAaXvLPX9tdVliMJE7MD7M6MLYVTovRTIwhoYQVFHR1rM4wO8wqAezYi3/BpSD+NzVCZ69R6smWiIi8g==
dependencies:
"@babel/compat-data" "^7.25.2"
@@ -1329,7 +1300,7 @@
"@babel/preset-flow@^7.0.0", "@babel/preset-flow@^7.22.15":
version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/preset-flow/-/preset-flow-7.24.7.tgz#eef5cb8e05e97a448fc50c16826f5612fe512c06"
+ resolved "https://registry.npmjs.org/@babel/preset-flow/-/preset-flow-7.24.7.tgz"
integrity sha512-NL3Lo0NorCU607zU3NwRyJbpaB6E3t0xtd3LfAQKDfkeX4/ggcDXvkmkW42QWT5owUeW/jAe4hn+2qvkV1IbfQ==
dependencies:
"@babel/helper-plugin-utils" "^7.24.7"
@@ -1338,7 +1309,7 @@
"@babel/preset-modules@0.1.6-no-external-plugins":
version "0.1.6-no-external-plugins"
- resolved "https://registry.yarnpkg.com/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz#ccb88a2c49c817236861fee7826080573b8a923a"
+ resolved "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz"
integrity sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==
dependencies:
"@babel/helper-plugin-utils" "^7.0.0"
@@ -1347,7 +1318,7 @@
"@babel/preset-react@^7.0.0", "@babel/preset-react@^7.12.5", "@babel/preset-react@^7.16.0", "@babel/preset-react@^7.18.6":
version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.24.7.tgz#480aeb389b2a798880bf1f889199e3641cbb22dc"
+ resolved "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.24.7.tgz"
integrity sha512-AAH4lEkpmzFWrGVlHaxJB7RLH21uPQ9+He+eFLWHmF9IuFQVugz8eAsamaW0DXRrTfco5zj1wWtpdcXJUOfsag==
dependencies:
"@babel/helper-plugin-utils" "^7.24.7"
@@ -1359,7 +1330,7 @@
"@babel/preset-typescript@^7.1.0", "@babel/preset-typescript@^7.16.0", "@babel/preset-typescript@^7.18.6", "@babel/preset-typescript@^7.23.0", "@babel/preset-typescript@^7.6.0":
version "7.24.7"
- resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.24.7.tgz#66cd86ea8f8c014855671d5ea9a737139cbbfef1"
+ resolved "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.24.7.tgz"
integrity sha512-SyXRe3OdWwIwalxDg5UtJnJQO+YPcTfwiIY2B0Xlddh9o7jpWLvv8X1RthIeDOxQ+O1ML5BLPCONToObyVQVuQ==
dependencies:
"@babel/helper-plugin-utils" "^7.24.7"
@@ -1370,7 +1341,7 @@
"@babel/register@^7.0.0", "@babel/register@^7.22.15":
version "7.24.6"
- resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.24.6.tgz#59e21dcc79e1d04eed5377633b0f88029a6bef9e"
+ resolved "https://registry.npmjs.org/@babel/register/-/register-7.24.6.tgz"
integrity sha512-WSuFCc2wCqMeXkz/i3yfAAsxwWflEgbVkZzivgAmXl/MxrXeoYFZOOPllbC8R8WTF7u61wSRQtDVZ1879cdu6w==
dependencies:
clone-deep "^4.0.1"
@@ -1381,12 +1352,12 @@
"@babel/regjsgen@^0.8.0":
version "0.8.0"
- resolved "https://registry.yarnpkg.com/@babel/regjsgen/-/regjsgen-0.8.0.tgz#f0ba69b075e1f05fb2825b7fad991e7adbb18310"
+ resolved "https://registry.npmjs.org/@babel/regjsgen/-/regjsgen-0.8.0.tgz"
integrity sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==
"@babel/runtime-corejs3@^7.18.6":
version "7.25.0"
- resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.25.0.tgz#0a318b66dfc765ad10562d829fea372ed7e1eb7d"
+ resolved "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.25.0.tgz"
integrity sha512-BOehWE7MgQ8W8Qn0CQnMtg2tHPHPulcS/5AVpFvs2KCK1ET+0WqZqPvnpRpFN81gYoFopdIEJX9Sgjw3ZBccPg==
dependencies:
core-js-pure "^3.30.2"
@@ -1394,23 +1365,23 @@
"@babel/runtime@^7.1.2", "@babel/runtime@^7.10.0", "@babel/runtime@^7.10.3", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.13", "@babel/runtime@^7.12.5", "@babel/runtime@^7.15.4", "@babel/runtime@^7.16.3", "@babel/runtime@^7.17.8", "@babel/runtime@^7.18.6", "@babel/runtime@^7.20.13", "@babel/runtime@^7.21.0", "@babel/runtime@^7.23.2", "@babel/runtime@^7.23.8", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.2", "@babel/runtime@^7.7.2", "@babel/runtime@^7.7.6", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2":
version "7.25.0"
- resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.25.0.tgz#3af9a91c1b739c569d5d80cc917280919c544ecb"
+ resolved "https://registry.npmjs.org/@babel/runtime/-/runtime-7.25.0.tgz"
integrity sha512-7dRy4DwXwtzBrPbZflqxnvfxLF8kdZXPkhymtDeFoFqE6ldzjQFgYTtYIFARcLEYDrqfBfYcZt1WqFxRoyC9Rw==
dependencies:
regenerator-runtime "^0.14.0"
-"@babel/template@^7.10.4", "@babel/template@^7.12.7", "@babel/template@^7.24.7", "@babel/template@^7.25.0", "@babel/template@^7.3.3":
+"@babel/template@^7.12.7", "@babel/template@^7.24.7", "@babel/template@^7.25.0", "@babel/template@^7.3.3":
version "7.25.0"
- resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.25.0.tgz#e733dc3134b4fede528c15bc95e89cb98c52592a"
+ resolved "https://registry.npmjs.org/@babel/template/-/template-7.25.0.tgz"
integrity sha512-aOOgh1/5XzKvg1jvVz7AVrx2piJ2XBi227DHmbY6y+bM9H2FlN+IfecYu4Xl0cNiiVejlsCri89LUsbj8vJD9Q==
dependencies:
"@babel/code-frame" "^7.24.7"
"@babel/parser" "^7.25.0"
"@babel/types" "^7.25.0"
-"@babel/traverse@^7.1.0", "@babel/traverse@^7.1.6", "@babel/traverse@^7.12.1", "@babel/traverse@^7.12.9", "@babel/traverse@^7.18.8", "@babel/traverse@^7.18.9", "@babel/traverse@^7.24.7", "@babel/traverse@^7.24.8", "@babel/traverse@^7.25.0", "@babel/traverse@^7.25.1", "@babel/traverse@^7.25.2", "@babel/traverse@^7.25.3", "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.2":
+"@babel/traverse@^7.1.6", "@babel/traverse@^7.12.9", "@babel/traverse@^7.18.8", "@babel/traverse@^7.18.9", "@babel/traverse@^7.24.7", "@babel/traverse@^7.24.8", "@babel/traverse@^7.25.0", "@babel/traverse@^7.25.1", "@babel/traverse@^7.25.2", "@babel/traverse@^7.25.3", "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.2":
version "7.25.3"
- resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.3.tgz#f1b901951c83eda2f3e29450ce92743783373490"
+ resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.25.3.tgz"
integrity sha512-HefgyP1x754oGCsKmV5reSmtV7IXj/kpaE1XYY+D9G5PvKKoFfSbiS4M77MdjuwlZKDIKFCffq9rPU+H/s3ZdQ==
dependencies:
"@babel/code-frame" "^7.24.7"
@@ -1421,26 +1392,26 @@
debug "^4.3.1"
globals "^11.1.0"
-"@babel/types@7.15.0":
- version "7.15.0"
- resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.15.0.tgz#61af11f2286c4e9c69ca8deb5f4375a73c72dcbd"
- integrity sha512-OBvfqnllOIdX4ojTHpwZbpvz4j3EWyjkZEdmjH0/cgsd6QOdSgU8rLSk6ard/pcW7rlmjdVSX/AWOaORR1uNOQ==
- dependencies:
- "@babel/helper-validator-identifier" "^7.14.9"
- to-fast-properties "^2.0.0"
-
-"@babel/types@^7.0.0", "@babel/types@^7.12.1", "@babel/types@^7.12.6", "@babel/types@^7.12.7", "@babel/types@^7.18.9", "@babel/types@^7.2.0", "@babel/types@^7.20.0", "@babel/types@^7.20.7", "@babel/types@^7.24.0", "@babel/types@^7.24.7", "@babel/types@^7.24.8", "@babel/types@^7.25.0", "@babel/types@^7.25.2", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
+"@babel/types@^7.0.0", "@babel/types@^7.12.6", "@babel/types@^7.12.7", "@babel/types@^7.18.9", "@babel/types@^7.2.0", "@babel/types@^7.20.0", "@babel/types@^7.20.7", "@babel/types@^7.24.0", "@babel/types@^7.24.7", "@babel/types@^7.24.8", "@babel/types@^7.25.0", "@babel/types@^7.25.2", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
version "7.25.2"
- resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.2.tgz#55fb231f7dc958cd69ea141a4c2997e819646125"
+ resolved "https://registry.npmjs.org/@babel/types/-/types-7.25.2.tgz"
integrity sha512-YTnYtra7W9e6/oAZEHj0bJehPRUlLH9/fbpT5LfB0NhQXyALCRkRs3zH9v07IYhkgpqX6Z78FnuccZr/l4Fs4Q==
dependencies:
"@babel/helper-string-parser" "^7.24.8"
"@babel/helper-validator-identifier" "^7.24.7"
to-fast-properties "^2.0.0"
+"@babel/types@7.15.0":
+ version "7.15.0"
+ resolved "https://registry.npmjs.org/@babel/types/-/types-7.15.0.tgz"
+ integrity sha512-OBvfqnllOIdX4ojTHpwZbpvz4j3EWyjkZEdmjH0/cgsd6QOdSgU8rLSk6ard/pcW7rlmjdVSX/AWOaORR1uNOQ==
+ dependencies:
+ "@babel/helper-validator-identifier" "^7.14.9"
+ to-fast-properties "^2.0.0"
+
"@badeball/cypress-configuration@^6.1.1":
version "6.1.1"
- resolved "https://registry.yarnpkg.com/@badeball/cypress-configuration/-/cypress-configuration-6.1.1.tgz#9772173061d2c71c0e79823a5312ec43651f98cb"
+ resolved "https://registry.npmjs.org/@badeball/cypress-configuration/-/cypress-configuration-6.1.1.tgz"
integrity sha512-0IcJFMiCRo33Ofrvxxojt5QRJWyxApymHuuy981FeXnOGz4UsWKgr/hRupeXkw2cKXvah+j+880kXliygxPOSQ==
dependencies:
"@babel/parser" "^7.18.8"
@@ -1450,9 +1421,9 @@
minimatch "^3.0.4"
node-hook "^1.0.0"
-"@badeball/cypress-cucumber-preprocessor@^20.0.2":
+"@badeball/cypress-cucumber-preprocessor@^20.0.2", "@badeball/cypress-cucumber-preprocessor@>=15":
version "20.1.1"
- resolved "https://registry.yarnpkg.com/@badeball/cypress-cucumber-preprocessor/-/cypress-cucumber-preprocessor-20.1.1.tgz#528ca4fdaff5e0ea838c4eb3a5c9613ea644b04d"
+ resolved "https://registry.npmjs.org/@badeball/cypress-cucumber-preprocessor/-/cypress-cucumber-preprocessor-20.1.1.tgz"
integrity sha512-oskUD3DukTK1OuP+SEo0qsM8aJsHJOxINvWuNh7VF2dSx19wLSGikjbtuiahgbypL1ZvR2/x0kJY6EHCcbrZ1A==
dependencies:
"@badeball/cypress-configuration" "^6.1.1"
@@ -1483,40 +1454,32 @@
"@base2/pretty-print-object@1.0.1":
version "1.0.1"
- resolved "https://registry.yarnpkg.com/@base2/pretty-print-object/-/pretty-print-object-1.0.1.tgz#371ba8be66d556812dc7fb169ebc3c08378f69d4"
+ resolved "https://registry.npmjs.org/@base2/pretty-print-object/-/pretty-print-object-1.0.1.tgz"
integrity sha512-4iri8i1AqYHJE2DstZYkyEprg6Pq6sKx3xn5FpySk9sNhH7qN2LLlHJCfDTZRILNwQNPD7mATWM0TBui7uC1pA==
"@bcoe/v8-coverage@^0.2.3":
version "0.2.3"
- resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
+ resolved "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz"
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
"@changesets/types@^0.4.0":
version "0.4.0"
- resolved "https://registry.yarnpkg.com/@changesets/types/-/types-0.4.0.tgz#3413badb2c3904357a36268cb9f8c7e0afc3a804"
+ resolved "https://registry.npmjs.org/@changesets/types/-/types-0.4.0.tgz"
integrity sha512-TclHHKDVYQ8rJGZgVeWiF7c91yWzTTWdPagltgutelGu/Psup5PQlUq6svx7S8suj+jXcaE34yEEsfIvzXXB2Q==
"@changesets/types@^4.0.1":
version "4.1.0"
- resolved "https://registry.yarnpkg.com/@changesets/types/-/types-4.1.0.tgz#fb8f7ca2324fd54954824e864f9a61a82cb78fe0"
+ resolved "https://registry.npmjs.org/@changesets/types/-/types-4.1.0.tgz"
integrity sha512-LDQvVDv5Kb50ny2s25Fhm3d9QSZimsoUGBsUioj6MC3qbMUCuC8GPIvk/M6IvXx3lYhAs0lwWUQLb+VIEUCECw==
-"@cnakazawa/watch@^1.0.3":
- version "1.0.4"
- resolved "https://registry.yarnpkg.com/@cnakazawa/watch/-/watch-1.0.4.tgz#f864ae85004d0fcab6f50be9141c4da368d1656a"
- integrity sha512-v9kIhKwjeZThiWrLmj0y17CWoyddASLj9O2yvbZkbvw/N3rWOYy9zkV66ursAoVr0mV15bL8g0c4QZUE6cdDoQ==
- dependencies:
- exec-sh "^0.3.2"
- minimist "^1.2.0"
-
"@colors/colors@1.5.0":
version "1.5.0"
- resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5da43d25f97bdbd9"
+ resolved "https://registry.npmjs.org/@colors/colors/-/colors-1.5.0.tgz"
integrity sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==
"@commitlint/cli@^12.1.4":
version "12.1.4"
- resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-12.1.4.tgz#af4d9dd3c0122c7b39a61fa1cd2abbad0422dbe0"
+ resolved "https://registry.npmjs.org/@commitlint/cli/-/cli-12.1.4.tgz"
integrity sha512-ZR1WjXLvqEffYyBPT0XdnSxtt3Ty1TMoujEtseW5o3vPnkA1UNashAMjQVg/oELqfaiAMnDw8SERPMN0e/0kLg==
dependencies:
"@commitlint/format" "^12.1.4"
@@ -1531,14 +1494,14 @@
"@commitlint/config-conventional@^13.1.0":
version "13.2.0"
- resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-13.2.0.tgz#2ad24fecc56ae9619dbe0934b98a98b18ace0bec"
+ resolved "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-13.2.0.tgz"
integrity sha512-7u7DdOiF+3qSdDlbQGfpvCH8DCQdLFvnI2+VucYmmV7E92iD6t9PBj+UjIoSQCaMAzYp27Vkall78AkcXBh6Xw==
dependencies:
conventional-changelog-conventionalcommits "^4.3.1"
"@commitlint/ensure@^12.1.4":
version "12.1.4"
- resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-12.1.4.tgz#287ae2dcc5ccb086e749705b1bd9bdb99773056f"
+ resolved "https://registry.npmjs.org/@commitlint/ensure/-/ensure-12.1.4.tgz"
integrity sha512-MxHIBuAG9M4xl33qUfIeMSasbv3ktK0W+iygldBxZOL4QSYC2Gn66pZAQMnV9o3V+sVFHoAK2XUKqBAYrgbEqw==
dependencies:
"@commitlint/types" "^12.1.4"
@@ -1546,12 +1509,12 @@
"@commitlint/execute-rule@^12.1.4":
version "12.1.4"
- resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-12.1.4.tgz#9973b02e9779adbf1522ae9ac207a4815ec73de1"
+ resolved "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-12.1.4.tgz"
integrity sha512-h2S1j8SXyNeABb27q2Ok2vD1WfxJiXvOttKuRA9Or7LN6OQoC/KtT3844CIhhWNteNMu/wE0gkTqGxDVAnJiHg==
"@commitlint/format@^12.1.4":
version "12.1.4"
- resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-12.1.4.tgz#db2d46418a6ae57c90e5f7f65dff46f0265d9f24"
+ resolved "https://registry.npmjs.org/@commitlint/format/-/format-12.1.4.tgz"
integrity sha512-h28ucMaoRjVvvgS6Bdf85fa/+ZZ/iu1aeWGCpURnQV7/rrVjkhNSjZwGlCOUd5kDV1EnZ5XdI7L18SUpRjs26g==
dependencies:
"@commitlint/types" "^12.1.4"
@@ -1559,7 +1522,7 @@
"@commitlint/is-ignored@^12.1.4":
version "12.1.4"
- resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-12.1.4.tgz#4c430bc3b361aa9be5cd4ddb252c1559870ea7bc"
+ resolved "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-12.1.4.tgz"
integrity sha512-uTu2jQU2SKvtIRVLOzMQo3KxDtO+iJ1p0olmncwrqy4AfPLgwoyCP2CiULq5M7xpR3+dE3hBlZXbZTQbD7ycIw==
dependencies:
"@commitlint/types" "^12.1.4"
@@ -1567,7 +1530,7 @@
"@commitlint/lint@^12.1.4":
version "12.1.4"
- resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-12.1.4.tgz#856b7fd2b2e6367b836cb84a12f1c1b3c0e40d22"
+ resolved "https://registry.npmjs.org/@commitlint/lint/-/lint-12.1.4.tgz"
integrity sha512-1kZ8YDp4to47oIPFELUFGLiLumtPNKJigPFDuHt2+f3Q3IKdQ0uk53n3CPl4uoyso/Og/EZvb1mXjFR/Yce4cA==
dependencies:
"@commitlint/is-ignored" "^12.1.4"
@@ -1577,7 +1540,7 @@
"@commitlint/load@^12.1.4":
version "12.1.4"
- resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-12.1.4.tgz#e3c2dbc0e7d8d928f57a6878bd7219909fc0acab"
+ resolved "https://registry.npmjs.org/@commitlint/load/-/load-12.1.4.tgz"
integrity sha512-Keszi0IOjRzKfxT+qES/n+KZyLrxy79RQz8wWgssCboYjKEp+wC+fLCgbiMCYjI5k31CIzIOq/16J7Ycr0C0EA==
dependencies:
"@commitlint/execute-rule" "^12.1.4"
@@ -1590,12 +1553,12 @@
"@commitlint/message@^12.1.4":
version "12.1.4"
- resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-12.1.4.tgz#3895edcc0709deca5945f3d55f5ea95a9f1f446d"
+ resolved "https://registry.npmjs.org/@commitlint/message/-/message-12.1.4.tgz"
integrity sha512-6QhalEKsKQ/Y16/cTk5NH4iByz26fqws2ub+AinHPtM7Io0jy4e3rym9iE+TkEqiqWZlUigZnTwbPvRJeSUBaA==
"@commitlint/parse@^12.1.4":
version "12.1.4"
- resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-12.1.4.tgz#ba03d54d24ef84f6fd2ff31c5e9998b22d7d0aa1"
+ resolved "https://registry.npmjs.org/@commitlint/parse/-/parse-12.1.4.tgz"
integrity sha512-yqKSAsK2V4X/HaLb/yYdrzs6oD/G48Ilt0EJ2Mp6RJeWYxG14w/Out6JrneWnr/cpzemyN5hExOg6+TB19H/Lw==
dependencies:
"@commitlint/types" "^12.1.4"
@@ -1604,7 +1567,7 @@
"@commitlint/read@^12.1.4":
version "12.1.4"
- resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-12.1.4.tgz#552fda42ef185d5b578beb6f626a5f8b282de3a6"
+ resolved "https://registry.npmjs.org/@commitlint/read/-/read-12.1.4.tgz"
integrity sha512-TnPQSJgD8Aod5Xeo9W4SaYKRZmIahukjcCWJ2s5zb3ZYSmj6C85YD9cR5vlRyrZjj78ItLUV/X4FMWWVIS38Jg==
dependencies:
"@commitlint/top-level" "^12.1.4"
@@ -1614,7 +1577,7 @@
"@commitlint/resolve-extends@^12.1.4":
version "12.1.4"
- resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-12.1.4.tgz#e758ed7dcdf942618b9f603a7c28a640f6a0802a"
+ resolved "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-12.1.4.tgz"
integrity sha512-R9CoUtsXLd6KSCfsZly04grsH6JVnWFmVtWgWs1KdDpdV+G3TSs37tColMFqglpkx3dsWu8dsPD56+D9YnJfqg==
dependencies:
import-fresh "^3.0.0"
@@ -1624,7 +1587,7 @@
"@commitlint/rules@^12.1.4":
version "12.1.4"
- resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-12.1.4.tgz#0e141b08caa3d7bdc48aa784baa8baff3efd64db"
+ resolved "https://registry.npmjs.org/@commitlint/rules/-/rules-12.1.4.tgz"
integrity sha512-W8m6ZSjg7RuIsIfzQiFHa48X5mcPXeKT9yjBxVmjHvYfS2FDBf1VxCQ7vO0JTVIdV4ohjZ0eKg/wxxUuZHJAZg==
dependencies:
"@commitlint/ensure" "^12.1.4"
@@ -1634,41 +1597,31 @@
"@commitlint/to-lines@^12.1.4":
version "12.1.4"
- resolved "https://registry.yarnpkg.com/@commitlint/to-lines/-/to-lines-12.1.4.tgz#caa582dbf121f377a0588bb64e25c4854843cd25"
+ resolved "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-12.1.4.tgz"
integrity sha512-TParumvbi8bdx3EdLXz2MaX+e15ZgoCqNUgqHsRLwyqLUTRbqCVkzrfadG1UcMQk8/d5aMbb327ZKG3Q4BRorw==
"@commitlint/top-level@^12.1.4":
version "12.1.4"
- resolved "https://registry.yarnpkg.com/@commitlint/top-level/-/top-level-12.1.4.tgz#96d5c715bfc1bdf86dfcf11b67fc2cf7658c7a6e"
+ resolved "https://registry.npmjs.org/@commitlint/top-level/-/top-level-12.1.4.tgz"
integrity sha512-d4lTJrOT/dXlpY+NIt4CUl77ciEzYeNVc0VFgUQ6VA+b1rqYD2/VWFjBlWVOrklxtSDeKyuEhs36RGrppEFAvg==
dependencies:
find-up "^5.0.0"
"@commitlint/types@^12.1.4":
version "12.1.4"
- resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-12.1.4.tgz#9618a5dc8991fb58e6de6ed89d7bf712fa74ba7e"
+ resolved "https://registry.npmjs.org/@commitlint/types/-/types-12.1.4.tgz"
integrity sha512-KRIjdnWNUx6ywz+SJvjmNCbQKcKP6KArhjZhY2l+CWKxak0d77SOjggkMwFTiSgLODOwmuLTbarR2ZfWPiPMlw==
dependencies:
chalk "^4.0.0"
-"@csstools/convert-colors@^1.4.0":
- version "1.4.0"
- resolved "https://registry.yarnpkg.com/@csstools/convert-colors/-/convert-colors-1.4.0.tgz#ad495dc41b12e75d588c6db8b9834f08fa131eb7"
- integrity sha512-5a6wqoJV/xEdbRNKVo6I4hO3VjyDq//8q2f9I6PBAvMesJHFauXDorcNCsr9RzvsZnaWi5NYCcfyqP1QeFHFbw==
-
"@csstools/normalize.css@*":
version "12.1.1"
- resolved "https://registry.yarnpkg.com/@csstools/normalize.css/-/normalize.css-12.1.1.tgz#f0ad221b7280f3fc814689786fd9ee092776ef8f"
+ resolved "https://registry.npmjs.org/@csstools/normalize.css/-/normalize.css-12.1.1.tgz"
integrity sha512-YAYeJ+Xqh7fUou1d1j9XHl44BmsuThiTr4iNrgCQ3J27IbhXsxXDGZ1cXv8Qvs99d4rBbLiSKy3+WZiet32PcQ==
-"@csstools/normalize.css@^10.1.0":
- version "10.1.0"
- resolved "https://registry.yarnpkg.com/@csstools/normalize.css/-/normalize.css-10.1.0.tgz#f0950bba18819512d42f7197e56c518aa491cf18"
- integrity sha512-ij4wRiunFfaJxjB0BdrYHIH8FxBJpOwNPhhAcunlmPdXudL1WQV1qoP9un6JsEBAgQH+7UXyyjh0g7jTxXK6tg==
-
"@csstools/postcss-cascade-layers@^1.1.1":
version "1.1.1"
- resolved "https://registry.yarnpkg.com/@csstools/postcss-cascade-layers/-/postcss-cascade-layers-1.1.1.tgz#8a997edf97d34071dd2e37ea6022447dd9e795ad"
+ resolved "https://registry.npmjs.org/@csstools/postcss-cascade-layers/-/postcss-cascade-layers-1.1.1.tgz"
integrity sha512-+KdYrpKC5TgomQr2DlZF4lDEpHcoxnj5IGddYYfBWJAKfj1JtuHUIqMa+E1pJJ+z3kvDViWMqyqPlG4Ja7amQA==
dependencies:
"@csstools/selector-specificity" "^2.0.2"
@@ -1676,7 +1629,7 @@
"@csstools/postcss-color-function@^1.1.1":
version "1.1.1"
- resolved "https://registry.yarnpkg.com/@csstools/postcss-color-function/-/postcss-color-function-1.1.1.tgz#2bd36ab34f82d0497cfacdc9b18d34b5e6f64b6b"
+ resolved "https://registry.npmjs.org/@csstools/postcss-color-function/-/postcss-color-function-1.1.1.tgz"
integrity sha512-Bc0f62WmHdtRDjf5f3e2STwRAl89N2CLb+9iAwzrv4L2hncrbDwnQD9PCq0gtAt7pOI2leIV08HIBUd4jxD8cw==
dependencies:
"@csstools/postcss-progressive-custom-properties" "^1.1.0"
@@ -1684,21 +1637,21 @@
"@csstools/postcss-font-format-keywords@^1.0.1":
version "1.0.1"
- resolved "https://registry.yarnpkg.com/@csstools/postcss-font-format-keywords/-/postcss-font-format-keywords-1.0.1.tgz#677b34e9e88ae997a67283311657973150e8b16a"
+ resolved "https://registry.npmjs.org/@csstools/postcss-font-format-keywords/-/postcss-font-format-keywords-1.0.1.tgz"
integrity sha512-ZgrlzuUAjXIOc2JueK0X5sZDjCtgimVp/O5CEqTcs5ShWBa6smhWYbS0x5cVc/+rycTDbjjzoP0KTDnUneZGOg==
dependencies:
postcss-value-parser "^4.2.0"
"@csstools/postcss-hwb-function@^1.0.2":
version "1.0.2"
- resolved "https://registry.yarnpkg.com/@csstools/postcss-hwb-function/-/postcss-hwb-function-1.0.2.tgz#ab54a9fce0ac102c754854769962f2422ae8aa8b"
+ resolved "https://registry.npmjs.org/@csstools/postcss-hwb-function/-/postcss-hwb-function-1.0.2.tgz"
integrity sha512-YHdEru4o3Rsbjmu6vHy4UKOXZD+Rn2zmkAmLRfPet6+Jz4Ojw8cbWxe1n42VaXQhD3CQUXXTooIy8OkVbUcL+w==
dependencies:
postcss-value-parser "^4.2.0"
"@csstools/postcss-ic-unit@^1.0.1":
version "1.0.1"
- resolved "https://registry.yarnpkg.com/@csstools/postcss-ic-unit/-/postcss-ic-unit-1.0.1.tgz#28237d812a124d1a16a5acc5c3832b040b303e58"
+ resolved "https://registry.npmjs.org/@csstools/postcss-ic-unit/-/postcss-ic-unit-1.0.1.tgz"
integrity sha512-Ot1rcwRAaRHNKC9tAqoqNZhjdYBzKk1POgWfhN4uCOE47ebGcLRqXjKkApVDpjifL6u2/55ekkpnFcp+s/OZUw==
dependencies:
"@csstools/postcss-progressive-custom-properties" "^1.1.0"
@@ -1706,7 +1659,7 @@
"@csstools/postcss-is-pseudo-class@^2.0.7":
version "2.0.7"
- resolved "https://registry.yarnpkg.com/@csstools/postcss-is-pseudo-class/-/postcss-is-pseudo-class-2.0.7.tgz#846ae6c0d5a1eaa878fce352c544f9c295509cd1"
+ resolved "https://registry.npmjs.org/@csstools/postcss-is-pseudo-class/-/postcss-is-pseudo-class-2.0.7.tgz"
integrity sha512-7JPeVVZHd+jxYdULl87lvjgvWldYu+Bc62s9vD/ED6/QTGjy0jy0US/f6BG53sVMTBJ1lzKZFpYmofBN9eaRiA==
dependencies:
"@csstools/selector-specificity" "^2.0.0"
@@ -1714,21 +1667,21 @@
"@csstools/postcss-nested-calc@^1.0.0":
version "1.0.0"
- resolved "https://registry.yarnpkg.com/@csstools/postcss-nested-calc/-/postcss-nested-calc-1.0.0.tgz#d7e9d1d0d3d15cf5ac891b16028af2a1044d0c26"
+ resolved "https://registry.npmjs.org/@csstools/postcss-nested-calc/-/postcss-nested-calc-1.0.0.tgz"
integrity sha512-JCsQsw1wjYwv1bJmgjKSoZNvf7R6+wuHDAbi5f/7MbFhl2d/+v+TvBTU4BJH3G1X1H87dHl0mh6TfYogbT/dJQ==
dependencies:
postcss-value-parser "^4.2.0"
"@csstools/postcss-normalize-display-values@^1.0.1":
version "1.0.1"
- resolved "https://registry.yarnpkg.com/@csstools/postcss-normalize-display-values/-/postcss-normalize-display-values-1.0.1.tgz#15da54a36e867b3ac5163ee12c1d7f82d4d612c3"
+ resolved "https://registry.npmjs.org/@csstools/postcss-normalize-display-values/-/postcss-normalize-display-values-1.0.1.tgz"
integrity sha512-jcOanIbv55OFKQ3sYeFD/T0Ti7AMXc9nM1hZWu8m/2722gOTxFg7xYu4RDLJLeZmPUVQlGzo4jhzvTUq3x4ZUw==
dependencies:
postcss-value-parser "^4.2.0"
"@csstools/postcss-oklab-function@^1.1.1":
version "1.1.1"
- resolved "https://registry.yarnpkg.com/@csstools/postcss-oklab-function/-/postcss-oklab-function-1.1.1.tgz#88cee0fbc8d6df27079ebd2fa016ee261eecf844"
+ resolved "https://registry.npmjs.org/@csstools/postcss-oklab-function/-/postcss-oklab-function-1.1.1.tgz"
integrity sha512-nJpJgsdA3dA9y5pgyb/UfEzE7W5Ka7u0CX0/HIMVBNWzWemdcTH3XwANECU6anWv/ao4vVNLTMxhiPNZsTK6iA==
dependencies:
"@csstools/postcss-progressive-custom-properties" "^1.1.0"
@@ -1736,57 +1689,57 @@
"@csstools/postcss-progressive-custom-properties@^1.1.0", "@csstools/postcss-progressive-custom-properties@^1.3.0":
version "1.3.0"
- resolved "https://registry.yarnpkg.com/@csstools/postcss-progressive-custom-properties/-/postcss-progressive-custom-properties-1.3.0.tgz#542292558384361776b45c85226b9a3a34f276fa"
+ resolved "https://registry.npmjs.org/@csstools/postcss-progressive-custom-properties/-/postcss-progressive-custom-properties-1.3.0.tgz"
integrity sha512-ASA9W1aIy5ygskZYuWams4BzafD12ULvSypmaLJT2jvQ8G0M3I8PRQhC0h7mG0Z3LI05+agZjqSR9+K9yaQQjA==
dependencies:
postcss-value-parser "^4.2.0"
"@csstools/postcss-stepped-value-functions@^1.0.1":
version "1.0.1"
- resolved "https://registry.yarnpkg.com/@csstools/postcss-stepped-value-functions/-/postcss-stepped-value-functions-1.0.1.tgz#f8772c3681cc2befed695e2b0b1d68e22f08c4f4"
+ resolved "https://registry.npmjs.org/@csstools/postcss-stepped-value-functions/-/postcss-stepped-value-functions-1.0.1.tgz"
integrity sha512-dz0LNoo3ijpTOQqEJLY8nyaapl6umbmDcgj4AD0lgVQ572b2eqA1iGZYTTWhrcrHztWDDRAX2DGYyw2VBjvCvQ==
dependencies:
postcss-value-parser "^4.2.0"
"@csstools/postcss-text-decoration-shorthand@^1.0.0":
version "1.0.0"
- resolved "https://registry.yarnpkg.com/@csstools/postcss-text-decoration-shorthand/-/postcss-text-decoration-shorthand-1.0.0.tgz#ea96cfbc87d921eca914d3ad29340d9bcc4c953f"
+ resolved "https://registry.npmjs.org/@csstools/postcss-text-decoration-shorthand/-/postcss-text-decoration-shorthand-1.0.0.tgz"
integrity sha512-c1XwKJ2eMIWrzQenN0XbcfzckOLLJiczqy+YvfGmzoVXd7pT9FfObiSEfzs84bpE/VqfpEuAZ9tCRbZkZxxbdw==
dependencies:
postcss-value-parser "^4.2.0"
"@csstools/postcss-trigonometric-functions@^1.0.2":
version "1.0.2"
- resolved "https://registry.yarnpkg.com/@csstools/postcss-trigonometric-functions/-/postcss-trigonometric-functions-1.0.2.tgz#94d3e4774c36d35dcdc88ce091336cb770d32756"
+ resolved "https://registry.npmjs.org/@csstools/postcss-trigonometric-functions/-/postcss-trigonometric-functions-1.0.2.tgz"
integrity sha512-woKaLO///4bb+zZC2s80l+7cm07M7268MsyG3M0ActXXEFi6SuhvriQYcb58iiKGbjwwIU7n45iRLEHypB47Og==
dependencies:
postcss-value-parser "^4.2.0"
"@csstools/postcss-unset-value@^1.0.2":
version "1.0.2"
- resolved "https://registry.yarnpkg.com/@csstools/postcss-unset-value/-/postcss-unset-value-1.0.2.tgz#c99bb70e2cdc7312948d1eb41df2412330b81f77"
+ resolved "https://registry.npmjs.org/@csstools/postcss-unset-value/-/postcss-unset-value-1.0.2.tgz"
integrity sha512-c8J4roPBILnelAsdLr4XOAR/GsTm0GJi4XpcfvoWk3U6KiTCqiFYc63KhRMQQX35jYMp4Ao8Ij9+IZRgMfJp1g==
"@csstools/selector-specificity@^2.0.0", "@csstools/selector-specificity@^2.0.2":
version "2.2.0"
- resolved "https://registry.yarnpkg.com/@csstools/selector-specificity/-/selector-specificity-2.2.0.tgz#2cbcf822bf3764c9658c4d2e568bd0c0cb748016"
+ resolved "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-2.2.0.tgz"
integrity sha512-+OJ9konv95ClSTOJCmMZqpd5+YGsB2S+x6w3E1oaM8UuR5j8nTNHYSz8c9BEPGDOCMQYIEEGlVPj/VY64iTbGw==
-"@cucumber/ci-environment@10.0.1", "@cucumber/ci-environment@^10.0.1":
+"@cucumber/ci-environment@^10.0.1", "@cucumber/ci-environment@10.0.1":
version "10.0.1"
- resolved "https://registry.yarnpkg.com/@cucumber/ci-environment/-/ci-environment-10.0.1.tgz#c8584f1d4a619e4318cf60c01b838db096d72ccd"
+ resolved "https://registry.npmjs.org/@cucumber/ci-environment/-/ci-environment-10.0.1.tgz"
integrity sha512-/+ooDMPtKSmvcPMDYnMZt4LuoipfFfHaYspStI4shqw8FyKcfQAmekz6G+QKWjQQrvM+7Hkljwx58MEwPCwwzg==
-"@cucumber/cucumber-expressions@17.1.0", "@cucumber/cucumber-expressions@^17.1.0":
+"@cucumber/cucumber-expressions@^17.1.0", "@cucumber/cucumber-expressions@17.1.0":
version "17.1.0"
- resolved "https://registry.yarnpkg.com/@cucumber/cucumber-expressions/-/cucumber-expressions-17.1.0.tgz#1a428548a2c98ef3224bd484fc5666b4f7153a72"
+ resolved "https://registry.npmjs.org/@cucumber/cucumber-expressions/-/cucumber-expressions-17.1.0.tgz"
integrity sha512-PCv/ppsPynniKPWJr5v566daCVe+pbxQpHGrIu/Ev57cCH9Rv+X0F6lio4Id3Z64TaG7btCRLUGewIgLwmrwOA==
dependencies:
regexp-match-indices "1.0.2"
-"@cucumber/cucumber@^10.8.0":
+"@cucumber/cucumber@^10.8.0", "@cucumber/cucumber@>=7.0.0":
version "10.8.0"
- resolved "https://registry.yarnpkg.com/@cucumber/cucumber/-/cucumber-10.8.0.tgz#d906b451a07a91c254f90b8e2dfed4cf8ade3fcf"
+ resolved "https://registry.npmjs.org/@cucumber/cucumber/-/cucumber-10.8.0.tgz"
integrity sha512-o8SR6MRQVCKKw4tytWqCqOjfX4cASj9dqpdHKHMi09rZWBCNQHBwH1TO9wj7NKjOa6RfUOTcgvDlayTcjyCH4A==
dependencies:
"@cucumber/ci-environment" "10.0.1"
@@ -1833,7 +1786,7 @@
"@cucumber/gherkin-streams@5.0.1":
version "5.0.1"
- resolved "https://registry.yarnpkg.com/@cucumber/gherkin-streams/-/gherkin-streams-5.0.1.tgz#8c2142d295cd05644456be7282b4bd756c95c4cd"
+ resolved "https://registry.npmjs.org/@cucumber/gherkin-streams/-/gherkin-streams-5.0.1.tgz"
integrity sha512-/7VkIE/ASxIP/jd4Crlp4JHXqdNFxPGQokqWqsaCCiqBiu5qHoKMxcWNlp9njVL/n9yN4S08OmY3ZR8uC5x74Q==
dependencies:
commander "9.1.0"
@@ -1841,7 +1794,7 @@
"@cucumber/gherkin-utils@9.0.0":
version "9.0.0"
- resolved "https://registry.yarnpkg.com/@cucumber/gherkin-utils/-/gherkin-utils-9.0.0.tgz#944c64c458742d8e73b750e5dde2cf56b161d674"
+ resolved "https://registry.npmjs.org/@cucumber/gherkin-utils/-/gherkin-utils-9.0.0.tgz"
integrity sha512-clk4q39uj7pztZuZtyI54V8lRsCUz0Y/p8XRjIeHh7ExeEztpWkp4ca9q1FjUOPfQQ8E7OgqFbqoQQXZ1Bx7fw==
dependencies:
"@cucumber/gherkin" "^28.0.0"
@@ -1850,51 +1803,51 @@
commander "12.0.0"
source-map-support "^0.5.21"
-"@cucumber/gherkin@28.0.0", "@cucumber/gherkin@^28.0.0":
+"@cucumber/gherkin@^28.0.0", "@cucumber/gherkin@>=22.0.0", "@cucumber/gherkin@28.0.0":
version "28.0.0"
- resolved "https://registry.yarnpkg.com/@cucumber/gherkin/-/gherkin-28.0.0.tgz#91246da622524807b21430c1692bedd319d3d4bb"
+ resolved "https://registry.npmjs.org/@cucumber/gherkin/-/gherkin-28.0.0.tgz"
integrity sha512-Ee6zJQq0OmIUPdW0mSnsCsrWA2PZAELNDPICD2pLfs0Oz7RAPgj80UsD2UCtqyAhw2qAR62aqlktKUlai5zl/A==
dependencies:
"@cucumber/messages" ">=19.1.4 <=24"
-"@cucumber/html-formatter@21.3.1":
- version "21.3.1"
- resolved "https://registry.yarnpkg.com/@cucumber/html-formatter/-/html-formatter-21.3.1.tgz#1c832d95891c1e961d9e6a4da4664c09a1332768"
- integrity sha512-M1zbre7e8MsecXheqNv62BKY5J06YJSv1LmsD7sJ3mu5t1jirLjj2It1HqPsX5CQAfg9n69xFRugPgLMSte9TA==
-
"@cucumber/html-formatter@^21.3.1":
version "21.4.0"
- resolved "https://registry.yarnpkg.com/@cucumber/html-formatter/-/html-formatter-21.4.0.tgz#cb20024389113452c4c8ca650b8a72abe922801d"
+ resolved "https://registry.npmjs.org/@cucumber/html-formatter/-/html-formatter-21.4.0.tgz"
integrity sha512-Vg8FpBFWUl6tXWdh+4Hk4Pf8r7KJhkNxMRULCLtjrIgM3cjap/jbc0hxiX6ta7a54CpUPAmmUOURTxuqsm64lQ==
-"@cucumber/message-streams@4.0.1", "@cucumber/message-streams@^4.0.1":
+"@cucumber/html-formatter@21.3.1":
+ version "21.3.1"
+ resolved "https://registry.npmjs.org/@cucumber/html-formatter/-/html-formatter-21.3.1.tgz"
+ integrity sha512-M1zbre7e8MsecXheqNv62BKY5J06YJSv1LmsD7sJ3mu5t1jirLjj2It1HqPsX5CQAfg9n69xFRugPgLMSte9TA==
+
+"@cucumber/message-streams@^4.0.1", "@cucumber/message-streams@>=4.0.0", "@cucumber/message-streams@4.0.1":
version "4.0.1"
- resolved "https://registry.yarnpkg.com/@cucumber/message-streams/-/message-streams-4.0.1.tgz#a5339d3504594bb2edb5732aaae94dddb24d0970"
+ resolved "https://registry.npmjs.org/@cucumber/message-streams/-/message-streams-4.0.1.tgz"
integrity sha512-Kxap9uP5jD8tHUZVjTWgzxemi/0uOsbGjd4LBOSxcJoOCRbESFwemUzilJuzNTB8pcTQUh8D5oudUyxfkJOKmA==
-"@cucumber/messages@24.1.0", "@cucumber/messages@>=19.1.4 <=24", "@cucumber/messages@^24.0.0":
- version "24.1.0"
- resolved "https://registry.yarnpkg.com/@cucumber/messages/-/messages-24.1.0.tgz#a212c97b0548144c3ccfae021a96d6c56d3841d3"
- integrity sha512-hxVHiBurORcobhVk80I9+JkaKaNXkW6YwGOEFIh/2aO+apAN+5XJgUUWjng9NwqaQrW1sCFuawLB1AuzmBaNdQ==
+"@cucumber/messages@*", "@cucumber/messages@^25.0.1":
+ version "25.0.1"
+ resolved "https://registry.npmjs.org/@cucumber/messages/-/messages-25.0.1.tgz"
+ integrity sha512-RjjhmzcauX5eYfcKns5pgenefDJQcfXE3ZDrVWdUDGcoaoyFVDmj+ZzQZWRWqFrfMjP3lKHJss6LtvIP/z+h8g==
dependencies:
"@types/uuid" "9.0.8"
class-transformer "0.5.1"
- reflect-metadata "0.2.1"
+ reflect-metadata "0.2.2"
uuid "9.0.1"
-"@cucumber/messages@^25.0.1":
- version "25.0.1"
- resolved "https://registry.yarnpkg.com/@cucumber/messages/-/messages-25.0.1.tgz#551d416510e95c61ab970ee73fd7844a522ccbd5"
- integrity sha512-RjjhmzcauX5eYfcKns5pgenefDJQcfXE3ZDrVWdUDGcoaoyFVDmj+ZzQZWRWqFrfMjP3lKHJss6LtvIP/z+h8g==
+"@cucumber/messages@^24.0.0", "@cucumber/messages@>=17.1.1", "@cucumber/messages@>=18", "@cucumber/messages@>=19.1.4 <=24", "@cucumber/messages@24.1.0":
+ version "24.1.0"
+ resolved "https://registry.npmjs.org/@cucumber/messages/-/messages-24.1.0.tgz"
+ integrity sha512-hxVHiBurORcobhVk80I9+JkaKaNXkW6YwGOEFIh/2aO+apAN+5XJgUUWjng9NwqaQrW1sCFuawLB1AuzmBaNdQ==
dependencies:
"@types/uuid" "9.0.8"
class-transformer "0.5.1"
- reflect-metadata "0.2.2"
+ reflect-metadata "0.2.1"
uuid "9.0.1"
"@cucumber/pretty-formatter@^1.0.1":
version "1.0.1"
- resolved "https://registry.yarnpkg.com/@cucumber/pretty-formatter/-/pretty-formatter-1.0.1.tgz#65d6c1df436920036a7bd02d08cb44d20e7af0ab"
+ resolved "https://registry.npmjs.org/@cucumber/pretty-formatter/-/pretty-formatter-1.0.1.tgz"
integrity sha512-A1lU4VVP0aUWdOTmpdzvXOyEYuPtBDI0xYwYJnmoMDplzxMdhcHk86lyyvYDoMoPzzq6OkOE3isuosvUU4X7IQ==
dependencies:
ansi-styles "^5.0.0"
@@ -1902,14 +1855,14 @@
figures "^3.2.0"
ts-dedent "^2.0.0"
-"@cucumber/tag-expressions@6.1.0", "@cucumber/tag-expressions@^6.1.0":
+"@cucumber/tag-expressions@^6.1.0", "@cucumber/tag-expressions@6.1.0":
version "6.1.0"
- resolved "https://registry.yarnpkg.com/@cucumber/tag-expressions/-/tag-expressions-6.1.0.tgz#cb7af908bdb43669b7574c606f71fa707196e962"
+ resolved "https://registry.npmjs.org/@cucumber/tag-expressions/-/tag-expressions-6.1.0.tgz"
integrity sha512-+3DwRumrCJG27AtzCIL37A/X+A/gSfxOPLg8pZaruh5SLumsTmpvilwroVWBT2fPzmno/tGXypeK5a7NHU4RzA==
"@cypress/request@^3.0.1":
version "3.0.1"
- resolved "https://registry.yarnpkg.com/@cypress/request/-/request-3.0.1.tgz#72d7d5425236a2413bd3d8bb66d02d9dc3168960"
+ resolved "https://registry.npmjs.org/@cypress/request/-/request-3.0.1.tgz"
integrity sha512-TWivJlJi8ZDx2wGOw1dbLuHJKUYX7bWySw377nlnGOW3hP9/MUKIsEdXT/YngWxVdgNCHRBmFlBipE+5/2ZZlQ==
dependencies:
aws-sign2 "~0.7.0"
@@ -1931,9 +1884,9 @@
tunnel-agent "^0.6.0"
uuid "^8.3.2"
-"@cypress/webpack-preprocessor@^6.0.1":
+"@cypress/webpack-preprocessor@^5 || ^6", "@cypress/webpack-preprocessor@^6.0.1":
version "6.0.2"
- resolved "https://registry.yarnpkg.com/@cypress/webpack-preprocessor/-/webpack-preprocessor-6.0.2.tgz#58a96aa4dbff7433dd37d24ed47e413aa3d3fabb"
+ resolved "https://registry.npmjs.org/@cypress/webpack-preprocessor/-/webpack-preprocessor-6.0.2.tgz"
integrity sha512-0+1+4iy4W9PE6R5ywBNKAZoFp8Sf//w3UJ+CKTqkcAjA29b+dtsD0iFT70DsYE0BMqUM1PO7HXFGbXllQ+bRAA==
dependencies:
bluebird "3.7.1"
@@ -1942,584 +1895,560 @@
"@cypress/xvfb@^1.2.4":
version "1.2.4"
- resolved "https://registry.yarnpkg.com/@cypress/xvfb/-/xvfb-1.2.4.tgz#2daf42e8275b39f4aa53c14214e557bd14e7748a"
+ resolved "https://registry.npmjs.org/@cypress/xvfb/-/xvfb-1.2.4.tgz"
integrity sha512-skbBzPggOVYCbnGgV+0dmBdW/s77ZkAOXIC1knS8NagwDjBrNC1LuXtQJeiN6l+m7lzmHtaoUw/ctJKdqkG57Q==
dependencies:
debug "^3.1.0"
lodash.once "^4.1.1"
-"@dhis2-ui/alert@7.16.3":
- version "7.16.3"
- resolved "https://registry.yarnpkg.com/@dhis2-ui/alert/-/alert-7.16.3.tgz#3df86bf6216ef47f8469e5f22cfd98607fdc9116"
- integrity sha512-iGliGEEwvkK+su0rD+LNA35iZtsaMFXJKPbWn/kkKwTT23aGyIJ87kxMGKRFIP2hcZ4W0NbSpgr+BKTlVZ+0dA==
+"@dhis2-ui/alert@9.11.0", "@dhis2-ui/alert@file:/home/mozafar/code/dhis/ui/components/alert":
+ version "9.11.0"
+ resolved "file:components/alert"
+ dependencies:
+ "@dhis2-ui/portal" "9.11.0"
+ "@dhis2/prop-types" "^3.1.2"
+ "@dhis2/ui-constants" "9.11.0"
+ "@dhis2/ui-icons" "9.11.0"
+ classnames "^2.3.1"
+ prop-types "^15.7.2"
+
+"@dhis2-ui/box@9.11.0", "@dhis2-ui/box@file:/home/mozafar/code/dhis/ui/components/box":
+ version "9.11.0"
+ resolved "file:components/box"
dependencies:
- "@dhis2-ui/portal" "7.16.3"
- "@dhis2/prop-types" "^3.0.0-beta.1"
- "@dhis2/ui-constants" "7.16.3"
- "@dhis2/ui-icons" "7.16.3"
+ "@dhis2/prop-types" "^3.1.2"
+ "@dhis2/ui-constants" "9.11.0"
classnames "^2.3.1"
prop-types "^15.7.2"
-"@dhis2-ui/box@7.16.3":
- version "7.16.3"
- resolved "https://registry.yarnpkg.com/@dhis2-ui/box/-/box-7.16.3.tgz#995b9e8315eeb082fb5f040733d62ae013f646cd"
- integrity sha512-Rf+xHkidqdwK3GOrFdsNS1DToy2Nk76MedzU6YZzHgNwxXvhaTL1+23g/vNpaVf3CbLRCpsR64grzEK/QHtXtw==
+"@dhis2-ui/button@9.11.0", "@dhis2-ui/button@file:/home/mozafar/code/dhis/ui/components/button":
+ version "9.11.0"
+ resolved "file:components/button"
dependencies:
- "@dhis2/prop-types" "^3.0.0-beta.1"
- "@dhis2/ui-constants" "7.16.3"
+ "@dhis2-ui/layer" "9.11.0"
+ "@dhis2-ui/loader" "9.11.0"
+ "@dhis2-ui/popper" "9.11.0"
+ "@dhis2/prop-types" "^3.1.2"
+ "@dhis2/ui-constants" "9.11.0"
+ "@dhis2/ui-icons" "9.11.0"
classnames "^2.3.1"
prop-types "^15.7.2"
-"@dhis2-ui/button@7.16.3":
- version "7.16.3"
- resolved "https://registry.yarnpkg.com/@dhis2-ui/button/-/button-7.16.3.tgz#5139027873386563f40b4da913277b364410e052"
- integrity sha512-bcUrX8/MUSfU7s3sDMa2cmuCkJRdUsNFKiCHH/6gITwNnDMWCSVQDxHLotEfSpX7bg1lOfaKfGYTcTxAnYUioQ==
- dependencies:
- "@dhis2-ui/layer" "7.16.3"
- "@dhis2-ui/loader" "7.16.3"
- "@dhis2-ui/popper" "7.16.3"
- "@dhis2/prop-types" "^3.0.0-beta.1"
- "@dhis2/ui-constants" "7.16.3"
- "@dhis2/ui-icons" "7.16.3"
+"@dhis2-ui/calendar@9.11.0", "@dhis2-ui/calendar@file:/home/mozafar/code/dhis/ui/components/calendar":
+ version "9.11.0"
+ resolved "file:components/calendar"
+ dependencies:
+ "@dhis2-ui/button" "9.11.0"
+ "@dhis2-ui/card" "9.11.0"
+ "@dhis2-ui/input" "9.11.0"
+ "@dhis2-ui/layer" "9.11.0"
+ "@dhis2-ui/popper" "9.11.0"
+ "@dhis2/multi-calendar-dates" "^1.2.3"
+ "@dhis2/prop-types" "^3.1.2"
+ "@dhis2/ui-constants" "9.11.0"
+ "@dhis2/ui-icons" "9.11.0"
classnames "^2.3.1"
prop-types "^15.7.2"
-"@dhis2-ui/card@7.16.3":
- version "7.16.3"
- resolved "https://registry.yarnpkg.com/@dhis2-ui/card/-/card-7.16.3.tgz#c9754431bdd9a3e1e09c876717653c18f03e815b"
- integrity sha512-dHjGyB92XJP88NBpX1+VTuR7jhbF0k8LojzG5wU1wCJXecZR1Pak53Qz8kAMXDKsVNDlYBIXyjbjwsPEkduPgg==
+"@dhis2-ui/card@9.11.0", "@dhis2-ui/card@file:/home/mozafar/code/dhis/ui/components/card":
+ version "9.11.0"
+ resolved "file:components/card"
dependencies:
- "@dhis2/prop-types" "^3.0.0-beta.1"
- "@dhis2/ui-constants" "7.16.3"
+ "@dhis2/prop-types" "^3.1.2"
+ "@dhis2/ui-constants" "9.11.0"
classnames "^2.3.1"
prop-types "^15.7.2"
-"@dhis2-ui/center@7.16.3":
- version "7.16.3"
- resolved "https://registry.yarnpkg.com/@dhis2-ui/center/-/center-7.16.3.tgz#e6b335fae51a2425499a708dc4a1954d73817c51"
- integrity sha512-ivEgaADrG1BQmswmQeBALUMQQaDtlmaUfJrmz7Ptc43hnxh+NnmwmJK1gZADPKmtASGFQ+RLdQso0BV/ExEV2g==
+"@dhis2-ui/center@9.11.0", "@dhis2-ui/center@file:/home/mozafar/code/dhis/ui/components/center":
+ version "9.11.0"
+ resolved "file:components/center"
dependencies:
- "@dhis2/prop-types" "^3.0.0-beta.1"
- "@dhis2/ui-constants" "7.16.3"
+ "@dhis2/prop-types" "^3.1.2"
+ "@dhis2/ui-constants" "9.11.0"
classnames "^2.3.1"
prop-types "^15.7.2"
-"@dhis2-ui/checkbox@7.16.3":
- version "7.16.3"
- resolved "https://registry.yarnpkg.com/@dhis2-ui/checkbox/-/checkbox-7.16.3.tgz#2e658ddfc282c2a27e28cea33bc267fe8165ba93"
- integrity sha512-ML/lzniOafijlc7msf15i84S2A3Dp9Liws3JJbbP1DXynnYikP2xY+0byLxxr6C91AT1IYI5f72Pk+t7p8CLTw==
+"@dhis2-ui/checkbox@9.11.0", "@dhis2-ui/checkbox@file:/home/mozafar/code/dhis/ui/components/checkbox":
+ version "9.11.0"
+ resolved "file:components/checkbox"
dependencies:
- "@dhis2-ui/field" "7.16.3"
- "@dhis2-ui/required" "7.16.3"
- "@dhis2/prop-types" "^3.0.0-beta.1"
- "@dhis2/ui-constants" "7.16.3"
+ "@dhis2-ui/field" "9.11.0"
+ "@dhis2-ui/required" "9.11.0"
+ "@dhis2/prop-types" "^3.1.2"
+ "@dhis2/ui-constants" "9.11.0"
classnames "^2.3.1"
prop-types "^15.7.2"
-"@dhis2-ui/chip@7.16.3":
- version "7.16.3"
- resolved "https://registry.yarnpkg.com/@dhis2-ui/chip/-/chip-7.16.3.tgz#980db668ff52bb06ecefa2dcc5c8e88ca0f3342e"
- integrity sha512-3SzQPSMo2SPvUwlm/TQY6tJkv0QW/QPYBxK27/YztcW0kvAihzBkTPTCfKbenc7XMjo9wTUUSKz8UC3DN96M6Q==
+"@dhis2-ui/chip@9.11.0", "@dhis2-ui/chip@file:/home/mozafar/code/dhis/ui/components/chip":
+ version "9.11.0"
+ resolved "file:components/chip"
dependencies:
- "@dhis2/prop-types" "^3.0.0-beta.1"
- "@dhis2/ui-constants" "7.16.3"
+ "@dhis2/prop-types" "^3.1.2"
+ "@dhis2/ui-constants" "9.11.0"
classnames "^2.3.1"
prop-types "^15.7.2"
-"@dhis2-ui/cover@7.16.3":
- version "7.16.3"
- resolved "https://registry.yarnpkg.com/@dhis2-ui/cover/-/cover-7.16.3.tgz#0cffd85bc23467610df113cb070fc891b2d184b0"
- integrity sha512-mMdEYxUyAgMA8rrKhZ6uD9YZ/H4e64rOTEifm5GgEhHLlCLJBjylQcxixveDysvqaQOQ6pibNISDAFWevKQgpA==
+"@dhis2-ui/cover@9.11.0", "@dhis2-ui/cover@file:/home/mozafar/code/dhis/ui/components/cover":
+ version "9.11.0"
+ resolved "file:components/cover"
dependencies:
- "@dhis2/prop-types" "^3.0.0-beta.1"
- "@dhis2/ui-constants" "7.16.3"
+ "@dhis2/prop-types" "^3.1.2"
+ "@dhis2/ui-constants" "9.11.0"
classnames "^2.3.1"
prop-types "^15.7.2"
-"@dhis2-ui/css@7.16.3":
- version "7.16.3"
- resolved "https://registry.yarnpkg.com/@dhis2-ui/css/-/css-7.16.3.tgz#2e44f2c1daedcdc8d56ba1b00f3614b329babd62"
- integrity sha512-Jyll9MgxQiwZLqDikdXY0kOv3S+M5wT/csgo9YtlATkzQRPLvZezksCMmNTe+GlrA0Db83J3373GN5h3N68Hvw==
+"@dhis2-ui/css@9.11.0", "@dhis2-ui/css@file:/home/mozafar/code/dhis/ui/components/css":
+ version "9.11.0"
+ resolved "file:components/css"
dependencies:
- "@dhis2/prop-types" "^3.0.0-beta.1"
- "@dhis2/ui-constants" "7.16.3"
+ "@dhis2/prop-types" "^3.1.2"
+ "@dhis2/ui-constants" "9.11.0"
classnames "^2.3.1"
prop-types "^15.7.2"
-"@dhis2-ui/divider@7.16.3":
- version "7.16.3"
- resolved "https://registry.yarnpkg.com/@dhis2-ui/divider/-/divider-7.16.3.tgz#a0330b7a191a2747f1fe1991cad540eb245ba674"
- integrity sha512-MbNvr0iJczc3jGvtfpbQz90Qpwor2hu+iAa64mwbv6WzSENPHNYfCaOLY3P82Xbmbgwz/oeQHhN6FxaFw2bnkA==
+"@dhis2-ui/divider@9.11.0", "@dhis2-ui/divider@file:/home/mozafar/code/dhis/ui/components/divider":
+ version "9.11.0"
+ resolved "file:components/divider"
dependencies:
- "@dhis2/prop-types" "^3.0.0-beta.1"
- "@dhis2/ui-constants" "7.16.3"
+ "@dhis2/prop-types" "^3.1.2"
+ "@dhis2/ui-constants" "9.11.0"
classnames "^2.3.1"
prop-types "^15.7.2"
-"@dhis2-ui/field@7.16.3":
- version "7.16.3"
- resolved "https://registry.yarnpkg.com/@dhis2-ui/field/-/field-7.16.3.tgz#8be6d8d87874f7ceb3767f734045a9ae3bcce77b"
- integrity sha512-sbxmHdalxS08IBcqjrul/c02ejrk/+HbZJfl2LBdrB3pdEzAtsgwOAhswgdWy3J+C6U4KqowaPRkFD96Jw9vew==
+"@dhis2-ui/field@9.11.0", "@dhis2-ui/field@file:/home/mozafar/code/dhis/ui/components/field":
+ version "9.11.0"
+ resolved "file:components/field"
dependencies:
- "@dhis2-ui/box" "7.16.3"
- "@dhis2-ui/help" "7.16.3"
- "@dhis2-ui/label" "7.16.3"
- "@dhis2/prop-types" "^3.0.0-beta.1"
- "@dhis2/ui-constants" "7.16.3"
+ "@dhis2-ui/box" "9.11.0"
+ "@dhis2-ui/help" "9.11.0"
+ "@dhis2-ui/label" "9.11.0"
+ "@dhis2/prop-types" "^3.1.2"
+ "@dhis2/ui-constants" "9.11.0"
classnames "^2.3.1"
prop-types "^15.7.2"
-"@dhis2-ui/file-input@7.16.3":
- version "7.16.3"
- resolved "https://registry.yarnpkg.com/@dhis2-ui/file-input/-/file-input-7.16.3.tgz#3bf1bd7b1b4298ca90d0efa1de9d9b67de36859a"
- integrity sha512-evesZSBLnNOUaHwZAURV/CgKAf0t0/Y/Bxs+4e4AxZgSOrZ+y9HVn1kZCJjEJSvF2CtT+LLWgirYt8hOpi7GIw==
- dependencies:
- "@dhis2-ui/button" "7.16.3"
- "@dhis2-ui/field" "7.16.3"
- "@dhis2-ui/label" "7.16.3"
- "@dhis2-ui/loader" "7.16.3"
- "@dhis2-ui/status-icon" "7.16.3"
- "@dhis2/prop-types" "^3.0.0-beta.1"
- "@dhis2/ui-constants" "7.16.3"
- "@dhis2/ui-icons" "7.16.3"
+"@dhis2-ui/file-input@9.11.0", "@dhis2-ui/file-input@file:/home/mozafar/code/dhis/ui/components/file-input":
+ version "9.11.0"
+ resolved "file:components/file-input"
+ dependencies:
+ "@dhis2-ui/button" "9.11.0"
+ "@dhis2-ui/field" "9.11.0"
+ "@dhis2-ui/label" "9.11.0"
+ "@dhis2-ui/loader" "9.11.0"
+ "@dhis2-ui/status-icon" "9.11.0"
+ "@dhis2/prop-types" "^3.1.2"
+ "@dhis2/ui-constants" "9.11.0"
+ "@dhis2/ui-icons" "9.11.0"
classnames "^2.3.1"
prop-types "^15.7.2"
-"@dhis2-ui/header-bar@7.16.3":
- version "7.16.3"
- resolved "https://registry.yarnpkg.com/@dhis2-ui/header-bar/-/header-bar-7.16.3.tgz#378c242934d4412f18315a1ff532dc1e84d996e3"
- integrity sha512-jmQNhivuOT0Dww+klrcZ50kYQ0whWrDIlyYOt8s0JuH8c4aQFndrPhLC3prIDQO0RBRzYYL4d59rn4UKAfXS6Q==
- dependencies:
- "@dhis2-ui/box" "7.16.3"
- "@dhis2-ui/card" "7.16.3"
- "@dhis2-ui/center" "7.16.3"
- "@dhis2-ui/divider" "7.16.3"
- "@dhis2-ui/input" "7.16.3"
- "@dhis2-ui/layer" "7.16.3"
- "@dhis2-ui/loader" "7.16.3"
- "@dhis2-ui/logo" "7.16.3"
- "@dhis2-ui/menu" "7.16.3"
- "@dhis2-ui/user-avatar" "7.16.3"
- "@dhis2/prop-types" "^3.0.0-beta.1"
- "@dhis2/ui-constants" "7.16.3"
- "@dhis2/ui-icons" "7.16.3"
+"@dhis2-ui/header-bar@9.11.0", "@dhis2-ui/header-bar@file:/home/mozafar/code/dhis/ui/components/header-bar":
+ version "9.11.0"
+ resolved "file:components/header-bar"
+ dependencies:
+ "@dhis2-ui/box" "9.11.0"
+ "@dhis2-ui/button" "9.11.0"
+ "@dhis2-ui/card" "9.11.0"
+ "@dhis2-ui/center" "9.11.0"
+ "@dhis2-ui/divider" "9.11.0"
+ "@dhis2-ui/input" "9.11.0"
+ "@dhis2-ui/layer" "9.11.0"
+ "@dhis2-ui/loader" "9.11.0"
+ "@dhis2-ui/logo" "9.11.0"
+ "@dhis2-ui/menu" "9.11.0"
+ "@dhis2-ui/modal" "9.11.0"
+ "@dhis2-ui/user-avatar" "9.11.0"
+ "@dhis2/prop-types" "^3.1.2"
+ "@dhis2/ui-constants" "9.11.0"
+ "@dhis2/ui-icons" "9.11.0"
classnames "^2.3.1"
moment "^2.29.1"
prop-types "^15.7.2"
-"@dhis2-ui/help@7.16.3":
- version "7.16.3"
- resolved "https://registry.yarnpkg.com/@dhis2-ui/help/-/help-7.16.3.tgz#061b7c366b655f38ae6bf67af8bb8f6d8ddd036e"
- integrity sha512-Fx/zbEPyCnC3rvdHkjbxT3zNQhWva2MrO9BhMoUs+VEcSRWJuWHaJUFV8oG5jPjDaC1+l7M/uYEpp7fXpkvySA==
+"@dhis2-ui/help@9.11.0", "@dhis2-ui/help@file:/home/mozafar/code/dhis/ui/components/help":
+ version "9.11.0"
+ resolved "file:components/help"
dependencies:
- "@dhis2/prop-types" "^3.0.0-beta.1"
- "@dhis2/ui-constants" "7.16.3"
+ "@dhis2/prop-types" "^3.1.2"
+ "@dhis2/ui-constants" "9.11.0"
classnames "^2.3.1"
prop-types "^15.7.2"
-"@dhis2-ui/input@7.16.3":
- version "7.16.3"
- resolved "https://registry.yarnpkg.com/@dhis2-ui/input/-/input-7.16.3.tgz#8e8b2f27d18676841629beaa11800edf20a933c1"
- integrity sha512-rejNJGpbqMCG6Ma0F/eYrHULXW9HulFtljVg5CUH0+Hh1qpPbvHuGLQlD6FU+8O0fhdZ/aw56l+5KZSetPbLzw==
- dependencies:
- "@dhis2-ui/box" "7.16.3"
- "@dhis2-ui/field" "7.16.3"
- "@dhis2-ui/input" "7.16.3"
- "@dhis2-ui/loader" "7.16.3"
- "@dhis2-ui/status-icon" "7.16.3"
- "@dhis2/prop-types" "^3.0.0-beta.1"
- "@dhis2/ui-constants" "7.16.3"
- "@dhis2/ui-icons" "7.16.3"
+"@dhis2-ui/input@9.11.0", "@dhis2-ui/input@file:/home/mozafar/code/dhis/ui/components/input":
+ version "9.11.0"
+ resolved "file:components/input"
+ dependencies:
+ "@dhis2-ui/box" "9.11.0"
+ "@dhis2-ui/field" "9.11.0"
+ "@dhis2-ui/input" "9.11.0"
+ "@dhis2-ui/loader" "9.11.0"
+ "@dhis2-ui/status-icon" "9.11.0"
+ "@dhis2/prop-types" "^3.1.2"
+ "@dhis2/ui-constants" "9.11.0"
+ "@dhis2/ui-icons" "9.11.0"
classnames "^2.3.1"
prop-types "^15.7.2"
-"@dhis2-ui/intersection-detector@7.16.3":
- version "7.16.3"
- resolved "https://registry.yarnpkg.com/@dhis2-ui/intersection-detector/-/intersection-detector-7.16.3.tgz#e3012ced55d99b1e6c1305ae6b9c772d9161cdff"
- integrity sha512-Z5AlVIaUvAVvcY1JdrpWohdn7XqAhg6EqtkI5mFJ2eN7aRoGWmXsXdWtJcYbWgj5Ray9wcbng5xWn5zb3gSR/w==
+"@dhis2-ui/intersection-detector@9.11.0", "@dhis2-ui/intersection-detector@file:/home/mozafar/code/dhis/ui/components/intersection-detector":
+ version "9.11.0"
+ resolved "file:components/intersection-detector"
dependencies:
- "@dhis2/prop-types" "^3.0.0-beta.1"
- "@dhis2/ui-constants" "7.16.3"
+ "@dhis2/prop-types" "^3.1.2"
+ "@dhis2/ui-constants" "9.11.0"
classnames "^2.3.1"
prop-types "^15.7.2"
-"@dhis2-ui/label@7.16.3":
- version "7.16.3"
- resolved "https://registry.yarnpkg.com/@dhis2-ui/label/-/label-7.16.3.tgz#2e3064eed920a767af90a4b6e3244f13a56ec40e"
- integrity sha512-Vdg9pQshRV90wd/xocKsVGMi74IS5Ig5RpXe16p3HcvZKwSVOVT6WvPTDw9VV3H93THcH1o12PEfGkkAwsikjQ==
+"@dhis2-ui/label@9.11.0", "@dhis2-ui/label@file:/home/mozafar/code/dhis/ui/components/label":
+ version "9.11.0"
+ resolved "file:components/label"
dependencies:
- "@dhis2-ui/required" "7.16.3"
- "@dhis2/prop-types" "^3.0.0-beta.1"
- "@dhis2/ui-constants" "7.16.3"
+ "@dhis2-ui/required" "9.11.0"
+ "@dhis2/prop-types" "^3.1.2"
+ "@dhis2/ui-constants" "9.11.0"
classnames "^2.3.1"
prop-types "^15.7.2"
-"@dhis2-ui/layer@7.16.3":
- version "7.16.3"
- resolved "https://registry.yarnpkg.com/@dhis2-ui/layer/-/layer-7.16.3.tgz#e1d39acd3747f63b08e3004adc213fccd46e1189"
- integrity sha512-bcTyP/Cro7DcLZACENxGH4AcDWhGDZJcmHBVSJRtlAEzS9mD7rKhR3NRkWvwThxzGebsUJO+AgWaRy2RsBwc8A==
+"@dhis2-ui/layer@9.11.0", "@dhis2-ui/layer@file:/home/mozafar/code/dhis/ui/components/layer":
+ version "9.11.0"
+ resolved "file:components/layer"
dependencies:
- "@dhis2-ui/portal" "7.16.3"
- "@dhis2/prop-types" "^3.0.0-beta.1"
- "@dhis2/ui-constants" "7.16.3"
+ "@dhis2-ui/portal" "9.11.0"
+ "@dhis2/prop-types" "^3.1.2"
+ "@dhis2/ui-constants" "9.11.0"
classnames "^2.3.1"
prop-types "^15.7.2"
-"@dhis2-ui/legend@7.16.3":
- version "7.16.3"
- resolved "https://registry.yarnpkg.com/@dhis2-ui/legend/-/legend-7.16.3.tgz#d3f105f12ec410a66c3b06ac5de03f825fb0d971"
- integrity sha512-SsgM5Sovv9Z74keAMGgj/hBtm0aCogWzlH/HxB0Wd5QGU4zBmBh4fOFEVmb1yuk/nTRAJOjY1KRueEQxrGXYng==
+"@dhis2-ui/legend@9.11.0", "@dhis2-ui/legend@file:/home/mozafar/code/dhis/ui/components/legend":
+ version "9.11.0"
+ resolved "file:components/legend"
dependencies:
- "@dhis2-ui/required" "7.16.3"
- "@dhis2/prop-types" "^3.0.0-beta.1"
- "@dhis2/ui-constants" "7.16.3"
+ "@dhis2-ui/required" "9.11.0"
+ "@dhis2/prop-types" "^3.1.2"
+ "@dhis2/ui-constants" "9.11.0"
classnames "^2.3.1"
prop-types "^15.7.2"
-"@dhis2-ui/loader@7.16.3":
- version "7.16.3"
- resolved "https://registry.yarnpkg.com/@dhis2-ui/loader/-/loader-7.16.3.tgz#184d2a706d206bb8916458b16cc3a1ecdec81051"
- integrity sha512-XkfrtZsCibs7ksA78C9CyBDvuDMwAUoqXIIlOH6cMxX0QMXGuup4Li5660r3G6xEhVFdKqnyCGUTBIaHCCLO0g==
+"@dhis2-ui/loader@9.11.0", "@dhis2-ui/loader@file:/home/mozafar/code/dhis/ui/components/loader":
+ version "9.11.0"
+ resolved "file:components/loader"
dependencies:
- "@dhis2/prop-types" "^3.0.0-beta.1"
- "@dhis2/ui-constants" "7.16.3"
+ "@dhis2/prop-types" "^3.1.2"
+ "@dhis2/ui-constants" "9.11.0"
classnames "^2.3.1"
prop-types "^15.7.2"
-"@dhis2-ui/logo@7.16.3":
- version "7.16.3"
- resolved "https://registry.yarnpkg.com/@dhis2-ui/logo/-/logo-7.16.3.tgz#68f34dbc0de13875e9cbf5d4b4f3020dc8eec86f"
- integrity sha512-QAeEnyJT/E8pLPvK0yQ8yLvQYxTmpf/q4rbHl891E7SfU0mKYsP4k5v0kY5KLuBmBZ0RdHZuCMSIhqbrFRmepQ==
+"@dhis2-ui/logo@9.11.0", "@dhis2-ui/logo@file:/home/mozafar/code/dhis/ui/components/logo":
+ version "9.11.0"
+ resolved "file:components/logo"
dependencies:
- "@dhis2/prop-types" "^3.0.0-beta.1"
- "@dhis2/ui-constants" "7.16.3"
+ "@dhis2/prop-types" "^3.1.2"
+ "@dhis2/ui-constants" "9.11.0"
classnames "^2.3.1"
prop-types "^15.7.2"
-"@dhis2-ui/menu@7.16.3":
- version "7.16.3"
- resolved "https://registry.yarnpkg.com/@dhis2-ui/menu/-/menu-7.16.3.tgz#3fa4ef6e5d751ddcb60410a2b82764df8a0175a6"
- integrity sha512-yZqtB0oBrtKIMDZCUz02dyt3NkxH1qjecq3Cg2fzz6Oyp8cJwvky+fi8Rm8pKIvCoNQ3bH58JzgPSZu6ppTAfQ==
- dependencies:
- "@dhis2-ui/card" "7.16.3"
- "@dhis2-ui/divider" "7.16.3"
- "@dhis2-ui/layer" "7.16.3"
- "@dhis2-ui/popper" "7.16.3"
- "@dhis2-ui/portal" "7.16.3"
- "@dhis2/prop-types" "^3.0.0-beta.1"
- "@dhis2/ui-constants" "7.16.3"
- "@dhis2/ui-icons" "7.16.3"
+"@dhis2-ui/menu@9.11.0", "@dhis2-ui/menu@file:/home/mozafar/code/dhis/ui/components/menu":
+ version "9.11.0"
+ resolved "file:components/menu"
+ dependencies:
+ "@dhis2-ui/card" "9.11.0"
+ "@dhis2-ui/divider" "9.11.0"
+ "@dhis2-ui/layer" "9.11.0"
+ "@dhis2-ui/popper" "9.11.0"
+ "@dhis2-ui/portal" "9.11.0"
+ "@dhis2/prop-types" "^3.1.2"
+ "@dhis2/ui-constants" "9.11.0"
+ "@dhis2/ui-icons" "9.11.0"
classnames "^2.3.1"
prop-types "^15.7.2"
-"@dhis2-ui/modal@7.16.3":
- version "7.16.3"
- resolved "https://registry.yarnpkg.com/@dhis2-ui/modal/-/modal-7.16.3.tgz#f4e46f065e7bd1ada12d64c7a01c106dc98bc488"
- integrity sha512-35pyvr0KEOsFGkd6RYmDlzNDqEJ+NT5BaTgPHJ9A3jk2+BU27/n838UH6F2Vj+FQAZX7cqhZO3qQQ1DAcOslOw==
- dependencies:
- "@dhis2-ui/card" "7.16.3"
- "@dhis2-ui/center" "7.16.3"
- "@dhis2-ui/layer" "7.16.3"
- "@dhis2-ui/portal" "7.16.3"
- "@dhis2/prop-types" "^3.0.0-beta.1"
- "@dhis2/ui-constants" "7.16.3"
- "@dhis2/ui-icons" "7.16.3"
+"@dhis2-ui/modal@9.11.0", "@dhis2-ui/modal@file:/home/mozafar/code/dhis/ui/components/modal":
+ version "9.11.0"
+ resolved "file:components/modal"
+ dependencies:
+ "@dhis2-ui/card" "9.11.0"
+ "@dhis2-ui/center" "9.11.0"
+ "@dhis2-ui/layer" "9.11.0"
+ "@dhis2-ui/portal" "9.11.0"
+ "@dhis2/prop-types" "^3.1.2"
+ "@dhis2/ui-constants" "9.11.0"
+ "@dhis2/ui-icons" "9.11.0"
classnames "^2.3.1"
prop-types "^15.7.2"
-"@dhis2-ui/node@7.16.3":
- version "7.16.3"
- resolved "https://registry.yarnpkg.com/@dhis2-ui/node/-/node-7.16.3.tgz#59a334aaafad0e5f55ae580ade2545d60024a6e6"
- integrity sha512-7QRaBJiNDa/cp8ANuG+VvwPs0MvCqaiYSh6Zzy+ZUwHVhXanGJr78smF1YfYjj4RzQrGzgraAqkPBzorPLuMYg==
+"@dhis2-ui/node@9.11.0", "@dhis2-ui/node@file:/home/mozafar/code/dhis/ui/components/node":
+ version "9.11.0"
+ resolved "file:components/node"
dependencies:
- "@dhis2-ui/loader" "7.16.3"
- "@dhis2/prop-types" "^3.0.0-beta.1"
- "@dhis2/ui-constants" "7.16.3"
+ "@dhis2-ui/loader" "9.11.0"
+ "@dhis2/prop-types" "^3.1.2"
+ "@dhis2/ui-constants" "9.11.0"
classnames "^2.3.1"
prop-types "^15.7.2"
-"@dhis2-ui/notice-box@7.16.3":
- version "7.16.3"
- resolved "https://registry.yarnpkg.com/@dhis2-ui/notice-box/-/notice-box-7.16.3.tgz#07fa07ca5cbd2e75b7150c35f91b018248466f65"
- integrity sha512-wvXjsZwJuAbNf+3h96+998n53Xw1QaYc5FkLG7P5+RVWpkWzDQY47jfv5cT78gEtCG+coPXoQBibuHRdHodaSg==
+"@dhis2-ui/notice-box@9.11.0", "@dhis2-ui/notice-box@file:/home/mozafar/code/dhis/ui/components/notice-box":
+ version "9.11.0"
+ resolved "file:components/notice-box"
dependencies:
- "@dhis2/prop-types" "^3.0.0-beta.1"
- "@dhis2/ui-constants" "7.16.3"
- "@dhis2/ui-icons" "7.16.3"
+ "@dhis2/prop-types" "^3.1.2"
+ "@dhis2/ui-constants" "9.11.0"
+ "@dhis2/ui-icons" "9.11.0"
classnames "^2.3.1"
prop-types "^15.7.2"
-"@dhis2-ui/organisation-unit-tree@7.16.3":
- version "7.16.3"
- resolved "https://registry.yarnpkg.com/@dhis2-ui/organisation-unit-tree/-/organisation-unit-tree-7.16.3.tgz#fb6785e6b346fe5f524ffff944854cdb4c088b96"
- integrity sha512-W2XgDrGmxH3FIUCGR/AA+sP37m9u4I7GHZFVz1zR7pIqHiSSKa8WkbClKD3aBu0zXIo9OKLfHGKBaJkIObN4sg==
+"@dhis2-ui/organisation-unit-tree@9.11.0", "@dhis2-ui/organisation-unit-tree@file:/home/mozafar/code/dhis/ui/components/organisation-unit-tree":
+ version "9.11.0"
+ resolved "file:components/organisation-unit-tree"
dependencies:
- "@dhis2-ui/checkbox" "7.16.3"
- "@dhis2-ui/loader" "7.16.3"
- "@dhis2-ui/node" "7.16.3"
- "@dhis2/prop-types" "^3.0.0-beta.1"
- "@dhis2/ui-constants" "7.16.3"
+ "@dhis2-ui/button" "9.11.0"
+ "@dhis2-ui/checkbox" "9.11.0"
+ "@dhis2-ui/loader" "9.11.0"
+ "@dhis2-ui/node" "9.11.0"
+ "@dhis2/prop-types" "^3.1.2"
+ "@dhis2/ui-constants" "9.11.0"
classnames "^2.3.1"
prop-types "^15.7.2"
-"@dhis2-ui/pagination@7.16.3":
- version "7.16.3"
- resolved "https://registry.yarnpkg.com/@dhis2-ui/pagination/-/pagination-7.16.3.tgz#e64ca131b8be5ed16562b3870b5f464bd27cf238"
- integrity sha512-M1i+zoVPV4H/eGGRgGoOHP2r4oEODp1CSVikGuvQhzb7p94bDc98jG3pZzQNfKf+O7uuKMDIvYEI9zohipMXyw==
+"@dhis2-ui/pagination@9.11.0", "@dhis2-ui/pagination@file:/home/mozafar/code/dhis/ui/components/pagination":
+ version "9.11.0"
+ resolved "file:components/pagination"
dependencies:
- "@dhis2-ui/button" "7.16.3"
- "@dhis2-ui/select" "7.16.3"
- "@dhis2/prop-types" "^3.0.0-beta.1"
- "@dhis2/ui-constants" "7.16.3"
- "@dhis2/ui-icons" "7.16.3"
+ "@dhis2-ui/button" "9.11.0"
+ "@dhis2-ui/select" "9.11.0"
+ "@dhis2/prop-types" "^3.1.2"
+ "@dhis2/ui-constants" "9.11.0"
+ "@dhis2/ui-icons" "9.11.0"
classnames "^2.3.1"
prop-types "^15.7.2"
-"@dhis2-ui/popover@7.16.3":
- version "7.16.3"
- resolved "https://registry.yarnpkg.com/@dhis2-ui/popover/-/popover-7.16.3.tgz#afbb33bad646d94efe0e46cc70fd8ef1723343ab"
- integrity sha512-RAhd5azCh+60xeqf6XvtT26j9zfqE9d7sYTy2vIiLI9YC4McJDnwy54CH221Ko93ZwTNFNisLNd//4N1hFs8aQ==
+"@dhis2-ui/popover@9.11.0", "@dhis2-ui/popover@file:/home/mozafar/code/dhis/ui/components/popover":
+ version "9.11.0"
+ resolved "file:components/popover"
dependencies:
- "@dhis2-ui/layer" "7.16.3"
- "@dhis2-ui/popper" "7.16.3"
- "@dhis2/prop-types" "^3.0.0-beta.1"
- "@dhis2/ui-constants" "7.16.3"
+ "@dhis2-ui/layer" "9.11.0"
+ "@dhis2-ui/popper" "9.11.0"
+ "@dhis2/prop-types" "^3.1.2"
+ "@dhis2/ui-constants" "9.11.0"
classnames "^2.3.1"
prop-types "^15.7.2"
-"@dhis2-ui/popper@7.16.3":
- version "7.16.3"
- resolved "https://registry.yarnpkg.com/@dhis2-ui/popper/-/popper-7.16.3.tgz#bb03bf179558cf245b236f0dd780fe670d7a22bf"
- integrity sha512-6I68xVD8yc+/u5aVZOMQBL4dtHNz71Ip757c7P8HkBZQLWSVm1Zp1Z1JFMRh4JBif09SXYJ+bXLxk3LYMNf25g==
+"@dhis2-ui/popper@9.11.0", "@dhis2-ui/popper@file:/home/mozafar/code/dhis/ui/components/popper":
+ version "9.11.0"
+ resolved "file:components/popper"
dependencies:
- "@dhis2/prop-types" "^3.0.0-beta.1"
- "@dhis2/ui-constants" "7.16.3"
+ "@dhis2/prop-types" "^3.1.2"
+ "@dhis2/ui-constants" "9.11.0"
"@popperjs/core" "^2.10.1"
classnames "^2.3.1"
prop-types "^15.7.2"
react-popper "^2.2.5"
resize-observer-polyfill "^1.5.1"
-"@dhis2-ui/portal@7.16.3":
- version "7.16.3"
- resolved "https://registry.yarnpkg.com/@dhis2-ui/portal/-/portal-7.16.3.tgz#9f350dd4a3f262e6d92f276638a076f7484d2f61"
- integrity sha512-1IKbHrR0e52CJCgS109eNY3noTxOEUdbXQ+BccYp6ku2BQbdXrMjfr90aOeo9DFSbo5MNq0BmULbyzVmS19CIg==
+"@dhis2-ui/portal@9.11.0", "@dhis2-ui/portal@file:/home/mozafar/code/dhis/ui/components/portal":
+ version "9.11.0"
+ resolved "file:components/portal"
dependencies:
classnames "^2.3.1"
prop-types "^15.7.2"
-"@dhis2-ui/radio@7.16.3":
- version "7.16.3"
- resolved "https://registry.yarnpkg.com/@dhis2-ui/radio/-/radio-7.16.3.tgz#86ff8d2dc5992cba8e639e92994f6c837c2b3de6"
- integrity sha512-5GsmozDGsCVcUGJC55QuJ13Vv4KU0Cv8bXCM8g7l8lrKSZZUBtblwRXsmdDkmP464dxAg49oIjEKmLmPwD3VWg==
+"@dhis2-ui/radio@9.11.0", "@dhis2-ui/radio@file:/home/mozafar/code/dhis/ui/components/radio":
+ version "9.11.0"
+ resolved "file:components/radio"
dependencies:
- "@dhis2/prop-types" "^3.0.0-beta.1"
- "@dhis2/ui-constants" "7.16.3"
+ "@dhis2/prop-types" "^3.1.2"
+ "@dhis2/ui-constants" "9.11.0"
classnames "^2.3.1"
prop-types "^15.7.2"
-"@dhis2-ui/required@7.16.3":
- version "7.16.3"
- resolved "https://registry.yarnpkg.com/@dhis2-ui/required/-/required-7.16.3.tgz#20ffa4d94773da7cbecbdeee8a3cfb3808161167"
- integrity sha512-4YZmGyMC+fBeAbpIW+UV9W/vrg5C0G578BTMOjOQs5YCf2FjClSPmQelWUqpN/wwIq7ldB6T5qzRJ6Nh6TQJYA==
+"@dhis2-ui/required@9.11.0", "@dhis2-ui/required@file:/home/mozafar/code/dhis/ui/components/required":
+ version "9.11.0"
+ resolved "file:components/required"
dependencies:
- "@dhis2/prop-types" "^3.0.0-beta.1"
- "@dhis2/ui-constants" "7.16.3"
+ "@dhis2/prop-types" "^3.1.2"
+ "@dhis2/ui-constants" "9.11.0"
classnames "^2.3.1"
prop-types "^15.7.2"
-"@dhis2-ui/segmented-control@7.16.3":
- version "7.16.3"
- resolved "https://registry.yarnpkg.com/@dhis2-ui/segmented-control/-/segmented-control-7.16.3.tgz#aabe1755abd5e7be8d9741b8fd0fe017cdee0315"
- integrity sha512-e2CWmA/fwzWaDjjuRbsqVpJwMC0cAANsM78ZAoNAuGpm4ivWFoYF3R6acYHcPRy+P2FriuM6FxTuVs/uVL148g==
+"@dhis2-ui/segmented-control@9.11.0", "@dhis2-ui/segmented-control@file:/home/mozafar/code/dhis/ui/components/segmented-control":
+ version "9.11.0"
+ resolved "file:components/segmented-control"
dependencies:
- "@dhis2/prop-types" "^3.0.0-beta.1"
- "@dhis2/ui-constants" "7.16.3"
+ "@dhis2/prop-types" "^3.1.2"
+ "@dhis2/ui-constants" "9.11.0"
classnames "^2.3.1"
prop-types "^15.7.2"
-"@dhis2-ui/select@7.16.3":
- version "7.16.3"
- resolved "https://registry.yarnpkg.com/@dhis2-ui/select/-/select-7.16.3.tgz#4f70c230ab31b311b71b2d28dd6dfcb8ad9bc2d3"
- integrity sha512-N0j06jIc5t2a4h39fl2kIWwzXeoQGQZrMw0tMUknCGjHUTvsfHyP/RbFpl0Rk42FykKyC0vIuX932lEVGn6h8g==
- dependencies:
- "@dhis2-ui/box" "7.16.3"
- "@dhis2-ui/button" "7.16.3"
- "@dhis2-ui/card" "7.16.3"
- "@dhis2-ui/checkbox" "7.16.3"
- "@dhis2-ui/chip" "7.16.3"
- "@dhis2-ui/field" "7.16.3"
- "@dhis2-ui/input" "7.16.3"
- "@dhis2-ui/layer" "7.16.3"
- "@dhis2-ui/loader" "7.16.3"
- "@dhis2-ui/popper" "7.16.3"
- "@dhis2-ui/status-icon" "7.16.3"
- "@dhis2/prop-types" "^3.0.0-beta.1"
- "@dhis2/ui-constants" "7.16.3"
- "@dhis2/ui-icons" "7.16.3"
+"@dhis2-ui/select@9.11.0", "@dhis2-ui/select@file:/home/mozafar/code/dhis/ui/components/select":
+ version "9.11.0"
+ resolved "file:components/select"
+ dependencies:
+ "@dhis2-ui/box" "9.11.0"
+ "@dhis2-ui/button" "9.11.0"
+ "@dhis2-ui/card" "9.11.0"
+ "@dhis2-ui/checkbox" "9.11.0"
+ "@dhis2-ui/chip" "9.11.0"
+ "@dhis2-ui/field" "9.11.0"
+ "@dhis2-ui/input" "9.11.0"
+ "@dhis2-ui/layer" "9.11.0"
+ "@dhis2-ui/loader" "9.11.0"
+ "@dhis2-ui/popper" "9.11.0"
+ "@dhis2-ui/status-icon" "9.11.0"
+ "@dhis2-ui/tooltip" "9.11.0"
+ "@dhis2/prop-types" "^3.1.2"
+ "@dhis2/ui-constants" "9.11.0"
+ "@dhis2/ui-icons" "9.11.0"
classnames "^2.3.1"
prop-types "^15.7.2"
-"@dhis2-ui/selector-bar@7.16.3":
- version "7.16.3"
- resolved "https://registry.yarnpkg.com/@dhis2-ui/selector-bar/-/selector-bar-7.16.3.tgz#f1a4b910aeca81f4eebd49c5792c579ba9c90726"
- integrity sha512-eWFJVO+RwAbjIDiDu1GAeXj1+kGZSLNBIXK3WJfpSZHlpjg5TWJ5zh3V5IV0fcLOHQZ+8S2fYiJhNfaS4zgiDA==
- dependencies:
- "@dhis2-ui/button" "7.16.3"
- "@dhis2-ui/card" "7.16.3"
- "@dhis2-ui/layer" "7.16.3"
- "@dhis2-ui/popper" "7.16.3"
- "@dhis2/ui-constants" "7.16.3"
- "@dhis2/ui-icons" "7.16.3"
+"@dhis2-ui/selector-bar@9.11.0", "@dhis2-ui/selector-bar@file:/home/mozafar/code/dhis/ui/components/selector-bar":
+ version "9.11.0"
+ resolved "file:components/selector-bar"
+ dependencies:
+ "@dhis2-ui/button" "9.11.0"
+ "@dhis2-ui/card" "9.11.0"
+ "@dhis2-ui/layer" "9.11.0"
+ "@dhis2-ui/popper" "9.11.0"
+ "@dhis2/ui-constants" "9.11.0"
+ "@dhis2/ui-icons" "9.11.0"
"@testing-library/react" "^12.1.2"
classnames "^2.3.1"
prop-types "^15.7.2"
-"@dhis2-ui/sharing-dialog@7.16.3":
- version "7.16.3"
- resolved "https://registry.yarnpkg.com/@dhis2-ui/sharing-dialog/-/sharing-dialog-7.16.3.tgz#e92f9736432576568c87e8b643eddb6b636b6d8a"
- integrity sha512-BGEZUSZPocKAY6iT+MnBxtx/c/dpZbSlgq/0LHttEXmeQKzeIgz+D02ZcHpPr3fkzqqQSfi4FUmgL47+Cx+S7Q==
- dependencies:
- "@dhis2-ui/box" "7.16.3"
- "@dhis2-ui/button" "7.16.3"
- "@dhis2-ui/card" "7.16.3"
- "@dhis2-ui/divider" "7.16.3"
- "@dhis2-ui/input" "7.16.3"
- "@dhis2-ui/layer" "7.16.3"
- "@dhis2-ui/menu" "7.16.3"
- "@dhis2-ui/modal" "7.16.3"
- "@dhis2-ui/notice-box" "7.16.3"
- "@dhis2-ui/popper" "7.16.3"
- "@dhis2-ui/select" "7.16.3"
- "@dhis2-ui/tab" "7.16.3"
- "@dhis2-ui/tooltip" "7.16.3"
- "@dhis2-ui/user-avatar" "7.16.3"
- "@dhis2/prop-types" "^3.0.0-beta.1"
- "@dhis2/ui-constants" "7.16.3"
- "@dhis2/ui-icons" "7.16.3"
+"@dhis2-ui/sharing-dialog@9.11.0", "@dhis2-ui/sharing-dialog@file:/home/mozafar/code/dhis/ui/components/sharing-dialog":
+ version "9.11.0"
+ resolved "file:components/sharing-dialog"
+ dependencies:
+ "@dhis2-ui/box" "9.11.0"
+ "@dhis2-ui/button" "9.11.0"
+ "@dhis2-ui/card" "9.11.0"
+ "@dhis2-ui/divider" "9.11.0"
+ "@dhis2-ui/input" "9.11.0"
+ "@dhis2-ui/layer" "9.11.0"
+ "@dhis2-ui/menu" "9.11.0"
+ "@dhis2-ui/modal" "9.11.0"
+ "@dhis2-ui/notice-box" "9.11.0"
+ "@dhis2-ui/popper" "9.11.0"
+ "@dhis2-ui/select" "9.11.0"
+ "@dhis2-ui/tab" "9.11.0"
+ "@dhis2-ui/tooltip" "9.11.0"
+ "@dhis2-ui/user-avatar" "9.11.0"
+ "@dhis2/prop-types" "^3.1.2"
+ "@dhis2/ui-constants" "9.11.0"
+ "@dhis2/ui-icons" "9.11.0"
"@react-hook/size" "^2.1.2"
classnames "^2.3.1"
prop-types "^15.7.2"
-"@dhis2-ui/status-icon@7.16.3":
- version "7.16.3"
- resolved "https://registry.yarnpkg.com/@dhis2-ui/status-icon/-/status-icon-7.16.3.tgz#d23f75ba6b45aac83810ea40ac04b17bd65ee0d7"
- integrity sha512-SjJzmO9BnP+huBrxvcHyBAEsoKQQjCwzNt11JNeEC4g35UTu850XgYiq5wz5nVPWd3x6IcOJxJ2Y0KEIndKANg==
+"@dhis2-ui/status-icon@9.11.0", "@dhis2-ui/status-icon@file:/home/mozafar/code/dhis/ui/components/status-icon":
+ version "9.11.0"
+ resolved "file:components/status-icon"
dependencies:
- "@dhis2-ui/loader" "7.16.3"
- "@dhis2/prop-types" "^3.0.0-beta.1"
- "@dhis2/ui-constants" "7.16.3"
- "@dhis2/ui-icons" "7.16.3"
+ "@dhis2-ui/loader" "9.11.0"
+ "@dhis2/prop-types" "^3.1.2"
+ "@dhis2/ui-constants" "9.11.0"
+ "@dhis2/ui-icons" "9.11.0"
classnames "^2.3.1"
prop-types "^15.7.2"
-"@dhis2-ui/switch@7.16.3":
- version "7.16.3"
- resolved "https://registry.yarnpkg.com/@dhis2-ui/switch/-/switch-7.16.3.tgz#a6dc9724c64e5e6f2aad89e4aa0160d46ad89041"
- integrity sha512-aV0wXZW42o6QDta9+zTatAaLYvMB1t4+cJB1IJjMPAZpKQe5CJ/1HPd7po+CSkH+BWHUX6VDoE6P3RNx8XABjw==
+"@dhis2-ui/switch@9.11.0", "@dhis2-ui/switch@file:/home/mozafar/code/dhis/ui/components/switch":
+ version "9.11.0"
+ resolved "file:components/switch"
dependencies:
- "@dhis2-ui/field" "7.16.3"
- "@dhis2-ui/required" "7.16.3"
- "@dhis2/prop-types" "^3.0.0-beta.1"
- "@dhis2/ui-constants" "7.16.3"
+ "@dhis2-ui/field" "9.11.0"
+ "@dhis2-ui/required" "9.11.0"
+ "@dhis2/prop-types" "^3.1.2"
+ "@dhis2/ui-constants" "9.11.0"
classnames "^2.3.1"
prop-types "^15.7.2"
-"@dhis2-ui/tab@7.16.3":
- version "7.16.3"
- resolved "https://registry.yarnpkg.com/@dhis2-ui/tab/-/tab-7.16.3.tgz#17f7089867fc8d27b546bbe0eb1e66f3f5a20f03"
- integrity sha512-pftzZ2B0R9N7g1tyj8ausJ8BvlnSUEx+eikPrvVMV/MOIZ7pOpufNHJJy1FMrduM60KKnqsPcufFcwgMyY0j8Q==
+"@dhis2-ui/tab@9.11.0", "@dhis2-ui/tab@file:/home/mozafar/code/dhis/ui/components/tab":
+ version "9.11.0"
+ resolved "file:components/tab"
dependencies:
- "@dhis2/prop-types" "^3.0.0-beta.1"
- "@dhis2/ui-constants" "7.16.3"
- "@dhis2/ui-icons" "7.16.3"
+ "@dhis2-ui/tooltip" "9.11.0"
+ "@dhis2/prop-types" "^3.1.2"
+ "@dhis2/ui-constants" "9.11.0"
+ "@dhis2/ui-icons" "9.11.0"
classnames "^2.3.1"
prop-types "^15.7.2"
-"@dhis2-ui/table@7.16.3":
- version "7.16.3"
- resolved "https://registry.yarnpkg.com/@dhis2-ui/table/-/table-7.16.3.tgz#b3674a8e41b42a11877b8d1d1c6d634dcef12f6c"
- integrity sha512-kEeb1KHl/rEXMAArRfQcvfUH51kZp2NOF8Bgd5FbCRH7EQTPzjIMSeezvf485ykHtljphFT5yTwcuGYy62Y0hQ==
+"@dhis2-ui/table@9.11.0", "@dhis2-ui/table@file:/home/mozafar/code/dhis/ui/components/table":
+ version "9.11.0"
+ resolved "file:components/table"
dependencies:
- "@dhis2/prop-types" "^3.0.0-beta.1"
- "@dhis2/ui-constants" "7.16.3"
- "@dhis2/ui-icons" "7.16.3"
+ "@dhis2/prop-types" "^3.1.2"
+ "@dhis2/ui-constants" "9.11.0"
+ "@dhis2/ui-icons" "9.11.0"
classnames "^2.3.1"
prop-types "^15.7.2"
-"@dhis2-ui/tag@7.16.3":
- version "7.16.3"
- resolved "https://registry.yarnpkg.com/@dhis2-ui/tag/-/tag-7.16.3.tgz#4d9f733c0bfdbae4c95471c5dc03770b6563a353"
- integrity sha512-q0CqCZJnOUpVWoybkcsXocVeeXK3Jt77OBHfn6XBwl6FJn0HYMaTSaObDkulAcNP1nO/n/xuSjRxT6WzncavTQ==
+"@dhis2-ui/tag@9.11.0", "@dhis2-ui/tag@file:/home/mozafar/code/dhis/ui/components/tag":
+ version "9.11.0"
+ resolved "file:components/tag"
dependencies:
- "@dhis2/prop-types" "^3.0.0-beta.1"
- "@dhis2/ui-constants" "7.16.3"
+ "@dhis2/prop-types" "^3.1.2"
+ "@dhis2/ui-constants" "9.11.0"
classnames "^2.3.1"
prop-types "^15.7.2"
-"@dhis2-ui/text-area@7.16.3":
- version "7.16.3"
- resolved "https://registry.yarnpkg.com/@dhis2-ui/text-area/-/text-area-7.16.3.tgz#682cf4e3588f5423f53ff603437e89cc55e2c10b"
- integrity sha512-V4L/ilNt6ioZurijZqNUoyulxhF2m2StEArWaa7Gc4f3+DE62frycYU+GAsiLFyNZAXFtyOhojqbIloWX1GuEg==
- dependencies:
- "@dhis2-ui/box" "7.16.3"
- "@dhis2-ui/field" "7.16.3"
- "@dhis2-ui/loader" "7.16.3"
- "@dhis2-ui/status-icon" "7.16.3"
- "@dhis2/prop-types" "^3.0.0-beta.1"
- "@dhis2/ui-constants" "7.16.3"
- "@dhis2/ui-icons" "7.16.3"
+"@dhis2-ui/text-area@9.11.0", "@dhis2-ui/text-area@file:/home/mozafar/code/dhis/ui/components/text-area":
+ version "9.11.0"
+ resolved "file:components/text-area"
+ dependencies:
+ "@dhis2-ui/box" "9.11.0"
+ "@dhis2-ui/field" "9.11.0"
+ "@dhis2-ui/loader" "9.11.0"
+ "@dhis2-ui/status-icon" "9.11.0"
+ "@dhis2/prop-types" "^3.1.2"
+ "@dhis2/ui-constants" "9.11.0"
+ "@dhis2/ui-icons" "9.11.0"
classnames "^2.3.1"
prop-types "^15.7.2"
-"@dhis2-ui/tooltip@7.16.3":
- version "7.16.3"
- resolved "https://registry.yarnpkg.com/@dhis2-ui/tooltip/-/tooltip-7.16.3.tgz#002c2072f49779ce972cd1ed8e6f4cb24bb587da"
- integrity sha512-uB4khAk18hPDaNAli/2ZzQcYq0QNsCzL8gdZoLNSGWAa/T+sR9VxPp7O1xx7iFgYL/SFjZqyb2x0UUNXPtSf8g==
+"@dhis2-ui/tooltip@9.11.0", "@dhis2-ui/tooltip@file:/home/mozafar/code/dhis/ui/components/tooltip":
+ version "9.11.0"
+ resolved "file:components/tooltip"
dependencies:
- "@dhis2-ui/popper" "7.16.3"
- "@dhis2-ui/portal" "7.16.3"
- "@dhis2/prop-types" "^3.0.0-beta.1"
- "@dhis2/ui-constants" "7.16.3"
+ "@dhis2-ui/popper" "9.11.0"
+ "@dhis2-ui/portal" "9.11.0"
+ "@dhis2/prop-types" "^3.1.2"
+ "@dhis2/ui-constants" "9.11.0"
classnames "^2.3.1"
prop-types "^15.7.2"
-"@dhis2-ui/transfer@7.16.3":
- version "7.16.3"
- resolved "https://registry.yarnpkg.com/@dhis2-ui/transfer/-/transfer-7.16.3.tgz#bbeca5a6924f341bf22747833101d8e88d3b9859"
- integrity sha512-dypuVM0FUSQD0LCNg3xkFoUp+TTXaBunQvDFbNIv3N9PMIN++wb1sdbwP1rzOhN/atH+Nkf+Ljxp/N4Ddl1qlA==
- dependencies:
- "@dhis2-ui/button" "7.16.3"
- "@dhis2-ui/field" "7.16.3"
- "@dhis2-ui/input" "7.16.3"
- "@dhis2-ui/intersection-detector" "7.16.3"
- "@dhis2-ui/loader" "7.16.3"
- "@dhis2/prop-types" "^3.0.0-beta.1"
- "@dhis2/ui-constants" "7.16.3"
+"@dhis2-ui/transfer@9.11.0", "@dhis2-ui/transfer@file:/home/mozafar/code/dhis/ui/components/transfer":
+ version "9.11.0"
+ resolved "file:components/transfer"
+ dependencies:
+ "@dhis2-ui/button" "9.11.0"
+ "@dhis2-ui/field" "9.11.0"
+ "@dhis2-ui/input" "9.11.0"
+ "@dhis2-ui/intersection-detector" "9.11.0"
+ "@dhis2-ui/loader" "9.11.0"
+ "@dhis2/prop-types" "^3.1.2"
+ "@dhis2/ui-constants" "9.11.0"
classnames "^2.3.1"
prop-types "^15.7.2"
-"@dhis2-ui/user-avatar@7.16.3":
- version "7.16.3"
- resolved "https://registry.yarnpkg.com/@dhis2-ui/user-avatar/-/user-avatar-7.16.3.tgz#0f67ef8824b9c81b8971078970bd33f9433c6e7a"
- integrity sha512-LLsTiJyKuHM+ACe+Sfz4Kh69UWX9rQlVNMzUHqJYmtHQez11E5cRmY2UCbAHKhnyI1sfBkEHsxMxzCA+tc+65w==
+"@dhis2-ui/user-avatar@9.11.0", "@dhis2-ui/user-avatar@file:/home/mozafar/code/dhis/ui/components/user-avatar":
+ version "9.11.0"
+ resolved "file:components/user-avatar"
dependencies:
- "@dhis2/prop-types" "^3.0.0"
- "@dhis2/ui-constants" "7.16.3"
+ "@dhis2/prop-types" "^3.1.2"
+ "@dhis2/ui-constants" "9.11.0"
classnames "^2.3.1"
prop-types "^15.7.2"
-"@dhis2/app-adapter@8.3.3":
- version "8.3.3"
- resolved "https://registry.yarnpkg.com/@dhis2/app-adapter/-/app-adapter-8.3.3.tgz#f3729bec60db014dfdd2fa6b74b5f42a0a46afe2"
- integrity sha512-L6Ybb672hKxSZu8lftaNGln4js0n/mHBNlJDAT8KUQrnPofCJ2goAb4FoBo2xvxTI5zzg+1bCoLh6C2msaL6sg==
+"@dhis2/app-adapter@11.7.0":
+ version "11.7.0"
+ resolved "https://registry.npmjs.org/@dhis2/app-adapter/-/app-adapter-11.7.0.tgz"
+ integrity sha512-GeswzYbVr5vAKqHgFeVTM/3igRoX7KuR7bhDU7tPjHfcouLUm4MbIWG4dK70GiWKyGBNlLtudJcz2FkhFaRcdg==
dependencies:
- "@dhis2/pwa" "8.3.3"
+ "@dhis2/pwa" "11.7.0"
moment "^2.24.0"
-"@dhis2/app-runtime@^3.2.3", "@dhis2/app-runtime@^3.9.0":
+"@dhis2/app-runtime@^3.10.4", "@dhis2/app-runtime@^3.9.0":
version "3.10.6"
- resolved "https://registry.yarnpkg.com/@dhis2/app-runtime/-/app-runtime-3.10.6.tgz#10add0b8a2e1de06777e6e78c681a3a8f15ba058"
+ resolved "https://registry.npmjs.org/@dhis2/app-runtime/-/app-runtime-3.10.6.tgz"
integrity sha512-WfC+AHkw0V3V3/wyLPHoTyAf8i4btLl/R2nMBVs3NEXLwA9mekG/gXs7AEPnK2/p6FVoqXMDwJHEH2b8Iw4UFw==
dependencies:
"@dhis2/app-service-alerts" "3.10.6"
@@ -2530,60 +2459,61 @@
"@dhis2/app-service-alerts@3.10.6":
version "3.10.6"
- resolved "https://registry.yarnpkg.com/@dhis2/app-service-alerts/-/app-service-alerts-3.10.6.tgz#47e65d7ed57a4bd801a513b0f71d0ed2839ea363"
+ resolved "https://registry.npmjs.org/@dhis2/app-service-alerts/-/app-service-alerts-3.10.6.tgz"
integrity sha512-2r9IUBp5Z5zuSqjTEWpt+rx7tP5AqrtkPJ8ZVOKW5YBn1DB4bQ5ti9GOevHM4othr7Mrmt22UADPgfEkfc7XzQ==
"@dhis2/app-service-config@3.10.6":
version "3.10.6"
- resolved "https://registry.yarnpkg.com/@dhis2/app-service-config/-/app-service-config-3.10.6.tgz#bf952156329ab48d6da407522c6e06072fdf896a"
+ resolved "https://registry.npmjs.org/@dhis2/app-service-config/-/app-service-config-3.10.6.tgz"
integrity sha512-Z/rSBjCc8kP78QYhKNyGoCafGfwpqMDg8mV2x/H6CavgEicOa+qHX3bkKV6+fC9Sw2FnsWHRemxYRkgbW/BD3g==
"@dhis2/app-service-data@3.10.6":
version "3.10.6"
- resolved "https://registry.yarnpkg.com/@dhis2/app-service-data/-/app-service-data-3.10.6.tgz#2f3f522b4a5a8c8d531f8901cca502323e566042"
+ resolved "https://registry.npmjs.org/@dhis2/app-service-data/-/app-service-data-3.10.6.tgz"
integrity sha512-9RH3Dn0shcVdF7itgKy9cK3yMEcyP5xXjNzYPGzWf+3q9aGlzjh22pHE4p+C9OV+SeVO2q+5GcNOk7rdZvS+Cg==
dependencies:
react-query "^3.13.11"
"@dhis2/app-service-offline@3.10.6":
version "3.10.6"
- resolved "https://registry.yarnpkg.com/@dhis2/app-service-offline/-/app-service-offline-3.10.6.tgz#e1d83520bb292fc51b24eab65d05e1c9fa1e2ad6"
+ resolved "https://registry.npmjs.org/@dhis2/app-service-offline/-/app-service-offline-3.10.6.tgz"
integrity sha512-179QXdUOFgPPIOhY5HD+C6GzzJDvhR8GW7jXT4LtjCeO/4EbA3r9sycyrYpLZL66GtpGHkeV5g4slxM1t+63cw==
dependencies:
lodash "^4.17.21"
"@dhis2/app-service-plugin@3.10.6":
version "3.10.6"
- resolved "https://registry.yarnpkg.com/@dhis2/app-service-plugin/-/app-service-plugin-3.10.6.tgz#1c6792b6d051c4b3301d76d083c3364424140a83"
+ resolved "https://registry.npmjs.org/@dhis2/app-service-plugin/-/app-service-plugin-3.10.6.tgz"
integrity sha512-um4ONieW+xpWfagt+QNF4ZtzzFpm8KeA9tlBomamOfhGIpi9mkCWtaY0Mw2IUWO+d0Uh4cfmeQV6w6jOX6xJzw==
dependencies:
post-robot "^10.0.46"
-"@dhis2/app-shell@8.3.3":
- version "8.3.3"
- resolved "https://registry.yarnpkg.com/@dhis2/app-shell/-/app-shell-8.3.3.tgz#c2956a5cd4bf0cee32e8ffe80df9bbcefdbedd5e"
- integrity sha512-mF+AXwHvQYJDsoljASSBNyw/d3OUDHcdNsCpVWHEIdVKXIyv1PqGfKctQ4THIFznFVMK4+uCWhDGeempwTaQrA==
- dependencies:
- "@dhis2/app-adapter" "8.3.3"
- "@dhis2/app-runtime" "^3.2.3"
- "@dhis2/d2-i18n" "^1.1.0"
- "@dhis2/pwa" "8.3.3"
- "@dhis2/ui" "^7.2.0"
+"@dhis2/app-shell@11.7.0":
+ version "11.7.0"
+ resolved "https://registry.npmjs.org/@dhis2/app-shell/-/app-shell-11.7.0.tgz"
+ integrity sha512-esx449gAHBo3gB1RRZXhuigT5OcUfW0ckf2yKsOzjsw7iznDuHCv1X/ypZpkO5gVlGNxX/LaCOaPZ38/FDBCAA==
+ dependencies:
+ "@dhis2/app-adapter" "11.7.0"
+ "@dhis2/app-runtime" "^3.10.4"
+ "@dhis2/d2-i18n" "^1.1.1"
+ "@dhis2/pwa" "11.7.0"
+ "@dhis2/ui" "^9.8.9"
classnames "^2.2.6"
moment "^2.29.1"
+ post-robot "^10.0.46"
prop-types "^15.7.2"
react "^16.8.6"
react-dom "^16.8.6"
- react-scripts "^4.0.3"
+ react-scripts "^5.0.1"
source-map-explorer "^2.1.0"
styled-jsx "^4.0.1"
typeface-roboto "^0.0.75"
typescript "^3.6.3"
-"@dhis2/cli-app-scripts@^8.0.0":
- version "8.3.3"
- resolved "https://registry.yarnpkg.com/@dhis2/cli-app-scripts/-/cli-app-scripts-8.3.3.tgz#3043f85a989f03dd5db1e60c427b94b7a975ca3d"
- integrity sha512-oFyPp+9rvr5vInOO37AE9rEl3Zm1XOxar/qjcKv841LwCs3iZfJaJsh4PAi+4WtDhdjwhnpSnqQs9hIUfB3VGQ==
+"@dhis2/cli-app-scripts@^11.7.0":
+ version "11.7.0"
+ resolved "https://registry.npmjs.org/@dhis2/cli-app-scripts/-/cli-app-scripts-11.7.0.tgz"
+ integrity sha512-S3lkVz/BGyoZARC4yLcIxD0fkKr3XZo2Mh6wS+lPjucLLmTcZFObi1ozxm5OzOK3KPHSEvQQug8LLD8eVh2ERg==
dependencies:
"@babel/core" "^7.6.2"
"@babel/plugin-proposal-class-properties" "^7.8.3"
@@ -2592,37 +2522,51 @@
"@babel/preset-env" "^7.14.7"
"@babel/preset-react" "^7.0.0"
"@babel/preset-typescript" "^7.6.0"
- "@dhis2/app-shell" "8.3.3"
+ "@dhis2/app-shell" "11.7.0"
"@dhis2/cli-helpers-engine" "^3.2.0"
"@jest/core" "^27.0.6"
+ "@pmmmwh/react-refresh-webpack-plugin" "^0.5.4"
"@yarnpkg/lockfile" "^1.1.0"
archiver "^3.1.1"
axios "^0.25.0"
babel-jest "^27.0.6"
+ babel-loader "^8.1.0"
babel-plugin-react-require "^3.1.3"
chokidar "^3.3.0"
+ css-loader "^6.7.1"
+ css-minimizer-webpack-plugin "^3.4.1"
detect-port "^1.3.0"
dotenv "^8.1.0"
dotenv-expand "^5.1.0"
+ file-loader "^6.2.0"
form-data "^3.0.0"
fs-extra "^8.1.0"
gaze "^1.1.3"
handlebars "^4.3.3"
+ html-webpack-plugin "^5.5.0"
http-proxy "^1.18.1"
i18next-conv "^9"
- i18next-scanner "^2.10.3"
+ i18next-scanner "^3.3.0"
inquirer "^7.3.3"
lodash "^4.17.11"
+ mini-css-extract-plugin "^2.5.3"
node-http-proxy-json "^0.1.9"
parse-author "^2.0.0"
parse-gitignore "^1.0.1"
+ postcss-loader "^7.0.1"
+ react-dev-utils "^12.0.0"
+ react-refresh "^0.11.0"
+ style-loader "^3.3.1"
styled-jsx "^4.0.1"
+ terser-webpack-plugin "^5.3.1"
webpack "^5.41.1"
+ webpack-dev-server "^4.7.4"
workbox-build "^6.1.5"
+ workbox-webpack-plugin "^6.5.4"
"@dhis2/cli-helpers-engine@^1.5.0":
version "1.5.0"
- resolved "https://registry.yarnpkg.com/@dhis2/cli-helpers-engine/-/cli-helpers-engine-1.5.0.tgz#5bce097bcb226842d67cffae716b44f9b037390e"
+ resolved "https://registry.npmjs.org/@dhis2/cli-helpers-engine/-/cli-helpers-engine-1.5.0.tgz"
integrity sha512-g2gQlHRrEb1IUHR2SIgc6RDfe+s8LYpZ+2pHp9QBr5xzWlSCCoVXl0hDdRSn0L46HDlpKgwhfa2pq/YVLjcS1g==
dependencies:
chalk "^3.0.0"
@@ -2634,7 +2578,7 @@
"@dhis2/cli-helpers-engine@^3.0.0", "@dhis2/cli-helpers-engine@^3.2.0":
version "3.2.2"
- resolved "https://registry.yarnpkg.com/@dhis2/cli-helpers-engine/-/cli-helpers-engine-3.2.2.tgz#e3ab24d3da46c7ecb79a31cb332548ebdac72d1c"
+ resolved "https://registry.npmjs.org/@dhis2/cli-helpers-engine/-/cli-helpers-engine-3.2.2.tgz"
integrity sha512-zMBm33WzYbjmb/eqIfpZS1ZZWbFaRHoHZoVhKWvOX0TDAEmdPtEmfG5fc5keV3CU9lDBIyXCfmca0KJeNvs5/w==
dependencies:
chalk "^3.0.0"
@@ -2649,7 +2593,7 @@
"@dhis2/cli-helpers-template@^3.0.0":
version "3.0.0"
- resolved "https://registry.yarnpkg.com/@dhis2/cli-helpers-template/-/cli-helpers-template-3.0.0.tgz#1cfb625a6e1a6a824386bd0cfd3ba646783920c3"
+ resolved "https://registry.npmjs.org/@dhis2/cli-helpers-template/-/cli-helpers-template-3.0.0.tgz"
integrity sha512-CPjXG3By9uf2dNb1DsziAuwTPM125QbTMGY9t9J97hBhpy7Y1xnChaoXAxhpdOEHKENwbox6blYKf1GrWeFAkw==
dependencies:
"@dhis2/cli-helpers-engine" "^1.5.0"
@@ -2659,7 +2603,7 @@
"@dhis2/cli-style@10.4.2":
version "10.4.2"
- resolved "https://registry.yarnpkg.com/@dhis2/cli-style/-/cli-style-10.4.2.tgz#2e0af5e161fbce567912aaeed0599d74c3dac678"
+ resolved "https://registry.npmjs.org/@dhis2/cli-style/-/cli-style-10.4.2.tgz"
integrity sha512-KVEZ+uJo7isoVZsSYjV3F2DVYuoy2ygdi5akZ5sZkvSgPnHqy9cBCERZTJuNYAPKC44IamLNb2aTPVeXXKfUPA==
dependencies:
"@commitlint/cli" "^12.1.4"
@@ -2683,7 +2627,7 @@
"@dhis2/cli-utils-docsite@^3.1.2":
version "3.2.0"
- resolved "https://registry.yarnpkg.com/@dhis2/cli-utils-docsite/-/cli-utils-docsite-3.2.0.tgz#a9234bd71d1b716dfdba54e711bbc0ff8e102dd1"
+ resolved "https://registry.npmjs.org/@dhis2/cli-utils-docsite/-/cli-utils-docsite-3.2.0.tgz"
integrity sha512-U7gUb7PSHdCkWlzMznUQCQR2Lkp+/pMwoo8DC01OzL8JjFojZtP+iSY4Zx4JCmQz7s1Ncyy1bmwRx1+ogQCSsQ==
dependencies:
"@dhis2/cli-helpers-engine" "^3.0.0"
@@ -2703,19 +2647,19 @@
"@dhis2/cypress-commands@^10.0.5":
version "10.0.6"
- resolved "https://registry.yarnpkg.com/@dhis2/cypress-commands/-/cypress-commands-10.0.6.tgz#2ef6a5bc0a737703993f63b9465d00727a1d0ff6"
+ resolved "https://registry.npmjs.org/@dhis2/cypress-commands/-/cypress-commands-10.0.6.tgz"
integrity sha512-TNmOO5sKcz20BVcx/lEAJU0WiKX7OUZbKfAJfPzAPo875RU247YTH91FheCEPoG0o1dZrQ6IMNDhurdBV+daHQ==
dependencies:
jscodeshift "^0.11.0"
"@dhis2/cypress-plugins@^10.0.5":
version "10.0.6"
- resolved "https://registry.yarnpkg.com/@dhis2/cypress-plugins/-/cypress-plugins-10.0.6.tgz#d405f96d0de2c58b77931ef5fd212c7c263cfd49"
+ resolved "https://registry.npmjs.org/@dhis2/cypress-plugins/-/cypress-plugins-10.0.6.tgz"
integrity sha512-7NjQrXPT2K6OiabVu58+ljrGpdOOe78yL1LclQlmIJRs9gT2dcWB9RrgeGSSXaY5KCeuXYG/unkF15a1u1FKbw==
-"@dhis2/d2-i18n@^1.1.0", "@dhis2/d2-i18n@^1.1.3":
+"@dhis2/d2-i18n@^1", "@dhis2/d2-i18n@^1.1.0", "@dhis2/d2-i18n@^1.1.1", "@dhis2/d2-i18n@^1.1.3":
version "1.1.3"
- resolved "https://registry.yarnpkg.com/@dhis2/d2-i18n/-/d2-i18n-1.1.3.tgz#ad73030f7cfceeed1b5bcaad86a9b336130bdfb1"
+ resolved "https://registry.npmjs.org/@dhis2/d2-i18n/-/d2-i18n-1.1.3.tgz"
integrity sha512-vOu6RDNumOJM396mHt35bETk9ai9b6XJyAwlUy1HstUZNvfET61F8rjCmMuXZU6zJ8ELux8kMFqlH8IG0vDJmA==
dependencies:
"@types/i18next" "^11.9.0"
@@ -2724,22 +2668,22 @@
"@dhis2/multi-calendar-dates@^1.2.3":
version "1.2.3"
- resolved "https://registry.yarnpkg.com/@dhis2/multi-calendar-dates/-/multi-calendar-dates-1.2.3.tgz#ef36bc80b34eaaa7f7cefa51b443528c019ff2d2"
+ resolved "https://registry.npmjs.org/@dhis2/multi-calendar-dates/-/multi-calendar-dates-1.2.3.tgz"
integrity sha512-K3E9yAH/SPXi1O7RWuK7bznYTa1v3x4Ys0ihpMWnKH++OLMx76yK/1H1m9v7NgQvMry29ATQMJh0n/vJSg+EpA==
dependencies:
"@dhis2/d2-i18n" "^1.1.3"
"@js-temporal/polyfill" "0.4.3"
classnames "^2.3.2"
-"@dhis2/prop-types@^3.0.0", "@dhis2/prop-types@^3.0.0-beta.1", "@dhis2/prop-types@^3.1.2":
+"@dhis2/prop-types@^3.1.2":
version "3.1.2"
- resolved "https://registry.yarnpkg.com/@dhis2/prop-types/-/prop-types-3.1.2.tgz#65b8ad2da8cd2f72bc8b951049a6c9d1b97af3e9"
+ resolved "https://registry.npmjs.org/@dhis2/prop-types/-/prop-types-3.1.2.tgz"
integrity sha512-eM0jjLOWvtXWqSFp5YC4DHFpkP8Y1D2eUwGV7MBWjni+o27oesVan+oT7WHeOeLdlAd4acRJrnaaAyB4Ck1wGQ==
-"@dhis2/pwa@8.3.3":
- version "8.3.3"
- resolved "https://registry.yarnpkg.com/@dhis2/pwa/-/pwa-8.3.3.tgz#2475779d0f03c6d28026e3f427e2f86ab666e624"
- integrity sha512-lEhVJh2UQdj4kYou0pRGyNeSz+cvr/i0D2z3lvYUuvdqiN7V3bs6GJgkmnRVesSZonhS2RsYDuiUzrHABSYJRg==
+"@dhis2/pwa@11.7.0":
+ version "11.7.0"
+ resolved "https://registry.npmjs.org/@dhis2/pwa/-/pwa-11.7.0.tgz"
+ integrity sha512-Ia85clJGfq6NBZwH++a5SP3guC/YJJPkTVxEeThFyQW5HSuSiahb93pWLyUyOm2SfjXgPVcSJLMr1GY6Az9yPw==
dependencies:
idb "^6.0.0"
workbox-core "^6.1.5"
@@ -2747,105 +2691,109 @@
workbox-routing "^6.1.5"
workbox-strategies "^6.1.5"
-"@dhis2/ui-constants@7.16.3":
- version "7.16.3"
- resolved "https://registry.yarnpkg.com/@dhis2/ui-constants/-/ui-constants-7.16.3.tgz#5aefadf8ec6f057bb16fef3c77ea357d4ecf7780"
- integrity sha512-Y3msILTVNMP3Wbte+5qeLvqFOJ6CKCevIk84HPnRb3Nit4OAze6HaQxY49DkE0THcAhLfscvVuA/4XeIKTpw8Q==
+"@dhis2/ui-constants@9.11.0", "@dhis2/ui-constants@file:/home/mozafar/code/dhis/ui/constants":
+ version "9.11.0"
+ resolved "file:constants"
+ dependencies:
+ prop-types "^15.7.2"
+
+"@dhis2/ui-constants@9.11.1-beta.10":
+ version "9.11.1-beta.10"
+ resolved "https://registry.npmjs.org/@dhis2/ui-constants/-/ui-constants-9.11.1-beta.10.tgz"
+ integrity sha512-bM3dja6riqFm0CzhPYuz4NDEjfwTVC0EOEIyabLISq7vKjvlOU04P+LcW9uv3xLzLNRBzPfLwG6UFPK0VzJwow==
dependencies:
prop-types "^15.7.2"
-"@dhis2/ui-forms@7.16.3":
- version "7.16.3"
- resolved "https://registry.yarnpkg.com/@dhis2/ui-forms/-/ui-forms-7.16.3.tgz#a72bbd635ca7faa1432dadd676981e1d8ab27160"
- integrity sha512-BxY4wOcW8mxqq4nhj36jbzaMpOOqUewTX4U/XWjS2a8akOPAZKBwYyJN54cJOPGAXZ+kIhOwFOvN/kUTXy3i9g==
- dependencies:
- "@dhis2-ui/button" "7.16.3"
- "@dhis2-ui/checkbox" "7.16.3"
- "@dhis2-ui/field" "7.16.3"
- "@dhis2-ui/file-input" "7.16.3"
- "@dhis2-ui/input" "7.16.3"
- "@dhis2-ui/radio" "7.16.3"
- "@dhis2-ui/select" "7.16.3"
- "@dhis2-ui/switch" "7.16.3"
- "@dhis2-ui/text-area" "7.16.3"
- "@dhis2/prop-types" "^3.0.0-beta.1"
+"@dhis2/ui-forms@9.11.0", "@dhis2/ui-forms@file:/home/mozafar/code/dhis/ui/collections/forms":
+ version "9.11.0"
+ resolved "file:collections/forms"
+ dependencies:
+ "@dhis2-ui/button" "9.11.0"
+ "@dhis2-ui/checkbox" "9.11.0"
+ "@dhis2-ui/field" "9.11.0"
+ "@dhis2-ui/file-input" "9.11.0"
+ "@dhis2-ui/input" "9.11.0"
+ "@dhis2-ui/radio" "9.11.0"
+ "@dhis2-ui/select" "9.11.0"
+ "@dhis2-ui/switch" "9.11.0"
+ "@dhis2-ui/text-area" "9.11.0"
+ "@dhis2/prop-types" "^3.1.2"
classnames "^2.3.1"
final-form "^4.20.2"
prop-types "^15.7.2"
react-final-form "^6.5.3"
-"@dhis2/ui-icons@7.16.3":
- version "7.16.3"
- resolved "https://registry.yarnpkg.com/@dhis2/ui-icons/-/ui-icons-7.16.3.tgz#86ecd617688f9d9d63de3b29ca5d8a236aa03190"
- integrity sha512-G+/a74qCAxV04aVFOxCbP9s0sEMXUPGGMZn2kLRnrRsLNcSy6/d6h2EoCa1ASs0nOXvacl1mOHyfv2QXMEy7RA==
-
-"@dhis2/ui@^7.2.0":
- version "7.16.3"
- resolved "https://registry.yarnpkg.com/@dhis2/ui/-/ui-7.16.3.tgz#f4557ad78e0a4f7b3615b62454eece3d289a0113"
- integrity sha512-jcdLApboK1cAsK1Euz6l3gxdmsiz7Kjm4nmYgofka7Qv5fEwrAC9M/CE2G+K7w8Q7PEv4pOyP2DatbnlVTymZg==
- dependencies:
- "@dhis2-ui/alert" "7.16.3"
- "@dhis2-ui/box" "7.16.3"
- "@dhis2-ui/button" "7.16.3"
- "@dhis2-ui/card" "7.16.3"
- "@dhis2-ui/center" "7.16.3"
- "@dhis2-ui/checkbox" "7.16.3"
- "@dhis2-ui/chip" "7.16.3"
- "@dhis2-ui/cover" "7.16.3"
- "@dhis2-ui/css" "7.16.3"
- "@dhis2-ui/divider" "7.16.3"
- "@dhis2-ui/field" "7.16.3"
- "@dhis2-ui/file-input" "7.16.3"
- "@dhis2-ui/header-bar" "7.16.3"
- "@dhis2-ui/help" "7.16.3"
- "@dhis2-ui/input" "7.16.3"
- "@dhis2-ui/intersection-detector" "7.16.3"
- "@dhis2-ui/label" "7.16.3"
- "@dhis2-ui/layer" "7.16.3"
- "@dhis2-ui/legend" "7.16.3"
- "@dhis2-ui/loader" "7.16.3"
- "@dhis2-ui/logo" "7.16.3"
- "@dhis2-ui/menu" "7.16.3"
- "@dhis2-ui/modal" "7.16.3"
- "@dhis2-ui/node" "7.16.3"
- "@dhis2-ui/notice-box" "7.16.3"
- "@dhis2-ui/organisation-unit-tree" "7.16.3"
- "@dhis2-ui/pagination" "7.16.3"
- "@dhis2-ui/popover" "7.16.3"
- "@dhis2-ui/popper" "7.16.3"
- "@dhis2-ui/portal" "7.16.3"
- "@dhis2-ui/radio" "7.16.3"
- "@dhis2-ui/required" "7.16.3"
- "@dhis2-ui/segmented-control" "7.16.3"
- "@dhis2-ui/select" "7.16.3"
- "@dhis2-ui/selector-bar" "7.16.3"
- "@dhis2-ui/sharing-dialog" "7.16.3"
- "@dhis2-ui/switch" "7.16.3"
- "@dhis2-ui/tab" "7.16.3"
- "@dhis2-ui/table" "7.16.3"
- "@dhis2-ui/tag" "7.16.3"
- "@dhis2-ui/text-area" "7.16.3"
- "@dhis2-ui/tooltip" "7.16.3"
- "@dhis2-ui/transfer" "7.16.3"
- "@dhis2-ui/user-avatar" "7.16.3"
- "@dhis2/ui-constants" "7.16.3"
- "@dhis2/ui-forms" "7.16.3"
- "@dhis2/ui-icons" "7.16.3"
+"@dhis2/ui-icons@9.11.0", "@dhis2/ui-icons@file:/home/mozafar/code/dhis/ui/icons":
+ version "9.11.0"
+ resolved "file:icons"
+
+"@dhis2/ui@^9.8.9", "@dhis2/ui@>=9.8.9", "@dhis2/ui@file:/home/mozafar/code/dhis/ui/collections/ui":
+ version "9.11.0"
+ resolved "file:collections/ui"
+ dependencies:
+ "@dhis2-ui/alert" "9.11.0"
+ "@dhis2-ui/box" "9.11.0"
+ "@dhis2-ui/button" "9.11.0"
+ "@dhis2-ui/calendar" "9.11.0"
+ "@dhis2-ui/card" "9.11.0"
+ "@dhis2-ui/center" "9.11.0"
+ "@dhis2-ui/checkbox" "9.11.0"
+ "@dhis2-ui/chip" "9.11.0"
+ "@dhis2-ui/cover" "9.11.0"
+ "@dhis2-ui/css" "9.11.0"
+ "@dhis2-ui/divider" "9.11.0"
+ "@dhis2-ui/field" "9.11.0"
+ "@dhis2-ui/file-input" "9.11.0"
+ "@dhis2-ui/header-bar" "9.11.0"
+ "@dhis2-ui/help" "9.11.0"
+ "@dhis2-ui/input" "9.11.0"
+ "@dhis2-ui/intersection-detector" "9.11.0"
+ "@dhis2-ui/label" "9.11.0"
+ "@dhis2-ui/layer" "9.11.0"
+ "@dhis2-ui/legend" "9.11.0"
+ "@dhis2-ui/loader" "9.11.0"
+ "@dhis2-ui/logo" "9.11.0"
+ "@dhis2-ui/menu" "9.11.0"
+ "@dhis2-ui/modal" "9.11.0"
+ "@dhis2-ui/node" "9.11.0"
+ "@dhis2-ui/notice-box" "9.11.0"
+ "@dhis2-ui/organisation-unit-tree" "9.11.0"
+ "@dhis2-ui/pagination" "9.11.0"
+ "@dhis2-ui/popover" "9.11.0"
+ "@dhis2-ui/popper" "9.11.0"
+ "@dhis2-ui/portal" "9.11.0"
+ "@dhis2-ui/radio" "9.11.0"
+ "@dhis2-ui/required" "9.11.0"
+ "@dhis2-ui/segmented-control" "9.11.0"
+ "@dhis2-ui/select" "9.11.0"
+ "@dhis2-ui/selector-bar" "9.11.0"
+ "@dhis2-ui/sharing-dialog" "9.11.0"
+ "@dhis2-ui/switch" "9.11.0"
+ "@dhis2-ui/tab" "9.11.0"
+ "@dhis2-ui/table" "9.11.0"
+ "@dhis2-ui/tag" "9.11.0"
+ "@dhis2-ui/text-area" "9.11.0"
+ "@dhis2-ui/tooltip" "9.11.0"
+ "@dhis2-ui/transfer" "9.11.0"
+ "@dhis2-ui/user-avatar" "9.11.0"
+ "@dhis2/ui-constants" "9.11.0"
+ "@dhis2/ui-forms" "9.11.0"
+ "@dhis2/ui-icons" "9.11.0"
prop-types "^15.7.2"
"@discoveryjs/json-ext@0.5.7":
version "0.5.7"
- resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz#1d572bfbbe14b7704e0ba0f39b74815b84870d70"
+ resolved "https://registry.npmjs.org/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz"
integrity sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==
"@docsearch/css@3.6.1":
version "3.6.1"
- resolved "https://registry.yarnpkg.com/@docsearch/css/-/css-3.6.1.tgz#f0a728ecb486c81f2d282650fc1820c914913408"
+ resolved "https://registry.npmjs.org/@docsearch/css/-/css-3.6.1.tgz"
integrity sha512-VtVb5DS+0hRIprU2CO6ZQjK2Zg4QU5HrDM1+ix6rT0umsYvFvatMAnf97NHZlVWDaaLlx7GRfR/7FikANiM2Fg==
"@docsearch/react@^3.1.1":
version "3.6.1"
- resolved "https://registry.yarnpkg.com/@docsearch/react/-/react-3.6.1.tgz#0f826df08693293806d64277d6d9c38636211b97"
+ resolved "https://registry.npmjs.org/@docsearch/react/-/react-3.6.1.tgz"
integrity sha512-qXZkEPvybVhSXj0K7U3bXc233tk5e8PfhoZ6MhPOiik/qUQxYC+Dn9DnoS7CxHQQhHfCvTiN0eY9M12oRghEXw==
dependencies:
"@algolia/autocomplete-core" "1.9.3"
@@ -2853,9 +2801,9 @@
"@docsearch/css" "3.6.1"
algoliasearch "^4.19.1"
-"@docusaurus/core@2.4.3", "@docusaurus/core@^2.0.0-beta.17":
+"@docusaurus/core@^2.0.0-beta.17", "@docusaurus/core@2.4.3":
version "2.4.3"
- resolved "https://registry.yarnpkg.com/@docusaurus/core/-/core-2.4.3.tgz#d86624901386fd8164ce4bff9cc7f16fde57f523"
+ resolved "https://registry.npmjs.org/@docusaurus/core/-/core-2.4.3.tgz"
integrity sha512-dWH5P7cgeNSIg9ufReX6gaCl/TmrGKD38Orbwuz05WPhAQtFXHd5B8Qym1TiXfvUNvwoYKkAJOJuGe8ou0Z7PA==
dependencies:
"@babel/core" "^7.18.6"
@@ -2932,7 +2880,7 @@
"@docusaurus/cssnano-preset@2.4.3":
version "2.4.3"
- resolved "https://registry.yarnpkg.com/@docusaurus/cssnano-preset/-/cssnano-preset-2.4.3.tgz#1d7e833c41ce240fcc2812a2ac27f7b862f32de0"
+ resolved "https://registry.npmjs.org/@docusaurus/cssnano-preset/-/cssnano-preset-2.4.3.tgz"
integrity sha512-ZvGSRCi7z9wLnZrXNPG6DmVPHdKGd8dIn9pYbEOFiYihfv4uDR3UtxogmKf+rT8ZlKFf5Lqne8E8nt08zNM8CA==
dependencies:
cssnano-preset-advanced "^5.3.8"
@@ -2942,7 +2890,7 @@
"@docusaurus/logger@2.4.3":
version "2.4.3"
- resolved "https://registry.yarnpkg.com/@docusaurus/logger/-/logger-2.4.3.tgz#518bbc965fb4ebe8f1d0b14e5f4161607552d34c"
+ resolved "https://registry.npmjs.org/@docusaurus/logger/-/logger-2.4.3.tgz"
integrity sha512-Zxws7r3yLufk9xM1zq9ged0YHs65mlRmtsobnFkdZTxWXdTYlWWLWdKyNKAsVC+D7zg+pv2fGbyabdOnyZOM3w==
dependencies:
chalk "^4.1.2"
@@ -2950,7 +2898,7 @@
"@docusaurus/mdx-loader@2.4.3":
version "2.4.3"
- resolved "https://registry.yarnpkg.com/@docusaurus/mdx-loader/-/mdx-loader-2.4.3.tgz#e8ff37f30a060eaa97b8121c135f74cb531a4a3e"
+ resolved "https://registry.npmjs.org/@docusaurus/mdx-loader/-/mdx-loader-2.4.3.tgz"
integrity sha512-b1+fDnWtl3GiqkL0BRjYtc94FZrcDDBV1j8446+4tptB9BAOlePwG2p/pK6vGvfL53lkOsszXMghr2g67M0vCw==
dependencies:
"@babel/parser" "^7.18.8"
@@ -2973,7 +2921,7 @@
"@docusaurus/module-type-aliases@2.4.3":
version "2.4.3"
- resolved "https://registry.yarnpkg.com/@docusaurus/module-type-aliases/-/module-type-aliases-2.4.3.tgz#d08ef67e4151e02f352a2836bcf9ecde3b9c56ac"
+ resolved "https://registry.npmjs.org/@docusaurus/module-type-aliases/-/module-type-aliases-2.4.3.tgz"
integrity sha512-cwkBkt1UCiduuvEAo7XZY01dJfRn7UR/75mBgOdb1hKknhrabJZ8YH+7savd/y9kLExPyrhe0QwdS9GuzsRRIA==
dependencies:
"@docusaurus/react-loadable" "5.5.2"
@@ -2987,7 +2935,7 @@
"@docusaurus/plugin-content-blog@2.4.3":
version "2.4.3"
- resolved "https://registry.yarnpkg.com/@docusaurus/plugin-content-blog/-/plugin-content-blog-2.4.3.tgz#6473b974acab98e967414d8bbb0d37e0cedcea14"
+ resolved "https://registry.npmjs.org/@docusaurus/plugin-content-blog/-/plugin-content-blog-2.4.3.tgz"
integrity sha512-PVhypqaA0t98zVDpOeTqWUTvRqCEjJubtfFUQ7zJNYdbYTbS/E/ytq6zbLVsN/dImvemtO/5JQgjLxsh8XLo8Q==
dependencies:
"@docusaurus/core" "2.4.3"
@@ -3009,7 +2957,7 @@
"@docusaurus/plugin-content-docs@2.4.3":
version "2.4.3"
- resolved "https://registry.yarnpkg.com/@docusaurus/plugin-content-docs/-/plugin-content-docs-2.4.3.tgz#aa224c0512351e81807adf778ca59fd9cd136973"
+ resolved "https://registry.npmjs.org/@docusaurus/plugin-content-docs/-/plugin-content-docs-2.4.3.tgz"
integrity sha512-N7Po2LSH6UejQhzTCsvuX5NOzlC+HiXOVvofnEPj0WhMu1etpLEXE6a4aTxrtg95lQ5kf0xUIdjX9sh3d3G76A==
dependencies:
"@docusaurus/core" "2.4.3"
@@ -3031,7 +2979,7 @@
"@docusaurus/plugin-content-pages@2.4.3":
version "2.4.3"
- resolved "https://registry.yarnpkg.com/@docusaurus/plugin-content-pages/-/plugin-content-pages-2.4.3.tgz#7f285e718b53da8c8d0101e70840c75b9c0a1ac0"
+ resolved "https://registry.npmjs.org/@docusaurus/plugin-content-pages/-/plugin-content-pages-2.4.3.tgz"
integrity sha512-txtDVz7y3zGk67q0HjG0gRttVPodkHqE0bpJ+7dOaTH40CQFLSh7+aBeGnPOTl+oCPG+hxkim4SndqPqXjQ8Bg==
dependencies:
"@docusaurus/core" "2.4.3"
@@ -3045,7 +2993,7 @@
"@docusaurus/plugin-debug@2.4.3":
version "2.4.3"
- resolved "https://registry.yarnpkg.com/@docusaurus/plugin-debug/-/plugin-debug-2.4.3.tgz#2f90eb0c9286a9f225444e3a88315676fe02c245"
+ resolved "https://registry.npmjs.org/@docusaurus/plugin-debug/-/plugin-debug-2.4.3.tgz"
integrity sha512-LkUbuq3zCmINlFb+gAd4ZvYr+bPAzMC0hwND4F7V9bZ852dCX8YoWyovVUBKq4er1XsOwSQaHmNGtObtn8Av8Q==
dependencies:
"@docusaurus/core" "2.4.3"
@@ -3057,7 +3005,7 @@
"@docusaurus/plugin-google-analytics@2.4.3":
version "2.4.3"
- resolved "https://registry.yarnpkg.com/@docusaurus/plugin-google-analytics/-/plugin-google-analytics-2.4.3.tgz#0d19993136ade6f7a7741251b4f617400d92ab45"
+ resolved "https://registry.npmjs.org/@docusaurus/plugin-google-analytics/-/plugin-google-analytics-2.4.3.tgz"
integrity sha512-KzBV3k8lDkWOhg/oYGxlK5o9bOwX7KpPc/FTWoB+SfKhlHfhq7qcQdMi1elAaVEIop8tgK6gD1E58Q+XC6otSQ==
dependencies:
"@docusaurus/core" "2.4.3"
@@ -3067,7 +3015,7 @@
"@docusaurus/plugin-google-gtag@2.4.3":
version "2.4.3"
- resolved "https://registry.yarnpkg.com/@docusaurus/plugin-google-gtag/-/plugin-google-gtag-2.4.3.tgz#e1a80b0696771b488562e5b60eff21c9932d9e1c"
+ resolved "https://registry.npmjs.org/@docusaurus/plugin-google-gtag/-/plugin-google-gtag-2.4.3.tgz"
integrity sha512-5FMg0rT7sDy4i9AGsvJC71MQrqQZwgLNdDetLEGDHLfSHLvJhQbTCUGbGXknUgWXQJckcV/AILYeJy+HhxeIFA==
dependencies:
"@docusaurus/core" "2.4.3"
@@ -3077,7 +3025,7 @@
"@docusaurus/plugin-google-tag-manager@2.4.3":
version "2.4.3"
- resolved "https://registry.yarnpkg.com/@docusaurus/plugin-google-tag-manager/-/plugin-google-tag-manager-2.4.3.tgz#e41fbf79b0ffc2de1cc4013eb77798cff0ad98e3"
+ resolved "https://registry.npmjs.org/@docusaurus/plugin-google-tag-manager/-/plugin-google-tag-manager-2.4.3.tgz"
integrity sha512-1jTzp71yDGuQiX9Bi0pVp3alArV0LSnHXempvQTxwCGAEzUWWaBg4d8pocAlTpbP9aULQQqhgzrs8hgTRPOM0A==
dependencies:
"@docusaurus/core" "2.4.3"
@@ -3087,7 +3035,7 @@
"@docusaurus/plugin-sitemap@2.4.3":
version "2.4.3"
- resolved "https://registry.yarnpkg.com/@docusaurus/plugin-sitemap/-/plugin-sitemap-2.4.3.tgz#1b3930900a8f89670ce7e8f83fb4730cd3298c32"
+ resolved "https://registry.npmjs.org/@docusaurus/plugin-sitemap/-/plugin-sitemap-2.4.3.tgz"
integrity sha512-LRQYrK1oH1rNfr4YvWBmRzTL0LN9UAPxBbghgeFRBm5yloF6P+zv1tm2pe2hQTX/QP5bSKdnajCvfnScgKXMZQ==
dependencies:
"@docusaurus/core" "2.4.3"
@@ -3102,7 +3050,7 @@
"@docusaurus/preset-classic@^2.0.0-beta.17":
version "2.4.3"
- resolved "https://registry.yarnpkg.com/@docusaurus/preset-classic/-/preset-classic-2.4.3.tgz#074c57ebf29fa43d23bd1c8ce691226f542bc262"
+ resolved "https://registry.npmjs.org/@docusaurus/preset-classic/-/preset-classic-2.4.3.tgz"
integrity sha512-tRyMliepY11Ym6hB1rAFSNGwQDpmszvWYJvlK1E+md4SW8i6ylNHtpZjaYFff9Mdk3i/Pg8ItQq9P0daOJAvQw==
dependencies:
"@docusaurus/core" "2.4.3"
@@ -3121,7 +3069,7 @@
"@docusaurus/react-loadable@5.5.2":
version "5.5.2"
- resolved "https://registry.yarnpkg.com/@docusaurus/react-loadable/-/react-loadable-5.5.2.tgz#81aae0db81ecafbdaee3651f12804580868fa6ce"
+ resolved "https://registry.npmjs.org/@docusaurus/react-loadable/-/react-loadable-5.5.2.tgz"
integrity sha512-A3dYjdBGuy0IGT+wyLIGIKLRE+sAk1iNk0f1HjNDysO7u8lhL4N3VEm+FAubmJbAztn94F7MxBTPmnixbiyFdQ==
dependencies:
"@types/react" "*"
@@ -3129,7 +3077,7 @@
"@docusaurus/theme-classic@2.4.3":
version "2.4.3"
- resolved "https://registry.yarnpkg.com/@docusaurus/theme-classic/-/theme-classic-2.4.3.tgz#29360f2eb03a0e1686eb19668633ef313970ee8f"
+ resolved "https://registry.npmjs.org/@docusaurus/theme-classic/-/theme-classic-2.4.3.tgz"
integrity sha512-QKRAJPSGPfDY2yCiPMIVyr+MqwZCIV2lxNzqbyUW0YkrlmdzzP3WuQJPMGLCjWgQp/5c9kpWMvMxjhpZx1R32Q==
dependencies:
"@docusaurus/core" "2.4.3"
@@ -3160,7 +3108,7 @@
"@docusaurus/theme-common@2.4.3":
version "2.4.3"
- resolved "https://registry.yarnpkg.com/@docusaurus/theme-common/-/theme-common-2.4.3.tgz#bb31d70b6b67d0bdef9baa343192dcec49946a2e"
+ resolved "https://registry.npmjs.org/@docusaurus/theme-common/-/theme-common-2.4.3.tgz"
integrity sha512-7KaDJBXKBVGXw5WOVt84FtN8czGWhM0lbyWEZXGp8AFfL6sZQfRTluFp4QriR97qwzSyOfQb+nzcDZZU4tezUw==
dependencies:
"@docusaurus/mdx-loader" "2.4.3"
@@ -3182,7 +3130,7 @@
"@docusaurus/theme-search-algolia@2.4.3":
version "2.4.3"
- resolved "https://registry.yarnpkg.com/@docusaurus/theme-search-algolia/-/theme-search-algolia-2.4.3.tgz#32d4cbefc3deba4112068fbdb0bde11ac51ece53"
+ resolved "https://registry.npmjs.org/@docusaurus/theme-search-algolia/-/theme-search-algolia-2.4.3.tgz"
integrity sha512-jziq4f6YVUB5hZOB85ELATwnxBz/RmSLD3ksGQOLDPKVzat4pmI8tddNWtriPpxR04BNT+ZfpPUMFkNFetSW1Q==
dependencies:
"@docsearch/react" "^3.1.1"
@@ -3204,15 +3152,15 @@
"@docusaurus/theme-translations@2.4.3":
version "2.4.3"
- resolved "https://registry.yarnpkg.com/@docusaurus/theme-translations/-/theme-translations-2.4.3.tgz#91ac73fc49b8c652b7a54e88b679af57d6ac6102"
+ resolved "https://registry.npmjs.org/@docusaurus/theme-translations/-/theme-translations-2.4.3.tgz"
integrity sha512-H4D+lbZbjbKNS/Zw1Lel64PioUAIT3cLYYJLUf3KkuO/oc9e0QCVhIYVtUI2SfBCF2NNdlyhBDQEEMygsCedIg==
dependencies:
fs-extra "^10.1.0"
tslib "^2.4.0"
-"@docusaurus/types@2.4.3":
+"@docusaurus/types@*", "@docusaurus/types@2.4.3":
version "2.4.3"
- resolved "https://registry.yarnpkg.com/@docusaurus/types/-/types-2.4.3.tgz#4aead281ca09f721b3c0a9b926818450cfa3db31"
+ resolved "https://registry.npmjs.org/@docusaurus/types/-/types-2.4.3.tgz"
integrity sha512-W6zNLGQqfrp/EoPD0bhb9n7OobP+RHpmvVzpA+Z/IuU3Q63njJM24hmT0GYboovWcDtFmnIJC9wcyx4RVPQscw==
dependencies:
"@types/history" "^4.7.11"
@@ -3226,14 +3174,14 @@
"@docusaurus/utils-common@2.4.3":
version "2.4.3"
- resolved "https://registry.yarnpkg.com/@docusaurus/utils-common/-/utils-common-2.4.3.tgz#30656c39ef1ce7e002af7ba39ea08330f58efcfb"
+ resolved "https://registry.npmjs.org/@docusaurus/utils-common/-/utils-common-2.4.3.tgz"
integrity sha512-/jascp4GbLQCPVmcGkPzEQjNaAk3ADVfMtudk49Ggb+131B1WDD6HqlSmDf8MxGdy7Dja2gc+StHf01kiWoTDQ==
dependencies:
tslib "^2.4.0"
"@docusaurus/utils-validation@2.4.3":
version "2.4.3"
- resolved "https://registry.yarnpkg.com/@docusaurus/utils-validation/-/utils-validation-2.4.3.tgz#8122c394feef3e96c73f6433987837ec206a63fb"
+ resolved "https://registry.npmjs.org/@docusaurus/utils-validation/-/utils-validation-2.4.3.tgz"
integrity sha512-G2+Vt3WR5E/9drAobP+hhZQMaswRwDlp6qOMi7o7ZypB+VO7N//DZWhZEwhcRGepMDJGQEwtPv7UxtYwPL9PBw==
dependencies:
"@docusaurus/logger" "2.4.3"
@@ -3244,7 +3192,7 @@
"@docusaurus/utils@2.4.3":
version "2.4.3"
- resolved "https://registry.yarnpkg.com/@docusaurus/utils/-/utils-2.4.3.tgz#52b000d989380a2125831b84e3a7327bef471e89"
+ resolved "https://registry.npmjs.org/@docusaurus/utils/-/utils-2.4.3.tgz"
integrity sha512-fKcXsjrD86Smxv8Pt0TBFqYieZZCPh4cbf9oszUq/AMhZn3ujwpKaVYZACPX8mmjtYx0JOgNx52CREBfiGQB4A==
dependencies:
"@docusaurus/logger" "2.4.3"
@@ -3264,251 +3212,31 @@
url-loader "^4.1.1"
webpack "^5.73.0"
-"@esbuild/aix-ppc64@0.19.12":
- version "0.19.12"
- resolved "https://registry.yarnpkg.com/@esbuild/aix-ppc64/-/aix-ppc64-0.19.12.tgz#d1bc06aedb6936b3b6d313bf809a5a40387d2b7f"
- integrity sha512-bmoCYyWdEL3wDQIVbcyzRyeKLgk2WtWLTWz1ZIAZF/EGbNOwSA6ew3PftJ1PqMiOOGu0OyFMzG53L0zqIpPeNA==
-
-"@esbuild/aix-ppc64@0.21.5":
- version "0.21.5"
- resolved "https://registry.yarnpkg.com/@esbuild/aix-ppc64/-/aix-ppc64-0.21.5.tgz#c7184a326533fcdf1b8ee0733e21c713b975575f"
- integrity sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==
-
-"@esbuild/android-arm64@0.19.12":
- version "0.19.12"
- resolved "https://registry.yarnpkg.com/@esbuild/android-arm64/-/android-arm64-0.19.12.tgz#7ad65a36cfdb7e0d429c353e00f680d737c2aed4"
- integrity sha512-P0UVNGIienjZv3f5zq0DP3Nt2IE/3plFzuaS96vihvD0Hd6H/q4WXUGpCxD/E8YrSXfNyRPbpTq+T8ZQioSuPA==
-
-"@esbuild/android-arm64@0.21.5":
- version "0.21.5"
- resolved "https://registry.yarnpkg.com/@esbuild/android-arm64/-/android-arm64-0.21.5.tgz#09d9b4357780da9ea3a7dfb833a1f1ff439b4052"
- integrity sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==
-
-"@esbuild/android-arm@0.19.12":
- version "0.19.12"
- resolved "https://registry.yarnpkg.com/@esbuild/android-arm/-/android-arm-0.19.12.tgz#b0c26536f37776162ca8bde25e42040c203f2824"
- integrity sha512-qg/Lj1mu3CdQlDEEiWrlC4eaPZ1KztwGJ9B6J+/6G+/4ewxJg7gqj8eVYWvao1bXrqGiW2rsBZFSX3q2lcW05w==
-
-"@esbuild/android-arm@0.21.5":
- version "0.21.5"
- resolved "https://registry.yarnpkg.com/@esbuild/android-arm/-/android-arm-0.21.5.tgz#9b04384fb771926dfa6d7ad04324ecb2ab9b2e28"
- integrity sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==
-
-"@esbuild/android-x64@0.19.12":
- version "0.19.12"
- resolved "https://registry.yarnpkg.com/@esbuild/android-x64/-/android-x64-0.19.12.tgz#cb13e2211282012194d89bf3bfe7721273473b3d"
- integrity sha512-3k7ZoUW6Q6YqhdhIaq/WZ7HwBpnFBlW905Fa4s4qWJyiNOgT1dOqDiVAQFwBH7gBRZr17gLrlFCRzF6jFh7Kew==
-
-"@esbuild/android-x64@0.21.5":
- version "0.21.5"
- resolved "https://registry.yarnpkg.com/@esbuild/android-x64/-/android-x64-0.21.5.tgz#29918ec2db754cedcb6c1b04de8cd6547af6461e"
- integrity sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==
-
-"@esbuild/darwin-arm64@0.19.12":
- version "0.19.12"
- resolved "https://registry.yarnpkg.com/@esbuild/darwin-arm64/-/darwin-arm64-0.19.12.tgz#cbee41e988020d4b516e9d9e44dd29200996275e"
- integrity sha512-B6IeSgZgtEzGC42jsI+YYu9Z3HKRxp8ZT3cqhvliEHovq8HSX2YX8lNocDn79gCKJXOSaEot9MVYky7AKjCs8g==
-
-"@esbuild/darwin-arm64@0.21.5":
- version "0.21.5"
- resolved "https://registry.yarnpkg.com/@esbuild/darwin-arm64/-/darwin-arm64-0.21.5.tgz#e495b539660e51690f3928af50a76fb0a6ccff2a"
- integrity sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==
-
-"@esbuild/darwin-x64@0.19.12":
- version "0.19.12"
- resolved "https://registry.yarnpkg.com/@esbuild/darwin-x64/-/darwin-x64-0.19.12.tgz#e37d9633246d52aecf491ee916ece709f9d5f4cd"
- integrity sha512-hKoVkKzFiToTgn+41qGhsUJXFlIjxI/jSYeZf3ugemDYZldIXIxhvwN6erJGlX4t5h417iFuheZ7l+YVn05N3A==
-
-"@esbuild/darwin-x64@0.21.5":
- version "0.21.5"
- resolved "https://registry.yarnpkg.com/@esbuild/darwin-x64/-/darwin-x64-0.21.5.tgz#c13838fa57372839abdddc91d71542ceea2e1e22"
- integrity sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==
-
-"@esbuild/freebsd-arm64@0.19.12":
- version "0.19.12"
- resolved "https://registry.yarnpkg.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.19.12.tgz#1ee4d8b682ed363b08af74d1ea2b2b4dbba76487"
- integrity sha512-4aRvFIXmwAcDBw9AueDQ2YnGmz5L6obe5kmPT8Vd+/+x/JMVKCgdcRwH6APrbpNXsPz+K653Qg8HB/oXvXVukA==
-
-"@esbuild/freebsd-arm64@0.21.5":
- version "0.21.5"
- resolved "https://registry.yarnpkg.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.21.5.tgz#646b989aa20bf89fd071dd5dbfad69a3542e550e"
- integrity sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==
-
-"@esbuild/freebsd-x64@0.19.12":
- version "0.19.12"
- resolved "https://registry.yarnpkg.com/@esbuild/freebsd-x64/-/freebsd-x64-0.19.12.tgz#37a693553d42ff77cd7126764b535fb6cc28a11c"
- integrity sha512-EYoXZ4d8xtBoVN7CEwWY2IN4ho76xjYXqSXMNccFSx2lgqOG/1TBPW0yPx1bJZk94qu3tX0fycJeeQsKovA8gg==
-
-"@esbuild/freebsd-x64@0.21.5":
- version "0.21.5"
- resolved "https://registry.yarnpkg.com/@esbuild/freebsd-x64/-/freebsd-x64-0.21.5.tgz#aa615cfc80af954d3458906e38ca22c18cf5c261"
- integrity sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==
-
-"@esbuild/linux-arm64@0.19.12":
- version "0.19.12"
- resolved "https://registry.yarnpkg.com/@esbuild/linux-arm64/-/linux-arm64-0.19.12.tgz#be9b145985ec6c57470e0e051d887b09dddb2d4b"
- integrity sha512-EoTjyYyLuVPfdPLsGVVVC8a0p1BFFvtpQDB/YLEhaXyf/5bczaGeN15QkR+O4S5LeJ92Tqotve7i1jn35qwvdA==
-
-"@esbuild/linux-arm64@0.21.5":
- version "0.21.5"
- resolved "https://registry.yarnpkg.com/@esbuild/linux-arm64/-/linux-arm64-0.21.5.tgz#70ac6fa14f5cb7e1f7f887bcffb680ad09922b5b"
- integrity sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==
-
-"@esbuild/linux-arm@0.19.12":
- version "0.19.12"
- resolved "https://registry.yarnpkg.com/@esbuild/linux-arm/-/linux-arm-0.19.12.tgz#207ecd982a8db95f7b5279207d0ff2331acf5eef"
- integrity sha512-J5jPms//KhSNv+LO1S1TX1UWp1ucM6N6XuL6ITdKWElCu8wXP72l9MM0zDTzzeikVyqFE6U8YAV9/tFyj0ti+w==
-
-"@esbuild/linux-arm@0.21.5":
- version "0.21.5"
- resolved "https://registry.yarnpkg.com/@esbuild/linux-arm/-/linux-arm-0.21.5.tgz#fc6fd11a8aca56c1f6f3894f2bea0479f8f626b9"
- integrity sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==
-
-"@esbuild/linux-ia32@0.19.12":
- version "0.19.12"
- resolved "https://registry.yarnpkg.com/@esbuild/linux-ia32/-/linux-ia32-0.19.12.tgz#d0d86b5ca1562523dc284a6723293a52d5860601"
- integrity sha512-Thsa42rrP1+UIGaWz47uydHSBOgTUnwBwNq59khgIwktK6x60Hivfbux9iNR0eHCHzOLjLMLfUMLCypBkZXMHA==
-
-"@esbuild/linux-ia32@0.21.5":
- version "0.21.5"
- resolved "https://registry.yarnpkg.com/@esbuild/linux-ia32/-/linux-ia32-0.21.5.tgz#3271f53b3f93e3d093d518d1649d6d68d346ede2"
- integrity sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==
-
-"@esbuild/linux-loong64@0.19.12":
- version "0.19.12"
- resolved "https://registry.yarnpkg.com/@esbuild/linux-loong64/-/linux-loong64-0.19.12.tgz#9a37f87fec4b8408e682b528391fa22afd952299"
- integrity sha512-LiXdXA0s3IqRRjm6rV6XaWATScKAXjI4R4LoDlvO7+yQqFdlr1Bax62sRwkVvRIrwXxvtYEHHI4dm50jAXkuAA==
-
-"@esbuild/linux-loong64@0.21.5":
- version "0.21.5"
- resolved "https://registry.yarnpkg.com/@esbuild/linux-loong64/-/linux-loong64-0.21.5.tgz#ed62e04238c57026aea831c5a130b73c0f9f26df"
- integrity sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==
-
-"@esbuild/linux-mips64el@0.19.12":
- version "0.19.12"
- resolved "https://registry.yarnpkg.com/@esbuild/linux-mips64el/-/linux-mips64el-0.19.12.tgz#4ddebd4e6eeba20b509d8e74c8e30d8ace0b89ec"
- integrity sha512-fEnAuj5VGTanfJ07ff0gOA6IPsvrVHLVb6Lyd1g2/ed67oU1eFzL0r9WL7ZzscD+/N6i3dWumGE1Un4f7Amf+w==
-
-"@esbuild/linux-mips64el@0.21.5":
- version "0.21.5"
- resolved "https://registry.yarnpkg.com/@esbuild/linux-mips64el/-/linux-mips64el-0.21.5.tgz#e79b8eb48bf3b106fadec1ac8240fb97b4e64cbe"
- integrity sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==
-
-"@esbuild/linux-ppc64@0.19.12":
- version "0.19.12"
- resolved "https://registry.yarnpkg.com/@esbuild/linux-ppc64/-/linux-ppc64-0.19.12.tgz#adb67dadb73656849f63cd522f5ecb351dd8dee8"
- integrity sha512-nYJA2/QPimDQOh1rKWedNOe3Gfc8PabU7HT3iXWtNUbRzXS9+vgB0Fjaqr//XNbd82mCxHzik2qotuI89cfixg==
-
-"@esbuild/linux-ppc64@0.21.5":
- version "0.21.5"
- resolved "https://registry.yarnpkg.com/@esbuild/linux-ppc64/-/linux-ppc64-0.21.5.tgz#5f2203860a143b9919d383ef7573521fb154c3e4"
- integrity sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==
-
-"@esbuild/linux-riscv64@0.19.12":
- version "0.19.12"
- resolved "https://registry.yarnpkg.com/@esbuild/linux-riscv64/-/linux-riscv64-0.19.12.tgz#11bc0698bf0a2abf8727f1c7ace2112612c15adf"
- integrity sha512-2MueBrlPQCw5dVJJpQdUYgeqIzDQgw3QtiAHUC4RBz9FXPrskyyU3VI1hw7C0BSKB9OduwSJ79FTCqtGMWqJHg==
-
-"@esbuild/linux-riscv64@0.21.5":
- version "0.21.5"
- resolved "https://registry.yarnpkg.com/@esbuild/linux-riscv64/-/linux-riscv64-0.21.5.tgz#07bcafd99322d5af62f618cb9e6a9b7f4bb825dc"
- integrity sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==
-
-"@esbuild/linux-s390x@0.19.12":
- version "0.19.12"
- resolved "https://registry.yarnpkg.com/@esbuild/linux-s390x/-/linux-s390x-0.19.12.tgz#e86fb8ffba7c5c92ba91fc3b27ed5a70196c3cc8"
- integrity sha512-+Pil1Nv3Umes4m3AZKqA2anfhJiVmNCYkPchwFJNEJN5QxmTs1uzyy4TvmDrCRNT2ApwSari7ZIgrPeUx4UZDg==
-
-"@esbuild/linux-s390x@0.21.5":
- version "0.21.5"
- resolved "https://registry.yarnpkg.com/@esbuild/linux-s390x/-/linux-s390x-0.21.5.tgz#b7ccf686751d6a3e44b8627ababc8be3ef62d8de"
- integrity sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==
-
"@esbuild/linux-x64@0.19.12":
version "0.19.12"
- resolved "https://registry.yarnpkg.com/@esbuild/linux-x64/-/linux-x64-0.19.12.tgz#5f37cfdc705aea687dfe5dfbec086a05acfe9c78"
+ resolved "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.19.12.tgz"
integrity sha512-B71g1QpxfwBvNrfyJdVDexenDIt1CiDN1TIXLbhOw0KhJzE78KIFGX6OJ9MrtC0oOqMWf+0xop4qEU8JrJTwCg==
"@esbuild/linux-x64@0.21.5":
version "0.21.5"
- resolved "https://registry.yarnpkg.com/@esbuild/linux-x64/-/linux-x64-0.21.5.tgz#6d8f0c768e070e64309af8004bb94e68ab2bb3b0"
+ resolved "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.21.5.tgz"
integrity sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==
-"@esbuild/netbsd-x64@0.19.12":
- version "0.19.12"
- resolved "https://registry.yarnpkg.com/@esbuild/netbsd-x64/-/netbsd-x64-0.19.12.tgz#29da566a75324e0d0dd7e47519ba2f7ef168657b"
- integrity sha512-3ltjQ7n1owJgFbuC61Oj++XhtzmymoCihNFgT84UAmJnxJfm4sYCiSLTXZtE00VWYpPMYc+ZQmB6xbSdVh0JWA==
-
-"@esbuild/netbsd-x64@0.21.5":
- version "0.21.5"
- resolved "https://registry.yarnpkg.com/@esbuild/netbsd-x64/-/netbsd-x64-0.21.5.tgz#bbe430f60d378ecb88decb219c602667387a6047"
- integrity sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==
-
-"@esbuild/openbsd-x64@0.19.12":
- version "0.19.12"
- resolved "https://registry.yarnpkg.com/@esbuild/openbsd-x64/-/openbsd-x64-0.19.12.tgz#306c0acbdb5a99c95be98bdd1d47c916e7dc3ff0"
- integrity sha512-RbrfTB9SWsr0kWmb9srfF+L933uMDdu9BIzdA7os2t0TXhCRjrQyCeOt6wVxr79CKD4c+p+YhCj31HBkYcXebw==
-
-"@esbuild/openbsd-x64@0.21.5":
- version "0.21.5"
- resolved "https://registry.yarnpkg.com/@esbuild/openbsd-x64/-/openbsd-x64-0.21.5.tgz#99d1cf2937279560d2104821f5ccce220cb2af70"
- integrity sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==
-
-"@esbuild/sunos-x64@0.19.12":
- version "0.19.12"
- resolved "https://registry.yarnpkg.com/@esbuild/sunos-x64/-/sunos-x64-0.19.12.tgz#0933eaab9af8b9b2c930236f62aae3fc593faf30"
- integrity sha512-HKjJwRrW8uWtCQnQOz9qcU3mUZhTUQvi56Q8DPTLLB+DawoiQdjsYq+j+D3s9I8VFtDr+F9CjgXKKC4ss89IeA==
-
-"@esbuild/sunos-x64@0.21.5":
- version "0.21.5"
- resolved "https://registry.yarnpkg.com/@esbuild/sunos-x64/-/sunos-x64-0.21.5.tgz#08741512c10d529566baba837b4fe052c8f3487b"
- integrity sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==
-
-"@esbuild/win32-arm64@0.19.12":
- version "0.19.12"
- resolved "https://registry.yarnpkg.com/@esbuild/win32-arm64/-/win32-arm64-0.19.12.tgz#773bdbaa1971b36db2f6560088639ccd1e6773ae"
- integrity sha512-URgtR1dJnmGvX864pn1B2YUYNzjmXkuJOIqG2HdU62MVS4EHpU2946OZoTMnRUHklGtJdJZ33QfzdjGACXhn1A==
-
-"@esbuild/win32-arm64@0.21.5":
- version "0.21.5"
- resolved "https://registry.yarnpkg.com/@esbuild/win32-arm64/-/win32-arm64-0.21.5.tgz#675b7385398411240735016144ab2e99a60fc75d"
- integrity sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==
-
-"@esbuild/win32-ia32@0.19.12":
- version "0.19.12"
- resolved "https://registry.yarnpkg.com/@esbuild/win32-ia32/-/win32-ia32-0.19.12.tgz#000516cad06354cc84a73f0943a4aa690ef6fd67"
- integrity sha512-+ZOE6pUkMOJfmxmBZElNOx72NKpIa/HFOMGzu8fqzQJ5kgf6aTGrcJaFsNiVMH4JKpMipyK+7k0n2UXN7a8YKQ==
-
-"@esbuild/win32-ia32@0.21.5":
- version "0.21.5"
- resolved "https://registry.yarnpkg.com/@esbuild/win32-ia32/-/win32-ia32-0.21.5.tgz#1bfc3ce98aa6ca9a0969e4d2af72144c59c1193b"
- integrity sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==
-
-"@esbuild/win32-x64@0.19.12":
- version "0.19.12"
- resolved "https://registry.yarnpkg.com/@esbuild/win32-x64/-/win32-x64-0.19.12.tgz#c57c8afbb4054a3ab8317591a0b7320360b444ae"
- integrity sha512-T1QyPSDCyMXaO3pzBkF96E8xMkiRYbUEZADd29SyPGabqxMViNoii+NcK7eWJAEoU6RZyEm5lVSIjTmcdoB9HA==
-
-"@esbuild/win32-x64@0.21.5":
- version "0.21.5"
- resolved "https://registry.yarnpkg.com/@esbuild/win32-x64/-/win32-x64-0.21.5.tgz#acad351d582d157bb145535db2a6ff53dd514b5c"
- integrity sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==
-
"@eslint-community/eslint-utils@^4.2.0":
version "4.4.0"
- resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
+ resolved "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz"
integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
dependencies:
eslint-visitor-keys "^3.3.0"
"@eslint-community/regexpp@^4.4.0", "@eslint-community/regexpp@^4.6.1":
version "4.11.0"
- resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.11.0.tgz#b0ffd0312b4a3fd2d6f77237e7248a5ad3a680ae"
+ resolved "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.11.0.tgz"
integrity sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A==
"@eslint/eslintrc@^0.4.3":
version "0.4.3"
- resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.3.tgz#9e42981ef035beb3dd49add17acb96e8ff6f394c"
+ resolved "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-0.4.3.tgz"
integrity sha512-J6KFFz5QCYUJq3pf0mjEcCJVERbzv71PUIDczuh9JkwGEzced6CO5ADLHB1rbf/+oPBtoPfMYNOpGDzCANlbXw==
dependencies:
ajv "^6.12.4"
@@ -3523,7 +3251,7 @@
"@eslint/eslintrc@^2.1.4":
version "2.1.4"
- resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.4.tgz#388a269f0f25c1b6adc317b5a2c55714894c70ad"
+ resolved "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.4.tgz"
integrity sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==
dependencies:
ajv "^6.12.4"
@@ -3538,66 +3266,29 @@
"@eslint/js@8.57.0":
version "8.57.0"
- resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.57.0.tgz#a5417ae8427873f1dd08b70b3574b453e67b5f7f"
+ resolved "https://registry.npmjs.org/@eslint/js/-/js-8.57.0.tgz"
integrity sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==
"@fontsource/roboto@^4.5.0":
version "4.5.8"
- resolved "https://registry.yarnpkg.com/@fontsource/roboto/-/roboto-4.5.8.tgz#56347764786079838faf43f0eeda22dd7328437f"
+ resolved "https://registry.npmjs.org/@fontsource/roboto/-/roboto-4.5.8.tgz"
integrity sha512-CnD7zLItIzt86q4Sj3kZUiLcBk1dSk81qcqgMGaZe7SQ1P8hFNxhMl5AZthK1zrDM5m74VVhaOpuMGIL4gagaA==
-"@gar/promisify@^1.0.1":
- version "1.1.3"
- resolved "https://registry.yarnpkg.com/@gar/promisify/-/promisify-1.1.3.tgz#555193ab2e3bb3b6adc3d551c9c030d9e860daf6"
- integrity sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==
-
-"@hapi/address@2.x.x":
- version "2.1.4"
- resolved "https://registry.yarnpkg.com/@hapi/address/-/address-2.1.4.tgz#5d67ed43f3fd41a69d4b9ff7b56e7c0d1d0a81e5"
- integrity sha512-QD1PhQk+s31P1ixsX0H0Suoupp3VMXzIVMSwobR3F3MSUO2YCV0B7xqLcUw/Bh8yuvd3LhpyqLQWTNcRmp6IdQ==
-
-"@hapi/bourne@1.x.x":
- version "1.3.2"
- resolved "https://registry.yarnpkg.com/@hapi/bourne/-/bourne-1.3.2.tgz#0a7095adea067243ce3283e1b56b8a8f453b242a"
- integrity sha512-1dVNHT76Uu5N3eJNTYcvxee+jzX4Z9lfciqRRHCU27ihbUcYi+iSc2iml5Ke1LXe1SyJCLA0+14Jh4tXJgOppA==
-
-"@hapi/hoek@8.x.x", "@hapi/hoek@^8.3.0":
- version "8.5.1"
- resolved "https://registry.yarnpkg.com/@hapi/hoek/-/hoek-8.5.1.tgz#fde96064ca446dec8c55a8c2f130957b070c6e06"
- integrity sha512-yN7kbciD87WzLGc5539Tn0sApjyiGHAJgKvG9W8C7O+6c7qmoQMfVs0W4bX17eqz6C78QJqqFrtgdK5EWf6Qow==
-
"@hapi/hoek@^9.0.0", "@hapi/hoek@^9.3.0":
version "9.3.0"
- resolved "https://registry.yarnpkg.com/@hapi/hoek/-/hoek-9.3.0.tgz#8368869dcb735be2e7f5cb7647de78e167a251fb"
+ resolved "https://registry.npmjs.org/@hapi/hoek/-/hoek-9.3.0.tgz"
integrity sha512-/c6rf4UJlmHlC9b5BaNvzAcFv7HZ2QHaV0D4/HNlBdvFnvQq8RI4kYdhyPCl7Xj+oWvTWQ8ujhqS53LIgAe6KQ==
-"@hapi/joi@^15.1.0":
- version "15.1.1"
- resolved "https://registry.yarnpkg.com/@hapi/joi/-/joi-15.1.1.tgz#c675b8a71296f02833f8d6d243b34c57b8ce19d7"
- integrity sha512-entf8ZMOK8sc+8YfeOlM8pCfg3b5+WZIKBfUaaJT8UsjAAPjartzxIYm3TIbjvA4u+u++KbcXD38k682nVHDAQ==
- dependencies:
- "@hapi/address" "2.x.x"
- "@hapi/bourne" "1.x.x"
- "@hapi/hoek" "8.x.x"
- "@hapi/topo" "3.x.x"
-
-"@hapi/topo@3.x.x":
- version "3.1.6"
- resolved "https://registry.yarnpkg.com/@hapi/topo/-/topo-3.1.6.tgz#68d935fa3eae7fdd5ab0d7f953f3205d8b2bfc29"
- integrity sha512-tAag0jEcjwH+P2quUfipd7liWCNX2F8NvYjQp2wtInsZxnMlypdw0FtAOLxtvvkO+GSRRbmNi8m/5y42PQJYCQ==
- dependencies:
- "@hapi/hoek" "^8.3.0"
-
"@hapi/topo@^5.1.0":
version "5.1.0"
- resolved "https://registry.yarnpkg.com/@hapi/topo/-/topo-5.1.0.tgz#dc448e332c6c6e37a4dc02fd84ba8d44b9afb012"
+ resolved "https://registry.npmjs.org/@hapi/topo/-/topo-5.1.0.tgz"
integrity sha512-foQZKJig7Ob0BMAYBfcJk8d77QtOe7Wo4ox7ff1lQYoNNAb6jwcY1ncdoy2e9wQZzvNy7ODZCYJkK8kzmcAnAg==
dependencies:
"@hapi/hoek" "^9.0.0"
"@humanwhocodes/config-array@^0.11.14":
version "0.11.14"
- resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.14.tgz#d78e481a039f7566ecc9660b4ea7fe6b1fec442b"
+ resolved "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.14.tgz"
integrity sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==
dependencies:
"@humanwhocodes/object-schema" "^2.0.2"
@@ -3606,7 +3297,7 @@
"@humanwhocodes/config-array@^0.5.0":
version "0.5.0"
- resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.5.0.tgz#1407967d4c6eecd7388f83acf1eaf4d0c6e58ef9"
+ resolved "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.5.0.tgz"
integrity sha512-FagtKFz74XrTl7y6HCzQpwDfXP0yhxe9lHLD1UZxjvZIcbyRz8zTFF/yYNfSfzU414eDwZ1SrO0Qvtyf+wFMQg==
dependencies:
"@humanwhocodes/object-schema" "^1.2.0"
@@ -3615,22 +3306,22 @@
"@humanwhocodes/module-importer@^1.0.1":
version "1.0.1"
- resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c"
+ resolved "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz"
integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==
"@humanwhocodes/object-schema@^1.2.0":
version "1.2.1"
- resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45"
+ resolved "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz"
integrity sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==
"@humanwhocodes/object-schema@^2.0.2":
version "2.0.3"
- resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz#4a2868d75d6d6963e423bcf90b7fd1be343409d3"
+ resolved "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz"
integrity sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==
"@isaacs/cliui@^8.0.2":
version "8.0.2"
- resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550"
+ resolved "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz"
integrity sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==
dependencies:
string-width "^5.1.2"
@@ -3642,7 +3333,7 @@
"@istanbuljs/load-nyc-config@^1.0.0":
version "1.1.0"
- resolved "https://registry.yarnpkg.com/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz#fd3db1d59ecf7cf121e80650bb86712f9b55eced"
+ resolved "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz"
integrity sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==
dependencies:
camelcase "^5.3.1"
@@ -3653,24 +3344,12 @@
"@istanbuljs/schema@^0.1.2", "@istanbuljs/schema@^0.1.3":
version "0.1.3"
- resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98"
+ resolved "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz"
integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==
-"@jest/console@^26.6.2":
- version "26.6.2"
- resolved "https://registry.yarnpkg.com/@jest/console/-/console-26.6.2.tgz#4e04bc464014358b03ab4937805ee36a0aeb98f2"
- integrity sha512-IY1R2i2aLsLr7Id3S6p2BA82GNWryt4oSvEXLAKc+L2zdi89dSkE8xC1C+0kpATG4JhBJREnQOH7/zmccM2B0g==
- dependencies:
- "@jest/types" "^26.6.2"
- "@types/node" "*"
- chalk "^4.0.0"
- jest-message-util "^26.6.2"
- jest-util "^26.6.2"
- slash "^3.0.0"
-
"@jest/console@^27.5.1":
version "27.5.1"
- resolved "https://registry.yarnpkg.com/@jest/console/-/console-27.5.1.tgz#260fe7239602fe5130a94f1aa386eff54b014bba"
+ resolved "https://registry.npmjs.org/@jest/console/-/console-27.5.1.tgz"
integrity sha512-kZ/tNpS3NXn0mlXXXPNuDZnb4c0oZ20r4K5eemM2k30ZC3G0T02nXUvyhf5YdbXWHPEJLc9qGLxEZ216MdL+Zg==
dependencies:
"@jest/types" "^27.5.1"
@@ -3682,7 +3361,7 @@
"@jest/console@^28.1.3":
version "28.1.3"
- resolved "https://registry.yarnpkg.com/@jest/console/-/console-28.1.3.tgz#2030606ec03a18c31803b8a36382762e447655df"
+ resolved "https://registry.npmjs.org/@jest/console/-/console-28.1.3.tgz"
integrity sha512-QPAkP5EwKdK/bxIr6C1I4Vs0rm2nHiANzj/Z5X2JQkrZo6IqvC4ldZ9K95tF0HdidhA8Bo6egxSzUFPYKcEXLw==
dependencies:
"@jest/types" "^28.1.3"
@@ -3692,44 +3371,10 @@
jest-util "^28.1.3"
slash "^3.0.0"
-"@jest/core@^26.6.0", "@jest/core@^26.6.3":
- version "26.6.3"
- resolved "https://registry.yarnpkg.com/@jest/core/-/core-26.6.3.tgz#7639fcb3833d748a4656ada54bde193051e45fad"
- integrity sha512-xvV1kKbhfUqFVuZ8Cyo+JPpipAHHAV3kcDBftiduK8EICXmTFddryy3P7NfZt8Pv37rA9nEJBKCCkglCPt/Xjw==
- dependencies:
- "@jest/console" "^26.6.2"
- "@jest/reporters" "^26.6.2"
- "@jest/test-result" "^26.6.2"
- "@jest/transform" "^26.6.2"
- "@jest/types" "^26.6.2"
- "@types/node" "*"
- ansi-escapes "^4.2.1"
- chalk "^4.0.0"
- exit "^0.1.2"
- graceful-fs "^4.2.4"
- jest-changed-files "^26.6.2"
- jest-config "^26.6.3"
- jest-haste-map "^26.6.2"
- jest-message-util "^26.6.2"
- jest-regex-util "^26.0.0"
- jest-resolve "^26.6.2"
- jest-resolve-dependencies "^26.6.3"
- jest-runner "^26.6.3"
- jest-runtime "^26.6.3"
- jest-snapshot "^26.6.2"
- jest-util "^26.6.2"
- jest-validate "^26.6.2"
- jest-watcher "^26.6.2"
- micromatch "^4.0.2"
- p-each-series "^2.1.0"
- rimraf "^3.0.0"
- slash "^3.0.0"
- strip-ansi "^6.0.0"
-
-"@jest/core@^27.0.6", "@jest/core@^27.5.1":
- version "27.5.1"
- resolved "https://registry.yarnpkg.com/@jest/core/-/core-27.5.1.tgz#267ac5f704e09dc52de2922cbf3af9edcd64b626"
- integrity sha512-AK6/UTrvQD0Cd24NSqmIA6rKsu0tKIxfiCducZvqxYdmMisOYAsdItspT+fQDQYARPf8XgjAFZi0ogW2agH5nQ==
+"@jest/core@^27.0.6", "@jest/core@^27.5.1":
+ version "27.5.1"
+ resolved "https://registry.npmjs.org/@jest/core/-/core-27.5.1.tgz"
+ integrity sha512-AK6/UTrvQD0Cd24NSqmIA6rKsu0tKIxfiCducZvqxYdmMisOYAsdItspT+fQDQYARPf8XgjAFZi0ogW2agH5nQ==
dependencies:
"@jest/console" "^27.5.1"
"@jest/reporters" "^27.5.1"
@@ -3760,19 +3405,9 @@
slash "^3.0.0"
strip-ansi "^6.0.0"
-"@jest/environment@^26.6.0", "@jest/environment@^26.6.2":
- version "26.6.2"
- resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-26.6.2.tgz#ba364cc72e221e79cc8f0a99555bf5d7577cf92c"
- integrity sha512-nFy+fHl28zUrRsCeMB61VDThV1pVTtlEokBRgqPrcT1JNq4yRNIyTHfyht6PqtUvY9IsuLGTrbG8kPXjSZIZwA==
- dependencies:
- "@jest/fake-timers" "^26.6.2"
- "@jest/types" "^26.6.2"
- "@types/node" "*"
- jest-mock "^26.6.2"
-
"@jest/environment@^27.5.1":
version "27.5.1"
- resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-27.5.1.tgz#d7425820511fe7158abbecc010140c3fd3be9c74"
+ resolved "https://registry.npmjs.org/@jest/environment/-/environment-27.5.1.tgz"
integrity sha512-/WQjhPJe3/ghaol/4Bq480JKXV/Rfw8nQdN7f41fM8VDHLcxKXou6QyXAh3EFr9/bVG3x74z1NWDkP87EiY8gA==
dependencies:
"@jest/fake-timers" "^27.5.1"
@@ -3782,26 +3417,14 @@
"@jest/expect-utils@^29.7.0":
version "29.7.0"
- resolved "https://registry.yarnpkg.com/@jest/expect-utils/-/expect-utils-29.7.0.tgz#023efe5d26a8a70f21677d0a1afc0f0a44e3a1c6"
+ resolved "https://registry.npmjs.org/@jest/expect-utils/-/expect-utils-29.7.0.tgz"
integrity sha512-GlsNBWiFQFCVi9QVSx7f5AgMeLxe9YCCs5PuP2O2LdjDAA8Jh9eX7lA1Jq/xdXw3Wb3hyvlFNfZIfcRetSzYcA==
dependencies:
jest-get-type "^29.6.3"
-"@jest/fake-timers@^26.6.2":
- version "26.6.2"
- resolved "https://registry.yarnpkg.com/@jest/fake-timers/-/fake-timers-26.6.2.tgz#459c329bcf70cee4af4d7e3f3e67848123535aad"
- integrity sha512-14Uleatt7jdzefLPYM3KLcnUl1ZNikaKq34enpb5XG9i81JpppDb5muZvonvKyrl7ftEHkKS5L5/eB/kxJ+bvA==
- dependencies:
- "@jest/types" "^26.6.2"
- "@sinonjs/fake-timers" "^6.0.1"
- "@types/node" "*"
- jest-message-util "^26.6.2"
- jest-mock "^26.6.2"
- jest-util "^26.6.2"
-
"@jest/fake-timers@^27.5.1":
version "27.5.1"
- resolved "https://registry.yarnpkg.com/@jest/fake-timers/-/fake-timers-27.5.1.tgz#76979745ce0579c8a94a4678af7a748eda8ada74"
+ resolved "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-27.5.1.tgz"
integrity sha512-/aPowoolwa07k7/oM3aASneNeBGCmGQsc3ugN4u6s4C/+s5M64MFo/+djTdiwcbQlRfFElGuDXWzaWj6QgKObQ==
dependencies:
"@jest/types" "^27.5.1"
@@ -3811,59 +3434,18 @@
jest-mock "^27.5.1"
jest-util "^27.5.1"
-"@jest/globals@^26.6.2":
- version "26.6.2"
- resolved "https://registry.yarnpkg.com/@jest/globals/-/globals-26.6.2.tgz#5b613b78a1aa2655ae908eba638cc96a20df720a"
- integrity sha512-85Ltnm7HlB/KesBUuALwQ68YTU72w9H2xW9FjZ1eL1U3lhtefjjl5c2MiUbpXt/i6LaPRvoOFJ22yCBSfQ0JIA==
- dependencies:
- "@jest/environment" "^26.6.2"
- "@jest/types" "^26.6.2"
- expect "^26.6.2"
-
"@jest/globals@^27.5.1":
version "27.5.1"
- resolved "https://registry.yarnpkg.com/@jest/globals/-/globals-27.5.1.tgz#7ac06ce57ab966566c7963431cef458434601b2b"
+ resolved "https://registry.npmjs.org/@jest/globals/-/globals-27.5.1.tgz"
integrity sha512-ZEJNB41OBQQgGzgyInAv0UUfDDj3upmHydjieSxFvTRuZElrx7tXg/uVQ5hYVEwiXs3+aMsAeEc9X7xiSKCm4Q==
dependencies:
"@jest/environment" "^27.5.1"
"@jest/types" "^27.5.1"
expect "^27.5.1"
-"@jest/reporters@^26.6.2":
- version "26.6.2"
- resolved "https://registry.yarnpkg.com/@jest/reporters/-/reporters-26.6.2.tgz#1f518b99637a5f18307bd3ecf9275f6882a667f6"
- integrity sha512-h2bW53APG4HvkOnVMo8q3QXa6pcaNt1HkwVsOPMBV6LD/q9oSpxNSYZQYkAnjdMjrJ86UuYeLo+aEZClV6opnw==
- dependencies:
- "@bcoe/v8-coverage" "^0.2.3"
- "@jest/console" "^26.6.2"
- "@jest/test-result" "^26.6.2"
- "@jest/transform" "^26.6.2"
- "@jest/types" "^26.6.2"
- chalk "^4.0.0"
- collect-v8-coverage "^1.0.0"
- exit "^0.1.2"
- glob "^7.1.2"
- graceful-fs "^4.2.4"
- istanbul-lib-coverage "^3.0.0"
- istanbul-lib-instrument "^4.0.3"
- istanbul-lib-report "^3.0.0"
- istanbul-lib-source-maps "^4.0.0"
- istanbul-reports "^3.0.2"
- jest-haste-map "^26.6.2"
- jest-resolve "^26.6.2"
- jest-util "^26.6.2"
- jest-worker "^26.6.2"
- slash "^3.0.0"
- source-map "^0.6.0"
- string-length "^4.0.1"
- terminal-link "^2.0.0"
- v8-to-istanbul "^7.0.0"
- optionalDependencies:
- node-notifier "^8.0.0"
-
"@jest/reporters@^27.5.1":
version "27.5.1"
- resolved "https://registry.yarnpkg.com/@jest/reporters/-/reporters-27.5.1.tgz#ceda7be96170b03c923c37987b64015812ffec04"
+ resolved "https://registry.npmjs.org/@jest/reporters/-/reporters-27.5.1.tgz"
integrity sha512-cPXh9hWIlVJMQkVk84aIvXuBB4uQQmFqZiacloFuGiP3ah1sbCxCosidXFDfqG8+6fO1oR2dTJTlsOy4VFmUfw==
dependencies:
"@bcoe/v8-coverage" "^0.2.3"
@@ -3894,49 +3476,30 @@
"@jest/schemas@^28.1.3":
version "28.1.3"
- resolved "https://registry.yarnpkg.com/@jest/schemas/-/schemas-28.1.3.tgz#ad8b86a66f11f33619e3d7e1dcddd7f2d40ff905"
+ resolved "https://registry.npmjs.org/@jest/schemas/-/schemas-28.1.3.tgz"
integrity sha512-/l/VWsdt/aBXgjshLWOFyFt3IVdYypu5y2Wn2rOO1un6nkqIn8SLXzgIMYXFyYsRWDyF5EthmKJMIdJvk08grg==
dependencies:
"@sinclair/typebox" "^0.24.1"
"@jest/schemas@^29.6.3":
version "29.6.3"
- resolved "https://registry.yarnpkg.com/@jest/schemas/-/schemas-29.6.3.tgz#430b5ce8a4e0044a7e3819663305a7b3091c8e03"
+ resolved "https://registry.npmjs.org/@jest/schemas/-/schemas-29.6.3.tgz"
integrity sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==
dependencies:
"@sinclair/typebox" "^0.27.8"
-"@jest/source-map@^26.6.2":
- version "26.6.2"
- resolved "https://registry.yarnpkg.com/@jest/source-map/-/source-map-26.6.2.tgz#29af5e1e2e324cafccc936f218309f54ab69d535"
- integrity sha512-YwYcCwAnNmOVsZ8mr3GfnzdXDAl4LaenZP5z+G0c8bzC9/dugL8zRmxZzdoTl4IaS3CryS1uWnROLPFmb6lVvA==
- dependencies:
- callsites "^3.0.0"
- graceful-fs "^4.2.4"
- source-map "^0.6.0"
-
"@jest/source-map@^27.5.1":
version "27.5.1"
- resolved "https://registry.yarnpkg.com/@jest/source-map/-/source-map-27.5.1.tgz#6608391e465add4205eae073b55e7f279e04e8cf"
+ resolved "https://registry.npmjs.org/@jest/source-map/-/source-map-27.5.1.tgz"
integrity sha512-y9NIHUYF3PJRlHk98NdC/N1gl88BL08aQQgu4k4ZopQkCw9t9cV8mtl3TV8b/YCB8XaVTFrmUTAJvjsntDireg==
dependencies:
callsites "^3.0.0"
graceful-fs "^4.2.9"
source-map "^0.6.0"
-"@jest/test-result@^26.6.0", "@jest/test-result@^26.6.2":
- version "26.6.2"
- resolved "https://registry.yarnpkg.com/@jest/test-result/-/test-result-26.6.2.tgz#55da58b62df134576cc95476efa5f7949e3f5f18"
- integrity sha512-5O7H5c/7YlojphYNrK02LlDIV2GNPYisKwHm2QTKjNZeEzezCbwYs9swJySv2UfPMyZ0VdsmMv7jIlD/IKYQpQ==
- dependencies:
- "@jest/console" "^26.6.2"
- "@jest/types" "^26.6.2"
- "@types/istanbul-lib-coverage" "^2.0.0"
- collect-v8-coverage "^1.0.0"
-
"@jest/test-result@^27.5.1":
version "27.5.1"
- resolved "https://registry.yarnpkg.com/@jest/test-result/-/test-result-27.5.1.tgz#56a6585fa80f7cdab72b8c5fc2e871d03832f5bb"
+ resolved "https://registry.npmjs.org/@jest/test-result/-/test-result-27.5.1.tgz"
integrity sha512-EW35l2RYFUcUQxFJz5Cv5MTOxlJIQs4I7gxzi2zVU7PJhOwfYq1MdC5nhSmYjX1gmMmLPvB3sIaC+BkcHRBfag==
dependencies:
"@jest/console" "^27.5.1"
@@ -3946,7 +3509,7 @@
"@jest/test-result@^28.1.3":
version "28.1.3"
- resolved "https://registry.yarnpkg.com/@jest/test-result/-/test-result-28.1.3.tgz#5eae945fd9f4b8fcfce74d239e6f725b6bf076c5"
+ resolved "https://registry.npmjs.org/@jest/test-result/-/test-result-28.1.3.tgz"
integrity sha512-kZAkxnSE+FqE8YjW8gNuoVkkC9I7S1qmenl8sGcDOLropASP+BkcGKwhXoyqQuGOGeYY0y/ixjrd/iERpEXHNg==
dependencies:
"@jest/console" "^28.1.3"
@@ -3954,20 +3517,9 @@
"@types/istanbul-lib-coverage" "^2.0.0"
collect-v8-coverage "^1.0.0"
-"@jest/test-sequencer@^26.6.3":
- version "26.6.3"
- resolved "https://registry.yarnpkg.com/@jest/test-sequencer/-/test-sequencer-26.6.3.tgz#98e8a45100863886d074205e8ffdc5a7eb582b17"
- integrity sha512-YHlVIjP5nfEyjlrSr8t/YdNfU/1XEt7c5b4OxcXCjyRhjzLYu/rO69/WHPuYcbCWkz8kAeZVZp2N2+IOLLEPGw==
- dependencies:
- "@jest/test-result" "^26.6.2"
- graceful-fs "^4.2.4"
- jest-haste-map "^26.6.2"
- jest-runner "^26.6.3"
- jest-runtime "^26.6.3"
-
"@jest/test-sequencer@^27.5.1":
version "27.5.1"
- resolved "https://registry.yarnpkg.com/@jest/test-sequencer/-/test-sequencer-27.5.1.tgz#4057e0e9cea4439e544c6353c6affe58d095745b"
+ resolved "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-27.5.1.tgz"
integrity sha512-LCheJF7WB2+9JuCS7VB/EmGIdQuhtqjRNI9A43idHv3E4KltCTsPsLxvdaubFHSYwY/fNjMWjl6vNRhDiN7vpQ==
dependencies:
"@jest/test-result" "^27.5.1"
@@ -3975,30 +3527,9 @@
jest-haste-map "^27.5.1"
jest-runtime "^27.5.1"
-"@jest/transform@^26.6.2":
- version "26.6.2"
- resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-26.6.2.tgz#5ac57c5fa1ad17b2aae83e73e45813894dcf2e4b"
- integrity sha512-E9JjhUgNzvuQ+vVAL21vlyfy12gP0GhazGgJC4h6qUt1jSdUXGWJ1wfu/X7Sd8etSgxV4ovT1pb9v5D6QW4XgA==
- dependencies:
- "@babel/core" "^7.1.0"
- "@jest/types" "^26.6.2"
- babel-plugin-istanbul "^6.0.0"
- chalk "^4.0.0"
- convert-source-map "^1.4.0"
- fast-json-stable-stringify "^2.0.0"
- graceful-fs "^4.2.4"
- jest-haste-map "^26.6.2"
- jest-regex-util "^26.0.0"
- jest-util "^26.6.2"
- micromatch "^4.0.2"
- pirates "^4.0.1"
- slash "^3.0.0"
- source-map "^0.6.1"
- write-file-atomic "^3.0.0"
-
"@jest/transform@^27.5.1":
version "27.5.1"
- resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-27.5.1.tgz#6c3501dcc00c4c08915f292a600ece5ecfe1f409"
+ resolved "https://registry.npmjs.org/@jest/transform/-/transform-27.5.1.tgz"
integrity sha512-ipON6WtYgl/1329g5AIJVbUuEh0wZVbdpGwC99Jw4LwuoBNS95MVphU6zOeD9pDkon+LLbFL7lOQRapbB8SCHw==
dependencies:
"@babel/core" "^7.1.0"
@@ -4017,20 +3548,9 @@
source-map "^0.6.1"
write-file-atomic "^3.0.0"
-"@jest/types@^26.6.0", "@jest/types@^26.6.2":
- version "26.6.2"
- resolved "https://registry.yarnpkg.com/@jest/types/-/types-26.6.2.tgz#bef5a532030e1d88a2f5a6d933f84e97226ed48e"
- integrity sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ==
- dependencies:
- "@types/istanbul-lib-coverage" "^2.0.0"
- "@types/istanbul-reports" "^3.0.0"
- "@types/node" "*"
- "@types/yargs" "^15.0.0"
- chalk "^4.0.0"
-
"@jest/types@^27.5.1":
version "27.5.1"
- resolved "https://registry.yarnpkg.com/@jest/types/-/types-27.5.1.tgz#3c79ec4a8ba61c170bf937bcf9e98a9df175ec80"
+ resolved "https://registry.npmjs.org/@jest/types/-/types-27.5.1.tgz"
integrity sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw==
dependencies:
"@types/istanbul-lib-coverage" "^2.0.0"
@@ -4041,7 +3561,7 @@
"@jest/types@^28.1.3":
version "28.1.3"
- resolved "https://registry.yarnpkg.com/@jest/types/-/types-28.1.3.tgz#b05de80996ff12512bc5ceb1d208285a7d11748b"
+ resolved "https://registry.npmjs.org/@jest/types/-/types-28.1.3.tgz"
integrity sha512-RyjiyMUZrKz/c+zlMFO1pm70DcIlST8AeWTkoUdZevew44wcNZQHsEVOiCVtgVnlFFD82FPaXycys58cf2muVQ==
dependencies:
"@jest/schemas" "^28.1.3"
@@ -4053,7 +3573,7 @@
"@jest/types@^29.6.3":
version "29.6.3"
- resolved "https://registry.yarnpkg.com/@jest/types/-/types-29.6.3.tgz#1131f8cf634e7e84c5e77bab12f052af585fba59"
+ resolved "https://registry.npmjs.org/@jest/types/-/types-29.6.3.tgz"
integrity sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==
dependencies:
"@jest/schemas" "^29.6.3"
@@ -4065,7 +3585,7 @@
"@jridgewell/gen-mapping@^0.3.2", "@jridgewell/gen-mapping@^0.3.5":
version "0.3.5"
- resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz#dcce6aff74bdf6dad1a95802b69b04a2fcb1fb36"
+ resolved "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz"
integrity sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==
dependencies:
"@jridgewell/set-array" "^1.2.1"
@@ -4074,17 +3594,17 @@
"@jridgewell/resolve-uri@^3.1.0":
version "3.1.2"
- resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz#7a0ee601f60f99a20c7c7c5ff0c80388c1189bd6"
+ resolved "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz"
integrity sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==
"@jridgewell/set-array@^1.2.1":
version "1.2.1"
- resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.2.1.tgz#558fb6472ed16a4c850b889530e6b36438c49280"
+ resolved "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz"
integrity sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==
"@jridgewell/source-map@^0.3.3":
version "0.3.6"
- resolved "https://registry.yarnpkg.com/@jridgewell/source-map/-/source-map-0.3.6.tgz#9d71ca886e32502eb9362c9a74a46787c36df81a"
+ resolved "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.6.tgz"
integrity sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==
dependencies:
"@jridgewell/gen-mapping" "^0.3.5"
@@ -4092,12 +3612,12 @@
"@jridgewell/sourcemap-codec@^1.4.10", "@jridgewell/sourcemap-codec@^1.4.14", "@jridgewell/sourcemap-codec@^1.5.0":
version "1.5.0"
- resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz#3188bcb273a414b0d215fd22a58540b989b9409a"
+ resolved "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz"
integrity sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==
"@jridgewell/trace-mapping@^0.3.12", "@jridgewell/trace-mapping@^0.3.20", "@jridgewell/trace-mapping@^0.3.24", "@jridgewell/trace-mapping@^0.3.25":
version "0.3.25"
- resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz#15f190e98895f3fc23276ee14bc76b675c2e50f0"
+ resolved "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz"
integrity sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==
dependencies:
"@jridgewell/resolve-uri" "^3.1.0"
@@ -4105,7 +3625,7 @@
"@js-temporal/polyfill@0.4.3":
version "0.4.3"
- resolved "https://registry.yarnpkg.com/@js-temporal/polyfill/-/polyfill-0.4.3.tgz#e8f8cf86745eb5050679c46a5ebedb9a9cc1f09b"
+ resolved "https://registry.npmjs.org/@js-temporal/polyfill/-/polyfill-0.4.3.tgz"
integrity sha512-6Fmjo/HlkyVCmJzAPnvtEWlcbQUSRhi8qlN9EtJA/wP7FqXsevLLrlojR44kzNzrRkpf7eDJ+z7b4xQD/Ycypw==
dependencies:
jsbi "^4.1.0"
@@ -4113,22 +3633,22 @@
"@juggle/resize-observer@^3.3.1":
version "3.4.0"
- resolved "https://registry.yarnpkg.com/@juggle/resize-observer/-/resize-observer-3.4.0.tgz#08d6c5e20cf7e4cc02fd181c4b0c225cd31dbb60"
+ resolved "https://registry.npmjs.org/@juggle/resize-observer/-/resize-observer-3.4.0.tgz"
integrity sha512-dfLbk+PwWvFzSxwk3n5ySL0hfBog779o8h68wK/7/APo/7cgyWp5jcXockbxdk5kFRkbeXWm4Fbi9FrdN381sA==
"@leichtgewicht/ip-codec@^2.0.1":
version "2.0.5"
- resolved "https://registry.yarnpkg.com/@leichtgewicht/ip-codec/-/ip-codec-2.0.5.tgz#4fc56c15c580b9adb7dc3c333a134e540b44bfb1"
+ resolved "https://registry.npmjs.org/@leichtgewicht/ip-codec/-/ip-codec-2.0.5.tgz"
integrity sha512-Vo+PSpZG2/fmgmiNzYK9qWRh8h/CHrwD0mo1h1DzL4yzHNSfWYujGTYsWGreD000gcgmZ7K4Ys6Tx9TxtsKdDw==
"@ls-lint/ls-lint@^1.10.0":
version "1.11.2"
- resolved "https://registry.yarnpkg.com/@ls-lint/ls-lint/-/ls-lint-1.11.2.tgz#fa7e8c404b7c2f9f7fe3e92b7d69fe37a15c0e1c"
+ resolved "https://registry.npmjs.org/@ls-lint/ls-lint/-/ls-lint-1.11.2.tgz"
integrity sha512-kX+CCjgNz+NHCaOcFyJLSBLRgAoyOxN18QFLpgucz5ILvbr60BGjwKaoPYTv/rBV/77L+Oz82lpP24mzJ2wGsQ==
"@manypkg/cli@^0.18.0":
version "0.18.0"
- resolved "https://registry.yarnpkg.com/@manypkg/cli/-/cli-0.18.0.tgz#2b40d5aa7f88d43142e041de8fc8d7e44aa28a1d"
+ resolved "https://registry.npmjs.org/@manypkg/cli/-/cli-0.18.0.tgz"
integrity sha512-dlgraFHLEnCJ8hrGULCOLZuiJWSzaWDgq0tq+O7pe37K37S2Mjrb7x/BcNHj8caZLf3kiPC0KW0iSMo8UyvpbQ==
dependencies:
"@babel/runtime" "^7.5.5"
@@ -4149,7 +3669,7 @@
"@manypkg/find-root@^1.1.0":
version "1.1.0"
- resolved "https://registry.yarnpkg.com/@manypkg/find-root/-/find-root-1.1.0.tgz#a62d8ed1cd7e7d4c11d9d52a8397460b5d4ad29f"
+ resolved "https://registry.npmjs.org/@manypkg/find-root/-/find-root-1.1.0.tgz"
integrity sha512-mki5uBvhHzO8kYYix/WRy2WX8S3B5wdVSc9D6KcU5lQNglP2yt58/VfLuAK49glRXChosY8ap2oJ1qgma3GUVA==
dependencies:
"@babel/runtime" "^7.5.5"
@@ -4159,7 +3679,7 @@
"@manypkg/get-packages@^1.1.1":
version "1.1.3"
- resolved "https://registry.yarnpkg.com/@manypkg/get-packages/-/get-packages-1.1.3.tgz#e184db9bba792fa4693de4658cfb1463ac2c9c47"
+ resolved "https://registry.npmjs.org/@manypkg/get-packages/-/get-packages-1.1.3.tgz"
integrity sha512-fo+QhuU3qE/2TQMQmbVMqaQ6EWbMhi4ABWP+O4AM1NqPBuy0OrApV5LO6BrrgnhtAHS2NH6RrVk9OL181tTi8A==
dependencies:
"@babel/runtime" "^7.5.5"
@@ -4171,7 +3691,7 @@
"@mdx-js/mdx@^1.6.22":
version "1.6.22"
- resolved "https://registry.yarnpkg.com/@mdx-js/mdx/-/mdx-1.6.22.tgz#8a723157bf90e78f17dc0f27995398e6c731f1ba"
+ resolved "https://registry.npmjs.org/@mdx-js/mdx/-/mdx-1.6.22.tgz"
integrity sha512-AMxuLxPz2j5/6TpF/XSdKpQP1NlG0z11dFOlq+2IP/lSgl11GY8ji6S/rgsViN/L0BDvHvUMruRb7ub+24LUYA==
dependencies:
"@babel/core" "7.12.9"
@@ -4196,24 +3716,24 @@
"@mdx-js/react@^1.6.21", "@mdx-js/react@^1.6.22":
version "1.6.22"
- resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-1.6.22.tgz#ae09b4744fddc74714ee9f9d6f17a66e77c43573"
+ resolved "https://registry.npmjs.org/@mdx-js/react/-/react-1.6.22.tgz"
integrity sha512-TDoPum4SHdfPiGSAaRBw7ECyI8VaHpK8GJugbJIJuqyh6kzw9ZLJZW3HGL3NNrJGxcAixUvqROm+YuQOo5eXtg==
"@mdx-js/react@^3.0.0":
version "3.0.1"
- resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-3.0.1.tgz#997a19b3a5b783d936c75ae7c47cfe62f967f746"
+ resolved "https://registry.npmjs.org/@mdx-js/react/-/react-3.0.1.tgz"
integrity sha512-9ZrPIU4MGf6et1m1ov3zKf+q9+deetI51zprKB1D/z3NOb+rUxxtEl3mCjW5wTGh6VhRdwPueh1oRzi6ezkA8A==
dependencies:
"@types/mdx" "^2.0.0"
"@mdx-js/util@1.6.22":
version "1.6.22"
- resolved "https://registry.yarnpkg.com/@mdx-js/util/-/util-1.6.22.tgz#219dfd89ae5b97a8801f015323ffa4b62f45718b"
+ resolved "https://registry.npmjs.org/@mdx-js/util/-/util-1.6.22.tgz"
integrity sha512-H1rQc1ZOHANWBvPcW+JpGwr+juXSxM8Q8YCkm3GhZd8REu1fHR3z99CErO1p9pkcfcxZnMdIZdIsXkOHY0NilA==
"@mrmlnc/readdir-enhanced@^2.2.1":
version "2.2.1"
- resolved "https://registry.yarnpkg.com/@mrmlnc/readdir-enhanced/-/readdir-enhanced-2.2.1.tgz#524af240d1a360527b730475ecfa1344aa540dde"
+ resolved "https://registry.npmjs.org/@mrmlnc/readdir-enhanced/-/readdir-enhanced-2.2.1.tgz"
integrity sha512-bPHp6Ji8b41szTOcaP63VlnbbO5Ny6dwAATtY6JTjh5N2OLrb5Qk/Th5cRkRQhkWCt+EJsYrNB0MiL+Gpn6e3g==
dependencies:
call-me-maybe "^1.0.1"
@@ -4221,78 +3741,50 @@
"@nicolo-ribaudo/eslint-scope-5-internals@5.1.1-v1":
version "5.1.1-v1"
- resolved "https://registry.yarnpkg.com/@nicolo-ribaudo/eslint-scope-5-internals/-/eslint-scope-5-internals-5.1.1-v1.tgz#dbf733a965ca47b1973177dc0bb6c889edcfb129"
+ resolved "https://registry.npmjs.org/@nicolo-ribaudo/eslint-scope-5-internals/-/eslint-scope-5-internals-5.1.1-v1.tgz"
integrity sha512-54/JRvkLIzzDWshCWfuhadfrfZVPiElY8Fcgmg1HroEly/EDSszzhBAsarCux+D/kOslTRquNzuyGSmUSTTHGg==
dependencies:
eslint-scope "5.1.1"
"@nodelib/fs.scandir@2.1.5":
version "2.1.5"
- resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5"
+ resolved "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz"
integrity sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==
dependencies:
"@nodelib/fs.stat" "2.0.5"
run-parallel "^1.1.9"
-"@nodelib/fs.stat@2.0.5", "@nodelib/fs.stat@^2.0.2":
- version "2.0.5"
- resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz#5bd262af94e9d25bd1e71b05deed44876a222e8b"
- integrity sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==
-
"@nodelib/fs.stat@^1.1.2":
version "1.1.3"
- resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-1.1.3.tgz#2b5a3ab3f918cca48a8c754c08168e3f03eba61b"
+ resolved "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-1.1.3.tgz"
integrity sha512-shAmDyaQC4H92APFoIaVDHCx5bStIocgvbwQyxPRrbUY20V1EYTbSDchWbuwlMG3V17cprZhA6+78JfB+3DTPw==
+"@nodelib/fs.stat@^2.0.2", "@nodelib/fs.stat@2.0.5":
+ version "2.0.5"
+ resolved "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz"
+ integrity sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==
+
"@nodelib/fs.walk@^1.2.3", "@nodelib/fs.walk@^1.2.8":
version "1.2.8"
- resolved "https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz#e95737e8bb6746ddedf69c556953494f196fe69a"
+ resolved "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz"
integrity sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==
dependencies:
"@nodelib/fs.scandir" "2.1.5"
fastq "^1.6.0"
-"@npmcli/fs@^1.0.0":
- version "1.1.1"
- resolved "https://registry.yarnpkg.com/@npmcli/fs/-/fs-1.1.1.tgz#72f719fe935e687c56a4faecf3c03d06ba593257"
- integrity sha512-8KG5RD0GVP4ydEzRn/I4BNDuxDtqVbOdm8675T49OIG/NGhaK0pjPX7ZcDlvKYbA+ulvVK3ztfcF4uBdOxuJbQ==
- dependencies:
- "@gar/promisify" "^1.0.1"
- semver "^7.3.5"
-
-"@npmcli/move-file@^1.0.1":
- version "1.1.2"
- resolved "https://registry.yarnpkg.com/@npmcli/move-file/-/move-file-1.1.2.tgz#1a82c3e372f7cae9253eb66d72543d6b8685c674"
- integrity sha512-1SUf/Cg2GzGDyaf15aR9St9TWlb+XvbZXWpDx8YKs7MLzMH/BCeopv+y9vzrzgkfykCGuWOlSu3mZhj2+FQcrg==
- dependencies:
- mkdirp "^1.0.4"
- rimraf "^3.0.2"
-
"@one-ini/wasm@0.1.1":
version "0.1.1"
- resolved "https://registry.yarnpkg.com/@one-ini/wasm/-/wasm-0.1.1.tgz#6013659736c9dbfccc96e8a9c2b3de317df39323"
+ resolved "https://registry.npmjs.org/@one-ini/wasm/-/wasm-0.1.1.tgz"
integrity sha512-XuySG1E38YScSJoMlqovLru4KTUNSjgVTIjyh7qMX6aNN5HY5Ct5LhRJdxO79JtTzKfzV/bnWpz+zquYrISsvw==
"@pkgjs/parseargs@^0.11.0":
version "0.11.0"
- resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
+ resolved "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz"
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
-"@pmmmwh/react-refresh-webpack-plugin@0.4.3":
- version "0.4.3"
- resolved "https://registry.yarnpkg.com/@pmmmwh/react-refresh-webpack-plugin/-/react-refresh-webpack-plugin-0.4.3.tgz#1eec460596d200c0236bf195b078a5d1df89b766"
- integrity sha512-br5Qwvh8D2OQqSXpd1g/xqXKnK0r+Jz6qVKBbWmpUcrbGOxUrf39V5oZ1876084CGn18uMdR5uvPqBv9UqtBjQ==
- dependencies:
- ansi-html "^0.0.7"
- error-stack-parser "^2.0.6"
- html-entities "^1.2.1"
- native-url "^0.2.6"
- schema-utils "^2.6.5"
- source-map "^0.7.3"
-
-"@pmmmwh/react-refresh-webpack-plugin@^0.5.1", "@pmmmwh/react-refresh-webpack-plugin@^0.5.3":
+"@pmmmwh/react-refresh-webpack-plugin@^0.5.1", "@pmmmwh/react-refresh-webpack-plugin@^0.5.3", "@pmmmwh/react-refresh-webpack-plugin@^0.5.4":
version "0.5.15"
- resolved "https://registry.yarnpkg.com/@pmmmwh/react-refresh-webpack-plugin/-/react-refresh-webpack-plugin-0.5.15.tgz#f126be97c30b83ed777e2aeabd518bc592e6e7c4"
+ resolved "https://registry.npmjs.org/@pmmmwh/react-refresh-webpack-plugin/-/react-refresh-webpack-plugin-0.5.15.tgz"
integrity sha512-LFWllMA55pzB9D34w/wXUCf8+c+IYKuJDgxiZ3qMhl64KRMBHYM1I3VdGaD2BV5FNPV2/S2596bppxHbv2ZydQ==
dependencies:
ansi-html "^0.0.9"
@@ -4305,27 +3797,27 @@
"@polka/url@^1.0.0-next.24":
version "1.0.0-next.25"
- resolved "https://registry.yarnpkg.com/@polka/url/-/url-1.0.0-next.25.tgz#f077fdc0b5d0078d30893396ff4827a13f99e817"
+ resolved "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.25.tgz"
integrity sha512-j7P6Rgr3mmtdkeDGTe0E/aYyWEWVtc5yFXtHCRHs28/jptDEWfaVOc5T7cblqy1XKPPfCxJc/8DwQ5YgLOZOVQ==
-"@popperjs/core@^2.10.1":
+"@popperjs/core@^2.0.0", "@popperjs/core@^2.10.1":
version "2.11.8"
- resolved "https://registry.yarnpkg.com/@popperjs/core/-/core-2.11.8.tgz#6b79032e760a0899cd4204710beede972a3a185f"
+ resolved "https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz"
integrity sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==
"@react-hook/latest@^1.0.2":
version "1.0.3"
- resolved "https://registry.yarnpkg.com/@react-hook/latest/-/latest-1.0.3.tgz#c2d1d0b0af8b69ec6e2b3a2412ba0768ac82db80"
+ resolved "https://registry.npmjs.org/@react-hook/latest/-/latest-1.0.3.tgz"
integrity sha512-dy6duzl+JnAZcDbNTfmaP3xHiKtbXYOaz3G51MGVljh548Y8MWzTr+PHLOfvpypEVW9zwvl+VyKjbWKEVbV1Rg==
"@react-hook/passive-layout-effect@^1.2.0":
version "1.2.1"
- resolved "https://registry.yarnpkg.com/@react-hook/passive-layout-effect/-/passive-layout-effect-1.2.1.tgz#c06dac2d011f36d61259aa1c6df4f0d5e28bc55e"
+ resolved "https://registry.npmjs.org/@react-hook/passive-layout-effect/-/passive-layout-effect-1.2.1.tgz"
integrity sha512-IwEphTD75liO8g+6taS+4oqz+nnroocNfWVHWz7j+N+ZO2vYrc6PV1q7GQhuahL0IOR7JccFTsFKQ/mb6iZWAg==
"@react-hook/resize-observer@^1.2.1":
version "1.2.6"
- resolved "https://registry.yarnpkg.com/@react-hook/resize-observer/-/resize-observer-1.2.6.tgz#9a8cf4c5abb09becd60d1d65f6bf10eec211e291"
+ resolved "https://registry.npmjs.org/@react-hook/resize-observer/-/resize-observer-1.2.6.tgz"
integrity sha512-DlBXtLSW0DqYYTW3Ft1/GQFZlTdKY5VAFIC4+km6IK5NiPPDFchGbEJm1j6pSgMqPRHbUQgHJX7RaR76ic1LWA==
dependencies:
"@juggle/resize-observer" "^3.3.1"
@@ -4334,7 +3826,7 @@
"@react-hook/size@^2.1.2":
version "2.1.2"
- resolved "https://registry.yarnpkg.com/@react-hook/size/-/size-2.1.2.tgz#87ed634ffb200f65d3e823501e5559aa3d584451"
+ resolved "https://registry.npmjs.org/@react-hook/size/-/size-2.1.2.tgz"
integrity sha512-BmE5asyRDxSuQ9p14FUKJ0iBRgV9cROjqNG9jT/EjCM+xHha1HVqbPoT+14FQg1K7xIydabClCibUY4+1tw/iw==
dependencies:
"@react-hook/passive-layout-effect" "^1.2.0"
@@ -4342,7 +3834,7 @@
"@rollup/plugin-babel@^5.2.0":
version "5.3.1"
- resolved "https://registry.yarnpkg.com/@rollup/plugin-babel/-/plugin-babel-5.3.1.tgz#04bc0608f4aa4b2e4b1aebf284344d0f68fda283"
+ resolved "https://registry.npmjs.org/@rollup/plugin-babel/-/plugin-babel-5.3.1.tgz"
integrity sha512-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q==
dependencies:
"@babel/helper-module-imports" "^7.10.4"
@@ -4350,7 +3842,7 @@
"@rollup/plugin-node-resolve@^11.2.1":
version "11.2.1"
- resolved "https://registry.yarnpkg.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-11.2.1.tgz#82aa59397a29cd4e13248b106e6a4a1880362a60"
+ resolved "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-11.2.1.tgz"
integrity sha512-yc2n43jcqVyGE2sqV5/YCmocy9ArjVAP/BeXyTtADTBBX6V0e5UMqwO8CdQ0kzjb6zu5P1qMzsScCMRvE9OlVg==
dependencies:
"@rollup/pluginutils" "^3.1.0"
@@ -4360,28 +3852,17 @@
is-module "^1.0.0"
resolve "^1.19.0"
-"@rollup/plugin-node-resolve@^7.1.1":
- version "7.1.3"
- resolved "https://registry.yarnpkg.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-7.1.3.tgz#80de384edfbd7bfc9101164910f86078151a3eca"
- integrity sha512-RxtSL3XmdTAE2byxekYLnx+98kEUOrPHF/KRVjLH+DEIHy6kjIw7YINQzn+NXiH/NTrQLAwYs0GWB+csWygA9Q==
- dependencies:
- "@rollup/pluginutils" "^3.0.8"
- "@types/resolve" "0.0.8"
- builtin-modules "^3.1.0"
- is-module "^1.0.0"
- resolve "^1.14.2"
-
-"@rollup/plugin-replace@^2.3.1", "@rollup/plugin-replace@^2.4.1":
+"@rollup/plugin-replace@^2.4.1":
version "2.4.2"
- resolved "https://registry.yarnpkg.com/@rollup/plugin-replace/-/plugin-replace-2.4.2.tgz#a2d539314fbc77c244858faa523012825068510a"
+ resolved "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-2.4.2.tgz"
integrity sha512-IGcu+cydlUMZ5En85jxHH4qj2hta/11BHq95iHEyb2sbgiN0eCdzvUcHw5gt9pBL5lTi4JDYJ1acCoMGpTvEZg==
dependencies:
"@rollup/pluginutils" "^3.1.0"
magic-string "^0.25.7"
-"@rollup/pluginutils@^3.0.8", "@rollup/pluginutils@^3.1.0":
+"@rollup/pluginutils@^3.1.0":
version "3.1.0"
- resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-3.1.0.tgz#706b4524ee6dc8b103b3c995533e5ad680c02b9b"
+ resolved "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-3.1.0.tgz"
integrity sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==
dependencies:
"@types/estree" "0.0.39"
@@ -4390,70 +3871,63 @@
"@rushstack/eslint-patch@^1.1.0":
version "1.10.4"
- resolved "https://registry.yarnpkg.com/@rushstack/eslint-patch/-/eslint-patch-1.10.4.tgz#427d5549943a9c6fce808e39ea64dbe60d4047f1"
+ resolved "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.10.4.tgz"
integrity sha512-WJgX9nzTqknM393q1QJDJmoW28kUfEnybeTfVNcNAPnIx210RXm2DiXiHzfNPJNIUUb1tJnz/l4QGtJ30PgWmA==
"@sideway/address@^4.1.5":
version "4.1.5"
- resolved "https://registry.yarnpkg.com/@sideway/address/-/address-4.1.5.tgz#4bc149a0076623ced99ca8208ba780d65a99b9d5"
+ resolved "https://registry.npmjs.org/@sideway/address/-/address-4.1.5.tgz"
integrity sha512-IqO/DUQHUkPeixNQ8n0JA6102hT9CmaljNTPmQ1u8MEhBo/R4Q8eKLN/vGZxuebwOroDB4cbpjheD4+/sKFK4Q==
dependencies:
"@hapi/hoek" "^9.0.0"
"@sideway/formula@^3.0.1":
version "3.0.1"
- resolved "https://registry.yarnpkg.com/@sideway/formula/-/formula-3.0.1.tgz#80fcbcbaf7ce031e0ef2dd29b1bfc7c3f583611f"
+ resolved "https://registry.npmjs.org/@sideway/formula/-/formula-3.0.1.tgz"
integrity sha512-/poHZJJVjx3L+zVD6g9KgHfYnb443oi7wLu/XKojDviHy6HOEOA6z1Trk5aR1dGcmPenJEgb2sK2I80LeS3MIg==
"@sideway/pinpoint@^2.0.0":
version "2.0.0"
- resolved "https://registry.yarnpkg.com/@sideway/pinpoint/-/pinpoint-2.0.0.tgz#cff8ffadc372ad29fd3f78277aeb29e632cc70df"
+ resolved "https://registry.npmjs.org/@sideway/pinpoint/-/pinpoint-2.0.0.tgz"
integrity sha512-RNiOoTPkptFtSVzQevY/yWtZwf/RxyVnPy/OcA9HBM3MlGDnBEYL5B41H0MTn0Uec8Hi+2qUtTfG2WWZBmMejQ==
"@sinclair/typebox@^0.24.1":
version "0.24.51"
- resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.24.51.tgz#645f33fe4e02defe26f2f5c0410e1c094eac7f5f"
+ resolved "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.24.51.tgz"
integrity sha512-1P1OROm/rdubP5aFDSZQILU0vrLCJ4fvHt6EoqHEM+2D/G5MK3bIaymUKLit8Js9gbns5UyJnkP/TZROLw4tUA==
"@sinclair/typebox@^0.27.8":
version "0.27.8"
- resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.27.8.tgz#6667fac16c436b5434a387a34dedb013198f6e6e"
+ resolved "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.27.8.tgz"
integrity sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==
"@sindresorhus/is@^0.14.0":
version "0.14.0"
- resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-0.14.0.tgz#9fb3a3cf3132328151f353de4632e01e52102bea"
+ resolved "https://registry.npmjs.org/@sindresorhus/is/-/is-0.14.0.tgz"
integrity sha512-9NET910DNaIPngYnLLPeg+Ogzqsi9uM4mSboU5y6p8S5DzMTVEsJZrawi+BoDNUVBa2DhJqQYUFvMDfgU062LQ==
"@sindresorhus/merge-streams@^2.1.0":
version "2.3.0"
- resolved "https://registry.yarnpkg.com/@sindresorhus/merge-streams/-/merge-streams-2.3.0.tgz#719df7fb41766bc143369eaa0dd56d8dc87c9958"
+ resolved "https://registry.npmjs.org/@sindresorhus/merge-streams/-/merge-streams-2.3.0.tgz"
integrity sha512-LtoMMhxAlorcGhmFYI+LhPgbPZCkgP6ra1YL604EeF6U98pLlQ3iWIGMdWSC+vWmPBWBNgmDBAhnAobLROJmwg==
"@sinonjs/commons@^1.7.0":
version "1.8.6"
- resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-1.8.6.tgz#80c516a4dc264c2a69115e7578d62581ff455ed9"
+ resolved "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.6.tgz"
integrity sha512-Ky+XkAkqPZSm3NLBeUng77EBQl3cmeJhITaGHdYH8kjVB+aun3S4XBRti2zt17mtt0mIUDiNxYeoJm6drVvBJQ==
dependencies:
type-detect "4.0.8"
-"@sinonjs/fake-timers@^6.0.1":
- version "6.0.1"
- resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-6.0.1.tgz#293674fccb3262ac782c7aadfdeca86b10c75c40"
- integrity sha512-MZPUxrmFubI36XS1DI3qmI0YdN1gks62JtFZvxR67ljjSNCeK6U08Zx4msEWOXuofgqUt6zPHSi1H9fbjR/NRA==
- dependencies:
- "@sinonjs/commons" "^1.7.0"
-
"@sinonjs/fake-timers@^8.0.1":
version "8.1.0"
- resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-8.1.0.tgz#3fdc2b6cb58935b21bfb8d1625eb1300484316e7"
+ resolved "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-8.1.0.tgz"
integrity sha512-OAPJUAtgeINhh/TAlUID4QTs53Njm7xzddaVlEs/SXwgtiD1tW22zAB/W1wdqfrpmikgaWQ9Fw6Ws+hsiRm5Vg==
dependencies:
"@sinonjs/commons" "^1.7.0"
"@slorber/static-site-generator-webpack-plugin@^4.0.7":
version "4.0.7"
- resolved "https://registry.yarnpkg.com/@slorber/static-site-generator-webpack-plugin/-/static-site-generator-webpack-plugin-4.0.7.tgz#fc1678bddefab014e2145cbe25b3ce4e1cfc36f3"
+ resolved "https://registry.npmjs.org/@slorber/static-site-generator-webpack-plugin/-/static-site-generator-webpack-plugin-4.0.7.tgz"
integrity sha512-Ug7x6z5lwrz0WqdnNFOMYrDQNTPAprvHLSh6+/fmml3qUiz6l5eq+2MzLKWtn/q5K5NpSiFsZTP/fck/3vjSxA==
dependencies:
eval "^0.1.8"
@@ -4462,15 +3936,15 @@
"@storybook/addon-a11y@^8.0.6":
version "8.2.7"
- resolved "https://registry.yarnpkg.com/@storybook/addon-a11y/-/addon-a11y-8.2.7.tgz#b09fb438aa274b88a00fccceb128ef9086bea8f0"
+ resolved "https://registry.npmjs.org/@storybook/addon-a11y/-/addon-a11y-8.2.7.tgz"
integrity sha512-fHr8a/+srayg1S8nBt6Urdi/4tHc/fO08V+5xJNZBXqjmWCxBkxslDxg1fYPixwFctoorpX279SxeVP7p/Px4w==
dependencies:
"@storybook/addon-highlight" "8.2.7"
axe-core "^4.2.0"
-"@storybook/addon-actions@8.2.7":
+"@storybook/addon-actions@*", "@storybook/addon-actions@8.2.7":
version "8.2.7"
- resolved "https://registry.yarnpkg.com/@storybook/addon-actions/-/addon-actions-8.2.7.tgz#f2c6509bb1e18e99a34e7bb886292da9ab267bf2"
+ resolved "https://registry.npmjs.org/@storybook/addon-actions/-/addon-actions-8.2.7.tgz"
integrity sha512-wDnMGGmaogAForkNncfCx8BEDiwxeK8zC0lj8HkRPUuH6vTr81U5RIb12Wa2TnnNKLKMFAtyPSnofHf3OAfzZQ==
dependencies:
"@storybook/global" "^5.0.0"
@@ -4481,7 +3955,7 @@
"@storybook/addon-backgrounds@8.2.7":
version "8.2.7"
- resolved "https://registry.yarnpkg.com/@storybook/addon-backgrounds/-/addon-backgrounds-8.2.7.tgz#69eae69a05637feb25c34a87fb8c42a065ed27e3"
+ resolved "https://registry.npmjs.org/@storybook/addon-backgrounds/-/addon-backgrounds-8.2.7.tgz"
integrity sha512-kEL3kzYB0qNfpznchlGBnQm4iydyzdTYDPlCFsKUAxfUmJFnpz2H52Sl5lB+qJC/4OREp1Usltag7cUjeuyzMQ==
dependencies:
"@storybook/global" "^5.0.0"
@@ -4490,14 +3964,14 @@
"@storybook/addon-console@^3.0.0":
version "3.0.0"
- resolved "https://registry.yarnpkg.com/@storybook/addon-console/-/addon-console-3.0.0.tgz#2d806da1eabd9adc7cbec71eb052fb6379fd5800"
+ resolved "https://registry.npmjs.org/@storybook/addon-console/-/addon-console-3.0.0.tgz"
integrity sha512-2pD2c9KNWuPIWlprqmWoZYrNQnG2qoDg7fAAXXNK6YDc5x/ZpK0cfOyfz/Gpdeje4QUmttZKAVjH0nOZDuxfvw==
dependencies:
"@storybook/global" "^5.0.0"
"@storybook/addon-controls@8.2.7":
version "8.2.7"
- resolved "https://registry.yarnpkg.com/@storybook/addon-controls/-/addon-controls-8.2.7.tgz#7a983d02f66eb9f078ea58eb22b691558e49239c"
+ resolved "https://registry.npmjs.org/@storybook/addon-controls/-/addon-controls-8.2.7.tgz"
integrity sha512-u3MruX0Zh6l1iNkoJdXwx+zPVqpDKypVrC0YdN3qQ3+mtTwqt35rgetYqtOkDnJ8mXKxo8A5giERKPIyzH9iBA==
dependencies:
dequal "^2.0.2"
@@ -4506,7 +3980,7 @@
"@storybook/addon-docs@8.2.7":
version "8.2.7"
- resolved "https://registry.yarnpkg.com/@storybook/addon-docs/-/addon-docs-8.2.7.tgz#346aef71c06b1ca13b1297f82f8d89c0134d37ba"
+ resolved "https://registry.npmjs.org/@storybook/addon-docs/-/addon-docs-8.2.7.tgz"
integrity sha512-icLbvUWp95WUxq2sY+0xgJ49MaQ2HqtWY9RUJUZswJ/ZPJTCCpIoa6HP/NOB9A90Oec9n8sW+1CdDL4CxfxfZg==
dependencies:
"@babel/core" "^7.24.4"
@@ -4525,7 +3999,7 @@
"@storybook/addon-essentials@^8.0.6":
version "8.2.7"
- resolved "https://registry.yarnpkg.com/@storybook/addon-essentials/-/addon-essentials-8.2.7.tgz#8a8f059fa9947376a561b81b86202a839f4146a2"
+ resolved "https://registry.npmjs.org/@storybook/addon-essentials/-/addon-essentials-8.2.7.tgz"
integrity sha512-5qe7La9B2Z4Y9Fet3C35y8zOZwKgrqduNk8yAUmPRAOwopdo8SGKYpnFTnAtTfTCVk6Y+AZlRfQq0yLUk0Wl3g==
dependencies:
"@storybook/addon-actions" "8.2.7"
@@ -4541,14 +4015,14 @@
"@storybook/addon-highlight@8.2.7":
version "8.2.7"
- resolved "https://registry.yarnpkg.com/@storybook/addon-highlight/-/addon-highlight-8.2.7.tgz#234e6a50be601be29064b21a2f665498916295c4"
+ resolved "https://registry.npmjs.org/@storybook/addon-highlight/-/addon-highlight-8.2.7.tgz"
integrity sha512-YhiLtyJ3NBNV3FQoQo8RFjj59QGSmmeSwRvCjoac6No2DY5vkMW5a8mW6ORr6QYd7ratRNtd3AsPqksZIehRwQ==
dependencies:
"@storybook/global" "^5.0.0"
"@storybook/addon-measure@8.2.7":
version "8.2.7"
- resolved "https://registry.yarnpkg.com/@storybook/addon-measure/-/addon-measure-8.2.7.tgz#92dd3fa52ccf3dc8aadef7c54f6c30cad9094b30"
+ resolved "https://registry.npmjs.org/@storybook/addon-measure/-/addon-measure-8.2.7.tgz"
integrity sha512-cS5njwlzrgrUjigUKjhbgJMT8bhPmVDK3FwrQqGhw6xYP4cd9/YBJ4RLNPWhOgGJ+EUTz7eFZ/Rkli5mNrhYcQ==
dependencies:
"@storybook/global" "^5.0.0"
@@ -4556,7 +4030,7 @@
"@storybook/addon-outline@8.2.7":
version "8.2.7"
- resolved "https://registry.yarnpkg.com/@storybook/addon-outline/-/addon-outline-8.2.7.tgz#6e45e9fdeb44caf3f0876f65e2c052fc245897a3"
+ resolved "https://registry.npmjs.org/@storybook/addon-outline/-/addon-outline-8.2.7.tgz"
integrity sha512-oFSo3o5eEUSsdGUSPV22pGoJ5lL0PGcqjcee2hyl0Rc60ovsnB1BEGOoaGk7/bmkywMxRZm8D6j85V8HftA/kg==
dependencies:
"@storybook/global" "^5.0.0"
@@ -4564,7 +4038,7 @@
"@storybook/addon-storysource@^8.0.6":
version "8.2.7"
- resolved "https://registry.yarnpkg.com/@storybook/addon-storysource/-/addon-storysource-8.2.7.tgz#efa02d3178698ef61d70c1980b0f2518bb16d360"
+ resolved "https://registry.npmjs.org/@storybook/addon-storysource/-/addon-storysource-8.2.7.tgz"
integrity sha512-jZEb0TMWPfSgti6AUMrK81/UVmdxAKvbDSQiudrcfK1MFWmS1ce4r4dwHpocheJ/ptSxU1PVksv9meMB1GnIxw==
dependencies:
"@storybook/source-loader" "8.2.7"
@@ -4573,19 +4047,19 @@
"@storybook/addon-toolbars@8.2.7":
version "8.2.7"
- resolved "https://registry.yarnpkg.com/@storybook/addon-toolbars/-/addon-toolbars-8.2.7.tgz#9976083d202d8a9ecbc0b97ba619991f0bb7717b"
+ resolved "https://registry.npmjs.org/@storybook/addon-toolbars/-/addon-toolbars-8.2.7.tgz"
integrity sha512-lEq0/uiogQSxS8pM5AqIexPiG2mudHUxgBiVWSspbTQDUbGBUxB64VYeYERat50N/GyS2iCymlfSkC+OUXaYLQ==
"@storybook/addon-viewport@8.2.7":
version "8.2.7"
- resolved "https://registry.yarnpkg.com/@storybook/addon-viewport/-/addon-viewport-8.2.7.tgz#00145b13d11bc0db8201c237235d1cdcceac03ca"
+ resolved "https://registry.npmjs.org/@storybook/addon-viewport/-/addon-viewport-8.2.7.tgz"
integrity sha512-d4+klwM/duTukNED1WCeBgIMqL5Jvm/iUs2rUc5HI1FGMEDYnoLVR2ztjivQs+6f1cJWuGwWZD/toB5pKHuR/A==
dependencies:
memoizerific "^1.11.3"
"@storybook/blocks@8.2.7":
version "8.2.7"
- resolved "https://registry.yarnpkg.com/@storybook/blocks/-/blocks-8.2.7.tgz#6398ae5b9e24ef4849dbd1e937214cb20973ee50"
+ resolved "https://registry.npmjs.org/@storybook/blocks/-/blocks-8.2.7.tgz"
integrity sha512-lZB4EzmY4ftgubkf7hmkALEhmfMhRkDRD5QjrgTZLRpdVXPzFUyljgLlTBhv34YTN+ZLYK618/4uSVJBpgoKeQ==
dependencies:
"@storybook/csf" "0.1.11"
@@ -4605,7 +4079,7 @@
"@storybook/builder-webpack5@8.2.7":
version "8.2.7"
- resolved "https://registry.yarnpkg.com/@storybook/builder-webpack5/-/builder-webpack5-8.2.7.tgz#b3ef9d6e1611a24ec420c1399487634c5c673168"
+ resolved "https://registry.npmjs.org/@storybook/builder-webpack5/-/builder-webpack5-8.2.7.tgz"
integrity sha512-3SWN0X6qB14jnCrpMWd5tCshxzLEcRK5Sw/vBIW9HUsUx9OVMPxWp+Ti6NZHqj6FfHVbJb+qOwHl493JAJaFdg==
dependencies:
"@storybook/core-webpack" "8.2.7"
@@ -4636,14 +4110,14 @@
webpack-hot-middleware "^2.25.1"
webpack-virtual-modules "^0.6.0"
-"@storybook/channels@^8.0.6":
+"@storybook/channels@^8.0.6", "@storybook/channels@>= 5.x":
version "8.2.7"
- resolved "https://registry.yarnpkg.com/@storybook/channels/-/channels-8.2.7.tgz#3977739ddac8f095a6b0de39a466afb431363433"
+ resolved "https://registry.npmjs.org/@storybook/channels/-/channels-8.2.7.tgz"
integrity sha512-1u+J4Z3DRX4AI+vu3qGlufHPL4/WA/jYTFnCYO2rQnWAC+ZdxqzvwNVgPdJJp8MUzUVCLAHJgbdd3nuMMSSp2g==
"@storybook/codemod@8.2.7":
version "8.2.7"
- resolved "https://registry.yarnpkg.com/@storybook/codemod/-/codemod-8.2.7.tgz#6627af389e43fba3a0e1f00241775208a0d46d31"
+ resolved "https://registry.npmjs.org/@storybook/codemod/-/codemod-8.2.7.tgz"
integrity sha512-D2sJcZMUO6Y7DNja4LvdT6uBee4bZbQKB904kEG9Kpr0XF20IHAP9BbkfG8HEFaS0GbJwvGvE03Sg+S1y+vO6Q==
dependencies:
"@babel/core" "^7.24.4"
@@ -4660,19 +4134,19 @@
recast "^0.23.5"
tiny-invariant "^1.3.1"
-"@storybook/components@^8.0.6", "@storybook/components@^8.2.7":
+"@storybook/components@^8.0.6", "@storybook/components@^8.2.7", "@storybook/components@>= 5.x":
version "8.2.7"
- resolved "https://registry.yarnpkg.com/@storybook/components/-/components-8.2.7.tgz#e8ae8c8f7733931dfb8c2e8628b3c1e339861e8d"
+ resolved "https://registry.npmjs.org/@storybook/components/-/components-8.2.7.tgz"
integrity sha512-FXhnoHl9S+tKSFc62iUG3EWplQP9ojGQaSMhqP4QTus6xmo53oSsPzuTPQilKVHkGxFQW8eGgKKsfHw3G2NT2g==
-"@storybook/core-events@^8.0.6":
+"@storybook/core-events@^8.0.6", "@storybook/core-events@>= 5.x":
version "8.2.7"
- resolved "https://registry.yarnpkg.com/@storybook/core-events/-/core-events-8.2.7.tgz#cbd6394cea22ee626a36d47ef42fc51abde7ba6f"
+ resolved "https://registry.npmjs.org/@storybook/core-events/-/core-events-8.2.7.tgz"
integrity sha512-w4Gz7ExwCFrr/Z6JTTLj/jLDsiapqq71lGcCTE7fZp4blN/FovB/oOehljAkjyCOCL8Rx3kiSeWIicO+M8o1Fw==
"@storybook/core-webpack@8.2.7":
version "8.2.7"
- resolved "https://registry.yarnpkg.com/@storybook/core-webpack/-/core-webpack-8.2.7.tgz#f62166bf8e48eb7d765a3069e2428b16b0bcbe86"
+ resolved "https://registry.npmjs.org/@storybook/core-webpack/-/core-webpack-8.2.7.tgz"
integrity sha512-eVtizQZdjPePjjPBfMw+74ha2yZw68AQZu5TK01Vetdjz1h+SSt+p/otWcJWPMGpZOg9p+n0krWvlcYHBsZsbA==
dependencies:
"@types/node" "^18.0.0"
@@ -4680,7 +4154,7 @@
"@storybook/core@8.2.7":
version "8.2.7"
- resolved "https://registry.yarnpkg.com/@storybook/core/-/core-8.2.7.tgz#4f3352d3ee23b3adae3909bb326eebccc4ca2cbe"
+ resolved "https://registry.npmjs.org/@storybook/core/-/core-8.2.7.tgz"
integrity sha512-vgw5MYN9Bq2/ZsObCOEHbBHwi4RpbYCHPFtKkr4kTnWID++FCSiSVd7jY3xPvcNxWqCxOyH6dThpBi+SsB/ZAA==
dependencies:
"@storybook/csf" "0.1.11"
@@ -4697,41 +4171,41 @@
"@storybook/csf-plugin@8.2.7":
version "8.2.7"
- resolved "https://registry.yarnpkg.com/@storybook/csf-plugin/-/csf-plugin-8.2.7.tgz#11f417bf3408feb4f33e8b46b0780a0023785dd2"
+ resolved "https://registry.npmjs.org/@storybook/csf-plugin/-/csf-plugin-8.2.7.tgz"
integrity sha512-rBdplL6xcVJcuq+uM0eidomMQ5BtAlVAejYrOTNiqBk/zVh5JSvchYzYG9n6Fo2PdKLLKdlZ874zhsVuNriNBQ==
dependencies:
unplugin "^1.3.1"
"@storybook/csf@0.1.11":
version "0.1.11"
- resolved "https://registry.yarnpkg.com/@storybook/csf/-/csf-0.1.11.tgz#ad685a4fe564a47a6b73571c2e7c07b526f4f71b"
+ resolved "https://registry.npmjs.org/@storybook/csf/-/csf-0.1.11.tgz"
integrity sha512-dHYFQH3mA+EtnCkHXzicbLgsvzYjcDJ1JWsogbItZogkPHgSJM/Wr71uMkcvw8v9mmCyP4NpXJuu6bPoVsOnzg==
dependencies:
type-fest "^2.19.0"
"@storybook/global@^5.0.0":
version "5.0.0"
- resolved "https://registry.yarnpkg.com/@storybook/global/-/global-5.0.0.tgz#b793d34b94f572c1d7d9e0f44fac4e0dbc9572ed"
+ resolved "https://registry.npmjs.org/@storybook/global/-/global-5.0.0.tgz"
integrity sha512-FcOqPAXACP0I3oJ/ws6/rrPT9WGhu915Cg8D02a9YxLo0DE9zI+a9A5gRGvmQ09fiWPukqI8ZAEoQEdWUKMQdQ==
"@storybook/icons@^1.2.5":
version "1.2.10"
- resolved "https://registry.yarnpkg.com/@storybook/icons/-/icons-1.2.10.tgz#d3d44912a3a88f3f04f77ce2c23a7e47e796f766"
+ resolved "https://registry.npmjs.org/@storybook/icons/-/icons-1.2.10.tgz"
integrity sha512-310apKdDcjbbX2VSLWPwhEwAgjxTzVagrwucVZIdGPErwiAppX8KvBuWZgPo+rQLVrtH8S+pw1dbUwjcE6d7og==
"@storybook/manager-api@^8.2.7":
version "8.2.7"
- resolved "https://registry.yarnpkg.com/@storybook/manager-api/-/manager-api-8.2.7.tgz#15d83e554f6f65cd7ce67de1277f1ce510d43907"
+ resolved "https://registry.npmjs.org/@storybook/manager-api/-/manager-api-8.2.7.tgz"
integrity sha512-BXjz6eNl1GyFcMwzRQTIokslcIY71AYblJUscPcy03X93oqI0GjFVa1xuSMwYw/oXWn7SHhKmqtqEG19lvBGRQ==
"@storybook/node-logger@^8.0.6":
version "8.2.7"
- resolved "https://registry.yarnpkg.com/@storybook/node-logger/-/node-logger-8.2.7.tgz#5c472db75833f0be2c084c9585015852be40d6e0"
+ resolved "https://registry.npmjs.org/@storybook/node-logger/-/node-logger-8.2.7.tgz"
integrity sha512-12Uc+0OzIAO2h7gQLGeJovePpuMFmeeo6oNggJUpyJ/dgIOFRNnBonVqwkv/RqEDejflP/7h64X58SVssVdHgg==
"@storybook/preset-create-react-app@^8.0.6":
version "8.2.7"
- resolved "https://registry.yarnpkg.com/@storybook/preset-create-react-app/-/preset-create-react-app-8.2.7.tgz#bfa5fe5eabee9361902eeb207cc8486ee59cae0f"
+ resolved "https://registry.npmjs.org/@storybook/preset-create-react-app/-/preset-create-react-app-8.2.7.tgz"
integrity sha512-iiTS1HdM3FQWjJdC4Ynb/bQdIL9O22cDNd4YdpDn/bWIVpS2iUeMquDli0IV7n0UDoE8TVzogKjU4GbMZqRPpg==
dependencies:
"@pmmmwh/react-refresh-webpack-plugin" "^0.5.1"
@@ -4742,7 +4216,7 @@
"@storybook/preset-react-webpack@8.2.7":
version "8.2.7"
- resolved "https://registry.yarnpkg.com/@storybook/preset-react-webpack/-/preset-react-webpack-8.2.7.tgz#d306d187b5e1a93296937f136193a3b6f2ed0f86"
+ resolved "https://registry.npmjs.org/@storybook/preset-react-webpack/-/preset-react-webpack-8.2.7.tgz"
integrity sha512-kJIgSub9wmoQgpLDfDlugK3nXeHL+skzRhUNH1ft80Il79hfQsNg7MLv6fXPvAJbjHYiQubYMwfdL4+Zwajopw==
dependencies:
"@storybook/core-webpack" "8.2.7"
@@ -4761,12 +4235,12 @@
"@storybook/preview-api@^8.2.7":
version "8.2.7"
- resolved "https://registry.yarnpkg.com/@storybook/preview-api/-/preview-api-8.2.7.tgz#d6c83377d168a7551095a60b466d03a580da9783"
+ resolved "https://registry.npmjs.org/@storybook/preview-api/-/preview-api-8.2.7.tgz"
integrity sha512-lNZBTjZaYNSwBY8dEcDZdkOBvq1/JoVWpuvqDEKvGmp5usTe77xAOwGyncEb96Cx1BbXXkMiDrqbV5G23PFRYA==
"@storybook/react-docgen-typescript-plugin@1.0.6--canary.9.0c3f3b7.0":
version "1.0.6--canary.9.0c3f3b7.0"
- resolved "https://registry.yarnpkg.com/@storybook/react-docgen-typescript-plugin/-/react-docgen-typescript-plugin-1.0.6--canary.9.0c3f3b7.0.tgz#7f10f3c641f32e4513a8b6ffb5036933e7059534"
+ resolved "https://registry.npmjs.org/@storybook/react-docgen-typescript-plugin/-/react-docgen-typescript-plugin-1.0.6--canary.9.0c3f3b7.0.tgz"
integrity sha512-KUqXC3oa9JuQ0kZJLBhVdS4lOneKTOopnNBK4tUAgoxWQ3u/IjzdueZjFr7gyBrXMoU6duutk3RQR9u8ZpYJ4Q==
dependencies:
debug "^4.1.1"
@@ -4779,12 +4253,12 @@
"@storybook/react-dom-shim@8.2.7":
version "8.2.7"
- resolved "https://registry.yarnpkg.com/@storybook/react-dom-shim/-/react-dom-shim-8.2.7.tgz#59d341b11b8bf2cca1b35203656de90b34494b23"
+ resolved "https://registry.npmjs.org/@storybook/react-dom-shim/-/react-dom-shim-8.2.7.tgz"
integrity sha512-9VI+NrC09DAr0QQZsFmU5Fd9eqdJp/1AHK+sm9BOZretGGGJwn22xS7UXhHIiFpfXJQnr3TNcYWRzXFyuaE/Sw==
"@storybook/react-webpack5@^8.0.6":
version "8.2.7"
- resolved "https://registry.yarnpkg.com/@storybook/react-webpack5/-/react-webpack5-8.2.7.tgz#48eef5b991752cef8c2dc0628caab88397e9264d"
+ resolved "https://registry.npmjs.org/@storybook/react-webpack5/-/react-webpack5-8.2.7.tgz"
integrity sha512-BbwYkULRwp+rfVxH8MhaCQydlgd1eJdzdDhhIzViv3gKVVt7Kg5hUDgxQc2yRwWbUcuN/f5G3sx/CVGoavp3Ow==
dependencies:
"@storybook/builder-webpack5" "8.2.7"
@@ -4792,9 +4266,9 @@
"@storybook/react" "8.2.7"
"@types/node" "^18.0.0"
-"@storybook/react@8.2.7", "@storybook/react@^8.0.6":
+"@storybook/react@^8.0.6", "@storybook/react@8.2.7":
version "8.2.7"
- resolved "https://registry.yarnpkg.com/@storybook/react/-/react-8.2.7.tgz#d1fa051a97b539f903318d9e01c233c50efd31d0"
+ resolved "https://registry.npmjs.org/@storybook/react/-/react-8.2.7.tgz"
integrity sha512-Qkw1K1iBDk+E9dlHrEWOOkn0trUU6wSt4mvzyOekiApM290esnPtw6GYXvxfBgFwNXfXbaGG3QNYGAFevf7qHw==
dependencies:
"@storybook/components" "^8.2.7"
@@ -4821,7 +4295,7 @@
"@storybook/source-loader@8.2.7":
version "8.2.7"
- resolved "https://registry.yarnpkg.com/@storybook/source-loader/-/source-loader-8.2.7.tgz#8a50bb60f8c4b01b479b6991d3ecd8240199bad0"
+ resolved "https://registry.npmjs.org/@storybook/source-loader/-/source-loader-8.2.7.tgz"
integrity sha512-2y0eeWryFFwv48hox3SIleLbdRI78MEBMa1CEovfd3UBvHfPR5Vmdslf/bV4lQBasxWOZGHcxaovTotawXujSg==
dependencies:
"@storybook/csf" "0.1.11"
@@ -4829,22 +4303,14 @@
lodash "^4.17.21"
prettier "^3.1.1"
-"@storybook/theming@^8.0.6", "@storybook/theming@^8.2.7":
+"@storybook/theming@^8.0.6", "@storybook/theming@^8.2.7", "@storybook/theming@>= 5.x":
version "8.2.7"
- resolved "https://registry.yarnpkg.com/@storybook/theming/-/theming-8.2.7.tgz#0df573d16e743d7903eca8535ca424bcc1d99e57"
+ resolved "https://registry.npmjs.org/@storybook/theming/-/theming-8.2.7.tgz"
integrity sha512-+iqm0GfRkshrjjNSOzwl7AD2m+LtJGXJCr93ke1huDK497WUKbX1hbbw51h5E1tEkx0c2wIqUlaqCM+7XMYcpw==
-"@surma/rollup-plugin-off-main-thread@^1.1.1":
- version "1.4.2"
- resolved "https://registry.yarnpkg.com/@surma/rollup-plugin-off-main-thread/-/rollup-plugin-off-main-thread-1.4.2.tgz#e6786b6af5799f82f7ab3a82e53f6182d2b91a58"
- integrity sha512-yBMPqmd1yEJo/280PAMkychuaALyQ9Lkb5q1ck3mjJrFuEobIfhnQ4J3mbvBoISmR3SWMWV+cGB/I0lCQee79A==
- dependencies:
- ejs "^2.6.1"
- magic-string "^0.25.0"
-
"@surma/rollup-plugin-off-main-thread@^2.2.3":
version "2.2.3"
- resolved "https://registry.yarnpkg.com/@surma/rollup-plugin-off-main-thread/-/rollup-plugin-off-main-thread-2.2.3.tgz#ee34985952ca21558ab0d952f00298ad2190c053"
+ resolved "https://registry.npmjs.org/@surma/rollup-plugin-off-main-thread/-/rollup-plugin-off-main-thread-2.2.3.tgz"
integrity sha512-lR8q/9W7hZpMWweNiAKU7NQerBnzQQLvi8qnTDU/fxItPhtZVMbPV3lbCwjhIlNBe9Bbr5V+KHshvWmVSG9cxQ==
dependencies:
ejs "^3.1.6"
@@ -4854,87 +4320,87 @@
"@svgr/babel-plugin-add-jsx-attribute@^5.4.0":
version "5.4.0"
- resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-add-jsx-attribute/-/babel-plugin-add-jsx-attribute-5.4.0.tgz#81ef61947bb268eb9d50523446f9c638fb355906"
+ resolved "https://registry.npmjs.org/@svgr/babel-plugin-add-jsx-attribute/-/babel-plugin-add-jsx-attribute-5.4.0.tgz"
integrity sha512-ZFf2gs/8/6B8PnSofI0inYXr2SDNTDScPXhN7k5EqD4aZ3gi6u+rbmZHVB8IM3wDyx8ntKACZbtXSm7oZGRqVg==
"@svgr/babel-plugin-add-jsx-attribute@^6.5.1":
version "6.5.1"
- resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-add-jsx-attribute/-/babel-plugin-add-jsx-attribute-6.5.1.tgz#74a5d648bd0347bda99d82409d87b8ca80b9a1ba"
+ resolved "https://registry.npmjs.org/@svgr/babel-plugin-add-jsx-attribute/-/babel-plugin-add-jsx-attribute-6.5.1.tgz"
integrity sha512-9PYGcXrAxitycIjRmZB+Q0JaN07GZIWaTBIGQzfaZv+qr1n8X1XUEJ5rZ/vx6OVD9RRYlrNnXWExQXcmZeD/BQ==
"@svgr/babel-plugin-remove-jsx-attribute@*":
version "8.0.0"
- resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-remove-jsx-attribute/-/babel-plugin-remove-jsx-attribute-8.0.0.tgz#69177f7937233caca3a1afb051906698f2f59186"
+ resolved "https://registry.npmjs.org/@svgr/babel-plugin-remove-jsx-attribute/-/babel-plugin-remove-jsx-attribute-8.0.0.tgz"
integrity sha512-BcCkm/STipKvbCl6b7QFrMh/vx00vIP63k2eM66MfHJzPr6O2U0jYEViXkHJWqXqQYjdeA9cuCl5KWmlwjDvbA==
"@svgr/babel-plugin-remove-jsx-attribute@^5.4.0":
version "5.4.0"
- resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-remove-jsx-attribute/-/babel-plugin-remove-jsx-attribute-5.4.0.tgz#6b2c770c95c874654fd5e1d5ef475b78a0a962ef"
+ resolved "https://registry.npmjs.org/@svgr/babel-plugin-remove-jsx-attribute/-/babel-plugin-remove-jsx-attribute-5.4.0.tgz"
integrity sha512-yaS4o2PgUtwLFGTKbsiAy6D0o3ugcUhWK0Z45umJ66EPWunAz9fuFw2gJuje6wqQvQWOTJvIahUwndOXb7QCPg==
"@svgr/babel-plugin-remove-jsx-empty-expression@*":
version "8.0.0"
- resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-remove-jsx-empty-expression/-/babel-plugin-remove-jsx-empty-expression-8.0.0.tgz#c2c48104cfd7dcd557f373b70a56e9e3bdae1d44"
+ resolved "https://registry.npmjs.org/@svgr/babel-plugin-remove-jsx-empty-expression/-/babel-plugin-remove-jsx-empty-expression-8.0.0.tgz"
integrity sha512-5BcGCBfBxB5+XSDSWnhTThfI9jcO5f0Ai2V24gZpG+wXF14BzwxxdDb4g6trdOux0rhibGs385BeFMSmxtS3uA==
"@svgr/babel-plugin-remove-jsx-empty-expression@^5.0.1":
version "5.0.1"
- resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-remove-jsx-empty-expression/-/babel-plugin-remove-jsx-empty-expression-5.0.1.tgz#25621a8915ed7ad70da6cea3d0a6dbc2ea933efd"
+ resolved "https://registry.npmjs.org/@svgr/babel-plugin-remove-jsx-empty-expression/-/babel-plugin-remove-jsx-empty-expression-5.0.1.tgz"
integrity sha512-LA72+88A11ND/yFIMzyuLRSMJ+tRKeYKeQ+mR3DcAZ5I4h5CPWN9AHyUzJbWSYp/u2u0xhmgOe0+E41+GjEueA==
"@svgr/babel-plugin-replace-jsx-attribute-value@^5.0.1":
version "5.0.1"
- resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-replace-jsx-attribute-value/-/babel-plugin-replace-jsx-attribute-value-5.0.1.tgz#0b221fc57f9fcd10e91fe219e2cd0dd03145a897"
+ resolved "https://registry.npmjs.org/@svgr/babel-plugin-replace-jsx-attribute-value/-/babel-plugin-replace-jsx-attribute-value-5.0.1.tgz"
integrity sha512-PoiE6ZD2Eiy5mK+fjHqwGOS+IXX0wq/YDtNyIgOrc6ejFnxN4b13pRpiIPbtPwHEc+NT2KCjteAcq33/F1Y9KQ==
"@svgr/babel-plugin-replace-jsx-attribute-value@^6.5.1":
version "6.5.1"
- resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-replace-jsx-attribute-value/-/babel-plugin-replace-jsx-attribute-value-6.5.1.tgz#fb9d22ea26d2bc5e0a44b763d4c46d5d3f596c60"
+ resolved "https://registry.npmjs.org/@svgr/babel-plugin-replace-jsx-attribute-value/-/babel-plugin-replace-jsx-attribute-value-6.5.1.tgz"
integrity sha512-8DPaVVE3fd5JKuIC29dqyMB54sA6mfgki2H2+swh+zNJoynC8pMPzOkidqHOSc6Wj032fhl8Z0TVn1GiPpAiJg==
"@svgr/babel-plugin-svg-dynamic-title@^5.4.0":
version "5.4.0"
- resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-svg-dynamic-title/-/babel-plugin-svg-dynamic-title-5.4.0.tgz#139b546dd0c3186b6e5db4fefc26cb0baea729d7"
+ resolved "https://registry.npmjs.org/@svgr/babel-plugin-svg-dynamic-title/-/babel-plugin-svg-dynamic-title-5.4.0.tgz"
integrity sha512-zSOZH8PdZOpuG1ZVx/cLVePB2ibo3WPpqo7gFIjLV9a0QsuQAzJiwwqmuEdTaW2pegyBE17Uu15mOgOcgabQZg==
"@svgr/babel-plugin-svg-dynamic-title@^6.5.1":
version "6.5.1"
- resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-svg-dynamic-title/-/babel-plugin-svg-dynamic-title-6.5.1.tgz#01b2024a2b53ffaa5efceaa0bf3e1d5a4c520ce4"
+ resolved "https://registry.npmjs.org/@svgr/babel-plugin-svg-dynamic-title/-/babel-plugin-svg-dynamic-title-6.5.1.tgz"
integrity sha512-FwOEi0Il72iAzlkaHrlemVurgSQRDFbk0OC8dSvD5fSBPHltNh7JtLsxmZUhjYBZo2PpcU/RJvvi6Q0l7O7ogw==
"@svgr/babel-plugin-svg-em-dimensions@^5.4.0":
version "5.4.0"
- resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-svg-em-dimensions/-/babel-plugin-svg-em-dimensions-5.4.0.tgz#6543f69526632a133ce5cabab965deeaea2234a0"
+ resolved "https://registry.npmjs.org/@svgr/babel-plugin-svg-em-dimensions/-/babel-plugin-svg-em-dimensions-5.4.0.tgz"
integrity sha512-cPzDbDA5oT/sPXDCUYoVXEmm3VIoAWAPT6mSPTJNbQaBNUuEKVKyGH93oDY4e42PYHRW67N5alJx/eEol20abw==
"@svgr/babel-plugin-svg-em-dimensions@^6.5.1":
version "6.5.1"
- resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-svg-em-dimensions/-/babel-plugin-svg-em-dimensions-6.5.1.tgz#dd3fa9f5b24eb4f93bcf121c3d40ff5facecb217"
+ resolved "https://registry.npmjs.org/@svgr/babel-plugin-svg-em-dimensions/-/babel-plugin-svg-em-dimensions-6.5.1.tgz"
integrity sha512-gWGsiwjb4tw+ITOJ86ndY/DZZ6cuXMNE/SjcDRg+HLuCmwpcjOktwRF9WgAiycTqJD/QXqL2f8IzE2Rzh7aVXA==
"@svgr/babel-plugin-transform-react-native-svg@^5.4.0":
version "5.4.0"
- resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-transform-react-native-svg/-/babel-plugin-transform-react-native-svg-5.4.0.tgz#00bf9a7a73f1cad3948cdab1f8dfb774750f8c80"
+ resolved "https://registry.npmjs.org/@svgr/babel-plugin-transform-react-native-svg/-/babel-plugin-transform-react-native-svg-5.4.0.tgz"
integrity sha512-3eYP/SaopZ41GHwXma7Rmxcv9uRslRDTY1estspeB1w1ueZWd/tPlMfEOoccYpEMZU3jD4OU7YitnXcF5hLW2Q==
"@svgr/babel-plugin-transform-react-native-svg@^6.5.1":
version "6.5.1"
- resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-transform-react-native-svg/-/babel-plugin-transform-react-native-svg-6.5.1.tgz#1d8e945a03df65b601551097d8f5e34351d3d305"
+ resolved "https://registry.npmjs.org/@svgr/babel-plugin-transform-react-native-svg/-/babel-plugin-transform-react-native-svg-6.5.1.tgz"
integrity sha512-2jT3nTayyYP7kI6aGutkyfJ7UMGtuguD72OjeGLwVNyfPRBD8zQthlvL+fAbAKk5n9ZNcvFkp/b1lZ7VsYqVJg==
"@svgr/babel-plugin-transform-svg-component@^5.5.0":
version "5.5.0"
- resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-transform-svg-component/-/babel-plugin-transform-svg-component-5.5.0.tgz#583a5e2a193e214da2f3afeb0b9e8d3250126b4a"
+ resolved "https://registry.npmjs.org/@svgr/babel-plugin-transform-svg-component/-/babel-plugin-transform-svg-component-5.5.0.tgz"
integrity sha512-q4jSH1UUvbrsOtlo/tKcgSeiCHRSBdXoIoqX1pgcKK/aU3JD27wmMKwGtpB8qRYUYoyXvfGxUVKchLuR5pB3rQ==
"@svgr/babel-plugin-transform-svg-component@^6.5.1":
version "6.5.1"
- resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-transform-svg-component/-/babel-plugin-transform-svg-component-6.5.1.tgz#48620b9e590e25ff95a80f811544218d27f8a250"
+ resolved "https://registry.npmjs.org/@svgr/babel-plugin-transform-svg-component/-/babel-plugin-transform-svg-component-6.5.1.tgz"
integrity sha512-a1p6LF5Jt33O3rZoVRBqdxL350oge54iZWHNI6LJB5tQ7EelvD/Mb1mfBiZNAan0dt4i3VArkFRjA4iObuNykQ==
"@svgr/babel-preset@^5.5.0":
version "5.5.0"
- resolved "https://registry.yarnpkg.com/@svgr/babel-preset/-/babel-preset-5.5.0.tgz#8af54f3e0a8add7b1e2b0fcd5a882c55393df327"
+ resolved "https://registry.npmjs.org/@svgr/babel-preset/-/babel-preset-5.5.0.tgz"
integrity sha512-4FiXBjvQ+z2j7yASeGPEi8VD/5rrGQk4Xrq3EdJmoZgz/tpqChpo5hgXDvmEauwtvOc52q8ghhZK4Oy7qph4ig==
dependencies:
"@svgr/babel-plugin-add-jsx-attribute" "^5.4.0"
@@ -4948,7 +4414,7 @@
"@svgr/babel-preset@^6.5.1":
version "6.5.1"
- resolved "https://registry.yarnpkg.com/@svgr/babel-preset/-/babel-preset-6.5.1.tgz#b90de7979c8843c5c580c7e2ec71f024b49eb828"
+ resolved "https://registry.npmjs.org/@svgr/babel-preset/-/babel-preset-6.5.1.tgz"
integrity sha512-6127fvO/FF2oi5EzSQOAjo1LE3OtNVh11R+/8FXa+mHx1ptAaS4cknIjnUA7e6j6fwGGJ17NzaTJFUwOV2zwCw==
dependencies:
"@svgr/babel-plugin-add-jsx-attribute" "^6.5.1"
@@ -4962,7 +4428,7 @@
"@svgr/cli@^5.5.0":
version "5.5.0"
- resolved "https://registry.yarnpkg.com/@svgr/cli/-/cli-5.5.0.tgz#b5b43383cc3b22c327a7bc3277dd8fc7d962452b"
+ resolved "https://registry.npmjs.org/@svgr/cli/-/cli-5.5.0.tgz"
integrity sha512-KwEWi8olD7MpHR9pD5CrgsH7W8kQpzhSM0Ar3gGQyXqXdIuRYX5RgkWGm8Zi5ALZV9UhbPE+ObLhuSwEJxOzgA==
dependencies:
"@svgr/core" "^5.5.0"
@@ -4975,18 +4441,9 @@
dashify "^2.0.0"
glob "^7.1.4"
-"@svgr/core@^5.5.0":
- version "5.5.0"
- resolved "https://registry.yarnpkg.com/@svgr/core/-/core-5.5.0.tgz#82e826b8715d71083120fe8f2492ec7d7874a579"
- integrity sha512-q52VOcsJPvV3jO1wkPtzTuKlvX7Y3xIcWRpCMtBF3MrteZJtBfQw/+u0B1BHy5ColpQc1/YVTrPEtSYIMNZlrQ==
- dependencies:
- "@svgr/plugin-jsx" "^5.5.0"
- camelcase "^6.2.0"
- cosmiconfig "^7.0.0"
-
-"@svgr/core@^6.5.1":
+"@svgr/core@*", "@svgr/core@^6.0.0", "@svgr/core@^6.5.1":
version "6.5.1"
- resolved "https://registry.yarnpkg.com/@svgr/core/-/core-6.5.1.tgz#d3e8aa9dbe3fbd747f9ee4282c1c77a27410488a"
+ resolved "https://registry.npmjs.org/@svgr/core/-/core-6.5.1.tgz"
integrity sha512-/xdLSWxK5QkqG524ONSjvg3V/FkNyCv538OIBdQqPNaAta3AsXj/Bd2FbvR87yMbXO2hFSWiAe/Q6IkVPDw+mw==
dependencies:
"@babel/core" "^7.19.6"
@@ -4995,16 +4452,25 @@
camelcase "^6.2.0"
cosmiconfig "^7.0.1"
+"@svgr/core@^5.5.0":
+ version "5.5.0"
+ resolved "https://registry.npmjs.org/@svgr/core/-/core-5.5.0.tgz"
+ integrity sha512-q52VOcsJPvV3jO1wkPtzTuKlvX7Y3xIcWRpCMtBF3MrteZJtBfQw/+u0B1BHy5ColpQc1/YVTrPEtSYIMNZlrQ==
+ dependencies:
+ "@svgr/plugin-jsx" "^5.5.0"
+ camelcase "^6.2.0"
+ cosmiconfig "^7.0.0"
+
"@svgr/hast-util-to-babel-ast@^5.5.0":
version "5.5.0"
- resolved "https://registry.yarnpkg.com/@svgr/hast-util-to-babel-ast/-/hast-util-to-babel-ast-5.5.0.tgz#5ee52a9c2533f73e63f8f22b779f93cd432a5461"
+ resolved "https://registry.npmjs.org/@svgr/hast-util-to-babel-ast/-/hast-util-to-babel-ast-5.5.0.tgz"
integrity sha512-cAaR/CAiZRB8GP32N+1jocovUtvlj0+e65TB50/6Lcime+EA49m/8l+P2ko+XPJ4dw3xaPS3jOL4F2X4KWxoeQ==
dependencies:
"@babel/types" "^7.12.6"
"@svgr/hast-util-to-babel-ast@^6.5.1":
version "6.5.1"
- resolved "https://registry.yarnpkg.com/@svgr/hast-util-to-babel-ast/-/hast-util-to-babel-ast-6.5.1.tgz#81800bd09b5bcdb968bf6ee7c863d2288fdb80d2"
+ resolved "https://registry.npmjs.org/@svgr/hast-util-to-babel-ast/-/hast-util-to-babel-ast-6.5.1.tgz"
integrity sha512-1hnUxxjd83EAxbL4a0JDJoD3Dao3hmjvyvyEV8PzWmLK3B9m9NPlW7GKjFyoWE8nM7HnXzPcmmSyOW8yOddSXw==
dependencies:
"@babel/types" "^7.20.0"
@@ -5012,7 +4478,7 @@
"@svgr/plugin-jsx@^5.5.0":
version "5.5.0"
- resolved "https://registry.yarnpkg.com/@svgr/plugin-jsx/-/plugin-jsx-5.5.0.tgz#1aa8cd798a1db7173ac043466d7b52236b369000"
+ resolved "https://registry.npmjs.org/@svgr/plugin-jsx/-/plugin-jsx-5.5.0.tgz"
integrity sha512-V/wVh33j12hGh05IDg8GpIUXbjAPnTdPTKuP4VNLggnwaHMPNQNae2pRnyTAILWCQdz5GyMqtO488g7CKM8CBA==
dependencies:
"@babel/core" "^7.12.3"
@@ -5022,7 +4488,7 @@
"@svgr/plugin-jsx@^6.5.1":
version "6.5.1"
- resolved "https://registry.yarnpkg.com/@svgr/plugin-jsx/-/plugin-jsx-6.5.1.tgz#0e30d1878e771ca753c94e69581c7971542a7072"
+ resolved "https://registry.npmjs.org/@svgr/plugin-jsx/-/plugin-jsx-6.5.1.tgz"
integrity sha512-+UdQxI3jgtSjCykNSlEMuy1jSRQlGC7pqBCPvkG/2dATdWo082zHTTK3uhnAju2/6XpE6B5mZ3z4Z8Ns01S8Gw==
dependencies:
"@babel/core" "^7.19.6"
@@ -5032,7 +4498,7 @@
"@svgr/plugin-prettier@^5.5.0":
version "5.5.0"
- resolved "https://registry.yarnpkg.com/@svgr/plugin-prettier/-/plugin-prettier-5.5.0.tgz#6c5cc8100f0c895f356d24d523f6ea5165b75366"
+ resolved "https://registry.npmjs.org/@svgr/plugin-prettier/-/plugin-prettier-5.5.0.tgz"
integrity sha512-mVc+u+eKUmy8sW5UnFpes9NqVtizJfnhasF8Srbi3XdxVTWyU5lmhWlQAgHLhcrsZKowQ0b7xBa4qWHI5Ew/VQ==
dependencies:
deepmerge "^4.2.2"
@@ -5040,7 +4506,7 @@
"@svgr/plugin-svgo@^5.5.0":
version "5.5.0"
- resolved "https://registry.yarnpkg.com/@svgr/plugin-svgo/-/plugin-svgo-5.5.0.tgz#02da55d85320549324e201c7b2e53bf431fcc246"
+ resolved "https://registry.npmjs.org/@svgr/plugin-svgo/-/plugin-svgo-5.5.0.tgz"
integrity sha512-r5swKk46GuQl4RrVejVwpeeJaydoxkdwkM1mBKOgJLBUJPGaLci6ylg/IjhrRsREKDkr4kbMWdgOtbXEh0fyLQ==
dependencies:
cosmiconfig "^7.0.0"
@@ -5049,16 +4515,16 @@
"@svgr/plugin-svgo@^6.5.1":
version "6.5.1"
- resolved "https://registry.yarnpkg.com/@svgr/plugin-svgo/-/plugin-svgo-6.5.1.tgz#0f91910e988fc0b842f88e0960c2862e022abe84"
+ resolved "https://registry.npmjs.org/@svgr/plugin-svgo/-/plugin-svgo-6.5.1.tgz"
integrity sha512-omvZKf8ixP9z6GWgwbtmP9qQMPX4ODXi+wzbVZgomNFsUIlHA1sf4fThdwTWSsZGgvGAG6yE+b/F5gWUkcZ/iQ==
dependencies:
cosmiconfig "^7.0.1"
deepmerge "^4.2.2"
svgo "^2.8.0"
-"@svgr/webpack@5.5.0", "@svgr/webpack@^5.5.0":
+"@svgr/webpack@^5.5.0":
version "5.5.0"
- resolved "https://registry.yarnpkg.com/@svgr/webpack/-/webpack-5.5.0.tgz#aae858ee579f5fa8ce6c3166ef56c6a1b381b640"
+ resolved "https://registry.npmjs.org/@svgr/webpack/-/webpack-5.5.0.tgz"
integrity sha512-DOBOK255wfQxguUta2INKkzPj6AIS6iafZYiYmHn6W3pHlycSRRlvWKCfLDG10fXfLWqE3DJHgRUOyJYmARa7g==
dependencies:
"@babel/core" "^7.12.3"
@@ -5072,7 +4538,7 @@
"@svgr/webpack@^6.2.1":
version "6.5.1"
- resolved "https://registry.yarnpkg.com/@svgr/webpack/-/webpack-6.5.1.tgz#ecf027814fc1cb2decc29dc92f39c3cf691e40e8"
+ resolved "https://registry.npmjs.org/@svgr/webpack/-/webpack-6.5.1.tgz"
integrity sha512-cQ/AsnBkXPkEK8cLbv4Dm7JGXq2XrumKnL1dRpJD9rIO2fTIlJI9a1uCciYG1F2aUsox/hJQyNGbt3soDxSRkA==
dependencies:
"@babel/core" "^7.19.6"
@@ -5086,19 +4552,19 @@
"@szmarczak/http-timer@^1.1.2":
version "1.1.2"
- resolved "https://registry.yarnpkg.com/@szmarczak/http-timer/-/http-timer-1.1.2.tgz#b1665e2c461a2cd92f4c1bbf50d5454de0d4b421"
+ resolved "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-1.1.2.tgz"
integrity sha512-XIB2XbzHTN6ieIjfIMV9hlVcfPU26s2vafYWQcZHWXHOxiaRZYEDKEwdl129Zyg50+foYV2jCgtrqSA6qNuNSA==
dependencies:
defer-to-connect "^1.0.1"
"@teppeis/multimaps@3.0.0":
version "3.0.0"
- resolved "https://registry.yarnpkg.com/@teppeis/multimaps/-/multimaps-3.0.0.tgz#bb9c3f8d569f589e548586fa0bbf423010ddfdc5"
+ resolved "https://registry.npmjs.org/@teppeis/multimaps/-/multimaps-3.0.0.tgz"
integrity sha512-ID7fosbc50TbT0MK0EG12O+gAP3W3Aa/Pz4DaTtQtEvlc9Odaqi0de+xuZ7Li2GtK4HzEX7IuRWS/JmZLksR3Q==
-"@testing-library/dom@^8.0.0":
+"@testing-library/dom@^8.0.0", "@testing-library/dom@>=7.21.4":
version "8.20.1"
- resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-8.20.1.tgz#2e52a32e46fc88369eef7eef634ac2a192decd9f"
+ resolved "https://registry.npmjs.org/@testing-library/dom/-/dom-8.20.1.tgz"
integrity sha512-/DiOQ5xBxgdYRC8LNk7U+RWat0S3qRLeIw3ZIkMQ9kkVlRmwD/Eg8k8CqIpD6GW7u20JIUOfMKbxtiLutpjQ4g==
dependencies:
"@babel/code-frame" "^7.10.4"
@@ -5112,7 +4578,7 @@
"@testing-library/jest-dom@^5.16.1":
version "5.17.0"
- resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-5.17.0.tgz#5e97c8f9a15ccf4656da00fecab505728de81e0c"
+ resolved "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.17.0.tgz"
integrity sha512-ynmNeT7asXyH3aSVv4vvX4Rb+0qjOhdNHnO/3vuZNqPmhDpV/+rCSGwQ7bLcmU2cJ4dvoheIO85LQj0IbJHEtg==
dependencies:
"@adobe/css-tools" "^4.0.1"
@@ -5127,7 +4593,7 @@
"@testing-library/react-hooks@^7.0.1":
version "7.0.2"
- resolved "https://registry.yarnpkg.com/@testing-library/react-hooks/-/react-hooks-7.0.2.tgz#3388d07f562d91e7f2431a4a21b5186062ecfee0"
+ resolved "https://registry.npmjs.org/@testing-library/react-hooks/-/react-hooks-7.0.2.tgz"
integrity sha512-dYxpz8u9m4q1TuzfcUApqi8iFfR6R0FaMbr2hjZJy1uC8z+bO/K4v8Gs9eogGKYQop7QsrBTFkv/BCF7MzD2Cg==
dependencies:
"@babel/runtime" "^7.12.5"
@@ -5138,7 +4604,7 @@
"@testing-library/react@^12.1.2":
version "12.1.5"
- resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-12.1.5.tgz#bb248f72f02a5ac9d949dea07279095fa577963b"
+ resolved "https://registry.npmjs.org/@testing-library/react/-/react-12.1.5.tgz"
integrity sha512-OfTXCJUFgjd/digLUuPxa0+/3ZxsQmE7ub9kcbW/wi96Bh3o/p5vrETcBGfP17NWPGqeYYl5LTRpwyGoMC4ysg==
dependencies:
"@babel/runtime" "^7.12.5"
@@ -5147,29 +4613,29 @@
"@testing-library/user-event@^13.5.0":
version "13.5.0"
- resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-13.5.0.tgz#69d77007f1e124d55314a2b73fd204b333b13295"
+ resolved "https://registry.npmjs.org/@testing-library/user-event/-/user-event-13.5.0.tgz"
integrity sha512-5Kwtbo3Y/NowpkbRuSepbyMFkZmHgD+vPzYB/RJ4oxt5Gj/avFFBYjhw27cqSVPVw/3a67NK1PbiIr9k4Gwmdg==
dependencies:
"@babel/runtime" "^7.12.5"
"@tootallnate/once@1":
version "1.1.2"
- resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-1.1.2.tgz#ccb91445360179a04e7fe6aff78c00ffc1eeaf82"
+ resolved "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz"
integrity sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==
"@trysound/sax@0.2.0":
version "0.2.0"
- resolved "https://registry.yarnpkg.com/@trysound/sax/-/sax-0.2.0.tgz#cccaab758af56761eb7bf37af6f03f326dd798ad"
+ resolved "https://registry.npmjs.org/@trysound/sax/-/sax-0.2.0.tgz"
integrity sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==
"@types/aria-query@^5.0.1":
version "5.0.4"
- resolved "https://registry.yarnpkg.com/@types/aria-query/-/aria-query-5.0.4.tgz#1a31c3d378850d2778dabb6374d036dcba4ba708"
+ resolved "https://registry.npmjs.org/@types/aria-query/-/aria-query-5.0.4.tgz"
integrity sha512-rfT93uj5s0PRL7EzccGMs3brplhcrghnDoV26NqKhCAS1hVo+WdNsPvE/yb6ilfr5hi2MEk6d5EWJTKdxg8jVw==
-"@types/babel__core@^7.0.0", "@types/babel__core@^7.1.14", "@types/babel__core@^7.1.7", "@types/babel__core@^7.18.0":
+"@types/babel__core@^7.0.0", "@types/babel__core@^7.1.14", "@types/babel__core@^7.1.9", "@types/babel__core@^7.18.0":
version "7.20.5"
- resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.20.5.tgz#3df15f27ba85319caa07ba08d0721889bb39c017"
+ resolved "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz"
integrity sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==
dependencies:
"@babel/parser" "^7.20.7"
@@ -5180,14 +4646,14 @@
"@types/babel__generator@*":
version "7.6.8"
- resolved "https://registry.yarnpkg.com/@types/babel__generator/-/babel__generator-7.6.8.tgz#f836c61f48b1346e7d2b0d93c6dacc5b9535d3ab"
+ resolved "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.8.tgz"
integrity sha512-ASsj+tpEDsEiFr1arWrlN6V3mdfjRMZt6LtK/Vp/kreFLnr5QH5+DhvD5nINYZXzwJvXeGq+05iUXcAzVrqWtw==
dependencies:
"@babel/types" "^7.0.0"
"@types/babel__template@*":
version "7.4.4"
- resolved "https://registry.yarnpkg.com/@types/babel__template/-/babel__template-7.4.4.tgz#5672513701c1b2199bc6dad636a9d7491586766f"
+ resolved "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz"
integrity sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==
dependencies:
"@babel/parser" "^7.1.0"
@@ -5195,14 +4661,14 @@
"@types/babel__traverse@*", "@types/babel__traverse@^7.0.4", "@types/babel__traverse@^7.0.6", "@types/babel__traverse@^7.18.0":
version "7.20.6"
- resolved "https://registry.yarnpkg.com/@types/babel__traverse/-/babel__traverse-7.20.6.tgz#8dc9f0ae0f202c08d8d4dab648912c8d6038e3f7"
+ resolved "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.20.6.tgz"
integrity sha512-r1bzfrm0tomOI8g1SzvCaQHo6Lcv6zu0EA+W2kHrt8dyrHQxGzBBL4kdkzIS+jBMV+EYcMAEAqXqYaLJq5rOZg==
dependencies:
"@babel/types" "^7.20.7"
"@types/body-parser@*":
version "1.19.5"
- resolved "https://registry.yarnpkg.com/@types/body-parser/-/body-parser-1.19.5.tgz#04ce9a3b677dc8bd681a17da1ab9835dc9d3ede4"
+ resolved "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.5.tgz"
integrity sha512-fB3Zu92ucau0iQ0JMCFQE7b/dv8Ot07NI3KaZIkIUNXq82k4eBAqUaneXfleGY9JWskeS9y+u0nXMyspcuQrCg==
dependencies:
"@types/connect" "*"
@@ -5210,14 +4676,14 @@
"@types/bonjour@^3.5.9":
version "3.5.13"
- resolved "https://registry.yarnpkg.com/@types/bonjour/-/bonjour-3.5.13.tgz#adf90ce1a105e81dd1f9c61fdc5afda1bfb92956"
+ resolved "https://registry.npmjs.org/@types/bonjour/-/bonjour-3.5.13.tgz"
integrity sha512-z9fJ5Im06zvUL548KvYNecEVlA7cVDkGUi6kZusb04mpyEFKCIZJvloCcmpmLaIahDpOQGHaHmG6imtPMmPXGQ==
dependencies:
"@types/node" "*"
"@types/connect-history-api-fallback@^1.3.5":
version "1.5.4"
- resolved "https://registry.yarnpkg.com/@types/connect-history-api-fallback/-/connect-history-api-fallback-1.5.4.tgz#7de71645a103056b48ac3ce07b3520b819c1d5b3"
+ resolved "https://registry.npmjs.org/@types/connect-history-api-fallback/-/connect-history-api-fallback-1.5.4.tgz"
integrity sha512-n6Cr2xS1h4uAulPRdlw6Jl6s1oG8KrVilPN2yUITEs+K48EzMJJ3W1xy8K5eWuFvjp3R74AOIGSmp2UfBJ8HFw==
dependencies:
"@types/express-serve-static-core" "*"
@@ -5225,41 +4691,41 @@
"@types/connect@*":
version "3.4.38"
- resolved "https://registry.yarnpkg.com/@types/connect/-/connect-3.4.38.tgz#5ba7f3bc4fbbdeaff8dded952e5ff2cc53f8d858"
+ resolved "https://registry.npmjs.org/@types/connect/-/connect-3.4.38.tgz"
integrity sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==
dependencies:
"@types/node" "*"
"@types/cross-spawn@^6.0.2":
version "6.0.6"
- resolved "https://registry.yarnpkg.com/@types/cross-spawn/-/cross-spawn-6.0.6.tgz#0163d0b79a6f85409e0decb8dcca17147f81fd22"
+ resolved "https://registry.npmjs.org/@types/cross-spawn/-/cross-spawn-6.0.6.tgz"
integrity sha512-fXRhhUkG4H3TQk5dBhQ7m/JDdSNHKwR2BBia62lhwEIq9xGiQKLxd6LymNhn47SjXhsUEPmxi+PKw2OkW4LLjA==
dependencies:
"@types/node" "*"
"@types/doctrine@^0.0.6":
version "0.0.6"
- resolved "https://registry.yarnpkg.com/@types/doctrine/-/doctrine-0.0.6.tgz#12ede1f7cd3797be5856277c85f031299ccd2641"
+ resolved "https://registry.npmjs.org/@types/doctrine/-/doctrine-0.0.6.tgz"
integrity sha512-KlEqPtaNBHBJ2/fVA4yLdD0Tc8zw34pKU4K5SHBIEwtLJ8xxumIC1xeG+4S+/9qhVj2MqC7O3Ld8WvDG4HqlgA==
"@types/doctrine@^0.0.9":
version "0.0.9"
- resolved "https://registry.yarnpkg.com/@types/doctrine/-/doctrine-0.0.9.tgz#d86a5f452a15e3e3113b99e39616a9baa0f9863f"
+ resolved "https://registry.npmjs.org/@types/doctrine/-/doctrine-0.0.9.tgz"
integrity sha512-eOIHzCUSH7SMfonMG1LsC2f8vxBFtho6NGBznK41R84YzPuvSBzrhEps33IsQiOW9+VL6NQ9DbjQJznk/S4uRA==
"@types/emscripten@^1.39.6":
version "1.39.13"
- resolved "https://registry.yarnpkg.com/@types/emscripten/-/emscripten-1.39.13.tgz#afeb1648648dc096efe57983e20387627306e2aa"
+ resolved "https://registry.npmjs.org/@types/emscripten/-/emscripten-1.39.13.tgz"
integrity sha512-cFq+fO/isvhvmuP/+Sl4K4jtU6E23DoivtbO4r50e3odaxAiVdbfSYRDdJ4gCdxx+3aRjhphS5ZMwIH4hFy/Cw==
"@types/escodegen@^0.0.6":
version "0.0.6"
- resolved "https://registry.yarnpkg.com/@types/escodegen/-/escodegen-0.0.6.tgz#5230a9ce796e042cda6f086dbf19f22ea330659c"
+ resolved "https://registry.npmjs.org/@types/escodegen/-/escodegen-0.0.6.tgz"
integrity sha512-AjwI4MvWx3HAOaZqYsjKWyEObT9lcVV0Y0V8nXo6cXzN8ZiMxVhf6F3d/UNvXVGKrEzL/Dluc5p+y9GkzlTWig==
"@types/eslint-scope@^3.7.3":
version "3.7.7"
- resolved "https://registry.yarnpkg.com/@types/eslint-scope/-/eslint-scope-3.7.7.tgz#3108bd5f18b0cdb277c867b3dd449c9ed7079ac5"
+ resolved "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.7.tgz"
integrity sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==
dependencies:
"@types/eslint" "*"
@@ -5267,23 +4733,15 @@
"@types/eslint@*":
version "9.6.0"
- resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-9.6.0.tgz#51d4fe4d0316da9e9f2c80884f2c20ed5fb022ff"
+ resolved "https://registry.npmjs.org/@types/eslint/-/eslint-9.6.0.tgz"
integrity sha512-gi6WQJ7cHRgZxtkQEoyHMppPjq9Kxo5Tjn2prSKDSmZrCz8TZ3jSRCeTJm+WoM+oB0WG37bRqLzaaU3q7JypGg==
dependencies:
"@types/estree" "*"
"@types/json-schema" "*"
-"@types/eslint@^7.29.0":
- version "7.29.0"
- resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-7.29.0.tgz#e56ddc8e542815272720bb0b4ccc2aff9c3e1c78"
- integrity sha512-VNcvioYDH8/FxaeTKkM4/TiTwt6pBV9E3OfGmvaw8tPl0rrHCJ4Ll15HRT+pMiFAf/MLQvAzC+6RzUMEL9Ceng==
- dependencies:
- "@types/estree" "*"
- "@types/json-schema" "*"
-
"@types/eslint@^7.29.0 || ^8.4.1":
version "8.56.11"
- resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-8.56.11.tgz#e2ff61510a3b9454b3329fe7731e3b4c6f780041"
+ resolved "https://registry.npmjs.org/@types/eslint/-/eslint-8.56.11.tgz"
integrity sha512-sVBpJMf7UPo/wGecYOpk2aQya2VUGeHhe38WG7/mN5FufNSubf5VT9Uh9Uyp8/eLJpu1/tuhJ/qTo4mhSB4V4Q==
dependencies:
"@types/estree" "*"
@@ -5291,22 +4749,22 @@
"@types/estree@*", "@types/estree@^1.0.5":
version "1.0.5"
- resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.5.tgz#a6ce3e556e00fd9895dd872dd172ad0d4bd687f4"
+ resolved "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz"
integrity sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==
-"@types/estree@0.0.39":
- version "0.0.39"
- resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caaa7422644389509f"
- integrity sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==
-
"@types/estree@^0.0.51":
version "0.0.51"
- resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.51.tgz#cfd70924a25a3fd32b218e5e420e6897e1ac4f40"
+ resolved "https://registry.npmjs.org/@types/estree/-/estree-0.0.51.tgz"
integrity sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ==
+"@types/estree@0.0.39":
+ version "0.0.39"
+ resolved "https://registry.npmjs.org/@types/estree/-/estree-0.0.39.tgz"
+ integrity sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==
+
"@types/express-serve-static-core@*", "@types/express-serve-static-core@^4.17.33":
version "4.19.5"
- resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.19.5.tgz#218064e321126fcf9048d1ca25dd2465da55d9c6"
+ resolved "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.19.5.tgz"
integrity sha512-y6W03tvrACO72aijJ5uF02FRq5cgDR9lUxddQ8vyF+GvmjJQqbzDcJngEjURc+ZsG31VI3hODNZJ2URj86pzmg==
dependencies:
"@types/node" "*"
@@ -5316,7 +4774,7 @@
"@types/express@*", "@types/express@^4.17.13", "@types/express@^4.17.21":
version "4.17.21"
- resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.21.tgz#c26d4a151e60efe0084b23dc3369ebc631ed192d"
+ resolved "https://registry.npmjs.org/@types/express/-/express-4.17.21.tgz"
integrity sha512-ejlPM315qwLpaQlQDTjPdsUFSc6ZsP4AN6AlWnogPjQ7CVi7PYF3YVz+CY3jE2pwYf7E/7HlDAN0rV2GxTG0HQ==
dependencies:
"@types/body-parser" "*"
@@ -5326,7 +4784,7 @@
"@types/glob@^7.1.1":
version "7.2.0"
- resolved "https://registry.yarnpkg.com/@types/glob/-/glob-7.2.0.tgz#bc1b5bf3aa92f25bd5dd39f35c57361bdce5b2eb"
+ resolved "https://registry.npmjs.org/@types/glob/-/glob-7.2.0.tgz"
integrity sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==
dependencies:
"@types/minimatch" "*"
@@ -5334,107 +4792,102 @@
"@types/graceful-fs@^4.1.2":
version "4.1.9"
- resolved "https://registry.yarnpkg.com/@types/graceful-fs/-/graceful-fs-4.1.9.tgz#2a06bc0f68a20ab37b3e36aa238be6abdf49e8b4"
+ resolved "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.9.tgz"
integrity sha512-olP3sd1qOEe5dXTSaFvQG+02VdRXcdytWLAZsAq1PecU8uqQAhkrnbli7DagjtXKW/Bl7YJbUsa8MPcuc8LHEQ==
dependencies:
"@types/node" "*"
"@types/hast@^2.0.0":
version "2.3.10"
- resolved "https://registry.yarnpkg.com/@types/hast/-/hast-2.3.10.tgz#5c9d9e0b304bbb8879b857225c5ebab2d81d7643"
+ resolved "https://registry.npmjs.org/@types/hast/-/hast-2.3.10.tgz"
integrity sha512-McWspRw8xx8J9HurkVBfYj0xKoE25tOFlHGdx4MJ5xORQrMGZNqJhVQWaIbm6Oyla5kYOXtDiopzKRJzEOkwJw==
dependencies:
"@types/unist" "^2"
"@types/hast@^3.0.0":
version "3.0.4"
- resolved "https://registry.yarnpkg.com/@types/hast/-/hast-3.0.4.tgz#1d6b39993b82cea6ad783945b0508c25903e15aa"
+ resolved "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz"
integrity sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==
dependencies:
"@types/unist" "*"
"@types/history@^4.7.11":
version "4.7.11"
- resolved "https://registry.yarnpkg.com/@types/history/-/history-4.7.11.tgz#56588b17ae8f50c53983a524fc3cc47437969d64"
+ resolved "https://registry.npmjs.org/@types/history/-/history-4.7.11.tgz"
integrity sha512-qjDJRrmvBMiTx+jyLxvLfJU7UznFuokDv4f3WRuriHKERccVpFU+8XMQUAbDzoiJCsmexxRExQeMwwCdamSKDA==
-"@types/html-minifier-terser@^5.0.0":
- version "5.1.2"
- resolved "https://registry.yarnpkg.com/@types/html-minifier-terser/-/html-minifier-terser-5.1.2.tgz#693b316ad323ea97eed6b38ed1a3cc02b1672b57"
- integrity sha512-h4lTMgMJctJybDp8CQrxTUiiYmedihHWkjnF/8Pxseu2S6Nlfcy8kwboQ8yejh456rP2yWoEVm1sS/FVsfM48w==
-
"@types/html-minifier-terser@^6.0.0":
version "6.1.0"
- resolved "https://registry.yarnpkg.com/@types/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz#4fc33a00c1d0c16987b1a20cf92d20614c55ac35"
+ resolved "https://registry.npmjs.org/@types/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz"
integrity sha512-oh/6byDPnL1zeNXFrDXFLyZjkr1MsBG667IM792caf1L2UPOOMf65NFzjUH/ltyfwjAGfs1rsX1eftK0jC/KIg==
"@types/http-errors@*":
version "2.0.4"
- resolved "https://registry.yarnpkg.com/@types/http-errors/-/http-errors-2.0.4.tgz#7eb47726c391b7345a6ec35ad7f4de469cf5ba4f"
+ resolved "https://registry.npmjs.org/@types/http-errors/-/http-errors-2.0.4.tgz"
integrity sha512-D0CFMMtydbJAegzOyHjtiKPLlvnm3iTZyZRSZoLq2mRhDdmLfIWOCYPfQJ4cu2erKghU++QvjcUjp/5h7hESpA==
"@types/http-proxy@^1.17.8":
version "1.17.14"
- resolved "https://registry.yarnpkg.com/@types/http-proxy/-/http-proxy-1.17.14.tgz#57f8ccaa1c1c3780644f8a94f9c6b5000b5e2eec"
+ resolved "https://registry.npmjs.org/@types/http-proxy/-/http-proxy-1.17.14.tgz"
integrity sha512-SSrD0c1OQzlFX7pGu1eXxSEjemej64aaNPRhhVYUGqXh0BtldAAx37MG8btcumvpgKyZp1F5Gn3JkktdxiFv6w==
dependencies:
"@types/node" "*"
"@types/i18next@^11.9.0":
version "11.9.3"
- resolved "https://registry.yarnpkg.com/@types/i18next/-/i18next-11.9.3.tgz#04d84c6539908ad69665d26d8967f942d1638550"
+ resolved "https://registry.npmjs.org/@types/i18next/-/i18next-11.9.3.tgz"
integrity sha512-snM7bMKy6gt7UYdpjsxycqSCAy0fr2JVPY0B8tJ2vp9bN58cE7C880k20PWFM4KXxQ3KsstKM8DLCawGCIH0tg==
"@types/istanbul-lib-coverage@*", "@types/istanbul-lib-coverage@^2.0.0", "@types/istanbul-lib-coverage@^2.0.1":
version "2.0.6"
- resolved "https://registry.yarnpkg.com/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.6.tgz#7739c232a1fee9b4d3ce8985f314c0c6d33549d7"
+ resolved "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.6.tgz"
integrity sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w==
"@types/istanbul-lib-report@*":
version "3.0.3"
- resolved "https://registry.yarnpkg.com/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.3.tgz#53047614ae72e19fc0401d872de3ae2b4ce350bf"
+ resolved "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.3.tgz"
integrity sha512-NQn7AHQnk/RSLOxrBbGyJM/aVQ+pjj5HCgasFxc0K/KhoATfQ/47AyUl15I2yBUpihjmas+a+VJBOqecrFH+uA==
dependencies:
"@types/istanbul-lib-coverage" "*"
"@types/istanbul-reports@^3.0.0":
version "3.0.4"
- resolved "https://registry.yarnpkg.com/@types/istanbul-reports/-/istanbul-reports-3.0.4.tgz#0f03e3d2f670fbdac586e34b433783070cc16f54"
+ resolved "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.4.tgz"
integrity sha512-pk2B1NWalF9toCRu6gjBzR69syFjP4Od8WRAX+0mmf9lAjCRicLOWc+ZrxZHx/0XRjotgkF9t6iaMJ+aXcOdZQ==
dependencies:
"@types/istanbul-lib-report" "*"
"@types/jest@*":
version "29.5.12"
- resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.12.tgz#7f7dc6eb4cf246d2474ed78744b05d06ce025544"
+ resolved "https://registry.npmjs.org/@types/jest/-/jest-29.5.12.tgz"
integrity sha512-eDC8bTvT/QhYdxJAulQikueigY5AsdBRH2yDKW3yveW7svY3+DzN84/2NUgkw10RTiJbWqZrTtoGVdYlvFJdLw==
dependencies:
expect "^29.0.0"
pretty-format "^29.0.0"
-"@types/json-schema@*", "@types/json-schema@^7.0.3", "@types/json-schema@^7.0.4", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.7", "@types/json-schema@^7.0.8", "@types/json-schema@^7.0.9":
+"@types/json-schema@*", "@types/json-schema@^7.0.4", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.8", "@types/json-schema@^7.0.9":
version "7.0.15"
- resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
+ resolved "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz"
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
"@types/json5@^0.0.29":
version "0.0.29"
- resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
+ resolved "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz"
integrity sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==
"@types/linkify-it@*":
version "5.0.0"
- resolved "https://registry.yarnpkg.com/@types/linkify-it/-/linkify-it-5.0.0.tgz#21413001973106cda1c3a9b91eedd4ccd5469d76"
+ resolved "https://registry.npmjs.org/@types/linkify-it/-/linkify-it-5.0.0.tgz"
integrity sha512-sVDA58zAw4eWAffKOaQH5/5j3XeayukzDk+ewSsnv3p4yJEZHCCzMDiZM8e0OUrRvmpGZ85jf4yDHkHsgBNr9Q==
"@types/lodash@^4.14.167":
version "4.17.7"
- resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.17.7.tgz#2f776bcb53adc9e13b2c0dfd493dfcbd7de43612"
+ resolved "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.7.tgz"
integrity sha512-8wTvZawATi/lsmNu10/j2hk1KEP0IvjubqPE3cu1Xz7xfXXt5oCq3SNUz4fMIP4XGF9Ky+Ue2tBA3hcS7LSBlA==
-"@types/markdown-it@^12.2.3":
+"@types/markdown-it@*", "@types/markdown-it@^12.2.3":
version "12.2.3"
- resolved "https://registry.yarnpkg.com/@types/markdown-it/-/markdown-it-12.2.3.tgz#0d6f6e5e413f8daaa26522904597be3d6cd93b51"
+ resolved "https://registry.npmjs.org/@types/markdown-it/-/markdown-it-12.2.3.tgz"
integrity sha512-GKMHFfv3458yYy+v/N8gjufHO6MSZKCOXpZc5GXIWWy8uldwfmPn98vp81gZ5f9SVw8YYBctgfJ22a2d7AOMeQ==
dependencies:
"@types/linkify-it" "*"
@@ -5442,124 +4895,124 @@
"@types/mdast@^3.0.0":
version "3.0.15"
- resolved "https://registry.yarnpkg.com/@types/mdast/-/mdast-3.0.15.tgz#49c524a263f30ffa28b71ae282f813ed000ab9f5"
+ resolved "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.15.tgz"
integrity sha512-LnwD+mUEfxWMa1QpDraczIn6k0Ee3SMicuYSSzS6ZYl2gKS09EClnJYGd8Du6rfc5r/GZEk5o1mRb8TaTj03sQ==
dependencies:
"@types/unist" "^2"
"@types/mdurl@*":
version "2.0.0"
- resolved "https://registry.yarnpkg.com/@types/mdurl/-/mdurl-2.0.0.tgz#d43878b5b20222682163ae6f897b20447233bdfd"
+ resolved "https://registry.npmjs.org/@types/mdurl/-/mdurl-2.0.0.tgz"
integrity sha512-RGdgjQUZba5p6QEFAVx2OGb8rQDL/cPRG7GiedRzMcJ1tYnUANBncjbSB1NRGwbvjcPeikRABz2nshyPk1bhWg==
"@types/mdx@^2.0.0":
version "2.0.13"
- resolved "https://registry.yarnpkg.com/@types/mdx/-/mdx-2.0.13.tgz#68f6877043d377092890ff5b298152b0a21671bd"
+ resolved "https://registry.npmjs.org/@types/mdx/-/mdx-2.0.13.tgz"
integrity sha512-+OWZQfAYyio6YkJb3HLxDrvnx6SWWDbC0zVPfBRzUk0/nqoDyf6dNxQi3eArPe8rJ473nobTMQ/8Zk+LxJ+Yuw==
"@types/mime@^1":
version "1.3.5"
- resolved "https://registry.yarnpkg.com/@types/mime/-/mime-1.3.5.tgz#1ef302e01cf7d2b5a0fa526790c9123bf1d06690"
+ resolved "https://registry.npmjs.org/@types/mime/-/mime-1.3.5.tgz"
integrity sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==
"@types/minimatch@*":
version "5.1.2"
- resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-5.1.2.tgz#07508b45797cb81ec3f273011b054cd0755eddca"
+ resolved "https://registry.npmjs.org/@types/minimatch/-/minimatch-5.1.2.tgz"
integrity sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==
"@types/minimist@^1.2.0":
version "1.2.5"
- resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.5.tgz#ec10755e871497bcd83efe927e43ec46e8c0747e"
+ resolved "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.5.tgz"
integrity sha512-hov8bUuiLiyFPGyFPE1lwWhmzYbirOXQNNo40+y3zow8aFVTeyn3VWL0VFFfdNddA8S4Vf0Tc062rzyNr7Paag==
"@types/node-forge@^1.3.0":
version "1.3.11"
- resolved "https://registry.yarnpkg.com/@types/node-forge/-/node-forge-1.3.11.tgz#0972ea538ddb0f4d9c2fa0ec5db5724773a604da"
+ resolved "https://registry.npmjs.org/@types/node-forge/-/node-forge-1.3.11.tgz"
integrity sha512-FQx220y22OKNTqaByeBGqHWYz4cl94tpcxeFdvBo3wjG6XPBuZ0BNgNZRV5J5TFmmcsJ4IzsLkmGRiQbnYsBEQ==
dependencies:
"@types/node" "*"
"@types/node@*":
version "22.1.0"
- resolved "https://registry.yarnpkg.com/@types/node/-/node-22.1.0.tgz#6d6adc648b5e03f0e83c78dc788c2b037d0ad94b"
+ resolved "https://registry.npmjs.org/@types/node/-/node-22.1.0.tgz"
integrity sha512-AOmuRF0R2/5j1knA3c6G3HOk523Ga+l+ZXltX8SF1+5oqcXijjfTd8fY3XRZqSihEu9XhtQnKYLmkFaoxgsJHw==
dependencies:
undici-types "~6.13.0"
"@types/node@^12.7.1":
version "12.20.55"
- resolved "https://registry.yarnpkg.com/@types/node/-/node-12.20.55.tgz#c329cbd434c42164f846b909bd6f85b5537f6240"
+ resolved "https://registry.npmjs.org/@types/node/-/node-12.20.55.tgz"
integrity sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==
"@types/node@^17.0.5":
version "17.0.45"
- resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.45.tgz#2c0fafd78705e7a18b7906b5201a522719dc5190"
+ resolved "https://registry.npmjs.org/@types/node/-/node-17.0.45.tgz"
integrity sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==
"@types/node@^18.0.0":
version "18.19.43"
- resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.43.tgz#fe01bb599b60bb3279c26d0fdb751d2f3e299ae0"
+ resolved "https://registry.npmjs.org/@types/node/-/node-18.19.43.tgz"
integrity sha512-Mw/YlgXnyJdEwLoFv2dpuJaDFriX+Pc+0qOBJ57jC1H6cDxIj2xc5yUrdtArDVG0m+KV6622a4p2tenEqB3C/g==
dependencies:
undici-types "~5.26.4"
"@types/normalize-package-data@^2.4.0":
version "2.4.4"
- resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz#56e2cc26c397c038fab0e3a917a12d5c5909e901"
+ resolved "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz"
integrity sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==
"@types/parse-json@^4.0.0":
version "4.0.2"
- resolved "https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.2.tgz#5950e50960793055845e956c427fc2b0d70c5239"
+ resolved "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.2.tgz"
integrity sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==
"@types/parse5@^5.0.0":
version "5.0.3"
- resolved "https://registry.yarnpkg.com/@types/parse5/-/parse5-5.0.3.tgz#e7b5aebbac150f8b5fdd4a46e7f0bd8e65e19109"
+ resolved "https://registry.npmjs.org/@types/parse5/-/parse5-5.0.3.tgz"
integrity sha512-kUNnecmtkunAoQ3CnjmMkzNU/gtxG8guhi+Fk2U/kOpIKjIMKnXGp4IJCgQJrXSgMsWYimYG4TGjz/UzbGEBTw==
-"@types/prettier@^2.0.0", "@types/prettier@^2.1.5":
+"@types/prettier@^2.1.5":
version "2.7.3"
- resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.7.3.tgz#3e51a17e291d01d17d3fc61422015a933af7a08f"
+ resolved "https://registry.npmjs.org/@types/prettier/-/prettier-2.7.3.tgz"
integrity sha512-+68kP9yzs4LMp7VNh8gdzMSPZFL44MLGqiHWvttYJe+6qnuVr4Ek9wSBQoveqY/r+LwjCcU29kNVkidwim+kYA==
"@types/prop-types@*":
version "15.7.12"
- resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.12.tgz#12bb1e2be27293c1406acb6af1c3f3a1481d98c6"
+ resolved "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.12.tgz"
integrity sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q==
"@types/q@^1.5.1":
version "1.5.8"
- resolved "https://registry.yarnpkg.com/@types/q/-/q-1.5.8.tgz#95f6c6a08f2ad868ba230ead1d2d7f7be3db3837"
+ resolved "https://registry.npmjs.org/@types/q/-/q-1.5.8.tgz"
integrity sha512-hroOstUScF6zhIi+5+x0dzqrHA1EJi+Irri6b1fxolMTqqHIV/Cg77EtnQcZqZCu8hR3mX2BzIxN4/GzI68Kfw==
"@types/qs@*":
version "6.9.15"
- resolved "https://registry.yarnpkg.com/@types/qs/-/qs-6.9.15.tgz#adde8a060ec9c305a82de1babc1056e73bd64dce"
+ resolved "https://registry.npmjs.org/@types/qs/-/qs-6.9.15.tgz"
integrity sha512-uXHQKES6DQKKCLh441Xv/dwxOq1TVS3JPUMlEqoEglvlhR6Mxnlew/Xq/LRVHpLyk7iK3zODe1qYHIMltO7XGg==
"@types/range-parser@*":
version "1.2.7"
- resolved "https://registry.yarnpkg.com/@types/range-parser/-/range-parser-1.2.7.tgz#50ae4353eaaddc04044279812f52c8c65857dbcb"
+ resolved "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.7.tgz"
integrity sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==
"@types/react-dom@<18.0.0":
version "17.0.25"
- resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.25.tgz#e0e5b3571e1069625b3a3da2b279379aa33a0cb5"
+ resolved "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.25.tgz"
integrity sha512-urx7A7UxkZQmThYA4So0NelOVjx3V4rNFVJwp0WZlbIK5eM4rNJDiN3R/E9ix0MBh6kAEojk/9YL+Te6D9zHNA==
dependencies:
"@types/react" "^17"
"@types/react-dom@>=16.9.0":
version "18.3.0"
- resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.3.0.tgz#0cbc818755d87066ab6ca74fbedb2547d74a82b0"
+ resolved "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.3.0.tgz"
integrity sha512-EhwApuTmMBmXuFOikhQLIBUn6uFg81SwLMOAUgodJF14SOBOCMdU04gDoYi0WOJJHD144TL32z4yDqCW3dnkQg==
dependencies:
"@types/react" "*"
"@types/react-router-config@*", "@types/react-router-config@^5.0.6":
version "5.0.11"
- resolved "https://registry.yarnpkg.com/@types/react-router-config/-/react-router-config-5.0.11.tgz#2761a23acc7905a66a94419ee40294a65aaa483a"
+ resolved "https://registry.npmjs.org/@types/react-router-config/-/react-router-config-5.0.11.tgz"
integrity sha512-WmSAg7WgqW7m4x8Mt4N6ZyKz0BubSj/2tVUMsAHp+Yd2AMwcSbeFq9WympT19p5heCFmF97R9eD5uUR/t4HEqw==
dependencies:
"@types/history" "^4.7.11"
@@ -5568,7 +5021,7 @@
"@types/react-router-dom@*":
version "5.3.3"
- resolved "https://registry.yarnpkg.com/@types/react-router-dom/-/react-router-dom-5.3.3.tgz#e9d6b4a66fcdbd651a5f106c2656a30088cc1e83"
+ resolved "https://registry.npmjs.org/@types/react-router-dom/-/react-router-dom-5.3.3.tgz"
integrity sha512-kpqnYK4wcdm5UaWI3fLcELopqLrHgLqNsdpHauzlQktfkHL3npOSwtj1Uz9oKBAzs7lFtVkV8j83voAz2D8fhw==
dependencies:
"@types/history" "^4.7.11"
@@ -5577,7 +5030,7 @@
"@types/react-router@*", "@types/react-router@^5.1.0":
version "5.1.20"
- resolved "https://registry.yarnpkg.com/@types/react-router/-/react-router-5.1.20.tgz#88eccaa122a82405ef3efbcaaa5dcdd9f021387c"
+ resolved "https://registry.npmjs.org/@types/react-router/-/react-router-5.1.20.tgz"
integrity sha512-jGjmu/ZqS7FjSH6owMcD5qpq19+1RS9DeVRqfl1FeBMxTDQAGwlMWOcs52NDoXaNKyG3d1cYQFMs9rCrb88o9Q==
dependencies:
"@types/history" "^4.7.11"
@@ -5585,14 +5038,14 @@
"@types/react-test-renderer@>=16.9.0":
version "18.3.0"
- resolved "https://registry.yarnpkg.com/@types/react-test-renderer/-/react-test-renderer-18.3.0.tgz#839502eae70058a4ae161f63385a8e7929cef4c0"
+ resolved "https://registry.npmjs.org/@types/react-test-renderer/-/react-test-renderer-18.3.0.tgz"
integrity sha512-HW4MuEYxfDbOHQsVlY/XtOvNHftCVEPhJF2pQXXwcUiUF+Oyb0usgp48HSgpK5rt8m9KZb22yqOeZm+rrVG8gw==
dependencies:
"@types/react" "*"
-"@types/react@*", "@types/react@>=16.9.0", "@types/react@^16.8.0 || ^17.0.0 || ^18.0.0":
+"@types/react@*", "@types/react@^16.8.0 || ^17.0.0 || ^18.0.0", "@types/react@>= 16.8.0 < 19.0.0", "@types/react@>=16", "@types/react@>=16.14.0", "@types/react@>=16.9.0":
version "18.3.3"
- resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.3.tgz#9679020895318b0915d7a3ab004d92d33375c45f"
+ resolved "https://registry.npmjs.org/@types/react/-/react-18.3.3.tgz"
integrity sha512-hti/R0pS0q1/xx+TsI73XIqk26eBsISZ2R0wUijXIngRK9R/e7Xw/cXVxQK7R5JjW+SV4zGcn5hXjudkN/pLIw==
dependencies:
"@types/prop-types" "*"
@@ -5600,62 +5053,55 @@
"@types/react@^17":
version "17.0.80"
- resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.80.tgz#a5dfc351d6a41257eb592d73d3a85d3b7dbcbb41"
+ resolved "https://registry.npmjs.org/@types/react/-/react-17.0.80.tgz"
integrity sha512-LrgHIu2lEtIo8M7d1FcI3BdwXWoRQwMoXOZ7+dPTW0lYREjmlHl3P0U1VD0i/9tppOuv8/sam7sOjx34TxSFbA==
dependencies:
"@types/prop-types" "*"
"@types/scheduler" "^0.16"
csstype "^3.0.2"
-"@types/resolve@0.0.8":
- version "0.0.8"
- resolved "https://registry.yarnpkg.com/@types/resolve/-/resolve-0.0.8.tgz#f26074d238e02659e323ce1a13d041eee280e194"
- integrity sha512-auApPaJf3NPfe18hSoJkp8EbZzer2ISk7o8mCC3M9he/a04+gbMF97NkpD2S8riMGvm4BMRI59/SZQSaLTKpsQ==
- dependencies:
- "@types/node" "*"
+"@types/resolve@^1.20.2":
+ version "1.20.6"
+ resolved "https://registry.npmjs.org/@types/resolve/-/resolve-1.20.6.tgz"
+ integrity sha512-A4STmOXPhMUtHH+S6ymgE2GiBSMqf4oTvcQZMcHzokuTLVYzXTB8ttjcgxOVaAp2lGwEdzZ0J+cRbbeevQj1UQ==
"@types/resolve@1.17.1":
version "1.17.1"
- resolved "https://registry.yarnpkg.com/@types/resolve/-/resolve-1.17.1.tgz#3afd6ad8967c77e4376c598a82ddd58f46ec45d6"
+ resolved "https://registry.npmjs.org/@types/resolve/-/resolve-1.17.1.tgz"
integrity sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==
dependencies:
"@types/node" "*"
-"@types/resolve@^1.20.2":
- version "1.20.6"
- resolved "https://registry.yarnpkg.com/@types/resolve/-/resolve-1.20.6.tgz#e6e60dad29c2c8c206c026e6dd8d6d1bdda850b8"
- integrity sha512-A4STmOXPhMUtHH+S6ymgE2GiBSMqf4oTvcQZMcHzokuTLVYzXTB8ttjcgxOVaAp2lGwEdzZ0J+cRbbeevQj1UQ==
-
"@types/retry@0.12.0":
version "0.12.0"
- resolved "https://registry.yarnpkg.com/@types/retry/-/retry-0.12.0.tgz#2b35eccfcee7d38cd72ad99232fbd58bffb3c84d"
+ resolved "https://registry.npmjs.org/@types/retry/-/retry-0.12.0.tgz"
integrity sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==
"@types/sax@^1.2.1":
version "1.2.7"
- resolved "https://registry.yarnpkg.com/@types/sax/-/sax-1.2.7.tgz#ba5fe7df9aa9c89b6dff7688a19023dd2963091d"
+ resolved "https://registry.npmjs.org/@types/sax/-/sax-1.2.7.tgz"
integrity sha512-rO73L89PJxeYM3s3pPPjiPgVVcymqU490g0YO5n5By0k2Erzj6tay/4lr1CHAAU4JyOWd1rpQ8bCf6cZfHU96A==
dependencies:
"@types/node" "*"
"@types/scheduler@^0.16":
version "0.16.8"
- resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.8.tgz#ce5ace04cfeabe7ef87c0091e50752e36707deff"
+ resolved "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.8.tgz"
integrity sha512-WZLiwShhwLRmeV6zH+GkbOFT6Z6VklCItrDioxUnv+u4Ll+8vKeFySoFyK/0ctcRpOmwAicELfmys1sDc/Rw+A==
"@types/semver@^6.0.1":
version "6.2.7"
- resolved "https://registry.yarnpkg.com/@types/semver/-/semver-6.2.7.tgz#473fb8d63ea04f7511c699fb9b96830c51e8a53d"
+ resolved "https://registry.npmjs.org/@types/semver/-/semver-6.2.7.tgz"
integrity sha512-blctEWbzUFzQx799RZjzzIdBJOXmE37YYEyDtKkx5Dg+V7o/zyyAxLPiI98A2jdTtDgxZleMdfV+7p8WbRJ1OQ==
"@types/semver@^7.3.12", "@types/semver@^7.3.4", "@types/semver@^7.5.6":
version "7.5.8"
- resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.8.tgz#8268a8c57a3e4abd25c165ecd36237db7948a55e"
+ resolved "https://registry.npmjs.org/@types/semver/-/semver-7.5.8.tgz"
integrity sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==
"@types/send@*":
version "0.17.4"
- resolved "https://registry.yarnpkg.com/@types/send/-/send-0.17.4.tgz#6619cd24e7270793702e4e6a4b958a9010cfc57a"
+ resolved "https://registry.npmjs.org/@types/send/-/send-0.17.4.tgz"
integrity sha512-x2EM6TJOybec7c52BX0ZspPodMsQUd5L6PRwOunVyVUhXiBSKf3AezDL8Dgvgt5o0UfKNfuA0eMLr2wLT4AiBA==
dependencies:
"@types/mime" "^1"
@@ -5663,14 +5109,14 @@
"@types/serve-index@^1.9.1":
version "1.9.4"
- resolved "https://registry.yarnpkg.com/@types/serve-index/-/serve-index-1.9.4.tgz#e6ae13d5053cb06ed36392110b4f9a49ac4ec898"
+ resolved "https://registry.npmjs.org/@types/serve-index/-/serve-index-1.9.4.tgz"
integrity sha512-qLpGZ/c2fhSs5gnYsQxtDEq3Oy8SXPClIXkW5ghvAvsNuVSA8k+gCONcUCS/UjLEYvYps+e8uBtfgXgvhwfNug==
dependencies:
"@types/express" "*"
"@types/serve-static@*", "@types/serve-static@^1.13.10":
version "1.15.7"
- resolved "https://registry.yarnpkg.com/@types/serve-static/-/serve-static-1.15.7.tgz#22174bbd74fb97fe303109738e9b5c2f3064f714"
+ resolved "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.15.7.tgz"
integrity sha512-W8Ym+h8nhuRwaKPaDw34QUkwsGi6Rc4yYqvKFo5rm2FUEhCFbzVWrxXUxuKK8TASjWsysJY0nsmNCGhCOIsrOw==
dependencies:
"@types/http-errors" "*"
@@ -5679,148 +5125,94 @@
"@types/sinonjs__fake-timers@8.1.1":
version "8.1.1"
- resolved "https://registry.yarnpkg.com/@types/sinonjs__fake-timers/-/sinonjs__fake-timers-8.1.1.tgz#b49c2c70150141a15e0fa7e79cf1f92a72934ce3"
+ resolved "https://registry.npmjs.org/@types/sinonjs__fake-timers/-/sinonjs__fake-timers-8.1.1.tgz"
integrity sha512-0kSuKjAS0TrGLJ0M/+8MaFkGsQhZpB6pxOmvS3K8FYI72K//YmdfoW9X2qPsAKh1mkwxGD5zib9s1FIFed6E8g==
"@types/sizzle@^2.3.2":
version "2.3.8"
- resolved "https://registry.yarnpkg.com/@types/sizzle/-/sizzle-2.3.8.tgz#518609aefb797da19bf222feb199e8f653ff7627"
+ resolved "https://registry.npmjs.org/@types/sizzle/-/sizzle-2.3.8.tgz"
integrity sha512-0vWLNK2D5MT9dg0iOo8GlKguPAU02QjmZitPEsXRuJXU/OGIOt9vT9Fc26wtYuavLxtO45v9PGleoL9Z0k1LHg==
"@types/sockjs@^0.3.33":
version "0.3.36"
- resolved "https://registry.yarnpkg.com/@types/sockjs/-/sockjs-0.3.36.tgz#ce322cf07bcc119d4cbf7f88954f3a3bd0f67535"
+ resolved "https://registry.npmjs.org/@types/sockjs/-/sockjs-0.3.36.tgz"
integrity sha512-MK9V6NzAS1+Ud7JV9lJLFqW85VbC9dq3LmwZCuBe4wBDgKC0Kj/jd8Xl+nSviU+Qc3+m7umHHyHg//2KSa0a0Q==
dependencies:
"@types/node" "*"
-"@types/source-list-map@*":
- version "0.1.6"
- resolved "https://registry.yarnpkg.com/@types/source-list-map/-/source-list-map-0.1.6.tgz#164e169dd061795b50b83c19e4d3be09f8d3a454"
- integrity sha512-5JcVt1u5HDmlXkwOD2nslZVllBBc7HDuOICfiZah2Z0is8M8g+ddAEawbmd3VjedfDHBzxCaXLs07QEmb7y54g==
-
"@types/stack-utils@^2.0.0":
version "2.0.3"
- resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.3.tgz#6209321eb2c1712a7e7466422b8cb1fc0d9dd5d8"
+ resolved "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.3.tgz"
integrity sha512-9aEbYZ3TbYMznPdcdr3SmIrLXwC/AKZXQeCf9Pgao5CKb8CyHuEX5jzWPTkvregvhRJHcpRO6BFoGW9ycaOkYw==
-"@types/tapable@^1", "@types/tapable@^1.0.5":
- version "1.0.12"
- resolved "https://registry.yarnpkg.com/@types/tapable/-/tapable-1.0.12.tgz#bc2cab12e87978eee89fb21576b670350d6d86ab"
- integrity sha512-bTHG8fcxEqv1M9+TD14P8ok8hjxoOCkfKc8XXLaaD05kI7ohpeI956jtDOD3XHKBQrlyPughUtzm1jtVhHpA5Q==
-
"@types/testing-library__jest-dom@^5.9.1":
version "5.14.9"
- resolved "https://registry.yarnpkg.com/@types/testing-library__jest-dom/-/testing-library__jest-dom-5.14.9.tgz#0fb1e6a0278d87b6737db55af5967570b67cb466"
+ resolved "https://registry.npmjs.org/@types/testing-library__jest-dom/-/testing-library__jest-dom-5.14.9.tgz"
integrity sha512-FSYhIjFlfOpGSRyVoMBMuS3ws5ehFQODymf3vlI7U1K8c7PHwWwFY7VREfmsuzHSOnoKs/9/Y983ayOs7eRzqw==
dependencies:
"@types/jest" "*"
"@types/trusted-types@^2.0.2":
version "2.0.7"
- resolved "https://registry.yarnpkg.com/@types/trusted-types/-/trusted-types-2.0.7.tgz#baccb07a970b91707df3a3e8ba6896c57ead2d11"
+ resolved "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.7.tgz"
integrity sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==
-"@types/uglify-js@*":
- version "3.17.5"
- resolved "https://registry.yarnpkg.com/@types/uglify-js/-/uglify-js-3.17.5.tgz#905ce03a3cbbf2e31cbefcbc68d15497ee2e17df"
- integrity sha512-TU+fZFBTBcXj/GpDpDaBmgWk/gn96kMZ+uocaFUlV2f8a6WdMzzI44QBCmGcCiYR0Y6ZlNRiyUyKKt5nl/lbzQ==
- dependencies:
- source-map "^0.6.1"
-
-"@types/unist@*", "@types/unist@^3.0.0":
+"@types/unist@*":
version "3.0.2"
- resolved "https://registry.yarnpkg.com/@types/unist/-/unist-3.0.2.tgz#6dd61e43ef60b34086287f83683a5c1b2dc53d20"
+ resolved "https://registry.npmjs.org/@types/unist/-/unist-3.0.2.tgz"
integrity sha512-dqId9J8K/vGi5Zr7oo212BGii5m3q5Hxlkwy3WpYuKPklmBEvsbMYYyLxAQpSffdLl/gdW0XUpKWFvYmyoWCoQ==
"@types/unist@^2", "@types/unist@^2.0.0", "@types/unist@^2.0.2", "@types/unist@^2.0.3":
version "2.0.10"
- resolved "https://registry.yarnpkg.com/@types/unist/-/unist-2.0.10.tgz#04ffa7f406ab628f7f7e97ca23e290cd8ab15efc"
+ resolved "https://registry.npmjs.org/@types/unist/-/unist-2.0.10.tgz"
integrity sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA==
-"@types/uuid@9.0.8", "@types/uuid@^9.0.1":
+"@types/unist@^3.0.0":
+ version "3.0.2"
+ resolved "https://registry.npmjs.org/@types/unist/-/unist-3.0.2.tgz"
+ integrity sha512-dqId9J8K/vGi5Zr7oo212BGii5m3q5Hxlkwy3WpYuKPklmBEvsbMYYyLxAQpSffdLl/gdW0XUpKWFvYmyoWCoQ==
+
+"@types/uuid@^9.0.1", "@types/uuid@9.0.8":
version "9.0.8"
- resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-9.0.8.tgz#7545ba4fc3c003d6c756f651f3bf163d8f0f29ba"
+ resolved "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.8.tgz"
integrity sha512-jg+97EGIcY9AGHJJRaaPVgetKDsrTgbRjQ5Msgjh/DQKEFl0DtyRr/VCOyD1T2R1MNeWPK/u7JoGhlDZnKBAfA==
-"@types/webpack-sources@*":
- version "3.2.3"
- resolved "https://registry.yarnpkg.com/@types/webpack-sources/-/webpack-sources-3.2.3.tgz#b667bd13e9fa15a9c26603dce502c7985418c3d8"
- integrity sha512-4nZOdMwSPHZ4pTEZzSp0AsTM4K7Qmu40UKW4tJDiOVs20UzYF9l+qUe4s0ftfN0pin06n+5cWWDJXH+sbhAiDw==
- dependencies:
- "@types/node" "*"
- "@types/source-list-map" "*"
- source-map "^0.7.3"
-
-"@types/webpack@^4.41.8":
- version "4.41.38"
- resolved "https://registry.yarnpkg.com/@types/webpack/-/webpack-4.41.38.tgz#5a40ac81bdd052bf405e8bdcf3e1236f6db6dc26"
- integrity sha512-oOW7E931XJU1mVfCnxCVgv8GLFL768pDO5u2Gzk82i8yTIgX6i7cntyZOkZYb/JtYM8252SN9bQp9tgkVDSsRw==
- dependencies:
- "@types/node" "*"
- "@types/tapable" "^1"
- "@types/uglify-js" "*"
- "@types/webpack-sources" "*"
- anymatch "^3.0.0"
- source-map "^0.6.0"
-
"@types/ws@^8.5.5":
version "8.5.12"
- resolved "https://registry.yarnpkg.com/@types/ws/-/ws-8.5.12.tgz#619475fe98f35ccca2a2f6c137702d85ec247b7e"
+ resolved "https://registry.npmjs.org/@types/ws/-/ws-8.5.12.tgz"
integrity sha512-3tPRkv1EtkDpzlgyKyI8pGsGZAGPEaXeu0DOj5DI25Ja91bdAYddYHbADRYVrZMRbfW+1l5YwXVDKohDJNQxkQ==
dependencies:
"@types/node" "*"
"@types/yargs-parser@*":
version "21.0.3"
- resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-21.0.3.tgz#815e30b786d2e8f0dcd85fd5bcf5e1a04d008f15"
+ resolved "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-21.0.3.tgz"
integrity sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==
-"@types/yargs@^15.0.0":
- version "15.0.19"
- resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-15.0.19.tgz#328fb89e46109ecbdb70c295d96ff2f46dfd01b9"
- integrity sha512-2XUaGVmyQjgyAZldf0D0c14vvo/yv0MhQBSTJcejMMaitsn3nxCB6TmH4G0ZQf+uxROOa9mpanoSm8h6SG/1ZA==
- dependencies:
- "@types/yargs-parser" "*"
-
"@types/yargs@^16.0.0":
version "16.0.9"
- resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-16.0.9.tgz#ba506215e45f7707e6cbcaf386981155b7ab956e"
+ resolved "https://registry.npmjs.org/@types/yargs/-/yargs-16.0.9.tgz"
integrity sha512-tHhzvkFXZQeTECenFoRljLBYPZJ7jAVxqqtEI0qTLOmuultnFp4I9yKE17vTuhf7BkhCu7I4XuemPgikDVuYqA==
dependencies:
"@types/yargs-parser" "*"
"@types/yargs@^17.0.8":
version "17.0.32"
- resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-17.0.32.tgz#030774723a2f7faafebf645f4e5a48371dca6229"
+ resolved "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.32.tgz"
integrity sha512-xQ67Yc/laOG5uMfX/093MRlGGCIBzZMarVa+gfNKJxWAIgykYpVGkBdbqEzGDDfCrVUj6Hiff4mTZ5BA6TmAog==
dependencies:
"@types/yargs-parser" "*"
"@types/yauzl@^2.9.1":
version "2.10.3"
- resolved "https://registry.yarnpkg.com/@types/yauzl/-/yauzl-2.10.3.tgz#e9b2808b4f109504a03cda958259876f61017999"
+ resolved "https://registry.npmjs.org/@types/yauzl/-/yauzl-2.10.3.tgz"
integrity sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==
dependencies:
"@types/node" "*"
-"@typescript-eslint/eslint-plugin@^4.5.0":
- version "4.33.0"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.33.0.tgz#c24dc7c8069c7706bc40d99f6fa87edcb2005276"
- integrity sha512-aINiAxGVdOl1eJyVjaWn/YcVAq4Gi/Yo35qHGCnqbWVz61g39D0h23veY/MA0rFFGfxK7TySg2uwDeNv+JgVpg==
- dependencies:
- "@typescript-eslint/experimental-utils" "4.33.0"
- "@typescript-eslint/scope-manager" "4.33.0"
- debug "^4.3.1"
- functional-red-black-tree "^1.0.1"
- ignore "^5.1.8"
- regexpp "^3.1.0"
- semver "^7.3.5"
- tsutils "^3.21.0"
-
-"@typescript-eslint/eslint-plugin@^5.5.0":
+"@typescript-eslint/eslint-plugin@^4.0.0 || ^5.0.0", "@typescript-eslint/eslint-plugin@^5.5.0":
version "5.62.0"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz#aeef0328d172b9e37d9bab6dbc13b87ed88977db"
+ resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz"
integrity sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==
dependencies:
"@eslint-community/regexpp" "^4.4.0"
@@ -5834,49 +5226,16 @@
semver "^7.3.7"
tsutils "^3.21.0"
-"@typescript-eslint/experimental-utils@4.33.0", "@typescript-eslint/experimental-utils@^4.0.1":
- version "4.33.0"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.33.0.tgz#6f2a786a4209fa2222989e9380b5331b2810f7fd"
- integrity sha512-zeQjOoES5JFjTnAhI5QY7ZviczMzDptls15GFsI6jyUOq0kOf9+WonkhtlIhh0RgHRnqj5gdNxW5j1EvAyYg6Q==
- dependencies:
- "@types/json-schema" "^7.0.7"
- "@typescript-eslint/scope-manager" "4.33.0"
- "@typescript-eslint/types" "4.33.0"
- "@typescript-eslint/typescript-estree" "4.33.0"
- eslint-scope "^5.1.1"
- eslint-utils "^3.0.0"
-
-"@typescript-eslint/experimental-utils@^3.10.1":
- version "3.10.1"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-3.10.1.tgz#e179ffc81a80ebcae2ea04e0332f8b251345a686"
- integrity sha512-DewqIgscDzmAfd5nOGe4zm6Bl7PKtMG2Ad0KG8CUZAHlXfAKTF9Ol5PXhiMh39yRL2ChRH1cuuUGOcVyyrhQIw==
- dependencies:
- "@types/json-schema" "^7.0.3"
- "@typescript-eslint/types" "3.10.1"
- "@typescript-eslint/typescript-estree" "3.10.1"
- eslint-scope "^5.0.0"
- eslint-utils "^2.0.0"
-
"@typescript-eslint/experimental-utils@^5.0.0":
version "5.62.0"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.62.0.tgz#14559bf73383a308026b427a4a6129bae2146741"
+ resolved "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-5.62.0.tgz"
integrity sha512-RTXpeB3eMkpoclG3ZHft6vG/Z30azNHuqY6wKPBHlVMZFuEvrtlEDe8gMqDb+SO+9hjC/pLekeSCryf9vMZlCw==
dependencies:
"@typescript-eslint/utils" "5.62.0"
-"@typescript-eslint/parser@^4.5.0":
- version "4.33.0"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.33.0.tgz#dfe797570d9694e560528d18eecad86c8c744899"
- integrity sha512-ZohdsbXadjGBSK0/r+d87X0SBmKzOq4/S5nzK6SBgJspFo9/CUDJ7hjayuze+JK7CZQLDMroqytp7pOcFKTxZA==
- dependencies:
- "@typescript-eslint/scope-manager" "4.33.0"
- "@typescript-eslint/types" "4.33.0"
- "@typescript-eslint/typescript-estree" "4.33.0"
- debug "^4.3.1"
-
-"@typescript-eslint/parser@^5.5.0":
+"@typescript-eslint/parser@^5.0.0", "@typescript-eslint/parser@^5.5.0":
version "5.62.0"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.62.0.tgz#1b63d082d849a2fcae8a569248fbe2ee1b8a56c7"
+ resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.62.0.tgz"
integrity sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==
dependencies:
"@typescript-eslint/scope-manager" "5.62.0"
@@ -5884,17 +5243,9 @@
"@typescript-eslint/typescript-estree" "5.62.0"
debug "^4.3.4"
-"@typescript-eslint/scope-manager@4.33.0":
- version "4.33.0"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.33.0.tgz#d38e49280d983e8772e29121cf8c6e9221f280a3"
- integrity sha512-5IfJHpgTsTZuONKbODctL4kKuQje/bzBRkwHE8UOZ4f89Zeddg+EGZs8PD8NcN4LdM3ygHWYB3ukPAYjvl/qbQ==
- dependencies:
- "@typescript-eslint/types" "4.33.0"
- "@typescript-eslint/visitor-keys" "4.33.0"
-
"@typescript-eslint/scope-manager@5.62.0":
version "5.62.0"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz#d9457ccc6a0b8d6b37d0eb252a23022478c5460c"
+ resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz"
integrity sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==
dependencies:
"@typescript-eslint/types" "5.62.0"
@@ -5902,7 +5253,7 @@
"@typescript-eslint/type-utils@5.62.0":
version "5.62.0"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz#286f0389c41681376cdad96b309cedd17d70346a"
+ resolved "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz"
integrity sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==
dependencies:
"@typescript-eslint/typescript-estree" "5.62.0"
@@ -5910,51 +5261,14 @@
debug "^4.3.4"
tsutils "^3.21.0"
-"@typescript-eslint/types@3.10.1":
- version "3.10.1"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-3.10.1.tgz#1d7463fa7c32d8a23ab508a803ca2fe26e758727"
- integrity sha512-+3+FCUJIahE9q0lDi1WleYzjCwJs5hIsbugIgnbB+dSCYUxl8L6PwmsyOPFZde2hc1DlTo/xnkOgiTLSyAbHiQ==
-
-"@typescript-eslint/types@4.33.0":
- version "4.33.0"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.33.0.tgz#a1e59036a3b53ae8430ceebf2a919dc7f9af6d72"
- integrity sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==
-
"@typescript-eslint/types@5.62.0":
version "5.62.0"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
+ resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.62.0.tgz"
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
-"@typescript-eslint/typescript-estree@3.10.1":
- version "3.10.1"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-3.10.1.tgz#fd0061cc38add4fad45136d654408569f365b853"
- integrity sha512-QbcXOuq6WYvnB3XPsZpIwztBoquEYLXh2MtwVU+kO8jgYCiv4G5xrSP/1wg4tkvrEE+esZVquIPX/dxPlePk1w==
- dependencies:
- "@typescript-eslint/types" "3.10.1"
- "@typescript-eslint/visitor-keys" "3.10.1"
- debug "^4.1.1"
- glob "^7.1.6"
- is-glob "^4.0.1"
- lodash "^4.17.15"
- semver "^7.3.2"
- tsutils "^3.17.1"
-
-"@typescript-eslint/typescript-estree@4.33.0":
- version "4.33.0"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.33.0.tgz#0dfb51c2908f68c5c08d82aefeaf166a17c24609"
- integrity sha512-rkWRY1MPFzjwnEVHsxGemDzqqddw2QbTJlICPD9p9I9LfsO8fdmfQPOX3uKfUaGRDFJbfrtm/sXhVXN4E+bzCA==
- dependencies:
- "@typescript-eslint/types" "4.33.0"
- "@typescript-eslint/visitor-keys" "4.33.0"
- debug "^4.3.1"
- globby "^11.0.3"
- is-glob "^4.0.1"
- semver "^7.3.5"
- tsutils "^3.21.0"
-
"@typescript-eslint/typescript-estree@5.62.0":
version "5.62.0"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
+ resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz"
integrity sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==
dependencies:
"@typescript-eslint/types" "5.62.0"
@@ -5965,9 +5279,9 @@
semver "^7.3.7"
tsutils "^3.21.0"
-"@typescript-eslint/utils@5.62.0", "@typescript-eslint/utils@^5.58.0":
+"@typescript-eslint/utils@^5.58.0", "@typescript-eslint/utils@5.62.0":
version "5.62.0"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
+ resolved "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.62.0.tgz"
integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==
dependencies:
"@eslint-community/eslint-utils" "^4.2.0"
@@ -5979,24 +5293,9 @@
eslint-scope "^5.1.1"
semver "^7.3.7"
-"@typescript-eslint/visitor-keys@3.10.1":
- version "3.10.1"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-3.10.1.tgz#cd4274773e3eb63b2e870ac602274487ecd1e931"
- integrity sha512-9JgC82AaQeglebjZMgYR5wgmfUdUc+EitGUUMW8u2nDckaeimzW+VsoLV6FoimPv2id3VQzfjwBxEMVz08ameQ==
- dependencies:
- eslint-visitor-keys "^1.1.0"
-
-"@typescript-eslint/visitor-keys@4.33.0":
- version "4.33.0"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.33.0.tgz#2a22f77a41604289b7a186586e9ec48ca92ef1dd"
- integrity sha512-uqi/2aSz9g2ftcHWf8uLPJA70rUv6yuMW5Bohw+bwcuzaxQIHaKFZCKGoGXIrc9vkTJ3+0txM73K0Hq3d5wgIg==
- dependencies:
- "@typescript-eslint/types" "4.33.0"
- eslint-visitor-keys "^2.0.0"
-
"@typescript-eslint/visitor-keys@5.62.0":
version "5.62.0"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz#2174011917ce582875954ffe2f6912d5931e353e"
+ resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz"
integrity sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==
dependencies:
"@typescript-eslint/types" "5.62.0"
@@ -6004,78 +5303,35 @@
"@ungap/structured-clone@^1.0.0", "@ungap/structured-clone@^1.2.0":
version "1.2.0"
- resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
+ resolved "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.2.0.tgz"
integrity sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==
-"@webassemblyjs/ast@1.12.1", "@webassemblyjs/ast@^1.12.1":
+"@webassemblyjs/ast@^1.12.1", "@webassemblyjs/ast@1.12.1":
version "1.12.1"
- resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.12.1.tgz#bb16a0e8b1914f979f45864c23819cc3e3f0d4bb"
+ resolved "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.12.1.tgz"
integrity sha512-EKfMUOPRRUTy5UII4qJDGPpqfwjOmZ5jeGFwid9mnoqIFK+e0vqoi1qH56JpmZSzEL53jKnNzScdmftJyG5xWg==
dependencies:
"@webassemblyjs/helper-numbers" "1.11.6"
"@webassemblyjs/helper-wasm-bytecode" "1.11.6"
-"@webassemblyjs/ast@1.9.0":
- version "1.9.0"
- resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.9.0.tgz#bd850604b4042459a5a41cd7d338cbed695ed964"
- integrity sha512-C6wW5L+b7ogSDVqymbkkvuW9kruN//YisMED04xzeBBqjHa2FYnmvOlS6Xj68xWQRgWvI9cIglsjFowH/RJyEA==
- dependencies:
- "@webassemblyjs/helper-module-context" "1.9.0"
- "@webassemblyjs/helper-wasm-bytecode" "1.9.0"
- "@webassemblyjs/wast-parser" "1.9.0"
-
"@webassemblyjs/floating-point-hex-parser@1.11.6":
version "1.11.6"
- resolved "https://registry.yarnpkg.com/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.6.tgz#dacbcb95aff135c8260f77fa3b4c5fea600a6431"
+ resolved "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.6.tgz"
integrity sha512-ejAj9hfRJ2XMsNHk/v6Fu2dGS+i4UaXBXGemOfQ/JfQ6mdQg/WXtwleQRLLS4OvfDhv8rYnVwH27YJLMyYsxhw==
-"@webassemblyjs/floating-point-hex-parser@1.9.0":
- version "1.9.0"
- resolved "https://registry.yarnpkg.com/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.9.0.tgz#3c3d3b271bddfc84deb00f71344438311d52ffb4"
- integrity sha512-TG5qcFsS8QB4g4MhrxK5TqfdNe7Ey/7YL/xN+36rRjl/BlGE/NcBvJcqsRgCP6Z92mRE+7N50pRIi8SmKUbcQA==
-
"@webassemblyjs/helper-api-error@1.11.6":
version "1.11.6"
- resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.6.tgz#6132f68c4acd59dcd141c44b18cbebbd9f2fa768"
+ resolved "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.6.tgz"
integrity sha512-o0YkoP4pVu4rN8aTJgAyj9hC2Sv5UlkzCHhxqWj8butaLvnpdc2jOwh4ewE6CX0txSfLn/UYaV/pheS2Txg//Q==
-"@webassemblyjs/helper-api-error@1.9.0":
- version "1.9.0"
- resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-api-error/-/helper-api-error-1.9.0.tgz#203f676e333b96c9da2eeab3ccef33c45928b6a2"
- integrity sha512-NcMLjoFMXpsASZFxJ5h2HZRcEhDkvnNFOAKneP5RbKRzaWJN36NC4jqQHKwStIhGXu5mUWlUUk7ygdtrO8lbmw==
-
"@webassemblyjs/helper-buffer@1.12.1":
version "1.12.1"
- resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-buffer/-/helper-buffer-1.12.1.tgz#6df20d272ea5439bf20ab3492b7fb70e9bfcb3f6"
+ resolved "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.12.1.tgz"
integrity sha512-nzJwQw99DNDKr9BVCOZcLuJJUlqkJh+kVzVl6Fmq/tI5ZtEyWT1KZMyOXltXLZJmDtvLCDgwsyrkohEtopTXCw==
-"@webassemblyjs/helper-buffer@1.9.0":
- version "1.9.0"
- resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-buffer/-/helper-buffer-1.9.0.tgz#a1442d269c5feb23fcbc9ef759dac3547f29de00"
- integrity sha512-qZol43oqhq6yBPx7YM3m9Bv7WMV9Eevj6kMi6InKOuZxhw+q9hOkvq5e/PpKSiLfyetpaBnogSbNCfBwyB00CA==
-
-"@webassemblyjs/helper-code-frame@1.9.0":
- version "1.9.0"
- resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-code-frame/-/helper-code-frame-1.9.0.tgz#647f8892cd2043a82ac0c8c5e75c36f1d9159f27"
- integrity sha512-ERCYdJBkD9Vu4vtjUYe8LZruWuNIToYq/ME22igL+2vj2dQ2OOujIZr3MEFvfEaqKoVqpsFKAGsRdBSBjrIvZA==
- dependencies:
- "@webassemblyjs/wast-printer" "1.9.0"
-
-"@webassemblyjs/helper-fsm@1.9.0":
- version "1.9.0"
- resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-fsm/-/helper-fsm-1.9.0.tgz#c05256b71244214671f4b08ec108ad63b70eddb8"
- integrity sha512-OPRowhGbshCb5PxJ8LocpdX9Kl0uB4XsAjl6jH/dWKlk/mzsANvhwbiULsaiqT5GZGT9qinTICdj6PLuM5gslw==
-
-"@webassemblyjs/helper-module-context@1.9.0":
- version "1.9.0"
- resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-module-context/-/helper-module-context-1.9.0.tgz#25d8884b76839871a08a6c6f806c3979ef712f07"
- integrity sha512-MJCW8iGC08tMk2enck1aPW+BE5Cw8/7ph/VGZxwyvGbJwjktKkDK7vy7gAmMDx88D7mhDTCNKAW5tED+gZ0W8g==
- dependencies:
- "@webassemblyjs/ast" "1.9.0"
-
"@webassemblyjs/helper-numbers@1.11.6":
version "1.11.6"
- resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.6.tgz#cbce5e7e0c1bd32cf4905ae444ef64cea919f1b5"
+ resolved "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.6.tgz"
integrity sha512-vUIhZ8LZoIWHBohiEObxVm6hwP034jwmc9kuq5GdHZH0wiLVLIPcMCdpJzG4C11cHoQ25TFIQj9kaVADVX7N3g==
dependencies:
"@webassemblyjs/floating-point-hex-parser" "1.11.6"
@@ -6084,17 +5340,12 @@
"@webassemblyjs/helper-wasm-bytecode@1.11.6":
version "1.11.6"
- resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.6.tgz#bb2ebdb3b83aa26d9baad4c46d4315283acd51e9"
+ resolved "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.6.tgz"
integrity sha512-sFFHKwcmBprO9e7Icf0+gddyWYDViL8bpPjJJl0WHxCdETktXdmtWLGVzoHbqUcY4Be1LkNfwTmXOJUFZYSJdA==
-"@webassemblyjs/helper-wasm-bytecode@1.9.0":
- version "1.9.0"
- resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.9.0.tgz#4fed8beac9b8c14f8c58b70d124d549dd1fe5790"
- integrity sha512-R7FStIzyNcd7xKxCZH5lE0Bqy+hGTwS3LJjuv1ZVxd9O7eHCedSdrId/hMOd20I+v8wDXEn+bjfKDLzTepoaUw==
-
"@webassemblyjs/helper-wasm-section@1.12.1":
version "1.12.1"
- resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.12.1.tgz#3da623233ae1a60409b509a52ade9bc22a37f7bf"
+ resolved "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.12.1.tgz"
integrity sha512-Jif4vfB6FJlUlSbgEMHUyk1j234GTNG9dBJ4XJdOySoj518Xj0oGsNi59cUQF4RRMS9ouBUxDDdyBVfPTypa5g==
dependencies:
"@webassemblyjs/ast" "1.12.1"
@@ -6102,71 +5353,28 @@
"@webassemblyjs/helper-wasm-bytecode" "1.11.6"
"@webassemblyjs/wasm-gen" "1.12.1"
-"@webassemblyjs/helper-wasm-section@1.9.0":
- version "1.9.0"
- resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.9.0.tgz#5a4138d5a6292ba18b04c5ae49717e4167965346"
- integrity sha512-XnMB8l3ek4tvrKUUku+IVaXNHz2YsJyOOmz+MMkZvh8h1uSJpSen6vYnw3IoQ7WwEuAhL8Efjms1ZWjqh2agvw==
- dependencies:
- "@webassemblyjs/ast" "1.9.0"
- "@webassemblyjs/helper-buffer" "1.9.0"
- "@webassemblyjs/helper-wasm-bytecode" "1.9.0"
- "@webassemblyjs/wasm-gen" "1.9.0"
-
"@webassemblyjs/ieee754@1.11.6":
version "1.11.6"
- resolved "https://registry.yarnpkg.com/@webassemblyjs/ieee754/-/ieee754-1.11.6.tgz#bb665c91d0b14fffceb0e38298c329af043c6e3a"
+ resolved "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.11.6.tgz"
integrity sha512-LM4p2csPNvbij6U1f19v6WR56QZ8JcHg3QIJTlSwzFcmx6WSORicYj6I63f9yU1kEUtrpG+kjkiIAkevHpDXrg==
dependencies:
"@xtuc/ieee754" "^1.2.0"
-"@webassemblyjs/ieee754@1.9.0":
- version "1.9.0"
- resolved "https://registry.yarnpkg.com/@webassemblyjs/ieee754/-/ieee754-1.9.0.tgz#15c7a0fbaae83fb26143bbacf6d6df1702ad39e4"
- integrity sha512-dcX8JuYU/gvymzIHc9DgxTzUUTLexWwt8uCTWP3otys596io0L5aW02Gb1RjYpx2+0Jus1h4ZFqjla7umFniTg==
- dependencies:
- "@xtuc/ieee754" "^1.2.0"
-
"@webassemblyjs/leb128@1.11.6":
version "1.11.6"
- resolved "https://registry.yarnpkg.com/@webassemblyjs/leb128/-/leb128-1.11.6.tgz#70e60e5e82f9ac81118bc25381a0b283893240d7"
+ resolved "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.11.6.tgz"
integrity sha512-m7a0FhE67DQXgouf1tbN5XQcdWoNgaAuoULHIfGFIEVKA6tu/edls6XnIlkmS6FrXAquJRPni3ZZKjw6FSPjPQ==
dependencies:
"@xtuc/long" "4.2.2"
-"@webassemblyjs/leb128@1.9.0":
- version "1.9.0"
- resolved "https://registry.yarnpkg.com/@webassemblyjs/leb128/-/leb128-1.9.0.tgz#f19ca0b76a6dc55623a09cffa769e838fa1e1c95"
- integrity sha512-ENVzM5VwV1ojs9jam6vPys97B/S65YQtv/aanqnU7D8aSoHFX8GyhGg0CMfyKNIHBuAVjy3tlzd5QMMINa7wpw==
- dependencies:
- "@xtuc/long" "4.2.2"
-
"@webassemblyjs/utf8@1.11.6":
version "1.11.6"
- resolved "https://registry.yarnpkg.com/@webassemblyjs/utf8/-/utf8-1.11.6.tgz#90f8bc34c561595fe156603be7253cdbcd0fab5a"
+ resolved "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.11.6.tgz"
integrity sha512-vtXf2wTQ3+up9Zsg8sa2yWiQpzSsMyXj0qViVP6xKGCUT8p8YJ6HqI7l5eCnWx1T/FYdsv07HQs2wTFbbof/RA==
-"@webassemblyjs/utf8@1.9.0":
- version "1.9.0"
- resolved "https://registry.yarnpkg.com/@webassemblyjs/utf8/-/utf8-1.9.0.tgz#04d33b636f78e6a6813227e82402f7637b6229ab"
- integrity sha512-GZbQlWtopBTP0u7cHrEx+73yZKrQoBMpwkGEIqlacljhXCkVM1kMQge/Mf+csMJAjEdSwhOyLAS0AoR3AG5P8w==
-
-"@webassemblyjs/wasm-edit@1.9.0":
- version "1.9.0"
- resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-edit/-/wasm-edit-1.9.0.tgz#3fe6d79d3f0f922183aa86002c42dd256cfee9cf"
- integrity sha512-FgHzBm80uwz5M8WKnMTn6j/sVbqilPdQXTWraSjBwFXSYGirpkSWE2R9Qvz9tNiTKQvoKILpCuTjBKzOIm0nxw==
- dependencies:
- "@webassemblyjs/ast" "1.9.0"
- "@webassemblyjs/helper-buffer" "1.9.0"
- "@webassemblyjs/helper-wasm-bytecode" "1.9.0"
- "@webassemblyjs/helper-wasm-section" "1.9.0"
- "@webassemblyjs/wasm-gen" "1.9.0"
- "@webassemblyjs/wasm-opt" "1.9.0"
- "@webassemblyjs/wasm-parser" "1.9.0"
- "@webassemblyjs/wast-printer" "1.9.0"
-
"@webassemblyjs/wasm-edit@^1.12.1":
version "1.12.1"
- resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-edit/-/wasm-edit-1.12.1.tgz#9f9f3ff52a14c980939be0ef9d5df9ebc678ae3b"
+ resolved "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.12.1.tgz"
integrity sha512-1DuwbVvADvS5mGnXbE+c9NfA8QRcZ6iKquqjjmR10k6o+zzsRVesil54DKexiowcFCPdr/Q0qaMgB01+SQ1u6g==
dependencies:
"@webassemblyjs/ast" "1.12.1"
@@ -6180,7 +5388,7 @@
"@webassemblyjs/wasm-gen@1.12.1":
version "1.12.1"
- resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-gen/-/wasm-gen-1.12.1.tgz#a6520601da1b5700448273666a71ad0a45d78547"
+ resolved "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.12.1.tgz"
integrity sha512-TDq4Ojh9fcohAw6OIMXqiIcTq5KUXTGRkVxbSo1hQnSy6lAM5GSdfwWeSxpAo0YzgsgF182E/U0mDNhuA0tW7w==
dependencies:
"@webassemblyjs/ast" "1.12.1"
@@ -6189,20 +5397,9 @@
"@webassemblyjs/leb128" "1.11.6"
"@webassemblyjs/utf8" "1.11.6"
-"@webassemblyjs/wasm-gen@1.9.0":
- version "1.9.0"
- resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-gen/-/wasm-gen-1.9.0.tgz#50bc70ec68ded8e2763b01a1418bf43491a7a49c"
- integrity sha512-cPE3o44YzOOHvlsb4+E9qSqjc9Qf9Na1OO/BHFy4OI91XDE14MjFN4lTMezzaIWdPqHnsTodGGNP+iRSYfGkjA==
- dependencies:
- "@webassemblyjs/ast" "1.9.0"
- "@webassemblyjs/helper-wasm-bytecode" "1.9.0"
- "@webassemblyjs/ieee754" "1.9.0"
- "@webassemblyjs/leb128" "1.9.0"
- "@webassemblyjs/utf8" "1.9.0"
-
"@webassemblyjs/wasm-opt@1.12.1":
version "1.12.1"
- resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-opt/-/wasm-opt-1.12.1.tgz#9e6e81475dfcfb62dab574ac2dda38226c232bc5"
+ resolved "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.12.1.tgz"
integrity sha512-Jg99j/2gG2iaz3hijw857AVYekZe2SAskcqlWIZXjji5WStnOpVoat3gQfT/Q5tb2djnCjBtMocY/Su1GfxPBg==
dependencies:
"@webassemblyjs/ast" "1.12.1"
@@ -6210,19 +5407,9 @@
"@webassemblyjs/wasm-gen" "1.12.1"
"@webassemblyjs/wasm-parser" "1.12.1"
-"@webassemblyjs/wasm-opt@1.9.0":
- version "1.9.0"
- resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-opt/-/wasm-opt-1.9.0.tgz#2211181e5b31326443cc8112eb9f0b9028721a61"
- integrity sha512-Qkjgm6Anhm+OMbIL0iokO7meajkzQD71ioelnfPEj6r4eOFuqm4YC3VBPqXjFyyNwowzbMD+hizmprP/Fwkl2A==
- dependencies:
- "@webassemblyjs/ast" "1.9.0"
- "@webassemblyjs/helper-buffer" "1.9.0"
- "@webassemblyjs/wasm-gen" "1.9.0"
- "@webassemblyjs/wasm-parser" "1.9.0"
-
-"@webassemblyjs/wasm-parser@1.12.1", "@webassemblyjs/wasm-parser@^1.12.1":
+"@webassemblyjs/wasm-parser@^1.12.1", "@webassemblyjs/wasm-parser@1.12.1":
version "1.12.1"
- resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-parser/-/wasm-parser-1.12.1.tgz#c47acb90e6f083391e3fa61d113650eea1e95937"
+ resolved "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.12.1.tgz"
integrity sha512-xikIi7c2FHXysxXe3COrVUPSheuBtpcfhbpFj4gmu7KRLYOzANztwUU0IbsqvMqzuNK2+glRGWCEqZo1WCLyAQ==
dependencies:
"@webassemblyjs/ast" "1.12.1"
@@ -6232,68 +5419,35 @@
"@webassemblyjs/leb128" "1.11.6"
"@webassemblyjs/utf8" "1.11.6"
-"@webassemblyjs/wasm-parser@1.9.0":
- version "1.9.0"
- resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-parser/-/wasm-parser-1.9.0.tgz#9d48e44826df4a6598294aa6c87469d642fff65e"
- integrity sha512-9+wkMowR2AmdSWQzsPEjFU7njh8HTO5MqO8vjwEHuM+AMHioNqSBONRdr0NQQ3dVQrzp0s8lTcYqzUdb7YgELA==
- dependencies:
- "@webassemblyjs/ast" "1.9.0"
- "@webassemblyjs/helper-api-error" "1.9.0"
- "@webassemblyjs/helper-wasm-bytecode" "1.9.0"
- "@webassemblyjs/ieee754" "1.9.0"
- "@webassemblyjs/leb128" "1.9.0"
- "@webassemblyjs/utf8" "1.9.0"
-
-"@webassemblyjs/wast-parser@1.9.0":
- version "1.9.0"
- resolved "https://registry.yarnpkg.com/@webassemblyjs/wast-parser/-/wast-parser-1.9.0.tgz#3031115d79ac5bd261556cecc3fa90a3ef451914"
- integrity sha512-qsqSAP3QQ3LyZjNC/0jBJ/ToSxfYJ8kYyuiGvtn/8MK89VrNEfwj7BPQzJVHi0jGTRK2dGdJ5PRqhtjzoww+bw==
- dependencies:
- "@webassemblyjs/ast" "1.9.0"
- "@webassemblyjs/floating-point-hex-parser" "1.9.0"
- "@webassemblyjs/helper-api-error" "1.9.0"
- "@webassemblyjs/helper-code-frame" "1.9.0"
- "@webassemblyjs/helper-fsm" "1.9.0"
- "@xtuc/long" "4.2.2"
-
"@webassemblyjs/wast-printer@1.12.1":
version "1.12.1"
- resolved "https://registry.yarnpkg.com/@webassemblyjs/wast-printer/-/wast-printer-1.12.1.tgz#bcecf661d7d1abdaf989d8341a4833e33e2b31ac"
+ resolved "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.12.1.tgz"
integrity sha512-+X4WAlOisVWQMikjbcvY2e0rwPsKQ9F688lksZhBcPycBBuii3O7m8FACbDMWDojpAqvjIncrG8J0XHKyQfVeA==
dependencies:
"@webassemblyjs/ast" "1.12.1"
"@xtuc/long" "4.2.2"
-"@webassemblyjs/wast-printer@1.9.0":
- version "1.9.0"
- resolved "https://registry.yarnpkg.com/@webassemblyjs/wast-printer/-/wast-printer-1.9.0.tgz#4935d54c85fef637b00ce9f52377451d00d47899"
- integrity sha512-2J0nE95rHXHyQ24cWjMKJ1tqB/ds8z/cyeOZxJhcb+rW+SQASVjuznUSmdz5GpVJTzU8JkhYut0D3siFDD6wsA==
- dependencies:
- "@webassemblyjs/ast" "1.9.0"
- "@webassemblyjs/wast-parser" "1.9.0"
- "@xtuc/long" "4.2.2"
-
"@xtuc/ieee754@^1.2.0":
version "1.2.0"
- resolved "https://registry.yarnpkg.com/@xtuc/ieee754/-/ieee754-1.2.0.tgz#eef014a3145ae477a1cbc00cd1e552336dceb790"
+ resolved "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz"
integrity sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==
"@xtuc/long@4.2.2":
version "4.2.2"
- resolved "https://registry.yarnpkg.com/@xtuc/long/-/long-4.2.2.tgz#d291c6a4e97989b5c61d9acf396ae4fe133a718d"
+ resolved "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz"
integrity sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==
"@yarnpkg/fslib@2.10.3":
version "2.10.3"
- resolved "https://registry.yarnpkg.com/@yarnpkg/fslib/-/fslib-2.10.3.tgz#a8c9893df5d183cf6362680b9f1c6d7504dd5717"
+ resolved "https://registry.npmjs.org/@yarnpkg/fslib/-/fslib-2.10.3.tgz"
integrity sha512-41H+Ga78xT9sHvWLlFOZLIhtU6mTGZ20pZ29EiZa97vnxdohJD2AF42rCoAoWfqUz486xY6fhjMH+DYEM9r14A==
dependencies:
"@yarnpkg/libzip" "^2.3.0"
tslib "^1.13.0"
-"@yarnpkg/libzip@2.3.0", "@yarnpkg/libzip@^2.3.0":
+"@yarnpkg/libzip@^2.3.0", "@yarnpkg/libzip@2.3.0":
version "2.3.0"
- resolved "https://registry.yarnpkg.com/@yarnpkg/libzip/-/libzip-2.3.0.tgz#fe1e762e47669f6e2c960fc118436608d834e3be"
+ resolved "https://registry.npmjs.org/@yarnpkg/libzip/-/libzip-2.3.0.tgz"
integrity sha512-6xm38yGVIa6mKm/DUCF2zFFJhERh/QWp1ufm4cNUvxsONBmfPg8uZ9pZBdOmF6qFGr/HlT6ABBkCSx/dlEtvWg==
dependencies:
"@types/emscripten" "^1.39.6"
@@ -6301,60 +5455,42 @@
"@yarnpkg/lockfile@^1.1.0":
version "1.1.0"
- resolved "https://registry.yarnpkg.com/@yarnpkg/lockfile/-/lockfile-1.1.0.tgz#e77a97fbd345b76d83245edcd17d393b1b41fb31"
+ resolved "https://registry.npmjs.org/@yarnpkg/lockfile/-/lockfile-1.1.0.tgz"
integrity sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ==
-JSONStream@^1.0.4:
- version "1.3.5"
- resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.5.tgz#3208c1f08d3a4d99261ab64f92302bc15e111ca0"
- integrity sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==
- dependencies:
- jsonparse "^1.2.0"
- through ">=2.2.7 <3"
-
abab@^2.0.3, abab@^2.0.5:
version "2.0.6"
- resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.6.tgz#41b80f2c871d19686216b82309231cfd3cb3d291"
+ resolved "https://registry.npmjs.org/abab/-/abab-2.0.6.tgz"
integrity sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==
abbrev@^2.0.0:
version "2.0.0"
- resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-2.0.0.tgz#cf59829b8b4f03f89dda2771cb7f3653828c89bf"
+ resolved "https://registry.npmjs.org/abbrev/-/abbrev-2.0.0.tgz"
integrity sha512-6/mh1E2u2YgEsCHdY0Yx5oW+61gZU+1vXaoiHHrpKeuRNNgFvS+/jrwHiQhB5apAf5oB7UB7E19ol2R2LKH8hQ==
accepts@~1.3.4, accepts@~1.3.5, accepts@~1.3.8:
version "1.3.8"
- resolved "https://registry.yarnpkg.com/accepts/-/accepts-1.3.8.tgz#0bf0be125b67014adcb0b0921e62db7bffe16b2e"
+ resolved "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz"
integrity sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==
dependencies:
mime-types "~2.1.34"
negotiator "0.6.3"
-acorn-bigint@^0.4.0:
- version "0.4.0"
- resolved "https://registry.yarnpkg.com/acorn-bigint/-/acorn-bigint-0.4.0.tgz#af3245ed8a7c3747387fca4680ae1960f617c4cd"
- integrity sha512-W9iaqWzqFo7ZBLmI9dMjHYGrN0Nm/ZgToqhvd3RELJux7RsX6k1/80h+bD9TtTpeKky/kYNbr3+vHWqI3hdyfA==
-
-acorn-class-fields@^0.3.1:
+acorn-class-fields@^0.3.7:
version "0.3.7"
- resolved "https://registry.yarnpkg.com/acorn-class-fields/-/acorn-class-fields-0.3.7.tgz#a35122f3cc6ad2bb33b1857e79215677fcfdd720"
+ resolved "https://registry.npmjs.org/acorn-class-fields/-/acorn-class-fields-0.3.7.tgz"
integrity sha512-jdUWSFce0fuADUljmExz4TWpPkxmRW/ZCPRqeeUzbGf0vFUcpQYbyq52l75qGd0oSwwtAepeL6hgb/naRgvcKQ==
dependencies:
acorn-private-class-elements "^0.2.7"
acorn-dynamic-import@^4.0.0:
version "4.0.0"
- resolved "https://registry.yarnpkg.com/acorn-dynamic-import/-/acorn-dynamic-import-4.0.0.tgz#482210140582a36b83c3e342e1cfebcaa9240948"
+ resolved "https://registry.npmjs.org/acorn-dynamic-import/-/acorn-dynamic-import-4.0.0.tgz"
integrity sha512-d3OEjQV4ROpoflsnUA8HozoIR504TFxNivYEUi6uwz0IYhBkTDXGuWlNdMtybRt3nqVx/L6XqMt0FxkXuWKZhw==
-acorn-export-ns-from@^0.1.0:
- version "0.1.0"
- resolved "https://registry.yarnpkg.com/acorn-export-ns-from/-/acorn-export-ns-from-0.1.0.tgz#192687869bba3bcb2ef1a1ba196486ea7e100e5c"
- integrity sha512-QDQJBe2DfxNBIMxs+19XY2i/XXilJn+kPgX30HWNYK4IXoNj3ACNSWPU7szL0SzqjFyOG4zoZxG9P7JfNw5g7A==
-
acorn-globals@^6.0.0:
version "6.0.0"
- resolved "https://registry.yarnpkg.com/acorn-globals/-/acorn-globals-6.0.0.tgz#46cdd39f0f8ff08a876619b55f5ac8a6dc770b45"
+ resolved "https://registry.npmjs.org/acorn-globals/-/acorn-globals-6.0.0.tgz"
integrity sha512-ZQl7LOWaF5ePqqcX4hLuv/bLXYQNfNWw2c0/yX/TsPRKamzHcTGQnlCjHT3TsmkOUVEPS3crCxiPfdzE/Trlhg==
dependencies:
acorn "^7.1.1"
@@ -6362,116 +5498,122 @@ acorn-globals@^6.0.0:
acorn-import-attributes@^1.9.5:
version "1.9.5"
- resolved "https://registry.yarnpkg.com/acorn-import-attributes/-/acorn-import-attributes-1.9.5.tgz#7eb1557b1ba05ef18b5ed0ec67591bfab04688ef"
+ resolved "https://registry.npmjs.org/acorn-import-attributes/-/acorn-import-attributes-1.9.5.tgz"
integrity sha512-n02Vykv5uA3eHGM/Z2dQrcD56kL8TyDb2p1+0P83PClMnC/nc+anbQRhIOWnSq4Ke/KvDPrY3C9hDtC/A3eHnQ==
-acorn-import-meta@^1.0.0:
- version "1.1.0"
- resolved "https://registry.yarnpkg.com/acorn-import-meta/-/acorn-import-meta-1.1.0.tgz#c384423462ee7d4721d4de83231021a36cb09def"
- integrity sha512-pshgiVR5mhpjFVdizKTN+kAGRqjJFUOEB3TvpQ6kiAutb1lvHrIVVcGoe5xzMpJkVNifCeymMG7/tsDkWn8CdQ==
-
-acorn-jsx@^5.2.0, acorn-jsx@^5.3.1, acorn-jsx@^5.3.2:
+acorn-jsx@^5.3.1, acorn-jsx@^5.3.2:
version "5.3.2"
- resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"
+ resolved "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz"
integrity sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==
-acorn-logical-assignment@^0.1.0:
- version "0.1.4"
- resolved "https://registry.yarnpkg.com/acorn-logical-assignment/-/acorn-logical-assignment-0.1.4.tgz#1a143a21f022e1707b2bc82f587ae2943f0a570e"
- integrity sha512-SeqO1iRtc/NeXo4bTkyK0hN0CIoKi/FQMN1NqhTr5UxqEn4p2wKNTZl+xzvU7i2u/k0f66YR7pNPi2ckPwYubg==
-
-acorn-numeric-separator@^0.3.0:
- version "0.3.6"
- resolved "https://registry.yarnpkg.com/acorn-numeric-separator/-/acorn-numeric-separator-0.3.6.tgz#af7f0abaf8e74bd9ca1117602954d0a3b75804f3"
- integrity sha512-jUr5esgChu4k7VzesH/Nww3EysuyGJJcTEEiXqILUFKpO96PNyEXmK21M6nE0TSqGA1PeEg1MzgqJaoFsn9JMw==
-
acorn-private-class-elements@^0.2.7:
version "0.2.7"
- resolved "https://registry.yarnpkg.com/acorn-private-class-elements/-/acorn-private-class-elements-0.2.7.tgz#b14902c705bcff267adede1c9f61c1a317ef95d2"
+ resolved "https://registry.npmjs.org/acorn-private-class-elements/-/acorn-private-class-elements-0.2.7.tgz"
integrity sha512-+GZH2wOKNZOBI4OOPmzpo4cs6mW297sn6fgIk1dUI08jGjhAaEwvC39mN2gJAg2lmAQJ1rBkFqKWonL3Zz6PVA==
-acorn-private-methods@^0.3.0:
+acorn-private-methods@^0.3.3:
version "0.3.3"
- resolved "https://registry.yarnpkg.com/acorn-private-methods/-/acorn-private-methods-0.3.3.tgz#724414ce5b2fec733089d73a5cbba8f7beff75b1"
+ resolved "https://registry.npmjs.org/acorn-private-methods/-/acorn-private-methods-0.3.3.tgz"
integrity sha512-46oeEol3YFvLSah5m9hGMlNpxDBCEkdceJgf01AjqKYTK9r6HexKs2rgSbLK81pYjZZMonhftuUReGMlbbv05w==
dependencies:
acorn-private-class-elements "^0.2.7"
-acorn-stage3@^2.0.0:
- version "2.1.0"
- resolved "https://registry.yarnpkg.com/acorn-stage3/-/acorn-stage3-2.1.0.tgz#63ffe0f00b8ac7ccdce34ce82b3b9a6777af390a"
- integrity sha512-6R3IWwmMl1MBYf6JtaquuE8OqtCArA1zaDlY7QUeUNDcUzNJoZJm1nFQrv0SzdjkRv1khADbMfucFsF661LGow==
+acorn-stage3@^4.0.0:
+ version "4.0.0"
+ resolved "https://registry.npmjs.org/acorn-stage3/-/acorn-stage3-4.0.0.tgz"
+ integrity sha512-BR+LaADtA6GTB5prkNqWmlmCLYmkyW0whvSxdHhbupTaro2qBJ95fJDEiRLPUmiACGHPaYyeH9xmNJWdGfXRQw==
dependencies:
- acorn-bigint "^0.4.0"
- acorn-class-fields "^0.3.1"
- acorn-dynamic-import "^4.0.0"
- acorn-export-ns-from "^0.1.0"
- acorn-import-meta "^1.0.0"
- acorn-logical-assignment "^0.1.0"
- acorn-numeric-separator "^0.3.0"
- acorn-private-methods "^0.3.0"
- acorn-static-class-features "^0.2.0"
-
-acorn-static-class-features@^0.2.0:
+ acorn-class-fields "^0.3.7"
+ acorn-private-methods "^0.3.3"
+ acorn-static-class-features "^0.2.4"
+
+acorn-static-class-features@^0.2.4:
version "0.2.4"
- resolved "https://registry.yarnpkg.com/acorn-static-class-features/-/acorn-static-class-features-0.2.4.tgz#a0f5261dd483f25196716854f2d7652a1deb39ee"
+ resolved "https://registry.npmjs.org/acorn-static-class-features/-/acorn-static-class-features-0.2.4.tgz"
integrity sha512-5X4mpYq5J3pdndLmIB0+WtFd/mKWnNYpuTlTzj32wUu/PMmEGOiayQ5UrqgwdBNiaZBtDDh5kddpP7Yg2QaQYA==
dependencies:
acorn-private-class-elements "^0.2.7"
-acorn-walk@^6.0.0:
- version "6.2.0"
- resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-6.2.0.tgz#123cb8f3b84c2171f1f7fb252615b1c78a6b1a8c"
- integrity sha512-7evsyfH1cLOCdAzZAd43Cic04yKydNx0cF+7tiA19p1XnLLPU4dpCQOqpjqwokFe//vS0QqfqqjCS2JkiIs0cA==
-
acorn-walk@^7.1.1, acorn-walk@^7.2.0:
version "7.2.0"
- resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-7.2.0.tgz#0de889a601203909b0fbe07b8938dc21d2e967bc"
+ resolved "https://registry.npmjs.org/acorn-walk/-/acorn-walk-7.2.0.tgz"
integrity sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==
acorn-walk@^8.0.0:
version "8.3.3"
- resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-8.3.3.tgz#9caeac29eefaa0c41e3d4c65137de4d6f34df43e"
+ resolved "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.3.tgz"
integrity sha512-MxXdReSRhGO7VlFe1bRG/oI7/mdLV9B9JJT0N8vZOhF7gFRR5l3M8W9G8JxmKV+JC5mGqJ0QvqfSOLsCPa4nUw==
dependencies:
acorn "^8.11.0"
-acorn@^6.0.0, acorn@^6.4.1:
+"acorn@^6 || ^7 || ^8", acorn@^6.0.0, "acorn@^6.0.0 || ^7.0.0 || ^8.0.0", "acorn@^6.1.0 || ^7 || ^8":
version "6.4.2"
- resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.4.2.tgz#35866fd710528e92de10cf06016498e47e39e1e6"
+ resolved "https://registry.npmjs.org/acorn/-/acorn-6.4.2.tgz"
integrity sha512-XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7+gfDBmHCQ==
-acorn@^7.1.0, acorn@^7.1.1, acorn@^7.4.0, acorn@^7.4.1:
+acorn@^7.1.1:
version "7.4.1"
- resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.1.tgz#feaed255973d2e77555b83dbc08851a6c63520fa"
+ resolved "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz"
integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==
-acorn@^8.0.4, acorn@^8.11.0, acorn@^8.11.3, acorn@^8.12.1, acorn@^8.2.4, acorn@^8.7.1, acorn@^8.8.2, acorn@^8.9.0:
+"acorn@^7.4 || ^8", acorn@^8.0.4, acorn@^8.11.0:
version "8.12.1"
- resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.12.1.tgz#71616bdccbe25e27a54439e0046e89ca76df2248"
+ resolved "https://registry.npmjs.org/acorn/-/acorn-8.12.1.tgz"
integrity sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==
-address@1.1.2:
- version "1.1.2"
- resolved "https://registry.yarnpkg.com/address/-/address-1.1.2.tgz#bf1116c9c758c51b7a933d296b72c221ed9428b6"
- integrity sha512-aT6camzM4xEA54YVJYSqxz1kv4IHnQZRtThJJHhUMRExaU5spC7jX5ugSwTaTgJliIgs4VhZOk7htClvQ/LmRA==
+acorn@^7.4.0:
+ version "7.4.1"
+ resolved "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz"
+ integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==
+
+acorn@^7.4.1:
+ version "7.4.1"
+ resolved "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz"
+ integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==
+
+acorn@^8, acorn@^8.7.1:
+ version "8.12.1"
+ resolved "https://registry.npmjs.org/acorn/-/acorn-8.12.1.tgz"
+ integrity sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==
+
+acorn@^8.11.3:
+ version "8.12.1"
+ resolved "https://registry.npmjs.org/acorn/-/acorn-8.12.1.tgz"
+ integrity sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==
+
+acorn@^8.12.1:
+ version "8.12.1"
+ resolved "https://registry.npmjs.org/acorn/-/acorn-8.12.1.tgz"
+ integrity sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==
+
+acorn@^8.2.4:
+ version "8.12.1"
+ resolved "https://registry.npmjs.org/acorn/-/acorn-8.12.1.tgz"
+ integrity sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==
+
+acorn@^8.8.2:
+ version "8.12.1"
+ resolved "https://registry.npmjs.org/acorn/-/acorn-8.12.1.tgz"
+ integrity sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==
+
+acorn@^8.9.0:
+ version "8.12.1"
+ resolved "https://registry.npmjs.org/acorn/-/acorn-8.12.1.tgz"
+ integrity sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==
address@^1.0.1, address@^1.1.2:
version "1.2.2"
- resolved "https://registry.yarnpkg.com/address/-/address-1.2.2.tgz#2b5248dac5485a6390532c6a517fda2e3faac89e"
+ resolved "https://registry.npmjs.org/address/-/address-1.2.2.tgz"
integrity sha512-4B/qKCfeE/ODUaAUpSwfzazo5x29WD4r3vXiWsB7I2mSDAihwEqKO+g8GELZUQSSAo5e1XTYh3ZVfLyxBc12nA==
-adjust-sourcemap-loader@3.0.0:
- version "3.0.0"
- resolved "https://registry.yarnpkg.com/adjust-sourcemap-loader/-/adjust-sourcemap-loader-3.0.0.tgz#5ae12fb5b7b1c585e80bbb5a63ec163a1a45e61e"
- integrity sha512-YBrGyT2/uVQ/c6Rr+t6ZJXniY03YtHGMJQYal368burRGYKqhx9qGTWqcBU5s1CwYY9E/ri63RYyG1IacMZtqw==
- dependencies:
- loader-utils "^2.0.0"
- regex-parser "^2.2.11"
+address@1.1.2:
+ version "1.1.2"
+ resolved "https://registry.npmjs.org/address/-/address-1.1.2.tgz"
+ integrity sha512-aT6camzM4xEA54YVJYSqxz1kv4IHnQZRtThJJHhUMRExaU5spC7jX5ugSwTaTgJliIgs4VhZOk7htClvQ/LmRA==
adjust-sourcemap-loader@^4.0.0:
version "4.0.0"
- resolved "https://registry.yarnpkg.com/adjust-sourcemap-loader/-/adjust-sourcemap-loader-4.0.0.tgz#fc4a0fd080f7d10471f30a7320f25560ade28c99"
+ resolved "https://registry.npmjs.org/adjust-sourcemap-loader/-/adjust-sourcemap-loader-4.0.0.tgz"
integrity sha512-OXwN5b9pCUXNQHJpwwD2qP40byEmSgzj8B4ydSN0uMNYWiFmJ6x6KwUllMmfk8Rwu/HJDFR7U8ubsWBoN0Xp0A==
dependencies:
loader-utils "^2.0.0"
@@ -6479,14 +5621,14 @@ adjust-sourcemap-loader@^4.0.0:
agent-base@6:
version "6.0.2"
- resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-6.0.2.tgz#49fff58577cfee3f37176feab4c22e00f86d7f77"
+ resolved "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz"
integrity sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==
dependencies:
debug "4"
aggregate-error@^3.0.0:
version "3.1.0"
- resolved "https://registry.yarnpkg.com/aggregate-error/-/aggregate-error-3.1.0.tgz#92670ff50f5359bdb7a3e0d40d0ec30c5737687a"
+ resolved "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz"
integrity sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==
dependencies:
clean-stack "^2.0.0"
@@ -6494,7 +5636,7 @@ aggregate-error@^3.0.0:
airbnb-prop-types@^2.16.0:
version "2.16.0"
- resolved "https://registry.yarnpkg.com/airbnb-prop-types/-/airbnb-prop-types-2.16.0.tgz#b96274cefa1abb14f623f804173ee97c13971dc2"
+ resolved "https://registry.npmjs.org/airbnb-prop-types/-/airbnb-prop-types-2.16.0.tgz"
integrity sha512-7WHOFolP/6cS96PhKNrslCLMYAI8yB1Pp6u6XmxozQOiZbsI5ycglZr5cHhBFfuRcQQjzCMith5ZPZdYiJCxUg==
dependencies:
array.prototype.find "^2.1.1"
@@ -6507,33 +5649,28 @@ airbnb-prop-types@^2.16.0:
prop-types-exact "^1.2.0"
react-is "^16.13.1"
-ajv-errors@^1.0.0:
- version "1.0.1"
- resolved "https://registry.yarnpkg.com/ajv-errors/-/ajv-errors-1.0.1.tgz#f35986aceb91afadec4102fbd85014950cefa64d"
- integrity sha512-DCRfO/4nQ+89p/RK43i8Ezd41EqdGIU4ld7nGF8OQ14oc/we5rEntLCUa7+jrn3nn83BosfwZA0wb4pon2o8iQ==
-
ajv-formats@^2.1.1:
version "2.1.1"
- resolved "https://registry.yarnpkg.com/ajv-formats/-/ajv-formats-2.1.1.tgz#6e669400659eb74973bbf2e33327180a0996b520"
+ resolved "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz"
integrity sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==
dependencies:
ajv "^8.0.0"
-ajv-keywords@^3.1.0, ajv-keywords@^3.4.1, ajv-keywords@^3.5.2:
+ajv-keywords@^3.4.1, ajv-keywords@^3.5.2:
version "3.5.2"
- resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-3.5.2.tgz#31f29da5ab6e00d1c2d329acf7b5929614d5014d"
+ resolved "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz"
integrity sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==
ajv-keywords@^5.1.0:
version "5.1.0"
- resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-5.1.0.tgz#69d4d385a4733cdbeab44964a1170a88f87f0e16"
+ resolved "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz"
integrity sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==
dependencies:
fast-deep-equal "^3.1.3"
-ajv@^6.1.0, ajv@^6.10.0, ajv@^6.10.2, ajv@^6.12.2, ajv@^6.12.3, ajv@^6.12.4, ajv@^6.12.5:
+ajv@^6.10.0, ajv@^6.12.2, ajv@^6.12.3, ajv@^6.12.4, ajv@^6.12.5, ajv@^6.9.1:
version "6.12.6"
- resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4"
+ resolved "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz"
integrity sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==
dependencies:
fast-deep-equal "^3.1.1"
@@ -6541,9 +5678,29 @@ ajv@^6.1.0, ajv@^6.10.0, ajv@^6.10.2, ajv@^6.12.2, ajv@^6.12.3, ajv@^6.12.4, ajv
json-schema-traverse "^0.4.1"
uri-js "^4.2.2"
-ajv@^8.0.0, ajv@^8.0.1, ajv@^8.6.0, ajv@^8.9.0:
+ajv@^8.0.0, ajv@^8.8.2, ajv@^8.9.0:
+ version "8.17.1"
+ resolved "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz"
+ integrity sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==
+ dependencies:
+ fast-deep-equal "^3.1.3"
+ fast-uri "^3.0.1"
+ json-schema-traverse "^1.0.0"
+ require-from-string "^2.0.2"
+
+ajv@^8.0.1:
+ version "8.17.1"
+ resolved "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz"
+ integrity sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==
+ dependencies:
+ fast-deep-equal "^3.1.3"
+ fast-uri "^3.0.1"
+ json-schema-traverse "^1.0.0"
+ require-from-string "^2.0.2"
+
+ajv@^8.6.0, ajv@>=8:
version "8.17.1"
- resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.17.1.tgz#37d9a5c776af6bc92d7f4f9510eba4c0a60d11a6"
+ resolved "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz"
integrity sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==
dependencies:
fast-deep-equal "^3.1.3"
@@ -6553,14 +5710,14 @@ ajv@^8.0.0, ajv@^8.0.1, ajv@^8.6.0, ajv@^8.9.0:
algoliasearch-helper@^3.10.0:
version "3.22.3"
- resolved "https://registry.yarnpkg.com/algoliasearch-helper/-/algoliasearch-helper-3.22.3.tgz#7c67a1a87c3adb0b52ef726a3de3c0b0edcbb5d1"
+ resolved "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-3.22.3.tgz"
integrity sha512-2eoEz8mG4KHE+DzfrBTrCmDPxVXv7aZZWPojAJFtARpxxMO6lkos1dJ+XDCXdPvq7q3tpYWRi6xXmVQikejtpA==
dependencies:
"@algolia/events" "^4.0.1"
-algoliasearch@^4.13.1, algoliasearch@^4.19.1:
+algoliasearch@^4.13.1, algoliasearch@^4.19.1, "algoliasearch@>= 3.1 < 6", "algoliasearch@>= 4.9.1 < 6":
version "4.24.0"
- resolved "https://registry.yarnpkg.com/algoliasearch/-/algoliasearch-4.24.0.tgz#b953b3e2309ef8f25da9de311b95b994ac918275"
+ resolved "https://registry.npmjs.org/algoliasearch/-/algoliasearch-4.24.0.tgz"
integrity sha512-bf0QV/9jVejssFBmz2HQLxUadxk574t4iwjCKp5E7NBzwKkrDEhKPISIIjAU/p6K5qDx3qoeh4+26zWN1jmw3g==
dependencies:
"@algolia/cache-browser-local-storage" "4.24.0"
@@ -6579,127 +5736,119 @@ algoliasearch@^4.13.1, algoliasearch@^4.19.1:
"@algolia/requester-node-http" "4.24.0"
"@algolia/transporter" "4.24.0"
-alphanum-sort@^1.0.0:
- version "1.0.2"
- resolved "https://registry.yarnpkg.com/alphanum-sort/-/alphanum-sort-1.0.2.tgz#97a1119649b211ad33691d9f9f486a8ec9fbe0a3"
- integrity sha512-0FcBfdcmaumGPQ0qPn7Q5qTgz/ooXgIyp1rf8ik5bGX8mpE2YHjC0P/eyQvxu1GURYQgq9ozf2mteQ5ZD9YiyQ==
-
ansi-align@^3.0.0, ansi-align@^3.0.1:
version "3.0.1"
- resolved "https://registry.yarnpkg.com/ansi-align/-/ansi-align-3.0.1.tgz#0cdf12e111ace773a86e9a1fad1225c43cb19a59"
+ resolved "https://registry.npmjs.org/ansi-align/-/ansi-align-3.0.1.tgz"
integrity sha512-IOfwwBF5iczOjp/WeY4YxyjqAFMQoZufdQWDd19SEExbVLNXqvpzSJ/M7Za4/sCPmQ0+GRquoA7bGcINcxew6w==
dependencies:
string-width "^4.1.0"
-ansi-colors@^3.0.0:
- version "3.2.4"
- resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-3.2.4.tgz#e3a3da4bfbae6c86a9c285625de124a234026fbf"
- integrity sha512-hHUXGagefjN2iRrID63xckIvotOXOojhQKWIPUZ4mNUZ9nLZW+7FMNoE1lOkEhNWYsx/7ysGIuJYCiMAA9FnrA==
-
ansi-colors@^4.1.1, ansi-colors@^4.1.3:
version "4.1.3"
- resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-4.1.3.tgz#37611340eb2243e70cc604cad35d63270d48781b"
+ resolved "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.3.tgz"
integrity sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==
ansi-escape-sequences@^4.0.0:
version "4.1.0"
- resolved "https://registry.yarnpkg.com/ansi-escape-sequences/-/ansi-escape-sequences-4.1.0.tgz#2483c8773f50dd9174dd9557e92b1718f1816097"
+ resolved "https://registry.npmjs.org/ansi-escape-sequences/-/ansi-escape-sequences-4.1.0.tgz"
integrity sha512-dzW9kHxH011uBsidTXd14JXgzye/YLb2LzeKZ4bsgl/Knwx8AtbSFkkGxagdNOoh0DlqHCmfiEjWKBaqjOanVw==
dependencies:
array-back "^3.0.1"
ansi-escapes@^4.2.1, ansi-escapes@^4.3.0, ansi-escapes@^4.3.1:
version "4.3.2"
- resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-4.3.2.tgz#6b2291d1db7d98b6521d5f1efa42d0f3a9feb65e"
+ resolved "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz"
integrity sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==
dependencies:
type-fest "^0.21.3"
-ansi-html-community@0.0.8, ansi-html-community@^0.0.8:
+ansi-html-community@^0.0.8, ansi-html-community@0.0.8:
version "0.0.8"
- resolved "https://registry.yarnpkg.com/ansi-html-community/-/ansi-html-community-0.0.8.tgz#69fbc4d6ccbe383f9736934ae34c3f8290f1bf41"
+ resolved "https://registry.npmjs.org/ansi-html-community/-/ansi-html-community-0.0.8.tgz"
integrity sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw==
-ansi-html@0.0.7, ansi-html@^0.0.7:
- version "0.0.7"
- resolved "https://registry.yarnpkg.com/ansi-html/-/ansi-html-0.0.7.tgz#813584021962a9e9e6fd039f940d12f56ca7859e"
- integrity sha512-JoAxEa1DfP9m2xfB/y2r/aKcwXNlltr4+0QSBC4TrLfcxyvepX2Pv0t/xpgGV5bGsDzCYV8SzjWgyCW0T9yYbA==
-
ansi-html@^0.0.9:
version "0.0.9"
- resolved "https://registry.yarnpkg.com/ansi-html/-/ansi-html-0.0.9.tgz#6512d02342ae2cc68131952644a129cb734cd3f0"
+ resolved "https://registry.npmjs.org/ansi-html/-/ansi-html-0.0.9.tgz"
integrity sha512-ozbS3LuenHVxNRh/wdnN16QapUHzauqSomAl1jwwJRRsGwFwtj644lIhxfWu0Fy0acCij2+AEgHvjscq3dlVXg==
ansi-regex@^2.0.0:
version "2.1.1"
- resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-2.1.1.tgz#c3b33ab5ee360d86e0e628f0468ae7ef27d654df"
+ resolved "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz"
integrity sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA==
ansi-regex@^3.0.0:
version "3.0.1"
- resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-3.0.1.tgz#123d6479e92ad45ad897d4054e3c7ca7db4944e1"
+ resolved "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.1.tgz"
integrity sha512-+O9Jct8wf++lXxxFc4hc8LsjaSq0HFzzL7cVsw8pRDIPdjKD2mT4ytDZlLuSBZ4cLKZFXIrMGO7DbQCtMJJMKw==
ansi-regex@^4.1.0:
version "4.1.1"
- resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-4.1.1.tgz#164daac87ab2d6f6db3a29875e2d1766582dabed"
+ resolved "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.1.tgz"
integrity sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g==
ansi-regex@^5.0.0, ansi-regex@^5.0.1:
version "5.0.1"
- resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304"
+ resolved "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz"
integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==
ansi-regex@^6.0.1:
version "6.0.1"
- resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-6.0.1.tgz#3183e38fae9a65d7cb5e53945cd5897d0260a06a"
+ resolved "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz"
integrity sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==
ansi-styles@^2.2.1:
version "2.2.1"
- resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe"
+ resolved "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz"
integrity sha512-kmCevFghRiWM7HB5zTPULl4r9bVFSWjz62MhqizDGUrq2NWuNMQyuv4tHHoKJHs69M/MF64lEcHdYIocrdWQYA==
-ansi-styles@^3.2.0, ansi-styles@^3.2.1:
+ansi-styles@^3.2.0:
+ version "3.2.1"
+ resolved "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz"
+ integrity sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==
+ dependencies:
+ color-convert "^1.9.0"
+
+ansi-styles@^3.2.1:
version "3.2.1"
- resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d"
+ resolved "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz"
integrity sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==
dependencies:
color-convert "^1.9.0"
ansi-styles@^4.0.0, ansi-styles@^4.1.0:
version "4.3.0"
- resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.3.0.tgz#edd803628ae71c04c85ae7a0906edad34b648937"
+ resolved "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz"
integrity sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==
dependencies:
color-convert "^2.0.1"
ansi-styles@^5.0.0:
version "5.2.0"
- resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-5.2.0.tgz#07449690ad45777d1924ac2abb2fc8895dba836b"
+ resolved "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz"
integrity sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==
ansi-styles@^6.1.0:
version "6.2.1"
- resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-6.2.1.tgz#0e62320cf99c21afff3b3012192546aacbfb05c5"
+ resolved "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz"
integrity sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==
any-promise@^1.0.0:
version "1.3.0"
- resolved "https://registry.yarnpkg.com/any-promise/-/any-promise-1.3.0.tgz#abc6afeedcea52e809cdc0376aed3ce39635d17f"
+ resolved "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz"
integrity sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==
anymatch@^2.0.0:
version "2.0.0"
- resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-2.0.0.tgz#bcb24b4f37934d9aa7ac17b4adaf89e7c76ef2eb"
+ resolved "https://registry.npmjs.org/anymatch/-/anymatch-2.0.0.tgz"
integrity sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==
dependencies:
micromatch "^3.1.4"
normalize-path "^2.1.1"
-anymatch@^3.0.0, anymatch@^3.0.3, anymatch@~3.1.2:
+anymatch@^3.0.3, anymatch@~3.1.2:
version "3.1.3"
- resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.3.tgz#790c58b19ba1720a84205b57c618d5ad8524973e"
+ resolved "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz"
integrity sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==
dependencies:
normalize-path "^3.0.0"
@@ -6707,36 +5856,31 @@ anymatch@^3.0.0, anymatch@^3.0.3, anymatch@~3.1.2:
apache-crypt@^1.1.2:
version "1.2.6"
- resolved "https://registry.yarnpkg.com/apache-crypt/-/apache-crypt-1.2.6.tgz#c3f9b98318b447f0a878b54e2cb113bbb8539698"
+ resolved "https://registry.npmjs.org/apache-crypt/-/apache-crypt-1.2.6.tgz"
integrity sha512-072WetlM4blL8PREJVeY+WHiUh1R5VNt2HfceGS8aKqttPHcmqE5pkKuXPz/ULmJOFkc8Hw3kfKl6vy7Qka6DA==
dependencies:
unix-crypt-td-js "^1.1.4"
apache-md5@^1.0.6:
version "1.1.8"
- resolved "https://registry.yarnpkg.com/apache-md5/-/apache-md5-1.1.8.tgz#ea79c6feb03abfed42b2830dde06f75df5e3bbd9"
+ resolved "https://registry.npmjs.org/apache-md5/-/apache-md5-1.1.8.tgz"
integrity sha512-FCAJojipPn0bXjuEpjOOOMN8FZDkxfWWp4JGN9mifU2IhxvKyXZYqpzPHdnTSUpmPDy+tsslB6Z1g+Vg6nVbYA==
append-buffer@^1.0.2:
version "1.0.2"
- resolved "https://registry.yarnpkg.com/append-buffer/-/append-buffer-1.0.2.tgz#d8220cf466081525efea50614f3de6514dfa58f1"
+ resolved "https://registry.npmjs.org/append-buffer/-/append-buffer-1.0.2.tgz"
integrity sha512-WLbYiXzD3y/ATLZFufV/rZvWdZOs+Z/+5v1rBZ463Jn398pa6kcde27cvozYnBoxXblGZTFfoPpsaEw0orU5BA==
dependencies:
buffer-equal "^1.0.0"
-aproba@^1.1.1:
- version "1.2.0"
- resolved "https://registry.yarnpkg.com/aproba/-/aproba-1.2.0.tgz#6802e6264efd18c790a1b0d517f0f2627bf2c94a"
- integrity sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==
-
arch@^2.2.0:
version "2.2.0"
- resolved "https://registry.yarnpkg.com/arch/-/arch-2.2.0.tgz#1bc47818f305764f23ab3306b0bfc086c5a29d11"
+ resolved "https://registry.npmjs.org/arch/-/arch-2.2.0.tgz"
integrity sha512-Of/R0wqp83cgHozfIYLbBMnej79U/SVGOOyuB3VVFv1NRM/PSFMK12x9KVtiYzJqmnU5WR2qp0Z5rHb7sWGnFQ==
archiver-utils@^2.1.0:
version "2.1.0"
- resolved "https://registry.yarnpkg.com/archiver-utils/-/archiver-utils-2.1.0.tgz#e8a460e94b693c3e3da182a098ca6285ba9249e2"
+ resolved "https://registry.npmjs.org/archiver-utils/-/archiver-utils-2.1.0.tgz"
integrity sha512-bEL/yUb/fNNiNTuUz979Z0Yg5L+LzLxGJz8x79lYmR54fmTIb6ob/hNQgkQnIUDWIFjZVQwl9Xs356I6BAMHfw==
dependencies:
glob "^7.1.4"
@@ -6752,7 +5896,7 @@ archiver-utils@^2.1.0:
archiver@^3.1.1:
version "3.1.1"
- resolved "https://registry.yarnpkg.com/archiver/-/archiver-3.1.1.tgz#9db7819d4daf60aec10fe86b16cb9258ced66ea0"
+ resolved "https://registry.npmjs.org/archiver/-/archiver-3.1.1.tgz"
integrity sha512-5Hxxcig7gw5Jod/8Gq0OneVgLYET+oNHcxgWItq4TbhOzRLKNAFUb9edAftiMKXvXfCB0vbGrJdZDNq0dWMsxg==
dependencies:
archiver-utils "^2.1.0"
@@ -6765,82 +5909,96 @@ archiver@^3.1.1:
arg@^5.0.0, arg@^5.0.2:
version "5.0.2"
- resolved "https://registry.yarnpkg.com/arg/-/arg-5.0.2.tgz#c81433cc427c92c4dcf4865142dbca6f15acd59c"
+ resolved "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz"
integrity sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==
argparse@^1.0.7:
version "1.0.10"
- resolved "https://registry.yarnpkg.com/argparse/-/argparse-1.0.10.tgz#bcd6791ea5ae09725e17e5ad988134cd40b3d911"
+ resolved "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz"
integrity sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==
dependencies:
sprintf-js "~1.0.2"
argparse@^2.0.1:
version "2.0.1"
- resolved "https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz#246f50f3ca78a3240f6c997e8a9bd1eac49e4b38"
+ resolved "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz"
integrity sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==
-aria-query@5.1.3, aria-query@~5.1.3:
- version "5.1.3"
- resolved "https://registry.yarnpkg.com/aria-query/-/aria-query-5.1.3.tgz#19db27cd101152773631396f7a95a3b58c22c35e"
- integrity sha512-R5iJ5lkuHybztUfuOAznmboyjWq8O6sqNqtK7CLOqdydi54VNbORp49mb14KbWgG1QD3JFO9hJdZ+y4KutfdOQ==
- dependencies:
- deep-equal "^2.0.5"
-
aria-query@^5.0.0:
version "5.3.0"
- resolved "https://registry.yarnpkg.com/aria-query/-/aria-query-5.3.0.tgz#650c569e41ad90b51b3d7df5e5eed1c7549c103e"
+ resolved "https://registry.npmjs.org/aria-query/-/aria-query-5.3.0.tgz"
integrity sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==
dependencies:
dequal "^2.0.3"
-arity-n@^1.0.4:
- version "1.0.4"
- resolved "https://registry.yarnpkg.com/arity-n/-/arity-n-1.0.4.tgz#d9e76b11733e08569c0847ae7b39b2860b30b745"
- integrity sha512-fExL2kFDC1Q2DUOx3whE/9KoN66IzkY4b4zUHUBFM1ojEYjZZYDcUW3bek/ufGionX9giIKDC5redH2IlGqcQQ==
+aria-query@~5.1.3, aria-query@5.1.3:
+ version "5.1.3"
+ resolved "https://registry.npmjs.org/aria-query/-/aria-query-5.1.3.tgz"
+ integrity sha512-R5iJ5lkuHybztUfuOAznmboyjWq8O6sqNqtK7CLOqdydi54VNbORp49mb14KbWgG1QD3JFO9hJdZ+y4KutfdOQ==
+ dependencies:
+ deep-equal "^2.0.5"
arr-diff@^4.0.0:
version "4.0.0"
- resolved "https://registry.yarnpkg.com/arr-diff/-/arr-diff-4.0.0.tgz#d6461074febfec71e7e15235761a329a5dc7c520"
+ resolved "https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz"
integrity sha512-YVIQ82gZPGBebQV/a8dar4AitzCQs0jjXwMPZllpXMaGjXPYVUawSxQrRsjhjupyVxEvbHgUmIhKVlND+j02kA==
arr-flatten@^1.1.0:
version "1.1.0"
- resolved "https://registry.yarnpkg.com/arr-flatten/-/arr-flatten-1.1.0.tgz#36048bbff4e7b47e136644316c99669ea5ae91f1"
+ resolved "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz"
integrity sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==
arr-union@^3.1.0:
version "3.1.0"
- resolved "https://registry.yarnpkg.com/arr-union/-/arr-union-3.1.0.tgz#e39b09aea9def866a8f206e288af63919bae39c4"
+ resolved "https://registry.npmjs.org/arr-union/-/arr-union-3.1.0.tgz"
integrity sha512-sKpyeERZ02v1FeCZT8lrfJq5u6goHCtpTAzPwJYe7c8SPFOboNjNg1vz2L4VTn9T4PQxEx13TbXLmYUcS6Ug7Q==
-array-back@^1.0.2, array-back@^1.0.3, array-back@^1.0.4:
+array-back@^1.0.2:
+ version "1.0.4"
+ resolved "https://registry.npmjs.org/array-back/-/array-back-1.0.4.tgz"
+ integrity sha512-1WxbZvrmyhkNoeYcizokbmh5oiOCIfyvGtcqbK3Ls1v1fKcquzxnQSceOx6tzq7jmai2kFLWIpGND2cLhH6TPw==
+ dependencies:
+ typical "^2.6.0"
+
+array-back@^1.0.3:
version "1.0.4"
- resolved "https://registry.yarnpkg.com/array-back/-/array-back-1.0.4.tgz#644ba7f095f7ffcf7c43b5f0dc39d3c1f03c063b"
+ resolved "https://registry.npmjs.org/array-back/-/array-back-1.0.4.tgz"
+ integrity sha512-1WxbZvrmyhkNoeYcizokbmh5oiOCIfyvGtcqbK3Ls1v1fKcquzxnQSceOx6tzq7jmai2kFLWIpGND2cLhH6TPw==
+ dependencies:
+ typical "^2.6.0"
+
+array-back@^1.0.4:
+ version "1.0.4"
+ resolved "https://registry.npmjs.org/array-back/-/array-back-1.0.4.tgz"
integrity sha512-1WxbZvrmyhkNoeYcizokbmh5oiOCIfyvGtcqbK3Ls1v1fKcquzxnQSceOx6tzq7jmai2kFLWIpGND2cLhH6TPw==
dependencies:
typical "^2.6.0"
array-back@^2.0.0:
version "2.0.0"
- resolved "https://registry.yarnpkg.com/array-back/-/array-back-2.0.0.tgz#6877471d51ecc9c9bfa6136fb6c7d5fe69748022"
+ resolved "https://registry.npmjs.org/array-back/-/array-back-2.0.0.tgz"
integrity sha512-eJv4pLLufP3g5kcZry0j6WXpIbzYw9GUB4mVJZno9wfwiBxbizTnHCw3VJb07cBihbFX48Y7oSrW9y+gt4glyw==
dependencies:
typical "^2.6.1"
-array-back@^3.0.1, array-back@^3.1.0:
+array-back@^3.0.1:
+ version "3.1.0"
+ resolved "https://registry.npmjs.org/array-back/-/array-back-3.1.0.tgz"
+ integrity sha512-TkuxA4UCOvxuDK6NZYXCalszEzj+TLszyASooky+i742l9TqsOdYCMJJupxRic61hwquNtppB3hgcuq9SVSH1Q==
+
+array-back@^3.1.0:
version "3.1.0"
- resolved "https://registry.yarnpkg.com/array-back/-/array-back-3.1.0.tgz#b8859d7a508871c9a7b2cf42f99428f65e96bfb0"
+ resolved "https://registry.npmjs.org/array-back/-/array-back-3.1.0.tgz"
integrity sha512-TkuxA4UCOvxuDK6NZYXCalszEzj+TLszyASooky+i742l9TqsOdYCMJJupxRic61hwquNtppB3hgcuq9SVSH1Q==
array-back@^4.0.0, array-back@^4.0.1:
version "4.0.2"
- resolved "https://registry.yarnpkg.com/array-back/-/array-back-4.0.2.tgz#8004e999a6274586beeb27342168652fdb89fa1e"
+ resolved "https://registry.npmjs.org/array-back/-/array-back-4.0.2.tgz"
integrity sha512-NbdMezxqf94cnNfWLL7V/im0Ub+Anbb0IoZhvzie8+4HJ4nMQuzHuy49FkGYCJK2yAloZ3meiB6AVMClbrI1vg==
array-buffer-byte-length@^1.0.0, array-buffer-byte-length@^1.0.1:
version "1.0.1"
- resolved "https://registry.yarnpkg.com/array-buffer-byte-length/-/array-buffer-byte-length-1.0.1.tgz#1e5583ec16763540a27ae52eed99ff899223568f"
+ resolved "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.1.tgz"
integrity sha512-ahC5W1xgou+KTXix4sAO8Ki12Q+jf4i0+tmk3sC+zgcynshkHxzpXdImBehiUYKKKDwvfFiJl1tZt6ewscS1Mg==
dependencies:
call-bind "^1.0.5"
@@ -6848,22 +6006,17 @@ array-buffer-byte-length@^1.0.0, array-buffer-byte-length@^1.0.1:
array-flatten@1.1.1:
version "1.1.1"
- resolved "https://registry.yarnpkg.com/array-flatten/-/array-flatten-1.1.1.tgz#9a5f699051b1e7073328f2a008968b64ea2955d2"
+ resolved "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz"
integrity sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==
-array-flatten@^2.1.0:
- version "2.1.2"
- resolved "https://registry.yarnpkg.com/array-flatten/-/array-flatten-2.1.2.tgz#24ef80a28c1a893617e2149b0c6d0d788293b099"
- integrity sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ==
-
array-ify@^1.0.0:
version "1.0.0"
- resolved "https://registry.yarnpkg.com/array-ify/-/array-ify-1.0.0.tgz#9e528762b4a9066ad163a6962a364418e9626ece"
+ resolved "https://registry.npmjs.org/array-ify/-/array-ify-1.0.0.tgz"
integrity sha512-c5AMf34bKdvPhQ7tBGhqkgKNUzMr4WUs+WDtC2ZUGOUncbxKMTvqxYctiseW3+L4bA8ec+GcZ6/A/FW4m8ukng==
array-includes@^3.1.6, array-includes@^3.1.7, array-includes@^3.1.8:
version "3.1.8"
- resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.8.tgz#5e370cbe172fdd5dd6530c1d4aadda25281ba97d"
+ resolved "https://registry.npmjs.org/array-includes/-/array-includes-3.1.8.tgz"
integrity sha512-itaWrbYbqpGXkGhZPGUulwnhVf5Hpy1xiCFsGqyIGglbBxmG5vSjxQen3/WGOjPpNEv1RtBLKxbmVXm8HpJStQ==
dependencies:
call-bind "^1.0.7"
@@ -6875,29 +6028,29 @@ array-includes@^3.1.6, array-includes@^3.1.7, array-includes@^3.1.8:
array-union@^1.0.1, array-union@^1.0.2:
version "1.0.2"
- resolved "https://registry.yarnpkg.com/array-union/-/array-union-1.0.2.tgz#9a34410e4f4e3da23dea375be5be70f24778ec39"
+ resolved "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz"
integrity sha512-Dxr6QJj/RdU/hCaBjOfxW+q6lyuVE6JFWIrAUpuOOhoJJoQ99cUn3igRaHVB5P9WrgFVN0FfArM3x0cueOU8ng==
dependencies:
array-uniq "^1.0.1"
array-union@^2.1.0:
version "2.1.0"
- resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d"
+ resolved "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz"
integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==
array-uniq@^1.0.1:
version "1.0.3"
- resolved "https://registry.yarnpkg.com/array-uniq/-/array-uniq-1.0.3.tgz#af6ac877a25cc7f74e058894753858dfdb24fdb6"
+ resolved "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz"
integrity sha512-MNha4BWQ6JbwhFhj03YK552f7cb3AzoE8SzeljgChvL1dl3IcvggXVz1DilzySZkCja+CXuZbdW7yATchWn8/Q==
array-unique@^0.3.2:
version "0.3.2"
- resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428"
+ resolved "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz"
integrity sha512-SleRWjh9JUud2wH1hPs9rZBZ33H6T9HOiL0uwGnGx9FpE6wKGyfWugmbkEOIs6qWrZhg0LWeLziLrEwQJhs5mQ==
array.prototype.filter@^1.0.0:
version "1.0.4"
- resolved "https://registry.yarnpkg.com/array.prototype.filter/-/array.prototype.filter-1.0.4.tgz#bef83fde8a36a14d3de988c43563e0f5249962bf"
+ resolved "https://registry.npmjs.org/array.prototype.filter/-/array.prototype.filter-1.0.4.tgz"
integrity sha512-r+mCJ7zXgXElgR4IRC+fkvNCeoaavWBs6EdCso5Tbcf+iEMKzBU/His60lt34WEZ9vlb8wDkZvQGcVI5GwkfoQ==
dependencies:
call-bind "^1.0.7"
@@ -6909,7 +6062,7 @@ array.prototype.filter@^1.0.0:
array.prototype.find@^2.1.1:
version "2.2.3"
- resolved "https://registry.yarnpkg.com/array.prototype.find/-/array.prototype.find-2.2.3.tgz#675a233dbcd9b65ecf1fb3f915741aebc45461e6"
+ resolved "https://registry.npmjs.org/array.prototype.find/-/array.prototype.find-2.2.3.tgz"
integrity sha512-fO/ORdOELvjbbeIfZfzrXFMhYHGofRGqd+am9zm3tZ4GlJINj/pA2eITyfd65Vg6+ZbHd/Cys7stpoRSWtQFdA==
dependencies:
call-bind "^1.0.7"
@@ -6920,7 +6073,7 @@ array.prototype.find@^2.1.1:
array.prototype.findlast@^1.2.5:
version "1.2.5"
- resolved "https://registry.yarnpkg.com/array.prototype.findlast/-/array.prototype.findlast-1.2.5.tgz#3e4fbcb30a15a7f5bf64cf2faae22d139c2e4904"
+ resolved "https://registry.npmjs.org/array.prototype.findlast/-/array.prototype.findlast-1.2.5.tgz"
integrity sha512-CVvd6FHg1Z3POpBLxO6E6zr+rSKEQ9L6rZHAaY7lLfhKsWYUBBOuMs0e9o24oopj6H+geRCX0YJ+TJLBK2eHyQ==
dependencies:
call-bind "^1.0.7"
@@ -6932,7 +6085,7 @@ array.prototype.findlast@^1.2.5:
array.prototype.findlastindex@^1.2.3:
version "1.2.5"
- resolved "https://registry.yarnpkg.com/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.5.tgz#8c35a755c72908719453f87145ca011e39334d0d"
+ resolved "https://registry.npmjs.org/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.5.tgz"
integrity sha512-zfETvRFA8o7EiNn++N5f/kaCw221hrpGsDmcpndVupkPzEc1Wuf3VgC0qby1BbHs7f5DVYjgtEU2LLh5bqeGfQ==
dependencies:
call-bind "^1.0.7"
@@ -6944,7 +6097,7 @@ array.prototype.findlastindex@^1.2.3:
array.prototype.flat@^1.2.3, array.prototype.flat@^1.3.1, array.prototype.flat@^1.3.2:
version "1.3.2"
- resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.3.2.tgz#1476217df8cff17d72ee8f3ba06738db5b387d18"
+ resolved "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.2.tgz"
integrity sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA==
dependencies:
call-bind "^1.0.2"
@@ -6954,7 +6107,7 @@ array.prototype.flat@^1.2.3, array.prototype.flat@^1.3.1, array.prototype.flat@^
array.prototype.flatmap@^1.3.2:
version "1.3.2"
- resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.2.tgz#c9a7c6831db8e719d6ce639190146c24bbd3e527"
+ resolved "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.2.tgz"
integrity sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==
dependencies:
call-bind "^1.0.2"
@@ -6964,7 +6117,7 @@ array.prototype.flatmap@^1.3.2:
array.prototype.reduce@^1.0.6:
version "1.0.7"
- resolved "https://registry.yarnpkg.com/array.prototype.reduce/-/array.prototype.reduce-1.0.7.tgz#6aadc2f995af29cb887eb866d981dc85ab6f7dc7"
+ resolved "https://registry.npmjs.org/array.prototype.reduce/-/array.prototype.reduce-1.0.7.tgz"
integrity sha512-mzmiUCVwtiD4lgxYP8g7IYy8El8p2CSMePvIbTS7gchKir/L1fgJrk0yDKmAX6mnRQFKNADYIk8nNlTris5H1Q==
dependencies:
call-bind "^1.0.7"
@@ -6977,7 +6130,7 @@ array.prototype.reduce@^1.0.6:
array.prototype.tosorted@^1.1.4:
version "1.1.4"
- resolved "https://registry.yarnpkg.com/array.prototype.tosorted/-/array.prototype.tosorted-1.1.4.tgz#fe954678ff53034e717ea3352a03f0b0b86f7ffc"
+ resolved "https://registry.npmjs.org/array.prototype.tosorted/-/array.prototype.tosorted-1.1.4.tgz"
integrity sha512-p6Fx8B7b7ZhL/gmUsAy0D15WhvDccw3mnGNbZpi3pmeJdxtWsj2jEaI4Y6oo3XiHfzuSgPwKc04MYt6KgvC/wA==
dependencies:
call-bind "^1.0.7"
@@ -6988,7 +6141,7 @@ array.prototype.tosorted@^1.1.4:
arraybuffer.prototype.slice@^1.0.3:
version "1.0.3"
- resolved "https://registry.yarnpkg.com/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.3.tgz#097972f4255e41bc3425e37dc3f6421cf9aefde6"
+ resolved "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.3.tgz"
integrity sha512-bMxMKAjg13EBSVscxTaYA4mRc5t1UAXa2kXiGTNfZ079HIWXEkKmkgFrh/nJqamaLSrXO5H4WFFkPEaLJWbs3A==
dependencies:
array-buffer-byte-length "^1.0.1"
@@ -7002,22 +6155,17 @@ arraybuffer.prototype.slice@^1.0.3:
arrify@^1.0.1:
version "1.0.1"
- resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d"
+ resolved "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz"
integrity sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA==
-arrify@^2.0.1:
- version "2.0.1"
- resolved "https://registry.yarnpkg.com/arrify/-/arrify-2.0.1.tgz#c9655e9331e0abcd588d2a7cad7e9956f66701fa"
- integrity sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug==
-
asap@~2.0.3, asap@~2.0.6:
version "2.0.6"
- resolved "https://registry.yarnpkg.com/asap/-/asap-2.0.6.tgz#e50347611d7e690943208bbdafebcbc2fb866d46"
+ resolved "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz"
integrity sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==
asn1.js@^4.10.1:
version "4.10.1"
- resolved "https://registry.yarnpkg.com/asn1.js/-/asn1.js-4.10.1.tgz#b9c2bf5805f1e64aadeed6df3a2bfafb5a73f5a0"
+ resolved "https://registry.npmjs.org/asn1.js/-/asn1.js-4.10.1.tgz"
integrity sha512-p32cOF5q0Zqs9uBiONKYLm6BClCoBCM5O9JfeUSlnQLBTxYdTK+pW+nXflm8UkKd2UYlEbYz5qEi0JuZR9ckSw==
dependencies:
bn.js "^4.0.0"
@@ -7026,27 +6174,19 @@ asn1.js@^4.10.1:
asn1@~0.2.3:
version "0.2.6"
- resolved "https://registry.yarnpkg.com/asn1/-/asn1-0.2.6.tgz#0d3a7bb6e64e02a90c0303b31f292868ea09a08d"
+ resolved "https://registry.npmjs.org/asn1/-/asn1-0.2.6.tgz"
integrity sha512-ix/FxPn0MDjeyJ7i/yoHGFt/EX6LyNbxSEhPPXODPL+KB0VPk86UYfL0lMdy+KCnv+fmvIzySwaK5COwqVbWTQ==
dependencies:
safer-buffer "~2.1.0"
-assert-plus@1.0.0, assert-plus@^1.0.0:
+assert-plus@^1.0.0, assert-plus@1.0.0:
version "1.0.0"
- resolved "https://registry.yarnpkg.com/assert-plus/-/assert-plus-1.0.0.tgz#f12e0f3c5d77b0b1cdd9146942e4e96c1e4dd525"
+ resolved "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz"
integrity sha512-NfJ4UzBCcQGLDlQq7nHxH+tv3kyZ0hHQqF5BO6J7tNJeP5do1llPr8dZ8zHonfhAu0PHAdMkSo+8o0wxg9lZWw==
-assert@^1.1.1:
- version "1.5.1"
- resolved "https://registry.yarnpkg.com/assert/-/assert-1.5.1.tgz#038ab248e4ff078e7bc2485ba6e6388466c78f76"
- integrity sha512-zzw1uCAgLbsKwBfFc8CX78DDg+xZeBksSO3vwVIDDN5i94eOrPsSSyiVhmsSABFDM/OcpE2aagCat9dnWQLG1A==
- dependencies:
- object.assign "^4.1.4"
- util "^0.10.4"
-
assertion-error-formatter@^3.0.0:
version "3.0.0"
- resolved "https://registry.yarnpkg.com/assertion-error-formatter/-/assertion-error-formatter-3.0.0.tgz#be9c8825dee6a8a6c72183d915912d9b57d5d265"
+ resolved "https://registry.npmjs.org/assertion-error-formatter/-/assertion-error-formatter-3.0.0.tgz"
integrity sha512-6YyAVLrEze0kQ7CmJfUgrLHb+Y7XghmL2Ie7ijVa2Y9ynP3LV+VDiwFk62Dn0qtqbmY0BT0ss6p1xxpiF2PYbQ==
dependencies:
diff "^4.0.1"
@@ -7055,78 +6195,73 @@ assertion-error-formatter@^3.0.0:
assign-symbols@^1.0.0:
version "1.0.0"
- resolved "https://registry.yarnpkg.com/assign-symbols/-/assign-symbols-1.0.0.tgz#59667f41fadd4f20ccbc2bb96b8d4f7f78ec0367"
+ resolved "https://registry.npmjs.org/assign-symbols/-/assign-symbols-1.0.0.tgz"
integrity sha512-Q+JC7Whu8HhmTdBph/Tq59IoRtoy6KAm5zzPv00WdujX82lbAL8K7WVjne7vdCsAmbF4AYaDOPyO3k0kl8qIrw==
ast-types-flow@^0.0.8:
version "0.0.8"
- resolved "https://registry.yarnpkg.com/ast-types-flow/-/ast-types-flow-0.0.8.tgz#0a85e1c92695769ac13a428bb653e7538bea27d6"
+ resolved "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.8.tgz"
integrity sha512-OH/2E5Fg20h2aPrbe+QL8JZQFko0YZaF+j4mnQ7BGhfavO7OpSLa8a0y9sBwomHdSbkhTS8TQNayBfnW5DwbvQ==
-ast-types@0.14.2, ast-types@^0.14.2:
+ast-types@^0.14.2, ast-types@0.14.2:
version "0.14.2"
- resolved "https://registry.yarnpkg.com/ast-types/-/ast-types-0.14.2.tgz#600b882df8583e3cd4f2df5fa20fa83759d4bdfd"
+ resolved "https://registry.npmjs.org/ast-types/-/ast-types-0.14.2.tgz"
integrity sha512-O0yuUDnZeQDL+ncNGlJ78BiO4jnYI3bvMsD5prT0/nsgijG/LpNBIr63gTjVTNsiGkgQhiyCShTgxt8oXOrklA==
dependencies:
tslib "^2.0.1"
ast-types@^0.16.1:
version "0.16.1"
- resolved "https://registry.yarnpkg.com/ast-types/-/ast-types-0.16.1.tgz#7a9da1617c9081bc121faafe91711b4c8bb81da2"
+ resolved "https://registry.npmjs.org/ast-types/-/ast-types-0.16.1.tgz"
integrity sha512-6t10qk83GOG8p0vKmaCr8eiilZwO171AvbROMtvvNiwrTly62t+7XkA8RdIIVbpMhCASAsxgAzdRSwh6nw/5Dg==
dependencies:
tslib "^2.0.1"
astral-regex@^2.0.0:
version "2.0.0"
- resolved "https://registry.yarnpkg.com/astral-regex/-/astral-regex-2.0.0.tgz#483143c567aeed4785759c0865786dc77d7d2e31"
+ resolved "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz"
integrity sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==
async-each@^1.0.1:
version "1.0.6"
- resolved "https://registry.yarnpkg.com/async-each/-/async-each-1.0.6.tgz#52f1d9403818c179b7561e11a5d1b77eb2160e77"
+ resolved "https://registry.npmjs.org/async-each/-/async-each-1.0.6.tgz"
integrity sha512-c646jH1avxr+aVpndVMeAfYw7wAa6idufrlN3LPA4PmKS0QEGp6PIC9nwz0WQkkvBGAMEki3pFdtxaF39J9vvg==
-async-limiter@~1.0.0:
- version "1.0.1"
- resolved "https://registry.yarnpkg.com/async-limiter/-/async-limiter-1.0.1.tgz#dd379e94f0db8310b08291f9d64c3209766617fd"
- integrity sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==
-
-async@^2.6.3, async@^2.6.4:
+async@^2.6.3:
version "2.6.4"
- resolved "https://registry.yarnpkg.com/async/-/async-2.6.4.tgz#706b7ff6084664cd7eae713f6f965433b5504221"
+ resolved "https://registry.npmjs.org/async/-/async-2.6.4.tgz"
integrity sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==
dependencies:
lodash "^4.17.14"
async@^3.2.0, async@^3.2.3:
version "3.2.5"
- resolved "https://registry.yarnpkg.com/async/-/async-3.2.5.tgz#ebd52a8fdaf7a2289a24df399f8d8485c8a46b66"
+ resolved "https://registry.npmjs.org/async/-/async-3.2.5.tgz"
integrity sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg==
asynckit@^0.4.0:
version "0.4.0"
- resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
+ resolved "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz"
integrity sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==
at-least-node@^1.0.0:
version "1.0.0"
- resolved "https://registry.yarnpkg.com/at-least-node/-/at-least-node-1.0.0.tgz#602cd4b46e844ad4effc92a8011a3c46e0238dc2"
+ resolved "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz"
integrity sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==
atob@^2.1.2:
version "2.1.2"
- resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9"
+ resolved "https://registry.npmjs.org/atob/-/atob-2.1.2.tgz"
integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==
author-regex@^1.0.0:
version "1.0.0"
- resolved "https://registry.yarnpkg.com/author-regex/-/author-regex-1.0.0.tgz#d08885be6b9bbf9439fe087c76287245f0a81450"
+ resolved "https://registry.npmjs.org/author-regex/-/author-regex-1.0.0.tgz"
integrity sha512-KbWgR8wOYRAPekEmMXrYYdc7BRyhn2Ftk7KWfMUnQ43hFdojWEFRxhhRUm3/OFEdPa1r0KAvTTg9YQK57xTe0g==
autoprefixer@^10.4.12, autoprefixer@^10.4.13, autoprefixer@^10.4.7:
version "10.4.19"
- resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.4.19.tgz#ad25a856e82ee9d7898c59583c1afeb3fa65f89f"
+ resolved "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.19.tgz"
integrity sha512-BaENR2+zBZ8xXhM4pUaKUxlVdxZ0EZhjvbopwnXmxRUfqDmwSpC2lAi/QXvx7NRdPCo1WKEcEF6mV64si1z4Ew==
dependencies:
browserslist "^4.23.0"
@@ -7136,58 +6271,45 @@ autoprefixer@^10.4.12, autoprefixer@^10.4.13, autoprefixer@^10.4.7:
picocolors "^1.0.0"
postcss-value-parser "^4.2.0"
-autoprefixer@^9.6.1:
- version "9.8.8"
- resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-9.8.8.tgz#fd4bd4595385fa6f06599de749a4d5f7a474957a"
- integrity sha512-eM9d/swFopRt5gdJ7jrpCwgvEMIayITpojhkkSMRsFHYuH5bkSQ4p/9qTEHtmNudUZh22Tehu7I6CxAW0IXTKA==
- dependencies:
- browserslist "^4.12.0"
- caniuse-lite "^1.0.30001109"
- normalize-range "^0.1.2"
- num2fraction "^1.2.2"
- picocolors "^0.2.1"
- postcss "^7.0.32"
- postcss-value-parser "^4.1.0"
-
available-typed-arrays@^1.0.7:
version "1.0.7"
- resolved "https://registry.yarnpkg.com/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz#a5cc375d6a03c2efc87a553f3e0b1522def14846"
+ resolved "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz"
integrity sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==
dependencies:
possible-typed-array-names "^1.0.0"
aws-sign2@~0.7.0:
version "0.7.0"
- resolved "https://registry.yarnpkg.com/aws-sign2/-/aws-sign2-0.7.0.tgz#b46e890934a9591f2d2f6f86d7e6a9f1b3fe76a8"
+ resolved "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz"
integrity sha512-08kcGqnYf/YmjoRhfxyu+CLxBjUtHLXLXX/vUfx9l2LYzG3c1m61nrpyFUZI6zeS+Li/wWMMidD9KgrqtGq3mA==
aws4@^1.8.0:
version "1.13.0"
- resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.13.0.tgz#d9b802e9bb9c248d7be5f7f5ef178dc3684e9dcc"
+ resolved "https://registry.npmjs.org/aws4/-/aws4-1.13.0.tgz"
integrity sha512-3AungXC4I8kKsS9PuS4JH2nc+0bVY/mjgrephHTIi8fpEeGsTHBUJeosp0Wc1myYMElmD0B3Oc4XL/HVJ4PV2g==
axe-core@^4.2.0, axe-core@^4.9.1:
version "4.10.0"
- resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.10.0.tgz#d9e56ab0147278272739a000880196cdfe113b59"
+ resolved "https://registry.npmjs.org/axe-core/-/axe-core-4.10.0.tgz"
integrity sha512-Mr2ZakwQ7XUAjp7pAwQWRhhK8mQQ6JAaNWSjmjxil0R8BPioMtQsTLOolGYkji1rcL++3dCqZA3zWqpT+9Ew6g==
axios@^0.25.0:
version "0.25.0"
- resolved "https://registry.yarnpkg.com/axios/-/axios-0.25.0.tgz#349cfbb31331a9b4453190791760a8d35b093e0a"
+ resolved "https://registry.npmjs.org/axios/-/axios-0.25.0.tgz"
integrity sha512-cD8FOb0tRH3uuEe6+evtAbgJtfxr7ly3fQjYcMcuPlgkwVS9xboaVIpcDV+cYQe+yGykgwZCs1pzjntcGa6l5g==
dependencies:
follow-redirects "^1.14.7"
axobject-query@~3.1.1:
version "3.1.1"
- resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-3.1.1.tgz#3b6e5c6d4e43ca7ba51c5babf99d22a9c68485e1"
+ resolved "https://registry.npmjs.org/axobject-query/-/axobject-query-3.1.1.tgz"
integrity sha512-goKlv8DZrK9hUh975fnHzhNIO4jUnFCfv/dszV5VwUGDFjI6vQ2VwoyjYjYNEbBE8AH87TduWP5uyDR1D+Iteg==
dependencies:
deep-equal "^2.0.5"
babel-code-frame@^6.22.0:
version "6.26.0"
- resolved "https://registry.yarnpkg.com/babel-code-frame/-/babel-code-frame-6.26.0.tgz#63fd43f7dc1e3bb7ce35947db8fe369a3f58c74b"
+ resolved "https://registry.npmjs.org/babel-code-frame/-/babel-code-frame-6.26.0.tgz"
integrity sha512-XqYMR2dfdGMW+hd0IUZ2PwK+fGeFkOxZJ0wY+JaQAHzt1Zx8LcvpiZD2NiGkEG8qx0CfkAOr5xt76d1e8vG90g==
dependencies:
chalk "^1.1.3"
@@ -7196,12 +6318,12 @@ babel-code-frame@^6.22.0:
babel-core@^7.0.0-bridge.0:
version "7.0.0-bridge.0"
- resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-7.0.0-bridge.0.tgz#95a492ddd90f9b4e9a4a1da14eb335b87b634ece"
+ resolved "https://registry.npmjs.org/babel-core/-/babel-core-7.0.0-bridge.0.tgz"
integrity sha512-poPX9mZH/5CSanm50Q+1toVci6pv5KSRv/5TWCwtzQS5XEwn40BcCrgIeMFWP9CKKIniKXNxoIOnOq4VVlGXhg==
babel-eslint@^10.1.0:
version "10.1.0"
- resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.1.0.tgz#6968e568a910b78fb3779cdd8b6ac2f479943232"
+ resolved "https://registry.npmjs.org/babel-eslint/-/babel-eslint-10.1.0.tgz"
integrity sha512-ifWaTHQ0ce+448CYop8AdrQiBsGrnC+bMgfyKFdi6EsPLTAWG+QfyDeM6OH+FmWnKvEq5NnBMLvlBUPKQZoDSg==
dependencies:
"@babel/code-frame" "^7.0.0"
@@ -7211,30 +6333,9 @@ babel-eslint@^10.1.0:
eslint-visitor-keys "^1.0.0"
resolve "^1.12.0"
-babel-extract-comments@^1.0.0:
- version "1.0.0"
- resolved "https://registry.yarnpkg.com/babel-extract-comments/-/babel-extract-comments-1.0.0.tgz#0a2aedf81417ed391b85e18b4614e693a0351a21"
- integrity sha512-qWWzi4TlddohA91bFwgt6zO/J0X+io7Qp184Fw0m2JYRSTZnJbFR8+07KmzudHCZgOiKRCrjhylwv9Xd8gfhVQ==
- dependencies:
- babylon "^6.18.0"
-
-babel-jest@^26.6.0, babel-jest@^26.6.3:
- version "26.6.3"
- resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-26.6.3.tgz#d87d25cb0037577a0c89f82e5755c5d293c01056"
- integrity sha512-pl4Q+GAVOHwvjrck6jKjvmGhnO3jHX/xuB9d27f+EJZ/6k+6nMuPjorrYp7s++bKKdANwzElBWnLWaObvTnaZA==
- dependencies:
- "@jest/transform" "^26.6.2"
- "@jest/types" "^26.6.2"
- "@types/babel__core" "^7.1.7"
- babel-plugin-istanbul "^6.0.0"
- babel-preset-jest "^26.6.2"
- chalk "^4.0.0"
- graceful-fs "^4.2.4"
- slash "^3.0.0"
-
babel-jest@^27.0.6, babel-jest@^27.4.2, babel-jest@^27.5.1:
version "27.5.1"
- resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-27.5.1.tgz#a1bf8d61928edfefd21da27eb86a695bfd691444"
+ resolved "https://registry.npmjs.org/babel-jest/-/babel-jest-27.5.1.tgz"
integrity sha512-cdQ5dXjGRd0IBRATiQ4mZGlGlRE8kJpjPOixdNRdT+m3UcNqmYWN6rK6nvtXYfY3D76cb8s/O1Ss8ea24PIwcg==
dependencies:
"@jest/transform" "^27.5.1"
@@ -7246,20 +6347,9 @@ babel-jest@^27.0.6, babel-jest@^27.4.2, babel-jest@^27.5.1:
graceful-fs "^4.2.9"
slash "^3.0.0"
-babel-loader@8.1.0:
- version "8.1.0"
- resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.1.0.tgz#c611d5112bd5209abe8b9fa84c3e4da25275f1c3"
- integrity sha512-7q7nC1tYOrqvUrN3LQK4GwSk/TQorZSOlO9C+RZDZpODgyN4ZlCqE5q9cDsyWOliN+aU9B4JX01xK9eJXowJLw==
- dependencies:
- find-cache-dir "^2.1.0"
- loader-utils "^1.4.0"
- mkdirp "^0.5.3"
- pify "^4.0.1"
- schema-utils "^2.6.5"
-
-babel-loader@^8.2.3, babel-loader@^8.2.5:
+babel-loader@^8.1.0, babel-loader@^8.2.3, babel-loader@^8.2.5, "babel-loader@^8.3 || ^9":
version "8.3.0"
- resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.3.0.tgz#124936e841ba4fe8176786d6ff28add1f134d6a8"
+ resolved "https://registry.npmjs.org/babel-loader/-/babel-loader-8.3.0.tgz"
integrity sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==
dependencies:
find-cache-dir "^3.3.1"
@@ -7269,7 +6359,7 @@ babel-loader@^8.2.3, babel-loader@^8.2.5:
babel-plugin-apply-mdx-type-prop@1.6.22:
version "1.6.22"
- resolved "https://registry.yarnpkg.com/babel-plugin-apply-mdx-type-prop/-/babel-plugin-apply-mdx-type-prop-1.6.22.tgz#d216e8fd0de91de3f1478ef3231e05446bc8705b"
+ resolved "https://registry.npmjs.org/babel-plugin-apply-mdx-type-prop/-/babel-plugin-apply-mdx-type-prop-1.6.22.tgz"
integrity sha512-VefL+8o+F/DfK24lPZMtJctrCVOfgbqLAGZSkxwhazQv4VxPg3Za/i40fu22KR2m8eEda+IfSOlPLUSIiLcnCQ==
dependencies:
"@babel/helper-plugin-utils" "7.10.4"
@@ -7277,21 +6367,21 @@ babel-plugin-apply-mdx-type-prop@1.6.22:
babel-plugin-dynamic-import-node@^2.3.3:
version "2.3.3"
- resolved "https://registry.yarnpkg.com/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz#84fda19c976ec5c6defef57f9427b3def66e17a3"
+ resolved "https://registry.npmjs.org/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz"
integrity sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ==
dependencies:
object.assign "^4.1.0"
babel-plugin-extract-import-names@1.6.22:
version "1.6.22"
- resolved "https://registry.yarnpkg.com/babel-plugin-extract-import-names/-/babel-plugin-extract-import-names-1.6.22.tgz#de5f9a28eb12f3eb2578bf74472204e66d1a13dc"
+ resolved "https://registry.npmjs.org/babel-plugin-extract-import-names/-/babel-plugin-extract-import-names-1.6.22.tgz"
integrity sha512-yJ9BsJaISua7d8zNT7oRG1ZLBJCIdZ4PZqmH8qa9N5AK01ifk3fnkc98AXhtzE7UkfCsEumvoQWgoYLhOnJ7jQ==
dependencies:
"@babel/helper-plugin-utils" "7.10.4"
-babel-plugin-istanbul@^6.0.0, babel-plugin-istanbul@^6.1.1:
+babel-plugin-istanbul@^6.1.1:
version "6.1.1"
- resolved "https://registry.yarnpkg.com/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz#fa88ec59232fd9b4e36dbbc540a8ec9a9b47da73"
+ resolved "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz"
integrity sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==
dependencies:
"@babel/helper-plugin-utils" "^7.0.0"
@@ -7300,19 +6390,9 @@ babel-plugin-istanbul@^6.0.0, babel-plugin-istanbul@^6.1.1:
istanbul-lib-instrument "^5.0.4"
test-exclude "^6.0.0"
-babel-plugin-jest-hoist@^26.6.2:
- version "26.6.2"
- resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-26.6.2.tgz#8185bd030348d254c6d7dd974355e6a28b21e62d"
- integrity sha512-PO9t0697lNTmcEHH69mdtYiOIkkOlj9fySqfO3K1eCcdISevLAE0xY59VLLUj0SoiPiTX/JU2CYFpILydUa5Lw==
- dependencies:
- "@babel/template" "^7.3.3"
- "@babel/types" "^7.3.3"
- "@types/babel__core" "^7.0.0"
- "@types/babel__traverse" "^7.0.6"
-
babel-plugin-jest-hoist@^27.5.1:
version "27.5.1"
- resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-27.5.1.tgz#9be98ecf28c331eb9f5df9c72d6f89deb8181c2e"
+ resolved "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-27.5.1.tgz"
integrity sha512-50wCwD5EMNW4aRpOwtqzyZHIewTYNxLA4nhB+09d8BIssfNfzBRhkBIHiaPv1Si226TQSvp8gxAJm2iY2qs2hQ==
dependencies:
"@babel/template" "^7.3.3"
@@ -7322,21 +6402,21 @@ babel-plugin-jest-hoist@^27.5.1:
babel-plugin-macros@^3.1.0:
version "3.1.0"
- resolved "https://registry.yarnpkg.com/babel-plugin-macros/-/babel-plugin-macros-3.1.0.tgz#9ef6dc74deb934b4db344dc973ee851d148c50c1"
+ resolved "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-3.1.0.tgz"
integrity sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==
dependencies:
"@babel/runtime" "^7.12.5"
cosmiconfig "^7.0.0"
resolve "^1.19.0"
-babel-plugin-named-asset-import@^0.3.7, babel-plugin-named-asset-import@^0.3.8:
+babel-plugin-named-asset-import@^0.3.8:
version "0.3.8"
- resolved "https://registry.yarnpkg.com/babel-plugin-named-asset-import/-/babel-plugin-named-asset-import-0.3.8.tgz#6b7fa43c59229685368683c28bc9734f24524cc2"
+ resolved "https://registry.npmjs.org/babel-plugin-named-asset-import/-/babel-plugin-named-asset-import-0.3.8.tgz"
integrity sha512-WXiAc++qo7XcJ1ZnTYGtLxmBCVbddAml3CEXgWaBzNzLNoxtQ8AiGEFDMOhot9XjTCQbvP5E77Fj9Gk924f00Q==
babel-plugin-polyfill-corejs2@^0.4.10:
version "0.4.11"
- resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.11.tgz#30320dfe3ffe1a336c15afdcdafd6fd615b25e33"
+ resolved "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.11.tgz"
integrity sha512-sMEJ27L0gRHShOh5G54uAAPaiCOygY/5ratXuiyb2G46FmlSpc9eFCzYVyDiPxfNbwzA7mYahmjQc5q+CZQ09Q==
dependencies:
"@babel/compat-data" "^7.22.6"
@@ -7345,7 +6425,7 @@ babel-plugin-polyfill-corejs2@^0.4.10:
babel-plugin-polyfill-corejs3@^0.10.1, babel-plugin-polyfill-corejs3@^0.10.4:
version "0.10.4"
- resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.10.4.tgz#789ac82405ad664c20476d0233b485281deb9c77"
+ resolved "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.10.4.tgz"
integrity sha512-25J6I8NGfa5YkCDogHRID3fVCadIR8/pGl1/spvCkzb6lVn6SR3ojpx9nOn9iEBcUsjY24AmdKm5khcfKdylcg==
dependencies:
"@babel/helper-define-polyfill-provider" "^0.6.1"
@@ -7353,37 +6433,24 @@ babel-plugin-polyfill-corejs3@^0.10.1, babel-plugin-polyfill-corejs3@^0.10.4:
babel-plugin-polyfill-regenerator@^0.6.1:
version "0.6.2"
- resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.2.tgz#addc47e240edd1da1058ebda03021f382bba785e"
+ resolved "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.2.tgz"
integrity sha512-2R25rQZWP63nGwaAswvDazbPXfrM3HwVoBXK6HcqeKrSrL/JqcC/rDcf95l4r7LXLyxDXc8uQDa064GubtCABg==
dependencies:
"@babel/helper-define-polyfill-provider" "^0.6.2"
babel-plugin-react-require@^3.1.3:
version "3.1.3"
- resolved "https://registry.yarnpkg.com/babel-plugin-react-require/-/babel-plugin-react-require-3.1.3.tgz#ba3d7305b044a90c35c32c5a9ab943fd68e1638d"
+ resolved "https://registry.npmjs.org/babel-plugin-react-require/-/babel-plugin-react-require-3.1.3.tgz"
integrity sha512-kDXhW2iPTL81x4Ye2aUMdEXQ56JP0sBJmRQRXJPH5FsNB7fOc/YCsHTqHv8IovPyw9Rk07gdd7MVUz8tUmRBCA==
-babel-plugin-syntax-object-rest-spread@^6.8.0:
- version "6.13.0"
- resolved "https://registry.yarnpkg.com/babel-plugin-syntax-object-rest-spread/-/babel-plugin-syntax-object-rest-spread-6.13.0.tgz#fd6536f2bce13836ffa3a5458c4903a597bb3bf5"
- integrity sha512-C4Aq+GaAj83pRQ0EFgTvw5YO6T3Qz2KGrNRwIj9mSoNHVvdZY4KO2uA6HNtNXCw993iSZnckY1aLW8nOi8i4+w==
-
-babel-plugin-transform-object-rest-spread@^6.26.0:
- version "6.26.0"
- resolved "https://registry.yarnpkg.com/babel-plugin-transform-object-rest-spread/-/babel-plugin-transform-object-rest-spread-6.26.0.tgz#0f36692d50fef6b7e2d4b3ac1478137a963b7b06"
- integrity sha512-ocgA9VJvyxwt+qJB0ncxV8kb/CjfTcECUY4tQ5VT7nP6Aohzobm8CDFaQ5FHdvZQzLmf0sgDxB8iRXZXxwZcyA==
- dependencies:
- babel-plugin-syntax-object-rest-spread "^6.8.0"
- babel-runtime "^6.26.0"
-
babel-plugin-transform-react-remove-prop-types@^0.4.24:
version "0.4.24"
- resolved "https://registry.yarnpkg.com/babel-plugin-transform-react-remove-prop-types/-/babel-plugin-transform-react-remove-prop-types-0.4.24.tgz#f2edaf9b4c6a5fbe5c1d678bfb531078c1555f3a"
+ resolved "https://registry.npmjs.org/babel-plugin-transform-react-remove-prop-types/-/babel-plugin-transform-react-remove-prop-types-0.4.24.tgz"
integrity sha512-eqj0hVcJUR57/Ug2zE1Yswsw4LhuqqHhD+8v120T1cl3kjg76QwtyBrdIk4WVwK+lAhBJVYCd/v+4nc4y+8JsA==
babel-preset-current-node-syntax@^1.0.0:
version "1.0.1"
- resolved "https://registry.yarnpkg.com/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.0.1.tgz#b4399239b89b2a011f9ddbe3e4f401fc40cff73b"
+ resolved "https://registry.npmjs.org/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.0.1.tgz"
integrity sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==
dependencies:
"@babel/plugin-syntax-async-generators" "^7.8.4"
@@ -7399,25 +6466,17 @@ babel-preset-current-node-syntax@^1.0.0:
"@babel/plugin-syntax-optional-chaining" "^7.8.3"
"@babel/plugin-syntax-top-level-await" "^7.8.3"
-babel-preset-jest@^26.6.2:
- version "26.6.2"
- resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-26.6.2.tgz#747872b1171df032252426586881d62d31798fee"
- integrity sha512-YvdtlVm9t3k777c5NPQIv6cxFFFapys25HiUmuSgHwIZhfifweR5c5Sf5nwE3MAbfu327CYSvps8Yx6ANLyleQ==
- dependencies:
- babel-plugin-jest-hoist "^26.6.2"
- babel-preset-current-node-syntax "^1.0.0"
-
babel-preset-jest@^27.5.1:
version "27.5.1"
- resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-27.5.1.tgz#91f10f58034cb7989cb4f962b69fa6eef6a6bc81"
+ resolved "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-27.5.1.tgz"
integrity sha512-Nptf2FzlPCWYuJg41HBqXVT8ym6bXOevuCTbhxlUpjwtysGaIWFvDEjp4y+G7fl13FgOdjs7P/DmErqH7da0Ag==
dependencies:
babel-plugin-jest-hoist "^27.5.1"
babel-preset-current-node-syntax "^1.0.0"
-babel-preset-react-app@^10.0.0, babel-preset-react-app@^10.0.1:
+babel-preset-react-app@^10.0.1:
version "10.0.1"
- resolved "https://registry.yarnpkg.com/babel-preset-react-app/-/babel-preset-react-app-10.0.1.tgz#ed6005a20a24f2c88521809fa9aea99903751584"
+ resolved "https://registry.npmjs.org/babel-preset-react-app/-/babel-preset-react-app-10.0.1.tgz"
integrity sha512-b0D9IZ1WhhCWkrTXyFuIIgqGzSkRIH5D5AmB0bXbzYAB1OBAwHcUeyWW2LorutLWF5btNo/N7r/cIdmvvKJlYg==
dependencies:
"@babel/core" "^7.16.0"
@@ -7437,42 +6496,19 @@ babel-preset-react-app@^10.0.0, babel-preset-react-app@^10.0.1:
babel-plugin-macros "^3.1.0"
babel-plugin-transform-react-remove-prop-types "^0.4.24"
-babel-runtime@^6.26.0:
- version "6.26.0"
- resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.26.0.tgz#965c7058668e82b55d7bfe04ff2337bc8b5647fe"
- integrity sha512-ITKNuq2wKlW1fJg9sSW52eepoYgZBggvOAHC0u/CYu/qxQ9EVzThCgR69BnSXLHjy2f7SY5zaQ4yt7H9ZVxY2g==
- dependencies:
- core-js "^2.4.0"
- regenerator-runtime "^0.11.0"
-
-babylon@^6.18.0:
- version "6.18.0"
- resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.18.0.tgz#af2f3b88fa6f5c1e4c634d1a0f8eac4f55b395e3"
- integrity sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ==
-
bail@^1.0.0:
version "1.0.5"
- resolved "https://registry.yarnpkg.com/bail/-/bail-1.0.5.tgz#b6fa133404a392cbc1f8c4bf63f5953351e7a776"
+ resolved "https://registry.npmjs.org/bail/-/bail-1.0.5.tgz"
integrity sha512-xFbRxM1tahm08yHBP16MMjVUAvDaBMD38zsM9EMAUN61omwLmKlOpB/Zku5QkjZ8TZ4vn53pj+t518cH0S03RQ==
balanced-match@^1.0.0:
version "1.0.2"
- resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"
+ resolved "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz"
integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==
-base16@^1.0.0:
- version "1.0.0"
- resolved "https://registry.yarnpkg.com/base16/-/base16-1.0.0.tgz#e297f60d7ec1014a7a971a39ebc8a98c0b681e70"
- integrity sha512-pNdYkNPiJUnEhnfXV56+sQy8+AaPcG3POZAUnwr4EeqCUZFz4u2PePbo3e5Gj4ziYPCWGUZT9RHisvJKnwFuBQ==
-
-base64-js@^1.0.2, base64-js@^1.3.1, base64-js@^1.5.1:
- version "1.5.1"
- resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.5.1.tgz#1b1b440160a5bf7ad40b650f095963481903930a"
- integrity sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==
-
base@^0.11.1:
version "0.11.2"
- resolved "https://registry.yarnpkg.com/base/-/base-0.11.2.tgz#7bde5ced145b6d551a90db87f83c558b4eb48a8f"
+ resolved "https://registry.npmjs.org/base/-/base-0.11.2.tgz"
integrity sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==
dependencies:
cache-base "^1.0.1"
@@ -7483,33 +6519,43 @@ base@^0.11.1:
mixin-deep "^1.2.0"
pascalcase "^0.1.1"
+base16@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.npmjs.org/base16/-/base16-1.0.0.tgz"
+ integrity sha512-pNdYkNPiJUnEhnfXV56+sQy8+AaPcG3POZAUnwr4EeqCUZFz4u2PePbo3e5Gj4ziYPCWGUZT9RHisvJKnwFuBQ==
+
+base64-js@^1.3.1, base64-js@^1.5.1:
+ version "1.5.1"
+ resolved "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz"
+ integrity sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==
+
basic-auth@~2.0.1:
version "2.0.1"
- resolved "https://registry.yarnpkg.com/basic-auth/-/basic-auth-2.0.1.tgz#b998279bf47ce38344b4f3cf916d4679bbf51e3a"
+ resolved "https://registry.npmjs.org/basic-auth/-/basic-auth-2.0.1.tgz"
integrity sha512-NF+epuEdnUYVlGuhaxbbq+dvJttwLnGY+YixlXlME5KpQ5W3CnXA5cVTneY3SPbPDRkcjMbifrwmFYcClgOZeg==
dependencies:
safe-buffer "5.1.2"
batch@0.6.1:
version "0.6.1"
- resolved "https://registry.yarnpkg.com/batch/-/batch-0.6.1.tgz#dc34314f4e679318093fc760272525f94bf25c16"
+ resolved "https://registry.npmjs.org/batch/-/batch-0.6.1.tgz"
integrity sha512-x+VAiMRL6UPkx+kudNvxTl6hB2XNNCG2r+7wixVfIYwu/2HKRXimwQyaumLjMveWvT2Hkd/cAJw+QBMfJ/EKVw==
bcrypt-pbkdf@^1.0.0:
version "1.0.2"
- resolved "https://registry.yarnpkg.com/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz#a4301d389b6a43f9b67ff3ca11a3f6637e360e9e"
+ resolved "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz"
integrity sha512-qeFIXtP4MSoi6NLqO12WfqARWWuCKi2Rn/9hJLEmtB5yTNr9DqFWkJRCf2qShWzPeAMRnOgCrq0sg/KLv5ES9w==
dependencies:
tweetnacl "^0.14.3"
bcryptjs@^2.3.0:
version "2.4.3"
- resolved "https://registry.yarnpkg.com/bcryptjs/-/bcryptjs-2.4.3.tgz#9ab5627b93e60621ff7cdac5da9733027df1d0cb"
+ resolved "https://registry.npmjs.org/bcryptjs/-/bcryptjs-2.4.3.tgz"
integrity sha512-V/Hy/X9Vt7f3BbPJEi8BdVFMByHi+jNXrYkW3huaybV/kQ0KJg0Y6PkEMbn+zeT+i+SiKZ/HMqJGIIt4LZDqNQ==
belter@^1.0.41:
version "1.0.190"
- resolved "https://registry.yarnpkg.com/belter/-/belter-1.0.190.tgz#491857550ef240d9c66b56fc637991f5c3089966"
+ resolved "https://registry.npmjs.org/belter/-/belter-1.0.190.tgz"
integrity sha512-jz05FHrO+bwitdI6JxV5ESyRdVhTcwMWQ7L4o+q/R4LNJFQrG58sp9EiwsSjhbihhiyYFcmmCMRRagxte6igtw==
dependencies:
cross-domain-safe-weakmap "^1"
@@ -7518,7 +6564,7 @@ belter@^1.0.41:
bfj@^7.0.2:
version "7.1.0"
- resolved "https://registry.yarnpkg.com/bfj/-/bfj-7.1.0.tgz#c5177d522103f9040e1b12980fe8c38cf41d3f8b"
+ resolved "https://registry.npmjs.org/bfj/-/bfj-7.1.0.tgz"
integrity sha512-I6MMLkn+anzNdCUp9hMRyui1HaNEUCco50lxbvNS4+EyXg8lN3nJ48PjPWtbH8UVS9CuMoaKE9U2V3l29DaRQw==
dependencies:
bluebird "^3.7.2"
@@ -7529,34 +6575,27 @@ bfj@^7.0.2:
big-integer@^1.6.16:
version "1.6.52"
- resolved "https://registry.yarnpkg.com/big-integer/-/big-integer-1.6.52.tgz#60a887f3047614a8e1bffe5d7173490a97dc8c85"
+ resolved "https://registry.npmjs.org/big-integer/-/big-integer-1.6.52.tgz"
integrity sha512-QxD8cf2eVqJOOz63z6JIN9BzvVs/dlySa5HGSBH5xtR8dPteIRQnBxxKqkNTiT6jbDTF6jAfrd4oMcND9RGbQg==
big.js@^5.2.2:
version "5.2.2"
- resolved "https://registry.yarnpkg.com/big.js/-/big.js-5.2.2.tgz#65f0af382f578bcdc742bd9c281e9cb2d7768328"
+ resolved "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz"
integrity sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==
binary-extensions@^1.0.0:
version "1.13.1"
- resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-1.13.1.tgz#598afe54755b2868a5330d2aff9d4ebb53209b65"
+ resolved "https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.13.1.tgz"
integrity sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==
binary-extensions@^2.0.0:
version "2.3.0"
- resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.3.0.tgz#f6e14a97858d327252200242d4ccfe522c445522"
+ resolved "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz"
integrity sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==
-bindings@^1.5.0:
- version "1.5.0"
- resolved "https://registry.yarnpkg.com/bindings/-/bindings-1.5.0.tgz#10353c9e945334bc0511a6d90b38fbc7c9c504df"
- integrity sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==
- dependencies:
- file-uri-to-path "1.0.0"
-
bl@^4.0.3, bl@^4.1.0:
version "4.1.0"
- resolved "https://registry.yarnpkg.com/bl/-/bl-4.1.0.tgz#451535264182bec2fbbc83a62ab98cf11d9f7b3a"
+ resolved "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz"
integrity sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==
dependencies:
buffer "^5.5.0"
@@ -7565,32 +6604,37 @@ bl@^4.0.3, bl@^4.1.0:
blob-util@^2.0.2:
version "2.0.2"
- resolved "https://registry.yarnpkg.com/blob-util/-/blob-util-2.0.2.tgz#3b4e3c281111bb7f11128518006cdc60b403a1eb"
+ resolved "https://registry.npmjs.org/blob-util/-/blob-util-2.0.2.tgz"
integrity sha512-T7JQa+zsXXEa6/8ZhHcQEW1UFfVM49Ts65uBkFL6fz2QmrElqmbajIDJvuA0tEhRe5eIjpV9ZF+0RfZR9voJFQ==
+bluebird@^3.5.3, bluebird@^3.7.2:
+ version "3.7.2"
+ resolved "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz"
+ integrity sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==
+
bluebird@3.7.1:
version "3.7.1"
- resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.7.1.tgz#df70e302b471d7473489acf26a93d63b53f874de"
+ resolved "https://registry.npmjs.org/bluebird/-/bluebird-3.7.1.tgz"
integrity sha512-DdmyoGCleJnkbp3nkbxTLJ18rjDsE4yCggEwKNXkeV123sPNfOCYeDoeuOY+F2FrSjO1YXcTU+dsy96KMy+gcg==
-bluebird@^3.5.3, bluebird@^3.5.5, bluebird@^3.7.2:
- version "3.7.2"
- resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.7.2.tgz#9f229c15be272454ffa973ace0dbee79a1b0c36f"
- integrity sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==
-
bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.11.9:
version "4.12.0"
- resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.12.0.tgz#775b3f278efbb9718eec7361f483fb36fbbfea88"
+ resolved "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz"
integrity sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==
-bn.js@^5.0.0, bn.js@^5.2.1:
+bn.js@^5.0.0:
+ version "5.2.1"
+ resolved "https://registry.npmjs.org/bn.js/-/bn.js-5.2.1.tgz"
+ integrity sha512-eXRvHzWyYPBuB4NBy0cmYQjGitUrtqwbvlzP3G6VFnNRbsZQIxQ10PbKKHt8gZ/HW/D/747aDl+QkDqg3KQLMQ==
+
+bn.js@^5.2.1:
version "5.2.1"
- resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-5.2.1.tgz#0bc527a6a0d18d0aa8d5b0538ce4a77dccfa7b70"
+ resolved "https://registry.npmjs.org/bn.js/-/bn.js-5.2.1.tgz"
integrity sha512-eXRvHzWyYPBuB4NBy0cmYQjGitUrtqwbvlzP3G6VFnNRbsZQIxQ10PbKKHt8gZ/HW/D/747aDl+QkDqg3KQLMQ==
body-parser@1.20.2:
version "1.20.2"
- resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.2.tgz#6feb0e21c4724d06de7ff38da36dad4f57a747fd"
+ resolved "https://registry.npmjs.org/body-parser/-/body-parser-1.20.2.tgz"
integrity sha512-ml9pReCu3M61kGlqoTm2umSXTlRTuGTx0bfYj+uIUKKYycG5NtSbeetV3faSU6R7ajOPw0g/J1PvK4qNy7s5bA==
dependencies:
bytes "3.1.2"
@@ -7608,32 +6652,20 @@ body-parser@1.20.2:
bonjour-service@^1.0.11:
version "1.2.1"
- resolved "https://registry.yarnpkg.com/bonjour-service/-/bonjour-service-1.2.1.tgz#eb41b3085183df3321da1264719fbada12478d02"
+ resolved "https://registry.npmjs.org/bonjour-service/-/bonjour-service-1.2.1.tgz"
integrity sha512-oSzCS2zV14bh2kji6vNe7vrpJYCHGvcZnlffFQ1MEoX/WOeQ/teD8SYWKR942OI3INjq8OMNJlbPK5LLLUxFDw==
dependencies:
fast-deep-equal "^3.1.3"
multicast-dns "^7.2.5"
-bonjour@^3.5.0:
- version "3.5.0"
- resolved "https://registry.yarnpkg.com/bonjour/-/bonjour-3.5.0.tgz#8e890a183d8ee9a2393b3844c691a42bcf7bc9f5"
- integrity sha512-RaVTblr+OnEli0r/ud8InrU7D+G0y6aJhlxaLa6Pwty4+xoxboF1BsUI45tujvRpbj9dQVoglChqonGAsjEBYg==
- dependencies:
- array-flatten "^2.1.0"
- deep-equal "^1.0.1"
- dns-equal "^1.0.0"
- dns-txt "^2.0.2"
- multicast-dns "^6.0.1"
- multicast-dns-service-types "^1.1.0"
-
boolbase@^1.0.0, boolbase@~1.0.0:
version "1.0.0"
- resolved "https://registry.yarnpkg.com/boolbase/-/boolbase-1.0.0.tgz#68dff5fbe60c51eb37725ea9e3ed310dcc1e776e"
+ resolved "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz"
integrity sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==
boxen@^3.0.0:
version "3.2.0"
- resolved "https://registry.yarnpkg.com/boxen/-/boxen-3.2.0.tgz#fbdff0de93636ab4450886b6ff45b92d098f45eb"
+ resolved "https://registry.npmjs.org/boxen/-/boxen-3.2.0.tgz"
integrity sha512-cU4J/+NodM3IHdSL2yN8bqYqnmlBTidDR4RC7nJs61ZmtGz8VZzM3HLQX0zY5mrSmPtR3xWwsq2jOUQqFZN8+A==
dependencies:
ansi-align "^3.0.0"
@@ -7647,7 +6679,7 @@ boxen@^3.0.0:
boxen@^5.0.0:
version "5.1.2"
- resolved "https://registry.yarnpkg.com/boxen/-/boxen-5.1.2.tgz#788cb686fc83c1f486dfa8a40c68fc2b831d2b50"
+ resolved "https://registry.npmjs.org/boxen/-/boxen-5.1.2.tgz"
integrity sha512-9gYgQKXx+1nP8mP7CzFyaUARhg7D3n1dF/FnErWmu9l6JvGpNUN278h0aSb+QjoiKSWG+iZ3uHrcqk0qrY9RQQ==
dependencies:
ansi-align "^3.0.0"
@@ -7661,7 +6693,7 @@ boxen@^5.0.0:
boxen@^6.2.1:
version "6.2.1"
- resolved "https://registry.yarnpkg.com/boxen/-/boxen-6.2.1.tgz#b098a2278b2cd2845deef2dff2efc38d329b434d"
+ resolved "https://registry.npmjs.org/boxen/-/boxen-6.2.1.tgz"
integrity sha512-H4PEsJXfFI/Pt8sjDWbHlQPx4zL/bvSQjcilJmaulGt5mLDorHOHpmdXAJcBcmru7PhYSp/cDMWRko4ZUMFkSw==
dependencies:
ansi-align "^3.0.1"
@@ -7675,7 +6707,7 @@ boxen@^6.2.1:
brace-expansion@^1.1.7:
version "1.1.11"
- resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd"
+ resolved "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz"
integrity sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==
dependencies:
balanced-match "^1.0.0"
@@ -7683,14 +6715,14 @@ brace-expansion@^1.1.7:
brace-expansion@^2.0.1:
version "2.0.1"
- resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.1.tgz#1edc459e0f0c548486ecf9fc99f2221364b9a0ae"
+ resolved "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz"
integrity sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==
dependencies:
balanced-match "^1.0.0"
braces@^2.3.1, braces@^2.3.2:
version "2.3.2"
- resolved "https://registry.yarnpkg.com/braces/-/braces-2.3.2.tgz#5979fd3f14cd531565e5fa2df1abfff1dfaee729"
+ resolved "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz"
integrity sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==
dependencies:
arr-flatten "^1.1.0"
@@ -7704,16 +6736,23 @@ braces@^2.3.1, braces@^2.3.2:
split-string "^3.0.2"
to-regex "^3.0.1"
-braces@^3.0.3, braces@~3.0.2:
+braces@^3.0.3:
+ version "3.0.3"
+ resolved "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz"
+ integrity sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==
+ dependencies:
+ fill-range "^7.1.1"
+
+braces@~3.0.2:
version "3.0.3"
- resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
+ resolved "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz"
integrity sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==
dependencies:
fill-range "^7.1.1"
broadcast-channel@^3.4.1:
version "3.7.0"
- resolved "https://registry.yarnpkg.com/broadcast-channel/-/broadcast-channel-3.7.0.tgz#2dfa5c7b4289547ac3f6705f9c00af8723889937"
+ resolved "https://registry.npmjs.org/broadcast-channel/-/broadcast-channel-3.7.0.tgz"
integrity sha512-cIAKJXAxGJceNZGTZSBzMxzyOn72cVgPnKx4dc6LRjQgbaJUQqhy5rzL3zbMxkMWsGKkv2hSFkPRMEXfoMZ2Mg==
dependencies:
"@babel/runtime" "^7.7.2"
@@ -7727,27 +6766,27 @@ broadcast-channel@^3.4.1:
brorand@^1.0.1, brorand@^1.1.0:
version "1.1.0"
- resolved "https://registry.yarnpkg.com/brorand/-/brorand-1.1.0.tgz#12c25efe40a45e3c323eb8675a0a0ce57b22371f"
+ resolved "https://registry.npmjs.org/brorand/-/brorand-1.1.0.tgz"
integrity sha512-cKV8tMCEpQs4hK/ik71d6LrPOnpkpGBR0wzxqr68g2m/LB2GxVYQroAjMJZRVM1Y4BCjCKc3vAamxSzOY2RP+w==
browser-assert@^1.2.1:
version "1.2.1"
- resolved "https://registry.yarnpkg.com/browser-assert/-/browser-assert-1.2.1.tgz#9aaa5a2a8c74685c2ae05bfe46efd606f068c200"
+ resolved "https://registry.npmjs.org/browser-assert/-/browser-assert-1.2.1.tgz"
integrity sha512-nfulgvOR6S4gt9UKCeGJOuSGBPGiFT6oQ/2UBnvTY/5aQ1PnksW72fhZkM30DzoRRv2WpwZf1vHHEr3mtuXIWQ==
browser-process-hrtime@^1.0.0:
version "1.0.0"
- resolved "https://registry.yarnpkg.com/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz#3c9b4b7d782c8121e56f10106d84c0d0ffc94626"
+ resolved "https://registry.npmjs.org/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz"
integrity sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow==
browser-stdout@^1.3.1:
version "1.3.1"
- resolved "https://registry.yarnpkg.com/browser-stdout/-/browser-stdout-1.3.1.tgz#baa559ee14ced73452229bad7326467c61fabd60"
+ resolved "https://registry.npmjs.org/browser-stdout/-/browser-stdout-1.3.1.tgz"
integrity sha512-qhAVI1+Av2X7qelOfAIYwXONood6XlZE/fXaBSmW/T5SzLAmCgzi+eiWE7fUvbHaeNBQH13UftjpXxsfLkMpgw==
browserify-aes@^1.0.4, browserify-aes@^1.2.0:
version "1.2.0"
- resolved "https://registry.yarnpkg.com/browserify-aes/-/browserify-aes-1.2.0.tgz#326734642f403dabc3003209853bb70ad428ef48"
+ resolved "https://registry.npmjs.org/browserify-aes/-/browserify-aes-1.2.0.tgz"
integrity sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA==
dependencies:
buffer-xor "^1.0.3"
@@ -7759,7 +6798,7 @@ browserify-aes@^1.0.4, browserify-aes@^1.2.0:
browserify-cipher@^1.0.0:
version "1.0.1"
- resolved "https://registry.yarnpkg.com/browserify-cipher/-/browserify-cipher-1.0.1.tgz#8d6474c1b870bfdabcd3bcfcc1934a10e94f15f0"
+ resolved "https://registry.npmjs.org/browserify-cipher/-/browserify-cipher-1.0.1.tgz"
integrity sha512-sPhkz0ARKbf4rRQt2hTpAHqn47X3llLkUGn+xEJzLjwY8LRs2p0v7ljvI5EyoRO/mexrNunNECisZs+gw2zz1w==
dependencies:
browserify-aes "^1.0.4"
@@ -7768,7 +6807,7 @@ browserify-cipher@^1.0.0:
browserify-des@^1.0.0:
version "1.0.2"
- resolved "https://registry.yarnpkg.com/browserify-des/-/browserify-des-1.0.2.tgz#3af4f1f59839403572f1c66204375f7a7f703e9c"
+ resolved "https://registry.npmjs.org/browserify-des/-/browserify-des-1.0.2.tgz"
integrity sha512-BioO1xf3hFwz4kc6iBhI3ieDFompMhrMlnDFC4/0/vd5MokpuAc3R+LYbwTA9A5Yc9pq9UYPqffKpW2ObuwX5A==
dependencies:
cipher-base "^1.0.1"
@@ -7778,7 +6817,7 @@ browserify-des@^1.0.0:
browserify-rsa@^4.0.0, browserify-rsa@^4.1.0:
version "4.1.0"
- resolved "https://registry.yarnpkg.com/browserify-rsa/-/browserify-rsa-4.1.0.tgz#b2fd06b5b75ae297f7ce2dc651f918f5be158c8d"
+ resolved "https://registry.npmjs.org/browserify-rsa/-/browserify-rsa-4.1.0.tgz"
integrity sha512-AdEER0Hkspgno2aR97SAf6vi0y0k8NuOpGnVH3O99rcA5Q6sh8QxcngtHuJ6uXwnfAXNM4Gn1Gb7/MV1+Ymbog==
dependencies:
bn.js "^5.0.0"
@@ -7786,7 +6825,7 @@ browserify-rsa@^4.0.0, browserify-rsa@^4.1.0:
browserify-sign@^4.0.0:
version "4.2.3"
- resolved "https://registry.yarnpkg.com/browserify-sign/-/browserify-sign-4.2.3.tgz#7afe4c01ec7ee59a89a558a4b75bd85ae62d4208"
+ resolved "https://registry.npmjs.org/browserify-sign/-/browserify-sign-4.2.3.tgz"
integrity sha512-JWCZW6SKhfhjJxO8Tyiiy+XYB7cqd2S5/+WeYHsKdNKFlCBhKbblba1A/HN/90YwtxKc8tCErjffZl++UNmGiw==
dependencies:
bn.js "^5.2.1"
@@ -7800,16 +6839,19 @@ browserify-sign@^4.0.0:
readable-stream "^2.3.8"
safe-buffer "^5.2.1"
-browserify-zlib@^0.2.0:
- version "0.2.0"
- resolved "https://registry.yarnpkg.com/browserify-zlib/-/browserify-zlib-0.2.0.tgz#2869459d9aa3be245fe8fe2ca1f46e2e7f54d73f"
- integrity sha512-Z942RysHXmJrhqk88FmKBVq/v5tqmSkDz7p54G/MGyjMnCFFnC79XWNbg+Vta8W6Wb2qtSZTSxIGkJrRpCFEiA==
+browserslist@^4.0.0, browserslist@^4.18.1, browserslist@^4.21.10, browserslist@^4.21.4, browserslist@^4.23.0, browserslist@^4.23.1, "browserslist@>= 4", "browserslist@>= 4.21.0", browserslist@>=4:
+ version "4.23.3"
+ resolved "https://registry.npmjs.org/browserslist/-/browserslist-4.23.3.tgz"
+ integrity sha512-btwCFJVjI4YWDNfau8RhZ+B1Q/VLoUITrm3RlP6y1tYGWIOa+InuYiRGXUBXo8nA1qKmHMyLB/iVQg5TT4eFoA==
dependencies:
- pako "~1.0.5"
+ caniuse-lite "^1.0.30001646"
+ electron-to-chromium "^1.5.4"
+ node-releases "^2.0.18"
+ update-browserslist-db "^1.1.0"
browserslist@4.10.0:
version "4.10.0"
- resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.10.0.tgz#f179737913eaf0d2b98e4926ac1ca6a15cbcc6a9"
+ resolved "https://registry.npmjs.org/browserslist/-/browserslist-4.10.0.tgz"
integrity sha512-TpfK0TDgv71dzuTsEAlQiHeWQ/tiPqgNZVdv046fvNtBZrjbv2O3TsWCDU0AWGJJKCF/KsjNdLzR9hXOsh/CfA==
dependencies:
caniuse-lite "^1.0.30001035"
@@ -7817,75 +6859,41 @@ browserslist@4.10.0:
node-releases "^1.1.52"
pkg-up "^3.1.0"
-browserslist@4.14.2:
- version "4.14.2"
- resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.14.2.tgz#1b3cec458a1ba87588cc5e9be62f19b6d48813ce"
- integrity sha512-HI4lPveGKUR0x2StIz+2FXfDk9SfVMrxn6PLh1JeGUwcuoDkdKZebWiyLRJ68iIPDpMI4JLVDf7S7XzslgWOhw==
- dependencies:
- caniuse-lite "^1.0.30001125"
- electron-to-chromium "^1.3.564"
- escalade "^3.0.2"
- node-releases "^1.1.61"
-
-browserslist@^4.0.0, browserslist@^4.12.0, browserslist@^4.18.1, browserslist@^4.21.10, browserslist@^4.21.4, browserslist@^4.23.0, browserslist@^4.23.1, browserslist@^4.6.2, browserslist@^4.6.4:
- version "4.23.3"
- resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.23.3.tgz#debb029d3c93ebc97ffbc8d9cbb03403e227c800"
- integrity sha512-btwCFJVjI4YWDNfau8RhZ+B1Q/VLoUITrm3RlP6y1tYGWIOa+InuYiRGXUBXo8nA1qKmHMyLB/iVQg5TT4eFoA==
- dependencies:
- caniuse-lite "^1.0.30001646"
- electron-to-chromium "^1.5.4"
- node-releases "^2.0.18"
- update-browserslist-db "^1.1.0"
-
bser@2.1.1:
version "2.1.1"
- resolved "https://registry.yarnpkg.com/bser/-/bser-2.1.1.tgz#e6787da20ece9d07998533cfd9de6f5c38f4bc05"
+ resolved "https://registry.npmjs.org/bser/-/bser-2.1.1.tgz"
integrity sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==
dependencies:
node-int64 "^0.4.0"
btoa@^1.2.1:
version "1.2.1"
- resolved "https://registry.yarnpkg.com/btoa/-/btoa-1.2.1.tgz#01a9909f8b2c93f6bf680ba26131eb30f7fa3d73"
+ resolved "https://registry.npmjs.org/btoa/-/btoa-1.2.1.tgz"
integrity sha512-SB4/MIGlsiVkMcHmT+pSmIPoNDoHg+7cMzmt3Uxt628MTz2487DKSqK/fuhFBrkuqrYv5UCEnACpF4dTFNKc/g==
buffer-crc32@^0.2.1, buffer-crc32@^0.2.13, buffer-crc32@~0.2.3:
version "0.2.13"
- resolved "https://registry.yarnpkg.com/buffer-crc32/-/buffer-crc32-0.2.13.tgz#0d333e3f00eac50aa1454abd30ef8c2a5d9a7242"
+ resolved "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz"
integrity sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==
buffer-equal@^1.0.0:
version "1.0.1"
- resolved "https://registry.yarnpkg.com/buffer-equal/-/buffer-equal-1.0.1.tgz#2f7651be5b1b3f057fcd6e7ee16cf34767077d90"
+ resolved "https://registry.npmjs.org/buffer-equal/-/buffer-equal-1.0.1.tgz"
integrity sha512-QoV3ptgEaQpvVwbXdSO39iqPQTCxSF7A5U99AxbHYqUdCizL/lH2Z0A2y6nbZucxMEOtNyZfG2s6gsVugGpKkg==
buffer-from@^1.0.0:
version "1.1.2"
- resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.2.tgz#2b146a6fd72e80b4f55d255f35ed59a3a9a41bd5"
+ resolved "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz"
integrity sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==
-buffer-indexof@^1.0.0:
- version "1.1.1"
- resolved "https://registry.yarnpkg.com/buffer-indexof/-/buffer-indexof-1.1.1.tgz#52fabcc6a606d1a00302802648ef68f639da268c"
- integrity sha512-4/rOEg86jivtPTeOUUT61jJO1Ya1TrR/OkqCSZDyq84WJh3LuuiphBYJN+fm5xufIk4XAFcEwte/8WzC8If/1g==
-
buffer-xor@^1.0.3:
version "1.0.3"
- resolved "https://registry.yarnpkg.com/buffer-xor/-/buffer-xor-1.0.3.tgz#26e61ed1422fb70dd42e6e36729ed51d855fe8d9"
+ resolved "https://registry.npmjs.org/buffer-xor/-/buffer-xor-1.0.3.tgz"
integrity sha512-571s0T7nZWK6vB67HI5dyUF7wXiNcfaPPPTl6zYCNApANjIvYJTg7hlud/+cJpdAhS7dVzqMLmfhfHR3rAcOjQ==
-buffer@^4.3.0:
- version "4.9.2"
- resolved "https://registry.yarnpkg.com/buffer/-/buffer-4.9.2.tgz#230ead344002988644841ab0244af8c44bbe3ef8"
- integrity sha512-xq+q3SRMOxGivLhBNaUdC64hDTQwejJ+H0T/NB1XMtTVEwNTrfFF3gAxiyW0Bu/xWEGhjVKgUcMhCrUy2+uCWg==
- dependencies:
- base64-js "^1.0.2"
- ieee754 "^1.1.4"
- isarray "^1.0.0"
-
buffer@^5.1.0, buffer@^5.5.0, buffer@^5.7.1:
version "5.7.1"
- resolved "https://registry.yarnpkg.com/buffer/-/buffer-5.7.1.tgz#ba62e7c13133053582197160851a8f648e99eed0"
+ resolved "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz"
integrity sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==
dependencies:
base64-js "^1.3.1"
@@ -7893,37 +6901,32 @@ buffer@^5.1.0, buffer@^5.5.0, buffer@^5.7.1:
bufferhelper@^0.2.1:
version "0.2.1"
- resolved "https://registry.yarnpkg.com/bufferhelper/-/bufferhelper-0.2.1.tgz#fa74a385724a58e242f04ad6646c2366f83b913e"
+ resolved "https://registry.npmjs.org/bufferhelper/-/bufferhelper-0.2.1.tgz"
integrity sha512-asncN5SO1YOZLCV3u26XtrbF9QXhSyq01nQOc1TFt9/gfOn7feOGJoVKk5Ewtj7wvFGPH/eGSKZ5qq/A4/PPfw==
builtin-modules@^3.1.0:
version "3.3.0"
- resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-3.3.0.tgz#cae62812b89801e9656336e46223e030386be7b6"
+ resolved "https://registry.npmjs.org/builtin-modules/-/builtin-modules-3.3.0.tgz"
integrity sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==
-builtin-status-codes@^3.0.0:
- version "3.0.0"
- resolved "https://registry.yarnpkg.com/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz#85982878e21b98e1c66425e03d0174788f569ee8"
- integrity sha512-HpGFw18DgFWlncDfjTa2rcQ4W88O1mC8e8yZ2AvQY5KDaktSTwo+KRf6nHK6FRI5FyRyb/5T6+TSxfP7QyGsmQ==
-
builtins@^1.0.3:
version "1.0.3"
- resolved "https://registry.yarnpkg.com/builtins/-/builtins-1.0.3.tgz#cb94faeb61c8696451db36534e1422f94f0aee88"
+ resolved "https://registry.npmjs.org/builtins/-/builtins-1.0.3.tgz"
integrity sha512-uYBjakWipfaO/bXI7E8rq6kpwHRZK5cNYrUv2OzZSI/FvmdMyXJ2tG9dKcjEC5YHmHpUAwsargWIZNWdxb/bnQ==
bytes@3.0.0:
version "3.0.0"
- resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.0.0.tgz#d32815404d689699f85a4ea4fa8755dd13a96048"
+ resolved "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz"
integrity sha512-pMhOfFDPiv9t5jjIXkHosWmkSyQbvsgEVNkz0ERHbuLh2T/7j4Mqqpz523Fe8MVY89KC6Sh/QfS2sM+SjgFDcw==
bytes@3.1.2:
version "3.1.2"
- resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.1.2.tgz#8b0beeb98605adf1b128fa4386403c009e0221a5"
+ resolved "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz"
integrity sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==
c8@^7.6.0:
version "7.14.0"
- resolved "https://registry.yarnpkg.com/c8/-/c8-7.14.0.tgz#f368184c73b125a80565e9ab2396ff0be4d732f3"
+ resolved "https://registry.npmjs.org/c8/-/c8-7.14.0.tgz"
integrity sha512-i04rtkkcNcCf7zsQcSv/T9EbUn4RXQ6mropeMcjFOsQXQ0iGLAr/xT6TImQg4+U9hmNpN9XdvPkjUL1IzbgxJw==
dependencies:
"@bcoe/v8-coverage" "^0.2.3"
@@ -7939,54 +6942,9 @@ c8@^7.6.0:
yargs "^16.2.0"
yargs-parser "^20.2.9"
-cacache@^12.0.2:
- version "12.0.4"
- resolved "https://registry.yarnpkg.com/cacache/-/cacache-12.0.4.tgz#668bcbd105aeb5f1d92fe25570ec9525c8faa40c"
- integrity sha512-a0tMB40oefvuInr4Cwb3GerbL9xTj1D5yg0T5xrjGCGyfvbxseIXX7BAO/u/hIXdafzOI5JC3wDwHyf24buOAQ==
- dependencies:
- bluebird "^3.5.5"
- chownr "^1.1.1"
- figgy-pudding "^3.5.1"
- glob "^7.1.4"
- graceful-fs "^4.1.15"
- infer-owner "^1.0.3"
- lru-cache "^5.1.1"
- mississippi "^3.0.0"
- mkdirp "^0.5.1"
- move-concurrently "^1.0.1"
- promise-inflight "^1.0.1"
- rimraf "^2.6.3"
- ssri "^6.0.1"
- unique-filename "^1.1.1"
- y18n "^4.0.0"
-
-cacache@^15.0.5:
- version "15.3.0"
- resolved "https://registry.yarnpkg.com/cacache/-/cacache-15.3.0.tgz#dc85380fb2f556fe3dda4c719bfa0ec875a7f1eb"
- integrity sha512-VVdYzXEn+cnbXpFgWs5hTT7OScegHVmLhJIR8Ufqk3iFD6A6j5iSX1KuBTfNEv4tdJWE2PzA6IVFtcLC7fN9wQ==
- dependencies:
- "@npmcli/fs" "^1.0.0"
- "@npmcli/move-file" "^1.0.1"
- chownr "^2.0.0"
- fs-minipass "^2.0.0"
- glob "^7.1.4"
- infer-owner "^1.0.4"
- lru-cache "^6.0.0"
- minipass "^3.1.1"
- minipass-collect "^1.0.2"
- minipass-flush "^1.0.5"
- minipass-pipeline "^1.2.2"
- mkdirp "^1.0.3"
- p-map "^4.0.0"
- promise-inflight "^1.0.1"
- rimraf "^3.0.2"
- ssri "^8.0.1"
- tar "^6.0.2"
- unique-filename "^1.1.1"
-
cache-base@^1.0.1:
version "1.0.1"
- resolved "https://registry.yarnpkg.com/cache-base/-/cache-base-1.0.1.tgz#0a7f46416831c8b662ee36fe4e7c59d76f666ab2"
+ resolved "https://registry.npmjs.org/cache-base/-/cache-base-1.0.1.tgz"
integrity sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==
dependencies:
collection-visit "^1.0.0"
@@ -8001,7 +6959,7 @@ cache-base@^1.0.1:
cache-point@^1.0.0:
version "1.0.0"
- resolved "https://registry.yarnpkg.com/cache-point/-/cache-point-1.0.0.tgz#3d9769fc04d7a5b3005fc6258e6ebcaccb5f15f3"
+ resolved "https://registry.npmjs.org/cache-point/-/cache-point-1.0.0.tgz"
integrity sha512-ZqrZp9Hi5Uq7vfSGmNP2bUT/9DzZC2Y/GXjHB8rUJN1a+KLmbV05+vxHipNsg8+CSVgjcVVzLV8VZms6w8ZeRw==
dependencies:
array-back "^4.0.0"
@@ -8010,7 +6968,7 @@ cache-point@^1.0.0:
cacheable-request@^6.0.0:
version "6.1.0"
- resolved "https://registry.yarnpkg.com/cacheable-request/-/cacheable-request-6.1.0.tgz#20ffb8bd162ba4be11e9567d823db651052ca912"
+ resolved "https://registry.npmjs.org/cacheable-request/-/cacheable-request-6.1.0.tgz"
integrity sha512-Oj3cAGPCqOZX7Rz64Uny2GYAZNliQSqfbePrgAQ1wKAihYmCUnraBtJtKcGR4xz7wF+LoJC+ssFZvv5BgF9Igg==
dependencies:
clone-response "^1.0.2"
@@ -8023,12 +6981,12 @@ cacheable-request@^6.0.0:
cachedir@^2.3.0:
version "2.4.0"
- resolved "https://registry.yarnpkg.com/cachedir/-/cachedir-2.4.0.tgz#7fef9cf7367233d7c88068fe6e34ed0d355a610d"
+ resolved "https://registry.npmjs.org/cachedir/-/cachedir-2.4.0.tgz"
integrity sha512-9EtFOZR8g22CL7BWjJ9BUx1+A/djkofnyW3aOXZORNW2kxoUpx2h+uN2cOqwPmFhnpVmxg+KW2OjOSgChTEvsQ==
call-bind@^1.0.2, call-bind@^1.0.5, call-bind@^1.0.6, call-bind@^1.0.7:
version "1.0.7"
- resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.7.tgz#06016599c40c56498c18769d2730be242b6fa3b9"
+ resolved "https://registry.npmjs.org/call-bind/-/call-bind-1.0.7.tgz"
integrity sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==
dependencies:
es-define-property "^1.0.0"
@@ -8039,68 +6997,54 @@ call-bind@^1.0.2, call-bind@^1.0.5, call-bind@^1.0.6, call-bind@^1.0.7:
call-me-maybe@^1.0.1:
version "1.0.2"
- resolved "https://registry.yarnpkg.com/call-me-maybe/-/call-me-maybe-1.0.2.tgz#03f964f19522ba643b1b0693acb9152fe2074baa"
+ resolved "https://registry.npmjs.org/call-me-maybe/-/call-me-maybe-1.0.2.tgz"
integrity sha512-HpX65o1Hnr9HH25ojC1YGs7HCQLq0GCOibSaWER0eNpgJ/Z1MZv2mTc7+xh6WOPxbRVcmgbv4hGU+uSQ/2xFZQ==
-caller-callsite@^2.0.0:
- version "2.0.0"
- resolved "https://registry.yarnpkg.com/caller-callsite/-/caller-callsite-2.0.0.tgz#847e0fce0a223750a9a027c54b33731ad3154134"
- integrity sha512-JuG3qI4QOftFsZyOn1qq87fq5grLIyk1JYd5lJmdA+fG7aQ9pA/i3JIJGcO3q0MrRcHlOt1U+ZeHW8Dq9axALQ==
- dependencies:
- callsites "^2.0.0"
-
-caller-path@^2.0.0:
- version "2.0.0"
- resolved "https://registry.yarnpkg.com/caller-path/-/caller-path-2.0.0.tgz#468f83044e369ab2010fac5f06ceee15bb2cb1f4"
- integrity sha512-MCL3sf6nCSXOwCTzvPKhN18TU7AHTvdtam8DAogxcrJ8Rjfbbg7Lgng64H9Iy+vUV6VGFClN/TyxBkAebLRR4A==
- dependencies:
- caller-callsite "^2.0.0"
-
-callsites@^2.0.0:
- version "2.0.0"
- resolved "https://registry.yarnpkg.com/callsites/-/callsites-2.0.0.tgz#06eb84f00eea413da86affefacbffb36093b3c50"
- integrity sha512-ksWePWBloaWPxJYQ8TL0JHvtci6G5QTKwQ95RcWAa/lzoAKuAOflGdAK92hpHXjkwb8zLxoLNUoNYZgVsaJzvQ==
-
callsites@^3.0.0:
version "3.1.0"
- resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73"
+ resolved "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz"
integrity sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==
-camel-case@^4.1.1, camel-case@^4.1.2:
+camel-case@^4.1.2:
version "4.1.2"
- resolved "https://registry.yarnpkg.com/camel-case/-/camel-case-4.1.2.tgz#9728072a954f805228225a6deea6b38461e1bd5a"
+ resolved "https://registry.npmjs.org/camel-case/-/camel-case-4.1.2.tgz"
integrity sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==
dependencies:
pascal-case "^3.1.2"
tslib "^2.0.3"
-camelcase-css@2.0.1, camelcase-css@^2.0.1:
+camelcase-css@^2.0.1, camelcase-css@2.0.1:
version "2.0.1"
- resolved "https://registry.yarnpkg.com/camelcase-css/-/camelcase-css-2.0.1.tgz#ee978f6947914cc30c6b44741b6ed1df7f043fd5"
+ resolved "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz"
integrity sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==
camelcase-keys@^6.2.2:
version "6.2.2"
- resolved "https://registry.yarnpkg.com/camelcase-keys/-/camelcase-keys-6.2.2.tgz#5e755d6ba51aa223ec7d3d52f25778210f9dc3c0"
+ resolved "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-6.2.2.tgz"
integrity sha512-YrwaA0vEKazPBkn0ipTiMpSajYDSe+KjQfrjhcBMxJt/znbvlHd8Pw/Vamaz5EB4Wfhs3SUR3Z9mwRu/P3s3Yg==
dependencies:
camelcase "^5.3.1"
map-obj "^4.0.0"
quick-lru "^4.0.1"
-camelcase@5.3.1, camelcase@^5.0.0, camelcase@^5.3.1:
+camelcase@^5.0.0:
version "5.3.1"
- resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-5.3.1.tgz#e3c9b31569e106811df242f715725a1f4c494320"
+ resolved "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz"
integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==
-camelcase@^6.0.0, camelcase@^6.1.0, camelcase@^6.2.0, camelcase@^6.2.1:
+camelcase@^5.3.1:
+ version "5.3.1"
+ resolved "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz"
+ integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==
+
+camelcase@^6.0.0, camelcase@^6.2.0, camelcase@^6.2.1:
version "6.3.0"
- resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-6.3.0.tgz#5685b95eb209ac9c0c177467778c9c84df58ba9a"
+ resolved "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz"
integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==
caniuse-api@^3.0.0:
version "3.0.0"
- resolved "https://registry.yarnpkg.com/caniuse-api/-/caniuse-api-3.0.0.tgz#5e4d90e2274961d46291997df599e3ed008ee4c0"
+ resolved "https://registry.npmjs.org/caniuse-api/-/caniuse-api-3.0.0.tgz"
integrity sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==
dependencies:
browserslist "^4.0.0"
@@ -8108,72 +7052,46 @@ caniuse-api@^3.0.0:
lodash.memoize "^4.1.2"
lodash.uniq "^4.5.0"
-caniuse-lite@^1.0.0, caniuse-lite@^1.0.30000981, caniuse-lite@^1.0.30001035, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001125, caniuse-lite@^1.0.30001599, caniuse-lite@^1.0.30001646:
+caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001035, caniuse-lite@^1.0.30001599, caniuse-lite@^1.0.30001646:
version "1.0.30001646"
- resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001646.tgz#d472f2882259ba032dd73ee069ff01bfd059b25d"
+ resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001646.tgz"
integrity sha512-dRg00gudiBDDTmUhClSdv3hqRfpbOnU28IpI1T6PBTLWa+kOj0681C8uML3PifYfREuBrVjDGhL3adYpBT6spw==
capital-case@^1.0.4:
version "1.0.4"
- resolved "https://registry.yarnpkg.com/capital-case/-/capital-case-1.0.4.tgz#9d130292353c9249f6b00fa5852bee38a717e669"
+ resolved "https://registry.npmjs.org/capital-case/-/capital-case-1.0.4.tgz"
integrity sha512-ds37W8CytHgwnhGGTi88pcPyR15qoNkOpYwmMMfnWqqWgESapLqvDx6huFjQ5vqWSn2Z06173XNA7LtMOeUh1A==
dependencies:
no-case "^3.0.4"
tslib "^2.0.3"
upper-case-first "^2.0.2"
-capitalize@^2.0.0:
- version "2.0.4"
- resolved "https://registry.yarnpkg.com/capitalize/-/capitalize-2.0.4.tgz#eed7f94c6699a318eeef6e68967fe139c764b866"
- integrity sha512-wcSyiFqXRYyCoqu0o0ekXzJAKCLMkqWS5QWGlgTJFJKwRmI6pzcN2hBl5VPq9RzLW5Uf4FF/V/lcFfjCtVak2w==
-
-capture-exit@^2.0.0:
- version "2.0.0"
- resolved "https://registry.yarnpkg.com/capture-exit/-/capture-exit-2.0.0.tgz#fb953bfaebeb781f62898239dabb426d08a509a4"
- integrity sha512-PiT/hQmTonHhl/HFGN+Lx3JJUznrVYJ3+AQsnthneZbvW7x+f08Tk7yLJTLEOUvBTbduLeeBkxEaYXUOUrRq6g==
- dependencies:
- rsvp "^4.8.4"
-
-case-sensitive-paths-webpack-plugin@2.3.0:
- version "2.3.0"
- resolved "https://registry.yarnpkg.com/case-sensitive-paths-webpack-plugin/-/case-sensitive-paths-webpack-plugin-2.3.0.tgz#23ac613cc9a856e4f88ff8bb73bbb5e989825cf7"
- integrity sha512-/4YgnZS8y1UXXmC02xD5rRrBEu6T5ub+mQHLNRj0fzTRbgdBYhsNo2V5EqwgqrExjxsjtF/OpAKAMkKsxbD5XQ==
-
case-sensitive-paths-webpack-plugin@^2.4.0:
version "2.4.0"
- resolved "https://registry.yarnpkg.com/case-sensitive-paths-webpack-plugin/-/case-sensitive-paths-webpack-plugin-2.4.0.tgz#db64066c6422eed2e08cc14b986ca43796dbc6d4"
+ resolved "https://registry.npmjs.org/case-sensitive-paths-webpack-plugin/-/case-sensitive-paths-webpack-plugin-2.4.0.tgz"
integrity sha512-roIFONhcxog0JSSWbvVAh3OocukmSgpqOH6YpMkCvav/ySIV3JKg4Dc8vYtQjYi/UxpNE36r/9v+VqTQqgkYmw==
caseless@~0.12.0:
version "0.12.0"
- resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"
+ resolved "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz"
integrity sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw==
catharsis@^0.9.0:
version "0.9.0"
- resolved "https://registry.yarnpkg.com/catharsis/-/catharsis-0.9.0.tgz#40382a168be0e6da308c277d3a2b3eb40c7d2121"
+ resolved "https://registry.npmjs.org/catharsis/-/catharsis-0.9.0.tgz"
integrity sha512-prMTQVpcns/tzFgFVkVp6ak6RykZyWb3gu8ckUpd6YkTlacOd3DXGJjIpD4Q6zJirizvaiAjSSHlOsA+6sNh2A==
dependencies:
lodash "^4.17.15"
ccount@^1.0.0:
version "1.1.0"
- resolved "https://registry.yarnpkg.com/ccount/-/ccount-1.1.0.tgz#246687debb6014735131be8abab2d93898f8d043"
+ resolved "https://registry.npmjs.org/ccount/-/ccount-1.1.0.tgz"
integrity sha512-vlNK021QdI7PNeiUh/lKkC/mNHHfV0m/Ad5JoI0TYtlBnJAslM/JIkm/tGC88bkLIwO6OQ5uV6ztS6kVAtCDlg==
-chalk@2.4.2, chalk@^2.0.1, chalk@^2.4.1, chalk@^2.4.2:
- version "2.4.2"
- resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
- integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
- dependencies:
- ansi-styles "^3.2.1"
- escape-string-regexp "^1.0.5"
- supports-color "^5.3.0"
-
-chalk@^1.1.3:
- version "1.1.3"
- resolved "https://registry.yarnpkg.com/chalk/-/chalk-1.1.3.tgz#a8115c55e4a702fe4d150abd3872822a7e09fc98"
- integrity sha512-U3lRVLMSlsCfjqYPbLyVv11M9CPW4I728d6TCKMAOJueEeB9/8o+eSsMnxPJD+Q+K909sdESg7C+tIkoH6on1A==
+chalk@^1.1.3:
+ version "1.1.3"
+ resolved "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz"
+ integrity sha512-U3lRVLMSlsCfjqYPbLyVv11M9CPW4I728d6TCKMAOJueEeB9/8o+eSsMnxPJD+Q+K909sdESg7C+tIkoH6on1A==
dependencies:
ansi-styles "^2.2.1"
escape-string-regexp "^1.0.2"
@@ -8181,9 +7099,36 @@ chalk@^1.1.3:
strip-ansi "^3.0.0"
supports-color "^2.0.0"
+chalk@^2.0.1:
+ version "2.4.2"
+ resolved "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz"
+ integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
+ dependencies:
+ ansi-styles "^3.2.1"
+ escape-string-regexp "^1.0.5"
+ supports-color "^5.3.0"
+
+chalk@^2.4.1:
+ version "2.4.2"
+ resolved "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz"
+ integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
+ dependencies:
+ ansi-styles "^3.2.1"
+ escape-string-regexp "^1.0.5"
+ supports-color "^5.3.0"
+
+chalk@^2.4.2, chalk@2.4.2:
+ version "2.4.2"
+ resolved "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz"
+ integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
+ dependencies:
+ ansi-styles "^3.2.1"
+ escape-string-regexp "^1.0.5"
+ supports-color "^5.3.0"
+
chalk@^3.0.0:
version "3.0.0"
- resolved "https://registry.yarnpkg.com/chalk/-/chalk-3.0.0.tgz#3f73c2bf526591f574cc492c51e2456349f844e4"
+ resolved "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz"
integrity sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==
dependencies:
ansi-styles "^4.1.0"
@@ -8191,7 +7136,7 @@ chalk@^3.0.0:
chalk@^4.0.0, chalk@^4.0.2, chalk@^4.1.0, chalk@^4.1.2:
version "4.1.2"
- resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
+ resolved "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz"
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
dependencies:
ansi-styles "^4.1.0"
@@ -8199,47 +7144,47 @@ chalk@^4.0.0, chalk@^4.0.2, chalk@^4.1.0, chalk@^4.1.2:
char-regex@^1.0.2:
version "1.0.2"
- resolved "https://registry.yarnpkg.com/char-regex/-/char-regex-1.0.2.tgz#d744358226217f981ed58f479b1d6bcc29545dcf"
+ resolved "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz"
integrity sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==
char-regex@^2.0.0:
version "2.0.1"
- resolved "https://registry.yarnpkg.com/char-regex/-/char-regex-2.0.1.tgz#6dafdb25f9d3349914079f010ba8d0e6ff9cd01e"
+ resolved "https://registry.npmjs.org/char-regex/-/char-regex-2.0.1.tgz"
integrity sha512-oSvEeo6ZUD7NepqAat3RqoucZ5SeqLJgOvVIwkafu6IP3V0pO38s/ypdVUmDDK6qIIHNlYHJAKX9E7R7HoKElw==
character-entities-legacy@^1.0.0:
version "1.1.4"
- resolved "https://registry.yarnpkg.com/character-entities-legacy/-/character-entities-legacy-1.1.4.tgz#94bc1845dce70a5bb9d2ecc748725661293d8fc1"
+ resolved "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-1.1.4.tgz"
integrity sha512-3Xnr+7ZFS1uxeiUDvV02wQ+QDbc55o97tIV5zHScSPJpcLm/r0DFPcoY3tYRp+VZukxuMeKgXYmsXQHO05zQeA==
character-entities@^1.0.0:
version "1.2.4"
- resolved "https://registry.yarnpkg.com/character-entities/-/character-entities-1.2.4.tgz#e12c3939b7eaf4e5b15e7ad4c5e28e1d48c5b16b"
+ resolved "https://registry.npmjs.org/character-entities/-/character-entities-1.2.4.tgz"
integrity sha512-iBMyeEHxfVnIakwOuDXpVkc54HijNgCyQB2w0VfGQThle6NXn50zU6V/u+LDhxHcDUPojn6Kpga3PTAD8W1bQw==
character-reference-invalid@^1.0.0:
version "1.1.4"
- resolved "https://registry.yarnpkg.com/character-reference-invalid/-/character-reference-invalid-1.1.4.tgz#083329cda0eae272ab3dbbf37e9a382c13af1560"
+ resolved "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-1.1.4.tgz"
integrity sha512-mKKUkUbhPpQlCOfIuZkvSEgktjPFIsZKRRbC6KWVEMvlzblj3i3asQv5ODsrwt0N3pHAEvjP8KTQPHkp0+6jOg==
chardet@^0.7.0:
version "0.7.0"
- resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e"
+ resolved "https://registry.npmjs.org/chardet/-/chardet-0.7.0.tgz"
integrity sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==
check-more-types@^2.24.0:
version "2.24.0"
- resolved "https://registry.yarnpkg.com/check-more-types/-/check-more-types-2.24.0.tgz#1420ffb10fd444dcfc79b43891bbfffd32a84600"
+ resolved "https://registry.npmjs.org/check-more-types/-/check-more-types-2.24.0.tgz"
integrity sha512-Pj779qHxV2tuapviy1bSZNEL1maXr13bPYpsvSDB68HlYcYuhlDrmGd63i0JHMCLKzc7rUSNIrpdJlhVlNwrxA==
check-types@^11.2.3:
version "11.2.3"
- resolved "https://registry.yarnpkg.com/check-types/-/check-types-11.2.3.tgz#1ffdf68faae4e941fce252840b1787b8edc93b71"
+ resolved "https://registry.npmjs.org/check-types/-/check-types-11.2.3.tgz"
integrity sha512-+67P1GkJRaxQD6PKK0Et9DhwQB+vGg3PM5+aavopCpZT1lj9jeqfvpgTLAWErNj8qApkkmXlu/Ug74kmhagkXg==
cheerio-select@^2.1.0:
version "2.1.0"
- resolved "https://registry.yarnpkg.com/cheerio-select/-/cheerio-select-2.1.0.tgz#4d8673286b8126ca2a8e42740d5e3c4884ae21b4"
+ resolved "https://registry.npmjs.org/cheerio-select/-/cheerio-select-2.1.0.tgz"
integrity sha512-9v9kG0LvzrlcungtnJtpGNxY+fzECQKhK4EGJX2vByejiMX84MFNQw4UxPJl3bFbTMw+Dfs37XaIkCwTZfLh4g==
dependencies:
boolbase "^1.0.0"
@@ -8251,7 +7196,7 @@ cheerio-select@^2.1.0:
cheerio@^1.0.0-rc.12, cheerio@^1.0.0-rc.3:
version "1.0.0-rc.12"
- resolved "https://registry.yarnpkg.com/cheerio/-/cheerio-1.0.0-rc.12.tgz#788bf7466506b1c6bf5fae51d24a2c4d62e47683"
+ resolved "https://registry.npmjs.org/cheerio/-/cheerio-1.0.0-rc.12.tgz"
integrity sha512-VqR8m68vM46BNnuZ5NtnGBKIE/DfN0cRIzg9n40EIq9NOv90ayxLBXA8fXC5gquFRGJSTRqBq25Jt2ECLR431Q==
dependencies:
cheerio-select "^2.1.0"
@@ -8262,9 +7207,9 @@ cheerio@^1.0.0-rc.12, cheerio@^1.0.0-rc.3:
parse5 "^7.0.0"
parse5-htmlparser2-tree-adapter "^7.0.0"
-chokidar@^2.0.4, chokidar@^2.1.8:
+chokidar@^2.0.4:
version "2.1.8"
- resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-2.1.8.tgz#804b3a7b6a99358c3c5c61e71d8728f041cff917"
+ resolved "https://registry.npmjs.org/chokidar/-/chokidar-2.1.8.tgz"
integrity sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==
dependencies:
anymatch "^2.0.0"
@@ -8281,9 +7226,9 @@ chokidar@^2.0.4, chokidar@^2.1.8:
optionalDependencies:
fsevents "^1.2.7"
-chokidar@^3.3.0, chokidar@^3.3.1, chokidar@^3.4.1, chokidar@^3.4.2, chokidar@^3.5.3, chokidar@^3.6.0:
+chokidar@^3.3.0, chokidar@^3.3.1, chokidar@^3.4.2, chokidar@^3.5.3, chokidar@^3.6.0:
version "3.6.0"
- resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.6.0.tgz#197c6cc669ef2a8dc5e7b4d97ee4e092c3eb0d5b"
+ resolved "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz"
integrity sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==
dependencies:
anymatch "~3.1.2"
@@ -8296,34 +7241,34 @@ chokidar@^3.3.0, chokidar@^3.3.1, chokidar@^3.4.1, chokidar@^3.4.2, chokidar@^3.
optionalDependencies:
fsevents "~2.3.2"
-chownr@^1.1.1, chownr@^1.1.4:
+chownr@^1.1.4:
version "1.1.4"
- resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.1.4.tgz#6fc9d7b42d32a583596337666e7d08084da2cc6b"
+ resolved "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz"
integrity sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==
chownr@^2.0.0:
version "2.0.0"
- resolved "https://registry.yarnpkg.com/chownr/-/chownr-2.0.0.tgz#15bfbe53d2eab4cf70f18a8cd68ebe5b3cb1dece"
+ resolved "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz"
integrity sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==
chrome-trace-event@^1.0.2:
version "1.0.4"
- resolved "https://registry.yarnpkg.com/chrome-trace-event/-/chrome-trace-event-1.0.4.tgz#05bffd7ff928465093314708c93bdfa9bd1f0f5b"
+ resolved "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.4.tgz"
integrity sha512-rNjApaLzuwaOTjCiT8lSDdGN1APCiqkChLMJxJPWLunPAt5fy8xgU9/jNOchV84wfIxrA0lRQB7oCT8jrn/wrQ==
ci-info@^2.0.0:
version "2.0.0"
- resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-2.0.0.tgz#67a9e964be31a51e15e5010d58e6f12834002f46"
+ resolved "https://registry.npmjs.org/ci-info/-/ci-info-2.0.0.tgz"
integrity sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==
ci-info@^3.2.0:
version "3.9.0"
- resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.9.0.tgz#4279a62028a7b1f262f3473fc9605f5e218c59b4"
+ resolved "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz"
integrity sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==
cipher-base@^1.0.0, cipher-base@^1.0.1, cipher-base@^1.0.3:
version "1.0.4"
- resolved "https://registry.yarnpkg.com/cipher-base/-/cipher-base-1.0.4.tgz#8760e4ecc272f4c363532f926d874aae2c1397de"
+ resolved "https://registry.npmjs.org/cipher-base/-/cipher-base-1.0.4.tgz"
integrity sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q==
dependencies:
inherits "^2.0.1"
@@ -8331,29 +7276,24 @@ cipher-base@^1.0.0, cipher-base@^1.0.1, cipher-base@^1.0.3:
citty@^0.1.6:
version "0.1.6"
- resolved "https://registry.yarnpkg.com/citty/-/citty-0.1.6.tgz#0f7904da1ed4625e1a9ea7e0fa780981aab7c5e4"
+ resolved "https://registry.npmjs.org/citty/-/citty-0.1.6.tgz"
integrity sha512-tskPPKEs8D2KPafUypv2gxwJP8h/OaJmC82QQGGDQcHvXX43xF2VDACcJVmZ0EuSxkpO9Kc4MlrA3q0+FG58AQ==
dependencies:
consola "^3.2.3"
-cjs-module-lexer@^0.6.0:
- version "0.6.0"
- resolved "https://registry.yarnpkg.com/cjs-module-lexer/-/cjs-module-lexer-0.6.0.tgz#4186fcca0eae175970aee870b9fe2d6cf8d5655f"
- integrity sha512-uc2Vix1frTfnuzxxu1Hp4ktSvM3QaI4oXl4ZUqL1wjTu/BGki9TrCWoqLTg/drR1KwAEarXuRFCG2Svr1GxPFw==
-
cjs-module-lexer@^1.0.0, cjs-module-lexer@^1.2.3:
version "1.3.1"
- resolved "https://registry.yarnpkg.com/cjs-module-lexer/-/cjs-module-lexer-1.3.1.tgz#c485341ae8fd999ca4ee5af2d7a1c9ae01e0099c"
+ resolved "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-1.3.1.tgz"
integrity sha512-a3KdPAANPbNE4ZUv9h6LckSl9zLsYOP4MBmhIPkRaeyybt+r4UghLvq+xw/YwUcC1gqylCkL4rdVs3Lwupjm4Q==
class-transformer@0.5.1:
version "0.5.1"
- resolved "https://registry.yarnpkg.com/class-transformer/-/class-transformer-0.5.1.tgz#24147d5dffd2a6cea930a3250a677addf96ab336"
+ resolved "https://registry.npmjs.org/class-transformer/-/class-transformer-0.5.1.tgz"
integrity sha512-SQa1Ws6hUbfC98vKGxZH3KFY0Y1lm5Zm0SY8XX9zbK7FJCyVEac3ATW0RIpwzW+oOfmHE5PMPufDG9hCfoEOMw==
class-utils@^0.3.5:
version "0.3.6"
- resolved "https://registry.yarnpkg.com/class-utils/-/class-utils-0.3.6.tgz#f93369ae8b9a7ce02fd41faad0ca83033190c463"
+ resolved "https://registry.npmjs.org/class-utils/-/class-utils-0.3.6.tgz"
integrity sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==
dependencies:
arr-union "^3.1.0"
@@ -8361,80 +7301,78 @@ class-utils@^0.3.5:
isobject "^3.0.0"
static-extend "^0.1.1"
-classnames@^2.2.6, classnames@^2.3.1, classnames@^2.3.2:
+classnames@^2, classnames@^2.2.6, classnames@^2.3.1, classnames@^2.3.2:
version "2.5.1"
- resolved "https://registry.yarnpkg.com/classnames/-/classnames-2.5.1.tgz#ba774c614be0f016da105c858e7159eae8e7687b"
+ resolved "https://registry.npmjs.org/classnames/-/classnames-2.5.1.tgz"
integrity sha512-saHYOzhIQs6wy2sVxTM6bUDsQO4F50V9RQ22qBpEdCW+I+/Wmke2HOl6lS6dTpdxVhb88/I6+Hs+438c3lfUow==
-clean-css@^4.2.3:
- version "4.2.4"
- resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-4.2.4.tgz#733bf46eba4e607c6891ea57c24a989356831178"
- integrity sha512-EJUDT7nDVFDvaQgAo2G/PJvxmp1o/c6iXLbswsBbUFXi1Nr+AjA2cKmfbKDMjMvzEe75g3P6JkaDDAKk96A85A==
- dependencies:
- source-map "~0.6.0"
-
clean-css@^5.2.2, clean-css@^5.3.0:
version "5.3.3"
- resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-5.3.3.tgz#b330653cd3bd6b75009cc25c714cae7b93351ccd"
+ resolved "https://registry.npmjs.org/clean-css/-/clean-css-5.3.3.tgz"
integrity sha512-D5J+kHaVb/wKSFcyyV75uCn8fiY4sV38XJoe4CUyGQ+mOU/fMVYUdH1hJC+CJQ5uY3EnW27SbJYS4X8BiLrAFg==
dependencies:
source-map "~0.6.0"
clean-stack@^2.0.0:
version "2.2.0"
- resolved "https://registry.yarnpkg.com/clean-stack/-/clean-stack-2.2.0.tgz#ee8472dbb129e727b31e8a10a427dee9dfe4008b"
+ resolved "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz"
integrity sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==
-cli-boxes@^2.2.0, cli-boxes@^2.2.1:
+cli-boxes@^2.2.0:
+ version "2.2.1"
+ resolved "https://registry.npmjs.org/cli-boxes/-/cli-boxes-2.2.1.tgz"
+ integrity sha512-y4coMcylgSCdVinjiDBuR8PCC2bLjyGTwEmPb9NHR/QaNU6EUOXcTY/s6VjGMD6ENSEaeQYHCY0GNGS5jfMwPw==
+
+cli-boxes@^2.2.1:
version "2.2.1"
- resolved "https://registry.yarnpkg.com/cli-boxes/-/cli-boxes-2.2.1.tgz#ddd5035d25094fce220e9cab40a45840a440318f"
+ resolved "https://registry.npmjs.org/cli-boxes/-/cli-boxes-2.2.1.tgz"
integrity sha512-y4coMcylgSCdVinjiDBuR8PCC2bLjyGTwEmPb9NHR/QaNU6EUOXcTY/s6VjGMD6ENSEaeQYHCY0GNGS5jfMwPw==
cli-boxes@^3.0.0:
version "3.0.0"
- resolved "https://registry.yarnpkg.com/cli-boxes/-/cli-boxes-3.0.0.tgz#71a10c716feeba005e4504f36329ef0b17cf3145"
+ resolved "https://registry.npmjs.org/cli-boxes/-/cli-boxes-3.0.0.tgz"
integrity sha512-/lzGpEWL/8PfI0BmBOPRwp0c/wFNX1RdUML3jK/RcSBA9T8mZDdQpqYBKtCFTOfQbwPqWEOpjqW+Fnayc0969g==
cli-cursor@^3.1.0:
version "3.1.0"
- resolved "https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-3.1.0.tgz#264305a7ae490d1d03bf0c9ba7c925d1753af307"
+ resolved "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz"
integrity sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==
dependencies:
restore-cursor "^3.1.0"
cli-spinners@^2.5.0:
version "2.9.2"
- resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.9.2.tgz#1773a8f4b9c4d6ac31563df53b3fc1d79462fe41"
+ resolved "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.9.2.tgz"
integrity sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==
-cli-table3@0.6.3:
- version "0.6.3"
- resolved "https://registry.yarnpkg.com/cli-table3/-/cli-table3-0.6.3.tgz#61ab765aac156b52f222954ffc607a6f01dbeeb2"
- integrity sha512-w5Jac5SykAeZJKntOxJCrm63Eg5/4dhMWIcuTbo9rpE+brgaSZo0RuNJZeOyMgsUdhDeojvgyQLmjI+K50ZGyg==
+cli-table@^0.3.11:
+ version "0.3.11"
+ resolved "https://registry.npmjs.org/cli-table/-/cli-table-0.3.11.tgz"
+ integrity sha512-IqLQi4lO0nIB4tcdTpN4LCB9FI3uqrJZK7RC515EnhZ6qBaglkIgICb1wjeAqpdoOabm1+SuQtkXIPdYC93jhQ==
dependencies:
- string-width "^4.2.0"
- optionalDependencies:
- "@colors/colors" "1.5.0"
+ colors "1.0.3"
cli-table3@^0.6.0, cli-table3@^0.6.2, cli-table3@~0.6.1:
version "0.6.5"
- resolved "https://registry.yarnpkg.com/cli-table3/-/cli-table3-0.6.5.tgz#013b91351762739c16a9567c21a04632e449bf2f"
+ resolved "https://registry.npmjs.org/cli-table3/-/cli-table3-0.6.5.tgz"
integrity sha512-+W/5efTR7y5HRD7gACw9yQjqMVvEMLBHmboM/kPWam+H+Hmyrgjh6YncVKK122YZkXrLudzTuAukUw9FnMf7IQ==
dependencies:
string-width "^4.2.0"
optionalDependencies:
"@colors/colors" "1.5.0"
-cli-table@^0.3.11:
- version "0.3.11"
- resolved "https://registry.yarnpkg.com/cli-table/-/cli-table-0.3.11.tgz#ac69cdecbe81dccdba4889b9a18b7da312a9d3ee"
- integrity sha512-IqLQi4lO0nIB4tcdTpN4LCB9FI3uqrJZK7RC515EnhZ6qBaglkIgICb1wjeAqpdoOabm1+SuQtkXIPdYC93jhQ==
+cli-table3@0.6.3:
+ version "0.6.3"
+ resolved "https://registry.npmjs.org/cli-table3/-/cli-table3-0.6.3.tgz"
+ integrity sha512-w5Jac5SykAeZJKntOxJCrm63Eg5/4dhMWIcuTbo9rpE+brgaSZo0RuNJZeOyMgsUdhDeojvgyQLmjI+K50ZGyg==
dependencies:
- colors "1.0.3"
+ string-width "^4.2.0"
+ optionalDependencies:
+ "@colors/colors" "1.5.0"
cli-truncate@^2.1.0:
version "2.1.0"
- resolved "https://registry.yarnpkg.com/cli-truncate/-/cli-truncate-2.1.0.tgz#c39e28bf05edcde5be3b98992a22deed5a2b93c7"
+ resolved "https://registry.npmjs.org/cli-truncate/-/cli-truncate-2.1.0.tgz"
integrity sha512-n8fOixwDD6b/ObinzTrp1ZKFzbgvKZvuz/TvejnLn1aQfC6r52XEx85FmuC+3HI+JM7coBRXUvNqEU2PHVrHpg==
dependencies:
slice-ansi "^3.0.0"
@@ -8442,35 +7380,26 @@ cli-truncate@^2.1.0:
cli-width@^2.0.0:
version "2.2.1"
- resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-2.2.1.tgz#b0433d0b4e9c847ef18868a4ef16fd5fc8271c48"
+ resolved "https://registry.npmjs.org/cli-width/-/cli-width-2.2.1.tgz"
integrity sha512-GRMWDxpOB6Dgk2E5Uo+3eEBvtOOlimMmpbFiKuLFnQzYDavtLFY3K5ona41jgN/WdRZtG7utuVSVTL4HbZHGkw==
cli-width@^3.0.0:
version "3.0.0"
- resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-3.0.0.tgz#a2f48437a2caa9a22436e794bf071ec9e61cedf6"
+ resolved "https://registry.npmjs.org/cli-width/-/cli-width-3.0.0.tgz"
integrity sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==
cliui@^5.0.0:
version "5.0.0"
- resolved "https://registry.yarnpkg.com/cliui/-/cliui-5.0.0.tgz#deefcfdb2e800784aa34f46fa08e06851c7bbbc5"
+ resolved "https://registry.npmjs.org/cliui/-/cliui-5.0.0.tgz"
integrity sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA==
dependencies:
string-width "^3.1.0"
strip-ansi "^5.2.0"
wrap-ansi "^5.1.0"
-cliui@^6.0.0:
- version "6.0.0"
- resolved "https://registry.yarnpkg.com/cliui/-/cliui-6.0.0.tgz#511d702c0c4e41ca156d7d0e96021f23e13225b1"
- integrity sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==
- dependencies:
- string-width "^4.2.0"
- strip-ansi "^6.0.0"
- wrap-ansi "^6.2.0"
-
cliui@^7.0.2:
version "7.0.4"
- resolved "https://registry.yarnpkg.com/cliui/-/cliui-7.0.4.tgz#a0265ee655476fc807aea9df3df8df7783808b4f"
+ resolved "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz"
integrity sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==
dependencies:
string-width "^4.2.0"
@@ -8479,12 +7408,12 @@ cliui@^7.0.2:
clone-buffer@^1.0.0:
version "1.0.0"
- resolved "https://registry.yarnpkg.com/clone-buffer/-/clone-buffer-1.0.0.tgz#e3e25b207ac4e701af721e2cb5a16792cac3dc58"
+ resolved "https://registry.npmjs.org/clone-buffer/-/clone-buffer-1.0.0.tgz"
integrity sha512-KLLTJWrvwIP+OPfMn0x2PheDEP20RPUcGXj/ERegTgdmPEZylALQldygiqrPPu8P45uNuPs7ckmReLY6v/iA5g==
clone-deep@^4.0.0, clone-deep@^4.0.1:
version "4.0.1"
- resolved "https://registry.yarnpkg.com/clone-deep/-/clone-deep-4.0.1.tgz#c19fd9bdbbf85942b4fd979c84dcf7d5f07c2387"
+ resolved "https://registry.npmjs.org/clone-deep/-/clone-deep-4.0.1.tgz"
integrity sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==
dependencies:
is-plain-object "^2.0.4"
@@ -8493,29 +7422,29 @@ clone-deep@^4.0.0, clone-deep@^4.0.1:
clone-response@^1.0.2:
version "1.0.3"
- resolved "https://registry.yarnpkg.com/clone-response/-/clone-response-1.0.3.tgz#af2032aa47816399cf5f0a1d0db902f517abb8c3"
+ resolved "https://registry.npmjs.org/clone-response/-/clone-response-1.0.3.tgz"
integrity sha512-ROoL94jJH2dUVML2Y/5PEDNaSHgeOdSDicUyS7izcF63G6sTc/FTjLub4b8Il9S8S0beOfYt0TaA5qvFK+w0wA==
dependencies:
mimic-response "^1.0.0"
clone-stats@^1.0.0:
version "1.0.0"
- resolved "https://registry.yarnpkg.com/clone-stats/-/clone-stats-1.0.0.tgz#b3782dff8bb5474e18b9b6bf0fdfe782f8777680"
+ resolved "https://registry.npmjs.org/clone-stats/-/clone-stats-1.0.0.tgz"
integrity sha512-au6ydSpg6nsrigcZ4m8Bc9hxjeW+GJ8xh5G3BJCMt4WXe1H10UNaVOamqQTmrx1kjVuxAHIQSNU6hY4Nsn9/ag==
clone@^1.0.2:
version "1.0.4"
- resolved "https://registry.yarnpkg.com/clone/-/clone-1.0.4.tgz#da309cc263df15994c688ca902179ca3c7cd7c7e"
+ resolved "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz"
integrity sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==
clone@^2.1.1:
version "2.1.2"
- resolved "https://registry.yarnpkg.com/clone/-/clone-2.1.2.tgz#1b7f4b9f591f1e8f83670401600345a02887435f"
+ resolved "https://registry.npmjs.org/clone/-/clone-2.1.2.tgz"
integrity sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w==
cloneable-readable@^1.0.0:
version "1.1.3"
- resolved "https://registry.yarnpkg.com/cloneable-readable/-/cloneable-readable-1.1.3.tgz#120a00cb053bfb63a222e709f9683ea2e11d8cec"
+ resolved "https://registry.npmjs.org/cloneable-readable/-/cloneable-readable-1.1.3.tgz"
integrity sha512-2EF8zTQOxYq70Y4XKtorQupqF0m49MBz2/yf5Bj+MHjvpG3Hy7sImifnqD6UA+TKYxeSV+u6qqQPawN5UvnpKQ==
dependencies:
inherits "^2.0.1"
@@ -8524,17 +7453,17 @@ cloneable-readable@^1.0.0:
clsx@^1.1.1, clsx@^1.2.1:
version "1.2.1"
- resolved "https://registry.yarnpkg.com/clsx/-/clsx-1.2.1.tgz#0ddc4a20a549b59c93a4116bb26f5294ca17dc12"
+ resolved "https://registry.npmjs.org/clsx/-/clsx-1.2.1.tgz"
integrity sha512-EcR6r5a8bj6pu3ycsa/E/cKVGuTgZJZdsyUYHOksG/UHIiKfjxzRxYJpyVBwYaQeOvghal9fcc4PidlgzugAQg==
co@^4.6.0:
version "4.6.0"
- resolved "https://registry.yarnpkg.com/co/-/co-4.6.0.tgz#6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184"
+ resolved "https://registry.npmjs.org/co/-/co-4.6.0.tgz"
integrity sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ==
coa@^2.0.2:
version "2.0.2"
- resolved "https://registry.yarnpkg.com/coa/-/coa-2.0.2.tgz#43f6c21151b4ef2bf57187db0d73de229e3e7ec3"
+ resolved "https://registry.npmjs.org/coa/-/coa-2.0.2.tgz"
integrity sha512-q5/jG+YQnSy4nRTV4F7lPepBJZ8qBNJJDBuJdoejDyLXgmL7IEo+Le2JDZudFTFt7mrCqIRaSjws4ygRCTCAXA==
dependencies:
"@types/q" "^1.5.1"
@@ -8543,12 +7472,12 @@ coa@^2.0.2:
collapse-white-space@^1.0.2:
version "1.0.6"
- resolved "https://registry.yarnpkg.com/collapse-white-space/-/collapse-white-space-1.0.6.tgz#e63629c0016665792060dbbeb79c42239d2c5287"
+ resolved "https://registry.npmjs.org/collapse-white-space/-/collapse-white-space-1.0.6.tgz"
integrity sha512-jEovNnrhMuqyCcjfEJA56v0Xq8SkIoPKDyaHahwo3POf4qcSXqMYuwNcOTzp74vTsR9Tn08z4MxWqAhcekogkQ==
collect-all@^1.0.3:
version "1.0.4"
- resolved "https://registry.yarnpkg.com/collect-all/-/collect-all-1.0.4.tgz#50cd7119ac24b8e12a661f0f8c3aa0ea7222ddfc"
+ resolved "https://registry.npmjs.org/collect-all/-/collect-all-1.0.4.tgz"
integrity sha512-RKZhRwJtJEP5FWul+gkSMEnaK6H3AGPTTWOiRimCcs+rc/OmQE3Yhy1Q7A7KsdkG3ZXVdZq68Y6ONSdvkeEcKA==
dependencies:
stream-connect "^1.0.2"
@@ -8556,97 +7485,81 @@ collect-all@^1.0.3:
collect-v8-coverage@^1.0.0:
version "1.0.2"
- resolved "https://registry.yarnpkg.com/collect-v8-coverage/-/collect-v8-coverage-1.0.2.tgz#c0b29bcd33bcd0779a1344c2136051e6afd3d9e9"
+ resolved "https://registry.npmjs.org/collect-v8-coverage/-/collect-v8-coverage-1.0.2.tgz"
integrity sha512-lHl4d5/ONEbLlJvaJNtsF/Lz+WvB07u2ycqTYbdrq7UypDXailES4valYb2eWiJFxZlVmpGekfqoxQhzyFdT4Q==
collection-visit@^1.0.0:
version "1.0.0"
- resolved "https://registry.yarnpkg.com/collection-visit/-/collection-visit-1.0.0.tgz#4bc0373c164bc3291b4d368c829cf1a80a59dca0"
+ resolved "https://registry.npmjs.org/collection-visit/-/collection-visit-1.0.0.tgz"
integrity sha512-lNkKvzEeMBBjUGHZ+q6z9pSJla0KWAQPvtzhEV9+iGyQYG+pBpl7xKDhxoNSOZH2hhv0v5k0y2yAM4o4SjoSkw==
dependencies:
map-visit "^1.0.0"
object-visit "^1.0.0"
-color-convert@^1.9.0, color-convert@^1.9.3:
+color-convert@^1.9.0:
version "1.9.3"
- resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz#bb71850690e1f136567de629d2d5471deda4c1e8"
+ resolved "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz"
integrity sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==
dependencies:
color-name "1.1.3"
color-convert@^2.0.1:
version "2.0.1"
- resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-2.0.1.tgz#72d3a68d598c9bdb3af2ad1e84f21d896abd4de3"
+ resolved "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz"
integrity sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==
dependencies:
color-name "~1.1.4"
-color-name@1.1.3:
- version "1.1.3"
- resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25"
- integrity sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==
-
-color-name@^1.0.0, color-name@~1.1.4:
+color-name@~1.1.4:
version "1.1.4"
- resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
+ resolved "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz"
integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
-color-string@^1.6.0:
- version "1.9.1"
- resolved "https://registry.yarnpkg.com/color-string/-/color-string-1.9.1.tgz#4467f9146f036f855b764dfb5bf8582bf342c7a4"
- integrity sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==
- dependencies:
- color-name "^1.0.0"
- simple-swizzle "^0.2.2"
-
-color@^3.0.0:
- version "3.2.1"
- resolved "https://registry.yarnpkg.com/color/-/color-3.2.1.tgz#3544dc198caf4490c3ecc9a790b54fe9ff45e164"
- integrity sha512-aBl7dZI9ENN6fUGC7mWpMTPNHmWUSNan9tuWN6ahh5ZLNk9baLJOnSMlrQkHcrfFgz2/RigjUVAjdx36VcemKA==
- dependencies:
- color-convert "^1.9.3"
- color-string "^1.6.0"
+color-name@1.1.3:
+ version "1.1.3"
+ resolved "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz"
+ integrity sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==
colord@^2.9.1:
version "2.9.3"
- resolved "https://registry.yarnpkg.com/colord/-/colord-2.9.3.tgz#4f8ce919de456f1d5c1c368c307fe20f3e59fb43"
+ resolved "https://registry.npmjs.org/colord/-/colord-2.9.3.tgz"
integrity sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==
colorette@^2.0.10, colorette@^2.0.16:
version "2.0.20"
- resolved "https://registry.yarnpkg.com/colorette/-/colorette-2.0.20.tgz#9eb793e6833067f7235902fcd3b09917a000a95a"
+ resolved "https://registry.npmjs.org/colorette/-/colorette-2.0.20.tgz"
integrity sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==
+colors@^1.1.2, colors@1.4.0:
+ version "1.4.0"
+ resolved "https://registry.npmjs.org/colors/-/colors-1.4.0.tgz"
+ integrity sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==
+
colors@1.0.3:
version "1.0.3"
- resolved "https://registry.yarnpkg.com/colors/-/colors-1.0.3.tgz#0433f44d809680fdeb60ed260f1b0c262e82a40b"
+ resolved "https://registry.npmjs.org/colors/-/colors-1.0.3.tgz"
integrity sha512-pFGrxThWcWQ2MsAz6RtgeWe4NK2kUE1WfsrvvlctdII745EW9I0yflqhe7++M5LEc7bV2c/9/5zc8sFcpL0Drw==
-colors@1.4.0, colors@^1.1.2:
- version "1.4.0"
- resolved "https://registry.yarnpkg.com/colors/-/colors-1.4.0.tgz#c50491479d4c1bdaed2c9ced32cf7c7dc2360f78"
- integrity sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==
-
combine-promises@^1.1.0:
version "1.2.0"
- resolved "https://registry.yarnpkg.com/combine-promises/-/combine-promises-1.2.0.tgz#5f2e68451862acf85761ded4d9e2af7769c2ca6a"
+ resolved "https://registry.npmjs.org/combine-promises/-/combine-promises-1.2.0.tgz"
integrity sha512-VcQB1ziGD0NXrhKxiwyNbCDmRzs/OShMs2GqW2DlU2A/Sd0nQxE1oWDAE5O0ygSx5mgQOn9eIFh7yKPgFRVkPQ==
combined-stream@^1.0.6, combined-stream@^1.0.8, combined-stream@~1.0.6:
version "1.0.8"
- resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f"
+ resolved "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz"
integrity sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==
dependencies:
delayed-stream "~1.0.0"
comma-separated-tokens@^1.0.0:
version "1.0.8"
- resolved "https://registry.yarnpkg.com/comma-separated-tokens/-/comma-separated-tokens-1.0.8.tgz#632b80b6117867a158f1080ad498b2fbe7e3f5ea"
+ resolved "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-1.0.8.tgz"
integrity sha512-GHuDRO12Sypu2cV70d1dkA2EUmXHgntrzbpvOB+Qy+49ypNfGgFQIC2fhhXbnyrJRynDCAARsT7Ou0M6hirpfw==
command-line-args@^5.0.0:
version "5.2.1"
- resolved "https://registry.yarnpkg.com/command-line-args/-/command-line-args-5.2.1.tgz#c44c32e437a57d7c51157696893c5909e9cec42e"
+ resolved "https://registry.npmjs.org/command-line-args/-/command-line-args-5.2.1.tgz"
integrity sha512-H4UfQhZyakIjC74I9d34fGYDwk3XpSr17QhEd0Q3I9Xq1CETHo4Hcuo87WyWHpAF1aSLjLRf5lD9ZGX2qStUvg==
dependencies:
array-back "^3.1.0"
@@ -8656,7 +7569,7 @@ command-line-args@^5.0.0:
command-line-tool@^0.8.0:
version "0.8.0"
- resolved "https://registry.yarnpkg.com/command-line-tool/-/command-line-tool-0.8.0.tgz#b00290ef1dfc11cc731dd1f43a92cfa5f21e715b"
+ resolved "https://registry.npmjs.org/command-line-tool/-/command-line-tool-0.8.0.tgz"
integrity sha512-Xw18HVx/QzQV3Sc5k1vy3kgtOeGmsKIqwtFFoyjI4bbcpSgnw2CWVULvtakyw4s6fhyAdI6soQQhXc2OzJy62g==
dependencies:
ansi-escape-sequences "^4.0.0"
@@ -8667,7 +7580,7 @@ command-line-tool@^0.8.0:
command-line-usage@^4.1.0:
version "4.1.0"
- resolved "https://registry.yarnpkg.com/command-line-usage/-/command-line-usage-4.1.0.tgz#a6b3b2e2703b4dcf8bd46ae19e118a9a52972882"
+ resolved "https://registry.npmjs.org/command-line-usage/-/command-line-usage-4.1.0.tgz"
integrity sha512-MxS8Ad995KpdAC0Jopo/ovGIroV/m0KHwzKfXxKag6FHOkGsH8/lv5yjgablcRxCJJC0oJeUMuO/gmaq+Wq46g==
dependencies:
ansi-escape-sequences "^4.0.0"
@@ -8675,79 +7588,79 @@ command-line-usage@^4.1.0:
table-layout "^0.4.2"
typical "^2.6.1"
-commander@12.0.0:
- version "12.0.0"
- resolved "https://registry.yarnpkg.com/commander/-/commander-12.0.0.tgz#b929db6df8546080adfd004ab215ed48cf6f2592"
- integrity sha512-MwVNWlYjDTtOjX5PiD7o5pK0UrFU/OYgcJfjjK4RaHZETNtjJqrZa9Y9ds88+A+f+d5lv+561eZ+yCKoS3gbAA==
-
-commander@9.1.0:
- version "9.1.0"
- resolved "https://registry.yarnpkg.com/commander/-/commander-9.1.0.tgz#a6b263b2327f2e188c6402c42623327909f2dbec"
- integrity sha512-i0/MaqBtdbnJ4XQs4Pmyb+oFQl+q0lsAmokVUH92SlSw4fkeAcG3bVon+Qt7hmtF+u3Het6o4VgrcY3qAoEB6w==
-
commander@^10.0.0:
version "10.0.1"
- resolved "https://registry.yarnpkg.com/commander/-/commander-10.0.1.tgz#881ee46b4f77d1c1dccc5823433aa39b022cbe06"
+ resolved "https://registry.npmjs.org/commander/-/commander-10.0.1.tgz"
integrity sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==
commander@^2.19.0, commander@^2.20.0:
version "2.20.3"
- resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33"
+ resolved "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz"
integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==
-commander@^3.0.1:
- version "3.0.2"
- resolved "https://registry.yarnpkg.com/commander/-/commander-3.0.2.tgz#6837c3fb677ad9933d1cfba42dd14d5117d6b39e"
- integrity sha512-Gar0ASD4BDyKC4hl4DwHqDrmvjoxWKZigVnAbn5H1owvm4CxCPdb0HQDehwNYMJpla5+M2tPmPARzhtYuwpHow==
-
-commander@^4.0.0, commander@^4.1.1:
+commander@^4.0.0:
version "4.1.1"
- resolved "https://registry.yarnpkg.com/commander/-/commander-4.1.1.tgz#9fd602bd936294e9e9ef46a3f4d6964044b18068"
+ resolved "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz"
integrity sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==
commander@^5.1.0:
version "5.1.0"
- resolved "https://registry.yarnpkg.com/commander/-/commander-5.1.0.tgz#46abbd1652f8e059bddaef99bbdcb2ad9cf179ae"
+ resolved "https://registry.npmjs.org/commander/-/commander-5.1.0.tgz"
integrity sha512-P0CysNDQ7rtVw4QIQtm+MRxV66vKFSvlsQvGYXZWR3qFU0jlMKHZZZgw8e+8DSah4UDKMqnknRDQz+xuQXQ/Zg==
-commander@^6.2.0, commander@^6.2.1:
+commander@^6.2.0:
+ version "6.2.1"
+ resolved "https://registry.npmjs.org/commander/-/commander-6.2.1.tgz"
+ integrity sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==
+
+commander@^6.2.1:
version "6.2.1"
- resolved "https://registry.yarnpkg.com/commander/-/commander-6.2.1.tgz#0792eb682dfbc325999bb2b84fddddba110ac73c"
+ resolved "https://registry.npmjs.org/commander/-/commander-6.2.1.tgz"
integrity sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==
commander@^7.2.0:
version "7.2.0"
- resolved "https://registry.yarnpkg.com/commander/-/commander-7.2.0.tgz#a36cb57d0b501ce108e4d20559a150a391d97ab7"
+ resolved "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz"
integrity sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==
commander@^8.3.0:
version "8.3.0"
- resolved "https://registry.yarnpkg.com/commander/-/commander-8.3.0.tgz#4837ea1b2da67b9c616a67afbb0fafee567bca66"
+ resolved "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz"
integrity sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==
+commander@12.0.0:
+ version "12.0.0"
+ resolved "https://registry.npmjs.org/commander/-/commander-12.0.0.tgz"
+ integrity sha512-MwVNWlYjDTtOjX5PiD7o5pK0UrFU/OYgcJfjjK4RaHZETNtjJqrZa9Y9ds88+A+f+d5lv+561eZ+yCKoS3gbAA==
+
+commander@9.1.0:
+ version "9.1.0"
+ resolved "https://registry.npmjs.org/commander/-/commander-9.1.0.tgz"
+ integrity sha512-i0/MaqBtdbnJ4XQs4Pmyb+oFQl+q0lsAmokVUH92SlSw4fkeAcG3bVon+Qt7hmtF+u3Het6o4VgrcY3qAoEB6w==
+
common-ancestor-path@^1.0.1:
version "1.0.1"
- resolved "https://registry.yarnpkg.com/common-ancestor-path/-/common-ancestor-path-1.0.1.tgz#4f7d2d1394d91b7abdf51871c62f71eadb0182a7"
+ resolved "https://registry.npmjs.org/common-ancestor-path/-/common-ancestor-path-1.0.1.tgz"
integrity sha512-L3sHRo1pXXEqX8VU28kfgUY+YGsk09hPqZiZmLacNib6XNTCM8ubYeT7ryXQw8asB1sKgcU5lkB7ONug08aB8w==
common-sequence@^2.0.0:
version "2.0.2"
- resolved "https://registry.yarnpkg.com/common-sequence/-/common-sequence-2.0.2.tgz#accc76bdc5876a1fcd92b73484d4285fff99d838"
+ resolved "https://registry.npmjs.org/common-sequence/-/common-sequence-2.0.2.tgz"
integrity sha512-jAg09gkdkrDO9EWTdXfv80WWH3yeZl5oT69fGfedBNS9pXUKYInVJ1bJ+/ht2+Moeei48TmSbQDYMc8EOx9G0g==
common-tags@^1.8.0:
version "1.8.2"
- resolved "https://registry.yarnpkg.com/common-tags/-/common-tags-1.8.2.tgz#94ebb3c076d26032745fd54face7f688ef5ac9c6"
+ resolved "https://registry.npmjs.org/common-tags/-/common-tags-1.8.2.tgz"
integrity sha512-gk/Z852D2Wtb//0I+kRFNKKE9dIIVirjoqPoA1wJU+XePVXZfGeBpk45+A1rKO4Q43prqWBNY/MiIeRLbPWUaA==
commondir@^1.0.1:
version "1.0.1"
- resolved "https://registry.yarnpkg.com/commondir/-/commondir-1.0.1.tgz#ddd800da0c66127393cca5950ea968a3aaf1253b"
+ resolved "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz"
integrity sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==
compare-func@^2.0.0:
version "2.0.0"
- resolved "https://registry.yarnpkg.com/compare-func/-/compare-func-2.0.0.tgz#fb65e75edbddfd2e568554e8b5b05fff7a51fcb3"
+ resolved "https://registry.npmjs.org/compare-func/-/compare-func-2.0.0.tgz"
integrity sha512-zHig5N+tPWARooBnb0Zx1MFcdfpyJrfTJ3Y5L+IFvUm8rM74hHz66z0gw0x4tijh5CorKkKUCnW82R2vmpeCRA==
dependencies:
array-ify "^1.0.0"
@@ -8755,19 +7668,12 @@ compare-func@^2.0.0:
component-emitter@^1.2.1:
version "1.3.1"
- resolved "https://registry.yarnpkg.com/component-emitter/-/component-emitter-1.3.1.tgz#ef1d5796f7d93f135ee6fb684340b26403c97d17"
+ resolved "https://registry.npmjs.org/component-emitter/-/component-emitter-1.3.1.tgz"
integrity sha512-T0+barUSQRTUQASh8bx02dl+DhF54GtIDY13Y3m9oWTklKbb3Wv974meRpeZ3lp1JpLVECWWNHC4vaG2XHXouQ==
-compose-function@3.0.3:
- version "3.0.3"
- resolved "https://registry.yarnpkg.com/compose-function/-/compose-function-3.0.3.tgz#9ed675f13cc54501d30950a486ff6a7ba3ab185f"
- integrity sha512-xzhzTJ5eC+gmIzvZq+C3kCJHsp9os6tJkrigDRZclyGtOKINbZtE8n1Tzmeh32jW+BUDPbvZpibwvJHBLGMVwg==
- dependencies:
- arity-n "^1.0.4"
-
compress-commons@^2.1.1:
version "2.1.1"
- resolved "https://registry.yarnpkg.com/compress-commons/-/compress-commons-2.1.1.tgz#9410d9a534cf8435e3fbbb7c6ce48de2dc2f0610"
+ resolved "https://registry.npmjs.org/compress-commons/-/compress-commons-2.1.1.tgz"
integrity sha512-eVw6n7CnEMFzc3duyFVrQEuY1BlHR3rYsSztyG32ibGMW722i3C6IizEGMFmfMU+A+fALvBIwxN3czffTcdA+Q==
dependencies:
buffer-crc32 "^0.2.13"
@@ -8777,14 +7683,14 @@ compress-commons@^2.1.1:
compressible@~2.0.16:
version "2.0.18"
- resolved "https://registry.yarnpkg.com/compressible/-/compressible-2.0.18.tgz#af53cca6b070d4c3c0750fbd77286a6d7cc46fba"
+ resolved "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz"
integrity sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==
dependencies:
mime-db ">= 1.43.0 < 2"
compression@^1.7.4:
version "1.7.4"
- resolved "https://registry.yarnpkg.com/compression/-/compression-1.7.4.tgz#95523eff170ca57c29a0ca41e6fe131f41e5bb8f"
+ resolved "https://registry.npmjs.org/compression/-/compression-1.7.4.tgz"
integrity sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==
dependencies:
accepts "~1.3.5"
@@ -8797,12 +7703,12 @@ compression@^1.7.4:
concat-map@0.0.1:
version "0.0.1"
- resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
+ resolved "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz"
integrity sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==
-concat-stream@^1.5.0, concat-stream@^1.5.1:
+concat-stream@^1.5.1:
version "1.6.2"
- resolved "https://registry.yarnpkg.com/concat-stream/-/concat-stream-1.6.2.tgz#904bdf194cd3122fc675c77fc4ac3d4ff0fd1a34"
+ resolved "https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.2.tgz"
integrity sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==
dependencies:
buffer-from "^1.0.0"
@@ -8812,7 +7718,7 @@ concat-stream@^1.5.0, concat-stream@^1.5.1:
concurrently@^6.2.1:
version "6.5.1"
- resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-6.5.1.tgz#4518c67f7ac680cf5c34d5adf399a2a2047edc8c"
+ resolved "https://registry.npmjs.org/concurrently/-/concurrently-6.5.1.tgz"
integrity sha512-FlSwNpGjWQfRwPLXvJ/OgysbBxPkWpiVjy1042b0U7on7S7qwwMIILRj7WTN1mTgqa582bG6NFuScOoh6Zgdag==
dependencies:
chalk "^4.1.0"
@@ -8826,12 +7732,12 @@ concurrently@^6.2.1:
confbox@^0.1.7:
version "0.1.7"
- resolved "https://registry.yarnpkg.com/confbox/-/confbox-0.1.7.tgz#ccfc0a2bcae36a84838e83a3b7f770fb17d6c579"
+ resolved "https://registry.npmjs.org/confbox/-/confbox-0.1.7.tgz"
integrity sha512-uJcB/FKZtBMCJpK8MQji6bJHgu1tixKPxRLeGkNzBoOZzpnZUJm0jm2/sBDWcuBx1dYgxV4JU+g5hmNxCyAmdA==
config-chain@^1.1.13:
version "1.1.13"
- resolved "https://registry.yarnpkg.com/config-chain/-/config-chain-1.1.13.tgz#fad0795aa6a6cdaff9ed1b68e9dff94372c232f4"
+ resolved "https://registry.npmjs.org/config-chain/-/config-chain-1.1.13.tgz"
integrity sha512-qj+f8APARXHrM0hraqXYb2/bOVSV4PvJQlNZ/DVj0QrmNM2q2euizkeuVckQ57J+W0mRH6Hvi+k50M4Jul2VRQ==
dependencies:
ini "^1.3.4"
@@ -8839,14 +7745,14 @@ config-chain@^1.1.13:
config-master@^3.1.0:
version "3.1.0"
- resolved "https://registry.yarnpkg.com/config-master/-/config-master-3.1.0.tgz#667663590505a283bf26a484d68489d74c5485da"
+ resolved "https://registry.npmjs.org/config-master/-/config-master-3.1.0.tgz"
integrity sha512-n7LBL1zBzYdTpF1mx5DNcZnZn05CWIdsdvtPL4MosvqbBUK3Rq6VWEtGUuF3Y0s9/CIhMejezqlSkP6TnCJ/9g==
dependencies:
walk-back "^2.0.1"
configstore@^4.0.0:
version "4.0.0"
- resolved "https://registry.yarnpkg.com/configstore/-/configstore-4.0.0.tgz#5933311e95d3687efb592c528b922d9262d227e7"
+ resolved "https://registry.npmjs.org/configstore/-/configstore-4.0.0.tgz"
integrity sha512-CmquAXFBocrzaSM8mtGPMM/HiWmyIpr4CcJl/rgY2uCObZ/S7cKU0silxslqJejl+t/T9HS8E0PUNQD81JGUEQ==
dependencies:
dot-prop "^4.1.0"
@@ -8858,7 +7764,7 @@ configstore@^4.0.0:
configstore@^5.0.1:
version "5.0.1"
- resolved "https://registry.yarnpkg.com/configstore/-/configstore-5.0.1.tgz#d365021b5df4b98cdd187d6a3b0e3f6a7cc5ed96"
+ resolved "https://registry.npmjs.org/configstore/-/configstore-5.0.1.tgz"
integrity sha512-aMKprgk5YhBNyH25hj8wGt2+D52Sw1DRRIzqBwLp2Ya9mFmY8KPvvtvmna8SxVR9JMZ4kzMD68N22vlaRpkeFA==
dependencies:
dot-prop "^5.2.0"
@@ -8868,24 +7774,19 @@ configstore@^5.0.1:
write-file-atomic "^3.0.0"
xdg-basedir "^4.0.0"
-confusing-browser-globals@^1.0.10, confusing-browser-globals@^1.0.11:
+confusing-browser-globals@^1.0.11:
version "1.0.11"
- resolved "https://registry.yarnpkg.com/confusing-browser-globals/-/confusing-browser-globals-1.0.11.tgz#ae40e9b57cdd3915408a2805ebd3a5585608dc81"
+ resolved "https://registry.npmjs.org/confusing-browser-globals/-/confusing-browser-globals-1.0.11.tgz"
integrity sha512-JsPKdmh8ZkmnHxDk55FZ1TqVLvEQTvoByJZRN9jzI0UjxK/QgAmsphz7PGtqgPieQZ/CQcHWXCR7ATDNhGe+YA==
-connect-history-api-fallback@^1.6.0:
- version "1.6.0"
- resolved "https://registry.yarnpkg.com/connect-history-api-fallback/-/connect-history-api-fallback-1.6.0.tgz#8b32089359308d111115d81cad3fceab888f97bc"
- integrity sha512-e54B99q/OUoH64zYYRf3HBP5z24G38h5D3qXu23JGRoigpX5Ss4r9ZnDk3g0Z8uQC2x2lPaJ+UlWBc1ZWBWdLg==
-
connect-history-api-fallback@^2.0.0:
version "2.0.0"
- resolved "https://registry.yarnpkg.com/connect-history-api-fallback/-/connect-history-api-fallback-2.0.0.tgz#647264845251a0daf25b97ce87834cace0f5f1c8"
+ resolved "https://registry.npmjs.org/connect-history-api-fallback/-/connect-history-api-fallback-2.0.0.tgz"
integrity sha512-U73+6lQFmfiNPrYbXqr6kZ1i1wiRqXnp2nhMsINseWXO8lDau0LGEffJ8kQi4EjLZympVgRdvqjAgiZ1tgzDDA==
connect@^3.6.6:
version "3.7.0"
- resolved "https://registry.yarnpkg.com/connect/-/connect-3.7.0.tgz#5d49348910caa5e07a01800b030d0c35f20484f8"
+ resolved "https://registry.npmjs.org/connect/-/connect-3.7.0.tgz"
integrity sha512-ZqRXc+tZukToSNmh5C2iWMSoV3X1YUcPbqEM4DkEG5tNQXrQUZCNVGGv3IuicnkMtPfGf3Xtp8WCXs295iQ1pQ==
dependencies:
debug "2.6.9"
@@ -8895,44 +7796,39 @@ connect@^3.6.6:
consola@^2.15.3:
version "2.15.3"
- resolved "https://registry.yarnpkg.com/consola/-/consola-2.15.3.tgz#2e11f98d6a4be71ff72e0bdf07bd23e12cb61550"
+ resolved "https://registry.npmjs.org/consola/-/consola-2.15.3.tgz"
integrity sha512-9vAdYbHj6x2fLKC4+oPH0kFzY/orMZyG2Aj+kNylHxKGJ/Ed4dpNyAQYwJOdqO4zdM7XpVHmyejQDcQHrnuXbw==
consola@^3.2.3:
version "3.2.3"
- resolved "https://registry.yarnpkg.com/consola/-/consola-3.2.3.tgz#0741857aa88cfa0d6fd53f1cff0375136e98502f"
+ resolved "https://registry.npmjs.org/consola/-/consola-3.2.3.tgz"
integrity sha512-I5qxpzLv+sJhTVEoLYNcTW+bThDCPsit0vLNKShZx6rLtpilNpmmeTPaeqJb9ZE9dV3DGaeby6Vuhrw38WjeyQ==
-console-browserify@^1.1.0:
- version "1.2.0"
- resolved "https://registry.yarnpkg.com/console-browserify/-/console-browserify-1.2.0.tgz#67063cef57ceb6cf4993a2ab3a55840ae8c49336"
- integrity sha512-ZMkYO/LkF17QvCPqM0gxw8yUzigAOZOSWSHg91FH6orS7vcEj5dVZTidN2fQ14yBSdg97RqhSNwLUXInd52OTA==
-
constants-browserify@^1.0.0:
version "1.0.0"
- resolved "https://registry.yarnpkg.com/constants-browserify/-/constants-browserify-1.0.0.tgz#c20b96d8c617748aaf1c16021760cd27fcb8cb75"
+ resolved "https://registry.npmjs.org/constants-browserify/-/constants-browserify-1.0.0.tgz"
integrity sha512-xFxOwqIzR/e1k1gLiWEophSCMqXcwVHIH7akf7b/vxcUeGunlj3hvZaaqxwHsTgn+IndtkQJgSztIDWeumWJDQ==
content-disposition@0.5.2:
version "0.5.2"
- resolved "https://registry.yarnpkg.com/content-disposition/-/content-disposition-0.5.2.tgz#0cf68bb9ddf5f2be7961c3a85178cb85dba78cb4"
+ resolved "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.2.tgz"
integrity sha512-kRGRZw3bLlFISDBgwTSA1TMBFN6J6GWDeubmDE3AF+3+yXL8hTWv8r5rkLbqYXY4RjPk/EzHnClI3zQf1cFmHA==
content-disposition@0.5.4:
version "0.5.4"
- resolved "https://registry.yarnpkg.com/content-disposition/-/content-disposition-0.5.4.tgz#8b82b4efac82512a02bb0b1dcec9d2c5e8eb5bfe"
+ resolved "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz"
integrity sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==
dependencies:
safe-buffer "5.2.1"
content-type@~1.0.4, content-type@~1.0.5:
version "1.0.5"
- resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.5.tgz#8b773162656d1d1086784c8f23a54ce6d73d7918"
+ resolved "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz"
integrity sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==
conventional-changelog-angular@^5.0.11:
version "5.0.13"
- resolved "https://registry.yarnpkg.com/conventional-changelog-angular/-/conventional-changelog-angular-5.0.13.tgz#896885d63b914a70d4934b59d2fe7bde1832b28c"
+ resolved "https://registry.npmjs.org/conventional-changelog-angular/-/conventional-changelog-angular-5.0.13.tgz"
integrity sha512-i/gipMxs7s8L/QeuavPF2hLnJgH6pEZAttySB6aiQLWcX3puWDL3ACVmvBhJGxnAy52Qc15ua26BufY6KpmrVA==
dependencies:
compare-func "^2.0.0"
@@ -8940,7 +7836,7 @@ conventional-changelog-angular@^5.0.11:
conventional-changelog-conventionalcommits@^4.3.1:
version "4.6.3"
- resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-4.6.3.tgz#0765490f56424b46f6cb4db9135902d6e5a36dc2"
+ resolved "https://registry.npmjs.org/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-4.6.3.tgz"
integrity sha512-LTTQV4fwOM4oLPad317V/QNQ1FY4Hju5qeBIM1uTHbrnCE+Eg4CdRZ3gO2pUeR+tzWdp80M2j3qFFEDWVqOV4g==
dependencies:
compare-func "^2.0.0"
@@ -8949,80 +7845,63 @@ conventional-changelog-conventionalcommits@^4.3.1:
conventional-commits-parser@^3.0.0:
version "3.2.4"
- resolved "https://registry.yarnpkg.com/conventional-commits-parser/-/conventional-commits-parser-3.2.4.tgz#a7d3b77758a202a9b2293d2112a8d8052c740972"
+ resolved "https://registry.npmjs.org/conventional-commits-parser/-/conventional-commits-parser-3.2.4.tgz"
integrity sha512-nK7sAtfi+QXbxHCYfhpZsfRtaitZLIA6889kFIouLvz6repszQDgxBu7wf2WbU+Dco7sAnNCJYERCwt54WPC2Q==
dependencies:
- JSONStream "^1.0.4"
is-text-path "^1.0.1"
+ JSONStream "^1.0.4"
lodash "^4.17.15"
meow "^8.0.0"
split2 "^3.0.0"
through2 "^4.0.0"
-convert-source-map@1.7.0:
- version "1.7.0"
- resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.7.0.tgz#17a2cb882d7f77d3490585e2ce6c524424a3a442"
- integrity sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA==
- dependencies:
- safe-buffer "~5.1.1"
-
-convert-source-map@^0.3.3:
- version "0.3.5"
- resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-0.3.5.tgz#f1d802950af7dd2631a1febe0596550c86ab3190"
- integrity sha512-+4nRk0k3oEpwUB7/CalD7xE2z4VmtEnnq0GO2IPTkrooTrAhEsWvuLF5iWP1dXrwluki/azwXV1ve7gtYuPldg==
-
convert-source-map@^1.4.0, convert-source-map@^1.5.0, convert-source-map@^1.6.0, convert-source-map@^1.7.0:
version "1.9.0"
- resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.9.0.tgz#7faae62353fb4213366d0ca98358d22e8368b05f"
+ resolved "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz"
integrity sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==
convert-source-map@^2.0.0:
version "2.0.0"
- resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-2.0.0.tgz#4b560f649fc4e918dd0ab75cf4961e8bc882d82a"
+ resolved "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz"
integrity sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==
+convert-source-map@1.7.0:
+ version "1.7.0"
+ resolved "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.7.0.tgz"
+ integrity sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA==
+ dependencies:
+ safe-buffer "~5.1.1"
+
cookie-signature@1.0.6:
version "1.0.6"
- resolved "https://registry.yarnpkg.com/cookie-signature/-/cookie-signature-1.0.6.tgz#e303a882b342cc3ee8ca513a79999734dab3ae2c"
+ resolved "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz"
integrity sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==
cookie@0.6.0:
version "0.6.0"
- resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.6.0.tgz#2798b04b071b0ecbff0dbb62a505a8efa4e19051"
+ resolved "https://registry.npmjs.org/cookie/-/cookie-0.6.0.tgz"
integrity sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==
-copy-concurrently@^1.0.0:
- version "1.0.5"
- resolved "https://registry.yarnpkg.com/copy-concurrently/-/copy-concurrently-1.0.5.tgz#92297398cae34937fcafd6ec8139c18051f0b5e0"
- integrity sha512-f2domd9fsVDFtaFcbaRZuYXwtdmnzqbADSwhSWYxYB/Q8zsdUUFMXVRwXGDMWmbEzAn1kdRrtI1T/KTFOL4X2A==
- dependencies:
- aproba "^1.1.1"
- fs-write-stream-atomic "^1.0.8"
- iferr "^0.1.5"
- mkdirp "^0.5.1"
- rimraf "^2.5.4"
- run-queue "^1.0.0"
-
copy-descriptor@^0.1.0:
version "0.1.1"
- resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
+ resolved "https://registry.npmjs.org/copy-descriptor/-/copy-descriptor-0.1.1.tgz"
integrity sha512-XgZ0pFcakEUlbwQEVNg3+QAis1FyTL3Qel9FYy8pSkQqoG3PNoT0bOCQtOXcOkur21r2Eq2kI+IE+gsmAEVlYw==
copy-text-to-clipboard@^3.0.1:
version "3.2.0"
- resolved "https://registry.yarnpkg.com/copy-text-to-clipboard/-/copy-text-to-clipboard-3.2.0.tgz#0202b2d9bdae30a49a53f898626dcc3b49ad960b"
+ resolved "https://registry.npmjs.org/copy-text-to-clipboard/-/copy-text-to-clipboard-3.2.0.tgz"
integrity sha512-RnJFp1XR/LOBDckxTib5Qjr/PMfkatD0MUCQgdpqS8MdKiNUzBjAQBEN6oUy+jW7LI93BBG3DtMB2KOOKpGs2Q==
copy-to-clipboard@^3.0.8:
version "3.3.3"
- resolved "https://registry.yarnpkg.com/copy-to-clipboard/-/copy-to-clipboard-3.3.3.tgz#55ac43a1db8ae639a4bd99511c148cdd1b83a1b0"
+ resolved "https://registry.npmjs.org/copy-to-clipboard/-/copy-to-clipboard-3.3.3.tgz"
integrity sha512-2KV8NhB5JqC3ky0r9PMCAZKbUHSwtEo4CwCs0KXgruG43gX5PMqDEBbVU4OUzw2MuAWUfsuFmWvEKG5QRfSnJA==
dependencies:
toggle-selection "^1.0.6"
copy-webpack-plugin@^11.0.0:
version "11.0.0"
- resolved "https://registry.yarnpkg.com/copy-webpack-plugin/-/copy-webpack-plugin-11.0.0.tgz#96d4dbdb5f73d02dd72d0528d1958721ab72e04a"
+ resolved "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-11.0.0.tgz"
integrity sha512-fX2MWpamkW0hZxMEg0+mYnA40LTosOSa5TqZ9GYIBzyJa9C3QUaMPSE2xAi/buNr8u89SfD9wHSQVBzrRa/SOQ==
dependencies:
fast-glob "^3.2.11"
@@ -9034,57 +7913,42 @@ copy-webpack-plugin@^11.0.0:
core-js-compat@^3.36.1, core-js-compat@^3.37.1:
version "3.37.1"
- resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.37.1.tgz#c844310c7852f4bdf49b8d339730b97e17ff09ee"
+ resolved "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.37.1.tgz"
integrity sha512-9TNiImhKvQqSUkOvk/mMRZzOANTiEVC7WaBNhHcKM7x+/5E1l5NvsysR19zuDQScE8k+kfQXWRN3AtS/eOSHpg==
dependencies:
browserslist "^4.23.0"
core-js-pure@^3.23.3, core-js-pure@^3.30.2:
version "3.37.1"
- resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.37.1.tgz#2b4b34281f54db06c9a9a5bd60105046900553bd"
+ resolved "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.37.1.tgz"
integrity sha512-J/r5JTHSmzTxbiYYrzXg9w1VpqrYt+gexenBE9pugeyhwPZTAEJddyiReJWsLO6uNQ8xJZFbod6XC7KKwatCiA==
-core-js@^2.4.0:
- version "2.6.12"
- resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.12.tgz#d9333dfa7b065e347cc5682219d6f690859cc2ec"
- integrity sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==
-
-core-js@^3.19.2, core-js@^3.23.3, core-js@^3.6.5:
+core-js@^3.19.2, core-js@^3.23.3:
version "3.37.1"
- resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.37.1.tgz#d21751ddb756518ac5a00e4d66499df981a62db9"
+ resolved "https://registry.npmjs.org/core-js/-/core-js-3.37.1.tgz"
integrity sha512-Xn6qmxrQZyB0FFY8E3bgRXei3lWDJHhvI+u0q9TKIYM49G8pAr0FgnnrFRAmsbptZL1yxRADVXn+x5AGsbBfyw==
-core-util-is@1.0.2:
- version "1.0.2"
- resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
- integrity sha512-3lqz5YjWTYnW6dlDa5TLaTCcShfar1e40rmcJVwCBJC6mWlFuj0eCHIElmG1g5kyuJ/GD+8Wn4FFCcz4gJPfaQ==
-
core-util-is@~1.0.0:
version "1.0.3"
- resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.3.tgz#a6042d3634c2b27e9328f837b965fac83808db85"
+ resolved "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz"
integrity sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==
+core-util-is@1.0.2:
+ version "1.0.2"
+ resolved "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz"
+ integrity sha512-3lqz5YjWTYnW6dlDa5TLaTCcShfar1e40rmcJVwCBJC6mWlFuj0eCHIElmG1g5kyuJ/GD+8Wn4FFCcz4gJPfaQ==
+
cors@latest:
version "2.8.5"
- resolved "https://registry.yarnpkg.com/cors/-/cors-2.8.5.tgz#eac11da51592dd86b9f06f6e7ac293b3df875d29"
+ resolved "https://registry.npmjs.org/cors/-/cors-2.8.5.tgz"
integrity sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g==
dependencies:
object-assign "^4"
vary "^1"
-cosmiconfig@^5.0.0:
- version "5.2.1"
- resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-5.2.1.tgz#040f726809c591e77a17c0a3626ca45b4f168b1a"
- integrity sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA==
- dependencies:
- import-fresh "^2.0.0"
- is-directory "^0.3.1"
- js-yaml "^3.13.1"
- parse-json "^4.0.0"
-
cosmiconfig@^6.0.0:
version "6.0.0"
- resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-6.0.0.tgz#da4fee853c52f6b1e6935f41c1a2fc50bd4a9982"
+ resolved "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-6.0.0.tgz"
integrity sha512-xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg==
dependencies:
"@types/parse-json" "^4.0.0"
@@ -9095,7 +7959,7 @@ cosmiconfig@^6.0.0:
cosmiconfig@^7.0.0, cosmiconfig@^7.0.1:
version "7.1.0"
- resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-7.1.0.tgz#1443b9afa596b670082ea46cbd8f6a62b84635f6"
+ resolved "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz"
integrity sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==
dependencies:
"@types/parse-json" "^4.0.0"
@@ -9106,7 +7970,7 @@ cosmiconfig@^7.0.0, cosmiconfig@^7.0.1:
cosmiconfig@^8.3.5:
version "8.3.6"
- resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-8.3.6.tgz#060a2b871d66dba6c8538ea1118ba1ac16f5fae3"
+ resolved "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.3.6.tgz"
integrity sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==
dependencies:
import-fresh "^3.3.0"
@@ -9116,7 +7980,7 @@ cosmiconfig@^8.3.5:
cosmiconfig@^9.0.0:
version "9.0.0"
- resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-9.0.0.tgz#34c3fc58287b915f3ae905ab6dc3de258b55ad9d"
+ resolved "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-9.0.0.tgz"
integrity sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==
dependencies:
env-paths "^2.2.1"
@@ -9124,24 +7988,24 @@ cosmiconfig@^9.0.0:
js-yaml "^4.1.0"
parse-json "^5.2.0"
+crc@^3.4.4:
+ version "3.8.0"
+ resolved "https://registry.npmjs.org/crc/-/crc-3.8.0.tgz"
+ integrity sha512-iX3mfgcTMIq3ZKLIsVFAbv7+Mc10kxabAGQb8HvjA1o3T1PIYprbakQ65d3I+2HGHt6nSKkM9PYjgoJO2KcFBQ==
+ dependencies:
+ buffer "^5.1.0"
+
crc32-stream@^3.0.1:
version "3.0.1"
- resolved "https://registry.yarnpkg.com/crc32-stream/-/crc32-stream-3.0.1.tgz#cae6eeed003b0e44d739d279de5ae63b171b4e85"
+ resolved "https://registry.npmjs.org/crc32-stream/-/crc32-stream-3.0.1.tgz"
integrity sha512-mctvpXlbzsvK+6z8kJwSJ5crm7yBwrQMTybJzMw1O4lLGJqjlDCXY2Zw7KheiA6XBEcBmfLx1D88mjRGVJtY9w==
dependencies:
crc "^3.4.4"
readable-stream "^3.4.0"
-crc@^3.4.4:
- version "3.8.0"
- resolved "https://registry.yarnpkg.com/crc/-/crc-3.8.0.tgz#ad60269c2c856f8c299e2c4cc0de4556914056c6"
- integrity sha512-iX3mfgcTMIq3ZKLIsVFAbv7+Mc10kxabAGQb8HvjA1o3T1PIYprbakQ65d3I+2HGHt6nSKkM9PYjgoJO2KcFBQ==
- dependencies:
- buffer "^5.1.0"
-
create-ecdh@^4.0.0:
version "4.0.4"
- resolved "https://registry.yarnpkg.com/create-ecdh/-/create-ecdh-4.0.4.tgz#d6e7f4bffa66736085a0762fd3a632684dabcc4e"
+ resolved "https://registry.npmjs.org/create-ecdh/-/create-ecdh-4.0.4.tgz"
integrity sha512-mf+TCx8wWc9VpuxfP2ht0iSISLZnt0JgWlrOKZiNqyUZWnjIaCIVNQArMHnCZKfEYRg6IM7A+NeJoN8gf/Ws0A==
dependencies:
bn.js "^4.1.0"
@@ -9149,7 +8013,7 @@ create-ecdh@^4.0.0:
create-hash@^1.1.0, create-hash@^1.1.2, create-hash@^1.2.0:
version "1.2.0"
- resolved "https://registry.yarnpkg.com/create-hash/-/create-hash-1.2.0.tgz#889078af11a63756bcfb59bd221996be3a9ef196"
+ resolved "https://registry.npmjs.org/create-hash/-/create-hash-1.2.0.tgz"
integrity sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg==
dependencies:
cipher-base "^1.0.1"
@@ -9160,7 +8024,7 @@ create-hash@^1.1.0, create-hash@^1.1.2, create-hash@^1.2.0:
create-hmac@^1.1.0, create-hmac@^1.1.4, create-hmac@^1.1.7:
version "1.1.7"
- resolved "https://registry.yarnpkg.com/create-hmac/-/create-hmac-1.1.7.tgz#69170c78b3ab957147b2b8b04572e47ead2243ff"
+ resolved "https://registry.npmjs.org/create-hmac/-/create-hmac-1.1.7.tgz"
integrity sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg==
dependencies:
cipher-base "^1.0.3"
@@ -9172,66 +8036,64 @@ create-hmac@^1.1.0, create-hmac@^1.1.4, create-hmac@^1.1.7:
cross-domain-safe-weakmap@^1, cross-domain-safe-weakmap@^1.0.1:
version "1.0.29"
- resolved "https://registry.yarnpkg.com/cross-domain-safe-weakmap/-/cross-domain-safe-weakmap-1.0.29.tgz#0847975c27d9e1cc840f24c1745311958df98022"
+ resolved "https://registry.npmjs.org/cross-domain-safe-weakmap/-/cross-domain-safe-weakmap-1.0.29.tgz"
integrity sha512-VLoUgf2SXnf3+na8NfeUFV59TRZkIJqCIATaMdbhccgtnTlSnHXkyTRwokngEGYdQXx8JbHT9GDYitgR2sdjuA==
dependencies:
cross-domain-utils "^2.0.0"
cross-domain-utils@^2, cross-domain-utils@^2.0.0:
version "2.0.38"
- resolved "https://registry.yarnpkg.com/cross-domain-utils/-/cross-domain-utils-2.0.38.tgz#2eaf321c4dfdb61596805ca4233fde4400cb6377"
+ resolved "https://registry.npmjs.org/cross-domain-utils/-/cross-domain-utils-2.0.38.tgz"
integrity sha512-zZfi3+2EIR9l4chrEiXI2xFleyacsJf8YMLR1eJ0Veb5FTMXeJ3DpxDjZkto2FhL/g717WSELqbptNSo85UJDw==
dependencies:
zalgo-promise "^1.0.11"
cross-fetch@^3.1.5:
version "3.1.8"
- resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.1.8.tgz#0327eba65fd68a7d119f8fb2bf9334a1a7956f82"
+ resolved "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.8.tgz"
integrity sha512-cvA+JwZoU0Xq+h6WkMvAUqPEYy92Obet6UdKLfW60qn99ftItKjB5T+BkyWOFWe2pUyfQ+IJHmpOTznqk1M6Kg==
dependencies:
node-fetch "^2.6.12"
-cross-spawn@7.0.1:
- version "7.0.1"
- resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.1.tgz#0ab56286e0f7c24e153d04cc2aa027e43a9a5d14"
- integrity sha512-u7v4o84SwFpD32Z8IIcPZ6z1/ie24O6RU3RbtL5Y316l3KuHVPx9ItBgWQ6VlfAFnRnTtMUrsQ9MUUTuEZjogg==
- dependencies:
- path-key "^3.1.0"
- shebang-command "^2.0.0"
- which "^2.0.1"
-
-cross-spawn@7.0.3, cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
- version "7.0.3"
- resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
- integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==
- dependencies:
- path-key "^3.1.0"
- shebang-command "^2.0.0"
- which "^2.0.1"
-
-cross-spawn@^5.0.1, cross-spawn@^5.1.0:
+cross-spawn@^5.0.1:
version "5.1.0"
- resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-5.1.0.tgz#e8bd0efee58fcff6f8f94510a0a554bbfa235449"
+ resolved "https://registry.npmjs.org/cross-spawn/-/cross-spawn-5.1.0.tgz"
integrity sha512-pTgQJ5KC0d2hcY8eyL1IzlBPYjTkyH72XRZPnLyKus2mBfNjQs3klqbJU2VILqZryAZUt9JOb3h/mWMy23/f5A==
dependencies:
lru-cache "^4.0.1"
shebang-command "^1.2.0"
which "^1.2.9"
-cross-spawn@^6.0.0:
- version "6.0.5"
- resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4"
- integrity sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==
+cross-spawn@^5.1.0:
+ version "5.1.0"
+ resolved "https://registry.npmjs.org/cross-spawn/-/cross-spawn-5.1.0.tgz"
+ integrity sha512-pTgQJ5KC0d2hcY8eyL1IzlBPYjTkyH72XRZPnLyKus2mBfNjQs3klqbJU2VILqZryAZUt9JOb3h/mWMy23/f5A==
dependencies:
- nice-try "^1.0.4"
- path-key "^2.0.1"
- semver "^5.5.0"
+ lru-cache "^4.0.1"
shebang-command "^1.2.0"
which "^1.2.9"
-crypto-browserify@^3.11.0, crypto-browserify@^3.12.0:
+cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
+ version "7.0.3"
+ resolved "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz"
+ integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==
+ dependencies:
+ path-key "^3.1.0"
+ shebang-command "^2.0.0"
+ which "^2.0.1"
+
+cross-spawn@7.0.1:
+ version "7.0.1"
+ resolved "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.1.tgz"
+ integrity sha512-u7v4o84SwFpD32Z8IIcPZ6z1/ie24O6RU3RbtL5Y316l3KuHVPx9ItBgWQ6VlfAFnRnTtMUrsQ9MUUTuEZjogg==
+ dependencies:
+ path-key "^3.1.0"
+ shebang-command "^2.0.0"
+ which "^2.0.1"
+
+crypto-browserify@^3.12.0:
version "3.12.0"
- resolved "https://registry.yarnpkg.com/crypto-browserify/-/crypto-browserify-3.12.0.tgz#396cf9f3137f03e4b8e532c58f698254e00f80ec"
+ resolved "https://registry.npmjs.org/crypto-browserify/-/crypto-browserify-3.12.0.tgz"
integrity sha512-fz4spIh+znjO2VjL+IdhEpRJ3YN6sMzITSBijk6FK2UvTqruSQW+/cCZTSNsMiZNvUeq0CqurF+dAbyiGOY6Wg==
dependencies:
browserify-cipher "^1.0.0"
@@ -9248,89 +8110,43 @@ crypto-browserify@^3.11.0, crypto-browserify@^3.12.0:
crypto-random-string@^1.0.0:
version "1.0.0"
- resolved "https://registry.yarnpkg.com/crypto-random-string/-/crypto-random-string-1.0.0.tgz#a230f64f568310e1498009940790ec99545bca7e"
+ resolved "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-1.0.0.tgz"
integrity sha512-GsVpkFPlycH7/fRR7Dhcmnoii54gV1nz7y4CWyeFS14N+JVBBhY+r8amRHE4BwSYal7BPTDp8isvAlCxyFt3Hg==
crypto-random-string@^2.0.0:
version "2.0.0"
- resolved "https://registry.yarnpkg.com/crypto-random-string/-/crypto-random-string-2.0.0.tgz#ef2a7a966ec11083388369baa02ebead229b30d5"
+ resolved "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-2.0.0.tgz"
integrity sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==
crypto-random-string@^4.0.0:
version "4.0.0"
- resolved "https://registry.yarnpkg.com/crypto-random-string/-/crypto-random-string-4.0.0.tgz#5a3cc53d7dd86183df5da0312816ceeeb5bb1fc2"
+ resolved "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-4.0.0.tgz"
integrity sha512-x8dy3RnvYdlUcPOjkEHqozhiwzKNSq7GcPuXFbnyMOCHxX8V3OgIg/pYuabl2sbUPfIJaeAQB7PMOK8DFIdoRA==
dependencies:
type-fest "^1.0.1"
-css-blank-pseudo@^0.1.4:
- version "0.1.4"
- resolved "https://registry.yarnpkg.com/css-blank-pseudo/-/css-blank-pseudo-0.1.4.tgz#dfdefd3254bf8a82027993674ccf35483bfcb3c5"
- integrity sha512-LHz35Hr83dnFeipc7oqFDmsjHdljj3TQtxGGiNWSOsTLIAubSm4TEz8qCaKFpk7idaQ1GfWscF4E6mgpBysA1w==
- dependencies:
- postcss "^7.0.5"
-
css-blank-pseudo@^3.0.3:
version "3.0.3"
- resolved "https://registry.yarnpkg.com/css-blank-pseudo/-/css-blank-pseudo-3.0.3.tgz#36523b01c12a25d812df343a32c322d2a2324561"
+ resolved "https://registry.npmjs.org/css-blank-pseudo/-/css-blank-pseudo-3.0.3.tgz"
integrity sha512-VS90XWtsHGqoM0t4KpH053c4ehxZ2E6HtGI7x68YFV0pTo/QmkV/YFA+NnlvK8guxZVNWGQhVNJGC39Q8XF4OQ==
dependencies:
postcss-selector-parser "^6.0.9"
-css-color-names@0.0.4, css-color-names@^0.0.4:
- version "0.0.4"
- resolved "https://registry.yarnpkg.com/css-color-names/-/css-color-names-0.0.4.tgz#808adc2e79cf84738069b646cb20ec27beb629e0"
- integrity sha512-zj5D7X1U2h2zsXOAM8EyUREBnnts6H+Jm+d1M2DbiQQcUtnqgQsMrdo8JW9R80YFUmIdBZeMu5wvYM7hcgWP/Q==
-
-css-declaration-sorter@^4.0.1:
- version "4.0.1"
- resolved "https://registry.yarnpkg.com/css-declaration-sorter/-/css-declaration-sorter-4.0.1.tgz#c198940f63a76d7e36c1e71018b001721054cb22"
- integrity sha512-BcxQSKTSEEQUftYpBVnsH4SF05NTuBokb19/sBt6asXGKZ/6VP7PLG1CBCkFDYOnhXhPh0jMhO6xZ71oYHXHBA==
- dependencies:
- postcss "^7.0.1"
- timsort "^0.3.0"
-
css-declaration-sorter@^6.3.1:
version "6.4.1"
- resolved "https://registry.yarnpkg.com/css-declaration-sorter/-/css-declaration-sorter-6.4.1.tgz#28beac7c20bad7f1775be3a7129d7eae409a3a71"
+ resolved "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-6.4.1.tgz"
integrity sha512-rtdthzxKuyq6IzqX6jEcIzQF/YqccluefyCYheovBOLhFT/drQA9zj/UbRAa9J7C0o6EG6u3E6g+vKkay7/k3g==
-css-has-pseudo@^0.10.0:
- version "0.10.0"
- resolved "https://registry.yarnpkg.com/css-has-pseudo/-/css-has-pseudo-0.10.0.tgz#3c642ab34ca242c59c41a125df9105841f6966ee"
- integrity sha512-Z8hnfsZu4o/kt+AuFzeGpLVhFOGO9mluyHBaA2bA8aCGTwah5sT3WV/fTHH8UNZUytOIImuGPrl/prlb4oX4qQ==
- dependencies:
- postcss "^7.0.6"
- postcss-selector-parser "^5.0.0-rc.4"
-
css-has-pseudo@^3.0.4:
version "3.0.4"
- resolved "https://registry.yarnpkg.com/css-has-pseudo/-/css-has-pseudo-3.0.4.tgz#57f6be91ca242d5c9020ee3e51bbb5b89fc7af73"
+ resolved "https://registry.npmjs.org/css-has-pseudo/-/css-has-pseudo-3.0.4.tgz"
integrity sha512-Vse0xpR1K9MNlp2j5w1pgWIJtm1a8qS0JwS9goFYcImjlHEmywP9VUF05aGBXzGpDJF86QXk4L0ypBmwPhGArw==
dependencies:
postcss-selector-parser "^6.0.9"
-css-loader@4.3.0:
- version "4.3.0"
- resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-4.3.0.tgz#c888af64b2a5b2e85462c72c0f4a85c7e2e0821e"
- integrity sha512-rdezjCjScIrsL8BSYszgT4s476IcNKt6yX69t0pHjJVnPUTDpn4WfIpDQTN3wCJvUvfsz/mFjuGOekf3PY3NUg==
- dependencies:
- camelcase "^6.0.0"
- cssesc "^3.0.0"
- icss-utils "^4.1.1"
- loader-utils "^2.0.0"
- postcss "^7.0.32"
- postcss-modules-extract-imports "^2.0.0"
- postcss-modules-local-by-default "^3.0.3"
- postcss-modules-scope "^2.2.0"
- postcss-modules-values "^3.0.0"
- postcss-value-parser "^4.1.0"
- schema-utils "^2.7.1"
- semver "^7.3.2"
-
css-loader@^6.5.1, css-loader@^6.7.1:
version "6.11.0"
- resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-6.11.0.tgz#33bae3bf6363d0a7c2cf9031c96c744ff54d85ba"
+ resolved "https://registry.npmjs.org/css-loader/-/css-loader-6.11.0.tgz"
integrity sha512-CTJ+AEQJjq5NzLga5pE39qdiSV56F8ywCIsqNIRF0r7BDgWsN25aazToqAFg7ZrtA/U016xudB3ffgweORxX7g==
dependencies:
icss-utils "^5.1.0"
@@ -9342,9 +8158,9 @@ css-loader@^6.5.1, css-loader@^6.7.1:
postcss-value-parser "^4.2.0"
semver "^7.5.4"
-css-minimizer-webpack-plugin@^3.2.0:
+css-minimizer-webpack-plugin@^3.2.0, css-minimizer-webpack-plugin@^3.4.1:
version "3.4.1"
- resolved "https://registry.yarnpkg.com/css-minimizer-webpack-plugin/-/css-minimizer-webpack-plugin-3.4.1.tgz#ab78f781ced9181992fe7b6e4f3422e76429878f"
+ resolved "https://registry.npmjs.org/css-minimizer-webpack-plugin/-/css-minimizer-webpack-plugin-3.4.1.tgz"
integrity sha512-1u6D71zeIfgngN2XNRJefc/hY7Ybsxd74Jm4qngIXyUEk7fss3VUzuHxLAq/R8NAba4QU9OUSaMZlbpRc7bM4Q==
dependencies:
cssnano "^5.0.6"
@@ -9356,7 +8172,7 @@ css-minimizer-webpack-plugin@^3.2.0:
css-minimizer-webpack-plugin@^4.0.0:
version "4.2.2"
- resolved "https://registry.yarnpkg.com/css-minimizer-webpack-plugin/-/css-minimizer-webpack-plugin-4.2.2.tgz#79f6199eb5adf1ff7ba57f105e3752d15211eb35"
+ resolved "https://registry.npmjs.org/css-minimizer-webpack-plugin/-/css-minimizer-webpack-plugin-4.2.2.tgz"
integrity sha512-s3Of/4jKfw1Hj9CxEO1E5oXhQAxlayuHO2y/ML+C6I9sQ7FdzfEV6QgMLN3vI+qFsjJGIAFLKtQK7t8BOXAIyA==
dependencies:
cssnano "^5.1.8"
@@ -9366,26 +8182,19 @@ css-minimizer-webpack-plugin@^4.0.0:
serialize-javascript "^6.0.0"
source-map "^0.6.1"
-css-prefers-color-scheme@^3.1.1:
- version "3.1.1"
- resolved "https://registry.yarnpkg.com/css-prefers-color-scheme/-/css-prefers-color-scheme-3.1.1.tgz#6f830a2714199d4f0d0d0bb8a27916ed65cff1f4"
- integrity sha512-MTu6+tMs9S3EUqzmqLXEcgNRbNkkD/TGFvowpeoWJn5Vfq7FMgsmRQs9X5NXAURiOBmOxm/lLjsDNXDE6k9bhg==
- dependencies:
- postcss "^7.0.5"
-
css-prefers-color-scheme@^6.0.3:
version "6.0.3"
- resolved "https://registry.yarnpkg.com/css-prefers-color-scheme/-/css-prefers-color-scheme-6.0.3.tgz#ca8a22e5992c10a5b9d315155e7caee625903349"
+ resolved "https://registry.npmjs.org/css-prefers-color-scheme/-/css-prefers-color-scheme-6.0.3.tgz"
integrity sha512-4BqMbZksRkJQx2zAjrokiGMd07RqOa2IxIrrN10lyBe9xhn9DEvjUK79J6jkeiv9D9hQFXKb6g1jwU62jziJZA==
css-select-base-adapter@^0.1.1:
version "0.1.1"
- resolved "https://registry.yarnpkg.com/css-select-base-adapter/-/css-select-base-adapter-0.1.1.tgz#3b2ff4972cc362ab88561507a95408a1432135d7"
+ resolved "https://registry.npmjs.org/css-select-base-adapter/-/css-select-base-adapter-0.1.1.tgz"
integrity sha512-jQVeeRG70QI08vSTwf1jHxp74JoZsr2XSgETae8/xC8ovSnL2WF87GTLO86Sbwdt2lK4Umg4HnnwMO4YF3Ce7w==
css-select@^2.0.0:
version "2.1.0"
- resolved "https://registry.yarnpkg.com/css-select/-/css-select-2.1.0.tgz#6a34653356635934a81baca68d0255432105dbef"
+ resolved "https://registry.npmjs.org/css-select/-/css-select-2.1.0.tgz"
integrity sha512-Dqk7LQKpwLoH3VovzZnkzegqNSuAziQyNZUcrdDM401iY+R5NkGBXGmtO05/yaXQziALuPogeG0b7UAgjnTJTQ==
dependencies:
boolbase "^1.0.0"
@@ -9395,7 +8204,7 @@ css-select@^2.0.0:
css-select@^4.1.3:
version "4.3.0"
- resolved "https://registry.yarnpkg.com/css-select/-/css-select-4.3.0.tgz#db7129b2846662fd8628cfc496abb2b59e41529b"
+ resolved "https://registry.npmjs.org/css-select/-/css-select-4.3.0.tgz"
integrity sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==
dependencies:
boolbase "^1.0.0"
@@ -9406,7 +8215,7 @@ css-select@^4.1.3:
css-select@^5.1.0:
version "5.1.0"
- resolved "https://registry.yarnpkg.com/css-select/-/css-select-5.1.0.tgz#b8ebd6554c3637ccc76688804ad3f6a6fdaea8a6"
+ resolved "https://registry.npmjs.org/css-select/-/css-select-5.1.0.tgz"
integrity sha512-nwoRF1rvRRnnCqqY7updORDsuqKzqYJ28+oSMaJMMgOauh3fvwHqMS7EZpIPqK8GL+g9mKxF1vP/ZjSeNjEVHg==
dependencies:
boolbase "^1.0.0"
@@ -9415,70 +8224,50 @@ css-select@^5.1.0:
domutils "^3.0.1"
nth-check "^2.0.1"
-css-tree@1.0.0-alpha.37:
- version "1.0.0-alpha.37"
- resolved "https://registry.yarnpkg.com/css-tree/-/css-tree-1.0.0-alpha.37.tgz#98bebd62c4c1d9f960ec340cf9f7522e30709a22"
- integrity sha512-DMxWJg0rnz7UgxKT0Q1HU/L9BeJI0M6ksor0OgqOnF+aRCDWg/N2641HmVyU9KVIu0OVVWOb2IpC9A+BJRnejg==
- dependencies:
- mdn-data "2.0.4"
- source-map "^0.6.1"
-
css-tree@^1.1.2, css-tree@^1.1.3:
version "1.1.3"
- resolved "https://registry.yarnpkg.com/css-tree/-/css-tree-1.1.3.tgz#eb4870fb6fd7707327ec95c2ff2ab09b5e8db91d"
+ resolved "https://registry.npmjs.org/css-tree/-/css-tree-1.1.3.tgz"
integrity sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==
dependencies:
mdn-data "2.0.14"
source-map "^0.6.1"
+css-tree@1.0.0-alpha.37:
+ version "1.0.0-alpha.37"
+ resolved "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha.37.tgz"
+ integrity sha512-DMxWJg0rnz7UgxKT0Q1HU/L9BeJI0M6ksor0OgqOnF+aRCDWg/N2641HmVyU9KVIu0OVVWOb2IpC9A+BJRnejg==
+ dependencies:
+ mdn-data "2.0.4"
+ source-map "^0.6.1"
+
css-what@^3.2.1:
version "3.4.2"
- resolved "https://registry.yarnpkg.com/css-what/-/css-what-3.4.2.tgz#ea7026fcb01777edbde52124e21f327e7ae950e4"
+ resolved "https://registry.npmjs.org/css-what/-/css-what-3.4.2.tgz"
integrity sha512-ACUm3L0/jiZTqfzRM3Hi9Q8eZqd6IK37mMWPLz9PJxkLWllYeRf+EHUSHYEtFop2Eqytaq1FizFVh7XfBnXCDQ==
css-what@^6.0.1, css-what@^6.1.0:
version "6.1.0"
- resolved "https://registry.yarnpkg.com/css-what/-/css-what-6.1.0.tgz#fb5effcf76f1ddea2c81bdfaa4de44e79bac70f4"
+ resolved "https://registry.npmjs.org/css-what/-/css-what-6.1.0.tgz"
integrity sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==
css.escape@^1.5.1:
version "1.5.1"
- resolved "https://registry.yarnpkg.com/css.escape/-/css.escape-1.5.1.tgz#42e27d4fa04ae32f931a4b4d4191fa9cddee97cb"
+ resolved "https://registry.npmjs.org/css.escape/-/css.escape-1.5.1.tgz"
integrity sha512-YUifsXXuknHlUsmlgyY0PKzgPOr7/FjCePfHNt0jxm83wHZi44VDMQ7/fGNkjY3/jV1MC+1CmZbaHzugyeRtpg==
-css@^2.0.0:
- version "2.2.4"
- resolved "https://registry.yarnpkg.com/css/-/css-2.2.4.tgz#c646755c73971f2bba6a601e2cf2fd71b1298929"
- integrity sha512-oUnjmWpy0niI3x/mPL8dVEI1l7MnG3+HHyRPHf+YFSbK+svOhXpmSOcDURUh2aOCgl2grzrOPt1nHLuCVFULLw==
- dependencies:
- inherits "^2.0.3"
- source-map "^0.6.1"
- source-map-resolve "^0.5.2"
- urix "^0.1.0"
-
-cssdb@^4.4.0:
- version "4.4.0"
- resolved "https://registry.yarnpkg.com/cssdb/-/cssdb-4.4.0.tgz#3bf2f2a68c10f5c6a08abd92378331ee803cddb0"
- integrity sha512-LsTAR1JPEM9TpGhl/0p3nQecC2LJ0kD8X5YARu1hk/9I1gril5vDtMZyNxcEpxxDj34YNck/ucjuoUd66K03oQ==
-
cssdb@^7.1.0:
version "7.11.2"
- resolved "https://registry.yarnpkg.com/cssdb/-/cssdb-7.11.2.tgz#127a2f5b946ee653361a5af5333ea85a39df5ae5"
+ resolved "https://registry.npmjs.org/cssdb/-/cssdb-7.11.2.tgz"
integrity sha512-lhQ32TFkc1X4eTefGfYPvgovRSzIMofHkigfH8nWtyRL4XJLsRhJFreRvEgKzept7x1rjBuy3J/MurXLaFxW/A==
-cssesc@^2.0.0:
- version "2.0.0"
- resolved "https://registry.yarnpkg.com/cssesc/-/cssesc-2.0.0.tgz#3b13bd1bb1cb36e1bcb5a4dcd27f54c5dcb35703"
- integrity sha512-MsCAG1z9lPdoO/IUMLSBWBSVxVtJ1395VGIQ+Fc2gNdkQ1hNDnQdw3YhA71WJCBW1vdwA0cAnk/DnW6bqoEUYg==
-
cssesc@^3.0.0:
version "3.0.0"
- resolved "https://registry.yarnpkg.com/cssesc/-/cssesc-3.0.0.tgz#37741919903b868565e1c09ea747445cd18983ee"
+ resolved "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz"
integrity sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==
cssnano-preset-advanced@^5.3.8:
version "5.3.10"
- resolved "https://registry.yarnpkg.com/cssnano-preset-advanced/-/cssnano-preset-advanced-5.3.10.tgz#25558a1fbf3a871fb6429ce71e41be7f5aca6eef"
+ resolved "https://registry.npmjs.org/cssnano-preset-advanced/-/cssnano-preset-advanced-5.3.10.tgz"
integrity sha512-fnYJyCS9jgMU+cmHO1rPSPf9axbQyD7iUhLO5Df6O4G+fKIOMps+ZbU0PdGFejFBBZ3Pftf18fn1eG7MAPUSWQ==
dependencies:
autoprefixer "^10.4.12"
@@ -9488,45 +8277,9 @@ cssnano-preset-advanced@^5.3.8:
postcss-reduce-idents "^5.2.0"
postcss-zindex "^5.1.0"
-cssnano-preset-default@^4.0.8:
- version "4.0.8"
- resolved "https://registry.yarnpkg.com/cssnano-preset-default/-/cssnano-preset-default-4.0.8.tgz#920622b1fc1e95a34e8838203f1397a504f2d3ff"
- integrity sha512-LdAyHuq+VRyeVREFmuxUZR1TXjQm8QQU/ktoo/x7bz+SdOge1YKc5eMN6pRW7YWBmyq59CqYba1dJ5cUukEjLQ==
- dependencies:
- css-declaration-sorter "^4.0.1"
- cssnano-util-raw-cache "^4.0.1"
- postcss "^7.0.0"
- postcss-calc "^7.0.1"
- postcss-colormin "^4.0.3"
- postcss-convert-values "^4.0.1"
- postcss-discard-comments "^4.0.2"
- postcss-discard-duplicates "^4.0.2"
- postcss-discard-empty "^4.0.1"
- postcss-discard-overridden "^4.0.1"
- postcss-merge-longhand "^4.0.11"
- postcss-merge-rules "^4.0.3"
- postcss-minify-font-values "^4.0.2"
- postcss-minify-gradients "^4.0.2"
- postcss-minify-params "^4.0.2"
- postcss-minify-selectors "^4.0.2"
- postcss-normalize-charset "^4.0.1"
- postcss-normalize-display-values "^4.0.2"
- postcss-normalize-positions "^4.0.2"
- postcss-normalize-repeat-style "^4.0.2"
- postcss-normalize-string "^4.0.2"
- postcss-normalize-timing-functions "^4.0.2"
- postcss-normalize-unicode "^4.0.1"
- postcss-normalize-url "^4.0.1"
- postcss-normalize-whitespace "^4.0.2"
- postcss-ordered-values "^4.1.2"
- postcss-reduce-initial "^4.0.3"
- postcss-reduce-transforms "^4.0.2"
- postcss-svgo "^4.0.3"
- postcss-unique-selectors "^4.0.1"
-
cssnano-preset-default@^5.2.14:
version "5.2.14"
- resolved "https://registry.yarnpkg.com/cssnano-preset-default/-/cssnano-preset-default-5.2.14.tgz#309def4f7b7e16d71ab2438052093330d9ab45d8"
+ resolved "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-5.2.14.tgz"
integrity sha512-t0SFesj/ZV2OTylqQVOrFgEh5uanxbO6ZAdeCrNsUQ6fVuXwYTxJPNAGvGTxHbD68ldIJNec7PyYZDBrfDQ+6A==
dependencies:
css-declaration-sorter "^6.3.1"
@@ -9559,46 +8312,14 @@ cssnano-preset-default@^5.2.14:
postcss-svgo "^5.1.0"
postcss-unique-selectors "^5.1.1"
-cssnano-util-get-arguments@^4.0.0:
- version "4.0.0"
- resolved "https://registry.yarnpkg.com/cssnano-util-get-arguments/-/cssnano-util-get-arguments-4.0.0.tgz#ed3a08299f21d75741b20f3b81f194ed49cc150f"
- integrity sha512-6RIcwmV3/cBMG8Aj5gucQRsJb4vv4I4rn6YjPbVWd5+Pn/fuG+YseGvXGk00XLkoZkaj31QOD7vMUpNPC4FIuw==
-
-cssnano-util-get-match@^4.0.0:
- version "4.0.0"
- resolved "https://registry.yarnpkg.com/cssnano-util-get-match/-/cssnano-util-get-match-4.0.0.tgz#c0e4ca07f5386bb17ec5e52250b4f5961365156d"
- integrity sha512-JPMZ1TSMRUPVIqEalIBNoBtAYbi8okvcFns4O0YIhcdGebeYZK7dMyHJiQ6GqNBA9kE0Hym4Aqym5rPdsV/4Cw==
-
-cssnano-util-raw-cache@^4.0.1:
- version "4.0.1"
- resolved "https://registry.yarnpkg.com/cssnano-util-raw-cache/-/cssnano-util-raw-cache-4.0.1.tgz#b26d5fd5f72a11dfe7a7846fb4c67260f96bf282"
- integrity sha512-qLuYtWK2b2Dy55I8ZX3ky1Z16WYsx544Q0UWViebptpwn/xDBmog2TLg4f+DBMg1rJ6JDWtn96WHbOKDWt1WQA==
- dependencies:
- postcss "^7.0.0"
-
-cssnano-util-same-parent@^4.0.0:
- version "4.0.1"
- resolved "https://registry.yarnpkg.com/cssnano-util-same-parent/-/cssnano-util-same-parent-4.0.1.tgz#574082fb2859d2db433855835d9a8456ea18bbf3"
- integrity sha512-WcKx5OY+KoSIAxBW6UBBRay1U6vkYheCdjyVNDm85zt5K9mHoGOfsOsqIszfAqrQQFIIKgjh2+FDgIj/zsl21Q==
-
cssnano-utils@^3.1.0:
version "3.1.0"
- resolved "https://registry.yarnpkg.com/cssnano-utils/-/cssnano-utils-3.1.0.tgz#95684d08c91511edfc70d2636338ca37ef3a6861"
+ resolved "https://registry.npmjs.org/cssnano-utils/-/cssnano-utils-3.1.0.tgz"
integrity sha512-JQNR19/YZhz4psLX/rQ9M83e3z2Wf/HdJbryzte4a3NSuafyp9w/I4U+hx5C2S9g41qlstH7DEWnZaaj83OuEA==
-cssnano@^4.1.10:
- version "4.1.11"
- resolved "https://registry.yarnpkg.com/cssnano/-/cssnano-4.1.11.tgz#c7b5f5b81da269cb1fd982cb960c1200910c9a99"
- integrity sha512-6gZm2htn7xIPJOHY824ERgj8cNPgPxyCSnkXc4v7YvNW+TdVfzgngHcEhy/8D11kUWRUMbke+tC+AUcUsnMz2g==
- dependencies:
- cosmiconfig "^5.0.0"
- cssnano-preset-default "^4.0.8"
- is-resolvable "^1.0.0"
- postcss "^7.0.0"
-
cssnano@^5.0.6, cssnano@^5.1.12, cssnano@^5.1.8:
version "5.1.15"
- resolved "https://registry.yarnpkg.com/cssnano/-/cssnano-5.1.15.tgz#ded66b5480d5127fcb44dac12ea5a983755136bf"
+ resolved "https://registry.npmjs.org/cssnano/-/cssnano-5.1.15.tgz"
integrity sha512-j+BKgDcLDQA+eDifLx0EO4XSA56b7uut3BQFH+wbSaSTuGLuiyTa/wbRYthUXX8LC9mLg+WWKe8h+qJuwTAbHw==
dependencies:
cssnano-preset-default "^5.2.14"
@@ -9607,41 +8328,36 @@ cssnano@^5.0.6, cssnano@^5.1.12, cssnano@^5.1.8:
csso@^4.0.2, csso@^4.2.0:
version "4.2.0"
- resolved "https://registry.yarnpkg.com/csso/-/csso-4.2.0.tgz#ea3a561346e8dc9f546d6febedd50187cf389529"
+ resolved "https://registry.npmjs.org/csso/-/csso-4.2.0.tgz"
integrity sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA==
dependencies:
css-tree "^1.1.2"
cssom@^0.4.4:
version "0.4.4"
- resolved "https://registry.yarnpkg.com/cssom/-/cssom-0.4.4.tgz#5a66cf93d2d0b661d80bf6a44fb65f5c2e4e0a10"
+ resolved "https://registry.npmjs.org/cssom/-/cssom-0.4.4.tgz"
integrity sha512-p3pvU7r1MyyqbTk+WbNJIgJjG2VmTIaB10rI93LzVPrmDJKkzKYMtxxyAvQXR/NS6otuzveI7+7BBq3SjBS2mw==
cssom@~0.3.6:
version "0.3.8"
- resolved "https://registry.yarnpkg.com/cssom/-/cssom-0.3.8.tgz#9f1276f5b2b463f2114d3f2c75250af8c1a36f4a"
+ resolved "https://registry.npmjs.org/cssom/-/cssom-0.3.8.tgz"
integrity sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==
cssstyle@^2.3.0:
version "2.3.0"
- resolved "https://registry.yarnpkg.com/cssstyle/-/cssstyle-2.3.0.tgz#ff665a0ddbdc31864b09647f34163443d90b0852"
+ resolved "https://registry.npmjs.org/cssstyle/-/cssstyle-2.3.0.tgz"
integrity sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A==
dependencies:
cssom "~0.3.6"
csstype@^3.0.2:
version "3.1.3"
- resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.1.3.tgz#d80ff294d114fb0e6ac500fbf85b60137d7eff81"
+ resolved "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz"
integrity sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==
-cyclist@^1.0.1:
- version "1.0.2"
- resolved "https://registry.yarnpkg.com/cyclist/-/cyclist-1.0.2.tgz#673b5f233bf34d8e602b949429f8171d9121bea3"
- integrity sha512-0sVXIohTfLqVIW3kb/0n6IiWF3Ifj5nm2XaSrLq2DI6fKIGa2fYAZdk917rUneaeLVpYfFcyXE2ft0fe3remsA==
-
-cypress@^13.8.0:
+"cypress@^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0", "cypress@^12.7.0 || ^13.0.0", cypress@^13.8.0:
version "13.13.2"
- resolved "https://registry.yarnpkg.com/cypress/-/cypress-13.13.2.tgz#c71f8d92056c430b1b879e5313f6de25ccce0eda"
+ resolved "https://registry.npmjs.org/cypress/-/cypress-13.13.2.tgz"
integrity sha512-PvJQU33933NvS1StfzEb8/mu2kMy4dABwCF+yd5Bi7Qly1HOVf+Bufrygee/tlmty/6j5lX+KIi8j9Q3JUMbhA==
dependencies:
"@cypress/request" "^3.0.1"
@@ -9687,39 +8403,31 @@ cypress@^13.8.0:
untildify "^4.0.0"
yauzl "^2.10.0"
-d@1, d@^1.0.1, d@^1.0.2:
- version "1.0.2"
- resolved "https://registry.yarnpkg.com/d/-/d-1.0.2.tgz#2aefd554b81981e7dccf72d6842ae725cb17e5de"
- integrity sha512-MOqHvMWF9/9MX6nza0KgvFH4HpMU0EF5uUDXqX/BtxtU8NfB0QzRtJ8Oe/6SuS4kbhyzVJwjd97EA4PKrzJ8bw==
- dependencies:
- es5-ext "^0.10.64"
- type "^2.7.2"
-
damerau-levenshtein@^1.0.8:
version "1.0.8"
- resolved "https://registry.yarnpkg.com/damerau-levenshtein/-/damerau-levenshtein-1.0.8.tgz#b43d286ccbd36bc5b2f7ed41caf2d0aba1f8a6e7"
+ resolved "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.8.tgz"
integrity sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA==
dargs@^7.0.0:
version "7.0.0"
- resolved "https://registry.yarnpkg.com/dargs/-/dargs-7.0.0.tgz#04015c41de0bcb69ec84050f3d9be0caf8d6d5cc"
+ resolved "https://registry.npmjs.org/dargs/-/dargs-7.0.0.tgz"
integrity sha512-2iy1EkLdlBzQGvbweYRFxmFath8+K7+AKB0TlhHWkNuH+TmovaMH/Wp7V7R4u7f4SnX3OgLsU9t1NI9ioDnUpg==
dashdash@^1.12.0:
version "1.14.1"
- resolved "https://registry.yarnpkg.com/dashdash/-/dashdash-1.14.1.tgz#853cfa0f7cbe2fed5de20326b8dd581035f6e2f0"
+ resolved "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz"
integrity sha512-jRFi8UDGo6j+odZiEpjazZaWqEal3w/basFjQHQEwVtZJGDpxbH1MeYluwCS8Xq5wmLJooDlMgvVarmWfGM44g==
dependencies:
assert-plus "^1.0.0"
dashify@^2.0.0:
version "2.0.0"
- resolved "https://registry.yarnpkg.com/dashify/-/dashify-2.0.0.tgz#fff270ca2868ca427fee571de35691d6e437a648"
+ resolved "https://registry.npmjs.org/dashify/-/dashify-2.0.0.tgz"
integrity sha512-hpA5C/YrPjucXypHPPc0oJ1l9Hf6wWbiOL7Ik42cxnsUOhWiCB/fylKbKqqJalW9FgkNQCw16YO8uW9Hs0Iy1A==
data-urls@^2.0.0:
version "2.0.0"
- resolved "https://registry.yarnpkg.com/data-urls/-/data-urls-2.0.0.tgz#156485a72963a970f5d5821aaf642bef2bf2db9b"
+ resolved "https://registry.npmjs.org/data-urls/-/data-urls-2.0.0.tgz"
integrity sha512-X5eWTSXO/BJmpdIKCRuKUgSCgAN0OwliVK3yPKbwIWU1Tdw5BRajxlzMidvh+gwko9AfQ9zIj52pzF91Q3YAvQ==
dependencies:
abab "^2.0.3"
@@ -9728,7 +8436,7 @@ data-urls@^2.0.0:
data-view-buffer@^1.0.1:
version "1.0.1"
- resolved "https://registry.yarnpkg.com/data-view-buffer/-/data-view-buffer-1.0.1.tgz#8ea6326efec17a2e42620696e671d7d5a8bc66b2"
+ resolved "https://registry.npmjs.org/data-view-buffer/-/data-view-buffer-1.0.1.tgz"
integrity sha512-0lht7OugA5x3iJLOWFhWK/5ehONdprk0ISXqVFn/NFrDu+cuc8iADFrGQz5BnRK7LLU3JmkbXSxaqX+/mXYtUA==
dependencies:
call-bind "^1.0.6"
@@ -9737,7 +8445,7 @@ data-view-buffer@^1.0.1:
data-view-byte-length@^1.0.1:
version "1.0.1"
- resolved "https://registry.yarnpkg.com/data-view-byte-length/-/data-view-byte-length-1.0.1.tgz#90721ca95ff280677eb793749fce1011347669e2"
+ resolved "https://registry.npmjs.org/data-view-byte-length/-/data-view-byte-length-1.0.1.tgz"
integrity sha512-4J7wRJD3ABAzr8wP+OcIcqq2dlUKp4DVflx++hs5h5ZKydWMI6/D/fAot+yh6g2tHh8fLFTvNOaVN357NvSrOQ==
dependencies:
call-bind "^1.0.7"
@@ -9746,7 +8454,7 @@ data-view-byte-length@^1.0.1:
data-view-byte-offset@^1.0.0:
version "1.0.0"
- resolved "https://registry.yarnpkg.com/data-view-byte-offset/-/data-view-byte-offset-1.0.0.tgz#5e0bbfb4828ed2d1b9b400cd8a7d119bca0ff18a"
+ resolved "https://registry.npmjs.org/data-view-byte-offset/-/data-view-byte-offset-1.0.0.tgz"
integrity sha512-t/Ygsytq+R995EJ5PZlD4Cu56sWa8InXySaViRzw9apusqsOO2bQP+SbYzAhR0pFKoB+43lYy8rWban9JSuXnA==
dependencies:
call-bind "^1.0.6"
@@ -9755,45 +8463,73 @@ data-view-byte-offset@^1.0.0:
date-fns@^2.16.1:
version "2.30.0"
- resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.30.0.tgz#f367e644839ff57894ec6ac480de40cae4b0f4d0"
+ resolved "https://registry.npmjs.org/date-fns/-/date-fns-2.30.0.tgz"
integrity sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw==
dependencies:
"@babel/runtime" "^7.21.0"
dayjs@^1.10.4:
version "1.11.12"
- resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.11.12.tgz#5245226cc7f40a15bf52e0b99fd2a04669ccac1d"
+ resolved "https://registry.npmjs.org/dayjs/-/dayjs-1.11.12.tgz"
integrity sha512-Rt2g+nTbLlDWZTwwrIXjy9MeiZmSDI375FvZs72ngxx8PDC6YXOeR3q5LAuPzjZQxhiWdRKac7RKV+YyQYfYIg==
debounce@^1.2.1:
version "1.2.1"
- resolved "https://registry.yarnpkg.com/debounce/-/debounce-1.2.1.tgz#38881d8f4166a5c5848020c11827b834bcb3e0a5"
+ resolved "https://registry.npmjs.org/debounce/-/debounce-1.2.1.tgz"
integrity sha512-XRRe6Glud4rd/ZGQfiV1ruXSfbvfJedlV9Y6zOlP+2K04vBYiJEte6stfFkCP03aMnY5tsipamumUjL14fofug==
-debug@2.6.9, debug@^2.2.0, debug@^2.3.3, debug@^2.6.0:
+debug@^2.2.0:
version "2.6.9"
- resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f"
+ resolved "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz"
integrity sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==
dependencies:
ms "2.0.0"
-debug@4, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.3.5:
- version "4.3.6"
- resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.6.tgz#2ab2c38fbaffebf8aa95fdfe6d88438c7a13c52b"
- integrity sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg==
+debug@^2.3.3:
+ version "2.6.9"
+ resolved "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz"
+ integrity sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==
dependencies:
- ms "2.1.2"
+ ms "2.0.0"
+
+debug@^2.6.0:
+ version "2.6.9"
+ resolved "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz"
+ integrity sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==
+ dependencies:
+ ms "2.0.0"
+
+debug@^3.1.0:
+ version "3.2.7"
+ resolved "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz"
+ integrity sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==
+ dependencies:
+ ms "^2.1.1"
-debug@^3.1.0, debug@^3.2.7:
+debug@^3.2.7:
version "3.2.7"
- resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.7.tgz#72580b7e9145fb39b6676f9c5e5fb100b934179a"
+ resolved "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz"
integrity sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==
dependencies:
ms "^2.1.1"
+debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.3.5, debug@4:
+ version "4.3.6"
+ resolved "https://registry.npmjs.org/debug/-/debug-4.3.6.tgz"
+ integrity sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg==
+ dependencies:
+ ms "2.1.2"
+
+debug@2.6.9:
+ version "2.6.9"
+ resolved "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz"
+ integrity sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==
+ dependencies:
+ ms "2.0.0"
+
decamelize-keys@^1.1.0:
version "1.1.1"
- resolved "https://registry.yarnpkg.com/decamelize-keys/-/decamelize-keys-1.1.1.tgz#04a2d523b2f18d80d0158a43b895d56dff8d19d8"
+ resolved "https://registry.npmjs.org/decamelize-keys/-/decamelize-keys-1.1.1.tgz"
integrity sha512-WiPxgEirIV0/eIOMcnFBA3/IJZAZqKnwAwWyvvdi4lsr1WCN22nhdf/3db3DoZcUjTV2SqfzIwNyp6y2xs3nmg==
dependencies:
decamelize "^1.1.0"
@@ -9801,51 +8537,39 @@ decamelize-keys@^1.1.0:
decamelize@^1.1.0, decamelize@^1.2.0:
version "1.2.0"
- resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290"
+ resolved "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz"
integrity sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==
decamelize@^4.0.0:
version "4.0.0"
- resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-4.0.0.tgz#aa472d7bf660eb15f3494efd531cab7f2a709837"
+ resolved "https://registry.npmjs.org/decamelize/-/decamelize-4.0.0.tgz"
integrity sha512-9iE1PgSik9HeIIw2JO94IidnE3eBoQrFJ3w7sFuzSX4DpmZ3v5sZpUiV5Swcf6mQEF+Y0ru8Neo+p+nyh2J+hQ==
decimal.js@^10.2.1:
version "10.4.3"
- resolved "https://registry.yarnpkg.com/decimal.js/-/decimal.js-10.4.3.tgz#1044092884d245d1b7f65725fa4ad4c6f781cc23"
+ resolved "https://registry.npmjs.org/decimal.js/-/decimal.js-10.4.3.tgz"
integrity sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==
decode-uri-component@^0.2.0:
version "0.2.2"
- resolved "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.2.tgz#e69dbe25d37941171dd540e024c444cd5188e1e9"
+ resolved "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.2.tgz"
integrity sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ==
decompress-response@^3.3.0:
version "3.3.0"
- resolved "https://registry.yarnpkg.com/decompress-response/-/decompress-response-3.3.0.tgz#80a4dd323748384bfa248083622aedec982adff3"
+ resolved "https://registry.npmjs.org/decompress-response/-/decompress-response-3.3.0.tgz"
integrity sha512-BzRPQuY1ip+qDonAOz42gRm/pg9F768C+npV/4JOsxRC2sq+Rlk+Q4ZCAsOhnIaMrgarILY+RMUIvMmmX1qAEA==
dependencies:
mimic-response "^1.0.0"
dedent@^0.7.0:
version "0.7.0"
- resolved "https://registry.yarnpkg.com/dedent/-/dedent-0.7.0.tgz#2495ddbaf6eb874abb0e1be9df22d2e5a544326c"
+ resolved "https://registry.npmjs.org/dedent/-/dedent-0.7.0.tgz"
integrity sha512-Q6fKUPqnAHAyhiUgFU7BUzLiv0kd8saH9al7tnu5Q/okj6dnupxyTgFIBjVzJATdfIAm9NAsvXNzjaKa+bxVyA==
-deep-equal@^1.0.1:
- version "1.1.2"
- resolved "https://registry.yarnpkg.com/deep-equal/-/deep-equal-1.1.2.tgz#78a561b7830eef3134c7f6f3a3d6af272a678761"
- integrity sha512-5tdhKF6DbU7iIzrIOa1AOUt39ZRm13cmL1cGEh//aqR8x9+tNfbywRf0n5FD/18OKMdo7DNEtrX2t22ZAkI+eg==
- dependencies:
- is-arguments "^1.1.1"
- is-date-object "^1.0.5"
- is-regex "^1.1.4"
- object-is "^1.1.5"
- object-keys "^1.1.1"
- regexp.prototype.flags "^1.5.1"
-
deep-equal@^2.0.5:
version "2.2.3"
- resolved "https://registry.yarnpkg.com/deep-equal/-/deep-equal-2.2.3.tgz#af89dafb23a396c7da3e862abc0be27cf51d56e1"
+ resolved "https://registry.npmjs.org/deep-equal/-/deep-equal-2.2.3.tgz"
integrity sha512-ZIwpnevOurS8bpT4192sqAowWM76JDKSHYzMLty3BZGSswgq6pBaH3DhCSW5xVAZICZyKdOBPjwww5wfgT/6PA==
dependencies:
array-buffer-byte-length "^1.0.0"
@@ -9869,49 +8593,41 @@ deep-equal@^2.0.5:
deep-extend@^0.6.0, deep-extend@~0.6.0:
version "0.6.0"
- resolved "https://registry.yarnpkg.com/deep-extend/-/deep-extend-0.6.0.tgz#c4fa7c95404a17a9c3e8ca7e1537312b736330ac"
+ resolved "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz"
integrity sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==
deep-is@^0.1.3, deep-is@~0.1.3:
version "0.1.4"
- resolved "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.4.tgz#a6f2dce612fadd2ef1f519b73551f17e85199831"
+ resolved "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz"
integrity sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==
deepmerge@^4.0.0, deepmerge@^4.2.2:
version "4.3.1"
- resolved "https://registry.yarnpkg.com/deepmerge/-/deepmerge-4.3.1.tgz#44b5f2147cd3b00d4b56137685966f26fd25dd4a"
+ resolved "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz"
integrity sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==
-default-gateway@^4.2.0:
- version "4.2.0"
- resolved "https://registry.yarnpkg.com/default-gateway/-/default-gateway-4.2.0.tgz#167104c7500c2115f6dd69b0a536bb8ed720552b"
- integrity sha512-h6sMrVB1VMWVrW13mSc6ia/DwYYw5MN6+exNu1OaJeFac5aSAvwM7lZ0NVfTABuSkQelr4h5oebg3KB1XPdjgA==
- dependencies:
- execa "^1.0.0"
- ip-regex "^2.1.0"
-
default-gateway@^6.0.3:
version "6.0.3"
- resolved "https://registry.yarnpkg.com/default-gateway/-/default-gateway-6.0.3.tgz#819494c888053bdb743edbf343d6cdf7f2943a71"
+ resolved "https://registry.npmjs.org/default-gateway/-/default-gateway-6.0.3.tgz"
integrity sha512-fwSOJsbbNzZ/CUFpqFBqYfYNLj1NbMPm8MMCIzHjC83iSJRBEGmDUxU+WP661BaBQImeC2yHwXtz+P/O9o+XEg==
dependencies:
execa "^5.0.0"
defaults@^1.0.3:
version "1.0.4"
- resolved "https://registry.yarnpkg.com/defaults/-/defaults-1.0.4.tgz#b0b02062c1e2aa62ff5d9528f0f98baa90978d7a"
+ resolved "https://registry.npmjs.org/defaults/-/defaults-1.0.4.tgz"
integrity sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==
dependencies:
clone "^1.0.2"
defer-to-connect@^1.0.1:
version "1.1.3"
- resolved "https://registry.yarnpkg.com/defer-to-connect/-/defer-to-connect-1.1.3.tgz#331ae050c08dcf789f8c83a7b81f0ed94f4ac591"
+ resolved "https://registry.npmjs.org/defer-to-connect/-/defer-to-connect-1.1.3.tgz"
integrity sha512-0ISdNousHvZT2EiFlZeZAHBUvSxmKswVCEf8hW7KWgG4a8MVEu/3Vb6uWYozkjylyCxe0JBIiRB1jV45S70WVQ==
define-data-property@^1.0.1, define-data-property@^1.1.4:
version "1.1.4"
- resolved "https://registry.yarnpkg.com/define-data-property/-/define-data-property-1.1.4.tgz#894dc141bb7d3060ae4366f6a0107e68fbe48c5e"
+ resolved "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz"
integrity sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==
dependencies:
es-define-property "^1.0.0"
@@ -9920,12 +8636,12 @@ define-data-property@^1.0.1, define-data-property@^1.1.4:
define-lazy-prop@^2.0.0:
version "2.0.0"
- resolved "https://registry.yarnpkg.com/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz#3f7ae421129bcaaac9bc74905c98a0009ec9ee7f"
+ resolved "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz"
integrity sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==
-define-properties@^1.1.2, define-properties@^1.1.3, define-properties@^1.2.0, define-properties@^1.2.1:
+define-properties@^1.1.3, define-properties@^1.2.0, define-properties@^1.2.1:
version "1.2.1"
- resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.2.1.tgz#10781cc616eb951a80a034bafcaa7377f6af2b6c"
+ resolved "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz"
integrity sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==
dependencies:
define-data-property "^1.0.1"
@@ -9934,21 +8650,21 @@ define-properties@^1.1.2, define-properties@^1.1.3, define-properties@^1.2.0, de
define-property@^0.2.5:
version "0.2.5"
- resolved "https://registry.yarnpkg.com/define-property/-/define-property-0.2.5.tgz#c35b1ef918ec3c990f9a5bc57be04aacec5c8116"
+ resolved "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz"
integrity sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==
dependencies:
is-descriptor "^0.1.0"
define-property@^1.0.0:
version "1.0.0"
- resolved "https://registry.yarnpkg.com/define-property/-/define-property-1.0.0.tgz#769ebaaf3f4a63aad3af9e8d304c9bbe79bfb0e6"
+ resolved "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz"
integrity sha512-cZTYKFWspt9jZsMscWo8sc/5lbPC9Q0N5nBLgb+Yd915iL3udB1uFgS3B8YCx66UVHq018DAVFoee7x+gxggeA==
dependencies:
is-descriptor "^1.0.0"
define-property@^2.0.2:
version "2.0.2"
- resolved "https://registry.yarnpkg.com/define-property/-/define-property-2.0.2.tgz#d459689e8d654ba77e02a817f8710d702cb16e9d"
+ resolved "https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz"
integrity sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==
dependencies:
is-descriptor "^1.0.2"
@@ -9956,25 +8672,12 @@ define-property@^2.0.2:
defu@^6.1.4:
version "6.1.4"
- resolved "https://registry.yarnpkg.com/defu/-/defu-6.1.4.tgz#4e0c9cf9ff68fe5f3d7f2765cc1a012dfdcb0479"
+ resolved "https://registry.npmjs.org/defu/-/defu-6.1.4.tgz"
integrity sha512-mEQCMmwJu317oSz8CwdIOdwf3xMif1ttiM8LTufzc3g6kR+9Pe236twL8j3IYT1F7GfRgGcW6MWxzZjLIkuHIg==
-del@^4.1.1:
- version "4.1.1"
- resolved "https://registry.yarnpkg.com/del/-/del-4.1.1.tgz#9e8f117222ea44a31ff3a156c049b99052a9f0b4"
- integrity sha512-QwGuEUouP2kVwQenAsOof5Fv8K9t3D8Ca8NxcXKrIpEHjTXK5J2nXLdP+ALI1cgv8wj7KuwBhTwBkOZSJKM5XQ==
- dependencies:
- "@types/glob" "^7.1.1"
- globby "^6.1.0"
- is-path-cwd "^2.0.0"
- is-path-in-cwd "^2.0.0"
- p-map "^2.0.0"
- pify "^4.0.1"
- rimraf "^2.6.3"
-
del@^6.1.1:
version "6.1.1"
- resolved "https://registry.yarnpkg.com/del/-/del-6.1.1.tgz#3b70314f1ec0aa325c6b14eb36b95786671edb7a"
+ resolved "https://registry.npmjs.org/del/-/del-6.1.1.tgz"
integrity sha512-ua8BhapfP0JUJKC/zV9yHHDW/rDoDxP4Zhn3AkA6/xT6gY7jYXJiaeyBZznYVujhZZET+UgcbZiQ7sN3WqcImg==
dependencies:
globby "^11.0.1"
@@ -9988,27 +8691,27 @@ del@^6.1.1:
delayed-stream@~1.0.0:
version "1.0.0"
- resolved "https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619"
+ resolved "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz"
integrity sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==
-depd@2.0.0, depd@~2.0.0:
- version "2.0.0"
- resolved "https://registry.yarnpkg.com/depd/-/depd-2.0.0.tgz#b696163cc757560d09cf22cc8fad1571b79e76df"
- integrity sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==
-
depd@~1.1.2:
version "1.1.2"
- resolved "https://registry.yarnpkg.com/depd/-/depd-1.1.2.tgz#9bcd52e14c097763e749b274c4346ed2e560b5a9"
+ resolved "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz"
integrity sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==
+depd@~2.0.0, depd@2.0.0:
+ version "2.0.0"
+ resolved "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz"
+ integrity sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==
+
dequal@^2.0.2, dequal@^2.0.3:
version "2.0.3"
- resolved "https://registry.yarnpkg.com/dequal/-/dequal-2.0.3.tgz#2644214f1997d39ed0ee0ece72335490a7ac67be"
+ resolved "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz"
integrity sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==
des.js@^1.0.0:
version "1.1.0"
- resolved "https://registry.yarnpkg.com/des.js/-/des.js-1.1.0.tgz#1d37f5766f3bbff4ee9638e871a8768c173b81da"
+ resolved "https://registry.npmjs.org/des.js/-/des.js-1.1.0.tgz"
integrity sha512-r17GxjhUCjSRy8aiJpr8/UadFIzMzJGexI3Nmz4ADi9LYSFx4gTBp80+NaX/YsXWWLhpZ7v/v/ubEc/bCNfKwg==
dependencies:
inherits "^2.0.1"
@@ -10016,34 +8719,34 @@ des.js@^1.0.0:
destroy@1.2.0:
version "1.2.0"
- resolved "https://registry.yarnpkg.com/destroy/-/destroy-1.2.0.tgz#4803735509ad8be552934c67df614f94e66fa015"
+ resolved "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz"
integrity sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==
detab@2.0.4:
version "2.0.4"
- resolved "https://registry.yarnpkg.com/detab/-/detab-2.0.4.tgz#b927892069aff405fbb9a186fe97a44a92a94b43"
+ resolved "https://registry.npmjs.org/detab/-/detab-2.0.4.tgz"
integrity sha512-8zdsQA5bIkoRECvCrNKPla84lyoR7DSAyf7p0YgXzBO9PDJx8KntPUay7NS6yp+KdxdVtiE5SpHKtbp2ZQyA9g==
dependencies:
repeat-string "^1.5.4"
detect-indent@^6.0.0, detect-indent@^6.1.0:
version "6.1.0"
- resolved "https://registry.yarnpkg.com/detect-indent/-/detect-indent-6.1.0.tgz#592485ebbbf6b3b1ab2be175c8393d04ca0d57e6"
+ resolved "https://registry.npmjs.org/detect-indent/-/detect-indent-6.1.0.tgz"
integrity sha512-reYkTUJAZb9gUuZ2RvVCNhVHdg62RHnJ7WJl8ftMi4diZ6NWlciOzQN88pUhSELEwflJht4oQDv0F0BMlwaYtA==
detect-newline@^3.0.0:
version "3.1.0"
- resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-3.1.0.tgz#576f5dfc63ae1a192ff192d8ad3af6308991b651"
+ resolved "https://registry.npmjs.org/detect-newline/-/detect-newline-3.1.0.tgz"
integrity sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==
detect-node@^2.0.4, detect-node@^2.1.0:
version "2.1.0"
- resolved "https://registry.yarnpkg.com/detect-node/-/detect-node-2.1.0.tgz#c9c70775a49c3d03bc2c06d9a73be550f978f8b1"
+ resolved "https://registry.npmjs.org/detect-node/-/detect-node-2.1.0.tgz"
integrity sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==
-detect-port-alt@1.1.6, detect-port-alt@^1.1.6:
+detect-port-alt@^1.1.6, detect-port-alt@1.1.6:
version "1.1.6"
- resolved "https://registry.yarnpkg.com/detect-port-alt/-/detect-port-alt-1.1.6.tgz#24707deabe932d4a3cf621302027c2b266568275"
+ resolved "https://registry.npmjs.org/detect-port-alt/-/detect-port-alt-1.1.6.tgz"
integrity sha512-5tQykt+LqfJFBEYaDITx7S7cR7mJ/zQmLXZ2qt5w04ainYZw6tBf9dBunMjVeVOdYVRUzUOE4HkY5J7+uttb5Q==
dependencies:
address "^1.0.1"
@@ -10051,7 +8754,7 @@ detect-port-alt@1.1.6, detect-port-alt@^1.1.6:
detect-port@^1.3.0:
version "1.6.1"
- resolved "https://registry.yarnpkg.com/detect-port/-/detect-port-1.6.1.tgz#45e4073997c5f292b957cb678fb0bb8ed4250a67"
+ resolved "https://registry.npmjs.org/detect-port/-/detect-port-1.6.1.tgz"
integrity sha512-CmnVc+Hek2egPx1PeTFVta2W78xy2K/9Rkf6cC4T59S50tVnzKj+tnx5mmx5lwvCkujZ4uRrpRSuV+IVs3f90Q==
dependencies:
address "^1.0.1"
@@ -10059,78 +8762,73 @@ detect-port@^1.3.0:
didyoumean@^1.2.2:
version "1.2.2"
- resolved "https://registry.yarnpkg.com/didyoumean/-/didyoumean-1.2.2.tgz#989346ffe9e839b4555ecf5666edea0d3e8ad037"
+ resolved "https://registry.npmjs.org/didyoumean/-/didyoumean-1.2.2.tgz"
integrity sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==
-diff-sequences@^26.6.2:
- version "26.6.2"
- resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-26.6.2.tgz#48ba99157de1923412eed41db6b6d4aa9ca7c0b1"
- integrity sha512-Mv/TDa3nZ9sbc5soK+OoA74BsS3mL37yixCvUAQkiuA4Wz6YtwP/K47n2rv2ovzHZvoiQeA5FTQOschKkEwB0Q==
-
diff-sequences@^27.5.1:
version "27.5.1"
- resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-27.5.1.tgz#eaecc0d327fd68c8d9672a1e64ab8dccb2ef5327"
+ resolved "https://registry.npmjs.org/diff-sequences/-/diff-sequences-27.5.1.tgz"
integrity sha512-k1gCAXAsNgLwEL+Y8Wvl+M6oEFj5bgazfZULpS5CneoPPXRaCCW7dm+q21Ky2VEE5X+VeRDBVg1Pcvvsr4TtNQ==
diff-sequences@^29.6.3:
version "29.6.3"
- resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-29.6.3.tgz#4deaf894d11407c51efc8418012f9e70b84ea921"
+ resolved "https://registry.npmjs.org/diff-sequences/-/diff-sequences-29.6.3.tgz"
integrity sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==
diff@^4.0.1:
version "4.0.2"
- resolved "https://registry.yarnpkg.com/diff/-/diff-4.0.2.tgz#60f3aecb89d5fae520c11aa19efc2bb982aade7d"
+ resolved "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz"
integrity sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==
diff@^5.2.0:
version "5.2.0"
- resolved "https://registry.yarnpkg.com/diff/-/diff-5.2.0.tgz#26ded047cd1179b78b9537d5ef725503ce1ae531"
+ resolved "https://registry.npmjs.org/diff/-/diff-5.2.0.tgz"
integrity sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==
diffie-hellman@^5.0.0:
version "5.0.3"
- resolved "https://registry.yarnpkg.com/diffie-hellman/-/diffie-hellman-5.0.3.tgz#40e8ee98f55a2149607146921c63e1ae5f3d2875"
+ resolved "https://registry.npmjs.org/diffie-hellman/-/diffie-hellman-5.0.3.tgz"
integrity sha512-kqag/Nl+f3GwyK25fhUMYj81BUOrZ9IuJsjIcDE5icNM9FJHAVm3VcUDxdLPoQtTuUylWm6ZIknYJwwaPxsUzg==
dependencies:
bn.js "^4.1.0"
miller-rabin "^4.0.0"
randombytes "^2.0.0"
-dir-glob@2.0.0:
- version "2.0.0"
- resolved "https://registry.yarnpkg.com/dir-glob/-/dir-glob-2.0.0.tgz#0b205d2b6aef98238ca286598a8204d29d0a0034"
- integrity sha512-37qirFDz8cA5fimp9feo43fSuRo2gHwaIn6dXL8Ber1dGwUosDrGZeCCXq57WnIqE4aQ+u3eQZzsk1yOzhdwag==
- dependencies:
- arrify "^1.0.1"
- path-type "^3.0.0"
-
dir-glob@^2.2.2:
version "2.2.2"
- resolved "https://registry.yarnpkg.com/dir-glob/-/dir-glob-2.2.2.tgz#fa09f0694153c8918b18ba0deafae94769fc50c4"
+ resolved "https://registry.npmjs.org/dir-glob/-/dir-glob-2.2.2.tgz"
integrity sha512-f9LBi5QWzIW3I6e//uxZoLBlUt9kcp66qo0sSCxL6YZKc75R1c4MFCoe/LaZiBGmgujvQdxc5Bn3QhfyvK5Hsw==
dependencies:
path-type "^3.0.0"
dir-glob@^3.0.1:
version "3.0.1"
- resolved "https://registry.yarnpkg.com/dir-glob/-/dir-glob-3.0.1.tgz#56dbf73d992a4a93ba1584f4534063fd2e41717f"
+ resolved "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz"
integrity sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==
dependencies:
path-type "^4.0.0"
+dir-glob@2.0.0:
+ version "2.0.0"
+ resolved "https://registry.npmjs.org/dir-glob/-/dir-glob-2.0.0.tgz"
+ integrity sha512-37qirFDz8cA5fimp9feo43fSuRo2gHwaIn6dXL8Ber1dGwUosDrGZeCCXq57WnIqE4aQ+u3eQZzsk1yOzhdwag==
+ dependencies:
+ arrify "^1.0.1"
+ path-type "^3.0.0"
+
discontinuous-range@1.0.0:
version "1.0.0"
- resolved "https://registry.yarnpkg.com/discontinuous-range/-/discontinuous-range-1.0.0.tgz#e38331f0844bba49b9a9cb71c771585aab1bc65a"
+ resolved "https://registry.npmjs.org/discontinuous-range/-/discontinuous-range-1.0.0.tgz"
integrity sha512-c68LpLbO+7kP/b1Hr1qs8/BJ09F5khZGTxqxZuhzxpmwJKOgRFHJWIb9/KmqnqHhLdO55aOxFH/EGBvUQbL/RQ==
dlv@^1.1.3:
version "1.1.3"
- resolved "https://registry.yarnpkg.com/dlv/-/dlv-1.1.3.tgz#5c198a8a11453596e751494d49874bc7732f2e79"
+ resolved "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz"
integrity sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==
dmd@^4.0.5:
version "4.0.6"
- resolved "https://registry.yarnpkg.com/dmd/-/dmd-4.0.6.tgz#c533cae847307984527263a4b41a1c6e3ef344a2"
+ resolved "https://registry.npmjs.org/dmd/-/dmd-4.0.6.tgz"
integrity sha512-7ZYAnFQ6jGm4SICArwqNPylJ83PaOdPTAkds3Z/s1ueFqSc5ilJ2F0b7uP+35W1PUbemH++gn5/VlC3KwEgiHQ==
dependencies:
array-back "^4.0.1"
@@ -10146,70 +8844,42 @@ dmd@^4.0.5:
test-value "^3.0.0"
walk-back "^4.0.0"
-dns-equal@^1.0.0:
- version "1.0.0"
- resolved "https://registry.yarnpkg.com/dns-equal/-/dns-equal-1.0.0.tgz#b39e7f1da6eb0a75ba9c17324b34753c47e0654d"
- integrity sha512-z+paD6YUQsk+AbGCEM4PrOXSss5gd66QfcVBFTKR/HpFL9jCqikS94HYwKww6fQyO7IxrIIyUu+g0Ka9tUS2Cg==
-
-dns-packet@^1.3.1:
- version "1.3.4"
- resolved "https://registry.yarnpkg.com/dns-packet/-/dns-packet-1.3.4.tgz#e3455065824a2507ba886c55a89963bb107dec6f"
- integrity sha512-BQ6F4vycLXBvdrJZ6S3gZewt6rcrks9KBgM9vrhW+knGRqc8uEdT7fuCwloc7nny5xNoMJ17HGH0R/6fpo8ECA==
- dependencies:
- ip "^1.1.0"
- safe-buffer "^5.0.1"
-
dns-packet@^5.2.2:
version "5.6.1"
- resolved "https://registry.yarnpkg.com/dns-packet/-/dns-packet-5.6.1.tgz#ae888ad425a9d1478a0674256ab866de1012cf2f"
+ resolved "https://registry.npmjs.org/dns-packet/-/dns-packet-5.6.1.tgz"
integrity sha512-l4gcSouhcgIKRvyy99RNVOgxXiicE+2jZoNmaNmZ6JXiGajBOJAesk1OBlJuM5k2c+eudGdLxDqXuPCKIj6kpw==
dependencies:
"@leichtgewicht/ip-codec" "^2.0.1"
-dns-txt@^2.0.2:
- version "2.0.2"
- resolved "https://registry.yarnpkg.com/dns-txt/-/dns-txt-2.0.2.tgz#b91d806f5d27188e4ab3e7d107d881a1cc4642b6"
- integrity sha512-Ix5PrWjphuSoUXV/Zv5gaFHjnaJtb02F2+Si3Ht9dyJ87+Z/lMmy+dpNHtTGraNK958ndXq2i+GLkWsWHcKaBQ==
- dependencies:
- buffer-indexof "^1.0.0"
-
doctrine@^2.1.0:
version "2.1.0"
- resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-2.1.0.tgz#5cd01fc101621b42c4cd7f5d1a66243716d3f39d"
+ resolved "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz"
integrity sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==
dependencies:
esutils "^2.0.2"
doctrine@^3.0.0:
version "3.0.0"
- resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-3.0.0.tgz#addebead72a6574db783639dc87a121773973961"
+ resolved "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz"
integrity sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==
dependencies:
esutils "^2.0.2"
dom-accessibility-api@^0.5.6, dom-accessibility-api@^0.5.9:
version "0.5.16"
- resolved "https://registry.yarnpkg.com/dom-accessibility-api/-/dom-accessibility-api-0.5.16.tgz#5a7429e6066eb3664d911e33fb0e45de8eb08453"
+ resolved "https://registry.npmjs.org/dom-accessibility-api/-/dom-accessibility-api-0.5.16.tgz"
integrity sha512-X7BJ2yElsnOJ30pZF4uIIDfBEVgF4XEBxL9Bxhy6dnrm5hkzqmsWHGTiHqRiITNhMyFLyAiWndIJP7Z1NTteDg==
dom-converter@^0.2.0:
version "0.2.0"
- resolved "https://registry.yarnpkg.com/dom-converter/-/dom-converter-0.2.0.tgz#6721a9daee2e293682955b6afe416771627bb768"
+ resolved "https://registry.npmjs.org/dom-converter/-/dom-converter-0.2.0.tgz"
integrity sha512-gd3ypIPfOMr9h5jIKq8E3sHOTCjeirnl0WK5ZdS1AW0Odt0b1PaWaHdJ4Qk4klv+YB9aJBS7mESXjFoDQPu6DA==
dependencies:
utila "~0.4"
-dom-serializer@0:
- version "0.2.2"
- resolved "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-0.2.2.tgz#1afb81f533717175d478655debc5e332d9f9bb51"
- integrity sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g==
- dependencies:
- domelementtype "^2.0.1"
- entities "^2.0.0"
-
dom-serializer@^1.0.1:
version "1.4.1"
- resolved "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-1.4.1.tgz#de5d41b1aea290215dc45a6dae8adcf1d32e2d30"
+ resolved "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.4.1.tgz"
integrity sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==
dependencies:
domelementtype "^2.0.1"
@@ -10218,60 +8888,72 @@ dom-serializer@^1.0.1:
dom-serializer@^2.0.0:
version "2.0.0"
- resolved "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-2.0.0.tgz#e41b802e1eedf9f6cae183ce5e622d789d7d8e53"
+ resolved "https://registry.npmjs.org/dom-serializer/-/dom-serializer-2.0.0.tgz"
integrity sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==
dependencies:
domelementtype "^2.3.0"
domhandler "^5.0.2"
entities "^4.2.0"
-domain-browser@^1.1.1:
- version "1.2.0"
- resolved "https://registry.yarnpkg.com/domain-browser/-/domain-browser-1.2.0.tgz#3d31f50191a6749dd1375a7f522e823d42e54eda"
- integrity sha512-jnjyiM6eRyZl2H+W8Q/zLMA481hzi0eszAaBUzIVnmYVDBbnLxVNnfu1HgEBvCbL+71FrxMl3E6lpKH7Ge3OXA==
-
-domelementtype@1:
- version "1.3.1"
- resolved "https://registry.yarnpkg.com/domelementtype/-/domelementtype-1.3.1.tgz#d048c44b37b0d10a7f2a3d5fee3f4333d790481f"
- integrity sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w==
+dom-serializer@0:
+ version "0.2.2"
+ resolved "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.2.2.tgz"
+ integrity sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g==
+ dependencies:
+ domelementtype "^2.0.1"
+ entities "^2.0.0"
domelementtype@^2.0.1, domelementtype@^2.2.0, domelementtype@^2.3.0:
version "2.3.0"
- resolved "https://registry.yarnpkg.com/domelementtype/-/domelementtype-2.3.0.tgz#5c45e8e869952626331d7aab326d01daf65d589d"
+ resolved "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz"
integrity sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==
+domelementtype@1:
+ version "1.3.1"
+ resolved "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.1.tgz"
+ integrity sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w==
+
domexception@^2.0.1:
version "2.0.1"
- resolved "https://registry.yarnpkg.com/domexception/-/domexception-2.0.1.tgz#fb44aefba793e1574b0af6aed2801d057529f304"
+ resolved "https://registry.npmjs.org/domexception/-/domexception-2.0.1.tgz"
integrity sha512-yxJ2mFy/sibVQlu5qHjOkf9J3K6zgmCxgJ94u2EdvDOV09H+32LtRswEcUsmUWN72pVLOEnTSRaIVVzVQgS0dg==
dependencies:
webidl-conversions "^5.0.0"
domhandler@^4.0.0, domhandler@^4.2.0, domhandler@^4.3.1:
version "4.3.1"
- resolved "https://registry.yarnpkg.com/domhandler/-/domhandler-4.3.1.tgz#8d792033416f59d68bc03a5aa7b018c1ca89279c"
+ resolved "https://registry.npmjs.org/domhandler/-/domhandler-4.3.1.tgz"
integrity sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==
dependencies:
domelementtype "^2.2.0"
domhandler@^5.0.2, domhandler@^5.0.3:
version "5.0.3"
- resolved "https://registry.yarnpkg.com/domhandler/-/domhandler-5.0.3.tgz#cc385f7f751f1d1fc650c21374804254538c7d31"
+ resolved "https://registry.npmjs.org/domhandler/-/domhandler-5.0.3.tgz"
integrity sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==
dependencies:
domelementtype "^2.3.0"
domutils@^1.7.0:
version "1.7.0"
- resolved "https://registry.yarnpkg.com/domutils/-/domutils-1.7.0.tgz#56ea341e834e06e6748af7a1cb25da67ea9f8c2a"
+ resolved "https://registry.npmjs.org/domutils/-/domutils-1.7.0.tgz"
integrity sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg==
dependencies:
dom-serializer "0"
domelementtype "1"
-domutils@^2.5.2, domutils@^2.8.0:
+domutils@^2.5.2:
+ version "2.8.0"
+ resolved "https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz"
+ integrity sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==
+ dependencies:
+ dom-serializer "^1.0.1"
+ domelementtype "^2.2.0"
+ domhandler "^4.2.0"
+
+domutils@^2.8.0:
version "2.8.0"
- resolved "https://registry.yarnpkg.com/domutils/-/domutils-2.8.0.tgz#4437def5db6e2d1f5d6ee859bd95ca7d02048135"
+ resolved "https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz"
integrity sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==
dependencies:
dom-serializer "^1.0.1"
@@ -10280,7 +8962,7 @@ domutils@^2.5.2, domutils@^2.8.0:
domutils@^3.0.1:
version "3.1.0"
- resolved "https://registry.yarnpkg.com/domutils/-/domutils-3.1.0.tgz#c47f551278d3dc4b0b1ab8cbb42d751a6f0d824e"
+ resolved "https://registry.npmjs.org/domutils/-/domutils-3.1.0.tgz"
integrity sha512-H78uMmQtI2AhgDJjWeQmHwJJ2bLPD3GMmO7Zja/ZZh84wkm+4ut+IUnUdRa8uCGX88DiVx1j6FRe1XfxEgjEZA==
dependencies:
dom-serializer "^2.0.0"
@@ -10289,7 +8971,7 @@ domutils@^3.0.1:
dot-case@^3.0.4:
version "3.0.4"
- resolved "https://registry.yarnpkg.com/dot-case/-/dot-case-3.0.4.tgz#9b2b670d00a431667a8a75ba29cd1b98809ce751"
+ resolved "https://registry.npmjs.org/dot-case/-/dot-case-3.0.4.tgz"
integrity sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==
dependencies:
no-case "^3.0.4"
@@ -10297,51 +8979,46 @@ dot-case@^3.0.4:
dot-prop@^4.1.0:
version "4.2.1"
- resolved "https://registry.yarnpkg.com/dot-prop/-/dot-prop-4.2.1.tgz#45884194a71fc2cda71cbb4bceb3a4dd2f433ba4"
+ resolved "https://registry.npmjs.org/dot-prop/-/dot-prop-4.2.1.tgz"
integrity sha512-l0p4+mIuJIua0mhxGoh4a+iNL9bmeK5DvnSVQa6T0OhrVmaEa1XScX5Etc673FePCJOArq/4Pa2cLGODUWTPOQ==
dependencies:
is-obj "^1.0.0"
dot-prop@^5.1.0, dot-prop@^5.2.0:
version "5.3.0"
- resolved "https://registry.yarnpkg.com/dot-prop/-/dot-prop-5.3.0.tgz#90ccce708cd9cd82cc4dc8c3ddd9abdd55b20e88"
+ resolved "https://registry.npmjs.org/dot-prop/-/dot-prop-5.3.0.tgz"
integrity sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==
dependencies:
is-obj "^2.0.0"
-dotenv-expand@5.1.0, dotenv-expand@^5.1.0:
+dotenv-expand@^5.1.0:
version "5.1.0"
- resolved "https://registry.yarnpkg.com/dotenv-expand/-/dotenv-expand-5.1.0.tgz#3fbaf020bfd794884072ea26b1e9791d45a629f0"
+ resolved "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-5.1.0.tgz"
integrity sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA==
-dotenv@8.2.0:
- version "8.2.0"
- resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.2.0.tgz#97e619259ada750eea3e4ea3e26bceea5424b16a"
- integrity sha512-8sJ78ElpbDJBHNeBzUbUVLsqKdccaa/BXF1uPTw3GrvQTBgrQrtObr2mUrE38vzYd8cEv+m/JBfDLioYcfXoaw==
-
dotenv@^10.0.0:
version "10.0.0"
- resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-10.0.0.tgz#3d4227b8fb95f81096cdd2b66653fb2c7085ba81"
+ resolved "https://registry.npmjs.org/dotenv/-/dotenv-10.0.0.tgz"
integrity sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==
dotenv@^8.1.0:
version "8.6.0"
- resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.6.0.tgz#061af664d19f7f4d8fc6e4ff9b584ce237adcb8b"
+ resolved "https://registry.npmjs.org/dotenv/-/dotenv-8.6.0.tgz"
integrity sha512-IrPdXQsk2BbzvCBGBOTmmSH5SodmqZNt4ERAZDmW4CT+tL8VtvinqywuANaFu4bOMWki16nqf0e4oC0QIaDr/g==
-duplexer3@^0.1.4:
- version "0.1.5"
- resolved "https://registry.yarnpkg.com/duplexer3/-/duplexer3-0.1.5.tgz#0b5e4d7bad5de8901ea4440624c8e1d20099217e"
- integrity sha512-1A8za6ws41LQgv9HrE/66jyC5yuSjQ3L/KOpFtoBilsAK2iA2wuS5rTt1OCzIvtS2V7nVmedsUU+DGRcjBmOYA==
-
duplexer@^0.1.1, duplexer@^0.1.2, duplexer@~0.1.1:
version "0.1.2"
- resolved "https://registry.yarnpkg.com/duplexer/-/duplexer-0.1.2.tgz#3abe43aef3835f8ae077d136ddce0f276b0400e6"
+ resolved "https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz"
integrity sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==
-duplexify@^3.4.2, duplexify@^3.6.0:
+duplexer3@^0.1.4:
+ version "0.1.5"
+ resolved "https://registry.npmjs.org/duplexer3/-/duplexer3-0.1.5.tgz"
+ integrity sha512-1A8za6ws41LQgv9HrE/66jyC5yuSjQ3L/KOpFtoBilsAK2iA2wuS5rTt1OCzIvtS2V7nVmedsUU+DGRcjBmOYA==
+
+duplexify@^3.6.0:
version "3.7.1"
- resolved "https://registry.yarnpkg.com/duplexify/-/duplexify-3.7.1.tgz#2a4df5317f6ccfd91f86d6fd25d8d8a103b88309"
+ resolved "https://registry.npmjs.org/duplexify/-/duplexify-3.7.1.tgz"
integrity sha512-07z8uv2wMyS51kKhD1KsdXJg5WQ6t93RneqRxUHnskXVtlYYkLqM0gqStQZ3pj073g687jPCHrqNfCzawLYh5g==
dependencies:
end-of-stream "^1.0.0"
@@ -10351,28 +9028,20 @@ duplexify@^3.4.2, duplexify@^3.6.0:
eastasianwidth@^0.2.0:
version "0.2.0"
- resolved "https://registry.yarnpkg.com/eastasianwidth/-/eastasianwidth-0.2.0.tgz#696ce2ec0aa0e6ea93a397ffcf24aa7840c827cb"
+ resolved "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz"
integrity sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==
ecc-jsbn@~0.1.1:
version "0.1.2"
- resolved "https://registry.yarnpkg.com/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz#3a83a904e54353287874c564b7549386849a98c9"
+ resolved "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz"
integrity sha512-eh9O+hwRHNbG4BLTjEl3nw044CkGm5X6LoaCf7LPp7UU8Qrt47JYNi6nPX8xjW97TKGKm1ouctg0QSpZe9qrnw==
dependencies:
jsbn "~0.1.0"
safer-buffer "^2.1.0"
-editions@^2.2.0:
- version "2.3.1"
- resolved "https://registry.yarnpkg.com/editions/-/editions-2.3.1.tgz#3bc9962f1978e801312fbd0aebfed63b49bfe698"
- integrity sha512-ptGvkwTvGdGfC0hfhKg0MT+TRLRKGtUiWGBInxOm5pz7ssADezahjCUaYuZ8Dr+C05FW0AECIIPt4WBxVINEhA==
- dependencies:
- errlop "^2.0.0"
- semver "^6.3.0"
-
editorconfig@^1.0.4:
version "1.0.4"
- resolved "https://registry.yarnpkg.com/editorconfig/-/editorconfig-1.0.4.tgz#040c9a8e9a6c5288388b87c2db07028aa89f53a3"
+ resolved "https://registry.npmjs.org/editorconfig/-/editorconfig-1.0.4.tgz"
integrity sha512-L9Qe08KWTlqYMVvMcTIvMAdl1cDUubzRNYL+WfA4bLDMHe4nemKkpmYzkznE1FwLKu0EEmy6obgQKzMJrg4x9Q==
dependencies:
"@one-ini/wasm" "0.1.1"
@@ -10382,29 +9051,24 @@ editorconfig@^1.0.4:
ee-first@1.1.1:
version "1.1.1"
- resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d"
+ resolved "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz"
integrity sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==
-ejs@^2.6.1:
- version "2.7.4"
- resolved "https://registry.yarnpkg.com/ejs/-/ejs-2.7.4.tgz#48661287573dcc53e366c7a1ae52c3a120eec9ba"
- integrity sha512-7vmuyh5+kuUyJKePhQfRQBhXV5Ce+RnaeeQArKu1EAMpL3WbgMt5WG6uQZpEVvYSSsxMXRKOewtDk9RaTKXRlA==
-
ejs@^3.1.5, ejs@^3.1.6:
version "3.1.10"
- resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.10.tgz#69ab8358b14e896f80cc39e62087b88500c3ac3b"
+ resolved "https://registry.npmjs.org/ejs/-/ejs-3.1.10.tgz"
integrity sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==
dependencies:
jake "^10.8.5"
-electron-to-chromium@^1.3.378, electron-to-chromium@^1.3.564, electron-to-chromium@^1.5.4:
+electron-to-chromium@^1.3.378, electron-to-chromium@^1.5.4:
version "1.5.4"
- resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.4.tgz#cd477c830dd6fca41fbd5465c1ff6ce08ac22343"
+ resolved "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.4.tgz"
integrity sha512-orzA81VqLyIGUEA77YkVA1D+N+nNfl2isJVjjmOyrlxuooZ19ynb+dOlaDTqd/idKRS9lDCSBmtzM+kyCsMnkA==
elliptic@^6.5.3, elliptic@^6.5.5:
version "6.5.6"
- resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.6.tgz#ee5f7c3a00b98a2144ac84d67d01f04d438fa53e"
+ resolved "https://registry.npmjs.org/elliptic/-/elliptic-6.5.6.tgz"
integrity sha512-mpzdtpeCLuS3BmE3pO3Cpp5bbjlOPY2Q0PgoF+Od1XZrHLYI28Xe3ossCmYCQt11FQKEYd9+PF8jymTvtWJSHQ==
dependencies:
bn.js "^4.11.9"
@@ -10417,97 +9081,83 @@ elliptic@^6.5.3, elliptic@^6.5.5:
emittery@^0.10.2:
version "0.10.2"
- resolved "https://registry.yarnpkg.com/emittery/-/emittery-0.10.2.tgz#902eec8aedb8c41938c46e9385e9db7e03182933"
+ resolved "https://registry.npmjs.org/emittery/-/emittery-0.10.2.tgz"
integrity sha512-aITqOwnLanpHLNXZJENbOgjUBeHocD+xsSJmNrjovKBW5HbSpW3d1pEls7GFQPUWXiwG9+0P4GtHfEqC/4M0Iw==
-emittery@^0.7.1:
- version "0.7.2"
- resolved "https://registry.yarnpkg.com/emittery/-/emittery-0.7.2.tgz#25595908e13af0f5674ab419396e2fb394cdfa82"
- integrity sha512-A8OG5SR/ij3SsJdWDJdkkSYUjQdCUx6APQXem0SaEePBSRg4eymGYwBkKo1Y6DU+af/Jn2dBQqDBvjnr9Vi8nQ==
-
emittery@^0.8.1:
version "0.8.1"
- resolved "https://registry.yarnpkg.com/emittery/-/emittery-0.8.1.tgz#bb23cc86d03b30aa75a7f734819dee2e1ba70860"
+ resolved "https://registry.npmjs.org/emittery/-/emittery-0.8.1.tgz"
integrity sha512-uDfvUjVrfGJJhymx/kz6prltenw1u7WrCg1oa94zYY8xxVpLLUu045LAT0dhDZdXG58/EpPL/5kA180fQ/qudg==
emoji-regex@^7.0.1:
version "7.0.3"
- resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-7.0.3.tgz#933a04052860c85e83c122479c4748a8e4c72156"
+ resolved "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz"
integrity sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==
emoji-regex@^8.0.0:
version "8.0.0"
- resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37"
+ resolved "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz"
integrity sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==
emoji-regex@^9.2.2:
version "9.2.2"
- resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-9.2.2.tgz#840c8803b0d8047f4ff0cf963176b32d4ef3ed72"
+ resolved "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz"
integrity sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==
emojis-list@^2.0.0:
version "2.1.0"
- resolved "https://registry.yarnpkg.com/emojis-list/-/emojis-list-2.1.0.tgz#4daa4d9db00f9819880c79fa457ae5b09a1fd389"
+ resolved "https://registry.npmjs.org/emojis-list/-/emojis-list-2.1.0.tgz"
integrity sha512-knHEZMgs8BB+MInokmNTg/OyPlAddghe1YBgNwJBc5zsJi/uyIcXoSDsL/W9ymOsBoBGdPIHXYJ9+qKFwRwDng==
emojis-list@^3.0.0:
version "3.0.0"
- resolved "https://registry.yarnpkg.com/emojis-list/-/emojis-list-3.0.0.tgz#5570662046ad29e2e916e71aae260abdff4f6a78"
+ resolved "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz"
integrity sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==
emoticon@^3.2.0:
version "3.2.0"
- resolved "https://registry.yarnpkg.com/emoticon/-/emoticon-3.2.0.tgz#c008ca7d7620fac742fe1bf4af8ff8fed154ae7f"
+ resolved "https://registry.npmjs.org/emoticon/-/emoticon-3.2.0.tgz"
integrity sha512-SNujglcLTTg+lDAcApPNgEdudaqQFiAbJCqzjNxJkvN9vAwCGi0uu8IUVvx+f16h+V44KCY6Y2yboroc9pilHg==
encodeurl@~1.0.2:
version "1.0.2"
- resolved "https://registry.yarnpkg.com/encodeurl/-/encodeurl-1.0.2.tgz#ad3ff4c86ec2d029322f5a02c3a9a606c95b3f59"
+ resolved "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz"
integrity sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==
-encoding@^0.1.12:
+encoding@^0.1.0, encoding@^0.1.12:
version "0.1.13"
- resolved "https://registry.yarnpkg.com/encoding/-/encoding-0.1.13.tgz#56574afdd791f54a8e9b2785c0582a2d26210fa9"
+ resolved "https://registry.npmjs.org/encoding/-/encoding-0.1.13.tgz"
integrity sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==
dependencies:
iconv-lite "^0.6.2"
end-of-stream@^1.0.0, end-of-stream@^1.1.0, end-of-stream@^1.4.1:
version "1.4.4"
- resolved "https://registry.yarnpkg.com/end-of-stream/-/end-of-stream-1.4.4.tgz#5ae64a5f45057baf3626ec14da0ca5e4b2431eb0"
+ resolved "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz"
integrity sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==
dependencies:
once "^1.4.0"
endent@^2.0.1:
version "2.1.0"
- resolved "https://registry.yarnpkg.com/endent/-/endent-2.1.0.tgz#5aaba698fb569e5e18e69e1ff7a28ff35373cd88"
+ resolved "https://registry.npmjs.org/endent/-/endent-2.1.0.tgz"
integrity sha512-r8VyPX7XL8U01Xgnb1CjZ3XV+z90cXIJ9JPE/R9SEC9vpw2P6CfsRPJmp20DppC5N7ZAMCmjYkJIa744Iyg96w==
dependencies:
dedent "^0.7.0"
fast-json-parse "^1.0.3"
objectorarray "^1.0.5"
-enhanced-resolve@^4.3.0:
- version "4.5.0"
- resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-4.5.0.tgz#2f3cfd84dbe3b487f18f2db2ef1e064a571ca5ec"
- integrity sha512-Nv9m36S/vxpsI+Hc4/ZGRs0n9mXqSWGGq49zxb/cJfPAQMbUtttJAlNPS4AQzaBdw/pKskw5bMbekT/Y7W/Wlg==
- dependencies:
- graceful-fs "^4.1.2"
- memory-fs "^0.5.0"
- tapable "^1.0.0"
-
enhanced-resolve@^5.17.0:
version "5.17.1"
- resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.17.1.tgz#67bfbbcc2f81d511be77d686a90267ef7f898a15"
+ resolved "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.17.1.tgz"
integrity sha512-LMHl3dXhTcfv8gM4kEzIUeTQ+7fpdA0l2tUf34BddXPkz2A5xJ5L/Pchd5BL6rdccM9QGvu0sWZzK1Z1t4wwyg==
dependencies:
graceful-fs "^4.2.4"
tapable "^2.2.0"
-enquirer@^2.3.5, enquirer@^2.3.6:
+enquirer@^2.3.5, enquirer@^2.3.6, "enquirer@>= 2.3.0 < 3":
version "2.4.1"
- resolved "https://registry.yarnpkg.com/enquirer/-/enquirer-2.4.1.tgz#93334b3fbd74fc7097b224ab4a8fb7e40bf4ae56"
+ resolved "https://registry.npmjs.org/enquirer/-/enquirer-2.4.1.tgz"
integrity sha512-rRqJg/6gd538VHvR3PSrdRBb/1Vy2YfzHqzvbhGIQpDRKIa4FgV/54b5Q1xYSxOOwKvjXweS26E0Q+nAMwp2pQ==
dependencies:
ansi-colors "^4.1.1"
@@ -10515,37 +9165,37 @@ enquirer@^2.3.5, enquirer@^2.3.6:
ensure-array@^1.0.0:
version "1.0.0"
- resolved "https://registry.yarnpkg.com/ensure-array/-/ensure-array-1.0.0.tgz#317e9fc632c656bb849eb649133528e205b23abc"
+ resolved "https://registry.npmjs.org/ensure-array/-/ensure-array-1.0.0.tgz"
integrity sha512-A+3Ntl5WS+GjDnHtC67dKIjw+IoGoeFdNvjn3ZfKEmZgWUz0nxBPE4W52QMCbGZsat0VwWskD5T6AEpe3T2d1g==
entities@^2.0.0:
version "2.2.0"
- resolved "https://registry.yarnpkg.com/entities/-/entities-2.2.0.tgz#098dc90ebb83d8dffa089d55256b351d34c4da55"
+ resolved "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz"
integrity sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==
entities@^4.2.0, entities@^4.4.0:
version "4.5.0"
- resolved "https://registry.yarnpkg.com/entities/-/entities-4.5.0.tgz#5d268ea5e7113ec74c4d033b79ea5a35a488fb48"
+ resolved "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz"
integrity sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==
entities@~2.1.0:
version "2.1.0"
- resolved "https://registry.yarnpkg.com/entities/-/entities-2.1.0.tgz#992d3129cf7df6870b96c57858c249a120f8b8b5"
+ resolved "https://registry.npmjs.org/entities/-/entities-2.1.0.tgz"
integrity sha512-hCx1oky9PFrJ611mf0ifBLBRW8lUUVRlFolb5gWRfIELabBlbp9xZvrqZLZAs+NxFnbfQoeGd8wDkygjg7U85w==
env-paths@^2.2.1:
version "2.2.1"
- resolved "https://registry.yarnpkg.com/env-paths/-/env-paths-2.2.1.tgz#420399d416ce1fbe9bc0a07c62fa68d67fd0f8f2"
+ resolved "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz"
integrity sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==
envinfo@^7.7.3:
version "7.13.0"
- resolved "https://registry.yarnpkg.com/envinfo/-/envinfo-7.13.0.tgz#81fbb81e5da35d74e814941aeab7c325a606fb31"
+ resolved "https://registry.npmjs.org/envinfo/-/envinfo-7.13.0.tgz"
integrity sha512-cvcaMr7KqXVh4nyzGTVqTum+gAiL265x5jUWQIDLq//zOGbW+gSW/C+OWLleY/rs9Qole6AZLMXPbtIFQbqu+Q==
enzyme-adapter-react-16@^1.15.8:
version "1.15.8"
- resolved "https://registry.yarnpkg.com/enzyme-adapter-react-16/-/enzyme-adapter-react-16-1.15.8.tgz#1aecb5daadaae33d32c5b8b78566d7cf45dc49d8"
+ resolved "https://registry.npmjs.org/enzyme-adapter-react-16/-/enzyme-adapter-react-16-1.15.8.tgz"
integrity sha512-uYGC31eGZBp5nGsr4nKhZKvxGQjyHGjS06BJsUlWgE29/hvnpgCsT1BJvnnyny7N3GIIVyxZ4O9GChr6hy2WQA==
dependencies:
enzyme-adapter-utils "^1.14.2"
@@ -10560,7 +9210,7 @@ enzyme-adapter-react-16@^1.15.8:
enzyme-adapter-utils@^1.14.2:
version "1.14.2"
- resolved "https://registry.yarnpkg.com/enzyme-adapter-utils/-/enzyme-adapter-utils-1.14.2.tgz#1d012e6261accbe7d406db098bb4d8dfdce8c003"
+ resolved "https://registry.npmjs.org/enzyme-adapter-utils/-/enzyme-adapter-utils-1.14.2.tgz"
integrity sha512-1ZC++RlsYRaiOWE5NRaF5OgsMt7F5rn/VuaJIgc7eW/fmgg8eS1/Ut7EugSPPi7VMdWMLcymRnMF+mJUJ4B8KA==
dependencies:
airbnb-prop-types "^2.16.0"
@@ -10573,15 +9223,15 @@ enzyme-adapter-utils@^1.14.2:
enzyme-shallow-equal@^1.0.1, enzyme-shallow-equal@^1.0.7:
version "1.0.7"
- resolved "https://registry.yarnpkg.com/enzyme-shallow-equal/-/enzyme-shallow-equal-1.0.7.tgz#4e3aa678022387a68e6c47aff200587851885b5e"
+ resolved "https://registry.npmjs.org/enzyme-shallow-equal/-/enzyme-shallow-equal-1.0.7.tgz"
integrity sha512-/um0GFqUXnpM9SvKtje+9Tjoz3f1fpBC3eXRFrNs8kpYn69JljciYP7KZTqM/YQbUY9KUjvKB4jo/q+L6WGGvg==
dependencies:
hasown "^2.0.0"
object-is "^1.1.5"
-enzyme@^3.11.0:
+enzyme@^3.0.0, enzyme@^3.11.0:
version "3.11.0"
- resolved "https://registry.yarnpkg.com/enzyme/-/enzyme-3.11.0.tgz#71d680c580fe9349f6f5ac6c775bc3e6b7a79c28"
+ resolved "https://registry.npmjs.org/enzyme/-/enzyme-3.11.0.tgz"
integrity sha512-Dw8/Gs4vRjxY6/6i9wU0V+utmQO9kvh9XLnz3LIudviOnVYDEe2ec+0k+NQoMamn1VrjKgCUOWj5jG/5M5M0Qw==
dependencies:
array.prototype.flat "^1.2.3"
@@ -10609,38 +9259,26 @@ enzyme@^3.11.0:
eol@^0.9.1:
version "0.9.1"
- resolved "https://registry.yarnpkg.com/eol/-/eol-0.9.1.tgz#f701912f504074be35c6117a5c4ade49cd547acd"
+ resolved "https://registry.npmjs.org/eol/-/eol-0.9.1.tgz"
integrity sha512-Ds/TEoZjwggRoz/Q2O7SE3i4Jm66mqTDfmdHdq/7DKVk3bro9Q8h6WdXKdPqFLMoqxrDK5SVRzHVPOS6uuGtrg==
-errlop@^2.0.0:
- version "2.2.0"
- resolved "https://registry.yarnpkg.com/errlop/-/errlop-2.2.0.tgz#1ff383f8f917ae328bebb802d6ca69666a42d21b"
- integrity sha512-e64Qj9+4aZzjzzFpZC7p5kmm/ccCrbLhAJplhsDXQFs87XTsXwOpH4s1Io2s90Tau/8r2j9f4l/thhDevRjzxw==
-
-errno@^0.1.3, errno@~0.1.7:
- version "0.1.8"
- resolved "https://registry.yarnpkg.com/errno/-/errno-0.1.8.tgz#8bb3e9c7d463be4976ff888f76b4809ebc2e811f"
- integrity sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A==
- dependencies:
- prr "~1.0.1"
-
error-ex@^1.3.1:
version "1.3.2"
- resolved "https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.2.tgz#b4ac40648107fdcdcfae242f428bea8a14d4f1bf"
+ resolved "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz"
integrity sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==
dependencies:
is-arrayish "^0.2.1"
error-stack-parser@^2.0.6, error-stack-parser@^2.1.4:
version "2.1.4"
- resolved "https://registry.yarnpkg.com/error-stack-parser/-/error-stack-parser-2.1.4.tgz#229cb01cdbfa84440bfa91876285b94680188286"
+ resolved "https://registry.npmjs.org/error-stack-parser/-/error-stack-parser-2.1.4.tgz"
integrity sha512-Sk5V6wVazPhq5MhpO+AUxJn5x7XSXGl1R93Vn7i+zS15KDVxQijejNCrz8340/2bgLBjR9GtEG8ZVKONDjcqGQ==
dependencies:
stackframe "^1.3.4"
es-abstract@^1.17.2, es-abstract@^1.17.5, es-abstract@^1.22.1, es-abstract@^1.22.3, es-abstract@^1.23.0, es-abstract@^1.23.1, es-abstract@^1.23.2, es-abstract@^1.23.3:
version "1.23.3"
- resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.23.3.tgz#8f0c5a35cd215312573c5a27c87dfd6c881a0aa0"
+ resolved "https://registry.npmjs.org/es-abstract/-/es-abstract-1.23.3.tgz"
integrity sha512-e+HfNH61Bj1X9/jLc5v1owaLYuHdeHHSQlkhCBiTK8rBvKaULl/beGMxwrMXjpYrv4pz22BlY570vVePA2ho4A==
dependencies:
array-buffer-byte-length "^1.0.1"
@@ -10692,24 +9330,24 @@ es-abstract@^1.17.2, es-abstract@^1.17.5, es-abstract@^1.22.1, es-abstract@^1.22
es-array-method-boxes-properly@^1.0.0:
version "1.0.0"
- resolved "https://registry.yarnpkg.com/es-array-method-boxes-properly/-/es-array-method-boxes-properly-1.0.0.tgz#873f3e84418de4ee19c5be752990b2e44718d09e"
+ resolved "https://registry.npmjs.org/es-array-method-boxes-properly/-/es-array-method-boxes-properly-1.0.0.tgz"
integrity sha512-wd6JXUmyHmt8T5a2xreUwKcGPq6f1f+WwIJkijUqiGcJz1qqnZgP6XIK+QyIWU5lT7imeNxUll48bziG+TSYcA==
es-define-property@^1.0.0:
version "1.0.0"
- resolved "https://registry.yarnpkg.com/es-define-property/-/es-define-property-1.0.0.tgz#c7faefbdff8b2696cf5f46921edfb77cc4ba3845"
+ resolved "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.0.tgz"
integrity sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==
dependencies:
get-intrinsic "^1.2.4"
es-errors@^1.2.1, es-errors@^1.3.0:
version "1.3.0"
- resolved "https://registry.yarnpkg.com/es-errors/-/es-errors-1.3.0.tgz#05f75a25dab98e4fb1dcd5e1472c0546d5057c8f"
+ resolved "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz"
integrity sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==
es-get-iterator@^1.1.3:
version "1.1.3"
- resolved "https://registry.yarnpkg.com/es-get-iterator/-/es-get-iterator-1.1.3.tgz#3ef87523c5d464d41084b2c3c9c214f1199763d6"
+ resolved "https://registry.npmjs.org/es-get-iterator/-/es-get-iterator-1.1.3.tgz"
integrity sha512-sPZmqHBe6JIiTfN5q2pEi//TwxmAFHwj/XEuYjTuse78i8KxaqMTTzxPoFKuzRpDpTJ+0NAbpfenkmH2rePtuw==
dependencies:
call-bind "^1.0.2"
@@ -10724,7 +9362,7 @@ es-get-iterator@^1.1.3:
es-iterator-helpers@^1.0.19:
version "1.0.19"
- resolved "https://registry.yarnpkg.com/es-iterator-helpers/-/es-iterator-helpers-1.0.19.tgz#117003d0e5fec237b4b5c08aded722e0c6d50ca8"
+ resolved "https://registry.npmjs.org/es-iterator-helpers/-/es-iterator-helpers-1.0.19.tgz"
integrity sha512-zoMwbCcH5hwUkKJkT8kDIBZSz9I6mVG//+lDCinLCGov4+r7NIy0ld8o03M0cJxl2spVf6ESYVS6/gpIfq1FFw==
dependencies:
call-bind "^1.0.7"
@@ -10744,19 +9382,19 @@ es-iterator-helpers@^1.0.19:
es-module-lexer@^1.2.1, es-module-lexer@^1.5.0:
version "1.5.4"
- resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-1.5.4.tgz#a8efec3a3da991e60efa6b633a7cad6ab8d26b78"
+ resolved "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.5.4.tgz"
integrity sha512-MVNK56NiMrOwitFB7cqDwq0CQutbw+0BvLshJSse0MUNU+y1FC3bUS/AQg7oUng+/wKrrki7JfmwtVHkVfPLlw==
es-object-atoms@^1.0.0:
version "1.0.0"
- resolved "https://registry.yarnpkg.com/es-object-atoms/-/es-object-atoms-1.0.0.tgz#ddb55cd47ac2e240701260bc2a8e31ecb643d941"
+ resolved "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.0.0.tgz"
integrity sha512-MZ4iQ6JwHOBQjahnjwaC1ZtIBH+2ohjamzAO3oaHcXYup7qxjF2fixyH+Q71voWHeOkI2q/TnJao/KfXYIZWbw==
dependencies:
es-errors "^1.3.0"
es-set-tostringtag@^2.0.1, es-set-tostringtag@^2.0.3:
version "2.0.3"
- resolved "https://registry.yarnpkg.com/es-set-tostringtag/-/es-set-tostringtag-2.0.3.tgz#8bb60f0a440c2e4281962428438d58545af39777"
+ resolved "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.0.3.tgz"
integrity sha512-3T8uNMC3OQTHkFUsFq8r/BwAXLHvU/9O9mE0fBc/MY5iq/8H7ncvO947LmYA6ldWw9Uh8Yhf25zu6n7nML5QWQ==
dependencies:
get-intrinsic "^1.2.4"
@@ -10765,57 +9403,30 @@ es-set-tostringtag@^2.0.1, es-set-tostringtag@^2.0.3:
es-shim-unscopables@^1.0.0, es-shim-unscopables@^1.0.2:
version "1.0.2"
- resolved "https://registry.yarnpkg.com/es-shim-unscopables/-/es-shim-unscopables-1.0.2.tgz#1f6942e71ecc7835ed1c8a83006d8771a63a3763"
+ resolved "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.0.2.tgz"
integrity sha512-J3yBRXCzDu4ULnQwxyToo/OjdMx6akgVC7K6few0a7F/0wLtmKKN7I73AH5T2836UuXRqN7Qg+IIUw/+YJksRw==
dependencies:
hasown "^2.0.0"
es-to-primitive@^1.2.1:
version "1.2.1"
- resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a"
+ resolved "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz"
integrity sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==
dependencies:
is-callable "^1.1.4"
is-date-object "^1.0.1"
is-symbol "^1.0.2"
-es5-ext@^0.10.35, es5-ext@^0.10.62, es5-ext@^0.10.64, es5-ext@~0.10.14:
- version "0.10.64"
- resolved "https://registry.yarnpkg.com/es5-ext/-/es5-ext-0.10.64.tgz#12e4ffb48f1ba2ea777f1fcdd1918ef73ea21714"
- integrity sha512-p2snDhiLaXe6dahss1LddxqEm+SkuDvV8dnIQG0MWjyHpcMNfXKPE+/Cc0y+PhxJX3A4xGNeFCj5oc0BUh6deg==
- dependencies:
- es6-iterator "^2.0.3"
- es6-symbol "^3.1.3"
- esniff "^2.0.1"
- next-tick "^1.1.0"
-
-es6-iterator@2.0.3, es6-iterator@^2.0.3:
- version "2.0.3"
- resolved "https://registry.yarnpkg.com/es6-iterator/-/es6-iterator-2.0.3.tgz#a7de889141a05a94b0854403b2d0a0fbfa98f3b7"
- integrity sha512-zw4SRzoUkd+cl+ZoE15A9o1oQd920Bb0iOJMQkQhl3jNc03YqVjAhG7scf9C5KWRU/R13Orf588uCC6525o02g==
- dependencies:
- d "1"
- es5-ext "^0.10.35"
- es6-symbol "^3.1.1"
-
-es6-symbol@^3.1.1, es6-symbol@^3.1.3:
- version "3.1.4"
- resolved "https://registry.yarnpkg.com/es6-symbol/-/es6-symbol-3.1.4.tgz#f4e7d28013770b4208ecbf3e0bf14d3bcb557b8c"
- integrity sha512-U9bFFjX8tFiATgtkJ1zg25+KviIXpgRvRHS8sau3GfhVzThRQrOeksPeT0BWW2MNZs1OEWJ1DPXOQMn0KKRkvg==
- dependencies:
- d "^1.0.2"
- ext "^1.7.0"
-
esbuild-register@^3.5.0:
version "3.6.0"
- resolved "https://registry.yarnpkg.com/esbuild-register/-/esbuild-register-3.6.0.tgz#cf270cfa677baebbc0010ac024b823cbf723a36d"
+ resolved "https://registry.npmjs.org/esbuild-register/-/esbuild-register-3.6.0.tgz"
integrity sha512-H2/S7Pm8a9CL1uhp9OvjwrBh5Pvx0H8qVOxNu8Wed9Y7qv56MPtq+GGM8RJpq6glYJn9Wspr8uw7l55uyinNeg==
dependencies:
debug "^4.3.4"
-"esbuild@^0.18.0 || ^0.19.0 || ^0.20.0 || ^0.21.0", esbuild@^0.21.5:
+"esbuild@^0.18.0 || ^0.19.0 || ^0.20.0 || ^0.21.0", esbuild@^0.21.5, "esbuild@>=0.12 <1":
version "0.21.5"
- resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.21.5.tgz#9ca301b120922959b766360d8ac830da0d02997d"
+ resolved "https://registry.npmjs.org/esbuild/-/esbuild-0.21.5.tgz"
integrity sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==
optionalDependencies:
"@esbuild/aix-ppc64" "0.21.5"
@@ -10844,7 +9455,7 @@ esbuild-register@^3.5.0:
esbuild@^0.19.4:
version "0.19.12"
- resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.19.12.tgz#dc82ee5dc79e82f5a5c3b4323a2a641827db3e04"
+ resolved "https://registry.npmjs.org/esbuild/-/esbuild-0.19.12.tgz"
integrity sha512-aARqgq8roFBj054KvQr5f1sFu0D65G+miZRCuJyJ0G13Zwx7vRar5Zhn2tkQNzIXcBrNVsv/8stehpj+GAjgbg==
optionalDependencies:
"@esbuild/aix-ppc64" "0.19.12"
@@ -10871,39 +9482,49 @@ esbuild@^0.19.4:
"@esbuild/win32-ia32" "0.19.12"
"@esbuild/win32-x64" "0.19.12"
-escalade@^3.0.2, escalade@^3.1.1, escalade@^3.1.2:
+escalade@^3.1.1, escalade@^3.1.2:
version "3.1.2"
- resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.2.tgz#54076e9ab29ea5bf3d8f1ed62acffbb88272df27"
+ resolved "https://registry.npmjs.org/escalade/-/escalade-3.1.2.tgz"
integrity sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==
escape-goat@^2.0.0:
version "2.1.1"
- resolved "https://registry.yarnpkg.com/escape-goat/-/escape-goat-2.1.1.tgz#1b2dc77003676c457ec760b2dc68edb648188675"
+ resolved "https://registry.npmjs.org/escape-goat/-/escape-goat-2.1.1.tgz"
integrity sha512-8/uIhbG12Csjy2JEW7D9pHbreaVaS/OpN3ycnyvElTdwM5n6GY6W6e2IPemfvGZeUMqZ9A/3GqIZMgKnBhAw/Q==
escape-html@^1.0.3, escape-html@~1.0.3:
version "1.0.3"
- resolved "https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988"
+ resolved "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz"
integrity sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==
-escape-string-regexp@2.0.0, escape-string-regexp@^2.0.0:
- version "2.0.0"
- resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz#a30304e99daa32e23b2fd20f51babd07cffca344"
- integrity sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==
+escape-string-regexp@^1.0.2:
+ version "1.0.5"
+ resolved "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz"
+ integrity sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==
-escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.5:
+escape-string-regexp@^1.0.5:
version "1.0.5"
- resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
+ resolved "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz"
integrity sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==
+escape-string-regexp@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz"
+ integrity sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==
+
escape-string-regexp@^4.0.0:
version "4.0.0"
- resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34"
+ resolved "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz"
integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==
+escape-string-regexp@2.0.0:
+ version "2.0.0"
+ resolved "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz"
+ integrity sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==
+
escodegen@^1.8.1:
version "1.14.3"
- resolved "https://registry.yarnpkg.com/escodegen/-/escodegen-1.14.3.tgz#4e7b81fba61581dc97582ed78cab7f0e8d63f503"
+ resolved "https://registry.npmjs.org/escodegen/-/escodegen-1.14.3.tgz"
integrity sha512-qFcX0XJkdg+PB3xjZZG/wKSuT1PnQWx57+TVSjIMmILd2yC/6ByYElPwJnslDsuWuSAp4AwJGumarAAmJch5Kw==
dependencies:
esprima "^4.0.1"
@@ -10915,7 +9536,7 @@ escodegen@^1.8.1:
escodegen@^2.0.0, escodegen@^2.1.0:
version "2.1.0"
- resolved "https://registry.yarnpkg.com/escodegen/-/escodegen-2.1.0.tgz#ba93bbb7a43986d29d6041f99f5262da773e2e17"
+ resolved "https://registry.npmjs.org/escodegen/-/escodegen-2.1.0.tgz"
integrity sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w==
dependencies:
esprima "^4.0.1"
@@ -10926,19 +9547,12 @@ escodegen@^2.0.0, escodegen@^2.1.0:
eslint-config-prettier@^8.3.0:
version "8.10.0"
- resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.10.0.tgz#3a06a662130807e2502fc3ff8b4143d8a0658e11"
+ resolved "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.10.0.tgz"
integrity sha512-SM8AMJdeQqRYT9O9zguiruQZaN7+z+E4eAP9oiLNGKMtomwaB1E9dcgUD6ZAn/eQAb52USbvezbiljfZUhbJcg==
-eslint-config-react-app@^6.0.0:
- version "6.0.0"
- resolved "https://registry.yarnpkg.com/eslint-config-react-app/-/eslint-config-react-app-6.0.0.tgz#ccff9fc8e36b322902844cbd79197982be355a0e"
- integrity sha512-bpoAAC+YRfzq0dsTk+6v9aHm/uqnDwayNAXleMypGl6CpxI9oXXscVHo4fk3eJPIn+rsbtNetB4r/ZIidFIE8A==
- dependencies:
- confusing-browser-globals "^1.0.10"
-
eslint-config-react-app@^7.0.1:
version "7.0.1"
- resolved "https://registry.yarnpkg.com/eslint-config-react-app/-/eslint-config-react-app-7.0.1.tgz#73ba3929978001c5c86274c017ea57eb5fa644b4"
+ resolved "https://registry.npmjs.org/eslint-config-react-app/-/eslint-config-react-app-7.0.1.tgz"
integrity sha512-K6rNzvkIeHaTd8m/QEh1Zko0KI7BACWkkneSs6s9cKZC/J27X3eZR6Upt1jkmZ/4FK+XUOPPxMEN7+lbUXfSlA==
dependencies:
"@babel/core" "^7.16.0"
@@ -10958,7 +9572,7 @@ eslint-config-react-app@^7.0.1:
eslint-import-resolver-node@^0.3.9:
version "0.3.9"
- resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz#d4eaac52b8a2e7c3cd1903eb00f7e053356118ac"
+ resolved "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz"
integrity sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==
dependencies:
debug "^3.2.7"
@@ -10967,22 +9581,14 @@ eslint-import-resolver-node@^0.3.9:
eslint-module-utils@^2.8.0:
version "2.8.1"
- resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.8.1.tgz#52f2404300c3bd33deece9d7372fb337cc1d7c34"
+ resolved "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.8.1.tgz"
integrity sha512-rXDXR3h7cs7dy9RNpUlQf80nX31XWJEyGq1tRMo+6GsO5VmTe4UTwtmonAD4ZkAsrfMVDA2wlGJ3790Ys+D49Q==
dependencies:
debug "^3.2.7"
-eslint-plugin-flowtype@^5.2.0:
- version "5.10.0"
- resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-5.10.0.tgz#7764cc63940f215bf3f0bd2d9a1293b2b9b2b4bb"
- integrity sha512-vcz32f+7TP+kvTUyMXZmCnNujBQZDNmcqPImw8b9PZ+16w1Qdm6ryRuYZYVaG9xRqqmAPr2Cs9FAX5gN+x/bjw==
- dependencies:
- lodash "^4.17.15"
- string-natural-compare "^3.0.1"
-
eslint-plugin-flowtype@^8.0.3:
version "8.0.3"
- resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-8.0.3.tgz#e1557e37118f24734aa3122e7536a038d34a4912"
+ resolved "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-8.0.3.tgz"
integrity sha512-dX8l6qUL6O+fYPtpNRideCFSpmWOUVx5QcaGLVqe/vlDiBSe4vYljDWDETwnyFzpl7By/WVIu6rcrniCgH9BqQ==
dependencies:
lodash "^4.17.21"
@@ -10990,7 +9596,7 @@ eslint-plugin-flowtype@^8.0.3:
eslint-plugin-import@^2.22.1, eslint-plugin-import@^2.25.3:
version "2.29.1"
- resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.29.1.tgz#d45b37b5ef5901d639c15270d74d46d161150643"
+ resolved "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.29.1.tgz"
integrity sha512-BbPC0cuExzhiMo4Ff1BTVwHpjjv28C5R+btTOGaCRC7UEz801up0JadwkeSk5Ued6TG34uaczuVuH6qyy5YUxw==
dependencies:
array-includes "^3.1.7"
@@ -11011,23 +9617,16 @@ eslint-plugin-import@^2.22.1, eslint-plugin-import@^2.25.3:
semver "^6.3.1"
tsconfig-paths "^3.15.0"
-eslint-plugin-jest@^24.1.0:
- version "24.7.0"
- resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-24.7.0.tgz#206ac0833841e59e375170b15f8d0955219c4889"
- integrity sha512-wUxdF2bAZiYSKBclsUMrYHH6WxiBreNjyDxbRv345TIvPeoCEgPNEn3Sa+ZrSqsf1Dl9SqqSREXMHExlMMu1DA==
- dependencies:
- "@typescript-eslint/experimental-utils" "^4.0.1"
-
eslint-plugin-jest@^25.3.0:
version "25.7.0"
- resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-25.7.0.tgz#ff4ac97520b53a96187bad9c9814e7d00de09a6a"
+ resolved "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-25.7.0.tgz"
integrity sha512-PWLUEXeeF7C9QGKqvdSbzLOiLTx+bno7/HC9eefePfEb257QFHg7ye3dh80AZVkaa/RQsBB1Q/ORQvg2X7F0NQ==
dependencies:
"@typescript-eslint/experimental-utils" "^5.0.0"
-eslint-plugin-jsx-a11y@^6.3.1, eslint-plugin-jsx-a11y@^6.5.1:
+eslint-plugin-jsx-a11y@^6.5.1:
version "6.9.0"
- resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.9.0.tgz#67ab8ff460d4d3d6a0b4a570e9c1670a0a8245c8"
+ resolved "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.9.0.tgz"
integrity sha512-nOFOCaJG2pYqORjK19lqPqxMO/JpvdCZdPtNdxY3kvom3jTvkAbOvQvD8wuD0G8BYR0IGAGYDlzqWJOh/ybn2g==
dependencies:
aria-query "~5.1.3"
@@ -11047,14 +9646,14 @@ eslint-plugin-jsx-a11y@^6.3.1, eslint-plugin-jsx-a11y@^6.5.1:
safe-regex-test "^1.0.3"
string.prototype.includes "^2.0.0"
-eslint-plugin-react-hooks@^4.2.0, eslint-plugin-react-hooks@^4.3.0:
+eslint-plugin-react-hooks@^4.3.0:
version "4.6.2"
- resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz#c829eb06c0e6f484b3fbb85a97e57784f328c596"
+ resolved "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz"
integrity sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==
-eslint-plugin-react@^7.21.5, eslint-plugin-react@^7.26.0, eslint-plugin-react@^7.27.1:
+eslint-plugin-react@^7.26.0, eslint-plugin-react@^7.27.1:
version "7.35.0"
- resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.35.0.tgz#00b1e4559896710e58af6358898f2ff917ea4c41"
+ resolved "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.35.0.tgz"
integrity sha512-v501SSMOWv8gerHkk+IIQBkcGRGrO2nfybfj5pLxuJNFTPxxA3PSryhXTK+9pNbtkggheDdsC0E9Q8CuPk6JKA==
dependencies:
array-includes "^3.1.8"
@@ -11076,88 +9675,69 @@ eslint-plugin-react@^7.21.5, eslint-plugin-react@^7.26.0, eslint-plugin-react@^7
string.prototype.matchall "^4.0.11"
string.prototype.repeat "^1.0.0"
-eslint-plugin-testing-library@^3.9.2:
- version "3.10.2"
- resolved "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-3.10.2.tgz#609ec2b0369da7cf2e6d9edff5da153cc31d87bd"
- integrity sha512-WAmOCt7EbF1XM8XfbCKAEzAPnShkNSwcIsAD2jHdsMUT9mZJPjLCG7pMzbcC8kK366NOuGip8HKLDC+Xk4yIdA==
- dependencies:
- "@typescript-eslint/experimental-utils" "^3.10.1"
-
eslint-plugin-testing-library@^5.0.1:
version "5.11.1"
- resolved "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-5.11.1.tgz#5b46cdae96d4a78918711c0b4792f90088e62d20"
+ resolved "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-5.11.1.tgz"
integrity sha512-5eX9e1Kc2PqVRed3taaLnAAqPZGEX75C+M/rXzUAI3wIg/ZxzUm1OVAwfe/O+vE+6YXOLetSe9g5GKD2ecXipw==
dependencies:
"@typescript-eslint/utils" "^5.58.0"
-eslint-scope@5.1.1, eslint-scope@^5.0.0, eslint-scope@^5.1.1:
+eslint-scope@^5.1.1, eslint-scope@5.1.1:
version "5.1.1"
- resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c"
+ resolved "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz"
integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==
dependencies:
esrecurse "^4.3.0"
estraverse "^4.1.1"
-eslint-scope@^4.0.3:
- version "4.0.3"
- resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-4.0.3.tgz#ca03833310f6889a3264781aa82e63eb9cfe7848"
- integrity sha512-p7VutNr1O/QrxysMo3E45FjYDTeXBy0iTltPFNSqKAIfjDSXC+4dj+qfyuD8bfAXrW/y6lW3O76VaYNPKfpKrg==
- dependencies:
- esrecurse "^4.1.0"
- estraverse "^4.1.1"
-
eslint-scope@^7.2.2:
version "7.2.2"
- resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.2.2.tgz#deb4f92563390f32006894af62a22dba1c46423f"
+ resolved "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz"
integrity sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==
dependencies:
esrecurse "^4.3.0"
estraverse "^5.2.0"
-eslint-utils@^2.0.0, eslint-utils@^2.1.0:
+eslint-utils@^2.1.0:
version "2.1.0"
- resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.1.0.tgz#d2de5e03424e707dc10c74068ddedae708741b27"
+ resolved "https://registry.npmjs.org/eslint-utils/-/eslint-utils-2.1.0.tgz"
integrity sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==
dependencies:
eslint-visitor-keys "^1.1.0"
-eslint-utils@^3.0.0:
- version "3.0.0"
- resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-3.0.0.tgz#8aebaface7345bb33559db0a1f13a1d2d48c3672"
- integrity sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==
- dependencies:
- eslint-visitor-keys "^2.0.0"
+eslint-visitor-keys@^1.0.0:
+ version "1.3.0"
+ resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz"
+ integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==
+
+eslint-visitor-keys@^1.1.0:
+ version "1.3.0"
+ resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz"
+ integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==
-eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.3.0:
+eslint-visitor-keys@^1.3.0:
version "1.3.0"
- resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
+ resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz"
integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==
-eslint-visitor-keys@^2.0.0, eslint-visitor-keys@^2.1.0:
+eslint-visitor-keys@^2.0.0:
+ version "2.1.0"
+ resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz"
+ integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
+
+eslint-visitor-keys@^2.1.0:
version "2.1.0"
- resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
+ resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz"
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4.3:
version "3.4.3"
- resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
+ resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz"
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
-eslint-webpack-plugin@^2.5.2:
- version "2.7.0"
- resolved "https://registry.yarnpkg.com/eslint-webpack-plugin/-/eslint-webpack-plugin-2.7.0.tgz#0525793a4f8c652c1c6d863995ce1e0f2dcbd143"
- integrity sha512-bNaVVUvU4srexGhVcayn/F4pJAz19CWBkKoMx7aSQ4wtTbZQCnG5O9LHCE42mM+JSKOUp7n6vd5CIwzj7lOVGA==
- dependencies:
- "@types/eslint" "^7.29.0"
- arrify "^2.0.1"
- jest-worker "^27.5.1"
- micromatch "^4.0.5"
- normalize-path "^3.0.0"
- schema-utils "^3.1.1"
-
eslint-webpack-plugin@^3.1.1:
version "3.2.0"
- resolved "https://registry.yarnpkg.com/eslint-webpack-plugin/-/eslint-webpack-plugin-3.2.0.tgz#1978cdb9edc461e4b0195a20da950cf57988347c"
+ resolved "https://registry.npmjs.org/eslint-webpack-plugin/-/eslint-webpack-plugin-3.2.0.tgz"
integrity sha512-avrKcGncpPbPSUHX6B3stNGzkKFto3eL+DKM4+VyMrVnhPc3vRczVlCq3uhuFOdRvDHTVXuzwk1ZKUrqDQHQ9w==
dependencies:
"@types/eslint" "^7.29.0 || ^8.4.1"
@@ -11166,9 +9746,53 @@ eslint-webpack-plugin@^3.1.1:
normalize-path "^3.0.0"
schema-utils "^4.0.0"
-eslint@^7.11.0, eslint@^7.32.0:
+eslint@*, "eslint@^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8", "eslint@^3 || ^4 || ^5 || ^6 || ^7 || ^8", "eslint@^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7", "eslint@^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0", "eslint@^6.0.0 || ^7.0.0 || ^8.0.0", "eslint@^6.0.0 || ^7.0.0 || >=8.0.0", "eslint@^7.0.0 || ^8.0.0", "eslint@^7.5.0 || ^8.0.0", "eslint@^7.5.0 || ^8.0.0 || ^9.0.0", eslint@^8.0.0, eslint@^8.1.0, eslint@^8.3.0, "eslint@>= 6":
+ version "8.57.0"
+ resolved "https://registry.npmjs.org/eslint/-/eslint-8.57.0.tgz"
+ integrity sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==
+ dependencies:
+ "@eslint-community/eslint-utils" "^4.2.0"
+ "@eslint-community/regexpp" "^4.6.1"
+ "@eslint/eslintrc" "^2.1.4"
+ "@eslint/js" "8.57.0"
+ "@humanwhocodes/config-array" "^0.11.14"
+ "@humanwhocodes/module-importer" "^1.0.1"
+ "@nodelib/fs.walk" "^1.2.8"
+ "@ungap/structured-clone" "^1.2.0"
+ ajv "^6.12.4"
+ chalk "^4.0.0"
+ cross-spawn "^7.0.2"
+ debug "^4.3.2"
+ doctrine "^3.0.0"
+ escape-string-regexp "^4.0.0"
+ eslint-scope "^7.2.2"
+ eslint-visitor-keys "^3.4.3"
+ espree "^9.6.1"
+ esquery "^1.4.2"
+ esutils "^2.0.2"
+ fast-deep-equal "^3.1.3"
+ file-entry-cache "^6.0.1"
+ find-up "^5.0.0"
+ glob-parent "^6.0.2"
+ globals "^13.19.0"
+ graphemer "^1.4.0"
+ ignore "^5.2.0"
+ imurmurhash "^0.1.4"
+ is-glob "^4.0.0"
+ is-path-inside "^3.0.3"
+ js-yaml "^4.1.0"
+ json-stable-stringify-without-jsonify "^1.0.1"
+ levn "^0.4.1"
+ lodash.merge "^4.6.2"
+ minimatch "^3.1.2"
+ natural-compare "^1.4.0"
+ optionator "^0.9.3"
+ strip-ansi "^6.0.1"
+ text-table "^0.2.0"
+
+eslint@^7.32.0, "eslint@>= 4.12.1", eslint@>=7.0.0:
version "7.32.0"
- resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.32.0.tgz#c6d328a14be3fb08c8d1d21e12c02fdb7a2a812d"
+ resolved "https://registry.npmjs.org/eslint/-/eslint-7.32.0.tgz"
integrity sha512-VHZ8gX+EDfz+97jGcgyGCyRia/dPOd6Xh9yPv8Bl1+SoaIwD+a/vlrOmGRUyOYu7MwUhc7CxqeaDZU13S4+EpA==
dependencies:
"@babel/code-frame" "7.12.11"
@@ -11212,165 +9836,117 @@ eslint@^7.11.0, eslint@^7.32.0:
text-table "^0.2.0"
v8-compile-cache "^2.0.3"
-eslint@^8.3.0:
- version "8.57.0"
- resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.0.tgz#c786a6fd0e0b68941aaf624596fb987089195668"
- integrity sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==
- dependencies:
- "@eslint-community/eslint-utils" "^4.2.0"
- "@eslint-community/regexpp" "^4.6.1"
- "@eslint/eslintrc" "^2.1.4"
- "@eslint/js" "8.57.0"
- "@humanwhocodes/config-array" "^0.11.14"
- "@humanwhocodes/module-importer" "^1.0.1"
- "@nodelib/fs.walk" "^1.2.8"
- "@ungap/structured-clone" "^1.2.0"
- ajv "^6.12.4"
- chalk "^4.0.0"
- cross-spawn "^7.0.2"
- debug "^4.3.2"
- doctrine "^3.0.0"
- escape-string-regexp "^4.0.0"
- eslint-scope "^7.2.2"
- eslint-visitor-keys "^3.4.3"
- espree "^9.6.1"
- esquery "^1.4.2"
- esutils "^2.0.2"
- fast-deep-equal "^3.1.3"
- file-entry-cache "^6.0.1"
- find-up "^5.0.0"
- glob-parent "^6.0.2"
- globals "^13.19.0"
- graphemer "^1.4.0"
- ignore "^5.2.0"
- imurmurhash "^0.1.4"
- is-glob "^4.0.0"
- is-path-inside "^3.0.3"
- js-yaml "^4.1.0"
- json-stable-stringify-without-jsonify "^1.0.1"
- levn "^0.4.1"
- lodash.merge "^4.6.2"
- minimatch "^3.1.2"
- natural-compare "^1.4.0"
- optionator "^0.9.3"
- strip-ansi "^6.0.1"
- text-table "^0.2.0"
-
-esniff@^2.0.1:
- version "2.0.1"
- resolved "https://registry.yarnpkg.com/esniff/-/esniff-2.0.1.tgz#a4d4b43a5c71c7ec51c51098c1d8a29081f9b308"
- integrity sha512-kTUIGKQ/mDPFoJ0oVfcmyJn4iBDRptjNVIzwIFR7tqWXdVI9xfA2RMwY/gbSpJG3lkdWNEjLap/NqVHZiJsdfg==
- dependencies:
- d "^1.0.1"
- es5-ext "^0.10.62"
- event-emitter "^0.3.5"
- type "^2.7.2"
-
-espree@^7.3.0, espree@^7.3.1:
- version "7.3.1"
- resolved "https://registry.yarnpkg.com/espree/-/espree-7.3.1.tgz#f2df330b752c6f55019f8bd89b7660039c1bbbb6"
- integrity sha512-v3JCNCE64umkFpmkFGqzVKsOT0tN1Zr+ueqLZfpV1Ob8e+CEgPWa+OxCoGH3tnhimMKIaBm4m/vaRpJ/krRz2g==
+espree@^7.3.0, espree@^7.3.1:
+ version "7.3.1"
+ resolved "https://registry.npmjs.org/espree/-/espree-7.3.1.tgz"
+ integrity sha512-v3JCNCE64umkFpmkFGqzVKsOT0tN1Zr+ueqLZfpV1Ob8e+CEgPWa+OxCoGH3tnhimMKIaBm4m/vaRpJ/krRz2g==
dependencies:
acorn "^7.4.0"
acorn-jsx "^5.3.1"
eslint-visitor-keys "^1.3.0"
-espree@^9.6.0, espree@^9.6.1:
+espree@^9.6.0:
version "9.6.1"
- resolved "https://registry.yarnpkg.com/espree/-/espree-9.6.1.tgz#a2a17b8e434690a5432f2f8018ce71d331a48c6f"
+ resolved "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz"
integrity sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==
dependencies:
acorn "^8.9.0"
acorn-jsx "^5.3.2"
eslint-visitor-keys "^3.4.1"
-esprima@1.2.2:
- version "1.2.2"
- resolved "https://registry.yarnpkg.com/esprima/-/esprima-1.2.2.tgz#76a0fd66fcfe154fd292667dc264019750b1657b"
- integrity sha512-+JpPZam9w5DuJ3Q67SqsMGtiHKENSMRVoxvArfJZK01/BfLEObtZ6orJa/MtoGNR/rfMgp5837T41PAmTwAv/A==
+espree@^9.6.1:
+ version "9.6.1"
+ resolved "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz"
+ integrity sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==
+ dependencies:
+ acorn "^8.9.0"
+ acorn-jsx "^5.3.2"
+ eslint-visitor-keys "^3.4.1"
+
+esprima-next@^5.7.0:
+ version "5.8.4"
+ resolved "https://registry.npmjs.org/esprima-next/-/esprima-next-5.8.4.tgz"
+ integrity sha512-8nYVZ4ioIH4Msjb/XmhnBdz5WRRBaYqevKa1cv9nGJdCehMbzZCPNEEnqfLCZVetUVrUPEcb5IYyu1GG4hFqgg==
esprima@^4.0.0, esprima@^4.0.1, esprima@~4.0.0:
version "4.0.1"
- resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
+ resolved "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz"
integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
+esprima@1.2.2:
+ version "1.2.2"
+ resolved "https://registry.npmjs.org/esprima/-/esprima-1.2.2.tgz"
+ integrity sha512-+JpPZam9w5DuJ3Q67SqsMGtiHKENSMRVoxvArfJZK01/BfLEObtZ6orJa/MtoGNR/rfMgp5837T41PAmTwAv/A==
+
esquery@^1.4.0, esquery@^1.4.2:
version "1.6.0"
- resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.6.0.tgz#91419234f804d852a82dceec3e16cdc22cf9dae7"
+ resolved "https://registry.npmjs.org/esquery/-/esquery-1.6.0.tgz"
integrity sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==
dependencies:
estraverse "^5.1.0"
-esrecurse@^4.1.0, esrecurse@^4.3.0:
+esrecurse@^4.3.0:
version "4.3.0"
- resolved "https://registry.yarnpkg.com/esrecurse/-/esrecurse-4.3.0.tgz#7ad7964d679abb28bee72cec63758b1c5d2c9921"
+ resolved "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz"
integrity sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==
dependencies:
estraverse "^5.2.0"
-estraverse@^4.1.1, estraverse@^4.2.0:
+estraverse@^4.1.1:
+ version "4.3.0"
+ resolved "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz"
+ integrity sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==
+
+estraverse@^4.2.0:
version "4.3.0"
- resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-4.3.0.tgz#398ad3f3c5a24948be7725e83d11a7de28cdbd1d"
+ resolved "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz"
integrity sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==
estraverse@^5.1.0, estraverse@^5.2.0, estraverse@^5.3.0:
version "5.3.0"
- resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.3.0.tgz#2eea5290702f26ab8fe5370370ff86c965d21123"
+ resolved "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz"
integrity sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==
estree-to-babel@^3.1.0:
version "3.2.1"
- resolved "https://registry.yarnpkg.com/estree-to-babel/-/estree-to-babel-3.2.1.tgz#82e78315275c3ca74475fdc8ac1a5103c8a75bf5"
+ resolved "https://registry.npmjs.org/estree-to-babel/-/estree-to-babel-3.2.1.tgz"
integrity sha512-YNF+mZ/Wu2FU/gvmzuWtYc8rloubL7wfXCTgouFrnjGVXPA/EeYYA7pupXWrb3Iv1cTBeSSxxJIbK23l4MRNqg==
dependencies:
"@babel/traverse" "^7.1.6"
"@babel/types" "^7.2.0"
c8 "^7.6.0"
-estree-walker@^0.6.1:
- version "0.6.1"
- resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-0.6.1.tgz#53049143f40c6eb918b23671d1fe3219f3a1b362"
- integrity sha512-SqmZANLWS0mnatqbSfRP5g8OXZC12Fgg1IwNtLsyHDzJizORW4khDfjPqJZsemPWBB2uqykUah5YpQ6epsqC/w==
-
estree-walker@^1.0.1:
version "1.0.1"
- resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-1.0.1.tgz#31bc5d612c96b704106b477e6dd5d8aa138cb700"
+ resolved "https://registry.npmjs.org/estree-walker/-/estree-walker-1.0.1.tgz"
integrity sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg==
esutils@^2.0.2:
version "2.0.3"
- resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64"
+ resolved "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz"
integrity sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==
eta@^2.0.0:
version "2.2.0"
- resolved "https://registry.yarnpkg.com/eta/-/eta-2.2.0.tgz#eb8b5f8c4e8b6306561a455e62cd7492fe3a9b8a"
+ resolved "https://registry.npmjs.org/eta/-/eta-2.2.0.tgz"
integrity sha512-UVQ72Rqjy/ZKQalzV5dCCJP80GrmPrMxh6NlNf+erV6ObL0ZFkhCstWRawS85z3smdr3d2wXPsZEY7rDPfGd2g==
etag@~1.8.1:
version "1.8.1"
- resolved "https://registry.yarnpkg.com/etag/-/etag-1.8.1.tgz#41ae2eeb65efa62268aebfea83ac7d79299b0887"
+ resolved "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz"
integrity sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==
eval@^0.1.8:
version "0.1.8"
- resolved "https://registry.yarnpkg.com/eval/-/eval-0.1.8.tgz#2b903473b8cc1d1989b83a1e7923f883eb357f85"
+ resolved "https://registry.npmjs.org/eval/-/eval-0.1.8.tgz"
integrity sha512-EzV94NYKoO09GLXGjXj9JIlXijVck4ONSr5wiCWDvhsvj5jxSrzTmRU/9C1DyB6uToszLs8aifA6NQ7lEQdvFw==
dependencies:
"@types/node" "*"
require-like ">= 0.1.1"
-event-emitter@^0.3.5:
- version "0.3.5"
- resolved "https://registry.yarnpkg.com/event-emitter/-/event-emitter-0.3.5.tgz#df8c69eef1647923c7157b9ce83840610b02cc39"
- integrity sha512-D9rRn9y7kLPnJ+hMq7S/nhvoKwwvVJahBi2BPmx3bvbsEdK3W9ii8cBSGjP+72/LnM4n6fo3+dkCX5FeTQruXA==
- dependencies:
- d "1"
- es5-ext "~0.10.14"
-
event-stream@3.3.4:
version "3.3.4"
- resolved "https://registry.yarnpkg.com/event-stream/-/event-stream-3.3.4.tgz#4ab4c9a0f5a54db9338b4c34d86bfce8f4b35571"
+ resolved "https://registry.npmjs.org/event-stream/-/event-stream-3.3.4.tgz"
integrity sha512-QHpkERcGsR0T7Qm3HNJSyXKEEj8AHNxkY3PK8TS2KJvQ7NiSHe3DDpwVKKtoYprL/AreyzFBeIkBIWChAqn60g==
dependencies:
duplexer "~0.1.1"
@@ -11383,55 +9959,30 @@ event-stream@3.3.4:
eventemitter2@6.4.7:
version "6.4.7"
- resolved "https://registry.yarnpkg.com/eventemitter2/-/eventemitter2-6.4.7.tgz#a7f6c4d7abf28a14c1ef3442f21cb306a054271d"
+ resolved "https://registry.npmjs.org/eventemitter2/-/eventemitter2-6.4.7.tgz"
integrity sha512-tYUSVOGeQPKt/eC1ABfhHy5Xd96N3oIijJvN3O9+TsC28T5V9yX9oEfEK5faP0EFSNVOG97qtAS68GBrQB2hDg==
eventemitter3@^4.0.0:
version "4.0.7"
- resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-4.0.7.tgz#2de9b68f6528d5644ef5c59526a1b4a07306169f"
+ resolved "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz"
integrity sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==
-events@^3.0.0, events@^3.2.0:
+events@^3.2.0:
version "3.3.0"
- resolved "https://registry.yarnpkg.com/events/-/events-3.3.0.tgz#31a95ad0a924e2d2c419a813aeb2c4e878ea7400"
+ resolved "https://registry.npmjs.org/events/-/events-3.3.0.tgz"
integrity sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==
-eventsource@^2.0.2:
- version "2.0.2"
- resolved "https://registry.yarnpkg.com/eventsource/-/eventsource-2.0.2.tgz#76dfcc02930fb2ff339520b6d290da573a9e8508"
- integrity sha512-IzUmBGPR3+oUG9dUeXynyNmf91/3zUSJg1lCktzKw47OXuhco54U3r9B7O4XX+Rb1Itm9OZ2b0RkTs10bICOxA==
-
evp_bytestokey@^1.0.0, evp_bytestokey@^1.0.3:
version "1.0.3"
- resolved "https://registry.yarnpkg.com/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz#7fcbdb198dc71959432efe13842684e0525acb02"
+ resolved "https://registry.npmjs.org/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz"
integrity sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA==
dependencies:
md5.js "^1.3.4"
safe-buffer "^5.1.1"
-exec-sh@^0.3.2:
- version "0.3.6"
- resolved "https://registry.yarnpkg.com/exec-sh/-/exec-sh-0.3.6.tgz#ff264f9e325519a60cb5e273692943483cca63bc"
- integrity sha512-nQn+hI3yp+oD0huYhKwvYI32+JFeq+XkNcD1GAo3Y/MjxsfVGmrrzrnzjWiNY6f+pUCP440fThsFh5gZrRAU/w==
-
-execa@4.1.0, execa@^4.0.0:
- version "4.1.0"
- resolved "https://registry.yarnpkg.com/execa/-/execa-4.1.0.tgz#4e5491ad1572f2f17a77d388c6c857135b22847a"
- integrity sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA==
- dependencies:
- cross-spawn "^7.0.0"
- get-stream "^5.0.0"
- human-signals "^1.1.1"
- is-stream "^2.0.0"
- merge-stream "^2.0.0"
- npm-run-path "^4.0.0"
- onetime "^5.1.0"
- signal-exit "^3.0.2"
- strip-final-newline "^2.0.0"
-
execa@^0.7.0:
version "0.7.0"
- resolved "https://registry.yarnpkg.com/execa/-/execa-0.7.0.tgz#944becd34cc41ee32a63a9faf27ad5a65fc59777"
+ resolved "https://registry.npmjs.org/execa/-/execa-0.7.0.tgz"
integrity sha512-RztN09XglpYI7aBBrJCPW95jEH7YF1UEPOoX9yDhUTPdp7mK+CQvnLTuD10BNXZ3byLTu2uehZ8EcKT/4CGiFw==
dependencies:
cross-spawn "^5.0.1"
@@ -11442,22 +9993,9 @@ execa@^0.7.0:
signal-exit "^3.0.0"
strip-eof "^1.0.0"
-execa@^1.0.0:
- version "1.0.0"
- resolved "https://registry.yarnpkg.com/execa/-/execa-1.0.0.tgz#c6236a5bb4df6d6f15e88e7f017798216749ddd8"
- integrity sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==
- dependencies:
- cross-spawn "^6.0.0"
- get-stream "^4.0.0"
- is-stream "^1.1.0"
- npm-run-path "^2.0.0"
- p-finally "^1.0.0"
- signal-exit "^3.0.0"
- strip-eof "^1.0.0"
-
execa@^5.0.0, execa@^5.1.1:
version "5.1.1"
- resolved "https://registry.yarnpkg.com/execa/-/execa-5.1.1.tgz#f80ad9cbf4298f7bd1d4c9555c21e93741c411dd"
+ resolved "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz"
integrity sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==
dependencies:
cross-spawn "^7.0.3"
@@ -11472,7 +10010,7 @@ execa@^5.0.0, execa@^5.1.1:
execa@^8.0.1:
version "8.0.1"
- resolved "https://registry.yarnpkg.com/execa/-/execa-8.0.1.tgz#51f6a5943b580f963c3ca9c6321796db8cc39b8c"
+ resolved "https://registry.npmjs.org/execa/-/execa-8.0.1.tgz"
integrity sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==
dependencies:
cross-spawn "^7.0.3"
@@ -11485,21 +10023,36 @@ execa@^8.0.1:
signal-exit "^4.1.0"
strip-final-newline "^3.0.0"
+execa@4.1.0:
+ version "4.1.0"
+ resolved "https://registry.npmjs.org/execa/-/execa-4.1.0.tgz"
+ integrity sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA==
+ dependencies:
+ cross-spawn "^7.0.0"
+ get-stream "^5.0.0"
+ human-signals "^1.1.1"
+ is-stream "^2.0.0"
+ merge-stream "^2.0.0"
+ npm-run-path "^4.0.0"
+ onetime "^5.1.0"
+ signal-exit "^3.0.2"
+ strip-final-newline "^2.0.0"
+
executable@^4.1.1:
version "4.1.1"
- resolved "https://registry.yarnpkg.com/executable/-/executable-4.1.1.tgz#41532bff361d3e57af4d763b70582db18f5d133c"
+ resolved "https://registry.npmjs.org/executable/-/executable-4.1.1.tgz"
integrity sha512-8iA79xD3uAch729dUG8xaaBBFGaEa0wdD2VkYLFHwlqosEj/jT66AzcreRDSgV7ehnNLBW2WR5jIXwGKjVdTLg==
dependencies:
pify "^2.2.0"
exit@^0.1.2:
version "0.1.2"
- resolved "https://registry.yarnpkg.com/exit/-/exit-0.1.2.tgz#0632638f8d877cc82107d30a0fff1a17cba1cd0c"
+ resolved "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz"
integrity sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ==
expand-brackets@^2.1.4:
version "2.1.4"
- resolved "https://registry.yarnpkg.com/expand-brackets/-/expand-brackets-2.1.4.tgz#b77735e315ce30f6b6eff0f83b04151a22449622"
+ resolved "https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.1.4.tgz"
integrity sha512-w/ozOKR9Obk3qoWeY/WDi6MFta9AoMR+zud60mdnbniMcBxRuFJyDt2LdX/14A1UABeqk+Uk+LDfUpvoGKppZA==
dependencies:
debug "^2.3.3"
@@ -11510,21 +10063,9 @@ expand-brackets@^2.1.4:
snapdragon "^0.8.1"
to-regex "^3.0.1"
-expect@^26.6.0, expect@^26.6.2:
- version "26.6.2"
- resolved "https://registry.yarnpkg.com/expect/-/expect-26.6.2.tgz#c6b996bf26bf3fe18b67b2d0f51fc981ba934417"
- integrity sha512-9/hlOBkQl2l/PLHJx6JjoDF6xPKcJEsUlWKb23rKE7KzeDqUZKXKNMW27KIue5JMdBV9HgmoJPcc8HtO85t9IA==
- dependencies:
- "@jest/types" "^26.6.2"
- ansi-styles "^4.0.0"
- jest-get-type "^26.3.0"
- jest-matcher-utils "^26.6.2"
- jest-message-util "^26.6.2"
- jest-regex-util "^26.0.0"
-
expect@^27.5.1:
version "27.5.1"
- resolved "https://registry.yarnpkg.com/expect/-/expect-27.5.1.tgz#83ce59f1e5bdf5f9d2b94b61d2050db48f3fef74"
+ resolved "https://registry.npmjs.org/expect/-/expect-27.5.1.tgz"
integrity sha512-E1q5hSUG2AmYQwQJ041nvgpkODHQvB+RKlB4IYdru6uJsyFTRyZAP463M+1lINorwbqAmUggi6+WwkD8lCS/Dw==
dependencies:
"@jest/types" "^27.5.1"
@@ -11534,7 +10075,7 @@ expect@^27.5.1:
expect@^29.0.0:
version "29.7.0"
- resolved "https://registry.yarnpkg.com/expect/-/expect-29.7.0.tgz#578874590dcb3214514084c08115d8aee61e11bc"
+ resolved "https://registry.npmjs.org/expect/-/expect-29.7.0.tgz"
integrity sha512-2Zks0hf1VLFYI1kbh0I5jP3KHHyCHpkfyHBzsSXRFgl/Bg9mWYfMW8oD+PdMPlEwy5HNsR9JutYy6pMeOh61nw==
dependencies:
"@jest/expect-utils" "^29.7.0"
@@ -11543,9 +10084,9 @@ expect@^29.0.0:
jest-message-util "^29.7.0"
jest-util "^29.7.0"
-express@^4.17.1, express@^4.17.3, express@^4.19.2:
+express@^4.17.3, express@^4.19.2:
version "4.19.2"
- resolved "https://registry.yarnpkg.com/express/-/express-4.19.2.tgz#e25437827a3aa7f2a827bc8171bbbb664a356465"
+ resolved "https://registry.npmjs.org/express/-/express-4.19.2.tgz"
integrity sha512-5T6nhjsT+EOMzuck8JjBHARTHfMht0POzlA60WV2pMD3gyXw2LZnZ+ueGdNxG+0calOJcWKbpFcuzLZ91YWq9Q==
dependencies:
accepts "~1.3.8"
@@ -11580,23 +10121,24 @@ express@^4.17.1, express@^4.17.3, express@^4.19.2:
utils-merge "1.0.1"
vary "~1.1.2"
-ext@^1.7.0:
- version "1.7.0"
- resolved "https://registry.yarnpkg.com/ext/-/ext-1.7.0.tgz#0ea4383c0103d60e70be99e9a7f11027a33c4f5f"
- integrity sha512-6hxeJYaL110a9b5TEJSj0gojyHQAmA2ch5Os+ySCiA1QGdS697XWY1pzsrSjqA9LDEEgdB/KypIlR59RcLuHYw==
- dependencies:
- type "^2.7.2"
-
extend-shallow@^2.0.1:
version "2.0.1"
- resolved "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-2.0.1.tgz#51af7d614ad9a9f610ea1bafbb989d6b1c56890f"
+ resolved "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz"
integrity sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==
dependencies:
is-extendable "^0.1.0"
-extend-shallow@^3.0.0, extend-shallow@^3.0.2:
+extend-shallow@^3.0.0:
+ version "3.0.2"
+ resolved "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz"
+ integrity sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==
+ dependencies:
+ assign-symbols "^1.0.0"
+ is-extendable "^1.0.1"
+
+extend-shallow@^3.0.2:
version "3.0.2"
- resolved "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-3.0.2.tgz#26a71aaf073b39fb2127172746131c2704028db8"
+ resolved "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz"
integrity sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==
dependencies:
assign-symbols "^1.0.0"
@@ -11604,12 +10146,12 @@ extend-shallow@^3.0.0, extend-shallow@^3.0.2:
extend@^3.0.0, extend@~3.0.2:
version "3.0.2"
- resolved "https://registry.yarnpkg.com/extend/-/extend-3.0.2.tgz#f8b1136b4071fbd8eb140aff858b1019ec2915fa"
+ resolved "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz"
integrity sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==
external-editor@^3.0.3:
version "3.1.0"
- resolved "https://registry.yarnpkg.com/external-editor/-/external-editor-3.1.0.tgz#cb03f740befae03ea4d283caed2741a83f335495"
+ resolved "https://registry.npmjs.org/external-editor/-/external-editor-3.1.0.tgz"
integrity sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==
dependencies:
chardet "^0.7.0"
@@ -11618,7 +10160,7 @@ external-editor@^3.0.3:
extglob@^2.0.4:
version "2.0.4"
- resolved "https://registry.yarnpkg.com/extglob/-/extglob-2.0.4.tgz#ad00fe4dc612a9232e8718711dc5cb5ab0285543"
+ resolved "https://registry.npmjs.org/extglob/-/extglob-2.0.4.tgz"
integrity sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==
dependencies:
array-unique "^0.3.2"
@@ -11632,7 +10174,7 @@ extglob@^2.0.4:
extract-zip@2.0.1:
version "2.0.1"
- resolved "https://registry.yarnpkg.com/extract-zip/-/extract-zip-2.0.1.tgz#663dca56fe46df890d5f131ef4a06d22bb8ba13a"
+ resolved "https://registry.npmjs.org/extract-zip/-/extract-zip-2.0.1.tgz"
integrity sha512-GDhU9ntwuKyGXdZBUgTIe+vXnWj0fppUEtMDL0+idd5Sta8TGpHssn/eusA9mrPr9qNDym6SxAYZjNvCn/9RBg==
dependencies:
debug "^4.1.1"
@@ -11641,24 +10183,36 @@ extract-zip@2.0.1:
optionalDependencies:
"@types/yauzl" "^2.9.1"
-extsprintf@1.3.0:
- version "1.3.0"
- resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.3.0.tgz#96918440e3041a7a414f8c52e3c574eb3c3e1e05"
- integrity sha512-11Ndz7Nv+mvAC1j0ktTa7fAb0vLyGGX+rMHNBYQviQDGU0Hw7lhctJANqbPhu9nV9/izT/IntTgZ7Im/9LJs9g==
-
extsprintf@^1.2.0:
version "1.4.1"
- resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.4.1.tgz#8d172c064867f235c0c84a596806d279bf4bcc07"
+ resolved "https://registry.npmjs.org/extsprintf/-/extsprintf-1.4.1.tgz"
integrity sha512-Wrk35e8ydCKDj/ArClo1VrPVmN8zph5V4AtHwIuHhvMXsKf73UT3BOD+azBIW+3wOJ4FhEH7zyaJCFvChjYvMA==
+extsprintf@1.3.0:
+ version "1.3.0"
+ resolved "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz"
+ integrity sha512-11Ndz7Nv+mvAC1j0ktTa7fAb0vLyGGX+rMHNBYQviQDGU0Hw7lhctJANqbPhu9nV9/izT/IntTgZ7Im/9LJs9g==
+
fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
version "3.1.3"
- resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
+ resolved "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz"
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
-fast-glob@^2.0.2, fast-glob@^2.2.6:
+fast-glob@^2.0.2:
+ version "2.2.7"
+ resolved "https://registry.npmjs.org/fast-glob/-/fast-glob-2.2.7.tgz"
+ integrity sha512-g1KuQwHOZAmOZMuBtHdxDtju+T2RT8jgCC9aANsbpdiDDTSnjgfuVsIBNKbUeJI3oKMRExcfNDtJl4OhbffMsw==
+ dependencies:
+ "@mrmlnc/readdir-enhanced" "^2.2.1"
+ "@nodelib/fs.stat" "^1.1.2"
+ glob-parent "^3.1.0"
+ is-glob "^4.0.0"
+ merge2 "^1.2.3"
+ micromatch "^3.1.10"
+
+fast-glob@^2.2.6:
version "2.2.7"
- resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-2.2.7.tgz#6953857c3afa475fff92ee6015d52da70a4cd39d"
+ resolved "https://registry.npmjs.org/fast-glob/-/fast-glob-2.2.7.tgz"
integrity sha512-g1KuQwHOZAmOZMuBtHdxDtju+T2RT8jgCC9aANsbpdiDDTSnjgfuVsIBNKbUeJI3oKMRExcfNDtJl4OhbffMsw==
dependencies:
"@mrmlnc/readdir-enhanced" "^2.2.1"
@@ -11668,9 +10222,9 @@ fast-glob@^2.0.2, fast-glob@^2.2.6:
merge2 "^1.2.3"
micromatch "^3.1.10"
-fast-glob@^3.1.1, fast-glob@^3.2.11, fast-glob@^3.2.5, fast-glob@^3.2.7, fast-glob@^3.2.9, fast-glob@^3.3.0, fast-glob@^3.3.2:
+fast-glob@^3.2.11, fast-glob@^3.2.5, fast-glob@^3.2.7, fast-glob@^3.2.9, fast-glob@^3.3.0, fast-glob@^3.3.2:
version "3.3.2"
- resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129"
+ resolved "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz"
integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==
dependencies:
"@nodelib/fs.stat" "^2.0.2"
@@ -11681,67 +10235,67 @@ fast-glob@^3.1.1, fast-glob@^3.2.11, fast-glob@^3.2.5, fast-glob@^3.2.7, fast-gl
fast-json-parse@^1.0.3:
version "1.0.3"
- resolved "https://registry.yarnpkg.com/fast-json-parse/-/fast-json-parse-1.0.3.tgz#43e5c61ee4efa9265633046b770fb682a7577c4d"
+ resolved "https://registry.npmjs.org/fast-json-parse/-/fast-json-parse-1.0.3.tgz"
integrity sha512-FRWsaZRWEJ1ESVNbDWmsAlqDk96gPQezzLghafp5J4GUKjbCz3OkAHuZs5TuPEtkbVQERysLp9xv6c24fBm8Aw==
fast-json-stable-stringify@^2.0.0, fast-json-stable-stringify@^2.1.0:
version "2.1.0"
- resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
+ resolved "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz"
integrity sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==
fast-levenshtein@^2.0.6, fast-levenshtein@~2.0.6:
version "2.0.6"
- resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917"
+ resolved "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz"
integrity sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==
fast-uri@^3.0.1:
version "3.0.1"
- resolved "https://registry.yarnpkg.com/fast-uri/-/fast-uri-3.0.1.tgz#cddd2eecfc83a71c1be2cc2ef2061331be8a7134"
+ resolved "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.1.tgz"
integrity sha512-MWipKbbYiYI0UC7cl8m/i/IWTqfC8YXsqjzybjddLsFjStroQzsHXkc73JutMvBiXmOvapk+axIl79ig5t55Bw==
fast-url-parser@1.1.3:
version "1.1.3"
- resolved "https://registry.yarnpkg.com/fast-url-parser/-/fast-url-parser-1.1.3.tgz#f4af3ea9f34d8a271cf58ad2b3759f431f0b318d"
+ resolved "https://registry.npmjs.org/fast-url-parser/-/fast-url-parser-1.1.3.tgz"
integrity sha512-5jOCVXADYNuRkKFzNJ0dCCewsZiYo0dz8QNYljkOpFC6r2U4OBmKtvm/Tsuh4w1YYdDqDb31a8TVhBJ2OJKdqQ==
dependencies:
punycode "^1.3.2"
fastq@^1.6.0:
version "1.17.1"
- resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.17.1.tgz#2a523f07a4e7b1e81a42b91b8bf2254107753b47"
+ resolved "https://registry.npmjs.org/fastq/-/fastq-1.17.1.tgz"
integrity sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==
dependencies:
reusify "^1.0.4"
-faye-websocket@0.11.x, faye-websocket@^0.11.3, faye-websocket@^0.11.4:
+faye-websocket@^0.11.3, faye-websocket@0.11.x:
version "0.11.4"
- resolved "https://registry.yarnpkg.com/faye-websocket/-/faye-websocket-0.11.4.tgz#7f0d9275cfdd86a1c963dc8b65fcc451edcbb1da"
+ resolved "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.11.4.tgz"
integrity sha512-CzbClwlXAuiRQAlUyfqPgvPoNKTckTPGfwZV4ZdAhVcP2lh9KUxJg2b5GkE7XbjKQ3YJnQ9z6D9ntLAlB+tP8g==
dependencies:
websocket-driver ">=0.5.1"
fb-watchman@^2.0.0:
version "2.0.2"
- resolved "https://registry.yarnpkg.com/fb-watchman/-/fb-watchman-2.0.2.tgz#e9524ee6b5c77e9e5001af0f85f3adbb8623255c"
+ resolved "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.2.tgz"
integrity sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA==
dependencies:
bser "2.1.1"
fbemitter@^3.0.0:
version "3.0.0"
- resolved "https://registry.yarnpkg.com/fbemitter/-/fbemitter-3.0.0.tgz#00b2a1af5411254aab416cd75f9e6289bee4bff3"
+ resolved "https://registry.npmjs.org/fbemitter/-/fbemitter-3.0.0.tgz"
integrity sha512-KWKaceCwKQU0+HPoop6gn4eOHk50bBv/VxjJtGMfwmJt3D29JpN4H4eisCtIPA+a8GVBam+ldMMpMjJUvpDyHw==
dependencies:
fbjs "^3.0.0"
fbjs-css-vars@^1.0.0:
version "1.0.2"
- resolved "https://registry.yarnpkg.com/fbjs-css-vars/-/fbjs-css-vars-1.0.2.tgz#216551136ae02fe255932c3ec8775f18e2c078b8"
+ resolved "https://registry.npmjs.org/fbjs-css-vars/-/fbjs-css-vars-1.0.2.tgz"
integrity sha512-b2XGFAFdWZWg0phtAWLHCk836A1Xann+I+Dgd3Gk64MHKZO44FfoD1KxyvbSh0qZsIoXQGGlVztIY+oitJPpRQ==
fbjs@^3.0.0, fbjs@^3.0.1:
version "3.0.5"
- resolved "https://registry.yarnpkg.com/fbjs/-/fbjs-3.0.5.tgz#aa0edb7d5caa6340011790bd9249dbef8a81128d"
+ resolved "https://registry.npmjs.org/fbjs/-/fbjs-3.0.5.tgz"
integrity sha512-ztsSx77JBtkuMrEypfhgc3cI0+0h+svqeie7xHbh1k/IKdcydnvadp/mUaGgjAOXQmQSxsqgaRhS3q9fy+1kxg==
dependencies:
cross-fetch "^3.1.5"
@@ -11754,55 +10308,42 @@ fbjs@^3.0.0, fbjs@^3.0.1:
fd-package-json@^1.2.0:
version "1.2.0"
- resolved "https://registry.yarnpkg.com/fd-package-json/-/fd-package-json-1.2.0.tgz#4f218bb8ff65c21011d1f4f17cb3d0c9e72f8da7"
+ resolved "https://registry.npmjs.org/fd-package-json/-/fd-package-json-1.2.0.tgz"
integrity sha512-45LSPmWf+gC5tdCQMNH4s9Sr00bIkiD9aN7dc5hqkrEw1geRYyDQS1v1oMHAW3ysfxfndqGsrDREHHjNNbKUfA==
dependencies:
walk-up-path "^3.0.1"
fd-slicer@~1.1.0:
version "1.1.0"
- resolved "https://registry.yarnpkg.com/fd-slicer/-/fd-slicer-1.1.0.tgz#25c7c89cb1f9077f8891bbe61d8f390eae256f1e"
+ resolved "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.1.0.tgz"
integrity sha512-cE1qsB/VwyQozZ+q1dGxR8LBYNZeofhEdUNGSMbQD3Gw2lAzX9Zb3uIU6Ebc/Fmyjo9AWWfnn0AUCHqtevs/8g==
dependencies:
pend "~1.2.0"
feed@^4.2.2:
version "4.2.2"
- resolved "https://registry.yarnpkg.com/feed/-/feed-4.2.2.tgz#865783ef6ed12579e2c44bbef3c9113bc4956a7e"
+ resolved "https://registry.npmjs.org/feed/-/feed-4.2.2.tgz"
integrity sha512-u5/sxGfiMfZNtJ3OvQpXcvotFpYkL0n9u9mM2vkui2nGo8b4wvDkJ8gAkYqbA8QpGyFCv3RK0Z+Iv+9veCS9bQ==
dependencies:
xml-js "^1.6.11"
-figgy-pudding@^3.5.1:
- version "3.5.2"
- resolved "https://registry.yarnpkg.com/figgy-pudding/-/figgy-pudding-3.5.2.tgz#b4eee8148abb01dcf1d1ac34367d59e12fa61d6e"
- integrity sha512-0btnI/H8f2pavGMN8w40mlSKOfTK2SVJmBfBeVIj3kNw0swwgzyRq0d5TJVOwodFmtvpPeWPN/MCcfuWF0Ezbw==
-
figures@^3.0.0, figures@^3.2.0:
version "3.2.0"
- resolved "https://registry.yarnpkg.com/figures/-/figures-3.2.0.tgz#625c18bd293c604dc4a8ddb2febf0c88341746af"
+ resolved "https://registry.npmjs.org/figures/-/figures-3.2.0.tgz"
integrity sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==
dependencies:
escape-string-regexp "^1.0.5"
file-entry-cache@^6.0.1:
version "6.0.1"
- resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz#211b2dd9659cb0394b073e7323ac3c933d522027"
+ resolved "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz"
integrity sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==
dependencies:
flat-cache "^3.0.4"
-file-loader@6.1.1:
- version "6.1.1"
- resolved "https://registry.yarnpkg.com/file-loader/-/file-loader-6.1.1.tgz#a6f29dfb3f5933a1c350b2dbaa20ac5be0539baa"
- integrity sha512-Klt8C4BjWSXYQAfhpYYkG4qHNTna4toMHEbWrI5IuVoxbU6uiDKeKAP99R8mmbJi3lvewn/jQBOgU4+NS3tDQw==
- dependencies:
- loader-utils "^2.0.0"
- schema-utils "^3.0.0"
-
-file-loader@^6.2.0:
+file-loader@*, file-loader@^6.2.0:
version "6.2.0"
- resolved "https://registry.yarnpkg.com/file-loader/-/file-loader-6.2.0.tgz#baef7cf8e1840df325e4390b4484879480eebe4d"
+ resolved "https://registry.npmjs.org/file-loader/-/file-loader-6.2.0.tgz"
integrity sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==
dependencies:
loader-utils "^2.0.0"
@@ -11810,7 +10351,7 @@ file-loader@^6.2.0:
file-set@^2.0.1:
version "2.0.1"
- resolved "https://registry.yarnpkg.com/file-set/-/file-set-2.0.1.tgz#db9bc4b70a7e5ba81c9d279c20a37f13369c7850"
+ resolved "https://registry.npmjs.org/file-set/-/file-set-2.0.1.tgz"
integrity sha512-XgOUUpgR6FbbfYcniLw0qm1Am7PnNYIAkd+eXxRt42LiYhjaso0WiuQ+VmrNdtwotyM+cLCfZ56AZrySP3QnKA==
dependencies:
array-back "^2.0.0"
@@ -11818,42 +10359,32 @@ file-set@^2.0.1:
file-set@^3.0.0:
version "3.0.0"
- resolved "https://registry.yarnpkg.com/file-set/-/file-set-3.0.0.tgz#85e689c7fe7b95bdd7e11bab0dd50488cd8e01be"
+ resolved "https://registry.npmjs.org/file-set/-/file-set-3.0.0.tgz"
integrity sha512-B/SdeSIeRv7VlOgIjtH3dkxMI+tEy5m+OeCXfAUsirBoVoY+bGtsmvmmTFPm/G23TBY4RiTtjpcgePCfwXRjqA==
dependencies:
array-back "^4.0.0"
glob "^7.1.5"
-file-uri-to-path@1.0.0:
- version "1.0.0"
- resolved "https://registry.yarnpkg.com/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz#553a7b8446ff6f684359c445f1e37a05dacc33dd"
- integrity sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==
-
filelist@^1.0.4:
version "1.0.4"
- resolved "https://registry.yarnpkg.com/filelist/-/filelist-1.0.4.tgz#f78978a1e944775ff9e62e744424f215e58352b5"
+ resolved "https://registry.npmjs.org/filelist/-/filelist-1.0.4.tgz"
integrity sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==
dependencies:
minimatch "^5.0.1"
-filesize@6.0.1:
- version "6.0.1"
- resolved "https://registry.yarnpkg.com/filesize/-/filesize-6.0.1.tgz#f850b509909c7c86f7e450ea19006c31c2ed3d2f"
- integrity sha512-u4AYWPgbI5GBhs6id1KdImZWn5yfyFrrQ8OWZdN7ZMfA8Bf4HcO0BGo9bmUIEV8yrp8I1xVfJ/dn90GtFNNJcg==
-
-filesize@6.1.0:
- version "6.1.0"
- resolved "https://registry.yarnpkg.com/filesize/-/filesize-6.1.0.tgz#e81bdaa780e2451d714d71c0d7a4f3238d37ad00"
- integrity sha512-LpCHtPQ3sFx67z+uh2HnSyWSLLu5Jxo21795uRDuar/EOuYWXib5EmPaGIBuSnRqH2IODiKA2k5re/K9OnN/Yg==
-
filesize@^8.0.6:
version "8.0.7"
- resolved "https://registry.yarnpkg.com/filesize/-/filesize-8.0.7.tgz#695e70d80f4e47012c132d57a059e80c6b580bd8"
+ resolved "https://registry.npmjs.org/filesize/-/filesize-8.0.7.tgz"
integrity sha512-pjmC+bkIF8XI7fWaH8KxHcZL3DPybs1roSKP4rKDvy20tAWwIObE4+JIseG2byfGKhud5ZnM4YSGKBz7Sh0ndQ==
+filesize@6.0.1:
+ version "6.0.1"
+ resolved "https://registry.npmjs.org/filesize/-/filesize-6.0.1.tgz"
+ integrity sha512-u4AYWPgbI5GBhs6id1KdImZWn5yfyFrrQ8OWZdN7ZMfA8Bf4HcO0BGo9bmUIEV8yrp8I1xVfJ/dn90GtFNNJcg==
+
fill-range@^4.0.0:
version "4.0.0"
- resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-4.0.0.tgz#d544811d428f98eb06a63dc402d2403c328c38f7"
+ resolved "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz"
integrity sha512-VcpLTWqWDiTerugjj8e3+esbg+skS3M9e54UuR3iCeIDMXCLTsAH8hTSzDQU/X6/6t3eYkOKoZSef2PlU6U1XQ==
dependencies:
extend-shallow "^2.0.1"
@@ -11863,21 +10394,21 @@ fill-range@^4.0.0:
fill-range@^7.1.1:
version "7.1.1"
- resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.1.1.tgz#44265d3cac07e3ea7dc247516380643754a05292"
+ resolved "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz"
integrity sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==
dependencies:
to-regex-range "^5.0.1"
-final-form@^4.20.2:
+final-form@^4.20.2, final-form@^4.20.4:
version "4.20.10"
- resolved "https://registry.yarnpkg.com/final-form/-/final-form-4.20.10.tgz#1a484be6e9a91989121c054dcbd6f48bad051ecc"
+ resolved "https://registry.npmjs.org/final-form/-/final-form-4.20.10.tgz"
integrity sha512-TL48Pi1oNHeMOHrKv1bCJUrWZDcD3DIG6AGYVNOnyZPr7Bd/pStN0pL+lfzF5BNoj/FclaoiaLenk4XUIFVYng==
dependencies:
"@babel/runtime" "^7.10.0"
finalhandler@1.1.2:
version "1.1.2"
- resolved "https://registry.yarnpkg.com/finalhandler/-/finalhandler-1.1.2.tgz#b7e7d000ffd11938d0fdb053506f6ebabe9f587d"
+ resolved "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.2.tgz"
integrity sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==
dependencies:
debug "2.6.9"
@@ -11890,7 +10421,7 @@ finalhandler@1.1.2:
finalhandler@1.2.0:
version "1.2.0"
- resolved "https://registry.yarnpkg.com/finalhandler/-/finalhandler-1.2.0.tgz#7d23fe5731b207b4640e4fcd00aec1f9207a7b32"
+ resolved "https://registry.npmjs.org/finalhandler/-/finalhandler-1.2.0.tgz"
integrity sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==
dependencies:
debug "2.6.9"
@@ -11901,9 +10432,9 @@ finalhandler@1.2.0:
statuses "2.0.1"
unpipe "~1.0.0"
-find-cache-dir@^2.0.0, find-cache-dir@^2.1.0:
+find-cache-dir@^2.0.0:
version "2.1.0"
- resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-2.1.0.tgz#8d0f94cd13fe43c6c7c261a0d86115ca918c05f7"
+ resolved "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-2.1.0.tgz"
integrity sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ==
dependencies:
commondir "^1.0.1"
@@ -11912,7 +10443,7 @@ find-cache-dir@^2.0.0, find-cache-dir@^2.1.0:
find-cache-dir@^3.3.1:
version "3.3.2"
- resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-3.3.2.tgz#b30c5b6eff0730731aea9bbd9dbecbd80256d64b"
+ resolved "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.2.tgz"
integrity sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==
dependencies:
commondir "^1.0.1"
@@ -11921,37 +10452,53 @@ find-cache-dir@^3.3.1:
find-replace@^3.0.0:
version "3.0.0"
- resolved "https://registry.yarnpkg.com/find-replace/-/find-replace-3.0.0.tgz#3e7e23d3b05167a76f770c9fbd5258b0def68c38"
+ resolved "https://registry.npmjs.org/find-replace/-/find-replace-3.0.0.tgz"
integrity sha512-6Tb2myMioCAgv5kfvP5/PkZZ/ntTpVK39fHY7WkWBgvbeE+VHd/tZuZ4mrC+bxh4cfOZeYKVPaJIZtZXV7GNCQ==
dependencies:
array-back "^3.0.1"
-find-up@4.1.0, find-up@^4.0.0, find-up@^4.1.0:
+find-up@^3.0.0:
+ version "3.0.0"
+ resolved "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz"
+ integrity sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==
+ dependencies:
+ locate-path "^3.0.0"
+
+find-up@^4.0.0:
version "4.1.0"
- resolved "https://registry.yarnpkg.com/find-up/-/find-up-4.1.0.tgz#97afe7d6cdc0bc5928584b7c8d7b16e8a9aa5d19"
+ resolved "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz"
integrity sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==
dependencies:
locate-path "^5.0.0"
path-exists "^4.0.0"
-find-up@^3.0.0:
- version "3.0.0"
- resolved "https://registry.yarnpkg.com/find-up/-/find-up-3.0.0.tgz#49169f1d7993430646da61ecc5ae355c21c97b73"
- integrity sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==
+find-up@^4.1.0:
+ version "4.1.0"
+ resolved "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz"
+ integrity sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==
dependencies:
- locate-path "^3.0.0"
+ locate-path "^5.0.0"
+ path-exists "^4.0.0"
find-up@^5.0.0:
version "5.0.0"
- resolved "https://registry.yarnpkg.com/find-up/-/find-up-5.0.0.tgz#4c92819ecb7083561e4f4a240a86be5198f536fc"
+ resolved "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz"
integrity sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==
dependencies:
locate-path "^6.0.0"
path-exists "^4.0.0"
+find-up@4.1.0:
+ version "4.1.0"
+ resolved "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz"
+ integrity sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==
+ dependencies:
+ locate-path "^5.0.0"
+ path-exists "^4.0.0"
+
flat-cache@^3.0.4:
version "3.2.0"
- resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-3.2.0.tgz#2c0c2d5040c99b1632771a9d105725c0115363ee"
+ resolved "https://registry.npmjs.org/flat-cache/-/flat-cache-3.2.0.tgz"
integrity sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==
dependencies:
flatted "^3.2.9"
@@ -11960,27 +10507,22 @@ flat-cache@^3.0.4:
flat@^5.0.2:
version "5.0.2"
- resolved "https://registry.yarnpkg.com/flat/-/flat-5.0.2.tgz#8ca6fe332069ffa9d324c327198c598259ceb241"
+ resolved "https://registry.npmjs.org/flat/-/flat-5.0.2.tgz"
integrity sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==
flatted@^3.2.9:
version "3.3.1"
- resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.3.1.tgz#21db470729a6734d4997002f439cb308987f567a"
+ resolved "https://registry.npmjs.org/flatted/-/flatted-3.3.1.tgz"
integrity sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==
-flatten@^1.0.2:
- version "1.0.3"
- resolved "https://registry.yarnpkg.com/flatten/-/flatten-1.0.3.tgz#c1283ac9f27b368abc1e36d1ff7b04501a30356b"
- integrity sha512-dVsPA/UwQ8+2uoFe5GHtiBMu48dWLTdsuEd7CKGlZlD78r1TTWBvDuFaFGKCo/ZfEr95Uk56vZoX86OsHkUeIg==
-
flow-parser@0.*:
version "0.242.1"
- resolved "https://registry.yarnpkg.com/flow-parser/-/flow-parser-0.242.1.tgz#d95977303d2cca0c1cb39394f5f5098d1ed5fc95"
+ resolved "https://registry.npmjs.org/flow-parser/-/flow-parser-0.242.1.tgz"
integrity sha512-E3ml21Q1S5cMAyPbtYslkvI6yZO5oCS/S2EoteeFH8Kx9iKOv/YOJ+dGd/yMf+H3YKfhMKjnOpyNwrO7NdddWA==
-flush-write-stream@^1.0.0, flush-write-stream@^1.0.2:
+flush-write-stream@^1.0.2:
version "1.1.1"
- resolved "https://registry.yarnpkg.com/flush-write-stream/-/flush-write-stream-1.1.1.tgz#8dd7d873a1babc207d94ead0c2e0e44276ebf2e8"
+ resolved "https://registry.npmjs.org/flush-write-stream/-/flush-write-stream-1.1.1.tgz"
integrity sha512-3Z4XhFZ3992uIq0XOqb9AreonueSYphE6oYbpt5+3u06JWklbsPkNv3ZKkP9Bz/r+1MWCaMoSQ28P85+1Yc77w==
dependencies:
inherits "^2.0.3"
@@ -11988,7 +10530,7 @@ flush-write-stream@^1.0.0, flush-write-stream@^1.0.2:
flux@^4.0.1:
version "4.0.4"
- resolved "https://registry.yarnpkg.com/flux/-/flux-4.0.4.tgz#9661182ea81d161ee1a6a6af10d20485ef2ac572"
+ resolved "https://registry.npmjs.org/flux/-/flux-4.0.4.tgz"
integrity sha512-NCj3XlayA2UsapRpM7va6wU1+9rE5FIL7qoMcmxWHRzbp0yujihMBm9BBHZ1MDIk5h5o2Bl6eGiCe8rYELAmYw==
dependencies:
fbemitter "^3.0.0"
@@ -11996,24 +10538,24 @@ flux@^4.0.1:
follow-redirects@^1.0.0, follow-redirects@^1.14.7:
version "1.15.6"
- resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.6.tgz#7f815c0cda4249c74ff09e95ef97c23b5fd0399b"
+ resolved "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.6.tgz"
integrity sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==
for-each@^0.3.3:
version "0.3.3"
- resolved "https://registry.yarnpkg.com/for-each/-/for-each-0.3.3.tgz#69b447e88a0a5d32c3e7084f3f1710034b21376e"
+ resolved "https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz"
integrity sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==
dependencies:
is-callable "^1.1.3"
for-in@^1.0.2:
version "1.0.2"
- resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"
+ resolved "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz"
integrity sha512-7EwmXrOjyL+ChxMhmG5lnW9MPt1aIeZEwKhQzoBUdTV0N3zuwWDZYVJatDvZ2OyzPUvdIAZDsCetk3coyMfcnQ==
foreground-child@^2.0.0:
version "2.0.0"
- resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-2.0.0.tgz#71b32800c9f15aa8f2f83f4a6bd9bff35d861a53"
+ resolved "https://registry.npmjs.org/foreground-child/-/foreground-child-2.0.0.tgz"
integrity sha512-dCIq9FpEcyQyXKCkyzmlPTFNgrCzPudOe+mhvJU5zAtlBnGVy2yKxtfsxK2tQBThwq225jcvBjpw1Gr40uzZCA==
dependencies:
cross-spawn "^7.0.0"
@@ -12021,7 +10563,7 @@ foreground-child@^2.0.0:
foreground-child@^3.1.0:
version "3.2.1"
- resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.2.1.tgz#767004ccf3a5b30df39bed90718bab43fe0a59f7"
+ resolved "https://registry.npmjs.org/foreground-child/-/foreground-child-3.2.1.tgz"
integrity sha512-PXUUyLqrR2XCWICfv6ukppP96sdFwWbNEnfEMt7jNsISjMsvaLNinAHNDYyvkyU+SZG2BTSbT5NjG+vZslfGTA==
dependencies:
cross-spawn "^7.0.0"
@@ -12029,39 +10571,12 @@ foreground-child@^3.1.0:
forever-agent@~0.6.1:
version "0.6.1"
- resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91"
+ resolved "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz"
integrity sha512-j0KLYPhm6zeac4lz3oJ3o65qvgQCcPubiyotZrXqEaG4hNagNYO8qdlUrX5vwqv9ohqeT/Z3j6+yW067yWWdUw==
-fork-ts-checker-webpack-plugin@3.1.1:
- version "3.1.1"
- resolved "https://registry.yarnpkg.com/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-3.1.1.tgz#a1642c0d3e65f50c2cc1742e9c0a80f441f86b19"
- integrity sha512-DuVkPNrM12jR41KM2e+N+styka0EgLkTnXmNcXdgOM37vtGeY+oCBK/Jx0hzSeEU6memFCtWb4htrHPMDfwwUQ==
- dependencies:
- babel-code-frame "^6.22.0"
- chalk "^2.4.1"
- chokidar "^3.3.0"
- micromatch "^3.1.10"
- minimatch "^3.0.4"
- semver "^5.6.0"
- tapable "^1.0.0"
- worker-rpc "^0.1.0"
-
-fork-ts-checker-webpack-plugin@4.1.6:
- version "4.1.6"
- resolved "https://registry.yarnpkg.com/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-4.1.6.tgz#5055c703febcf37fa06405d400c122b905167fc5"
- integrity sha512-DUxuQaKoqfNne8iikd14SAkh5uw4+8vNifp6gmA73yYNS6ywLIWSLD/n/mBzHQRpW3J7rbATEakmiA8JvkTyZw==
- dependencies:
- "@babel/code-frame" "^7.5.5"
- chalk "^2.4.1"
- micromatch "^3.1.10"
- minimatch "^3.0.4"
- semver "^5.6.0"
- tapable "^1.0.0"
- worker-rpc "^0.1.0"
-
fork-ts-checker-webpack-plugin@^6.5.0:
version "6.5.3"
- resolved "https://registry.yarnpkg.com/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-6.5.3.tgz#eda2eff6e22476a2688d10661688c47f611b37f3"
+ resolved "https://registry.npmjs.org/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-6.5.3.tgz"
integrity sha512-SbH/l9ikmMWycd5puHJKTkZJKddF4iRLyW3DeZ08HTI7NGyLS38MXd/KGgeWumQO7YNQbW2u/NtPT2YowbPaGQ==
dependencies:
"@babel/code-frame" "^7.8.3"
@@ -12080,7 +10595,7 @@ fork-ts-checker-webpack-plugin@^6.5.0:
fork-ts-checker-webpack-plugin@^8.0.0:
version "8.0.0"
- resolved "https://registry.yarnpkg.com/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-8.0.0.tgz#dae45dfe7298aa5d553e2580096ced79b6179504"
+ resolved "https://registry.npmjs.org/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-8.0.0.tgz"
integrity sha512-mX3qW3idpueT2klaQXBzrIM/pHw+T0B/V9KHEvNrqijTq9NFnMZU6oreVxDYcf33P8a5cW+67PjodNHthGnNVg==
dependencies:
"@babel/code-frame" "^7.16.7"
@@ -12096,9 +10611,23 @@ fork-ts-checker-webpack-plugin@^8.0.0:
semver "^7.3.5"
tapable "^2.2.1"
+fork-ts-checker-webpack-plugin@3.1.1:
+ version "3.1.1"
+ resolved "https://registry.npmjs.org/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-3.1.1.tgz"
+ integrity sha512-DuVkPNrM12jR41KM2e+N+styka0EgLkTnXmNcXdgOM37vtGeY+oCBK/Jx0hzSeEU6memFCtWb4htrHPMDfwwUQ==
+ dependencies:
+ babel-code-frame "^6.22.0"
+ chalk "^2.4.1"
+ chokidar "^3.3.0"
+ micromatch "^3.1.10"
+ minimatch "^3.0.4"
+ semver "^5.6.0"
+ tapable "^1.0.0"
+ worker-rpc "^0.1.0"
+
form-data@^3.0.0:
version "3.0.1"
- resolved "https://registry.yarnpkg.com/form-data/-/form-data-3.0.1.tgz#ebd53791b78356a99af9a300d4282c4d5eb9755f"
+ resolved "https://registry.npmjs.org/form-data/-/form-data-3.0.1.tgz"
integrity sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==
dependencies:
asynckit "^0.4.0"
@@ -12107,7 +10636,7 @@ form-data@^3.0.0:
form-data@~2.3.2:
version "2.3.3"
- resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.3.3.tgz#dcce52c05f644f298c6a7ab936bd724ceffbf3a6"
+ resolved "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz"
integrity sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==
dependencies:
asynckit "^0.4.0"
@@ -12116,54 +10645,46 @@ form-data@~2.3.2:
forwarded@0.2.0:
version "0.2.0"
- resolved "https://registry.yarnpkg.com/forwarded/-/forwarded-0.2.0.tgz#2269936428aad4c15c7ebe9779a84bf0b2a81811"
+ resolved "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz"
integrity sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==
fraction.js@^4.3.7:
version "4.3.7"
- resolved "https://registry.yarnpkg.com/fraction.js/-/fraction.js-4.3.7.tgz#06ca0085157e42fda7f9e726e79fefc4068840f7"
+ resolved "https://registry.npmjs.org/fraction.js/-/fraction.js-4.3.7.tgz"
integrity sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==
fragment-cache@^0.2.1:
version "0.2.1"
- resolved "https://registry.yarnpkg.com/fragment-cache/-/fragment-cache-0.2.1.tgz#4290fad27f13e89be7f33799c6bc5a0abfff0d19"
+ resolved "https://registry.npmjs.org/fragment-cache/-/fragment-cache-0.2.1.tgz"
integrity sha512-GMBAbW9antB8iZRHLoGw0b3HANt57diZYFO/HL1JGIC1MjKrdmhxvrJbupnVvpys0zsz7yBApXdQyfepKly2kA==
dependencies:
map-cache "^0.2.2"
fresh@0.5.2:
version "0.5.2"
- resolved "https://registry.yarnpkg.com/fresh/-/fresh-0.5.2.tgz#3d8cadd90d976569fa835ab1f8e4b23a105605a7"
+ resolved "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz"
integrity sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==
-from2@^2.1.0:
- version "2.3.0"
- resolved "https://registry.yarnpkg.com/from2/-/from2-2.3.0.tgz#8bfb5502bde4a4d36cfdeea007fcca21d7e382af"
- integrity sha512-OMcX/4IC/uqEPVgGeyfN22LJk6AZrMkRZHxcHBMBvHScDGgwTm2GT2Wkgtocyd3JfZffjj2kYUDXXII0Fk9W0g==
- dependencies:
- inherits "^2.0.1"
- readable-stream "^2.0.0"
-
from@~0:
version "0.1.7"
- resolved "https://registry.yarnpkg.com/from/-/from-0.1.7.tgz#83c60afc58b9c56997007ed1a768b3ab303a44fe"
+ resolved "https://registry.npmjs.org/from/-/from-0.1.7.tgz"
integrity sha512-twe20eF1OxVxp/ML/kq2p1uc6KvFK/+vs8WjEbeKmV2He22MKm7YF2ANIt+EOqhJ5L3K/SuuPhk0hWQDjOM23g==
front-matter@^3.1.0:
version "3.2.1"
- resolved "https://registry.yarnpkg.com/front-matter/-/front-matter-3.2.1.tgz#88be839638f397bbbcb0d61ac03bd08abb4f0a40"
+ resolved "https://registry.npmjs.org/front-matter/-/front-matter-3.2.1.tgz"
integrity sha512-YUhgEhbL6tG+Ok3vTGIoSDKqcr47aSDvyhEqIv8B+YuBJFsPnOiArNXTPp2yO07NL+a0L4+2jXlKlKqyVcsRRA==
dependencies:
js-yaml "^3.13.1"
fs-constants@^1.0.0:
version "1.0.0"
- resolved "https://registry.yarnpkg.com/fs-constants/-/fs-constants-1.0.0.tgz#6be0de9be998ce16af8afc24497b9ee9b7ccd9ad"
+ resolved "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz"
integrity sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==
fs-extra@^10.0.0, fs-extra@^10.1.0:
version "10.1.0"
- resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.1.0.tgz#02873cfbc4084dde127eaa5f9905eef2325d1abf"
+ resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz"
integrity sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==
dependencies:
graceful-fs "^4.2.0"
@@ -12172,16 +10693,16 @@ fs-extra@^10.0.0, fs-extra@^10.1.0:
fs-extra@^11.1.0:
version "11.2.0"
- resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.2.0.tgz#e70e17dfad64232287d01929399e0ea7c86b0e5b"
+ resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-11.2.0.tgz"
integrity sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==
dependencies:
graceful-fs "^4.2.0"
jsonfile "^6.0.1"
universalify "^2.0.0"
-fs-extra@^7.0.0, fs-extra@^7.0.1:
+fs-extra@^7.0.1:
version "7.0.1"
- resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-7.0.1.tgz#4f189c44aa123b895f722804f55ea23eadc348e9"
+ resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-7.0.1.tgz"
integrity sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==
dependencies:
graceful-fs "^4.1.2"
@@ -12190,16 +10711,36 @@ fs-extra@^7.0.0, fs-extra@^7.0.1:
fs-extra@^8.0.1, fs-extra@^8.1.0:
version "8.1.0"
- resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-8.1.0.tgz#49d43c45a88cd9677668cb7be1b46efdb8d2e1c0"
+ resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz"
integrity sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==
dependencies:
graceful-fs "^4.2.0"
jsonfile "^4.0.0"
universalify "^0.1.0"
-fs-extra@^9.0.0, fs-extra@^9.0.1, fs-extra@^9.1.0:
+fs-extra@^9.0.0:
+ version "9.1.0"
+ resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz"
+ integrity sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==
+ dependencies:
+ at-least-node "^1.0.0"
+ graceful-fs "^4.2.0"
+ jsonfile "^6.0.1"
+ universalify "^2.0.0"
+
+fs-extra@^9.0.1:
+ version "9.1.0"
+ resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz"
+ integrity sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==
+ dependencies:
+ at-least-node "^1.0.0"
+ graceful-fs "^4.2.0"
+ jsonfile "^6.0.1"
+ universalify "^2.0.0"
+
+fs-extra@^9.1.0:
version "9.1.0"
- resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.1.0.tgz#5954460c764a8da2094ba3554bf839e6b9a7c86d"
+ resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz"
integrity sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==
dependencies:
at-least-node "^1.0.0"
@@ -12209,21 +10750,21 @@ fs-extra@^9.0.0, fs-extra@^9.0.1, fs-extra@^9.1.0:
fs-minipass@^1.2.7:
version "1.2.7"
- resolved "https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-1.2.7.tgz#ccff8570841e7fe4265693da88936c55aed7f7c7"
+ resolved "https://registry.npmjs.org/fs-minipass/-/fs-minipass-1.2.7.tgz"
integrity sha512-GWSSJGFy4e9GUeCcbIkED+bgAoFyj7XF1mV8rma3QW4NIqX9Kyx79N/PF61H5udOV3aY1IaMLs6pGbH71nlCTA==
dependencies:
minipass "^2.6.0"
fs-minipass@^2.0.0:
version "2.1.0"
- resolved "https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-2.1.0.tgz#7f5036fdbf12c63c169190cbe4199c852271f9fb"
+ resolved "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz"
integrity sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==
dependencies:
minipass "^3.0.0"
fs-mkdirp-stream@^1.0.0:
version "1.0.0"
- resolved "https://registry.yarnpkg.com/fs-mkdirp-stream/-/fs-mkdirp-stream-1.0.0.tgz#0b7815fc3201c6a69e14db98ce098c16935259eb"
+ resolved "https://registry.npmjs.org/fs-mkdirp-stream/-/fs-mkdirp-stream-1.0.0.tgz"
integrity sha512-+vSd9frUnapVC2RZYfL3FCB2p3g4TBhaUmrsWlSudsGdnxIuUvBB2QM1VZeBtc49QFwrp+wQLrDs3+xxDgI5gQ==
dependencies:
graceful-fs "^4.1.11"
@@ -12231,50 +10772,27 @@ fs-mkdirp-stream@^1.0.0:
fs-monkey@^1.0.4:
version "1.0.6"
- resolved "https://registry.yarnpkg.com/fs-monkey/-/fs-monkey-1.0.6.tgz#8ead082953e88d992cf3ff844faa907b26756da2"
+ resolved "https://registry.npmjs.org/fs-monkey/-/fs-monkey-1.0.6.tgz"
integrity sha512-b1FMfwetIKymC0eioW7mTywihSQE4oLzQn1dB6rZB5fx/3NpNEdAWeCSMB+60/AeT0TCXsxzAlcYVEFCTAksWg==
fs-then-native@^2.0.0:
version "2.0.0"
- resolved "https://registry.yarnpkg.com/fs-then-native/-/fs-then-native-2.0.0.tgz#19a124d94d90c22c8e045f2e8dd6ebea36d48c67"
+ resolved "https://registry.npmjs.org/fs-then-native/-/fs-then-native-2.0.0.tgz"
integrity sha512-X712jAOaWXkemQCAmWeg5rOT2i+KOpWz1Z/txk/cW0qlOu2oQ9H61vc5w3X/iyuUEfq/OyaFJ78/cZAQD1/bgA==
-fs-write-stream-atomic@^1.0.8:
- version "1.0.10"
- resolved "https://registry.yarnpkg.com/fs-write-stream-atomic/-/fs-write-stream-atomic-1.0.10.tgz#b47df53493ef911df75731e70a9ded0189db40c9"
- integrity sha512-gehEzmPn2nAwr39eay+x3X34Ra+M2QlVUTLhkXPjWdeO8RF9kszk116avgBJM3ZyNHgHXBNx+VmPaFC36k0PzA==
- dependencies:
- graceful-fs "^4.1.2"
- iferr "^0.1.5"
- imurmurhash "^0.1.4"
- readable-stream "1 || 2"
-
fs.realpath@^1.0.0:
version "1.0.0"
- resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
+ resolved "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz"
integrity sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==
-fsevents@^1.2.7:
- version "1.2.13"
- resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-1.2.13.tgz#f325cb0455592428bcf11b383370ef70e3bfcc38"
- integrity sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==
- dependencies:
- bindings "^1.5.0"
- nan "^2.12.1"
-
-fsevents@^2.1.2, fsevents@^2.1.3, fsevents@^2.3.2, fsevents@~2.3.2:
- version "2.3.3"
- resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.3.tgz#cac6407785d03675a2a5e1a5305c697b347d90d6"
- integrity sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==
-
function-bind@^1.1.2:
version "1.1.2"
- resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.2.tgz#2c02d864d97f3ea6c8830c464cbd11ab6eab7a1c"
+ resolved "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz"
integrity sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==
function.prototype.name@^1.1.2, function.prototype.name@^1.1.6:
version "1.1.6"
- resolved "https://registry.yarnpkg.com/function.prototype.name/-/function.prototype.name-1.1.6.tgz#cdf315b7d90ee77a4c6ee216c3c3362da07533fd"
+ resolved "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.6.tgz"
integrity sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg==
dependencies:
call-bind "^1.0.2"
@@ -12284,34 +10802,34 @@ function.prototype.name@^1.1.2, function.prototype.name@^1.1.6:
functional-red-black-tree@^1.0.1:
version "1.0.1"
- resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327"
+ resolved "https://registry.npmjs.org/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz"
integrity sha512-dsKNQNdj6xA3T+QlADDA7mOSlX0qiMINjn0cgr+eGHGsbSHzTabcIogz2+p/iqP1Xs6EP/sS2SbqH+brGTbq0g==
functions-have-names@^1.2.3:
version "1.2.3"
- resolved "https://registry.yarnpkg.com/functions-have-names/-/functions-have-names-1.2.3.tgz#0404fe4ee2ba2f607f0e0ec3c80bae994133b834"
+ resolved "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz"
integrity sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==
gaze@^1.1.3:
version "1.1.3"
- resolved "https://registry.yarnpkg.com/gaze/-/gaze-1.1.3.tgz#c441733e13b927ac8c0ff0b4c3b033f28812924a"
+ resolved "https://registry.npmjs.org/gaze/-/gaze-1.1.3.tgz"
integrity sha512-BRdNm8hbWzFzWHERTrejLqwHDfS4GibPoq5wjTPIoJHoBtKGPg3xAFfxmM+9ztbXelxcf2hwQcaz1PtmFeue8g==
dependencies:
globule "^1.0.0"
gensync@^1.0.0-beta.1, gensync@^1.0.0-beta.2:
version "1.0.0-beta.2"
- resolved "https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.2.tgz#32a6ee76c3d7f52d46b2b1ae5d93fea8580a25e0"
+ resolved "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz"
integrity sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==
get-caller-file@^2.0.1, get-caller-file@^2.0.5:
version "2.0.5"
- resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e"
+ resolved "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz"
integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==
get-intrinsic@^1.1.3, get-intrinsic@^1.2.1, get-intrinsic@^1.2.2, get-intrinsic@^1.2.3, get-intrinsic@^1.2.4:
version "1.2.4"
- resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.2.4.tgz#e385f5a4b5227d449c3eabbad05494ef0abbeadd"
+ resolved "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.4.tgz"
integrity sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==
dependencies:
es-errors "^1.3.0"
@@ -12322,46 +10840,46 @@ get-intrinsic@^1.1.3, get-intrinsic@^1.2.1, get-intrinsic@^1.2.2, get-intrinsic@
get-own-enumerable-property-symbols@^3.0.0:
version "3.0.2"
- resolved "https://registry.yarnpkg.com/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.2.tgz#b5fde77f22cbe35f390b4e089922c50bce6ef664"
+ resolved "https://registry.npmjs.org/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.2.tgz"
integrity sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g==
get-package-type@^0.1.0:
version "0.1.0"
- resolved "https://registry.yarnpkg.com/get-package-type/-/get-package-type-0.1.0.tgz#8de2d803cff44df3bc6c456e6668b36c3926e11a"
+ resolved "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz"
integrity sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==
get-stream@^3.0.0:
version "3.0.0"
- resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-3.0.0.tgz#8e943d1358dc37555054ecbe2edb05aa174ede14"
+ resolved "https://registry.npmjs.org/get-stream/-/get-stream-3.0.0.tgz"
integrity sha512-GlhdIUuVakc8SJ6kK0zAFbiGzRFzNnY4jUuEbV9UROo4Y+0Ny4fjvcZFVTeDA4odpFyOQzaw6hXukJSq/f28sQ==
-get-stream@^4.0.0, get-stream@^4.1.0:
+get-stream@^4.1.0:
version "4.1.0"
- resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-4.1.0.tgz#c1b255575f3dc21d59bfc79cd3d2b46b1c3a54b5"
+ resolved "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz"
integrity sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==
dependencies:
pump "^3.0.0"
get-stream@^5.0.0, get-stream@^5.1.0:
version "5.2.0"
- resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-5.2.0.tgz#4966a1795ee5ace65e706c4b7beb71257d6e22d3"
+ resolved "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz"
integrity sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==
dependencies:
pump "^3.0.0"
get-stream@^6.0.0:
version "6.0.1"
- resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-6.0.1.tgz#a262d8eef67aced57c2852ad6167526a43cbf7b7"
+ resolved "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz"
integrity sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==
get-stream@^8.0.1:
version "8.0.1"
- resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-8.0.1.tgz#def9dfd71742cd7754a7761ed43749a27d02eca2"
+ resolved "https://registry.npmjs.org/get-stream/-/get-stream-8.0.1.tgz"
integrity sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==
get-symbol-description@^1.0.2:
version "1.0.2"
- resolved "https://registry.yarnpkg.com/get-symbol-description/-/get-symbol-description-1.0.2.tgz#533744d5aa20aca4e079c8e5daf7fd44202821f5"
+ resolved "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.2.tgz"
integrity sha512-g0QYk1dZBxGwk+Ngc+ltRH2IBp2f7zBkBMBJZCDerh6EhlhSR6+9irMCuT/09zD6qkarHUSn529sK/yL4S27mg==
dependencies:
call-bind "^1.0.5"
@@ -12370,12 +10888,12 @@ get-symbol-description@^1.0.2:
get-value@^2.0.3, get-value@^2.0.6:
version "2.0.6"
- resolved "https://registry.yarnpkg.com/get-value/-/get-value-2.0.6.tgz#dc15ca1c672387ca76bd37ac0a395ba2042a2c28"
+ resolved "https://registry.npmjs.org/get-value/-/get-value-2.0.6.tgz"
integrity sha512-Ln0UQDlxH1BapMu3GPtf7CuYNwRZf2gwCuPqbyG6pB8WfmFpzqcy4xtAaAMUhnNqjMKTiCPZG2oMT3YSx8U2NA==
get-workspaces@^0.6.0:
version "0.6.0"
- resolved "https://registry.yarnpkg.com/get-workspaces/-/get-workspaces-0.6.0.tgz#0060bd2238324fd9b7ed7bb9c63f7561fd72001b"
+ resolved "https://registry.npmjs.org/get-workspaces/-/get-workspaces-0.6.0.tgz"
integrity sha512-EWfuENHoxNGk4xoel0jJdm/nhm8oMGQYRsTWJDqrHaj7jyebSckZI0TwQaeWX1rzqpMLULYFrdxhYJPI1l2j3w==
dependencies:
"@changesets/types" "^0.4.0"
@@ -12385,21 +10903,21 @@ get-workspaces@^0.6.0:
getos@^3.2.1:
version "3.2.1"
- resolved "https://registry.yarnpkg.com/getos/-/getos-3.2.1.tgz#0134d1f4e00eb46144c5a9c0ac4dc087cbb27dc5"
+ resolved "https://registry.npmjs.org/getos/-/getos-3.2.1.tgz"
integrity sha512-U56CfOK17OKgTVqozZjUKNdkfEv6jk5WISBJ8SHoagjE6L69zOwl3Z+O8myjY9MEW3i2HPWQBt/LTbCgcC973Q==
dependencies:
async "^3.2.0"
getpass@^0.1.1:
version "0.1.7"
- resolved "https://registry.yarnpkg.com/getpass/-/getpass-0.1.7.tgz#5eff8e3e684d569ae4cb2b1282604e8ba62149fa"
+ resolved "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz"
integrity sha512-0fzj9JxOLfJ+XGLhR8ze3unN0KZCgZwiSSDz168VERjK8Wl8kVSdcu2kspd4s4wtAa1y/qrVRiAA0WclVsu0ng==
dependencies:
assert-plus "^1.0.0"
gettext-parser@^3.1.0:
version "3.1.1"
- resolved "https://registry.yarnpkg.com/gettext-parser/-/gettext-parser-3.1.1.tgz#f2455f7cc402087a0ee5289fcca204702b7fe240"
+ resolved "https://registry.npmjs.org/gettext-parser/-/gettext-parser-3.1.1.tgz"
integrity sha512-vNhWcqXEtZPs5Ft1ReA34g7ByWotpcOIeJvXVy2jF3/G2U9v6W0wG4Z4hXzcU8R//jArqkgHcVCGgGqa4vxVlQ==
dependencies:
encoding "^0.1.12"
@@ -12408,7 +10926,7 @@ gettext-parser@^3.1.0:
giget@^1.0.0:
version "1.2.3"
- resolved "https://registry.yarnpkg.com/giget/-/giget-1.2.3.tgz#ef6845d1140e89adad595f7f3bb60aa31c672cb6"
+ resolved "https://registry.npmjs.org/giget/-/giget-1.2.3.tgz"
integrity sha512-8EHPljDvs7qKykr6uw8b+lqLiUc/vUg+KVTI0uND4s63TdsZM2Xus3mflvF0DDG9SiM4RlCkFGL+7aAjRmV7KA==
dependencies:
citty "^0.1.6"
@@ -12422,7 +10940,7 @@ giget@^1.0.0:
git-raw-commits@^2.0.0:
version "2.0.11"
- resolved "https://registry.yarnpkg.com/git-raw-commits/-/git-raw-commits-2.0.11.tgz#bc3576638071d18655e1cc60d7f524920008d723"
+ resolved "https://registry.npmjs.org/git-raw-commits/-/git-raw-commits-2.0.11.tgz"
integrity sha512-VnctFhw+xfj8Va1xtfEqCUD2XDrbAPSJx+hSrE5K7fGdjZruW7XV+QOrN7LF/RJyvspRiD2I0asWsxFp0ya26A==
dependencies:
dargs "^7.0.0"
@@ -12433,39 +10951,53 @@ git-raw-commits@^2.0.0:
github-slugger@^1.4.0:
version "1.5.0"
- resolved "https://registry.yarnpkg.com/github-slugger/-/github-slugger-1.5.0.tgz#17891bbc73232051474d68bd867a34625c955f7d"
+ resolved "https://registry.npmjs.org/github-slugger/-/github-slugger-1.5.0.tgz"
integrity sha512-wIh+gKBI9Nshz2o46B0B3f5k/W+WI9ZAv6y5Dn5WJ5SK1t0TnDimB4WE5rmTD05ZAIn8HALCZVmCsvj0w0v0lw==
github-slugger@^2.0.0:
version "2.0.0"
- resolved "https://registry.yarnpkg.com/github-slugger/-/github-slugger-2.0.0.tgz#52cf2f9279a21eb6c59dd385b410f0c0adda8f1a"
+ resolved "https://registry.npmjs.org/github-slugger/-/github-slugger-2.0.0.tgz"
integrity sha512-IaOQ9puYtjrkq7Y0Ygl9KDZnrf/aiUJYUpVf89y8kyaxbRG7Y1SrX/jaumrv81vc61+kiMempujsM3Yw7w5qcw==
glob-parent@^3.1.0:
version "3.1.0"
- resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-3.1.0.tgz#9e6af6299d8d3bd2bd40430832bd113df906c5ae"
+ resolved "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz"
integrity sha512-E8Ak/2+dZY6fnzlR7+ueWvhsH1SjHr4jjss4YS/h4py44jY9MhK/VFdaZJAWDz6BbL21KeteKxFSFpq8OS5gVA==
dependencies:
is-glob "^3.1.0"
path-dirname "^1.0.0"
-glob-parent@^5.1.2, glob-parent@~5.1.2:
+glob-parent@^5.1.2:
version "5.1.2"
- resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4"
+ resolved "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz"
integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==
dependencies:
is-glob "^4.0.1"
-glob-parent@^6.0.1, glob-parent@^6.0.2:
+glob-parent@^6.0.1:
+ version "6.0.2"
+ resolved "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz"
+ integrity sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==
+ dependencies:
+ is-glob "^4.0.3"
+
+glob-parent@^6.0.2:
version "6.0.2"
- resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-6.0.2.tgz#6d237d99083950c79290f24c7642a3de9a28f9e3"
+ resolved "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz"
integrity sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==
dependencies:
is-glob "^4.0.3"
+glob-parent@~5.1.2:
+ version "5.1.2"
+ resolved "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz"
+ integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==
+ dependencies:
+ is-glob "^4.0.1"
+
glob-stream@^6.1.0:
version "6.1.0"
- resolved "https://registry.yarnpkg.com/glob-stream/-/glob-stream-6.1.0.tgz#7045c99413b3eb94888d83ab46d0b404cc7bdde4"
+ resolved "https://registry.npmjs.org/glob-stream/-/glob-stream-6.1.0.tgz"
integrity sha512-uMbLGAP3S2aDOHUDfdoYcdIePUCfysbAd0IAoWVZbeGU/oNQ8asHVSshLDJUPWxfzj8zsCG7/XeHPHTtow0nsw==
dependencies:
extend "^3.0.0"
@@ -12481,17 +11013,41 @@ glob-stream@^6.1.0:
glob-to-regexp@^0.3.0:
version "0.3.0"
- resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.3.0.tgz#8c5a1494d2066c570cc3bfe4496175acc4d502ab"
+ resolved "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.3.0.tgz"
integrity sha512-Iozmtbqv0noj0uDDqoL0zNq0VBEfK2YFoMAZoxJe4cwphvLR+JskfF30QhXHOR4m3KrE6NLRYw+U9MRXvifyig==
glob-to-regexp@^0.4.1:
version "0.4.1"
- resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz#c75297087c851b9a578bd217dd59a92f59fe546e"
+ resolved "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz"
integrity sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==
-glob@^10.3.10, glob@^10.3.3, glob@^10.4.1:
+glob@^10.3.10:
+ version "10.4.5"
+ resolved "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz"
+ integrity sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==
+ dependencies:
+ foreground-child "^3.1.0"
+ jackspeak "^3.1.2"
+ minimatch "^9.0.4"
+ minipass "^7.1.2"
+ package-json-from-dist "^1.0.0"
+ path-scurry "^1.11.1"
+
+glob@^10.3.3:
+ version "10.4.5"
+ resolved "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz"
+ integrity sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==
+ dependencies:
+ foreground-child "^3.1.0"
+ jackspeak "^3.1.2"
+ minimatch "^9.0.4"
+ minipass "^7.1.2"
+ package-json-from-dist "^1.0.0"
+ path-scurry "^1.11.1"
+
+glob@^10.4.1:
version "10.4.5"
- resolved "https://registry.yarnpkg.com/glob/-/glob-10.4.5.tgz#f4d9f0b90ffdbab09c9d77f5f29b4262517b0956"
+ resolved "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz"
integrity sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==
dependencies:
foreground-child "^3.1.0"
@@ -12501,9 +11057,9 @@ glob@^10.3.10, glob@^10.3.3, glob@^10.4.1:
package-json-from-dist "^1.0.0"
path-scurry "^1.11.1"
-glob@^7.0.0, glob@^7.0.3, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.5, glob@^7.1.6, glob@^7.1.7:
+glob@^7.0.0, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.5, glob@^7.1.6, glob@^7.1.7:
version "7.2.3"
- resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
+ resolved "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz"
integrity sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==
dependencies:
fs.realpath "^1.0.0"
@@ -12515,7 +11071,7 @@ glob@^7.0.0, glob@^7.0.3, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, gl
glob@^8.1.0:
version "8.1.0"
- resolved "https://registry.yarnpkg.com/glob/-/glob-8.1.0.tgz#d388f656593ef708ee3e34640fdfb99a9fd1c33e"
+ resolved "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz"
integrity sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==
dependencies:
fs.realpath "^1.0.0"
@@ -12526,7 +11082,7 @@ glob@^8.1.0:
glob@~7.1.1:
version "7.1.7"
- resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.7.tgz#3b193e9233f01d42d0b3f78294bbeeb418f94a90"
+ resolved "https://registry.npmjs.org/glob/-/glob-7.1.7.tgz"
integrity sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==
dependencies:
fs.realpath "^1.0.0"
@@ -12538,28 +11094,28 @@ glob@~7.1.1:
global-dirs@^0.1.0, global-dirs@^0.1.1:
version "0.1.1"
- resolved "https://registry.yarnpkg.com/global-dirs/-/global-dirs-0.1.1.tgz#b319c0dd4607f353f3be9cca4c72fc148c49f445"
+ resolved "https://registry.npmjs.org/global-dirs/-/global-dirs-0.1.1.tgz"
integrity sha512-NknMLn7F2J7aflwFOlGdNIuCDpN3VGoSoB+aap3KABFWbHVn1TCgFC+np23J8W2BiZbjfEw3BFBycSMv1AFblg==
dependencies:
ini "^1.3.4"
global-dirs@^3.0.0:
version "3.0.1"
- resolved "https://registry.yarnpkg.com/global-dirs/-/global-dirs-3.0.1.tgz#0c488971f066baceda21447aecb1a8b911d22485"
+ resolved "https://registry.npmjs.org/global-dirs/-/global-dirs-3.0.1.tgz"
integrity sha512-NBcGGFbBA9s1VzD41QXDG+3++t9Mn5t1FpLdhESY6oKY4gYTFpX4wO3sqGUa0Srjtbfj3szX0RnemmrVRUdULA==
dependencies:
ini "2.0.0"
-global-modules@2.0.0, global-modules@^2.0.0:
+global-modules@^2.0.0, global-modules@2.0.0:
version "2.0.0"
- resolved "https://registry.yarnpkg.com/global-modules/-/global-modules-2.0.0.tgz#997605ad2345f27f51539bea26574421215c7780"
+ resolved "https://registry.npmjs.org/global-modules/-/global-modules-2.0.0.tgz"
integrity sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A==
dependencies:
global-prefix "^3.0.0"
global-prefix@^3.0.0:
version "3.0.0"
- resolved "https://registry.yarnpkg.com/global-prefix/-/global-prefix-3.0.0.tgz#fc85f73064df69f50421f47f883fe5b913ba9b97"
+ resolved "https://registry.npmjs.org/global-prefix/-/global-prefix-3.0.0.tgz"
integrity sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg==
dependencies:
ini "^1.3.5"
@@ -12568,65 +11124,40 @@ global-prefix@^3.0.0:
globals@^11.1.0:
version "11.12.0"
- resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
+ resolved "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz"
integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==
globals@^13.19.0, globals@^13.6.0, globals@^13.9.0:
version "13.24.0"
- resolved "https://registry.yarnpkg.com/globals/-/globals-13.24.0.tgz#8432a19d78ce0c1e833949c36adb345400bb1171"
+ resolved "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz"
integrity sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==
dependencies:
type-fest "^0.20.2"
globalthis@^1.0.3:
version "1.0.4"
- resolved "https://registry.yarnpkg.com/globalthis/-/globalthis-1.0.4.tgz#7430ed3a975d97bfb59bcce41f5cabbafa651236"
+ resolved "https://registry.npmjs.org/globalthis/-/globalthis-1.0.4.tgz"
integrity sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==
dependencies:
define-properties "^1.2.1"
gopd "^1.0.1"
-globby@11.0.1:
- version "11.0.1"
- resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.1.tgz#9a2bf107a068f3ffeabc49ad702c79ede8cfd357"
- integrity sha512-iH9RmgwCmUJHi2z5o2l3eTtGBtXek1OYlHrbcxOYugyHLmAsZrPj43OtHThd62Buh/Vv6VyCBD2bdyWcGNQqoQ==
+globby@^11.0.0, globby@^11.0.1, globby@^11.0.4, globby@^11.1.0:
+ version "11.1.0"
+ resolved "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz"
+ integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
dependencies:
array-union "^2.1.0"
dir-glob "^3.0.1"
- fast-glob "^3.1.1"
- ignore "^5.1.4"
- merge2 "^1.3.0"
+ fast-glob "^3.2.9"
+ ignore "^5.2.0"
+ merge2 "^1.4.1"
slash "^3.0.0"
-globby@8.0.2:
- version "8.0.2"
- resolved "https://registry.yarnpkg.com/globby/-/globby-8.0.2.tgz#5697619ccd95c5275dbb2d6faa42087c1a941d8d"
- integrity sha512-yTzMmKygLp8RUpG1Ymu2VXPSJQZjNAZPD4ywgYEaG7e4tBJeUQBO8OpXrf1RCNcEs5alsoJYPAMiIHP0cmeC7w==
- dependencies:
- array-union "^1.0.1"
- dir-glob "2.0.0"
- fast-glob "^2.0.2"
- glob "^7.1.2"
- ignore "^3.3.5"
- pify "^3.0.0"
- slash "^1.0.0"
-
-globby@^11.0.0, globby@^11.0.1, globby@^11.0.3, globby@^11.0.4, globby@^11.1.0:
- version "11.1.0"
- resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
- integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
- dependencies:
- array-union "^2.1.0"
- dir-glob "^3.0.1"
- fast-glob "^3.2.9"
- ignore "^5.2.0"
- merge2 "^1.4.1"
- slash "^3.0.0"
-
-globby@^13.1.1:
- version "13.2.2"
- resolved "https://registry.yarnpkg.com/globby/-/globby-13.2.2.tgz#63b90b1bf68619c2135475cbd4e71e66aa090592"
- integrity sha512-Y1zNGV+pzQdh7H39l9zgB4PJqjRNqydvdYCDG4HFXM4XuvSaQQlEc91IU1yALL8gUTDomgBAfz3XJdmUS+oo0w==
+globby@^13.1.1:
+ version "13.2.2"
+ resolved "https://registry.npmjs.org/globby/-/globby-13.2.2.tgz"
+ integrity sha512-Y1zNGV+pzQdh7H39l9zgB4PJqjRNqydvdYCDG4HFXM4XuvSaQQlEc91IU1yALL8gUTDomgBAfz3XJdmUS+oo0w==
dependencies:
dir-glob "^3.0.1"
fast-glob "^3.3.0"
@@ -12636,7 +11167,7 @@ globby@^13.1.1:
globby@^14.0.1:
version "14.0.2"
- resolved "https://registry.yarnpkg.com/globby/-/globby-14.0.2.tgz#06554a54ccfe9264e5a9ff8eded46aa1e306482f"
+ resolved "https://registry.npmjs.org/globby/-/globby-14.0.2.tgz"
integrity sha512-s3Fq41ZVh7vbbe2PN3nrW7yC7U7MFVc5c98/iTl9c2GawNMKx/J648KQRW6WKkuU8GIbbh2IXfIRQjOZnXcTnw==
dependencies:
"@sindresorhus/merge-streams" "^2.1.0"
@@ -12646,20 +11177,9 @@ globby@^14.0.1:
slash "^5.1.0"
unicorn-magic "^0.1.0"
-globby@^6.1.0:
- version "6.1.0"
- resolved "https://registry.yarnpkg.com/globby/-/globby-6.1.0.tgz#f5a6d70e8395e21c858fb0489d64df02424d506c"
- integrity sha512-KVbFv2TQtbzCoxAnfD6JcHZTYCzyliEaaeM/gH8qQdkKr5s0OP9scEgvdcngyk7AVdY6YVW/TJHd+lQ/Df3Daw==
- dependencies:
- array-union "^1.0.1"
- glob "^7.0.3"
- object-assign "^4.0.1"
- pify "^2.0.0"
- pinkie-promise "^2.0.0"
-
globby@^9.2.0:
version "9.2.0"
- resolved "https://registry.yarnpkg.com/globby/-/globby-9.2.0.tgz#fd029a706c703d29bdd170f4b6db3a3f7a7cb63d"
+ resolved "https://registry.npmjs.org/globby/-/globby-9.2.0.tgz"
integrity sha512-ollPHROa5mcxDEkwg6bPt3QbEf4pDQSNtd6JPL1YvOvAo/7/0VAm9TccUeoTmarjPw4pfUthSCqcyfNB1I3ZSg==
dependencies:
"@types/glob" "^7.1.1"
@@ -12671,9 +11191,22 @@ globby@^9.2.0:
pify "^4.0.1"
slash "^2.0.0"
+globby@8.0.2:
+ version "8.0.2"
+ resolved "https://registry.npmjs.org/globby/-/globby-8.0.2.tgz"
+ integrity sha512-yTzMmKygLp8RUpG1Ymu2VXPSJQZjNAZPD4ywgYEaG7e4tBJeUQBO8OpXrf1RCNcEs5alsoJYPAMiIHP0cmeC7w==
+ dependencies:
+ array-union "^1.0.1"
+ dir-glob "2.0.0"
+ fast-glob "^2.0.2"
+ glob "^7.1.2"
+ ignore "^3.3.5"
+ pify "^3.0.0"
+ slash "^1.0.0"
+
globule@^1.0.0:
version "1.3.4"
- resolved "https://registry.yarnpkg.com/globule/-/globule-1.3.4.tgz#7c11c43056055a75a6e68294453c17f2796170fb"
+ resolved "https://registry.npmjs.org/globule/-/globule-1.3.4.tgz"
integrity sha512-OPTIfhMBh7JbBYDpa5b+Q5ptmMWKwcNcFSR/0c6t8V4f3ZAVBEsKNY37QdVqmLRYSMhOUGYrY0QhSoEpzGr/Eg==
dependencies:
glob "~7.1.1"
@@ -12682,14 +11215,14 @@ globule@^1.0.0:
gopd@^1.0.1:
version "1.0.1"
- resolved "https://registry.yarnpkg.com/gopd/-/gopd-1.0.1.tgz#29ff76de69dac7489b7c0918a5788e56477c332c"
+ resolved "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz"
integrity sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==
dependencies:
get-intrinsic "^1.1.3"
got@^9.6.0:
version "9.6.0"
- resolved "https://registry.yarnpkg.com/got/-/got-9.6.0.tgz#edf45e7d67f99545705de1f7bbeeeb121765ed85"
+ resolved "https://registry.npmjs.org/got/-/got-9.6.0.tgz"
integrity sha512-R7eWptXuGYxwijs0eV+v3o6+XH1IqVK8dJOEecQfTmkncw9AV4dcw/Dhxi8MdlqPthxxpZyizMzyg8RTmEsG+Q==
dependencies:
"@sindresorhus/is" "^0.14.0"
@@ -12704,19 +11237,19 @@ got@^9.6.0:
to-readable-stream "^1.0.0"
url-parse-lax "^3.0.0"
-graceful-fs@^4.0.0, graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.5, graceful-fs@^4.1.6, graceful-fs@^4.1.9, graceful-fs@^4.2.0, graceful-fs@^4.2.11, graceful-fs@^4.2.4, graceful-fs@^4.2.6, graceful-fs@^4.2.9:
+graceful-fs@^4.0.0, graceful-fs@^4.1.11, graceful-fs@^4.1.2, graceful-fs@^4.1.5, graceful-fs@^4.1.6, graceful-fs@^4.1.9, graceful-fs@^4.2.0, graceful-fs@^4.2.11, graceful-fs@^4.2.4, graceful-fs@^4.2.6, graceful-fs@^4.2.9:
version "4.2.11"
- resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.11.tgz#4183e4e8bf08bb6e05bbb2f7d2e0c8f712ca40e3"
+ resolved "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz"
integrity sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==
graphemer@^1.4.0:
version "1.4.0"
- resolved "https://registry.yarnpkg.com/graphemer/-/graphemer-1.4.0.tgz#fb2f1d55e0e3a1849aeffc90c4fa0dd53a0e66c6"
+ resolved "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz"
integrity sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==
gray-matter@^4.0.3:
version "4.0.3"
- resolved "https://registry.yarnpkg.com/gray-matter/-/gray-matter-4.0.3.tgz#e893c064825de73ea1f5f7d88c7a9f7274288798"
+ resolved "https://registry.npmjs.org/gray-matter/-/gray-matter-4.0.3.tgz"
integrity sha512-5v6yZd4JK3eMI3FqqCouswVqwugaA9r4dNZB1wwcmrD02QkV5H0y7XBQW8QwQqEaZY1pM9aqORSORhJRdNK44Q==
dependencies:
js-yaml "^3.13.1"
@@ -12724,41 +11257,36 @@ gray-matter@^4.0.3:
section-matter "^1.0.0"
strip-bom-string "^1.0.0"
-growly@^1.3.0:
- version "1.3.0"
- resolved "https://registry.yarnpkg.com/growly/-/growly-1.3.0.tgz#f10748cbe76af964b7c96c93c6bcc28af120c081"
- integrity sha512-+xGQY0YyAWCnqy7Cd++hc2JqMYzlm0dG30Jd0beaA64sROr8C4nt8Yc9V5Ro3avlSUDTN0ulqP/VBKi1/lLygw==
-
gulp-sort@^2.0.0:
version "2.0.0"
- resolved "https://registry.yarnpkg.com/gulp-sort/-/gulp-sort-2.0.0.tgz#c6762a2f1f0de0a3fc595a21599d3fac8dba1aca"
+ resolved "https://registry.npmjs.org/gulp-sort/-/gulp-sort-2.0.0.tgz"
integrity sha512-MyTel3FXOdh1qhw1yKhpimQrAmur9q1X0ZigLmCOxouQD+BD3za9/89O+HfbgBQvvh4igEbp0/PUWO+VqGYG1g==
dependencies:
through2 "^2.0.1"
+gzip-size@^6.0.0:
+ version "6.0.0"
+ resolved "https://registry.npmjs.org/gzip-size/-/gzip-size-6.0.0.tgz"
+ integrity sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q==
+ dependencies:
+ duplexer "^0.1.2"
+
gzip-size@5.1.1:
version "5.1.1"
- resolved "https://registry.yarnpkg.com/gzip-size/-/gzip-size-5.1.1.tgz#cb9bee692f87c0612b232840a873904e4c135274"
+ resolved "https://registry.npmjs.org/gzip-size/-/gzip-size-5.1.1.tgz"
integrity sha512-FNHi6mmoHvs1mxZAds4PpdCS6QG8B4C1krxJsMutgxl5t3+GlRTzzI3NEkifXx2pVsOvJdOGSmIgDhQ55FwdPA==
dependencies:
duplexer "^0.1.1"
pify "^4.0.1"
-gzip-size@^6.0.0:
- version "6.0.0"
- resolved "https://registry.yarnpkg.com/gzip-size/-/gzip-size-6.0.0.tgz#065367fd50c239c0671cbcbad5be3e2eeb10e462"
- integrity sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q==
- dependencies:
- duplexer "^0.1.2"
-
handle-thing@^2.0.0:
version "2.0.1"
- resolved "https://registry.yarnpkg.com/handle-thing/-/handle-thing-2.0.1.tgz#857f79ce359580c340d43081cc648970d0bb234e"
+ resolved "https://registry.npmjs.org/handle-thing/-/handle-thing-2.0.1.tgz"
integrity sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==
handlebars@^4.3.3, handlebars@^4.5.3, handlebars@^4.7.3:
version "4.7.8"
- resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.7.8.tgz#41c42c18b1be2365439188c77c6afae71c0cd9e9"
+ resolved "https://registry.npmjs.org/handlebars/-/handlebars-4.7.8.tgz"
integrity sha512-vafaFqs8MZkRrSX7sFVUdo3ap/eNiLnb4IakshzvP56X5Nr1iGKAIqdX6tMlm6HcNRIkr6AxO5jFEoJzzpT8aQ==
dependencies:
minimist "^1.2.5"
@@ -12770,12 +11298,12 @@ handlebars@^4.3.3, handlebars@^4.5.3, handlebars@^4.7.3:
har-schema@^2.0.0:
version "2.0.0"
- resolved "https://registry.yarnpkg.com/har-schema/-/har-schema-2.0.0.tgz#a94c2224ebcac04782a0d9035521f24735b7ec92"
+ resolved "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz"
integrity sha512-Oqluz6zhGX8cyRaTQlFMPw80bSJVG2x/cFb8ZPhUILGgHka9SsokCCOQgpveePerqidZOrT14ipqfJb7ILcW5Q==
har-validator@~5.1.3:
version "5.1.5"
- resolved "https://registry.yarnpkg.com/har-validator/-/har-validator-5.1.5.tgz#1f0803b9f8cb20c0fa13822df1ecddb36bde1efd"
+ resolved "https://registry.npmjs.org/har-validator/-/har-validator-5.1.5.tgz"
integrity sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w==
dependencies:
ajv "^6.12.3"
@@ -12783,70 +11311,70 @@ har-validator@~5.1.3:
hard-rejection@^2.1.0:
version "2.1.0"
- resolved "https://registry.yarnpkg.com/hard-rejection/-/hard-rejection-2.1.0.tgz#1c6eda5c1685c63942766d79bb40ae773cecd883"
+ resolved "https://registry.npmjs.org/hard-rejection/-/hard-rejection-2.1.0.tgz"
integrity sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA==
harmony-reflect@^1.4.6:
version "1.6.2"
- resolved "https://registry.yarnpkg.com/harmony-reflect/-/harmony-reflect-1.6.2.tgz#31ecbd32e648a34d030d86adb67d4d47547fe710"
+ resolved "https://registry.npmjs.org/harmony-reflect/-/harmony-reflect-1.6.2.tgz"
integrity sha512-HIp/n38R9kQjDEziXyDTuW3vvoxxyxjxFzXLrBr18uB47GnSt+G9D29fqrpM5ZkspMcPICud3XsBJQ4Y2URg8g==
has-ansi@^2.0.0:
version "2.0.0"
- resolved "https://registry.yarnpkg.com/has-ansi/-/has-ansi-2.0.0.tgz#34f5049ce1ecdf2b0649af3ef24e45ed35416d91"
+ resolved "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz"
integrity sha512-C8vBJ8DwUCx19vhm7urhTuUsr4/IyP6l4VzNQDv+ryHQObW3TTTp9yB68WpYgRe2bbaGuZ/se74IqFeVnMnLZg==
dependencies:
ansi-regex "^2.0.0"
has-ansi@^4.0.1:
version "4.0.1"
- resolved "https://registry.yarnpkg.com/has-ansi/-/has-ansi-4.0.1.tgz#f216a8c8d7b129e490dc15f4a62cc1cdb9603ce8"
+ resolved "https://registry.npmjs.org/has-ansi/-/has-ansi-4.0.1.tgz"
integrity sha512-Qr4RtTm30xvEdqUXbSBVWDu+PrTokJOwe/FU+VdfJPk+MXAPoeOzKpRyrDTnZIJwAkQ4oBLTU53nu0HrkF/Z2A==
dependencies:
ansi-regex "^4.1.0"
has-bigints@^1.0.1, has-bigints@^1.0.2:
version "1.0.2"
- resolved "https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.0.2.tgz#0871bd3e3d51626f6ca0966668ba35d5602d6eaa"
+ resolved "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz"
integrity sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==
has-flag@^3.0.0:
version "3.0.0"
- resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd"
+ resolved "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz"
integrity sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==
has-flag@^4.0.0:
version "4.0.0"
- resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b"
+ resolved "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz"
integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==
has-property-descriptors@^1.0.0, has-property-descriptors@^1.0.2:
version "1.0.2"
- resolved "https://registry.yarnpkg.com/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz#963ed7d071dc7bf5f084c5bfbe0d1b6222586854"
+ resolved "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz"
integrity sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==
dependencies:
es-define-property "^1.0.0"
has-proto@^1.0.1, has-proto@^1.0.3:
version "1.0.3"
- resolved "https://registry.yarnpkg.com/has-proto/-/has-proto-1.0.3.tgz#b31ddfe9b0e6e9914536a6ab286426d0214f77fd"
+ resolved "https://registry.npmjs.org/has-proto/-/has-proto-1.0.3.tgz"
integrity sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==
has-symbols@^1.0.1, has-symbols@^1.0.2, has-symbols@^1.0.3:
version "1.0.3"
- resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.3.tgz#bb7b2c4349251dce87b125f7bdf874aa7c8b39f8"
+ resolved "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz"
integrity sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==
has-tostringtag@^1.0.0, has-tostringtag@^1.0.2:
version "1.0.2"
- resolved "https://registry.yarnpkg.com/has-tostringtag/-/has-tostringtag-1.0.2.tgz#2cdc42d40bef2e5b4eeab7c01a73c54ce7ab5abc"
+ resolved "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz"
integrity sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==
dependencies:
has-symbols "^1.0.3"
has-value@^0.3.1:
version "0.3.1"
- resolved "https://registry.yarnpkg.com/has-value/-/has-value-0.3.1.tgz#7b1f58bada62ca827ec0a2078025654845995e1f"
+ resolved "https://registry.npmjs.org/has-value/-/has-value-0.3.1.tgz"
integrity sha512-gpG936j8/MzaeID5Yif+577c17TxaDmhuyVgSwtnL/q8UUTySg8Mecb+8Cf1otgLoD7DDH75axp86ER7LFsf3Q==
dependencies:
get-value "^2.0.3"
@@ -12855,7 +11383,7 @@ has-value@^0.3.1:
has-value@^1.0.0:
version "1.0.0"
- resolved "https://registry.yarnpkg.com/has-value/-/has-value-1.0.0.tgz#18b281da585b1c5c51def24c930ed29a0be6b177"
+ resolved "https://registry.npmjs.org/has-value/-/has-value-1.0.0.tgz"
integrity sha512-IBXk4GTsLYdQ7Rvt+GRBrFSVEkmuOUy4re0Xjd9kJSUQpnTrWR4/y9RpfexN9vkAPMFuQoeWKwqzPozRTlasGw==
dependencies:
get-value "^2.0.6"
@@ -12864,12 +11392,12 @@ has-value@^1.0.0:
has-values@^0.1.4:
version "0.1.4"
- resolved "https://registry.yarnpkg.com/has-values/-/has-values-0.1.4.tgz#6d61de95d91dfca9b9a02089ad384bff8f62b771"
+ resolved "https://registry.npmjs.org/has-values/-/has-values-0.1.4.tgz"
integrity sha512-J8S0cEdWuQbqD9//tlZxiMuMNmxB8PlEwvYwuxsTmR1G5RXUePEX/SJn7aD0GMLieuZYSwNH0cQuJGwnYunXRQ==
has-values@^1.0.0:
version "1.0.0"
- resolved "https://registry.yarnpkg.com/has-values/-/has-values-1.0.0.tgz#95b0b63fec2146619a6fe57fe75628d5a39efe4f"
+ resolved "https://registry.npmjs.org/has-values/-/has-values-1.0.0.tgz"
integrity sha512-ODYZC64uqzmtfGMEAX/FvZiRyWLpAC3vYnNunURUnkGVTS+mI0smVsWaPydRBsE3g+ok7h960jChO8mFcWlHaQ==
dependencies:
is-number "^3.0.0"
@@ -12877,17 +11405,17 @@ has-values@^1.0.0:
has-yarn@^2.1.0:
version "2.1.0"
- resolved "https://registry.yarnpkg.com/has-yarn/-/has-yarn-2.1.0.tgz#137e11354a7b5bf11aa5cb649cf0c6f3ff2b2e77"
+ resolved "https://registry.npmjs.org/has-yarn/-/has-yarn-2.1.0.tgz"
integrity sha512-UqBRqi4ju7T+TqGNdqAO0PaSVGsDGJUBQvk9eUWNGRY1CFGDzYhLWoM7JQEemnlvVcv/YEmc2wNW8BC24EnUsw==
-has@^1.0.0, has@^1.0.3:
+has@^1.0.3:
version "1.0.4"
- resolved "https://registry.yarnpkg.com/has/-/has-1.0.4.tgz#2eb2860e000011dae4f1406a86fe80e530fb2ec6"
+ resolved "https://registry.npmjs.org/has/-/has-1.0.4.tgz"
integrity sha512-qdSAmqLF6209RFj4VVItywPMbm3vWylknmB3nvNiUIs72xAimcM8nVYxYr7ncvZq5qzk9MKIZR8ijqD/1QuYjQ==
hash-base@^3.0.0:
version "3.1.0"
- resolved "https://registry.yarnpkg.com/hash-base/-/hash-base-3.1.0.tgz#55c381d9e06e1d2997a883b4a3fddfe7f0d3af33"
+ resolved "https://registry.npmjs.org/hash-base/-/hash-base-3.1.0.tgz"
integrity sha512-1nmYp/rhMDiE7AYkDw+lLwlAzz0AntGIe51F3RfFfEqyQ3feY2eI/NcwC6umIQVOASPMsWJLJScWKSSvzL9IVA==
dependencies:
inherits "^2.0.4"
@@ -12896,7 +11424,7 @@ hash-base@^3.0.0:
hash-base@~3.0:
version "3.0.4"
- resolved "https://registry.yarnpkg.com/hash-base/-/hash-base-3.0.4.tgz#5fc8686847ecd73499403319a6b0a3f3f6ae4918"
+ resolved "https://registry.npmjs.org/hash-base/-/hash-base-3.0.4.tgz"
integrity sha512-EeeoJKjTyt868liAlVmcv2ZsUfGHlE3Q+BICOXcZiwN3osr5Q/zFGYmTJpoIzuaSTAwndFy+GqhEwlU4L3j4Ow==
dependencies:
inherits "^2.0.1"
@@ -12904,7 +11432,7 @@ hash-base@~3.0:
hash.js@^1.0.0, hash.js@^1.0.3:
version "1.1.7"
- resolved "https://registry.yarnpkg.com/hash.js/-/hash.js-1.1.7.tgz#0babca538e8d4ee4a0f8988d68866537a003cf42"
+ resolved "https://registry.npmjs.org/hash.js/-/hash.js-1.1.7.tgz"
integrity sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==
dependencies:
inherits "^2.0.3"
@@ -12912,14 +11440,14 @@ hash.js@^1.0.0, hash.js@^1.0.3:
hasown@^2.0.0, hasown@^2.0.1, hasown@^2.0.2:
version "2.0.2"
- resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.2.tgz#003eaf91be7adc372e84ec59dc37252cedb80003"
+ resolved "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz"
integrity sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==
dependencies:
function-bind "^1.1.2"
hast-to-hyperscript@^9.0.0:
version "9.0.1"
- resolved "https://registry.yarnpkg.com/hast-to-hyperscript/-/hast-to-hyperscript-9.0.1.tgz#9b67fd188e4c81e8ad66f803855334173920218d"
+ resolved "https://registry.npmjs.org/hast-to-hyperscript/-/hast-to-hyperscript-9.0.1.tgz"
integrity sha512-zQgLKqF+O2F72S1aa4y2ivxzSlko3MAvxkwG8ehGmNiqd98BIN3JM1rAJPmplEyLmGLO2QZYJtIneOSZ2YbJuA==
dependencies:
"@types/unist" "^2.0.3"
@@ -12932,7 +11460,7 @@ hast-to-hyperscript@^9.0.0:
hast-util-from-parse5@^6.0.0:
version "6.0.1"
- resolved "https://registry.yarnpkg.com/hast-util-from-parse5/-/hast-util-from-parse5-6.0.1.tgz#554e34abdeea25ac76f5bd950a1f0180e0b3bc2a"
+ resolved "https://registry.npmjs.org/hast-util-from-parse5/-/hast-util-from-parse5-6.0.1.tgz"
integrity sha512-jeJUWiN5pSxW12Rh01smtVkZgZr33wBokLzKLwinYOUfSzm1Nl/c3GUGebDyOKjdsRgMvoVbV0VpAcpjF4NrJA==
dependencies:
"@types/parse5" "^5.0.0"
@@ -12944,26 +11472,26 @@ hast-util-from-parse5@^6.0.0:
hast-util-heading-rank@^3.0.0:
version "3.0.0"
- resolved "https://registry.yarnpkg.com/hast-util-heading-rank/-/hast-util-heading-rank-3.0.0.tgz#2d5c6f2807a7af5c45f74e623498dd6054d2aba8"
+ resolved "https://registry.npmjs.org/hast-util-heading-rank/-/hast-util-heading-rank-3.0.0.tgz"
integrity sha512-EJKb8oMUXVHcWZTDepnr+WNbfnXKFNf9duMesmr4S8SXTJBJ9M4Yok08pu9vxdJwdlGRhVumk9mEhkEvKGifwA==
dependencies:
"@types/hast" "^3.0.0"
hast-util-is-element@^3.0.0:
version "3.0.0"
- resolved "https://registry.yarnpkg.com/hast-util-is-element/-/hast-util-is-element-3.0.0.tgz#6e31a6532c217e5b533848c7e52c9d9369ca0932"
+ resolved "https://registry.npmjs.org/hast-util-is-element/-/hast-util-is-element-3.0.0.tgz"
integrity sha512-Val9mnv2IWpLbNPqc/pUem+a7Ipj2aHacCwgNfTiK0vJKl0LF+4Ba4+v1oPHFpf3bLYmreq0/l3Gud9S5OH42g==
dependencies:
"@types/hast" "^3.0.0"
hast-util-parse-selector@^2.0.0:
version "2.2.5"
- resolved "https://registry.yarnpkg.com/hast-util-parse-selector/-/hast-util-parse-selector-2.2.5.tgz#d57c23f4da16ae3c63b3b6ca4616683313499c3a"
+ resolved "https://registry.npmjs.org/hast-util-parse-selector/-/hast-util-parse-selector-2.2.5.tgz"
integrity sha512-7j6mrk/qqkSehsM92wQjdIgWM2/BW61u/53G6xmC8i1OmEdKLHbk419QKQUjz6LglWsfqoiHmyMRkP1BGjecNQ==
hast-util-raw@6.0.1:
version "6.0.1"
- resolved "https://registry.yarnpkg.com/hast-util-raw/-/hast-util-raw-6.0.1.tgz#973b15930b7529a7b66984c98148b46526885977"
+ resolved "https://registry.npmjs.org/hast-util-raw/-/hast-util-raw-6.0.1.tgz"
integrity sha512-ZMuiYA+UF7BXBtsTBNcLBF5HzXzkyE6MLzJnL605LKE8GJylNjGc4jjxazAHUtcwT5/CEt6afRKViYB4X66dig==
dependencies:
"@types/hast" "^2.0.0"
@@ -12979,7 +11507,7 @@ hast-util-raw@6.0.1:
hast-util-to-parse5@^6.0.0:
version "6.0.0"
- resolved "https://registry.yarnpkg.com/hast-util-to-parse5/-/hast-util-to-parse5-6.0.0.tgz#1ec44650b631d72952066cea9b1445df699f8479"
+ resolved "https://registry.npmjs.org/hast-util-to-parse5/-/hast-util-to-parse5-6.0.0.tgz"
integrity sha512-Lu5m6Lgm/fWuz8eWnrKezHtVY83JeRGaNQ2kn9aJgqaxvVkFCZQBEhgodZUDUvoodgyROHDb3r5IxAEdl6suJQ==
dependencies:
hast-to-hyperscript "^9.0.0"
@@ -12990,14 +11518,14 @@ hast-util-to-parse5@^6.0.0:
hast-util-to-string@^3.0.0:
version "3.0.0"
- resolved "https://registry.yarnpkg.com/hast-util-to-string/-/hast-util-to-string-3.0.0.tgz#2a131948b4b1b26461a2c8ac876e2c88d02946bd"
+ resolved "https://registry.npmjs.org/hast-util-to-string/-/hast-util-to-string-3.0.0.tgz"
integrity sha512-OGkAxX1Ua3cbcW6EJ5pT/tslVb90uViVkcJ4ZZIMW/R33DX/AkcJcRrPebPwJkHYwlDHXz4aIwvAAaAdtrACFA==
dependencies:
"@types/hast" "^3.0.0"
hastscript@^6.0.0:
version "6.0.0"
- resolved "https://registry.yarnpkg.com/hastscript/-/hastscript-6.0.0.tgz#e8768d7eac56c3fdeac8a92830d58e811e5bf640"
+ resolved "https://registry.npmjs.org/hastscript/-/hastscript-6.0.0.tgz"
integrity sha512-nDM6bvd7lIqDUiYEiu5Sl/+6ReP0BMk/2f4U/Rooccxkj0P5nm+acM5PrGJ/t5I8qPGiqZSE6hVAwZEdZIvP4w==
dependencies:
"@types/hast" "^2.0.0"
@@ -13008,17 +11536,12 @@ hastscript@^6.0.0:
he@^1.2.0:
version "1.2.0"
- resolved "https://registry.yarnpkg.com/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f"
+ resolved "https://registry.npmjs.org/he/-/he-1.2.0.tgz"
integrity sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==
-hex-color-regex@^1.1.0:
- version "1.1.0"
- resolved "https://registry.yarnpkg.com/hex-color-regex/-/hex-color-regex-1.1.0.tgz#4c06fccb4602fe2602b3c93df82d7e7dbf1a8a8e"
- integrity sha512-l9sfDFsuqtOqKDsQdqrMRk0U85RZc0RtOR9yPI7mRVOa4FsR/BVnZ0shmQRM96Ji99kYZP/7hn1cedc1+ApsTQ==
-
history@^4.9.0:
version "4.10.1"
- resolved "https://registry.yarnpkg.com/history/-/history-4.10.1.tgz#33371a65e3a83b267434e2b3f3b1b4c58aad4cf3"
+ resolved "https://registry.npmjs.org/history/-/history-4.10.1.tgz"
integrity sha512-36nwAD620w12kuzPAsyINPWJqlNbij+hpK1k9XRloDtym8mxzGYl2c17LnV6IAGB2Dmg4tEa7G7DlawS0+qjew==
dependencies:
"@babel/runtime" "^7.1.2"
@@ -13030,7 +11553,7 @@ history@^4.9.0:
hmac-drbg@^1.0.1:
version "1.0.1"
- resolved "https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1"
+ resolved "https://registry.npmjs.org/hmac-drbg/-/hmac-drbg-1.0.1.tgz"
integrity sha512-Tti3gMqLdZfhOQY1Mzf/AanLiqh1WTiJgEj26ZuYQ9fbkLomzGchCws4FyrSd4VkpBfiNhaE1On+lOz894jvXg==
dependencies:
hash.js "^1.0.3"
@@ -13039,31 +11562,31 @@ hmac-drbg@^1.0.1:
hoist-non-react-statics@^3.1.0:
version "3.3.2"
- resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz#ece0acaf71d62c2969c2ec59feff42a4b1a85b45"
+ resolved "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz"
integrity sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==
dependencies:
react-is "^16.7.0"
hoopy@^0.1.4:
version "0.1.4"
- resolved "https://registry.yarnpkg.com/hoopy/-/hoopy-0.1.4.tgz#609207d661100033a9a9402ad3dea677381c1b1d"
+ resolved "https://registry.npmjs.org/hoopy/-/hoopy-0.1.4.tgz"
integrity sha512-HRcs+2mr52W0K+x8RzcLzuPPmVIKMSv97RGHy0Ea9y/mpcaK+xTrjICA04KAHi4GRzxliNqNJEFYWHghy3rSfQ==
hosted-git-info@^2.1.4:
version "2.8.9"
- resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.9.tgz#dffc0bf9a21c02209090f2aa69429e1414daf3f9"
+ resolved "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz"
integrity sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==
hosted-git-info@^4.0.1:
version "4.1.0"
- resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-4.1.0.tgz#827b82867e9ff1c8d0c4d9d53880397d2c86d224"
+ resolved "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-4.1.0.tgz"
integrity sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==
dependencies:
lru-cache "^6.0.0"
hpack.js@^2.1.6:
version "2.1.6"
- resolved "https://registry.yarnpkg.com/hpack.js/-/hpack.js-2.1.6.tgz#87774c0949e513f42e84575b3c45681fade2a0b2"
+ resolved "https://registry.npmjs.org/hpack.js/-/hpack.js-2.1.6.tgz"
integrity sha512-zJxVehUdMGIKsRaNt7apO2Gqp0BdqW5yaiGHXXmbpvxgBYVZnAql+BJb4RO5ad2MgpbZKn5G6nMnegrH1FcNYQ==
dependencies:
inherits "^2.0.1"
@@ -13071,19 +11594,9 @@ hpack.js@^2.1.6:
readable-stream "^2.0.1"
wbuf "^1.1.0"
-hsl-regex@^1.0.0:
- version "1.0.0"
- resolved "https://registry.yarnpkg.com/hsl-regex/-/hsl-regex-1.0.0.tgz#d49330c789ed819e276a4c0d272dffa30b18fe6e"
- integrity sha512-M5ezZw4LzXbBKMruP+BNANf0k+19hDQMgpzBIYnya//Al+fjNct9Wf3b1WedLqdEs2hKBvxq/jh+DsHJLj0F9A==
-
-hsla-regex@^1.0.0:
- version "1.0.0"
- resolved "https://registry.yarnpkg.com/hsla-regex/-/hsla-regex-1.0.0.tgz#c1ce7a3168c8c6614033a4b5f7877f3b225f9c38"
- integrity sha512-7Wn5GMLuHBjZCb2bTmnDOycho0p/7UVaAeqXZGbHrBCl6Yd/xDhQJAXe6Ga9AXJH2I5zY1dEdYw2u1UptnSBJA==
-
html-element-map@^1.2.0:
version "1.3.1"
- resolved "https://registry.yarnpkg.com/html-element-map/-/html-element-map-1.3.1.tgz#44b2cbcfa7be7aa4ff59779e47e51012e1c73c08"
+ resolved "https://registry.npmjs.org/html-element-map/-/html-element-map-1.3.1.tgz"
integrity sha512-6XMlxrAFX4UEEGxctfFnmrFaaZFNf9i5fNuV5wZ3WWQ4FVaNP1aX1LkX9j2mfEx1NpjeE/rL3nmgEn23GdFmrg==
dependencies:
array.prototype.filter "^1.0.0"
@@ -13091,42 +11604,24 @@ html-element-map@^1.2.0:
html-encoding-sniffer@^2.0.1:
version "2.0.1"
- resolved "https://registry.yarnpkg.com/html-encoding-sniffer/-/html-encoding-sniffer-2.0.1.tgz#42a6dc4fd33f00281176e8b23759ca4e4fa185f3"
+ resolved "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-2.0.1.tgz"
integrity sha512-D5JbOMBIR/TVZkubHT+OyT2705QvogUW4IBn6nHd756OwieSF9aDYFj4dv6HHEVGYbHaLETa3WggZYWWMyy3ZQ==
dependencies:
whatwg-encoding "^1.0.5"
-html-entities@^1.2.1, html-entities@^1.3.1:
- version "1.4.0"
- resolved "https://registry.yarnpkg.com/html-entities/-/html-entities-1.4.0.tgz#cfbd1b01d2afaf9adca1b10ae7dffab98c71d2dc"
- integrity sha512-8nxjcBcd8wovbeKx7h3wTji4e6+rhaVuPNpMqwWgnHh+N9ToqsCs6XztWRBPQ+UtzsoMAdKZtUENoVzU/EMtZA==
-
html-entities@^2.1.0, html-entities@^2.3.2:
version "2.5.2"
- resolved "https://registry.yarnpkg.com/html-entities/-/html-entities-2.5.2.tgz#201a3cf95d3a15be7099521620d19dfb4f65359f"
+ resolved "https://registry.npmjs.org/html-entities/-/html-entities-2.5.2.tgz"
integrity sha512-K//PSRMQk4FZ78Kyau+mZurHn3FH0Vwr+H36eE0rPbeYkRRi9YxceYPhuN60UwWorxyKHhqoAJl2OFKa4BVtaA==
html-escaper@^2.0.0, html-escaper@^2.0.2:
version "2.0.2"
- resolved "https://registry.yarnpkg.com/html-escaper/-/html-escaper-2.0.2.tgz#dfd60027da36a36dfcbe236262c00a5822681453"
+ resolved "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz"
integrity sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==
-html-minifier-terser@^5.0.1:
- version "5.1.1"
- resolved "https://registry.yarnpkg.com/html-minifier-terser/-/html-minifier-terser-5.1.1.tgz#922e96f1f3bb60832c2634b79884096389b1f054"
- integrity sha512-ZPr5MNObqnV/T9akshPKbVgyOqLmy+Bxo7juKCfTfnjNniTAMdy4hz21YQqoofMBJD2kdREaqPPdThoR78Tgxg==
- dependencies:
- camel-case "^4.1.1"
- clean-css "^4.2.3"
- commander "^4.1.1"
- he "^1.2.0"
- param-case "^3.0.3"
- relateurl "^0.2.7"
- terser "^4.6.3"
-
html-minifier-terser@^6.0.2, html-minifier-terser@^6.1.0:
version "6.1.0"
- resolved "https://registry.yarnpkg.com/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz#bfc818934cc07918f6b3669f5774ecdfd48f32ab"
+ resolved "https://registry.npmjs.org/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz"
integrity sha512-YXxSlJBZTP7RS3tWnQw74ooKa6L9b9i9QYXY21eUEvhZ3u9XLfv6OnFsQq6RxkhHygsaUMvYsZRV5rU/OVNZxw==
dependencies:
camel-case "^4.1.2"
@@ -13139,32 +11634,17 @@ html-minifier-terser@^6.0.2, html-minifier-terser@^6.1.0:
html-tags@^3.1.0, html-tags@^3.2.0:
version "3.3.1"
- resolved "https://registry.yarnpkg.com/html-tags/-/html-tags-3.3.1.tgz#a04026a18c882e4bba8a01a3d39cfe465d40b5ce"
+ resolved "https://registry.npmjs.org/html-tags/-/html-tags-3.3.1.tgz"
integrity sha512-ztqyC3kLto0e9WbNp0aeP+M3kTt+nbaIveGmUxAtZa+8iFgKLUOD4YKM5j+f3QD89bra7UeumolZHKuOXnTmeQ==
html-void-elements@^1.0.0:
version "1.0.5"
- resolved "https://registry.yarnpkg.com/html-void-elements/-/html-void-elements-1.0.5.tgz#ce9159494e86d95e45795b166c2021c2cfca4483"
+ resolved "https://registry.npmjs.org/html-void-elements/-/html-void-elements-1.0.5.tgz"
integrity sha512-uE/TxKuyNIcx44cIWnjr/rfIATDH7ZaOMmstu0CwhFG1Dunhlp4OC6/NMbhiwoq5BpW0ubi303qnEk/PZj614w==
-html-webpack-plugin@4.5.0:
- version "4.5.0"
- resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-4.5.0.tgz#625097650886b97ea5dae331c320e3238f6c121c"
- integrity sha512-MouoXEYSjTzCrjIxWwg8gxL5fE2X2WZJLmBYXlaJhQUH5K/b5OrqmV7T4dB7iu0xkmJ6JlUuV6fFVtnqbPopZw==
- dependencies:
- "@types/html-minifier-terser" "^5.0.0"
- "@types/tapable" "^1.0.5"
- "@types/webpack" "^4.41.8"
- html-minifier-terser "^5.0.1"
- loader-utils "^1.2.3"
- lodash "^4.17.15"
- pretty-error "^2.1.1"
- tapable "^1.1.3"
- util.promisify "1.0.0"
-
html-webpack-plugin@^5.5.0:
version "5.6.0"
- resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-5.6.0.tgz#50a8fa6709245608cb00e811eacecb8e0d7b7ea0"
+ resolved "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.6.0.tgz"
integrity sha512-iwaY4wzbe48AfKLZ/Cc8k0L+FKG6oSNRaZ8x5A/T/IVDGyXcbHncM9TdDa93wn0FsSm82FhTKW7f3vS61thXAw==
dependencies:
"@types/html-minifier-terser" "^6.0.0"
@@ -13175,7 +11655,7 @@ html-webpack-plugin@^5.5.0:
htmlparser2@^6.1.0:
version "6.1.0"
- resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-6.1.0.tgz#c4d762b6c3371a05dbe65e94ae43a9f845fb8fb7"
+ resolved "https://registry.npmjs.org/htmlparser2/-/htmlparser2-6.1.0.tgz"
integrity sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A==
dependencies:
domelementtype "^2.0.1"
@@ -13185,7 +11665,7 @@ htmlparser2@^6.1.0:
htmlparser2@^8.0.1:
version "8.0.2"
- resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-8.0.2.tgz#f002151705b383e62433b5cf466f5b716edaec21"
+ resolved "https://registry.npmjs.org/htmlparser2/-/htmlparser2-8.0.2.tgz"
integrity sha512-GYdjWKDkbRLkZ5geuHs5NY1puJ+PXwP7+fHPRz06Eirsb9ugf6d8kkXav6ADhcODhFFPMIXyxkxSuMf3D6NCFA==
dependencies:
domelementtype "^2.3.0"
@@ -13195,7 +11675,7 @@ htmlparser2@^8.0.1:
http-auth@3.1.x:
version "3.1.3"
- resolved "https://registry.yarnpkg.com/http-auth/-/http-auth-3.1.3.tgz#945cfadd66521eaf8f7c84913d377d7b15f24e31"
+ resolved "https://registry.npmjs.org/http-auth/-/http-auth-3.1.3.tgz"
integrity sha512-Jbx0+ejo2IOx+cRUYAGS1z6RGc6JfYUNkysZM4u4Sfk1uLlGv814F7/PIjQQAuThLdAWxb74JMGd5J8zex1VQg==
dependencies:
apache-crypt "^1.1.2"
@@ -13205,17 +11685,27 @@ http-auth@3.1.x:
http-cache-semantics@^4.0.0:
version "4.1.1"
- resolved "https://registry.yarnpkg.com/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz#abe02fcb2985460bf0323be664436ec3476a6d5a"
+ resolved "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz"
integrity sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==
http-deceiver@^1.2.7:
version "1.2.7"
- resolved "https://registry.yarnpkg.com/http-deceiver/-/http-deceiver-1.2.7.tgz#fa7168944ab9a519d337cb0bec7284dc3e723d87"
+ resolved "https://registry.npmjs.org/http-deceiver/-/http-deceiver-1.2.7.tgz"
integrity sha512-LmpOGxTfbpgtGVxJrj5k7asXHCgNZp5nLfp+hWc8QQRqtb7fUy6kRY3BO1h9ddF6yIPYUARgxGOwB42DnxIaNw==
+http-errors@~1.6.2:
+ version "1.6.3"
+ resolved "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz"
+ integrity sha512-lks+lVC8dgGyh97jxvxeYTWQFvh4uw4yC12gVl63Cg30sjPX4wuGcdkICVXDAESr6OJGjqGA8Iz5mkeN6zlD7A==
+ dependencies:
+ depd "~1.1.2"
+ inherits "2.0.3"
+ setprototypeof "1.1.0"
+ statuses ">= 1.4.0 < 2"
+
http-errors@2.0.0:
version "2.0.0"
- resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-2.0.0.tgz#b7774a1486ef73cf7667ac9ae0858c012c57b9d3"
+ resolved "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz"
integrity sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==
dependencies:
depd "2.0.0"
@@ -13224,43 +11714,23 @@ http-errors@2.0.0:
statuses "2.0.1"
toidentifier "1.0.1"
-http-errors@~1.6.2:
- version "1.6.3"
- resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-1.6.3.tgz#8b55680bb4be283a0b5bf4ea2e38580be1d9320d"
- integrity sha512-lks+lVC8dgGyh97jxvxeYTWQFvh4uw4yC12gVl63Cg30sjPX4wuGcdkICVXDAESr6OJGjqGA8Iz5mkeN6zlD7A==
- dependencies:
- depd "~1.1.2"
- inherits "2.0.3"
- setprototypeof "1.1.0"
- statuses ">= 1.4.0 < 2"
-
http-parser-js@>=0.5.1:
version "0.5.8"
- resolved "https://registry.yarnpkg.com/http-parser-js/-/http-parser-js-0.5.8.tgz#af23090d9ac4e24573de6f6aecc9d84a48bf20e3"
+ resolved "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.5.8.tgz"
integrity sha512-SGeBX54F94Wgu5RH3X5jsDtf4eHyRogWX1XGT3b4HuW3tQPM4AaBzoUji/4AAJNXCEOWZ5O0DgZmJw1947gD5Q==
http-proxy-agent@^4.0.1:
version "4.0.1"
- resolved "https://registry.yarnpkg.com/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz#8a8c8ef7f5932ccf953c296ca8291b95aa74aa3a"
+ resolved "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz"
integrity sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==
dependencies:
"@tootallnate/once" "1"
agent-base "6"
debug "4"
-http-proxy-middleware@0.19.1:
- version "0.19.1"
- resolved "https://registry.yarnpkg.com/http-proxy-middleware/-/http-proxy-middleware-0.19.1.tgz#183c7dc4aa1479150306498c210cdaf96080a43a"
- integrity sha512-yHYTgWMQO8VvwNS22eLLloAkvungsKdKTLO8AJlftYIKNfJr3GK3zK0ZCfzDDGUBttdGc8xFy1mCitvNKQtC3Q==
- dependencies:
- http-proxy "^1.17.0"
- is-glob "^4.0.0"
- lodash "^4.17.11"
- micromatch "^3.1.10"
-
http-proxy-middleware@^2.0.3:
version "2.0.6"
- resolved "https://registry.yarnpkg.com/http-proxy-middleware/-/http-proxy-middleware-2.0.6.tgz#e1a4dd6979572c7ab5a4e4b55095d1f32a74963f"
+ resolved "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-2.0.6.tgz"
integrity sha512-ya/UeJ6HVBYxrgYotAZo1KvPWlgB48kUJLDePFeneHsVujFaW5WNj2NgWCAE//B1Dl02BIfYlpNgBy8Kf8Rjmw==
dependencies:
"@types/http-proxy" "^1.17.8"
@@ -13269,9 +11739,9 @@ http-proxy-middleware@^2.0.3:
is-plain-obj "^3.0.0"
micromatch "^4.0.2"
-http-proxy@^1.17.0, http-proxy@^1.18.1:
+http-proxy@^1.18.1:
version "1.18.1"
- resolved "https://registry.yarnpkg.com/http-proxy/-/http-proxy-1.18.1.tgz#401541f0534884bbf95260334e72f88ee3976549"
+ resolved "https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.1.tgz"
integrity sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==
dependencies:
eventemitter3 "^4.0.0"
@@ -13280,7 +11750,7 @@ http-proxy@^1.17.0, http-proxy@^1.18.1:
http-signature@~1.2.0:
version "1.2.0"
- resolved "https://registry.yarnpkg.com/http-signature/-/http-signature-1.2.0.tgz#9aecd925114772f3d95b65a60abb8f7c18fbace1"
+ resolved "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz"
integrity sha512-CAbnr6Rz4CYQkLYUtSNXxQPUH2gK8f3iWexVlsnMeD+GjlsQ0Xsy1cOX+mN3dtxYomRy21CiOzU8Uhw6OwncEQ==
dependencies:
assert-plus "^1.0.0"
@@ -13289,21 +11759,16 @@ http-signature@~1.2.0:
http-signature@~1.3.6:
version "1.3.6"
- resolved "https://registry.yarnpkg.com/http-signature/-/http-signature-1.3.6.tgz#cb6fbfdf86d1c974f343be94e87f7fc128662cf9"
+ resolved "https://registry.npmjs.org/http-signature/-/http-signature-1.3.6.tgz"
integrity sha512-3adrsD6zqo4GsTqtO7FyrejHNv+NgiIfAfv68+jVlFmSr9OGy7zrxONceFRLKvnnZA5jbxQBX1u9PpB6Wi32Gw==
dependencies:
assert-plus "^1.0.0"
jsprim "^2.0.2"
sshpk "^1.14.1"
-https-browserify@^1.0.0:
- version "1.0.0"
- resolved "https://registry.yarnpkg.com/https-browserify/-/https-browserify-1.0.0.tgz#ec06c10e0a34c0f2faf199f7fd7fc78fffd03c73"
- integrity sha512-J+FkSdyD+0mA0N+81tMotaRMfSL9SGi+xpD3T6YApKsc3bGSXJlfXri3VyFOeYkfLRQisDk1W+jIFFKBeUBbBg==
-
https-proxy-agent@^5.0.0:
version "5.0.1"
- resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz#c59ef224a04fe8b754f3db0063a25ea30d0005d6"
+ resolved "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz"
integrity sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==
dependencies:
agent-base "6"
@@ -13311,34 +11776,34 @@ https-proxy-agent@^5.0.0:
human-signals@^1.1.1:
version "1.1.1"
- resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-1.1.1.tgz#c5b1cd14f50aeae09ab6c59fe63ba3395fe4dfa3"
+ resolved "https://registry.npmjs.org/human-signals/-/human-signals-1.1.1.tgz"
integrity sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==
human-signals@^2.1.0:
version "2.1.0"
- resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0"
+ resolved "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz"
integrity sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==
human-signals@^5.0.0:
version "5.0.0"
- resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-5.0.0.tgz#42665a284f9ae0dade3ba41ebc37eb4b852f3a28"
+ resolved "https://registry.npmjs.org/human-signals/-/human-signals-5.0.0.tgz"
integrity sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==
husky@^7.0.2:
version "7.0.4"
- resolved "https://registry.yarnpkg.com/husky/-/husky-7.0.4.tgz#242048245dc49c8fb1bf0cc7cfb98dd722531535"
+ resolved "https://registry.npmjs.org/husky/-/husky-7.0.4.tgz"
integrity sha512-vbaCKN2QLtP/vD4yvs6iz6hBEo6wkSzs8HpRah1Z6aGmF2KW5PdYuAd7uX5a+OyBZHBhd+TFLqgjUgytQr4RvQ==
hyperscript-html@^2.0.0:
version "2.0.0"
- resolved "https://registry.yarnpkg.com/hyperscript-html/-/hyperscript-html-2.0.0.tgz#02cc9ba3040853ed311d70bb30630cc73ccb0bbd"
+ resolved "https://registry.npmjs.org/hyperscript-html/-/hyperscript-html-2.0.0.tgz"
integrity sha512-y6MgsjwGkBL8Pm/8RYVe/3Tu1gpBoymJjPNrtGuIRyjXVCm2p1iqA5gA98bRZOBrJO+7QaEPOD09oqqzhqkEnQ==
dependencies:
zenhand "^2.0.0"
i18next-conv@^9:
version "9.2.1"
- resolved "https://registry.yarnpkg.com/i18next-conv/-/i18next-conv-9.2.1.tgz#1f876a31b88a12d1fd830485a6926b8a1c88feb5"
+ resolved "https://registry.npmjs.org/i18next-conv/-/i18next-conv-9.2.1.tgz"
integrity sha512-RAlQIIf5BFfEywqd/1R9W4S3bGL+6qMKD/HKfnSisw9K5tSx4chQKf6pbBNzMyaoTBqWy+ZHS27ZmxE5GIGgag==
dependencies:
bluebird "^3.5.3"
@@ -13348,180 +11813,145 @@ i18next-conv@^9:
mkdirp "^0.5.1"
node-gettext "^2.0.0"
-i18next-scanner@^2.10.3:
- version "2.11.0"
- resolved "https://registry.yarnpkg.com/i18next-scanner/-/i18next-scanner-2.11.0.tgz#58c7ffadd5192cdb2b1b2a6c743b1314050ccb4c"
- integrity sha512-/QqbSnUj9v6EwndaWeHp8NkHqLKAIHSlI1HXSyLdIPKWYM+Fnpk2tjnyjP8qn7L0rLT7HLH4bvyiw61wOIxf0A==
+i18next-scanner@^3.3.0:
+ version "3.3.0"
+ resolved "https://registry.npmjs.org/i18next-scanner/-/i18next-scanner-3.3.0.tgz"
+ integrity sha512-wVCv2HCpFWi/KIU/UiWgzUZg3Ih9zO8GLRv0aAQWJ7LUukrLaNkzdtVdkED6b4AiEDfCuM4X1KLcBi+pvL6JzQ==
dependencies:
- acorn "^6.0.0"
+ acorn "^8.0.4"
acorn-dynamic-import "^4.0.0"
- acorn-jsx "^5.2.0"
- acorn-stage3 "^2.0.0"
- acorn-walk "^6.0.0"
- chalk "^2.4.1"
+ acorn-jsx "^5.3.1"
+ acorn-stage3 "^4.0.0"
+ acorn-walk "^8.0.0"
+ chalk "^4.1.0"
clone-deep "^4.0.0"
- commander "^3.0.1"
+ commander "^6.2.0"
deepmerge "^4.0.0"
ensure-array "^1.0.0"
eol "^0.9.1"
- esprima "^4.0.0"
+ esprima-next "^5.7.0"
gulp-sort "^2.0.0"
i18next "*"
lodash "^4.0.0"
- parse5 "^5.0.0"
- sortobject "^1.1.1"
- through2 "^3.0.1"
+ parse5 "^6.0.0"
+ sortobject "^4.0.0"
+ through2 "^4.0.0"
vinyl "^2.2.0"
vinyl-fs "^3.0.1"
i18next@*:
version "23.12.2"
- resolved "https://registry.yarnpkg.com/i18next/-/i18next-23.12.2.tgz#c5b44bb95e4d4a5908a51577fa06c63dc2f650a4"
+ resolved "https://registry.npmjs.org/i18next/-/i18next-23.12.2.tgz"
integrity sha512-XIeh5V+bi8SJSWGL3jqbTEBW5oD6rbP5L+E7dVQh1MNTxxYef0x15rhJVcRb7oiuq4jLtgy2SD8eFlf6P2cmqg==
dependencies:
"@babel/runtime" "^7.23.2"
i18next@^10.3:
version "10.6.0"
- resolved "https://registry.yarnpkg.com/i18next/-/i18next-10.6.0.tgz#90ffd9f9bc617f34b9a12e037260f524445f7684"
+ resolved "https://registry.npmjs.org/i18next/-/i18next-10.6.0.tgz"
integrity sha512-ycRlN145kQf8EsyDAzMfjqv1ZT1Jwp7P2H/07bP8JLWm+7cSLD4XqlJOvq4mKVS2y2mMIy10lX9ZeYUdQ0qSRw==
-iconv-lite@0.4.24, iconv-lite@^0.4.24:
+iconv-lite@^0.4.24, iconv-lite@0.4.24:
version "0.4.24"
- resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b"
+ resolved "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz"
integrity sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==
dependencies:
safer-buffer ">= 2.1.2 < 3"
-iconv-lite@^0.6.2, iconv-lite@^0.6.3:
+iconv-lite@^0.6.2:
version "0.6.3"
- resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.6.3.tgz#a52f80bf38da1952eb5c681790719871a1a72501"
+ resolved "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz"
integrity sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==
dependencies:
safer-buffer ">= 2.1.2 < 3.0.0"
-icss-utils@^4.0.0, icss-utils@^4.1.1:
- version "4.1.1"
- resolved "https://registry.yarnpkg.com/icss-utils/-/icss-utils-4.1.1.tgz#21170b53789ee27447c2f47dd683081403f9a467"
- integrity sha512-4aFq7wvWyMHKgxsH8QQtGpvbASCf+eM3wPRLI6R+MgAnTCZ6STYsRvttLvRWK0Nfif5piF394St3HeJDaljGPA==
+iconv-lite@^0.6.3:
+ version "0.6.3"
+ resolved "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz"
+ integrity sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==
dependencies:
- postcss "^7.0.14"
+ safer-buffer ">= 2.1.2 < 3.0.0"
icss-utils@^5.0.0, icss-utils@^5.1.0:
version "5.1.0"
- resolved "https://registry.yarnpkg.com/icss-utils/-/icss-utils-5.1.0.tgz#c6be6858abd013d768e98366ae47e25d5887b1ae"
+ resolved "https://registry.npmjs.org/icss-utils/-/icss-utils-5.1.0.tgz"
integrity sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==
idb@^6.0.0:
version "6.1.5"
- resolved "https://registry.yarnpkg.com/idb/-/idb-6.1.5.tgz#dbc53e7adf1ac7c59f9b2bf56e00b4ea4fce8c7b"
+ resolved "https://registry.npmjs.org/idb/-/idb-6.1.5.tgz"
integrity sha512-IJtugpKkiVXQn5Y+LteyBCNk1N8xpGV3wWZk9EVtZWH8DYkjBn0bX1XnGP9RkyZF0sAcywa6unHqSWKe7q4LGw==
idb@^7.0.1:
version "7.1.1"
- resolved "https://registry.yarnpkg.com/idb/-/idb-7.1.1.tgz#d910ded866d32c7ced9befc5bfdf36f572ced72b"
+ resolved "https://registry.npmjs.org/idb/-/idb-7.1.1.tgz"
integrity sha512-gchesWBzyvGHRO9W8tzUWFDycow5gwjvFKfyV9FF32Y7F50yZMp7mP+T2mJIWFx49zicqyC4uefHM17o6xKIVQ==
-identity-obj-proxy@3.0.0, identity-obj-proxy@^3.0.0:
+identity-obj-proxy@^3.0.0:
version "3.0.0"
- resolved "https://registry.yarnpkg.com/identity-obj-proxy/-/identity-obj-proxy-3.0.0.tgz#94d2bda96084453ef36fbc5aaec37e0f79f1fc14"
+ resolved "https://registry.npmjs.org/identity-obj-proxy/-/identity-obj-proxy-3.0.0.tgz"
integrity sha512-00n6YnVHKrinT9t0d9+5yZC6UBNJANpYEQvL2LlX6Ab9lnmxzIRcEmTPuyGScvl1+jKuCICX1Z0Ab1pPKKdikA==
dependencies:
harmony-reflect "^1.4.6"
-ieee754@^1.1.13, ieee754@^1.1.4:
+ieee754@^1.1.13:
version "1.2.1"
- resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352"
+ resolved "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz"
integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==
-iferr@^0.1.5:
- version "0.1.5"
- resolved "https://registry.yarnpkg.com/iferr/-/iferr-0.1.5.tgz#c60eed69e6d8fdb6b3104a1fcbca1c192dc5b501"
- integrity sha512-DUNFN5j7Tln0D+TxzloUjKB+CtVu6myn0JEFak6dG18mNt9YkQ6lzGCdafwofISZ1lLF3xRHJ98VKy9ynkcFaA==
-
ignore@^3.3.5:
version "3.3.10"
- resolved "https://registry.yarnpkg.com/ignore/-/ignore-3.3.10.tgz#0a97fb876986e8081c631160f8f9f389157f0043"
+ resolved "https://registry.npmjs.org/ignore/-/ignore-3.3.10.tgz"
integrity sha512-Pgs951kaMm5GXP7MOvxERINe3gsaVjUWFm+UZPSq9xYriQAksyhg0csnS0KXSNRD5NmNdapXEpjxG49+AKh/ug==
-ignore@^4.0.3, ignore@^4.0.6:
+ignore@^4.0.3:
+ version "4.0.6"
+ resolved "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz"
+ integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==
+
+ignore@^4.0.6:
version "4.0.6"
- resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
+ resolved "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz"
integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==
-ignore@^5.1.4, ignore@^5.1.8, ignore@^5.2.0, ignore@^5.2.4:
+ignore@^5.2.0, ignore@^5.2.4:
version "5.3.1"
- resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.1.tgz#5073e554cd42c5b33b394375f538b8593e34d4ef"
+ resolved "https://registry.npmjs.org/ignore/-/ignore-5.3.1.tgz"
integrity sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==
image-size@^1.0.1:
version "1.1.1"
- resolved "https://registry.yarnpkg.com/image-size/-/image-size-1.1.1.tgz#ddd67d4dc340e52ac29ce5f546a09f4e29e840ac"
+ resolved "https://registry.npmjs.org/image-size/-/image-size-1.1.1.tgz"
integrity sha512-541xKlUw6jr/6gGuk92F+mYM5zaFAc5ahphvkqvNe2bQ6gVBkd6bfrmVJ2t4KDAfikAYZyIqTnktX3i6/aQDrQ==
dependencies:
queue "6.0.2"
-immer@1.10.0:
- version "1.10.0"
- resolved "https://registry.yarnpkg.com/immer/-/immer-1.10.0.tgz#bad67605ba9c810275d91e1c2a47d4582e98286d"
- integrity sha512-O3sR1/opvCDGLEVcvrGTMtLac8GJ5IwZC4puPrLuRj3l7ICKvkmA0vGuU9OW8mV9WIBRnaxp5GJh9IEAaNOoYg==
-
-immer@8.0.1:
- version "8.0.1"
- resolved "https://registry.yarnpkg.com/immer/-/immer-8.0.1.tgz#9c73db683e2b3975c424fb0572af5889877ae656"
- integrity sha512-aqXhGP7//Gui2+UrEtvxZxSquQVXTpZ7KDxfCcKAF3Vysvw0CViVaW9RZ1j1xlIYqaaaipBoqdqeibkc18PNvA==
-
immer@^9.0.7:
version "9.0.21"
- resolved "https://registry.yarnpkg.com/immer/-/immer-9.0.21.tgz#1e025ea31a40f24fb064f1fef23e931496330176"
+ resolved "https://registry.npmjs.org/immer/-/immer-9.0.21.tgz"
integrity sha512-bc4NBHqOqSfRW7POMkHd51LvClaeMXpm8dx0e8oE2GORbq5aRK7Bxl4FyzVLdGtLmvLKL7BTDBG5ACQm4HWjTA==
-import-cwd@^2.0.0:
- version "2.1.0"
- resolved "https://registry.yarnpkg.com/import-cwd/-/import-cwd-2.1.0.tgz#aa6cf36e722761285cb371ec6519f53e2435b0a9"
- integrity sha512-Ew5AZzJQFqrOV5BTW3EIoHAnoie1LojZLXKcCQ/yTRyVZosBhK1x1ViYjHGf5pAFOq8ZyChZp6m/fSN7pJyZtg==
- dependencies:
- import-from "^2.1.0"
-
-import-fresh@^2.0.0:
- version "2.0.0"
- resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-2.0.0.tgz#d81355c15612d386c61f9ddd3922d4304822a546"
- integrity sha512-eZ5H8rcgYazHbKC3PG4ClHNykCSxtAhxSSEM+2mb+7evD2CKF5V7c0dNum7AdpDh0ZdICwZY9sRSn8f+KH96sg==
- dependencies:
- caller-path "^2.0.0"
- resolve-from "^3.0.0"
+immer@1.10.0:
+ version "1.10.0"
+ resolved "https://registry.npmjs.org/immer/-/immer-1.10.0.tgz"
+ integrity sha512-O3sR1/opvCDGLEVcvrGTMtLac8GJ5IwZC4puPrLuRj3l7ICKvkmA0vGuU9OW8mV9WIBRnaxp5GJh9IEAaNOoYg==
import-fresh@^3.0.0, import-fresh@^3.1.0, import-fresh@^3.2.1, import-fresh@^3.3.0:
version "3.3.0"
- resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
+ resolved "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz"
integrity sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==
dependencies:
parent-module "^1.0.0"
resolve-from "^4.0.0"
-import-from@^2.1.0:
- version "2.1.0"
- resolved "https://registry.yarnpkg.com/import-from/-/import-from-2.1.0.tgz#335db7f2a7affd53aaa471d4b8021dee36b7f3b1"
- integrity sha512-0vdnLL2wSGnhlRmzHJAg5JHjt1l2vYhzJ7tNLGbeVg0fse56tpGaH0uzH+r9Slej+BSXXEHvBKDEnVSLLE9/+w==
- dependencies:
- resolve-from "^3.0.0"
-
import-lazy@^2.1.0:
version "2.1.0"
- resolved "https://registry.yarnpkg.com/import-lazy/-/import-lazy-2.1.0.tgz#05698e3d45c88e8d7e9d92cb0584e77f096f3e43"
+ resolved "https://registry.npmjs.org/import-lazy/-/import-lazy-2.1.0.tgz"
integrity sha512-m7ZEHgtw69qOGw+jwxXkHlrlIPdTGkyh66zXZ1ajZbxkDBNjSY/LGbmjc7h0s2ELsUDTAhFr55TrPSSqJGPG0A==
-import-local@^2.0.0:
- version "2.0.0"
- resolved "https://registry.yarnpkg.com/import-local/-/import-local-2.0.0.tgz#55070be38a5993cf18ef6db7e961f5bee5c5a09d"
- integrity sha512-b6s04m3O+s3CGSbqDIyP4R6aAwAeYlVq9+WUWep6iHa8ETRf9yei1U48C5MmfJmV9AiLYYBKPMq/W+/WRpQmCQ==
- dependencies:
- pkg-dir "^3.0.0"
- resolve-cwd "^2.0.0"
-
import-local@^3.0.2:
version "3.2.0"
- resolved "https://registry.yarnpkg.com/import-local/-/import-local-3.2.0.tgz#c3d5c745798c02a6f8b897726aba5100186ee260"
+ resolved "https://registry.npmjs.org/import-local/-/import-local-3.2.0.tgz"
integrity sha512-2SPlun1JUPWoM6t3F0dw0FkCF/jWY8kttcY4f599GLTSjh2OCuuhdTkJQsEcZzBqbXZGKMK2OqW1oZsjtf/gQA==
dependencies:
pkg-dir "^4.2.0"
@@ -13529,84 +11959,55 @@ import-local@^3.0.2:
imurmurhash@^0.1.4:
version "0.1.4"
- resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea"
+ resolved "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz"
integrity sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==
indent-string@^4.0.0:
version "4.0.0"
- resolved "https://registry.yarnpkg.com/indent-string/-/indent-string-4.0.0.tgz#624f8f4497d619b2d9768531d58f4122854d7251"
+ resolved "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz"
integrity sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==
-indexes-of@^1.0.1:
- version "1.0.1"
- resolved "https://registry.yarnpkg.com/indexes-of/-/indexes-of-1.0.1.tgz#f30f716c8e2bd346c7b67d3df3915566a7c05607"
- integrity sha512-bup+4tap3Hympa+JBJUG7XuOsdNQ6fxt0MHyXMKuLBKn0OqsTfvUxkUrroEX1+B2VsSHvCjiIcZVxRtYa4nllA==
-
-infer-owner@^1.0.3, infer-owner@^1.0.4:
- version "1.0.4"
- resolved "https://registry.yarnpkg.com/infer-owner/-/infer-owner-1.0.4.tgz#c4cefcaa8e51051c2a40ba2ce8a3d27295af9467"
- integrity sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A==
-
infima@0.2.0-alpha.43:
version "0.2.0-alpha.43"
- resolved "https://registry.yarnpkg.com/infima/-/infima-0.2.0-alpha.43.tgz#f7aa1d7b30b6c08afef441c726bac6150228cbe0"
+ resolved "https://registry.npmjs.org/infima/-/infima-0.2.0-alpha.43.tgz"
integrity sha512-2uw57LvUqW0rK/SWYnd/2rRfxNA5DDNOh33jxF7fy46VWoNhGxiUQyVZHbBMjQ33mQem0cjdDVwgWVAmlRfgyQ==
inflight@^1.0.4:
version "1.0.6"
- resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9"
+ resolved "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz"
integrity sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==
dependencies:
once "^1.3.0"
wrappy "1"
-inherits@2, inherits@2.0.4, inherits@^2.0.0, inherits@^2.0.1, inherits@^2.0.3, inherits@^2.0.4, inherits@~2.0.1, inherits@~2.0.3, inherits@~2.0.4:
+inherits@^2.0.0, inherits@^2.0.1, inherits@^2.0.3, inherits@^2.0.4, inherits@~2.0.3, inherits@~2.0.4, inherits@2, inherits@2.0.4:
version "2.0.4"
- resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
+ resolved "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz"
integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==
inherits@2.0.3:
version "2.0.3"
- resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"
+ resolved "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz"
integrity sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==
-ini@2.0.0:
- version "2.0.0"
- resolved "https://registry.yarnpkg.com/ini/-/ini-2.0.0.tgz#e5fd556ecdd5726be978fa1001862eacb0a94bc5"
- integrity sha512-7PnF4oN3CvZF23ADhA5wRaYEQpJ8qygSkbtTXWBeXWXmEVRXK+1ITciHWwHhsjv1TmW0MgacIv6hEi5pX5NQdA==
-
ini@^1.3.4, ini@^1.3.5, ini@~1.3.0:
version "1.3.8"
- resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.8.tgz#a29da425b48806f34767a4efce397269af28432c"
+ resolved "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz"
integrity sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==
+ini@2.0.0:
+ version "2.0.0"
+ resolved "https://registry.npmjs.org/ini/-/ini-2.0.0.tgz"
+ integrity sha512-7PnF4oN3CvZF23ADhA5wRaYEQpJ8qygSkbtTXWBeXWXmEVRXK+1ITciHWwHhsjv1TmW0MgacIv6hEi5pX5NQdA==
+
inline-style-parser@0.1.1:
version "0.1.1"
- resolved "https://registry.yarnpkg.com/inline-style-parser/-/inline-style-parser-0.1.1.tgz#ec8a3b429274e9c0a1f1c4ffa9453a7fef72cea1"
+ resolved "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.1.1.tgz"
integrity sha512-7NXolsK4CAS5+xvdj5OMMbI962hU/wvwoxk+LWR9Ek9bVtyuuYScDN6eS0rUm6TxApFpw7CX1o4uJzcd4AyD3Q==
-inquirer@7.0.4:
- version "7.0.4"
- resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-7.0.4.tgz#99af5bde47153abca23f5c7fc30db247f39da703"
- integrity sha512-Bu5Td5+j11sCkqfqmUTiwv+tWisMtP0L7Q8WrqA2C/BbBhy1YTdFrvjjlrKq8oagA/tLQBski2Gcx/Sqyi2qSQ==
- dependencies:
- ansi-escapes "^4.2.1"
- chalk "^2.4.2"
- cli-cursor "^3.1.0"
- cli-width "^2.0.0"
- external-editor "^3.0.3"
- figures "^3.0.0"
- lodash "^4.17.15"
- mute-stream "0.0.8"
- run-async "^2.2.0"
- rxjs "^6.5.3"
- string-width "^4.1.0"
- strip-ansi "^5.1.0"
- through "^2.3.6"
-
inquirer@^7.3.3:
version "7.3.3"
- resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-7.3.3.tgz#04d176b2af04afc157a83fd7c100e98ee0aad003"
+ resolved "https://registry.npmjs.org/inquirer/-/inquirer-7.3.3.tgz"
integrity sha512-JG3eIAj5V9CwcGvuOmoo6LB9kbAYT8HXffUl6memuszlwDC/qvFAJw49XJ5NROSFNPxp3iQg1GqkFhaY/CR0IA==
dependencies:
ansi-escapes "^4.2.1"
@@ -13623,17 +12024,28 @@ inquirer@^7.3.3:
strip-ansi "^6.0.0"
through "^2.3.6"
-internal-ip@^4.3.0:
- version "4.3.0"
- resolved "https://registry.yarnpkg.com/internal-ip/-/internal-ip-4.3.0.tgz#845452baad9d2ca3b69c635a137acb9a0dad0907"
- integrity sha512-S1zBo1D6zcsyuC6PMmY5+55YMILQ9av8lotMx447Bq6SAgo/sDK6y6uUKmuYhW7eacnIhFfsPmCNYdDzsnnDCg==
+inquirer@7.0.4:
+ version "7.0.4"
+ resolved "https://registry.npmjs.org/inquirer/-/inquirer-7.0.4.tgz"
+ integrity sha512-Bu5Td5+j11sCkqfqmUTiwv+tWisMtP0L7Q8WrqA2C/BbBhy1YTdFrvjjlrKq8oagA/tLQBski2Gcx/Sqyi2qSQ==
dependencies:
- default-gateway "^4.2.0"
- ipaddr.js "^1.9.0"
+ ansi-escapes "^4.2.1"
+ chalk "^2.4.2"
+ cli-cursor "^3.1.0"
+ cli-width "^2.0.0"
+ external-editor "^3.0.3"
+ figures "^3.0.0"
+ lodash "^4.17.15"
+ mute-stream "0.0.8"
+ run-async "^2.2.0"
+ rxjs "^6.5.3"
+ string-width "^4.1.0"
+ strip-ansi "^5.1.0"
+ through "^2.3.6"
internal-slot@^1.0.4, internal-slot@^1.0.7:
version "1.0.7"
- resolved "https://registry.yarnpkg.com/internal-slot/-/internal-slot-1.0.7.tgz#c06dcca3ed874249881007b0a5523b172a190802"
+ resolved "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.7.tgz"
integrity sha512-NGnrKwXzSms2qUUih/ILZ5JBqNTSa1+ZmP6flaIp6KmSElgE9qdndzS3cqjrDovwFdmwsGsLdeFgB6suw+1e9g==
dependencies:
es-errors "^1.3.0"
@@ -13642,54 +12054,34 @@ internal-slot@^1.0.4, internal-slot@^1.0.7:
interpret@^1.0.0:
version "1.4.0"
- resolved "https://registry.yarnpkg.com/interpret/-/interpret-1.4.0.tgz#665ab8bc4da27a774a40584e812e3e0fa45b1a1e"
+ resolved "https://registry.npmjs.org/interpret/-/interpret-1.4.0.tgz"
integrity sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==
invariant@^2.2.4:
version "2.2.4"
- resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.4.tgz#610f3c92c9359ce1db616e538008d23ff35158e6"
+ resolved "https://registry.npmjs.org/invariant/-/invariant-2.2.4.tgz"
integrity sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==
dependencies:
loose-envify "^1.0.0"
-ip-regex@^2.1.0:
- version "2.1.0"
- resolved "https://registry.yarnpkg.com/ip-regex/-/ip-regex-2.1.0.tgz#fa78bf5d2e6913c911ce9f819ee5146bb6d844e9"
- integrity sha512-58yWmlHpp7VYfcdTwMTvwMmqx/Elfxjd9RXTDyMsbL7lLWmhMylLEqiYVLKuLzOZqVgiWXD9MfR62Vv89VRxkw==
-
-ip@^1.1.0, ip@^1.1.5:
- version "1.1.9"
- resolved "https://registry.yarnpkg.com/ip/-/ip-1.1.9.tgz#8dfbcc99a754d07f425310b86a99546b1151e396"
- integrity sha512-cyRxvOEpNHNtchU3Ln9KC/auJgup87llfQpQ+t5ghoC/UhL16SWzbueiCsdTnWmqAWl7LadfuwhlqmtOaqMHdQ==
-
-ipaddr.js@1.9.1, ipaddr.js@^1.9.0:
- version "1.9.1"
- resolved "https://registry.yarnpkg.com/ipaddr.js/-/ipaddr.js-1.9.1.tgz#bff38543eeb8984825079ff3a2a8e6cbd46781b3"
- integrity sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==
-
ipaddr.js@^2.0.1:
version "2.2.0"
- resolved "https://registry.yarnpkg.com/ipaddr.js/-/ipaddr.js-2.2.0.tgz#d33fa7bac284f4de7af949638c9d68157c6b92e8"
+ resolved "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-2.2.0.tgz"
integrity sha512-Ag3wB2o37wslZS19hZqorUnrnzSkpOVy+IiiDEiTqNubEYpYuHWIf6K4psgN2ZWKExS4xhVCrRVfb/wfW8fWJA==
-is-absolute-url@^2.0.0:
- version "2.1.0"
- resolved "https://registry.yarnpkg.com/is-absolute-url/-/is-absolute-url-2.1.0.tgz#50530dfb84fcc9aa7dbe7852e83a37b93b9f2aa6"
- integrity sha512-vOx7VprsKyllwjSkLV79NIhpyLfr3jAp7VaTCMXOJHu4m0Ew1CZ2fcjASwmV1jI3BWuWHB013M48eyeldk9gYg==
-
-is-absolute-url@^3.0.3:
- version "3.0.3"
- resolved "https://registry.yarnpkg.com/is-absolute-url/-/is-absolute-url-3.0.3.tgz#96c6a22b6a23929b11ea0afb1836c36ad4a5d698"
- integrity sha512-opmNIX7uFnS96NtPmhWQgQx6/NYFgsUXYMllcfzwWKUMwfo8kku1TvE6hkNcH+Q1ts5cMVrsY7j0bxXQDciu9Q==
+ipaddr.js@1.9.1:
+ version "1.9.1"
+ resolved "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz"
+ integrity sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==
is-absolute-url@^4.0.0:
version "4.0.1"
- resolved "https://registry.yarnpkg.com/is-absolute-url/-/is-absolute-url-4.0.1.tgz#16e4d487d4fded05cfe0685e53ec86804a5e94dc"
+ resolved "https://registry.npmjs.org/is-absolute-url/-/is-absolute-url-4.0.1.tgz"
integrity sha512-/51/TKE88Lmm7Gc4/8btclNXWS+g50wXhYJq8HWIBAGUBnoAdRu1aXeh364t/O7wXDAcTJDP8PNuNKWUDWie+A==
is-absolute@^1.0.0:
version "1.0.0"
- resolved "https://registry.yarnpkg.com/is-absolute/-/is-absolute-1.0.0.tgz#395e1ae84b11f26ad1795e73c17378e48a301576"
+ resolved "https://registry.npmjs.org/is-absolute/-/is-absolute-1.0.0.tgz"
integrity sha512-dOWoqflvcydARa360Gvv18DZ/gRuHKi2NU/wU5X1ZFzdYfH29nkiNZsF3mp4OJ3H4yo9Mx8A/uAGNzpzPN3yBA==
dependencies:
is-relative "^1.0.0"
@@ -13697,19 +12089,19 @@ is-absolute@^1.0.0:
is-accessor-descriptor@^1.0.1:
version "1.0.1"
- resolved "https://registry.yarnpkg.com/is-accessor-descriptor/-/is-accessor-descriptor-1.0.1.tgz#3223b10628354644b86260db29b3e693f5ceedd4"
+ resolved "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.1.tgz"
integrity sha512-YBUanLI8Yoihw923YeFUS5fs0fF2f5TSFTNiYAAzhhDscDa3lEqYuz1pDOEP5KvX94I9ey3vsqjJcLVFVU+3QA==
dependencies:
hasown "^2.0.0"
-is-alphabetical@1.0.4, is-alphabetical@^1.0.0:
+is-alphabetical@^1.0.0, is-alphabetical@1.0.4:
version "1.0.4"
- resolved "https://registry.yarnpkg.com/is-alphabetical/-/is-alphabetical-1.0.4.tgz#9e7d6b94916be22153745d184c298cbf986a686d"
+ resolved "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-1.0.4.tgz"
integrity sha512-DwzsA04LQ10FHTZuL0/grVDk4rFoVH1pjAToYwBrHSxcrBIGQuXrQMtD5U1b0U2XVgKZCTLLP8u2Qxqhy3l2Vg==
is-alphanumerical@^1.0.0:
version "1.0.4"
- resolved "https://registry.yarnpkg.com/is-alphanumerical/-/is-alphanumerical-1.0.4.tgz#7eb9a2431f855f6b1ef1a78e326df515696c4dbf"
+ resolved "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-1.0.4.tgz"
integrity sha512-UzoZUr+XfVz3t3v4KyGEniVL9BDRoQtY7tOyrRybkVNjDFWyo1yhXNGrrBTQxp3ib9BLAWs7k2YKBQsFRkZG9A==
dependencies:
is-alphabetical "^1.0.0"
@@ -13717,7 +12109,7 @@ is-alphanumerical@^1.0.0:
is-arguments@^1.0.4, is-arguments@^1.1.1:
version "1.1.1"
- resolved "https://registry.yarnpkg.com/is-arguments/-/is-arguments-1.1.1.tgz#15b3f88fda01f2a97fec84ca761a560f123efa9b"
+ resolved "https://registry.npmjs.org/is-arguments/-/is-arguments-1.1.1.tgz"
integrity sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==
dependencies:
call-bind "^1.0.2"
@@ -13725,7 +12117,7 @@ is-arguments@^1.0.4, is-arguments@^1.1.1:
is-array-buffer@^3.0.2, is-array-buffer@^3.0.4:
version "3.0.4"
- resolved "https://registry.yarnpkg.com/is-array-buffer/-/is-array-buffer-3.0.4.tgz#7a1f92b3d61edd2bc65d24f130530ea93d7fae98"
+ resolved "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.4.tgz"
integrity sha512-wcjaerHw0ydZwfhiKbXJWLDY8A7yV7KhjQOpb83hGgGfId/aQa4TOvwyzn2PuswW2gPCYEL/nEAiSVpdOj1lXw==
dependencies:
call-bind "^1.0.2"
@@ -13733,45 +12125,40 @@ is-array-buffer@^3.0.2, is-array-buffer@^3.0.4:
is-arrayish@^0.2.1:
version "0.2.1"
- resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d"
+ resolved "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz"
integrity sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==
-is-arrayish@^0.3.1:
- version "0.3.2"
- resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.3.2.tgz#4574a2ae56f7ab206896fb431eaeed066fdf8f03"
- integrity sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==
-
is-async-function@^2.0.0:
version "2.0.0"
- resolved "https://registry.yarnpkg.com/is-async-function/-/is-async-function-2.0.0.tgz#8e4418efd3e5d3a6ebb0164c05ef5afb69aa9646"
+ resolved "https://registry.npmjs.org/is-async-function/-/is-async-function-2.0.0.tgz"
integrity sha512-Y1JXKrfykRJGdlDwdKlLpLyMIiWqWvuSd17TvZk68PLAOGOoF4Xyav1z0Xhoi+gCYjZVeC5SI+hYFOfvXmGRCA==
dependencies:
has-tostringtag "^1.0.0"
is-bigint@^1.0.1:
version "1.0.4"
- resolved "https://registry.yarnpkg.com/is-bigint/-/is-bigint-1.0.4.tgz#08147a1875bc2b32005d41ccd8291dffc6691df3"
+ resolved "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz"
integrity sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==
dependencies:
has-bigints "^1.0.1"
is-binary-path@^1.0.0:
version "1.0.1"
- resolved "https://registry.yarnpkg.com/is-binary-path/-/is-binary-path-1.0.1.tgz#75f16642b480f187a711c814161fd3a4a7655898"
+ resolved "https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz"
integrity sha512-9fRVlXc0uCxEDj1nQzaWONSpbTfx0FmJfzHF7pwlI8DkWGoHBBea4Pg5Ky0ojwwxQmnSifgbKkI06Qv0Ljgj+Q==
dependencies:
binary-extensions "^1.0.0"
is-binary-path@~2.1.0:
version "2.1.0"
- resolved "https://registry.yarnpkg.com/is-binary-path/-/is-binary-path-2.1.0.tgz#ea1f7f3b80f064236e83470f86c09c254fb45b09"
+ resolved "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz"
integrity sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==
dependencies:
binary-extensions "^2.0.0"
is-boolean-object@^1.0.1, is-boolean-object@^1.1.0:
version "1.1.2"
- resolved "https://registry.yarnpkg.com/is-boolean-object/-/is-boolean-object-1.1.2.tgz#5c6dc200246dd9321ae4b885a114bb1f75f63719"
+ resolved "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz"
integrity sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==
dependencies:
call-bind "^1.0.2"
@@ -13779,81 +12166,69 @@ is-boolean-object@^1.0.1, is-boolean-object@^1.1.0:
is-buffer@^1.1.5:
version "1.1.6"
- resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be"
+ resolved "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz"
integrity sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==
is-buffer@^2.0.0:
version "2.0.5"
- resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-2.0.5.tgz#ebc252e400d22ff8d77fa09888821a24a658c191"
+ resolved "https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.5.tgz"
integrity sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==
is-callable@^1.1.3, is-callable@^1.1.4, is-callable@^1.1.5, is-callable@^1.2.7:
version "1.2.7"
- resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.7.tgz#3bc2a85ea742d9e36205dcacdd72ca1fdc51b055"
+ resolved "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz"
integrity sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==
is-ci@^2.0.0:
version "2.0.0"
- resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-2.0.0.tgz#6bc6334181810e04b5c22b3d589fdca55026404c"
+ resolved "https://registry.npmjs.org/is-ci/-/is-ci-2.0.0.tgz"
integrity sha512-YfJT7rkpQB0updsdHLGWrvhBJfcfzNNawYDNIyQXJz0IViGf75O8EBPKSdvw2rF+LGCsX4FZ8tcr3b19LcZq4w==
dependencies:
ci-info "^2.0.0"
is-ci@^3.0.1:
version "3.0.1"
- resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-3.0.1.tgz#db6ecbed1bd659c43dac0f45661e7674103d1867"
+ resolved "https://registry.npmjs.org/is-ci/-/is-ci-3.0.1.tgz"
integrity sha512-ZYvCgrefwqoQ6yTyYUbQu64HsITZ3NfKX1lzaEYdkTDcfKzzCI/wthRRYKkdjHKFVgNiXKAKm65Zo1pk2as/QQ==
dependencies:
ci-info "^3.2.0"
-is-color-stop@^1.0.0:
- version "1.1.0"
- resolved "https://registry.yarnpkg.com/is-color-stop/-/is-color-stop-1.1.0.tgz#cfff471aee4dd5c9e158598fbe12967b5cdad345"
- integrity sha512-H1U8Vz0cfXNujrJzEcvvwMDW9Ra+biSYA3ThdQvAnMLJkEHQXn6bWzLkxHtVYJ+Sdbx0b6finn3jZiaVe7MAHA==
- dependencies:
- css-color-names "^0.0.4"
- hex-color-regex "^1.1.0"
- hsl-regex "^1.0.0"
- hsla-regex "^1.0.0"
- rgb-regex "^1.0.1"
- rgba-regex "^1.0.0"
-
-is-core-module@^2.0.0, is-core-module@^2.13.0, is-core-module@^2.13.1, is-core-module@^2.5.0:
+is-core-module@^2.13.0, is-core-module@^2.13.1, is-core-module@^2.5.0:
version "2.15.0"
- resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.15.0.tgz#71c72ec5442ace7e76b306e9d48db361f22699ea"
+ resolved "https://registry.npmjs.org/is-core-module/-/is-core-module-2.15.0.tgz"
integrity sha512-Dd+Lb2/zvk9SKy1TGCt1wFJFo/MWBPMX5x7KcvLajWTGuomczdQX61PvY5yK6SVACwpoexWo81IfFyoKY2QnTA==
dependencies:
hasown "^2.0.2"
is-data-descriptor@^1.0.1:
version "1.0.1"
- resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-1.0.1.tgz#2109164426166d32ea38c405c1e0945d9e6a4eeb"
+ resolved "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.1.tgz"
integrity sha512-bc4NlCDiCr28U4aEsQ3Qs2491gVq4V8G7MQyws968ImqjKuYtTJXrl7Vq7jsN7Ly/C3xj5KWFrY7sHNeDkAzXw==
dependencies:
hasown "^2.0.0"
is-data-view@^1.0.1:
version "1.0.1"
- resolved "https://registry.yarnpkg.com/is-data-view/-/is-data-view-1.0.1.tgz#4b4d3a511b70f3dc26d42c03ca9ca515d847759f"
+ resolved "https://registry.npmjs.org/is-data-view/-/is-data-view-1.0.1.tgz"
integrity sha512-AHkaJrsUVW6wq6JS8y3JnM/GJF/9cf+k20+iDzlSaJrinEo5+7vRiteOSwBhHRiAyQATN1AmY4hwzxJKPmYf+w==
dependencies:
is-typed-array "^1.1.13"
is-date-object@^1.0.1, is-date-object@^1.0.5:
version "1.0.5"
- resolved "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.5.tgz#0841d5536e724c25597bf6ea62e1bd38298df31f"
+ resolved "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz"
integrity sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==
dependencies:
has-tostringtag "^1.0.0"
is-decimal@^1.0.0:
version "1.0.4"
- resolved "https://registry.yarnpkg.com/is-decimal/-/is-decimal-1.0.4.tgz#65a3a5958a1c5b63a706e1b333d7cd9f630d3fa5"
+ resolved "https://registry.npmjs.org/is-decimal/-/is-decimal-1.0.4.tgz"
integrity sha512-RGdriMmQQvZ2aqaQq3awNA6dCGtKpiDFcOzrTWrDAT2MiWrKQVPmxLGHl7Y2nNu6led0kEyoX0enY0qXYsv9zw==
is-descriptor@^0.1.0:
version "0.1.7"
- resolved "https://registry.yarnpkg.com/is-descriptor/-/is-descriptor-0.1.7.tgz#2727eb61fd789dcd5bdf0ed4569f551d2fe3be33"
+ resolved "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.7.tgz"
integrity sha512-C3grZTvObeN1xud4cRWl366OMXZTj0+HGyk4hvfpx4ZHt1Pb60ANSXqCK7pdOTeUQpRzECBSTphqvD7U+l22Eg==
dependencies:
is-accessor-descriptor "^1.0.1"
@@ -13861,90 +12236,85 @@ is-descriptor@^0.1.0:
is-descriptor@^1.0.0, is-descriptor@^1.0.2:
version "1.0.3"
- resolved "https://registry.yarnpkg.com/is-descriptor/-/is-descriptor-1.0.3.tgz#92d27cb3cd311c4977a4db47df457234a13cb306"
+ resolved "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.3.tgz"
integrity sha512-JCNNGbwWZEVaSPtS45mdtrneRWJFp07LLmykxeFV5F6oBvNF8vHSfJuJgoT472pSfk+Mf8VnlrspaFBHWM8JAw==
dependencies:
is-accessor-descriptor "^1.0.1"
is-data-descriptor "^1.0.1"
-is-directory@^0.3.1:
- version "0.3.1"
- resolved "https://registry.yarnpkg.com/is-directory/-/is-directory-0.3.1.tgz#61339b6f2475fc772fd9c9d83f5c8575dc154ae1"
- integrity sha512-yVChGzahRFvbkscn2MlwGismPO12i9+znNruC5gVEntG3qu0xQMzsGg/JFbrsqDOHtHFPci+V5aP5T9I+yeKqw==
-
is-docker@^2.0.0, is-docker@^2.1.1:
version "2.2.1"
- resolved "https://registry.yarnpkg.com/is-docker/-/is-docker-2.2.1.tgz#33eeabe23cfe86f14bde4408a02c0cfb853acdaa"
+ resolved "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz"
integrity sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==
is-extendable@^0.1.0, is-extendable@^0.1.1:
version "0.1.1"
- resolved "https://registry.yarnpkg.com/is-extendable/-/is-extendable-0.1.1.tgz#62b110e289a471418e3ec36a617d472e301dfc89"
+ resolved "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz"
integrity sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==
is-extendable@^1.0.1:
version "1.0.1"
- resolved "https://registry.yarnpkg.com/is-extendable/-/is-extendable-1.0.1.tgz#a7470f9e426733d81bd81e1155264e3a3507cab4"
+ resolved "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz"
integrity sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==
dependencies:
is-plain-object "^2.0.4"
is-extglob@^2.1.0, is-extglob@^2.1.1:
version "2.1.1"
- resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2"
+ resolved "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz"
integrity sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==
is-finalizationregistry@^1.0.2:
version "1.0.2"
- resolved "https://registry.yarnpkg.com/is-finalizationregistry/-/is-finalizationregistry-1.0.2.tgz#c8749b65f17c133313e661b1289b95ad3dbd62e6"
+ resolved "https://registry.npmjs.org/is-finalizationregistry/-/is-finalizationregistry-1.0.2.tgz"
integrity sha512-0by5vtUJs8iFQb5TYUHHPudOR+qXYIMKtiUzvLIZITZUjknFmziyBJuLhVRc+Ds0dREFlskDNJKYIdIzu/9pfw==
dependencies:
call-bind "^1.0.2"
is-fullwidth-code-point@^2.0.0:
version "2.0.0"
- resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz#a3b30a5c4f199183167aaab93beefae3ddfb654f"
+ resolved "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz"
integrity sha512-VHskAKYM8RfSFXwee5t5cbN5PZeq1Wrh6qd5bkyiXIf6UQcN6w/A0eXM9r6t8d+GYOh+o6ZhiEnb88LN/Y8m2w==
is-fullwidth-code-point@^3.0.0:
version "3.0.0"
- resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz#f116f8064fe90b3f7844a38997c0b75051269f1d"
+ resolved "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz"
integrity sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==
is-generator-fn@^2.0.0:
version "2.1.0"
- resolved "https://registry.yarnpkg.com/is-generator-fn/-/is-generator-fn-2.1.0.tgz#7d140adc389aaf3011a8f2a2a4cfa6faadffb118"
+ resolved "https://registry.npmjs.org/is-generator-fn/-/is-generator-fn-2.1.0.tgz"
integrity sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==
is-generator-function@^1.0.10, is-generator-function@^1.0.7:
version "1.0.10"
- resolved "https://registry.yarnpkg.com/is-generator-function/-/is-generator-function-1.0.10.tgz#f1558baf1ac17e0deea7c0415c438351ff2b3c72"
+ resolved "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.0.10.tgz"
integrity sha512-jsEjy9l3yiXEQ+PsXdmBwEPcOxaXWLspKdplFUVI9vq1iZgIekeC0L167qeu86czQaxed3q/Uzuw0swL0irL8A==
dependencies:
has-tostringtag "^1.0.0"
is-glob@^3.1.0:
version "3.1.0"
- resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-3.1.0.tgz#7ba5ae24217804ac70707b96922567486cc3e84a"
+ resolved "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz"
integrity sha512-UFpDDrPgM6qpnFNI+rh/p3bUaq9hKLZN8bMUWzxmcnZVS3omf4IPK+BrewlnWjO1WmUsMYuSjKh4UJuV4+Lqmw==
dependencies:
is-extglob "^2.1.0"
is-glob@^4.0.0, is-glob@^4.0.1, is-glob@^4.0.3, is-glob@~4.0.1:
version "4.0.3"
- resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz#64f61e42cbbb2eec2071a9dac0b28ba1e65d5084"
+ resolved "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz"
integrity sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==
dependencies:
is-extglob "^2.1.1"
is-hexadecimal@^1.0.0:
version "1.0.4"
- resolved "https://registry.yarnpkg.com/is-hexadecimal/-/is-hexadecimal-1.0.4.tgz#cc35c97588da4bd49a8eedd6bc4082d44dcb23a7"
+ resolved "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-1.0.4.tgz"
integrity sha512-gyPJuv83bHMpocVYoqof5VDiZveEoGoFL8m3BXNb2VW8Xs+rz9kqO8LOQ5DH6EsuvilT1ApazU0pyl+ytbPtlw==
is-installed-globally@^0.1.0:
version "0.1.0"
- resolved "https://registry.yarnpkg.com/is-installed-globally/-/is-installed-globally-0.1.0.tgz#0dfd98f5a9111716dd535dda6492f67bf3d25a80"
+ resolved "https://registry.npmjs.org/is-installed-globally/-/is-installed-globally-0.1.0.tgz"
integrity sha512-ERNhMg+i/XgDwPIPF3u24qpajVreaiSuvpb1Uu0jugw7KKcxGyCX8cgp8P5fwTmAuXku6beDHHECdKArjlg7tw==
dependencies:
global-dirs "^0.1.0"
@@ -13952,7 +12322,7 @@ is-installed-globally@^0.1.0:
is-installed-globally@^0.4.0, is-installed-globally@~0.4.0:
version "0.4.0"
- resolved "https://registry.yarnpkg.com/is-installed-globally/-/is-installed-globally-0.4.0.tgz#9a0fd407949c30f86eb6959ef1b7994ed0b7b520"
+ resolved "https://registry.npmjs.org/is-installed-globally/-/is-installed-globally-0.4.0.tgz"
integrity sha512-iwGqO3J21aaSkC7jWnHP/difazwS7SFeIqxv6wEtLU8Y5KlzFTjyqcSIT0d8s4+dDhKytsk9PJZ2BkS5eZwQRQ==
dependencies:
global-dirs "^3.0.0"
@@ -13960,134 +12330,120 @@ is-installed-globally@^0.4.0, is-installed-globally@~0.4.0:
is-interactive@^1.0.0:
version "1.0.0"
- resolved "https://registry.yarnpkg.com/is-interactive/-/is-interactive-1.0.0.tgz#cea6e6ae5c870a7b0a0004070b7b587e0252912e"
+ resolved "https://registry.npmjs.org/is-interactive/-/is-interactive-1.0.0.tgz"
integrity sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==
is-map@^2.0.2, is-map@^2.0.3:
version "2.0.3"
- resolved "https://registry.yarnpkg.com/is-map/-/is-map-2.0.3.tgz#ede96b7fe1e270b3c4465e3a465658764926d62e"
+ resolved "https://registry.npmjs.org/is-map/-/is-map-2.0.3.tgz"
integrity sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==
is-module@^1.0.0:
version "1.0.0"
- resolved "https://registry.yarnpkg.com/is-module/-/is-module-1.0.0.tgz#3258fb69f78c14d5b815d664336b4cffb6441591"
+ resolved "https://registry.npmjs.org/is-module/-/is-module-1.0.0.tgz"
integrity sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==
is-negated-glob@^1.0.0:
version "1.0.0"
- resolved "https://registry.yarnpkg.com/is-negated-glob/-/is-negated-glob-1.0.0.tgz#6910bca5da8c95e784b5751b976cf5a10fee36d2"
+ resolved "https://registry.npmjs.org/is-negated-glob/-/is-negated-glob-1.0.0.tgz"
integrity sha512-czXVVn/QEmgvej1f50BZ648vUI+em0xqMq2Sn+QncCLN4zj1UAxlT+kw/6ggQTOaZPd1HqKQGEqbpQVtJucWug==
is-negative-zero@^2.0.3:
version "2.0.3"
- resolved "https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.3.tgz#ced903a027aca6381b777a5743069d7376a49747"
+ resolved "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.3.tgz"
integrity sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==
is-npm@^3.0.0:
version "3.0.0"
- resolved "https://registry.yarnpkg.com/is-npm/-/is-npm-3.0.0.tgz#ec9147bfb629c43f494cf67936a961edec7e8053"
+ resolved "https://registry.npmjs.org/is-npm/-/is-npm-3.0.0.tgz"
integrity sha512-wsigDr1Kkschp2opC4G3yA6r9EgVA6NjRpWzIi9axXqeIaAATPRJc4uLujXe3Nd9uO8KoDyA4MD6aZSeXTADhA==
is-npm@^5.0.0:
version "5.0.0"
- resolved "https://registry.yarnpkg.com/is-npm/-/is-npm-5.0.0.tgz#43e8d65cc56e1b67f8d47262cf667099193f45a8"
+ resolved "https://registry.npmjs.org/is-npm/-/is-npm-5.0.0.tgz"
integrity sha512-WW/rQLOazUq+ST/bCAVBp/2oMERWLsR7OrKyt052dNDk4DHcDE0/7QSXITlmi+VBcV13DfIbysG3tZJm5RfdBA==
is-number-object@^1.0.4:
version "1.0.7"
- resolved "https://registry.yarnpkg.com/is-number-object/-/is-number-object-1.0.7.tgz#59d50ada4c45251784e9904f5246c742f07a42fc"
+ resolved "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.7.tgz"
integrity sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==
dependencies:
has-tostringtag "^1.0.0"
is-number@^3.0.0:
version "3.0.0"
- resolved "https://registry.yarnpkg.com/is-number/-/is-number-3.0.0.tgz#24fd6201a4782cf50561c810276afc7d12d71195"
+ resolved "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz"
integrity sha512-4cboCqIpliH+mAvFNegjZQ4kgKc3ZUhQVr3HvWbSh5q3WH2v82ct+T2Y1hdU5Gdtorx/cLifQjqCbL7bpznLTg==
dependencies:
kind-of "^3.0.2"
is-number@^7.0.0:
version "7.0.0"
- resolved "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b"
+ resolved "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz"
integrity sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==
is-obj@^1.0.0, is-obj@^1.0.1:
version "1.0.1"
- resolved "https://registry.yarnpkg.com/is-obj/-/is-obj-1.0.1.tgz#3e4729ac1f5fde025cd7d83a896dab9f4f67db0f"
+ resolved "https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz"
integrity sha512-l4RyHgRqGN4Y3+9JHVrNqO+tN0rV5My76uW5/nuO4K1b6vw5G8d/cmFjP9tRfEsdhZNt0IFdZuK/c2Vr4Nb+Qg==
is-obj@^2.0.0:
version "2.0.0"
- resolved "https://registry.yarnpkg.com/is-obj/-/is-obj-2.0.0.tgz#473fb05d973705e3fd9620545018ca8e22ef4982"
+ resolved "https://registry.npmjs.org/is-obj/-/is-obj-2.0.0.tgz"
integrity sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==
-is-path-cwd@^2.0.0, is-path-cwd@^2.2.0:
+is-path-cwd@^2.2.0:
version "2.2.0"
- resolved "https://registry.yarnpkg.com/is-path-cwd/-/is-path-cwd-2.2.0.tgz#67d43b82664a7b5191fd9119127eb300048a9fdb"
+ resolved "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-2.2.0.tgz"
integrity sha512-w942bTcih8fdJPJmQHFzkS76NEP8Kzzvmw92cXsazb8intwLqPibPPdXf4ANdKV3rYMuuQYGIWtvz9JilB3NFQ==
-is-path-in-cwd@^2.0.0:
- version "2.1.0"
- resolved "https://registry.yarnpkg.com/is-path-in-cwd/-/is-path-in-cwd-2.1.0.tgz#bfe2dca26c69f397265a4009963602935a053acb"
- integrity sha512-rNocXHgipO+rvnP6dk3zI20RpOtrAM/kzbB258Uw5BWr3TpXi861yzjo16Dn4hUox07iw5AyeMLHWsujkjzvRQ==
- dependencies:
- is-path-inside "^2.1.0"
-
is-path-inside@^1.0.0:
version "1.0.1"
- resolved "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-1.0.1.tgz#8ef5b7de50437a3fdca6b4e865ef7aa55cb48036"
+ resolved "https://registry.npmjs.org/is-path-inside/-/is-path-inside-1.0.1.tgz"
integrity sha512-qhsCR/Esx4U4hg/9I19OVUAJkGWtjRYHMRgUMZE2TDdj+Ag+kttZanLupfddNyglzz50cUlmWzUaI37GDfNx/g==
dependencies:
path-is-inside "^1.0.1"
-is-path-inside@^2.1.0:
- version "2.1.0"
- resolved "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-2.1.0.tgz#7c9810587d659a40d27bcdb4d5616eab059494b2"
- integrity sha512-wiyhTzfDWsvwAW53OBWF5zuvaOGlZ6PwYxAbPVDhpm+gM09xKQGjBq/8uYN12aDvMxnAnq3dxTyoSoRNmg5YFg==
- dependencies:
- path-is-inside "^1.0.2"
-
is-path-inside@^3.0.2, is-path-inside@^3.0.3:
version "3.0.3"
- resolved "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-3.0.3.tgz#d231362e53a07ff2b0e0ea7fed049161ffd16283"
+ resolved "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz"
integrity sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==
-is-plain-obj@^1.0.0, is-plain-obj@^1.1.0:
+is-plain-obj@^1.1.0:
version "1.1.0"
- resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-1.1.0.tgz#71a50c8429dfca773c92a390a4a03b39fcd51d3e"
+ resolved "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-1.1.0.tgz"
integrity sha512-yvkRyxmFKEOQ4pNXCmJG5AEQNlXJS5LaONXo5/cLdTZdWvsZ1ioJEonLGAosKlMWE8lwUy/bJzMjcw8az73+Fg==
is-plain-obj@^2.0.0, is-plain-obj@^2.1.0:
version "2.1.0"
- resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-2.1.0.tgz#45e42e37fccf1f40da8e5f76ee21515840c09287"
+ resolved "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-2.1.0.tgz"
integrity sha512-YWnfyRwxL/+SsrWYfOpUtz5b3YD+nyfkHvjbcanzk8zgyO4ASD67uVMRt8k5bM4lLMDnXfriRhOpemw+NfT1eA==
is-plain-obj@^3.0.0:
version "3.0.0"
- resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-3.0.0.tgz#af6f2ea14ac5a646183a5bbdb5baabbc156ad9d7"
+ resolved "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-3.0.0.tgz"
integrity sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA==
-is-plain-object@5.0.0:
- version "5.0.0"
- resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-5.0.0.tgz#4427f50ab3429e9025ea7d52e9043a9ef4159344"
- integrity sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==
-
is-plain-object@^2.0.3, is-plain-object@^2.0.4:
version "2.0.4"
- resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-2.0.4.tgz#2c163b3fafb1b606d9d17928f05c2a1c38e07677"
+ resolved "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz"
integrity sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==
dependencies:
isobject "^3.0.1"
+is-plain-object@5.0.0:
+ version "5.0.0"
+ resolved "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz"
+ integrity sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==
+
is-potential-custom-element-name@^1.0.1:
version "1.0.1"
- resolved "https://registry.yarnpkg.com/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz#171ed6f19e3ac554394edf78caa05784a45bebb5"
+ resolved "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz"
integrity sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==
is-regex@^1.0.5, is-regex@^1.1.0, is-regex@^1.1.4:
version "1.1.4"
- resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.4.tgz#eef5663cd59fa4c0ae339505323df6854bb15958"
+ resolved "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz"
integrity sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==
dependencies:
call-bind "^1.0.2"
@@ -14095,128 +12451,123 @@ is-regex@^1.0.5, is-regex@^1.1.0, is-regex@^1.1.4:
is-regexp@^1.0.0:
version "1.0.0"
- resolved "https://registry.yarnpkg.com/is-regexp/-/is-regexp-1.0.0.tgz#fd2d883545c46bac5a633e7b9a09e87fa2cb5069"
+ resolved "https://registry.npmjs.org/is-regexp/-/is-regexp-1.0.0.tgz"
integrity sha512-7zjFAPO4/gwyQAAgRRmqeEeyIICSdmCqa3tsVHMdBzaXXRiqopZL4Cyghg/XulGWrtABTpbnYYzzIRffLkP4oA==
is-relative@^1.0.0:
version "1.0.0"
- resolved "https://registry.yarnpkg.com/is-relative/-/is-relative-1.0.0.tgz#a1bb6935ce8c5dba1e8b9754b9b2dcc020e2260d"
+ resolved "https://registry.npmjs.org/is-relative/-/is-relative-1.0.0.tgz"
integrity sha512-Kw/ReK0iqwKeu0MITLFuj0jbPAmEiOsIwyIXvvbfa6QfmN9pkD1M+8pdk7Rl/dTKbH34/XBFMbgD4iMJhLQbGA==
dependencies:
is-unc-path "^1.0.0"
-is-resolvable@^1.0.0:
- version "1.1.0"
- resolved "https://registry.yarnpkg.com/is-resolvable/-/is-resolvable-1.1.0.tgz#fb18f87ce1feb925169c9a407c19318a3206ed88"
- integrity sha512-qgDYXFSR5WvEfuS5dMj6oTMEbrrSaM0CrFk2Yiq/gXnBvD9pMa2jGXxyhGLfvhZpuMZe18CJpFxAt3CRs42NMg==
-
-is-root@2.1.0, is-root@^2.1.0:
+is-root@^2.1.0, is-root@2.1.0:
version "2.1.0"
- resolved "https://registry.yarnpkg.com/is-root/-/is-root-2.1.0.tgz#809e18129cf1129644302a4f8544035d51984a9c"
+ resolved "https://registry.npmjs.org/is-root/-/is-root-2.1.0.tgz"
integrity sha512-AGOriNp96vNBd3HtU+RzFEc75FfR5ymiYv8E553I71SCeXBiMsVDUtdio1OEFvrPyLIQ9tVR5RxXIFe5PUFjMg==
is-set@^2.0.2, is-set@^2.0.3:
version "2.0.3"
- resolved "https://registry.yarnpkg.com/is-set/-/is-set-2.0.3.tgz#8ab209ea424608141372ded6e0cb200ef1d9d01d"
+ resolved "https://registry.npmjs.org/is-set/-/is-set-2.0.3.tgz"
integrity sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==
is-shared-array-buffer@^1.0.2, is-shared-array-buffer@^1.0.3:
version "1.0.3"
- resolved "https://registry.yarnpkg.com/is-shared-array-buffer/-/is-shared-array-buffer-1.0.3.tgz#1237f1cba059cdb62431d378dcc37d9680181688"
+ resolved "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.3.tgz"
integrity sha512-nA2hv5XIhLR3uVzDDfCIknerhx8XUKnstuOERPNNIinXG7v9u+ohXF67vxm4TPTEPU6lm61ZkwP3c9PCB97rhg==
dependencies:
call-bind "^1.0.7"
is-stream@^1.1.0:
version "1.1.0"
- resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44"
+ resolved "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz"
integrity sha512-uQPm8kcs47jx38atAcWTVxyltQYoPT68y9aWYdV6yWXSyW8mzSat0TL6CiWdZeCdF3KrAvpVtnHbTv4RN+rqdQ==
is-stream@^2.0.0:
version "2.0.1"
- resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-2.0.1.tgz#fac1e3d53b97ad5a9d0ae9cef2389f5810a5c077"
+ resolved "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz"
integrity sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==
is-stream@^3.0.0:
version "3.0.0"
- resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-3.0.0.tgz#e6bfd7aa6bef69f4f472ce9bb681e3e57b4319ac"
+ resolved "https://registry.npmjs.org/is-stream/-/is-stream-3.0.0.tgz"
integrity sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==
is-string@^1.0.5, is-string@^1.0.7:
version "1.0.7"
- resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.7.tgz#0dd12bf2006f255bb58f695110eff7491eebc0fd"
+ resolved "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz"
integrity sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==
dependencies:
has-tostringtag "^1.0.0"
is-subset@^0.1.1:
version "0.1.1"
- resolved "https://registry.yarnpkg.com/is-subset/-/is-subset-0.1.1.tgz#8a59117d932de1de00f245fcdd39ce43f1e939a6"
+ resolved "https://registry.npmjs.org/is-subset/-/is-subset-0.1.1.tgz"
integrity sha512-6Ybun0IkarhmEqxXCNw/C0bna6Zb/TkfUX9UbwJtK6ObwAVCxmAP308WWTHviM/zAqXk05cdhYsUsZeGQh99iw==
is-symbol@^1.0.2, is-symbol@^1.0.3:
version "1.0.4"
- resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.4.tgz#a6dac93b635b063ca6872236de88910a57af139c"
+ resolved "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz"
integrity sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==
dependencies:
has-symbols "^1.0.2"
is-text-path@^1.0.1:
version "1.0.1"
- resolved "https://registry.yarnpkg.com/is-text-path/-/is-text-path-1.0.1.tgz#4e1aa0fb51bfbcb3e92688001397202c1775b66e"
+ resolved "https://registry.npmjs.org/is-text-path/-/is-text-path-1.0.1.tgz"
integrity sha512-xFuJpne9oFz5qDaodwmmG08e3CawH/2ZV8Qqza1Ko7Sk8POWbkRdwIoAWVhqvq0XeUzANEhKo2n0IXUGBm7A/w==
dependencies:
text-extensions "^1.0.0"
is-typed-array@^1.1.13, is-typed-array@^1.1.3:
version "1.1.13"
- resolved "https://registry.yarnpkg.com/is-typed-array/-/is-typed-array-1.1.13.tgz#d6c5ca56df62334959322d7d7dd1cca50debe229"
+ resolved "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.13.tgz"
integrity sha512-uZ25/bUAlUY5fR4OKT4rZQEBrzQWYV9ZJYGGsUmEJ6thodVJ1HX64ePQ6Z0qPWP+m+Uq6e9UugrE38jeYsDSMw==
dependencies:
which-typed-array "^1.1.14"
is-typedarray@^1.0.0, is-typedarray@~1.0.0:
version "1.0.0"
- resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a"
+ resolved "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz"
integrity sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==
is-unc-path@^1.0.0:
version "1.0.0"
- resolved "https://registry.yarnpkg.com/is-unc-path/-/is-unc-path-1.0.0.tgz#d731e8898ed090a12c352ad2eaed5095ad322c9d"
+ resolved "https://registry.npmjs.org/is-unc-path/-/is-unc-path-1.0.0.tgz"
integrity sha512-mrGpVd0fs7WWLfVsStvgF6iEJnbjDFZh9/emhRDcGWTduTfNHd9CHeUwH3gYIjdbwo4On6hunkztwOaAw0yllQ==
dependencies:
unc-path-regex "^0.1.2"
is-unicode-supported@^0.1.0:
version "0.1.0"
- resolved "https://registry.yarnpkg.com/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz#3f26c76a809593b52bfa2ecb5710ed2779b522a7"
+ resolved "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz"
integrity sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==
is-utf8@^0.2.1:
version "0.2.1"
- resolved "https://registry.yarnpkg.com/is-utf8/-/is-utf8-0.2.1.tgz#4b0da1442104d1b336340e80797e865cf39f7d72"
+ resolved "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz"
integrity sha512-rMYPYvCzsXywIsldgLaSoPlw5PfoB/ssr7hY4pLfcodrA5M/eArza1a9VmTiNIBNMjOGr1Ow9mTyU2o69U6U9Q==
is-valid-glob@^1.0.0:
version "1.0.0"
- resolved "https://registry.yarnpkg.com/is-valid-glob/-/is-valid-glob-1.0.0.tgz#29bf3eff701be2d4d315dbacc39bc39fe8f601aa"
+ resolved "https://registry.npmjs.org/is-valid-glob/-/is-valid-glob-1.0.0.tgz"
integrity sha512-AhiROmoEFDSsjx8hW+5sGwgKVIORcXnrlAx/R0ZSeaPw70Vw0CqkGBBhHGL58Uox2eXnU1AnvXJl1XlyedO5bA==
is-weakmap@^2.0.2:
version "2.0.2"
- resolved "https://registry.yarnpkg.com/is-weakmap/-/is-weakmap-2.0.2.tgz#bf72615d649dfe5f699079c54b83e47d1ae19cfd"
+ resolved "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.2.tgz"
integrity sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==
is-weakref@^1.0.2:
version "1.0.2"
- resolved "https://registry.yarnpkg.com/is-weakref/-/is-weakref-1.0.2.tgz#9529f383a9338205e89765e0392efc2f100f06f2"
+ resolved "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz"
integrity sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==
dependencies:
call-bind "^1.0.2"
is-weakset@^2.0.3:
version "2.0.3"
- resolved "https://registry.yarnpkg.com/is-weakset/-/is-weakset-2.0.3.tgz#e801519df8c0c43e12ff2834eead84ec9e624007"
+ resolved "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.3.tgz"
integrity sha512-LvIm3/KWzS9oRFHugab7d+M/GcBXuXX5xZkzPmN+NxihdQlZUQ4dWuSV1xR/sq6upL1TJEDrfBgRepHFdBtSNQ==
dependencies:
call-bind "^1.0.7"
@@ -14224,96 +12575,91 @@ is-weakset@^2.0.3:
is-whitespace-character@^1.0.0:
version "1.0.4"
- resolved "https://registry.yarnpkg.com/is-whitespace-character/-/is-whitespace-character-1.0.4.tgz#0858edd94a95594c7c9dd0b5c174ec6e45ee4aa7"
+ resolved "https://registry.npmjs.org/is-whitespace-character/-/is-whitespace-character-1.0.4.tgz"
integrity sha512-SDweEzfIZM0SJV0EUga669UTKlmL0Pq8Lno0QDQsPnvECB3IM2aP0gdx5TrU0A01MAPfViaZiI2V1QMZLaKK5w==
is-windows@^1.0.1, is-windows@^1.0.2:
version "1.0.2"
- resolved "https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d"
+ resolved "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz"
integrity sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==
is-word-character@^1.0.0:
version "1.0.4"
- resolved "https://registry.yarnpkg.com/is-word-character/-/is-word-character-1.0.4.tgz#ce0e73216f98599060592f62ff31354ddbeb0230"
+ resolved "https://registry.npmjs.org/is-word-character/-/is-word-character-1.0.4.tgz"
integrity sha512-5SMO8RVennx3nZrqtKwCGyyetPE9VDba5ugvKLaD4KopPG5kR4mQ7tNt/r7feL5yt5h3lpuBbIUmCOG2eSzXHA==
is-wsl@^1.1.0:
version "1.1.0"
- resolved "https://registry.yarnpkg.com/is-wsl/-/is-wsl-1.1.0.tgz#1f16e4aa22b04d1336b66188a66af3c600c3a66d"
+ resolved "https://registry.npmjs.org/is-wsl/-/is-wsl-1.1.0.tgz"
integrity sha512-gfygJYZ2gLTDlmbWMI0CE2MwnFzSN/2SZfkMlItC4K/JBlsWVDB0bO6XhqcY13YXE7iMcAJnzTCJjPiTeJJ0Mw==
is-wsl@^2.1.1, is-wsl@^2.2.0:
version "2.2.0"
- resolved "https://registry.yarnpkg.com/is-wsl/-/is-wsl-2.2.0.tgz#74a4c76e77ca9fd3f932f290c17ea326cd157271"
+ resolved "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz"
integrity sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==
dependencies:
is-docker "^2.0.0"
is-yarn-global@^0.3.0:
version "0.3.0"
- resolved "https://registry.yarnpkg.com/is-yarn-global/-/is-yarn-global-0.3.0.tgz#d502d3382590ea3004893746754c89139973e232"
+ resolved "https://registry.npmjs.org/is-yarn-global/-/is-yarn-global-0.3.0.tgz"
integrity sha512-VjSeb/lHmkoyd8ryPVIKvOCn4D1koMqY+vqyjjUfc3xyKtP4dYOxM44sZrnqQSzSds3xyOrUTLTC9LVCVgLngw==
+isarray@^2.0.5:
+ version "2.0.5"
+ resolved "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz"
+ integrity sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==
+
+isarray@~1.0.0:
+ version "1.0.0"
+ resolved "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz"
+ integrity sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==
+
isarray@0.0.1:
version "0.0.1"
- resolved "https://registry.yarnpkg.com/isarray/-/isarray-0.0.1.tgz#8a18acfca9a8f4177e09abfc6038939b05d1eedf"
+ resolved "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz"
integrity sha512-D2S+3GLxWH+uhrNEcoh/fnmYeP8E8/zHl644d/jdA0g2uyXvy3sb0qxotE+ne0LtccHknQzWwZEzhak7oJ0COQ==
-isarray@1.0.0, isarray@^1.0.0, isarray@~1.0.0:
+isarray@1.0.0:
version "1.0.0"
- resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11"
+ resolved "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz"
integrity sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==
-isarray@^2.0.5:
- version "2.0.5"
- resolved "https://registry.yarnpkg.com/isarray/-/isarray-2.0.5.tgz#8af1e4c1221244cc62459faf38940d4e644a5723"
- integrity sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==
-
isbinaryfile@^4.0.4:
version "4.0.10"
- resolved "https://registry.yarnpkg.com/isbinaryfile/-/isbinaryfile-4.0.10.tgz#0c5b5e30c2557a2f06febd37b7322946aaee42b3"
+ resolved "https://registry.npmjs.org/isbinaryfile/-/isbinaryfile-4.0.10.tgz"
integrity sha512-iHrqe5shvBUcFbmZq9zOQHBoeOhZJu6RQGrDpBgenUm/Am+F3JM2MgQj+rK3Z601fzrL5gLZWtAPH2OBaSVcyw==
isexe@^2.0.0:
version "2.0.0"
- resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10"
+ resolved "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz"
integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==
isobject@^2.0.0:
version "2.1.0"
- resolved "https://registry.yarnpkg.com/isobject/-/isobject-2.1.0.tgz#f065561096a3f1da2ef46272f815c840d87e0c89"
+ resolved "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz"
integrity sha512-+OUdGJlgjOBZDfxnDjYYG6zp487z0JGNQq3cYQYg5f5hKR+syHMsaztzGeml/4kGG55CSpKSpWTY+jYGgsHLgA==
dependencies:
isarray "1.0.0"
isobject@^3.0.0, isobject@^3.0.1:
version "3.0.1"
- resolved "https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz#4e431e92b11a9731636aa1f9c8d1ccbcfdab78df"
+ resolved "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz"
integrity sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==
isstream@~0.1.2:
version "0.1.2"
- resolved "https://registry.yarnpkg.com/isstream/-/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a"
+ resolved "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz"
integrity sha512-Yljz7ffyPbrLpLngrMtZ7NduUgVvi6wG9RJ9IUcyCd59YQ911PBJphODUcbOVbqYfxe1wuYf/LJ8PauMRwsM/g==
istanbul-lib-coverage@^3.0.0, istanbul-lib-coverage@^3.2.0:
version "3.2.2"
- resolved "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.2.tgz#2d166c4b0644d43a39f04bf6c2edd1e585f31756"
+ resolved "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.2.tgz"
integrity sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg==
-istanbul-lib-instrument@^4.0.3:
- version "4.0.3"
- resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-4.0.3.tgz#873c6fff897450118222774696a3f28902d77c1d"
- integrity sha512-BXgQl9kf4WTCPCCpmFGoJkz/+uhvm7h7PFKUYxh7qarQd3ER33vHG//qaE8eN25l07YqZPpHXU9I09l/RD5aGQ==
- dependencies:
- "@babel/core" "^7.7.5"
- "@istanbuljs/schema" "^0.1.2"
- istanbul-lib-coverage "^3.0.0"
- semver "^6.3.0"
-
istanbul-lib-instrument@^5.0.4, istanbul-lib-instrument@^5.1.0:
version "5.2.1"
- resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-5.2.1.tgz#d10c8885c2125574e1c231cacadf955675e1ce3d"
+ resolved "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-5.2.1.tgz"
integrity sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==
dependencies:
"@babel/core" "^7.12.3"
@@ -14324,7 +12670,7 @@ istanbul-lib-instrument@^5.0.4, istanbul-lib-instrument@^5.1.0:
istanbul-lib-report@^3.0.0:
version "3.0.1"
- resolved "https://registry.yarnpkg.com/istanbul-lib-report/-/istanbul-lib-report-3.0.1.tgz#908305bac9a5bd175ac6a74489eafd0fc2445a7d"
+ resolved "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.1.tgz"
integrity sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw==
dependencies:
istanbul-lib-coverage "^3.0.0"
@@ -14333,16 +12679,16 @@ istanbul-lib-report@^3.0.0:
istanbul-lib-source-maps@^4.0.0:
version "4.0.1"
- resolved "https://registry.yarnpkg.com/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.1.tgz#895f3a709fcfba34c6de5a42939022f3e4358551"
+ resolved "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.1.tgz"
integrity sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==
dependencies:
debug "^4.1.1"
istanbul-lib-coverage "^3.0.0"
source-map "^0.6.1"
-istanbul-reports@^3.0.2, istanbul-reports@^3.1.3, istanbul-reports@^3.1.4:
+istanbul-reports@^3.1.3, istanbul-reports@^3.1.4:
version "3.1.7"
- resolved "https://registry.yarnpkg.com/istanbul-reports/-/istanbul-reports-3.1.7.tgz#daed12b9e1dca518e15c056e1e537e741280fa0b"
+ resolved "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.7.tgz"
integrity sha512-BewmUXImeuRk2YY0PVbxgKAysvhRPUQE0h5QRM++nVWyubKGV0l8qQ5op8+B2DOmwSe63Jivj0BjkPQVf8fP5g==
dependencies:
html-escaper "^2.0.0"
@@ -14350,7 +12696,7 @@ istanbul-reports@^3.0.2, istanbul-reports@^3.1.3, istanbul-reports@^3.1.4:
iterator.prototype@^1.1.2:
version "1.1.2"
- resolved "https://registry.yarnpkg.com/iterator.prototype/-/iterator.prototype-1.1.2.tgz#5e29c8924f01916cb9335f1ff80619dcff22b0c0"
+ resolved "https://registry.npmjs.org/iterator.prototype/-/iterator.prototype-1.1.2.tgz"
integrity sha512-DR33HMMr8EzwuRL8Y9D3u2BMj8+RqSE850jfGu59kS7tbmPLzGkZmVSfyCFSDxuZiEY6Rzt3T2NA/qU+NwVj1w==
dependencies:
define-properties "^1.2.1"
@@ -14361,7 +12707,7 @@ iterator.prototype@^1.1.2:
jackspeak@^3.1.2:
version "3.4.3"
- resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-3.4.3.tgz#8833a9d89ab4acde6188942bd1c53b6390ed5a8a"
+ resolved "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz"
integrity sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==
dependencies:
"@isaacs/cliui" "^8.0.2"
@@ -14370,7 +12716,7 @@ jackspeak@^3.1.2:
jake@^10.8.5:
version "10.9.2"
- resolved "https://registry.yarnpkg.com/jake/-/jake-10.9.2.tgz#6ae487e6a69afec3a5e167628996b59f35ae2b7f"
+ resolved "https://registry.npmjs.org/jake/-/jake-10.9.2.tgz"
integrity sha512-2P4SQ0HrLQ+fw6llpLnOaGAvN2Zu6778SJMrCUwns4fOoG9ayrTiZk3VV8sCPkVZF8ab0zksVpS8FDY5pRCNBA==
dependencies:
async "^3.2.3"
@@ -14378,54 +12724,18 @@ jake@^10.8.5:
filelist "^1.0.4"
minimatch "^3.1.2"
-jest-changed-files@^26.6.2:
- version "26.6.2"
- resolved "https://registry.yarnpkg.com/jest-changed-files/-/jest-changed-files-26.6.2.tgz#f6198479e1cc66f22f9ae1e22acaa0b429c042d0"
- integrity sha512-fDS7szLcY9sCtIip8Fjry9oGf3I2ht/QT21bAHm5Dmf0mD4X3ReNUf17y+bO6fR8WgbIZTlbyG1ak/53cbRzKQ==
- dependencies:
- "@jest/types" "^26.6.2"
- execa "^4.0.0"
- throat "^5.0.0"
-
jest-changed-files@^27.5.1:
version "27.5.1"
- resolved "https://registry.yarnpkg.com/jest-changed-files/-/jest-changed-files-27.5.1.tgz#a348aed00ec9bf671cc58a66fcbe7c3dfd6a68f5"
+ resolved "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-27.5.1.tgz"
integrity sha512-buBLMiByfWGCoMsLLzGUUSpAmIAGnbR2KJoMN10ziLhOLvP4e0SlypHnAel8iqQXTrcbmfEY9sSqae5sgUsTvw==
dependencies:
"@jest/types" "^27.5.1"
execa "^5.0.0"
throat "^6.0.1"
-jest-circus@26.6.0:
- version "26.6.0"
- resolved "https://registry.yarnpkg.com/jest-circus/-/jest-circus-26.6.0.tgz#7d9647b2e7f921181869faae1f90a2629fd70705"
- integrity sha512-L2/Y9szN6FJPWFK8kzWXwfp+FOR7xq0cUL4lIsdbIdwz3Vh6P1nrpcqOleSzr28zOtSHQNV9Z7Tl+KkuK7t5Ng==
- dependencies:
- "@babel/traverse" "^7.1.0"
- "@jest/environment" "^26.6.0"
- "@jest/test-result" "^26.6.0"
- "@jest/types" "^26.6.0"
- "@types/babel__traverse" "^7.0.4"
- "@types/node" "*"
- chalk "^4.0.0"
- co "^4.6.0"
- dedent "^0.7.0"
- expect "^26.6.0"
- is-generator-fn "^2.0.0"
- jest-each "^26.6.0"
- jest-matcher-utils "^26.6.0"
- jest-message-util "^26.6.0"
- jest-runner "^26.6.0"
- jest-runtime "^26.6.0"
- jest-snapshot "^26.6.0"
- jest-util "^26.6.0"
- pretty-format "^26.6.0"
- stack-utils "^2.0.2"
- throat "^5.0.0"
-
jest-circus@^27.5.1:
version "27.5.1"
- resolved "https://registry.yarnpkg.com/jest-circus/-/jest-circus-27.5.1.tgz#37a5a4459b7bf4406e53d637b49d22c65d125ecc"
+ resolved "https://registry.npmjs.org/jest-circus/-/jest-circus-27.5.1.tgz"
integrity sha512-D95R7x5UtlMA5iBYsOHFFbMD/GVA4R/Kdq15f7xYWUfWHBto9NYRsOvnSauTgdF+ogCpJ4tyKOXhUifxS65gdw==
dependencies:
"@jest/environment" "^27.5.1"
@@ -14448,28 +12758,9 @@ jest-circus@^27.5.1:
stack-utils "^2.0.3"
throat "^6.0.1"
-jest-cli@^26.6.0:
- version "26.6.3"
- resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-26.6.3.tgz#43117cfef24bc4cd691a174a8796a532e135e92a"
- integrity sha512-GF9noBSa9t08pSyl3CY4frMrqp+aQXFGFkf5hEPbh/pIUFYWMK6ZLTfbmadxJVcJrdRoChlWQsA2VkJcDFK8hg==
- dependencies:
- "@jest/core" "^26.6.3"
- "@jest/test-result" "^26.6.2"
- "@jest/types" "^26.6.2"
- chalk "^4.0.0"
- exit "^0.1.2"
- graceful-fs "^4.2.4"
- import-local "^3.0.2"
- is-ci "^2.0.0"
- jest-config "^26.6.3"
- jest-util "^26.6.2"
- jest-validate "^26.6.2"
- prompts "^2.0.1"
- yargs "^15.4.1"
-
jest-cli@^27.5.1:
version "27.5.1"
- resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-27.5.1.tgz#278794a6e6458ea8029547e6c6cbf673bd30b145"
+ resolved "https://registry.npmjs.org/jest-cli/-/jest-cli-27.5.1.tgz"
integrity sha512-Hc6HOOwYq4/74/c62dEE3r5elx8wjYqxY0r0G/nFrLDPMFRu6RA/u8qINOIkvhxG7mMQ5EJsOGfRpI8L6eFUVw==
dependencies:
"@jest/core" "^27.5.1"
@@ -14485,33 +12776,9 @@ jest-cli@^27.5.1:
prompts "^2.0.1"
yargs "^16.2.0"
-jest-config@^26.6.3:
- version "26.6.3"
- resolved "https://registry.yarnpkg.com/jest-config/-/jest-config-26.6.3.tgz#64f41444eef9eb03dc51d5c53b75c8c71f645349"
- integrity sha512-t5qdIj/bCj2j7NFVHb2nFB4aUdfucDn3JRKgrZnplb8nieAirAzRSHP8uDEd+qV6ygzg9Pz4YG7UTJf94LPSyg==
- dependencies:
- "@babel/core" "^7.1.0"
- "@jest/test-sequencer" "^26.6.3"
- "@jest/types" "^26.6.2"
- babel-jest "^26.6.3"
- chalk "^4.0.0"
- deepmerge "^4.2.2"
- glob "^7.1.1"
- graceful-fs "^4.2.4"
- jest-environment-jsdom "^26.6.2"
- jest-environment-node "^26.6.2"
- jest-get-type "^26.3.0"
- jest-jasmine2 "^26.6.3"
- jest-regex-util "^26.0.0"
- jest-resolve "^26.6.2"
- jest-util "^26.6.2"
- jest-validate "^26.6.2"
- micromatch "^4.0.2"
- pretty-format "^26.6.2"
-
jest-config@^27.5.1:
version "27.5.1"
- resolved "https://registry.yarnpkg.com/jest-config/-/jest-config-27.5.1.tgz#5c387de33dca3f99ad6357ddeccd91bf3a0e4a41"
+ resolved "https://registry.npmjs.org/jest-config/-/jest-config-27.5.1.tgz"
integrity sha512-5sAsjm6tGdsVbW9ahcChPAFCk4IlkQUknH5AvKjuLTSlcO/wCZKyFdn7Rg0EkC+OGgWODEy2hDpWB1PgzH0JNA==
dependencies:
"@babel/core" "^7.8.0"
@@ -14539,19 +12806,9 @@ jest-config@^27.5.1:
slash "^3.0.0"
strip-json-comments "^3.1.1"
-jest-diff@^26.6.2:
- version "26.6.2"
- resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-26.6.2.tgz#1aa7468b52c3a68d7d5c5fdcdfcd5e49bd164394"
- integrity sha512-6m+9Z3Gv9wN0WFVasqjCL/06+EFCMTqDEUl/b87HYK2rAPTyfz4ZIuSlPhY51PIQRWx5TaxeF1qmXKe9gfN3sA==
- dependencies:
- chalk "^4.0.0"
- diff-sequences "^26.6.2"
- jest-get-type "^26.3.0"
- pretty-format "^26.6.2"
-
jest-diff@^27.5.1:
version "27.5.1"
- resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-27.5.1.tgz#a07f5011ac9e6643cf8a95a462b7b1ecf6680def"
+ resolved "https://registry.npmjs.org/jest-diff/-/jest-diff-27.5.1.tgz"
integrity sha512-m0NvkX55LDt9T4mctTEgnZk3fmEg3NRYutvMPWM/0iPnkFj2wIeF45O1718cMSOFO1vINkqmxqD8vE37uTEbqw==
dependencies:
chalk "^4.0.0"
@@ -14561,7 +12818,7 @@ jest-diff@^27.5.1:
jest-diff@^29.7.0:
version "29.7.0"
- resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-29.7.0.tgz#017934a66ebb7ecf6f205e84699be10afd70458a"
+ resolved "https://registry.npmjs.org/jest-diff/-/jest-diff-29.7.0.tgz"
integrity sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1oEDUfIXVuTqLRUjw==
dependencies:
chalk "^4.0.0"
@@ -14569,34 +12826,16 @@ jest-diff@^29.7.0:
jest-get-type "^29.6.3"
pretty-format "^29.7.0"
-jest-docblock@^26.0.0:
- version "26.0.0"
- resolved "https://registry.yarnpkg.com/jest-docblock/-/jest-docblock-26.0.0.tgz#3e2fa20899fc928cb13bd0ff68bd3711a36889b5"
- integrity sha512-RDZ4Iz3QbtRWycd8bUEPxQsTlYazfYn/h5R65Fc6gOfwozFhoImx+affzky/FFBuqISPTqjXomoIGJVKBWoo0w==
- dependencies:
- detect-newline "^3.0.0"
-
jest-docblock@^27.5.1:
version "27.5.1"
- resolved "https://registry.yarnpkg.com/jest-docblock/-/jest-docblock-27.5.1.tgz#14092f364a42c6108d42c33c8cf30e058e25f6c0"
+ resolved "https://registry.npmjs.org/jest-docblock/-/jest-docblock-27.5.1.tgz"
integrity sha512-rl7hlABeTsRYxKiUfpHrQrG4e2obOiTQWfMEH3PxPjOtdsfLQO4ReWSZaQ7DETm4xu07rl4q/h4zcKXyU0/OzQ==
dependencies:
detect-newline "^3.0.0"
-jest-each@^26.6.0, jest-each@^26.6.2:
- version "26.6.2"
- resolved "https://registry.yarnpkg.com/jest-each/-/jest-each-26.6.2.tgz#02526438a77a67401c8a6382dfe5999952c167cb"
- integrity sha512-Mer/f0KaATbjl8MCJ+0GEpNdqmnVmDYqCTJYTvoo7rqmRiDllmp2AYN+06F93nXcY3ur9ShIjS+CO/uD+BbH4A==
- dependencies:
- "@jest/types" "^26.6.2"
- chalk "^4.0.0"
- jest-get-type "^26.3.0"
- jest-util "^26.6.2"
- pretty-format "^26.6.2"
-
jest-each@^27.5.1:
version "27.5.1"
- resolved "https://registry.yarnpkg.com/jest-each/-/jest-each-27.5.1.tgz#5bc87016f45ed9507fed6e4702a5b468a5b2c44e"
+ resolved "https://registry.npmjs.org/jest-each/-/jest-each-27.5.1.tgz"
integrity sha512-1Ff6p+FbhT/bXQnEouYy00bkNSY7OUpfIcmdl8vZ31A1UUaurOLPA8a8BbJOF2RDUElwJhmeaV7LnagI+5UwNQ==
dependencies:
"@jest/types" "^27.5.1"
@@ -14605,22 +12844,9 @@ jest-each@^27.5.1:
jest-util "^27.5.1"
pretty-format "^27.5.1"
-jest-environment-jsdom@^26.6.2:
- version "26.6.2"
- resolved "https://registry.yarnpkg.com/jest-environment-jsdom/-/jest-environment-jsdom-26.6.2.tgz#78d09fe9cf019a357009b9b7e1f101d23bd1da3e"
- integrity sha512-jgPqCruTlt3Kwqg5/WVFyHIOJHsiAvhcp2qiR2QQstuG9yWox5+iHpU3ZrcBxW14T4fe5Z68jAfLRh7joCSP2Q==
- dependencies:
- "@jest/environment" "^26.6.2"
- "@jest/fake-timers" "^26.6.2"
- "@jest/types" "^26.6.2"
- "@types/node" "*"
- jest-mock "^26.6.2"
- jest-util "^26.6.2"
- jsdom "^16.4.0"
-
jest-environment-jsdom@^27.5.1:
version "27.5.1"
- resolved "https://registry.yarnpkg.com/jest-environment-jsdom/-/jest-environment-jsdom-27.5.1.tgz#ea9ccd1fc610209655a77898f86b2b559516a546"
+ resolved "https://registry.npmjs.org/jest-environment-jsdom/-/jest-environment-jsdom-27.5.1.tgz"
integrity sha512-TFBvkTC1Hnnnrka/fUb56atfDtJ9VMZ94JkjTbggl1PEpwrYtUBKMezB3inLmWqQsXYLcMwNoDQwoBTAvFfsfw==
dependencies:
"@jest/environment" "^27.5.1"
@@ -14631,21 +12857,9 @@ jest-environment-jsdom@^27.5.1:
jest-util "^27.5.1"
jsdom "^16.6.0"
-jest-environment-node@^26.6.2:
- version "26.6.2"
- resolved "https://registry.yarnpkg.com/jest-environment-node/-/jest-environment-node-26.6.2.tgz#824e4c7fb4944646356f11ac75b229b0035f2b0c"
- integrity sha512-zhtMio3Exty18dy8ee8eJ9kjnRyZC1N4C1Nt/VShN1apyXc8rWGtJ9lI7vqiWcyyXS4BVSEn9lxAM2D+07/Tag==
- dependencies:
- "@jest/environment" "^26.6.2"
- "@jest/fake-timers" "^26.6.2"
- "@jest/types" "^26.6.2"
- "@types/node" "*"
- jest-mock "^26.6.2"
- jest-util "^26.6.2"
-
jest-environment-node@^27.5.1:
version "27.5.1"
- resolved "https://registry.yarnpkg.com/jest-environment-node/-/jest-environment-node-27.5.1.tgz#dedc2cfe52fab6b8f5714b4808aefa85357a365e"
+ resolved "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-27.5.1.tgz"
integrity sha512-Jt4ZUnxdOsTGwSRAfKEnE6BcwsSPNOijjwifq5sDFSA2kesnXTvNqKHYgM0hDq3549Uf/KzdXNYn4wMZJPlFLw==
dependencies:
"@jest/environment" "^27.5.1"
@@ -14655,45 +12869,19 @@ jest-environment-node@^27.5.1:
jest-mock "^27.5.1"
jest-util "^27.5.1"
-jest-get-type@^26.3.0:
- version "26.3.0"
- resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-26.3.0.tgz#e97dc3c3f53c2b406ca7afaed4493b1d099199e0"
- integrity sha512-TpfaviN1R2pQWkIihlfEanwOXK0zcxrKEE4MlU6Tn7keoXdN6/3gK/xl0yEh8DOunn5pOVGKf8hB4R9gVh04ig==
-
jest-get-type@^27.5.1:
version "27.5.1"
- resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-27.5.1.tgz#3cd613c507b0f7ace013df407a1c1cd578bcb4f1"
+ resolved "https://registry.npmjs.org/jest-get-type/-/jest-get-type-27.5.1.tgz"
integrity sha512-2KY95ksYSaK7DMBWQn6dQz3kqAf3BB64y2udeG+hv4KfSOb9qwcYQstTJc1KCbsix+wLZWZYN8t7nwX3GOBLRw==
jest-get-type@^29.6.3:
version "29.6.3"
- resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-29.6.3.tgz#36f499fdcea197c1045a127319c0481723908fd1"
+ resolved "https://registry.npmjs.org/jest-get-type/-/jest-get-type-29.6.3.tgz"
integrity sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==
-jest-haste-map@^26.6.2:
- version "26.6.2"
- resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-26.6.2.tgz#dd7e60fe7dc0e9f911a23d79c5ff7fb5c2cafeaa"
- integrity sha512-easWIJXIw71B2RdR8kgqpjQrbMRWQBgiBwXYEhtGUTaX+doCjBheluShdDMeR8IMfJiTqH4+zfhtg29apJf/8w==
- dependencies:
- "@jest/types" "^26.6.2"
- "@types/graceful-fs" "^4.1.2"
- "@types/node" "*"
- anymatch "^3.0.3"
- fb-watchman "^2.0.0"
- graceful-fs "^4.2.4"
- jest-regex-util "^26.0.0"
- jest-serializer "^26.6.2"
- jest-util "^26.6.2"
- jest-worker "^26.6.2"
- micromatch "^4.0.2"
- sane "^4.0.3"
- walker "^1.0.7"
- optionalDependencies:
- fsevents "^2.1.2"
-
jest-haste-map@^27.5.1:
version "27.5.1"
- resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-27.5.1.tgz#9fd8bd7e7b4fa502d9c6164c5640512b4e811e7f"
+ resolved "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-27.5.1.tgz"
integrity sha512-7GgkZ4Fw4NFbMSDSpZwXeBiIbx+t/46nJ2QitkOjvwPYyZmqttu2TDSimMHP1EkPOi4xUZAN1doE5Vd25H4Jng==
dependencies:
"@jest/types" "^27.5.1"
@@ -14711,33 +12899,9 @@ jest-haste-map@^27.5.1:
optionalDependencies:
fsevents "^2.3.2"
-jest-jasmine2@^26.6.3:
- version "26.6.3"
- resolved "https://registry.yarnpkg.com/jest-jasmine2/-/jest-jasmine2-26.6.3.tgz#adc3cf915deacb5212c93b9f3547cd12958f2edd"
- integrity sha512-kPKUrQtc8aYwBV7CqBg5pu+tmYXlvFlSFYn18ev4gPFtrRzB15N2gW/Roew3187q2w2eHuu0MU9TJz6w0/nPEg==
- dependencies:
- "@babel/traverse" "^7.1.0"
- "@jest/environment" "^26.6.2"
- "@jest/source-map" "^26.6.2"
- "@jest/test-result" "^26.6.2"
- "@jest/types" "^26.6.2"
- "@types/node" "*"
- chalk "^4.0.0"
- co "^4.6.0"
- expect "^26.6.2"
- is-generator-fn "^2.0.0"
- jest-each "^26.6.2"
- jest-matcher-utils "^26.6.2"
- jest-message-util "^26.6.2"
- jest-runtime "^26.6.3"
- jest-snapshot "^26.6.2"
- jest-util "^26.6.2"
- pretty-format "^26.6.2"
- throat "^5.0.0"
-
jest-jasmine2@^27.5.1:
version "27.5.1"
- resolved "https://registry.yarnpkg.com/jest-jasmine2/-/jest-jasmine2-27.5.1.tgz#a037b0034ef49a9f3d71c4375a796f3b230d1ac4"
+ resolved "https://registry.npmjs.org/jest-jasmine2/-/jest-jasmine2-27.5.1.tgz"
integrity sha512-jtq7VVyG8SqAorDpApwiJJImd0V2wv1xzdheGHRGyuT7gZm6gG47QEskOlzsN1PG/6WNaCo5pmwMHDf3AkG2pQ==
dependencies:
"@jest/environment" "^27.5.1"
@@ -14758,35 +12922,17 @@ jest-jasmine2@^27.5.1:
pretty-format "^27.5.1"
throat "^6.0.1"
-jest-leak-detector@^26.6.2:
- version "26.6.2"
- resolved "https://registry.yarnpkg.com/jest-leak-detector/-/jest-leak-detector-26.6.2.tgz#7717cf118b92238f2eba65054c8a0c9c653a91af"
- integrity sha512-i4xlXpsVSMeKvg2cEKdfhh0H39qlJlP5Ex1yQxwF9ubahboQYMgTtz5oML35AVA3B4Eu+YsmwaiKVev9KCvLxg==
- dependencies:
- jest-get-type "^26.3.0"
- pretty-format "^26.6.2"
-
jest-leak-detector@^27.5.1:
version "27.5.1"
- resolved "https://registry.yarnpkg.com/jest-leak-detector/-/jest-leak-detector-27.5.1.tgz#6ec9d54c3579dd6e3e66d70e3498adf80fde3fb8"
+ resolved "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-27.5.1.tgz"
integrity sha512-POXfWAMvfU6WMUXftV4HolnJfnPOGEu10fscNCA76KBpRRhcMN2c8d3iT2pxQS3HLbA+5X4sOUPzYO2NUyIlHQ==
dependencies:
jest-get-type "^27.5.1"
pretty-format "^27.5.1"
-jest-matcher-utils@^26.6.0, jest-matcher-utils@^26.6.2:
- version "26.6.2"
- resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-26.6.2.tgz#8e6fd6e863c8b2d31ac6472eeb237bc595e53e7a"
- integrity sha512-llnc8vQgYcNqDrqRDXWwMr9i7rS5XFiCwvh6DTP7Jqa2mqpcCBBlpCbn+trkG0KNhPu/h8rzyBkriOtBstvWhw==
- dependencies:
- chalk "^4.0.0"
- jest-diff "^26.6.2"
- jest-get-type "^26.3.0"
- pretty-format "^26.6.2"
-
jest-matcher-utils@^27.5.1:
version "27.5.1"
- resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-27.5.1.tgz#9c0cdbda8245bc22d2331729d1091308b40cf8ab"
+ resolved "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-27.5.1.tgz"
integrity sha512-z2uTx/T6LBaCoNWNFWwChLBKYxTMcGBRjAt+2SbP929/Fflb9aa5LGma654Rz8z9HLxsrUaYzxE9T/EFIL/PAw==
dependencies:
chalk "^4.0.0"
@@ -14796,7 +12942,7 @@ jest-matcher-utils@^27.5.1:
jest-matcher-utils@^29.7.0:
version "29.7.0"
- resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-29.7.0.tgz#ae8fec79ff249fd592ce80e3ee474e83a6c44f12"
+ resolved "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-29.7.0.tgz"
integrity sha512-sBkD+Xi9DtcChsI3L3u0+N0opgPYnCRPtGcQYrgXmR+hmt/fYfWAL0xRXYU8eWOdfuLgBe0YCW3AFtnRLagq/g==
dependencies:
chalk "^4.0.0"
@@ -14804,24 +12950,9 @@ jest-matcher-utils@^29.7.0:
jest-get-type "^29.6.3"
pretty-format "^29.7.0"
-jest-message-util@^26.6.0, jest-message-util@^26.6.2:
- version "26.6.2"
- resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-26.6.2.tgz#58173744ad6fc0506b5d21150b9be56ef001ca07"
- integrity sha512-rGiLePzQ3AzwUshu2+Rn+UMFk0pHN58sOG+IaJbk5Jxuqo3NYO1U2/MIR4S1sKgsoYSXSzdtSa0TgrmtUwEbmA==
- dependencies:
- "@babel/code-frame" "^7.0.0"
- "@jest/types" "^26.6.2"
- "@types/stack-utils" "^2.0.0"
- chalk "^4.0.0"
- graceful-fs "^4.2.4"
- micromatch "^4.0.2"
- pretty-format "^26.6.2"
- slash "^3.0.0"
- stack-utils "^2.0.2"
-
jest-message-util@^27.5.1:
version "27.5.1"
- resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-27.5.1.tgz#bdda72806da10d9ed6425e12afff38cd1458b6cf"
+ resolved "https://registry.npmjs.org/jest-message-util/-/jest-message-util-27.5.1.tgz"
integrity sha512-rMyFe1+jnyAAf+NHwTclDz0eAaLkVDdKVHHBFWsBWHnnh5YeJMNWWsv7AbFYXfK3oTqvL7VTWkhNLu1jX24D+g==
dependencies:
"@babel/code-frame" "^7.12.13"
@@ -14836,7 +12967,7 @@ jest-message-util@^27.5.1:
jest-message-util@^28.1.3:
version "28.1.3"
- resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-28.1.3.tgz#232def7f2e333f1eecc90649b5b94b0055e7c43d"
+ resolved "https://registry.npmjs.org/jest-message-util/-/jest-message-util-28.1.3.tgz"
integrity sha512-PFdn9Iewbt575zKPf1286Ht9EPoJmYT7P0kY+RibeYZ2XtOr53pDLEFoTWXbd1h4JiGiWpTBC84fc8xMXQMb7g==
dependencies:
"@babel/code-frame" "^7.12.13"
@@ -14851,7 +12982,7 @@ jest-message-util@^28.1.3:
jest-message-util@^29.7.0:
version "29.7.0"
- resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-29.7.0.tgz#8bc392e204e95dfe7564abbe72a404e28e51f7f3"
+ resolved "https://registry.npmjs.org/jest-message-util/-/jest-message-util-29.7.0.tgz"
integrity sha512-GBEV4GRADeP+qtB2+6u61stea8mGcOT4mCtrYISZwfu9/ISHFJ/5zOMXYbpBE9RsS5+Gb63DW4FgmnKJ79Kf6w==
dependencies:
"@babel/code-frame" "^7.12.13"
@@ -14864,17 +12995,9 @@ jest-message-util@^29.7.0:
slash "^3.0.0"
stack-utils "^2.0.3"
-jest-mock@^26.6.2:
- version "26.6.2"
- resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-26.6.2.tgz#d6cb712b041ed47fe0d9b6fc3474bc6543feb302"
- integrity sha512-YyFjePHHp1LzpzYcmgqkJ0nm0gg/lJx2aZFzFy1S6eUqNjXsOqTK10zNRff2dNfssgokjkG65OlWNcIlgd3zew==
- dependencies:
- "@jest/types" "^26.6.2"
- "@types/node" "*"
-
jest-mock@^27.5.1:
version "27.5.1"
- resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-27.5.1.tgz#19948336d49ef4d9c52021d34ac7b5f36ff967d6"
+ resolved "https://registry.npmjs.org/jest-mock/-/jest-mock-27.5.1.tgz"
integrity sha512-K4jKbY1d4ENhbrG2zuPWaQBvDly+iZ2yAW+T1fATN78hc0sInwn7wZB8XtlNnvHug5RMwV897Xm4LqmPM4e2Og==
dependencies:
"@jest/types" "^27.5.1"
@@ -14882,73 +13005,31 @@ jest-mock@^27.5.1:
jest-pnp-resolver@^1.2.2:
version "1.2.3"
- resolved "https://registry.yarnpkg.com/jest-pnp-resolver/-/jest-pnp-resolver-1.2.3.tgz#930b1546164d4ad5937d5540e711d4d38d4cad2e"
+ resolved "https://registry.npmjs.org/jest-pnp-resolver/-/jest-pnp-resolver-1.2.3.tgz"
integrity sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==
-jest-regex-util@^26.0.0:
- version "26.0.0"
- resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-26.0.0.tgz#d25e7184b36e39fd466c3bc41be0971e821fee28"
- integrity sha512-Gv3ZIs/nA48/Zvjrl34bf+oD76JHiGDUxNOVgUjh3j890sblXryjY4rss71fPtD/njchl6PSE2hIhvyWa1eT0A==
-
jest-regex-util@^27.5.1:
version "27.5.1"
- resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-27.5.1.tgz#4da143f7e9fd1e542d4aa69617b38e4a78365b95"
+ resolved "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-27.5.1.tgz"
integrity sha512-4bfKq2zie+x16okqDXjXn9ql2B0dScQu+vcwe4TvFVhkVyuWLqpZrZtXxLLWoXYgn0E87I6r6GRYHF7wFZBUvg==
jest-regex-util@^28.0.0:
version "28.0.2"
- resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-28.0.2.tgz#afdc377a3b25fb6e80825adcf76c854e5bf47ead"
+ resolved "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-28.0.2.tgz"
integrity sha512-4s0IgyNIy0y9FK+cjoVYoxamT7Zeo7MhzqRGx7YDYmaQn1wucY9rotiGkBzzcMXTtjrCAP/f7f+E0F7+fxPNdw==
-jest-resolve-dependencies@^26.6.3:
- version "26.6.3"
- resolved "https://registry.yarnpkg.com/jest-resolve-dependencies/-/jest-resolve-dependencies-26.6.3.tgz#6680859ee5d22ee5dcd961fe4871f59f4c784fb6"
- integrity sha512-pVwUjJkxbhe4RY8QEWzN3vns2kqyuldKpxlxJlzEYfKSvY6/bMvxoFrYYzUO1Gx28yKWN37qyV7rIoIp2h8fTg==
- dependencies:
- "@jest/types" "^26.6.2"
- jest-regex-util "^26.0.0"
- jest-snapshot "^26.6.2"
-
jest-resolve-dependencies@^27.5.1:
version "27.5.1"
- resolved "https://registry.yarnpkg.com/jest-resolve-dependencies/-/jest-resolve-dependencies-27.5.1.tgz#d811ecc8305e731cc86dd79741ee98fed06f1da8"
+ resolved "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-27.5.1.tgz"
integrity sha512-QQOOdY4PE39iawDn5rzbIePNigfe5B9Z91GDD1ae/xNDlu9kaat8QQ5EKnNmVWPV54hUdxCVwwj6YMgR2O7IOg==
dependencies:
"@jest/types" "^27.5.1"
jest-regex-util "^27.5.1"
jest-snapshot "^27.5.1"
-jest-resolve@26.6.0:
- version "26.6.0"
- resolved "https://registry.yarnpkg.com/jest-resolve/-/jest-resolve-26.6.0.tgz#070fe7159af87b03e50f52ea5e17ee95bbee40e1"
- integrity sha512-tRAz2bwraHufNp+CCmAD8ciyCpXCs1NQxB5EJAmtCFy6BN81loFEGWKzYu26Y62lAJJe4X4jg36Kf+NsQyiStQ==
- dependencies:
- "@jest/types" "^26.6.0"
- chalk "^4.0.0"
- graceful-fs "^4.2.4"
- jest-pnp-resolver "^1.2.2"
- jest-util "^26.6.0"
- read-pkg-up "^7.0.1"
- resolve "^1.17.0"
- slash "^3.0.0"
-
-jest-resolve@^26.6.2:
- version "26.6.2"
- resolved "https://registry.yarnpkg.com/jest-resolve/-/jest-resolve-26.6.2.tgz#a3ab1517217f469b504f1b56603c5bb541fbb507"
- integrity sha512-sOxsZOq25mT1wRsfHcbtkInS+Ek7Q8jCHUB0ZUTP0tc/c41QHriU/NunqMfCUWsL4H3MHpvQD4QR9kSYhS7UvQ==
- dependencies:
- "@jest/types" "^26.6.2"
- chalk "^4.0.0"
- graceful-fs "^4.2.4"
- jest-pnp-resolver "^1.2.2"
- jest-util "^26.6.2"
- read-pkg-up "^7.0.1"
- resolve "^1.18.1"
- slash "^3.0.0"
-
-jest-resolve@^27.4.2, jest-resolve@^27.5.1:
+jest-resolve@*, jest-resolve@^27.4.2, jest-resolve@^27.5.1:
version "27.5.1"
- resolved "https://registry.yarnpkg.com/jest-resolve/-/jest-resolve-27.5.1.tgz#a2f1c5a0796ec18fe9eb1536ac3814c23617b384"
+ resolved "https://registry.npmjs.org/jest-resolve/-/jest-resolve-27.5.1.tgz"
integrity sha512-FFDy8/9E6CV83IMbDpcjOhumAQPDyETnU2KZ1O98DwTnz8AOBsW/Xv3GySr1mOZdItLR+zDZ7I/UdTFbgSOVCw==
dependencies:
"@jest/types" "^27.5.1"
@@ -14962,35 +13043,9 @@ jest-resolve@^27.4.2, jest-resolve@^27.5.1:
resolve.exports "^1.1.0"
slash "^3.0.0"
-jest-runner@^26.6.0, jest-runner@^26.6.3:
- version "26.6.3"
- resolved "https://registry.yarnpkg.com/jest-runner/-/jest-runner-26.6.3.tgz#2d1fed3d46e10f233fd1dbd3bfaa3fe8924be159"
- integrity sha512-atgKpRHnaA2OvByG/HpGA4g6CSPS/1LK0jK3gATJAoptC1ojltpmVlYC3TYgdmGp+GLuhzpH30Gvs36szSL2JQ==
- dependencies:
- "@jest/console" "^26.6.2"
- "@jest/environment" "^26.6.2"
- "@jest/test-result" "^26.6.2"
- "@jest/types" "^26.6.2"
- "@types/node" "*"
- chalk "^4.0.0"
- emittery "^0.7.1"
- exit "^0.1.2"
- graceful-fs "^4.2.4"
- jest-config "^26.6.3"
- jest-docblock "^26.0.0"
- jest-haste-map "^26.6.2"
- jest-leak-detector "^26.6.2"
- jest-message-util "^26.6.2"
- jest-resolve "^26.6.2"
- jest-runtime "^26.6.3"
- jest-util "^26.6.2"
- jest-worker "^26.6.2"
- source-map-support "^0.5.6"
- throat "^5.0.0"
-
jest-runner@^27.5.1:
version "27.5.1"
- resolved "https://registry.yarnpkg.com/jest-runner/-/jest-runner-27.5.1.tgz#071b27c1fa30d90540805c5645a0ec167c7b62e5"
+ resolved "https://registry.npmjs.org/jest-runner/-/jest-runner-27.5.1.tgz"
integrity sha512-g4NPsM4mFCOwFKXO4p/H/kWGdJp9V8kURY2lX8Me2drgXqG7rrZAx5kv+5H7wtt/cdFIjhqYx1HrlqWHaOvDaQ==
dependencies:
"@jest/console" "^27.5.1"
@@ -15015,42 +13070,9 @@ jest-runner@^27.5.1:
source-map-support "^0.5.6"
throat "^6.0.1"
-jest-runtime@^26.6.0, jest-runtime@^26.6.3:
- version "26.6.3"
- resolved "https://registry.yarnpkg.com/jest-runtime/-/jest-runtime-26.6.3.tgz#4f64efbcfac398331b74b4b3c82d27d401b8fa2b"
- integrity sha512-lrzyR3N8sacTAMeonbqpnSka1dHNux2uk0qqDXVkMv2c/A3wYnvQ4EXuI013Y6+gSKSCxdaczvf4HF0mVXHRdw==
- dependencies:
- "@jest/console" "^26.6.2"
- "@jest/environment" "^26.6.2"
- "@jest/fake-timers" "^26.6.2"
- "@jest/globals" "^26.6.2"
- "@jest/source-map" "^26.6.2"
- "@jest/test-result" "^26.6.2"
- "@jest/transform" "^26.6.2"
- "@jest/types" "^26.6.2"
- "@types/yargs" "^15.0.0"
- chalk "^4.0.0"
- cjs-module-lexer "^0.6.0"
- collect-v8-coverage "^1.0.0"
- exit "^0.1.2"
- glob "^7.1.3"
- graceful-fs "^4.2.4"
- jest-config "^26.6.3"
- jest-haste-map "^26.6.2"
- jest-message-util "^26.6.2"
- jest-mock "^26.6.2"
- jest-regex-util "^26.0.0"
- jest-resolve "^26.6.2"
- jest-snapshot "^26.6.2"
- jest-util "^26.6.2"
- jest-validate "^26.6.2"
- slash "^3.0.0"
- strip-bom "^4.0.0"
- yargs "^15.4.1"
-
jest-runtime@^27.5.1:
version "27.5.1"
- resolved "https://registry.yarnpkg.com/jest-runtime/-/jest-runtime-27.5.1.tgz#4896003d7a334f7e8e4a53ba93fb9bcd3db0a1af"
+ resolved "https://registry.npmjs.org/jest-runtime/-/jest-runtime-27.5.1.tgz"
integrity sha512-o7gxw3Gf+H2IGt8fv0RiyE1+r83FJBRruoA+FXrlHw6xEyBsU8ugA6IPfTdVyA0w8HClpbK+DGJxH59UrNMx8A==
dependencies:
"@jest/environment" "^27.5.1"
@@ -15076,47 +13098,17 @@ jest-runtime@^27.5.1:
slash "^3.0.0"
strip-bom "^4.0.0"
-jest-serializer@^26.6.2:
- version "26.6.2"
- resolved "https://registry.yarnpkg.com/jest-serializer/-/jest-serializer-26.6.2.tgz#d139aafd46957d3a448f3a6cdabe2919ba0742d1"
- integrity sha512-S5wqyz0DXnNJPd/xfIzZ5Xnp1HrJWBczg8mMfMpN78OJ5eDxXyf+Ygld9wX1DnUWbIbhM1YDY95NjR4CBXkb2g==
- dependencies:
- "@types/node" "*"
- graceful-fs "^4.2.4"
-
jest-serializer@^27.5.1:
version "27.5.1"
- resolved "https://registry.yarnpkg.com/jest-serializer/-/jest-serializer-27.5.1.tgz#81438410a30ea66fd57ff730835123dea1fb1f64"
+ resolved "https://registry.npmjs.org/jest-serializer/-/jest-serializer-27.5.1.tgz"
integrity sha512-jZCyo6iIxO1aqUxpuBlwTDMkzOAJS4a3eYz3YzgxxVQFwLeSA7Jfq5cbqCY+JLvTDrWirgusI/0KwxKMgrdf7w==
dependencies:
"@types/node" "*"
graceful-fs "^4.2.9"
-jest-snapshot@^26.6.0, jest-snapshot@^26.6.2:
- version "26.6.2"
- resolved "https://registry.yarnpkg.com/jest-snapshot/-/jest-snapshot-26.6.2.tgz#f3b0af1acb223316850bd14e1beea9837fb39c84"
- integrity sha512-OLhxz05EzUtsAmOMzuupt1lHYXCNib0ECyuZ/PZOx9TrZcC8vL0x+DUG3TL+GLX3yHG45e6YGjIm0XwDc3q3og==
- dependencies:
- "@babel/types" "^7.0.0"
- "@jest/types" "^26.6.2"
- "@types/babel__traverse" "^7.0.4"
- "@types/prettier" "^2.0.0"
- chalk "^4.0.0"
- expect "^26.6.2"
- graceful-fs "^4.2.4"
- jest-diff "^26.6.2"
- jest-get-type "^26.3.0"
- jest-haste-map "^26.6.2"
- jest-matcher-utils "^26.6.2"
- jest-message-util "^26.6.2"
- jest-resolve "^26.6.2"
- natural-compare "^1.4.0"
- pretty-format "^26.6.2"
- semver "^7.3.2"
-
jest-snapshot@^27.5.1:
version "27.5.1"
- resolved "https://registry.yarnpkg.com/jest-snapshot/-/jest-snapshot-27.5.1.tgz#b668d50d23d38054a51b42c4039cab59ae6eb6a1"
+ resolved "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-27.5.1.tgz"
integrity sha512-yYykXI5a0I31xX67mgeLw1DZ0bJB+gpq5IpSuCAoyDi0+BhgU/RIrL+RTzDmkNTchvDFWKP8lp+w/42Z3us5sA==
dependencies:
"@babel/core" "^7.7.2"
@@ -15142,21 +13134,9 @@ jest-snapshot@^27.5.1:
pretty-format "^27.5.1"
semver "^7.3.2"
-jest-util@^26.6.0, jest-util@^26.6.2:
- version "26.6.2"
- resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-26.6.2.tgz#907535dbe4d5a6cb4c47ac9b926f6af29576cbc1"
- integrity sha512-MDW0fKfsn0OI7MS7Euz6h8HNDXVQ0gaM9uW6RjfDmd1DAFcaxX9OqIakHIqhbnmF08Cf2DLDG+ulq8YQQ0Lp0Q==
- dependencies:
- "@jest/types" "^26.6.2"
- "@types/node" "*"
- chalk "^4.0.0"
- graceful-fs "^4.2.4"
- is-ci "^2.0.0"
- micromatch "^4.0.2"
-
jest-util@^27.5.1:
version "27.5.1"
- resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-27.5.1.tgz#3ba9771e8e31a0b85da48fe0b0891fb86c01c2f9"
+ resolved "https://registry.npmjs.org/jest-util/-/jest-util-27.5.1.tgz"
integrity sha512-Kv2o/8jNvX1MQ0KGtw480E/w4fBCDOnH6+6DmeKi6LZUIlKA5kwY0YNdlzaWTiVgxqAqik11QyxDOKk543aKXw==
dependencies:
"@jest/types" "^27.5.1"
@@ -15168,7 +13148,7 @@ jest-util@^27.5.1:
jest-util@^28.1.3:
version "28.1.3"
- resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-28.1.3.tgz#f4f932aa0074f0679943220ff9cbba7e497028b0"
+ resolved "https://registry.npmjs.org/jest-util/-/jest-util-28.1.3.tgz"
integrity sha512-XdqfpHwpcSRko/C35uLYFM2emRAltIIKZiJ9eAmhjsj0CqZMa0p1ib0R5fWIqGhn1a103DebTbpqIaP1qCQ6tQ==
dependencies:
"@jest/types" "^28.1.3"
@@ -15180,7 +13160,7 @@ jest-util@^28.1.3:
jest-util@^29.7.0:
version "29.7.0"
- resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.7.0.tgz#23c2b62bfb22be82b44de98055802ff3710fc0bc"
+ resolved "https://registry.npmjs.org/jest-util/-/jest-util-29.7.0.tgz"
integrity sha512-z6EbKajIpqGKU56y5KBUgy1dt1ihhQJgWzUlZHArA/+X2ad7Cb5iF+AK1EWVL/Bo7Rz9uurpqw6SiBCefUbCGA==
dependencies:
"@jest/types" "^29.6.3"
@@ -15190,21 +13170,9 @@ jest-util@^29.7.0:
graceful-fs "^4.2.9"
picomatch "^2.2.3"
-jest-validate@^26.6.2:
- version "26.6.2"
- resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-26.6.2.tgz#23d380971587150467342911c3d7b4ac57ab20ec"
- integrity sha512-NEYZ9Aeyj0i5rQqbq+tpIOom0YS1u2MVu6+euBsvpgIme+FOfRmoC4R5p0JiAUpaFvFy24xgrpMknarR/93XjQ==
- dependencies:
- "@jest/types" "^26.6.2"
- camelcase "^6.0.0"
- chalk "^4.0.0"
- jest-get-type "^26.3.0"
- leven "^3.1.0"
- pretty-format "^26.6.2"
-
jest-validate@^27.5.1:
version "27.5.1"
- resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-27.5.1.tgz#9197d54dc0bdb52260b8db40b46ae668e04df067"
+ resolved "https://registry.npmjs.org/jest-validate/-/jest-validate-27.5.1.tgz"
integrity sha512-thkNli0LYTmOI1tDB3FI1S1RTp/Bqyd9pTarJwL87OIBFuqEb5Apv5EaApEudYg4g86e3CT6kM0RowkhtEnCBQ==
dependencies:
"@jest/types" "^27.5.1"
@@ -15214,22 +13182,9 @@ jest-validate@^27.5.1:
leven "^3.1.0"
pretty-format "^27.5.1"
-jest-watch-typeahead@0.6.1:
- version "0.6.1"
- resolved "https://registry.yarnpkg.com/jest-watch-typeahead/-/jest-watch-typeahead-0.6.1.tgz#45221b86bb6710b7e97baaa1640ae24a07785e63"
- integrity sha512-ITVnHhj3Jd/QkqQcTqZfRgjfyRhDFM/auzgVo2RKvSwi18YMvh0WvXDJFoFED6c7jd/5jxtu4kSOb9PTu2cPVg==
- dependencies:
- ansi-escapes "^4.3.1"
- chalk "^4.0.0"
- jest-regex-util "^26.0.0"
- jest-watcher "^26.3.0"
- slash "^3.0.0"
- string-length "^4.0.1"
- strip-ansi "^6.0.0"
-
jest-watch-typeahead@^1.0.0:
version "1.1.0"
- resolved "https://registry.yarnpkg.com/jest-watch-typeahead/-/jest-watch-typeahead-1.1.0.tgz#b4a6826dfb9c9420da2f7bc900de59dad11266a9"
+ resolved "https://registry.npmjs.org/jest-watch-typeahead/-/jest-watch-typeahead-1.1.0.tgz"
integrity sha512-Va5nLSJTN7YFtC2jd+7wsoe1pNe5K4ShLux/E5iHEwlB9AxaxmggY7to9KUqKojhaJw3aXqt5WAb4jGPOolpEw==
dependencies:
ansi-escapes "^4.3.1"
@@ -15240,22 +13195,9 @@ jest-watch-typeahead@^1.0.0:
string-length "^5.0.1"
strip-ansi "^7.0.1"
-jest-watcher@^26.3.0, jest-watcher@^26.6.2:
- version "26.6.2"
- resolved "https://registry.yarnpkg.com/jest-watcher/-/jest-watcher-26.6.2.tgz#a5b683b8f9d68dbcb1d7dae32172d2cca0592975"
- integrity sha512-WKJob0P/Em2csiVthsI68p6aGKTIcsfjH9Gsx1f0A3Italz43e3ho0geSAVsmj09RWOELP1AZ/DXyJgOgDKxXQ==
- dependencies:
- "@jest/test-result" "^26.6.2"
- "@jest/types" "^26.6.2"
- "@types/node" "*"
- ansi-escapes "^4.2.1"
- chalk "^4.0.0"
- jest-util "^26.6.2"
- string-length "^4.0.1"
-
jest-watcher@^27.5.1:
version "27.5.1"
- resolved "https://registry.yarnpkg.com/jest-watcher/-/jest-watcher-27.5.1.tgz#71bd85fb9bde3a2c2ec4dc353437971c43c642a2"
+ resolved "https://registry.npmjs.org/jest-watcher/-/jest-watcher-27.5.1.tgz"
integrity sha512-z676SuD6Z8o8qbmEGhoEUFOM1+jfEiL3DXHK/xgEiG2EyNYfFG60jluWcupY6dATjfEsKQuibReS1djInQnoVw==
dependencies:
"@jest/test-result" "^27.5.1"
@@ -15268,7 +13210,7 @@ jest-watcher@^27.5.1:
jest-watcher@^28.0.0:
version "28.1.3"
- resolved "https://registry.yarnpkg.com/jest-watcher/-/jest-watcher-28.1.3.tgz#c6023a59ba2255e3b4c57179fc94164b3e73abd4"
+ resolved "https://registry.npmjs.org/jest-watcher/-/jest-watcher-28.1.3.tgz"
integrity sha512-t4qcqj9hze+jviFPUN3YAtAEeFnr/azITXQEMARf5cMwKY2SMBRnCQTXLixTl20OR6mLh9KLMrgVJgJISym+1g==
dependencies:
"@jest/test-result" "^28.1.3"
@@ -15280,17 +13222,9 @@ jest-watcher@^28.0.0:
jest-util "^28.1.3"
string-length "^4.0.1"
-jest-worker@^24.9.0:
- version "24.9.0"
- resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-24.9.0.tgz#5dbfdb5b2d322e98567898238a9697bcce67b3e5"
- integrity sha512-51PE4haMSXcHohnSMdM42anbvZANYTqMrr52tVKPqqsPJMzoP6FYYDVqahX/HrAoKEKz3uUPzSvKs9A3qR4iVw==
- dependencies:
- merge-stream "^2.0.0"
- supports-color "^6.1.0"
-
-jest-worker@^26.2.1, jest-worker@^26.5.0, jest-worker@^26.6.2:
+jest-worker@^26.2.1:
version "26.6.2"
- resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-26.6.2.tgz#7f72cbc4d643c365e27b9fd775f9d0eaa9c7a8ed"
+ resolved "https://registry.npmjs.org/jest-worker/-/jest-worker-26.6.2.tgz"
integrity sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==
dependencies:
"@types/node" "*"
@@ -15299,7 +13233,7 @@ jest-worker@^26.2.1, jest-worker@^26.5.0, jest-worker@^26.6.2:
jest-worker@^27.0.2, jest-worker@^27.4.5, jest-worker@^27.5.1:
version "27.5.1"
- resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-27.5.1.tgz#8d146f0900e8973b106b6f73cc1e9a8cb86f8db0"
+ resolved "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz"
integrity sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==
dependencies:
"@types/node" "*"
@@ -15308,7 +13242,7 @@ jest-worker@^27.0.2, jest-worker@^27.4.5, jest-worker@^27.5.1:
jest-worker@^28.0.2:
version "28.1.3"
- resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-28.1.3.tgz#7e3c4ce3fa23d1bb6accb169e7f396f98ed4bb98"
+ resolved "https://registry.npmjs.org/jest-worker/-/jest-worker-28.1.3.tgz"
integrity sha512-CqRA220YV/6jCo8VWvAt1KKx6eek1VIHMPeLEbpcfSfkEeWyBNppynM/o6q+Wmw+sOhos2ml34wZbSX3G13//g==
dependencies:
"@types/node" "*"
@@ -15317,7 +13251,7 @@ jest-worker@^28.0.2:
jest-worker@^29.1.2:
version "29.7.0"
- resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-29.7.0.tgz#acad073acbbaeb7262bd5389e1bcf43e10058d4a"
+ resolved "https://registry.npmjs.org/jest-worker/-/jest-worker-29.7.0.tgz"
integrity sha512-eIz2msL/EzL9UFTFFx7jBTkeZfku0yUAyZZZmJ93H2TYEiroIx2PQjEXcwYtYl8zXCxb+PAmA2hLIt/6ZEkPHw==
dependencies:
"@types/node" "*"
@@ -15325,18 +13259,9 @@ jest-worker@^29.1.2:
merge-stream "^2.0.0"
supports-color "^8.0.0"
-jest@26.6.0:
- version "26.6.0"
- resolved "https://registry.yarnpkg.com/jest/-/jest-26.6.0.tgz#546b25a1d8c888569dbbe93cae131748086a4a25"
- integrity sha512-jxTmrvuecVISvKFFhOkjsWRZV7sFqdSUAd1ajOKY+/QE/aLBVstsJ/dX8GczLzwiT6ZEwwmZqtCUHLHHQVzcfA==
- dependencies:
- "@jest/core" "^26.6.0"
- import-local "^3.0.2"
- jest-cli "^26.6.0"
-
-jest@^27.4.3:
+"jest@^27.0.0 || ^28.0.0", jest@^27.4.3:
version "27.5.1"
- resolved "https://registry.yarnpkg.com/jest/-/jest-27.5.1.tgz#dadf33ba70a779be7a6fc33015843b51494f63fc"
+ resolved "https://registry.npmjs.org/jest/-/jest-27.5.1.tgz"
integrity sha512-Yn0mADZB89zTtjkPJEXwrac3LHudkQMR+Paqa8uxJHCBr9agxztUifWCyiYrjhMPBoUVBjyny0I7XH6ozDr7QQ==
dependencies:
"@jest/core" "^27.5.1"
@@ -15345,12 +13270,12 @@ jest@^27.4.3:
jiti@^1.20.0, jiti@^1.21.0:
version "1.21.6"
- resolved "https://registry.yarnpkg.com/jiti/-/jiti-1.21.6.tgz#6c7f7398dd4b3142767f9a168af2f317a428d268"
+ resolved "https://registry.npmjs.org/jiti/-/jiti-1.21.6.tgz"
integrity sha512-2yTgeWTWzMWkHu6Jp9NKgePDaYHbntiwvYuuJLbbN9vl7DC9DvXKOB2BC3ZZ92D3cvV/aflH0osDfwpHepQ53w==
joi@^17.6.0:
version "17.13.3"
- resolved "https://registry.yarnpkg.com/joi/-/joi-17.13.3.tgz#0f5cc1169c999b30d344366d384b12d92558bcec"
+ resolved "https://registry.npmjs.org/joi/-/joi-17.13.3.tgz"
integrity sha512-otDA4ldcIx+ZXsKHWmp0YizCweVRZG96J10b0FevjfuncLO1oX59THoAmHkNubYJ+9gWsYsp5k8v4ib6oDv1fA==
dependencies:
"@hapi/hoek" "^9.3.0"
@@ -15361,7 +13286,7 @@ joi@^17.6.0:
js-beautify@^1.8.8:
version "1.15.1"
- resolved "https://registry.yarnpkg.com/js-beautify/-/js-beautify-1.15.1.tgz#4695afb508c324e1084ee0b952a102023fc65b64"
+ resolved "https://registry.npmjs.org/js-beautify/-/js-beautify-1.15.1.tgz"
integrity sha512-ESjNzSlt/sWE8sciZH8kBF8BPlwXPwhR6pWKAw8bw4Bwj+iZcnKW6ONWUutJ7eObuBZQpiIb8S7OYspWrKt7rA==
dependencies:
config-chain "^1.1.13"
@@ -15372,27 +13297,35 @@ js-beautify@^1.8.8:
js-cookie@^3.0.5:
version "3.0.5"
- resolved "https://registry.yarnpkg.com/js-cookie/-/js-cookie-3.0.5.tgz#0b7e2fd0c01552c58ba86e0841f94dc2557dcdbc"
+ resolved "https://registry.npmjs.org/js-cookie/-/js-cookie-3.0.5.tgz"
integrity sha512-cEiJEAEoIbWfCZYKWhVwFuvPX1gETRYPw6LlaTKoxD3s2AkXzkCjnp6h0V77ozyqj0jakteJ4YqDJT830+lVGw==
js-sha3@0.8.0:
version "0.8.0"
- resolved "https://registry.yarnpkg.com/js-sha3/-/js-sha3-0.8.0.tgz#b9b7a5da73afad7dedd0f8c463954cbde6818840"
+ resolved "https://registry.npmjs.org/js-sha3/-/js-sha3-0.8.0.tgz"
integrity sha512-gF1cRrHhIzNfToc802P800N8PpXS+evLLXfsVpowqmAFR9uwbi89WvXg2QspOmXL8QL86J4T1EpFu+yUkwJY3Q==
"js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0:
version "4.0.0"
- resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
+ resolved "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz"
integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==
js-tokens@^3.0.2:
version "3.0.2"
- resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b"
+ resolved "https://registry.npmjs.org/js-tokens/-/js-tokens-3.0.2.tgz"
integrity sha512-RjTcuD4xjtthQkaWH7dFlH85L+QaVtSoOyGdZ3g6HFhS9dFNDfLyqgm2NFe2X6cQpeFmt0452FJjFG5UameExg==
-js-yaml@^3.13.1, js-yaml@^3.6.1:
+js-yaml@^3.13.1:
+ version "3.14.1"
+ resolved "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz"
+ integrity sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==
+ dependencies:
+ argparse "^1.0.7"
+ esprima "^4.0.0"
+
+js-yaml@^3.6.1:
version "3.14.1"
- resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.14.1.tgz#dae812fdb3825fa306609a8717383c50c36a0537"
+ resolved "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz"
integrity sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==
dependencies:
argparse "^1.0.7"
@@ -15400,31 +13333,31 @@ js-yaml@^3.13.1, js-yaml@^3.6.1:
js-yaml@^4.1.0:
version "4.1.0"
- resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.0.tgz#c1fb65f8f5017901cdd2c951864ba18458a10602"
+ resolved "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz"
integrity sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==
dependencies:
argparse "^2.0.1"
js2xmlparser@^4.0.2:
version "4.0.2"
- resolved "https://registry.yarnpkg.com/js2xmlparser/-/js2xmlparser-4.0.2.tgz#2a1fdf01e90585ef2ae872a01bc169c6a8d5e60a"
+ resolved "https://registry.npmjs.org/js2xmlparser/-/js2xmlparser-4.0.2.tgz"
integrity sha512-6n4D8gLlLf1n5mNLQPRfViYzu9RATblzPEtm1SthMX1Pjao0r9YI9nw7ZIfRxQMERS87mcswrg+r/OYrPRX6jA==
dependencies:
xmlcreate "^2.0.4"
jsbi@^4.1.0:
version "4.3.0"
- resolved "https://registry.yarnpkg.com/jsbi/-/jsbi-4.3.0.tgz#b54ee074fb6fcbc00619559305c8f7e912b04741"
+ resolved "https://registry.npmjs.org/jsbi/-/jsbi-4.3.0.tgz"
integrity sha512-SnZNcinB4RIcnEyZqFPdGPVgrg2AcnykiBy0sHVJQKHYeaLUvi3Exj+iaPpLnFVkDPZIV4U0yvgC9/R4uEAZ9g==
jsbn@~0.1.0:
version "0.1.1"
- resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513"
+ resolved "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz"
integrity sha512-UVU9dibq2JcFWxQPA6KCqj5O42VOmAY3zQUfEKxU0KpTGXwNoCjkX1e13eHNvw/xPynt6pU0rZ1htjWTNTSXsg==
jscodeshift@^0.11.0:
version "0.11.0"
- resolved "https://registry.yarnpkg.com/jscodeshift/-/jscodeshift-0.11.0.tgz#4f95039408f3f06b0e39bb4d53bc3139f5330e2f"
+ resolved "https://registry.npmjs.org/jscodeshift/-/jscodeshift-0.11.0.tgz"
integrity sha512-SdRK2C7jjs4k/kT2mwtO07KJN9RnjxtKn03d9JVj6c3j9WwaLcFYsICYDnLAzY0hp+wG2nxl+Cm2jWLiNVYb8g==
dependencies:
"@babel/core" "^7.1.6"
@@ -15449,7 +13382,7 @@ jscodeshift@^0.11.0:
jscodeshift@^0.15.1:
version "0.15.2"
- resolved "https://registry.yarnpkg.com/jscodeshift/-/jscodeshift-0.15.2.tgz#145563860360b4819a558c75c545f39683e5a0be"
+ resolved "https://registry.npmjs.org/jscodeshift/-/jscodeshift-0.15.2.tgz"
integrity sha512-FquR7Okgmc4Sd0aEDwqho3rEiKR3BdvuG9jfdHjLJ6JQoWSMpavug3AoIfnfWhxFlf+5pzQh8qjqz0DWFrNQzA==
dependencies:
"@babel/core" "^7.23.0"
@@ -15475,7 +13408,7 @@ jscodeshift@^0.15.1:
jsdoc-api@^5.0.4:
version "5.0.4"
- resolved "https://registry.yarnpkg.com/jsdoc-api/-/jsdoc-api-5.0.4.tgz#6b60cddaa4e7ff9a2e139acfc19ecaa9c48f8575"
+ resolved "https://registry.npmjs.org/jsdoc-api/-/jsdoc-api-5.0.4.tgz"
integrity sha512-1KMwLnfo0FyhF06TQKzqIm8BiY1yoMIGICxRdJHUjzskaHMzHMmpLlmNFgzoa4pAC8t1CDPK5jWuQTvv1pBsEQ==
dependencies:
array-back "^4.0.0"
@@ -15490,7 +13423,7 @@ jsdoc-api@^5.0.4:
jsdoc-parse@^4.0.1:
version "4.0.1"
- resolved "https://registry.yarnpkg.com/jsdoc-parse/-/jsdoc-parse-4.0.1.tgz#07949b13b1659c2bbc5217560d77b46a060cb86d"
+ resolved "https://registry.npmjs.org/jsdoc-parse/-/jsdoc-parse-4.0.1.tgz"
integrity sha512-qIObw8yqYZjrP2qxWROB5eLQFLTUX2jRGLhW9hjo2CC2fQVlskidCIzjCoctwsDvauBp2a/lR31jkSleczSo8Q==
dependencies:
array-back "^4.0.0"
@@ -15502,7 +13435,7 @@ jsdoc-parse@^4.0.1:
jsdoc-to-markdown@^5.0.3:
version "5.0.3"
- resolved "https://registry.yarnpkg.com/jsdoc-to-markdown/-/jsdoc-to-markdown-5.0.3.tgz#32cdd8683609141199b42a5b7045d91647a5758b"
+ resolved "https://registry.npmjs.org/jsdoc-to-markdown/-/jsdoc-to-markdown-5.0.3.tgz"
integrity sha512-tQv5tBV0fTYidRQtE60lJKxE98mmuLcYuITFDKQiDPE9hGccpeEGUNFcVkInq1vigyuPnZmt79bQ8wv2GKjY0Q==
dependencies:
array-back "^4.0.1"
@@ -15515,7 +13448,7 @@ jsdoc-to-markdown@^5.0.3:
jsdoc@^3.6.3:
version "3.6.11"
- resolved "https://registry.yarnpkg.com/jsdoc/-/jsdoc-3.6.11.tgz#8bbb5747e6f579f141a5238cbad4e95e004458ce"
+ resolved "https://registry.npmjs.org/jsdoc/-/jsdoc-3.6.11.tgz"
integrity sha512-8UCU0TYeIYD9KeLzEcAu2q8N/mx9O3phAGl32nmHlE0LpaJL71mMkP4d+QE5zWfNt50qheHtOZ0qoxVrsX5TUg==
dependencies:
"@babel/parser" "^7.9.4"
@@ -15534,9 +13467,9 @@ jsdoc@^3.6.3:
taffydb "2.6.2"
underscore "~1.13.2"
-jsdom@^16.4.0, jsdom@^16.6.0:
+jsdom@^16.6.0:
version "16.7.0"
- resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-16.7.0.tgz#918ae71965424b197c819f8183a754e18977b710"
+ resolved "https://registry.npmjs.org/jsdom/-/jsdom-16.7.0.tgz"
integrity sha512-u9Smc2G1USStM+s/x1ru5Sxrl6mPYCbByG1U/hUmqaVsm4tbNyS7CicOSRyuGQYZhTu0h84qkZZQ/I+dzizSVw==
dependencies:
abab "^2.0.5"
@@ -15569,81 +13502,83 @@ jsdom@^16.4.0, jsdom@^16.6.0:
jsesc@^2.5.1:
version "2.5.2"
- resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.2.tgz#80564d2e483dacf6e8ef209650a67df3f0c283a4"
+ resolved "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz"
integrity sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==
jsesc@~0.5.0:
version "0.5.0"
- resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-0.5.0.tgz#e7dee66e35d6fc16f710fe91d5cf69f70f08911d"
+ resolved "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz"
integrity sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==
json-buffer@3.0.0:
version "3.0.0"
- resolved "https://registry.yarnpkg.com/json-buffer/-/json-buffer-3.0.0.tgz#5b1f397afc75d677bde8bcfc0e47e1f9a3d9a898"
+ resolved "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.0.tgz"
integrity sha512-CuUqjv0FUZIdXkHPI8MezCnFCdaTAacej1TZYulLoAg1h/PhwkdXFN4V/gzY4g+fMBCOV2xF+rp7t2XD2ns/NQ==
json-buffer@3.0.1:
version "3.0.1"
- resolved "https://registry.yarnpkg.com/json-buffer/-/json-buffer-3.0.1.tgz#9338802a30d3b6605fbe0613e094008ca8c05a13"
+ resolved "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz"
integrity sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==
-json-parse-better-errors@^1.0.1, json-parse-better-errors@^1.0.2:
- version "1.0.2"
- resolved "https://registry.yarnpkg.com/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz#bb867cfb3450e69107c131d1c514bab3dc8bcaa9"
- integrity sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==
-
json-parse-even-better-errors@^2.3.0, json-parse-even-better-errors@^2.3.1:
version "2.3.1"
- resolved "https://registry.yarnpkg.com/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz#7c47805a94319928e05777405dc12e1f7a4ee02d"
+ resolved "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz"
integrity sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==
json-schema-traverse@^0.4.1:
version "0.4.1"
- resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz#69f6a87d9513ab8bb8fe63bdb0979c448e684660"
+ resolved "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz"
integrity sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==
json-schema-traverse@^1.0.0:
version "1.0.0"
- resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz#ae7bcb3656ab77a73ba5c49bf654f38e6b6860e2"
+ resolved "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz"
integrity sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==
-json-schema@0.4.0, json-schema@^0.4.0:
+json-schema@^0.4.0, json-schema@0.4.0:
version "0.4.0"
- resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.4.0.tgz#f7de4cf6efab838ebaeb3236474cbba5a1930ab5"
+ resolved "https://registry.npmjs.org/json-schema/-/json-schema-0.4.0.tgz"
integrity sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==
json-stable-stringify-without-jsonify@^1.0.1:
version "1.0.1"
- resolved "https://registry.yarnpkg.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz#9db7b59496ad3f3cfef30a75142d2d930ad72651"
+ resolved "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz"
integrity sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==
json-stringify-safe@~5.0.1:
version "5.0.1"
- resolved "https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz#1296a2d58fd45f19a0f6ce01d65701e2c735b6eb"
+ resolved "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz"
integrity sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==
-json5@^1.0.1, json5@^1.0.2:
+json5@^1.0.1:
+ version "1.0.2"
+ resolved "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz"
+ integrity sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==
+ dependencies:
+ minimist "^1.2.0"
+
+json5@^1.0.2:
version "1.0.2"
- resolved "https://registry.yarnpkg.com/json5/-/json5-1.0.2.tgz#63d98d60f21b313b77c4d6da18bfa69d80e1d593"
+ resolved "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz"
integrity sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==
dependencies:
minimist "^1.2.0"
json5@^2.1.2, json5@^2.2.0, json5@^2.2.2, json5@^2.2.3:
version "2.2.3"
- resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283"
+ resolved "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz"
integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==
jsonfile@^4.0.0:
version "4.0.0"
- resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-4.0.0.tgz#8771aae0799b64076b76640fca058f9c10e33ecb"
+ resolved "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz"
integrity sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==
optionalDependencies:
graceful-fs "^4.1.6"
jsonfile@^6.0.1:
version "6.1.0"
- resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-6.1.0.tgz#bc55b2634793c679ec6403094eb13698a6ec0aae"
+ resolved "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz"
integrity sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==
dependencies:
universalify "^2.0.0"
@@ -15652,12 +13587,12 @@ jsonfile@^6.0.1:
jsonparse@^1.2.0:
version "1.3.1"
- resolved "https://registry.yarnpkg.com/jsonparse/-/jsonparse-1.3.1.tgz#3f4dae4a91fac315f71062f8521cc239f1366280"
+ resolved "https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.1.tgz"
integrity sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==
jsonpath@^1.1.1:
version "1.1.1"
- resolved "https://registry.yarnpkg.com/jsonpath/-/jsonpath-1.1.1.tgz#0ca1ed8fb65bb3309248cc9d5466d12d5b0b9901"
+ resolved "https://registry.npmjs.org/jsonpath/-/jsonpath-1.1.1.tgz"
integrity sha512-l6Cg7jRpixfbgoWgkrl77dgEj8RPvND0wMH6TwQmi9Qs4TFfS9u5cUFnbeKTwj5ga5Y3BTGGNI28k117LJ009w==
dependencies:
esprima "1.2.2"
@@ -15666,12 +13601,20 @@ jsonpath@^1.1.1:
jsonpointer@^5.0.0:
version "5.0.1"
- resolved "https://registry.yarnpkg.com/jsonpointer/-/jsonpointer-5.0.1.tgz#2110e0af0900fd37467b5907ecd13a7884a1b559"
+ resolved "https://registry.npmjs.org/jsonpointer/-/jsonpointer-5.0.1.tgz"
integrity sha512-p/nXbhSEcu3pZRdkW1OfJhpsVtW1gd4Wa1fnQc9YLiTfAjn0312eMKimbdIQzuZl9aa9xUGaRlP9T/CJE/ditQ==
+JSONStream@^1.0.4:
+ version "1.3.5"
+ resolved "https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.5.tgz"
+ integrity sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==
+ dependencies:
+ jsonparse "^1.2.0"
+ through ">=2.2.7 <3"
+
jsprim@^1.2.2:
version "1.4.2"
- resolved "https://registry.yarnpkg.com/jsprim/-/jsprim-1.4.2.tgz#712c65533a15c878ba59e9ed5f0e26d5b77c5feb"
+ resolved "https://registry.npmjs.org/jsprim/-/jsprim-1.4.2.tgz"
integrity sha512-P2bSOMAc/ciLz6DzgjVlGJP9+BrJWu5UDGK70C2iweC5QBIeFf0ZXRvGjEj2uYgrY2MkAAhsSWHDWlFtEroZWw==
dependencies:
assert-plus "1.0.0"
@@ -15681,7 +13624,7 @@ jsprim@^1.2.2:
jsprim@^2.0.2:
version "2.0.2"
- resolved "https://registry.yarnpkg.com/jsprim/-/jsprim-2.0.2.tgz#77ca23dbcd4135cd364800d22ff82c2185803d4d"
+ resolved "https://registry.npmjs.org/jsprim/-/jsprim-2.0.2.tgz"
integrity sha512-gqXddjPqQ6G40VdnI6T6yObEC+pDNvyP95wdQhkWkg7crHH3km5qP1FsOXEkzEQwnz6gz5qGTn1c2Y52wP3OyQ==
dependencies:
assert-plus "1.0.0"
@@ -15691,7 +13634,7 @@ jsprim@^2.0.2:
"jsx-ast-utils@^2.4.1 || ^3.0.0", jsx-ast-utils@^3.3.5:
version "3.3.5"
- resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-3.3.5.tgz#4766bd05a8e2a11af222becd19e15575e52a853a"
+ resolved "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.5.tgz"
integrity sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==
dependencies:
array-includes "^3.1.6"
@@ -15701,96 +13644,97 @@ jsprim@^2.0.2:
keyv@^3.0.0:
version "3.1.0"
- resolved "https://registry.yarnpkg.com/keyv/-/keyv-3.1.0.tgz#ecc228486f69991e49e9476485a5be1e8fc5c4d9"
+ resolved "https://registry.npmjs.org/keyv/-/keyv-3.1.0.tgz"
integrity sha512-9ykJ/46SN/9KPM/sichzQ7OvXyGDYKGTaDlKMGCAlg2UK8KRy4jb0d8sFc+0Tt0YYnThq8X2RZgCg74RPxgcVA==
dependencies:
json-buffer "3.0.0"
keyv@^4.5.3:
version "4.5.4"
- resolved "https://registry.yarnpkg.com/keyv/-/keyv-4.5.4.tgz#a879a99e29452f942439f2a405e3af8b31d4de93"
+ resolved "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz"
integrity sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==
dependencies:
json-buffer "3.0.1"
-killable@^1.0.1:
- version "1.0.1"
- resolved "https://registry.yarnpkg.com/killable/-/killable-1.0.1.tgz#4c8ce441187a061c7474fb87ca08e2a638194892"
- integrity sha512-LzqtLKlUwirEUyl/nicirVmNiPvYs7l5n8wOPP7fyJVpUPkvCnW/vuiXGpylGUlnPDnB7311rARzAt3Mhswpjg==
+kind-of@^3.0.2:
+ version "3.2.2"
+ resolved "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz"
+ integrity sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==
+ dependencies:
+ is-buffer "^1.1.5"
+
+kind-of@^3.0.3:
+ version "3.2.2"
+ resolved "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz"
+ integrity sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==
+ dependencies:
+ is-buffer "^1.1.5"
-kind-of@^3.0.2, kind-of@^3.0.3, kind-of@^3.2.0:
+kind-of@^3.2.0:
version "3.2.2"
- resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-3.2.2.tgz#31ea21a734bab9bbb0f32466d893aea51e4a3c64"
+ resolved "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz"
integrity sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==
dependencies:
is-buffer "^1.1.5"
kind-of@^4.0.0:
version "4.0.0"
- resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-4.0.0.tgz#20813df3d712928b207378691a45066fae72dd57"
+ resolved "https://registry.npmjs.org/kind-of/-/kind-of-4.0.0.tgz"
integrity sha512-24XsCxmEbRwEDbz/qz3stgin8TTzZ1ESR56OMCN0ujYg+vRutNSiOj9bHH9u85DKgXguraugV5sFuvbD4FW/hw==
dependencies:
is-buffer "^1.1.5"
kind-of@^6.0.0, kind-of@^6.0.2, kind-of@^6.0.3:
version "6.0.3"
- resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.3.tgz#07c05034a6c349fa06e24fa35aa76db4580ce4dd"
+ resolved "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz"
integrity sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==
klaw@^3.0.0:
version "3.0.0"
- resolved "https://registry.yarnpkg.com/klaw/-/klaw-3.0.0.tgz#b11bec9cf2492f06756d6e809ab73a2910259146"
+ resolved "https://registry.npmjs.org/klaw/-/klaw-3.0.0.tgz"
integrity sha512-0Fo5oir+O9jnXu5EefYbVK+mHMBeEVEy2cmctR1O1NECcCkPRreJKrS6Qt/j3KC2C148Dfo9i3pCmCMsdqGr0g==
dependencies:
graceful-fs "^4.1.9"
kleur@^3.0.3:
version "3.0.3"
- resolved "https://registry.yarnpkg.com/kleur/-/kleur-3.0.3.tgz#a79c9ecc86ee1ce3fa6206d1216c501f147fc07e"
+ resolved "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz"
integrity sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==
klona@^2.0.4, klona@^2.0.5:
version "2.0.6"
- resolved "https://registry.yarnpkg.com/klona/-/klona-2.0.6.tgz#85bffbf819c03b2f53270412420a4555ef882e22"
+ resolved "https://registry.npmjs.org/klona/-/klona-2.0.6.tgz"
integrity sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==
knuth-shuffle-seeded@^1.0.6:
version "1.0.6"
- resolved "https://registry.yarnpkg.com/knuth-shuffle-seeded/-/knuth-shuffle-seeded-1.0.6.tgz#01f1b65733aa7540ee08d8b0174164d22081e4e1"
+ resolved "https://registry.npmjs.org/knuth-shuffle-seeded/-/knuth-shuffle-seeded-1.0.6.tgz"
integrity sha512-9pFH0SplrfyKyojCLxZfMcvkhf5hH0d+UwR9nTVJ/DDQJGuzcXjTwB7TP7sDfehSudlGGaOLblmEWqv04ERVWg==
dependencies:
seed-random "~2.2.0"
language-subtag-registry@^0.3.20:
version "0.3.23"
- resolved "https://registry.yarnpkg.com/language-subtag-registry/-/language-subtag-registry-0.3.23.tgz#23529e04d9e3b74679d70142df3fd2eb6ec572e7"
+ resolved "https://registry.npmjs.org/language-subtag-registry/-/language-subtag-registry-0.3.23.tgz"
integrity sha512-0K65Lea881pHotoGEa5gDlMxt3pctLi2RplBb7Ezh4rRdLEOtgi7n4EwK9lamnUCkKBqaeKRVebTq6BAxSkpXQ==
language-tags@^1.0.9:
version "1.0.9"
- resolved "https://registry.yarnpkg.com/language-tags/-/language-tags-1.0.9.tgz#1ffdcd0ec0fafb4b1be7f8b11f306ad0f9c08777"
+ resolved "https://registry.npmjs.org/language-tags/-/language-tags-1.0.9.tgz"
integrity sha512-MbjN408fEndfiQXbFQ1vnd+1NoLDsnQW41410oQBXiyXDMYH5z505juWa4KUE1LqxRC7DgOgZDbKLxHIwm27hA==
dependencies:
language-subtag-registry "^0.3.20"
-last-call-webpack-plugin@^3.0.0:
- version "3.0.0"
- resolved "https://registry.yarnpkg.com/last-call-webpack-plugin/-/last-call-webpack-plugin-3.0.0.tgz#9742df0e10e3cf46e5c0381c2de90d3a7a2d7555"
- integrity sha512-7KI2l2GIZa9p2spzPIVZBYyNKkN+e/SQPpnjlTiPhdbDW3F86tdKKELxKpzJ5sgU19wQWsACULZmpTPYHeWO5w==
- dependencies:
- lodash "^4.17.5"
- webpack-sources "^1.1.0"
-
latest-version@^5.0.0, latest-version@^5.1.0:
version "5.1.0"
- resolved "https://registry.yarnpkg.com/latest-version/-/latest-version-5.1.0.tgz#119dfe908fe38d15dfa43ecd13fa12ec8832face"
+ resolved "https://registry.npmjs.org/latest-version/-/latest-version-5.1.0.tgz"
integrity sha512-weT+r0kTkRQdCdYCNtkMwWXQTMEswKrFBkm4ckQOMVhhqhIMI1UT2hMj+1iigIhgSZm5gTmrRXBNoGUgaTY1xA==
dependencies:
package-json "^6.3.0"
launch-editor@^2.6.0:
version "2.8.0"
- resolved "https://registry.yarnpkg.com/launch-editor/-/launch-editor-2.8.0.tgz#7255d90bdba414448e2138faa770a74f28451305"
+ resolved "https://registry.npmjs.org/launch-editor/-/launch-editor-2.8.0.tgz"
integrity sha512-vJranOAJrI/llyWGRQqiDM+adrw+k83fvmmx3+nV47g3+36xM15jE+zyZ6Ffel02+xSvuM0b2GDRosXZkbb6wA==
dependencies:
picocolors "^1.0.0"
@@ -15798,31 +13742,31 @@ launch-editor@^2.6.0:
lazy-ass@^1.6.0:
version "1.6.0"
- resolved "https://registry.yarnpkg.com/lazy-ass/-/lazy-ass-1.6.0.tgz#7999655e8646c17f089fdd187d150d3324d54513"
+ resolved "https://registry.npmjs.org/lazy-ass/-/lazy-ass-1.6.0.tgz"
integrity sha512-cc8oEVoctTvsFZ/Oje/kGnHbpWHYBe8IAJe4C0QNc3t8uM/0Y8+erSz/7Y1ALuXTEZTMvxXwO6YbX1ey3ujiZw==
lazystream@^1.0.0:
version "1.0.1"
- resolved "https://registry.yarnpkg.com/lazystream/-/lazystream-1.0.1.tgz#494c831062f1f9408251ec44db1cba29242a2638"
+ resolved "https://registry.npmjs.org/lazystream/-/lazystream-1.0.1.tgz"
integrity sha512-b94GiNHQNy6JNTrt5w6zNyffMrNkXZb3KTkCZJb2V1xaEGCk093vkZ2jk3tpaeP33/OiXC+WvK9AxUebnf5nbw==
dependencies:
readable-stream "^2.0.5"
lead@^1.0.0:
version "1.0.0"
- resolved "https://registry.yarnpkg.com/lead/-/lead-1.0.0.tgz#6f14f99a37be3a9dd784f5495690e5903466ee42"
+ resolved "https://registry.npmjs.org/lead/-/lead-1.0.0.tgz"
integrity sha512-IpSVCk9AYvLHo5ctcIXxOBpMWUe+4TKN3VPWAKUbJikkmsGp0VrSM8IttVc32D6J4WUsiPE6aEFRNmIoF/gdow==
dependencies:
flush-write-stream "^1.0.2"
leven@^3.1.0:
version "3.1.0"
- resolved "https://registry.yarnpkg.com/leven/-/leven-3.1.0.tgz#77891de834064cccba82ae7842bb6b14a13ed7f2"
+ resolved "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz"
integrity sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==
levn@^0.4.1:
version "0.4.1"
- resolved "https://registry.yarnpkg.com/levn/-/levn-0.4.1.tgz#ae4562c007473b932a6200d403268dd2fffc6ade"
+ resolved "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz"
integrity sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==
dependencies:
prelude-ls "^1.2.1"
@@ -15830,7 +13774,7 @@ levn@^0.4.1:
levn@~0.3.0:
version "0.3.0"
- resolved "https://registry.yarnpkg.com/levn/-/levn-0.3.0.tgz#3b09924edf9f083c0490fdd4c0bc4421e04764ee"
+ resolved "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz"
integrity sha512-0OO4y2iOHix2W6ujICbKIaEQXvFQHue65vUG3pb5EUomzPI90z9hsA1VsO/dbIIpC53J8gxM9Q4Oho0jrCM/yA==
dependencies:
prelude-ls "~1.1.2"
@@ -15838,29 +13782,29 @@ levn@~0.3.0:
lilconfig@^2.0.3, lilconfig@^2.1.0:
version "2.1.0"
- resolved "https://registry.yarnpkg.com/lilconfig/-/lilconfig-2.1.0.tgz#78e23ac89ebb7e1bfbf25b18043de756548e7f52"
+ resolved "https://registry.npmjs.org/lilconfig/-/lilconfig-2.1.0.tgz"
integrity sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==
lilconfig@^3.0.0:
version "3.1.2"
- resolved "https://registry.yarnpkg.com/lilconfig/-/lilconfig-3.1.2.tgz#e4a7c3cb549e3a606c8dcc32e5ae1005e62c05cb"
+ resolved "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.2.tgz"
integrity sha512-eop+wDAvpItUys0FWkHIKeC9ybYrTGbU41U5K7+bttZZeohvnY7M9dZ5kB21GNWiFT2q1OoPTvncPCgSOVO5ow==
lines-and-columns@^1.1.6:
version "1.2.4"
- resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632"
+ resolved "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz"
integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==
linkify-it@^3.0.1:
version "3.0.3"
- resolved "https://registry.yarnpkg.com/linkify-it/-/linkify-it-3.0.3.tgz#a98baf44ce45a550efb4d49c769d07524cc2fa2e"
+ resolved "https://registry.npmjs.org/linkify-it/-/linkify-it-3.0.3.tgz"
integrity sha512-ynTsyrFSdE5oZ/O9GEf00kPngmOfVwazR5GKDq6EYfhlpFug3J2zybX56a2PRRpc9P+FuSoGNAwjlbDs9jJBPQ==
dependencies:
uc.micro "^1.0.1"
listr2@^3.8.3:
version "3.14.0"
- resolved "https://registry.yarnpkg.com/listr2/-/listr2-3.14.0.tgz#23101cc62e1375fd5836b248276d1d2b51fdbe9e"
+ resolved "https://registry.npmjs.org/listr2/-/listr2-3.14.0.tgz"
integrity sha512-TyWI8G99GX9GjE54cJ+RrNMcIFBfwMPxc3XTFiAYGN4s10hWROGtOg7+O6u6LE3mNkyld7RSLE6nrKBvTfcs3g==
dependencies:
cli-truncate "^2.1.0"
@@ -15874,7 +13818,7 @@ listr2@^3.8.3:
live-server@^1.2.1:
version "1.2.2"
- resolved "https://registry.yarnpkg.com/live-server/-/live-server-1.2.2.tgz#20b4fe5c2ca886faa61813310e28680804f48dad"
+ resolved "https://registry.npmjs.org/live-server/-/live-server-1.2.2.tgz"
integrity sha512-t28HXLjITRGoMSrCOv4eZ88viHaBVIjKjdI5PO92Vxlu+twbk6aE0t7dVIaz6ZWkjPilYFV6OSdMYl9ybN2B4w==
dependencies:
chokidar "^2.0.4"
@@ -15891,46 +13835,14 @@ live-server@^1.2.1:
send latest
serve-index "^1.9.1"
-loader-runner@^2.4.0:
- version "2.4.0"
- resolved "https://registry.yarnpkg.com/loader-runner/-/loader-runner-2.4.0.tgz#ed47066bfe534d7e84c4c7b9998c2a75607d9357"
- integrity sha512-Jsmr89RcXGIwivFY21FcRrisYZfvLMTWx5kOLc+JTxtpBOG6xML0vzbc6SEQG2FO9/4Fc3wW4LVcB5DmGflaRw==
-
loader-runner@^4.2.0:
version "4.3.0"
- resolved "https://registry.yarnpkg.com/loader-runner/-/loader-runner-4.3.0.tgz#c1b4a163b99f614830353b16755e7149ac2314e1"
+ resolved "https://registry.npmjs.org/loader-runner/-/loader-runner-4.3.0.tgz"
integrity sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==
-loader-utils@1.2.3:
- version "1.2.3"
- resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-1.2.3.tgz#1ff5dc6911c9f0a062531a4c04b609406108c2c7"
- integrity sha512-fkpz8ejdnEMG3s37wGL07iSBDg99O9D5yflE9RGNH3hRdx9SOwYfnGYdZOUIZitN8E+E2vkq3MUMYMvPYl5ZZA==
- dependencies:
- big.js "^5.2.2"
- emojis-list "^2.0.0"
- json5 "^1.0.1"
-
-loader-utils@2.0.0:
- version "2.0.0"
- resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-2.0.0.tgz#e4cace5b816d425a166b5f097e10cd12b36064b0"
- integrity sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ==
- dependencies:
- big.js "^5.2.2"
- emojis-list "^3.0.0"
- json5 "^2.1.2"
-
-loader-utils@^1.1.0, loader-utils@^1.2.3, loader-utils@^1.4.0:
- version "1.4.2"
- resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-1.4.2.tgz#29a957f3a63973883eb684f10ffd3d151fec01a3"
- integrity sha512-I5d00Pd/jwMD2QCduo657+YM/6L3KZu++pmX9VFncxaxvHcru9jx1lBaFft+r4Mt2jK0Yhp41XlRAihzPxHNCg==
- dependencies:
- big.js "^5.2.2"
- emojis-list "^3.0.0"
- json5 "^1.0.1"
-
loader-utils@^2.0.0, loader-utils@^2.0.4:
version "2.0.4"
- resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-2.0.4.tgz#8b5cb38b5c34a9a018ee1fc0e6a066d1dfcc528c"
+ resolved "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.4.tgz"
integrity sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==
dependencies:
big.js "^5.2.2"
@@ -15939,12 +13851,21 @@ loader-utils@^2.0.0, loader-utils@^2.0.4:
loader-utils@^3.2.0:
version "3.3.1"
- resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-3.3.1.tgz#735b9a19fd63648ca7adbd31c2327dfe281304e5"
+ resolved "https://registry.npmjs.org/loader-utils/-/loader-utils-3.3.1.tgz"
integrity sha512-FMJTLMXfCLMLfJxcX9PFqX5qD88Z5MRGaZCVzfuqeZSPsyiBzs+pahDQjbIWz2QIzPZz0NX9Zy4FX3lmK6YHIg==
+loader-utils@1.2.3:
+ version "1.2.3"
+ resolved "https://registry.npmjs.org/loader-utils/-/loader-utils-1.2.3.tgz"
+ integrity sha512-fkpz8ejdnEMG3s37wGL07iSBDg99O9D5yflE9RGNH3hRdx9SOwYfnGYdZOUIZitN8E+E2vkq3MUMYMvPYl5ZZA==
+ dependencies:
+ big.js "^5.2.2"
+ emojis-list "^2.0.0"
+ json5 "^1.0.1"
+
locate-path@^3.0.0:
version "3.0.0"
- resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-3.0.0.tgz#dbec3b3ab759758071b58fe59fc41871af21400e"
+ resolved "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz"
integrity sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==
dependencies:
p-locate "^3.0.0"
@@ -15952,161 +13873,141 @@ locate-path@^3.0.0:
locate-path@^5.0.0:
version "5.0.0"
- resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-5.0.0.tgz#1afba396afd676a6d42504d0a67a3a7eb9f62aa0"
+ resolved "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz"
integrity sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==
dependencies:
p-locate "^4.1.0"
locate-path@^6.0.0:
version "6.0.0"
- resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-6.0.0.tgz#55321eb309febbc59c4801d931a72452a681d286"
+ resolved "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz"
integrity sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==
dependencies:
p-locate "^5.0.0"
-lodash._reinterpolate@^3.0.0:
- version "3.0.0"
- resolved "https://registry.yarnpkg.com/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz#0ccf2d89166af03b3663c796538b75ac6e114d9d"
- integrity sha512-xYHt68QRoYGjeeM/XOE1uJtvXQAgvszfBhjV4yvsQH0u2i9I6cI6c6/eG4Hh3UAOVn0y/xAXwmTzEay49Q//HA==
-
lodash.camelcase@^4.3.0:
version "4.3.0"
- resolved "https://registry.yarnpkg.com/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz#b28aa6288a2b9fc651035c7711f65ab6190331a6"
+ resolved "https://registry.npmjs.org/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz"
integrity sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==
lodash.curry@^4.0.1:
version "4.1.1"
- resolved "https://registry.yarnpkg.com/lodash.curry/-/lodash.curry-4.1.1.tgz#248e36072ede906501d75966200a86dab8b23170"
+ resolved "https://registry.npmjs.org/lodash.curry/-/lodash.curry-4.1.1.tgz"
integrity sha512-/u14pXGviLaweY5JI0IUzgzF2J6Ne8INyzAZjImcryjgkZ+ebruBxy2/JaOOkTqScddcYtakjhSaeemV8lR0tA==
lodash.debounce@^4.0.8:
version "4.0.8"
- resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af"
+ resolved "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz"
integrity sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==
lodash.defaults@^4.2.0:
version "4.2.0"
- resolved "https://registry.yarnpkg.com/lodash.defaults/-/lodash.defaults-4.2.0.tgz#d09178716ffea4dde9e5fb7b37f6f0802274580c"
+ resolved "https://registry.npmjs.org/lodash.defaults/-/lodash.defaults-4.2.0.tgz"
integrity sha512-qjxPLHd3r5DnsdGacqOMU6pb/avJzdh9tFX2ymgoZE27BmjXrNy/y4LoaiTeAb+O3gL8AfpJGtqfX/ae2leYYQ==
lodash.difference@^4.5.0:
version "4.5.0"
- resolved "https://registry.yarnpkg.com/lodash.difference/-/lodash.difference-4.5.0.tgz#9ccb4e505d486b91651345772885a2df27fd017c"
+ resolved "https://registry.npmjs.org/lodash.difference/-/lodash.difference-4.5.0.tgz"
integrity sha512-dS2j+W26TQ7taQBGN8Lbbq04ssV3emRw4NY58WErlTO29pIqS0HmoT5aJ9+TUQ1N3G+JOZSji4eugsWwGp9yPA==
lodash.escape@^4.0.1:
version "4.0.1"
- resolved "https://registry.yarnpkg.com/lodash.escape/-/lodash.escape-4.0.1.tgz#c9044690c21e04294beaa517712fded1fa88de98"
+ resolved "https://registry.npmjs.org/lodash.escape/-/lodash.escape-4.0.1.tgz"
integrity sha512-nXEOnb/jK9g0DYMr1/Xvq6l5xMD7GDG55+GSYIYmS0G4tBk/hURD4JR9WCavs04t33WmJx9kCyp9vJ+mr4BOUw==
lodash.flatten@^4.4.0:
version "4.4.0"
- resolved "https://registry.yarnpkg.com/lodash.flatten/-/lodash.flatten-4.4.0.tgz#f31c22225a9632d2bbf8e4addbef240aa765a61f"
+ resolved "https://registry.npmjs.org/lodash.flatten/-/lodash.flatten-4.4.0.tgz"
integrity sha512-C5N2Z3DgnnKr0LOpv/hKCgKdb7ZZwafIrsesve6lmzvZIRZRGaZ/l6Q8+2W7NaT+ZwO3fFlSCzCzrDCFdJfZ4g==
lodash.flattendeep@^4.4.0:
version "4.4.0"
- resolved "https://registry.yarnpkg.com/lodash.flattendeep/-/lodash.flattendeep-4.4.0.tgz#fb030917f86a3134e5bc9bec0d69e0013ddfedb2"
+ resolved "https://registry.npmjs.org/lodash.flattendeep/-/lodash.flattendeep-4.4.0.tgz"
integrity sha512-uHaJFihxmJcEX3kT4I23ABqKKalJ/zDrDg0lsFtc1h+3uw49SIJ5beyhx5ExVRti3AvKoOJngIj7xz3oylPdWQ==
lodash.flow@^3.3.0:
version "3.5.0"
- resolved "https://registry.yarnpkg.com/lodash.flow/-/lodash.flow-3.5.0.tgz#87bf40292b8cf83e4e8ce1a3ae4209e20071675a"
+ resolved "https://registry.npmjs.org/lodash.flow/-/lodash.flow-3.5.0.tgz"
integrity sha512-ff3BX/tSioo+XojX4MOsOMhJw0nZoUEF011LX8g8d3gvjVbxd89cCio4BCXronjxcTUIJUoqKEUA+n4CqvvRPw==
lodash.get@^4.4.2:
version "4.4.2"
- resolved "https://registry.yarnpkg.com/lodash.get/-/lodash.get-4.4.2.tgz#2d177f652fa31e939b4438d5341499dfa3825e99"
+ resolved "https://registry.npmjs.org/lodash.get/-/lodash.get-4.4.2.tgz"
integrity sha512-z+Uw/vLuy6gQe8cfaFWD7p0wVv8fJl3mbzXh33RS+0oW2wvUqiRXiQ69gLWSLpgB5/6sU+r6BlQR0MBILadqTQ==
lodash.isequal@^4.5.0:
version "4.5.0"
- resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0"
+ resolved "https://registry.npmjs.org/lodash.isequal/-/lodash.isequal-4.5.0.tgz"
integrity sha512-pDo3lu8Jhfjqls6GkMgpahsF9kCyayhgykjyLMNFTKWrpVdAQtYyB4muAMWozBB4ig/dtWAmsMxLEI8wuz+DYQ==
lodash.isplainobject@^4.0.6:
version "4.0.6"
- resolved "https://registry.yarnpkg.com/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz#7c526a52d89b45c45cc690b88163be0497f550cb"
+ resolved "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz"
integrity sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==
lodash.memoize@^4.1.2:
version "4.1.2"
- resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe"
+ resolved "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz"
integrity sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==
lodash.merge@^4.6.2:
version "4.6.2"
- resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a"
+ resolved "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz"
integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==
lodash.mergewith@^4.6.2:
version "4.6.2"
- resolved "https://registry.yarnpkg.com/lodash.mergewith/-/lodash.mergewith-4.6.2.tgz#617121f89ac55f59047c7aec1ccd6654c6590f55"
+ resolved "https://registry.npmjs.org/lodash.mergewith/-/lodash.mergewith-4.6.2.tgz"
integrity sha512-GK3g5RPZWTRSeLSpgP8Xhra+pnjBC56q9FZYe1d5RN3TJ35dbkGy3YqBSMbyCrlbi+CM9Z3Jk5yTL7RCsqboyQ==
lodash.omit@^4.5.0:
version "4.5.0"
- resolved "https://registry.yarnpkg.com/lodash.omit/-/lodash.omit-4.5.0.tgz#6eb19ae5a1ee1dd9df0b969e66ce0b7fa30b5e60"
+ resolved "https://registry.npmjs.org/lodash.omit/-/lodash.omit-4.5.0.tgz"
integrity sha512-XeqSp49hNGmlkj2EJlfrQFIzQ6lXdNro9sddtQzcJY8QaoC2GO0DT7xaIokHeyM+mIT0mPMlPvkYzg2xCuHdZg==
lodash.once@^4.1.1:
version "4.1.1"
- resolved "https://registry.yarnpkg.com/lodash.once/-/lodash.once-4.1.1.tgz#0dd3971213c7c56df880977d504c88fb471a97ac"
+ resolved "https://registry.npmjs.org/lodash.once/-/lodash.once-4.1.1.tgz"
integrity sha512-Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg==
lodash.padend@^4.6.1:
version "4.6.1"
- resolved "https://registry.yarnpkg.com/lodash.padend/-/lodash.padend-4.6.1.tgz#53ccba047d06e158d311f45da625f4e49e6f166e"
+ resolved "https://registry.npmjs.org/lodash.padend/-/lodash.padend-4.6.1.tgz"
integrity sha512-sOQs2aqGpbl27tmCS1QNZA09Uqp01ZzWfDUoD+xzTii0E7dSQfRKcRetFwa+uXaxaqL+TKm7CgD2JdKP7aZBSw==
lodash.pick@^4.4.0:
version "4.4.0"
- resolved "https://registry.yarnpkg.com/lodash.pick/-/lodash.pick-4.4.0.tgz#52f05610fff9ded422611441ed1fc123a03001b3"
+ resolved "https://registry.npmjs.org/lodash.pick/-/lodash.pick-4.4.0.tgz"
integrity sha512-hXt6Ul/5yWjfklSGvLQl8vM//l3FtyHZeuelpzK6mm99pNvN9yTDruNZPEJZD1oWrqo+izBmB7oUfWgcCX7s4Q==
lodash.sortby@^4.7.0:
version "4.7.0"
- resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438"
+ resolved "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz"
integrity sha512-HDWXG8isMntAyRF5vZ7xKuEvOhT4AhlRt/3czTSjvGUxjYCBVRQY48ViDHyfYz9VIoBkW4TMGQNapx+l3RUwdA==
-lodash.template@^4.5.0:
- version "4.5.0"
- resolved "https://registry.yarnpkg.com/lodash.template/-/lodash.template-4.5.0.tgz#f976195cf3f347d0d5f52483569fe8031ccce8ab"
- integrity sha512-84vYFxIkmidUiFxidA/KjjH9pAycqW+h980j7Fuz5qxRtO9pgB7MDFTdys1N7A5mcucRiDyEq4fusljItR1T/A==
- dependencies:
- lodash._reinterpolate "^3.0.0"
- lodash.templatesettings "^4.0.0"
-
-lodash.templatesettings@^4.0.0:
- version "4.2.0"
- resolved "https://registry.yarnpkg.com/lodash.templatesettings/-/lodash.templatesettings-4.2.0.tgz#e481310f049d3cf6d47e912ad09313b154f0fb33"
- integrity sha512-stgLz+i3Aa9mZgnjr/O+v9ruKZsPsndy7qPZOchbqk2cnTU1ZaldKK+v7m54WoKIyxiuMZTKT2H81F8BeAc3ZQ==
- dependencies:
- lodash._reinterpolate "^3.0.0"
-
lodash.truncate@^4.4.2:
version "4.4.2"
- resolved "https://registry.yarnpkg.com/lodash.truncate/-/lodash.truncate-4.4.2.tgz#5a350da0b1113b837ecfffd5812cbe58d6eae193"
+ resolved "https://registry.npmjs.org/lodash.truncate/-/lodash.truncate-4.4.2.tgz"
integrity sha512-jttmRe7bRse52OsWIMDLaXxWqRAmtIUccAQ3garviCqJjafXOfNMO0yMfNpdD6zbGaTU0P5Nz7e7gAT6cKmJRw==
lodash.union@^4.6.0:
version "4.6.0"
- resolved "https://registry.yarnpkg.com/lodash.union/-/lodash.union-4.6.0.tgz#48bb5088409f16f1821666641c44dd1aaae3cd88"
+ resolved "https://registry.npmjs.org/lodash.union/-/lodash.union-4.6.0.tgz"
integrity sha512-c4pB2CdGrGdjMKYLA+XiRDO7Y0PRQbm/Gzg8qMj+QH+pFVAoTp5sBpO0odL3FjoPCGjK96p6qsP+yQoiLoOBcw==
-lodash.uniq@4.5.0, lodash.uniq@^4.5.0:
+lodash.uniq@^4.5.0, lodash.uniq@4.5.0:
version "4.5.0"
- resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
+ resolved "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz"
integrity sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==
-"lodash@>=3.5 <5", lodash@^4.0.0, lodash@^4.17.11, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.21, lodash@^4.17.5, lodash@^4.7.0:
+lodash@^4.0.0, lodash@^4.17.11, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.21, lodash@^4.7.0:
version "4.17.21"
- resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
+ resolved "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz"
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
log-symbols@^4.0.0, log-symbols@^4.1.0:
version "4.1.0"
- resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-4.1.0.tgz#3fbdbb95b4683ac9fc785111e792e558d4abd503"
+ resolved "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz"
integrity sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==
dependencies:
chalk "^4.1.0"
@@ -16114,7 +14015,7 @@ log-symbols@^4.0.0, log-symbols@^4.1.0:
log-update@^4.0.0:
version "4.0.0"
- resolved "https://registry.yarnpkg.com/log-update/-/log-update-4.0.0.tgz#589ecd352471f2a1c0c570287543a64dfd20e0a1"
+ resolved "https://registry.npmjs.org/log-update/-/log-update-4.0.0.tgz"
integrity sha512-9fkkDevMefjg0mmzWFBW8YkFP91OrizzkW3diF7CpG+S2EYdy4+TVfGwz1zeF8x7hCx1ovSPTOE9Ngib74qqUg==
dependencies:
ansi-escapes "^4.3.0"
@@ -16122,43 +14023,38 @@ log-update@^4.0.0:
slice-ansi "^4.0.0"
wrap-ansi "^6.2.0"
-loglevel@^1.6.8:
- version "1.9.1"
- resolved "https://registry.yarnpkg.com/loglevel/-/loglevel-1.9.1.tgz#d63976ac9bcd03c7c873116d41c2a85bafff1be7"
- integrity sha512-hP3I3kCrDIMuRwAwHltphhDM1r8i55H33GgqjXbrisuJhF4kRhW1dNuxsRklp4bXl8DSdLaNLuiL4A/LWRfxvg==
-
loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.2.0, loose-envify@^1.3.1, loose-envify@^1.4.0:
version "1.4.0"
- resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
+ resolved "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz"
integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==
dependencies:
js-tokens "^3.0.0 || ^4.0.0"
lower-case@^2.0.2:
version "2.0.2"
- resolved "https://registry.yarnpkg.com/lower-case/-/lower-case-2.0.2.tgz#6fa237c63dbdc4a82ca0fd882e4722dc5e634e28"
+ resolved "https://registry.npmjs.org/lower-case/-/lower-case-2.0.2.tgz"
integrity sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==
dependencies:
tslib "^2.0.3"
lowercase-keys@^1.0.0, lowercase-keys@^1.0.1:
version "1.0.1"
- resolved "https://registry.yarnpkg.com/lowercase-keys/-/lowercase-keys-1.0.1.tgz#6f9e30b47084d971a7c820ff15a6c5167b74c26f"
+ resolved "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-1.0.1.tgz"
integrity sha512-G2Lj61tXDnVFFOi8VZds+SoQjtQC3dgokKdDG2mTm1tx4m50NUHBOZSBwQQHyy0V12A0JTG4icfZQH+xPyh8VA==
lowercase-keys@^2.0.0:
version "2.0.0"
- resolved "https://registry.yarnpkg.com/lowercase-keys/-/lowercase-keys-2.0.0.tgz#2603e78b7b4b0006cbca2fbcc8a3202558ac9479"
+ resolved "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-2.0.0.tgz"
integrity sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA==
lru-cache@^10.2.0:
version "10.4.3"
- resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.4.3.tgz#410fc8a17b70e598013df257c2446b7f3383f119"
+ resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz"
integrity sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==
lru-cache@^4.0.1:
version "4.1.5"
- resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.1.5.tgz#8bbe50ea85bed59bc9e33dcab8235ee9bcf443cd"
+ resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.5.tgz"
integrity sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==
dependencies:
pseudomap "^1.0.2"
@@ -16166,52 +14062,52 @@ lru-cache@^4.0.1:
lru-cache@^5.1.1:
version "5.1.1"
- resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
+ resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz"
integrity sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==
dependencies:
yallist "^3.0.2"
lru-cache@^6.0.0:
version "6.0.0"
- resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
+ resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz"
integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==
dependencies:
yallist "^4.0.0"
luxon@3.2.1:
version "3.2.1"
- resolved "https://registry.yarnpkg.com/luxon/-/luxon-3.2.1.tgz#14f1af209188ad61212578ea7e3d518d18cee45f"
+ resolved "https://registry.npmjs.org/luxon/-/luxon-3.2.1.tgz"
integrity sha512-QrwPArQCNLAKGO/C+ZIilgIuDnEnKx5QYODdDtbFaxzsbZcc/a7WFq7MhsVYgRlwawLtvOUESTlfJ+hc/USqPg==
lz-string@^1.5.0:
version "1.5.0"
- resolved "https://registry.yarnpkg.com/lz-string/-/lz-string-1.5.0.tgz#c1ab50f77887b712621201ba9fd4e3a6ed099941"
+ resolved "https://registry.npmjs.org/lz-string/-/lz-string-1.5.0.tgz"
integrity sha512-h5bgJWpxJNswbU7qCrV0tIKQCaS3blPDrqKWx+QxzuzL1zGUzij9XCWLrSLsJPu5t+eWA/ycetzYAO5IOMcWAQ==
magic-string@^0.25.0, magic-string@^0.25.7:
version "0.25.9"
- resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.25.9.tgz#de7f9faf91ef8a1c91d02c2e5314c8277dbcdd1c"
+ resolved "https://registry.npmjs.org/magic-string/-/magic-string-0.25.9.tgz"
integrity sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ==
dependencies:
sourcemap-codec "^1.4.8"
magic-string@^0.30.5:
version "0.30.11"
- resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.30.11.tgz#301a6f93b3e8c2cb13ac1a7a673492c0dfd12954"
+ resolved "https://registry.npmjs.org/magic-string/-/magic-string-0.30.11.tgz"
integrity sha512-+Wri9p0QHMy+545hKww7YAu5NyzF8iomPL/RQazugQ9+Ez4Ic3mERMd8ZTX5rfK944j+560ZJi8iAwgak1Ac7A==
dependencies:
"@jridgewell/sourcemap-codec" "^1.5.0"
make-dir@^1.0.0:
version "1.3.0"
- resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-1.3.0.tgz#79c1033b80515bd6d24ec9933e860ca75ee27f0c"
+ resolved "https://registry.npmjs.org/make-dir/-/make-dir-1.3.0.tgz"
integrity sha512-2w31R7SJtieJJnQtGc7RVL2StM2vGYVfqUOvUDxH6bC6aJTxPxTF0GnIgCyu7tjockiUWAYQRbxa7vKn34s5sQ==
dependencies:
pify "^3.0.0"
make-dir@^2.0.0, make-dir@^2.1.0:
version "2.1.0"
- resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-2.1.0.tgz#5f0310e18b8be898cc07009295a30ae41e91e6f5"
+ resolved "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz"
integrity sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==
dependencies:
pify "^4.0.1"
@@ -16219,70 +14115,70 @@ make-dir@^2.0.0, make-dir@^2.1.0:
make-dir@^3.0.0, make-dir@^3.0.2, make-dir@^3.1.0:
version "3.1.0"
- resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-3.1.0.tgz#415e967046b3a7f1d185277d84aa58203726a13f"
+ resolved "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz"
integrity sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==
dependencies:
semver "^6.0.0"
make-dir@^4.0.0:
version "4.0.0"
- resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-4.0.0.tgz#c3c2307a771277cd9638305f915c29ae741b614e"
+ resolved "https://registry.npmjs.org/make-dir/-/make-dir-4.0.0.tgz"
integrity sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==
dependencies:
semver "^7.5.3"
makeerror@1.0.12:
version "1.0.12"
- resolved "https://registry.yarnpkg.com/makeerror/-/makeerror-1.0.12.tgz#3e5dd2079a82e812e983cc6610c4a2cb0eaa801a"
+ resolved "https://registry.npmjs.org/makeerror/-/makeerror-1.0.12.tgz"
integrity sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==
dependencies:
tmpl "1.0.5"
map-cache@^0.2.2:
version "0.2.2"
- resolved "https://registry.yarnpkg.com/map-cache/-/map-cache-0.2.2.tgz#c32abd0bd6525d9b051645bb4f26ac5dc98a0dbf"
+ resolved "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz"
integrity sha512-8y/eV9QQZCiyn1SprXSrCmqJN0yNRATe+PO8ztwqrvrbdRLA3eYJF0yaR0YayLWkMbsQSKWS9N2gPcGEc4UsZg==
map-obj@^1.0.0:
version "1.0.1"
- resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-1.0.1.tgz#d933ceb9205d82bdcf4886f6742bdc2b4dea146d"
+ resolved "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz"
integrity sha512-7N/q3lyZ+LVCp7PzuxrJr4KMbBE2hW7BT7YNia330OFxIf4d3r5zVpicP2650l7CPN6RM9zOJRl3NGpqSiw3Eg==
map-obj@^4.0.0:
version "4.3.0"
- resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-4.3.0.tgz#9304f906e93faae70880da102a9f1df0ea8bb05a"
+ resolved "https://registry.npmjs.org/map-obj/-/map-obj-4.3.0.tgz"
integrity sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==
map-or-similar@^1.5.0:
version "1.5.0"
- resolved "https://registry.yarnpkg.com/map-or-similar/-/map-or-similar-1.5.0.tgz#6de2653174adfb5d9edc33c69d3e92a1b76faf08"
+ resolved "https://registry.npmjs.org/map-or-similar/-/map-or-similar-1.5.0.tgz"
integrity sha512-0aF7ZmVon1igznGI4VS30yugpduQW3y3GkcgGJOp7d8x8QrizhigUxjI/m2UojsXXto+jLAH3KSz+xOJTiORjg==
map-stream@~0.1.0:
version "0.1.0"
- resolved "https://registry.yarnpkg.com/map-stream/-/map-stream-0.1.0.tgz#e56aa94c4c8055a16404a0674b78f215f7c8e194"
+ resolved "https://registry.npmjs.org/map-stream/-/map-stream-0.1.0.tgz"
integrity sha512-CkYQrPYZfWnu/DAmVCpTSX/xHpKZ80eKh2lAkyA6AJTef6bW+6JpbQZN5rofum7da+SyN1bi5ctTm+lTfcCW3g==
map-visit@^1.0.0:
version "1.0.0"
- resolved "https://registry.yarnpkg.com/map-visit/-/map-visit-1.0.0.tgz#ecdca8f13144e660f1b5bd41f12f3479d98dfb8f"
+ resolved "https://registry.npmjs.org/map-visit/-/map-visit-1.0.0.tgz"
integrity sha512-4y7uGv8bd2WdM9vpQsiQNo41Ln1NvhvDRuVt0k2JZQ+ezN2uaQes7lZeZ+QQUHOLQAtDaBJ+7wCbi+ab/KFs+w==
dependencies:
object-visit "^1.0.0"
markdown-escapes@^1.0.0:
version "1.0.4"
- resolved "https://registry.yarnpkg.com/markdown-escapes/-/markdown-escapes-1.0.4.tgz#c95415ef451499d7602b91095f3c8e8975f78535"
+ resolved "https://registry.npmjs.org/markdown-escapes/-/markdown-escapes-1.0.4.tgz"
integrity sha512-8z4efJYk43E0upd0NbVXwgSTQs6cT3T06etieCMEg7dRbzCbxUCK/GHlX8mhHRDcp+OLlHkPKsvqQTCvsRl2cg==
markdown-it-anchor@^8.4.1:
version "8.6.7"
- resolved "https://registry.yarnpkg.com/markdown-it-anchor/-/markdown-it-anchor-8.6.7.tgz#ee6926daf3ad1ed5e4e3968b1740eef1c6399634"
+ resolved "https://registry.npmjs.org/markdown-it-anchor/-/markdown-it-anchor-8.6.7.tgz"
integrity sha512-FlCHFwNnutLgVTflOYHPW2pPcl2AACqVzExlkGQNsi4CJgqOHN7YTgDd4LuhgN1BFO3TS0vLAruV1Td6dwWPJA==
-markdown-it@^12.3.2:
+markdown-it@*, markdown-it@^12.3.2:
version "12.3.2"
- resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-12.3.2.tgz#bf92ac92283fe983fe4de8ff8abfb5ad72cd0c90"
+ resolved "https://registry.npmjs.org/markdown-it/-/markdown-it-12.3.2.tgz"
integrity sha512-TchMembfxfNVpHkbtriWltGWc+m3xszaRD0CZup7GFFhzIgQqxIfn3eGj1yZpfuflzPvfkt611B2Q/Bsk1YnGg==
dependencies:
argparse "^2.0.1"
@@ -16293,32 +14189,32 @@ markdown-it@^12.3.2:
markdown-to-jsx@^7.4.5:
version "7.4.7"
- resolved "https://registry.yarnpkg.com/markdown-to-jsx/-/markdown-to-jsx-7.4.7.tgz#740ee7ec933865ef5cc683a0992797685a75e2ee"
+ resolved "https://registry.npmjs.org/markdown-to-jsx/-/markdown-to-jsx-7.4.7.tgz"
integrity sha512-0+ls1IQZdU6cwM1yu0ZjjiVWYtkbExSyUIFU2ZeDIFuZM1W42Mh4OlJ4nb4apX4H8smxDHRdFaoIVJGwfv5hkg==
marked@^0.7.0:
version "0.7.0"
- resolved "https://registry.yarnpkg.com/marked/-/marked-0.7.0.tgz#b64201f051d271b1edc10a04d1ae9b74bb8e5c0e"
+ resolved "https://registry.npmjs.org/marked/-/marked-0.7.0.tgz"
integrity sha512-c+yYdCZJQrsRjTPhUx7VKkApw9bwDkNbHUKo1ovgcfDjb2kc8rLuRbIFyXL5WOEUwzSSKo3IXpph2K6DqB/KZg==
marked@^2.1.3:
version "2.1.3"
- resolved "https://registry.yarnpkg.com/marked/-/marked-2.1.3.tgz#bd017cef6431724fd4b27e0657f5ceb14bff3753"
+ resolved "https://registry.npmjs.org/marked/-/marked-2.1.3.tgz"
integrity sha512-/Q+7MGzaETqifOMWYEA7HVMaZb4XbcRfaOzcSsHZEith83KGlvaSG33u0SKu89Mj5h+T8V2hM+8O45Qc5XTgwA==
marked@^4.0.10:
version "4.3.0"
- resolved "https://registry.yarnpkg.com/marked/-/marked-4.3.0.tgz#796362821b019f734054582038b116481b456cf3"
+ resolved "https://registry.npmjs.org/marked/-/marked-4.3.0.tgz"
integrity sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A==
match-all@^1.2.5:
version "1.2.6"
- resolved "https://registry.yarnpkg.com/match-all/-/match-all-1.2.6.tgz#66d276ad6b49655551e63d3a6ee53e8be0566f8d"
+ resolved "https://registry.npmjs.org/match-all/-/match-all-1.2.6.tgz"
integrity sha512-0EESkXiTkWzrQQntBu2uzKvLu6vVkUGz40nGPbSZuegcfE5UuSzNjLaIu76zJWuaT/2I3Z/8M06OlUOZLGwLlQ==
match-sorter@^6.0.2:
version "6.3.4"
- resolved "https://registry.yarnpkg.com/match-sorter/-/match-sorter-6.3.4.tgz#afa779d8e922c81971fbcb4781c7003ace781be7"
+ resolved "https://registry.npmjs.org/match-sorter/-/match-sorter-6.3.4.tgz"
integrity sha512-jfZW7cWS5y/1xswZo8VBOdudUiSd9nifYRWphc9M5D/ee4w4AoXLgBEdRbgVaxbMuagBPeUC5y2Hi8DO6o9aDg==
dependencies:
"@babel/runtime" "^7.23.8"
@@ -16326,7 +14222,7 @@ match-sorter@^6.0.2:
md5.js@^1.3.4:
version "1.3.5"
- resolved "https://registry.yarnpkg.com/md5.js/-/md5.js-1.3.5.tgz#b5d07b8e3216e3e27cd728d72f70d1e6a342005f"
+ resolved "https://registry.npmjs.org/md5.js/-/md5.js-1.3.5.tgz"
integrity sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg==
dependencies:
hash-base "^3.0.0"
@@ -16335,21 +14231,21 @@ md5.js@^1.3.4:
mdast-squeeze-paragraphs@^4.0.0:
version "4.0.0"
- resolved "https://registry.yarnpkg.com/mdast-squeeze-paragraphs/-/mdast-squeeze-paragraphs-4.0.0.tgz#7c4c114679c3bee27ef10b58e2e015be79f1ef97"
+ resolved "https://registry.npmjs.org/mdast-squeeze-paragraphs/-/mdast-squeeze-paragraphs-4.0.0.tgz"
integrity sha512-zxdPn69hkQ1rm4J+2Cs2j6wDEv7O17TfXTJ33tl/+JPIoEmtV9t2ZzBM5LPHE8QlHsmVD8t3vPKCyY3oH+H8MQ==
dependencies:
unist-util-remove "^2.0.0"
mdast-util-definitions@^4.0.0:
version "4.0.0"
- resolved "https://registry.yarnpkg.com/mdast-util-definitions/-/mdast-util-definitions-4.0.0.tgz#c5c1a84db799173b4dcf7643cda999e440c24db2"
+ resolved "https://registry.npmjs.org/mdast-util-definitions/-/mdast-util-definitions-4.0.0.tgz"
integrity sha512-k8AJ6aNnUkB7IE+5azR9h81O5EQ/cTDXtWdMq9Kk5KcEW/8ritU5CeLg/9HhOC++nALHBlaogJ5jz0Ybk3kPMQ==
dependencies:
unist-util-visit "^2.0.0"
mdast-util-to-hast@10.0.1:
version "10.0.1"
- resolved "https://registry.yarnpkg.com/mdast-util-to-hast/-/mdast-util-to-hast-10.0.1.tgz#0cfc82089494c52d46eb0e3edb7a4eb2aea021eb"
+ resolved "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-10.0.1.tgz"
integrity sha512-BW3LM9SEMnjf4HXXVApZMt8gLQWVNXc3jryK0nJu/rOXPOnlkUjmdkDlmxMirpbU9ILncGFIwLH/ubnWBbcdgA==
dependencies:
"@types/mdast" "^3.0.0"
@@ -16363,62 +14259,46 @@ mdast-util-to-hast@10.0.1:
mdast-util-to-string@^2.0.0:
version "2.0.0"
- resolved "https://registry.yarnpkg.com/mdast-util-to-string/-/mdast-util-to-string-2.0.0.tgz#b8cfe6a713e1091cb5b728fc48885a4767f8b97b"
+ resolved "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-2.0.0.tgz"
integrity sha512-AW4DRS3QbBayY/jJmD8437V1Gombjf8RSOUCMFBuo5iHi58AGEgVCKQ+ezHkZZDpAQS75hcBMpLqjpJTjtUL7w==
mdn-data@2.0.14:
version "2.0.14"
- resolved "https://registry.yarnpkg.com/mdn-data/-/mdn-data-2.0.14.tgz#7113fc4281917d63ce29b43446f701e68c25ba50"
+ resolved "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz"
integrity sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==
mdn-data@2.0.4:
version "2.0.4"
- resolved "https://registry.yarnpkg.com/mdn-data/-/mdn-data-2.0.4.tgz#699b3c38ac6f1d728091a64650b65d388502fd5b"
+ resolved "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.4.tgz"
integrity sha512-iV3XNKw06j5Q7mi6h+9vbx23Tv7JkjEVgKHW4pimwyDGWm0OIQntJJ+u1C6mg6mK1EaTv42XQ7w76yuzH7M2cA==
mdurl@^1.0.0, mdurl@^1.0.1:
version "1.0.1"
- resolved "https://registry.yarnpkg.com/mdurl/-/mdurl-1.0.1.tgz#fe85b2ec75a59037f2adfec100fd6c601761152e"
+ resolved "https://registry.npmjs.org/mdurl/-/mdurl-1.0.1.tgz"
integrity sha512-/sKlQJCBYVY9Ers9hqzKou4H6V5UWc/M59TH2dvkt+84itfnq7uFOMLpOiOS4ujvHP4etln18fmIxA5R5fll0g==
media-typer@0.3.0:
version "0.3.0"
- resolved "https://registry.yarnpkg.com/media-typer/-/media-typer-0.3.0.tgz#8710d7af0aa626f8fffa1ce00168545263255748"
+ resolved "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz"
integrity sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==
memfs@^3.1.2, memfs@^3.4.1, memfs@^3.4.12, memfs@^3.4.3:
version "3.6.0"
- resolved "https://registry.yarnpkg.com/memfs/-/memfs-3.6.0.tgz#d7a2110f86f79dd950a8b6df6d57bc984aa185f6"
+ resolved "https://registry.npmjs.org/memfs/-/memfs-3.6.0.tgz"
integrity sha512-EGowvkkgbMcIChjMTMkESFDbZeSh8xZ7kNSF0hAiAN4Jh6jgHCRS0Ga/+C8y6Au+oqpezRHCfPsmJ2+DwAgiwQ==
dependencies:
fs-monkey "^1.0.4"
memoizerific@^1.11.3:
version "1.11.3"
- resolved "https://registry.yarnpkg.com/memoizerific/-/memoizerific-1.11.3.tgz#7c87a4646444c32d75438570905f2dbd1b1a805a"
+ resolved "https://registry.npmjs.org/memoizerific/-/memoizerific-1.11.3.tgz"
integrity sha512-/EuHYwAPdLtXwAwSZkh/Gutery6pD2KYd44oQLhAvQp/50mpyduZh8Q7PYHXTCJ+wuXxt7oij2LXyIJOOYFPog==
dependencies:
map-or-similar "^1.5.0"
-memory-fs@^0.4.1:
- version "0.4.1"
- resolved "https://registry.yarnpkg.com/memory-fs/-/memory-fs-0.4.1.tgz#3a9a20b8462523e447cfbc7e8bb80ed667bfc552"
- integrity sha512-cda4JKCxReDXFXRqOHPQscuIYg1PvxbE2S2GP45rnwfEK+vZaXC8C1OFvdHIbgw0DLzowXGVoxLaAmlgRy14GQ==
- dependencies:
- errno "^0.1.3"
- readable-stream "^2.0.1"
-
-memory-fs@^0.5.0:
- version "0.5.0"
- resolved "https://registry.yarnpkg.com/memory-fs/-/memory-fs-0.5.0.tgz#324c01288b88652966d161db77838720845a8e3c"
- integrity sha512-jA0rdU5KoQMC0e6ppoNRtpp6vjFq6+NY7r8hywnC7V+1Xj/MtHwGIbB1QaK/dunyjWteJzmkpd7ooeWg10T7GA==
- dependencies:
- errno "^0.1.3"
- readable-stream "^2.0.1"
-
meow@^8.0.0:
version "8.1.2"
- resolved "https://registry.yarnpkg.com/meow/-/meow-8.1.2.tgz#bcbe45bda0ee1729d350c03cffc8395a36c4e897"
+ resolved "https://registry.npmjs.org/meow/-/meow-8.1.2.tgz"
integrity sha512-r85E3NdZ+mpYk1C6RjPFEMSE+s1iZMuHtsHAqY0DT3jZczl0diWUZ8g6oU7h0M9cD2EL+PzaYghhCLzR0ZNn5Q==
dependencies:
"@types/minimist" "^1.2.0"
@@ -16435,32 +14315,32 @@ meow@^8.0.0:
merge-descriptors@1.0.1:
version "1.0.1"
- resolved "https://registry.yarnpkg.com/merge-descriptors/-/merge-descriptors-1.0.1.tgz#b00aaa556dd8b44568150ec9d1b953f3f90cbb61"
+ resolved "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz"
integrity sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w==
merge-stream@^2.0.0:
version "2.0.0"
- resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60"
+ resolved "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz"
integrity sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==
merge2@^1.2.3, merge2@^1.3.0, merge2@^1.4.1:
version "1.4.1"
- resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
+ resolved "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz"
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
methods@~1.1.2:
version "1.1.2"
- resolved "https://registry.yarnpkg.com/methods/-/methods-1.1.2.tgz#5529a4d67654134edcc5266656835b0f851afcee"
+ resolved "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz"
integrity sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==
microevent.ts@~0.1.1:
version "0.1.1"
- resolved "https://registry.yarnpkg.com/microevent.ts/-/microevent.ts-0.1.1.tgz#70b09b83f43df5172d0205a63025bce0f7357fa0"
+ resolved "https://registry.npmjs.org/microevent.ts/-/microevent.ts-0.1.1.tgz"
integrity sha512-jo1OfR4TaEwd5HOrt5+tAZ9mqT4jmpNAusXtyfNzqVm9uiSYFZlKM1wYL4oU7azZW/PxQW53wM0S6OR1JHNa2g==
micromatch@^3.1.10, micromatch@^3.1.4:
version "3.1.10"
- resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-3.1.10.tgz#70859bc95c9840952f359a068a3fc49f9ecfac23"
+ resolved "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz"
integrity sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==
dependencies:
arr-diff "^4.0.0"
@@ -16479,7 +14359,7 @@ micromatch@^3.1.10, micromatch@^3.1.4:
micromatch@^4.0.2, micromatch@^4.0.4, micromatch@^4.0.5:
version "4.0.7"
- resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.7.tgz#33e8190d9fe474a9895525f5618eee136d46c2e5"
+ resolved "https://registry.npmjs.org/micromatch/-/micromatch-4.0.7.tgz"
integrity sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==
dependencies:
braces "^3.0.3"
@@ -16487,89 +14367,74 @@ micromatch@^4.0.2, micromatch@^4.0.4, micromatch@^4.0.5:
microseconds@0.2.0:
version "0.2.0"
- resolved "https://registry.yarnpkg.com/microseconds/-/microseconds-0.2.0.tgz#233b25f50c62a65d861f978a4a4f8ec18797dc39"
+ resolved "https://registry.npmjs.org/microseconds/-/microseconds-0.2.0.tgz"
integrity sha512-n7DHHMjR1avBbSpsTBj6fmMGh2AGrifVV4e+WYc3Q9lO+xnSZ3NyhcBND3vzzatt05LFhoKFRxrIyklmLlUtyA==
miller-rabin@^4.0.0:
version "4.0.1"
- resolved "https://registry.yarnpkg.com/miller-rabin/-/miller-rabin-4.0.1.tgz#f080351c865b0dc562a8462966daa53543c78a4d"
+ resolved "https://registry.npmjs.org/miller-rabin/-/miller-rabin-4.0.1.tgz"
integrity sha512-115fLhvZVqWwHPbClyntxEVfVDfl9DLLTuJvq3g2O/Oxi8AiNouAHvDSzHS0viUJc+V5vm3eq91Xwqn9dp4jRA==
dependencies:
bn.js "^4.0.0"
brorand "^1.0.1"
-mime-db@1.52.0:
- version "1.52.0"
- resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.52.0.tgz#bbabcdc02859f4987301c856e3387ce5ec43bf70"
- integrity sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==
-
"mime-db@>= 1.43.0 < 2":
version "1.53.0"
- resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.53.0.tgz#3cb63cd820fc29896d9d4e8c32ab4fcd74ccb447"
+ resolved "https://registry.npmjs.org/mime-db/-/mime-db-1.53.0.tgz"
integrity sha512-oHlN/w+3MQ3rba9rqFr6V/ypF10LSkdwUysQL7GkXoTgIWeV+tcXGA852TBxH+gsh8UWoyhR1hKcoMJTuWflpg==
mime-db@~1.33.0:
version "1.33.0"
- resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.33.0.tgz#a3492050a5cb9b63450541e39d9788d2272783db"
+ resolved "https://registry.npmjs.org/mime-db/-/mime-db-1.33.0.tgz"
integrity sha512-BHJ/EKruNIqJf/QahvxwQZXKygOQ256myeN/Ew+THcAa5q+PjyTTMMeNQC4DZw5AwfvelsUrA6B67NKMqXDbzQ==
-mime-types@2.1.18:
- version "2.1.18"
- resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.18.tgz#6f323f60a83d11146f831ff11fd66e2fe5503bb8"
- integrity sha512-lc/aahn+t4/SWV/qcmumYjymLsWfN3ELhpmVuUFjgsORruuZPVSwAQryq+HHGvO/SI2KVX26bx+En+zhM8g8hQ==
- dependencies:
- mime-db "~1.33.0"
+mime-db@1.52.0:
+ version "1.52.0"
+ resolved "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz"
+ integrity sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==
mime-types@^2.1.12, mime-types@^2.1.27, mime-types@^2.1.31, mime-types@~2.1.17, mime-types@~2.1.19, mime-types@~2.1.24, mime-types@~2.1.34:
version "2.1.35"
- resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.35.tgz#381a871b62a734450660ae3deee44813f70d959a"
+ resolved "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz"
integrity sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==
dependencies:
mime-db "1.52.0"
+mime-types@2.1.18:
+ version "2.1.18"
+ resolved "https://registry.npmjs.org/mime-types/-/mime-types-2.1.18.tgz"
+ integrity sha512-lc/aahn+t4/SWV/qcmumYjymLsWfN3ELhpmVuUFjgsORruuZPVSwAQryq+HHGvO/SI2KVX26bx+En+zhM8g8hQ==
+ dependencies:
+ mime-db "~1.33.0"
+
mime@1.6.0:
version "1.6.0"
- resolved "https://registry.yarnpkg.com/mime/-/mime-1.6.0.tgz#32cd9e5c64553bd58d19a568af452acff04981b1"
+ resolved "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz"
integrity sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==
-mime@^2.4.4:
- version "2.6.0"
- resolved "https://registry.yarnpkg.com/mime/-/mime-2.6.0.tgz#a2a682a95cd4d0cb1d6257e28f83da7e35800367"
- integrity sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg==
-
mimic-fn@^2.1.0:
version "2.1.0"
- resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b"
+ resolved "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz"
integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==
mimic-fn@^4.0.0:
version "4.0.0"
- resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-4.0.0.tgz#60a90550d5cb0b239cca65d893b1a53b29871ecc"
+ resolved "https://registry.npmjs.org/mimic-fn/-/mimic-fn-4.0.0.tgz"
integrity sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==
mimic-response@^1.0.0, mimic-response@^1.0.1:
version "1.0.1"
- resolved "https://registry.yarnpkg.com/mimic-response/-/mimic-response-1.0.1.tgz#4923538878eef42063cb8a3e3b0798781487ab1b"
+ resolved "https://registry.npmjs.org/mimic-response/-/mimic-response-1.0.1.tgz"
integrity sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ==
min-indent@^1.0.0, min-indent@^1.0.1:
version "1.0.1"
- resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869"
+ resolved "https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz"
integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
-mini-css-extract-plugin@0.11.3:
- version "0.11.3"
- resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-0.11.3.tgz#15b0910a7f32e62ffde4a7430cfefbd700724ea6"
- integrity sha512-n9BA8LonkOkW1/zn+IbLPQmovsL0wMb9yx75fMJQZf2X1Zoec9yTZtyMePcyu19wPkmFbzZZA6fLTotpFhQsOA==
- dependencies:
- loader-utils "^1.1.0"
- normalize-url "1.9.1"
- schema-utils "^1.0.0"
- webpack-sources "^1.1.0"
-
-mini-css-extract-plugin@^2.4.5, mini-css-extract-plugin@^2.6.1:
+mini-css-extract-plugin@^2.4.5, mini-css-extract-plugin@^2.5.3, mini-css-extract-plugin@^2.6.1:
version "2.9.0"
- resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-2.9.0.tgz#c73a1327ccf466f69026ac22a8e8fd707b78a235"
+ resolved "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.9.0.tgz"
integrity sha512-Zs1YsZVfemekSZG+44vBsYTLQORkPMwnlv+aehcxK/NLKC+EGhDB39/YePYYqx/sTk6NnYpuqikhSn7+JIevTA==
dependencies:
schema-utils "^4.0.0"
@@ -16577,180 +14442,153 @@ mini-css-extract-plugin@^2.4.5, mini-css-extract-plugin@^2.6.1:
minimalistic-assert@^1.0.0, minimalistic-assert@^1.0.1:
version "1.0.1"
- resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7"
+ resolved "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz"
integrity sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==
minimalistic-crypto-utils@^1.0.1:
version "1.0.1"
- resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a"
+ resolved "https://registry.npmjs.org/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz"
integrity sha512-JIYlbt6g8i5jKfJ3xz7rF0LXmv2TkDxBLUkiBeZ7bAx4GnnNMr8xFpGnOxn6GhTEHx3SjRrZEoU+j04prX1ktg==
-minimatch@3.0.4:
- version "3.0.4"
- resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
- integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==
- dependencies:
- brace-expansion "^1.1.7"
-
-minimatch@3.1.2, minimatch@^3.0.2, minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
+minimatch@^3.0.2, minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2, minimatch@3.1.2:
version "3.1.2"
- resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
+ resolved "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz"
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
dependencies:
brace-expansion "^1.1.7"
-minimatch@9.0.1:
- version "9.0.1"
- resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.1.tgz#8a555f541cf976c622daf078bb28f29fb927c253"
- integrity sha512-0jWhJpD/MdhPXwPuiRkCbfYfSKp2qnn2eOc279qI7f+osl/l+prKSrvhg157zSYvx/1nmgn2NqdT6k2Z7zSH9w==
- dependencies:
- brace-expansion "^2.0.1"
-
minimatch@^5.0.1, minimatch@^5.1.6:
version "5.1.6"
- resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.6.tgz#1cfcb8cf5522ea69952cd2af95ae09477f122a96"
+ resolved "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz"
integrity sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==
dependencies:
brace-expansion "^2.0.1"
minimatch@^9.0.4:
version "9.0.5"
- resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
+ resolved "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz"
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
dependencies:
brace-expansion "^2.0.1"
minimatch@~3.0.2:
version "3.0.8"
- resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.8.tgz#5e6a59bd11e2ab0de1cfb843eb2d82e546c321c1"
+ resolved "https://registry.npmjs.org/minimatch/-/minimatch-3.0.8.tgz"
integrity sha512-6FsRAQsxQ61mw+qP1ZzbL9Bc78x2p5OqNgNpnoAFLTrX8n5Kxph0CsnhmKKNXTWjXqU5L0pGPR7hYk+XWZr60Q==
dependencies:
brace-expansion "^1.1.7"
-minimist-options@4.1.0:
- version "4.1.0"
- resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"
- integrity sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==
+minimatch@3.0.4:
+ version "3.0.4"
+ resolved "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz"
+ integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==
+ dependencies:
+ brace-expansion "^1.1.7"
+
+minimatch@9.0.1:
+ version "9.0.1"
+ resolved "https://registry.npmjs.org/minimatch/-/minimatch-9.0.1.tgz"
+ integrity sha512-0jWhJpD/MdhPXwPuiRkCbfYfSKp2qnn2eOc279qI7f+osl/l+prKSrvhg157zSYvx/1nmgn2NqdT6k2Z7zSH9w==
+ dependencies:
+ brace-expansion "^2.0.1"
+
+minimist-options@4.1.0:
+ version "4.1.0"
+ resolved "https://registry.npmjs.org/minimist-options/-/minimist-options-4.1.0.tgz"
+ integrity sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==
dependencies:
arrify "^1.0.1"
is-plain-obj "^1.1.0"
kind-of "^6.0.3"
-minimist@^1.1.1, minimist@^1.2.0, minimist@^1.2.5, minimist@^1.2.6, minimist@^1.2.8:
+minimist@^1.2.0, minimist@^1.2.5, minimist@^1.2.6, minimist@^1.2.8:
version "1.2.8"
- resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
+ resolved "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz"
integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==
-minipass-collect@^1.0.2:
- version "1.0.2"
- resolved "https://registry.yarnpkg.com/minipass-collect/-/minipass-collect-1.0.2.tgz#22b813bf745dc6edba2576b940022ad6edc8c617"
- integrity sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA==
- dependencies:
- minipass "^3.0.0"
-
-minipass-flush@^1.0.5:
- version "1.0.5"
- resolved "https://registry.yarnpkg.com/minipass-flush/-/minipass-flush-1.0.5.tgz#82e7135d7e89a50ffe64610a787953c4c4cbb373"
- integrity sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==
- dependencies:
- minipass "^3.0.0"
-
-minipass-pipeline@^1.2.2:
- version "1.2.4"
- resolved "https://registry.yarnpkg.com/minipass-pipeline/-/minipass-pipeline-1.2.4.tgz#68472f79711c084657c067c5c6ad93cddea8214c"
- integrity sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==
- dependencies:
- minipass "^3.0.0"
-
minipass@^2.6.0, minipass@^2.9.0:
version "2.9.0"
- resolved "https://registry.yarnpkg.com/minipass/-/minipass-2.9.0.tgz#e713762e7d3e32fed803115cf93e04bca9fcc9a6"
+ resolved "https://registry.npmjs.org/minipass/-/minipass-2.9.0.tgz"
integrity sha512-wxfUjg9WebH+CUDX/CdbRlh5SmfZiy/hpkxaRI16Y9W56Pa75sWgd/rvFilSgrauD9NyFymP/+JFV3KwzIsJeg==
dependencies:
safe-buffer "^5.1.2"
yallist "^3.0.0"
-minipass@^3.0.0, minipass@^3.1.1:
+minipass@^3.0.0:
version "3.3.6"
- resolved "https://registry.yarnpkg.com/minipass/-/minipass-3.3.6.tgz#7bba384db3a1520d18c9c0e5251c3444e95dd94a"
+ resolved "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz"
integrity sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==
dependencies:
yallist "^4.0.0"
+"minipass@^5.0.0 || ^6.0.2 || ^7.0.0":
+ version "7.1.2"
+ resolved "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz"
+ integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
+
minipass@^5.0.0:
version "5.0.0"
- resolved "https://registry.yarnpkg.com/minipass/-/minipass-5.0.0.tgz#3e9788ffb90b694a5d0ec94479a45b5d8738133d"
+ resolved "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz"
integrity sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==
-"minipass@^5.0.0 || ^6.0.2 || ^7.0.0", minipass@^7.1.2:
+minipass@^7.1.2:
version "7.1.2"
- resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
+ resolved "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz"
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
minizlib@^1.3.3:
version "1.3.3"
- resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-1.3.3.tgz#2290de96818a34c29551c8a8d301216bd65a861d"
+ resolved "https://registry.npmjs.org/minizlib/-/minizlib-1.3.3.tgz"
integrity sha512-6ZYMOEnmVsdCeTJVE0W9ZD+pVnE8h9Hma/iOwwRDsdQoePpoX56/8B6z3P9VNwppJuBKNRuFDRNRqRWexT9G9Q==
dependencies:
minipass "^2.9.0"
minizlib@^2.1.1:
version "2.1.2"
- resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-2.1.2.tgz#e90d3466ba209b932451508a11ce3d3632145931"
+ resolved "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz"
integrity sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==
dependencies:
minipass "^3.0.0"
yallist "^4.0.0"
-mississippi@^3.0.0:
- version "3.0.0"
- resolved "https://registry.yarnpkg.com/mississippi/-/mississippi-3.0.0.tgz#ea0a3291f97e0b5e8776b363d5f0a12d94c67022"
- integrity sha512-x471SsVjUtBRtcvd4BzKE9kFC+/2TeWgKCgw0bZcw1b9l2X3QX5vCWgF+KaZaYm87Ss//rHnWryupDrgLvmSkA==
- dependencies:
- concat-stream "^1.5.0"
- duplexify "^3.4.2"
- end-of-stream "^1.1.0"
- flush-write-stream "^1.0.0"
- from2 "^2.1.0"
- parallel-transform "^1.1.0"
- pump "^3.0.0"
- pumpify "^1.3.3"
- stream-each "^1.1.0"
- through2 "^2.0.0"
-
mixin-deep@^1.2.0:
version "1.3.2"
- resolved "https://registry.yarnpkg.com/mixin-deep/-/mixin-deep-1.3.2.tgz#1120b43dc359a785dce65b55b82e257ccf479566"
+ resolved "https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.2.tgz"
integrity sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==
dependencies:
for-in "^1.0.2"
is-extendable "^1.0.1"
-mkdirp2@^1.0.4:
- version "1.0.5"
- resolved "https://registry.yarnpkg.com/mkdirp2/-/mkdirp2-1.0.5.tgz#68bbe61defefafce4b48948608ec0bac942512c2"
- integrity sha512-xOE9xbICroUDmG1ye2h4bZ8WBie9EGmACaco8K8cx6RlkJJrxGIqjGqztAI+NMhexXBcdGbSEzI6N3EJPevxZw==
-
-mkdirp@^0.5.1, mkdirp@^0.5.3, mkdirp@^0.5.5, mkdirp@^0.5.6, mkdirp@~0.5.1:
+mkdirp@^0.5.1, mkdirp@^0.5.5, mkdirp@~0.5.1:
version "0.5.6"
- resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.6.tgz#7def03d2432dcae4ba1d611445c48396062255f6"
+ resolved "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz"
integrity sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==
dependencies:
minimist "^1.2.6"
-mkdirp@^1.0.3, mkdirp@^1.0.4:
+mkdirp@^1.0.3:
version "1.0.4"
- resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e"
+ resolved "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz"
+ integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==
+
+mkdirp@^1.0.4:
+ version "1.0.4"
+ resolved "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz"
integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==
mkdirp@^2.1.5:
version "2.1.6"
- resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-2.1.6.tgz#964fbcb12b2d8c5d6fbc62a963ac95a273e2cc19"
+ resolved "https://registry.npmjs.org/mkdirp/-/mkdirp-2.1.6.tgz"
integrity sha512-+hEnITedc8LAtIP9u3HJDFIdcLV2vXP33sqLLIzkv1Db1zO/1OxbvYf0Y1OC/S/Qo5dxHXepofhmxL02PsKe+A==
+mkdirp2@^1.0.4:
+ version "1.0.5"
+ resolved "https://registry.npmjs.org/mkdirp2/-/mkdirp2-1.0.5.tgz"
+ integrity sha512-xOE9xbICroUDmG1ye2h4bZ8WBie9EGmACaco8K8cx6RlkJJrxGIqjGqztAI+NMhexXBcdGbSEzI6N3EJPevxZw==
+
mlly@^1.7.1:
version "1.7.1"
- resolved "https://registry.yarnpkg.com/mlly/-/mlly-1.7.1.tgz#e0336429bb0731b6a8e887b438cbdae522c8f32f"
+ resolved "https://registry.npmjs.org/mlly/-/mlly-1.7.1.tgz"
integrity sha512-rrVRZRELyQzrIUAVMHxP97kv+G786pHmOKzuFII8zDYahFBS7qnHh2AlYSl1GAHhaMPCz6/oHjVMcfFYgFYHgA==
dependencies:
acorn "^8.11.3"
@@ -16760,7 +14598,7 @@ mlly@^1.7.1:
mocha@^10.4.0:
version "10.7.0"
- resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.7.0.tgz#9e5cbed8fa9b37537a25bd1f7fb4f6fc45458b9a"
+ resolved "https://registry.npmjs.org/mocha/-/mocha-10.7.0.tgz"
integrity sha512-v8/rBWr2VO5YkspYINnvu81inSz2y3ODJrhO175/Exzor1RcEZZkizgE2A+w/CAXXoESS8Kys5E62dOHGHzULA==
dependencies:
ansi-colors "^4.1.3"
@@ -16786,17 +14624,17 @@ mocha@^10.4.0:
moment@^2.24.0, moment@^2.29.1:
version "2.30.1"
- resolved "https://registry.yarnpkg.com/moment/-/moment-2.30.1.tgz#f8c91c07b7a786e30c59926df530b4eac96974ae"
+ resolved "https://registry.npmjs.org/moment/-/moment-2.30.1.tgz"
integrity sha512-uEmtNhbDOrWPFS+hdjFCBfy9f2YoyzRpwcl+DqpC6taX21FzsTLQVbMV/W7PzNSX6x/bhC1zA3c2UQ5NzH6how==
moo@^0.5.0:
version "0.5.2"
- resolved "https://registry.yarnpkg.com/moo/-/moo-0.5.2.tgz#f9fe82473bc7c184b0d32e2215d3f6e67278733c"
+ resolved "https://registry.npmjs.org/moo/-/moo-0.5.2.tgz"
integrity sha512-iSAJLHYKnX41mKcJKjqvnAN9sf0LMDTXDEvFv+ffuRR9a1MIuXLjMNL6EsnDHSkKLTWNqQQ5uo61P4EbU4NU+Q==
morgan@^1.9.1:
version "1.10.0"
- resolved "https://registry.yarnpkg.com/morgan/-/morgan-1.10.0.tgz#091778abc1fc47cd3509824653dae1faab6b17d7"
+ resolved "https://registry.npmjs.org/morgan/-/morgan-1.10.0.tgz"
integrity sha512-AbegBVI4sh6El+1gNwvD5YIck7nSA36weD7xvIxG4in80j/UoK8AEGaWnnz8v1GxonMCltmlNs5ZKbGvl9b1XQ==
dependencies:
basic-auth "~2.0.1"
@@ -16805,54 +14643,29 @@ morgan@^1.9.1:
on-finished "~2.3.0"
on-headers "~1.0.2"
-move-concurrently@^1.0.1:
- version "1.0.1"
- resolved "https://registry.yarnpkg.com/move-concurrently/-/move-concurrently-1.0.1.tgz#be2c005fda32e0b29af1f05d7c4b33214c701f92"
- integrity sha512-hdrFxZOycD/g6A6SoI2bB5NA/5NEqD0569+S47WZhPvm46sD50ZHdYaFmnua5lndde9rCHGjmfK7Z8BuCt/PcQ==
- dependencies:
- aproba "^1.1.1"
- copy-concurrently "^1.0.0"
- fs-write-stream-atomic "^1.0.8"
- mkdirp "^0.5.1"
- rimraf "^2.5.4"
- run-queue "^1.0.3"
-
mrmime@^2.0.0:
version "2.0.0"
- resolved "https://registry.yarnpkg.com/mrmime/-/mrmime-2.0.0.tgz#151082a6e06e59a9a39b46b3e14d5cfe92b3abb4"
+ resolved "https://registry.npmjs.org/mrmime/-/mrmime-2.0.0.tgz"
integrity sha512-eu38+hdgojoyq63s+yTpN4XMBdt5l8HhMhc4VKLO9KM5caLIBvUm4thi7fFaxyTmCKeNnXZ5pAlBwCUnhA09uw==
+ms@^2.1.1, ms@^2.1.3, ms@2.1.3:
+ version "2.1.3"
+ resolved "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz"
+ integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
+
ms@2.0.0:
version "2.0.0"
- resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8"
+ resolved "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz"
integrity sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==
ms@2.1.2:
version "2.1.2"
- resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
+ resolved "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz"
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
-ms@2.1.3, ms@^2.1.1, ms@^2.1.3:
- version "2.1.3"
- resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
- integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
-
-multicast-dns-service-types@^1.1.0:
- version "1.1.0"
- resolved "https://registry.yarnpkg.com/multicast-dns-service-types/-/multicast-dns-service-types-1.1.0.tgz#899f11d9686e5e05cb91b35d5f0e63b773cfc901"
- integrity sha512-cnAsSVxIDsYt0v7HmC0hWZFwwXSh+E6PgCrREDuN/EsjgLwA5XRmlMHhSiDPrt6HxY1gTivEa/Zh7GtODoLevQ==
-
-multicast-dns@^6.0.1:
- version "6.2.3"
- resolved "https://registry.yarnpkg.com/multicast-dns/-/multicast-dns-6.2.3.tgz#a0ec7bd9055c4282f790c3c82f4e28db3b31b229"
- integrity sha512-ji6J5enbMyGRHIAkAOu3WdV8nggqviKCEKtXcOqfphZZtQrmHKycfynJ2V7eVPUA4NhJ6V7Wf4TmGbTwKE9B6g==
- dependencies:
- dns-packet "^1.3.1"
- thunky "^1.0.2"
-
multicast-dns@^7.2.5:
version "7.2.5"
- resolved "https://registry.yarnpkg.com/multicast-dns/-/multicast-dns-7.2.5.tgz#77eb46057f4d7adbd16d9290fa7299f6fa64cced"
+ resolved "https://registry.npmjs.org/multicast-dns/-/multicast-dns-7.2.5.tgz"
integrity sha512-2eznPJP8z2BFLX50tf0LuODrpINqP1RVIm/CObbTcBRITQgmC/TjcREF1NeTBzIcR5XO/ukWo+YHOjBbFwIupg==
dependencies:
dns-packet "^5.2.2"
@@ -16860,38 +14673,33 @@ multicast-dns@^7.2.5:
mute-stream@0.0.8:
version "0.0.8"
- resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.8.tgz#1630c42b2251ff81e2a283de96a5497ea92e5e0d"
+ resolved "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.8.tgz"
integrity sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==
mz@^2.7.0:
version "2.7.0"
- resolved "https://registry.yarnpkg.com/mz/-/mz-2.7.0.tgz#95008057a56cafadc2bc63dde7f9ff6955948e32"
+ resolved "https://registry.npmjs.org/mz/-/mz-2.7.0.tgz"
integrity sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==
dependencies:
any-promise "^1.0.0"
object-assign "^4.0.1"
thenify-all "^1.0.0"
-nan@^2.12.1:
- version "2.20.0"
- resolved "https://registry.yarnpkg.com/nan/-/nan-2.20.0.tgz#08c5ea813dd54ed16e5bd6505bf42af4f7838ca3"
- integrity sha512-bk3gXBZDGILuuo/6sKtr0DQmSThYHLtNCdSdXk9YkxD/jK6X2vmCyyXBBxyqZ4XcnzTyYEAThfX3DCEnLf6igw==
-
nano-time@1.0.0:
version "1.0.0"
- resolved "https://registry.yarnpkg.com/nano-time/-/nano-time-1.0.0.tgz#b0554f69ad89e22d0907f7a12b0993a5d96137ef"
+ resolved "https://registry.npmjs.org/nano-time/-/nano-time-1.0.0.tgz"
integrity sha512-flnngywOoQ0lLQOTRNexn2gGSNuM9bKj9RZAWSzhQ+UJYaAFG9bac4DW9VHjUAzrOaIcajHybCTHe/bkvozQqA==
dependencies:
big-integer "^1.6.16"
nanoid@^3.3.7:
version "3.3.7"
- resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.7.tgz#d0c301a691bc8d54efa0a2226ccf3fe2fd656bd8"
+ resolved "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz"
integrity sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==
nanomatch@^1.2.9:
version "1.2.13"
- resolved "https://registry.yarnpkg.com/nanomatch/-/nanomatch-1.2.13.tgz#b87a8aa4fc0de8fe6be88895b38983ff265bd119"
+ resolved "https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.13.tgz"
integrity sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==
dependencies:
arr-diff "^4.0.0"
@@ -16906,26 +14714,19 @@ nanomatch@^1.2.9:
snapdragon "^0.8.1"
to-regex "^3.0.1"
-native-url@^0.2.6:
- version "0.2.6"
- resolved "https://registry.yarnpkg.com/native-url/-/native-url-0.2.6.tgz#ca1258f5ace169c716ff44eccbddb674e10399ae"
- integrity sha512-k4bDC87WtgrdD362gZz6zoiXQrl40kYlBmpfmSjwRO1VU0V5ccwJTlxuE72F6m3V0vc1xOf6n3UCP9QyerRqmA==
- dependencies:
- querystring "^0.2.0"
-
natural-compare-lite@^1.4.0:
version "1.4.0"
- resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
+ resolved "https://registry.npmjs.org/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz"
integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
natural-compare@^1.4.0:
version "1.4.0"
- resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
+ resolved "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz"
integrity sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==
nearley@^2.7.10:
version "2.20.1"
- resolved "https://registry.yarnpkg.com/nearley/-/nearley-2.20.1.tgz#246cd33eff0d012faf197ff6774d7ac78acdd474"
+ resolved "https://registry.npmjs.org/nearley/-/nearley-2.20.1.tgz"
integrity sha512-+Mc8UaAebFzgV+KpI5n7DasuuQCHA89dmwm7JXw3TV43ukfNQ9DnBH3Mdb2g/I4Fdxc26pwimBWvjIw0UAILSQ==
dependencies:
commander "^2.19.0"
@@ -16935,27 +14736,17 @@ nearley@^2.7.10:
negotiator@0.6.3:
version "0.6.3"
- resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.3.tgz#58e323a72fedc0d6f9cd4d31fe49f51479590ccd"
+ resolved "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz"
integrity sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==
neo-async@^2.5.0, neo-async@^2.6.1, neo-async@^2.6.2:
version "2.6.2"
- resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f"
+ resolved "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz"
integrity sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==
-next-tick@^1.1.0:
- version "1.1.0"
- resolved "https://registry.yarnpkg.com/next-tick/-/next-tick-1.1.0.tgz#1836ee30ad56d67ef281b22bd199f709449b35eb"
- integrity sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ==
-
-nice-try@^1.0.4:
- version "1.0.5"
- resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366"
- integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==
-
no-case@^3.0.4:
version "3.0.4"
- resolved "https://registry.yarnpkg.com/no-case/-/no-case-3.0.4.tgz#d361fd5c9800f558551a8369fc0dcd4662b6124d"
+ resolved "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz"
integrity sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==
dependencies:
lower-case "^2.0.2"
@@ -16963,60 +14754,55 @@ no-case@^3.0.4:
node-abort-controller@^3.0.1:
version "3.1.1"
- resolved "https://registry.yarnpkg.com/node-abort-controller/-/node-abort-controller-3.1.1.tgz#a94377e964a9a37ac3976d848cb5c765833b8548"
+ resolved "https://registry.npmjs.org/node-abort-controller/-/node-abort-controller-3.1.1.tgz"
integrity sha512-AGK2yQKIjRuqnc6VkX2Xj5d+QW8xZ87pa1UK6yA6ouUyuxfHuMP6umE5QK7UmTeOAymo+Zx1Fxiuw9rVx8taHQ==
node-dir@^0.1.10, node-dir@^0.1.17:
version "0.1.17"
- resolved "https://registry.yarnpkg.com/node-dir/-/node-dir-0.1.17.tgz#5f5665d93351335caabef8f1c554516cf5f1e4e5"
+ resolved "https://registry.npmjs.org/node-dir/-/node-dir-0.1.17.tgz"
integrity sha512-tmPX422rYgofd4epzrNoOXiE8XFZYOcCq1vD7MAXCDO+O+zndlA2ztdKKMa+EeuBG5tHETpr4ml4RGgpqDCCAg==
dependencies:
minimatch "^3.0.2"
node-emoji@^1.10.0:
version "1.11.0"
- resolved "https://registry.yarnpkg.com/node-emoji/-/node-emoji-1.11.0.tgz#69a0150e6946e2f115e9d7ea4df7971e2628301c"
+ resolved "https://registry.npmjs.org/node-emoji/-/node-emoji-1.11.0.tgz"
integrity sha512-wo2DpQkQp7Sjm2A0cq+sN7EHKO6Sl0ctXeBdFZrL9T9+UywORbufTcTZxom8YqpLQt/FqNMUkOpkZrJVYSKD3A==
dependencies:
lodash "^4.17.21"
node-fetch-native@^1.6.3:
version "1.6.4"
- resolved "https://registry.yarnpkg.com/node-fetch-native/-/node-fetch-native-1.6.4.tgz#679fc8fd8111266d47d7e72c379f1bed9acff06e"
+ resolved "https://registry.npmjs.org/node-fetch-native/-/node-fetch-native-1.6.4.tgz"
integrity sha512-IhOigYzAKHd244OC0JIMIUrjzctirCmPkaIfhDeGcEETWof5zKYUW7e7MYvChGWh/4CJeXEgsRyGzuF334rOOQ==
node-fetch@^2.6.12:
version "2.7.0"
- resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.7.0.tgz#d0f0fa6e3e2dc1d27efcd8ad99d550bda94d187d"
+ resolved "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz"
integrity sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==
dependencies:
whatwg-url "^5.0.0"
-node-forge@^0.10.0:
- version "0.10.0"
- resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-0.10.0.tgz#32dea2afb3e9926f02ee5ce8794902691a676bf3"
- integrity sha512-PPmu8eEeG9saEUvI97fm4OYxXVB6bFvyNTyiUOBichBpFG8A1Ljw3bY62+5oOjDEMHRnd0Y7HQ+x7uzxOzC6JA==
-
node-forge@^1:
version "1.3.1"
- resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-1.3.1.tgz#be8da2af243b2417d5f646a770663a92b7e9ded3"
+ resolved "https://registry.npmjs.org/node-forge/-/node-forge-1.3.1.tgz"
integrity sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==
node-gettext@^2.0.0:
version "2.1.0"
- resolved "https://registry.yarnpkg.com/node-gettext/-/node-gettext-2.1.0.tgz#94d63e9cc0bcabd1e67de0680a44c812721a9023"
+ resolved "https://registry.npmjs.org/node-gettext/-/node-gettext-2.1.0.tgz"
integrity sha512-vsHImHl+Py0vB7M2UXcFEJ5NJ3950gcja45YclBFtYxYeZiqdfQdcu+G9s4L7jpRFSh/J/7VoS3upR4JM1nS+g==
dependencies:
lodash.get "^4.4.2"
node-hook@^1.0.0:
version "1.0.0"
- resolved "https://registry.yarnpkg.com/node-hook/-/node-hook-1.0.0.tgz#82ca39af991d726d5c7952e59c992378bb296f7e"
+ resolved "https://registry.npmjs.org/node-hook/-/node-hook-1.0.0.tgz"
integrity sha512-tBTIHwkzXvbesP0fY495VsqSWCOS5Ttt5+mAmeqUC1yglCiSYarNewfi2Q+HOL+M6pZYYqwGU6jIi5+gIHQbpg==
node-http-proxy-json@^0.1.9:
version "0.1.9"
- resolved "https://registry.yarnpkg.com/node-http-proxy-json/-/node-http-proxy-json-0.1.9.tgz#5e744138c189ebd7e0105fe92d035a5486478cd4"
+ resolved "https://registry.npmjs.org/node-http-proxy-json/-/node-http-proxy-json-0.1.9.tgz"
integrity sha512-WrKAR/y09BWaz5WqgbxuE6D/XsdhQFkLkSdnRk0a5uBKSINtApMV085MN7JMh+stiyBBltvgSR9SYVIZIpKKKQ==
dependencies:
bufferhelper "^0.2.1"
@@ -17024,70 +14810,29 @@ node-http-proxy-json@^0.1.9:
node-int64@^0.4.0:
version "0.4.0"
- resolved "https://registry.yarnpkg.com/node-int64/-/node-int64-0.4.0.tgz#87a9065cdb355d3182d8f94ce11188b825c68a3b"
+ resolved "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz"
integrity sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==
-node-libs-browser@^2.2.1:
- version "2.2.1"
- resolved "https://registry.yarnpkg.com/node-libs-browser/-/node-libs-browser-2.2.1.tgz#b64f513d18338625f90346d27b0d235e631f6425"
- integrity sha512-h/zcD8H9kaDZ9ALUWwlBUDo6TKF8a7qBSCSEGfjTVIYeqsioSKaAX+BN7NgiMGp6iSIXZ3PxgCu8KS3b71YK5Q==
- dependencies:
- assert "^1.1.1"
- browserify-zlib "^0.2.0"
- buffer "^4.3.0"
- console-browserify "^1.1.0"
- constants-browserify "^1.0.0"
- crypto-browserify "^3.11.0"
- domain-browser "^1.1.1"
- events "^3.0.0"
- https-browserify "^1.0.0"
- os-browserify "^0.3.0"
- path-browserify "0.0.1"
- process "^0.11.10"
- punycode "^1.2.4"
- querystring-es3 "^0.2.0"
- readable-stream "^2.3.3"
- stream-browserify "^2.0.1"
- stream-http "^2.7.2"
- string_decoder "^1.0.0"
- timers-browserify "^2.0.4"
- tty-browserify "0.0.0"
- url "^0.11.0"
- util "^0.11.0"
- vm-browserify "^1.0.1"
-
-node-notifier@^8.0.0:
- version "8.0.2"
- resolved "https://registry.yarnpkg.com/node-notifier/-/node-notifier-8.0.2.tgz#f3167a38ef0d2c8a866a83e318c1ba0efeb702c5"
- integrity sha512-oJP/9NAdd9+x2Q+rfphB2RJCHjod70RcRLjosiPMMu5gjIfwVnOUGq2nbTjTUbmy0DJ/tFIVT30+Qe3nzl4TJg==
- dependencies:
- growly "^1.3.0"
- is-wsl "^2.2.0"
- semver "^7.3.2"
- shellwords "^0.1.1"
- uuid "^8.3.0"
- which "^2.0.2"
-
-node-releases@^1.1.52, node-releases@^1.1.61:
+node-releases@^1.1.52:
version "1.1.77"
- resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.77.tgz#50b0cfede855dd374e7585bf228ff34e57c1c32e"
+ resolved "https://registry.npmjs.org/node-releases/-/node-releases-1.1.77.tgz"
integrity sha512-rB1DUFUNAN4Gn9keO2K1efO35IDK7yKHCdCaIMvFO7yUYmmZYeDjnGKle26G4rwj+LKRQpjyUUvMkPglwGCYNQ==
node-releases@^2.0.18:
version "2.0.18"
- resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.18.tgz#f010e8d35e2fe8d6b2944f03f70213ecedc4ca3f"
+ resolved "https://registry.npmjs.org/node-releases/-/node-releases-2.0.18.tgz"
integrity sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g==
nopt@^7.2.0:
version "7.2.1"
- resolved "https://registry.yarnpkg.com/nopt/-/nopt-7.2.1.tgz#1cac0eab9b8e97c9093338446eddd40b2c8ca1e7"
+ resolved "https://registry.npmjs.org/nopt/-/nopt-7.2.1.tgz"
integrity sha512-taM24ViiimT/XntxbPyJQzCG+p4EKOpgD3mxFwW38mGjVUrfERQOeY4EDHjdnptttfHuHQXFx+lTP08Q+mLa/w==
dependencies:
abbrev "^2.0.0"
normalize-package-data@^2.5.0:
version "2.5.0"
- resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.5.0.tgz#e66db1838b200c1dfc233225d12cb36520e234a8"
+ resolved "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz"
integrity sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==
dependencies:
hosted-git-info "^2.1.4"
@@ -17097,7 +14842,7 @@ normalize-package-data@^2.5.0:
normalize-package-data@^3.0.0:
version "3.0.3"
- resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-3.0.3.tgz#dbcc3e2da59509a0983422884cd172eefdfa525e"
+ resolved "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-3.0.3.tgz"
integrity sha512-p2W1sgqij3zMMyRC067Dg16bfzVH+w7hyegmpIvZ4JNjqtGOVAIvLmjBx3yP7YTe9vKJgkoNOPjwQGogDoMXFA==
dependencies:
hosted-git-info "^4.0.1"
@@ -17107,106 +14852,86 @@ normalize-package-data@^3.0.0:
normalize-path@^2.1.1:
version "2.1.1"
- resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-2.1.1.tgz#1ab28b556e198363a8c1a6f7e6fa20137fe6aed9"
+ resolved "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz"
integrity sha512-3pKJwH184Xo/lnH6oyP1q2pMd7HcypqqmRs91/6/i2CGtWwIKGCkOOMTm/zXbgTEWHw1uNpNi/igc3ePOYHb6w==
dependencies:
remove-trailing-separator "^1.0.1"
normalize-path@^3.0.0, normalize-path@~3.0.0:
version "3.0.0"
- resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65"
+ resolved "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz"
integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==
normalize-range@^0.1.2:
version "0.1.2"
- resolved "https://registry.yarnpkg.com/normalize-range/-/normalize-range-0.1.2.tgz#2d10c06bdfd312ea9777695a4d28439456b75942"
+ resolved "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz"
integrity sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==
-normalize-url@1.9.1:
- version "1.9.1"
- resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-1.9.1.tgz#2cc0d66b31ea23036458436e3620d85954c66c3c"
- integrity sha512-A48My/mtCklowHBlI8Fq2jFWK4tX4lJ5E6ytFsSOq1fzpvT0SQSgKhSg7lN5c2uYFOrUAOQp6zhhJnpp1eMloQ==
- dependencies:
- object-assign "^4.0.1"
- prepend-http "^1.0.0"
- query-string "^4.1.0"
- sort-keys "^1.0.0"
-
-normalize-url@^3.0.0:
- version "3.3.0"
- resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-3.3.0.tgz#b2e1c4dc4f7c6d57743df733a4f5978d18650559"
- integrity sha512-U+JJi7duF1o+u2pynbp2zXDW2/PADgC30f0GsHZtRh+HOcXHnw137TrNlyxxRvWW5fjKd3bcLHPxofWuCjaeZg==
-
normalize-url@^4.1.0:
version "4.5.1"
- resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-4.5.1.tgz#0dd90cf1288ee1d1313b87081c9a5932ee48518a"
+ resolved "https://registry.npmjs.org/normalize-url/-/normalize-url-4.5.1.tgz"
integrity sha512-9UZCFRHQdNrfTpGg8+1INIg93B6zE0aXMVFkw1WFwvO4SlZywU6aLg5Of0Ap/PgcbSw4LNxvMWXMeugwMCX0AA==
normalize-url@^6.0.1:
version "6.1.0"
- resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-6.1.0.tgz#40d0885b535deffe3f3147bec877d05fe4c5668a"
+ resolved "https://registry.npmjs.org/normalize-url/-/normalize-url-6.1.0.tgz"
integrity sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==
now-and-later@^2.0.0:
version "2.0.1"
- resolved "https://registry.yarnpkg.com/now-and-later/-/now-and-later-2.0.1.tgz#8e579c8685764a7cc02cb680380e94f43ccb1f7c"
+ resolved "https://registry.npmjs.org/now-and-later/-/now-and-later-2.0.1.tgz"
integrity sha512-KGvQ0cB70AQfg107Xvs/Fbu+dGmZoTRJp2TaPwcwQm3/7PteUyN2BCgk8KBMPGBUXZdVwyWS8fDCGFygBm19UQ==
dependencies:
once "^1.3.2"
npm-run-path@^2.0.0:
version "2.0.2"
- resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-2.0.2.tgz#35a9232dfa35d7067b4cb2ddf2357b1871536c5f"
+ resolved "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz"
integrity sha512-lJxZYlT4DW/bRUtFh1MQIWqmLwQfAxnqWG4HhEdjMlkrJYnJn0Jrr2u3mgxqaWsdiBc76TYkTG/mhrnYTuzfHw==
dependencies:
path-key "^2.0.0"
npm-run-path@^4.0.0, npm-run-path@^4.0.1:
version "4.0.1"
- resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-4.0.1.tgz#b7ecd1e5ed53da8e37a55e1c2269e0b97ed748ea"
+ resolved "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz"
integrity sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==
dependencies:
path-key "^3.0.0"
npm-run-path@^5.1.0:
version "5.3.0"
- resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-5.3.0.tgz#e23353d0ebb9317f174e93417e4a4d82d0249e9f"
+ resolved "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.3.0.tgz"
integrity sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==
dependencies:
path-key "^4.0.0"
nprogress@^0.2.0:
version "0.2.0"
- resolved "https://registry.yarnpkg.com/nprogress/-/nprogress-0.2.0.tgz#cb8f34c53213d895723fcbab907e9422adbcafb1"
+ resolved "https://registry.npmjs.org/nprogress/-/nprogress-0.2.0.tgz"
integrity sha512-I19aIingLgR1fmhftnbWWO3dXc0hSxqHQHQb3H8m+K3TnEn/iSeTZZOyvKXWqQESMwuUVnatlCnZdLBZZt2VSA==
nth-check@^1.0.2:
version "1.0.2"
- resolved "https://registry.yarnpkg.com/nth-check/-/nth-check-1.0.2.tgz#b2bd295c37e3dd58a3bf0700376663ba4d9cf05c"
+ resolved "https://registry.npmjs.org/nth-check/-/nth-check-1.0.2.tgz"
integrity sha512-WeBOdju8SnzPN5vTUJYxYUxLeXpCaVP5i5e0LF8fg7WORF2Wd7wFX/pk0tYZk7s8T+J7VLy0Da6J1+wCT0AtHg==
dependencies:
boolbase "~1.0.0"
nth-check@^2.0.1:
version "2.1.1"
- resolved "https://registry.yarnpkg.com/nth-check/-/nth-check-2.1.1.tgz#c9eab428effce36cd6b92c924bdb000ef1f1ed1d"
+ resolved "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz"
integrity sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==
dependencies:
boolbase "^1.0.0"
-num2fraction@^1.2.2:
- version "1.2.2"
- resolved "https://registry.yarnpkg.com/num2fraction/-/num2fraction-1.2.2.tgz#6f682b6a027a4e9ddfa4564cd2589d1d4e669ede"
- integrity sha512-Y1wZESM7VUThYY+4W+X4ySH2maqcA+p7UR+w8VWNWVAd6lwuXXWz/w/Cz43J/dI2I+PS6wD5N+bJUF+gjWvIqg==
-
nwsapi@^2.2.0:
version "2.2.12"
- resolved "https://registry.yarnpkg.com/nwsapi/-/nwsapi-2.2.12.tgz#fb6af5c0ec35b27b4581eb3bbad34ec9e5c696f8"
+ resolved "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.12.tgz"
integrity sha512-qXDmcVlZV4XRtKFzddidpfVP4oMSGhga+xdMc25mv8kaLUHtgzCDhUxkrN8exkGdTlLNaXj7CV3GtON7zuGZ+w==
nypm@^0.3.8:
version "0.3.9"
- resolved "https://registry.yarnpkg.com/nypm/-/nypm-0.3.9.tgz#ab74c55075737466847611aa33c3c67741c01d8f"
+ resolved "https://registry.npmjs.org/nypm/-/nypm-0.3.9.tgz"
integrity sha512-BI2SdqqTHg2d4wJh8P9A1W+bslg33vOE9IZDY6eR2QC+Pu1iNBVZUqczrd43rJb+fMzHU7ltAYKsEFY/kHMFcw==
dependencies:
citty "^0.1.6"
@@ -17218,17 +14943,17 @@ nypm@^0.3.8:
oauth-sign@~0.9.0:
version "0.9.0"
- resolved "https://registry.yarnpkg.com/oauth-sign/-/oauth-sign-0.9.0.tgz#47a7b016baa68b5fa0ecf3dee08a85c679ac6455"
+ resolved "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz"
integrity sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==
object-assign@^4, object-assign@^4.0.1, object-assign@^4.1.0, object-assign@^4.1.1, object-assign@latest:
version "4.1.1"
- resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
+ resolved "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz"
integrity sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==
object-copy@^0.1.0:
version "0.1.0"
- resolved "https://registry.yarnpkg.com/object-copy/-/object-copy-0.1.0.tgz#7e7d858b781bd7c991a41ba975ed3812754e998c"
+ resolved "https://registry.npmjs.org/object-copy/-/object-copy-0.1.0.tgz"
integrity sha512-79LYn6VAb63zgtmAteVOWo9Vdj71ZVBy3Pbse+VqxDpEP83XuujMrGqHIwAXJ5I/aM0zU7dIyIAhifVTPrNItQ==
dependencies:
copy-descriptor "^0.1.0"
@@ -17237,22 +14962,22 @@ object-copy@^0.1.0:
object-get@^2.1.0:
version "2.1.1"
- resolved "https://registry.yarnpkg.com/object-get/-/object-get-2.1.1.tgz#1dad63baf6d94df184d1c58756cc9be55b174dac"
+ resolved "https://registry.npmjs.org/object-get/-/object-get-2.1.1.tgz"
integrity sha512-7n4IpLMzGGcLEMiQKsNR7vCe+N5E9LORFrtNUVy4sO3dj9a3HedZCxEL2T7QuLhcHN1NBuBsMOKaOsAYI9IIvg==
object-hash@^3.0.0:
version "3.0.0"
- resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-3.0.0.tgz#73f97f753e7baffc0e2cc9d6e079079744ac82e9"
+ resolved "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz"
integrity sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==
object-inspect@^1.13.1, object-inspect@^1.7.0:
version "1.13.2"
- resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.13.2.tgz#dea0088467fb991e67af4058147a24824a3043ff"
+ resolved "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.2.tgz"
integrity sha512-IRZSRuzJiynemAXPYtPe5BoI/RESNYR7TYm50MC5Mqbd3Jmw5y790sErYw3V6SryFJD64b74qQQs9wn5Bg/k3g==
object-is@^1.0.2, object-is@^1.1.2, object-is@^1.1.5:
version "1.1.6"
- resolved "https://registry.yarnpkg.com/object-is/-/object-is-1.1.6.tgz#1a6a53aed2dd8f7e6775ff870bea58545956ab07"
+ resolved "https://registry.npmjs.org/object-is/-/object-is-1.1.6.tgz"
integrity sha512-F8cZ+KfGlSGi09lJT7/Nd6KJZ9ygtvYC0/UYYLI9nmQKLMnydpB9yvbv9K1uSkEu7FU9vYPmVwLg328tX+ot3Q==
dependencies:
call-bind "^1.0.7"
@@ -17260,24 +14985,24 @@ object-is@^1.0.2, object-is@^1.1.2, object-is@^1.1.5:
object-keys@^1.1.1:
version "1.1.1"
- resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e"
+ resolved "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz"
integrity sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==
object-to-spawn-args@^1.1.1:
version "1.1.1"
- resolved "https://registry.yarnpkg.com/object-to-spawn-args/-/object-to-spawn-args-1.1.1.tgz#77da8827f073d011c9e1b173f895781470246785"
+ resolved "https://registry.npmjs.org/object-to-spawn-args/-/object-to-spawn-args-1.1.1.tgz"
integrity sha512-d6xH8b+QdNj+cdndsL3rVCzwW9PqSSXQBDVj0d8fyaCqMimUEz+sW+Jtxp77bxaSs7C5w7XOH844FG7p2A0cFw==
object-visit@^1.0.0:
version "1.0.1"
- resolved "https://registry.yarnpkg.com/object-visit/-/object-visit-1.0.1.tgz#f79c4493af0c5377b59fe39d395e41042dd045bb"
+ resolved "https://registry.npmjs.org/object-visit/-/object-visit-1.0.1.tgz"
integrity sha512-GBaMwwAVK9qbQN3Scdo0OyvgPW7l3lnaVMj84uTOZlswkX0KpF6fyDBJhtTthf7pymztoN36/KEr1DyhF96zEA==
dependencies:
isobject "^3.0.0"
object.assign@^4.0.4, object.assign@^4.1.0, object.assign@^4.1.4, object.assign@^4.1.5:
version "4.1.5"
- resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.5.tgz#3a833f9ab7fdb80fc9e8d2300c803d216d8fdbb0"
+ resolved "https://registry.npmjs.org/object.assign/-/object.assign-4.1.5.tgz"
integrity sha512-byy+U7gp+FVwmyzKPYhW2h5l3crpmGsxl7X2s8y43IgxvG4g3QZ6CffDtsNQy1WsmZpQbO+ybo0AlW7TY6DcBQ==
dependencies:
call-bind "^1.0.5"
@@ -17285,9 +15010,9 @@ object.assign@^4.0.4, object.assign@^4.1.0, object.assign@^4.1.4, object.assign@
has-symbols "^1.0.3"
object-keys "^1.1.1"
-object.entries@^1.1.0, object.entries@^1.1.1, object.entries@^1.1.2, object.entries@^1.1.8:
+object.entries@^1.1.1, object.entries@^1.1.2, object.entries@^1.1.8:
version "1.1.8"
- resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.8.tgz#bffe6f282e01f4d17807204a24f8edd823599c41"
+ resolved "https://registry.npmjs.org/object.entries/-/object.entries-1.1.8.tgz"
integrity sha512-cmopxi8VwRIAw/fkijJohSfpef5PdN0pMQJN6VC/ZKvn0LIknWD8KtgY6KlQdEc4tIjcQ3HxSMmnvtzIscdaYQ==
dependencies:
call-bind "^1.0.7"
@@ -17296,7 +15021,7 @@ object.entries@^1.1.0, object.entries@^1.1.1, object.entries@^1.1.2, object.entr
object.fromentries@^2.0.7, object.fromentries@^2.0.8:
version "2.0.8"
- resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.8.tgz#f7195d8a9b97bd95cbc1999ea939ecd1a2b00c65"
+ resolved "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.8.tgz"
integrity sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ==
dependencies:
call-bind "^1.0.7"
@@ -17304,9 +15029,9 @@ object.fromentries@^2.0.7, object.fromentries@^2.0.8:
es-abstract "^1.23.2"
es-object-atoms "^1.0.0"
-object.getownpropertydescriptors@^2.0.3, object.getownpropertydescriptors@^2.1.0:
+object.getownpropertydescriptors@^2.1.0:
version "2.1.8"
- resolved "https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.8.tgz#2f1fe0606ec1a7658154ccd4f728504f69667923"
+ resolved "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.8.tgz"
integrity sha512-qkHIGe4q0lSYMv0XI4SsBTJz3WaURhLvd0lKSgtVuOsJ2krg4SgMw3PIRQFMp07yi++UR3se2mkcLqsBNpBb/A==
dependencies:
array.prototype.reduce "^1.0.6"
@@ -17319,7 +15044,7 @@ object.getownpropertydescriptors@^2.0.3, object.getownpropertydescriptors@^2.1.0
object.groupby@^1.0.1:
version "1.0.3"
- resolved "https://registry.yarnpkg.com/object.groupby/-/object.groupby-1.0.3.tgz#9b125c36238129f6f7b61954a1e7176148d5002e"
+ resolved "https://registry.npmjs.org/object.groupby/-/object.groupby-1.0.3.tgz"
integrity sha512-+Lhy3TQTuzXI5hevh8sBGqbmurHbbIjAi0Z4S63nthVLmLxfbj4T54a4CfZrXIrt9iP4mVAPYMo/v99taj3wjQ==
dependencies:
call-bind "^1.0.7"
@@ -17328,14 +15053,14 @@ object.groupby@^1.0.1:
object.pick@^1.3.0:
version "1.3.0"
- resolved "https://registry.yarnpkg.com/object.pick/-/object.pick-1.3.0.tgz#87a10ac4c1694bd2e1cbf53591a66141fb5dd747"
+ resolved "https://registry.npmjs.org/object.pick/-/object.pick-1.3.0.tgz"
integrity sha512-tqa/UMy/CCoYmj+H5qc07qvSL9dqcs/WZENZ1JbtWBlATP+iVOe778gE6MSijnyCnORzDuX6hU+LA4SZ09YjFQ==
dependencies:
isobject "^3.0.1"
object.values@^1.1.0, object.values@^1.1.1, object.values@^1.1.6, object.values@^1.1.7, object.values@^1.2.0:
version "1.2.0"
- resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.2.0.tgz#65405a9d92cee68ac2d303002e0b8470a4d9ab1b"
+ resolved "https://registry.npmjs.org/object.values/-/object.values-1.2.0.tgz"
integrity sha512-yBYjY9QX2hnRmZHAjG/f13MzmBzxzYgQhFrke06TTyKY5zSTEqkOeukBzIdVA3j3ulu8Qa3MbVFShV7T2RmGtQ==
dependencies:
call-bind "^1.0.7"
@@ -17344,75 +15069,84 @@ object.values@^1.1.0, object.values@^1.1.1, object.values@^1.1.6, object.values@
objectorarray@^1.0.5:
version "1.0.5"
- resolved "https://registry.yarnpkg.com/objectorarray/-/objectorarray-1.0.5.tgz#2c05248bbefabd8f43ad13b41085951aac5e68a5"
+ resolved "https://registry.npmjs.org/objectorarray/-/objectorarray-1.0.5.tgz"
integrity sha512-eJJDYkhJFFbBBAxeh8xW+weHlkI28n2ZdQV/J/DNfWfSKlGEf2xcfAbZTv3riEXHAhL9SVOTs2pRmXiSTf78xg==
oblivious-set@1.0.0:
version "1.0.0"
- resolved "https://registry.yarnpkg.com/oblivious-set/-/oblivious-set-1.0.0.tgz#c8316f2c2fb6ff7b11b6158db3234c49f733c566"
+ resolved "https://registry.npmjs.org/oblivious-set/-/oblivious-set-1.0.0.tgz"
integrity sha512-z+pI07qxo4c2CulUHCDf9lcqDlMSo72N/4rLUpRXf6fu+q8vjt8y0xS+Tlf8NTJDdTXHbdeO1n3MlbctwEoXZw==
obuf@^1.0.0, obuf@^1.1.2:
version "1.1.2"
- resolved "https://registry.yarnpkg.com/obuf/-/obuf-1.1.2.tgz#09bea3343d41859ebd446292d11c9d4db619084e"
+ resolved "https://registry.npmjs.org/obuf/-/obuf-1.1.2.tgz"
integrity sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==
ohash@^1.1.3:
version "1.1.3"
- resolved "https://registry.yarnpkg.com/ohash/-/ohash-1.1.3.tgz#f12c3c50bfe7271ce3fd1097d42568122ccdcf07"
+ resolved "https://registry.npmjs.org/ohash/-/ohash-1.1.3.tgz"
integrity sha512-zuHHiGTYTA1sYJ/wZN+t5HKZaH23i4yI1HMwbuXm24Nid7Dv0KcuRlKoNKS9UNfAVSBlnGLcuQrnOKWOZoEGaw==
-on-finished@2.4.1:
- version "2.4.1"
- resolved "https://registry.yarnpkg.com/on-finished/-/on-finished-2.4.1.tgz#58c8c44116e54845ad57f14ab10b03533184ac3f"
- integrity sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==
- dependencies:
- ee-first "1.1.1"
-
on-finished@~2.3.0:
version "2.3.0"
- resolved "https://registry.yarnpkg.com/on-finished/-/on-finished-2.3.0.tgz#20f1336481b083cd75337992a16971aa2d906947"
+ resolved "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz"
integrity sha512-ikqdkGAAyf/X/gPhXGvfgAytDZtDbr+bkNUJ0N9h5MI/dmdgCs3l6hoHrcUv41sRKew3jIwrp4qQDXiK99Utww==
dependencies:
ee-first "1.1.1"
+on-finished@2.4.1:
+ version "2.4.1"
+ resolved "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz"
+ integrity sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==
+ dependencies:
+ ee-first "1.1.1"
+
on-headers@~1.0.2:
version "1.0.2"
- resolved "https://registry.yarnpkg.com/on-headers/-/on-headers-1.0.2.tgz#772b0ae6aaa525c399e489adfad90c403eb3c28f"
+ resolved "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz"
integrity sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==
once@^1.3.0, once@^1.3.1, once@^1.3.2, once@^1.4.0:
version "1.4.0"
- resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1"
+ resolved "https://registry.npmjs.org/once/-/once-1.4.0.tgz"
integrity sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==
dependencies:
wrappy "1"
onetime@^5.1.0, onetime@^5.1.2:
version "5.1.2"
- resolved "https://registry.yarnpkg.com/onetime/-/onetime-5.1.2.tgz#d0e96ebb56b07476df1dd9c4806e5237985ca45e"
+ resolved "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz"
integrity sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==
dependencies:
mimic-fn "^2.1.0"
onetime@^6.0.0:
version "6.0.0"
- resolved "https://registry.yarnpkg.com/onetime/-/onetime-6.0.0.tgz#7c24c18ed1fd2e9bca4bd26806a33613c77d34b4"
+ resolved "https://registry.npmjs.org/onetime/-/onetime-6.0.0.tgz"
integrity sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==
dependencies:
mimic-fn "^4.0.0"
open@^7.0.2, open@^7.3.1:
version "7.4.2"
- resolved "https://registry.yarnpkg.com/open/-/open-7.4.2.tgz#b8147e26dcf3e426316c730089fd71edd29c2321"
+ resolved "https://registry.npmjs.org/open/-/open-7.4.2.tgz"
integrity sha512-MVHddDVweXZF3awtlAS+6pgKLlm/JgxZ90+/NBurBoQctVOOB/zDdVjcyPzQ+0laDGbsWgrRkflI65sQeOgT9Q==
dependencies:
is-docker "^2.0.0"
is-wsl "^2.1.1"
-open@^8.0.9, open@^8.4.0:
+open@^8.0.9:
version "8.4.2"
- resolved "https://registry.yarnpkg.com/open/-/open-8.4.2.tgz#5b5ffe2a8f793dcd2aad73e550cb87b59cb084f9"
+ resolved "https://registry.npmjs.org/open/-/open-8.4.2.tgz"
+ integrity sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==
+ dependencies:
+ define-lazy-prop "^2.0.0"
+ is-docker "^2.1.1"
+ is-wsl "^2.2.0"
+
+open@^8.4.0:
+ version "8.4.2"
+ resolved "https://registry.npmjs.org/open/-/open-8.4.2.tgz"
integrity sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==
dependencies:
define-lazy-prop "^2.0.0"
@@ -17421,34 +15155,19 @@ open@^8.0.9, open@^8.4.0:
opener@^1.5.2:
version "1.5.2"
- resolved "https://registry.yarnpkg.com/opener/-/opener-1.5.2.tgz#5d37e1f35077b9dcac4301372271afdeb2a13598"
+ resolved "https://registry.npmjs.org/opener/-/opener-1.5.2.tgz"
integrity sha512-ur5UIdyw5Y7yEj9wLzhqXiy6GZ3Mwx0yGI+5sMn2r0N0v3cKJvUmFH5yPP+WXh9e0xfyzyJX95D8l088DNFj7A==
-opn@^5.5.0:
- version "5.5.0"
- resolved "https://registry.yarnpkg.com/opn/-/opn-5.5.0.tgz#fc7164fab56d235904c51c3b27da6758ca3b9bfc"
- integrity sha512-PqHpggC9bLV0VeWcdKhkpxY+3JTzetLSqTCWL/z/tFIbI6G8JCjondXklT1JinczLz2Xib62sSp0T/gKT4KksA==
- dependencies:
- is-wsl "^1.1.0"
-
opn@latest:
version "6.0.0"
- resolved "https://registry.yarnpkg.com/opn/-/opn-6.0.0.tgz#3c5b0db676d5f97da1233d1ed42d182bc5a27d2d"
+ resolved "https://registry.npmjs.org/opn/-/opn-6.0.0.tgz"
integrity sha512-I9PKfIZC+e4RXZ/qr1RhgyCnGgYX0UEIlXgWnCOVACIvFgaC9rz6Won7xbdhoHrd8IIhV7YEpHjreNUNkqCGkQ==
dependencies:
is-wsl "^1.1.0"
-optimize-css-assets-webpack-plugin@5.0.4:
- version "5.0.4"
- resolved "https://registry.yarnpkg.com/optimize-css-assets-webpack-plugin/-/optimize-css-assets-webpack-plugin-5.0.4.tgz#85883c6528aaa02e30bbad9908c92926bb52dc90"
- integrity sha512-wqd6FdI2a5/FdoiCNNkEvLeA//lHHfG24Ln2Xm2qqdIk4aOlsR18jwpyOihqQ8849W3qu2DX8fOYxpvTMj+93A==
- dependencies:
- cssnano "^4.1.10"
- last-call-webpack-plugin "^3.0.0"
-
optionator@^0.8.1:
version "0.8.3"
- resolved "https://registry.yarnpkg.com/optionator/-/optionator-0.8.3.tgz#84fa1d036fe9d3c7e21d99884b601167ec8fb495"
+ resolved "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz"
integrity sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==
dependencies:
deep-is "~0.1.3"
@@ -17460,7 +15179,7 @@ optionator@^0.8.1:
optionator@^0.9.1, optionator@^0.9.3:
version "0.9.4"
- resolved "https://registry.yarnpkg.com/optionator/-/optionator-0.9.4.tgz#7ea1c1a5d91d764fb282139c88fe11e182a3a734"
+ resolved "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz"
integrity sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==
dependencies:
deep-is "^0.1.3"
@@ -17472,7 +15191,7 @@ optionator@^0.9.1, optionator@^0.9.3:
ora@^5.4.1:
version "5.4.1"
- resolved "https://registry.yarnpkg.com/ora/-/ora-5.4.1.tgz#1b2678426af4ac4a509008e5e4ac9e9959db9e18"
+ resolved "https://registry.npmjs.org/ora/-/ora-5.4.1.tgz"
integrity sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==
dependencies:
bl "^4.1.0"
@@ -17487,98 +15206,76 @@ ora@^5.4.1:
ordered-read-streams@^1.0.0:
version "1.0.1"
- resolved "https://registry.yarnpkg.com/ordered-read-streams/-/ordered-read-streams-1.0.1.tgz#77c0cb37c41525d64166d990ffad7ec6a0e1363e"
+ resolved "https://registry.npmjs.org/ordered-read-streams/-/ordered-read-streams-1.0.1.tgz"
integrity sha512-Z87aSjx3r5c0ZB7bcJqIgIRX5bxR7A4aSzvIbaxd0oTkWBCOoKfuGHiKj60CHVUgg1Phm5yMZzBdt8XqRs73Mw==
dependencies:
readable-stream "^2.0.1"
-os-browserify@^0.3.0:
- version "0.3.0"
- resolved "https://registry.yarnpkg.com/os-browserify/-/os-browserify-0.3.0.tgz#854373c7f5c2315914fc9bfc6bd8238fdda1ec27"
- integrity sha512-gjcpUc3clBf9+210TRaDWbf+rZZZEshZ+DlXMRCeAjp0xhTrnQsKHypIy1J3d5hKdUzj69t708EHtU8P6bUn0A==
-
os-tmpdir@~1.0.2:
version "1.0.2"
- resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274"
+ resolved "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz"
integrity sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==
ospath@^1.2.2:
version "1.2.2"
- resolved "https://registry.yarnpkg.com/ospath/-/ospath-1.2.2.tgz#1276639774a3f8ef2572f7fe4280e0ea4550c07b"
+ resolved "https://registry.npmjs.org/ospath/-/ospath-1.2.2.tgz"
integrity sha512-o6E5qJV5zkAbIDNhGSIlyOhScKXgQrSRMilfph0clDfM0nEnBOlKlH4sWDmG95BW/CvwNz0vmm7dJVtU2KlMiA==
p-cancelable@^1.0.0:
version "1.1.0"
- resolved "https://registry.yarnpkg.com/p-cancelable/-/p-cancelable-1.1.0.tgz#d078d15a3af409220c886f1d9a0ca2e441ab26cc"
+ resolved "https://registry.npmjs.org/p-cancelable/-/p-cancelable-1.1.0.tgz"
integrity sha512-s73XxOZ4zpt1edZYZzvhqFa6uvQc1vwUa0K0BdtIZgQMAJj9IbebH+JkgKZc9h+B05PKHLOTl4ajG1BmNrVZlw==
-p-each-series@^2.1.0:
- version "2.2.0"
- resolved "https://registry.yarnpkg.com/p-each-series/-/p-each-series-2.2.0.tgz#105ab0357ce72b202a8a8b94933672657b5e2a9a"
- integrity sha512-ycIL2+1V32th+8scbpTvyHNaHe02z0sjgh91XXjAk+ZeXoPN4Z46DVUnzdso0aX4KckKw0FNNFHdjZ2UsZvxiA==
-
p-finally@^1.0.0:
version "1.0.0"
- resolved "https://registry.yarnpkg.com/p-finally/-/p-finally-1.0.0.tgz#3fbcfb15b899a44123b34b6dcc18b724336a2cae"
+ resolved "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz"
integrity sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==
p-limit@^2.0.0, p-limit@^2.2.0, p-limit@^2.2.1:
version "2.3.0"
- resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.3.0.tgz#3dd33c647a214fdfffd835933eb086da0dc21db1"
+ resolved "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz"
integrity sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==
dependencies:
p-try "^2.0.0"
p-limit@^3.0.2:
version "3.1.0"
- resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-3.1.0.tgz#e1daccbe78d0d1388ca18c64fea38e3e57e3706b"
+ resolved "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz"
integrity sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==
dependencies:
yocto-queue "^0.1.0"
p-locate@^3.0.0:
version "3.0.0"
- resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-3.0.0.tgz#322d69a05c0264b25997d9f40cd8a891ab0064a4"
+ resolved "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz"
integrity sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==
dependencies:
p-limit "^2.0.0"
p-locate@^4.1.0:
version "4.1.0"
- resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-4.1.0.tgz#a3428bb7088b3a60292f66919278b7c297ad4f07"
+ resolved "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz"
integrity sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==
dependencies:
p-limit "^2.2.0"
p-locate@^5.0.0:
version "5.0.0"
- resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-5.0.0.tgz#83c8315c6785005e3bd021839411c9e110e6d834"
+ resolved "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz"
integrity sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==
dependencies:
p-limit "^3.0.2"
-p-map@^2.0.0:
- version "2.1.0"
- resolved "https://registry.yarnpkg.com/p-map/-/p-map-2.1.0.tgz#310928feef9c9ecc65b68b17693018a665cea175"
- integrity sha512-y3b8Kpd8OAN444hxfBbFfj1FY/RjtTd8tzYwhUqNYXx0fXx2iX4maP4Qr6qhIKbQXI02wTLAda4fYUbDagTUFw==
-
p-map@^4.0.0:
version "4.0.0"
- resolved "https://registry.yarnpkg.com/p-map/-/p-map-4.0.0.tgz#bb2f95a5eda2ec168ec9274e06a747c3e2904d2b"
+ resolved "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz"
integrity sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==
dependencies:
aggregate-error "^3.0.0"
-p-retry@^3.0.1:
- version "3.0.1"
- resolved "https://registry.yarnpkg.com/p-retry/-/p-retry-3.0.1.tgz#316b4c8893e2c8dc1cfa891f406c4b422bebf328"
- integrity sha512-XE6G4+YTTkT2a0UWb2kjZe8xNwf8bIbnqpc/IS/idOBVhyves0mK5OJgeocjx7q5pvX/6m23xuzVPYT1uGM73w==
- dependencies:
- retry "^0.12.0"
-
p-retry@^4.5.0:
version "4.6.2"
- resolved "https://registry.yarnpkg.com/p-retry/-/p-retry-4.6.2.tgz#9baae7184057edd4e17231cee04264106e092a16"
+ resolved "https://registry.npmjs.org/p-retry/-/p-retry-4.6.2.tgz"
integrity sha512-312Id396EbJdvRONlngUx0NydfrIQ5lsYu0znKVUzVvArzEIt08V1qhtyESbGVd1FGX7UKtiFp5uwKZdM8wIuQ==
dependencies:
"@types/retry" "0.12.0"
@@ -17586,17 +15283,17 @@ p-retry@^4.5.0:
p-try@^2.0.0:
version "2.2.0"
- resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6"
+ resolved "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz"
integrity sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==
package-json-from-dist@^1.0.0:
version "1.0.0"
- resolved "https://registry.yarnpkg.com/package-json-from-dist/-/package-json-from-dist-1.0.0.tgz#e501cd3094b278495eb4258d4c9f6d5ac3019f00"
+ resolved "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.0.tgz"
integrity sha512-dATvCeZN/8wQsGywez1mzHtTlP22H8OEfPrVMLNr4/eGa+ijtLn/6M5f0dY8UKNrC2O9UCU6SSoG3qRKnt7STw==
package-json@^6.3.0, package-json@^6.5.0:
version "6.5.0"
- resolved "https://registry.yarnpkg.com/package-json/-/package-json-6.5.0.tgz#6feedaca35e75725876d0b0e64974697fed145b0"
+ resolved "https://registry.npmjs.org/package-json/-/package-json-6.5.0.tgz"
integrity sha512-k3bdm2n25tkyxcjSKzB5x8kfVxlMdgsbPr0GkZcwHsLpba6cBjqCt1KlcChKEvxHIcTB1FVMuwoijZ26xex5MQ==
dependencies:
got "^9.6.0"
@@ -17606,28 +15303,14 @@ package-json@^6.3.0, package-json@^6.5.0:
pad-right@^0.2.2:
version "0.2.2"
- resolved "https://registry.yarnpkg.com/pad-right/-/pad-right-0.2.2.tgz#6fbc924045d244f2a2a244503060d3bfc6009774"
+ resolved "https://registry.npmjs.org/pad-right/-/pad-right-0.2.2.tgz"
integrity sha512-4cy8M95ioIGolCoMmm2cMntGR1lPLEbOMzOKu8bzjuJP6JpzEMQcDHmh7hHLYGgob+nKe1YHFMaG4V59HQa89g==
dependencies:
repeat-string "^1.5.2"
-pako@~1.0.5:
- version "1.0.11"
- resolved "https://registry.yarnpkg.com/pako/-/pako-1.0.11.tgz#6c9599d340d54dfd3946380252a35705a6b992bf"
- integrity sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==
-
-parallel-transform@^1.1.0:
- version "1.2.0"
- resolved "https://registry.yarnpkg.com/parallel-transform/-/parallel-transform-1.2.0.tgz#9049ca37d6cb2182c3b1d2c720be94d14a5814fc"
- integrity sha512-P2vSmIu38uIlvdcU7fDkyrxj33gTUy/ABO5ZUbGowxNCopBq/OoD42bP4UmMrJoPyk4Uqf0mu3mtWBhHCZD8yg==
- dependencies:
- cyclist "^1.0.1"
- inherits "^2.0.3"
- readable-stream "^2.1.5"
-
-param-case@^3.0.3, param-case@^3.0.4:
+param-case@^3.0.4:
version "3.0.4"
- resolved "https://registry.yarnpkg.com/param-case/-/param-case-3.0.4.tgz#7d17fe4aa12bde34d4a77d91acfb6219caad01c5"
+ resolved "https://registry.npmjs.org/param-case/-/param-case-3.0.4.tgz"
integrity sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==
dependencies:
dot-case "^3.0.4"
@@ -17635,14 +15318,14 @@ param-case@^3.0.3, param-case@^3.0.4:
parent-module@^1.0.0:
version "1.0.1"
- resolved "https://registry.yarnpkg.com/parent-module/-/parent-module-1.0.1.tgz#691d2709e78c79fae3a156622452d00762caaaa2"
+ resolved "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz"
integrity sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==
dependencies:
callsites "^3.0.0"
parse-asn1@^5.0.0, parse-asn1@^5.1.7:
version "5.1.7"
- resolved "https://registry.yarnpkg.com/parse-asn1/-/parse-asn1-5.1.7.tgz#73cdaaa822125f9647165625eb45f8a051d2df06"
+ resolved "https://registry.npmjs.org/parse-asn1/-/parse-asn1-5.1.7.tgz"
integrity sha512-CTM5kuWR3sx9IFamcl5ErfPl6ea/N8IYwiJ+vpeB2g+1iknv7zBl5uPwbMbRVznRVbrNY6lGuDoE5b30grmbqg==
dependencies:
asn1.js "^4.10.1"
@@ -17654,14 +15337,14 @@ parse-asn1@^5.0.0, parse-asn1@^5.1.7:
parse-author@^2.0.0:
version "2.0.0"
- resolved "https://registry.yarnpkg.com/parse-author/-/parse-author-2.0.0.tgz#d3460bf1ddd0dfaeed42da754242e65fb684a81f"
+ resolved "https://registry.npmjs.org/parse-author/-/parse-author-2.0.0.tgz"
integrity sha512-yx5DfvkN8JsHL2xk2Os9oTia467qnvRgey4ahSm2X8epehBLx/gWLcy5KI+Y36ful5DzGbCS6RazqZGgy1gHNw==
dependencies:
author-regex "^1.0.0"
parse-entities@^2.0.0:
version "2.0.0"
- resolved "https://registry.yarnpkg.com/parse-entities/-/parse-entities-2.0.0.tgz#53c6eb5b9314a1f4ec99fa0fdf7ce01ecda0cbe8"
+ resolved "https://registry.npmjs.org/parse-entities/-/parse-entities-2.0.0.tgz"
integrity sha512-kkywGpCcRYhqQIchaWqZ875wzpS/bMKhz5HnN3p7wveJTkTtyAB/AlnS0f8DFSqYW1T82t6yEAkEcB+A1I3MbQ==
dependencies:
character-entities "^1.0.0"
@@ -17673,25 +15356,17 @@ parse-entities@^2.0.0:
parse-github-url@^1.0.2:
version "1.0.3"
- resolved "https://registry.yarnpkg.com/parse-github-url/-/parse-github-url-1.0.3.tgz#2ab55642c8685b63fbe2a196f5abe4ae9bd68abc"
+ resolved "https://registry.npmjs.org/parse-github-url/-/parse-github-url-1.0.3.tgz"
integrity sha512-tfalY5/4SqGaV/GIGzWyHnFjlpTPTNpENR9Ea2lLldSJ8EWXMsvacWucqY3m3I4YPtas15IxTLQVQ5NSYXPrww==
parse-gitignore@^1.0.1:
version "1.0.1"
- resolved "https://registry.yarnpkg.com/parse-gitignore/-/parse-gitignore-1.0.1.tgz#8b9dc57f17b810d495c5dfa62eb07caffe7758c7"
+ resolved "https://registry.npmjs.org/parse-gitignore/-/parse-gitignore-1.0.1.tgz"
integrity sha512-UGyowyjtx26n65kdAMWhm6/3uy5uSrpcuH7tt+QEVudiBoVS+eqHxD5kbi9oWVRwj7sCzXqwuM+rUGw7earl6A==
-parse-json@^4.0.0:
- version "4.0.0"
- resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-4.0.0.tgz#be35f5425be1f7f6c747184f98a788cb99477ee0"
- integrity sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==
- dependencies:
- error-ex "^1.3.1"
- json-parse-better-errors "^1.0.1"
-
parse-json@^5.0.0, parse-json@^5.2.0:
version "5.2.0"
- resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-5.2.0.tgz#c76fc66dee54231c962b22bcc8a72cf2f99753cd"
+ resolved "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz"
integrity sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==
dependencies:
"@babel/code-frame" "^7.0.0"
@@ -17701,42 +15376,37 @@ parse-json@^5.0.0, parse-json@^5.2.0:
parse-numeric-range@^1.3.0:
version "1.3.0"
- resolved "https://registry.yarnpkg.com/parse-numeric-range/-/parse-numeric-range-1.3.0.tgz#7c63b61190d61e4d53a1197f0c83c47bb670ffa3"
+ resolved "https://registry.npmjs.org/parse-numeric-range/-/parse-numeric-range-1.3.0.tgz"
integrity sha512-twN+njEipszzlMJd4ONUYgSfZPDxgHhT9Ahed5uTigpQn90FggW4SA/AIPq/6a149fTbE9qBEcSwE3FAEp6wQQ==
parse5-htmlparser2-tree-adapter@^7.0.0:
version "7.0.0"
- resolved "https://registry.yarnpkg.com/parse5-htmlparser2-tree-adapter/-/parse5-htmlparser2-tree-adapter-7.0.0.tgz#23c2cc233bcf09bb7beba8b8a69d46b08c62c2f1"
+ resolved "https://registry.npmjs.org/parse5-htmlparser2-tree-adapter/-/parse5-htmlparser2-tree-adapter-7.0.0.tgz"
integrity sha512-B77tOZrqqfUfnVcOrUvfdLbz4pu4RopLD/4vmu3HUPswwTA8OH0EMW9BlWR2B0RCoiZRAHEUu7IxeP1Pd1UU+g==
dependencies:
domhandler "^5.0.2"
parse5 "^7.0.0"
-parse5@6.0.1, parse5@^6.0.0:
+parse5@^6.0.0, parse5@6.0.1:
version "6.0.1"
- resolved "https://registry.yarnpkg.com/parse5/-/parse5-6.0.1.tgz#e1a1c085c569b3dc08321184f19a39cc27f7c30b"
+ resolved "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz"
integrity sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==
-parse5@^5.0.0:
- version "5.1.1"
- resolved "https://registry.yarnpkg.com/parse5/-/parse5-5.1.1.tgz#f68e4e5ba1852ac2cadc00f4555fff6c2abb6178"
- integrity sha512-ugq4DFI0Ptb+WWjAdOK16+u/nHfiIrcE+sh8kZMaM0WllQKLI9rOUq6c2b7cwPkXdzfQESqvoqK6ug7U/Yyzug==
-
parse5@^7.0.0:
version "7.1.2"
- resolved "https://registry.yarnpkg.com/parse5/-/parse5-7.1.2.tgz#0736bebbfd77793823240a23b7fc5e010b7f8e32"
+ resolved "https://registry.npmjs.org/parse5/-/parse5-7.1.2.tgz"
integrity sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==
dependencies:
entities "^4.4.0"
parseurl@~1.3.2, parseurl@~1.3.3:
version "1.3.3"
- resolved "https://registry.yarnpkg.com/parseurl/-/parseurl-1.3.3.tgz#9da19e7bee8d12dff0513ed5b76957793bc2e8d4"
+ resolved "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz"
integrity sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==
pascal-case@^3.1.2:
version "3.1.2"
- resolved "https://registry.yarnpkg.com/pascal-case/-/pascal-case-3.1.2.tgz#b48e0ef2b98e205e7c1dae747d0b1508237660eb"
+ resolved "https://registry.npmjs.org/pascal-case/-/pascal-case-3.1.2.tgz"
integrity sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==
dependencies:
no-case "^3.0.4"
@@ -17744,121 +15414,116 @@ pascal-case@^3.1.2:
pascalcase@^0.1.1:
version "0.1.1"
- resolved "https://registry.yarnpkg.com/pascalcase/-/pascalcase-0.1.1.tgz#b363e55e8006ca6fe21784d2db22bd15d7917f14"
+ resolved "https://registry.npmjs.org/pascalcase/-/pascalcase-0.1.1.tgz"
integrity sha512-XHXfu/yOQRy9vYOtUDVMN60OEJjW013GoObG1o+xwQTpB9eYJX/BjXMsdW13ZDPruFhYYn0AG22w0xgQMwl3Nw==
-path-browserify@0.0.1:
- version "0.0.1"
- resolved "https://registry.yarnpkg.com/path-browserify/-/path-browserify-0.0.1.tgz#e6c4ddd7ed3aa27c68a20cc4e50e1a4ee83bbc4a"
- integrity sha512-BapA40NHICOS+USX9SN4tyhq+A2RrN/Ws5F0Z5aMHDp98Fl86lX8Oti8B7uN93L4Ifv4fHOEA+pQw87gmMO/lQ==
-
path-browserify@^1.0.1:
version "1.0.1"
- resolved "https://registry.yarnpkg.com/path-browserify/-/path-browserify-1.0.1.tgz#d98454a9c3753d5790860f16f68867b9e46be1fd"
+ resolved "https://registry.npmjs.org/path-browserify/-/path-browserify-1.0.1.tgz"
integrity sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==
path-dirname@^1.0.0:
version "1.0.2"
- resolved "https://registry.yarnpkg.com/path-dirname/-/path-dirname-1.0.2.tgz#cc33d24d525e099a5388c0336c6e32b9160609e0"
+ resolved "https://registry.npmjs.org/path-dirname/-/path-dirname-1.0.2.tgz"
integrity sha512-ALzNPpyNq9AqXMBjeymIjFDAkAFH06mHJH/cSBHAgU0s4vfpBn6b2nf8tiRLvagKD8RbTpq2FKTBg7cl9l3c7Q==
path-exists@^3.0.0:
version "3.0.0"
- resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-3.0.0.tgz#ce0ebeaa5f78cb18925ea7d810d7b59b010fd515"
+ resolved "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz"
integrity sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==
path-exists@^4.0.0:
version "4.0.0"
- resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3"
+ resolved "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz"
integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==
path-is-absolute@^1.0.0:
version "1.0.1"
- resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
+ resolved "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz"
integrity sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==
-path-is-inside@1.0.2, path-is-inside@^1.0.1, path-is-inside@^1.0.2:
+path-is-inside@^1.0.1, path-is-inside@1.0.2:
version "1.0.2"
- resolved "https://registry.yarnpkg.com/path-is-inside/-/path-is-inside-1.0.2.tgz#365417dede44430d1c11af61027facf074bdfc53"
+ resolved "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz"
integrity sha512-DUWJr3+ULp4zXmol/SZkFf3JGsS9/SIv+Y3Rt93/UjPpDpklB5f1er4O3POIbUuUJ3FXgqte2Q7SrU6zAqwk8w==
-path-key@^2.0.0, path-key@^2.0.1:
+path-key@^2.0.0:
version "2.0.1"
- resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40"
+ resolved "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz"
integrity sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==
path-key@^3.0.0, path-key@^3.1.0:
version "3.1.1"
- resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375"
+ resolved "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz"
integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==
path-key@^4.0.0:
version "4.0.0"
- resolved "https://registry.yarnpkg.com/path-key/-/path-key-4.0.0.tgz#295588dc3aee64154f877adb9d780b81c554bf18"
+ resolved "https://registry.npmjs.org/path-key/-/path-key-4.0.0.tgz"
integrity sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==
-path-parse@^1.0.6, path-parse@^1.0.7:
+path-parse@^1.0.7:
version "1.0.7"
- resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
+ resolved "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz"
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
path-scurry@^1.11.1:
version "1.11.1"
- resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.11.1.tgz#7960a668888594a0720b12a911d1a742ab9f11d2"
+ resolved "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz"
integrity sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==
dependencies:
lru-cache "^10.2.0"
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
+path-to-regexp@^1.7.0:
+ version "1.8.0"
+ resolved "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-1.8.0.tgz"
+ integrity sha512-n43JRhlUKUAlibEJhPeir1ncUID16QnEjNpwzNdO3Lm4ywrBpBZ5oLD0I6br9evr1Y9JTqwRtAh7JLoOzAQdVA==
+ dependencies:
+ isarray "0.0.1"
+
path-to-regexp@0.1.7:
version "0.1.7"
- resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
+ resolved "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz"
integrity sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==
path-to-regexp@2.2.1:
version "2.2.1"
- resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-2.2.1.tgz#90b617025a16381a879bc82a38d4e8bdeb2bcf45"
+ resolved "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-2.2.1.tgz"
integrity sha512-gu9bD6Ta5bwGrrU8muHzVOBFFREpp2iRkVfhBJahwJ6p6Xw20SjT0MxLnwkjOibQmGSYhiUnf2FLe7k+jcFmGQ==
-path-to-regexp@^1.7.0:
- version "1.8.0"
- resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-1.8.0.tgz#887b3ba9d84393e87a0a0b9f4cb756198b53548a"
- integrity sha512-n43JRhlUKUAlibEJhPeir1ncUID16QnEjNpwzNdO3Lm4ywrBpBZ5oLD0I6br9evr1Y9JTqwRtAh7JLoOzAQdVA==
- dependencies:
- isarray "0.0.1"
-
path-type@^3.0.0:
version "3.0.0"
- resolved "https://registry.yarnpkg.com/path-type/-/path-type-3.0.0.tgz#cef31dc8e0a1a3bb0d105c0cd97cf3bf47f4e36f"
+ resolved "https://registry.npmjs.org/path-type/-/path-type-3.0.0.tgz"
integrity sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==
dependencies:
pify "^3.0.0"
path-type@^4.0.0:
version "4.0.0"
- resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
+ resolved "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz"
integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==
path-type@^5.0.0:
version "5.0.0"
- resolved "https://registry.yarnpkg.com/path-type/-/path-type-5.0.0.tgz#14b01ed7aea7ddf9c7c3f46181d4d04f9c785bb8"
+ resolved "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz"
integrity sha512-5HviZNaZcfqP95rwpv+1HDgUamezbqdSYTyzjTvwtJSnIH+3vnbmWsItli8OFEndS984VT55M3jduxZbX351gg==
pathe@^1.1.2:
version "1.1.2"
- resolved "https://registry.yarnpkg.com/pathe/-/pathe-1.1.2.tgz#6c4cb47a945692e48a1ddd6e4094d170516437ec"
+ resolved "https://registry.npmjs.org/pathe/-/pathe-1.1.2.tgz"
integrity sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==
pause-stream@0.0.11:
version "0.0.11"
- resolved "https://registry.yarnpkg.com/pause-stream/-/pause-stream-0.0.11.tgz#fe5a34b0cbce12b5aa6a2b403ee2e73b602f1445"
+ resolved "https://registry.npmjs.org/pause-stream/-/pause-stream-0.0.11.tgz"
integrity sha512-e3FBlXLmN/D1S+zHzanP4E/4Z60oFAa3O051qt1pxa7DEJWKAyil6upYVXCWadEnuoqa4Pkc9oUx9zsxYeRv8A==
dependencies:
through "~2.3"
pbkdf2@^3.0.3, pbkdf2@^3.1.2:
version "3.1.2"
- resolved "https://registry.yarnpkg.com/pbkdf2/-/pbkdf2-3.1.2.tgz#dd822aa0887580e52f1a039dc3eda108efae3075"
+ resolved "https://registry.npmjs.org/pbkdf2/-/pbkdf2-3.1.2.tgz"
integrity sha512-iuh7L6jA7JEGu2WxDwtQP1ddOpaJNC4KlDEFfdQajSGgGPNi4OyDc2R7QnbY2bR9QjBVGwgvTdNJZoE7RaxUMA==
dependencies:
create-hash "^1.1.2"
@@ -17869,139 +15534,116 @@ pbkdf2@^3.0.3, pbkdf2@^3.1.2:
pend@~1.2.0:
version "1.2.0"
- resolved "https://registry.yarnpkg.com/pend/-/pend-1.2.0.tgz#7a57eb550a6783f9115331fcf4663d5c8e007a50"
+ resolved "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz"
integrity sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg==
performance-now@^2.1.0:
version "2.1.0"
- resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
+ resolved "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz"
integrity sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==
perfy@^1.1.5:
version "1.1.5"
- resolved "https://registry.yarnpkg.com/perfy/-/perfy-1.1.5.tgz#0d629f870a34a3eb1866d3db485d2b3faef29e4b"
+ resolved "https://registry.npmjs.org/perfy/-/perfy-1.1.5.tgz"
integrity sha512-/ieVBpMaPTJf83YTUl2TImsSwMEJ23qGP2w27pE6aX+NrB/ZRGqOnQZpl7J719yFwd+ebDiHguPNFeMSamyK7w==
picocolors@^0.2.1:
version "0.2.1"
- resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-0.2.1.tgz#570670f793646851d1ba135996962abad587859f"
+ resolved "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz"
integrity sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==
picocolors@^1.0.0, picocolors@^1.0.1:
version "1.0.1"
- resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.1.tgz#a8ad579b571952f0e5d25892de5445bcfe25aaa1"
+ resolved "https://registry.npmjs.org/picocolors/-/picocolors-1.0.1.tgz"
integrity sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==
picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.2, picomatch@^2.2.3, picomatch@^2.3.1:
version "2.3.1"
- resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
+ resolved "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz"
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
-pify@^2.0.0, pify@^2.2.0, pify@^2.3.0:
+pify@^2.2.0:
version "2.3.0"
- resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
+ resolved "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz"
+ integrity sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==
+
+pify@^2.3.0:
+ version "2.3.0"
+ resolved "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz"
integrity sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==
pify@^3.0.0:
version "3.0.0"
- resolved "https://registry.yarnpkg.com/pify/-/pify-3.0.0.tgz#e5a4acd2c101fdf3d9a4d07f0dbc4db49dd28176"
+ resolved "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz"
integrity sha512-C3FsVNH1udSEX48gGX1xfvwTWfsYWj5U+8/uK15BGzIGrKoUpghX8hWZwa/OFnakBiiVNmBvemTJR5mcy7iPcg==
pify@^4.0.1:
version "4.0.1"
- resolved "https://registry.yarnpkg.com/pify/-/pify-4.0.1.tgz#4b2cd25c50d598735c50292224fd8c6df41e3231"
+ resolved "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz"
integrity sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==
-pinkie-promise@^2.0.0:
- version "2.0.1"
- resolved "https://registry.yarnpkg.com/pinkie-promise/-/pinkie-promise-2.0.1.tgz#2135d6dfa7a358c069ac9b178776288228450ffa"
- integrity sha512-0Gni6D4UcLTbv9c57DfxDGdr41XfgUjqWZu492f0cIGr16zDU06BWP/RAEvOuo7CQ0CNjHaLlM59YJJFm3NWlw==
- dependencies:
- pinkie "^2.0.0"
-
-pinkie@^2.0.0:
- version "2.0.4"
- resolved "https://registry.yarnpkg.com/pinkie/-/pinkie-2.0.4.tgz#72556b80cfa0d48a974e80e77248e80ed4f7f870"
- integrity sha512-MnUuEycAemtSaeFSjXKW/aroV7akBbY+Sv+RkyqFjgAe73F+MR0TBWKBRDkmfWq/HiFmdavfZ1G7h4SPZXaCSg==
-
pirates@^4.0.1, pirates@^4.0.4, pirates@^4.0.6:
version "4.0.6"
- resolved "https://registry.yarnpkg.com/pirates/-/pirates-4.0.6.tgz#3018ae32ecfcff6c29ba2267cbf21166ac1f36b9"
+ resolved "https://registry.npmjs.org/pirates/-/pirates-4.0.6.tgz"
integrity sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==
pkg-dir@^3.0.0:
version "3.0.0"
- resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-3.0.0.tgz#2749020f239ed990881b1f71210d51eb6523bea3"
+ resolved "https://registry.npmjs.org/pkg-dir/-/pkg-dir-3.0.0.tgz"
integrity sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==
dependencies:
find-up "^3.0.0"
pkg-dir@^4.1.0, pkg-dir@^4.2.0:
version "4.2.0"
- resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-4.2.0.tgz#f099133df7ede422e81d1d8448270eeb3e4261f3"
+ resolved "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz"
integrity sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==
dependencies:
find-up "^4.0.0"
pkg-types@^1.1.1:
version "1.1.3"
- resolved "https://registry.yarnpkg.com/pkg-types/-/pkg-types-1.1.3.tgz#161bb1242b21daf7795036803f28e30222e476e3"
+ resolved "https://registry.npmjs.org/pkg-types/-/pkg-types-1.1.3.tgz"
integrity sha512-+JrgthZG6m3ckicaOB74TwQ+tBWsFl3qVQg7mN8ulwSOElJ7gBhKzj2VkCPnZ4NlF6kEquYU+RIYNVAvzd54UA==
dependencies:
confbox "^0.1.7"
mlly "^1.7.1"
pathe "^1.1.2"
-pkg-up@3.1.0, pkg-up@^3.1.0:
+pkg-up@^3.1.0, pkg-up@3.1.0:
version "3.1.0"
- resolved "https://registry.yarnpkg.com/pkg-up/-/pkg-up-3.1.0.tgz#100ec235cc150e4fd42519412596a28512a0def5"
+ resolved "https://registry.npmjs.org/pkg-up/-/pkg-up-3.1.0.tgz"
integrity sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA==
dependencies:
find-up "^3.0.0"
-pnp-webpack-plugin@1.6.4:
- version "1.6.4"
- resolved "https://registry.yarnpkg.com/pnp-webpack-plugin/-/pnp-webpack-plugin-1.6.4.tgz#c9711ac4dc48a685dabafc86f8b6dd9f8df84149"
- integrity sha512-7Wjy+9E3WwLOEL30D+m8TSTF7qJJUJLONBnwQp0518siuMxUQUbgZwssaFX+QKlZkjHZcw/IpZCt/H0srrntSg==
- dependencies:
- ts-pnp "^1.1.6"
-
pnp-webpack-plugin@^1.7.0:
version "1.7.0"
- resolved "https://registry.yarnpkg.com/pnp-webpack-plugin/-/pnp-webpack-plugin-1.7.0.tgz#65741384f6d8056f36e2255a8d67ffc20866f5c9"
+ resolved "https://registry.npmjs.org/pnp-webpack-plugin/-/pnp-webpack-plugin-1.7.0.tgz"
integrity sha512-2Rb3vm+EXble/sMXNSu6eoBx8e79gKqhNq9F5ZWW6ERNCTE/Q0wQNne5541tE5vKjfM8hpNCYL+LGc1YTfI0dg==
dependencies:
ts-pnp "^1.1.6"
polished@^4.2.2:
version "4.3.1"
- resolved "https://registry.yarnpkg.com/polished/-/polished-4.3.1.tgz#5a00ae32715609f83d89f6f31d0f0261c6170548"
+ resolved "https://registry.npmjs.org/polished/-/polished-4.3.1.tgz"
integrity sha512-OBatVyC/N7SCW/FaDHrSd+vn0o5cS855TOmYi4OkdWUMSJCET/xip//ch8xGUvtr3i44X9LVyWwQlRMTN3pwSA==
dependencies:
"@babel/runtime" "^7.17.8"
-portfinder@^1.0.26:
- version "1.0.32"
- resolved "https://registry.yarnpkg.com/portfinder/-/portfinder-1.0.32.tgz#2fe1b9e58389712429dc2bea5beb2146146c7f81"
- integrity sha512-on2ZJVVDXRADWE6jnQaX0ioEylzgBpQk8r55NE4wjXW1ZxO+BgDlY6DXwj20i0V8eB4SenDQ00WEaxfiIQPcxg==
- dependencies:
- async "^2.6.4"
- debug "^3.2.7"
- mkdirp "^0.5.6"
-
posix-character-classes@^0.1.0:
version "0.1.1"
- resolved "https://registry.yarnpkg.com/posix-character-classes/-/posix-character-classes-0.1.1.tgz#01eac0fe3b5af71a2a6c02feabb8c1fef7e00eab"
+ resolved "https://registry.npmjs.org/posix-character-classes/-/posix-character-classes-0.1.1.tgz"
integrity sha512-xTgYBc3fuo7Yt7JbiuFxSYGToMoz8fLoE6TC9Wx1P/u+LfeThMOAqmuyECnlBaaJb+u1m9hHiXUEtwW4OzfUJg==
possible-typed-array-names@^1.0.0:
version "1.0.0"
- resolved "https://registry.yarnpkg.com/possible-typed-array-names/-/possible-typed-array-names-1.0.0.tgz#89bb63c6fada2c3e90adc4a647beeeb39cc7bf8f"
+ resolved "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.0.0.tgz"
integrity sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==
post-robot@^10.0.46:
version "10.0.46"
- resolved "https://registry.yarnpkg.com/post-robot/-/post-robot-10.0.46.tgz#39cea5b51033729390fc7c90be3285cd285f0377"
+ resolved "https://registry.npmjs.org/post-robot/-/post-robot-10.0.46.tgz"
integrity sha512-EgVJiuvI4iRWDZvzObWes0X/n8olWBEJWxlSw79zmhpgkigX8UsVL4VOBhVtoJKwf0Y9qP9g2zOONw1rv80QbA==
dependencies:
belter "^1.0.41"
@@ -18010,45 +15652,21 @@ post-robot@^10.0.46:
universal-serialize "^1.0.4"
zalgo-promise "^1.0.3"
-postcss-attribute-case-insensitive@^4.0.1:
- version "4.0.2"
- resolved "https://registry.yarnpkg.com/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-4.0.2.tgz#d93e46b504589e94ac7277b0463226c68041a880"
- integrity sha512-clkFxk/9pcdb4Vkn0hAHq3YnxBQ2p0CGD1dy24jN+reBck+EWxMbxSUqN4Yj7t0w8csl87K6p0gxBe1utkJsYA==
- dependencies:
- postcss "^7.0.2"
- postcss-selector-parser "^6.0.2"
-
postcss-attribute-case-insensitive@^5.0.2:
version "5.0.2"
- resolved "https://registry.yarnpkg.com/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-5.0.2.tgz#03d761b24afc04c09e757e92ff53716ae8ea2741"
+ resolved "https://registry.npmjs.org/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-5.0.2.tgz"
integrity sha512-XIidXV8fDr0kKt28vqki84fRK8VW8eTuIa4PChv2MqKuT6C9UjmSKzen6KaWhWEoYvwxFCa7n/tC1SZ3tyq4SQ==
dependencies:
postcss-selector-parser "^6.0.10"
-postcss-browser-comments@^3.0.0:
- version "3.0.0"
- resolved "https://registry.yarnpkg.com/postcss-browser-comments/-/postcss-browser-comments-3.0.0.tgz#1248d2d935fb72053c8e1f61a84a57292d9f65e9"
- integrity sha512-qfVjLfq7HFd2e0HW4s1dvU8X080OZdG46fFbIBFjW7US7YPDcWfRvdElvwMJr2LI6hMmD+7LnH2HcmXTs+uOig==
- dependencies:
- postcss "^7"
-
postcss-browser-comments@^4:
version "4.0.0"
- resolved "https://registry.yarnpkg.com/postcss-browser-comments/-/postcss-browser-comments-4.0.0.tgz#bcfc86134df5807f5d3c0eefa191d42136b5e72a"
+ resolved "https://registry.npmjs.org/postcss-browser-comments/-/postcss-browser-comments-4.0.0.tgz"
integrity sha512-X9X9/WN3KIvY9+hNERUqX9gncsgBA25XaeR+jshHz2j8+sYyHktHw1JdKuMjeLpGktXidqDhA7b/qm1mrBDmgg==
-postcss-calc@^7.0.1:
- version "7.0.5"
- resolved "https://registry.yarnpkg.com/postcss-calc/-/postcss-calc-7.0.5.tgz#f8a6e99f12e619c2ebc23cf6c486fdc15860933e"
- integrity sha512-1tKHutbGtLtEZF6PT4JSihCHfIVldU72mZ8SdZHIYriIZ9fh9k9aWSppaT8rHsyI3dX+KSR+W+Ix9BMY3AODrg==
- dependencies:
- postcss "^7.0.27"
- postcss-selector-parser "^6.0.2"
- postcss-value-parser "^4.0.2"
-
postcss-calc@^8.2.3:
version "8.2.4"
- resolved "https://registry.yarnpkg.com/postcss-calc/-/postcss-calc-8.2.4.tgz#77b9c29bfcbe8a07ff6693dc87050828889739a5"
+ resolved "https://registry.npmjs.org/postcss-calc/-/postcss-calc-8.2.4.tgz"
integrity sha512-SmWMSJmB8MRnnULldx0lQIyhSNvuDl9HfrZkaqqE/WHAhToYsAvDq+yAsA/kIyINDszOp3Rh0GFoNuH5Ypsm3Q==
dependencies:
postcss-selector-parser "^6.0.9"
@@ -18056,88 +15674,35 @@ postcss-calc@^8.2.3:
postcss-clamp@^4.1.0:
version "4.1.0"
- resolved "https://registry.yarnpkg.com/postcss-clamp/-/postcss-clamp-4.1.0.tgz#7263e95abadd8c2ba1bd911b0b5a5c9c93e02363"
+ resolved "https://registry.npmjs.org/postcss-clamp/-/postcss-clamp-4.1.0.tgz"
integrity sha512-ry4b1Llo/9zz+PKC+030KUnPITTJAHeOwjfAyyB60eT0AorGLdzp52s31OsPRHRf8NchkgFoG2y6fCfn1IV1Ow==
dependencies:
postcss-value-parser "^4.2.0"
-postcss-color-functional-notation@^2.0.1:
- version "2.0.1"
- resolved "https://registry.yarnpkg.com/postcss-color-functional-notation/-/postcss-color-functional-notation-2.0.1.tgz#5efd37a88fbabeb00a2966d1e53d98ced93f74e0"
- integrity sha512-ZBARCypjEDofW4P6IdPVTLhDNXPRn8T2s1zHbZidW6rPaaZvcnCS2soYFIQJrMZSxiePJ2XIYTlcb2ztr/eT2g==
- dependencies:
- postcss "^7.0.2"
- postcss-values-parser "^2.0.0"
-
postcss-color-functional-notation@^4.2.4:
version "4.2.4"
- resolved "https://registry.yarnpkg.com/postcss-color-functional-notation/-/postcss-color-functional-notation-4.2.4.tgz#21a909e8d7454d3612d1659e471ce4696f28caec"
+ resolved "https://registry.npmjs.org/postcss-color-functional-notation/-/postcss-color-functional-notation-4.2.4.tgz"
integrity sha512-2yrTAUZUab9s6CpxkxC4rVgFEVaR6/2Pipvi6qcgvnYiVqZcbDHEoBDhrXzyb7Efh2CCfHQNtcqWcIruDTIUeg==
dependencies:
postcss-value-parser "^4.2.0"
-postcss-color-gray@^5.0.0:
- version "5.0.0"
- resolved "https://registry.yarnpkg.com/postcss-color-gray/-/postcss-color-gray-5.0.0.tgz#532a31eb909f8da898ceffe296fdc1f864be8547"
- integrity sha512-q6BuRnAGKM/ZRpfDascZlIZPjvwsRye7UDNalqVz3s7GDxMtqPY6+Q871liNxsonUw8oC61OG+PSaysYpl1bnw==
- dependencies:
- "@csstools/convert-colors" "^1.4.0"
- postcss "^7.0.5"
- postcss-values-parser "^2.0.0"
-
-postcss-color-hex-alpha@^5.0.3:
- version "5.0.3"
- resolved "https://registry.yarnpkg.com/postcss-color-hex-alpha/-/postcss-color-hex-alpha-5.0.3.tgz#a8d9ca4c39d497c9661e374b9c51899ef0f87388"
- integrity sha512-PF4GDel8q3kkreVXKLAGNpHKilXsZ6xuu+mOQMHWHLPNyjiUBOr75sp5ZKJfmv1MCus5/DWUGcK9hm6qHEnXYw==
- dependencies:
- postcss "^7.0.14"
- postcss-values-parser "^2.0.1"
-
postcss-color-hex-alpha@^8.0.4:
version "8.0.4"
- resolved "https://registry.yarnpkg.com/postcss-color-hex-alpha/-/postcss-color-hex-alpha-8.0.4.tgz#c66e2980f2fbc1a63f5b079663340ce8b55f25a5"
+ resolved "https://registry.npmjs.org/postcss-color-hex-alpha/-/postcss-color-hex-alpha-8.0.4.tgz"
integrity sha512-nLo2DCRC9eE4w2JmuKgVA3fGL3d01kGq752pVALF68qpGLmx2Qrk91QTKkdUqqp45T1K1XV8IhQpcu1hoAQflQ==
dependencies:
postcss-value-parser "^4.2.0"
-postcss-color-mod-function@^3.0.3:
- version "3.0.3"
- resolved "https://registry.yarnpkg.com/postcss-color-mod-function/-/postcss-color-mod-function-3.0.3.tgz#816ba145ac11cc3cb6baa905a75a49f903e4d31d"
- integrity sha512-YP4VG+xufxaVtzV6ZmhEtc+/aTXH3d0JLpnYfxqTvwZPbJhWqp8bSY3nfNzNRFLgB4XSaBA82OE4VjOOKpCdVQ==
- dependencies:
- "@csstools/convert-colors" "^1.4.0"
- postcss "^7.0.2"
- postcss-values-parser "^2.0.0"
-
-postcss-color-rebeccapurple@^4.0.1:
- version "4.0.1"
- resolved "https://registry.yarnpkg.com/postcss-color-rebeccapurple/-/postcss-color-rebeccapurple-4.0.1.tgz#c7a89be872bb74e45b1e3022bfe5748823e6de77"
- integrity sha512-aAe3OhkS6qJXBbqzvZth2Au4V3KieR5sRQ4ptb2b2O8wgvB3SJBsdG+jsn2BZbbwekDG8nTfcCNKcSfe/lEy8g==
- dependencies:
- postcss "^7.0.2"
- postcss-values-parser "^2.0.0"
-
postcss-color-rebeccapurple@^7.1.1:
version "7.1.1"
- resolved "https://registry.yarnpkg.com/postcss-color-rebeccapurple/-/postcss-color-rebeccapurple-7.1.1.tgz#63fdab91d878ebc4dd4b7c02619a0c3d6a56ced0"
+ resolved "https://registry.npmjs.org/postcss-color-rebeccapurple/-/postcss-color-rebeccapurple-7.1.1.tgz"
integrity sha512-pGxkuVEInwLHgkNxUc4sdg4g3py7zUeCQ9sMfwyHAT+Ezk8a4OaaVZ8lIY5+oNqA/BXXgLyXv0+5wHP68R79hg==
dependencies:
postcss-value-parser "^4.2.0"
-postcss-colormin@^4.0.3:
- version "4.0.3"
- resolved "https://registry.yarnpkg.com/postcss-colormin/-/postcss-colormin-4.0.3.tgz#ae060bce93ed794ac71264f08132d550956bd381"
- integrity sha512-WyQFAdDZpExQh32j0U0feWisZ0dmOtPl44qYmJKkq9xFWY3p+4qnRzCHeNrkeRhwPHz9bQ3mo0/yVkaply0MNw==
- dependencies:
- browserslist "^4.0.0"
- color "^3.0.0"
- has "^1.0.0"
- postcss "^7.0.0"
- postcss-value-parser "^3.0.0"
-
postcss-colormin@^5.3.1:
version "5.3.1"
- resolved "https://registry.yarnpkg.com/postcss-colormin/-/postcss-colormin-5.3.1.tgz#86c27c26ed6ba00d96c79e08f3ffb418d1d1988f"
+ resolved "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-5.3.1.tgz"
integrity sha512-UsWQG0AqTFQmpBegeLLc1+c3jIqBNB0zlDGRWR+dQ3pRKJL1oeMzyqmH3o2PIfn9MBdNrVPWhDbT769LxCTLJQ==
dependencies:
browserslist "^4.21.4"
@@ -18145,400 +15710,204 @@ postcss-colormin@^5.3.1:
colord "^2.9.1"
postcss-value-parser "^4.2.0"
-postcss-convert-values@^4.0.1:
- version "4.0.1"
- resolved "https://registry.yarnpkg.com/postcss-convert-values/-/postcss-convert-values-4.0.1.tgz#ca3813ed4da0f812f9d43703584e449ebe189a7f"
- integrity sha512-Kisdo1y77KUC0Jmn0OXU/COOJbzM8cImvw1ZFsBgBgMgb1iL23Zs/LXRe3r+EZqM3vGYKdQ2YJVQ5VkJI+zEJQ==
- dependencies:
- postcss "^7.0.0"
- postcss-value-parser "^3.0.0"
-
postcss-convert-values@^5.1.3:
version "5.1.3"
- resolved "https://registry.yarnpkg.com/postcss-convert-values/-/postcss-convert-values-5.1.3.tgz#04998bb9ba6b65aa31035d669a6af342c5f9d393"
+ resolved "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-5.1.3.tgz"
integrity sha512-82pC1xkJZtcJEfiLw6UXnXVXScgtBrjlO5CBmuDQc+dlb88ZYheFsjTn40+zBVi3DkfF7iezO0nJUPLcJK3pvA==
dependencies:
browserslist "^4.21.4"
postcss-value-parser "^4.2.0"
-postcss-custom-media@^7.0.8:
- version "7.0.8"
- resolved "https://registry.yarnpkg.com/postcss-custom-media/-/postcss-custom-media-7.0.8.tgz#fffd13ffeffad73621be5f387076a28b00294e0c"
- integrity sha512-c9s5iX0Ge15o00HKbuRuTqNndsJUbaXdiNsksnVH8H4gdc+zbLzr/UasOwNG6CTDpLFekVY4672eWdiiWu2GUg==
- dependencies:
- postcss "^7.0.14"
-
postcss-custom-media@^8.0.2:
version "8.0.2"
- resolved "https://registry.yarnpkg.com/postcss-custom-media/-/postcss-custom-media-8.0.2.tgz#c8f9637edf45fef761b014c024cee013f80529ea"
+ resolved "https://registry.npmjs.org/postcss-custom-media/-/postcss-custom-media-8.0.2.tgz"
integrity sha512-7yi25vDAoHAkbhAzX9dHx2yc6ntS4jQvejrNcC+csQJAXjj15e7VcWfMgLqBNAbOvqi5uIa9huOVwdHbf+sKqg==
dependencies:
postcss-value-parser "^4.2.0"
postcss-custom-properties@^12.1.10:
version "12.1.11"
- resolved "https://registry.yarnpkg.com/postcss-custom-properties/-/postcss-custom-properties-12.1.11.tgz#d14bb9b3989ac4d40aaa0e110b43be67ac7845cf"
+ resolved "https://registry.npmjs.org/postcss-custom-properties/-/postcss-custom-properties-12.1.11.tgz"
integrity sha512-0IDJYhgU8xDv1KY6+VgUwuQkVtmYzRwu+dMjnmdMafXYv86SWqfxkc7qdDvWS38vsjaEtv8e0vGOUQrAiMBLpQ==
dependencies:
postcss-value-parser "^4.2.0"
-postcss-custom-properties@^8.0.11:
- version "8.0.11"
- resolved "https://registry.yarnpkg.com/postcss-custom-properties/-/postcss-custom-properties-8.0.11.tgz#2d61772d6e92f22f5e0d52602df8fae46fa30d97"
- integrity sha512-nm+o0eLdYqdnJ5abAJeXp4CEU1c1k+eB2yMCvhgzsds/e0umabFrN6HoTy/8Q4K5ilxERdl/JD1LO5ANoYBeMA==
- dependencies:
- postcss "^7.0.17"
- postcss-values-parser "^2.0.1"
-
-postcss-custom-selectors@^5.1.2:
- version "5.1.2"
- resolved "https://registry.yarnpkg.com/postcss-custom-selectors/-/postcss-custom-selectors-5.1.2.tgz#64858c6eb2ecff2fb41d0b28c9dd7b3db4de7fba"
- integrity sha512-DSGDhqinCqXqlS4R7KGxL1OSycd1lydugJ1ky4iRXPHdBRiozyMHrdu0H3o7qNOCiZwySZTUI5MV0T8QhCLu+w==
- dependencies:
- postcss "^7.0.2"
- postcss-selector-parser "^5.0.0-rc.3"
-
postcss-custom-selectors@^6.0.3:
version "6.0.3"
- resolved "https://registry.yarnpkg.com/postcss-custom-selectors/-/postcss-custom-selectors-6.0.3.tgz#1ab4684d65f30fed175520f82d223db0337239d9"
+ resolved "https://registry.npmjs.org/postcss-custom-selectors/-/postcss-custom-selectors-6.0.3.tgz"
integrity sha512-fgVkmyiWDwmD3JbpCmB45SvvlCD6z9CG6Ie6Iere22W5aHea6oWa7EM2bpnv2Fj3I94L3VbtvX9KqwSi5aFzSg==
dependencies:
postcss-selector-parser "^6.0.4"
-postcss-dir-pseudo-class@^5.0.0:
- version "5.0.0"
- resolved "https://registry.yarnpkg.com/postcss-dir-pseudo-class/-/postcss-dir-pseudo-class-5.0.0.tgz#6e3a4177d0edb3abcc85fdb6fbb1c26dabaeaba2"
- integrity sha512-3pm4oq8HYWMZePJY+5ANriPs3P07q+LW6FAdTlkFH2XqDdP4HeeJYMOzn0HYLhRSjBO3fhiqSwwU9xEULSrPgw==
- dependencies:
- postcss "^7.0.2"
- postcss-selector-parser "^5.0.0-rc.3"
-
postcss-dir-pseudo-class@^6.0.5:
version "6.0.5"
- resolved "https://registry.yarnpkg.com/postcss-dir-pseudo-class/-/postcss-dir-pseudo-class-6.0.5.tgz#2bf31de5de76added44e0a25ecf60ae9f7c7c26c"
+ resolved "https://registry.npmjs.org/postcss-dir-pseudo-class/-/postcss-dir-pseudo-class-6.0.5.tgz"
integrity sha512-eqn4m70P031PF7ZQIvSgy9RSJ5uI2171O/OO/zcRNYpJbvaeKFUlar1aJ7rmgiQtbm0FSPsRewjpdS0Oew7MPA==
dependencies:
postcss-selector-parser "^6.0.10"
-postcss-discard-comments@^4.0.2:
- version "4.0.2"
- resolved "https://registry.yarnpkg.com/postcss-discard-comments/-/postcss-discard-comments-4.0.2.tgz#1fbabd2c246bff6aaad7997b2b0918f4d7af4033"
- integrity sha512-RJutN259iuRf3IW7GZyLM5Sw4GLTOH8FmsXBnv8Ab/Tc2k4SR4qbV4DNbyyY4+Sjo362SyDmW2DQ7lBSChrpkg==
- dependencies:
- postcss "^7.0.0"
-
postcss-discard-comments@^5.1.2:
version "5.1.2"
- resolved "https://registry.yarnpkg.com/postcss-discard-comments/-/postcss-discard-comments-5.1.2.tgz#8df5e81d2925af2780075840c1526f0660e53696"
+ resolved "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-5.1.2.tgz"
integrity sha512-+L8208OVbHVF2UQf1iDmRcbdjJkuBF6IS29yBDSiWUIzpYaAhtNl6JYnYm12FnkeCwQqF5LeklOu6rAqgfBZqQ==
-postcss-discard-duplicates@^4.0.2:
- version "4.0.2"
- resolved "https://registry.yarnpkg.com/postcss-discard-duplicates/-/postcss-discard-duplicates-4.0.2.tgz#3fe133cd3c82282e550fc9b239176a9207b784eb"
- integrity sha512-ZNQfR1gPNAiXZhgENFfEglF93pciw0WxMkJeVmw8eF+JZBbMD7jp6C67GqJAXVZP2BWbOztKfbsdmMp/k8c6oQ==
- dependencies:
- postcss "^7.0.0"
-
postcss-discard-duplicates@^5.1.0:
version "5.1.0"
- resolved "https://registry.yarnpkg.com/postcss-discard-duplicates/-/postcss-discard-duplicates-5.1.0.tgz#9eb4fe8456706a4eebd6d3b7b777d07bad03e848"
+ resolved "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-5.1.0.tgz"
integrity sha512-zmX3IoSI2aoenxHV6C7plngHWWhUOV3sP1T8y2ifzxzbtnuhk1EdPwm0S1bIUNaJ2eNbWeGLEwzw8huPD67aQw==
-postcss-discard-empty@^4.0.1:
- version "4.0.1"
- resolved "https://registry.yarnpkg.com/postcss-discard-empty/-/postcss-discard-empty-4.0.1.tgz#c8c951e9f73ed9428019458444a02ad90bb9f765"
- integrity sha512-B9miTzbznhDjTfjvipfHoqbWKwd0Mj+/fL5s1QOz06wufguil+Xheo4XpOnc4NqKYBCNqqEzgPv2aPBIJLox0w==
- dependencies:
- postcss "^7.0.0"
-
postcss-discard-empty@^5.1.1:
version "5.1.1"
- resolved "https://registry.yarnpkg.com/postcss-discard-empty/-/postcss-discard-empty-5.1.1.tgz#e57762343ff7f503fe53fca553d18d7f0c369c6c"
+ resolved "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-5.1.1.tgz"
integrity sha512-zPz4WljiSuLWsI0ir4Mcnr4qQQ5e1Ukc3i7UfE2XcrwKK2LIPIqE5jxMRxO6GbI3cv//ztXDsXwEWT3BHOGh3A==
-postcss-discard-overridden@^4.0.1:
- version "4.0.1"
- resolved "https://registry.yarnpkg.com/postcss-discard-overridden/-/postcss-discard-overridden-4.0.1.tgz#652aef8a96726f029f5e3e00146ee7a4e755ff57"
- integrity sha512-IYY2bEDD7g1XM1IDEsUT4//iEYCxAmP5oDSFMVU/JVvT7gh+l4fmjciLqGgwjdWpQIdb0Che2VX00QObS5+cTg==
- dependencies:
- postcss "^7.0.0"
-
postcss-discard-overridden@^5.1.0:
version "5.1.0"
- resolved "https://registry.yarnpkg.com/postcss-discard-overridden/-/postcss-discard-overridden-5.1.0.tgz#7e8c5b53325747e9d90131bb88635282fb4a276e"
+ resolved "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-5.1.0.tgz"
integrity sha512-21nOL7RqWR1kasIVdKs8HNqQJhFxLsyRfAnUDm4Fe4t4mCWL9OJiHvlHPjcd8zc5Myu89b/7wZDnOSjFgeWRtw==
postcss-discard-unused@^5.1.0:
version "5.1.0"
- resolved "https://registry.yarnpkg.com/postcss-discard-unused/-/postcss-discard-unused-5.1.0.tgz#8974e9b143d887677304e558c1166d3762501142"
+ resolved "https://registry.npmjs.org/postcss-discard-unused/-/postcss-discard-unused-5.1.0.tgz"
integrity sha512-KwLWymI9hbwXmJa0dkrzpRbSJEh0vVUd7r8t0yOGPcfKzyJJxFM8kLyC5Ev9avji6nY95pOp1W6HqIrfT+0VGw==
dependencies:
postcss-selector-parser "^6.0.5"
-postcss-double-position-gradients@^1.0.0:
- version "1.0.0"
- resolved "https://registry.yarnpkg.com/postcss-double-position-gradients/-/postcss-double-position-gradients-1.0.0.tgz#fc927d52fddc896cb3a2812ebc5df147e110522e"
- integrity sha512-G+nV8EnQq25fOI8CH/B6krEohGWnF5+3A6H/+JEpOncu5dCnkS1QQ6+ct3Jkaepw1NGVqqOZH6lqrm244mCftA==
- dependencies:
- postcss "^7.0.5"
- postcss-values-parser "^2.0.0"
-
postcss-double-position-gradients@^3.1.2:
version "3.1.2"
- resolved "https://registry.yarnpkg.com/postcss-double-position-gradients/-/postcss-double-position-gradients-3.1.2.tgz#b96318fdb477be95997e86edd29c6e3557a49b91"
+ resolved "https://registry.npmjs.org/postcss-double-position-gradients/-/postcss-double-position-gradients-3.1.2.tgz"
integrity sha512-GX+FuE/uBR6eskOK+4vkXgT6pDkexLokPaz/AbJna9s5Kzp/yl488pKPjhy0obB475ovfT1Wv8ho7U/cHNaRgQ==
dependencies:
"@csstools/postcss-progressive-custom-properties" "^1.1.0"
postcss-value-parser "^4.2.0"
-postcss-env-function@^2.0.2:
- version "2.0.2"
- resolved "https://registry.yarnpkg.com/postcss-env-function/-/postcss-env-function-2.0.2.tgz#0f3e3d3c57f094a92c2baf4b6241f0b0da5365d7"
- integrity sha512-rwac4BuZlITeUbiBq60h/xbLzXY43qOsIErngWa4l7Mt+RaSkT7QBjXVGTcBHupykkblHMDrBFh30zchYPaOUw==
- dependencies:
- postcss "^7.0.2"
- postcss-values-parser "^2.0.0"
-
postcss-env-function@^4.0.6:
version "4.0.6"
- resolved "https://registry.yarnpkg.com/postcss-env-function/-/postcss-env-function-4.0.6.tgz#7b2d24c812f540ed6eda4c81f6090416722a8e7a"
+ resolved "https://registry.npmjs.org/postcss-env-function/-/postcss-env-function-4.0.6.tgz"
integrity sha512-kpA6FsLra+NqcFnL81TnsU+Z7orGtDTxcOhl6pwXeEq1yFPpRMkCDpHhrz8CFQDr/Wfm0jLiNQ1OsGGPjlqPwA==
dependencies:
postcss-value-parser "^4.2.0"
-postcss-flexbugs-fixes@4.2.1:
- version "4.2.1"
- resolved "https://registry.yarnpkg.com/postcss-flexbugs-fixes/-/postcss-flexbugs-fixes-4.2.1.tgz#9218a65249f30897deab1033aced8578562a6690"
- integrity sha512-9SiofaZ9CWpQWxOwRh1b/r85KD5y7GgvsNt1056k6OYLvWUun0czCvogfJgylC22uJTwW1KzY3Gz65NZRlvoiQ==
- dependencies:
- postcss "^7.0.26"
-
postcss-flexbugs-fixes@^5.0.2:
version "5.0.2"
- resolved "https://registry.yarnpkg.com/postcss-flexbugs-fixes/-/postcss-flexbugs-fixes-5.0.2.tgz#2028e145313074fc9abe276cb7ca14e5401eb49d"
+ resolved "https://registry.npmjs.org/postcss-flexbugs-fixes/-/postcss-flexbugs-fixes-5.0.2.tgz"
integrity sha512-18f9voByak7bTktR2QgDveglpn9DTbBWPUzSOe9g0N4WR/2eSt6Vrcbf0hmspvMI6YWGywz6B9f7jzpFNJJgnQ==
-postcss-focus-visible@^4.0.0:
- version "4.0.0"
- resolved "https://registry.yarnpkg.com/postcss-focus-visible/-/postcss-focus-visible-4.0.0.tgz#477d107113ade6024b14128317ade2bd1e17046e"
- integrity sha512-Z5CkWBw0+idJHSV6+Bgf2peDOFf/x4o+vX/pwcNYrWpXFrSfTkQ3JQ1ojrq9yS+upnAlNRHeg8uEwFTgorjI8g==
- dependencies:
- postcss "^7.0.2"
-
postcss-focus-visible@^6.0.4:
version "6.0.4"
- resolved "https://registry.yarnpkg.com/postcss-focus-visible/-/postcss-focus-visible-6.0.4.tgz#50c9ea9afa0ee657fb75635fabad25e18d76bf9e"
+ resolved "https://registry.npmjs.org/postcss-focus-visible/-/postcss-focus-visible-6.0.4.tgz"
integrity sha512-QcKuUU/dgNsstIK6HELFRT5Y3lbrMLEOwG+A4s5cA+fx3A3y/JTq3X9LaOj3OC3ALH0XqyrgQIgey/MIZ8Wczw==
dependencies:
postcss-selector-parser "^6.0.9"
-postcss-focus-within@^3.0.0:
- version "3.0.0"
- resolved "https://registry.yarnpkg.com/postcss-focus-within/-/postcss-focus-within-3.0.0.tgz#763b8788596cee9b874c999201cdde80659ef680"
- integrity sha512-W0APui8jQeBKbCGZudW37EeMCjDeVxKgiYfIIEo8Bdh5SpB9sxds/Iq8SEuzS0Q4YFOlG7EPFulbbxujpkrV2w==
- dependencies:
- postcss "^7.0.2"
-
postcss-focus-within@^5.0.4:
version "5.0.4"
- resolved "https://registry.yarnpkg.com/postcss-focus-within/-/postcss-focus-within-5.0.4.tgz#5b1d2ec603195f3344b716c0b75f61e44e8d2e20"
+ resolved "https://registry.npmjs.org/postcss-focus-within/-/postcss-focus-within-5.0.4.tgz"
integrity sha512-vvjDN++C0mu8jz4af5d52CB184ogg/sSxAFS+oUJQq2SuCe7T5U2iIsVJtsCp2d6R4j0jr5+q3rPkBVZkXD9fQ==
dependencies:
postcss-selector-parser "^6.0.9"
-postcss-font-variant@^4.0.0:
- version "4.0.1"
- resolved "https://registry.yarnpkg.com/postcss-font-variant/-/postcss-font-variant-4.0.1.tgz#42d4c0ab30894f60f98b17561eb5c0321f502641"
- integrity sha512-I3ADQSTNtLTTd8uxZhtSOrTCQ9G4qUVKPjHiDk0bV75QSxXjVWiJVJ2VLdspGUi9fbW9BcjKJoRvxAH1pckqmA==
- dependencies:
- postcss "^7.0.2"
-
postcss-font-variant@^5.0.0:
version "5.0.0"
- resolved "https://registry.yarnpkg.com/postcss-font-variant/-/postcss-font-variant-5.0.0.tgz#efd59b4b7ea8bb06127f2d031bfbb7f24d32fa66"
+ resolved "https://registry.npmjs.org/postcss-font-variant/-/postcss-font-variant-5.0.0.tgz"
integrity sha512-1fmkBaCALD72CK2a9i468mA/+tr9/1cBxRRMXOUaZqO43oWPR5imcyPjXwuv7PXbCid4ndlP5zWhidQVVa3hmA==
-postcss-gap-properties@^2.0.0:
- version "2.0.0"
- resolved "https://registry.yarnpkg.com/postcss-gap-properties/-/postcss-gap-properties-2.0.0.tgz#431c192ab3ed96a3c3d09f2ff615960f902c1715"
- integrity sha512-QZSqDaMgXCHuHTEzMsS2KfVDOq7ZFiknSpkrPJY6jmxbugUPTuSzs/vuE5I3zv0WAS+3vhrlqhijiprnuQfzmg==
- dependencies:
- postcss "^7.0.2"
-
postcss-gap-properties@^3.0.5:
version "3.0.5"
- resolved "https://registry.yarnpkg.com/postcss-gap-properties/-/postcss-gap-properties-3.0.5.tgz#f7e3cddcf73ee19e94ccf7cb77773f9560aa2fff"
+ resolved "https://registry.npmjs.org/postcss-gap-properties/-/postcss-gap-properties-3.0.5.tgz"
integrity sha512-IuE6gKSdoUNcvkGIqdtjtcMtZIFyXZhmFd5RUlg97iVEvp1BZKV5ngsAjCjrVy+14uhGBQl9tzmi1Qwq4kqVOg==
-postcss-image-set-function@^3.0.1:
- version "3.0.1"
- resolved "https://registry.yarnpkg.com/postcss-image-set-function/-/postcss-image-set-function-3.0.1.tgz#28920a2f29945bed4c3198d7df6496d410d3f288"
- integrity sha512-oPTcFFip5LZy8Y/whto91L9xdRHCWEMs3e1MdJxhgt4jy2WYXfhkng59fH5qLXSCPN8k4n94p1Czrfe5IOkKUw==
- dependencies:
- postcss "^7.0.2"
- postcss-values-parser "^2.0.0"
-
postcss-image-set-function@^4.0.7:
version "4.0.7"
- resolved "https://registry.yarnpkg.com/postcss-image-set-function/-/postcss-image-set-function-4.0.7.tgz#08353bd756f1cbfb3b6e93182c7829879114481f"
+ resolved "https://registry.npmjs.org/postcss-image-set-function/-/postcss-image-set-function-4.0.7.tgz"
integrity sha512-9T2r9rsvYzm5ndsBE8WgtrMlIT7VbtTfE7b3BQnudUqnBcBo7L758oc+o+pdj/dUV0l5wjwSdjeOH2DZtfv8qw==
dependencies:
postcss-value-parser "^4.2.0"
postcss-import@^15.1.0:
version "15.1.0"
- resolved "https://registry.yarnpkg.com/postcss-import/-/postcss-import-15.1.0.tgz#41c64ed8cc0e23735a9698b3249ffdbf704adc70"
+ resolved "https://registry.npmjs.org/postcss-import/-/postcss-import-15.1.0.tgz"
integrity sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==
dependencies:
postcss-value-parser "^4.0.0"
read-cache "^1.0.0"
resolve "^1.1.7"
-postcss-initial@^3.0.0:
- version "3.0.4"
- resolved "https://registry.yarnpkg.com/postcss-initial/-/postcss-initial-3.0.4.tgz#9d32069a10531fe2ecafa0b6ac750ee0bc7efc53"
- integrity sha512-3RLn6DIpMsK1l5UUy9jxQvoDeUN4gP939tDcKUHD/kM8SGSKbFAnvkpFpj3Bhtz3HGk1jWY5ZNWX6mPta5M9fg==
- dependencies:
- postcss "^7.0.2"
-
postcss-initial@^4.0.1:
version "4.0.1"
- resolved "https://registry.yarnpkg.com/postcss-initial/-/postcss-initial-4.0.1.tgz#529f735f72c5724a0fb30527df6fb7ac54d7de42"
+ resolved "https://registry.npmjs.org/postcss-initial/-/postcss-initial-4.0.1.tgz"
integrity sha512-0ueD7rPqX8Pn1xJIjay0AZeIuDoF+V+VvMt/uOnn+4ezUKhZM/NokDeP6DwMNyIoYByuN/94IQnt5FEkaN59xQ==
postcss-js@^4.0.1:
version "4.0.1"
- resolved "https://registry.yarnpkg.com/postcss-js/-/postcss-js-4.0.1.tgz#61598186f3703bab052f1c4f7d805f3991bee9d2"
+ resolved "https://registry.npmjs.org/postcss-js/-/postcss-js-4.0.1.tgz"
integrity sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==
dependencies:
camelcase-css "^2.0.1"
-postcss-lab-function@^2.0.1:
- version "2.0.1"
- resolved "https://registry.yarnpkg.com/postcss-lab-function/-/postcss-lab-function-2.0.1.tgz#bb51a6856cd12289ab4ae20db1e3821ef13d7d2e"
- integrity sha512-whLy1IeZKY+3fYdqQFuDBf8Auw+qFuVnChWjmxm/UhHWqNHZx+B99EwxTvGYmUBqe3Fjxs4L1BoZTJmPu6usVg==
- dependencies:
- "@csstools/convert-colors" "^1.4.0"
- postcss "^7.0.2"
- postcss-values-parser "^2.0.0"
-
postcss-lab-function@^4.2.1:
version "4.2.1"
- resolved "https://registry.yarnpkg.com/postcss-lab-function/-/postcss-lab-function-4.2.1.tgz#6fe4c015102ff7cd27d1bd5385582f67ebdbdc98"
+ resolved "https://registry.npmjs.org/postcss-lab-function/-/postcss-lab-function-4.2.1.tgz"
integrity sha512-xuXll4isR03CrQsmxyz92LJB2xX9n+pZJ5jE9JgcnmsCammLyKdlzrBin+25dy6wIjfhJpKBAN80gsTlCgRk2w==
dependencies:
"@csstools/postcss-progressive-custom-properties" "^1.1.0"
postcss-value-parser "^4.2.0"
-postcss-load-config@^2.0.0:
- version "2.1.2"
- resolved "https://registry.yarnpkg.com/postcss-load-config/-/postcss-load-config-2.1.2.tgz#c5ea504f2c4aef33c7359a34de3573772ad7502a"
- integrity sha512-/rDeGV6vMUo3mwJZmeHfEDvwnTKKqQ0S7OHUi/kJvvtx3aWtyWG2/0ZWnzCt2keEclwN6Tf0DST2v9kITdOKYw==
- dependencies:
- cosmiconfig "^5.0.0"
- import-cwd "^2.0.0"
-
postcss-load-config@^4.0.1:
version "4.0.2"
- resolved "https://registry.yarnpkg.com/postcss-load-config/-/postcss-load-config-4.0.2.tgz#7159dcf626118d33e299f485d6afe4aff7c4a3e3"
+ resolved "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-4.0.2.tgz"
integrity sha512-bSVhyJGL00wMVoPUzAVAnbEoWyqRxkjv64tUl427SKnPrENtq6hJwUojroMz2VB+Q1edmi4IfrAPpami5VVgMQ==
dependencies:
lilconfig "^3.0.0"
yaml "^2.3.4"
-postcss-loader@3.0.0:
- version "3.0.0"
- resolved "https://registry.yarnpkg.com/postcss-loader/-/postcss-loader-3.0.0.tgz#6b97943e47c72d845fa9e03f273773d4e8dd6c2d"
- integrity sha512-cLWoDEY5OwHcAjDnkyRQzAXfs2jrKjXpO/HQFcc5b5u/r7aa471wdmChmwfnv7x2u840iat/wi0lQ5nbRgSkUA==
- dependencies:
- loader-utils "^1.1.0"
- postcss "^7.0.0"
- postcss-load-config "^2.0.0"
- schema-utils "^1.0.0"
-
postcss-loader@^6.2.1:
version "6.2.1"
- resolved "https://registry.yarnpkg.com/postcss-loader/-/postcss-loader-6.2.1.tgz#0895f7346b1702103d30fdc66e4d494a93c008ef"
+ resolved "https://registry.npmjs.org/postcss-loader/-/postcss-loader-6.2.1.tgz"
integrity sha512-WbbYpmAaKcux/P66bZ40bpWsBucjx/TTgVVzRZ9yUO8yQfVBlameJ0ZGVaPfH64hNSBh63a+ICP5nqOpBA0w+Q==
dependencies:
cosmiconfig "^7.0.0"
klona "^2.0.5"
semver "^7.3.5"
-postcss-loader@^7.0.0:
+postcss-loader@^7.0.0, postcss-loader@^7.0.1:
version "7.3.4"
- resolved "https://registry.yarnpkg.com/postcss-loader/-/postcss-loader-7.3.4.tgz#aed9b79ce4ed7e9e89e56199d25ad1ec8f606209"
+ resolved "https://registry.npmjs.org/postcss-loader/-/postcss-loader-7.3.4.tgz"
integrity sha512-iW5WTTBSC5BfsBJ9daFMPVrLT36MrNiC6fqOZTTaHjBNX6Pfd5p+hSBqe/fEeNd7pc13QiAyGt7VdGMw4eRC4A==
dependencies:
cosmiconfig "^8.3.5"
jiti "^1.20.0"
semver "^7.5.4"
-postcss-logical@^3.0.0:
- version "3.0.0"
- resolved "https://registry.yarnpkg.com/postcss-logical/-/postcss-logical-3.0.0.tgz#2495d0f8b82e9f262725f75f9401b34e7b45d5b5"
- integrity sha512-1SUKdJc2vuMOmeItqGuNaC+N8MzBWFWEkAnRnLpFYj1tGGa7NqyVBujfRtgNa2gXR+6RkGUiB2O5Vmh7E2RmiA==
- dependencies:
- postcss "^7.0.2"
-
postcss-logical@^5.0.4:
version "5.0.4"
- resolved "https://registry.yarnpkg.com/postcss-logical/-/postcss-logical-5.0.4.tgz#ec75b1ee54421acc04d5921576b7d8db6b0e6f73"
+ resolved "https://registry.npmjs.org/postcss-logical/-/postcss-logical-5.0.4.tgz"
integrity sha512-RHXxplCeLh9VjinvMrZONq7im4wjWGlRJAqmAVLXyZaXwfDWP73/oq4NdIp+OZwhQUMj0zjqDfM5Fj7qby+B4g==
-postcss-media-minmax@^4.0.0:
- version "4.0.0"
- resolved "https://registry.yarnpkg.com/postcss-media-minmax/-/postcss-media-minmax-4.0.0.tgz#b75bb6cbc217c8ac49433e12f22048814a4f5ed5"
- integrity sha512-fo9moya6qyxsjbFAYl97qKO9gyre3qvbMnkOZeZwlsW6XYFsvs2DMGDlchVLfAd8LHPZDxivu/+qW2SMQeTHBw==
- dependencies:
- postcss "^7.0.2"
-
postcss-media-minmax@^5.0.0:
version "5.0.0"
- resolved "https://registry.yarnpkg.com/postcss-media-minmax/-/postcss-media-minmax-5.0.0.tgz#7140bddec173e2d6d657edbd8554a55794e2a5b5"
+ resolved "https://registry.npmjs.org/postcss-media-minmax/-/postcss-media-minmax-5.0.0.tgz"
integrity sha512-yDUvFf9QdFZTuCUg0g0uNSHVlJ5X1lSzDZjPSFaiCWvjgsvu8vEVxtahPrLMinIDEEGnx6cBe6iqdx5YWz08wQ==
postcss-merge-idents@^5.1.1:
version "5.1.1"
- resolved "https://registry.yarnpkg.com/postcss-merge-idents/-/postcss-merge-idents-5.1.1.tgz#7753817c2e0b75d0853b56f78a89771e15ca04a1"
+ resolved "https://registry.npmjs.org/postcss-merge-idents/-/postcss-merge-idents-5.1.1.tgz"
integrity sha512-pCijL1TREiCoog5nQp7wUe+TUonA2tC2sQ54UGeMmryK3UFGIYKqDyjnqd6RcuI4znFn9hWSLNN8xKE/vWcUQw==
dependencies:
cssnano-utils "^3.1.0"
postcss-value-parser "^4.2.0"
-postcss-merge-longhand@^4.0.11:
- version "4.0.11"
- resolved "https://registry.yarnpkg.com/postcss-merge-longhand/-/postcss-merge-longhand-4.0.11.tgz#62f49a13e4a0ee04e7b98f42bb16062ca2549e24"
- integrity sha512-alx/zmoeXvJjp7L4mxEMjh8lxVlDFX1gqWHzaaQewwMZiVhLo42TEClKaeHbRf6J7j82ZOdTJ808RtN0ZOZwvw==
- dependencies:
- css-color-names "0.0.4"
- postcss "^7.0.0"
- postcss-value-parser "^3.0.0"
- stylehacks "^4.0.0"
-
postcss-merge-longhand@^5.1.7:
version "5.1.7"
- resolved "https://registry.yarnpkg.com/postcss-merge-longhand/-/postcss-merge-longhand-5.1.7.tgz#24a1bdf402d9ef0e70f568f39bdc0344d568fb16"
+ resolved "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-5.1.7.tgz"
integrity sha512-YCI9gZB+PLNskrK0BB3/2OzPnGhPkBEwmwhfYk1ilBHYVAZB7/tkTHFBAnCrvBBOmeYyMYw3DMjT55SyxMBzjQ==
dependencies:
postcss-value-parser "^4.2.0"
stylehacks "^5.1.1"
-postcss-merge-rules@^4.0.3:
- version "4.0.3"
- resolved "https://registry.yarnpkg.com/postcss-merge-rules/-/postcss-merge-rules-4.0.3.tgz#362bea4ff5a1f98e4075a713c6cb25aefef9a650"
- integrity sha512-U7e3r1SbvYzO0Jr3UT/zKBVgYYyhAz0aitvGIYOYK5CPmkNih+WDSsS5tvPrJ8YMQYlEMvsZIiqmn7HdFUaeEQ==
- dependencies:
- browserslist "^4.0.0"
- caniuse-api "^3.0.0"
- cssnano-util-same-parent "^4.0.0"
- postcss "^7.0.0"
- postcss-selector-parser "^3.0.0"
- vendors "^1.0.0"
-
postcss-merge-rules@^5.1.4:
version "5.1.4"
- resolved "https://registry.yarnpkg.com/postcss-merge-rules/-/postcss-merge-rules-5.1.4.tgz#2f26fa5cacb75b1402e213789f6766ae5e40313c"
+ resolved "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-5.1.4.tgz"
integrity sha512-0R2IuYpgU93y9lhVbO/OylTtKMVcHb67zjWIfCiKR9rWL3GUk1677LAqD/BcHizukdZEjT8Ru3oHRoAYoJy44g==
dependencies:
browserslist "^4.21.4"
@@ -18546,319 +15915,147 @@ postcss-merge-rules@^5.1.4:
cssnano-utils "^3.1.0"
postcss-selector-parser "^6.0.5"
-postcss-minify-font-values@^4.0.2:
- version "4.0.2"
- resolved "https://registry.yarnpkg.com/postcss-minify-font-values/-/postcss-minify-font-values-4.0.2.tgz#cd4c344cce474343fac5d82206ab2cbcb8afd5a6"
- integrity sha512-j85oO6OnRU9zPf04+PZv1LYIYOprWm6IA6zkXkrJXyRveDEuQggG6tvoy8ir8ZwjLxLuGfNkCZEQG7zan+Hbtg==
- dependencies:
- postcss "^7.0.0"
- postcss-value-parser "^3.0.0"
-
postcss-minify-font-values@^5.1.0:
version "5.1.0"
- resolved "https://registry.yarnpkg.com/postcss-minify-font-values/-/postcss-minify-font-values-5.1.0.tgz#f1df0014a726083d260d3bd85d7385fb89d1f01b"
+ resolved "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-5.1.0.tgz"
integrity sha512-el3mYTgx13ZAPPirSVsHqFzl+BBBDrXvbySvPGFnQcTI4iNslrPaFq4muTkLZmKlGk4gyFAYUBMH30+HurREyA==
dependencies:
postcss-value-parser "^4.2.0"
-postcss-minify-gradients@^4.0.2:
- version "4.0.2"
- resolved "https://registry.yarnpkg.com/postcss-minify-gradients/-/postcss-minify-gradients-4.0.2.tgz#93b29c2ff5099c535eecda56c4aa6e665a663471"
- integrity sha512-qKPfwlONdcf/AndP1U8SJ/uzIJtowHlMaSioKzebAXSG4iJthlWC9iSWznQcX4f66gIWX44RSA841HTHj3wK+Q==
- dependencies:
- cssnano-util-get-arguments "^4.0.0"
- is-color-stop "^1.0.0"
- postcss "^7.0.0"
- postcss-value-parser "^3.0.0"
-
postcss-minify-gradients@^5.1.1:
version "5.1.1"
- resolved "https://registry.yarnpkg.com/postcss-minify-gradients/-/postcss-minify-gradients-5.1.1.tgz#f1fe1b4f498134a5068240c2f25d46fcd236ba2c"
+ resolved "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-5.1.1.tgz"
integrity sha512-VGvXMTpCEo4qHTNSa9A0a3D+dxGFZCYwR6Jokk+/3oB6flu2/PnPXAh2x7x52EkY5xlIHLm+Le8tJxe/7TNhzw==
dependencies:
colord "^2.9.1"
cssnano-utils "^3.1.0"
postcss-value-parser "^4.2.0"
-postcss-minify-params@^4.0.2:
- version "4.0.2"
- resolved "https://registry.yarnpkg.com/postcss-minify-params/-/postcss-minify-params-4.0.2.tgz#6b9cef030c11e35261f95f618c90036d680db874"
- integrity sha512-G7eWyzEx0xL4/wiBBJxJOz48zAKV2WG3iZOqVhPet/9geefm/Px5uo1fzlHu+DOjT+m0Mmiz3jkQzVHe6wxAWg==
- dependencies:
- alphanum-sort "^1.0.0"
- browserslist "^4.0.0"
- cssnano-util-get-arguments "^4.0.0"
- postcss "^7.0.0"
- postcss-value-parser "^3.0.0"
- uniqs "^2.0.0"
-
postcss-minify-params@^5.1.4:
version "5.1.4"
- resolved "https://registry.yarnpkg.com/postcss-minify-params/-/postcss-minify-params-5.1.4.tgz#c06a6c787128b3208b38c9364cfc40c8aa5d7352"
+ resolved "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-5.1.4.tgz"
integrity sha512-+mePA3MgdmVmv6g+30rn57USjOGSAyuxUmkfiWpzalZ8aiBkdPYjXWtHuwJGm1v5Ojy0Z0LaSYhHaLJQB0P8Jw==
dependencies:
browserslist "^4.21.4"
cssnano-utils "^3.1.0"
postcss-value-parser "^4.2.0"
-postcss-minify-selectors@^4.0.2:
- version "4.0.2"
- resolved "https://registry.yarnpkg.com/postcss-minify-selectors/-/postcss-minify-selectors-4.0.2.tgz#e2e5eb40bfee500d0cd9243500f5f8ea4262fbd8"
- integrity sha512-D5S1iViljXBj9kflQo4YutWnJmwm8VvIsU1GeXJGiG9j8CIg9zs4voPMdQDUmIxetUOh60VilsNzCiAFTOqu3g==
- dependencies:
- alphanum-sort "^1.0.0"
- has "^1.0.0"
- postcss "^7.0.0"
- postcss-selector-parser "^3.0.0"
-
postcss-minify-selectors@^5.2.1:
version "5.2.1"
- resolved "https://registry.yarnpkg.com/postcss-minify-selectors/-/postcss-minify-selectors-5.2.1.tgz#d4e7e6b46147b8117ea9325a915a801d5fe656c6"
+ resolved "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-5.2.1.tgz"
integrity sha512-nPJu7OjZJTsVUmPdm2TcaiohIwxP+v8ha9NehQ2ye9szv4orirRU3SDdtUmKH+10nzn0bAyOXZ0UEr7OpvLehg==
dependencies:
postcss-selector-parser "^6.0.5"
-postcss-modules-extract-imports@^2.0.0:
- version "2.0.0"
- resolved "https://registry.yarnpkg.com/postcss-modules-extract-imports/-/postcss-modules-extract-imports-2.0.0.tgz#818719a1ae1da325f9832446b01136eeb493cd7e"
- integrity sha512-LaYLDNS4SG8Q5WAWqIJgdHPJrDDr/Lv775rMBFUbgjTz6j34lUznACHcdRWroPvXANP2Vj7yNK57vp9eFqzLWQ==
- dependencies:
- postcss "^7.0.5"
-
postcss-modules-extract-imports@^3.1.0:
version "3.1.0"
- resolved "https://registry.yarnpkg.com/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.1.0.tgz#b4497cb85a9c0c4b5aabeb759bb25e8d89f15002"
+ resolved "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.1.0.tgz"
integrity sha512-k3kNe0aNFQDAZGbin48pL2VNidTF0w4/eASDsxlyspobzU3wZQLOGj7L9gfRe0Jo9/4uud09DsjFNH7winGv8Q==
-postcss-modules-local-by-default@^3.0.3:
- version "3.0.3"
- resolved "https://registry.yarnpkg.com/postcss-modules-local-by-default/-/postcss-modules-local-by-default-3.0.3.tgz#bb14e0cc78279d504dbdcbfd7e0ca28993ffbbb0"
- integrity sha512-e3xDq+LotiGesympRlKNgaJ0PCzoUIdpH0dj47iWAui/kyTgh3CiAr1qP54uodmJhl6p9rN6BoNcdEDVJx9RDw==
- dependencies:
- icss-utils "^4.1.1"
- postcss "^7.0.32"
- postcss-selector-parser "^6.0.2"
- postcss-value-parser "^4.1.0"
-
postcss-modules-local-by-default@^4.0.5:
version "4.0.5"
- resolved "https://registry.yarnpkg.com/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.5.tgz#f1b9bd757a8edf4d8556e8d0f4f894260e3df78f"
+ resolved "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.5.tgz"
integrity sha512-6MieY7sIfTK0hYfafw1OMEG+2bg8Q1ocHCpoWLqOKj3JXlKu4G7btkmM/B7lFubYkYWmRSPLZi5chid63ZaZYw==
dependencies:
icss-utils "^5.0.0"
postcss-selector-parser "^6.0.2"
postcss-value-parser "^4.1.0"
-postcss-modules-scope@^2.2.0:
- version "2.2.0"
- resolved "https://registry.yarnpkg.com/postcss-modules-scope/-/postcss-modules-scope-2.2.0.tgz#385cae013cc7743f5a7d7602d1073a89eaae62ee"
- integrity sha512-YyEgsTMRpNd+HmyC7H/mh3y+MeFWevy7V1evVhJWewmMbjDHIbZbOXICC2y+m1xI1UVfIT1HMW/O04Hxyu9oXQ==
- dependencies:
- postcss "^7.0.6"
- postcss-selector-parser "^6.0.0"
-
postcss-modules-scope@^3.2.0:
version "3.2.0"
- resolved "https://registry.yarnpkg.com/postcss-modules-scope/-/postcss-modules-scope-3.2.0.tgz#a43d28289a169ce2c15c00c4e64c0858e43457d5"
+ resolved "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-3.2.0.tgz"
integrity sha512-oq+g1ssrsZOsx9M96c5w8laRmvEu9C3adDSjI8oTcbfkrTE8hx/zfyobUoWIxaKPO8bt6S62kxpw5GqypEw1QQ==
dependencies:
postcss-selector-parser "^6.0.4"
-postcss-modules-values@^3.0.0:
- version "3.0.0"
- resolved "https://registry.yarnpkg.com/postcss-modules-values/-/postcss-modules-values-3.0.0.tgz#5b5000d6ebae29b4255301b4a3a54574423e7f10"
- integrity sha512-1//E5jCBrZ9DmRX+zCtmQtRSV6PV42Ix7Bzj9GbwJceduuf7IqP8MgeTXuRDHOWj2m0VzZD5+roFWDuU8RQjcg==
- dependencies:
- icss-utils "^4.0.0"
- postcss "^7.0.6"
-
postcss-modules-values@^4.0.0:
version "4.0.0"
- resolved "https://registry.yarnpkg.com/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz#d7c5e7e68c3bb3c9b27cbf48ca0bb3ffb4602c9c"
+ resolved "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz"
integrity sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==
dependencies:
icss-utils "^5.0.0"
postcss-nested@^6.0.1:
version "6.2.0"
- resolved "https://registry.yarnpkg.com/postcss-nested/-/postcss-nested-6.2.0.tgz#4c2d22ab5f20b9cb61e2c5c5915950784d068131"
+ resolved "https://registry.npmjs.org/postcss-nested/-/postcss-nested-6.2.0.tgz"
integrity sha512-HQbt28KulC5AJzG+cZtj9kvKB93CFCdLvog1WFLf1D+xmMvPGlBstkpTEZfK5+AN9hfJocyBFCNiqyS48bpgzQ==
dependencies:
postcss-selector-parser "^6.1.1"
postcss-nesting@^10.2.0:
version "10.2.0"
- resolved "https://registry.yarnpkg.com/postcss-nesting/-/postcss-nesting-10.2.0.tgz#0b12ce0db8edfd2d8ae0aaf86427370b898890be"
+ resolved "https://registry.npmjs.org/postcss-nesting/-/postcss-nesting-10.2.0.tgz"
integrity sha512-EwMkYchxiDiKUhlJGzWsD9b2zvq/r2SSubcRrgP+jujMXFzqvANLt16lJANC+5uZ6hjI7lpRmI6O8JIl+8l1KA==
dependencies:
"@csstools/selector-specificity" "^2.0.0"
postcss-selector-parser "^6.0.10"
-postcss-nesting@^7.0.0:
- version "7.0.1"
- resolved "https://registry.yarnpkg.com/postcss-nesting/-/postcss-nesting-7.0.1.tgz#b50ad7b7f0173e5b5e3880c3501344703e04c052"
- integrity sha512-FrorPb0H3nuVq0Sff7W2rnc3SmIcruVC6YwpcS+k687VxyxO33iE1amna7wHuRVzM8vfiYofXSBHNAZ3QhLvYg==
- dependencies:
- postcss "^7.0.2"
-
-postcss-normalize-charset@^4.0.1:
- version "4.0.1"
- resolved "https://registry.yarnpkg.com/postcss-normalize-charset/-/postcss-normalize-charset-4.0.1.tgz#8b35add3aee83a136b0471e0d59be58a50285dd4"
- integrity sha512-gMXCrrlWh6G27U0hF3vNvR3w8I1s2wOBILvA87iNXaPvSNo5uZAMYsZG7XjCUf1eVxuPfyL4TJ7++SGZLc9A3g==
- dependencies:
- postcss "^7.0.0"
-
postcss-normalize-charset@^5.1.0:
version "5.1.0"
- resolved "https://registry.yarnpkg.com/postcss-normalize-charset/-/postcss-normalize-charset-5.1.0.tgz#9302de0b29094b52c259e9b2cf8dc0879879f0ed"
+ resolved "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-5.1.0.tgz"
integrity sha512-mSgUJ+pd/ldRGVx26p2wz9dNZ7ji6Pn8VWBajMXFf8jk7vUoSrZ2lt/wZR7DtlZYKesmZI680qjr2CeFF2fbUg==
-postcss-normalize-display-values@^4.0.2:
- version "4.0.2"
- resolved "https://registry.yarnpkg.com/postcss-normalize-display-values/-/postcss-normalize-display-values-4.0.2.tgz#0dbe04a4ce9063d4667ed2be476bb830c825935a"
- integrity sha512-3F2jcsaMW7+VtRMAqf/3m4cPFhPD3EFRgNs18u+k3lTJJlVe7d0YPO+bnwqo2xg8YiRpDXJI2u8A0wqJxMsQuQ==
- dependencies:
- cssnano-util-get-match "^4.0.0"
- postcss "^7.0.0"
- postcss-value-parser "^3.0.0"
-
postcss-normalize-display-values@^5.1.0:
version "5.1.0"
- resolved "https://registry.yarnpkg.com/postcss-normalize-display-values/-/postcss-normalize-display-values-5.1.0.tgz#72abbae58081960e9edd7200fcf21ab8325c3da8"
+ resolved "https://registry.npmjs.org/postcss-normalize-display-values/-/postcss-normalize-display-values-5.1.0.tgz"
integrity sha512-WP4KIM4o2dazQXWmFaqMmcvsKmhdINFblgSeRgn8BJ6vxaMyaJkwAzpPpuvSIoG/rmX3M+IrRZEz2H0glrQNEA==
dependencies:
postcss-value-parser "^4.2.0"
-postcss-normalize-positions@^4.0.2:
- version "4.0.2"
- resolved "https://registry.yarnpkg.com/postcss-normalize-positions/-/postcss-normalize-positions-4.0.2.tgz#05f757f84f260437378368a91f8932d4b102917f"
- integrity sha512-Dlf3/9AxpxE+NF1fJxYDeggi5WwV35MXGFnnoccP/9qDtFrTArZ0D0R+iKcg5WsUd8nUYMIl8yXDCtcrT8JrdA==
- dependencies:
- cssnano-util-get-arguments "^4.0.0"
- has "^1.0.0"
- postcss "^7.0.0"
- postcss-value-parser "^3.0.0"
-
postcss-normalize-positions@^5.1.1:
version "5.1.1"
- resolved "https://registry.yarnpkg.com/postcss-normalize-positions/-/postcss-normalize-positions-5.1.1.tgz#ef97279d894087b59325b45c47f1e863daefbb92"
+ resolved "https://registry.npmjs.org/postcss-normalize-positions/-/postcss-normalize-positions-5.1.1.tgz"
integrity sha512-6UpCb0G4eofTCQLFVuI3EVNZzBNPiIKcA1AKVka+31fTVySphr3VUgAIULBhxZkKgwLImhzMR2Bw1ORK+37INg==
dependencies:
postcss-value-parser "^4.2.0"
-postcss-normalize-repeat-style@^4.0.2:
- version "4.0.2"
- resolved "https://registry.yarnpkg.com/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-4.0.2.tgz#c4ebbc289f3991a028d44751cbdd11918b17910c"
- integrity sha512-qvigdYYMpSuoFs3Is/f5nHdRLJN/ITA7huIoCyqqENJe9PvPmLhNLMu7QTjPdtnVf6OcYYO5SHonx4+fbJE1+Q==
- dependencies:
- cssnano-util-get-arguments "^4.0.0"
- cssnano-util-get-match "^4.0.0"
- postcss "^7.0.0"
- postcss-value-parser "^3.0.0"
-
postcss-normalize-repeat-style@^5.1.1:
version "5.1.1"
- resolved "https://registry.yarnpkg.com/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-5.1.1.tgz#e9eb96805204f4766df66fd09ed2e13545420fb2"
+ resolved "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-5.1.1.tgz"
integrity sha512-mFpLspGWkQtBcWIRFLmewo8aC3ImN2i/J3v8YCFUwDnPu3Xz4rLohDO26lGjwNsQxB3YF0KKRwspGzE2JEuS0g==
dependencies:
postcss-value-parser "^4.2.0"
-postcss-normalize-string@^4.0.2:
- version "4.0.2"
- resolved "https://registry.yarnpkg.com/postcss-normalize-string/-/postcss-normalize-string-4.0.2.tgz#cd44c40ab07a0c7a36dc5e99aace1eca4ec2690c"
- integrity sha512-RrERod97Dnwqq49WNz8qo66ps0swYZDSb6rM57kN2J+aoyEAJfZ6bMx0sx/F9TIEX0xthPGCmeyiam/jXif0eA==
- dependencies:
- has "^1.0.0"
- postcss "^7.0.0"
- postcss-value-parser "^3.0.0"
-
postcss-normalize-string@^5.1.0:
version "5.1.0"
- resolved "https://registry.yarnpkg.com/postcss-normalize-string/-/postcss-normalize-string-5.1.0.tgz#411961169e07308c82c1f8c55f3e8a337757e228"
+ resolved "https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-5.1.0.tgz"
integrity sha512-oYiIJOf4T9T1N4i+abeIc7Vgm/xPCGih4bZz5Nm0/ARVJ7K6xrDlLwvwqOydvyL3RHNf8qZk6vo3aatiw/go3w==
dependencies:
postcss-value-parser "^4.2.0"
-postcss-normalize-timing-functions@^4.0.2:
- version "4.0.2"
- resolved "https://registry.yarnpkg.com/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-4.0.2.tgz#8e009ca2a3949cdaf8ad23e6b6ab99cb5e7d28d9"
- integrity sha512-acwJY95edP762e++00Ehq9L4sZCEcOPyaHwoaFOhIwWCDfik6YvqsYNxckee65JHLKzuNSSmAdxwD2Cud1Z54A==
- dependencies:
- cssnano-util-get-match "^4.0.0"
- postcss "^7.0.0"
- postcss-value-parser "^3.0.0"
-
postcss-normalize-timing-functions@^5.1.0:
version "5.1.0"
- resolved "https://registry.yarnpkg.com/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-5.1.0.tgz#d5614410f8f0b2388e9f240aa6011ba6f52dafbb"
+ resolved "https://registry.npmjs.org/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-5.1.0.tgz"
integrity sha512-DOEkzJ4SAXv5xkHl0Wa9cZLF3WCBhF3o1SKVxKQAa+0pYKlueTpCgvkFAHfk+Y64ezX9+nITGrDZeVGgITJXjg==
dependencies:
postcss-value-parser "^4.2.0"
-postcss-normalize-unicode@^4.0.1:
- version "4.0.1"
- resolved "https://registry.yarnpkg.com/postcss-normalize-unicode/-/postcss-normalize-unicode-4.0.1.tgz#841bd48fdcf3019ad4baa7493a3d363b52ae1cfb"
- integrity sha512-od18Uq2wCYn+vZ/qCOeutvHjB5jm57ToxRaMeNuf0nWVHaP9Hua56QyMF6fs/4FSUnVIw0CBPsU0K4LnBPwYwg==
- dependencies:
- browserslist "^4.0.0"
- postcss "^7.0.0"
- postcss-value-parser "^3.0.0"
-
postcss-normalize-unicode@^5.1.1:
version "5.1.1"
- resolved "https://registry.yarnpkg.com/postcss-normalize-unicode/-/postcss-normalize-unicode-5.1.1.tgz#f67297fca3fea7f17e0d2caa40769afc487aa030"
+ resolved "https://registry.npmjs.org/postcss-normalize-unicode/-/postcss-normalize-unicode-5.1.1.tgz"
integrity sha512-qnCL5jzkNUmKVhZoENp1mJiGNPcsJCs1aaRmURmeJGES23Z/ajaln+EPTD+rBeNkSryI+2WTdW+lwcVdOikrpA==
dependencies:
browserslist "^4.21.4"
postcss-value-parser "^4.2.0"
-postcss-normalize-url@^4.0.1:
- version "4.0.1"
- resolved "https://registry.yarnpkg.com/postcss-normalize-url/-/postcss-normalize-url-4.0.1.tgz#10e437f86bc7c7e58f7b9652ed878daaa95faae1"
- integrity sha512-p5oVaF4+IHwu7VpMan/SSpmpYxcJMtkGppYf0VbdH5B6hN8YNmVyJLuY9FmLQTzY3fag5ESUUHDqM+heid0UVA==
- dependencies:
- is-absolute-url "^2.0.0"
- normalize-url "^3.0.0"
- postcss "^7.0.0"
- postcss-value-parser "^3.0.0"
-
postcss-normalize-url@^5.1.0:
version "5.1.0"
- resolved "https://registry.yarnpkg.com/postcss-normalize-url/-/postcss-normalize-url-5.1.0.tgz#ed9d88ca82e21abef99f743457d3729a042adcdc"
+ resolved "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-5.1.0.tgz"
integrity sha512-5upGeDO+PVthOxSmds43ZeMeZfKH+/DKgGRD7TElkkyS46JXAUhMzIKiCa7BabPeIy3AQcTkXwVVN7DbqsiCew==
dependencies:
normalize-url "^6.0.1"
postcss-value-parser "^4.2.0"
-postcss-normalize-whitespace@^4.0.2:
- version "4.0.2"
- resolved "https://registry.yarnpkg.com/postcss-normalize-whitespace/-/postcss-normalize-whitespace-4.0.2.tgz#bf1d4070fe4fcea87d1348e825d8cc0c5faa7d82"
- integrity sha512-tO8QIgrsI3p95r8fyqKV+ufKlSHh9hMJqACqbv2XknufqEDhDvbguXGBBqxw9nsQoXWf0qOqppziKJKHMD4GtA==
- dependencies:
- postcss "^7.0.0"
- postcss-value-parser "^3.0.0"
-
postcss-normalize-whitespace@^5.1.1:
version "5.1.1"
- resolved "https://registry.yarnpkg.com/postcss-normalize-whitespace/-/postcss-normalize-whitespace-5.1.1.tgz#08a1a0d1ffa17a7cc6efe1e6c9da969cc4493cfa"
+ resolved "https://registry.npmjs.org/postcss-normalize-whitespace/-/postcss-normalize-whitespace-5.1.1.tgz"
integrity sha512-83ZJ4t3NUDETIHTa3uEg6asWjSBYL5EdkVB0sDncx9ERzOKBVJIUeDO9RyA9Zwtig8El1d79HBp0JEi8wvGQnA==
dependencies:
postcss-value-parser "^4.2.0"
-postcss-normalize@8.0.1:
- version "8.0.1"
- resolved "https://registry.yarnpkg.com/postcss-normalize/-/postcss-normalize-8.0.1.tgz#90e80a7763d7fdf2da6f2f0f82be832ce4f66776"
- integrity sha512-rt9JMS/m9FHIRroDDBGSMsyW1c0fkvOJPy62ggxSHUldJO7B195TqFMqIf+lY5ezpDcYOV4j86aUp3/XbxzCCQ==
- dependencies:
- "@csstools/normalize.css" "^10.1.0"
- browserslist "^4.6.2"
- postcss "^7.0.17"
- postcss-browser-comments "^3.0.0"
- sanitize.css "^10.0.0"
-
postcss-normalize@^10.0.1:
version "10.0.1"
- resolved "https://registry.yarnpkg.com/postcss-normalize/-/postcss-normalize-10.0.1.tgz#464692676b52792a06b06880a176279216540dd7"
+ resolved "https://registry.npmjs.org/postcss-normalize/-/postcss-normalize-10.0.1.tgz"
integrity sha512-+5w18/rDev5mqERcG3W5GZNMJa1eoYYNGo8gB7tEwaos0ajk3ZXAI4mHGcNT47NE+ZnZD1pEpUOFLvltIwmeJA==
dependencies:
"@csstools/normalize.css" "*"
@@ -18867,113 +16064,39 @@ postcss-normalize@^10.0.1:
postcss-opacity-percentage@^1.1.2:
version "1.1.3"
- resolved "https://registry.yarnpkg.com/postcss-opacity-percentage/-/postcss-opacity-percentage-1.1.3.tgz#5b89b35551a556e20c5d23eb5260fbfcf5245da6"
+ resolved "https://registry.npmjs.org/postcss-opacity-percentage/-/postcss-opacity-percentage-1.1.3.tgz"
integrity sha512-An6Ba4pHBiDtyVpSLymUUERMo2cU7s+Obz6BTrS+gxkbnSBNKSuD0AVUc+CpBMrpVPKKfoVz0WQCX+Tnst0i4A==
-postcss-ordered-values@^4.1.2:
- version "4.1.2"
- resolved "https://registry.yarnpkg.com/postcss-ordered-values/-/postcss-ordered-values-4.1.2.tgz#0cf75c820ec7d5c4d280189559e0b571ebac0eee"
- integrity sha512-2fCObh5UanxvSxeXrtLtlwVThBvHn6MQcu4ksNT2tsaV2Fg76R2CV98W7wNSlX+5/pFwEyaDwKLLoEV7uRybAw==
- dependencies:
- cssnano-util-get-arguments "^4.0.0"
- postcss "^7.0.0"
- postcss-value-parser "^3.0.0"
-
postcss-ordered-values@^5.1.3:
version "5.1.3"
- resolved "https://registry.yarnpkg.com/postcss-ordered-values/-/postcss-ordered-values-5.1.3.tgz#b6fd2bd10f937b23d86bc829c69e7732ce76ea38"
+ resolved "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-5.1.3.tgz"
integrity sha512-9UO79VUhPwEkzbb3RNpqqghc6lcYej1aveQteWY+4POIwlqkYE21HKWaLDF6lWNuqCobEAyTovVhtI32Rbv2RQ==
dependencies:
cssnano-utils "^3.1.0"
postcss-value-parser "^4.2.0"
-postcss-overflow-shorthand@^2.0.0:
- version "2.0.0"
- resolved "https://registry.yarnpkg.com/postcss-overflow-shorthand/-/postcss-overflow-shorthand-2.0.0.tgz#31ecf350e9c6f6ddc250a78f0c3e111f32dd4c30"
- integrity sha512-aK0fHc9CBNx8jbzMYhshZcEv8LtYnBIRYQD5i7w/K/wS9c2+0NSR6B3OVMu5y0hBHYLcMGjfU+dmWYNKH0I85g==
- dependencies:
- postcss "^7.0.2"
-
postcss-overflow-shorthand@^3.0.4:
version "3.0.4"
- resolved "https://registry.yarnpkg.com/postcss-overflow-shorthand/-/postcss-overflow-shorthand-3.0.4.tgz#7ed6486fec44b76f0eab15aa4866cda5d55d893e"
+ resolved "https://registry.npmjs.org/postcss-overflow-shorthand/-/postcss-overflow-shorthand-3.0.4.tgz"
integrity sha512-otYl/ylHK8Y9bcBnPLo3foYFLL6a6Ak+3EQBPOTR7luMYCOsiVTUk1iLvNf6tVPNGXcoL9Hoz37kpfriRIFb4A==
dependencies:
postcss-value-parser "^4.2.0"
-postcss-page-break@^2.0.0:
- version "2.0.0"
- resolved "https://registry.yarnpkg.com/postcss-page-break/-/postcss-page-break-2.0.0.tgz#add52d0e0a528cabe6afee8b46e2abb277df46bf"
- integrity sha512-tkpTSrLpfLfD9HvgOlJuigLuk39wVTbbd8RKcy8/ugV2bNBUW3xU+AIqyxhDrQr1VUj1RmyJrBn1YWrqUm9zAQ==
- dependencies:
- postcss "^7.0.2"
-
postcss-page-break@^3.0.4:
version "3.0.4"
- resolved "https://registry.yarnpkg.com/postcss-page-break/-/postcss-page-break-3.0.4.tgz#7fbf741c233621622b68d435babfb70dd8c1ee5f"
+ resolved "https://registry.npmjs.org/postcss-page-break/-/postcss-page-break-3.0.4.tgz"
integrity sha512-1JGu8oCjVXLa9q9rFTo4MbeeA5FMe00/9C7lN4va606Rdb+HkxXtXsmEDrIraQ11fGz/WvKWa8gMuCKkrXpTsQ==
-postcss-place@^4.0.1:
- version "4.0.1"
- resolved "https://registry.yarnpkg.com/postcss-place/-/postcss-place-4.0.1.tgz#e9f39d33d2dc584e46ee1db45adb77ca9d1dcc62"
- integrity sha512-Zb6byCSLkgRKLODj/5mQugyuj9bvAAw9LqJJjgwz5cYryGeXfFZfSXoP1UfveccFmeq0b/2xxwcTEVScnqGxBg==
- dependencies:
- postcss "^7.0.2"
- postcss-values-parser "^2.0.0"
-
postcss-place@^7.0.5:
version "7.0.5"
- resolved "https://registry.yarnpkg.com/postcss-place/-/postcss-place-7.0.5.tgz#95dbf85fd9656a3a6e60e832b5809914236986c4"
+ resolved "https://registry.npmjs.org/postcss-place/-/postcss-place-7.0.5.tgz"
integrity sha512-wR8igaZROA6Z4pv0d+bvVrvGY4GVHihBCBQieXFY3kuSuMyOmEnnfFzHl/tQuqHZkfkIVBEbDvYcFfHmpSet9g==
dependencies:
postcss-value-parser "^4.2.0"
-postcss-preset-env@6.7.0:
- version "6.7.0"
- resolved "https://registry.yarnpkg.com/postcss-preset-env/-/postcss-preset-env-6.7.0.tgz#c34ddacf8f902383b35ad1e030f178f4cdf118a5"
- integrity sha512-eU4/K5xzSFwUFJ8hTdTQzo2RBLbDVt83QZrAvI07TULOkmyQlnYlpwep+2yIK+K+0KlZO4BvFcleOCCcUtwchg==
- dependencies:
- autoprefixer "^9.6.1"
- browserslist "^4.6.4"
- caniuse-lite "^1.0.30000981"
- css-blank-pseudo "^0.1.4"
- css-has-pseudo "^0.10.0"
- css-prefers-color-scheme "^3.1.1"
- cssdb "^4.4.0"
- postcss "^7.0.17"
- postcss-attribute-case-insensitive "^4.0.1"
- postcss-color-functional-notation "^2.0.1"
- postcss-color-gray "^5.0.0"
- postcss-color-hex-alpha "^5.0.3"
- postcss-color-mod-function "^3.0.3"
- postcss-color-rebeccapurple "^4.0.1"
- postcss-custom-media "^7.0.8"
- postcss-custom-properties "^8.0.11"
- postcss-custom-selectors "^5.1.2"
- postcss-dir-pseudo-class "^5.0.0"
- postcss-double-position-gradients "^1.0.0"
- postcss-env-function "^2.0.2"
- postcss-focus-visible "^4.0.0"
- postcss-focus-within "^3.0.0"
- postcss-font-variant "^4.0.0"
- postcss-gap-properties "^2.0.0"
- postcss-image-set-function "^3.0.1"
- postcss-initial "^3.0.0"
- postcss-lab-function "^2.0.1"
- postcss-logical "^3.0.0"
- postcss-media-minmax "^4.0.0"
- postcss-nesting "^7.0.0"
- postcss-overflow-shorthand "^2.0.0"
- postcss-page-break "^2.0.0"
- postcss-place "^4.0.1"
- postcss-pseudo-class-any-link "^6.0.0"
- postcss-replace-overflow-wrap "^3.0.0"
- postcss-selector-matches "^4.0.0"
- postcss-selector-not "^4.0.0"
-
postcss-preset-env@^7.0.1:
version "7.8.3"
- resolved "https://registry.yarnpkg.com/postcss-preset-env/-/postcss-preset-env-7.8.3.tgz#2a50f5e612c3149cc7af75634e202a5b2ad4f1e2"
+ resolved "https://registry.npmjs.org/postcss-preset-env/-/postcss-preset-env-7.8.3.tgz"
integrity sha512-T1LgRm5uEVFSEF83vHZJV2z19lHg4yJuZ6gXZZkqVsqv63nlr6zabMH3l4Pc01FQCyfWVrh2GaUeCVy9Po+Aag==
dependencies:
"@csstools/postcss-cascade-layers" "^1.1.1"
@@ -19026,126 +16149,50 @@ postcss-preset-env@^7.0.1:
postcss-selector-not "^6.0.1"
postcss-value-parser "^4.2.0"
-postcss-pseudo-class-any-link@^6.0.0:
- version "6.0.0"
- resolved "https://registry.yarnpkg.com/postcss-pseudo-class-any-link/-/postcss-pseudo-class-any-link-6.0.0.tgz#2ed3eed393b3702879dec4a87032b210daeb04d1"
- integrity sha512-lgXW9sYJdLqtmw23otOzrtbDXofUdfYzNm4PIpNE322/swES3VU9XlXHeJS46zT2onFO7V1QFdD4Q9LiZj8mew==
- dependencies:
- postcss "^7.0.2"
- postcss-selector-parser "^5.0.0-rc.3"
-
postcss-pseudo-class-any-link@^7.1.6:
version "7.1.6"
- resolved "https://registry.yarnpkg.com/postcss-pseudo-class-any-link/-/postcss-pseudo-class-any-link-7.1.6.tgz#2693b221902da772c278def85a4d9a64b6e617ab"
+ resolved "https://registry.npmjs.org/postcss-pseudo-class-any-link/-/postcss-pseudo-class-any-link-7.1.6.tgz"
integrity sha512-9sCtZkO6f/5ML9WcTLcIyV1yz9D1rf0tWc+ulKcvV30s0iZKS/ONyETvoWsr6vnrmW+X+KmuK3gV/w5EWnT37w==
dependencies:
postcss-selector-parser "^6.0.10"
postcss-reduce-idents@^5.2.0:
version "5.2.0"
- resolved "https://registry.yarnpkg.com/postcss-reduce-idents/-/postcss-reduce-idents-5.2.0.tgz#c89c11336c432ac4b28792f24778859a67dfba95"
+ resolved "https://registry.npmjs.org/postcss-reduce-idents/-/postcss-reduce-idents-5.2.0.tgz"
integrity sha512-BTrLjICoSB6gxbc58D5mdBK8OhXRDqud/zodYfdSi52qvDHdMwk+9kB9xsM8yJThH/sZU5A6QVSmMmaN001gIg==
dependencies:
postcss-value-parser "^4.2.0"
-postcss-reduce-initial@^4.0.3:
- version "4.0.3"
- resolved "https://registry.yarnpkg.com/postcss-reduce-initial/-/postcss-reduce-initial-4.0.3.tgz#7fd42ebea5e9c814609639e2c2e84ae270ba48df"
- integrity sha512-gKWmR5aUulSjbzOfD9AlJiHCGH6AEVLaM0AV+aSioxUDd16qXP1PCh8d1/BGVvpdWn8k/HiK7n6TjeoXN1F7DA==
- dependencies:
- browserslist "^4.0.0"
- caniuse-api "^3.0.0"
- has "^1.0.0"
- postcss "^7.0.0"
-
postcss-reduce-initial@^5.1.2:
version "5.1.2"
- resolved "https://registry.yarnpkg.com/postcss-reduce-initial/-/postcss-reduce-initial-5.1.2.tgz#798cd77b3e033eae7105c18c9d371d989e1382d6"
+ resolved "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-5.1.2.tgz"
integrity sha512-dE/y2XRaqAi6OvjzD22pjTUQ8eOfc6m/natGHgKFBK9DxFmIm69YmaRVQrGgFlEfc1HePIurY0TmDeROK05rIg==
dependencies:
browserslist "^4.21.4"
caniuse-api "^3.0.0"
-postcss-reduce-transforms@^4.0.2:
- version "4.0.2"
- resolved "https://registry.yarnpkg.com/postcss-reduce-transforms/-/postcss-reduce-transforms-4.0.2.tgz#17efa405eacc6e07be3414a5ca2d1074681d4e29"
- integrity sha512-EEVig1Q2QJ4ELpJXMZR8Vt5DQx8/mo+dGWSR7vWXqcob2gQLyQGsionYcGKATXvQzMPn6DSN1vTN7yFximdIAg==
- dependencies:
- cssnano-util-get-match "^4.0.0"
- has "^1.0.0"
- postcss "^7.0.0"
- postcss-value-parser "^3.0.0"
-
postcss-reduce-transforms@^5.1.0:
version "5.1.0"
- resolved "https://registry.yarnpkg.com/postcss-reduce-transforms/-/postcss-reduce-transforms-5.1.0.tgz#333b70e7758b802f3dd0ddfe98bb1ccfef96b6e9"
+ resolved "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-5.1.0.tgz"
integrity sha512-2fbdbmgir5AvpW9RLtdONx1QoYG2/EtqpNQbFASDlixBbAYuTcJ0dECwlqNqH7VbaUnEnh8SrxOe2sRIn24XyQ==
dependencies:
postcss-value-parser "^4.2.0"
-postcss-replace-overflow-wrap@^3.0.0:
- version "3.0.0"
- resolved "https://registry.yarnpkg.com/postcss-replace-overflow-wrap/-/postcss-replace-overflow-wrap-3.0.0.tgz#61b360ffdaedca84c7c918d2b0f0d0ea559ab01c"
- integrity sha512-2T5hcEHArDT6X9+9dVSPQdo7QHzG4XKclFT8rU5TzJPDN7RIRTbO9c4drUISOVemLj03aezStHCR2AIcr8XLpw==
- dependencies:
- postcss "^7.0.2"
-
postcss-replace-overflow-wrap@^4.0.0:
version "4.0.0"
- resolved "https://registry.yarnpkg.com/postcss-replace-overflow-wrap/-/postcss-replace-overflow-wrap-4.0.0.tgz#d2df6bed10b477bf9c52fab28c568b4b29ca4319"
+ resolved "https://registry.npmjs.org/postcss-replace-overflow-wrap/-/postcss-replace-overflow-wrap-4.0.0.tgz"
integrity sha512-KmF7SBPphT4gPPcKZc7aDkweHiKEEO8cla/GjcBK+ckKxiZslIu3C4GCRW3DNfL0o7yW7kMQu9xlZ1kXRXLXtw==
-postcss-safe-parser@5.0.2:
- version "5.0.2"
- resolved "https://registry.yarnpkg.com/postcss-safe-parser/-/postcss-safe-parser-5.0.2.tgz#459dd27df6bc2ba64608824ba39e45dacf5e852d"
- integrity sha512-jDUfCPJbKOABhwpUKcqCVbbXiloe/QXMcbJ6Iipf3sDIihEzTqRCeMBfRaOHxhBuTYqtASrI1KJWxzztZU4qUQ==
- dependencies:
- postcss "^8.1.0"
-
-postcss-selector-matches@^4.0.0:
- version "4.0.0"
- resolved "https://registry.yarnpkg.com/postcss-selector-matches/-/postcss-selector-matches-4.0.0.tgz#71c8248f917ba2cc93037c9637ee09c64436fcff"
- integrity sha512-LgsHwQR/EsRYSqlwdGzeaPKVT0Ml7LAT6E75T8W8xLJY62CE4S/l03BWIt3jT8Taq22kXP08s2SfTSzaraoPww==
- dependencies:
- balanced-match "^1.0.0"
- postcss "^7.0.2"
-
-postcss-selector-not@^4.0.0:
- version "4.0.1"
- resolved "https://registry.yarnpkg.com/postcss-selector-not/-/postcss-selector-not-4.0.1.tgz#263016eef1cf219e0ade9a913780fc1f48204cbf"
- integrity sha512-YolvBgInEK5/79C+bdFMyzqTg6pkYqDbzZIST/PDMqa/o3qtXenD05apBG2jLgT0/BQ77d4U2UK12jWpilqMAQ==
- dependencies:
- balanced-match "^1.0.0"
- postcss "^7.0.2"
-
postcss-selector-not@^6.0.1:
version "6.0.1"
- resolved "https://registry.yarnpkg.com/postcss-selector-not/-/postcss-selector-not-6.0.1.tgz#8f0a709bf7d4b45222793fc34409be407537556d"
+ resolved "https://registry.npmjs.org/postcss-selector-not/-/postcss-selector-not-6.0.1.tgz"
integrity sha512-1i9affjAe9xu/y9uqWH+tD4r6/hDaXJruk8xn2x1vzxC2U3J3LKO3zJW4CyxlNhA56pADJ/djpEwpH1RClI2rQ==
dependencies:
postcss-selector-parser "^6.0.10"
-postcss-selector-parser@^3.0.0:
- version "3.1.2"
- resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-3.1.2.tgz#b310f5c4c0fdaf76f94902bbaa30db6aa84f5270"
- integrity sha512-h7fJ/5uWuRVyOtkO45pnt1Ih40CEleeyCHzipqAZO2e5H20g25Y48uYnFUiShvY4rZWNJ/Bib/KVPmanaCtOhA==
- dependencies:
- dot-prop "^5.2.0"
- indexes-of "^1.0.1"
- uniq "^1.0.1"
-
-postcss-selector-parser@^5.0.0-rc.3, postcss-selector-parser@^5.0.0-rc.4:
- version "5.0.0"
- resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-5.0.0.tgz#249044356697b33b64f1a8f7c80922dddee7195c"
- integrity sha512-w+zLE5Jhg6Liz8+rQOWEAwtwkyqpfnmsinXjXg6cY7YIONZZtgvE0v2O0uhQBs0peNomOJwWRKt6JBfTdTd3OQ==
- dependencies:
- cssesc "^2.0.0"
- indexes-of "^1.0.1"
- uniq "^1.0.1"
-
-postcss-selector-parser@^6.0.0, postcss-selector-parser@^6.0.10, postcss-selector-parser@^6.0.11, postcss-selector-parser@^6.0.2, postcss-selector-parser@^6.0.4, postcss-selector-parser@^6.0.5, postcss-selector-parser@^6.0.9, postcss-selector-parser@^6.1.1:
+postcss-selector-parser@^6.0.10, postcss-selector-parser@^6.0.11, postcss-selector-parser@^6.0.2, postcss-selector-parser@^6.0.4, postcss-selector-parser@^6.0.5, postcss-selector-parser@^6.0.9, postcss-selector-parser@^6.1.1:
version "6.1.1"
- resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.1.1.tgz#5be94b277b8955904476a2400260002ce6c56e38"
+ resolved "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.1.tgz"
integrity sha512-b4dlw/9V8A71rLIDsSwVmak9z2DuBUB7CA1/wSdelNEzqsjoSPeADTWNO09lpH49Diy3/JIZ2bSPB1dI3LJCHg==
dependencies:
cssesc "^3.0.0"
@@ -19153,158 +16200,99 @@ postcss-selector-parser@^6.0.0, postcss-selector-parser@^6.0.10, postcss-selecto
postcss-sort-media-queries@^4.2.1:
version "4.4.1"
- resolved "https://registry.yarnpkg.com/postcss-sort-media-queries/-/postcss-sort-media-queries-4.4.1.tgz#04a5a78db3921eb78f28a1a781a2e68e65258128"
+ resolved "https://registry.npmjs.org/postcss-sort-media-queries/-/postcss-sort-media-queries-4.4.1.tgz"
integrity sha512-QDESFzDDGKgpiIh4GYXsSy6sek2yAwQx1JASl5AxBtU1Lq2JfKBljIPNdil989NcSKRQX1ToiaKphImtBuhXWw==
dependencies:
sort-css-media-queries "2.1.0"
-postcss-svgo@^4.0.3:
- version "4.0.3"
- resolved "https://registry.yarnpkg.com/postcss-svgo/-/postcss-svgo-4.0.3.tgz#343a2cdbac9505d416243d496f724f38894c941e"
- integrity sha512-NoRbrcMWTtUghzuKSoIm6XV+sJdvZ7GZSc3wdBN0W19FTtp2ko8NqLsgoh/m9CzNhU3KLPvQmjIwtaNFkaFTvw==
- dependencies:
- postcss "^7.0.0"
- postcss-value-parser "^3.0.0"
- svgo "^1.0.0"
-
postcss-svgo@^5.1.0:
version "5.1.0"
- resolved "https://registry.yarnpkg.com/postcss-svgo/-/postcss-svgo-5.1.0.tgz#0a317400ced789f233a28826e77523f15857d80d"
+ resolved "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-5.1.0.tgz"
integrity sha512-D75KsH1zm5ZrHyxPakAxJWtkyXew5qwS70v56exwvw542d9CRtTo78K0WeFxZB4G7JXKKMbEZtZayTGdIky/eA==
dependencies:
postcss-value-parser "^4.2.0"
svgo "^2.7.0"
-postcss-unique-selectors@^4.0.1:
- version "4.0.1"
- resolved "https://registry.yarnpkg.com/postcss-unique-selectors/-/postcss-unique-selectors-4.0.1.tgz#9446911f3289bfd64c6d680f073c03b1f9ee4bac"
- integrity sha512-+JanVaryLo9QwZjKrmJgkI4Fn8SBgRO6WXQBJi7KiAVPlmxikB5Jzc4EvXMT2H0/m0RjrVVm9rGNhZddm/8Spg==
- dependencies:
- alphanum-sort "^1.0.0"
- postcss "^7.0.0"
- uniqs "^2.0.0"
-
postcss-unique-selectors@^5.1.1:
version "5.1.1"
- resolved "https://registry.yarnpkg.com/postcss-unique-selectors/-/postcss-unique-selectors-5.1.1.tgz#a9f273d1eacd09e9aa6088f4b0507b18b1b541b6"
+ resolved "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-5.1.1.tgz"
integrity sha512-5JiODlELrz8L2HwxfPnhOWZYWDxVHWL83ufOv84NrcgipI7TaeRsatAhK4Tr2/ZiYldpK/wBvw5BD3qfaK96GA==
dependencies:
postcss-selector-parser "^6.0.5"
-postcss-value-parser@^3.0.0:
- version "3.3.1"
- resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz#9ff822547e2893213cf1c30efa51ac5fd1ba8281"
- integrity sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==
-
-postcss-value-parser@^4.0.0, postcss-value-parser@^4.0.2, postcss-value-parser@^4.1.0, postcss-value-parser@^4.2.0:
+postcss-value-parser@^4.0.0, postcss-value-parser@^4.1.0, postcss-value-parser@^4.2.0:
version "4.2.0"
- resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514"
+ resolved "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz"
integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==
-postcss-values-parser@^2.0.0, postcss-values-parser@^2.0.1:
- version "2.0.1"
- resolved "https://registry.yarnpkg.com/postcss-values-parser/-/postcss-values-parser-2.0.1.tgz#da8b472d901da1e205b47bdc98637b9e9e550e5f"
- integrity sha512-2tLuBsA6P4rYTNKCXYG/71C7j1pU6pK503suYOmn4xYrQIzW+opD+7FAFNuGSdZC/3Qfy334QbeMu7MEb8gOxg==
- dependencies:
- flatten "^1.0.2"
- indexes-of "^1.0.1"
- uniq "^1.0.1"
-
postcss-zindex@^5.1.0:
version "5.1.0"
- resolved "https://registry.yarnpkg.com/postcss-zindex/-/postcss-zindex-5.1.0.tgz#4a5c7e5ff1050bd4c01d95b1847dfdcc58a496ff"
+ resolved "https://registry.npmjs.org/postcss-zindex/-/postcss-zindex-5.1.0.tgz"
integrity sha512-fgFMf0OtVSBR1va1JNHYgMxYk73yhn/qb4uQDq1DLGYolz8gHCyr/sesEuGUaYs58E3ZJRcpoGuPVoB7Meiq9A==
-postcss@7.0.36:
- version "7.0.36"
- resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.36.tgz#056f8cffa939662a8f5905950c07d5285644dfcb"
- integrity sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==
+"postcss@^7.0.0 || ^8.0.1", postcss@^8, postcss@^8.0.0, postcss@^8.0.3, postcss@^8.0.9, postcss@^8.1.0, postcss@^8.1.4, postcss@^8.2, postcss@^8.2.14, postcss@^8.2.15, postcss@^8.2.2, postcss@^8.3, postcss@^8.3.11, postcss@^8.3.5, postcss@^8.4, postcss@^8.4.14, postcss@^8.4.16, postcss@^8.4.17, postcss@^8.4.21, postcss@^8.4.23, postcss@^8.4.33, postcss@^8.4.4, postcss@^8.4.6, "postcss@>= 8", postcss@>=8, postcss@>=8.0.9:
+ version "8.4.40"
+ resolved "https://registry.npmjs.org/postcss/-/postcss-8.4.40.tgz"
+ integrity sha512-YF2kKIUzAofPMpfH6hOi2cGnv/HrUlfucspc7pDyvv7kGdqXrfj8SCl/t8owkEgKEuu8ZcRjSOxFxVLqwChZ2Q==
dependencies:
- chalk "^2.4.2"
- source-map "^0.6.1"
- supports-color "^6.1.0"
+ nanoid "^3.3.7"
+ picocolors "^1.0.1"
+ source-map-js "^1.2.0"
-postcss@^7, postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.14, postcss@^7.0.17, postcss@^7.0.2, postcss@^7.0.26, postcss@^7.0.27, postcss@^7.0.32, postcss@^7.0.35, postcss@^7.0.5, postcss@^7.0.6:
+postcss@^7.0.35:
version "7.0.39"
- resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.39.tgz#9624375d965630e2e1f2c02a935c82a59cb48309"
+ resolved "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz"
integrity sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==
dependencies:
picocolors "^0.2.1"
source-map "^0.6.1"
-postcss@^8.1.0, postcss@^8.3.11, postcss@^8.3.5, postcss@^8.4.14, postcss@^8.4.17, postcss@^8.4.23, postcss@^8.4.33, postcss@^8.4.4:
- version "8.4.40"
- resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.40.tgz#eb81f2a4dd7668ed869a6db25999e02e9ad909d8"
- integrity sha512-YF2kKIUzAofPMpfH6hOi2cGnv/HrUlfucspc7pDyvv7kGdqXrfj8SCl/t8owkEgKEuu8ZcRjSOxFxVLqwChZ2Q==
- dependencies:
- nanoid "^3.3.7"
- picocolors "^1.0.1"
- source-map-js "^1.2.0"
-
prelude-ls@^1.2.1:
version "1.2.1"
- resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396"
+ resolved "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz"
integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==
prelude-ls@~1.1.2:
version "1.1.2"
- resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54"
+ resolved "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz"
integrity sha512-ESF23V4SKG6lVSGZgYNpbsiaAkdab6ZgOxe52p7+Kid3W3u3bxR4Vfd/o21dmN7jSt0IwgZ4v5MUd26FEtXE9w==
-prepend-http@^1.0.0:
- version "1.0.4"
- resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-1.0.4.tgz#d4f4562b0ce3696e41ac52d0e002e57a635dc6dc"
- integrity sha512-PhmXi5XmoyKw1Un4E+opM2KcsJInDvKyuOumcjjw3waw86ZNjHwVUOOWLc4bCzLdcKNaWBH9e99sbWzDQsVaYg==
-
prepend-http@^2.0.0:
version "2.0.0"
- resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-2.0.0.tgz#e92434bfa5ea8c19f41cdfd401d741a3c819d897"
+ resolved "https://registry.npmjs.org/prepend-http/-/prepend-http-2.0.0.tgz"
integrity sha512-ravE6m9Atw9Z/jjttRUZ+clIXogdghyZAuWJ3qEzjT+jI/dL1ifAqhZeC5VHzQp1MSt1+jxKkFNemj/iO7tVUA==
-prettier@^2.1.2, prettier@^2.4.1:
+prettier@^2.1.2:
+ version "2.8.8"
+ resolved "https://registry.npmjs.org/prettier/-/prettier-2.8.8.tgz"
+ integrity sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==
+
+prettier@^2.4.1:
version "2.8.8"
- resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.8.tgz#e8c5d7e98a4305ffe3de2e1fc4aca1a71c28b1da"
+ resolved "https://registry.npmjs.org/prettier/-/prettier-2.8.8.tgz"
integrity sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==
prettier@^3.1.1:
version "3.3.3"
- resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.3.3.tgz#30c54fe0be0d8d12e6ae61dbb10109ea00d53105"
+ resolved "https://registry.npmjs.org/prettier/-/prettier-3.3.3.tgz"
integrity sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==
pretty-bytes@^5.3.0, pretty-bytes@^5.4.1, pretty-bytes@^5.6.0:
version "5.6.0"
- resolved "https://registry.yarnpkg.com/pretty-bytes/-/pretty-bytes-5.6.0.tgz#356256f643804773c82f64723fe78c92c62beaeb"
+ resolved "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-5.6.0.tgz"
integrity sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==
-pretty-error@^2.1.1:
- version "2.1.2"
- resolved "https://registry.yarnpkg.com/pretty-error/-/pretty-error-2.1.2.tgz#be89f82d81b1c86ec8fdfbc385045882727f93b6"
- integrity sha512-EY5oDzmsX5wvuynAByrmY0P0hcp+QpnAKbJng2A2MPjVKXCxrDSUkzghVJ4ZGPIv+JC4gX8fPUWscC0RtjsWGw==
- dependencies:
- lodash "^4.17.20"
- renderkid "^2.0.4"
-
pretty-error@^4.0.0:
version "4.0.0"
- resolved "https://registry.yarnpkg.com/pretty-error/-/pretty-error-4.0.0.tgz#90a703f46dd7234adb46d0f84823e9d1cb8f10d6"
+ resolved "https://registry.npmjs.org/pretty-error/-/pretty-error-4.0.0.tgz"
integrity sha512-AoJ5YMAcXKYxKhuJGdcvse+Voc6v1RgnsR3nWcYU7q4t6z0Q6T86sv5Zq8VIRbOWWFpvdGE83LtdSMNd+6Y0xw==
dependencies:
lodash "^4.17.20"
renderkid "^3.0.0"
-pretty-format@^26.6.0, pretty-format@^26.6.2:
- version "26.6.2"
- resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-26.6.2.tgz#e35c2705f14cb7fe2fe94fa078345b444120fc93"
- integrity sha512-7AeGuCYNGmycyQbCqd/3PWH4eOoX/OiCa0uphp57NVTeAGdJGaAliecxwBDHYQCIvrW7aDBZCYeNTP/WX69mkg==
- dependencies:
- "@jest/types" "^26.6.2"
- ansi-regex "^5.0.0"
- ansi-styles "^4.0.0"
- react-is "^17.0.1"
-
pretty-format@^27.0.2, pretty-format@^27.5.1:
version "27.5.1"
- resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-27.5.1.tgz#2181879fdea51a7a5851fb39d920faa63f01d88e"
+ resolved "https://registry.npmjs.org/pretty-format/-/pretty-format-27.5.1.tgz"
integrity sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==
dependencies:
ansi-regex "^5.0.1"
@@ -19313,7 +16301,7 @@ pretty-format@^27.0.2, pretty-format@^27.5.1:
pretty-format@^28.1.3:
version "28.1.3"
- resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-28.1.3.tgz#c9fba8cedf99ce50963a11b27d982a9ae90970d5"
+ resolved "https://registry.npmjs.org/pretty-format/-/pretty-format-28.1.3.tgz"
integrity sha512-8gFb/To0OmxHR9+ZTb14Df2vNxdGCX8g1xWGUTqUw5TiZvcQf5sHKObd5UcPyLLyowNwDAMTF3XWOG1B6mxl1Q==
dependencies:
"@jest/schemas" "^28.1.3"
@@ -19323,7 +16311,7 @@ pretty-format@^28.1.3:
pretty-format@^29.0.0, pretty-format@^29.7.0:
version "29.7.0"
- resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-29.7.0.tgz#ca42c758310f365bfa71a0bda0a807160b776812"
+ resolved "https://registry.npmjs.org/pretty-format/-/pretty-format-29.7.0.tgz"
integrity sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==
dependencies:
"@jest/schemas" "^29.6.3"
@@ -19332,64 +16320,51 @@ pretty-format@^29.0.0, pretty-format@^29.7.0:
pretty-time@^1.1.0:
version "1.1.0"
- resolved "https://registry.yarnpkg.com/pretty-time/-/pretty-time-1.1.0.tgz#ffb7429afabb8535c346a34e41873adf3d74dd0e"
+ resolved "https://registry.npmjs.org/pretty-time/-/pretty-time-1.1.0.tgz"
integrity sha512-28iF6xPQrP8Oa6uxE6a1biz+lWeTOAPKggvjB8HAs6nVMKZwf5bG++632Dx614hIWgUPkgivRfG+a8uAXGTIbA==
prism-react-renderer@^1.2.1, prism-react-renderer@^1.3.5:
version "1.3.5"
- resolved "https://registry.yarnpkg.com/prism-react-renderer/-/prism-react-renderer-1.3.5.tgz#786bb69aa6f73c32ba1ee813fbe17a0115435085"
+ resolved "https://registry.npmjs.org/prism-react-renderer/-/prism-react-renderer-1.3.5.tgz"
integrity sha512-IJ+MSwBWKG+SM3b2SUfdrhC+gu01QkV2KmRQgREThBfSQRoufqRfxfHUxpG1WcaFjP+kojcFyO9Qqtpgt3qLCg==
prismjs@^1.28.0:
version "1.29.0"
- resolved "https://registry.yarnpkg.com/prismjs/-/prismjs-1.29.0.tgz#f113555a8fa9b57c35e637bba27509dcf802dd12"
+ resolved "https://registry.npmjs.org/prismjs/-/prismjs-1.29.0.tgz"
integrity sha512-Kx/1w86q/epKcmte75LNrEoT+lX8pBpavuAbvJWRXar7Hz8jrtF+e3vY751p0R8H9HdArwaCTNDDzHg/ScJK1Q==
process-nextick-args@^2.0.0, process-nextick-args@~2.0.0:
version "2.0.1"
- resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz#7820d9b16120cc55ca9ae7792680ae7dba6d7fe2"
+ resolved "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz"
integrity sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==
process@^0.11.10:
version "0.11.10"
- resolved "https://registry.yarnpkg.com/process/-/process-0.11.10.tgz#7332300e840161bda3e69a1d1d91a7d4bc16f182"
+ resolved "https://registry.npmjs.org/process/-/process-0.11.10.tgz"
integrity sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==
progress@^2.0.0, progress@^2.0.3:
version "2.0.3"
- resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8"
+ resolved "https://registry.npmjs.org/progress/-/progress-2.0.3.tgz"
integrity sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==
-promise-inflight@^1.0.1:
- version "1.0.1"
- resolved "https://registry.yarnpkg.com/promise-inflight/-/promise-inflight-1.0.1.tgz#98472870bf228132fcbdd868129bad12c3c029e3"
- integrity sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g==
-
promise@^7.1.1:
version "7.3.1"
- resolved "https://registry.yarnpkg.com/promise/-/promise-7.3.1.tgz#064b72602b18f90f29192b8b1bc418ffd1ebd3bf"
+ resolved "https://registry.npmjs.org/promise/-/promise-7.3.1.tgz"
integrity sha512-nolQXZ/4L+bP/UGlkfaIujX9BKxGwmQ9OT4mOt5yvy8iK1h3wqTEJCijzGANTCCl9nWjY41juyAn2K3Q1hLLTg==
dependencies:
asap "~2.0.3"
promise@^8.1.0:
version "8.3.0"
- resolved "https://registry.yarnpkg.com/promise/-/promise-8.3.0.tgz#8cb333d1edeb61ef23869fbb8a4ea0279ab60e0a"
+ resolved "https://registry.npmjs.org/promise/-/promise-8.3.0.tgz"
integrity sha512-rZPNPKTOYVNEEKFaq1HqTgOwZD+4/YHS5ukLzQCypkj+OkYx7iv0mA91lJlpPPZ8vMau3IIGj5Qlwrx+8iiSmg==
dependencies:
asap "~2.0.6"
-prompts@2.4.0:
- version "2.4.0"
- resolved "https://registry.yarnpkg.com/prompts/-/prompts-2.4.0.tgz#4aa5de0723a231d1ee9121c40fdf663df73f61d7"
- integrity sha512-awZAKrk3vN6CroQukBL+R9051a4R3zCZBlJm/HBfrSZ8iTpYix3VX1vU4mveiLpiwmOJT4wokTF9m6HUk4KqWQ==
- dependencies:
- kleur "^3.0.3"
- sisteransi "^1.0.5"
-
prompts@^2.0.1, prompts@^2.4.0, prompts@^2.4.2:
version "2.4.2"
- resolved "https://registry.yarnpkg.com/prompts/-/prompts-2.4.2.tgz#7b57e73b3a48029ad10ebd44f74b01722a4cb069"
+ resolved "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz"
integrity sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==
dependencies:
kleur "^3.0.3"
@@ -19397,7 +16372,7 @@ prompts@^2.0.1, prompts@^2.4.0, prompts@^2.4.2:
prop-types-exact@^1.2.0:
version "1.2.5"
- resolved "https://registry.yarnpkg.com/prop-types-exact/-/prop-types-exact-1.2.5.tgz#f275e7dc0d629c2f7414782e8189b3e2d2e9e158"
+ resolved "https://registry.npmjs.org/prop-types-exact/-/prop-types-exact-1.2.5.tgz"
integrity sha512-wHDhA5TSSvU07gdzsdeT/FZg6zay94K4Y7swSK4YsRG3moWB0Qsp9g1Y5BBausP1HF8K4UeVe2Xt7ZFJByKp6A==
dependencies:
call-bind "^1.0.7"
@@ -19407,9 +16382,9 @@ prop-types-exact@^1.2.0:
object.assign "^4.1.5"
reflect.ownkeys "^1.1.4"
-prop-types@^15.6.0, prop-types@^15.6.2, prop-types@^15.7.2, prop-types@^15.8.1:
+prop-types@^15, prop-types@^15.6.2, prop-types@^15.7.2, prop-types@^15.8.1:
version "15.8.1"
- resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.8.1.tgz#67d87bf1a694f48435cf332c24af10214a3140b5"
+ resolved "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz"
integrity sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==
dependencies:
loose-envify "^1.4.0"
@@ -19418,24 +16393,24 @@ prop-types@^15.6.0, prop-types@^15.6.2, prop-types@^15.7.2, prop-types@^15.8.1:
property-expr@^2.0.5:
version "2.0.6"
- resolved "https://registry.yarnpkg.com/property-expr/-/property-expr-2.0.6.tgz#f77bc00d5928a6c748414ad12882e83f24aec1e8"
+ resolved "https://registry.npmjs.org/property-expr/-/property-expr-2.0.6.tgz"
integrity sha512-SVtmxhRE/CGkn3eZY1T6pC8Nln6Fr/lu1mKSgRud0eC73whjGfoAogbn78LkD8aFL0zz3bAFerKSnOl7NlErBA==
property-information@^5.0.0, property-information@^5.3.0:
version "5.6.0"
- resolved "https://registry.yarnpkg.com/property-information/-/property-information-5.6.0.tgz#61675545fb23002f245c6540ec46077d4da3ed69"
+ resolved "https://registry.npmjs.org/property-information/-/property-information-5.6.0.tgz"
integrity sha512-YUHSPk+A30YPv+0Qf8i9Mbfe/C0hdPXk1s1jPVToV8pk8BQtpw10ct89Eo7OWkutrwqvT0eicAxlOg3dOAu8JA==
dependencies:
xtend "^4.0.0"
proto-list@~1.2.1:
version "1.2.4"
- resolved "https://registry.yarnpkg.com/proto-list/-/proto-list-1.2.4.tgz#212d5bfe1318306a420f6402b8e26ff39647a849"
+ resolved "https://registry.npmjs.org/proto-list/-/proto-list-1.2.4.tgz"
integrity sha512-vtK/94akxsTMhe0/cbfpR+syPuszcuwhqVjJq26CuNDgFGj682oRBXOP5MJpv2r7JtE8MsiepGIqvvOTBwn2vA==
proxy-addr@~2.0.7:
version "2.0.7"
- resolved "https://registry.yarnpkg.com/proxy-addr/-/proxy-addr-2.0.7.tgz#f19fe69ceab311eeb94b42e70e8c2070f9ba1025"
+ resolved "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz"
integrity sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==
dependencies:
forwarded "0.2.0"
@@ -19443,32 +16418,27 @@ proxy-addr@~2.0.7:
proxy-from-env@1.0.0:
version "1.0.0"
- resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.0.0.tgz#33c50398f70ea7eb96d21f7b817630a55791c7ee"
+ resolved "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.0.0.tgz"
integrity sha512-F2JHgJQ1iqwnHDcQjVBsq3n/uoaFL+iPW/eAeL7kVxy/2RrWaN4WroKjjvbsoRtv0ftelNyC01bjRhn/bhcf4A==
proxy-middleware@latest:
version "0.15.0"
- resolved "https://registry.yarnpkg.com/proxy-middleware/-/proxy-middleware-0.15.0.tgz#a3fdf1befb730f951965872ac2f6074c61477a56"
+ resolved "https://registry.npmjs.org/proxy-middleware/-/proxy-middleware-0.15.0.tgz"
integrity sha512-EGCG8SeoIRVMhsqHQUdDigB2i7qU7fCsWASwn54+nPutYO8n4q6EiwMzyfWlC+dzRFExP+kvcnDFdBDHoZBU7Q==
-prr@~1.0.1:
- version "1.0.1"
- resolved "https://registry.yarnpkg.com/prr/-/prr-1.0.1.tgz#d3fc114ba06995a45ec6893f484ceb1d78f5f476"
- integrity sha512-yPw4Sng1gWghHQWj0B3ZggWUm4qVbPwPFcRG8KyxiU7J2OHFSoEHKS+EZ3fv5l1t9CyCiop6l/ZYeWbrgoQejw==
-
pseudomap@^1.0.2:
version "1.0.2"
- resolved "https://registry.yarnpkg.com/pseudomap/-/pseudomap-1.0.2.tgz#f052a28da70e618917ef0a8ac34c1ae5a68286b3"
+ resolved "https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz"
integrity sha512-b/YwNhb8lk1Zz2+bXXpS/LK9OisiZZ1SNsSLxN1x2OXVEhW2Ckr/7mWE5vrC1ZTiJlD9g19jWszTmJsB+oEpFQ==
psl@^1.1.28, psl@^1.1.33:
version "1.9.0"
- resolved "https://registry.yarnpkg.com/psl/-/psl-1.9.0.tgz#d0df2a137f00794565fcaf3b2c00cd09f8d5a5a7"
+ resolved "https://registry.npmjs.org/psl/-/psl-1.9.0.tgz"
integrity sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==
public-encrypt@^4.0.0:
version "4.0.3"
- resolved "https://registry.yarnpkg.com/public-encrypt/-/public-encrypt-4.0.3.tgz#4fcc9d77a07e48ba7527e7cbe0de33d0701331e0"
+ resolved "https://registry.npmjs.org/public-encrypt/-/public-encrypt-4.0.3.tgz"
integrity sha512-zVpa8oKZSz5bTMTFClc1fQOnyyEzpl5ozpi1B5YcvBrdohMjH2rfsBtyXcuNuwjsDIXmBYlF2N5FlJYhR29t8Q==
dependencies:
bn.js "^4.1.0"
@@ -19480,7 +16450,7 @@ public-encrypt@^4.0.0:
pump@^2.0.0:
version "2.0.1"
- resolved "https://registry.yarnpkg.com/pump/-/pump-2.0.1.tgz#12399add6e4cf7526d973cbc8b5ce2e2908b3909"
+ resolved "https://registry.npmjs.org/pump/-/pump-2.0.1.tgz"
integrity sha512-ruPMNRkN3MHP1cWJc9OWr+T/xDP0jhXYCLfJcBuX54hhfIBnaQmAUMfDcG4DM5UMWByBbJY69QSphm3jtDKIkA==
dependencies:
end-of-stream "^1.1.0"
@@ -19488,129 +16458,116 @@ pump@^2.0.0:
pump@^3.0.0:
version "3.0.0"
- resolved "https://registry.yarnpkg.com/pump/-/pump-3.0.0.tgz#b4a2116815bde2f4e1ea602354e8c75565107a64"
+ resolved "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz"
integrity sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==
dependencies:
end-of-stream "^1.1.0"
once "^1.3.1"
-pumpify@^1.3.3, pumpify@^1.3.5:
+pumpify@^1.3.5:
version "1.5.1"
- resolved "https://registry.yarnpkg.com/pumpify/-/pumpify-1.5.1.tgz#36513be246ab27570b1a374a5ce278bfd74370ce"
+ resolved "https://registry.npmjs.org/pumpify/-/pumpify-1.5.1.tgz"
integrity sha512-oClZI37HvuUJJxSKKrC17bZ9Cu0ZYhEAGPsPUy9KlMUmv9dKX2o77RUmq7f3XjIxbwyGwYzbzQ1L2Ks8sIradQ==
dependencies:
duplexify "^3.6.0"
inherits "^2.0.3"
pump "^2.0.0"
-punycode@^1.2.4, punycode@^1.3.2, punycode@^1.4.1:
+punycode@^1.3.2:
+ version "1.4.1"
+ resolved "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz"
+ integrity sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ==
+
+punycode@^1.4.1:
version "1.4.1"
- resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.4.1.tgz#c0d5a63b2718800ad8e1eb0fa5269c84dd41845e"
+ resolved "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz"
integrity sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ==
punycode@^2.1.0, punycode@^2.1.1:
version "2.3.1"
- resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.3.1.tgz#027422e2faec0b25e1549c3e1bd8309b9133b6e5"
+ resolved "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz"
integrity sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==
pupa@^2.1.1:
version "2.1.1"
- resolved "https://registry.yarnpkg.com/pupa/-/pupa-2.1.1.tgz#f5e8fd4afc2c5d97828faa523549ed8744a20d62"
+ resolved "https://registry.npmjs.org/pupa/-/pupa-2.1.1.tgz"
integrity sha512-l1jNAspIBSFqbT+y+5FosojNpVpF94nlI+wDUpqP9enwOTfHx9f0gh5nB96vl+6yTpsJsypeNrwfzPrKuHB41A==
dependencies:
escape-goat "^2.0.0"
pure-color@^1.2.0:
version "1.3.0"
- resolved "https://registry.yarnpkg.com/pure-color/-/pure-color-1.3.0.tgz#1fe064fb0ac851f0de61320a8bf796836422f33e"
+ resolved "https://registry.npmjs.org/pure-color/-/pure-color-1.3.0.tgz"
integrity sha512-QFADYnsVoBMw1srW7OVKEYjG+MbIa49s54w1MA1EDY6r2r/sTcKKYqRX1f4GYvnXP7eN/Pe9HFcX+hwzmrXRHA==
q@^1.1.2, q@^1.5.1:
version "1.5.1"
- resolved "https://registry.yarnpkg.com/q/-/q-1.5.1.tgz#7e32f75b41381291d04611f1bf14109ac00651d7"
+ resolved "https://registry.npmjs.org/q/-/q-1.5.1.tgz"
integrity sha512-kV/CThkXo6xyFEZUugw/+pIOywXcDbFYgSct5cT3gqlbkBE1SJdwy6UQoZvodiWF/ckQLZyDE/Bu1M6gVu5lVw==
-qs@6.10.4:
- version "6.10.4"
- resolved "https://registry.yarnpkg.com/qs/-/qs-6.10.4.tgz#6a3003755add91c0ec9eacdc5f878b034e73f9e7"
- integrity sha512-OQiU+C+Ds5qiH91qh/mg0w+8nwQuLjM4F4M/PbmhDOoYehPh+Fb0bDjtR1sOvy7YKxvj28Y/M0PhP5uVX0kB+g==
- dependencies:
- side-channel "^1.0.4"
-
-qs@6.11.0:
- version "6.11.0"
- resolved "https://registry.yarnpkg.com/qs/-/qs-6.11.0.tgz#fd0d963446f7a65e1367e01abd85429453f0c37a"
- integrity sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==
- dependencies:
- side-channel "^1.0.4"
-
qs@^6.12.3:
version "6.13.0"
- resolved "https://registry.yarnpkg.com/qs/-/qs-6.13.0.tgz#6ca3bd58439f7e245655798997787b0d88a51906"
+ resolved "https://registry.npmjs.org/qs/-/qs-6.13.0.tgz"
integrity sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==
dependencies:
side-channel "^1.0.6"
qs@~6.5.2:
version "6.5.3"
- resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.3.tgz#3aeeffc91967ef6e35c0e488ef46fb296ab76aad"
+ resolved "https://registry.npmjs.org/qs/-/qs-6.5.3.tgz"
integrity sha512-qxXIEh4pCGfHICj1mAJQ2/2XVZkjCDTcEgfoSQxc/fYivUZxTkk7L3bDBJSoNrEzXI17oUO5Dp07ktqE5KzczA==
-query-string@^4.1.0:
- version "4.3.4"
- resolved "https://registry.yarnpkg.com/query-string/-/query-string-4.3.4.tgz#bbb693b9ca915c232515b228b1a02b609043dbeb"
- integrity sha512-O2XLNDBIg1DnTOa+2XrIwSiXEV8h2KImXUnjhhn2+UsvZ+Es2uyd5CCRTNQlDGbzUQOW3aYCBx9rVA6dzsiY7Q==
+qs@6.10.4:
+ version "6.10.4"
+ resolved "https://registry.npmjs.org/qs/-/qs-6.10.4.tgz"
+ integrity sha512-OQiU+C+Ds5qiH91qh/mg0w+8nwQuLjM4F4M/PbmhDOoYehPh+Fb0bDjtR1sOvy7YKxvj28Y/M0PhP5uVX0kB+g==
dependencies:
- object-assign "^4.1.0"
- strict-uri-encode "^1.0.0"
-
-querystring-es3@^0.2.0:
- version "0.2.1"
- resolved "https://registry.yarnpkg.com/querystring-es3/-/querystring-es3-0.2.1.tgz#9ec61f79049875707d69414596fd907a4d711e73"
- integrity sha512-773xhDQnZBMFobEiztv8LIl70ch5MSF/jUQVlhwFyBILqq96anmoctVIYz+ZRp0qbCKATTn6ev02M3r7Ga5vqA==
+ side-channel "^1.0.4"
-querystring@^0.2.0:
- version "0.2.1"
- resolved "https://registry.yarnpkg.com/querystring/-/querystring-0.2.1.tgz#40d77615bb09d16902a85c3e38aa8b5ed761c2dd"
- integrity sha512-wkvS7mL/JMugcup3/rMitHmd9ecIGd2lhFhK9N3UUQ450h66d1r3Y9nvXzQAW1Lq+wyx61k/1pfKS5KuKiyEbg==
+qs@6.11.0:
+ version "6.11.0"
+ resolved "https://registry.npmjs.org/qs/-/qs-6.11.0.tgz"
+ integrity sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==
+ dependencies:
+ side-channel "^1.0.4"
querystringify@^2.1.1:
version "2.2.0"
- resolved "https://registry.yarnpkg.com/querystringify/-/querystringify-2.2.0.tgz#3345941b4153cb9d082d8eee4cda2016a9aef7f6"
+ resolved "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz"
integrity sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==
queue-microtask@^1.2.2:
version "1.2.3"
- resolved "https://registry.yarnpkg.com/queue-microtask/-/queue-microtask-1.2.3.tgz#4929228bbc724dfac43e0efb058caf7b6cfb6243"
+ resolved "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz"
integrity sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==
queue@6.0.2:
version "6.0.2"
- resolved "https://registry.yarnpkg.com/queue/-/queue-6.0.2.tgz#b91525283e2315c7553d2efa18d83e76432fed65"
+ resolved "https://registry.npmjs.org/queue/-/queue-6.0.2.tgz"
integrity sha512-iHZWu+q3IdFZFX36ro/lKBkSvfkztY5Y7HMiPlOUjhupPcG2JMfst2KKEpu5XndviX/3UhFbRngUPNKtgvtZiA==
dependencies:
inherits "~2.0.3"
quick-lru@^4.0.1:
version "4.0.1"
- resolved "https://registry.yarnpkg.com/quick-lru/-/quick-lru-4.0.1.tgz#5b8878f113a58217848c6482026c73e1ba57727f"
+ resolved "https://registry.npmjs.org/quick-lru/-/quick-lru-4.0.1.tgz"
integrity sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g==
raf@^3.4.1:
version "3.4.1"
- resolved "https://registry.yarnpkg.com/raf/-/raf-3.4.1.tgz#0742e99a4a6552f445d73e3ee0328af0ff1ede39"
+ resolved "https://registry.npmjs.org/raf/-/raf-3.4.1.tgz"
integrity sha512-Sq4CW4QhwOHE8ucn6J34MqtZCeWFP2aQSmrlroYgqAV1PjStIhJXxYuTgUIfkEk7zTLjmIjLmU5q+fbD1NnOJA==
dependencies:
performance-now "^2.1.0"
railroad-diagrams@^1.0.0:
version "1.0.0"
- resolved "https://registry.yarnpkg.com/railroad-diagrams/-/railroad-diagrams-1.0.0.tgz#eb7e6267548ddedfb899c1b90e57374559cddb7e"
+ resolved "https://registry.npmjs.org/railroad-diagrams/-/railroad-diagrams-1.0.0.tgz"
integrity sha512-cz93DjNeLY0idrCNOH6PviZGRN9GJhsdm9hpn1YCS879fj4W+x5IFJhhkRZcwVgMmFF7R82UA/7Oh+R8lLZg6A==
randexp@0.4.6:
version "0.4.6"
- resolved "https://registry.yarnpkg.com/randexp/-/randexp-0.4.6.tgz#e986ad5e5e31dae13ddd6f7b3019aa7c87f60ca3"
+ resolved "https://registry.npmjs.org/randexp/-/randexp-0.4.6.tgz"
integrity sha512-80WNmd9DA0tmZrw9qQa62GPPWfuXJknrmVmLcxvq4uZBdYqb1wYoKTmnlGUchvVWe0XiLupYkBoXVOxz3C8DYQ==
dependencies:
discontinuous-range "1.0.0"
@@ -19618,32 +16575,32 @@ randexp@0.4.6:
randombytes@^2.0.0, randombytes@^2.0.1, randombytes@^2.0.5, randombytes@^2.1.0:
version "2.1.0"
- resolved "https://registry.yarnpkg.com/randombytes/-/randombytes-2.1.0.tgz#df6f84372f0270dc65cdf6291349ab7a473d4f2a"
+ resolved "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz"
integrity sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==
dependencies:
safe-buffer "^5.1.0"
randomfill@^1.0.3:
version "1.0.4"
- resolved "https://registry.yarnpkg.com/randomfill/-/randomfill-1.0.4.tgz#c92196fc86ab42be983f1bf31778224931d61458"
+ resolved "https://registry.npmjs.org/randomfill/-/randomfill-1.0.4.tgz"
integrity sha512-87lcbR8+MhcWcUiQ+9e+Rwx8MyR2P7qnt15ynUlbm3TU/fjbgz4GsvfSUDTemtCCtVCqb4ZcEFlyPNTh9bBTLw==
dependencies:
randombytes "^2.0.5"
safe-buffer "^5.1.0"
-range-parser@1.2.0:
- version "1.2.0"
- resolved "https://registry.yarnpkg.com/range-parser/-/range-parser-1.2.0.tgz#f49be6b487894ddc40dcc94a322f611092e00d5e"
- integrity sha512-kA5WQoNVo4t9lNx2kQNFCxKeBl5IbbSNBl1M/tLkw9WCn+hxNBAW5Qh8gdhs63CJnhjJ2zQWFoqPJP2sK1AV5A==
-
range-parser@^1.2.1, range-parser@~1.2.1:
version "1.2.1"
- resolved "https://registry.yarnpkg.com/range-parser/-/range-parser-1.2.1.tgz#3cf37023d199e1c24d1a55b84800c2f3e6468031"
+ resolved "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz"
integrity sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==
+range-parser@1.2.0:
+ version "1.2.0"
+ resolved "https://registry.npmjs.org/range-parser/-/range-parser-1.2.0.tgz"
+ integrity sha512-kA5WQoNVo4t9lNx2kQNFCxKeBl5IbbSNBl1M/tLkw9WCn+hxNBAW5Qh8gdhs63CJnhjJ2zQWFoqPJP2sK1AV5A==
+
raw-body@2.5.2:
version "2.5.2"
- resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.5.2.tgz#99febd83b90e08975087e8f1f9419a149366b68a"
+ resolved "https://registry.npmjs.org/raw-body/-/raw-body-2.5.2.tgz"
integrity sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==
dependencies:
bytes "3.1.2"
@@ -19651,9 +16608,9 @@ raw-body@2.5.2:
iconv-lite "0.4.24"
unpipe "1.0.0"
-rc@1.2.8, rc@^1.2.8:
+rc@^1.2.8, rc@1.2.8:
version "1.2.8"
- resolved "https://registry.yarnpkg.com/rc/-/rc-1.2.8.tgz#cd924bf5200a075b83c188cd6b9e211b7fc0d3ed"
+ resolved "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz"
integrity sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==
dependencies:
deep-extend "^0.6.0"
@@ -19661,21 +16618,9 @@ rc@1.2.8, rc@^1.2.8:
minimist "^1.2.0"
strip-json-comments "~2.0.1"
-react-app-polyfill@^2.0.0:
- version "2.0.0"
- resolved "https://registry.yarnpkg.com/react-app-polyfill/-/react-app-polyfill-2.0.0.tgz#a0bea50f078b8a082970a9d853dc34b6dcc6a3cf"
- integrity sha512-0sF4ny9v/B7s6aoehwze9vJNWcmCemAUYBVasscVr92+UYiEqDXOxfKjXN685mDaMRNF3WdhHQs76oTODMocFA==
- dependencies:
- core-js "^3.6.5"
- object-assign "^4.1.1"
- promise "^8.1.0"
- raf "^3.4.1"
- regenerator-runtime "^0.13.7"
- whatwg-fetch "^3.4.1"
-
react-app-polyfill@^3.0.0:
version "3.0.0"
- resolved "https://registry.yarnpkg.com/react-app-polyfill/-/react-app-polyfill-3.0.0.tgz#95221e0a9bd259e5ca6b177c7bb1cb6768f68fd7"
+ resolved "https://registry.npmjs.org/react-app-polyfill/-/react-app-polyfill-3.0.0.tgz"
integrity sha512-sZ41cxiU5llIB003yxxQBYrARBqe0repqPTTYBTmMqTz9szeBbE37BehCE891NZsmdZqqP+xWKdT3eo3vOzN8w==
dependencies:
core-js "^3.19.2"
@@ -19687,7 +16632,7 @@ react-app-polyfill@^3.0.0:
react-base16-styling@^0.6.0:
version "0.6.0"
- resolved "https://registry.yarnpkg.com/react-base16-styling/-/react-base16-styling-0.6.0.tgz#ef2156d66cf4139695c8a167886cb69ea660792c"
+ resolved "https://registry.npmjs.org/react-base16-styling/-/react-base16-styling-0.6.0.tgz"
integrity sha512-yvh/7CArceR/jNATXOKDlvTnPKPmGZz7zsenQ3jUwLzHkNUR0CvY3yGYJbWJ/nnxsL8Sgmt5cO3/SILVuPO6TQ==
dependencies:
base16 "^1.0.0"
@@ -19697,12 +16642,12 @@ react-base16-styling@^0.6.0:
react-colorful@^5.1.2:
version "5.6.1"
- resolved "https://registry.yarnpkg.com/react-colorful/-/react-colorful-5.6.1.tgz#7dc2aed2d7c72fac89694e834d179e32f3da563b"
+ resolved "https://registry.npmjs.org/react-colorful/-/react-colorful-5.6.1.tgz"
integrity sha512-1exovf0uGTGyq5mXQT0zgQ80uvj2PCwvF8zY1RN9/vbJVSjSo3fsB/4L3ObbF7u70NduSiK4xu4Y6q1MHoUGEw==
react-dev-utils@^10.2.1:
version "10.2.1"
- resolved "https://registry.yarnpkg.com/react-dev-utils/-/react-dev-utils-10.2.1.tgz#f6de325ae25fa4d546d09df4bb1befdc6dd19c19"
+ resolved "https://registry.npmjs.org/react-dev-utils/-/react-dev-utils-10.2.1.tgz"
integrity sha512-XxTbgJnYZmxuPtY3y/UV0D8/65NKkmaia4rXzViknVnZeVlklSh8u6TnaEYPfAi/Gh1TP4mEOXHI6jQOPbeakQ==
dependencies:
"@babel/code-frame" "7.8.3"
@@ -19730,39 +16675,39 @@ react-dev-utils@^10.2.1:
strip-ansi "6.0.0"
text-table "0.2.0"
-react-dev-utils@^11.0.3:
- version "11.0.4"
- resolved "https://registry.yarnpkg.com/react-dev-utils/-/react-dev-utils-11.0.4.tgz#a7ccb60257a1ca2e0efe7a83e38e6700d17aa37a"
- integrity sha512-dx0LvIGHcOPtKbeiSUM4jqpBl3TcY7CDjZdfOIcKeznE7BWr9dg0iPG90G5yfVQ+p/rGNMXdbfStvzQZEVEi4A==
+react-dev-utils@^12.0.0:
+ version "12.0.1"
+ resolved "https://registry.npmjs.org/react-dev-utils/-/react-dev-utils-12.0.1.tgz"
+ integrity sha512-84Ivxmr17KjUupyqzFode6xKhjwuEJDROWKJy/BthkL7Wn6NJ8h4WE6k/exAv6ImS+0oZLRRW5j/aINMHyeGeQ==
dependencies:
- "@babel/code-frame" "7.10.4"
- address "1.1.2"
- browserslist "4.14.2"
- chalk "2.4.2"
- cross-spawn "7.0.3"
- detect-port-alt "1.1.6"
- escape-string-regexp "2.0.0"
- filesize "6.1.0"
- find-up "4.1.0"
- fork-ts-checker-webpack-plugin "4.1.6"
- global-modules "2.0.0"
- globby "11.0.1"
- gzip-size "5.1.1"
- immer "8.0.1"
- is-root "2.1.0"
- loader-utils "2.0.0"
- open "^7.0.2"
- pkg-up "3.1.0"
- prompts "2.4.0"
- react-error-overlay "^6.0.9"
- recursive-readdir "2.2.2"
- shell-quote "1.7.2"
- strip-ansi "6.0.0"
- text-table "0.2.0"
+ "@babel/code-frame" "^7.16.0"
+ address "^1.1.2"
+ browserslist "^4.18.1"
+ chalk "^4.1.2"
+ cross-spawn "^7.0.3"
+ detect-port-alt "^1.1.6"
+ escape-string-regexp "^4.0.0"
+ filesize "^8.0.6"
+ find-up "^5.0.0"
+ fork-ts-checker-webpack-plugin "^6.5.0"
+ global-modules "^2.0.0"
+ globby "^11.0.4"
+ gzip-size "^6.0.0"
+ immer "^9.0.7"
+ is-root "^2.1.0"
+ loader-utils "^3.2.0"
+ open "^8.4.0"
+ pkg-up "^3.1.0"
+ prompts "^2.4.2"
+ react-error-overlay "^6.0.11"
+ recursive-readdir "^2.2.2"
+ shell-quote "^1.7.3"
+ strip-ansi "^6.0.1"
+ text-table "^0.2.0"
react-dev-utils@^12.0.1:
version "12.0.1"
- resolved "https://registry.yarnpkg.com/react-dev-utils/-/react-dev-utils-12.0.1.tgz#ba92edb4a1f379bd46ccd6bcd4e7bc398df33e73"
+ resolved "https://registry.npmjs.org/react-dev-utils/-/react-dev-utils-12.0.1.tgz"
integrity sha512-84Ivxmr17KjUupyqzFode6xKhjwuEJDROWKJy/BthkL7Wn6NJ8h4WE6k/exAv6ImS+0oZLRRW5j/aINMHyeGeQ==
dependencies:
"@babel/code-frame" "^7.16.0"
@@ -19790,24 +16735,14 @@ react-dev-utils@^12.0.1:
strip-ansi "^6.0.1"
text-table "^0.2.0"
-react-docgen-props-table@^1.0.3:
- version "1.0.3"
- resolved "https://registry.yarnpkg.com/react-docgen-props-table/-/react-docgen-props-table-1.0.3.tgz#ceab0c190fccc73717dad6fc0c08b6544d89818e"
- integrity sha512-R6HGBaZL4KafHtyuCOtAaPvplx4NR+lxpxRDA+F3GcF+7IYo3wQkosRLpqXGCgZ1PBHOTBxLHBieQD283TOMhA==
- dependencies:
- capitalize "^2.0.0"
- classnames "^2.2.6"
- lodash.get "^4.4.2"
- react-tooltip "^3.10.0"
-
react-docgen-typescript@^2.2.2:
version "2.2.2"
- resolved "https://registry.yarnpkg.com/react-docgen-typescript/-/react-docgen-typescript-2.2.2.tgz#4611055e569edc071204aadb20e1c93e1ab1659c"
+ resolved "https://registry.npmjs.org/react-docgen-typescript/-/react-docgen-typescript-2.2.2.tgz"
integrity sha512-tvg2ZtOpOi6QDwsb3GZhOjDkkX0h8Z2gipvTg6OVMUyoYoURhEiRNePT8NZItTVCDh39JJHnLdfCOkzoLbFnTg==
react-docgen@^5.4.0:
version "5.4.3"
- resolved "https://registry.yarnpkg.com/react-docgen/-/react-docgen-5.4.3.tgz#7d297f73b977d0c7611402e5fc2a168acf332b26"
+ resolved "https://registry.npmjs.org/react-docgen/-/react-docgen-5.4.3.tgz"
integrity sha512-xlLJyOlnfr8lLEEeaDZ+X2J/KJoe6Nr9AzxnkdQWush5hz2ZSu66w6iLMOScMmxoSHWpWMn+k3v5ZiyCfcWsOA==
dependencies:
"@babel/core" "^7.7.5"
@@ -19823,7 +16758,7 @@ react-docgen@^5.4.0:
react-docgen@^6.0.0-alpha.0:
version "6.0.4"
- resolved "https://registry.yarnpkg.com/react-docgen/-/react-docgen-6.0.4.tgz#85eeebac5fdeb781dbf610fdc429c20a4f06131c"
+ resolved "https://registry.npmjs.org/react-docgen/-/react-docgen-6.0.4.tgz"
integrity sha512-gF+p+1ZwC2eO66bt763Tepmh5q9kDiFIrqW3YjUV/a+L96h0m5+/wSFQoOHL2cffyrPMZMxP03IgbggJ11QbOw==
dependencies:
"@babel/core" "^7.18.9"
@@ -19839,7 +16774,7 @@ react-docgen@^6.0.0-alpha.0:
react-docgen@^7.0.0:
version "7.0.3"
- resolved "https://registry.yarnpkg.com/react-docgen/-/react-docgen-7.0.3.tgz#f811b785f07b1f2023cb899b6bcf9d522b21b95d"
+ resolved "https://registry.npmjs.org/react-docgen/-/react-docgen-7.0.3.tgz"
integrity sha512-i8aF1nyKInZnANZ4uZrH49qn1paRgBZ7wZiCNBMnenlPzEv0mRl+ShpTVEI6wZNl8sSc79xZkivtgLKQArcanQ==
dependencies:
"@babel/core" "^7.18.9"
@@ -19853,9 +16788,9 @@ react-docgen@^7.0.0:
resolve "^1.22.1"
strip-indent "^4.0.0"
-react-dom@16.13:
+react-dom@^16.13, react-dom@16.13:
version "16.13.1"
- resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.13.1.tgz#c1bd37331a0486c078ee54c4740720993b2e0e7f"
+ resolved "https://registry.npmjs.org/react-dom/-/react-dom-16.13.1.tgz"
integrity sha512-81PIMmVLnCNLO/fFOQxdQkvEq/+Hfpv24XNJfpyZhTRfO0QcmQIF/PgCa1zCOj2w1hrn12MFLyaJ/G0+Mxtfag==
dependencies:
loose-envify "^1.1.0"
@@ -19863,27 +16798,9 @@ react-dom@16.13:
prop-types "^15.6.2"
scheduler "^0.19.1"
-"react-dom@^16.8.0 || ^17.0.0 || ^18.0.0":
- version "18.3.1"
- resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-18.3.1.tgz#c2265d79511b57d479b3dd3fdfa51536494c5cb4"
- integrity sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==
- dependencies:
- loose-envify "^1.1.0"
- scheduler "^0.23.2"
-
-react-dom@^16.8.6:
- version "16.14.0"
- resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.14.0.tgz#7ad838ec29a777fb3c75c3a190f661cf92ab8b89"
- integrity sha512-1gCeQXDLoIqMgqD3IO2Ah9bnf0w9kzhwN5q4FGnHZ67hBm9yePzB5JJAIQCc8x3pFnNlwFq4RidZggNAAkzWWw==
- dependencies:
- loose-envify "^1.1.0"
- object-assign "^4.1.1"
- prop-types "^15.6.2"
- scheduler "^0.19.1"
-
react-element-to-jsx-string@^14.3.1:
version "14.3.4"
- resolved "https://registry.yarnpkg.com/react-element-to-jsx-string/-/react-element-to-jsx-string-14.3.4.tgz#709125bc72f06800b68f9f4db485f2c7d31218a8"
+ resolved "https://registry.npmjs.org/react-element-to-jsx-string/-/react-element-to-jsx-string-14.3.4.tgz"
integrity sha512-t4ZwvV6vwNxzujDQ+37bspnLwA4JlgUPWhLjBJWsNIDceAf6ZKUTCjdm08cN6WeZ5pTMKiCJkmAYnpmR4Bm+dg==
dependencies:
"@base2/pretty-print-object" "1.0.1"
@@ -19892,7 +16809,7 @@ react-element-to-jsx-string@^14.3.1:
react-element-to-jsx-string@^15.0.0:
version "15.0.0"
- resolved "https://registry.yarnpkg.com/react-element-to-jsx-string/-/react-element-to-jsx-string-15.0.0.tgz#1cafd5b6ad41946ffc8755e254da3fc752a01ac6"
+ resolved "https://registry.npmjs.org/react-element-to-jsx-string/-/react-element-to-jsx-string-15.0.0.tgz"
integrity sha512-UDg4lXB6BzlobN60P8fHWVPX3Kyw8ORrTeBtClmIlGdkOOE+GYQSFvmEU5iLLpwp/6v42DINwNcwOhOLfQ//FQ==
dependencies:
"@base2/pretty-print-object" "1.0.1"
@@ -19901,31 +16818,31 @@ react-element-to-jsx-string@^15.0.0:
react-error-boundary@^3.1.0:
version "3.1.4"
- resolved "https://registry.yarnpkg.com/react-error-boundary/-/react-error-boundary-3.1.4.tgz#255db92b23197108757a888b01e5b729919abde0"
+ resolved "https://registry.npmjs.org/react-error-boundary/-/react-error-boundary-3.1.4.tgz"
integrity sha512-uM9uPzZJTF6wRQORmSrvOIgt4lJ9MC1sNgEOj2XGsDTRE4kmpWxg7ENK9EWNKJRMAOY9z0MuF4yIfl6gp4sotA==
dependencies:
"@babel/runtime" "^7.12.5"
-react-error-overlay@^6.0.11, react-error-overlay@^6.0.7, react-error-overlay@^6.0.9:
+react-error-overlay@^6.0.11, react-error-overlay@^6.0.7:
version "6.0.11"
- resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-6.0.11.tgz#92835de5841c5cf08ba00ddd2d677b6d17ff9adb"
+ resolved "https://registry.npmjs.org/react-error-overlay/-/react-error-overlay-6.0.11.tgz"
integrity sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg==
react-fast-compare@^3.0.1, react-fast-compare@^3.2.0, react-fast-compare@^3.2.2:
version "3.2.2"
- resolved "https://registry.yarnpkg.com/react-fast-compare/-/react-fast-compare-3.2.2.tgz#929a97a532304ce9fee4bcae44234f1ce2c21d49"
+ resolved "https://registry.npmjs.org/react-fast-compare/-/react-fast-compare-3.2.2.tgz"
integrity sha512-nsO+KSNgo1SbJqJEYRE9ERzo7YtYbou/OqjSQKxV7jcKox7+usiUVZOAC+XnDOABXggQTno0Y1CpVnuWEc1boQ==
react-final-form@^6.5.3:
version "6.5.9"
- resolved "https://registry.yarnpkg.com/react-final-form/-/react-final-form-6.5.9.tgz#644797d4c122801b37b58a76c87761547411190b"
+ resolved "https://registry.npmjs.org/react-final-form/-/react-final-form-6.5.9.tgz"
integrity sha512-x3XYvozolECp3nIjly+4QqxdjSSWfcnpGEL5K8OBT6xmGrq5kBqbA6+/tOqoom9NwqIPPbxPNsOViFlbKgowbA==
dependencies:
"@babel/runtime" "^7.15.4"
react-helmet-async@*:
version "2.0.5"
- resolved "https://registry.yarnpkg.com/react-helmet-async/-/react-helmet-async-2.0.5.tgz#cfc70cd7bb32df7883a8ed55502a1513747223ec"
+ resolved "https://registry.npmjs.org/react-helmet-async/-/react-helmet-async-2.0.5.tgz"
integrity sha512-rYUYHeus+i27MvFE+Jaa4WsyBKGkL6qVgbJvSBoX8mbsWoABJXdEO0bZyi0F6i+4f0NuIb8AvqPMj3iXFHkMwg==
dependencies:
invariant "^2.2.4"
@@ -19934,7 +16851,7 @@ react-helmet-async@*:
react-helmet-async@^1.3.0:
version "1.3.0"
- resolved "https://registry.yarnpkg.com/react-helmet-async/-/react-helmet-async-1.3.0.tgz#7bd5bf8c5c69ea9f02f6083f14ce33ef545c222e"
+ resolved "https://registry.npmjs.org/react-helmet-async/-/react-helmet-async-1.3.0.tgz"
integrity sha512-9jZ57/dAn9t3q6hneQS0wukqC2ENOBgMNVEhb/ZG9ZSxUetzVIw4iAmEU38IaVg3QGYauQPhSeUTuIUtFglWpg==
dependencies:
"@babel/runtime" "^7.12.5"
@@ -19943,29 +16860,34 @@ react-helmet-async@^1.3.0:
react-fast-compare "^3.2.0"
shallowequal "^1.1.0"
-react-is@17.0.2, react-is@^17.0.1:
- version "17.0.2"
- resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0"
- integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==
-
-react-is@18.1.0:
- version "18.1.0"
- resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.1.0.tgz#61aaed3096d30eacf2a2127118b5b41387d32a67"
- integrity sha512-Fl7FuabXsJnV5Q1qIOQwx/sagGF18kogb4gpfcG4gjLBWO0WDiiz1ko/ExayuxE7InyQkBLkxRFG5oxY6Uu3Kg==
-
react-is@^16.13.1, react-is@^16.6.0, react-is@^16.7.0, react-is@^16.8.6:
version "16.13.1"
- resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
+ resolved "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz"
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
+react-is@^17.0.1:
+ version "17.0.2"
+ resolved "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz"
+ integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==
+
react-is@^18.0.0:
version "18.3.1"
- resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.3.1.tgz#e83557dc12eae63a99e003a46388b1dcbb44db7e"
+ resolved "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz"
integrity sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==
+react-is@17.0.2:
+ version "17.0.2"
+ resolved "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz"
+ integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==
+
+react-is@18.1.0:
+ version "18.1.0"
+ resolved "https://registry.npmjs.org/react-is/-/react-is-18.1.0.tgz"
+ integrity sha512-Fl7FuabXsJnV5Q1qIOQwx/sagGF18kogb4gpfcG4gjLBWO0WDiiz1ko/ExayuxE7InyQkBLkxRFG5oxY6Uu3Kg==
+
react-json-view@^1.21.3:
version "1.21.3"
- resolved "https://registry.yarnpkg.com/react-json-view/-/react-json-view-1.21.3.tgz#f184209ee8f1bf374fb0c41b0813cff54549c475"
+ resolved "https://registry.npmjs.org/react-json-view/-/react-json-view-1.21.3.tgz"
integrity sha512-13p8IREj9/x/Ye4WI/JpjhoIwuzEgUAtgJZNBJckfzJt1qyh24BdTm6UQNGnyTq9dapQdrqvquZTo3dz1X6Cjw==
dependencies:
flux "^4.0.1"
@@ -19975,19 +16897,19 @@ react-json-view@^1.21.3:
react-lifecycles-compat@^3.0.4:
version "3.0.4"
- resolved "https://registry.yarnpkg.com/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz#4f1a273afdfc8f3488a8c516bfda78f872352362"
+ resolved "https://registry.npmjs.org/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz"
integrity sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA==
react-loadable-ssr-addon-v5-slorber@^1.0.1:
version "1.0.1"
- resolved "https://registry.yarnpkg.com/react-loadable-ssr-addon-v5-slorber/-/react-loadable-ssr-addon-v5-slorber-1.0.1.tgz#2cdc91e8a744ffdf9e3556caabeb6e4278689883"
+ resolved "https://registry.npmjs.org/react-loadable-ssr-addon-v5-slorber/-/react-loadable-ssr-addon-v5-slorber-1.0.1.tgz"
integrity sha512-lq3Lyw1lGku8zUEJPDxsNm1AfYHBrO9Y1+olAYwpUJ2IGFBskM0DMKok97A6LWUpHm+o7IvQBOWu9MLenp9Z+A==
dependencies:
"@babel/runtime" "^7.10.3"
-"react-loadable@npm:@docusaurus/react-loadable@5.5.2":
+react-loadable@*, "react-loadable@npm:@docusaurus/react-loadable@5.5.2":
version "5.5.2"
- resolved "https://registry.yarnpkg.com/@docusaurus/react-loadable/-/react-loadable-5.5.2.tgz#81aae0db81ecafbdaee3651f12804580868fa6ce"
+ resolved "https://registry.npmjs.org/@docusaurus/react-loadable/-/react-loadable-5.5.2.tgz"
integrity sha512-A3dYjdBGuy0IGT+wyLIGIKLRE+sAk1iNk0f1HjNDysO7u8lhL4N3VEm+FAubmJbAztn94F7MxBTPmnixbiyFdQ==
dependencies:
"@types/react" "*"
@@ -19995,7 +16917,7 @@ react-loadable-ssr-addon-v5-slorber@^1.0.1:
react-popper@^2.2.5:
version "2.3.0"
- resolved "https://registry.yarnpkg.com/react-popper/-/react-popper-2.3.0.tgz#17891c620e1320dce318bad9fede46a5f71c70ba"
+ resolved "https://registry.npmjs.org/react-popper/-/react-popper-2.3.0.tgz"
integrity sha512-e1hj8lL3uM+sgSR4Lxzn5h1GxBlpa4CQz0XLF8kx4MDrDRWY0Ena4c97PUeSX9i5W3UAfDP0z0FXCTQkoXUl3Q==
dependencies:
react-fast-compare "^3.0.1"
@@ -20003,33 +16925,28 @@ react-popper@^2.2.5:
react-query@^3.13.11:
version "3.39.3"
- resolved "https://registry.yarnpkg.com/react-query/-/react-query-3.39.3.tgz#4cea7127c6c26bdea2de5fb63e51044330b03f35"
+ resolved "https://registry.npmjs.org/react-query/-/react-query-3.39.3.tgz"
integrity sha512-nLfLz7GiohKTJDuT4us4X3h/8unOh+00MLb2yJoGTPjxKs2bc1iDhkNx2bd5MKklXnOD3NrVZ+J2UXujA5In4g==
dependencies:
"@babel/runtime" "^7.5.5"
broadcast-channel "^3.4.1"
match-sorter "^6.0.2"
-react-refresh@^0.11.0:
+react-refresh@^0.11.0, "react-refresh@>=0.10.0 <1.0.0":
version "0.11.0"
- resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.11.0.tgz#77198b944733f0f1f1a90e791de4541f9f074046"
+ resolved "https://registry.npmjs.org/react-refresh/-/react-refresh-0.11.0.tgz"
integrity sha512-F27qZr8uUqwhWZboondsPx8tnC3Ct3SxZA3V5WyEvujRyyNv0VYPhoBg1gZ8/MV5tubQp76Trw8lTv9hzRBa+A==
-react-refresh@^0.8.3:
- version "0.8.3"
- resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.8.3.tgz#721d4657672d400c5e3c75d063c4a85fb2d5d68f"
- integrity sha512-X8jZHc7nCMjaCqoU+V2I0cOhNW+QMBwSUkeXnTi8IPe6zaRWfn60ZzvFDZqWPfmSJfjub7dDW1SP0jaHWLu/hg==
-
react-router-config@^5.1.1:
version "5.1.1"
- resolved "https://registry.yarnpkg.com/react-router-config/-/react-router-config-5.1.1.tgz#0f4263d1a80c6b2dc7b9c1902c9526478194a988"
+ resolved "https://registry.npmjs.org/react-router-config/-/react-router-config-5.1.1.tgz"
integrity sha512-DuanZjaD8mQp1ppHjgnnUnyOlqYXZVjnov/JzFhjLEwd3Z4dYjMSnqrEzzGThH47vpCOqPPwJM2FtthLeJ8Pbg==
dependencies:
"@babel/runtime" "^7.1.2"
react-router-dom@^5.3.3:
version "5.3.4"
- resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-5.3.4.tgz#2ed62ffd88cae6db134445f4a0c0ae8b91d2e5e6"
+ resolved "https://registry.npmjs.org/react-router-dom/-/react-router-dom-5.3.4.tgz"
integrity sha512-m4EqFMHv/Ih4kpcBCONHbkT68KoAeHN4p3lAGoNryfHi0dMy0kCzEZakiKRsvg5wHZ/JLrLW8o8KomWiz/qbYQ==
dependencies:
"@babel/runtime" "^7.12.13"
@@ -20040,9 +16957,9 @@ react-router-dom@^5.3.3:
tiny-invariant "^1.0.2"
tiny-warning "^1.0.0"
-react-router@5.3.4, react-router@^5.3.3:
+react-router@^5.3.3, react-router@>=5, react-router@5.3.4:
version "5.3.4"
- resolved "https://registry.yarnpkg.com/react-router/-/react-router-5.3.4.tgz#8ca252d70fcc37841e31473c7a151cf777887bb5"
+ resolved "https://registry.npmjs.org/react-router/-/react-router-5.3.4.tgz"
integrity sha512-Ys9K+ppnJah3QuaRiLxk+jDWOR1MekYQrlytiXxC1RyfbdsZkS5pvKAzCCr031xHixZwpnsYNT5xysdFHQaYsA==
dependencies:
"@babel/runtime" "^7.12.13"
@@ -20055,75 +16972,9 @@ react-router@5.3.4, react-router@^5.3.3:
tiny-invariant "^1.0.2"
tiny-warning "^1.0.0"
-react-scripts@^4.0.3:
- version "4.0.3"
- resolved "https://registry.yarnpkg.com/react-scripts/-/react-scripts-4.0.3.tgz#b1cafed7c3fa603e7628ba0f187787964cb5d345"
- integrity sha512-S5eO4vjUzUisvkIPB7jVsKtuH2HhWcASREYWHAQ1FP5HyCv3xgn+wpILAEWkmy+A+tTNbSZClhxjT3qz6g4L1A==
- dependencies:
- "@babel/core" "7.12.3"
- "@pmmmwh/react-refresh-webpack-plugin" "0.4.3"
- "@svgr/webpack" "5.5.0"
- "@typescript-eslint/eslint-plugin" "^4.5.0"
- "@typescript-eslint/parser" "^4.5.0"
- babel-eslint "^10.1.0"
- babel-jest "^26.6.0"
- babel-loader "8.1.0"
- babel-plugin-named-asset-import "^0.3.7"
- babel-preset-react-app "^10.0.0"
- bfj "^7.0.2"
- camelcase "^6.1.0"
- case-sensitive-paths-webpack-plugin "2.3.0"
- css-loader "4.3.0"
- dotenv "8.2.0"
- dotenv-expand "5.1.0"
- eslint "^7.11.0"
- eslint-config-react-app "^6.0.0"
- eslint-plugin-flowtype "^5.2.0"
- eslint-plugin-import "^2.22.1"
- eslint-plugin-jest "^24.1.0"
- eslint-plugin-jsx-a11y "^6.3.1"
- eslint-plugin-react "^7.21.5"
- eslint-plugin-react-hooks "^4.2.0"
- eslint-plugin-testing-library "^3.9.2"
- eslint-webpack-plugin "^2.5.2"
- file-loader "6.1.1"
- fs-extra "^9.0.1"
- html-webpack-plugin "4.5.0"
- identity-obj-proxy "3.0.0"
- jest "26.6.0"
- jest-circus "26.6.0"
- jest-resolve "26.6.0"
- jest-watch-typeahead "0.6.1"
- mini-css-extract-plugin "0.11.3"
- optimize-css-assets-webpack-plugin "5.0.4"
- pnp-webpack-plugin "1.6.4"
- postcss-flexbugs-fixes "4.2.1"
- postcss-loader "3.0.0"
- postcss-normalize "8.0.1"
- postcss-preset-env "6.7.0"
- postcss-safe-parser "5.0.2"
- prompts "2.4.0"
- react-app-polyfill "^2.0.0"
- react-dev-utils "^11.0.3"
- react-refresh "^0.8.3"
- resolve "1.18.1"
- resolve-url-loader "^3.1.2"
- sass-loader "^10.0.5"
- semver "7.3.2"
- style-loader "1.3.0"
- terser-webpack-plugin "4.2.3"
- ts-pnp "1.2.0"
- url-loader "4.1.1"
- webpack "4.44.2"
- webpack-dev-server "3.11.1"
- webpack-manifest-plugin "2.2.0"
- workbox-webpack-plugin "5.1.4"
- optionalDependencies:
- fsevents "^2.1.3"
-
-react-scripts@^5.0.1:
+react-scripts@^5.0.1, react-scripts@>=5.0.0:
version "5.0.1"
- resolved "https://registry.yarnpkg.com/react-scripts/-/react-scripts-5.0.1.tgz#6285dbd65a8ba6e49ca8d651ce30645a6d980003"
+ resolved "https://registry.npmjs.org/react-scripts/-/react-scripts-5.0.1.tgz"
integrity sha512-8VAmEm/ZAwQzJ+GOMLbBsTdDKOpuZh7RPs0UymvBR2vRk4iZWCskjbFnxqjrzoIvlNNRZ3QJFx6/qDSi6zSnaQ==
dependencies:
"@babel/core" "^7.16.0"
@@ -20176,9 +17027,9 @@ react-scripts@^5.0.1:
optionalDependencies:
fsevents "^2.3.2"
-react-test-renderer@^16.0.0-0:
+react-test-renderer@^16.0.0-0, react-test-renderer@>=16.9.0:
version "16.14.0"
- resolved "https://registry.yarnpkg.com/react-test-renderer/-/react-test-renderer-16.14.0.tgz#e98360087348e260c56d4fe2315e970480c228ae"
+ resolved "https://registry.npmjs.org/react-test-renderer/-/react-test-renderer-16.14.0.tgz"
integrity sha512-L8yPjqPE5CZO6rKsKXRO/rVPiaCOy0tQQJbC+UjPNlobl5mad59lvPjwFsQHTvL03caVDIVr9x9/OSgDe6I5Eg==
dependencies:
object-assign "^4.1.1"
@@ -20188,23 +17039,16 @@ react-test-renderer@^16.0.0-0:
react-textarea-autosize@^8.3.2:
version "8.5.3"
- resolved "https://registry.yarnpkg.com/react-textarea-autosize/-/react-textarea-autosize-8.5.3.tgz#d1e9fe760178413891484847d3378706052dd409"
+ resolved "https://registry.npmjs.org/react-textarea-autosize/-/react-textarea-autosize-8.5.3.tgz"
integrity sha512-XT1024o2pqCuZSuBt9FwHlaDeNtVrtCXu0Rnz88t1jUGheCLa3PhjE1GH8Ctm2axEtvdCl5SUHYschyQ0L5QHQ==
dependencies:
"@babel/runtime" "^7.20.13"
use-composed-ref "^1.3.0"
use-latest "^1.2.1"
-react-tooltip@^3.10.0:
- version "3.11.6"
- resolved "https://registry.yarnpkg.com/react-tooltip/-/react-tooltip-3.11.6.tgz#4f9735a2a4aa50580af351ce23e74a56f41afc0c"
- integrity sha512-nTc1yHHaPCHHURvMpf/VNF17pIZiU4zwUGFJBUVr1fZkezFC7E0VPMMVrCfDjt+IpwTHICyzlyx+1FiQ7lw5LQ==
- dependencies:
- prop-types "^15.6.0"
-
-react@16.13, react@16.13.1, "react@^16.8.0 || ^17.0.0 || ^18.0.0", react@^16.8.6:
+react@^16.13, react@16.13:
version "16.13.1"
- resolved "https://registry.yarnpkg.com/react/-/react-16.13.1.tgz#2e818822f1a9743122c063d6410d85c1e3afe48e"
+ resolved "https://registry.npmjs.org/react/-/react-16.13.1.tgz"
integrity sha512-YMZQQq32xHLX0bz5Mnibv1/LHb3Sqzngu7xstSM+vrkE5Kzr9xE0yMByK5kMoTK30YVJE61WfbxIFFvfeDKT1w==
dependencies:
loose-envify "^1.1.0"
@@ -20213,14 +17057,14 @@ react@16.13, react@16.13.1, "react@^16.8.0 || ^17.0.0 || ^18.0.0", react@^16.8.6
read-cache@^1.0.0:
version "1.0.0"
- resolved "https://registry.yarnpkg.com/read-cache/-/read-cache-1.0.0.tgz#e664ef31161166c9751cdbe8dbcf86b5fb58f774"
+ resolved "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz"
integrity sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==
dependencies:
pify "^2.3.0"
read-pkg-up@^7.0.1:
version "7.0.1"
- resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-7.0.1.tgz#f3a6135758459733ae2b95638056e1854e7ef507"
+ resolved "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-7.0.1.tgz"
integrity sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==
dependencies:
find-up "^4.1.0"
@@ -20229,7 +17073,7 @@ read-pkg-up@^7.0.1:
read-pkg@^5.2.0:
version "5.2.0"
- resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-5.2.0.tgz#7bf295438ca5a33e56cd30e053b34ee7250c93cc"
+ resolved "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz"
integrity sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==
dependencies:
"@types/normalize-package-data" "^2.4.0"
@@ -20239,7 +17083,7 @@ read-pkg@^5.2.0:
read-yaml-file@^1.1.0:
version "1.1.0"
- resolved "https://registry.yarnpkg.com/read-yaml-file/-/read-yaml-file-1.1.0.tgz#9362bbcbdc77007cc8ea4519fe1c0b821a7ce0d8"
+ resolved "https://registry.npmjs.org/read-yaml-file/-/read-yaml-file-1.1.0.tgz"
integrity sha512-VIMnQi/Z4HT2Fxuwg5KrY174U1VdUIASQVWXXyqtNRtxSr9IYkn1rsI6Tb6HsrHCmB7gVpNwX6JxPTHcH6IoTA==
dependencies:
graceful-fs "^4.1.5"
@@ -20247,9 +17091,9 @@ read-yaml-file@^1.1.0:
pify "^4.0.1"
strip-bom "^3.0.0"
-"readable-stream@1 || 2", readable-stream@^2.0.0, readable-stream@^2.0.1, readable-stream@^2.0.2, readable-stream@^2.0.5, readable-stream@^2.1.5, readable-stream@^2.2.2, readable-stream@^2.3.3, readable-stream@^2.3.5, readable-stream@^2.3.6, readable-stream@^2.3.8, readable-stream@~2.3.6:
+readable-stream@^2.0.0, readable-stream@^2.0.1, readable-stream@^2.0.2, readable-stream@^2.0.5, readable-stream@^2.1.5, readable-stream@^2.2.2, readable-stream@^2.3.3, readable-stream@^2.3.5, readable-stream@^2.3.6, readable-stream@^2.3.8, readable-stream@~2.3.6:
version "2.3.8"
- resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.8.tgz#91125e8042bba1b9887f49345f6277027ce8be9b"
+ resolved "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz"
integrity sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==
dependencies:
core-util-is "~1.0.0"
@@ -20260,9 +17104,72 @@ read-yaml-file@^1.1.0:
string_decoder "~1.1.1"
util-deprecate "~1.0.1"
-"readable-stream@2 || 3", readable-stream@3, readable-stream@^3.0.0, readable-stream@^3.0.6, readable-stream@^3.1.1, readable-stream@^3.2.0, readable-stream@^3.4.0, readable-stream@^3.5.0, readable-stream@^3.6.0:
+readable-stream@^3.0.0:
+ version "3.6.2"
+ resolved "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz"
+ integrity sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==
+ dependencies:
+ inherits "^2.0.3"
+ string_decoder "^1.1.1"
+ util-deprecate "^1.0.1"
+
+readable-stream@^3.0.6:
+ version "3.6.2"
+ resolved "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz"
+ integrity sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==
+ dependencies:
+ inherits "^2.0.3"
+ string_decoder "^1.1.1"
+ util-deprecate "^1.0.1"
+
+readable-stream@^3.1.1:
+ version "3.6.2"
+ resolved "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz"
+ integrity sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==
+ dependencies:
+ inherits "^2.0.3"
+ string_decoder "^1.1.1"
+ util-deprecate "^1.0.1"
+
+readable-stream@^3.2.0:
+ version "3.6.2"
+ resolved "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz"
+ integrity sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==
+ dependencies:
+ inherits "^2.0.3"
+ string_decoder "^1.1.1"
+ util-deprecate "^1.0.1"
+
+readable-stream@^3.4.0:
+ version "3.6.2"
+ resolved "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz"
+ integrity sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==
+ dependencies:
+ inherits "^2.0.3"
+ string_decoder "^1.1.1"
+ util-deprecate "^1.0.1"
+
+readable-stream@^3.5.0:
+ version "3.6.2"
+ resolved "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz"
+ integrity sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==
+ dependencies:
+ inherits "^2.0.3"
+ string_decoder "^1.1.1"
+ util-deprecate "^1.0.1"
+
+readable-stream@^3.6.0:
+ version "3.6.2"
+ resolved "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz"
+ integrity sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==
+ dependencies:
+ inherits "^2.0.3"
+ string_decoder "^1.1.1"
+ util-deprecate "^1.0.1"
+
+readable-stream@3:
version "3.6.2"
- resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.2.tgz#56a9b36ea965c00c5a93ef31eb111a0f11056967"
+ resolved "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz"
integrity sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==
dependencies:
inherits "^2.0.3"
@@ -20271,7 +17178,7 @@ read-yaml-file@^1.1.0:
readdirp@^2.2.1:
version "2.2.1"
- resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-2.2.1.tgz#0e87622a3325aa33e892285caf8b4e846529a525"
+ resolved "https://registry.npmjs.org/readdirp/-/readdirp-2.2.1.tgz"
integrity sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ==
dependencies:
graceful-fs "^4.1.11"
@@ -20280,19 +17187,19 @@ readdirp@^2.2.1:
readdirp@~3.6.0:
version "3.6.0"
- resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-3.6.0.tgz#74a370bd857116e245b29cc97340cd431a02a6c7"
+ resolved "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz"
integrity sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==
dependencies:
picomatch "^2.2.1"
reading-time@^1.5.0:
version "1.5.0"
- resolved "https://registry.yarnpkg.com/reading-time/-/reading-time-1.5.0.tgz#d2a7f1b6057cb2e169beaf87113cc3411b5bc5bb"
+ resolved "https://registry.npmjs.org/reading-time/-/reading-time-1.5.0.tgz"
integrity sha512-onYyVhBNr4CmAxFsKS7bz+uTLRakypIe4R+5A824vBSkQy/hB3fZepoVEf8OVAxzLvK+H/jm9TzpI3ETSm64Kg==
recast@^0.20.3:
version "0.20.5"
- resolved "https://registry.yarnpkg.com/recast/-/recast-0.20.5.tgz#8e2c6c96827a1b339c634dd232957d230553ceae"
+ resolved "https://registry.npmjs.org/recast/-/recast-0.20.5.tgz"
integrity sha512-E5qICoPoNL4yU0H0NoBDntNB0Q5oMSNh9usFctYniLBluTthi3RsQVBXIJNbApOlvSwW/RGxIuokPcAc59J5fQ==
dependencies:
ast-types "0.14.2"
@@ -20302,7 +17209,7 @@ recast@^0.20.3:
recast@^0.23.3, recast@^0.23.5:
version "0.23.9"
- resolved "https://registry.yarnpkg.com/recast/-/recast-0.23.9.tgz#587c5d3a77c2cfcb0c18ccce6da4361528c2587b"
+ resolved "https://registry.npmjs.org/recast/-/recast-0.23.9.tgz"
integrity sha512-Hx/BGIbwj+Des3+xy5uAtAbdCyqK9y9wbBcDFDYanLS9JnMqf7OeF87HQwUimE87OEc72mr6tkKUKMBBL+hF9Q==
dependencies:
ast-types "^0.16.1"
@@ -20313,28 +17220,28 @@ recast@^0.23.3, recast@^0.23.5:
rechoir@^0.6.2:
version "0.6.2"
- resolved "https://registry.yarnpkg.com/rechoir/-/rechoir-0.6.2.tgz#85204b54dba82d5742e28c96756ef43af50e3384"
+ resolved "https://registry.npmjs.org/rechoir/-/rechoir-0.6.2.tgz"
integrity sha512-HFM8rkZ+i3zrV+4LQjwQ0W+ez98pApMGM3HUrN04j3CqzPOzl9nmP15Y8YXNm8QHGv/eacOVEjqhmWpkRV0NAw==
dependencies:
resolve "^1.1.6"
-recursive-readdir@2.2.2:
- version "2.2.2"
- resolved "https://registry.yarnpkg.com/recursive-readdir/-/recursive-readdir-2.2.2.tgz#9946fb3274e1628de6e36b2f6714953b4845094f"
- integrity sha512-nRCcW9Sj7NuZwa2XvH9co8NPeXUBhZP7CRKJtU+cS6PW9FpCIFoI5ib0NT1ZrbNuPoRy0ylyCaUL8Gih4LSyFg==
- dependencies:
- minimatch "3.0.4"
-
recursive-readdir@^2.2.2:
version "2.2.3"
- resolved "https://registry.yarnpkg.com/recursive-readdir/-/recursive-readdir-2.2.3.tgz#e726f328c0d69153bcabd5c322d3195252379372"
+ resolved "https://registry.npmjs.org/recursive-readdir/-/recursive-readdir-2.2.3.tgz"
integrity sha512-8HrF5ZsXk5FAH9dgsx3BlUer73nIhuj+9OrQwEbLTPOBzGkL1lsFCR01am+v+0m2Cmbs1nP12hLDl5FA7EszKA==
dependencies:
minimatch "^3.0.5"
+recursive-readdir@2.2.2:
+ version "2.2.2"
+ resolved "https://registry.npmjs.org/recursive-readdir/-/recursive-readdir-2.2.2.tgz"
+ integrity sha512-nRCcW9Sj7NuZwa2XvH9co8NPeXUBhZP7CRKJtU+cS6PW9FpCIFoI5ib0NT1ZrbNuPoRy0ylyCaUL8Gih4LSyFg==
+ dependencies:
+ minimatch "3.0.4"
+
redent@^3.0.0:
version "3.0.0"
- resolved "https://registry.yarnpkg.com/redent/-/redent-3.0.0.tgz#e557b7998316bb53c9f1f56fa626352c6963059f"
+ resolved "https://registry.npmjs.org/redent/-/redent-3.0.0.tgz"
integrity sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==
dependencies:
indent-string "^4.0.0"
@@ -20342,46 +17249,46 @@ redent@^3.0.0:
reduce-extract@^1.0.0:
version "1.0.0"
- resolved "https://registry.yarnpkg.com/reduce-extract/-/reduce-extract-1.0.0.tgz#67f2385beda65061b5f5f4312662e8b080ca1525"
+ resolved "https://registry.npmjs.org/reduce-extract/-/reduce-extract-1.0.0.tgz"
integrity sha512-QF8vjWx3wnRSL5uFMyCjDeDc5EBMiryoT9tz94VvgjKfzecHAVnqmXAwQDcr7X4JmLc2cjkjFGCVzhMqDjgR9g==
dependencies:
test-value "^1.0.1"
reduce-flatten@^1.0.1:
version "1.0.1"
- resolved "https://registry.yarnpkg.com/reduce-flatten/-/reduce-flatten-1.0.1.tgz#258c78efd153ddf93cb561237f61184f3696e327"
+ resolved "https://registry.npmjs.org/reduce-flatten/-/reduce-flatten-1.0.1.tgz"
integrity sha512-j5WfFJfc9CoXv/WbwVLHq74i/hdTUpy+iNC534LxczMRP67vJeK3V9JOdnL0N1cIRbn9mYhE2yVjvvKXDxvNXQ==
reduce-flatten@^3.0.0:
version "3.0.1"
- resolved "https://registry.yarnpkg.com/reduce-flatten/-/reduce-flatten-3.0.1.tgz#3db6b48ced1f4dbe4f4f5e31e422aa9ff0cd21ba"
+ resolved "https://registry.npmjs.org/reduce-flatten/-/reduce-flatten-3.0.1.tgz"
integrity sha512-bYo+97BmUUOzg09XwfkwALt4PQH1M5L0wzKerBt6WLm3Fhdd43mMS89HiT1B9pJIqko/6lWx3OnV4J9f2Kqp5Q==
reduce-unique@^2.0.1:
version "2.0.1"
- resolved "https://registry.yarnpkg.com/reduce-unique/-/reduce-unique-2.0.1.tgz#fb34b90e89297c1e08d75dcf17e9a6443ea71081"
+ resolved "https://registry.npmjs.org/reduce-unique/-/reduce-unique-2.0.1.tgz"
integrity sha512-x4jH/8L1eyZGR785WY+ePtyMNhycl1N2XOLxhCbzZFaqF4AXjLzqSxa2UHgJ2ZVR/HHyPOvl1L7xRnW8ye5MdA==
reduce-without@^1.0.1:
version "1.0.1"
- resolved "https://registry.yarnpkg.com/reduce-without/-/reduce-without-1.0.1.tgz#68ad0ead11855c9a37d4e8256c15bbf87972fc8c"
+ resolved "https://registry.npmjs.org/reduce-without/-/reduce-without-1.0.1.tgz"
integrity sha512-zQv5y/cf85sxvdrKPlfcRzlDn/OqKFThNimYmsS3flmkioKvkUGn2Qg9cJVoQiEvdxFGLE0MQER/9fZ9sUqdxg==
dependencies:
test-value "^2.0.0"
reflect-metadata@0.2.1:
version "0.2.1"
- resolved "https://registry.yarnpkg.com/reflect-metadata/-/reflect-metadata-0.2.1.tgz#8d5513c0f5ef2b4b9c3865287f3c0940c1f67f74"
+ resolved "https://registry.npmjs.org/reflect-metadata/-/reflect-metadata-0.2.1.tgz"
integrity sha512-i5lLI6iw9AU3Uu4szRNPPEkomnkjRTaVt9hy/bn5g/oSzekBSMeLZblcjP74AW0vBabqERLLIrz+gR8QYR54Tw==
reflect-metadata@0.2.2:
version "0.2.2"
- resolved "https://registry.yarnpkg.com/reflect-metadata/-/reflect-metadata-0.2.2.tgz#400c845b6cba87a21f2c65c4aeb158f4fa4d9c5b"
+ resolved "https://registry.npmjs.org/reflect-metadata/-/reflect-metadata-0.2.2.tgz"
integrity sha512-urBwgfrvVP/eAyXx4hluJivBKzuEbSQs9rKWCrCkbSxNv8mxPcUZKeuoF3Uy4mJl3Lwprp6yy5/39VWigZ4K6Q==
reflect.getprototypeof@^1.0.4:
version "1.0.6"
- resolved "https://registry.yarnpkg.com/reflect.getprototypeof/-/reflect.getprototypeof-1.0.6.tgz#3ab04c32a8390b770712b7a8633972702d278859"
+ resolved "https://registry.npmjs.org/reflect.getprototypeof/-/reflect.getprototypeof-1.0.6.tgz"
integrity sha512-fmfw4XgoDke3kdI6h4xcUz1dG8uaiv5q9gcEwLS4Pnth2kxT+GZ7YehS1JTMGBQmtV7Y4GFGbs2re2NqhdozUg==
dependencies:
call-bind "^1.0.7"
@@ -20394,7 +17301,7 @@ reflect.getprototypeof@^1.0.4:
reflect.ownkeys@^1.1.4:
version "1.1.4"
- resolved "https://registry.yarnpkg.com/reflect.ownkeys/-/reflect.ownkeys-1.1.4.tgz#3cf21da448f2aff8aba63ca601f65c99482e692c"
+ resolved "https://registry.npmjs.org/reflect.ownkeys/-/reflect.ownkeys-1.1.4.tgz"
integrity sha512-iUNmtLgzudssL+qnTUosCmnq3eczlrVd1wXrgx/GhiI/8FvwrTYWtCJ9PNvWIRX+4ftupj2WUfB5mu5s9t6LnA==
dependencies:
call-bind "^1.0.2"
@@ -20405,41 +17312,36 @@ reflect.ownkeys@^1.1.4:
regenerate-unicode-properties@^10.1.0:
version "10.1.1"
- resolved "https://registry.yarnpkg.com/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.1.tgz#6b0e05489d9076b04c436f318d9b067bba459480"
+ resolved "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.1.tgz"
integrity sha512-X007RyZLsCJVVrjgEFVpLUTZwyOZk3oiL75ZcuYjlIWd6rNJtOjkBwQc5AsRrpbKVkxN6sklw/k/9m2jJYOf8Q==
dependencies:
regenerate "^1.4.2"
regenerate@^1.4.2:
version "1.4.2"
- resolved "https://registry.yarnpkg.com/regenerate/-/regenerate-1.4.2.tgz#b9346d8827e8f5a32f7ba29637d398b69014848a"
+ resolved "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz"
integrity sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==
-regenerator-runtime@^0.11.0:
- version "0.11.1"
- resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz#be05ad7f9bf7d22e056f9726cee5017fbf19e2e9"
- integrity sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==
-
-regenerator-runtime@^0.13.7, regenerator-runtime@^0.13.9:
+regenerator-runtime@^0.13.9:
version "0.13.11"
- resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz#f6dca3e7ceec20590d07ada785636a90cdca17f9"
+ resolved "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz"
integrity sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==
regenerator-runtime@^0.14.0:
version "0.14.1"
- resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz#356ade10263f685dda125100cd862c1db895327f"
+ resolved "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz"
integrity sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==
regenerator-transform@^0.15.2:
version "0.15.2"
- resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.15.2.tgz#5bbae58b522098ebdf09bca2f83838929001c7a4"
+ resolved "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.15.2.tgz"
integrity sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==
dependencies:
"@babel/runtime" "^7.8.4"
regex-not@^1.0.0, regex-not@^1.0.2:
version "1.0.2"
- resolved "https://registry.yarnpkg.com/regex-not/-/regex-not-1.0.2.tgz#1f4ece27e00b0b65e0247a6810e6a85d83a5752c"
+ resolved "https://registry.npmjs.org/regex-not/-/regex-not-1.0.2.tgz"
integrity sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==
dependencies:
extend-shallow "^3.0.2"
@@ -20447,24 +17349,24 @@ regex-not@^1.0.0, regex-not@^1.0.2:
regex-parser@^2.2.11:
version "2.3.0"
- resolved "https://registry.yarnpkg.com/regex-parser/-/regex-parser-2.3.0.tgz#4bb61461b1a19b8b913f3960364bb57887f920ee"
+ resolved "https://registry.npmjs.org/regex-parser/-/regex-parser-2.3.0.tgz"
integrity sha512-TVILVSz2jY5D47F4mA4MppkBrafEaiUWJO/TcZHEIuI13AqoZMkK1WMA4Om1YkYbTx+9Ki1/tSUXbceyr9saRg==
regexp-match-indices@1.0.2:
version "1.0.2"
- resolved "https://registry.yarnpkg.com/regexp-match-indices/-/regexp-match-indices-1.0.2.tgz#cf20054a6f7d5b3e116a701a7b00f82889d10da6"
+ resolved "https://registry.npmjs.org/regexp-match-indices/-/regexp-match-indices-1.0.2.tgz"
integrity sha512-DwZuAkt8NF5mKwGGER1EGh2PRqyvhRhhLviH+R8y8dIuaQROlUfXjt4s9ZTXstIsSkptf06BSvwcEmmfheJJWQ==
dependencies:
regexp-tree "^0.1.11"
regexp-tree@^0.1.11:
version "0.1.27"
- resolved "https://registry.yarnpkg.com/regexp-tree/-/regexp-tree-0.1.27.tgz#2198f0ef54518ffa743fe74d983b56ffd631b6cd"
+ resolved "https://registry.npmjs.org/regexp-tree/-/regexp-tree-0.1.27.tgz"
integrity sha512-iETxpjK6YoRWJG5o6hXLwvjYAoW+FEZn9os0PD/b6AP6xQwsa/Y7lCVgIixBbUPMfhu+i2LtdeAqVTgGlQarfA==
regexp.prototype.flags@^1.5.1, regexp.prototype.flags@^1.5.2:
version "1.5.2"
- resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.5.2.tgz#138f644a3350f981a858c44f6bb1a61ff59be334"
+ resolved "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.2.tgz"
integrity sha512-NcDiDkTLuPR+++OCKB0nWafEmhg/Da8aUPLPMQbK+bxKKCm1/S5he+AqYa4PlMCVBalb4/yxIRub6qkEx5yJbw==
dependencies:
call-bind "^1.0.6"
@@ -20474,12 +17376,12 @@ regexp.prototype.flags@^1.5.1, regexp.prototype.flags@^1.5.2:
regexpp@^3.1.0:
version "3.2.0"
- resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2"
+ resolved "https://registry.npmjs.org/regexpp/-/regexpp-3.2.0.tgz"
integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==
regexpu-core@^5.3.1:
version "5.3.2"
- resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-5.3.2.tgz#11a2b06884f3527aec3e93dbbf4a3b958a95546b"
+ resolved "https://registry.npmjs.org/regexpu-core/-/regexpu-core-5.3.2.tgz"
integrity sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==
dependencies:
"@babel/regjsgen" "^0.8.0"
@@ -20491,28 +17393,28 @@ regexpu-core@^5.3.1:
registry-auth-token@^4.0.0:
version "4.2.2"
- resolved "https://registry.yarnpkg.com/registry-auth-token/-/registry-auth-token-4.2.2.tgz#f02d49c3668884612ca031419491a13539e21fac"
+ resolved "https://registry.npmjs.org/registry-auth-token/-/registry-auth-token-4.2.2.tgz"
integrity sha512-PC5ZysNb42zpFME6D/XlIgtNGdTl8bBOCw90xQLVMpzuuubJKYDWFAEuUNc+Cn8Z8724tg2SDhDRrkVEsqfDMg==
dependencies:
rc "1.2.8"
registry-url@^5.0.0:
version "5.1.0"
- resolved "https://registry.yarnpkg.com/registry-url/-/registry-url-5.1.0.tgz#e98334b50d5434b81136b44ec638d9c2009c5009"
+ resolved "https://registry.npmjs.org/registry-url/-/registry-url-5.1.0.tgz"
integrity sha512-8acYXXTI0AkQv6RAOjE3vOaIXZkT9wo4LOFbBKYQEEnnMNBpKqdUrI6S4NT0KPIo/WVvJ5tE/X5LF/TQUf0ekw==
dependencies:
rc "^1.2.8"
regjsparser@^0.9.1:
version "0.9.1"
- resolved "https://registry.yarnpkg.com/regjsparser/-/regjsparser-0.9.1.tgz#272d05aa10c7c1f67095b1ff0addae8442fc5709"
+ resolved "https://registry.npmjs.org/regjsparser/-/regjsparser-0.9.1.tgz"
integrity sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==
dependencies:
jsesc "~0.5.0"
rehype-external-links@^3.0.0:
version "3.0.0"
- resolved "https://registry.yarnpkg.com/rehype-external-links/-/rehype-external-links-3.0.0.tgz#2b28b5cda1932f83f045b6f80a3e1b15f168c6f6"
+ resolved "https://registry.npmjs.org/rehype-external-links/-/rehype-external-links-3.0.0.tgz"
integrity sha512-yp+e5N9V3C6bwBeAC4n796kc86M4gJCdlVhiMTxIrJG5UHDMh+PJANf9heqORJbt1nrCbDwIlAZKjANIaVBbvw==
dependencies:
"@types/hast" "^3.0.0"
@@ -20524,7 +17426,7 @@ rehype-external-links@^3.0.0:
rehype-slug@^6.0.0:
version "6.0.0"
- resolved "https://registry.yarnpkg.com/rehype-slug/-/rehype-slug-6.0.0.tgz#1d21cf7fc8a83ef874d873c15e6adaee6344eaf1"
+ resolved "https://registry.npmjs.org/rehype-slug/-/rehype-slug-6.0.0.tgz"
integrity sha512-lWyvf/jwu+oS5+hL5eClVd3hNdmwM1kAC0BUvEGD19pajQMIzcNUd/k9GsfQ+FfECvX+JE+e9/btsKH0EjJT6A==
dependencies:
"@types/hast" "^3.0.0"
@@ -20535,12 +17437,12 @@ rehype-slug@^6.0.0:
relateurl@^0.2.7:
version "0.2.7"
- resolved "https://registry.yarnpkg.com/relateurl/-/relateurl-0.2.7.tgz#54dbf377e51440aca90a4cd274600d3ff2d888a9"
+ resolved "https://registry.npmjs.org/relateurl/-/relateurl-0.2.7.tgz"
integrity sha512-G08Dxvm4iDN3MLM0EsP62EDV9IuhXPR6blNz6Utcp7zyV3tr4HVNINt6MpaRWbxoOHT3Q7YN2P+jaHX8vUbgog==
remark-emoji@^2.2.0:
version "2.2.0"
- resolved "https://registry.yarnpkg.com/remark-emoji/-/remark-emoji-2.2.0.tgz#1c702090a1525da5b80e15a8f963ef2c8236cac7"
+ resolved "https://registry.npmjs.org/remark-emoji/-/remark-emoji-2.2.0.tgz"
integrity sha512-P3cj9s5ggsUvWw5fS2uzCHJMGuXYRb0NnZqYlNecewXt8QBU9n5vW3DUUKOhepS8F9CwdMx9B8a3i7pqFWAI5w==
dependencies:
emoticon "^3.2.0"
@@ -20549,12 +17451,12 @@ remark-emoji@^2.2.0:
remark-footnotes@2.0.0:
version "2.0.0"
- resolved "https://registry.yarnpkg.com/remark-footnotes/-/remark-footnotes-2.0.0.tgz#9001c4c2ffebba55695d2dd80ffb8b82f7e6303f"
+ resolved "https://registry.npmjs.org/remark-footnotes/-/remark-footnotes-2.0.0.tgz"
integrity sha512-3Clt8ZMH75Ayjp9q4CorNeyjwIxHFcTkaektplKGl2A1jNGEUey8cKL0ZC5vJwfcD5GFGsNLImLG/NGzWIzoMQ==
remark-mdx@1.6.22:
version "1.6.22"
- resolved "https://registry.yarnpkg.com/remark-mdx/-/remark-mdx-1.6.22.tgz#06a8dab07dcfdd57f3373af7f86bd0e992108bbd"
+ resolved "https://registry.npmjs.org/remark-mdx/-/remark-mdx-1.6.22.tgz"
integrity sha512-phMHBJgeV76uyFkH4rvzCftLfKCr2RZuF+/gmVcaKrpsihyzmhXjA0BEMDaPTXG5y8qZOKPVo83NAOX01LPnOQ==
dependencies:
"@babel/core" "7.12.9"
@@ -20568,7 +17470,7 @@ remark-mdx@1.6.22:
remark-parse@8.0.3:
version "8.0.3"
- resolved "https://registry.yarnpkg.com/remark-parse/-/remark-parse-8.0.3.tgz#9c62aa3b35b79a486454c690472906075f40c7e1"
+ resolved "https://registry.npmjs.org/remark-parse/-/remark-parse-8.0.3.tgz"
integrity sha512-E1K9+QLGgggHxCQtLt++uXltxEprmWzNfg+MxpfHsZlrddKzZ/hZyWHDbK3/Ap8HJQqYJRXP+jHczdL6q6i85Q==
dependencies:
ccount "^1.0.0"
@@ -20590,19 +17492,19 @@ remark-parse@8.0.3:
remark-squeeze-paragraphs@4.0.0:
version "4.0.0"
- resolved "https://registry.yarnpkg.com/remark-squeeze-paragraphs/-/remark-squeeze-paragraphs-4.0.0.tgz#76eb0e085295131c84748c8e43810159c5653ead"
+ resolved "https://registry.npmjs.org/remark-squeeze-paragraphs/-/remark-squeeze-paragraphs-4.0.0.tgz"
integrity sha512-8qRqmL9F4nuLPIgl92XUuxI3pFxize+F1H0e/W3llTk0UsjJaj01+RrirkMw7P21RKe4X6goQhYRSvNWX+70Rw==
dependencies:
mdast-squeeze-paragraphs "^4.0.0"
remove-accents@0.5.0:
version "0.5.0"
- resolved "https://registry.yarnpkg.com/remove-accents/-/remove-accents-0.5.0.tgz#77991f37ba212afba162e375b627631315bed687"
+ resolved "https://registry.npmjs.org/remove-accents/-/remove-accents-0.5.0.tgz"
integrity sha512-8g3/Otx1eJaVD12e31UbJj1YzdtVvzH85HV7t+9MJYk/u3XmkOUJ5Ys9wQrf9PCPK8+xn4ymzqYCiZl6QWKn+A==
remove-bom-buffer@^3.0.0:
version "3.0.0"
- resolved "https://registry.yarnpkg.com/remove-bom-buffer/-/remove-bom-buffer-3.0.0.tgz#c2bf1e377520d324f623892e33c10cac2c252b53"
+ resolved "https://registry.npmjs.org/remove-bom-buffer/-/remove-bom-buffer-3.0.0.tgz"
integrity sha512-8v2rWhaakv18qcvNeli2mZ/TMTL2nEyAKRvzo1WtnZBl15SHyEhrCu2/xKlJyUFKHiHgfXIyuY6g2dObJJycXQ==
dependencies:
is-buffer "^1.1.5"
@@ -20610,7 +17512,7 @@ remove-bom-buffer@^3.0.0:
remove-bom-stream@^1.2.0:
version "1.2.0"
- resolved "https://registry.yarnpkg.com/remove-bom-stream/-/remove-bom-stream-1.2.0.tgz#05f1a593f16e42e1fb90ebf59de8e569525f9523"
+ resolved "https://registry.npmjs.org/remove-bom-stream/-/remove-bom-stream-1.2.0.tgz"
integrity sha512-wigO8/O08XHb8YPzpDDT+QmRANfW6vLqxfaXm1YXhnFf3AkSLyjfG3GEFg4McZkmgL7KvCj5u2KczkvSP6NfHA==
dependencies:
remove-bom-buffer "^3.0.0"
@@ -20619,23 +17521,12 @@ remove-bom-stream@^1.2.0:
remove-trailing-separator@^1.0.1:
version "1.1.0"
- resolved "https://registry.yarnpkg.com/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz#c24bce2a283adad5bc3f58e0d48249b92379d8ef"
+ resolved "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz"
integrity sha512-/hS+Y0u3aOfIETiaiirUFwDBDzmXPvO+jAfKTitUngIPzdKc6Z0LoFjM/CK5PL4C+eKwHohlHAb6H0VFfmmUsw==
-renderkid@^2.0.4:
- version "2.0.7"
- resolved "https://registry.yarnpkg.com/renderkid/-/renderkid-2.0.7.tgz#464f276a6bdcee606f4a15993f9b29fc74ca8609"
- integrity sha512-oCcFyxaMrKsKcTY59qnCAtmDVSLfPbrv6A3tVbPdFMMrv5jaK10V6m40cKsoPNhAqN6rmHW9sswW4o3ruSrwUQ==
- dependencies:
- css-select "^4.1.3"
- dom-converter "^0.2.0"
- htmlparser2 "^6.1.0"
- lodash "^4.17.21"
- strip-ansi "^3.0.1"
-
renderkid@^3.0.0:
version "3.0.0"
- resolved "https://registry.yarnpkg.com/renderkid/-/renderkid-3.0.0.tgz#5fd823e4d6951d37358ecc9a58b1f06836b6268a"
+ resolved "https://registry.npmjs.org/renderkid/-/renderkid-3.0.0.tgz"
integrity sha512-q/7VIQA8lmM1hF+jn+sFSPWGlMkSAeNYcPLmDQx2zzuiDfaLrOmumR8iaUKlenFgh0XRPIUeSPlH3A+AW3Z5pg==
dependencies:
css-select "^4.1.3"
@@ -20646,29 +17537,29 @@ renderkid@^3.0.0:
repeat-element@^1.1.2:
version "1.1.4"
- resolved "https://registry.yarnpkg.com/repeat-element/-/repeat-element-1.1.4.tgz#be681520847ab58c7568ac75fbfad28ed42d39e9"
+ resolved "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.4.tgz"
integrity sha512-LFiNfRcSu7KK3evMyYOuCzv3L10TW7yC1G2/+StMjK8Y6Vqd2MG7r/Qjw4ghtuCOjFvlnms/iMmLqpvW/ES/WQ==
repeat-string@^1.5.2, repeat-string@^1.5.4, repeat-string@^1.6.1:
version "1.6.1"
- resolved "https://registry.yarnpkg.com/repeat-string/-/repeat-string-1.6.1.tgz#8dcae470e1c88abc2d600fff4a776286da75e637"
+ resolved "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz"
integrity sha512-PV0dzCYDNfRi1jCDbJzpW7jNNDRuCOG/jI5ctQcGKt/clZD+YcPS3yIlWuTJMmESC8aevCFmWJy5wjAFgNqN6w==
replace-ext@^1.0.0:
version "1.0.1"
- resolved "https://registry.yarnpkg.com/replace-ext/-/replace-ext-1.0.1.tgz#2d6d996d04a15855d967443631dd5f77825b016a"
+ resolved "https://registry.npmjs.org/replace-ext/-/replace-ext-1.0.1.tgz"
integrity sha512-yD5BHCe7quCgBph4rMQ+0KkIRKwWCrHDOX1p1Gp6HwjPM5kVoCdKGNhN7ydqqsX6lJEnQDKZ/tFMiEdQ1dvPEw==
request-progress@^3.0.0:
version "3.0.0"
- resolved "https://registry.yarnpkg.com/request-progress/-/request-progress-3.0.0.tgz#4ca754081c7fec63f505e4faa825aa06cd669dbe"
+ resolved "https://registry.npmjs.org/request-progress/-/request-progress-3.0.0.tgz"
integrity sha512-MnWzEHHaxHO2iWiQuHrUPBi/1WeBf5PkxQqNyNvLl9VAYSdXkP8tQ3pBSeCPD+yw0v0Aq1zosWLz0BdeXpWwZg==
dependencies:
throttleit "^1.0.0"
request@^2.88.0:
version "2.88.2"
- resolved "https://registry.yarnpkg.com/request/-/request-2.88.2.tgz#d73c918731cb5a87da047e207234146f664d12b3"
+ resolved "https://registry.npmjs.org/request/-/request-2.88.2.tgz"
integrity sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==
dependencies:
aws-sign2 "~0.7.0"
@@ -20694,115 +17585,87 @@ request@^2.88.0:
require-directory@^2.1.1:
version "2.1.1"
- resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42"
+ resolved "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz"
integrity sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==
require-from-string@^2.0.2:
version "2.0.2"
- resolved "https://registry.yarnpkg.com/require-from-string/-/require-from-string-2.0.2.tgz#89a7fdd938261267318eafe14f9c32e598c36909"
+ resolved "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz"
integrity sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==
"require-like@>= 0.1.1":
version "0.1.2"
- resolved "https://registry.yarnpkg.com/require-like/-/require-like-0.1.2.tgz#ad6f30c13becd797010c468afa775c0c0a6b47fa"
+ resolved "https://registry.npmjs.org/require-like/-/require-like-0.1.2.tgz"
integrity sha512-oyrU88skkMtDdauHDuKVrgR+zuItqr6/c//FXzvmxRGMexSDc6hNvJInGW3LL46n+8b50RykrvwSUIIQH2LQ5A==
require-main-filename@^2.0.0:
version "2.0.0"
- resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-2.0.0.tgz#d0b329ecc7cc0f61649f62215be69af54aa8989b"
+ resolved "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz"
integrity sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==
requires-port@^1.0.0:
version "1.0.0"
- resolved "https://registry.yarnpkg.com/requires-port/-/requires-port-1.0.0.tgz#925d2601d39ac485e091cf0da5c6e694dc3dcaff"
+ resolved "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz"
integrity sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==
requizzle@^0.2.3:
version "0.2.4"
- resolved "https://registry.yarnpkg.com/requizzle/-/requizzle-0.2.4.tgz#319eb658b28c370f0c20f968fa8ceab98c13d27c"
+ resolved "https://registry.npmjs.org/requizzle/-/requizzle-0.2.4.tgz"
integrity sha512-JRrFk1D4OQ4SqovXOgdav+K8EAhSB/LJZqCz8tbX0KObcdeM15Ss59ozWMBWmmINMagCwmqn4ZNryUGpBsl6Jw==
dependencies:
lodash "^4.17.21"
resize-observer-polyfill@^1.5.1:
version "1.5.1"
- resolved "https://registry.yarnpkg.com/resize-observer-polyfill/-/resize-observer-polyfill-1.5.1.tgz#0e9020dd3d21024458d4ebd27e23e40269810464"
+ resolved "https://registry.npmjs.org/resize-observer-polyfill/-/resize-observer-polyfill-1.5.1.tgz"
integrity sha512-LwZrotdHOo12nQuZlHEmtuXdqGoOD0OhaxopaNFxWzInpEgaLWoVuAMbTzixuosCx2nEG58ngzW3vxdWoxIgdg==
-resolve-cwd@^2.0.0:
- version "2.0.0"
- resolved "https://registry.yarnpkg.com/resolve-cwd/-/resolve-cwd-2.0.0.tgz#00a9f7387556e27038eae232caa372a6a59b665a"
- integrity sha512-ccu8zQTrzVr954472aUVPLEcB3YpKSYR3cg/3lo1okzobPBM+1INXBbBZlDbnI/hbEocnf8j0QVo43hQKrbchg==
- dependencies:
- resolve-from "^3.0.0"
-
resolve-cwd@^3.0.0:
version "3.0.0"
- resolved "https://registry.yarnpkg.com/resolve-cwd/-/resolve-cwd-3.0.0.tgz#0f0075f1bb2544766cf73ba6a6e2adfebcb13f2d"
+ resolved "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz"
integrity sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==
dependencies:
resolve-from "^5.0.0"
-resolve-from@5.0.0, resolve-from@^5.0.0:
- version "5.0.0"
- resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-5.0.0.tgz#c35225843df8f776df21c57557bc087e9dfdfc69"
- integrity sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==
-
-resolve-from@^3.0.0:
- version "3.0.0"
- resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-3.0.0.tgz#b22c7af7d9d6881bc8b6e653335eebcb0a188748"
- integrity sha512-GnlH6vxLymXJNMBo7XP1fJIzBFbdYt49CuTwmB/6N53t+kMPRMFKz783LlQ4tv28XoQfMWinAJX6WCGf2IlaIw==
-
resolve-from@^4.0.0:
version "4.0.0"
- resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6"
+ resolved "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz"
integrity sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==
-resolve-global@1.0.0, resolve-global@^1.0.0:
+resolve-from@^5.0.0, resolve-from@5.0.0:
+ version "5.0.0"
+ resolved "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz"
+ integrity sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==
+
+resolve-global@^1.0.0, resolve-global@1.0.0:
version "1.0.0"
- resolved "https://registry.yarnpkg.com/resolve-global/-/resolve-global-1.0.0.tgz#a2a79df4af2ca3f49bf77ef9ddacd322dad19255"
+ resolved "https://registry.npmjs.org/resolve-global/-/resolve-global-1.0.0.tgz"
integrity sha512-zFa12V4OLtT5XUX/Q4VLvTfBf+Ok0SPc1FNGM/z9ctUdiU618qwKpWnd0CHs3+RqROfyEg/DhuHbMWYqcgljEw==
dependencies:
global-dirs "^0.1.1"
resolve-options@^1.1.0:
version "1.1.0"
- resolved "https://registry.yarnpkg.com/resolve-options/-/resolve-options-1.1.0.tgz#32bb9e39c06d67338dc9378c0d6d6074566ad131"
+ resolved "https://registry.npmjs.org/resolve-options/-/resolve-options-1.1.0.tgz"
integrity sha512-NYDgziiroVeDC29xq7bp/CacZERYsA9bXYd1ZmcJlF3BcrZv5pTb4NG7SjdyKDnXZ84aC4vo2u6sNKIA1LCu/A==
dependencies:
value-or-function "^3.0.0"
resolve-pathname@^3.0.0:
version "3.0.0"
- resolved "https://registry.yarnpkg.com/resolve-pathname/-/resolve-pathname-3.0.0.tgz#99d02224d3cf263689becbb393bc560313025dcd"
+ resolved "https://registry.npmjs.org/resolve-pathname/-/resolve-pathname-3.0.0.tgz"
integrity sha512-C7rARubxI8bXFNB/hqcp/4iUeIXJhJZvFPFPiSPRnhU5UPxzMFIl+2E6yY6c4k9giDJAhtV+enfA+G89N6Csng==
resolve-pkg@^2.0.0:
version "2.0.0"
- resolved "https://registry.yarnpkg.com/resolve-pkg/-/resolve-pkg-2.0.0.tgz#ac06991418a7623edc119084edc98b0e6bf05a41"
+ resolved "https://registry.npmjs.org/resolve-pkg/-/resolve-pkg-2.0.0.tgz"
integrity sha512-+1lzwXehGCXSeryaISr6WujZzowloigEofRB+dj75y9RRa/obVcYgbHJd53tdYw8pvZj8GojXaaENws8Ktw/hQ==
dependencies:
resolve-from "^5.0.0"
-resolve-url-loader@^3.1.2:
- version "3.1.5"
- resolved "https://registry.yarnpkg.com/resolve-url-loader/-/resolve-url-loader-3.1.5.tgz#1dce0847d4a2ef43c51f63c9fd30bf6dfbf26716"
- integrity sha512-mgFMCmrV/tA4738EsFmPFE5/MaqSgUMe8LK971kVEKA/RrNVb7+VqFsg/qmKyythf34eyq476qIobP/gfFBGSQ==
- dependencies:
- adjust-sourcemap-loader "3.0.0"
- camelcase "5.3.1"
- compose-function "3.0.3"
- convert-source-map "1.7.0"
- es6-iterator "2.0.3"
- loader-utils "^1.2.3"
- postcss "7.0.36"
- rework "1.0.1"
- rework-visit "1.0.0"
- source-map "0.6.1"
-
resolve-url-loader@^4.0.0:
version "4.0.0"
- resolved "https://registry.yarnpkg.com/resolve-url-loader/-/resolve-url-loader-4.0.0.tgz#d50d4ddc746bb10468443167acf800dcd6c3ad57"
+ resolved "https://registry.npmjs.org/resolve-url-loader/-/resolve-url-loader-4.0.0.tgz"
integrity sha512-05VEMczVREcbtT7Bz+C+96eUO5HDNvdthIiMB34t7FcF8ehcu4wC0sSgPUubs3XW2Q3CNLJk/BJrCU9wVRymiA==
dependencies:
adjust-sourcemap-loader "^4.0.0"
@@ -20813,25 +17676,17 @@ resolve-url-loader@^4.0.0:
resolve-url@^0.2.1:
version "0.2.1"
- resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
+ resolved "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz"
integrity sha512-ZuF55hVUQaaczgOIwqWzkEcEidmlD/xl44x1UZnhOXcYuFN2S6+rcxpG+C1N3So0wvNI3DmJICUFfu2SxhBmvg==
resolve.exports@^1.1.0:
version "1.1.1"
- resolved "https://registry.yarnpkg.com/resolve.exports/-/resolve.exports-1.1.1.tgz#05cfd5b3edf641571fd46fa608b610dda9ead999"
+ resolved "https://registry.npmjs.org/resolve.exports/-/resolve.exports-1.1.1.tgz"
integrity sha512-/NtpHNDN7jWhAaQ9BvBUYZ6YTXsRBgfqWFWP7BZBaoMJO/I3G5OFzvTuWNlZC3aPjins1F+TNrLKsGbH4rfsRQ==
-resolve@1.18.1:
- version "1.18.1"
- resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.18.1.tgz#018fcb2c5b207d2a6424aee361c5a266da8f4130"
- integrity sha512-lDfCPaMKfOJXjy0dPayzPdF1phampNWr3qFCjAu+rw/qbQmr5jWH5xN2hwh9QKfw9E5v4hwV7A+jrCmL8yjjqA==
- dependencies:
- is-core-module "^2.0.0"
- path-parse "^1.0.6"
-
-resolve@^1.1.6, resolve@^1.1.7, resolve@^1.10.0, resolve@^1.12.0, resolve@^1.14.2, resolve@^1.17.0, resolve@^1.18.1, resolve@^1.19.0, resolve@^1.20.0, resolve@^1.22.1, resolve@^1.22.2, resolve@^1.22.4, resolve@^1.22.8, resolve@^1.3.2:
+resolve@^1.1.6, resolve@^1.1.7, resolve@^1.10.0, resolve@^1.12.0, resolve@^1.14.2, resolve@^1.19.0, resolve@^1.20.0, resolve@^1.22.1, resolve@^1.22.2, resolve@^1.22.4, resolve@^1.22.8, resolve@^1.3.2:
version "1.22.8"
- resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.8.tgz#b6c87a9f2aa06dfab52e3d70ac8cde321fa5a48d"
+ resolved "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz"
integrity sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==
dependencies:
is-core-module "^2.13.0"
@@ -20840,7 +17695,7 @@ resolve@^1.1.6, resolve@^1.1.7, resolve@^1.10.0, resolve@^1.12.0, resolve@^1.14.
resolve@^2.0.0-next.5:
version "2.0.0-next.5"
- resolved "https://registry.yarnpkg.com/resolve/-/resolve-2.0.0-next.5.tgz#6b0ec3107e671e52b68cd068ef327173b90dc03c"
+ resolved "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.5.tgz"
integrity sha512-U7WjGVG9sH8tvjW5SmGbQuui75FiyjAX72HX15DwBBwF9dNiQZRQAg9nnPhYy+TUnE0+VcrttuvNI8oSxZcocA==
dependencies:
is-core-module "^2.13.0"
@@ -20849,14 +17704,14 @@ resolve@^2.0.0-next.5:
responselike@^1.0.2:
version "1.0.2"
- resolved "https://registry.yarnpkg.com/responselike/-/responselike-1.0.2.tgz#918720ef3b631c5642be068f15ade5a46f4ba1e7"
+ resolved "https://registry.npmjs.org/responselike/-/responselike-1.0.2.tgz"
integrity sha512-/Fpe5guzJk1gPqdJLJR5u7eG/gNY4nImjbRDaVWVMRhne55TCmj2i9Q+54PBRfatRC8v/rIiv9BN0pMd9OV5EQ==
dependencies:
lowercase-keys "^1.0.0"
restore-cursor@^3.1.0:
version "3.1.0"
- resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-3.1.0.tgz#39f67c54b3a7a58cea5236d95cf0034239631f7e"
+ resolved "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz"
integrity sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==
dependencies:
onetime "^5.1.0"
@@ -20864,103 +17719,49 @@ restore-cursor@^3.1.0:
ret@~0.1.10:
version "0.1.15"
- resolved "https://registry.yarnpkg.com/ret/-/ret-0.1.15.tgz#b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc"
+ resolved "https://registry.npmjs.org/ret/-/ret-0.1.15.tgz"
integrity sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==
-retry@^0.12.0:
- version "0.12.0"
- resolved "https://registry.yarnpkg.com/retry/-/retry-0.12.0.tgz#1b42a6266a21f07421d1b0b54b7dc167b01c013b"
- integrity sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==
-
retry@^0.13.1:
version "0.13.1"
- resolved "https://registry.yarnpkg.com/retry/-/retry-0.13.1.tgz#185b1587acf67919d63b357349e03537b2484658"
+ resolved "https://registry.npmjs.org/retry/-/retry-0.13.1.tgz"
integrity sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==
reusify@^1.0.4:
version "1.0.4"
- resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76"
+ resolved "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz"
integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==
-rework-visit@1.0.0:
- version "1.0.0"
- resolved "https://registry.yarnpkg.com/rework-visit/-/rework-visit-1.0.0.tgz#9945b2803f219e2f7aca00adb8bc9f640f842c9a"
- integrity sha512-W6V2fix7nCLUYX1v6eGPrBOZlc03/faqzP4sUxMAJMBMOPYhfV/RyLegTufn5gJKaOITyi+gvf0LXDZ9NzkHnQ==
-
-rework@1.0.1:
- version "1.0.1"
- resolved "https://registry.yarnpkg.com/rework/-/rework-1.0.1.tgz#30806a841342b54510aa4110850cd48534144aa7"
- integrity sha512-eEjL8FdkdsxApd0yWVZgBGzfCQiT8yqSc2H1p4jpZpQdtz7ohETiDMoje5PlM8I9WgkqkreVxFUKYOiJdVWDXw==
- dependencies:
- convert-source-map "^0.3.3"
- css "^2.0.0"
-
rfdc@^1.3.0:
version "1.4.1"
- resolved "https://registry.yarnpkg.com/rfdc/-/rfdc-1.4.1.tgz#778f76c4fb731d93414e8f925fbecf64cce7f6ca"
+ resolved "https://registry.npmjs.org/rfdc/-/rfdc-1.4.1.tgz"
integrity sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==
-rgb-regex@^1.0.1:
- version "1.0.1"
- resolved "https://registry.yarnpkg.com/rgb-regex/-/rgb-regex-1.0.1.tgz#c0e0d6882df0e23be254a475e8edd41915feaeb1"
- integrity sha512-gDK5mkALDFER2YLqH6imYvK6g02gpNGM4ILDZ472EwWfXZnC2ZEpoB2ECXTyOVUKuk/bPJZMzwQPBYICzP+D3w==
-
-rgba-regex@^1.0.0:
- version "1.0.0"
- resolved "https://registry.yarnpkg.com/rgba-regex/-/rgba-regex-1.0.0.tgz#43374e2e2ca0968b0ef1523460b7d730ff22eeb3"
- integrity sha512-zgn5OjNQXLUTdq8m17KdaicF6w89TZs8ZU8y0AYENIU6wG8GG6LLm0yLSiPY8DmaYmHdgRW8rnApjoT0fQRfMg==
-
-rimraf@3.0.2, rimraf@^3.0.0, rimraf@^3.0.2:
+rimraf@^3.0.0, rimraf@^3.0.2, rimraf@3.0.2:
version "3.0.2"
- resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a"
+ resolved "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz"
integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==
dependencies:
glob "^7.1.3"
-rimraf@^2.5.4, rimraf@^2.6.3:
- version "2.7.1"
- resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.7.1.tgz#35797f13a7fdadc566142c29d4f07ccad483e3ec"
- integrity sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==
- dependencies:
- glob "^7.1.3"
-
rimraf@~2.6.2:
version "2.6.3"
- resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.3.tgz#b2d104fe0d8fb27cf9e0a1cda8262dd3833c6cab"
+ resolved "https://registry.npmjs.org/rimraf/-/rimraf-2.6.3.tgz"
integrity sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==
dependencies:
glob "^7.1.3"
ripemd160@^2.0.0, ripemd160@^2.0.1:
version "2.0.2"
- resolved "https://registry.yarnpkg.com/ripemd160/-/ripemd160-2.0.2.tgz#a1c1a6f624751577ba5d07914cbc92850585890c"
+ resolved "https://registry.npmjs.org/ripemd160/-/ripemd160-2.0.2.tgz"
integrity sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA==
dependencies:
hash-base "^3.0.0"
inherits "^2.0.1"
-rollup-plugin-babel@^4.3.3:
- version "4.4.0"
- resolved "https://registry.yarnpkg.com/rollup-plugin-babel/-/rollup-plugin-babel-4.4.0.tgz#d15bd259466a9d1accbdb2fe2fff17c52d030acb"
- integrity sha512-Lek/TYp1+7g7I+uMfJnnSJ7YWoD58ajo6Oarhlex7lvUce+RCKRuGRSgztDO3/MF/PuGKmUL5iTHKf208UNszw==
- dependencies:
- "@babel/helper-module-imports" "^7.0.0"
- rollup-pluginutils "^2.8.1"
-
-rollup-plugin-terser@^5.3.1:
- version "5.3.1"
- resolved "https://registry.yarnpkg.com/rollup-plugin-terser/-/rollup-plugin-terser-5.3.1.tgz#8c650062c22a8426c64268548957463bf981b413"
- integrity sha512-1pkwkervMJQGFYvM9nscrUoncPwiKR/K+bHdjv6PFgRo3cgPHoRT83y2Aa3GvINj4539S15t/tpFPb775TDs6w==
- dependencies:
- "@babel/code-frame" "^7.5.5"
- jest-worker "^24.9.0"
- rollup-pluginutils "^2.8.2"
- serialize-javascript "^4.0.0"
- terser "^4.6.2"
-
rollup-plugin-terser@^7.0.0:
version "7.0.2"
- resolved "https://registry.yarnpkg.com/rollup-plugin-terser/-/rollup-plugin-terser-7.0.2.tgz#e8fbba4869981b2dc35ae7e8a502d5c6c04d324d"
+ resolved "https://registry.npmjs.org/rollup-plugin-terser/-/rollup-plugin-terser-7.0.2.tgz"
integrity sha512-w3iIaU4OxcF52UUXiZNsNeuXIMDvFrr+ZXK6bFZ0Q60qyVfq4uLptoS4bbq3paG3x216eQllFZX7zt6TIImguQ==
dependencies:
"@babel/code-frame" "^7.10.4"
@@ -20968,50 +17769,29 @@ rollup-plugin-terser@^7.0.0:
serialize-javascript "^4.0.0"
terser "^5.0.0"
-rollup-pluginutils@^2.8.1, rollup-pluginutils@^2.8.2:
- version "2.8.2"
- resolved "https://registry.yarnpkg.com/rollup-pluginutils/-/rollup-pluginutils-2.8.2.tgz#72f2af0748b592364dbd3389e600e5a9444a351e"
- integrity sha512-EEp9NhnUkwY8aif6bxgovPHMoMoNr2FulJziTndpt5H9RdwC47GSGuII9XxpSdzVGM0GWrNPHV6ie1LTNJPaLQ==
- dependencies:
- estree-walker "^0.6.1"
-
-rollup@^1.31.1:
- version "1.32.1"
- resolved "https://registry.yarnpkg.com/rollup/-/rollup-1.32.1.tgz#4480e52d9d9e2ae4b46ba0d9ddeaf3163940f9c4"
- integrity sha512-/2HA0Ec70TvQnXdzynFffkjA6XN+1e2pEv/uKS5Ulca40g2L7KuOE3riasHoNVHOsFD5KKZgDsMk1CP3Tw9s+A==
- dependencies:
- "@types/estree" "*"
- "@types/node" "*"
- acorn "^7.1.0"
-
-rollup@^2.43.1:
+"rollup@^1.20.0 || ^2.0.0", rollup@^1.20.0||^2.0.0, rollup@^2.0.0, rollup@^2.43.1:
version "2.79.1"
- resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.79.1.tgz#bedee8faef7c9f93a2647ac0108748f497f081c7"
+ resolved "https://registry.npmjs.org/rollup/-/rollup-2.79.1.tgz"
integrity sha512-uKxbd0IhMZOhjAiD5oAFp7BqvkA4Dv47qpOCtaNvng4HBwdbWtdOh8f5nZNuk2rp51PMGk3bzfWu5oayNEuYnw==
optionalDependencies:
fsevents "~2.3.2"
rst-selector-parser@^2.2.3:
version "2.2.3"
- resolved "https://registry.yarnpkg.com/rst-selector-parser/-/rst-selector-parser-2.2.3.tgz#81b230ea2fcc6066c89e3472de794285d9b03d91"
+ resolved "https://registry.npmjs.org/rst-selector-parser/-/rst-selector-parser-2.2.3.tgz"
integrity sha512-nDG1rZeP6oFTLN6yNDV/uiAvs1+FS/KlrEwh7+y7dpuApDBy6bI2HTBcc0/V8lv9OTqfyD34eF7au2pm8aBbhA==
dependencies:
lodash.flattendeep "^4.4.0"
nearley "^2.7.10"
-rsvp@^4.8.4:
- version "4.8.5"
- resolved "https://registry.yarnpkg.com/rsvp/-/rsvp-4.8.5.tgz#c8f155311d167f68f21e168df71ec5b083113734"
- integrity sha512-nfMOlASu9OnRJo1mbEk2cz0D56a1MBNrJ7orjRZQG10XDyuvwksKbuXNp6qa+kbn839HwjwhBzhFmdsaEAfauA==
-
rtl-detect@^1.0.4:
version "1.1.2"
- resolved "https://registry.yarnpkg.com/rtl-detect/-/rtl-detect-1.1.2.tgz#ca7f0330af5c6bb626c15675c642ba85ad6273c6"
+ resolved "https://registry.npmjs.org/rtl-detect/-/rtl-detect-1.1.2.tgz"
integrity sha512-PGMBq03+TTG/p/cRB7HCLKJ1MgDIi07+QU1faSjiYRfmY5UsAttV9Hs08jDAHVwcOwmVLcSJkpwyfXszVjWfIQ==
rtlcss@^3.5.0:
version "3.5.0"
- resolved "https://registry.yarnpkg.com/rtlcss/-/rtlcss-3.5.0.tgz#c9eb91269827a102bac7ae3115dd5d049de636c3"
+ resolved "https://registry.npmjs.org/rtlcss/-/rtlcss-3.5.0.tgz"
integrity sha512-wzgMaMFHQTnyi9YOwsx9LjOxYXJPzS8sYnFaKm6R5ysvTkwzHiB0vxnbHwchHQT65PTdBjDG21/kQBWI7q9O7A==
dependencies:
find-up "^5.0.0"
@@ -21021,40 +17801,40 @@ rtlcss@^3.5.0:
run-async@^2.2.0, run-async@^2.4.0:
version "2.4.1"
- resolved "https://registry.yarnpkg.com/run-async/-/run-async-2.4.1.tgz#8440eccf99ea3e70bd409d49aab88e10c189a455"
+ resolved "https://registry.npmjs.org/run-async/-/run-async-2.4.1.tgz"
integrity sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==
run-parallel@^1.1.9:
version "1.2.0"
- resolved "https://registry.yarnpkg.com/run-parallel/-/run-parallel-1.2.0.tgz#66d1368da7bdf921eb9d95bd1a9229e7f21a43ee"
+ resolved "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz"
integrity sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==
dependencies:
queue-microtask "^1.2.2"
-run-queue@^1.0.0, run-queue@^1.0.3:
- version "1.0.3"
- resolved "https://registry.yarnpkg.com/run-queue/-/run-queue-1.0.3.tgz#e848396f057d223f24386924618e25694161ec47"
- integrity sha512-ntymy489o0/QQplUDnpYAYUsO50K9SBrIVaKCWDOJzYJts0f9WH9RFJkyagebkw5+y1oi00R7ynNW/d12GBumg==
- dependencies:
- aproba "^1.1.1"
-
rxjs@^6.5.3, rxjs@^6.6.0, rxjs@^6.6.3:
version "6.6.7"
- resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.7.tgz#90ac018acabf491bf65044235d5863c4dab804c9"
+ resolved "https://registry.npmjs.org/rxjs/-/rxjs-6.6.7.tgz"
integrity sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==
dependencies:
- tslib "^1.9.0"
+ tslib "^1.9.0"
+
+rxjs@^7.5.1:
+ version "7.8.1"
+ resolved "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz"
+ integrity sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==
+ dependencies:
+ tslib "^2.1.0"
-rxjs@^7.5.1, rxjs@^7.5.4:
+rxjs@^7.5.4:
version "7.8.1"
- resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.8.1.tgz#6f6f3d99ea8044291efd92e7c7fcf562c4057543"
+ resolved "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz"
integrity sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==
dependencies:
tslib "^2.1.0"
safe-array-concat@^1.1.2:
version "1.1.2"
- resolved "https://registry.yarnpkg.com/safe-array-concat/-/safe-array-concat-1.1.2.tgz#81d77ee0c4e8b863635227c721278dd524c20edb"
+ resolved "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.1.2.tgz"
integrity sha512-vj6RsCsWBCf19jIeHEfkRMw8DPiBb+DMXklQ/1SGDHOMlHdPUkZXFQ2YdplS23zESTijAcurb1aSgJA3AgMu1Q==
dependencies:
call-bind "^1.0.7"
@@ -21062,19 +17842,29 @@ safe-array-concat@^1.1.2:
has-symbols "^1.0.3"
isarray "^2.0.5"
-safe-buffer@5.1.2, safe-buffer@~5.1.0, safe-buffer@~5.1.1:
+safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.1, safe-buffer@^5.1.2, safe-buffer@^5.2.0, safe-buffer@^5.2.1, safe-buffer@>=5.1.0, safe-buffer@~5.2.0, safe-buffer@5.2.1:
+ version "5.2.1"
+ resolved "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz"
+ integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==
+
+safe-buffer@~5.1.0:
version "5.1.2"
- resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d"
+ resolved "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz"
integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==
-safe-buffer@5.2.1, safe-buffer@>=5.1.0, safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.1, safe-buffer@^5.1.2, safe-buffer@^5.2.0, safe-buffer@^5.2.1, safe-buffer@~5.2.0:
- version "5.2.1"
- resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6"
- integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==
+safe-buffer@~5.1.1:
+ version "5.1.2"
+ resolved "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz"
+ integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==
+
+safe-buffer@5.1.2:
+ version "5.1.2"
+ resolved "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz"
+ integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==
safe-regex-test@^1.0.3:
version "1.0.3"
- resolved "https://registry.yarnpkg.com/safe-regex-test/-/safe-regex-test-1.0.3.tgz#a5b4c0f06e0ab50ea2c395c14d8371232924c377"
+ resolved "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.0.3.tgz"
integrity sha512-CdASjNJPvRa7roO6Ra/gLYBTzYzzPyyBXxIMdGW3USQLyjWEls2RgW5UBTXaQVp+OrpeCK3bLem8smtmheoRuw==
dependencies:
call-bind "^1.0.6"
@@ -21083,55 +17873,24 @@ safe-regex-test@^1.0.3:
safe-regex@^1.1.0:
version "1.1.0"
- resolved "https://registry.yarnpkg.com/safe-regex/-/safe-regex-1.1.0.tgz#40a3669f3b077d1e943d44629e157dd48023bf2e"
+ resolved "https://registry.npmjs.org/safe-regex/-/safe-regex-1.1.0.tgz"
integrity sha512-aJXcif4xnaNUzvUuC5gcb46oTS7zvg4jpMTnuqtrEPlR3vFr4pxtdTwaF1Qs3Enjn9HK+ZlwQui+a7z0SywIzg==
dependencies:
ret "~0.1.10"
-"safer-buffer@>= 2.1.2 < 3", "safer-buffer@>= 2.1.2 < 3.0.0", safer-buffer@^2.0.2, safer-buffer@^2.1.0, safer-buffer@~2.1.0:
+safer-buffer@^2.0.2, safer-buffer@^2.1.0, "safer-buffer@>= 2.1.2 < 3", "safer-buffer@>= 2.1.2 < 3.0.0", safer-buffer@~2.1.0:
version "2.1.2"
- resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a"
+ resolved "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz"
integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==
-sane@^4.0.3:
- version "4.1.0"
- resolved "https://registry.yarnpkg.com/sane/-/sane-4.1.0.tgz#ed881fd922733a6c461bc189dc2b6c006f3ffded"
- integrity sha512-hhbzAgTIX8O7SHfp2c8/kREfEn4qO/9q8C9beyY6+tvZ87EpoZ3i1RIEvp27YBswnNbY9mWd6paKVmKbAgLfZA==
- dependencies:
- "@cnakazawa/watch" "^1.0.3"
- anymatch "^2.0.0"
- capture-exit "^2.0.0"
- exec-sh "^0.3.2"
- execa "^1.0.0"
- fb-watchman "^2.0.0"
- micromatch "^3.1.4"
- minimist "^1.1.1"
- walker "~1.0.5"
-
sanitize.css@*:
version "13.0.0"
- resolved "https://registry.yarnpkg.com/sanitize.css/-/sanitize.css-13.0.0.tgz#2675553974b27964c75562ade3bd85d79879f173"
+ resolved "https://registry.npmjs.org/sanitize.css/-/sanitize.css-13.0.0.tgz"
integrity sha512-ZRwKbh/eQ6w9vmTjkuG0Ioi3HBwPFce0O+v//ve+aOq1oeCy7jMV2qzzAlpsNuqpqCBjjriM1lbtZbF/Q8jVyA==
-sanitize.css@^10.0.0:
- version "10.0.0"
- resolved "https://registry.yarnpkg.com/sanitize.css/-/sanitize.css-10.0.0.tgz#b5cb2547e96d8629a60947544665243b1dc3657a"
- integrity sha512-vTxrZz4dX5W86M6oVWVdOVe72ZiPs41Oi7Z6Km4W5Turyz28mrXSJhhEBZoRtzJWIv3833WKVwLSDWWkEfupMg==
-
-sass-loader@^10.0.5:
- version "10.5.2"
- resolved "https://registry.yarnpkg.com/sass-loader/-/sass-loader-10.5.2.tgz#1ca30534fff296417b853c7597ca3b0bbe8c37d0"
- integrity sha512-vMUoSNOUKJILHpcNCCyD23X34gve1TS7Rjd9uXHeKqhvBG39x6XbswFDtpbTElj6XdMFezoWhkh5vtKudf2cgQ==
- dependencies:
- klona "^2.0.4"
- loader-utils "^2.0.0"
- neo-async "^2.6.2"
- schema-utils "^3.0.0"
- semver "^7.3.2"
-
sass-loader@^12.3.0:
version "12.6.0"
- resolved "https://registry.yarnpkg.com/sass-loader/-/sass-loader-12.6.0.tgz#5148362c8e2cdd4b950f3c63ac5d16dbfed37bcb"
+ resolved "https://registry.npmjs.org/sass-loader/-/sass-loader-12.6.0.tgz"
integrity sha512-oLTaH0YCtX4cfnJZxKSLAyglED0naiYfNG1iXfU5w1LNZ+ukoA5DtyDIN5zmKVZwYNJP4KRc5Y3hkWga+7tYfA==
dependencies:
klona "^2.0.4"
@@ -21139,24 +17898,24 @@ sass-loader@^12.3.0:
sax@^1.2.4:
version "1.4.1"
- resolved "https://registry.yarnpkg.com/sax/-/sax-1.4.1.tgz#44cc8988377f126304d3b3fc1010c733b929ef0f"
+ resolved "https://registry.npmjs.org/sax/-/sax-1.4.1.tgz"
integrity sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg==
sax@~1.2.4:
version "1.2.4"
- resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9"
+ resolved "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz"
integrity sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==
saxes@^5.0.1:
version "5.0.1"
- resolved "https://registry.yarnpkg.com/saxes/-/saxes-5.0.1.tgz#eebab953fa3b7608dbe94e5dadb15c888fa6696d"
+ resolved "https://registry.npmjs.org/saxes/-/saxes-5.0.1.tgz"
integrity sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw==
dependencies:
xmlchars "^2.2.0"
scheduler@^0.19.1:
version "0.19.1"
- resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.19.1.tgz#4f3e2ed2c1a7d65681f4c854fa8c5a1ccb40f196"
+ resolved "https://registry.npmjs.org/scheduler/-/scheduler-0.19.1.tgz"
integrity sha512-n/zwRWRYSUj0/3g/otKDRPMh6qv2SYMWNq85IEa8iZyAv8od9zDYpGSnpBEjNgcMNq6Scbu5KfIPxNF72R/2EA==
dependencies:
loose-envify "^1.1.0"
@@ -21164,41 +17923,41 @@ scheduler@^0.19.1:
scheduler@^0.23.2:
version "0.23.2"
- resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.23.2.tgz#414ba64a3b282892e944cf2108ecc078d115cdc3"
+ resolved "https://registry.npmjs.org/scheduler/-/scheduler-0.23.2.tgz"
integrity sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==
dependencies:
loose-envify "^1.1.0"
-schema-utils@2.7.0:
- version "2.7.0"
- resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-2.7.0.tgz#17151f76d8eae67fbbf77960c33c676ad9f4efc7"
- integrity sha512-0ilKFI6QQF5nxDZLFn2dMjvc4hjg/Wkg7rHd3jK6/A4a1Hl9VFdQWvgB1UMGoU94pad1P/8N7fMcEnLnSiju8A==
- dependencies:
- "@types/json-schema" "^7.0.4"
- ajv "^6.12.2"
- ajv-keywords "^3.4.1"
-
-schema-utils@^1.0.0:
- version "1.0.0"
- resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-1.0.0.tgz#0b79a93204d7b600d4b2850d1f66c2a34951c770"
- integrity sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==
- dependencies:
- ajv "^6.1.0"
- ajv-errors "^1.0.0"
- ajv-keywords "^3.1.0"
-
-schema-utils@^2.6.5, schema-utils@^2.7.0, schema-utils@^2.7.1:
+schema-utils@^2.6.5:
version "2.7.1"
- resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-2.7.1.tgz#1ca4f32d1b24c590c203b8e7a50bf0ea4cd394d7"
+ resolved "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.1.tgz"
integrity sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==
dependencies:
"@types/json-schema" "^7.0.5"
ajv "^6.12.4"
ajv-keywords "^3.5.2"
-schema-utils@^3.0.0, schema-utils@^3.1.1, schema-utils@^3.2.0:
+schema-utils@^3.0.0:
+ version "3.3.0"
+ resolved "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz"
+ integrity sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==
+ dependencies:
+ "@types/json-schema" "^7.0.8"
+ ajv "^6.12.5"
+ ajv-keywords "^3.5.2"
+
+schema-utils@^3.1.1:
+ version "3.3.0"
+ resolved "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz"
+ integrity sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==
+ dependencies:
+ "@types/json-schema" "^7.0.8"
+ ajv "^6.12.5"
+ ajv-keywords "^3.5.2"
+
+schema-utils@^3.2.0:
version "3.3.0"
- resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-3.3.0.tgz#f50a88877c3c01652a15b622ae9e9795df7a60fe"
+ resolved "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz"
integrity sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==
dependencies:
"@types/json-schema" "^7.0.8"
@@ -21207,7 +17966,7 @@ schema-utils@^3.0.0, schema-utils@^3.1.1, schema-utils@^3.2.0:
schema-utils@^4.0.0, schema-utils@^4.2.0:
version "4.2.0"
- resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-4.2.0.tgz#70d7c93e153a273a805801882ebd3bff20d89c8b"
+ resolved "https://registry.npmjs.org/schema-utils/-/schema-utils-4.2.0.tgz"
integrity sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==
dependencies:
"@types/json-schema" "^7.0.9"
@@ -21215,9 +17974,18 @@ schema-utils@^4.0.0, schema-utils@^4.2.0:
ajv-formats "^2.1.1"
ajv-keywords "^5.1.0"
+schema-utils@2.7.0:
+ version "2.7.0"
+ resolved "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.0.tgz"
+ integrity sha512-0ilKFI6QQF5nxDZLFn2dMjvc4hjg/Wkg7rHd3jK6/A4a1Hl9VFdQWvgB1UMGoU94pad1P/8N7fMcEnLnSiju8A==
+ dependencies:
+ "@types/json-schema" "^7.0.4"
+ ajv "^6.12.2"
+ ajv-keywords "^3.4.1"
+
section-matter@^1.0.0:
version "1.0.0"
- resolved "https://registry.yarnpkg.com/section-matter/-/section-matter-1.0.0.tgz#e9041953506780ec01d59f292a19c7b850b84167"
+ resolved "https://registry.npmjs.org/section-matter/-/section-matter-1.0.0.tgz"
integrity sha512-vfD3pmTzGpufjScBh50YHKzEu2lxBWhVEHsNGoEXmCmn2hKGfeNLYMzCJpe8cD7gqX7TJluOVpBkAequ6dgMmA==
dependencies:
extend-shallow "^2.0.1"
@@ -21225,29 +17993,22 @@ section-matter@^1.0.0:
seed-random@~2.2.0:
version "2.2.0"
- resolved "https://registry.yarnpkg.com/seed-random/-/seed-random-2.2.0.tgz#2a9b19e250a817099231a5b99a4daf80b7fbed54"
+ resolved "https://registry.npmjs.org/seed-random/-/seed-random-2.2.0.tgz"
integrity sha512-34EQV6AAHQGhoc0tn/96a9Fsi6v2xdqe/dMUwljGRaFOzR3EgRmECvD0O8vi8X+/uQ50LGHfkNu/Eue5TPKZkQ==
seedrandom@^3.0.5:
version "3.0.5"
- resolved "https://registry.yarnpkg.com/seedrandom/-/seedrandom-3.0.5.tgz#54edc85c95222525b0c7a6f6b3543d8e0b3aa0a7"
+ resolved "https://registry.npmjs.org/seedrandom/-/seedrandom-3.0.5.tgz"
integrity sha512-8OwmbklUNzwezjGInmZ+2clQmExQPvomqjL7LFqOYqtmuxRgQYqOD3mHaU+MvZn5FLUeVxVfQjwLZW/n/JFuqg==
select-hose@^2.0.0:
version "2.0.0"
- resolved "https://registry.yarnpkg.com/select-hose/-/select-hose-2.0.0.tgz#625d8658f865af43ec962bfc376a37359a4994ca"
+ resolved "https://registry.npmjs.org/select-hose/-/select-hose-2.0.0.tgz"
integrity sha512-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg==
-selfsigned@^1.10.8:
- version "1.10.14"
- resolved "https://registry.yarnpkg.com/selfsigned/-/selfsigned-1.10.14.tgz#ee51d84d9dcecc61e07e4aba34f229ab525c1574"
- integrity sha512-lkjaiAye+wBZDCBsu5BGi0XiLRxeUlsGod5ZP924CRSEoGuZAw/f7y9RKu28rwTfiHVhdavhB0qH0INV6P1lEA==
- dependencies:
- node-forge "^0.10.0"
-
selfsigned@^2.1.1:
version "2.4.1"
- resolved "https://registry.yarnpkg.com/selfsigned/-/selfsigned-2.4.1.tgz#560d90565442a3ed35b674034cec4e95dceb4ae0"
+ resolved "https://registry.npmjs.org/selfsigned/-/selfsigned-2.4.1.tgz"
integrity sha512-th5B4L2U+eGLq1TVh7zNRGBapioSORUeymIydxgFpwww9d2qyKvtuPU2jJuHvYAwwqi2Y596QBL3eEqcPEYL8Q==
dependencies:
"@types/node-forge" "^1.3.0"
@@ -21255,7 +18016,7 @@ selfsigned@^2.1.1:
sembear@^0.5.0:
version "0.5.2"
- resolved "https://registry.yarnpkg.com/sembear/-/sembear-0.5.2.tgz#679da95f1cf1a39b7fcd54a1ae89cd5badedb7b3"
+ resolved "https://registry.npmjs.org/sembear/-/sembear-0.5.2.tgz"
integrity sha512-Ij1vCAdFgWABd7zTg50Xw1/p0JgESNxuLlneEAsmBrKishA06ulTTL/SHGmNy2Zud7+rKrHTKNI6moJsn1ppAQ==
dependencies:
"@types/semver" "^6.0.1"
@@ -21263,55 +18024,85 @@ sembear@^0.5.0:
semver-diff@^2.0.0:
version "2.1.0"
- resolved "https://registry.yarnpkg.com/semver-diff/-/semver-diff-2.1.0.tgz#4bbb8437c8d37e4b0cf1a68fd726ec6d645d6d36"
+ resolved "https://registry.npmjs.org/semver-diff/-/semver-diff-2.1.0.tgz"
integrity sha512-gL8F8L4ORwsS0+iQ34yCYv///jsOq0ZL7WP55d1HnJ32o7tyFYEFQZQA22mrLIacZdU6xecaBBZ+uEiffGNyXw==
dependencies:
semver "^5.0.3"
semver-diff@^3.1.1:
version "3.1.1"
- resolved "https://registry.yarnpkg.com/semver-diff/-/semver-diff-3.1.1.tgz#05f77ce59f325e00e2706afd67bb506ddb1ca32b"
+ resolved "https://registry.npmjs.org/semver-diff/-/semver-diff-3.1.1.tgz"
integrity sha512-GX0Ix/CJcHyB8c4ykpHGIAvLyOwOobtM/8d+TQkAd81/bEjgPHrfba41Vpesr7jX/t8Uh+R3EX9eAS5be+jQYg==
dependencies:
semver "^6.3.0"
-"semver@2 || 3 || 4 || 5", semver@^5.0.3, semver@^5.4.1, semver@^5.5.0, semver@^5.6.0, semver@^5.7.2:
+semver@^5.0.3:
version "5.7.2"
- resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.2.tgz#48d55db737c3287cd4835e17fa13feace1c41ef8"
+ resolved "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz"
integrity sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==
-semver@7.3.2:
- version "7.3.2"
- resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.2.tgz#604962b052b81ed0786aae84389ffba70ffd3938"
- integrity sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ==
+semver@^5.4.1:
+ version "5.7.2"
+ resolved "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz"
+ integrity sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==
+
+semver@^5.6.0:
+ version "5.7.2"
+ resolved "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz"
+ integrity sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==
+
+semver@^5.7.2:
+ version "5.7.2"
+ resolved "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz"
+ integrity sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==
+
+semver@^6.0.0:
+ version "6.3.1"
+ resolved "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz"
+ integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
+
+semver@^6.2.0:
+ version "6.3.1"
+ resolved "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz"
+ integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
+
+semver@^6.3.0:
+ version "6.3.1"
+ resolved "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz"
+ integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
+
+semver@^6.3.1:
+ version "6.3.1"
+ resolved "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz"
+ integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
+
+semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.5.3, semver@^7.5.4:
+ version "7.6.3"
+ resolved "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz"
+ integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==
+
+"semver@2 || 3 || 4 || 5":
+ version "5.7.2"
+ resolved "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz"
+ integrity sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==
semver@7.3.5:
version "7.3.5"
- resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.5.tgz#0b621c879348d8998e4b0e4be94b3f12e6018ef7"
+ resolved "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz"
integrity sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==
dependencies:
lru-cache "^6.0.0"
semver@7.5.3:
version "7.5.3"
- resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.3.tgz#161ce8c2c6b4b3bdca6caadc9fa3317a4c4fe88e"
+ resolved "https://registry.npmjs.org/semver/-/semver-7.5.3.tgz"
integrity sha512-QBlUtyVk/5EeHbi7X0fw6liDZc7BBmEaSYn01fMU1OUYbf6GPsbTtd8WmnqbI20SeycoHSeiybkE/q1Q+qlThQ==
dependencies:
lru-cache "^6.0.0"
-semver@^6.0.0, semver@^6.2.0, semver@^6.3.0, semver@^6.3.1:
- version "6.3.1"
- resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
- integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
-
-semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.5.3, semver@^7.5.4:
- version "7.6.3"
- resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.3.tgz#980f7b5550bc175fb4dc09403085627f9eb33143"
- integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==
-
send@0.18.0, send@latest:
version "0.18.0"
- resolved "https://registry.yarnpkg.com/send/-/send-0.18.0.tgz#670167cc654b05f5aa4a767f9113bb371bc706be"
+ resolved "https://registry.npmjs.org/send/-/send-0.18.0.tgz"
integrity sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==
dependencies:
debug "2.6.9"
@@ -21330,28 +18121,21 @@ send@0.18.0, send@latest:
serialize-javascript@^4.0.0:
version "4.0.0"
- resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-4.0.0.tgz#b525e1238489a5ecfc42afacc3fe99e666f4b1aa"
+ resolved "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-4.0.0.tgz"
integrity sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw==
dependencies:
randombytes "^2.1.0"
-serialize-javascript@^5.0.1:
- version "5.0.1"
- resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-5.0.1.tgz#7886ec848049a462467a97d3d918ebb2aaf934f4"
- integrity sha512-SaaNal9imEO737H2c05Og0/8LUXG7EnsZyMa8MzkmuHoELfT6txuj0cMqRj6zfPKnmQ1yasR4PCJc8x+M4JSPA==
- dependencies:
- randombytes "^2.1.0"
-
serialize-javascript@^6.0.0, serialize-javascript@^6.0.1, serialize-javascript@^6.0.2:
version "6.0.2"
- resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-6.0.2.tgz#defa1e055c83bf6d59ea805d8da862254eb6a6c2"
+ resolved "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.2.tgz"
integrity sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==
dependencies:
randombytes "^2.1.0"
serve-handler@^6.1.3:
version "6.1.5"
- resolved "https://registry.yarnpkg.com/serve-handler/-/serve-handler-6.1.5.tgz#a4a0964f5c55c7e37a02a633232b6f0d6f068375"
+ resolved "https://registry.npmjs.org/serve-handler/-/serve-handler-6.1.5.tgz"
integrity sha512-ijPFle6Hwe8zfmBxJdE+5fta53fdIY0lHISJvuikXB3VYFafRjMRpOffSPvCYsbKyBA7pvy9oYr/BT1O3EArlg==
dependencies:
bytes "3.0.0"
@@ -21365,7 +18149,7 @@ serve-handler@^6.1.3:
serve-index@^1.9.1:
version "1.9.1"
- resolved "https://registry.yarnpkg.com/serve-index/-/serve-index-1.9.1.tgz#d3768d69b1e7d82e5ce050fff5b453bea12a9239"
+ resolved "https://registry.npmjs.org/serve-index/-/serve-index-1.9.1.tgz"
integrity sha512-pXHfKNP4qujrtteMrSBb0rc8HJ9Ms/GrXwcUtUtD5s4ewDJI8bT3Cz2zTVRMKtri49pLx2e0Ya8ziP5Ya2pZZw==
dependencies:
accepts "~1.3.4"
@@ -21378,7 +18162,7 @@ serve-index@^1.9.1:
serve-static@1.15.0:
version "1.15.0"
- resolved "https://registry.yarnpkg.com/serve-static/-/serve-static-1.15.0.tgz#faaef08cffe0a1a62f60cad0c4e513cff0ac9540"
+ resolved "https://registry.npmjs.org/serve-static/-/serve-static-1.15.0.tgz"
integrity sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==
dependencies:
encodeurl "~1.0.2"
@@ -21388,12 +18172,12 @@ serve-static@1.15.0:
set-blocking@^2.0.0:
version "2.0.0"
- resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7"
+ resolved "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz"
integrity sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==
set-function-length@^1.2.1:
version "1.2.2"
- resolved "https://registry.yarnpkg.com/set-function-length/-/set-function-length-1.2.2.tgz#aac72314198eaed975cf77b2c3b6b880695e5449"
+ resolved "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz"
integrity sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==
dependencies:
define-data-property "^1.1.4"
@@ -21405,7 +18189,7 @@ set-function-length@^1.2.1:
set-function-name@^2.0.1, set-function-name@^2.0.2:
version "2.0.2"
- resolved "https://registry.yarnpkg.com/set-function-name/-/set-function-name-2.0.2.tgz#16a705c5a0dc2f5e638ca96d8a8cd4e1c2b90985"
+ resolved "https://registry.npmjs.org/set-function-name/-/set-function-name-2.0.2.tgz"
integrity sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==
dependencies:
define-data-property "^1.1.4"
@@ -21415,7 +18199,7 @@ set-function-name@^2.0.1, set-function-name@^2.0.2:
set-value@^2.0.0, set-value@^2.0.1:
version "2.0.1"
- resolved "https://registry.yarnpkg.com/set-value/-/set-value-2.0.1.tgz#a18d40530e6f07de4228c7defe4227af8cad005b"
+ resolved "https://registry.npmjs.org/set-value/-/set-value-2.0.1.tgz"
integrity sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw==
dependencies:
extend-shallow "^2.0.1"
@@ -21423,24 +18207,24 @@ set-value@^2.0.0, set-value@^2.0.1:
is-plain-object "^2.0.3"
split-string "^3.0.1"
-setimmediate@^1.0.4, setimmediate@^1.0.5:
+setimmediate@^1.0.5:
version "1.0.5"
- resolved "https://registry.yarnpkg.com/setimmediate/-/setimmediate-1.0.5.tgz#290cbb232e306942d7d7ea9b83732ab7856f8285"
+ resolved "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz"
integrity sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==
setprototypeof@1.1.0:
version "1.1.0"
- resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.1.0.tgz#d0bd85536887b6fe7c0d818cb962d9d91c54e656"
+ resolved "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz"
integrity sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==
setprototypeof@1.2.0:
version "1.2.0"
- resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.2.0.tgz#66c9a24a73f9fc28cbe66b09fed3d33dcaf1b424"
+ resolved "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz"
integrity sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==
sha.js@^2.4.0, sha.js@^2.4.8:
version "2.4.11"
- resolved "https://registry.yarnpkg.com/sha.js/-/sha.js-2.4.11.tgz#37a5cf0b81ecbc6943de109ba2960d1b26584ae7"
+ resolved "https://registry.npmjs.org/sha.js/-/sha.js-2.4.11.tgz"
integrity sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==
dependencies:
inherits "^2.0.1"
@@ -21448,67 +18232,62 @@ sha.js@^2.4.0, sha.js@^2.4.8:
shallow-clone@^3.0.0:
version "3.0.1"
- resolved "https://registry.yarnpkg.com/shallow-clone/-/shallow-clone-3.0.1.tgz#8f2981ad92531f55035b01fb230769a40e02efa3"
+ resolved "https://registry.npmjs.org/shallow-clone/-/shallow-clone-3.0.1.tgz"
integrity sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==
dependencies:
kind-of "^6.0.2"
shallowequal@^1.1.0:
version "1.1.0"
- resolved "https://registry.yarnpkg.com/shallowequal/-/shallowequal-1.1.0.tgz#188d521de95b9087404fd4dcb68b13df0ae4e7f8"
+ resolved "https://registry.npmjs.org/shallowequal/-/shallowequal-1.1.0.tgz"
integrity sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ==
shebang-command@^1.2.0:
version "1.2.0"
- resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-1.2.0.tgz#44aac65b695b03398968c39f363fee5deafdf1ea"
+ resolved "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz"
integrity sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==
dependencies:
shebang-regex "^1.0.0"
shebang-command@^2.0.0:
version "2.0.0"
- resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"
+ resolved "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz"
integrity sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==
dependencies:
shebang-regex "^3.0.0"
shebang-regex@^1.0.0:
version "1.0.0"
- resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3"
+ resolved "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz"
integrity sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==
shebang-regex@^3.0.0:
version "3.0.0"
- resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
+ resolved "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz"
integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
-shell-quote@1.7.2:
- version "1.7.2"
- resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.7.2.tgz#67a7d02c76c9da24f99d20808fcaded0e0e04be2"
- integrity sha512-mRz/m/JVscCrkMyPqHc/bczi3OQHkLTqXHEFu0zDhK/qfv3UcOA4SVmRCLmos4bhjr9ekVQubj/R7waKapmiQg==
-
shell-quote@^1.7.3, shell-quote@^1.8.1:
version "1.8.1"
- resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.8.1.tgz#6dbf4db75515ad5bac63b4f1894c3a154c766680"
+ resolved "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.1.tgz"
integrity sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==
+shell-quote@1.7.2:
+ version "1.7.2"
+ resolved "https://registry.npmjs.org/shell-quote/-/shell-quote-1.7.2.tgz"
+ integrity sha512-mRz/m/JVscCrkMyPqHc/bczi3OQHkLTqXHEFu0zDhK/qfv3UcOA4SVmRCLmos4bhjr9ekVQubj/R7waKapmiQg==
+
shelljs@^0.8.5:
version "0.8.5"
- resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.5.tgz#de055408d8361bed66c669d2f000538ced8ee20c"
+ resolved "https://registry.npmjs.org/shelljs/-/shelljs-0.8.5.tgz"
integrity sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==
dependencies:
glob "^7.0.0"
interpret "^1.0.0"
rechoir "^0.6.2"
-shellwords@^0.1.1:
- version "0.1.1"
- resolved "https://registry.yarnpkg.com/shellwords/-/shellwords-0.1.1.tgz#d6b9181c1a48d397324c84871efbcfc73fc0654b"
- integrity sha512-vFwSUfQvqybiICwZY5+DAWIPLKsWO31Q91JSKl3UYv+K5c2QRPzn0qzec6QPu1Qc9eHYItiP3NdJqNVqetYAww==
-
side-channel@^1.0.4, side-channel@^1.0.6:
version "1.0.6"
- resolved "https://registry.yarnpkg.com/side-channel/-/side-channel-1.0.6.tgz#abd25fb7cd24baf45466406b1096b7831c9215f2"
+ resolved "https://registry.npmjs.org/side-channel/-/side-channel-1.0.6.tgz"
integrity sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==
dependencies:
call-bind "^1.0.7"
@@ -21518,24 +18297,22 @@ side-channel@^1.0.4, side-channel@^1.0.6:
signal-exit@^3.0.0, signal-exit@^3.0.2, signal-exit@^3.0.3:
version "3.0.7"
- resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9"
+ resolved "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz"
integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==
-signal-exit@^4.0.1, signal-exit@^4.1.0:
+signal-exit@^4.0.1:
version "4.1.0"
- resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-4.1.0.tgz#952188c1cbd546070e2dd20d0f41c0ae0530cb04"
+ resolved "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz"
integrity sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==
-simple-swizzle@^0.2.2:
- version "0.2.2"
- resolved "https://registry.yarnpkg.com/simple-swizzle/-/simple-swizzle-0.2.2.tgz#a4da6b635ffcccca33f70d17cb92592de95e557a"
- integrity sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==
- dependencies:
- is-arrayish "^0.3.1"
+signal-exit@^4.1.0:
+ version "4.1.0"
+ resolved "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz"
+ integrity sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==
sirv@^2.0.3:
version "2.0.4"
- resolved "https://registry.yarnpkg.com/sirv/-/sirv-2.0.4.tgz#5dd9a725c578e34e449f332703eb2a74e46a29b0"
+ resolved "https://registry.npmjs.org/sirv/-/sirv-2.0.4.tgz"
integrity sha512-94Bdh3cC2PKrbgSOUqTiGPWVZeSiXfKOVZNJniWoqrWrRkB1CJzBU3NEbiTsPcYy1lDsANA/THzS+9WBiy5nfQ==
dependencies:
"@polka/url" "^1.0.0-next.24"
@@ -21544,12 +18321,12 @@ sirv@^2.0.3:
sisteransi@^1.0.5:
version "1.0.5"
- resolved "https://registry.yarnpkg.com/sisteransi/-/sisteransi-1.0.5.tgz#134d681297756437cc05ca01370d3a7a571075ed"
+ resolved "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz"
integrity sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==
sitemap@^7.1.1:
version "7.1.2"
- resolved "https://registry.yarnpkg.com/sitemap/-/sitemap-7.1.2.tgz#6ce1deb43f6f177c68bc59cf93632f54e3ae6b72"
+ resolved "https://registry.npmjs.org/sitemap/-/sitemap-7.1.2.tgz"
integrity sha512-ARCqzHJ0p4gWt+j7NlU5eDlIO9+Rkr/JhPFZKKQ1l5GCus7rJH4UdrlVAh0xC/gDS/Qir2UMxqYNHtsKr2rpCw==
dependencies:
"@types/node" "^17.0.5"
@@ -21559,32 +18336,32 @@ sitemap@^7.1.1:
slash@^1.0.0:
version "1.0.0"
- resolved "https://registry.yarnpkg.com/slash/-/slash-1.0.0.tgz#c41f2f6c39fc16d1cd17ad4b5d896114ae470d55"
+ resolved "https://registry.npmjs.org/slash/-/slash-1.0.0.tgz"
integrity sha512-3TYDR7xWt4dIqV2JauJr+EJeW356RXijHeUlO+8djJ+uBXPn8/2dpzBc8yQhh583sVvc9CvFAeQVgijsH+PNNg==
slash@^2.0.0:
version "2.0.0"
- resolved "https://registry.yarnpkg.com/slash/-/slash-2.0.0.tgz#de552851a1759df3a8f206535442f5ec4ddeab44"
+ resolved "https://registry.npmjs.org/slash/-/slash-2.0.0.tgz"
integrity sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==
slash@^3.0.0:
version "3.0.0"
- resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634"
+ resolved "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz"
integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==
slash@^4.0.0:
version "4.0.0"
- resolved "https://registry.yarnpkg.com/slash/-/slash-4.0.0.tgz#2422372176c4c6c5addb5e2ada885af984b396a7"
+ resolved "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz"
integrity sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==
slash@^5.1.0:
version "5.1.0"
- resolved "https://registry.yarnpkg.com/slash/-/slash-5.1.0.tgz#be3adddcdf09ac38eebe8dcdc7b1a57a75b095ce"
+ resolved "https://registry.npmjs.org/slash/-/slash-5.1.0.tgz"
integrity sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==
slice-ansi@^3.0.0:
version "3.0.0"
- resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-3.0.0.tgz#31ddc10930a1b7e0b67b08c96c2f49b77a789787"
+ resolved "https://registry.npmjs.org/slice-ansi/-/slice-ansi-3.0.0.tgz"
integrity sha512-pSyv7bSTC7ig9Dcgbw9AuRNUb5k5V6oDudjZoMBSr13qpLBG7tB+zgCkARjq7xIUgdz5P1Qe8u+rSGdouOOIyQ==
dependencies:
ansi-styles "^4.0.0"
@@ -21593,7 +18370,7 @@ slice-ansi@^3.0.0:
slice-ansi@^4.0.0:
version "4.0.0"
- resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-4.0.0.tgz#500e8dd0fd55b05815086255b3195adf2a45fe6b"
+ resolved "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz"
integrity sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==
dependencies:
ansi-styles "^4.0.0"
@@ -21602,7 +18379,7 @@ slice-ansi@^4.0.0:
snapdragon-node@^2.0.1:
version "2.1.1"
- resolved "https://registry.yarnpkg.com/snapdragon-node/-/snapdragon-node-2.1.1.tgz#6c175f86ff14bdb0724563e8f3c1b021a286853b"
+ resolved "https://registry.npmjs.org/snapdragon-node/-/snapdragon-node-2.1.1.tgz"
integrity sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==
dependencies:
define-property "^1.0.0"
@@ -21611,14 +18388,14 @@ snapdragon-node@^2.0.1:
snapdragon-util@^3.0.1:
version "3.0.1"
- resolved "https://registry.yarnpkg.com/snapdragon-util/-/snapdragon-util-3.0.1.tgz#f956479486f2acd79700693f6f7b805e45ab56e2"
+ resolved "https://registry.npmjs.org/snapdragon-util/-/snapdragon-util-3.0.1.tgz"
integrity sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ==
dependencies:
kind-of "^3.2.0"
snapdragon@^0.8.1:
version "0.8.2"
- resolved "https://registry.yarnpkg.com/snapdragon/-/snapdragon-0.8.2.tgz#64922e7c565b0e14204ba1aa7d6964278d25182d"
+ resolved "https://registry.npmjs.org/snapdragon/-/snapdragon-0.8.2.tgz"
integrity sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg==
dependencies:
base "^0.11.1"
@@ -21630,20 +18407,9 @@ snapdragon@^0.8.1:
source-map-resolve "^0.5.0"
use "^3.1.0"
-sockjs-client@^1.5.0:
- version "1.6.1"
- resolved "https://registry.yarnpkg.com/sockjs-client/-/sockjs-client-1.6.1.tgz#350b8eda42d6d52ddc030c39943364c11dcad806"
- integrity sha512-2g0tjOR+fRs0amxENLi/q5TiJTqY+WXFOzb5UwXndlK6TO3U/mirZznpx6w34HVMoc3g7cY24yC/ZMIYnDlfkw==
- dependencies:
- debug "^3.2.7"
- eventsource "^2.0.2"
- faye-websocket "^0.11.4"
- inherits "^2.0.4"
- url-parse "^1.5.10"
-
-sockjs@^0.3.21, sockjs@^0.3.24:
+sockjs@^0.3.24:
version "0.3.24"
- resolved "https://registry.yarnpkg.com/sockjs/-/sockjs-0.3.24.tgz#c9bc8995f33a111bea0395ec30aa3206bdb5ccce"
+ resolved "https://registry.npmjs.org/sockjs/-/sockjs-0.3.24.tgz"
integrity sha512-GJgLTZ7vYb/JtPSSZ10hsOYIvEYsjbNU+zPdIHcUaWVNUEPivzxku31865sSSud0Da0W4lEeOPlmw93zLQchuQ==
dependencies:
faye-websocket "^0.11.3"
@@ -21652,7 +18418,7 @@ sockjs@^0.3.21, sockjs@^0.3.24:
sort-array@^2.0.0:
version "2.0.0"
- resolved "https://registry.yarnpkg.com/sort-array/-/sort-array-2.0.0.tgz#38a9c6da27fd7d147b42e60554f281187b4df472"
+ resolved "https://registry.npmjs.org/sort-array/-/sort-array-2.0.0.tgz"
integrity sha512-nZI3lq+nPRImxYqQY5iwpOPVLdDEMr2k6rCOAz5hRcpyYFsrR+2m5Kw0tZaTt452nx/9wZrKaMEMrX03I7ChqQ==
dependencies:
array-back "^1.0.4"
@@ -21661,31 +18427,22 @@ sort-array@^2.0.0:
sort-css-media-queries@2.1.0:
version "2.1.0"
- resolved "https://registry.yarnpkg.com/sort-css-media-queries/-/sort-css-media-queries-2.1.0.tgz#7c85e06f79826baabb232f5560e9745d7a78c4ce"
+ resolved "https://registry.npmjs.org/sort-css-media-queries/-/sort-css-media-queries-2.1.0.tgz"
integrity sha512-IeWvo8NkNiY2vVYdPa27MCQiR0MN0M80johAYFVxWWXQ44KU84WNxjslwBHmc/7ZL2ccwkM7/e6S5aiKZXm7jA==
-sort-keys@^1.0.0:
- version "1.1.2"
- resolved "https://registry.yarnpkg.com/sort-keys/-/sort-keys-1.1.2.tgz#441b6d4d346798f1b4e49e8920adfba0e543f9ad"
- integrity sha512-vzn8aSqKgytVik0iwdBEi+zevbTYZogewTUM6dtpmGwEcdzbub/TX4bCzRhebDCRC3QzXgJsLRKB2V/Oof7HXg==
- dependencies:
- is-plain-obj "^1.0.0"
-
-sortobject@^1.1.1:
- version "1.3.0"
- resolved "https://registry.yarnpkg.com/sortobject/-/sortobject-1.3.0.tgz#bc8ce57014c567bdbf78e89ae6c484e64d51e9dc"
- integrity sha512-rr0RrgE3ZoWaREnHiidnywzXLaeqmxDKfB4Htdbzu4WBzsVeZEJrhz7AR4ZF+gzHgbog/lQoNXxCWHaXeLc1Dg==
- dependencies:
- editions "^2.2.0"
+sortobject@^4.0.0:
+ version "4.17.0"
+ resolved "https://registry.npmjs.org/sortobject/-/sortobject-4.17.0.tgz"
+ integrity sha512-gzx7USv55AFRQ7UCWJHHauwD/ptUHF9MLXCGO3f5M9zauDPZ/4a9H6/VVbOXefdpEoI1unwB/bArHIVMbWBHmA==
source-list-map@^2.0.0, source-list-map@^2.0.1:
version "2.0.1"
- resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-2.0.1.tgz#3993bd873bfc48479cca9ea3a547835c7c154b34"
+ resolved "https://registry.npmjs.org/source-list-map/-/source-list-map-2.0.1.tgz"
integrity sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==
source-map-explorer@^2.1.0:
version "2.5.3"
- resolved "https://registry.yarnpkg.com/source-map-explorer/-/source-map-explorer-2.5.3.tgz#33551b51e33b70f56d15e79083cdd4c43e583b69"
+ resolved "https://registry.npmjs.org/source-map-explorer/-/source-map-explorer-2.5.3.tgz"
integrity sha512-qfUGs7UHsOBE5p/lGfQdaAj/5U/GWYBw2imEpD6UQNkqElYonkow8t+HBL1qqIl3CuGZx7n8/CQo4x1HwSHhsg==
dependencies:
btoa "^1.2.1"
@@ -21703,21 +18460,21 @@ source-map-explorer@^2.1.0:
source-map-js@^1.0.1, source-map-js@^1.2.0:
version "1.2.0"
- resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.2.0.tgz#16b809c162517b5b8c3e7dcd315a2a5c2612b2af"
+ resolved "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.0.tgz"
integrity sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==
source-map-loader@^3.0.0:
version "3.0.2"
- resolved "https://registry.yarnpkg.com/source-map-loader/-/source-map-loader-3.0.2.tgz#af23192f9b344daa729f6772933194cc5fa54fee"
+ resolved "https://registry.npmjs.org/source-map-loader/-/source-map-loader-3.0.2.tgz"
integrity sha512-BokxPoLjyl3iOrgkWaakaxqnelAJSS+0V+De0kKIq6lyWrXuiPgYTGp6z3iHmqljKAaLXwZa+ctD8GccRJeVvg==
dependencies:
abab "^2.0.5"
iconv-lite "^0.6.3"
source-map-js "^1.0.1"
-source-map-resolve@^0.5.0, source-map-resolve@^0.5.2:
+source-map-resolve@^0.5.0:
version "0.5.3"
- resolved "https://registry.yarnpkg.com/source-map-resolve/-/source-map-resolve-0.5.3.tgz#190866bece7553e1f8f267a2ee82c606b5509a1a"
+ resolved "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.3.tgz"
integrity sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw==
dependencies:
atob "^2.1.2"
@@ -21726,9 +18483,9 @@ source-map-resolve@^0.5.0, source-map-resolve@^0.5.2:
source-map-url "^0.4.0"
urix "^0.1.0"
-source-map-support@0.5.21, source-map-support@^0.5.16, source-map-support@^0.5.21, source-map-support@^0.5.6, source-map-support@~0.5.12, source-map-support@~0.5.20:
+source-map-support@^0.5.16, source-map-support@^0.5.21, source-map-support@^0.5.6, source-map-support@~0.5.20, source-map-support@0.5.21:
version "0.5.21"
- resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.21.tgz#04fe7c7f9e1ed2d662233c28cb2b35b9f63f6e4f"
+ resolved "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz"
integrity sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==
dependencies:
buffer-from "^1.0.0"
@@ -21736,59 +18493,69 @@ source-map-support@0.5.21, source-map-support@^0.5.16, source-map-support@^0.5.2
source-map-url@^0.4.0:
version "0.4.1"
- resolved "https://registry.yarnpkg.com/source-map-url/-/source-map-url-0.4.1.tgz#0af66605a745a5a2f91cf1bbf8a7afbc283dec56"
+ resolved "https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.1.tgz"
integrity sha512-cPiFOTLUKvJFIg4SKVScy4ilPPW6rFgMgfuZJPNoDuMs3nC1HbMUycBoJw77xFIp6z1UJQJOfx6C9GMH80DiTw==
-source-map@0.6.1, source-map@^0.6.0, source-map@^0.6.1, source-map@~0.6.0, source-map@~0.6.1:
- version "0.6.1"
- resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263"
- integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==
-
-source-map@0.7.3:
- version "0.7.3"
- resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.7.3.tgz#5302f8169031735226544092e64981f751750383"
- integrity sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==
+source-map@^0.5.0:
+ version "0.5.7"
+ resolved "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz"
+ integrity sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==
-source-map@^0.5.0, source-map@^0.5.6:
+source-map@^0.5.6:
version "0.5.7"
- resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc"
+ resolved "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz"
integrity sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==
-source-map@^0.7.3, source-map@^0.7.4:
+source-map@^0.6.0, source-map@^0.6.1, source-map@~0.6.0, source-map@~0.6.1, source-map@0.6.1:
+ version "0.6.1"
+ resolved "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz"
+ integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==
+
+source-map@^0.7.3:
+ version "0.7.4"
+ resolved "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz"
+ integrity sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==
+
+source-map@^0.7.4:
version "0.7.4"
- resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.7.4.tgz#a9bbe705c9d8846f4e08ff6765acf0f1b0898656"
+ resolved "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz"
integrity sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==
source-map@^0.8.0-beta.0:
version "0.8.0-beta.0"
- resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.8.0-beta.0.tgz#d4c1bb42c3f7ee925f005927ba10709e0d1d1f11"
+ resolved "https://registry.npmjs.org/source-map/-/source-map-0.8.0-beta.0.tgz"
integrity sha512-2ymg6oRBpebeZi9UUNsgQ89bhx01TcTkmNTGnNO88imTmbSgy4nfujrgVEFKWpMTEGA11EDkTt7mqObTPdigIA==
dependencies:
whatwg-url "^7.0.0"
+source-map@0.7.3:
+ version "0.7.3"
+ resolved "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz"
+ integrity sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==
+
sourcemap-codec@^1.4.8:
version "1.4.8"
- resolved "https://registry.yarnpkg.com/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz#ea804bd94857402e6992d05a38ef1ae35a9ab4c4"
+ resolved "https://registry.npmjs.org/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz"
integrity sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==
space-separated-tokens@^1.0.0:
version "1.1.5"
- resolved "https://registry.yarnpkg.com/space-separated-tokens/-/space-separated-tokens-1.1.5.tgz#85f32c3d10d9682007e917414ddc5c26d1aa6899"
+ resolved "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-1.1.5.tgz"
integrity sha512-q/JSVd1Lptzhf5bkYm4ob4iWPjx0KiRe3sRFBNrVqbJkFaBm5vbbowy1mymoPNLRa52+oadOhJ+K49wsSeSjTA==
space-separated-tokens@^2.0.0:
version "2.0.2"
- resolved "https://registry.yarnpkg.com/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz#1ecd9d2350a3844572c3f4a312bceb018348859f"
+ resolved "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz"
integrity sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==
spawn-command@^0.0.2-1:
version "0.0.2"
- resolved "https://registry.yarnpkg.com/spawn-command/-/spawn-command-0.0.2.tgz#9544e1a43ca045f8531aac1a48cb29bdae62338e"
+ resolved "https://registry.npmjs.org/spawn-command/-/spawn-command-0.0.2.tgz"
integrity sha512-zC8zGoGkmc8J9ndvml8Xksr1Amk9qBujgbF0JAIWO7kXr43w0h/0GJNM/Vustixu+YE8N/MTrQ7N31FvHUACxQ==
spawndamnit@^2.0.0:
version "2.0.0"
- resolved "https://registry.yarnpkg.com/spawndamnit/-/spawndamnit-2.0.0.tgz#9f762ac5c3476abb994b42ad592b5ad22bb4b0ad"
+ resolved "https://registry.npmjs.org/spawndamnit/-/spawndamnit-2.0.0.tgz"
integrity sha512-j4JKEcncSjFlqIwU5L/rp2N5SIPsdxaRsIv678+TZxZ0SRDJTm8JrxJMjE/XuiEZNEir3S8l0Fa3Ke339WI4qA==
dependencies:
cross-spawn "^5.1.0"
@@ -21796,7 +18563,7 @@ spawndamnit@^2.0.0:
spdx-correct@^3.0.0:
version "3.2.0"
- resolved "https://registry.yarnpkg.com/spdx-correct/-/spdx-correct-3.2.0.tgz#4f5ab0668f0059e34f9c00dce331784a12de4e9c"
+ resolved "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.2.0.tgz"
integrity sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==
dependencies:
spdx-expression-parse "^3.0.0"
@@ -21804,12 +18571,12 @@ spdx-correct@^3.0.0:
spdx-exceptions@^2.1.0:
version "2.5.0"
- resolved "https://registry.yarnpkg.com/spdx-exceptions/-/spdx-exceptions-2.5.0.tgz#5d607d27fc806f66d7b64a766650fa890f04ed66"
+ resolved "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.5.0.tgz"
integrity sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w==
spdx-expression-parse@^3.0.0:
version "3.0.1"
- resolved "https://registry.yarnpkg.com/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz#cf70f50482eefdc98e3ce0a6833e4a53ceeba679"
+ resolved "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz"
integrity sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==
dependencies:
spdx-exceptions "^2.1.0"
@@ -21817,12 +18584,12 @@ spdx-expression-parse@^3.0.0:
spdx-license-ids@^3.0.0:
version "3.0.18"
- resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.18.tgz#22aa922dcf2f2885a6494a261f2d8b75345d0326"
+ resolved "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.18.tgz"
integrity sha512-xxRs31BqRYHwiMzudOrpSiHtZ8i/GeionCBDSilhYRj+9gIcI8wCZTlXZKu9vZIVqViP3dcp9qE5G6AlIaD+TQ==
spdy-transport@^3.0.0:
version "3.0.0"
- resolved "https://registry.yarnpkg.com/spdy-transport/-/spdy-transport-3.0.0.tgz#00d4863a6400ad75df93361a1608605e5dcdcf31"
+ resolved "https://registry.npmjs.org/spdy-transport/-/spdy-transport-3.0.0.tgz"
integrity sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==
dependencies:
debug "^4.1.0"
@@ -21834,7 +18601,7 @@ spdy-transport@^3.0.0:
spdy@^4.0.2:
version "4.0.2"
- resolved "https://registry.yarnpkg.com/spdy/-/spdy-4.0.2.tgz#b74f466203a3eda452c02492b91fb9e84a27677b"
+ resolved "https://registry.npmjs.org/spdy/-/spdy-4.0.2.tgz"
integrity sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==
dependencies:
debug "^4.1.0"
@@ -21845,40 +18612,40 @@ spdy@^4.0.2:
split-string@^3.0.1, split-string@^3.0.2:
version "3.1.0"
- resolved "https://registry.yarnpkg.com/split-string/-/split-string-3.1.0.tgz#7cb09dda3a86585705c64b39a6466038682e8fe2"
+ resolved "https://registry.npmjs.org/split-string/-/split-string-3.1.0.tgz"
integrity sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw==
dependencies:
extend-shallow "^3.0.0"
-split2@^3.0.0:
- version "3.2.2"
- resolved "https://registry.yarnpkg.com/split2/-/split2-3.2.2.tgz#bf2cf2a37d838312c249c89206fd7a17dd12365f"
- integrity sha512-9NThjpgZnifTkJpzTZ7Eue85S49QwpNhZTq6GRJwObb6jnLFNGB7Qm73V5HewTROPyxD0C29xqmaI68bQtV+hg==
+split@^1.0.1:
+ version "1.0.1"
+ resolved "https://registry.npmjs.org/split/-/split-1.0.1.tgz"
+ integrity sha512-mTyOoPbrivtXnwnIxZRFYRrPNtEFKlpB2fvjSnCQUiAA6qAZzqwna5envK4uk6OIeP17CsdF3rSBGYVBsU0Tkg==
dependencies:
- readable-stream "^3.0.0"
+ through "2"
split@0.3:
version "0.3.3"
- resolved "https://registry.yarnpkg.com/split/-/split-0.3.3.tgz#cd0eea5e63a211dfff7eb0f091c4133e2d0dd28f"
+ resolved "https://registry.npmjs.org/split/-/split-0.3.3.tgz"
integrity sha512-wD2AeVmxXRBoX44wAycgjVpMhvbwdI2aZjCkvfNcH1YqHQvJVa1duWc73OyVGJUc05fhFaTZeQ/PYsrmyH0JVA==
dependencies:
through "2"
-split@^1.0.1:
- version "1.0.1"
- resolved "https://registry.yarnpkg.com/split/-/split-1.0.1.tgz#605bd9be303aa59fb35f9229fbea0ddec9ea07d9"
- integrity sha512-mTyOoPbrivtXnwnIxZRFYRrPNtEFKlpB2fvjSnCQUiAA6qAZzqwna5envK4uk6OIeP17CsdF3rSBGYVBsU0Tkg==
+split2@^3.0.0:
+ version "3.2.2"
+ resolved "https://registry.npmjs.org/split2/-/split2-3.2.2.tgz"
+ integrity sha512-9NThjpgZnifTkJpzTZ7Eue85S49QwpNhZTq6GRJwObb6jnLFNGB7Qm73V5HewTROPyxD0C29xqmaI68bQtV+hg==
dependencies:
- through "2"
+ readable-stream "^3.0.0"
sprintf-js@~1.0.2:
version "1.0.3"
- resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c"
+ resolved "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz"
integrity sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==
sshpk@^1.14.1, sshpk@^1.7.0:
version "1.18.0"
- resolved "https://registry.yarnpkg.com/sshpk/-/sshpk-1.18.0.tgz#1663e55cddf4d688b86a46b77f0d5fe363aba028"
+ resolved "https://registry.npmjs.org/sshpk/-/sshpk-1.18.0.tgz"
integrity sha512-2p2KJZTSqQ/I3+HX42EpYOa2l3f8Erv8MWKsy2I9uf4wA7yFIkXRffYdsx86y6z4vHtV8u7g+pPlr8/4ouAxsQ==
dependencies:
asn1 "~0.2.3"
@@ -21891,82 +18658,73 @@ sshpk@^1.14.1, sshpk@^1.7.0:
safer-buffer "^2.0.2"
tweetnacl "~0.14.0"
-ssri@^6.0.1:
- version "6.0.2"
- resolved "https://registry.yarnpkg.com/ssri/-/ssri-6.0.2.tgz#157939134f20464e7301ddba3e90ffa8f7728ac5"
- integrity sha512-cepbSq/neFK7xB6A50KHN0xHDotYzq58wWCa5LeWqnPrHG8GzfEjO/4O8kpmcGW+oaxkvhEJCWgbgNk4/ZV93Q==
- dependencies:
- figgy-pudding "^3.5.1"
-
-ssri@^8.0.1:
- version "8.0.1"
- resolved "https://registry.yarnpkg.com/ssri/-/ssri-8.0.1.tgz#638e4e439e2ffbd2cd289776d5ca457c4f51a2af"
- integrity sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ==
- dependencies:
- minipass "^3.1.1"
-
stable@^0.1.8:
version "0.1.8"
- resolved "https://registry.yarnpkg.com/stable/-/stable-0.1.8.tgz#836eb3c8382fe2936feaf544631017ce7d47a3cf"
+ resolved "https://registry.npmjs.org/stable/-/stable-0.1.8.tgz"
integrity sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==
-stack-utils@^2.0.2, stack-utils@^2.0.3:
+stack-utils@^2.0.3:
version "2.0.6"
- resolved "https://registry.yarnpkg.com/stack-utils/-/stack-utils-2.0.6.tgz#aaf0748169c02fc33c8232abccf933f54a1cc34f"
+ resolved "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.6.tgz"
integrity sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==
dependencies:
escape-string-regexp "^2.0.0"
stackframe@^1.3.4:
version "1.3.4"
- resolved "https://registry.yarnpkg.com/stackframe/-/stackframe-1.3.4.tgz#b881a004c8c149a5e8efef37d51b16e412943310"
+ resolved "https://registry.npmjs.org/stackframe/-/stackframe-1.3.4.tgz"
integrity sha512-oeVtt7eWQS+Na6F//S4kJ2K2VbRlS9D43mAlMyVpVWovy9o+jfgH8O9agzANzaiLjclA0oYzUXEM4PurhSUChw==
state-toggle@^1.0.0:
version "1.0.3"
- resolved "https://registry.yarnpkg.com/state-toggle/-/state-toggle-1.0.3.tgz#e123b16a88e143139b09c6852221bc9815917dfe"
+ resolved "https://registry.npmjs.org/state-toggle/-/state-toggle-1.0.3.tgz"
integrity sha512-d/5Z4/2iiCnHw6Xzghyhb+GcmF89bxwgXG60wjIiZaxnymbyOmI8Hk4VqHXiVVp6u2ysaskFfXg3ekCj4WNftQ==
static-eval@2.0.2:
version "2.0.2"
- resolved "https://registry.yarnpkg.com/static-eval/-/static-eval-2.0.2.tgz#2d1759306b1befa688938454c546b7871f806a42"
+ resolved "https://registry.npmjs.org/static-eval/-/static-eval-2.0.2.tgz"
integrity sha512-N/D219Hcr2bPjLxPiV+TQE++Tsmrady7TqAJugLy7Xk1EumfDWS/f5dtBbkRCGE7wKKXuYockQoj8Rm2/pVKyg==
dependencies:
escodegen "^1.8.1"
static-extend@^0.1.1:
version "0.1.2"
- resolved "https://registry.yarnpkg.com/static-extend/-/static-extend-0.1.2.tgz#60809c39cbff55337226fd5e0b520f341f1fb5c6"
+ resolved "https://registry.npmjs.org/static-extend/-/static-extend-0.1.2.tgz"
integrity sha512-72E9+uLc27Mt718pMHt9VMNiAL4LMsmDbBva8mxWUCkT07fSzEGMYUCk0XWY6lp0j6RBAG4cJ3mWuZv2OE3s0g==
dependencies:
define-property "^0.2.5"
object-copy "^0.1.0"
-statuses@2.0.1:
- version "2.0.1"
- resolved "https://registry.yarnpkg.com/statuses/-/statuses-2.0.1.tgz#55cb000ccf1d48728bd23c685a063998cf1a1b63"
- integrity sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==
+"statuses@>= 1.4.0 < 2":
+ version "1.5.0"
+ resolved "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz"
+ integrity sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==
-"statuses@>= 1.4.0 < 2", statuses@~1.5.0:
+statuses@~1.5.0:
version "1.5.0"
- resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c"
+ resolved "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz"
integrity sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==
+statuses@2.0.1:
+ version "2.0.1"
+ resolved "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz"
+ integrity sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==
+
std-env@^3.0.1:
version "3.7.0"
- resolved "https://registry.yarnpkg.com/std-env/-/std-env-3.7.0.tgz#c9f7386ced6ecf13360b6c6c55b8aaa4ef7481d2"
+ resolved "https://registry.npmjs.org/std-env/-/std-env-3.7.0.tgz"
integrity sha512-JPbdCEQLj1w5GilpiHAx3qJvFndqybBysA3qUOnznweH4QbNYUsW/ea8QzSrnh0vNsezMMw5bcVool8lM0gwzg==
stop-iteration-iterator@^1.0.0:
version "1.0.0"
- resolved "https://registry.yarnpkg.com/stop-iteration-iterator/-/stop-iteration-iterator-1.0.0.tgz#6a60be0b4ee757d1ed5254858ec66b10c49285e4"
+ resolved "https://registry.npmjs.org/stop-iteration-iterator/-/stop-iteration-iterator-1.0.0.tgz"
integrity sha512-iCGQj+0l0HOdZ2AEeBADlsRC+vsnDsZsbdSiH1yNSjcfKM7fdpCMfqAL/dwF5BLiw/XhRft/Wax6zQbhq2BcjQ==
dependencies:
internal-slot "^1.0.4"
storybook-addon-jsx@^7.3.14:
version "7.3.14"
- resolved "https://registry.yarnpkg.com/storybook-addon-jsx/-/storybook-addon-jsx-7.3.14.tgz#7b3e98d1f970efaf2d94d0203947aa2bcfc1e441"
+ resolved "https://registry.npmjs.org/storybook-addon-jsx/-/storybook-addon-jsx-7.3.14.tgz"
integrity sha512-ierjcn0nxjjOuNcnLkorXQnfXlYmyQxFXvmWV88T9V8VAnsWd4yclTtSOV/gPtB83FefmyO/8dm1qQBG0f+2pA==
dependencies:
copy-to-clipboard "^3.0.8"
@@ -21976,12 +18734,12 @@ storybook-addon-jsx@^7.3.14:
storybook-pretty-props@^1.0.3:
version "1.2.1"
- resolved "https://registry.yarnpkg.com/storybook-pretty-props/-/storybook-pretty-props-1.2.1.tgz#04c6e7c80efc0190a5dd94dceaf50579c159e182"
+ resolved "https://registry.npmjs.org/storybook-pretty-props/-/storybook-pretty-props-1.2.1.tgz"
integrity sha512-3dUtu0UbBA6idA3Qo0i+CYGGz8GiqlXzhgCJdT065jnuJ3y9intKxZpv05ZbnQXCPnsPVSDos+hgOZ444hf6xA==
-storybook@^8.0.6:
+storybook@^8.0.6, storybook@^8.2.7:
version "8.2.7"
- resolved "https://registry.yarnpkg.com/storybook/-/storybook-8.2.7.tgz#0e8d6fb580e19142cb8af4acb390d11e5205a5cb"
+ resolved "https://registry.npmjs.org/storybook/-/storybook-8.2.7.tgz"
integrity sha512-Jb9DXue1sr3tKkpuq66VP5ItOKTpxL6t99ze1wXDbjCvPiInTdPA5AyFEjBuKjOBIh28bayYoOZa6/xbMJV+Wg==
dependencies:
"@babel/core" "^7.24.4"
@@ -22013,17 +18771,9 @@ storybook@^8.0.6:
tiny-invariant "^1.3.1"
ts-dedent "^2.0.0"
-stream-browserify@^2.0.1:
- version "2.0.2"
- resolved "https://registry.yarnpkg.com/stream-browserify/-/stream-browserify-2.0.2.tgz#87521d38a44aa7ee91ce1cd2a47df0cb49dd660b"
- integrity sha512-nX6hmklHs/gr2FuxYDltq8fJA1GDlxKQCz8O/IM4atRqBH8OORmBNgfvW5gG10GT/qQ9u0CzIvr2X5Pkt6ntqg==
- dependencies:
- inherits "~2.0.1"
- readable-stream "^2.0.2"
-
stream-browserify@^3.0.0:
version "3.0.0"
- resolved "https://registry.yarnpkg.com/stream-browserify/-/stream-browserify-3.0.0.tgz#22b0a2850cdf6503e73085da1fc7b7d0c2122f2f"
+ resolved "https://registry.npmjs.org/stream-browserify/-/stream-browserify-3.0.0.tgz"
integrity sha512-H73RAHsVBapbim0tU2JwwOiXUj+fikfiaoYAKHF3VJfA0pe2BCzkhAHBlLG6REzE+2WNZcxOXjK7lkso+9euLA==
dependencies:
inherits "~2.0.4"
@@ -22031,65 +18781,55 @@ stream-browserify@^3.0.0:
stream-combiner@~0.0.4:
version "0.0.4"
- resolved "https://registry.yarnpkg.com/stream-combiner/-/stream-combiner-0.0.4.tgz#4d5e433c185261dde623ca3f44c586bcf5c4ad14"
+ resolved "https://registry.npmjs.org/stream-combiner/-/stream-combiner-0.0.4.tgz"
integrity sha512-rT00SPnTVyRsaSz5zgSPma/aHSOic5U1prhYdRy5HS2kTZviFpmDgzilbtsJsxiroqACmayynDN/9VzIbX5DOw==
dependencies:
duplexer "~0.1.1"
stream-connect@^1.0.2:
version "1.0.2"
- resolved "https://registry.yarnpkg.com/stream-connect/-/stream-connect-1.0.2.tgz#18bc81f2edb35b8b5d9a8009200a985314428a97"
+ resolved "https://registry.npmjs.org/stream-connect/-/stream-connect-1.0.2.tgz"
integrity sha512-68Kl+79cE0RGKemKkhxTSg8+6AGrqBt+cbZAXevg2iJ6Y3zX4JhA/sZeGzLpxW9cXhmqAcE7KnJCisUmIUfnFQ==
dependencies:
array-back "^1.0.2"
-stream-each@^1.1.0:
- version "1.2.3"
- resolved "https://registry.yarnpkg.com/stream-each/-/stream-each-1.2.3.tgz#ebe27a0c389b04fbcc233642952e10731afa9bae"
- integrity sha512-vlMC2f8I2u/bZGqkdfLQW/13Zihpej/7PmSiMQsbYddxuTsJp8vRe2x2FvVExZg7FaOds43ROAuFJwPR4MTZLw==
- dependencies:
- end-of-stream "^1.1.0"
- stream-shift "^1.0.0"
-
-stream-http@^2.7.2:
- version "2.8.3"
- resolved "https://registry.yarnpkg.com/stream-http/-/stream-http-2.8.3.tgz#b2d242469288a5a27ec4fe8933acf623de6514fc"
- integrity sha512-+TSkfINHDo4J+ZobQLWiMouQYB+UVYFttRA94FpEzzJ7ZdqcL4uUUQ7WkdkI4DSozGmgBUE/a47L+38PenXhUw==
- dependencies:
- builtin-status-codes "^3.0.0"
- inherits "^2.0.1"
- readable-stream "^2.3.6"
- to-arraybuffer "^1.0.0"
- xtend "^4.0.0"
-
stream-shift@^1.0.0:
version "1.0.3"
- resolved "https://registry.yarnpkg.com/stream-shift/-/stream-shift-1.0.3.tgz#85b8fab4d71010fc3ba8772e8046cc49b8a3864b"
+ resolved "https://registry.npmjs.org/stream-shift/-/stream-shift-1.0.3.tgz"
integrity sha512-76ORR0DO1o1hlKwTbi/DM3EXWGf3ZJYO8cXX5RJwnul2DEg2oyoZyjLNoQM8WsvZiFKCRfC1O0J7iCvie3RZmQ==
stream-via@^1.0.4:
version "1.0.4"
- resolved "https://registry.yarnpkg.com/stream-via/-/stream-via-1.0.4.tgz#8dccbb0ac909328eb8bc8e2a4bd3934afdaf606c"
+ resolved "https://registry.npmjs.org/stream-via/-/stream-via-1.0.4.tgz"
integrity sha512-DBp0lSvX5G9KGRDTkR/R+a29H+Wk2xItOF+MpZLLNDWbEV9tGPnqLPxHEYjmiz8xGtJHRIqmI+hCjmNzqoA4nQ==
-strict-uri-encode@^1.0.0:
- version "1.1.0"
- resolved "https://registry.yarnpkg.com/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz#279b225df1d582b1f54e65addd4352e18faa0713"
- integrity sha512-R3f198pcvnB+5IpnBlRkphuE9n46WyVl8I39W/ZUTZLz4nqSP/oLYUrcnJrw462Ds8he4YKMov2efsTIw1BDGQ==
+string_decoder@^1.1.1:
+ version "1.3.0"
+ resolved "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz"
+ integrity sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==
+ dependencies:
+ safe-buffer "~5.2.0"
+
+string_decoder@~1.1.1:
+ version "1.1.1"
+ resolved "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz"
+ integrity sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==
+ dependencies:
+ safe-buffer "~5.1.0"
string-argv@0.3.1:
version "0.3.1"
- resolved "https://registry.yarnpkg.com/string-argv/-/string-argv-0.3.1.tgz#95e2fbec0427ae19184935f816d74aaa4c5c19da"
+ resolved "https://registry.npmjs.org/string-argv/-/string-argv-0.3.1.tgz"
integrity sha512-a1uQGz7IyVy9YwhqjZIZu1c8JO8dNIe20xBmSS6qu9kv++k3JGzCVmprbNN5Kn+BgzD5E7YYwg1CcjuJMRNsvg==
string-hash@1.1.3:
version "1.1.3"
- resolved "https://registry.yarnpkg.com/string-hash/-/string-hash-1.1.3.tgz#e8aafc0ac1855b4666929ed7dd1275df5d6c811b"
+ resolved "https://registry.npmjs.org/string-hash/-/string-hash-1.1.3.tgz"
integrity sha512-kJUvRUFK49aub+a7T1nNE66EJbZBMnBgoC1UbCZ5n6bsZKBRga4KgBRTMn/pFkeCZSYtNeSyMxPDM0AXWELk2A==
string-length@^4.0.1:
version "4.0.2"
- resolved "https://registry.yarnpkg.com/string-length/-/string-length-4.0.2.tgz#a8a8dc7bd5c1a82b9b3c8b87e125f66871b6e57a"
+ resolved "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz"
integrity sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==
dependencies:
char-regex "^1.0.2"
@@ -22097,7 +18837,7 @@ string-length@^4.0.1:
string-length@^5.0.1:
version "5.0.1"
- resolved "https://registry.yarnpkg.com/string-length/-/string-length-5.0.1.tgz#3d647f497b6e8e8d41e422f7e0b23bc536c8381e"
+ resolved "https://registry.npmjs.org/string-length/-/string-length-5.0.1.tgz"
integrity sha512-9Ep08KAMUn0OadnVaBuRdE2l615CQ508kr0XMadjClfYpdCyvrbFp6Taebo8yyxokQ4viUd/xPPUA4FGgUa0ow==
dependencies:
char-regex "^2.0.0"
@@ -22105,12 +18845,12 @@ string-length@^5.0.1:
string-natural-compare@^3.0.1:
version "3.0.1"
- resolved "https://registry.yarnpkg.com/string-natural-compare/-/string-natural-compare-3.0.1.tgz#7a42d58474454963759e8e8b7ae63d71c1e7fdf4"
+ resolved "https://registry.npmjs.org/string-natural-compare/-/string-natural-compare-3.0.1.tgz"
integrity sha512-n3sPwynL1nwKi3WJ6AIsClwBMa0zTi54fn2oLU6ndfTSIO05xaznjSf15PcBZU6FNWbmN5Q6cxT4V5hGvB4taw==
"string-width-cjs@npm:string-width@^4.2.0":
version "4.2.3"
- resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
+ resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz"
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
dependencies:
emoji-regex "^8.0.0"
@@ -22119,7 +18859,7 @@ string-natural-compare@^3.0.1:
string-width@^2.1.1:
version "2.1.1"
- resolved "https://registry.yarnpkg.com/string-width/-/string-width-2.1.1.tgz#ab93f27a8dc13d28cac815c462143a6d9012ae9e"
+ resolved "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz"
integrity sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==
dependencies:
is-fullwidth-code-point "^2.0.0"
@@ -22127,7 +18867,7 @@ string-width@^2.1.1:
string-width@^3.0.0, string-width@^3.1.0:
version "3.1.0"
- resolved "https://registry.yarnpkg.com/string-width/-/string-width-3.1.0.tgz#22767be21b62af1081574306f69ac51b62203961"
+ resolved "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz"
integrity sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==
dependencies:
emoji-regex "^7.0.1"
@@ -22136,7 +18876,7 @@ string-width@^3.0.0, string-width@^3.1.0:
string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
version "4.2.3"
- resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
+ resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz"
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
dependencies:
emoji-regex "^8.0.0"
@@ -22145,7 +18885,7 @@ string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2
string-width@^5.0.1, string-width@^5.1.2:
version "5.1.2"
- resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.2.tgz#14f8daec6d81e7221d2a357e668cab73bdbca794"
+ resolved "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz"
integrity sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==
dependencies:
eastasianwidth "^0.2.0"
@@ -22154,7 +18894,7 @@ string-width@^5.0.1, string-width@^5.1.2:
string.prototype.includes@^2.0.0:
version "2.0.0"
- resolved "https://registry.yarnpkg.com/string.prototype.includes/-/string.prototype.includes-2.0.0.tgz#8986d57aee66d5460c144620a6d873778ad7289f"
+ resolved "https://registry.npmjs.org/string.prototype.includes/-/string.prototype.includes-2.0.0.tgz"
integrity sha512-E34CkBgyeqNDcrbU76cDjL5JLcVrtSdYq0MEh/B10r17pRP4ciHLwTgnuLV8Ay6cgEMLkcBkFCKyFZ43YldYzg==
dependencies:
define-properties "^1.1.3"
@@ -22162,7 +18902,7 @@ string.prototype.includes@^2.0.0:
string.prototype.matchall@^4.0.11, string.prototype.matchall@^4.0.6:
version "4.0.11"
- resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.11.tgz#1092a72c59268d2abaad76582dccc687c0297e0a"
+ resolved "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.11.tgz"
integrity sha512-NUdh0aDavY2og7IbBPenWqR9exH+E26Sv8e0/eTe1tltDGZL+GtBkDAnnyBtmekfK6/Dq3MkcGtzXFEd1LQrtg==
dependencies:
call-bind "^1.0.7"
@@ -22180,7 +18920,7 @@ string.prototype.matchall@^4.0.11, string.prototype.matchall@^4.0.6:
string.prototype.repeat@^1.0.0:
version "1.0.0"
- resolved "https://registry.yarnpkg.com/string.prototype.repeat/-/string.prototype.repeat-1.0.0.tgz#e90872ee0308b29435aa26275f6e1b762daee01a"
+ resolved "https://registry.npmjs.org/string.prototype.repeat/-/string.prototype.repeat-1.0.0.tgz"
integrity sha512-0u/TldDbKD8bFCQ/4f5+mNRrXwZ8hg2w7ZR8wa16e8z9XpePWl3eGEcUD0OXpEH/VJH/2G3gjUtR3ZOiBe2S/w==
dependencies:
define-properties "^1.1.3"
@@ -22188,7 +18928,7 @@ string.prototype.repeat@^1.0.0:
string.prototype.trim@^1.2.1, string.prototype.trim@^1.2.9:
version "1.2.9"
- resolved "https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.2.9.tgz#b6fa326d72d2c78b6df02f7759c73f8f6274faa4"
+ resolved "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.9.tgz"
integrity sha512-klHuCNxiMZ8MlsOihJhJEBJAiMVqU3Z2nEXWfWnIqjN0gEFS9J9+IxKozWWtQGcgoa1WUZzLjKPTr4ZHNFTFxw==
dependencies:
call-bind "^1.0.7"
@@ -22198,7 +18938,7 @@ string.prototype.trim@^1.2.1, string.prototype.trim@^1.2.9:
string.prototype.trimend@^1.0.8:
version "1.0.8"
- resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.8.tgz#3651b8513719e8a9f48de7f2f77640b26652b229"
+ resolved "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.8.tgz"
integrity sha512-p73uL5VCHCO2BZZ6krwwQE3kCzM7NKmis8S//xEC6fQonchbum4eP6kR4DLEjQFO3Wnj3Fuo8NM0kOSjVdHjZQ==
dependencies:
call-bind "^1.0.7"
@@ -22207,30 +18947,16 @@ string.prototype.trimend@^1.0.8:
string.prototype.trimstart@^1.0.8:
version "1.0.8"
- resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.8.tgz#7ee834dda8c7c17eff3118472bb35bfedaa34dde"
+ resolved "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.8.tgz"
integrity sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==
dependencies:
call-bind "^1.0.7"
define-properties "^1.2.1"
es-object-atoms "^1.0.0"
-string_decoder@^1.0.0, string_decoder@^1.1.1:
- version "1.3.0"
- resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz#42f114594a46cf1a8e30b0a84f56c78c3edac21e"
- integrity sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==
- dependencies:
- safe-buffer "~5.2.0"
-
-string_decoder@~1.1.1:
- version "1.1.1"
- resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz#9cf1611ba62685d7030ae9e4ba34149c3af03fc8"
- integrity sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==
- dependencies:
- safe-buffer "~5.1.0"
-
stringify-object@^3.3.0:
version "3.3.0"
- resolved "https://registry.yarnpkg.com/stringify-object/-/stringify-object-3.3.0.tgz#703065aefca19300d3ce88af4f5b3956d7556629"
+ resolved "https://registry.npmjs.org/stringify-object/-/stringify-object-3.3.0.tgz"
integrity sha512-rHqiFh1elqCQ9WPLIC8I0Q/g/wj5J1eMkyoiD6eoQApWHP0FtlK7rqnhmabL5VUY9JQCcqwwvlOaSuutekgyrw==
dependencies:
get-own-enumerable-property-symbols "^3.0.0"
@@ -22239,143 +18965,127 @@ stringify-object@^3.3.0:
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
version "6.0.1"
- resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
- integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
- dependencies:
- ansi-regex "^5.0.1"
-
-strip-ansi@6.0.0:
- version "6.0.0"
- resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.0.tgz#0b1571dd7669ccd4f3e06e14ef1eed26225ae532"
- integrity sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==
- dependencies:
- ansi-regex "^5.0.0"
-
-strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
- version "6.0.1"
- resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
+ resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
dependencies:
ansi-regex "^5.0.1"
-strip-ansi@^3.0.0, strip-ansi@^3.0.1:
+strip-ansi@^3.0.0:
version "3.0.1"
- resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-3.0.1.tgz#6a385fb8853d952d5ff05d0e8aaf94278dc63dcf"
+ resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz"
integrity sha512-VhumSSbBqDTP8p2ZLKj40UjBCV4+v8bUSEpUb4KjRgWk9pbqGF4REFj6KEagidb2f/M6AzC0EmFyDNGaw9OCzg==
dependencies:
ansi-regex "^2.0.0"
strip-ansi@^4.0.0:
version "4.0.0"
- resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-4.0.0.tgz#a8479022eb1ac368a871389b635262c505ee368f"
+ resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz"
integrity sha512-4XaJ2zQdCzROZDivEVIDPkcQn8LMFSa8kj8Gxb/Lnwzv9A8VctNZ+lfivC/sV3ivW8ElJTERXZoPBRrZKkNKow==
dependencies:
ansi-regex "^3.0.0"
strip-ansi@^5.0.0, strip-ansi@^5.1.0, strip-ansi@^5.2.0:
version "5.2.0"
- resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-5.2.0.tgz#8c9a536feb6afc962bdfa5b104a5091c1ad9c0ae"
+ resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz"
integrity sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==
dependencies:
ansi-regex "^4.1.0"
+strip-ansi@^6.0.0, strip-ansi@^6.0.1, strip-ansi@6.0.1:
+ version "6.0.1"
+ resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
+ integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
+ dependencies:
+ ansi-regex "^5.0.1"
+
strip-ansi@^7.0.1:
version "7.1.0"
- resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
+ resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz"
integrity sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==
dependencies:
ansi-regex "^6.0.1"
+strip-ansi@6.0.0:
+ version "6.0.0"
+ resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz"
+ integrity sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==
+ dependencies:
+ ansi-regex "^5.0.0"
+
strip-bom-string@^1.0.0:
version "1.0.0"
- resolved "https://registry.yarnpkg.com/strip-bom-string/-/strip-bom-string-1.0.0.tgz#e5211e9224369fbb81d633a2f00044dc8cedad92"
+ resolved "https://registry.npmjs.org/strip-bom-string/-/strip-bom-string-1.0.0.tgz"
integrity sha512-uCC2VHvQRYu+lMh4My/sFNmF2klFymLX1wHJeXnbEJERpV/ZsVuonzerjfrGpIGF7LBVa1O7i9kjiWvJiFck8g==
strip-bom@^3.0.0:
version "3.0.0"
- resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-3.0.0.tgz#2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3"
+ resolved "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz"
integrity sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==
strip-bom@^4.0.0:
version "4.0.0"
- resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-4.0.0.tgz#9c3505c1db45bcedca3d9cf7a16f5c5aa3901878"
+ resolved "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz"
integrity sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==
-strip-comments@^1.0.2:
- version "1.0.2"
- resolved "https://registry.yarnpkg.com/strip-comments/-/strip-comments-1.0.2.tgz#82b9c45e7f05873bee53f37168af930aa368679d"
- integrity sha512-kL97alc47hoyIQSV165tTt9rG5dn4w1dNnBhOQ3bOU1Nc1hel09jnXANaHJ7vzHLd4Ju8kseDGzlev96pghLFw==
- dependencies:
- babel-extract-comments "^1.0.0"
- babel-plugin-transform-object-rest-spread "^6.26.0"
-
strip-comments@^2.0.1:
version "2.0.1"
- resolved "https://registry.yarnpkg.com/strip-comments/-/strip-comments-2.0.1.tgz#4ad11c3fbcac177a67a40ac224ca339ca1c1ba9b"
+ resolved "https://registry.npmjs.org/strip-comments/-/strip-comments-2.0.1.tgz"
integrity sha512-ZprKx+bBLXv067WTCALv8SSz5l2+XhpYCsVtSqlMnkAXMWDq+/ekVbl1ghqP9rUHTzv6sm/DwCOiYutU/yp1fw==
strip-eof@^1.0.0:
version "1.0.0"
- resolved "https://registry.yarnpkg.com/strip-eof/-/strip-eof-1.0.0.tgz#bb43ff5598a6eb05d89b59fcd129c983313606bf"
+ resolved "https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz"
integrity sha512-7FCwGGmx8mD5xQd3RPUvnSpUXHM3BWuzjtpD4TXsfcZ9EL4azvVVUscFYwD9nx8Kh+uCBC00XBtAykoMHwTh8Q==
strip-final-newline@^2.0.0:
version "2.0.0"
- resolved "https://registry.yarnpkg.com/strip-final-newline/-/strip-final-newline-2.0.0.tgz#89b852fb2fcbe936f6f4b3187afb0a12c1ab58ad"
+ resolved "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz"
integrity sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==
strip-final-newline@^3.0.0:
version "3.0.0"
- resolved "https://registry.yarnpkg.com/strip-final-newline/-/strip-final-newline-3.0.0.tgz#52894c313fbff318835280aed60ff71ebf12b8fd"
+ resolved "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-3.0.0.tgz"
integrity sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==
strip-indent@^3.0.0:
version "3.0.0"
- resolved "https://registry.yarnpkg.com/strip-indent/-/strip-indent-3.0.0.tgz#c32e1cee940b6b3432c771bc2c54bcce73cd3001"
+ resolved "https://registry.npmjs.org/strip-indent/-/strip-indent-3.0.0.tgz"
integrity sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==
dependencies:
min-indent "^1.0.0"
strip-indent@^4.0.0:
version "4.0.0"
- resolved "https://registry.yarnpkg.com/strip-indent/-/strip-indent-4.0.0.tgz#b41379433dd06f5eae805e21d631e07ee670d853"
+ resolved "https://registry.npmjs.org/strip-indent/-/strip-indent-4.0.0.tgz"
integrity sha512-mnVSV2l+Zv6BLpSD/8V87CW/y9EmmbYzGCIavsnsI6/nwn26DwffM/yztm30Z/I2DY9wdS3vXVCMnHDgZaVNoA==
dependencies:
min-indent "^1.0.1"
strip-json-comments@^3.0.1, strip-json-comments@^3.1.0, strip-json-comments@^3.1.1:
version "3.1.1"
- resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006"
+ resolved "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz"
integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==
strip-json-comments@~2.0.1:
version "2.0.1"
- resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
+ resolved "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz"
integrity sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==
-style-loader@1.3.0:
- version "1.3.0"
- resolved "https://registry.yarnpkg.com/style-loader/-/style-loader-1.3.0.tgz#828b4a3b3b7e7aa5847ce7bae9e874512114249e"
- integrity sha512-V7TCORko8rs9rIqkSrlMfkqA63DfoGBBJmK1kKGCcSi+BWb4cqz0SRsnp4l6rU5iwOEd0/2ePv68SV22VXon4Q==
- dependencies:
- loader-utils "^2.0.0"
- schema-utils "^2.7.0"
-
style-loader@^3.3.1:
version "3.3.4"
- resolved "https://registry.yarnpkg.com/style-loader/-/style-loader-3.3.4.tgz#f30f786c36db03a45cbd55b6a70d930c479090e7"
+ resolved "https://registry.npmjs.org/style-loader/-/style-loader-3.3.4.tgz"
integrity sha512-0WqXzrsMTyb8yjZJHDqwmnwRJvhALK9LfRtRc6B4UTWe8AijYLZYZ9thuJTZc2VfQWINADW/j+LiJnfy2RoC1w==
-style-to-object@0.3.0, style-to-object@^0.3.0:
+style-to-object@^0.3.0, style-to-object@0.3.0:
version "0.3.0"
- resolved "https://registry.yarnpkg.com/style-to-object/-/style-to-object-0.3.0.tgz#b1b790d205991cc783801967214979ee19a76e46"
+ resolved "https://registry.npmjs.org/style-to-object/-/style-to-object-0.3.0.tgz"
integrity sha512-CzFnRRXhzWIdItT3OmF8SQfWyahHhjq3HwcMNCNLn+N7klOOqPjMeG/4JSu77D7ypZdGvSzvkrbyeTMizz2VrA==
dependencies:
inline-style-parser "0.1.1"
-styled-jsx@^4.0.1:
+styled-jsx@^4, styled-jsx@^4.0.1:
version "4.0.1"
- resolved "https://registry.yarnpkg.com/styled-jsx/-/styled-jsx-4.0.1.tgz#ae3f716eacc0792f7050389de88add6d5245b9e9"
+ resolved "https://registry.npmjs.org/styled-jsx/-/styled-jsx-4.0.1.tgz"
integrity sha512-Gcb49/dRB1k8B4hdK8vhW27Rlb2zujCk1fISrizCcToIs+55B4vmUM0N9Gi4nnVfFZWe55jRdWpAqH1ldAKWvQ==
dependencies:
"@babel/plugin-syntax-jsx" "7.14.5"
@@ -22387,18 +19097,9 @@ styled-jsx@^4.0.1:
stylis "3.5.4"
stylis-rule-sheet "0.0.10"
-stylehacks@^4.0.0:
- version "4.0.3"
- resolved "https://registry.yarnpkg.com/stylehacks/-/stylehacks-4.0.3.tgz#6718fcaf4d1e07d8a1318690881e8d96726a71d5"
- integrity sha512-7GlLk9JwlElY4Y6a/rmbH2MhVlTyVmiJd1PfTCqFaIBEGMYNsrO/v3SeGTdhBThLg4Z+NbOk/qFMwCa+J+3p/g==
- dependencies:
- browserslist "^4.0.0"
- postcss "^7.0.0"
- postcss-selector-parser "^3.0.0"
-
stylehacks@^5.1.1:
version "5.1.1"
- resolved "https://registry.yarnpkg.com/stylehacks/-/stylehacks-5.1.1.tgz#7934a34eb59d7152149fa69d6e9e56f2fc34bcc9"
+ resolved "https://registry.npmjs.org/stylehacks/-/stylehacks-5.1.1.tgz"
integrity sha512-sBpcd5Hx7G6seo7b1LkpttvTz7ikD0LlH5RmdcBNb6fFR0Fl7LQwHDFr300q4cwUqi+IYrFGmsIHieMBfnN/Bw==
dependencies:
browserslist "^4.21.4"
@@ -22406,17 +19107,17 @@ stylehacks@^5.1.1:
stylis-rule-sheet@0.0.10:
version "0.0.10"
- resolved "https://registry.yarnpkg.com/stylis-rule-sheet/-/stylis-rule-sheet-0.0.10.tgz#44e64a2b076643f4b52e5ff71efc04d8c3c4a430"
+ resolved "https://registry.npmjs.org/stylis-rule-sheet/-/stylis-rule-sheet-0.0.10.tgz"
integrity sha512-nTbZoaqoBnmK+ptANthb10ZRZOGC+EmTLLUxeYIuHNkEKcmKgXX1XWKkUBT2Ac4es3NybooPe0SmvKdhKJZAuw==
-stylis@3.5.4:
+stylis@^3.5.0, stylis@3.5.4:
version "3.5.4"
- resolved "https://registry.yarnpkg.com/stylis/-/stylis-3.5.4.tgz#f665f25f5e299cf3d64654ab949a57c768b73fbe"
+ resolved "https://registry.npmjs.org/stylis/-/stylis-3.5.4.tgz"
integrity sha512-8/3pSmthWM7lsPBKv7NXkzn2Uc9W7NotcwGNpJaa3k7WMM1XDCA4MgT5k/8BIexd5ydZdboXtU90XH9Ec4Bv/Q==
sucrase@^3.32.0:
version "3.35.0"
- resolved "https://registry.yarnpkg.com/sucrase/-/sucrase-3.35.0.tgz#57f17a3d7e19b36d8995f06679d121be914ae263"
+ resolved "https://registry.npmjs.org/sucrase/-/sucrase-3.35.0.tgz"
integrity sha512-8EbVDiu9iN/nESwxeSxDKe0dunta1GOlHufmSSXxMD2z2/tMZpDMpvXQGsc+ajGo8y2uYUmixaSRUc/QPoQ0GA==
dependencies:
"@jridgewell/gen-mapping" "^0.3.2"
@@ -22429,40 +19130,40 @@ sucrase@^3.32.0:
supports-color@^2.0.0:
version "2.0.0"
- resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-2.0.0.tgz#535d045ce6b6363fa40117084629995e9df324c7"
+ resolved "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz"
integrity sha512-KKNVtd6pCYgPIKU4cp2733HWYCpplQhddZLBUryaAHou723x+FRzQ5Df824Fj+IyyuiQTRoub4SnIFfIcrp70g==
supports-color@^5.3.0:
version "5.5.0"
- resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f"
+ resolved "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz"
integrity sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==
dependencies:
has-flag "^3.0.0"
-supports-color@^6.1.0:
- version "6.1.0"
- resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-6.1.0.tgz#0764abc69c63d5ac842dd4867e8d025e880df8f3"
- integrity sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==
+supports-color@^7.0.0:
+ version "7.2.0"
+ resolved "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz"
+ integrity sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==
dependencies:
- has-flag "^3.0.0"
+ has-flag "^4.0.0"
-supports-color@^7.0.0, supports-color@^7.1.0:
+supports-color@^7.1.0:
version "7.2.0"
- resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-7.2.0.tgz#1b7dcdcb32b8138801b3e478ba6a51caa89648da"
+ resolved "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz"
integrity sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==
dependencies:
has-flag "^4.0.0"
supports-color@^8.0.0, supports-color@^8.1.0, supports-color@^8.1.1:
version "8.1.1"
- resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-8.1.1.tgz#cd6fc17e28500cff56c1b86c0a7fd4a54a73005c"
+ resolved "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz"
integrity sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==
dependencies:
has-flag "^4.0.0"
supports-hyperlinks@^2.0.0:
version "2.3.0"
- resolved "https://registry.yarnpkg.com/supports-hyperlinks/-/supports-hyperlinks-2.3.0.tgz#3943544347c1ff90b15effb03fc14ae45ec10624"
+ resolved "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-2.3.0.tgz"
integrity sha512-RpsAZlpWcDwOPQA22aCH4J0t7L8JmAvsCxfOSEwm7cQs3LshN36QaTkwd70DnBOXDWGssw2eUoc8CaRWT0XunA==
dependencies:
has-flag "^4.0.0"
@@ -22470,17 +19171,17 @@ supports-hyperlinks@^2.0.0:
supports-preserve-symlinks-flag@^1.0.0:
version "1.0.0"
- resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09"
+ resolved "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz"
integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==
svg-parser@^2.0.2, svg-parser@^2.0.4:
version "2.0.4"
- resolved "https://registry.yarnpkg.com/svg-parser/-/svg-parser-2.0.4.tgz#fdc2e29e13951736140b76cb122c8ee6630eb6b5"
+ resolved "https://registry.npmjs.org/svg-parser/-/svg-parser-2.0.4.tgz"
integrity sha512-e4hG1hRwoOdRb37cIMSgzNsxyzKfayW6VOflrwvR+/bzrkyxY/31WkbgnQpgtrNp1SdpJvpUAGTa/ZoiPNDuRQ==
-svgo@^1.0.0, svgo@^1.2.2:
+svgo@^1.2.2:
version "1.3.2"
- resolved "https://registry.yarnpkg.com/svgo/-/svgo-1.3.2.tgz#b6dc511c063346c9e415b81e43401145b96d4167"
+ resolved "https://registry.npmjs.org/svgo/-/svgo-1.3.2.tgz"
integrity sha512-yhy/sQYxR5BkC98CY7o31VGsg014AKLEPxdfhora76l36hD9Rdy5NZA/Ocn6yayNPgSamYdtX2rFJdcv07AYVw==
dependencies:
chalk "^2.4.1"
@@ -22499,7 +19200,7 @@ svgo@^1.0.0, svgo@^1.2.2:
svgo@^2.7.0, svgo@^2.8.0:
version "2.8.0"
- resolved "https://registry.yarnpkg.com/svgo/-/svgo-2.8.0.tgz#4ff80cce6710dc2795f0c7c74101e6764cfccd24"
+ resolved "https://registry.npmjs.org/svgo/-/svgo-2.8.0.tgz"
integrity sha512-+N/Q9kV1+F+UeWYoSiULYo4xYSDQlTgb+ayMobAXPwMnLvop7oxKMo9OzIrX5x3eS4L4f2UHhc9axXwY8DpChg==
dependencies:
"@trysound/sax" "0.2.0"
@@ -22512,12 +19213,12 @@ svgo@^2.7.0, svgo@^2.8.0:
symbol-tree@^3.2.4:
version "3.2.4"
- resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.4.tgz#430637d248ba77e078883951fb9aa0eed7c63fa2"
+ resolved "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz"
integrity sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==
table-layout@^0.4.2:
version "0.4.5"
- resolved "https://registry.yarnpkg.com/table-layout/-/table-layout-0.4.5.tgz#d906de6a25fa09c0c90d1d08ecd833ecedcb7378"
+ resolved "https://registry.npmjs.org/table-layout/-/table-layout-0.4.5.tgz"
integrity sha512-zTvf0mcggrGeTe/2jJ6ECkJHAQPIYEwDoqsiqBjI24mvRmQbInK5jq33fyypaCBxX08hMkfmdOqj6haT33EqWw==
dependencies:
array-back "^2.0.0"
@@ -22528,7 +19229,7 @@ table-layout@^0.4.2:
table@^6.0.9:
version "6.8.2"
- resolved "https://registry.yarnpkg.com/table/-/table-6.8.2.tgz#c5504ccf201213fa227248bdc8c5569716ac6c58"
+ resolved "https://registry.npmjs.org/table/-/table-6.8.2.tgz"
integrity sha512-w2sfv80nrAh2VCbqR5AK27wswXhqcck2AhfnNW76beQXskGZ1V12GwS//yYVa3d3fcvAip2OUnbDAjW2k3v9fA==
dependencies:
ajv "^8.0.1"
@@ -22539,12 +19240,12 @@ table@^6.0.9:
taffydb@2.6.2:
version "2.6.2"
- resolved "https://registry.yarnpkg.com/taffydb/-/taffydb-2.6.2.tgz#7cbcb64b5a141b6a2efc2c5d2c67b4e150b2a268"
+ resolved "https://registry.npmjs.org/taffydb/-/taffydb-2.6.2.tgz"
integrity sha512-y3JaeRSplks6NYQuCOj3ZFMO3j60rTwbuKCvZxsAraGYH2epusatvZ0baZYA01WsGqJBq/Dl6vOrMUJqyMj8kA==
tailwindcss@^3.0.2:
version "3.4.7"
- resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.4.7.tgz#6092f18767f5933f59375b9afe558e592fc77201"
+ resolved "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.7.tgz"
integrity sha512-rxWZbe87YJb4OcSopb7up2Ba4U82BoiSGUdoDr3Ydrg9ckxFS/YWsvhN323GMcddgU65QRy7JndC7ahhInhvlQ==
dependencies:
"@alloc/quick-lru" "^5.2.0"
@@ -22570,19 +19271,19 @@ tailwindcss@^3.0.2:
resolve "^1.22.2"
sucrase "^3.32.0"
-tapable@^1.0.0, tapable@^1.1.3:
+tapable@^1.0.0:
version "1.1.3"
- resolved "https://registry.yarnpkg.com/tapable/-/tapable-1.1.3.tgz#a1fccc06b58db61fd7a45da2da44f5f3a3e67ba2"
+ resolved "https://registry.npmjs.org/tapable/-/tapable-1.1.3.tgz"
integrity sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==
tapable@^2.0.0, tapable@^2.1.1, tapable@^2.2.0, tapable@^2.2.1:
version "2.2.1"
- resolved "https://registry.yarnpkg.com/tapable/-/tapable-2.2.1.tgz#1967a73ef4060a82f12ab96af86d52fdb76eeca0"
+ resolved "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz"
integrity sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==
tar-stream@^2.1.0:
version "2.2.0"
- resolved "https://registry.yarnpkg.com/tar-stream/-/tar-stream-2.2.0.tgz#acad84c284136b060dc3faa64474aa9aebd77287"
+ resolved "https://registry.npmjs.org/tar-stream/-/tar-stream-2.2.0.tgz"
integrity sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==
dependencies:
bl "^4.0.3"
@@ -22593,7 +19294,7 @@ tar-stream@^2.1.0:
tar@^4.4.8:
version "4.4.19"
- resolved "https://registry.yarnpkg.com/tar/-/tar-4.4.19.tgz#2e4d7263df26f2b914dee10c825ab132123742f3"
+ resolved "https://registry.npmjs.org/tar/-/tar-4.4.19.tgz"
integrity sha512-a20gEsvHnWe0ygBY8JbxoM4w3SJdhc7ZAuxkLqh+nvNQN2IOt0B5lLgM490X5Hl8FF0dl0tOf2ewFYAlIFgzVA==
dependencies:
chownr "^1.1.4"
@@ -22604,9 +19305,9 @@ tar@^4.4.8:
safe-buffer "^5.2.1"
yallist "^3.1.1"
-tar@^6.0.2, tar@^6.2.0:
+tar@^6.2.0:
version "6.2.1"
- resolved "https://registry.yarnpkg.com/tar/-/tar-6.2.1.tgz#717549c541bc3c2af15751bea94b1dd068d4b03a"
+ resolved "https://registry.npmjs.org/tar/-/tar-6.2.1.tgz"
integrity sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==
dependencies:
chownr "^2.0.0"
@@ -22618,58 +19319,44 @@ tar@^6.0.2, tar@^6.2.0:
telejson@^7.2.0:
version "7.2.0"
- resolved "https://registry.yarnpkg.com/telejson/-/telejson-7.2.0.tgz#3994f6c9a8f8d7f2dba9be2c7c5bbb447e876f32"
+ resolved "https://registry.npmjs.org/telejson/-/telejson-7.2.0.tgz"
integrity sha512-1QTEcJkJEhc8OnStBx/ILRu5J2p0GjvWsBx56bmZRqnrkdBMUe+nX92jxV+p3dB4CP6PZCdJMQJwCggkNBMzkQ==
dependencies:
memoizerific "^1.11.3"
-temp-dir@^1.0.0:
- version "1.0.0"
- resolved "https://registry.yarnpkg.com/temp-dir/-/temp-dir-1.0.0.tgz#0a7c0ea26d3a39afa7e0ebea9c1fc0bc4daa011d"
- integrity sha512-xZFXEGbG7SNC3itwBzI3RYjq/cEhBkx2hJuKGIUOcEULmkQExXiHat2z/qkISYsuR+IKumhEfKKbV5qXmhICFQ==
-
temp-dir@^2.0.0:
version "2.0.0"
- resolved "https://registry.yarnpkg.com/temp-dir/-/temp-dir-2.0.0.tgz#bde92b05bdfeb1516e804c9c00ad45177f31321e"
+ resolved "https://registry.npmjs.org/temp-dir/-/temp-dir-2.0.0.tgz"
integrity sha512-aoBAniQmmwtcKp/7BzsH8Cxzv8OL736p7v1ihGb5e9DJ9kTwGWHrQrVB5+lfVDzfGrdRzXch+ig7LHaY1JTOrg==
temp-dir@^3.0.0:
version "3.0.0"
- resolved "https://registry.yarnpkg.com/temp-dir/-/temp-dir-3.0.0.tgz#7f147b42ee41234cc6ba3138cd8e8aa2302acffa"
+ resolved "https://registry.npmjs.org/temp-dir/-/temp-dir-3.0.0.tgz"
integrity sha512-nHc6S/bwIilKHNRgK/3jlhDoIHcp45YgyiwcAk46Tr0LfEqGBVpmiAyuiuxeVE44m3mXnEeVhaipLOEWmH+Njw==
temp-path@^1.0.0:
version "1.0.0"
- resolved "https://registry.yarnpkg.com/temp-path/-/temp-path-1.0.0.tgz#24b1543973ab442896d9ad367dd9cbdbfafe918b"
+ resolved "https://registry.npmjs.org/temp-path/-/temp-path-1.0.0.tgz"
integrity sha512-TvmyH7kC6ZVTYkqCODjJIbgvu0FKiwQpZ4D1aknE7xpcDf/qEOB8KZEK5ef2pfbVoiBhNWs3yx4y+ESMtNYmlg==
temp@^0.8.1, temp@^0.8.4:
version "0.8.4"
- resolved "https://registry.yarnpkg.com/temp/-/temp-0.8.4.tgz#8c97a33a4770072e0a05f919396c7665a7dd59f2"
+ resolved "https://registry.npmjs.org/temp/-/temp-0.8.4.tgz"
integrity sha512-s0ZZzd0BzYv5tLSptZooSjK8oj6C+c19p7Vqta9+6NPOf7r+fxq0cJe6/oN4LTC79sy5NY8ucOJNgwsKCSbfqg==
dependencies:
rimraf "~2.6.2"
temp@^0.9.4:
version "0.9.4"
- resolved "https://registry.yarnpkg.com/temp/-/temp-0.9.4.tgz#cd20a8580cb63635d0e4e9d4bd989d44286e7620"
+ resolved "https://registry.npmjs.org/temp/-/temp-0.9.4.tgz"
integrity sha512-yYrrsWnrXMcdsnu/7YMYAofM1ktpL5By7vZhf15CrXijWWrEYZks5AXBudalfSWJLlnen/QUJUB5aoB0kqZUGA==
dependencies:
mkdirp "^0.5.1"
- rimraf "~2.6.2"
-
-tempy@^0.3.0:
- version "0.3.0"
- resolved "https://registry.yarnpkg.com/tempy/-/tempy-0.3.0.tgz#6f6c5b295695a16130996ad5ab01a8bd726e8bf8"
- integrity sha512-WrH/pui8YCwmeiAoxV+lpRH9HpRtgBhSR2ViBPgpGb/wnYDzp21R4MN45fsCGvLROvY67o3byhJRYRONJyImVQ==
- dependencies:
- temp-dir "^1.0.0"
- type-fest "^0.3.1"
- unique-string "^1.0.0"
+ rimraf "~2.6.2"
tempy@^0.6.0:
version "0.6.0"
- resolved "https://registry.yarnpkg.com/tempy/-/tempy-0.6.0.tgz#65e2c35abc06f1124a97f387b08303442bde59f3"
+ resolved "https://registry.npmjs.org/tempy/-/tempy-0.6.0.tgz"
integrity sha512-G13vtMYPT/J8A4X2SjdtBTphZlrp1gKv6hZiOjw14RCWg6GbHuQBGtjlx75xLbYV/wEc0D7G5K4rxKP/cXk8Bw==
dependencies:
is-stream "^2.0.0"
@@ -22679,7 +19366,7 @@ tempy@^0.6.0:
tempy@^3.1.0:
version "3.1.0"
- resolved "https://registry.yarnpkg.com/tempy/-/tempy-3.1.0.tgz#00958b6df85db8589cb595465e691852aac038e9"
+ resolved "https://registry.npmjs.org/tempy/-/tempy-3.1.0.tgz"
integrity sha512-7jDLIdD2Zp0bDe5r3D2qtkd1QOCacylBuL7oa4udvN6v2pqr4+LcCr67C8DR1zkpaZ8XosF5m1yQSabKAW6f2g==
dependencies:
is-stream "^3.0.0"
@@ -22689,52 +19376,22 @@ tempy@^3.1.0:
term-size@^1.2.0:
version "1.2.0"
- resolved "https://registry.yarnpkg.com/term-size/-/term-size-1.2.0.tgz#458b83887f288fc56d6fffbfad262e26638efa69"
+ resolved "https://registry.npmjs.org/term-size/-/term-size-1.2.0.tgz"
integrity sha512-7dPUZQGy/+m3/wjVz3ZW5dobSoD/02NxJpoXUX0WIyjfVS3l0c+b/+9phIDFA7FHzkYtwtMFgeGZ/Y8jVTeqQQ==
dependencies:
execa "^0.7.0"
terminal-link@^2.0.0:
version "2.1.1"
- resolved "https://registry.yarnpkg.com/terminal-link/-/terminal-link-2.1.1.tgz#14a64a27ab3c0df933ea546fba55f2d078edc994"
+ resolved "https://registry.npmjs.org/terminal-link/-/terminal-link-2.1.1.tgz"
integrity sha512-un0FmiRUQNr5PJqy9kP7c40F5BOfpGlYTrxonDChEZB7pzZxRNp/bt+ymiy9/npwXya9KH99nJ/GXFIiUkYGFQ==
dependencies:
ansi-escapes "^4.2.1"
supports-hyperlinks "^2.0.0"
-terser-webpack-plugin@4.2.3:
- version "4.2.3"
- resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-4.2.3.tgz#28daef4a83bd17c1db0297070adc07fc8cfc6a9a"
- integrity sha512-jTgXh40RnvOrLQNgIkwEKnQ8rmHjHK4u+6UBEi+W+FPmvb+uo+chJXntKe7/3lW5mNysgSWD60KyesnhW8D6MQ==
- dependencies:
- cacache "^15.0.5"
- find-cache-dir "^3.3.1"
- jest-worker "^26.5.0"
- p-limit "^3.0.2"
- schema-utils "^3.0.0"
- serialize-javascript "^5.0.1"
- source-map "^0.6.1"
- terser "^5.3.4"
- webpack-sources "^1.4.3"
-
-terser-webpack-plugin@^1.4.3:
- version "1.4.6"
- resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-1.4.6.tgz#87fcb6593fd1c977cd09e56143ecd31404600755"
- integrity sha512-2lBVf/VMVIddjSn3GqbT90GvIJ/eYXJkt8cTzU7NbjKqK8fwv18Ftr4PlbF46b/e88743iZFL5Dtr/rC4hjIeA==
- dependencies:
- cacache "^12.0.2"
- find-cache-dir "^2.1.0"
- is-wsl "^1.1.0"
- schema-utils "^1.0.0"
- serialize-javascript "^4.0.0"
- source-map "^0.6.1"
- terser "^4.1.2"
- webpack-sources "^1.4.0"
- worker-farm "^1.7.0"
-
terser-webpack-plugin@^5.2.5, terser-webpack-plugin@^5.3.1, terser-webpack-plugin@^5.3.10, terser-webpack-plugin@^5.3.3:
version "5.3.10"
- resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-5.3.10.tgz#904f4c9193c6fd2a03f693a2150c62a92f40d199"
+ resolved "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.10.tgz"
integrity sha512-BKFPWlPDndPs+NGGCr1U59t0XScL5317Y0UReNrHaw9/FwhPENlq6bfgs+4yPfyP51vqC1bQ4rp1EfXW5ZSH9w==
dependencies:
"@jridgewell/trace-mapping" "^0.3.20"
@@ -22743,18 +19400,9 @@ terser-webpack-plugin@^5.2.5, terser-webpack-plugin@^5.3.1, terser-webpack-plugi
serialize-javascript "^6.0.1"
terser "^5.26.0"
-terser@^4.1.2, terser@^4.6.2, terser@^4.6.3:
- version "4.8.1"
- resolved "https://registry.yarnpkg.com/terser/-/terser-4.8.1.tgz#a00e5634562de2239fd404c649051bf6fc21144f"
- integrity sha512-4GnLC0x667eJG0ewJTa6z/yXrbLGv80D9Ru6HIpCQmO+Q4PfEtBFi0ObSckqwL6VyQv/7ENJieXHo2ANmdQwgw==
- dependencies:
- commander "^2.20.0"
- source-map "~0.6.1"
- source-map-support "~0.5.12"
-
-terser@^5.0.0, terser@^5.10.0, terser@^5.26.0, terser@^5.3.4:
+terser@^5.0.0, terser@^5.10.0, terser@^5.26.0:
version "5.31.3"
- resolved "https://registry.yarnpkg.com/terser/-/terser-5.31.3.tgz#b24b7beb46062f4653f049eea4f0cd165d0f0c38"
+ resolved "https://registry.npmjs.org/terser/-/terser-5.31.3.tgz"
integrity sha512-pAfYn3NIZLyZpa83ZKigvj6Rn9c/vd5KfYGX7cN1mnzqgDcxWvrU5ZtAfIKhEXz9nRecw4z3LXkjaq96/qZqAA==
dependencies:
"@jridgewell/source-map" "^0.3.3"
@@ -22764,7 +19412,7 @@ terser@^5.0.0, terser@^5.10.0, terser@^5.26.0, terser@^5.3.4:
test-exclude@^6.0.0:
version "6.0.0"
- resolved "https://registry.yarnpkg.com/test-exclude/-/test-exclude-6.0.0.tgz#04a8698661d805ea6fa293b6cb9e63ac044ef15e"
+ resolved "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz"
integrity sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==
dependencies:
"@istanbuljs/schema" "^0.1.2"
@@ -22773,7 +19421,7 @@ test-exclude@^6.0.0:
test-value@^1.0.1:
version "1.1.0"
- resolved "https://registry.yarnpkg.com/test-value/-/test-value-1.1.0.tgz#a09136f72ec043d27c893707c2b159bfad7de93f"
+ resolved "https://registry.npmjs.org/test-value/-/test-value-1.1.0.tgz"
integrity sha512-wrsbRo7qP+2Je8x8DsK8ovCGyxe3sYfQwOraIY/09A2gFXU9DYKiTF14W4ki/01AEh56kMzAmlj9CaHGDDUBJA==
dependencies:
array-back "^1.0.2"
@@ -22781,7 +19429,7 @@ test-value@^1.0.1:
test-value@^2.0.0:
version "2.1.0"
- resolved "https://registry.yarnpkg.com/test-value/-/test-value-2.1.0.tgz#11da6ff670f3471a73b625ca4f3fdcf7bb748291"
+ resolved "https://registry.npmjs.org/test-value/-/test-value-2.1.0.tgz"
integrity sha512-+1epbAxtKeXttkGFMTX9H42oqzOTufR1ceCF+GYA5aOmvaPq9wd4PUS8329fn2RRLGNeUkgRLnVpycjx8DsO2w==
dependencies:
array-back "^1.0.3"
@@ -22789,7 +19437,7 @@ test-value@^2.0.0:
test-value@^3.0.0:
version "3.0.0"
- resolved "https://registry.yarnpkg.com/test-value/-/test-value-3.0.0.tgz#9168c062fab11a86b8d444dd968bb4b73851ce92"
+ resolved "https://registry.npmjs.org/test-value/-/test-value-3.0.0.tgz"
integrity sha512-sVACdAWcZkSU9x7AOmJo5TqE+GyNJknHaHsMrR6ZnhjVlVN9Yx6FjHrsKZ3BjIpPCT68zYesPWkakrNupwfOTQ==
dependencies:
array-back "^2.0.0"
@@ -22797,160 +19445,137 @@ test-value@^3.0.0:
text-extensions@^1.0.0:
version "1.9.0"
- resolved "https://registry.yarnpkg.com/text-extensions/-/text-extensions-1.9.0.tgz#1853e45fee39c945ce6f6c36b2d659b5aabc2a26"
+ resolved "https://registry.npmjs.org/text-extensions/-/text-extensions-1.9.0.tgz"
integrity sha512-wiBrwC1EhBelW12Zy26JeOUkQ5mRu+5o8rpsJk5+2t+Y5vE7e842qtZDQ2g1NpX/29HdyFeJ4nSIhI47ENSxlQ==
-text-table@0.2.0, text-table@^0.2.0:
+text-table@^0.2.0, text-table@0.2.0:
version "0.2.0"
- resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"
+ resolved "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz"
integrity sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==
thenify-all@^1.0.0:
version "1.6.0"
- resolved "https://registry.yarnpkg.com/thenify-all/-/thenify-all-1.6.0.tgz#1a1918d402d8fc3f98fbf234db0bcc8cc10e9726"
+ resolved "https://registry.npmjs.org/thenify-all/-/thenify-all-1.6.0.tgz"
integrity sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==
dependencies:
thenify ">= 3.1.0 < 4"
"thenify@>= 3.1.0 < 4":
version "3.3.1"
- resolved "https://registry.yarnpkg.com/thenify/-/thenify-3.3.1.tgz#8932e686a4066038a016dd9e2ca46add9838a95f"
+ resolved "https://registry.npmjs.org/thenify/-/thenify-3.3.1.tgz"
integrity sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==
dependencies:
any-promise "^1.0.0"
-throat@^5.0.0:
- version "5.0.0"
- resolved "https://registry.yarnpkg.com/throat/-/throat-5.0.0.tgz#c5199235803aad18754a667d659b5e72ce16764b"
- integrity sha512-fcwX4mndzpLQKBS1DVYhGAcYaYt7vsHNIvQV+WXMvnow5cgjPphq5CaayLaGsjRdSCKZFNGt7/GYAuXaNOiYCA==
-
throat@^6.0.1:
version "6.0.2"
- resolved "https://registry.yarnpkg.com/throat/-/throat-6.0.2.tgz#51a3fbb5e11ae72e2cf74861ed5c8020f89f29fe"
+ resolved "https://registry.npmjs.org/throat/-/throat-6.0.2.tgz"
integrity sha512-WKexMoJj3vEuK0yFEapj8y64V0A6xcuPuK9Gt1d0R+dzCSJc0lHqQytAbSB4cDAK0dWh4T0E2ETkoLE2WZ41OQ==
throttleit@^1.0.0:
version "1.0.1"
- resolved "https://registry.yarnpkg.com/throttleit/-/throttleit-1.0.1.tgz#304ec51631c3b770c65c6c6f76938b384000f4d5"
+ resolved "https://registry.npmjs.org/throttleit/-/throttleit-1.0.1.tgz"
integrity sha512-vDZpf9Chs9mAdfY046mcPt8fg5QSZr37hEH4TXYBnDF+izxgrbRGUAAaBvIk/fJm9aOFCGFd1EsNg5AZCbnQCQ==
+through@^2.3.6, through@^2.3.8, "through@>=2.2.7 <3", through@~2.3, through@~2.3.1, through@2:
+ version "2.3.8"
+ resolved "https://registry.npmjs.org/through/-/through-2.3.8.tgz"
+ integrity sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==
+
through2-filter@^3.0.0:
version "3.1.0"
- resolved "https://registry.yarnpkg.com/through2-filter/-/through2-filter-3.1.0.tgz#4a1b45d2b76b3ac93ec137951e372c268efc1a4e"
+ resolved "https://registry.npmjs.org/through2-filter/-/through2-filter-3.1.0.tgz"
integrity sha512-VhZsTsfrIJjyUi6GeecnwcOJlmoqgIdGFDjqnV5ape+F1DN8GejfPO66XyIhoinxmxGImiUTrq9RwpTN5yszGA==
dependencies:
through2 "^4.0.2"
through2@^2.0.0, through2@^2.0.1, through2@^2.0.3:
version "2.0.5"
- resolved "https://registry.yarnpkg.com/through2/-/through2-2.0.5.tgz#01c1e39eb31d07cb7d03a96a70823260b23132cd"
+ resolved "https://registry.npmjs.org/through2/-/through2-2.0.5.tgz"
integrity sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==
dependencies:
readable-stream "~2.3.6"
xtend "~4.0.1"
-through2@^3.0.1:
- version "3.0.2"
- resolved "https://registry.yarnpkg.com/through2/-/through2-3.0.2.tgz#99f88931cfc761ec7678b41d5d7336b5b6a07bf4"
- integrity sha512-enaDQ4MUyP2W6ZyT6EsMzqBPZaM/avg8iuo+l2d3QCs0J+6RaqkHV/2/lOwDTueBHeJ/2LG9lrLW3d5rWPucuQ==
+through2@^4.0.0:
+ version "4.0.2"
+ resolved "https://registry.npmjs.org/through2/-/through2-4.0.2.tgz"
+ integrity sha512-iOqSav00cVxEEICeD7TjLB1sueEL+81Wpzp2bY17uZjZN0pWZPuo4suZ/61VujxmqSGFfgOcNuTZ85QJwNZQpw==
dependencies:
- inherits "^2.0.4"
- readable-stream "2 || 3"
+ readable-stream "3"
-through2@^4.0.0, through2@^4.0.2:
+through2@^4.0.2:
version "4.0.2"
- resolved "https://registry.yarnpkg.com/through2/-/through2-4.0.2.tgz#a7ce3ac2a7a8b0b966c80e7c49f0484c3b239764"
+ resolved "https://registry.npmjs.org/through2/-/through2-4.0.2.tgz"
integrity sha512-iOqSav00cVxEEICeD7TjLB1sueEL+81Wpzp2bY17uZjZN0pWZPuo4suZ/61VujxmqSGFfgOcNuTZ85QJwNZQpw==
dependencies:
readable-stream "3"
-through@2, "through@>=2.2.7 <3", through@^2.3.6, through@^2.3.8, through@~2.3, through@~2.3.1:
- version "2.3.8"
- resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5"
- integrity sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==
-
thunky@^1.0.2:
version "1.1.0"
- resolved "https://registry.yarnpkg.com/thunky/-/thunky-1.1.0.tgz#5abaf714a9405db0504732bbccd2cedd9ef9537d"
+ resolved "https://registry.npmjs.org/thunky/-/thunky-1.1.0.tgz"
integrity sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==
-timers-browserify@^2.0.4:
- version "2.0.12"
- resolved "https://registry.yarnpkg.com/timers-browserify/-/timers-browserify-2.0.12.tgz#44a45c11fbf407f34f97bccd1577c652361b00ee"
- integrity sha512-9phl76Cqm6FhSX9Xe1ZUAMLtm1BLkKj2Qd5ApyWkXzsMRaA7dgr81kf4wJmQf/hAvg8EEyJxDo3du/0KlhPiKQ==
- dependencies:
- setimmediate "^1.0.4"
-
-timsort@^0.3.0:
- version "0.3.0"
- resolved "https://registry.yarnpkg.com/timsort/-/timsort-0.3.0.tgz#405411a8e7e6339fe64db9a234de11dc31e02bd4"
- integrity sha512-qsdtZH+vMoCARQtyod4imc2nIJwg9Cc7lPRrw9CzF8ZKR0khdr8+2nX80PBhET3tcyTtJDxAffGh2rXH4tyU8A==
-
tiny-case@^1.0.3:
version "1.0.3"
- resolved "https://registry.yarnpkg.com/tiny-case/-/tiny-case-1.0.3.tgz#d980d66bc72b5d5a9ca86fb7c9ffdb9c898ddd03"
+ resolved "https://registry.npmjs.org/tiny-case/-/tiny-case-1.0.3.tgz"
integrity sha512-Eet/eeMhkO6TX8mnUteS9zgPbUMQa4I6Kkp5ORiBD5476/m+PIRiumP5tmh5ioJpH7k51Kehawy2UDfsnxxY8Q==
tiny-invariant@^1.0.2, tiny-invariant@^1.3.1, tiny-invariant@^1.3.3:
version "1.3.3"
- resolved "https://registry.yarnpkg.com/tiny-invariant/-/tiny-invariant-1.3.3.tgz#46680b7a873a0d5d10005995eb90a70d74d60127"
+ resolved "https://registry.npmjs.org/tiny-invariant/-/tiny-invariant-1.3.3.tgz"
integrity sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg==
tiny-warning@^1.0.0:
version "1.0.3"
- resolved "https://registry.yarnpkg.com/tiny-warning/-/tiny-warning-1.0.3.tgz#94a30db453df4c643d0fd566060d60a875d84754"
+ resolved "https://registry.npmjs.org/tiny-warning/-/tiny-warning-1.0.3.tgz"
integrity sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA==
-tmp@0.2.3, tmp@~0.2.3:
- version "0.2.3"
- resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.2.3.tgz#eb783cc22bc1e8bebd0671476d46ea4eb32a79ae"
- integrity sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w==
-
tmp@^0.0.33:
version "0.0.33"
- resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.0.33.tgz#6d34335889768d21b2bcda0aa277ced3b1bfadf9"
+ resolved "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz"
integrity sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==
dependencies:
os-tmpdir "~1.0.2"
+tmp@~0.2.3, tmp@0.2.3:
+ version "0.2.3"
+ resolved "https://registry.npmjs.org/tmp/-/tmp-0.2.3.tgz"
+ integrity sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w==
+
tmpl@1.0.5:
version "1.0.5"
- resolved "https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.5.tgz#8683e0b902bb9c20c4f726e3c0b69f36518c07cc"
+ resolved "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz"
integrity sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==
to-absolute-glob@^2.0.0:
version "2.0.2"
- resolved "https://registry.yarnpkg.com/to-absolute-glob/-/to-absolute-glob-2.0.2.tgz#1865f43d9e74b0822db9f145b78cff7d0f7c849b"
+ resolved "https://registry.npmjs.org/to-absolute-glob/-/to-absolute-glob-2.0.2.tgz"
integrity sha512-rtwLUQEwT8ZeKQbyFJyomBRYXyE16U5VKuy0ftxLMK/PZb2fkOsg5r9kHdauuVDbsNdIBoC/HCthpidamQFXYA==
dependencies:
is-absolute "^1.0.0"
is-negated-glob "^1.0.0"
-to-arraybuffer@^1.0.0:
- version "1.0.1"
- resolved "https://registry.yarnpkg.com/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz#7d229b1fcc637e466ca081180836a7aabff83f43"
- integrity sha512-okFlQcoGTi4LQBG/PgSYblw9VOyptsz2KJZqc6qtgGdes8VktzUQkj4BI2blit072iS8VODNcMA+tvnS9dnuMA==
-
to-fast-properties@^2.0.0:
version "2.0.0"
- resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e"
+ resolved "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz"
integrity sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==
to-object-path@^0.3.0:
version "0.3.0"
- resolved "https://registry.yarnpkg.com/to-object-path/-/to-object-path-0.3.0.tgz#297588b7b0e7e0ac08e04e672f85c1f4999e17af"
+ resolved "https://registry.npmjs.org/to-object-path/-/to-object-path-0.3.0.tgz"
integrity sha512-9mWHdnGRuh3onocaHzukyvCZhzvr6tiflAy/JRFXcJX0TjgfWA9pk9t8CMbzmBE4Jfw58pXbkngtBtqYxzNEyg==
dependencies:
kind-of "^3.0.2"
to-readable-stream@^1.0.0:
version "1.0.0"
- resolved "https://registry.yarnpkg.com/to-readable-stream/-/to-readable-stream-1.0.0.tgz#ce0aa0c2f3df6adf852efb404a783e77c0475771"
+ resolved "https://registry.npmjs.org/to-readable-stream/-/to-readable-stream-1.0.0.tgz"
integrity sha512-Iq25XBt6zD5npPhlLVXGFN3/gyR2/qODcKNNyTMd4vbm39HUaOiAM4PMq0eMVC/Tkxz+Zjdsc55g9yyz+Yq00Q==
to-regex-range@^2.1.0:
version "2.1.1"
- resolved "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-2.1.1.tgz#7c80c17b9dfebe599e27367e0d4dd5590141db38"
+ resolved "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz"
integrity sha512-ZZWNfCjUokXXDGXFpZehJIkZqq91BcULFq/Pi7M5i4JnxXdhMKAK682z8bCW3o8Hj1wuuzoKcW3DfVzaP6VuNg==
dependencies:
is-number "^3.0.0"
@@ -22958,14 +19583,14 @@ to-regex-range@^2.1.0:
to-regex-range@^5.0.1:
version "5.0.1"
- resolved "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-5.0.1.tgz#1648c44aae7c8d988a326018ed72f5b4dd0392e4"
+ resolved "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz"
integrity sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==
dependencies:
is-number "^7.0.0"
to-regex@^3.0.1, to-regex@^3.0.2:
version "3.0.2"
- resolved "https://registry.yarnpkg.com/to-regex/-/to-regex-3.0.2.tgz#13cfdd9b336552f30b51f33a8ae1b42a7a7599ce"
+ resolved "https://registry.npmjs.org/to-regex/-/to-regex-3.0.2.tgz"
integrity sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw==
dependencies:
define-property "^2.0.2"
@@ -22975,34 +19600,34 @@ to-regex@^3.0.1, to-regex@^3.0.2:
to-through@^2.0.0:
version "2.0.0"
- resolved "https://registry.yarnpkg.com/to-through/-/to-through-2.0.0.tgz#fc92adaba072647bc0b67d6b03664aa195093af6"
+ resolved "https://registry.npmjs.org/to-through/-/to-through-2.0.0.tgz"
integrity sha512-+QIz37Ly7acM4EMdw2PRN389OneM5+d844tirkGp4dPKzI5OE72V9OsbFp+CIYJDahZ41ZV05hNtcPAQUAm9/Q==
dependencies:
through2 "^2.0.3"
toggle-selection@^1.0.6:
version "1.0.6"
- resolved "https://registry.yarnpkg.com/toggle-selection/-/toggle-selection-1.0.6.tgz#6e45b1263f2017fa0acc7d89d78b15b8bf77da32"
+ resolved "https://registry.npmjs.org/toggle-selection/-/toggle-selection-1.0.6.tgz"
integrity sha512-BiZS+C1OS8g/q2RRbJmy59xpyghNBqrr6k5L/uKBGRsTfxmu3ffiRnd8mlGPUVayg8pvfi5urfnu8TU7DVOkLQ==
toidentifier@1.0.1:
version "1.0.1"
- resolved "https://registry.yarnpkg.com/toidentifier/-/toidentifier-1.0.1.tgz#3be34321a88a820ed1bd80dfaa33e479fbb8dd35"
+ resolved "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz"
integrity sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==
toposort@^2.0.2:
version "2.0.2"
- resolved "https://registry.yarnpkg.com/toposort/-/toposort-2.0.2.tgz#ae21768175d1559d48bef35420b2f4962f09c330"
+ resolved "https://registry.npmjs.org/toposort/-/toposort-2.0.2.tgz"
integrity sha512-0a5EOkAUp8D4moMi2W8ZF8jcga7BgZd91O/yabJCFY8az+XSzeGyTKs0Aoo897iV1Nj6guFq8orWDS96z91oGg==
totalist@^3.0.0:
version "3.0.1"
- resolved "https://registry.yarnpkg.com/totalist/-/totalist-3.0.1.tgz#ba3a3d600c915b1a97872348f79c127475f6acf8"
+ resolved "https://registry.npmjs.org/totalist/-/totalist-3.0.1.tgz"
integrity sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==
tough-cookie@^4.0.0, tough-cookie@^4.1.3:
version "4.1.4"
- resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-4.1.4.tgz#945f1461b45b5a8c76821c33ea49c3ac192c1b36"
+ resolved "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.4.tgz"
integrity sha512-Loo5UUvLD9ScZ6jh8beX1T6sO1w2/MpCRpEP7V280GKMVUQ0Jzar2U3UJPsrdbziLEMMhu3Ujnq//rhiFuIeag==
dependencies:
psl "^1.1.33"
@@ -23012,7 +19637,7 @@ tough-cookie@^4.0.0, tough-cookie@^4.1.3:
tough-cookie@~2.5.0:
version "2.5.0"
- resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.5.0.tgz#cd9fb2a0aa1d5a12b473bd9fb96fa3dcff65ade2"
+ resolved "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz"
integrity sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==
dependencies:
psl "^1.1.28"
@@ -23020,71 +19645,71 @@ tough-cookie@~2.5.0:
tr46@^1.0.1:
version "1.0.1"
- resolved "https://registry.yarnpkg.com/tr46/-/tr46-1.0.1.tgz#a8b13fd6bfd2489519674ccde55ba3693b706d09"
+ resolved "https://registry.npmjs.org/tr46/-/tr46-1.0.1.tgz"
integrity sha512-dTpowEjclQ7Kgx5SdBkqRzVhERQXov8/l9Ft9dVM9fmg0W0KQSVaXX9T4i6twCPNtYiZM53lpSSUAwJbFPOHxA==
dependencies:
punycode "^2.1.0"
tr46@^2.1.0:
version "2.1.0"
- resolved "https://registry.yarnpkg.com/tr46/-/tr46-2.1.0.tgz#fa87aa81ca5d5941da8cbf1f9b749dc969a4e240"
+ resolved "https://registry.npmjs.org/tr46/-/tr46-2.1.0.tgz"
integrity sha512-15Ih7phfcdP5YxqiB+iDtLoaTz4Nd35+IiAv0kQ5FNKHzXgdWqPoTIqEDDJmXceQt4JZk6lVPT8lnDlPpGDppw==
dependencies:
punycode "^2.1.1"
tr46@~0.0.3:
version "0.0.3"
- resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
+ resolved "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz"
integrity sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==
tree-kill@^1.2.2:
version "1.2.2"
- resolved "https://registry.yarnpkg.com/tree-kill/-/tree-kill-1.2.2.tgz#4ca09a9092c88b73a7cdc5e8a01b507b0790a0cc"
+ resolved "https://registry.npmjs.org/tree-kill/-/tree-kill-1.2.2.tgz"
integrity sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==
trim-newlines@^3.0.0:
version "3.0.1"
- resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144"
+ resolved "https://registry.npmjs.org/trim-newlines/-/trim-newlines-3.0.1.tgz"
integrity sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==
trim-trailing-lines@^1.0.0:
version "1.1.4"
- resolved "https://registry.yarnpkg.com/trim-trailing-lines/-/trim-trailing-lines-1.1.4.tgz#bd4abbec7cc880462f10b2c8b5ce1d8d1ec7c2c0"
+ resolved "https://registry.npmjs.org/trim-trailing-lines/-/trim-trailing-lines-1.1.4.tgz"
integrity sha512-rjUWSqnfTNrjbB9NQWfPMH/xRK1deHeGsHoVfpxJ++XeYXE0d6B1En37AHfw3jtfTU7dzMzZL2jjpe8Qb5gLIQ==
trim@0.0.1:
version "0.0.1"
- resolved "https://registry.yarnpkg.com/trim/-/trim-0.0.1.tgz#5858547f6b290757ee95cccc666fb50084c460dd"
+ resolved "https://registry.npmjs.org/trim/-/trim-0.0.1.tgz"
integrity sha512-YzQV+TZg4AxpKxaTHK3c3D+kRDCGVEE7LemdlQZoQXn0iennk10RsIoY6ikzAqJTc9Xjl9C1/waHom/J86ziAQ==
trough@^1.0.0:
version "1.0.5"
- resolved "https://registry.yarnpkg.com/trough/-/trough-1.0.5.tgz#b8b639cefad7d0bb2abd37d433ff8293efa5f406"
+ resolved "https://registry.npmjs.org/trough/-/trough-1.0.5.tgz"
integrity sha512-rvuRbTarPXmMb79SmzEp8aqXNKcK+y0XaB298IXueQ8I2PsrATcPBCSPyK/dDNa2iWOhKlfNnOjdAOTBU/nkFA==
tryer@^1.0.1:
version "1.0.1"
- resolved "https://registry.yarnpkg.com/tryer/-/tryer-1.0.1.tgz#f2c85406800b9b0f74c9f7465b81eaad241252f8"
+ resolved "https://registry.npmjs.org/tryer/-/tryer-1.0.1.tgz"
integrity sha512-c3zayb8/kWWpycWYg87P71E1S1ZL6b6IJxfb5fvsUgsf0S2MVGaDhDXXjDMpdCpfWXqptc+4mXwmiy1ypXqRAA==
ts-dedent@^2.0.0:
version "2.2.0"
- resolved "https://registry.yarnpkg.com/ts-dedent/-/ts-dedent-2.2.0.tgz#39e4bd297cd036292ae2394eb3412be63f563bb5"
+ resolved "https://registry.npmjs.org/ts-dedent/-/ts-dedent-2.2.0.tgz"
integrity sha512-q5W7tVM71e2xjHZTlgfTDoPF/SmqKG5hddq9SzR49CH2hayqRKJtQ4mtRlSxKaJlR/+9rEM+mnBHf7I2/BQcpQ==
ts-interface-checker@^0.1.9:
version "0.1.13"
- resolved "https://registry.yarnpkg.com/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz#784fd3d679722bc103b1b4b8030bcddb5db2a699"
+ resolved "https://registry.npmjs.org/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz"
integrity sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==
-ts-pnp@1.2.0, ts-pnp@^1.1.6:
+ts-pnp@^1.1.6:
version "1.2.0"
- resolved "https://registry.yarnpkg.com/ts-pnp/-/ts-pnp-1.2.0.tgz#a500ad084b0798f1c3071af391e65912c86bca92"
+ resolved "https://registry.npmjs.org/ts-pnp/-/ts-pnp-1.2.0.tgz"
integrity sha512-csd+vJOb/gkzvcCHgTGSChYpy5f1/XKNsmvBGO4JXS+z1v2HobugDz4s1IeFXM3wZB44uczs+eazB5Q/ccdhQw==
tsconfig-paths@^3.15.0:
version "3.15.0"
- resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz#5299ec605e55b1abb23ec939ef15edaf483070d4"
+ resolved "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz"
integrity sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==
dependencies:
"@types/json5" "^0.0.29"
@@ -23094,132 +19719,139 @@ tsconfig-paths@^3.15.0:
tsconfig-paths@^4.2.0:
version "4.2.0"
- resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-4.2.0.tgz#ef78e19039133446d244beac0fd6a1632e2d107c"
+ resolved "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-4.2.0.tgz"
integrity sha512-NoZ4roiN7LnbKn9QqE1amc9DJfzvZXxF4xDavcOWt1BPkdx+m+0gJuPM+S0vCe7zTJMYUP0R8pO2XMr+Y8oLIg==
dependencies:
json5 "^2.2.2"
minimist "^1.2.6"
strip-bom "^3.0.0"
-tslib@^1.13.0, tslib@^1.8.1, tslib@^1.9.0:
+tslib@^1.13.0:
+ version "1.14.1"
+ resolved "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz"
+ integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
+
+tslib@^1.8.1:
+ version "1.14.1"
+ resolved "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz"
+ integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
+
+tslib@^1.9.0:
version "1.14.1"
- resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
+ resolved "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz"
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
tslib@^2.0.0, tslib@^2.0.1, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.3.1, tslib@^2.4.0:
version "2.6.3"
- resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.3.tgz#0438f810ad7a9edcde7a241c3d80db693c8cbfe0"
+ resolved "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz"
integrity sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==
-tsutils@^3.17.1, tsutils@^3.21.0:
+tsutils@^3.21.0:
version "3.21.0"
- resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
+ resolved "https://registry.npmjs.org/tsutils/-/tsutils-3.21.0.tgz"
integrity sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==
dependencies:
tslib "^1.8.1"
-tty-browserify@0.0.0:
- version "0.0.0"
- resolved "https://registry.yarnpkg.com/tty-browserify/-/tty-browserify-0.0.0.tgz#a157ba402da24e9bf957f9aa69d524eed42901a6"
- integrity sha512-JVa5ijo+j/sOoHGjw0sxw734b1LhBkQ3bvUGNdxnVXDCX81Yx7TFgnZygxrIIWn23hbfTaMYLwRmAxFyDuFmIw==
-
tunnel-agent@^0.6.0:
version "0.6.0"
- resolved "https://registry.yarnpkg.com/tunnel-agent/-/tunnel-agent-0.6.0.tgz#27a5dea06b36b04a0a9966774b290868f0fc40fd"
+ resolved "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz"
integrity sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==
dependencies:
safe-buffer "^5.0.1"
tweetnacl@^0.14.3, tweetnacl@~0.14.0:
version "0.14.5"
- resolved "https://registry.yarnpkg.com/tweetnacl/-/tweetnacl-0.14.5.tgz#5ae68177f192d4456269d108afa93ff8743f4f64"
+ resolved "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz"
integrity sha512-KXXFFdAbFXY4geFIwoyNK+f5Z1b7swfXABfL7HXCmoIWMKU3dmS26672A4EeQtDzLKy7SXmfBu51JolvEKwtGA==
-type-check@^0.4.0, type-check@~0.4.0:
+type-check@^0.4.0:
version "0.4.0"
- resolved "https://registry.yarnpkg.com/type-check/-/type-check-0.4.0.tgz#07b8203bfa7056c0657050e3ccd2c37730bab8f1"
+ resolved "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz"
integrity sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==
dependencies:
prelude-ls "^1.2.1"
type-check@~0.3.2:
version "0.3.2"
- resolved "https://registry.yarnpkg.com/type-check/-/type-check-0.3.2.tgz#5884cab512cf1d355e3fb784f30804b2b520db72"
+ resolved "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz"
integrity sha512-ZCmOJdvOWDBYJlzAoFkC+Q0+bUyEOS1ltgp1MGU03fqHG+dbi9tBFU2Rd9QKiDZFAYrhPh2JUf7rZRIuHRKtOg==
dependencies:
prelude-ls "~1.1.2"
+type-check@~0.4.0:
+ version "0.4.0"
+ resolved "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz"
+ integrity sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==
+ dependencies:
+ prelude-ls "^1.2.1"
+
type-detect@4.0.8:
version "4.0.8"
- resolved "https://registry.yarnpkg.com/type-detect/-/type-detect-4.0.8.tgz#7646fb5f18871cfbb7749e69bd39a6388eb7450c"
+ resolved "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz"
integrity sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==
type-fest@^0.16.0:
version "0.16.0"
- resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.16.0.tgz#3240b891a78b0deae910dbeb86553e552a148860"
+ resolved "https://registry.npmjs.org/type-fest/-/type-fest-0.16.0.tgz"
integrity sha512-eaBzG6MxNzEn9kiwvtre90cXaNLkmadMWa1zQMs3XORCXNbsH/OewwbxC5ia9dCxIxnTAsSxXJaa/p5y8DlvJg==
type-fest@^0.18.0:
version "0.18.1"
- resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.18.1.tgz#db4bc151a4a2cf4eebf9add5db75508db6cc841f"
+ resolved "https://registry.npmjs.org/type-fest/-/type-fest-0.18.1.tgz"
integrity sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw==
type-fest@^0.20.2:
version "0.20.2"
- resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.20.2.tgz#1bf207f4b28f91583666cb5fbd327887301cd5f4"
+ resolved "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz"
integrity sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==
type-fest@^0.21.3:
version "0.21.3"
- resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.21.3.tgz#d260a24b0198436e133fa26a524a6d65fa3b2e37"
+ resolved "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz"
integrity sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==
-type-fest@^0.3.0, type-fest@^0.3.1:
+type-fest@^0.3.0:
version "0.3.1"
- resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.3.1.tgz#63d00d204e059474fe5e1b7c011112bbd1dc29e1"
+ resolved "https://registry.npmjs.org/type-fest/-/type-fest-0.3.1.tgz"
integrity sha512-cUGJnCdr4STbePCgqNFbpVNCepa+kAVohJs1sLhxzdH+gnEoOd8VhbYa7pD3zZYGiURWM2xzEII3fQcRizDkYQ==
type-fest@^0.6.0:
version "0.6.0"
- resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.6.0.tgz#8d2a2370d3df886eb5c90ada1c5bf6188acf838b"
+ resolved "https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz"
integrity sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==
type-fest@^0.8.1:
version "0.8.1"
- resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.8.1.tgz#09e249ebde851d3b1e48d27c105444667f17b83d"
+ resolved "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz"
integrity sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==
type-fest@^1.0.1:
version "1.4.0"
- resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-1.4.0.tgz#e9fb813fe3bf1744ec359d55d1affefa76f14be1"
+ resolved "https://registry.npmjs.org/type-fest/-/type-fest-1.4.0.tgz"
integrity sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA==
-type-fest@^2.12.2, type-fest@^2.19.0, type-fest@^2.5.0, type-fest@~2.19:
+type-fest@^2.12.2, type-fest@^2.19.0, type-fest@^2.5.0, "type-fest@>=0.17.0 <5.0.0", type-fest@~2.19:
version "2.19.0"
- resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-2.19.0.tgz#88068015bb33036a598b952e55e9311a60fd3a9b"
+ resolved "https://registry.npmjs.org/type-fest/-/type-fest-2.19.0.tgz"
integrity sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==
type-fest@^4.8.3:
version "4.23.0"
- resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-4.23.0.tgz#8196561a6b835175473be744f3e41e2dece1496b"
+ resolved "https://registry.npmjs.org/type-fest/-/type-fest-4.23.0.tgz"
integrity sha512-ZiBujro2ohr5+Z/hZWHESLz3g08BBdrdLMieYFULJO+tWc437sn8kQsWLJoZErY8alNhxre9K4p3GURAG11n+w==
type-is@~1.6.18:
version "1.6.18"
- resolved "https://registry.yarnpkg.com/type-is/-/type-is-1.6.18.tgz#4e552cd05df09467dcbc4ef739de89f2cf37c131"
+ resolved "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz"
integrity sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==
dependencies:
media-typer "0.3.0"
mime-types "~2.1.24"
-type@^2.7.2:
- version "2.7.3"
- resolved "https://registry.yarnpkg.com/type/-/type-2.7.3.tgz#436981652129285cc3ba94f392886c2637ea0486"
- integrity sha512-8j+1QmAbPvLZow5Qpi6NCaN8FB60p/6x8/vfNqOk/hC+HuvFZhL4+WfekuhQLiqFZXOgQdrs3B+XxEmCc6b3FQ==
-
typed-array-buffer@^1.0.2:
version "1.0.2"
- resolved "https://registry.yarnpkg.com/typed-array-buffer/-/typed-array-buffer-1.0.2.tgz#1867c5d83b20fcb5ccf32649e5e2fc7424474ff3"
+ resolved "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.2.tgz"
integrity sha512-gEymJYKZtKXzzBzM4jqa9w6Q1Jjm7x2d+sh19AdsD4wqnMPDYyvwpsIc2Q/835kHuo3BEQ7CjelGhfTsoBb2MQ==
dependencies:
call-bind "^1.0.7"
@@ -23228,7 +19860,7 @@ typed-array-buffer@^1.0.2:
typed-array-byte-length@^1.0.1:
version "1.0.1"
- resolved "https://registry.yarnpkg.com/typed-array-byte-length/-/typed-array-byte-length-1.0.1.tgz#d92972d3cff99a3fa2e765a28fcdc0f1d89dec67"
+ resolved "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.1.tgz"
integrity sha512-3iMJ9q0ao7WE9tWcaYKIptkNBuOIcZCCT0d4MRvuuH88fEoEH62IuQe0OtraD3ebQEoTRk8XCBoknUNc1Y67pw==
dependencies:
call-bind "^1.0.7"
@@ -23239,7 +19871,7 @@ typed-array-byte-length@^1.0.1:
typed-array-byte-offset@^1.0.2:
version "1.0.2"
- resolved "https://registry.yarnpkg.com/typed-array-byte-offset/-/typed-array-byte-offset-1.0.2.tgz#f9ec1acb9259f395093e4567eb3c28a580d02063"
+ resolved "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.2.tgz"
integrity sha512-Ous0vodHa56FviZucS2E63zkgtgrACj7omjwd/8lTEMEPFFyjfixMZ1ZXenpgCFBBt4EC1J2XsyVS2gkG0eTFA==
dependencies:
available-typed-arrays "^1.0.7"
@@ -23251,7 +19883,7 @@ typed-array-byte-offset@^1.0.2:
typed-array-length@^1.0.6:
version "1.0.6"
- resolved "https://registry.yarnpkg.com/typed-array-length/-/typed-array-length-1.0.6.tgz#57155207c76e64a3457482dfdc1c9d1d3c4c73a3"
+ resolved "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.6.tgz"
integrity sha512-/OxDN6OtAk5KBpGb28T+HZc2M+ADtvRxXrKKbUwtsLgdoxgX13hyy7ek6bFRl5+aBs2yZzB0c4CnQfAtVypW/g==
dependencies:
call-bind "^1.0.7"
@@ -23263,59 +19895,106 @@ typed-array-length@^1.0.6:
typedarray-to-buffer@^3.1.5:
version "3.1.5"
- resolved "https://registry.yarnpkg.com/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz#a97ee7a9ff42691b9f783ff1bc5112fe3fca9080"
+ resolved "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz"
integrity sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==
dependencies:
is-typedarray "^1.0.0"
typedarray@^0.0.6:
version "0.0.6"
- resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
+ resolved "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz"
integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==
typeface-roboto@^0.0.75:
version "0.0.75"
- resolved "https://registry.yarnpkg.com/typeface-roboto/-/typeface-roboto-0.0.75.tgz#98d5ba35ec234bbc7172374c8297277099cc712b"
+ resolved "https://registry.npmjs.org/typeface-roboto/-/typeface-roboto-0.0.75.tgz"
integrity sha512-VrR/IiH00Z1tFP4vDGfwZ1esNqTiDMchBEXYY9kilT6wRGgFoCAlgkEUMHb1E3mB0FsfZhv756IF0+R+SFPfdg==
+"typescript@^3.2.1 || ^4", typescript@^4, "typescript@>= 2.7", "typescript@>= 4.2.x", "typescript@>= 4.3.x", "typescript@>= 4.x", "typescript@>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta", typescript@>3.6.0:
+ version "4.9.5"
+ resolved "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz"
+ integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
+
typescript@^3.6.3:
version "3.9.10"
- resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.10.tgz#70f3910ac7a51ed6bef79da7800690b19bf778b8"
+ resolved "https://registry.npmjs.org/typescript/-/typescript-3.9.10.tgz"
integrity sha512-w6fIxVE/H1PkLKcCPsFqKE7Kv7QUwhU8qQY2MueZXWx5cPZdwFupLgKK3vntcK98BtNHZtAF4LA/yl2a7k8R6Q==
+typescript@>=4.9.5:
+ version "5.5.4"
+ resolved "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz"
+ integrity sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==
+
typical@^2.4.2, typical@^2.6.0, typical@^2.6.1:
version "2.6.1"
- resolved "https://registry.yarnpkg.com/typical/-/typical-2.6.1.tgz#5c080e5d661cbbe38259d2e70a3c7253e873881d"
+ resolved "https://registry.npmjs.org/typical/-/typical-2.6.1.tgz"
integrity sha512-ofhi8kjIje6npGozTip9Fr8iecmYfEbS06i0JnIg+rh51KakryWF4+jX8lLKZVhy6N+ID45WYSFCxPOdTWCzNg==
typical@^4.0.0:
version "4.0.0"
- resolved "https://registry.yarnpkg.com/typical/-/typical-4.0.0.tgz#cbeaff3b9d7ae1e2bbfaf5a4e6f11eccfde94fc4"
+ resolved "https://registry.npmjs.org/typical/-/typical-4.0.0.tgz"
integrity sha512-VAH4IvQ7BDFYglMd7BPRDfLgxZZX4O4TFcRDA6EN5X7erNJJq+McIEp8np9aVtxrCJ6qx4GTYVfOWNjcqwZgRw==
ua-parser-js@^1.0.35:
version "1.0.38"
- resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-1.0.38.tgz#66bb0c4c0e322fe48edfe6d446df6042e62f25e2"
+ resolved "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-1.0.38.tgz"
integrity sha512-Aq5ppTOfvrCMgAPneW1HfWj66Xi7XL+/mIy996R1/CLS/rcyJQm6QZdsKrUeivDFQ+Oc9Wyuwor8Ze8peEoUoQ==
uc.micro@^1.0.1, uc.micro@^1.0.5:
version "1.0.6"
- resolved "https://registry.yarnpkg.com/uc.micro/-/uc.micro-1.0.6.tgz#9c411a802a409a91fc6cf74081baba34b24499ac"
+ resolved "https://registry.npmjs.org/uc.micro/-/uc.micro-1.0.6.tgz"
integrity sha512-8Y75pvTYkLJW2hWQHXxoqRgV7qb9B+9vFEtidML+7koHUFapnVJAZ6cKs+Qjz5Aw3aZWHMC6u0wJE3At+nSGwA==
ufo@^1.5.3:
version "1.5.4"
- resolved "https://registry.yarnpkg.com/ufo/-/ufo-1.5.4.tgz#16d6949674ca0c9e0fbbae1fa20a71d7b1ded754"
+ resolved "https://registry.npmjs.org/ufo/-/ufo-1.5.4.tgz"
integrity sha512-UsUk3byDzKd04EyoZ7U4DOlxQaD14JUKQl6/P7wiX4FNvUfm3XL246n9W5AmqwW5RSFJ27NAuM0iLscAOYUiGQ==
uglify-js@^3.1.4:
version "3.19.1"
- resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.19.1.tgz#2d5df6a0872c43da43187968308d7741d44b8056"
+ resolved "https://registry.npmjs.org/uglify-js/-/uglify-js-3.19.1.tgz"
integrity sha512-y/2wiW+ceTYR2TSSptAhfnEtpLaQ4Ups5zrjB2d3kuVxHj16j/QJwPl5PvuGy9uARb39J0+iKxcRPvtpsx4A4A==
+"ui-docusaurus@file:/home/mozafar/code/dhis/ui/docs":
+ version "9.11.0"
+ resolved "file:docs"
+ dependencies:
+ "@docusaurus/core" "^2.0.0-beta.17"
+ "@docusaurus/preset-classic" "^2.0.0-beta.17"
+ "@mdx-js/react" "^1.6.21"
+ "@svgr/webpack" "^5.5.0"
+ clsx "^1.1.1"
+ file-loader "^6.2.0"
+ prism-react-renderer "^1.2.1"
+ prop-types "^15.7.2"
+ url-loader "^4.1.1"
+
+"ui-storybook@file:/home/mozafar/code/dhis/ui/storybook":
+ version "9.11.0"
+ resolved "file:storybook"
+ dependencies:
+ "@babel/plugin-proposal-class-properties" "^7.13.0"
+ "@babel/plugin-proposal-private-methods" "^7.13.0"
+ "@babel/plugin-proposal-private-property-in-object" "^7.14.0"
+ "@dhis2-ui/css" "9.11.1-beta.10"
+ "@dhis2/ui-constants" "9.11.1-beta.10"
+ "@fontsource/roboto" "^4.5.0"
+ "@storybook/addon-a11y" "^8.0.6"
+ "@storybook/addon-console" "^3.0.0"
+ "@storybook/addon-essentials" "^8.0.6"
+ "@storybook/addon-storysource" "^8.0.6"
+ "@storybook/channels" "^8.0.6"
+ "@storybook/components" "^8.0.6"
+ "@storybook/core-events" "^8.0.6"
+ "@storybook/node-logger" "^8.0.6"
+ "@storybook/preset-create-react-app" "^8.0.6"
+ "@storybook/react" "^8.0.6"
+ "@storybook/theming" "^8.0.6"
+ storybook-addon-jsx "^7.3.14"
+
unbox-primitive@^1.0.2:
version "1.0.2"
- resolved "https://registry.yarnpkg.com/unbox-primitive/-/unbox-primitive-1.0.2.tgz#29032021057d5e6cdbd08c5129c226dff8ed6f9e"
+ resolved "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz"
integrity sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==
dependencies:
call-bind "^1.0.2"
@@ -23325,32 +20004,32 @@ unbox-primitive@^1.0.2:
unc-path-regex@^0.1.2:
version "0.1.2"
- resolved "https://registry.yarnpkg.com/unc-path-regex/-/unc-path-regex-0.1.2.tgz#e73dd3d7b0d7c5ed86fbac6b0ae7d8c6a69d50fa"
+ resolved "https://registry.npmjs.org/unc-path-regex/-/unc-path-regex-0.1.2.tgz"
integrity sha512-eXL4nmJT7oCpkZsHZUOJo8hcX3GbsiDOa0Qu9F646fi8dT3XuSVopVqAcEiVzSKKH7UoDti23wNX3qGFxcW5Qg==
-underscore@1.12.1:
- version "1.12.1"
- resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.12.1.tgz#7bb8cc9b3d397e201cf8553336d262544ead829e"
- integrity sha512-hEQt0+ZLDVUMhebKxL4x1BTtDY7bavVofhZ9KZ4aI26X9SRaE+Y3m83XUL1UP2jn8ynjndwCCpEHdUG+9pP1Tw==
-
underscore@~1.13.2:
version "1.13.7"
- resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.13.7.tgz#970e33963af9a7dda228f17ebe8399e5fbe63a10"
+ resolved "https://registry.npmjs.org/underscore/-/underscore-1.13.7.tgz"
integrity sha512-GMXzWtsc57XAtguZgaQViUOzs0KTkk8ojr3/xAxXLITqf/3EMwxC0inyETfDFjH/Krbhuep0HNbbjI9i/q3F3g==
+underscore@1.12.1:
+ version "1.12.1"
+ resolved "https://registry.npmjs.org/underscore/-/underscore-1.12.1.tgz"
+ integrity sha512-hEQt0+ZLDVUMhebKxL4x1BTtDY7bavVofhZ9KZ4aI26X9SRaE+Y3m83XUL1UP2jn8ynjndwCCpEHdUG+9pP1Tw==
+
undici-types@~5.26.4:
version "5.26.5"
- resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
+ resolved "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz"
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
undici-types@~6.13.0:
version "6.13.0"
- resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.13.0.tgz#e3e79220ab8c81ed1496b5812471afd7cf075ea5"
+ resolved "https://registry.npmjs.org/undici-types/-/undici-types-6.13.0.tgz"
integrity sha512-xtFJHudx8S2DSoujjMd1WeWvn7KKWFRESZTMeL1RptAYERu29D6jphMjjY+vn96jvN3kVPDNxU/E13VTaXj6jg==
unherit@^1.0.4:
version "1.1.3"
- resolved "https://registry.yarnpkg.com/unherit/-/unherit-1.1.3.tgz#6c9b503f2b41b262330c80e91c8614abdaa69c22"
+ resolved "https://registry.npmjs.org/unherit/-/unherit-1.1.3.tgz"
integrity sha512-Ft16BJcnapDKp0+J/rqFC3Rrk6Y/Ng4nzsC028k2jdDII/rdZ7Wd3pPT/6+vIIxRagwRc9K0IUX0Ra4fKvw+WQ==
dependencies:
inherits "^2.0.0"
@@ -23358,12 +20037,12 @@ unherit@^1.0.4:
unicode-canonical-property-names-ecmascript@^2.0.0:
version "2.0.0"
- resolved "https://registry.yarnpkg.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz#301acdc525631670d39f6146e0e77ff6bbdebddc"
+ resolved "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz"
integrity sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==
unicode-match-property-ecmascript@^2.0.0:
version "2.0.0"
- resolved "https://registry.yarnpkg.com/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz#54fd16e0ecb167cf04cf1f756bdcc92eba7976c3"
+ resolved "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz"
integrity sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==
dependencies:
unicode-canonical-property-names-ecmascript "^2.0.0"
@@ -23371,23 +20050,23 @@ unicode-match-property-ecmascript@^2.0.0:
unicode-match-property-value-ecmascript@^2.1.0:
version "2.1.0"
- resolved "https://registry.yarnpkg.com/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.1.0.tgz#cb5fffdcd16a05124f5a4b0bf7c3770208acbbe0"
+ resolved "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.1.0.tgz"
integrity sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==
unicode-property-aliases-ecmascript@^2.0.0:
version "2.1.0"
- resolved "https://registry.yarnpkg.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz#43d41e3be698bd493ef911077c9b131f827e8ccd"
+ resolved "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz"
integrity sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==
unicorn-magic@^0.1.0:
version "0.1.0"
- resolved "https://registry.yarnpkg.com/unicorn-magic/-/unicorn-magic-0.1.0.tgz#1bb9a51c823aaf9d73a8bfcd3d1a23dde94b0ce4"
+ resolved "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.1.0.tgz"
integrity sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==
-unified@9.2.0:
- version "9.2.0"
- resolved "https://registry.yarnpkg.com/unified/-/unified-9.2.0.tgz#67a62c627c40589edebbf60f53edfd4d822027f8"
- integrity sha512-vx2Z0vY+a3YoTj8+pttM3tiJHCwY5UFbYdiWrwBEbHmK8pvsPj2rtAX2BFfgXen8T39CJWblWRDT4L5WGXtDdg==
+unified@^9.2.2:
+ version "9.2.2"
+ resolved "https://registry.npmjs.org/unified/-/unified-9.2.2.tgz"
+ integrity sha512-Sg7j110mtefBD+qunSLO1lqOEKdrwBFBrR6Qd8f4uwkhWNlbkaqwHse6e7QvD3AP/MNoJdEDLaf8OxYyoWgorQ==
dependencies:
bail "^1.0.0"
extend "^3.0.0"
@@ -23396,10 +20075,10 @@ unified@9.2.0:
trough "^1.0.0"
vfile "^4.0.0"
-unified@^9.2.2:
- version "9.2.2"
- resolved "https://registry.yarnpkg.com/unified/-/unified-9.2.2.tgz#67649a1abfc3ab85d2969502902775eb03146975"
- integrity sha512-Sg7j110mtefBD+qunSLO1lqOEKdrwBFBrR6Qd8f4uwkhWNlbkaqwHse6e7QvD3AP/MNoJdEDLaf8OxYyoWgorQ==
+unified@9.2.0:
+ version "9.2.0"
+ resolved "https://registry.npmjs.org/unified/-/unified-9.2.0.tgz"
+ integrity sha512-vx2Z0vY+a3YoTj8+pttM3tiJHCwY5UFbYdiWrwBEbHmK8pvsPj2rtAX2BFfgXen8T39CJWblWRDT4L5WGXtDdg==
dependencies:
bail "^1.0.0"
extend "^3.0.0"
@@ -23410,7 +20089,7 @@ unified@^9.2.2:
union-value@^1.0.0:
version "1.0.1"
- resolved "https://registry.yarnpkg.com/union-value/-/union-value-1.0.1.tgz#0b6fe7b835aecda61c6ea4d4f02c14221e109847"
+ resolved "https://registry.npmjs.org/union-value/-/union-value-1.0.1.tgz"
integrity sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg==
dependencies:
arr-union "^3.1.0"
@@ -23418,33 +20097,9 @@ union-value@^1.0.0:
is-extendable "^0.1.1"
set-value "^2.0.1"
-uniq@^1.0.1:
- version "1.0.1"
- resolved "https://registry.yarnpkg.com/uniq/-/uniq-1.0.1.tgz#b31c5ae8254844a3a8281541ce2b04b865a734ff"
- integrity sha512-Gw+zz50YNKPDKXs+9d+aKAjVwpjNwqzvNpLigIruT4HA9lMZNdMqs9x07kKHB/L9WRzqp4+DlTU5s4wG2esdoA==
-
-uniqs@^2.0.0:
- version "2.0.0"
- resolved "https://registry.yarnpkg.com/uniqs/-/uniqs-2.0.0.tgz#ffede4b36b25290696e6e165d4a59edb998e6b02"
- integrity sha512-mZdDpf3vBV5Efh29kMw5tXoup/buMgxLzOt/XKFKcVmi+15ManNQWr6HfZ2aiZTYlYixbdNJ0KFmIZIv52tHSQ==
-
-unique-filename@^1.1.1:
- version "1.1.1"
- resolved "https://registry.yarnpkg.com/unique-filename/-/unique-filename-1.1.1.tgz#1d69769369ada0583103a1e6ae87681b56573230"
- integrity sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ==
- dependencies:
- unique-slug "^2.0.0"
-
-unique-slug@^2.0.0:
- version "2.0.2"
- resolved "https://registry.yarnpkg.com/unique-slug/-/unique-slug-2.0.2.tgz#baabce91083fc64e945b0f3ad613e264f7cd4e6c"
- integrity sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w==
- dependencies:
- imurmurhash "^0.1.4"
-
unique-stream@^2.0.2:
version "2.3.1"
- resolved "https://registry.yarnpkg.com/unique-stream/-/unique-stream-2.3.1.tgz#c65d110e9a4adf9a6c5948b28053d9a8d04cbeac"
+ resolved "https://registry.npmjs.org/unique-stream/-/unique-stream-2.3.1.tgz"
integrity sha512-2nY4TnBE70yoxHkDli7DMazpWiP7xMdCYqU2nBRO0UB+ZpEkGsSija7MvmvnZFUeC+mrgiUfcHSr3LmRFIg4+A==
dependencies:
json-stable-stringify-without-jsonify "^1.0.1"
@@ -23452,76 +20107,76 @@ unique-stream@^2.0.2:
unique-string@^1.0.0:
version "1.0.0"
- resolved "https://registry.yarnpkg.com/unique-string/-/unique-string-1.0.0.tgz#9e1057cca851abb93398f8b33ae187b99caec11a"
+ resolved "https://registry.npmjs.org/unique-string/-/unique-string-1.0.0.tgz"
integrity sha512-ODgiYu03y5g76A1I9Gt0/chLCzQjvzDy7DsZGsLOE/1MrF6wriEskSncj1+/C58Xk/kPZDppSctDybCwOSaGAg==
dependencies:
crypto-random-string "^1.0.0"
unique-string@^2.0.0:
version "2.0.0"
- resolved "https://registry.yarnpkg.com/unique-string/-/unique-string-2.0.0.tgz#39c6451f81afb2749de2b233e3f7c5e8843bd89d"
+ resolved "https://registry.npmjs.org/unique-string/-/unique-string-2.0.0.tgz"
integrity sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==
dependencies:
crypto-random-string "^2.0.0"
unique-string@^3.0.0:
version "3.0.0"
- resolved "https://registry.yarnpkg.com/unique-string/-/unique-string-3.0.0.tgz#84a1c377aff5fd7a8bc6b55d8244b2bd90d75b9a"
+ resolved "https://registry.npmjs.org/unique-string/-/unique-string-3.0.0.tgz"
integrity sha512-VGXBUVwxKMBUznyffQweQABPRRW1vHZAbadFZud4pLFAqRGvv/96vafgjWFqzourzr8YonlQiPgH0YCJfawoGQ==
dependencies:
crypto-random-string "^4.0.0"
-unist-builder@2.0.3, unist-builder@^2.0.0:
+unist-builder@^2.0.0, unist-builder@2.0.3:
version "2.0.3"
- resolved "https://registry.yarnpkg.com/unist-builder/-/unist-builder-2.0.3.tgz#77648711b5d86af0942f334397a33c5e91516436"
+ resolved "https://registry.npmjs.org/unist-builder/-/unist-builder-2.0.3.tgz"
integrity sha512-f98yt5pnlMWlzP539tPc4grGMsFaQQlP/vM396b00jngsiINumNmsY8rkXjfoi1c6QaM8nQ3vaGDuoKWbe/1Uw==
unist-util-generated@^1.0.0:
version "1.1.6"
- resolved "https://registry.yarnpkg.com/unist-util-generated/-/unist-util-generated-1.1.6.tgz#5ab51f689e2992a472beb1b35f2ce7ff2f324d4b"
+ resolved "https://registry.npmjs.org/unist-util-generated/-/unist-util-generated-1.1.6.tgz"
integrity sha512-cln2Mm1/CZzN5ttGK7vkoGw+RZ8VcUH6BtGbq98DDtRGquAAOXig1mrBQYelOwMXYS8rK+vZDyyojSjp7JX+Lg==
unist-util-is@^4.0.0:
version "4.1.0"
- resolved "https://registry.yarnpkg.com/unist-util-is/-/unist-util-is-4.1.0.tgz#976e5f462a7a5de73d94b706bac1b90671b57797"
+ resolved "https://registry.npmjs.org/unist-util-is/-/unist-util-is-4.1.0.tgz"
integrity sha512-ZOQSsnce92GrxSqlnEEseX0gi7GH9zTJZ0p9dtu87WRb/37mMPO2Ilx1s/t9vBHrFhbgweUwb+t7cIn5dxPhZg==
unist-util-is@^6.0.0:
version "6.0.0"
- resolved "https://registry.yarnpkg.com/unist-util-is/-/unist-util-is-6.0.0.tgz#b775956486aff107a9ded971d996c173374be424"
+ resolved "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.0.tgz"
integrity sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==
dependencies:
"@types/unist" "^3.0.0"
unist-util-position@^3.0.0:
version "3.1.0"
- resolved "https://registry.yarnpkg.com/unist-util-position/-/unist-util-position-3.1.0.tgz#1c42ee6301f8d52f47d14f62bbdb796571fa2d47"
+ resolved "https://registry.npmjs.org/unist-util-position/-/unist-util-position-3.1.0.tgz"
integrity sha512-w+PkwCbYSFw8vpgWD0v7zRCl1FpY3fjDSQ3/N/wNd9Ffa4gPi8+4keqt99N3XW6F99t/mUzp2xAhNmfKWp95QA==
unist-util-remove-position@^2.0.0:
version "2.0.1"
- resolved "https://registry.yarnpkg.com/unist-util-remove-position/-/unist-util-remove-position-2.0.1.tgz#5d19ca79fdba712301999b2b73553ca8f3b352cc"
+ resolved "https://registry.npmjs.org/unist-util-remove-position/-/unist-util-remove-position-2.0.1.tgz"
integrity sha512-fDZsLYIe2uT+oGFnuZmy73K6ZxOPG/Qcm+w7jbEjaFcJgbQ6cqjs/eSPzXhsmGpAsWPkqZM9pYjww5QTn3LHMA==
dependencies:
unist-util-visit "^2.0.0"
unist-util-remove@^2.0.0:
version "2.1.0"
- resolved "https://registry.yarnpkg.com/unist-util-remove/-/unist-util-remove-2.1.0.tgz#b0b4738aa7ee445c402fda9328d604a02d010588"
+ resolved "https://registry.npmjs.org/unist-util-remove/-/unist-util-remove-2.1.0.tgz"
integrity sha512-J8NYPyBm4baYLdCbjmf1bhPu45Cr1MWTm77qd9istEkzWpnN6O9tMsEbB2JhNnBCqGENRqEWomQ+He6au0B27Q==
dependencies:
unist-util-is "^4.0.0"
unist-util-stringify-position@^2.0.0:
version "2.0.3"
- resolved "https://registry.yarnpkg.com/unist-util-stringify-position/-/unist-util-stringify-position-2.0.3.tgz#cce3bfa1cdf85ba7375d1d5b17bdc4cada9bd9da"
+ resolved "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-2.0.3.tgz"
integrity sha512-3faScn5I+hy9VleOq/qNbAd6pAx7iH5jYBMS9I1HgQVijz/4mv5Bvw5iw1sC/90CODiKo81G/ps8AJrISn687g==
dependencies:
"@types/unist" "^2.0.2"
unist-util-visit-parents@^3.0.0:
version "3.1.1"
- resolved "https://registry.yarnpkg.com/unist-util-visit-parents/-/unist-util-visit-parents-3.1.1.tgz#65a6ce698f78a6b0f56aa0e88f13801886cdaef6"
+ resolved "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-3.1.1.tgz"
integrity sha512-1KROIZWo6bcMrZEwiH2UrXDyalAa0uqzWCxCJj6lPOvTve2WkfgCytoDTPaMnodXh1WrXOq0haVYHj99ynJlsg==
dependencies:
"@types/unist" "^2.0.0"
@@ -23529,15 +20184,15 @@ unist-util-visit-parents@^3.0.0:
unist-util-visit-parents@^6.0.0:
version "6.0.1"
- resolved "https://registry.yarnpkg.com/unist-util-visit-parents/-/unist-util-visit-parents-6.0.1.tgz#4d5f85755c3b8f0dc69e21eca5d6d82d22162815"
+ resolved "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.1.tgz"
integrity sha512-L/PqWzfTP9lzzEa6CKs0k2nARxTdZduw3zyh8d2NVBnsyvHjSX4TWse388YrrQKbvI8w20fGjGlhgT96WwKykw==
dependencies:
"@types/unist" "^3.0.0"
unist-util-is "^6.0.0"
-unist-util-visit@2.0.3, unist-util-visit@^2.0.0, unist-util-visit@^2.0.3:
+unist-util-visit@^2.0.0, unist-util-visit@^2.0.3, unist-util-visit@2.0.3:
version "2.0.3"
- resolved "https://registry.yarnpkg.com/unist-util-visit/-/unist-util-visit-2.0.3.tgz#c3703893146df47203bb8a9795af47d7b971208c"
+ resolved "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-2.0.3.tgz"
integrity sha512-iJ4/RczbJMkD0712mGktuGpm/U4By4FfDonL7N/9tATGIF4imikjOuagyMY53tnZq3NP6BcmlrHhEKAfGWjh7Q==
dependencies:
"@types/unist" "^2.0.0"
@@ -23546,7 +20201,7 @@ unist-util-visit@2.0.3, unist-util-visit@^2.0.0, unist-util-visit@^2.0.3:
unist-util-visit@^5.0.0:
version "5.0.0"
- resolved "https://registry.yarnpkg.com/unist-util-visit/-/unist-util-visit-5.0.0.tgz#a7de1f31f72ffd3519ea71814cccf5fd6a9217d6"
+ resolved "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-5.0.0.tgz"
integrity sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==
dependencies:
"@types/unist" "^3.0.0"
@@ -23555,45 +20210,45 @@ unist-util-visit@^5.0.0:
universal-serialize@^1.0.4:
version "1.0.10"
- resolved "https://registry.yarnpkg.com/universal-serialize/-/universal-serialize-1.0.10.tgz#3279bb30f47290ea479f45135620f98fa9d3f3a6"
+ resolved "https://registry.npmjs.org/universal-serialize/-/universal-serialize-1.0.10.tgz"
integrity sha512-FdouA4xSFa0fudk1+z5vLWtxZCoC0Q9lKYV3uUdFl7DttNfolmiw2ASr5ddY+/Yz6Isr68u3IqC9XMSwMP+Pow==
universalify@^0.1.0:
version "0.1.2"
- resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66"
+ resolved "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz"
integrity sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==
universalify@^0.2.0:
version "0.2.0"
- resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.2.0.tgz#6451760566fa857534745ab1dde952d1b1761be0"
+ resolved "https://registry.npmjs.org/universalify/-/universalify-0.2.0.tgz"
integrity sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==
universalify@^2.0.0:
version "2.0.1"
- resolved "https://registry.yarnpkg.com/universalify/-/universalify-2.0.1.tgz#168efc2180964e6386d061e094df61afe239b18d"
+ resolved "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz"
integrity sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==
unix-crypt-td-js@^1.1.4:
version "1.1.4"
- resolved "https://registry.yarnpkg.com/unix-crypt-td-js/-/unix-crypt-td-js-1.1.4.tgz#4912dfad1c8aeb7d20fa0a39e4c31918c1d5d5dd"
+ resolved "https://registry.npmjs.org/unix-crypt-td-js/-/unix-crypt-td-js-1.1.4.tgz"
integrity sha512-8rMeVYWSIyccIJscb9NdCfZKSRBKYTeVnwmiRYT2ulE3qd1RaDQ0xQDP+rI3ccIWbhu/zuo5cgN8z73belNZgw==
unload@2.2.0:
version "2.2.0"
- resolved "https://registry.yarnpkg.com/unload/-/unload-2.2.0.tgz#ccc88fdcad345faa06a92039ec0f80b488880ef7"
+ resolved "https://registry.npmjs.org/unload/-/unload-2.2.0.tgz"
integrity sha512-B60uB5TNBLtN6/LsgAf3udH9saB5p7gqJwcFfbOEZ8BcBHnGwCf6G/TGiEqkRAxX7zAFIUtzdrXQSdL3Q/wqNA==
dependencies:
"@babel/runtime" "^7.6.2"
detect-node "^2.0.4"
-unpipe@1.0.0, unpipe@~1.0.0:
+unpipe@~1.0.0, unpipe@1.0.0:
version "1.0.0"
- resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec"
+ resolved "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz"
integrity sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==
unplugin@^1.3.1:
version "1.12.0"
- resolved "https://registry.yarnpkg.com/unplugin/-/unplugin-1.12.0.tgz#a11d3eb565602190748b1f95ecc8590b0f7dcbb4"
+ resolved "https://registry.npmjs.org/unplugin/-/unplugin-1.12.0.tgz"
integrity sha512-KeczzHl2sATPQUx1gzo+EnUkmN4VmGBYRRVOZSGvGITE9rGHRDGqft6ONceP3vgXcyJ2XjX5axG5jMWUwNCYLw==
dependencies:
acorn "^8.12.1"
@@ -23603,12 +20258,12 @@ unplugin@^1.3.1:
unquote@~1.1.1:
version "1.1.1"
- resolved "https://registry.yarnpkg.com/unquote/-/unquote-1.1.1.tgz#8fded7324ec6e88a0ff8b905e7c098cdc086d544"
+ resolved "https://registry.npmjs.org/unquote/-/unquote-1.1.1.tgz"
integrity sha512-vRCqFv6UhXpWxZPyGDh/F3ZpNv8/qo7w6iufLpQg9aKnQ71qM4B5KiI7Mia9COcjEhrO9LueHpMYjYzsWH3OIg==
unset-value@^1.0.0:
version "1.0.0"
- resolved "https://registry.yarnpkg.com/unset-value/-/unset-value-1.0.0.tgz#8376873f7d2335179ffb1e6fc3a8ed0dfc8ab559"
+ resolved "https://registry.npmjs.org/unset-value/-/unset-value-1.0.0.tgz"
integrity sha512-PcA2tsuGSF9cnySLHTLSh2qrQiJ70mn+r+Glzxv2TWZblxsxCC52BDlZoPCsz7STd9pN7EZetkWZBAvk4cgZdQ==
dependencies:
has-value "^0.3.1"
@@ -23616,17 +20271,17 @@ unset-value@^1.0.0:
untildify@^4.0.0:
version "4.0.0"
- resolved "https://registry.yarnpkg.com/untildify/-/untildify-4.0.0.tgz#2bc947b953652487e4600949fb091e3ae8cd919b"
+ resolved "https://registry.npmjs.org/untildify/-/untildify-4.0.0.tgz"
integrity sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw==
-upath@^1.1.1, upath@^1.1.2, upath@^1.2.0:
+upath@^1.1.1, upath@^1.2.0:
version "1.2.0"
- resolved "https://registry.yarnpkg.com/upath/-/upath-1.2.0.tgz#8f66dbcd55a883acdae4408af8b035a5044c1894"
+ resolved "https://registry.npmjs.org/upath/-/upath-1.2.0.tgz"
integrity sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==
update-browserslist-db@^1.1.0:
version "1.1.0"
- resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.1.0.tgz#7ca61c0d8650766090728046e416a8cde682859e"
+ resolved "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.0.tgz"
integrity sha512-EdRAaAyk2cUE1wOf2DkEhzxqOQvFOoRJFNS6NeyJ01Gp2beMRpBAINjM2iDXE3KCuKhwnvHIQCJm6ThL2Z+HzQ==
dependencies:
escalade "^3.1.2"
@@ -23634,7 +20289,7 @@ update-browserslist-db@^1.1.0:
update-notifier@^3.0.0:
version "3.0.1"
- resolved "https://registry.yarnpkg.com/update-notifier/-/update-notifier-3.0.1.tgz#78ecb68b915e2fd1be9f767f6e298ce87b736250"
+ resolved "https://registry.npmjs.org/update-notifier/-/update-notifier-3.0.1.tgz"
integrity sha512-grrmrB6Zb8DUiyDIaeRTBCkgISYUgETNe7NglEbVsrLWXeESnlCSP50WfRSj/GmzMPl6Uchj24S/p80nP/ZQrQ==
dependencies:
boxen "^3.0.0"
@@ -23652,7 +20307,7 @@ update-notifier@^3.0.0:
update-notifier@^5.1.0:
version "5.1.0"
- resolved "https://registry.yarnpkg.com/update-notifier/-/update-notifier-5.1.0.tgz#4ab0d7c7f36a231dd7316cf7729313f0214d9ad9"
+ resolved "https://registry.npmjs.org/update-notifier/-/update-notifier-5.1.0.tgz"
integrity sha512-ItnICHbeMh9GqUy31hFPrD1kcuZ3rpxDZbf4KUDavXwS0bW5m7SLbDQpGX3UYr072cbrF5hFUs3r5tUsPwjfHw==
dependencies:
boxen "^5.0.0"
@@ -23672,31 +20327,31 @@ update-notifier@^5.1.0:
upper-case-first@^2.0.2:
version "2.0.2"
- resolved "https://registry.yarnpkg.com/upper-case-first/-/upper-case-first-2.0.2.tgz#992c3273f882abd19d1e02894cc147117f844324"
+ resolved "https://registry.npmjs.org/upper-case-first/-/upper-case-first-2.0.2.tgz"
integrity sha512-514ppYHBaKwfJRK/pNC6c/OxfGa0obSnAl106u97Ed0I625Nin96KAjttZF6ZL3e1XLtphxnqrOi9iWgm+u+bg==
dependencies:
tslib "^2.0.3"
uri-js@^4.2.2:
version "4.4.1"
- resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.1.tgz#9b1a52595225859e55f669d928f88c6c57f2a77e"
+ resolved "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz"
integrity sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==
dependencies:
punycode "^2.1.0"
urix@^0.1.0:
version "0.1.0"
- resolved "https://registry.yarnpkg.com/urix/-/urix-0.1.0.tgz#da937f7a62e21fec1fd18d49b35c2935067a6c72"
+ resolved "https://registry.npmjs.org/urix/-/urix-0.1.0.tgz"
integrity sha512-Am1ousAhSLBeB9cG/7k7r2R0zj50uDRlZHPGbazid5s9rlF1F/QKYObEKSIunSjIOkJZqwRRLpvewjEkM7pSqg==
url-join@^4.0.1:
version "4.0.1"
- resolved "https://registry.yarnpkg.com/url-join/-/url-join-4.0.1.tgz#b642e21a2646808ffa178c4c5fda39844e12cde7"
+ resolved "https://registry.npmjs.org/url-join/-/url-join-4.0.1.tgz"
integrity sha512-jk1+QP6ZJqyOiuEI9AEWQfju/nB2Pw466kbA0LEZljHwKeMgd9WrAEgEGxjPDD2+TNbbb37rTyhEfrCXfuKXnA==
-url-loader@4.1.1, url-loader@^4.1.1:
+url-loader@^4.1.1:
version "4.1.1"
- resolved "https://registry.yarnpkg.com/url-loader/-/url-loader-4.1.1.tgz#28505e905cae158cf07c92ca622d7f237e70a4e2"
+ resolved "https://registry.npmjs.org/url-loader/-/url-loader-4.1.1.tgz"
integrity sha512-3BTV812+AVHHOJQO8O5MkWgZ5aosP7GnROJwvzLS9hWDj00lZ6Z0wNak423Lp9PBZN05N+Jk/N5Si8jRAlGyWA==
dependencies:
loader-utils "^2.0.0"
@@ -23705,14 +20360,14 @@ url-loader@4.1.1, url-loader@^4.1.1:
url-parse-lax@^3.0.0:
version "3.0.0"
- resolved "https://registry.yarnpkg.com/url-parse-lax/-/url-parse-lax-3.0.0.tgz#16b5cafc07dbe3676c1b1999177823d6503acb0c"
+ resolved "https://registry.npmjs.org/url-parse-lax/-/url-parse-lax-3.0.0.tgz"
integrity sha512-NjFKA0DidqPa5ciFcSrXnAltTtzz84ogy+NebPvfEgAck0+TNg4UJ4IN+fB7zRZfbgUf0syOo9MDxFkDSMuFaQ==
dependencies:
prepend-http "^2.0.0"
-url-parse@^1.5.10, url-parse@^1.5.3:
+url-parse@^1.5.3:
version "1.5.10"
- resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.5.10.tgz#9d3c2f736c1d75dd3bd2be507dcc111f1e2ea9c1"
+ resolved "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz"
integrity sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==
dependencies:
querystringify "^2.1.1"
@@ -23720,7 +20375,7 @@ url-parse@^1.5.10, url-parse@^1.5.3:
url@^0.11.0:
version "0.11.4"
- resolved "https://registry.yarnpkg.com/url/-/url-0.11.4.tgz#adca77b3562d56b72746e76b330b7f27b6721f3c"
+ resolved "https://registry.npmjs.org/url/-/url-0.11.4.tgz"
integrity sha512-oCwdVC7mTuWiPyjLUz/COz5TLk6wgp0RCsN+wHZ2Ekneac9w8uuV0njcbbie2ME+Vs+d6duwmYuR3HgQXs1fOg==
dependencies:
punycode "^1.4.1"
@@ -23728,52 +20383,44 @@ url@^0.11.0:
use-composed-ref@^1.3.0:
version "1.3.0"
- resolved "https://registry.yarnpkg.com/use-composed-ref/-/use-composed-ref-1.3.0.tgz#3d8104db34b7b264030a9d916c5e94fbe280dbda"
+ resolved "https://registry.npmjs.org/use-composed-ref/-/use-composed-ref-1.3.0.tgz"
integrity sha512-GLMG0Jc/jiKov/3Ulid1wbv3r54K9HlMW29IWcDFPEqFkSO2nS0MuefWgMJpeHQ9YJeXDL3ZUF+P3jdXlZX/cQ==
use-isomorphic-layout-effect@^1.1.1:
version "1.1.2"
- resolved "https://registry.yarnpkg.com/use-isomorphic-layout-effect/-/use-isomorphic-layout-effect-1.1.2.tgz#497cefb13d863d687b08477d9e5a164ad8c1a6fb"
+ resolved "https://registry.npmjs.org/use-isomorphic-layout-effect/-/use-isomorphic-layout-effect-1.1.2.tgz"
integrity sha512-49L8yCO3iGT/ZF9QttjwLF/ZD9Iwto5LnH5LmEdk/6cFmXddqi2ulF0edxTwjj+7mqvpVVGQWvbXZdn32wRSHA==
use-latest@^1.2.1:
version "1.2.1"
- resolved "https://registry.yarnpkg.com/use-latest/-/use-latest-1.2.1.tgz#d13dfb4b08c28e3e33991546a2cee53e14038cf2"
+ resolved "https://registry.npmjs.org/use-latest/-/use-latest-1.2.1.tgz"
integrity sha512-xA+AVm/Wlg3e2P/JiItTziwS7FK92LWrDB0p+hgXloIMuVCeJJ8v6f0eeHyPZaJrM+usM1FkFfbNCrJGs8A/zw==
dependencies:
use-isomorphic-layout-effect "^1.1.1"
use-sync-external-store@^1.2.0:
version "1.2.2"
- resolved "https://registry.yarnpkg.com/use-sync-external-store/-/use-sync-external-store-1.2.2.tgz#c3b6390f3a30eba13200d2302dcdf1e7b57b2ef9"
+ resolved "https://registry.npmjs.org/use-sync-external-store/-/use-sync-external-store-1.2.2.tgz"
integrity sha512-PElTlVMwpblvbNqQ82d2n6RjStvdSoNe9FG28kNfz3WiXilJm4DdNkEzRhCZuIDwY8U08WVihhGR5iRqAwfDiw==
use@^3.1.0:
version "3.1.1"
- resolved "https://registry.yarnpkg.com/use/-/use-3.1.1.tgz#d50c8cac79a19fbc20f2911f56eb973f4e10070f"
+ resolved "https://registry.npmjs.org/use/-/use-3.1.1.tgz"
integrity sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ==
util-arity@^1.1.0:
version "1.1.0"
- resolved "https://registry.yarnpkg.com/util-arity/-/util-arity-1.1.0.tgz#59d01af1fdb3fede0ac4e632b0ab5f6ce97c9330"
+ resolved "https://registry.npmjs.org/util-arity/-/util-arity-1.1.0.tgz"
integrity sha512-kkyIsXKwemfSy8ZEoaIz06ApApnWsk5hQO0vLjZS6UkBiGiW++Jsyb8vSBoc0WKlffGoGs5yYy/j5pp8zckrFA==
util-deprecate@^1.0.1, util-deprecate@^1.0.2, util-deprecate@~1.0.1:
version "1.0.2"
- resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf"
+ resolved "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz"
integrity sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==
-util.promisify@1.0.0:
- version "1.0.0"
- resolved "https://registry.yarnpkg.com/util.promisify/-/util.promisify-1.0.0.tgz#440f7165a459c9a16dc145eb8e72f35687097030"
- integrity sha512-i+6qA2MPhvoKLuxnJNpXAGhg7HphQOSUq2LKMZD0m15EiskXUkMvKdF4Uui0WYeCUGea+o2cw/ZuwehtfsrNkA==
- dependencies:
- define-properties "^1.1.2"
- object.getownpropertydescriptors "^2.0.3"
-
util.promisify@~1.0.0:
version "1.0.1"
- resolved "https://registry.yarnpkg.com/util.promisify/-/util.promisify-1.0.1.tgz#6baf7774b80eeb0f7520d8b81d07982a59abbaee"
+ resolved "https://registry.npmjs.org/util.promisify/-/util.promisify-1.0.1.tgz"
integrity sha512-g9JpC/3He3bm38zsLupWryXHoEcS22YHthuPQSJdMy6KNrzIRzWqcsHzD/WUnqe45whVou4VIsPew37DoXWNrA==
dependencies:
define-properties "^1.1.3"
@@ -23781,23 +20428,9 @@ util.promisify@~1.0.0:
has-symbols "^1.0.1"
object.getownpropertydescriptors "^2.1.0"
-util@^0.10.4:
- version "0.10.4"
- resolved "https://registry.yarnpkg.com/util/-/util-0.10.4.tgz#3aa0125bfe668a4672de58857d3ace27ecb76901"
- integrity sha512-0Pm9hTQ3se5ll1XihRic3FDIku70C+iHUdT/W926rSgHV5QgXsYbKZN8MSC3tJtSkhuROzvsQjAaFENRXr+19A==
- dependencies:
- inherits "2.0.3"
-
-util@^0.11.0:
- version "0.11.1"
- resolved "https://registry.yarnpkg.com/util/-/util-0.11.1.tgz#3236733720ec64bb27f6e26f421aaa2e1b588d61"
- integrity sha512-HShAsny+zS2TZfaXxD9tYj4HQGlBezXZMZuM/S5PKLLoZkShZiGk9o5CzukI1LVHZvjdvZ2Sj1aW/Ndn2NB/HQ==
- dependencies:
- inherits "2.0.3"
-
util@^0.12.4:
version "0.12.5"
- resolved "https://registry.yarnpkg.com/util/-/util-0.12.5.tgz#5f17a6059b73db61a875668781a1c2b136bd6fbc"
+ resolved "https://registry.npmjs.org/util/-/util-0.12.5.tgz"
integrity sha512-kZf/K6hEIrWHI6XqOFUiiMa+79wE/D8Q+NCNAWclkyg3b4d2k7s0QGepNjiABc+aR3N1PAyHL7p6UcLY6LmrnA==
dependencies:
inherits "^2.0.3"
@@ -23808,56 +20441,52 @@ util@^0.12.4:
utila@~0.4:
version "0.4.0"
- resolved "https://registry.yarnpkg.com/utila/-/utila-0.4.0.tgz#8a16a05d445657a3aea5eecc5b12a4fa5379772c"
+ resolved "https://registry.npmjs.org/utila/-/utila-0.4.0.tgz"
integrity sha512-Z0DbgELS9/L/75wZbro8xAnT50pBVFQZ+hUEueGDU5FN51YSCYM+jdxsfCiHjwNP/4LCDD0i/graKpeBnOXKRA==
utility-types@^3.10.0:
version "3.11.0"
- resolved "https://registry.yarnpkg.com/utility-types/-/utility-types-3.11.0.tgz#607c40edb4f258915e901ea7995607fdf319424c"
+ resolved "https://registry.npmjs.org/utility-types/-/utility-types-3.11.0.tgz"
integrity sha512-6Z7Ma2aVEWisaL6TvBCy7P8rm2LQoPv6dJ7ecIaIixHcwfbJ0x7mWdbcwlIM5IGQxPZSFYeqRCqlOOeKoJYMkw==
utils-merge@1.0.1:
version "1.0.1"
- resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713"
+ resolved "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz"
integrity sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==
-uuid@9.0.1, uuid@^9.0.0:
- version "9.0.1"
- resolved "https://registry.yarnpkg.com/uuid/-/uuid-9.0.1.tgz#e188d4c8853cc722220392c424cd637f32293f30"
- integrity sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==
-
uuid@^10.0.0:
version "10.0.0"
- resolved "https://registry.yarnpkg.com/uuid/-/uuid-10.0.0.tgz#5a95aa454e6e002725c79055fd42aaba30ca6294"
+ resolved "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz"
integrity sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==
-uuid@^3.0.0, uuid@^3.3.2:
+uuid@^3.0.0:
+ version "3.4.0"
+ resolved "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz"
+ integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==
+
+uuid@^3.3.2:
version "3.4.0"
- resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"
+ resolved "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz"
integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==
-uuid@^8.3.0, uuid@^8.3.2:
+uuid@^8.3.2:
version "8.3.2"
- resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
+ resolved "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz"
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
+uuid@^9.0.0, uuid@9.0.1:
+ version "9.0.1"
+ resolved "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz"
+ integrity sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==
+
v8-compile-cache@^2.0.3:
version "2.4.0"
- resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.4.0.tgz#cdada8bec61e15865f05d097c5f4fd30e94dc128"
+ resolved "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.4.0.tgz"
integrity sha512-ocyWc3bAHBB/guyqJQVI5o4BZkPhznPYUG2ea80Gond/BgNWpap8TOmLSeeQG7bnh2KMISxskdADG59j7zruhw==
-v8-to-istanbul@^7.0.0:
- version "7.1.2"
- resolved "https://registry.yarnpkg.com/v8-to-istanbul/-/v8-to-istanbul-7.1.2.tgz#30898d1a7fa0c84d225a2c1434fb958f290883c1"
- integrity sha512-TxNb7YEUwkLXCQYeudi6lgQ/SZrzNO4kMdlqVxaZPUIUjCv6iSSypUQX70kNBSERpQ8fk48+d61FXk+tgqcWow==
- dependencies:
- "@types/istanbul-lib-coverage" "^2.0.1"
- convert-source-map "^1.6.0"
- source-map "^0.7.3"
-
v8-to-istanbul@^8.1.0:
version "8.1.1"
- resolved "https://registry.yarnpkg.com/v8-to-istanbul/-/v8-to-istanbul-8.1.1.tgz#77b752fd3975e31bbcef938f85e9bd1c7a8d60ed"
+ resolved "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-8.1.1.tgz"
integrity sha512-FGtKtv3xIpR6BYhvgH8MI/y78oT7d8Au3ww4QIxymrCtZEh5b8gCw2siywE+puhEmuWKDtmfrvF5UlB298ut3w==
dependencies:
"@types/istanbul-lib-coverage" "^2.0.1"
@@ -23866,7 +20495,7 @@ v8-to-istanbul@^8.1.0:
v8-to-istanbul@^9.0.0:
version "9.3.0"
- resolved "https://registry.yarnpkg.com/v8-to-istanbul/-/v8-to-istanbul-9.3.0.tgz#b9572abfa62bd556c16d75fdebc1a411d5ff3175"
+ resolved "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-9.3.0.tgz"
integrity sha512-kiGUalWN+rgBJ/1OHZsBtU4rXZOfj/7rKQxULKlIzwzQSvMJUUNgPwJEEh7gU6xEVxC0ahoOBvN2YI8GH6FNgA==
dependencies:
"@jridgewell/trace-mapping" "^0.3.12"
@@ -23875,7 +20504,7 @@ v8-to-istanbul@^9.0.0:
validate-npm-package-license@^3.0.1:
version "3.0.4"
- resolved "https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz#fc91f6b9c7ba15c857f4cb2c5defeec39d4f410a"
+ resolved "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz"
integrity sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==
dependencies:
spdx-correct "^3.0.0"
@@ -23883,34 +20512,29 @@ validate-npm-package-license@^3.0.1:
validate-npm-package-name@^3.0.0:
version "3.0.0"
- resolved "https://registry.yarnpkg.com/validate-npm-package-name/-/validate-npm-package-name-3.0.0.tgz#5fa912d81eb7d0c74afc140de7317f0ca7df437e"
+ resolved "https://registry.npmjs.org/validate-npm-package-name/-/validate-npm-package-name-3.0.0.tgz"
integrity sha512-M6w37eVCMMouJ9V/sdPGnC5H4uDr73/+xdq0FBLO3TFFX1+7wiUY6Es328NN+y43tmY+doUdN9g9J21vqB7iLw==
dependencies:
builtins "^1.0.3"
value-equal@^1.0.1:
version "1.0.1"
- resolved "https://registry.yarnpkg.com/value-equal/-/value-equal-1.0.1.tgz#1e0b794c734c5c0cade179c437d356d931a34d6c"
+ resolved "https://registry.npmjs.org/value-equal/-/value-equal-1.0.1.tgz"
integrity sha512-NOJ6JZCAWr0zlxZt+xqCHNTEKOsrks2HQd4MqhP1qy4z1SkbEP467eNx6TgDKXMvUOb+OENfJCZwM+16n7fRfw==
value-or-function@^3.0.0:
version "3.0.0"
- resolved "https://registry.yarnpkg.com/value-or-function/-/value-or-function-3.0.0.tgz#1c243a50b595c1be54a754bfece8563b9ff8d813"
+ resolved "https://registry.npmjs.org/value-or-function/-/value-or-function-3.0.0.tgz"
integrity sha512-jdBB2FrWvQC/pnPtIqcLsMaQgjhdb6B7tk1MMyTKapox+tQZbdRP4uLxu/JY0t7fbfDCUMnuelzEYv5GsxHhdg==
vary@^1, vary@~1.1.2:
version "1.1.2"
- resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc"
+ resolved "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz"
integrity sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==
-vendors@^1.0.0:
- version "1.0.4"
- resolved "https://registry.yarnpkg.com/vendors/-/vendors-1.0.4.tgz#e2b800a53e7a29b93506c3cf41100d16c4c4ad8e"
- integrity sha512-/juG65kTL4Cy2su4P8HjtkTxk6VmJDiOPBufWniqQ6wknac6jNiXS9vU+hO3wgusiyqWlzTbVHi0dyJqRONg3w==
-
verror@1.10.0:
version "1.10.0"
- resolved "https://registry.yarnpkg.com/verror/-/verror-1.10.0.tgz#3a105ca17053af55d6e270c1f8288682e18da400"
+ resolved "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz"
integrity sha512-ZZKSmDAEFOijERBLkmYfJ+vmk3w+7hOLYDNkRCuRuMJGEmqYNCNLyBBFwWKVMhfwaEF3WOd0Zlw86U/WC/+nYw==
dependencies:
assert-plus "^1.0.0"
@@ -23919,12 +20543,12 @@ verror@1.10.0:
vfile-location@^3.0.0, vfile-location@^3.2.0:
version "3.2.0"
- resolved "https://registry.yarnpkg.com/vfile-location/-/vfile-location-3.2.0.tgz#d8e41fbcbd406063669ebf6c33d56ae8721d0f3c"
+ resolved "https://registry.npmjs.org/vfile-location/-/vfile-location-3.2.0.tgz"
integrity sha512-aLEIZKv/oxuCDZ8lkJGhuhztf/BW4M+iHdCwglA/eWc+vtuRFJj8EtgceYFX4LRjOhCAAiNHsKGssC6onJ+jbA==
vfile-message@^2.0.0:
version "2.0.4"
- resolved "https://registry.yarnpkg.com/vfile-message/-/vfile-message-2.0.4.tgz#5b43b88171d409eae58477d13f23dd41d52c371a"
+ resolved "https://registry.npmjs.org/vfile-message/-/vfile-message-2.0.4.tgz"
integrity sha512-DjssxRGkMvifUOJre00juHoP9DPWuzjxKuMDrhNbk2TdaYYBNMStsNhEOt3idrtI12VQYM/1+iM0KOzXi4pxwQ==
dependencies:
"@types/unist" "^2.0.0"
@@ -23932,7 +20556,7 @@ vfile-message@^2.0.0:
vfile@^4.0.0:
version "4.2.1"
- resolved "https://registry.yarnpkg.com/vfile/-/vfile-4.2.1.tgz#03f1dce28fc625c625bc6514350fbdb00fa9e624"
+ resolved "https://registry.npmjs.org/vfile/-/vfile-4.2.1.tgz"
integrity sha512-O6AE4OskCG5S1emQ/4gl8zK586RqA3srz3nfK/Viy0UPToBc5Trp9BVFb1u0CjsKrAWwnpr4ifM/KBXPWwJbCA==
dependencies:
"@types/unist" "^2.0.0"
@@ -23942,7 +20566,7 @@ vfile@^4.0.0:
vinyl-fs@^3.0.1:
version "3.0.3"
- resolved "https://registry.yarnpkg.com/vinyl-fs/-/vinyl-fs-3.0.3.tgz#c85849405f67428feabbbd5c5dbdd64f47d31bc7"
+ resolved "https://registry.npmjs.org/vinyl-fs/-/vinyl-fs-3.0.3.tgz"
integrity sha512-vIu34EkyNyJxmP0jscNzWBSygh7VWhqun6RmqVfXePrOwi9lhvRs//dOaGOTRUQr4tx7/zd26Tk5WeSVZitgng==
dependencies:
fs-mkdirp-stream "^1.0.0"
@@ -23965,7 +20589,7 @@ vinyl-fs@^3.0.1:
vinyl-sourcemap@^1.1.0:
version "1.1.0"
- resolved "https://registry.yarnpkg.com/vinyl-sourcemap/-/vinyl-sourcemap-1.1.0.tgz#92a800593a38703a8cdb11d8b300ad4be63b3e16"
+ resolved "https://registry.npmjs.org/vinyl-sourcemap/-/vinyl-sourcemap-1.1.0.tgz"
integrity sha512-NiibMgt6VJGJmyw7vtzhctDcfKch4e4n9TBeoWlirb7FMg9/1Ov9k+A5ZRAtywBpRPiyECvQRQllYM8dECegVA==
dependencies:
append-buffer "^1.0.2"
@@ -23978,7 +20602,7 @@ vinyl-sourcemap@^1.1.0:
vinyl@^2.0.0, vinyl@^2.2.0:
version "2.2.1"
- resolved "https://registry.yarnpkg.com/vinyl/-/vinyl-2.2.1.tgz#23cfb8bbab5ece3803aa2c0a1eb28af7cbba1974"
+ resolved "https://registry.npmjs.org/vinyl/-/vinyl-2.2.1.tgz"
integrity sha512-LII3bXRFBZLlezoG5FfZVcXflZgWP/4dCwKtxd5ky9+LOtM4CS3bIRQsmR1KMnMW07jpE8fqR2lcxPZ+8sJIcw==
dependencies:
clone "^2.1.1"
@@ -23988,28 +20612,23 @@ vinyl@^2.0.0, vinyl@^2.2.0:
remove-trailing-separator "^1.0.1"
replace-ext "^1.0.0"
-vm-browserify@^1.0.1:
- version "1.1.2"
- resolved "https://registry.yarnpkg.com/vm-browserify/-/vm-browserify-1.1.2.tgz#78641c488b8e6ca91a75f511e7a3b32a86e5dda0"
- integrity sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ==
-
w3c-hr-time@^1.0.2:
version "1.0.2"
- resolved "https://registry.yarnpkg.com/w3c-hr-time/-/w3c-hr-time-1.0.2.tgz#0a89cdf5cc15822df9c360543676963e0cc308cd"
+ resolved "https://registry.npmjs.org/w3c-hr-time/-/w3c-hr-time-1.0.2.tgz"
integrity sha512-z8P5DvDNjKDoFIHK7q8r8lackT6l+jo/Ye3HOle7l9nICP9lf1Ci25fy9vHd0JOWewkIFzXIEig3TdKT7JQ5fQ==
dependencies:
browser-process-hrtime "^1.0.0"
w3c-xmlserializer@^2.0.0:
version "2.0.0"
- resolved "https://registry.yarnpkg.com/w3c-xmlserializer/-/w3c-xmlserializer-2.0.0.tgz#3e7104a05b75146cc60f564380b7f683acf1020a"
+ resolved "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-2.0.0.tgz"
integrity sha512-4tzD0mF8iSiMiNs30BiLO3EpfGLZUT2MSX/G+o7ZywDzliWQ3OPtTZ0PTC3B3ca1UAf4cJMHB+2Bf56EriJuRA==
dependencies:
xml-name-validator "^3.0.0"
wait-on@^6.0.0, wait-on@^6.0.1:
version "6.0.1"
- resolved "https://registry.yarnpkg.com/wait-on/-/wait-on-6.0.1.tgz#16bbc4d1e4ebdd41c5b4e63a2e16dbd1f4e5601e"
+ resolved "https://registry.npmjs.org/wait-on/-/wait-on-6.0.1.tgz"
integrity sha512-zht+KASY3usTY5u2LgaNqn/Cd8MukxLGjdcZxT2ns5QzDmTFc4XoWBgC+C/na+sMRZTuVygQoMYwdcVjHnYIVw==
dependencies:
axios "^0.25.0"
@@ -24020,59 +20639,41 @@ wait-on@^6.0.0, wait-on@^6.0.1:
walk-back@^2.0.1:
version "2.0.1"
- resolved "https://registry.yarnpkg.com/walk-back/-/walk-back-2.0.1.tgz#554e2a9d874fac47a8cb006bf44c2f0c4998a0a4"
+ resolved "https://registry.npmjs.org/walk-back/-/walk-back-2.0.1.tgz"
integrity sha512-Nb6GvBR8UWX1D+Le+xUq0+Q1kFmRBIWVrfLnQAOmcpEzA9oAxwJ9gIr36t9TWYfzvWRvuMtjHiVsJYEkXWaTAQ==
walk-back@^3.0.1:
version "3.0.1"
- resolved "https://registry.yarnpkg.com/walk-back/-/walk-back-3.0.1.tgz#0c0012694725604960d6c2f75aaf1a1e7d455d35"
+ resolved "https://registry.npmjs.org/walk-back/-/walk-back-3.0.1.tgz"
integrity sha512-umiNB2qLO731Sxbp6cfZ9pwURJzTnftxE4Gc7hq8n/ehkuXC//s9F65IEIJA2ZytQZ1ZOsm/Fju4IWx0bivkUQ==
walk-back@^4.0.0:
version "4.0.0"
- resolved "https://registry.yarnpkg.com/walk-back/-/walk-back-4.0.0.tgz#9e4ad2bd72038f3beed2d83180f9fd40b233bfab"
+ resolved "https://registry.npmjs.org/walk-back/-/walk-back-4.0.0.tgz"
integrity sha512-kudCA8PXVQfrqv2mFTG72vDBRi8BKWxGgFLwPpzHcpZnSwZk93WMwUDVcLHWNsnm+Y0AC4Vb6MUNRgaHfyV2DQ==
walk-up-path@^3.0.1:
version "3.0.1"
- resolved "https://registry.yarnpkg.com/walk-up-path/-/walk-up-path-3.0.1.tgz#c8d78d5375b4966c717eb17ada73dbd41490e886"
+ resolved "https://registry.npmjs.org/walk-up-path/-/walk-up-path-3.0.1.tgz"
integrity sha512-9YlCL/ynK3CTlrSRrDxZvUauLzAswPCrsaCgilqFevUYpeEW0/3ScEjaa3kbW/T0ghhkEr7mv+fpjqn1Y1YuTA==
-walker@^1.0.7, walker@~1.0.5:
+walker@^1.0.7:
version "1.0.8"
- resolved "https://registry.yarnpkg.com/walker/-/walker-1.0.8.tgz#bd498db477afe573dc04185f011d3ab8a8d7653f"
+ resolved "https://registry.npmjs.org/walker/-/walker-1.0.8.tgz"
integrity sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==
dependencies:
makeerror "1.0.12"
warning@^4.0.2:
version "4.0.3"
- resolved "https://registry.yarnpkg.com/warning/-/warning-4.0.3.tgz#16e9e077eb8a86d6af7d64aa1e05fd85b4678ca3"
+ resolved "https://registry.npmjs.org/warning/-/warning-4.0.3.tgz"
integrity sha512-rpJyN222KWIvHJ/F53XSZv0Zl/accqHR8et1kpaMTD/fLCRxtV8iX8czMzY7sVZupTI3zcUTg8eycS2kNF9l6w==
dependencies:
loose-envify "^1.0.0"
-watchpack-chokidar2@^2.0.1:
- version "2.0.1"
- resolved "https://registry.yarnpkg.com/watchpack-chokidar2/-/watchpack-chokidar2-2.0.1.tgz#38500072ee6ece66f3769936950ea1771be1c957"
- integrity sha512-nCFfBIPKr5Sh61s4LPpy1Wtfi0HE8isJ3d2Yb5/Ppw2P2B/3eVSEBjKfN0fmHJSK14+31KwMKmcrzs2GM4P0Ww==
- dependencies:
- chokidar "^2.1.8"
-
-watchpack@^1.7.4:
- version "1.7.5"
- resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-1.7.5.tgz#1267e6c55e0b9b5be44c2023aed5437a2c26c453"
- integrity sha512-9P3MWk6SrKjHsGkLT2KHXdQ/9SNkyoJbabxnKOoJepsvJjJG8uYTR3yTPxPQvNDI3w4Nz1xnE0TLHK4RIVe/MQ==
- dependencies:
- graceful-fs "^4.1.2"
- neo-async "^2.5.0"
- optionalDependencies:
- chokidar "^3.4.1"
- watchpack-chokidar2 "^2.0.1"
-
watchpack@^2.4.1:
version "2.4.1"
- resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-2.4.1.tgz#29308f2cac150fa8e4c92f90e0ec954a9fed7fff"
+ resolved "https://registry.npmjs.org/watchpack/-/watchpack-2.4.1.tgz"
integrity sha512-8wrBCMtVhqcXP2Sup1ctSkga6uc2Bx0IIvKyT7yTFier5AXHooSI+QyQQAtTb7+E0IUCCKyTFmXqdqgum2XWGg==
dependencies:
glob-to-regexp "^0.4.1"
@@ -24080,46 +20681,46 @@ watchpack@^2.4.1:
wbuf@^1.1.0, wbuf@^1.7.3:
version "1.7.3"
- resolved "https://registry.yarnpkg.com/wbuf/-/wbuf-1.7.3.tgz#c1d8d149316d3ea852848895cb6a0bfe887b87df"
+ resolved "https://registry.npmjs.org/wbuf/-/wbuf-1.7.3.tgz"
integrity sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA==
dependencies:
minimalistic-assert "^1.0.0"
wcwidth@^1.0.1:
version "1.0.1"
- resolved "https://registry.yarnpkg.com/wcwidth/-/wcwidth-1.0.1.tgz#f0b0dcf915bc5ff1528afadb2c0e17b532da2fe8"
+ resolved "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz"
integrity sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==
dependencies:
defaults "^1.0.3"
web-namespaces@^1.0.0:
version "1.1.4"
- resolved "https://registry.yarnpkg.com/web-namespaces/-/web-namespaces-1.1.4.tgz#bc98a3de60dadd7faefc403d1076d529f5e030ec"
+ resolved "https://registry.npmjs.org/web-namespaces/-/web-namespaces-1.1.4.tgz"
integrity sha512-wYxSGajtmoP4WxfejAPIr4l0fVh+jeMXZb08wNc0tMg6xsfZXj3cECqIK0G7ZAqUq0PP8WlMDtaOGVBTAWztNw==
webidl-conversions@^3.0.0:
version "3.0.1"
- resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
+ resolved "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz"
integrity sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==
webidl-conversions@^4.0.2:
version "4.0.2"
- resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-4.0.2.tgz#a855980b1f0b6b359ba1d5d9fb39ae941faa63ad"
+ resolved "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-4.0.2.tgz"
integrity sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==
webidl-conversions@^5.0.0:
version "5.0.0"
- resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-5.0.0.tgz#ae59c8a00b121543a2acc65c0434f57b0fc11aff"
+ resolved "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-5.0.0.tgz"
integrity sha512-VlZwKPCkYKxQgeSbH5EyngOmRp7Ww7I9rQLERETtf5ofd9pGeswWiOtogpEO850jziPRarreGxn5QIiTqpb2wA==
webidl-conversions@^6.1.0:
version "6.1.0"
- resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-6.1.0.tgz#9111b4d7ea80acd40f5270d666621afa78b69514"
+ resolved "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-6.1.0.tgz"
integrity sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w==
webpack-bundle-analyzer@^4.5.0:
version "4.10.2"
- resolved "https://registry.yarnpkg.com/webpack-bundle-analyzer/-/webpack-bundle-analyzer-4.10.2.tgz#633af2862c213730be3dbdf40456db171b60d5bd"
+ resolved "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-4.10.2.tgz"
integrity sha512-vJptkMm9pk5si4Bv922ZbKLV8UTT4zib4FPgXMhgzUny0bfDDkLXAVQs3ly3fS4/TN9ROFtb0NFrm04UXFE/Vw==
dependencies:
"@discoveryjs/json-ext" "0.5.7"
@@ -24135,20 +20736,9 @@ webpack-bundle-analyzer@^4.5.0:
sirv "^2.0.3"
ws "^7.3.1"
-webpack-dev-middleware@^3.7.2:
- version "3.7.3"
- resolved "https://registry.yarnpkg.com/webpack-dev-middleware/-/webpack-dev-middleware-3.7.3.tgz#0639372b143262e2b84ab95d3b91a7597061c2c5"
- integrity sha512-djelc/zGiz9nZj/U7PTBi2ViorGJXEWo/3ltkPbDyxCXhhEXkW0ce99falaok4TPj+AsxLiXJR0EBOb0zh9fKQ==
- dependencies:
- memory-fs "^0.4.1"
- mime "^2.4.4"
- mkdirp "^0.5.1"
- range-parser "^1.2.1"
- webpack-log "^2.0.0"
-
webpack-dev-middleware@^5.3.4:
version "5.3.4"
- resolved "https://registry.yarnpkg.com/webpack-dev-middleware/-/webpack-dev-middleware-5.3.4.tgz#eb7b39281cbce10e104eb2b8bf2b63fce49a3517"
+ resolved "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-5.3.4.tgz"
integrity sha512-BVdTqhhs+0IfoeAf7EoH5WE+exCmqGerHfDM0IL096Px60Tq2Mn9MAbnaGUe6HiMa41KMCYF19gyzZmBcq/o4Q==
dependencies:
colorette "^2.0.10"
@@ -24159,7 +20749,7 @@ webpack-dev-middleware@^5.3.4:
webpack-dev-middleware@^6.1.2:
version "6.1.3"
- resolved "https://registry.yarnpkg.com/webpack-dev-middleware/-/webpack-dev-middleware-6.1.3.tgz#79f4103f8c898564c9e96c3a9c2422de50f249bc"
+ resolved "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-6.1.3.tgz"
integrity sha512-A4ChP0Qj8oGociTs6UdlRUGANIGrCDL3y+pmQMc+dSsraXHCatFpmMey4mYELA+juqwUqwQsUgJJISXl1KWmiw==
dependencies:
colorette "^2.0.10"
@@ -24168,48 +20758,9 @@ webpack-dev-middleware@^6.1.2:
range-parser "^1.2.1"
schema-utils "^4.0.0"
-webpack-dev-server@3.11.1:
- version "3.11.1"
- resolved "https://registry.yarnpkg.com/webpack-dev-server/-/webpack-dev-server-3.11.1.tgz#c74028bf5ba8885aaf230e48a20e8936ab8511f0"
- integrity sha512-u4R3mRzZkbxQVa+MBWi2uVpB5W59H3ekZAJsQlKUTdl7Elcah2EhygTPLmeFXybQkf9i2+L0kn7ik9SnXa6ihQ==
- dependencies:
- ansi-html "0.0.7"
- bonjour "^3.5.0"
- chokidar "^2.1.8"
- compression "^1.7.4"
- connect-history-api-fallback "^1.6.0"
- debug "^4.1.1"
- del "^4.1.1"
- express "^4.17.1"
- html-entities "^1.3.1"
- http-proxy-middleware "0.19.1"
- import-local "^2.0.0"
- internal-ip "^4.3.0"
- ip "^1.1.5"
- is-absolute-url "^3.0.3"
- killable "^1.0.1"
- loglevel "^1.6.8"
- opn "^5.5.0"
- p-retry "^3.0.1"
- portfinder "^1.0.26"
- schema-utils "^1.0.0"
- selfsigned "^1.10.8"
- semver "^6.3.0"
- serve-index "^1.9.1"
- sockjs "^0.3.21"
- sockjs-client "^1.5.0"
- spdy "^4.0.2"
- strip-ansi "^3.0.1"
- supports-color "^6.1.0"
- url "^0.11.0"
- webpack-dev-middleware "^3.7.2"
- webpack-log "^2.0.0"
- ws "^6.2.1"
- yargs "^13.3.2"
-
-webpack-dev-server@^4.6.0, webpack-dev-server@^4.9.3:
+webpack-dev-server@^4.6.0, webpack-dev-server@^4.7.4, webpack-dev-server@^4.9.3, "webpack-dev-server@3.x || 4.x || 5.x":
version "4.15.2"
- resolved "https://registry.yarnpkg.com/webpack-dev-server/-/webpack-dev-server-4.15.2.tgz#9e0c70a42a012560860adb186986da1248333173"
+ resolved "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-4.15.2.tgz"
integrity sha512-0XavAZbNJ5sDrCbkpWL8mia0o5WPOd2YGtxrEiZkBK9FjLppIUK2TgxK6qGD2P3hUXTJNNPVibrerKcx5WkR1g==
dependencies:
"@types/bonjour" "^3.5.9"
@@ -24243,36 +20794,18 @@ webpack-dev-server@^4.6.0, webpack-dev-server@^4.9.3:
webpack-dev-middleware "^5.3.4"
ws "^8.13.0"
-webpack-hot-middleware@^2.25.1:
+webpack-hot-middleware@^2.25.1, webpack-hot-middleware@2.x:
version "2.26.1"
- resolved "https://registry.yarnpkg.com/webpack-hot-middleware/-/webpack-hot-middleware-2.26.1.tgz#87214f1e3f9f3acab9271fef9e6ed7b637d719c0"
+ resolved "https://registry.npmjs.org/webpack-hot-middleware/-/webpack-hot-middleware-2.26.1.tgz"
integrity sha512-khZGfAeJx6I8K9zKohEWWYN6KDlVw2DHownoe+6Vtwj1LP9WFgegXnVMSkZ/dBEBtXFwrkkydsaPFlB7f8wU2A==
dependencies:
ansi-html-community "0.0.8"
html-entities "^2.1.0"
strip-ansi "^6.0.0"
-webpack-log@^2.0.0:
- version "2.0.0"
- resolved "https://registry.yarnpkg.com/webpack-log/-/webpack-log-2.0.0.tgz#5b7928e0637593f119d32f6227c1e0ac31e1b47f"
- integrity sha512-cX8G2vR/85UYG59FgkoMamwHUIkSSlV3bBMRsbxVXVUk2j6NleCKjQ/WE9eYg9WY4w25O9w8wKP4rzNZFmUcUg==
- dependencies:
- ansi-colors "^3.0.0"
- uuid "^3.3.2"
-
-webpack-manifest-plugin@2.2.0:
- version "2.2.0"
- resolved "https://registry.yarnpkg.com/webpack-manifest-plugin/-/webpack-manifest-plugin-2.2.0.tgz#19ca69b435b0baec7e29fbe90fb4015de2de4f16"
- integrity sha512-9S6YyKKKh/Oz/eryM1RyLVDVmy3NSPV0JXMRhZ18fJsq+AwGxUY34X54VNwkzYcEmEkDwNxuEOboCZEebJXBAQ==
- dependencies:
- fs-extra "^7.0.0"
- lodash ">=3.5 <5"
- object.entries "^1.1.0"
- tapable "^1.0.0"
-
webpack-manifest-plugin@^4.0.2:
version "4.1.1"
- resolved "https://registry.yarnpkg.com/webpack-manifest-plugin/-/webpack-manifest-plugin-4.1.1.tgz#10f8dbf4714ff93a215d5a45bcc416d80506f94f"
+ resolved "https://registry.npmjs.org/webpack-manifest-plugin/-/webpack-manifest-plugin-4.1.1.tgz"
integrity sha512-YXUAwxtfKIJIKkhg03MKuiFAD72PlrqCiwdwO4VEXdRO5V0ORCNwaOwAZawPZalCbmH9kBDmXnNeQOw+BIEiow==
dependencies:
tapable "^2.0.0"
@@ -24280,16 +20813,16 @@ webpack-manifest-plugin@^4.0.2:
webpack-merge@^5.8.0:
version "5.10.0"
- resolved "https://registry.yarnpkg.com/webpack-merge/-/webpack-merge-5.10.0.tgz#a3ad5d773241e9c682803abf628d4cd62b8a4177"
+ resolved "https://registry.npmjs.org/webpack-merge/-/webpack-merge-5.10.0.tgz"
integrity sha512-+4zXKdx7UnO+1jaN4l2lHVD+mFvnlZQP/6ljaJVb4SZiwIKeUnrT5l0gkT8z+n4hKpC+jpOv6O9R+gLtag7pSA==
dependencies:
clone-deep "^4.0.1"
flat "^5.0.2"
wildcard "^2.0.0"
-webpack-sources@^1.1.0, webpack-sources@^1.3.0, webpack-sources@^1.4.0, webpack-sources@^1.4.1, webpack-sources@^1.4.3:
+webpack-sources@^1.4.3:
version "1.4.3"
- resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-1.4.3.tgz#eedd8ec0b928fbf1cbfe994e22d2d890f330a933"
+ resolved "https://registry.npmjs.org/webpack-sources/-/webpack-sources-1.4.3.tgz"
integrity sha512-lgTS3Xhv1lCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ==
dependencies:
source-list-map "^2.0.0"
@@ -24297,7 +20830,7 @@ webpack-sources@^1.1.0, webpack-sources@^1.3.0, webpack-sources@^1.4.0, webpack-
webpack-sources@^2.2.0:
version "2.3.1"
- resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-2.3.1.tgz#570de0af163949fe272233c2cefe1b56f74511fd"
+ resolved "https://registry.npmjs.org/webpack-sources/-/webpack-sources-2.3.1.tgz"
integrity sha512-y9EI9AO42JjEcrTJFOYmVywVZdKVUfOvDUPsJea5GIr1JOEGFVqwlY2K098fFoIjOkDzHn2AjRvM8dsBZu+gCA==
dependencies:
source-list-map "^2.0.1"
@@ -24305,46 +20838,17 @@ webpack-sources@^2.2.0:
webpack-sources@^3.2.2, webpack-sources@^3.2.3:
version "3.2.3"
- resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.3.tgz#2d4daab8451fd4b240cc27055ff6a0c2ccea0cde"
+ resolved "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.3.tgz"
integrity sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==
webpack-virtual-modules@^0.6.0, webpack-virtual-modules@^0.6.2:
version "0.6.2"
- resolved "https://registry.yarnpkg.com/webpack-virtual-modules/-/webpack-virtual-modules-0.6.2.tgz#057faa9065c8acf48f24cb57ac0e77739ab9a7e8"
+ resolved "https://registry.npmjs.org/webpack-virtual-modules/-/webpack-virtual-modules-0.6.2.tgz"
integrity sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==
-webpack@4.44.2:
- version "4.44.2"
- resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.44.2.tgz#6bfe2b0af055c8b2d1e90ed2cd9363f841266b72"
- integrity sha512-6KJVGlCxYdISyurpQ0IPTklv+DULv05rs2hseIXer6D7KrUicRDLFb4IUM1S6LUAKypPM/nSiVSuv8jHu1m3/Q==
- dependencies:
- "@webassemblyjs/ast" "1.9.0"
- "@webassemblyjs/helper-module-context" "1.9.0"
- "@webassemblyjs/wasm-edit" "1.9.0"
- "@webassemblyjs/wasm-parser" "1.9.0"
- acorn "^6.4.1"
- ajv "^6.10.2"
- ajv-keywords "^3.4.1"
- chrome-trace-event "^1.0.2"
- enhanced-resolve "^4.3.0"
- eslint-scope "^4.0.3"
- json-parse-better-errors "^1.0.2"
- loader-runner "^2.4.0"
- loader-utils "^1.2.3"
- memory-fs "^0.4.1"
- micromatch "^3.1.10"
- mkdirp "^0.5.3"
- neo-async "^2.6.1"
- node-libs-browser "^2.2.1"
- schema-utils "^1.0.0"
- tapable "^1.1.3"
- terser-webpack-plugin "^1.4.3"
- watchpack "^1.7.4"
- webpack-sources "^1.4.1"
-
-webpack@5, webpack@^5.41.1, webpack@^5.64.4, webpack@^5.73.0:
+"webpack@^4 || ^5", "webpack@^4.0.0 || ^5.0.0", "webpack@^4.37.0 || ^5.0.0", "webpack@^4.4.0 || ^5.9.0", "webpack@^4.44.2 || ^5.47.0", webpack@^5.0.0, webpack@^5.1.0, webpack@^5.11.0, webpack@^5.20.0, webpack@^5.41.1, webpack@^5.64.4, webpack@^5.73.0, "webpack@>= 4", webpack@>=2, "webpack@>=4.41.1 || 5.x", "webpack@>=4.43.0 <6.0.0", "webpack@3 || 4 || 5", webpack@5:
version "5.93.0"
- resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.93.0.tgz#2e89ec7035579bdfba9760d26c63ac5c3462a5e5"
+ resolved "https://registry.npmjs.org/webpack/-/webpack-5.93.0.tgz"
integrity sha512-Y0m5oEY1LRuwly578VqluorkXbvXKh7U3rLoQCEO04M97ScRr44afGVkI0FQFsXzysk5OgFAxjZAb9rsGQVihA==
dependencies:
"@types/eslint-scope" "^3.7.3"
@@ -24374,7 +20878,7 @@ webpack@5, webpack@^5.41.1, webpack@^5.64.4, webpack@^5.73.0:
webpackbar@^5.0.2:
version "5.0.2"
- resolved "https://registry.yarnpkg.com/webpackbar/-/webpackbar-5.0.2.tgz#d3dd466211c73852741dfc842b7556dcbc2b0570"
+ resolved "https://registry.npmjs.org/webpackbar/-/webpackbar-5.0.2.tgz"
integrity sha512-BmFJo7veBDgQzfWXl/wwYXr/VFus0614qZ8i9znqcl9fnEdiVkdbi0TedLQ6xAK92HZHDJ0QmyQ0fmuZPAgCYQ==
dependencies:
chalk "^4.1.0"
@@ -24382,9 +20886,9 @@ webpackbar@^5.0.2:
pretty-time "^1.1.0"
std-env "^3.0.1"
-websocket-driver@>=0.5.1, websocket-driver@^0.7.4:
+websocket-driver@^0.7.4, websocket-driver@>=0.5.1:
version "0.7.4"
- resolved "https://registry.yarnpkg.com/websocket-driver/-/websocket-driver-0.7.4.tgz#89ad5295bbf64b480abcba31e4953aca706f5760"
+ resolved "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.7.4.tgz"
integrity sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==
dependencies:
http-parser-js ">=0.5.1"
@@ -24393,29 +20897,29 @@ websocket-driver@>=0.5.1, websocket-driver@^0.7.4:
websocket-extensions@>=0.1.1:
version "0.1.4"
- resolved "https://registry.yarnpkg.com/websocket-extensions/-/websocket-extensions-0.1.4.tgz#7f8473bc839dfd87608adb95d7eb075211578a42"
+ resolved "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.4.tgz"
integrity sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==
whatwg-encoding@^1.0.5:
version "1.0.5"
- resolved "https://registry.yarnpkg.com/whatwg-encoding/-/whatwg-encoding-1.0.5.tgz#5abacf777c32166a51d085d6b4f3e7d27113ddb0"
+ resolved "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-1.0.5.tgz"
integrity sha512-b5lim54JOPN9HtzvK9HFXvBma/rnfFeqsic0hSpjtDbVxR3dJKLc+KB4V6GgiGOvl7CY/KNh8rxSo9DKQrnUEw==
dependencies:
iconv-lite "0.4.24"
-whatwg-fetch@^3.4.1, whatwg-fetch@^3.6.2:
+whatwg-fetch@^3.6.2:
version "3.6.20"
- resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-3.6.20.tgz#580ce6d791facec91d37c72890995a0b48d31c70"
+ resolved "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.20.tgz"
integrity sha512-EqhiFU6daOA8kpjOWTL0olhVOF3i7OrFzSYiGsEMB8GcXS+RrzauAERX65xMeNWVqxA6HXH2m69Z9LaKKdisfg==
whatwg-mimetype@^2.3.0:
version "2.3.0"
- resolved "https://registry.yarnpkg.com/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz#3d4b1e0312d2079879f826aff18dbeeca5960fbf"
+ resolved "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz"
integrity sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==
whatwg-url@^5.0.0:
version "5.0.0"
- resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
+ resolved "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz"
integrity sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==
dependencies:
tr46 "~0.0.3"
@@ -24423,7 +20927,7 @@ whatwg-url@^5.0.0:
whatwg-url@^7.0.0:
version "7.1.0"
- resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-7.1.0.tgz#c2c492f1eca612988efd3d2266be1b9fc6170d06"
+ resolved "https://registry.npmjs.org/whatwg-url/-/whatwg-url-7.1.0.tgz"
integrity sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==
dependencies:
lodash.sortby "^4.7.0"
@@ -24432,7 +20936,7 @@ whatwg-url@^7.0.0:
whatwg-url@^8.0.0, whatwg-url@^8.5.0:
version "8.7.0"
- resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-8.7.0.tgz#656a78e510ff8f3937bc0bcbe9f5c0ac35941b77"
+ resolved "https://registry.npmjs.org/whatwg-url/-/whatwg-url-8.7.0.tgz"
integrity sha512-gAojqb/m9Q8a5IV96E3fHJM70AzCkgt4uXYX2O7EmuyOnLrViCQlsEBmF9UQIu3/aeAIp2U17rtbpZWNntQqdg==
dependencies:
lodash "^4.7.0"
@@ -24441,7 +20945,7 @@ whatwg-url@^8.0.0, whatwg-url@^8.5.0:
which-boxed-primitive@^1.0.2:
version "1.0.2"
- resolved "https://registry.yarnpkg.com/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz#13757bc89b209b049fe5d86430e21cf40a89a8e6"
+ resolved "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz"
integrity sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==
dependencies:
is-bigint "^1.0.1"
@@ -24452,7 +20956,7 @@ which-boxed-primitive@^1.0.2:
which-builtin-type@^1.1.3:
version "1.1.4"
- resolved "https://registry.yarnpkg.com/which-builtin-type/-/which-builtin-type-1.1.4.tgz#592796260602fc3514a1b5ee7fa29319b72380c3"
+ resolved "https://registry.npmjs.org/which-builtin-type/-/which-builtin-type-1.1.4.tgz"
integrity sha512-bppkmBSsHFmIMSl8BO9TbsyzsvGjVoppt8xUiGzwiu/bhDCGxnpOKCxgqj6GuyHE0mINMDecBFPlOm2hzY084w==
dependencies:
function.prototype.name "^1.1.6"
@@ -24470,7 +20974,7 @@ which-builtin-type@^1.1.3:
which-collection@^1.0.1, which-collection@^1.0.2:
version "1.0.2"
- resolved "https://registry.yarnpkg.com/which-collection/-/which-collection-1.0.2.tgz#627ef76243920a107e7ce8e96191debe4b16c2a0"
+ resolved "https://registry.npmjs.org/which-collection/-/which-collection-1.0.2.tgz"
integrity sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==
dependencies:
is-map "^2.0.3"
@@ -24480,12 +20984,12 @@ which-collection@^1.0.1, which-collection@^1.0.2:
which-module@^2.0.0:
version "2.0.1"
- resolved "https://registry.yarnpkg.com/which-module/-/which-module-2.0.1.tgz#776b1fe35d90aebe99e8ac15eb24093389a4a409"
+ resolved "https://registry.npmjs.org/which-module/-/which-module-2.0.1.tgz"
integrity sha512-iBdZ57RDvnOR9AGBhML2vFZf7h8vmBjhoaZqODJBFWHVtKkDmKuHai3cx5PgVMrX5YDNp27AofYbAwctSS+vhQ==
which-typed-array@^1.1.13, which-typed-array@^1.1.14, which-typed-array@^1.1.15, which-typed-array@^1.1.2:
version "1.1.15"
- resolved "https://registry.yarnpkg.com/which-typed-array/-/which-typed-array-1.1.15.tgz#264859e9b11a649b388bfaaf4f767df1f779b38d"
+ resolved "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.15.tgz"
integrity sha512-oV0jmFtUky6CXfkqehVvBP/LSWJ2sy4vWMioiENyJLePrBO/yKyV9OyJySfAKosh+RYkIl5zJCNZ8/4JncrpdA==
dependencies:
available-typed-arrays "^1.0.7"
@@ -24496,57 +21000,57 @@ which-typed-array@^1.1.13, which-typed-array@^1.1.14, which-typed-array@^1.1.15,
which@^1.2.9, which@^1.3.1:
version "1.3.1"
- resolved "https://registry.yarnpkg.com/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a"
+ resolved "https://registry.npmjs.org/which/-/which-1.3.1.tgz"
integrity sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==
dependencies:
isexe "^2.0.0"
-which@^2.0.1, which@^2.0.2:
+which@^2.0.1:
version "2.0.2"
- resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1"
+ resolved "https://registry.npmjs.org/which/-/which-2.0.2.tgz"
integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==
dependencies:
isexe "^2.0.0"
widest-line@^2.0.0:
version "2.0.1"
- resolved "https://registry.yarnpkg.com/widest-line/-/widest-line-2.0.1.tgz#7438764730ec7ef4381ce4df82fb98a53142a3fc"
+ resolved "https://registry.npmjs.org/widest-line/-/widest-line-2.0.1.tgz"
integrity sha512-Ba5m9/Fa4Xt9eb2ELXt77JxVDV8w7qQrH0zS/TWSJdLyAwQjWoOzpzj5lwVftDz6n/EOu3tNACS84v509qwnJA==
dependencies:
string-width "^2.1.1"
widest-line@^3.1.0:
version "3.1.0"
- resolved "https://registry.yarnpkg.com/widest-line/-/widest-line-3.1.0.tgz#8292333bbf66cb45ff0de1603b136b7ae1496eca"
+ resolved "https://registry.npmjs.org/widest-line/-/widest-line-3.1.0.tgz"
integrity sha512-NsmoXalsWVDMGupxZ5R08ka9flZjjiLvHVAWYOKtiKM8ujtZWr9cRffak+uSE48+Ob8ObalXpwyeUiyDD6QFgg==
dependencies:
string-width "^4.0.0"
widest-line@^4.0.1:
version "4.0.1"
- resolved "https://registry.yarnpkg.com/widest-line/-/widest-line-4.0.1.tgz#a0fc673aaba1ea6f0a0d35b3c2795c9a9cc2ebf2"
+ resolved "https://registry.npmjs.org/widest-line/-/widest-line-4.0.1.tgz"
integrity sha512-o0cyEG0e8GPzT4iGHphIOh0cJOV8fivsXxddQasHPHfoZf1ZexrfeA21w2NaEN1RHE+fXlfISmOE8R9N3u3Qig==
dependencies:
string-width "^5.0.1"
wildcard@^2.0.0:
version "2.0.1"
- resolved "https://registry.yarnpkg.com/wildcard/-/wildcard-2.0.1.tgz#5ab10d02487198954836b6349f74fff961e10f67"
+ resolved "https://registry.npmjs.org/wildcard/-/wildcard-2.0.1.tgz"
integrity sha512-CC1bOL87PIWSBhDcTrdeLo6eGT7mCFtrg0uIJtqJUFyK+eJnzl8A1niH56uu7KMa5XFrtiV+AQuHO3n7DsHnLQ==
word-wrap@^1.2.5, word-wrap@~1.2.3:
version "1.2.5"
- resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.5.tgz#d2c45c6dd4fbce621a66f136cbe328afd0410b34"
+ resolved "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz"
integrity sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==
wordwrap@^1.0.0:
version "1.0.0"
- resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb"
+ resolved "https://registry.npmjs.org/wordwrap/-/wordwrap-1.0.0.tgz"
integrity sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==
wordwrapjs@^3.0.0:
version "3.0.0"
- resolved "https://registry.yarnpkg.com/wordwrapjs/-/wordwrapjs-3.0.0.tgz#c94c372894cadc6feb1a66bff64e1d9af92c5d1e"
+ resolved "https://registry.npmjs.org/wordwrapjs/-/wordwrapjs-3.0.0.tgz"
integrity sha512-mO8XtqyPvykVCsrwj5MlOVWvSnCdT+C+QVbm6blradR7JExAhbkZ7hZ9A+9NUtwzSqrlUo9a67ws0EiILrvRpw==
dependencies:
reduce-flatten "^1.0.1"
@@ -24554,36 +21058,22 @@ wordwrapjs@^3.0.0:
workbox-background-sync@6.6.1:
version "6.6.1"
- resolved "https://registry.yarnpkg.com/workbox-background-sync/-/workbox-background-sync-6.6.1.tgz#08d603a33717ce663e718c30cc336f74909aff2f"
+ resolved "https://registry.npmjs.org/workbox-background-sync/-/workbox-background-sync-6.6.1.tgz"
integrity sha512-trJd3ovpWCvzu4sW0E8rV3FUyIcC0W8G+AZ+VcqzzA890AsWZlUGOTSxIMmIHVusUw/FDq1HFWfy/kC/WTRqSg==
dependencies:
idb "^7.0.1"
workbox-core "6.6.1"
-workbox-background-sync@^5.1.4:
- version "5.1.4"
- resolved "https://registry.yarnpkg.com/workbox-background-sync/-/workbox-background-sync-5.1.4.tgz#5ae0bbd455f4e9c319e8d827c055bb86c894fd12"
- integrity sha512-AH6x5pYq4vwQvfRDWH+vfOePfPIYQ00nCEB7dJRU1e0n9+9HMRyvI63FlDvtFT2AvXVRsXvUt7DNMEToyJLpSA==
- dependencies:
- workbox-core "^5.1.4"
-
workbox-broadcast-update@6.6.1:
version "6.6.1"
- resolved "https://registry.yarnpkg.com/workbox-broadcast-update/-/workbox-broadcast-update-6.6.1.tgz#0fad9454cf8e4ace0c293e5617c64c75d8a8c61e"
+ resolved "https://registry.npmjs.org/workbox-broadcast-update/-/workbox-broadcast-update-6.6.1.tgz"
integrity sha512-fBhffRdaANdeQ1V8s692R9l/gzvjjRtydBOvR6WCSB0BNE2BacA29Z4r9/RHd9KaXCPl6JTdI9q0bR25YKP8TQ==
dependencies:
workbox-core "6.6.1"
-workbox-broadcast-update@^5.1.4:
- version "5.1.4"
- resolved "https://registry.yarnpkg.com/workbox-broadcast-update/-/workbox-broadcast-update-5.1.4.tgz#0eeb89170ddca7f6914fa3523fb14462891f2cfc"
- integrity sha512-HTyTWkqXvHRuqY73XrwvXPud/FN6x3ROzkfFPsRjtw/kGZuZkPzfeH531qdUGfhtwjmtO/ZzXcWErqVzJNdXaA==
- dependencies:
- workbox-core "^5.1.4"
-
-workbox-build@6.6.1, workbox-build@^6.1.5:
+workbox-build@^6.1.5, workbox-build@6.6.1:
version "6.6.1"
- resolved "https://registry.yarnpkg.com/workbox-build/-/workbox-build-6.6.1.tgz#6010e9ce550910156761448f2dbea8cfcf759cb0"
+ resolved "https://registry.npmjs.org/workbox-build/-/workbox-build-6.6.1.tgz"
integrity sha512-INPgDx6aRycAugUixbKgiEQBWD0MPZqU5r0jyr24CehvNuLPSXp/wGOpdRJmts656lNiXwqV7dC2nzyrzWEDnw==
dependencies:
"@apideck/better-ajv-errors" "^0.3.1"
@@ -24624,90 +21114,29 @@ workbox-build@6.6.1, workbox-build@^6.1.5:
workbox-sw "6.6.1"
workbox-window "6.6.1"
-workbox-build@^5.1.4:
- version "5.1.4"
- resolved "https://registry.yarnpkg.com/workbox-build/-/workbox-build-5.1.4.tgz#23d17ed5c32060c363030c8823b39d0eabf4c8c7"
- integrity sha512-xUcZn6SYU8usjOlfLb9Y2/f86Gdo+fy1fXgH8tJHjxgpo53VVsqRX0lUDw8/JuyzNmXuo8vXX14pXX2oIm9Bow==
- dependencies:
- "@babel/core" "^7.8.4"
- "@babel/preset-env" "^7.8.4"
- "@babel/runtime" "^7.8.4"
- "@hapi/joi" "^15.1.0"
- "@rollup/plugin-node-resolve" "^7.1.1"
- "@rollup/plugin-replace" "^2.3.1"
- "@surma/rollup-plugin-off-main-thread" "^1.1.1"
- common-tags "^1.8.0"
- fast-json-stable-stringify "^2.1.0"
- fs-extra "^8.1.0"
- glob "^7.1.6"
- lodash.template "^4.5.0"
- pretty-bytes "^5.3.0"
- rollup "^1.31.1"
- rollup-plugin-babel "^4.3.3"
- rollup-plugin-terser "^5.3.1"
- source-map "^0.7.3"
- source-map-url "^0.4.0"
- stringify-object "^3.3.0"
- strip-comments "^1.0.2"
- tempy "^0.3.0"
- upath "^1.2.0"
- workbox-background-sync "^5.1.4"
- workbox-broadcast-update "^5.1.4"
- workbox-cacheable-response "^5.1.4"
- workbox-core "^5.1.4"
- workbox-expiration "^5.1.4"
- workbox-google-analytics "^5.1.4"
- workbox-navigation-preload "^5.1.4"
- workbox-precaching "^5.1.4"
- workbox-range-requests "^5.1.4"
- workbox-routing "^5.1.4"
- workbox-strategies "^5.1.4"
- workbox-streams "^5.1.4"
- workbox-sw "^5.1.4"
- workbox-window "^5.1.4"
-
workbox-cacheable-response@6.6.1:
version "6.6.1"
- resolved "https://registry.yarnpkg.com/workbox-cacheable-response/-/workbox-cacheable-response-6.6.1.tgz#284c2b86be3f4fd191970ace8c8e99797bcf58e9"
+ resolved "https://registry.npmjs.org/workbox-cacheable-response/-/workbox-cacheable-response-6.6.1.tgz"
integrity sha512-85LY4veT2CnTCDxaVG7ft3NKaFbH6i4urZXgLiU4AiwvKqS2ChL6/eILiGRYXfZ6gAwDnh5RkuDbr/GMS4KSag==
dependencies:
workbox-core "6.6.1"
-workbox-cacheable-response@^5.1.4:
- version "5.1.4"
- resolved "https://registry.yarnpkg.com/workbox-cacheable-response/-/workbox-cacheable-response-5.1.4.tgz#9ff26e1366214bdd05cf5a43da9305b274078a54"
- integrity sha512-0bfvMZs0Of1S5cdswfQK0BXt6ulU5kVD4lwer2CeI+03czHprXR3V4Y8lPTooamn7eHP8Iywi5QjyAMjw0qauA==
- dependencies:
- workbox-core "^5.1.4"
-
-workbox-core@6.6.1, workbox-core@^6.1.5:
+workbox-core@^6.1.5, workbox-core@6.6.1:
version "6.6.1"
- resolved "https://registry.yarnpkg.com/workbox-core/-/workbox-core-6.6.1.tgz#7184776d4134c5ed2f086878c882728fc9084265"
+ resolved "https://registry.npmjs.org/workbox-core/-/workbox-core-6.6.1.tgz"
integrity sha512-ZrGBXjjaJLqzVothoE12qTbVnOAjFrHDXpZe7coCb6q65qI/59rDLwuFMO4PcZ7jcbxY+0+NhUVztzR/CbjEFw==
-workbox-core@^5.1.4:
- version "5.1.4"
- resolved "https://registry.yarnpkg.com/workbox-core/-/workbox-core-5.1.4.tgz#8bbfb2362ecdff30e25d123c82c79ac65d9264f4"
- integrity sha512-+4iRQan/1D8I81nR2L5vcbaaFskZC2CL17TLbvWVzQ4qiF/ytOGF6XeV54pVxAvKUtkLANhk8TyIUMtiMw2oDg==
-
workbox-expiration@6.6.1:
version "6.6.1"
- resolved "https://registry.yarnpkg.com/workbox-expiration/-/workbox-expiration-6.6.1.tgz#a841fa36676104426dbfb9da1ef6a630b4f93739"
+ resolved "https://registry.npmjs.org/workbox-expiration/-/workbox-expiration-6.6.1.tgz"
integrity sha512-qFiNeeINndiOxaCrd2DeL1Xh1RFug3JonzjxUHc5WkvkD2u5abY3gZL1xSUNt3vZKsFFGGORItSjVTVnWAZO4A==
dependencies:
idb "^7.0.1"
workbox-core "6.6.1"
-workbox-expiration@^5.1.4:
- version "5.1.4"
- resolved "https://registry.yarnpkg.com/workbox-expiration/-/workbox-expiration-5.1.4.tgz#92b5df461e8126114943a3b15c55e4ecb920b163"
- integrity sha512-oDO/5iC65h2Eq7jctAv858W2+CeRW5e0jZBMNRXpzp0ZPvuT6GblUiHnAsC5W5lANs1QS9atVOm4ifrBiYY7AQ==
- dependencies:
- workbox-core "^5.1.4"
-
workbox-google-analytics@6.6.1:
version "6.6.1"
- resolved "https://registry.yarnpkg.com/workbox-google-analytics/-/workbox-google-analytics-6.6.1.tgz#a07a6655ab33d89d1b0b0a935ffa5dea88618c5d"
+ resolved "https://registry.npmjs.org/workbox-google-analytics/-/workbox-google-analytics-6.6.1.tgz"
integrity sha512-1TjSvbFSLmkpqLcBsF7FuGqqeDsf+uAXO/pjiINQKg3b1GN0nBngnxLcXDYo1n/XxK4N7RaRrpRlkwjY/3ocuA==
dependencies:
workbox-background-sync "6.6.1"
@@ -24715,63 +21144,32 @@ workbox-google-analytics@6.6.1:
workbox-routing "6.6.1"
workbox-strategies "6.6.1"
-workbox-google-analytics@^5.1.4:
- version "5.1.4"
- resolved "https://registry.yarnpkg.com/workbox-google-analytics/-/workbox-google-analytics-5.1.4.tgz#b3376806b1ac7d7df8418304d379707195fa8517"
- integrity sha512-0IFhKoEVrreHpKgcOoddV+oIaVXBFKXUzJVBI+nb0bxmcwYuZMdteBTp8AEDJacENtc9xbR0wa9RDCnYsCDLjA==
- dependencies:
- workbox-background-sync "^5.1.4"
- workbox-core "^5.1.4"
- workbox-routing "^5.1.4"
- workbox-strategies "^5.1.4"
-
workbox-navigation-preload@6.6.1:
version "6.6.1"
- resolved "https://registry.yarnpkg.com/workbox-navigation-preload/-/workbox-navigation-preload-6.6.1.tgz#61a34fe125558dd88cf09237f11bd966504ea059"
+ resolved "https://registry.npmjs.org/workbox-navigation-preload/-/workbox-navigation-preload-6.6.1.tgz"
integrity sha512-DQCZowCecO+wRoIxJI2V6bXWK6/53ff+hEXLGlQL4Rp9ZaPDLrgV/32nxwWIP7QpWDkVEtllTAK5h6cnhxNxDA==
dependencies:
workbox-core "6.6.1"
-workbox-navigation-preload@^5.1.4:
- version "5.1.4"
- resolved "https://registry.yarnpkg.com/workbox-navigation-preload/-/workbox-navigation-preload-5.1.4.tgz#30d1b720d26a05efc5fa11503e5cc1ed5a78902a"
- integrity sha512-Wf03osvK0wTflAfKXba//QmWC5BIaIZARU03JIhAEO2wSB2BDROWI8Q/zmianf54kdV7e1eLaIEZhth4K4MyfQ==
- dependencies:
- workbox-core "^5.1.4"
-
-workbox-precaching@6.6.1, workbox-precaching@^6.1.5:
+workbox-precaching@^6.1.5, workbox-precaching@6.6.1:
version "6.6.1"
- resolved "https://registry.yarnpkg.com/workbox-precaching/-/workbox-precaching-6.6.1.tgz#dedeeba10a2d163d990bf99f1c2066ac0d1a19e2"
+ resolved "https://registry.npmjs.org/workbox-precaching/-/workbox-precaching-6.6.1.tgz"
integrity sha512-K4znSJ7IKxCnCYEdhNkMr7X1kNh8cz+mFgx9v5jFdz1MfI84pq8C2zG+oAoeE5kFrUf7YkT5x4uLWBNg0DVZ5A==
dependencies:
workbox-core "6.6.1"
workbox-routing "6.6.1"
workbox-strategies "6.6.1"
-workbox-precaching@^5.1.4:
- version "5.1.4"
- resolved "https://registry.yarnpkg.com/workbox-precaching/-/workbox-precaching-5.1.4.tgz#874f7ebdd750dd3e04249efae9a1b3f48285fe6b"
- integrity sha512-gCIFrBXmVQLFwvAzuGLCmkUYGVhBb7D1k/IL7pUJUO5xacjLcFUaLnnsoVepBGAiKw34HU1y/YuqvTKim9qAZA==
- dependencies:
- workbox-core "^5.1.4"
-
workbox-range-requests@6.6.1:
version "6.6.1"
- resolved "https://registry.yarnpkg.com/workbox-range-requests/-/workbox-range-requests-6.6.1.tgz#ddaf7e73af11d362fbb2f136a9063a4c7f507a39"
+ resolved "https://registry.npmjs.org/workbox-range-requests/-/workbox-range-requests-6.6.1.tgz"
integrity sha512-4BDzk28govqzg2ZpX0IFkthdRmCKgAKreontYRC5YsAPB2jDtPNxqx3WtTXgHw1NZalXpcH/E4LqUa9+2xbv1g==
dependencies:
workbox-core "6.6.1"
-workbox-range-requests@^5.1.4:
- version "5.1.4"
- resolved "https://registry.yarnpkg.com/workbox-range-requests/-/workbox-range-requests-5.1.4.tgz#7066a12c121df65bf76fdf2b0868016aa2bab859"
- integrity sha512-1HSujLjgTeoxHrMR2muDW2dKdxqCGMc1KbeyGcmjZZAizJTFwu7CWLDmLv6O1ceWYrhfuLFJO+umYMddk2XMhw==
- dependencies:
- workbox-core "^5.1.4"
-
workbox-recipes@6.6.1:
version "6.6.1"
- resolved "https://registry.yarnpkg.com/workbox-recipes/-/workbox-recipes-6.6.1.tgz#ea70d2b2b0b0bce8de0a9d94f274d4a688e69fae"
+ resolved "https://registry.npmjs.org/workbox-recipes/-/workbox-recipes-6.6.1.tgz"
integrity sha512-/oy8vCSzromXokDA+X+VgpeZJvtuf8SkQ8KL0xmRivMgJZrjwM3c2tpKTJn6PZA6TsbxGs3Sc7KwMoZVamcV2g==
dependencies:
workbox-cacheable-response "6.6.1"
@@ -24781,76 +21179,36 @@ workbox-recipes@6.6.1:
workbox-routing "6.6.1"
workbox-strategies "6.6.1"
-workbox-routing@6.6.1, workbox-routing@^6.1.5:
+workbox-routing@^6.1.5, workbox-routing@6.6.1:
version "6.6.1"
- resolved "https://registry.yarnpkg.com/workbox-routing/-/workbox-routing-6.6.1.tgz#cba9a1c7e0d1ea11e24b6f8c518840efdc94f581"
+ resolved "https://registry.npmjs.org/workbox-routing/-/workbox-routing-6.6.1.tgz"
integrity sha512-j4ohlQvfpVdoR8vDYxTY9rA9VvxTHogkIDwGdJ+rb2VRZQ5vt1CWwUUZBeD/WGFAni12jD1HlMXvJ8JS7aBWTg==
dependencies:
workbox-core "6.6.1"
-workbox-routing@^5.1.4:
- version "5.1.4"
- resolved "https://registry.yarnpkg.com/workbox-routing/-/workbox-routing-5.1.4.tgz#3e8cd86bd3b6573488d1a2ce7385e547b547e970"
- integrity sha512-8ljknRfqE1vEQtnMtzfksL+UXO822jJlHTIR7+BtJuxQ17+WPZfsHqvk1ynR/v0EHik4x2+826Hkwpgh4GKDCw==
- dependencies:
- workbox-core "^5.1.4"
-
-workbox-strategies@6.6.1, workbox-strategies@^6.1.5:
+workbox-strategies@^6.1.5, workbox-strategies@6.6.1:
version "6.6.1"
- resolved "https://registry.yarnpkg.com/workbox-strategies/-/workbox-strategies-6.6.1.tgz#38d0f0fbdddba97bd92e0c6418d0b1a2ccd5b8bf"
+ resolved "https://registry.npmjs.org/workbox-strategies/-/workbox-strategies-6.6.1.tgz"
integrity sha512-WQLXkRnsk4L81fVPkkgon1rZNxnpdO5LsO+ws7tYBC6QQQFJVI6v98klrJEjFtZwzw/mB/HT5yVp7CcX0O+mrw==
dependencies:
workbox-core "6.6.1"
-workbox-strategies@^5.1.4:
- version "5.1.4"
- resolved "https://registry.yarnpkg.com/workbox-strategies/-/workbox-strategies-5.1.4.tgz#96b1418ccdfde5354612914964074d466c52d08c"
- integrity sha512-VVS57LpaJTdjW3RgZvPwX0NlhNmscR7OQ9bP+N/34cYMDzXLyA6kqWffP6QKXSkca1OFo/v6v7hW7zrrguo6EA==
- dependencies:
- workbox-core "^5.1.4"
- workbox-routing "^5.1.4"
-
workbox-streams@6.6.1:
version "6.6.1"
- resolved "https://registry.yarnpkg.com/workbox-streams/-/workbox-streams-6.6.1.tgz#b2f7ba7b315c27a6e3a96a476593f99c5d227d26"
+ resolved "https://registry.npmjs.org/workbox-streams/-/workbox-streams-6.6.1.tgz"
integrity sha512-maKG65FUq9e4BLotSKWSTzeF0sgctQdYyTMq529piEN24Dlu9b6WhrAfRpHdCncRS89Zi2QVpW5V33NX8PgH3Q==
dependencies:
workbox-core "6.6.1"
workbox-routing "6.6.1"
-workbox-streams@^5.1.4:
- version "5.1.4"
- resolved "https://registry.yarnpkg.com/workbox-streams/-/workbox-streams-5.1.4.tgz#05754e5e3667bdc078df2c9315b3f41210d8cac0"
- integrity sha512-xU8yuF1hI/XcVhJUAfbQLa1guQUhdLMPQJkdT0kn6HP5CwiPOGiXnSFq80rAG4b1kJUChQQIGPrq439FQUNVrw==
- dependencies:
- workbox-core "^5.1.4"
- workbox-routing "^5.1.4"
-
workbox-sw@6.6.1:
version "6.6.1"
- resolved "https://registry.yarnpkg.com/workbox-sw/-/workbox-sw-6.6.1.tgz#d4c4ca3125088e8b9fd7a748ed537fa0247bd72c"
+ resolved "https://registry.npmjs.org/workbox-sw/-/workbox-sw-6.6.1.tgz"
integrity sha512-R7whwjvU2abHH/lR6kQTTXLHDFU2izht9kJOvBRYK65FbwutT4VvnUAJIgHvfWZ/fokrOPhfoWYoPCMpSgUKHQ==
-workbox-sw@^5.1.4:
- version "5.1.4"
- resolved "https://registry.yarnpkg.com/workbox-sw/-/workbox-sw-5.1.4.tgz#2bb34c9f7381f90d84cef644816d45150011d3db"
- integrity sha512-9xKnKw95aXwSNc8kk8gki4HU0g0W6KXu+xks7wFuC7h0sembFnTrKtckqZxbSod41TDaGh+gWUA5IRXrL0ECRA==
-
-workbox-webpack-plugin@5.1.4:
- version "5.1.4"
- resolved "https://registry.yarnpkg.com/workbox-webpack-plugin/-/workbox-webpack-plugin-5.1.4.tgz#7bfe8c16e40fe9ed8937080ac7ae9c8bde01e79c"
- integrity sha512-PZafF4HpugZndqISi3rZ4ZK4A4DxO8rAqt2FwRptgsDx7NF8TVKP86/huHquUsRjMGQllsNdn4FNl8CD/UvKmQ==
- dependencies:
- "@babel/runtime" "^7.5.5"
- fast-json-stable-stringify "^2.0.0"
- source-map-url "^0.4.0"
- upath "^1.1.2"
- webpack-sources "^1.3.0"
- workbox-build "^5.1.4"
-
-workbox-webpack-plugin@^6.4.1:
+workbox-webpack-plugin@^6.4.1, workbox-webpack-plugin@^6.5.4:
version "6.6.1"
- resolved "https://registry.yarnpkg.com/workbox-webpack-plugin/-/workbox-webpack-plugin-6.6.1.tgz#4f81cc1ad4e5d2cd7477a86ba83c84ee2d187531"
+ resolved "https://registry.npmjs.org/workbox-webpack-plugin/-/workbox-webpack-plugin-6.6.1.tgz"
integrity sha512-zpZ+ExFj9NmiI66cFEApyjk7hGsfJ1YMOaLXGXBoZf0v7Iu6hL0ZBe+83mnDq3YYWAfA3fnyFejritjOHkFcrA==
dependencies:
fast-json-stable-stringify "^2.1.0"
@@ -24861,41 +21219,27 @@ workbox-webpack-plugin@^6.4.1:
workbox-window@6.6.1:
version "6.6.1"
- resolved "https://registry.yarnpkg.com/workbox-window/-/workbox-window-6.6.1.tgz#f22a394cbac36240d0dadcbdebc35f711bb7b89e"
+ resolved "https://registry.npmjs.org/workbox-window/-/workbox-window-6.6.1.tgz"
integrity sha512-wil4nwOY58nTdCvif/KEZjQ2NP8uk3gGeRNy2jPBbzypU4BT4D9L8xiwbmDBpZlSgJd2xsT9FvSNU0gsxV51JQ==
dependencies:
"@types/trusted-types" "^2.0.2"
workbox-core "6.6.1"
-workbox-window@^5.1.4:
- version "5.1.4"
- resolved "https://registry.yarnpkg.com/workbox-window/-/workbox-window-5.1.4.tgz#2740f7dea7f93b99326179a62f1cc0ca2c93c863"
- integrity sha512-vXQtgTeMCUq/4pBWMfQX8Ee7N2wVC4Q7XYFqLnfbXJ2hqew/cU1uMTD2KqGEgEpE4/30luxIxgE+LkIa8glBYw==
- dependencies:
- workbox-core "^5.1.4"
-
-worker-farm@^1.7.0:
- version "1.7.0"
- resolved "https://registry.yarnpkg.com/worker-farm/-/worker-farm-1.7.0.tgz#26a94c5391bbca926152002f69b84a4bf772e5a8"
- integrity sha512-rvw3QTZc8lAxyVrqcSGVm5yP/IJ2UcB3U0graE3LCFoZ0Yn2x4EoVSqJKdB/T5M+FLcRPjz4TDacRf3OCfNUzw==
- dependencies:
- errno "~0.1.7"
-
worker-rpc@^0.1.0:
version "0.1.1"
- resolved "https://registry.yarnpkg.com/worker-rpc/-/worker-rpc-0.1.1.tgz#cb565bd6d7071a8f16660686051e969ad32f54d5"
+ resolved "https://registry.npmjs.org/worker-rpc/-/worker-rpc-0.1.1.tgz"
integrity sha512-P1WjMrUB3qgJNI9jfmpZ/htmBEjFh//6l/5y8SD9hg1Ef5zTTVVoRjTrTEzPrNBQvmhMxkoTsjOXN10GWU7aCg==
dependencies:
microevent.ts "~0.1.1"
workerpool@^6.5.1:
version "6.5.1"
- resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.5.1.tgz#060f73b39d0caf97c6db64da004cd01b4c099544"
+ resolved "https://registry.npmjs.org/workerpool/-/workerpool-6.5.1.tgz"
integrity sha512-Fs4dNYcsdpYSAfVxhnl1L5zTksjvOJxtC5hzMNl+1t9B8hTJTdKDyZ5ju7ztgPy+ft9tBFXoOlDNiOT9WUXZlA==
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
version "7.0.0"
- resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
+ resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz"
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
dependencies:
ansi-styles "^4.0.0"
@@ -24904,7 +21248,7 @@ workerpool@^6.5.1:
wrap-ansi@^5.1.0:
version "5.1.0"
- resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-5.1.0.tgz#1fd1f67235d5b6d0fee781056001bfb694c03b09"
+ resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-5.1.0.tgz"
integrity sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q==
dependencies:
ansi-styles "^3.2.0"
@@ -24913,7 +21257,7 @@ wrap-ansi@^5.1.0:
wrap-ansi@^6.2.0:
version "6.2.0"
- resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-6.2.0.tgz#e9393ba07102e6c91a3b221478f0257cd2856e53"
+ resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz"
integrity sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==
dependencies:
ansi-styles "^4.0.0"
@@ -24922,16 +21266,25 @@ wrap-ansi@^6.2.0:
wrap-ansi@^7.0.0:
version "7.0.0"
- resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
+ resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz"
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
dependencies:
ansi-styles "^4.0.0"
string-width "^4.1.0"
strip-ansi "^6.0.0"
-wrap-ansi@^8.0.1, wrap-ansi@^8.1.0:
+wrap-ansi@^8.0.1:
+ version "8.1.0"
+ resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz"
+ integrity sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==
+ dependencies:
+ ansi-styles "^6.1.0"
+ string-width "^5.0.1"
+ strip-ansi "^7.0.1"
+
+wrap-ansi@^8.1.0:
version "8.1.0"
- resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"
+ resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz"
integrity sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==
dependencies:
ansi-styles "^6.1.0"
@@ -24940,12 +21293,12 @@ wrap-ansi@^8.0.1, wrap-ansi@^8.1.0:
wrappy@1:
version "1.0.2"
- resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"
+ resolved "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz"
integrity sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==
write-file-atomic@^2.0.0, write-file-atomic@^2.3.0:
version "2.4.3"
- resolved "https://registry.yarnpkg.com/write-file-atomic/-/write-file-atomic-2.4.3.tgz#1fd2e9ae1df3e75b8d8c367443c692d4ca81f481"
+ resolved "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-2.4.3.tgz"
integrity sha512-GaETH5wwsX+GcnzhPgKcKjJ6M2Cq3/iZp1WyY/X1CSqrW+jVNM9Y7D8EC2sM4ZG/V8wZlSniJnCKWPmBYAucRQ==
dependencies:
graceful-fs "^4.1.11"
@@ -24954,7 +21307,7 @@ write-file-atomic@^2.0.0, write-file-atomic@^2.3.0:
write-file-atomic@^3.0.0:
version "3.0.3"
- resolved "https://registry.yarnpkg.com/write-file-atomic/-/write-file-atomic-3.0.3.tgz#56bd5c5a5c70481cd19c571bd39ab965a5de56e8"
+ resolved "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz"
integrity sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==
dependencies:
imurmurhash "^0.1.4"
@@ -24962,124 +21315,129 @@ write-file-atomic@^3.0.0:
signal-exit "^3.0.2"
typedarray-to-buffer "^3.1.5"
-ws@^6.2.1:
- version "6.2.3"
- resolved "https://registry.yarnpkg.com/ws/-/ws-6.2.3.tgz#ccc96e4add5fd6fedbc491903075c85c5a11d9ee"
- integrity sha512-jmTjYU0j60B+vHey6TfR3Z7RD61z/hmxBS3VMSGIrroOWXQEneK1zNuotOUrGyBHQj0yrpsLHPWtigEFd13ndA==
- dependencies:
- async-limiter "~1.0.0"
-
ws@^7.3.1, ws@^7.4.6:
version "7.5.10"
- resolved "https://registry.yarnpkg.com/ws/-/ws-7.5.10.tgz#58b5c20dc281633f6c19113f39b349bd8bd558d9"
+ resolved "https://registry.npmjs.org/ws/-/ws-7.5.10.tgz"
integrity sha512-+dbF1tHwZpXcbOJdVOkzLDxZP1ailvSxM6ZweXTegylPny803bFhA+vqBYw4s31NSAk4S2Qz+AKXK9a4wkdjcQ==
-ws@^8.13.0, ws@^8.2.3:
+ws@^8.13.0:
+ version "8.18.0"
+ resolved "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz"
+ integrity sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==
+
+ws@^8.2.3:
version "8.18.0"
- resolved "https://registry.yarnpkg.com/ws/-/ws-8.18.0.tgz#0d7505a6eafe2b0e712d232b42279f53bc289bbc"
+ resolved "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz"
integrity sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==
xdg-basedir@^3.0.0:
version "3.0.0"
- resolved "https://registry.yarnpkg.com/xdg-basedir/-/xdg-basedir-3.0.0.tgz#496b2cc109eca8dbacfe2dc72b603c17c5870ad4"
+ resolved "https://registry.npmjs.org/xdg-basedir/-/xdg-basedir-3.0.0.tgz"
integrity sha512-1Dly4xqlulvPD3fZUQJLY+FUIeqN3N2MM3uqe4rCJftAvOjFa3jFGfctOgluGx4ahPbUCsZkmJILiP0Vi4T6lQ==
xdg-basedir@^4.0.0:
version "4.0.0"
- resolved "https://registry.yarnpkg.com/xdg-basedir/-/xdg-basedir-4.0.0.tgz#4bc8d9984403696225ef83a1573cbbcb4e79db13"
+ resolved "https://registry.npmjs.org/xdg-basedir/-/xdg-basedir-4.0.0.tgz"
integrity sha512-PSNhEJDejZYV7h50BohL09Er9VaIefr2LMAf3OEmpCkjOi34eYyQYAXUTjEQtZJTKcF0E2UKTh+osDLsgNim9Q==
xml-js@^1.6.11:
version "1.6.11"
- resolved "https://registry.yarnpkg.com/xml-js/-/xml-js-1.6.11.tgz#927d2f6947f7f1c19a316dd8eea3614e8b18f8e9"
+ resolved "https://registry.npmjs.org/xml-js/-/xml-js-1.6.11.tgz"
integrity sha512-7rVi2KMfwfWFl+GpPg6m80IVMWXLRjO+PxTq7V2CDhoGak0wzYzFgUY2m4XJ47OGdXd8eLE8EmwfAmdjw7lC1g==
dependencies:
sax "^1.2.4"
xml-name-validator@^3.0.0:
version "3.0.0"
- resolved "https://registry.yarnpkg.com/xml-name-validator/-/xml-name-validator-3.0.0.tgz#6ae73e06de4d8c6e47f9fb181f78d648ad457c6a"
+ resolved "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-3.0.0.tgz"
integrity sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw==
xmlbuilder@^15.1.1:
version "15.1.1"
- resolved "https://registry.yarnpkg.com/xmlbuilder/-/xmlbuilder-15.1.1.tgz#9dcdce49eea66d8d10b42cae94a79c3c8d0c2ec5"
+ resolved "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-15.1.1.tgz"
integrity sha512-yMqGBqtXyeN1e3TGYvgNgDVZ3j84W4cwkOXQswghol6APgZWaff9lnbvN7MHYJOiXsvGPXtjTYJEiC9J2wv9Eg==
xmlchars@^2.2.0:
version "2.2.0"
- resolved "https://registry.yarnpkg.com/xmlchars/-/xmlchars-2.2.0.tgz#060fe1bcb7f9c76fe2a17db86a9bc3ab894210cb"
+ resolved "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz"
integrity sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==
xmlcreate@^2.0.4:
version "2.0.4"
- resolved "https://registry.yarnpkg.com/xmlcreate/-/xmlcreate-2.0.4.tgz#0c5ab0f99cdd02a81065fa9cd8f8ae87624889be"
+ resolved "https://registry.npmjs.org/xmlcreate/-/xmlcreate-2.0.4.tgz"
integrity sha512-nquOebG4sngPmGPICTS5EnxqhKbCmz5Ox5hsszI2T6U5qdrJizBc+0ilYSEjTSzU0yZcmvppztXe/5Al5fUwdg==
xtend@^4.0.0, xtend@^4.0.1, xtend@~4.0.1:
version "4.0.2"
- resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.2.tgz#bb72779f5fa465186b1f438f674fa347fdb5db54"
+ resolved "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz"
integrity sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==
y18n@^4.0.0:
version "4.0.3"
- resolved "https://registry.yarnpkg.com/y18n/-/y18n-4.0.3.tgz#b5f259c82cd6e336921efd7bfd8bf560de9eeedf"
+ resolved "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz"
integrity sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==
y18n@^5.0.5:
version "5.0.8"
- resolved "https://registry.yarnpkg.com/y18n/-/y18n-5.0.8.tgz#7f4934d0f7ca8c56f95314939ddcd2dd91ce1d55"
+ resolved "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz"
integrity sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==
yallist@^2.1.2:
version "2.1.2"
- resolved "https://registry.yarnpkg.com/yallist/-/yallist-2.1.2.tgz#1c11f9218f076089a47dd512f93c6699a6a81d52"
+ resolved "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz"
integrity sha512-ncTzHV7NvsQZkYe1DW7cbDLm0YpzHmZF5r/iyP3ZnQtMiJ+pjzisCiMNI+Sj+xQF5pXhSHxSB3uDbsBTzY/c2A==
-yallist@^3.0.0, yallist@^3.0.2, yallist@^3.1.1:
+yallist@^3.0.0:
version "3.1.1"
- resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd"
+ resolved "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz"
+ integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==
+
+yallist@^3.0.2:
+ version "3.1.1"
+ resolved "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz"
+ integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==
+
+yallist@^3.1.1:
+ version "3.1.1"
+ resolved "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz"
integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==
yallist@^4.0.0:
version "4.0.0"
- resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
+ resolved "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz"
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
yaml@^1.10.0, yaml@^1.10.2, yaml@^1.7.2:
version "1.10.2"
- resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.2.tgz#2301c5ffbf12b467de8da2333a459e29e7920e4b"
+ resolved "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz"
integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==
-yaml@^2.2.2, yaml@^2.3.4:
+yaml@^2.2.2:
+ version "2.5.0"
+ resolved "https://registry.npmjs.org/yaml/-/yaml-2.5.0.tgz"
+ integrity sha512-2wWLbGbYDiSqqIKoPjar3MPgB94ErzCtrNE1FdqGuaO0pi2JGjmE8aW8TDZwzU7vuxcGRdL/4gPQwQ7hD5AMSw==
+
+yaml@^2.3.4:
version "2.5.0"
- resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.5.0.tgz#c6165a721cf8000e91c36490a41d7be25176cf5d"
+ resolved "https://registry.npmjs.org/yaml/-/yaml-2.5.0.tgz"
integrity sha512-2wWLbGbYDiSqqIKoPjar3MPgB94ErzCtrNE1FdqGuaO0pi2JGjmE8aW8TDZwzU7vuxcGRdL/4gPQwQ7hD5AMSw==
yargs-parser@^13.1.2:
version "13.1.2"
- resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-13.1.2.tgz#130f09702ebaeef2650d54ce6e3e5706f7a4fb38"
+ resolved "https://registry.npmjs.org/yargs-parser/-/yargs-parser-13.1.2.tgz"
integrity sha512-3lbsNRf/j+A4QuSZfDRA7HRSfWrzO0YjqTJd5kjAq37Zep1CEgaYmrH9Q3GwPiB9cHyd1Y1UwggGhJGoxipbzg==
dependencies:
camelcase "^5.0.0"
decamelize "^1.2.0"
-yargs-parser@^18.1.2:
- version "18.1.3"
- resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-18.1.3.tgz#be68c4975c6b2abf469236b0c870362fab09a7b0"
- integrity sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==
- dependencies:
- camelcase "^5.0.0"
- decamelize "^1.2.0"
-
yargs-parser@^20.2.2, yargs-parser@^20.2.3, yargs-parser@^20.2.9:
version "20.2.9"
- resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.9.tgz#2eb7dc3b0289718fc295f362753845c41a0c94ee"
+ resolved "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz"
integrity sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==
yargs-unparser@^2.0.0:
version "2.0.0"
- resolved "https://registry.yarnpkg.com/yargs-unparser/-/yargs-unparser-2.0.0.tgz#f131f9226911ae5d9ad38c432fe809366c2325eb"
+ resolved "https://registry.npmjs.org/yargs-unparser/-/yargs-unparser-2.0.0.tgz"
integrity sha512-7pRTIA9Qc1caZ0bZ6RYRGbHJthJWuakf+WmHK0rVeLkNrrGhfoabBNdue6kdINI6r4if7ocq9aD/n7xwKOdzOA==
dependencies:
camelcase "^6.0.0"
@@ -25087,9 +21445,9 @@ yargs-unparser@^2.0.0:
flat "^5.0.2"
is-plain-obj "^2.1.0"
-yargs@^13.1.0, yargs@^13.3.2:
+yargs@^13.1.0:
version "13.3.2"
- resolved "https://registry.yarnpkg.com/yargs/-/yargs-13.3.2.tgz#ad7ffefec1aa59565ac915f82dccb38a9c31a2dd"
+ resolved "https://registry.npmjs.org/yargs/-/yargs-13.3.2.tgz"
integrity sha512-AX3Zw5iPruN5ie6xGRIDgqkT+ZhnRlZMLMHAs8tg7nRruy2Nb+i5o9bwghAogtM08q1dpr2LVoS8KSTMYpWXUw==
dependencies:
cliui "^5.0.0"
@@ -25103,26 +21461,9 @@ yargs@^13.1.0, yargs@^13.3.2:
y18n "^4.0.0"
yargs-parser "^13.1.2"
-yargs@^15.4.1:
- version "15.4.1"
- resolved "https://registry.yarnpkg.com/yargs/-/yargs-15.4.1.tgz#0d87a16de01aee9d8bec2bfbf74f67851730f4f8"
- integrity sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==
- dependencies:
- cliui "^6.0.0"
- decamelize "^1.2.0"
- find-up "^4.1.0"
- get-caller-file "^2.0.1"
- require-directory "^2.1.1"
- require-main-filename "^2.0.0"
- set-blocking "^2.0.0"
- string-width "^4.2.0"
- which-module "^2.0.0"
- y18n "^4.0.0"
- yargs-parser "^18.1.2"
-
yargs@^16.2.0:
version "16.2.0"
- resolved "https://registry.yarnpkg.com/yargs/-/yargs-16.2.0.tgz#1c82bf0f6b6a66eafce7ef30e376f49a12477f66"
+ resolved "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz"
integrity sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==
dependencies:
cliui "^7.0.2"
@@ -25135,7 +21476,7 @@ yargs@^16.2.0:
yauzl@^2.10.0:
version "2.10.0"
- resolved "https://registry.yarnpkg.com/yauzl/-/yauzl-2.10.0.tgz#c7eb17c93e112cb1086fa6d8e51fb0667b79a5f9"
+ resolved "https://registry.npmjs.org/yauzl/-/yauzl-2.10.0.tgz"
integrity sha512-p4a9I6X6nu6IhoGmBqAcbJy1mlC4j27vEPZX9F4L4/vZT3Lyq1VkFHw/V/PUcB9Buo+DG3iHkT0x3Qya58zc3g==
dependencies:
buffer-crc32 "~0.2.3"
@@ -25143,12 +21484,12 @@ yauzl@^2.10.0:
yocto-queue@^0.1.0:
version "0.1.0"
- resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"
+ resolved "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz"
integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==
yup@1.2.0:
version "1.2.0"
- resolved "https://registry.yarnpkg.com/yup/-/yup-1.2.0.tgz#9e51af0c63bdfc9be0fdc6c10aa0710899d8aff6"
+ resolved "https://registry.npmjs.org/yup/-/yup-1.2.0.tgz"
integrity sha512-PPqYKSAXjpRCgLgLKVGPA33v5c/WgEx3wi6NFjIiegz90zSwyMpvTFp/uGcVnnbx6to28pgnzp/q8ih3QRjLMQ==
dependencies:
property-expr "^2.0.5"
@@ -25158,17 +21499,17 @@ yup@1.2.0:
zalgo-promise@^1, zalgo-promise@^1.0.11, zalgo-promise@^1.0.3:
version "1.0.48"
- resolved "https://registry.yarnpkg.com/zalgo-promise/-/zalgo-promise-1.0.48.tgz#9e33eef502d5ed9f5a09fc5728c833c3e87afa2e"
+ resolved "https://registry.npmjs.org/zalgo-promise/-/zalgo-promise-1.0.48.tgz"
integrity sha512-LLHANmdm53+MucY9aOFIggzYtUdkSBFxUsy4glTTQYNyK6B3uCPWTbfiGvSrEvLojw0mSzyFJ1/RRLv+QMNdzQ==
zenhand@^2.0.0:
version "2.0.0"
- resolved "https://registry.yarnpkg.com/zenhand/-/zenhand-2.0.0.tgz#a82c0b3b14016da1888f6e3f38647fe06ad7aa21"
+ resolved "https://registry.npmjs.org/zenhand/-/zenhand-2.0.0.tgz"
integrity sha512-V5f/NlynoAFc+dRU/+uJTgf4vox3yHfJlnvP5BAJ6sZFNR2RTpyUMcUDBklTDHo6YiZhwj6WzZeOs+FOcMdq2A==
zip-stream@^2.1.2:
version "2.1.3"
- resolved "https://registry.yarnpkg.com/zip-stream/-/zip-stream-2.1.3.tgz#26cc4bdb93641a8590dd07112e1f77af1758865b"
+ resolved "https://registry.npmjs.org/zip-stream/-/zip-stream-2.1.3.tgz"
integrity sha512-EkXc2JGcKhO5N5aZ7TmuNo45budRaFGHOmz24wtJR7znbNqDPmdZtUauKX6et8KAVseAMBOyWJqEpXcHTBsh7Q==
dependencies:
archiver-utils "^2.1.0"
@@ -25177,5 +21518,5 @@ zip-stream@^2.1.2:
zwitch@^1.0.0:
version "1.0.5"
- resolved "https://registry.yarnpkg.com/zwitch/-/zwitch-1.0.5.tgz#d11d7381ffed16b742f6af7b3f223d5cd9fe9920"
+ resolved "https://registry.npmjs.org/zwitch/-/zwitch-1.0.5.tgz"
integrity sha512-V50KMwwzqJV0NpZIZFwfOD5/lyny3WlSzRiXgA0G7VUnRlqttta1L6UQIHzd6EuBY/cHGfwTIck7w1yH6Q5zUw==
From 1dc34a30cbb9461ecb1542d25bec383765a414dd Mon Sep 17 00:00:00 2001
From: "@dhis2-bot"
Date: Thu, 8 Aug 2024 16:34:52 +0000
Subject: [PATCH 144/170] chore(release): cut 9.11.1 [skip release]
## [9.11.1](https://github.com/dhis2/ui/compare/v9.11.0...v9.11.1) (2024-08-08)
### Bug Fixes
* fix publishing to npm ([#1577](https://github.com/dhis2/ui/issues/1577)) ([1889a7b](https://github.com/dhis2/ui/commit/1889a7baf0ad1b6709272be61094da80cad65fe1))
* get rid of storybook references in docs ([1904b17](https://github.com/dhis2/ui/commit/1904b172bfde066a17a0edf82c196959ba35c8bb))
* get storybook 8 working ([8c6be62](https://github.com/dhis2/ui/commit/8c6be62c2df9261109df12e51c7dc2339b59eedf))
* issue with production build not loading some dependent modules ([5060c61](https://github.com/dhis2/ui/commit/5060c6143e3788895ab4282ba7dc84283d62bae8))
* pin react version in resolution ([#1573](https://github.com/dhis2/ui/issues/1573)) ([46cdd79](https://github.com/dhis2/ui/commit/46cdd79c27b28d69eb8e5d72a6946376961ba670))
* resolve react version ([#1567](https://github.com/dhis2/ui/issues/1567)) ([c18a73d](https://github.com/dhis2/ui/commit/c18a73d71a1a59e4229adae2f964e06041eaab8b))
* **calendar:** pin temporal dependency to version 0.4.3 due to breaking changes ([3b5a586](https://github.com/dhis2/ui/commit/3b5a58614eb6992469d5c5d74aa19aa225fb2b1c))
---
CHANGELOG.md | 13 +++
collections/forms/package.json | 20 ++--
collections/ui/package.json | 98 +++++++++----------
components/alert/package.json | 8 +-
components/box/package.json | 4 +-
components/button/package.json | 12 +--
components/calendar/package.json | 16 +--
components/card/package.json | 4 +-
components/center/package.json | 4 +-
components/checkbox/package.json | 8 +-
components/chip/package.json | 4 +-
components/cover/package.json | 4 +-
components/css/package.json | 4 +-
components/divider/package.json | 4 +-
components/field/package.json | 10 +-
components/file-input/package.json | 16 +--
components/header-bar/package.json | 30 +++---
components/help/package.json | 4 +-
components/input/package.json | 16 +--
components/intersection-detector/package.json | 4 +-
components/label/package.json | 6 +-
components/layer/package.json | 6 +-
components/legend/package.json | 6 +-
components/loader/package.json | 4 +-
components/logo/package.json | 4 +-
components/menu/package.json | 16 +--
components/modal/package.json | 14 +--
components/node/package.json | 6 +-
components/notice-box/package.json | 6 +-
.../organisation-unit-tree/package.json | 12 +--
components/pagination/package.json | 10 +-
components/popover/package.json | 8 +-
components/popper/package.json | 4 +-
components/portal/package.json | 2 +-
components/radio/package.json | 4 +-
components/required/package.json | 4 +-
components/segmented-control/package.json | 4 +-
components/select/package.json | 30 +++---
components/selector-bar/package.json | 22 ++---
components/sharing-dialog/package.json | 34 +++----
components/status-icon/package.json | 8 +-
components/switch/package.json | 8 +-
components/tab/package.json | 8 +-
components/table/package.json | 6 +-
components/tag/package.json | 4 +-
components/text-area/package.json | 14 +--
components/tooltip/package.json | 8 +-
components/transfer/package.json | 14 +--
components/user-avatar/package.json | 4 +-
constants/package.json | 2 +-
docs/package.json | 2 +-
icons/package.json | 2 +-
package.json | 2 +-
storybook/package.json | 6 +-
54 files changed, 293 insertions(+), 280 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6f73c086d8..28ef2110a0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,16 @@
+## [9.11.1](https://github.com/dhis2/ui/compare/v9.11.0...v9.11.1) (2024-08-08)
+
+
+### Bug Fixes
+
+* fix publishing to npm ([#1577](https://github.com/dhis2/ui/issues/1577)) ([1889a7b](https://github.com/dhis2/ui/commit/1889a7baf0ad1b6709272be61094da80cad65fe1))
+* get rid of storybook references in docs ([1904b17](https://github.com/dhis2/ui/commit/1904b172bfde066a17a0edf82c196959ba35c8bb))
+* get storybook 8 working ([8c6be62](https://github.com/dhis2/ui/commit/8c6be62c2df9261109df12e51c7dc2339b59eedf))
+* issue with production build not loading some dependent modules ([5060c61](https://github.com/dhis2/ui/commit/5060c6143e3788895ab4282ba7dc84283d62bae8))
+* pin react version in resolution ([#1573](https://github.com/dhis2/ui/issues/1573)) ([46cdd79](https://github.com/dhis2/ui/commit/46cdd79c27b28d69eb8e5d72a6946376961ba670))
+* resolve react version ([#1567](https://github.com/dhis2/ui/issues/1567)) ([c18a73d](https://github.com/dhis2/ui/commit/c18a73d71a1a59e4229adae2f964e06041eaab8b))
+* **calendar:** pin temporal dependency to version 0.4.3 due to breaking changes ([3b5a586](https://github.com/dhis2/ui/commit/3b5a58614eb6992469d5c5d74aa19aa225fb2b1c))
+
# [9.11.0](https://github.com/dhis2/ui/compare/v9.10.3...v9.11.0) (2024-07-29)
diff --git a/collections/forms/package.json b/collections/forms/package.json
index ab05a837f7..fb4a7ea658 100644
--- a/collections/forms/package.json
+++ b/collections/forms/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-forms",
- "version": "9.11.0",
+ "version": "9.11.1",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
"sideEffects": [
@@ -35,15 +35,15 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.11.0",
- "@dhis2-ui/checkbox": "9.11.0",
- "@dhis2-ui/field": "9.11.0",
- "@dhis2-ui/file-input": "9.11.0",
- "@dhis2-ui/input": "9.11.0",
- "@dhis2-ui/radio": "9.11.0",
- "@dhis2-ui/select": "9.11.0",
- "@dhis2-ui/switch": "9.11.0",
- "@dhis2-ui/text-area": "9.11.0",
+ "@dhis2-ui/button": "9.11.1",
+ "@dhis2-ui/checkbox": "9.11.1",
+ "@dhis2-ui/field": "9.11.1",
+ "@dhis2-ui/file-input": "9.11.1",
+ "@dhis2-ui/input": "9.11.1",
+ "@dhis2-ui/radio": "9.11.1",
+ "@dhis2-ui/select": "9.11.1",
+ "@dhis2-ui/switch": "9.11.1",
+ "@dhis2-ui/text-area": "9.11.1",
"classnames": "^2.3.1",
"final-form": "^4.20.2",
"prop-types": "^15.7.2",
diff --git a/collections/ui/package.json b/collections/ui/package.json
index 0b1bdf1100..3cacfa6cd8 100644
--- a/collections/ui/package.json
+++ b/collections/ui/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui",
- "version": "9.11.0",
+ "version": "9.11.1",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
"exports": {
@@ -21,54 +21,54 @@
"build": "d2-app-scripts build"
},
"dependencies": {
- "@dhis2-ui/alert": "9.11.0",
- "@dhis2-ui/box": "9.11.0",
- "@dhis2-ui/button": "9.11.0",
- "@dhis2-ui/calendar": "9.11.0",
- "@dhis2-ui/card": "9.11.0",
- "@dhis2-ui/center": "9.11.0",
- "@dhis2-ui/checkbox": "9.11.0",
- "@dhis2-ui/chip": "9.11.0",
- "@dhis2-ui/cover": "9.11.0",
- "@dhis2-ui/css": "9.11.0",
- "@dhis2-ui/divider": "9.11.0",
- "@dhis2-ui/field": "9.11.0",
- "@dhis2-ui/file-input": "9.11.0",
- "@dhis2-ui/header-bar": "9.11.0",
- "@dhis2-ui/help": "9.11.0",
- "@dhis2-ui/input": "9.11.0",
- "@dhis2-ui/intersection-detector": "9.11.0",
- "@dhis2-ui/label": "9.11.0",
- "@dhis2-ui/layer": "9.11.0",
- "@dhis2-ui/legend": "9.11.0",
- "@dhis2-ui/loader": "9.11.0",
- "@dhis2-ui/logo": "9.11.0",
- "@dhis2-ui/menu": "9.11.0",
- "@dhis2-ui/modal": "9.11.0",
- "@dhis2-ui/node": "9.11.0",
- "@dhis2-ui/notice-box": "9.11.0",
- "@dhis2-ui/organisation-unit-tree": "9.11.0",
- "@dhis2-ui/pagination": "9.11.0",
- "@dhis2-ui/popover": "9.11.0",
- "@dhis2-ui/popper": "9.11.0",
- "@dhis2-ui/portal": "9.11.0",
- "@dhis2-ui/radio": "9.11.0",
- "@dhis2-ui/required": "9.11.0",
- "@dhis2-ui/segmented-control": "9.11.0",
- "@dhis2-ui/select": "9.11.0",
- "@dhis2-ui/selector-bar": "9.11.0",
- "@dhis2-ui/sharing-dialog": "9.11.0",
- "@dhis2-ui/switch": "9.11.0",
- "@dhis2-ui/tab": "9.11.0",
- "@dhis2-ui/table": "9.11.0",
- "@dhis2-ui/tag": "9.11.0",
- "@dhis2-ui/text-area": "9.11.0",
- "@dhis2-ui/tooltip": "9.11.0",
- "@dhis2-ui/transfer": "9.11.0",
- "@dhis2-ui/user-avatar": "9.11.0",
- "@dhis2/ui-constants": "9.11.0",
- "@dhis2/ui-forms": "9.11.0",
- "@dhis2/ui-icons": "9.11.0",
+ "@dhis2-ui/alert": "9.11.1",
+ "@dhis2-ui/box": "9.11.1",
+ "@dhis2-ui/button": "9.11.1",
+ "@dhis2-ui/calendar": "9.11.1",
+ "@dhis2-ui/card": "9.11.1",
+ "@dhis2-ui/center": "9.11.1",
+ "@dhis2-ui/checkbox": "9.11.1",
+ "@dhis2-ui/chip": "9.11.1",
+ "@dhis2-ui/cover": "9.11.1",
+ "@dhis2-ui/css": "9.11.1",
+ "@dhis2-ui/divider": "9.11.1",
+ "@dhis2-ui/field": "9.11.1",
+ "@dhis2-ui/file-input": "9.11.1",
+ "@dhis2-ui/header-bar": "9.11.1",
+ "@dhis2-ui/help": "9.11.1",
+ "@dhis2-ui/input": "9.11.1",
+ "@dhis2-ui/intersection-detector": "9.11.1",
+ "@dhis2-ui/label": "9.11.1",
+ "@dhis2-ui/layer": "9.11.1",
+ "@dhis2-ui/legend": "9.11.1",
+ "@dhis2-ui/loader": "9.11.1",
+ "@dhis2-ui/logo": "9.11.1",
+ "@dhis2-ui/menu": "9.11.1",
+ "@dhis2-ui/modal": "9.11.1",
+ "@dhis2-ui/node": "9.11.1",
+ "@dhis2-ui/notice-box": "9.11.1",
+ "@dhis2-ui/organisation-unit-tree": "9.11.1",
+ "@dhis2-ui/pagination": "9.11.1",
+ "@dhis2-ui/popover": "9.11.1",
+ "@dhis2-ui/popper": "9.11.1",
+ "@dhis2-ui/portal": "9.11.1",
+ "@dhis2-ui/radio": "9.11.1",
+ "@dhis2-ui/required": "9.11.1",
+ "@dhis2-ui/segmented-control": "9.11.1",
+ "@dhis2-ui/select": "9.11.1",
+ "@dhis2-ui/selector-bar": "9.11.1",
+ "@dhis2-ui/sharing-dialog": "9.11.1",
+ "@dhis2-ui/switch": "9.11.1",
+ "@dhis2-ui/tab": "9.11.1",
+ "@dhis2-ui/table": "9.11.1",
+ "@dhis2-ui/tag": "9.11.1",
+ "@dhis2-ui/text-area": "9.11.1",
+ "@dhis2-ui/tooltip": "9.11.1",
+ "@dhis2-ui/transfer": "9.11.1",
+ "@dhis2-ui/user-avatar": "9.11.1",
+ "@dhis2/ui-constants": "9.11.1",
+ "@dhis2/ui-forms": "9.11.1",
+ "@dhis2/ui-icons": "9.11.1",
"prop-types": "^15.7.2"
},
"peerDependencies": {
diff --git a/components/alert/package.json b/components/alert/package.json
index 8e39f4982e..086113b7e0 100644
--- a/components/alert/package.json
+++ b/components/alert/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/alert",
- "version": "9.11.0",
+ "version": "9.11.1",
"description": "UI Alert",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/portal": "9.11.0",
- "@dhis2/ui-constants": "9.11.0",
- "@dhis2/ui-icons": "9.11.0",
+ "@dhis2-ui/portal": "9.11.1",
+ "@dhis2/ui-constants": "9.11.1",
+ "@dhis2/ui-icons": "9.11.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/box/package.json b/components/box/package.json
index d713d6b0df..43f5bf4ef0 100644
--- a/components/box/package.json
+++ b/components/box/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/box",
- "version": "9.11.0",
+ "version": "9.11.1",
"description": "UI Box",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.0",
+ "@dhis2/ui-constants": "9.11.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/button/package.json b/components/button/package.json
index 5b9cb3553b..f294f980d2 100644
--- a/components/button/package.json
+++ b/components/button/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/button",
- "version": "9.11.0",
+ "version": "9.11.1",
"description": "UI Button",
"repository": {
"type": "git",
@@ -33,11 +33,11 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/layer": "9.11.0",
- "@dhis2-ui/loader": "9.11.0",
- "@dhis2-ui/popper": "9.11.0",
- "@dhis2/ui-constants": "9.11.0",
- "@dhis2/ui-icons": "9.11.0",
+ "@dhis2-ui/layer": "9.11.1",
+ "@dhis2-ui/loader": "9.11.1",
+ "@dhis2-ui/popper": "9.11.1",
+ "@dhis2/ui-constants": "9.11.1",
+ "@dhis2/ui-icons": "9.11.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/calendar/package.json b/components/calendar/package.json
index b71ca3e1cb..8c9f14e477 100644
--- a/components/calendar/package.json
+++ b/components/calendar/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/calendar",
- "version": "9.11.0",
+ "version": "9.11.1",
"description": "UI Calendar",
"repository": {
"type": "git",
@@ -33,15 +33,15 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/button": "9.11.0",
- "@dhis2-ui/card": "9.11.0",
- "@dhis2-ui/input": "9.11.0",
- "@dhis2-ui/layer": "9.11.0",
- "@dhis2-ui/popper": "9.11.0",
+ "@dhis2-ui/button": "9.11.1",
+ "@dhis2-ui/card": "9.11.1",
+ "@dhis2-ui/input": "9.11.1",
+ "@dhis2-ui/layer": "9.11.1",
+ "@dhis2-ui/popper": "9.11.1",
"@dhis2/multi-calendar-dates": "^1.2.3",
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.0",
- "@dhis2/ui-icons": "9.11.0",
+ "@dhis2/ui-constants": "9.11.1",
+ "@dhis2/ui-icons": "9.11.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/card/package.json b/components/card/package.json
index 47b45e36c9..29bacb969d 100644
--- a/components/card/package.json
+++ b/components/card/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/card",
- "version": "9.11.0",
+ "version": "9.11.1",
"description": "UI Card",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.0",
+ "@dhis2/ui-constants": "9.11.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/center/package.json b/components/center/package.json
index 9b79dc9b74..d0c36ec2c6 100644
--- a/components/center/package.json
+++ b/components/center/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/center",
- "version": "9.11.0",
+ "version": "9.11.1",
"description": "UI Center",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.0",
+ "@dhis2/ui-constants": "9.11.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/checkbox/package.json b/components/checkbox/package.json
index 34e25a71d2..0b97845f58 100644
--- a/components/checkbox/package.json
+++ b/components/checkbox/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/checkbox",
- "version": "9.11.0",
+ "version": "9.11.1",
"description": "UI Checkbox",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/field": "9.11.0",
- "@dhis2-ui/required": "9.11.0",
- "@dhis2/ui-constants": "9.11.0",
+ "@dhis2-ui/field": "9.11.1",
+ "@dhis2-ui/required": "9.11.1",
+ "@dhis2/ui-constants": "9.11.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/chip/package.json b/components/chip/package.json
index 67e8739202..fb7f6d5310 100644
--- a/components/chip/package.json
+++ b/components/chip/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/chip",
- "version": "9.11.0",
+ "version": "9.11.1",
"description": "UI Chip",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.0",
+ "@dhis2/ui-constants": "9.11.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/cover/package.json b/components/cover/package.json
index f9e5fc25d7..0ab2000d47 100644
--- a/components/cover/package.json
+++ b/components/cover/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/cover",
- "version": "9.11.0",
+ "version": "9.11.1",
"description": "UI Cover",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.0",
+ "@dhis2/ui-constants": "9.11.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/css/package.json b/components/css/package.json
index e0070d97ce..c234b4c0d8 100644
--- a/components/css/package.json
+++ b/components/css/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/css",
- "version": "9.11.0",
+ "version": "9.11.1",
"description": "UI CSS",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.0",
+ "@dhis2/ui-constants": "9.11.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/divider/package.json b/components/divider/package.json
index 422b24536f..55d0b5529e 100644
--- a/components/divider/package.json
+++ b/components/divider/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/divider",
- "version": "9.11.0",
+ "version": "9.11.1",
"description": "UI Divider",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.0",
+ "@dhis2/ui-constants": "9.11.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/field/package.json b/components/field/package.json
index a8f184fdfc..e0d216b9b9 100644
--- a/components/field/package.json
+++ b/components/field/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/field",
- "version": "9.11.0",
+ "version": "9.11.1",
"description": "UI Field",
"repository": {
"type": "git",
@@ -33,10 +33,10 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.11.0",
- "@dhis2-ui/help": "9.11.0",
- "@dhis2-ui/label": "9.11.0",
- "@dhis2/ui-constants": "9.11.0",
+ "@dhis2-ui/box": "9.11.1",
+ "@dhis2-ui/help": "9.11.1",
+ "@dhis2-ui/label": "9.11.1",
+ "@dhis2/ui-constants": "9.11.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/file-input/package.json b/components/file-input/package.json
index 494e6eb15a..ed22475f58 100644
--- a/components/file-input/package.json
+++ b/components/file-input/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/file-input",
- "version": "9.11.0",
+ "version": "9.11.1",
"description": "UI FileInput",
"repository": {
"type": "git",
@@ -34,13 +34,13 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.11.0",
- "@dhis2-ui/field": "9.11.0",
- "@dhis2-ui/label": "9.11.0",
- "@dhis2-ui/loader": "9.11.0",
- "@dhis2-ui/status-icon": "9.11.0",
- "@dhis2/ui-constants": "9.11.0",
- "@dhis2/ui-icons": "9.11.0",
+ "@dhis2-ui/button": "9.11.1",
+ "@dhis2-ui/field": "9.11.1",
+ "@dhis2-ui/label": "9.11.1",
+ "@dhis2-ui/loader": "9.11.1",
+ "@dhis2-ui/status-icon": "9.11.1",
+ "@dhis2/ui-constants": "9.11.1",
+ "@dhis2/ui-icons": "9.11.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/header-bar/package.json b/components/header-bar/package.json
index 56ffa7aec1..c7d8068234 100644
--- a/components/header-bar/package.json
+++ b/components/header-bar/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/header-bar",
- "version": "9.11.0",
+ "version": "9.11.1",
"description": "UI HeaderBar",
"repository": {
"type": "git",
@@ -34,21 +34,21 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/box": "9.11.0",
- "@dhis2-ui/button": "9.11.0",
- "@dhis2-ui/card": "9.11.0",
- "@dhis2-ui/center": "9.11.0",
- "@dhis2-ui/divider": "9.11.0",
- "@dhis2-ui/input": "9.11.0",
- "@dhis2-ui/layer": "9.11.0",
- "@dhis2-ui/loader": "9.11.0",
- "@dhis2-ui/logo": "9.11.0",
- "@dhis2-ui/menu": "9.11.0",
- "@dhis2-ui/modal": "9.11.0",
- "@dhis2-ui/user-avatar": "9.11.0",
+ "@dhis2-ui/box": "9.11.1",
+ "@dhis2-ui/button": "9.11.1",
+ "@dhis2-ui/card": "9.11.1",
+ "@dhis2-ui/center": "9.11.1",
+ "@dhis2-ui/divider": "9.11.1",
+ "@dhis2-ui/input": "9.11.1",
+ "@dhis2-ui/layer": "9.11.1",
+ "@dhis2-ui/loader": "9.11.1",
+ "@dhis2-ui/logo": "9.11.1",
+ "@dhis2-ui/menu": "9.11.1",
+ "@dhis2-ui/modal": "9.11.1",
+ "@dhis2-ui/user-avatar": "9.11.1",
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.0",
- "@dhis2/ui-icons": "9.11.0",
+ "@dhis2/ui-constants": "9.11.1",
+ "@dhis2/ui-icons": "9.11.1",
"classnames": "^2.3.1",
"moment": "^2.29.1",
"prop-types": "^15.7.2"
diff --git a/components/help/package.json b/components/help/package.json
index e113fb5cff..8e909e5424 100644
--- a/components/help/package.json
+++ b/components/help/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/help",
- "version": "9.11.0",
+ "version": "9.11.1",
"description": "UI Help",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.0",
+ "@dhis2/ui-constants": "9.11.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/input/package.json b/components/input/package.json
index dede9c962f..0d268b5607 100644
--- a/components/input/package.json
+++ b/components/input/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/input",
- "version": "9.11.0",
+ "version": "9.11.1",
"description": "UI Input",
"repository": {
"type": "git",
@@ -33,13 +33,13 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.11.0",
- "@dhis2-ui/field": "9.11.0",
- "@dhis2-ui/input": "9.11.0",
- "@dhis2-ui/loader": "9.11.0",
- "@dhis2-ui/status-icon": "9.11.0",
- "@dhis2/ui-constants": "9.11.0",
- "@dhis2/ui-icons": "9.11.0",
+ "@dhis2-ui/box": "9.11.1",
+ "@dhis2-ui/field": "9.11.1",
+ "@dhis2-ui/input": "9.11.1",
+ "@dhis2-ui/loader": "9.11.1",
+ "@dhis2-ui/status-icon": "9.11.1",
+ "@dhis2/ui-constants": "9.11.1",
+ "@dhis2/ui-icons": "9.11.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/intersection-detector/package.json b/components/intersection-detector/package.json
index 6202b79d5b..8e102c0146 100644
--- a/components/intersection-detector/package.json
+++ b/components/intersection-detector/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/intersection-detector",
- "version": "9.11.0",
+ "version": "9.11.1",
"description": "UI IntersectionDetector",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.0",
+ "@dhis2/ui-constants": "9.11.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/label/package.json b/components/label/package.json
index ca8f1fbb81..8e3f5a1e85 100644
--- a/components/label/package.json
+++ b/components/label/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/label",
- "version": "9.11.0",
+ "version": "9.11.1",
"description": "UI Label",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/required": "9.11.0",
- "@dhis2/ui-constants": "9.11.0",
+ "@dhis2-ui/required": "9.11.1",
+ "@dhis2/ui-constants": "9.11.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/layer/package.json b/components/layer/package.json
index 6ed5e2e9e6..623b557168 100644
--- a/components/layer/package.json
+++ b/components/layer/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/layer",
- "version": "9.11.0",
+ "version": "9.11.1",
"description": "UI Layer",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/portal": "9.11.0",
- "@dhis2/ui-constants": "9.11.0",
+ "@dhis2-ui/portal": "9.11.1",
+ "@dhis2/ui-constants": "9.11.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/legend/package.json b/components/legend/package.json
index de89e4ab7d..ff56ee05f6 100644
--- a/components/legend/package.json
+++ b/components/legend/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/legend",
- "version": "9.11.0",
+ "version": "9.11.1",
"description": "UI Legend",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/required": "9.11.0",
- "@dhis2/ui-constants": "9.11.0",
+ "@dhis2-ui/required": "9.11.1",
+ "@dhis2/ui-constants": "9.11.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/loader/package.json b/components/loader/package.json
index 8b0b323aec..1e9f90023a 100644
--- a/components/loader/package.json
+++ b/components/loader/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/loader",
- "version": "9.11.0",
+ "version": "9.11.1",
"description": "UI Loaders",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.0",
+ "@dhis2/ui-constants": "9.11.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/logo/package.json b/components/logo/package.json
index cdabf263a6..79a8336919 100644
--- a/components/logo/package.json
+++ b/components/logo/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/logo",
- "version": "9.11.0",
+ "version": "9.11.1",
"description": "UI Logo",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.0",
+ "@dhis2/ui-constants": "9.11.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/menu/package.json b/components/menu/package.json
index dcc1c7d9c9..8db9cf4e27 100644
--- a/components/menu/package.json
+++ b/components/menu/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/menu",
- "version": "9.11.0",
+ "version": "9.11.1",
"description": "UI Menu",
"repository": {
"type": "git",
@@ -33,13 +33,13 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/card": "9.11.0",
- "@dhis2-ui/divider": "9.11.0",
- "@dhis2-ui/layer": "9.11.0",
- "@dhis2-ui/popper": "9.11.0",
- "@dhis2-ui/portal": "9.11.0",
- "@dhis2/ui-constants": "9.11.0",
- "@dhis2/ui-icons": "9.11.0",
+ "@dhis2-ui/card": "9.11.1",
+ "@dhis2-ui/divider": "9.11.1",
+ "@dhis2-ui/layer": "9.11.1",
+ "@dhis2-ui/popper": "9.11.1",
+ "@dhis2-ui/portal": "9.11.1",
+ "@dhis2/ui-constants": "9.11.1",
+ "@dhis2/ui-icons": "9.11.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/modal/package.json b/components/modal/package.json
index 31097bae40..44e4883f60 100644
--- a/components/modal/package.json
+++ b/components/modal/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/modal",
- "version": "9.11.0",
+ "version": "9.11.1",
"description": "UI Modal",
"repository": {
"type": "git",
@@ -33,12 +33,12 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/card": "9.11.0",
- "@dhis2-ui/center": "9.11.0",
- "@dhis2-ui/layer": "9.11.0",
- "@dhis2-ui/portal": "9.11.0",
- "@dhis2/ui-constants": "9.11.0",
- "@dhis2/ui-icons": "9.11.0",
+ "@dhis2-ui/card": "9.11.1",
+ "@dhis2-ui/center": "9.11.1",
+ "@dhis2-ui/layer": "9.11.1",
+ "@dhis2-ui/portal": "9.11.1",
+ "@dhis2/ui-constants": "9.11.1",
+ "@dhis2/ui-icons": "9.11.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/node/package.json b/components/node/package.json
index 3c75f1a7d0..9e424d3dd1 100644
--- a/components/node/package.json
+++ b/components/node/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/node",
- "version": "9.11.0",
+ "version": "9.11.1",
"description": "UI Node",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/loader": "9.11.0",
- "@dhis2/ui-constants": "9.11.0",
+ "@dhis2-ui/loader": "9.11.1",
+ "@dhis2/ui-constants": "9.11.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/notice-box/package.json b/components/notice-box/package.json
index 7c18506094..9316732f20 100644
--- a/components/notice-box/package.json
+++ b/components/notice-box/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/notice-box",
- "version": "9.11.0",
+ "version": "9.11.1",
"description": "UI NoticeBox",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.0",
- "@dhis2/ui-icons": "9.11.0",
+ "@dhis2/ui-constants": "9.11.1",
+ "@dhis2/ui-icons": "9.11.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/organisation-unit-tree/package.json b/components/organisation-unit-tree/package.json
index eec7f7c4a6..c02a640b69 100644
--- a/components/organisation-unit-tree/package.json
+++ b/components/organisation-unit-tree/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/organisation-unit-tree",
- "version": "9.11.0",
+ "version": "9.11.1",
"description": "UI OrganisationUnitTree",
"repository": {
"type": "git",
@@ -35,11 +35,11 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.11.0",
- "@dhis2-ui/checkbox": "9.11.0",
- "@dhis2-ui/loader": "9.11.0",
- "@dhis2-ui/node": "9.11.0",
- "@dhis2/ui-constants": "9.11.0",
+ "@dhis2-ui/button": "9.11.1",
+ "@dhis2-ui/checkbox": "9.11.1",
+ "@dhis2-ui/loader": "9.11.1",
+ "@dhis2-ui/node": "9.11.1",
+ "@dhis2/ui-constants": "9.11.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/pagination/package.json b/components/pagination/package.json
index 196c92a0bf..0afe6d5d1e 100644
--- a/components/pagination/package.json
+++ b/components/pagination/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/pagination",
- "version": "9.11.0",
+ "version": "9.11.1",
"description": "UI Pagination",
"repository": {
"type": "git",
@@ -34,10 +34,10 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.11.0",
- "@dhis2-ui/select": "9.11.0",
- "@dhis2/ui-constants": "9.11.0",
- "@dhis2/ui-icons": "9.11.0",
+ "@dhis2-ui/button": "9.11.1",
+ "@dhis2-ui/select": "9.11.1",
+ "@dhis2/ui-constants": "9.11.1",
+ "@dhis2/ui-icons": "9.11.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/popover/package.json b/components/popover/package.json
index 2883f0e8a1..f021a72497 100644
--- a/components/popover/package.json
+++ b/components/popover/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/popover",
- "version": "9.11.0",
+ "version": "9.11.1",
"description": "UI Popover",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/layer": "9.11.0",
- "@dhis2-ui/popper": "9.11.0",
- "@dhis2/ui-constants": "9.11.0",
+ "@dhis2-ui/layer": "9.11.1",
+ "@dhis2-ui/popper": "9.11.1",
+ "@dhis2/ui-constants": "9.11.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/popper/package.json b/components/popper/package.json
index 6305a4c8dd..d076ed7498 100644
--- a/components/popper/package.json
+++ b/components/popper/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/popper",
- "version": "9.11.0",
+ "version": "9.11.1",
"description": "UI Popper",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.0",
+ "@dhis2/ui-constants": "9.11.1",
"@popperjs/core": "^2.10.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2",
diff --git a/components/portal/package.json b/components/portal/package.json
index a66fa98e0f..8372ffa31b 100644
--- a/components/portal/package.json
+++ b/components/portal/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/portal",
- "version": "9.11.0",
+ "version": "9.11.1",
"description": "UI Portal",
"repository": {
"type": "git",
diff --git a/components/radio/package.json b/components/radio/package.json
index dc2f10cd66..f5b10d58ea 100644
--- a/components/radio/package.json
+++ b/components/radio/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/radio",
- "version": "9.11.0",
+ "version": "9.11.1",
"description": "UI Radio",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.0",
+ "@dhis2/ui-constants": "9.11.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/required/package.json b/components/required/package.json
index 65795d5066..5122b14d87 100644
--- a/components/required/package.json
+++ b/components/required/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/required",
- "version": "9.11.0",
+ "version": "9.11.1",
"description": "UI Required",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.0",
+ "@dhis2/ui-constants": "9.11.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/segmented-control/package.json b/components/segmented-control/package.json
index 6c41f3b1ab..8028c3de7e 100644
--- a/components/segmented-control/package.json
+++ b/components/segmented-control/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/segmented-control",
- "version": "9.11.0",
+ "version": "9.11.1",
"description": "UI Segmented Control",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.0",
+ "@dhis2/ui-constants": "9.11.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/select/package.json b/components/select/package.json
index b4f7398303..bd94e922d6 100644
--- a/components/select/package.json
+++ b/components/select/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/select",
- "version": "9.11.0",
+ "version": "9.11.1",
"description": "UI Select",
"repository": {
"type": "git",
@@ -33,21 +33,21 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/box": "9.11.0",
- "@dhis2-ui/button": "9.11.0",
- "@dhis2-ui/card": "9.11.0",
- "@dhis2-ui/checkbox": "9.11.0",
- "@dhis2-ui/chip": "9.11.0",
- "@dhis2-ui/field": "9.11.0",
- "@dhis2-ui/input": "9.11.0",
- "@dhis2-ui/layer": "9.11.0",
- "@dhis2-ui/loader": "9.11.0",
- "@dhis2-ui/popper": "9.11.0",
- "@dhis2-ui/status-icon": "9.11.0",
- "@dhis2-ui/tooltip": "9.11.0",
+ "@dhis2-ui/box": "9.11.1",
+ "@dhis2-ui/button": "9.11.1",
+ "@dhis2-ui/card": "9.11.1",
+ "@dhis2-ui/checkbox": "9.11.1",
+ "@dhis2-ui/chip": "9.11.1",
+ "@dhis2-ui/field": "9.11.1",
+ "@dhis2-ui/input": "9.11.1",
+ "@dhis2-ui/layer": "9.11.1",
+ "@dhis2-ui/loader": "9.11.1",
+ "@dhis2-ui/popper": "9.11.1",
+ "@dhis2-ui/status-icon": "9.11.1",
+ "@dhis2-ui/tooltip": "9.11.1",
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.0",
- "@dhis2/ui-icons": "9.11.0",
+ "@dhis2/ui-constants": "9.11.1",
+ "@dhis2/ui-icons": "9.11.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/selector-bar/package.json b/components/selector-bar/package.json
index 41e412fb4c..4a352755d9 100644
--- a/components/selector-bar/package.json
+++ b/components/selector-bar/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/selector-bar",
- "version": "9.11.0",
+ "version": "9.11.1",
"description": "UI Select",
"repository": {
"type": "git",
@@ -33,21 +33,21 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/button": "9.11.0",
- "@dhis2-ui/card": "9.11.0",
- "@dhis2-ui/popper": "9.11.0",
- "@dhis2-ui/layer": "9.11.0",
- "@dhis2/ui-constants": "9.11.0",
- "@dhis2/ui-icons": "9.11.0",
+ "@dhis2-ui/button": "9.11.1",
+ "@dhis2-ui/card": "9.11.1",
+ "@dhis2-ui/popper": "9.11.1",
+ "@dhis2-ui/layer": "9.11.1",
+ "@dhis2/ui-constants": "9.11.1",
+ "@dhis2/ui-icons": "9.11.1",
"@testing-library/react": "^12.1.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
"devDependencies": {
- "@dhis2-ui/css": "9.11.0",
- "@dhis2-ui/menu": "9.11.0",
- "@dhis2-ui/organisation-unit-tree": "9.11.0",
- "@dhis2-ui/select": "9.11.0",
+ "@dhis2-ui/css": "9.11.1",
+ "@dhis2-ui/menu": "9.11.1",
+ "@dhis2-ui/organisation-unit-tree": "9.11.1",
+ "@dhis2-ui/select": "9.11.1",
"@dhis2/d2-i18n": "^1.1.0",
"@testing-library/jest-dom": "^5.16.1",
"react": "16.13",
diff --git a/components/sharing-dialog/package.json b/components/sharing-dialog/package.json
index bcc43e51d9..6429af889d 100644
--- a/components/sharing-dialog/package.json
+++ b/components/sharing-dialog/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/sharing-dialog",
- "version": "9.11.0",
+ "version": "9.11.1",
"description": "UI SharingDialog",
"repository": {
"type": "git",
@@ -35,22 +35,22 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.11.0",
- "@dhis2-ui/button": "9.11.0",
- "@dhis2-ui/card": "9.11.0",
- "@dhis2-ui/divider": "9.11.0",
- "@dhis2-ui/input": "9.11.0",
- "@dhis2-ui/layer": "9.11.0",
- "@dhis2-ui/menu": "9.11.0",
- "@dhis2-ui/modal": "9.11.0",
- "@dhis2-ui/notice-box": "9.11.0",
- "@dhis2-ui/popper": "9.11.0",
- "@dhis2-ui/select": "9.11.0",
- "@dhis2-ui/tab": "9.11.0",
- "@dhis2-ui/tooltip": "9.11.0",
- "@dhis2-ui/user-avatar": "9.11.0",
- "@dhis2/ui-constants": "9.11.0",
- "@dhis2/ui-icons": "9.11.0",
+ "@dhis2-ui/box": "9.11.1",
+ "@dhis2-ui/button": "9.11.1",
+ "@dhis2-ui/card": "9.11.1",
+ "@dhis2-ui/divider": "9.11.1",
+ "@dhis2-ui/input": "9.11.1",
+ "@dhis2-ui/layer": "9.11.1",
+ "@dhis2-ui/menu": "9.11.1",
+ "@dhis2-ui/modal": "9.11.1",
+ "@dhis2-ui/notice-box": "9.11.1",
+ "@dhis2-ui/popper": "9.11.1",
+ "@dhis2-ui/select": "9.11.1",
+ "@dhis2-ui/tab": "9.11.1",
+ "@dhis2-ui/tooltip": "9.11.1",
+ "@dhis2-ui/user-avatar": "9.11.1",
+ "@dhis2/ui-constants": "9.11.1",
+ "@dhis2/ui-icons": "9.11.1",
"@react-hook/size": "^2.1.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
diff --git a/components/status-icon/package.json b/components/status-icon/package.json
index 88edf2e688..acc78cd991 100644
--- a/components/status-icon/package.json
+++ b/components/status-icon/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/status-icon",
- "version": "9.11.0",
+ "version": "9.11.1",
"description": "UI StatusIcon",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/loader": "9.11.0",
- "@dhis2/ui-constants": "9.11.0",
- "@dhis2/ui-icons": "9.11.0",
+ "@dhis2-ui/loader": "9.11.1",
+ "@dhis2/ui-constants": "9.11.1",
+ "@dhis2/ui-icons": "9.11.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/switch/package.json b/components/switch/package.json
index 7f3ce76247..022062f1eb 100644
--- a/components/switch/package.json
+++ b/components/switch/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/switch",
- "version": "9.11.0",
+ "version": "9.11.1",
"description": "UI Switch",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/field": "9.11.0",
- "@dhis2-ui/required": "9.11.0",
- "@dhis2/ui-constants": "9.11.0",
+ "@dhis2-ui/field": "9.11.1",
+ "@dhis2-ui/required": "9.11.1",
+ "@dhis2/ui-constants": "9.11.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/tab/package.json b/components/tab/package.json
index 398fd94eb0..75f9ef52f0 100644
--- a/components/tab/package.json
+++ b/components/tab/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/tab",
- "version": "9.11.0",
+ "version": "9.11.1",
"description": "UI Tabs",
"repository": {
"type": "git",
@@ -32,10 +32,10 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/tooltip": "9.11.0",
+ "@dhis2-ui/tooltip": "9.11.1",
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.0",
- "@dhis2/ui-icons": "9.11.0",
+ "@dhis2/ui-constants": "9.11.1",
+ "@dhis2/ui-icons": "9.11.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/table/package.json b/components/table/package.json
index ce537b1e0d..776dbdb7b1 100644
--- a/components/table/package.json
+++ b/components/table/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/table",
- "version": "9.11.0",
+ "version": "9.11.1",
"description": "UI Table",
"repository": {
"type": "git",
@@ -34,8 +34,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.0",
- "@dhis2/ui-icons": "9.11.0",
+ "@dhis2/ui-constants": "9.11.1",
+ "@dhis2/ui-icons": "9.11.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/tag/package.json b/components/tag/package.json
index bd97576485..c24d83decd 100644
--- a/components/tag/package.json
+++ b/components/tag/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/tag",
- "version": "9.11.0",
+ "version": "9.11.1",
"description": "UI Tag",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.0",
+ "@dhis2/ui-constants": "9.11.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/text-area/package.json b/components/text-area/package.json
index 9485268a12..49efe16c5e 100644
--- a/components/text-area/package.json
+++ b/components/text-area/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/text-area",
- "version": "9.11.0",
+ "version": "9.11.1",
"description": "UI TextArea",
"repository": {
"type": "git",
@@ -33,12 +33,12 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.11.0",
- "@dhis2-ui/field": "9.11.0",
- "@dhis2-ui/loader": "9.11.0",
- "@dhis2-ui/status-icon": "9.11.0",
- "@dhis2/ui-constants": "9.11.0",
- "@dhis2/ui-icons": "9.11.0",
+ "@dhis2-ui/box": "9.11.1",
+ "@dhis2-ui/field": "9.11.1",
+ "@dhis2-ui/loader": "9.11.1",
+ "@dhis2-ui/status-icon": "9.11.1",
+ "@dhis2/ui-constants": "9.11.1",
+ "@dhis2/ui-icons": "9.11.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/tooltip/package.json b/components/tooltip/package.json
index 928df45dcb..6aa3631da3 100644
--- a/components/tooltip/package.json
+++ b/components/tooltip/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/tooltip",
- "version": "9.11.0",
+ "version": "9.11.1",
"description": "UI Tooltip",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/popper": "9.11.0",
- "@dhis2-ui/portal": "9.11.0",
- "@dhis2/ui-constants": "9.11.0",
+ "@dhis2-ui/popper": "9.11.1",
+ "@dhis2-ui/portal": "9.11.1",
+ "@dhis2/ui-constants": "9.11.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/transfer/package.json b/components/transfer/package.json
index 4613513ba3..3ab16abf08 100644
--- a/components/transfer/package.json
+++ b/components/transfer/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/transfer",
- "version": "9.11.0",
+ "version": "9.11.1",
"description": "UI Transfer",
"repository": {
"type": "git",
@@ -33,12 +33,12 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.11.0",
- "@dhis2-ui/field": "9.11.0",
- "@dhis2-ui/input": "9.11.0",
- "@dhis2-ui/intersection-detector": "9.11.0",
- "@dhis2-ui/loader": "9.11.0",
- "@dhis2/ui-constants": "9.11.0",
+ "@dhis2-ui/button": "9.11.1",
+ "@dhis2-ui/field": "9.11.1",
+ "@dhis2-ui/input": "9.11.1",
+ "@dhis2-ui/intersection-detector": "9.11.1",
+ "@dhis2-ui/loader": "9.11.1",
+ "@dhis2/ui-constants": "9.11.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/user-avatar/package.json b/components/user-avatar/package.json
index 048e2525cc..30a05779b1 100644
--- a/components/user-avatar/package.json
+++ b/components/user-avatar/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/user-avatar",
- "version": "9.11.0",
+ "version": "9.11.1",
"description": "UI User Avatar",
"repository": {
"type": "git",
@@ -34,7 +34,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.0",
+ "@dhis2/ui-constants": "9.11.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/constants/package.json b/constants/package.json
index aed8d1437b..1ec49832f8 100644
--- a/constants/package.json
+++ b/constants/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-constants",
- "version": "9.11.0",
+ "version": "9.11.1",
"description": "Constants used in the UI libs",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
diff --git a/docs/package.json b/docs/package.json
index de5ede078c..85907fecc8 100644
--- a/docs/package.json
+++ b/docs/package.json
@@ -1,6 +1,6 @@
{
"name": "ui-docusaurus",
- "version": "9.11.0",
+ "version": "9.11.1",
"private": true,
"description": "UI Docusaurus",
"repository": {
diff --git a/icons/package.json b/icons/package.json
index 123fb6b49e..ec970792ea 100644
--- a/icons/package.json
+++ b/icons/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-icons",
- "version": "9.11.0",
+ "version": "9.11.1",
"description": "Icons used in the UI libs",
"main": "./build/cjs/react/index.js",
"module": "./build/es/react/index.js",
diff --git a/package.json b/package.json
index 3728374da9..550b8fdc7d 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-root",
- "version": "9.11.0",
+ "version": "9.11.1",
"repository": {
"type": "git",
"url": "https://github.com/dhis2/ui.git"
diff --git a/storybook/package.json b/storybook/package.json
index c5221670cb..f8a0954ed5 100644
--- a/storybook/package.json
+++ b/storybook/package.json
@@ -1,6 +1,6 @@
{
"name": "ui-storybook",
- "version": "9.11.0",
+ "version": "9.11.1",
"description": "UI Storybook",
"repository": {
"type": "git",
@@ -22,8 +22,8 @@
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-private-methods": "^7.13.0",
"@babel/plugin-proposal-private-property-in-object": "^7.14.0",
- "@dhis2-ui/css": "9.11.0",
- "@dhis2/ui-constants": "9.11.0",
+ "@dhis2-ui/css": "9.11.1",
+ "@dhis2/ui-constants": "9.11.1",
"@fontsource/roboto": "^4.5.0",
"@storybook/addon-a11y": "^8.0.6",
"@storybook/addon-console": "^3.0.0",
From e8b05595730f02fdf58e12eb58daf346fc66ffd8 Mon Sep 17 00:00:00 2001
From: "@dhis2-bot"
Date: Sun, 11 Aug 2024 03:44:20 +0200
Subject: [PATCH 145/170] fix(translations): sync translations from transifex
(master)
Automatically merged.
---
components/header-bar/i18n/es.po | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/components/header-bar/i18n/es.po b/components/header-bar/i18n/es.po
index a1fb2d163a..6967f42544 100644
--- a/components/header-bar/i18n/es.po
+++ b/components/header-bar/i18n/es.po
@@ -3,13 +3,14 @@
# Prabhjot Singh, 2021
# Janeth Cruz, 2023
# Philip Larsen Donnelly, 2024
+# Enzo Nicolas Rossi , 2024
#
msgid ""
msgstr ""
"Project-Id-Version: i18next-conv\n"
-"POT-Creation-Date: 2024-03-29T07:26:07.540Z\n"
+"POT-Creation-Date: 2024-06-12T03:40:49.012Z\n"
"PO-Revision-Date: 2021-06-24 12:50+0000\n"
-"Last-Translator: Philip Larsen Donnelly, 2024\n"
+"Last-Translator: Enzo Nicolas Rossi , 2024\n"
"Language-Team: Spanish (https://app.transifex.com/hisp-uio/teams/100509/es/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -82,3 +83,6 @@ msgstr "Nueva versión de la aplicación disponible"
msgid "Click to reload"
msgstr "Clic para recargar"
+
+msgid "header bar profile"
+msgstr "Perfil de la barra de cabecera"
From 2f82be21006c25b40b3d4e29f479a2c7ee0bd2fa Mon Sep 17 00:00:00 2001
From: "@dhis2-bot"
Date: Sun, 18 Aug 2024 03:43:49 +0200
Subject: [PATCH 146/170] fix(translations): sync translations from transifex
(master)
Automatically merged.
---
components/header-bar/i18n/zh.po | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/components/header-bar/i18n/zh.po b/components/header-bar/i18n/zh.po
index a6faa6a8db..39b5604697 100644
--- a/components/header-bar/i18n/zh.po
+++ b/components/header-bar/i18n/zh.po
@@ -2,15 +2,15 @@
# Translators:
# Viktor Varland , 2021
# Philip Larsen Donnelly, 2022
-# easylin , 2022
# 晓东 林 <13981924470@126.com>, 2024
+# easylin , 2024
#
msgid ""
msgstr ""
"Project-Id-Version: i18next-conv\n"
-"POT-Creation-Date: 2024-03-29T07:26:07.540Z\n"
+"POT-Creation-Date: 2024-06-12T03:40:49.012Z\n"
"PO-Revision-Date: 2021-06-24 12:50+0000\n"
-"Last-Translator: 晓东 林 <13981924470@126.com>, 2024\n"
+"Last-Translator: easylin , 2024\n"
"Language-Team: Chinese (https://app.transifex.com/hisp-uio/teams/100509/zh/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -83,3 +83,6 @@ msgstr "新的应用程序版本可用"
msgid "Click to reload"
msgstr "点击重新加载"
+
+msgid "header bar profile"
+msgstr "头条轮廓"
From 7493d9c2facf743bc6ee336156b821a5f1c3e975 Mon Sep 17 00:00:00 2001
From: "@dhis2-bot"
Date: Sun, 18 Aug 2024 02:01:25 +0000
Subject: [PATCH 147/170] chore(release): cut 9.11.2 [skip release]
## [9.11.2](https://github.com/dhis2/ui/compare/v9.11.1...v9.11.2) (2024-08-18)
### Bug Fixes
* **translations:** sync translations from transifex (master) ([2f82be2](https://github.com/dhis2/ui/commit/2f82be21006c25b40b3d4e29f479a2c7ee0bd2fa))
* **translations:** sync translations from transifex (master) ([e8b0559](https://github.com/dhis2/ui/commit/e8b05595730f02fdf58e12eb58daf346fc66ffd8))
---
CHANGELOG.md | 8 ++
collections/forms/package.json | 20 ++--
collections/ui/package.json | 98 +++++++++----------
components/alert/package.json | 8 +-
components/box/package.json | 4 +-
components/button/package.json | 12 +--
components/calendar/package.json | 16 +--
components/card/package.json | 4 +-
components/center/package.json | 4 +-
components/checkbox/package.json | 8 +-
components/chip/package.json | 4 +-
components/cover/package.json | 4 +-
components/css/package.json | 4 +-
components/divider/package.json | 4 +-
components/field/package.json | 10 +-
components/file-input/package.json | 16 +--
components/header-bar/package.json | 30 +++---
components/help/package.json | 4 +-
components/input/package.json | 16 +--
components/intersection-detector/package.json | 4 +-
components/label/package.json | 6 +-
components/layer/package.json | 6 +-
components/legend/package.json | 6 +-
components/loader/package.json | 4 +-
components/logo/package.json | 4 +-
components/menu/package.json | 16 +--
components/modal/package.json | 14 +--
components/node/package.json | 6 +-
components/notice-box/package.json | 6 +-
.../organisation-unit-tree/package.json | 12 +--
components/pagination/package.json | 10 +-
components/popover/package.json | 8 +-
components/popper/package.json | 4 +-
components/portal/package.json | 2 +-
components/radio/package.json | 4 +-
components/required/package.json | 4 +-
components/segmented-control/package.json | 4 +-
components/select/package.json | 30 +++---
components/selector-bar/package.json | 22 ++---
components/sharing-dialog/package.json | 34 +++----
components/status-icon/package.json | 8 +-
components/switch/package.json | 8 +-
components/tab/package.json | 8 +-
components/table/package.json | 6 +-
components/tag/package.json | 4 +-
components/text-area/package.json | 14 +--
components/tooltip/package.json | 8 +-
components/transfer/package.json | 14 +--
components/user-avatar/package.json | 4 +-
constants/package.json | 2 +-
docs/package.json | 2 +-
icons/package.json | 2 +-
package.json | 2 +-
storybook/package.json | 6 +-
54 files changed, 288 insertions(+), 280 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 28ef2110a0..ca61d51b36 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+## [9.11.2](https://github.com/dhis2/ui/compare/v9.11.1...v9.11.2) (2024-08-18)
+
+
+### Bug Fixes
+
+* **translations:** sync translations from transifex (master) ([2f82be2](https://github.com/dhis2/ui/commit/2f82be21006c25b40b3d4e29f479a2c7ee0bd2fa))
+* **translations:** sync translations from transifex (master) ([e8b0559](https://github.com/dhis2/ui/commit/e8b05595730f02fdf58e12eb58daf346fc66ffd8))
+
## [9.11.1](https://github.com/dhis2/ui/compare/v9.11.0...v9.11.1) (2024-08-08)
diff --git a/collections/forms/package.json b/collections/forms/package.json
index fb4a7ea658..2ec945f0ef 100644
--- a/collections/forms/package.json
+++ b/collections/forms/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-forms",
- "version": "9.11.1",
+ "version": "9.11.2",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
"sideEffects": [
@@ -35,15 +35,15 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.11.1",
- "@dhis2-ui/checkbox": "9.11.1",
- "@dhis2-ui/field": "9.11.1",
- "@dhis2-ui/file-input": "9.11.1",
- "@dhis2-ui/input": "9.11.1",
- "@dhis2-ui/radio": "9.11.1",
- "@dhis2-ui/select": "9.11.1",
- "@dhis2-ui/switch": "9.11.1",
- "@dhis2-ui/text-area": "9.11.1",
+ "@dhis2-ui/button": "9.11.2",
+ "@dhis2-ui/checkbox": "9.11.2",
+ "@dhis2-ui/field": "9.11.2",
+ "@dhis2-ui/file-input": "9.11.2",
+ "@dhis2-ui/input": "9.11.2",
+ "@dhis2-ui/radio": "9.11.2",
+ "@dhis2-ui/select": "9.11.2",
+ "@dhis2-ui/switch": "9.11.2",
+ "@dhis2-ui/text-area": "9.11.2",
"classnames": "^2.3.1",
"final-form": "^4.20.2",
"prop-types": "^15.7.2",
diff --git a/collections/ui/package.json b/collections/ui/package.json
index 3cacfa6cd8..9078886d57 100644
--- a/collections/ui/package.json
+++ b/collections/ui/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui",
- "version": "9.11.1",
+ "version": "9.11.2",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
"exports": {
@@ -21,54 +21,54 @@
"build": "d2-app-scripts build"
},
"dependencies": {
- "@dhis2-ui/alert": "9.11.1",
- "@dhis2-ui/box": "9.11.1",
- "@dhis2-ui/button": "9.11.1",
- "@dhis2-ui/calendar": "9.11.1",
- "@dhis2-ui/card": "9.11.1",
- "@dhis2-ui/center": "9.11.1",
- "@dhis2-ui/checkbox": "9.11.1",
- "@dhis2-ui/chip": "9.11.1",
- "@dhis2-ui/cover": "9.11.1",
- "@dhis2-ui/css": "9.11.1",
- "@dhis2-ui/divider": "9.11.1",
- "@dhis2-ui/field": "9.11.1",
- "@dhis2-ui/file-input": "9.11.1",
- "@dhis2-ui/header-bar": "9.11.1",
- "@dhis2-ui/help": "9.11.1",
- "@dhis2-ui/input": "9.11.1",
- "@dhis2-ui/intersection-detector": "9.11.1",
- "@dhis2-ui/label": "9.11.1",
- "@dhis2-ui/layer": "9.11.1",
- "@dhis2-ui/legend": "9.11.1",
- "@dhis2-ui/loader": "9.11.1",
- "@dhis2-ui/logo": "9.11.1",
- "@dhis2-ui/menu": "9.11.1",
- "@dhis2-ui/modal": "9.11.1",
- "@dhis2-ui/node": "9.11.1",
- "@dhis2-ui/notice-box": "9.11.1",
- "@dhis2-ui/organisation-unit-tree": "9.11.1",
- "@dhis2-ui/pagination": "9.11.1",
- "@dhis2-ui/popover": "9.11.1",
- "@dhis2-ui/popper": "9.11.1",
- "@dhis2-ui/portal": "9.11.1",
- "@dhis2-ui/radio": "9.11.1",
- "@dhis2-ui/required": "9.11.1",
- "@dhis2-ui/segmented-control": "9.11.1",
- "@dhis2-ui/select": "9.11.1",
- "@dhis2-ui/selector-bar": "9.11.1",
- "@dhis2-ui/sharing-dialog": "9.11.1",
- "@dhis2-ui/switch": "9.11.1",
- "@dhis2-ui/tab": "9.11.1",
- "@dhis2-ui/table": "9.11.1",
- "@dhis2-ui/tag": "9.11.1",
- "@dhis2-ui/text-area": "9.11.1",
- "@dhis2-ui/tooltip": "9.11.1",
- "@dhis2-ui/transfer": "9.11.1",
- "@dhis2-ui/user-avatar": "9.11.1",
- "@dhis2/ui-constants": "9.11.1",
- "@dhis2/ui-forms": "9.11.1",
- "@dhis2/ui-icons": "9.11.1",
+ "@dhis2-ui/alert": "9.11.2",
+ "@dhis2-ui/box": "9.11.2",
+ "@dhis2-ui/button": "9.11.2",
+ "@dhis2-ui/calendar": "9.11.2",
+ "@dhis2-ui/card": "9.11.2",
+ "@dhis2-ui/center": "9.11.2",
+ "@dhis2-ui/checkbox": "9.11.2",
+ "@dhis2-ui/chip": "9.11.2",
+ "@dhis2-ui/cover": "9.11.2",
+ "@dhis2-ui/css": "9.11.2",
+ "@dhis2-ui/divider": "9.11.2",
+ "@dhis2-ui/field": "9.11.2",
+ "@dhis2-ui/file-input": "9.11.2",
+ "@dhis2-ui/header-bar": "9.11.2",
+ "@dhis2-ui/help": "9.11.2",
+ "@dhis2-ui/input": "9.11.2",
+ "@dhis2-ui/intersection-detector": "9.11.2",
+ "@dhis2-ui/label": "9.11.2",
+ "@dhis2-ui/layer": "9.11.2",
+ "@dhis2-ui/legend": "9.11.2",
+ "@dhis2-ui/loader": "9.11.2",
+ "@dhis2-ui/logo": "9.11.2",
+ "@dhis2-ui/menu": "9.11.2",
+ "@dhis2-ui/modal": "9.11.2",
+ "@dhis2-ui/node": "9.11.2",
+ "@dhis2-ui/notice-box": "9.11.2",
+ "@dhis2-ui/organisation-unit-tree": "9.11.2",
+ "@dhis2-ui/pagination": "9.11.2",
+ "@dhis2-ui/popover": "9.11.2",
+ "@dhis2-ui/popper": "9.11.2",
+ "@dhis2-ui/portal": "9.11.2",
+ "@dhis2-ui/radio": "9.11.2",
+ "@dhis2-ui/required": "9.11.2",
+ "@dhis2-ui/segmented-control": "9.11.2",
+ "@dhis2-ui/select": "9.11.2",
+ "@dhis2-ui/selector-bar": "9.11.2",
+ "@dhis2-ui/sharing-dialog": "9.11.2",
+ "@dhis2-ui/switch": "9.11.2",
+ "@dhis2-ui/tab": "9.11.2",
+ "@dhis2-ui/table": "9.11.2",
+ "@dhis2-ui/tag": "9.11.2",
+ "@dhis2-ui/text-area": "9.11.2",
+ "@dhis2-ui/tooltip": "9.11.2",
+ "@dhis2-ui/transfer": "9.11.2",
+ "@dhis2-ui/user-avatar": "9.11.2",
+ "@dhis2/ui-constants": "9.11.2",
+ "@dhis2/ui-forms": "9.11.2",
+ "@dhis2/ui-icons": "9.11.2",
"prop-types": "^15.7.2"
},
"peerDependencies": {
diff --git a/components/alert/package.json b/components/alert/package.json
index 086113b7e0..d39dca11f4 100644
--- a/components/alert/package.json
+++ b/components/alert/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/alert",
- "version": "9.11.1",
+ "version": "9.11.2",
"description": "UI Alert",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/portal": "9.11.1",
- "@dhis2/ui-constants": "9.11.1",
- "@dhis2/ui-icons": "9.11.1",
+ "@dhis2-ui/portal": "9.11.2",
+ "@dhis2/ui-constants": "9.11.2",
+ "@dhis2/ui-icons": "9.11.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/box/package.json b/components/box/package.json
index 43f5bf4ef0..a4347c214f 100644
--- a/components/box/package.json
+++ b/components/box/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/box",
- "version": "9.11.1",
+ "version": "9.11.2",
"description": "UI Box",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.1",
+ "@dhis2/ui-constants": "9.11.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/button/package.json b/components/button/package.json
index f294f980d2..f53a6db4b8 100644
--- a/components/button/package.json
+++ b/components/button/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/button",
- "version": "9.11.1",
+ "version": "9.11.2",
"description": "UI Button",
"repository": {
"type": "git",
@@ -33,11 +33,11 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/layer": "9.11.1",
- "@dhis2-ui/loader": "9.11.1",
- "@dhis2-ui/popper": "9.11.1",
- "@dhis2/ui-constants": "9.11.1",
- "@dhis2/ui-icons": "9.11.1",
+ "@dhis2-ui/layer": "9.11.2",
+ "@dhis2-ui/loader": "9.11.2",
+ "@dhis2-ui/popper": "9.11.2",
+ "@dhis2/ui-constants": "9.11.2",
+ "@dhis2/ui-icons": "9.11.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/calendar/package.json b/components/calendar/package.json
index 8c9f14e477..29a7788392 100644
--- a/components/calendar/package.json
+++ b/components/calendar/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/calendar",
- "version": "9.11.1",
+ "version": "9.11.2",
"description": "UI Calendar",
"repository": {
"type": "git",
@@ -33,15 +33,15 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/button": "9.11.1",
- "@dhis2-ui/card": "9.11.1",
- "@dhis2-ui/input": "9.11.1",
- "@dhis2-ui/layer": "9.11.1",
- "@dhis2-ui/popper": "9.11.1",
+ "@dhis2-ui/button": "9.11.2",
+ "@dhis2-ui/card": "9.11.2",
+ "@dhis2-ui/input": "9.11.2",
+ "@dhis2-ui/layer": "9.11.2",
+ "@dhis2-ui/popper": "9.11.2",
"@dhis2/multi-calendar-dates": "^1.2.3",
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.1",
- "@dhis2/ui-icons": "9.11.1",
+ "@dhis2/ui-constants": "9.11.2",
+ "@dhis2/ui-icons": "9.11.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/card/package.json b/components/card/package.json
index 29bacb969d..4f55cb3eba 100644
--- a/components/card/package.json
+++ b/components/card/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/card",
- "version": "9.11.1",
+ "version": "9.11.2",
"description": "UI Card",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.1",
+ "@dhis2/ui-constants": "9.11.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/center/package.json b/components/center/package.json
index d0c36ec2c6..65be26c9dc 100644
--- a/components/center/package.json
+++ b/components/center/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/center",
- "version": "9.11.1",
+ "version": "9.11.2",
"description": "UI Center",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.1",
+ "@dhis2/ui-constants": "9.11.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/checkbox/package.json b/components/checkbox/package.json
index 0b97845f58..e04d4d0e92 100644
--- a/components/checkbox/package.json
+++ b/components/checkbox/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/checkbox",
- "version": "9.11.1",
+ "version": "9.11.2",
"description": "UI Checkbox",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/field": "9.11.1",
- "@dhis2-ui/required": "9.11.1",
- "@dhis2/ui-constants": "9.11.1",
+ "@dhis2-ui/field": "9.11.2",
+ "@dhis2-ui/required": "9.11.2",
+ "@dhis2/ui-constants": "9.11.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/chip/package.json b/components/chip/package.json
index fb7f6d5310..f4c8467586 100644
--- a/components/chip/package.json
+++ b/components/chip/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/chip",
- "version": "9.11.1",
+ "version": "9.11.2",
"description": "UI Chip",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.1",
+ "@dhis2/ui-constants": "9.11.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/cover/package.json b/components/cover/package.json
index 0ab2000d47..f774a845c1 100644
--- a/components/cover/package.json
+++ b/components/cover/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/cover",
- "version": "9.11.1",
+ "version": "9.11.2",
"description": "UI Cover",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.1",
+ "@dhis2/ui-constants": "9.11.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/css/package.json b/components/css/package.json
index c234b4c0d8..8c650ddfa6 100644
--- a/components/css/package.json
+++ b/components/css/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/css",
- "version": "9.11.1",
+ "version": "9.11.2",
"description": "UI CSS",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.1",
+ "@dhis2/ui-constants": "9.11.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/divider/package.json b/components/divider/package.json
index 55d0b5529e..e2df6f0bf7 100644
--- a/components/divider/package.json
+++ b/components/divider/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/divider",
- "version": "9.11.1",
+ "version": "9.11.2",
"description": "UI Divider",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.1",
+ "@dhis2/ui-constants": "9.11.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/field/package.json b/components/field/package.json
index e0d216b9b9..3c92183d7a 100644
--- a/components/field/package.json
+++ b/components/field/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/field",
- "version": "9.11.1",
+ "version": "9.11.2",
"description": "UI Field",
"repository": {
"type": "git",
@@ -33,10 +33,10 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.11.1",
- "@dhis2-ui/help": "9.11.1",
- "@dhis2-ui/label": "9.11.1",
- "@dhis2/ui-constants": "9.11.1",
+ "@dhis2-ui/box": "9.11.2",
+ "@dhis2-ui/help": "9.11.2",
+ "@dhis2-ui/label": "9.11.2",
+ "@dhis2/ui-constants": "9.11.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/file-input/package.json b/components/file-input/package.json
index ed22475f58..964abe904d 100644
--- a/components/file-input/package.json
+++ b/components/file-input/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/file-input",
- "version": "9.11.1",
+ "version": "9.11.2",
"description": "UI FileInput",
"repository": {
"type": "git",
@@ -34,13 +34,13 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.11.1",
- "@dhis2-ui/field": "9.11.1",
- "@dhis2-ui/label": "9.11.1",
- "@dhis2-ui/loader": "9.11.1",
- "@dhis2-ui/status-icon": "9.11.1",
- "@dhis2/ui-constants": "9.11.1",
- "@dhis2/ui-icons": "9.11.1",
+ "@dhis2-ui/button": "9.11.2",
+ "@dhis2-ui/field": "9.11.2",
+ "@dhis2-ui/label": "9.11.2",
+ "@dhis2-ui/loader": "9.11.2",
+ "@dhis2-ui/status-icon": "9.11.2",
+ "@dhis2/ui-constants": "9.11.2",
+ "@dhis2/ui-icons": "9.11.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/header-bar/package.json b/components/header-bar/package.json
index c7d8068234..b982cabcb2 100644
--- a/components/header-bar/package.json
+++ b/components/header-bar/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/header-bar",
- "version": "9.11.1",
+ "version": "9.11.2",
"description": "UI HeaderBar",
"repository": {
"type": "git",
@@ -34,21 +34,21 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/box": "9.11.1",
- "@dhis2-ui/button": "9.11.1",
- "@dhis2-ui/card": "9.11.1",
- "@dhis2-ui/center": "9.11.1",
- "@dhis2-ui/divider": "9.11.1",
- "@dhis2-ui/input": "9.11.1",
- "@dhis2-ui/layer": "9.11.1",
- "@dhis2-ui/loader": "9.11.1",
- "@dhis2-ui/logo": "9.11.1",
- "@dhis2-ui/menu": "9.11.1",
- "@dhis2-ui/modal": "9.11.1",
- "@dhis2-ui/user-avatar": "9.11.1",
+ "@dhis2-ui/box": "9.11.2",
+ "@dhis2-ui/button": "9.11.2",
+ "@dhis2-ui/card": "9.11.2",
+ "@dhis2-ui/center": "9.11.2",
+ "@dhis2-ui/divider": "9.11.2",
+ "@dhis2-ui/input": "9.11.2",
+ "@dhis2-ui/layer": "9.11.2",
+ "@dhis2-ui/loader": "9.11.2",
+ "@dhis2-ui/logo": "9.11.2",
+ "@dhis2-ui/menu": "9.11.2",
+ "@dhis2-ui/modal": "9.11.2",
+ "@dhis2-ui/user-avatar": "9.11.2",
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.1",
- "@dhis2/ui-icons": "9.11.1",
+ "@dhis2/ui-constants": "9.11.2",
+ "@dhis2/ui-icons": "9.11.2",
"classnames": "^2.3.1",
"moment": "^2.29.1",
"prop-types": "^15.7.2"
diff --git a/components/help/package.json b/components/help/package.json
index 8e909e5424..68f90487a5 100644
--- a/components/help/package.json
+++ b/components/help/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/help",
- "version": "9.11.1",
+ "version": "9.11.2",
"description": "UI Help",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.1",
+ "@dhis2/ui-constants": "9.11.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/input/package.json b/components/input/package.json
index 0d268b5607..36027576a2 100644
--- a/components/input/package.json
+++ b/components/input/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/input",
- "version": "9.11.1",
+ "version": "9.11.2",
"description": "UI Input",
"repository": {
"type": "git",
@@ -33,13 +33,13 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.11.1",
- "@dhis2-ui/field": "9.11.1",
- "@dhis2-ui/input": "9.11.1",
- "@dhis2-ui/loader": "9.11.1",
- "@dhis2-ui/status-icon": "9.11.1",
- "@dhis2/ui-constants": "9.11.1",
- "@dhis2/ui-icons": "9.11.1",
+ "@dhis2-ui/box": "9.11.2",
+ "@dhis2-ui/field": "9.11.2",
+ "@dhis2-ui/input": "9.11.2",
+ "@dhis2-ui/loader": "9.11.2",
+ "@dhis2-ui/status-icon": "9.11.2",
+ "@dhis2/ui-constants": "9.11.2",
+ "@dhis2/ui-icons": "9.11.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/intersection-detector/package.json b/components/intersection-detector/package.json
index 8e102c0146..c0ebc9405d 100644
--- a/components/intersection-detector/package.json
+++ b/components/intersection-detector/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/intersection-detector",
- "version": "9.11.1",
+ "version": "9.11.2",
"description": "UI IntersectionDetector",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.1",
+ "@dhis2/ui-constants": "9.11.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/label/package.json b/components/label/package.json
index 8e3f5a1e85..4e98b164ee 100644
--- a/components/label/package.json
+++ b/components/label/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/label",
- "version": "9.11.1",
+ "version": "9.11.2",
"description": "UI Label",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/required": "9.11.1",
- "@dhis2/ui-constants": "9.11.1",
+ "@dhis2-ui/required": "9.11.2",
+ "@dhis2/ui-constants": "9.11.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/layer/package.json b/components/layer/package.json
index 623b557168..9d4e732a59 100644
--- a/components/layer/package.json
+++ b/components/layer/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/layer",
- "version": "9.11.1",
+ "version": "9.11.2",
"description": "UI Layer",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/portal": "9.11.1",
- "@dhis2/ui-constants": "9.11.1",
+ "@dhis2-ui/portal": "9.11.2",
+ "@dhis2/ui-constants": "9.11.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/legend/package.json b/components/legend/package.json
index ff56ee05f6..36364713c8 100644
--- a/components/legend/package.json
+++ b/components/legend/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/legend",
- "version": "9.11.1",
+ "version": "9.11.2",
"description": "UI Legend",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/required": "9.11.1",
- "@dhis2/ui-constants": "9.11.1",
+ "@dhis2-ui/required": "9.11.2",
+ "@dhis2/ui-constants": "9.11.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/loader/package.json b/components/loader/package.json
index 1e9f90023a..7052dffdb3 100644
--- a/components/loader/package.json
+++ b/components/loader/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/loader",
- "version": "9.11.1",
+ "version": "9.11.2",
"description": "UI Loaders",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.1",
+ "@dhis2/ui-constants": "9.11.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/logo/package.json b/components/logo/package.json
index 79a8336919..1674ed1618 100644
--- a/components/logo/package.json
+++ b/components/logo/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/logo",
- "version": "9.11.1",
+ "version": "9.11.2",
"description": "UI Logo",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.1",
+ "@dhis2/ui-constants": "9.11.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/menu/package.json b/components/menu/package.json
index 8db9cf4e27..59ea72174d 100644
--- a/components/menu/package.json
+++ b/components/menu/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/menu",
- "version": "9.11.1",
+ "version": "9.11.2",
"description": "UI Menu",
"repository": {
"type": "git",
@@ -33,13 +33,13 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/card": "9.11.1",
- "@dhis2-ui/divider": "9.11.1",
- "@dhis2-ui/layer": "9.11.1",
- "@dhis2-ui/popper": "9.11.1",
- "@dhis2-ui/portal": "9.11.1",
- "@dhis2/ui-constants": "9.11.1",
- "@dhis2/ui-icons": "9.11.1",
+ "@dhis2-ui/card": "9.11.2",
+ "@dhis2-ui/divider": "9.11.2",
+ "@dhis2-ui/layer": "9.11.2",
+ "@dhis2-ui/popper": "9.11.2",
+ "@dhis2-ui/portal": "9.11.2",
+ "@dhis2/ui-constants": "9.11.2",
+ "@dhis2/ui-icons": "9.11.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/modal/package.json b/components/modal/package.json
index 44e4883f60..74ab3412a8 100644
--- a/components/modal/package.json
+++ b/components/modal/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/modal",
- "version": "9.11.1",
+ "version": "9.11.2",
"description": "UI Modal",
"repository": {
"type": "git",
@@ -33,12 +33,12 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/card": "9.11.1",
- "@dhis2-ui/center": "9.11.1",
- "@dhis2-ui/layer": "9.11.1",
- "@dhis2-ui/portal": "9.11.1",
- "@dhis2/ui-constants": "9.11.1",
- "@dhis2/ui-icons": "9.11.1",
+ "@dhis2-ui/card": "9.11.2",
+ "@dhis2-ui/center": "9.11.2",
+ "@dhis2-ui/layer": "9.11.2",
+ "@dhis2-ui/portal": "9.11.2",
+ "@dhis2/ui-constants": "9.11.2",
+ "@dhis2/ui-icons": "9.11.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/node/package.json b/components/node/package.json
index 9e424d3dd1..dae7115225 100644
--- a/components/node/package.json
+++ b/components/node/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/node",
- "version": "9.11.1",
+ "version": "9.11.2",
"description": "UI Node",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/loader": "9.11.1",
- "@dhis2/ui-constants": "9.11.1",
+ "@dhis2-ui/loader": "9.11.2",
+ "@dhis2/ui-constants": "9.11.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/notice-box/package.json b/components/notice-box/package.json
index 9316732f20..c3ab2ca9d7 100644
--- a/components/notice-box/package.json
+++ b/components/notice-box/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/notice-box",
- "version": "9.11.1",
+ "version": "9.11.2",
"description": "UI NoticeBox",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.1",
- "@dhis2/ui-icons": "9.11.1",
+ "@dhis2/ui-constants": "9.11.2",
+ "@dhis2/ui-icons": "9.11.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/organisation-unit-tree/package.json b/components/organisation-unit-tree/package.json
index c02a640b69..33f06ef6f5 100644
--- a/components/organisation-unit-tree/package.json
+++ b/components/organisation-unit-tree/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/organisation-unit-tree",
- "version": "9.11.1",
+ "version": "9.11.2",
"description": "UI OrganisationUnitTree",
"repository": {
"type": "git",
@@ -35,11 +35,11 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.11.1",
- "@dhis2-ui/checkbox": "9.11.1",
- "@dhis2-ui/loader": "9.11.1",
- "@dhis2-ui/node": "9.11.1",
- "@dhis2/ui-constants": "9.11.1",
+ "@dhis2-ui/button": "9.11.2",
+ "@dhis2-ui/checkbox": "9.11.2",
+ "@dhis2-ui/loader": "9.11.2",
+ "@dhis2-ui/node": "9.11.2",
+ "@dhis2/ui-constants": "9.11.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/pagination/package.json b/components/pagination/package.json
index 0afe6d5d1e..d221fbfe56 100644
--- a/components/pagination/package.json
+++ b/components/pagination/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/pagination",
- "version": "9.11.1",
+ "version": "9.11.2",
"description": "UI Pagination",
"repository": {
"type": "git",
@@ -34,10 +34,10 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.11.1",
- "@dhis2-ui/select": "9.11.1",
- "@dhis2/ui-constants": "9.11.1",
- "@dhis2/ui-icons": "9.11.1",
+ "@dhis2-ui/button": "9.11.2",
+ "@dhis2-ui/select": "9.11.2",
+ "@dhis2/ui-constants": "9.11.2",
+ "@dhis2/ui-icons": "9.11.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/popover/package.json b/components/popover/package.json
index f021a72497..a0c21dccfc 100644
--- a/components/popover/package.json
+++ b/components/popover/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/popover",
- "version": "9.11.1",
+ "version": "9.11.2",
"description": "UI Popover",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/layer": "9.11.1",
- "@dhis2-ui/popper": "9.11.1",
- "@dhis2/ui-constants": "9.11.1",
+ "@dhis2-ui/layer": "9.11.2",
+ "@dhis2-ui/popper": "9.11.2",
+ "@dhis2/ui-constants": "9.11.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/popper/package.json b/components/popper/package.json
index d076ed7498..729b6cc8f6 100644
--- a/components/popper/package.json
+++ b/components/popper/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/popper",
- "version": "9.11.1",
+ "version": "9.11.2",
"description": "UI Popper",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.1",
+ "@dhis2/ui-constants": "9.11.2",
"@popperjs/core": "^2.10.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2",
diff --git a/components/portal/package.json b/components/portal/package.json
index 8372ffa31b..5c163260d5 100644
--- a/components/portal/package.json
+++ b/components/portal/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/portal",
- "version": "9.11.1",
+ "version": "9.11.2",
"description": "UI Portal",
"repository": {
"type": "git",
diff --git a/components/radio/package.json b/components/radio/package.json
index f5b10d58ea..c0b02dbdce 100644
--- a/components/radio/package.json
+++ b/components/radio/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/radio",
- "version": "9.11.1",
+ "version": "9.11.2",
"description": "UI Radio",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.1",
+ "@dhis2/ui-constants": "9.11.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/required/package.json b/components/required/package.json
index 5122b14d87..a94c00fd8f 100644
--- a/components/required/package.json
+++ b/components/required/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/required",
- "version": "9.11.1",
+ "version": "9.11.2",
"description": "UI Required",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.1",
+ "@dhis2/ui-constants": "9.11.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/segmented-control/package.json b/components/segmented-control/package.json
index 8028c3de7e..6b246a4e3e 100644
--- a/components/segmented-control/package.json
+++ b/components/segmented-control/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/segmented-control",
- "version": "9.11.1",
+ "version": "9.11.2",
"description": "UI Segmented Control",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.1",
+ "@dhis2/ui-constants": "9.11.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/select/package.json b/components/select/package.json
index bd94e922d6..254053eb55 100644
--- a/components/select/package.json
+++ b/components/select/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/select",
- "version": "9.11.1",
+ "version": "9.11.2",
"description": "UI Select",
"repository": {
"type": "git",
@@ -33,21 +33,21 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/box": "9.11.1",
- "@dhis2-ui/button": "9.11.1",
- "@dhis2-ui/card": "9.11.1",
- "@dhis2-ui/checkbox": "9.11.1",
- "@dhis2-ui/chip": "9.11.1",
- "@dhis2-ui/field": "9.11.1",
- "@dhis2-ui/input": "9.11.1",
- "@dhis2-ui/layer": "9.11.1",
- "@dhis2-ui/loader": "9.11.1",
- "@dhis2-ui/popper": "9.11.1",
- "@dhis2-ui/status-icon": "9.11.1",
- "@dhis2-ui/tooltip": "9.11.1",
+ "@dhis2-ui/box": "9.11.2",
+ "@dhis2-ui/button": "9.11.2",
+ "@dhis2-ui/card": "9.11.2",
+ "@dhis2-ui/checkbox": "9.11.2",
+ "@dhis2-ui/chip": "9.11.2",
+ "@dhis2-ui/field": "9.11.2",
+ "@dhis2-ui/input": "9.11.2",
+ "@dhis2-ui/layer": "9.11.2",
+ "@dhis2-ui/loader": "9.11.2",
+ "@dhis2-ui/popper": "9.11.2",
+ "@dhis2-ui/status-icon": "9.11.2",
+ "@dhis2-ui/tooltip": "9.11.2",
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.1",
- "@dhis2/ui-icons": "9.11.1",
+ "@dhis2/ui-constants": "9.11.2",
+ "@dhis2/ui-icons": "9.11.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/selector-bar/package.json b/components/selector-bar/package.json
index 4a352755d9..12902775ea 100644
--- a/components/selector-bar/package.json
+++ b/components/selector-bar/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/selector-bar",
- "version": "9.11.1",
+ "version": "9.11.2",
"description": "UI Select",
"repository": {
"type": "git",
@@ -33,21 +33,21 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/button": "9.11.1",
- "@dhis2-ui/card": "9.11.1",
- "@dhis2-ui/popper": "9.11.1",
- "@dhis2-ui/layer": "9.11.1",
- "@dhis2/ui-constants": "9.11.1",
- "@dhis2/ui-icons": "9.11.1",
+ "@dhis2-ui/button": "9.11.2",
+ "@dhis2-ui/card": "9.11.2",
+ "@dhis2-ui/popper": "9.11.2",
+ "@dhis2-ui/layer": "9.11.2",
+ "@dhis2/ui-constants": "9.11.2",
+ "@dhis2/ui-icons": "9.11.2",
"@testing-library/react": "^12.1.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
"devDependencies": {
- "@dhis2-ui/css": "9.11.1",
- "@dhis2-ui/menu": "9.11.1",
- "@dhis2-ui/organisation-unit-tree": "9.11.1",
- "@dhis2-ui/select": "9.11.1",
+ "@dhis2-ui/css": "9.11.2",
+ "@dhis2-ui/menu": "9.11.2",
+ "@dhis2-ui/organisation-unit-tree": "9.11.2",
+ "@dhis2-ui/select": "9.11.2",
"@dhis2/d2-i18n": "^1.1.0",
"@testing-library/jest-dom": "^5.16.1",
"react": "16.13",
diff --git a/components/sharing-dialog/package.json b/components/sharing-dialog/package.json
index 6429af889d..f978c793b9 100644
--- a/components/sharing-dialog/package.json
+++ b/components/sharing-dialog/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/sharing-dialog",
- "version": "9.11.1",
+ "version": "9.11.2",
"description": "UI SharingDialog",
"repository": {
"type": "git",
@@ -35,22 +35,22 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.11.1",
- "@dhis2-ui/button": "9.11.1",
- "@dhis2-ui/card": "9.11.1",
- "@dhis2-ui/divider": "9.11.1",
- "@dhis2-ui/input": "9.11.1",
- "@dhis2-ui/layer": "9.11.1",
- "@dhis2-ui/menu": "9.11.1",
- "@dhis2-ui/modal": "9.11.1",
- "@dhis2-ui/notice-box": "9.11.1",
- "@dhis2-ui/popper": "9.11.1",
- "@dhis2-ui/select": "9.11.1",
- "@dhis2-ui/tab": "9.11.1",
- "@dhis2-ui/tooltip": "9.11.1",
- "@dhis2-ui/user-avatar": "9.11.1",
- "@dhis2/ui-constants": "9.11.1",
- "@dhis2/ui-icons": "9.11.1",
+ "@dhis2-ui/box": "9.11.2",
+ "@dhis2-ui/button": "9.11.2",
+ "@dhis2-ui/card": "9.11.2",
+ "@dhis2-ui/divider": "9.11.2",
+ "@dhis2-ui/input": "9.11.2",
+ "@dhis2-ui/layer": "9.11.2",
+ "@dhis2-ui/menu": "9.11.2",
+ "@dhis2-ui/modal": "9.11.2",
+ "@dhis2-ui/notice-box": "9.11.2",
+ "@dhis2-ui/popper": "9.11.2",
+ "@dhis2-ui/select": "9.11.2",
+ "@dhis2-ui/tab": "9.11.2",
+ "@dhis2-ui/tooltip": "9.11.2",
+ "@dhis2-ui/user-avatar": "9.11.2",
+ "@dhis2/ui-constants": "9.11.2",
+ "@dhis2/ui-icons": "9.11.2",
"@react-hook/size": "^2.1.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
diff --git a/components/status-icon/package.json b/components/status-icon/package.json
index acc78cd991..d452020c0e 100644
--- a/components/status-icon/package.json
+++ b/components/status-icon/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/status-icon",
- "version": "9.11.1",
+ "version": "9.11.2",
"description": "UI StatusIcon",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/loader": "9.11.1",
- "@dhis2/ui-constants": "9.11.1",
- "@dhis2/ui-icons": "9.11.1",
+ "@dhis2-ui/loader": "9.11.2",
+ "@dhis2/ui-constants": "9.11.2",
+ "@dhis2/ui-icons": "9.11.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/switch/package.json b/components/switch/package.json
index 022062f1eb..97ce936ae2 100644
--- a/components/switch/package.json
+++ b/components/switch/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/switch",
- "version": "9.11.1",
+ "version": "9.11.2",
"description": "UI Switch",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/field": "9.11.1",
- "@dhis2-ui/required": "9.11.1",
- "@dhis2/ui-constants": "9.11.1",
+ "@dhis2-ui/field": "9.11.2",
+ "@dhis2-ui/required": "9.11.2",
+ "@dhis2/ui-constants": "9.11.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/tab/package.json b/components/tab/package.json
index 75f9ef52f0..d32cc7f91f 100644
--- a/components/tab/package.json
+++ b/components/tab/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/tab",
- "version": "9.11.1",
+ "version": "9.11.2",
"description": "UI Tabs",
"repository": {
"type": "git",
@@ -32,10 +32,10 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/tooltip": "9.11.1",
+ "@dhis2-ui/tooltip": "9.11.2",
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.1",
- "@dhis2/ui-icons": "9.11.1",
+ "@dhis2/ui-constants": "9.11.2",
+ "@dhis2/ui-icons": "9.11.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/table/package.json b/components/table/package.json
index 776dbdb7b1..82ae544497 100644
--- a/components/table/package.json
+++ b/components/table/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/table",
- "version": "9.11.1",
+ "version": "9.11.2",
"description": "UI Table",
"repository": {
"type": "git",
@@ -34,8 +34,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.1",
- "@dhis2/ui-icons": "9.11.1",
+ "@dhis2/ui-constants": "9.11.2",
+ "@dhis2/ui-icons": "9.11.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/tag/package.json b/components/tag/package.json
index c24d83decd..26be1b7fe8 100644
--- a/components/tag/package.json
+++ b/components/tag/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/tag",
- "version": "9.11.1",
+ "version": "9.11.2",
"description": "UI Tag",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.1",
+ "@dhis2/ui-constants": "9.11.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/text-area/package.json b/components/text-area/package.json
index 49efe16c5e..72b8b914fd 100644
--- a/components/text-area/package.json
+++ b/components/text-area/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/text-area",
- "version": "9.11.1",
+ "version": "9.11.2",
"description": "UI TextArea",
"repository": {
"type": "git",
@@ -33,12 +33,12 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.11.1",
- "@dhis2-ui/field": "9.11.1",
- "@dhis2-ui/loader": "9.11.1",
- "@dhis2-ui/status-icon": "9.11.1",
- "@dhis2/ui-constants": "9.11.1",
- "@dhis2/ui-icons": "9.11.1",
+ "@dhis2-ui/box": "9.11.2",
+ "@dhis2-ui/field": "9.11.2",
+ "@dhis2-ui/loader": "9.11.2",
+ "@dhis2-ui/status-icon": "9.11.2",
+ "@dhis2/ui-constants": "9.11.2",
+ "@dhis2/ui-icons": "9.11.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/tooltip/package.json b/components/tooltip/package.json
index 6aa3631da3..dbcaadb905 100644
--- a/components/tooltip/package.json
+++ b/components/tooltip/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/tooltip",
- "version": "9.11.1",
+ "version": "9.11.2",
"description": "UI Tooltip",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/popper": "9.11.1",
- "@dhis2-ui/portal": "9.11.1",
- "@dhis2/ui-constants": "9.11.1",
+ "@dhis2-ui/popper": "9.11.2",
+ "@dhis2-ui/portal": "9.11.2",
+ "@dhis2/ui-constants": "9.11.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/transfer/package.json b/components/transfer/package.json
index 3ab16abf08..a15c6175a9 100644
--- a/components/transfer/package.json
+++ b/components/transfer/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/transfer",
- "version": "9.11.1",
+ "version": "9.11.2",
"description": "UI Transfer",
"repository": {
"type": "git",
@@ -33,12 +33,12 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.11.1",
- "@dhis2-ui/field": "9.11.1",
- "@dhis2-ui/input": "9.11.1",
- "@dhis2-ui/intersection-detector": "9.11.1",
- "@dhis2-ui/loader": "9.11.1",
- "@dhis2/ui-constants": "9.11.1",
+ "@dhis2-ui/button": "9.11.2",
+ "@dhis2-ui/field": "9.11.2",
+ "@dhis2-ui/input": "9.11.2",
+ "@dhis2-ui/intersection-detector": "9.11.2",
+ "@dhis2-ui/loader": "9.11.2",
+ "@dhis2/ui-constants": "9.11.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/user-avatar/package.json b/components/user-avatar/package.json
index 30a05779b1..8737080e6e 100644
--- a/components/user-avatar/package.json
+++ b/components/user-avatar/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/user-avatar",
- "version": "9.11.1",
+ "version": "9.11.2",
"description": "UI User Avatar",
"repository": {
"type": "git",
@@ -34,7 +34,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.1",
+ "@dhis2/ui-constants": "9.11.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/constants/package.json b/constants/package.json
index 1ec49832f8..d2ea320dc8 100644
--- a/constants/package.json
+++ b/constants/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-constants",
- "version": "9.11.1",
+ "version": "9.11.2",
"description": "Constants used in the UI libs",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
diff --git a/docs/package.json b/docs/package.json
index 85907fecc8..1822c6af2b 100644
--- a/docs/package.json
+++ b/docs/package.json
@@ -1,6 +1,6 @@
{
"name": "ui-docusaurus",
- "version": "9.11.1",
+ "version": "9.11.2",
"private": true,
"description": "UI Docusaurus",
"repository": {
diff --git a/icons/package.json b/icons/package.json
index ec970792ea..5941e1e6bd 100644
--- a/icons/package.json
+++ b/icons/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-icons",
- "version": "9.11.1",
+ "version": "9.11.2",
"description": "Icons used in the UI libs",
"main": "./build/cjs/react/index.js",
"module": "./build/es/react/index.js",
diff --git a/package.json b/package.json
index 550b8fdc7d..c56028fdeb 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-root",
- "version": "9.11.1",
+ "version": "9.11.2",
"repository": {
"type": "git",
"url": "https://github.com/dhis2/ui.git"
diff --git a/storybook/package.json b/storybook/package.json
index f8a0954ed5..f8213ac22e 100644
--- a/storybook/package.json
+++ b/storybook/package.json
@@ -1,6 +1,6 @@
{
"name": "ui-storybook",
- "version": "9.11.1",
+ "version": "9.11.2",
"description": "UI Storybook",
"repository": {
"type": "git",
@@ -22,8 +22,8 @@
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-private-methods": "^7.13.0",
"@babel/plugin-proposal-private-property-in-object": "^7.14.0",
- "@dhis2-ui/css": "9.11.1",
- "@dhis2/ui-constants": "9.11.1",
+ "@dhis2-ui/css": "9.11.2",
+ "@dhis2/ui-constants": "9.11.2",
"@fontsource/roboto": "^4.5.0",
"@storybook/addon-a11y": "^8.0.6",
"@storybook/addon-console": "^3.0.0",
From d97d640f92c1c42dbc92e46771b6a58870add895 Mon Sep 17 00:00:00 2001
From: Mozafar
Date: Wed, 21 Aug 2024 08:23:14 +0100
Subject: [PATCH 148/170] fix: select-field not showing in correct place
(#1400)
---
components/select/src/select/menu-wrapper.js | 2 +-
.../features/can_show_conditionally.feature | 7 ++++
.../features/can_show_conditionally/index.js | 24 ++++++++++++
.../single-select-field.e2e.stories.js | 39 +++++++++++++++++++
4 files changed, 71 insertions(+), 1 deletion(-)
create mode 100644 components/select/src/single-select-field/features/can_show_conditionally.feature
create mode 100644 components/select/src/single-select-field/features/can_show_conditionally/index.js
diff --git a/components/select/src/select/menu-wrapper.js b/components/select/src/select/menu-wrapper.js
index 2411652dfc..accd027c17 100644
--- a/components/select/src/select/menu-wrapper.js
+++ b/components/select/src/select/menu-wrapper.js
@@ -13,7 +13,7 @@ const MenuWrapper = ({
selectRef,
}) => {
return (
-
+
{
+ cy.visitStory('SingleSelectField', 'With hidden parent')
+})
+
+When('someone hovers over it to show it', () => {
+ cy.get('.container .hiddenSelect').invoke('attr', 'style', 'display: block')
+})
+
+When('clicks the select', () => {
+ cy.get('[data-test="dhis2-uicore-select"]').click()
+})
+
+Then('the select dropdown should be in the correct position', () => {
+ cy.get('[data-test="hoverable-select-field"]').should('be.visible')
+ cy.get('[data-test="dhis2-uicore-singleselectoption"]').should(
+ ($selectField) => {
+ const { top, left } = $selectField.offset()
+ expect(top).to.be.greaterThan(0)
+ expect(left).to.be.greaterThan(0)
+ }
+ )
+})
diff --git a/components/select/src/single-select-field/single-select-field.e2e.stories.js b/components/select/src/single-select-field/single-select-field.e2e.stories.js
index c9f76263b4..263f2e2205 100644
--- a/components/select/src/single-select-field/single-select-field.e2e.stories.js
+++ b/components/select/src/single-select-field/single-select-field.e2e.stories.js
@@ -43,3 +43,42 @@ export const WithFilterable = () => (
)
export const WithLoading = () =>
export const WithoutOptions = () =>
+
+export const WithHiddenParent = () => {
+ return (
+ <>
+
+
+
Hover over me
+
+ {}}
+ >
+
+
+
+
+
+
+
+ >
+ )
+}
From 72e259e5d0573a16900fbbe8efa4cb15bf40665d Mon Sep 17 00:00:00 2001
From: "@dhis2-bot"
Date: Wed, 21 Aug 2024 07:41:12 +0000
Subject: [PATCH 149/170] chore(release): cut 9.11.3 [skip release]
## [9.11.3](https://github.com/dhis2/ui/compare/v9.11.2...v9.11.3) (2024-08-21)
### Bug Fixes
* select-field not showing in correct place ([#1400](https://github.com/dhis2/ui/issues/1400)) ([d97d640](https://github.com/dhis2/ui/commit/d97d640f92c1c42dbc92e46771b6a58870add895))
---
CHANGELOG.md | 7 ++
collections/forms/package.json | 20 ++--
collections/ui/package.json | 98 +++++++++----------
components/alert/package.json | 8 +-
components/box/package.json | 4 +-
components/button/package.json | 12 +--
components/calendar/package.json | 16 +--
components/card/package.json | 4 +-
components/center/package.json | 4 +-
components/checkbox/package.json | 8 +-
components/chip/package.json | 4 +-
components/cover/package.json | 4 +-
components/css/package.json | 4 +-
components/divider/package.json | 4 +-
components/field/package.json | 10 +-
components/file-input/package.json | 16 +--
components/header-bar/package.json | 30 +++---
components/help/package.json | 4 +-
components/input/package.json | 16 +--
components/intersection-detector/package.json | 4 +-
components/label/package.json | 6 +-
components/layer/package.json | 6 +-
components/legend/package.json | 6 +-
components/loader/package.json | 4 +-
components/logo/package.json | 4 +-
components/menu/package.json | 16 +--
components/modal/package.json | 14 +--
components/node/package.json | 6 +-
components/notice-box/package.json | 6 +-
.../organisation-unit-tree/package.json | 12 +--
components/pagination/package.json | 10 +-
components/popover/package.json | 8 +-
components/popper/package.json | 4 +-
components/portal/package.json | 2 +-
components/radio/package.json | 4 +-
components/required/package.json | 4 +-
components/segmented-control/package.json | 4 +-
components/select/package.json | 30 +++---
components/selector-bar/package.json | 22 ++---
components/sharing-dialog/package.json | 34 +++----
components/status-icon/package.json | 8 +-
components/switch/package.json | 8 +-
components/tab/package.json | 8 +-
components/table/package.json | 6 +-
components/tag/package.json | 4 +-
components/text-area/package.json | 14 +--
components/tooltip/package.json | 8 +-
components/transfer/package.json | 14 +--
components/user-avatar/package.json | 4 +-
constants/package.json | 2 +-
docs/package.json | 2 +-
icons/package.json | 2 +-
package.json | 2 +-
storybook/package.json | 6 +-
54 files changed, 287 insertions(+), 280 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ca61d51b36..b30be1234f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## [9.11.3](https://github.com/dhis2/ui/compare/v9.11.2...v9.11.3) (2024-08-21)
+
+
+### Bug Fixes
+
+* select-field not showing in correct place ([#1400](https://github.com/dhis2/ui/issues/1400)) ([d97d640](https://github.com/dhis2/ui/commit/d97d640f92c1c42dbc92e46771b6a58870add895))
+
## [9.11.2](https://github.com/dhis2/ui/compare/v9.11.1...v9.11.2) (2024-08-18)
diff --git a/collections/forms/package.json b/collections/forms/package.json
index 2ec945f0ef..4c8d890c82 100644
--- a/collections/forms/package.json
+++ b/collections/forms/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-forms",
- "version": "9.11.2",
+ "version": "9.11.3",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
"sideEffects": [
@@ -35,15 +35,15 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.11.2",
- "@dhis2-ui/checkbox": "9.11.2",
- "@dhis2-ui/field": "9.11.2",
- "@dhis2-ui/file-input": "9.11.2",
- "@dhis2-ui/input": "9.11.2",
- "@dhis2-ui/radio": "9.11.2",
- "@dhis2-ui/select": "9.11.2",
- "@dhis2-ui/switch": "9.11.2",
- "@dhis2-ui/text-area": "9.11.2",
+ "@dhis2-ui/button": "9.11.3",
+ "@dhis2-ui/checkbox": "9.11.3",
+ "@dhis2-ui/field": "9.11.3",
+ "@dhis2-ui/file-input": "9.11.3",
+ "@dhis2-ui/input": "9.11.3",
+ "@dhis2-ui/radio": "9.11.3",
+ "@dhis2-ui/select": "9.11.3",
+ "@dhis2-ui/switch": "9.11.3",
+ "@dhis2-ui/text-area": "9.11.3",
"classnames": "^2.3.1",
"final-form": "^4.20.2",
"prop-types": "^15.7.2",
diff --git a/collections/ui/package.json b/collections/ui/package.json
index 9078886d57..91c3245f68 100644
--- a/collections/ui/package.json
+++ b/collections/ui/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui",
- "version": "9.11.2",
+ "version": "9.11.3",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
"exports": {
@@ -21,54 +21,54 @@
"build": "d2-app-scripts build"
},
"dependencies": {
- "@dhis2-ui/alert": "9.11.2",
- "@dhis2-ui/box": "9.11.2",
- "@dhis2-ui/button": "9.11.2",
- "@dhis2-ui/calendar": "9.11.2",
- "@dhis2-ui/card": "9.11.2",
- "@dhis2-ui/center": "9.11.2",
- "@dhis2-ui/checkbox": "9.11.2",
- "@dhis2-ui/chip": "9.11.2",
- "@dhis2-ui/cover": "9.11.2",
- "@dhis2-ui/css": "9.11.2",
- "@dhis2-ui/divider": "9.11.2",
- "@dhis2-ui/field": "9.11.2",
- "@dhis2-ui/file-input": "9.11.2",
- "@dhis2-ui/header-bar": "9.11.2",
- "@dhis2-ui/help": "9.11.2",
- "@dhis2-ui/input": "9.11.2",
- "@dhis2-ui/intersection-detector": "9.11.2",
- "@dhis2-ui/label": "9.11.2",
- "@dhis2-ui/layer": "9.11.2",
- "@dhis2-ui/legend": "9.11.2",
- "@dhis2-ui/loader": "9.11.2",
- "@dhis2-ui/logo": "9.11.2",
- "@dhis2-ui/menu": "9.11.2",
- "@dhis2-ui/modal": "9.11.2",
- "@dhis2-ui/node": "9.11.2",
- "@dhis2-ui/notice-box": "9.11.2",
- "@dhis2-ui/organisation-unit-tree": "9.11.2",
- "@dhis2-ui/pagination": "9.11.2",
- "@dhis2-ui/popover": "9.11.2",
- "@dhis2-ui/popper": "9.11.2",
- "@dhis2-ui/portal": "9.11.2",
- "@dhis2-ui/radio": "9.11.2",
- "@dhis2-ui/required": "9.11.2",
- "@dhis2-ui/segmented-control": "9.11.2",
- "@dhis2-ui/select": "9.11.2",
- "@dhis2-ui/selector-bar": "9.11.2",
- "@dhis2-ui/sharing-dialog": "9.11.2",
- "@dhis2-ui/switch": "9.11.2",
- "@dhis2-ui/tab": "9.11.2",
- "@dhis2-ui/table": "9.11.2",
- "@dhis2-ui/tag": "9.11.2",
- "@dhis2-ui/text-area": "9.11.2",
- "@dhis2-ui/tooltip": "9.11.2",
- "@dhis2-ui/transfer": "9.11.2",
- "@dhis2-ui/user-avatar": "9.11.2",
- "@dhis2/ui-constants": "9.11.2",
- "@dhis2/ui-forms": "9.11.2",
- "@dhis2/ui-icons": "9.11.2",
+ "@dhis2-ui/alert": "9.11.3",
+ "@dhis2-ui/box": "9.11.3",
+ "@dhis2-ui/button": "9.11.3",
+ "@dhis2-ui/calendar": "9.11.3",
+ "@dhis2-ui/card": "9.11.3",
+ "@dhis2-ui/center": "9.11.3",
+ "@dhis2-ui/checkbox": "9.11.3",
+ "@dhis2-ui/chip": "9.11.3",
+ "@dhis2-ui/cover": "9.11.3",
+ "@dhis2-ui/css": "9.11.3",
+ "@dhis2-ui/divider": "9.11.3",
+ "@dhis2-ui/field": "9.11.3",
+ "@dhis2-ui/file-input": "9.11.3",
+ "@dhis2-ui/header-bar": "9.11.3",
+ "@dhis2-ui/help": "9.11.3",
+ "@dhis2-ui/input": "9.11.3",
+ "@dhis2-ui/intersection-detector": "9.11.3",
+ "@dhis2-ui/label": "9.11.3",
+ "@dhis2-ui/layer": "9.11.3",
+ "@dhis2-ui/legend": "9.11.3",
+ "@dhis2-ui/loader": "9.11.3",
+ "@dhis2-ui/logo": "9.11.3",
+ "@dhis2-ui/menu": "9.11.3",
+ "@dhis2-ui/modal": "9.11.3",
+ "@dhis2-ui/node": "9.11.3",
+ "@dhis2-ui/notice-box": "9.11.3",
+ "@dhis2-ui/organisation-unit-tree": "9.11.3",
+ "@dhis2-ui/pagination": "9.11.3",
+ "@dhis2-ui/popover": "9.11.3",
+ "@dhis2-ui/popper": "9.11.3",
+ "@dhis2-ui/portal": "9.11.3",
+ "@dhis2-ui/radio": "9.11.3",
+ "@dhis2-ui/required": "9.11.3",
+ "@dhis2-ui/segmented-control": "9.11.3",
+ "@dhis2-ui/select": "9.11.3",
+ "@dhis2-ui/selector-bar": "9.11.3",
+ "@dhis2-ui/sharing-dialog": "9.11.3",
+ "@dhis2-ui/switch": "9.11.3",
+ "@dhis2-ui/tab": "9.11.3",
+ "@dhis2-ui/table": "9.11.3",
+ "@dhis2-ui/tag": "9.11.3",
+ "@dhis2-ui/text-area": "9.11.3",
+ "@dhis2-ui/tooltip": "9.11.3",
+ "@dhis2-ui/transfer": "9.11.3",
+ "@dhis2-ui/user-avatar": "9.11.3",
+ "@dhis2/ui-constants": "9.11.3",
+ "@dhis2/ui-forms": "9.11.3",
+ "@dhis2/ui-icons": "9.11.3",
"prop-types": "^15.7.2"
},
"peerDependencies": {
diff --git a/components/alert/package.json b/components/alert/package.json
index d39dca11f4..fdbd24310f 100644
--- a/components/alert/package.json
+++ b/components/alert/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/alert",
- "version": "9.11.2",
+ "version": "9.11.3",
"description": "UI Alert",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/portal": "9.11.2",
- "@dhis2/ui-constants": "9.11.2",
- "@dhis2/ui-icons": "9.11.2",
+ "@dhis2-ui/portal": "9.11.3",
+ "@dhis2/ui-constants": "9.11.3",
+ "@dhis2/ui-icons": "9.11.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/box/package.json b/components/box/package.json
index a4347c214f..cdb694c433 100644
--- a/components/box/package.json
+++ b/components/box/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/box",
- "version": "9.11.2",
+ "version": "9.11.3",
"description": "UI Box",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.2",
+ "@dhis2/ui-constants": "9.11.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/button/package.json b/components/button/package.json
index f53a6db4b8..e117ab57f5 100644
--- a/components/button/package.json
+++ b/components/button/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/button",
- "version": "9.11.2",
+ "version": "9.11.3",
"description": "UI Button",
"repository": {
"type": "git",
@@ -33,11 +33,11 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/layer": "9.11.2",
- "@dhis2-ui/loader": "9.11.2",
- "@dhis2-ui/popper": "9.11.2",
- "@dhis2/ui-constants": "9.11.2",
- "@dhis2/ui-icons": "9.11.2",
+ "@dhis2-ui/layer": "9.11.3",
+ "@dhis2-ui/loader": "9.11.3",
+ "@dhis2-ui/popper": "9.11.3",
+ "@dhis2/ui-constants": "9.11.3",
+ "@dhis2/ui-icons": "9.11.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/calendar/package.json b/components/calendar/package.json
index 29a7788392..e51b506622 100644
--- a/components/calendar/package.json
+++ b/components/calendar/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/calendar",
- "version": "9.11.2",
+ "version": "9.11.3",
"description": "UI Calendar",
"repository": {
"type": "git",
@@ -33,15 +33,15 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/button": "9.11.2",
- "@dhis2-ui/card": "9.11.2",
- "@dhis2-ui/input": "9.11.2",
- "@dhis2-ui/layer": "9.11.2",
- "@dhis2-ui/popper": "9.11.2",
+ "@dhis2-ui/button": "9.11.3",
+ "@dhis2-ui/card": "9.11.3",
+ "@dhis2-ui/input": "9.11.3",
+ "@dhis2-ui/layer": "9.11.3",
+ "@dhis2-ui/popper": "9.11.3",
"@dhis2/multi-calendar-dates": "^1.2.3",
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.2",
- "@dhis2/ui-icons": "9.11.2",
+ "@dhis2/ui-constants": "9.11.3",
+ "@dhis2/ui-icons": "9.11.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/card/package.json b/components/card/package.json
index 4f55cb3eba..6561b10cff 100644
--- a/components/card/package.json
+++ b/components/card/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/card",
- "version": "9.11.2",
+ "version": "9.11.3",
"description": "UI Card",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.2",
+ "@dhis2/ui-constants": "9.11.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/center/package.json b/components/center/package.json
index 65be26c9dc..34ab7f367c 100644
--- a/components/center/package.json
+++ b/components/center/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/center",
- "version": "9.11.2",
+ "version": "9.11.3",
"description": "UI Center",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.2",
+ "@dhis2/ui-constants": "9.11.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/checkbox/package.json b/components/checkbox/package.json
index e04d4d0e92..edf198389f 100644
--- a/components/checkbox/package.json
+++ b/components/checkbox/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/checkbox",
- "version": "9.11.2",
+ "version": "9.11.3",
"description": "UI Checkbox",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/field": "9.11.2",
- "@dhis2-ui/required": "9.11.2",
- "@dhis2/ui-constants": "9.11.2",
+ "@dhis2-ui/field": "9.11.3",
+ "@dhis2-ui/required": "9.11.3",
+ "@dhis2/ui-constants": "9.11.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/chip/package.json b/components/chip/package.json
index f4c8467586..d96d471292 100644
--- a/components/chip/package.json
+++ b/components/chip/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/chip",
- "version": "9.11.2",
+ "version": "9.11.3",
"description": "UI Chip",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.2",
+ "@dhis2/ui-constants": "9.11.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/cover/package.json b/components/cover/package.json
index f774a845c1..8e22b3efb8 100644
--- a/components/cover/package.json
+++ b/components/cover/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/cover",
- "version": "9.11.2",
+ "version": "9.11.3",
"description": "UI Cover",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.2",
+ "@dhis2/ui-constants": "9.11.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/css/package.json b/components/css/package.json
index 8c650ddfa6..1afff3a393 100644
--- a/components/css/package.json
+++ b/components/css/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/css",
- "version": "9.11.2",
+ "version": "9.11.3",
"description": "UI CSS",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.2",
+ "@dhis2/ui-constants": "9.11.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/divider/package.json b/components/divider/package.json
index e2df6f0bf7..f00c05d6ee 100644
--- a/components/divider/package.json
+++ b/components/divider/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/divider",
- "version": "9.11.2",
+ "version": "9.11.3",
"description": "UI Divider",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.2",
+ "@dhis2/ui-constants": "9.11.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/field/package.json b/components/field/package.json
index 3c92183d7a..218cc5bd02 100644
--- a/components/field/package.json
+++ b/components/field/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/field",
- "version": "9.11.2",
+ "version": "9.11.3",
"description": "UI Field",
"repository": {
"type": "git",
@@ -33,10 +33,10 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.11.2",
- "@dhis2-ui/help": "9.11.2",
- "@dhis2-ui/label": "9.11.2",
- "@dhis2/ui-constants": "9.11.2",
+ "@dhis2-ui/box": "9.11.3",
+ "@dhis2-ui/help": "9.11.3",
+ "@dhis2-ui/label": "9.11.3",
+ "@dhis2/ui-constants": "9.11.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/file-input/package.json b/components/file-input/package.json
index 964abe904d..c62210e7e2 100644
--- a/components/file-input/package.json
+++ b/components/file-input/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/file-input",
- "version": "9.11.2",
+ "version": "9.11.3",
"description": "UI FileInput",
"repository": {
"type": "git",
@@ -34,13 +34,13 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.11.2",
- "@dhis2-ui/field": "9.11.2",
- "@dhis2-ui/label": "9.11.2",
- "@dhis2-ui/loader": "9.11.2",
- "@dhis2-ui/status-icon": "9.11.2",
- "@dhis2/ui-constants": "9.11.2",
- "@dhis2/ui-icons": "9.11.2",
+ "@dhis2-ui/button": "9.11.3",
+ "@dhis2-ui/field": "9.11.3",
+ "@dhis2-ui/label": "9.11.3",
+ "@dhis2-ui/loader": "9.11.3",
+ "@dhis2-ui/status-icon": "9.11.3",
+ "@dhis2/ui-constants": "9.11.3",
+ "@dhis2/ui-icons": "9.11.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/header-bar/package.json b/components/header-bar/package.json
index b982cabcb2..6bfd81d1d8 100644
--- a/components/header-bar/package.json
+++ b/components/header-bar/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/header-bar",
- "version": "9.11.2",
+ "version": "9.11.3",
"description": "UI HeaderBar",
"repository": {
"type": "git",
@@ -34,21 +34,21 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/box": "9.11.2",
- "@dhis2-ui/button": "9.11.2",
- "@dhis2-ui/card": "9.11.2",
- "@dhis2-ui/center": "9.11.2",
- "@dhis2-ui/divider": "9.11.2",
- "@dhis2-ui/input": "9.11.2",
- "@dhis2-ui/layer": "9.11.2",
- "@dhis2-ui/loader": "9.11.2",
- "@dhis2-ui/logo": "9.11.2",
- "@dhis2-ui/menu": "9.11.2",
- "@dhis2-ui/modal": "9.11.2",
- "@dhis2-ui/user-avatar": "9.11.2",
+ "@dhis2-ui/box": "9.11.3",
+ "@dhis2-ui/button": "9.11.3",
+ "@dhis2-ui/card": "9.11.3",
+ "@dhis2-ui/center": "9.11.3",
+ "@dhis2-ui/divider": "9.11.3",
+ "@dhis2-ui/input": "9.11.3",
+ "@dhis2-ui/layer": "9.11.3",
+ "@dhis2-ui/loader": "9.11.3",
+ "@dhis2-ui/logo": "9.11.3",
+ "@dhis2-ui/menu": "9.11.3",
+ "@dhis2-ui/modal": "9.11.3",
+ "@dhis2-ui/user-avatar": "9.11.3",
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.2",
- "@dhis2/ui-icons": "9.11.2",
+ "@dhis2/ui-constants": "9.11.3",
+ "@dhis2/ui-icons": "9.11.3",
"classnames": "^2.3.1",
"moment": "^2.29.1",
"prop-types": "^15.7.2"
diff --git a/components/help/package.json b/components/help/package.json
index 68f90487a5..f0988883cb 100644
--- a/components/help/package.json
+++ b/components/help/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/help",
- "version": "9.11.2",
+ "version": "9.11.3",
"description": "UI Help",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.2",
+ "@dhis2/ui-constants": "9.11.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/input/package.json b/components/input/package.json
index 36027576a2..399b1c49ce 100644
--- a/components/input/package.json
+++ b/components/input/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/input",
- "version": "9.11.2",
+ "version": "9.11.3",
"description": "UI Input",
"repository": {
"type": "git",
@@ -33,13 +33,13 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.11.2",
- "@dhis2-ui/field": "9.11.2",
- "@dhis2-ui/input": "9.11.2",
- "@dhis2-ui/loader": "9.11.2",
- "@dhis2-ui/status-icon": "9.11.2",
- "@dhis2/ui-constants": "9.11.2",
- "@dhis2/ui-icons": "9.11.2",
+ "@dhis2-ui/box": "9.11.3",
+ "@dhis2-ui/field": "9.11.3",
+ "@dhis2-ui/input": "9.11.3",
+ "@dhis2-ui/loader": "9.11.3",
+ "@dhis2-ui/status-icon": "9.11.3",
+ "@dhis2/ui-constants": "9.11.3",
+ "@dhis2/ui-icons": "9.11.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/intersection-detector/package.json b/components/intersection-detector/package.json
index c0ebc9405d..32ad76daf9 100644
--- a/components/intersection-detector/package.json
+++ b/components/intersection-detector/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/intersection-detector",
- "version": "9.11.2",
+ "version": "9.11.3",
"description": "UI IntersectionDetector",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.2",
+ "@dhis2/ui-constants": "9.11.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/label/package.json b/components/label/package.json
index 4e98b164ee..70dce0857e 100644
--- a/components/label/package.json
+++ b/components/label/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/label",
- "version": "9.11.2",
+ "version": "9.11.3",
"description": "UI Label",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/required": "9.11.2",
- "@dhis2/ui-constants": "9.11.2",
+ "@dhis2-ui/required": "9.11.3",
+ "@dhis2/ui-constants": "9.11.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/layer/package.json b/components/layer/package.json
index 9d4e732a59..cb8abc12c8 100644
--- a/components/layer/package.json
+++ b/components/layer/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/layer",
- "version": "9.11.2",
+ "version": "9.11.3",
"description": "UI Layer",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/portal": "9.11.2",
- "@dhis2/ui-constants": "9.11.2",
+ "@dhis2-ui/portal": "9.11.3",
+ "@dhis2/ui-constants": "9.11.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/legend/package.json b/components/legend/package.json
index 36364713c8..c6e6368de6 100644
--- a/components/legend/package.json
+++ b/components/legend/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/legend",
- "version": "9.11.2",
+ "version": "9.11.3",
"description": "UI Legend",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/required": "9.11.2",
- "@dhis2/ui-constants": "9.11.2",
+ "@dhis2-ui/required": "9.11.3",
+ "@dhis2/ui-constants": "9.11.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/loader/package.json b/components/loader/package.json
index 7052dffdb3..298a193943 100644
--- a/components/loader/package.json
+++ b/components/loader/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/loader",
- "version": "9.11.2",
+ "version": "9.11.3",
"description": "UI Loaders",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.2",
+ "@dhis2/ui-constants": "9.11.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/logo/package.json b/components/logo/package.json
index 1674ed1618..16c1a4f62b 100644
--- a/components/logo/package.json
+++ b/components/logo/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/logo",
- "version": "9.11.2",
+ "version": "9.11.3",
"description": "UI Logo",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.2",
+ "@dhis2/ui-constants": "9.11.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/menu/package.json b/components/menu/package.json
index 59ea72174d..c5428cd399 100644
--- a/components/menu/package.json
+++ b/components/menu/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/menu",
- "version": "9.11.2",
+ "version": "9.11.3",
"description": "UI Menu",
"repository": {
"type": "git",
@@ -33,13 +33,13 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/card": "9.11.2",
- "@dhis2-ui/divider": "9.11.2",
- "@dhis2-ui/layer": "9.11.2",
- "@dhis2-ui/popper": "9.11.2",
- "@dhis2-ui/portal": "9.11.2",
- "@dhis2/ui-constants": "9.11.2",
- "@dhis2/ui-icons": "9.11.2",
+ "@dhis2-ui/card": "9.11.3",
+ "@dhis2-ui/divider": "9.11.3",
+ "@dhis2-ui/layer": "9.11.3",
+ "@dhis2-ui/popper": "9.11.3",
+ "@dhis2-ui/portal": "9.11.3",
+ "@dhis2/ui-constants": "9.11.3",
+ "@dhis2/ui-icons": "9.11.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/modal/package.json b/components/modal/package.json
index 74ab3412a8..16799b1160 100644
--- a/components/modal/package.json
+++ b/components/modal/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/modal",
- "version": "9.11.2",
+ "version": "9.11.3",
"description": "UI Modal",
"repository": {
"type": "git",
@@ -33,12 +33,12 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/card": "9.11.2",
- "@dhis2-ui/center": "9.11.2",
- "@dhis2-ui/layer": "9.11.2",
- "@dhis2-ui/portal": "9.11.2",
- "@dhis2/ui-constants": "9.11.2",
- "@dhis2/ui-icons": "9.11.2",
+ "@dhis2-ui/card": "9.11.3",
+ "@dhis2-ui/center": "9.11.3",
+ "@dhis2-ui/layer": "9.11.3",
+ "@dhis2-ui/portal": "9.11.3",
+ "@dhis2/ui-constants": "9.11.3",
+ "@dhis2/ui-icons": "9.11.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/node/package.json b/components/node/package.json
index dae7115225..e5e1bdfff9 100644
--- a/components/node/package.json
+++ b/components/node/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/node",
- "version": "9.11.2",
+ "version": "9.11.3",
"description": "UI Node",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/loader": "9.11.2",
- "@dhis2/ui-constants": "9.11.2",
+ "@dhis2-ui/loader": "9.11.3",
+ "@dhis2/ui-constants": "9.11.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/notice-box/package.json b/components/notice-box/package.json
index c3ab2ca9d7..8a4f49aa88 100644
--- a/components/notice-box/package.json
+++ b/components/notice-box/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/notice-box",
- "version": "9.11.2",
+ "version": "9.11.3",
"description": "UI NoticeBox",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.2",
- "@dhis2/ui-icons": "9.11.2",
+ "@dhis2/ui-constants": "9.11.3",
+ "@dhis2/ui-icons": "9.11.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/organisation-unit-tree/package.json b/components/organisation-unit-tree/package.json
index 33f06ef6f5..3bd74777ba 100644
--- a/components/organisation-unit-tree/package.json
+++ b/components/organisation-unit-tree/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/organisation-unit-tree",
- "version": "9.11.2",
+ "version": "9.11.3",
"description": "UI OrganisationUnitTree",
"repository": {
"type": "git",
@@ -35,11 +35,11 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.11.2",
- "@dhis2-ui/checkbox": "9.11.2",
- "@dhis2-ui/loader": "9.11.2",
- "@dhis2-ui/node": "9.11.2",
- "@dhis2/ui-constants": "9.11.2",
+ "@dhis2-ui/button": "9.11.3",
+ "@dhis2-ui/checkbox": "9.11.3",
+ "@dhis2-ui/loader": "9.11.3",
+ "@dhis2-ui/node": "9.11.3",
+ "@dhis2/ui-constants": "9.11.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/pagination/package.json b/components/pagination/package.json
index d221fbfe56..2d55af0806 100644
--- a/components/pagination/package.json
+++ b/components/pagination/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/pagination",
- "version": "9.11.2",
+ "version": "9.11.3",
"description": "UI Pagination",
"repository": {
"type": "git",
@@ -34,10 +34,10 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.11.2",
- "@dhis2-ui/select": "9.11.2",
- "@dhis2/ui-constants": "9.11.2",
- "@dhis2/ui-icons": "9.11.2",
+ "@dhis2-ui/button": "9.11.3",
+ "@dhis2-ui/select": "9.11.3",
+ "@dhis2/ui-constants": "9.11.3",
+ "@dhis2/ui-icons": "9.11.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/popover/package.json b/components/popover/package.json
index a0c21dccfc..3b13901fee 100644
--- a/components/popover/package.json
+++ b/components/popover/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/popover",
- "version": "9.11.2",
+ "version": "9.11.3",
"description": "UI Popover",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/layer": "9.11.2",
- "@dhis2-ui/popper": "9.11.2",
- "@dhis2/ui-constants": "9.11.2",
+ "@dhis2-ui/layer": "9.11.3",
+ "@dhis2-ui/popper": "9.11.3",
+ "@dhis2/ui-constants": "9.11.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/popper/package.json b/components/popper/package.json
index 729b6cc8f6..f5bf184981 100644
--- a/components/popper/package.json
+++ b/components/popper/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/popper",
- "version": "9.11.2",
+ "version": "9.11.3",
"description": "UI Popper",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.2",
+ "@dhis2/ui-constants": "9.11.3",
"@popperjs/core": "^2.10.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2",
diff --git a/components/portal/package.json b/components/portal/package.json
index 5c163260d5..047e2212f7 100644
--- a/components/portal/package.json
+++ b/components/portal/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/portal",
- "version": "9.11.2",
+ "version": "9.11.3",
"description": "UI Portal",
"repository": {
"type": "git",
diff --git a/components/radio/package.json b/components/radio/package.json
index c0b02dbdce..0046b44587 100644
--- a/components/radio/package.json
+++ b/components/radio/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/radio",
- "version": "9.11.2",
+ "version": "9.11.3",
"description": "UI Radio",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.2",
+ "@dhis2/ui-constants": "9.11.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/required/package.json b/components/required/package.json
index a94c00fd8f..be6b174295 100644
--- a/components/required/package.json
+++ b/components/required/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/required",
- "version": "9.11.2",
+ "version": "9.11.3",
"description": "UI Required",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.2",
+ "@dhis2/ui-constants": "9.11.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/segmented-control/package.json b/components/segmented-control/package.json
index 6b246a4e3e..fa23f89baf 100644
--- a/components/segmented-control/package.json
+++ b/components/segmented-control/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/segmented-control",
- "version": "9.11.2",
+ "version": "9.11.3",
"description": "UI Segmented Control",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.2",
+ "@dhis2/ui-constants": "9.11.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/select/package.json b/components/select/package.json
index 254053eb55..7f622c6832 100644
--- a/components/select/package.json
+++ b/components/select/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/select",
- "version": "9.11.2",
+ "version": "9.11.3",
"description": "UI Select",
"repository": {
"type": "git",
@@ -33,21 +33,21 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/box": "9.11.2",
- "@dhis2-ui/button": "9.11.2",
- "@dhis2-ui/card": "9.11.2",
- "@dhis2-ui/checkbox": "9.11.2",
- "@dhis2-ui/chip": "9.11.2",
- "@dhis2-ui/field": "9.11.2",
- "@dhis2-ui/input": "9.11.2",
- "@dhis2-ui/layer": "9.11.2",
- "@dhis2-ui/loader": "9.11.2",
- "@dhis2-ui/popper": "9.11.2",
- "@dhis2-ui/status-icon": "9.11.2",
- "@dhis2-ui/tooltip": "9.11.2",
+ "@dhis2-ui/box": "9.11.3",
+ "@dhis2-ui/button": "9.11.3",
+ "@dhis2-ui/card": "9.11.3",
+ "@dhis2-ui/checkbox": "9.11.3",
+ "@dhis2-ui/chip": "9.11.3",
+ "@dhis2-ui/field": "9.11.3",
+ "@dhis2-ui/input": "9.11.3",
+ "@dhis2-ui/layer": "9.11.3",
+ "@dhis2-ui/loader": "9.11.3",
+ "@dhis2-ui/popper": "9.11.3",
+ "@dhis2-ui/status-icon": "9.11.3",
+ "@dhis2-ui/tooltip": "9.11.3",
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.2",
- "@dhis2/ui-icons": "9.11.2",
+ "@dhis2/ui-constants": "9.11.3",
+ "@dhis2/ui-icons": "9.11.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/selector-bar/package.json b/components/selector-bar/package.json
index 12902775ea..643e8dd882 100644
--- a/components/selector-bar/package.json
+++ b/components/selector-bar/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/selector-bar",
- "version": "9.11.2",
+ "version": "9.11.3",
"description": "UI Select",
"repository": {
"type": "git",
@@ -33,21 +33,21 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/button": "9.11.2",
- "@dhis2-ui/card": "9.11.2",
- "@dhis2-ui/popper": "9.11.2",
- "@dhis2-ui/layer": "9.11.2",
- "@dhis2/ui-constants": "9.11.2",
- "@dhis2/ui-icons": "9.11.2",
+ "@dhis2-ui/button": "9.11.3",
+ "@dhis2-ui/card": "9.11.3",
+ "@dhis2-ui/popper": "9.11.3",
+ "@dhis2-ui/layer": "9.11.3",
+ "@dhis2/ui-constants": "9.11.3",
+ "@dhis2/ui-icons": "9.11.3",
"@testing-library/react": "^12.1.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
"devDependencies": {
- "@dhis2-ui/css": "9.11.2",
- "@dhis2-ui/menu": "9.11.2",
- "@dhis2-ui/organisation-unit-tree": "9.11.2",
- "@dhis2-ui/select": "9.11.2",
+ "@dhis2-ui/css": "9.11.3",
+ "@dhis2-ui/menu": "9.11.3",
+ "@dhis2-ui/organisation-unit-tree": "9.11.3",
+ "@dhis2-ui/select": "9.11.3",
"@dhis2/d2-i18n": "^1.1.0",
"@testing-library/jest-dom": "^5.16.1",
"react": "16.13",
diff --git a/components/sharing-dialog/package.json b/components/sharing-dialog/package.json
index f978c793b9..7c783fb175 100644
--- a/components/sharing-dialog/package.json
+++ b/components/sharing-dialog/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/sharing-dialog",
- "version": "9.11.2",
+ "version": "9.11.3",
"description": "UI SharingDialog",
"repository": {
"type": "git",
@@ -35,22 +35,22 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.11.2",
- "@dhis2-ui/button": "9.11.2",
- "@dhis2-ui/card": "9.11.2",
- "@dhis2-ui/divider": "9.11.2",
- "@dhis2-ui/input": "9.11.2",
- "@dhis2-ui/layer": "9.11.2",
- "@dhis2-ui/menu": "9.11.2",
- "@dhis2-ui/modal": "9.11.2",
- "@dhis2-ui/notice-box": "9.11.2",
- "@dhis2-ui/popper": "9.11.2",
- "@dhis2-ui/select": "9.11.2",
- "@dhis2-ui/tab": "9.11.2",
- "@dhis2-ui/tooltip": "9.11.2",
- "@dhis2-ui/user-avatar": "9.11.2",
- "@dhis2/ui-constants": "9.11.2",
- "@dhis2/ui-icons": "9.11.2",
+ "@dhis2-ui/box": "9.11.3",
+ "@dhis2-ui/button": "9.11.3",
+ "@dhis2-ui/card": "9.11.3",
+ "@dhis2-ui/divider": "9.11.3",
+ "@dhis2-ui/input": "9.11.3",
+ "@dhis2-ui/layer": "9.11.3",
+ "@dhis2-ui/menu": "9.11.3",
+ "@dhis2-ui/modal": "9.11.3",
+ "@dhis2-ui/notice-box": "9.11.3",
+ "@dhis2-ui/popper": "9.11.3",
+ "@dhis2-ui/select": "9.11.3",
+ "@dhis2-ui/tab": "9.11.3",
+ "@dhis2-ui/tooltip": "9.11.3",
+ "@dhis2-ui/user-avatar": "9.11.3",
+ "@dhis2/ui-constants": "9.11.3",
+ "@dhis2/ui-icons": "9.11.3",
"@react-hook/size": "^2.1.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
diff --git a/components/status-icon/package.json b/components/status-icon/package.json
index d452020c0e..bf3867b8a3 100644
--- a/components/status-icon/package.json
+++ b/components/status-icon/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/status-icon",
- "version": "9.11.2",
+ "version": "9.11.3",
"description": "UI StatusIcon",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/loader": "9.11.2",
- "@dhis2/ui-constants": "9.11.2",
- "@dhis2/ui-icons": "9.11.2",
+ "@dhis2-ui/loader": "9.11.3",
+ "@dhis2/ui-constants": "9.11.3",
+ "@dhis2/ui-icons": "9.11.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/switch/package.json b/components/switch/package.json
index 97ce936ae2..fce2f6c8c0 100644
--- a/components/switch/package.json
+++ b/components/switch/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/switch",
- "version": "9.11.2",
+ "version": "9.11.3",
"description": "UI Switch",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/field": "9.11.2",
- "@dhis2-ui/required": "9.11.2",
- "@dhis2/ui-constants": "9.11.2",
+ "@dhis2-ui/field": "9.11.3",
+ "@dhis2-ui/required": "9.11.3",
+ "@dhis2/ui-constants": "9.11.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/tab/package.json b/components/tab/package.json
index d32cc7f91f..86833ca525 100644
--- a/components/tab/package.json
+++ b/components/tab/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/tab",
- "version": "9.11.2",
+ "version": "9.11.3",
"description": "UI Tabs",
"repository": {
"type": "git",
@@ -32,10 +32,10 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/tooltip": "9.11.2",
+ "@dhis2-ui/tooltip": "9.11.3",
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.2",
- "@dhis2/ui-icons": "9.11.2",
+ "@dhis2/ui-constants": "9.11.3",
+ "@dhis2/ui-icons": "9.11.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/table/package.json b/components/table/package.json
index 82ae544497..0650560bb0 100644
--- a/components/table/package.json
+++ b/components/table/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/table",
- "version": "9.11.2",
+ "version": "9.11.3",
"description": "UI Table",
"repository": {
"type": "git",
@@ -34,8 +34,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.2",
- "@dhis2/ui-icons": "9.11.2",
+ "@dhis2/ui-constants": "9.11.3",
+ "@dhis2/ui-icons": "9.11.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/tag/package.json b/components/tag/package.json
index 26be1b7fe8..5beae23efb 100644
--- a/components/tag/package.json
+++ b/components/tag/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/tag",
- "version": "9.11.2",
+ "version": "9.11.3",
"description": "UI Tag",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.2",
+ "@dhis2/ui-constants": "9.11.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/text-area/package.json b/components/text-area/package.json
index 72b8b914fd..804708fabd 100644
--- a/components/text-area/package.json
+++ b/components/text-area/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/text-area",
- "version": "9.11.2",
+ "version": "9.11.3",
"description": "UI TextArea",
"repository": {
"type": "git",
@@ -33,12 +33,12 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.11.2",
- "@dhis2-ui/field": "9.11.2",
- "@dhis2-ui/loader": "9.11.2",
- "@dhis2-ui/status-icon": "9.11.2",
- "@dhis2/ui-constants": "9.11.2",
- "@dhis2/ui-icons": "9.11.2",
+ "@dhis2-ui/box": "9.11.3",
+ "@dhis2-ui/field": "9.11.3",
+ "@dhis2-ui/loader": "9.11.3",
+ "@dhis2-ui/status-icon": "9.11.3",
+ "@dhis2/ui-constants": "9.11.3",
+ "@dhis2/ui-icons": "9.11.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/tooltip/package.json b/components/tooltip/package.json
index dbcaadb905..64a17a80cd 100644
--- a/components/tooltip/package.json
+++ b/components/tooltip/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/tooltip",
- "version": "9.11.2",
+ "version": "9.11.3",
"description": "UI Tooltip",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/popper": "9.11.2",
- "@dhis2-ui/portal": "9.11.2",
- "@dhis2/ui-constants": "9.11.2",
+ "@dhis2-ui/popper": "9.11.3",
+ "@dhis2-ui/portal": "9.11.3",
+ "@dhis2/ui-constants": "9.11.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/transfer/package.json b/components/transfer/package.json
index a15c6175a9..7be6054f76 100644
--- a/components/transfer/package.json
+++ b/components/transfer/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/transfer",
- "version": "9.11.2",
+ "version": "9.11.3",
"description": "UI Transfer",
"repository": {
"type": "git",
@@ -33,12 +33,12 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.11.2",
- "@dhis2-ui/field": "9.11.2",
- "@dhis2-ui/input": "9.11.2",
- "@dhis2-ui/intersection-detector": "9.11.2",
- "@dhis2-ui/loader": "9.11.2",
- "@dhis2/ui-constants": "9.11.2",
+ "@dhis2-ui/button": "9.11.3",
+ "@dhis2-ui/field": "9.11.3",
+ "@dhis2-ui/input": "9.11.3",
+ "@dhis2-ui/intersection-detector": "9.11.3",
+ "@dhis2-ui/loader": "9.11.3",
+ "@dhis2/ui-constants": "9.11.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/user-avatar/package.json b/components/user-avatar/package.json
index 8737080e6e..39ab137294 100644
--- a/components/user-avatar/package.json
+++ b/components/user-avatar/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/user-avatar",
- "version": "9.11.2",
+ "version": "9.11.3",
"description": "UI User Avatar",
"repository": {
"type": "git",
@@ -34,7 +34,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.2",
+ "@dhis2/ui-constants": "9.11.3",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/constants/package.json b/constants/package.json
index d2ea320dc8..9e79cd6e06 100644
--- a/constants/package.json
+++ b/constants/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-constants",
- "version": "9.11.2",
+ "version": "9.11.3",
"description": "Constants used in the UI libs",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
diff --git a/docs/package.json b/docs/package.json
index 1822c6af2b..05f5a8ee50 100644
--- a/docs/package.json
+++ b/docs/package.json
@@ -1,6 +1,6 @@
{
"name": "ui-docusaurus",
- "version": "9.11.2",
+ "version": "9.11.3",
"private": true,
"description": "UI Docusaurus",
"repository": {
diff --git a/icons/package.json b/icons/package.json
index 5941e1e6bd..c0c70d5670 100644
--- a/icons/package.json
+++ b/icons/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-icons",
- "version": "9.11.2",
+ "version": "9.11.3",
"description": "Icons used in the UI libs",
"main": "./build/cjs/react/index.js",
"module": "./build/es/react/index.js",
diff --git a/package.json b/package.json
index c56028fdeb..0ca68371b6 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-root",
- "version": "9.11.2",
+ "version": "9.11.3",
"repository": {
"type": "git",
"url": "https://github.com/dhis2/ui.git"
diff --git a/storybook/package.json b/storybook/package.json
index f8213ac22e..be4d82aa91 100644
--- a/storybook/package.json
+++ b/storybook/package.json
@@ -1,6 +1,6 @@
{
"name": "ui-storybook",
- "version": "9.11.2",
+ "version": "9.11.3",
"description": "UI Storybook",
"repository": {
"type": "git",
@@ -22,8 +22,8 @@
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-private-methods": "^7.13.0",
"@babel/plugin-proposal-private-property-in-object": "^7.14.0",
- "@dhis2-ui/css": "9.11.2",
- "@dhis2/ui-constants": "9.11.2",
+ "@dhis2-ui/css": "9.11.3",
+ "@dhis2/ui-constants": "9.11.3",
"@fontsource/roboto": "^4.5.0",
"@storybook/addon-a11y": "^8.0.6",
"@storybook/addon-console": "^3.0.0",
From 18a230ea9764fbecaed37455200f3da00421fc05 Mon Sep 17 00:00:00 2001
From: Thomas Zemp
Date: Fri, 23 Aug 2024 09:00:47 +0200
Subject: [PATCH 150/170] docs: update css variables info (#1584)
---
docs/docs/utilities/constants.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/docs/utilities/constants.md b/docs/docs/utilities/constants.md
index ea9405b7fa..a718eefb13 100644
--- a/docs/docs/utilities/constants.md
+++ b/docs/docs/utilities/constants.md
@@ -6,7 +6,7 @@ There are are a number of constants that can be imported from the UI library tha
import { colors, theme, spacers, layers, elevation } from '@dhis2/ui'
```
-If you need access to these variables in CSS (not recommended), see the `` component documentation for making these variables accessible in CSS.
+If you need access to these variables in CSS, see the `` component documentation for making these variables accessible in CSS.
## Colors
From bcd0f41f3ba583c5ce23af316a61709e4f90b93a Mon Sep 17 00:00:00 2001
From: Kai Vandivier <49666798+KaiVandivier@users.noreply.github.com>
Date: Mon, 9 Sep 2024 14:03:38 +0200
Subject: [PATCH 151/170] fix: circular dependency in input-field (#1590)
* fix: circular dependency in input-field
* chore: lint
---
components/input/src/input-field/input-field.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/components/input/src/input-field/input-field.js b/components/input/src/input-field/input-field.js
index 99386e2456..1b7857bdab 100644
--- a/components/input/src/input-field/input-field.js
+++ b/components/input/src/input-field/input-field.js
@@ -1,9 +1,9 @@
import { sharedPropTypes } from '@dhis2/ui-constants'
import { Box } from '@dhis2-ui/box'
import { Field } from '@dhis2-ui/field'
-import { Input } from '@dhis2-ui/input'
import PropTypes from 'prop-types'
import React from 'react'
+import { Input } from '../input/index.js'
class InputField extends React.Component {
render() {
From cf444b24443549dfc90987ed532bc4de8af1983d Mon Sep 17 00:00:00 2001
From: Rene Pot
Date: Tue, 10 Sep 2024 13:36:02 +0100
Subject: [PATCH 152/170] docs: migrate demos to embed instead (#1568)
* docs: first demo of embedding docs
* docs(demo): add controls to alertbar
* chore: add check to only run on non-draft PRs
* chore: simply
* docs: update demos
* docs: format
* docs: fix demo url
* docs: fix 2 linting issues
* chore: undo draft test change
* docs: simplify demo story paths
* chore: update outdated github action
* docs: create elevation story
* chore: update demo url
* docs: implement styling for button
Co-authored-by: Joe Cooper <33054985+cooper-joe@users.noreply.github.com>
* docs: implement styling for button
Co-authored-by: Joe Cooper <33054985+cooper-joe@users.noreply.github.com>
* docs: implement styling for button
Co-authored-by: Joe Cooper <33054985+cooper-joe@users.noreply.github.com>
* docs: implement styling for button
Co-authored-by: Joe Cooper <33054985+cooper-joe@users.noreply.github.com>
* docs: fix wording
---------
Co-authored-by: Mozafar Haider
Co-authored-by: Joe Cooper <33054985+cooper-joe@users.noreply.github.com>
---
.github/workflows/dhis2-verify-lib.yml | 11 +-
collections/forms/i18n/en.pot | 4 +-
.../src/alert-bar/alert-bar.prod.stories.js | 35 ++-
.../src/stories/calendar.prod.stories.js | 35 +++
components/card/src/card.prod.stories.js | 9 +-
.../css-variables.prod.stories.js | 61 +++++
.../file-input-field.prod.stories.js | 1 +
.../input-field/input-field.prod.stories.js | 4 +-
.../circular-loader.prod.stories.js | 1 +
.../modal/src/modal/modal.prod.stories.js | 57 +++++
.../pagination/src/pagination.prod.stories.js | 7 +-
.../single-select-field.prod.stories.js | 7 +
.../single-select.prod.stories.js | 2 +-
docs/docs/components/alertbar.md | 67 +++---
docs/docs/components/avatar.md | 23 +-
docs/docs/components/button.md | 64 +++---
docs/docs/components/calendar-input.md | 107 +--------
docs/docs/components/calendar.md | 198 +++++++---------
docs/docs/components/card.md | 12 +-
docs/docs/components/checkbox.md | 27 ++-
docs/docs/components/chip.md | 36 +--
docs/docs/components/data-table.md | 82 ++++---
docs/docs/components/elevation.md | 22 +-
docs/docs/components/fileinput.md | 73 +++---
docs/docs/components/inputfield.md | 141 +++++++-----
docs/docs/components/loading.md | 78 ++++---
docs/docs/components/menu.md | 176 ++++++---------
docs/docs/components/modal.md | 69 +++---
docs/docs/components/notice-box.md | 73 +++---
docs/docs/components/org-unit-tree.md | 14 +-
docs/docs/components/pagination.md | 32 +--
docs/docs/components/popover.md | 8 +-
docs/docs/components/radio.md | 30 ++-
docs/docs/components/segmented-control.md | 32 +--
docs/docs/components/select.md | 212 +++++-------------
docs/docs/components/switch.md | 23 +-
docs/docs/components/tab.md | 38 ++--
docs/docs/components/tag.md | 96 ++++++--
docs/docs/components/tooltip.md | 53 +++--
docs/docs/components/transfer.md | 74 +++---
docs/src/components/CalendarDemo.jsx | 66 ------
docs/src/components/DemoComponent.jsx | 75 ++++++-
docs/src/components/DemoComponent.module.css | 35 +++
docs/src/components/ModalDemos.jsx | 168 --------------
docs/src/components/TransferDemos.jsx | 189 ----------------
docs/src/constants.js | 2 +
46 files changed, 1174 insertions(+), 1455 deletions(-)
delete mode 100644 docs/src/components/CalendarDemo.jsx
delete mode 100644 docs/src/components/ModalDemos.jsx
delete mode 100644 docs/src/components/TransferDemos.jsx
create mode 100644 docs/src/constants.js
diff --git a/.github/workflows/dhis2-verify-lib.yml b/.github/workflows/dhis2-verify-lib.yml
index b591890c4b..b6db804855 100644
--- a/.github/workflows/dhis2-verify-lib.yml
+++ b/.github/workflows/dhis2-verify-lib.yml
@@ -48,7 +48,7 @@ jobs:
- run: ./scripts/create-artifact.sh
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v4
with:
name: lib-build
path: lib-build.tar
@@ -63,7 +63,7 @@ jobs:
with:
node-version: 20.x
- - uses: actions/download-artifact@v2
+ - uses: actions/download-artifact@v4
with:
name: lib-build
@@ -84,7 +84,7 @@ jobs:
with:
node-version: 20.x
- - uses: actions/download-artifact@v2
+ - uses: actions/download-artifact@v4
with:
name: lib-build
@@ -100,7 +100,6 @@ jobs:
runs-on: ubuntu-latest
if: "!github.event.push.repository.fork && github.actor != 'dependabot[bot]'"
needs: [build, setup-matrix]
-
strategy:
fail-fast: false
matrix:
@@ -116,7 +115,7 @@ jobs:
with:
node-version: 20.x
- - uses: actions/download-artifact@v2
+ - uses: actions/download-artifact@v4
with:
name: lib-build
@@ -176,7 +175,7 @@ jobs:
with:
node-version: 20.x
- - uses: actions/download-artifact@v2
+ - uses: actions/download-artifact@v4
with:
name: lib-build
diff --git a/collections/forms/i18n/en.pot b/collections/forms/i18n/en.pot
index 589f3f8baa..dd42956f40 100644
--- a/collections/forms/i18n/en.pot
+++ b/collections/forms/i18n/en.pot
@@ -5,8 +5,8 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
-"POT-Creation-Date: 2024-07-17T14:10:05.852Z\n"
-"PO-Revision-Date: 2024-07-17T14:10:05.853Z\n"
+"POT-Creation-Date: 2024-09-09T12:09:30.724Z\n"
+"PO-Revision-Date: 2024-09-09T12:09:30.724Z\n"
msgid "Upload file"
msgstr "Upload file"
diff --git a/components/alert/src/alert-bar/alert-bar.prod.stories.js b/components/alert/src/alert-bar/alert-bar.prod.stories.js
index 5b14904ef6..a79fc37e79 100644
--- a/components/alert/src/alert-bar/alert-bar.prod.stories.js
+++ b/components/alert/src/alert-bar/alert-bar.prod.stories.js
@@ -48,6 +48,9 @@ const alertTypeArgType = {
summary: 'bool',
detail: "'success', 'warning', and 'critical' are mutually exclusive props",
},
+ defaultValue: {
+ summary: false,
+ },
},
control: {
type: 'boolean',
@@ -60,6 +63,29 @@ const iconArgType = {
},
},
}
+
+const permanentArgType = {
+ table: {
+ type: {
+ summary: 'bool',
+ },
+ defaultValue: {
+ summary: false,
+ },
+ },
+ control: {
+ type: 'boolean',
+ },
+}
+
+const childrenArgType = {
+ table: {
+ type: {
+ summary: 'String to display in the alert bar',
+ },
+ },
+}
+
const actionsArgType = {
table: {
type: {
@@ -72,6 +98,9 @@ export default {
title: 'Alert Bar',
component: AlertBar,
decorators: [Wrapper],
+ args: {
+ children: 'I will autohide',
+ },
parameters: {
componentSubtitle: subtitle,
docs: {
@@ -85,13 +114,13 @@ export default {
critical: { ...alertTypeArgType },
success: { ...alertTypeArgType },
warning: { ...alertTypeArgType },
+ permanent: { ...permanentArgType },
+ children: { ...childrenArgType },
icon: { ...iconArgType },
},
}
-export const Default = (args) => (
- Default - I will autohide
-)
+export const Default = (args) =>
export const States = () => (
diff --git a/components/calendar/src/stories/calendar.prod.stories.js b/components/calendar/src/stories/calendar.prod.stories.js
index ff5a81f9ce..3144cdffbb 100644
--- a/components/calendar/src/stories/calendar.prod.stories.js
+++ b/components/calendar/src/stories/calendar.prod.stories.js
@@ -20,6 +20,41 @@ export default {
componentSubtitle: subtitle,
docs: { description: { component: description } },
},
+ argTypes: {
+ calendar: {
+ control: 'select',
+ options: [
+ 'gregory',
+ 'islamic',
+ 'nepali',
+ 'ethiopic',
+ 'persian',
+ 'indian',
+ ],
+ },
+ weekDayFormat: {
+ control: 'select',
+ options: ['long', 'short', 'narrow'],
+ },
+ locale: {
+ control: 'text',
+ },
+ numberingSystem: {
+ control: 'select',
+ options: ['latn', 'arab', 'ethi'],
+ },
+ },
+}
+
+export const Basic = (args) => {
+ return
+}
+
+Basic.args = {
+ onDateSelect: (date) => console.log(date),
+ calendar: 'gregory',
+ weekDayFormat: 'narrow',
+ locale: 'en',
}
export const Ethiopic = (args) => {
diff --git a/components/card/src/card.prod.stories.js b/components/card/src/card.prod.stories.js
index 3bf22f7bfe..7421eb4c57 100644
--- a/components/card/src/card.prod.stories.js
+++ b/components/card/src/card.prod.stories.js
@@ -27,10 +27,17 @@ export default {
componentSubtitle: subtitle,
docs: { description: { component: description } },
},
+ argTypes: {
+ children: { control: { type: 'text' } },
+ },
}
export const Default = (args) => (
-
+
)
+
+Default.args = {
+ children: 'Card content',
+}
diff --git a/components/css/src/css-variables/css-variables.prod.stories.js b/components/css/src/css-variables/css-variables.prod.stories.js
index b7a9486062..cbd8285e5b 100644
--- a/components/css/src/css-variables/css-variables.prod.stories.js
+++ b/components/css/src/css-variables/css-variables.prod.stories.js
@@ -49,3 +49,64 @@ export const NoVariables = (args) => (
By default no custom properties are inserted.
)
+
+export const Elevations = (args) => (
+
+
+
+
+ e100
+
+
+ e200
+
+
+ e300
+
+
+ e400
+
+
+
+)
diff --git a/components/file-input/src/file-input-field/file-input-field.prod.stories.js b/components/file-input/src/file-input-field/file-input-field.prod.stories.js
index 5cb7435d59..bcb4a8094b 100644
--- a/components/file-input/src/file-input-field/file-input-field.prod.stories.js
+++ b/components/file-input/src/file-input-field/file-input-field.prod.stories.js
@@ -26,6 +26,7 @@ export default {
onChange: onChange,
name: 'uploadName',
label: 'Upload something',
+ buttonLabel: 'Upload a file',
},
argTypes: {
small: { ...sharedPropTypes.sizeArgType },
diff --git a/components/input/src/input-field/input-field.prod.stories.js b/components/input/src/input-field/input-field.prod.stories.js
index 4bf091d920..63dcda1c67 100644
--- a/components/input/src/input-field/input-field.prod.stories.js
+++ b/components/input/src/input-field/input-field.prod.stories.js
@@ -128,13 +128,13 @@ export const InputWidth = (args) => (
>
diff --git a/components/loader/src/circular-loader/circular-loader.prod.stories.js b/components/loader/src/circular-loader/circular-loader.prod.stories.js
index a52f9f902b..90c7ca7bd9 100644
--- a/components/loader/src/circular-loader/circular-loader.prod.stories.js
+++ b/components/loader/src/circular-loader/circular-loader.prod.stories.js
@@ -25,6 +25,7 @@ export default {
small: { ...sharedPropTypes.sizeArgType },
large: { ...sharedPropTypes.sizeArgType },
extrasmall: { ...sharedPropTypes.sizeArgType },
+ invert: { ...sharedPropTypes.sizeArgType },
},
}
diff --git a/components/modal/src/modal/modal.prod.stories.js b/components/modal/src/modal/modal.prod.stories.js
index d421cfeecd..250fdf274f 100644
--- a/components/modal/src/modal/modal.prod.stories.js
+++ b/components/modal/src/modal/modal.prod.stories.js
@@ -1,12 +1,16 @@
import { sharedPropTypes } from '@dhis2/ui-constants'
import { Box } from '@dhis2-ui/box'
import { Button, ButtonStrip } from '@dhis2-ui/button'
+import { Center as CenteredContent } from '@dhis2-ui/center'
+import { InputField } from '@dhis2-ui/input'
+import { CircularLoader } from '@dhis2-ui/loader'
import {
FlyoutMenu,
MenuDivider,
MenuItem,
MenuSectionHeader,
} from '@dhis2-ui/menu'
+import { NoticeBox } from '@dhis2-ui/notice-box'
import { SingleSelect, SingleSelectOption } from '@dhis2-ui/select'
import { Tooltip } from '@dhis2-ui/tooltip'
import React, { useEffect, useState } from 'react'
@@ -669,6 +673,59 @@ export const LargeWithSelectComponent = (args) => (
LargeWithSelectComponent.args = { large: true }
LargeWithSelectComponent.storyName = 'Large: with Select component'
+export const ModalWithErrorState = (args) => (
+
+ Update profile
+
+
+
+
+ There is a problem with this form.
+
+
+
+
+ Cancel
+
+ Save changes
+
+
+
+
+)
+ModalWithErrorState.storyName = 'With error state'
+
+export const ModalWithLoadingState = (args) => (
+
+ Modal title
+
+
+
+
+
+
+
+
+
+ Cancel
+ Save changes
+
+
+
+)
+ModalWithLoadingState.storyName = 'With loading state'
+
export const LargeModalWithMoreNestedModals = (args) => (
<>
diff --git a/components/pagination/src/pagination.prod.stories.js b/components/pagination/src/pagination.prod.stories.js
index 111ed65890..b6d346f184 100644
--- a/components/pagination/src/pagination.prod.stories.js
+++ b/components/pagination/src/pagination.prod.stories.js
@@ -63,7 +63,12 @@ export const NoTotalAtLastPageWithoutPageLength = Template.bind({})
NoTotalAtLastPageWithoutPageLength.args = { ...pagers.noTotalAtLastPage }
export const WithoutPageSizeSelect = Template.bind({})
-WithoutPageSizeSelect.args = { ...pagers.atTenthPage, hidePageSizeSelect: true }
+WithoutPageSizeSelect.args = {
+ ...pagers.atTenthPage,
+ hidePageSizeSelect: true,
+ hidePageSelect: false,
+ hidePageSummary: false,
+}
export const WithoutGoToPageSelect = Template.bind({})
WithoutGoToPageSelect.args = { ...pagers.atTenthPage, hidePageSelect: true }
diff --git a/components/select/src/single-select-field/single-select-field.prod.stories.js b/components/select/src/single-select-field/single-select-field.prod.stories.js
index 9ae6b55cf2..bd0a610a00 100644
--- a/components/select/src/single-select-field/single-select-field.prod.stories.js
+++ b/components/select/src/single-select-field/single-select-field.prod.stories.js
@@ -89,6 +89,13 @@ StatusError.args = {
}
StatusError.storyName = 'Status: Error'
+export const StatusDisabled = Template.bind({})
+StatusDisabled.args = {
+ disabled: true,
+ ...WithHelpText.args,
+}
+StatusDisabled.storyName = 'Status: Disabled'
+
export const Required = Template.bind({})
Required.args = { required: true }
diff --git a/components/select/src/single-select/single-select.prod.stories.js b/components/select/src/single-select/single-select.prod.stories.js
index b0ebcec064..6039292bef 100644
--- a/components/select/src/single-select/single-select.prod.stories.js
+++ b/components/select/src/single-select/single-select.prod.stories.js
@@ -207,7 +207,7 @@ WithOptionsASelectionAndDisabled.storyName =
'With options, a selection and disabled'
export const WithPrefix = WithOptionsTemplate.bind({})
-WithPrefix.args = { prefix: 'Prefix text' }
+WithPrefix.args = { prefix: 'Prefix text', selected: '1' }
export const WithPrefixAndSelection = WithOptionsTemplate.bind({})
WithPrefixAndSelection.args = {
diff --git a/docs/docs/components/alertbar.md b/docs/docs/components/alertbar.md
index 6ad62ed254..c47a4be2f7 100644
--- a/docs/docs/components/alertbar.md
+++ b/docs/docs/components/alertbar.md
@@ -3,18 +3,15 @@ title: Alert bar
---
import { Demo } from '@site/src/components/DemoComponent.jsx'
-import { DocFigure } from '@site/src/components/DocFigure.jsx'
-import { AlertBar } from '@dhis2/ui'
-
import API from '../../../components/alert/API.md'
# Alert bar
An alert bar communicates something to the user by showing a prominent, floating bar at the bottom of the screen, using one of several styles each indicating a different purpose.
-
-
- Hello world
-
+
## Usage
@@ -72,9 +69,11 @@ Read more about the `useAlert()` hook at the [App Runtime documentation](https:/
#### Info
-
- Data export complete.
-
+
```jsx
@@ -89,9 +88,11 @@ Read more about the `useAlert()` hook at the [App Runtime documentation](https:/
#### Success
-
- 1000 objects updated.
-
+
```jsx
@@ -107,14 +108,16 @@ Read more about the `useAlert()` hook at the [App Runtime documentation](https:/
#### Warning
-
- Some data is taking a long time to sync.
-
+
```jsx
- Some data is taking a long time to sync.
+ Sync incomplete
```
@@ -126,14 +129,16 @@ Read more about the `useAlert()` hook at the [App Runtime documentation](https:/
#### Critical
-
- There was a problem loading this dashboard.
-
+
```jsx
- There was a problem loading this dashboard.
+ Problem loading data
```
@@ -160,17 +165,10 @@ Read more about the `useAlert()` hook at the [App Runtime documentation](https:/
### Actions
-
- Hello world
-
+
```jsx
@@ -203,6 +201,11 @@ Read more about the `useAlert()` hook at the [App Runtime documentation](https:/
- Each variant shows a default icon to support the content being communicated.
- A custom icon can be used. Only use icons that are relevant to the content and that help the user understand the context. Use the default icon unless there's a good reason not to.
+
+
## Using AlertStack
As you can see with all the demo's above, we've used the `AlertStack` component to render the `AlertBar` component. This is because the `AlertStack` component is responsible for positioning the `AlertBar` component in relation to other `AlertBar`s. Especially when there are multiple `AlertBar` components on the page, the `AlertStack` component will make sure that they are stacked on top of each other and that they are not overlapping. It is therefore recommended to always use the `AlertStack` component when using the `AlertBar` component.
diff --git a/docs/docs/components/avatar.md b/docs/docs/components/avatar.md
index 03fffee556..88ae68e1e8 100644
--- a/docs/docs/components/avatar.md
+++ b/docs/docs/components/avatar.md
@@ -4,18 +4,16 @@ id: avatar
---
import { Demo } from '@site/src/components/DemoComponent.jsx'
-import { DocFigure } from '@site/src/components/DocFigure.jsx'
-import { UserAvatar } from '@dhis2/ui'
-
import API from '../../../components/user-avatar/API.md'
# User Avatar
A User Avatar is a visual icon that represents a user.
-
-
-
+
## Usage
@@ -37,15 +35,10 @@ A User Avatar is a visual icon that represents a user.
#### Size
-
-
-
-
-
-
-
-
-
+
Avatars are available in different sizes. Use the size that works best for the space available and the context.
diff --git a/docs/docs/components/button.md b/docs/docs/components/button.md
index 70a02cbbbb..ff9574581f 100644
--- a/docs/docs/components/button.md
+++ b/docs/docs/components/button.md
@@ -3,16 +3,16 @@ title: Button
---
import { Demo } from '@site/src/components/DemoComponent.jsx'
-import { Button, DropdownButton, SplitButton, IconCheckmark24 } from '@dhis2/ui'
-
import API from '../../../components/button/API.md'
# Button
Buttons are used to trigger actions. There are different button variants that are used for different types of actions.
-
-Enroll in program
-
+
## Usage
@@ -37,9 +37,11 @@ Buttons are used to trigger actions. There are different button variants that ar
#### Basic
-
- Basic button
-
+
```jsx
Basic button
@@ -50,9 +52,11 @@ Buttons are used to trigger actions. There are different button variants that ar
#### Primary
-
- Primary button
-
+
```jsx
Primary button
@@ -64,9 +68,11 @@ Buttons are used to trigger actions. There are different button variants that ar
#### Secondary
-
- Secondary button
-
+
```jsx
Secondary button
@@ -78,20 +84,26 @@ Buttons are used to trigger actions. There are different button variants that ar
#### Destructive
-
-
- Destructive button
- Destructive secondary button
-
-
+
```jsx
-
- Destructive button
-
- Destructive secondary button
-
-
+Destructive button
+```
+
+
+
+```jsx
+
+ Destructive secondary button
+
```
- Only use for primary-type actions that will destroy data.
diff --git a/docs/docs/components/calendar-input.md b/docs/docs/components/calendar-input.md
index 9b35c65d5a..5aaca0bc2a 100644
--- a/docs/docs/components/calendar-input.md
+++ b/docs/docs/components/calendar-input.md
@@ -3,9 +3,6 @@ title: Calendar Input
---
import { Demo } from '@site/src/components/DemoComponent.jsx'
-import { CalendarDemo } from '@site/src/components/CalendarDemo.jsx'
-import { Box, CalendarInput } from '@dhis2/ui'
-
import API from '../../../components/calendar/API.md'
# Calendar Input
@@ -14,106 +11,12 @@ This is an Input wrapper around [calendar](./calendar) to display an input that
## Demo
-Ethiopic calendar (with narrow day names, short day names and localised to English)
+Below you'll find a customizable demo of the CalendarInput component. Click "show full demo" to see this and other components.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
The Gregorian with initial date is then generated with this code.
diff --git a/docs/docs/components/calendar.md b/docs/docs/components/calendar.md
index 9dde639cce..0da47ffcc0 100644
--- a/docs/docs/components/calendar.md
+++ b/docs/docs/components/calendar.md
@@ -3,8 +3,8 @@ title: Calendar
---
import { Demo } from '@site/src/components/DemoComponent.jsx'
-import { CalendarDemo as Calendar } from '@site/src/components/CalendarDemo.jsx'
-import { Box } from '@dhis2/ui'
+import Tabs from '@theme/Tabs'
+import TabItem from '@theme/TabItem'
import API from '../../../components/calendar/API.md'
@@ -22,30 +22,11 @@ Ethiopic calendar with narrow day names, short day names and localised to Englis
### Narrow day names
-
-
-
-
-
-
-
+
To display the calendar with short day names, use the codeblock below. For the narrow day names remove the `weekDayFormat` prop. For the English locale, use the `en` locale and the short `weekDayFormat`.
@@ -55,88 +36,87 @@ To display the calendar with short day names, use the codeblock below. For the n
locale="am-ET"
numberingSystem="ethi"
timeZone="Europe/London"
- weekDayFormat="short"
+ weekDayFormat="narrow"
/>
```
## Nepali calendar
-Nepali calendar (with Nepali and English characters)
-
:::note
Nepali is a custom calendar not natively implemented in Temporal and Nepali locale is not natively supported by browsers' Internationalization standard. We are providing a custom implementation for the calendar, as well as the localised values. The only two locales allowed are: `ne-NP` (nepali) and `en-NP` (nepali transliterated in latin characters).
:::
-
-
-
-
-
-
+Nepali calendar with Napali characters.
+
+
```jsx
- // Napali
-
-
- // Nepali transliterated in latin characters
-
+// Napali
+
+```
+
+Nepali calendar transliterated into latin characters.
+
+
+```jsx
+// Nepali transliterated in latin characters
+
```
## Gregorian calendar
Gregorian calendar localised in English, Arabic (Tunisia), Arabic (Sudan), Arabic (Iraq) and Amharic.
-
-
-
+
+
-
+
+
-
+
+
-
+
+
-
+
+
-
-
+
+
To display the calendar with a specific locale, use the codeblock below. Adjust the locale to the desired language.
@@ -148,35 +128,29 @@ To display the calendar with a specific locale, use the codeblock below. Adjust
Some other calendars: Islamic in Arabic, Indian in English and Persian in Farsi
-
-
-
+
+
-
+
+
-
+
+
-
-
-
+
+
Each of the calendars above can be displayed with the following code.
diff --git a/docs/docs/components/card.md b/docs/docs/components/card.md
index dde83cfd93..f933250260 100644
--- a/docs/docs/components/card.md
+++ b/docs/docs/components/card.md
@@ -3,22 +3,22 @@ title: Card
---
import { Demo } from '@site/src/components/DemoComponent.jsx'
-import { Card } from '@dhis2/ui'
-
import API from '../../../components/card/API.md'
# Card
A card is a container element used to group together and separate blocks of content.
-
- This is content that's inside a card.
-
+
## Usage
```jsx
-This is content that's inside a card.
+Card Content.
```
### When to use
diff --git a/docs/docs/components/checkbox.md b/docs/docs/components/checkbox.md
index 46d317d2e9..57bd4307d9 100644
--- a/docs/docs/components/checkbox.md
+++ b/docs/docs/components/checkbox.md
@@ -3,22 +3,20 @@ title: Checkbox
---
import { Demo } from '@site/src/components/DemoComponent.jsx'
-import { Checkbox } from '@dhis2/ui'
-
import API from '../../../components/checkbox/API.md'
# Checkbox
Checkboxes are used to choose one or more items from a list. A checkbox can also be used to toggle an option.
-
-
-
-
+
```jsx
-
-
+
```
## Usage
@@ -42,10 +40,15 @@ Checkboxes are used to choose one or more items from a list. A checkbox can also
#### Size
-
-
-
-
+
+
+```jsx
+
+```
- Checkboxes are available in two sizes, regular and `dense`. Regular sized checkboxes are useful when there's space available. Use `dense` sized checkboxes in compact, information-dense interfaces.
diff --git a/docs/docs/components/chip.md b/docs/docs/components/chip.md
index bd8c1e3ad6..d2e53a75b1 100644
--- a/docs/docs/components/chip.md
+++ b/docs/docs/components/chip.md
@@ -3,17 +3,17 @@ title: Chip
---
import { Demo } from '@site/src/components/DemoComponent.jsx'
-import { Chip, IconStar24 } from '@dhis2/ui'
-
import API from '../../../components/chip/API.md'
# Chip
Chips are used to select from a set of defined options. Chips can also represent a set of chosen options.
-
- Hello world
-
+
```jsx
Hello world
@@ -40,13 +40,13 @@ Chips are used to select from a set of defined options. Chips can also represent
#### Size
-
- Hello world
- Hello world
-
+
```jsx
-Hello world
Hello world
```
@@ -70,9 +70,11 @@ Chips are used to select from a set of defined options. Chips can also represent
### Removable
-
- Hello world
-
+
```jsx
Hello world
@@ -83,9 +85,11 @@ Chips are used to select from a set of defined options. Chips can also represent
### Icon
-
- } >Hello world
-
+
```jsx
}>Hello world
diff --git a/docs/docs/components/data-table.md b/docs/docs/components/data-table.md
index 6485e2d14c..2db70b907a 100644
--- a/docs/docs/components/data-table.md
+++ b/docs/docs/components/data-table.md
@@ -3,18 +3,18 @@ title: Data table
---
import { Demo } from '@site/src/components/DemoComponent.jsx'
-
import API from '../../../components/table/API.md'
# Data table
A data table is used to display and allow interaction with data in a structured way.
-
- Storybook demo: Date table .
-
+
-A minimal version of the linked demo looks like this.
+A minimal version of the demo looks like this.
```jsx
@@ -50,85 +50,95 @@ A minimal version of the linked demo looks like this.
### Sorting
-
- Storybook demo: Sorting .
-
+
- Data table items can be sorted by different columns by clicking on the sort icon in a column header.
- Always allow sorting of items by different columns unless the order is specific and shouldn't be changed.
### Filtering: Inline
-
- Storybook demo: Filtering inline .
-
+
- Use inline filters in complex interfaces to offer filtering functionality without extra controls outside of the table.
- If filtering is the main functionality of the data table, consider offering standalone filters.
### Fixed header
-
- Storybook demo: Fixed header .
-
+
- Use a fixed header in data tables that are used to browse a lot of data. Fixed headers stay in view and make it easier to understand what cells contain.
### Fixed columns
-
- Storybook demo: Fixed column .
-
+
- Use fixed columns in dense interfaces where the table might need to be scrolled horizontally.
- Any number of columns can be fixed, but usually a single column is enough, as long as it provides a clear reference for the rest of the row.
### Expandable rows
-
- Storybook demo: Expandable rows .
-
+
- Use expandable rows if there's more useful information that doesn't fit well into columns, like paragraphs of text, images, or video.
### Selectable rows
-
- Storybook demo: Selectable rows .
-
+
- Use selectable rows if a user can perform batch actions on rows in the data table, like selecting several rows and exporting or deleting them.
### Draggable rows
-
- Storybook demo: Draggable rows .
-
+
- Use draggable rows if the order of rows in the data table has a meaningful impact. With draggable rows, a user can drag rows to change the order.
### Bordered cells
-
- Storybook demo: Bordered cells .
-
+
- Use bordered cells when showing complex data that might have similar values, like long numbers, to help a user visually scan data values.
### Built-in styles
-
- Storybook demo: Built-in styles .
-
+
- A data table offers several built-in text styles.
- Use the built-in styles to help offer a consistent data table experience across DHIS2 apps.
### Large cells
-
- Storybook demo: Large cells .
-
+
- Use large cells can be used for data tables that will don't show a lot of rows.
- Large cells can help users scan and work with a few rows.
@@ -194,4 +204,4 @@ Patterns are common ways of achieving some functionality. Patterns aren't offere
## Links
-- Demo
+- Demo
diff --git a/docs/docs/components/elevation.md b/docs/docs/components/elevation.md
index 8d9f2ed4ed..a25b859e99 100644
--- a/docs/docs/components/elevation.md
+++ b/docs/docs/components/elevation.md
@@ -3,21 +3,12 @@ title: Elevation
---
import { Demo } from '@site/src/components/DemoComponent.jsx'
-import { CssVariables } from '@dhis2/ui'
-
import API from '../../../components/css/API.md'
# Elevation
Elevation is used to create and communicate depth in an interface.
-
-
-
- An elevated element
-
-
-
## Usage
To use elevation, apply a `box-shadow` to an element. The `box-shadow` property takes the variable available in the UI library, as specified in the variants.
@@ -48,15 +39,10 @@ This example usees the `e200` variant.
### Variants
-
-
-
-
e100
-
e200
-
e300
-
e400
-
-
+
- There are four levels of elevation: `e100`, `e200`, `e300`, `e400`.
- Use different elevation levels to communicate different depths or stacks of elements.
diff --git a/docs/docs/components/fileinput.md b/docs/docs/components/fileinput.md
index cfa9748a1c..691e64622e 100644
--- a/docs/docs/components/fileinput.md
+++ b/docs/docs/components/fileinput.md
@@ -3,20 +3,16 @@ title: File input
---
import { Demo } from '@site/src/components/DemoComponent.jsx'
-import { FileInputField, FileListItem } from '@dhis2/ui'
-
import API from '../../../components/file-input/API.md'
# File input
A file input is used to choose and upload files.
-
-
-
+
## Usage
@@ -34,11 +30,11 @@ A file input is used to choose and upload files.
##### Label
-
-
-
+
```jsx
@@ -48,11 +44,11 @@ A file input is used to choose and upload files.
##### Button
-
-
-
+
```jsx
@@ -62,18 +58,14 @@ A file input is used to choose and upload files.
##### Help text
-
-
-
+
```jsx
-
+
```
- Use help text to tell the user about any limitations or expectations of the files, like size or format.
@@ -82,19 +74,24 @@ A file input is used to choose and upload files.
### Multiple files
-
-
-
-
-
-
-
+
```jsx
-
-
-
+
+
+
```
diff --git a/docs/docs/components/inputfield.md b/docs/docs/components/inputfield.md
index f3eec0a902..999cc5bb43 100644
--- a/docs/docs/components/inputfield.md
+++ b/docs/docs/components/inputfield.md
@@ -3,17 +3,17 @@ title: Input
---
import { Demo } from '@site/src/components/DemoComponent.jsx'
-import { InputField, TextAreaField, Tooltip } from '@dhis2/ui'
-
import API from '../../../components/input/API.md'
# Input
An input is used to enter data, like text or a number.
-
-
-
+
## Usage
@@ -38,9 +38,11 @@ An input is used to enter data, like text or a number.
##### Label
-
-
-
+
```jsx
@@ -50,12 +52,14 @@ An input is used to enter data, like text or a number.
##### Placeholder
-
-
-
+
```jsx
-
+
```
- Only use placeholder text to clarify what kind of content is expected.
@@ -65,15 +69,17 @@ An input is used to enter data, like text or a number.
##### Help text
-
-
-
+
```jsx
```
@@ -82,15 +88,13 @@ An input is used to enter data, like text or a number.
#### Size
-
-
-
-
-
-
+
```jsx
-
```
@@ -98,19 +102,18 @@ An input is used to enter data, like text or a number.
#### Width
-
-
-
-
-
-
+
```jsx
-
-
+
+
```
-- Inputs width should reflect the expected content.
+Inputs width should reflect the expected content.
+
- If a three digit number is expected then the input should be narrow.
- If a longer sentence is expected then the input should be wider.
@@ -118,9 +121,11 @@ An input is used to enter data, like text or a number.
### Textarea
-
-
-
+
```jsx
@@ -136,9 +141,11 @@ An input is used to enter data, like text or a number.
### Read-only
-
-
-
+
```jsx
@@ -150,16 +157,18 @@ An input is used to enter data, like text or a number.
### State: Error
-
-
-
+
```jsx
```
@@ -169,9 +178,17 @@ An input is used to enter data, like text or a number.
### State: Disabled
-
-
-
+
+
+```jsx
+
+```
+
+However, it is recommended to add a Tooltip to explain why the input is disabled.
```jsx
@@ -184,9 +201,11 @@ An input is used to enter data, like text or a number.
### Data type: Text
-
-
-
+
```jsx
@@ -197,9 +216,11 @@ An input is used to enter data, like text or a number.
### Data type: Number
-
-
-
+
```jsx
-
-
+
```jsx
-
-
+
```jsx
-
-
+
## Usage
@@ -37,9 +38,10 @@ Loaders are used to show that something is in progress. They keep users informed
#### Circular
-
-
-
+
```jsx
@@ -49,9 +51,11 @@ Loaders are used to show that something is in progress. They keep users informed
#### Linear
-
-
-
+
```jsx
@@ -63,14 +67,32 @@ Loaders are used to show that something is in progress. They keep users informed
#### Size
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
```jsx
@@ -86,15 +108,15 @@ Loaders are used to show that something is in progress. They keep users informed
### Inverted
-
-
-
-
-
-
+
+
+```jsx
+
+```
- Inverted loaders can be used on dark backgrounds, like a blocking backdrop layer.
diff --git a/docs/docs/components/menu.md b/docs/docs/components/menu.md
index 11aef00a17..92759444be 100644
--- a/docs/docs/components/menu.md
+++ b/docs/docs/components/menu.md
@@ -3,21 +3,16 @@ title: Menu
---
import { Demo } from '@site/src/components/DemoComponent.jsx'
-import { FlyoutMenu, MenuItem, MenuDivider, MenuSectionHeader, IconSave24, IconDelete24, IconShare24, IconEdit24, IconVisualizationColumn24, IconFilter24, IconClock24, IconLaunch16 } from '@dhis2/ui'
-
import API from '../../../components/menu/API.md'
# Menu
A menu gives access to menu items, through a panel that opens from a trigger element. Menu items usually trigger actions.
-
-
-
-
-
-
-
+
## Usage
@@ -41,23 +36,39 @@ A menu gives access to menu items, through a panel that opens from a trigger ele
##### Order and grouping
-
-
-
-
-
-
-
-
-
+
```jsx
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
+
+
+
```
@@ -66,24 +77,12 @@ A menu gives access to menu items, through a panel that opens from a trigger ele
##### Size
-
-
-
-
-
-
-
-
-
-
-
-
+
```jsx
-
-
-
-
@@ -95,13 +94,7 @@ A menu gives access to menu items, through a panel that opens from a trigger ele
#### Nesting
-
-
-
-
-
-
-
+As shown in the [order and grouping](#order-and-grouping) section, a menu can contain multiple levels of menu items.
```jsx
@@ -119,16 +112,7 @@ A menu gives access to menu items, through a panel that opens from a trigger ele
### Dividers and section headers
-
-
-
-
-
-
-
-
-
-
+As shown in the [order and grouping](#order-and-grouping) section, a menu can contain dividers and section headers.
```jsx
@@ -148,22 +132,17 @@ A menu gives access to menu items, through a panel that opens from a trigger ele
### Suffix
-
-
- } label="Filter data" />
- } label="Change time period" />
- } label="Open in Data Visualizer app" suffix= { }/>
-
-
+
```jsx
- } label="Filter data" />
- } label="Change time period" />
}
- label="Open in Data Visualizer app"
- suffix={ }
+ suffix={ }
+ icon={ }
+ label="Open in data visualizer"
/>
```
@@ -175,20 +154,19 @@ A menu gives access to menu items, through a panel that opens from a trigger ele
### Icon
-
-
- } label="Save" />
- } label="Rename" />
- } label="Share" />
-
-
+
```jsx
-
- } label="Save" />
- } label="Rename" />
- } label="Share" />
-
+
+ } label="Menu item" />
+ }
+ label="Menu item - with custom icon fill"
+ />
+
```
- A menu item can show an icon.
@@ -197,24 +175,14 @@ A menu gives access to menu items, through a panel that opens from a trigger ele
### Type: Destructive
-
-
- } label="Save" />
- } label="Rename" />
- } label="Share" />
-
- } label="Delete program" />
-
-
+
```jsx
-
- } label="Save" />
- } label="Rename" />
- } label="Share" />
-
- } label="Delete program" />
-
+
```
- Use destructive menu items for critical, destructive actions like _Delete_ or _End process_.
@@ -224,20 +192,14 @@ A menu gives access to menu items, through a panel that opens from a trigger ele
### State: Disabled
-
-
- } label="Save" />
- } label="Rename" />
- } label="Share" />
-
-
+
```jsx
-
- } label="Save" />
- } label="Rename" />
- } label="Share" />
-
+
```
- Use disabled menu items when a menu item is temporarily unavailable.
diff --git a/docs/docs/components/modal.md b/docs/docs/components/modal.md
index 6f430258b4..8b7c843008 100755
--- a/docs/docs/components/modal.md
+++ b/docs/docs/components/modal.md
@@ -3,18 +3,16 @@ title: Modal
---
import { Demo } from '../../src/components/DemoComponent.jsx'
-import { ModalDemoMain, ModalDemoActions, ModalDemoLoading, ModalDemoError } from '@site/src/components/ModalDemos.jsx'
-import { Modal, ModalTitle, ModalContent, ModalActions, Button } from '@dhis2/ui'
-
import API from '../../../components/modal/API.md'
# Modal
A modal shows content on a layer on top of page, interrupting a workflow and focusing a user's attention on the modal contents.
-
-
-
+
## Usage
@@ -57,36 +55,43 @@ A modal shows content on a layer on top of page, interrupting a workflow and foc
The `hide` variable used in the demo's below are initiated using `useState(true)` and set to `false` with the button you see in the demos.
:::
-
-
-
+
+
+Here's the initial state of the demo, showing the buttons that control the modal:
+
+```jsx
+
+ setHide(false)} disabled={!render}>
+ Show the hidden modal
+
+
+ setRender(true)} disabled={render}>
+ Render Modal
+
+
+```
+
+Here's the modal that is controlled by the buttons:
```jsx
- Modal title
+ Can be hidden
-
-
+
- setHide(true)} secondary>
- Cancel
+ setRender(false)} secondary>
+ Close modal
+
setHide(true)} primary>
- Save changes
+ Hide modal
@@ -100,9 +105,10 @@ The `hide` variable used in the demo's below are initiated using `useState(true)
### State: Loading
-
-
-
+
```jsx
@@ -132,9 +138,10 @@ The `hide` variable used in the demo's below are initiated using `useState(true)
### State: Error
-
-
-
+
```jsx
diff --git a/docs/docs/components/notice-box.md b/docs/docs/components/notice-box.md
index 99abd0d4e3..b414ad1af9 100644
--- a/docs/docs/components/notice-box.md
+++ b/docs/docs/components/notice-box.md
@@ -3,7 +3,6 @@ title: Notice box
---
import { Demo } from '@site/src/components/DemoComponent.jsx'
-import { NoticeBox, Button } from '@dhis2/ui'
import API from '../../../components/notice-box/API.md'
@@ -11,11 +10,10 @@ import API from '../../../components/notice-box/API.md'
A notice box shows important information about a situation.
-
-
- Notice box content
-
-
+
## Usage
@@ -43,11 +41,10 @@ A notice box shows important information about a situation.
#### Information
-
-
- Dashboard data can take a few hours to update, so the most recent data might not be shown.
-
-
+
```jsx
@@ -60,21 +57,15 @@ A notice box shows important information about a situation.
#### Warning
-
-
- No one will be able to find this program because it doesn't have any assigned organisation units.
- Edit access settings
-
-
+
```jsx
-
- No one will be able to find this program because it doesn't have any
- assigned organisation units.
-
-
- Edit access settings
-
+
+ No one will be able to access this program. Add some Organisation Units to
+ the access list.
```
@@ -83,21 +74,15 @@ A notice box shows important information about a situation.
#### Error
-
-
- There isn't any data because there was a problem generating analytics tables.
- Go to analytics tables
-
-
+
```jsx
-
- There isn't any data because there was a problem generating analytics
- tables.
-
-
- Go to analytics tables
-
+
+ Data could be accessed from outside this instance. Update access rules
+ immediately.
```
@@ -106,16 +91,14 @@ A notice box shows important information about a situation.
#### Valid
-
-
- Your password has been reset. You can log in with your username and password.
-
-
+
```jsx
-
- Your password has been reset. You can log in with your username and
- password.
+
+ Programs using these rules are updated automatically.
```
diff --git a/docs/docs/components/org-unit-tree.md b/docs/docs/components/org-unit-tree.md
index dbcdb1dd6e..28b7711d92 100644
--- a/docs/docs/components/org-unit-tree.md
+++ b/docs/docs/components/org-unit-tree.md
@@ -3,8 +3,6 @@ title: Organisation unit tree
---
import { Demo } from '@site/src/components/DemoComponent.jsx'
-import { OrganisationUnitTree } from '@dhis2/ui'
-
import API from '../../../components/organisation-unit-tree/API.md'
# Organisation unit tree
@@ -13,9 +11,10 @@ import API from '../../../components/organisation-unit-tree/API.md'
An organisation unit tree is used to choose organisation units from a hierarchy.
-
- See storybook for demos.
-
+
## Usage
@@ -32,6 +31,11 @@ An organisation unit tree is used to choose organisation units from a hierarchy.
### Selection mode: Single
+
+
- In _Single selection mode_ only one organisation unit can be chosen.
- Use this mode when choosing more than one organisation unit isn't valid.
diff --git a/docs/docs/components/pagination.md b/docs/docs/components/pagination.md
index 491f607024..083b410c6a 100644
--- a/docs/docs/components/pagination.md
+++ b/docs/docs/components/pagination.md
@@ -3,7 +3,6 @@ title: Pagination
---
import { Demo } from '@site/src/components/DemoComponent.jsx'
-import { Pagination } from '@dhis2/ui'
import API from '../../../components/pagination/API.md'
@@ -11,9 +10,10 @@ import API from '../../../components/pagination/API.md'
Pagination is used to navigate content across several pages.
-
-
-
+
## Usage
@@ -39,9 +39,11 @@ Different elements of the pagination component can be included, depending on the
### Element: Page number selector
-
-
-
+
```jsx
-
-
+
```jsx
-
-
+
```jsx
- Storybook demo: Popover .
-
+
## Usage
diff --git a/docs/docs/components/radio.md b/docs/docs/components/radio.md
index 4a6192de55..57fbced36b 100644
--- a/docs/docs/components/radio.md
+++ b/docs/docs/components/radio.md
@@ -3,18 +3,18 @@ title: Radio
---
import { Demo } from '@site/src/components/DemoComponent.jsx'
-import { Radio } from '@dhis2/ui'
-
import API from '../../../components/radio/API.md'
+import Tabs from '@theme/Tabs'
+import TabItem from '@theme/TabItem'
# Radio
Radio inputs are used to choose one item from a list.
-
-
-
-
+
## Usage
@@ -43,10 +43,20 @@ Radio inputs are used to choose one item from a list.
#### Size
-
-
-
-
+
+
+
+
+
+
+
+
```jsx
diff --git a/docs/docs/components/segmented-control.md b/docs/docs/components/segmented-control.md
index 1e1da41e50..7c750f7774 100644
--- a/docs/docs/components/segmented-control.md
+++ b/docs/docs/components/segmented-control.md
@@ -3,7 +3,6 @@ title: Segmented control
---
import { Demo } from '@site/src/components/DemoComponent.jsx'
-import { SegmentedControl } from '@dhis2/ui'
import API from '../../../components/segmented-control/API.md'
@@ -11,27 +10,10 @@ import API from '../../../components/segmented-control/API.md'
A segmented control is used to choose between related options that have an effect on a related area.
-
- {
- console.log(value)
- }}
- />
-
+
## Usage
@@ -39,15 +21,15 @@ A segmented control is used to choose between related options that have an effec
-
-
-
-
-
-
-
-
-
-
-
-
-
+
## Usage
@@ -40,24 +28,17 @@ Selects are used to choose one or more items from a list of options.
#### Single select
-
-
-
-
-
-
-
-
-
-
-
-
+
```jsx
-
-
-
+
+
+
```
@@ -65,19 +46,14 @@ Selects are used to choose one or more items from a list of options.
#### Multi select
-
-
-
-
-
-
-
-
-
-
+
```jsx
-
+
@@ -97,20 +73,11 @@ Selects are used to choose one or more items from a list of options.
##### Placeholder
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
```jsx
@@ -127,20 +94,11 @@ Selects are used to choose one or more items from a list of options.
##### Help text
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
```jsx
-
-
-
-
-
-
-
-
-
-
-
+
```jsx
-
-
-
-
-
@@ -195,20 +140,10 @@ Selects are used to choose one or more items from a list of options.
### Filtering
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
```jsx
@@ -225,20 +160,10 @@ Selects are used to choose one or more items from a list of options.
### Clearing
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
```jsx
@@ -255,20 +180,11 @@ Selects are used to choose one or more items from a list of options.
### Prefix
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
```jsx
@@ -285,25 +201,15 @@ Selects are used to choose one or more items from a list of options.
### State: Error
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
```jsx
@@ -319,20 +225,10 @@ Selects are used to choose one or more items from a list of options.
### State: Disabled
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
```jsx
diff --git a/docs/docs/components/switch.md b/docs/docs/components/switch.md
index 42399666f4..7e7bc91025 100644
--- a/docs/docs/components/switch.md
+++ b/docs/docs/components/switch.md
@@ -3,7 +3,6 @@ title: Switch
---
import { Demo } from '@site/src/components/DemoComponent.jsx'
-import { Switch } from '@dhis2/ui'
import API from '../../../components/switch/API.md'
@@ -11,16 +10,15 @@ import API from '../../../components/switch/API.md'
Switches are used to toggle something between an on and off state.
-
-
-
-
+
## Usage
```jsx
-
-
+
```
### When to use
@@ -40,14 +38,13 @@ Switches are used to toggle something between an on and off state.
#### Size
-
-
-
-
+
```jsx
-
-
+
```
- Switches are available in two sizes, regular and `dense`. Regular sized switches are useful when there's space available. Use `dense` sized switches in compact, information-dense interfaces.
diff --git a/docs/docs/components/tab.md b/docs/docs/components/tab.md
index ed27492cac..e6963b22c8 100644
--- a/docs/docs/components/tab.md
+++ b/docs/docs/components/tab.md
@@ -3,7 +3,6 @@ title: Tabs
---
import { Demo } from '@site/src/components/DemoComponent.jsx'
-import { TabBar, Tab, IconSubscribe16, IconShare16, IconDownload16 } from '@dhis2/ui'
import API from '../../../components/tab/API.md'
@@ -11,14 +10,10 @@ import API from '../../../components/tab/API.md'
Tabs are used to navigate between different views within the same page or context.
-
-
- Tab label 1
- Tab label 2
- Tab label 3
- Tab label 4
-
-
+
## Usage
@@ -43,13 +38,10 @@ Tabs are used to navigate between different views within the same page or contex
### Icon
-
-
- }>Notifications
- } selected>Sharing and access
- }>Downloads
-
-
+
```jsx
@@ -67,14 +59,12 @@ Tabs are used to navigate between different views within the same page or contex
### State: Disabled
-
-
- Tab label 1
- Tab label 2
- Tab label 3
- Tab label 4
-
-
+
+
+In the example above you can see the 3rd tab is disabled.
```jsx
diff --git a/docs/docs/components/tag.md b/docs/docs/components/tag.md
index f93c9aa182..c6c23e034d 100644
--- a/docs/docs/components/tag.md
+++ b/docs/docs/components/tag.md
@@ -3,7 +3,8 @@ title: Tag
---
import { Demo } from '@site/src/components/DemoComponent.jsx'
-import { Chip, Tag, IconError16, IconCheckmarkCircle16 } from '@dhis2/ui'
+import Tabs from '@theme/Tabs'
+import TabItem from '@theme/TabItem'
import API from '../../../components/tag/API.md'
@@ -11,9 +12,10 @@ import API from '../../../components/tag/API.md'
Tags are used to label items by a set of shared properties, like category or status.
-
- Tag label
-
+
## Usage
@@ -28,12 +30,39 @@ Tags are used to label items by a set of shared properties, like category or sta
### Variants
-| Variant | When to use |
-| ---------------------------- | ------------------------------------------------------------------------- |
-| Default | The default choice. Use this if no other variant matches the use case. |
-| Neutral | Use to communicate neutrality, when something isn't positive or negative. |
-| Positive | Use to communicate success or validity. |
-| Negative | Use to communicate a problem or error. |
+| Variant | When to use |
+| -------- | ------------------------------------------------------------------------- |
+| Default | The default choice. Use this if no other variant matches the use case. |
+| Neutral | Use to communicate neutrality, when something isn't positive or negative. |
+| Positive | Use to communicate success or validity. |
+| Negative | Use to communicate a problem or error. |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
```jsx
Default
@@ -52,12 +81,10 @@ Tags are used to label items by a set of shared properties, like category or sta
### Icon
-
-
- } positive>Passed
- } negative>Failed
-
-
+
```jsx
} positive>Passed
@@ -70,14 +97,35 @@ Tags are used to label items by a set of shared properties, like category or sta
### Bold
-
-
- Tag label
- Tag label
- Tag label
- Tag label
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
```jsx
Tag label
diff --git a/docs/docs/components/tooltip.md b/docs/docs/components/tooltip.md
index 74c387f784..87576744e8 100644
--- a/docs/docs/components/tooltip.md
+++ b/docs/docs/components/tooltip.md
@@ -3,7 +3,8 @@ title: Tooltip
---
import { Demo } from '@site/src/components/DemoComponent.jsx'
-import { Tooltip } from '@dhis2/ui'
+import Tabs from '@theme/Tabs'
+import TabItem from '@theme/TabItem'
import API from '../../../components/tooltip/API.md'
@@ -11,9 +12,10 @@ import API from '../../../components/tooltip/API.md'
A tooltip is used to show contextual information when triggered by clicking, focusing, or hovering an element.
-
- Hover to trigger tooltip.
-
+
## Usage
@@ -38,15 +40,32 @@ A tooltip is used to show contextual information when triggered by clicking, foc
### Position
-
- Hover to trigger top tooltip.
-
- Hover to trigger left tooltip.
-
- Hover to trigger right tooltip.
-
- Hover to trigger bottom tooltip.
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
```jsx
Hover to trigger top tooltip.
@@ -60,9 +79,11 @@ A tooltip is used to show contextual information when triggered by clicking, foc
### Delay
-
- Hover to trigger a tooltip with a longer open delay and shorter close delay.
-
+
```jsx
diff --git a/docs/docs/components/transfer.md b/docs/docs/components/transfer.md
index cd7a508eb6..e261277895 100644
--- a/docs/docs/components/transfer.md
+++ b/docs/docs/components/transfer.md
@@ -3,18 +3,16 @@ title: Transfer
---
import { Demo } from '@site/src/components/DemoComponent.jsx'
-import { TransferDemoMain, TransferDemoHeader, TransferDemoFooter, TransferDemoReorder, TransferDemoFilter } from '@site/src/components/TransferDemos.jsx'
-import { Transfer, Button } from '@dhis2/ui'
-
import API from '../../../components/transfer/API.md'
# Transfer
A transfer is used to make complex selections from a list of options.
-
-
-
+
## Usage
@@ -52,9 +50,11 @@ const onChange = (payload) => setSelected(payload.selected)
### Header
-
-
-
+
```jsx
setSelected(payload.selected)
/>
```
-The `header` component is as follows:
-
-```jsx
-
- {props.label}
-
-```
+The `header` component in this case is a simple `h4` element.
- Use headers for titles that make it clear what the transfer options are.
- _Source list_ headers could also contain group filters.
### Footer
-
-
-
+
```jsx
-
- Reload
-
-
+
+ Reload list
+
```
- Use footers for actions that apply to a list, like _Reload items_.
### Reordering
-
-
-
+
```jsx
-
-
+
```jsx
+
- Different types of data will need different loading strategies.
- Use a [`Loader`](loading.md) to block interaction if using the transfer while loading is taking place can cause problems.
- A common pattern is loading more options as a user scrolls. See the [Transfer: Infinite Loading recipe](../recipes/transfer-infinite-loading-all-options-selected.md) for more information.
diff --git a/docs/src/components/CalendarDemo.jsx b/docs/src/components/CalendarDemo.jsx
deleted file mode 100644
index 869d0feef8..0000000000
--- a/docs/src/components/CalendarDemo.jsx
+++ /dev/null
@@ -1,66 +0,0 @@
-import { Box } from '@dhis2-ui/box'
-import { Calendar } from '@dhis2-ui/calendar'
-import PropTypes from 'prop-types'
-import React, { useState } from 'react'
-
-const CalendarDemo = (props) => {
- const [selectedDate, setSelectedDate] = useState()
- const isoDate = selectedDate?.withCalendar('iso8601')
-
- const Component = props.component
-
- return (
-
- {
- setSelectedDate(date?.calendarDate ?? null)
- }}
- {...props}
- />
-
-
- {selectedDate && (
- <>
-
- Gregorian date: {isoDate.year} - {isoDate.month}{' '}
- - {isoDate.day}
-
- Calendar date:{' '}
- {selectedDate.eraYear ||
- selectedDate.year} - {selectedDate.month} -{' '}
- {selectedDate.day}
-
- >
- )}
- {selectedDate === null && <>null>}
-
-
-
- )
-}
-
-CalendarDemo.defaultProps = {
- component: Calendar,
- dir: 'ltr',
- timeZone: 'UTC',
- weekDayFormat: 'narrow',
-}
-CalendarDemo.propTypes = {
- calendar: PropTypes.any.isRequired,
- component: PropTypes.elementType,
- dir: PropTypes.oneOf(['ltr', 'rtl']),
- locale: PropTypes.string,
- timeZone: PropTypes.string,
- weekDayFormat: PropTypes.string,
-}
-export { CalendarDemo }
diff --git a/docs/src/components/DemoComponent.jsx b/docs/src/components/DemoComponent.jsx
index 712d5c4ea9..db6c27866d 100644
--- a/docs/src/components/DemoComponent.jsx
+++ b/docs/src/components/DemoComponent.jsx
@@ -1,15 +1,80 @@
import PropTypes from 'prop-types'
-import React from 'react'
+import React, { useRef } from 'react'
+import { DEMO_URL } from '../constants.js'
import styles from './DemoComponent.module.css'
-export const Demo = (props) => {
+export const Demo = ({ path, args, height }) => {
+ const iframeRef = useRef(null)
+
+ const handleReload = () => {
+ if (iframeRef.current) {
+ iframeRef.current.contentWindow.location.reload()
+ }
+ }
+
+ const formatPath = (path) => {
+ if (!path) {
+ return false
+ }
+ return path.startsWith('/story/') ? path : `/story/${path}`
+ }
+
+ const handleShowFullDemo = () => {
+ const formattedPath = formatPath(path)
+ const fullDemoUrl = `${DEMO_URL}/?path=${encodeURIComponent(
+ formattedPath
+ )}${
+ args
+ ? `&args=${encodeURIComponent(args)
+ .replace(/%3A/g, ':')
+ .replace(/%3B/g, ';')}`
+ : ''
+ }`
+ window.open(fullDemoUrl, '_blank', 'noopener,noreferrer')
+ }
+
+ const iframeSrc = `${DEMO_URL}/iframe.html?path=${encodeURIComponent(
+ formatPath(path)
+ )}&full=1&shortcuts=false&singleStory=true${
+ args ? `&args=${encodeURIComponent(args)}` : ''
+ }`
+
return (
-
Demo
-
{props.children}
+
+ Demo
+
+
+ Reset demo
+
+
+ Go to full demo
+
+
+
+
+
+
)
}
+
Demo.propTypes = {
- children: PropTypes.node,
+ path: PropTypes.string.isRequired,
+ args: PropTypes.string,
+ height: PropTypes.string,
+}
+
+Demo.defaultProps = {
+ args: '',
+ height: '100px',
}
diff --git a/docs/src/components/DemoComponent.module.css b/docs/src/components/DemoComponent.module.css
index 6e5ae269fd..3101760e9f 100644
--- a/docs/src/components/DemoComponent.module.css
+++ b/docs/src/components/DemoComponent.module.css
@@ -20,4 +20,39 @@
font-size: 0.8rem;
padding: 2px 4px;
font-family: monospace;
+ display: flex;
+ justify-content: space-between;
+ align-items: center;
}
+
+.buttons {
+ display: flex;
+ gap: 8px;
+}
+
+.button {
+ background-color: transparent;
+ color: var(--ifm-color-emphasis-900);
+ border: 1px solid var(--ifm-color-emphasis-700);
+ border-radius: 4px;
+ cursor: pointer;
+ font-size: 0.8rem;
+ padding: 2px 4px;
+ text-decoration: none;
+ display: inline-flex;
+ align-items: center;
+ justify-content: center;
+ transition: background-color 0.3s ease;
+}
+
+.button:hover {
+ background-color: var(--ifm-color-emphasis-900);
+ border-color: var(--ifm-color-emphasis-900);
+ color: #fff;
+}
+
+.iframe {
+ width: 100%;
+ height: 100%;
+ border: none;
+}
\ No newline at end of file
diff --git a/docs/src/components/ModalDemos.jsx b/docs/src/components/ModalDemos.jsx
deleted file mode 100644
index c127aba4f1..0000000000
--- a/docs/src/components/ModalDemos.jsx
+++ /dev/null
@@ -1,168 +0,0 @@
-import {
- Modal,
- ModalTitle,
- ModalContent,
- ModalActions,
- Box,
- Button,
- ButtonStrip,
- CenteredContent,
- CircularLoader,
- InputField,
- NoticeBox,
-} from '@dhis2/ui'
-import React, { useState } from 'react'
-
-export const ModalDemoMain = () => {
- const [hide, setHide] = useState(true)
-
- return (
-
- setHide(false)}>Show modal
-
- {!hide && (
-
- Modal title
-
- Modal content goes here.
-
-
-
- setHide(true)} secondary>
- Secondary action
-
- setHide(true)} primary>
- Primary action
-
-
-
-
- )}
-
- )
-}
-
-export const ModalDemoActions = () => {
- const [hide, setHide] = useState(true)
-
- return (
-
- setHide(false)}>Show modal
-
- {!hide && (
-
- Modal title
-
-
-
-
-
-
-
-
- setHide(true)} secondary>
- Cancel
-
- setHide(true)} primary>
- Save changes
-
-
-
-
- )}
-
- )
-}
-
-export const ModalDemoLoading = () => {
- const [hide, setHide] = useState(true)
-
- return (
-
- setHide(false)}>Show modal
-
- {!hide && (
-
- Modal title
-
-
-
-
-
-
-
-
-
- setHide(true)} secondary>
- Cancel
-
- setHide(true)} primary>
- Save changes
-
-
-
-
- )}
-
- )
-}
-
-export const ModalDemoError = () => {
- const [hide, setHide] = useState(true)
-
- return (
-
- setHide(false)}>Show modal
-
- {!hide && (
-
- Update profile
-
-
-
-
-
- There's a problem with this form.
-
-
-
-
-
- setHide(true)} secondary>
- Cancel
-
- setHide(true)}
- primary
- >
- Save changes
-
-
-
-
- )}
-
- )
-}
diff --git a/docs/src/components/TransferDemos.jsx b/docs/src/components/TransferDemos.jsx
deleted file mode 100644
index 3813caf124..0000000000
--- a/docs/src/components/TransferDemos.jsx
+++ /dev/null
@@ -1,189 +0,0 @@
-import { Transfer, Button } from '@dhis2/ui'
-import PropTypes from 'prop-types'
-import React, { useState } from 'react'
-
-const transferOptions = [
- {
- label: 'ANC 1st visit',
- value: 'anc_1st_visit',
- },
- {
- label: 'ANC 2nd visit',
- value: 'anc_2nd_visit',
- },
- {
- label: 'ANC 3rd visit',
- value: 'anc_3rd_visit',
- },
- {
- label: 'ANC 4th or more visits',
- value: 'anc_4th_or_more_visits',
- },
- {
- label: 'ARI treated with antibiotics (pneumonia) follow-up',
- value: 'ari_treated_with_antibiotics_(pneumonia)_follow-up',
- },
- {
- label: 'ARI treated with antibiotics (pneumonia) new',
- value: 'ari_treated_with_antibiotics_(pneumonia)_new',
- },
- {
- label: 'ARI treated with antibiotics (pneumonia) referrals',
- value: 'ari_treated_with_antibiotics_(pneumonia)_referrals',
- },
- {
- label: 'ARI treated without antibiotics (cough) follow-up',
- value: 'ari_treated_without_antibiotics_(cough)_follow-up',
- },
- {
- label: 'ARI treated without antibiotics (cough) new',
- value: 'ari_treated_without_antibiotics_(cough)_new',
- },
- {
- label: 'ARI treated without antibiotics (cough) referrals',
- value: 'ari_treated_without_antibiotics_(cough)_referrals',
- },
- {
- label: 'ART No clients who stopped TRT due to TRT failure',
- value: 'art_no_clients_who_stopped_trt_due_to_trt_failure',
- },
- {
- label: 'ART No clients who stopped TRT due to adverse clinical status/event',
- value: 'art_no_clients_who_stopped_trt_due_to_adverse_clinical_status/event',
- },
- {
- label: 'ART No clients with change of regimen due to drug toxicity',
- value: 'art_no_clients_with_change_of_regimen_due_to_drug_toxicity',
- },
- {
- label: 'ART No clients with new adverse drug reaction',
- value: 'art_no_clients_with_new_adverse_drug_reaction',
- },
- {
- label: 'ART No started Opportunist Infection prophylaxis',
- value: 'art_no_started_opportunist_infection_prophylaxis',
- },
- {
- label: 'ART clients with new adverse clinical event',
- value: 'art_clients_with_new_adverse_clinical_event',
- },
- {
- label: 'ART defaulters',
- value: 'art_defaulters',
- },
- {
- label: 'ART enrollment stage 1',
- value: 'art_enrollment_stage_1',
- },
- {
- label: 'ART enrollment stage 2',
- value: 'art_enrollment_stage_2',
- },
- {
- label: 'ART enrollment stage 3',
- value: 'art_enrollment_stage_3',
- },
- {
- label: 'ART enrollment stage 4',
- value: 'art_enrollment_stage_4',
- },
- {
- label: 'ART entry point: No PMTCT',
- value: 'art_entry_point:_no_pmtct',
- },
-]
-
-const initiallySelected = []
-
-export const TransferDemoMain = () => {
- const [selected, setSelected] = useState()
- const onChange = (payload) => setSelected(payload.selected)
- return (
-
- )
-}
-const Header = (props) => {
- return (
-
- {props.label}
-
- )
-}
-Header.propTypes = {
- label: PropTypes.string,
-}
-
-export const TransferDemoHeader = () => {
- const [selected, setSelected] = useState()
- const onChange = (payload) => setSelected(payload.selected)
- return (
- }
- rightHeader={}
- onChange={onChange}
- />
- )
-}
-
-const Footer = () => {
- return (
-
-
- Reload
-
-
- )
-}
-
-export const TransferDemoFooter = () => {
- const [selected, setSelected] = useState()
- const onChange = (payload) => setSelected(payload.selected)
- return (
- }
- onChange={onChange}
- />
- )
-}
-
-export const TransferDemoReorder = () => {
- const [selected, setSelected] = useState(initiallySelected)
- const onChange = (payload) => setSelected(payload.selected)
- return (
-
- )
-}
-
-export const TransferDemoFilter = () => {
- const [selected, setSelected] = useState(initiallySelected)
- const onChange = (payload) => setSelected(payload.selected)
- return (
-
- )
-}
diff --git a/docs/src/constants.js b/docs/src/constants.js
new file mode 100644
index 0000000000..c4eaafccf6
--- /dev/null
+++ b/docs/src/constants.js
@@ -0,0 +1,2 @@
+// export const DEMO_URL = 'http://127.0.0.1:8080'
+export const DEMO_URL = '/demo'
From fc45bbb63dda177907d3b83318718dbd74188fcf Mon Sep 17 00:00:00 2001
From: "@dhis2-bot"
Date: Tue, 10 Sep 2024 12:54:58 +0000
Subject: [PATCH 153/170] chore(release): cut 9.11.4 [skip release]
## [9.11.4](https://github.com/dhis2/ui/compare/v9.11.3...v9.11.4) (2024-09-10)
### Bug Fixes
* circular dependency in input-field ([#1590](https://github.com/dhis2/ui/issues/1590)) ([bcd0f41](https://github.com/dhis2/ui/commit/bcd0f41f3ba583c5ce23af316a61709e4f90b93a))
---
CHANGELOG.md | 7 ++
collections/forms/package.json | 20 ++--
collections/ui/package.json | 98 +++++++++----------
components/alert/package.json | 8 +-
components/box/package.json | 4 +-
components/button/package.json | 12 +--
components/calendar/package.json | 16 +--
components/card/package.json | 4 +-
components/center/package.json | 4 +-
components/checkbox/package.json | 8 +-
components/chip/package.json | 4 +-
components/cover/package.json | 4 +-
components/css/package.json | 4 +-
components/divider/package.json | 4 +-
components/field/package.json | 10 +-
components/file-input/package.json | 16 +--
components/header-bar/package.json | 30 +++---
components/help/package.json | 4 +-
components/input/package.json | 16 +--
components/intersection-detector/package.json | 4 +-
components/label/package.json | 6 +-
components/layer/package.json | 6 +-
components/legend/package.json | 6 +-
components/loader/package.json | 4 +-
components/logo/package.json | 4 +-
components/menu/package.json | 16 +--
components/modal/package.json | 14 +--
components/node/package.json | 6 +-
components/notice-box/package.json | 6 +-
.../organisation-unit-tree/package.json | 12 +--
components/pagination/package.json | 10 +-
components/popover/package.json | 8 +-
components/popper/package.json | 4 +-
components/portal/package.json | 2 +-
components/radio/package.json | 4 +-
components/required/package.json | 4 +-
components/segmented-control/package.json | 4 +-
components/select/package.json | 30 +++---
components/selector-bar/package.json | 22 ++---
components/sharing-dialog/package.json | 34 +++----
components/status-icon/package.json | 8 +-
components/switch/package.json | 8 +-
components/tab/package.json | 8 +-
components/table/package.json | 6 +-
components/tag/package.json | 4 +-
components/text-area/package.json | 14 +--
components/tooltip/package.json | 8 +-
components/transfer/package.json | 14 +--
components/user-avatar/package.json | 4 +-
constants/package.json | 2 +-
docs/package.json | 2 +-
icons/package.json | 2 +-
package.json | 2 +-
storybook/package.json | 6 +-
54 files changed, 287 insertions(+), 280 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b30be1234f..0885898eb3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## [9.11.4](https://github.com/dhis2/ui/compare/v9.11.3...v9.11.4) (2024-09-10)
+
+
+### Bug Fixes
+
+* circular dependency in input-field ([#1590](https://github.com/dhis2/ui/issues/1590)) ([bcd0f41](https://github.com/dhis2/ui/commit/bcd0f41f3ba583c5ce23af316a61709e4f90b93a))
+
## [9.11.3](https://github.com/dhis2/ui/compare/v9.11.2...v9.11.3) (2024-08-21)
diff --git a/collections/forms/package.json b/collections/forms/package.json
index 4c8d890c82..ebe918ef9f 100644
--- a/collections/forms/package.json
+++ b/collections/forms/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-forms",
- "version": "9.11.3",
+ "version": "9.11.4",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
"sideEffects": [
@@ -35,15 +35,15 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.11.3",
- "@dhis2-ui/checkbox": "9.11.3",
- "@dhis2-ui/field": "9.11.3",
- "@dhis2-ui/file-input": "9.11.3",
- "@dhis2-ui/input": "9.11.3",
- "@dhis2-ui/radio": "9.11.3",
- "@dhis2-ui/select": "9.11.3",
- "@dhis2-ui/switch": "9.11.3",
- "@dhis2-ui/text-area": "9.11.3",
+ "@dhis2-ui/button": "9.11.4",
+ "@dhis2-ui/checkbox": "9.11.4",
+ "@dhis2-ui/field": "9.11.4",
+ "@dhis2-ui/file-input": "9.11.4",
+ "@dhis2-ui/input": "9.11.4",
+ "@dhis2-ui/radio": "9.11.4",
+ "@dhis2-ui/select": "9.11.4",
+ "@dhis2-ui/switch": "9.11.4",
+ "@dhis2-ui/text-area": "9.11.4",
"classnames": "^2.3.1",
"final-form": "^4.20.2",
"prop-types": "^15.7.2",
diff --git a/collections/ui/package.json b/collections/ui/package.json
index 91c3245f68..872a6fcddc 100644
--- a/collections/ui/package.json
+++ b/collections/ui/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui",
- "version": "9.11.3",
+ "version": "9.11.4",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
"exports": {
@@ -21,54 +21,54 @@
"build": "d2-app-scripts build"
},
"dependencies": {
- "@dhis2-ui/alert": "9.11.3",
- "@dhis2-ui/box": "9.11.3",
- "@dhis2-ui/button": "9.11.3",
- "@dhis2-ui/calendar": "9.11.3",
- "@dhis2-ui/card": "9.11.3",
- "@dhis2-ui/center": "9.11.3",
- "@dhis2-ui/checkbox": "9.11.3",
- "@dhis2-ui/chip": "9.11.3",
- "@dhis2-ui/cover": "9.11.3",
- "@dhis2-ui/css": "9.11.3",
- "@dhis2-ui/divider": "9.11.3",
- "@dhis2-ui/field": "9.11.3",
- "@dhis2-ui/file-input": "9.11.3",
- "@dhis2-ui/header-bar": "9.11.3",
- "@dhis2-ui/help": "9.11.3",
- "@dhis2-ui/input": "9.11.3",
- "@dhis2-ui/intersection-detector": "9.11.3",
- "@dhis2-ui/label": "9.11.3",
- "@dhis2-ui/layer": "9.11.3",
- "@dhis2-ui/legend": "9.11.3",
- "@dhis2-ui/loader": "9.11.3",
- "@dhis2-ui/logo": "9.11.3",
- "@dhis2-ui/menu": "9.11.3",
- "@dhis2-ui/modal": "9.11.3",
- "@dhis2-ui/node": "9.11.3",
- "@dhis2-ui/notice-box": "9.11.3",
- "@dhis2-ui/organisation-unit-tree": "9.11.3",
- "@dhis2-ui/pagination": "9.11.3",
- "@dhis2-ui/popover": "9.11.3",
- "@dhis2-ui/popper": "9.11.3",
- "@dhis2-ui/portal": "9.11.3",
- "@dhis2-ui/radio": "9.11.3",
- "@dhis2-ui/required": "9.11.3",
- "@dhis2-ui/segmented-control": "9.11.3",
- "@dhis2-ui/select": "9.11.3",
- "@dhis2-ui/selector-bar": "9.11.3",
- "@dhis2-ui/sharing-dialog": "9.11.3",
- "@dhis2-ui/switch": "9.11.3",
- "@dhis2-ui/tab": "9.11.3",
- "@dhis2-ui/table": "9.11.3",
- "@dhis2-ui/tag": "9.11.3",
- "@dhis2-ui/text-area": "9.11.3",
- "@dhis2-ui/tooltip": "9.11.3",
- "@dhis2-ui/transfer": "9.11.3",
- "@dhis2-ui/user-avatar": "9.11.3",
- "@dhis2/ui-constants": "9.11.3",
- "@dhis2/ui-forms": "9.11.3",
- "@dhis2/ui-icons": "9.11.3",
+ "@dhis2-ui/alert": "9.11.4",
+ "@dhis2-ui/box": "9.11.4",
+ "@dhis2-ui/button": "9.11.4",
+ "@dhis2-ui/calendar": "9.11.4",
+ "@dhis2-ui/card": "9.11.4",
+ "@dhis2-ui/center": "9.11.4",
+ "@dhis2-ui/checkbox": "9.11.4",
+ "@dhis2-ui/chip": "9.11.4",
+ "@dhis2-ui/cover": "9.11.4",
+ "@dhis2-ui/css": "9.11.4",
+ "@dhis2-ui/divider": "9.11.4",
+ "@dhis2-ui/field": "9.11.4",
+ "@dhis2-ui/file-input": "9.11.4",
+ "@dhis2-ui/header-bar": "9.11.4",
+ "@dhis2-ui/help": "9.11.4",
+ "@dhis2-ui/input": "9.11.4",
+ "@dhis2-ui/intersection-detector": "9.11.4",
+ "@dhis2-ui/label": "9.11.4",
+ "@dhis2-ui/layer": "9.11.4",
+ "@dhis2-ui/legend": "9.11.4",
+ "@dhis2-ui/loader": "9.11.4",
+ "@dhis2-ui/logo": "9.11.4",
+ "@dhis2-ui/menu": "9.11.4",
+ "@dhis2-ui/modal": "9.11.4",
+ "@dhis2-ui/node": "9.11.4",
+ "@dhis2-ui/notice-box": "9.11.4",
+ "@dhis2-ui/organisation-unit-tree": "9.11.4",
+ "@dhis2-ui/pagination": "9.11.4",
+ "@dhis2-ui/popover": "9.11.4",
+ "@dhis2-ui/popper": "9.11.4",
+ "@dhis2-ui/portal": "9.11.4",
+ "@dhis2-ui/radio": "9.11.4",
+ "@dhis2-ui/required": "9.11.4",
+ "@dhis2-ui/segmented-control": "9.11.4",
+ "@dhis2-ui/select": "9.11.4",
+ "@dhis2-ui/selector-bar": "9.11.4",
+ "@dhis2-ui/sharing-dialog": "9.11.4",
+ "@dhis2-ui/switch": "9.11.4",
+ "@dhis2-ui/tab": "9.11.4",
+ "@dhis2-ui/table": "9.11.4",
+ "@dhis2-ui/tag": "9.11.4",
+ "@dhis2-ui/text-area": "9.11.4",
+ "@dhis2-ui/tooltip": "9.11.4",
+ "@dhis2-ui/transfer": "9.11.4",
+ "@dhis2-ui/user-avatar": "9.11.4",
+ "@dhis2/ui-constants": "9.11.4",
+ "@dhis2/ui-forms": "9.11.4",
+ "@dhis2/ui-icons": "9.11.4",
"prop-types": "^15.7.2"
},
"peerDependencies": {
diff --git a/components/alert/package.json b/components/alert/package.json
index fdbd24310f..308f9c4c46 100644
--- a/components/alert/package.json
+++ b/components/alert/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/alert",
- "version": "9.11.3",
+ "version": "9.11.4",
"description": "UI Alert",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/portal": "9.11.3",
- "@dhis2/ui-constants": "9.11.3",
- "@dhis2/ui-icons": "9.11.3",
+ "@dhis2-ui/portal": "9.11.4",
+ "@dhis2/ui-constants": "9.11.4",
+ "@dhis2/ui-icons": "9.11.4",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/box/package.json b/components/box/package.json
index cdb694c433..ab86752138 100644
--- a/components/box/package.json
+++ b/components/box/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/box",
- "version": "9.11.3",
+ "version": "9.11.4",
"description": "UI Box",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.3",
+ "@dhis2/ui-constants": "9.11.4",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/button/package.json b/components/button/package.json
index e117ab57f5..42bcf2d1af 100644
--- a/components/button/package.json
+++ b/components/button/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/button",
- "version": "9.11.3",
+ "version": "9.11.4",
"description": "UI Button",
"repository": {
"type": "git",
@@ -33,11 +33,11 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/layer": "9.11.3",
- "@dhis2-ui/loader": "9.11.3",
- "@dhis2-ui/popper": "9.11.3",
- "@dhis2/ui-constants": "9.11.3",
- "@dhis2/ui-icons": "9.11.3",
+ "@dhis2-ui/layer": "9.11.4",
+ "@dhis2-ui/loader": "9.11.4",
+ "@dhis2-ui/popper": "9.11.4",
+ "@dhis2/ui-constants": "9.11.4",
+ "@dhis2/ui-icons": "9.11.4",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/calendar/package.json b/components/calendar/package.json
index e51b506622..4255f80d44 100644
--- a/components/calendar/package.json
+++ b/components/calendar/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/calendar",
- "version": "9.11.3",
+ "version": "9.11.4",
"description": "UI Calendar",
"repository": {
"type": "git",
@@ -33,15 +33,15 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/button": "9.11.3",
- "@dhis2-ui/card": "9.11.3",
- "@dhis2-ui/input": "9.11.3",
- "@dhis2-ui/layer": "9.11.3",
- "@dhis2-ui/popper": "9.11.3",
+ "@dhis2-ui/button": "9.11.4",
+ "@dhis2-ui/card": "9.11.4",
+ "@dhis2-ui/input": "9.11.4",
+ "@dhis2-ui/layer": "9.11.4",
+ "@dhis2-ui/popper": "9.11.4",
"@dhis2/multi-calendar-dates": "^1.2.3",
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.3",
- "@dhis2/ui-icons": "9.11.3",
+ "@dhis2/ui-constants": "9.11.4",
+ "@dhis2/ui-icons": "9.11.4",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/card/package.json b/components/card/package.json
index 6561b10cff..1d605435dc 100644
--- a/components/card/package.json
+++ b/components/card/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/card",
- "version": "9.11.3",
+ "version": "9.11.4",
"description": "UI Card",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.3",
+ "@dhis2/ui-constants": "9.11.4",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/center/package.json b/components/center/package.json
index 34ab7f367c..7781f841f0 100644
--- a/components/center/package.json
+++ b/components/center/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/center",
- "version": "9.11.3",
+ "version": "9.11.4",
"description": "UI Center",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.3",
+ "@dhis2/ui-constants": "9.11.4",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/checkbox/package.json b/components/checkbox/package.json
index edf198389f..2fe4644367 100644
--- a/components/checkbox/package.json
+++ b/components/checkbox/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/checkbox",
- "version": "9.11.3",
+ "version": "9.11.4",
"description": "UI Checkbox",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/field": "9.11.3",
- "@dhis2-ui/required": "9.11.3",
- "@dhis2/ui-constants": "9.11.3",
+ "@dhis2-ui/field": "9.11.4",
+ "@dhis2-ui/required": "9.11.4",
+ "@dhis2/ui-constants": "9.11.4",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/chip/package.json b/components/chip/package.json
index d96d471292..9375c901ce 100644
--- a/components/chip/package.json
+++ b/components/chip/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/chip",
- "version": "9.11.3",
+ "version": "9.11.4",
"description": "UI Chip",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.3",
+ "@dhis2/ui-constants": "9.11.4",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/cover/package.json b/components/cover/package.json
index 8e22b3efb8..f497e39cf0 100644
--- a/components/cover/package.json
+++ b/components/cover/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/cover",
- "version": "9.11.3",
+ "version": "9.11.4",
"description": "UI Cover",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.3",
+ "@dhis2/ui-constants": "9.11.4",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/css/package.json b/components/css/package.json
index 1afff3a393..a6d01c140e 100644
--- a/components/css/package.json
+++ b/components/css/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/css",
- "version": "9.11.3",
+ "version": "9.11.4",
"description": "UI CSS",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.3",
+ "@dhis2/ui-constants": "9.11.4",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/divider/package.json b/components/divider/package.json
index f00c05d6ee..9e619de87c 100644
--- a/components/divider/package.json
+++ b/components/divider/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/divider",
- "version": "9.11.3",
+ "version": "9.11.4",
"description": "UI Divider",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.3",
+ "@dhis2/ui-constants": "9.11.4",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/field/package.json b/components/field/package.json
index 218cc5bd02..3e89e064b2 100644
--- a/components/field/package.json
+++ b/components/field/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/field",
- "version": "9.11.3",
+ "version": "9.11.4",
"description": "UI Field",
"repository": {
"type": "git",
@@ -33,10 +33,10 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.11.3",
- "@dhis2-ui/help": "9.11.3",
- "@dhis2-ui/label": "9.11.3",
- "@dhis2/ui-constants": "9.11.3",
+ "@dhis2-ui/box": "9.11.4",
+ "@dhis2-ui/help": "9.11.4",
+ "@dhis2-ui/label": "9.11.4",
+ "@dhis2/ui-constants": "9.11.4",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/file-input/package.json b/components/file-input/package.json
index c62210e7e2..2e233e445a 100644
--- a/components/file-input/package.json
+++ b/components/file-input/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/file-input",
- "version": "9.11.3",
+ "version": "9.11.4",
"description": "UI FileInput",
"repository": {
"type": "git",
@@ -34,13 +34,13 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.11.3",
- "@dhis2-ui/field": "9.11.3",
- "@dhis2-ui/label": "9.11.3",
- "@dhis2-ui/loader": "9.11.3",
- "@dhis2-ui/status-icon": "9.11.3",
- "@dhis2/ui-constants": "9.11.3",
- "@dhis2/ui-icons": "9.11.3",
+ "@dhis2-ui/button": "9.11.4",
+ "@dhis2-ui/field": "9.11.4",
+ "@dhis2-ui/label": "9.11.4",
+ "@dhis2-ui/loader": "9.11.4",
+ "@dhis2-ui/status-icon": "9.11.4",
+ "@dhis2/ui-constants": "9.11.4",
+ "@dhis2/ui-icons": "9.11.4",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/header-bar/package.json b/components/header-bar/package.json
index 6bfd81d1d8..31e1f2b737 100644
--- a/components/header-bar/package.json
+++ b/components/header-bar/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/header-bar",
- "version": "9.11.3",
+ "version": "9.11.4",
"description": "UI HeaderBar",
"repository": {
"type": "git",
@@ -34,21 +34,21 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/box": "9.11.3",
- "@dhis2-ui/button": "9.11.3",
- "@dhis2-ui/card": "9.11.3",
- "@dhis2-ui/center": "9.11.3",
- "@dhis2-ui/divider": "9.11.3",
- "@dhis2-ui/input": "9.11.3",
- "@dhis2-ui/layer": "9.11.3",
- "@dhis2-ui/loader": "9.11.3",
- "@dhis2-ui/logo": "9.11.3",
- "@dhis2-ui/menu": "9.11.3",
- "@dhis2-ui/modal": "9.11.3",
- "@dhis2-ui/user-avatar": "9.11.3",
+ "@dhis2-ui/box": "9.11.4",
+ "@dhis2-ui/button": "9.11.4",
+ "@dhis2-ui/card": "9.11.4",
+ "@dhis2-ui/center": "9.11.4",
+ "@dhis2-ui/divider": "9.11.4",
+ "@dhis2-ui/input": "9.11.4",
+ "@dhis2-ui/layer": "9.11.4",
+ "@dhis2-ui/loader": "9.11.4",
+ "@dhis2-ui/logo": "9.11.4",
+ "@dhis2-ui/menu": "9.11.4",
+ "@dhis2-ui/modal": "9.11.4",
+ "@dhis2-ui/user-avatar": "9.11.4",
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.3",
- "@dhis2/ui-icons": "9.11.3",
+ "@dhis2/ui-constants": "9.11.4",
+ "@dhis2/ui-icons": "9.11.4",
"classnames": "^2.3.1",
"moment": "^2.29.1",
"prop-types": "^15.7.2"
diff --git a/components/help/package.json b/components/help/package.json
index f0988883cb..4978accda7 100644
--- a/components/help/package.json
+++ b/components/help/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/help",
- "version": "9.11.3",
+ "version": "9.11.4",
"description": "UI Help",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.3",
+ "@dhis2/ui-constants": "9.11.4",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/input/package.json b/components/input/package.json
index 399b1c49ce..9a7cd42ffb 100644
--- a/components/input/package.json
+++ b/components/input/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/input",
- "version": "9.11.3",
+ "version": "9.11.4",
"description": "UI Input",
"repository": {
"type": "git",
@@ -33,13 +33,13 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.11.3",
- "@dhis2-ui/field": "9.11.3",
- "@dhis2-ui/input": "9.11.3",
- "@dhis2-ui/loader": "9.11.3",
- "@dhis2-ui/status-icon": "9.11.3",
- "@dhis2/ui-constants": "9.11.3",
- "@dhis2/ui-icons": "9.11.3",
+ "@dhis2-ui/box": "9.11.4",
+ "@dhis2-ui/field": "9.11.4",
+ "@dhis2-ui/input": "9.11.4",
+ "@dhis2-ui/loader": "9.11.4",
+ "@dhis2-ui/status-icon": "9.11.4",
+ "@dhis2/ui-constants": "9.11.4",
+ "@dhis2/ui-icons": "9.11.4",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/intersection-detector/package.json b/components/intersection-detector/package.json
index 32ad76daf9..2c34d4e0f9 100644
--- a/components/intersection-detector/package.json
+++ b/components/intersection-detector/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/intersection-detector",
- "version": "9.11.3",
+ "version": "9.11.4",
"description": "UI IntersectionDetector",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.3",
+ "@dhis2/ui-constants": "9.11.4",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/label/package.json b/components/label/package.json
index 70dce0857e..a9aa973e95 100644
--- a/components/label/package.json
+++ b/components/label/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/label",
- "version": "9.11.3",
+ "version": "9.11.4",
"description": "UI Label",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/required": "9.11.3",
- "@dhis2/ui-constants": "9.11.3",
+ "@dhis2-ui/required": "9.11.4",
+ "@dhis2/ui-constants": "9.11.4",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/layer/package.json b/components/layer/package.json
index cb8abc12c8..eb193ea1c6 100644
--- a/components/layer/package.json
+++ b/components/layer/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/layer",
- "version": "9.11.3",
+ "version": "9.11.4",
"description": "UI Layer",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/portal": "9.11.3",
- "@dhis2/ui-constants": "9.11.3",
+ "@dhis2-ui/portal": "9.11.4",
+ "@dhis2/ui-constants": "9.11.4",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/legend/package.json b/components/legend/package.json
index c6e6368de6..b14ee95016 100644
--- a/components/legend/package.json
+++ b/components/legend/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/legend",
- "version": "9.11.3",
+ "version": "9.11.4",
"description": "UI Legend",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/required": "9.11.3",
- "@dhis2/ui-constants": "9.11.3",
+ "@dhis2-ui/required": "9.11.4",
+ "@dhis2/ui-constants": "9.11.4",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/loader/package.json b/components/loader/package.json
index 298a193943..5585157a1d 100644
--- a/components/loader/package.json
+++ b/components/loader/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/loader",
- "version": "9.11.3",
+ "version": "9.11.4",
"description": "UI Loaders",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.3",
+ "@dhis2/ui-constants": "9.11.4",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/logo/package.json b/components/logo/package.json
index 16c1a4f62b..79d39d4225 100644
--- a/components/logo/package.json
+++ b/components/logo/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/logo",
- "version": "9.11.3",
+ "version": "9.11.4",
"description": "UI Logo",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.3",
+ "@dhis2/ui-constants": "9.11.4",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/menu/package.json b/components/menu/package.json
index c5428cd399..6465a38ed8 100644
--- a/components/menu/package.json
+++ b/components/menu/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/menu",
- "version": "9.11.3",
+ "version": "9.11.4",
"description": "UI Menu",
"repository": {
"type": "git",
@@ -33,13 +33,13 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/card": "9.11.3",
- "@dhis2-ui/divider": "9.11.3",
- "@dhis2-ui/layer": "9.11.3",
- "@dhis2-ui/popper": "9.11.3",
- "@dhis2-ui/portal": "9.11.3",
- "@dhis2/ui-constants": "9.11.3",
- "@dhis2/ui-icons": "9.11.3",
+ "@dhis2-ui/card": "9.11.4",
+ "@dhis2-ui/divider": "9.11.4",
+ "@dhis2-ui/layer": "9.11.4",
+ "@dhis2-ui/popper": "9.11.4",
+ "@dhis2-ui/portal": "9.11.4",
+ "@dhis2/ui-constants": "9.11.4",
+ "@dhis2/ui-icons": "9.11.4",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/modal/package.json b/components/modal/package.json
index 16799b1160..ff363ce4b1 100644
--- a/components/modal/package.json
+++ b/components/modal/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/modal",
- "version": "9.11.3",
+ "version": "9.11.4",
"description": "UI Modal",
"repository": {
"type": "git",
@@ -33,12 +33,12 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/card": "9.11.3",
- "@dhis2-ui/center": "9.11.3",
- "@dhis2-ui/layer": "9.11.3",
- "@dhis2-ui/portal": "9.11.3",
- "@dhis2/ui-constants": "9.11.3",
- "@dhis2/ui-icons": "9.11.3",
+ "@dhis2-ui/card": "9.11.4",
+ "@dhis2-ui/center": "9.11.4",
+ "@dhis2-ui/layer": "9.11.4",
+ "@dhis2-ui/portal": "9.11.4",
+ "@dhis2/ui-constants": "9.11.4",
+ "@dhis2/ui-icons": "9.11.4",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/node/package.json b/components/node/package.json
index e5e1bdfff9..b643d41e3c 100644
--- a/components/node/package.json
+++ b/components/node/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/node",
- "version": "9.11.3",
+ "version": "9.11.4",
"description": "UI Node",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/loader": "9.11.3",
- "@dhis2/ui-constants": "9.11.3",
+ "@dhis2-ui/loader": "9.11.4",
+ "@dhis2/ui-constants": "9.11.4",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/notice-box/package.json b/components/notice-box/package.json
index 8a4f49aa88..81a2fafa32 100644
--- a/components/notice-box/package.json
+++ b/components/notice-box/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/notice-box",
- "version": "9.11.3",
+ "version": "9.11.4",
"description": "UI NoticeBox",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.3",
- "@dhis2/ui-icons": "9.11.3",
+ "@dhis2/ui-constants": "9.11.4",
+ "@dhis2/ui-icons": "9.11.4",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/organisation-unit-tree/package.json b/components/organisation-unit-tree/package.json
index 3bd74777ba..baca312dce 100644
--- a/components/organisation-unit-tree/package.json
+++ b/components/organisation-unit-tree/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/organisation-unit-tree",
- "version": "9.11.3",
+ "version": "9.11.4",
"description": "UI OrganisationUnitTree",
"repository": {
"type": "git",
@@ -35,11 +35,11 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.11.3",
- "@dhis2-ui/checkbox": "9.11.3",
- "@dhis2-ui/loader": "9.11.3",
- "@dhis2-ui/node": "9.11.3",
- "@dhis2/ui-constants": "9.11.3",
+ "@dhis2-ui/button": "9.11.4",
+ "@dhis2-ui/checkbox": "9.11.4",
+ "@dhis2-ui/loader": "9.11.4",
+ "@dhis2-ui/node": "9.11.4",
+ "@dhis2/ui-constants": "9.11.4",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/pagination/package.json b/components/pagination/package.json
index 2d55af0806..a578ac6513 100644
--- a/components/pagination/package.json
+++ b/components/pagination/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/pagination",
- "version": "9.11.3",
+ "version": "9.11.4",
"description": "UI Pagination",
"repository": {
"type": "git",
@@ -34,10 +34,10 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.11.3",
- "@dhis2-ui/select": "9.11.3",
- "@dhis2/ui-constants": "9.11.3",
- "@dhis2/ui-icons": "9.11.3",
+ "@dhis2-ui/button": "9.11.4",
+ "@dhis2-ui/select": "9.11.4",
+ "@dhis2/ui-constants": "9.11.4",
+ "@dhis2/ui-icons": "9.11.4",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/popover/package.json b/components/popover/package.json
index 3b13901fee..0e7e1b6200 100644
--- a/components/popover/package.json
+++ b/components/popover/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/popover",
- "version": "9.11.3",
+ "version": "9.11.4",
"description": "UI Popover",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/layer": "9.11.3",
- "@dhis2-ui/popper": "9.11.3",
- "@dhis2/ui-constants": "9.11.3",
+ "@dhis2-ui/layer": "9.11.4",
+ "@dhis2-ui/popper": "9.11.4",
+ "@dhis2/ui-constants": "9.11.4",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/popper/package.json b/components/popper/package.json
index f5bf184981..5bec9e5c0a 100644
--- a/components/popper/package.json
+++ b/components/popper/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/popper",
- "version": "9.11.3",
+ "version": "9.11.4",
"description": "UI Popper",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.3",
+ "@dhis2/ui-constants": "9.11.4",
"@popperjs/core": "^2.10.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2",
diff --git a/components/portal/package.json b/components/portal/package.json
index 047e2212f7..3f590c3524 100644
--- a/components/portal/package.json
+++ b/components/portal/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/portal",
- "version": "9.11.3",
+ "version": "9.11.4",
"description": "UI Portal",
"repository": {
"type": "git",
diff --git a/components/radio/package.json b/components/radio/package.json
index 0046b44587..a5223fbee6 100644
--- a/components/radio/package.json
+++ b/components/radio/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/radio",
- "version": "9.11.3",
+ "version": "9.11.4",
"description": "UI Radio",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.3",
+ "@dhis2/ui-constants": "9.11.4",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/required/package.json b/components/required/package.json
index be6b174295..efe03453ce 100644
--- a/components/required/package.json
+++ b/components/required/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/required",
- "version": "9.11.3",
+ "version": "9.11.4",
"description": "UI Required",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.3",
+ "@dhis2/ui-constants": "9.11.4",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/segmented-control/package.json b/components/segmented-control/package.json
index fa23f89baf..9bc5642e6e 100644
--- a/components/segmented-control/package.json
+++ b/components/segmented-control/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/segmented-control",
- "version": "9.11.3",
+ "version": "9.11.4",
"description": "UI Segmented Control",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.3",
+ "@dhis2/ui-constants": "9.11.4",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/select/package.json b/components/select/package.json
index 7f622c6832..df36a32d34 100644
--- a/components/select/package.json
+++ b/components/select/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/select",
- "version": "9.11.3",
+ "version": "9.11.4",
"description": "UI Select",
"repository": {
"type": "git",
@@ -33,21 +33,21 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/box": "9.11.3",
- "@dhis2-ui/button": "9.11.3",
- "@dhis2-ui/card": "9.11.3",
- "@dhis2-ui/checkbox": "9.11.3",
- "@dhis2-ui/chip": "9.11.3",
- "@dhis2-ui/field": "9.11.3",
- "@dhis2-ui/input": "9.11.3",
- "@dhis2-ui/layer": "9.11.3",
- "@dhis2-ui/loader": "9.11.3",
- "@dhis2-ui/popper": "9.11.3",
- "@dhis2-ui/status-icon": "9.11.3",
- "@dhis2-ui/tooltip": "9.11.3",
+ "@dhis2-ui/box": "9.11.4",
+ "@dhis2-ui/button": "9.11.4",
+ "@dhis2-ui/card": "9.11.4",
+ "@dhis2-ui/checkbox": "9.11.4",
+ "@dhis2-ui/chip": "9.11.4",
+ "@dhis2-ui/field": "9.11.4",
+ "@dhis2-ui/input": "9.11.4",
+ "@dhis2-ui/layer": "9.11.4",
+ "@dhis2-ui/loader": "9.11.4",
+ "@dhis2-ui/popper": "9.11.4",
+ "@dhis2-ui/status-icon": "9.11.4",
+ "@dhis2-ui/tooltip": "9.11.4",
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.3",
- "@dhis2/ui-icons": "9.11.3",
+ "@dhis2/ui-constants": "9.11.4",
+ "@dhis2/ui-icons": "9.11.4",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/selector-bar/package.json b/components/selector-bar/package.json
index 643e8dd882..dbda1c6561 100644
--- a/components/selector-bar/package.json
+++ b/components/selector-bar/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/selector-bar",
- "version": "9.11.3",
+ "version": "9.11.4",
"description": "UI Select",
"repository": {
"type": "git",
@@ -33,21 +33,21 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/button": "9.11.3",
- "@dhis2-ui/card": "9.11.3",
- "@dhis2-ui/popper": "9.11.3",
- "@dhis2-ui/layer": "9.11.3",
- "@dhis2/ui-constants": "9.11.3",
- "@dhis2/ui-icons": "9.11.3",
+ "@dhis2-ui/button": "9.11.4",
+ "@dhis2-ui/card": "9.11.4",
+ "@dhis2-ui/popper": "9.11.4",
+ "@dhis2-ui/layer": "9.11.4",
+ "@dhis2/ui-constants": "9.11.4",
+ "@dhis2/ui-icons": "9.11.4",
"@testing-library/react": "^12.1.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
"devDependencies": {
- "@dhis2-ui/css": "9.11.3",
- "@dhis2-ui/menu": "9.11.3",
- "@dhis2-ui/organisation-unit-tree": "9.11.3",
- "@dhis2-ui/select": "9.11.3",
+ "@dhis2-ui/css": "9.11.4",
+ "@dhis2-ui/menu": "9.11.4",
+ "@dhis2-ui/organisation-unit-tree": "9.11.4",
+ "@dhis2-ui/select": "9.11.4",
"@dhis2/d2-i18n": "^1.1.0",
"@testing-library/jest-dom": "^5.16.1",
"react": "16.13",
diff --git a/components/sharing-dialog/package.json b/components/sharing-dialog/package.json
index 7c783fb175..79a70384df 100644
--- a/components/sharing-dialog/package.json
+++ b/components/sharing-dialog/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/sharing-dialog",
- "version": "9.11.3",
+ "version": "9.11.4",
"description": "UI SharingDialog",
"repository": {
"type": "git",
@@ -35,22 +35,22 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.11.3",
- "@dhis2-ui/button": "9.11.3",
- "@dhis2-ui/card": "9.11.3",
- "@dhis2-ui/divider": "9.11.3",
- "@dhis2-ui/input": "9.11.3",
- "@dhis2-ui/layer": "9.11.3",
- "@dhis2-ui/menu": "9.11.3",
- "@dhis2-ui/modal": "9.11.3",
- "@dhis2-ui/notice-box": "9.11.3",
- "@dhis2-ui/popper": "9.11.3",
- "@dhis2-ui/select": "9.11.3",
- "@dhis2-ui/tab": "9.11.3",
- "@dhis2-ui/tooltip": "9.11.3",
- "@dhis2-ui/user-avatar": "9.11.3",
- "@dhis2/ui-constants": "9.11.3",
- "@dhis2/ui-icons": "9.11.3",
+ "@dhis2-ui/box": "9.11.4",
+ "@dhis2-ui/button": "9.11.4",
+ "@dhis2-ui/card": "9.11.4",
+ "@dhis2-ui/divider": "9.11.4",
+ "@dhis2-ui/input": "9.11.4",
+ "@dhis2-ui/layer": "9.11.4",
+ "@dhis2-ui/menu": "9.11.4",
+ "@dhis2-ui/modal": "9.11.4",
+ "@dhis2-ui/notice-box": "9.11.4",
+ "@dhis2-ui/popper": "9.11.4",
+ "@dhis2-ui/select": "9.11.4",
+ "@dhis2-ui/tab": "9.11.4",
+ "@dhis2-ui/tooltip": "9.11.4",
+ "@dhis2-ui/user-avatar": "9.11.4",
+ "@dhis2/ui-constants": "9.11.4",
+ "@dhis2/ui-icons": "9.11.4",
"@react-hook/size": "^2.1.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
diff --git a/components/status-icon/package.json b/components/status-icon/package.json
index bf3867b8a3..6d22be91be 100644
--- a/components/status-icon/package.json
+++ b/components/status-icon/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/status-icon",
- "version": "9.11.3",
+ "version": "9.11.4",
"description": "UI StatusIcon",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/loader": "9.11.3",
- "@dhis2/ui-constants": "9.11.3",
- "@dhis2/ui-icons": "9.11.3",
+ "@dhis2-ui/loader": "9.11.4",
+ "@dhis2/ui-constants": "9.11.4",
+ "@dhis2/ui-icons": "9.11.4",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/switch/package.json b/components/switch/package.json
index fce2f6c8c0..9080ee7507 100644
--- a/components/switch/package.json
+++ b/components/switch/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/switch",
- "version": "9.11.3",
+ "version": "9.11.4",
"description": "UI Switch",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/field": "9.11.3",
- "@dhis2-ui/required": "9.11.3",
- "@dhis2/ui-constants": "9.11.3",
+ "@dhis2-ui/field": "9.11.4",
+ "@dhis2-ui/required": "9.11.4",
+ "@dhis2/ui-constants": "9.11.4",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/tab/package.json b/components/tab/package.json
index 86833ca525..cf75799668 100644
--- a/components/tab/package.json
+++ b/components/tab/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/tab",
- "version": "9.11.3",
+ "version": "9.11.4",
"description": "UI Tabs",
"repository": {
"type": "git",
@@ -32,10 +32,10 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/tooltip": "9.11.3",
+ "@dhis2-ui/tooltip": "9.11.4",
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.3",
- "@dhis2/ui-icons": "9.11.3",
+ "@dhis2/ui-constants": "9.11.4",
+ "@dhis2/ui-icons": "9.11.4",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/table/package.json b/components/table/package.json
index 0650560bb0..997501b73d 100644
--- a/components/table/package.json
+++ b/components/table/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/table",
- "version": "9.11.3",
+ "version": "9.11.4",
"description": "UI Table",
"repository": {
"type": "git",
@@ -34,8 +34,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.3",
- "@dhis2/ui-icons": "9.11.3",
+ "@dhis2/ui-constants": "9.11.4",
+ "@dhis2/ui-icons": "9.11.4",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/tag/package.json b/components/tag/package.json
index 5beae23efb..293bb948ae 100644
--- a/components/tag/package.json
+++ b/components/tag/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/tag",
- "version": "9.11.3",
+ "version": "9.11.4",
"description": "UI Tag",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.3",
+ "@dhis2/ui-constants": "9.11.4",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/text-area/package.json b/components/text-area/package.json
index 804708fabd..e88b931a2f 100644
--- a/components/text-area/package.json
+++ b/components/text-area/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/text-area",
- "version": "9.11.3",
+ "version": "9.11.4",
"description": "UI TextArea",
"repository": {
"type": "git",
@@ -33,12 +33,12 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.11.3",
- "@dhis2-ui/field": "9.11.3",
- "@dhis2-ui/loader": "9.11.3",
- "@dhis2-ui/status-icon": "9.11.3",
- "@dhis2/ui-constants": "9.11.3",
- "@dhis2/ui-icons": "9.11.3",
+ "@dhis2-ui/box": "9.11.4",
+ "@dhis2-ui/field": "9.11.4",
+ "@dhis2-ui/loader": "9.11.4",
+ "@dhis2-ui/status-icon": "9.11.4",
+ "@dhis2/ui-constants": "9.11.4",
+ "@dhis2/ui-icons": "9.11.4",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/tooltip/package.json b/components/tooltip/package.json
index 64a17a80cd..8e7a935a7d 100644
--- a/components/tooltip/package.json
+++ b/components/tooltip/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/tooltip",
- "version": "9.11.3",
+ "version": "9.11.4",
"description": "UI Tooltip",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/popper": "9.11.3",
- "@dhis2-ui/portal": "9.11.3",
- "@dhis2/ui-constants": "9.11.3",
+ "@dhis2-ui/popper": "9.11.4",
+ "@dhis2-ui/portal": "9.11.4",
+ "@dhis2/ui-constants": "9.11.4",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/transfer/package.json b/components/transfer/package.json
index 7be6054f76..242f59a9dd 100644
--- a/components/transfer/package.json
+++ b/components/transfer/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/transfer",
- "version": "9.11.3",
+ "version": "9.11.4",
"description": "UI Transfer",
"repository": {
"type": "git",
@@ -33,12 +33,12 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.11.3",
- "@dhis2-ui/field": "9.11.3",
- "@dhis2-ui/input": "9.11.3",
- "@dhis2-ui/intersection-detector": "9.11.3",
- "@dhis2-ui/loader": "9.11.3",
- "@dhis2/ui-constants": "9.11.3",
+ "@dhis2-ui/button": "9.11.4",
+ "@dhis2-ui/field": "9.11.4",
+ "@dhis2-ui/input": "9.11.4",
+ "@dhis2-ui/intersection-detector": "9.11.4",
+ "@dhis2-ui/loader": "9.11.4",
+ "@dhis2/ui-constants": "9.11.4",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/user-avatar/package.json b/components/user-avatar/package.json
index 39ab137294..016afcc7b8 100644
--- a/components/user-avatar/package.json
+++ b/components/user-avatar/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/user-avatar",
- "version": "9.11.3",
+ "version": "9.11.4",
"description": "UI User Avatar",
"repository": {
"type": "git",
@@ -34,7 +34,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.3",
+ "@dhis2/ui-constants": "9.11.4",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/constants/package.json b/constants/package.json
index 9e79cd6e06..3567c5ebae 100644
--- a/constants/package.json
+++ b/constants/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-constants",
- "version": "9.11.3",
+ "version": "9.11.4",
"description": "Constants used in the UI libs",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
diff --git a/docs/package.json b/docs/package.json
index 05f5a8ee50..afec5de6b9 100644
--- a/docs/package.json
+++ b/docs/package.json
@@ -1,6 +1,6 @@
{
"name": "ui-docusaurus",
- "version": "9.11.3",
+ "version": "9.11.4",
"private": true,
"description": "UI Docusaurus",
"repository": {
diff --git a/icons/package.json b/icons/package.json
index c0c70d5670..d778d6af06 100644
--- a/icons/package.json
+++ b/icons/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-icons",
- "version": "9.11.3",
+ "version": "9.11.4",
"description": "Icons used in the UI libs",
"main": "./build/cjs/react/index.js",
"module": "./build/es/react/index.js",
diff --git a/package.json b/package.json
index 0ca68371b6..58908192e4 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-root",
- "version": "9.11.3",
+ "version": "9.11.4",
"repository": {
"type": "git",
"url": "https://github.com/dhis2/ui.git"
diff --git a/storybook/package.json b/storybook/package.json
index be4d82aa91..3b790e369e 100644
--- a/storybook/package.json
+++ b/storybook/package.json
@@ -1,6 +1,6 @@
{
"name": "ui-storybook",
- "version": "9.11.3",
+ "version": "9.11.4",
"description": "UI Storybook",
"repository": {
"type": "git",
@@ -22,8 +22,8 @@
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-private-methods": "^7.13.0",
"@babel/plugin-proposal-private-property-in-object": "^7.14.0",
- "@dhis2-ui/css": "9.11.3",
- "@dhis2/ui-constants": "9.11.3",
+ "@dhis2-ui/css": "9.11.4",
+ "@dhis2/ui-constants": "9.11.4",
"@fontsource/roboto": "^4.5.0",
"@storybook/addon-a11y": "^8.0.6",
"@storybook/addon-console": "^3.0.0",
From 6006c4e56d29a5e972931abb54bdf38d8ba63c6f Mon Sep 17 00:00:00 2001
From: Austin McGee <947888+amcgee@users.noreply.github.com>
Date: Mon, 23 Sep 2024 16:37:59 +0200
Subject: [PATCH 154/170] docs: fix storybook inputField error [LIBS-674]
(#1602)
---
components/input/src/input-field/input-field.js | 4 ++--
components/input/src/input/index.js | 1 +
components/input/src/input/input.js | 17 ++---------------
components/input/src/input/inputTypes.js | 15 +++++++++++++++
package.json | 1 -
5 files changed, 20 insertions(+), 18 deletions(-)
create mode 100644 components/input/src/input/inputTypes.js
diff --git a/components/input/src/input-field/input-field.js b/components/input/src/input-field/input-field.js
index 1b7857bdab..25044ea26a 100644
--- a/components/input/src/input-field/input-field.js
+++ b/components/input/src/input-field/input-field.js
@@ -3,7 +3,7 @@ import { Box } from '@dhis2-ui/box'
import { Field } from '@dhis2-ui/field'
import PropTypes from 'prop-types'
import React from 'react'
-import { Input } from '../input/index.js'
+import { Input, inputTypes } from '../input/index.js'
class InputField extends React.Component {
render() {
@@ -123,7 +123,7 @@ const InputFieldProps = {
step: PropTypes.string,
tabIndex: PropTypes.string,
/** Type of input */
- type: Input.propTypes.type,
+ type: PropTypes.oneOf(inputTypes),
/** Applies 'valid' appearance for validation feedback. Mutually exclusive with `error` and `warning` props */
valid: sharedPropTypes.statusPropType,
/** Text below input for validation feedback. Receives styles depending on validation status */
diff --git a/components/input/src/input/index.js b/components/input/src/input/index.js
index 39c600afac..074dcd2720 100644
--- a/components/input/src/input/index.js
+++ b/components/input/src/input/index.js
@@ -1 +1,2 @@
export { Input } from './input.js'
+export { inputTypes } from './inputTypes.js'
diff --git a/components/input/src/input/input.js b/components/input/src/input/input.js
index cfa536a7ed..a35826f73c 100644
--- a/components/input/src/input/input.js
+++ b/components/input/src/input/input.js
@@ -4,6 +4,7 @@ import cx from 'classnames'
import PropTypes from 'prop-types'
import React, { Component } from 'react'
import css from 'styled-jsx/css'
+import { inputTypes } from './inputTypes.js'
const styles = css`
.input {
@@ -235,21 +236,7 @@ Input.propTypes = {
step: PropTypes.string,
tabIndex: PropTypes.string,
/** The native input `type` attribute */
- type: PropTypes.oneOf([
- 'text',
- 'number',
- 'password',
- 'email',
- 'url',
- 'tel',
- 'date',
- 'datetime',
- 'datetime-local',
- 'month',
- 'week',
- 'time',
- 'search',
- ]),
+ type: PropTypes.oneOf(inputTypes),
/** Applies 'valid' appearance for validation feedback. Mutually exclusive with `error` and `warning` props */
valid: sharedPropTypes.statusPropType,
/** Value in the input. Can be used to control the component (recommended). Passed to event handler callbacks in object */
diff --git a/components/input/src/input/inputTypes.js b/components/input/src/input/inputTypes.js
new file mode 100644
index 0000000000..072405eadd
--- /dev/null
+++ b/components/input/src/input/inputTypes.js
@@ -0,0 +1,15 @@
+export const inputTypes = [
+ 'text',
+ 'number',
+ 'password',
+ 'email',
+ 'url',
+ 'tel',
+ 'date',
+ 'datetime',
+ 'datetime-local',
+ 'month',
+ 'week',
+ 'time',
+ 'search',
+]
diff --git a/package.json b/package.json
index 58908192e4..95666c042a 100644
--- a/package.json
+++ b/package.json
@@ -28,7 +28,6 @@
"setup": "./scripts/setup.js",
"build": "./scripts/build-world.sh",
"build:lib": "./scripts/build.js",
- "build:docs": "./scripts/build-docs.js",
"build:api": "./scripts/generate-api-docs.js",
"cy:start": "yarn build:lib && STORYBOOK_TESTING=1 yarn start",
"cy:open": "wait-on 'http://localhost:5000' && cypress open",
From 5552de7b9d3377e3cf2e984f083bb7a961bb805b Mon Sep 17 00:00:00 2001
From: Rene Pot
Date: Tue, 24 Sep 2024 16:09:57 +0100
Subject: [PATCH 155/170] docs: remove redundant demo links (#1597)
* docs: remove redundant demo links
* chore(docs): formatting
* docs: fix embedded demo link
---
docs/docs/components/alertbar.md | 4 ----
docs/docs/components/avatar.md | 4 ----
docs/docs/components/button.md | 6 +-----
docs/docs/components/calendar-input.md | 2 +-
docs/docs/components/calendar.md | 1 -
docs/docs/components/card.md | 4 ----
docs/docs/components/checkbox.md | 4 ----
docs/docs/components/chip.md | 4 ----
docs/docs/components/data-table.md | 4 ----
docs/docs/components/fileinput.md | 4 ----
docs/docs/components/inputfield.md | 5 -----
docs/docs/components/loading.md | 4 ----
docs/docs/components/menu.md | 4 ----
docs/docs/components/modal.md | 4 ----
docs/docs/components/notice-box.md | 4 ----
docs/docs/components/org-unit-tree.md | 4 ----
docs/docs/components/pagination.md | 4 ----
docs/docs/components/popover.md | 4 ----
docs/docs/components/radio.md | 4 ----
docs/docs/components/segmented-control.md | 4 ----
docs/docs/components/select.md | 4 ----
docs/docs/components/switch.md | 4 ----
docs/docs/components/tab.md | 4 ----
docs/docs/components/tag.md | 4 ----
docs/docs/components/tooltip.md | 4 ----
docs/docs/components/transfer.md | 4 ----
docs/src/components/DemoComponent.jsx | 6 +++---
27 files changed, 5 insertions(+), 103 deletions(-)
diff --git a/docs/docs/components/alertbar.md b/docs/docs/components/alertbar.md
index c47a4be2f7..999c10e336 100644
--- a/docs/docs/components/alertbar.md
+++ b/docs/docs/components/alertbar.md
@@ -224,7 +224,3 @@ import { AlertStack, AlertBar } from '@dhis2/ui'
## API Reference
-
-## Links
-
-- Demo
diff --git a/docs/docs/components/avatar.md b/docs/docs/components/avatar.md
index 88ae68e1e8..a41fba0d66 100644
--- a/docs/docs/components/avatar.md
+++ b/docs/docs/components/avatar.md
@@ -55,7 +55,3 @@ The Demo above lists the different sizes available. The related JSX is:
## API Reference
-
-## Links
-
-- Demo
diff --git a/docs/docs/components/button.md b/docs/docs/components/button.md
index ff9574581f..50dbd9b58d 100644
--- a/docs/docs/components/button.md
+++ b/docs/docs/components/button.md
@@ -95,7 +95,7 @@ Buttons are used to trigger actions. There are different button variants that ar
```
@@ -240,7 +240,3 @@ Buttons are available in different sizes. Use the size that matches the usage gu
## API Reference
-
-## Links
-
-- Demo
diff --git a/docs/docs/components/calendar-input.md b/docs/docs/components/calendar-input.md
index 5aaca0bc2a..ad3ed41a67 100644
--- a/docs/docs/components/calendar-input.md
+++ b/docs/docs/components/calendar-input.md
@@ -14,7 +14,7 @@ This is an Input wrapper around [calendar](./calendar) to display an input that
Below you'll find a customizable demo of the CalendarInput component. Click "show full demo" to see this and other components.
diff --git a/docs/docs/components/calendar.md b/docs/docs/components/calendar.md
index 0da47ffcc0..7bc53b1674 100644
--- a/docs/docs/components/calendar.md
+++ b/docs/docs/components/calendar.md
@@ -178,7 +178,6 @@ To display a calendar for the user to pick a day in any supported calendar syste
## Links
-- Demo
- [Design document](https://docs.google.com/document/d/19zjyB45oBbqC5KeubaU8E7cw9fGhFc3tOXY0GkzZKqc/edit#)
- [ADR for decision to use Temporal API](https://github.com/dhis2/multi-calendar-dates/blob/beta/doc/architecture/decisions/0002-use-temporal-api-as-the-backbone-for-the-engine.md)
- [multi-calendar-dates](https://github.com/dhis2/multi-calendar-dates) is the library that this component is built on top of.
diff --git a/docs/docs/components/card.md b/docs/docs/components/card.md
index f933250260..e4559148e9 100644
--- a/docs/docs/components/card.md
+++ b/docs/docs/components/card.md
@@ -32,7 +32,3 @@ A card is a container element used to group together and separate blocks of cont
## API Reference
-
-## Links
-
-- Demo
diff --git a/docs/docs/components/checkbox.md b/docs/docs/components/checkbox.md
index 57bd4307d9..721f7f05f1 100644
--- a/docs/docs/components/checkbox.md
+++ b/docs/docs/components/checkbox.md
@@ -55,7 +55,3 @@ Checkboxes are used to choose one or more items from a list. A checkbox can also
## API Reference
-
-## Links
-
-- Demo
diff --git a/docs/docs/components/chip.md b/docs/docs/components/chip.md
index d2e53a75b1..e84e9b5526 100644
--- a/docs/docs/components/chip.md
+++ b/docs/docs/components/chip.md
@@ -102,7 +102,3 @@ Chips are used to select from a set of defined options. Chips can also represent
## API Reference
-
-## Links
-
-- Demo
diff --git a/docs/docs/components/data-table.md b/docs/docs/components/data-table.md
index 2db70b907a..04d51096f8 100644
--- a/docs/docs/components/data-table.md
+++ b/docs/docs/components/data-table.md
@@ -201,7 +201,3 @@ Patterns are common ways of achieving some functionality. Patterns aren't offere
## API Reference
-
-## Links
-
-- Demo
diff --git a/docs/docs/components/fileinput.md b/docs/docs/components/fileinput.md
index 691e64622e..000b0ee565 100644
--- a/docs/docs/components/fileinput.md
+++ b/docs/docs/components/fileinput.md
@@ -101,7 +101,3 @@ A file input is used to choose and upload files.
## API Reference
-
-## Links
-
-- Demo
diff --git a/docs/docs/components/inputfield.md b/docs/docs/components/inputfield.md
index 999cc5bb43..1b21ca1c65 100644
--- a/docs/docs/components/inputfield.md
+++ b/docs/docs/components/inputfield.md
@@ -284,8 +284,3 @@ The following data types don't change the interaction with the input, but should
## API Reference
-
-## Links
-
-- Demo
-- `TextArea`Demo
diff --git a/docs/docs/components/loading.md b/docs/docs/components/loading.md
index e87e2e1a62..84843bcc23 100644
--- a/docs/docs/components/loading.md
+++ b/docs/docs/components/loading.md
@@ -123,7 +123,3 @@ Loaders are used to show that something is in progress. They keep users informed
## API Reference
-
-## Links
-
-- Demo
diff --git a/docs/docs/components/menu.md b/docs/docs/components/menu.md
index 92759444be..3e5411e243 100644
--- a/docs/docs/components/menu.md
+++ b/docs/docs/components/menu.md
@@ -208,7 +208,3 @@ As shown in the [order and grouping](#order-and-grouping) section, a menu can co
## API Reference
-
-## Links
-
-- Demo
diff --git a/docs/docs/components/modal.md b/docs/docs/components/modal.md
index 8b7c843008..041ce0d9d7 100755
--- a/docs/docs/components/modal.md
+++ b/docs/docs/components/modal.md
@@ -183,7 +183,3 @@ Here's the modal that is controlled by the buttons:
## API Reference
-
-## Links
-
-- Demo
diff --git a/docs/docs/components/notice-box.md b/docs/docs/components/notice-box.md
index b414ad1af9..81633b53d1 100644
--- a/docs/docs/components/notice-box.md
+++ b/docs/docs/components/notice-box.md
@@ -124,7 +124,3 @@ A notice box shows important information about a situation.
## API Reference
-
-## Links
-
-- Demo
diff --git a/docs/docs/components/org-unit-tree.md b/docs/docs/components/org-unit-tree.md
index 28b7711d92..c6cab530b1 100644
--- a/docs/docs/components/org-unit-tree.md
+++ b/docs/docs/components/org-unit-tree.md
@@ -42,7 +42,3 @@ An organisation unit tree is used to choose organisation units from a hierarchy.
## API Reference
-
-## Links
-
-- Demo
diff --git a/docs/docs/components/pagination.md b/docs/docs/components/pagination.md
index 083b410c6a..12391ee9eb 100644
--- a/docs/docs/components/pagination.md
+++ b/docs/docs/components/pagination.md
@@ -107,7 +107,3 @@ Different elements of the pagination component can be included, depending on the
## API Reference
-
-## Links
-
-- Demo
diff --git a/docs/docs/components/popover.md b/docs/docs/components/popover.md
index b24e52f442..7dec45c7fc 100644
--- a/docs/docs/components/popover.md
+++ b/docs/docs/components/popover.md
@@ -34,7 +34,3 @@ A popover is used to show more information when a user interacts with a trigger
## API Reference
-
-## Links
-
-- Demo
diff --git a/docs/docs/components/radio.md b/docs/docs/components/radio.md
index 57fbced36b..22b5ef7f7c 100644
--- a/docs/docs/components/radio.md
+++ b/docs/docs/components/radio.md
@@ -68,7 +68,3 @@ Radio inputs are used to choose one item from a list.
## API Reference
-
-## Links
-
-- Demo
diff --git a/docs/docs/components/segmented-control.md b/docs/docs/components/segmented-control.md
index 7c750f7774..ed01da035e 100644
--- a/docs/docs/components/segmented-control.md
+++ b/docs/docs/components/segmented-control.md
@@ -61,7 +61,3 @@ The value of each property can be used to select the option, using the `selected
## API Reference
-
-## Links
-
-- Demo
diff --git a/docs/docs/components/select.md b/docs/docs/components/select.md
index d5f07fdfe4..fed1bd5b92 100644
--- a/docs/docs/components/select.md
+++ b/docs/docs/components/select.md
@@ -245,7 +245,3 @@ Selects are used to choose one or more items from a list of options.
## API Reference
-
-## Links
-
-- Demo
diff --git a/docs/docs/components/switch.md b/docs/docs/components/switch.md
index 7e7bc91025..32165cec30 100644
--- a/docs/docs/components/switch.md
+++ b/docs/docs/components/switch.md
@@ -52,7 +52,3 @@ Switches are used to toggle something between an on and off state.
## API Reference
-
-## Links
-
-- Demo
diff --git a/docs/docs/components/tab.md b/docs/docs/components/tab.md
index e6963b22c8..38a009718d 100644
--- a/docs/docs/components/tab.md
+++ b/docs/docs/components/tab.md
@@ -82,7 +82,3 @@ In the example above you can see the 3rd tab is disabled.
## API Reference
-
-## Links
-
-- Demo
diff --git a/docs/docs/components/tag.md b/docs/docs/components/tag.md
index c6c23e034d..eaac0263f9 100644
--- a/docs/docs/components/tag.md
+++ b/docs/docs/components/tag.md
@@ -140,7 +140,3 @@ Tags are used to label items by a set of shared properties, like category or sta
## API Reference
-
-## Links
-
-- Demo
diff --git a/docs/docs/components/tooltip.md b/docs/docs/components/tooltip.md
index 87576744e8..ccb28f2aad 100644
--- a/docs/docs/components/tooltip.md
+++ b/docs/docs/components/tooltip.md
@@ -98,7 +98,3 @@ A tooltip is used to show contextual information when triggered by clicking, foc
## API Reference
-
-## Links
-
-- Demo
diff --git a/docs/docs/components/transfer.md b/docs/docs/components/transfer.md
index e261277895..d3648bb982 100644
--- a/docs/docs/components/transfer.md
+++ b/docs/docs/components/transfer.md
@@ -155,7 +155,3 @@ The footer component is as follows:
## API Reference
-
-## Links
-
-- Demo
diff --git a/docs/src/components/DemoComponent.jsx b/docs/src/components/DemoComponent.jsx
index db6c27866d..4281c8c6b5 100644
--- a/docs/src/components/DemoComponent.jsx
+++ b/docs/src/components/DemoComponent.jsx
@@ -16,12 +16,12 @@ export const Demo = ({ path, args, height }) => {
if (!path) {
return false
}
- return path.startsWith('/story/') ? path : `/story/${path}`
+ return path.replace('/story/', '')
}
const handleShowFullDemo = () => {
const formattedPath = formatPath(path)
- const fullDemoUrl = `${DEMO_URL}/?path=${encodeURIComponent(
+ const fullDemoUrl = `${DEMO_URL}/?path=/story/${encodeURIComponent(
formattedPath
)}${
args
@@ -33,7 +33,7 @@ export const Demo = ({ path, args, height }) => {
window.open(fullDemoUrl, '_blank', 'noopener,noreferrer')
}
- const iframeSrc = `${DEMO_URL}/iframe.html?path=${encodeURIComponent(
+ const iframeSrc = `${DEMO_URL}/iframe.html?path=/story/${encodeURIComponent(
formatPath(path)
)}&full=1&shortcuts=false&singleStory=true${
args ? `&args=${encodeURIComponent(args)}` : ''
From 37d0b5aefc6dbb3bb62a8cd66ff3268cfd70aa7a Mon Sep 17 00:00:00 2001
From: Mozafar
Date: Wed, 25 Sep 2024 18:02:20 +0100
Subject: [PATCH 156/170] docs(storybook): fix code tab (#1607)
---
storybook/config/main.js | 5 +-
storybook/config/preview.js | 12 +-
storybook/package.json | 26 +-
yarn.lock | 4333 +++++++++++------------------------
4 files changed, 1371 insertions(+), 3005 deletions(-)
diff --git a/storybook/config/main.js b/storybook/config/main.js
index ad7eb950e1..b7eed849b1 100644
--- a/storybook/config/main.js
+++ b/storybook/config/main.js
@@ -9,10 +9,7 @@ module.exports = {
name: '@storybook/addon-essentials',
options: { docs: false },
},
- {
- name: '@storybook/addon-storysource',
- options: { loaderOptions: { injectDecorator: false } },
- },
+ '@mihkeleidast/storybook-addon-source',
getAbsolutePath('@storybook/addon-a11y'),
getAbsolutePath('@storybook/preset-create-react-app'),
],
diff --git a/storybook/config/preview.js b/storybook/config/preview.js
index b4a5f6002a..62f29e4873 100644
--- a/storybook/config/preview.js
+++ b/storybook/config/preview.js
@@ -1,12 +1,11 @@
import '@fontsource/roboto/latin.css'
import { CssReset } from '@dhis2-ui/css'
import React, { Fragment } from 'react'
-// import { jsxDecorator } from 'storybook-addon-jsx'
import '@storybook/addon-console'
+const { withJsx } = require('@mihkeleidast/storybook-addon-source')
export const decorators = [
- // Enable storybook jsx visualization
- // jsxDecorator,
+ withJsx,
/**
* Basic wrapper for all our components, styles the root elements and applies
* our css reset for consistency/
@@ -39,13 +38,6 @@ export const parameters = {
method: 'alphabetical',
},
},
- jsx: {
- filterProps: (val) => val !== undefined,
- showDefaultProps: false,
- functionValue: (fn) => fn.name,
- tabStop: 4,
- maxInlineAttributesLineLength: 80,
- },
// A11y addon config
a11y: {
// the target DOM element
diff --git a/storybook/package.json b/storybook/package.json
index 3b790e369e..b4e0ceff61 100644
--- a/storybook/package.json
+++ b/storybook/package.json
@@ -25,23 +25,23 @@
"@dhis2-ui/css": "9.11.4",
"@dhis2/ui-constants": "9.11.4",
"@fontsource/roboto": "^4.5.0",
- "@storybook/addon-a11y": "^8.0.6",
+ "@storybook/addon-a11y": "^8.3.3",
"@storybook/addon-console": "^3.0.0",
- "@storybook/addon-essentials": "^8.0.6",
- "@storybook/addon-storysource": "^8.0.6",
- "@storybook/channels": "^8.0.6",
- "@storybook/components": "^8.0.6",
- "@storybook/core-events": "^8.0.6",
- "@storybook/node-logger": "^8.0.6",
- "@storybook/preset-create-react-app": "^8.0.6",
- "@storybook/react": "^8.0.6",
- "@storybook/theming": "^8.0.6",
- "storybook-addon-jsx": "^7.3.14"
+ "@storybook/addon-essentials": "^8.3.3",
+ "@storybook/addon-storysource": "^8.3.3",
+ "@storybook/channels": "^8.3.3",
+ "@storybook/components": "^8.3.3",
+ "@storybook/core-events": "^8.3.3",
+ "@storybook/node-logger": "^8.3.3",
+ "@storybook/preset-create-react-app": "^8.3.3",
+ "@storybook/react": "^8.3.3",
+ "@storybook/theming": "^8.3.3",
+ "@mihkeleidast/storybook-addon-source": "1.0.1"
},
"devDependencies": {
- "@storybook/react-webpack5": "^8.0.6",
+ "@storybook/react-webpack5": "^8.3.3",
"crypto-browserify": "^3.12.0",
- "storybook": "^8.0.6",
+ "storybook": "^8.3.3",
"stream-browserify": "^3.0.0",
"styled-jsx": "^4.0.1"
}
diff --git a/yarn.lock b/yarn.lock
index 096b0f1c9b..d8cefb525b 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -89,7 +89,7 @@
"@algolia/requester-common" "4.24.0"
"@algolia/transporter" "4.24.0"
-"@algolia/client-search@>= 4.9.1 < 6", "@algolia/client-search@4.24.0":
+"@algolia/client-search@4.24.0":
version "4.24.0"
resolved "https://registry.npmjs.org/@algolia/client-search/-/client-search-4.24.0.tgz"
integrity sha512-uRW6EpNapmLAD0mW47OXqTP8eiIx5F6qN9/x/7HHO6owL3N1IXqydGwW5nhDFBrV+ldouro2W1VX3XlcUXEFCA==
@@ -182,14 +182,6 @@
jsonpointer "^5.0.0"
leven "^3.1.0"
-"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.16.0", "@babel/code-frame@^7.16.7", "@babel/code-frame@^7.24.7", "@babel/code-frame@^7.8.3":
- version "7.24.7"
- resolved "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.7.tgz"
- integrity sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==
- dependencies:
- "@babel/highlight" "^7.24.7"
- picocolors "^1.0.0"
-
"@babel/code-frame@7.12.11":
version "7.12.11"
resolved "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.11.tgz"
@@ -204,33 +196,20 @@
dependencies:
"@babel/highlight" "^7.8.3"
+"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.16.0", "@babel/code-frame@^7.16.7", "@babel/code-frame@^7.24.7", "@babel/code-frame@^7.8.3":
+ version "7.24.7"
+ resolved "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.7.tgz"
+ integrity sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==
+ dependencies:
+ "@babel/highlight" "^7.24.7"
+ picocolors "^1.0.0"
+
"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.25.2":
version "7.25.2"
resolved "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.25.2.tgz"
integrity sha512-bYcppcpKBvX4znYaPEeFau03bp89ShqNMLs+rmdptMw+heSZh9+z84d2YG+K7cYLbWwzdjtDoW/uqZmPjulClQ==
-"@babel/core@^7.0.0", "@babel/core@^7.0.0-0", "@babel/core@^7.0.0-0 || ^8.0.0-0 <8.0.0", "@babel/core@^7.0.1", "@babel/core@^7.1.0", "@babel/core@^7.1.6", "@babel/core@^7.11.0", "@babel/core@^7.11.1", "@babel/core@^7.12.0", "@babel/core@^7.12.3", "@babel/core@^7.13.0", "@babel/core@^7.16.0", "@babel/core@^7.18.6", "@babel/core@^7.18.9", "@babel/core@^7.19.6", "@babel/core@^7.23.0", "@babel/core@^7.24.4", "@babel/core@^7.4.0 || ^8.0.0-0 <8.0.0", "@babel/core@^7.6.2", "@babel/core@^7.7.2", "@babel/core@^7.7.5", "@babel/core@^7.8.0":
- version "7.25.2"
- resolved "https://registry.npmjs.org/@babel/core/-/core-7.25.2.tgz"
- integrity sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA==
- dependencies:
- "@ampproject/remapping" "^2.2.0"
- "@babel/code-frame" "^7.24.7"
- "@babel/generator" "^7.25.0"
- "@babel/helper-compilation-targets" "^7.25.2"
- "@babel/helper-module-transforms" "^7.25.2"
- "@babel/helpers" "^7.25.0"
- "@babel/parser" "^7.25.0"
- "@babel/template" "^7.25.0"
- "@babel/traverse" "^7.25.2"
- "@babel/types" "^7.25.2"
- convert-source-map "^2.0.0"
- debug "^4.1.0"
- gensync "^1.0.0-beta.2"
- json5 "^2.2.3"
- semver "^6.3.1"
-
-"@babel/core@^7.11.6", "@babel/core@7.12.9":
+"@babel/core@7.12.9":
version "7.12.9"
resolved "https://registry.npmjs.org/@babel/core/-/core-7.12.9.tgz"
integrity sha512-gTXYh3M5wb7FRXQy+FErKFAv90BnlOuNn1QkCK2lREoPAjrQCO49+HVSrFoe5uakFAF5eenS75KbO2vQiLrTMQ==
@@ -252,6 +231,27 @@
semver "^5.4.1"
source-map "^0.5.0"
+"@babel/core@^7.1.0", "@babel/core@^7.1.6", "@babel/core@^7.11.1", "@babel/core@^7.12.3", "@babel/core@^7.16.0", "@babel/core@^7.18.6", "@babel/core@^7.18.9", "@babel/core@^7.19.6", "@babel/core@^7.6.2", "@babel/core@^7.7.2", "@babel/core@^7.7.5", "@babel/core@^7.8.0":
+ version "7.25.2"
+ resolved "https://registry.npmjs.org/@babel/core/-/core-7.25.2.tgz"
+ integrity sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA==
+ dependencies:
+ "@ampproject/remapping" "^2.2.0"
+ "@babel/code-frame" "^7.24.7"
+ "@babel/generator" "^7.25.0"
+ "@babel/helper-compilation-targets" "^7.25.2"
+ "@babel/helper-module-transforms" "^7.25.2"
+ "@babel/helpers" "^7.25.0"
+ "@babel/parser" "^7.25.0"
+ "@babel/template" "^7.25.0"
+ "@babel/traverse" "^7.25.2"
+ "@babel/types" "^7.25.2"
+ convert-source-map "^2.0.0"
+ debug "^4.1.0"
+ gensync "^1.0.0-beta.2"
+ json5 "^2.2.3"
+ semver "^6.3.1"
+
"@babel/eslint-parser@^7.16.3":
version "7.25.1"
resolved "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.25.1.tgz"
@@ -363,16 +363,16 @@
dependencies:
"@babel/types" "^7.24.7"
-"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.20.2", "@babel/helper-plugin-utils@^7.22.5", "@babel/helper-plugin-utils@^7.24.7", "@babel/helper-plugin-utils@^7.24.8", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
- version "7.24.8"
- resolved "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.8.tgz"
- integrity sha512-FFWx5142D8h2Mgr/iPVGH5G7w6jDn4jUSpZTyDnQO0Yn7Ks2Kuz6Pci8H6MPCoUJegd/UZQ3tAvfLCxQSnWWwg==
-
"@babel/helper-plugin-utils@7.10.4":
version "7.10.4"
resolved "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz"
integrity sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==
+"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.20.2", "@babel/helper-plugin-utils@^7.22.5", "@babel/helper-plugin-utils@^7.24.7", "@babel/helper-plugin-utils@^7.24.8", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
+ version "7.24.8"
+ resolved "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.8.tgz"
+ integrity sha512-FFWx5142D8h2Mgr/iPVGH5G7w6jDn4jUSpZTyDnQO0Yn7Ks2Kuz6Pci8H6MPCoUJegd/UZQ3tAvfLCxQSnWWwg==
+
"@babel/helper-remap-async-to-generator@^7.24.7", "@babel/helper-remap-async-to-generator@^7.25.0":
version "7.25.0"
resolved "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.25.0.tgz"
@@ -449,7 +449,7 @@
js-tokens "^4.0.0"
picocolors "^1.0.0"
-"@babel/parser@^7.1.0", "@babel/parser@^7.1.6", "@babel/parser@^7.12.7", "@babel/parser@^7.14.7", "@babel/parser@^7.17.0", "@babel/parser@^7.18.8", "@babel/parser@^7.20.7", "@babel/parser@^7.23.0", "@babel/parser@^7.25.0", "@babel/parser@^7.25.3", "@babel/parser@^7.7.0", "@babel/parser@^7.9.4":
+"@babel/parser@^7.1.0", "@babel/parser@^7.1.6", "@babel/parser@^7.12.7", "@babel/parser@^7.14.7", "@babel/parser@^7.17.0", "@babel/parser@^7.18.8", "@babel/parser@^7.20.7", "@babel/parser@^7.25.0", "@babel/parser@^7.25.3", "@babel/parser@^7.7.0", "@babel/parser@^7.9.4":
version "7.25.3"
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.25.3.tgz"
integrity sha512-iLTJKDbJ4hMvFPgQwwsVoxtHyWpKKPBrxkANrSYewDPaPpT5py5yeVkgPIJ7XYXhndxJpaA3PyALSXQ7u8e/Dw==
@@ -554,6 +554,11 @@
"@babel/helper-create-class-features-plugin" "^7.18.6"
"@babel/helper-plugin-utils" "^7.18.6"
+"@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2":
+ version "7.21.0-placeholder-for-preset-env.2"
+ resolved "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz"
+ integrity sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==
+
"@babel/plugin-proposal-private-property-in-object@^7.14.0":
version "7.21.11"
resolved "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.11.tgz"
@@ -564,11 +569,6 @@
"@babel/helper-plugin-utils" "^7.20.2"
"@babel/plugin-syntax-private-property-in-object" "^7.14.5"
-"@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2":
- version "7.21.0-placeholder-for-preset-env.2"
- resolved "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz"
- integrity sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==
-
"@babel/plugin-syntax-async-generators@^7.8.4":
version "7.8.4"
resolved "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz"
@@ -618,7 +618,7 @@
dependencies:
"@babel/helper-plugin-utils" "^7.8.3"
-"@babel/plugin-syntax-flow@^7.14.5", "@babel/plugin-syntax-flow@^7.24.7":
+"@babel/plugin-syntax-flow@^7.24.7":
version "7.24.7"
resolved "https://registry.npmjs.org/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.24.7.tgz"
integrity sha512-9G8GYT/dxn/D1IIKOUBmGX0mnmj46mGH9NnZyJLwtCpgh5f7D2VbuKodb+2s9m1Yavh1s7ASQN8lf0eqrb1LTw==
@@ -653,13 +653,6 @@
dependencies:
"@babel/helper-plugin-utils" "^7.8.0"
-"@babel/plugin-syntax-jsx@^7.24.7":
- version "7.24.7"
- resolved "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.24.7.tgz"
- integrity sha512-6ddciUPe/mpMnOKv/U+RSd2vvVy+Yw/JfBB0ZHYjEZt9NLHmCUylNYlsbqCCS1Bffjlb0fCwC9Vqz+sBz6PsiQ==
- dependencies:
- "@babel/helper-plugin-utils" "^7.24.7"
-
"@babel/plugin-syntax-jsx@7.12.1":
version "7.12.1"
resolved "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.12.1.tgz"
@@ -674,6 +667,13 @@
dependencies:
"@babel/helper-plugin-utils" "^7.14.5"
+"@babel/plugin-syntax-jsx@^7.24.7":
+ version "7.24.7"
+ resolved "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.24.7.tgz"
+ integrity sha512-6ddciUPe/mpMnOKv/U+RSd2vvVy+Yw/JfBB0ZHYjEZt9NLHmCUylNYlsbqCCS1Bffjlb0fCwC9Vqz+sBz6PsiQ==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.24.7"
+
"@babel/plugin-syntax-logical-assignment-operators@^7.10.4", "@babel/plugin-syntax-logical-assignment-operators@^7.8.3":
version "7.10.4"
resolved "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz"
@@ -695,7 +695,7 @@
dependencies:
"@babel/helper-plugin-utils" "^7.10.4"
-"@babel/plugin-syntax-object-rest-spread@^7.8.0", "@babel/plugin-syntax-object-rest-spread@^7.8.3", "@babel/plugin-syntax-object-rest-spread@7.8.3":
+"@babel/plugin-syntax-object-rest-spread@7.8.3", "@babel/plugin-syntax-object-rest-spread@^7.8.0", "@babel/plugin-syntax-object-rest-spread@^7.8.3":
version "7.8.3"
resolved "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz"
integrity sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==
@@ -785,7 +785,7 @@
dependencies:
"@babel/helper-plugin-utils" "^7.24.8"
-"@babel/plugin-transform-class-properties@^7.22.5", "@babel/plugin-transform-class-properties@^7.24.7":
+"@babel/plugin-transform-class-properties@^7.24.7":
version "7.24.7"
resolved "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.24.7.tgz"
integrity sha512-vKbfawVYayKcSeSR5YYzzyXvsDFWU2mD8U5TFeXtbCPLFUqe7GyCgvO6XDHzje862ODrOwy6WCPmKeWHbCFJ4w==
@@ -939,7 +939,7 @@
"@babel/helper-module-transforms" "^7.24.7"
"@babel/helper-plugin-utils" "^7.24.7"
-"@babel/plugin-transform-modules-commonjs@^7.1.0", "@babel/plugin-transform-modules-commonjs@^7.23.0", "@babel/plugin-transform-modules-commonjs@^7.24.7", "@babel/plugin-transform-modules-commonjs@^7.24.8":
+"@babel/plugin-transform-modules-commonjs@^7.1.0", "@babel/plugin-transform-modules-commonjs@^7.24.7", "@babel/plugin-transform-modules-commonjs@^7.24.8":
version "7.24.8"
resolved "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.24.8.tgz"
integrity sha512-WHsk9H8XxRs3JXKWFiqtQebdh9b/pTk4EgueygFzYlTKAg0Ud985mSevdNjdXdFBATSKVJGQXP1tv6aGbssLKA==
@@ -981,7 +981,7 @@
dependencies:
"@babel/helper-plugin-utils" "^7.24.7"
-"@babel/plugin-transform-nullish-coalescing-operator@^7.22.11", "@babel/plugin-transform-nullish-coalescing-operator@^7.24.7":
+"@babel/plugin-transform-nullish-coalescing-operator@^7.24.7":
version "7.24.7"
resolved "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.24.7.tgz"
integrity sha512-Ts7xQVk1OEocqzm8rHMXHlxvsfZ0cEF2yomUqpKENHWMF4zKk175Y4q8H5knJes6PgYad50uuRmt3UJuhBw8pQ==
@@ -1023,7 +1023,7 @@
"@babel/helper-plugin-utils" "^7.24.7"
"@babel/plugin-syntax-optional-catch-binding" "^7.8.3"
-"@babel/plugin-transform-optional-chaining@^7.23.0", "@babel/plugin-transform-optional-chaining@^7.24.7", "@babel/plugin-transform-optional-chaining@^7.24.8":
+"@babel/plugin-transform-optional-chaining@^7.24.7", "@babel/plugin-transform-optional-chaining@^7.24.8":
version "7.24.8"
resolved "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.24.8.tgz"
integrity sha512-5cTOLSMs9eypEy8JUVvIKOu6NgvbJMnpG62VpIHrTmROdQ+L5mDAaI40g25k5vXti55JWNX5jCkq3HZxXBQANw==
@@ -1039,7 +1039,7 @@
dependencies:
"@babel/helper-plugin-utils" "^7.24.7"
-"@babel/plugin-transform-private-methods@^7.22.5", "@babel/plugin-transform-private-methods@^7.24.7":
+"@babel/plugin-transform-private-methods@^7.24.7":
version "7.24.7"
resolved "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.24.7.tgz"
integrity sha512-COTCOkG2hn4JKGEKBADkA8WNb35TGkkRbI5iT845dB+NyqgO8Hn+ajPbSnIQznneJTa3d30scb6iz/DhH8GsJQ==
@@ -1085,7 +1085,7 @@
dependencies:
"@babel/plugin-transform-react-jsx" "^7.24.7"
-"@babel/plugin-transform-react-jsx@^7.14.9", "@babel/plugin-transform-react-jsx@^7.24.7":
+"@babel/plugin-transform-react-jsx@^7.24.7":
version "7.25.2"
resolved "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.25.2.tgz"
integrity sha512-KQsqEAVBpU82NM/B/N9j9WOdphom1SZH3R+2V7INrQUH+V9EBFwZsEJl8eBIVeQE62FxJCc70jzEZwqU7RcVqA==
@@ -1209,7 +1209,7 @@
"@babel/helper-create-regexp-features-plugin" "^7.24.7"
"@babel/helper-plugin-utils" "^7.24.7"
-"@babel/preset-env@^7.0.0", "@babel/preset-env@^7.1.6", "@babel/preset-env@^7.11.0", "@babel/preset-env@^7.12.1", "@babel/preset-env@^7.14.7", "@babel/preset-env@^7.16.4", "@babel/preset-env@^7.18.6", "@babel/preset-env@^7.19.4", "@babel/preset-env@^7.24.4":
+"@babel/preset-env@^7.11.0", "@babel/preset-env@^7.12.1", "@babel/preset-env@^7.14.7", "@babel/preset-env@^7.16.4", "@babel/preset-env@^7.18.6", "@babel/preset-env@^7.19.4":
version "7.25.3"
resolved "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.25.3.tgz"
integrity sha512-QsYW7UeAaXvLPX9tdVliMJE7MD7M6MLYVTovRTIwhoYQVFHR1rM4wO8wqAezYi3/BpSD+NzVCZ69R6smWiIi8g==
@@ -1298,7 +1298,7 @@
core-js-compat "^3.37.1"
semver "^6.3.1"
-"@babel/preset-flow@^7.0.0", "@babel/preset-flow@^7.22.15":
+"@babel/preset-flow@^7.0.0":
version "7.24.7"
resolved "https://registry.npmjs.org/@babel/preset-flow/-/preset-flow-7.24.7.tgz"
integrity sha512-NL3Lo0NorCU607zU3NwRyJbpaB6E3t0xtd3LfAQKDfkeX4/ggcDXvkmkW42QWT5owUeW/jAe4hn+2qvkV1IbfQ==
@@ -1328,7 +1328,7 @@
"@babel/plugin-transform-react-jsx-development" "^7.24.7"
"@babel/plugin-transform-react-pure-annotations" "^7.24.7"
-"@babel/preset-typescript@^7.1.0", "@babel/preset-typescript@^7.16.0", "@babel/preset-typescript@^7.18.6", "@babel/preset-typescript@^7.23.0", "@babel/preset-typescript@^7.6.0":
+"@babel/preset-typescript@^7.1.0", "@babel/preset-typescript@^7.16.0", "@babel/preset-typescript@^7.18.6", "@babel/preset-typescript@^7.6.0":
version "7.24.7"
resolved "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.24.7.tgz"
integrity sha512-SyXRe3OdWwIwalxDg5UtJnJQO+YPcTfwiIY2B0Xlddh9o7jpWLvv8X1RthIeDOxQ+O1ML5BLPCONToObyVQVuQ==
@@ -1339,7 +1339,7 @@
"@babel/plugin-transform-modules-commonjs" "^7.24.7"
"@babel/plugin-transform-typescript" "^7.24.7"
-"@babel/register@^7.0.0", "@babel/register@^7.22.15":
+"@babel/register@^7.0.0":
version "7.24.6"
resolved "https://registry.npmjs.org/@babel/register/-/register-7.24.6.tgz"
integrity sha512-WSuFCc2wCqMeXkz/i3yfAAsxwWflEgbVkZzivgAmXl/MxrXeoYFZOOPllbC8R8WTF7u61wSRQtDVZ1879cdu6w==
@@ -1392,15 +1392,6 @@
debug "^4.3.1"
globals "^11.1.0"
-"@babel/types@^7.0.0", "@babel/types@^7.12.6", "@babel/types@^7.12.7", "@babel/types@^7.18.9", "@babel/types@^7.2.0", "@babel/types@^7.20.0", "@babel/types@^7.20.7", "@babel/types@^7.24.0", "@babel/types@^7.24.7", "@babel/types@^7.24.8", "@babel/types@^7.25.0", "@babel/types@^7.25.2", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
- version "7.25.2"
- resolved "https://registry.npmjs.org/@babel/types/-/types-7.25.2.tgz"
- integrity sha512-YTnYtra7W9e6/oAZEHj0bJehPRUlLH9/fbpT5LfB0NhQXyALCRkRs3zH9v07IYhkgpqX6Z78FnuccZr/l4Fs4Q==
- dependencies:
- "@babel/helper-string-parser" "^7.24.8"
- "@babel/helper-validator-identifier" "^7.24.7"
- to-fast-properties "^2.0.0"
-
"@babel/types@7.15.0":
version "7.15.0"
resolved "https://registry.npmjs.org/@babel/types/-/types-7.15.0.tgz"
@@ -1409,6 +1400,15 @@
"@babel/helper-validator-identifier" "^7.14.9"
to-fast-properties "^2.0.0"
+"@babel/types@^7.0.0", "@babel/types@^7.12.6", "@babel/types@^7.12.7", "@babel/types@^7.18.9", "@babel/types@^7.2.0", "@babel/types@^7.20.0", "@babel/types@^7.20.7", "@babel/types@^7.24.7", "@babel/types@^7.24.8", "@babel/types@^7.25.0", "@babel/types@^7.25.2", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
+ version "7.25.2"
+ resolved "https://registry.npmjs.org/@babel/types/-/types-7.25.2.tgz"
+ integrity sha512-YTnYtra7W9e6/oAZEHj0bJehPRUlLH9/fbpT5LfB0NhQXyALCRkRs3zH9v07IYhkgpqX6Z78FnuccZr/l4Fs4Q==
+ dependencies:
+ "@babel/helper-string-parser" "^7.24.8"
+ "@babel/helper-validator-identifier" "^7.24.7"
+ to-fast-properties "^2.0.0"
+
"@badeball/cypress-configuration@^6.1.1":
version "6.1.1"
resolved "https://registry.npmjs.org/@badeball/cypress-configuration/-/cypress-configuration-6.1.1.tgz"
@@ -1421,7 +1421,7 @@
minimatch "^3.0.4"
node-hook "^1.0.0"
-"@badeball/cypress-cucumber-preprocessor@^20.0.2", "@badeball/cypress-cucumber-preprocessor@>=15":
+"@badeball/cypress-cucumber-preprocessor@^20.0.2":
version "20.1.1"
resolved "https://registry.npmjs.org/@badeball/cypress-cucumber-preprocessor/-/cypress-cucumber-preprocessor-20.1.1.tgz"
integrity sha512-oskUD3DukTK1OuP+SEo0qsM8aJsHJOxINvWuNh7VF2dSx19wLSGikjbtuiahgbypL1ZvR2/x0kJY6EHCcbrZ1A==
@@ -1725,19 +1725,19 @@
resolved "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-2.2.0.tgz"
integrity sha512-+OJ9konv95ClSTOJCmMZqpd5+YGsB2S+x6w3E1oaM8UuR5j8nTNHYSz8c9BEPGDOCMQYIEEGlVPj/VY64iTbGw==
-"@cucumber/ci-environment@^10.0.1", "@cucumber/ci-environment@10.0.1":
+"@cucumber/ci-environment@10.0.1", "@cucumber/ci-environment@^10.0.1":
version "10.0.1"
resolved "https://registry.npmjs.org/@cucumber/ci-environment/-/ci-environment-10.0.1.tgz"
integrity sha512-/+ooDMPtKSmvcPMDYnMZt4LuoipfFfHaYspStI4shqw8FyKcfQAmekz6G+QKWjQQrvM+7Hkljwx58MEwPCwwzg==
-"@cucumber/cucumber-expressions@^17.1.0", "@cucumber/cucumber-expressions@17.1.0":
+"@cucumber/cucumber-expressions@17.1.0", "@cucumber/cucumber-expressions@^17.1.0":
version "17.1.0"
resolved "https://registry.npmjs.org/@cucumber/cucumber-expressions/-/cucumber-expressions-17.1.0.tgz"
integrity sha512-PCv/ppsPynniKPWJr5v566daCVe+pbxQpHGrIu/Ev57cCH9Rv+X0F6lio4Id3Z64TaG7btCRLUGewIgLwmrwOA==
dependencies:
regexp-match-indices "1.0.2"
-"@cucumber/cucumber@^10.8.0", "@cucumber/cucumber@>=7.0.0":
+"@cucumber/cucumber@^10.8.0":
version "10.8.0"
resolved "https://registry.npmjs.org/@cucumber/cucumber/-/cucumber-10.8.0.tgz"
integrity sha512-o8SR6MRQVCKKw4tytWqCqOjfX4cASj9dqpdHKHMi09rZWBCNQHBwH1TO9wj7NKjOa6RfUOTcgvDlayTcjyCH4A==
@@ -1803,46 +1803,41 @@
commander "12.0.0"
source-map-support "^0.5.21"
-"@cucumber/gherkin@^28.0.0", "@cucumber/gherkin@>=22.0.0", "@cucumber/gherkin@28.0.0":
+"@cucumber/gherkin@28.0.0", "@cucumber/gherkin@^28.0.0":
version "28.0.0"
resolved "https://registry.npmjs.org/@cucumber/gherkin/-/gherkin-28.0.0.tgz"
integrity sha512-Ee6zJQq0OmIUPdW0mSnsCsrWA2PZAELNDPICD2pLfs0Oz7RAPgj80UsD2UCtqyAhw2qAR62aqlktKUlai5zl/A==
dependencies:
"@cucumber/messages" ">=19.1.4 <=24"
-"@cucumber/html-formatter@^21.3.1":
- version "21.4.0"
- resolved "https://registry.npmjs.org/@cucumber/html-formatter/-/html-formatter-21.4.0.tgz"
- integrity sha512-Vg8FpBFWUl6tXWdh+4Hk4Pf8r7KJhkNxMRULCLtjrIgM3cjap/jbc0hxiX6ta7a54CpUPAmmUOURTxuqsm64lQ==
-
-"@cucumber/html-formatter@21.3.1":
+"@cucumber/html-formatter@21.3.1", "@cucumber/html-formatter@^21.3.1":
version "21.3.1"
resolved "https://registry.npmjs.org/@cucumber/html-formatter/-/html-formatter-21.3.1.tgz"
integrity sha512-M1zbre7e8MsecXheqNv62BKY5J06YJSv1LmsD7sJ3mu5t1jirLjj2It1HqPsX5CQAfg9n69xFRugPgLMSte9TA==
-"@cucumber/message-streams@^4.0.1", "@cucumber/message-streams@>=4.0.0", "@cucumber/message-streams@4.0.1":
+"@cucumber/message-streams@4.0.1", "@cucumber/message-streams@^4.0.1":
version "4.0.1"
resolved "https://registry.npmjs.org/@cucumber/message-streams/-/message-streams-4.0.1.tgz"
integrity sha512-Kxap9uP5jD8tHUZVjTWgzxemi/0uOsbGjd4LBOSxcJoOCRbESFwemUzilJuzNTB8pcTQUh8D5oudUyxfkJOKmA==
-"@cucumber/messages@*", "@cucumber/messages@^25.0.1":
- version "25.0.1"
- resolved "https://registry.npmjs.org/@cucumber/messages/-/messages-25.0.1.tgz"
- integrity sha512-RjjhmzcauX5eYfcKns5pgenefDJQcfXE3ZDrVWdUDGcoaoyFVDmj+ZzQZWRWqFrfMjP3lKHJss6LtvIP/z+h8g==
+"@cucumber/messages@24.1.0", "@cucumber/messages@>=19.1.4 <=24", "@cucumber/messages@^24.0.0":
+ version "24.1.0"
+ resolved "https://registry.npmjs.org/@cucumber/messages/-/messages-24.1.0.tgz"
+ integrity sha512-hxVHiBurORcobhVk80I9+JkaKaNXkW6YwGOEFIh/2aO+apAN+5XJgUUWjng9NwqaQrW1sCFuawLB1AuzmBaNdQ==
dependencies:
"@types/uuid" "9.0.8"
class-transformer "0.5.1"
- reflect-metadata "0.2.2"
+ reflect-metadata "0.2.1"
uuid "9.0.1"
-"@cucumber/messages@^24.0.0", "@cucumber/messages@>=17.1.1", "@cucumber/messages@>=18", "@cucumber/messages@>=19.1.4 <=24", "@cucumber/messages@24.1.0":
- version "24.1.0"
- resolved "https://registry.npmjs.org/@cucumber/messages/-/messages-24.1.0.tgz"
- integrity sha512-hxVHiBurORcobhVk80I9+JkaKaNXkW6YwGOEFIh/2aO+apAN+5XJgUUWjng9NwqaQrW1sCFuawLB1AuzmBaNdQ==
+"@cucumber/messages@^25.0.1":
+ version "25.0.1"
+ resolved "https://registry.npmjs.org/@cucumber/messages/-/messages-25.0.1.tgz"
+ integrity sha512-RjjhmzcauX5eYfcKns5pgenefDJQcfXE3ZDrVWdUDGcoaoyFVDmj+ZzQZWRWqFrfMjP3lKHJss6LtvIP/z+h8g==
dependencies:
"@types/uuid" "9.0.8"
class-transformer "0.5.1"
- reflect-metadata "0.2.1"
+ reflect-metadata "0.2.2"
uuid "9.0.1"
"@cucumber/pretty-formatter@^1.0.1":
@@ -1855,7 +1850,7 @@
figures "^3.2.0"
ts-dedent "^2.0.0"
-"@cucumber/tag-expressions@^6.1.0", "@cucumber/tag-expressions@6.1.0":
+"@cucumber/tag-expressions@6.1.0", "@cucumber/tag-expressions@^6.1.0":
version "6.1.0"
resolved "https://registry.npmjs.org/@cucumber/tag-expressions/-/tag-expressions-6.1.0.tgz"
integrity sha512-+3DwRumrCJG27AtzCIL37A/X+A/gSfxOPLg8pZaruh5SLumsTmpvilwroVWBT2fPzmno/tGXypeK5a7NHU4RzA==
@@ -1884,7 +1879,7 @@
tunnel-agent "^0.6.0"
uuid "^8.3.2"
-"@cypress/webpack-preprocessor@^5 || ^6", "@cypress/webpack-preprocessor@^6.0.1":
+"@cypress/webpack-preprocessor@^6.0.1":
version "6.0.2"
resolved "https://registry.npmjs.org/@cypress/webpack-preprocessor/-/webpack-preprocessor-6.0.2.tgz"
integrity sha512-0+1+4iy4W9PE6R5ywBNKAZoFp8Sf//w3UJ+CKTqkcAjA29b+dtsD0iFT70DsYE0BMqUM1PO7HXFGbXllQ+bRAA==
@@ -1901,543 +1896,6 @@
debug "^3.1.0"
lodash.once "^4.1.1"
-"@dhis2-ui/alert@9.11.0", "@dhis2-ui/alert@file:/home/mozafar/code/dhis/ui/components/alert":
- version "9.11.0"
- resolved "file:components/alert"
- dependencies:
- "@dhis2-ui/portal" "9.11.0"
- "@dhis2/prop-types" "^3.1.2"
- "@dhis2/ui-constants" "9.11.0"
- "@dhis2/ui-icons" "9.11.0"
- classnames "^2.3.1"
- prop-types "^15.7.2"
-
-"@dhis2-ui/box@9.11.0", "@dhis2-ui/box@file:/home/mozafar/code/dhis/ui/components/box":
- version "9.11.0"
- resolved "file:components/box"
- dependencies:
- "@dhis2/prop-types" "^3.1.2"
- "@dhis2/ui-constants" "9.11.0"
- classnames "^2.3.1"
- prop-types "^15.7.2"
-
-"@dhis2-ui/button@9.11.0", "@dhis2-ui/button@file:/home/mozafar/code/dhis/ui/components/button":
- version "9.11.0"
- resolved "file:components/button"
- dependencies:
- "@dhis2-ui/layer" "9.11.0"
- "@dhis2-ui/loader" "9.11.0"
- "@dhis2-ui/popper" "9.11.0"
- "@dhis2/prop-types" "^3.1.2"
- "@dhis2/ui-constants" "9.11.0"
- "@dhis2/ui-icons" "9.11.0"
- classnames "^2.3.1"
- prop-types "^15.7.2"
-
-"@dhis2-ui/calendar@9.11.0", "@dhis2-ui/calendar@file:/home/mozafar/code/dhis/ui/components/calendar":
- version "9.11.0"
- resolved "file:components/calendar"
- dependencies:
- "@dhis2-ui/button" "9.11.0"
- "@dhis2-ui/card" "9.11.0"
- "@dhis2-ui/input" "9.11.0"
- "@dhis2-ui/layer" "9.11.0"
- "@dhis2-ui/popper" "9.11.0"
- "@dhis2/multi-calendar-dates" "^1.2.3"
- "@dhis2/prop-types" "^3.1.2"
- "@dhis2/ui-constants" "9.11.0"
- "@dhis2/ui-icons" "9.11.0"
- classnames "^2.3.1"
- prop-types "^15.7.2"
-
-"@dhis2-ui/card@9.11.0", "@dhis2-ui/card@file:/home/mozafar/code/dhis/ui/components/card":
- version "9.11.0"
- resolved "file:components/card"
- dependencies:
- "@dhis2/prop-types" "^3.1.2"
- "@dhis2/ui-constants" "9.11.0"
- classnames "^2.3.1"
- prop-types "^15.7.2"
-
-"@dhis2-ui/center@9.11.0", "@dhis2-ui/center@file:/home/mozafar/code/dhis/ui/components/center":
- version "9.11.0"
- resolved "file:components/center"
- dependencies:
- "@dhis2/prop-types" "^3.1.2"
- "@dhis2/ui-constants" "9.11.0"
- classnames "^2.3.1"
- prop-types "^15.7.2"
-
-"@dhis2-ui/checkbox@9.11.0", "@dhis2-ui/checkbox@file:/home/mozafar/code/dhis/ui/components/checkbox":
- version "9.11.0"
- resolved "file:components/checkbox"
- dependencies:
- "@dhis2-ui/field" "9.11.0"
- "@dhis2-ui/required" "9.11.0"
- "@dhis2/prop-types" "^3.1.2"
- "@dhis2/ui-constants" "9.11.0"
- classnames "^2.3.1"
- prop-types "^15.7.2"
-
-"@dhis2-ui/chip@9.11.0", "@dhis2-ui/chip@file:/home/mozafar/code/dhis/ui/components/chip":
- version "9.11.0"
- resolved "file:components/chip"
- dependencies:
- "@dhis2/prop-types" "^3.1.2"
- "@dhis2/ui-constants" "9.11.0"
- classnames "^2.3.1"
- prop-types "^15.7.2"
-
-"@dhis2-ui/cover@9.11.0", "@dhis2-ui/cover@file:/home/mozafar/code/dhis/ui/components/cover":
- version "9.11.0"
- resolved "file:components/cover"
- dependencies:
- "@dhis2/prop-types" "^3.1.2"
- "@dhis2/ui-constants" "9.11.0"
- classnames "^2.3.1"
- prop-types "^15.7.2"
-
-"@dhis2-ui/css@9.11.0", "@dhis2-ui/css@file:/home/mozafar/code/dhis/ui/components/css":
- version "9.11.0"
- resolved "file:components/css"
- dependencies:
- "@dhis2/prop-types" "^3.1.2"
- "@dhis2/ui-constants" "9.11.0"
- classnames "^2.3.1"
- prop-types "^15.7.2"
-
-"@dhis2-ui/divider@9.11.0", "@dhis2-ui/divider@file:/home/mozafar/code/dhis/ui/components/divider":
- version "9.11.0"
- resolved "file:components/divider"
- dependencies:
- "@dhis2/prop-types" "^3.1.2"
- "@dhis2/ui-constants" "9.11.0"
- classnames "^2.3.1"
- prop-types "^15.7.2"
-
-"@dhis2-ui/field@9.11.0", "@dhis2-ui/field@file:/home/mozafar/code/dhis/ui/components/field":
- version "9.11.0"
- resolved "file:components/field"
- dependencies:
- "@dhis2-ui/box" "9.11.0"
- "@dhis2-ui/help" "9.11.0"
- "@dhis2-ui/label" "9.11.0"
- "@dhis2/prop-types" "^3.1.2"
- "@dhis2/ui-constants" "9.11.0"
- classnames "^2.3.1"
- prop-types "^15.7.2"
-
-"@dhis2-ui/file-input@9.11.0", "@dhis2-ui/file-input@file:/home/mozafar/code/dhis/ui/components/file-input":
- version "9.11.0"
- resolved "file:components/file-input"
- dependencies:
- "@dhis2-ui/button" "9.11.0"
- "@dhis2-ui/field" "9.11.0"
- "@dhis2-ui/label" "9.11.0"
- "@dhis2-ui/loader" "9.11.0"
- "@dhis2-ui/status-icon" "9.11.0"
- "@dhis2/prop-types" "^3.1.2"
- "@dhis2/ui-constants" "9.11.0"
- "@dhis2/ui-icons" "9.11.0"
- classnames "^2.3.1"
- prop-types "^15.7.2"
-
-"@dhis2-ui/header-bar@9.11.0", "@dhis2-ui/header-bar@file:/home/mozafar/code/dhis/ui/components/header-bar":
- version "9.11.0"
- resolved "file:components/header-bar"
- dependencies:
- "@dhis2-ui/box" "9.11.0"
- "@dhis2-ui/button" "9.11.0"
- "@dhis2-ui/card" "9.11.0"
- "@dhis2-ui/center" "9.11.0"
- "@dhis2-ui/divider" "9.11.0"
- "@dhis2-ui/input" "9.11.0"
- "@dhis2-ui/layer" "9.11.0"
- "@dhis2-ui/loader" "9.11.0"
- "@dhis2-ui/logo" "9.11.0"
- "@dhis2-ui/menu" "9.11.0"
- "@dhis2-ui/modal" "9.11.0"
- "@dhis2-ui/user-avatar" "9.11.0"
- "@dhis2/prop-types" "^3.1.2"
- "@dhis2/ui-constants" "9.11.0"
- "@dhis2/ui-icons" "9.11.0"
- classnames "^2.3.1"
- moment "^2.29.1"
- prop-types "^15.7.2"
-
-"@dhis2-ui/help@9.11.0", "@dhis2-ui/help@file:/home/mozafar/code/dhis/ui/components/help":
- version "9.11.0"
- resolved "file:components/help"
- dependencies:
- "@dhis2/prop-types" "^3.1.2"
- "@dhis2/ui-constants" "9.11.0"
- classnames "^2.3.1"
- prop-types "^15.7.2"
-
-"@dhis2-ui/input@9.11.0", "@dhis2-ui/input@file:/home/mozafar/code/dhis/ui/components/input":
- version "9.11.0"
- resolved "file:components/input"
- dependencies:
- "@dhis2-ui/box" "9.11.0"
- "@dhis2-ui/field" "9.11.0"
- "@dhis2-ui/input" "9.11.0"
- "@dhis2-ui/loader" "9.11.0"
- "@dhis2-ui/status-icon" "9.11.0"
- "@dhis2/prop-types" "^3.1.2"
- "@dhis2/ui-constants" "9.11.0"
- "@dhis2/ui-icons" "9.11.0"
- classnames "^2.3.1"
- prop-types "^15.7.2"
-
-"@dhis2-ui/intersection-detector@9.11.0", "@dhis2-ui/intersection-detector@file:/home/mozafar/code/dhis/ui/components/intersection-detector":
- version "9.11.0"
- resolved "file:components/intersection-detector"
- dependencies:
- "@dhis2/prop-types" "^3.1.2"
- "@dhis2/ui-constants" "9.11.0"
- classnames "^2.3.1"
- prop-types "^15.7.2"
-
-"@dhis2-ui/label@9.11.0", "@dhis2-ui/label@file:/home/mozafar/code/dhis/ui/components/label":
- version "9.11.0"
- resolved "file:components/label"
- dependencies:
- "@dhis2-ui/required" "9.11.0"
- "@dhis2/prop-types" "^3.1.2"
- "@dhis2/ui-constants" "9.11.0"
- classnames "^2.3.1"
- prop-types "^15.7.2"
-
-"@dhis2-ui/layer@9.11.0", "@dhis2-ui/layer@file:/home/mozafar/code/dhis/ui/components/layer":
- version "9.11.0"
- resolved "file:components/layer"
- dependencies:
- "@dhis2-ui/portal" "9.11.0"
- "@dhis2/prop-types" "^3.1.2"
- "@dhis2/ui-constants" "9.11.0"
- classnames "^2.3.1"
- prop-types "^15.7.2"
-
-"@dhis2-ui/legend@9.11.0", "@dhis2-ui/legend@file:/home/mozafar/code/dhis/ui/components/legend":
- version "9.11.0"
- resolved "file:components/legend"
- dependencies:
- "@dhis2-ui/required" "9.11.0"
- "@dhis2/prop-types" "^3.1.2"
- "@dhis2/ui-constants" "9.11.0"
- classnames "^2.3.1"
- prop-types "^15.7.2"
-
-"@dhis2-ui/loader@9.11.0", "@dhis2-ui/loader@file:/home/mozafar/code/dhis/ui/components/loader":
- version "9.11.0"
- resolved "file:components/loader"
- dependencies:
- "@dhis2/prop-types" "^3.1.2"
- "@dhis2/ui-constants" "9.11.0"
- classnames "^2.3.1"
- prop-types "^15.7.2"
-
-"@dhis2-ui/logo@9.11.0", "@dhis2-ui/logo@file:/home/mozafar/code/dhis/ui/components/logo":
- version "9.11.0"
- resolved "file:components/logo"
- dependencies:
- "@dhis2/prop-types" "^3.1.2"
- "@dhis2/ui-constants" "9.11.0"
- classnames "^2.3.1"
- prop-types "^15.7.2"
-
-"@dhis2-ui/menu@9.11.0", "@dhis2-ui/menu@file:/home/mozafar/code/dhis/ui/components/menu":
- version "9.11.0"
- resolved "file:components/menu"
- dependencies:
- "@dhis2-ui/card" "9.11.0"
- "@dhis2-ui/divider" "9.11.0"
- "@dhis2-ui/layer" "9.11.0"
- "@dhis2-ui/popper" "9.11.0"
- "@dhis2-ui/portal" "9.11.0"
- "@dhis2/prop-types" "^3.1.2"
- "@dhis2/ui-constants" "9.11.0"
- "@dhis2/ui-icons" "9.11.0"
- classnames "^2.3.1"
- prop-types "^15.7.2"
-
-"@dhis2-ui/modal@9.11.0", "@dhis2-ui/modal@file:/home/mozafar/code/dhis/ui/components/modal":
- version "9.11.0"
- resolved "file:components/modal"
- dependencies:
- "@dhis2-ui/card" "9.11.0"
- "@dhis2-ui/center" "9.11.0"
- "@dhis2-ui/layer" "9.11.0"
- "@dhis2-ui/portal" "9.11.0"
- "@dhis2/prop-types" "^3.1.2"
- "@dhis2/ui-constants" "9.11.0"
- "@dhis2/ui-icons" "9.11.0"
- classnames "^2.3.1"
- prop-types "^15.7.2"
-
-"@dhis2-ui/node@9.11.0", "@dhis2-ui/node@file:/home/mozafar/code/dhis/ui/components/node":
- version "9.11.0"
- resolved "file:components/node"
- dependencies:
- "@dhis2-ui/loader" "9.11.0"
- "@dhis2/prop-types" "^3.1.2"
- "@dhis2/ui-constants" "9.11.0"
- classnames "^2.3.1"
- prop-types "^15.7.2"
-
-"@dhis2-ui/notice-box@9.11.0", "@dhis2-ui/notice-box@file:/home/mozafar/code/dhis/ui/components/notice-box":
- version "9.11.0"
- resolved "file:components/notice-box"
- dependencies:
- "@dhis2/prop-types" "^3.1.2"
- "@dhis2/ui-constants" "9.11.0"
- "@dhis2/ui-icons" "9.11.0"
- classnames "^2.3.1"
- prop-types "^15.7.2"
-
-"@dhis2-ui/organisation-unit-tree@9.11.0", "@dhis2-ui/organisation-unit-tree@file:/home/mozafar/code/dhis/ui/components/organisation-unit-tree":
- version "9.11.0"
- resolved "file:components/organisation-unit-tree"
- dependencies:
- "@dhis2-ui/button" "9.11.0"
- "@dhis2-ui/checkbox" "9.11.0"
- "@dhis2-ui/loader" "9.11.0"
- "@dhis2-ui/node" "9.11.0"
- "@dhis2/prop-types" "^3.1.2"
- "@dhis2/ui-constants" "9.11.0"
- classnames "^2.3.1"
- prop-types "^15.7.2"
-
-"@dhis2-ui/pagination@9.11.0", "@dhis2-ui/pagination@file:/home/mozafar/code/dhis/ui/components/pagination":
- version "9.11.0"
- resolved "file:components/pagination"
- dependencies:
- "@dhis2-ui/button" "9.11.0"
- "@dhis2-ui/select" "9.11.0"
- "@dhis2/prop-types" "^3.1.2"
- "@dhis2/ui-constants" "9.11.0"
- "@dhis2/ui-icons" "9.11.0"
- classnames "^2.3.1"
- prop-types "^15.7.2"
-
-"@dhis2-ui/popover@9.11.0", "@dhis2-ui/popover@file:/home/mozafar/code/dhis/ui/components/popover":
- version "9.11.0"
- resolved "file:components/popover"
- dependencies:
- "@dhis2-ui/layer" "9.11.0"
- "@dhis2-ui/popper" "9.11.0"
- "@dhis2/prop-types" "^3.1.2"
- "@dhis2/ui-constants" "9.11.0"
- classnames "^2.3.1"
- prop-types "^15.7.2"
-
-"@dhis2-ui/popper@9.11.0", "@dhis2-ui/popper@file:/home/mozafar/code/dhis/ui/components/popper":
- version "9.11.0"
- resolved "file:components/popper"
- dependencies:
- "@dhis2/prop-types" "^3.1.2"
- "@dhis2/ui-constants" "9.11.0"
- "@popperjs/core" "^2.10.1"
- classnames "^2.3.1"
- prop-types "^15.7.2"
- react-popper "^2.2.5"
- resize-observer-polyfill "^1.5.1"
-
-"@dhis2-ui/portal@9.11.0", "@dhis2-ui/portal@file:/home/mozafar/code/dhis/ui/components/portal":
- version "9.11.0"
- resolved "file:components/portal"
- dependencies:
- classnames "^2.3.1"
- prop-types "^15.7.2"
-
-"@dhis2-ui/radio@9.11.0", "@dhis2-ui/radio@file:/home/mozafar/code/dhis/ui/components/radio":
- version "9.11.0"
- resolved "file:components/radio"
- dependencies:
- "@dhis2/prop-types" "^3.1.2"
- "@dhis2/ui-constants" "9.11.0"
- classnames "^2.3.1"
- prop-types "^15.7.2"
-
-"@dhis2-ui/required@9.11.0", "@dhis2-ui/required@file:/home/mozafar/code/dhis/ui/components/required":
- version "9.11.0"
- resolved "file:components/required"
- dependencies:
- "@dhis2/prop-types" "^3.1.2"
- "@dhis2/ui-constants" "9.11.0"
- classnames "^2.3.1"
- prop-types "^15.7.2"
-
-"@dhis2-ui/segmented-control@9.11.0", "@dhis2-ui/segmented-control@file:/home/mozafar/code/dhis/ui/components/segmented-control":
- version "9.11.0"
- resolved "file:components/segmented-control"
- dependencies:
- "@dhis2/prop-types" "^3.1.2"
- "@dhis2/ui-constants" "9.11.0"
- classnames "^2.3.1"
- prop-types "^15.7.2"
-
-"@dhis2-ui/select@9.11.0", "@dhis2-ui/select@file:/home/mozafar/code/dhis/ui/components/select":
- version "9.11.0"
- resolved "file:components/select"
- dependencies:
- "@dhis2-ui/box" "9.11.0"
- "@dhis2-ui/button" "9.11.0"
- "@dhis2-ui/card" "9.11.0"
- "@dhis2-ui/checkbox" "9.11.0"
- "@dhis2-ui/chip" "9.11.0"
- "@dhis2-ui/field" "9.11.0"
- "@dhis2-ui/input" "9.11.0"
- "@dhis2-ui/layer" "9.11.0"
- "@dhis2-ui/loader" "9.11.0"
- "@dhis2-ui/popper" "9.11.0"
- "@dhis2-ui/status-icon" "9.11.0"
- "@dhis2-ui/tooltip" "9.11.0"
- "@dhis2/prop-types" "^3.1.2"
- "@dhis2/ui-constants" "9.11.0"
- "@dhis2/ui-icons" "9.11.0"
- classnames "^2.3.1"
- prop-types "^15.7.2"
-
-"@dhis2-ui/selector-bar@9.11.0", "@dhis2-ui/selector-bar@file:/home/mozafar/code/dhis/ui/components/selector-bar":
- version "9.11.0"
- resolved "file:components/selector-bar"
- dependencies:
- "@dhis2-ui/button" "9.11.0"
- "@dhis2-ui/card" "9.11.0"
- "@dhis2-ui/layer" "9.11.0"
- "@dhis2-ui/popper" "9.11.0"
- "@dhis2/ui-constants" "9.11.0"
- "@dhis2/ui-icons" "9.11.0"
- "@testing-library/react" "^12.1.2"
- classnames "^2.3.1"
- prop-types "^15.7.2"
-
-"@dhis2-ui/sharing-dialog@9.11.0", "@dhis2-ui/sharing-dialog@file:/home/mozafar/code/dhis/ui/components/sharing-dialog":
- version "9.11.0"
- resolved "file:components/sharing-dialog"
- dependencies:
- "@dhis2-ui/box" "9.11.0"
- "@dhis2-ui/button" "9.11.0"
- "@dhis2-ui/card" "9.11.0"
- "@dhis2-ui/divider" "9.11.0"
- "@dhis2-ui/input" "9.11.0"
- "@dhis2-ui/layer" "9.11.0"
- "@dhis2-ui/menu" "9.11.0"
- "@dhis2-ui/modal" "9.11.0"
- "@dhis2-ui/notice-box" "9.11.0"
- "@dhis2-ui/popper" "9.11.0"
- "@dhis2-ui/select" "9.11.0"
- "@dhis2-ui/tab" "9.11.0"
- "@dhis2-ui/tooltip" "9.11.0"
- "@dhis2-ui/user-avatar" "9.11.0"
- "@dhis2/prop-types" "^3.1.2"
- "@dhis2/ui-constants" "9.11.0"
- "@dhis2/ui-icons" "9.11.0"
- "@react-hook/size" "^2.1.2"
- classnames "^2.3.1"
- prop-types "^15.7.2"
-
-"@dhis2-ui/status-icon@9.11.0", "@dhis2-ui/status-icon@file:/home/mozafar/code/dhis/ui/components/status-icon":
- version "9.11.0"
- resolved "file:components/status-icon"
- dependencies:
- "@dhis2-ui/loader" "9.11.0"
- "@dhis2/prop-types" "^3.1.2"
- "@dhis2/ui-constants" "9.11.0"
- "@dhis2/ui-icons" "9.11.0"
- classnames "^2.3.1"
- prop-types "^15.7.2"
-
-"@dhis2-ui/switch@9.11.0", "@dhis2-ui/switch@file:/home/mozafar/code/dhis/ui/components/switch":
- version "9.11.0"
- resolved "file:components/switch"
- dependencies:
- "@dhis2-ui/field" "9.11.0"
- "@dhis2-ui/required" "9.11.0"
- "@dhis2/prop-types" "^3.1.2"
- "@dhis2/ui-constants" "9.11.0"
- classnames "^2.3.1"
- prop-types "^15.7.2"
-
-"@dhis2-ui/tab@9.11.0", "@dhis2-ui/tab@file:/home/mozafar/code/dhis/ui/components/tab":
- version "9.11.0"
- resolved "file:components/tab"
- dependencies:
- "@dhis2-ui/tooltip" "9.11.0"
- "@dhis2/prop-types" "^3.1.2"
- "@dhis2/ui-constants" "9.11.0"
- "@dhis2/ui-icons" "9.11.0"
- classnames "^2.3.1"
- prop-types "^15.7.2"
-
-"@dhis2-ui/table@9.11.0", "@dhis2-ui/table@file:/home/mozafar/code/dhis/ui/components/table":
- version "9.11.0"
- resolved "file:components/table"
- dependencies:
- "@dhis2/prop-types" "^3.1.2"
- "@dhis2/ui-constants" "9.11.0"
- "@dhis2/ui-icons" "9.11.0"
- classnames "^2.3.1"
- prop-types "^15.7.2"
-
-"@dhis2-ui/tag@9.11.0", "@dhis2-ui/tag@file:/home/mozafar/code/dhis/ui/components/tag":
- version "9.11.0"
- resolved "file:components/tag"
- dependencies:
- "@dhis2/prop-types" "^3.1.2"
- "@dhis2/ui-constants" "9.11.0"
- classnames "^2.3.1"
- prop-types "^15.7.2"
-
-"@dhis2-ui/text-area@9.11.0", "@dhis2-ui/text-area@file:/home/mozafar/code/dhis/ui/components/text-area":
- version "9.11.0"
- resolved "file:components/text-area"
- dependencies:
- "@dhis2-ui/box" "9.11.0"
- "@dhis2-ui/field" "9.11.0"
- "@dhis2-ui/loader" "9.11.0"
- "@dhis2-ui/status-icon" "9.11.0"
- "@dhis2/prop-types" "^3.1.2"
- "@dhis2/ui-constants" "9.11.0"
- "@dhis2/ui-icons" "9.11.0"
- classnames "^2.3.1"
- prop-types "^15.7.2"
-
-"@dhis2-ui/tooltip@9.11.0", "@dhis2-ui/tooltip@file:/home/mozafar/code/dhis/ui/components/tooltip":
- version "9.11.0"
- resolved "file:components/tooltip"
- dependencies:
- "@dhis2-ui/popper" "9.11.0"
- "@dhis2-ui/portal" "9.11.0"
- "@dhis2/prop-types" "^3.1.2"
- "@dhis2/ui-constants" "9.11.0"
- classnames "^2.3.1"
- prop-types "^15.7.2"
-
-"@dhis2-ui/transfer@9.11.0", "@dhis2-ui/transfer@file:/home/mozafar/code/dhis/ui/components/transfer":
- version "9.11.0"
- resolved "file:components/transfer"
- dependencies:
- "@dhis2-ui/button" "9.11.0"
- "@dhis2-ui/field" "9.11.0"
- "@dhis2-ui/input" "9.11.0"
- "@dhis2-ui/intersection-detector" "9.11.0"
- "@dhis2-ui/loader" "9.11.0"
- "@dhis2/prop-types" "^3.1.2"
- "@dhis2/ui-constants" "9.11.0"
- classnames "^2.3.1"
- prop-types "^15.7.2"
-
-"@dhis2-ui/user-avatar@9.11.0", "@dhis2-ui/user-avatar@file:/home/mozafar/code/dhis/ui/components/user-avatar":
- version "9.11.0"
- resolved "file:components/user-avatar"
- dependencies:
- "@dhis2/prop-types" "^3.1.2"
- "@dhis2/ui-constants" "9.11.0"
- classnames "^2.3.1"
- prop-types "^15.7.2"
-
"@dhis2/app-adapter@11.7.0":
version "11.7.0"
resolved "https://registry.npmjs.org/@dhis2/app-adapter/-/app-adapter-11.7.0.tgz"
@@ -2657,7 +2115,7 @@
resolved "https://registry.npmjs.org/@dhis2/cypress-plugins/-/cypress-plugins-10.0.6.tgz"
integrity sha512-7NjQrXPT2K6OiabVu58+ljrGpdOOe78yL1LclQlmIJRs9gT2dcWB9RrgeGSSXaY5KCeuXYG/unkF15a1u1FKbw==
-"@dhis2/d2-i18n@^1", "@dhis2/d2-i18n@^1.1.0", "@dhis2/d2-i18n@^1.1.1", "@dhis2/d2-i18n@^1.1.3":
+"@dhis2/d2-i18n@^1.1.0", "@dhis2/d2-i18n@^1.1.1", "@dhis2/d2-i18n@^1.1.3":
version "1.1.3"
resolved "https://registry.npmjs.org/@dhis2/d2-i18n/-/d2-i18n-1.1.3.tgz"
integrity sha512-vOu6RDNumOJM396mHt35bETk9ai9b6XJyAwlUy1HstUZNvfET61F8rjCmMuXZU6zJ8ELux8kMFqlH8IG0vDJmA==
@@ -2691,100 +2149,10 @@
workbox-routing "^6.1.5"
workbox-strategies "^6.1.5"
-"@dhis2/ui-constants@9.11.0", "@dhis2/ui-constants@file:/home/mozafar/code/dhis/ui/constants":
- version "9.11.0"
- resolved "file:constants"
- dependencies:
- prop-types "^15.7.2"
-
-"@dhis2/ui-constants@9.11.1-beta.10":
- version "9.11.1-beta.10"
- resolved "https://registry.npmjs.org/@dhis2/ui-constants/-/ui-constants-9.11.1-beta.10.tgz"
- integrity sha512-bM3dja6riqFm0CzhPYuz4NDEjfwTVC0EOEIyabLISq7vKjvlOU04P+LcW9uv3xLzLNRBzPfLwG6UFPK0VzJwow==
- dependencies:
- prop-types "^15.7.2"
-
-"@dhis2/ui-forms@9.11.0", "@dhis2/ui-forms@file:/home/mozafar/code/dhis/ui/collections/forms":
- version "9.11.0"
- resolved "file:collections/forms"
- dependencies:
- "@dhis2-ui/button" "9.11.0"
- "@dhis2-ui/checkbox" "9.11.0"
- "@dhis2-ui/field" "9.11.0"
- "@dhis2-ui/file-input" "9.11.0"
- "@dhis2-ui/input" "9.11.0"
- "@dhis2-ui/radio" "9.11.0"
- "@dhis2-ui/select" "9.11.0"
- "@dhis2-ui/switch" "9.11.0"
- "@dhis2-ui/text-area" "9.11.0"
- "@dhis2/prop-types" "^3.1.2"
- classnames "^2.3.1"
- final-form "^4.20.2"
- prop-types "^15.7.2"
- react-final-form "^6.5.3"
-
-"@dhis2/ui-icons@9.11.0", "@dhis2/ui-icons@file:/home/mozafar/code/dhis/ui/icons":
- version "9.11.0"
- resolved "file:icons"
-
-"@dhis2/ui@^9.8.9", "@dhis2/ui@>=9.8.9", "@dhis2/ui@file:/home/mozafar/code/dhis/ui/collections/ui":
- version "9.11.0"
- resolved "file:collections/ui"
- dependencies:
- "@dhis2-ui/alert" "9.11.0"
- "@dhis2-ui/box" "9.11.0"
- "@dhis2-ui/button" "9.11.0"
- "@dhis2-ui/calendar" "9.11.0"
- "@dhis2-ui/card" "9.11.0"
- "@dhis2-ui/center" "9.11.0"
- "@dhis2-ui/checkbox" "9.11.0"
- "@dhis2-ui/chip" "9.11.0"
- "@dhis2-ui/cover" "9.11.0"
- "@dhis2-ui/css" "9.11.0"
- "@dhis2-ui/divider" "9.11.0"
- "@dhis2-ui/field" "9.11.0"
- "@dhis2-ui/file-input" "9.11.0"
- "@dhis2-ui/header-bar" "9.11.0"
- "@dhis2-ui/help" "9.11.0"
- "@dhis2-ui/input" "9.11.0"
- "@dhis2-ui/intersection-detector" "9.11.0"
- "@dhis2-ui/label" "9.11.0"
- "@dhis2-ui/layer" "9.11.0"
- "@dhis2-ui/legend" "9.11.0"
- "@dhis2-ui/loader" "9.11.0"
- "@dhis2-ui/logo" "9.11.0"
- "@dhis2-ui/menu" "9.11.0"
- "@dhis2-ui/modal" "9.11.0"
- "@dhis2-ui/node" "9.11.0"
- "@dhis2-ui/notice-box" "9.11.0"
- "@dhis2-ui/organisation-unit-tree" "9.11.0"
- "@dhis2-ui/pagination" "9.11.0"
- "@dhis2-ui/popover" "9.11.0"
- "@dhis2-ui/popper" "9.11.0"
- "@dhis2-ui/portal" "9.11.0"
- "@dhis2-ui/radio" "9.11.0"
- "@dhis2-ui/required" "9.11.0"
- "@dhis2-ui/segmented-control" "9.11.0"
- "@dhis2-ui/select" "9.11.0"
- "@dhis2-ui/selector-bar" "9.11.0"
- "@dhis2-ui/sharing-dialog" "9.11.0"
- "@dhis2-ui/switch" "9.11.0"
- "@dhis2-ui/tab" "9.11.0"
- "@dhis2-ui/table" "9.11.0"
- "@dhis2-ui/tag" "9.11.0"
- "@dhis2-ui/text-area" "9.11.0"
- "@dhis2-ui/tooltip" "9.11.0"
- "@dhis2-ui/transfer" "9.11.0"
- "@dhis2-ui/user-avatar" "9.11.0"
- "@dhis2/ui-constants" "9.11.0"
- "@dhis2/ui-forms" "9.11.0"
- "@dhis2/ui-icons" "9.11.0"
- prop-types "^15.7.2"
-
-"@discoveryjs/json-ext@0.5.7":
- version "0.5.7"
- resolved "https://registry.npmjs.org/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz"
- integrity sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==
+"@discoveryjs/json-ext@0.5.7":
+ version "0.5.7"
+ resolved "https://registry.npmjs.org/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz"
+ integrity sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==
"@docsearch/css@3.6.1":
version "3.6.1"
@@ -2801,7 +2169,7 @@
"@docsearch/css" "3.6.1"
algoliasearch "^4.19.1"
-"@docusaurus/core@^2.0.0-beta.17", "@docusaurus/core@2.4.3":
+"@docusaurus/core@2.4.3", "@docusaurus/core@^2.0.0-beta.17":
version "2.4.3"
resolved "https://registry.npmjs.org/@docusaurus/core/-/core-2.4.3.tgz"
integrity sha512-dWH5P7cgeNSIg9ufReX6gaCl/TmrGKD38Orbwuz05WPhAQtFXHd5B8Qym1TiXfvUNvwoYKkAJOJuGe8ou0Z7PA==
@@ -3158,7 +2526,7 @@
fs-extra "^10.1.0"
tslib "^2.4.0"
-"@docusaurus/types@*", "@docusaurus/types@2.4.3":
+"@docusaurus/types@2.4.3":
version "2.4.3"
resolved "https://registry.npmjs.org/@docusaurus/types/-/types-2.4.3.tgz"
integrity sha512-W6zNLGQqfrp/EoPD0bhb9n7OobP+RHpmvVzpA+Z/IuU3Q63njJM24hmT0GYboovWcDtFmnIJC9wcyx4RVPQscw==
@@ -3212,6 +2580,246 @@
url-loader "^4.1.1"
webpack "^5.73.0"
+"@esbuild/aix-ppc64@0.19.12":
+ version "0.19.12"
+ resolved "https://registry.yarnpkg.com/@esbuild/aix-ppc64/-/aix-ppc64-0.19.12.tgz#d1bc06aedb6936b3b6d313bf809a5a40387d2b7f"
+ integrity sha512-bmoCYyWdEL3wDQIVbcyzRyeKLgk2WtWLTWz1ZIAZF/EGbNOwSA6ew3PftJ1PqMiOOGu0OyFMzG53L0zqIpPeNA==
+
+"@esbuild/aix-ppc64@0.21.5":
+ version "0.21.5"
+ resolved "https://registry.yarnpkg.com/@esbuild/aix-ppc64/-/aix-ppc64-0.21.5.tgz#c7184a326533fcdf1b8ee0733e21c713b975575f"
+ integrity sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==
+
+"@esbuild/aix-ppc64@0.23.1":
+ version "0.23.1"
+ resolved "https://registry.yarnpkg.com/@esbuild/aix-ppc64/-/aix-ppc64-0.23.1.tgz#51299374de171dbd80bb7d838e1cfce9af36f353"
+ integrity sha512-6VhYk1diRqrhBAqpJEdjASR/+WVRtfjpqKuNw11cLiaWpAT/Uu+nokB+UJnevzy/P9C/ty6AOe0dwueMrGh/iQ==
+
+"@esbuild/android-arm64@0.19.12":
+ version "0.19.12"
+ resolved "https://registry.yarnpkg.com/@esbuild/android-arm64/-/android-arm64-0.19.12.tgz#7ad65a36cfdb7e0d429c353e00f680d737c2aed4"
+ integrity sha512-P0UVNGIienjZv3f5zq0DP3Nt2IE/3plFzuaS96vihvD0Hd6H/q4WXUGpCxD/E8YrSXfNyRPbpTq+T8ZQioSuPA==
+
+"@esbuild/android-arm64@0.21.5":
+ version "0.21.5"
+ resolved "https://registry.yarnpkg.com/@esbuild/android-arm64/-/android-arm64-0.21.5.tgz#09d9b4357780da9ea3a7dfb833a1f1ff439b4052"
+ integrity sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==
+
+"@esbuild/android-arm64@0.23.1":
+ version "0.23.1"
+ resolved "https://registry.yarnpkg.com/@esbuild/android-arm64/-/android-arm64-0.23.1.tgz#58565291a1fe548638adb9c584237449e5e14018"
+ integrity sha512-xw50ipykXcLstLeWH7WRdQuysJqejuAGPd30vd1i5zSyKK3WE+ijzHmLKxdiCMtH1pHz78rOg0BKSYOSB/2Khw==
+
+"@esbuild/android-arm@0.19.12":
+ version "0.19.12"
+ resolved "https://registry.yarnpkg.com/@esbuild/android-arm/-/android-arm-0.19.12.tgz#b0c26536f37776162ca8bde25e42040c203f2824"
+ integrity sha512-qg/Lj1mu3CdQlDEEiWrlC4eaPZ1KztwGJ9B6J+/6G+/4ewxJg7gqj8eVYWvao1bXrqGiW2rsBZFSX3q2lcW05w==
+
+"@esbuild/android-arm@0.21.5":
+ version "0.21.5"
+ resolved "https://registry.yarnpkg.com/@esbuild/android-arm/-/android-arm-0.21.5.tgz#9b04384fb771926dfa6d7ad04324ecb2ab9b2e28"
+ integrity sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==
+
+"@esbuild/android-arm@0.23.1":
+ version "0.23.1"
+ resolved "https://registry.yarnpkg.com/@esbuild/android-arm/-/android-arm-0.23.1.tgz#5eb8c652d4c82a2421e3395b808e6d9c42c862ee"
+ integrity sha512-uz6/tEy2IFm9RYOyvKl88zdzZfwEfKZmnX9Cj1BHjeSGNuGLuMD1kR8y5bteYmwqKm1tj8m4cb/aKEorr6fHWQ==
+
+"@esbuild/android-x64@0.19.12":
+ version "0.19.12"
+ resolved "https://registry.yarnpkg.com/@esbuild/android-x64/-/android-x64-0.19.12.tgz#cb13e2211282012194d89bf3bfe7721273473b3d"
+ integrity sha512-3k7ZoUW6Q6YqhdhIaq/WZ7HwBpnFBlW905Fa4s4qWJyiNOgT1dOqDiVAQFwBH7gBRZr17gLrlFCRzF6jFh7Kew==
+
+"@esbuild/android-x64@0.21.5":
+ version "0.21.5"
+ resolved "https://registry.yarnpkg.com/@esbuild/android-x64/-/android-x64-0.21.5.tgz#29918ec2db754cedcb6c1b04de8cd6547af6461e"
+ integrity sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==
+
+"@esbuild/android-x64@0.23.1":
+ version "0.23.1"
+ resolved "https://registry.yarnpkg.com/@esbuild/android-x64/-/android-x64-0.23.1.tgz#ae19d665d2f06f0f48a6ac9a224b3f672e65d517"
+ integrity sha512-nlN9B69St9BwUoB+jkyU090bru8L0NA3yFvAd7k8dNsVH8bi9a8cUAUSEcEEgTp2z3dbEDGJGfP6VUnkQnlReg==
+
+"@esbuild/darwin-arm64@0.19.12":
+ version "0.19.12"
+ resolved "https://registry.yarnpkg.com/@esbuild/darwin-arm64/-/darwin-arm64-0.19.12.tgz#cbee41e988020d4b516e9d9e44dd29200996275e"
+ integrity sha512-B6IeSgZgtEzGC42jsI+YYu9Z3HKRxp8ZT3cqhvliEHovq8HSX2YX8lNocDn79gCKJXOSaEot9MVYky7AKjCs8g==
+
+"@esbuild/darwin-arm64@0.21.5":
+ version "0.21.5"
+ resolved "https://registry.yarnpkg.com/@esbuild/darwin-arm64/-/darwin-arm64-0.21.5.tgz#e495b539660e51690f3928af50a76fb0a6ccff2a"
+ integrity sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==
+
+"@esbuild/darwin-arm64@0.23.1":
+ version "0.23.1"
+ resolved "https://registry.yarnpkg.com/@esbuild/darwin-arm64/-/darwin-arm64-0.23.1.tgz#05b17f91a87e557b468a9c75e9d85ab10c121b16"
+ integrity sha512-YsS2e3Wtgnw7Wq53XXBLcV6JhRsEq8hkfg91ESVadIrzr9wO6jJDMZnCQbHm1Guc5t/CdDiFSSfWP58FNuvT3Q==
+
+"@esbuild/darwin-x64@0.19.12":
+ version "0.19.12"
+ resolved "https://registry.yarnpkg.com/@esbuild/darwin-x64/-/darwin-x64-0.19.12.tgz#e37d9633246d52aecf491ee916ece709f9d5f4cd"
+ integrity sha512-hKoVkKzFiToTgn+41qGhsUJXFlIjxI/jSYeZf3ugemDYZldIXIxhvwN6erJGlX4t5h417iFuheZ7l+YVn05N3A==
+
+"@esbuild/darwin-x64@0.21.5":
+ version "0.21.5"
+ resolved "https://registry.yarnpkg.com/@esbuild/darwin-x64/-/darwin-x64-0.21.5.tgz#c13838fa57372839abdddc91d71542ceea2e1e22"
+ integrity sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==
+
+"@esbuild/darwin-x64@0.23.1":
+ version "0.23.1"
+ resolved "https://registry.yarnpkg.com/@esbuild/darwin-x64/-/darwin-x64-0.23.1.tgz#c58353b982f4e04f0d022284b8ba2733f5ff0931"
+ integrity sha512-aClqdgTDVPSEGgoCS8QDG37Gu8yc9lTHNAQlsztQ6ENetKEO//b8y31MMu2ZaPbn4kVsIABzVLXYLhCGekGDqw==
+
+"@esbuild/freebsd-arm64@0.19.12":
+ version "0.19.12"
+ resolved "https://registry.yarnpkg.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.19.12.tgz#1ee4d8b682ed363b08af74d1ea2b2b4dbba76487"
+ integrity sha512-4aRvFIXmwAcDBw9AueDQ2YnGmz5L6obe5kmPT8Vd+/+x/JMVKCgdcRwH6APrbpNXsPz+K653Qg8HB/oXvXVukA==
+
+"@esbuild/freebsd-arm64@0.21.5":
+ version "0.21.5"
+ resolved "https://registry.yarnpkg.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.21.5.tgz#646b989aa20bf89fd071dd5dbfad69a3542e550e"
+ integrity sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==
+
+"@esbuild/freebsd-arm64@0.23.1":
+ version "0.23.1"
+ resolved "https://registry.yarnpkg.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.23.1.tgz#f9220dc65f80f03635e1ef96cfad5da1f446f3bc"
+ integrity sha512-h1k6yS8/pN/NHlMl5+v4XPfikhJulk4G+tKGFIOwURBSFzE8bixw1ebjluLOjfwtLqY0kewfjLSrO6tN2MgIhA==
+
+"@esbuild/freebsd-x64@0.19.12":
+ version "0.19.12"
+ resolved "https://registry.yarnpkg.com/@esbuild/freebsd-x64/-/freebsd-x64-0.19.12.tgz#37a693553d42ff77cd7126764b535fb6cc28a11c"
+ integrity sha512-EYoXZ4d8xtBoVN7CEwWY2IN4ho76xjYXqSXMNccFSx2lgqOG/1TBPW0yPx1bJZk94qu3tX0fycJeeQsKovA8gg==
+
+"@esbuild/freebsd-x64@0.21.5":
+ version "0.21.5"
+ resolved "https://registry.yarnpkg.com/@esbuild/freebsd-x64/-/freebsd-x64-0.21.5.tgz#aa615cfc80af954d3458906e38ca22c18cf5c261"
+ integrity sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==
+
+"@esbuild/freebsd-x64@0.23.1":
+ version "0.23.1"
+ resolved "https://registry.yarnpkg.com/@esbuild/freebsd-x64/-/freebsd-x64-0.23.1.tgz#69bd8511fa013b59f0226d1609ac43f7ce489730"
+ integrity sha512-lK1eJeyk1ZX8UklqFd/3A60UuZ/6UVfGT2LuGo3Wp4/z7eRTRYY+0xOu2kpClP+vMTi9wKOfXi2vjUpO1Ro76g==
+
+"@esbuild/linux-arm64@0.19.12":
+ version "0.19.12"
+ resolved "https://registry.yarnpkg.com/@esbuild/linux-arm64/-/linux-arm64-0.19.12.tgz#be9b145985ec6c57470e0e051d887b09dddb2d4b"
+ integrity sha512-EoTjyYyLuVPfdPLsGVVVC8a0p1BFFvtpQDB/YLEhaXyf/5bczaGeN15QkR+O4S5LeJ92Tqotve7i1jn35qwvdA==
+
+"@esbuild/linux-arm64@0.21.5":
+ version "0.21.5"
+ resolved "https://registry.yarnpkg.com/@esbuild/linux-arm64/-/linux-arm64-0.21.5.tgz#70ac6fa14f5cb7e1f7f887bcffb680ad09922b5b"
+ integrity sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==
+
+"@esbuild/linux-arm64@0.23.1":
+ version "0.23.1"
+ resolved "https://registry.yarnpkg.com/@esbuild/linux-arm64/-/linux-arm64-0.23.1.tgz#8050af6d51ddb388c75653ef9871f5ccd8f12383"
+ integrity sha512-/93bf2yxencYDnItMYV/v116zff6UyTjo4EtEQjUBeGiVpMmffDNUyD9UN2zV+V3LRV3/on4xdZ26NKzn6754g==
+
+"@esbuild/linux-arm@0.19.12":
+ version "0.19.12"
+ resolved "https://registry.yarnpkg.com/@esbuild/linux-arm/-/linux-arm-0.19.12.tgz#207ecd982a8db95f7b5279207d0ff2331acf5eef"
+ integrity sha512-J5jPms//KhSNv+LO1S1TX1UWp1ucM6N6XuL6ITdKWElCu8wXP72l9MM0zDTzzeikVyqFE6U8YAV9/tFyj0ti+w==
+
+"@esbuild/linux-arm@0.21.5":
+ version "0.21.5"
+ resolved "https://registry.yarnpkg.com/@esbuild/linux-arm/-/linux-arm-0.21.5.tgz#fc6fd11a8aca56c1f6f3894f2bea0479f8f626b9"
+ integrity sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==
+
+"@esbuild/linux-arm@0.23.1":
+ version "0.23.1"
+ resolved "https://registry.yarnpkg.com/@esbuild/linux-arm/-/linux-arm-0.23.1.tgz#ecaabd1c23b701070484990db9a82f382f99e771"
+ integrity sha512-CXXkzgn+dXAPs3WBwE+Kvnrf4WECwBdfjfeYHpMeVxWE0EceB6vhWGShs6wi0IYEqMSIzdOF1XjQ/Mkm5d7ZdQ==
+
+"@esbuild/linux-ia32@0.19.12":
+ version "0.19.12"
+ resolved "https://registry.yarnpkg.com/@esbuild/linux-ia32/-/linux-ia32-0.19.12.tgz#d0d86b5ca1562523dc284a6723293a52d5860601"
+ integrity sha512-Thsa42rrP1+UIGaWz47uydHSBOgTUnwBwNq59khgIwktK6x60Hivfbux9iNR0eHCHzOLjLMLfUMLCypBkZXMHA==
+
+"@esbuild/linux-ia32@0.21.5":
+ version "0.21.5"
+ resolved "https://registry.yarnpkg.com/@esbuild/linux-ia32/-/linux-ia32-0.21.5.tgz#3271f53b3f93e3d093d518d1649d6d68d346ede2"
+ integrity sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==
+
+"@esbuild/linux-ia32@0.23.1":
+ version "0.23.1"
+ resolved "https://registry.yarnpkg.com/@esbuild/linux-ia32/-/linux-ia32-0.23.1.tgz#3ed2273214178109741c09bd0687098a0243b333"
+ integrity sha512-VTN4EuOHwXEkXzX5nTvVY4s7E/Krz7COC8xkftbbKRYAl96vPiUssGkeMELQMOnLOJ8k3BY1+ZY52tttZnHcXQ==
+
+"@esbuild/linux-loong64@0.19.12":
+ version "0.19.12"
+ resolved "https://registry.yarnpkg.com/@esbuild/linux-loong64/-/linux-loong64-0.19.12.tgz#9a37f87fec4b8408e682b528391fa22afd952299"
+ integrity sha512-LiXdXA0s3IqRRjm6rV6XaWATScKAXjI4R4LoDlvO7+yQqFdlr1Bax62sRwkVvRIrwXxvtYEHHI4dm50jAXkuAA==
+
+"@esbuild/linux-loong64@0.21.5":
+ version "0.21.5"
+ resolved "https://registry.yarnpkg.com/@esbuild/linux-loong64/-/linux-loong64-0.21.5.tgz#ed62e04238c57026aea831c5a130b73c0f9f26df"
+ integrity sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==
+
+"@esbuild/linux-loong64@0.23.1":
+ version "0.23.1"
+ resolved "https://registry.yarnpkg.com/@esbuild/linux-loong64/-/linux-loong64-0.23.1.tgz#a0fdf440b5485c81b0fbb316b08933d217f5d3ac"
+ integrity sha512-Vx09LzEoBa5zDnieH8LSMRToj7ir/Jeq0Gu6qJ/1GcBq9GkfoEAoXvLiW1U9J1qE/Y/Oyaq33w5p2ZWrNNHNEw==
+
+"@esbuild/linux-mips64el@0.19.12":
+ version "0.19.12"
+ resolved "https://registry.yarnpkg.com/@esbuild/linux-mips64el/-/linux-mips64el-0.19.12.tgz#4ddebd4e6eeba20b509d8e74c8e30d8ace0b89ec"
+ integrity sha512-fEnAuj5VGTanfJ07ff0gOA6IPsvrVHLVb6Lyd1g2/ed67oU1eFzL0r9WL7ZzscD+/N6i3dWumGE1Un4f7Amf+w==
+
+"@esbuild/linux-mips64el@0.21.5":
+ version "0.21.5"
+ resolved "https://registry.yarnpkg.com/@esbuild/linux-mips64el/-/linux-mips64el-0.21.5.tgz#e79b8eb48bf3b106fadec1ac8240fb97b4e64cbe"
+ integrity sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==
+
+"@esbuild/linux-mips64el@0.23.1":
+ version "0.23.1"
+ resolved "https://registry.yarnpkg.com/@esbuild/linux-mips64el/-/linux-mips64el-0.23.1.tgz#e11a2806346db8375b18f5e104c5a9d4e81807f6"
+ integrity sha512-nrFzzMQ7W4WRLNUOU5dlWAqa6yVeI0P78WKGUo7lg2HShq/yx+UYkeNSE0SSfSure0SqgnsxPvmAUu/vu0E+3Q==
+
+"@esbuild/linux-ppc64@0.19.12":
+ version "0.19.12"
+ resolved "https://registry.yarnpkg.com/@esbuild/linux-ppc64/-/linux-ppc64-0.19.12.tgz#adb67dadb73656849f63cd522f5ecb351dd8dee8"
+ integrity sha512-nYJA2/QPimDQOh1rKWedNOe3Gfc8PabU7HT3iXWtNUbRzXS9+vgB0Fjaqr//XNbd82mCxHzik2qotuI89cfixg==
+
+"@esbuild/linux-ppc64@0.21.5":
+ version "0.21.5"
+ resolved "https://registry.yarnpkg.com/@esbuild/linux-ppc64/-/linux-ppc64-0.21.5.tgz#5f2203860a143b9919d383ef7573521fb154c3e4"
+ integrity sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==
+
+"@esbuild/linux-ppc64@0.23.1":
+ version "0.23.1"
+ resolved "https://registry.yarnpkg.com/@esbuild/linux-ppc64/-/linux-ppc64-0.23.1.tgz#06a2744c5eaf562b1a90937855b4d6cf7c75ec96"
+ integrity sha512-dKN8fgVqd0vUIjxuJI6P/9SSSe/mB9rvA98CSH2sJnlZ/OCZWO1DJvxj8jvKTfYUdGfcq2dDxoKaC6bHuTlgcw==
+
+"@esbuild/linux-riscv64@0.19.12":
+ version "0.19.12"
+ resolved "https://registry.yarnpkg.com/@esbuild/linux-riscv64/-/linux-riscv64-0.19.12.tgz#11bc0698bf0a2abf8727f1c7ace2112612c15adf"
+ integrity sha512-2MueBrlPQCw5dVJJpQdUYgeqIzDQgw3QtiAHUC4RBz9FXPrskyyU3VI1hw7C0BSKB9OduwSJ79FTCqtGMWqJHg==
+
+"@esbuild/linux-riscv64@0.21.5":
+ version "0.21.5"
+ resolved "https://registry.yarnpkg.com/@esbuild/linux-riscv64/-/linux-riscv64-0.21.5.tgz#07bcafd99322d5af62f618cb9e6a9b7f4bb825dc"
+ integrity sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==
+
+"@esbuild/linux-riscv64@0.23.1":
+ version "0.23.1"
+ resolved "https://registry.yarnpkg.com/@esbuild/linux-riscv64/-/linux-riscv64-0.23.1.tgz#65b46a2892fc0d1af4ba342af3fe0fa4a8fe08e7"
+ integrity sha512-5AV4Pzp80fhHL83JM6LoA6pTQVWgB1HovMBsLQ9OZWLDqVY8MVobBXNSmAJi//Csh6tcY7e7Lny2Hg1tElMjIA==
+
+"@esbuild/linux-s390x@0.19.12":
+ version "0.19.12"
+ resolved "https://registry.yarnpkg.com/@esbuild/linux-s390x/-/linux-s390x-0.19.12.tgz#e86fb8ffba7c5c92ba91fc3b27ed5a70196c3cc8"
+ integrity sha512-+Pil1Nv3Umes4m3AZKqA2anfhJiVmNCYkPchwFJNEJN5QxmTs1uzyy4TvmDrCRNT2ApwSari7ZIgrPeUx4UZDg==
+
+"@esbuild/linux-s390x@0.21.5":
+ version "0.21.5"
+ resolved "https://registry.yarnpkg.com/@esbuild/linux-s390x/-/linux-s390x-0.21.5.tgz#b7ccf686751d6a3e44b8627ababc8be3ef62d8de"
+ integrity sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==
+
+"@esbuild/linux-s390x@0.23.1":
+ version "0.23.1"
+ resolved "https://registry.yarnpkg.com/@esbuild/linux-s390x/-/linux-s390x-0.23.1.tgz#e71ea18c70c3f604e241d16e4e5ab193a9785d6f"
+ integrity sha512-9ygs73tuFCe6f6m/Tb+9LtYxWR4c9yg7zjt2cYkjDbDpV/xVn+68cQxMXCjUpYwEkze2RcU/rMnfIXNRFmSoDw==
+
"@esbuild/linux-x64@0.19.12":
version "0.19.12"
resolved "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.19.12.tgz"
@@ -3222,6 +2830,106 @@
resolved "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.21.5.tgz"
integrity sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==
+"@esbuild/linux-x64@0.23.1":
+ version "0.23.1"
+ resolved "https://registry.yarnpkg.com/@esbuild/linux-x64/-/linux-x64-0.23.1.tgz#d47f97391e80690d4dfe811a2e7d6927ad9eed24"
+ integrity sha512-EV6+ovTsEXCPAp58g2dD68LxoP/wK5pRvgy0J/HxPGB009omFPv3Yet0HiaqvrIrgPTBuC6wCH1LTOY91EO5hQ==
+
+"@esbuild/netbsd-x64@0.19.12":
+ version "0.19.12"
+ resolved "https://registry.yarnpkg.com/@esbuild/netbsd-x64/-/netbsd-x64-0.19.12.tgz#29da566a75324e0d0dd7e47519ba2f7ef168657b"
+ integrity sha512-3ltjQ7n1owJgFbuC61Oj++XhtzmymoCihNFgT84UAmJnxJfm4sYCiSLTXZtE00VWYpPMYc+ZQmB6xbSdVh0JWA==
+
+"@esbuild/netbsd-x64@0.21.5":
+ version "0.21.5"
+ resolved "https://registry.yarnpkg.com/@esbuild/netbsd-x64/-/netbsd-x64-0.21.5.tgz#bbe430f60d378ecb88decb219c602667387a6047"
+ integrity sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==
+
+"@esbuild/netbsd-x64@0.23.1":
+ version "0.23.1"
+ resolved "https://registry.yarnpkg.com/@esbuild/netbsd-x64/-/netbsd-x64-0.23.1.tgz#44e743c9778d57a8ace4b72f3c6b839a3b74a653"
+ integrity sha512-aevEkCNu7KlPRpYLjwmdcuNz6bDFiE7Z8XC4CPqExjTvrHugh28QzUXVOZtiYghciKUacNktqxdpymplil1beA==
+
+"@esbuild/openbsd-arm64@0.23.1":
+ version "0.23.1"
+ resolved "https://registry.yarnpkg.com/@esbuild/openbsd-arm64/-/openbsd-arm64-0.23.1.tgz#05c5a1faf67b9881834758c69f3e51b7dee015d7"
+ integrity sha512-3x37szhLexNA4bXhLrCC/LImN/YtWis6WXr1VESlfVtVeoFJBRINPJ3f0a/6LV8zpikqoUg4hyXw0sFBt5Cr+Q==
+
+"@esbuild/openbsd-x64@0.19.12":
+ version "0.19.12"
+ resolved "https://registry.yarnpkg.com/@esbuild/openbsd-x64/-/openbsd-x64-0.19.12.tgz#306c0acbdb5a99c95be98bdd1d47c916e7dc3ff0"
+ integrity sha512-RbrfTB9SWsr0kWmb9srfF+L933uMDdu9BIzdA7os2t0TXhCRjrQyCeOt6wVxr79CKD4c+p+YhCj31HBkYcXebw==
+
+"@esbuild/openbsd-x64@0.21.5":
+ version "0.21.5"
+ resolved "https://registry.yarnpkg.com/@esbuild/openbsd-x64/-/openbsd-x64-0.21.5.tgz#99d1cf2937279560d2104821f5ccce220cb2af70"
+ integrity sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==
+
+"@esbuild/openbsd-x64@0.23.1":
+ version "0.23.1"
+ resolved "https://registry.yarnpkg.com/@esbuild/openbsd-x64/-/openbsd-x64-0.23.1.tgz#2e58ae511bacf67d19f9f2dcd9e8c5a93f00c273"
+ integrity sha512-aY2gMmKmPhxfU+0EdnN+XNtGbjfQgwZj43k8G3fyrDM/UdZww6xrWxmDkuz2eCZchqVeABjV5BpildOrUbBTqA==
+
+"@esbuild/sunos-x64@0.19.12":
+ version "0.19.12"
+ resolved "https://registry.yarnpkg.com/@esbuild/sunos-x64/-/sunos-x64-0.19.12.tgz#0933eaab9af8b9b2c930236f62aae3fc593faf30"
+ integrity sha512-HKjJwRrW8uWtCQnQOz9qcU3mUZhTUQvi56Q8DPTLLB+DawoiQdjsYq+j+D3s9I8VFtDr+F9CjgXKKC4ss89IeA==
+
+"@esbuild/sunos-x64@0.21.5":
+ version "0.21.5"
+ resolved "https://registry.yarnpkg.com/@esbuild/sunos-x64/-/sunos-x64-0.21.5.tgz#08741512c10d529566baba837b4fe052c8f3487b"
+ integrity sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==
+
+"@esbuild/sunos-x64@0.23.1":
+ version "0.23.1"
+ resolved "https://registry.yarnpkg.com/@esbuild/sunos-x64/-/sunos-x64-0.23.1.tgz#adb022b959d18d3389ac70769cef5a03d3abd403"
+ integrity sha512-RBRT2gqEl0IKQABT4XTj78tpk9v7ehp+mazn2HbUeZl1YMdaGAQqhapjGTCe7uw7y0frDi4gS0uHzhvpFuI1sA==
+
+"@esbuild/win32-arm64@0.19.12":
+ version "0.19.12"
+ resolved "https://registry.yarnpkg.com/@esbuild/win32-arm64/-/win32-arm64-0.19.12.tgz#773bdbaa1971b36db2f6560088639ccd1e6773ae"
+ integrity sha512-URgtR1dJnmGvX864pn1B2YUYNzjmXkuJOIqG2HdU62MVS4EHpU2946OZoTMnRUHklGtJdJZ33QfzdjGACXhn1A==
+
+"@esbuild/win32-arm64@0.21.5":
+ version "0.21.5"
+ resolved "https://registry.yarnpkg.com/@esbuild/win32-arm64/-/win32-arm64-0.21.5.tgz#675b7385398411240735016144ab2e99a60fc75d"
+ integrity sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==
+
+"@esbuild/win32-arm64@0.23.1":
+ version "0.23.1"
+ resolved "https://registry.yarnpkg.com/@esbuild/win32-arm64/-/win32-arm64-0.23.1.tgz#84906f50c212b72ec360f48461d43202f4c8b9a2"
+ integrity sha512-4O+gPR5rEBe2FpKOVyiJ7wNDPA8nGzDuJ6gN4okSA1gEOYZ67N8JPk58tkWtdtPeLz7lBnY6I5L3jdsr3S+A6A==
+
+"@esbuild/win32-ia32@0.19.12":
+ version "0.19.12"
+ resolved "https://registry.yarnpkg.com/@esbuild/win32-ia32/-/win32-ia32-0.19.12.tgz#000516cad06354cc84a73f0943a4aa690ef6fd67"
+ integrity sha512-+ZOE6pUkMOJfmxmBZElNOx72NKpIa/HFOMGzu8fqzQJ5kgf6aTGrcJaFsNiVMH4JKpMipyK+7k0n2UXN7a8YKQ==
+
+"@esbuild/win32-ia32@0.21.5":
+ version "0.21.5"
+ resolved "https://registry.yarnpkg.com/@esbuild/win32-ia32/-/win32-ia32-0.21.5.tgz#1bfc3ce98aa6ca9a0969e4d2af72144c59c1193b"
+ integrity sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==
+
+"@esbuild/win32-ia32@0.23.1":
+ version "0.23.1"
+ resolved "https://registry.yarnpkg.com/@esbuild/win32-ia32/-/win32-ia32-0.23.1.tgz#5e3eacc515820ff729e90d0cb463183128e82fac"
+ integrity sha512-BcaL0Vn6QwCwre3Y717nVHZbAa4UBEigzFm6VdsVdT/MbZ38xoj1X9HPkZhbmaBGUD1W8vxAfffbDe8bA6AKnQ==
+
+"@esbuild/win32-x64@0.19.12":
+ version "0.19.12"
+ resolved "https://registry.yarnpkg.com/@esbuild/win32-x64/-/win32-x64-0.19.12.tgz#c57c8afbb4054a3ab8317591a0b7320360b444ae"
+ integrity sha512-T1QyPSDCyMXaO3pzBkF96E8xMkiRYbUEZADd29SyPGabqxMViNoii+NcK7eWJAEoU6RZyEm5lVSIjTmcdoB9HA==
+
+"@esbuild/win32-x64@0.21.5":
+ version "0.21.5"
+ resolved "https://registry.yarnpkg.com/@esbuild/win32-x64/-/win32-x64-0.21.5.tgz#acad351d582d157bb145535db2a6ff53dd514b5c"
+ integrity sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==
+
+"@esbuild/win32-x64@0.23.1":
+ version "0.23.1"
+ resolved "https://registry.yarnpkg.com/@esbuild/win32-x64/-/win32-x64-0.23.1.tgz#81fd50d11e2c32b2d6241470e3185b70c7b30699"
+ integrity sha512-BHpFFeslkWrXWyUPnbKm+xYYVYruCinGcftSBaa8zoF9hZO4BcSCFUvHVTtzpIY6YzUnYtuEhZ+C9iEXjxnasg==
+
"@eslint-community/eslint-utils@^4.2.0":
version "4.4.0"
resolved "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz"
@@ -3731,6 +3439,11 @@
resolved "https://registry.npmjs.org/@mdx-js/util/-/util-1.6.22.tgz"
integrity sha512-H1rQc1ZOHANWBvPcW+JpGwr+juXSxM8Q8YCkm3GhZd8REu1fHR3z99CErO1p9pkcfcxZnMdIZdIsXkOHY0NilA==
+"@mihkeleidast/storybook-addon-source@1.0.1":
+ version "1.0.1"
+ resolved "https://registry.yarnpkg.com/@mihkeleidast/storybook-addon-source/-/storybook-addon-source-1.0.1.tgz#ec3dd70b6c550b39d2484d36bb236228d1240fac"
+ integrity sha512-/TRoq62doDiSmtp6pNiSgngZ9tjNAWMN117M8GBz2uvgYJOIU2Zk4WH8kaEUy4TYr+S35lvmuXzZKRa5KRJpng==
+
"@mrmlnc/readdir-enhanced@^2.2.1":
version "2.2.1"
resolved "https://registry.npmjs.org/@mrmlnc/readdir-enhanced/-/readdir-enhanced-2.2.1.tgz"
@@ -3754,16 +3467,16 @@
"@nodelib/fs.stat" "2.0.5"
run-parallel "^1.1.9"
+"@nodelib/fs.stat@2.0.5", "@nodelib/fs.stat@^2.0.2":
+ version "2.0.5"
+ resolved "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz"
+ integrity sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==
+
"@nodelib/fs.stat@^1.1.2":
version "1.1.3"
resolved "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-1.1.3.tgz"
integrity sha512-shAmDyaQC4H92APFoIaVDHCx5bStIocgvbwQyxPRrbUY20V1EYTbSDchWbuwlMG3V17cprZhA6+78JfB+3DTPw==
-"@nodelib/fs.stat@^2.0.2", "@nodelib/fs.stat@2.0.5":
- version "2.0.5"
- resolved "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz"
- integrity sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==
-
"@nodelib/fs.walk@^1.2.3", "@nodelib/fs.walk@^1.2.8":
version "1.2.8"
resolved "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz"
@@ -3772,11 +3485,6 @@
"@nodelib/fs.scandir" "2.1.5"
fastq "^1.6.0"
-"@one-ini/wasm@0.1.1":
- version "0.1.1"
- resolved "https://registry.npmjs.org/@one-ini/wasm/-/wasm-0.1.1.tgz"
- integrity sha512-XuySG1E38YScSJoMlqovLru4KTUNSjgVTIjyh7qMX6aNN5HY5Ct5LhRJdxO79JtTzKfzV/bnWpz+zquYrISsvw==
-
"@pkgjs/parseargs@^0.11.0":
version "0.11.0"
resolved "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz"
@@ -3800,7 +3508,7 @@
resolved "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.25.tgz"
integrity sha512-j7P6Rgr3mmtdkeDGTe0E/aYyWEWVtc5yFXtHCRHs28/jptDEWfaVOc5T7cblqy1XKPPfCxJc/8DwQ5YgLOZOVQ==
-"@popperjs/core@^2.0.0", "@popperjs/core@^2.10.1":
+"@popperjs/core@^2.10.1":
version "2.11.8"
resolved "https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz"
integrity sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==
@@ -3906,11 +3614,6 @@
resolved "https://registry.npmjs.org/@sindresorhus/is/-/is-0.14.0.tgz"
integrity sha512-9NET910DNaIPngYnLLPeg+Ogzqsi9uM4mSboU5y6p8S5DzMTVEsJZrawi+BoDNUVBa2DhJqQYUFvMDfgU062LQ==
-"@sindresorhus/merge-streams@^2.1.0":
- version "2.3.0"
- resolved "https://registry.npmjs.org/@sindresorhus/merge-streams/-/merge-streams-2.3.0.tgz"
- integrity sha512-LtoMMhxAlorcGhmFYI+LhPgbPZCkgP6ra1YL604EeF6U98pLlQ3iWIGMdWSC+vWmPBWBNgmDBAhnAobLROJmwg==
-
"@sinonjs/commons@^1.7.0":
version "1.8.6"
resolved "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.6.tgz"
@@ -3934,18 +3637,18 @@
p-map "^4.0.0"
webpack-sources "^3.2.2"
-"@storybook/addon-a11y@^8.0.6":
- version "8.2.7"
- resolved "https://registry.npmjs.org/@storybook/addon-a11y/-/addon-a11y-8.2.7.tgz"
- integrity sha512-fHr8a/+srayg1S8nBt6Urdi/4tHc/fO08V+5xJNZBXqjmWCxBkxslDxg1fYPixwFctoorpX279SxeVP7p/Px4w==
+"@storybook/addon-a11y@^8.3.3":
+ version "8.3.3"
+ resolved "https://registry.yarnpkg.com/@storybook/addon-a11y/-/addon-a11y-8.3.3.tgz#1ab0db4b559f6ba6bb33c928c634b15d21bd5a72"
+ integrity sha512-TiCbNfKJOBD2b8mMqHOii8ntdt0V4+ifAgzmGku+F1hdf2EhEw1nL6CHpvnx/GBXoGeK4mrPJIKKoPNp+zz0dw==
dependencies:
- "@storybook/addon-highlight" "8.2.7"
+ "@storybook/addon-highlight" "8.3.3"
axe-core "^4.2.0"
-"@storybook/addon-actions@*", "@storybook/addon-actions@8.2.7":
- version "8.2.7"
- resolved "https://registry.npmjs.org/@storybook/addon-actions/-/addon-actions-8.2.7.tgz"
- integrity sha512-wDnMGGmaogAForkNncfCx8BEDiwxeK8zC0lj8HkRPUuH6vTr81U5RIb12Wa2TnnNKLKMFAtyPSnofHf3OAfzZQ==
+"@storybook/addon-actions@8.3.3":
+ version "8.3.3"
+ resolved "https://registry.yarnpkg.com/@storybook/addon-actions/-/addon-actions-8.3.3.tgz#6b3289071fa887eb08aa858aa64a87e93f0bb440"
+ integrity sha512-cbpksmld7iADwDGXgojZ4r8LGI3YA3NP68duAHg2n1dtnx1oUaFK5wd6dbNuz7GdjyhIOIy3OKU1dAuylYNGOQ==
dependencies:
"@storybook/global" "^5.0.0"
"@types/uuid" "^9.0.1"
@@ -3953,10 +3656,10 @@
polished "^4.2.2"
uuid "^9.0.0"
-"@storybook/addon-backgrounds@8.2.7":
- version "8.2.7"
- resolved "https://registry.npmjs.org/@storybook/addon-backgrounds/-/addon-backgrounds-8.2.7.tgz"
- integrity sha512-kEL3kzYB0qNfpznchlGBnQm4iydyzdTYDPlCFsKUAxfUmJFnpz2H52Sl5lB+qJC/4OREp1Usltag7cUjeuyzMQ==
+"@storybook/addon-backgrounds@8.3.3":
+ version "8.3.3"
+ resolved "https://registry.yarnpkg.com/@storybook/addon-backgrounds/-/addon-backgrounds-8.3.3.tgz#62be228b87c14e7cc19117a2d2f0204b94e6ccfb"
+ integrity sha512-aX0OIrtjIB7UgSaiv20SFkfC1iWwJIGMPsPSJ5ZPhXIIOWIEBtSujh8YXwjDEXSC4DOHalmeT4bitRRe5KrVKA==
dependencies:
"@storybook/global" "^5.0.0"
memoizerific "^1.11.3"
@@ -3969,26 +3672,26 @@
dependencies:
"@storybook/global" "^5.0.0"
-"@storybook/addon-controls@8.2.7":
- version "8.2.7"
- resolved "https://registry.npmjs.org/@storybook/addon-controls/-/addon-controls-8.2.7.tgz"
- integrity sha512-u3MruX0Zh6l1iNkoJdXwx+zPVqpDKypVrC0YdN3qQ3+mtTwqt35rgetYqtOkDnJ8mXKxo8A5giERKPIyzH9iBA==
+"@storybook/addon-controls@8.3.3":
+ version "8.3.3"
+ resolved "https://registry.yarnpkg.com/@storybook/addon-controls/-/addon-controls-8.3.3.tgz#bad8729f03897f9df0909a11e9181a9d88eb274d"
+ integrity sha512-78xRtVpY7eX/Lti00JLgwYCBRB6ZcvzY3SWk0uQjEqcTnQGoQkVg2L7oWFDlDoA1LBY18P5ei2vu8MYT9GXU4g==
dependencies:
+ "@storybook/global" "^5.0.0"
dequal "^2.0.2"
lodash "^4.17.21"
ts-dedent "^2.0.0"
-"@storybook/addon-docs@8.2.7":
- version "8.2.7"
- resolved "https://registry.npmjs.org/@storybook/addon-docs/-/addon-docs-8.2.7.tgz"
- integrity sha512-icLbvUWp95WUxq2sY+0xgJ49MaQ2HqtWY9RUJUZswJ/ZPJTCCpIoa6HP/NOB9A90Oec9n8sW+1CdDL4CxfxfZg==
+"@storybook/addon-docs@8.3.3":
+ version "8.3.3"
+ resolved "https://registry.yarnpkg.com/@storybook/addon-docs/-/addon-docs-8.3.3.tgz#77869084cbbfaec9d3bbcdf18413de7f627ce81d"
+ integrity sha512-REUandqq1RnMNOhsocRwx5q2fdlBAYPTDFlKASYfEn4Ln5NgbQRGxOAWl7yXAAFzbDmUDU7K20hkauecF0tyMw==
dependencies:
- "@babel/core" "^7.24.4"
"@mdx-js/react" "^3.0.0"
- "@storybook/blocks" "8.2.7"
- "@storybook/csf-plugin" "8.2.7"
+ "@storybook/blocks" "8.3.3"
+ "@storybook/csf-plugin" "8.3.3"
"@storybook/global" "^5.0.0"
- "@storybook/react-dom-shim" "8.2.7"
+ "@storybook/react-dom-shim" "8.3.3"
"@types/react" "^16.8.0 || ^17.0.0 || ^18.0.0"
fs-extra "^11.1.0"
react "^16.8.0 || ^17.0.0 || ^18.0.0"
@@ -3997,74 +3700,74 @@
rehype-slug "^6.0.0"
ts-dedent "^2.0.0"
-"@storybook/addon-essentials@^8.0.6":
- version "8.2.7"
- resolved "https://registry.npmjs.org/@storybook/addon-essentials/-/addon-essentials-8.2.7.tgz"
- integrity sha512-5qe7La9B2Z4Y9Fet3C35y8zOZwKgrqduNk8yAUmPRAOwopdo8SGKYpnFTnAtTfTCVk6Y+AZlRfQq0yLUk0Wl3g==
- dependencies:
- "@storybook/addon-actions" "8.2.7"
- "@storybook/addon-backgrounds" "8.2.7"
- "@storybook/addon-controls" "8.2.7"
- "@storybook/addon-docs" "8.2.7"
- "@storybook/addon-highlight" "8.2.7"
- "@storybook/addon-measure" "8.2.7"
- "@storybook/addon-outline" "8.2.7"
- "@storybook/addon-toolbars" "8.2.7"
- "@storybook/addon-viewport" "8.2.7"
+"@storybook/addon-essentials@^8.3.3":
+ version "8.3.3"
+ resolved "https://registry.yarnpkg.com/@storybook/addon-essentials/-/addon-essentials-8.3.3.tgz#3e457fe5b5fee4e5e068518e9d1f06f27d827e20"
+ integrity sha512-E/uXoUYcg8ulG3lVbsEKb4v5hnMeGkq9YJqiZYKgVK7iRFa6p4HeVB1wU1adnm7RgjWvh+p0vQRo4KL2CTNXqw==
+ dependencies:
+ "@storybook/addon-actions" "8.3.3"
+ "@storybook/addon-backgrounds" "8.3.3"
+ "@storybook/addon-controls" "8.3.3"
+ "@storybook/addon-docs" "8.3.3"
+ "@storybook/addon-highlight" "8.3.3"
+ "@storybook/addon-measure" "8.3.3"
+ "@storybook/addon-outline" "8.3.3"
+ "@storybook/addon-toolbars" "8.3.3"
+ "@storybook/addon-viewport" "8.3.3"
ts-dedent "^2.0.0"
-"@storybook/addon-highlight@8.2.7":
- version "8.2.7"
- resolved "https://registry.npmjs.org/@storybook/addon-highlight/-/addon-highlight-8.2.7.tgz"
- integrity sha512-YhiLtyJ3NBNV3FQoQo8RFjj59QGSmmeSwRvCjoac6No2DY5vkMW5a8mW6ORr6QYd7ratRNtd3AsPqksZIehRwQ==
+"@storybook/addon-highlight@8.3.3":
+ version "8.3.3"
+ resolved "https://registry.yarnpkg.com/@storybook/addon-highlight/-/addon-highlight-8.3.3.tgz#2e1d96bdd8049af7343300cbb43adb4480f3ed7d"
+ integrity sha512-MB084xJM66rLU+iFFk34kjLUiAWzDiy6Kz4uZRa1CnNqEK0sdI8HaoQGgOxTIa2xgJor05/8/mlYlMkP/0INsQ==
dependencies:
"@storybook/global" "^5.0.0"
-"@storybook/addon-measure@8.2.7":
- version "8.2.7"
- resolved "https://registry.npmjs.org/@storybook/addon-measure/-/addon-measure-8.2.7.tgz"
- integrity sha512-cS5njwlzrgrUjigUKjhbgJMT8bhPmVDK3FwrQqGhw6xYP4cd9/YBJ4RLNPWhOgGJ+EUTz7eFZ/Rkli5mNrhYcQ==
+"@storybook/addon-measure@8.3.3":
+ version "8.3.3"
+ resolved "https://registry.yarnpkg.com/@storybook/addon-measure/-/addon-measure-8.3.3.tgz#9ff6e749ab6c0661252a195ec355f6a6c5bace07"
+ integrity sha512-R20Z83gnxDRrocES344dw1Of/zDhe3XHSM6TLq80UQTJ9PhnMI+wYHQlK9DsdP3KiRkI+pQA6GCOp0s2ZRy5dg==
dependencies:
"@storybook/global" "^5.0.0"
tiny-invariant "^1.3.1"
-"@storybook/addon-outline@8.2.7":
- version "8.2.7"
- resolved "https://registry.npmjs.org/@storybook/addon-outline/-/addon-outline-8.2.7.tgz"
- integrity sha512-oFSo3o5eEUSsdGUSPV22pGoJ5lL0PGcqjcee2hyl0Rc60ovsnB1BEGOoaGk7/bmkywMxRZm8D6j85V8HftA/kg==
+"@storybook/addon-outline@8.3.3":
+ version "8.3.3"
+ resolved "https://registry.yarnpkg.com/@storybook/addon-outline/-/addon-outline-8.3.3.tgz#be05cab194c5e021f7331e35b199ebdda3a272a5"
+ integrity sha512-OwqYfieNuqSqWNtUZLu3UmsfQNnwA2UaSMBZyeC2Dte9Jd59PPYggcWmH+b0S6OTbYXWNAUK5U6WdK+X9Ypzdw==
dependencies:
"@storybook/global" "^5.0.0"
ts-dedent "^2.0.0"
-"@storybook/addon-storysource@^8.0.6":
- version "8.2.7"
- resolved "https://registry.npmjs.org/@storybook/addon-storysource/-/addon-storysource-8.2.7.tgz"
- integrity sha512-jZEb0TMWPfSgti6AUMrK81/UVmdxAKvbDSQiudrcfK1MFWmS1ce4r4dwHpocheJ/ptSxU1PVksv9meMB1GnIxw==
+"@storybook/addon-storysource@^8.3.3":
+ version "8.3.3"
+ resolved "https://registry.yarnpkg.com/@storybook/addon-storysource/-/addon-storysource-8.3.3.tgz#de1c0db04a927cc6af91aac9b7590cf30058b627"
+ integrity sha512-yPYQH9NepSNxoSsV9E7OV3/EVFrbU/r2B3E5WP/mCfqTXPg/5noce7iRi+rWqcVM1tsN1qPnSjfQQc7noF0h0Q==
dependencies:
- "@storybook/source-loader" "8.2.7"
+ "@storybook/source-loader" "8.3.3"
estraverse "^5.2.0"
tiny-invariant "^1.3.1"
-"@storybook/addon-toolbars@8.2.7":
- version "8.2.7"
- resolved "https://registry.npmjs.org/@storybook/addon-toolbars/-/addon-toolbars-8.2.7.tgz"
- integrity sha512-lEq0/uiogQSxS8pM5AqIexPiG2mudHUxgBiVWSspbTQDUbGBUxB64VYeYERat50N/GyS2iCymlfSkC+OUXaYLQ==
+"@storybook/addon-toolbars@8.3.3":
+ version "8.3.3"
+ resolved "https://registry.yarnpkg.com/@storybook/addon-toolbars/-/addon-toolbars-8.3.3.tgz#2e26143dbbc025ffc3618915e571cffdac4f934f"
+ integrity sha512-4WyiVqDm4hlJdENIVQg9pLNLdfhnNKa+haerYYSzTVjzYrUx0X6Bxafshq+sud6aRtSYU14abwP56lfW8hgTlA==
-"@storybook/addon-viewport@8.2.7":
- version "8.2.7"
- resolved "https://registry.npmjs.org/@storybook/addon-viewport/-/addon-viewport-8.2.7.tgz"
- integrity sha512-d4+klwM/duTukNED1WCeBgIMqL5Jvm/iUs2rUc5HI1FGMEDYnoLVR2ztjivQs+6f1cJWuGwWZD/toB5pKHuR/A==
+"@storybook/addon-viewport@8.3.3":
+ version "8.3.3"
+ resolved "https://registry.yarnpkg.com/@storybook/addon-viewport/-/addon-viewport-8.3.3.tgz#53315cb90e013fdee514df86e415747f4be3126d"
+ integrity sha512-2S+UpbKAL+z1ppzUCkixjaem2UDMkfmm/kyJ1wm3A/ofGLYi4fjMSKNRckk+7NdolXGQJjBo0RcaotUTxFIFwQ==
dependencies:
memoizerific "^1.11.3"
-"@storybook/blocks@8.2.7":
- version "8.2.7"
- resolved "https://registry.npmjs.org/@storybook/blocks/-/blocks-8.2.7.tgz"
- integrity sha512-lZB4EzmY4ftgubkf7hmkALEhmfMhRkDRD5QjrgTZLRpdVXPzFUyljgLlTBhv34YTN+ZLYK618/4uSVJBpgoKeQ==
+"@storybook/blocks@8.3.3":
+ version "8.3.3"
+ resolved "https://registry.yarnpkg.com/@storybook/blocks/-/blocks-8.3.3.tgz#a123746b472488d3c6ccc08b1fe831474ec992b0"
+ integrity sha512-8Vsvxqstop3xfbsx3Dn1nEjyxvQUcOYd8vpxyp2YumxYO8FlXIRuYL6HAkYbcX8JexsKvCZYxor52D2vUGIKZg==
dependencies:
- "@storybook/csf" "0.1.11"
+ "@storybook/csf" "^0.1.11"
"@storybook/global" "^5.0.0"
- "@storybook/icons" "^1.2.5"
+ "@storybook/icons" "^1.2.10"
"@types/lodash" "^4.14.167"
color-convert "^2.0.1"
dequal "^2.0.2"
@@ -4077,13 +3780,13 @@
ts-dedent "^2.0.0"
util-deprecate "^1.0.2"
-"@storybook/builder-webpack5@8.2.7":
- version "8.2.7"
- resolved "https://registry.npmjs.org/@storybook/builder-webpack5/-/builder-webpack5-8.2.7.tgz"
- integrity sha512-3SWN0X6qB14jnCrpMWd5tCshxzLEcRK5Sw/vBIW9HUsUx9OVMPxWp+Ti6NZHqj6FfHVbJb+qOwHl493JAJaFdg==
+"@storybook/builder-webpack5@8.3.3":
+ version "8.3.3"
+ resolved "https://registry.yarnpkg.com/@storybook/builder-webpack5/-/builder-webpack5-8.3.3.tgz#85a20e5cf7ed95cfa0f83981aa0f885cda137c11"
+ integrity sha512-4zBvHZoKjm+ZgZ6CpGEFlgGMfoSbHiKdwFLG+t/hV6zKDN/tmBC65KCjZ6pq/RUukvDJyfFLOiOZpc8JyTVFZw==
dependencies:
- "@storybook/core-webpack" "8.2.7"
- "@types/node" "^18.0.0"
+ "@storybook/core-webpack" "8.3.3"
+ "@types/node" "^22.0.0"
"@types/semver" "^7.3.4"
browser-assert "^1.2.1"
case-sensitive-paths-webpack-plugin "^2.4.0"
@@ -4110,75 +3813,58 @@
webpack-hot-middleware "^2.25.1"
webpack-virtual-modules "^0.6.0"
-"@storybook/channels@^8.0.6", "@storybook/channels@>= 5.x":
- version "8.2.7"
- resolved "https://registry.npmjs.org/@storybook/channels/-/channels-8.2.7.tgz"
- integrity sha512-1u+J4Z3DRX4AI+vu3qGlufHPL4/WA/jYTFnCYO2rQnWAC+ZdxqzvwNVgPdJJp8MUzUVCLAHJgbdd3nuMMSSp2g==
-
-"@storybook/codemod@8.2.7":
- version "8.2.7"
- resolved "https://registry.npmjs.org/@storybook/codemod/-/codemod-8.2.7.tgz"
- integrity sha512-D2sJcZMUO6Y7DNja4LvdT6uBee4bZbQKB904kEG9Kpr0XF20IHAP9BbkfG8HEFaS0GbJwvGvE03Sg+S1y+vO6Q==
- dependencies:
- "@babel/core" "^7.24.4"
- "@babel/preset-env" "^7.24.4"
- "@babel/types" "^7.24.0"
- "@storybook/core" "8.2.7"
- "@storybook/csf" "0.1.11"
- "@types/cross-spawn" "^6.0.2"
- cross-spawn "^7.0.3"
- globby "^14.0.1"
- jscodeshift "^0.15.1"
- lodash "^4.17.21"
- prettier "^3.1.1"
- recast "^0.23.5"
- tiny-invariant "^1.3.1"
+"@storybook/channels@^8.3.3":
+ version "8.3.3"
+ resolved "https://registry.yarnpkg.com/@storybook/channels/-/channels-8.3.3.tgz#0779bcbc95951cc6a552bf3af80f13bae18f747f"
+ integrity sha512-uF63A176rbaI34Ev8aD7L1S8WuYCtnsJoje45q7lajvD4W1FrJNT3SuQ2nFTYvmKNlK97Um26lNUsRZdmXC/kw==
-"@storybook/components@^8.0.6", "@storybook/components@^8.2.7", "@storybook/components@>= 5.x":
- version "8.2.7"
- resolved "https://registry.npmjs.org/@storybook/components/-/components-8.2.7.tgz"
- integrity sha512-FXhnoHl9S+tKSFc62iUG3EWplQP9ojGQaSMhqP4QTus6xmo53oSsPzuTPQilKVHkGxFQW8eGgKKsfHw3G2NT2g==
+"@storybook/components@^8.3.3":
+ version "8.3.3"
+ resolved "https://registry.yarnpkg.com/@storybook/components/-/components-8.3.3.tgz#4b3ac4eedba3bca0884782916c4f6f1e7003b741"
+ integrity sha512-i2JYtesFGkdu+Hwuj+o9fLuO3yo+LPT1/8o5xBVYtEqsgDtEAyuRUWjSz8d8NPtzloGPOv5kvR6MokWDfbeMfw==
-"@storybook/core-events@^8.0.6", "@storybook/core-events@>= 5.x":
- version "8.2.7"
- resolved "https://registry.npmjs.org/@storybook/core-events/-/core-events-8.2.7.tgz"
- integrity sha512-w4Gz7ExwCFrr/Z6JTTLj/jLDsiapqq71lGcCTE7fZp4blN/FovB/oOehljAkjyCOCL8Rx3kiSeWIicO+M8o1Fw==
+"@storybook/core-events@^8.3.3":
+ version "8.3.3"
+ resolved "https://registry.yarnpkg.com/@storybook/core-events/-/core-events-8.3.3.tgz#0b7cb3b737335a5d4091108a01352720e0e1f965"
+ integrity sha512-YL+gBuCS81qktzTkvw0MXUJW0bYAXfRzMoiLfDBTrEKZfcJOB4JAlMGmvRRar0+jygK3icD42Rl5BwWoZY6KFQ==
-"@storybook/core-webpack@8.2.7":
- version "8.2.7"
- resolved "https://registry.npmjs.org/@storybook/core-webpack/-/core-webpack-8.2.7.tgz"
- integrity sha512-eVtizQZdjPePjjPBfMw+74ha2yZw68AQZu5TK01Vetdjz1h+SSt+p/otWcJWPMGpZOg9p+n0krWvlcYHBsZsbA==
+"@storybook/core-webpack@8.3.3":
+ version "8.3.3"
+ resolved "https://registry.yarnpkg.com/@storybook/core-webpack/-/core-webpack-8.3.3.tgz#5398019f480481bb7915a5d4b112ed728487273c"
+ integrity sha512-GKEpGGe8gzf+2BCZ4PeUb5JBcLPF3TS5fRrm8Zp5+iOc8Y51xfys2ifL3KqqZR0KLig9LcLlKMnFlSXPb4a7Cw==
dependencies:
- "@types/node" "^18.0.0"
+ "@types/node" "^22.0.0"
ts-dedent "^2.0.0"
-"@storybook/core@8.2.7":
- version "8.2.7"
- resolved "https://registry.npmjs.org/@storybook/core/-/core-8.2.7.tgz"
- integrity sha512-vgw5MYN9Bq2/ZsObCOEHbBHwi4RpbYCHPFtKkr4kTnWID++FCSiSVd7jY3xPvcNxWqCxOyH6dThpBi+SsB/ZAA==
+"@storybook/core@8.3.3":
+ version "8.3.3"
+ resolved "https://registry.yarnpkg.com/@storybook/core/-/core-8.3.3.tgz#657ce39312ceec5ba03382fe4d4d83ca396bb9ab"
+ integrity sha512-pmf2bP3fzh45e56gqOuBT8sDX05hGdUKIZ/hcI84d5xmd6MeHiPW8th2v946wCHcxHzxib2/UU9vQUh+mB4VNw==
dependencies:
- "@storybook/csf" "0.1.11"
+ "@storybook/csf" "^0.1.11"
"@types/express" "^4.17.21"
- "@types/node" "^18.0.0"
+ better-opn "^3.0.2"
browser-assert "^1.2.1"
- esbuild "^0.18.0 || ^0.19.0 || ^0.20.0 || ^0.21.0"
+ esbuild "^0.18.0 || ^0.19.0 || ^0.20.0 || ^0.21.0 || ^0.22.0 || ^0.23.0"
esbuild-register "^3.5.0"
express "^4.19.2"
+ jsdoc-type-pratt-parser "^4.0.0"
process "^0.11.10"
recast "^0.23.5"
- util "^0.12.4"
+ semver "^7.6.2"
+ util "^0.12.5"
ws "^8.2.3"
-"@storybook/csf-plugin@8.2.7":
- version "8.2.7"
- resolved "https://registry.npmjs.org/@storybook/csf-plugin/-/csf-plugin-8.2.7.tgz"
- integrity sha512-rBdplL6xcVJcuq+uM0eidomMQ5BtAlVAejYrOTNiqBk/zVh5JSvchYzYG9n6Fo2PdKLLKdlZ874zhsVuNriNBQ==
+"@storybook/csf-plugin@8.3.3":
+ version "8.3.3"
+ resolved "https://registry.yarnpkg.com/@storybook/csf-plugin/-/csf-plugin-8.3.3.tgz#8112d98222f9b3650d5924673d30dfd9bb55457b"
+ integrity sha512-7AD7ojpXr3THqpTcEI4K7oKUfSwt1hummgL/cASuQvEPOwAZCVZl2gpGtKxcXhtJXTkn3GMCAvlYMoe7O/1YWw==
dependencies:
unplugin "^1.3.1"
-"@storybook/csf@0.1.11":
+"@storybook/csf@^0.1.11":
version "0.1.11"
- resolved "https://registry.npmjs.org/@storybook/csf/-/csf-0.1.11.tgz"
+ resolved "https://registry.yarnpkg.com/@storybook/csf/-/csf-0.1.11.tgz#ad685a4fe564a47a6b73571c2e7c07b526f4f71b"
integrity sha512-dHYFQH3mA+EtnCkHXzicbLgsvzYjcDJ1JWsogbItZogkPHgSJM/Wr71uMkcvw8v9mmCyP4NpXJuu6bPoVsOnzg==
dependencies:
type-fest "^2.19.0"
@@ -4188,25 +3874,25 @@
resolved "https://registry.npmjs.org/@storybook/global/-/global-5.0.0.tgz"
integrity sha512-FcOqPAXACP0I3oJ/ws6/rrPT9WGhu915Cg8D02a9YxLo0DE9zI+a9A5gRGvmQ09fiWPukqI8ZAEoQEdWUKMQdQ==
-"@storybook/icons@^1.2.5":
- version "1.2.10"
- resolved "https://registry.npmjs.org/@storybook/icons/-/icons-1.2.10.tgz"
- integrity sha512-310apKdDcjbbX2VSLWPwhEwAgjxTzVagrwucVZIdGPErwiAppX8KvBuWZgPo+rQLVrtH8S+pw1dbUwjcE6d7og==
+"@storybook/icons@^1.2.10":
+ version "1.2.12"
+ resolved "https://registry.yarnpkg.com/@storybook/icons/-/icons-1.2.12.tgz#3e4c939113b67df7ab17b78f805dbb57f4acf0db"
+ integrity sha512-UxgyK5W3/UV4VrI3dl6ajGfHM4aOqMAkFLWe2KibeQudLf6NJpDrDMSHwZj+3iKC4jFU7dkKbbtH2h/al4sW3Q==
-"@storybook/manager-api@^8.2.7":
- version "8.2.7"
- resolved "https://registry.npmjs.org/@storybook/manager-api/-/manager-api-8.2.7.tgz"
- integrity sha512-BXjz6eNl1GyFcMwzRQTIokslcIY71AYblJUscPcy03X93oqI0GjFVa1xuSMwYw/oXWn7SHhKmqtqEG19lvBGRQ==
+"@storybook/manager-api@^8.3.3":
+ version "8.3.3"
+ resolved "https://registry.yarnpkg.com/@storybook/manager-api/-/manager-api-8.3.3.tgz#5518cc761264c9972732fcd9e025a7bc2fee7297"
+ integrity sha512-Na4U+McOeVUJAR6qzJfQ6y2Qt0kUgEDUriNoAn+curpoKPTmIaZ79RAXBzIqBl31VyQKknKpZbozoRGf861YaQ==
-"@storybook/node-logger@^8.0.6":
- version "8.2.7"
- resolved "https://registry.npmjs.org/@storybook/node-logger/-/node-logger-8.2.7.tgz"
- integrity sha512-12Uc+0OzIAO2h7gQLGeJovePpuMFmeeo6oNggJUpyJ/dgIOFRNnBonVqwkv/RqEDejflP/7h64X58SVssVdHgg==
+"@storybook/node-logger@^8.3.3":
+ version "8.3.3"
+ resolved "https://registry.yarnpkg.com/@storybook/node-logger/-/node-logger-8.3.3.tgz#a7bcdba58f1c5c0eece97995747e16d8b337d35b"
+ integrity sha512-gk0v63VgyxV6CqVLoSc4TuB8docsNcnSftRoZuxCTPhX++d8gZvpSSgRoCB6p2k9DE9yVE3eQER6uGUgopXhMg==
-"@storybook/preset-create-react-app@^8.0.6":
- version "8.2.7"
- resolved "https://registry.npmjs.org/@storybook/preset-create-react-app/-/preset-create-react-app-8.2.7.tgz"
- integrity sha512-iiTS1HdM3FQWjJdC4Ynb/bQdIL9O22cDNd4YdpDn/bWIVpS2iUeMquDli0IV7n0UDoE8TVzogKjU4GbMZqRPpg==
+"@storybook/preset-create-react-app@^8.3.3":
+ version "8.3.3"
+ resolved "https://registry.yarnpkg.com/@storybook/preset-create-react-app/-/preset-create-react-app-8.3.3.tgz#514961eb09d75967137d36d8b10519e43a9f81e3"
+ integrity sha512-sUq5Ur0uED7ogVdMTtvOYQ3yChup9QRkjbmaaRUEGaE++40QuYDq7Ta/8KOTY0BXQvavMo8gCGb+yKqb3zyVoA==
dependencies:
"@pmmmwh/react-refresh-webpack-plugin" "^0.5.1"
"@storybook/react-docgen-typescript-plugin" "1.0.6--canary.9.0c3f3b7.0"
@@ -4214,15 +3900,15 @@
pnp-webpack-plugin "^1.7.0"
semver "^7.5.4"
-"@storybook/preset-react-webpack@8.2.7":
- version "8.2.7"
- resolved "https://registry.npmjs.org/@storybook/preset-react-webpack/-/preset-react-webpack-8.2.7.tgz"
- integrity sha512-kJIgSub9wmoQgpLDfDlugK3nXeHL+skzRhUNH1ft80Il79hfQsNg7MLv6fXPvAJbjHYiQubYMwfdL4+Zwajopw==
+"@storybook/preset-react-webpack@8.3.3":
+ version "8.3.3"
+ resolved "https://registry.yarnpkg.com/@storybook/preset-react-webpack/-/preset-react-webpack-8.3.3.tgz#f01e69640068101ad5dc4918dc7bd49b1f8f4596"
+ integrity sha512-uvGtGQ2BDzmHCDl0jCvoAzbD7AWPf9nU7zQsgvpCgs7BiHQVXq40ZU+aFhU74K/WLvdArMOoyZPU70dJGzvdKg==
dependencies:
- "@storybook/core-webpack" "8.2.7"
- "@storybook/react" "8.2.7"
+ "@storybook/core-webpack" "8.3.3"
+ "@storybook/react" "8.3.3"
"@storybook/react-docgen-typescript-plugin" "1.0.6--canary.9.0c3f3b7.0"
- "@types/node" "^18.0.0"
+ "@types/node" "^22.0.0"
"@types/semver" "^7.3.4"
find-up "^5.0.0"
fs-extra "^11.1.0"
@@ -4233,10 +3919,10 @@
tsconfig-paths "^4.2.0"
webpack "5"
-"@storybook/preview-api@^8.2.7":
- version "8.2.7"
- resolved "https://registry.npmjs.org/@storybook/preview-api/-/preview-api-8.2.7.tgz"
- integrity sha512-lNZBTjZaYNSwBY8dEcDZdkOBvq1/JoVWpuvqDEKvGmp5usTe77xAOwGyncEb96Cx1BbXXkMiDrqbV5G23PFRYA==
+"@storybook/preview-api@^8.3.3":
+ version "8.3.3"
+ resolved "https://registry.yarnpkg.com/@storybook/preview-api/-/preview-api-8.3.3.tgz#9f625a2d5e647137c5df7e419eda59e98f88cd44"
+ integrity sha512-GP2QlaF3BBQGAyo248N7549YkTQjCentsc1hUvqPnFWU4xfjkejbnFk8yLaIw0VbYbL7jfd7npBtjZ+6AnphMQ==
"@storybook/react-docgen-typescript-plugin@1.0.6--canary.9.0c3f3b7.0":
version "1.0.6--canary.9.0c3f3b7.0"
@@ -4251,41 +3937,40 @@
react-docgen-typescript "^2.2.2"
tslib "^2.0.0"
-"@storybook/react-dom-shim@8.2.7":
- version "8.2.7"
- resolved "https://registry.npmjs.org/@storybook/react-dom-shim/-/react-dom-shim-8.2.7.tgz"
- integrity sha512-9VI+NrC09DAr0QQZsFmU5Fd9eqdJp/1AHK+sm9BOZretGGGJwn22xS7UXhHIiFpfXJQnr3TNcYWRzXFyuaE/Sw==
+"@storybook/react-dom-shim@8.3.3":
+ version "8.3.3"
+ resolved "https://registry.yarnpkg.com/@storybook/react-dom-shim/-/react-dom-shim-8.3.3.tgz#0a23588f507c5c69b1153e43f16c37dbf38b82f1"
+ integrity sha512-0dPC9K7+K5+X/bt3GwYmh+pCpisUyKVjWsI+PkzqGnWqaXFakzFakjswowIAIO1rf7wYZR591x3ehUAyL2bJiQ==
-"@storybook/react-webpack5@^8.0.6":
- version "8.2.7"
- resolved "https://registry.npmjs.org/@storybook/react-webpack5/-/react-webpack5-8.2.7.tgz"
- integrity sha512-BbwYkULRwp+rfVxH8MhaCQydlgd1eJdzdDhhIzViv3gKVVt7Kg5hUDgxQc2yRwWbUcuN/f5G3sx/CVGoavp3Ow==
+"@storybook/react-webpack5@^8.3.3":
+ version "8.3.3"
+ resolved "https://registry.yarnpkg.com/@storybook/react-webpack5/-/react-webpack5-8.3.3.tgz#a6245d758e992c25ab318e974cba43800e2e2c7b"
+ integrity sha512-ikD48XvgmP/kegnjJ9+RoiKGF9IdVjOc1MFUnnIU1TNLwCsqkwf5jGcOvFTAzK8Phu/ykwUBWT41UqBptkrHEQ==
dependencies:
- "@storybook/builder-webpack5" "8.2.7"
- "@storybook/preset-react-webpack" "8.2.7"
- "@storybook/react" "8.2.7"
- "@types/node" "^18.0.0"
+ "@storybook/builder-webpack5" "8.3.3"
+ "@storybook/preset-react-webpack" "8.3.3"
+ "@storybook/react" "8.3.3"
+ "@types/node" "^22.0.0"
-"@storybook/react@^8.0.6", "@storybook/react@8.2.7":
- version "8.2.7"
- resolved "https://registry.npmjs.org/@storybook/react/-/react-8.2.7.tgz"
- integrity sha512-Qkw1K1iBDk+E9dlHrEWOOkn0trUU6wSt4mvzyOekiApM290esnPtw6GYXvxfBgFwNXfXbaGG3QNYGAFevf7qHw==
+"@storybook/react@8.3.3", "@storybook/react@^8.3.3":
+ version "8.3.3"
+ resolved "https://registry.yarnpkg.com/@storybook/react/-/react-8.3.3.tgz#87d16b3a22f4ace86747f6a382f506a7550a31dc"
+ integrity sha512-fHOW/mNqI+sZWttGOE32Q+rAIbN7/Oib091cmE8usOM0z0vPNpywUBtqC2cCQH39vp19bhTsQaSsTcoBSweAHw==
dependencies:
- "@storybook/components" "^8.2.7"
+ "@storybook/components" "^8.3.3"
"@storybook/global" "^5.0.0"
- "@storybook/manager-api" "^8.2.7"
- "@storybook/preview-api" "^8.2.7"
- "@storybook/react-dom-shim" "8.2.7"
- "@storybook/theming" "^8.2.7"
+ "@storybook/manager-api" "^8.3.3"
+ "@storybook/preview-api" "^8.3.3"
+ "@storybook/react-dom-shim" "8.3.3"
+ "@storybook/theming" "^8.3.3"
"@types/escodegen" "^0.0.6"
"@types/estree" "^0.0.51"
- "@types/node" "^18.0.0"
+ "@types/node" "^22.0.0"
acorn "^7.4.1"
acorn-jsx "^5.3.1"
acorn-walk "^7.2.0"
escodegen "^2.1.0"
html-tags "^3.1.0"
- lodash "^4.17.21"
prop-types "^15.7.2"
react-element-to-jsx-string "^15.0.0"
semver "^7.3.7"
@@ -4293,20 +3978,20 @@
type-fest "~2.19"
util-deprecate "^1.0.2"
-"@storybook/source-loader@8.2.7":
- version "8.2.7"
- resolved "https://registry.npmjs.org/@storybook/source-loader/-/source-loader-8.2.7.tgz"
- integrity sha512-2y0eeWryFFwv48hox3SIleLbdRI78MEBMa1CEovfd3UBvHfPR5Vmdslf/bV4lQBasxWOZGHcxaovTotawXujSg==
+"@storybook/source-loader@8.3.3":
+ version "8.3.3"
+ resolved "https://registry.yarnpkg.com/@storybook/source-loader/-/source-loader-8.3.3.tgz#f97db24267f6dc66ff662fa2c6f13362135be040"
+ integrity sha512-NeP7l53mvnnfwi+91vtRaibZer+UJi6gkoaGRCpphL3L+3qVIXN3p41uXhAy+TahdFI2dbrWvLSNgtsvdXVaFg==
dependencies:
- "@storybook/csf" "0.1.11"
+ "@storybook/csf" "^0.1.11"
estraverse "^5.2.0"
lodash "^4.17.21"
prettier "^3.1.1"
-"@storybook/theming@^8.0.6", "@storybook/theming@^8.2.7", "@storybook/theming@>= 5.x":
- version "8.2.7"
- resolved "https://registry.npmjs.org/@storybook/theming/-/theming-8.2.7.tgz"
- integrity sha512-+iqm0GfRkshrjjNSOzwl7AD2m+LtJGXJCr93ke1huDK497WUKbX1hbbw51h5E1tEkx0c2wIqUlaqCM+7XMYcpw==
+"@storybook/theming@^8.3.3":
+ version "8.3.3"
+ resolved "https://registry.yarnpkg.com/@storybook/theming/-/theming-8.3.3.tgz#38f2fb24e719f7a97c359a84c93be86ca2c9a20e"
+ integrity sha512-gWJKetI6XJQgkrvvry4ez10+jLaGNCQKi5ygRPM9N+qrjA3BB8F2LCuFUTBuisa4l64TILDNjfwP/YTWV5+u5A==
"@surma/rollup-plugin-off-main-thread@^2.2.3":
version "2.2.3"
@@ -4328,22 +4013,12 @@
resolved "https://registry.npmjs.org/@svgr/babel-plugin-add-jsx-attribute/-/babel-plugin-add-jsx-attribute-6.5.1.tgz"
integrity sha512-9PYGcXrAxitycIjRmZB+Q0JaN07GZIWaTBIGQzfaZv+qr1n8X1XUEJ5rZ/vx6OVD9RRYlrNnXWExQXcmZeD/BQ==
-"@svgr/babel-plugin-remove-jsx-attribute@*":
- version "8.0.0"
- resolved "https://registry.npmjs.org/@svgr/babel-plugin-remove-jsx-attribute/-/babel-plugin-remove-jsx-attribute-8.0.0.tgz"
- integrity sha512-BcCkm/STipKvbCl6b7QFrMh/vx00vIP63k2eM66MfHJzPr6O2U0jYEViXkHJWqXqQYjdeA9cuCl5KWmlwjDvbA==
-
-"@svgr/babel-plugin-remove-jsx-attribute@^5.4.0":
+"@svgr/babel-plugin-remove-jsx-attribute@*", "@svgr/babel-plugin-remove-jsx-attribute@^5.4.0":
version "5.4.0"
resolved "https://registry.npmjs.org/@svgr/babel-plugin-remove-jsx-attribute/-/babel-plugin-remove-jsx-attribute-5.4.0.tgz"
integrity sha512-yaS4o2PgUtwLFGTKbsiAy6D0o3ugcUhWK0Z45umJ66EPWunAz9fuFw2gJuje6wqQvQWOTJvIahUwndOXb7QCPg==
-"@svgr/babel-plugin-remove-jsx-empty-expression@*":
- version "8.0.0"
- resolved "https://registry.npmjs.org/@svgr/babel-plugin-remove-jsx-empty-expression/-/babel-plugin-remove-jsx-empty-expression-8.0.0.tgz"
- integrity sha512-5BcGCBfBxB5+XSDSWnhTThfI9jcO5f0Ai2V24gZpG+wXF14BzwxxdDb4g6trdOux0rhibGs385BeFMSmxtS3uA==
-
-"@svgr/babel-plugin-remove-jsx-empty-expression@^5.0.1":
+"@svgr/babel-plugin-remove-jsx-empty-expression@*", "@svgr/babel-plugin-remove-jsx-empty-expression@^5.0.1":
version "5.0.1"
resolved "https://registry.npmjs.org/@svgr/babel-plugin-remove-jsx-empty-expression/-/babel-plugin-remove-jsx-empty-expression-5.0.1.tgz"
integrity sha512-LA72+88A11ND/yFIMzyuLRSMJ+tRKeYKeQ+mR3DcAZ5I4h5CPWN9AHyUzJbWSYp/u2u0xhmgOe0+E41+GjEueA==
@@ -4441,7 +4116,16 @@
dashify "^2.0.0"
glob "^7.1.4"
-"@svgr/core@*", "@svgr/core@^6.0.0", "@svgr/core@^6.5.1":
+"@svgr/core@^5.5.0":
+ version "5.5.0"
+ resolved "https://registry.npmjs.org/@svgr/core/-/core-5.5.0.tgz"
+ integrity sha512-q52VOcsJPvV3jO1wkPtzTuKlvX7Y3xIcWRpCMtBF3MrteZJtBfQw/+u0B1BHy5ColpQc1/YVTrPEtSYIMNZlrQ==
+ dependencies:
+ "@svgr/plugin-jsx" "^5.5.0"
+ camelcase "^6.2.0"
+ cosmiconfig "^7.0.0"
+
+"@svgr/core@^6.5.1":
version "6.5.1"
resolved "https://registry.npmjs.org/@svgr/core/-/core-6.5.1.tgz"
integrity sha512-/xdLSWxK5QkqG524ONSjvg3V/FkNyCv538OIBdQqPNaAta3AsXj/Bd2FbvR87yMbXO2hFSWiAe/Q6IkVPDw+mw==
@@ -4452,15 +4136,6 @@
camelcase "^6.2.0"
cosmiconfig "^7.0.1"
-"@svgr/core@^5.5.0":
- version "5.5.0"
- resolved "https://registry.npmjs.org/@svgr/core/-/core-5.5.0.tgz"
- integrity sha512-q52VOcsJPvV3jO1wkPtzTuKlvX7Y3xIcWRpCMtBF3MrteZJtBfQw/+u0B1BHy5ColpQc1/YVTrPEtSYIMNZlrQ==
- dependencies:
- "@svgr/plugin-jsx" "^5.5.0"
- camelcase "^6.2.0"
- cosmiconfig "^7.0.0"
-
"@svgr/hast-util-to-babel-ast@^5.5.0":
version "5.5.0"
resolved "https://registry.npmjs.org/@svgr/hast-util-to-babel-ast/-/hast-util-to-babel-ast-5.5.0.tgz"
@@ -4562,7 +4237,7 @@
resolved "https://registry.npmjs.org/@teppeis/multimaps/-/multimaps-3.0.0.tgz"
integrity sha512-ID7fosbc50TbT0MK0EG12O+gAP3W3Aa/Pz4DaTtQtEvlc9Odaqi0de+xuZ7Li2GtK4HzEX7IuRWS/JmZLksR3Q==
-"@testing-library/dom@^8.0.0", "@testing-library/dom@>=7.21.4":
+"@testing-library/dom@^8.0.0":
version "8.20.1"
resolved "https://registry.npmjs.org/@testing-library/dom/-/dom-8.20.1.tgz"
integrity sha512-/DiOQ5xBxgdYRC8LNk7U+RWat0S3qRLeIw3ZIkMQ9kkVlRmwD/Eg8k8CqIpD6GW7u20JIUOfMKbxtiLutpjQ4g==
@@ -4633,7 +4308,7 @@
resolved "https://registry.npmjs.org/@types/aria-query/-/aria-query-5.0.4.tgz"
integrity sha512-rfT93uj5s0PRL7EzccGMs3brplhcrghnDoV26NqKhCAS1hVo+WdNsPvE/yb6ilfr5hi2MEk6d5EWJTKdxg8jVw==
-"@types/babel__core@^7.0.0", "@types/babel__core@^7.1.14", "@types/babel__core@^7.1.9", "@types/babel__core@^7.18.0":
+"@types/babel__core@^7.0.0", "@types/babel__core@^7.1.14", "@types/babel__core@^7.18.0":
version "7.20.5"
resolved "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz"
integrity sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==
@@ -4696,13 +4371,6 @@
dependencies:
"@types/node" "*"
-"@types/cross-spawn@^6.0.2":
- version "6.0.6"
- resolved "https://registry.npmjs.org/@types/cross-spawn/-/cross-spawn-6.0.6.tgz"
- integrity sha512-fXRhhUkG4H3TQk5dBhQ7m/JDdSNHKwR2BBia62lhwEIq9xGiQKLxd6LymNhn47SjXhsUEPmxi+PKw2OkW4LLjA==
- dependencies:
- "@types/node" "*"
-
"@types/doctrine@^0.0.6":
version "0.0.6"
resolved "https://registry.npmjs.org/@types/doctrine/-/doctrine-0.0.6.tgz"
@@ -4713,11 +4381,6 @@
resolved "https://registry.npmjs.org/@types/doctrine/-/doctrine-0.0.9.tgz"
integrity sha512-eOIHzCUSH7SMfonMG1LsC2f8vxBFtho6NGBznK41R84YzPuvSBzrhEps33IsQiOW9+VL6NQ9DbjQJznk/S4uRA==
-"@types/emscripten@^1.39.6":
- version "1.39.13"
- resolved "https://registry.npmjs.org/@types/emscripten/-/emscripten-1.39.13.tgz"
- integrity sha512-cFq+fO/isvhvmuP/+Sl4K4jtU6E23DoivtbO4r50e3odaxAiVdbfSYRDdJ4gCdxx+3aRjhphS5ZMwIH4hFy/Cw==
-
"@types/escodegen@^0.0.6":
version "0.0.6"
resolved "https://registry.npmjs.org/@types/escodegen/-/escodegen-0.0.6.tgz"
@@ -4731,15 +4394,7 @@
"@types/eslint" "*"
"@types/estree" "*"
-"@types/eslint@*":
- version "9.6.0"
- resolved "https://registry.npmjs.org/@types/eslint/-/eslint-9.6.0.tgz"
- integrity sha512-gi6WQJ7cHRgZxtkQEoyHMppPjq9Kxo5Tjn2prSKDSmZrCz8TZ3jSRCeTJm+WoM+oB0WG37bRqLzaaU3q7JypGg==
- dependencies:
- "@types/estree" "*"
- "@types/json-schema" "*"
-
-"@types/eslint@^7.29.0 || ^8.4.1":
+"@types/eslint@*", "@types/eslint@^7.29.0 || ^8.4.1":
version "8.56.11"
resolved "https://registry.npmjs.org/@types/eslint/-/eslint-8.56.11.tgz"
integrity sha512-sVBpJMf7UPo/wGecYOpk2aQya2VUGeHhe38WG7/mN5FufNSubf5VT9Uh9Uyp8/eLJpu1/tuhJ/qTo4mhSB4V4Q==
@@ -4752,16 +4407,16 @@
resolved "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz"
integrity sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==
-"@types/estree@^0.0.51":
- version "0.0.51"
- resolved "https://registry.npmjs.org/@types/estree/-/estree-0.0.51.tgz"
- integrity sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ==
-
"@types/estree@0.0.39":
version "0.0.39"
resolved "https://registry.npmjs.org/@types/estree/-/estree-0.0.39.tgz"
integrity sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==
+"@types/estree@^0.0.51":
+ version "0.0.51"
+ resolved "https://registry.npmjs.org/@types/estree/-/estree-0.0.51.tgz"
+ integrity sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ==
+
"@types/express-serve-static-core@*", "@types/express-serve-static-core@^4.17.33":
version "4.19.5"
resolved "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.19.5.tgz"
@@ -4885,7 +4540,7 @@
resolved "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.7.tgz"
integrity sha512-8wTvZawATi/lsmNu10/j2hk1KEP0IvjubqPE3cu1Xz7xfXXt5oCq3SNUz4fMIP4XGF9Ky+Ue2tBA3hcS7LSBlA==
-"@types/markdown-it@*", "@types/markdown-it@^12.2.3":
+"@types/markdown-it@^12.2.3":
version "12.2.3"
resolved "https://registry.npmjs.org/@types/markdown-it/-/markdown-it-12.2.3.tgz"
integrity sha512-GKMHFfv3458yYy+v/N8gjufHO6MSZKCOXpZc5GXIWWy8uldwfmPn98vp81gZ5f9SVw8YYBctgfJ22a2d7AOMeQ==
@@ -4932,12 +4587,12 @@
dependencies:
"@types/node" "*"
-"@types/node@*":
- version "22.1.0"
- resolved "https://registry.npmjs.org/@types/node/-/node-22.1.0.tgz"
- integrity sha512-AOmuRF0R2/5j1knA3c6G3HOk523Ga+l+ZXltX8SF1+5oqcXijjfTd8fY3XRZqSihEu9XhtQnKYLmkFaoxgsJHw==
+"@types/node@*", "@types/node@^22.0.0":
+ version "22.6.1"
+ resolved "https://registry.yarnpkg.com/@types/node/-/node-22.6.1.tgz#e531a45f4d78f14a8468cb9cdc29dc9602afc7ac"
+ integrity sha512-V48tCfcKb/e6cVUigLAaJDAILdMP0fUW6BidkPK4GpGjXcfbnoHasCZDwz3N3yVt5we2RHm4XTQCpv0KJz9zqw==
dependencies:
- undici-types "~6.13.0"
+ undici-types "~6.19.2"
"@types/node@^12.7.1":
version "12.20.55"
@@ -4949,13 +4604,6 @@
resolved "https://registry.npmjs.org/@types/node/-/node-17.0.45.tgz"
integrity sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==
-"@types/node@^18.0.0":
- version "18.19.43"
- resolved "https://registry.npmjs.org/@types/node/-/node-18.19.43.tgz"
- integrity sha512-Mw/YlgXnyJdEwLoFv2dpuJaDFriX+Pc+0qOBJ57jC1H6cDxIj2xc5yUrdtArDVG0m+KV6622a4p2tenEqB3C/g==
- dependencies:
- undici-types "~5.26.4"
-
"@types/normalize-package-data@^2.4.0":
version "2.4.4"
resolved "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz"
@@ -4996,20 +4644,13 @@
resolved "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.7.tgz"
integrity sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==
-"@types/react-dom@<18.0.0":
+"@types/react-dom@<18.0.0", "@types/react-dom@>=16.9.0":
version "17.0.25"
resolved "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.25.tgz"
integrity sha512-urx7A7UxkZQmThYA4So0NelOVjx3V4rNFVJwp0WZlbIK5eM4rNJDiN3R/E9ix0MBh6kAEojk/9YL+Te6D9zHNA==
dependencies:
"@types/react" "^17"
-"@types/react-dom@>=16.9.0":
- version "18.3.0"
- resolved "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.3.0.tgz"
- integrity sha512-EhwApuTmMBmXuFOikhQLIBUn6uFg81SwLMOAUgodJF14SOBOCMdU04gDoYi0WOJJHD144TL32z4yDqCW3dnkQg==
- dependencies:
- "@types/react" "*"
-
"@types/react-router-config@*", "@types/react-router-config@^5.0.6":
version "5.0.11"
resolved "https://registry.npmjs.org/@types/react-router-config/-/react-router-config-5.0.11.tgz"
@@ -5043,15 +4684,7 @@
dependencies:
"@types/react" "*"
-"@types/react@*", "@types/react@^16.8.0 || ^17.0.0 || ^18.0.0", "@types/react@>= 16.8.0 < 19.0.0", "@types/react@>=16", "@types/react@>=16.14.0", "@types/react@>=16.9.0":
- version "18.3.3"
- resolved "https://registry.npmjs.org/@types/react/-/react-18.3.3.tgz"
- integrity sha512-hti/R0pS0q1/xx+TsI73XIqk26eBsISZ2R0wUijXIngRK9R/e7Xw/cXVxQK7R5JjW+SV4zGcn5hXjudkN/pLIw==
- dependencies:
- "@types/prop-types" "*"
- csstype "^3.0.2"
-
-"@types/react@^17":
+"@types/react@*", "@types/react@>=16.9.0", "@types/react@^16.8.0 || ^17.0.0 || ^18.0.0", "@types/react@^17":
version "17.0.80"
resolved "https://registry.npmjs.org/@types/react/-/react-17.0.80.tgz"
integrity sha512-LrgHIu2lEtIo8M7d1FcI3BdwXWoRQwMoXOZ7+dPTW0lYREjmlHl3P0U1VD0i/9tppOuv8/sam7sOjx34TxSFbA==
@@ -5060,11 +4693,6 @@
"@types/scheduler" "^0.16"
csstype "^3.0.2"
-"@types/resolve@^1.20.2":
- version "1.20.6"
- resolved "https://registry.npmjs.org/@types/resolve/-/resolve-1.20.6.tgz"
- integrity sha512-A4STmOXPhMUtHH+S6ymgE2GiBSMqf4oTvcQZMcHzokuTLVYzXTB8ttjcgxOVaAp2lGwEdzZ0J+cRbbeevQj1UQ==
-
"@types/resolve@1.17.1":
version "1.17.1"
resolved "https://registry.npmjs.org/@types/resolve/-/resolve-1.17.1.tgz"
@@ -5072,6 +4700,11 @@
dependencies:
"@types/node" "*"
+"@types/resolve@^1.20.2":
+ version "1.20.6"
+ resolved "https://registry.npmjs.org/@types/resolve/-/resolve-1.20.6.tgz"
+ integrity sha512-A4STmOXPhMUtHH+S6ymgE2GiBSMqf4oTvcQZMcHzokuTLVYzXTB8ttjcgxOVaAp2lGwEdzZ0J+cRbbeevQj1UQ==
+
"@types/retry@0.12.0":
version "0.12.0"
resolved "https://registry.npmjs.org/@types/retry/-/retry-0.12.0.tgz"
@@ -5157,12 +4790,7 @@
resolved "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.7.tgz"
integrity sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==
-"@types/unist@*":
- version "3.0.2"
- resolved "https://registry.npmjs.org/@types/unist/-/unist-3.0.2.tgz"
- integrity sha512-dqId9J8K/vGi5Zr7oo212BGii5m3q5Hxlkwy3WpYuKPklmBEvsbMYYyLxAQpSffdLl/gdW0XUpKWFvYmyoWCoQ==
-
-"@types/unist@^2", "@types/unist@^2.0.0", "@types/unist@^2.0.2", "@types/unist@^2.0.3":
+"@types/unist@*", "@types/unist@^2", "@types/unist@^2.0.0", "@types/unist@^2.0.2", "@types/unist@^2.0.3":
version "2.0.10"
resolved "https://registry.npmjs.org/@types/unist/-/unist-2.0.10.tgz"
integrity sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA==
@@ -5172,7 +4800,7 @@
resolved "https://registry.npmjs.org/@types/unist/-/unist-3.0.2.tgz"
integrity sha512-dqId9J8K/vGi5Zr7oo212BGii5m3q5Hxlkwy3WpYuKPklmBEvsbMYYyLxAQpSffdLl/gdW0XUpKWFvYmyoWCoQ==
-"@types/uuid@^9.0.1", "@types/uuid@9.0.8":
+"@types/uuid@9.0.8", "@types/uuid@^9.0.1":
version "9.0.8"
resolved "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.8.tgz"
integrity sha512-jg+97EGIcY9AGHJJRaaPVgetKDsrTgbRjQ5Msgjh/DQKEFl0DtyRr/VCOyD1T2R1MNeWPK/u7JoGhlDZnKBAfA==
@@ -5210,7 +4838,7 @@
dependencies:
"@types/node" "*"
-"@typescript-eslint/eslint-plugin@^4.0.0 || ^5.0.0", "@typescript-eslint/eslint-plugin@^5.5.0":
+"@typescript-eslint/eslint-plugin@^5.5.0":
version "5.62.0"
resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz"
integrity sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==
@@ -5233,7 +4861,7 @@
dependencies:
"@typescript-eslint/utils" "5.62.0"
-"@typescript-eslint/parser@^5.0.0", "@typescript-eslint/parser@^5.5.0":
+"@typescript-eslint/parser@^5.5.0":
version "5.62.0"
resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.62.0.tgz"
integrity sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==
@@ -5279,7 +4907,7 @@
semver "^7.3.7"
tsutils "^3.21.0"
-"@typescript-eslint/utils@^5.58.0", "@typescript-eslint/utils@5.62.0":
+"@typescript-eslint/utils@5.62.0", "@typescript-eslint/utils@^5.58.0":
version "5.62.0"
resolved "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.62.0.tgz"
integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==
@@ -5306,7 +4934,7 @@
resolved "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.2.0.tgz"
integrity sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==
-"@webassemblyjs/ast@^1.12.1", "@webassemblyjs/ast@1.12.1":
+"@webassemblyjs/ast@1.12.1", "@webassemblyjs/ast@^1.12.1":
version "1.12.1"
resolved "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.12.1.tgz"
integrity sha512-EKfMUOPRRUTy5UII4qJDGPpqfwjOmZ5jeGFwid9mnoqIFK+e0vqoi1qH56JpmZSzEL53jKnNzScdmftJyG5xWg==
@@ -5407,7 +5035,7 @@
"@webassemblyjs/wasm-gen" "1.12.1"
"@webassemblyjs/wasm-parser" "1.12.1"
-"@webassemblyjs/wasm-parser@^1.12.1", "@webassemblyjs/wasm-parser@1.12.1":
+"@webassemblyjs/wasm-parser@1.12.1", "@webassemblyjs/wasm-parser@^1.12.1":
version "1.12.1"
resolved "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.12.1.tgz"
integrity sha512-xikIi7c2FHXysxXe3COrVUPSheuBtpcfhbpFj4gmu7KRLYOzANztwUU0IbsqvMqzuNK2+glRGWCEqZo1WCLyAQ==
@@ -5437,37 +5065,24 @@
resolved "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz"
integrity sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==
-"@yarnpkg/fslib@2.10.3":
- version "2.10.3"
- resolved "https://registry.npmjs.org/@yarnpkg/fslib/-/fslib-2.10.3.tgz"
- integrity sha512-41H+Ga78xT9sHvWLlFOZLIhtU6mTGZ20pZ29EiZa97vnxdohJD2AF42rCoAoWfqUz486xY6fhjMH+DYEM9r14A==
- dependencies:
- "@yarnpkg/libzip" "^2.3.0"
- tslib "^1.13.0"
-
-"@yarnpkg/libzip@^2.3.0", "@yarnpkg/libzip@2.3.0":
- version "2.3.0"
- resolved "https://registry.npmjs.org/@yarnpkg/libzip/-/libzip-2.3.0.tgz"
- integrity sha512-6xm38yGVIa6mKm/DUCF2zFFJhERh/QWp1ufm4cNUvxsONBmfPg8uZ9pZBdOmF6qFGr/HlT6ABBkCSx/dlEtvWg==
- dependencies:
- "@types/emscripten" "^1.39.6"
- tslib "^1.13.0"
-
"@yarnpkg/lockfile@^1.1.0":
version "1.1.0"
resolved "https://registry.npmjs.org/@yarnpkg/lockfile/-/lockfile-1.1.0.tgz"
integrity sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ==
+JSONStream@^1.0.4:
+ version "1.3.5"
+ resolved "https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.5.tgz"
+ integrity sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==
+ dependencies:
+ jsonparse "^1.2.0"
+ through ">=2.2.7 <3"
+
abab@^2.0.3, abab@^2.0.5:
version "2.0.6"
resolved "https://registry.npmjs.org/abab/-/abab-2.0.6.tgz"
integrity sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==
-abbrev@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npmjs.org/abbrev/-/abbrev-2.0.0.tgz"
- integrity sha512-6/mh1E2u2YgEsCHdY0Yx5oW+61gZU+1vXaoiHHrpKeuRNNgFvS+/jrwHiQhB5apAf5oB7UB7E19ol2R2LKH8hQ==
-
accepts@~1.3.4, accepts@~1.3.5, accepts@~1.3.8:
version "1.3.8"
resolved "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz"
@@ -5546,67 +5161,17 @@ acorn-walk@^8.0.0:
dependencies:
acorn "^8.11.0"
-"acorn@^6 || ^7 || ^8", acorn@^6.0.0, "acorn@^6.0.0 || ^7.0.0 || ^8.0.0", "acorn@^6.1.0 || ^7 || ^8":
- version "6.4.2"
- resolved "https://registry.npmjs.org/acorn/-/acorn-6.4.2.tgz"
- integrity sha512-XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7+gfDBmHCQ==
-
-acorn@^7.1.1:
+acorn@^7.1.1, acorn@^7.4.0, acorn@^7.4.1:
version "7.4.1"
resolved "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz"
integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==
-"acorn@^7.4 || ^8", acorn@^8.0.4, acorn@^8.11.0:
+acorn@^8.0.4, acorn@^8.11.0, acorn@^8.12.1, acorn@^8.2.4, acorn@^8.7.1, acorn@^8.8.2, acorn@^8.9.0:
version "8.12.1"
resolved "https://registry.npmjs.org/acorn/-/acorn-8.12.1.tgz"
integrity sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==
-acorn@^7.4.0:
- version "7.4.1"
- resolved "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz"
- integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==
-
-acorn@^7.4.1:
- version "7.4.1"
- resolved "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz"
- integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==
-
-acorn@^8, acorn@^8.7.1:
- version "8.12.1"
- resolved "https://registry.npmjs.org/acorn/-/acorn-8.12.1.tgz"
- integrity sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==
-
-acorn@^8.11.3:
- version "8.12.1"
- resolved "https://registry.npmjs.org/acorn/-/acorn-8.12.1.tgz"
- integrity sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==
-
-acorn@^8.12.1:
- version "8.12.1"
- resolved "https://registry.npmjs.org/acorn/-/acorn-8.12.1.tgz"
- integrity sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==
-
-acorn@^8.2.4:
- version "8.12.1"
- resolved "https://registry.npmjs.org/acorn/-/acorn-8.12.1.tgz"
- integrity sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==
-
-acorn@^8.8.2:
- version "8.12.1"
- resolved "https://registry.npmjs.org/acorn/-/acorn-8.12.1.tgz"
- integrity sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==
-
-acorn@^8.9.0:
- version "8.12.1"
- resolved "https://registry.npmjs.org/acorn/-/acorn-8.12.1.tgz"
- integrity sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==
-
-address@^1.0.1, address@^1.1.2:
- version "1.2.2"
- resolved "https://registry.npmjs.org/address/-/address-1.2.2.tgz"
- integrity sha512-4B/qKCfeE/ODUaAUpSwfzazo5x29WD4r3vXiWsB7I2mSDAihwEqKO+g8GELZUQSSAo5e1XTYh3ZVfLyxBc12nA==
-
-address@1.1.2:
+address@1.1.2, address@^1.0.1, address@^1.1.2:
version "1.1.2"
resolved "https://registry.npmjs.org/address/-/address-1.1.2.tgz"
integrity sha512-aT6camzM4xEA54YVJYSqxz1kv4IHnQZRtThJJHhUMRExaU5spC7jX5ugSwTaTgJliIgs4VhZOk7htClvQ/LmRA==
@@ -5668,7 +5233,7 @@ ajv-keywords@^5.1.0:
dependencies:
fast-deep-equal "^3.1.3"
-ajv@^6.10.0, ajv@^6.12.2, ajv@^6.12.3, ajv@^6.12.4, ajv@^6.12.5, ajv@^6.9.1:
+ajv@^6.10.0, ajv@^6.12.2, ajv@^6.12.3, ajv@^6.12.4, ajv@^6.12.5:
version "6.12.6"
resolved "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz"
integrity sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==
@@ -5678,27 +5243,7 @@ ajv@^6.10.0, ajv@^6.12.2, ajv@^6.12.3, ajv@^6.12.4, ajv@^6.12.5, ajv@^6.9.1:
json-schema-traverse "^0.4.1"
uri-js "^4.2.2"
-ajv@^8.0.0, ajv@^8.8.2, ajv@^8.9.0:
- version "8.17.1"
- resolved "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz"
- integrity sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==
- dependencies:
- fast-deep-equal "^3.1.3"
- fast-uri "^3.0.1"
- json-schema-traverse "^1.0.0"
- require-from-string "^2.0.2"
-
-ajv@^8.0.1:
- version "8.17.1"
- resolved "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz"
- integrity sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==
- dependencies:
- fast-deep-equal "^3.1.3"
- fast-uri "^3.0.1"
- json-schema-traverse "^1.0.0"
- require-from-string "^2.0.2"
-
-ajv@^8.6.0, ajv@>=8:
+ajv@^8.0.0, ajv@^8.0.1, ajv@^8.6.0, ajv@^8.9.0:
version "8.17.1"
resolved "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz"
integrity sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==
@@ -5715,7 +5260,7 @@ algoliasearch-helper@^3.10.0:
dependencies:
"@algolia/events" "^4.0.1"
-algoliasearch@^4.13.1, algoliasearch@^4.19.1, "algoliasearch@>= 3.1 < 6", "algoliasearch@>= 4.9.1 < 6":
+algoliasearch@^4.13.1, algoliasearch@^4.19.1:
version "4.24.0"
resolved "https://registry.npmjs.org/algoliasearch/-/algoliasearch-4.24.0.tgz"
integrity sha512-bf0QV/9jVejssFBmz2HQLxUadxk574t4iwjCKp5E7NBzwKkrDEhKPISIIjAU/p6K5qDx3qoeh4+26zWN1jmw3g==
@@ -5762,7 +5307,7 @@ ansi-escapes@^4.2.1, ansi-escapes@^4.3.0, ansi-escapes@^4.3.1:
dependencies:
type-fest "^0.21.3"
-ansi-html-community@^0.0.8, ansi-html-community@0.0.8:
+ansi-html-community@0.0.8, ansi-html-community@^0.0.8:
version "0.0.8"
resolved "https://registry.npmjs.org/ansi-html-community/-/ansi-html-community-0.0.8.tgz"
integrity sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw==
@@ -5802,14 +5347,7 @@ ansi-styles@^2.2.1:
resolved "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz"
integrity sha512-kmCevFghRiWM7HB5zTPULl4r9bVFSWjz62MhqizDGUrq2NWuNMQyuv4tHHoKJHs69M/MF64lEcHdYIocrdWQYA==
-ansi-styles@^3.2.0:
- version "3.2.1"
- resolved "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz"
- integrity sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==
- dependencies:
- color-convert "^1.9.0"
-
-ansi-styles@^3.2.1:
+ansi-styles@^3.2.0, ansi-styles@^3.2.1:
version "3.2.1"
resolved "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz"
integrity sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==
@@ -5924,14 +5462,7 @@ argparse@^2.0.1:
resolved "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz"
integrity sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==
-aria-query@^5.0.0:
- version "5.3.0"
- resolved "https://registry.npmjs.org/aria-query/-/aria-query-5.3.0.tgz"
- integrity sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==
- dependencies:
- dequal "^2.0.3"
-
-aria-query@~5.1.3, aria-query@5.1.3:
+aria-query@5.1.3, aria-query@^5.0.0, aria-query@~5.1.3:
version "5.1.3"
resolved "https://registry.npmjs.org/aria-query/-/aria-query-5.1.3.tgz"
integrity sha512-R5iJ5lkuHybztUfuOAznmboyjWq8O6sqNqtK7CLOqdydi54VNbORp49mb14KbWgG1QD3JFO9hJdZ+y4KutfdOQ==
@@ -5953,21 +5484,7 @@ arr-union@^3.1.0:
resolved "https://registry.npmjs.org/arr-union/-/arr-union-3.1.0.tgz"
integrity sha512-sKpyeERZ02v1FeCZT8lrfJq5u6goHCtpTAzPwJYe7c8SPFOboNjNg1vz2L4VTn9T4PQxEx13TbXLmYUcS6Ug7Q==
-array-back@^1.0.2:
- version "1.0.4"
- resolved "https://registry.npmjs.org/array-back/-/array-back-1.0.4.tgz"
- integrity sha512-1WxbZvrmyhkNoeYcizokbmh5oiOCIfyvGtcqbK3Ls1v1fKcquzxnQSceOx6tzq7jmai2kFLWIpGND2cLhH6TPw==
- dependencies:
- typical "^2.6.0"
-
-array-back@^1.0.3:
- version "1.0.4"
- resolved "https://registry.npmjs.org/array-back/-/array-back-1.0.4.tgz"
- integrity sha512-1WxbZvrmyhkNoeYcizokbmh5oiOCIfyvGtcqbK3Ls1v1fKcquzxnQSceOx6tzq7jmai2kFLWIpGND2cLhH6TPw==
- dependencies:
- typical "^2.6.0"
-
-array-back@^1.0.4:
+array-back@^1.0.2, array-back@^1.0.3, array-back@^1.0.4:
version "1.0.4"
resolved "https://registry.npmjs.org/array-back/-/array-back-1.0.4.tgz"
integrity sha512-1WxbZvrmyhkNoeYcizokbmh5oiOCIfyvGtcqbK3Ls1v1fKcquzxnQSceOx6tzq7jmai2kFLWIpGND2cLhH6TPw==
@@ -5981,12 +5498,7 @@ array-back@^2.0.0:
dependencies:
typical "^2.6.1"
-array-back@^3.0.1:
- version "3.1.0"
- resolved "https://registry.npmjs.org/array-back/-/array-back-3.1.0.tgz"
- integrity sha512-TkuxA4UCOvxuDK6NZYXCalszEzj+TLszyASooky+i742l9TqsOdYCMJJupxRic61hwquNtppB3hgcuq9SVSH1Q==
-
-array-back@^3.1.0:
+array-back@^3.0.1, array-back@^3.1.0:
version "3.1.0"
resolved "https://registry.npmjs.org/array-back/-/array-back-3.1.0.tgz"
integrity sha512-TkuxA4UCOvxuDK6NZYXCalszEzj+TLszyASooky+i742l9TqsOdYCMJJupxRic61hwquNtppB3hgcuq9SVSH1Q==
@@ -6179,7 +5691,7 @@ asn1@~0.2.3:
dependencies:
safer-buffer "~2.1.0"
-assert-plus@^1.0.0, assert-plus@1.0.0:
+assert-plus@1.0.0, assert-plus@^1.0.0:
version "1.0.0"
resolved "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz"
integrity sha512-NfJ4UzBCcQGLDlQq7nHxH+tv3kyZ0hHQqF5BO6J7tNJeP5do1llPr8dZ8zHonfhAu0PHAdMkSo+8o0wxg9lZWw==
@@ -6203,7 +5715,7 @@ ast-types-flow@^0.0.8:
resolved "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.8.tgz"
integrity sha512-OH/2E5Fg20h2aPrbe+QL8JZQFko0YZaF+j4mnQ7BGhfavO7OpSLa8a0y9sBwomHdSbkhTS8TQNayBfnW5DwbvQ==
-ast-types@^0.14.2, ast-types@0.14.2:
+ast-types@0.14.2, ast-types@^0.14.2:
version "0.14.2"
resolved "https://registry.npmjs.org/ast-types/-/ast-types-0.14.2.tgz"
integrity sha512-O0yuUDnZeQDL+ncNGlJ78BiO4jnYI3bvMsD5prT0/nsgijG/LpNBIr63gTjVTNsiGkgQhiyCShTgxt8oXOrklA==
@@ -6347,7 +5859,7 @@ babel-jest@^27.0.6, babel-jest@^27.4.2, babel-jest@^27.5.1:
graceful-fs "^4.2.9"
slash "^3.0.0"
-babel-loader@^8.1.0, babel-loader@^8.2.3, babel-loader@^8.2.5, "babel-loader@^8.3 || ^9":
+babel-loader@^8.1.0, babel-loader@^8.2.3, babel-loader@^8.2.5:
version "8.3.0"
resolved "https://registry.npmjs.org/babel-loader/-/babel-loader-8.3.0.tgz"
integrity sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==
@@ -6506,6 +6018,16 @@ balanced-match@^1.0.0:
resolved "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz"
integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==
+base16@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.npmjs.org/base16/-/base16-1.0.0.tgz"
+ integrity sha512-pNdYkNPiJUnEhnfXV56+sQy8+AaPcG3POZAUnwr4EeqCUZFz4u2PePbo3e5Gj4ziYPCWGUZT9RHisvJKnwFuBQ==
+
+base64-js@^1.3.1, base64-js@^1.5.1:
+ version "1.5.1"
+ resolved "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz"
+ integrity sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==
+
base@^0.11.1:
version "0.11.2"
resolved "https://registry.npmjs.org/base/-/base-0.11.2.tgz"
@@ -6519,16 +6041,6 @@ base@^0.11.1:
mixin-deep "^1.2.0"
pascalcase "^0.1.1"
-base16@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npmjs.org/base16/-/base16-1.0.0.tgz"
- integrity sha512-pNdYkNPiJUnEhnfXV56+sQy8+AaPcG3POZAUnwr4EeqCUZFz4u2PePbo3e5Gj4ziYPCWGUZT9RHisvJKnwFuBQ==
-
-base64-js@^1.3.1, base64-js@^1.5.1:
- version "1.5.1"
- resolved "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz"
- integrity sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==
-
basic-auth@~2.0.1:
version "2.0.1"
resolved "https://registry.npmjs.org/basic-auth/-/basic-auth-2.0.1.tgz"
@@ -6562,6 +6074,13 @@ belter@^1.0.41:
cross-domain-utils "^2"
zalgo-promise "^1"
+better-opn@^3.0.2:
+ version "3.0.2"
+ resolved "https://registry.yarnpkg.com/better-opn/-/better-opn-3.0.2.tgz#f96f35deaaf8f34144a4102651babcf00d1d8817"
+ integrity sha512-aVNobHnJqLiUelTaHat9DZ1qM2w0C0Eym4LPI/3JxOnSokGVdsl1T1kN7TFvsEAD8G47A6VKQ0TVHqbBnYMJlQ==
+ dependencies:
+ open "^8.0.4"
+
bfj@^7.0.2:
version "7.1.0"
resolved "https://registry.npmjs.org/bfj/-/bfj-7.1.0.tgz"
@@ -6593,7 +6112,14 @@ binary-extensions@^2.0.0:
resolved "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz"
integrity sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==
-bl@^4.0.3, bl@^4.1.0:
+bindings@^1.5.0:
+ version "1.5.0"
+ resolved "https://registry.yarnpkg.com/bindings/-/bindings-1.5.0.tgz#10353c9e945334bc0511a6d90b38fbc7c9c504df"
+ integrity sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==
+ dependencies:
+ file-uri-to-path "1.0.0"
+
+bl@^4.0.3:
version "4.1.0"
resolved "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz"
integrity sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==
@@ -6607,27 +6133,22 @@ blob-util@^2.0.2:
resolved "https://registry.npmjs.org/blob-util/-/blob-util-2.0.2.tgz"
integrity sha512-T7JQa+zsXXEa6/8ZhHcQEW1UFfVM49Ts65uBkFL6fz2QmrElqmbajIDJvuA0tEhRe5eIjpV9ZF+0RfZR9voJFQ==
-bluebird@^3.5.3, bluebird@^3.7.2:
- version "3.7.2"
- resolved "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz"
- integrity sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==
-
bluebird@3.7.1:
version "3.7.1"
resolved "https://registry.npmjs.org/bluebird/-/bluebird-3.7.1.tgz"
integrity sha512-DdmyoGCleJnkbp3nkbxTLJ18rjDsE4yCggEwKNXkeV123sPNfOCYeDoeuOY+F2FrSjO1YXcTU+dsy96KMy+gcg==
+bluebird@^3.5.3, bluebird@^3.7.2:
+ version "3.7.2"
+ resolved "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz"
+ integrity sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==
+
bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.11.9:
version "4.12.0"
resolved "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz"
integrity sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==
-bn.js@^5.0.0:
- version "5.2.1"
- resolved "https://registry.npmjs.org/bn.js/-/bn.js-5.2.1.tgz"
- integrity sha512-eXRvHzWyYPBuB4NBy0cmYQjGitUrtqwbvlzP3G6VFnNRbsZQIxQ10PbKKHt8gZ/HW/D/747aDl+QkDqg3KQLMQ==
-
-bn.js@^5.2.1:
+bn.js@^5.0.0, bn.js@^5.2.1:
version "5.2.1"
resolved "https://registry.npmjs.org/bn.js/-/bn.js-5.2.1.tgz"
integrity sha512-eXRvHzWyYPBuB4NBy0cmYQjGitUrtqwbvlzP3G6VFnNRbsZQIxQ10PbKKHt8gZ/HW/D/747aDl+QkDqg3KQLMQ==
@@ -6736,14 +6257,7 @@ braces@^2.3.1, braces@^2.3.2:
split-string "^3.0.2"
to-regex "^3.0.1"
-braces@^3.0.3:
- version "3.0.3"
- resolved "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz"
- integrity sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==
- dependencies:
- fill-range "^7.1.1"
-
-braces@~3.0.2:
+braces@^3.0.3, braces@~3.0.2:
version "3.0.3"
resolved "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz"
integrity sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==
@@ -6839,16 +6353,6 @@ browserify-sign@^4.0.0:
readable-stream "^2.3.8"
safe-buffer "^5.2.1"
-browserslist@^4.0.0, browserslist@^4.18.1, browserslist@^4.21.10, browserslist@^4.21.4, browserslist@^4.23.0, browserslist@^4.23.1, "browserslist@>= 4", "browserslist@>= 4.21.0", browserslist@>=4:
- version "4.23.3"
- resolved "https://registry.npmjs.org/browserslist/-/browserslist-4.23.3.tgz"
- integrity sha512-btwCFJVjI4YWDNfau8RhZ+B1Q/VLoUITrm3RlP6y1tYGWIOa+InuYiRGXUBXo8nA1qKmHMyLB/iVQg5TT4eFoA==
- dependencies:
- caniuse-lite "^1.0.30001646"
- electron-to-chromium "^1.5.4"
- node-releases "^2.0.18"
- update-browserslist-db "^1.1.0"
-
browserslist@4.10.0:
version "4.10.0"
resolved "https://registry.npmjs.org/browserslist/-/browserslist-4.10.0.tgz"
@@ -6859,6 +6363,16 @@ browserslist@4.10.0:
node-releases "^1.1.52"
pkg-up "^3.1.0"
+browserslist@^4.0.0, browserslist@^4.18.1, browserslist@^4.21.10, browserslist@^4.21.4, browserslist@^4.23.0, browserslist@^4.23.1:
+ version "4.23.3"
+ resolved "https://registry.npmjs.org/browserslist/-/browserslist-4.23.3.tgz"
+ integrity sha512-btwCFJVjI4YWDNfau8RhZ+B1Q/VLoUITrm3RlP6y1tYGWIOa+InuYiRGXUBXo8nA1qKmHMyLB/iVQg5TT4eFoA==
+ dependencies:
+ caniuse-lite "^1.0.30001646"
+ electron-to-chromium "^1.5.4"
+ node-releases "^2.0.18"
+ update-browserslist-db "^1.1.0"
+
bser@2.1.1:
version "2.1.1"
resolved "https://registry.npmjs.org/bser/-/bser-2.1.1.tgz"
@@ -7013,7 +6527,7 @@ camel-case@^4.1.2:
pascal-case "^3.1.2"
tslib "^2.0.3"
-camelcase-css@^2.0.1, camelcase-css@2.0.1:
+camelcase-css@2.0.1, camelcase-css@^2.0.1:
version "2.0.1"
resolved "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz"
integrity sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==
@@ -7027,12 +6541,7 @@ camelcase-keys@^6.2.2:
map-obj "^4.0.0"
quick-lru "^4.0.1"
-camelcase@^5.0.0:
- version "5.3.1"
- resolved "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz"
- integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==
-
-camelcase@^5.3.1:
+camelcase@^5.0.0, camelcase@^5.3.1:
version "5.3.1"
resolved "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz"
integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==
@@ -7088,6 +6597,15 @@ ccount@^1.0.0:
resolved "https://registry.npmjs.org/ccount/-/ccount-1.1.0.tgz"
integrity sha512-vlNK021QdI7PNeiUh/lKkC/mNHHfV0m/Ad5JoI0TYtlBnJAslM/JIkm/tGC88bkLIwO6OQ5uV6ztS6kVAtCDlg==
+chalk@2.4.2, chalk@^2.0.1, chalk@^2.4.1, chalk@^2.4.2:
+ version "2.4.2"
+ resolved "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz"
+ integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
+ dependencies:
+ ansi-styles "^3.2.1"
+ escape-string-regexp "^1.0.5"
+ supports-color "^5.3.0"
+
chalk@^1.1.3:
version "1.1.3"
resolved "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz"
@@ -7099,33 +6617,6 @@ chalk@^1.1.3:
strip-ansi "^3.0.0"
supports-color "^2.0.0"
-chalk@^2.0.1:
- version "2.4.2"
- resolved "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz"
- integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
- dependencies:
- ansi-styles "^3.2.1"
- escape-string-regexp "^1.0.5"
- supports-color "^5.3.0"
-
-chalk@^2.4.1:
- version "2.4.2"
- resolved "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz"
- integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
- dependencies:
- ansi-styles "^3.2.1"
- escape-string-regexp "^1.0.5"
- supports-color "^5.3.0"
-
-chalk@^2.4.2, chalk@2.4.2:
- version "2.4.2"
- resolved "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz"
- integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
- dependencies:
- ansi-styles "^3.2.1"
- escape-string-regexp "^1.0.5"
- supports-color "^5.3.0"
-
chalk@^3.0.0:
version "3.0.0"
resolved "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz"
@@ -7246,11 +6737,6 @@ chownr@^1.1.4:
resolved "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz"
integrity sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==
-chownr@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz"
- integrity sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==
-
chrome-trace-event@^1.0.2:
version "1.0.4"
resolved "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.4.tgz"
@@ -7274,13 +6760,6 @@ cipher-base@^1.0.0, cipher-base@^1.0.1, cipher-base@^1.0.3:
inherits "^2.0.1"
safe-buffer "^5.0.1"
-citty@^0.1.6:
- version "0.1.6"
- resolved "https://registry.npmjs.org/citty/-/citty-0.1.6.tgz"
- integrity sha512-tskPPKEs8D2KPafUypv2gxwJP8h/OaJmC82QQGGDQcHvXX43xF2VDACcJVmZ0EuSxkpO9Kc4MlrA3q0+FG58AQ==
- dependencies:
- consola "^3.2.3"
-
cjs-module-lexer@^1.0.0, cjs-module-lexer@^1.2.3:
version "1.3.1"
resolved "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-1.3.1.tgz"
@@ -7301,7 +6780,7 @@ class-utils@^0.3.5:
isobject "^3.0.0"
static-extend "^0.1.1"
-classnames@^2, classnames@^2.2.6, classnames@^2.3.1, classnames@^2.3.2:
+classnames@^2.2.6, classnames@^2.3.1, classnames@^2.3.2:
version "2.5.1"
resolved "https://registry.npmjs.org/classnames/-/classnames-2.5.1.tgz"
integrity sha512-saHYOzhIQs6wy2sVxTM6bUDsQO4F50V9RQ22qBpEdCW+I+/Wmke2HOl6lS6dTpdxVhb88/I6+Hs+438c3lfUow==
@@ -7318,12 +6797,7 @@ clean-stack@^2.0.0:
resolved "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz"
integrity sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==
-cli-boxes@^2.2.0:
- version "2.2.1"
- resolved "https://registry.npmjs.org/cli-boxes/-/cli-boxes-2.2.1.tgz"
- integrity sha512-y4coMcylgSCdVinjiDBuR8PCC2bLjyGTwEmPb9NHR/QaNU6EUOXcTY/s6VjGMD6ENSEaeQYHCY0GNGS5jfMwPw==
-
-cli-boxes@^2.2.1:
+cli-boxes@^2.2.0, cli-boxes@^2.2.1:
version "2.2.1"
resolved "https://registry.npmjs.org/cli-boxes/-/cli-boxes-2.2.1.tgz"
integrity sha512-y4coMcylgSCdVinjiDBuR8PCC2bLjyGTwEmPb9NHR/QaNU6EUOXcTY/s6VjGMD6ENSEaeQYHCY0GNGS5jfMwPw==
@@ -7340,28 +6814,7 @@ cli-cursor@^3.1.0:
dependencies:
restore-cursor "^3.1.0"
-cli-spinners@^2.5.0:
- version "2.9.2"
- resolved "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.9.2.tgz"
- integrity sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==
-
-cli-table@^0.3.11:
- version "0.3.11"
- resolved "https://registry.npmjs.org/cli-table/-/cli-table-0.3.11.tgz"
- integrity sha512-IqLQi4lO0nIB4tcdTpN4LCB9FI3uqrJZK7RC515EnhZ6qBaglkIgICb1wjeAqpdoOabm1+SuQtkXIPdYC93jhQ==
- dependencies:
- colors "1.0.3"
-
-cli-table3@^0.6.0, cli-table3@^0.6.2, cli-table3@~0.6.1:
- version "0.6.5"
- resolved "https://registry.npmjs.org/cli-table3/-/cli-table3-0.6.5.tgz"
- integrity sha512-+W/5efTR7y5HRD7gACw9yQjqMVvEMLBHmboM/kPWam+H+Hmyrgjh6YncVKK122YZkXrLudzTuAukUw9FnMf7IQ==
- dependencies:
- string-width "^4.2.0"
- optionalDependencies:
- "@colors/colors" "1.5.0"
-
-cli-table3@0.6.3:
+cli-table3@0.6.3, cli-table3@^0.6.0, cli-table3@^0.6.2, cli-table3@~0.6.1:
version "0.6.3"
resolved "https://registry.npmjs.org/cli-table3/-/cli-table3-0.6.3.tgz"
integrity sha512-w5Jac5SykAeZJKntOxJCrm63Eg5/4dhMWIcuTbo9rpE+brgaSZo0RuNJZeOyMgsUdhDeojvgyQLmjI+K50ZGyg==
@@ -7370,6 +6823,13 @@ cli-table3@0.6.3:
optionalDependencies:
"@colors/colors" "1.5.0"
+cli-table@^0.3.11:
+ version "0.3.11"
+ resolved "https://registry.npmjs.org/cli-table/-/cli-table-0.3.11.tgz"
+ integrity sha512-IqLQi4lO0nIB4tcdTpN4LCB9FI3uqrJZK7RC515EnhZ6qBaglkIgICb1wjeAqpdoOabm1+SuQtkXIPdYC93jhQ==
+ dependencies:
+ colors "1.0.3"
+
cli-truncate@^2.1.0:
version "2.1.0"
resolved "https://registry.npmjs.org/cli-truncate/-/cli-truncate-2.1.0.tgz"
@@ -7432,11 +6892,6 @@ clone-stats@^1.0.0:
resolved "https://registry.npmjs.org/clone-stats/-/clone-stats-1.0.0.tgz"
integrity sha512-au6ydSpg6nsrigcZ4m8Bc9hxjeW+GJ8xh5G3BJCMt4WXe1H10UNaVOamqQTmrx1kjVuxAHIQSNU6hY4Nsn9/ag==
-clone@^1.0.2:
- version "1.0.4"
- resolved "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz"
- integrity sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==
-
clone@^2.1.1:
version "2.1.2"
resolved "https://registry.npmjs.org/clone/-/clone-2.1.2.tgz"
@@ -7510,16 +6965,16 @@ color-convert@^2.0.1:
dependencies:
color-name "~1.1.4"
-color-name@~1.1.4:
- version "1.1.4"
- resolved "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz"
- integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
-
color-name@1.1.3:
version "1.1.3"
resolved "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz"
integrity sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==
+color-name@~1.1.4:
+ version "1.1.4"
+ resolved "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz"
+ integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
+
colord@^2.9.1:
version "2.9.3"
resolved "https://registry.npmjs.org/colord/-/colord-2.9.3.tgz"
@@ -7530,16 +6985,16 @@ colorette@^2.0.10, colorette@^2.0.16:
resolved "https://registry.npmjs.org/colorette/-/colorette-2.0.20.tgz"
integrity sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==
-colors@^1.1.2, colors@1.4.0:
- version "1.4.0"
- resolved "https://registry.npmjs.org/colors/-/colors-1.4.0.tgz"
- integrity sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==
-
colors@1.0.3:
version "1.0.3"
resolved "https://registry.npmjs.org/colors/-/colors-1.0.3.tgz"
integrity sha512-pFGrxThWcWQ2MsAz6RtgeWe4NK2kUE1WfsrvvlctdII745EW9I0yflqhe7++M5LEc7bV2c/9/5zc8sFcpL0Drw==
+colors@1.4.0, colors@^1.1.2:
+ version "1.4.0"
+ resolved "https://registry.npmjs.org/colors/-/colors-1.4.0.tgz"
+ integrity sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==
+
combine-promises@^1.1.0:
version "1.2.0"
resolved "https://registry.npmjs.org/combine-promises/-/combine-promises-1.2.0.tgz"
@@ -7588,6 +7043,16 @@ command-line-usage@^4.1.0:
table-layout "^0.4.2"
typical "^2.6.1"
+commander@12.0.0:
+ version "12.0.0"
+ resolved "https://registry.npmjs.org/commander/-/commander-12.0.0.tgz"
+ integrity sha512-MwVNWlYjDTtOjX5PiD7o5pK0UrFU/OYgcJfjjK4RaHZETNtjJqrZa9Y9ds88+A+f+d5lv+561eZ+yCKoS3gbAA==
+
+commander@9.1.0:
+ version "9.1.0"
+ resolved "https://registry.npmjs.org/commander/-/commander-9.1.0.tgz"
+ integrity sha512-i0/MaqBtdbnJ4XQs4Pmyb+oFQl+q0lsAmokVUH92SlSw4fkeAcG3bVon+Qt7hmtF+u3Het6o4VgrcY3qAoEB6w==
+
commander@^10.0.0:
version "10.0.1"
resolved "https://registry.npmjs.org/commander/-/commander-10.0.1.tgz"
@@ -7608,12 +7073,7 @@ commander@^5.1.0:
resolved "https://registry.npmjs.org/commander/-/commander-5.1.0.tgz"
integrity sha512-P0CysNDQ7rtVw4QIQtm+MRxV66vKFSvlsQvGYXZWR3qFU0jlMKHZZZgw8e+8DSah4UDKMqnknRDQz+xuQXQ/Zg==
-commander@^6.2.0:
- version "6.2.1"
- resolved "https://registry.npmjs.org/commander/-/commander-6.2.1.tgz"
- integrity sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==
-
-commander@^6.2.1:
+commander@^6.2.0, commander@^6.2.1:
version "6.2.1"
resolved "https://registry.npmjs.org/commander/-/commander-6.2.1.tgz"
integrity sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==
@@ -7628,16 +7088,6 @@ commander@^8.3.0:
resolved "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz"
integrity sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==
-commander@12.0.0:
- version "12.0.0"
- resolved "https://registry.npmjs.org/commander/-/commander-12.0.0.tgz"
- integrity sha512-MwVNWlYjDTtOjX5PiD7o5pK0UrFU/OYgcJfjjK4RaHZETNtjJqrZa9Y9ds88+A+f+d5lv+561eZ+yCKoS3gbAA==
-
-commander@9.1.0:
- version "9.1.0"
- resolved "https://registry.npmjs.org/commander/-/commander-9.1.0.tgz"
- integrity sha512-i0/MaqBtdbnJ4XQs4Pmyb+oFQl+q0lsAmokVUH92SlSw4fkeAcG3bVon+Qt7hmtF+u3Het6o4VgrcY3qAoEB6w==
-
common-ancestor-path@^1.0.1:
version "1.0.1"
resolved "https://registry.npmjs.org/common-ancestor-path/-/common-ancestor-path-1.0.1.tgz"
@@ -7730,19 +7180,6 @@ concurrently@^6.2.1:
tree-kill "^1.2.2"
yargs "^16.2.0"
-confbox@^0.1.7:
- version "0.1.7"
- resolved "https://registry.npmjs.org/confbox/-/confbox-0.1.7.tgz"
- integrity sha512-uJcB/FKZtBMCJpK8MQji6bJHgu1tixKPxRLeGkNzBoOZzpnZUJm0jm2/sBDWcuBx1dYgxV4JU+g5hmNxCyAmdA==
-
-config-chain@^1.1.13:
- version "1.1.13"
- resolved "https://registry.npmjs.org/config-chain/-/config-chain-1.1.13.tgz"
- integrity sha512-qj+f8APARXHrM0hraqXYb2/bOVSV4PvJQlNZ/DVj0QrmNM2q2euizkeuVckQ57J+W0mRH6Hvi+k50M4Jul2VRQ==
- dependencies:
- ini "^1.3.4"
- proto-list "~1.2.1"
-
config-master@^3.1.0:
version "3.1.0"
resolved "https://registry.npmjs.org/config-master/-/config-master-3.1.0.tgz"
@@ -7799,11 +7236,6 @@ consola@^2.15.3:
resolved "https://registry.npmjs.org/consola/-/consola-2.15.3.tgz"
integrity sha512-9vAdYbHj6x2fLKC4+oPH0kFzY/orMZyG2Aj+kNylHxKGJ/Ed4dpNyAQYwJOdqO4zdM7XpVHmyejQDcQHrnuXbw==
-consola@^3.2.3:
- version "3.2.3"
- resolved "https://registry.npmjs.org/consola/-/consola-3.2.3.tgz"
- integrity sha512-I5qxpzLv+sJhTVEoLYNcTW+bThDCPsit0vLNKShZx6rLtpilNpmmeTPaeqJb9ZE9dV3DGaeby6Vuhrw38WjeyQ==
-
constants-browserify@^1.0.0:
version "1.0.0"
resolved "https://registry.npmjs.org/constants-browserify/-/constants-browserify-1.0.0.tgz"
@@ -7848,30 +7280,25 @@ conventional-commits-parser@^3.0.0:
resolved "https://registry.npmjs.org/conventional-commits-parser/-/conventional-commits-parser-3.2.4.tgz"
integrity sha512-nK7sAtfi+QXbxHCYfhpZsfRtaitZLIA6889kFIouLvz6repszQDgxBu7wf2WbU+Dco7sAnNCJYERCwt54WPC2Q==
dependencies:
- is-text-path "^1.0.1"
JSONStream "^1.0.4"
+ is-text-path "^1.0.1"
lodash "^4.17.15"
meow "^8.0.0"
split2 "^3.0.0"
through2 "^4.0.0"
-convert-source-map@^1.4.0, convert-source-map@^1.5.0, convert-source-map@^1.6.0, convert-source-map@^1.7.0:
- version "1.9.0"
- resolved "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz"
- integrity sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==
-
-convert-source-map@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz"
- integrity sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==
-
-convert-source-map@1.7.0:
+convert-source-map@1.7.0, convert-source-map@^1.4.0, convert-source-map@^1.5.0, convert-source-map@^1.6.0, convert-source-map@^1.7.0:
version "1.7.0"
resolved "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.7.0.tgz"
integrity sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA==
dependencies:
safe-buffer "~5.1.1"
+convert-source-map@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz"
+ integrity sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==
+
cookie-signature@1.0.6:
version "1.0.6"
resolved "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz"
@@ -7892,13 +7319,6 @@ copy-text-to-clipboard@^3.0.1:
resolved "https://registry.npmjs.org/copy-text-to-clipboard/-/copy-text-to-clipboard-3.2.0.tgz"
integrity sha512-RnJFp1XR/LOBDckxTib5Qjr/PMfkatD0MUCQgdpqS8MdKiNUzBjAQBEN6oUy+jW7LI93BBG3DtMB2KOOKpGs2Q==
-copy-to-clipboard@^3.0.8:
- version "3.3.3"
- resolved "https://registry.npmjs.org/copy-to-clipboard/-/copy-to-clipboard-3.3.3.tgz"
- integrity sha512-2KV8NhB5JqC3ky0r9PMCAZKbUHSwtEo4CwCs0KXgruG43gX5PMqDEBbVU4OUzw2MuAWUfsuFmWvEKG5QRfSnJA==
- dependencies:
- toggle-selection "^1.0.6"
-
copy-webpack-plugin@^11.0.0:
version "11.0.0"
resolved "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-11.0.0.tgz"
@@ -7928,12 +7348,7 @@ core-js@^3.19.2, core-js@^3.23.3:
resolved "https://registry.npmjs.org/core-js/-/core-js-3.37.1.tgz"
integrity sha512-Xn6qmxrQZyB0FFY8E3bgRXei3lWDJHhvI+u0q9TKIYM49G8pAr0FgnnrFRAmsbptZL1yxRADVXn+x5AGsbBfyw==
-core-util-is@~1.0.0:
- version "1.0.3"
- resolved "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz"
- integrity sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==
-
-core-util-is@1.0.2:
+core-util-is@1.0.2, core-util-is@~1.0.0:
version "1.0.2"
resolved "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz"
integrity sha512-3lqz5YjWTYnW6dlDa5TLaTCcShfar1e40rmcJVwCBJC6mWlFuj0eCHIElmG1g5kyuJ/GD+8Wn4FFCcz4gJPfaQ==
@@ -7988,13 +7403,6 @@ cosmiconfig@^9.0.0:
js-yaml "^4.1.0"
parse-json "^5.2.0"
-crc@^3.4.4:
- version "3.8.0"
- resolved "https://registry.npmjs.org/crc/-/crc-3.8.0.tgz"
- integrity sha512-iX3mfgcTMIq3ZKLIsVFAbv7+Mc10kxabAGQb8HvjA1o3T1PIYprbakQ65d3I+2HGHt6nSKkM9PYjgoJO2KcFBQ==
- dependencies:
- buffer "^5.1.0"
-
crc32-stream@^3.0.1:
version "3.0.1"
resolved "https://registry.npmjs.org/crc32-stream/-/crc32-stream-3.0.1.tgz"
@@ -8003,6 +7411,13 @@ crc32-stream@^3.0.1:
crc "^3.4.4"
readable-stream "^3.4.0"
+crc@^3.4.4:
+ version "3.8.0"
+ resolved "https://registry.npmjs.org/crc/-/crc-3.8.0.tgz"
+ integrity sha512-iX3mfgcTMIq3ZKLIsVFAbv7+Mc10kxabAGQb8HvjA1o3T1PIYprbakQ65d3I+2HGHt6nSKkM9PYjgoJO2KcFBQ==
+ dependencies:
+ buffer "^5.1.0"
+
create-ecdh@^4.0.0:
version "4.0.4"
resolved "https://registry.npmjs.org/create-ecdh/-/create-ecdh-4.0.4.tgz"
@@ -8055,16 +7470,16 @@ cross-fetch@^3.1.5:
dependencies:
node-fetch "^2.6.12"
-cross-spawn@^5.0.1:
- version "5.1.0"
- resolved "https://registry.npmjs.org/cross-spawn/-/cross-spawn-5.1.0.tgz"
- integrity sha512-pTgQJ5KC0d2hcY8eyL1IzlBPYjTkyH72XRZPnLyKus2mBfNjQs3klqbJU2VILqZryAZUt9JOb3h/mWMy23/f5A==
+cross-spawn@7.0.1:
+ version "7.0.1"
+ resolved "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.1.tgz"
+ integrity sha512-u7v4o84SwFpD32Z8IIcPZ6z1/ie24O6RU3RbtL5Y316l3KuHVPx9ItBgWQ6VlfAFnRnTtMUrsQ9MUUTuEZjogg==
dependencies:
- lru-cache "^4.0.1"
- shebang-command "^1.2.0"
- which "^1.2.9"
+ path-key "^3.1.0"
+ shebang-command "^2.0.0"
+ which "^2.0.1"
-cross-spawn@^5.1.0:
+cross-spawn@^5.0.1, cross-spawn@^5.1.0:
version "5.1.0"
resolved "https://registry.npmjs.org/cross-spawn/-/cross-spawn-5.1.0.tgz"
integrity sha512-pTgQJ5KC0d2hcY8eyL1IzlBPYjTkyH72XRZPnLyKus2mBfNjQs3klqbJU2VILqZryAZUt9JOb3h/mWMy23/f5A==
@@ -8082,15 +7497,6 @@ cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
shebang-command "^2.0.0"
which "^2.0.1"
-cross-spawn@7.0.1:
- version "7.0.1"
- resolved "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.1.tgz"
- integrity sha512-u7v4o84SwFpD32Z8IIcPZ6z1/ie24O6RU3RbtL5Y316l3KuHVPx9ItBgWQ6VlfAFnRnTtMUrsQ9MUUTuEZjogg==
- dependencies:
- path-key "^3.1.0"
- shebang-command "^2.0.0"
- which "^2.0.1"
-
crypto-browserify@^3.12.0:
version "3.12.0"
resolved "https://registry.npmjs.org/crypto-browserify/-/crypto-browserify-3.12.0.tgz"
@@ -8118,13 +7524,6 @@ crypto-random-string@^2.0.0:
resolved "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-2.0.0.tgz"
integrity sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==
-crypto-random-string@^4.0.0:
- version "4.0.0"
- resolved "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-4.0.0.tgz"
- integrity sha512-x8dy3RnvYdlUcPOjkEHqozhiwzKNSq7GcPuXFbnyMOCHxX8V3OgIg/pYuabl2sbUPfIJaeAQB7PMOK8DFIdoRA==
- dependencies:
- type-fest "^1.0.1"
-
css-blank-pseudo@^3.0.3:
version "3.0.3"
resolved "https://registry.npmjs.org/css-blank-pseudo/-/css-blank-pseudo-3.0.3.tgz"
@@ -8224,14 +7623,6 @@ css-select@^5.1.0:
domutils "^3.0.1"
nth-check "^2.0.1"
-css-tree@^1.1.2, css-tree@^1.1.3:
- version "1.1.3"
- resolved "https://registry.npmjs.org/css-tree/-/css-tree-1.1.3.tgz"
- integrity sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==
- dependencies:
- mdn-data "2.0.14"
- source-map "^0.6.1"
-
css-tree@1.0.0-alpha.37:
version "1.0.0-alpha.37"
resolved "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha.37.tgz"
@@ -8240,6 +7631,14 @@ css-tree@1.0.0-alpha.37:
mdn-data "2.0.4"
source-map "^0.6.1"
+css-tree@^1.1.2, css-tree@^1.1.3:
+ version "1.1.3"
+ resolved "https://registry.npmjs.org/css-tree/-/css-tree-1.1.3.tgz"
+ integrity sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==
+ dependencies:
+ mdn-data "2.0.14"
+ source-map "^0.6.1"
+
css-what@^3.2.1:
version "3.4.2"
resolved "https://registry.npmjs.org/css-what/-/css-what-3.4.2.tgz"
@@ -8355,7 +7754,7 @@ csstype@^3.0.2:
resolved "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz"
integrity sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==
-"cypress@^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0", "cypress@^12.7.0 || ^13.0.0", cypress@^13.8.0:
+cypress@^13.8.0:
version "13.13.2"
resolved "https://registry.npmjs.org/cypress/-/cypress-13.13.2.tgz"
integrity sha512-PvJQU33933NvS1StfzEb8/mu2kMy4dABwCF+yd5Bi7Qly1HOVf+Bufrygee/tlmty/6j5lX+KIi8j9Q3JUMbhA==
@@ -8478,54 +7877,26 @@ debounce@^1.2.1:
resolved "https://registry.npmjs.org/debounce/-/debounce-1.2.1.tgz"
integrity sha512-XRRe6Glud4rd/ZGQfiV1ruXSfbvfJedlV9Y6zOlP+2K04vBYiJEte6stfFkCP03aMnY5tsipamumUjL14fofug==
-debug@^2.2.0:
- version "2.6.9"
- resolved "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz"
- integrity sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==
- dependencies:
- ms "2.0.0"
-
-debug@^2.3.3:
- version "2.6.9"
- resolved "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz"
- integrity sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==
- dependencies:
- ms "2.0.0"
-
-debug@^2.6.0:
+debug@2.6.9, debug@^2.2.0, debug@^2.3.3, debug@^2.6.0:
version "2.6.9"
resolved "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz"
integrity sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==
dependencies:
ms "2.0.0"
-debug@^3.1.0:
- version "3.2.7"
- resolved "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz"
- integrity sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==
- dependencies:
- ms "^2.1.1"
-
-debug@^3.2.7:
- version "3.2.7"
- resolved "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz"
- integrity sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==
- dependencies:
- ms "^2.1.1"
-
-debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.3.5, debug@4:
+debug@4, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.3.5:
version "4.3.6"
resolved "https://registry.npmjs.org/debug/-/debug-4.3.6.tgz"
integrity sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg==
dependencies:
ms "2.1.2"
-debug@2.6.9:
- version "2.6.9"
- resolved "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz"
- integrity sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==
+debug@^3.1.0, debug@^3.2.7:
+ version "3.2.7"
+ resolved "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz"
+ integrity sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==
dependencies:
- ms "2.0.0"
+ ms "^2.1.1"
decamelize-keys@^1.1.0:
version "1.1.1"
@@ -8613,13 +7984,6 @@ default-gateway@^6.0.3:
dependencies:
execa "^5.0.0"
-defaults@^1.0.3:
- version "1.0.4"
- resolved "https://registry.npmjs.org/defaults/-/defaults-1.0.4.tgz"
- integrity sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==
- dependencies:
- clone "^1.0.2"
-
defer-to-connect@^1.0.1:
version "1.1.3"
resolved "https://registry.npmjs.org/defer-to-connect/-/defer-to-connect-1.1.3.tgz"
@@ -8670,11 +8034,6 @@ define-property@^2.0.2:
is-descriptor "^1.0.2"
isobject "^3.0.1"
-defu@^6.1.4:
- version "6.1.4"
- resolved "https://registry.npmjs.org/defu/-/defu-6.1.4.tgz"
- integrity sha512-mEQCMmwJu317oSz8CwdIOdwf3xMif1ttiM8LTufzc3g6kR+9Pe236twL8j3IYT1F7GfRgGcW6MWxzZjLIkuHIg==
-
del@^6.1.1:
version "6.1.1"
resolved "https://registry.npmjs.org/del/-/del-6.1.1.tgz"
@@ -8694,16 +8053,16 @@ delayed-stream@~1.0.0:
resolved "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz"
integrity sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==
+depd@2.0.0, depd@~2.0.0:
+ version "2.0.0"
+ resolved "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz"
+ integrity sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==
+
depd@~1.1.2:
version "1.1.2"
resolved "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz"
integrity sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==
-depd@~2.0.0, depd@2.0.0:
- version "2.0.0"
- resolved "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz"
- integrity sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==
-
dequal@^2.0.2, dequal@^2.0.3:
version "2.0.3"
resolved "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz"
@@ -8729,7 +8088,7 @@ detab@2.0.4:
dependencies:
repeat-string "^1.5.4"
-detect-indent@^6.0.0, detect-indent@^6.1.0:
+detect-indent@^6.0.0:
version "6.1.0"
resolved "https://registry.npmjs.org/detect-indent/-/detect-indent-6.1.0.tgz"
integrity sha512-reYkTUJAZb9gUuZ2RvVCNhVHdg62RHnJ7WJl8ftMi4diZ6NWlciOzQN88pUhSELEwflJht4oQDv0F0BMlwaYtA==
@@ -8744,7 +8103,7 @@ detect-node@^2.0.4, detect-node@^2.1.0:
resolved "https://registry.npmjs.org/detect-node/-/detect-node-2.1.0.tgz"
integrity sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==
-detect-port-alt@^1.1.6, detect-port-alt@1.1.6:
+detect-port-alt@1.1.6, detect-port-alt@^1.1.6:
version "1.1.6"
resolved "https://registry.npmjs.org/detect-port-alt/-/detect-port-alt-1.1.6.tgz"
integrity sha512-5tQykt+LqfJFBEYaDITx7S7cR7mJ/zQmLXZ2qt5w04ainYZw6tBf9dBunMjVeVOdYVRUzUOE4HkY5J7+uttb5Q==
@@ -8794,6 +8153,14 @@ diffie-hellman@^5.0.0:
miller-rabin "^4.0.0"
randombytes "^2.0.0"
+dir-glob@2.0.0:
+ version "2.0.0"
+ resolved "https://registry.npmjs.org/dir-glob/-/dir-glob-2.0.0.tgz"
+ integrity sha512-37qirFDz8cA5fimp9feo43fSuRo2gHwaIn6dXL8Ber1dGwUosDrGZeCCXq57WnIqE4aQ+u3eQZzsk1yOzhdwag==
+ dependencies:
+ arrify "^1.0.1"
+ path-type "^3.0.0"
+
dir-glob@^2.2.2:
version "2.2.2"
resolved "https://registry.npmjs.org/dir-glob/-/dir-glob-2.2.2.tgz"
@@ -8808,14 +8175,6 @@ dir-glob@^3.0.1:
dependencies:
path-type "^4.0.0"
-dir-glob@2.0.0:
- version "2.0.0"
- resolved "https://registry.npmjs.org/dir-glob/-/dir-glob-2.0.0.tgz"
- integrity sha512-37qirFDz8cA5fimp9feo43fSuRo2gHwaIn6dXL8Ber1dGwUosDrGZeCCXq57WnIqE4aQ+u3eQZzsk1yOzhdwag==
- dependencies:
- arrify "^1.0.1"
- path-type "^3.0.0"
-
discontinuous-range@1.0.0:
version "1.0.0"
resolved "https://registry.npmjs.org/discontinuous-range/-/discontinuous-range-1.0.0.tgz"
@@ -8877,6 +8236,14 @@ dom-converter@^0.2.0:
dependencies:
utila "~0.4"
+dom-serializer@0:
+ version "0.2.2"
+ resolved "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.2.2.tgz"
+ integrity sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g==
+ dependencies:
+ domelementtype "^2.0.1"
+ entities "^2.0.0"
+
dom-serializer@^1.0.1:
version "1.4.1"
resolved "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.4.1.tgz"
@@ -8895,24 +8262,16 @@ dom-serializer@^2.0.0:
domhandler "^5.0.2"
entities "^4.2.0"
-dom-serializer@0:
- version "0.2.2"
- resolved "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.2.2.tgz"
- integrity sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g==
- dependencies:
- domelementtype "^2.0.1"
- entities "^2.0.0"
+domelementtype@1:
+ version "1.3.1"
+ resolved "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.1.tgz"
+ integrity sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w==
domelementtype@^2.0.1, domelementtype@^2.2.0, domelementtype@^2.3.0:
version "2.3.0"
resolved "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz"
integrity sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==
-domelementtype@1:
- version "1.3.1"
- resolved "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.1.tgz"
- integrity sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w==
-
domexception@^2.0.1:
version "2.0.1"
resolved "https://registry.npmjs.org/domexception/-/domexception-2.0.1.tgz"
@@ -8942,16 +8301,7 @@ domutils@^1.7.0:
dom-serializer "0"
domelementtype "1"
-domutils@^2.5.2:
- version "2.8.0"
- resolved "https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz"
- integrity sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==
- dependencies:
- dom-serializer "^1.0.1"
- domelementtype "^2.2.0"
- domhandler "^4.2.0"
-
-domutils@^2.8.0:
+domutils@^2.5.2, domutils@^2.8.0:
version "2.8.0"
resolved "https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz"
integrity sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==
@@ -9006,16 +8356,16 @@ dotenv@^8.1.0:
resolved "https://registry.npmjs.org/dotenv/-/dotenv-8.6.0.tgz"
integrity sha512-IrPdXQsk2BbzvCBGBOTmmSH5SodmqZNt4ERAZDmW4CT+tL8VtvinqywuANaFu4bOMWki16nqf0e4oC0QIaDr/g==
-duplexer@^0.1.1, duplexer@^0.1.2, duplexer@~0.1.1:
- version "0.1.2"
- resolved "https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz"
- integrity sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==
-
duplexer3@^0.1.4:
version "0.1.5"
resolved "https://registry.npmjs.org/duplexer3/-/duplexer3-0.1.5.tgz"
integrity sha512-1A8za6ws41LQgv9HrE/66jyC5yuSjQ3L/KOpFtoBilsAK2iA2wuS5rTt1OCzIvtS2V7nVmedsUU+DGRcjBmOYA==
+duplexer@^0.1.1, duplexer@^0.1.2, duplexer@~0.1.1:
+ version "0.1.2"
+ resolved "https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz"
+ integrity sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==
+
duplexify@^3.6.0:
version "3.7.1"
resolved "https://registry.npmjs.org/duplexify/-/duplexify-3.7.1.tgz"
@@ -9039,16 +8389,6 @@ ecc-jsbn@~0.1.1:
jsbn "~0.1.0"
safer-buffer "^2.1.0"
-editorconfig@^1.0.4:
- version "1.0.4"
- resolved "https://registry.npmjs.org/editorconfig/-/editorconfig-1.0.4.tgz"
- integrity sha512-L9Qe08KWTlqYMVvMcTIvMAdl1cDUubzRNYL+WfA4bLDMHe4nemKkpmYzkznE1FwLKu0EEmy6obgQKzMJrg4x9Q==
- dependencies:
- "@one-ini/wasm" "0.1.1"
- commander "^10.0.0"
- minimatch "9.0.1"
- semver "^7.5.3"
-
ee-first@1.1.1:
version "1.1.1"
resolved "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz"
@@ -9124,7 +8464,7 @@ encodeurl@~1.0.2:
resolved "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz"
integrity sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==
-encoding@^0.1.0, encoding@^0.1.12:
+encoding@^0.1.12:
version "0.1.13"
resolved "https://registry.npmjs.org/encoding/-/encoding-0.1.13.tgz"
integrity sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==
@@ -9155,7 +8495,7 @@ enhanced-resolve@^5.17.0:
graceful-fs "^4.2.4"
tapable "^2.2.0"
-enquirer@^2.3.5, enquirer@^2.3.6, "enquirer@>= 2.3.0 < 3":
+enquirer@^2.3.5, enquirer@^2.3.6:
version "2.4.1"
resolved "https://registry.npmjs.org/enquirer/-/enquirer-2.4.1.tgz"
integrity sha512-rRqJg/6gd538VHvR3PSrdRBb/1Vy2YfzHqzvbhGIQpDRKIa4FgV/54b5Q1xYSxOOwKvjXweS26E0Q+nAMwp2pQ==
@@ -9168,31 +8508,21 @@ ensure-array@^1.0.0:
resolved "https://registry.npmjs.org/ensure-array/-/ensure-array-1.0.0.tgz"
integrity sha512-A+3Ntl5WS+GjDnHtC67dKIjw+IoGoeFdNvjn3ZfKEmZgWUz0nxBPE4W52QMCbGZsat0VwWskD5T6AEpe3T2d1g==
-entities@^2.0.0:
- version "2.2.0"
- resolved "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz"
- integrity sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==
+entities@^2.0.0, entities@~2.1.0:
+ version "2.1.0"
+ resolved "https://registry.npmjs.org/entities/-/entities-2.1.0.tgz"
+ integrity sha512-hCx1oky9PFrJ611mf0ifBLBRW8lUUVRlFolb5gWRfIELabBlbp9xZvrqZLZAs+NxFnbfQoeGd8wDkygjg7U85w==
entities@^4.2.0, entities@^4.4.0:
version "4.5.0"
resolved "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz"
integrity sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==
-entities@~2.1.0:
- version "2.1.0"
- resolved "https://registry.npmjs.org/entities/-/entities-2.1.0.tgz"
- integrity sha512-hCx1oky9PFrJ611mf0ifBLBRW8lUUVRlFolb5gWRfIELabBlbp9xZvrqZLZAs+NxFnbfQoeGd8wDkygjg7U85w==
-
env-paths@^2.2.1:
version "2.2.1"
resolved "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz"
integrity sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==
-envinfo@^7.7.3:
- version "7.13.0"
- resolved "https://registry.npmjs.org/envinfo/-/envinfo-7.13.0.tgz"
- integrity sha512-cvcaMr7KqXVh4nyzGTVqTum+gAiL265x5jUWQIDLq//zOGbW+gSW/C+OWLleY/rs9Qole6AZLMXPbtIFQbqu+Q==
-
enzyme-adapter-react-16@^1.15.8:
version "1.15.8"
resolved "https://registry.npmjs.org/enzyme-adapter-react-16/-/enzyme-adapter-react-16-1.15.8.tgz"
@@ -9229,7 +8559,7 @@ enzyme-shallow-equal@^1.0.1, enzyme-shallow-equal@^1.0.7:
hasown "^2.0.0"
object-is "^1.1.5"
-enzyme@^3.0.0, enzyme@^3.11.0:
+enzyme@^3.11.0:
version "3.11.0"
resolved "https://registry.npmjs.org/enzyme/-/enzyme-3.11.0.tgz"
integrity sha512-Dw8/Gs4vRjxY6/6i9wU0V+utmQO9kvh9XLnz3LIudviOnVYDEe2ec+0k+NQoMamn1VrjKgCUOWj5jG/5M5M0Qw==
@@ -9424,7 +8754,7 @@ esbuild-register@^3.5.0:
dependencies:
debug "^4.3.4"
-"esbuild@^0.18.0 || ^0.19.0 || ^0.20.0 || ^0.21.0", esbuild@^0.21.5, "esbuild@>=0.12 <1":
+"esbuild@^0.18.0 || ^0.19.0 || ^0.20.0 || ^0.21.0 || ^0.22.0 || ^0.23.0", esbuild@^0.21.5:
version "0.21.5"
resolved "https://registry.npmjs.org/esbuild/-/esbuild-0.21.5.tgz"
integrity sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==
@@ -9497,31 +8827,21 @@ escape-html@^1.0.3, escape-html@~1.0.3:
resolved "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz"
integrity sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==
-escape-string-regexp@^1.0.2:
- version "1.0.5"
- resolved "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz"
- integrity sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==
+escape-string-regexp@2.0.0, escape-string-regexp@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz"
+ integrity sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==
-escape-string-regexp@^1.0.5:
+escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.5:
version "1.0.5"
resolved "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz"
integrity sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==
-escape-string-regexp@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz"
- integrity sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==
-
escape-string-regexp@^4.0.0:
version "4.0.0"
resolved "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz"
integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==
-escape-string-regexp@2.0.0:
- version "2.0.0"
- resolved "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz"
- integrity sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==
-
escodegen@^1.8.1:
version "1.14.3"
resolved "https://registry.npmjs.org/escodegen/-/escodegen-1.14.3.tgz"
@@ -9682,7 +9002,7 @@ eslint-plugin-testing-library@^5.0.1:
dependencies:
"@typescript-eslint/utils" "^5.58.0"
-eslint-scope@^5.1.1, eslint-scope@5.1.1:
+eslint-scope@5.1.1, eslint-scope@^5.1.1:
version "5.1.1"
resolved "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz"
integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==
@@ -9705,27 +9025,12 @@ eslint-utils@^2.1.0:
dependencies:
eslint-visitor-keys "^1.1.0"
-eslint-visitor-keys@^1.0.0:
- version "1.3.0"
- resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz"
- integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==
-
-eslint-visitor-keys@^1.1.0:
- version "1.3.0"
- resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz"
- integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==
-
-eslint-visitor-keys@^1.3.0:
+eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.3.0:
version "1.3.0"
resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz"
integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==
-eslint-visitor-keys@^2.0.0:
- version "2.1.0"
- resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz"
- integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
-
-eslint-visitor-keys@^2.1.0:
+eslint-visitor-keys@^2.0.0, eslint-visitor-keys@^2.1.0:
version "2.1.0"
resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz"
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
@@ -9746,70 +9051,26 @@ eslint-webpack-plugin@^3.1.1:
normalize-path "^3.0.0"
schema-utils "^4.0.0"
-eslint@*, "eslint@^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8", "eslint@^3 || ^4 || ^5 || ^6 || ^7 || ^8", "eslint@^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7", "eslint@^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0", "eslint@^6.0.0 || ^7.0.0 || ^8.0.0", "eslint@^6.0.0 || ^7.0.0 || >=8.0.0", "eslint@^7.0.0 || ^8.0.0", "eslint@^7.5.0 || ^8.0.0", "eslint@^7.5.0 || ^8.0.0 || ^9.0.0", eslint@^8.0.0, eslint@^8.1.0, eslint@^8.3.0, "eslint@>= 6":
- version "8.57.0"
- resolved "https://registry.npmjs.org/eslint/-/eslint-8.57.0.tgz"
- integrity sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==
+eslint@^7.32.0:
+ version "7.32.0"
+ resolved "https://registry.npmjs.org/eslint/-/eslint-7.32.0.tgz"
+ integrity sha512-VHZ8gX+EDfz+97jGcgyGCyRia/dPOd6Xh9yPv8Bl1+SoaIwD+a/vlrOmGRUyOYu7MwUhc7CxqeaDZU13S4+EpA==
dependencies:
- "@eslint-community/eslint-utils" "^4.2.0"
- "@eslint-community/regexpp" "^4.6.1"
- "@eslint/eslintrc" "^2.1.4"
- "@eslint/js" "8.57.0"
- "@humanwhocodes/config-array" "^0.11.14"
- "@humanwhocodes/module-importer" "^1.0.1"
- "@nodelib/fs.walk" "^1.2.8"
- "@ungap/structured-clone" "^1.2.0"
- ajv "^6.12.4"
+ "@babel/code-frame" "7.12.11"
+ "@eslint/eslintrc" "^0.4.3"
+ "@humanwhocodes/config-array" "^0.5.0"
+ ajv "^6.10.0"
chalk "^4.0.0"
cross-spawn "^7.0.2"
- debug "^4.3.2"
+ debug "^4.0.1"
doctrine "^3.0.0"
+ enquirer "^2.3.5"
escape-string-regexp "^4.0.0"
- eslint-scope "^7.2.2"
- eslint-visitor-keys "^3.4.3"
- espree "^9.6.1"
- esquery "^1.4.2"
- esutils "^2.0.2"
- fast-deep-equal "^3.1.3"
- file-entry-cache "^6.0.1"
- find-up "^5.0.0"
- glob-parent "^6.0.2"
- globals "^13.19.0"
- graphemer "^1.4.0"
- ignore "^5.2.0"
- imurmurhash "^0.1.4"
- is-glob "^4.0.0"
- is-path-inside "^3.0.3"
- js-yaml "^4.1.0"
- json-stable-stringify-without-jsonify "^1.0.1"
- levn "^0.4.1"
- lodash.merge "^4.6.2"
- minimatch "^3.1.2"
- natural-compare "^1.4.0"
- optionator "^0.9.3"
- strip-ansi "^6.0.1"
- text-table "^0.2.0"
-
-eslint@^7.32.0, "eslint@>= 4.12.1", eslint@>=7.0.0:
- version "7.32.0"
- resolved "https://registry.npmjs.org/eslint/-/eslint-7.32.0.tgz"
- integrity sha512-VHZ8gX+EDfz+97jGcgyGCyRia/dPOd6Xh9yPv8Bl1+SoaIwD+a/vlrOmGRUyOYu7MwUhc7CxqeaDZU13S4+EpA==
- dependencies:
- "@babel/code-frame" "7.12.11"
- "@eslint/eslintrc" "^0.4.3"
- "@humanwhocodes/config-array" "^0.5.0"
- ajv "^6.10.0"
- chalk "^4.0.0"
- cross-spawn "^7.0.2"
- debug "^4.0.1"
- doctrine "^3.0.0"
- enquirer "^2.3.5"
- escape-string-regexp "^4.0.0"
- eslint-scope "^5.1.1"
- eslint-utils "^2.1.0"
- eslint-visitor-keys "^2.0.0"
- espree "^7.3.1"
- esquery "^1.4.0"
+ eslint-scope "^5.1.1"
+ eslint-utils "^2.1.0"
+ eslint-visitor-keys "^2.0.0"
+ espree "^7.3.1"
+ esquery "^1.4.0"
esutils "^2.0.2"
fast-deep-equal "^3.1.3"
file-entry-cache "^6.0.1"
@@ -9836,6 +9097,50 @@ eslint@^7.32.0, "eslint@>= 4.12.1", eslint@>=7.0.0:
text-table "^0.2.0"
v8-compile-cache "^2.0.3"
+eslint@^8.3.0:
+ version "8.57.0"
+ resolved "https://registry.npmjs.org/eslint/-/eslint-8.57.0.tgz"
+ integrity sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==
+ dependencies:
+ "@eslint-community/eslint-utils" "^4.2.0"
+ "@eslint-community/regexpp" "^4.6.1"
+ "@eslint/eslintrc" "^2.1.4"
+ "@eslint/js" "8.57.0"
+ "@humanwhocodes/config-array" "^0.11.14"
+ "@humanwhocodes/module-importer" "^1.0.1"
+ "@nodelib/fs.walk" "^1.2.8"
+ "@ungap/structured-clone" "^1.2.0"
+ ajv "^6.12.4"
+ chalk "^4.0.0"
+ cross-spawn "^7.0.2"
+ debug "^4.3.2"
+ doctrine "^3.0.0"
+ escape-string-regexp "^4.0.0"
+ eslint-scope "^7.2.2"
+ eslint-visitor-keys "^3.4.3"
+ espree "^9.6.1"
+ esquery "^1.4.2"
+ esutils "^2.0.2"
+ fast-deep-equal "^3.1.3"
+ file-entry-cache "^6.0.1"
+ find-up "^5.0.0"
+ glob-parent "^6.0.2"
+ globals "^13.19.0"
+ graphemer "^1.4.0"
+ ignore "^5.2.0"
+ imurmurhash "^0.1.4"
+ is-glob "^4.0.0"
+ is-path-inside "^3.0.3"
+ js-yaml "^4.1.0"
+ json-stable-stringify-without-jsonify "^1.0.1"
+ levn "^0.4.1"
+ lodash.merge "^4.6.2"
+ minimatch "^3.1.2"
+ natural-compare "^1.4.0"
+ optionator "^0.9.3"
+ strip-ansi "^6.0.1"
+ text-table "^0.2.0"
+
espree@^7.3.0, espree@^7.3.1:
version "7.3.1"
resolved "https://registry.npmjs.org/espree/-/espree-7.3.1.tgz"
@@ -9845,16 +9150,7 @@ espree@^7.3.0, espree@^7.3.1:
acorn-jsx "^5.3.1"
eslint-visitor-keys "^1.3.0"
-espree@^9.6.0:
- version "9.6.1"
- resolved "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz"
- integrity sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==
- dependencies:
- acorn "^8.9.0"
- acorn-jsx "^5.3.2"
- eslint-visitor-keys "^3.4.1"
-
-espree@^9.6.1:
+espree@^9.6.0, espree@^9.6.1:
version "9.6.1"
resolved "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz"
integrity sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==
@@ -9868,16 +9164,16 @@ esprima-next@^5.7.0:
resolved "https://registry.npmjs.org/esprima-next/-/esprima-next-5.8.4.tgz"
integrity sha512-8nYVZ4ioIH4Msjb/XmhnBdz5WRRBaYqevKa1cv9nGJdCehMbzZCPNEEnqfLCZVetUVrUPEcb5IYyu1GG4hFqgg==
-esprima@^4.0.0, esprima@^4.0.1, esprima@~4.0.0:
- version "4.0.1"
- resolved "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz"
- integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
-
esprima@1.2.2:
version "1.2.2"
resolved "https://registry.npmjs.org/esprima/-/esprima-1.2.2.tgz"
integrity sha512-+JpPZam9w5DuJ3Q67SqsMGtiHKENSMRVoxvArfJZK01/BfLEObtZ6orJa/MtoGNR/rfMgp5837T41PAmTwAv/A==
+esprima@^4.0.0, esprima@^4.0.1, esprima@~4.0.0:
+ version "4.0.1"
+ resolved "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz"
+ integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
+
esquery@^1.4.0, esquery@^1.4.2:
version "1.6.0"
resolved "https://registry.npmjs.org/esquery/-/esquery-1.6.0.tgz"
@@ -9892,12 +9188,7 @@ esrecurse@^4.3.0:
dependencies:
estraverse "^5.2.0"
-estraverse@^4.1.1:
- version "4.3.0"
- resolved "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz"
- integrity sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==
-
-estraverse@^4.2.0:
+estraverse@^4.1.1, estraverse@^4.2.0:
version "4.3.0"
resolved "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz"
integrity sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==
@@ -9980,6 +9271,21 @@ evp_bytestokey@^1.0.0, evp_bytestokey@^1.0.3:
md5.js "^1.3.4"
safe-buffer "^5.1.1"
+execa@4.1.0:
+ version "4.1.0"
+ resolved "https://registry.npmjs.org/execa/-/execa-4.1.0.tgz"
+ integrity sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA==
+ dependencies:
+ cross-spawn "^7.0.0"
+ get-stream "^5.0.0"
+ human-signals "^1.1.1"
+ is-stream "^2.0.0"
+ merge-stream "^2.0.0"
+ npm-run-path "^4.0.0"
+ onetime "^5.1.0"
+ signal-exit "^3.0.2"
+ strip-final-newline "^2.0.0"
+
execa@^0.7.0:
version "0.7.0"
resolved "https://registry.npmjs.org/execa/-/execa-0.7.0.tgz"
@@ -10008,36 +9314,6 @@ execa@^5.0.0, execa@^5.1.1:
signal-exit "^3.0.3"
strip-final-newline "^2.0.0"
-execa@^8.0.1:
- version "8.0.1"
- resolved "https://registry.npmjs.org/execa/-/execa-8.0.1.tgz"
- integrity sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==
- dependencies:
- cross-spawn "^7.0.3"
- get-stream "^8.0.1"
- human-signals "^5.0.0"
- is-stream "^3.0.0"
- merge-stream "^2.0.0"
- npm-run-path "^5.1.0"
- onetime "^6.0.0"
- signal-exit "^4.1.0"
- strip-final-newline "^3.0.0"
-
-execa@4.1.0:
- version "4.1.0"
- resolved "https://registry.npmjs.org/execa/-/execa-4.1.0.tgz"
- integrity sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA==
- dependencies:
- cross-spawn "^7.0.0"
- get-stream "^5.0.0"
- human-signals "^1.1.1"
- is-stream "^2.0.0"
- merge-stream "^2.0.0"
- npm-run-path "^4.0.0"
- onetime "^5.1.0"
- signal-exit "^3.0.2"
- strip-final-newline "^2.0.0"
-
executable@^4.1.1:
version "4.1.1"
resolved "https://registry.npmjs.org/executable/-/executable-4.1.1.tgz"
@@ -10128,15 +9404,7 @@ extend-shallow@^2.0.1:
dependencies:
is-extendable "^0.1.0"
-extend-shallow@^3.0.0:
- version "3.0.2"
- resolved "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz"
- integrity sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==
- dependencies:
- assign-symbols "^1.0.0"
- is-extendable "^1.0.1"
-
-extend-shallow@^3.0.2:
+extend-shallow@^3.0.0, extend-shallow@^3.0.2:
version "3.0.2"
resolved "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz"
integrity sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==
@@ -10183,12 +9451,7 @@ extract-zip@2.0.1:
optionalDependencies:
"@types/yauzl" "^2.9.1"
-extsprintf@^1.2.0:
- version "1.4.1"
- resolved "https://registry.npmjs.org/extsprintf/-/extsprintf-1.4.1.tgz"
- integrity sha512-Wrk35e8ydCKDj/ArClo1VrPVmN8zph5V4AtHwIuHhvMXsKf73UT3BOD+azBIW+3wOJ4FhEH7zyaJCFvChjYvMA==
-
-extsprintf@1.3.0:
+extsprintf@1.3.0, extsprintf@^1.2.0:
version "1.3.0"
resolved "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz"
integrity sha512-11Ndz7Nv+mvAC1j0ktTa7fAb0vLyGGX+rMHNBYQviQDGU0Hw7lhctJANqbPhu9nV9/izT/IntTgZ7Im/9LJs9g==
@@ -10198,19 +9461,7 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
resolved "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz"
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
-fast-glob@^2.0.2:
- version "2.2.7"
- resolved "https://registry.npmjs.org/fast-glob/-/fast-glob-2.2.7.tgz"
- integrity sha512-g1KuQwHOZAmOZMuBtHdxDtju+T2RT8jgCC9aANsbpdiDDTSnjgfuVsIBNKbUeJI3oKMRExcfNDtJl4OhbffMsw==
- dependencies:
- "@mrmlnc/readdir-enhanced" "^2.2.1"
- "@nodelib/fs.stat" "^1.1.2"
- glob-parent "^3.1.0"
- is-glob "^4.0.0"
- merge2 "^1.2.3"
- micromatch "^3.1.10"
-
-fast-glob@^2.2.6:
+fast-glob@^2.0.2, fast-glob@^2.2.6:
version "2.2.7"
resolved "https://registry.npmjs.org/fast-glob/-/fast-glob-2.2.7.tgz"
integrity sha512-g1KuQwHOZAmOZMuBtHdxDtju+T2RT8jgCC9aANsbpdiDDTSnjgfuVsIBNKbUeJI3oKMRExcfNDtJl4OhbffMsw==
@@ -10222,7 +9473,7 @@ fast-glob@^2.2.6:
merge2 "^1.2.3"
micromatch "^3.1.10"
-fast-glob@^3.2.11, fast-glob@^3.2.5, fast-glob@^3.2.7, fast-glob@^3.2.9, fast-glob@^3.3.0, fast-glob@^3.3.2:
+fast-glob@^3.2.11, fast-glob@^3.2.5, fast-glob@^3.2.7, fast-glob@^3.2.9, fast-glob@^3.3.0:
version "3.3.2"
resolved "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz"
integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==
@@ -10267,7 +9518,7 @@ fastq@^1.6.0:
dependencies:
reusify "^1.0.4"
-faye-websocket@^0.11.3, faye-websocket@0.11.x:
+faye-websocket@0.11.x, faye-websocket@^0.11.3:
version "0.11.4"
resolved "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.11.4.tgz"
integrity sha512-CzbClwlXAuiRQAlUyfqPgvPoNKTckTPGfwZV4ZdAhVcP2lh9KUxJg2b5GkE7XbjKQ3YJnQ9z6D9ntLAlB+tP8g==
@@ -10306,13 +9557,6 @@ fbjs@^3.0.0, fbjs@^3.0.1:
setimmediate "^1.0.5"
ua-parser-js "^1.0.35"
-fd-package-json@^1.2.0:
- version "1.2.0"
- resolved "https://registry.npmjs.org/fd-package-json/-/fd-package-json-1.2.0.tgz"
- integrity sha512-45LSPmWf+gC5tdCQMNH4s9Sr00bIkiD9aN7dc5hqkrEw1geRYyDQS1v1oMHAW3ysfxfndqGsrDREHHjNNbKUfA==
- dependencies:
- walk-up-path "^3.0.1"
-
fd-slicer@~1.1.0:
version "1.1.0"
resolved "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.1.0.tgz"
@@ -10341,7 +9585,7 @@ file-entry-cache@^6.0.1:
dependencies:
flat-cache "^3.0.4"
-file-loader@*, file-loader@^6.2.0:
+file-loader@^6.2.0:
version "6.2.0"
resolved "https://registry.npmjs.org/file-loader/-/file-loader-6.2.0.tgz"
integrity sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==
@@ -10365,6 +9609,11 @@ file-set@^3.0.0:
array-back "^4.0.0"
glob "^7.1.5"
+file-uri-to-path@1.0.0:
+ version "1.0.0"
+ resolved "https://registry.yarnpkg.com/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz#553a7b8446ff6f684359c445f1e37a05dacc33dd"
+ integrity sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==
+
filelist@^1.0.4:
version "1.0.4"
resolved "https://registry.npmjs.org/filelist/-/filelist-1.0.4.tgz"
@@ -10372,16 +9621,16 @@ filelist@^1.0.4:
dependencies:
minimatch "^5.0.1"
-filesize@^8.0.6:
- version "8.0.7"
- resolved "https://registry.npmjs.org/filesize/-/filesize-8.0.7.tgz"
- integrity sha512-pjmC+bkIF8XI7fWaH8KxHcZL3DPybs1roSKP4rKDvy20tAWwIObE4+JIseG2byfGKhud5ZnM4YSGKBz7Sh0ndQ==
-
filesize@6.0.1:
version "6.0.1"
resolved "https://registry.npmjs.org/filesize/-/filesize-6.0.1.tgz"
integrity sha512-u4AYWPgbI5GBhs6id1KdImZWn5yfyFrrQ8OWZdN7ZMfA8Bf4HcO0BGo9bmUIEV8yrp8I1xVfJ/dn90GtFNNJcg==
+filesize@^8.0.6:
+ version "8.0.7"
+ resolved "https://registry.npmjs.org/filesize/-/filesize-8.0.7.tgz"
+ integrity sha512-pjmC+bkIF8XI7fWaH8KxHcZL3DPybs1roSKP4rKDvy20tAWwIObE4+JIseG2byfGKhud5ZnM4YSGKBz7Sh0ndQ==
+
fill-range@^4.0.0:
version "4.0.0"
resolved "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz"
@@ -10399,7 +9648,7 @@ fill-range@^7.1.1:
dependencies:
to-regex-range "^5.0.1"
-final-form@^4.20.2, final-form@^4.20.4:
+final-form@^4.20.2:
version "4.20.10"
resolved "https://registry.npmjs.org/final-form/-/final-form-4.20.10.tgz"
integrity sha512-TL48Pi1oNHeMOHrKv1bCJUrWZDcD3DIG6AGYVNOnyZPr7Bd/pStN0pL+lfzF5BNoj/FclaoiaLenk4XUIFVYng==
@@ -10457,14 +9706,7 @@ find-replace@^3.0.0:
dependencies:
array-back "^3.0.1"
-find-up@^3.0.0:
- version "3.0.0"
- resolved "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz"
- integrity sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==
- dependencies:
- locate-path "^3.0.0"
-
-find-up@^4.0.0:
+find-up@4.1.0, find-up@^4.0.0, find-up@^4.1.0:
version "4.1.0"
resolved "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz"
integrity sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==
@@ -10472,13 +9714,12 @@ find-up@^4.0.0:
locate-path "^5.0.0"
path-exists "^4.0.0"
-find-up@^4.1.0:
- version "4.1.0"
- resolved "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz"
- integrity sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==
+find-up@^3.0.0:
+ version "3.0.0"
+ resolved "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz"
+ integrity sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==
dependencies:
- locate-path "^5.0.0"
- path-exists "^4.0.0"
+ locate-path "^3.0.0"
find-up@^5.0.0:
version "5.0.0"
@@ -10488,14 +9729,6 @@ find-up@^5.0.0:
locate-path "^6.0.0"
path-exists "^4.0.0"
-find-up@4.1.0:
- version "4.1.0"
- resolved "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz"
- integrity sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==
- dependencies:
- locate-path "^5.0.0"
- path-exists "^4.0.0"
-
flat-cache@^3.0.4:
version "3.2.0"
resolved "https://registry.npmjs.org/flat-cache/-/flat-cache-3.2.0.tgz"
@@ -10574,6 +9807,20 @@ forever-agent@~0.6.1:
resolved "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz"
integrity sha512-j0KLYPhm6zeac4lz3oJ3o65qvgQCcPubiyotZrXqEaG4hNagNYO8qdlUrX5vwqv9ohqeT/Z3j6+yW067yWWdUw==
+fork-ts-checker-webpack-plugin@3.1.1:
+ version "3.1.1"
+ resolved "https://registry.npmjs.org/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-3.1.1.tgz"
+ integrity sha512-DuVkPNrM12jR41KM2e+N+styka0EgLkTnXmNcXdgOM37vtGeY+oCBK/Jx0hzSeEU6memFCtWb4htrHPMDfwwUQ==
+ dependencies:
+ babel-code-frame "^6.22.0"
+ chalk "^2.4.1"
+ chokidar "^3.3.0"
+ micromatch "^3.1.10"
+ minimatch "^3.0.4"
+ semver "^5.6.0"
+ tapable "^1.0.0"
+ worker-rpc "^0.1.0"
+
fork-ts-checker-webpack-plugin@^6.5.0:
version "6.5.3"
resolved "https://registry.npmjs.org/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-6.5.3.tgz"
@@ -10611,20 +9858,6 @@ fork-ts-checker-webpack-plugin@^8.0.0:
semver "^7.3.5"
tapable "^2.2.1"
-fork-ts-checker-webpack-plugin@3.1.1:
- version "3.1.1"
- resolved "https://registry.npmjs.org/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-3.1.1.tgz"
- integrity sha512-DuVkPNrM12jR41KM2e+N+styka0EgLkTnXmNcXdgOM37vtGeY+oCBK/Jx0hzSeEU6memFCtWb4htrHPMDfwwUQ==
- dependencies:
- babel-code-frame "^6.22.0"
- chalk "^2.4.1"
- chokidar "^3.3.0"
- micromatch "^3.1.10"
- minimatch "^3.0.4"
- semver "^5.6.0"
- tapable "^1.0.0"
- worker-rpc "^0.1.0"
-
form-data@^3.0.0:
version "3.0.1"
resolved "https://registry.npmjs.org/form-data/-/form-data-3.0.1.tgz"
@@ -10718,27 +9951,7 @@ fs-extra@^8.0.1, fs-extra@^8.1.0:
jsonfile "^4.0.0"
universalify "^0.1.0"
-fs-extra@^9.0.0:
- version "9.1.0"
- resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz"
- integrity sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==
- dependencies:
- at-least-node "^1.0.0"
- graceful-fs "^4.2.0"
- jsonfile "^6.0.1"
- universalify "^2.0.0"
-
-fs-extra@^9.0.1:
- version "9.1.0"
- resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz"
- integrity sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==
- dependencies:
- at-least-node "^1.0.0"
- graceful-fs "^4.2.0"
- jsonfile "^6.0.1"
- universalify "^2.0.0"
-
-fs-extra@^9.1.0:
+fs-extra@^9.0.0, fs-extra@^9.0.1, fs-extra@^9.1.0:
version "9.1.0"
resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz"
integrity sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==
@@ -10755,13 +9968,6 @@ fs-minipass@^1.2.7:
dependencies:
minipass "^2.6.0"
-fs-minipass@^2.0.0:
- version "2.1.0"
- resolved "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz"
- integrity sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==
- dependencies:
- minipass "^3.0.0"
-
fs-mkdirp-stream@^1.0.0:
version "1.0.0"
resolved "https://registry.npmjs.org/fs-mkdirp-stream/-/fs-mkdirp-stream-1.0.0.tgz"
@@ -10785,6 +9991,19 @@ fs.realpath@^1.0.0:
resolved "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz"
integrity sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==
+fsevents@^1.2.7:
+ version "1.2.13"
+ resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-1.2.13.tgz#f325cb0455592428bcf11b383370ef70e3bfcc38"
+ integrity sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==
+ dependencies:
+ bindings "^1.5.0"
+ nan "^2.12.1"
+
+fsevents@^2.3.2, fsevents@~2.3.2:
+ version "2.3.3"
+ resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.3.tgz#cac6407785d03675a2a5e1a5305c697b347d90d6"
+ integrity sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==
+
function-bind@^1.1.2:
version "1.1.2"
resolved "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz"
@@ -10872,11 +10091,6 @@ get-stream@^6.0.0:
resolved "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz"
integrity sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==
-get-stream@^8.0.1:
- version "8.0.1"
- resolved "https://registry.npmjs.org/get-stream/-/get-stream-8.0.1.tgz"
- integrity sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==
-
get-symbol-description@^1.0.2:
version "1.0.2"
resolved "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.2.tgz"
@@ -10924,20 +10138,6 @@ gettext-parser@^3.1.0:
readable-stream "^3.2.0"
safe-buffer "^5.1.2"
-giget@^1.0.0:
- version "1.2.3"
- resolved "https://registry.npmjs.org/giget/-/giget-1.2.3.tgz"
- integrity sha512-8EHPljDvs7qKykr6uw8b+lqLiUc/vUg+KVTI0uND4s63TdsZM2Xus3mflvF0DDG9SiM4RlCkFGL+7aAjRmV7KA==
- dependencies:
- citty "^0.1.6"
- consola "^3.2.3"
- defu "^6.1.4"
- node-fetch-native "^1.6.3"
- nypm "^0.3.8"
- ohash "^1.1.3"
- pathe "^1.1.2"
- tar "^6.2.0"
-
git-raw-commits@^2.0.0:
version "2.0.11"
resolved "https://registry.npmjs.org/git-raw-commits/-/git-raw-commits-2.0.11.tgz"
@@ -10967,34 +10167,20 @@ glob-parent@^3.1.0:
is-glob "^3.1.0"
path-dirname "^1.0.0"
-glob-parent@^5.1.2:
+glob-parent@^5.1.2, glob-parent@~5.1.2:
version "5.1.2"
resolved "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz"
integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==
dependencies:
is-glob "^4.0.1"
-glob-parent@^6.0.1:
+glob-parent@^6.0.1, glob-parent@^6.0.2:
version "6.0.2"
resolved "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz"
integrity sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==
dependencies:
is-glob "^4.0.3"
-glob-parent@^6.0.2:
- version "6.0.2"
- resolved "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz"
- integrity sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==
- dependencies:
- is-glob "^4.0.3"
-
-glob-parent@~5.1.2:
- version "5.1.2"
- resolved "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz"
- integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==
- dependencies:
- is-glob "^4.0.1"
-
glob-stream@^6.1.0:
version "6.1.0"
resolved "https://registry.npmjs.org/glob-stream/-/glob-stream-6.1.0.tgz"
@@ -11021,19 +10207,7 @@ glob-to-regexp@^0.4.1:
resolved "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz"
integrity sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==
-glob@^10.3.10:
- version "10.4.5"
- resolved "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz"
- integrity sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==
- dependencies:
- foreground-child "^3.1.0"
- jackspeak "^3.1.2"
- minimatch "^9.0.4"
- minipass "^7.1.2"
- package-json-from-dist "^1.0.0"
- path-scurry "^1.11.1"
-
-glob@^10.3.3:
+glob@^10.3.10, glob@^10.4.1:
version "10.4.5"
resolved "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz"
integrity sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==
@@ -11045,27 +10219,15 @@ glob@^10.3.3:
package-json-from-dist "^1.0.0"
path-scurry "^1.11.1"
-glob@^10.4.1:
- version "10.4.5"
- resolved "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz"
- integrity sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==
- dependencies:
- foreground-child "^3.1.0"
- jackspeak "^3.1.2"
- minimatch "^9.0.4"
- minipass "^7.1.2"
- package-json-from-dist "^1.0.0"
- path-scurry "^1.11.1"
-
-glob@^7.0.0, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.5, glob@^7.1.6, glob@^7.1.7:
- version "7.2.3"
- resolved "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz"
- integrity sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==
+glob@^7.0.0, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.5, glob@^7.1.6, glob@^7.1.7, glob@~7.1.1:
+ version "7.1.7"
+ resolved "https://registry.npmjs.org/glob/-/glob-7.1.7.tgz"
+ integrity sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==
dependencies:
fs.realpath "^1.0.0"
inflight "^1.0.4"
inherits "2"
- minimatch "^3.1.1"
+ minimatch "^3.0.4"
once "^1.3.0"
path-is-absolute "^1.0.0"
@@ -11080,18 +10242,6 @@ glob@^8.1.0:
minimatch "^5.0.1"
once "^1.3.0"
-glob@~7.1.1:
- version "7.1.7"
- resolved "https://registry.npmjs.org/glob/-/glob-7.1.7.tgz"
- integrity sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==
- dependencies:
- fs.realpath "^1.0.0"
- inflight "^1.0.4"
- inherits "2"
- minimatch "^3.0.4"
- once "^1.3.0"
- path-is-absolute "^1.0.0"
-
global-dirs@^0.1.0, global-dirs@^0.1.1:
version "0.1.1"
resolved "https://registry.npmjs.org/global-dirs/-/global-dirs-0.1.1.tgz"
@@ -11106,7 +10256,7 @@ global-dirs@^3.0.0:
dependencies:
ini "2.0.0"
-global-modules@^2.0.0, global-modules@2.0.0:
+global-modules@2.0.0, global-modules@^2.0.0:
version "2.0.0"
resolved "https://registry.npmjs.org/global-modules/-/global-modules-2.0.0.tgz"
integrity sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A==
@@ -11142,6 +10292,19 @@ globalthis@^1.0.3:
define-properties "^1.2.1"
gopd "^1.0.1"
+globby@8.0.2:
+ version "8.0.2"
+ resolved "https://registry.npmjs.org/globby/-/globby-8.0.2.tgz"
+ integrity sha512-yTzMmKygLp8RUpG1Ymu2VXPSJQZjNAZPD4ywgYEaG7e4tBJeUQBO8OpXrf1RCNcEs5alsoJYPAMiIHP0cmeC7w==
+ dependencies:
+ array-union "^1.0.1"
+ dir-glob "2.0.0"
+ fast-glob "^2.0.2"
+ glob "^7.1.2"
+ ignore "^3.3.5"
+ pify "^3.0.0"
+ slash "^1.0.0"
+
globby@^11.0.0, globby@^11.0.1, globby@^11.0.4, globby@^11.1.0:
version "11.1.0"
resolved "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz"
@@ -11165,18 +10328,6 @@ globby@^13.1.1:
merge2 "^1.4.1"
slash "^4.0.0"
-globby@^14.0.1:
- version "14.0.2"
- resolved "https://registry.npmjs.org/globby/-/globby-14.0.2.tgz"
- integrity sha512-s3Fq41ZVh7vbbe2PN3nrW7yC7U7MFVc5c98/iTl9c2GawNMKx/J648KQRW6WKkuU8GIbbh2IXfIRQjOZnXcTnw==
- dependencies:
- "@sindresorhus/merge-streams" "^2.1.0"
- fast-glob "^3.3.2"
- ignore "^5.2.4"
- path-type "^5.0.0"
- slash "^5.1.0"
- unicorn-magic "^0.1.0"
-
globby@^9.2.0:
version "9.2.0"
resolved "https://registry.npmjs.org/globby/-/globby-9.2.0.tgz"
@@ -11191,19 +10342,6 @@ globby@^9.2.0:
pify "^4.0.1"
slash "^2.0.0"
-globby@8.0.2:
- version "8.0.2"
- resolved "https://registry.npmjs.org/globby/-/globby-8.0.2.tgz"
- integrity sha512-yTzMmKygLp8RUpG1Ymu2VXPSJQZjNAZPD4ywgYEaG7e4tBJeUQBO8OpXrf1RCNcEs5alsoJYPAMiIHP0cmeC7w==
- dependencies:
- array-union "^1.0.1"
- dir-glob "2.0.0"
- fast-glob "^2.0.2"
- glob "^7.1.2"
- ignore "^3.3.5"
- pify "^3.0.0"
- slash "^1.0.0"
-
globule@^1.0.0:
version "1.3.4"
resolved "https://registry.npmjs.org/globule/-/globule-1.3.4.tgz"
@@ -11264,13 +10402,6 @@ gulp-sort@^2.0.0:
dependencies:
through2 "^2.0.1"
-gzip-size@^6.0.0:
- version "6.0.0"
- resolved "https://registry.npmjs.org/gzip-size/-/gzip-size-6.0.0.tgz"
- integrity sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q==
- dependencies:
- duplexer "^0.1.2"
-
gzip-size@5.1.1:
version "5.1.1"
resolved "https://registry.npmjs.org/gzip-size/-/gzip-size-5.1.1.tgz"
@@ -11279,6 +10410,13 @@ gzip-size@5.1.1:
duplexer "^0.1.1"
pify "^4.0.1"
+gzip-size@^6.0.0:
+ version "6.0.0"
+ resolved "https://registry.npmjs.org/gzip-size/-/gzip-size-6.0.0.tgz"
+ integrity sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q==
+ dependencies:
+ duplexer "^0.1.2"
+
handle-thing@^2.0.0:
version "2.0.1"
resolved "https://registry.npmjs.org/handle-thing/-/handle-thing-2.0.1.tgz"
@@ -11413,16 +10551,7 @@ has@^1.0.3:
resolved "https://registry.npmjs.org/has/-/has-1.0.4.tgz"
integrity sha512-qdSAmqLF6209RFj4VVItywPMbm3vWylknmB3nvNiUIs72xAimcM8nVYxYr7ncvZq5qzk9MKIZR8ijqD/1QuYjQ==
-hash-base@^3.0.0:
- version "3.1.0"
- resolved "https://registry.npmjs.org/hash-base/-/hash-base-3.1.0.tgz"
- integrity sha512-1nmYp/rhMDiE7AYkDw+lLwlAzz0AntGIe51F3RfFfEqyQ3feY2eI/NcwC6umIQVOASPMsWJLJScWKSSvzL9IVA==
- dependencies:
- inherits "^2.0.4"
- readable-stream "^3.6.0"
- safe-buffer "^5.2.0"
-
-hash-base@~3.0:
+hash-base@^3.0.0, hash-base@~3.0:
version "3.0.4"
resolved "https://registry.npmjs.org/hash-base/-/hash-base-3.0.4.tgz"
integrity sha512-EeeoJKjTyt868liAlVmcv2ZsUfGHlE3Q+BICOXcZiwN3osr5Q/zFGYmTJpoIzuaSTAwndFy+GqhEwlU4L3j4Ow==
@@ -11693,16 +10822,6 @@ http-deceiver@^1.2.7:
resolved "https://registry.npmjs.org/http-deceiver/-/http-deceiver-1.2.7.tgz"
integrity sha512-LmpOGxTfbpgtGVxJrj5k7asXHCgNZp5nLfp+hWc8QQRqtb7fUy6kRY3BO1h9ddF6yIPYUARgxGOwB42DnxIaNw==
-http-errors@~1.6.2:
- version "1.6.3"
- resolved "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz"
- integrity sha512-lks+lVC8dgGyh97jxvxeYTWQFvh4uw4yC12gVl63Cg30sjPX4wuGcdkICVXDAESr6OJGjqGA8Iz5mkeN6zlD7A==
- dependencies:
- depd "~1.1.2"
- inherits "2.0.3"
- setprototypeof "1.1.0"
- statuses ">= 1.4.0 < 2"
-
http-errors@2.0.0:
version "2.0.0"
resolved "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz"
@@ -11714,6 +10833,16 @@ http-errors@2.0.0:
statuses "2.0.1"
toidentifier "1.0.1"
+http-errors@~1.6.2:
+ version "1.6.3"
+ resolved "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz"
+ integrity sha512-lks+lVC8dgGyh97jxvxeYTWQFvh4uw4yC12gVl63Cg30sjPX4wuGcdkICVXDAESr6OJGjqGA8Iz5mkeN6zlD7A==
+ dependencies:
+ depd "~1.1.2"
+ inherits "2.0.3"
+ setprototypeof "1.1.0"
+ statuses ">= 1.4.0 < 2"
+
http-parser-js@>=0.5.1:
version "0.5.8"
resolved "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.5.8.tgz"
@@ -11784,11 +10913,6 @@ human-signals@^2.1.0:
resolved "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz"
integrity sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==
-human-signals@^5.0.0:
- version "5.0.0"
- resolved "https://registry.npmjs.org/human-signals/-/human-signals-5.0.0.tgz"
- integrity sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==
-
husky@^7.0.2:
version "7.0.4"
resolved "https://registry.npmjs.org/husky/-/husky-7.0.4.tgz"
@@ -11839,33 +10963,19 @@ i18next-scanner@^3.3.0:
vinyl "^2.2.0"
vinyl-fs "^3.0.1"
-i18next@*:
- version "23.12.2"
- resolved "https://registry.npmjs.org/i18next/-/i18next-23.12.2.tgz"
- integrity sha512-XIeh5V+bi8SJSWGL3jqbTEBW5oD6rbP5L+E7dVQh1MNTxxYef0x15rhJVcRb7oiuq4jLtgy2SD8eFlf6P2cmqg==
- dependencies:
- "@babel/runtime" "^7.23.2"
-
-i18next@^10.3:
+i18next@*, i18next@^10.3:
version "10.6.0"
resolved "https://registry.npmjs.org/i18next/-/i18next-10.6.0.tgz"
integrity sha512-ycRlN145kQf8EsyDAzMfjqv1ZT1Jwp7P2H/07bP8JLWm+7cSLD4XqlJOvq4mKVS2y2mMIy10lX9ZeYUdQ0qSRw==
-iconv-lite@^0.4.24, iconv-lite@0.4.24:
+iconv-lite@0.4.24, iconv-lite@^0.4.24:
version "0.4.24"
resolved "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz"
integrity sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==
dependencies:
safer-buffer ">= 2.1.2 < 3"
-iconv-lite@^0.6.2:
- version "0.6.3"
- resolved "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz"
- integrity sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==
- dependencies:
- safer-buffer ">= 2.1.2 < 3.0.0"
-
-iconv-lite@^0.6.3:
+iconv-lite@^0.6.2, iconv-lite@^0.6.3:
version "0.6.3"
resolved "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz"
integrity sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==
@@ -11904,12 +11014,7 @@ ignore@^3.3.5:
resolved "https://registry.npmjs.org/ignore/-/ignore-3.3.10.tgz"
integrity sha512-Pgs951kaMm5GXP7MOvxERINe3gsaVjUWFm+UZPSq9xYriQAksyhg0csnS0KXSNRD5NmNdapXEpjxG49+AKh/ug==
-ignore@^4.0.3:
- version "4.0.6"
- resolved "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz"
- integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==
-
-ignore@^4.0.6:
+ignore@^4.0.3, ignore@^4.0.6:
version "4.0.6"
resolved "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz"
integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==
@@ -11926,16 +11031,16 @@ image-size@^1.0.1:
dependencies:
queue "6.0.2"
-immer@^9.0.7:
- version "9.0.21"
- resolved "https://registry.npmjs.org/immer/-/immer-9.0.21.tgz"
- integrity sha512-bc4NBHqOqSfRW7POMkHd51LvClaeMXpm8dx0e8oE2GORbq5aRK7Bxl4FyzVLdGtLmvLKL7BTDBG5ACQm4HWjTA==
-
immer@1.10.0:
version "1.10.0"
resolved "https://registry.npmjs.org/immer/-/immer-1.10.0.tgz"
integrity sha512-O3sR1/opvCDGLEVcvrGTMtLac8GJ5IwZC4puPrLuRj3l7ICKvkmA0vGuU9OW8mV9WIBRnaxp5GJh9IEAaNOoYg==
+immer@^9.0.7:
+ version "9.0.21"
+ resolved "https://registry.npmjs.org/immer/-/immer-9.0.21.tgz"
+ integrity sha512-bc4NBHqOqSfRW7POMkHd51LvClaeMXpm8dx0e8oE2GORbq5aRK7Bxl4FyzVLdGtLmvLKL7BTDBG5ACQm4HWjTA==
+
import-fresh@^3.0.0, import-fresh@^3.1.0, import-fresh@^3.2.1, import-fresh@^3.3.0:
version "3.3.0"
resolved "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz"
@@ -11980,7 +11085,7 @@ inflight@^1.0.4:
once "^1.3.0"
wrappy "1"
-inherits@^2.0.0, inherits@^2.0.1, inherits@^2.0.3, inherits@^2.0.4, inherits@~2.0.3, inherits@~2.0.4, inherits@2, inherits@2.0.4:
+inherits@2, inherits@2.0.4, inherits@^2.0.0, inherits@^2.0.1, inherits@^2.0.3, inherits@^2.0.4, inherits@~2.0.3, inherits@~2.0.4:
version "2.0.4"
resolved "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz"
integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==
@@ -11990,40 +11095,21 @@ inherits@2.0.3:
resolved "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz"
integrity sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==
-ini@^1.3.4, ini@^1.3.5, ini@~1.3.0:
- version "1.3.8"
- resolved "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz"
- integrity sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==
-
ini@2.0.0:
version "2.0.0"
resolved "https://registry.npmjs.org/ini/-/ini-2.0.0.tgz"
integrity sha512-7PnF4oN3CvZF23ADhA5wRaYEQpJ8qygSkbtTXWBeXWXmEVRXK+1ITciHWwHhsjv1TmW0MgacIv6hEi5pX5NQdA==
+ini@^1.3.4, ini@^1.3.5, ini@~1.3.0:
+ version "1.3.8"
+ resolved "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz"
+ integrity sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==
+
inline-style-parser@0.1.1:
version "0.1.1"
resolved "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.1.1.tgz"
integrity sha512-7NXolsK4CAS5+xvdj5OMMbI962hU/wvwoxk+LWR9Ek9bVtyuuYScDN6eS0rUm6TxApFpw7CX1o4uJzcd4AyD3Q==
-inquirer@^7.3.3:
- version "7.3.3"
- resolved "https://registry.npmjs.org/inquirer/-/inquirer-7.3.3.tgz"
- integrity sha512-JG3eIAj5V9CwcGvuOmoo6LB9kbAYT8HXffUl6memuszlwDC/qvFAJw49XJ5NROSFNPxp3iQg1GqkFhaY/CR0IA==
- dependencies:
- ansi-escapes "^4.2.1"
- chalk "^4.1.0"
- cli-cursor "^3.1.0"
- cli-width "^3.0.0"
- external-editor "^3.0.3"
- figures "^3.0.0"
- lodash "^4.17.19"
- mute-stream "0.0.8"
- run-async "^2.4.0"
- rxjs "^6.6.0"
- string-width "^4.1.0"
- strip-ansi "^6.0.0"
- through "^2.3.6"
-
inquirer@7.0.4:
version "7.0.4"
resolved "https://registry.npmjs.org/inquirer/-/inquirer-7.0.4.tgz"
@@ -12043,6 +11129,25 @@ inquirer@7.0.4:
strip-ansi "^5.1.0"
through "^2.3.6"
+inquirer@^7.3.3:
+ version "7.3.3"
+ resolved "https://registry.npmjs.org/inquirer/-/inquirer-7.3.3.tgz"
+ integrity sha512-JG3eIAj5V9CwcGvuOmoo6LB9kbAYT8HXffUl6memuszlwDC/qvFAJw49XJ5NROSFNPxp3iQg1GqkFhaY/CR0IA==
+ dependencies:
+ ansi-escapes "^4.2.1"
+ chalk "^4.1.0"
+ cli-cursor "^3.1.0"
+ cli-width "^3.0.0"
+ external-editor "^3.0.3"
+ figures "^3.0.0"
+ lodash "^4.17.19"
+ mute-stream "0.0.8"
+ run-async "^2.4.0"
+ rxjs "^6.6.0"
+ string-width "^4.1.0"
+ strip-ansi "^6.0.0"
+ through "^2.3.6"
+
internal-slot@^1.0.4, internal-slot@^1.0.7:
version "1.0.7"
resolved "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.7.tgz"
@@ -12064,16 +11169,16 @@ invariant@^2.2.4:
dependencies:
loose-envify "^1.0.0"
-ipaddr.js@^2.0.1:
- version "2.2.0"
- resolved "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-2.2.0.tgz"
- integrity sha512-Ag3wB2o37wslZS19hZqorUnrnzSkpOVy+IiiDEiTqNubEYpYuHWIf6K4psgN2ZWKExS4xhVCrRVfb/wfW8fWJA==
-
ipaddr.js@1.9.1:
version "1.9.1"
resolved "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz"
integrity sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==
+ipaddr.js@^2.0.1:
+ version "2.2.0"
+ resolved "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-2.2.0.tgz"
+ integrity sha512-Ag3wB2o37wslZS19hZqorUnrnzSkpOVy+IiiDEiTqNubEYpYuHWIf6K4psgN2ZWKExS4xhVCrRVfb/wfW8fWJA==
+
is-absolute-url@^4.0.0:
version "4.0.1"
resolved "https://registry.npmjs.org/is-absolute-url/-/is-absolute-url-4.0.1.tgz"
@@ -12094,7 +11199,7 @@ is-accessor-descriptor@^1.0.1:
dependencies:
hasown "^2.0.0"
-is-alphabetical@^1.0.0, is-alphabetical@1.0.4:
+is-alphabetical@1.0.4, is-alphabetical@^1.0.0:
version "1.0.4"
resolved "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-1.0.4.tgz"
integrity sha512-DwzsA04LQ10FHTZuL0/grVDk4rFoVH1pjAToYwBrHSxcrBIGQuXrQMtD5U1b0U2XVgKZCTLLP8u2Qxqhy3l2Vg==
@@ -12328,11 +11433,6 @@ is-installed-globally@^0.4.0, is-installed-globally@~0.4.0:
global-dirs "^3.0.0"
is-path-inside "^3.0.2"
-is-interactive@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npmjs.org/is-interactive/-/is-interactive-1.0.0.tgz"
- integrity sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==
-
is-map@^2.0.2, is-map@^2.0.3:
version "2.0.3"
resolved "https://registry.npmjs.org/is-map/-/is-map-2.0.3.tgz"
@@ -12424,6 +11524,11 @@ is-plain-obj@^3.0.0:
resolved "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-3.0.0.tgz"
integrity sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA==
+is-plain-object@5.0.0:
+ version "5.0.0"
+ resolved "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz"
+ integrity sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==
+
is-plain-object@^2.0.3, is-plain-object@^2.0.4:
version "2.0.4"
resolved "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz"
@@ -12431,11 +11536,6 @@ is-plain-object@^2.0.3, is-plain-object@^2.0.4:
dependencies:
isobject "^3.0.1"
-is-plain-object@5.0.0:
- version "5.0.0"
- resolved "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz"
- integrity sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==
-
is-potential-custom-element-name@^1.0.1:
version "1.0.1"
resolved "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz"
@@ -12461,7 +11561,7 @@ is-relative@^1.0.0:
dependencies:
is-unc-path "^1.0.0"
-is-root@^2.1.0, is-root@2.1.0:
+is-root@2.1.0, is-root@^2.1.0:
version "2.1.0"
resolved "https://registry.npmjs.org/is-root/-/is-root-2.1.0.tgz"
integrity sha512-AGOriNp96vNBd3HtU+RzFEc75FfR5ymiYv8E553I71SCeXBiMsVDUtdio1OEFvrPyLIQ9tVR5RxXIFe5PUFjMg==
@@ -12488,11 +11588,6 @@ is-stream@^2.0.0:
resolved "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz"
integrity sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==
-is-stream@^3.0.0:
- version "3.0.0"
- resolved "https://registry.npmjs.org/is-stream/-/is-stream-3.0.0.tgz"
- integrity sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==
-
is-string@^1.0.5, is-string@^1.0.7:
version "1.0.7"
resolved "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz"
@@ -12605,26 +11700,21 @@ is-yarn-global@^0.3.0:
resolved "https://registry.npmjs.org/is-yarn-global/-/is-yarn-global-0.3.0.tgz"
integrity sha512-VjSeb/lHmkoyd8ryPVIKvOCn4D1koMqY+vqyjjUfc3xyKtP4dYOxM44sZrnqQSzSds3xyOrUTLTC9LVCVgLngw==
-isarray@^2.0.5:
- version "2.0.5"
- resolved "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz"
- integrity sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==
-
-isarray@~1.0.0:
- version "1.0.0"
- resolved "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz"
- integrity sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==
-
isarray@0.0.1:
version "0.0.1"
resolved "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz"
integrity sha512-D2S+3GLxWH+uhrNEcoh/fnmYeP8E8/zHl644d/jdA0g2uyXvy3sb0qxotE+ne0LtccHknQzWwZEzhak7oJ0COQ==
-isarray@1.0.0:
+isarray@1.0.0, isarray@~1.0.0:
version "1.0.0"
resolved "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz"
integrity sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==
+isarray@^2.0.5:
+ version "2.0.5"
+ resolved "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz"
+ integrity sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==
+
isbinaryfile@^4.0.4:
version "4.0.10"
resolved "https://registry.npmjs.org/isbinaryfile/-/isbinaryfile-4.0.10.tgz"
@@ -13027,7 +12117,7 @@ jest-resolve-dependencies@^27.5.1:
jest-regex-util "^27.5.1"
jest-snapshot "^27.5.1"
-jest-resolve@*, jest-resolve@^27.4.2, jest-resolve@^27.5.1:
+jest-resolve@^27.4.2, jest-resolve@^27.5.1:
version "27.5.1"
resolved "https://registry.npmjs.org/jest-resolve/-/jest-resolve-27.5.1.tgz"
integrity sha512-FFDy8/9E6CV83IMbDpcjOhumAQPDyETnU2KZ1O98DwTnz8AOBsW/Xv3GySr1mOZdItLR+zDZ7I/UdTFbgSOVCw==
@@ -13259,7 +12349,7 @@ jest-worker@^29.1.2:
merge-stream "^2.0.0"
supports-color "^8.0.0"
-"jest@^27.0.0 || ^28.0.0", jest@^27.4.3:
+jest@^27.4.3:
version "27.5.1"
resolved "https://registry.npmjs.org/jest/-/jest-27.5.1.tgz"
integrity sha512-Yn0mADZB89zTtjkPJEXwrac3LHudkQMR+Paqa8uxJHCBr9agxztUifWCyiYrjhMPBoUVBjyny0I7XH6ozDr7QQ==
@@ -13284,22 +12374,6 @@ joi@^17.6.0:
"@sideway/formula" "^3.0.1"
"@sideway/pinpoint" "^2.0.0"
-js-beautify@^1.8.8:
- version "1.15.1"
- resolved "https://registry.npmjs.org/js-beautify/-/js-beautify-1.15.1.tgz"
- integrity sha512-ESjNzSlt/sWE8sciZH8kBF8BPlwXPwhR6pWKAw8bw4Bwj+iZcnKW6ONWUutJ7eObuBZQpiIb8S7OYspWrKt7rA==
- dependencies:
- config-chain "^1.1.13"
- editorconfig "^1.0.4"
- glob "^10.3.3"
- js-cookie "^3.0.5"
- nopt "^7.2.0"
-
-js-cookie@^3.0.5:
- version "3.0.5"
- resolved "https://registry.npmjs.org/js-cookie/-/js-cookie-3.0.5.tgz"
- integrity sha512-cEiJEAEoIbWfCZYKWhVwFuvPX1gETRYPw6LlaTKoxD3s2AkXzkCjnp6h0V77ozyqj0jakteJ4YqDJT830+lVGw==
-
js-sha3@0.8.0:
version "0.8.0"
resolved "https://registry.npmjs.org/js-sha3/-/js-sha3-0.8.0.tgz"
@@ -13315,15 +12389,7 @@ js-tokens@^3.0.2:
resolved "https://registry.npmjs.org/js-tokens/-/js-tokens-3.0.2.tgz"
integrity sha512-RjTcuD4xjtthQkaWH7dFlH85L+QaVtSoOyGdZ3g6HFhS9dFNDfLyqgm2NFe2X6cQpeFmt0452FJjFG5UameExg==
-js-yaml@^3.13.1:
- version "3.14.1"
- resolved "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz"
- integrity sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==
- dependencies:
- argparse "^1.0.7"
- esprima "^4.0.0"
-
-js-yaml@^3.6.1:
+js-yaml@^3.13.1, js-yaml@^3.6.1:
version "3.14.1"
resolved "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz"
integrity sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==
@@ -13380,32 +12446,6 @@ jscodeshift@^0.11.0:
temp "^0.8.1"
write-file-atomic "^2.3.0"
-jscodeshift@^0.15.1:
- version "0.15.2"
- resolved "https://registry.npmjs.org/jscodeshift/-/jscodeshift-0.15.2.tgz"
- integrity sha512-FquR7Okgmc4Sd0aEDwqho3rEiKR3BdvuG9jfdHjLJ6JQoWSMpavug3AoIfnfWhxFlf+5pzQh8qjqz0DWFrNQzA==
- dependencies:
- "@babel/core" "^7.23.0"
- "@babel/parser" "^7.23.0"
- "@babel/plugin-transform-class-properties" "^7.22.5"
- "@babel/plugin-transform-modules-commonjs" "^7.23.0"
- "@babel/plugin-transform-nullish-coalescing-operator" "^7.22.11"
- "@babel/plugin-transform-optional-chaining" "^7.23.0"
- "@babel/plugin-transform-private-methods" "^7.22.5"
- "@babel/preset-flow" "^7.22.15"
- "@babel/preset-typescript" "^7.23.0"
- "@babel/register" "^7.22.15"
- babel-core "^7.0.0-bridge.0"
- chalk "^4.1.2"
- flow-parser "0.*"
- graceful-fs "^4.2.4"
- micromatch "^4.0.4"
- neo-async "^2.5.0"
- node-dir "^0.1.17"
- recast "^0.23.3"
- temp "^0.8.4"
- write-file-atomic "^2.3.0"
-
jsdoc-api@^5.0.4:
version "5.0.4"
resolved "https://registry.npmjs.org/jsdoc-api/-/jsdoc-api-5.0.4.tgz"
@@ -13446,6 +12486,11 @@ jsdoc-to-markdown@^5.0.3:
jsdoc-parse "^4.0.1"
walk-back "^4.0.0"
+jsdoc-type-pratt-parser@^4.0.0:
+ version "4.1.0"
+ resolved "https://registry.yarnpkg.com/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-4.1.0.tgz#ff6b4a3f339c34a6c188cbf50a16087858d22113"
+ integrity sha512-Hicd6JK5Njt2QB6XYFS7ok9e37O8AYk3jTcppG4YVQnYjOemymvTcmc7OWsmq/Qqj5TdRFO5/x/tIPmBeRtGHg==
+
jsdoc@^3.6.3:
version "3.6.11"
resolved "https://registry.npmjs.org/jsdoc/-/jsdoc-3.6.11.tgz"
@@ -13535,7 +12580,7 @@ json-schema-traverse@^1.0.0:
resolved "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz"
integrity sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==
-json-schema@^0.4.0, json-schema@0.4.0:
+json-schema@0.4.0, json-schema@^0.4.0:
version "0.4.0"
resolved "https://registry.npmjs.org/json-schema/-/json-schema-0.4.0.tgz"
integrity sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==
@@ -13550,14 +12595,7 @@ json-stringify-safe@~5.0.1:
resolved "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz"
integrity sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==
-json5@^1.0.1:
- version "1.0.2"
- resolved "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz"
- integrity sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==
- dependencies:
- minimist "^1.2.0"
-
-json5@^1.0.2:
+json5@^1.0.1, json5@^1.0.2:
version "1.0.2"
resolved "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz"
integrity sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==
@@ -13604,14 +12642,6 @@ jsonpointer@^5.0.0:
resolved "https://registry.npmjs.org/jsonpointer/-/jsonpointer-5.0.1.tgz"
integrity sha512-p/nXbhSEcu3pZRdkW1OfJhpsVtW1gd4Wa1fnQc9YLiTfAjn0312eMKimbdIQzuZl9aa9xUGaRlP9T/CJE/ditQ==
-JSONStream@^1.0.4:
- version "1.3.5"
- resolved "https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.5.tgz"
- integrity sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==
- dependencies:
- jsonparse "^1.2.0"
- through ">=2.2.7 <3"
-
jsprim@^1.2.2:
version "1.4.2"
resolved "https://registry.npmjs.org/jsprim/-/jsprim-1.4.2.tgz"
@@ -13656,21 +12686,7 @@ keyv@^4.5.3:
dependencies:
json-buffer "3.0.1"
-kind-of@^3.0.2:
- version "3.2.2"
- resolved "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz"
- integrity sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==
- dependencies:
- is-buffer "^1.1.5"
-
-kind-of@^3.0.3:
- version "3.2.2"
- resolved "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz"
- integrity sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==
- dependencies:
- is-buffer "^1.1.5"
-
-kind-of@^3.2.0:
+kind-of@^3.0.2, kind-of@^3.0.3, kind-of@^3.2.0:
version "3.2.2"
resolved "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz"
integrity sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==
@@ -13840,6 +12856,15 @@ loader-runner@^4.2.0:
resolved "https://registry.npmjs.org/loader-runner/-/loader-runner-4.3.0.tgz"
integrity sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==
+loader-utils@1.2.3:
+ version "1.2.3"
+ resolved "https://registry.npmjs.org/loader-utils/-/loader-utils-1.2.3.tgz"
+ integrity sha512-fkpz8ejdnEMG3s37wGL07iSBDg99O9D5yflE9RGNH3hRdx9SOwYfnGYdZOUIZitN8E+E2vkq3MUMYMvPYl5ZZA==
+ dependencies:
+ big.js "^5.2.2"
+ emojis-list "^2.0.0"
+ json5 "^1.0.1"
+
loader-utils@^2.0.0, loader-utils@^2.0.4:
version "2.0.4"
resolved "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.4.tgz"
@@ -13854,15 +12879,6 @@ loader-utils@^3.2.0:
resolved "https://registry.npmjs.org/loader-utils/-/loader-utils-3.3.1.tgz"
integrity sha512-FMJTLMXfCLMLfJxcX9PFqX5qD88Z5MRGaZCVzfuqeZSPsyiBzs+pahDQjbIWz2QIzPZz0NX9Zy4FX3lmK6YHIg==
-loader-utils@1.2.3:
- version "1.2.3"
- resolved "https://registry.npmjs.org/loader-utils/-/loader-utils-1.2.3.tgz"
- integrity sha512-fkpz8ejdnEMG3s37wGL07iSBDg99O9D5yflE9RGNH3hRdx9SOwYfnGYdZOUIZitN8E+E2vkq3MUMYMvPYl5ZZA==
- dependencies:
- big.js "^5.2.2"
- emojis-list "^2.0.0"
- json5 "^1.0.1"
-
locate-path@^3.0.0:
version "3.0.0"
resolved "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz"
@@ -13995,7 +13011,7 @@ lodash.union@^4.6.0:
resolved "https://registry.npmjs.org/lodash.union/-/lodash.union-4.6.0.tgz"
integrity sha512-c4pB2CdGrGdjMKYLA+XiRDO7Y0PRQbm/Gzg8qMj+QH+pFVAoTp5sBpO0odL3FjoPCGjK96p6qsP+yQoiLoOBcw==
-lodash.uniq@^4.5.0, lodash.uniq@4.5.0:
+lodash.uniq@4.5.0, lodash.uniq@^4.5.0:
version "4.5.0"
resolved "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz"
integrity sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==
@@ -14176,7 +13192,7 @@ markdown-it-anchor@^8.4.1:
resolved "https://registry.npmjs.org/markdown-it-anchor/-/markdown-it-anchor-8.6.7.tgz"
integrity sha512-FlCHFwNnutLgVTflOYHPW2pPcl2AACqVzExlkGQNsi4CJgqOHN7YTgDd4LuhgN1BFO3TS0vLAruV1Td6dwWPJA==
-markdown-it@*, markdown-it@^12.3.2:
+markdown-it@^12.3.2:
version "12.3.2"
resolved "https://registry.npmjs.org/markdown-it/-/markdown-it-12.3.2.tgz"
integrity sha512-TchMembfxfNVpHkbtriWltGWc+m3xszaRD0CZup7GFFhzIgQqxIfn3eGj1yZpfuflzPvfkt611B2Q/Bsk1YnGg==
@@ -14378,20 +13394,22 @@ miller-rabin@^4.0.0:
bn.js "^4.0.0"
brorand "^1.0.1"
-"mime-db@>= 1.43.0 < 2":
- version "1.53.0"
- resolved "https://registry.npmjs.org/mime-db/-/mime-db-1.53.0.tgz"
- integrity sha512-oHlN/w+3MQ3rba9rqFr6V/ypF10LSkdwUysQL7GkXoTgIWeV+tcXGA852TBxH+gsh8UWoyhR1hKcoMJTuWflpg==
+mime-db@1.52.0, "mime-db@>= 1.43.0 < 2":
+ version "1.52.0"
+ resolved "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz"
+ integrity sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==
mime-db@~1.33.0:
version "1.33.0"
resolved "https://registry.npmjs.org/mime-db/-/mime-db-1.33.0.tgz"
integrity sha512-BHJ/EKruNIqJf/QahvxwQZXKygOQ256myeN/Ew+THcAa5q+PjyTTMMeNQC4DZw5AwfvelsUrA6B67NKMqXDbzQ==
-mime-db@1.52.0:
- version "1.52.0"
- resolved "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz"
- integrity sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==
+mime-types@2.1.18:
+ version "2.1.18"
+ resolved "https://registry.npmjs.org/mime-types/-/mime-types-2.1.18.tgz"
+ integrity sha512-lc/aahn+t4/SWV/qcmumYjymLsWfN3ELhpmVuUFjgsORruuZPVSwAQryq+HHGvO/SI2KVX26bx+En+zhM8g8hQ==
+ dependencies:
+ mime-db "~1.33.0"
mime-types@^2.1.12, mime-types@^2.1.27, mime-types@^2.1.31, mime-types@~2.1.17, mime-types@~2.1.19, mime-types@~2.1.24, mime-types@~2.1.34:
version "2.1.35"
@@ -14400,13 +13418,6 @@ mime-types@^2.1.12, mime-types@^2.1.27, mime-types@^2.1.31, mime-types@~2.1.17,
dependencies:
mime-db "1.52.0"
-mime-types@2.1.18:
- version "2.1.18"
- resolved "https://registry.npmjs.org/mime-types/-/mime-types-2.1.18.tgz"
- integrity sha512-lc/aahn+t4/SWV/qcmumYjymLsWfN3ELhpmVuUFjgsORruuZPVSwAQryq+HHGvO/SI2KVX26bx+En+zhM8g8hQ==
- dependencies:
- mime-db "~1.33.0"
-
mime@1.6.0:
version "1.6.0"
resolved "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz"
@@ -14417,11 +13428,6 @@ mimic-fn@^2.1.0:
resolved "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz"
integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==
-mimic-fn@^4.0.0:
- version "4.0.0"
- resolved "https://registry.npmjs.org/mimic-fn/-/mimic-fn-4.0.0.tgz"
- integrity sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==
-
mimic-response@^1.0.0, mimic-response@^1.0.1:
version "1.0.1"
resolved "https://registry.npmjs.org/mimic-response/-/mimic-response-1.0.1.tgz"
@@ -14450,7 +13456,14 @@ minimalistic-crypto-utils@^1.0.1:
resolved "https://registry.npmjs.org/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz"
integrity sha512-JIYlbt6g8i5jKfJ3xz7rF0LXmv2TkDxBLUkiBeZ7bAx4GnnNMr8xFpGnOxn6GhTEHx3SjRrZEoU+j04prX1ktg==
-minimatch@^3.0.2, minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2, minimatch@3.1.2:
+minimatch@3.0.4, minimatch@~3.0.2:
+ version "3.0.4"
+ resolved "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz"
+ integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==
+ dependencies:
+ brace-expansion "^1.1.7"
+
+minimatch@3.1.2, minimatch@^3.0.2, minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
version "3.1.2"
resolved "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz"
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
@@ -14471,27 +13484,6 @@ minimatch@^9.0.4:
dependencies:
brace-expansion "^2.0.1"
-minimatch@~3.0.2:
- version "3.0.8"
- resolved "https://registry.npmjs.org/minimatch/-/minimatch-3.0.8.tgz"
- integrity sha512-6FsRAQsxQ61mw+qP1ZzbL9Bc78x2p5OqNgNpnoAFLTrX8n5Kxph0CsnhmKKNXTWjXqU5L0pGPR7hYk+XWZr60Q==
- dependencies:
- brace-expansion "^1.1.7"
-
-minimatch@3.0.4:
- version "3.0.4"
- resolved "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz"
- integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==
- dependencies:
- brace-expansion "^1.1.7"
-
-minimatch@9.0.1:
- version "9.0.1"
- resolved "https://registry.npmjs.org/minimatch/-/minimatch-9.0.1.tgz"
- integrity sha512-0jWhJpD/MdhPXwPuiRkCbfYfSKp2qnn2eOc279qI7f+osl/l+prKSrvhg157zSYvx/1nmgn2NqdT6k2Z7zSH9w==
- dependencies:
- brace-expansion "^2.0.1"
-
minimist-options@4.1.0:
version "4.1.0"
resolved "https://registry.npmjs.org/minimist-options/-/minimist-options-4.1.0.tgz"
@@ -14514,24 +13506,7 @@ minipass@^2.6.0, minipass@^2.9.0:
safe-buffer "^5.1.2"
yallist "^3.0.0"
-minipass@^3.0.0:
- version "3.3.6"
- resolved "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz"
- integrity sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==
- dependencies:
- yallist "^4.0.0"
-
-"minipass@^5.0.0 || ^6.0.2 || ^7.0.0":
- version "7.1.2"
- resolved "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz"
- integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
-
-minipass@^5.0.0:
- version "5.0.0"
- resolved "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz"
- integrity sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==
-
-minipass@^7.1.2:
+"minipass@^5.0.0 || ^6.0.2 || ^7.0.0", minipass@^7.1.2:
version "7.1.2"
resolved "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz"
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
@@ -14543,14 +13518,6 @@ minizlib@^1.3.3:
dependencies:
minipass "^2.9.0"
-minizlib@^2.1.1:
- version "2.1.2"
- resolved "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz"
- integrity sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==
- dependencies:
- minipass "^3.0.0"
- yallist "^4.0.0"
-
mixin-deep@^1.2.0:
version "1.3.2"
resolved "https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.2.tgz"
@@ -14559,6 +13526,11 @@ mixin-deep@^1.2.0:
for-in "^1.0.2"
is-extendable "^1.0.1"
+mkdirp2@^1.0.4:
+ version "1.0.5"
+ resolved "https://registry.npmjs.org/mkdirp2/-/mkdirp2-1.0.5.tgz"
+ integrity sha512-xOE9xbICroUDmG1ye2h4bZ8WBie9EGmACaco8K8cx6RlkJJrxGIqjGqztAI+NMhexXBcdGbSEzI6N3EJPevxZw==
+
mkdirp@^0.5.1, mkdirp@^0.5.5, mkdirp@~0.5.1:
version "0.5.6"
resolved "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz"
@@ -14566,11 +13538,6 @@ mkdirp@^0.5.1, mkdirp@^0.5.5, mkdirp@~0.5.1:
dependencies:
minimist "^1.2.6"
-mkdirp@^1.0.3:
- version "1.0.4"
- resolved "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz"
- integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==
-
mkdirp@^1.0.4:
version "1.0.4"
resolved "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz"
@@ -14581,21 +13548,6 @@ mkdirp@^2.1.5:
resolved "https://registry.npmjs.org/mkdirp/-/mkdirp-2.1.6.tgz"
integrity sha512-+hEnITedc8LAtIP9u3HJDFIdcLV2vXP33sqLLIzkv1Db1zO/1OxbvYf0Y1OC/S/Qo5dxHXepofhmxL02PsKe+A==
-mkdirp2@^1.0.4:
- version "1.0.5"
- resolved "https://registry.npmjs.org/mkdirp2/-/mkdirp2-1.0.5.tgz"
- integrity sha512-xOE9xbICroUDmG1ye2h4bZ8WBie9EGmACaco8K8cx6RlkJJrxGIqjGqztAI+NMhexXBcdGbSEzI6N3EJPevxZw==
-
-mlly@^1.7.1:
- version "1.7.1"
- resolved "https://registry.npmjs.org/mlly/-/mlly-1.7.1.tgz"
- integrity sha512-rrVRZRELyQzrIUAVMHxP97kv+G786pHmOKzuFII8zDYahFBS7qnHh2AlYSl1GAHhaMPCz6/oHjVMcfFYgFYHgA==
- dependencies:
- acorn "^8.11.3"
- pathe "^1.1.2"
- pkg-types "^1.1.1"
- ufo "^1.5.3"
-
mocha@^10.4.0:
version "10.7.0"
resolved "https://registry.npmjs.org/mocha/-/mocha-10.7.0.tgz"
@@ -14648,11 +13600,6 @@ mrmime@^2.0.0:
resolved "https://registry.npmjs.org/mrmime/-/mrmime-2.0.0.tgz"
integrity sha512-eu38+hdgojoyq63s+yTpN4XMBdt5l8HhMhc4VKLO9KM5caLIBvUm4thi7fFaxyTmCKeNnXZ5pAlBwCUnhA09uw==
-ms@^2.1.1, ms@^2.1.3, ms@2.1.3:
- version "2.1.3"
- resolved "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz"
- integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
-
ms@2.0.0:
version "2.0.0"
resolved "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz"
@@ -14663,6 +13610,11 @@ ms@2.1.2:
resolved "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz"
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
+ms@2.1.3, ms@^2.1.1, ms@^2.1.3:
+ version "2.1.3"
+ resolved "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz"
+ integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
+
multicast-dns@^7.2.5:
version "7.2.5"
resolved "https://registry.npmjs.org/multicast-dns/-/multicast-dns-7.2.5.tgz"
@@ -14685,6 +13637,11 @@ mz@^2.7.0:
object-assign "^4.0.1"
thenify-all "^1.0.0"
+nan@^2.12.1:
+ version "2.20.0"
+ resolved "https://registry.yarnpkg.com/nan/-/nan-2.20.0.tgz#08c5ea813dd54ed16e5bd6505bf42af4f7838ca3"
+ integrity sha512-bk3gXBZDGILuuo/6sKtr0DQmSThYHLtNCdSdXk9YkxD/jK6X2vmCyyXBBxyqZ4XcnzTyYEAThfX3DCEnLf6igw==
+
nano-time@1.0.0:
version "1.0.0"
resolved "https://registry.npmjs.org/nano-time/-/nano-time-1.0.0.tgz"
@@ -14771,11 +13728,6 @@ node-emoji@^1.10.0:
dependencies:
lodash "^4.17.21"
-node-fetch-native@^1.6.3:
- version "1.6.4"
- resolved "https://registry.npmjs.org/node-fetch-native/-/node-fetch-native-1.6.4.tgz"
- integrity sha512-IhOigYzAKHd244OC0JIMIUrjzctirCmPkaIfhDeGcEETWof5zKYUW7e7MYvChGWh/4CJeXEgsRyGzuF334rOOQ==
-
node-fetch@^2.6.12:
version "2.7.0"
resolved "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz"
@@ -14823,13 +13775,6 @@ node-releases@^2.0.18:
resolved "https://registry.npmjs.org/node-releases/-/node-releases-2.0.18.tgz"
integrity sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g==
-nopt@^7.2.0:
- version "7.2.1"
- resolved "https://registry.npmjs.org/nopt/-/nopt-7.2.1.tgz"
- integrity sha512-taM24ViiimT/XntxbPyJQzCG+p4EKOpgD3mxFwW38mGjVUrfERQOeY4EDHjdnptttfHuHQXFx+lTP08Q+mLa/w==
- dependencies:
- abbrev "^2.0.0"
-
normalize-package-data@^2.5.0:
version "2.5.0"
resolved "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz"
@@ -14898,13 +13843,6 @@ npm-run-path@^4.0.0, npm-run-path@^4.0.1:
dependencies:
path-key "^3.0.0"
-npm-run-path@^5.1.0:
- version "5.3.0"
- resolved "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.3.0.tgz"
- integrity sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==
- dependencies:
- path-key "^4.0.0"
-
nprogress@^0.2.0:
version "0.2.0"
resolved "https://registry.npmjs.org/nprogress/-/nprogress-0.2.0.tgz"
@@ -14929,18 +13867,6 @@ nwsapi@^2.2.0:
resolved "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.12.tgz"
integrity sha512-qXDmcVlZV4XRtKFzddidpfVP4oMSGhga+xdMc25mv8kaLUHtgzCDhUxkrN8exkGdTlLNaXj7CV3GtON7zuGZ+w==
-nypm@^0.3.8:
- version "0.3.9"
- resolved "https://registry.npmjs.org/nypm/-/nypm-0.3.9.tgz"
- integrity sha512-BI2SdqqTHg2d4wJh8P9A1W+bslg33vOE9IZDY6eR2QC+Pu1iNBVZUqczrd43rJb+fMzHU7ltAYKsEFY/kHMFcw==
- dependencies:
- citty "^0.1.6"
- consola "^3.2.3"
- execa "^8.0.1"
- pathe "^1.1.2"
- pkg-types "^1.1.1"
- ufo "^1.5.3"
-
oauth-sign@~0.9.0:
version "0.9.0"
resolved "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz"
@@ -15082,10 +14008,12 @@ obuf@^1.0.0, obuf@^1.1.2:
resolved "https://registry.npmjs.org/obuf/-/obuf-1.1.2.tgz"
integrity sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==
-ohash@^1.1.3:
- version "1.1.3"
- resolved "https://registry.npmjs.org/ohash/-/ohash-1.1.3.tgz"
- integrity sha512-zuHHiGTYTA1sYJ/wZN+t5HKZaH23i4yI1HMwbuXm24Nid7Dv0KcuRlKoNKS9UNfAVSBlnGLcuQrnOKWOZoEGaw==
+on-finished@2.4.1:
+ version "2.4.1"
+ resolved "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz"
+ integrity sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==
+ dependencies:
+ ee-first "1.1.1"
on-finished@~2.3.0:
version "2.3.0"
@@ -15094,13 +14022,6 @@ on-finished@~2.3.0:
dependencies:
ee-first "1.1.1"
-on-finished@2.4.1:
- version "2.4.1"
- resolved "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz"
- integrity sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==
- dependencies:
- ee-first "1.1.1"
-
on-headers@~1.0.2:
version "1.0.2"
resolved "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz"
@@ -15120,13 +14041,6 @@ onetime@^5.1.0, onetime@^5.1.2:
dependencies:
mimic-fn "^2.1.0"
-onetime@^6.0.0:
- version "6.0.0"
- resolved "https://registry.npmjs.org/onetime/-/onetime-6.0.0.tgz"
- integrity sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==
- dependencies:
- mimic-fn "^4.0.0"
-
open@^7.0.2, open@^7.3.1:
version "7.4.2"
resolved "https://registry.npmjs.org/open/-/open-7.4.2.tgz"
@@ -15135,16 +14049,7 @@ open@^7.0.2, open@^7.3.1:
is-docker "^2.0.0"
is-wsl "^2.1.1"
-open@^8.0.9:
- version "8.4.2"
- resolved "https://registry.npmjs.org/open/-/open-8.4.2.tgz"
- integrity sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==
- dependencies:
- define-lazy-prop "^2.0.0"
- is-docker "^2.1.1"
- is-wsl "^2.2.0"
-
-open@^8.4.0:
+open@^8.0.4, open@^8.0.9, open@^8.4.0:
version "8.4.2"
resolved "https://registry.npmjs.org/open/-/open-8.4.2.tgz"
integrity sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==
@@ -15189,21 +14094,6 @@ optionator@^0.9.1, optionator@^0.9.3:
type-check "^0.4.0"
word-wrap "^1.2.5"
-ora@^5.4.1:
- version "5.4.1"
- resolved "https://registry.npmjs.org/ora/-/ora-5.4.1.tgz"
- integrity sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==
- dependencies:
- bl "^4.1.0"
- chalk "^4.1.0"
- cli-cursor "^3.1.0"
- cli-spinners "^2.5.0"
- is-interactive "^1.0.0"
- is-unicode-supported "^0.1.0"
- log-symbols "^4.1.0"
- strip-ansi "^6.0.0"
- wcwidth "^1.0.1"
-
ordered-read-streams@^1.0.0:
version "1.0.1"
resolved "https://registry.npmjs.org/ordered-read-streams/-/ordered-read-streams-1.0.1.tgz"
@@ -15387,7 +14277,7 @@ parse5-htmlparser2-tree-adapter@^7.0.0:
domhandler "^5.0.2"
parse5 "^7.0.0"
-parse5@^6.0.0, parse5@6.0.1:
+parse5@6.0.1, parse5@^6.0.0:
version "6.0.1"
resolved "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz"
integrity sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==
@@ -15442,7 +14332,7 @@ path-is-absolute@^1.0.0:
resolved "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz"
integrity sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==
-path-is-inside@^1.0.1, path-is-inside@1.0.2:
+path-is-inside@1.0.2, path-is-inside@^1.0.1:
version "1.0.2"
resolved "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz"
integrity sha512-DUWJr3+ULp4zXmol/SZkFf3JGsS9/SIv+Y3Rt93/UjPpDpklB5f1er4O3POIbUuUJ3FXgqte2Q7SrU6zAqwk8w==
@@ -15457,11 +14347,6 @@ path-key@^3.0.0, path-key@^3.1.0:
resolved "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz"
integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==
-path-key@^4.0.0:
- version "4.0.0"
- resolved "https://registry.npmjs.org/path-key/-/path-key-4.0.0.tgz"
- integrity sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==
-
path-parse@^1.0.7:
version "1.0.7"
resolved "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz"
@@ -15475,13 +14360,6 @@ path-scurry@^1.11.1:
lru-cache "^10.2.0"
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
-path-to-regexp@^1.7.0:
- version "1.8.0"
- resolved "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-1.8.0.tgz"
- integrity sha512-n43JRhlUKUAlibEJhPeir1ncUID16QnEjNpwzNdO3Lm4ywrBpBZ5oLD0I6br9evr1Y9JTqwRtAh7JLoOzAQdVA==
- dependencies:
- isarray "0.0.1"
-
path-to-regexp@0.1.7:
version "0.1.7"
resolved "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz"
@@ -15492,6 +14370,13 @@ path-to-regexp@2.2.1:
resolved "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-2.2.1.tgz"
integrity sha512-gu9bD6Ta5bwGrrU8muHzVOBFFREpp2iRkVfhBJahwJ6p6Xw20SjT0MxLnwkjOibQmGSYhiUnf2FLe7k+jcFmGQ==
+path-to-regexp@^1.7.0:
+ version "1.8.0"
+ resolved "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-1.8.0.tgz"
+ integrity sha512-n43JRhlUKUAlibEJhPeir1ncUID16QnEjNpwzNdO3Lm4ywrBpBZ5oLD0I6br9evr1Y9JTqwRtAh7JLoOzAQdVA==
+ dependencies:
+ isarray "0.0.1"
+
path-type@^3.0.0:
version "3.0.0"
resolved "https://registry.npmjs.org/path-type/-/path-type-3.0.0.tgz"
@@ -15504,16 +14389,6 @@ path-type@^4.0.0:
resolved "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz"
integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==
-path-type@^5.0.0:
- version "5.0.0"
- resolved "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz"
- integrity sha512-5HviZNaZcfqP95rwpv+1HDgUamezbqdSYTyzjTvwtJSnIH+3vnbmWsItli8OFEndS984VT55M3jduxZbX351gg==
-
-pathe@^1.1.2:
- version "1.1.2"
- resolved "https://registry.npmjs.org/pathe/-/pathe-1.1.2.tgz"
- integrity sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==
-
pause-stream@0.0.11:
version "0.0.11"
resolved "https://registry.npmjs.org/pause-stream/-/pause-stream-0.0.11.tgz"
@@ -15562,12 +14437,7 @@ picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.2, picomatch@^2.2.3, picomatc
resolved "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz"
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
-pify@^2.2.0:
- version "2.3.0"
- resolved "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz"
- integrity sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==
-
-pify@^2.3.0:
+pify@^2.2.0, pify@^2.3.0:
version "2.3.0"
resolved "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz"
integrity sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==
@@ -15601,16 +14471,7 @@ pkg-dir@^4.1.0, pkg-dir@^4.2.0:
dependencies:
find-up "^4.0.0"
-pkg-types@^1.1.1:
- version "1.1.3"
- resolved "https://registry.npmjs.org/pkg-types/-/pkg-types-1.1.3.tgz"
- integrity sha512-+JrgthZG6m3ckicaOB74TwQ+tBWsFl3qVQg7mN8ulwSOElJ7gBhKzj2VkCPnZ4NlF6kEquYU+RIYNVAvzd54UA==
- dependencies:
- confbox "^0.1.7"
- mlly "^1.7.1"
- pathe "^1.1.2"
-
-pkg-up@^3.1.0, pkg-up@3.1.0:
+pkg-up@3.1.0, pkg-up@^3.1.0:
version "3.1.0"
resolved "https://registry.npmjs.org/pkg-up/-/pkg-up-3.1.0.tgz"
integrity sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA==
@@ -16230,15 +15091,6 @@ postcss-zindex@^5.1.0:
resolved "https://registry.npmjs.org/postcss-zindex/-/postcss-zindex-5.1.0.tgz"
integrity sha512-fgFMf0OtVSBR1va1JNHYgMxYk73yhn/qb4uQDq1DLGYolz8gHCyr/sesEuGUaYs58E3ZJRcpoGuPVoB7Meiq9A==
-"postcss@^7.0.0 || ^8.0.1", postcss@^8, postcss@^8.0.0, postcss@^8.0.3, postcss@^8.0.9, postcss@^8.1.0, postcss@^8.1.4, postcss@^8.2, postcss@^8.2.14, postcss@^8.2.15, postcss@^8.2.2, postcss@^8.3, postcss@^8.3.11, postcss@^8.3.5, postcss@^8.4, postcss@^8.4.14, postcss@^8.4.16, postcss@^8.4.17, postcss@^8.4.21, postcss@^8.4.23, postcss@^8.4.33, postcss@^8.4.4, postcss@^8.4.6, "postcss@>= 8", postcss@>=8, postcss@>=8.0.9:
- version "8.4.40"
- resolved "https://registry.npmjs.org/postcss/-/postcss-8.4.40.tgz"
- integrity sha512-YF2kKIUzAofPMpfH6hOi2cGnv/HrUlfucspc7pDyvv7kGdqXrfj8SCl/t8owkEgKEuu8ZcRjSOxFxVLqwChZ2Q==
- dependencies:
- nanoid "^3.3.7"
- picocolors "^1.0.1"
- source-map-js "^1.2.0"
-
postcss@^7.0.35:
version "7.0.39"
resolved "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz"
@@ -16247,6 +15099,15 @@ postcss@^7.0.35:
picocolors "^0.2.1"
source-map "^0.6.1"
+postcss@^8.3.11, postcss@^8.3.5, postcss@^8.4.14, postcss@^8.4.17, postcss@^8.4.23, postcss@^8.4.33, postcss@^8.4.4:
+ version "8.4.40"
+ resolved "https://registry.npmjs.org/postcss/-/postcss-8.4.40.tgz"
+ integrity sha512-YF2kKIUzAofPMpfH6hOi2cGnv/HrUlfucspc7pDyvv7kGdqXrfj8SCl/t8owkEgKEuu8ZcRjSOxFxVLqwChZ2Q==
+ dependencies:
+ nanoid "^3.3.7"
+ picocolors "^1.0.1"
+ source-map-js "^1.2.0"
+
prelude-ls@^1.2.1:
version "1.2.1"
resolved "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz"
@@ -16262,12 +15123,7 @@ prepend-http@^2.0.0:
resolved "https://registry.npmjs.org/prepend-http/-/prepend-http-2.0.0.tgz"
integrity sha512-ravE6m9Atw9Z/jjttRUZ+clIXogdghyZAuWJ3qEzjT+jI/dL1ifAqhZeC5VHzQp1MSt1+jxKkFNemj/iO7tVUA==
-prettier@^2.1.2:
- version "2.8.8"
- resolved "https://registry.npmjs.org/prettier/-/prettier-2.8.8.tgz"
- integrity sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==
-
-prettier@^2.4.1:
+prettier@^2.1.2, prettier@^2.4.1:
version "2.8.8"
resolved "https://registry.npmjs.org/prettier/-/prettier-2.8.8.tgz"
integrity sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==
@@ -16362,7 +15218,7 @@ promise@^8.1.0:
dependencies:
asap "~2.0.6"
-prompts@^2.0.1, prompts@^2.4.0, prompts@^2.4.2:
+prompts@^2.0.1, prompts@^2.4.2:
version "2.4.2"
resolved "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz"
integrity sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==
@@ -16382,7 +15238,7 @@ prop-types-exact@^1.2.0:
object.assign "^4.1.5"
reflect.ownkeys "^1.1.4"
-prop-types@^15, prop-types@^15.6.2, prop-types@^15.7.2, prop-types@^15.8.1:
+prop-types@^15.6.2, prop-types@^15.7.2, prop-types@^15.8.1:
version "15.8.1"
resolved "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz"
integrity sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==
@@ -16403,11 +15259,6 @@ property-information@^5.0.0, property-information@^5.3.0:
dependencies:
xtend "^4.0.0"
-proto-list@~1.2.1:
- version "1.2.4"
- resolved "https://registry.npmjs.org/proto-list/-/proto-list-1.2.4.tgz"
- integrity sha512-vtK/94akxsTMhe0/cbfpR+syPuszcuwhqVjJq26CuNDgFGj682oRBXOP5MJpv2r7JtE8MsiepGIqvvOTBwn2vA==
-
proxy-addr@~2.0.7:
version "2.0.7"
resolved "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz"
@@ -16473,12 +15324,7 @@ pumpify@^1.3.5:
inherits "^2.0.3"
pump "^2.0.0"
-punycode@^1.3.2:
- version "1.4.1"
- resolved "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz"
- integrity sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ==
-
-punycode@^1.4.1:
+punycode@^1.3.2, punycode@^1.4.1:
version "1.4.1"
resolved "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz"
integrity sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ==
@@ -16505,18 +15351,6 @@ q@^1.1.2, q@^1.5.1:
resolved "https://registry.npmjs.org/q/-/q-1.5.1.tgz"
integrity sha512-kV/CThkXo6xyFEZUugw/+pIOywXcDbFYgSct5cT3gqlbkBE1SJdwy6UQoZvodiWF/ckQLZyDE/Bu1M6gVu5lVw==
-qs@^6.12.3:
- version "6.13.0"
- resolved "https://registry.npmjs.org/qs/-/qs-6.13.0.tgz"
- integrity sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==
- dependencies:
- side-channel "^1.0.6"
-
-qs@~6.5.2:
- version "6.5.3"
- resolved "https://registry.npmjs.org/qs/-/qs-6.5.3.tgz"
- integrity sha512-qxXIEh4pCGfHICj1mAJQ2/2XVZkjCDTcEgfoSQxc/fYivUZxTkk7L3bDBJSoNrEzXI17oUO5Dp07ktqE5KzczA==
-
qs@6.10.4:
version "6.10.4"
resolved "https://registry.npmjs.org/qs/-/qs-6.10.4.tgz"
@@ -16531,6 +15365,18 @@ qs@6.11.0:
dependencies:
side-channel "^1.0.4"
+qs@^6.12.3:
+ version "6.13.0"
+ resolved "https://registry.npmjs.org/qs/-/qs-6.13.0.tgz"
+ integrity sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==
+ dependencies:
+ side-channel "^1.0.6"
+
+qs@~6.5.2:
+ version "6.5.3"
+ resolved "https://registry.npmjs.org/qs/-/qs-6.5.3.tgz"
+ integrity sha512-qxXIEh4pCGfHICj1mAJQ2/2XVZkjCDTcEgfoSQxc/fYivUZxTkk7L3bDBJSoNrEzXI17oUO5Dp07ktqE5KzczA==
+
querystringify@^2.1.1:
version "2.2.0"
resolved "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz"
@@ -16588,16 +15434,16 @@ randomfill@^1.0.3:
randombytes "^2.0.5"
safe-buffer "^5.1.0"
-range-parser@^1.2.1, range-parser@~1.2.1:
- version "1.2.1"
- resolved "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz"
- integrity sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==
-
range-parser@1.2.0:
version "1.2.0"
resolved "https://registry.npmjs.org/range-parser/-/range-parser-1.2.0.tgz"
integrity sha512-kA5WQoNVo4t9lNx2kQNFCxKeBl5IbbSNBl1M/tLkw9WCn+hxNBAW5Qh8gdhs63CJnhjJ2zQWFoqPJP2sK1AV5A==
+range-parser@^1.2.1, range-parser@~1.2.1:
+ version "1.2.1"
+ resolved "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz"
+ integrity sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==
+
raw-body@2.5.2:
version "2.5.2"
resolved "https://registry.npmjs.org/raw-body/-/raw-body-2.5.2.tgz"
@@ -16608,7 +15454,7 @@ raw-body@2.5.2:
iconv-lite "0.4.24"
unpipe "1.0.0"
-rc@^1.2.8, rc@1.2.8:
+rc@1.2.8, rc@^1.2.8:
version "1.2.8"
resolved "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz"
integrity sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==
@@ -16675,37 +15521,7 @@ react-dev-utils@^10.2.1:
strip-ansi "6.0.0"
text-table "0.2.0"
-react-dev-utils@^12.0.0:
- version "12.0.1"
- resolved "https://registry.npmjs.org/react-dev-utils/-/react-dev-utils-12.0.1.tgz"
- integrity sha512-84Ivxmr17KjUupyqzFode6xKhjwuEJDROWKJy/BthkL7Wn6NJ8h4WE6k/exAv6ImS+0oZLRRW5j/aINMHyeGeQ==
- dependencies:
- "@babel/code-frame" "^7.16.0"
- address "^1.1.2"
- browserslist "^4.18.1"
- chalk "^4.1.2"
- cross-spawn "^7.0.3"
- detect-port-alt "^1.1.6"
- escape-string-regexp "^4.0.0"
- filesize "^8.0.6"
- find-up "^5.0.0"
- fork-ts-checker-webpack-plugin "^6.5.0"
- global-modules "^2.0.0"
- globby "^11.0.4"
- gzip-size "^6.0.0"
- immer "^9.0.7"
- is-root "^2.1.0"
- loader-utils "^3.2.0"
- open "^8.4.0"
- pkg-up "^3.1.0"
- prompts "^2.4.2"
- react-error-overlay "^6.0.11"
- recursive-readdir "^2.2.2"
- shell-quote "^1.7.3"
- strip-ansi "^6.0.1"
- text-table "^0.2.0"
-
-react-dev-utils@^12.0.1:
+react-dev-utils@^12.0.0, react-dev-utils@^12.0.1:
version "12.0.1"
resolved "https://registry.npmjs.org/react-dev-utils/-/react-dev-utils-12.0.1.tgz"
integrity sha512-84Ivxmr17KjUupyqzFode6xKhjwuEJDROWKJy/BthkL7Wn6NJ8h4WE6k/exAv6ImS+0oZLRRW5j/aINMHyeGeQ==
@@ -16788,7 +15604,7 @@ react-docgen@^7.0.0:
resolve "^1.22.1"
strip-indent "^4.0.0"
-react-dom@^16.13, react-dom@16.13:
+react-dom@16.13, "react-dom@^16.8.0 || ^17.0.0 || ^18.0.0", react-dom@^16.8.6:
version "16.13.1"
resolved "https://registry.npmjs.org/react-dom/-/react-dom-16.13.1.tgz"
integrity sha512-81PIMmVLnCNLO/fFOQxdQkvEq/+Hfpv24XNJfpyZhTRfO0QcmQIF/PgCa1zCOj2w1hrn12MFLyaJ/G0+Mxtfag==
@@ -16798,15 +15614,6 @@ react-dom@^16.13, react-dom@16.13:
prop-types "^15.6.2"
scheduler "^0.19.1"
-react-element-to-jsx-string@^14.3.1:
- version "14.3.4"
- resolved "https://registry.npmjs.org/react-element-to-jsx-string/-/react-element-to-jsx-string-14.3.4.tgz"
- integrity sha512-t4ZwvV6vwNxzujDQ+37bspnLwA4JlgUPWhLjBJWsNIDceAf6ZKUTCjdm08cN6WeZ5pTMKiCJkmAYnpmR4Bm+dg==
- dependencies:
- "@base2/pretty-print-object" "1.0.1"
- is-plain-object "5.0.0"
- react-is "17.0.2"
-
react-element-to-jsx-string@^15.0.0:
version "15.0.0"
resolved "https://registry.npmjs.org/react-element-to-jsx-string/-/react-element-to-jsx-string-15.0.0.tgz"
@@ -16840,16 +15647,7 @@ react-final-form@^6.5.3:
dependencies:
"@babel/runtime" "^7.15.4"
-react-helmet-async@*:
- version "2.0.5"
- resolved "https://registry.npmjs.org/react-helmet-async/-/react-helmet-async-2.0.5.tgz"
- integrity sha512-rYUYHeus+i27MvFE+Jaa4WsyBKGkL6qVgbJvSBoX8mbsWoABJXdEO0bZyi0F6i+4f0NuIb8AvqPMj3iXFHkMwg==
- dependencies:
- invariant "^2.2.4"
- react-fast-compare "^3.2.2"
- shallowequal "^1.1.0"
-
-react-helmet-async@^1.3.0:
+react-helmet-async@*, react-helmet-async@^1.3.0:
version "1.3.0"
resolved "https://registry.npmjs.org/react-helmet-async/-/react-helmet-async-1.3.0.tgz"
integrity sha512-9jZ57/dAn9t3q6hneQS0wukqC2ENOBgMNVEhb/ZG9ZSxUetzVIw4iAmEU38IaVg3QGYauQPhSeUTuIUtFglWpg==
@@ -16860,6 +15658,11 @@ react-helmet-async@^1.3.0:
react-fast-compare "^3.2.0"
shallowequal "^1.1.0"
+react-is@18.1.0, react-is@^18.0.0:
+ version "18.1.0"
+ resolved "https://registry.npmjs.org/react-is/-/react-is-18.1.0.tgz"
+ integrity sha512-Fl7FuabXsJnV5Q1qIOQwx/sagGF18kogb4gpfcG4gjLBWO0WDiiz1ko/ExayuxE7InyQkBLkxRFG5oxY6Uu3Kg==
+
react-is@^16.13.1, react-is@^16.6.0, react-is@^16.7.0, react-is@^16.8.6:
version "16.13.1"
resolved "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz"
@@ -16870,21 +15673,6 @@ react-is@^17.0.1:
resolved "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz"
integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==
-react-is@^18.0.0:
- version "18.3.1"
- resolved "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz"
- integrity sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==
-
-react-is@17.0.2:
- version "17.0.2"
- resolved "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz"
- integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==
-
-react-is@18.1.0:
- version "18.1.0"
- resolved "https://registry.npmjs.org/react-is/-/react-is-18.1.0.tgz"
- integrity sha512-Fl7FuabXsJnV5Q1qIOQwx/sagGF18kogb4gpfcG4gjLBWO0WDiiz1ko/ExayuxE7InyQkBLkxRFG5oxY6Uu3Kg==
-
react-json-view@^1.21.3:
version "1.21.3"
resolved "https://registry.npmjs.org/react-json-view/-/react-json-view-1.21.3.tgz"
@@ -16907,7 +15695,7 @@ react-loadable-ssr-addon-v5-slorber@^1.0.1:
dependencies:
"@babel/runtime" "^7.10.3"
-react-loadable@*, "react-loadable@npm:@docusaurus/react-loadable@5.5.2":
+"react-loadable@npm:@docusaurus/react-loadable@5.5.2":
version "5.5.2"
resolved "https://registry.npmjs.org/@docusaurus/react-loadable/-/react-loadable-5.5.2.tgz"
integrity sha512-A3dYjdBGuy0IGT+wyLIGIKLRE+sAk1iNk0f1HjNDysO7u8lhL4N3VEm+FAubmJbAztn94F7MxBTPmnixbiyFdQ==
@@ -16932,7 +15720,7 @@ react-query@^3.13.11:
broadcast-channel "^3.4.1"
match-sorter "^6.0.2"
-react-refresh@^0.11.0, "react-refresh@>=0.10.0 <1.0.0":
+react-refresh@^0.11.0:
version "0.11.0"
resolved "https://registry.npmjs.org/react-refresh/-/react-refresh-0.11.0.tgz"
integrity sha512-F27qZr8uUqwhWZboondsPx8tnC3Ct3SxZA3V5WyEvujRyyNv0VYPhoBg1gZ8/MV5tubQp76Trw8lTv9hzRBa+A==
@@ -16957,7 +15745,7 @@ react-router-dom@^5.3.3:
tiny-invariant "^1.0.2"
tiny-warning "^1.0.0"
-react-router@^5.3.3, react-router@>=5, react-router@5.3.4:
+react-router@5.3.4, react-router@^5.3.3:
version "5.3.4"
resolved "https://registry.npmjs.org/react-router/-/react-router-5.3.4.tgz"
integrity sha512-Ys9K+ppnJah3QuaRiLxk+jDWOR1MekYQrlytiXxC1RyfbdsZkS5pvKAzCCr031xHixZwpnsYNT5xysdFHQaYsA==
@@ -16972,7 +15760,7 @@ react-router@^5.3.3, react-router@>=5, react-router@5.3.4:
tiny-invariant "^1.0.2"
tiny-warning "^1.0.0"
-react-scripts@^5.0.1, react-scripts@>=5.0.0:
+react-scripts@^5.0.1:
version "5.0.1"
resolved "https://registry.npmjs.org/react-scripts/-/react-scripts-5.0.1.tgz"
integrity sha512-8VAmEm/ZAwQzJ+GOMLbBsTdDKOpuZh7RPs0UymvBR2vRk4iZWCskjbFnxqjrzoIvlNNRZ3QJFx6/qDSi6zSnaQ==
@@ -17027,7 +15815,7 @@ react-scripts@^5.0.1, react-scripts@>=5.0.0:
optionalDependencies:
fsevents "^2.3.2"
-react-test-renderer@^16.0.0-0, react-test-renderer@>=16.9.0:
+react-test-renderer@^16.0.0-0:
version "16.14.0"
resolved "https://registry.npmjs.org/react-test-renderer/-/react-test-renderer-16.14.0.tgz"
integrity sha512-L8yPjqPE5CZO6rKsKXRO/rVPiaCOy0tQQJbC+UjPNlobl5mad59lvPjwFsQHTvL03caVDIVr9x9/OSgDe6I5Eg==
@@ -17046,7 +15834,7 @@ react-textarea-autosize@^8.3.2:
use-composed-ref "^1.3.0"
use-latest "^1.2.1"
-react@^16.13, react@16.13:
+react@16.13, "react@^16.8.0 || ^17.0.0 || ^18.0.0", react@^16.8.6:
version "16.13.1"
resolved "https://registry.npmjs.org/react/-/react-16.13.1.tgz"
integrity sha512-YMZQQq32xHLX0bz5Mnibv1/LHb3Sqzngu7xstSM+vrkE5Kzr9xE0yMByK5kMoTK30YVJE61WfbxIFFvfeDKT1w==
@@ -17091,6 +15879,15 @@ read-yaml-file@^1.1.0:
pify "^4.0.1"
strip-bom "^3.0.0"
+readable-stream@3, readable-stream@^3.0.0, readable-stream@^3.0.6, readable-stream@^3.1.1, readable-stream@^3.2.0, readable-stream@^3.4.0, readable-stream@^3.5.0, readable-stream@^3.6.0:
+ version "3.6.2"
+ resolved "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz"
+ integrity sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==
+ dependencies:
+ inherits "^2.0.3"
+ string_decoder "^1.1.1"
+ util-deprecate "^1.0.1"
+
readable-stream@^2.0.0, readable-stream@^2.0.1, readable-stream@^2.0.2, readable-stream@^2.0.5, readable-stream@^2.1.5, readable-stream@^2.2.2, readable-stream@^2.3.3, readable-stream@^2.3.5, readable-stream@^2.3.6, readable-stream@^2.3.8, readable-stream@~2.3.6:
version "2.3.8"
resolved "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz"
@@ -17104,78 +15901,6 @@ readable-stream@^2.0.0, readable-stream@^2.0.1, readable-stream@^2.0.2, readable
string_decoder "~1.1.1"
util-deprecate "~1.0.1"
-readable-stream@^3.0.0:
- version "3.6.2"
- resolved "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz"
- integrity sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==
- dependencies:
- inherits "^2.0.3"
- string_decoder "^1.1.1"
- util-deprecate "^1.0.1"
-
-readable-stream@^3.0.6:
- version "3.6.2"
- resolved "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz"
- integrity sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==
- dependencies:
- inherits "^2.0.3"
- string_decoder "^1.1.1"
- util-deprecate "^1.0.1"
-
-readable-stream@^3.1.1:
- version "3.6.2"
- resolved "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz"
- integrity sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==
- dependencies:
- inherits "^2.0.3"
- string_decoder "^1.1.1"
- util-deprecate "^1.0.1"
-
-readable-stream@^3.2.0:
- version "3.6.2"
- resolved "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz"
- integrity sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==
- dependencies:
- inherits "^2.0.3"
- string_decoder "^1.1.1"
- util-deprecate "^1.0.1"
-
-readable-stream@^3.4.0:
- version "3.6.2"
- resolved "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz"
- integrity sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==
- dependencies:
- inherits "^2.0.3"
- string_decoder "^1.1.1"
- util-deprecate "^1.0.1"
-
-readable-stream@^3.5.0:
- version "3.6.2"
- resolved "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz"
- integrity sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==
- dependencies:
- inherits "^2.0.3"
- string_decoder "^1.1.1"
- util-deprecate "^1.0.1"
-
-readable-stream@^3.6.0:
- version "3.6.2"
- resolved "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz"
- integrity sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==
- dependencies:
- inherits "^2.0.3"
- string_decoder "^1.1.1"
- util-deprecate "^1.0.1"
-
-readable-stream@3:
- version "3.6.2"
- resolved "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz"
- integrity sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==
- dependencies:
- inherits "^2.0.3"
- string_decoder "^1.1.1"
- util-deprecate "^1.0.1"
-
readdirp@^2.2.1:
version "2.2.1"
resolved "https://registry.npmjs.org/readdirp/-/readdirp-2.2.1.tgz"
@@ -17207,7 +15932,7 @@ recast@^0.20.3:
source-map "~0.6.1"
tslib "^2.0.1"
-recast@^0.23.3, recast@^0.23.5:
+recast@^0.23.5:
version "0.23.9"
resolved "https://registry.npmjs.org/recast/-/recast-0.23.9.tgz"
integrity sha512-Hx/BGIbwj+Des3+xy5uAtAbdCyqK9y9wbBcDFDYanLS9JnMqf7OeF87HQwUimE87OEc72mr6tkKUKMBBL+hF9Q==
@@ -17225,14 +15950,7 @@ rechoir@^0.6.2:
dependencies:
resolve "^1.1.6"
-recursive-readdir@^2.2.2:
- version "2.2.3"
- resolved "https://registry.npmjs.org/recursive-readdir/-/recursive-readdir-2.2.3.tgz"
- integrity sha512-8HrF5ZsXk5FAH9dgsx3BlUer73nIhuj+9OrQwEbLTPOBzGkL1lsFCR01am+v+0m2Cmbs1nP12hLDl5FA7EszKA==
- dependencies:
- minimatch "^3.0.5"
-
-recursive-readdir@2.2.2:
+recursive-readdir@2.2.2, recursive-readdir@^2.2.2:
version "2.2.2"
resolved "https://registry.npmjs.org/recursive-readdir/-/recursive-readdir-2.2.2.tgz"
integrity sha512-nRCcW9Sj7NuZwa2XvH9co8NPeXUBhZP7CRKJtU+cS6PW9FpCIFoI5ib0NT1ZrbNuPoRy0ylyCaUL8Gih4LSyFg==
@@ -17627,17 +16345,17 @@ resolve-cwd@^3.0.0:
dependencies:
resolve-from "^5.0.0"
+resolve-from@5.0.0, resolve-from@^5.0.0:
+ version "5.0.0"
+ resolved "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz"
+ integrity sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==
+
resolve-from@^4.0.0:
version "4.0.0"
resolved "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz"
integrity sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==
-resolve-from@^5.0.0, resolve-from@5.0.0:
- version "5.0.0"
- resolved "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz"
- integrity sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==
-
-resolve-global@^1.0.0, resolve-global@1.0.0:
+resolve-global@1.0.0, resolve-global@^1.0.0:
version "1.0.0"
resolved "https://registry.npmjs.org/resolve-global/-/resolve-global-1.0.0.tgz"
integrity sha512-zFa12V4OLtT5XUX/Q4VLvTfBf+Ok0SPc1FNGM/z9ctUdiU618qwKpWnd0CHs3+RqROfyEg/DhuHbMWYqcgljEw==
@@ -17737,7 +16455,7 @@ rfdc@^1.3.0:
resolved "https://registry.npmjs.org/rfdc/-/rfdc-1.4.1.tgz"
integrity sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==
-rimraf@^3.0.0, rimraf@^3.0.2, rimraf@3.0.2:
+rimraf@3.0.2, rimraf@^3.0.0, rimraf@^3.0.2:
version "3.0.2"
resolved "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz"
integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==
@@ -17769,7 +16487,7 @@ rollup-plugin-terser@^7.0.0:
serialize-javascript "^4.0.0"
terser "^5.0.0"
-"rollup@^1.20.0 || ^2.0.0", rollup@^1.20.0||^2.0.0, rollup@^2.0.0, rollup@^2.43.1:
+rollup@^2.43.1:
version "2.79.1"
resolved "https://registry.npmjs.org/rollup/-/rollup-2.79.1.tgz"
integrity sha512-uKxbd0IhMZOhjAiD5oAFp7BqvkA4Dv47qpOCtaNvng4HBwdbWtdOh8f5nZNuk2rp51PMGk3bzfWu5oayNEuYnw==
@@ -17818,14 +16536,7 @@ rxjs@^6.5.3, rxjs@^6.6.0, rxjs@^6.6.3:
dependencies:
tslib "^1.9.0"
-rxjs@^7.5.1:
- version "7.8.1"
- resolved "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz"
- integrity sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==
- dependencies:
- tslib "^2.1.0"
-
-rxjs@^7.5.4:
+rxjs@^7.5.1, rxjs@^7.5.4:
version "7.8.1"
resolved "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz"
integrity sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==
@@ -17842,25 +16553,15 @@ safe-array-concat@^1.1.2:
has-symbols "^1.0.3"
isarray "^2.0.5"
-safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.1, safe-buffer@^5.1.2, safe-buffer@^5.2.0, safe-buffer@^5.2.1, safe-buffer@>=5.1.0, safe-buffer@~5.2.0, safe-buffer@5.2.1:
- version "5.2.1"
- resolved "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz"
- integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==
-
-safe-buffer@~5.1.0:
- version "5.1.2"
- resolved "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz"
- integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==
-
-safe-buffer@~5.1.1:
+safe-buffer@5.1.2, safe-buffer@~5.1.0, safe-buffer@~5.1.1:
version "5.1.2"
resolved "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz"
integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==
-safe-buffer@5.1.2:
- version "5.1.2"
- resolved "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz"
- integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==
+safe-buffer@5.2.1, safe-buffer@>=5.1.0, safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.1, safe-buffer@^5.1.2, safe-buffer@^5.2.0, safe-buffer@^5.2.1, safe-buffer@~5.2.0:
+ version "5.2.1"
+ resolved "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz"
+ integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==
safe-regex-test@^1.0.3:
version "1.0.3"
@@ -17878,7 +16579,7 @@ safe-regex@^1.1.0:
dependencies:
ret "~0.1.10"
-safer-buffer@^2.0.2, safer-buffer@^2.1.0, "safer-buffer@>= 2.1.2 < 3", "safer-buffer@>= 2.1.2 < 3.0.0", safer-buffer@~2.1.0:
+"safer-buffer@>= 2.1.2 < 3", "safer-buffer@>= 2.1.2 < 3.0.0", safer-buffer@^2.0.2, safer-buffer@^2.1.0, safer-buffer@~2.1.0:
version "2.1.2"
resolved "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz"
integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==
@@ -17896,12 +16597,7 @@ sass-loader@^12.3.0:
klona "^2.0.4"
neo-async "^2.6.2"
-sax@^1.2.4:
- version "1.4.1"
- resolved "https://registry.npmjs.org/sax/-/sax-1.4.1.tgz"
- integrity sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg==
-
-sax@~1.2.4:
+sax@^1.2.4, sax@~1.2.4:
version "1.2.4"
resolved "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz"
integrity sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==
@@ -17928,34 +16624,16 @@ scheduler@^0.23.2:
dependencies:
loose-envify "^1.1.0"
-schema-utils@^2.6.5:
- version "2.7.1"
- resolved "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.1.tgz"
- integrity sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==
- dependencies:
- "@types/json-schema" "^7.0.5"
- ajv "^6.12.4"
- ajv-keywords "^3.5.2"
-
-schema-utils@^3.0.0:
- version "3.3.0"
- resolved "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz"
- integrity sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==
- dependencies:
- "@types/json-schema" "^7.0.8"
- ajv "^6.12.5"
- ajv-keywords "^3.5.2"
-
-schema-utils@^3.1.1:
- version "3.3.0"
- resolved "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz"
- integrity sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==
+schema-utils@2.7.0, schema-utils@^2.6.5:
+ version "2.7.0"
+ resolved "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.0.tgz"
+ integrity sha512-0ilKFI6QQF5nxDZLFn2dMjvc4hjg/Wkg7rHd3jK6/A4a1Hl9VFdQWvgB1UMGoU94pad1P/8N7fMcEnLnSiju8A==
dependencies:
- "@types/json-schema" "^7.0.8"
- ajv "^6.12.5"
- ajv-keywords "^3.5.2"
+ "@types/json-schema" "^7.0.4"
+ ajv "^6.12.2"
+ ajv-keywords "^3.4.1"
-schema-utils@^3.2.0:
+schema-utils@^3.0.0, schema-utils@^3.1.1, schema-utils@^3.2.0:
version "3.3.0"
resolved "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz"
integrity sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==
@@ -17974,15 +16652,6 @@ schema-utils@^4.0.0, schema-utils@^4.2.0:
ajv-formats "^2.1.1"
ajv-keywords "^5.1.0"
-schema-utils@2.7.0:
- version "2.7.0"
- resolved "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.0.tgz"
- integrity sha512-0ilKFI6QQF5nxDZLFn2dMjvc4hjg/Wkg7rHd3jK6/A4a1Hl9VFdQWvgB1UMGoU94pad1P/8N7fMcEnLnSiju8A==
- dependencies:
- "@types/json-schema" "^7.0.4"
- ajv "^6.12.2"
- ajv-keywords "^3.4.1"
-
section-matter@^1.0.0:
version "1.0.0"
resolved "https://registry.npmjs.org/section-matter/-/section-matter-1.0.0.tgz"
@@ -18036,52 +16705,7 @@ semver-diff@^3.1.1:
dependencies:
semver "^6.3.0"
-semver@^5.0.3:
- version "5.7.2"
- resolved "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz"
- integrity sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==
-
-semver@^5.4.1:
- version "5.7.2"
- resolved "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz"
- integrity sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==
-
-semver@^5.6.0:
- version "5.7.2"
- resolved "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz"
- integrity sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==
-
-semver@^5.7.2:
- version "5.7.2"
- resolved "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz"
- integrity sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==
-
-semver@^6.0.0:
- version "6.3.1"
- resolved "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz"
- integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
-
-semver@^6.2.0:
- version "6.3.1"
- resolved "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz"
- integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
-
-semver@^6.3.0:
- version "6.3.1"
- resolved "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz"
- integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
-
-semver@^6.3.1:
- version "6.3.1"
- resolved "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz"
- integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
-
-semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.5.3, semver@^7.5.4:
- version "7.6.3"
- resolved "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz"
- integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==
-
-"semver@2 || 3 || 4 || 5":
+"semver@2 || 3 || 4 || 5", semver@^5.0.3, semver@^5.4.1, semver@^5.6.0, semver@^5.7.2:
version "5.7.2"
resolved "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz"
integrity sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==
@@ -18100,6 +16724,16 @@ semver@7.5.3:
dependencies:
lru-cache "^6.0.0"
+semver@^6.0.0, semver@^6.2.0, semver@^6.3.0, semver@^6.3.1:
+ version "6.3.1"
+ resolved "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz"
+ integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
+
+semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.5.3, semver@^7.5.4, semver@^7.6.2:
+ version "7.6.3"
+ resolved "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz"
+ integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==
+
send@0.18.0, send@latest:
version "0.18.0"
resolved "https://registry.npmjs.org/send/-/send-0.18.0.tgz"
@@ -18266,16 +16900,16 @@ shebang-regex@^3.0.0:
resolved "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz"
integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
-shell-quote@^1.7.3, shell-quote@^1.8.1:
- version "1.8.1"
- resolved "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.1.tgz"
- integrity sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==
-
shell-quote@1.7.2:
version "1.7.2"
resolved "https://registry.npmjs.org/shell-quote/-/shell-quote-1.7.2.tgz"
integrity sha512-mRz/m/JVscCrkMyPqHc/bczi3OQHkLTqXHEFu0zDhK/qfv3UcOA4SVmRCLmos4bhjr9ekVQubj/R7waKapmiQg==
+shell-quote@^1.7.3, shell-quote@^1.8.1:
+ version "1.8.1"
+ resolved "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.1.tgz"
+ integrity sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==
+
shelljs@^0.8.5:
version "0.8.5"
resolved "https://registry.npmjs.org/shelljs/-/shelljs-0.8.5.tgz"
@@ -18305,11 +16939,6 @@ signal-exit@^4.0.1:
resolved "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz"
integrity sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==
-signal-exit@^4.1.0:
- version "4.1.0"
- resolved "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz"
- integrity sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==
-
sirv@^2.0.3:
version "2.0.4"
resolved "https://registry.npmjs.org/sirv/-/sirv-2.0.4.tgz"
@@ -18354,11 +16983,6 @@ slash@^4.0.0:
resolved "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz"
integrity sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==
-slash@^5.1.0:
- version "5.1.0"
- resolved "https://registry.npmjs.org/slash/-/slash-5.1.0.tgz"
- integrity sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==
-
slice-ansi@^3.0.0:
version "3.0.0"
resolved "https://registry.npmjs.org/slice-ansi/-/slice-ansi-3.0.0.tgz"
@@ -18483,7 +17107,7 @@ source-map-resolve@^0.5.0:
source-map-url "^0.4.0"
urix "^0.1.0"
-source-map-support@^0.5.16, source-map-support@^0.5.21, source-map-support@^0.5.6, source-map-support@~0.5.20, source-map-support@0.5.21:
+source-map-support@0.5.21, source-map-support@^0.5.16, source-map-support@^0.5.21, source-map-support@^0.5.6, source-map-support@~0.5.20:
version "0.5.21"
resolved "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz"
integrity sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==
@@ -18496,27 +17120,22 @@ source-map-url@^0.4.0:
resolved "https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.1.tgz"
integrity sha512-cPiFOTLUKvJFIg4SKVScy4ilPPW6rFgMgfuZJPNoDuMs3nC1HbMUycBoJw77xFIp6z1UJQJOfx6C9GMH80DiTw==
-source-map@^0.5.0:
- version "0.5.7"
- resolved "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz"
- integrity sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==
-
-source-map@^0.5.6:
- version "0.5.7"
- resolved "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz"
- integrity sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==
-
-source-map@^0.6.0, source-map@^0.6.1, source-map@~0.6.0, source-map@~0.6.1, source-map@0.6.1:
+source-map@0.6.1, source-map@^0.6.0, source-map@^0.6.1, source-map@~0.6.0, source-map@~0.6.1:
version "0.6.1"
resolved "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz"
integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==
-source-map@^0.7.3:
- version "0.7.4"
- resolved "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz"
- integrity sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==
+source-map@0.7.3:
+ version "0.7.3"
+ resolved "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz"
+ integrity sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==
+
+source-map@^0.5.0, source-map@^0.5.6:
+ version "0.5.7"
+ resolved "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz"
+ integrity sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==
-source-map@^0.7.4:
+source-map@^0.7.3, source-map@^0.7.4:
version "0.7.4"
resolved "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz"
integrity sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==
@@ -18528,11 +17147,6 @@ source-map@^0.8.0-beta.0:
dependencies:
whatwg-url "^7.0.0"
-source-map@0.7.3:
- version "0.7.3"
- resolved "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz"
- integrity sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==
-
sourcemap-codec@^1.4.8:
version "1.4.8"
resolved "https://registry.npmjs.org/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz"
@@ -18617,12 +17231,12 @@ split-string@^3.0.1, split-string@^3.0.2:
dependencies:
extend-shallow "^3.0.0"
-split@^1.0.1:
- version "1.0.1"
- resolved "https://registry.npmjs.org/split/-/split-1.0.1.tgz"
- integrity sha512-mTyOoPbrivtXnwnIxZRFYRrPNtEFKlpB2fvjSnCQUiAA6qAZzqwna5envK4uk6OIeP17CsdF3rSBGYVBsU0Tkg==
+split2@^3.0.0:
+ version "3.2.2"
+ resolved "https://registry.npmjs.org/split2/-/split2-3.2.2.tgz"
+ integrity sha512-9NThjpgZnifTkJpzTZ7Eue85S49QwpNhZTq6GRJwObb6jnLFNGB7Qm73V5HewTROPyxD0C29xqmaI68bQtV+hg==
dependencies:
- through "2"
+ readable-stream "^3.0.0"
split@0.3:
version "0.3.3"
@@ -18631,12 +17245,12 @@ split@0.3:
dependencies:
through "2"
-split2@^3.0.0:
- version "3.2.2"
- resolved "https://registry.npmjs.org/split2/-/split2-3.2.2.tgz"
- integrity sha512-9NThjpgZnifTkJpzTZ7Eue85S49QwpNhZTq6GRJwObb6jnLFNGB7Qm73V5HewTROPyxD0C29xqmaI68bQtV+hg==
+split@^1.0.1:
+ version "1.0.1"
+ resolved "https://registry.npmjs.org/split/-/split-1.0.1.tgz"
+ integrity sha512-mTyOoPbrivtXnwnIxZRFYRrPNtEFKlpB2fvjSnCQUiAA6qAZzqwna5envK4uk6OIeP17CsdF3rSBGYVBsU0Tkg==
dependencies:
- readable-stream "^3.0.0"
+ through "2"
sprintf-js@~1.0.2:
version "1.0.3"
@@ -18695,21 +17309,16 @@ static-extend@^0.1.1:
define-property "^0.2.5"
object-copy "^0.1.0"
-"statuses@>= 1.4.0 < 2":
- version "1.5.0"
- resolved "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz"
- integrity sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==
-
-statuses@~1.5.0:
- version "1.5.0"
- resolved "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz"
- integrity sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==
-
statuses@2.0.1:
version "2.0.1"
resolved "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz"
integrity sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==
+"statuses@>= 1.4.0 < 2", statuses@~1.5.0:
+ version "1.5.0"
+ resolved "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz"
+ integrity sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==
+
std-env@^3.0.1:
version "3.7.0"
resolved "https://registry.npmjs.org/std-env/-/std-env-3.7.0.tgz"
@@ -18722,54 +17331,12 @@ stop-iteration-iterator@^1.0.0:
dependencies:
internal-slot "^1.0.4"
-storybook-addon-jsx@^7.3.14:
- version "7.3.14"
- resolved "https://registry.npmjs.org/storybook-addon-jsx/-/storybook-addon-jsx-7.3.14.tgz"
- integrity sha512-ierjcn0nxjjOuNcnLkorXQnfXlYmyQxFXvmWV88T9V8VAnsWd4yclTtSOV/gPtB83FefmyO/8dm1qQBG0f+2pA==
+storybook@^8.3.3:
+ version "8.3.3"
+ resolved "https://registry.yarnpkg.com/storybook/-/storybook-8.3.3.tgz#3de9be589815403539660653d2ec810348e7dafb"
+ integrity sha512-FG2KAVQN54T9R6voudiEftehtkXtLO+YVGP2gBPfacEdDQjY++ld7kTbHzpTT/bpCDx7Yq3dqOegLm9arVJfYw==
dependencies:
- copy-to-clipboard "^3.0.8"
- js-beautify "^1.8.8"
- react-element-to-jsx-string "^14.3.1"
- storybook-pretty-props "^1.0.3"
-
-storybook-pretty-props@^1.0.3:
- version "1.2.1"
- resolved "https://registry.npmjs.org/storybook-pretty-props/-/storybook-pretty-props-1.2.1.tgz"
- integrity sha512-3dUtu0UbBA6idA3Qo0i+CYGGz8GiqlXzhgCJdT065jnuJ3y9intKxZpv05ZbnQXCPnsPVSDos+hgOZ444hf6xA==
-
-storybook@^8.0.6, storybook@^8.2.7:
- version "8.2.7"
- resolved "https://registry.npmjs.org/storybook/-/storybook-8.2.7.tgz"
- integrity sha512-Jb9DXue1sr3tKkpuq66VP5ItOKTpxL6t99ze1wXDbjCvPiInTdPA5AyFEjBuKjOBIh28bayYoOZa6/xbMJV+Wg==
- dependencies:
- "@babel/core" "^7.24.4"
- "@babel/types" "^7.24.0"
- "@storybook/codemod" "8.2.7"
- "@storybook/core" "8.2.7"
- "@types/semver" "^7.3.4"
- "@yarnpkg/fslib" "2.10.3"
- "@yarnpkg/libzip" "2.3.0"
- chalk "^4.1.0"
- commander "^6.2.1"
- cross-spawn "^7.0.3"
- detect-indent "^6.1.0"
- envinfo "^7.7.3"
- execa "^5.0.0"
- fd-package-json "^1.2.0"
- find-up "^5.0.0"
- fs-extra "^11.1.0"
- giget "^1.0.0"
- globby "^14.0.1"
- jscodeshift "^0.15.1"
- leven "^3.1.0"
- ora "^5.4.1"
- prettier "^3.1.1"
- prompts "^2.4.0"
- semver "^7.3.7"
- strip-json-comments "^3.0.1"
- tempy "^3.1.0"
- tiny-invariant "^1.3.1"
- ts-dedent "^2.0.0"
+ "@storybook/core" "8.3.3"
stream-browserify@^3.0.0:
version "3.0.0"
@@ -18803,20 +17370,6 @@ stream-via@^1.0.4:
resolved "https://registry.npmjs.org/stream-via/-/stream-via-1.0.4.tgz"
integrity sha512-DBp0lSvX5G9KGRDTkR/R+a29H+Wk2xItOF+MpZLLNDWbEV9tGPnqLPxHEYjmiz8xGtJHRIqmI+hCjmNzqoA4nQ==
-string_decoder@^1.1.1:
- version "1.3.0"
- resolved "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz"
- integrity sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==
- dependencies:
- safe-buffer "~5.2.0"
-
-string_decoder@~1.1.1:
- version "1.1.1"
- resolved "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz"
- integrity sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==
- dependencies:
- safe-buffer "~5.1.0"
-
string-argv@0.3.1:
version "0.3.1"
resolved "https://registry.npmjs.org/string-argv/-/string-argv-0.3.1.tgz"
@@ -18954,6 +17507,13 @@ string.prototype.trimstart@^1.0.8:
define-properties "^1.2.1"
es-object-atoms "^1.0.0"
+string_decoder@^1.1.1, string_decoder@~1.1.1:
+ version "1.1.1"
+ resolved "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz"
+ integrity sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==
+ dependencies:
+ safe-buffer "~5.1.0"
+
stringify-object@^3.3.0:
version "3.3.0"
resolved "https://registry.npmjs.org/stringify-object/-/stringify-object-3.3.0.tgz"
@@ -18970,6 +17530,20 @@ stringify-object@^3.3.0:
dependencies:
ansi-regex "^5.0.1"
+strip-ansi@6.0.0:
+ version "6.0.0"
+ resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz"
+ integrity sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==
+ dependencies:
+ ansi-regex "^5.0.0"
+
+strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
+ version "6.0.1"
+ resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
+ integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
+ dependencies:
+ ansi-regex "^5.0.1"
+
strip-ansi@^3.0.0:
version "3.0.1"
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz"
@@ -18991,13 +17565,6 @@ strip-ansi@^5.0.0, strip-ansi@^5.1.0, strip-ansi@^5.2.0:
dependencies:
ansi-regex "^4.1.0"
-strip-ansi@^6.0.0, strip-ansi@^6.0.1, strip-ansi@6.0.1:
- version "6.0.1"
- resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
- integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
- dependencies:
- ansi-regex "^5.0.1"
-
strip-ansi@^7.0.1:
version "7.1.0"
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz"
@@ -19005,13 +17572,6 @@ strip-ansi@^7.0.1:
dependencies:
ansi-regex "^6.0.1"
-strip-ansi@6.0.0:
- version "6.0.0"
- resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz"
- integrity sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==
- dependencies:
- ansi-regex "^5.0.0"
-
strip-bom-string@^1.0.0:
version "1.0.0"
resolved "https://registry.npmjs.org/strip-bom-string/-/strip-bom-string-1.0.0.tgz"
@@ -19042,11 +17602,6 @@ strip-final-newline@^2.0.0:
resolved "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz"
integrity sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==
-strip-final-newline@^3.0.0:
- version "3.0.0"
- resolved "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-3.0.0.tgz"
- integrity sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==
-
strip-indent@^3.0.0:
version "3.0.0"
resolved "https://registry.npmjs.org/strip-indent/-/strip-indent-3.0.0.tgz"
@@ -19061,7 +17616,7 @@ strip-indent@^4.0.0:
dependencies:
min-indent "^1.0.1"
-strip-json-comments@^3.0.1, strip-json-comments@^3.1.0, strip-json-comments@^3.1.1:
+strip-json-comments@^3.1.0, strip-json-comments@^3.1.1:
version "3.1.1"
resolved "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz"
integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==
@@ -19076,14 +17631,14 @@ style-loader@^3.3.1:
resolved "https://registry.npmjs.org/style-loader/-/style-loader-3.3.4.tgz"
integrity sha512-0WqXzrsMTyb8yjZJHDqwmnwRJvhALK9LfRtRc6B4UTWe8AijYLZYZ9thuJTZc2VfQWINADW/j+LiJnfy2RoC1w==
-style-to-object@^0.3.0, style-to-object@0.3.0:
+style-to-object@0.3.0, style-to-object@^0.3.0:
version "0.3.0"
resolved "https://registry.npmjs.org/style-to-object/-/style-to-object-0.3.0.tgz"
integrity sha512-CzFnRRXhzWIdItT3OmF8SQfWyahHhjq3HwcMNCNLn+N7klOOqPjMeG/4JSu77D7ypZdGvSzvkrbyeTMizz2VrA==
dependencies:
inline-style-parser "0.1.1"
-styled-jsx@^4, styled-jsx@^4.0.1:
+styled-jsx@^4.0.1:
version "4.0.1"
resolved "https://registry.npmjs.org/styled-jsx/-/styled-jsx-4.0.1.tgz"
integrity sha512-Gcb49/dRB1k8B4hdK8vhW27Rlb2zujCk1fISrizCcToIs+55B4vmUM0N9Gi4nnVfFZWe55jRdWpAqH1ldAKWvQ==
@@ -19110,7 +17665,7 @@ stylis-rule-sheet@0.0.10:
resolved "https://registry.npmjs.org/stylis-rule-sheet/-/stylis-rule-sheet-0.0.10.tgz"
integrity sha512-nTbZoaqoBnmK+ptANthb10ZRZOGC+EmTLLUxeYIuHNkEKcmKgXX1XWKkUBT2Ac4es3NybooPe0SmvKdhKJZAuw==
-stylis@^3.5.0, stylis@3.5.4:
+stylis@3.5.4:
version "3.5.4"
resolved "https://registry.npmjs.org/stylis/-/stylis-3.5.4.tgz"
integrity sha512-8/3pSmthWM7lsPBKv7NXkzn2Uc9W7NotcwGNpJaa3k7WMM1XDCA4MgT5k/8BIexd5ydZdboXtU90XH9Ec4Bv/Q==
@@ -19140,14 +17695,7 @@ supports-color@^5.3.0:
dependencies:
has-flag "^3.0.0"
-supports-color@^7.0.0:
- version "7.2.0"
- resolved "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz"
- integrity sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==
- dependencies:
- has-flag "^4.0.0"
-
-supports-color@^7.1.0:
+supports-color@^7.0.0, supports-color@^7.1.0:
version "7.2.0"
resolved "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz"
integrity sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==
@@ -19305,18 +17853,6 @@ tar@^4.4.8:
safe-buffer "^5.2.1"
yallist "^3.1.1"
-tar@^6.2.0:
- version "6.2.1"
- resolved "https://registry.npmjs.org/tar/-/tar-6.2.1.tgz"
- integrity sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==
- dependencies:
- chownr "^2.0.0"
- fs-minipass "^2.0.0"
- minipass "^5.0.0"
- minizlib "^2.1.1"
- mkdirp "^1.0.3"
- yallist "^4.0.0"
-
telejson@^7.2.0:
version "7.2.0"
resolved "https://registry.npmjs.org/telejson/-/telejson-7.2.0.tgz"
@@ -19329,17 +17865,12 @@ temp-dir@^2.0.0:
resolved "https://registry.npmjs.org/temp-dir/-/temp-dir-2.0.0.tgz"
integrity sha512-aoBAniQmmwtcKp/7BzsH8Cxzv8OL736p7v1ihGb5e9DJ9kTwGWHrQrVB5+lfVDzfGrdRzXch+ig7LHaY1JTOrg==
-temp-dir@^3.0.0:
- version "3.0.0"
- resolved "https://registry.npmjs.org/temp-dir/-/temp-dir-3.0.0.tgz"
- integrity sha512-nHc6S/bwIilKHNRgK/3jlhDoIHcp45YgyiwcAk46Tr0LfEqGBVpmiAyuiuxeVE44m3mXnEeVhaipLOEWmH+Njw==
-
temp-path@^1.0.0:
version "1.0.0"
resolved "https://registry.npmjs.org/temp-path/-/temp-path-1.0.0.tgz"
integrity sha512-TvmyH7kC6ZVTYkqCODjJIbgvu0FKiwQpZ4D1aknE7xpcDf/qEOB8KZEK5ef2pfbVoiBhNWs3yx4y+ESMtNYmlg==
-temp@^0.8.1, temp@^0.8.4:
+temp@^0.8.1:
version "0.8.4"
resolved "https://registry.npmjs.org/temp/-/temp-0.8.4.tgz"
integrity sha512-s0ZZzd0BzYv5tLSptZooSjK8oj6C+c19p7Vqta9+6NPOf7r+fxq0cJe6/oN4LTC79sy5NY8ucOJNgwsKCSbfqg==
@@ -19364,16 +17895,6 @@ tempy@^0.6.0:
type-fest "^0.16.0"
unique-string "^2.0.0"
-tempy@^3.1.0:
- version "3.1.0"
- resolved "https://registry.npmjs.org/tempy/-/tempy-3.1.0.tgz"
- integrity sha512-7jDLIdD2Zp0bDe5r3D2qtkd1QOCacylBuL7oa4udvN6v2pqr4+LcCr67C8DR1zkpaZ8XosF5m1yQSabKAW6f2g==
- dependencies:
- is-stream "^3.0.0"
- temp-dir "^3.0.0"
- type-fest "^2.12.2"
- unique-string "^3.0.0"
-
term-size@^1.2.0:
version "1.2.0"
resolved "https://registry.npmjs.org/term-size/-/term-size-1.2.0.tgz"
@@ -19448,7 +17969,7 @@ text-extensions@^1.0.0:
resolved "https://registry.npmjs.org/text-extensions/-/text-extensions-1.9.0.tgz"
integrity sha512-wiBrwC1EhBelW12Zy26JeOUkQ5mRu+5o8rpsJk5+2t+Y5vE7e842qtZDQ2g1NpX/29HdyFeJ4nSIhI47ENSxlQ==
-text-table@^0.2.0, text-table@0.2.0:
+text-table@0.2.0, text-table@^0.2.0:
version "0.2.0"
resolved "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz"
integrity sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==
@@ -19477,11 +17998,6 @@ throttleit@^1.0.0:
resolved "https://registry.npmjs.org/throttleit/-/throttleit-1.0.1.tgz"
integrity sha512-vDZpf9Chs9mAdfY046mcPt8fg5QSZr37hEH4TXYBnDF+izxgrbRGUAAaBvIk/fJm9aOFCGFd1EsNg5AZCbnQCQ==
-through@^2.3.6, through@^2.3.8, "through@>=2.2.7 <3", through@~2.3, through@~2.3.1, through@2:
- version "2.3.8"
- resolved "https://registry.npmjs.org/through/-/through-2.3.8.tgz"
- integrity sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==
-
through2-filter@^3.0.0:
version "3.1.0"
resolved "https://registry.npmjs.org/through2-filter/-/through2-filter-3.1.0.tgz"
@@ -19497,19 +18013,17 @@ through2@^2.0.0, through2@^2.0.1, through2@^2.0.3:
readable-stream "~2.3.6"
xtend "~4.0.1"
-through2@^4.0.0:
+through2@^4.0.0, through2@^4.0.2:
version "4.0.2"
resolved "https://registry.npmjs.org/through2/-/through2-4.0.2.tgz"
integrity sha512-iOqSav00cVxEEICeD7TjLB1sueEL+81Wpzp2bY17uZjZN0pWZPuo4suZ/61VujxmqSGFfgOcNuTZ85QJwNZQpw==
dependencies:
readable-stream "3"
-through2@^4.0.2:
- version "4.0.2"
- resolved "https://registry.npmjs.org/through2/-/through2-4.0.2.tgz"
- integrity sha512-iOqSav00cVxEEICeD7TjLB1sueEL+81Wpzp2bY17uZjZN0pWZPuo4suZ/61VujxmqSGFfgOcNuTZ85QJwNZQpw==
- dependencies:
- readable-stream "3"
+through@2, "through@>=2.2.7 <3", through@^2.3.6, through@^2.3.8, through@~2.3, through@~2.3.1:
+ version "2.3.8"
+ resolved "https://registry.npmjs.org/through/-/through-2.3.8.tgz"
+ integrity sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==
thunky@^1.0.2:
version "1.1.0"
@@ -19531,6 +18045,11 @@ tiny-warning@^1.0.0:
resolved "https://registry.npmjs.org/tiny-warning/-/tiny-warning-1.0.3.tgz"
integrity sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA==
+tmp@0.2.3, tmp@~0.2.3:
+ version "0.2.3"
+ resolved "https://registry.npmjs.org/tmp/-/tmp-0.2.3.tgz"
+ integrity sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w==
+
tmp@^0.0.33:
version "0.0.33"
resolved "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz"
@@ -19538,11 +18057,6 @@ tmp@^0.0.33:
dependencies:
os-tmpdir "~1.0.2"
-tmp@~0.2.3, tmp@0.2.3:
- version "0.2.3"
- resolved "https://registry.npmjs.org/tmp/-/tmp-0.2.3.tgz"
- integrity sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w==
-
tmpl@1.0.5:
version "1.0.5"
resolved "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz"
@@ -19605,11 +18119,6 @@ to-through@^2.0.0:
dependencies:
through2 "^2.0.3"
-toggle-selection@^1.0.6:
- version "1.0.6"
- resolved "https://registry.npmjs.org/toggle-selection/-/toggle-selection-1.0.6.tgz"
- integrity sha512-BiZS+C1OS8g/q2RRbJmy59xpyghNBqrr6k5L/uKBGRsTfxmu3ffiRnd8mlGPUVayg8pvfi5urfnu8TU7DVOkLQ==
-
toidentifier@1.0.1:
version "1.0.1"
resolved "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz"
@@ -19726,17 +18235,7 @@ tsconfig-paths@^4.2.0:
minimist "^1.2.6"
strip-bom "^3.0.0"
-tslib@^1.13.0:
- version "1.14.1"
- resolved "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz"
- integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
-
-tslib@^1.8.1:
- version "1.14.1"
- resolved "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz"
- integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
-
-tslib@^1.9.0:
+tslib@^1.8.1, tslib@^1.9.0:
version "1.14.1"
resolved "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz"
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
@@ -19765,7 +18264,7 @@ tweetnacl@^0.14.3, tweetnacl@~0.14.0:
resolved "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz"
integrity sha512-KXXFFdAbFXY4geFIwoyNK+f5Z1b7swfXABfL7HXCmoIWMKU3dmS26672A4EeQtDzLKy7SXmfBu51JolvEKwtGA==
-type-check@^0.4.0:
+type-check@^0.4.0, type-check@~0.4.0:
version "0.4.0"
resolved "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz"
integrity sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==
@@ -19779,13 +18278,6 @@ type-check@~0.3.2:
dependencies:
prelude-ls "~1.1.2"
-type-check@~0.4.0:
- version "0.4.0"
- resolved "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz"
- integrity sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==
- dependencies:
- prelude-ls "^1.2.1"
-
type-detect@4.0.8:
version "4.0.8"
resolved "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz"
@@ -19826,12 +18318,7 @@ type-fest@^0.8.1:
resolved "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz"
integrity sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==
-type-fest@^1.0.1:
- version "1.4.0"
- resolved "https://registry.npmjs.org/type-fest/-/type-fest-1.4.0.tgz"
- integrity sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA==
-
-type-fest@^2.12.2, type-fest@^2.19.0, type-fest@^2.5.0, "type-fest@>=0.17.0 <5.0.0", type-fest@~2.19:
+type-fest@^2.19.0, type-fest@^2.5.0, type-fest@~2.19:
version "2.19.0"
resolved "https://registry.npmjs.org/type-fest/-/type-fest-2.19.0.tgz"
integrity sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==
@@ -19910,21 +18397,11 @@ typeface-roboto@^0.0.75:
resolved "https://registry.npmjs.org/typeface-roboto/-/typeface-roboto-0.0.75.tgz"
integrity sha512-VrR/IiH00Z1tFP4vDGfwZ1esNqTiDMchBEXYY9kilT6wRGgFoCAlgkEUMHb1E3mB0FsfZhv756IF0+R+SFPfdg==
-"typescript@^3.2.1 || ^4", typescript@^4, "typescript@>= 2.7", "typescript@>= 4.2.x", "typescript@>= 4.3.x", "typescript@>= 4.x", "typescript@>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta", typescript@>3.6.0:
- version "4.9.5"
- resolved "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz"
- integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
-
typescript@^3.6.3:
version "3.9.10"
resolved "https://registry.npmjs.org/typescript/-/typescript-3.9.10.tgz"
integrity sha512-w6fIxVE/H1PkLKcCPsFqKE7Kv7QUwhU8qQY2MueZXWx5cPZdwFupLgKK3vntcK98BtNHZtAF4LA/yl2a7k8R6Q==
-typescript@>=4.9.5:
- version "5.5.4"
- resolved "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz"
- integrity sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==
-
typical@^2.4.2, typical@^2.6.0, typical@^2.6.1:
version "2.6.1"
resolved "https://registry.npmjs.org/typical/-/typical-2.6.1.tgz"
@@ -19945,53 +18422,11 @@ uc.micro@^1.0.1, uc.micro@^1.0.5:
resolved "https://registry.npmjs.org/uc.micro/-/uc.micro-1.0.6.tgz"
integrity sha512-8Y75pvTYkLJW2hWQHXxoqRgV7qb9B+9vFEtidML+7koHUFapnVJAZ6cKs+Qjz5Aw3aZWHMC6u0wJE3At+nSGwA==
-ufo@^1.5.3:
- version "1.5.4"
- resolved "https://registry.npmjs.org/ufo/-/ufo-1.5.4.tgz"
- integrity sha512-UsUk3byDzKd04EyoZ7U4DOlxQaD14JUKQl6/P7wiX4FNvUfm3XL246n9W5AmqwW5RSFJ27NAuM0iLscAOYUiGQ==
-
uglify-js@^3.1.4:
version "3.19.1"
resolved "https://registry.npmjs.org/uglify-js/-/uglify-js-3.19.1.tgz"
integrity sha512-y/2wiW+ceTYR2TSSptAhfnEtpLaQ4Ups5zrjB2d3kuVxHj16j/QJwPl5PvuGy9uARb39J0+iKxcRPvtpsx4A4A==
-"ui-docusaurus@file:/home/mozafar/code/dhis/ui/docs":
- version "9.11.0"
- resolved "file:docs"
- dependencies:
- "@docusaurus/core" "^2.0.0-beta.17"
- "@docusaurus/preset-classic" "^2.0.0-beta.17"
- "@mdx-js/react" "^1.6.21"
- "@svgr/webpack" "^5.5.0"
- clsx "^1.1.1"
- file-loader "^6.2.0"
- prism-react-renderer "^1.2.1"
- prop-types "^15.7.2"
- url-loader "^4.1.1"
-
-"ui-storybook@file:/home/mozafar/code/dhis/ui/storybook":
- version "9.11.0"
- resolved "file:storybook"
- dependencies:
- "@babel/plugin-proposal-class-properties" "^7.13.0"
- "@babel/plugin-proposal-private-methods" "^7.13.0"
- "@babel/plugin-proposal-private-property-in-object" "^7.14.0"
- "@dhis2-ui/css" "9.11.1-beta.10"
- "@dhis2/ui-constants" "9.11.1-beta.10"
- "@fontsource/roboto" "^4.5.0"
- "@storybook/addon-a11y" "^8.0.6"
- "@storybook/addon-console" "^3.0.0"
- "@storybook/addon-essentials" "^8.0.6"
- "@storybook/addon-storysource" "^8.0.6"
- "@storybook/channels" "^8.0.6"
- "@storybook/components" "^8.0.6"
- "@storybook/core-events" "^8.0.6"
- "@storybook/node-logger" "^8.0.6"
- "@storybook/preset-create-react-app" "^8.0.6"
- "@storybook/react" "^8.0.6"
- "@storybook/theming" "^8.0.6"
- storybook-addon-jsx "^7.3.14"
-
unbox-primitive@^1.0.2:
version "1.0.2"
resolved "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz"
@@ -20007,26 +18442,26 @@ unc-path-regex@^0.1.2:
resolved "https://registry.npmjs.org/unc-path-regex/-/unc-path-regex-0.1.2.tgz"
integrity sha512-eXL4nmJT7oCpkZsHZUOJo8hcX3GbsiDOa0Qu9F646fi8dT3XuSVopVqAcEiVzSKKH7UoDti23wNX3qGFxcW5Qg==
-underscore@~1.13.2:
- version "1.13.7"
- resolved "https://registry.npmjs.org/underscore/-/underscore-1.13.7.tgz"
- integrity sha512-GMXzWtsc57XAtguZgaQViUOzs0KTkk8ojr3/xAxXLITqf/3EMwxC0inyETfDFjH/Krbhuep0HNbbjI9i/q3F3g==
-
underscore@1.12.1:
version "1.12.1"
resolved "https://registry.npmjs.org/underscore/-/underscore-1.12.1.tgz"
integrity sha512-hEQt0+ZLDVUMhebKxL4x1BTtDY7bavVofhZ9KZ4aI26X9SRaE+Y3m83XUL1UP2jn8ynjndwCCpEHdUG+9pP1Tw==
-undici-types@~5.26.4:
- version "5.26.5"
- resolved "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz"
- integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
+underscore@~1.13.2:
+ version "1.13.7"
+ resolved "https://registry.npmjs.org/underscore/-/underscore-1.13.7.tgz"
+ integrity sha512-GMXzWtsc57XAtguZgaQViUOzs0KTkk8ojr3/xAxXLITqf/3EMwxC0inyETfDFjH/Krbhuep0HNbbjI9i/q3F3g==
undici-types@~6.13.0:
version "6.13.0"
resolved "https://registry.npmjs.org/undici-types/-/undici-types-6.13.0.tgz"
integrity sha512-xtFJHudx8S2DSoujjMd1WeWvn7KKWFRESZTMeL1RptAYERu29D6jphMjjY+vn96jvN3kVPDNxU/E13VTaXj6jg==
+undici-types@~6.19.2:
+ version "6.19.8"
+ resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02"
+ integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==
+
unherit@^1.0.4:
version "1.1.3"
resolved "https://registry.npmjs.org/unherit/-/unherit-1.1.3.tgz"
@@ -20058,15 +18493,10 @@ unicode-property-aliases-ecmascript@^2.0.0:
resolved "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz"
integrity sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==
-unicorn-magic@^0.1.0:
- version "0.1.0"
- resolved "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.1.0.tgz"
- integrity sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==
-
-unified@^9.2.2:
- version "9.2.2"
- resolved "https://registry.npmjs.org/unified/-/unified-9.2.2.tgz"
- integrity sha512-Sg7j110mtefBD+qunSLO1lqOEKdrwBFBrR6Qd8f4uwkhWNlbkaqwHse6e7QvD3AP/MNoJdEDLaf8OxYyoWgorQ==
+unified@9.2.0:
+ version "9.2.0"
+ resolved "https://registry.npmjs.org/unified/-/unified-9.2.0.tgz"
+ integrity sha512-vx2Z0vY+a3YoTj8+pttM3tiJHCwY5UFbYdiWrwBEbHmK8pvsPj2rtAX2BFfgXen8T39CJWblWRDT4L5WGXtDdg==
dependencies:
bail "^1.0.0"
extend "^3.0.0"
@@ -20075,10 +18505,10 @@ unified@^9.2.2:
trough "^1.0.0"
vfile "^4.0.0"
-unified@9.2.0:
- version "9.2.0"
- resolved "https://registry.npmjs.org/unified/-/unified-9.2.0.tgz"
- integrity sha512-vx2Z0vY+a3YoTj8+pttM3tiJHCwY5UFbYdiWrwBEbHmK8pvsPj2rtAX2BFfgXen8T39CJWblWRDT4L5WGXtDdg==
+unified@^9.2.2:
+ version "9.2.2"
+ resolved "https://registry.npmjs.org/unified/-/unified-9.2.2.tgz"
+ integrity sha512-Sg7j110mtefBD+qunSLO1lqOEKdrwBFBrR6Qd8f4uwkhWNlbkaqwHse6e7QvD3AP/MNoJdEDLaf8OxYyoWgorQ==
dependencies:
bail "^1.0.0"
extend "^3.0.0"
@@ -20119,14 +18549,7 @@ unique-string@^2.0.0:
dependencies:
crypto-random-string "^2.0.0"
-unique-string@^3.0.0:
- version "3.0.0"
- resolved "https://registry.npmjs.org/unique-string/-/unique-string-3.0.0.tgz"
- integrity sha512-VGXBUVwxKMBUznyffQweQABPRRW1vHZAbadFZud4pLFAqRGvv/96vafgjWFqzourzr8YonlQiPgH0YCJfawoGQ==
- dependencies:
- crypto-random-string "^4.0.0"
-
-unist-builder@^2.0.0, unist-builder@2.0.3:
+unist-builder@2.0.3, unist-builder@^2.0.0:
version "2.0.3"
resolved "https://registry.npmjs.org/unist-builder/-/unist-builder-2.0.3.tgz"
integrity sha512-f98yt5pnlMWlzP539tPc4grGMsFaQQlP/vM396b00jngsiINumNmsY8rkXjfoi1c6QaM8nQ3vaGDuoKWbe/1Uw==
@@ -20190,7 +18613,7 @@ unist-util-visit-parents@^6.0.0:
"@types/unist" "^3.0.0"
unist-util-is "^6.0.0"
-unist-util-visit@^2.0.0, unist-util-visit@^2.0.3, unist-util-visit@2.0.3:
+unist-util-visit@2.0.3, unist-util-visit@^2.0.0, unist-util-visit@^2.0.3:
version "2.0.3"
resolved "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-2.0.3.tgz"
integrity sha512-iJ4/RczbJMkD0712mGktuGpm/U4By4FfDonL7N/9tATGIF4imikjOuagyMY53tnZq3NP6BcmlrHhEKAfGWjh7Q==
@@ -20241,7 +18664,7 @@ unload@2.2.0:
"@babel/runtime" "^7.6.2"
detect-node "^2.0.4"
-unpipe@~1.0.0, unpipe@1.0.0:
+unpipe@1.0.0, unpipe@~1.0.0:
version "1.0.0"
resolved "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz"
integrity sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==
@@ -20428,7 +18851,7 @@ util.promisify@~1.0.0:
has-symbols "^1.0.1"
object.getownpropertydescriptors "^2.1.0"
-util@^0.12.4:
+util@^0.12.4, util@^0.12.5:
version "0.12.5"
resolved "https://registry.npmjs.org/util/-/util-0.12.5.tgz"
integrity sha512-kZf/K6hEIrWHI6XqOFUiiMa+79wE/D8Q+NCNAWclkyg3b4d2k7s0QGepNjiABc+aR3N1PAyHL7p6UcLY6LmrnA==
@@ -20454,17 +18877,17 @@ utils-merge@1.0.1:
resolved "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz"
integrity sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==
+uuid@9.0.1, uuid@^9.0.0:
+ version "9.0.1"
+ resolved "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz"
+ integrity sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==
+
uuid@^10.0.0:
version "10.0.0"
resolved "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz"
integrity sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==
-uuid@^3.0.0:
- version "3.4.0"
- resolved "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz"
- integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==
-
-uuid@^3.3.2:
+uuid@^3.0.0, uuid@^3.3.2:
version "3.4.0"
resolved "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz"
integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==
@@ -20474,11 +18897,6 @@ uuid@^8.3.2:
resolved "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz"
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
-uuid@^9.0.0, uuid@9.0.1:
- version "9.0.1"
- resolved "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz"
- integrity sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==
-
v8-compile-cache@^2.0.3:
version "2.4.0"
resolved "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.4.0.tgz"
@@ -20652,11 +19070,6 @@ walk-back@^4.0.0:
resolved "https://registry.npmjs.org/walk-back/-/walk-back-4.0.0.tgz"
integrity sha512-kudCA8PXVQfrqv2mFTG72vDBRi8BKWxGgFLwPpzHcpZnSwZk93WMwUDVcLHWNsnm+Y0AC4Vb6MUNRgaHfyV2DQ==
-walk-up-path@^3.0.1:
- version "3.0.1"
- resolved "https://registry.npmjs.org/walk-up-path/-/walk-up-path-3.0.1.tgz"
- integrity sha512-9YlCL/ynK3CTlrSRrDxZvUauLzAswPCrsaCgilqFevUYpeEW0/3ScEjaa3kbW/T0ghhkEr7mv+fpjqn1Y1YuTA==
-
walker@^1.0.7:
version "1.0.8"
resolved "https://registry.npmjs.org/walker/-/walker-1.0.8.tgz"
@@ -20686,13 +19099,6 @@ wbuf@^1.1.0, wbuf@^1.7.3:
dependencies:
minimalistic-assert "^1.0.0"
-wcwidth@^1.0.1:
- version "1.0.1"
- resolved "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz"
- integrity sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==
- dependencies:
- defaults "^1.0.3"
-
web-namespaces@^1.0.0:
version "1.1.4"
resolved "https://registry.npmjs.org/web-namespaces/-/web-namespaces-1.1.4.tgz"
@@ -20758,7 +19164,7 @@ webpack-dev-middleware@^6.1.2:
range-parser "^1.2.1"
schema-utils "^4.0.0"
-webpack-dev-server@^4.6.0, webpack-dev-server@^4.7.4, webpack-dev-server@^4.9.3, "webpack-dev-server@3.x || 4.x || 5.x":
+webpack-dev-server@^4.6.0, webpack-dev-server@^4.7.4, webpack-dev-server@^4.9.3:
version "4.15.2"
resolved "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-4.15.2.tgz"
integrity sha512-0XavAZbNJ5sDrCbkpWL8mia0o5WPOd2YGtxrEiZkBK9FjLppIUK2TgxK6qGD2P3hUXTJNNPVibrerKcx5WkR1g==
@@ -20794,7 +19200,7 @@ webpack-dev-server@^4.6.0, webpack-dev-server@^4.7.4, webpack-dev-server@^4.9.3,
webpack-dev-middleware "^5.3.4"
ws "^8.13.0"
-webpack-hot-middleware@^2.25.1, webpack-hot-middleware@2.x:
+webpack-hot-middleware@^2.25.1:
version "2.26.1"
resolved "https://registry.npmjs.org/webpack-hot-middleware/-/webpack-hot-middleware-2.26.1.tgz"
integrity sha512-khZGfAeJx6I8K9zKohEWWYN6KDlVw2DHownoe+6Vtwj1LP9WFgegXnVMSkZ/dBEBtXFwrkkydsaPFlB7f8wU2A==
@@ -20846,7 +19252,7 @@ webpack-virtual-modules@^0.6.0, webpack-virtual-modules@^0.6.2:
resolved "https://registry.npmjs.org/webpack-virtual-modules/-/webpack-virtual-modules-0.6.2.tgz"
integrity sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==
-"webpack@^4 || ^5", "webpack@^4.0.0 || ^5.0.0", "webpack@^4.37.0 || ^5.0.0", "webpack@^4.4.0 || ^5.9.0", "webpack@^4.44.2 || ^5.47.0", webpack@^5.0.0, webpack@^5.1.0, webpack@^5.11.0, webpack@^5.20.0, webpack@^5.41.1, webpack@^5.64.4, webpack@^5.73.0, "webpack@>= 4", webpack@>=2, "webpack@>=4.41.1 || 5.x", "webpack@>=4.43.0 <6.0.0", "webpack@3 || 4 || 5", webpack@5:
+webpack@5, webpack@^5.41.1, webpack@^5.64.4, webpack@^5.73.0:
version "5.93.0"
resolved "https://registry.npmjs.org/webpack/-/webpack-5.93.0.tgz"
integrity sha512-Y0m5oEY1LRuwly578VqluorkXbvXKh7U3rLoQCEO04M97ScRr44afGVkI0FQFsXzysk5OgFAxjZAb9rsGQVihA==
@@ -20886,7 +19292,7 @@ webpackbar@^5.0.2:
pretty-time "^1.1.0"
std-env "^3.0.1"
-websocket-driver@^0.7.4, websocket-driver@>=0.5.1:
+websocket-driver@>=0.5.1, websocket-driver@^0.7.4:
version "0.7.4"
resolved "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.7.4.tgz"
integrity sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==
@@ -21071,7 +19477,7 @@ workbox-broadcast-update@6.6.1:
dependencies:
workbox-core "6.6.1"
-workbox-build@^6.1.5, workbox-build@6.6.1:
+workbox-build@6.6.1, workbox-build@^6.1.5:
version "6.6.1"
resolved "https://registry.npmjs.org/workbox-build/-/workbox-build-6.6.1.tgz"
integrity sha512-INPgDx6aRycAugUixbKgiEQBWD0MPZqU5r0jyr24CehvNuLPSXp/wGOpdRJmts656lNiXwqV7dC2nzyrzWEDnw==
@@ -21121,7 +19527,7 @@ workbox-cacheable-response@6.6.1:
dependencies:
workbox-core "6.6.1"
-workbox-core@^6.1.5, workbox-core@6.6.1:
+workbox-core@6.6.1, workbox-core@^6.1.5:
version "6.6.1"
resolved "https://registry.npmjs.org/workbox-core/-/workbox-core-6.6.1.tgz"
integrity sha512-ZrGBXjjaJLqzVothoE12qTbVnOAjFrHDXpZe7coCb6q65qI/59rDLwuFMO4PcZ7jcbxY+0+NhUVztzR/CbjEFw==
@@ -21151,7 +19557,7 @@ workbox-navigation-preload@6.6.1:
dependencies:
workbox-core "6.6.1"
-workbox-precaching@^6.1.5, workbox-precaching@6.6.1:
+workbox-precaching@6.6.1, workbox-precaching@^6.1.5:
version "6.6.1"
resolved "https://registry.npmjs.org/workbox-precaching/-/workbox-precaching-6.6.1.tgz"
integrity sha512-K4znSJ7IKxCnCYEdhNkMr7X1kNh8cz+mFgx9v5jFdz1MfI84pq8C2zG+oAoeE5kFrUf7YkT5x4uLWBNg0DVZ5A==
@@ -21179,14 +19585,14 @@ workbox-recipes@6.6.1:
workbox-routing "6.6.1"
workbox-strategies "6.6.1"
-workbox-routing@^6.1.5, workbox-routing@6.6.1:
+workbox-routing@6.6.1, workbox-routing@^6.1.5:
version "6.6.1"
resolved "https://registry.npmjs.org/workbox-routing/-/workbox-routing-6.6.1.tgz"
integrity sha512-j4ohlQvfpVdoR8vDYxTY9rA9VvxTHogkIDwGdJ+rb2VRZQ5vt1CWwUUZBeD/WGFAni12jD1HlMXvJ8JS7aBWTg==
dependencies:
workbox-core "6.6.1"
-workbox-strategies@^6.1.5, workbox-strategies@6.6.1:
+workbox-strategies@6.6.1, workbox-strategies@^6.1.5:
version "6.6.1"
resolved "https://registry.npmjs.org/workbox-strategies/-/workbox-strategies-6.6.1.tgz"
integrity sha512-WQLXkRnsk4L81fVPkkgon1rZNxnpdO5LsO+ws7tYBC6QQQFJVI6v98klrJEjFtZwzw/mB/HT5yVp7CcX0O+mrw==
@@ -21273,16 +19679,7 @@ wrap-ansi@^7.0.0:
string-width "^4.1.0"
strip-ansi "^6.0.0"
-wrap-ansi@^8.0.1:
- version "8.1.0"
- resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz"
- integrity sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==
- dependencies:
- ansi-styles "^6.1.0"
- string-width "^5.0.1"
- strip-ansi "^7.0.1"
-
-wrap-ansi@^8.1.0:
+wrap-ansi@^8.0.1, wrap-ansi@^8.1.0:
version "8.1.0"
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz"
integrity sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==
@@ -21320,12 +19717,7 @@ ws@^7.3.1, ws@^7.4.6:
resolved "https://registry.npmjs.org/ws/-/ws-7.5.10.tgz"
integrity sha512-+dbF1tHwZpXcbOJdVOkzLDxZP1ailvSxM6ZweXTegylPny803bFhA+vqBYw4s31NSAk4S2Qz+AKXK9a4wkdjcQ==
-ws@^8.13.0:
- version "8.18.0"
- resolved "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz"
- integrity sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==
-
-ws@^8.2.3:
+ws@^8.13.0, ws@^8.2.3:
version "8.18.0"
resolved "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz"
integrity sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==
@@ -21387,17 +19779,7 @@ yallist@^2.1.2:
resolved "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz"
integrity sha512-ncTzHV7NvsQZkYe1DW7cbDLm0YpzHmZF5r/iyP3ZnQtMiJ+pjzisCiMNI+Sj+xQF5pXhSHxSB3uDbsBTzY/c2A==
-yallist@^3.0.0:
- version "3.1.1"
- resolved "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz"
- integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==
-
-yallist@^3.0.2:
- version "3.1.1"
- resolved "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz"
- integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==
-
-yallist@^3.1.1:
+yallist@^3.0.0, yallist@^3.0.2, yallist@^3.1.1:
version "3.1.1"
resolved "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz"
integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==
@@ -21412,12 +19794,7 @@ yaml@^1.10.0, yaml@^1.10.2, yaml@^1.7.2:
resolved "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz"
integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==
-yaml@^2.2.2:
- version "2.5.0"
- resolved "https://registry.npmjs.org/yaml/-/yaml-2.5.0.tgz"
- integrity sha512-2wWLbGbYDiSqqIKoPjar3MPgB94ErzCtrNE1FdqGuaO0pi2JGjmE8aW8TDZwzU7vuxcGRdL/4gPQwQ7hD5AMSw==
-
-yaml@^2.3.4:
+yaml@^2.2.2, yaml@^2.3.4:
version "2.5.0"
resolved "https://registry.npmjs.org/yaml/-/yaml-2.5.0.tgz"
integrity sha512-2wWLbGbYDiSqqIKoPjar3MPgB94ErzCtrNE1FdqGuaO0pi2JGjmE8aW8TDZwzU7vuxcGRdL/4gPQwQ7hD5AMSw==
From 20e343fc9e34570dcd8678ddb449d48c5b62a140 Mon Sep 17 00:00:00 2001
From: Mozafar
Date: Thu, 26 Sep 2024 09:47:38 +0100
Subject: [PATCH 157/170] fix: update default props to JS default params
(#1598)
* refactor(react-18): replace defaultProps with JS default params
* refactor(react-18): replace remaining defaultProps manually
* refactor(react-18): fix wrong replacement for forwardRef and class components
* refactor(react-18): use static defaultProps for class components
* fix: avoid unnecessary rerenders using stable default prop references (partial)
* fix: stable default prop references
* fix: add missing defaultProps for file-input-field
---------
Co-authored-by: Austin McGee <947888+amcgee@users.noreply.github.com>
Co-authored-by: Kai Vandivier
---
components/alert/src/alert-bar/alert-bar.js | 12 ++----
components/alert/src/alert-bar/icon.js | 6 +--
.../alert/src/alert-stack/alert-stack.js | 10 ++---
components/box/src/box.js | 6 +--
.../button/src/button-strip/button-strip.js | 12 +++---
components/button/src/button/button.js | 9 +----
.../src/dropdown-button/dropdown-button.js | 10 ++---
.../button/src/split-button/split-button.js | 10 ++---
.../src/calendar-input/calendar-input.js | 5 +--
components/calendar/src/calendar/calendar.js | 12 ++----
.../src/stories/calendar-story-wrapper.js | 12 ++----
components/card/src/card.js | 6 +--
components/center/src/center.js | 15 +++++---
.../src/checkbox-field/checkbox-field.js | 6 +--
components/checkbox/src/checkbox/checkbox.js | 18 ++++-----
components/chip/src/chip.js | 12 ++----
components/cover/src/cover.js | 12 +++---
.../css/src/css-variables/css-variables.js | 16 ++++----
components/divider/src/divider.js | 12 +++---
.../field/src/field-group/field-group.js | 6 +--
components/field/src/field-set/field-set.js | 10 ++---
components/field/src/field/field.js | 6 +--
.../file-input-field-with-list.js | 28 +++++++-------
...file-input-field-with-list.prod.stories.js | 6 ++-
.../src/file-input-field/file-input-field.js | 18 +++------
.../file-input-field.prod.stories.js | 4 +-
.../file-input/src/file-input/file-input.js | 14 +++----
.../src/file-list/file-list-item.js | 6 +--
.../src/file-list/file-list-placeholder.js | 9 ++---
.../file-input/src/file-list/file-list.js | 10 ++---
.../header-bar/src/notification-icon.js | 6 +--
components/help/src/help.js | 13 ++++---
.../input/src/input-field/input-field.js | 10 ++---
components/input/src/input/input.js | 14 +++----
.../src/intersection-detector.js | 9 +----
components/label/src/label.js | 6 +--
components/layer/src/layer.js | 12 ++----
components/layer/src/layer.prod.stories.js | 6 ++-
components/legend/src/legend.js | 11 +++---
.../src/circular-loader/circular-loader.js | 6 +--
.../loader/src/linear-loader/linear-loader.js | 12 ++----
components/logo/src/logo.js | 30 +++++----------
.../menu/src/flyout-menu/flyout-menu.js | 12 ++----
.../menu/src/menu-divider/menu-divider.js | 10 ++---
components/menu/src/menu-item/menu-item.js | 6 +--
.../menu-section-header.js | 6 +--
components/menu/src/menu/menu.js | 11 +++---
.../modal/src/modal-actions/modal-actions.js | 9 ++---
.../modal/src/modal-content/modal-content.js | 10 ++---
.../modal/src/modal-title/modal-title.js | 9 ++---
components/modal/src/modal/modal.js | 9 +----
components/node/src/node.js | 6 +--
.../notice-box/src/notice-box-content.js | 10 ++---
components/notice-box/src/notice-box.js | 6 +--
.../organisation-unit-tree-root-error.js | 9 ++---
.../organisation-unit-tree-root-loading.js | 8 ++--
.../organisation-unit-tree.js | 23 ++++--------
.../src/__tests__/page-summary.test.js | 4 +-
components/pagination/src/pagination.js | 33 ++++++++---------
components/popover/src/popover.e2e.stories.js | 18 +++++----
components/popover/src/popover.js | 17 +++------
.../popover/src/popover.prod.stories.js | 8 +++-
components/popper/src/popper.js | 14 +++----
components/radio/src/radio.js | 10 ++---
.../multi-select-field/multi-select-field.js | 36 +++++++++---------
.../multi-select-field.prod.stories.js | 8 +++-
.../multi-select-option.js | 6 +--
components/select/src/multi-select/input.js | 6 +--
components/select/src/multi-select/menu.js | 6 +--
.../select/src/multi-select/multi-select.js | 11 ++----
components/select/src/select/input-wrapper.js | 6 +--
components/select/src/select/menu-wrapper.js | 6 +--
components/select/src/select/select.js | 8 ++--
.../single-select-field.js | 37 ++++++++++---------
.../single-select-field.prod.stories.js | 10 ++++-
.../single-select-option.js | 6 +--
components/select/src/single-select/input.js | 6 +--
components/select/src/single-select/menu.js | 6 +--
.../select/src/single-select/single-select.js | 9 +----
.../selector-bar-item/selector-bar-item.js | 6 +--
.../src/selector-bar/selector-bar.js | 6 +--
.../src/autocomplete/autocomplete.js | 6 +--
.../src/autocomplete/menu-popup.js | 6 +--
components/sharing-dialog/src/modal/modal.js | 11 +++---
.../sharing-dialog/src/sharing-dialog.js | 32 +++++++---------
.../switch/src/switch-field/switch-field.js | 6 +--
components/switch/src/switch/switch.js | 18 ++++-----
components/tab/src/tab-bar/tab-bar.js | 12 +++---
components/tab/src/tab/tab.js | 14 ++++---
.../table/src/data-table/data-table-cell.js | 16 +++-----
.../data-table-column-header.js | 6 +--
.../data-table-row/data-table-row.js | 6 +--
components/table/src/data-table/data-table.js | 12 ++----
.../data-table/table-elements/table-body.js | 16 +++++---
.../table-data-cell/table-data-cell.js | 16 +++-----
.../data-table/table-elements/table-foot.js | 15 +++++---
.../data-table/table-elements/table-head.js | 4 --
.../table-header-cell-action.js | 16 +++++---
.../table-header-cell/table-header-cell.js | 18 +++------
.../data-table/table-elements/table-row.js | 14 ++++---
.../table-elements/table-scroll-box.js | 18 +++++----
.../table-elements/table-toolbar.js | 16 +++++---
.../src/data-table/table-elements/table.js | 12 ++----
.../src/stacked-table/stacked-table-body.js | 10 ++---
.../stacked-table/stacked-table-cell-head.js | 9 +----
.../src/stacked-table/stacked-table-cell.js | 10 ++---
.../src/stacked-table/stacked-table-foot.js | 10 ++---
.../src/stacked-table/stacked-table-head.js | 10 ++---
.../stacked-table/stacked-table-row-head.js | 10 ++---
.../src/stacked-table/stacked-table-row.js | 10 ++---
.../table/src/stacked-table/stacked-table.js | 6 +--
components/table/src/table/table-body.js | 11 +++---
components/table/src/table/table-cell-head.js | 6 +--
components/table/src/table/table-cell.js | 6 +--
components/table/src/table/table-foot.js | 11 +++---
components/table/src/table/table-head.js | 11 +++---
components/table/src/table/table-row-head.js | 6 +--
components/table/src/table/table-row.js | 6 +--
components/table/src/table/table.js | 6 +--
components/tag/src/tag.js | 9 +----
.../src/text-area-field/text-area-field.js | 12 ++----
.../text-area/src/text-area/text-area.js | 21 +++++------
components/tooltip/src/tooltip.js | 18 +++------
components/transfer/src/options-container.js | 6 +--
components/transfer/src/transfer-option.js | 6 +--
components/transfer/src/transfer.js | 37 ++++++-------------
.../transfer/src/transfer.prod.stories.js | 20 ++++++----
components/user-avatar/src/text-avatar.js | 6 +--
components/user-avatar/src/user-avatar.js | 6 +--
docs/src/components/DemoComponent.jsx | 7 +---
130 files changed, 597 insertions(+), 859 deletions(-)
diff --git a/components/alert/src/alert-bar/alert-bar.js b/components/alert/src/alert-bar/alert-bar.js
index 8e84bd2c23..4440e1996f 100644
--- a/components/alert/src/alert-bar/alert-bar.js
+++ b/components/alert/src/alert-bar/alert-bar.js
@@ -13,10 +13,10 @@ const AlertBar = ({
children,
className,
critical,
- dataTest,
- duration,
+ dataTest = 'dhis2-uicore-alertbar',
+ duration = 8000,
hidden,
- icon,
+ icon = true,
permanent,
success,
warning,
@@ -142,12 +142,6 @@ const alertTypePropType = mutuallyExclusive(
PropTypes.bool
)
-AlertBar.defaultProps = {
- duration: 8000,
- dataTest: 'dhis2-uicore-alertbar',
- icon: true,
-}
-
AlertBar.propTypes = {
/** An array of 0-2 action objects
`[{label: "Save", onClick: clickHandler}]`*/
diff --git a/components/alert/src/alert-bar/icon.js b/components/alert/src/alert-bar/icon.js
index cb78de8a30..dec45757b7 100644
--- a/components/alert/src/alert-bar/icon.js
+++ b/components/alert/src/alert-bar/icon.js
@@ -9,7 +9,7 @@ import {
import PropTypes from 'prop-types'
import React from 'react'
-const StatusIcon = ({ error, warning, valid, info, defaultTo }) => {
+const StatusIcon = ({ error, warning, valid, info, defaultTo = null }) => {
if (error) {
return
}
@@ -26,10 +26,6 @@ const StatusIcon = ({ error, warning, valid, info, defaultTo }) => {
return defaultTo
}
-StatusIcon.defaultProps = {
- defaultTo: null,
-}
-
StatusIcon.propTypes = {
defaultTo: PropTypes.element,
error: PropTypes.bool,
diff --git a/components/alert/src/alert-stack/alert-stack.js b/components/alert/src/alert-stack/alert-stack.js
index c4b35ed022..31ce8f4838 100644
--- a/components/alert/src/alert-stack/alert-stack.js
+++ b/components/alert/src/alert-stack/alert-stack.js
@@ -4,7 +4,11 @@ import cx from 'classnames'
import PropTypes from 'prop-types'
import React from 'react'
-export const AlertStack = ({ className, children, dataTest }) => (
+export const AlertStack = ({
+ className,
+ children,
+ dataTest = 'dhis2-uicore-alertstack',
+}) => (
{children}
@@ -33,10 +37,6 @@ export const AlertStack = ({ className, children, dataTest }) => (
)
-AlertStack.defaultProps = {
- dataTest: 'dhis2-uicore-alertstack',
-}
-
AlertStack.propTypes = {
children: PropTypes.node,
className: PropTypes.string,
diff --git a/components/box/src/box.js b/components/box/src/box.js
index da9daa35b1..0221e1462e 100644
--- a/components/box/src/box.js
+++ b/components/box/src/box.js
@@ -11,7 +11,7 @@ export const Box = ({
maxWidth,
marginTop,
children,
- dataTest,
+ dataTest = 'dhis2-uicore-box',
className,
}) => (
@@ -31,10 +31,6 @@ export const Box = ({
)
-Box.defaultProps = {
- dataTest: 'dhis2-uicore-box',
-}
-
Box.propTypes = {
children: PropTypes.node,
className: PropTypes.string,
diff --git a/components/button/src/button-strip/button-strip.js b/components/button/src/button-strip/button-strip.js
index 38ccc7a8d5..3857a0b194 100644
--- a/components/button/src/button-strip/button-strip.js
+++ b/components/button/src/button-strip/button-strip.js
@@ -4,7 +4,13 @@ import cx from 'classnames'
import PropTypes from 'prop-types'
import React, { Children } from 'react'
-const ButtonStrip = ({ className, children, middle, end, dataTest }) => (
+const ButtonStrip = ({
+ className,
+ children,
+ middle,
+ end,
+ dataTest = 'dhis2-uicore-buttonstrip',
+}) => (
(
const alignmentPropType = mutuallyExclusive(['middle', 'end'], PropTypes.bool)
-ButtonStrip.defaultProps = {
- dataTest: 'dhis2-uicore-buttonstrip',
-}
-
ButtonStrip.propTypes = {
children: PropTypes.node,
className: PropTypes.string,
diff --git a/components/button/src/button/button.js b/components/button/src/button/button.js
index a920e49b77..b25843f6e7 100644
--- a/components/button/src/button/button.js
+++ b/components/button/src/button/button.js
@@ -8,7 +8,7 @@ import styles from './button.styles.js'
export const Button = ({
children,
className,
- dataTest,
+ dataTest = 'dhis2-uicore-button',
destructive,
disabled,
icon,
@@ -20,7 +20,7 @@ export const Button = ({
small,
tabIndex,
toggled,
- type,
+ type = 'button',
value,
onBlur,
onClick,
@@ -94,11 +94,6 @@ export const Button = ({
)
}
-Button.defaultProps = {
- type: 'button',
- dataTest: 'dhis2-uicore-button',
-}
-
Button.propTypes = {
/** Component to render inside the button */
children: PropTypes.node,
diff --git a/components/button/src/dropdown-button/dropdown-button.js b/components/button/src/dropdown-button/dropdown-button.js
index 82abc73249..418235f37c 100644
--- a/components/button/src/dropdown-button/dropdown-button.js
+++ b/components/button/src/dropdown-button/dropdown-button.js
@@ -67,6 +67,10 @@ class DropdownButton extends Component {
open: false,
}
+ static defaultProps = {
+ dataTest: 'dhis2-uicore-dropdownbutton',
+ }
+
anchorRef = React.createRef()
componentDidMount() {
@@ -124,7 +128,7 @@ class DropdownButton extends Component {
tabIndex,
type,
initialFocus,
- dataTest,
+ dataTest = 'dhis2-uicore-dropdownbutton',
} = this.props
const open =
typeof this.props.open === 'boolean'
@@ -181,10 +185,6 @@ class DropdownButton extends Component {
}
}
-DropdownButton.defaultProps = {
- dataTest: 'dhis2-uicore-dropdownbutton',
-}
-
DropdownButton.propTypes = {
/** Children to render inside the buton */
children: PropTypes.node,
diff --git a/components/button/src/split-button/split-button.js b/components/button/src/split-button/split-button.js
index 4aab19d6f5..21041d1c26 100644
--- a/components/button/src/split-button/split-button.js
+++ b/components/button/src/split-button/split-button.js
@@ -20,6 +20,10 @@ class SplitButton extends Component {
open: false,
}
+ static defaultProps = {
+ dataTest: 'dhis2-uicore-splitbutton',
+ }
+
anchorRef = React.createRef()
componentDidMount() {
@@ -72,7 +76,7 @@ class SplitButton extends Component {
disabled,
type,
tabIndex,
- dataTest,
+ dataTest = 'dhis2-uicore-splitbutton',
initialFocus,
} = this.props
@@ -159,10 +163,6 @@ class SplitButton extends Component {
}
}
-SplitButton.defaultProps = {
- dataTest: 'dhis2-uicore-splitbutton',
-}
-
SplitButton.propTypes = {
children: PropTypes.string,
className: PropTypes.string,
diff --git a/components/calendar/src/calendar-input/calendar-input.js b/components/calendar/src/calendar-input/calendar-input.js
index 2a8ae395fe..4be73a6555 100644
--- a/components/calendar/src/calendar-input/calendar-input.js
+++ b/components/calendar/src/calendar-input/calendar-input.js
@@ -27,6 +27,7 @@ export const CalendarInput = ({
width,
cellSize,
clearable,
+ dataTest = 'dhis2-uiwidgets-calendar-inputfield',
...rest
} = {}) => {
const ref = useRef()
@@ -72,6 +73,7 @@ export const CalendarInput = ({
{
const wrapperBorderColor = colors.grey300
const backgroundColor = 'none'
@@ -85,12 +85,6 @@ export const Calendar = ({
)
}
-Calendar.defaultProps = {
- cellSize: '32px',
- width: '240px',
- weekDayFormat: 'narrow',
-}
-
export const CalendarProps = {
/** the calendar to use such gregory, ethiopic, nepali - full supported list here: https://github.com/dhis2/multi-calendar-dates/blob/main/src/constants/calendars.ts */
calendar: PropTypes.any.isRequired,
diff --git a/components/calendar/src/stories/calendar-story-wrapper.js b/components/calendar/src/stories/calendar-story-wrapper.js
index e43ed91688..24d6b70249 100644
--- a/components/calendar/src/stories/calendar-story-wrapper.js
+++ b/components/calendar/src/stories/calendar-story-wrapper.js
@@ -6,13 +6,13 @@ import { Calendar } from '../calendar/calendar.js'
const { calendars, numberingSystems } = constants
export const CalendarStoryWrapper = (props) => {
const {
- calendar,
+ calendar = 'gregory',
locale,
timeZone,
dir,
- component: Component,
+ component: Component = Calendar,
date,
- weekDayFormat,
+ weekDayFormat = 'narrow',
} = props
const [selectedCalendar, setSelectedCalendar] = useState(calendar)
const [selectedNumberingSystem, setSelectedNumberingSystem] = useState()
@@ -159,12 +159,6 @@ export const CalendarStoryWrapper = (props) => {
)
}
-CalendarStoryWrapper.defaultProps = {
- calendar: 'gregorian',
- component: Calendar,
- weekDayFormat: 'narrow',
-}
-
CalendarStoryWrapper.propTypes = {
calendar: PropTypes.string.isRequired,
component: PropTypes.elementType.isRequired,
diff --git a/components/card/src/card.js b/components/card/src/card.js
index 9319d2b974..8de324e841 100644
--- a/components/card/src/card.js
+++ b/components/card/src/card.js
@@ -3,7 +3,7 @@ import cx from 'classnames'
import PropTypes from 'prop-types'
import React from 'react'
-const Card = ({ className, children, dataTest }) => (
+const Card = ({ className, children, dataTest = 'dhis2-uicore-card' }) => (
{children}
@@ -23,10 +23,6 @@ const Card = ({ className, children, dataTest }) => (
)
-Card.defaultProps = {
- dataTest: 'dhis2-uicore-card',
-}
-
Card.propTypes = {
children: PropTypes.node,
className: PropTypes.string,
diff --git a/components/center/src/center.js b/components/center/src/center.js
index 7222bbb4aa..12275421a6 100644
--- a/components/center/src/center.js
+++ b/components/center/src/center.js
@@ -3,7 +3,15 @@ import PropTypes from 'prop-types'
import React, { forwardRef } from 'react'
export const Center = forwardRef(
- ({ className, dataTest, children, position }, ref) => (
+ (
+ {
+ className,
+ dataTest = 'dhis2-uicore-centeredcontent',
+ children,
+ position = 'middle',
+ },
+ ref
+ ) => (
(
)
-CheckboxField.defaultProps = {
- dataTest: 'dhis2-uiwidgets-checkboxfield',
-}
-
CheckboxField.propTypes = {
checked: PropTypes.bool,
className: PropTypes.string,
diff --git a/components/checkbox/src/checkbox/checkbox.js b/components/checkbox/src/checkbox/checkbox.js
index c4e95492df..735a1fa6c1 100644
--- a/components/checkbox/src/checkbox/checkbox.js
+++ b/components/checkbox/src/checkbox/checkbox.js
@@ -58,10 +58,16 @@ class Checkbox extends Component {
}
}
+ static defaultProps = {
+ checked: false,
+ indeterminate: false,
+ dataTest: 'dhis2-uicore-checkbox',
+ }
+
render() {
const {
- checked,
- indeterminate,
+ checked = false,
+ indeterminate = false,
className,
disabled,
error,
@@ -72,7 +78,7 @@ class Checkbox extends Component {
value,
warning,
dense,
- dataTest,
+ dataTest = 'dhis2-uicore-checkbox',
} = this.props
const classes = cx({
@@ -178,12 +184,6 @@ class Checkbox extends Component {
}
}
-Checkbox.defaultProps = {
- checked: false,
- indeterminate: false,
- dataTest: 'dhis2-uicore-checkbox',
-}
-
const uniqueOnStatePropType = mutuallyExclusive(
['checked', 'indeterminate'],
PropTypes.bool
diff --git a/components/chip/src/chip.js b/components/chip/src/chip.js
index 221bf677cd..c06364b3b3 100644
--- a/components/chip/src/chip.js
+++ b/components/chip/src/chip.js
@@ -19,11 +19,11 @@ const Chip = ({
onRemove,
onClick,
icon,
- dataTest,
- marginBottom,
+ dataTest = 'dhis2-uicore-chip',
+ marginBottom = 4,
marginLeft,
marginRight,
- marginTop,
+ marginTop = 4,
marginInlineStart,
marginInlineEnd,
}) => (
@@ -114,12 +114,6 @@ const Chip = ({
)
-Chip.defaultProps = {
- dataTest: 'dhis2-uicore-chip',
- marginBottom: 4,
- marginTop: 4,
-}
-
Chip.propTypes = {
children: PropTypes.any,
className: PropTypes.string,
diff --git a/components/cover/src/cover.js b/components/cover/src/cover.js
index 01b2422fdc..2ddb89ff52 100644
--- a/components/cover/src/cover.js
+++ b/components/cover/src/cover.js
@@ -10,7 +10,13 @@ const createClickHandler = (onClick) => (event) => {
}
}
-const Cover = ({ children, className, dataTest, onClick, translucent }) => (
+const Cover = ({
+ children,
+ className,
+ dataTest = 'dhis2-uicore-componentcover',
+ onClick,
+ translucent,
+}) => (
(
)
-Cover.defaultProps = {
- dataTest: 'dhis2-uicore-componentcover',
-}
-
Cover.propTypes = {
children: PropTypes.node,
className: PropTypes.string,
diff --git a/components/css/src/css-variables/css-variables.js b/components/css/src/css-variables/css-variables.js
index d1136932fa..959956efc7 100644
--- a/components/css/src/css-variables/css-variables.js
+++ b/components/css/src/css-variables/css-variables.js
@@ -15,7 +15,13 @@ const toCustomPropertyString = (themeSection) =>
.map(([key, value]) => `--${key}: ${value};`)
.join('\n')
-const CssVariables = ({ colors, theme, layers, spacers, elevations }) => {
+const CssVariables = ({
+ colors = false,
+ theme = false,
+ layers = false,
+ spacers = false,
+ elevations = false,
+}) => {
const allowedProps = { colors, theme, layers, spacers, elevations }
const variables = Object.keys(allowedProps)
// Filter all props that are false
@@ -36,14 +42,6 @@ const CssVariables = ({ colors, theme, layers, spacers, elevations }) => {
)
}
-CssVariables.defaultProps = {
- colors: false,
- theme: false,
- layers: false,
- spacers: false,
- elevations: false,
-}
-
CssVariables.propTypes = {
colors: PropTypes.bool,
elevations: PropTypes.bool,
diff --git a/components/divider/src/divider.js b/components/divider/src/divider.js
index 1db09c1b3e..10f75165db 100644
--- a/components/divider/src/divider.js
+++ b/components/divider/src/divider.js
@@ -15,7 +15,12 @@ const flipMargin = (margin) => {
return margin
}
-const Divider = ({ className, dataTest, dense, margin }) => {
+const Divider = ({
+ className,
+ dataTest = 'dhis2-uicore-divider',
+ dense,
+ margin = `${spacers.dp8} 0`,
+}) => {
return (
- >
- )
-}
From 3e9d010c2c5ea70032a60a8dc6d7df97c3021232 Mon Sep 17 00:00:00 2001
From: "@dhis2-bot"
Date: Tue, 1 Oct 2024 09:16:05 +0000
Subject: [PATCH 162/170] chore(release): cut 9.11.7 [skip release]
## [9.11.7](https://github.com/dhis2/ui/compare/v9.11.6...v9.11.7) (2024-10-01)
### Bug Fixes
* revert "fix: select-field not showing in correct place" ([#1614](https://github.com/dhis2/ui/issues/1614)) ([c83de6b](https://github.com/dhis2/ui/commit/c83de6b0a8993ac16a87a3351ec96ff1aa43151b))
---
CHANGELOG.md | 7 ++
collections/forms/package.json | 20 ++--
collections/ui/package.json | 98 +++++++++----------
components/alert/package.json | 8 +-
components/box/package.json | 4 +-
components/button/package.json | 12 +--
components/calendar/package.json | 16 +--
components/card/package.json | 4 +-
components/center/package.json | 4 +-
components/checkbox/package.json | 8 +-
components/chip/package.json | 4 +-
components/cover/package.json | 4 +-
components/css/package.json | 4 +-
components/divider/package.json | 4 +-
components/field/package.json | 10 +-
components/file-input/package.json | 16 +--
components/header-bar/package.json | 30 +++---
components/help/package.json | 4 +-
components/input/package.json | 16 +--
components/intersection-detector/package.json | 4 +-
components/label/package.json | 6 +-
components/layer/package.json | 6 +-
components/legend/package.json | 6 +-
components/loader/package.json | 4 +-
components/logo/package.json | 4 +-
components/menu/package.json | 16 +--
components/modal/package.json | 14 +--
components/node/package.json | 6 +-
components/notice-box/package.json | 6 +-
.../organisation-unit-tree/package.json | 12 +--
components/pagination/package.json | 10 +-
components/popover/package.json | 8 +-
components/popper/package.json | 4 +-
components/portal/package.json | 2 +-
components/radio/package.json | 4 +-
components/required/package.json | 4 +-
components/segmented-control/package.json | 4 +-
components/select/package.json | 30 +++---
components/selector-bar/package.json | 22 ++---
components/sharing-dialog/package.json | 34 +++----
components/status-icon/package.json | 8 +-
components/switch/package.json | 8 +-
components/tab/package.json | 8 +-
components/table/package.json | 6 +-
components/tag/package.json | 4 +-
components/text-area/package.json | 14 +--
components/tooltip/package.json | 8 +-
components/transfer/package.json | 14 +--
components/user-avatar/package.json | 4 +-
constants/package.json | 2 +-
docs/package.json | 2 +-
icons/package.json | 2 +-
package.json | 2 +-
storybook/package.json | 6 +-
54 files changed, 287 insertions(+), 280 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ea109054a0..8678bef95a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## [9.11.7](https://github.com/dhis2/ui/compare/v9.11.6...v9.11.7) (2024-10-01)
+
+
+### Bug Fixes
+
+* revert "fix: select-field not showing in correct place" ([#1614](https://github.com/dhis2/ui/issues/1614)) ([c83de6b](https://github.com/dhis2/ui/commit/c83de6b0a8993ac16a87a3351ec96ff1aa43151b))
+
## [9.11.6](https://github.com/dhis2/ui/compare/v9.11.5...v9.11.6) (2024-09-29)
diff --git a/collections/forms/package.json b/collections/forms/package.json
index cae0397ec1..3b14a2f38d 100644
--- a/collections/forms/package.json
+++ b/collections/forms/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-forms",
- "version": "9.11.6",
+ "version": "9.11.7",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
"sideEffects": [
@@ -35,15 +35,15 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.11.6",
- "@dhis2-ui/checkbox": "9.11.6",
- "@dhis2-ui/field": "9.11.6",
- "@dhis2-ui/file-input": "9.11.6",
- "@dhis2-ui/input": "9.11.6",
- "@dhis2-ui/radio": "9.11.6",
- "@dhis2-ui/select": "9.11.6",
- "@dhis2-ui/switch": "9.11.6",
- "@dhis2-ui/text-area": "9.11.6",
+ "@dhis2-ui/button": "9.11.7",
+ "@dhis2-ui/checkbox": "9.11.7",
+ "@dhis2-ui/field": "9.11.7",
+ "@dhis2-ui/file-input": "9.11.7",
+ "@dhis2-ui/input": "9.11.7",
+ "@dhis2-ui/radio": "9.11.7",
+ "@dhis2-ui/select": "9.11.7",
+ "@dhis2-ui/switch": "9.11.7",
+ "@dhis2-ui/text-area": "9.11.7",
"classnames": "^2.3.1",
"final-form": "^4.20.2",
"prop-types": "^15.7.2",
diff --git a/collections/ui/package.json b/collections/ui/package.json
index 66425f7344..107e390f53 100644
--- a/collections/ui/package.json
+++ b/collections/ui/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui",
- "version": "9.11.6",
+ "version": "9.11.7",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
"exports": {
@@ -21,54 +21,54 @@
"build": "d2-app-scripts build"
},
"dependencies": {
- "@dhis2-ui/alert": "9.11.6",
- "@dhis2-ui/box": "9.11.6",
- "@dhis2-ui/button": "9.11.6",
- "@dhis2-ui/calendar": "9.11.6",
- "@dhis2-ui/card": "9.11.6",
- "@dhis2-ui/center": "9.11.6",
- "@dhis2-ui/checkbox": "9.11.6",
- "@dhis2-ui/chip": "9.11.6",
- "@dhis2-ui/cover": "9.11.6",
- "@dhis2-ui/css": "9.11.6",
- "@dhis2-ui/divider": "9.11.6",
- "@dhis2-ui/field": "9.11.6",
- "@dhis2-ui/file-input": "9.11.6",
- "@dhis2-ui/header-bar": "9.11.6",
- "@dhis2-ui/help": "9.11.6",
- "@dhis2-ui/input": "9.11.6",
- "@dhis2-ui/intersection-detector": "9.11.6",
- "@dhis2-ui/label": "9.11.6",
- "@dhis2-ui/layer": "9.11.6",
- "@dhis2-ui/legend": "9.11.6",
- "@dhis2-ui/loader": "9.11.6",
- "@dhis2-ui/logo": "9.11.6",
- "@dhis2-ui/menu": "9.11.6",
- "@dhis2-ui/modal": "9.11.6",
- "@dhis2-ui/node": "9.11.6",
- "@dhis2-ui/notice-box": "9.11.6",
- "@dhis2-ui/organisation-unit-tree": "9.11.6",
- "@dhis2-ui/pagination": "9.11.6",
- "@dhis2-ui/popover": "9.11.6",
- "@dhis2-ui/popper": "9.11.6",
- "@dhis2-ui/portal": "9.11.6",
- "@dhis2-ui/radio": "9.11.6",
- "@dhis2-ui/required": "9.11.6",
- "@dhis2-ui/segmented-control": "9.11.6",
- "@dhis2-ui/select": "9.11.6",
- "@dhis2-ui/selector-bar": "9.11.6",
- "@dhis2-ui/sharing-dialog": "9.11.6",
- "@dhis2-ui/switch": "9.11.6",
- "@dhis2-ui/tab": "9.11.6",
- "@dhis2-ui/table": "9.11.6",
- "@dhis2-ui/tag": "9.11.6",
- "@dhis2-ui/text-area": "9.11.6",
- "@dhis2-ui/tooltip": "9.11.6",
- "@dhis2-ui/transfer": "9.11.6",
- "@dhis2-ui/user-avatar": "9.11.6",
- "@dhis2/ui-constants": "9.11.6",
- "@dhis2/ui-forms": "9.11.6",
- "@dhis2/ui-icons": "9.11.6",
+ "@dhis2-ui/alert": "9.11.7",
+ "@dhis2-ui/box": "9.11.7",
+ "@dhis2-ui/button": "9.11.7",
+ "@dhis2-ui/calendar": "9.11.7",
+ "@dhis2-ui/card": "9.11.7",
+ "@dhis2-ui/center": "9.11.7",
+ "@dhis2-ui/checkbox": "9.11.7",
+ "@dhis2-ui/chip": "9.11.7",
+ "@dhis2-ui/cover": "9.11.7",
+ "@dhis2-ui/css": "9.11.7",
+ "@dhis2-ui/divider": "9.11.7",
+ "@dhis2-ui/field": "9.11.7",
+ "@dhis2-ui/file-input": "9.11.7",
+ "@dhis2-ui/header-bar": "9.11.7",
+ "@dhis2-ui/help": "9.11.7",
+ "@dhis2-ui/input": "9.11.7",
+ "@dhis2-ui/intersection-detector": "9.11.7",
+ "@dhis2-ui/label": "9.11.7",
+ "@dhis2-ui/layer": "9.11.7",
+ "@dhis2-ui/legend": "9.11.7",
+ "@dhis2-ui/loader": "9.11.7",
+ "@dhis2-ui/logo": "9.11.7",
+ "@dhis2-ui/menu": "9.11.7",
+ "@dhis2-ui/modal": "9.11.7",
+ "@dhis2-ui/node": "9.11.7",
+ "@dhis2-ui/notice-box": "9.11.7",
+ "@dhis2-ui/organisation-unit-tree": "9.11.7",
+ "@dhis2-ui/pagination": "9.11.7",
+ "@dhis2-ui/popover": "9.11.7",
+ "@dhis2-ui/popper": "9.11.7",
+ "@dhis2-ui/portal": "9.11.7",
+ "@dhis2-ui/radio": "9.11.7",
+ "@dhis2-ui/required": "9.11.7",
+ "@dhis2-ui/segmented-control": "9.11.7",
+ "@dhis2-ui/select": "9.11.7",
+ "@dhis2-ui/selector-bar": "9.11.7",
+ "@dhis2-ui/sharing-dialog": "9.11.7",
+ "@dhis2-ui/switch": "9.11.7",
+ "@dhis2-ui/tab": "9.11.7",
+ "@dhis2-ui/table": "9.11.7",
+ "@dhis2-ui/tag": "9.11.7",
+ "@dhis2-ui/text-area": "9.11.7",
+ "@dhis2-ui/tooltip": "9.11.7",
+ "@dhis2-ui/transfer": "9.11.7",
+ "@dhis2-ui/user-avatar": "9.11.7",
+ "@dhis2/ui-constants": "9.11.7",
+ "@dhis2/ui-forms": "9.11.7",
+ "@dhis2/ui-icons": "9.11.7",
"prop-types": "^15.7.2"
},
"peerDependencies": {
diff --git a/components/alert/package.json b/components/alert/package.json
index be1f25f06a..b587a85041 100644
--- a/components/alert/package.json
+++ b/components/alert/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/alert",
- "version": "9.11.6",
+ "version": "9.11.7",
"description": "UI Alert",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/portal": "9.11.6",
- "@dhis2/ui-constants": "9.11.6",
- "@dhis2/ui-icons": "9.11.6",
+ "@dhis2-ui/portal": "9.11.7",
+ "@dhis2/ui-constants": "9.11.7",
+ "@dhis2/ui-icons": "9.11.7",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/box/package.json b/components/box/package.json
index 37cc58a269..2e0243e190 100644
--- a/components/box/package.json
+++ b/components/box/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/box",
- "version": "9.11.6",
+ "version": "9.11.7",
"description": "UI Box",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.6",
+ "@dhis2/ui-constants": "9.11.7",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/button/package.json b/components/button/package.json
index af27cc5f5f..ecf83ce581 100644
--- a/components/button/package.json
+++ b/components/button/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/button",
- "version": "9.11.6",
+ "version": "9.11.7",
"description": "UI Button",
"repository": {
"type": "git",
@@ -33,11 +33,11 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/layer": "9.11.6",
- "@dhis2-ui/loader": "9.11.6",
- "@dhis2-ui/popper": "9.11.6",
- "@dhis2/ui-constants": "9.11.6",
- "@dhis2/ui-icons": "9.11.6",
+ "@dhis2-ui/layer": "9.11.7",
+ "@dhis2-ui/loader": "9.11.7",
+ "@dhis2-ui/popper": "9.11.7",
+ "@dhis2/ui-constants": "9.11.7",
+ "@dhis2/ui-icons": "9.11.7",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/calendar/package.json b/components/calendar/package.json
index 3fd5c3ede6..cd711fc848 100644
--- a/components/calendar/package.json
+++ b/components/calendar/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/calendar",
- "version": "9.11.6",
+ "version": "9.11.7",
"description": "UI Calendar",
"repository": {
"type": "git",
@@ -33,15 +33,15 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/button": "9.11.6",
- "@dhis2-ui/card": "9.11.6",
- "@dhis2-ui/input": "9.11.6",
- "@dhis2-ui/layer": "9.11.6",
- "@dhis2-ui/popper": "9.11.6",
+ "@dhis2-ui/button": "9.11.7",
+ "@dhis2-ui/card": "9.11.7",
+ "@dhis2-ui/input": "9.11.7",
+ "@dhis2-ui/layer": "9.11.7",
+ "@dhis2-ui/popper": "9.11.7",
"@dhis2/multi-calendar-dates": "^1.2.3",
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.6",
- "@dhis2/ui-icons": "9.11.6",
+ "@dhis2/ui-constants": "9.11.7",
+ "@dhis2/ui-icons": "9.11.7",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/card/package.json b/components/card/package.json
index d11f6bad61..4a5b3fb795 100644
--- a/components/card/package.json
+++ b/components/card/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/card",
- "version": "9.11.6",
+ "version": "9.11.7",
"description": "UI Card",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.6",
+ "@dhis2/ui-constants": "9.11.7",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/center/package.json b/components/center/package.json
index 105c2b99cd..4a1de0191d 100644
--- a/components/center/package.json
+++ b/components/center/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/center",
- "version": "9.11.6",
+ "version": "9.11.7",
"description": "UI Center",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.6",
+ "@dhis2/ui-constants": "9.11.7",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/checkbox/package.json b/components/checkbox/package.json
index 0675846ed7..e069e2c0bc 100644
--- a/components/checkbox/package.json
+++ b/components/checkbox/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/checkbox",
- "version": "9.11.6",
+ "version": "9.11.7",
"description": "UI Checkbox",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/field": "9.11.6",
- "@dhis2-ui/required": "9.11.6",
- "@dhis2/ui-constants": "9.11.6",
+ "@dhis2-ui/field": "9.11.7",
+ "@dhis2-ui/required": "9.11.7",
+ "@dhis2/ui-constants": "9.11.7",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/chip/package.json b/components/chip/package.json
index 5064038605..6e3f5aa91d 100644
--- a/components/chip/package.json
+++ b/components/chip/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/chip",
- "version": "9.11.6",
+ "version": "9.11.7",
"description": "UI Chip",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.6",
+ "@dhis2/ui-constants": "9.11.7",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/cover/package.json b/components/cover/package.json
index 895e7f4bb5..7d7d1ac68c 100644
--- a/components/cover/package.json
+++ b/components/cover/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/cover",
- "version": "9.11.6",
+ "version": "9.11.7",
"description": "UI Cover",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.6",
+ "@dhis2/ui-constants": "9.11.7",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/css/package.json b/components/css/package.json
index 5be0d96f9a..40463d30d7 100644
--- a/components/css/package.json
+++ b/components/css/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/css",
- "version": "9.11.6",
+ "version": "9.11.7",
"description": "UI CSS",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.6",
+ "@dhis2/ui-constants": "9.11.7",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/divider/package.json b/components/divider/package.json
index 0d9e507707..0f84680557 100644
--- a/components/divider/package.json
+++ b/components/divider/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/divider",
- "version": "9.11.6",
+ "version": "9.11.7",
"description": "UI Divider",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.6",
+ "@dhis2/ui-constants": "9.11.7",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/field/package.json b/components/field/package.json
index 42eeb95732..cfc5c8a36f 100644
--- a/components/field/package.json
+++ b/components/field/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/field",
- "version": "9.11.6",
+ "version": "9.11.7",
"description": "UI Field",
"repository": {
"type": "git",
@@ -33,10 +33,10 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.11.6",
- "@dhis2-ui/help": "9.11.6",
- "@dhis2-ui/label": "9.11.6",
- "@dhis2/ui-constants": "9.11.6",
+ "@dhis2-ui/box": "9.11.7",
+ "@dhis2-ui/help": "9.11.7",
+ "@dhis2-ui/label": "9.11.7",
+ "@dhis2/ui-constants": "9.11.7",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/file-input/package.json b/components/file-input/package.json
index 0a227174eb..bfdd5832c5 100644
--- a/components/file-input/package.json
+++ b/components/file-input/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/file-input",
- "version": "9.11.6",
+ "version": "9.11.7",
"description": "UI FileInput",
"repository": {
"type": "git",
@@ -34,13 +34,13 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.11.6",
- "@dhis2-ui/field": "9.11.6",
- "@dhis2-ui/label": "9.11.6",
- "@dhis2-ui/loader": "9.11.6",
- "@dhis2-ui/status-icon": "9.11.6",
- "@dhis2/ui-constants": "9.11.6",
- "@dhis2/ui-icons": "9.11.6",
+ "@dhis2-ui/button": "9.11.7",
+ "@dhis2-ui/field": "9.11.7",
+ "@dhis2-ui/label": "9.11.7",
+ "@dhis2-ui/loader": "9.11.7",
+ "@dhis2-ui/status-icon": "9.11.7",
+ "@dhis2/ui-constants": "9.11.7",
+ "@dhis2/ui-icons": "9.11.7",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/header-bar/package.json b/components/header-bar/package.json
index 103d85b46d..bf3a216be1 100644
--- a/components/header-bar/package.json
+++ b/components/header-bar/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/header-bar",
- "version": "9.11.6",
+ "version": "9.11.7",
"description": "UI HeaderBar",
"repository": {
"type": "git",
@@ -34,21 +34,21 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/box": "9.11.6",
- "@dhis2-ui/button": "9.11.6",
- "@dhis2-ui/card": "9.11.6",
- "@dhis2-ui/center": "9.11.6",
- "@dhis2-ui/divider": "9.11.6",
- "@dhis2-ui/input": "9.11.6",
- "@dhis2-ui/layer": "9.11.6",
- "@dhis2-ui/loader": "9.11.6",
- "@dhis2-ui/logo": "9.11.6",
- "@dhis2-ui/menu": "9.11.6",
- "@dhis2-ui/modal": "9.11.6",
- "@dhis2-ui/user-avatar": "9.11.6",
+ "@dhis2-ui/box": "9.11.7",
+ "@dhis2-ui/button": "9.11.7",
+ "@dhis2-ui/card": "9.11.7",
+ "@dhis2-ui/center": "9.11.7",
+ "@dhis2-ui/divider": "9.11.7",
+ "@dhis2-ui/input": "9.11.7",
+ "@dhis2-ui/layer": "9.11.7",
+ "@dhis2-ui/loader": "9.11.7",
+ "@dhis2-ui/logo": "9.11.7",
+ "@dhis2-ui/menu": "9.11.7",
+ "@dhis2-ui/modal": "9.11.7",
+ "@dhis2-ui/user-avatar": "9.11.7",
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.6",
- "@dhis2/ui-icons": "9.11.6",
+ "@dhis2/ui-constants": "9.11.7",
+ "@dhis2/ui-icons": "9.11.7",
"classnames": "^2.3.1",
"moment": "^2.29.1",
"prop-types": "^15.7.2"
diff --git a/components/help/package.json b/components/help/package.json
index f8273ce3a4..ee40266116 100644
--- a/components/help/package.json
+++ b/components/help/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/help",
- "version": "9.11.6",
+ "version": "9.11.7",
"description": "UI Help",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.6",
+ "@dhis2/ui-constants": "9.11.7",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/input/package.json b/components/input/package.json
index d9b11fd64e..4996f1c465 100644
--- a/components/input/package.json
+++ b/components/input/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/input",
- "version": "9.11.6",
+ "version": "9.11.7",
"description": "UI Input",
"repository": {
"type": "git",
@@ -33,13 +33,13 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.11.6",
- "@dhis2-ui/field": "9.11.6",
- "@dhis2-ui/input": "9.11.6",
- "@dhis2-ui/loader": "9.11.6",
- "@dhis2-ui/status-icon": "9.11.6",
- "@dhis2/ui-constants": "9.11.6",
- "@dhis2/ui-icons": "9.11.6",
+ "@dhis2-ui/box": "9.11.7",
+ "@dhis2-ui/field": "9.11.7",
+ "@dhis2-ui/input": "9.11.7",
+ "@dhis2-ui/loader": "9.11.7",
+ "@dhis2-ui/status-icon": "9.11.7",
+ "@dhis2/ui-constants": "9.11.7",
+ "@dhis2/ui-icons": "9.11.7",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/intersection-detector/package.json b/components/intersection-detector/package.json
index 4946f9e440..048da79230 100644
--- a/components/intersection-detector/package.json
+++ b/components/intersection-detector/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/intersection-detector",
- "version": "9.11.6",
+ "version": "9.11.7",
"description": "UI IntersectionDetector",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.6",
+ "@dhis2/ui-constants": "9.11.7",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/label/package.json b/components/label/package.json
index fd92da60dd..54a7982189 100644
--- a/components/label/package.json
+++ b/components/label/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/label",
- "version": "9.11.6",
+ "version": "9.11.7",
"description": "UI Label",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/required": "9.11.6",
- "@dhis2/ui-constants": "9.11.6",
+ "@dhis2-ui/required": "9.11.7",
+ "@dhis2/ui-constants": "9.11.7",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/layer/package.json b/components/layer/package.json
index a4763cf661..3630b03bc3 100644
--- a/components/layer/package.json
+++ b/components/layer/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/layer",
- "version": "9.11.6",
+ "version": "9.11.7",
"description": "UI Layer",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/portal": "9.11.6",
- "@dhis2/ui-constants": "9.11.6",
+ "@dhis2-ui/portal": "9.11.7",
+ "@dhis2/ui-constants": "9.11.7",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/legend/package.json b/components/legend/package.json
index 586c1a38af..08c3133326 100644
--- a/components/legend/package.json
+++ b/components/legend/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/legend",
- "version": "9.11.6",
+ "version": "9.11.7",
"description": "UI Legend",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/required": "9.11.6",
- "@dhis2/ui-constants": "9.11.6",
+ "@dhis2-ui/required": "9.11.7",
+ "@dhis2/ui-constants": "9.11.7",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/loader/package.json b/components/loader/package.json
index 8c947365f4..20c6fb361a 100644
--- a/components/loader/package.json
+++ b/components/loader/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/loader",
- "version": "9.11.6",
+ "version": "9.11.7",
"description": "UI Loaders",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.6",
+ "@dhis2/ui-constants": "9.11.7",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/logo/package.json b/components/logo/package.json
index 11fe65fe92..0275e5694d 100644
--- a/components/logo/package.json
+++ b/components/logo/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/logo",
- "version": "9.11.6",
+ "version": "9.11.7",
"description": "UI Logo",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.6",
+ "@dhis2/ui-constants": "9.11.7",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/menu/package.json b/components/menu/package.json
index 0b8746966a..855692903e 100644
--- a/components/menu/package.json
+++ b/components/menu/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/menu",
- "version": "9.11.6",
+ "version": "9.11.7",
"description": "UI Menu",
"repository": {
"type": "git",
@@ -33,13 +33,13 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/card": "9.11.6",
- "@dhis2-ui/divider": "9.11.6",
- "@dhis2-ui/layer": "9.11.6",
- "@dhis2-ui/popper": "9.11.6",
- "@dhis2-ui/portal": "9.11.6",
- "@dhis2/ui-constants": "9.11.6",
- "@dhis2/ui-icons": "9.11.6",
+ "@dhis2-ui/card": "9.11.7",
+ "@dhis2-ui/divider": "9.11.7",
+ "@dhis2-ui/layer": "9.11.7",
+ "@dhis2-ui/popper": "9.11.7",
+ "@dhis2-ui/portal": "9.11.7",
+ "@dhis2/ui-constants": "9.11.7",
+ "@dhis2/ui-icons": "9.11.7",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/modal/package.json b/components/modal/package.json
index 5d0711b79f..c1608f30a6 100644
--- a/components/modal/package.json
+++ b/components/modal/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/modal",
- "version": "9.11.6",
+ "version": "9.11.7",
"description": "UI Modal",
"repository": {
"type": "git",
@@ -33,12 +33,12 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/card": "9.11.6",
- "@dhis2-ui/center": "9.11.6",
- "@dhis2-ui/layer": "9.11.6",
- "@dhis2-ui/portal": "9.11.6",
- "@dhis2/ui-constants": "9.11.6",
- "@dhis2/ui-icons": "9.11.6",
+ "@dhis2-ui/card": "9.11.7",
+ "@dhis2-ui/center": "9.11.7",
+ "@dhis2-ui/layer": "9.11.7",
+ "@dhis2-ui/portal": "9.11.7",
+ "@dhis2/ui-constants": "9.11.7",
+ "@dhis2/ui-icons": "9.11.7",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/node/package.json b/components/node/package.json
index b62d942eff..fa2542e07c 100644
--- a/components/node/package.json
+++ b/components/node/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/node",
- "version": "9.11.6",
+ "version": "9.11.7",
"description": "UI Node",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/loader": "9.11.6",
- "@dhis2/ui-constants": "9.11.6",
+ "@dhis2-ui/loader": "9.11.7",
+ "@dhis2/ui-constants": "9.11.7",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/notice-box/package.json b/components/notice-box/package.json
index e03d98f2f0..76c5a82006 100644
--- a/components/notice-box/package.json
+++ b/components/notice-box/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/notice-box",
- "version": "9.11.6",
+ "version": "9.11.7",
"description": "UI NoticeBox",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.6",
- "@dhis2/ui-icons": "9.11.6",
+ "@dhis2/ui-constants": "9.11.7",
+ "@dhis2/ui-icons": "9.11.7",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/organisation-unit-tree/package.json b/components/organisation-unit-tree/package.json
index 543bdfe0f5..6239547a84 100644
--- a/components/organisation-unit-tree/package.json
+++ b/components/organisation-unit-tree/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/organisation-unit-tree",
- "version": "9.11.6",
+ "version": "9.11.7",
"description": "UI OrganisationUnitTree",
"repository": {
"type": "git",
@@ -35,11 +35,11 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.11.6",
- "@dhis2-ui/checkbox": "9.11.6",
- "@dhis2-ui/loader": "9.11.6",
- "@dhis2-ui/node": "9.11.6",
- "@dhis2/ui-constants": "9.11.6",
+ "@dhis2-ui/button": "9.11.7",
+ "@dhis2-ui/checkbox": "9.11.7",
+ "@dhis2-ui/loader": "9.11.7",
+ "@dhis2-ui/node": "9.11.7",
+ "@dhis2/ui-constants": "9.11.7",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/pagination/package.json b/components/pagination/package.json
index 1bd4ec5517..ec196c4bb4 100644
--- a/components/pagination/package.json
+++ b/components/pagination/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/pagination",
- "version": "9.11.6",
+ "version": "9.11.7",
"description": "UI Pagination",
"repository": {
"type": "git",
@@ -34,10 +34,10 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.11.6",
- "@dhis2-ui/select": "9.11.6",
- "@dhis2/ui-constants": "9.11.6",
- "@dhis2/ui-icons": "9.11.6",
+ "@dhis2-ui/button": "9.11.7",
+ "@dhis2-ui/select": "9.11.7",
+ "@dhis2/ui-constants": "9.11.7",
+ "@dhis2/ui-icons": "9.11.7",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/popover/package.json b/components/popover/package.json
index 5909047bb7..efe3efbc3e 100644
--- a/components/popover/package.json
+++ b/components/popover/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/popover",
- "version": "9.11.6",
+ "version": "9.11.7",
"description": "UI Popover",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/layer": "9.11.6",
- "@dhis2-ui/popper": "9.11.6",
- "@dhis2/ui-constants": "9.11.6",
+ "@dhis2-ui/layer": "9.11.7",
+ "@dhis2-ui/popper": "9.11.7",
+ "@dhis2/ui-constants": "9.11.7",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/popper/package.json b/components/popper/package.json
index 09c1fde0d9..216f83c65d 100644
--- a/components/popper/package.json
+++ b/components/popper/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/popper",
- "version": "9.11.6",
+ "version": "9.11.7",
"description": "UI Popper",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.6",
+ "@dhis2/ui-constants": "9.11.7",
"@popperjs/core": "^2.10.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2",
diff --git a/components/portal/package.json b/components/portal/package.json
index e70f97c265..5755a46f01 100644
--- a/components/portal/package.json
+++ b/components/portal/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/portal",
- "version": "9.11.6",
+ "version": "9.11.7",
"description": "UI Portal",
"repository": {
"type": "git",
diff --git a/components/radio/package.json b/components/radio/package.json
index 0c74f480d7..d1134626ed 100644
--- a/components/radio/package.json
+++ b/components/radio/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/radio",
- "version": "9.11.6",
+ "version": "9.11.7",
"description": "UI Radio",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.6",
+ "@dhis2/ui-constants": "9.11.7",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/required/package.json b/components/required/package.json
index c00334037a..3143027e1e 100644
--- a/components/required/package.json
+++ b/components/required/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/required",
- "version": "9.11.6",
+ "version": "9.11.7",
"description": "UI Required",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.6",
+ "@dhis2/ui-constants": "9.11.7",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/segmented-control/package.json b/components/segmented-control/package.json
index ab4c40f517..c4007f860a 100644
--- a/components/segmented-control/package.json
+++ b/components/segmented-control/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/segmented-control",
- "version": "9.11.6",
+ "version": "9.11.7",
"description": "UI Segmented Control",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.6",
+ "@dhis2/ui-constants": "9.11.7",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/select/package.json b/components/select/package.json
index f9ffd39819..7fa375327f 100644
--- a/components/select/package.json
+++ b/components/select/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/select",
- "version": "9.11.6",
+ "version": "9.11.7",
"description": "UI Select",
"repository": {
"type": "git",
@@ -33,21 +33,21 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/box": "9.11.6",
- "@dhis2-ui/button": "9.11.6",
- "@dhis2-ui/card": "9.11.6",
- "@dhis2-ui/checkbox": "9.11.6",
- "@dhis2-ui/chip": "9.11.6",
- "@dhis2-ui/field": "9.11.6",
- "@dhis2-ui/input": "9.11.6",
- "@dhis2-ui/layer": "9.11.6",
- "@dhis2-ui/loader": "9.11.6",
- "@dhis2-ui/popper": "9.11.6",
- "@dhis2-ui/status-icon": "9.11.6",
- "@dhis2-ui/tooltip": "9.11.6",
+ "@dhis2-ui/box": "9.11.7",
+ "@dhis2-ui/button": "9.11.7",
+ "@dhis2-ui/card": "9.11.7",
+ "@dhis2-ui/checkbox": "9.11.7",
+ "@dhis2-ui/chip": "9.11.7",
+ "@dhis2-ui/field": "9.11.7",
+ "@dhis2-ui/input": "9.11.7",
+ "@dhis2-ui/layer": "9.11.7",
+ "@dhis2-ui/loader": "9.11.7",
+ "@dhis2-ui/popper": "9.11.7",
+ "@dhis2-ui/status-icon": "9.11.7",
+ "@dhis2-ui/tooltip": "9.11.7",
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.6",
- "@dhis2/ui-icons": "9.11.6",
+ "@dhis2/ui-constants": "9.11.7",
+ "@dhis2/ui-icons": "9.11.7",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/selector-bar/package.json b/components/selector-bar/package.json
index 54799c42e0..8f6bb9d376 100644
--- a/components/selector-bar/package.json
+++ b/components/selector-bar/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/selector-bar",
- "version": "9.11.6",
+ "version": "9.11.7",
"description": "UI Select",
"repository": {
"type": "git",
@@ -33,21 +33,21 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/button": "9.11.6",
- "@dhis2-ui/card": "9.11.6",
- "@dhis2-ui/popper": "9.11.6",
- "@dhis2-ui/layer": "9.11.6",
- "@dhis2/ui-constants": "9.11.6",
- "@dhis2/ui-icons": "9.11.6",
+ "@dhis2-ui/button": "9.11.7",
+ "@dhis2-ui/card": "9.11.7",
+ "@dhis2-ui/popper": "9.11.7",
+ "@dhis2-ui/layer": "9.11.7",
+ "@dhis2/ui-constants": "9.11.7",
+ "@dhis2/ui-icons": "9.11.7",
"@testing-library/react": "^12.1.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
"devDependencies": {
- "@dhis2-ui/css": "9.11.6",
- "@dhis2-ui/menu": "9.11.6",
- "@dhis2-ui/organisation-unit-tree": "9.11.6",
- "@dhis2-ui/select": "9.11.6",
+ "@dhis2-ui/css": "9.11.7",
+ "@dhis2-ui/menu": "9.11.7",
+ "@dhis2-ui/organisation-unit-tree": "9.11.7",
+ "@dhis2-ui/select": "9.11.7",
"@dhis2/d2-i18n": "^1.1.0",
"@testing-library/jest-dom": "^5.16.1",
"react": "16.13",
diff --git a/components/sharing-dialog/package.json b/components/sharing-dialog/package.json
index 28ff3490a9..98273ff26f 100644
--- a/components/sharing-dialog/package.json
+++ b/components/sharing-dialog/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/sharing-dialog",
- "version": "9.11.6",
+ "version": "9.11.7",
"description": "UI SharingDialog",
"repository": {
"type": "git",
@@ -35,22 +35,22 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.11.6",
- "@dhis2-ui/button": "9.11.6",
- "@dhis2-ui/card": "9.11.6",
- "@dhis2-ui/divider": "9.11.6",
- "@dhis2-ui/input": "9.11.6",
- "@dhis2-ui/layer": "9.11.6",
- "@dhis2-ui/menu": "9.11.6",
- "@dhis2-ui/modal": "9.11.6",
- "@dhis2-ui/notice-box": "9.11.6",
- "@dhis2-ui/popper": "9.11.6",
- "@dhis2-ui/select": "9.11.6",
- "@dhis2-ui/tab": "9.11.6",
- "@dhis2-ui/tooltip": "9.11.6",
- "@dhis2-ui/user-avatar": "9.11.6",
- "@dhis2/ui-constants": "9.11.6",
- "@dhis2/ui-icons": "9.11.6",
+ "@dhis2-ui/box": "9.11.7",
+ "@dhis2-ui/button": "9.11.7",
+ "@dhis2-ui/card": "9.11.7",
+ "@dhis2-ui/divider": "9.11.7",
+ "@dhis2-ui/input": "9.11.7",
+ "@dhis2-ui/layer": "9.11.7",
+ "@dhis2-ui/menu": "9.11.7",
+ "@dhis2-ui/modal": "9.11.7",
+ "@dhis2-ui/notice-box": "9.11.7",
+ "@dhis2-ui/popper": "9.11.7",
+ "@dhis2-ui/select": "9.11.7",
+ "@dhis2-ui/tab": "9.11.7",
+ "@dhis2-ui/tooltip": "9.11.7",
+ "@dhis2-ui/user-avatar": "9.11.7",
+ "@dhis2/ui-constants": "9.11.7",
+ "@dhis2/ui-icons": "9.11.7",
"@react-hook/size": "^2.1.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
diff --git a/components/status-icon/package.json b/components/status-icon/package.json
index 6db44308df..0eb77b0bf2 100644
--- a/components/status-icon/package.json
+++ b/components/status-icon/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/status-icon",
- "version": "9.11.6",
+ "version": "9.11.7",
"description": "UI StatusIcon",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/loader": "9.11.6",
- "@dhis2/ui-constants": "9.11.6",
- "@dhis2/ui-icons": "9.11.6",
+ "@dhis2-ui/loader": "9.11.7",
+ "@dhis2/ui-constants": "9.11.7",
+ "@dhis2/ui-icons": "9.11.7",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/switch/package.json b/components/switch/package.json
index 53b25c722e..7c495dd8a8 100644
--- a/components/switch/package.json
+++ b/components/switch/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/switch",
- "version": "9.11.6",
+ "version": "9.11.7",
"description": "UI Switch",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/field": "9.11.6",
- "@dhis2-ui/required": "9.11.6",
- "@dhis2/ui-constants": "9.11.6",
+ "@dhis2-ui/field": "9.11.7",
+ "@dhis2-ui/required": "9.11.7",
+ "@dhis2/ui-constants": "9.11.7",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/tab/package.json b/components/tab/package.json
index 22396f023e..09e4a5c49b 100644
--- a/components/tab/package.json
+++ b/components/tab/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/tab",
- "version": "9.11.6",
+ "version": "9.11.7",
"description": "UI Tabs",
"repository": {
"type": "git",
@@ -32,10 +32,10 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/tooltip": "9.11.6",
+ "@dhis2-ui/tooltip": "9.11.7",
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.6",
- "@dhis2/ui-icons": "9.11.6",
+ "@dhis2/ui-constants": "9.11.7",
+ "@dhis2/ui-icons": "9.11.7",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/table/package.json b/components/table/package.json
index 8622d891af..75cc4e1fad 100644
--- a/components/table/package.json
+++ b/components/table/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/table",
- "version": "9.11.6",
+ "version": "9.11.7",
"description": "UI Table",
"repository": {
"type": "git",
@@ -34,8 +34,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.6",
- "@dhis2/ui-icons": "9.11.6",
+ "@dhis2/ui-constants": "9.11.7",
+ "@dhis2/ui-icons": "9.11.7",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/tag/package.json b/components/tag/package.json
index ac8bc7039f..02c082cdb5 100644
--- a/components/tag/package.json
+++ b/components/tag/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/tag",
- "version": "9.11.6",
+ "version": "9.11.7",
"description": "UI Tag",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.6",
+ "@dhis2/ui-constants": "9.11.7",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/text-area/package.json b/components/text-area/package.json
index 511a58714f..15ed3dd2cd 100644
--- a/components/text-area/package.json
+++ b/components/text-area/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/text-area",
- "version": "9.11.6",
+ "version": "9.11.7",
"description": "UI TextArea",
"repository": {
"type": "git",
@@ -33,12 +33,12 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.11.6",
- "@dhis2-ui/field": "9.11.6",
- "@dhis2-ui/loader": "9.11.6",
- "@dhis2-ui/status-icon": "9.11.6",
- "@dhis2/ui-constants": "9.11.6",
- "@dhis2/ui-icons": "9.11.6",
+ "@dhis2-ui/box": "9.11.7",
+ "@dhis2-ui/field": "9.11.7",
+ "@dhis2-ui/loader": "9.11.7",
+ "@dhis2-ui/status-icon": "9.11.7",
+ "@dhis2/ui-constants": "9.11.7",
+ "@dhis2/ui-icons": "9.11.7",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/tooltip/package.json b/components/tooltip/package.json
index 15a997aba3..2fd9d1d61d 100644
--- a/components/tooltip/package.json
+++ b/components/tooltip/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/tooltip",
- "version": "9.11.6",
+ "version": "9.11.7",
"description": "UI Tooltip",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/popper": "9.11.6",
- "@dhis2-ui/portal": "9.11.6",
- "@dhis2/ui-constants": "9.11.6",
+ "@dhis2-ui/popper": "9.11.7",
+ "@dhis2-ui/portal": "9.11.7",
+ "@dhis2/ui-constants": "9.11.7",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/transfer/package.json b/components/transfer/package.json
index 55f35e5539..224d5cb3a7 100644
--- a/components/transfer/package.json
+++ b/components/transfer/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/transfer",
- "version": "9.11.6",
+ "version": "9.11.7",
"description": "UI Transfer",
"repository": {
"type": "git",
@@ -33,12 +33,12 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.11.6",
- "@dhis2-ui/field": "9.11.6",
- "@dhis2-ui/input": "9.11.6",
- "@dhis2-ui/intersection-detector": "9.11.6",
- "@dhis2-ui/loader": "9.11.6",
- "@dhis2/ui-constants": "9.11.6",
+ "@dhis2-ui/button": "9.11.7",
+ "@dhis2-ui/field": "9.11.7",
+ "@dhis2-ui/input": "9.11.7",
+ "@dhis2-ui/intersection-detector": "9.11.7",
+ "@dhis2-ui/loader": "9.11.7",
+ "@dhis2/ui-constants": "9.11.7",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/user-avatar/package.json b/components/user-avatar/package.json
index 7666a1cedc..d1aa018053 100644
--- a/components/user-avatar/package.json
+++ b/components/user-avatar/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/user-avatar",
- "version": "9.11.6",
+ "version": "9.11.7",
"description": "UI User Avatar",
"repository": {
"type": "git",
@@ -34,7 +34,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.6",
+ "@dhis2/ui-constants": "9.11.7",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/constants/package.json b/constants/package.json
index bc5048db2c..b310770a0b 100644
--- a/constants/package.json
+++ b/constants/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-constants",
- "version": "9.11.6",
+ "version": "9.11.7",
"description": "Constants used in the UI libs",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
diff --git a/docs/package.json b/docs/package.json
index 51c52147ea..77095ef517 100644
--- a/docs/package.json
+++ b/docs/package.json
@@ -1,6 +1,6 @@
{
"name": "ui-docusaurus",
- "version": "9.11.6",
+ "version": "9.11.7",
"private": true,
"description": "UI Docusaurus",
"repository": {
diff --git a/icons/package.json b/icons/package.json
index fdda0eeb78..92587f5374 100644
--- a/icons/package.json
+++ b/icons/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-icons",
- "version": "9.11.6",
+ "version": "9.11.7",
"description": "Icons used in the UI libs",
"main": "./build/cjs/react/index.js",
"module": "./build/es/react/index.js",
diff --git a/package.json b/package.json
index c2781c60b5..700f7a8f49 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-root",
- "version": "9.11.6",
+ "version": "9.11.7",
"repository": {
"type": "git",
"url": "https://github.com/dhis2/ui.git"
diff --git a/storybook/package.json b/storybook/package.json
index 42e099c70d..5ca9ebc63f 100644
--- a/storybook/package.json
+++ b/storybook/package.json
@@ -1,6 +1,6 @@
{
"name": "ui-storybook",
- "version": "9.11.6",
+ "version": "9.11.7",
"description": "UI Storybook",
"repository": {
"type": "git",
@@ -22,8 +22,8 @@
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-private-methods": "^7.13.0",
"@babel/plugin-proposal-private-property-in-object": "^7.14.0",
- "@dhis2-ui/css": "9.11.6",
- "@dhis2/ui-constants": "9.11.6",
+ "@dhis2-ui/css": "9.11.7",
+ "@dhis2/ui-constants": "9.11.7",
"@fontsource/roboto": "^4.5.0",
"@storybook/addon-a11y": "^8.3.3",
"@storybook/addon-console": "^3.0.0",
From 1d9664a80410f8ea6a8a4a4a7c3f6acc36a74587 Mon Sep 17 00:00:00 2001
From: Mozafar
Date: Tue, 15 Oct 2024 11:50:43 +0100
Subject: [PATCH 163/170] fix(sharing-dialog): add 'route' to SharingType type
(#1617)
---
components/sharing-dialog/types/index.d.ts | 1 +
1 file changed, 1 insertion(+)
diff --git a/components/sharing-dialog/types/index.d.ts b/components/sharing-dialog/types/index.d.ts
index fc26c09471..1cdecbddf6 100644
--- a/components/sharing-dialog/types/index.d.ts
+++ b/components/sharing-dialog/types/index.d.ts
@@ -54,6 +54,7 @@ type SharingType =
| 'programStageWorkingList'
| 'relationshipType'
| 'report'
+ | 'route'
| 'sqlView'
| 'trackedEntityAttribute'
| 'trackedEntityFilter'
From 3b5c73c266259036528780942d5c47ddb6113180 Mon Sep 17 00:00:00 2001
From: "@dhis2-bot"
Date: Tue, 15 Oct 2024 11:10:37 +0000
Subject: [PATCH 164/170] chore(release): cut 9.11.8 [skip release]
## [9.11.8](https://github.com/dhis2/ui/compare/v9.11.7...v9.11.8) (2024-10-15)
### Bug Fixes
* **sharing-dialog:** add 'route' to SharingType type ([#1617](https://github.com/dhis2/ui/issues/1617)) ([1d9664a](https://github.com/dhis2/ui/commit/1d9664a80410f8ea6a8a4a4a7c3f6acc36a74587))
---
CHANGELOG.md | 7 ++
collections/forms/package.json | 20 ++--
collections/ui/package.json | 98 +++++++++----------
components/alert/package.json | 8 +-
components/box/package.json | 4 +-
components/button/package.json | 12 +--
components/calendar/package.json | 16 +--
components/card/package.json | 4 +-
components/center/package.json | 4 +-
components/checkbox/package.json | 8 +-
components/chip/package.json | 4 +-
components/cover/package.json | 4 +-
components/css/package.json | 4 +-
components/divider/package.json | 4 +-
components/field/package.json | 10 +-
components/file-input/package.json | 16 +--
components/header-bar/package.json | 30 +++---
components/help/package.json | 4 +-
components/input/package.json | 16 +--
components/intersection-detector/package.json | 4 +-
components/label/package.json | 6 +-
components/layer/package.json | 6 +-
components/legend/package.json | 6 +-
components/loader/package.json | 4 +-
components/logo/package.json | 4 +-
components/menu/package.json | 16 +--
components/modal/package.json | 14 +--
components/node/package.json | 6 +-
components/notice-box/package.json | 6 +-
.../organisation-unit-tree/package.json | 12 +--
components/pagination/package.json | 10 +-
components/popover/package.json | 8 +-
components/popper/package.json | 4 +-
components/portal/package.json | 2 +-
components/radio/package.json | 4 +-
components/required/package.json | 4 +-
components/segmented-control/package.json | 4 +-
components/select/package.json | 30 +++---
components/selector-bar/package.json | 22 ++---
components/sharing-dialog/package.json | 34 +++----
components/status-icon/package.json | 8 +-
components/switch/package.json | 8 +-
components/tab/package.json | 8 +-
components/table/package.json | 6 +-
components/tag/package.json | 4 +-
components/text-area/package.json | 14 +--
components/tooltip/package.json | 8 +-
components/transfer/package.json | 14 +--
components/user-avatar/package.json | 4 +-
constants/package.json | 2 +-
docs/package.json | 2 +-
icons/package.json | 2 +-
package.json | 2 +-
storybook/package.json | 6 +-
54 files changed, 287 insertions(+), 280 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8678bef95a..c2dfecc7d6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## [9.11.8](https://github.com/dhis2/ui/compare/v9.11.7...v9.11.8) (2024-10-15)
+
+
+### Bug Fixes
+
+* **sharing-dialog:** add 'route' to SharingType type ([#1617](https://github.com/dhis2/ui/issues/1617)) ([1d9664a](https://github.com/dhis2/ui/commit/1d9664a80410f8ea6a8a4a4a7c3f6acc36a74587))
+
## [9.11.7](https://github.com/dhis2/ui/compare/v9.11.6...v9.11.7) (2024-10-01)
diff --git a/collections/forms/package.json b/collections/forms/package.json
index 3b14a2f38d..e2b93fd690 100644
--- a/collections/forms/package.json
+++ b/collections/forms/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-forms",
- "version": "9.11.7",
+ "version": "9.11.8",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
"sideEffects": [
@@ -35,15 +35,15 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.11.7",
- "@dhis2-ui/checkbox": "9.11.7",
- "@dhis2-ui/field": "9.11.7",
- "@dhis2-ui/file-input": "9.11.7",
- "@dhis2-ui/input": "9.11.7",
- "@dhis2-ui/radio": "9.11.7",
- "@dhis2-ui/select": "9.11.7",
- "@dhis2-ui/switch": "9.11.7",
- "@dhis2-ui/text-area": "9.11.7",
+ "@dhis2-ui/button": "9.11.8",
+ "@dhis2-ui/checkbox": "9.11.8",
+ "@dhis2-ui/field": "9.11.8",
+ "@dhis2-ui/file-input": "9.11.8",
+ "@dhis2-ui/input": "9.11.8",
+ "@dhis2-ui/radio": "9.11.8",
+ "@dhis2-ui/select": "9.11.8",
+ "@dhis2-ui/switch": "9.11.8",
+ "@dhis2-ui/text-area": "9.11.8",
"classnames": "^2.3.1",
"final-form": "^4.20.2",
"prop-types": "^15.7.2",
diff --git a/collections/ui/package.json b/collections/ui/package.json
index 107e390f53..e1fffa341e 100644
--- a/collections/ui/package.json
+++ b/collections/ui/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui",
- "version": "9.11.7",
+ "version": "9.11.8",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
"exports": {
@@ -21,54 +21,54 @@
"build": "d2-app-scripts build"
},
"dependencies": {
- "@dhis2-ui/alert": "9.11.7",
- "@dhis2-ui/box": "9.11.7",
- "@dhis2-ui/button": "9.11.7",
- "@dhis2-ui/calendar": "9.11.7",
- "@dhis2-ui/card": "9.11.7",
- "@dhis2-ui/center": "9.11.7",
- "@dhis2-ui/checkbox": "9.11.7",
- "@dhis2-ui/chip": "9.11.7",
- "@dhis2-ui/cover": "9.11.7",
- "@dhis2-ui/css": "9.11.7",
- "@dhis2-ui/divider": "9.11.7",
- "@dhis2-ui/field": "9.11.7",
- "@dhis2-ui/file-input": "9.11.7",
- "@dhis2-ui/header-bar": "9.11.7",
- "@dhis2-ui/help": "9.11.7",
- "@dhis2-ui/input": "9.11.7",
- "@dhis2-ui/intersection-detector": "9.11.7",
- "@dhis2-ui/label": "9.11.7",
- "@dhis2-ui/layer": "9.11.7",
- "@dhis2-ui/legend": "9.11.7",
- "@dhis2-ui/loader": "9.11.7",
- "@dhis2-ui/logo": "9.11.7",
- "@dhis2-ui/menu": "9.11.7",
- "@dhis2-ui/modal": "9.11.7",
- "@dhis2-ui/node": "9.11.7",
- "@dhis2-ui/notice-box": "9.11.7",
- "@dhis2-ui/organisation-unit-tree": "9.11.7",
- "@dhis2-ui/pagination": "9.11.7",
- "@dhis2-ui/popover": "9.11.7",
- "@dhis2-ui/popper": "9.11.7",
- "@dhis2-ui/portal": "9.11.7",
- "@dhis2-ui/radio": "9.11.7",
- "@dhis2-ui/required": "9.11.7",
- "@dhis2-ui/segmented-control": "9.11.7",
- "@dhis2-ui/select": "9.11.7",
- "@dhis2-ui/selector-bar": "9.11.7",
- "@dhis2-ui/sharing-dialog": "9.11.7",
- "@dhis2-ui/switch": "9.11.7",
- "@dhis2-ui/tab": "9.11.7",
- "@dhis2-ui/table": "9.11.7",
- "@dhis2-ui/tag": "9.11.7",
- "@dhis2-ui/text-area": "9.11.7",
- "@dhis2-ui/tooltip": "9.11.7",
- "@dhis2-ui/transfer": "9.11.7",
- "@dhis2-ui/user-avatar": "9.11.7",
- "@dhis2/ui-constants": "9.11.7",
- "@dhis2/ui-forms": "9.11.7",
- "@dhis2/ui-icons": "9.11.7",
+ "@dhis2-ui/alert": "9.11.8",
+ "@dhis2-ui/box": "9.11.8",
+ "@dhis2-ui/button": "9.11.8",
+ "@dhis2-ui/calendar": "9.11.8",
+ "@dhis2-ui/card": "9.11.8",
+ "@dhis2-ui/center": "9.11.8",
+ "@dhis2-ui/checkbox": "9.11.8",
+ "@dhis2-ui/chip": "9.11.8",
+ "@dhis2-ui/cover": "9.11.8",
+ "@dhis2-ui/css": "9.11.8",
+ "@dhis2-ui/divider": "9.11.8",
+ "@dhis2-ui/field": "9.11.8",
+ "@dhis2-ui/file-input": "9.11.8",
+ "@dhis2-ui/header-bar": "9.11.8",
+ "@dhis2-ui/help": "9.11.8",
+ "@dhis2-ui/input": "9.11.8",
+ "@dhis2-ui/intersection-detector": "9.11.8",
+ "@dhis2-ui/label": "9.11.8",
+ "@dhis2-ui/layer": "9.11.8",
+ "@dhis2-ui/legend": "9.11.8",
+ "@dhis2-ui/loader": "9.11.8",
+ "@dhis2-ui/logo": "9.11.8",
+ "@dhis2-ui/menu": "9.11.8",
+ "@dhis2-ui/modal": "9.11.8",
+ "@dhis2-ui/node": "9.11.8",
+ "@dhis2-ui/notice-box": "9.11.8",
+ "@dhis2-ui/organisation-unit-tree": "9.11.8",
+ "@dhis2-ui/pagination": "9.11.8",
+ "@dhis2-ui/popover": "9.11.8",
+ "@dhis2-ui/popper": "9.11.8",
+ "@dhis2-ui/portal": "9.11.8",
+ "@dhis2-ui/radio": "9.11.8",
+ "@dhis2-ui/required": "9.11.8",
+ "@dhis2-ui/segmented-control": "9.11.8",
+ "@dhis2-ui/select": "9.11.8",
+ "@dhis2-ui/selector-bar": "9.11.8",
+ "@dhis2-ui/sharing-dialog": "9.11.8",
+ "@dhis2-ui/switch": "9.11.8",
+ "@dhis2-ui/tab": "9.11.8",
+ "@dhis2-ui/table": "9.11.8",
+ "@dhis2-ui/tag": "9.11.8",
+ "@dhis2-ui/text-area": "9.11.8",
+ "@dhis2-ui/tooltip": "9.11.8",
+ "@dhis2-ui/transfer": "9.11.8",
+ "@dhis2-ui/user-avatar": "9.11.8",
+ "@dhis2/ui-constants": "9.11.8",
+ "@dhis2/ui-forms": "9.11.8",
+ "@dhis2/ui-icons": "9.11.8",
"prop-types": "^15.7.2"
},
"peerDependencies": {
diff --git a/components/alert/package.json b/components/alert/package.json
index b587a85041..a4bfedf8b8 100644
--- a/components/alert/package.json
+++ b/components/alert/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/alert",
- "version": "9.11.7",
+ "version": "9.11.8",
"description": "UI Alert",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/portal": "9.11.7",
- "@dhis2/ui-constants": "9.11.7",
- "@dhis2/ui-icons": "9.11.7",
+ "@dhis2-ui/portal": "9.11.8",
+ "@dhis2/ui-constants": "9.11.8",
+ "@dhis2/ui-icons": "9.11.8",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/box/package.json b/components/box/package.json
index 2e0243e190..bdf260a1a3 100644
--- a/components/box/package.json
+++ b/components/box/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/box",
- "version": "9.11.7",
+ "version": "9.11.8",
"description": "UI Box",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.7",
+ "@dhis2/ui-constants": "9.11.8",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/button/package.json b/components/button/package.json
index ecf83ce581..fdeb07bdc6 100644
--- a/components/button/package.json
+++ b/components/button/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/button",
- "version": "9.11.7",
+ "version": "9.11.8",
"description": "UI Button",
"repository": {
"type": "git",
@@ -33,11 +33,11 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/layer": "9.11.7",
- "@dhis2-ui/loader": "9.11.7",
- "@dhis2-ui/popper": "9.11.7",
- "@dhis2/ui-constants": "9.11.7",
- "@dhis2/ui-icons": "9.11.7",
+ "@dhis2-ui/layer": "9.11.8",
+ "@dhis2-ui/loader": "9.11.8",
+ "@dhis2-ui/popper": "9.11.8",
+ "@dhis2/ui-constants": "9.11.8",
+ "@dhis2/ui-icons": "9.11.8",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/calendar/package.json b/components/calendar/package.json
index cd711fc848..bcd057fc6e 100644
--- a/components/calendar/package.json
+++ b/components/calendar/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/calendar",
- "version": "9.11.7",
+ "version": "9.11.8",
"description": "UI Calendar",
"repository": {
"type": "git",
@@ -33,15 +33,15 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/button": "9.11.7",
- "@dhis2-ui/card": "9.11.7",
- "@dhis2-ui/input": "9.11.7",
- "@dhis2-ui/layer": "9.11.7",
- "@dhis2-ui/popper": "9.11.7",
+ "@dhis2-ui/button": "9.11.8",
+ "@dhis2-ui/card": "9.11.8",
+ "@dhis2-ui/input": "9.11.8",
+ "@dhis2-ui/layer": "9.11.8",
+ "@dhis2-ui/popper": "9.11.8",
"@dhis2/multi-calendar-dates": "^1.2.3",
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.7",
- "@dhis2/ui-icons": "9.11.7",
+ "@dhis2/ui-constants": "9.11.8",
+ "@dhis2/ui-icons": "9.11.8",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/card/package.json b/components/card/package.json
index 4a5b3fb795..06f75d6105 100644
--- a/components/card/package.json
+++ b/components/card/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/card",
- "version": "9.11.7",
+ "version": "9.11.8",
"description": "UI Card",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.7",
+ "@dhis2/ui-constants": "9.11.8",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/center/package.json b/components/center/package.json
index 4a1de0191d..deeb5d0399 100644
--- a/components/center/package.json
+++ b/components/center/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/center",
- "version": "9.11.7",
+ "version": "9.11.8",
"description": "UI Center",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.7",
+ "@dhis2/ui-constants": "9.11.8",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/checkbox/package.json b/components/checkbox/package.json
index e069e2c0bc..ed5d7307cb 100644
--- a/components/checkbox/package.json
+++ b/components/checkbox/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/checkbox",
- "version": "9.11.7",
+ "version": "9.11.8",
"description": "UI Checkbox",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/field": "9.11.7",
- "@dhis2-ui/required": "9.11.7",
- "@dhis2/ui-constants": "9.11.7",
+ "@dhis2-ui/field": "9.11.8",
+ "@dhis2-ui/required": "9.11.8",
+ "@dhis2/ui-constants": "9.11.8",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/chip/package.json b/components/chip/package.json
index 6e3f5aa91d..59e6254c97 100644
--- a/components/chip/package.json
+++ b/components/chip/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/chip",
- "version": "9.11.7",
+ "version": "9.11.8",
"description": "UI Chip",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.7",
+ "@dhis2/ui-constants": "9.11.8",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/cover/package.json b/components/cover/package.json
index 7d7d1ac68c..9fb0b431b8 100644
--- a/components/cover/package.json
+++ b/components/cover/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/cover",
- "version": "9.11.7",
+ "version": "9.11.8",
"description": "UI Cover",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.7",
+ "@dhis2/ui-constants": "9.11.8",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/css/package.json b/components/css/package.json
index 40463d30d7..fdcee3131e 100644
--- a/components/css/package.json
+++ b/components/css/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/css",
- "version": "9.11.7",
+ "version": "9.11.8",
"description": "UI CSS",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.7",
+ "@dhis2/ui-constants": "9.11.8",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/divider/package.json b/components/divider/package.json
index 0f84680557..072c6fdee3 100644
--- a/components/divider/package.json
+++ b/components/divider/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/divider",
- "version": "9.11.7",
+ "version": "9.11.8",
"description": "UI Divider",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.7",
+ "@dhis2/ui-constants": "9.11.8",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/field/package.json b/components/field/package.json
index cfc5c8a36f..0a52eb9570 100644
--- a/components/field/package.json
+++ b/components/field/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/field",
- "version": "9.11.7",
+ "version": "9.11.8",
"description": "UI Field",
"repository": {
"type": "git",
@@ -33,10 +33,10 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.11.7",
- "@dhis2-ui/help": "9.11.7",
- "@dhis2-ui/label": "9.11.7",
- "@dhis2/ui-constants": "9.11.7",
+ "@dhis2-ui/box": "9.11.8",
+ "@dhis2-ui/help": "9.11.8",
+ "@dhis2-ui/label": "9.11.8",
+ "@dhis2/ui-constants": "9.11.8",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/file-input/package.json b/components/file-input/package.json
index bfdd5832c5..d315c96f37 100644
--- a/components/file-input/package.json
+++ b/components/file-input/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/file-input",
- "version": "9.11.7",
+ "version": "9.11.8",
"description": "UI FileInput",
"repository": {
"type": "git",
@@ -34,13 +34,13 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.11.7",
- "@dhis2-ui/field": "9.11.7",
- "@dhis2-ui/label": "9.11.7",
- "@dhis2-ui/loader": "9.11.7",
- "@dhis2-ui/status-icon": "9.11.7",
- "@dhis2/ui-constants": "9.11.7",
- "@dhis2/ui-icons": "9.11.7",
+ "@dhis2-ui/button": "9.11.8",
+ "@dhis2-ui/field": "9.11.8",
+ "@dhis2-ui/label": "9.11.8",
+ "@dhis2-ui/loader": "9.11.8",
+ "@dhis2-ui/status-icon": "9.11.8",
+ "@dhis2/ui-constants": "9.11.8",
+ "@dhis2/ui-icons": "9.11.8",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/header-bar/package.json b/components/header-bar/package.json
index bf3a216be1..b8bbad513b 100644
--- a/components/header-bar/package.json
+++ b/components/header-bar/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/header-bar",
- "version": "9.11.7",
+ "version": "9.11.8",
"description": "UI HeaderBar",
"repository": {
"type": "git",
@@ -34,21 +34,21 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/box": "9.11.7",
- "@dhis2-ui/button": "9.11.7",
- "@dhis2-ui/card": "9.11.7",
- "@dhis2-ui/center": "9.11.7",
- "@dhis2-ui/divider": "9.11.7",
- "@dhis2-ui/input": "9.11.7",
- "@dhis2-ui/layer": "9.11.7",
- "@dhis2-ui/loader": "9.11.7",
- "@dhis2-ui/logo": "9.11.7",
- "@dhis2-ui/menu": "9.11.7",
- "@dhis2-ui/modal": "9.11.7",
- "@dhis2-ui/user-avatar": "9.11.7",
+ "@dhis2-ui/box": "9.11.8",
+ "@dhis2-ui/button": "9.11.8",
+ "@dhis2-ui/card": "9.11.8",
+ "@dhis2-ui/center": "9.11.8",
+ "@dhis2-ui/divider": "9.11.8",
+ "@dhis2-ui/input": "9.11.8",
+ "@dhis2-ui/layer": "9.11.8",
+ "@dhis2-ui/loader": "9.11.8",
+ "@dhis2-ui/logo": "9.11.8",
+ "@dhis2-ui/menu": "9.11.8",
+ "@dhis2-ui/modal": "9.11.8",
+ "@dhis2-ui/user-avatar": "9.11.8",
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.7",
- "@dhis2/ui-icons": "9.11.7",
+ "@dhis2/ui-constants": "9.11.8",
+ "@dhis2/ui-icons": "9.11.8",
"classnames": "^2.3.1",
"moment": "^2.29.1",
"prop-types": "^15.7.2"
diff --git a/components/help/package.json b/components/help/package.json
index ee40266116..f86399822b 100644
--- a/components/help/package.json
+++ b/components/help/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/help",
- "version": "9.11.7",
+ "version": "9.11.8",
"description": "UI Help",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.7",
+ "@dhis2/ui-constants": "9.11.8",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/input/package.json b/components/input/package.json
index 4996f1c465..fe07a377bb 100644
--- a/components/input/package.json
+++ b/components/input/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/input",
- "version": "9.11.7",
+ "version": "9.11.8",
"description": "UI Input",
"repository": {
"type": "git",
@@ -33,13 +33,13 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.11.7",
- "@dhis2-ui/field": "9.11.7",
- "@dhis2-ui/input": "9.11.7",
- "@dhis2-ui/loader": "9.11.7",
- "@dhis2-ui/status-icon": "9.11.7",
- "@dhis2/ui-constants": "9.11.7",
- "@dhis2/ui-icons": "9.11.7",
+ "@dhis2-ui/box": "9.11.8",
+ "@dhis2-ui/field": "9.11.8",
+ "@dhis2-ui/input": "9.11.8",
+ "@dhis2-ui/loader": "9.11.8",
+ "@dhis2-ui/status-icon": "9.11.8",
+ "@dhis2/ui-constants": "9.11.8",
+ "@dhis2/ui-icons": "9.11.8",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/intersection-detector/package.json b/components/intersection-detector/package.json
index 048da79230..b63d828fab 100644
--- a/components/intersection-detector/package.json
+++ b/components/intersection-detector/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/intersection-detector",
- "version": "9.11.7",
+ "version": "9.11.8",
"description": "UI IntersectionDetector",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.7",
+ "@dhis2/ui-constants": "9.11.8",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/label/package.json b/components/label/package.json
index 54a7982189..9150698e78 100644
--- a/components/label/package.json
+++ b/components/label/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/label",
- "version": "9.11.7",
+ "version": "9.11.8",
"description": "UI Label",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/required": "9.11.7",
- "@dhis2/ui-constants": "9.11.7",
+ "@dhis2-ui/required": "9.11.8",
+ "@dhis2/ui-constants": "9.11.8",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/layer/package.json b/components/layer/package.json
index 3630b03bc3..e060c3ccfc 100644
--- a/components/layer/package.json
+++ b/components/layer/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/layer",
- "version": "9.11.7",
+ "version": "9.11.8",
"description": "UI Layer",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/portal": "9.11.7",
- "@dhis2/ui-constants": "9.11.7",
+ "@dhis2-ui/portal": "9.11.8",
+ "@dhis2/ui-constants": "9.11.8",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/legend/package.json b/components/legend/package.json
index 08c3133326..df4131827e 100644
--- a/components/legend/package.json
+++ b/components/legend/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/legend",
- "version": "9.11.7",
+ "version": "9.11.8",
"description": "UI Legend",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/required": "9.11.7",
- "@dhis2/ui-constants": "9.11.7",
+ "@dhis2-ui/required": "9.11.8",
+ "@dhis2/ui-constants": "9.11.8",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/loader/package.json b/components/loader/package.json
index 20c6fb361a..fc484dcfe3 100644
--- a/components/loader/package.json
+++ b/components/loader/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/loader",
- "version": "9.11.7",
+ "version": "9.11.8",
"description": "UI Loaders",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.7",
+ "@dhis2/ui-constants": "9.11.8",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/logo/package.json b/components/logo/package.json
index 0275e5694d..ee4871b77e 100644
--- a/components/logo/package.json
+++ b/components/logo/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/logo",
- "version": "9.11.7",
+ "version": "9.11.8",
"description": "UI Logo",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.7",
+ "@dhis2/ui-constants": "9.11.8",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/menu/package.json b/components/menu/package.json
index 855692903e..8233b5dbf8 100644
--- a/components/menu/package.json
+++ b/components/menu/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/menu",
- "version": "9.11.7",
+ "version": "9.11.8",
"description": "UI Menu",
"repository": {
"type": "git",
@@ -33,13 +33,13 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/card": "9.11.7",
- "@dhis2-ui/divider": "9.11.7",
- "@dhis2-ui/layer": "9.11.7",
- "@dhis2-ui/popper": "9.11.7",
- "@dhis2-ui/portal": "9.11.7",
- "@dhis2/ui-constants": "9.11.7",
- "@dhis2/ui-icons": "9.11.7",
+ "@dhis2-ui/card": "9.11.8",
+ "@dhis2-ui/divider": "9.11.8",
+ "@dhis2-ui/layer": "9.11.8",
+ "@dhis2-ui/popper": "9.11.8",
+ "@dhis2-ui/portal": "9.11.8",
+ "@dhis2/ui-constants": "9.11.8",
+ "@dhis2/ui-icons": "9.11.8",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/modal/package.json b/components/modal/package.json
index c1608f30a6..d2472f115c 100644
--- a/components/modal/package.json
+++ b/components/modal/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/modal",
- "version": "9.11.7",
+ "version": "9.11.8",
"description": "UI Modal",
"repository": {
"type": "git",
@@ -33,12 +33,12 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/card": "9.11.7",
- "@dhis2-ui/center": "9.11.7",
- "@dhis2-ui/layer": "9.11.7",
- "@dhis2-ui/portal": "9.11.7",
- "@dhis2/ui-constants": "9.11.7",
- "@dhis2/ui-icons": "9.11.7",
+ "@dhis2-ui/card": "9.11.8",
+ "@dhis2-ui/center": "9.11.8",
+ "@dhis2-ui/layer": "9.11.8",
+ "@dhis2-ui/portal": "9.11.8",
+ "@dhis2/ui-constants": "9.11.8",
+ "@dhis2/ui-icons": "9.11.8",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/node/package.json b/components/node/package.json
index fa2542e07c..588c0bccce 100644
--- a/components/node/package.json
+++ b/components/node/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/node",
- "version": "9.11.7",
+ "version": "9.11.8",
"description": "UI Node",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/loader": "9.11.7",
- "@dhis2/ui-constants": "9.11.7",
+ "@dhis2-ui/loader": "9.11.8",
+ "@dhis2/ui-constants": "9.11.8",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/notice-box/package.json b/components/notice-box/package.json
index 76c5a82006..59b1d05b2d 100644
--- a/components/notice-box/package.json
+++ b/components/notice-box/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/notice-box",
- "version": "9.11.7",
+ "version": "9.11.8",
"description": "UI NoticeBox",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.7",
- "@dhis2/ui-icons": "9.11.7",
+ "@dhis2/ui-constants": "9.11.8",
+ "@dhis2/ui-icons": "9.11.8",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/organisation-unit-tree/package.json b/components/organisation-unit-tree/package.json
index 6239547a84..14c23b91c7 100644
--- a/components/organisation-unit-tree/package.json
+++ b/components/organisation-unit-tree/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/organisation-unit-tree",
- "version": "9.11.7",
+ "version": "9.11.8",
"description": "UI OrganisationUnitTree",
"repository": {
"type": "git",
@@ -35,11 +35,11 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.11.7",
- "@dhis2-ui/checkbox": "9.11.7",
- "@dhis2-ui/loader": "9.11.7",
- "@dhis2-ui/node": "9.11.7",
- "@dhis2/ui-constants": "9.11.7",
+ "@dhis2-ui/button": "9.11.8",
+ "@dhis2-ui/checkbox": "9.11.8",
+ "@dhis2-ui/loader": "9.11.8",
+ "@dhis2-ui/node": "9.11.8",
+ "@dhis2/ui-constants": "9.11.8",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/pagination/package.json b/components/pagination/package.json
index ec196c4bb4..3c530d312c 100644
--- a/components/pagination/package.json
+++ b/components/pagination/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/pagination",
- "version": "9.11.7",
+ "version": "9.11.8",
"description": "UI Pagination",
"repository": {
"type": "git",
@@ -34,10 +34,10 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.11.7",
- "@dhis2-ui/select": "9.11.7",
- "@dhis2/ui-constants": "9.11.7",
- "@dhis2/ui-icons": "9.11.7",
+ "@dhis2-ui/button": "9.11.8",
+ "@dhis2-ui/select": "9.11.8",
+ "@dhis2/ui-constants": "9.11.8",
+ "@dhis2/ui-icons": "9.11.8",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/popover/package.json b/components/popover/package.json
index efe3efbc3e..c38abb506c 100644
--- a/components/popover/package.json
+++ b/components/popover/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/popover",
- "version": "9.11.7",
+ "version": "9.11.8",
"description": "UI Popover",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/layer": "9.11.7",
- "@dhis2-ui/popper": "9.11.7",
- "@dhis2/ui-constants": "9.11.7",
+ "@dhis2-ui/layer": "9.11.8",
+ "@dhis2-ui/popper": "9.11.8",
+ "@dhis2/ui-constants": "9.11.8",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/popper/package.json b/components/popper/package.json
index 216f83c65d..df297c4c4f 100644
--- a/components/popper/package.json
+++ b/components/popper/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/popper",
- "version": "9.11.7",
+ "version": "9.11.8",
"description": "UI Popper",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.7",
+ "@dhis2/ui-constants": "9.11.8",
"@popperjs/core": "^2.10.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2",
diff --git a/components/portal/package.json b/components/portal/package.json
index 5755a46f01..22de42641b 100644
--- a/components/portal/package.json
+++ b/components/portal/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/portal",
- "version": "9.11.7",
+ "version": "9.11.8",
"description": "UI Portal",
"repository": {
"type": "git",
diff --git a/components/radio/package.json b/components/radio/package.json
index d1134626ed..63887f540f 100644
--- a/components/radio/package.json
+++ b/components/radio/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/radio",
- "version": "9.11.7",
+ "version": "9.11.8",
"description": "UI Radio",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.7",
+ "@dhis2/ui-constants": "9.11.8",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/required/package.json b/components/required/package.json
index 3143027e1e..ccebafc697 100644
--- a/components/required/package.json
+++ b/components/required/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/required",
- "version": "9.11.7",
+ "version": "9.11.8",
"description": "UI Required",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.7",
+ "@dhis2/ui-constants": "9.11.8",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/segmented-control/package.json b/components/segmented-control/package.json
index c4007f860a..a558026b04 100644
--- a/components/segmented-control/package.json
+++ b/components/segmented-control/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/segmented-control",
- "version": "9.11.7",
+ "version": "9.11.8",
"description": "UI Segmented Control",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.7",
+ "@dhis2/ui-constants": "9.11.8",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/select/package.json b/components/select/package.json
index 7fa375327f..c26e30f10f 100644
--- a/components/select/package.json
+++ b/components/select/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/select",
- "version": "9.11.7",
+ "version": "9.11.8",
"description": "UI Select",
"repository": {
"type": "git",
@@ -33,21 +33,21 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/box": "9.11.7",
- "@dhis2-ui/button": "9.11.7",
- "@dhis2-ui/card": "9.11.7",
- "@dhis2-ui/checkbox": "9.11.7",
- "@dhis2-ui/chip": "9.11.7",
- "@dhis2-ui/field": "9.11.7",
- "@dhis2-ui/input": "9.11.7",
- "@dhis2-ui/layer": "9.11.7",
- "@dhis2-ui/loader": "9.11.7",
- "@dhis2-ui/popper": "9.11.7",
- "@dhis2-ui/status-icon": "9.11.7",
- "@dhis2-ui/tooltip": "9.11.7",
+ "@dhis2-ui/box": "9.11.8",
+ "@dhis2-ui/button": "9.11.8",
+ "@dhis2-ui/card": "9.11.8",
+ "@dhis2-ui/checkbox": "9.11.8",
+ "@dhis2-ui/chip": "9.11.8",
+ "@dhis2-ui/field": "9.11.8",
+ "@dhis2-ui/input": "9.11.8",
+ "@dhis2-ui/layer": "9.11.8",
+ "@dhis2-ui/loader": "9.11.8",
+ "@dhis2-ui/popper": "9.11.8",
+ "@dhis2-ui/status-icon": "9.11.8",
+ "@dhis2-ui/tooltip": "9.11.8",
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.7",
- "@dhis2/ui-icons": "9.11.7",
+ "@dhis2/ui-constants": "9.11.8",
+ "@dhis2/ui-icons": "9.11.8",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/selector-bar/package.json b/components/selector-bar/package.json
index 8f6bb9d376..2c9fbf2e0a 100644
--- a/components/selector-bar/package.json
+++ b/components/selector-bar/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/selector-bar",
- "version": "9.11.7",
+ "version": "9.11.8",
"description": "UI Select",
"repository": {
"type": "git",
@@ -33,21 +33,21 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/button": "9.11.7",
- "@dhis2-ui/card": "9.11.7",
- "@dhis2-ui/popper": "9.11.7",
- "@dhis2-ui/layer": "9.11.7",
- "@dhis2/ui-constants": "9.11.7",
- "@dhis2/ui-icons": "9.11.7",
+ "@dhis2-ui/button": "9.11.8",
+ "@dhis2-ui/card": "9.11.8",
+ "@dhis2-ui/popper": "9.11.8",
+ "@dhis2-ui/layer": "9.11.8",
+ "@dhis2/ui-constants": "9.11.8",
+ "@dhis2/ui-icons": "9.11.8",
"@testing-library/react": "^12.1.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
"devDependencies": {
- "@dhis2-ui/css": "9.11.7",
- "@dhis2-ui/menu": "9.11.7",
- "@dhis2-ui/organisation-unit-tree": "9.11.7",
- "@dhis2-ui/select": "9.11.7",
+ "@dhis2-ui/css": "9.11.8",
+ "@dhis2-ui/menu": "9.11.8",
+ "@dhis2-ui/organisation-unit-tree": "9.11.8",
+ "@dhis2-ui/select": "9.11.8",
"@dhis2/d2-i18n": "^1.1.0",
"@testing-library/jest-dom": "^5.16.1",
"react": "16.13",
diff --git a/components/sharing-dialog/package.json b/components/sharing-dialog/package.json
index 98273ff26f..5362d4003e 100644
--- a/components/sharing-dialog/package.json
+++ b/components/sharing-dialog/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/sharing-dialog",
- "version": "9.11.7",
+ "version": "9.11.8",
"description": "UI SharingDialog",
"repository": {
"type": "git",
@@ -35,22 +35,22 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.11.7",
- "@dhis2-ui/button": "9.11.7",
- "@dhis2-ui/card": "9.11.7",
- "@dhis2-ui/divider": "9.11.7",
- "@dhis2-ui/input": "9.11.7",
- "@dhis2-ui/layer": "9.11.7",
- "@dhis2-ui/menu": "9.11.7",
- "@dhis2-ui/modal": "9.11.7",
- "@dhis2-ui/notice-box": "9.11.7",
- "@dhis2-ui/popper": "9.11.7",
- "@dhis2-ui/select": "9.11.7",
- "@dhis2-ui/tab": "9.11.7",
- "@dhis2-ui/tooltip": "9.11.7",
- "@dhis2-ui/user-avatar": "9.11.7",
- "@dhis2/ui-constants": "9.11.7",
- "@dhis2/ui-icons": "9.11.7",
+ "@dhis2-ui/box": "9.11.8",
+ "@dhis2-ui/button": "9.11.8",
+ "@dhis2-ui/card": "9.11.8",
+ "@dhis2-ui/divider": "9.11.8",
+ "@dhis2-ui/input": "9.11.8",
+ "@dhis2-ui/layer": "9.11.8",
+ "@dhis2-ui/menu": "9.11.8",
+ "@dhis2-ui/modal": "9.11.8",
+ "@dhis2-ui/notice-box": "9.11.8",
+ "@dhis2-ui/popper": "9.11.8",
+ "@dhis2-ui/select": "9.11.8",
+ "@dhis2-ui/tab": "9.11.8",
+ "@dhis2-ui/tooltip": "9.11.8",
+ "@dhis2-ui/user-avatar": "9.11.8",
+ "@dhis2/ui-constants": "9.11.8",
+ "@dhis2/ui-icons": "9.11.8",
"@react-hook/size": "^2.1.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
diff --git a/components/status-icon/package.json b/components/status-icon/package.json
index 0eb77b0bf2..00a1334065 100644
--- a/components/status-icon/package.json
+++ b/components/status-icon/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/status-icon",
- "version": "9.11.7",
+ "version": "9.11.8",
"description": "UI StatusIcon",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/loader": "9.11.7",
- "@dhis2/ui-constants": "9.11.7",
- "@dhis2/ui-icons": "9.11.7",
+ "@dhis2-ui/loader": "9.11.8",
+ "@dhis2/ui-constants": "9.11.8",
+ "@dhis2/ui-icons": "9.11.8",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/switch/package.json b/components/switch/package.json
index 7c495dd8a8..7a65a43236 100644
--- a/components/switch/package.json
+++ b/components/switch/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/switch",
- "version": "9.11.7",
+ "version": "9.11.8",
"description": "UI Switch",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/field": "9.11.7",
- "@dhis2-ui/required": "9.11.7",
- "@dhis2/ui-constants": "9.11.7",
+ "@dhis2-ui/field": "9.11.8",
+ "@dhis2-ui/required": "9.11.8",
+ "@dhis2/ui-constants": "9.11.8",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/tab/package.json b/components/tab/package.json
index 09e4a5c49b..9bb98517af 100644
--- a/components/tab/package.json
+++ b/components/tab/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/tab",
- "version": "9.11.7",
+ "version": "9.11.8",
"description": "UI Tabs",
"repository": {
"type": "git",
@@ -32,10 +32,10 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/tooltip": "9.11.7",
+ "@dhis2-ui/tooltip": "9.11.8",
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.7",
- "@dhis2/ui-icons": "9.11.7",
+ "@dhis2/ui-constants": "9.11.8",
+ "@dhis2/ui-icons": "9.11.8",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/table/package.json b/components/table/package.json
index 75cc4e1fad..6e65e35304 100644
--- a/components/table/package.json
+++ b/components/table/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/table",
- "version": "9.11.7",
+ "version": "9.11.8",
"description": "UI Table",
"repository": {
"type": "git",
@@ -34,8 +34,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.7",
- "@dhis2/ui-icons": "9.11.7",
+ "@dhis2/ui-constants": "9.11.8",
+ "@dhis2/ui-icons": "9.11.8",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/tag/package.json b/components/tag/package.json
index 02c082cdb5..6e5a1a853d 100644
--- a/components/tag/package.json
+++ b/components/tag/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/tag",
- "version": "9.11.7",
+ "version": "9.11.8",
"description": "UI Tag",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.7",
+ "@dhis2/ui-constants": "9.11.8",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/text-area/package.json b/components/text-area/package.json
index 15ed3dd2cd..5ee566bda1 100644
--- a/components/text-area/package.json
+++ b/components/text-area/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/text-area",
- "version": "9.11.7",
+ "version": "9.11.8",
"description": "UI TextArea",
"repository": {
"type": "git",
@@ -33,12 +33,12 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.11.7",
- "@dhis2-ui/field": "9.11.7",
- "@dhis2-ui/loader": "9.11.7",
- "@dhis2-ui/status-icon": "9.11.7",
- "@dhis2/ui-constants": "9.11.7",
- "@dhis2/ui-icons": "9.11.7",
+ "@dhis2-ui/box": "9.11.8",
+ "@dhis2-ui/field": "9.11.8",
+ "@dhis2-ui/loader": "9.11.8",
+ "@dhis2-ui/status-icon": "9.11.8",
+ "@dhis2/ui-constants": "9.11.8",
+ "@dhis2/ui-icons": "9.11.8",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/tooltip/package.json b/components/tooltip/package.json
index 2fd9d1d61d..f60fa6029e 100644
--- a/components/tooltip/package.json
+++ b/components/tooltip/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/tooltip",
- "version": "9.11.7",
+ "version": "9.11.8",
"description": "UI Tooltip",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/popper": "9.11.7",
- "@dhis2-ui/portal": "9.11.7",
- "@dhis2/ui-constants": "9.11.7",
+ "@dhis2-ui/popper": "9.11.8",
+ "@dhis2-ui/portal": "9.11.8",
+ "@dhis2/ui-constants": "9.11.8",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/transfer/package.json b/components/transfer/package.json
index 224d5cb3a7..c39d6709b7 100644
--- a/components/transfer/package.json
+++ b/components/transfer/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/transfer",
- "version": "9.11.7",
+ "version": "9.11.8",
"description": "UI Transfer",
"repository": {
"type": "git",
@@ -33,12 +33,12 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.11.7",
- "@dhis2-ui/field": "9.11.7",
- "@dhis2-ui/input": "9.11.7",
- "@dhis2-ui/intersection-detector": "9.11.7",
- "@dhis2-ui/loader": "9.11.7",
- "@dhis2/ui-constants": "9.11.7",
+ "@dhis2-ui/button": "9.11.8",
+ "@dhis2-ui/field": "9.11.8",
+ "@dhis2-ui/input": "9.11.8",
+ "@dhis2-ui/intersection-detector": "9.11.8",
+ "@dhis2-ui/loader": "9.11.8",
+ "@dhis2/ui-constants": "9.11.8",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/user-avatar/package.json b/components/user-avatar/package.json
index d1aa018053..cf35ffe293 100644
--- a/components/user-avatar/package.json
+++ b/components/user-avatar/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/user-avatar",
- "version": "9.11.7",
+ "version": "9.11.8",
"description": "UI User Avatar",
"repository": {
"type": "git",
@@ -34,7 +34,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.7",
+ "@dhis2/ui-constants": "9.11.8",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/constants/package.json b/constants/package.json
index b310770a0b..659fcdcd79 100644
--- a/constants/package.json
+++ b/constants/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-constants",
- "version": "9.11.7",
+ "version": "9.11.8",
"description": "Constants used in the UI libs",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
diff --git a/docs/package.json b/docs/package.json
index 77095ef517..911bace8cf 100644
--- a/docs/package.json
+++ b/docs/package.json
@@ -1,6 +1,6 @@
{
"name": "ui-docusaurus",
- "version": "9.11.7",
+ "version": "9.11.8",
"private": true,
"description": "UI Docusaurus",
"repository": {
diff --git a/icons/package.json b/icons/package.json
index 92587f5374..05d2193baa 100644
--- a/icons/package.json
+++ b/icons/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-icons",
- "version": "9.11.7",
+ "version": "9.11.8",
"description": "Icons used in the UI libs",
"main": "./build/cjs/react/index.js",
"module": "./build/es/react/index.js",
diff --git a/package.json b/package.json
index 700f7a8f49..d1816886b5 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-root",
- "version": "9.11.7",
+ "version": "9.11.8",
"repository": {
"type": "git",
"url": "https://github.com/dhis2/ui.git"
diff --git a/storybook/package.json b/storybook/package.json
index 5ca9ebc63f..36ac898274 100644
--- a/storybook/package.json
+++ b/storybook/package.json
@@ -1,6 +1,6 @@
{
"name": "ui-storybook",
- "version": "9.11.7",
+ "version": "9.11.8",
"description": "UI Storybook",
"repository": {
"type": "git",
@@ -22,8 +22,8 @@
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-private-methods": "^7.13.0",
"@babel/plugin-proposal-private-property-in-object": "^7.14.0",
- "@dhis2-ui/css": "9.11.7",
- "@dhis2/ui-constants": "9.11.7",
+ "@dhis2-ui/css": "9.11.8",
+ "@dhis2/ui-constants": "9.11.8",
"@fontsource/roboto": "^4.5.0",
"@storybook/addon-a11y": "^8.3.3",
"@storybook/addon-console": "^3.0.0",
From e72be1ec672fd16072a33ec057ccc3413713abeb Mon Sep 17 00:00:00 2001
From: Joseph John Aas Cooper
Date: Wed, 16 Oct 2024 09:24:00 +0200
Subject: [PATCH 165/170] feat(icons): add link-off icons
---
icons/src/svg/link-off-16.svg | 3 +++
icons/src/svg/link-off-24.svg | 3 +++
2 files changed, 6 insertions(+)
create mode 100644 icons/src/svg/link-off-16.svg
create mode 100644 icons/src/svg/link-off-24.svg
diff --git a/icons/src/svg/link-off-16.svg b/icons/src/svg/link-off-16.svg
new file mode 100644
index 0000000000..44b1476110
--- /dev/null
+++ b/icons/src/svg/link-off-16.svg
@@ -0,0 +1,3 @@
+
+
+
diff --git a/icons/src/svg/link-off-24.svg b/icons/src/svg/link-off-24.svg
new file mode 100644
index 0000000000..09b0acf37a
--- /dev/null
+++ b/icons/src/svg/link-off-24.svg
@@ -0,0 +1,3 @@
+
+
+
From 98058ebdf5e14bef4d94c849cbb6b3be79b51899 Mon Sep 17 00:00:00 2001
From: "@dhis2-bot"
Date: Tue, 29 Oct 2024 11:19:01 +0000
Subject: [PATCH 166/170] chore(release): cut 9.12.0 [skip release]
# [9.12.0](https://github.com/dhis2/ui/compare/v9.11.8...v9.12.0) (2024-10-29)
### Features
* **icons:** add link-off icons ([e72be1e](https://github.com/dhis2/ui/commit/e72be1ec672fd16072a33ec057ccc3413713abeb))
---
CHANGELOG.md | 7 ++
collections/forms/package.json | 20 ++--
collections/ui/package.json | 98 +++++++++----------
components/alert/package.json | 8 +-
components/box/package.json | 4 +-
components/button/package.json | 12 +--
components/calendar/package.json | 16 +--
components/card/package.json | 4 +-
components/center/package.json | 4 +-
components/checkbox/package.json | 8 +-
components/chip/package.json | 4 +-
components/cover/package.json | 4 +-
components/css/package.json | 4 +-
components/divider/package.json | 4 +-
components/field/package.json | 10 +-
components/file-input/package.json | 16 +--
components/header-bar/package.json | 30 +++---
components/help/package.json | 4 +-
components/input/package.json | 16 +--
components/intersection-detector/package.json | 4 +-
components/label/package.json | 6 +-
components/layer/package.json | 6 +-
components/legend/package.json | 6 +-
components/loader/package.json | 4 +-
components/logo/package.json | 4 +-
components/menu/package.json | 16 +--
components/modal/package.json | 14 +--
components/node/package.json | 6 +-
components/notice-box/package.json | 6 +-
.../organisation-unit-tree/package.json | 12 +--
components/pagination/package.json | 10 +-
components/popover/package.json | 8 +-
components/popper/package.json | 4 +-
components/portal/package.json | 2 +-
components/radio/package.json | 4 +-
components/required/package.json | 4 +-
components/segmented-control/package.json | 4 +-
components/select/package.json | 30 +++---
components/selector-bar/package.json | 22 ++---
components/sharing-dialog/package.json | 34 +++----
components/status-icon/package.json | 8 +-
components/switch/package.json | 8 +-
components/tab/package.json | 8 +-
components/table/package.json | 6 +-
components/tag/package.json | 4 +-
components/text-area/package.json | 14 +--
components/tooltip/package.json | 8 +-
components/transfer/package.json | 14 +--
components/user-avatar/package.json | 4 +-
constants/package.json | 2 +-
docs/package.json | 2 +-
icons/API.md | 40 ++++++++
icons/package.json | 2 +-
package.json | 2 +-
storybook/package.json | 6 +-
55 files changed, 327 insertions(+), 280 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c2dfecc7d6..bf950c86b1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+# [9.12.0](https://github.com/dhis2/ui/compare/v9.11.8...v9.12.0) (2024-10-29)
+
+
+### Features
+
+* **icons:** add link-off icons ([e72be1e](https://github.com/dhis2/ui/commit/e72be1ec672fd16072a33ec057ccc3413713abeb))
+
## [9.11.8](https://github.com/dhis2/ui/compare/v9.11.7...v9.11.8) (2024-10-15)
diff --git a/collections/forms/package.json b/collections/forms/package.json
index e2b93fd690..d632d2807b 100644
--- a/collections/forms/package.json
+++ b/collections/forms/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-forms",
- "version": "9.11.8",
+ "version": "9.12.0",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
"sideEffects": [
@@ -35,15 +35,15 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.11.8",
- "@dhis2-ui/checkbox": "9.11.8",
- "@dhis2-ui/field": "9.11.8",
- "@dhis2-ui/file-input": "9.11.8",
- "@dhis2-ui/input": "9.11.8",
- "@dhis2-ui/radio": "9.11.8",
- "@dhis2-ui/select": "9.11.8",
- "@dhis2-ui/switch": "9.11.8",
- "@dhis2-ui/text-area": "9.11.8",
+ "@dhis2-ui/button": "9.12.0",
+ "@dhis2-ui/checkbox": "9.12.0",
+ "@dhis2-ui/field": "9.12.0",
+ "@dhis2-ui/file-input": "9.12.0",
+ "@dhis2-ui/input": "9.12.0",
+ "@dhis2-ui/radio": "9.12.0",
+ "@dhis2-ui/select": "9.12.0",
+ "@dhis2-ui/switch": "9.12.0",
+ "@dhis2-ui/text-area": "9.12.0",
"classnames": "^2.3.1",
"final-form": "^4.20.2",
"prop-types": "^15.7.2",
diff --git a/collections/ui/package.json b/collections/ui/package.json
index e1fffa341e..3a6e5edd0a 100644
--- a/collections/ui/package.json
+++ b/collections/ui/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui",
- "version": "9.11.8",
+ "version": "9.12.0",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
"exports": {
@@ -21,54 +21,54 @@
"build": "d2-app-scripts build"
},
"dependencies": {
- "@dhis2-ui/alert": "9.11.8",
- "@dhis2-ui/box": "9.11.8",
- "@dhis2-ui/button": "9.11.8",
- "@dhis2-ui/calendar": "9.11.8",
- "@dhis2-ui/card": "9.11.8",
- "@dhis2-ui/center": "9.11.8",
- "@dhis2-ui/checkbox": "9.11.8",
- "@dhis2-ui/chip": "9.11.8",
- "@dhis2-ui/cover": "9.11.8",
- "@dhis2-ui/css": "9.11.8",
- "@dhis2-ui/divider": "9.11.8",
- "@dhis2-ui/field": "9.11.8",
- "@dhis2-ui/file-input": "9.11.8",
- "@dhis2-ui/header-bar": "9.11.8",
- "@dhis2-ui/help": "9.11.8",
- "@dhis2-ui/input": "9.11.8",
- "@dhis2-ui/intersection-detector": "9.11.8",
- "@dhis2-ui/label": "9.11.8",
- "@dhis2-ui/layer": "9.11.8",
- "@dhis2-ui/legend": "9.11.8",
- "@dhis2-ui/loader": "9.11.8",
- "@dhis2-ui/logo": "9.11.8",
- "@dhis2-ui/menu": "9.11.8",
- "@dhis2-ui/modal": "9.11.8",
- "@dhis2-ui/node": "9.11.8",
- "@dhis2-ui/notice-box": "9.11.8",
- "@dhis2-ui/organisation-unit-tree": "9.11.8",
- "@dhis2-ui/pagination": "9.11.8",
- "@dhis2-ui/popover": "9.11.8",
- "@dhis2-ui/popper": "9.11.8",
- "@dhis2-ui/portal": "9.11.8",
- "@dhis2-ui/radio": "9.11.8",
- "@dhis2-ui/required": "9.11.8",
- "@dhis2-ui/segmented-control": "9.11.8",
- "@dhis2-ui/select": "9.11.8",
- "@dhis2-ui/selector-bar": "9.11.8",
- "@dhis2-ui/sharing-dialog": "9.11.8",
- "@dhis2-ui/switch": "9.11.8",
- "@dhis2-ui/tab": "9.11.8",
- "@dhis2-ui/table": "9.11.8",
- "@dhis2-ui/tag": "9.11.8",
- "@dhis2-ui/text-area": "9.11.8",
- "@dhis2-ui/tooltip": "9.11.8",
- "@dhis2-ui/transfer": "9.11.8",
- "@dhis2-ui/user-avatar": "9.11.8",
- "@dhis2/ui-constants": "9.11.8",
- "@dhis2/ui-forms": "9.11.8",
- "@dhis2/ui-icons": "9.11.8",
+ "@dhis2-ui/alert": "9.12.0",
+ "@dhis2-ui/box": "9.12.0",
+ "@dhis2-ui/button": "9.12.0",
+ "@dhis2-ui/calendar": "9.12.0",
+ "@dhis2-ui/card": "9.12.0",
+ "@dhis2-ui/center": "9.12.0",
+ "@dhis2-ui/checkbox": "9.12.0",
+ "@dhis2-ui/chip": "9.12.0",
+ "@dhis2-ui/cover": "9.12.0",
+ "@dhis2-ui/css": "9.12.0",
+ "@dhis2-ui/divider": "9.12.0",
+ "@dhis2-ui/field": "9.12.0",
+ "@dhis2-ui/file-input": "9.12.0",
+ "@dhis2-ui/header-bar": "9.12.0",
+ "@dhis2-ui/help": "9.12.0",
+ "@dhis2-ui/input": "9.12.0",
+ "@dhis2-ui/intersection-detector": "9.12.0",
+ "@dhis2-ui/label": "9.12.0",
+ "@dhis2-ui/layer": "9.12.0",
+ "@dhis2-ui/legend": "9.12.0",
+ "@dhis2-ui/loader": "9.12.0",
+ "@dhis2-ui/logo": "9.12.0",
+ "@dhis2-ui/menu": "9.12.0",
+ "@dhis2-ui/modal": "9.12.0",
+ "@dhis2-ui/node": "9.12.0",
+ "@dhis2-ui/notice-box": "9.12.0",
+ "@dhis2-ui/organisation-unit-tree": "9.12.0",
+ "@dhis2-ui/pagination": "9.12.0",
+ "@dhis2-ui/popover": "9.12.0",
+ "@dhis2-ui/popper": "9.12.0",
+ "@dhis2-ui/portal": "9.12.0",
+ "@dhis2-ui/radio": "9.12.0",
+ "@dhis2-ui/required": "9.12.0",
+ "@dhis2-ui/segmented-control": "9.12.0",
+ "@dhis2-ui/select": "9.12.0",
+ "@dhis2-ui/selector-bar": "9.12.0",
+ "@dhis2-ui/sharing-dialog": "9.12.0",
+ "@dhis2-ui/switch": "9.12.0",
+ "@dhis2-ui/tab": "9.12.0",
+ "@dhis2-ui/table": "9.12.0",
+ "@dhis2-ui/tag": "9.12.0",
+ "@dhis2-ui/text-area": "9.12.0",
+ "@dhis2-ui/tooltip": "9.12.0",
+ "@dhis2-ui/transfer": "9.12.0",
+ "@dhis2-ui/user-avatar": "9.12.0",
+ "@dhis2/ui-constants": "9.12.0",
+ "@dhis2/ui-forms": "9.12.0",
+ "@dhis2/ui-icons": "9.12.0",
"prop-types": "^15.7.2"
},
"peerDependencies": {
diff --git a/components/alert/package.json b/components/alert/package.json
index a4bfedf8b8..251a117de8 100644
--- a/components/alert/package.json
+++ b/components/alert/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/alert",
- "version": "9.11.8",
+ "version": "9.12.0",
"description": "UI Alert",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/portal": "9.11.8",
- "@dhis2/ui-constants": "9.11.8",
- "@dhis2/ui-icons": "9.11.8",
+ "@dhis2-ui/portal": "9.12.0",
+ "@dhis2/ui-constants": "9.12.0",
+ "@dhis2/ui-icons": "9.12.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/box/package.json b/components/box/package.json
index bdf260a1a3..7bb8f8b778 100644
--- a/components/box/package.json
+++ b/components/box/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/box",
- "version": "9.11.8",
+ "version": "9.12.0",
"description": "UI Box",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.8",
+ "@dhis2/ui-constants": "9.12.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/button/package.json b/components/button/package.json
index fdeb07bdc6..3ae94c1f85 100644
--- a/components/button/package.json
+++ b/components/button/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/button",
- "version": "9.11.8",
+ "version": "9.12.0",
"description": "UI Button",
"repository": {
"type": "git",
@@ -33,11 +33,11 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/layer": "9.11.8",
- "@dhis2-ui/loader": "9.11.8",
- "@dhis2-ui/popper": "9.11.8",
- "@dhis2/ui-constants": "9.11.8",
- "@dhis2/ui-icons": "9.11.8",
+ "@dhis2-ui/layer": "9.12.0",
+ "@dhis2-ui/loader": "9.12.0",
+ "@dhis2-ui/popper": "9.12.0",
+ "@dhis2/ui-constants": "9.12.0",
+ "@dhis2/ui-icons": "9.12.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/calendar/package.json b/components/calendar/package.json
index bcd057fc6e..0a356baedb 100644
--- a/components/calendar/package.json
+++ b/components/calendar/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/calendar",
- "version": "9.11.8",
+ "version": "9.12.0",
"description": "UI Calendar",
"repository": {
"type": "git",
@@ -33,15 +33,15 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/button": "9.11.8",
- "@dhis2-ui/card": "9.11.8",
- "@dhis2-ui/input": "9.11.8",
- "@dhis2-ui/layer": "9.11.8",
- "@dhis2-ui/popper": "9.11.8",
+ "@dhis2-ui/button": "9.12.0",
+ "@dhis2-ui/card": "9.12.0",
+ "@dhis2-ui/input": "9.12.0",
+ "@dhis2-ui/layer": "9.12.0",
+ "@dhis2-ui/popper": "9.12.0",
"@dhis2/multi-calendar-dates": "^1.2.3",
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.8",
- "@dhis2/ui-icons": "9.11.8",
+ "@dhis2/ui-constants": "9.12.0",
+ "@dhis2/ui-icons": "9.12.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/card/package.json b/components/card/package.json
index 06f75d6105..3520e54579 100644
--- a/components/card/package.json
+++ b/components/card/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/card",
- "version": "9.11.8",
+ "version": "9.12.0",
"description": "UI Card",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.8",
+ "@dhis2/ui-constants": "9.12.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/center/package.json b/components/center/package.json
index deeb5d0399..67c3c181e1 100644
--- a/components/center/package.json
+++ b/components/center/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/center",
- "version": "9.11.8",
+ "version": "9.12.0",
"description": "UI Center",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.8",
+ "@dhis2/ui-constants": "9.12.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/checkbox/package.json b/components/checkbox/package.json
index ed5d7307cb..2b7b7970f3 100644
--- a/components/checkbox/package.json
+++ b/components/checkbox/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/checkbox",
- "version": "9.11.8",
+ "version": "9.12.0",
"description": "UI Checkbox",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/field": "9.11.8",
- "@dhis2-ui/required": "9.11.8",
- "@dhis2/ui-constants": "9.11.8",
+ "@dhis2-ui/field": "9.12.0",
+ "@dhis2-ui/required": "9.12.0",
+ "@dhis2/ui-constants": "9.12.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/chip/package.json b/components/chip/package.json
index 59e6254c97..c443055ac4 100644
--- a/components/chip/package.json
+++ b/components/chip/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/chip",
- "version": "9.11.8",
+ "version": "9.12.0",
"description": "UI Chip",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.8",
+ "@dhis2/ui-constants": "9.12.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/cover/package.json b/components/cover/package.json
index 9fb0b431b8..cbd984a3d8 100644
--- a/components/cover/package.json
+++ b/components/cover/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/cover",
- "version": "9.11.8",
+ "version": "9.12.0",
"description": "UI Cover",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.8",
+ "@dhis2/ui-constants": "9.12.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/css/package.json b/components/css/package.json
index fdcee3131e..1c33f4ea1f 100644
--- a/components/css/package.json
+++ b/components/css/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/css",
- "version": "9.11.8",
+ "version": "9.12.0",
"description": "UI CSS",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.8",
+ "@dhis2/ui-constants": "9.12.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/divider/package.json b/components/divider/package.json
index 072c6fdee3..13fdb6a0a5 100644
--- a/components/divider/package.json
+++ b/components/divider/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/divider",
- "version": "9.11.8",
+ "version": "9.12.0",
"description": "UI Divider",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.8",
+ "@dhis2/ui-constants": "9.12.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/field/package.json b/components/field/package.json
index 0a52eb9570..a68db42e60 100644
--- a/components/field/package.json
+++ b/components/field/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/field",
- "version": "9.11.8",
+ "version": "9.12.0",
"description": "UI Field",
"repository": {
"type": "git",
@@ -33,10 +33,10 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.11.8",
- "@dhis2-ui/help": "9.11.8",
- "@dhis2-ui/label": "9.11.8",
- "@dhis2/ui-constants": "9.11.8",
+ "@dhis2-ui/box": "9.12.0",
+ "@dhis2-ui/help": "9.12.0",
+ "@dhis2-ui/label": "9.12.0",
+ "@dhis2/ui-constants": "9.12.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/file-input/package.json b/components/file-input/package.json
index d315c96f37..57bffd7c75 100644
--- a/components/file-input/package.json
+++ b/components/file-input/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/file-input",
- "version": "9.11.8",
+ "version": "9.12.0",
"description": "UI FileInput",
"repository": {
"type": "git",
@@ -34,13 +34,13 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.11.8",
- "@dhis2-ui/field": "9.11.8",
- "@dhis2-ui/label": "9.11.8",
- "@dhis2-ui/loader": "9.11.8",
- "@dhis2-ui/status-icon": "9.11.8",
- "@dhis2/ui-constants": "9.11.8",
- "@dhis2/ui-icons": "9.11.8",
+ "@dhis2-ui/button": "9.12.0",
+ "@dhis2-ui/field": "9.12.0",
+ "@dhis2-ui/label": "9.12.0",
+ "@dhis2-ui/loader": "9.12.0",
+ "@dhis2-ui/status-icon": "9.12.0",
+ "@dhis2/ui-constants": "9.12.0",
+ "@dhis2/ui-icons": "9.12.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/header-bar/package.json b/components/header-bar/package.json
index b8bbad513b..47d7031a89 100644
--- a/components/header-bar/package.json
+++ b/components/header-bar/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/header-bar",
- "version": "9.11.8",
+ "version": "9.12.0",
"description": "UI HeaderBar",
"repository": {
"type": "git",
@@ -34,21 +34,21 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/box": "9.11.8",
- "@dhis2-ui/button": "9.11.8",
- "@dhis2-ui/card": "9.11.8",
- "@dhis2-ui/center": "9.11.8",
- "@dhis2-ui/divider": "9.11.8",
- "@dhis2-ui/input": "9.11.8",
- "@dhis2-ui/layer": "9.11.8",
- "@dhis2-ui/loader": "9.11.8",
- "@dhis2-ui/logo": "9.11.8",
- "@dhis2-ui/menu": "9.11.8",
- "@dhis2-ui/modal": "9.11.8",
- "@dhis2-ui/user-avatar": "9.11.8",
+ "@dhis2-ui/box": "9.12.0",
+ "@dhis2-ui/button": "9.12.0",
+ "@dhis2-ui/card": "9.12.0",
+ "@dhis2-ui/center": "9.12.0",
+ "@dhis2-ui/divider": "9.12.0",
+ "@dhis2-ui/input": "9.12.0",
+ "@dhis2-ui/layer": "9.12.0",
+ "@dhis2-ui/loader": "9.12.0",
+ "@dhis2-ui/logo": "9.12.0",
+ "@dhis2-ui/menu": "9.12.0",
+ "@dhis2-ui/modal": "9.12.0",
+ "@dhis2-ui/user-avatar": "9.12.0",
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.8",
- "@dhis2/ui-icons": "9.11.8",
+ "@dhis2/ui-constants": "9.12.0",
+ "@dhis2/ui-icons": "9.12.0",
"classnames": "^2.3.1",
"moment": "^2.29.1",
"prop-types": "^15.7.2"
diff --git a/components/help/package.json b/components/help/package.json
index f86399822b..56e0baeab7 100644
--- a/components/help/package.json
+++ b/components/help/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/help",
- "version": "9.11.8",
+ "version": "9.12.0",
"description": "UI Help",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.8",
+ "@dhis2/ui-constants": "9.12.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/input/package.json b/components/input/package.json
index fe07a377bb..94985d263d 100644
--- a/components/input/package.json
+++ b/components/input/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/input",
- "version": "9.11.8",
+ "version": "9.12.0",
"description": "UI Input",
"repository": {
"type": "git",
@@ -33,13 +33,13 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.11.8",
- "@dhis2-ui/field": "9.11.8",
- "@dhis2-ui/input": "9.11.8",
- "@dhis2-ui/loader": "9.11.8",
- "@dhis2-ui/status-icon": "9.11.8",
- "@dhis2/ui-constants": "9.11.8",
- "@dhis2/ui-icons": "9.11.8",
+ "@dhis2-ui/box": "9.12.0",
+ "@dhis2-ui/field": "9.12.0",
+ "@dhis2-ui/input": "9.12.0",
+ "@dhis2-ui/loader": "9.12.0",
+ "@dhis2-ui/status-icon": "9.12.0",
+ "@dhis2/ui-constants": "9.12.0",
+ "@dhis2/ui-icons": "9.12.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/intersection-detector/package.json b/components/intersection-detector/package.json
index b63d828fab..83aad9907e 100644
--- a/components/intersection-detector/package.json
+++ b/components/intersection-detector/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/intersection-detector",
- "version": "9.11.8",
+ "version": "9.12.0",
"description": "UI IntersectionDetector",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.8",
+ "@dhis2/ui-constants": "9.12.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/label/package.json b/components/label/package.json
index 9150698e78..396df1139e 100644
--- a/components/label/package.json
+++ b/components/label/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/label",
- "version": "9.11.8",
+ "version": "9.12.0",
"description": "UI Label",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/required": "9.11.8",
- "@dhis2/ui-constants": "9.11.8",
+ "@dhis2-ui/required": "9.12.0",
+ "@dhis2/ui-constants": "9.12.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/layer/package.json b/components/layer/package.json
index e060c3ccfc..d1cece2f63 100644
--- a/components/layer/package.json
+++ b/components/layer/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/layer",
- "version": "9.11.8",
+ "version": "9.12.0",
"description": "UI Layer",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/portal": "9.11.8",
- "@dhis2/ui-constants": "9.11.8",
+ "@dhis2-ui/portal": "9.12.0",
+ "@dhis2/ui-constants": "9.12.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/legend/package.json b/components/legend/package.json
index df4131827e..662c88daa1 100644
--- a/components/legend/package.json
+++ b/components/legend/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/legend",
- "version": "9.11.8",
+ "version": "9.12.0",
"description": "UI Legend",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/required": "9.11.8",
- "@dhis2/ui-constants": "9.11.8",
+ "@dhis2-ui/required": "9.12.0",
+ "@dhis2/ui-constants": "9.12.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/loader/package.json b/components/loader/package.json
index fc484dcfe3..bee490c5f3 100644
--- a/components/loader/package.json
+++ b/components/loader/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/loader",
- "version": "9.11.8",
+ "version": "9.12.0",
"description": "UI Loaders",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.8",
+ "@dhis2/ui-constants": "9.12.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/logo/package.json b/components/logo/package.json
index ee4871b77e..869c7e92a6 100644
--- a/components/logo/package.json
+++ b/components/logo/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/logo",
- "version": "9.11.8",
+ "version": "9.12.0",
"description": "UI Logo",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.8",
+ "@dhis2/ui-constants": "9.12.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/menu/package.json b/components/menu/package.json
index 8233b5dbf8..a780233a0f 100644
--- a/components/menu/package.json
+++ b/components/menu/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/menu",
- "version": "9.11.8",
+ "version": "9.12.0",
"description": "UI Menu",
"repository": {
"type": "git",
@@ -33,13 +33,13 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/card": "9.11.8",
- "@dhis2-ui/divider": "9.11.8",
- "@dhis2-ui/layer": "9.11.8",
- "@dhis2-ui/popper": "9.11.8",
- "@dhis2-ui/portal": "9.11.8",
- "@dhis2/ui-constants": "9.11.8",
- "@dhis2/ui-icons": "9.11.8",
+ "@dhis2-ui/card": "9.12.0",
+ "@dhis2-ui/divider": "9.12.0",
+ "@dhis2-ui/layer": "9.12.0",
+ "@dhis2-ui/popper": "9.12.0",
+ "@dhis2-ui/portal": "9.12.0",
+ "@dhis2/ui-constants": "9.12.0",
+ "@dhis2/ui-icons": "9.12.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/modal/package.json b/components/modal/package.json
index d2472f115c..b2bb9c1fcc 100644
--- a/components/modal/package.json
+++ b/components/modal/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/modal",
- "version": "9.11.8",
+ "version": "9.12.0",
"description": "UI Modal",
"repository": {
"type": "git",
@@ -33,12 +33,12 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/card": "9.11.8",
- "@dhis2-ui/center": "9.11.8",
- "@dhis2-ui/layer": "9.11.8",
- "@dhis2-ui/portal": "9.11.8",
- "@dhis2/ui-constants": "9.11.8",
- "@dhis2/ui-icons": "9.11.8",
+ "@dhis2-ui/card": "9.12.0",
+ "@dhis2-ui/center": "9.12.0",
+ "@dhis2-ui/layer": "9.12.0",
+ "@dhis2-ui/portal": "9.12.0",
+ "@dhis2/ui-constants": "9.12.0",
+ "@dhis2/ui-icons": "9.12.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/node/package.json b/components/node/package.json
index 588c0bccce..f935c66d52 100644
--- a/components/node/package.json
+++ b/components/node/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/node",
- "version": "9.11.8",
+ "version": "9.12.0",
"description": "UI Node",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/loader": "9.11.8",
- "@dhis2/ui-constants": "9.11.8",
+ "@dhis2-ui/loader": "9.12.0",
+ "@dhis2/ui-constants": "9.12.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/notice-box/package.json b/components/notice-box/package.json
index 59b1d05b2d..6f81bc81a9 100644
--- a/components/notice-box/package.json
+++ b/components/notice-box/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/notice-box",
- "version": "9.11.8",
+ "version": "9.12.0",
"description": "UI NoticeBox",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.8",
- "@dhis2/ui-icons": "9.11.8",
+ "@dhis2/ui-constants": "9.12.0",
+ "@dhis2/ui-icons": "9.12.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/organisation-unit-tree/package.json b/components/organisation-unit-tree/package.json
index 14c23b91c7..8d7c91428b 100644
--- a/components/organisation-unit-tree/package.json
+++ b/components/organisation-unit-tree/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/organisation-unit-tree",
- "version": "9.11.8",
+ "version": "9.12.0",
"description": "UI OrganisationUnitTree",
"repository": {
"type": "git",
@@ -35,11 +35,11 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.11.8",
- "@dhis2-ui/checkbox": "9.11.8",
- "@dhis2-ui/loader": "9.11.8",
- "@dhis2-ui/node": "9.11.8",
- "@dhis2/ui-constants": "9.11.8",
+ "@dhis2-ui/button": "9.12.0",
+ "@dhis2-ui/checkbox": "9.12.0",
+ "@dhis2-ui/loader": "9.12.0",
+ "@dhis2-ui/node": "9.12.0",
+ "@dhis2/ui-constants": "9.12.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/pagination/package.json b/components/pagination/package.json
index 3c530d312c..ce5136025a 100644
--- a/components/pagination/package.json
+++ b/components/pagination/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/pagination",
- "version": "9.11.8",
+ "version": "9.12.0",
"description": "UI Pagination",
"repository": {
"type": "git",
@@ -34,10 +34,10 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.11.8",
- "@dhis2-ui/select": "9.11.8",
- "@dhis2/ui-constants": "9.11.8",
- "@dhis2/ui-icons": "9.11.8",
+ "@dhis2-ui/button": "9.12.0",
+ "@dhis2-ui/select": "9.12.0",
+ "@dhis2/ui-constants": "9.12.0",
+ "@dhis2/ui-icons": "9.12.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/popover/package.json b/components/popover/package.json
index c38abb506c..f7d3b12ed6 100644
--- a/components/popover/package.json
+++ b/components/popover/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/popover",
- "version": "9.11.8",
+ "version": "9.12.0",
"description": "UI Popover",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/layer": "9.11.8",
- "@dhis2-ui/popper": "9.11.8",
- "@dhis2/ui-constants": "9.11.8",
+ "@dhis2-ui/layer": "9.12.0",
+ "@dhis2-ui/popper": "9.12.0",
+ "@dhis2/ui-constants": "9.12.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/popper/package.json b/components/popper/package.json
index df297c4c4f..1d66b36775 100644
--- a/components/popper/package.json
+++ b/components/popper/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/popper",
- "version": "9.11.8",
+ "version": "9.12.0",
"description": "UI Popper",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.8",
+ "@dhis2/ui-constants": "9.12.0",
"@popperjs/core": "^2.10.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2",
diff --git a/components/portal/package.json b/components/portal/package.json
index 22de42641b..bcd7465500 100644
--- a/components/portal/package.json
+++ b/components/portal/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/portal",
- "version": "9.11.8",
+ "version": "9.12.0",
"description": "UI Portal",
"repository": {
"type": "git",
diff --git a/components/radio/package.json b/components/radio/package.json
index 63887f540f..3ca261d6c7 100644
--- a/components/radio/package.json
+++ b/components/radio/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/radio",
- "version": "9.11.8",
+ "version": "9.12.0",
"description": "UI Radio",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.8",
+ "@dhis2/ui-constants": "9.12.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/required/package.json b/components/required/package.json
index ccebafc697..a1cecb6f27 100644
--- a/components/required/package.json
+++ b/components/required/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/required",
- "version": "9.11.8",
+ "version": "9.12.0",
"description": "UI Required",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.8",
+ "@dhis2/ui-constants": "9.12.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/segmented-control/package.json b/components/segmented-control/package.json
index a558026b04..85fe7e65a0 100644
--- a/components/segmented-control/package.json
+++ b/components/segmented-control/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/segmented-control",
- "version": "9.11.8",
+ "version": "9.12.0",
"description": "UI Segmented Control",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.8",
+ "@dhis2/ui-constants": "9.12.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/select/package.json b/components/select/package.json
index c26e30f10f..d3cac91a24 100644
--- a/components/select/package.json
+++ b/components/select/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/select",
- "version": "9.11.8",
+ "version": "9.12.0",
"description": "UI Select",
"repository": {
"type": "git",
@@ -33,21 +33,21 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/box": "9.11.8",
- "@dhis2-ui/button": "9.11.8",
- "@dhis2-ui/card": "9.11.8",
- "@dhis2-ui/checkbox": "9.11.8",
- "@dhis2-ui/chip": "9.11.8",
- "@dhis2-ui/field": "9.11.8",
- "@dhis2-ui/input": "9.11.8",
- "@dhis2-ui/layer": "9.11.8",
- "@dhis2-ui/loader": "9.11.8",
- "@dhis2-ui/popper": "9.11.8",
- "@dhis2-ui/status-icon": "9.11.8",
- "@dhis2-ui/tooltip": "9.11.8",
+ "@dhis2-ui/box": "9.12.0",
+ "@dhis2-ui/button": "9.12.0",
+ "@dhis2-ui/card": "9.12.0",
+ "@dhis2-ui/checkbox": "9.12.0",
+ "@dhis2-ui/chip": "9.12.0",
+ "@dhis2-ui/field": "9.12.0",
+ "@dhis2-ui/input": "9.12.0",
+ "@dhis2-ui/layer": "9.12.0",
+ "@dhis2-ui/loader": "9.12.0",
+ "@dhis2-ui/popper": "9.12.0",
+ "@dhis2-ui/status-icon": "9.12.0",
+ "@dhis2-ui/tooltip": "9.12.0",
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.8",
- "@dhis2/ui-icons": "9.11.8",
+ "@dhis2/ui-constants": "9.12.0",
+ "@dhis2/ui-icons": "9.12.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/selector-bar/package.json b/components/selector-bar/package.json
index 2c9fbf2e0a..6573dc6396 100644
--- a/components/selector-bar/package.json
+++ b/components/selector-bar/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/selector-bar",
- "version": "9.11.8",
+ "version": "9.12.0",
"description": "UI Select",
"repository": {
"type": "git",
@@ -33,21 +33,21 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/button": "9.11.8",
- "@dhis2-ui/card": "9.11.8",
- "@dhis2-ui/popper": "9.11.8",
- "@dhis2-ui/layer": "9.11.8",
- "@dhis2/ui-constants": "9.11.8",
- "@dhis2/ui-icons": "9.11.8",
+ "@dhis2-ui/button": "9.12.0",
+ "@dhis2-ui/card": "9.12.0",
+ "@dhis2-ui/popper": "9.12.0",
+ "@dhis2-ui/layer": "9.12.0",
+ "@dhis2/ui-constants": "9.12.0",
+ "@dhis2/ui-icons": "9.12.0",
"@testing-library/react": "^12.1.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
"devDependencies": {
- "@dhis2-ui/css": "9.11.8",
- "@dhis2-ui/menu": "9.11.8",
- "@dhis2-ui/organisation-unit-tree": "9.11.8",
- "@dhis2-ui/select": "9.11.8",
+ "@dhis2-ui/css": "9.12.0",
+ "@dhis2-ui/menu": "9.12.0",
+ "@dhis2-ui/organisation-unit-tree": "9.12.0",
+ "@dhis2-ui/select": "9.12.0",
"@dhis2/d2-i18n": "^1.1.0",
"@testing-library/jest-dom": "^5.16.1",
"react": "16.13",
diff --git a/components/sharing-dialog/package.json b/components/sharing-dialog/package.json
index 5362d4003e..9e42c4d139 100644
--- a/components/sharing-dialog/package.json
+++ b/components/sharing-dialog/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/sharing-dialog",
- "version": "9.11.8",
+ "version": "9.12.0",
"description": "UI SharingDialog",
"repository": {
"type": "git",
@@ -35,22 +35,22 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.11.8",
- "@dhis2-ui/button": "9.11.8",
- "@dhis2-ui/card": "9.11.8",
- "@dhis2-ui/divider": "9.11.8",
- "@dhis2-ui/input": "9.11.8",
- "@dhis2-ui/layer": "9.11.8",
- "@dhis2-ui/menu": "9.11.8",
- "@dhis2-ui/modal": "9.11.8",
- "@dhis2-ui/notice-box": "9.11.8",
- "@dhis2-ui/popper": "9.11.8",
- "@dhis2-ui/select": "9.11.8",
- "@dhis2-ui/tab": "9.11.8",
- "@dhis2-ui/tooltip": "9.11.8",
- "@dhis2-ui/user-avatar": "9.11.8",
- "@dhis2/ui-constants": "9.11.8",
- "@dhis2/ui-icons": "9.11.8",
+ "@dhis2-ui/box": "9.12.0",
+ "@dhis2-ui/button": "9.12.0",
+ "@dhis2-ui/card": "9.12.0",
+ "@dhis2-ui/divider": "9.12.0",
+ "@dhis2-ui/input": "9.12.0",
+ "@dhis2-ui/layer": "9.12.0",
+ "@dhis2-ui/menu": "9.12.0",
+ "@dhis2-ui/modal": "9.12.0",
+ "@dhis2-ui/notice-box": "9.12.0",
+ "@dhis2-ui/popper": "9.12.0",
+ "@dhis2-ui/select": "9.12.0",
+ "@dhis2-ui/tab": "9.12.0",
+ "@dhis2-ui/tooltip": "9.12.0",
+ "@dhis2-ui/user-avatar": "9.12.0",
+ "@dhis2/ui-constants": "9.12.0",
+ "@dhis2/ui-icons": "9.12.0",
"@react-hook/size": "^2.1.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
diff --git a/components/status-icon/package.json b/components/status-icon/package.json
index 00a1334065..0372236323 100644
--- a/components/status-icon/package.json
+++ b/components/status-icon/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/status-icon",
- "version": "9.11.8",
+ "version": "9.12.0",
"description": "UI StatusIcon",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/loader": "9.11.8",
- "@dhis2/ui-constants": "9.11.8",
- "@dhis2/ui-icons": "9.11.8",
+ "@dhis2-ui/loader": "9.12.0",
+ "@dhis2/ui-constants": "9.12.0",
+ "@dhis2/ui-icons": "9.12.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/switch/package.json b/components/switch/package.json
index 7a65a43236..828cba4944 100644
--- a/components/switch/package.json
+++ b/components/switch/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/switch",
- "version": "9.11.8",
+ "version": "9.12.0",
"description": "UI Switch",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/field": "9.11.8",
- "@dhis2-ui/required": "9.11.8",
- "@dhis2/ui-constants": "9.11.8",
+ "@dhis2-ui/field": "9.12.0",
+ "@dhis2-ui/required": "9.12.0",
+ "@dhis2/ui-constants": "9.12.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/tab/package.json b/components/tab/package.json
index 9bb98517af..08419e3767 100644
--- a/components/tab/package.json
+++ b/components/tab/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/tab",
- "version": "9.11.8",
+ "version": "9.12.0",
"description": "UI Tabs",
"repository": {
"type": "git",
@@ -32,10 +32,10 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/tooltip": "9.11.8",
+ "@dhis2-ui/tooltip": "9.12.0",
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.8",
- "@dhis2/ui-icons": "9.11.8",
+ "@dhis2/ui-constants": "9.12.0",
+ "@dhis2/ui-icons": "9.12.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/table/package.json b/components/table/package.json
index 6e65e35304..f8bc6a6130 100644
--- a/components/table/package.json
+++ b/components/table/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/table",
- "version": "9.11.8",
+ "version": "9.12.0",
"description": "UI Table",
"repository": {
"type": "git",
@@ -34,8 +34,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.8",
- "@dhis2/ui-icons": "9.11.8",
+ "@dhis2/ui-constants": "9.12.0",
+ "@dhis2/ui-icons": "9.12.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/tag/package.json b/components/tag/package.json
index 6e5a1a853d..1586604d3a 100644
--- a/components/tag/package.json
+++ b/components/tag/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/tag",
- "version": "9.11.8",
+ "version": "9.12.0",
"description": "UI Tag",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.8",
+ "@dhis2/ui-constants": "9.12.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/text-area/package.json b/components/text-area/package.json
index 5ee566bda1..01244a0568 100644
--- a/components/text-area/package.json
+++ b/components/text-area/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/text-area",
- "version": "9.11.8",
+ "version": "9.12.0",
"description": "UI TextArea",
"repository": {
"type": "git",
@@ -33,12 +33,12 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.11.8",
- "@dhis2-ui/field": "9.11.8",
- "@dhis2-ui/loader": "9.11.8",
- "@dhis2-ui/status-icon": "9.11.8",
- "@dhis2/ui-constants": "9.11.8",
- "@dhis2/ui-icons": "9.11.8",
+ "@dhis2-ui/box": "9.12.0",
+ "@dhis2-ui/field": "9.12.0",
+ "@dhis2-ui/loader": "9.12.0",
+ "@dhis2-ui/status-icon": "9.12.0",
+ "@dhis2/ui-constants": "9.12.0",
+ "@dhis2/ui-icons": "9.12.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/tooltip/package.json b/components/tooltip/package.json
index f60fa6029e..b83a0c9faa 100644
--- a/components/tooltip/package.json
+++ b/components/tooltip/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/tooltip",
- "version": "9.11.8",
+ "version": "9.12.0",
"description": "UI Tooltip",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/popper": "9.11.8",
- "@dhis2-ui/portal": "9.11.8",
- "@dhis2/ui-constants": "9.11.8",
+ "@dhis2-ui/popper": "9.12.0",
+ "@dhis2-ui/portal": "9.12.0",
+ "@dhis2/ui-constants": "9.12.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/transfer/package.json b/components/transfer/package.json
index c39d6709b7..f9af8d3d83 100644
--- a/components/transfer/package.json
+++ b/components/transfer/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/transfer",
- "version": "9.11.8",
+ "version": "9.12.0",
"description": "UI Transfer",
"repository": {
"type": "git",
@@ -33,12 +33,12 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.11.8",
- "@dhis2-ui/field": "9.11.8",
- "@dhis2-ui/input": "9.11.8",
- "@dhis2-ui/intersection-detector": "9.11.8",
- "@dhis2-ui/loader": "9.11.8",
- "@dhis2/ui-constants": "9.11.8",
+ "@dhis2-ui/button": "9.12.0",
+ "@dhis2-ui/field": "9.12.0",
+ "@dhis2-ui/input": "9.12.0",
+ "@dhis2-ui/intersection-detector": "9.12.0",
+ "@dhis2-ui/loader": "9.12.0",
+ "@dhis2/ui-constants": "9.12.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/user-avatar/package.json b/components/user-avatar/package.json
index cf35ffe293..2945a20987 100644
--- a/components/user-avatar/package.json
+++ b/components/user-avatar/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/user-avatar",
- "version": "9.11.8",
+ "version": "9.12.0",
"description": "UI User Avatar",
"repository": {
"type": "git",
@@ -34,7 +34,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.11.8",
+ "@dhis2/ui-constants": "9.12.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/constants/package.json b/constants/package.json
index 659fcdcd79..cfd013ba2b 100644
--- a/constants/package.json
+++ b/constants/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-constants",
- "version": "9.11.8",
+ "version": "9.12.0",
"description": "Constants used in the UI libs",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
diff --git a/docs/package.json b/docs/package.json
index 911bace8cf..afefeea500 100644
--- a/docs/package.json
+++ b/docs/package.json
@@ -1,6 +1,6 @@
{
"name": "ui-docusaurus",
- "version": "9.11.8",
+ "version": "9.12.0",
"private": true,
"description": "UI Docusaurus",
"repository": {
diff --git a/icons/API.md b/icons/API.md
index a3cc09da29..16114bcbd2 100644
--- a/icons/API.md
+++ b/icons/API.md
@@ -2490,6 +2490,46 @@ import { IconLink24 } from '@dhis2/ui'
```
+#### Props
+
+|Name|Type|Default|Required|Description|
+|---|---|---|---|---|
+|color|string||||
+|dataTest|string||||
+|ariaLabel|string||||
+
+### SvgLinkOff16
+
+#### Usage
+
+To use `IconLinkOff16`, you can import the component from the `@dhis2/ui` library
+
+
+```js
+import { IconLinkOff16 } from '@dhis2/ui'
+```
+
+
+#### Props
+
+|Name|Type|Default|Required|Description|
+|---|---|---|---|---|
+|color|string||||
+|dataTest|string||||
+|ariaLabel|string||||
+
+### SvgLinkOff24
+
+#### Usage
+
+To use `IconLinkOff24`, you can import the component from the `@dhis2/ui` library
+
+
+```js
+import { IconLinkOff24 } from '@dhis2/ui'
+```
+
+
#### Props
|Name|Type|Default|Required|Description|
diff --git a/icons/package.json b/icons/package.json
index 05d2193baa..3a00566aeb 100644
--- a/icons/package.json
+++ b/icons/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-icons",
- "version": "9.11.8",
+ "version": "9.12.0",
"description": "Icons used in the UI libs",
"main": "./build/cjs/react/index.js",
"module": "./build/es/react/index.js",
diff --git a/package.json b/package.json
index d1816886b5..b9cb990859 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-root",
- "version": "9.11.8",
+ "version": "9.12.0",
"repository": {
"type": "git",
"url": "https://github.com/dhis2/ui.git"
diff --git a/storybook/package.json b/storybook/package.json
index 36ac898274..cfe4d1cf0c 100644
--- a/storybook/package.json
+++ b/storybook/package.json
@@ -1,6 +1,6 @@
{
"name": "ui-storybook",
- "version": "9.11.8",
+ "version": "9.12.0",
"description": "UI Storybook",
"repository": {
"type": "git",
@@ -22,8 +22,8 @@
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-private-methods": "^7.13.0",
"@babel/plugin-proposal-private-property-in-object": "^7.14.0",
- "@dhis2-ui/css": "9.11.8",
- "@dhis2/ui-constants": "9.11.8",
+ "@dhis2-ui/css": "9.12.0",
+ "@dhis2/ui-constants": "9.12.0",
"@fontsource/roboto": "^4.5.0",
"@storybook/addon-a11y": "^8.3.3",
"@storybook/addon-console": "^3.0.0",
From 5d3c2a4f6fc4683354a5af3d8ec2f8bfd88169f5 Mon Sep 17 00:00:00 2001
From: Mozafar
Date: Tue, 29 Oct 2024 17:01:58 +0000
Subject: [PATCH 167/170] feat: update react peer dependency to react@18
(#1624)
---
collections/forms/package.json | 8 +-
collections/ui/package.json | 8 +-
components/alert/package.json | 8 +-
components/box/package.json | 8 +-
components/button/package.json | 8 +-
.../src/split-button/split-button.test.js | 1 -
components/calendar/package.json | 8 +-
components/card/package.json | 8 +-
components/center/package.json | 8 +-
components/checkbox/package.json | 8 +-
components/chip/package.json | 8 +-
components/cover/package.json | 8 +-
components/css/package.json | 8 +-
components/divider/package.json | 8 +-
components/field/package.json | 8 +-
components/file-input/package.json | 8 +-
components/header-bar/package.json | 8 +-
.../src/profile/use-on-doc-click.test.js | 2 +-
components/help/package.json | 8 +-
components/input/package.json | 8 +-
components/intersection-detector/package.json | 8 +-
components/label/package.json | 8 +-
components/layer/package.json | 8 +-
components/legend/package.json | 8 +-
components/loader/package.json | 8 +-
components/logo/package.json | 8 +-
components/menu/package.json | 8 +-
.../flyout-menu/__tests__/flyout-menu.test.js | 12 +-
.../menu/src/menu/__tests__/menu.test.js | 55 +-
components/modal/package.json | 8 +-
components/node/package.json | 8 +-
components/notice-box/package.json | 8 +-
.../notice-box-icon.test.js.snap | 11 -
.../src/__tests__/notice-box-icon.test.js | 15 +-
.../organisation-unit-tree/package.json | 8 +-
.../use-open-state.test.js | 2 +-
.../use-org-children.test.js | 240 ++-
.../use-org-data/use-org-data.test.js | 89 +-
.../organisation-unit-tree.test.js | 13 +-
.../use-root-org-unit.test.js | 85 +-
components/pagination/package.json | 8 +-
components/popover/package.json | 8 +-
components/popper/package.json | 8 +-
components/portal/package.json | 8 +-
components/radio/package.json | 8 +-
components/required/package.json | 8 +-
components/segmented-control/package.json | 8 +-
components/select/package.json | 8 +-
components/selector-bar/package.json | 8 +-
components/sharing-dialog/package.json | 8 +-
.../autocomplete/sharing-autocomplete.test.js | 15 +-
components/status-icon/package.json | 8 +-
components/switch/package.json | 8 +-
components/tab/package.json | 8 +-
components/table/package.json | 8 +-
components/tag/package.json | 8 +-
components/text-area/package.json | 8 +-
components/tooltip/package.json | 8 +-
components/transfer/package.json | 8 +-
components/user-avatar/package.json | 8 +-
docs/package.json | 8 +-
icons/package.json | 8 +-
jest.config.js | 1 -
jest.config.shared.js | 1 -
jest.enzyme.config.js | 7 +-
jest.testing-library.config.js | 1 +
package.json | 17 +-
yarn.lock | 1583 ++++++++++-------
68 files changed, 1441 insertions(+), 1109 deletions(-)
delete mode 100644 components/notice-box/src/__tests__/__snapshots__/notice-box-icon.test.js.snap
diff --git a/collections/forms/package.json b/collections/forms/package.json
index d632d2807b..91c9afcde7 100644
--- a/collections/forms/package.json
+++ b/collections/forms/package.json
@@ -30,8 +30,8 @@
"build": "d2-app-scripts build"
},
"peerDependencies": {
- "react": "^16.13",
- "react-dom": "^16.13"
+ "react": "^16.13 || ^18",
+ "react-dom": "^16.13 || ^18"
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
@@ -54,8 +54,8 @@
"types"
],
"devDependencies": {
- "react": "16.13",
- "react-dom": "16.13"
+ "react": "^18.3.1",
+ "react-dom": "^18.3.1"
},
"types": "types"
}
diff --git a/collections/ui/package.json b/collections/ui/package.json
index 3a6e5edd0a..7cad01d831 100644
--- a/collections/ui/package.json
+++ b/collections/ui/package.json
@@ -74,15 +74,15 @@
"peerDependencies": {
"@dhis2/app-runtime": "^3",
"@dhis2/d2-i18n": "^1",
- "react": "^16.13",
- "react-dom": "^16.13",
+ "react": "^16.13 || ^18",
+ "react-dom": "^16.13 || ^18",
"styled-jsx": "^4"
},
"devDependencies": {
"@dhis2/app-runtime": "^3.9.0",
"@dhis2/d2-i18n": "^1.1.0",
- "react": "16.13",
- "react-dom": "16.13",
+ "react": "^18.3.1",
+ "react-dom": "^18.3.1",
"styled-jsx": "^4.0.1"
},
"files": [
diff --git a/components/alert/package.json b/components/alert/package.json
index 251a117de8..1880fb23a6 100644
--- a/components/alert/package.json
+++ b/components/alert/package.json
@@ -27,8 +27,8 @@
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
"peerDependencies": {
- "react": "^16.13",
- "react-dom": "^16.13",
+ "react": "^16.13 || ^18",
+ "react-dom": "^16.13 || ^18",
"styled-jsx": "^4"
},
"dependencies": {
@@ -44,8 +44,8 @@
"types"
],
"devDependencies": {
- "react": "16.13",
- "react-dom": "16.13",
+ "react": "^18.3.1",
+ "react-dom": "^18.3.1",
"styled-jsx": "^4.0.1"
},
"types": "types"
diff --git a/components/box/package.json b/components/box/package.json
index 7bb8f8b778..f1371cedcd 100644
--- a/components/box/package.json
+++ b/components/box/package.json
@@ -27,8 +27,8 @@
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
"peerDependencies": {
- "react": "^16.13",
- "react-dom": "^16.13",
+ "react": "^16.13 || ^18",
+ "react-dom": "^16.13 || ^18",
"styled-jsx": "^4"
},
"dependencies": {
@@ -42,8 +42,8 @@
"types"
],
"devDependencies": {
- "react": "16.13",
- "react-dom": "16.13",
+ "react": "^18.3.1",
+ "react-dom": "^18.3.1",
"styled-jsx": "^4.0.1"
},
"types": "types"
diff --git a/components/button/package.json b/components/button/package.json
index 3ae94c1f85..5ed603d204 100644
--- a/components/button/package.json
+++ b/components/button/package.json
@@ -27,8 +27,8 @@
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
"peerDependencies": {
- "react": "^16.13",
- "react-dom": "^16.13",
+ "react": "^16.13 || ^18",
+ "react-dom": "^16.13 || ^18",
"styled-jsx": "^4"
},
"dependencies": {
@@ -46,8 +46,8 @@
"types"
],
"devDependencies": {
- "react": "16.13",
- "react-dom": "16.13",
+ "react": "^18.3.1",
+ "react-dom": "^18.3.1",
"styled-jsx": "^4.0.1"
},
"types": "types"
diff --git a/components/button/src/split-button/split-button.test.js b/components/button/src/split-button/split-button.test.js
index d7c8ef2027..e7a7425ca6 100644
--- a/components/button/src/split-button/split-button.test.js
+++ b/components/button/src/split-button/split-button.test.js
@@ -1,6 +1,5 @@
import { render, fireEvent, cleanup, waitFor } from '@testing-library/react'
import React from 'react'
-import '@testing-library/jest-dom/extend-expect'
import { SplitButton } from './split-button.js'
describe('SplitButton', () => {
diff --git a/components/calendar/package.json b/components/calendar/package.json
index 0a356baedb..458f0efb6f 100644
--- a/components/calendar/package.json
+++ b/components/calendar/package.json
@@ -28,8 +28,8 @@
},
"peerDependencies": {
"@dhis2/d2-i18n": "^1",
- "react": "^16.13",
- "react-dom": "^16.13",
+ "react": "^16.13 || ^18",
+ "react-dom": "^16.13 || ^18",
"styled-jsx": "^4"
},
"dependencies": {
@@ -51,8 +51,8 @@
],
"devDependencies": {
"@dhis2/d2-i18n": "^1.1.0",
- "react": "16.13",
- "react-dom": "16.13",
+ "react": "^18.3.1",
+ "react-dom": "^18.3.1",
"styled-jsx": "^4.0.1"
},
"types": "types"
diff --git a/components/card/package.json b/components/card/package.json
index 3520e54579..3ed5c29419 100644
--- a/components/card/package.json
+++ b/components/card/package.json
@@ -27,8 +27,8 @@
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
"peerDependencies": {
- "react": "^16.13",
- "react-dom": "^16.13",
+ "react": "^16.13 || ^18",
+ "react-dom": "^16.13 || ^18",
"styled-jsx": "^4"
},
"dependencies": {
@@ -42,8 +42,8 @@
"types"
],
"devDependencies": {
- "react": "16.13",
- "react-dom": "16.13",
+ "react": "^18.3.1",
+ "react-dom": "^18.3.1",
"styled-jsx": "^4.0.1"
},
"types": "types"
diff --git a/components/center/package.json b/components/center/package.json
index 67c3c181e1..af44535e6a 100644
--- a/components/center/package.json
+++ b/components/center/package.json
@@ -27,8 +27,8 @@
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
"peerDependencies": {
- "react": "^16.13",
- "react-dom": "^16.13",
+ "react": "^16.13 || ^18",
+ "react-dom": "^16.13 || ^18",
"styled-jsx": "^4"
},
"dependencies": {
@@ -42,8 +42,8 @@
"types"
],
"devDependencies": {
- "react": "16.13",
- "react-dom": "16.13",
+ "react": "^18.3.1",
+ "react-dom": "^18.3.1",
"styled-jsx": "^4.0.1"
},
"types": "types"
diff --git a/components/checkbox/package.json b/components/checkbox/package.json
index 2b7b7970f3..9f56720361 100644
--- a/components/checkbox/package.json
+++ b/components/checkbox/package.json
@@ -27,8 +27,8 @@
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
"peerDependencies": {
- "react": "^16.13",
- "react-dom": "^16.13",
+ "react": "^16.13 || ^18",
+ "react-dom": "^16.13 || ^18",
"styled-jsx": "^4"
},
"dependencies": {
@@ -44,8 +44,8 @@
"types"
],
"devDependencies": {
- "react": "16.13",
- "react-dom": "16.13",
+ "react": "^18.3.1",
+ "react-dom": "^18.3.1",
"styled-jsx": "^4.0.1"
},
"types": "types"
diff --git a/components/chip/package.json b/components/chip/package.json
index c443055ac4..7bb44e29b5 100644
--- a/components/chip/package.json
+++ b/components/chip/package.json
@@ -27,8 +27,8 @@
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
"peerDependencies": {
- "react": "^16.13",
- "react-dom": "^16.13",
+ "react": "^16.13 || ^18",
+ "react-dom": "^16.13 || ^18",
"styled-jsx": "^4"
},
"dependencies": {
@@ -42,8 +42,8 @@
"types"
],
"devDependencies": {
- "react": "16.13",
- "react-dom": "16.13",
+ "react": "^18.3.1",
+ "react-dom": "^18.3.1",
"styled-jsx": "^4.0.1"
},
"types": "types"
diff --git a/components/cover/package.json b/components/cover/package.json
index cbd984a3d8..3f0356e9c8 100644
--- a/components/cover/package.json
+++ b/components/cover/package.json
@@ -27,8 +27,8 @@
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
"peerDependencies": {
- "react": "^16.13",
- "react-dom": "^16.13",
+ "react": "^16.13 || ^18",
+ "react-dom": "^16.13 || ^18",
"styled-jsx": "^4"
},
"dependencies": {
@@ -42,8 +42,8 @@
"types"
],
"devDependencies": {
- "react": "16.13",
- "react-dom": "16.13",
+ "react": "^18.3.1",
+ "react-dom": "^18.3.1",
"styled-jsx": "^4.0.1"
},
"types": "types"
diff --git a/components/css/package.json b/components/css/package.json
index 1c33f4ea1f..16450436a8 100644
--- a/components/css/package.json
+++ b/components/css/package.json
@@ -27,8 +27,8 @@
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
"peerDependencies": {
- "react": "^16.13",
- "react-dom": "^16.13",
+ "react": "^16.13 || ^18",
+ "react-dom": "^16.13 || ^18",
"styled-jsx": "^4"
},
"dependencies": {
@@ -42,8 +42,8 @@
"types"
],
"devDependencies": {
- "react": "16.13",
- "react-dom": "16.13",
+ "react": "^18.3.1",
+ "react-dom": "^18.3.1",
"styled-jsx": "^4.0.1"
},
"types": "types"
diff --git a/components/divider/package.json b/components/divider/package.json
index 13fdb6a0a5..74f545138d 100644
--- a/components/divider/package.json
+++ b/components/divider/package.json
@@ -27,8 +27,8 @@
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
"peerDependencies": {
- "react": "^16.13",
- "react-dom": "^16.13",
+ "react": "^16.13 || ^18",
+ "react-dom": "^16.13 || ^18",
"styled-jsx": "^4"
},
"dependencies": {
@@ -42,8 +42,8 @@
"types"
],
"devDependencies": {
- "react": "16.13",
- "react-dom": "16.13",
+ "react": "^18.3.1",
+ "react-dom": "^18.3.1",
"styled-jsx": "^4.0.1"
},
"types": "types"
diff --git a/components/field/package.json b/components/field/package.json
index a68db42e60..b13e6939a0 100644
--- a/components/field/package.json
+++ b/components/field/package.json
@@ -27,8 +27,8 @@
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
"peerDependencies": {
- "react": "^16.13",
- "react-dom": "^16.13",
+ "react": "^16.13 || ^18",
+ "react-dom": "^16.13 || ^18",
"styled-jsx": "^4"
},
"dependencies": {
@@ -45,8 +45,8 @@
"types"
],
"devDependencies": {
- "react": "16.13",
- "react-dom": "16.13",
+ "react": "^18.3.1",
+ "react-dom": "^18.3.1",
"styled-jsx": "^4.0.1"
},
"types": "types"
diff --git a/components/file-input/package.json b/components/file-input/package.json
index 57bffd7c75..731b24bb51 100644
--- a/components/file-input/package.json
+++ b/components/file-input/package.json
@@ -28,8 +28,8 @@
},
"peerDependencies": {
"@dhis2/d2-i18n": "^1.1.0",
- "react": "^16.13",
- "react-dom": "^16.13",
+ "react": "^16.13 || ^18",
+ "react-dom": "^16.13 || ^18",
"styled-jsx": "^4"
},
"dependencies": {
@@ -50,8 +50,8 @@
],
"devDependencies": {
"@dhis2/d2-i18n": "^1.1.0",
- "react": "16.13",
- "react-dom": "16.13",
+ "react": "^18.3.1",
+ "react-dom": "^18.3.1",
"styled-jsx": "^4.0.1"
},
"types": "types"
diff --git a/components/header-bar/package.json b/components/header-bar/package.json
index 47d7031a89..8a01c09c39 100644
--- a/components/header-bar/package.json
+++ b/components/header-bar/package.json
@@ -29,8 +29,8 @@
"peerDependencies": {
"@dhis2/app-runtime": "^3",
"@dhis2/d2-i18n": "^1",
- "react": "^16.13",
- "react-dom": "^16.13",
+ "react": "^16.13 || ^18",
+ "react-dom": "^16.13 || ^18",
"styled-jsx": "^4"
},
"dependencies": {
@@ -60,8 +60,8 @@
"devDependencies": {
"@dhis2/app-runtime": "^3.9.0",
"@dhis2/d2-i18n": "^1.1.0",
- "react": "16.13",
- "react-dom": "16.13",
+ "react": "^18.3.1",
+ "react-dom": "^18.3.1",
"styled-jsx": "^4.0.1"
},
"types": "types"
diff --git a/components/header-bar/src/profile/use-on-doc-click.test.js b/components/header-bar/src/profile/use-on-doc-click.test.js
index b147c0862a..fb5c55172d 100644
--- a/components/header-bar/src/profile/use-on-doc-click.test.js
+++ b/components/header-bar/src/profile/use-on-doc-click.test.js
@@ -1,4 +1,4 @@
-import { renderHook } from '@testing-library/react-hooks'
+import { renderHook } from '@testing-library/react'
import { useOnDocClick } from './use-on-doc-click.js'
describe('useOnDocClick', () => {
diff --git a/components/help/package.json b/components/help/package.json
index 56e0baeab7..77047b249e 100644
--- a/components/help/package.json
+++ b/components/help/package.json
@@ -27,8 +27,8 @@
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
"peerDependencies": {
- "react": "^16.13",
- "react-dom": "^16.13",
+ "react": "^16.13 || ^18",
+ "react-dom": "^16.13 || ^18",
"styled-jsx": "^4"
},
"dependencies": {
@@ -42,8 +42,8 @@
"types"
],
"devDependencies": {
- "react": "16.13",
- "react-dom": "16.13",
+ "react": "^18.3.1",
+ "react-dom": "^18.3.1",
"styled-jsx": "^4.0.1"
},
"types": "types"
diff --git a/components/input/package.json b/components/input/package.json
index 94985d263d..a024c839bb 100644
--- a/components/input/package.json
+++ b/components/input/package.json
@@ -27,8 +27,8 @@
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
"peerDependencies": {
- "react": "^16.13",
- "react-dom": "^16.13",
+ "react": "^16.13 || ^18",
+ "react-dom": "^16.13 || ^18",
"styled-jsx": "^4"
},
"dependencies": {
@@ -48,8 +48,8 @@
"types"
],
"devDependencies": {
- "react": "16.13",
- "react-dom": "16.13",
+ "react": "^18.3.1",
+ "react-dom": "^18.3.1",
"styled-jsx": "^4.0.1"
},
"types": "types"
diff --git a/components/intersection-detector/package.json b/components/intersection-detector/package.json
index 83aad9907e..890a868728 100644
--- a/components/intersection-detector/package.json
+++ b/components/intersection-detector/package.json
@@ -27,8 +27,8 @@
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
"peerDependencies": {
- "react": "^16.13",
- "react-dom": "^16.13",
+ "react": "^16.13 || ^18",
+ "react-dom": "^16.13 || ^18",
"styled-jsx": "^4"
},
"dependencies": {
@@ -42,8 +42,8 @@
"types"
],
"devDependencies": {
- "react": "16.13",
- "react-dom": "16.13",
+ "react": "^18.3.1",
+ "react-dom": "^18.3.1",
"styled-jsx": "^4.0.1"
},
"types": "types"
diff --git a/components/label/package.json b/components/label/package.json
index 396df1139e..e2a64d4b95 100644
--- a/components/label/package.json
+++ b/components/label/package.json
@@ -27,8 +27,8 @@
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
"peerDependencies": {
- "react": "^16.13",
- "react-dom": "^16.13",
+ "react": "^16.13 || ^18",
+ "react-dom": "^16.13 || ^18",
"styled-jsx": "^4"
},
"dependencies": {
@@ -43,8 +43,8 @@
"types"
],
"devDependencies": {
- "react": "16.13",
- "react-dom": "16.13",
+ "react": "^18.3.1",
+ "react-dom": "^18.3.1",
"styled-jsx": "^4.0.1"
},
"types": "types"
diff --git a/components/layer/package.json b/components/layer/package.json
index d1cece2f63..b65e14601c 100644
--- a/components/layer/package.json
+++ b/components/layer/package.json
@@ -27,8 +27,8 @@
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
"peerDependencies": {
- "react": "^16.13",
- "react-dom": "^16.13",
+ "react": "^16.13 || ^18",
+ "react-dom": "^16.13 || ^18",
"styled-jsx": "^4"
},
"dependencies": {
@@ -43,8 +43,8 @@
"types"
],
"devDependencies": {
- "react": "16.13",
- "react-dom": "16.13",
+ "react": "^18.3.1",
+ "react-dom": "^18.3.1",
"styled-jsx": "^4.0.1"
},
"types": "types"
diff --git a/components/legend/package.json b/components/legend/package.json
index 662c88daa1..7606de6025 100644
--- a/components/legend/package.json
+++ b/components/legend/package.json
@@ -27,8 +27,8 @@
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
"peerDependencies": {
- "react": "^16.13",
- "react-dom": "^16.13",
+ "react": "^16.13 || ^18",
+ "react-dom": "^16.13 || ^18",
"styled-jsx": "^4"
},
"dependencies": {
@@ -43,8 +43,8 @@
"types"
],
"devDependencies": {
- "react": "16.13",
- "react-dom": "16.13",
+ "react": "^18.3.1",
+ "react-dom": "^18.3.1",
"styled-jsx": "^4.0.1"
},
"types": "types"
diff --git a/components/loader/package.json b/components/loader/package.json
index bee490c5f3..c3bfd7df40 100644
--- a/components/loader/package.json
+++ b/components/loader/package.json
@@ -27,8 +27,8 @@
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
"peerDependencies": {
- "react": "^16.13",
- "react-dom": "^16.13",
+ "react": "^16.13 || ^18",
+ "react-dom": "^16.13 || ^18",
"styled-jsx": "^4"
},
"dependencies": {
@@ -42,8 +42,8 @@
"types"
],
"devDependencies": {
- "react": "16.13",
- "react-dom": "16.13",
+ "react": "^18.3.1",
+ "react-dom": "^18.3.1",
"styled-jsx": "^4.0.1"
},
"types": "types"
diff --git a/components/logo/package.json b/components/logo/package.json
index 869c7e92a6..7361b0d90d 100644
--- a/components/logo/package.json
+++ b/components/logo/package.json
@@ -27,8 +27,8 @@
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
"peerDependencies": {
- "react": "^16.13",
- "react-dom": "^16.13",
+ "react": "^16.13 || ^18",
+ "react-dom": "^16.13 || ^18",
"styled-jsx": "^4"
},
"dependencies": {
@@ -42,8 +42,8 @@
"types"
],
"devDependencies": {
- "react": "16.13",
- "react-dom": "16.13",
+ "react": "^18.3.1",
+ "react-dom": "^18.3.1",
"styled-jsx": "^4.0.1"
},
"types": "types"
diff --git a/components/menu/package.json b/components/menu/package.json
index a780233a0f..9972fe2386 100644
--- a/components/menu/package.json
+++ b/components/menu/package.json
@@ -27,8 +27,8 @@
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
"peerDependencies": {
- "react": "^16.13",
- "react-dom": "^16.13",
+ "react": "^16.13 || ^18",
+ "react-dom": "^16.13 || ^18",
"styled-jsx": "^4"
},
"dependencies": {
@@ -48,8 +48,8 @@
"types"
],
"devDependencies": {
- "react": "16.13",
- "react-dom": "16.13",
+ "react": "^18.3.1",
+ "react-dom": "^18.3.1",
"styled-jsx": "^4.0.1"
},
"types": "types"
diff --git a/components/menu/src/flyout-menu/__tests__/flyout-menu.test.js b/components/menu/src/flyout-menu/__tests__/flyout-menu.test.js
index 9ec5324015..8322be0a32 100644
--- a/components/menu/src/flyout-menu/__tests__/flyout-menu.test.js
+++ b/components/menu/src/flyout-menu/__tests__/flyout-menu.test.js
@@ -1,11 +1,11 @@
import { render } from '@testing-library/react'
-import userEvent from '@testing-library/user-event'
+import { userEvent } from '@testing-library/user-event'
import React from 'react'
import { MenuItem } from '../../menu-item/menu-item.js'
import { FlyoutMenu } from '../flyout-menu.js'
describe('Flyout Menu Component', () => {
- it('can handle navigation of submenus', () => {
+ it('can handle navigation of submenus', async () => {
const { getByText, queryByText, getAllByRole } = render(
@@ -27,21 +27,21 @@ describe('Flyout Menu Component', () => {
expect(submenuChild).not.toBeInTheDocument()
- userEvent.tab()
+ await userEvent.tab()
expect(menuItems[0].parentNode).toHaveFocus()
expect(menuItems[1].parentNode).not.toHaveFocus()
- userEvent.keyboard('{ArrowDown}')
+ await userEvent.keyboard('{ArrowDown}')
expect(menuItems[0].parentNode).not.toHaveFocus()
expect(menuItems[1].parentNode).toHaveFocus()
- userEvent.keyboard('{ArrowRight}')
+ await userEvent.keyboard('{ArrowRight}')
submenuChild = getByText(/Item 2 a/i)
expect(submenuChild).toBeInTheDocument()
expect(submenuChild.parentElement.parentElement).toHaveFocus()
- userEvent.keyboard('{ArrowLeft}')
+ await userEvent.keyboard('{ArrowLeft}')
expect(queryByText(/Item 2 a/i)).not.toBeInTheDocument()
expect(menuItems[1].parentNode).toHaveFocus()
})
diff --git a/components/menu/src/menu/__tests__/menu.test.js b/components/menu/src/menu/__tests__/menu.test.js
index 835733541d..438e4bc371 100644
--- a/components/menu/src/menu/__tests__/menu.test.js
+++ b/components/menu/src/menu/__tests__/menu.test.js
@@ -1,6 +1,6 @@
import { Input } from '@dhis2-ui/input'
import { render } from '@testing-library/react'
-import userEvent from '@testing-library/user-event'
+import { userEvent } from '@testing-library/user-event'
import { mount } from 'enzyme'
import React from 'react'
import { MenuDivider } from '../../menu-divider/menu-divider.js'
@@ -39,7 +39,7 @@ describe('Menu Component', () => {
expect(menuElement.prop('role')).toBe('menu')
})
- it('can handle focus of first focusable element when tabbed to', () => {
+ it('can handle focus of first focusable element when tabbed to', async () => {
const { getByRole, getByText } = render(
@@ -55,8 +55,9 @@ describe('Menu Component', () => {
const menuItem1 = getByText(/Menu item 1/i)
const menuItem2 = getByText(/Menu item 2/i)
+ const user = userEvent.setup()
expect(menu).not.toHaveFocus()
- userEvent.tab()
+ await user.keyboard('{Tab}')
// check if LI parent node has focus or not
// headers and dividers do not receive focus
expect(header.parentNode.parentNode).not.toHaveFocus()
@@ -78,14 +79,18 @@ describe('Menu Component', () => {
const menuItem1 = getByText(/Menu item 1/i)
const menuItem2 = getByText(/Menu item 2/i)
- userEvent.tab()
+ const user = userEvent.setup()
+ expect(document.body).toHaveFocus()
+
+ // await fireEvent.focus(getByRole('menu'))
+ await user.keyboard('{Tab}')
expect(menuItem1.parentNode.parentNode).toHaveFocus()
// simulate arrowDown press
- userEvent.keyboard('{ArrowDown}')
+ await user.keyboard('{ArrowDown}')
expect(menuItem1.parentNode.parentNode).not.toHaveFocus()
expect(menuItem2.parentNode.parentNode).toHaveFocus()
- userEvent.keyboard('{ArrowDown}')
+ await user.keyboard('{ArrowDown}')
expect(menuItem1.parentNode.parentNode).toHaveFocus()
expect(menuItem2.parentNode.parentNode).not.toHaveFocus()
})
@@ -103,15 +108,16 @@ describe('Menu Component', () => {
const menuItem1 = getByText(/Menu item 1/i)
const menuItem2 = getByText(/Menu item 2/i)
- userEvent.tab()
+ const user = userEvent.setup()
+ await user.tab()
expect(menuItem1.parentNode.parentNode).toHaveFocus()
// simulate arrowUp press
- userEvent.keyboard('{ArrowUp}')
+ await user.keyboard('{ArrowUp}')
expect(menuItem1.parentNode.parentNode).not.toHaveFocus()
expect(menuItem2.parentNode.parentNode).toHaveFocus()
- userEvent.keyboard('{ArrowUp}')
+ await user.keyboard('{ArrowUp}')
expect(menuItem1.parentNode.parentNode).toHaveFocus()
expect(menuItem2.parentNode.parentNode).not.toHaveFocus()
})
@@ -130,17 +136,18 @@ describe('Menu Component', () => {
const clickableItem = getByText(/Click menu item/i)
- userEvent.tab()
+ const user = userEvent.setup()
+ await user.tab()
expect(clickableItem.parentNode.parentNode).toHaveFocus()
- userEvent.keyboard('[Space]')
+ await user.keyboard('[Space]')
expect(onClick).toHaveBeenCalledTimes(1)
- userEvent.keyboard('{Enter}')
+ await user.keyboard('{Enter}')
expect(onClick).toHaveBeenCalledTimes(2)
})
- it('can handle non MenuItem components', () => {
+ it('can handle non MenuItem components', async () => {
const onClick = jest.fn()
const { getByText } = render(
@@ -165,24 +172,25 @@ describe('Menu Component', () => {
// all children must be list items
expect(nonListMenuItem.parentElement.nodeName).toBe('LI')
- userEvent.tab()
+ const user = userEvent.setup()
+ await user.tab()
expect(nonListMenuItem.parentElement).toHaveFocus()
expect(nonListMenuItem.parentElement.tabIndex).toBe(0)
expect(onClick).toHaveBeenCalledTimes(0)
- userEvent.keyboard('[Space]')
+ await user.keyboard(' ')
expect(onClick).toHaveBeenCalledTimes(1)
- userEvent.keyboard('{ArrowDown}')
+ await user.keyboard('{ArrowDown}')
expect(listMenuItem.parentElement).toHaveFocus()
- userEvent.keyboard('{ArrowDown}')
+ await user.keyboard('{ArrowDown}')
expect(nonListMenuItem.parentElement).toHaveFocus()
// non menu items do not receive focus
expect(plainListItem.parentElement).not.toHaveFocus()
})
- it('does not hijack input change value if space entered [bug]', () => {
+ it('does not hijack input change value if space entered [bug]', async () => {
const onChange = jest.fn()
const { getByPlaceholderText } = render(
@@ -192,11 +200,12 @@ describe('Menu Component', () => {
)
const inputField = getByPlaceholderText('test')
- inputField.focus()
- userEvent.keyboard('t')
- userEvent.keyboard('e')
- userEvent.keyboard(' ')
- userEvent.keyboard('st')
+ const user = userEvent.setup()
+ await inputField.focus()
+ await user.type(inputField, 't')
+ await user.type(inputField, 'e')
+ await user.type(inputField, ' ')
+ await user.type(inputField, 'st')
expect(inputField.value).toBe('te st')
expect(onChange).toHaveBeenCalled()
diff --git a/components/modal/package.json b/components/modal/package.json
index b2bb9c1fcc..ad97ec531c 100644
--- a/components/modal/package.json
+++ b/components/modal/package.json
@@ -27,8 +27,8 @@
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
"peerDependencies": {
- "react": "^16.13",
- "react-dom": "^16.13",
+ "react": "^16.13 || ^18",
+ "react-dom": "^16.13 || ^18",
"styled-jsx": "^4"
},
"dependencies": {
@@ -47,8 +47,8 @@
"types"
],
"devDependencies": {
- "react": "16.13",
- "react-dom": "16.13",
+ "react": "^18.3.1",
+ "react-dom": "^18.3.1",
"styled-jsx": "^4.0.1"
},
"types": "types"
diff --git a/components/node/package.json b/components/node/package.json
index f935c66d52..b1356545a3 100644
--- a/components/node/package.json
+++ b/components/node/package.json
@@ -27,8 +27,8 @@
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
"peerDependencies": {
- "react": "^16.13",
- "react-dom": "^16.13",
+ "react": "^16.13 || ^18",
+ "react-dom": "^16.13 || ^18",
"styled-jsx": "^4"
},
"dependencies": {
@@ -43,8 +43,8 @@
"types"
],
"devDependencies": {
- "react": "16.13",
- "react-dom": "16.13",
+ "react": "^18.3.1",
+ "react-dom": "^18.3.1",
"styled-jsx": "^4.0.1"
},
"types": "types"
diff --git a/components/notice-box/package.json b/components/notice-box/package.json
index 6f81bc81a9..a7d21be68e 100644
--- a/components/notice-box/package.json
+++ b/components/notice-box/package.json
@@ -27,8 +27,8 @@
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
"peerDependencies": {
- "react": "^16.13",
- "react-dom": "^16.13",
+ "react": "^16.13 || ^18",
+ "react-dom": "^16.13 || ^18",
"styled-jsx": "^4"
},
"dependencies": {
@@ -43,8 +43,8 @@
"types"
],
"devDependencies": {
- "react": "16.13",
- "react-dom": "16.13",
+ "react": "^18.3.1",
+ "react-dom": "^18.3.1",
"styled-jsx": "^4.0.1"
},
"types": "types"
diff --git a/components/notice-box/src/__tests__/__snapshots__/notice-box-icon.test.js.snap b/components/notice-box/src/__tests__/__snapshots__/notice-box-icon.test.js.snap
deleted file mode 100644
index 1a62b61d3f..0000000000
--- a/components/notice-box/src/__tests__/__snapshots__/notice-box-icon.test.js.snap
+++ /dev/null
@@ -1,11 +0,0 @@
-// Jest Snapshot v1, https://goo.gl/fbAQLP
-
-exports[`NoticeBoxIcon should log errors when both warning and error flag are set 1`] = `
-"Warning: Failed prop type: Invalid prop \`error\` supplied to \`NoticeBoxIcon\`, Property 'error' is mutually exclusive with 'warning', but both have a thruthy value.
- in NoticeBoxIcon"
-`;
-
-exports[`NoticeBoxIcon should log errors when both warning and error flag are set 2`] = `
-"Warning: Failed prop type: Invalid prop \`warning\` supplied to \`NoticeBoxIcon\`, Property 'warning' is mutually exclusive with 'error', but both have a thruthy value.
- in NoticeBoxIcon"
-`;
diff --git a/components/notice-box/src/__tests__/notice-box-icon.test.js b/components/notice-box/src/__tests__/notice-box-icon.test.js
index f155f81708..9eebf8f0b6 100644
--- a/components/notice-box/src/__tests__/notice-box-icon.test.js
+++ b/components/notice-box/src/__tests__/notice-box-icon.test.js
@@ -17,8 +17,19 @@ describe('NoticeBoxIcon', () => {
.mockImplementation(() => {})
shallow( )
- expect(spy.mock.calls[0][0]).toMatchSnapshot()
- expect(spy.mock.calls[1][0]).toMatchSnapshot()
+ expect(spy.mock.calls[0]).toEqual([
+ 'Warning: Failed %s type: %s%s',
+ 'prop',
+ "Invalid prop `error` supplied to `NoticeBoxIcon`, Property 'error' is mutually exclusive with 'warning', but both have a thruthy value.",
+ expect.any(String),
+ ])
+
+ expect(spy.mock.calls[1]).toEqual([
+ 'Warning: Failed %s type: %s%s',
+ 'prop',
+ "Invalid prop `warning` supplied to `NoticeBoxIcon`, Property 'warning' is mutually exclusive with 'error', but both have a thruthy value.",
+ expect.any(String),
+ ])
spy.mockRestore()
})
diff --git a/components/organisation-unit-tree/package.json b/components/organisation-unit-tree/package.json
index 8d7c91428b..f0564045ad 100644
--- a/components/organisation-unit-tree/package.json
+++ b/components/organisation-unit-tree/package.json
@@ -29,8 +29,8 @@
"peerDependencies": {
"@dhis2/app-runtime": "^3",
"@dhis2/d2-i18n": "^1",
- "react": "^16.13",
- "react-dom": "^16.13",
+ "react": "^16.13 || ^18",
+ "react-dom": "^16.13 || ^18",
"styled-jsx": "^4"
},
"dependencies": {
@@ -50,8 +50,8 @@
"devDependencies": {
"@dhis2/app-runtime": "^3.9.0",
"@dhis2/d2-i18n": "^1.1.0",
- "react": "16.13",
- "react-dom": "16.13",
+ "react": "^18.3.1",
+ "react-dom": "^18.3.1",
"styled-jsx": "^4.0.1"
},
"types": "types"
diff --git a/components/organisation-unit-tree/src/organisation-unit-node/use-open-state.test.js b/components/organisation-unit-tree/src/organisation-unit-node/use-open-state.test.js
index ab47d431b9..a69deed794 100644
--- a/components/organisation-unit-tree/src/organisation-unit-node/use-open-state.test.js
+++ b/components/organisation-unit-tree/src/organisation-unit-node/use-open-state.test.js
@@ -1,4 +1,4 @@
-import { renderHook } from '@testing-library/react-hooks'
+import { renderHook } from '@testing-library/react'
import { useOpenState } from './use-open-state.js'
describe('OrganisationUnitTree - useOpenState', () => {
diff --git a/components/organisation-unit-tree/src/organisation-unit-node/use-org-children.test.js b/components/organisation-unit-tree/src/organisation-unit-node/use-org-children.test.js
index 079e063cd7..3424ed2fa3 100644
--- a/components/organisation-unit-tree/src/organisation-unit-node/use-org-children.test.js
+++ b/components/organisation-unit-tree/src/organisation-unit-node/use-org-children.test.js
@@ -1,5 +1,5 @@
import { CustomDataProvider } from '@dhis2/app-runtime'
-import { renderHook } from '@testing-library/react-hooks'
+import { renderHook, waitFor } from '@testing-library/react'
import React from 'react'
import { useOrgChildren } from './use-org-children.js'
@@ -37,12 +37,9 @@ describe('OrganisationUnitTree - useOrgChildren', () => {
}
it('should respond with `loading: true`, `error: null` and `data: null` initially', async () => {
- const { result, waitForNextUpdate } = renderHook(
- () => useOrgChildren({ node }),
- {
- wrapper,
- }
- )
+ const { result } = renderHook(() => useOrgChildren({ node }), {
+ wrapper,
+ })
expect(result.current).toEqual({
called: true,
@@ -54,29 +51,28 @@ describe('OrganisationUnitTree - useOrgChildren', () => {
// Prevent the following error log with
// "Warning: An update to TestComponent inside a test was not wrapped
// in act(...)."
- await waitForNextUpdate()
+ await waitFor(() => {})
})
it('should provide the org unit data', async () => {
- const { result, waitForNextUpdate } = renderHook(
- () => useOrgChildren({ node }),
- { wrapper }
- )
-
- await waitForNextUpdate()
+ const { result } = renderHook(() => useOrgChildren({ node }), {
+ wrapper,
+ })
- expect(result.current).toEqual({
- called: true,
- loading: false,
- error: null,
- data: [
- {
- id: 'A0000000001',
- path: '/A0000000000/A0000000001',
- children: [],
- displayName: 'Org Unit 2',
- },
- ],
+ await waitFor(() => {
+ expect(result.current).toEqual({
+ called: true,
+ loading: false,
+ error: null,
+ data: [
+ {
+ id: 'A0000000001',
+ path: '/A0000000000/A0000000001',
+ children: [],
+ displayName: 'Org Unit 2',
+ },
+ ],
+ })
})
})
@@ -93,18 +89,17 @@ describe('OrganisationUnitTree - useOrgChildren', () => {
)
- const { result, waitForNextUpdate } = renderHook(
- () => useOrgChildren({ node }),
- { wrapper: errorWrapper }
- )
-
- await waitForNextUpdate()
+ const { result } = renderHook(() => useOrgChildren({ node }), {
+ wrapper: errorWrapper,
+ })
- expect(result.current).toEqual({
- called: true,
- loading: false,
- error: new Error('Error message'),
- data: undefined,
+ await waitFor(() => {
+ expect(result.current).toEqual({
+ called: true,
+ loading: false,
+ error: new Error('Error message'),
+ data: undefined,
+ })
})
})
@@ -112,25 +107,22 @@ describe('OrganisationUnitTree - useOrgChildren', () => {
const onComplete = jest.fn()
const options = { onComplete, node }
- const { waitForNextUpdate } = renderHook(
- () => useOrgChildren(options),
- { wrapper }
- )
-
- await waitForNextUpdate()
-
- expect(onComplete).toHaveBeenCalledWith({
- id: 'A0000000000',
- path: '/A0000000000',
- displayName: 'Org Unit 1',
- children: [
- {
- id: 'A0000000001',
- path: '/A0000000000/A0000000001',
- children: [],
- displayName: 'Org Unit 2',
- },
- ],
+ renderHook(() => useOrgChildren(options), { wrapper })
+
+ await waitFor(() => {
+ expect(onComplete).toHaveBeenCalledWith({
+ id: 'A0000000000',
+ path: '/A0000000000',
+ displayName: 'Org Unit 1',
+ children: [
+ {
+ id: 'A0000000001',
+ path: '/A0000000000/A0000000001',
+ children: [],
+ displayName: 'Org Unit 2',
+ },
+ ],
+ })
})
})
@@ -166,31 +158,31 @@ describe('OrganisationUnitTree - useOrgChildren', () => {
)
- const { result, waitForNextUpdate } = renderHook(
+ const { result } = renderHook(
() => useOrgChildren({ node: { ...node, children: 2 } }),
{ wrapper: wrapperWithUnsortedChildren }
)
- await waitForNextUpdate()
-
- expect(result.current).toEqual({
- called: true,
- loading: false,
- error: null,
- data: [
- {
- id: 'A0000000001',
- path: '/A0000000000/A0000000001',
- children: [],
- displayName: 'Org Unit 2',
- },
- {
- id: 'A0000000002',
- path: '/A0000000000/A0000000002',
- children: [],
- displayName: 'Org Unit 3',
- },
- ],
+ await waitFor(() => {
+ expect(result.current).toEqual({
+ called: true,
+ loading: false,
+ error: null,
+ data: [
+ {
+ id: 'A0000000001',
+ path: '/A0000000000/A0000000001',
+ children: [],
+ displayName: 'Org Unit 2',
+ },
+ {
+ id: 'A0000000002',
+ path: '/A0000000000/A0000000002',
+ children: [],
+ displayName: 'Org Unit 3',
+ },
+ ],
+ })
})
})
@@ -230,31 +222,30 @@ describe('OrganisationUnitTree - useOrgChildren', () => {
node: { ...node, children: 2 },
suppressAlphabeticalSorting: true,
}
- const { result, waitForNextUpdate } = renderHook(
- () => useOrgChildren(options),
- { wrapper: wrapperWithUnsortedChildren }
- )
-
- await waitForNextUpdate()
+ const { result } = renderHook(() => useOrgChildren(options), {
+ wrapper: wrapperWithUnsortedChildren,
+ })
- expect(result.current).toEqual({
- called: true,
- loading: false,
- error: null,
- data: [
- {
- id: 'A0000000002',
- path: '/A0000000000/A0000000002',
- children: [],
- displayName: 'Org Unit 3',
- },
- {
- id: 'A0000000001',
- path: '/A0000000000/A0000000001',
- children: [],
- displayName: 'Org Unit 2',
- },
- ],
+ await waitFor(() => {
+ expect(result.current).toEqual({
+ called: true,
+ loading: false,
+ error: null,
+ data: [
+ {
+ id: 'A0000000002',
+ path: '/A0000000000/A0000000002',
+ children: [],
+ displayName: 'Org Unit 3',
+ },
+ {
+ id: 'A0000000001',
+ path: '/A0000000000/A0000000001',
+ children: [],
+ displayName: 'Org Unit 2',
+ },
+ ],
+ })
})
})
@@ -294,31 +285,30 @@ describe('OrganisationUnitTree - useOrgChildren', () => {
node: { ...node, children: 2 },
suppressAlphabeticalSorting: true,
}
- const { result, waitForNextUpdate } = renderHook(
- () => useOrgChildren(options),
- { wrapper: wrapperWithUnsortedChildren }
- )
-
- await waitForNextUpdate()
+ const { result } = renderHook(() => useOrgChildren(options), {
+ wrapper: wrapperWithUnsortedChildren,
+ })
- expect(result.current).toEqual({
- called: true,
- loading: false,
- error: null,
- data: [
- {
- id: 'A0000000002',
- path: '/A0000000000/A0000000002',
- children: [],
- displayName: 'Org Unit 3',
- },
- {
- id: 'A0000000001',
- path: '/A0000000000/A0000000001',
- children: [],
- displayName: 'Org Unit 2',
- },
- ],
+ await waitFor(() => {
+ expect(result.current).toEqual({
+ called: true,
+ loading: false,
+ error: null,
+ data: [
+ {
+ id: 'A0000000002',
+ path: '/A0000000000/A0000000002',
+ children: [],
+ displayName: 'Org Unit 3',
+ },
+ {
+ id: 'A0000000001',
+ path: '/A0000000000/A0000000001',
+ children: [],
+ displayName: 'Org Unit 2',
+ },
+ ],
+ })
})
})
})
diff --git a/components/organisation-unit-tree/src/organisation-unit-node/use-org-data/use-org-data.test.js b/components/organisation-unit-tree/src/organisation-unit-node/use-org-data/use-org-data.test.js
index 3307a001c9..799d2851c9 100644
--- a/components/organisation-unit-tree/src/organisation-unit-node/use-org-data/use-org-data.test.js
+++ b/components/organisation-unit-tree/src/organisation-unit-node/use-org-data/use-org-data.test.js
@@ -1,5 +1,5 @@
import { CustomDataProvider } from '@dhis2/app-runtime'
-import { renderHook } from '@testing-library/react-hooks'
+import { renderHook, waitFor } from '@testing-library/react'
import React from 'react'
import { useOrgData } from './use-org-data.js'
@@ -52,21 +52,21 @@ describe('OrganisationUnitTree - useOrgData', () => {
})
it('should provide the org unit data', async () => {
- const { result, waitForNextUpdate } = renderHook(
+ const { result } = renderHook(
() => useOrgData('A0000000000', { displayName: 'Display name' }),
{ wrapper }
)
- await waitForNextUpdate()
-
- expect(result.current).toEqual({
- loading: false,
- error: null,
- data: {
- id: 'A0000000000',
- path: '/A0000000000',
- displayName: 'Org Unit 1',
- },
+ await waitFor(() => {
+ expect(result.current).toEqual({
+ loading: false,
+ error: null,
+ data: {
+ id: 'A0000000000',
+ path: '/A0000000000',
+ displayName: 'Org Unit 1',
+ },
+ })
})
})
@@ -83,39 +83,35 @@ describe('OrganisationUnitTree - useOrgData', () => {
)
- const { result, waitForNextUpdate } = renderHook(
+ const { result } = renderHook(
() => useOrgData('A0000000000', { displayName: 'Display name' }),
{ wrapper: errorWrapper }
)
- await waitForNextUpdate()
-
- expect(result.current).toEqual({
- loading: false,
- error: new Error('Error message'),
- data: { displayName: 'Display name', id: 'A0000000000' },
+ await waitFor(() => {
+ expect(result.current).toEqual({
+ loading: false,
+ error: new Error('Error message'),
+ data: { displayName: 'Display name', id: 'A0000000000' },
+ })
})
})
it('should send the "isUserDataViewFallback" parameter with value "undefined"', async () => {
const options = { displayName: 'Display name' }
- const { waitForNextUpdate } = renderHook(
- () => useOrgData('A0000000000', options),
- { wrapper }
- )
-
- await waitForNextUpdate()
-
- expect(dataProviderData.organisationUnits).toHaveBeenCalledWith(
- 'read',
- expect.objectContaining({
- params: expect.objectContaining({
- isUserDataViewFallback: undefined,
+ renderHook(() => useOrgData('A0000000000', options), { wrapper })
+ await waitFor(() => {
+ expect(dataProviderData.organisationUnits).toHaveBeenCalledWith(
+ 'read',
+ expect.objectContaining({
+ params: expect.objectContaining({
+ isUserDataViewFallback: undefined,
+ }),
}),
- }),
- expect.objectContaining({}) // contains the `signal`
- )
+ expect.objectContaining({}) // contains the `signal`
+ )
+ })
})
it('should send the "isUserDataViewFallback" parameter with value "true"', async () => {
@@ -124,21 +120,18 @@ describe('OrganisationUnitTree - useOrgData', () => {
displayName: 'Display name',
}
- const { waitForNextUpdate } = renderHook(
- () => useOrgData('A0000000000', options),
- { wrapper }
- )
-
- await waitForNextUpdate()
+ renderHook(() => useOrgData('A0000000000', options), { wrapper })
- expect(dataProviderData.organisationUnits).toHaveBeenCalledWith(
- 'read',
- expect.objectContaining({
- params: expect.objectContaining({
- isUserDataViewFallback: true,
+ await waitFor(() => {
+ expect(dataProviderData.organisationUnits).toHaveBeenCalledWith(
+ 'read',
+ expect.objectContaining({
+ params: expect.objectContaining({
+ isUserDataViewFallback: true,
+ }),
}),
- }),
- expect.objectContaining({}) // contains the `signal`
- )
+ expect.objectContaining({}) // contains the `signal`
+ )
+ })
})
})
diff --git a/components/organisation-unit-tree/src/organisation-unit-tree/organisation-unit-tree.test.js b/components/organisation-unit-tree/src/organisation-unit-tree/organisation-unit-tree.test.js
index 1e142e9fbb..2af93f8f31 100644
--- a/components/organisation-unit-tree/src/organisation-unit-tree/organisation-unit-tree.test.js
+++ b/components/organisation-unit-tree/src/organisation-unit-tree/organisation-unit-tree.test.js
@@ -31,8 +31,9 @@ describe('OrganisationUnitTree', () => {
)
expect(errorMock).toHaveBeenCalledTimes(1)
- expect(errorMock.mock.calls[0][0]).toMatch(
- /^Warning: Failed prop type: Invalid prop `handleCollapse` supplied to `OrganisationUnitTree`/
+ expect(errorMock.mock.calls[0][2]).toMatch(
+ /Invalid prop `handleCollapse` supplied to `OrganisationUnitTree`/,
+ {}
)
})
@@ -49,8 +50,8 @@ describe('OrganisationUnitTree', () => {
)
expect(errorMock).toHaveBeenCalledTimes(1)
- expect(errorMock.mock.calls[0][0]).toMatch(
- /^Warning: Failed prop type: Invalid prop `handleExpand` supplied to `OrganisationUnitTree`/
+ expect(errorMock.mock.calls[0][2]).toMatch(
+ /Invalid prop `handleExpand` supplied to `OrganisationUnitTree`/
)
})
@@ -67,8 +68,8 @@ describe('OrganisationUnitTree', () => {
)
expect(errorMock).toHaveBeenCalledTimes(1)
- expect(errorMock.mock.calls[0][0]).toMatch(
- /^Warning: Failed prop type: Invalid prop `expanded` supplied to `OrganisationUnitTree`/
+ expect(errorMock.mock.calls[0][2]).toMatch(
+ 'Invalid prop `expanded` supplied to `OrganisationUnitTree`, this prop is conditionally required but has value `undefined`. The condition that made this prop required is: `props => !!props.handleExpand || !!props.handleCollapse`.'
)
})
})
diff --git a/components/organisation-unit-tree/src/organisation-unit-tree/use-root-org-data/use-root-org-unit.test.js b/components/organisation-unit-tree/src/organisation-unit-tree/use-root-org-data/use-root-org-unit.test.js
index eb5d0646ea..fda5892836 100644
--- a/components/organisation-unit-tree/src/organisation-unit-tree/use-root-org-data/use-root-org-unit.test.js
+++ b/components/organisation-unit-tree/src/organisation-unit-tree/use-root-org-data/use-root-org-unit.test.js
@@ -1,5 +1,5 @@
import { CustomDataProvider } from '@dhis2/app-runtime'
-import { renderHook } from '@testing-library/react-hooks'
+import { renderHook, waitFor } from '@testing-library/react'
import React from 'react'
import { useRootOrgData } from './use-root-org-data.js'
@@ -63,12 +63,11 @@ describe('OrganisationUnitTree - useRootOrgData', () => {
})
it('should provide the org unit data', async () => {
- const { result, waitForNextUpdate } = renderHook(
- () => useRootOrgData(['A0000000000']),
- { wrapper }
- )
+ const { result } = renderHook(() => useRootOrgData(['A0000000000']), {
+ wrapper,
+ })
- await waitForNextUpdate()
+ await waitFor(() => {})
expect(result.current).toEqual(
expect.objectContaining({
@@ -98,29 +97,25 @@ describe('OrganisationUnitTree - useRootOrgData', () => {
)
- const { result, waitForNextUpdate } = renderHook(
- () => useRootOrgData(['A0000000000']),
- { wrapper: errorWrapper }
- )
-
- await waitForNextUpdate()
+ const { result } = renderHook(() => useRootOrgData(['A0000000000']), {
+ wrapper: errorWrapper,
+ })
- expect(result.current).toEqual(
- expect.objectContaining({
- loading: false,
- error: new Error('Error message'),
- data: null,
- })
- )
+ await waitFor(() => {
+ expect(result.current).toEqual(
+ expect.objectContaining({
+ loading: false,
+ error: new Error('Error message'),
+ data: null,
+ })
+ )
+ })
})
it('should send the "isUserDataViewFallback" parameter with value "undefined"', async () => {
- const { waitForNextUpdate } = renderHook(
- () => useRootOrgData(['A0000000000']),
- { wrapper }
- )
+ renderHook(() => useRootOrgData(['A0000000000']), { wrapper })
- await waitForNextUpdate()
+ await waitFor(() => {})
expect(dataProviderData.organisationUnits).toHaveBeenCalledWith(
'read',
@@ -135,12 +130,9 @@ describe('OrganisationUnitTree - useRootOrgData', () => {
it('should send the "isUserDataViewFallback" parameter with value "true"', async () => {
const options = { isUserDataViewFallback: true }
- const { waitForNextUpdate } = renderHook(
- () => useRootOrgData(['A0000000000'], options),
- { wrapper }
- )
+ renderHook(() => useRootOrgData(['A0000000000'], options), { wrapper })
- await waitForNextUpdate()
+ await waitFor(() => {})
expect(dataProviderData.organisationUnits).toHaveBeenCalledWith(
'read',
@@ -169,25 +161,24 @@ describe('OrganisationUnitTree - useRootOrgData', () => {
)
- const { result, waitForNextUpdate } = renderHook(
- () => useRootOrgData(['A0000000000']),
- { wrapper: wrapperWithoutDisplayName }
- )
-
- await waitForNextUpdate()
+ const { result } = renderHook(() => useRootOrgData(['A0000000000']), {
+ wrapper: wrapperWithoutDisplayName,
+ })
- expect(result.current).toEqual(
- expect.objectContaining({
- loading: false,
- error: null,
- data: {
- A0000000000: {
- id: 'A0000000000',
- path: '/A0000000000',
- displayName: '',
+ await waitFor(() => {
+ expect(result.current).toEqual(
+ expect.objectContaining({
+ loading: false,
+ error: null,
+ data: {
+ A0000000000: {
+ id: 'A0000000000',
+ path: '/A0000000000',
+ displayName: '',
+ },
},
- },
- })
- )
+ })
+ )
+ })
})
})
diff --git a/components/pagination/package.json b/components/pagination/package.json
index ce5136025a..d59d51cb62 100644
--- a/components/pagination/package.json
+++ b/components/pagination/package.json
@@ -28,8 +28,8 @@
},
"peerDependencies": {
"@dhis2/d2-i18n": "^1",
- "react": "^16.13",
- "react-dom": "^16.13",
+ "react": "^16.13 || ^18",
+ "react-dom": "^16.13 || ^18",
"styled-jsx": "^4"
},
"dependencies": {
@@ -47,8 +47,8 @@
],
"devDependencies": {
"@dhis2/d2-i18n": "^1.1.0",
- "react": "16.13",
- "react-dom": "16.13",
+ "react": "^18.3.1",
+ "react-dom": "^18.3.1",
"styled-jsx": "^4.0.1"
},
"types": "types"
diff --git a/components/popover/package.json b/components/popover/package.json
index f7d3b12ed6..10babc9e8f 100644
--- a/components/popover/package.json
+++ b/components/popover/package.json
@@ -27,8 +27,8 @@
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
"peerDependencies": {
- "react": "^16.13",
- "react-dom": "^16.13",
+ "react": "^16.13 || ^18",
+ "react-dom": "^16.13 || ^18",
"styled-jsx": "^4"
},
"dependencies": {
@@ -44,8 +44,8 @@
"types"
],
"devDependencies": {
- "react": "16.13",
- "react-dom": "16.13",
+ "react": "^18.3.1",
+ "react-dom": "^18.3.1",
"styled-jsx": "^4.0.1"
},
"types": "types"
diff --git a/components/popper/package.json b/components/popper/package.json
index 1d66b36775..96ccf5d431 100644
--- a/components/popper/package.json
+++ b/components/popper/package.json
@@ -27,8 +27,8 @@
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
"peerDependencies": {
- "react": "^16.13",
- "react-dom": "^16.13",
+ "react": "^16.13 || ^18",
+ "react-dom": "^16.13 || ^18",
"styled-jsx": "^4"
},
"dependencies": {
@@ -45,8 +45,8 @@
"types"
],
"devDependencies": {
- "react": "16.13",
- "react-dom": "16.13",
+ "react": "^18.3.1",
+ "react-dom": "^18.3.1",
"styled-jsx": "^4.0.1"
},
"types": "types"
diff --git a/components/portal/package.json b/components/portal/package.json
index bcd7465500..32e4ba449e 100644
--- a/components/portal/package.json
+++ b/components/portal/package.json
@@ -27,8 +27,8 @@
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
"peerDependencies": {
- "react": "^16.13",
- "react-dom": "^16.13",
+ "react": "^16.13 || ^18",
+ "react-dom": "^16.13 || ^18",
"styled-jsx": "^4"
},
"dependencies": {
@@ -40,8 +40,8 @@
"types"
],
"devDependencies": {
- "react": "16.13",
- "react-dom": "16.13",
+ "react": "^18.3.1",
+ "react-dom": "^18.3.1",
"styled-jsx": "^4.0.1"
},
"types": "types"
diff --git a/components/radio/package.json b/components/radio/package.json
index 3ca261d6c7..cfffca0085 100644
--- a/components/radio/package.json
+++ b/components/radio/package.json
@@ -27,8 +27,8 @@
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
"peerDependencies": {
- "react": "^16.13",
- "react-dom": "^16.13",
+ "react": "^16.13 || ^18",
+ "react-dom": "^16.13 || ^18",
"styled-jsx": "^4"
},
"dependencies": {
@@ -42,8 +42,8 @@
"types"
],
"devDependencies": {
- "react": "16.13",
- "react-dom": "16.13",
+ "react": "^18.3.1",
+ "react-dom": "^18.3.1",
"styled-jsx": "^4.0.1"
},
"types": "types"
diff --git a/components/required/package.json b/components/required/package.json
index a1cecb6f27..71e5b2bd51 100644
--- a/components/required/package.json
+++ b/components/required/package.json
@@ -27,8 +27,8 @@
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
"peerDependencies": {
- "react": "^16.13",
- "react-dom": "^16.13",
+ "react": "^16.13 || ^18",
+ "react-dom": "^16.13 || ^18",
"styled-jsx": "^4"
},
"dependencies": {
@@ -42,8 +42,8 @@
"types"
],
"devDependencies": {
- "react": "16.13",
- "react-dom": "16.13",
+ "react": "^18.3.1",
+ "react-dom": "^18.3.1",
"styled-jsx": "^4.0.1"
},
"types": "types"
diff --git a/components/segmented-control/package.json b/components/segmented-control/package.json
index 85fe7e65a0..f8ae86e4a8 100644
--- a/components/segmented-control/package.json
+++ b/components/segmented-control/package.json
@@ -27,8 +27,8 @@
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
"peerDependencies": {
- "react": "^16.13",
- "react-dom": "^16.13",
+ "react": "^16.13 || ^18",
+ "react-dom": "^16.13 || ^18",
"styled-jsx": "^4"
},
"dependencies": {
@@ -42,8 +42,8 @@
"types"
],
"devDependencies": {
- "react": "16.13",
- "react-dom": "16.13",
+ "react": "^18.3.1",
+ "react-dom": "^18.3.1",
"styled-jsx": "^4.0.1"
},
"types": "types"
diff --git a/components/select/package.json b/components/select/package.json
index d3cac91a24..b68ddfdf3f 100644
--- a/components/select/package.json
+++ b/components/select/package.json
@@ -28,8 +28,8 @@
},
"peerDependencies": {
"@dhis2/d2-i18n": "^1",
- "react": "^16.13",
- "react-dom": "^16.13",
+ "react": "^16.13 || ^18",
+ "react-dom": "^16.13 || ^18",
"styled-jsx": "^4"
},
"dependencies": {
@@ -57,8 +57,8 @@
],
"devDependencies": {
"@dhis2/d2-i18n": "^1.1.0",
- "react": "16.13",
- "react-dom": "16.13",
+ "react": "^18.3.1",
+ "react-dom": "^18.3.1",
"styled-jsx": "^4.0.1"
},
"types": "types"
diff --git a/components/selector-bar/package.json b/components/selector-bar/package.json
index 6573dc6396..a2033f6ab9 100644
--- a/components/selector-bar/package.json
+++ b/components/selector-bar/package.json
@@ -28,8 +28,8 @@
},
"peerDependencies": {
"@dhis2/d2-i18n": "^1",
- "react": "^16.13",
- "react-dom": "^16.13",
+ "react": "^16.13 || ^18",
+ "react-dom": "^16.13 || ^18",
"styled-jsx": "^4"
},
"dependencies": {
@@ -50,8 +50,8 @@
"@dhis2-ui/select": "9.12.0",
"@dhis2/d2-i18n": "^1.1.0",
"@testing-library/jest-dom": "^5.16.1",
- "react": "16.13",
- "react-dom": "16.13",
+ "react": "^18.3.1",
+ "react-dom": "^18.3.1",
"styled-jsx": "^4.0.1"
},
"files": [
diff --git a/components/sharing-dialog/package.json b/components/sharing-dialog/package.json
index 9e42c4d139..656ffce39c 100644
--- a/components/sharing-dialog/package.json
+++ b/components/sharing-dialog/package.json
@@ -29,8 +29,8 @@
"peerDependencies": {
"@dhis2/app-runtime": "^3",
"@dhis2/d2-i18n": "^1",
- "react": "^16.13",
- "react-dom": "^16.13",
+ "react": "^16.13 || ^18",
+ "react-dom": "^16.13 || ^18",
"styled-jsx": "^4"
},
"dependencies": {
@@ -62,8 +62,8 @@
"devDependencies": {
"@dhis2/app-runtime": "^3.9.0",
"@dhis2/d2-i18n": "^1.1.0",
- "react": "16.13",
- "react-dom": "16.13",
+ "react": "^18.3.1",
+ "react-dom": "^18.3.1",
"styled-jsx": "^4.0.1"
},
"types": "types"
diff --git a/components/sharing-dialog/src/autocomplete/sharing-autocomplete.test.js b/components/sharing-dialog/src/autocomplete/sharing-autocomplete.test.js
index a224f48110..96efb3b4f1 100644
--- a/components/sharing-dialog/src/autocomplete/sharing-autocomplete.test.js
+++ b/components/sharing-dialog/src/autocomplete/sharing-autocomplete.test.js
@@ -1,11 +1,6 @@
import { CustomDataProvider } from '@dhis2/app-runtime'
-import {
- render,
- screen,
- waitFor,
- waitForElementToBeRemoved,
-} from '@testing-library/react'
-import userEvent from '@testing-library/user-event'
+import { render, screen, waitFor } from '@testing-library/react'
+import { userEvent } from '@testing-library/user-event'
import '@testing-library/jest-dom'
import React, { useState } from 'react'
import { SharingAutocomplete } from './sharing-autocomplete.js'
@@ -45,12 +40,10 @@ describe('SharingAutocomplete', () => {
)
const searchString = userDisplayName.slice(0, 3)
- userEvent.type(screen.getByRole('textbox'), searchString)
+ await userEvent.type(screen.getByRole('textbox'), searchString)
expect(screen.getByRole('textbox')).toHaveValue(searchString)
- await waitForElementToBeRemoved(() => screen.getByRole('progressbar'))
-
- userEvent.click(screen.getByRole('menuitem'))
+ await userEvent.click(screen.getByRole('menuitem'))
expect(screen.getByRole('textbox')).toHaveValue(userDisplayName)
try {
diff --git a/components/status-icon/package.json b/components/status-icon/package.json
index 0372236323..ee47f88d69 100644
--- a/components/status-icon/package.json
+++ b/components/status-icon/package.json
@@ -27,8 +27,8 @@
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
"peerDependencies": {
- "react": "^16.13",
- "react-dom": "^16.13",
+ "react": "^16.13 || ^18",
+ "react-dom": "^16.13 || ^18",
"styled-jsx": "^4"
},
"dependencies": {
@@ -44,8 +44,8 @@
"types"
],
"devDependencies": {
- "react": "16.13",
- "react-dom": "16.13",
+ "react": "^18.3.1",
+ "react-dom": "^18.3.1",
"styled-jsx": "^4.0.1"
},
"types": "types"
diff --git a/components/switch/package.json b/components/switch/package.json
index 828cba4944..25de7acb50 100644
--- a/components/switch/package.json
+++ b/components/switch/package.json
@@ -27,8 +27,8 @@
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
"peerDependencies": {
- "react": "^16.13",
- "react-dom": "^16.13",
+ "react": "^16.13 || ^18",
+ "react-dom": "^16.13 || ^18",
"styled-jsx": "^4"
},
"dependencies": {
@@ -44,8 +44,8 @@
"types"
],
"devDependencies": {
- "react": "16.13",
- "react-dom": "16.13",
+ "react": "^18.3.1",
+ "react-dom": "^18.3.1",
"styled-jsx": "^4.0.1"
},
"types": "types"
diff --git a/components/tab/package.json b/components/tab/package.json
index 08419e3767..c0872bd0dc 100644
--- a/components/tab/package.json
+++ b/components/tab/package.json
@@ -27,8 +27,8 @@
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
"peerDependencies": {
- "react": "^16.13",
- "react-dom": "^16.13",
+ "react": "^16.13 || ^18",
+ "react-dom": "^16.13 || ^18",
"styled-jsx": "^4"
},
"dependencies": {
@@ -44,8 +44,8 @@
"types"
],
"devDependencies": {
- "react": "16.13",
- "react-dom": "16.13",
+ "react": "^18.3.1",
+ "react-dom": "^18.3.1",
"styled-jsx": "^4.0.1"
},
"types": "types"
diff --git a/components/table/package.json b/components/table/package.json
index f8bc6a6130..880f434de2 100644
--- a/components/table/package.json
+++ b/components/table/package.json
@@ -28,8 +28,8 @@
},
"peerDependencies": {
"@dhis2/d2-i18n": "^1",
- "react": "^16.13",
- "react-dom": "^16.13",
+ "react": "^16.13 || ^18",
+ "react-dom": "^16.13 || ^18",
"styled-jsx": "^4"
},
"dependencies": {
@@ -45,8 +45,8 @@
],
"devDependencies": {
"@dhis2/d2-i18n": "^1.1.0",
- "react": "16.13",
- "react-dom": "16.13",
+ "react": "^18.3.1",
+ "react-dom": "^18.3.1",
"styled-jsx": "^4.0.1"
},
"types": "types"
diff --git a/components/tag/package.json b/components/tag/package.json
index 1586604d3a..b7387afdc8 100644
--- a/components/tag/package.json
+++ b/components/tag/package.json
@@ -27,8 +27,8 @@
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
"peerDependencies": {
- "react": "^16.13",
- "react-dom": "^16.13",
+ "react": "^16.13 || ^18",
+ "react-dom": "^16.13 || ^18",
"styled-jsx": "^4"
},
"dependencies": {
@@ -42,8 +42,8 @@
"types"
],
"devDependencies": {
- "react": "16.13",
- "react-dom": "16.13",
+ "react": "^18.3.1",
+ "react-dom": "^18.3.1",
"styled-jsx": "^4.0.1"
},
"types": "types"
diff --git a/components/text-area/package.json b/components/text-area/package.json
index 01244a0568..28ba59e034 100644
--- a/components/text-area/package.json
+++ b/components/text-area/package.json
@@ -27,8 +27,8 @@
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
"peerDependencies": {
- "react": "^16.13",
- "react-dom": "^16.13",
+ "react": "^16.13 || ^18",
+ "react-dom": "^16.13 || ^18",
"styled-jsx": "^4"
},
"dependencies": {
@@ -47,8 +47,8 @@
"types"
],
"devDependencies": {
- "react": "16.13",
- "react-dom": "16.13",
+ "react": "^18.3.1",
+ "react-dom": "^18.3.1",
"styled-jsx": "^4.0.1"
},
"types": "types"
diff --git a/components/tooltip/package.json b/components/tooltip/package.json
index b83a0c9faa..15ffca0904 100644
--- a/components/tooltip/package.json
+++ b/components/tooltip/package.json
@@ -27,8 +27,8 @@
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
"peerDependencies": {
- "react": "^16.13",
- "react-dom": "^16.13",
+ "react": "^16.13 || ^18",
+ "react-dom": "^16.13 || ^18",
"styled-jsx": "^4"
},
"dependencies": {
@@ -44,8 +44,8 @@
"types"
],
"devDependencies": {
- "react": "16.13",
- "react-dom": "16.13",
+ "react": "^18.3.1",
+ "react-dom": "^18.3.1",
"styled-jsx": "^4.0.1"
},
"types": "types"
diff --git a/components/transfer/package.json b/components/transfer/package.json
index f9af8d3d83..d6b62a4550 100644
--- a/components/transfer/package.json
+++ b/components/transfer/package.json
@@ -27,8 +27,8 @@
"test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
},
"peerDependencies": {
- "react": "^16.13",
- "react-dom": "^16.13",
+ "react": "^16.13 || ^18",
+ "react-dom": "^16.13 || ^18",
"styled-jsx": "^4"
},
"dependencies": {
@@ -47,8 +47,8 @@
"types"
],
"devDependencies": {
- "react": "16.13",
- "react-dom": "16.13",
+ "react": "^18.3.1",
+ "react-dom": "^18.3.1",
"styled-jsx": "^4.0.1"
},
"types": "types"
diff --git a/components/user-avatar/package.json b/components/user-avatar/package.json
index 2945a20987..140d51ecf9 100644
--- a/components/user-avatar/package.json
+++ b/components/user-avatar/package.json
@@ -28,8 +28,8 @@
},
"peerDependencies": {
"@dhis2/app-runtime": "^3",
- "react": "^16.13",
- "react-dom": "^16.13",
+ "react": "^16.13 || ^18",
+ "react-dom": "^16.13 || ^18",
"styled-jsx": "^4"
},
"dependencies": {
@@ -44,8 +44,8 @@
],
"devDependencies": {
"@dhis2/app-runtime": "^3.9.0",
- "react": "16.13",
- "react-dom": "16.13",
+ "react": "^18.3.1",
+ "react-dom": "^18.3.1",
"styled-jsx": "^4.0.1"
},
"types": "types"
diff --git a/docs/package.json b/docs/package.json
index afefeea500..83a3798699 100644
--- a/docs/package.json
+++ b/docs/package.json
@@ -30,9 +30,13 @@
"prop-types": "^15.7.2",
"url-loader": "^4.1.1"
},
+ "devDependencies": {
+ "react": "^18.3.1",
+ "react-dom": "^18.3.1"
+ },
"peerDependencies": {
- "react": "^16.13",
- "react-dom": "^16.13",
+ "react": ">=16.13",
+ "react-dom": ">=16.13",
"styled-jsx": "^4"
},
"browserslist": {
diff --git a/icons/package.json b/icons/package.json
index 3a00566aeb..8bebed7949 100644
--- a/icons/package.json
+++ b/icons/package.json
@@ -34,13 +34,13 @@
"types"
],
"peerDependencies": {
- "react": "^16.13",
- "react-dom": "^16.13"
+ "react": "^16.13 || ^18",
+ "react-dom": "^16.13 || ^18"
},
"dependencies": {},
"devDependencies": {
- "react": "16.13",
- "react-dom": "16.13"
+ "react": "^18.3.1",
+ "react-dom": "^18.3.1"
},
"types": "types"
}
diff --git a/jest.config.js b/jest.config.js
index aa4854cadf..3dceec90ee 100644
--- a/jest.config.js
+++ b/jest.config.js
@@ -1,7 +1,6 @@
module.exports = {
rootDir: '.',
setupFilesAfterEnv: [
- '@testing-library/jest-dom/extend-expect',
'/jest.enzyme.config.js',
'/jest.testing-library.config.js',
],
diff --git a/jest.config.shared.js b/jest.config.shared.js
index 9502138f46..d890c23981 100644
--- a/jest.config.shared.js
+++ b/jest.config.shared.js
@@ -1,6 +1,5 @@
module.exports = {
setupFilesAfterEnv: [
- '@testing-library/jest-dom/extend-expect',
`${__dirname}/jest.enzyme.config.js`,
`${__dirname}/jest.testing-library.config.js`,
],
diff --git a/jest.enzyme.config.js b/jest.enzyme.config.js
index 3d6cd1d53a..927d103227 100644
--- a/jest.enzyme.config.js
+++ b/jest.enzyme.config.js
@@ -1,4 +1,9 @@
+import util from 'util'
+import Adapter from '@cfaester/enzyme-adapter-react-18'
import { configure } from 'enzyme'
-import Adapter from 'enzyme-adapter-react-16'
configure({ adapter: new Adapter() })
+
+Object.defineProperty(global, 'TextEncoder', {
+ value: util.TextEncoder,
+})
diff --git a/jest.testing-library.config.js b/jest.testing-library.config.js
index 446c378d50..979703723c 100644
--- a/jest.testing-library.config.js
+++ b/jest.testing-library.config.js
@@ -1,4 +1,5 @@
import { configure } from '@testing-library/dom'
+import '@testing-library/jest-dom'
configure({
testIdAttribute: 'data-test',
diff --git a/package.json b/package.json
index b9cb990859..f14bc1854e 100644
--- a/package.json
+++ b/package.json
@@ -43,8 +43,8 @@
},
"dependencies": {
"@dhis2/d2-i18n": "^1.1.0",
- "react": "16.13",
- "react-dom": "16.13",
+ "react": "^18.3.1",
+ "react-dom": "^18.3.1",
"react-scripts": "^5.0.1",
"styled-jsx": "^4.0.1"
},
@@ -54,24 +54,23 @@
"devDependencies": {
"@babel/parser": "^7.17.0",
"@badeball/cypress-cucumber-preprocessor": "^20.0.2",
+ "@cfaester/enzyme-adapter-react-18": "^0.8.0",
"@cypress/webpack-preprocessor": "^6.0.1",
- "@dhis2/app-runtime": "^3.9.0",
- "@dhis2/cli-app-scripts": "^11.7.0",
+ "@dhis2/app-runtime": "^3.11.2",
+ "@dhis2/cli-app-scripts": "^12.0.0-alpha.19",
"@dhis2/cli-style": "10.4.2",
"@dhis2/cli-utils-docsite": "^3.1.2",
"@dhis2/cypress-commands": "^10.0.5",
"@dhis2/cypress-plugins": "^10.0.5",
"@manypkg/cli": "^0.18.0",
"@svgr/cli": "^5.5.0",
- "@testing-library/jest-dom": "^5.16.1",
- "@testing-library/react": "^12.1.2",
- "@testing-library/react-hooks": "^7.0.1",
- "@testing-library/user-event": "^13.5.0",
+ "@testing-library/jest-dom": "^6.6.2",
+ "@testing-library/react": "^16.0.1",
+ "@testing-library/user-event": "^14.5.2",
"ast-types": "^0.14.2",
"concurrently": "^6.2.1",
"cypress": "^13.8.0",
"enzyme": "^3.11.0",
- "enzyme-adapter-react-16": "^1.15.8",
"execa": "^5.1.1",
"fast-glob": "^3.2.7",
"find-up": "^5.0.0",
diff --git a/yarn.lock b/yarn.lock
index d8cefb525b..eb405a7b91 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -2,7 +2,7 @@
# yarn lockfile v1
-"@adobe/css-tools@^4.0.1":
+"@adobe/css-tools@^4.0.1", "@adobe/css-tools@^4.4.0":
version "4.4.0"
resolved "https://registry.npmjs.org/@adobe/css-tools/-/css-tools-4.4.0.tgz"
integrity sha512-Ff9+ksdQQB3rMncgqDK78uLznstjyfIf2Arnh22pW8kBpLs6rpKDwgnZT46hin5Hl1WzazzK64DOrhSwYpS7bQ==
@@ -196,18 +196,19 @@
dependencies:
"@babel/highlight" "^7.8.3"
-"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.16.0", "@babel/code-frame@^7.16.7", "@babel/code-frame@^7.24.7", "@babel/code-frame@^7.8.3":
- version "7.24.7"
- resolved "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.7.tgz"
- integrity sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==
+"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.16.0", "@babel/code-frame@^7.16.7", "@babel/code-frame@^7.25.9", "@babel/code-frame@^7.26.0", "@babel/code-frame@^7.8.3":
+ version "7.26.0"
+ resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.0.tgz#9374b5cd068d128dac0b94ff482594273b1c2815"
+ integrity sha512-INCKxTtbXtcNbUZ3YXutwMpEleqttcswhAdee7dhuoVrD2cnuc3PqtERBtxkX5nziX9vnBL8WXmSGwv8CuPV6g==
dependencies:
- "@babel/highlight" "^7.24.7"
+ "@babel/helper-validator-identifier" "^7.25.9"
+ js-tokens "^4.0.0"
picocolors "^1.0.0"
-"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.25.2":
- version "7.25.2"
- resolved "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.25.2.tgz"
- integrity sha512-bYcppcpKBvX4znYaPEeFau03bp89ShqNMLs+rmdptMw+heSZh9+z84d2YG+K7cYLbWwzdjtDoW/uqZmPjulClQ==
+"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.25.2", "@babel/compat-data@^7.25.9":
+ version "7.26.0"
+ resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.0.tgz#f02ba6d34e88fadd5e8861e8b38902f43cc1c819"
+ integrity sha512-qETICbZSLe7uXv9VE8T/RWOdIE5qqyTucOt4zLYMafj2MRO271VGgLd4RACJMeBO37UPWhXiKMBk7YlJ0fOzQA==
"@babel/core@7.12.9":
version "7.12.9"
@@ -231,21 +232,21 @@
semver "^5.4.1"
source-map "^0.5.0"
-"@babel/core@^7.1.0", "@babel/core@^7.1.6", "@babel/core@^7.11.1", "@babel/core@^7.12.3", "@babel/core@^7.16.0", "@babel/core@^7.18.6", "@babel/core@^7.18.9", "@babel/core@^7.19.6", "@babel/core@^7.6.2", "@babel/core@^7.7.2", "@babel/core@^7.7.5", "@babel/core@^7.8.0":
- version "7.25.2"
- resolved "https://registry.npmjs.org/@babel/core/-/core-7.25.2.tgz"
- integrity sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA==
+"@babel/core@^7.1.0", "@babel/core@^7.1.6", "@babel/core@^7.11.1", "@babel/core@^7.12.3", "@babel/core@^7.16.0", "@babel/core@^7.18.6", "@babel/core@^7.18.9", "@babel/core@^7.19.6", "@babel/core@^7.24.4", "@babel/core@^7.25.2", "@babel/core@^7.6.2", "@babel/core@^7.7.2", "@babel/core@^7.7.5", "@babel/core@^7.8.0":
+ version "7.26.0"
+ resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.0.tgz#d78b6023cc8f3114ccf049eb219613f74a747b40"
+ integrity sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg==
dependencies:
"@ampproject/remapping" "^2.2.0"
- "@babel/code-frame" "^7.24.7"
- "@babel/generator" "^7.25.0"
- "@babel/helper-compilation-targets" "^7.25.2"
- "@babel/helper-module-transforms" "^7.25.2"
- "@babel/helpers" "^7.25.0"
- "@babel/parser" "^7.25.0"
- "@babel/template" "^7.25.0"
- "@babel/traverse" "^7.25.2"
- "@babel/types" "^7.25.2"
+ "@babel/code-frame" "^7.26.0"
+ "@babel/generator" "^7.26.0"
+ "@babel/helper-compilation-targets" "^7.25.9"
+ "@babel/helper-module-transforms" "^7.26.0"
+ "@babel/helpers" "^7.26.0"
+ "@babel/parser" "^7.26.0"
+ "@babel/template" "^7.25.9"
+ "@babel/traverse" "^7.25.9"
+ "@babel/types" "^7.26.0"
convert-source-map "^2.0.0"
debug "^4.1.0"
gensync "^1.0.0-beta.2"
@@ -261,15 +262,16 @@
eslint-visitor-keys "^2.1.0"
semver "^6.3.1"
-"@babel/generator@^7.12.11", "@babel/generator@^7.12.5", "@babel/generator@^7.18.7", "@babel/generator@^7.25.0", "@babel/generator@^7.7.2":
- version "7.25.0"
- resolved "https://registry.npmjs.org/@babel/generator/-/generator-7.25.0.tgz"
- integrity sha512-3LEEcj3PVW8pW2R1SR1M89g/qrYk/m/mB/tLqn7dn4sbBUQyTqnlod+II2U4dqiGtUmkcnAmkMDralTFZttRiw==
+"@babel/generator@^7.12.11", "@babel/generator@^7.12.5", "@babel/generator@^7.18.7", "@babel/generator@^7.25.9", "@babel/generator@^7.26.0", "@babel/generator@^7.7.2":
+ version "7.26.0"
+ resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.0.tgz#505cc7c90d92513f458a477e5ef0703e7c91b8d7"
+ integrity sha512-/AIkAmInnWwgEAJGQr9vY0c66Mj6kjkE2ZPB1PurTRaRAh3U+J45sAQMjQDJdh4WbR3l0x5xkimXBKyBXXAu2w==
dependencies:
- "@babel/types" "^7.25.0"
+ "@babel/parser" "^7.26.0"
+ "@babel/types" "^7.26.0"
"@jridgewell/gen-mapping" "^0.3.5"
"@jridgewell/trace-mapping" "^0.3.25"
- jsesc "^2.5.1"
+ jsesc "^3.0.2"
"@babel/helper-annotate-as-pure@^7.18.6", "@babel/helper-annotate-as-pure@^7.24.7":
version "7.24.7"
@@ -286,14 +288,14 @@
"@babel/traverse" "^7.24.7"
"@babel/types" "^7.24.7"
-"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.24.7", "@babel/helper-compilation-targets@^7.24.8", "@babel/helper-compilation-targets@^7.25.2":
- version "7.25.2"
- resolved "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.2.tgz"
- integrity sha512-U2U5LsSaZ7TAt3cfaymQ8WHh0pxvdHoEk6HVpaexxixjyEquMh0L0YNJNM6CTGKMXV1iksi0iZkGw4AcFkPaaw==
+"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.24.7", "@babel/helper-compilation-targets@^7.24.8", "@babel/helper-compilation-targets@^7.25.2", "@babel/helper-compilation-targets@^7.25.9":
+ version "7.25.9"
+ resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.9.tgz#55af025ce365be3cdc0c1c1e56c6af617ce88875"
+ integrity sha512-j9Db8Suy6yV/VHa4qzrj9yZfZxhLWQdVnRlXxmKLYlhWUVB1sB2G5sxuWYXk/whHD9iW76PmNzxZ4UCnTQTVEQ==
dependencies:
- "@babel/compat-data" "^7.25.2"
- "@babel/helper-validator-option" "^7.24.8"
- browserslist "^4.23.1"
+ "@babel/compat-data" "^7.25.9"
+ "@babel/helper-validator-option" "^7.25.9"
+ browserslist "^4.24.0"
lru-cache "^5.1.1"
semver "^6.3.1"
@@ -338,23 +340,22 @@
"@babel/traverse" "^7.24.8"
"@babel/types" "^7.24.8"
-"@babel/helper-module-imports@^7.10.4", "@babel/helper-module-imports@^7.24.7":
- version "7.24.7"
- resolved "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.24.7.tgz"
- integrity sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA==
+"@babel/helper-module-imports@^7.10.4", "@babel/helper-module-imports@^7.24.7", "@babel/helper-module-imports@^7.25.9":
+ version "7.25.9"
+ resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.25.9.tgz#e7f8d20602ebdbf9ebbea0a0751fb0f2a4141715"
+ integrity sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw==
dependencies:
- "@babel/traverse" "^7.24.7"
- "@babel/types" "^7.24.7"
+ "@babel/traverse" "^7.25.9"
+ "@babel/types" "^7.25.9"
-"@babel/helper-module-transforms@^7.12.1", "@babel/helper-module-transforms@^7.24.7", "@babel/helper-module-transforms@^7.24.8", "@babel/helper-module-transforms@^7.25.0", "@babel/helper-module-transforms@^7.25.2":
- version "7.25.2"
- resolved "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.25.2.tgz"
- integrity sha512-BjyRAbix6j/wv83ftcVJmBt72QtHI56C7JXZoG2xATiLpmoC7dpd8WnkikExHDVPpi/3qCmO6WY1EaXOluiecQ==
+"@babel/helper-module-transforms@^7.12.1", "@babel/helper-module-transforms@^7.24.7", "@babel/helper-module-transforms@^7.24.8", "@babel/helper-module-transforms@^7.25.0", "@babel/helper-module-transforms@^7.26.0":
+ version "7.26.0"
+ resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz#8ce54ec9d592695e58d84cd884b7b5c6a2fdeeae"
+ integrity sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==
dependencies:
- "@babel/helper-module-imports" "^7.24.7"
- "@babel/helper-simple-access" "^7.24.7"
- "@babel/helper-validator-identifier" "^7.24.7"
- "@babel/traverse" "^7.25.2"
+ "@babel/helper-module-imports" "^7.25.9"
+ "@babel/helper-validator-identifier" "^7.25.9"
+ "@babel/traverse" "^7.25.9"
"@babel/helper-optimise-call-expression@^7.24.7":
version "7.24.7"
@@ -368,10 +369,10 @@
resolved "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz"
integrity sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==
-"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.20.2", "@babel/helper-plugin-utils@^7.22.5", "@babel/helper-plugin-utils@^7.24.7", "@babel/helper-plugin-utils@^7.24.8", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
- version "7.24.8"
- resolved "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.8.tgz"
- integrity sha512-FFWx5142D8h2Mgr/iPVGH5G7w6jDn4jUSpZTyDnQO0Yn7Ks2Kuz6Pci8H6MPCoUJegd/UZQ3tAvfLCxQSnWWwg==
+"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.20.2", "@babel/helper-plugin-utils@^7.22.5", "@babel/helper-plugin-utils@^7.24.7", "@babel/helper-plugin-utils@^7.24.8", "@babel/helper-plugin-utils@^7.25.9", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
+ version "7.25.9"
+ resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.25.9.tgz#9cbdd63a9443a2c92a725cca7ebca12cc8dd9f46"
+ integrity sha512-kSMlyUVdWe25rEsRGviIgOWnoT/nfABVWlqt9N19/dIPWViAOW2s9wznP5tURbs/IDuNk4gPy3YdYRgH3uxhBw==
"@babel/helper-remap-async-to-generator@^7.24.7", "@babel/helper-remap-async-to-generator@^7.25.0":
version "7.25.0"
@@ -407,20 +408,20 @@
"@babel/traverse" "^7.24.7"
"@babel/types" "^7.24.7"
-"@babel/helper-string-parser@^7.24.8":
- version "7.24.8"
- resolved "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz"
- integrity sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==
+"@babel/helper-string-parser@^7.25.9":
+ version "7.25.9"
+ resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c"
+ integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==
-"@babel/helper-validator-identifier@^7.14.9", "@babel/helper-validator-identifier@^7.24.7":
- version "7.24.7"
- resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz"
- integrity sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==
+"@babel/helper-validator-identifier@^7.14.9", "@babel/helper-validator-identifier@^7.24.7", "@babel/helper-validator-identifier@^7.25.9":
+ version "7.25.9"
+ resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7"
+ integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==
-"@babel/helper-validator-option@^7.24.7", "@babel/helper-validator-option@^7.24.8":
- version "7.24.8"
- resolved "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.24.8.tgz"
- integrity sha512-xb8t9tD1MHLungh/AIoWYN+gVHaB9kwlu8gffXGSt3FFEIT7RjS+xWbc2vUD1UTZdIpKj/ab3rdqJ7ufngyi2Q==
+"@babel/helper-validator-option@^7.24.7", "@babel/helper-validator-option@^7.24.8", "@babel/helper-validator-option@^7.25.9":
+ version "7.25.9"
+ resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.25.9.tgz#86e45bd8a49ab7e03f276577f96179653d41da72"
+ integrity sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==
"@babel/helper-wrap-function@^7.25.0":
version "7.25.0"
@@ -431,15 +432,15 @@
"@babel/traverse" "^7.25.0"
"@babel/types" "^7.25.0"
-"@babel/helpers@^7.12.5", "@babel/helpers@^7.25.0":
- version "7.25.0"
- resolved "https://registry.npmjs.org/@babel/helpers/-/helpers-7.25.0.tgz"
- integrity sha512-MjgLZ42aCm0oGjJj8CtSM3DB8NOOf8h2l7DCTePJs29u+v7yO/RBX9nShlKMgFnRks/Q4tBAe7Hxnov9VkGwLw==
+"@babel/helpers@^7.12.5", "@babel/helpers@^7.26.0":
+ version "7.26.0"
+ resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.0.tgz#30e621f1eba5aa45fe6f4868d2e9154d884119a4"
+ integrity sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw==
dependencies:
- "@babel/template" "^7.25.0"
- "@babel/types" "^7.25.0"
+ "@babel/template" "^7.25.9"
+ "@babel/types" "^7.26.0"
-"@babel/highlight@^7.10.4", "@babel/highlight@^7.24.7", "@babel/highlight@^7.8.3":
+"@babel/highlight@^7.10.4", "@babel/highlight@^7.8.3":
version "7.24.7"
resolved "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.7.tgz"
integrity sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==
@@ -449,12 +450,12 @@
js-tokens "^4.0.0"
picocolors "^1.0.0"
-"@babel/parser@^7.1.0", "@babel/parser@^7.1.6", "@babel/parser@^7.12.7", "@babel/parser@^7.14.7", "@babel/parser@^7.17.0", "@babel/parser@^7.18.8", "@babel/parser@^7.20.7", "@babel/parser@^7.25.0", "@babel/parser@^7.25.3", "@babel/parser@^7.7.0", "@babel/parser@^7.9.4":
- version "7.25.3"
- resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.25.3.tgz"
- integrity sha512-iLTJKDbJ4hMvFPgQwwsVoxtHyWpKKPBrxkANrSYewDPaPpT5py5yeVkgPIJ7XYXhndxJpaA3PyALSXQ7u8e/Dw==
+"@babel/parser@^7.1.0", "@babel/parser@^7.1.6", "@babel/parser@^7.12.7", "@babel/parser@^7.14.7", "@babel/parser@^7.17.0", "@babel/parser@^7.18.8", "@babel/parser@^7.20.7", "@babel/parser@^7.25.9", "@babel/parser@^7.26.0", "@babel/parser@^7.7.0", "@babel/parser@^7.9.4":
+ version "7.26.1"
+ resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.1.tgz#44e02499960df2cdce2c456372a3e8e0c3c5c975"
+ integrity sha512-reoQYNiAJreZNsJzyrDNzFQ+IQ5JFiIzAHJg9bn94S3l+4++J7RsIhNMoB+lgP/9tpmiAQqspv+xfdxTSzREOw==
dependencies:
- "@babel/types" "^7.25.2"
+ "@babel/types" "^7.26.0"
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.3":
version "7.25.3"
@@ -1085,6 +1086,20 @@
dependencies:
"@babel/plugin-transform-react-jsx" "^7.24.7"
+"@babel/plugin-transform-react-jsx-self@^7.24.7":
+ version "7.25.9"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.25.9.tgz#c0b6cae9c1b73967f7f9eb2fca9536ba2fad2858"
+ integrity sha512-y8quW6p0WHkEhmErnfe58r7x0A70uKphQm8Sp8cV7tjNQwK56sNVK0M73LK3WuYmsuyrftut4xAkjjgU0twaMg==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.25.9"
+
+"@babel/plugin-transform-react-jsx-source@^7.24.7":
+ version "7.25.9"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.25.9.tgz#4c6b8daa520b5f155b5fb55547d7c9fa91417503"
+ integrity sha512-+iqjT8xmXhhYv4/uiYd8FNQsraMFZIfxVSqxxVSZP0WbbSAWvBXAul0m/zu+7Vv4O/3WtApy9pmaTMiumEZgfg==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.25.9"
+
"@babel/plugin-transform-react-jsx@^7.24.7":
version "7.25.2"
resolved "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.25.2.tgz"
@@ -1363,32 +1378,32 @@
core-js-pure "^3.30.2"
regenerator-runtime "^0.14.0"
-"@babel/runtime@^7.1.2", "@babel/runtime@^7.10.0", "@babel/runtime@^7.10.3", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.13", "@babel/runtime@^7.12.5", "@babel/runtime@^7.15.4", "@babel/runtime@^7.16.3", "@babel/runtime@^7.17.8", "@babel/runtime@^7.18.6", "@babel/runtime@^7.20.13", "@babel/runtime@^7.21.0", "@babel/runtime@^7.23.2", "@babel/runtime@^7.23.8", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.2", "@babel/runtime@^7.7.2", "@babel/runtime@^7.7.6", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2":
+"@babel/runtime@^7.1.2", "@babel/runtime@^7.10.0", "@babel/runtime@^7.10.3", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.13", "@babel/runtime@^7.12.5", "@babel/runtime@^7.15.4", "@babel/runtime@^7.16.3", "@babel/runtime@^7.17.8", "@babel/runtime@^7.18.6", "@babel/runtime@^7.20.13", "@babel/runtime@^7.21.0", "@babel/runtime@^7.23.8", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.2", "@babel/runtime@^7.7.2", "@babel/runtime@^7.7.6", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2":
version "7.25.0"
resolved "https://registry.npmjs.org/@babel/runtime/-/runtime-7.25.0.tgz"
integrity sha512-7dRy4DwXwtzBrPbZflqxnvfxLF8kdZXPkhymtDeFoFqE6ldzjQFgYTtYIFARcLEYDrqfBfYcZt1WqFxRoyC9Rw==
dependencies:
regenerator-runtime "^0.14.0"
-"@babel/template@^7.12.7", "@babel/template@^7.24.7", "@babel/template@^7.25.0", "@babel/template@^7.3.3":
- version "7.25.0"
- resolved "https://registry.npmjs.org/@babel/template/-/template-7.25.0.tgz"
- integrity sha512-aOOgh1/5XzKvg1jvVz7AVrx2piJ2XBi227DHmbY6y+bM9H2FlN+IfecYu4Xl0cNiiVejlsCri89LUsbj8vJD9Q==
- dependencies:
- "@babel/code-frame" "^7.24.7"
- "@babel/parser" "^7.25.0"
- "@babel/types" "^7.25.0"
-
-"@babel/traverse@^7.1.6", "@babel/traverse@^7.12.9", "@babel/traverse@^7.18.8", "@babel/traverse@^7.18.9", "@babel/traverse@^7.24.7", "@babel/traverse@^7.24.8", "@babel/traverse@^7.25.0", "@babel/traverse@^7.25.1", "@babel/traverse@^7.25.2", "@babel/traverse@^7.25.3", "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.2":
- version "7.25.3"
- resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.25.3.tgz"
- integrity sha512-HefgyP1x754oGCsKmV5reSmtV7IXj/kpaE1XYY+D9G5PvKKoFfSbiS4M77MdjuwlZKDIKFCffq9rPU+H/s3ZdQ==
- dependencies:
- "@babel/code-frame" "^7.24.7"
- "@babel/generator" "^7.25.0"
- "@babel/parser" "^7.25.3"
- "@babel/template" "^7.25.0"
- "@babel/types" "^7.25.2"
+"@babel/template@^7.12.7", "@babel/template@^7.24.7", "@babel/template@^7.25.0", "@babel/template@^7.25.9", "@babel/template@^7.3.3":
+ version "7.25.9"
+ resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.25.9.tgz#ecb62d81a8a6f5dc5fe8abfc3901fc52ddf15016"
+ integrity sha512-9DGttpmPvIxBb/2uwpVo3dqJ+O6RooAFOS+lB+xDqoE2PVCE8nfoHMdZLpfCQRLwvohzXISPZcgxt80xLfsuwg==
+ dependencies:
+ "@babel/code-frame" "^7.25.9"
+ "@babel/parser" "^7.25.9"
+ "@babel/types" "^7.25.9"
+
+"@babel/traverse@^7.1.6", "@babel/traverse@^7.12.9", "@babel/traverse@^7.18.8", "@babel/traverse@^7.18.9", "@babel/traverse@^7.24.7", "@babel/traverse@^7.24.8", "@babel/traverse@^7.25.0", "@babel/traverse@^7.25.1", "@babel/traverse@^7.25.3", "@babel/traverse@^7.25.9", "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.2":
+ version "7.25.9"
+ resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.9.tgz#a50f8fe49e7f69f53de5bea7e413cd35c5e13c84"
+ integrity sha512-ZCuvfwOwlz/bawvAuvcj8rrithP2/N55Tzz342AkTvq4qaWbGfmCk/tKhNaV2cthijKrPAA8SRJV5WWe7IBMJw==
+ dependencies:
+ "@babel/code-frame" "^7.25.9"
+ "@babel/generator" "^7.25.9"
+ "@babel/parser" "^7.25.9"
+ "@babel/template" "^7.25.9"
+ "@babel/types" "^7.25.9"
debug "^4.3.1"
globals "^11.1.0"
@@ -1400,14 +1415,13 @@
"@babel/helper-validator-identifier" "^7.14.9"
to-fast-properties "^2.0.0"
-"@babel/types@^7.0.0", "@babel/types@^7.12.6", "@babel/types@^7.12.7", "@babel/types@^7.18.9", "@babel/types@^7.2.0", "@babel/types@^7.20.0", "@babel/types@^7.20.7", "@babel/types@^7.24.7", "@babel/types@^7.24.8", "@babel/types@^7.25.0", "@babel/types@^7.25.2", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
- version "7.25.2"
- resolved "https://registry.npmjs.org/@babel/types/-/types-7.25.2.tgz"
- integrity sha512-YTnYtra7W9e6/oAZEHj0bJehPRUlLH9/fbpT5LfB0NhQXyALCRkRs3zH9v07IYhkgpqX6Z78FnuccZr/l4Fs4Q==
+"@babel/types@^7.0.0", "@babel/types@^7.12.6", "@babel/types@^7.12.7", "@babel/types@^7.18.9", "@babel/types@^7.2.0", "@babel/types@^7.20.0", "@babel/types@^7.20.7", "@babel/types@^7.24.7", "@babel/types@^7.24.8", "@babel/types@^7.25.0", "@babel/types@^7.25.2", "@babel/types@^7.25.9", "@babel/types@^7.26.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
+ version "7.26.0"
+ resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.0.tgz#deabd08d6b753bc8e0f198f8709fb575e31774ff"
+ integrity sha512-Z/yiTPj+lDVnF7lWeKCIJzaIkI0vYO87dMpZ4bg4TDrFe4XXLFWL1TbXU27gBP3QccxV9mZICCrnjnYlJjXHOA==
dependencies:
- "@babel/helper-string-parser" "^7.24.8"
- "@babel/helper-validator-identifier" "^7.24.7"
- to-fast-properties "^2.0.0"
+ "@babel/helper-string-parser" "^7.25.9"
+ "@babel/helper-validator-identifier" "^7.25.9"
"@badeball/cypress-configuration@^6.1.1":
version "6.1.1"
@@ -1462,6 +1476,17 @@
resolved "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz"
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
+"@cfaester/enzyme-adapter-react-18@^0.8.0":
+ version "0.8.0"
+ resolved "https://registry.yarnpkg.com/@cfaester/enzyme-adapter-react-18/-/enzyme-adapter-react-18-0.8.0.tgz#313814eb79658a6e74209f9f1743bcefff14a46f"
+ integrity sha512-3Z3ThTUouHwz8oIyhTYQljEMNRFtlVyc3VOOHCbxs47U6cnXs8K9ygi/c1tv49s7MBlTXeIcuN+Ttd9aPtILFQ==
+ dependencies:
+ enzyme-shallow-equal "^1.0.0"
+ function.prototype.name "^1.1.6"
+ has "^1.0.4"
+ react-is "^18.2.0"
+ react-shallow-renderer "^16.15.0"
+
"@changesets/types@^0.4.0":
version "0.4.0"
resolved "https://registry.npmjs.org/@changesets/types/-/types-0.4.0.tgz"
@@ -1896,94 +1921,95 @@
debug "^3.1.0"
lodash.once "^4.1.1"
-"@dhis2/app-adapter@11.7.0":
- version "11.7.0"
- resolved "https://registry.npmjs.org/@dhis2/app-adapter/-/app-adapter-11.7.0.tgz"
- integrity sha512-GeswzYbVr5vAKqHgFeVTM/3igRoX7KuR7bhDU7tPjHfcouLUm4MbIWG4dK70GiWKyGBNlLtudJcz2FkhFaRcdg==
+"@dhis2/app-adapter@12.0.0-alpha.19":
+ version "12.0.0-alpha.19"
+ resolved "https://registry.yarnpkg.com/@dhis2/app-adapter/-/app-adapter-12.0.0-alpha.19.tgz#6c346dd79f81107c95d3ce2bc153aacbb9469893"
+ integrity sha512-zZLWYIRcmQJFcUc5fTS+Gw/ynfAB7QRT1O5S/uTZHnvD/MxvU8n6Znuf+WEOy42RbDJw0qQF6Sf/btq1WoU8cA==
dependencies:
- "@dhis2/pwa" "11.7.0"
+ "@dhis2/pwa" "12.0.0-alpha.19"
moment "^2.24.0"
-"@dhis2/app-runtime@^3.10.4", "@dhis2/app-runtime@^3.9.0":
- version "3.10.6"
- resolved "https://registry.npmjs.org/@dhis2/app-runtime/-/app-runtime-3.10.6.tgz"
- integrity sha512-WfC+AHkw0V3V3/wyLPHoTyAf8i4btLl/R2nMBVs3NEXLwA9mekG/gXs7AEPnK2/p6FVoqXMDwJHEH2b8Iw4UFw==
+"@dhis2/app-runtime@^3.11.1", "@dhis2/app-runtime@^3.11.2", "@dhis2/app-runtime@^3.9.0":
+ version "3.11.2"
+ resolved "https://registry.yarnpkg.com/@dhis2/app-runtime/-/app-runtime-3.11.2.tgz#410ecb2f84a74f41eaaf89ace0f1ee44b8b0818d"
+ integrity sha512-JXxJKw3tkSyYLXsjZcRLjqZF/VPbCFrr60VHvs4nfMWpjTEsqEVyXoPR/G+HaJvAih2OAVr2INdUFwpUehYDCA==
dependencies:
- "@dhis2/app-service-alerts" "3.10.6"
- "@dhis2/app-service-config" "3.10.6"
- "@dhis2/app-service-data" "3.10.6"
- "@dhis2/app-service-offline" "3.10.6"
- "@dhis2/app-service-plugin" "3.10.6"
+ "@dhis2/app-service-alerts" "3.11.2"
+ "@dhis2/app-service-config" "3.11.2"
+ "@dhis2/app-service-data" "3.11.2"
+ "@dhis2/app-service-offline" "3.11.2"
+ "@dhis2/app-service-plugin" "3.11.2"
-"@dhis2/app-service-alerts@3.10.6":
- version "3.10.6"
- resolved "https://registry.npmjs.org/@dhis2/app-service-alerts/-/app-service-alerts-3.10.6.tgz"
- integrity sha512-2r9IUBp5Z5zuSqjTEWpt+rx7tP5AqrtkPJ8ZVOKW5YBn1DB4bQ5ti9GOevHM4othr7Mrmt22UADPgfEkfc7XzQ==
+"@dhis2/app-service-alerts@3.11.2":
+ version "3.11.2"
+ resolved "https://registry.yarnpkg.com/@dhis2/app-service-alerts/-/app-service-alerts-3.11.2.tgz#c5a013b524facfc79a0be6e83870a4c593c686cb"
+ integrity sha512-MLkDhrka66cO7lAOE4RaN/m+4l4NwagUxw4j3qhh4YXEihIJmH+kticEHCvuqYT3ySYPjkC74jrjl7CID08Yiw==
-"@dhis2/app-service-config@3.10.6":
- version "3.10.6"
- resolved "https://registry.npmjs.org/@dhis2/app-service-config/-/app-service-config-3.10.6.tgz"
- integrity sha512-Z/rSBjCc8kP78QYhKNyGoCafGfwpqMDg8mV2x/H6CavgEicOa+qHX3bkKV6+fC9Sw2FnsWHRemxYRkgbW/BD3g==
+"@dhis2/app-service-config@3.11.2":
+ version "3.11.2"
+ resolved "https://registry.yarnpkg.com/@dhis2/app-service-config/-/app-service-config-3.11.2.tgz#c8bcd95b4f97668d96dc8b8e2b225eac9cf91b5d"
+ integrity sha512-ik184s/zlUJ1y92EK2IfkYduauDnUj2mX97SKLIfrTAEAJXzGirdpgjCTuB4pEEO+fjHV7hjXRZbNlWKCT4bbQ==
-"@dhis2/app-service-data@3.10.6":
- version "3.10.6"
- resolved "https://registry.npmjs.org/@dhis2/app-service-data/-/app-service-data-3.10.6.tgz"
- integrity sha512-9RH3Dn0shcVdF7itgKy9cK3yMEcyP5xXjNzYPGzWf+3q9aGlzjh22pHE4p+C9OV+SeVO2q+5GcNOk7rdZvS+Cg==
+"@dhis2/app-service-data@3.11.2":
+ version "3.11.2"
+ resolved "https://registry.yarnpkg.com/@dhis2/app-service-data/-/app-service-data-3.11.2.tgz#207970c8aebcf772b37cd430b3280687a0a78252"
+ integrity sha512-psS5NntXtZ/RDRvUvYTTHMyPeG/9/Qi0t1NrZByVq6WgDjy3gxsceQVct1tRh+62h0ukIPzh4eBa0a/2tyC8+w==
dependencies:
react-query "^3.13.11"
-"@dhis2/app-service-offline@3.10.6":
- version "3.10.6"
- resolved "https://registry.npmjs.org/@dhis2/app-service-offline/-/app-service-offline-3.10.6.tgz"
- integrity sha512-179QXdUOFgPPIOhY5HD+C6GzzJDvhR8GW7jXT4LtjCeO/4EbA3r9sycyrYpLZL66GtpGHkeV5g4slxM1t+63cw==
+"@dhis2/app-service-offline@3.11.2":
+ version "3.11.2"
+ resolved "https://registry.yarnpkg.com/@dhis2/app-service-offline/-/app-service-offline-3.11.2.tgz#97cbb520935226d8e394d77d64d97a65085e2f4a"
+ integrity sha512-ZFgdEey/bz3SGCn1TEDbQJZHwPNwLsfMGfSHjDUz+xdmo3qITV2e6scLD0NhPNWPwBSQtwSdwej5WlHmDzn6TQ==
dependencies:
lodash "^4.17.21"
-"@dhis2/app-service-plugin@3.10.6":
- version "3.10.6"
- resolved "https://registry.npmjs.org/@dhis2/app-service-plugin/-/app-service-plugin-3.10.6.tgz"
- integrity sha512-um4ONieW+xpWfagt+QNF4ZtzzFpm8KeA9tlBomamOfhGIpi9mkCWtaY0Mw2IUWO+d0Uh4cfmeQV6w6jOX6xJzw==
+"@dhis2/app-service-plugin@3.11.2":
+ version "3.11.2"
+ resolved "https://registry.yarnpkg.com/@dhis2/app-service-plugin/-/app-service-plugin-3.11.2.tgz#c966c0576be6da88fa41d02cd0767cb9f1a7df80"
+ integrity sha512-8zAEhDaqq7OQvxbpJF7rkkQt6/0iCF1EqWkA9q3ssngTp7kMZ55EGye4g1VoupcSV30atUost+9LDsBouxqW7w==
dependencies:
post-robot "^10.0.46"
-"@dhis2/app-shell@11.7.0":
- version "11.7.0"
- resolved "https://registry.npmjs.org/@dhis2/app-shell/-/app-shell-11.7.0.tgz"
- integrity sha512-esx449gAHBo3gB1RRZXhuigT5OcUfW0ckf2yKsOzjsw7iznDuHCv1X/ypZpkO5gVlGNxX/LaCOaPZ38/FDBCAA==
+"@dhis2/app-shell@12.0.0-alpha.19":
+ version "12.0.0-alpha.19"
+ resolved "https://registry.yarnpkg.com/@dhis2/app-shell/-/app-shell-12.0.0-alpha.19.tgz#af80fdecea8c7cd539ae15c32e3387c641c2798e"
+ integrity sha512-p5iRbjg5PCIYfJ1BaSRVQhmfrkIAl4JrFvPQjP4ukFTOY6oLoKOrxsMkyYHqWpjofNlsJyga15JFtg5Bi7SNsA==
dependencies:
- "@dhis2/app-adapter" "11.7.0"
- "@dhis2/app-runtime" "^3.10.4"
+ "@dhis2/app-adapter" "12.0.0-alpha.19"
+ "@dhis2/app-runtime" "^3.11.1"
"@dhis2/d2-i18n" "^1.1.1"
- "@dhis2/pwa" "11.7.0"
- "@dhis2/ui" "^9.8.9"
+ "@dhis2/pwa" "12.0.0-alpha.19"
+ "@dhis2/ui" "^9.11.7"
classnames "^2.2.6"
moment "^2.29.1"
post-robot "^10.0.46"
prop-types "^15.7.2"
- react "^16.8.6"
- react-dom "^16.8.6"
- react-scripts "^5.0.1"
+ react "^18"
+ react-dom "^18"
source-map-explorer "^2.1.0"
styled-jsx "^4.0.1"
typeface-roboto "^0.0.75"
typescript "^3.6.3"
-"@dhis2/cli-app-scripts@^11.7.0":
- version "11.7.0"
- resolved "https://registry.npmjs.org/@dhis2/cli-app-scripts/-/cli-app-scripts-11.7.0.tgz"
- integrity sha512-S3lkVz/BGyoZARC4yLcIxD0fkKr3XZo2Mh6wS+lPjucLLmTcZFObi1ozxm5OzOK3KPHSEvQQug8LLD8eVh2ERg==
+"@dhis2/cli-app-scripts@^12.0.0-alpha.19":
+ version "12.0.0-alpha.19"
+ resolved "https://registry.yarnpkg.com/@dhis2/cli-app-scripts/-/cli-app-scripts-12.0.0-alpha.19.tgz#0a8ca99bd5b32d0fb4c58a291013a10cbeb9f707"
+ integrity sha512-qIM2qmDyqH/LSDZBRZMX1AftGBvRBHLsbSxQ5fopyqbrXVC4/2owp+9rxcEXNfb9WClwKnJmIBYfO32OonRiaw==
dependencies:
"@babel/core" "^7.6.2"
"@babel/plugin-proposal-class-properties" "^7.8.3"
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.8.3"
"@babel/plugin-proposal-optional-chaining" "^7.8.3"
+ "@babel/plugin-syntax-flow" "^7.24.7"
"@babel/preset-env" "^7.14.7"
"@babel/preset-react" "^7.0.0"
"@babel/preset-typescript" "^7.6.0"
- "@dhis2/app-shell" "11.7.0"
- "@dhis2/cli-helpers-engine" "^3.2.0"
+ "@dhis2/app-shell" "12.0.0-alpha.19"
+ "@dhis2/cli-helpers-engine" "^3.2.2"
"@jest/core" "^27.0.6"
"@pmmmwh/react-refresh-webpack-plugin" "^0.5.4"
+ "@vitejs/plugin-react" "^4.2.1"
"@yarnpkg/lockfile" "^1.1.0"
archiver "^3.1.1"
axios "^0.25.0"
@@ -1996,6 +2022,7 @@
detect-port "^1.3.0"
dotenv "^8.1.0"
dotenv-expand "^5.1.0"
+ fast-glob "^3.3.2"
file-loader "^6.2.0"
form-data "^3.0.0"
fs-extra "^8.1.0"
@@ -2017,10 +2044,11 @@
style-loader "^3.3.1"
styled-jsx "^4.0.1"
terser-webpack-plugin "^5.3.1"
+ vite "^5.2.9"
+ vite-plugin-dynamic-import "^1.5.0"
webpack "^5.41.1"
webpack-dev-server "^4.7.4"
- workbox-build "^6.1.5"
- workbox-webpack-plugin "^6.5.4"
+ workbox-build "^7.1.1"
"@dhis2/cli-helpers-engine@^1.5.0":
version "1.5.0"
@@ -2034,9 +2062,9 @@
update-notifier "^3.0.0"
yargs "^13.1.0"
-"@dhis2/cli-helpers-engine@^3.0.0", "@dhis2/cli-helpers-engine@^3.2.0":
+"@dhis2/cli-helpers-engine@^3.0.0", "@dhis2/cli-helpers-engine@^3.2.2":
version "3.2.2"
- resolved "https://registry.npmjs.org/@dhis2/cli-helpers-engine/-/cli-helpers-engine-3.2.2.tgz"
+ resolved "https://registry.yarnpkg.com/@dhis2/cli-helpers-engine/-/cli-helpers-engine-3.2.2.tgz#e3ab24d3da46c7ecb79a31cb332548ebdac72d1c"
integrity sha512-zMBm33WzYbjmb/eqIfpZS1ZZWbFaRHoHZoVhKWvOX0TDAEmdPtEmfG5fc5keV3CU9lDBIyXCfmca0KJeNvs5/w==
dependencies:
chalk "^3.0.0"
@@ -2138,16 +2166,15 @@
resolved "https://registry.npmjs.org/@dhis2/prop-types/-/prop-types-3.1.2.tgz"
integrity sha512-eM0jjLOWvtXWqSFp5YC4DHFpkP8Y1D2eUwGV7MBWjni+o27oesVan+oT7WHeOeLdlAd4acRJrnaaAyB4Ck1wGQ==
-"@dhis2/pwa@11.7.0":
- version "11.7.0"
- resolved "https://registry.npmjs.org/@dhis2/pwa/-/pwa-11.7.0.tgz"
- integrity sha512-Ia85clJGfq6NBZwH++a5SP3guC/YJJPkTVxEeThFyQW5HSuSiahb93pWLyUyOm2SfjXgPVcSJLMr1GY6Az9yPw==
+"@dhis2/pwa@12.0.0-alpha.19":
+ version "12.0.0-alpha.19"
+ resolved "https://registry.yarnpkg.com/@dhis2/pwa/-/pwa-12.0.0-alpha.19.tgz#7634cc8888fccfa0f5a91c7e1137b30fb530c6b3"
+ integrity sha512-ytOuvK/HRoqidDxw/9MEJiMvBBbuuU1ZXjGDahsiVa3Y/vgn8HhPeUUQxVu3kxJECXr//gxa+SpCDoR1UzP4tw==
dependencies:
idb "^6.0.0"
- workbox-core "^6.1.5"
- workbox-precaching "^6.1.5"
- workbox-routing "^6.1.5"
- workbox-strategies "^6.1.5"
+ workbox-precaching "^7.1.0"
+ workbox-routing "^7.1.0"
+ workbox-strategies "^7.1.0"
"@discoveryjs/json-ext@0.5.7":
version "0.5.7"
@@ -3560,6 +3587,17 @@
is-module "^1.0.0"
resolve "^1.19.0"
+"@rollup/plugin-node-resolve@^15.2.3":
+ version "15.3.0"
+ resolved "https://registry.yarnpkg.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-15.3.0.tgz#efbb35515c9672e541c08d59caba2eff492a55d5"
+ integrity sha512-9eO5McEICxMzJpDW9OnMYSv4Sta3hmt7VtBFz5zR9273suNOydOyq/FrGeGy+KsTRFm8w0SLVhzig2ILFT63Ag==
+ dependencies:
+ "@rollup/pluginutils" "^5.0.1"
+ "@types/resolve" "1.20.2"
+ deepmerge "^4.2.2"
+ is-module "^1.0.0"
+ resolve "^1.22.1"
+
"@rollup/plugin-replace@^2.4.1":
version "2.4.2"
resolved "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-2.4.2.tgz"
@@ -3568,6 +3606,15 @@
"@rollup/pluginutils" "^3.1.0"
magic-string "^0.25.7"
+"@rollup/plugin-terser@^0.4.3":
+ version "0.4.4"
+ resolved "https://registry.yarnpkg.com/@rollup/plugin-terser/-/plugin-terser-0.4.4.tgz#15dffdb3f73f121aa4fbb37e7ca6be9aeea91962"
+ integrity sha512-XHeJC5Bgvs8LfukDwWZp7yeqin6ns8RTl2B9avbejt6tZqsqvVoWI7ZTQrcNsfKEDWBTnTxM8nMDkO2IFFbd0A==
+ dependencies:
+ serialize-javascript "^6.0.1"
+ smob "^1.0.0"
+ terser "^5.17.4"
+
"@rollup/pluginutils@^3.1.0":
version "3.1.0"
resolved "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-3.1.0.tgz"
@@ -3577,6 +3624,105 @@
estree-walker "^1.0.1"
picomatch "^2.2.2"
+"@rollup/pluginutils@^5.0.1":
+ version "5.1.3"
+ resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-5.1.3.tgz#3001bf1a03f3ad24457591f2c259c8e514e0dbdf"
+ integrity sha512-Pnsb6f32CD2W3uCaLZIzDmeFyQ2b8UWMFI7xtwUezpcGBDVDW6y9XgAWIlARiGAo6eNF5FK5aQTr0LFyNyqq5A==
+ dependencies:
+ "@types/estree" "^1.0.0"
+ estree-walker "^2.0.2"
+ picomatch "^4.0.2"
+
+"@rollup/rollup-android-arm-eabi@4.24.2":
+ version "4.24.2"
+ resolved "https://registry.yarnpkg.com/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.24.2.tgz#07db37fcd9d401aae165f662c0069efd61d4ffcc"
+ integrity sha512-ufoveNTKDg9t/b7nqI3lwbCG/9IJMhADBNjjz/Jn6LxIZxD7T5L8l2uO/wD99945F1Oo8FvgbbZJRguyk/BdzA==
+
+"@rollup/rollup-android-arm64@4.24.2":
+ version "4.24.2"
+ resolved "https://registry.yarnpkg.com/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.24.2.tgz#160975402adf85ecd58a0721ad60ae1779a68147"
+ integrity sha512-iZoYCiJz3Uek4NI0J06/ZxUgwAfNzqltK0MptPDO4OR0a88R4h0DSELMsflS6ibMCJ4PnLvq8f7O1d7WexUvIA==
+
+"@rollup/rollup-darwin-arm64@4.24.2":
+ version "4.24.2"
+ resolved "https://registry.yarnpkg.com/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.24.2.tgz#2b126f0aa4349694fe2941bcbcc4b0982b7f1a49"
+ integrity sha512-/UhrIxobHYCBfhi5paTkUDQ0w+jckjRZDZ1kcBL132WeHZQ6+S5v9jQPVGLVrLbNUebdIRpIt00lQ+4Z7ys4Rg==
+
+"@rollup/rollup-darwin-x64@4.24.2":
+ version "4.24.2"
+ resolved "https://registry.yarnpkg.com/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.24.2.tgz#3f4987eff6195532037c50b8db92736e326b5bb2"
+ integrity sha512-1F/jrfhxJtWILusgx63WeTvGTwE4vmsT9+e/z7cZLKU8sBMddwqw3UV5ERfOV+H1FuRK3YREZ46J4Gy0aP3qDA==
+
+"@rollup/rollup-freebsd-arm64@4.24.2":
+ version "4.24.2"
+ resolved "https://registry.yarnpkg.com/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.24.2.tgz#15fe184ecfafc635879500f6985c954e57697c44"
+ integrity sha512-1YWOpFcGuC6iGAS4EI+o3BV2/6S0H+m9kFOIlyFtp4xIX5rjSnL3AwbTBxROX0c8yWtiWM7ZI6mEPTI7VkSpZw==
+
+"@rollup/rollup-freebsd-x64@4.24.2":
+ version "4.24.2"
+ resolved "https://registry.yarnpkg.com/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.24.2.tgz#c72d37315d36b6e0763b7aabb6ae53c361b45e05"
+ integrity sha512-3qAqTewYrCdnOD9Gl9yvPoAoFAVmPJsBvleabvx4bnu1Kt6DrB2OALeRVag7BdWGWLhP1yooeMLEi6r2nYSOjg==
+
+"@rollup/rollup-linux-arm-gnueabihf@4.24.2":
+ version "4.24.2"
+ resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.24.2.tgz#f274f81abf845dcca5f1f40d434a09a79a3a73a0"
+ integrity sha512-ArdGtPHjLqWkqQuoVQ6a5UC5ebdX8INPuJuJNWRe0RGa/YNhVvxeWmCTFQ7LdmNCSUzVZzxAvUznKaYx645Rig==
+
+"@rollup/rollup-linux-arm-musleabihf@4.24.2":
+ version "4.24.2"
+ resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.24.2.tgz#9edaeb1a9fa7d4469917cb0614f665f1cf050625"
+ integrity sha512-B6UHHeNnnih8xH6wRKB0mOcJGvjZTww1FV59HqJoTJ5da9LCG6R4SEBt6uPqzlawv1LoEXSS0d4fBlHNWl6iYw==
+
+"@rollup/rollup-linux-arm64-gnu@4.24.2":
+ version "4.24.2"
+ resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.24.2.tgz#6eb6851f594336bfa00f074f58a00a61e9751493"
+ integrity sha512-kr3gqzczJjSAncwOS6i7fpb4dlqcvLidqrX5hpGBIM1wtt0QEVtf4wFaAwVv8QygFU8iWUMYEoJZWuWxyua4GQ==
+
+"@rollup/rollup-linux-arm64-musl@4.24.2":
+ version "4.24.2"
+ resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.24.2.tgz#9d8dc8e80df8f156d2888ecb8d6c96d653580731"
+ integrity sha512-TDdHLKCWgPuq9vQcmyLrhg/bgbOvIQ8rtWQK7MRxJ9nvaxKx38NvY7/Lo6cYuEnNHqf6rMqnivOIPIQt6H2AoA==
+
+"@rollup/rollup-linux-powerpc64le-gnu@4.24.2":
+ version "4.24.2"
+ resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.24.2.tgz#358e3e7dda2d60c46ff7c74f7075045736df5b50"
+ integrity sha512-xv9vS648T3X4AxFFZGWeB5Dou8ilsv4VVqJ0+loOIgDO20zIhYfDLkk5xoQiej2RiSQkld9ijF/fhLeonrz2mw==
+
+"@rollup/rollup-linux-riscv64-gnu@4.24.2":
+ version "4.24.2"
+ resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.24.2.tgz#b08461ace599c3f0b5f27051f1756b6cf1c78259"
+ integrity sha512-tbtXwnofRoTt223WUZYiUnbxhGAOVul/3StZ947U4A5NNjnQJV5irKMm76G0LGItWs6y+SCjUn/Q0WaMLkEskg==
+
+"@rollup/rollup-linux-s390x-gnu@4.24.2":
+ version "4.24.2"
+ resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.24.2.tgz#daab36c9b5c8ac4bfe5a9c4c39ad711464b7dfee"
+ integrity sha512-gc97UebApwdsSNT3q79glOSPdfwgwj5ELuiyuiMY3pEWMxeVqLGKfpDFoum4ujivzxn6veUPzkGuSYoh5deQ2Q==
+
+"@rollup/rollup-linux-x64-gnu@4.24.2":
+ version "4.24.2"
+ resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.24.2.tgz#4cc3a4f31920bdb028dbfd7ce0e972a17424a63c"
+ integrity sha512-jOG/0nXb3z+EM6SioY8RofqqmZ+9NKYvJ6QQaa9Mvd3RQxlH68/jcB/lpyVt4lCiqr04IyaC34NzhUqcXbB5FQ==
+
+"@rollup/rollup-linux-x64-musl@4.24.2":
+ version "4.24.2"
+ resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.24.2.tgz#59800e26c538517ee05f4645315d9e1aded93200"
+ integrity sha512-XAo7cJec80NWx9LlZFEJQxqKOMz/lX3geWs2iNT5CHIERLFfd90f3RYLLjiCBm1IMaQ4VOX/lTC9lWfzzQm14Q==
+
+"@rollup/rollup-win32-arm64-msvc@4.24.2":
+ version "4.24.2"
+ resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.24.2.tgz#c80e2c33c952b6b171fa6ad9a97dfbb2e4ebee44"
+ integrity sha512-A+JAs4+EhsTjnPQvo9XY/DC0ztaws3vfqzrMNMKlwQXuniBKOIIvAAI8M0fBYiTCxQnElYu7mLk7JrhlQ+HeOw==
+
+"@rollup/rollup-win32-ia32-msvc@4.24.2":
+ version "4.24.2"
+ resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.24.2.tgz#a1e9d275cb16f6d5feb9c20aee7e897b1e193359"
+ integrity sha512-ZhcrakbqA1SCiJRMKSU64AZcYzlZ/9M5LaYil9QWxx9vLnkQ9Vnkve17Qn4SjlipqIIBFKjBES6Zxhnvh0EAEw==
+
+"@rollup/rollup-win32-x64-msvc@4.24.2":
+ version "4.24.2"
+ resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.24.2.tgz#0610af0fb8fec52be779d5b163bbbd6930150467"
+ integrity sha512-2mLH46K1u3r6uwc95hU+OR9q/ggYMpnS7pSp83Ece1HUQgF9Nh/QwTK5rcgbFnV9j+08yBrU5sA/P0RK2MSBNA==
+
"@rushstack/eslint-patch@^1.1.0":
version "1.10.4"
resolved "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.10.4.tgz"
@@ -3780,12 +3926,12 @@
ts-dedent "^2.0.0"
util-deprecate "^1.0.2"
-"@storybook/builder-webpack5@8.3.3":
- version "8.3.3"
- resolved "https://registry.yarnpkg.com/@storybook/builder-webpack5/-/builder-webpack5-8.3.3.tgz#85a20e5cf7ed95cfa0f83981aa0f885cda137c11"
- integrity sha512-4zBvHZoKjm+ZgZ6CpGEFlgGMfoSbHiKdwFLG+t/hV6zKDN/tmBC65KCjZ6pq/RUukvDJyfFLOiOZpc8JyTVFZw==
+"@storybook/builder-webpack5@8.3.6":
+ version "8.3.6"
+ resolved "https://registry.yarnpkg.com/@storybook/builder-webpack5/-/builder-webpack5-8.3.6.tgz#dbe5ddd9db2f760d60036ea4fb8a674658ca5006"
+ integrity sha512-Eqn2k8aA9f0o6IMQNAxGAMfSDeTP3YYCQAtOL5Gt5lgrqLV5JMTbZOfmaRBZ82ej/BBSAopnQKIJjQBBFx6kAQ==
dependencies:
- "@storybook/core-webpack" "8.3.3"
+ "@storybook/core-webpack" "8.3.6"
"@types/node" "^22.0.0"
"@types/semver" "^7.3.4"
browser-assert "^1.2.1"
@@ -3818,28 +3964,28 @@
resolved "https://registry.yarnpkg.com/@storybook/channels/-/channels-8.3.3.tgz#0779bcbc95951cc6a552bf3af80f13bae18f747f"
integrity sha512-uF63A176rbaI34Ev8aD7L1S8WuYCtnsJoje45q7lajvD4W1FrJNT3SuQ2nFTYvmKNlK97Um26lNUsRZdmXC/kw==
-"@storybook/components@^8.3.3":
- version "8.3.3"
- resolved "https://registry.yarnpkg.com/@storybook/components/-/components-8.3.3.tgz#4b3ac4eedba3bca0884782916c4f6f1e7003b741"
- integrity sha512-i2JYtesFGkdu+Hwuj+o9fLuO3yo+LPT1/8o5xBVYtEqsgDtEAyuRUWjSz8d8NPtzloGPOv5kvR6MokWDfbeMfw==
+"@storybook/components@^8.3.3", "@storybook/components@^8.3.6":
+ version "8.3.6"
+ resolved "https://registry.yarnpkg.com/@storybook/components/-/components-8.3.6.tgz#2f5e9a755a964c94f0bab3cd400cc7a71d0489d2"
+ integrity sha512-TXuoGZY7X3iixF45lXkYOFk8k2q9OHcqHyHyem1gATLLQXgyOvDgzm+VB7uKBNzssRQPEE+La70nfG8bq/viRw==
"@storybook/core-events@^8.3.3":
version "8.3.3"
resolved "https://registry.yarnpkg.com/@storybook/core-events/-/core-events-8.3.3.tgz#0b7cb3b737335a5d4091108a01352720e0e1f965"
integrity sha512-YL+gBuCS81qktzTkvw0MXUJW0bYAXfRzMoiLfDBTrEKZfcJOB4JAlMGmvRRar0+jygK3icD42Rl5BwWoZY6KFQ==
-"@storybook/core-webpack@8.3.3":
- version "8.3.3"
- resolved "https://registry.yarnpkg.com/@storybook/core-webpack/-/core-webpack-8.3.3.tgz#5398019f480481bb7915a5d4b112ed728487273c"
- integrity sha512-GKEpGGe8gzf+2BCZ4PeUb5JBcLPF3TS5fRrm8Zp5+iOc8Y51xfys2ifL3KqqZR0KLig9LcLlKMnFlSXPb4a7Cw==
+"@storybook/core-webpack@8.3.6":
+ version "8.3.6"
+ resolved "https://registry.yarnpkg.com/@storybook/core-webpack/-/core-webpack-8.3.6.tgz#4e4d78e52fe88e8f325c7be21b05e7e42cbea730"
+ integrity sha512-ks306CFKD7FePQzRYyTjddiLsSriceblzv4rI+IjVtftkJvcEbxub2yWkV27kPP/e9kSd4Li3M34bX5mkiwkZA==
dependencies:
"@types/node" "^22.0.0"
ts-dedent "^2.0.0"
-"@storybook/core@8.3.3":
- version "8.3.3"
- resolved "https://registry.yarnpkg.com/@storybook/core/-/core-8.3.3.tgz#657ce39312ceec5ba03382fe4d4d83ca396bb9ab"
- integrity sha512-pmf2bP3fzh45e56gqOuBT8sDX05hGdUKIZ/hcI84d5xmd6MeHiPW8th2v946wCHcxHzxib2/UU9vQUh+mB4VNw==
+"@storybook/core@8.3.6":
+ version "8.3.6"
+ resolved "https://registry.yarnpkg.com/@storybook/core/-/core-8.3.6.tgz#fb439d4edc0722e3bf6fdaff0469bb21566edab1"
+ integrity sha512-frwfgf0EJ7QL29DWZ5bla/g0eOOWqJGd14t+VUBlpP920zB6sdDfo7+p9JoCjD9u08lGeFDqbPNKayUk+0qDag==
dependencies:
"@storybook/csf" "^0.1.11"
"@types/express" "^4.17.21"
@@ -3879,10 +4025,10 @@
resolved "https://registry.yarnpkg.com/@storybook/icons/-/icons-1.2.12.tgz#3e4c939113b67df7ab17b78f805dbb57f4acf0db"
integrity sha512-UxgyK5W3/UV4VrI3dl6ajGfHM4aOqMAkFLWe2KibeQudLf6NJpDrDMSHwZj+3iKC4jFU7dkKbbtH2h/al4sW3Q==
-"@storybook/manager-api@^8.3.3":
- version "8.3.3"
- resolved "https://registry.yarnpkg.com/@storybook/manager-api/-/manager-api-8.3.3.tgz#5518cc761264c9972732fcd9e025a7bc2fee7297"
- integrity sha512-Na4U+McOeVUJAR6qzJfQ6y2Qt0kUgEDUriNoAn+curpoKPTmIaZ79RAXBzIqBl31VyQKknKpZbozoRGf861YaQ==
+"@storybook/manager-api@^8.3.6":
+ version "8.3.6"
+ resolved "https://registry.yarnpkg.com/@storybook/manager-api/-/manager-api-8.3.6.tgz#6dfb268a5f1f8228d0bac69fd6e63f6bd2620c2d"
+ integrity sha512-Xt5VFZcL+G/9uzaHjzWFhxRNrP+4rPhSRKEvCZorAbC9+Hv+ZDs1JSZS5wMb4WKpXBZ0rwDVOLwngqbVtfRHuQ==
"@storybook/node-logger@^8.3.3":
version "8.3.3"
@@ -3900,13 +4046,13 @@
pnp-webpack-plugin "^1.7.0"
semver "^7.5.4"
-"@storybook/preset-react-webpack@8.3.3":
- version "8.3.3"
- resolved "https://registry.yarnpkg.com/@storybook/preset-react-webpack/-/preset-react-webpack-8.3.3.tgz#f01e69640068101ad5dc4918dc7bd49b1f8f4596"
- integrity sha512-uvGtGQ2BDzmHCDl0jCvoAzbD7AWPf9nU7zQsgvpCgs7BiHQVXq40ZU+aFhU74K/WLvdArMOoyZPU70dJGzvdKg==
+"@storybook/preset-react-webpack@8.3.6":
+ version "8.3.6"
+ resolved "https://registry.yarnpkg.com/@storybook/preset-react-webpack/-/preset-react-webpack-8.3.6.tgz#f1fd392ecfe9462b597d2d9cb5e5fadd69e61f5a"
+ integrity sha512-Ar0vhJITXa4xsXT3RdgYZ2mhXxE3jfUisQzsITey5a2RVgnSBIENggmRZ/6j1oVgEXFthbarNEsebGiA+2vDZg==
dependencies:
- "@storybook/core-webpack" "8.3.3"
- "@storybook/react" "8.3.3"
+ "@storybook/core-webpack" "8.3.6"
+ "@storybook/react" "8.3.6"
"@storybook/react-docgen-typescript-plugin" "1.0.6--canary.9.0c3f3b7.0"
"@types/node" "^22.0.0"
"@types/semver" "^7.3.4"
@@ -3919,10 +4065,10 @@
tsconfig-paths "^4.2.0"
webpack "5"
-"@storybook/preview-api@^8.3.3":
- version "8.3.3"
- resolved "https://registry.yarnpkg.com/@storybook/preview-api/-/preview-api-8.3.3.tgz#9f625a2d5e647137c5df7e419eda59e98f88cd44"
- integrity sha512-GP2QlaF3BBQGAyo248N7549YkTQjCentsc1hUvqPnFWU4xfjkejbnFk8yLaIw0VbYbL7jfd7npBtjZ+6AnphMQ==
+"@storybook/preview-api@^8.3.6":
+ version "8.3.6"
+ resolved "https://registry.yarnpkg.com/@storybook/preview-api/-/preview-api-8.3.6.tgz#7891b0d9f86bfb49c98eb34487c432354710b468"
+ integrity sha512-/Wxvb7wbI2O2iH63arRQQyyojA630vibdshkFjuC/u1nYdptEV1jkxa0OYmbZbKCn4/ze6uH4hfsKOpDPV9SWg==
"@storybook/react-docgen-typescript-plugin@1.0.6--canary.9.0c3f3b7.0":
version "1.0.6--canary.9.0c3f3b7.0"
@@ -3942,27 +4088,32 @@
resolved "https://registry.yarnpkg.com/@storybook/react-dom-shim/-/react-dom-shim-8.3.3.tgz#0a23588f507c5c69b1153e43f16c37dbf38b82f1"
integrity sha512-0dPC9K7+K5+X/bt3GwYmh+pCpisUyKVjWsI+PkzqGnWqaXFakzFakjswowIAIO1rf7wYZR591x3ehUAyL2bJiQ==
+"@storybook/react-dom-shim@8.3.6":
+ version "8.3.6"
+ resolved "https://registry.yarnpkg.com/@storybook/react-dom-shim/-/react-dom-shim-8.3.6.tgz#40ce82a4e6559a617c4a7288b532652fefcd271e"
+ integrity sha512-9BO6VXIdli4GHSfiP/Z0gwAf7oQig3D/yWK2U1+91UWDV8nIAgnNBAi76U4ORC6MiK5MdkDfIikIxnLLeLnahA==
+
"@storybook/react-webpack5@^8.3.3":
- version "8.3.3"
- resolved "https://registry.yarnpkg.com/@storybook/react-webpack5/-/react-webpack5-8.3.3.tgz#a6245d758e992c25ab318e974cba43800e2e2c7b"
- integrity sha512-ikD48XvgmP/kegnjJ9+RoiKGF9IdVjOc1MFUnnIU1TNLwCsqkwf5jGcOvFTAzK8Phu/ykwUBWT41UqBptkrHEQ==
+ version "8.3.6"
+ resolved "https://registry.yarnpkg.com/@storybook/react-webpack5/-/react-webpack5-8.3.6.tgz#5f8aa77bdd66a7d6774ec25ef208fd5639f14c36"
+ integrity sha512-8HBnBab6kPJuX0gQGIl6voZXLRdvyXxd5wmHXc0db0T9Ozq5iuNbo9sUEk9QCwJpuQc7lDDmuOkXHVq1WjSibw==
dependencies:
- "@storybook/builder-webpack5" "8.3.3"
- "@storybook/preset-react-webpack" "8.3.3"
- "@storybook/react" "8.3.3"
+ "@storybook/builder-webpack5" "8.3.6"
+ "@storybook/preset-react-webpack" "8.3.6"
+ "@storybook/react" "8.3.6"
"@types/node" "^22.0.0"
-"@storybook/react@8.3.3", "@storybook/react@^8.3.3":
- version "8.3.3"
- resolved "https://registry.yarnpkg.com/@storybook/react/-/react-8.3.3.tgz#87d16b3a22f4ace86747f6a382f506a7550a31dc"
- integrity sha512-fHOW/mNqI+sZWttGOE32Q+rAIbN7/Oib091cmE8usOM0z0vPNpywUBtqC2cCQH39vp19bhTsQaSsTcoBSweAHw==
+"@storybook/react@8.3.6", "@storybook/react@^8.3.3":
+ version "8.3.6"
+ resolved "https://registry.yarnpkg.com/@storybook/react/-/react-8.3.6.tgz#da7dedf28c9985476409ab118142337db1bd03d0"
+ integrity sha512-s3COryqIOYK7urgZaCPb77zlxGjPKr6dIsYmblQJcsFY2ZlG2x0Ysm8b5oRgD8Pv71hCJ0PKYA4RzDgBVYJS9A==
dependencies:
- "@storybook/components" "^8.3.3"
+ "@storybook/components" "^8.3.6"
"@storybook/global" "^5.0.0"
- "@storybook/manager-api" "^8.3.3"
- "@storybook/preview-api" "^8.3.3"
- "@storybook/react-dom-shim" "8.3.3"
- "@storybook/theming" "^8.3.3"
+ "@storybook/manager-api" "^8.3.6"
+ "@storybook/preview-api" "^8.3.6"
+ "@storybook/react-dom-shim" "8.3.6"
+ "@storybook/theming" "^8.3.6"
"@types/escodegen" "^0.0.6"
"@types/estree" "^0.0.51"
"@types/node" "^22.0.0"
@@ -3988,10 +4139,10 @@
lodash "^4.17.21"
prettier "^3.1.1"
-"@storybook/theming@^8.3.3":
- version "8.3.3"
- resolved "https://registry.yarnpkg.com/@storybook/theming/-/theming-8.3.3.tgz#38f2fb24e719f7a97c359a84c93be86ca2c9a20e"
- integrity sha512-gWJKetI6XJQgkrvvry4ez10+jLaGNCQKi5ygRPM9N+qrjA3BB8F2LCuFUTBuisa4l64TILDNjfwP/YTWV5+u5A==
+"@storybook/theming@^8.3.3", "@storybook/theming@^8.3.6":
+ version "8.3.6"
+ resolved "https://registry.yarnpkg.com/@storybook/theming/-/theming-8.3.6.tgz#57c5789903e50b84844aa8e7ce0e1f031e98a948"
+ integrity sha512-LQjUk6GXRW9ELkoBKuqzQKFUW+ajfGPfVELcfs3/VQX61VhthJ4olov4bGPc04wsmmFMgN/qODxT485IwOHfPQ==
"@surma/rollup-plugin-off-main-thread@^2.2.3":
version "2.2.3"
@@ -4266,16 +4417,18 @@
lodash "^4.17.15"
redent "^3.0.0"
-"@testing-library/react-hooks@^7.0.1":
- version "7.0.2"
- resolved "https://registry.npmjs.org/@testing-library/react-hooks/-/react-hooks-7.0.2.tgz"
- integrity sha512-dYxpz8u9m4q1TuzfcUApqi8iFfR6R0FaMbr2hjZJy1uC8z+bO/K4v8Gs9eogGKYQop7QsrBTFkv/BCF7MzD2Cg==
+"@testing-library/jest-dom@^6.6.2":
+ version "6.6.2"
+ resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.6.2.tgz#8186aa9a07263adef9cc5a59a4772db8c31f4a5b"
+ integrity sha512-P6GJD4yqc9jZLbe98j/EkyQDTPgqftohZF5FBkHY5BUERZmcf4HeO2k0XaefEg329ux2p21i1A1DmyQ1kKw2Jw==
dependencies:
- "@babel/runtime" "^7.12.5"
- "@types/react" ">=16.9.0"
- "@types/react-dom" ">=16.9.0"
- "@types/react-test-renderer" ">=16.9.0"
- react-error-boundary "^3.1.0"
+ "@adobe/css-tools" "^4.4.0"
+ aria-query "^5.0.0"
+ chalk "^3.0.0"
+ css.escape "^1.5.1"
+ dom-accessibility-api "^0.6.3"
+ lodash "^4.17.21"
+ redent "^3.0.0"
"@testing-library/react@^12.1.2":
version "12.1.5"
@@ -4286,13 +4439,18 @@
"@testing-library/dom" "^8.0.0"
"@types/react-dom" "<18.0.0"
-"@testing-library/user-event@^13.5.0":
- version "13.5.0"
- resolved "https://registry.npmjs.org/@testing-library/user-event/-/user-event-13.5.0.tgz"
- integrity sha512-5Kwtbo3Y/NowpkbRuSepbyMFkZmHgD+vPzYB/RJ4oxt5Gj/avFFBYjhw27cqSVPVw/3a67NK1PbiIr9k4Gwmdg==
+"@testing-library/react@^16.0.1":
+ version "16.0.1"
+ resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-16.0.1.tgz#29c0ee878d672703f5e7579f239005e4e0faa875"
+ integrity sha512-dSmwJVtJXmku+iocRhWOUFbrERC76TX2Mnf0ATODz8brzAZrMBbzLwQixlBSanZxR6LddK3eiwpSFZgDET1URg==
dependencies:
"@babel/runtime" "^7.12.5"
+"@testing-library/user-event@^14.5.2":
+ version "14.5.2"
+ resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-14.5.2.tgz#db7257d727c891905947bd1c1a99da20e03c2ebd"
+ integrity sha512-YAh82Wh4TIrxYLmfGcixwD18oIjyC1pFQC2Y01F2lzV2HTMiYrI0nze0FD0ocB//CKS/7jIUgae+adPqxK5yCQ==
+
"@tootallnate/once@1":
version "1.1.2"
resolved "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz"
@@ -4308,7 +4466,7 @@
resolved "https://registry.npmjs.org/@types/aria-query/-/aria-query-5.0.4.tgz"
integrity sha512-rfT93uj5s0PRL7EzccGMs3brplhcrghnDoV26NqKhCAS1hVo+WdNsPvE/yb6ilfr5hi2MEk6d5EWJTKdxg8jVw==
-"@types/babel__core@^7.0.0", "@types/babel__core@^7.1.14", "@types/babel__core@^7.18.0":
+"@types/babel__core@^7.0.0", "@types/babel__core@^7.1.14", "@types/babel__core@^7.18.0", "@types/babel__core@^7.20.5":
version "7.20.5"
resolved "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz"
integrity sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==
@@ -4378,7 +4536,7 @@
"@types/doctrine@^0.0.9":
version "0.0.9"
- resolved "https://registry.npmjs.org/@types/doctrine/-/doctrine-0.0.9.tgz"
+ resolved "https://registry.yarnpkg.com/@types/doctrine/-/doctrine-0.0.9.tgz#d86a5f452a15e3e3113b99e39616a9baa0f9863f"
integrity sha512-eOIHzCUSH7SMfonMG1LsC2f8vxBFtho6NGBznK41R84YzPuvSBzrhEps33IsQiOW9+VL6NQ9DbjQJznk/S4uRA==
"@types/escodegen@^0.0.6":
@@ -4386,15 +4544,7 @@
resolved "https://registry.npmjs.org/@types/escodegen/-/escodegen-0.0.6.tgz"
integrity sha512-AjwI4MvWx3HAOaZqYsjKWyEObT9lcVV0Y0V8nXo6cXzN8ZiMxVhf6F3d/UNvXVGKrEzL/Dluc5p+y9GkzlTWig==
-"@types/eslint-scope@^3.7.3":
- version "3.7.7"
- resolved "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.7.tgz"
- integrity sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==
- dependencies:
- "@types/eslint" "*"
- "@types/estree" "*"
-
-"@types/eslint@*", "@types/eslint@^7.29.0 || ^8.4.1":
+"@types/eslint@^7.29.0 || ^8.4.1":
version "8.56.11"
resolved "https://registry.npmjs.org/@types/eslint/-/eslint-8.56.11.tgz"
integrity sha512-sVBpJMf7UPo/wGecYOpk2aQya2VUGeHhe38WG7/mN5FufNSubf5VT9Uh9Uyp8/eLJpu1/tuhJ/qTo4mhSB4V4Q==
@@ -4402,10 +4552,10 @@
"@types/estree" "*"
"@types/json-schema" "*"
-"@types/estree@*", "@types/estree@^1.0.5":
- version "1.0.5"
- resolved "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz"
- integrity sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==
+"@types/estree@*", "@types/estree@1.0.6", "@types/estree@^1.0.0", "@types/estree@^1.0.5":
+ version "1.0.6"
+ resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.6.tgz#628effeeae2064a1b4e79f78e81d87b7e5fc7b50"
+ integrity sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==
"@types/estree@0.0.39":
version "0.0.39"
@@ -4644,7 +4794,7 @@
resolved "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.7.tgz"
integrity sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==
-"@types/react-dom@<18.0.0", "@types/react-dom@>=16.9.0":
+"@types/react-dom@<18.0.0":
version "17.0.25"
resolved "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.25.tgz"
integrity sha512-urx7A7UxkZQmThYA4So0NelOVjx3V4rNFVJwp0WZlbIK5eM4rNJDiN3R/E9ix0MBh6kAEojk/9YL+Te6D9zHNA==
@@ -4677,14 +4827,7 @@
"@types/history" "^4.7.11"
"@types/react" "*"
-"@types/react-test-renderer@>=16.9.0":
- version "18.3.0"
- resolved "https://registry.npmjs.org/@types/react-test-renderer/-/react-test-renderer-18.3.0.tgz"
- integrity sha512-HW4MuEYxfDbOHQsVlY/XtOvNHftCVEPhJF2pQXXwcUiUF+Oyb0usgp48HSgpK5rt8m9KZb22yqOeZm+rrVG8gw==
- dependencies:
- "@types/react" "*"
-
-"@types/react@*", "@types/react@>=16.9.0", "@types/react@^16.8.0 || ^17.0.0 || ^18.0.0", "@types/react@^17":
+"@types/react@*", "@types/react@^16.8.0 || ^17.0.0 || ^18.0.0", "@types/react@^17":
version "17.0.80"
resolved "https://registry.npmjs.org/@types/react/-/react-17.0.80.tgz"
integrity sha512-LrgHIu2lEtIo8M7d1FcI3BdwXWoRQwMoXOZ7+dPTW0lYREjmlHl3P0U1VD0i/9tppOuv8/sam7sOjx34TxSFbA==
@@ -4700,6 +4843,11 @@
dependencies:
"@types/node" "*"
+"@types/resolve@1.20.2":
+ version "1.20.2"
+ resolved "https://registry.yarnpkg.com/@types/resolve/-/resolve-1.20.2.tgz#97d26e00cd4a0423b4af620abecf3e6f442b7975"
+ integrity sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==
+
"@types/resolve@^1.20.2":
version "1.20.6"
resolved "https://registry.npmjs.org/@types/resolve/-/resolve-1.20.6.tgz"
@@ -4790,16 +4938,16 @@
resolved "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.7.tgz"
integrity sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==
-"@types/unist@*", "@types/unist@^2", "@types/unist@^2.0.0", "@types/unist@^2.0.2", "@types/unist@^2.0.3":
- version "2.0.10"
- resolved "https://registry.npmjs.org/@types/unist/-/unist-2.0.10.tgz"
- integrity sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA==
-
-"@types/unist@^3.0.0":
+"@types/unist@*", "@types/unist@^3.0.0":
version "3.0.2"
resolved "https://registry.npmjs.org/@types/unist/-/unist-3.0.2.tgz"
integrity sha512-dqId9J8K/vGi5Zr7oo212BGii5m3q5Hxlkwy3WpYuKPklmBEvsbMYYyLxAQpSffdLl/gdW0XUpKWFvYmyoWCoQ==
+"@types/unist@^2", "@types/unist@^2.0.0", "@types/unist@^2.0.2", "@types/unist@^2.0.3":
+ version "2.0.10"
+ resolved "https://registry.npmjs.org/@types/unist/-/unist-2.0.10.tgz"
+ integrity sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA==
+
"@types/uuid@9.0.8", "@types/uuid@^9.0.1":
version "9.0.8"
resolved "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.8.tgz"
@@ -4934,6 +5082,17 @@
resolved "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.2.0.tgz"
integrity sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==
+"@vitejs/plugin-react@^4.2.1":
+ version "4.3.3"
+ resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-4.3.3.tgz#28301ac6d7aaf20b73a418ee5c65b05519b4836c"
+ integrity sha512-NooDe9GpHGqNns1i8XDERg0Vsg5SSYRhRxxyTGogUdkdNt47jal+fbuYi+Yfq6pzRCKXyoPcWisfxE6RIM3GKA==
+ dependencies:
+ "@babel/core" "^7.25.2"
+ "@babel/plugin-transform-react-jsx-self" "^7.24.7"
+ "@babel/plugin-transform-react-jsx-source" "^7.24.7"
+ "@types/babel__core" "^7.20.5"
+ react-refresh "^0.14.2"
+
"@webassemblyjs/ast@1.12.1", "@webassemblyjs/ast@^1.12.1":
version "1.12.1"
resolved "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.12.1.tgz"
@@ -5199,21 +5358,6 @@ aggregate-error@^3.0.0:
clean-stack "^2.0.0"
indent-string "^4.0.0"
-airbnb-prop-types@^2.16.0:
- version "2.16.0"
- resolved "https://registry.npmjs.org/airbnb-prop-types/-/airbnb-prop-types-2.16.0.tgz"
- integrity sha512-7WHOFolP/6cS96PhKNrslCLMYAI8yB1Pp6u6XmxozQOiZbsI5ycglZr5cHhBFfuRcQQjzCMith5ZPZdYiJCxUg==
- dependencies:
- array.prototype.find "^2.1.1"
- function.prototype.name "^1.1.2"
- is-regex "^1.1.0"
- object-is "^1.1.2"
- object.assign "^4.1.0"
- object.entries "^1.1.2"
- prop-types "^15.7.2"
- prop-types-exact "^1.2.0"
- react-is "^16.13.1"
-
ajv-formats@^2.1.1:
version "2.1.1"
resolved "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz"
@@ -5572,17 +5716,6 @@ array.prototype.filter@^1.0.0:
es-object-atoms "^1.0.0"
is-string "^1.0.7"
-array.prototype.find@^2.1.1:
- version "2.2.3"
- resolved "https://registry.npmjs.org/array.prototype.find/-/array.prototype.find-2.2.3.tgz"
- integrity sha512-fO/ORdOELvjbbeIfZfzrXFMhYHGofRGqd+am9zm3tZ4GlJINj/pA2eITyfd65Vg6+ZbHd/Cys7stpoRSWtQFdA==
- dependencies:
- call-bind "^1.0.7"
- define-properties "^1.2.1"
- es-abstract "^1.23.2"
- es-object-atoms "^1.0.0"
- es-shim-unscopables "^1.0.2"
-
array.prototype.findlast@^1.2.5:
version "1.2.5"
resolved "https://registry.npmjs.org/array.prototype.findlast/-/array.prototype.findlast-1.2.5.tgz"
@@ -5677,7 +5810,7 @@ asap@~2.0.3, asap@~2.0.6:
asn1.js@^4.10.1:
version "4.10.1"
- resolved "https://registry.npmjs.org/asn1.js/-/asn1.js-4.10.1.tgz"
+ resolved "https://registry.yarnpkg.com/asn1.js/-/asn1.js-4.10.1.tgz#b9c2bf5805f1e64aadeed6df3a2bfafb5a73f5a0"
integrity sha512-p32cOF5q0Zqs9uBiONKYLm6BClCoBCM5O9JfeUSlnQLBTxYdTK+pW+nXflm8UkKd2UYlEbYz5qEi0JuZR9ckSw==
dependencies:
bn.js "^4.0.0"
@@ -5724,7 +5857,7 @@ ast-types@0.14.2, ast-types@^0.14.2:
ast-types@^0.16.1:
version "0.16.1"
- resolved "https://registry.npmjs.org/ast-types/-/ast-types-0.16.1.tgz"
+ resolved "https://registry.yarnpkg.com/ast-types/-/ast-types-0.16.1.tgz#7a9da1617c9081bc121faafe91711b4c8bb81da2"
integrity sha512-6t10qk83GOG8p0vKmaCr8eiilZwO171AvbROMtvvNiwrTly62t+7XkA8RdIIVbpMhCASAsxgAzdRSwh6nw/5Dg==
dependencies:
tslib "^2.0.1"
@@ -6145,18 +6278,18 @@ bluebird@^3.5.3, bluebird@^3.7.2:
bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.11.9:
version "4.12.0"
- resolved "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz"
+ resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.12.0.tgz#775b3f278efbb9718eec7361f483fb36fbbfea88"
integrity sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==
-bn.js@^5.0.0, bn.js@^5.2.1:
+bn.js@^5.2.1:
version "5.2.1"
- resolved "https://registry.npmjs.org/bn.js/-/bn.js-5.2.1.tgz"
+ resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-5.2.1.tgz#0bc527a6a0d18d0aa8d5b0538ce4a77dccfa7b70"
integrity sha512-eXRvHzWyYPBuB4NBy0cmYQjGitUrtqwbvlzP3G6VFnNRbsZQIxQ10PbKKHt8gZ/HW/D/747aDl+QkDqg3KQLMQ==
-body-parser@1.20.2:
- version "1.20.2"
- resolved "https://registry.npmjs.org/body-parser/-/body-parser-1.20.2.tgz"
- integrity sha512-ml9pReCu3M61kGlqoTm2umSXTlRTuGTx0bfYj+uIUKKYycG5NtSbeetV3faSU6R7ajOPw0g/J1PvK4qNy7s5bA==
+body-parser@1.20.3:
+ version "1.20.3"
+ resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.3.tgz#1953431221c6fb5cd63c4b36d53fab0928e548c6"
+ integrity sha512-7rAxByjUMqQ3/bHJy7D6OGXvx/MMc4IqBn/X0fcM1QUcAItpZrBEYhWGem+tzXH90c+G01ypMcYJBO9Y30203g==
dependencies:
bytes "3.1.2"
content-type "~1.0.5"
@@ -6166,7 +6299,7 @@ body-parser@1.20.2:
http-errors "2.0.0"
iconv-lite "0.4.24"
on-finished "2.4.1"
- qs "6.11.0"
+ qs "6.13.0"
raw-body "2.5.2"
type-is "~1.6.18"
unpipe "1.0.0"
@@ -6280,12 +6413,12 @@ broadcast-channel@^3.4.1:
brorand@^1.0.1, brorand@^1.1.0:
version "1.1.0"
- resolved "https://registry.npmjs.org/brorand/-/brorand-1.1.0.tgz"
+ resolved "https://registry.yarnpkg.com/brorand/-/brorand-1.1.0.tgz#12c25efe40a45e3c323eb8675a0a0ce57b22371f"
integrity sha512-cKV8tMCEpQs4hK/ik71d6LrPOnpkpGBR0wzxqr68g2m/LB2GxVYQroAjMJZRVM1Y4BCjCKc3vAamxSzOY2RP+w==
browser-assert@^1.2.1:
version "1.2.1"
- resolved "https://registry.npmjs.org/browser-assert/-/browser-assert-1.2.1.tgz"
+ resolved "https://registry.yarnpkg.com/browser-assert/-/browser-assert-1.2.1.tgz#9aaa5a2a8c74685c2ae05bfe46efd606f068c200"
integrity sha512-nfulgvOR6S4gt9UKCeGJOuSGBPGiFT6oQ/2UBnvTY/5aQ1PnksW72fhZkM30DzoRRv2WpwZf1vHHEr3mtuXIWQ==
browser-process-hrtime@^1.0.0:
@@ -6300,7 +6433,7 @@ browser-stdout@^1.3.1:
browserify-aes@^1.0.4, browserify-aes@^1.2.0:
version "1.2.0"
- resolved "https://registry.npmjs.org/browserify-aes/-/browserify-aes-1.2.0.tgz"
+ resolved "https://registry.yarnpkg.com/browserify-aes/-/browserify-aes-1.2.0.tgz#326734642f403dabc3003209853bb70ad428ef48"
integrity sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA==
dependencies:
buffer-xor "^1.0.3"
@@ -6310,9 +6443,9 @@ browserify-aes@^1.0.4, browserify-aes@^1.2.0:
inherits "^2.0.1"
safe-buffer "^5.0.1"
-browserify-cipher@^1.0.0:
+browserify-cipher@^1.0.1:
version "1.0.1"
- resolved "https://registry.npmjs.org/browserify-cipher/-/browserify-cipher-1.0.1.tgz"
+ resolved "https://registry.yarnpkg.com/browserify-cipher/-/browserify-cipher-1.0.1.tgz#8d6474c1b870bfdabcd3bcfcc1934a10e94f15f0"
integrity sha512-sPhkz0ARKbf4rRQt2hTpAHqn47X3llLkUGn+xEJzLjwY8LRs2p0v7ljvI5EyoRO/mexrNunNECisZs+gw2zz1w==
dependencies:
browserify-aes "^1.0.4"
@@ -6321,7 +6454,7 @@ browserify-cipher@^1.0.0:
browserify-des@^1.0.0:
version "1.0.2"
- resolved "https://registry.npmjs.org/browserify-des/-/browserify-des-1.0.2.tgz"
+ resolved "https://registry.yarnpkg.com/browserify-des/-/browserify-des-1.0.2.tgz#3af4f1f59839403572f1c66204375f7a7f703e9c"
integrity sha512-BioO1xf3hFwz4kc6iBhI3ieDFompMhrMlnDFC4/0/vd5MokpuAc3R+LYbwTA9A5Yc9pq9UYPqffKpW2ObuwX5A==
dependencies:
cipher-base "^1.0.1"
@@ -6330,16 +6463,17 @@ browserify-des@^1.0.0:
safe-buffer "^5.1.2"
browserify-rsa@^4.0.0, browserify-rsa@^4.1.0:
- version "4.1.0"
- resolved "https://registry.npmjs.org/browserify-rsa/-/browserify-rsa-4.1.0.tgz"
- integrity sha512-AdEER0Hkspgno2aR97SAf6vi0y0k8NuOpGnVH3O99rcA5Q6sh8QxcngtHuJ6uXwnfAXNM4Gn1Gb7/MV1+Ymbog==
+ version "4.1.1"
+ resolved "https://registry.yarnpkg.com/browserify-rsa/-/browserify-rsa-4.1.1.tgz#06e530907fe2949dc21fc3c2e2302e10b1437238"
+ integrity sha512-YBjSAiTqM04ZVei6sXighu679a3SqWORA3qZTEqZImnlkDIFtKc6pNutpjyZ8RJTjQtuYfeetkxM11GwoYXMIQ==
dependencies:
- bn.js "^5.0.0"
- randombytes "^2.0.1"
+ bn.js "^5.2.1"
+ randombytes "^2.1.0"
+ safe-buffer "^5.2.1"
-browserify-sign@^4.0.0:
+browserify-sign@^4.2.3:
version "4.2.3"
- resolved "https://registry.npmjs.org/browserify-sign/-/browserify-sign-4.2.3.tgz"
+ resolved "https://registry.yarnpkg.com/browserify-sign/-/browserify-sign-4.2.3.tgz#7afe4c01ec7ee59a89a558a4b75bd85ae62d4208"
integrity sha512-JWCZW6SKhfhjJxO8Tyiiy+XYB7cqd2S5/+WeYHsKdNKFlCBhKbblba1A/HN/90YwtxKc8tCErjffZl++UNmGiw==
dependencies:
bn.js "^5.2.1"
@@ -6363,15 +6497,15 @@ browserslist@4.10.0:
node-releases "^1.1.52"
pkg-up "^3.1.0"
-browserslist@^4.0.0, browserslist@^4.18.1, browserslist@^4.21.10, browserslist@^4.21.4, browserslist@^4.23.0, browserslist@^4.23.1:
- version "4.23.3"
- resolved "https://registry.npmjs.org/browserslist/-/browserslist-4.23.3.tgz"
- integrity sha512-btwCFJVjI4YWDNfau8RhZ+B1Q/VLoUITrm3RlP6y1tYGWIOa+InuYiRGXUBXo8nA1qKmHMyLB/iVQg5TT4eFoA==
+browserslist@^4.0.0, browserslist@^4.18.1, browserslist@^4.21.10, browserslist@^4.21.4, browserslist@^4.23.0, browserslist@^4.24.0:
+ version "4.24.2"
+ resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.24.2.tgz#f5845bc91069dbd55ee89faf9822e1d885d16580"
+ integrity sha512-ZIc+Q62revdMcqC6aChtW4jz3My3klmCO1fEmINZY/8J3EpBg5/A/D0AKmBveUh6pgoeycoMkVMko84tuYS+Gg==
dependencies:
- caniuse-lite "^1.0.30001646"
- electron-to-chromium "^1.5.4"
+ caniuse-lite "^1.0.30001669"
+ electron-to-chromium "^1.5.41"
node-releases "^2.0.18"
- update-browserslist-db "^1.1.0"
+ update-browserslist-db "^1.1.1"
bser@2.1.1:
version "2.1.1"
@@ -6402,7 +6536,7 @@ buffer-from@^1.0.0:
buffer-xor@^1.0.3:
version "1.0.3"
- resolved "https://registry.npmjs.org/buffer-xor/-/buffer-xor-1.0.3.tgz"
+ resolved "https://registry.yarnpkg.com/buffer-xor/-/buffer-xor-1.0.3.tgz#26e61ed1422fb70dd42e6e36729ed51d855fe8d9"
integrity sha512-571s0T7nZWK6vB67HI5dyUF7wXiNcfaPPPTl6zYCNApANjIvYJTg7hlud/+cJpdAhS7dVzqMLmfhfHR3rAcOjQ==
buffer@^5.1.0, buffer@^5.5.0, buffer@^5.7.1:
@@ -6561,10 +6695,10 @@ caniuse-api@^3.0.0:
lodash.memoize "^4.1.2"
lodash.uniq "^4.5.0"
-caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001035, caniuse-lite@^1.0.30001599, caniuse-lite@^1.0.30001646:
- version "1.0.30001646"
- resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001646.tgz"
- integrity sha512-dRg00gudiBDDTmUhClSdv3hqRfpbOnU28IpI1T6PBTLWa+kOj0681C8uML3PifYfREuBrVjDGhL3adYpBT6spw==
+caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001035, caniuse-lite@^1.0.30001599, caniuse-lite@^1.0.30001669:
+ version "1.0.30001673"
+ resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001673.tgz#5aa291557af1c71340e809987367410aab7a5a9e"
+ integrity sha512-WTrjUCSMp3LYX0nE12ECkV0a+e6LC85E0Auz75555/qr78Oc8YWhEPNfDd6SHdtlCMSzqtuXY0uyEMNRcsKpKw==
capital-case@^1.0.4:
version "1.0.4"
@@ -6754,16 +6888,16 @@ ci-info@^3.2.0:
cipher-base@^1.0.0, cipher-base@^1.0.1, cipher-base@^1.0.3:
version "1.0.4"
- resolved "https://registry.npmjs.org/cipher-base/-/cipher-base-1.0.4.tgz"
+ resolved "https://registry.yarnpkg.com/cipher-base/-/cipher-base-1.0.4.tgz#8760e4ecc272f4c363532f926d874aae2c1397de"
integrity sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q==
dependencies:
inherits "^2.0.1"
safe-buffer "^5.0.1"
cjs-module-lexer@^1.0.0, cjs-module-lexer@^1.2.3:
- version "1.3.1"
- resolved "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-1.3.1.tgz"
- integrity sha512-a3KdPAANPbNE4ZUv9h6LckSl9zLsYOP4MBmhIPkRaeyybt+r4UghLvq+xw/YwUcC1gqylCkL4rdVs3Lwupjm4Q==
+ version "1.4.1"
+ resolved "https://registry.yarnpkg.com/cjs-module-lexer/-/cjs-module-lexer-1.4.1.tgz#707413784dbb3a72aa11c2f2b042a0bef4004170"
+ integrity sha512-cuSVIHi9/9E/+821Qjdvngor+xpnlwnuwIyZOaLmHBVdXL+gP+I6QQB9VkO7RI77YIcTV+S1W9AreJ5eN63JBA==
class-transformer@0.5.1:
version "0.5.1"
@@ -7238,7 +7372,7 @@ consola@^2.15.3:
constants-browserify@^1.0.0:
version "1.0.0"
- resolved "https://registry.npmjs.org/constants-browserify/-/constants-browserify-1.0.0.tgz"
+ resolved "https://registry.yarnpkg.com/constants-browserify/-/constants-browserify-1.0.0.tgz#c20b96d8c617748aaf1c16021760cd27fcb8cb75"
integrity sha512-xFxOwqIzR/e1k1gLiWEophSCMqXcwVHIH7akf7b/vxcUeGunlj3hvZaaqxwHsTgn+IndtkQJgSztIDWeumWJDQ==
content-disposition@0.5.2:
@@ -7304,10 +7438,10 @@ cookie-signature@1.0.6:
resolved "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz"
integrity sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==
-cookie@0.6.0:
- version "0.6.0"
- resolved "https://registry.npmjs.org/cookie/-/cookie-0.6.0.tgz"
- integrity sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==
+cookie@0.7.1:
+ version "0.7.1"
+ resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.7.1.tgz#2f73c42142d5d5cf71310a74fc4ae61670e5dbc9"
+ integrity sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w==
copy-descriptor@^0.1.0:
version "0.1.1"
@@ -7418,9 +7552,9 @@ crc@^3.4.4:
dependencies:
buffer "^5.1.0"
-create-ecdh@^4.0.0:
+create-ecdh@^4.0.4:
version "4.0.4"
- resolved "https://registry.npmjs.org/create-ecdh/-/create-ecdh-4.0.4.tgz"
+ resolved "https://registry.yarnpkg.com/create-ecdh/-/create-ecdh-4.0.4.tgz#d6e7f4bffa66736085a0762fd3a632684dabcc4e"
integrity sha512-mf+TCx8wWc9VpuxfP2ht0iSISLZnt0JgWlrOKZiNqyUZWnjIaCIVNQArMHnCZKfEYRg6IM7A+NeJoN8gf/Ws0A==
dependencies:
bn.js "^4.1.0"
@@ -7428,7 +7562,7 @@ create-ecdh@^4.0.0:
create-hash@^1.1.0, create-hash@^1.1.2, create-hash@^1.2.0:
version "1.2.0"
- resolved "https://registry.npmjs.org/create-hash/-/create-hash-1.2.0.tgz"
+ resolved "https://registry.yarnpkg.com/create-hash/-/create-hash-1.2.0.tgz#889078af11a63756bcfb59bd221996be3a9ef196"
integrity sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg==
dependencies:
cipher-base "^1.0.1"
@@ -7437,9 +7571,9 @@ create-hash@^1.1.0, create-hash@^1.1.2, create-hash@^1.2.0:
ripemd160 "^2.0.1"
sha.js "^2.4.0"
-create-hmac@^1.1.0, create-hmac@^1.1.4, create-hmac@^1.1.7:
+create-hmac@^1.1.4, create-hmac@^1.1.7:
version "1.1.7"
- resolved "https://registry.npmjs.org/create-hmac/-/create-hmac-1.1.7.tgz"
+ resolved "https://registry.yarnpkg.com/create-hmac/-/create-hmac-1.1.7.tgz#69170c78b3ab957147b2b8b04572e47ead2243ff"
integrity sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg==
dependencies:
cipher-base "^1.0.3"
@@ -7498,21 +7632,22 @@ cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
which "^2.0.1"
crypto-browserify@^3.12.0:
- version "3.12.0"
- resolved "https://registry.npmjs.org/crypto-browserify/-/crypto-browserify-3.12.0.tgz"
- integrity sha512-fz4spIh+znjO2VjL+IdhEpRJ3YN6sMzITSBijk6FK2UvTqruSQW+/cCZTSNsMiZNvUeq0CqurF+dAbyiGOY6Wg==
+ version "3.12.1"
+ resolved "https://registry.yarnpkg.com/crypto-browserify/-/crypto-browserify-3.12.1.tgz#bb8921bec9acc81633379aa8f52d69b0b69e0dac"
+ integrity sha512-r4ESw/IlusD17lgQi1O20Fa3qNnsckR126TdUuBgAu7GBYSIPvdNyONd3Zrxh0xCwA4+6w/TDArBPsMvhur+KQ==
dependencies:
- browserify-cipher "^1.0.0"
- browserify-sign "^4.0.0"
- create-ecdh "^4.0.0"
- create-hash "^1.1.0"
- create-hmac "^1.1.0"
- diffie-hellman "^5.0.0"
- inherits "^2.0.1"
- pbkdf2 "^3.0.3"
- public-encrypt "^4.0.0"
- randombytes "^2.0.0"
- randomfill "^1.0.3"
+ browserify-cipher "^1.0.1"
+ browserify-sign "^4.2.3"
+ create-ecdh "^4.0.4"
+ create-hash "^1.2.0"
+ create-hmac "^1.1.7"
+ diffie-hellman "^5.0.3"
+ hash-base "~3.0.4"
+ inherits "^2.0.4"
+ pbkdf2 "^3.1.2"
+ public-encrypt "^4.0.3"
+ randombytes "^2.1.0"
+ randomfill "^1.0.4"
crypto-random-string@^1.0.0:
version "1.0.0"
@@ -8063,14 +8198,14 @@ depd@~1.1.2:
resolved "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz"
integrity sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==
-dequal@^2.0.2, dequal@^2.0.3:
+dequal@^2.0.2:
version "2.0.3"
resolved "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz"
integrity sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==
des.js@^1.0.0:
version "1.1.0"
- resolved "https://registry.npmjs.org/des.js/-/des.js-1.1.0.tgz"
+ resolved "https://registry.yarnpkg.com/des.js/-/des.js-1.1.0.tgz#1d37f5766f3bbff4ee9638e871a8768c173b81da"
integrity sha512-r17GxjhUCjSRy8aiJpr8/UadFIzMzJGexI3Nmz4ADi9LYSFx4gTBp80+NaX/YsXWWLhpZ7v/v/ubEc/bCNfKwg==
dependencies:
inherits "^2.0.1"
@@ -8144,9 +8279,9 @@ diff@^5.2.0:
resolved "https://registry.npmjs.org/diff/-/diff-5.2.0.tgz"
integrity sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==
-diffie-hellman@^5.0.0:
+diffie-hellman@^5.0.3:
version "5.0.3"
- resolved "https://registry.npmjs.org/diffie-hellman/-/diffie-hellman-5.0.3.tgz"
+ resolved "https://registry.yarnpkg.com/diffie-hellman/-/diffie-hellman-5.0.3.tgz#40e8ee98f55a2149607146921c63e1ae5f3d2875"
integrity sha512-kqag/Nl+f3GwyK25fhUMYj81BUOrZ9IuJsjIcDE5icNM9FJHAVm3VcUDxdLPoQtTuUylWm6ZIknYJwwaPxsUzg==
dependencies:
bn.js "^4.1.0"
@@ -8229,6 +8364,11 @@ dom-accessibility-api@^0.5.6, dom-accessibility-api@^0.5.9:
resolved "https://registry.npmjs.org/dom-accessibility-api/-/dom-accessibility-api-0.5.16.tgz"
integrity sha512-X7BJ2yElsnOJ30pZF4uIIDfBEVgF4XEBxL9Bxhy6dnrm5hkzqmsWHGTiHqRiITNhMyFLyAiWndIJP7Z1NTteDg==
+dom-accessibility-api@^0.6.3:
+ version "0.6.3"
+ resolved "https://registry.yarnpkg.com/dom-accessibility-api/-/dom-accessibility-api-0.6.3.tgz#993e925cc1d73f2c662e7d75dd5a5445259a8fd8"
+ integrity sha512-7ZgogeTnjuHbo+ct10G9Ffp0mif17idi0IyWNVA/wcwcm7NPOD/WEHVP3n7n3MhXqxoIYm8d6MuZohYWIZ4T3w==
+
dom-converter@^0.2.0:
version "0.2.0"
resolved "https://registry.npmjs.org/dom-converter/-/dom-converter-0.2.0.tgz"
@@ -8401,15 +8541,15 @@ ejs@^3.1.5, ejs@^3.1.6:
dependencies:
jake "^10.8.5"
-electron-to-chromium@^1.3.378, electron-to-chromium@^1.5.4:
- version "1.5.4"
- resolved "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.4.tgz"
- integrity sha512-orzA81VqLyIGUEA77YkVA1D+N+nNfl2isJVjjmOyrlxuooZ19ynb+dOlaDTqd/idKRS9lDCSBmtzM+kyCsMnkA==
+electron-to-chromium@^1.3.378, electron-to-chromium@^1.5.41:
+ version "1.5.47"
+ resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.47.tgz#ef0751bc19b28be8ee44cd8405309de3bf3b20c7"
+ integrity sha512-zS5Yer0MOYw4rtK2iq43cJagHZ8sXN0jDHDKzB+86gSBSAI4v07S97mcq+Gs2vclAxSh1j7vOAHxSVgduiiuVQ==
elliptic@^6.5.3, elliptic@^6.5.5:
- version "6.5.6"
- resolved "https://registry.npmjs.org/elliptic/-/elliptic-6.5.6.tgz"
- integrity sha512-mpzdtpeCLuS3BmE3pO3Cpp5bbjlOPY2Q0PgoF+Od1XZrHLYI28Xe3ossCmYCQt11FQKEYd9+PF8jymTvtWJSHQ==
+ version "6.6.0"
+ resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.6.0.tgz#5919ec723286c1edf28685aa89261d4761afa210"
+ integrity sha512-dpwoQcLc/2WLQvJvLRHKZ+f9FgOdjnq11rurqwekGQygGPsYSK29OMMD2WalatiqQ+XGFDglTNixpPfI+lpaAA==
dependencies:
bn.js "^4.11.9"
brorand "^1.1.0"
@@ -8464,6 +8604,11 @@ encodeurl@~1.0.2:
resolved "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz"
integrity sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==
+encodeurl@~2.0.0:
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/encodeurl/-/encodeurl-2.0.0.tgz#7b8ea898077d7e409d3ac45474ea38eaf0857a58"
+ integrity sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==
+
encoding@^0.1.12:
version "0.1.13"
resolved "https://registry.npmjs.org/encoding/-/encoding-0.1.13.tgz"
@@ -8487,7 +8632,7 @@ endent@^2.0.1:
fast-json-parse "^1.0.3"
objectorarray "^1.0.5"
-enhanced-resolve@^5.17.0:
+enhanced-resolve@^5.17.1:
version "5.17.1"
resolved "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.17.1.tgz"
integrity sha512-LMHl3dXhTcfv8gM4kEzIUeTQ+7fpdA0l2tUf34BddXPkz2A5xJ5L/Pchd5BL6rdccM9QGvu0sWZzK1Z1t4wwyg==
@@ -8523,35 +8668,7 @@ env-paths@^2.2.1:
resolved "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz"
integrity sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==
-enzyme-adapter-react-16@^1.15.8:
- version "1.15.8"
- resolved "https://registry.npmjs.org/enzyme-adapter-react-16/-/enzyme-adapter-react-16-1.15.8.tgz"
- integrity sha512-uYGC31eGZBp5nGsr4nKhZKvxGQjyHGjS06BJsUlWgE29/hvnpgCsT1BJvnnyny7N3GIIVyxZ4O9GChr6hy2WQA==
- dependencies:
- enzyme-adapter-utils "^1.14.2"
- enzyme-shallow-equal "^1.0.7"
- hasown "^2.0.0"
- object.assign "^4.1.5"
- object.values "^1.1.7"
- prop-types "^15.8.1"
- react-is "^16.13.1"
- react-test-renderer "^16.0.0-0"
- semver "^5.7.2"
-
-enzyme-adapter-utils@^1.14.2:
- version "1.14.2"
- resolved "https://registry.npmjs.org/enzyme-adapter-utils/-/enzyme-adapter-utils-1.14.2.tgz"
- integrity sha512-1ZC++RlsYRaiOWE5NRaF5OgsMt7F5rn/VuaJIgc7eW/fmgg8eS1/Ut7EugSPPi7VMdWMLcymRnMF+mJUJ4B8KA==
- dependencies:
- airbnb-prop-types "^2.16.0"
- function.prototype.name "^1.1.6"
- hasown "^2.0.0"
- object.assign "^4.1.5"
- object.fromentries "^2.0.7"
- prop-types "^15.8.1"
- semver "^6.3.1"
-
-enzyme-shallow-equal@^1.0.1, enzyme-shallow-equal@^1.0.7:
+enzyme-shallow-equal@^1.0.0, enzyme-shallow-equal@^1.0.1:
version "1.0.7"
resolved "https://registry.npmjs.org/enzyme-shallow-equal/-/enzyme-shallow-equal-1.0.7.tgz"
integrity sha512-/um0GFqUXnpM9SvKtje+9Tjoz3f1fpBC3eXRFrNs8kpYn69JljciYP7KZTqM/YQbUY9KUjvKB4jo/q+L6WGGvg==
@@ -8710,7 +8827,7 @@ es-iterator-helpers@^1.0.19:
iterator.prototype "^1.1.2"
safe-array-concat "^1.1.2"
-es-module-lexer@^1.2.1, es-module-lexer@^1.5.0:
+es-module-lexer@^1.2.1, es-module-lexer@^1.5.0, es-module-lexer@^1.5.4:
version "1.5.4"
resolved "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.5.4.tgz"
integrity sha512-MVNK56NiMrOwitFB7cqDwq0CQutbw+0BvLshJSse0MUNU+y1FC3bUS/AQg7oUng+/wKrrki7JfmwtVHkVfPLlw==
@@ -8722,7 +8839,7 @@ es-object-atoms@^1.0.0:
dependencies:
es-errors "^1.3.0"
-es-set-tostringtag@^2.0.1, es-set-tostringtag@^2.0.3:
+es-set-tostringtag@^2.0.3:
version "2.0.3"
resolved "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.0.3.tgz"
integrity sha512-3T8uNMC3OQTHkFUsFq8r/BwAXLHvU/9O9mE0fBc/MY5iq/8H7ncvO947LmYA6ldWw9Uh8Yhf25zu6n7nML5QWQ==
@@ -8749,39 +8866,40 @@ es-to-primitive@^1.2.1:
esbuild-register@^3.5.0:
version "3.6.0"
- resolved "https://registry.npmjs.org/esbuild-register/-/esbuild-register-3.6.0.tgz"
+ resolved "https://registry.yarnpkg.com/esbuild-register/-/esbuild-register-3.6.0.tgz#cf270cfa677baebbc0010ac024b823cbf723a36d"
integrity sha512-H2/S7Pm8a9CL1uhp9OvjwrBh5Pvx0H8qVOxNu8Wed9Y7qv56MPtq+GGM8RJpq6glYJn9Wspr8uw7l55uyinNeg==
dependencies:
debug "^4.3.4"
-"esbuild@^0.18.0 || ^0.19.0 || ^0.20.0 || ^0.21.0 || ^0.22.0 || ^0.23.0", esbuild@^0.21.5:
- version "0.21.5"
- resolved "https://registry.npmjs.org/esbuild/-/esbuild-0.21.5.tgz"
- integrity sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==
+"esbuild@^0.18.0 || ^0.19.0 || ^0.20.0 || ^0.21.0 || ^0.22.0 || ^0.23.0":
+ version "0.23.1"
+ resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.23.1.tgz#40fdc3f9265ec0beae6f59824ade1bd3d3d2dab8"
+ integrity sha512-VVNz/9Sa0bs5SELtn3f7qhJCDPCF5oMEl5cO9/SSinpE9hbPVvxbd572HH5AKiP7WD8INO53GgfDDhRjkylHEg==
optionalDependencies:
- "@esbuild/aix-ppc64" "0.21.5"
- "@esbuild/android-arm" "0.21.5"
- "@esbuild/android-arm64" "0.21.5"
- "@esbuild/android-x64" "0.21.5"
- "@esbuild/darwin-arm64" "0.21.5"
- "@esbuild/darwin-x64" "0.21.5"
- "@esbuild/freebsd-arm64" "0.21.5"
- "@esbuild/freebsd-x64" "0.21.5"
- "@esbuild/linux-arm" "0.21.5"
- "@esbuild/linux-arm64" "0.21.5"
- "@esbuild/linux-ia32" "0.21.5"
- "@esbuild/linux-loong64" "0.21.5"
- "@esbuild/linux-mips64el" "0.21.5"
- "@esbuild/linux-ppc64" "0.21.5"
- "@esbuild/linux-riscv64" "0.21.5"
- "@esbuild/linux-s390x" "0.21.5"
- "@esbuild/linux-x64" "0.21.5"
- "@esbuild/netbsd-x64" "0.21.5"
- "@esbuild/openbsd-x64" "0.21.5"
- "@esbuild/sunos-x64" "0.21.5"
- "@esbuild/win32-arm64" "0.21.5"
- "@esbuild/win32-ia32" "0.21.5"
- "@esbuild/win32-x64" "0.21.5"
+ "@esbuild/aix-ppc64" "0.23.1"
+ "@esbuild/android-arm" "0.23.1"
+ "@esbuild/android-arm64" "0.23.1"
+ "@esbuild/android-x64" "0.23.1"
+ "@esbuild/darwin-arm64" "0.23.1"
+ "@esbuild/darwin-x64" "0.23.1"
+ "@esbuild/freebsd-arm64" "0.23.1"
+ "@esbuild/freebsd-x64" "0.23.1"
+ "@esbuild/linux-arm" "0.23.1"
+ "@esbuild/linux-arm64" "0.23.1"
+ "@esbuild/linux-ia32" "0.23.1"
+ "@esbuild/linux-loong64" "0.23.1"
+ "@esbuild/linux-mips64el" "0.23.1"
+ "@esbuild/linux-ppc64" "0.23.1"
+ "@esbuild/linux-riscv64" "0.23.1"
+ "@esbuild/linux-s390x" "0.23.1"
+ "@esbuild/linux-x64" "0.23.1"
+ "@esbuild/netbsd-x64" "0.23.1"
+ "@esbuild/openbsd-arm64" "0.23.1"
+ "@esbuild/openbsd-x64" "0.23.1"
+ "@esbuild/sunos-x64" "0.23.1"
+ "@esbuild/win32-arm64" "0.23.1"
+ "@esbuild/win32-ia32" "0.23.1"
+ "@esbuild/win32-x64" "0.23.1"
esbuild@^0.19.4:
version "0.19.12"
@@ -8812,10 +8930,39 @@ esbuild@^0.19.4:
"@esbuild/win32-ia32" "0.19.12"
"@esbuild/win32-x64" "0.19.12"
-escalade@^3.1.1, escalade@^3.1.2:
- version "3.1.2"
- resolved "https://registry.npmjs.org/escalade/-/escalade-3.1.2.tgz"
- integrity sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==
+esbuild@^0.21.3, esbuild@^0.21.5:
+ version "0.21.5"
+ resolved "https://registry.npmjs.org/esbuild/-/esbuild-0.21.5.tgz"
+ integrity sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==
+ optionalDependencies:
+ "@esbuild/aix-ppc64" "0.21.5"
+ "@esbuild/android-arm" "0.21.5"
+ "@esbuild/android-arm64" "0.21.5"
+ "@esbuild/android-x64" "0.21.5"
+ "@esbuild/darwin-arm64" "0.21.5"
+ "@esbuild/darwin-x64" "0.21.5"
+ "@esbuild/freebsd-arm64" "0.21.5"
+ "@esbuild/freebsd-x64" "0.21.5"
+ "@esbuild/linux-arm" "0.21.5"
+ "@esbuild/linux-arm64" "0.21.5"
+ "@esbuild/linux-ia32" "0.21.5"
+ "@esbuild/linux-loong64" "0.21.5"
+ "@esbuild/linux-mips64el" "0.21.5"
+ "@esbuild/linux-ppc64" "0.21.5"
+ "@esbuild/linux-riscv64" "0.21.5"
+ "@esbuild/linux-s390x" "0.21.5"
+ "@esbuild/linux-x64" "0.21.5"
+ "@esbuild/netbsd-x64" "0.21.5"
+ "@esbuild/openbsd-x64" "0.21.5"
+ "@esbuild/sunos-x64" "0.21.5"
+ "@esbuild/win32-arm64" "0.21.5"
+ "@esbuild/win32-ia32" "0.21.5"
+ "@esbuild/win32-x64" "0.21.5"
+
+escalade@^3.1.1, escalade@^3.2.0:
+ version "3.2.0"
+ resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.2.0.tgz#011a3f69856ba189dffa7dc8fcce99d2a87903e5"
+ integrity sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==
escape-goat@^2.0.0:
version "2.1.1"
@@ -9212,6 +9359,11 @@ estree-walker@^1.0.1:
resolved "https://registry.npmjs.org/estree-walker/-/estree-walker-1.0.1.tgz"
integrity sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg==
+estree-walker@^2.0.2:
+ version "2.0.2"
+ resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-2.0.2.tgz#52f010178c2a4c117a7757cfe942adb7d2da4cac"
+ integrity sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==
+
esutils@^2.0.2:
version "2.0.3"
resolved "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz"
@@ -9265,7 +9417,7 @@ events@^3.2.0:
evp_bytestokey@^1.0.0, evp_bytestokey@^1.0.3:
version "1.0.3"
- resolved "https://registry.npmjs.org/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz"
+ resolved "https://registry.yarnpkg.com/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz#7fcbdb198dc71959432efe13842684e0525acb02"
integrity sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA==
dependencies:
md5.js "^1.3.4"
@@ -9361,36 +9513,36 @@ expect@^29.0.0:
jest-util "^29.7.0"
express@^4.17.3, express@^4.19.2:
- version "4.19.2"
- resolved "https://registry.npmjs.org/express/-/express-4.19.2.tgz"
- integrity sha512-5T6nhjsT+EOMzuck8JjBHARTHfMht0POzlA60WV2pMD3gyXw2LZnZ+ueGdNxG+0calOJcWKbpFcuzLZ91YWq9Q==
+ version "4.21.1"
+ resolved "https://registry.yarnpkg.com/express/-/express-4.21.1.tgz#9dae5dda832f16b4eec941a4e44aa89ec481b281"
+ integrity sha512-YSFlK1Ee0/GC8QaO91tHcDxJiE/X4FbpAyQWkxAvG6AXCuR65YzK8ua6D9hvi/TzUfZMpc+BwuM1IPw8fmQBiQ==
dependencies:
accepts "~1.3.8"
array-flatten "1.1.1"
- body-parser "1.20.2"
+ body-parser "1.20.3"
content-disposition "0.5.4"
content-type "~1.0.4"
- cookie "0.6.0"
+ cookie "0.7.1"
cookie-signature "1.0.6"
debug "2.6.9"
depd "2.0.0"
- encodeurl "~1.0.2"
+ encodeurl "~2.0.0"
escape-html "~1.0.3"
etag "~1.8.1"
- finalhandler "1.2.0"
+ finalhandler "1.3.1"
fresh "0.5.2"
http-errors "2.0.0"
- merge-descriptors "1.0.1"
+ merge-descriptors "1.0.3"
methods "~1.1.2"
on-finished "2.4.1"
parseurl "~1.3.3"
- path-to-regexp "0.1.7"
+ path-to-regexp "0.1.10"
proxy-addr "~2.0.7"
- qs "6.11.0"
+ qs "6.13.0"
range-parser "~1.2.1"
safe-buffer "5.2.1"
- send "0.18.0"
- serve-static "1.15.0"
+ send "0.19.0"
+ serve-static "1.16.2"
setprototypeof "1.2.0"
statuses "2.0.1"
type-is "~1.6.18"
@@ -9473,7 +9625,7 @@ fast-glob@^2.0.2, fast-glob@^2.2.6:
merge2 "^1.2.3"
micromatch "^3.1.10"
-fast-glob@^3.2.11, fast-glob@^3.2.5, fast-glob@^3.2.7, fast-glob@^3.2.9, fast-glob@^3.3.0:
+fast-glob@^3.2.11, fast-glob@^3.2.5, fast-glob@^3.2.7, fast-glob@^3.2.9, fast-glob@^3.3.0, fast-glob@^3.3.2:
version "3.3.2"
resolved "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz"
integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==
@@ -9668,13 +9820,13 @@ finalhandler@1.1.2:
statuses "~1.5.0"
unpipe "~1.0.0"
-finalhandler@1.2.0:
- version "1.2.0"
- resolved "https://registry.npmjs.org/finalhandler/-/finalhandler-1.2.0.tgz"
- integrity sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==
+finalhandler@1.3.1:
+ version "1.3.1"
+ resolved "https://registry.yarnpkg.com/finalhandler/-/finalhandler-1.3.1.tgz#0c575f1d1d324ddd1da35ad7ece3df7d19088019"
+ integrity sha512-6BN9trH7bp3qvnrRyzsBz+g3lZxTNZTbVO2EV1CS0WIcDbawYVdYvGflME/9QP0h0pYlCDBCTjYa9nZzMDpyxQ==
dependencies:
debug "2.6.9"
- encodeurl "~1.0.2"
+ encodeurl "~2.0.0"
escape-html "~1.0.3"
on-finished "2.4.1"
parseurl "~1.3.3"
@@ -9842,7 +9994,7 @@ fork-ts-checker-webpack-plugin@^6.5.0:
fork-ts-checker-webpack-plugin@^8.0.0:
version "8.0.0"
- resolved "https://registry.npmjs.org/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-8.0.0.tgz"
+ resolved "https://registry.yarnpkg.com/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-8.0.0.tgz#dae45dfe7298aa5d553e2580096ced79b6179504"
integrity sha512-mX3qW3idpueT2klaQXBzrIM/pHw+T0B/V9KHEvNrqijTq9NFnMZU6oreVxDYcf33P8a5cW+67PjodNHthGnNVg==
dependencies:
"@babel/code-frame" "^7.16.7"
@@ -9999,7 +10151,7 @@ fsevents@^1.2.7:
bindings "^1.5.0"
nan "^2.12.1"
-fsevents@^2.3.2, fsevents@~2.3.2:
+fsevents@^2.3.2, fsevents@~2.3.2, fsevents@~2.3.3:
version "2.3.3"
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.3.tgz#cac6407785d03675a2a5e1a5305c697b347d90d6"
integrity sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==
@@ -10546,14 +10698,23 @@ has-yarn@^2.1.0:
resolved "https://registry.npmjs.org/has-yarn/-/has-yarn-2.1.0.tgz"
integrity sha512-UqBRqi4ju7T+TqGNdqAO0PaSVGsDGJUBQvk9eUWNGRY1CFGDzYhLWoM7JQEemnlvVcv/YEmc2wNW8BC24EnUsw==
-has@^1.0.3:
+has@^1.0.3, has@^1.0.4:
version "1.0.4"
resolved "https://registry.npmjs.org/has/-/has-1.0.4.tgz"
integrity sha512-qdSAmqLF6209RFj4VVItywPMbm3vWylknmB3nvNiUIs72xAimcM8nVYxYr7ncvZq5qzk9MKIZR8ijqD/1QuYjQ==
-hash-base@^3.0.0, hash-base@~3.0:
+hash-base@^3.0.0:
+ version "3.1.0"
+ resolved "https://registry.yarnpkg.com/hash-base/-/hash-base-3.1.0.tgz#55c381d9e06e1d2997a883b4a3fddfe7f0d3af33"
+ integrity sha512-1nmYp/rhMDiE7AYkDw+lLwlAzz0AntGIe51F3RfFfEqyQ3feY2eI/NcwC6umIQVOASPMsWJLJScWKSSvzL9IVA==
+ dependencies:
+ inherits "^2.0.4"
+ readable-stream "^3.6.0"
+ safe-buffer "^5.2.0"
+
+hash-base@~3.0, hash-base@~3.0.4:
version "3.0.4"
- resolved "https://registry.npmjs.org/hash-base/-/hash-base-3.0.4.tgz"
+ resolved "https://registry.yarnpkg.com/hash-base/-/hash-base-3.0.4.tgz#5fc8686847ecd73499403319a6b0a3f3f6ae4918"
integrity sha512-EeeoJKjTyt868liAlVmcv2ZsUfGHlE3Q+BICOXcZiwN3osr5Q/zFGYmTJpoIzuaSTAwndFy+GqhEwlU4L3j4Ow==
dependencies:
inherits "^2.0.1"
@@ -10561,7 +10722,7 @@ hash-base@^3.0.0, hash-base@~3.0:
hash.js@^1.0.0, hash.js@^1.0.3:
version "1.1.7"
- resolved "https://registry.npmjs.org/hash.js/-/hash.js-1.1.7.tgz"
+ resolved "https://registry.yarnpkg.com/hash.js/-/hash.js-1.1.7.tgz#0babca538e8d4ee4a0f8988d68866537a003cf42"
integrity sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==
dependencies:
inherits "^2.0.3"
@@ -10682,7 +10843,7 @@ history@^4.9.0:
hmac-drbg@^1.0.1:
version "1.0.1"
- resolved "https://registry.npmjs.org/hmac-drbg/-/hmac-drbg-1.0.1.tgz"
+ resolved "https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1"
integrity sha512-Tti3gMqLdZfhOQY1Mzf/AanLiqh1WTiJgEj26ZuYQ9fbkLomzGchCws4FyrSd4VkpBfiNhaE1On+lOz894jvXg==
dependencies:
hash.js "^1.0.3"
@@ -11541,7 +11702,7 @@ is-potential-custom-element-name@^1.0.1:
resolved "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz"
integrity sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==
-is-regex@^1.0.5, is-regex@^1.1.0, is-regex@^1.1.4:
+is-regex@^1.0.5, is-regex@^1.1.4:
version "1.1.4"
resolved "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz"
integrity sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==
@@ -12545,10 +12706,10 @@ jsdom@^16.6.0:
ws "^7.4.6"
xml-name-validator "^3.0.0"
-jsesc@^2.5.1:
- version "2.5.2"
- resolved "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz"
- integrity sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==
+jsesc@^3.0.2:
+ version "3.0.2"
+ resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-3.0.2.tgz#bb8b09a6597ba426425f2e4a07245c3d00b9343e"
+ integrity sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==
jsesc@~0.5.0:
version "0.5.0"
@@ -13107,10 +13268,10 @@ magic-string@^0.25.0, magic-string@^0.25.7:
dependencies:
sourcemap-codec "^1.4.8"
-magic-string@^0.30.5:
- version "0.30.11"
- resolved "https://registry.npmjs.org/magic-string/-/magic-string-0.30.11.tgz"
- integrity sha512-+Wri9p0QHMy+545hKww7YAu5NyzF8iomPL/RQazugQ9+Ez4Ic3mERMd8ZTX5rfK944j+560ZJi8iAwgak1Ac7A==
+magic-string@^0.30.11, magic-string@^0.30.5:
+ version "0.30.12"
+ resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.30.12.tgz#9eb11c9d072b9bcb4940a5b2c2e1a217e4ee1a60"
+ integrity sha512-Ea8I3sQMVXr8JhN4z+H/d8zwo+tYDgHE9+5G4Wnrwhs0gaK9fXTKx0Tw5Xwsd/bCPTTZNRAdpyzvoeORe9LYpw==
dependencies:
"@jridgewell/sourcemap-codec" "^1.5.0"
@@ -13238,7 +13399,7 @@ match-sorter@^6.0.2:
md5.js@^1.3.4:
version "1.3.5"
- resolved "https://registry.npmjs.org/md5.js/-/md5.js-1.3.5.tgz"
+ resolved "https://registry.yarnpkg.com/md5.js/-/md5.js-1.3.5.tgz#b5d07b8e3216e3e27cd728d72f70d1e6a342005f"
integrity sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg==
dependencies:
hash-base "^3.0.0"
@@ -13329,10 +13490,10 @@ meow@^8.0.0:
type-fest "^0.18.0"
yargs-parser "^20.2.3"
-merge-descriptors@1.0.1:
- version "1.0.1"
- resolved "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz"
- integrity sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w==
+merge-descriptors@1.0.3:
+ version "1.0.3"
+ resolved "https://registry.yarnpkg.com/merge-descriptors/-/merge-descriptors-1.0.3.tgz#d80319a65f3c7935351e5cfdac8f9318504dbed5"
+ integrity sha512-gaNvAS7TZ897/rVaZ0nMtAyxNyi/pdbjbAwUpFQpN70GqnVfOiXpeUUMKRBmzXaSQ8DdTX4/0ms62r2K+hE6mQ==
merge-stream@^2.0.0:
version "2.0.0"
@@ -13388,7 +13549,7 @@ microseconds@0.2.0:
miller-rabin@^4.0.0:
version "4.0.1"
- resolved "https://registry.npmjs.org/miller-rabin/-/miller-rabin-4.0.1.tgz"
+ resolved "https://registry.yarnpkg.com/miller-rabin/-/miller-rabin-4.0.1.tgz#f080351c865b0dc562a8462966daa53543c78a4d"
integrity sha512-115fLhvZVqWwHPbClyntxEVfVDfl9DLLTuJvq3g2O/Oxi8AiNouAHvDSzHS0viUJc+V5vm3eq91Xwqn9dp4jRA==
dependencies:
bn.js "^4.0.0"
@@ -13453,7 +13614,7 @@ minimalistic-assert@^1.0.0, minimalistic-assert@^1.0.1:
minimalistic-crypto-utils@^1.0.1:
version "1.0.1"
- resolved "https://registry.npmjs.org/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz"
+ resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a"
integrity sha512-JIYlbt6g8i5jKfJ3xz7rF0LXmv2TkDxBLUkiBeZ7bAx4GnnNMr8xFpGnOxn6GhTEHx3SjRrZEoU+j04prX1ktg==
minimatch@3.0.4, minimatch@~3.0.2:
@@ -13463,7 +13624,7 @@ minimatch@3.0.4, minimatch@~3.0.2:
dependencies:
brace-expansion "^1.1.7"
-minimatch@3.1.2, minimatch@^3.0.2, minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
+minimatch@3.1.2, minimatch@^3.0.2, minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.2:
version "3.1.2"
resolved "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz"
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
@@ -13711,7 +13872,7 @@ no-case@^3.0.4:
node-abort-controller@^3.0.1:
version "3.1.1"
- resolved "https://registry.npmjs.org/node-abort-controller/-/node-abort-controller-3.1.1.tgz"
+ resolved "https://registry.yarnpkg.com/node-abort-controller/-/node-abort-controller-3.1.1.tgz#a94377e964a9a37ac3976d848cb5c765833b8548"
integrity sha512-AGK2yQKIjRuqnc6VkX2Xj5d+QW8xZ87pa1UK6yA6ouUyuxfHuMP6umE5QK7UmTeOAymo+Zx1Fxiuw9rVx8taHQ==
node-dir@^0.1.10, node-dir@^0.1.17:
@@ -13901,7 +14062,7 @@ object-inspect@^1.13.1, object-inspect@^1.7.0:
resolved "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.2.tgz"
integrity sha512-IRZSRuzJiynemAXPYtPe5BoI/RESNYR7TYm50MC5Mqbd3Jmw5y790sErYw3V6SryFJD64b74qQQs9wn5Bg/k3g==
-object-is@^1.0.2, object-is@^1.1.2, object-is@^1.1.5:
+object-is@^1.0.2, object-is@^1.1.5:
version "1.1.6"
resolved "https://registry.npmjs.org/object-is/-/object-is-1.1.6.tgz"
integrity sha512-F8cZ+KfGlSGi09lJT7/Nd6KJZ9ygtvYC0/UYYLI9nmQKLMnydpB9yvbv9K1uSkEu7FU9vYPmVwLg328tX+ot3Q==
@@ -13936,7 +14097,7 @@ object.assign@^4.0.4, object.assign@^4.1.0, object.assign@^4.1.4, object.assign@
has-symbols "^1.0.3"
object-keys "^1.1.1"
-object.entries@^1.1.1, object.entries@^1.1.2, object.entries@^1.1.8:
+object.entries@^1.1.1, object.entries@^1.1.8:
version "1.1.8"
resolved "https://registry.npmjs.org/object.entries/-/object.entries-1.1.8.tgz"
integrity sha512-cmopxi8VwRIAw/fkijJohSfpef5PdN0pMQJN6VC/ZKvn0LIknWD8KtgY6KlQdEc4tIjcQ3HxSMmnvtzIscdaYQ==
@@ -14215,7 +14376,7 @@ parent-module@^1.0.0:
parse-asn1@^5.0.0, parse-asn1@^5.1.7:
version "5.1.7"
- resolved "https://registry.npmjs.org/parse-asn1/-/parse-asn1-5.1.7.tgz"
+ resolved "https://registry.yarnpkg.com/parse-asn1/-/parse-asn1-5.1.7.tgz#73cdaaa822125f9647165625eb45f8a051d2df06"
integrity sha512-CTM5kuWR3sx9IFamcl5ErfPl6ea/N8IYwiJ+vpeB2g+1iknv7zBl5uPwbMbRVznRVbrNY6lGuDoE5b30grmbqg==
dependencies:
asn1.js "^4.10.1"
@@ -14309,7 +14470,7 @@ pascalcase@^0.1.1:
path-browserify@^1.0.1:
version "1.0.1"
- resolved "https://registry.npmjs.org/path-browserify/-/path-browserify-1.0.1.tgz"
+ resolved "https://registry.yarnpkg.com/path-browserify/-/path-browserify-1.0.1.tgz#d98454a9c3753d5790860f16f68867b9e46be1fd"
integrity sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==
path-dirname@^1.0.0:
@@ -14360,10 +14521,10 @@ path-scurry@^1.11.1:
lru-cache "^10.2.0"
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
-path-to-regexp@0.1.7:
- version "0.1.7"
- resolved "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz"
- integrity sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==
+path-to-regexp@0.1.10:
+ version "0.1.10"
+ resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.10.tgz#67e9108c5c0551b9e5326064387de4763c4d5f8b"
+ integrity sha512-7lf7qcQidTku0Gu3YDPc8DJ1q7OOucfa/BSsIwjuh56VU7katFvuM8hULfkwB3Fns/rsVF7PwPKVw1sl5KQS9w==
path-to-regexp@2.2.1:
version "2.2.1"
@@ -14396,9 +14557,9 @@ pause-stream@0.0.11:
dependencies:
through "~2.3"
-pbkdf2@^3.0.3, pbkdf2@^3.1.2:
+pbkdf2@^3.1.2:
version "3.1.2"
- resolved "https://registry.npmjs.org/pbkdf2/-/pbkdf2-3.1.2.tgz"
+ resolved "https://registry.yarnpkg.com/pbkdf2/-/pbkdf2-3.1.2.tgz#dd822aa0887580e52f1a039dc3eda108efae3075"
integrity sha512-iuh7L6jA7JEGu2WxDwtQP1ddOpaJNC4KlDEFfdQajSGgGPNi4OyDc2R7QnbY2bR9QjBVGwgvTdNJZoE7RaxUMA==
dependencies:
create-hash "^1.1.2"
@@ -14427,16 +14588,21 @@ picocolors@^0.2.1:
resolved "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz"
integrity sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==
-picocolors@^1.0.0, picocolors@^1.0.1:
- version "1.0.1"
- resolved "https://registry.npmjs.org/picocolors/-/picocolors-1.0.1.tgz"
- integrity sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==
+picocolors@^1.0.0, picocolors@^1.1.0:
+ version "1.1.1"
+ resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b"
+ integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==
picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.2, picomatch@^2.2.3, picomatch@^2.3.1:
version "2.3.1"
resolved "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz"
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
+picomatch@^4.0.2:
+ version "4.0.2"
+ resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.2.tgz#77c742931e8f3b8820946c76cd0c1f13730d1dab"
+ integrity sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==
+
pify@^2.2.0, pify@^2.3.0:
version "2.3.0"
resolved "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz"
@@ -15099,14 +15265,14 @@ postcss@^7.0.35:
picocolors "^0.2.1"
source-map "^0.6.1"
-postcss@^8.3.11, postcss@^8.3.5, postcss@^8.4.14, postcss@^8.4.17, postcss@^8.4.23, postcss@^8.4.33, postcss@^8.4.4:
- version "8.4.40"
- resolved "https://registry.npmjs.org/postcss/-/postcss-8.4.40.tgz"
- integrity sha512-YF2kKIUzAofPMpfH6hOi2cGnv/HrUlfucspc7pDyvv7kGdqXrfj8SCl/t8owkEgKEuu8ZcRjSOxFxVLqwChZ2Q==
+postcss@^8.3.11, postcss@^8.3.5, postcss@^8.4.14, postcss@^8.4.17, postcss@^8.4.23, postcss@^8.4.33, postcss@^8.4.4, postcss@^8.4.43:
+ version "8.4.47"
+ resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.47.tgz#5bf6c9a010f3e724c503bf03ef7947dcb0fea365"
+ integrity sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ==
dependencies:
nanoid "^3.3.7"
- picocolors "^1.0.1"
- source-map-js "^1.2.0"
+ picocolors "^1.1.0"
+ source-map-js "^1.2.1"
prelude-ls@^1.2.1:
version "1.2.1"
@@ -15226,18 +15392,6 @@ prompts@^2.0.1, prompts@^2.4.2:
kleur "^3.0.3"
sisteransi "^1.0.5"
-prop-types-exact@^1.2.0:
- version "1.2.5"
- resolved "https://registry.npmjs.org/prop-types-exact/-/prop-types-exact-1.2.5.tgz"
- integrity sha512-wHDhA5TSSvU07gdzsdeT/FZg6zay94K4Y7swSK4YsRG3moWB0Qsp9g1Y5BBausP1HF8K4UeVe2Xt7ZFJByKp6A==
- dependencies:
- call-bind "^1.0.7"
- es-errors "^1.3.0"
- hasown "^2.0.2"
- isarray "^2.0.5"
- object.assign "^4.1.5"
- reflect.ownkeys "^1.1.4"
-
prop-types@^15.6.2, prop-types@^15.7.2, prop-types@^15.8.1:
version "15.8.1"
resolved "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz"
@@ -15287,9 +15441,9 @@ psl@^1.1.28, psl@^1.1.33:
resolved "https://registry.npmjs.org/psl/-/psl-1.9.0.tgz"
integrity sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==
-public-encrypt@^4.0.0:
+public-encrypt@^4.0.3:
version "4.0.3"
- resolved "https://registry.npmjs.org/public-encrypt/-/public-encrypt-4.0.3.tgz"
+ resolved "https://registry.yarnpkg.com/public-encrypt/-/public-encrypt-4.0.3.tgz#4fcc9d77a07e48ba7527e7cbe0de33d0701331e0"
integrity sha512-zVpa8oKZSz5bTMTFClc1fQOnyyEzpl5ozpi1B5YcvBrdohMjH2rfsBtyXcuNuwjsDIXmBYlF2N5FlJYhR29t8Q==
dependencies:
bn.js "^4.1.0"
@@ -15358,16 +15512,9 @@ qs@6.10.4:
dependencies:
side-channel "^1.0.4"
-qs@6.11.0:
- version "6.11.0"
- resolved "https://registry.npmjs.org/qs/-/qs-6.11.0.tgz"
- integrity sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==
- dependencies:
- side-channel "^1.0.4"
-
-qs@^6.12.3:
+qs@6.13.0, qs@^6.12.3:
version "6.13.0"
- resolved "https://registry.npmjs.org/qs/-/qs-6.13.0.tgz"
+ resolved "https://registry.yarnpkg.com/qs/-/qs-6.13.0.tgz#6ca3bd58439f7e245655798997787b0d88a51906"
integrity sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==
dependencies:
side-channel "^1.0.6"
@@ -15426,9 +15573,9 @@ randombytes@^2.0.0, randombytes@^2.0.1, randombytes@^2.0.5, randombytes@^2.1.0:
dependencies:
safe-buffer "^5.1.0"
-randomfill@^1.0.3:
+randomfill@^1.0.4:
version "1.0.4"
- resolved "https://registry.npmjs.org/randomfill/-/randomfill-1.0.4.tgz"
+ resolved "https://registry.yarnpkg.com/randomfill/-/randomfill-1.0.4.tgz#c92196fc86ab42be983f1bf31778224931d61458"
integrity sha512-87lcbR8+MhcWcUiQ+9e+Rwx8MyR2P7qnt15ynUlbm3TU/fjbgz4GsvfSUDTemtCCtVCqb4ZcEFlyPNTh9bBTLw==
dependencies:
randombytes "^2.0.5"
@@ -15589,9 +15736,9 @@ react-docgen@^6.0.0-alpha.0:
strip-indent "^4.0.0"
react-docgen@^7.0.0:
- version "7.0.3"
- resolved "https://registry.npmjs.org/react-docgen/-/react-docgen-7.0.3.tgz"
- integrity sha512-i8aF1nyKInZnANZ4uZrH49qn1paRgBZ7wZiCNBMnenlPzEv0mRl+ShpTVEI6wZNl8sSc79xZkivtgLKQArcanQ==
+ version "7.1.0"
+ resolved "https://registry.yarnpkg.com/react-docgen/-/react-docgen-7.1.0.tgz#4b41e557dab939a5157be09ee532fd09c07d99fc"
+ integrity sha512-APPU8HB2uZnpl6Vt/+0AFoVYgSRtfiP6FLrZgPPTDmqSb2R4qZRbgd0A3VzIFxDt5e+Fozjx79WjLWnF69DK8g==
dependencies:
"@babel/core" "^7.18.9"
"@babel/traverse" "^7.18.9"
@@ -15604,15 +15751,13 @@ react-docgen@^7.0.0:
resolve "^1.22.1"
strip-indent "^4.0.0"
-react-dom@16.13, "react-dom@^16.8.0 || ^17.0.0 || ^18.0.0", react-dom@^16.8.6:
- version "16.13.1"
- resolved "https://registry.npmjs.org/react-dom/-/react-dom-16.13.1.tgz"
- integrity sha512-81PIMmVLnCNLO/fFOQxdQkvEq/+Hfpv24XNJfpyZhTRfO0QcmQIF/PgCa1zCOj2w1hrn12MFLyaJ/G0+Mxtfag==
+"react-dom@^16.8.0 || ^17.0.0 || ^18.0.0", react-dom@^18, react-dom@^18.3.1:
+ version "18.3.1"
+ resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-18.3.1.tgz#c2265d79511b57d479b3dd3fdfa51536494c5cb4"
+ integrity sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==
dependencies:
loose-envify "^1.1.0"
- object-assign "^4.1.1"
- prop-types "^15.6.2"
- scheduler "^0.19.1"
+ scheduler "^0.23.2"
react-element-to-jsx-string@^15.0.0:
version "15.0.0"
@@ -15623,19 +15768,12 @@ react-element-to-jsx-string@^15.0.0:
is-plain-object "5.0.0"
react-is "18.1.0"
-react-error-boundary@^3.1.0:
- version "3.1.4"
- resolved "https://registry.npmjs.org/react-error-boundary/-/react-error-boundary-3.1.4.tgz"
- integrity sha512-uM9uPzZJTF6wRQORmSrvOIgt4lJ9MC1sNgEOj2XGsDTRE4kmpWxg7ENK9EWNKJRMAOY9z0MuF4yIfl6gp4sotA==
- dependencies:
- "@babel/runtime" "^7.12.5"
-
react-error-overlay@^6.0.11, react-error-overlay@^6.0.7:
version "6.0.11"
resolved "https://registry.npmjs.org/react-error-overlay/-/react-error-overlay-6.0.11.tgz"
integrity sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg==
-react-fast-compare@^3.0.1, react-fast-compare@^3.2.0, react-fast-compare@^3.2.2:
+react-fast-compare@^3.0.1, react-fast-compare@^3.2.0:
version "3.2.2"
resolved "https://registry.npmjs.org/react-fast-compare/-/react-fast-compare-3.2.2.tgz"
integrity sha512-nsO+KSNgo1SbJqJEYRE9ERzo7YtYbou/OqjSQKxV7jcKox7+usiUVZOAC+XnDOABXggQTno0Y1CpVnuWEc1boQ==
@@ -15663,7 +15801,12 @@ react-is@18.1.0, react-is@^18.0.0:
resolved "https://registry.npmjs.org/react-is/-/react-is-18.1.0.tgz"
integrity sha512-Fl7FuabXsJnV5Q1qIOQwx/sagGF18kogb4gpfcG4gjLBWO0WDiiz1ko/ExayuxE7InyQkBLkxRFG5oxY6Uu3Kg==
-react-is@^16.13.1, react-is@^16.6.0, react-is@^16.7.0, react-is@^16.8.6:
+"react-is@^16.12.0 || ^17.0.0 || ^18.0.0", react-is@^18.2.0:
+ version "18.3.1"
+ resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.3.1.tgz#e83557dc12eae63a99e003a46388b1dcbb44db7e"
+ integrity sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==
+
+react-is@^16.13.1, react-is@^16.6.0, react-is@^16.7.0:
version "16.13.1"
resolved "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz"
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
@@ -15725,6 +15868,11 @@ react-refresh@^0.11.0:
resolved "https://registry.npmjs.org/react-refresh/-/react-refresh-0.11.0.tgz"
integrity sha512-F27qZr8uUqwhWZboondsPx8tnC3Ct3SxZA3V5WyEvujRyyNv0VYPhoBg1gZ8/MV5tubQp76Trw8lTv9hzRBa+A==
+react-refresh@^0.14.2:
+ version "0.14.2"
+ resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.14.2.tgz#3833da01ce32da470f1f936b9d477da5c7028bf9"
+ integrity sha512-jCvmsr+1IUSMUyzOkRcvnVbX3ZYC6g9TDrDbFuFmRDq7PD4yaGbLKNQL6k2jnArV8hjYxh7hVhAZB6s9HDGpZA==
+
react-router-config@^5.1.1:
version "5.1.1"
resolved "https://registry.npmjs.org/react-router-config/-/react-router-config-5.1.1.tgz"
@@ -15815,15 +15963,13 @@ react-scripts@^5.0.1:
optionalDependencies:
fsevents "^2.3.2"
-react-test-renderer@^16.0.0-0:
- version "16.14.0"
- resolved "https://registry.npmjs.org/react-test-renderer/-/react-test-renderer-16.14.0.tgz"
- integrity sha512-L8yPjqPE5CZO6rKsKXRO/rVPiaCOy0tQQJbC+UjPNlobl5mad59lvPjwFsQHTvL03caVDIVr9x9/OSgDe6I5Eg==
+react-shallow-renderer@^16.15.0:
+ version "16.15.0"
+ resolved "https://registry.yarnpkg.com/react-shallow-renderer/-/react-shallow-renderer-16.15.0.tgz#48fb2cf9b23d23cde96708fe5273a7d3446f4457"
+ integrity sha512-oScf2FqQ9LFVQgA73vr86xl2NaOIX73rh+YFqcOp68CWj56tSfgtGKrEbyhCj0rSijyG9M1CYprTh39fBi5hzA==
dependencies:
object-assign "^4.1.1"
- prop-types "^15.6.2"
- react-is "^16.8.6"
- scheduler "^0.19.1"
+ react-is "^16.12.0 || ^17.0.0 || ^18.0.0"
react-textarea-autosize@^8.3.2:
version "8.5.3"
@@ -15834,14 +15980,12 @@ react-textarea-autosize@^8.3.2:
use-composed-ref "^1.3.0"
use-latest "^1.2.1"
-react@16.13, "react@^16.8.0 || ^17.0.0 || ^18.0.0", react@^16.8.6:
- version "16.13.1"
- resolved "https://registry.npmjs.org/react/-/react-16.13.1.tgz"
- integrity sha512-YMZQQq32xHLX0bz5Mnibv1/LHb3Sqzngu7xstSM+vrkE5Kzr9xE0yMByK5kMoTK30YVJE61WfbxIFFvfeDKT1w==
+"react@^16.8.0 || ^17.0.0 || ^18.0.0", react@^18, react@^18.3.1:
+ version "18.3.1"
+ resolved "https://registry.yarnpkg.com/react/-/react-18.3.1.tgz#49ab892009c53933625bd16b2533fc754cab2891"
+ integrity sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==
dependencies:
loose-envify "^1.1.0"
- object-assign "^4.1.1"
- prop-types "^15.6.2"
read-cache@^1.0.0:
version "1.0.0"
@@ -15934,7 +16078,7 @@ recast@^0.20.3:
recast@^0.23.5:
version "0.23.9"
- resolved "https://registry.npmjs.org/recast/-/recast-0.23.9.tgz"
+ resolved "https://registry.yarnpkg.com/recast/-/recast-0.23.9.tgz#587c5d3a77c2cfcb0c18ccce6da4361528c2587b"
integrity sha512-Hx/BGIbwj+Des3+xy5uAtAbdCyqK9y9wbBcDFDYanLS9JnMqf7OeF87HQwUimE87OEc72mr6tkKUKMBBL+hF9Q==
dependencies:
ast-types "^0.16.1"
@@ -16017,17 +16161,6 @@ reflect.getprototypeof@^1.0.4:
globalthis "^1.0.3"
which-builtin-type "^1.1.3"
-reflect.ownkeys@^1.1.4:
- version "1.1.4"
- resolved "https://registry.npmjs.org/reflect.ownkeys/-/reflect.ownkeys-1.1.4.tgz"
- integrity sha512-iUNmtLgzudssL+qnTUosCmnq3eczlrVd1wXrgx/GhiI/8FvwrTYWtCJ9PNvWIRX+4ftupj2WUfB5mu5s9t6LnA==
- dependencies:
- call-bind "^1.0.2"
- define-properties "^1.2.0"
- es-abstract "^1.22.1"
- es-set-tostringtag "^2.0.1"
- globalthis "^1.0.3"
-
regenerate-unicode-properties@^10.1.0:
version "10.1.1"
resolved "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.1.tgz"
@@ -16471,7 +16604,7 @@ rimraf@~2.6.2:
ripemd160@^2.0.0, ripemd160@^2.0.1:
version "2.0.2"
- resolved "https://registry.npmjs.org/ripemd160/-/ripemd160-2.0.2.tgz"
+ resolved "https://registry.yarnpkg.com/ripemd160/-/ripemd160-2.0.2.tgz#a1c1a6f624751577ba5d07914cbc92850585890c"
integrity sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA==
dependencies:
hash-base "^3.0.0"
@@ -16494,6 +16627,33 @@ rollup@^2.43.1:
optionalDependencies:
fsevents "~2.3.2"
+rollup@^4.20.0:
+ version "4.24.2"
+ resolved "https://registry.yarnpkg.com/rollup/-/rollup-4.24.2.tgz#04bbe819c1a0cd933533b79687f5dc43efb7a7f0"
+ integrity sha512-do/DFGq5g6rdDhdpPq5qb2ecoczeK6y+2UAjdJ5trjQJj5f1AiVdLRWRc9A9/fFukfvJRgM0UXzxBIYMovm5ww==
+ dependencies:
+ "@types/estree" "1.0.6"
+ optionalDependencies:
+ "@rollup/rollup-android-arm-eabi" "4.24.2"
+ "@rollup/rollup-android-arm64" "4.24.2"
+ "@rollup/rollup-darwin-arm64" "4.24.2"
+ "@rollup/rollup-darwin-x64" "4.24.2"
+ "@rollup/rollup-freebsd-arm64" "4.24.2"
+ "@rollup/rollup-freebsd-x64" "4.24.2"
+ "@rollup/rollup-linux-arm-gnueabihf" "4.24.2"
+ "@rollup/rollup-linux-arm-musleabihf" "4.24.2"
+ "@rollup/rollup-linux-arm64-gnu" "4.24.2"
+ "@rollup/rollup-linux-arm64-musl" "4.24.2"
+ "@rollup/rollup-linux-powerpc64le-gnu" "4.24.2"
+ "@rollup/rollup-linux-riscv64-gnu" "4.24.2"
+ "@rollup/rollup-linux-s390x-gnu" "4.24.2"
+ "@rollup/rollup-linux-x64-gnu" "4.24.2"
+ "@rollup/rollup-linux-x64-musl" "4.24.2"
+ "@rollup/rollup-win32-arm64-msvc" "4.24.2"
+ "@rollup/rollup-win32-ia32-msvc" "4.24.2"
+ "@rollup/rollup-win32-x64-msvc" "4.24.2"
+ fsevents "~2.3.2"
+
rst-selector-parser@^2.2.3:
version "2.2.3"
resolved "https://registry.npmjs.org/rst-selector-parser/-/rst-selector-parser-2.2.3.tgz"
@@ -16558,7 +16718,7 @@ safe-buffer@5.1.2, safe-buffer@~5.1.0, safe-buffer@~5.1.1:
resolved "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz"
integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==
-safe-buffer@5.2.1, safe-buffer@>=5.1.0, safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.1, safe-buffer@^5.1.2, safe-buffer@^5.2.0, safe-buffer@^5.2.1, safe-buffer@~5.2.0:
+safe-buffer@5.2.1, safe-buffer@>=5.1.0, safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.1, safe-buffer@^5.1.2, safe-buffer@^5.2.0, safe-buffer@^5.2.1:
version "5.2.1"
resolved "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz"
integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==
@@ -16609,14 +16769,6 @@ saxes@^5.0.1:
dependencies:
xmlchars "^2.2.0"
-scheduler@^0.19.1:
- version "0.19.1"
- resolved "https://registry.npmjs.org/scheduler/-/scheduler-0.19.1.tgz"
- integrity sha512-n/zwRWRYSUj0/3g/otKDRPMh6qv2SYMWNq85IEa8iZyAv8od9zDYpGSnpBEjNgcMNq6Scbu5KfIPxNF72R/2EA==
- dependencies:
- loose-envify "^1.1.0"
- object-assign "^4.1.1"
-
scheduler@^0.23.2:
version "0.23.2"
resolved "https://registry.npmjs.org/scheduler/-/scheduler-0.23.2.tgz"
@@ -16705,7 +16857,7 @@ semver-diff@^3.1.1:
dependencies:
semver "^6.3.0"
-"semver@2 || 3 || 4 || 5", semver@^5.0.3, semver@^5.4.1, semver@^5.6.0, semver@^5.7.2:
+"semver@2 || 3 || 4 || 5", semver@^5.0.3, semver@^5.4.1, semver@^5.6.0:
version "5.7.2"
resolved "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz"
integrity sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==
@@ -16734,7 +16886,26 @@ semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semve
resolved "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz"
integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==
-send@0.18.0, send@latest:
+send@0.19.0:
+ version "0.19.0"
+ resolved "https://registry.yarnpkg.com/send/-/send-0.19.0.tgz#bbc5a388c8ea6c048967049dbeac0e4a3f09d7f8"
+ integrity sha512-dW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw==
+ dependencies:
+ debug "2.6.9"
+ depd "2.0.0"
+ destroy "1.2.0"
+ encodeurl "~1.0.2"
+ escape-html "~1.0.3"
+ etag "~1.8.1"
+ fresh "0.5.2"
+ http-errors "2.0.0"
+ mime "1.6.0"
+ ms "2.1.3"
+ on-finished "2.4.1"
+ range-parser "~1.2.1"
+ statuses "2.0.1"
+
+send@latest:
version "0.18.0"
resolved "https://registry.npmjs.org/send/-/send-0.18.0.tgz"
integrity sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==
@@ -16794,15 +16965,15 @@ serve-index@^1.9.1:
mime-types "~2.1.17"
parseurl "~1.3.2"
-serve-static@1.15.0:
- version "1.15.0"
- resolved "https://registry.npmjs.org/serve-static/-/serve-static-1.15.0.tgz"
- integrity sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==
+serve-static@1.16.2:
+ version "1.16.2"
+ resolved "https://registry.yarnpkg.com/serve-static/-/serve-static-1.16.2.tgz#b6a5343da47f6bdd2673848bf45754941e803296"
+ integrity sha512-VqpjJZKadQB/PEbEwvFdO43Ax5dFBZ2UECszz8bQ7pi7wt//PWe1P6MN7eCnjsatYtBT6EuiClbjSWP2WrIoTw==
dependencies:
- encodeurl "~1.0.2"
+ encodeurl "~2.0.0"
escape-html "~1.0.3"
parseurl "~1.3.3"
- send "0.18.0"
+ send "0.19.0"
set-blocking@^2.0.0:
version "2.0.0"
@@ -16858,7 +17029,7 @@ setprototypeof@1.2.0:
sha.js@^2.4.0, sha.js@^2.4.8:
version "2.4.11"
- resolved "https://registry.npmjs.org/sha.js/-/sha.js-2.4.11.tgz"
+ resolved "https://registry.yarnpkg.com/sha.js/-/sha.js-2.4.11.tgz#37a5cf0b81ecbc6943de109ba2960d1b26584ae7"
integrity sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==
dependencies:
inherits "^2.0.1"
@@ -17001,6 +17172,11 @@ slice-ansi@^4.0.0:
astral-regex "^2.0.0"
is-fullwidth-code-point "^3.0.0"
+smob@^1.0.0:
+ version "1.5.0"
+ resolved "https://registry.yarnpkg.com/smob/-/smob-1.5.0.tgz#85d79a1403abf128d24d3ebc1cdc5e1a9548d3ab"
+ integrity sha512-g6T+p7QO8npa+/hNx9ohv1E5pVCmWrVCUzUXJyLdMmftX6ER0oiWY/w9knEonLpnOp6b6FenKnMfR8gqwWdwig==
+
snapdragon-node@^2.0.1:
version "2.1.1"
resolved "https://registry.npmjs.org/snapdragon-node/-/snapdragon-node-2.1.1.tgz"
@@ -17082,10 +17258,10 @@ source-map-explorer@^2.1.0:
temp "^0.9.4"
yargs "^16.2.0"
-source-map-js@^1.0.1, source-map-js@^1.2.0:
- version "1.2.0"
- resolved "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.0.tgz"
- integrity sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==
+source-map-js@^1.0.1, source-map-js@^1.2.1:
+ version "1.2.1"
+ resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.2.1.tgz#1ce5650fddd87abc099eda37dcff024c2667ae46"
+ integrity sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==
source-map-loader@^3.0.0:
version "3.0.2"
@@ -17332,15 +17508,15 @@ stop-iteration-iterator@^1.0.0:
internal-slot "^1.0.4"
storybook@^8.3.3:
- version "8.3.3"
- resolved "https://registry.yarnpkg.com/storybook/-/storybook-8.3.3.tgz#3de9be589815403539660653d2ec810348e7dafb"
- integrity sha512-FG2KAVQN54T9R6voudiEftehtkXtLO+YVGP2gBPfacEdDQjY++ld7kTbHzpTT/bpCDx7Yq3dqOegLm9arVJfYw==
+ version "8.3.6"
+ resolved "https://registry.yarnpkg.com/storybook/-/storybook-8.3.6.tgz#c5e733504fac26c1a31c527a645c04ec7da4222f"
+ integrity sha512-9GVbtej6ZzPRUM7KRQ7848506FfHrUiJGqPuIQdoSJd09EmuEoLjmLAgEOmrHBQKgGYMaM7Vh9GsTLim6vwZTQ==
dependencies:
- "@storybook/core" "8.3.3"
+ "@storybook/core" "8.3.6"
stream-browserify@^3.0.0:
version "3.0.0"
- resolved "https://registry.npmjs.org/stream-browserify/-/stream-browserify-3.0.0.tgz"
+ resolved "https://registry.yarnpkg.com/stream-browserify/-/stream-browserify-3.0.0.tgz#22b0a2850cdf6503e73085da1fc7b7d0c2122f2f"
integrity sha512-H73RAHsVBapbim0tU2JwwOiXUj+fikfiaoYAKHF3VJfA0pe2BCzkhAHBlLG6REzE+2WNZcxOXjK7lkso+9euLA==
dependencies:
inherits "~2.0.4"
@@ -17921,10 +18097,10 @@ terser-webpack-plugin@^5.2.5, terser-webpack-plugin@^5.3.1, terser-webpack-plugi
serialize-javascript "^6.0.1"
terser "^5.26.0"
-terser@^5.0.0, terser@^5.10.0, terser@^5.26.0:
- version "5.31.3"
- resolved "https://registry.npmjs.org/terser/-/terser-5.31.3.tgz"
- integrity sha512-pAfYn3NIZLyZpa83ZKigvj6Rn9c/vd5KfYGX7cN1mnzqgDcxWvrU5ZtAfIKhEXz9nRecw4z3LXkjaq96/qZqAA==
+terser@^5.0.0, terser@^5.10.0, terser@^5.17.4, terser@^5.26.0:
+ version "5.36.0"
+ resolved "https://registry.yarnpkg.com/terser/-/terser-5.36.0.tgz#8b0dbed459ac40ff7b4c9fd5a3a2029de105180e"
+ integrity sha512-IYV9eNMuFAV4THUspIRXkLakHnV6XO7FEdtKjf/mDyrnqUg9LnlOn6/RwRvM9SZjR4GUq8Nk8zj67FzVARr74w==
dependencies:
"@jridgewell/source-map" "^0.3.3"
acorn "^8.8.2"
@@ -18228,7 +18404,7 @@ tsconfig-paths@^3.15.0:
tsconfig-paths@^4.2.0:
version "4.2.0"
- resolved "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-4.2.0.tgz"
+ resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-4.2.0.tgz#ef78e19039133446d244beac0fd6a1632e2d107c"
integrity sha512-NoZ4roiN7LnbKn9QqE1amc9DJfzvZXxF4xDavcOWt1BPkdx+m+0gJuPM+S0vCe7zTJMYUP0R8pO2XMr+Y8oLIg==
dependencies:
json5 "^2.2.2"
@@ -18452,11 +18628,6 @@ underscore@~1.13.2:
resolved "https://registry.npmjs.org/underscore/-/underscore-1.13.7.tgz"
integrity sha512-GMXzWtsc57XAtguZgaQViUOzs0KTkk8ojr3/xAxXLITqf/3EMwxC0inyETfDFjH/Krbhuep0HNbbjI9i/q3F3g==
-undici-types@~6.13.0:
- version "6.13.0"
- resolved "https://registry.npmjs.org/undici-types/-/undici-types-6.13.0.tgz"
- integrity sha512-xtFJHudx8S2DSoujjMd1WeWvn7KKWFRESZTMeL1RptAYERu29D6jphMjjY+vn96jvN3kVPDNxU/E13VTaXj6jg==
-
undici-types@~6.19.2:
version "6.19.8"
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02"
@@ -18702,13 +18873,13 @@ upath@^1.1.1, upath@^1.2.0:
resolved "https://registry.npmjs.org/upath/-/upath-1.2.0.tgz"
integrity sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==
-update-browserslist-db@^1.1.0:
- version "1.1.0"
- resolved "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.0.tgz"
- integrity sha512-EdRAaAyk2cUE1wOf2DkEhzxqOQvFOoRJFNS6NeyJ01Gp2beMRpBAINjM2iDXE3KCuKhwnvHIQCJm6ThL2Z+HzQ==
+update-browserslist-db@^1.1.1:
+ version "1.1.1"
+ resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.1.1.tgz#80846fba1d79e82547fb661f8d141e0945755fe5"
+ integrity sha512-R8UzCaa9Az+38REPiJ1tXlImTJXlVfgHZsglwBD/k6nj76ctsH1E3q4doGrukiLQd3sGQYu56r5+lo5r94l29A==
dependencies:
- escalade "^3.1.2"
- picocolors "^1.0.1"
+ escalade "^3.2.0"
+ picocolors "^1.1.0"
update-notifier@^3.0.0:
version "3.0.1"
@@ -18798,7 +18969,7 @@ url-parse@^1.5.3:
url@^0.11.0:
version "0.11.4"
- resolved "https://registry.npmjs.org/url/-/url-0.11.4.tgz"
+ resolved "https://registry.yarnpkg.com/url/-/url-0.11.4.tgz#adca77b3562d56b72746e76b330b7f27b6721f3c"
integrity sha512-oCwdVC7mTuWiPyjLUz/COz5TLk6wgp0RCsN+wHZ2Ekneac9w8uuV0njcbbie2ME+Vs+d6duwmYuR3HgQXs1fOg==
dependencies:
punycode "^1.4.1"
@@ -18853,7 +19024,7 @@ util.promisify@~1.0.0:
util@^0.12.4, util@^0.12.5:
version "0.12.5"
- resolved "https://registry.npmjs.org/util/-/util-0.12.5.tgz"
+ resolved "https://registry.yarnpkg.com/util/-/util-0.12.5.tgz#5f17a6059b73db61a875668781a1c2b136bd6fbc"
integrity sha512-kZf/K6hEIrWHI6XqOFUiiMa+79wE/D8Q+NCNAWclkyg3b4d2k7s0QGepNjiABc+aR3N1PAyHL7p6UcLY6LmrnA==
dependencies:
inherits "^2.0.3"
@@ -19030,6 +19201,27 @@ vinyl@^2.0.0, vinyl@^2.2.0:
remove-trailing-separator "^1.0.1"
replace-ext "^1.0.0"
+vite-plugin-dynamic-import@^1.5.0:
+ version "1.6.0"
+ resolved "https://registry.yarnpkg.com/vite-plugin-dynamic-import/-/vite-plugin-dynamic-import-1.6.0.tgz#c9680b2093fc897721fe535202acc8af77537ae4"
+ integrity sha512-TM0sz70wfzTIo9YCxVFwS8OA9lNREsh+0vMHGSkWDTZ7bgd1Yjs5RV8EgB634l/91IsXJReg0xtmuQqP0mf+rg==
+ dependencies:
+ acorn "^8.12.1"
+ es-module-lexer "^1.5.4"
+ fast-glob "^3.3.2"
+ magic-string "^0.30.11"
+
+vite@^5.2.9:
+ version "5.4.10"
+ resolved "https://registry.yarnpkg.com/vite/-/vite-5.4.10.tgz#d358a7bd8beda6cf0f3b7a450a8c7693a4f80c18"
+ integrity sha512-1hvaPshuPUtxeQ0hsVH3Mud0ZanOLwVTneA1EgbAM5LhaZEqyPWGRQ7BtaMvUrTDeEaC8pxtj6a6jku3x4z6SQ==
+ dependencies:
+ esbuild "^0.21.3"
+ postcss "^8.4.43"
+ rollup "^4.20.0"
+ optionalDependencies:
+ fsevents "~2.3.3"
+
w3c-hr-time@^1.0.2:
version "1.0.2"
resolved "https://registry.npmjs.org/w3c-hr-time/-/w3c-hr-time-1.0.2.tgz"
@@ -19155,7 +19347,7 @@ webpack-dev-middleware@^5.3.4:
webpack-dev-middleware@^6.1.2:
version "6.1.3"
- resolved "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-6.1.3.tgz"
+ resolved "https://registry.yarnpkg.com/webpack-dev-middleware/-/webpack-dev-middleware-6.1.3.tgz#79f4103f8c898564c9e96c3a9c2422de50f249bc"
integrity sha512-A4ChP0Qj8oGociTs6UdlRUGANIGrCDL3y+pmQMc+dSsraXHCatFpmMey4mYELA+juqwUqwQsUgJJISXl1KWmiw==
dependencies:
colorette "^2.0.10"
@@ -19202,7 +19394,7 @@ webpack-dev-server@^4.6.0, webpack-dev-server@^4.7.4, webpack-dev-server@^4.9.3:
webpack-hot-middleware@^2.25.1:
version "2.26.1"
- resolved "https://registry.npmjs.org/webpack-hot-middleware/-/webpack-hot-middleware-2.26.1.tgz"
+ resolved "https://registry.yarnpkg.com/webpack-hot-middleware/-/webpack-hot-middleware-2.26.1.tgz#87214f1e3f9f3acab9271fef9e6ed7b637d719c0"
integrity sha512-khZGfAeJx6I8K9zKohEWWYN6KDlVw2DHownoe+6Vtwj1LP9WFgegXnVMSkZ/dBEBtXFwrkkydsaPFlB7f8wU2A==
dependencies:
ansi-html-community "0.0.8"
@@ -19253,11 +19445,10 @@ webpack-virtual-modules@^0.6.0, webpack-virtual-modules@^0.6.2:
integrity sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==
webpack@5, webpack@^5.41.1, webpack@^5.64.4, webpack@^5.73.0:
- version "5.93.0"
- resolved "https://registry.npmjs.org/webpack/-/webpack-5.93.0.tgz"
- integrity sha512-Y0m5oEY1LRuwly578VqluorkXbvXKh7U3rLoQCEO04M97ScRr44afGVkI0FQFsXzysk5OgFAxjZAb9rsGQVihA==
+ version "5.95.0"
+ resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.95.0.tgz#8fd8c454fa60dad186fbe36c400a55848307b4c0"
+ integrity sha512-2t3XstrKULz41MNMBF+cJ97TyHdyQ8HCt//pqErqDvNjU9YQBnZxIHa11VXsi7F3mb5/aO2tuDxdeTPdU7xu9Q==
dependencies:
- "@types/eslint-scope" "^3.7.3"
"@types/estree" "^1.0.5"
"@webassemblyjs/ast" "^1.12.1"
"@webassemblyjs/wasm-edit" "^1.12.1"
@@ -19266,7 +19457,7 @@ webpack@5, webpack@^5.41.1, webpack@^5.64.4, webpack@^5.73.0:
acorn-import-attributes "^1.9.5"
browserslist "^4.21.10"
chrome-trace-event "^1.0.2"
- enhanced-resolve "^5.17.0"
+ enhanced-resolve "^5.17.1"
es-module-lexer "^1.2.1"
eslint-scope "5.1.1"
events "^3.2.0"
@@ -19470,6 +19661,14 @@ workbox-background-sync@6.6.1:
idb "^7.0.1"
workbox-core "6.6.1"
+workbox-background-sync@7.1.0:
+ version "7.1.0"
+ resolved "https://registry.yarnpkg.com/workbox-background-sync/-/workbox-background-sync-7.1.0.tgz#dac65e30af603511f1c92c3e99f53d6c064fde90"
+ integrity sha512-rMbgrzueVWDFcEq1610YyDW71z0oAXLfdRHRQcKw4SGihkfOK0JUEvqWHFwA6rJ+6TClnMIn7KQI5PNN1XQXwQ==
+ dependencies:
+ idb "^7.0.1"
+ workbox-core "7.1.0"
+
workbox-broadcast-update@6.6.1:
version "6.6.1"
resolved "https://registry.npmjs.org/workbox-broadcast-update/-/workbox-broadcast-update-6.6.1.tgz"
@@ -19477,7 +19676,14 @@ workbox-broadcast-update@6.6.1:
dependencies:
workbox-core "6.6.1"
-workbox-build@6.6.1, workbox-build@^6.1.5:
+workbox-broadcast-update@7.1.0:
+ version "7.1.0"
+ resolved "https://registry.yarnpkg.com/workbox-broadcast-update/-/workbox-broadcast-update-7.1.0.tgz#fe21c491cc70f1e037898bba63de0752ef59bd82"
+ integrity sha512-O36hIfhjej/c5ar95pO67k1GQw0/bw5tKP7CERNgK+JdxBANQhDmIuOXZTNvwb2IHBx9hj2kxvcDyRIh5nzOgQ==
+ dependencies:
+ workbox-core "7.1.0"
+
+workbox-build@6.6.1:
version "6.6.1"
resolved "https://registry.npmjs.org/workbox-build/-/workbox-build-6.6.1.tgz"
integrity sha512-INPgDx6aRycAugUixbKgiEQBWD0MPZqU5r0jyr24CehvNuLPSXp/wGOpdRJmts656lNiXwqV7dC2nzyrzWEDnw==
@@ -19520,6 +19726,49 @@ workbox-build@6.6.1, workbox-build@^6.1.5:
workbox-sw "6.6.1"
workbox-window "6.6.1"
+workbox-build@^7.1.1:
+ version "7.1.1"
+ resolved "https://registry.yarnpkg.com/workbox-build/-/workbox-build-7.1.1.tgz#bfbd4c44848c175b7773f921be3597cbfaaef827"
+ integrity sha512-WdkVdC70VMpf5NBCtNbiwdSZeKVuhTEd5PV3mAwpTQCGAB5XbOny1P9egEgNdetv4srAMmMKjvBk4RD58LpooA==
+ dependencies:
+ "@apideck/better-ajv-errors" "^0.3.1"
+ "@babel/core" "^7.24.4"
+ "@babel/preset-env" "^7.11.0"
+ "@babel/runtime" "^7.11.2"
+ "@rollup/plugin-babel" "^5.2.0"
+ "@rollup/plugin-node-resolve" "^15.2.3"
+ "@rollup/plugin-replace" "^2.4.1"
+ "@rollup/plugin-terser" "^0.4.3"
+ "@surma/rollup-plugin-off-main-thread" "^2.2.3"
+ ajv "^8.6.0"
+ common-tags "^1.8.0"
+ fast-json-stable-stringify "^2.1.0"
+ fs-extra "^9.0.1"
+ glob "^7.1.6"
+ lodash "^4.17.20"
+ pretty-bytes "^5.3.0"
+ rollup "^2.43.1"
+ source-map "^0.8.0-beta.0"
+ stringify-object "^3.3.0"
+ strip-comments "^2.0.1"
+ tempy "^0.6.0"
+ upath "^1.2.0"
+ workbox-background-sync "7.1.0"
+ workbox-broadcast-update "7.1.0"
+ workbox-cacheable-response "7.1.0"
+ workbox-core "7.1.0"
+ workbox-expiration "7.1.0"
+ workbox-google-analytics "7.1.0"
+ workbox-navigation-preload "7.1.0"
+ workbox-precaching "7.1.0"
+ workbox-range-requests "7.1.0"
+ workbox-recipes "7.1.0"
+ workbox-routing "7.1.0"
+ workbox-strategies "7.1.0"
+ workbox-streams "7.1.0"
+ workbox-sw "7.1.0"
+ workbox-window "7.1.0"
+
workbox-cacheable-response@6.6.1:
version "6.6.1"
resolved "https://registry.npmjs.org/workbox-cacheable-response/-/workbox-cacheable-response-6.6.1.tgz"
@@ -19527,11 +19776,23 @@ workbox-cacheable-response@6.6.1:
dependencies:
workbox-core "6.6.1"
-workbox-core@6.6.1, workbox-core@^6.1.5:
+workbox-cacheable-response@7.1.0:
+ version "7.1.0"
+ resolved "https://registry.yarnpkg.com/workbox-cacheable-response/-/workbox-cacheable-response-7.1.0.tgz#d138cc8ef2c32a9f28f29c5b2b0a8681da846c33"
+ integrity sha512-iwsLBll8Hvua3xCuBB9h92+/e0wdsmSVgR2ZlvcfjepZWwhd3osumQB3x9o7flj+FehtWM2VHbZn8UJeBXXo6Q==
+ dependencies:
+ workbox-core "7.1.0"
+
+workbox-core@6.6.1:
version "6.6.1"
resolved "https://registry.npmjs.org/workbox-core/-/workbox-core-6.6.1.tgz"
integrity sha512-ZrGBXjjaJLqzVothoE12qTbVnOAjFrHDXpZe7coCb6q65qI/59rDLwuFMO4PcZ7jcbxY+0+NhUVztzR/CbjEFw==
+workbox-core@7.1.0:
+ version "7.1.0"
+ resolved "https://registry.yarnpkg.com/workbox-core/-/workbox-core-7.1.0.tgz#1867576f994f20d9991b71a7d0b2581af22db170"
+ integrity sha512-5KB4KOY8rtL31nEF7BfvU7FMzKT4B5TkbYa2tzkS+Peqj0gayMT9SytSFtNzlrvMaWgv6y/yvP9C0IbpFjV30Q==
+
workbox-expiration@6.6.1:
version "6.6.1"
resolved "https://registry.npmjs.org/workbox-expiration/-/workbox-expiration-6.6.1.tgz"
@@ -19540,6 +19801,14 @@ workbox-expiration@6.6.1:
idb "^7.0.1"
workbox-core "6.6.1"
+workbox-expiration@7.1.0:
+ version "7.1.0"
+ resolved "https://registry.yarnpkg.com/workbox-expiration/-/workbox-expiration-7.1.0.tgz#c9d348ffc8c3d1ffdddaf6c37bf5be830a69073e"
+ integrity sha512-m5DcMY+A63rJlPTbbBNtpJ20i3enkyOtSgYfv/l8h+D6YbbNiA0zKEkCUaMsdDlxggla1oOfRkyqTvl5Ni5KQQ==
+ dependencies:
+ idb "^7.0.1"
+ workbox-core "7.1.0"
+
workbox-google-analytics@6.6.1:
version "6.6.1"
resolved "https://registry.npmjs.org/workbox-google-analytics/-/workbox-google-analytics-6.6.1.tgz"
@@ -19550,6 +19819,16 @@ workbox-google-analytics@6.6.1:
workbox-routing "6.6.1"
workbox-strategies "6.6.1"
+workbox-google-analytics@7.1.0:
+ version "7.1.0"
+ resolved "https://registry.yarnpkg.com/workbox-google-analytics/-/workbox-google-analytics-7.1.0.tgz#25cca57a05554b6121521590543e59628eb15a65"
+ integrity sha512-FvE53kBQHfVTcZyczeBVRexhh7JTkyQ8HAvbVY6mXd2n2A7Oyz/9fIwnY406ZcDhvE4NFfKGjW56N4gBiqkrew==
+ dependencies:
+ workbox-background-sync "7.1.0"
+ workbox-core "7.1.0"
+ workbox-routing "7.1.0"
+ workbox-strategies "7.1.0"
+
workbox-navigation-preload@6.6.1:
version "6.6.1"
resolved "https://registry.npmjs.org/workbox-navigation-preload/-/workbox-navigation-preload-6.6.1.tgz"
@@ -19557,7 +19836,14 @@ workbox-navigation-preload@6.6.1:
dependencies:
workbox-core "6.6.1"
-workbox-precaching@6.6.1, workbox-precaching@^6.1.5:
+workbox-navigation-preload@7.1.0:
+ version "7.1.0"
+ resolved "https://registry.yarnpkg.com/workbox-navigation-preload/-/workbox-navigation-preload-7.1.0.tgz#2610674d412a1774b5d9f03c9644c9964407b8b6"
+ integrity sha512-4wyAbo0vNI/X0uWNJhCMKxnPanNyhybsReMGN9QUpaePLTiDpKxPqFxl4oUmBNddPwIXug01eTSLVIFXimRG/A==
+ dependencies:
+ workbox-core "7.1.0"
+
+workbox-precaching@6.6.1:
version "6.6.1"
resolved "https://registry.npmjs.org/workbox-precaching/-/workbox-precaching-6.6.1.tgz"
integrity sha512-K4znSJ7IKxCnCYEdhNkMr7X1kNh8cz+mFgx9v5jFdz1MfI84pq8C2zG+oAoeE5kFrUf7YkT5x4uLWBNg0DVZ5A==
@@ -19566,6 +19852,15 @@ workbox-precaching@6.6.1, workbox-precaching@^6.1.5:
workbox-routing "6.6.1"
workbox-strategies "6.6.1"
+workbox-precaching@7.1.0, workbox-precaching@^7.1.0:
+ version "7.1.0"
+ resolved "https://registry.yarnpkg.com/workbox-precaching/-/workbox-precaching-7.1.0.tgz#71e27ec2e85661a41b48dec0c92dae707c429eaa"
+ integrity sha512-LyxzQts+UEpgtmfnolo0hHdNjoB7EoRWcF7EDslt+lQGd0lW4iTvvSe3v5JiIckQSB5KTW5xiCqjFviRKPj1zA==
+ dependencies:
+ workbox-core "7.1.0"
+ workbox-routing "7.1.0"
+ workbox-strategies "7.1.0"
+
workbox-range-requests@6.6.1:
version "6.6.1"
resolved "https://registry.npmjs.org/workbox-range-requests/-/workbox-range-requests-6.6.1.tgz"
@@ -19573,6 +19868,13 @@ workbox-range-requests@6.6.1:
dependencies:
workbox-core "6.6.1"
+workbox-range-requests@7.1.0:
+ version "7.1.0"
+ resolved "https://registry.yarnpkg.com/workbox-range-requests/-/workbox-range-requests-7.1.0.tgz#8d4344cd85b87d8077289a64dda59fb614628783"
+ integrity sha512-m7+O4EHolNs5yb/79CrnwPR/g/PRzMFYEdo01LqwixVnc/sbzNSvKz0d04OE3aMRel1CwAAZQheRsqGDwATgPQ==
+ dependencies:
+ workbox-core "7.1.0"
+
workbox-recipes@6.6.1:
version "6.6.1"
resolved "https://registry.npmjs.org/workbox-recipes/-/workbox-recipes-6.6.1.tgz"
@@ -19585,20 +19887,46 @@ workbox-recipes@6.6.1:
workbox-routing "6.6.1"
workbox-strategies "6.6.1"
-workbox-routing@6.6.1, workbox-routing@^6.1.5:
+workbox-recipes@7.1.0:
+ version "7.1.0"
+ resolved "https://registry.yarnpkg.com/workbox-recipes/-/workbox-recipes-7.1.0.tgz#37625cd2fe7e5decd70c8934a673a7cc080a7675"
+ integrity sha512-NRrk4ycFN9BHXJB6WrKiRX3W3w75YNrNrzSX9cEZgFB5ubeGoO8s/SDmOYVrFYp9HMw6sh1Pm3eAY/1gVS8YLg==
+ dependencies:
+ workbox-cacheable-response "7.1.0"
+ workbox-core "7.1.0"
+ workbox-expiration "7.1.0"
+ workbox-precaching "7.1.0"
+ workbox-routing "7.1.0"
+ workbox-strategies "7.1.0"
+
+workbox-routing@6.6.1:
version "6.6.1"
resolved "https://registry.npmjs.org/workbox-routing/-/workbox-routing-6.6.1.tgz"
integrity sha512-j4ohlQvfpVdoR8vDYxTY9rA9VvxTHogkIDwGdJ+rb2VRZQ5vt1CWwUUZBeD/WGFAni12jD1HlMXvJ8JS7aBWTg==
dependencies:
workbox-core "6.6.1"
-workbox-strategies@6.6.1, workbox-strategies@^6.1.5:
+workbox-routing@7.1.0, workbox-routing@^7.1.0:
+ version "7.1.0"
+ resolved "https://registry.yarnpkg.com/workbox-routing/-/workbox-routing-7.1.0.tgz#c44bda350d1c5eb633ee97a660e64ce5473250c4"
+ integrity sha512-oOYk+kLriUY2QyHkIilxUlVcFqwduLJB7oRZIENbqPGeBP/3TWHYNNdmGNhz1dvKuw7aqvJ7CQxn27/jprlTdg==
+ dependencies:
+ workbox-core "7.1.0"
+
+workbox-strategies@6.6.1:
version "6.6.1"
resolved "https://registry.npmjs.org/workbox-strategies/-/workbox-strategies-6.6.1.tgz"
integrity sha512-WQLXkRnsk4L81fVPkkgon1rZNxnpdO5LsO+ws7tYBC6QQQFJVI6v98klrJEjFtZwzw/mB/HT5yVp7CcX0O+mrw==
dependencies:
workbox-core "6.6.1"
+workbox-strategies@7.1.0, workbox-strategies@^7.1.0:
+ version "7.1.0"
+ resolved "https://registry.yarnpkg.com/workbox-strategies/-/workbox-strategies-7.1.0.tgz#a589f2adc0df8f33049c7f4d4cdf4c9556715918"
+ integrity sha512-/UracPiGhUNehGjRm/tLUQ+9PtWmCbRufWtV0tNrALuf+HZ4F7cmObSEK+E4/Bx1p8Syx2tM+pkIrvtyetdlew==
+ dependencies:
+ workbox-core "7.1.0"
+
workbox-streams@6.6.1:
version "6.6.1"
resolved "https://registry.npmjs.org/workbox-streams/-/workbox-streams-6.6.1.tgz"
@@ -19607,12 +19935,25 @@ workbox-streams@6.6.1:
workbox-core "6.6.1"
workbox-routing "6.6.1"
+workbox-streams@7.1.0:
+ version "7.1.0"
+ resolved "https://registry.yarnpkg.com/workbox-streams/-/workbox-streams-7.1.0.tgz#8e080e56b5dee7aa0f956fdd3a10506821d2e786"
+ integrity sha512-WyHAVxRXBMfysM8ORwiZnI98wvGWTVAq/lOyBjf00pXFvG0mNaVz4Ji+u+fKa/mf1i2SnTfikoYKto4ihHeS6w==
+ dependencies:
+ workbox-core "7.1.0"
+ workbox-routing "7.1.0"
+
workbox-sw@6.6.1:
version "6.6.1"
resolved "https://registry.npmjs.org/workbox-sw/-/workbox-sw-6.6.1.tgz"
integrity sha512-R7whwjvU2abHH/lR6kQTTXLHDFU2izht9kJOvBRYK65FbwutT4VvnUAJIgHvfWZ/fokrOPhfoWYoPCMpSgUKHQ==
-workbox-webpack-plugin@^6.4.1, workbox-webpack-plugin@^6.5.4:
+workbox-sw@7.1.0:
+ version "7.1.0"
+ resolved "https://registry.yarnpkg.com/workbox-sw/-/workbox-sw-7.1.0.tgz#3df97d7cccb647eb94d66be7dc733c9fda26b9fc"
+ integrity sha512-Hml/9+/njUXBglv3dtZ9WBKHI235AQJyLBV1G7EFmh4/mUdSQuXui80RtjDeVRrXnm/6QWgRUEHG3/YBVbxtsA==
+
+workbox-webpack-plugin@^6.4.1:
version "6.6.1"
resolved "https://registry.npmjs.org/workbox-webpack-plugin/-/workbox-webpack-plugin-6.6.1.tgz"
integrity sha512-zpZ+ExFj9NmiI66cFEApyjk7hGsfJ1YMOaLXGXBoZf0v7Iu6hL0ZBe+83mnDq3YYWAfA3fnyFejritjOHkFcrA==
@@ -19631,6 +19972,14 @@ workbox-window@6.6.1:
"@types/trusted-types" "^2.0.2"
workbox-core "6.6.1"
+workbox-window@7.1.0:
+ version "7.1.0"
+ resolved "https://registry.yarnpkg.com/workbox-window/-/workbox-window-7.1.0.tgz#58a90ba89ca35d26f2b322223ee575c750bac7a1"
+ integrity sha512-ZHeROyqR+AS5UPzholQRDttLFqGMwP0Np8MKWAdyxsDETxq3qOAyXvqessc3GniohG6e0mAqSQyKOHmT8zPF7g==
+ dependencies:
+ "@types/trusted-types" "^2.0.2"
+ workbox-core "7.1.0"
+
worker-rpc@^0.1.0:
version "0.1.1"
resolved "https://registry.npmjs.org/worker-rpc/-/worker-rpc-0.1.1.tgz"
From 7f22330ddfd1af2ac6e0199f4df78abf695200a2 Mon Sep 17 00:00:00 2001
From: "@dhis2-bot"
Date: Sun, 3 Nov 2024 02:45:05 +0100
Subject: [PATCH 168/170] fix(translations): sync translations from transifex
(master)
Automatically merged.
---
components/header-bar/i18n/pt.po | 10 +++++++---
components/sharing-dialog/i18n/pt.po | 9 +++++----
2 files changed, 12 insertions(+), 7 deletions(-)
diff --git a/components/header-bar/i18n/pt.po b/components/header-bar/i18n/pt.po
index 2f597627ff..9bf8b6eb9b 100644
--- a/components/header-bar/i18n/pt.po
+++ b/components/header-bar/i18n/pt.po
@@ -3,13 +3,14 @@
# Viktor Varland , 2021
# Ge Joao , 2021
# Philip Larsen Donnelly, 2024
+# Helton Dias, 2024
#
msgid ""
msgstr ""
"Project-Id-Version: i18next-conv\n"
-"POT-Creation-Date: 2024-03-29T07:26:07.540Z\n"
+"POT-Creation-Date: 2024-06-12T03:40:49.012Z\n"
"PO-Revision-Date: 2021-06-24 12:50+0000\n"
-"Last-Translator: Philip Larsen Donnelly, 2024\n"
+"Last-Translator: Helton Dias, 2024\n"
"Language-Team: Portuguese (https://app.transifex.com/hisp-uio/teams/100509/pt/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -72,7 +73,7 @@ msgid "About DHIS2"
msgstr "Sobre DHIS2"
msgid "Logout"
-msgstr ""
+msgstr " Terminar sessão"
msgid "New {{appName}} version available"
msgstr ""
@@ -82,3 +83,6 @@ msgstr ""
msgid "Click to reload"
msgstr ""
+
+msgid "header bar profile"
+msgstr ""
diff --git a/components/sharing-dialog/i18n/pt.po b/components/sharing-dialog/i18n/pt.po
index d76d72285c..1f64673db1 100644
--- a/components/sharing-dialog/i18n/pt.po
+++ b/components/sharing-dialog/i18n/pt.po
@@ -1,19 +1,20 @@
#
# Translators:
-# phil_dhis2, 2021
+# Philip Larsen Donnelly, 2021
# Viktor Varland , 2021
# Gabriela Rodriguez , 2021
# Ge Joao , 2021
# Sheila André , 2021
# Fernando Jorge Bade, 2021
+# Helton Dias, 2024
#
msgid ""
msgstr ""
"Project-Id-Version: i18next-conv\n"
"POT-Creation-Date: 2021-11-25T09:59:40.995Z\n"
"PO-Revision-Date: 2021-10-01 23:39+0000\n"
-"Last-Translator: Fernando Jorge Bade, 2021\n"
-"Language-Team: Portuguese (https://www.transifex.com/hisp-uio/teams/100509/pt/)\n"
+"Last-Translator: Helton Dias, 2024\n"
+"Language-Team: Portuguese (https://app.transifex.com/hisp-uio/teams/100509/pt/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -21,7 +22,7 @@ msgstr ""
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
msgid "View only"
-msgstr ""
+msgstr "Ver apenas"
msgid "View and edit"
msgstr ""
From 13196549eb2450d33d3debcbfa68d0321f8c6358 Mon Sep 17 00:00:00 2001
From: Mozafar
Date: Tue, 5 Nov 2024 15:32:52 +0000
Subject: [PATCH 169/170] fix: peer dependency issue with npm publish (#1628)
---
components/selector-bar/package.json | 2 -
package.json | 2 +
yarn.lock | 175 +++++----------------------
3 files changed, 31 insertions(+), 148 deletions(-)
diff --git a/components/selector-bar/package.json b/components/selector-bar/package.json
index a2033f6ab9..a7af183be9 100644
--- a/components/selector-bar/package.json
+++ b/components/selector-bar/package.json
@@ -39,7 +39,6 @@
"@dhis2-ui/layer": "9.12.0",
"@dhis2/ui-constants": "9.12.0",
"@dhis2/ui-icons": "9.12.0",
- "@testing-library/react": "^12.1.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
@@ -49,7 +48,6 @@
"@dhis2-ui/organisation-unit-tree": "9.12.0",
"@dhis2-ui/select": "9.12.0",
"@dhis2/d2-i18n": "^1.1.0",
- "@testing-library/jest-dom": "^5.16.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"styled-jsx": "^4.0.1"
diff --git a/package.json b/package.json
index f14bc1854e..aeda329f56 100644
--- a/package.json
+++ b/package.json
@@ -64,9 +64,11 @@
"@dhis2/cypress-plugins": "^10.0.5",
"@manypkg/cli": "^0.18.0",
"@svgr/cli": "^5.5.0",
+ "@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.2",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
+ "@types/react": "^18",
"ast-types": "^0.14.2",
"concurrently": "^6.2.1",
"cypress": "^13.8.0",
diff --git a/yarn.lock b/yarn.lock
index eb405a7b91..00a26b0bc2 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -2,7 +2,7 @@
# yarn lockfile v1
-"@adobe/css-tools@^4.0.1", "@adobe/css-tools@^4.4.0":
+"@adobe/css-tools@^4.4.0":
version "4.4.0"
resolved "https://registry.npmjs.org/@adobe/css-tools/-/css-tools-4.4.0.tgz"
integrity sha512-Ff9+ksdQQB3rMncgqDK78uLznstjyfIf2Arnh22pW8kBpLs6rpKDwgnZT46hin5Hl1WzazzK64DOrhSwYpS7bQ==
@@ -1378,7 +1378,7 @@
core-js-pure "^3.30.2"
regenerator-runtime "^0.14.0"
-"@babel/runtime@^7.1.2", "@babel/runtime@^7.10.0", "@babel/runtime@^7.10.3", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.13", "@babel/runtime@^7.12.5", "@babel/runtime@^7.15.4", "@babel/runtime@^7.16.3", "@babel/runtime@^7.17.8", "@babel/runtime@^7.18.6", "@babel/runtime@^7.20.13", "@babel/runtime@^7.21.0", "@babel/runtime@^7.23.8", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.2", "@babel/runtime@^7.7.2", "@babel/runtime@^7.7.6", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2":
+"@babel/runtime@^7.1.2", "@babel/runtime@^7.10.0", "@babel/runtime@^7.10.3", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.13", "@babel/runtime@^7.12.5", "@babel/runtime@^7.15.4", "@babel/runtime@^7.16.3", "@babel/runtime@^7.17.8", "@babel/runtime@^7.18.6", "@babel/runtime@^7.20.13", "@babel/runtime@^7.21.0", "@babel/runtime@^7.23.8", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.2", "@babel/runtime@^7.7.2", "@babel/runtime@^7.7.6", "@babel/runtime@^7.8.4":
version "7.25.0"
resolved "https://registry.npmjs.org/@babel/runtime/-/runtime-7.25.0.tgz"
integrity sha512-7dRy4DwXwtzBrPbZflqxnvfxLF8kdZXPkhymtDeFoFqE6ldzjQFgYTtYIFARcLEYDrqfBfYcZt1WqFxRoyC9Rw==
@@ -3150,13 +3150,6 @@
"@types/node" "*"
jest-mock "^27.5.1"
-"@jest/expect-utils@^29.7.0":
- version "29.7.0"
- resolved "https://registry.npmjs.org/@jest/expect-utils/-/expect-utils-29.7.0.tgz"
- integrity sha512-GlsNBWiFQFCVi9QVSx7f5AgMeLxe9YCCs5PuP2O2LdjDAA8Jh9eX7lA1Jq/xdXw3Wb3hyvlFNfZIfcRetSzYcA==
- dependencies:
- jest-get-type "^29.6.3"
-
"@jest/fake-timers@^27.5.1":
version "27.5.1"
resolved "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-27.5.1.tgz"
@@ -4388,39 +4381,24 @@
resolved "https://registry.npmjs.org/@teppeis/multimaps/-/multimaps-3.0.0.tgz"
integrity sha512-ID7fosbc50TbT0MK0EG12O+gAP3W3Aa/Pz4DaTtQtEvlc9Odaqi0de+xuZ7Li2GtK4HzEX7IuRWS/JmZLksR3Q==
-"@testing-library/dom@^8.0.0":
- version "8.20.1"
- resolved "https://registry.npmjs.org/@testing-library/dom/-/dom-8.20.1.tgz"
- integrity sha512-/DiOQ5xBxgdYRC8LNk7U+RWat0S3qRLeIw3ZIkMQ9kkVlRmwD/Eg8k8CqIpD6GW7u20JIUOfMKbxtiLutpjQ4g==
+"@testing-library/dom@^10.4.0":
+ version "10.4.0"
+ resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-10.4.0.tgz#82a9d9462f11d240ecadbf406607c6ceeeff43a8"
+ integrity sha512-pemlzrSESWbdAloYml3bAJMEfNh1Z7EduzqPKprCH5S341frlpYnUEW0H72dLxa6IsYr+mPno20GiSm+h9dEdQ==
dependencies:
"@babel/code-frame" "^7.10.4"
"@babel/runtime" "^7.12.5"
"@types/aria-query" "^5.0.1"
- aria-query "5.1.3"
+ aria-query "5.3.0"
chalk "^4.1.0"
dom-accessibility-api "^0.5.9"
lz-string "^1.5.0"
pretty-format "^27.0.2"
-"@testing-library/jest-dom@^5.16.1":
- version "5.17.0"
- resolved "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.17.0.tgz"
- integrity sha512-ynmNeT7asXyH3aSVv4vvX4Rb+0qjOhdNHnO/3vuZNqPmhDpV/+rCSGwQ7bLcmU2cJ4dvoheIO85LQj0IbJHEtg==
- dependencies:
- "@adobe/css-tools" "^4.0.1"
- "@babel/runtime" "^7.9.2"
- "@types/testing-library__jest-dom" "^5.9.1"
- aria-query "^5.0.0"
- chalk "^3.0.0"
- css.escape "^1.5.1"
- dom-accessibility-api "^0.5.6"
- lodash "^4.17.15"
- redent "^3.0.0"
-
"@testing-library/jest-dom@^6.6.2":
- version "6.6.2"
- resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.6.2.tgz#8186aa9a07263adef9cc5a59a4772db8c31f4a5b"
- integrity sha512-P6GJD4yqc9jZLbe98j/EkyQDTPgqftohZF5FBkHY5BUERZmcf4HeO2k0XaefEg329ux2p21i1A1DmyQ1kKw2Jw==
+ version "6.6.3"
+ resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.6.3.tgz#26ba906cf928c0f8172e182c6fe214eb4f9f2bd2"
+ integrity sha512-IteBhl4XqYNkM54f4ejhLRJiZNqcSCoXUOG2CPK7qbD322KjQozM4kHQOfkG2oln9b9HTYqs+Sae8vBATubxxA==
dependencies:
"@adobe/css-tools" "^4.4.0"
aria-query "^5.0.0"
@@ -4430,15 +4408,6 @@
lodash "^4.17.21"
redent "^3.0.0"
-"@testing-library/react@^12.1.2":
- version "12.1.5"
- resolved "https://registry.npmjs.org/@testing-library/react/-/react-12.1.5.tgz"
- integrity sha512-OfTXCJUFgjd/digLUuPxa0+/3ZxsQmE7ub9kcbW/wi96Bh3o/p5vrETcBGfP17NWPGqeYYl5LTRpwyGoMC4ysg==
- dependencies:
- "@babel/runtime" "^7.12.5"
- "@testing-library/dom" "^8.0.0"
- "@types/react-dom" "<18.0.0"
-
"@testing-library/react@^16.0.1":
version "16.0.1"
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-16.0.1.tgz#29c0ee878d672703f5e7579f239005e4e0faa875"
@@ -4463,7 +4432,7 @@
"@types/aria-query@^5.0.1":
version "5.0.4"
- resolved "https://registry.npmjs.org/@types/aria-query/-/aria-query-5.0.4.tgz"
+ resolved "https://registry.yarnpkg.com/@types/aria-query/-/aria-query-5.0.4.tgz#1a31c3d378850d2778dabb6374d036dcba4ba708"
integrity sha512-rfT93uj5s0PRL7EzccGMs3brplhcrghnDoV26NqKhCAS1hVo+WdNsPvE/yb6ilfr5hi2MEk6d5EWJTKdxg8jVw==
"@types/babel__core@^7.0.0", "@types/babel__core@^7.1.14", "@types/babel__core@^7.18.0", "@types/babel__core@^7.20.5":
@@ -4662,14 +4631,6 @@
dependencies:
"@types/istanbul-lib-report" "*"
-"@types/jest@*":
- version "29.5.12"
- resolved "https://registry.npmjs.org/@types/jest/-/jest-29.5.12.tgz"
- integrity sha512-eDC8bTvT/QhYdxJAulQikueigY5AsdBRH2yDKW3yveW7svY3+DzN84/2NUgkw10RTiJbWqZrTtoGVdYlvFJdLw==
- dependencies:
- expect "^29.0.0"
- pretty-format "^29.0.0"
-
"@types/json-schema@*", "@types/json-schema@^7.0.4", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.8", "@types/json-schema@^7.0.9":
version "7.0.15"
resolved "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz"
@@ -4794,13 +4755,6 @@
resolved "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.7.tgz"
integrity sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==
-"@types/react-dom@<18.0.0":
- version "17.0.25"
- resolved "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.25.tgz"
- integrity sha512-urx7A7UxkZQmThYA4So0NelOVjx3V4rNFVJwp0WZlbIK5eM4rNJDiN3R/E9ix0MBh6kAEojk/9YL+Te6D9zHNA==
- dependencies:
- "@types/react" "^17"
-
"@types/react-router-config@*", "@types/react-router-config@^5.0.6":
version "5.0.11"
resolved "https://registry.npmjs.org/@types/react-router-config/-/react-router-config-5.0.11.tgz"
@@ -4827,13 +4781,12 @@
"@types/history" "^4.7.11"
"@types/react" "*"
-"@types/react@*", "@types/react@^16.8.0 || ^17.0.0 || ^18.0.0", "@types/react@^17":
- version "17.0.80"
- resolved "https://registry.npmjs.org/@types/react/-/react-17.0.80.tgz"
- integrity sha512-LrgHIu2lEtIo8M7d1FcI3BdwXWoRQwMoXOZ7+dPTW0lYREjmlHl3P0U1VD0i/9tppOuv8/sam7sOjx34TxSFbA==
+"@types/react@*", "@types/react@^16.8.0 || ^17.0.0 || ^18.0.0", "@types/react@^18":
+ version "18.3.12"
+ resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.12.tgz#99419f182ccd69151813b7ee24b792fe08774f60"
+ integrity sha512-D2wOSq/d6Agt28q7rSI3jhU7G6aiuzljDGZ2hTZHIkrTLUI+AF3WMeKkEZ9nN2fkBAlcktT6vcZjDFiIhMYEQw==
dependencies:
"@types/prop-types" "*"
- "@types/scheduler" "^0.16"
csstype "^3.0.2"
"@types/resolve@1.17.1":
@@ -4865,11 +4818,6 @@
dependencies:
"@types/node" "*"
-"@types/scheduler@^0.16":
- version "0.16.8"
- resolved "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.8.tgz"
- integrity sha512-WZLiwShhwLRmeV6zH+GkbOFT6Z6VklCItrDioxUnv+u4Ll+8vKeFySoFyK/0ctcRpOmwAicELfmys1sDc/Rw+A==
-
"@types/semver@^6.0.1":
version "6.2.7"
resolved "https://registry.npmjs.org/@types/semver/-/semver-6.2.7.tgz"
@@ -4926,13 +4874,6 @@
resolved "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.3.tgz"
integrity sha512-9aEbYZ3TbYMznPdcdr3SmIrLXwC/AKZXQeCf9Pgao5CKb8CyHuEX5jzWPTkvregvhRJHcpRO6BFoGW9ycaOkYw==
-"@types/testing-library__jest-dom@^5.9.1":
- version "5.14.9"
- resolved "https://registry.npmjs.org/@types/testing-library__jest-dom/-/testing-library__jest-dom-5.14.9.tgz"
- integrity sha512-FSYhIjFlfOpGSRyVoMBMuS3ws5ehFQODymf3vlI7U1K8c7PHwWwFY7VREfmsuzHSOnoKs/9/Y983ayOs7eRzqw==
- dependencies:
- "@types/jest" "*"
-
"@types/trusted-types@^2.0.2":
version "2.0.7"
resolved "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.7.tgz"
@@ -5606,7 +5547,14 @@ argparse@^2.0.1:
resolved "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz"
integrity sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==
-aria-query@5.1.3, aria-query@^5.0.0, aria-query@~5.1.3:
+aria-query@5.3.0:
+ version "5.3.0"
+ resolved "https://registry.yarnpkg.com/aria-query/-/aria-query-5.3.0.tgz#650c569e41ad90b51b3d7df5e5eed1c7549c103e"
+ integrity sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==
+ dependencies:
+ dequal "^2.0.3"
+
+aria-query@^5.0.0, aria-query@~5.1.3:
version "5.1.3"
resolved "https://registry.npmjs.org/aria-query/-/aria-query-5.1.3.tgz"
integrity sha512-R5iJ5lkuHybztUfuOAznmboyjWq8O6sqNqtK7CLOqdydi54VNbORp49mb14KbWgG1QD3JFO9hJdZ+y4KutfdOQ==
@@ -8198,7 +8146,7 @@ depd@~1.1.2:
resolved "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz"
integrity sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==
-dequal@^2.0.2:
+dequal@^2.0.2, dequal@^2.0.3:
version "2.0.3"
resolved "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz"
integrity sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==
@@ -8264,11 +8212,6 @@ diff-sequences@^27.5.1:
resolved "https://registry.npmjs.org/diff-sequences/-/diff-sequences-27.5.1.tgz"
integrity sha512-k1gCAXAsNgLwEL+Y8Wvl+M6oEFj5bgazfZULpS5CneoPPXRaCCW7dm+q21Ky2VEE5X+VeRDBVg1Pcvvsr4TtNQ==
-diff-sequences@^29.6.3:
- version "29.6.3"
- resolved "https://registry.npmjs.org/diff-sequences/-/diff-sequences-29.6.3.tgz"
- integrity sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==
-
diff@^4.0.1:
version "4.0.2"
resolved "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz"
@@ -8359,9 +8302,9 @@ doctrine@^3.0.0:
dependencies:
esutils "^2.0.2"
-dom-accessibility-api@^0.5.6, dom-accessibility-api@^0.5.9:
+dom-accessibility-api@^0.5.9:
version "0.5.16"
- resolved "https://registry.npmjs.org/dom-accessibility-api/-/dom-accessibility-api-0.5.16.tgz"
+ resolved "https://registry.yarnpkg.com/dom-accessibility-api/-/dom-accessibility-api-0.5.16.tgz#5a7429e6066eb3664d911e33fb0e45de8eb08453"
integrity sha512-X7BJ2yElsnOJ30pZF4uIIDfBEVgF4XEBxL9Bxhy6dnrm5hkzqmsWHGTiHqRiITNhMyFLyAiWndIJP7Z1NTteDg==
dom-accessibility-api@^0.6.3:
@@ -9501,17 +9444,6 @@ expect@^27.5.1:
jest-matcher-utils "^27.5.1"
jest-message-util "^27.5.1"
-expect@^29.0.0:
- version "29.7.0"
- resolved "https://registry.npmjs.org/expect/-/expect-29.7.0.tgz"
- integrity sha512-2Zks0hf1VLFYI1kbh0I5jP3KHHyCHpkfyHBzsSXRFgl/Bg9mWYfMW8oD+PdMPlEwy5HNsR9JutYy6pMeOh61nw==
- dependencies:
- "@jest/expect-utils" "^29.7.0"
- jest-get-type "^29.6.3"
- jest-matcher-utils "^29.7.0"
- jest-message-util "^29.7.0"
- jest-util "^29.7.0"
-
express@^4.17.3, express@^4.19.2:
version "4.21.1"
resolved "https://registry.yarnpkg.com/express/-/express-4.21.1.tgz#9dae5dda832f16b4eec941a4e44aa89ec481b281"
@@ -12067,16 +11999,6 @@ jest-diff@^27.5.1:
jest-get-type "^27.5.1"
pretty-format "^27.5.1"
-jest-diff@^29.7.0:
- version "29.7.0"
- resolved "https://registry.npmjs.org/jest-diff/-/jest-diff-29.7.0.tgz"
- integrity sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1oEDUfIXVuTqLRUjw==
- dependencies:
- chalk "^4.0.0"
- diff-sequences "^29.6.3"
- jest-get-type "^29.6.3"
- pretty-format "^29.7.0"
-
jest-docblock@^27.5.1:
version "27.5.1"
resolved "https://registry.npmjs.org/jest-docblock/-/jest-docblock-27.5.1.tgz"
@@ -12125,11 +12047,6 @@ jest-get-type@^27.5.1:
resolved "https://registry.npmjs.org/jest-get-type/-/jest-get-type-27.5.1.tgz"
integrity sha512-2KY95ksYSaK7DMBWQn6dQz3kqAf3BB64y2udeG+hv4KfSOb9qwcYQstTJc1KCbsix+wLZWZYN8t7nwX3GOBLRw==
-jest-get-type@^29.6.3:
- version "29.6.3"
- resolved "https://registry.npmjs.org/jest-get-type/-/jest-get-type-29.6.3.tgz"
- integrity sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==
-
jest-haste-map@^27.5.1:
version "27.5.1"
resolved "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-27.5.1.tgz"
@@ -12191,16 +12108,6 @@ jest-matcher-utils@^27.5.1:
jest-get-type "^27.5.1"
pretty-format "^27.5.1"
-jest-matcher-utils@^29.7.0:
- version "29.7.0"
- resolved "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-29.7.0.tgz"
- integrity sha512-sBkD+Xi9DtcChsI3L3u0+N0opgPYnCRPtGcQYrgXmR+hmt/fYfWAL0xRXYU8eWOdfuLgBe0YCW3AFtnRLagq/g==
- dependencies:
- chalk "^4.0.0"
- jest-diff "^29.7.0"
- jest-get-type "^29.6.3"
- pretty-format "^29.7.0"
-
jest-message-util@^27.5.1:
version "27.5.1"
resolved "https://registry.npmjs.org/jest-message-util/-/jest-message-util-27.5.1.tgz"
@@ -12231,21 +12138,6 @@ jest-message-util@^28.1.3:
slash "^3.0.0"
stack-utils "^2.0.3"
-jest-message-util@^29.7.0:
- version "29.7.0"
- resolved "https://registry.npmjs.org/jest-message-util/-/jest-message-util-29.7.0.tgz"
- integrity sha512-GBEV4GRADeP+qtB2+6u61stea8mGcOT4mCtrYISZwfu9/ISHFJ/5zOMXYbpBE9RsS5+Gb63DW4FgmnKJ79Kf6w==
- dependencies:
- "@babel/code-frame" "^7.12.13"
- "@jest/types" "^29.6.3"
- "@types/stack-utils" "^2.0.0"
- chalk "^4.0.0"
- graceful-fs "^4.2.9"
- micromatch "^4.0.4"
- pretty-format "^29.7.0"
- slash "^3.0.0"
- stack-utils "^2.0.3"
-
jest-mock@^27.5.1:
version "27.5.1"
resolved "https://registry.npmjs.org/jest-mock/-/jest-mock-27.5.1.tgz"
@@ -13258,7 +13150,7 @@ luxon@3.2.1:
lz-string@^1.5.0:
version "1.5.0"
- resolved "https://registry.npmjs.org/lz-string/-/lz-string-1.5.0.tgz"
+ resolved "https://registry.yarnpkg.com/lz-string/-/lz-string-1.5.0.tgz#c1ab50f77887b712621201ba9fd4e3a6ed099941"
integrity sha512-h5bgJWpxJNswbU7qCrV0tIKQCaS3blPDrqKWx+QxzuzL1zGUzij9XCWLrSLsJPu5t+eWA/ycetzYAO5IOMcWAQ==
magic-string@^0.25.0, magic-string@^0.25.7:
@@ -15331,15 +15223,6 @@ pretty-format@^28.1.3:
ansi-styles "^5.0.0"
react-is "^18.0.0"
-pretty-format@^29.0.0, pretty-format@^29.7.0:
- version "29.7.0"
- resolved "https://registry.npmjs.org/pretty-format/-/pretty-format-29.7.0.tgz"
- integrity sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==
- dependencies:
- "@jest/schemas" "^29.6.3"
- ansi-styles "^5.0.0"
- react-is "^18.0.0"
-
pretty-time@^1.1.0:
version "1.1.0"
resolved "https://registry.npmjs.org/pretty-time/-/pretty-time-1.1.0.tgz"
@@ -15796,12 +15679,12 @@ react-helmet-async@*, react-helmet-async@^1.3.0:
react-fast-compare "^3.2.0"
shallowequal "^1.1.0"
-react-is@18.1.0, react-is@^18.0.0:
+react-is@18.1.0:
version "18.1.0"
resolved "https://registry.npmjs.org/react-is/-/react-is-18.1.0.tgz"
integrity sha512-Fl7FuabXsJnV5Q1qIOQwx/sagGF18kogb4gpfcG4gjLBWO0WDiiz1ko/ExayuxE7InyQkBLkxRFG5oxY6Uu3Kg==
-"react-is@^16.12.0 || ^17.0.0 || ^18.0.0", react-is@^18.2.0:
+"react-is@^16.12.0 || ^17.0.0 || ^18.0.0", react-is@^18.0.0, react-is@^18.2.0:
version "18.3.1"
resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.3.1.tgz#e83557dc12eae63a99e003a46388b1dcbb44db7e"
integrity sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==
From eb6847ded5eaae6992f9a60515fc5fce01cbd694 Mon Sep 17 00:00:00 2001
From: "@dhis2-bot"
Date: Tue, 5 Nov 2024 15:50:03 +0000
Subject: [PATCH 170/170] chore(release): cut 9.13.0 [skip release]
# [9.13.0](https://github.com/dhis2/ui/compare/v9.12.0...v9.13.0) (2024-11-05)
### Bug Fixes
* peer dependency issue with npm publish ([#1628](https://github.com/dhis2/ui/issues/1628)) ([1319654](https://github.com/dhis2/ui/commit/13196549eb2450d33d3debcbfa68d0321f8c6358))
* **translations:** sync translations from transifex (master) ([7f22330](https://github.com/dhis2/ui/commit/7f22330ddfd1af2ac6e0199f4df78abf695200a2))
### Features
* update react peer dependency to react@18 ([#1624](https://github.com/dhis2/ui/issues/1624)) ([5d3c2a4](https://github.com/dhis2/ui/commit/5d3c2a4f6fc4683354a5af3d8ec2f8bfd88169f5))
---
CHANGELOG.md | 13 +++
collections/forms/package.json | 20 ++--
collections/ui/package.json | 98 +++++++++----------
components/alert/package.json | 8 +-
components/box/package.json | 4 +-
components/button/package.json | 12 +--
components/calendar/package.json | 16 +--
components/card/package.json | 4 +-
components/center/package.json | 4 +-
components/checkbox/package.json | 8 +-
components/chip/package.json | 4 +-
components/cover/package.json | 4 +-
components/css/package.json | 4 +-
components/divider/package.json | 4 +-
components/field/package.json | 10 +-
components/file-input/package.json | 16 +--
components/header-bar/package.json | 30 +++---
components/help/package.json | 4 +-
components/input/package.json | 16 +--
components/intersection-detector/package.json | 4 +-
components/label/package.json | 6 +-
components/layer/package.json | 6 +-
components/legend/package.json | 6 +-
components/loader/package.json | 4 +-
components/logo/package.json | 4 +-
components/menu/package.json | 16 +--
components/modal/package.json | 14 +--
components/node/package.json | 6 +-
components/notice-box/package.json | 6 +-
.../organisation-unit-tree/package.json | 12 +--
components/pagination/package.json | 10 +-
components/popover/package.json | 8 +-
components/popper/package.json | 4 +-
components/portal/package.json | 2 +-
components/radio/package.json | 4 +-
components/required/package.json | 4 +-
components/segmented-control/package.json | 4 +-
components/select/package.json | 30 +++---
components/selector-bar/package.json | 22 ++---
components/sharing-dialog/package.json | 34 +++----
components/status-icon/package.json | 8 +-
components/switch/package.json | 8 +-
components/tab/package.json | 8 +-
components/table/package.json | 6 +-
components/tag/package.json | 4 +-
components/text-area/package.json | 14 +--
components/tooltip/package.json | 8 +-
components/transfer/package.json | 14 +--
components/user-avatar/package.json | 4 +-
constants/package.json | 2 +-
docs/package.json | 2 +-
icons/package.json | 2 +-
package.json | 2 +-
storybook/package.json | 6 +-
54 files changed, 293 insertions(+), 280 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bf950c86b1..716d573660 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,16 @@
+# [9.13.0](https://github.com/dhis2/ui/compare/v9.12.0...v9.13.0) (2024-11-05)
+
+
+### Bug Fixes
+
+* peer dependency issue with npm publish ([#1628](https://github.com/dhis2/ui/issues/1628)) ([1319654](https://github.com/dhis2/ui/commit/13196549eb2450d33d3debcbfa68d0321f8c6358))
+* **translations:** sync translations from transifex (master) ([7f22330](https://github.com/dhis2/ui/commit/7f22330ddfd1af2ac6e0199f4df78abf695200a2))
+
+
+### Features
+
+* update react peer dependency to react@18 ([#1624](https://github.com/dhis2/ui/issues/1624)) ([5d3c2a4](https://github.com/dhis2/ui/commit/5d3c2a4f6fc4683354a5af3d8ec2f8bfd88169f5))
+
# [9.12.0](https://github.com/dhis2/ui/compare/v9.11.8...v9.12.0) (2024-10-29)
diff --git a/collections/forms/package.json b/collections/forms/package.json
index 91c9afcde7..7977f4c009 100644
--- a/collections/forms/package.json
+++ b/collections/forms/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-forms",
- "version": "9.12.0",
+ "version": "9.13.0",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
"sideEffects": [
@@ -35,15 +35,15 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.12.0",
- "@dhis2-ui/checkbox": "9.12.0",
- "@dhis2-ui/field": "9.12.0",
- "@dhis2-ui/file-input": "9.12.0",
- "@dhis2-ui/input": "9.12.0",
- "@dhis2-ui/radio": "9.12.0",
- "@dhis2-ui/select": "9.12.0",
- "@dhis2-ui/switch": "9.12.0",
- "@dhis2-ui/text-area": "9.12.0",
+ "@dhis2-ui/button": "9.13.0",
+ "@dhis2-ui/checkbox": "9.13.0",
+ "@dhis2-ui/field": "9.13.0",
+ "@dhis2-ui/file-input": "9.13.0",
+ "@dhis2-ui/input": "9.13.0",
+ "@dhis2-ui/radio": "9.13.0",
+ "@dhis2-ui/select": "9.13.0",
+ "@dhis2-ui/switch": "9.13.0",
+ "@dhis2-ui/text-area": "9.13.0",
"classnames": "^2.3.1",
"final-form": "^4.20.2",
"prop-types": "^15.7.2",
diff --git a/collections/ui/package.json b/collections/ui/package.json
index 7cad01d831..cc0a8f99c3 100644
--- a/collections/ui/package.json
+++ b/collections/ui/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui",
- "version": "9.12.0",
+ "version": "9.13.0",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
"exports": {
@@ -21,54 +21,54 @@
"build": "d2-app-scripts build"
},
"dependencies": {
- "@dhis2-ui/alert": "9.12.0",
- "@dhis2-ui/box": "9.12.0",
- "@dhis2-ui/button": "9.12.0",
- "@dhis2-ui/calendar": "9.12.0",
- "@dhis2-ui/card": "9.12.0",
- "@dhis2-ui/center": "9.12.0",
- "@dhis2-ui/checkbox": "9.12.0",
- "@dhis2-ui/chip": "9.12.0",
- "@dhis2-ui/cover": "9.12.0",
- "@dhis2-ui/css": "9.12.0",
- "@dhis2-ui/divider": "9.12.0",
- "@dhis2-ui/field": "9.12.0",
- "@dhis2-ui/file-input": "9.12.0",
- "@dhis2-ui/header-bar": "9.12.0",
- "@dhis2-ui/help": "9.12.0",
- "@dhis2-ui/input": "9.12.0",
- "@dhis2-ui/intersection-detector": "9.12.0",
- "@dhis2-ui/label": "9.12.0",
- "@dhis2-ui/layer": "9.12.0",
- "@dhis2-ui/legend": "9.12.0",
- "@dhis2-ui/loader": "9.12.0",
- "@dhis2-ui/logo": "9.12.0",
- "@dhis2-ui/menu": "9.12.0",
- "@dhis2-ui/modal": "9.12.0",
- "@dhis2-ui/node": "9.12.0",
- "@dhis2-ui/notice-box": "9.12.0",
- "@dhis2-ui/organisation-unit-tree": "9.12.0",
- "@dhis2-ui/pagination": "9.12.0",
- "@dhis2-ui/popover": "9.12.0",
- "@dhis2-ui/popper": "9.12.0",
- "@dhis2-ui/portal": "9.12.0",
- "@dhis2-ui/radio": "9.12.0",
- "@dhis2-ui/required": "9.12.0",
- "@dhis2-ui/segmented-control": "9.12.0",
- "@dhis2-ui/select": "9.12.0",
- "@dhis2-ui/selector-bar": "9.12.0",
- "@dhis2-ui/sharing-dialog": "9.12.0",
- "@dhis2-ui/switch": "9.12.0",
- "@dhis2-ui/tab": "9.12.0",
- "@dhis2-ui/table": "9.12.0",
- "@dhis2-ui/tag": "9.12.0",
- "@dhis2-ui/text-area": "9.12.0",
- "@dhis2-ui/tooltip": "9.12.0",
- "@dhis2-ui/transfer": "9.12.0",
- "@dhis2-ui/user-avatar": "9.12.0",
- "@dhis2/ui-constants": "9.12.0",
- "@dhis2/ui-forms": "9.12.0",
- "@dhis2/ui-icons": "9.12.0",
+ "@dhis2-ui/alert": "9.13.0",
+ "@dhis2-ui/box": "9.13.0",
+ "@dhis2-ui/button": "9.13.0",
+ "@dhis2-ui/calendar": "9.13.0",
+ "@dhis2-ui/card": "9.13.0",
+ "@dhis2-ui/center": "9.13.0",
+ "@dhis2-ui/checkbox": "9.13.0",
+ "@dhis2-ui/chip": "9.13.0",
+ "@dhis2-ui/cover": "9.13.0",
+ "@dhis2-ui/css": "9.13.0",
+ "@dhis2-ui/divider": "9.13.0",
+ "@dhis2-ui/field": "9.13.0",
+ "@dhis2-ui/file-input": "9.13.0",
+ "@dhis2-ui/header-bar": "9.13.0",
+ "@dhis2-ui/help": "9.13.0",
+ "@dhis2-ui/input": "9.13.0",
+ "@dhis2-ui/intersection-detector": "9.13.0",
+ "@dhis2-ui/label": "9.13.0",
+ "@dhis2-ui/layer": "9.13.0",
+ "@dhis2-ui/legend": "9.13.0",
+ "@dhis2-ui/loader": "9.13.0",
+ "@dhis2-ui/logo": "9.13.0",
+ "@dhis2-ui/menu": "9.13.0",
+ "@dhis2-ui/modal": "9.13.0",
+ "@dhis2-ui/node": "9.13.0",
+ "@dhis2-ui/notice-box": "9.13.0",
+ "@dhis2-ui/organisation-unit-tree": "9.13.0",
+ "@dhis2-ui/pagination": "9.13.0",
+ "@dhis2-ui/popover": "9.13.0",
+ "@dhis2-ui/popper": "9.13.0",
+ "@dhis2-ui/portal": "9.13.0",
+ "@dhis2-ui/radio": "9.13.0",
+ "@dhis2-ui/required": "9.13.0",
+ "@dhis2-ui/segmented-control": "9.13.0",
+ "@dhis2-ui/select": "9.13.0",
+ "@dhis2-ui/selector-bar": "9.13.0",
+ "@dhis2-ui/sharing-dialog": "9.13.0",
+ "@dhis2-ui/switch": "9.13.0",
+ "@dhis2-ui/tab": "9.13.0",
+ "@dhis2-ui/table": "9.13.0",
+ "@dhis2-ui/tag": "9.13.0",
+ "@dhis2-ui/text-area": "9.13.0",
+ "@dhis2-ui/tooltip": "9.13.0",
+ "@dhis2-ui/transfer": "9.13.0",
+ "@dhis2-ui/user-avatar": "9.13.0",
+ "@dhis2/ui-constants": "9.13.0",
+ "@dhis2/ui-forms": "9.13.0",
+ "@dhis2/ui-icons": "9.13.0",
"prop-types": "^15.7.2"
},
"peerDependencies": {
diff --git a/components/alert/package.json b/components/alert/package.json
index 1880fb23a6..0ac6792946 100644
--- a/components/alert/package.json
+++ b/components/alert/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/alert",
- "version": "9.12.0",
+ "version": "9.13.0",
"description": "UI Alert",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/portal": "9.12.0",
- "@dhis2/ui-constants": "9.12.0",
- "@dhis2/ui-icons": "9.12.0",
+ "@dhis2-ui/portal": "9.13.0",
+ "@dhis2/ui-constants": "9.13.0",
+ "@dhis2/ui-icons": "9.13.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/box/package.json b/components/box/package.json
index f1371cedcd..3445cb04ce 100644
--- a/components/box/package.json
+++ b/components/box/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/box",
- "version": "9.12.0",
+ "version": "9.13.0",
"description": "UI Box",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.12.0",
+ "@dhis2/ui-constants": "9.13.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/button/package.json b/components/button/package.json
index 5ed603d204..55f088f439 100644
--- a/components/button/package.json
+++ b/components/button/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/button",
- "version": "9.12.0",
+ "version": "9.13.0",
"description": "UI Button",
"repository": {
"type": "git",
@@ -33,11 +33,11 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/layer": "9.12.0",
- "@dhis2-ui/loader": "9.12.0",
- "@dhis2-ui/popper": "9.12.0",
- "@dhis2/ui-constants": "9.12.0",
- "@dhis2/ui-icons": "9.12.0",
+ "@dhis2-ui/layer": "9.13.0",
+ "@dhis2-ui/loader": "9.13.0",
+ "@dhis2-ui/popper": "9.13.0",
+ "@dhis2/ui-constants": "9.13.0",
+ "@dhis2/ui-icons": "9.13.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/calendar/package.json b/components/calendar/package.json
index 458f0efb6f..dac0359bd2 100644
--- a/components/calendar/package.json
+++ b/components/calendar/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/calendar",
- "version": "9.12.0",
+ "version": "9.13.0",
"description": "UI Calendar",
"repository": {
"type": "git",
@@ -33,15 +33,15 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/button": "9.12.0",
- "@dhis2-ui/card": "9.12.0",
- "@dhis2-ui/input": "9.12.0",
- "@dhis2-ui/layer": "9.12.0",
- "@dhis2-ui/popper": "9.12.0",
+ "@dhis2-ui/button": "9.13.0",
+ "@dhis2-ui/card": "9.13.0",
+ "@dhis2-ui/input": "9.13.0",
+ "@dhis2-ui/layer": "9.13.0",
+ "@dhis2-ui/popper": "9.13.0",
"@dhis2/multi-calendar-dates": "^1.2.3",
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.12.0",
- "@dhis2/ui-icons": "9.12.0",
+ "@dhis2/ui-constants": "9.13.0",
+ "@dhis2/ui-icons": "9.13.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/card/package.json b/components/card/package.json
index 3ed5c29419..53b190b82b 100644
--- a/components/card/package.json
+++ b/components/card/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/card",
- "version": "9.12.0",
+ "version": "9.13.0",
"description": "UI Card",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.12.0",
+ "@dhis2/ui-constants": "9.13.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/center/package.json b/components/center/package.json
index af44535e6a..e31568e1da 100644
--- a/components/center/package.json
+++ b/components/center/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/center",
- "version": "9.12.0",
+ "version": "9.13.0",
"description": "UI Center",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.12.0",
+ "@dhis2/ui-constants": "9.13.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/checkbox/package.json b/components/checkbox/package.json
index 9f56720361..aef7a2369d 100644
--- a/components/checkbox/package.json
+++ b/components/checkbox/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/checkbox",
- "version": "9.12.0",
+ "version": "9.13.0",
"description": "UI Checkbox",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/field": "9.12.0",
- "@dhis2-ui/required": "9.12.0",
- "@dhis2/ui-constants": "9.12.0",
+ "@dhis2-ui/field": "9.13.0",
+ "@dhis2-ui/required": "9.13.0",
+ "@dhis2/ui-constants": "9.13.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/chip/package.json b/components/chip/package.json
index 7bb44e29b5..b6dba89799 100644
--- a/components/chip/package.json
+++ b/components/chip/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/chip",
- "version": "9.12.0",
+ "version": "9.13.0",
"description": "UI Chip",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.12.0",
+ "@dhis2/ui-constants": "9.13.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/cover/package.json b/components/cover/package.json
index 3f0356e9c8..10aae323dd 100644
--- a/components/cover/package.json
+++ b/components/cover/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/cover",
- "version": "9.12.0",
+ "version": "9.13.0",
"description": "UI Cover",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.12.0",
+ "@dhis2/ui-constants": "9.13.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/css/package.json b/components/css/package.json
index 16450436a8..a62026d9c3 100644
--- a/components/css/package.json
+++ b/components/css/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/css",
- "version": "9.12.0",
+ "version": "9.13.0",
"description": "UI CSS",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.12.0",
+ "@dhis2/ui-constants": "9.13.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/divider/package.json b/components/divider/package.json
index 74f545138d..a39605d6f9 100644
--- a/components/divider/package.json
+++ b/components/divider/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/divider",
- "version": "9.12.0",
+ "version": "9.13.0",
"description": "UI Divider",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.12.0",
+ "@dhis2/ui-constants": "9.13.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/field/package.json b/components/field/package.json
index b13e6939a0..df64d182a6 100644
--- a/components/field/package.json
+++ b/components/field/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/field",
- "version": "9.12.0",
+ "version": "9.13.0",
"description": "UI Field",
"repository": {
"type": "git",
@@ -33,10 +33,10 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.12.0",
- "@dhis2-ui/help": "9.12.0",
- "@dhis2-ui/label": "9.12.0",
- "@dhis2/ui-constants": "9.12.0",
+ "@dhis2-ui/box": "9.13.0",
+ "@dhis2-ui/help": "9.13.0",
+ "@dhis2-ui/label": "9.13.0",
+ "@dhis2/ui-constants": "9.13.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/file-input/package.json b/components/file-input/package.json
index 731b24bb51..77e8ea2e4f 100644
--- a/components/file-input/package.json
+++ b/components/file-input/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/file-input",
- "version": "9.12.0",
+ "version": "9.13.0",
"description": "UI FileInput",
"repository": {
"type": "git",
@@ -34,13 +34,13 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.12.0",
- "@dhis2-ui/field": "9.12.0",
- "@dhis2-ui/label": "9.12.0",
- "@dhis2-ui/loader": "9.12.0",
- "@dhis2-ui/status-icon": "9.12.0",
- "@dhis2/ui-constants": "9.12.0",
- "@dhis2/ui-icons": "9.12.0",
+ "@dhis2-ui/button": "9.13.0",
+ "@dhis2-ui/field": "9.13.0",
+ "@dhis2-ui/label": "9.13.0",
+ "@dhis2-ui/loader": "9.13.0",
+ "@dhis2-ui/status-icon": "9.13.0",
+ "@dhis2/ui-constants": "9.13.0",
+ "@dhis2/ui-icons": "9.13.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/header-bar/package.json b/components/header-bar/package.json
index 8a01c09c39..f5fcd2b45c 100644
--- a/components/header-bar/package.json
+++ b/components/header-bar/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/header-bar",
- "version": "9.12.0",
+ "version": "9.13.0",
"description": "UI HeaderBar",
"repository": {
"type": "git",
@@ -34,21 +34,21 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/box": "9.12.0",
- "@dhis2-ui/button": "9.12.0",
- "@dhis2-ui/card": "9.12.0",
- "@dhis2-ui/center": "9.12.0",
- "@dhis2-ui/divider": "9.12.0",
- "@dhis2-ui/input": "9.12.0",
- "@dhis2-ui/layer": "9.12.0",
- "@dhis2-ui/loader": "9.12.0",
- "@dhis2-ui/logo": "9.12.0",
- "@dhis2-ui/menu": "9.12.0",
- "@dhis2-ui/modal": "9.12.0",
- "@dhis2-ui/user-avatar": "9.12.0",
+ "@dhis2-ui/box": "9.13.0",
+ "@dhis2-ui/button": "9.13.0",
+ "@dhis2-ui/card": "9.13.0",
+ "@dhis2-ui/center": "9.13.0",
+ "@dhis2-ui/divider": "9.13.0",
+ "@dhis2-ui/input": "9.13.0",
+ "@dhis2-ui/layer": "9.13.0",
+ "@dhis2-ui/loader": "9.13.0",
+ "@dhis2-ui/logo": "9.13.0",
+ "@dhis2-ui/menu": "9.13.0",
+ "@dhis2-ui/modal": "9.13.0",
+ "@dhis2-ui/user-avatar": "9.13.0",
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.12.0",
- "@dhis2/ui-icons": "9.12.0",
+ "@dhis2/ui-constants": "9.13.0",
+ "@dhis2/ui-icons": "9.13.0",
"classnames": "^2.3.1",
"moment": "^2.29.1",
"prop-types": "^15.7.2"
diff --git a/components/help/package.json b/components/help/package.json
index 77047b249e..ad07948ea5 100644
--- a/components/help/package.json
+++ b/components/help/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/help",
- "version": "9.12.0",
+ "version": "9.13.0",
"description": "UI Help",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.12.0",
+ "@dhis2/ui-constants": "9.13.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/input/package.json b/components/input/package.json
index a024c839bb..8f80187dbe 100644
--- a/components/input/package.json
+++ b/components/input/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/input",
- "version": "9.12.0",
+ "version": "9.13.0",
"description": "UI Input",
"repository": {
"type": "git",
@@ -33,13 +33,13 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.12.0",
- "@dhis2-ui/field": "9.12.0",
- "@dhis2-ui/input": "9.12.0",
- "@dhis2-ui/loader": "9.12.0",
- "@dhis2-ui/status-icon": "9.12.0",
- "@dhis2/ui-constants": "9.12.0",
- "@dhis2/ui-icons": "9.12.0",
+ "@dhis2-ui/box": "9.13.0",
+ "@dhis2-ui/field": "9.13.0",
+ "@dhis2-ui/input": "9.13.0",
+ "@dhis2-ui/loader": "9.13.0",
+ "@dhis2-ui/status-icon": "9.13.0",
+ "@dhis2/ui-constants": "9.13.0",
+ "@dhis2/ui-icons": "9.13.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/intersection-detector/package.json b/components/intersection-detector/package.json
index 890a868728..15e1340f99 100644
--- a/components/intersection-detector/package.json
+++ b/components/intersection-detector/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/intersection-detector",
- "version": "9.12.0",
+ "version": "9.13.0",
"description": "UI IntersectionDetector",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.12.0",
+ "@dhis2/ui-constants": "9.13.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/label/package.json b/components/label/package.json
index e2a64d4b95..0563ac0a08 100644
--- a/components/label/package.json
+++ b/components/label/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/label",
- "version": "9.12.0",
+ "version": "9.13.0",
"description": "UI Label",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/required": "9.12.0",
- "@dhis2/ui-constants": "9.12.0",
+ "@dhis2-ui/required": "9.13.0",
+ "@dhis2/ui-constants": "9.13.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/layer/package.json b/components/layer/package.json
index b65e14601c..404d6690fe 100644
--- a/components/layer/package.json
+++ b/components/layer/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/layer",
- "version": "9.12.0",
+ "version": "9.13.0",
"description": "UI Layer",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/portal": "9.12.0",
- "@dhis2/ui-constants": "9.12.0",
+ "@dhis2-ui/portal": "9.13.0",
+ "@dhis2/ui-constants": "9.13.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/legend/package.json b/components/legend/package.json
index 7606de6025..91ca948011 100644
--- a/components/legend/package.json
+++ b/components/legend/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/legend",
- "version": "9.12.0",
+ "version": "9.13.0",
"description": "UI Legend",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/required": "9.12.0",
- "@dhis2/ui-constants": "9.12.0",
+ "@dhis2-ui/required": "9.13.0",
+ "@dhis2/ui-constants": "9.13.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/loader/package.json b/components/loader/package.json
index c3bfd7df40..4810acfdac 100644
--- a/components/loader/package.json
+++ b/components/loader/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/loader",
- "version": "9.12.0",
+ "version": "9.13.0",
"description": "UI Loaders",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.12.0",
+ "@dhis2/ui-constants": "9.13.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/logo/package.json b/components/logo/package.json
index 7361b0d90d..30d8bdc928 100644
--- a/components/logo/package.json
+++ b/components/logo/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/logo",
- "version": "9.12.0",
+ "version": "9.13.0",
"description": "UI Logo",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.12.0",
+ "@dhis2/ui-constants": "9.13.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/menu/package.json b/components/menu/package.json
index 9972fe2386..52f86085ce 100644
--- a/components/menu/package.json
+++ b/components/menu/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/menu",
- "version": "9.12.0",
+ "version": "9.13.0",
"description": "UI Menu",
"repository": {
"type": "git",
@@ -33,13 +33,13 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/card": "9.12.0",
- "@dhis2-ui/divider": "9.12.0",
- "@dhis2-ui/layer": "9.12.0",
- "@dhis2-ui/popper": "9.12.0",
- "@dhis2-ui/portal": "9.12.0",
- "@dhis2/ui-constants": "9.12.0",
- "@dhis2/ui-icons": "9.12.0",
+ "@dhis2-ui/card": "9.13.0",
+ "@dhis2-ui/divider": "9.13.0",
+ "@dhis2-ui/layer": "9.13.0",
+ "@dhis2-ui/popper": "9.13.0",
+ "@dhis2-ui/portal": "9.13.0",
+ "@dhis2/ui-constants": "9.13.0",
+ "@dhis2/ui-icons": "9.13.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/modal/package.json b/components/modal/package.json
index ad97ec531c..240527eba5 100644
--- a/components/modal/package.json
+++ b/components/modal/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/modal",
- "version": "9.12.0",
+ "version": "9.13.0",
"description": "UI Modal",
"repository": {
"type": "git",
@@ -33,12 +33,12 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/card": "9.12.0",
- "@dhis2-ui/center": "9.12.0",
- "@dhis2-ui/layer": "9.12.0",
- "@dhis2-ui/portal": "9.12.0",
- "@dhis2/ui-constants": "9.12.0",
- "@dhis2/ui-icons": "9.12.0",
+ "@dhis2-ui/card": "9.13.0",
+ "@dhis2-ui/center": "9.13.0",
+ "@dhis2-ui/layer": "9.13.0",
+ "@dhis2-ui/portal": "9.13.0",
+ "@dhis2/ui-constants": "9.13.0",
+ "@dhis2/ui-icons": "9.13.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/node/package.json b/components/node/package.json
index b1356545a3..d27423b549 100644
--- a/components/node/package.json
+++ b/components/node/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/node",
- "version": "9.12.0",
+ "version": "9.13.0",
"description": "UI Node",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/loader": "9.12.0",
- "@dhis2/ui-constants": "9.12.0",
+ "@dhis2-ui/loader": "9.13.0",
+ "@dhis2/ui-constants": "9.13.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/notice-box/package.json b/components/notice-box/package.json
index a7d21be68e..43df159d49 100644
--- a/components/notice-box/package.json
+++ b/components/notice-box/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/notice-box",
- "version": "9.12.0",
+ "version": "9.13.0",
"description": "UI NoticeBox",
"repository": {
"type": "git",
@@ -33,8 +33,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.12.0",
- "@dhis2/ui-icons": "9.12.0",
+ "@dhis2/ui-constants": "9.13.0",
+ "@dhis2/ui-icons": "9.13.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/organisation-unit-tree/package.json b/components/organisation-unit-tree/package.json
index f0564045ad..e8ac72a885 100644
--- a/components/organisation-unit-tree/package.json
+++ b/components/organisation-unit-tree/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/organisation-unit-tree",
- "version": "9.12.0",
+ "version": "9.13.0",
"description": "UI OrganisationUnitTree",
"repository": {
"type": "git",
@@ -35,11 +35,11 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.12.0",
- "@dhis2-ui/checkbox": "9.12.0",
- "@dhis2-ui/loader": "9.12.0",
- "@dhis2-ui/node": "9.12.0",
- "@dhis2/ui-constants": "9.12.0",
+ "@dhis2-ui/button": "9.13.0",
+ "@dhis2-ui/checkbox": "9.13.0",
+ "@dhis2-ui/loader": "9.13.0",
+ "@dhis2-ui/node": "9.13.0",
+ "@dhis2/ui-constants": "9.13.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/pagination/package.json b/components/pagination/package.json
index d59d51cb62..564371e1c5 100644
--- a/components/pagination/package.json
+++ b/components/pagination/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/pagination",
- "version": "9.12.0",
+ "version": "9.13.0",
"description": "UI Pagination",
"repository": {
"type": "git",
@@ -34,10 +34,10 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.12.0",
- "@dhis2-ui/select": "9.12.0",
- "@dhis2/ui-constants": "9.12.0",
- "@dhis2/ui-icons": "9.12.0",
+ "@dhis2-ui/button": "9.13.0",
+ "@dhis2-ui/select": "9.13.0",
+ "@dhis2/ui-constants": "9.13.0",
+ "@dhis2/ui-icons": "9.13.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/popover/package.json b/components/popover/package.json
index 10babc9e8f..da328a8997 100644
--- a/components/popover/package.json
+++ b/components/popover/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/popover",
- "version": "9.12.0",
+ "version": "9.13.0",
"description": "UI Popover",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/layer": "9.12.0",
- "@dhis2-ui/popper": "9.12.0",
- "@dhis2/ui-constants": "9.12.0",
+ "@dhis2-ui/layer": "9.13.0",
+ "@dhis2-ui/popper": "9.13.0",
+ "@dhis2/ui-constants": "9.13.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/popper/package.json b/components/popper/package.json
index 96ccf5d431..1a761afc6a 100644
--- a/components/popper/package.json
+++ b/components/popper/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/popper",
- "version": "9.12.0",
+ "version": "9.13.0",
"description": "UI Popper",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.12.0",
+ "@dhis2/ui-constants": "9.13.0",
"@popperjs/core": "^2.10.1",
"classnames": "^2.3.1",
"prop-types": "^15.7.2",
diff --git a/components/portal/package.json b/components/portal/package.json
index 32e4ba449e..1640ca4324 100644
--- a/components/portal/package.json
+++ b/components/portal/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/portal",
- "version": "9.12.0",
+ "version": "9.13.0",
"description": "UI Portal",
"repository": {
"type": "git",
diff --git a/components/radio/package.json b/components/radio/package.json
index cfffca0085..6fccd6f9e7 100644
--- a/components/radio/package.json
+++ b/components/radio/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/radio",
- "version": "9.12.0",
+ "version": "9.13.0",
"description": "UI Radio",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.12.0",
+ "@dhis2/ui-constants": "9.13.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/required/package.json b/components/required/package.json
index 71e5b2bd51..bf063e6024 100644
--- a/components/required/package.json
+++ b/components/required/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/required",
- "version": "9.12.0",
+ "version": "9.13.0",
"description": "UI Required",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.12.0",
+ "@dhis2/ui-constants": "9.13.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/segmented-control/package.json b/components/segmented-control/package.json
index f8ae86e4a8..7d05b26706 100644
--- a/components/segmented-control/package.json
+++ b/components/segmented-control/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/segmented-control",
- "version": "9.12.0",
+ "version": "9.13.0",
"description": "UI Segmented Control",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.12.0",
+ "@dhis2/ui-constants": "9.13.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/select/package.json b/components/select/package.json
index b68ddfdf3f..6323c005c6 100644
--- a/components/select/package.json
+++ b/components/select/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/select",
- "version": "9.12.0",
+ "version": "9.13.0",
"description": "UI Select",
"repository": {
"type": "git",
@@ -33,21 +33,21 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/box": "9.12.0",
- "@dhis2-ui/button": "9.12.0",
- "@dhis2-ui/card": "9.12.0",
- "@dhis2-ui/checkbox": "9.12.0",
- "@dhis2-ui/chip": "9.12.0",
- "@dhis2-ui/field": "9.12.0",
- "@dhis2-ui/input": "9.12.0",
- "@dhis2-ui/layer": "9.12.0",
- "@dhis2-ui/loader": "9.12.0",
- "@dhis2-ui/popper": "9.12.0",
- "@dhis2-ui/status-icon": "9.12.0",
- "@dhis2-ui/tooltip": "9.12.0",
+ "@dhis2-ui/box": "9.13.0",
+ "@dhis2-ui/button": "9.13.0",
+ "@dhis2-ui/card": "9.13.0",
+ "@dhis2-ui/checkbox": "9.13.0",
+ "@dhis2-ui/chip": "9.13.0",
+ "@dhis2-ui/field": "9.13.0",
+ "@dhis2-ui/input": "9.13.0",
+ "@dhis2-ui/layer": "9.13.0",
+ "@dhis2-ui/loader": "9.13.0",
+ "@dhis2-ui/popper": "9.13.0",
+ "@dhis2-ui/status-icon": "9.13.0",
+ "@dhis2-ui/tooltip": "9.13.0",
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.12.0",
- "@dhis2/ui-icons": "9.12.0",
+ "@dhis2/ui-constants": "9.13.0",
+ "@dhis2/ui-icons": "9.13.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/selector-bar/package.json b/components/selector-bar/package.json
index a7af183be9..e26cba6f2b 100644
--- a/components/selector-bar/package.json
+++ b/components/selector-bar/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/selector-bar",
- "version": "9.12.0",
+ "version": "9.13.0",
"description": "UI Select",
"repository": {
"type": "git",
@@ -33,20 +33,20 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/button": "9.12.0",
- "@dhis2-ui/card": "9.12.0",
- "@dhis2-ui/popper": "9.12.0",
- "@dhis2-ui/layer": "9.12.0",
- "@dhis2/ui-constants": "9.12.0",
- "@dhis2/ui-icons": "9.12.0",
+ "@dhis2-ui/button": "9.13.0",
+ "@dhis2-ui/card": "9.13.0",
+ "@dhis2-ui/popper": "9.13.0",
+ "@dhis2-ui/layer": "9.13.0",
+ "@dhis2/ui-constants": "9.13.0",
+ "@dhis2/ui-icons": "9.13.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
"devDependencies": {
- "@dhis2-ui/css": "9.12.0",
- "@dhis2-ui/menu": "9.12.0",
- "@dhis2-ui/organisation-unit-tree": "9.12.0",
- "@dhis2-ui/select": "9.12.0",
+ "@dhis2-ui/css": "9.13.0",
+ "@dhis2-ui/menu": "9.13.0",
+ "@dhis2-ui/organisation-unit-tree": "9.13.0",
+ "@dhis2-ui/select": "9.13.0",
"@dhis2/d2-i18n": "^1.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
diff --git a/components/sharing-dialog/package.json b/components/sharing-dialog/package.json
index 656ffce39c..0895a79823 100644
--- a/components/sharing-dialog/package.json
+++ b/components/sharing-dialog/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/sharing-dialog",
- "version": "9.12.0",
+ "version": "9.13.0",
"description": "UI SharingDialog",
"repository": {
"type": "git",
@@ -35,22 +35,22 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.12.0",
- "@dhis2-ui/button": "9.12.0",
- "@dhis2-ui/card": "9.12.0",
- "@dhis2-ui/divider": "9.12.0",
- "@dhis2-ui/input": "9.12.0",
- "@dhis2-ui/layer": "9.12.0",
- "@dhis2-ui/menu": "9.12.0",
- "@dhis2-ui/modal": "9.12.0",
- "@dhis2-ui/notice-box": "9.12.0",
- "@dhis2-ui/popper": "9.12.0",
- "@dhis2-ui/select": "9.12.0",
- "@dhis2-ui/tab": "9.12.0",
- "@dhis2-ui/tooltip": "9.12.0",
- "@dhis2-ui/user-avatar": "9.12.0",
- "@dhis2/ui-constants": "9.12.0",
- "@dhis2/ui-icons": "9.12.0",
+ "@dhis2-ui/box": "9.13.0",
+ "@dhis2-ui/button": "9.13.0",
+ "@dhis2-ui/card": "9.13.0",
+ "@dhis2-ui/divider": "9.13.0",
+ "@dhis2-ui/input": "9.13.0",
+ "@dhis2-ui/layer": "9.13.0",
+ "@dhis2-ui/menu": "9.13.0",
+ "@dhis2-ui/modal": "9.13.0",
+ "@dhis2-ui/notice-box": "9.13.0",
+ "@dhis2-ui/popper": "9.13.0",
+ "@dhis2-ui/select": "9.13.0",
+ "@dhis2-ui/tab": "9.13.0",
+ "@dhis2-ui/tooltip": "9.13.0",
+ "@dhis2-ui/user-avatar": "9.13.0",
+ "@dhis2/ui-constants": "9.13.0",
+ "@dhis2/ui-icons": "9.13.0",
"@react-hook/size": "^2.1.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
diff --git a/components/status-icon/package.json b/components/status-icon/package.json
index ee47f88d69..40de5df24e 100644
--- a/components/status-icon/package.json
+++ b/components/status-icon/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/status-icon",
- "version": "9.12.0",
+ "version": "9.13.0",
"description": "UI StatusIcon",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/loader": "9.12.0",
- "@dhis2/ui-constants": "9.12.0",
- "@dhis2/ui-icons": "9.12.0",
+ "@dhis2-ui/loader": "9.13.0",
+ "@dhis2/ui-constants": "9.13.0",
+ "@dhis2/ui-icons": "9.13.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/switch/package.json b/components/switch/package.json
index 25de7acb50..e34d0175b0 100644
--- a/components/switch/package.json
+++ b/components/switch/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/switch",
- "version": "9.12.0",
+ "version": "9.13.0",
"description": "UI Switch",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/field": "9.12.0",
- "@dhis2-ui/required": "9.12.0",
- "@dhis2/ui-constants": "9.12.0",
+ "@dhis2-ui/field": "9.13.0",
+ "@dhis2-ui/required": "9.13.0",
+ "@dhis2/ui-constants": "9.13.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/tab/package.json b/components/tab/package.json
index c0872bd0dc..d7c6588efa 100644
--- a/components/tab/package.json
+++ b/components/tab/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/tab",
- "version": "9.12.0",
+ "version": "9.13.0",
"description": "UI Tabs",
"repository": {
"type": "git",
@@ -32,10 +32,10 @@
"styled-jsx": "^4"
},
"dependencies": {
- "@dhis2-ui/tooltip": "9.12.0",
+ "@dhis2-ui/tooltip": "9.13.0",
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.12.0",
- "@dhis2/ui-icons": "9.12.0",
+ "@dhis2/ui-constants": "9.13.0",
+ "@dhis2/ui-icons": "9.13.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/table/package.json b/components/table/package.json
index 880f434de2..04e0c6ca16 100644
--- a/components/table/package.json
+++ b/components/table/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/table",
- "version": "9.12.0",
+ "version": "9.13.0",
"description": "UI Table",
"repository": {
"type": "git",
@@ -34,8 +34,8 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.12.0",
- "@dhis2/ui-icons": "9.12.0",
+ "@dhis2/ui-constants": "9.13.0",
+ "@dhis2/ui-icons": "9.13.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/tag/package.json b/components/tag/package.json
index b7387afdc8..59b44a7e71 100644
--- a/components/tag/package.json
+++ b/components/tag/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/tag",
- "version": "9.12.0",
+ "version": "9.13.0",
"description": "UI Tag",
"repository": {
"type": "git",
@@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.12.0",
+ "@dhis2/ui-constants": "9.13.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/text-area/package.json b/components/text-area/package.json
index 28ba59e034..bf7a9f9ddf 100644
--- a/components/text-area/package.json
+++ b/components/text-area/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/text-area",
- "version": "9.12.0",
+ "version": "9.13.0",
"description": "UI TextArea",
"repository": {
"type": "git",
@@ -33,12 +33,12 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/box": "9.12.0",
- "@dhis2-ui/field": "9.12.0",
- "@dhis2-ui/loader": "9.12.0",
- "@dhis2-ui/status-icon": "9.12.0",
- "@dhis2/ui-constants": "9.12.0",
- "@dhis2/ui-icons": "9.12.0",
+ "@dhis2-ui/box": "9.13.0",
+ "@dhis2-ui/field": "9.13.0",
+ "@dhis2-ui/loader": "9.13.0",
+ "@dhis2-ui/status-icon": "9.13.0",
+ "@dhis2/ui-constants": "9.13.0",
+ "@dhis2/ui-icons": "9.13.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/tooltip/package.json b/components/tooltip/package.json
index 15ffca0904..7e3516a9c4 100644
--- a/components/tooltip/package.json
+++ b/components/tooltip/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/tooltip",
- "version": "9.12.0",
+ "version": "9.13.0",
"description": "UI Tooltip",
"repository": {
"type": "git",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/popper": "9.12.0",
- "@dhis2-ui/portal": "9.12.0",
- "@dhis2/ui-constants": "9.12.0",
+ "@dhis2-ui/popper": "9.13.0",
+ "@dhis2-ui/portal": "9.13.0",
+ "@dhis2/ui-constants": "9.13.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/transfer/package.json b/components/transfer/package.json
index d6b62a4550..81cd3b6e04 100644
--- a/components/transfer/package.json
+++ b/components/transfer/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/transfer",
- "version": "9.12.0",
+ "version": "9.13.0",
"description": "UI Transfer",
"repository": {
"type": "git",
@@ -33,12 +33,12 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2-ui/button": "9.12.0",
- "@dhis2-ui/field": "9.12.0",
- "@dhis2-ui/input": "9.12.0",
- "@dhis2-ui/intersection-detector": "9.12.0",
- "@dhis2-ui/loader": "9.12.0",
- "@dhis2/ui-constants": "9.12.0",
+ "@dhis2-ui/button": "9.13.0",
+ "@dhis2-ui/field": "9.13.0",
+ "@dhis2-ui/input": "9.13.0",
+ "@dhis2-ui/intersection-detector": "9.13.0",
+ "@dhis2-ui/loader": "9.13.0",
+ "@dhis2/ui-constants": "9.13.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/components/user-avatar/package.json b/components/user-avatar/package.json
index 140d51ecf9..19c3f53de4 100644
--- a/components/user-avatar/package.json
+++ b/components/user-avatar/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/user-avatar",
- "version": "9.12.0",
+ "version": "9.13.0",
"description": "UI User Avatar",
"repository": {
"type": "git",
@@ -34,7 +34,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
- "@dhis2/ui-constants": "9.12.0",
+ "@dhis2/ui-constants": "9.13.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
diff --git a/constants/package.json b/constants/package.json
index cfd013ba2b..c648864625 100644
--- a/constants/package.json
+++ b/constants/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-constants",
- "version": "9.12.0",
+ "version": "9.13.0",
"description": "Constants used in the UI libs",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
diff --git a/docs/package.json b/docs/package.json
index 83a3798699..9ba4c82a69 100644
--- a/docs/package.json
+++ b/docs/package.json
@@ -1,6 +1,6 @@
{
"name": "ui-docusaurus",
- "version": "9.12.0",
+ "version": "9.13.0",
"private": true,
"description": "UI Docusaurus",
"repository": {
diff --git a/icons/package.json b/icons/package.json
index 8bebed7949..9601b04c83 100644
--- a/icons/package.json
+++ b/icons/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-icons",
- "version": "9.12.0",
+ "version": "9.13.0",
"description": "Icons used in the UI libs",
"main": "./build/cjs/react/index.js",
"module": "./build/es/react/index.js",
diff --git a/package.json b/package.json
index aeda329f56..6827067f22 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-root",
- "version": "9.12.0",
+ "version": "9.13.0",
"repository": {
"type": "git",
"url": "https://github.com/dhis2/ui.git"
diff --git a/storybook/package.json b/storybook/package.json
index cfe4d1cf0c..6f09a54417 100644
--- a/storybook/package.json
+++ b/storybook/package.json
@@ -1,6 +1,6 @@
{
"name": "ui-storybook",
- "version": "9.12.0",
+ "version": "9.13.0",
"description": "UI Storybook",
"repository": {
"type": "git",
@@ -22,8 +22,8 @@
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-private-methods": "^7.13.0",
"@babel/plugin-proposal-private-property-in-object": "^7.14.0",
- "@dhis2-ui/css": "9.12.0",
- "@dhis2/ui-constants": "9.12.0",
+ "@dhis2-ui/css": "9.13.0",
+ "@dhis2/ui-constants": "9.13.0",
"@fontsource/roboto": "^4.5.0",
"@storybook/addon-a11y": "^8.3.3",
"@storybook/addon-console": "^3.0.0",