From 74fc95573604f78ae4f7bbb7ea9d33c61b082201 Mon Sep 17 00:00:00 2001 From: Collins Rop <60259239+Collins-Rop@users.noreply.github.com> Date: Wed, 12 Jun 2024 10:32:22 +0300 Subject: [PATCH] (feat)Added Morgue Module --- package.json | 4 +- packages/esm-morgue-app/jest.config.js | 8 + packages/esm-morgue-app/package.json | 54 + packages/esm-morgue-app/src/config-schema.ts | 43 + packages/esm-morgue-app/src/declarations.d.ts | 6 + packages/esm-morgue-app/src/index.ts | 34 + .../src/morgue-component/morgue.component.tsx | 16 + .../morgue-header/morgue-header.component.tsx | 36 + .../src/morgue-header/morgue-header.scss | 71 + .../morgue-illustration.component.tsx | 13 + .../morgue-left-panel-link.component.tsx | 40 + .../morgue-metrics/morgue-card.component.tsx | 47 + .../src/morgue-metrics/morgue-card.scss | 80 + .../src/morgue-metrics/morgue-header.scss | 22 + .../morgue-metrics-header.component.tsx | 141 ++ .../morgue-metrics.component.tsx | 43 + .../src/morgue-metrics/morgue-metrics.scss | 11 + .../morgue-admission.component.tsx | 208 ++ .../morgue-admitted.component.tsx | 428 ++++ .../morgue-discharged.component.tsx | 372 ++++ .../src/morgue-tabs/morgue-tabs-component.tsx | 33 + .../src/morgue-tabs/morgue-tabs.scss | 28 + .../esm-morgue-app/src/root.component.tsx | 17 + packages/esm-morgue-app/src/root.scss | 15 + packages/esm-morgue-app/src/routes.json | 30 + packages/esm-morgue-app/src/setup-tests.ts | 1 + packages/esm-morgue-app/translations/en.json | 26 + packages/esm-morgue-app/tsconfig.json | 5 + packages/esm-morgue-app/webpack.config.js | 1 + yarn.lock | 1754 +++++++++-------- 30 files changed, 2722 insertions(+), 865 deletions(-) create mode 100644 packages/esm-morgue-app/jest.config.js create mode 100644 packages/esm-morgue-app/package.json create mode 100644 packages/esm-morgue-app/src/config-schema.ts create mode 100644 packages/esm-morgue-app/src/declarations.d.ts create mode 100644 packages/esm-morgue-app/src/index.ts create mode 100644 packages/esm-morgue-app/src/morgue-component/morgue.component.tsx create mode 100644 packages/esm-morgue-app/src/morgue-header/morgue-header.component.tsx create mode 100644 packages/esm-morgue-app/src/morgue-header/morgue-header.scss create mode 100644 packages/esm-morgue-app/src/morgue-header/morgue-illustration.component.tsx create mode 100644 packages/esm-morgue-app/src/morgue-left-panel/morgue-left-panel-link.component.tsx create mode 100644 packages/esm-morgue-app/src/morgue-metrics/morgue-card.component.tsx create mode 100644 packages/esm-morgue-app/src/morgue-metrics/morgue-card.scss create mode 100644 packages/esm-morgue-app/src/morgue-metrics/morgue-header.scss create mode 100644 packages/esm-morgue-app/src/morgue-metrics/morgue-metrics-header.component.tsx create mode 100644 packages/esm-morgue-app/src/morgue-metrics/morgue-metrics.component.tsx create mode 100644 packages/esm-morgue-app/src/morgue-metrics/morgue-metrics.scss create mode 100644 packages/esm-morgue-app/src/morgue-tables/morgue-admission.component.tsx create mode 100644 packages/esm-morgue-app/src/morgue-tables/morgue-admitted.component.tsx create mode 100644 packages/esm-morgue-app/src/morgue-tables/morgue-discharged.component.tsx create mode 100644 packages/esm-morgue-app/src/morgue-tabs/morgue-tabs-component.tsx create mode 100644 packages/esm-morgue-app/src/morgue-tabs/morgue-tabs.scss create mode 100644 packages/esm-morgue-app/src/root.component.tsx create mode 100644 packages/esm-morgue-app/src/root.scss create mode 100644 packages/esm-morgue-app/src/routes.json create mode 100644 packages/esm-morgue-app/src/setup-tests.ts create mode 100644 packages/esm-morgue-app/translations/en.json create mode 100644 packages/esm-morgue-app/tsconfig.json create mode 100644 packages/esm-morgue-app/webpack.config.js diff --git a/package.json b/package.json index 035eccd6..ca75f647 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@babel/core": "^7.11.6", "@carbon/react": "~1.37.0", "@ohri/openmrs-esm-ohri-commons-lib": "next", - "@openmrs/esm-framework": "^5.6.1-pre.1881", + "@openmrs/esm-framework": "^5.6.1-pre.1895", "@openmrs/esm-patient-common-lib": "next", "@playwright/test": "1.40.1", "@swc/core": "^1.2.165", @@ -71,7 +71,7 @@ "jest-cli": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "lint-staged": "^15.2.1", - "openmrs": "^5.6.1-pre.1881", + "openmrs": "^5.6.1-pre.1895", "prettier": "^3.1.1", "react": "^18.1.0", "react-dom": "^18.1.0", diff --git a/packages/esm-morgue-app/jest.config.js b/packages/esm-morgue-app/jest.config.js new file mode 100644 index 00000000..e53fc903 --- /dev/null +++ b/packages/esm-morgue-app/jest.config.js @@ -0,0 +1,8 @@ +const rootConfig = require('../../jest.config.js'); + +const packageConfig = { + ...rootConfig, + collectCoverage: false, +}; + +module.exports = packageConfig; diff --git a/packages/esm-morgue-app/package.json b/packages/esm-morgue-app/package.json new file mode 100644 index 00000000..b2d7c630 --- /dev/null +++ b/packages/esm-morgue-app/package.json @@ -0,0 +1,54 @@ +{ + "name": "@ampath/esm-morgue-app", + "version": "5.1.1", + "description": "AMPATH Morgue App", + "browser": "dist/ampath-esm-morgue-app.js", + "main": "src/index.ts", + "source": true, + "license": "MPL-2.0", + "homepage": "https://github.com/AMPATH/ampath-esm-3.x#readme", + "scripts": { + "start": "openmrs develop", + "serve": "webpack serve --mode=development", + "debug": "npm run serve", + "build": "webpack --mode production", + "analyze": "webpack --mode=production --env.analyze=true", + "lint": "eslint src --ext ts,tsx", + "typescript": "tsc", + "extract-translations": "i18next 'src/**/*.component.tsx' 'src/index.ts' --config ../../tools/i18next-parser.config.js", + "test": "cross-env TZ=UTC jest --config jest.config.js --verbose false --passWithNoTests", + "test:watch": "cross-env TZ=UTC jest --watch --config jest.config.js", + "coverage": "yarn test --coverage" + }, + "browserslist": [ + "extends browserslist-config-openmrs" + ], + "keywords": [ + "openmrs" + ], + "publishConfig": { + "access": "public" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/AMPATH/ampath-esm-3.x.git" + }, + "bugs": { + "url": "https://github.com/AMPATH/ampath-esm-3.x/issues" + }, + "dependencies": { + "@carbon/react": "^1.42.1", + "lodash-es": "^4.17.15", + "react-to-print": "^2.14.13" + }, + "peerDependencies": { + "@openmrs/esm-framework": "5.x", + "react": "^18.1.0", + "react-i18next": "11.x", + "react-router-dom": "6.x", + "swr": "2.x" + }, + "devDependencies": { + "webpack": "^5.74.0" + } +} diff --git a/packages/esm-morgue-app/src/config-schema.ts b/packages/esm-morgue-app/src/config-schema.ts new file mode 100644 index 00000000..d07a785c --- /dev/null +++ b/packages/esm-morgue-app/src/config-schema.ts @@ -0,0 +1,43 @@ +import { Type, validator } from '@openmrs/esm-framework'; + +/** + * This is the config schema. It expects a configuration object which + * looks like this: + * + * ```json + * { "casualGreeting": true, "whoToGreet": ["Mom"] } + * ``` + * + * In OpenMRS Microfrontends, all config parameters are optional. Thus, + * all elements must have a reasonable default. A good default is one + * that works well with the reference application. + * + * To understand the schema below, please read the configuration system + * documentation: + * https://openmrs.github.io/openmrs-esm-core/#/main/config + * Note especially the section "How do I make my module configurable?" + * https://openmrs.github.io/openmrs-esm-core/#/main/config?id=im-developing-an-esm-module-how-do-i-make-it-configurable + * and the Schema Reference + * https://openmrs.github.io/openmrs-esm-core/#/main/config?id=schema-reference + */ +export const configSchema = { + casualGreeting: { + _type: Type.Boolean, + _default: false, + _description: 'Whether to use a casual greeting (or a formal one).', + }, + whoToGreet: { + _type: Type.Array, + _default: ['World'], + _description: 'Who should be greeted. Names will be separated by a comma and space.', + _elements: { + _type: Type.String, + }, + _validators: [validator((v) => v.length > 0, 'At least one person must be greeted.')], + }, +}; + +export type Config = { + casualGreeting: boolean; + whoToGreet: Array; +}; diff --git a/packages/esm-morgue-app/src/declarations.d.ts b/packages/esm-morgue-app/src/declarations.d.ts new file mode 100644 index 00000000..dda6181b --- /dev/null +++ b/packages/esm-morgue-app/src/declarations.d.ts @@ -0,0 +1,6 @@ +declare module '@carbon/react'; +declare module '*.css'; +declare module '*.scss'; +declare module '*.png'; + +declare type SideNavProps = object; diff --git a/packages/esm-morgue-app/src/index.ts b/packages/esm-morgue-app/src/index.ts new file mode 100644 index 00000000..a58d33f4 --- /dev/null +++ b/packages/esm-morgue-app/src/index.ts @@ -0,0 +1,34 @@ +import { getAsyncLifecycle, defineConfigSchema, getSyncLifecycle, registerBreadcrumbs } from '@openmrs/esm-framework'; +import { configSchema } from './config-schema'; +import { createLeftPanelLink } from './morgue-left-panel/morgue-left-panel-link.component'; +const moduleName = '@ampath/esm-morgue-app'; + +const options = { + featureName: 'esm-morgue-app', + moduleName, +}; + +export const importTranslation = require.context('../translations', false, /.json$/, 'lazy'); + +export function startupApp() { + const morgueBasepath = `${window.spaBase}/home/morgue`; + + defineConfigSchema(moduleName, configSchema); + registerBreadcrumbs([ + { + title: 'morgue', + path: morgueBasepath, + parent: `${window.spaBase}/home`, + }, + ]); +} + +export const root = getAsyncLifecycle(() => import('./root.component'), options); + +export const morgueDashboardLink = getSyncLifecycle( + createLeftPanelLink({ + name: 'morgue', + title: 'Morgue', + }), + options, +); diff --git a/packages/esm-morgue-app/src/morgue-component/morgue.component.tsx b/packages/esm-morgue-app/src/morgue-component/morgue.component.tsx new file mode 100644 index 00000000..1f08f0a3 --- /dev/null +++ b/packages/esm-morgue-app/src/morgue-component/morgue.component.tsx @@ -0,0 +1,16 @@ +import React from 'react'; +import { MorgueHeader } from '../morgue-header/morgue-header.component'; +import MorgueMetrics from '../morgue-metrics/morgue-metrics.component'; +import { MorgueTabs } from '../morgue-tabs/morgue-tabs-component'; + +const MorgueComponent: React.FC = () => { + return ( +
+ + + +
+ ); +}; + +export default MorgueComponent; diff --git a/packages/esm-morgue-app/src/morgue-header/morgue-header.component.tsx b/packages/esm-morgue-app/src/morgue-header/morgue-header.component.tsx new file mode 100644 index 00000000..a2c88f74 --- /dev/null +++ b/packages/esm-morgue-app/src/morgue-header/morgue-header.component.tsx @@ -0,0 +1,36 @@ +import React from 'react'; +import { useTranslation } from 'react-i18next'; +import { Calendar, Location } from '@carbon/react/icons'; +import { useSession, formatDate } from '@openmrs/esm-framework'; +import styles from './morgue-header.scss'; +import MorgueIllustration from './morgue-illustration.component'; + +interface MorgueHeaderProps { + title: string; +} +export const MorgueHeader: React.FC = ({ title }) => { + const { t } = useTranslation(); + const userSession = useSession(); + const userLocation = userSession?.sessionLocation?.display; + + return ( +
+
+ +
+

{t('morgue', 'Morgue Management')}

+

{title}

+
+
+
+
+ + {userLocation} + · + + {formatDate(new Date(), { mode: 'standard' })} +
+
+
+ ); +}; diff --git a/packages/esm-morgue-app/src/morgue-header/morgue-header.scss b/packages/esm-morgue-app/src/morgue-header/morgue-header.scss new file mode 100644 index 00000000..88aec206 --- /dev/null +++ b/packages/esm-morgue-app/src/morgue-header/morgue-header.scss @@ -0,0 +1,71 @@ +@use '@carbon/styles/scss/spacing'; +@use '@carbon/styles/scss/type'; +@import '~@openmrs/esm-styleguide/src/vars'; + +.header { + @include type.type-style('body-compact-02'); + color: $text-02; + height: spacing.$spacing-12; + background-color: $ui-02; + border: 1px solid $ui-03; + border-left: 0px; + display: flex; + justify-content: space-between; + margin-bottom: 2rem; +} + +.left-justified-items { + display: flex; + flex-direction: row; + align-items: center; + margin-left: 0.75rem; +} + +.right-justified-items { + @include type.type-style('body-compact-02'); + color: $text-02; + padding-top: 1rem; +} + +.page-name { + @include type.type-style('heading-04'); +} + +.page-labels { + margin-left: 1rem; + + p:first-of-type { + margin-bottom: 0.25rem; + } +} + +.date-and-location { + display: flex; + justify-content: flex-end; + align-items: center; + margin-right: 1rem; +} + +.value { + margin-left: 0.25rem; +} + +.middot { + margin: 0 0.5rem; +} + +.view { + @include type.type-style('label-01'); +} + +svg.iconOverrides { + width: 72 !important; + height: 72 !important; + fill: var(--brand-03); +} + +.svgContainer svg { + width: 72px; + height: 72px; + fill: var(--brand-03); +} diff --git a/packages/esm-morgue-app/src/morgue-header/morgue-illustration.component.tsx b/packages/esm-morgue-app/src/morgue-header/morgue-illustration.component.tsx new file mode 100644 index 00000000..6e4356db --- /dev/null +++ b/packages/esm-morgue-app/src/morgue-header/morgue-illustration.component.tsx @@ -0,0 +1,13 @@ +import React from 'react'; +import styles from './morgue-header.scss'; +import { HospitalBed } from '@carbon/react/icons'; + +const MorgueIllustration: React.FC = () => { + return ( +
+ +
+ ); +}; + +export default MorgueIllustration; diff --git a/packages/esm-morgue-app/src/morgue-left-panel/morgue-left-panel-link.component.tsx b/packages/esm-morgue-app/src/morgue-left-panel/morgue-left-panel-link.component.tsx new file mode 100644 index 00000000..b3c45778 --- /dev/null +++ b/packages/esm-morgue-app/src/morgue-left-panel/morgue-left-panel-link.component.tsx @@ -0,0 +1,40 @@ +import React, { useMemo } from 'react'; +import last from 'lodash-es/last'; +import { BrowserRouter, useLocation } from 'react-router-dom'; +import { ConfigurableLink } from '@openmrs/esm-framework'; + +export interface LinkConfig { + name: string; + title: string; +} + +export function LinkExtension({ config }: { config: LinkConfig }) { + const { name, title } = config; + const location = useLocation(); + const spaBasePath = window.getOpenmrsSpaBase() + 'home'; + + let urlSegment = useMemo(() => decodeURIComponent(last(location.pathname.split('/'))), [location.pathname]); + + const isUUID = (value) => { + const regex = /^[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{12}$/; + return regex.test(value); + }; + + if (isUUID(urlSegment)) { + urlSegment = 'morgue'; + } + + return ( + + {title} + + ); +} + +export const createLeftPanelLink = (config: LinkConfig) => () => ( + + + +); diff --git a/packages/esm-morgue-app/src/morgue-metrics/morgue-card.component.tsx b/packages/esm-morgue-app/src/morgue-metrics/morgue-card.component.tsx new file mode 100644 index 00000000..46fbb828 --- /dev/null +++ b/packages/esm-morgue-app/src/morgue-metrics/morgue-card.component.tsx @@ -0,0 +1,47 @@ +import React from 'react'; +import classNames from 'classnames'; +import { useTranslation } from 'react-i18next'; +import { Layer, Tile } from '@carbon/react'; +import { ArrowRight } from '@carbon/react/icons'; +import { ConfigurableLink } from '@openmrs/esm-framework'; +import styles from './morgue-card.scss'; + +interface MetricsCardProps { + label: string; + value: number | string; + headerLabel: string; + children?: React.ReactNode; + service?: string; +} + +const MetricsCard: React.FC = ({ label, value, headerLabel, children }) => { + const { t } = useTranslation(); + + return ( + + +
+
+ + {children} +
+
+ + {t('viewReport', 'View Report')} + + +
+
+
+ +

{value}

+
+
+
+ ); +}; + +export default MetricsCard; diff --git a/packages/esm-morgue-app/src/morgue-metrics/morgue-card.scss b/packages/esm-morgue-app/src/morgue-metrics/morgue-card.scss new file mode 100644 index 00000000..56d8b583 --- /dev/null +++ b/packages/esm-morgue-app/src/morgue-metrics/morgue-card.scss @@ -0,0 +1,80 @@ +@use '@carbon/styles/scss/spacing'; +@use '@carbon/styles/scss/type'; +@import '~@openmrs/esm-styleguide/src/vars'; + +.container { + flex-grow: 1; +} + +/* Tablet viewport */ +:global(.omrs-breakpoint-lt-desktop) { + // The card containing the dropdown element should be the first to overflow on tablet + .cardWithChildren { + order: 3; + } +} + +.tileContainer { + border: 0.0625rem solid $ui-03; + height: 7.875rem; + padding: spacing.$spacing-05; + margin: spacing.$spacing-03 spacing.$spacing-03; +} + +.tileHeader { + display: flex; + justify-content: space-between; + align-items: baseline; + margin-bottom: spacing.$spacing-03; +} + +.headerLabel { + @include type.type-style('heading-compact-01'); + color: $text-02; +} + +.totalsLabel { + @include type.type-style('label-01'); + color: $text-02; +} + +.totalsValue { + @include type.type-style('heading-04'); + color: $ui-05; +} + +.headerLabelContainer { + display: flex; + height: spacing.$spacing-07; + + :global(.cds--dropdown__wrapper--inline) { + gap: 0; + margin-top: -0.75rem; + } + + :global(.cds--list-box__menu-icon) { + height: 1rem; + } +} + +.link { + text-decoration: none; + display: flex; + align-items: center; + color: $interactive-01; + + svg { + margin-left: spacing.$spacing-03; + } +} + +// Overriding styles for RTL support +html[dir='rtl'] { + .link { + svg { + margin-right: spacing.$spacing-03; + margin-left: unset; + transform: scale(-1, 1); + } + } +} diff --git a/packages/esm-morgue-app/src/morgue-metrics/morgue-header.scss b/packages/esm-morgue-app/src/morgue-metrics/morgue-header.scss new file mode 100644 index 00000000..46ca5fbc --- /dev/null +++ b/packages/esm-morgue-app/src/morgue-metrics/morgue-header.scss @@ -0,0 +1,22 @@ +@use '@carbon/styles/scss/spacing'; +@use '@carbon/styles/scss/type'; +@import '~@openmrs/esm-styleguide/src/vars'; + +.metricsContainer { + display: flex; + justify-content: space-between; + background-color: $ui-02; + height: spacing.$spacing-10; + align-items: center; + padding: 0 spacing.$spacing-05; +} + +.metricsTitle { + @include type.type-style('heading-03'); + color: $ui-05; +} + +.actionBtn { + display: flex; + column-gap: 0.5rem; +} diff --git a/packages/esm-morgue-app/src/morgue-metrics/morgue-metrics-header.component.tsx b/packages/esm-morgue-app/src/morgue-metrics/morgue-metrics-header.component.tsx new file mode 100644 index 00000000..962ce5d7 --- /dev/null +++ b/packages/esm-morgue-app/src/morgue-metrics/morgue-metrics-header.component.tsx @@ -0,0 +1,141 @@ +/* eslint-disable no-console */ +import React, { useState } from 'react'; +import { useTranslation } from 'react-i18next'; +import { ArrowRight } from '@carbon/react/icons'; +import styles from './morgue-header.scss'; +import { Button, TextInput, Modal, Select, ComboBox, SelectItem, DatePickerInput, DatePicker } from '@carbon/react'; + +const MetricsHeader = () => { + const { t } = useTranslation(); + const metricsTitle = t('morgueSummary', 'Morgue Summary'); + const [isModalOpen, setIsModalOpen] = useState(false); + const filterItems = (menu) => { + return menu?.item?.toLowerCase().includes(menu?.inputValue?.toLowerCase()); + }; + + return ( +
+ {metricsTitle} +
+ +
+ setIsModalOpen(false)} + modalLabel="ADMIT BROUGHT IN BODY" + modalHeading="ADMISSION" + hasScrollingContent> + + + +
+ +
+ + + +
+ { + console.log(e); + }} + id="carbon-combobox" + items={[ + 'Married Polygamous', + 'Married Monogamous', + 'Divorced', + 'Widowed', + 'Cohabiting', + 'Single', + 'Not Married', + ]} + downshiftProps={{ + onStateChange: () => { + console.log('the state has changed'); + }, + }} + titleText="Marital Status*" + /> +
+
+ + + +
+ +
+ { + console.log(e); + }} + id="carbon-combobox" + items={['TB', 'Malaria']} + downshiftProps={{ + onStateChange: () => { + console.log('the state has changed'); + }, + }} + titleText="Cause of death*" + /> +
+
+
+
+ ); +}; + +export default MetricsHeader; diff --git a/packages/esm-morgue-app/src/morgue-metrics/morgue-metrics.component.tsx b/packages/esm-morgue-app/src/morgue-metrics/morgue-metrics.component.tsx new file mode 100644 index 00000000..a4a7ab03 --- /dev/null +++ b/packages/esm-morgue-app/src/morgue-metrics/morgue-metrics.component.tsx @@ -0,0 +1,43 @@ +import React from 'react'; +import { useTranslation } from 'react-i18next'; +import styles from './morgue-metrics.scss'; +import MetricsHeader from './morgue-metrics-header.component'; +import MetricsCard from './morgue-card.component'; + +export interface Service { + uuid: string; + display: string; +} + +function MorgueMetrics() { + const { t } = useTranslation(); + + return ( + <> + +
+ + + + +
+ + ); +} + +export default MorgueMetrics; diff --git a/packages/esm-morgue-app/src/morgue-metrics/morgue-metrics.scss b/packages/esm-morgue-app/src/morgue-metrics/morgue-metrics.scss new file mode 100644 index 00000000..7b4d655e --- /dev/null +++ b/packages/esm-morgue-app/src/morgue-metrics/morgue-metrics.scss @@ -0,0 +1,11 @@ +@use '@carbon/styles/scss/spacing'; +@import '~@openmrs/esm-styleguide/src/vars'; + +.cardContainer { + background-color: $ui-02; + display: flex; + justify-content: space-between; + padding: 0 spacing.$spacing-05 spacing.$spacing-07 spacing.$spacing-03; + flex-flow: row wrap; + margin-top: -(spacing.$spacing-03); +} diff --git a/packages/esm-morgue-app/src/morgue-tables/morgue-admission.component.tsx b/packages/esm-morgue-app/src/morgue-tables/morgue-admission.component.tsx new file mode 100644 index 00000000..67068d01 --- /dev/null +++ b/packages/esm-morgue-app/src/morgue-tables/morgue-admission.component.tsx @@ -0,0 +1,208 @@ +import React, { useMemo, useState } from 'react'; +import { useTranslation } from 'react-i18next'; +import { + Table, + TableHead, + TableRow, + TableHeader, + TableBody, + TableCell, + DataTable, + DataTableSkeleton, + Pagination, + TableContainer, + TableToolbar, + TableToolbarSearch, + OverflowMenu, + OverflowMenuItem, +} from '@carbon/react'; +import { usePagination } from '@openmrs/esm-framework'; + +export const Admissionqueue: React.FC = () => { + const { t } = useTranslation(); + const [currentPageSize, setCurrentPageSize] = useState(10); + + // Dummy data for AdmissionWorkListEntries + const AdmissionWorkListEntries = [ + // { + // id: 1, + // name: 'John Doe', + // date: '2024-03-20', + // cause: 'Heart Attack', + // created: 'Admin', + // 'date-created': '2024-03-19', + // }, + // { + // id: 2, + // name: 'Jane Smith', + // date: '2024-03-21', + // cause: 'Stroke', + // created: 'Doctor', + // 'date-created': '2024-03-20', + // }, + // { + // id: 3, + // name: 'Alice Johnson', + // date: '2024-03-22', + // cause: 'Accident', + // created: 'Nurse', + // 'date-created': '2024-03-21', + // }, + // { + // id: 4, + // name: 'Bob Brown', + // date: '2024-03-23', + // cause: 'Infection', + // created: 'Admin', + // 'date-created': '2024-03-22', + // }, + // { + // id: 5, + // name: 'Eva Garcia', + // date: '2024-03-24', + // cause: 'Allergic Reaction', + // created: 'Doctor', + // 'date-created': '2024-03-23', + // }, + // { + // id: 6, + // name: 'Michael Lee', + // date: '2024-03-25', + // cause: 'Food Poisoning', + // created: 'Nurse', + // 'date-created': '2024-03-24', + // }, + // { + // id: 7, + // name: 'Sophia Martinez', + // date: '2024-03-26', + // cause: 'Burn', + // created: 'Admin', + // 'date-created': '2024-03-25', + // }, + // { + // id: 8, + // name: 'William Wilson', + // date: '2024-03-27', + // cause: 'Fracture', + // created: 'Doctor', + // 'date-created': '2024-03-26', + // }, + // { + // id: 9, + // name: 'Olivia Taylor', + // date: '2024-03-28', + // cause: 'Pneumonia', + // created: 'Nurse', + // 'date-created': '2024-03-27', + // }, + // { + // id: 10, + // name: 'Daniel Anderson', + // date: '2024-03-29', + // cause: 'Appendicitis', + // created: 'Admin', + // 'date-created': '2024-03-28', + // }, + // Add more entries as needed + ]; + + const isLoading = false; + + const searchResults = AdmissionWorkListEntries.filter(() => { + return true; // No filtering applied for now + }); + + const { goTo, results: paginatedResults, currentPage } = usePagination(searchResults, currentPageSize); + + const pageSizes = [10, 20, 30, 40, 50]; + + const rows = useMemo(() => { + return paginatedResults.map((entry) => ({ + ...entry, + action: ( + + + + + + ), + })); + }, [paginatedResults]); + + const tableColumns = [ + { id: 0, header: t('id', 'IDENTIFIER'), key: 'id' }, + { id: 1, header: t('name', 'NAME'), key: 'name' }, + { id: 2, header: t('date', 'DATE AND TIME OF DEATH'), key: 'date' }, + { id: 3, header: t('cause', 'CAUSE OF DEATH'), key: 'cause' }, + { id: 4, header: t('created', 'CREATED BY'), key: 'created' }, + { id: 5, header: t('date-created', 'DATE CREATED'), key: 'date-created' }, + { id: 6, header: t('action', 'ACTION'), key: 'action' }, + ]; + + return isLoading ? ( + + ) : ( +
+ + {({ rows, headers, getTableProps, getHeaderProps, getRowProps, getTableContainerProps }) => ( + <> + + + + + + + + {headers.map((header, i) => ( + + {header.header} + + ))} + + + + {rows.map((row, rowIndex) => ( + + {row.cells.map((cell, cellIndex) => ( + {cell.value} + ))} + + ))} + +
+ { + if (pageSize !== currentPageSize) { + setCurrentPageSize(pageSize); + goTo(1); + } + if (page !== currentPage) { + goTo(page); + } + }} + /> +
+ + )} +
+
+ ); +}; diff --git a/packages/esm-morgue-app/src/morgue-tables/morgue-admitted.component.tsx b/packages/esm-morgue-app/src/morgue-tables/morgue-admitted.component.tsx new file mode 100644 index 00000000..b534ac8a --- /dev/null +++ b/packages/esm-morgue-app/src/morgue-tables/morgue-admitted.component.tsx @@ -0,0 +1,428 @@ +import React, { useMemo, useState } from 'react'; +import { useTranslation } from 'react-i18next'; +import { + Table, + TableHead, + TableRow, + TableHeader, + TableBody, + TableCell, + DataTable, + DataTableSkeleton, + Pagination, + TableContainer, + TableToolbar, + TableToolbarSearch, + OverflowMenu, + OverflowMenuItem, + Tile, + DatePicker, + DatePickerInput, + TableToolbarContent, + Section, + Heading, + Button, + Modal, + Search, +} from '@carbon/react'; +import { usePagination } from '@openmrs/esm-framework'; +import { ArrowRight } from '@carbon/react/icons'; + +export const AdmittedQueue: React.FC = () => { + const { t } = useTranslation(); + const [currentPageSize, setCurrentPageSize] = useState(10); + const [expandedRow, setExpandedRow] = useState(null); + const [isModalOpen, setIsModalOpen] = useState(false); + + const AdmittedWorkListEntries = [ + // { + // id: 1, + // name: 'John Doe', + // 'date-of-admission': '2024-03-20', + // cause: 'Heart Attack', + // 'received-by': 'Admin', + // 'date-created': '2024-03-19', + // compartment: 'Cardiology', + // 'body-type': 'Male', + // 'date-of-death': '2024-03-21', + // }, + // { + // id: 2, + // name: 'Jane Smith', + // 'date-of-admission': '2024-03-21', + // cause: 'Stroke', + // 'received-by': 'Doctor', + // 'date-created': '2024-03-20', + // compartment: 'Neurology', + // 'body-type': 'Female', + // 'date-of-death': '2024-03-23', + // }, + // { + // id: 3, + // name: 'Alice Johnson', + // 'date-of-admission': '2024-03-22', + // cause: 'Accident', + // 'received-by': 'Nurse', + // 'date-created': '2024-03-21', + // compartment: 'Orthopedics', + // 'body-type': 'Female', + // 'date-of-death': '2024-03-26', + // }, + // { + // id: 4, + // name: 'Bob Brown', + // 'date-of-admission': '2024-03-23', + // cause: 'Infection', + // 'received-by': 'Admin', + // 'date-created': '2024-03-22', + // compartment: 'Infectious Diseases', + // 'body-type': 'Male', + // 'date-of-death': '2024-03-29', + // }, + // { + // id: 5, + // name: 'Eva Garcia', + // 'date-of-admission': '2024-03-24', + // cause: 'Allergic Reaction', + // 'received-by': 'Doctor', + // 'date-created': '2024-03-23', + // compartment: 'Allergy', + // 'body-type': 'Female', + // 'date-of-death': '2024-03-25', + // }, + // { + // id: 6, + // name: 'Michael Lee', + // 'date-of-admission': '2024-03-25', + // cause: 'Food Poisoning', + // 'received-by': 'Nurse', + // 'date-created': '2024-03-24', + // compartment: 'Gastroenterology', + // 'body-type': 'Male', + // 'date-of-death': '2024-03-27', + // }, + // { + // id: 7, + // name: 'Sophia Martinez', + // 'date-of-admission': '2024-03-26', + // cause: 'Burn', + // 'received-by': 'Admin', + // 'date-created': '2024-03-25', + // compartment: 'Plastic Surgery', + // 'body-type': 'Female', + // 'date-of-death': '2024-03-28', + // }, + // { + // id: 8, + // name: 'William Wilson', + // 'date-of-admission': '2024-03-27', + // cause: 'Fracture', + // 'received-by': 'Doctor', + // 'date-created': '2024-03-26', + // compartment: 'Orthopedics', + // 'body-type': 'Male', + // 'date-of-death': '2024-03-30', + // }, + // { + // id: 9, + // name: 'Olivia Taylor', + // 'date-of-admission': '2024-03-28', + // cause: 'Pneumonia', + // 'received-by': 'Nurse', + // 'date-created': '2024-03-27', + // compartment: 'Pulmonology', + // 'body-type': 'Female', + // 'date-of-death': '2024-03-31', + // }, + // { + // id: 10, + // name: 'Daniel Anderson', + // 'date-of-admission': '2024-03-29', + // cause: 'Appendicitis', + // 'received-by': 'Admin', + // 'date-created': '2024-03-28', + // compartment: 'General Surgery', + // 'body-type': 'Male', + // 'date-of-death': '2024-04-02', + // }, + ]; + + const isLoading = false; + + const searchResults = AdmittedWorkListEntries.filter(() => { + return true; // No filtering applied for now + }); + + const { goTo, results: paginatedResults, currentPage } = usePagination(searchResults, currentPageSize); + + const pageSizes = [10, 20, 30, 40, 50]; + + const rows = useMemo(() => { + return paginatedResults.map((entry) => ({ + ...entry, + action: ( + + setIsModalOpen(true)} /> + + + ), + })); + }, [paginatedResults]); + + const tableColumns = [ + { id: 0, header: t('id', 'IDENTIFIER'), key: 'id' }, + { id: 1, header: t('compartment', 'COMPARTMENT'), key: 'compartment' }, + { id: 2, header: t('name', 'NAME'), key: 'name' }, + { + id: 3, + header: t('date-of-admission', 'DATE OF ADMISSION'), + key: 'date-of-admission', + }, + { + id: 4, + header: t('date-of-death', 'DATE OF DEATH'), + key: 'date-of-death', + }, + { id: 5, header: t('received-by', 'RECEIVED BY'), key: 'received-by' }, + { id: 6, header: t('body-type', 'BODY TYPE'), key: 'body-type' }, + { id: 7, header: t('action', 'ACTION'), key: 'action' }, + ]; + const pending_bill_headers = [ + { + key: 'service', + header: 'Service Name', + }, + { + key: 'amount', + header: 'Amount', + }, + ]; + const amount_rows = [ + { + id: '1', + service: 'Clean Gloves', + amount: '100.00', + }, + { + id: '2', + service: 'Chamber charges', + amount: '1000.00', + }, + ]; + const toggleRowExpansion = (rowIndex: number) => { + if (rows[rowIndex].action.props.children[0].props.itemText === 'Add Bill') { + if (expandedRow === rowIndex) { + setExpandedRow(null); + } else { + setExpandedRow(rowIndex); + } + } + }; + + return isLoading ? ( + + ) : ( +
+ + {({ rows, headers, getTableProps, getHeaderProps, getRowProps, getTableContainerProps }) => ( + <> + + {' '} + + + + + + + + + + + + {headers.map((header, i) => ( + + {header.header} + + ))} + + + + {rows.map((row, rowIndex) => ( + + toggleRowExpansion(rowIndex)} + style={{ cursor: 'pointer' }}> + {row.cells.map((cell, cellIndex) => ( + {cell.value} + ))} + + {expandedRow === rowIndex && ( + + + +
+ Deceased Information +
+
+ Name: John Doe + Gender: Male + Cause of Death: Accident + Tag Number: ABJK001 + Date of Admissiom: Accident +
+
+ +
+
+
+
+ +
+ Bill Information +
+ + {({ + rows, + headers, + getHeaderProps, + getRowProps, + getTableProps, + getTableContainerProps, + }) => ( + +
+ + + {headers.map((header) => ( + + {header.header} + + ))} + + + + {rows.map((row) => ( + + {row.cells.map((cell) => ( + {cell.value} + ))} + + ))} + +
+
+ )} +
+ + + + + )} + + ))} + + + { + if (pageSize !== currentPageSize) { + setCurrentPageSize(pageSize); + goTo(1); + } + if (page !== currentPage) { + goTo(page); + } + }} + /> + + + )} + + setIsModalOpen(false)} + modalLabel="BILL MANAGEMENT" + modalHeading="BILL" + hasScrollingContent> + +
+ +
+ Recently Added +
+
+
+
+ +
+ ); +}; diff --git a/packages/esm-morgue-app/src/morgue-tables/morgue-discharged.component.tsx b/packages/esm-morgue-app/src/morgue-tables/morgue-discharged.component.tsx new file mode 100644 index 00000000..81e29c0e --- /dev/null +++ b/packages/esm-morgue-app/src/morgue-tables/morgue-discharged.component.tsx @@ -0,0 +1,372 @@ +import React, { useMemo, useState } from 'react'; +import { useTranslation } from 'react-i18next'; +import { + Table, + TableHead, + TableRow, + TableHeader, + TableBody, + TableCell, + DataTable, + DataTableSkeleton, + Pagination, + TableContainer, + TableToolbar, + TableToolbarSearch, + OverflowMenu, + OverflowMenuItem, + Tile, + DatePicker, + DatePickerInput, + TableToolbarContent, + Section, + Heading, + Button, +} from '@carbon/react'; +import { usePagination } from '@openmrs/esm-framework'; +import { ArrowRight } from '@carbon/react/icons'; + +export const Discharged: React.FC = () => { + const { t } = useTranslation(); + const [currentPageSize, setCurrentPageSize] = useState(10); + const [expandedRow, setExpandedRow] = useState(null); + + const DischargedWorkListEntries = [ + // { + // id: 1, + // name: 'John Doe', + // 'date-of-admission': '2024-03-20', + // 'received-by': 'Admin', + // compartment: 'Cardiology', + // 'body-type': 'Male', + // 'date-of-death': '2024-03-21', + // }, + // { + // id: 2, + // name: 'Jane Smith', + // 'date-of-admission': '2024-03-21', + // 'received-by': 'Doctor', + // 'date-created': '2024-03-20', + // 'body-type': 'Female', + // 'date-of-death': '2024-03-23', + // }, + // { + // id: 3, + // name: 'Alice Johnson', + // 'date-of-admission': '2024-03-22', + // 'received-by': 'Nurse', + // compartment: 'Orthopedics', + // 'body-type': 'Female', + // 'date-of-death': '2024-03-26', + // }, + // { + // id: 4, + // name: 'Bob Brown', + // 'date-of-admission': '2024-03-23', + // 'received-by': 'Admin', + // compartment: 'Infectious Diseases', + // 'body-type': 'Male', + // 'date-of-death': '2024-03-29', + // }, + // { + // id: 5, + // name: 'Eva Garcia', + // 'date-of-admission': '2024-03-24', + // 'received-by': 'Doctor', + // compartment: 'Allergy', + // 'body-type': 'Female', + // 'date-of-death': '2024-03-25', + // }, + // { + // id: 6, + // name: 'Michael Lee', + // 'date-of-admission': '2024-03-25', + // 'received-by': 'Nurse', + // compartment: 'Gastroenterology', + // 'body-type': 'Male', + // 'date-of-death': '2024-03-27', + // }, + // { + // id: 7, + // name: 'Sophia Martinez', + // 'date-of-admission': '2024-03-26', + // 'received-by': 'Admin', + // compartment: 'Plastic Surgery', + // 'body-type': 'Female', + // 'date-of-death': '2024-03-28', + // }, + // { + // id: 8, + // name: 'William Wilson', + // 'date-of-admission': '2024-03-27', + // 'received-by': 'Doctor', + // compartment: 'Orthopedics', + // 'body-type': 'Male', + // 'date-of-death': '2024-03-30', + // }, + // { + // id: 9, + // name: 'Olivia Taylor', + // 'date-of-admission': '2024-03-28', + // 'received-by': 'Nurse', + // compartment: 'Pulmonology', + // 'body-type': 'Female', + // 'date-of-death': '2024-03-31', + // }, + // { + // id: 10, + // name: 'Daniel Anderson', + // 'date-of-admission': '2024-03-29', + // 'received-by': 'Admin', + // compartment: 'General Surgery', + // 'body-type': 'Male', + // 'date-of-death': '2024-04-02', + // }, + ]; + + const isLoading = false; + + const searchResults = DischargedWorkListEntries.filter(() => { + return true; // No filtering applied for now + }); + + const { goTo, results: paginatedResults, currentPage } = usePagination(searchResults, currentPageSize); + + const pageSizes = [10, 20, 30, 40, 50]; + + const rows = useMemo(() => { + return paginatedResults.map((entry) => ({ + ...entry, + action: ( + + + + + ), + })); + }, [paginatedResults]); + + const tableColumns = [ + { id: 0, header: t('id', 'IDENTIFIER'), key: 'id' }, + { id: 2, header: t('name', 'NAME'), key: 'name' }, + { id: 1, header: t('compartment', 'COMPARTMENT'), key: 'compartment' }, + { + id: 3, + header: t('date-of-admission', 'DATE OF ADMISSION'), + key: 'date-of-admission', + }, + { + id: 4, + header: t('date-of-death', 'DATE OF DEATH'), + key: 'date-of-death', + }, + { id: 5, header: t('received-by', 'RECEIVED BY'), key: 'received-by' }, + { id: 6, header: t('body-type', 'BODY TYPE'), key: 'body-type' }, + { id: 7, header: t('action', 'ACTION'), key: 'action' }, + ]; + const paid_bill_headers = [ + { + key: 'service', + header: 'Service Name', + }, + { + key: 'amount', + header: 'Amount', + }, + ]; + const amount_rows = [ + { + id: '1', + service: 'Clean Gloves', + amount: '100.00', + }, + { + id: '2', + service: 'Chamber charges', + amount: '1000.00', + }, + ]; + const toggleRowExpansion = (rowIndex: number) => { + if (rows[rowIndex].action.props.children[0].props.itemText === 'View Paid Bill') { + if (expandedRow === rowIndex) { + setExpandedRow(null); + } else { + setExpandedRow(rowIndex); + } + } + }; + + return isLoading ? ( + + ) : ( +
+ + {({ rows, headers, getTableProps, getHeaderProps, getRowProps, getTableContainerProps }) => ( + <> + + {' '} + + + + + + + + + + + + {headers.map((header, i) => ( + + {header.header} + + ))} + + + + {rows.map((row, rowIndex) => ( + + toggleRowExpansion(rowIndex)} + style={{ cursor: 'pointer' }}> + {row.cells.map((cell, cellIndex) => ( + {cell.value} + ))} + + {expandedRow === rowIndex && ( + + + +
+ Deceased Information +
+
+ Name: John Doe + Gender: Male + Cause of Death: Accident + Tag Number: ABJK001 + Date of Admissiom: Accident +
+
+ +
+
+
+ +
+ Bill Information +
+ + {({ + rows, + headers, + getHeaderProps, + getRowProps, + getTableProps, + getTableContainerProps, + }) => ( + +
+ + + {headers.map((header) => ( + + {header.header} + + ))} + + + + {rows.map((row) => ( + + {row.cells.map((cell) => ( + {cell.value} + ))} + + ))} + +
+
+ )} +
+ + + + + )} + + ))} + + + { + if (pageSize !== currentPageSize) { + setCurrentPageSize(pageSize); + goTo(1); + } + if (page !== currentPage) { + goTo(page); + } + }} + /> + + + )} + +
+ ); +}; diff --git a/packages/esm-morgue-app/src/morgue-tabs/morgue-tabs-component.tsx b/packages/esm-morgue-app/src/morgue-tabs/morgue-tabs-component.tsx new file mode 100644 index 00000000..7d841471 --- /dev/null +++ b/packages/esm-morgue-app/src/morgue-tabs/morgue-tabs-component.tsx @@ -0,0 +1,33 @@ +import React from 'react'; +import { TabPanels, TabPanel, TabList, Tabs, Tab } from '@carbon/react'; +import { useTranslation } from 'react-i18next'; +import { Admissionqueue } from '../morgue-tables/morgue-admission.component'; +import { Discharged } from '../morgue-tables/morgue-discharged.component'; +import { AdmittedQueue } from '../morgue-tables/morgue-admitted.component'; +import styles from './morgue-tabs.scss'; + +export const MorgueTabs: React.FC = () => { + const { t } = useTranslation(); + return ( +
+ + + {t('admission', 'Admission Queue')} + {t('admitted', 'Admitted Bodies')} + {t('discharge', 'Discharge Bodies')} + + + + + + + + + + + + + +
+ ); +}; diff --git a/packages/esm-morgue-app/src/morgue-tabs/morgue-tabs.scss b/packages/esm-morgue-app/src/morgue-tabs/morgue-tabs.scss new file mode 100644 index 00000000..24db6be7 --- /dev/null +++ b/packages/esm-morgue-app/src/morgue-tabs/morgue-tabs.scss @@ -0,0 +1,28 @@ +@use '@carbon/colors'; +@use '@carbon/styles/scss/spacing'; +@use '@carbon/styles/scss/type'; +@import '~@openmrs/esm-styleguide/src/vars'; + +.tabs { + grid-column: span 2; +} + +.tablist { + padding: 0 spacing.$spacing-05; +} + +.tab { + min-width: 8.875rem; + + &:active { + outline: 2px solid var(--brand-03) !important; + } + + &:focus { + outline: 2px solid var(--brand-03) !important; + } + + &[aria-selected='true'] { + box-shadow: inset 0 2px 0 0 var(--brand-03) !important; + } +} diff --git a/packages/esm-morgue-app/src/root.component.tsx b/packages/esm-morgue-app/src/root.component.tsx new file mode 100644 index 00000000..6a399d5f --- /dev/null +++ b/packages/esm-morgue-app/src/root.component.tsx @@ -0,0 +1,17 @@ +import React from 'react'; +import { BrowserRouter, Route, Routes } from 'react-router-dom'; +import MorgueComponent from './morgue-component/morgue.component'; + +const Root: React.FC = () => { + const baseName = window.getOpenmrsSpaBase() + 'home/morgue'; + + return ( + + + } /> + + + ); +}; + +export default Root; diff --git a/packages/esm-morgue-app/src/root.scss b/packages/esm-morgue-app/src/root.scss new file mode 100644 index 00000000..93dfeb4c --- /dev/null +++ b/packages/esm-morgue-app/src/root.scss @@ -0,0 +1,15 @@ +@use '@carbon/styles/scss/spacing'; +@use '@carbon/styles/scss/type'; + +.container { + padding: spacing.$spacing-07; +} + +.welcome { + @include type.type-style('heading-04'); + margin: spacing.$spacing-05 0; +} + +.explainer { + margin-bottom: 2rem; +} diff --git a/packages/esm-morgue-app/src/routes.json b/packages/esm-morgue-app/src/routes.json new file mode 100644 index 00000000..71a881f8 --- /dev/null +++ b/packages/esm-morgue-app/src/routes.json @@ -0,0 +1,30 @@ +{ + "$schema": "https://json.openmrs.org/routes.schema.json", + "backendDependencies": { + "fhir2": ">=1.2", + "webservices.rest": "^2.24.0" + }, + "extensions": [ + { + "component": "morgueDashboardLink", + "name": "morgue-dashboard-link", + "slot": "homepage-dashboard-slot", + "meta": { + "name": "morgue", + "title": "morgue", + "slot": "morgue-dashboard-slot" + } + }, + { + "component": "root", + "name": "morgue-dashboard-root", + "slot": "morgue-dashboard-slot" + } + ], + "pages": [ + { + "component": "root", + "route": "morgue" + } + ] +} diff --git a/packages/esm-morgue-app/src/setup-tests.ts b/packages/esm-morgue-app/src/setup-tests.ts new file mode 100644 index 00000000..666127af --- /dev/null +++ b/packages/esm-morgue-app/src/setup-tests.ts @@ -0,0 +1 @@ +import '@testing-library/jest-dom/extend-expect'; diff --git a/packages/esm-morgue-app/translations/en.json b/packages/esm-morgue-app/translations/en.json new file mode 100644 index 00000000..aa759add --- /dev/null +++ b/packages/esm-morgue-app/translations/en.json @@ -0,0 +1,26 @@ +{ + "action": "ACTION", + "admitted": "Admitted Bodies", + "body-type": "BODY TYPE", + "cause": "CAUSE OF DEATH", + "compartment": "COMPARTMENT", + "created": "CREATED BY", + "date": "DATE AND TIME OF DEATH", + "date-created": "DATE CREATED", + "date-of-admission": "DATE OF ADMISSION", + "date-of-death": "DATE OF DEATH", + "discharge": "Discharge Bodies", + "enroll": "ENROLL NEW BODY", + "id": "IDENTIFIER", + "morgue": "Morgue Management", + "morgueSummary": "Morgue Summary", + "name": "NAME", + "paid": "paid bill", + "paid-bill": "Print Paid Bill", + "pending": "Pending Bills", + "pending-bill": "Send the Bill", + "queue": "Admission Queue", + "received-by": "RECEIVED BY", + "revenue": "Revenue", + "viewReport": "View Report" +} diff --git a/packages/esm-morgue-app/tsconfig.json b/packages/esm-morgue-app/tsconfig.json new file mode 100644 index 00000000..54ce28cf --- /dev/null +++ b/packages/esm-morgue-app/tsconfig.json @@ -0,0 +1,5 @@ +{ + "extends": "../../tsconfig.json", + "include": ["src/**/*"], + "exclude": ["src/**/*.test.tsx"] +} diff --git a/packages/esm-morgue-app/webpack.config.js b/packages/esm-morgue-app/webpack.config.js new file mode 100644 index 00000000..2c74029c --- /dev/null +++ b/packages/esm-morgue-app/webpack.config.js @@ -0,0 +1 @@ +module.exports = require('openmrs/default-webpack-config'); diff --git a/yarn.lock b/yarn.lock index 341aa7ad..612a0ff4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5,10 +5,10 @@ __metadata: version: 8 cacheKey: 10 -"@adobe/css-tools@npm:^4.3.2": - version: 4.3.3 - resolution: "@adobe/css-tools@npm:4.3.3" - checksum: 10/0e77057efb4e18182560855503066b75edca98671be327d3f8a7ae89ec3da6821e693114b55225909fca00d7e7ed8422f3d79d71fe95dd4d5df1f2026a9fda02 +"@adobe/css-tools@npm:^4.4.0": + version: 4.4.0 + resolution: "@adobe/css-tools@npm:4.4.0" + checksum: 10/9c6315fe9efa5075d6ddb6ded7a1424bc9c41a01f2314b6bdcc368723985fe161008d03ddcc2b27b2da50cb9c14190fbce965d15cefe5f9a31bdd43f35b52115 languageName: node linkType: hard @@ -42,7 +42,7 @@ __metadata: "@carbon/styles": "npm:^1.58.0" "@hookform/resolvers": "npm:^3.3.1" "@ohri/openmrs-esm-ohri-commons-lib": "npm:next" - "@openmrs/esm-framework": "npm:^5.6.1-pre.1881" + "@openmrs/esm-framework": "npm:^5.6.1-pre.1895" "@openmrs/esm-patient-common-lib": "npm:next" "@playwright/test": "npm:1.40.1" "@swc/core": "npm:^1.2.165" @@ -82,7 +82,7 @@ __metadata: jest-environment-jsdom: "npm:^29.7.0" lint-staged: "npm:^15.2.1" moment: "npm:^2.30.1" - openmrs: "npm:^5.6.1-pre.1881" + openmrs: "npm:^5.6.1-pre.1895" prettier: "npm:^3.1.1" react: "npm:^18.1.0" react-dom: "npm:^18.1.0" @@ -153,6 +153,23 @@ __metadata: languageName: unknown linkType: soft +"@ampath/esm-morgue-app@workspace:packages/esm-morgue-app": + version: 0.0.0-use.local + resolution: "@ampath/esm-morgue-app@workspace:packages/esm-morgue-app" + dependencies: + "@carbon/react": "npm:^1.42.1" + lodash-es: "npm:^4.17.15" + react-to-print: "npm:^2.14.13" + webpack: "npm:^5.74.0" + peerDependencies: + "@openmrs/esm-framework": 5.x + react: ^18.1.0 + react-i18next: 11.x + react-router-dom: 6.x + swr: 2.x + languageName: unknown + linkType: soft + "@ampath/esm-otz-app@workspace:packages/esm-otz-app": version: 0.0.0-use.local resolution: "@ampath/esm-otz-app@workspace:packages/esm-otz-app" @@ -275,118 +292,119 @@ __metadata: languageName: node linkType: hard -"@babel/code-frame@npm:^7.0.0, @babel/code-frame@npm:^7.10.4, @babel/code-frame@npm:^7.12.13, @babel/code-frame@npm:^7.24.6, @babel/code-frame@npm:^7.8.3": - version: 7.24.6 - resolution: "@babel/code-frame@npm:7.24.6" +"@babel/code-frame@npm:^7.0.0, @babel/code-frame@npm:^7.10.4, @babel/code-frame@npm:^7.12.13, @babel/code-frame@npm:^7.24.7, @babel/code-frame@npm:^7.8.3": + version: 7.24.7 + resolution: "@babel/code-frame@npm:7.24.7" dependencies: - "@babel/highlight": "npm:^7.24.6" + "@babel/highlight": "npm:^7.24.7" picocolors: "npm:^1.0.0" - checksum: 10/e9b70af2a9c7c734ac36c2e6e1da640a6e0a483bfba7cf620226a1226a2e6d64961324b02d786e06ce72f0aa329e190dfc49128367a2368b69e2219ffddcdcc5 + checksum: 10/4812e94885ba7e3213d49583a155fdffb05292330f0a9b2c41b49288da70cf3c746a3fda0bf1074041a6d741c33f8d7be24be5e96f41ef77395eeddc5c9ff624 languageName: node linkType: hard -"@babel/compat-data@npm:^7.22.6, @babel/compat-data@npm:^7.24.6": - version: 7.24.6 - resolution: "@babel/compat-data@npm:7.24.6" - checksum: 10/c355141e4649ef6efa413d71cfc1efb183be46b8fc945fc17e3c7f4313b4b566af575a4183450697916cd6b8c7f180e315986b5d7f07e7b7afd0786594754f7d +"@babel/compat-data@npm:^7.22.6, @babel/compat-data@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/compat-data@npm:7.24.7" + checksum: 10/6edc09152ca51a22c33741c441f33f9475598fa59edc53369edb74b49f4ea4bef1281f5b0ed2b9b67fb66faef2da2069e21c4eef83405d8326e524b301f4e7e2 languageName: node linkType: hard "@babel/core@npm:^7.11.1, @babel/core@npm:^7.11.6, @babel/core@npm:^7.12.3, @babel/core@npm:^7.23.9": - version: 7.24.6 - resolution: "@babel/core@npm:7.24.6" + version: 7.24.7 + resolution: "@babel/core@npm:7.24.7" dependencies: "@ampproject/remapping": "npm:^2.2.0" - "@babel/code-frame": "npm:^7.24.6" - "@babel/generator": "npm:^7.24.6" - "@babel/helper-compilation-targets": "npm:^7.24.6" - "@babel/helper-module-transforms": "npm:^7.24.6" - "@babel/helpers": "npm:^7.24.6" - "@babel/parser": "npm:^7.24.6" - "@babel/template": "npm:^7.24.6" - "@babel/traverse": "npm:^7.24.6" - "@babel/types": "npm:^7.24.6" + "@babel/code-frame": "npm:^7.24.7" + "@babel/generator": "npm:^7.24.7" + "@babel/helper-compilation-targets": "npm:^7.24.7" + "@babel/helper-module-transforms": "npm:^7.24.7" + "@babel/helpers": "npm:^7.24.7" + "@babel/parser": "npm:^7.24.7" + "@babel/template": "npm:^7.24.7" + "@babel/traverse": "npm:^7.24.7" + "@babel/types": "npm:^7.24.7" convert-source-map: "npm:^2.0.0" debug: "npm:^4.1.0" gensync: "npm:^1.0.0-beta.2" json5: "npm:^2.2.3" semver: "npm:^6.3.1" - checksum: 10/49cd61b99984f0197f657690ec250fb68897de16180116ed0d4f66341eddd85757fd7ec20ba4fcf255990568515f3dd55248c30f1f831cbfaa1da4602a000e4e + checksum: 10/ef8cc1afa3ccecee6d1f5660c487ccc2a3f25106830ea9040e80ef4b2092e053607ee4ddd03493e4f7ef2f9967a956ca53b830d54c5bee738eeb58cce679dd4a languageName: node linkType: hard -"@babel/generator@npm:^7.24.6, @babel/generator@npm:^7.7.2": - version: 7.24.6 - resolution: "@babel/generator@npm:7.24.6" +"@babel/generator@npm:^7.24.7, @babel/generator@npm:^7.7.2": + version: 7.24.7 + resolution: "@babel/generator@npm:7.24.7" dependencies: - "@babel/types": "npm:^7.24.6" + "@babel/types": "npm:^7.24.7" "@jridgewell/gen-mapping": "npm:^0.3.5" "@jridgewell/trace-mapping": "npm:^0.3.25" jsesc: "npm:^2.5.1" - checksum: 10/247002f1246c3cb825497dc7ce55dc1d10c5f0486f546d1c087aeed7e38df6eb7837758fdfa2ae1234c26c60f883756fd79b7b3f0443771bd79bdfbb0dde8cd4 + checksum: 10/c71d24a4b41b19c10d2f2eb819f27d4cf94220e2322f7c8fed8bfbbb115b2bebbdd6dc1f27dac78a175e90604def58d763af87e0fa81ce4ab1582858162cf768 languageName: node linkType: hard -"@babel/helper-annotate-as-pure@npm:^7.24.6": - version: 7.24.6 - resolution: "@babel/helper-annotate-as-pure@npm:7.24.6" +"@babel/helper-annotate-as-pure@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/helper-annotate-as-pure@npm:7.24.7" dependencies: - "@babel/types": "npm:^7.24.6" - checksum: 10/1fc1790a67bb36419e272e79f087e32a6f3a9f3ed1f69400bd089a696523b4c92635a9cf1ce9af889cf095337553532a11bdf046ffe47a61cb7f435e77aeab4a + "@babel/types": "npm:^7.24.7" + checksum: 10/a9017bfc1c4e9f2225b967fbf818004703de7cf29686468b54002ffe8d6b56e0808afa20d636819fcf3a34b89ba72f52c11bdf1d69f303928ee10d92752cad95 languageName: node linkType: hard -"@babel/helper-builder-binary-assignment-operator-visitor@npm:^7.24.6": - version: 7.24.6 - resolution: "@babel/helper-builder-binary-assignment-operator-visitor@npm:7.24.6" +"@babel/helper-builder-binary-assignment-operator-visitor@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/helper-builder-binary-assignment-operator-visitor@npm:7.24.7" dependencies: - "@babel/types": "npm:^7.24.6" - checksum: 10/4d30748f6f25be81309430babe92ec017718dc13fc790ab2a990dc5ac01099d56e37114e8bdf3ee7466fb61dadc94e08221ca31da08fb0f22ef54a26965a9340 + "@babel/traverse": "npm:^7.24.7" + "@babel/types": "npm:^7.24.7" + checksum: 10/3ddff45d1e086c9c6dcef53ef46521a0c11ddb09fe3ab42dca5af6bb1b1703895a9f4f8056f49fdf53c2dbf6e5cf1ddb4baf17d7e3766c63f051ab8d60a919ee languageName: node linkType: hard -"@babel/helper-compilation-targets@npm:^7.22.6, @babel/helper-compilation-targets@npm:^7.24.6": - version: 7.24.6 - resolution: "@babel/helper-compilation-targets@npm:7.24.6" +"@babel/helper-compilation-targets@npm:^7.22.6, @babel/helper-compilation-targets@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/helper-compilation-targets@npm:7.24.7" dependencies: - "@babel/compat-data": "npm:^7.24.6" - "@babel/helper-validator-option": "npm:^7.24.6" + "@babel/compat-data": "npm:^7.24.7" + "@babel/helper-validator-option": "npm:^7.24.7" browserslist: "npm:^4.22.2" lru-cache: "npm:^5.1.1" semver: "npm:^6.3.1" - checksum: 10/28f34f2c9e0ec047360c4dca8d4fb99009e868f9c1acad0ca125f2f9990790897216155d44935209c6e4c4e0318f5a9a46304771d75823add7400e3079945314 + checksum: 10/8f8bc89af70a606ccb208513aa25d83e19b88f91b64a33174f7701a9479e67ddbb0a9c89033265070375cd24e690b93380b3a3ea11e4b3a711d742f0f4699ee7 languageName: node linkType: hard -"@babel/helper-create-class-features-plugin@npm:^7.24.6": - version: 7.24.6 - resolution: "@babel/helper-create-class-features-plugin@npm:7.24.6" +"@babel/helper-create-class-features-plugin@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/helper-create-class-features-plugin@npm:7.24.7" dependencies: - "@babel/helper-annotate-as-pure": "npm:^7.24.6" - "@babel/helper-environment-visitor": "npm:^7.24.6" - "@babel/helper-function-name": "npm:^7.24.6" - "@babel/helper-member-expression-to-functions": "npm:^7.24.6" - "@babel/helper-optimise-call-expression": "npm:^7.24.6" - "@babel/helper-replace-supers": "npm:^7.24.6" - "@babel/helper-skip-transparent-expression-wrappers": "npm:^7.24.6" - "@babel/helper-split-export-declaration": "npm:^7.24.6" + "@babel/helper-annotate-as-pure": "npm:^7.24.7" + "@babel/helper-environment-visitor": "npm:^7.24.7" + "@babel/helper-function-name": "npm:^7.24.7" + "@babel/helper-member-expression-to-functions": "npm:^7.24.7" + "@babel/helper-optimise-call-expression": "npm:^7.24.7" + "@babel/helper-replace-supers": "npm:^7.24.7" + "@babel/helper-skip-transparent-expression-wrappers": "npm:^7.24.7" + "@babel/helper-split-export-declaration": "npm:^7.24.7" semver: "npm:^6.3.1" peerDependencies: "@babel/core": ^7.0.0 - checksum: 10/f4c2bfccb9c6e80ec9f96ad2ad4b492c8b41c695f6df3c45e7a5962c8e60e7aabffbe30019de7d09a9a50579c49a56faaf316af932ccd7812833e28199b11f0a + checksum: 10/8ecb1c2acc808e1e0c21dccc7ea6899de9a140cb1856946800176b4784de6fccd575661fbff7744bb895d01aa6956ce963446b8577c4c2334293ba5579d5cdb9 languageName: node linkType: hard -"@babel/helper-create-regexp-features-plugin@npm:^7.18.6, @babel/helper-create-regexp-features-plugin@npm:^7.24.6": - version: 7.24.6 - resolution: "@babel/helper-create-regexp-features-plugin@npm:7.24.6" +"@babel/helper-create-regexp-features-plugin@npm:^7.18.6, @babel/helper-create-regexp-features-plugin@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/helper-create-regexp-features-plugin@npm:7.24.7" dependencies: - "@babel/helper-annotate-as-pure": "npm:^7.24.6" + "@babel/helper-annotate-as-pure": "npm:^7.24.7" regexpu-core: "npm:^5.3.1" semver: "npm:^6.3.1" peerDependencies: "@babel/core": ^7.0.0 - checksum: 10/74e717c71d7c007cc81537566c70b28ac75403afb499db2b1b988904dcda0a09a958c4c4b7d74821d0932e73f1c56227f6371ed751b16ae679aa8a2e4a271d64 + checksum: 10/dd7238af30ea6b26a627192422822ae810873fd899150dd8d4348eb107045721a849abcfa2bd04f917493784a93724b8caf6994c31afd16f9347a8a9b9862425 languageName: node linkType: hard @@ -405,242 +423,249 @@ __metadata: languageName: node linkType: hard -"@babel/helper-environment-visitor@npm:^7.24.6": - version: 7.24.6 - resolution: "@babel/helper-environment-visitor@npm:7.24.6" - checksum: 10/9c2b3f1ee7ba46b61b0482efab6d37f5c76f0ea4e9d9775df44a89644729c3a50101040a0233543ec6c3f416d8e548d337f310ff3e164f847945507428ee39e5 +"@babel/helper-environment-visitor@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/helper-environment-visitor@npm:7.24.7" + dependencies: + "@babel/types": "npm:^7.24.7" + checksum: 10/079d86e65701b29ebc10baf6ed548d17c19b808a07aa6885cc141b690a78581b180ee92b580d755361dc3b16adf975b2d2058b8ce6c86675fcaf43cf22f2f7c6 languageName: node linkType: hard -"@babel/helper-function-name@npm:^7.24.6": - version: 7.24.6 - resolution: "@babel/helper-function-name@npm:7.24.6" +"@babel/helper-function-name@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/helper-function-name@npm:7.24.7" dependencies: - "@babel/template": "npm:^7.24.6" - "@babel/types": "npm:^7.24.6" - checksum: 10/66c0669c16f9fd8b977303c3bd233f962a803de409f4a1db43d965c7cd3ddc12a07b82eb8e06624d76237726407b33fc6d6987a1e40e0c32fc1fc2c5be49340b + "@babel/template": "npm:^7.24.7" + "@babel/types": "npm:^7.24.7" + checksum: 10/2ceb3d9b2b35a0fc4100fc06ed7be3bc38f03ff0bf128ff0edbc0cc7dd842967b1496fc70b5c616c747d7711c2b87e7d025c8888f48740631d6148a9d3614f85 languageName: node linkType: hard -"@babel/helper-hoist-variables@npm:^7.24.6": - version: 7.24.6 - resolution: "@babel/helper-hoist-variables@npm:7.24.6" +"@babel/helper-hoist-variables@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/helper-hoist-variables@npm:7.24.7" dependencies: - "@babel/types": "npm:^7.24.6" - checksum: 10/4819b574393a5214aff6ae02a6e5250ace2564f8bcdb28d580ffec57bbb2092425e8f39563d75cfa268940a01fd425bad503c0b92717c12426f15cf6847855d3 + "@babel/types": "npm:^7.24.7" + checksum: 10/6cfdcf2289cd12185dcdbdf2435fa8d3447b797ac75851166de9fc8503e2fd0021db6baf8dfbecad3753e582c08e6a3f805c8d00cbed756060a877d705bd8d8d languageName: node linkType: hard -"@babel/helper-member-expression-to-functions@npm:^7.24.6": - version: 7.24.6 - resolution: "@babel/helper-member-expression-to-functions@npm:7.24.6" +"@babel/helper-member-expression-to-functions@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/helper-member-expression-to-functions@npm:7.24.7" dependencies: - "@babel/types": "npm:^7.24.6" - checksum: 10/49198b0ceb7fdbc01135206fec4e5740f1f41d8e84d20815ae07bf96f8d7204f81cafb52d800461e8de4212a4d3c42a36531f6b39e564b4efa8d2079491cb607 + "@babel/traverse": "npm:^7.24.7" + "@babel/types": "npm:^7.24.7" + checksum: 10/d990752aaff311aba0ca61539e1776c5ba2818836403f9bafac849deb4cd24c082cbde5f23e490b7f3614c95ff67f8d75fa5e2f14cb00586a72c96c158e1127b languageName: node linkType: hard -"@babel/helper-module-imports@npm:^7.10.4, @babel/helper-module-imports@npm:^7.24.6": - version: 7.24.6 - resolution: "@babel/helper-module-imports@npm:7.24.6" +"@babel/helper-module-imports@npm:^7.10.4, @babel/helper-module-imports@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/helper-module-imports@npm:7.24.7" dependencies: - "@babel/types": "npm:^7.24.6" - checksum: 10/38c4432191219a10fe39178e148b295a353a802d3601ed219df6979d322b8179a57f37ee8c0d645f1304023a6b96c4aee351bf7cabe8036b294bfe3b9496ab43 + "@babel/traverse": "npm:^7.24.7" + "@babel/types": "npm:^7.24.7" + checksum: 10/df8bfb2bb18413aa151ecd63b7d5deb0eec102f924f9de6bc08022ced7ed8ca7fed914562d2f6fa5b59b74a5d6e255dc35612b2bc3b8abf361e13f61b3704770 languageName: node linkType: hard -"@babel/helper-module-transforms@npm:^7.24.6": - version: 7.24.6 - resolution: "@babel/helper-module-transforms@npm:7.24.6" +"@babel/helper-module-transforms@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/helper-module-transforms@npm:7.24.7" dependencies: - "@babel/helper-environment-visitor": "npm:^7.24.6" - "@babel/helper-module-imports": "npm:^7.24.6" - "@babel/helper-simple-access": "npm:^7.24.6" - "@babel/helper-split-export-declaration": "npm:^7.24.6" - "@babel/helper-validator-identifier": "npm:^7.24.6" + "@babel/helper-environment-visitor": "npm:^7.24.7" + "@babel/helper-module-imports": "npm:^7.24.7" + "@babel/helper-simple-access": "npm:^7.24.7" + "@babel/helper-split-export-declaration": "npm:^7.24.7" + "@babel/helper-validator-identifier": "npm:^7.24.7" peerDependencies: "@babel/core": ^7.0.0 - checksum: 10/e162d0c1d876006d6989eadb9868be688784ea16a719cdce5df22541eac9547bebb137dc4d64f4d0349265b52a3633074a09c33785709e5c198696590d46402d + checksum: 10/4f2b232bf6d1be8d3a72b084a2a7ac1b0b93ea85717411a11ae1fb6375d4392019e781d8cc155789e649a2caa7eec378dd1404210603d6d4230f042c5feacffb languageName: node linkType: hard -"@babel/helper-optimise-call-expression@npm:^7.24.6": - version: 7.24.6 - resolution: "@babel/helper-optimise-call-expression@npm:7.24.6" +"@babel/helper-optimise-call-expression@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/helper-optimise-call-expression@npm:7.24.7" dependencies: - "@babel/types": "npm:^7.24.6" - checksum: 10/0f5e062bff683c8a8af5b20846f3a2ca2eda1c181fb1530f8fe5a13ea9fcb5166116e7d0bf3dbc48fb49bac32e68084c69fe7b35bfe8030ab3e4adb84cda064b + "@babel/types": "npm:^7.24.7" + checksum: 10/da7a7f2d1bb1be4cffd5fa820bd605bc075c7dd014e0458f608bb6f34f450fe9412c8cea93e788227ab396e0e02c162d7b1db3fbcb755a6360e354c485d61df0 languageName: node linkType: hard -"@babel/helper-plugin-utils@npm:^7.0.0, @babel/helper-plugin-utils@npm:^7.10.4, @babel/helper-plugin-utils@npm:^7.12.13, @babel/helper-plugin-utils@npm:^7.14.5, @babel/helper-plugin-utils@npm:^7.18.6, @babel/helper-plugin-utils@npm:^7.22.5, @babel/helper-plugin-utils@npm:^7.24.6, @babel/helper-plugin-utils@npm:^7.8.0, @babel/helper-plugin-utils@npm:^7.8.3": - version: 7.24.6 - resolution: "@babel/helper-plugin-utils@npm:7.24.6" - checksum: 10/0ac0a7a19959fb2f880ea87650475a4960232e98825d9a50f4aa56e5750a70fc799b48cf570af63a06b810d0128e758e801865762b51a8348067e37751a38478 +"@babel/helper-plugin-utils@npm:^7.0.0, @babel/helper-plugin-utils@npm:^7.10.4, @babel/helper-plugin-utils@npm:^7.12.13, @babel/helper-plugin-utils@npm:^7.14.5, @babel/helper-plugin-utils@npm:^7.18.6, @babel/helper-plugin-utils@npm:^7.22.5, @babel/helper-plugin-utils@npm:^7.24.7, @babel/helper-plugin-utils@npm:^7.8.0, @babel/helper-plugin-utils@npm:^7.8.3": + version: 7.24.7 + resolution: "@babel/helper-plugin-utils@npm:7.24.7" + checksum: 10/dad51622f0123fdba4e2d40a81a6b7d6ef4b1491b2f92fd9749447a36bde809106cf117358705057a2adc8fd73d5dc090222e0561b1213dae8601c8367f5aac8 languageName: node linkType: hard -"@babel/helper-remap-async-to-generator@npm:^7.24.6": - version: 7.24.6 - resolution: "@babel/helper-remap-async-to-generator@npm:7.24.6" +"@babel/helper-remap-async-to-generator@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/helper-remap-async-to-generator@npm:7.24.7" dependencies: - "@babel/helper-annotate-as-pure": "npm:^7.24.6" - "@babel/helper-environment-visitor": "npm:^7.24.6" - "@babel/helper-wrap-function": "npm:^7.24.6" + "@babel/helper-annotate-as-pure": "npm:^7.24.7" + "@babel/helper-environment-visitor": "npm:^7.24.7" + "@babel/helper-wrap-function": "npm:^7.24.7" peerDependencies: "@babel/core": ^7.0.0 - checksum: 10/35733c4d3b86f00b4509d0bd9550894aa26669c44ffda4b667faf0515d67fa892ced093737a3bfd579e51e5c6d36e152bc6f6903fa57fba01f53bb65aa187071 + checksum: 10/4b7c925e71811902c8aa57904044921027eae10ac9b5b029df491ed4abc1ea18b450a7923fd0feb1248ae37703889e72b6c27f2a0e2d5811103c7655c49ad355 languageName: node linkType: hard -"@babel/helper-replace-supers@npm:^7.24.6": - version: 7.24.6 - resolution: "@babel/helper-replace-supers@npm:7.24.6" +"@babel/helper-replace-supers@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/helper-replace-supers@npm:7.24.7" dependencies: - "@babel/helper-environment-visitor": "npm:^7.24.6" - "@babel/helper-member-expression-to-functions": "npm:^7.24.6" - "@babel/helper-optimise-call-expression": "npm:^7.24.6" + "@babel/helper-environment-visitor": "npm:^7.24.7" + "@babel/helper-member-expression-to-functions": "npm:^7.24.7" + "@babel/helper-optimise-call-expression": "npm:^7.24.7" peerDependencies: "@babel/core": ^7.0.0 - checksum: 10/3456b9fee029229a69c47ee301e2f45ad22fe9a6788ff9921b5c5e798d110b9258b736d1a3cbf9af1223feaaf764547f204397b36605c9e96a7c3929823fcea8 + checksum: 10/18b7c3709819d008a14953e885748f3e197537f131d8f7ae095fec245506d854ff40b236edb1754afb6467f795aa90ae42a1d961a89557702249bacfc3fdad19 languageName: node linkType: hard -"@babel/helper-simple-access@npm:^7.24.6": - version: 7.24.6 - resolution: "@babel/helper-simple-access@npm:7.24.6" +"@babel/helper-simple-access@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/helper-simple-access@npm:7.24.7" dependencies: - "@babel/types": "npm:^7.24.6" - checksum: 10/4649d08f3e5eb30240f49ef7951b12d02ae4c30e6bef7b1b79ade587ff0b73223f3be840f6144b49c6b1a4a9dece890ada279b0844345ea8c011fb064fa2b9a3 + "@babel/traverse": "npm:^7.24.7" + "@babel/types": "npm:^7.24.7" + checksum: 10/5083e190186028e48fc358a192e4b93ab320bd016103caffcfda81302a13300ccce46c9cd255ae520c25d2a6a9b47671f93e5fe5678954a2329dc0a685465c49 languageName: node linkType: hard -"@babel/helper-skip-transparent-expression-wrappers@npm:^7.24.6": - version: 7.24.6 - resolution: "@babel/helper-skip-transparent-expression-wrappers@npm:7.24.6" +"@babel/helper-skip-transparent-expression-wrappers@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/helper-skip-transparent-expression-wrappers@npm:7.24.7" dependencies: - "@babel/types": "npm:^7.24.6" - checksum: 10/697a161c8d485314b5f063e5cbb803e87e9f860b082bf31bf17b2fc5fef232e1853cce6908c8d29fef3509e62626ae9db00d994e611fc0b119e3f285f53c65f1 + "@babel/traverse": "npm:^7.24.7" + "@babel/types": "npm:^7.24.7" + checksum: 10/784a6fdd251a9a7e42ccd04aca087ecdab83eddc60fda76a2950e00eb239cc937d3c914266f0cc476298b52ac3f44ffd04c358e808bd17552a7e008d75494a77 languageName: node linkType: hard -"@babel/helper-split-export-declaration@npm:^7.24.6": - version: 7.24.6 - resolution: "@babel/helper-split-export-declaration@npm:7.24.6" +"@babel/helper-split-export-declaration@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/helper-split-export-declaration@npm:7.24.7" dependencies: - "@babel/types": "npm:^7.24.6" - checksum: 10/48ded9611f87a23bc962c9cd576cc653bd78eab3d9987d3b1c18571481d0d17d7d29397a5c07a1f5e182ef1a1c6f420b9934975bf57e8d7cbcb8d8853cc21d6c + "@babel/types": "npm:^7.24.7" + checksum: 10/ff04a3071603c87de0d6ee2540b7291ab36305b329bd047cdbb6cbd7db335a12f9a77af1cf708779f75f13c4d9af46093c00b34432e50b2411872c658d1a2e5e languageName: node linkType: hard -"@babel/helper-string-parser@npm:^7.24.6": - version: 7.24.6 - resolution: "@babel/helper-string-parser@npm:7.24.6" - checksum: 10/a24631e13850eb24a5e88fba4d1b86115a79f6d4a0b3a96641fdcdc4a6d706d7e09f17ae77fa26bc72a8a7253bc83b535a2e2865a78185ed1f957b299ea6c59c +"@babel/helper-string-parser@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/helper-string-parser@npm:7.24.7" + checksum: 10/603d8d962bbe89907aa99a8f19a006759ab7b2464615f20a6a22e3e2e8375af37ddd0e5175c9e622e1c4b2d83607ffb41055a59d0ce34404502af30fde573a5c languageName: node linkType: hard -"@babel/helper-validator-identifier@npm:^7.24.6": - version: 7.24.6 - resolution: "@babel/helper-validator-identifier@npm:7.24.6" - checksum: 10/7e725ef0684291ca3306d5174a5d1cd9072ad58ba444cfa50aaf92a5c59dd723fa15031733ac598bb6b066cb62c2472e14cd82325522348977a72e99aa21b97a +"@babel/helper-validator-identifier@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/helper-validator-identifier@npm:7.24.7" + checksum: 10/86875063f57361471b531dbc2ea10bbf5406e12b06d249b03827d361db4cad2388c6f00936bcd9dc86479f7e2c69ea21412c2228d4b3672588b754b70a449d4b languageName: node linkType: hard -"@babel/helper-validator-option@npm:^7.24.6": - version: 7.24.6 - resolution: "@babel/helper-validator-option@npm:7.24.6" - checksum: 10/5defb2da74e1cac9497016f4e41698aeed75ec7a5e9dc07e777cdb67ef73cd2e27bd2bf8a3ab8d37e0b93a6a45524a9728f03e263afdef452436cf74794bde87 +"@babel/helper-validator-option@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/helper-validator-option@npm:7.24.7" + checksum: 10/9689166bf3f777dd424c026841c8cd651e41b21242dbfd4569a53086179a3e744c8eddd56e9d10b54142270141c91581b53af0d7c00c82d552d2540e2a919f7e languageName: node linkType: hard -"@babel/helper-wrap-function@npm:^7.24.6": - version: 7.24.6 - resolution: "@babel/helper-wrap-function@npm:7.24.6" +"@babel/helper-wrap-function@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/helper-wrap-function@npm:7.24.7" dependencies: - "@babel/helper-function-name": "npm:^7.24.6" - "@babel/template": "npm:^7.24.6" - "@babel/types": "npm:^7.24.6" - checksum: 10/8f0c6f4113df22aeb0b27838348d10dbe195bfd2ad9565497916638c3a80cb0c13cd1080a080b058e74e5d03b20dd35010433af7b9fff8f91358bf5274bc89e1 + "@babel/helper-function-name": "npm:^7.24.7" + "@babel/template": "npm:^7.24.7" + "@babel/traverse": "npm:^7.24.7" + "@babel/types": "npm:^7.24.7" + checksum: 10/1c248accfbb09a891293840506e3fbfc807b524abf16fc32115a6e73f760387d2dc7935282b48caa281c8033bf93dc80eca7649250524cfb95da8643771bca02 languageName: node linkType: hard -"@babel/helpers@npm:^7.24.6": - version: 7.24.6 - resolution: "@babel/helpers@npm:7.24.6" +"@babel/helpers@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/helpers@npm:7.24.7" dependencies: - "@babel/template": "npm:^7.24.6" - "@babel/types": "npm:^7.24.6" - checksum: 10/9043f7140651e89246d0653c7198832e644865038dc18c117c492d450f237514764d1476faa1ba7466b83b348891f10f564b0c5615d86d6833fb275ead7fb259 + "@babel/template": "npm:^7.24.7" + "@babel/types": "npm:^7.24.7" + checksum: 10/f7496f0d7a0b13ea86136ac2053371027125734170328215f8a90eac96fafaaae4e5398c0729bdadf23261c00582a31e14bc70113427653b718220641a917f9d languageName: node linkType: hard -"@babel/highlight@npm:^7.24.6": - version: 7.24.6 - resolution: "@babel/highlight@npm:7.24.6" +"@babel/highlight@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/highlight@npm:7.24.7" dependencies: - "@babel/helper-validator-identifier": "npm:^7.24.6" + "@babel/helper-validator-identifier": "npm:^7.24.7" chalk: "npm:^2.4.2" js-tokens: "npm:^4.0.0" picocolors: "npm:^1.0.0" - checksum: 10/e11cd39ceb01c9b5e4f2684a45caefe7b2d7bb74997c30922e6b4063a6f16aff88356091350f0af01f044e1a198579a6b5c4161a84d0a6090e63a41167569daf + checksum: 10/69b73f38cdd4f881b09b939a711e76646da34f4834f4ce141d7a49a6bb1926eab1c594148970a8aa9360398dff800f63aade4e81fafdd7c8d8a8489ea93bfec1 languageName: node linkType: hard -"@babel/parser@npm:^7.1.0, @babel/parser@npm:^7.14.7, @babel/parser@npm:^7.20.7, @babel/parser@npm:^7.23.9, @babel/parser@npm:^7.24.6": - version: 7.24.6 - resolution: "@babel/parser@npm:7.24.6" +"@babel/parser@npm:^7.1.0, @babel/parser@npm:^7.14.7, @babel/parser@npm:^7.20.7, @babel/parser@npm:^7.23.9, @babel/parser@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/parser@npm:7.24.7" bin: parser: ./bin/babel-parser.js - checksum: 10/48af4251d030623a8fbf22979fc718bd9dead6ba6a64cae717270c6c809faaf303d137d82593912291ee761130c4731f0c25feb54629ba3fa4edcc496690cb44 + checksum: 10/ef9ebce60e13db560ccc7af9235d460f6726bb7e23ae2d675098c1fc43d5249067be60d4118889dad33b1d4f85162cf66baf554719e1669f29bb20e71322568e languageName: node linkType: hard -"@babel/plugin-bugfix-firefox-class-in-computed-class-key@npm:^7.24.6": - version: 7.24.6 - resolution: "@babel/plugin-bugfix-firefox-class-in-computed-class-key@npm:7.24.6" +"@babel/plugin-bugfix-firefox-class-in-computed-class-key@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-bugfix-firefox-class-in-computed-class-key@npm:7.24.7" dependencies: - "@babel/helper-environment-visitor": "npm:^7.24.6" - "@babel/helper-plugin-utils": "npm:^7.24.6" + "@babel/helper-environment-visitor": "npm:^7.24.7" + "@babel/helper-plugin-utils": "npm:^7.24.7" peerDependencies: "@babel/core": ^7.0.0 - checksum: 10/6db8f337ca2c7330ff2712ca7f853434dd7b3328714d5c3c27a09180f39ec7832ff49c2901b62493f391ffb9a4b24c5018bb67c5db1e9c405c47b58cad70904b + checksum: 10/d5091ca6b58c54316c4d3b6e8120a1bb70cfe2e61cb7ec11f5fdc8ba3ff5124de21e527fabc28f239bf6efc0660046aa416e8fc1e3d920d0e57b78edb507ec3f languageName: node linkType: hard -"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@npm:^7.24.6": - version: 7.24.6 - resolution: "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@npm:7.24.6" +"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@npm:7.24.7" dependencies: - "@babel/helper-plugin-utils": "npm:^7.24.6" + "@babel/helper-plugin-utils": "npm:^7.24.7" peerDependencies: "@babel/core": ^7.0.0 - checksum: 10/385a930f2809349040eb9dca45d6af6e7ae8517bb98d791731a61aa3ebde342ac684bed1f961b3d9f2344d88d1ef2eafe0e866cd01adf7ee1e866c14e510648c + checksum: 10/f0e0e9bdcf5479f8c5b4494353dc64dee37205e5ffd30920e649e75537a8f795cdcf32dfb40a00e908469a5d61cf62806bc359294cb2a6f2e604bf4efe086301 languageName: node linkType: hard -"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@npm:^7.24.6": - version: 7.24.6 - resolution: "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@npm:7.24.6" +"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@npm:7.24.7" dependencies: - "@babel/helper-plugin-utils": "npm:^7.24.6" - "@babel/helper-skip-transparent-expression-wrappers": "npm:^7.24.6" - "@babel/plugin-transform-optional-chaining": "npm:^7.24.6" + "@babel/helper-plugin-utils": "npm:^7.24.7" + "@babel/helper-skip-transparent-expression-wrappers": "npm:^7.24.7" + "@babel/plugin-transform-optional-chaining": "npm:^7.24.7" peerDependencies: "@babel/core": ^7.13.0 - checksum: 10/14dac1a0696727907d714f196baf09b34725210d70ddced73e8818cde17368b53bd1d0972a396ccd031e2d890b3162a0cd521837bdef1c32a7d6fea4bc333edd + checksum: 10/887f1b8bd0ef61206ece47919fda78a32eef35da31c0d95ab8d7adc8b4722534dc5177c86c8d6d81bcf4343f3c08c6adab2b46cfd2bea8e33c6c04e51306f9cc languageName: node linkType: hard -"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@npm:^7.24.6": - version: 7.24.6 - resolution: "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@npm:7.24.6" +"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@npm:7.24.7" dependencies: - "@babel/helper-environment-visitor": "npm:^7.24.6" - "@babel/helper-plugin-utils": "npm:^7.24.6" + "@babel/helper-environment-visitor": "npm:^7.24.7" + "@babel/helper-plugin-utils": "npm:^7.24.7" peerDependencies: "@babel/core": ^7.0.0 - checksum: 10/5740206ccf35ff711eda0cff3b9b10c46b72c9e9d58cc195fa52c27463f09d8203c5d3bd0fb014fad6536320982d2aa5ccb496d5fdab222e18b0ab4972e9da79 + checksum: 10/ad63317eb72ca7e160394e9223768b1f826287eaf65297f2794d0203510225f20dd9858bce217af4a050754abf94565841617b45b35a2de355c4e2bba546b39c languageName: node linkType: hard @@ -719,25 +744,25 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-syntax-import-assertions@npm:^7.24.6": - version: 7.24.6 - resolution: "@babel/plugin-syntax-import-assertions@npm:7.24.6" +"@babel/plugin-syntax-import-assertions@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-syntax-import-assertions@npm:7.24.7" dependencies: - "@babel/helper-plugin-utils": "npm:^7.24.6" + "@babel/helper-plugin-utils": "npm:^7.24.7" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/ea73a9aed80e786eee859b6f1f389e29993a6c9ce35d1fde904c04ef2f9c48c7156356995d688a6f49121a9aa335f539f119e1f301e17c757b921f75c13452a3 + checksum: 10/bd065cd73ae3dbe69e6f9167aa605da3df77d69bbad2ede95e4aa9e7af7744d5bc1838b928c77338ca62df7691a7adf6e608279be50c18e4b3c70cf77e3013d7 languageName: node linkType: hard -"@babel/plugin-syntax-import-attributes@npm:^7.24.6": - version: 7.24.6 - resolution: "@babel/plugin-syntax-import-attributes@npm:7.24.6" +"@babel/plugin-syntax-import-attributes@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-syntax-import-attributes@npm:7.24.7" dependencies: - "@babel/helper-plugin-utils": "npm:^7.24.6" + "@babel/helper-plugin-utils": "npm:^7.24.7" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/cd8a3aa480444b05fc792160d24628a34a57a265737ad5fef3034456bae9a3f7597ac4505106b29f7f086616f41941c95fd04540cb3da693518c6e5a7878f267 + checksum: 10/22fc50bd85a491bb8d22065f330a41f60d66f2f2d7a1deb73e80c8a4b5d7a42a092a03f8da18800650eca0fc14585167cc4e5c9fab351f0d390d1592347162ae languageName: node linkType: hard @@ -764,13 +789,13 @@ __metadata: linkType: hard "@babel/plugin-syntax-jsx@npm:^7.7.2": - version: 7.24.6 - resolution: "@babel/plugin-syntax-jsx@npm:7.24.6" + version: 7.24.7 + resolution: "@babel/plugin-syntax-jsx@npm:7.24.7" dependencies: - "@babel/helper-plugin-utils": "npm:^7.24.6" + "@babel/helper-plugin-utils": "npm:^7.24.7" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/68e90ec17c20c9f663006b8efe8af33782e36e1ef1b415c52345fe5102ccd06116d02f05601142c4665f0471ba926eac4926738f9c41dfd6af1705446c8af7c2 + checksum: 10/a93516ae5b34868ab892a95315027d4e5e38e8bd1cfca6158f2974b0901cbb32bbe64ea10ad5b25f919ddc40c6d8113c4823372909c9c9922170c12b0b1acecb languageName: node linkType: hard @@ -863,13 +888,13 @@ __metadata: linkType: hard "@babel/plugin-syntax-typescript@npm:^7.7.2": - version: 7.24.6 - resolution: "@babel/plugin-syntax-typescript@npm:7.24.6" + version: 7.24.7 + resolution: "@babel/plugin-syntax-typescript@npm:7.24.7" dependencies: - "@babel/helper-plugin-utils": "npm:^7.24.6" + "@babel/helper-plugin-utils": "npm:^7.24.7" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/29dc4528a3a34a7c7fdaf21c097d4251c1dc31170327729b517a94ad93ed33230cc309b9b180404f82f829538be6155902aeda0b05773fbe4d5cb6e4b0f4191d + checksum: 10/2518cc06323f5673c93142935879c112fea0ee836dfa9a9ec744fc972fdeaf22a06fe631c23817562aaaddadf64626a4fbba98c300b3e2c828f48f0f1cca0ce0 languageName: node linkType: hard @@ -885,605 +910,605 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-arrow-functions@npm:^7.24.6": - version: 7.24.6 - resolution: "@babel/plugin-transform-arrow-functions@npm:7.24.6" +"@babel/plugin-transform-arrow-functions@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-transform-arrow-functions@npm:7.24.7" dependencies: - "@babel/helper-plugin-utils": "npm:^7.24.6" + "@babel/helper-plugin-utils": "npm:^7.24.7" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/ae67650ff6bc080a8ac407d6a0300b8c42e629d6b6cdf673091321fb3f93ac5b914667964931f02b422fde64f24483df73c05e9adda204aa63a77465cd379238 + checksum: 10/6720173645826046878015c579c2ca9d93cdba79a2832f0180f5cf147d9817c85bf9c8338b16d6bdaa71f87809b7a194a6902e6c82ec00b6354aca6b40abe5e6 languageName: node linkType: hard -"@babel/plugin-transform-async-generator-functions@npm:^7.24.6": - version: 7.24.6 - resolution: "@babel/plugin-transform-async-generator-functions@npm:7.24.6" +"@babel/plugin-transform-async-generator-functions@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-transform-async-generator-functions@npm:7.24.7" dependencies: - "@babel/helper-environment-visitor": "npm:^7.24.6" - "@babel/helper-plugin-utils": "npm:^7.24.6" - "@babel/helper-remap-async-to-generator": "npm:^7.24.6" + "@babel/helper-environment-visitor": "npm:^7.24.7" + "@babel/helper-plugin-utils": "npm:^7.24.7" + "@babel/helper-remap-async-to-generator": "npm:^7.24.7" "@babel/plugin-syntax-async-generators": "npm:^7.8.4" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/01025f77001aaa8b7df02283a95d3b076cac3e2bd519878e0ac3462a5a45eb18ef82b406a5b3b83c05187d2985e2ba909cbbe98e303417a49f4357cee7cd1f6d + checksum: 10/cf0a4b5ffc6d7f3f3bf12d4792535e8a46332714211326fd5058a6e45988891ee402b26cb9cc6c7121b2c8283ebd160e431827f885bdfa51d6127f934bd9ba7f languageName: node linkType: hard -"@babel/plugin-transform-async-to-generator@npm:^7.24.6": - version: 7.24.6 - resolution: "@babel/plugin-transform-async-to-generator@npm:7.24.6" +"@babel/plugin-transform-async-to-generator@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-transform-async-to-generator@npm:7.24.7" dependencies: - "@babel/helper-module-imports": "npm:^7.24.6" - "@babel/helper-plugin-utils": "npm:^7.24.6" - "@babel/helper-remap-async-to-generator": "npm:^7.24.6" + "@babel/helper-module-imports": "npm:^7.24.7" + "@babel/helper-plugin-utils": "npm:^7.24.7" + "@babel/helper-remap-async-to-generator": "npm:^7.24.7" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/b10945afa13d4fc9f780b5420e938fa1259e7352498d9fafbad12d91733f9d8df2c11f1d46a61c4eaea6ec12461ee56b0d707e81c78cb0e12fe32c2774f3f377 + checksum: 10/b2041d9d50b09afef983c4f1dece63fdfc5a8e4646e42591db398bc4322958434d60b3cb0f5d0f9f9dbdad8577e8a1a33ba9859aacc3004bf6d25d094d20193f languageName: node linkType: hard -"@babel/plugin-transform-block-scoped-functions@npm:^7.24.6": - version: 7.24.6 - resolution: "@babel/plugin-transform-block-scoped-functions@npm:7.24.6" +"@babel/plugin-transform-block-scoped-functions@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-transform-block-scoped-functions@npm:7.24.7" dependencies: - "@babel/helper-plugin-utils": "npm:^7.24.6" + "@babel/helper-plugin-utils": "npm:^7.24.7" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/8479b49e7aff3b49a7b66ffc058c896f7553f192d74ee7d158d73e67c5a89b7250cd2dbc46db77409a80c787b9ebd73704bd52100e995207cdb00189c2c87dd0 + checksum: 10/33e2fb9f24c11889b2bacbe9c3625f738edafc2136c8206598e0422664267ec5ca9422cb4563cc42039ccfc333fb42ce5f8513382e56c5b02f934005d0d6e8ff languageName: node linkType: hard -"@babel/plugin-transform-block-scoping@npm:^7.24.6": - version: 7.24.6 - resolution: "@babel/plugin-transform-block-scoping@npm:7.24.6" +"@babel/plugin-transform-block-scoping@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-transform-block-scoping@npm:7.24.7" dependencies: - "@babel/helper-plugin-utils": "npm:^7.24.6" + "@babel/helper-plugin-utils": "npm:^7.24.7" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/40affbc3fbf4d6664b8d59452f37980e37333847ab0927fe46928e9c68b8f3016aaf529c21d5672807f80015860dd025f3f862b1ebc378a734d3e8014f59f2b4 + checksum: 10/9656e7bb0673279e18d9f9408027786f1b20d657e2cc106456e0bd7826bd12d81813299adbef2b2a5837b05740f2295fe8fb62389122d38c9e961b3005270777 languageName: node linkType: hard -"@babel/plugin-transform-class-properties@npm:^7.24.6": - version: 7.24.6 - resolution: "@babel/plugin-transform-class-properties@npm:7.24.6" +"@babel/plugin-transform-class-properties@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-transform-class-properties@npm:7.24.7" dependencies: - "@babel/helper-create-class-features-plugin": "npm:^7.24.6" - "@babel/helper-plugin-utils": "npm:^7.24.6" + "@babel/helper-create-class-features-plugin": "npm:^7.24.7" + "@babel/helper-plugin-utils": "npm:^7.24.7" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/dee84706aed7086e83ef9358f6a1a5f2a4b640a8176352c107eada2b2206c0174b22181892cfe88723e5762545a8b35f8e4dd71b917155e907e6d7f8f4383532 + checksum: 10/1c6f645dd3889257028f27bfbb04526ac7676763a923fc8203aa79aa5232820e0201cb858c73b684b1922327af10304121ac013c7b756876d54560a9c1a7bc79 languageName: node linkType: hard -"@babel/plugin-transform-class-static-block@npm:^7.24.6": - version: 7.24.6 - resolution: "@babel/plugin-transform-class-static-block@npm:7.24.6" +"@babel/plugin-transform-class-static-block@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-transform-class-static-block@npm:7.24.7" dependencies: - "@babel/helper-create-class-features-plugin": "npm:^7.24.6" - "@babel/helper-plugin-utils": "npm:^7.24.6" + "@babel/helper-create-class-features-plugin": "npm:^7.24.7" + "@babel/helper-plugin-utils": "npm:^7.24.7" "@babel/plugin-syntax-class-static-block": "npm:^7.14.5" peerDependencies: "@babel/core": ^7.12.0 - checksum: 10/aa7fe118d508c57d5e35b646da18a1029bf49cf0820517deb2de7f1ceb472b55aacfbd48202615c14cdaa3809a89d01bcb414e26d3de1aa2e3648852cff4c705 + checksum: 10/00b4d35788bcfefb56b6a1d3506ca23f11dd55d4bb5a34eb70397c06283dc7f596cd9d40995c4a6cb897b45ad220de211f854e7a030a05e26a307c8f56b6ba4b languageName: node linkType: hard -"@babel/plugin-transform-classes@npm:^7.24.6": - version: 7.24.6 - resolution: "@babel/plugin-transform-classes@npm:7.24.6" +"@babel/plugin-transform-classes@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-transform-classes@npm:7.24.7" dependencies: - "@babel/helper-annotate-as-pure": "npm:^7.24.6" - "@babel/helper-compilation-targets": "npm:^7.24.6" - "@babel/helper-environment-visitor": "npm:^7.24.6" - "@babel/helper-function-name": "npm:^7.24.6" - "@babel/helper-plugin-utils": "npm:^7.24.6" - "@babel/helper-replace-supers": "npm:^7.24.6" - "@babel/helper-split-export-declaration": "npm:^7.24.6" + "@babel/helper-annotate-as-pure": "npm:^7.24.7" + "@babel/helper-compilation-targets": "npm:^7.24.7" + "@babel/helper-environment-visitor": "npm:^7.24.7" + "@babel/helper-function-name": "npm:^7.24.7" + "@babel/helper-plugin-utils": "npm:^7.24.7" + "@babel/helper-replace-supers": "npm:^7.24.7" + "@babel/helper-split-export-declaration": "npm:^7.24.7" globals: "npm:^11.1.0" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/7bd9350695b82b48d4e795497f05c9223ba6e0a9ff7506e21c09731510d4d5af1023e278416aa14d66a1fdb565b7e7db02e2f26e71604a00db3891fcdfb619d3 + checksum: 10/5d5577fcb0ec9ef33d889358c54720abe462325bed5483d71f9aa0a704f491520777be5411d6fd8a08a8ebe352e2445d46d1e6577a5a2c9333bc37b9ff8b9a74 languageName: node linkType: hard -"@babel/plugin-transform-computed-properties@npm:^7.24.6": - version: 7.24.6 - resolution: "@babel/plugin-transform-computed-properties@npm:7.24.6" +"@babel/plugin-transform-computed-properties@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-transform-computed-properties@npm:7.24.7" dependencies: - "@babel/helper-plugin-utils": "npm:^7.24.6" - "@babel/template": "npm:^7.24.6" + "@babel/helper-plugin-utils": "npm:^7.24.7" + "@babel/template": "npm:^7.24.7" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/11d46525969069ed44dc4bd083397ab9b924624e53c962bf7a034dd0b9b99e9571c30ba5ce7759f68f8d616d7abc2cb1ec01296e65c30a081e573ea1a888a023 + checksum: 10/fecf3c770b2dd8e70be6da12d4dd0273de9d8ef4d0f46be98d56fddb3a451932cdc9bb81de3057c9acb903e05ece657886cc31886d5762afa7b0a256db0f791e languageName: node linkType: hard -"@babel/plugin-transform-destructuring@npm:^7.24.6": - version: 7.24.6 - resolution: "@babel/plugin-transform-destructuring@npm:7.24.6" +"@babel/plugin-transform-destructuring@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-transform-destructuring@npm:7.24.7" dependencies: - "@babel/helper-plugin-utils": "npm:^7.24.6" + "@babel/helper-plugin-utils": "npm:^7.24.7" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/0ae192d749b48ea836eb9f062425b255e550e1b9f9d47db2c80aa203c7a03557d21806c8bab915015457cc38b1dbafd61fa09c7b6753ab95d95b2e0d493e1db7 + checksum: 10/eec43df24a07b3c61f335883e50c6642762fdd3cc5c5f95532cebeb51ea9bf77ca9a38011b678d91549dd75e29e1c58bd6e0ebc34bb763c300bc2cc65801e663 languageName: node linkType: hard -"@babel/plugin-transform-dotall-regex@npm:^7.24.6": - version: 7.24.6 - resolution: "@babel/plugin-transform-dotall-regex@npm:7.24.6" +"@babel/plugin-transform-dotall-regex@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-transform-dotall-regex@npm:7.24.7" dependencies: - "@babel/helper-create-regexp-features-plugin": "npm:^7.24.6" - "@babel/helper-plugin-utils": "npm:^7.24.6" + "@babel/helper-create-regexp-features-plugin": "npm:^7.24.7" + "@babel/helper-plugin-utils": "npm:^7.24.7" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/823732fade680b43ae6d41c416c515cff9d52eb2a501a4152a63901b8df32d74886f3ab6f01ba7ebe6c6a39c47d4c28ac48d6e831019e058578e23b543f6d1bd + checksum: 10/51b75638748f6e5adab95b711d3365b8d7757f881c178946618a43b15063ec1160b07f4aa3b116bf3f1e097a88226a01db4cae2c5c4aad4c71fe5568828a03f5 languageName: node linkType: hard -"@babel/plugin-transform-duplicate-keys@npm:^7.24.6": - version: 7.24.6 - resolution: "@babel/plugin-transform-duplicate-keys@npm:7.24.6" +"@babel/plugin-transform-duplicate-keys@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-transform-duplicate-keys@npm:7.24.7" dependencies: - "@babel/helper-plugin-utils": "npm:^7.24.6" + "@babel/helper-plugin-utils": "npm:^7.24.7" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/fdeaa118735b9f0fdcfd6c0af9f51a3d37d42a354018fdf20d58e8a1960ecc0060dbb21054b516f794d113213e03fdfcd74ea36d94b4f0609bce1dd5a3a6c7ec + checksum: 10/4284d8fe058c838f80d594bace1380ce02995fa9a271decbece59c40815bc2f7e715807dcbe4d5da8b444716e6d05cc6d79771f500fb044cd0dd00ce4324b619 languageName: node linkType: hard -"@babel/plugin-transform-dynamic-import@npm:^7.24.6": - version: 7.24.6 - resolution: "@babel/plugin-transform-dynamic-import@npm:7.24.6" +"@babel/plugin-transform-dynamic-import@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-transform-dynamic-import@npm:7.24.7" dependencies: - "@babel/helper-plugin-utils": "npm:^7.24.6" + "@babel/helper-plugin-utils": "npm:^7.24.7" "@babel/plugin-syntax-dynamic-import": "npm:^7.8.3" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/c104b5bc05e3f2c6bcd484551486dd543b49b3af370761a8a7bf360390e3a229a1b4ef2f4928c058b887efe60a35f7be7bf401040cdfb027eec7cb7ec46ce6f9 + checksum: 10/e949c02aa57098d916eb6edcbef0f3f7d62640f37e1a061b0692523964e081f8182f2c4292173b4dbea4edb8d146e65d6a20ce4b6b5f8c33be34bd846ae114ea languageName: node linkType: hard -"@babel/plugin-transform-exponentiation-operator@npm:^7.24.6": - version: 7.24.6 - resolution: "@babel/plugin-transform-exponentiation-operator@npm:7.24.6" +"@babel/plugin-transform-exponentiation-operator@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-transform-exponentiation-operator@npm:7.24.7" dependencies: - "@babel/helper-builder-binary-assignment-operator-visitor": "npm:^7.24.6" - "@babel/helper-plugin-utils": "npm:^7.24.6" + "@babel/helper-builder-binary-assignment-operator-visitor": "npm:^7.24.7" + "@babel/helper-plugin-utils": "npm:^7.24.7" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/8b59853c0548115e5b32acd876bddb4f990d71c5fc8ed0d8c428da456a8d9f4cc4133dc9fbedd9fade3eb334405e42c4968192738a7cb7b1f73b4e21df8eb05e + checksum: 10/014b211f73a524ee98441541ddc4f6b067eefcf94d509e99074a45ea8c3f3ad0e36cab6f5f96666ac05b747a21fa6fda949aa25153656bb2821545a4b302e0d4 languageName: node linkType: hard -"@babel/plugin-transform-export-namespace-from@npm:^7.24.6": - version: 7.24.6 - resolution: "@babel/plugin-transform-export-namespace-from@npm:7.24.6" +"@babel/plugin-transform-export-namespace-from@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-transform-export-namespace-from@npm:7.24.7" dependencies: - "@babel/helper-plugin-utils": "npm:^7.24.6" + "@babel/helper-plugin-utils": "npm:^7.24.7" "@babel/plugin-syntax-export-namespace-from": "npm:^7.8.3" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/49d8f3ef9d0f76f656842875e4a1bbfc151b4b7882f8890edfbbb409df389d70d235c206eb30a5ad556c0ae8a8b3805f43fbae5ca2a3d4cd259477272d3d580f + checksum: 10/d59d21945d2fd1ead914bb21f909f75b70ebe0e7627c2b1326ce500babca4c8e4a2513af6899d92e06e87186c61ee5087209345f5102fb4ff5a0e47e7b159a2c languageName: node linkType: hard -"@babel/plugin-transform-for-of@npm:^7.24.6": - version: 7.24.6 - resolution: "@babel/plugin-transform-for-of@npm:7.24.6" +"@babel/plugin-transform-for-of@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-transform-for-of@npm:7.24.7" dependencies: - "@babel/helper-plugin-utils": "npm:^7.24.6" - "@babel/helper-skip-transparent-expression-wrappers": "npm:^7.24.6" + "@babel/helper-plugin-utils": "npm:^7.24.7" + "@babel/helper-skip-transparent-expression-wrappers": "npm:^7.24.7" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/76d61d26ef6a7444b6fc99110e1190917aa813bf29b0b04dcbf17d705e6024c73af63a38b0dc82a31a4611a4241fec8381af67d925c0f824f70320086f8696e2 + checksum: 10/ea471ad1345f1153f7f72f1f084e74f48dc349272ca1b2d8710b841b015c9861d673e12c3c98d42ab3c640cb6ab88bb9a8da1f4ca9c57a8f71f00815fa23ecef languageName: node linkType: hard -"@babel/plugin-transform-function-name@npm:^7.24.6": - version: 7.24.6 - resolution: "@babel/plugin-transform-function-name@npm:7.24.6" +"@babel/plugin-transform-function-name@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-transform-function-name@npm:7.24.7" dependencies: - "@babel/helper-compilation-targets": "npm:^7.24.6" - "@babel/helper-function-name": "npm:^7.24.6" - "@babel/helper-plugin-utils": "npm:^7.24.6" + "@babel/helper-compilation-targets": "npm:^7.24.7" + "@babel/helper-function-name": "npm:^7.24.7" + "@babel/helper-plugin-utils": "npm:^7.24.7" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/fb96863c30fd76da14eeb64f19e340c2cf28980cf3961be3fff4df2278ad4b97cbaac2137e9ea0b36b3a51f3c723815dd590545344ba02482e99cec8aab2a4e5 + checksum: 10/9d4dcffea45acd255fed4a97e372ada234579f9bae01a4d0ced657091f159edf1635ff2a666508a08f8e59390def09ae6ce8372679faad894aa6f3247728ebe1 languageName: node linkType: hard -"@babel/plugin-transform-json-strings@npm:^7.24.6": - version: 7.24.6 - resolution: "@babel/plugin-transform-json-strings@npm:7.24.6" +"@babel/plugin-transform-json-strings@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-transform-json-strings@npm:7.24.7" dependencies: - "@babel/helper-plugin-utils": "npm:^7.24.6" + "@babel/helper-plugin-utils": "npm:^7.24.7" "@babel/plugin-syntax-json-strings": "npm:^7.8.3" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/417772d7b1e4c35f2dcc658141163bcb607d583abc3ab54932a0ce430d7cf7fdd81f44d7e2ccb40280bdec699b9f46ebdf23e480106d72f8399c69bfcb2b9432 + checksum: 10/5549dc97fc2d429a089d14ccfd51d8b3ba23c39b79edfe6d754e804fb1d50e6a4c070e73550be514a919c4db1553d8e6f7406178d68756b5959afe025a602cb2 languageName: node linkType: hard -"@babel/plugin-transform-literals@npm:^7.24.6": - version: 7.24.6 - resolution: "@babel/plugin-transform-literals@npm:7.24.6" +"@babel/plugin-transform-literals@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-transform-literals@npm:7.24.7" dependencies: - "@babel/helper-plugin-utils": "npm:^7.24.6" + "@babel/helper-plugin-utils": "npm:^7.24.7" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/29e467f05a9bb82df8c281e3ca67629e38f8f475708454bcd5b59e73e957897f1bb795ff09a1253d666aeb3e872c50b0c465f79f28c3aadfe1a290d813a8d4ee + checksum: 10/bf341a5a0ffb5129670ac9a14ea53b67bd1d3d0e13173ce7ac2d4184c4b405d33f67df68c59a2e94a895bf80269ec1df82c011d9ddb686f9f08a40c37b881177 languageName: node linkType: hard -"@babel/plugin-transform-logical-assignment-operators@npm:^7.24.6": - version: 7.24.6 - resolution: "@babel/plugin-transform-logical-assignment-operators@npm:7.24.6" +"@babel/plugin-transform-logical-assignment-operators@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-transform-logical-assignment-operators@npm:7.24.7" dependencies: - "@babel/helper-plugin-utils": "npm:^7.24.6" + "@babel/helper-plugin-utils": "npm:^7.24.7" "@babel/plugin-syntax-logical-assignment-operators": "npm:^7.10.4" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/5ee614e959a9b32bd322266b052fa30f5fa1f89d9f367aa346f0aca7ae6da656820379165531df4cb195b2036589753a277324693703ae9d5ef22529d5b52eb7 + checksum: 10/e39581cf1f9a43330b8340177c618fdb3232deb03faab1937819ef39327660a1fe94fd0ec2f66d1f5b5f98acba68871a77a9931588011c13dded3d7094ecc9de languageName: node linkType: hard -"@babel/plugin-transform-member-expression-literals@npm:^7.24.6": - version: 7.24.6 - resolution: "@babel/plugin-transform-member-expression-literals@npm:7.24.6" +"@babel/plugin-transform-member-expression-literals@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-transform-member-expression-literals@npm:7.24.7" dependencies: - "@babel/helper-plugin-utils": "npm:^7.24.6" + "@babel/helper-plugin-utils": "npm:^7.24.7" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/7d5cfd042e628999aec908f7f4b5b40403f57eeb87a772bd2299bc0f6a82237521b9b0f61c247c0d84d43bdb4ff2d85938a4843c7875a3b9d96ef10263d7f5d4 + checksum: 10/837b60ea42fc69a430c8f7fb124247ba009ff6d93187a521fe9f83556fe124715bd46533b1684a3e139f272849a14d1d4faf3397bde13714f99ce0938526ea6f languageName: node linkType: hard -"@babel/plugin-transform-modules-amd@npm:^7.24.6": - version: 7.24.6 - resolution: "@babel/plugin-transform-modules-amd@npm:7.24.6" +"@babel/plugin-transform-modules-amd@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-transform-modules-amd@npm:7.24.7" dependencies: - "@babel/helper-module-transforms": "npm:^7.24.6" - "@babel/helper-plugin-utils": "npm:^7.24.6" + "@babel/helper-module-transforms": "npm:^7.24.7" + "@babel/helper-plugin-utils": "npm:^7.24.7" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/7c01c4e8b1ae80ab2f293273be9ffa52d1f9a6096e65e748b7649047a3b7f1744c1165490e85f6d62849bb1a86da1f644e7b99a40015f9c986783b3456bb8de4 + checksum: 10/66465ffba49af7a7b7a62995eb58f591ecd23ab42b0c67f8a70020177b3789d2a379bd6cbb68cbd09a69fd75c38a91f5a09ea70f5c8347bf4c6ea81caa0f6c6b languageName: node linkType: hard -"@babel/plugin-transform-modules-commonjs@npm:^7.24.6": - version: 7.24.6 - resolution: "@babel/plugin-transform-modules-commonjs@npm:7.24.6" +"@babel/plugin-transform-modules-commonjs@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-transform-modules-commonjs@npm:7.24.7" dependencies: - "@babel/helper-module-transforms": "npm:^7.24.6" - "@babel/helper-plugin-utils": "npm:^7.24.6" - "@babel/helper-simple-access": "npm:^7.24.6" + "@babel/helper-module-transforms": "npm:^7.24.7" + "@babel/helper-plugin-utils": "npm:^7.24.7" + "@babel/helper-simple-access": "npm:^7.24.7" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/ac6b0614bdaa9bb60d028d7b30ceae0d63fae55ddf5dca7b87f24ff0d0fa0512972799c835e2b025f0ef6976b3af6a3425d686e5e4bccfb8bf3f8f5665aac0b8 + checksum: 10/9bd10cd03cce138a644f4e671025058348d8ff364253122bed60f9a2a32759445b93e8a6501773491cb19906602b18fd26255df0caac425343a1584599b36b24 languageName: node linkType: hard -"@babel/plugin-transform-modules-systemjs@npm:^7.24.6": - version: 7.24.6 - resolution: "@babel/plugin-transform-modules-systemjs@npm:7.24.6" +"@babel/plugin-transform-modules-systemjs@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-transform-modules-systemjs@npm:7.24.7" dependencies: - "@babel/helper-hoist-variables": "npm:^7.24.6" - "@babel/helper-module-transforms": "npm:^7.24.6" - "@babel/helper-plugin-utils": "npm:^7.24.6" - "@babel/helper-validator-identifier": "npm:^7.24.6" + "@babel/helper-hoist-variables": "npm:^7.24.7" + "@babel/helper-module-transforms": "npm:^7.24.7" + "@babel/helper-plugin-utils": "npm:^7.24.7" + "@babel/helper-validator-identifier": "npm:^7.24.7" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/b1cad402424dce18cda43ab6cc98d4f063c2213bd75dde729d083a511551d5cc6edaa578439ab3097ab0e65727dd5c4dadb9f7157ed129b245a13eed3e7ffc16 + checksum: 10/14f0ed1a252a2a04e075cd9051b809e33cd45374a2495dc0a428517893b8e951819acc8343c61d348c51ba54e42660bc93990a77aa3460d16a1c21d52d9c2cf1 languageName: node linkType: hard -"@babel/plugin-transform-modules-umd@npm:^7.24.6": - version: 7.24.6 - resolution: "@babel/plugin-transform-modules-umd@npm:7.24.6" +"@babel/plugin-transform-modules-umd@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-transform-modules-umd@npm:7.24.7" dependencies: - "@babel/helper-module-transforms": "npm:^7.24.6" - "@babel/helper-plugin-utils": "npm:^7.24.6" + "@babel/helper-module-transforms": "npm:^7.24.7" + "@babel/helper-plugin-utils": "npm:^7.24.7" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/817c93a4170714e4c38167d3f25bdd62864abd344bccec51402b9f8e71b6aa979b8c63b4d4061f0ad7d29f8637f1e2b3785a4596515f19578dac9bc46644685a + checksum: 10/cef9c8917b3c35c3b6cb424dc2e6f74016122f1d25c196e2c7e51eb080d95e96c5d34966c0d5b9d4e17b8e60d455a97ed271317ed104e0e70bff159830a59678 languageName: node linkType: hard -"@babel/plugin-transform-named-capturing-groups-regex@npm:^7.24.6": - version: 7.24.6 - resolution: "@babel/plugin-transform-named-capturing-groups-regex@npm:7.24.6" +"@babel/plugin-transform-named-capturing-groups-regex@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-transform-named-capturing-groups-regex@npm:7.24.7" dependencies: - "@babel/helper-create-regexp-features-plugin": "npm:^7.24.6" - "@babel/helper-plugin-utils": "npm:^7.24.6" + "@babel/helper-create-regexp-features-plugin": "npm:^7.24.7" + "@babel/helper-plugin-utils": "npm:^7.24.7" peerDependencies: "@babel/core": ^7.0.0 - checksum: 10/87b6dd96610dc5eb97347762ac49e66c6ab59a56f46848f69d8045adb51c14839f499c7d59f6367e453ac4c675b2772c738e3d9af6730f03519b59843b9a3626 + checksum: 10/b0ecb1afd22946b21fb8f34e826cfbfea4b5337f7592a5ff8af7937eddec4440149c59d2d134b4f21b2ed91b57611f39b19827729e19d99b7c11eaf614435f83 languageName: node linkType: hard -"@babel/plugin-transform-new-target@npm:^7.24.6": - version: 7.24.6 - resolution: "@babel/plugin-transform-new-target@npm:7.24.6" +"@babel/plugin-transform-new-target@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-transform-new-target@npm:7.24.7" dependencies: - "@babel/helper-plugin-utils": "npm:^7.24.6" + "@babel/helper-plugin-utils": "npm:^7.24.7" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/1f6ecbbae2fdc6123fef575b76527db82ca4bc7f598bc98292243ab30490b453eefd768608a889616eb56ff1e7d1f22eab8df76da13b59a35782e6f5d8902516 + checksum: 10/91b6a7439b7622f80dc755ddfb9ab083355bedc0b2af18e7c7a948faed14467599609331c8d59cfab4273640e3fc36e4cd02ad5b6dcb4a428f5a8baefc507acc languageName: node linkType: hard -"@babel/plugin-transform-nullish-coalescing-operator@npm:^7.24.6": - version: 7.24.6 - resolution: "@babel/plugin-transform-nullish-coalescing-operator@npm:7.24.6" +"@babel/plugin-transform-nullish-coalescing-operator@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-transform-nullish-coalescing-operator@npm:7.24.7" dependencies: - "@babel/helper-plugin-utils": "npm:^7.24.6" + "@babel/helper-plugin-utils": "npm:^7.24.7" "@babel/plugin-syntax-nullish-coalescing-operator": "npm:^7.8.3" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/e4499bbd58ff6919f8dc2bf952c624631d9b94db055aaf1fa33e19da5ef7c1d7cc1e81ee9753af6a1d6cdb995e6bab3ad0035c7f08098c9e092639b45e063d51 + checksum: 10/113cd24b6ce4d0a8e54ad9324428244942ce752a3fd38f8b615c3a786641ec18a00a01b662fe4cbebf369358f5904a975bbde0a977b839f2438b16f0d7d1dd36 languageName: node linkType: hard -"@babel/plugin-transform-numeric-separator@npm:^7.24.6": - version: 7.24.6 - resolution: "@babel/plugin-transform-numeric-separator@npm:7.24.6" +"@babel/plugin-transform-numeric-separator@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-transform-numeric-separator@npm:7.24.7" dependencies: - "@babel/helper-plugin-utils": "npm:^7.24.6" + "@babel/helper-plugin-utils": "npm:^7.24.7" "@babel/plugin-syntax-numeric-separator": "npm:^7.10.4" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/ccc5e4eb6ef5320e4116b6132ad429b89e5c7839c55452688313ac0d1e49a05a3ffb031a39321a97bce5da6c04d310210a78db562c9535154bfd549c7d294ac0 + checksum: 10/dc5bb0534889d207b1da125635471c42da61a4a4e9e68855f24b1cd04ccdcf8325b2c29112e719913c2097242e7e62d660e0fea2a46f3a9a983c9d02a0ec7a04 languageName: node linkType: hard -"@babel/plugin-transform-object-rest-spread@npm:^7.24.6": - version: 7.24.6 - resolution: "@babel/plugin-transform-object-rest-spread@npm:7.24.6" +"@babel/plugin-transform-object-rest-spread@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-transform-object-rest-spread@npm:7.24.7" dependencies: - "@babel/helper-compilation-targets": "npm:^7.24.6" - "@babel/helper-plugin-utils": "npm:^7.24.6" + "@babel/helper-compilation-targets": "npm:^7.24.7" + "@babel/helper-plugin-utils": "npm:^7.24.7" "@babel/plugin-syntax-object-rest-spread": "npm:^7.8.3" - "@babel/plugin-transform-parameters": "npm:^7.24.6" + "@babel/plugin-transform-parameters": "npm:^7.24.7" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/74d11df04244d530bbd47a8fe8a35195f0616364bbe5c38cc87b62a824b515e1322002187dbebf9c92e34ba73a88202c7e07275b98b13615144e46f478c33462 + checksum: 10/d586995dc3396bbf8fb75b84f0a3548d923e4c3500bb414641a7fe30762a4ffd82987887fece6381f600d8de2da1e3310fc9a725271724d35f9020fcd5d4b2a3 languageName: node linkType: hard -"@babel/plugin-transform-object-super@npm:^7.24.6": - version: 7.24.6 - resolution: "@babel/plugin-transform-object-super@npm:7.24.6" +"@babel/plugin-transform-object-super@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-transform-object-super@npm:7.24.7" dependencies: - "@babel/helper-plugin-utils": "npm:^7.24.6" - "@babel/helper-replace-supers": "npm:^7.24.6" + "@babel/helper-plugin-utils": "npm:^7.24.7" + "@babel/helper-replace-supers": "npm:^7.24.7" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/41579a84341c6064ce38e34ea59c3dc743073f3afaa77b5cbca3b6133530a236c4d02ff5a52089510514fe1c0ce46cacbb8486e42992f5ce691732061154269a + checksum: 10/382739a017972d7126416b958ea81b4b950b6275414908a54bfef6aeed9b9fcc6c8d247db3a1134b09a3b355a60039670ce41ee41c626f8acec70f49c3c8d2a6 languageName: node linkType: hard -"@babel/plugin-transform-optional-catch-binding@npm:^7.24.6": - version: 7.24.6 - resolution: "@babel/plugin-transform-optional-catch-binding@npm:7.24.6" +"@babel/plugin-transform-optional-catch-binding@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-transform-optional-catch-binding@npm:7.24.7" dependencies: - "@babel/helper-plugin-utils": "npm:^7.24.6" + "@babel/helper-plugin-utils": "npm:^7.24.7" "@babel/plugin-syntax-optional-catch-binding": "npm:^7.8.3" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/5c57af63003c30c7141cc5a21a8963ccd6cded45be91f15cceb89a6f9ef403f2f88f990e980e3c6f7c084b861b460dd6f9e81dc44efb049405337f3fe7d6ff00 + checksum: 10/605ae3764354e83f73c1e6430bac29e308806abcce8d1369cf69e4921771ff3592e8f60ba60c15990070d79b8d8740f0841069d64b466b3ce8a8c43e9743da7e languageName: node linkType: hard -"@babel/plugin-transform-optional-chaining@npm:^7.24.6": - version: 7.24.6 - resolution: "@babel/plugin-transform-optional-chaining@npm:7.24.6" +"@babel/plugin-transform-optional-chaining@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-transform-optional-chaining@npm:7.24.7" dependencies: - "@babel/helper-plugin-utils": "npm:^7.24.6" - "@babel/helper-skip-transparent-expression-wrappers": "npm:^7.24.6" + "@babel/helper-plugin-utils": "npm:^7.24.7" + "@babel/helper-skip-transparent-expression-wrappers": "npm:^7.24.7" "@babel/plugin-syntax-optional-chaining": "npm:^7.8.3" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/fb5deb31b237102ada066197fde3f3b07fd2cee8e79dc8e3752e0a44ef49174af5bd23120793b6552d83bd2e2807a6b124133a5d563f6e9ff60468bcb21b3cec + checksum: 10/0835caa8fa8561ba5da8edb82aee93aef8e5145eae33e5400569bb4fae879c596cd35d3bfe7519b222261fc370b1291c499870ca6ad9903e1a71cfaaa27a5454 languageName: node linkType: hard -"@babel/plugin-transform-parameters@npm:^7.24.6": - version: 7.24.6 - resolution: "@babel/plugin-transform-parameters@npm:7.24.6" +"@babel/plugin-transform-parameters@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-transform-parameters@npm:7.24.7" dependencies: - "@babel/helper-plugin-utils": "npm:^7.24.6" + "@babel/helper-plugin-utils": "npm:^7.24.7" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/c885f6c92fef0541fbf721f7bd3807be9f57af08ee67ad94124b55ce838e17b10c1374cff61108bf8083e7162c75cc2bde004ecf791e6db8ec2e84efb8e4daf9 + checksum: 10/41ff6bda926fabfb2e5d90b70621f279330691bed92009297340a8e776cfe9c3f2dda6afbc31dd3cbdccdfa9a5c57f2046e3ccc84f963c3797356df003d1703a languageName: node linkType: hard -"@babel/plugin-transform-private-methods@npm:^7.24.6": - version: 7.24.6 - resolution: "@babel/plugin-transform-private-methods@npm:7.24.6" +"@babel/plugin-transform-private-methods@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-transform-private-methods@npm:7.24.7" dependencies: - "@babel/helper-create-class-features-plugin": "npm:^7.24.6" - "@babel/helper-plugin-utils": "npm:^7.24.6" + "@babel/helper-create-class-features-plugin": "npm:^7.24.7" + "@babel/helper-plugin-utils": "npm:^7.24.7" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/83faa699d3aa39315d5f0928b910e597c09c0be1c66d925e0f470f5568a7a8d70521b63b445f6c5b3a3a8a60c889ea22214e08ba26a38c707c5ade1b8b503328 + checksum: 10/5338df2aae53c43e6a7ea0c44f20a1100709778769c7e42d4901a61945c3200ba0e7fca83832f48932423a68528219fbea233cb5b8741a2501fdecbacdc08292 languageName: node linkType: hard -"@babel/plugin-transform-private-property-in-object@npm:^7.24.6": - version: 7.24.6 - resolution: "@babel/plugin-transform-private-property-in-object@npm:7.24.6" +"@babel/plugin-transform-private-property-in-object@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-transform-private-property-in-object@npm:7.24.7" dependencies: - "@babel/helper-annotate-as-pure": "npm:^7.24.6" - "@babel/helper-create-class-features-plugin": "npm:^7.24.6" - "@babel/helper-plugin-utils": "npm:^7.24.6" + "@babel/helper-annotate-as-pure": "npm:^7.24.7" + "@babel/helper-create-class-features-plugin": "npm:^7.24.7" + "@babel/helper-plugin-utils": "npm:^7.24.7" "@babel/plugin-syntax-private-property-in-object": "npm:^7.14.5" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/f92e071614722bb7d61172ea9bdc40b99903170bdd7576b8c5ccfd40134344fd91d3c9eaf5ada588adff9090af4cca0003c7ff0ba88a814c803338dc578de6e1 + checksum: 10/a23ee18340818e292abfcb98b1086a188c81d640b1045e6809e9a3e8add78f9cb26607774de4ed653cbecd4277965dc4f4f1affc3504682209bb2a65fd4251f8 languageName: node linkType: hard -"@babel/plugin-transform-property-literals@npm:^7.24.6": - version: 7.24.6 - resolution: "@babel/plugin-transform-property-literals@npm:7.24.6" +"@babel/plugin-transform-property-literals@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-transform-property-literals@npm:7.24.7" dependencies: - "@babel/helper-plugin-utils": "npm:^7.24.6" + "@babel/helper-plugin-utils": "npm:^7.24.7" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/5f609bb1e4b41f075057e314fe1e407687c3c287d78286950c31ee04bb7e3bb31cb6b35f7407f163eb28e9fa938a255a9a68627b7eba69a03eedf76593e200f0 + checksum: 10/71708890fe007d45ad7a130150a2ba1fea0205f575b925ca2e1bb65018730636a68e65c634a474e5b658378d72871c337c953560009c081a645e088769bf168a languageName: node linkType: hard -"@babel/plugin-transform-regenerator@npm:^7.24.6": - version: 7.24.6 - resolution: "@babel/plugin-transform-regenerator@npm:7.24.6" +"@babel/plugin-transform-regenerator@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-transform-regenerator@npm:7.24.7" dependencies: - "@babel/helper-plugin-utils": "npm:^7.24.6" + "@babel/helper-plugin-utils": "npm:^7.24.7" regenerator-transform: "npm:^0.15.2" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/ef75aac5ad34a77c645e3c53e9efc230c8b237764e6907c24bd667c77e2cdcd80bcc7f9fac481c6e6d3107ad0b2dfa51e09d25d0892a9e6639379727bbcf74ae + checksum: 10/70fa2bb36d3e2ce69a25c7227da8ad92307ab7b50cb6dfcc4dc5ce8f1cc79b0fcf997292a1cb3b4ae7cb136f515d1b2c3fb78c927bdba8d719794430403eb0c6 languageName: node linkType: hard -"@babel/plugin-transform-reserved-words@npm:^7.24.6": - version: 7.24.6 - resolution: "@babel/plugin-transform-reserved-words@npm:7.24.6" +"@babel/plugin-transform-reserved-words@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-transform-reserved-words@npm:7.24.7" dependencies: - "@babel/helper-plugin-utils": "npm:^7.24.6" + "@babel/helper-plugin-utils": "npm:^7.24.7" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/aa1d490a35e01ad66353f0d0dfe41244960f2efeebed1ac86de7214b9b265a00580e1a4220e99588a7a6e0d2764a5e477741463b6d1a66ac22a057a77db14d9c + checksum: 10/64a2669671bb97c3dee3830a82c3e932fe6e02d56a4053c6ee4453d317b5f436d3d44907fbb0f4fbd8a56ebee34f6aee250e49743b7243d14d00c069215f3113 languageName: node linkType: hard -"@babel/plugin-transform-shorthand-properties@npm:^7.24.6": - version: 7.24.6 - resolution: "@babel/plugin-transform-shorthand-properties@npm:7.24.6" +"@babel/plugin-transform-shorthand-properties@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-transform-shorthand-properties@npm:7.24.7" dependencies: - "@babel/helper-plugin-utils": "npm:^7.24.6" + "@babel/helper-plugin-utils": "npm:^7.24.7" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/c2fa1f5d50f168056e2986920dbed6c66f31cb8e6ca862223491a18d1ca9466509769478e3f811f4f7de10debf7c42058a4c52ce0125b505bfa5eae2cba592b0 + checksum: 10/c68c2be965007e0cb6667daa209bc0af877cab4b327ef2e21b2114c38554243c3f7fdcc5b03679b20f72a26d966aa646af771f3165c882067e85a3887647f028 languageName: node linkType: hard -"@babel/plugin-transform-spread@npm:^7.24.6": - version: 7.24.6 - resolution: "@babel/plugin-transform-spread@npm:7.24.6" +"@babel/plugin-transform-spread@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-transform-spread@npm:7.24.7" dependencies: - "@babel/helper-plugin-utils": "npm:^7.24.6" - "@babel/helper-skip-transparent-expression-wrappers": "npm:^7.24.6" + "@babel/helper-plugin-utils": "npm:^7.24.7" + "@babel/helper-skip-transparent-expression-wrappers": "npm:^7.24.7" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/3c33a8c6598ba30f77a33dbcc269a7f95ef8195262c8b57e858a930bdb4c3f2a5e09683c2187eecb1a1890e5882bc6cbf08765258068cfc26fea4f223ec89f08 + checksum: 10/76e2c8544129d727d5a698e2a67d74e438bc35df843adb5f769316ec432c5e1bbb4128123a95b2fe8ef0aec7b26d87efe81d64326291c77ad757ff184d38448a languageName: node linkType: hard -"@babel/plugin-transform-sticky-regex@npm:^7.24.6": - version: 7.24.6 - resolution: "@babel/plugin-transform-sticky-regex@npm:7.24.6" +"@babel/plugin-transform-sticky-regex@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-transform-sticky-regex@npm:7.24.7" dependencies: - "@babel/helper-plugin-utils": "npm:^7.24.6" + "@babel/helper-plugin-utils": "npm:^7.24.7" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/abfff67b11f2bd6acfa516ec5710fe4082d93dce39536efb195b579f60521b281aa546e6283c57a0f011d194cf9ce8d06b55446e507f8b6f967d2fcae4108f2b + checksum: 10/3b9a99ae043ef363c81bfb097fa7a553fcf7c7d9fddc13dd2b47b3b2e45cf2741a9ca78cfe55f463983b043b365f0f8452f2d5eaadbdea20e6d6de50c16bed25 languageName: node linkType: hard -"@babel/plugin-transform-template-literals@npm:^7.24.6": - version: 7.24.6 - resolution: "@babel/plugin-transform-template-literals@npm:7.24.6" +"@babel/plugin-transform-template-literals@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-transform-template-literals@npm:7.24.7" dependencies: - "@babel/helper-plugin-utils": "npm:^7.24.6" + "@babel/helper-plugin-utils": "npm:^7.24.7" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/94431a6403ff7db25e28a251b97b3f48c4ad42b6980e2dcde94e405cce44560794ba8901924bbd617fc1fa671d8371f1445f50c6bf192752a5df03733202a02b + checksum: 10/ecf05a8511176d5570cb0d481577a407a4e8a9a430f86522d809e0ac2c823913e854ef9e2a1c83c0bd7c12489d82e1b48fabb52e697e80d6a6962125197593ca languageName: node linkType: hard -"@babel/plugin-transform-typeof-symbol@npm:^7.24.6": - version: 7.24.6 - resolution: "@babel/plugin-transform-typeof-symbol@npm:7.24.6" +"@babel/plugin-transform-typeof-symbol@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-transform-typeof-symbol@npm:7.24.7" dependencies: - "@babel/helper-plugin-utils": "npm:^7.24.6" + "@babel/helper-plugin-utils": "npm:^7.24.7" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/50755df3f0e8915e920b4c87c946b4e5f59fe48ed77e27fb0297a33db97ef947aab90727d9708686b4e324ca9be7c34a44193e1dac9244338de2ab0bcc8cc9e5 + checksum: 10/c07847a3bcb27509d392de7a59b9836669b90ca508d4b63b36bb73b63413bc0b2571a64410b65999a73abeac99957b31053225877dcbfaf4eb21d8cc0ae4002f languageName: node linkType: hard -"@babel/plugin-transform-unicode-escapes@npm:^7.24.6": - version: 7.24.6 - resolution: "@babel/plugin-transform-unicode-escapes@npm:7.24.6" +"@babel/plugin-transform-unicode-escapes@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-transform-unicode-escapes@npm:7.24.7" dependencies: - "@babel/helper-plugin-utils": "npm:^7.24.6" + "@babel/helper-plugin-utils": "npm:^7.24.7" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/6778e32a1ed1b7a424e47d57fa09e88c9f8b116bc50292cc9a97252c5c8713083e0a3462ac51ff010f3b0fddd9ae2927b098c74395187d9c6857e3b852dec3a3 + checksum: 10/6b8bca3495acedc89e880942de7b83c263fb5b4c9599594dcf3923e2128ae25f1f4725a295fe101027f75d8ef081ef28319296adf274b5022e57039e42836103 languageName: node linkType: hard -"@babel/plugin-transform-unicode-property-regex@npm:^7.24.6": - version: 7.24.6 - resolution: "@babel/plugin-transform-unicode-property-regex@npm:7.24.6" +"@babel/plugin-transform-unicode-property-regex@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-transform-unicode-property-regex@npm:7.24.7" dependencies: - "@babel/helper-create-regexp-features-plugin": "npm:^7.24.6" - "@babel/helper-plugin-utils": "npm:^7.24.6" + "@babel/helper-create-regexp-features-plugin": "npm:^7.24.7" + "@babel/helper-plugin-utils": "npm:^7.24.7" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/3f51141c5713d4213be1e43e6c28eea4f8af916ccf5ba729885a01915339965ab9e01d6091e26c91e917af3a0e7134ebaff55e7e9c3209d61f8396ff6d413274 + checksum: 10/c0c284bbbdead7e17e059d72e1b288f86b0baacc410398ef6c6c703fe4326b069e68515ccb84359601315cd8e888f9226731d00624b7c6959b1c0853f072b61f languageName: node linkType: hard -"@babel/plugin-transform-unicode-regex@npm:^7.24.6": - version: 7.24.6 - resolution: "@babel/plugin-transform-unicode-regex@npm:7.24.6" +"@babel/plugin-transform-unicode-regex@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-transform-unicode-regex@npm:7.24.7" dependencies: - "@babel/helper-create-regexp-features-plugin": "npm:^7.24.6" - "@babel/helper-plugin-utils": "npm:^7.24.6" + "@babel/helper-create-regexp-features-plugin": "npm:^7.24.7" + "@babel/helper-plugin-utils": "npm:^7.24.7" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/dccdd3724b9f65b67d14779c79c3758c9044f4eee1ae966126d8b0f0176b6b8fb156e22b229f1f0e8a3fd5f6175efec04dcfa44051fc0bacc16712a477f9130c + checksum: 10/b545310d0d592d75566b9cd158f4b8951e34d07d839656789d179b39b3fd92b32bd387cdfaf33a93e636609f3bfb9bb03d41f3e43be598116c9c6c80cc3418c4 languageName: node linkType: hard -"@babel/plugin-transform-unicode-sets-regex@npm:^7.24.6": - version: 7.24.6 - resolution: "@babel/plugin-transform-unicode-sets-regex@npm:7.24.6" +"@babel/plugin-transform-unicode-sets-regex@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-transform-unicode-sets-regex@npm:7.24.7" dependencies: - "@babel/helper-create-regexp-features-plugin": "npm:^7.24.6" - "@babel/helper-plugin-utils": "npm:^7.24.6" + "@babel/helper-create-regexp-features-plugin": "npm:^7.24.7" + "@babel/helper-plugin-utils": "npm:^7.24.7" peerDependencies: "@babel/core": ^7.0.0 - checksum: 10/c140a43e06b103ca6ef7dbc14b2f68bc6157756008df9ee5f4a4d9a014b22d5d6c61c592f6ad902a98021b289f3e5fd80d743645f8d7862332ee0384836b9809 + checksum: 10/183b72d5987dc93f9971667ce3f26d28b0e1058e71b129733dd9d5282aecba4c062b67c9567526780d2defd2bfbf950ca58d8306dc90b2761fd1e960d867ddb7 languageName: node linkType: hard "@babel/preset-env@npm:^7.11.0": - version: 7.24.6 - resolution: "@babel/preset-env@npm:7.24.6" - dependencies: - "@babel/compat-data": "npm:^7.24.6" - "@babel/helper-compilation-targets": "npm:^7.24.6" - "@babel/helper-plugin-utils": "npm:^7.24.6" - "@babel/helper-validator-option": "npm:^7.24.6" - "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "npm:^7.24.6" - "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "npm:^7.24.6" - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "npm:^7.24.6" - "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "npm:^7.24.6" + version: 7.24.7 + resolution: "@babel/preset-env@npm:7.24.7" + dependencies: + "@babel/compat-data": "npm:^7.24.7" + "@babel/helper-compilation-targets": "npm:^7.24.7" + "@babel/helper-plugin-utils": "npm:^7.24.7" + "@babel/helper-validator-option": "npm:^7.24.7" + "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "npm:^7.24.7" + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "npm:^7.24.7" + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "npm:^7.24.7" + "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "npm:^7.24.7" "@babel/plugin-proposal-private-property-in-object": "npm:7.21.0-placeholder-for-preset-env.2" "@babel/plugin-syntax-async-generators": "npm:^7.8.4" "@babel/plugin-syntax-class-properties": "npm:^7.12.13" "@babel/plugin-syntax-class-static-block": "npm:^7.14.5" "@babel/plugin-syntax-dynamic-import": "npm:^7.8.3" "@babel/plugin-syntax-export-namespace-from": "npm:^7.8.3" - "@babel/plugin-syntax-import-assertions": "npm:^7.24.6" - "@babel/plugin-syntax-import-attributes": "npm:^7.24.6" + "@babel/plugin-syntax-import-assertions": "npm:^7.24.7" + "@babel/plugin-syntax-import-attributes": "npm:^7.24.7" "@babel/plugin-syntax-import-meta": "npm:^7.10.4" "@babel/plugin-syntax-json-strings": "npm:^7.8.3" "@babel/plugin-syntax-logical-assignment-operators": "npm:^7.10.4" @@ -1495,54 +1520,54 @@ __metadata: "@babel/plugin-syntax-private-property-in-object": "npm:^7.14.5" "@babel/plugin-syntax-top-level-await": "npm:^7.14.5" "@babel/plugin-syntax-unicode-sets-regex": "npm:^7.18.6" - "@babel/plugin-transform-arrow-functions": "npm:^7.24.6" - "@babel/plugin-transform-async-generator-functions": "npm:^7.24.6" - "@babel/plugin-transform-async-to-generator": "npm:^7.24.6" - "@babel/plugin-transform-block-scoped-functions": "npm:^7.24.6" - "@babel/plugin-transform-block-scoping": "npm:^7.24.6" - "@babel/plugin-transform-class-properties": "npm:^7.24.6" - "@babel/plugin-transform-class-static-block": "npm:^7.24.6" - "@babel/plugin-transform-classes": "npm:^7.24.6" - "@babel/plugin-transform-computed-properties": "npm:^7.24.6" - "@babel/plugin-transform-destructuring": "npm:^7.24.6" - "@babel/plugin-transform-dotall-regex": "npm:^7.24.6" - "@babel/plugin-transform-duplicate-keys": "npm:^7.24.6" - "@babel/plugin-transform-dynamic-import": "npm:^7.24.6" - "@babel/plugin-transform-exponentiation-operator": "npm:^7.24.6" - "@babel/plugin-transform-export-namespace-from": "npm:^7.24.6" - "@babel/plugin-transform-for-of": "npm:^7.24.6" - "@babel/plugin-transform-function-name": "npm:^7.24.6" - "@babel/plugin-transform-json-strings": "npm:^7.24.6" - "@babel/plugin-transform-literals": "npm:^7.24.6" - "@babel/plugin-transform-logical-assignment-operators": "npm:^7.24.6" - "@babel/plugin-transform-member-expression-literals": "npm:^7.24.6" - "@babel/plugin-transform-modules-amd": "npm:^7.24.6" - "@babel/plugin-transform-modules-commonjs": "npm:^7.24.6" - "@babel/plugin-transform-modules-systemjs": "npm:^7.24.6" - "@babel/plugin-transform-modules-umd": "npm:^7.24.6" - "@babel/plugin-transform-named-capturing-groups-regex": "npm:^7.24.6" - "@babel/plugin-transform-new-target": "npm:^7.24.6" - "@babel/plugin-transform-nullish-coalescing-operator": "npm:^7.24.6" - "@babel/plugin-transform-numeric-separator": "npm:^7.24.6" - "@babel/plugin-transform-object-rest-spread": "npm:^7.24.6" - "@babel/plugin-transform-object-super": "npm:^7.24.6" - "@babel/plugin-transform-optional-catch-binding": "npm:^7.24.6" - "@babel/plugin-transform-optional-chaining": "npm:^7.24.6" - "@babel/plugin-transform-parameters": "npm:^7.24.6" - "@babel/plugin-transform-private-methods": "npm:^7.24.6" - "@babel/plugin-transform-private-property-in-object": "npm:^7.24.6" - "@babel/plugin-transform-property-literals": "npm:^7.24.6" - "@babel/plugin-transform-regenerator": "npm:^7.24.6" - "@babel/plugin-transform-reserved-words": "npm:^7.24.6" - "@babel/plugin-transform-shorthand-properties": "npm:^7.24.6" - "@babel/plugin-transform-spread": "npm:^7.24.6" - "@babel/plugin-transform-sticky-regex": "npm:^7.24.6" - "@babel/plugin-transform-template-literals": "npm:^7.24.6" - "@babel/plugin-transform-typeof-symbol": "npm:^7.24.6" - "@babel/plugin-transform-unicode-escapes": "npm:^7.24.6" - "@babel/plugin-transform-unicode-property-regex": "npm:^7.24.6" - "@babel/plugin-transform-unicode-regex": "npm:^7.24.6" - "@babel/plugin-transform-unicode-sets-regex": "npm:^7.24.6" + "@babel/plugin-transform-arrow-functions": "npm:^7.24.7" + "@babel/plugin-transform-async-generator-functions": "npm:^7.24.7" + "@babel/plugin-transform-async-to-generator": "npm:^7.24.7" + "@babel/plugin-transform-block-scoped-functions": "npm:^7.24.7" + "@babel/plugin-transform-block-scoping": "npm:^7.24.7" + "@babel/plugin-transform-class-properties": "npm:^7.24.7" + "@babel/plugin-transform-class-static-block": "npm:^7.24.7" + "@babel/plugin-transform-classes": "npm:^7.24.7" + "@babel/plugin-transform-computed-properties": "npm:^7.24.7" + "@babel/plugin-transform-destructuring": "npm:^7.24.7" + "@babel/plugin-transform-dotall-regex": "npm:^7.24.7" + "@babel/plugin-transform-duplicate-keys": "npm:^7.24.7" + "@babel/plugin-transform-dynamic-import": "npm:^7.24.7" + "@babel/plugin-transform-exponentiation-operator": "npm:^7.24.7" + "@babel/plugin-transform-export-namespace-from": "npm:^7.24.7" + "@babel/plugin-transform-for-of": "npm:^7.24.7" + "@babel/plugin-transform-function-name": "npm:^7.24.7" + "@babel/plugin-transform-json-strings": "npm:^7.24.7" + "@babel/plugin-transform-literals": "npm:^7.24.7" + "@babel/plugin-transform-logical-assignment-operators": "npm:^7.24.7" + "@babel/plugin-transform-member-expression-literals": "npm:^7.24.7" + "@babel/plugin-transform-modules-amd": "npm:^7.24.7" + "@babel/plugin-transform-modules-commonjs": "npm:^7.24.7" + "@babel/plugin-transform-modules-systemjs": "npm:^7.24.7" + "@babel/plugin-transform-modules-umd": "npm:^7.24.7" + "@babel/plugin-transform-named-capturing-groups-regex": "npm:^7.24.7" + "@babel/plugin-transform-new-target": "npm:^7.24.7" + "@babel/plugin-transform-nullish-coalescing-operator": "npm:^7.24.7" + "@babel/plugin-transform-numeric-separator": "npm:^7.24.7" + "@babel/plugin-transform-object-rest-spread": "npm:^7.24.7" + "@babel/plugin-transform-object-super": "npm:^7.24.7" + "@babel/plugin-transform-optional-catch-binding": "npm:^7.24.7" + "@babel/plugin-transform-optional-chaining": "npm:^7.24.7" + "@babel/plugin-transform-parameters": "npm:^7.24.7" + "@babel/plugin-transform-private-methods": "npm:^7.24.7" + "@babel/plugin-transform-private-property-in-object": "npm:^7.24.7" + "@babel/plugin-transform-property-literals": "npm:^7.24.7" + "@babel/plugin-transform-regenerator": "npm:^7.24.7" + "@babel/plugin-transform-reserved-words": "npm:^7.24.7" + "@babel/plugin-transform-shorthand-properties": "npm:^7.24.7" + "@babel/plugin-transform-spread": "npm:^7.24.7" + "@babel/plugin-transform-sticky-regex": "npm:^7.24.7" + "@babel/plugin-transform-template-literals": "npm:^7.24.7" + "@babel/plugin-transform-typeof-symbol": "npm:^7.24.7" + "@babel/plugin-transform-unicode-escapes": "npm:^7.24.7" + "@babel/plugin-transform-unicode-property-regex": "npm:^7.24.7" + "@babel/plugin-transform-unicode-regex": "npm:^7.24.7" + "@babel/plugin-transform-unicode-sets-regex": "npm:^7.24.7" "@babel/preset-modules": "npm:0.1.6-no-external-plugins" babel-plugin-polyfill-corejs2: "npm:^0.4.10" babel-plugin-polyfill-corejs3: "npm:^0.10.4" @@ -1551,7 +1576,7 @@ __metadata: semver: "npm:^6.3.1" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10/4a6f57dffd1b39e540e6e557acd00fb035ffbfe7963d0c76bf3d3354b76e2f9cdb902a156b73a2203f9c2d7a693d6a0de887699ec25c92c7d3d620befed17918 + checksum: 10/2fd90c46efefadb48dae6d13de190ac48753af187ee394924cf532c79870ebb87658bd31f06649630827a478b17a4adc41717cc6d4c460ff2ed9fafa51e5b515 languageName: node linkType: hard @@ -1576,51 +1601,51 @@ __metadata: linkType: hard "@babel/runtime@npm:^7.10.5, @babel/runtime@npm:^7.11.2, @babel/runtime@npm:^7.12.5, @babel/runtime@npm:^7.14.5, @babel/runtime@npm:^7.14.8, @babel/runtime@npm:^7.15.4, @babel/runtime@npm:^7.17.2, @babel/runtime@npm:^7.18.3, @babel/runtime@npm:^7.19.0, @babel/runtime@npm:^7.21.0, @babel/runtime@npm:^7.22.15, @babel/runtime@npm:^7.5.5, @babel/runtime@npm:^7.7.2, @babel/runtime@npm:^7.8.4, @babel/runtime@npm:^7.8.7, @babel/runtime@npm:^7.9.2": - version: 7.24.6 - resolution: "@babel/runtime@npm:7.24.6" + version: 7.24.7 + resolution: "@babel/runtime@npm:7.24.7" dependencies: regenerator-runtime: "npm:^0.14.0" - checksum: 10/6c4e12731cd9206a883c19d48fa04f6aaaf7ee83f049b22631e6521b866edc20832b4d5db30aa86d8ae799c4dcf57761fe8a4af2bf7e233245c079c1dafb5668 + checksum: 10/7b77f566165dee62db3db0296e71d08cafda3f34e1b0dcefcd68427272e17c1704f4e4369bff76651b07b6e49d3ea5a0ce344818af9116e9292e4381e0918c76 languageName: node linkType: hard -"@babel/template@npm:^7.24.6, @babel/template@npm:^7.3.3": - version: 7.24.6 - resolution: "@babel/template@npm:7.24.6" +"@babel/template@npm:^7.24.7, @babel/template@npm:^7.3.3": + version: 7.24.7 + resolution: "@babel/template@npm:7.24.7" dependencies: - "@babel/code-frame": "npm:^7.24.6" - "@babel/parser": "npm:^7.24.6" - "@babel/types": "npm:^7.24.6" - checksum: 10/e4641733dfb29b15f1b7f1a81579b3131d854d5aa2dc37a8b827e4eb6839c752cba45570934041b9f3dcf0edde8328f5313b092eaa6c7a342020b59d355f8bf5 + "@babel/code-frame": "npm:^7.24.7" + "@babel/parser": "npm:^7.24.7" + "@babel/types": "npm:^7.24.7" + checksum: 10/5975d404ef51cf379515eb0f80b115981d0b9dff5539e53a47516644abb8c83d7559f5b083eb1d4977b20d8359ebb2f911ccd4f729143f8958fdc465f976d843 languageName: node linkType: hard -"@babel/traverse@npm:^7.24.6": - version: 7.24.6 - resolution: "@babel/traverse@npm:7.24.6" +"@babel/traverse@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/traverse@npm:7.24.7" dependencies: - "@babel/code-frame": "npm:^7.24.6" - "@babel/generator": "npm:^7.24.6" - "@babel/helper-environment-visitor": "npm:^7.24.6" - "@babel/helper-function-name": "npm:^7.24.6" - "@babel/helper-hoist-variables": "npm:^7.24.6" - "@babel/helper-split-export-declaration": "npm:^7.24.6" - "@babel/parser": "npm:^7.24.6" - "@babel/types": "npm:^7.24.6" + "@babel/code-frame": "npm:^7.24.7" + "@babel/generator": "npm:^7.24.7" + "@babel/helper-environment-visitor": "npm:^7.24.7" + "@babel/helper-function-name": "npm:^7.24.7" + "@babel/helper-hoist-variables": "npm:^7.24.7" + "@babel/helper-split-export-declaration": "npm:^7.24.7" + "@babel/parser": "npm:^7.24.7" + "@babel/types": "npm:^7.24.7" debug: "npm:^4.3.1" globals: "npm:^11.1.0" - checksum: 10/11e5904f9aa255ac1470c6966e1898a718ea0cc7f41938a30df1a20dc31dfea34f66791a5ee0dd6d8d485230fe2e970d8301fa6908a524b3e7c96e52c0112ab6 + checksum: 10/785cf26383a992740e492efba7016de964cd06c05c9d7146fa1b5ead409e054c444f50b36dc37856884a56e32cf9d3105ddf1543486b6df68300bffb117a245a languageName: node linkType: hard -"@babel/types@npm:^7.0.0, @babel/types@npm:^7.20.7, @babel/types@npm:^7.24.6, @babel/types@npm:^7.3.3, @babel/types@npm:^7.4.4, @babel/types@npm:^7.8.3": - version: 7.24.6 - resolution: "@babel/types@npm:7.24.6" +"@babel/types@npm:^7.0.0, @babel/types@npm:^7.20.7, @babel/types@npm:^7.24.7, @babel/types@npm:^7.3.3, @babel/types@npm:^7.4.4, @babel/types@npm:^7.8.3": + version: 7.24.7 + resolution: "@babel/types@npm:7.24.7" dependencies: - "@babel/helper-string-parser": "npm:^7.24.6" - "@babel/helper-validator-identifier": "npm:^7.24.6" + "@babel/helper-string-parser": "npm:^7.24.7" + "@babel/helper-validator-identifier": "npm:^7.24.7" to-fast-properties: "npm:^2.0.0" - checksum: 10/34552539cdc740513650cb3c7754f77a55cc5253dff9d45afd52292d366eb1c099939d5db066e458abcf4c9a7dedfe43467445f9c2208b3cb64866762dee5e9d + checksum: 10/ad3c8c0d6fb4acb0bb74bb5b4bb849b181bf6185677ef9c59c18856c81e43628d0858253cf232f0eca806f02e08eff85a1d3e636a3e94daea737597796b0b430 languageName: node linkType: hard @@ -1721,16 +1746,16 @@ __metadata: languageName: node linkType: hard -"@carbon/icons-react@npm:^11.26.0, @carbon/icons-react@npm:^11.42.0": - version: 11.42.0 - resolution: "@carbon/icons-react@npm:11.42.0" +"@carbon/icons-react@npm:^11.26.0, @carbon/icons-react@npm:^11.42.0, @carbon/icons-react@npm:^11.43.0": + version: 11.43.0 + resolution: "@carbon/icons-react@npm:11.43.0" dependencies: "@carbon/icon-helpers": "npm:^10.48.0" "@ibm/telemetry-js": "npm:^1.5.0" prop-types: "npm:^15.7.2" peerDependencies: react: ">=16" - checksum: 10/b38471b6ea8405b352a833464a512cec7932d978acdea2adf1238d0d8b06fb8d961e7bee67c201845c14d232a9d86deebc359fec525828e9f6bb3adef785fc4a + checksum: 10/0756ca7d96365d67630c7d6bfbeb98a404464ace3e9899b5240871f65514c3d0f14d3e9f7f7e9a8f8d905b14dea3ea9f3a4d8563aace9d3a8fda115e48c75d65 languageName: node linkType: hard @@ -1753,14 +1778,14 @@ __metadata: linkType: hard "@carbon/react@npm:^1.12.0, @carbon/react@npm:^1.13.0, @carbon/react@npm:^1.42.1": - version: 1.58.1 - resolution: "@carbon/react@npm:1.58.1" + version: 1.59.0 + resolution: "@carbon/react@npm:1.59.0" dependencies: "@babel/runtime": "npm:^7.18.3" "@carbon/feature-flags": "npm:^0.20.0" - "@carbon/icons-react": "npm:^11.42.0" + "@carbon/icons-react": "npm:^11.43.0" "@carbon/layout": "npm:^11.22.0" - "@carbon/styles": "npm:^1.58.0" + "@carbon/styles": "npm:^1.59.0" "@floating-ui/react": "npm:^0.26.0" "@ibm/telemetry-js": "npm:^1.5.0" classnames: "npm:2.5.1" @@ -1783,7 +1808,7 @@ __metadata: react: ^16.8.6 || ^17.0.1 || ^18.2.0 react-dom: ^16.8.6 || ^17.0.1 || ^18.2.0 sass: ^1.33.0 - checksum: 10/3bd9265b5daffb34fe04ab4334ae2f82fb38ff6da84e431d1055abc7f4eb7418ba8e88e2172f07b3c4894e1a617d81d71d44d4ed52d7f9b5a39dd68a9f2e60b5 + checksum: 10/65ccef05750724e56c2ef0c8521ae649321b97f9b12c809bf2b8f214935a245673b2da06cbcdf1426ccb6880c2b8ff19907d07c2f9e90f9da54687a2e3d1ce3a languageName: node linkType: hard @@ -1820,9 +1845,9 @@ __metadata: languageName: node linkType: hard -"@carbon/styles@npm:^1.37.0, @carbon/styles@npm:^1.58.0": - version: 1.58.0 - resolution: "@carbon/styles@npm:1.58.0" +"@carbon/styles@npm:^1.37.0, @carbon/styles@npm:^1.58.0, @carbon/styles@npm:^1.59.0": + version: 1.59.0 + resolution: "@carbon/styles@npm:1.59.0" dependencies: "@carbon/colors": "npm:^11.22.0" "@carbon/feature-flags": "npm:^0.20.0" @@ -1838,7 +1863,7 @@ __metadata: peerDependenciesMeta: sass: optional: true - checksum: 10/b4dd73035fecbd87a360242ea2c06edbdb1657f4ecf05713bab01e472dae5bc729ed46c6fd1c42a49fa44e93dd975ba78ac7abaf7639c005bdce76a79feb3046 + checksum: 10/3d6766481e747ef25a778c14fc932c13b98018810060c90241175ffef5830d829129f47c4dd9aa8bdb96355762bd9f508881ff2e95d4113c1fe39c032dd19476 languageName: node linkType: hard @@ -2042,11 +2067,11 @@ __metadata: linkType: hard "@hookform/resolvers@npm:^3.3.1": - version: 3.4.2 - resolution: "@hookform/resolvers@npm:3.4.2" + version: 3.6.0 + resolution: "@hookform/resolvers@npm:3.6.0" peerDependencies: react-hook-form: ^7.0.0 - checksum: 10/a7773a3c38665826f4d72183667724da49f72646e3207c36e1a89433c782b823cae9675a19756314bc1b27ac237976c77d8341d4be4641c0e7c04aef40f1a0f4 + checksum: 10/6dd1b7ad21ed2b171470740884e0b83982c79a0d4ceddabe60b616e53eeed2b5569cdba5e91ad844e379aeda5ffa835b0c2d2525d702fcd8b263c2194895f9b7 languageName: node linkType: hard @@ -3011,8 +3036,8 @@ __metadata: linkType: hard "@ohri/openmrs-esm-ohri-commons-lib@npm:next": - version: 2.3.2-pre.294 - resolution: "@ohri/openmrs-esm-ohri-commons-lib@npm:2.3.2-pre.294" + version: 2.3.2-pre.319 + resolution: "@ohri/openmrs-esm-ohri-commons-lib@npm:2.3.2-pre.319" dependencies: "@carbon/react": "npm:^1.13.0" "@openmrs/openmrs-form-engine-lib": "npm:2.0.0-pre.1029" @@ -3027,13 +3052,13 @@ __metadata: react: 18.x react-i18next: 11.x swr: 2.x - checksum: 10/48759e61adf4146a5c1e64630637140afeec8d58474bedbd37a30bbeb616840d76a503b2f4a0407d60ab965949a8486d263b538096564f023ab8cef570a86fec + checksum: 10/a57948c204b2dca10833967ae6fe2ca466e3492c52e3e3282ad800b302f9579d041b7b77f1936d9cc4b6c32790137f9f5ab07148c1d033a6ff0fa65b12e6ca6a languageName: node linkType: hard -"@openmrs/esm-api@npm:5.6.1-pre.1881": - version: 5.6.1-pre.1881 - resolution: "@openmrs/esm-api@npm:5.6.1-pre.1881" +"@openmrs/esm-api@npm:5.6.1-pre.1895": + version: 5.6.1-pre.1895 + resolution: "@openmrs/esm-api@npm:5.6.1-pre.1895" dependencies: "@types/fhir": "npm:0.0.31" lodash-es: "npm:^4.17.21" @@ -3042,17 +3067,17 @@ __metadata: "@openmrs/esm-error-handling": 5.x "@openmrs/esm-navigation": 5.x "@openmrs/esm-offline": 5.x - checksum: 10/7bfde260ff8088229d31f61241a72677a1697033c52b973749f5160ba46f8eabf5115860b25358a3942eb3745fd32d5a7e8b3dbe4148300367a3ece2e0846573 + checksum: 10/ee7cf310440de04ed522dd8d244468fc5c0be871a1df1deeb6abb0e6a7e0c775f2b63095c2f9ebf0b858f71423ef08eeaf3036320dad948bfda564d773bf3b57 languageName: node linkType: hard -"@openmrs/esm-app-shell@npm:5.6.1-pre.1881": - version: 5.6.1-pre.1881 - resolution: "@openmrs/esm-app-shell@npm:5.6.1-pre.1881" +"@openmrs/esm-app-shell@npm:5.6.1-pre.1895": + version: 5.6.1-pre.1895 + resolution: "@openmrs/esm-app-shell@npm:5.6.1-pre.1895" dependencies: "@carbon/react": "npm:~1.37.0" - "@openmrs/esm-framework": "npm:5.6.1-pre.1881" - "@openmrs/esm-styleguide": "npm:5.6.1-pre.1881" + "@openmrs/esm-framework": "npm:5.6.1-pre.1895" + "@openmrs/esm-styleguide": "npm:5.6.1-pre.1895" dayjs: "npm:^1.10.4" dexie: "npm:^3.0.3" html-webpack-plugin: "npm:^5.5.0" @@ -3077,57 +3102,57 @@ __metadata: workbox-strategies: "npm:^6.1.5" workbox-webpack-plugin: "npm:^6.1.5" workbox-window: "npm:^6.1.5" - checksum: 10/af0bd51ebe9c5ddd186c1da70d33c21d112db72208a8e98ecd4d00606bb8454fffb267f8382cb59d970de293105e933b4fd4d29f144efb1ed530afd97709d4ca + checksum: 10/b3902e0d0371c817b7110033c155beac1f461ad3b78e6f21175b04d2f5eee3dca5d1dbdb49e6fa947d10107c1864875e336aed497171f04037a0e07ed31e5099 languageName: node linkType: hard -"@openmrs/esm-config@npm:5.6.1-pre.1881": - version: 5.6.1-pre.1881 - resolution: "@openmrs/esm-config@npm:5.6.1-pre.1881" +"@openmrs/esm-config@npm:5.6.1-pre.1895": + version: 5.6.1-pre.1895 + resolution: "@openmrs/esm-config@npm:5.6.1-pre.1895" dependencies: ramda: "npm:^0.26.1" peerDependencies: "@openmrs/esm-globals": 5.x "@openmrs/esm-state": 5.x single-spa: 5.x - checksum: 10/5828da3e0d9c304dbd0babebd69810987d93ab0b3dfd9ded3285707f815ccd7092f5e883bb9de2401b50e5bc6df94264b5253b285ca06a7e6b8acf0160462cbd + checksum: 10/5161ec03c686697bbdacc11d14f8573294a37321f680c3426c9a104c20a5c745ccbfa2774b6ce8a0589af733421cc683d45953579c1d5cd483a8c2f34baddb1a languageName: node linkType: hard -"@openmrs/esm-context@npm:5.6.1-pre.1881": - version: 5.6.1-pre.1881 - resolution: "@openmrs/esm-context@npm:5.6.1-pre.1881" +"@openmrs/esm-context@npm:5.6.1-pre.1895": + version: 5.6.1-pre.1895 + resolution: "@openmrs/esm-context@npm:5.6.1-pre.1895" dependencies: immer: "npm:^10.0.4" peerDependencies: "@openmrs/esm-globals": 5.x "@openmrs/esm-state": 5.x - checksum: 10/9801a8528ca8ed3b66f161965d239181450a49d69958b92adae66cb65f4bd3a1df856d85d38459bdad42716922274dd96b1a39693ecc75a2ec0998b8dda78dfa + checksum: 10/eb514d6538353003d32c258c07e6345530506312d27e1f510cbe6134e2867756224e92dac898bc22ef5bbcf24ca775e3c958c7202c6a1050fdfd6eb71517be42 languageName: node linkType: hard -"@openmrs/esm-dynamic-loading@npm:5.6.1-pre.1881": - version: 5.6.1-pre.1881 - resolution: "@openmrs/esm-dynamic-loading@npm:5.6.1-pre.1881" +"@openmrs/esm-dynamic-loading@npm:5.6.1-pre.1895": + version: 5.6.1-pre.1895 + resolution: "@openmrs/esm-dynamic-loading@npm:5.6.1-pre.1895" peerDependencies: "@openmrs/esm-globals": 5.x "@openmrs/esm-translations": 5.x - checksum: 10/9ddf0c393e4dd91442e2a5aae8a4a6a2ebc91024826370818e091690e2f72d3fa07f3e5debcad7fc03799205c8d90cfd18de1522fbbd07198ae6db290cc5f3fc + checksum: 10/f0ef2e3ddb67d942720a5ebeb8d738a2d85ae09813859d3a1d82c924bc0a1f7d9f016da6d93cf75c03042b872db95fae30ab3706eedf312ada98a22c1bc04c7b languageName: node linkType: hard -"@openmrs/esm-error-handling@npm:5.6.1-pre.1881": - version: 5.6.1-pre.1881 - resolution: "@openmrs/esm-error-handling@npm:5.6.1-pre.1881" +"@openmrs/esm-error-handling@npm:5.6.1-pre.1895": + version: 5.6.1-pre.1895 + resolution: "@openmrs/esm-error-handling@npm:5.6.1-pre.1895" peerDependencies: "@openmrs/esm-globals": 5.x - checksum: 10/6c7197f9145086e18f1514f8d3f7f8d32dd45f73bab5758909b3e954c99ffe362b0a1ac017d4cc122563a98fc2897d5ac27a4f1321ea643c005d416562ae2b9d + checksum: 10/c1e0cce345005f2eb92d7b9e5120878a9c5d85d74827ab958d3c29d01e3e436d52fd552a82314322ed604f34a8282c6b612d3b50def6b4c0362b6e6762de4914 languageName: node linkType: hard -"@openmrs/esm-extensions@npm:5.6.1-pre.1881": - version: 5.6.1-pre.1881 - resolution: "@openmrs/esm-extensions@npm:5.6.1-pre.1881" +"@openmrs/esm-extensions@npm:5.6.1-pre.1895": + version: 5.6.1-pre.1895 + resolution: "@openmrs/esm-extensions@npm:5.6.1-pre.1895" dependencies: lodash-es: "npm:^4.17.21" peerDependencies: @@ -3137,43 +3162,43 @@ __metadata: "@openmrs/esm-state": 5.x "@openmrs/esm-utils": 5.x single-spa: 5.x - checksum: 10/d99347205e515e3410b5c17dad5857eb472160aa52a0c81194c6c05455058c70bca3ab89daee5ed1a8f0865a0588ed8939ebe954c4cc5624db23eb52b465b33a + checksum: 10/cd7625e6bcbec729f421bf2e560a2a1ceafd125f4ac24f3d5be4f9b4dbafaeb6e46299b09e4fbc1ccd89caa1a197da949a3f713297836e6da4269003433e11ab languageName: node linkType: hard -"@openmrs/esm-feature-flags@npm:5.6.1-pre.1881": - version: 5.6.1-pre.1881 - resolution: "@openmrs/esm-feature-flags@npm:5.6.1-pre.1881" +"@openmrs/esm-feature-flags@npm:5.6.1-pre.1895": + version: 5.6.1-pre.1895 + resolution: "@openmrs/esm-feature-flags@npm:5.6.1-pre.1895" dependencies: ramda: "npm:^0.26.1" peerDependencies: "@openmrs/esm-globals": 5.x "@openmrs/esm-state": 5.x single-spa: 5.x - checksum: 10/fac901b6c3e4e34b549849202e7a9625a1d925e1555a9028164e9d4ec1a47421b909e9aab274e441c4c2347b3e4c9b61048431a951d6ac9b3d2e5dc15178ae01 - languageName: node - linkType: hard - -"@openmrs/esm-framework@npm:5.6.1-pre.1881, @openmrs/esm-framework@npm:^5.6.1-pre.1881": - version: 5.6.1-pre.1881 - resolution: "@openmrs/esm-framework@npm:5.6.1-pre.1881" - dependencies: - "@openmrs/esm-api": "npm:5.6.1-pre.1881" - "@openmrs/esm-config": "npm:5.6.1-pre.1881" - "@openmrs/esm-context": "npm:5.6.1-pre.1881" - "@openmrs/esm-dynamic-loading": "npm:5.6.1-pre.1881" - "@openmrs/esm-error-handling": "npm:5.6.1-pre.1881" - "@openmrs/esm-extensions": "npm:5.6.1-pre.1881" - "@openmrs/esm-feature-flags": "npm:5.6.1-pre.1881" - "@openmrs/esm-globals": "npm:5.6.1-pre.1881" - "@openmrs/esm-navigation": "npm:5.6.1-pre.1881" - "@openmrs/esm-offline": "npm:5.6.1-pre.1881" - "@openmrs/esm-react-utils": "npm:5.6.1-pre.1881" - "@openmrs/esm-routes": "npm:5.6.1-pre.1881" - "@openmrs/esm-state": "npm:5.6.1-pre.1881" - "@openmrs/esm-styleguide": "npm:5.6.1-pre.1881" - "@openmrs/esm-translations": "npm:5.6.1-pre.1881" - "@openmrs/esm-utils": "npm:5.6.1-pre.1881" + checksum: 10/558abde2f5db727b4a6e245fcd11a5c623625f7e270958f67ccbec7bbebe3ef1ff6aae81d80788e6302bd817b062744eb65586eeb5c3906b8cd06502dad9c4ac + languageName: node + linkType: hard + +"@openmrs/esm-framework@npm:5.6.1-pre.1895, @openmrs/esm-framework@npm:^5.6.1-pre.1895": + version: 5.6.1-pre.1895 + resolution: "@openmrs/esm-framework@npm:5.6.1-pre.1895" + dependencies: + "@openmrs/esm-api": "npm:5.6.1-pre.1895" + "@openmrs/esm-config": "npm:5.6.1-pre.1895" + "@openmrs/esm-context": "npm:5.6.1-pre.1895" + "@openmrs/esm-dynamic-loading": "npm:5.6.1-pre.1895" + "@openmrs/esm-error-handling": "npm:5.6.1-pre.1895" + "@openmrs/esm-extensions": "npm:5.6.1-pre.1895" + "@openmrs/esm-feature-flags": "npm:5.6.1-pre.1895" + "@openmrs/esm-globals": "npm:5.6.1-pre.1895" + "@openmrs/esm-navigation": "npm:5.6.1-pre.1895" + "@openmrs/esm-offline": "npm:5.6.1-pre.1895" + "@openmrs/esm-react-utils": "npm:5.6.1-pre.1895" + "@openmrs/esm-routes": "npm:5.6.1-pre.1895" + "@openmrs/esm-state": "npm:5.6.1-pre.1895" + "@openmrs/esm-styleguide": "npm:5.6.1-pre.1895" + "@openmrs/esm-translations": "npm:5.6.1-pre.1895" + "@openmrs/esm-utils": "npm:5.6.1-pre.1895" dayjs: "npm:^1.10.7" peerDependencies: dayjs: 1.x @@ -3184,35 +3209,35 @@ __metadata: rxjs: 6.x single-spa: 5.x swr: 2.x - checksum: 10/d70d94878aede4268ccfdd3418dec96890e1119071e2b8949fe8e6b199a4e1d0b39f2c7ec405c4afa49d763e1a233b7a39b51842decce19deeaab2f97ba6fa54 + checksum: 10/46ce1d7c92f654b71489d24e347258ed98b7c53d8913c4755468265864cab6eff240965f28a6c0960edb62a9ccc41bc4c1477f5846019c3921854c61fae5d3bf languageName: node linkType: hard -"@openmrs/esm-globals@npm:5.6.1-pre.1881": - version: 5.6.1-pre.1881 - resolution: "@openmrs/esm-globals@npm:5.6.1-pre.1881" +"@openmrs/esm-globals@npm:5.6.1-pre.1895": + version: 5.6.1-pre.1895 + resolution: "@openmrs/esm-globals@npm:5.6.1-pre.1895" dependencies: "@types/fhir": "npm:0.0.31" peerDependencies: single-spa: 5.x - checksum: 10/b36a10ef44f0625a9dd0536d28a3fd79fa1eb8dc5579cda1365de1c1db831933228cb6d99f6064951109c039b7163e215f0651ef472f35cb8c75cb18dcdbf89a + checksum: 10/b67befb45ed8ea39cb92ee629066fa1779e8a81f3be3c3e82aeea650901b667a2631ffbf8c889e4430c9166085e593061086b2e16d75ffbf977491420e72b239 languageName: node linkType: hard -"@openmrs/esm-navigation@npm:5.6.1-pre.1881": - version: 5.6.1-pre.1881 - resolution: "@openmrs/esm-navigation@npm:5.6.1-pre.1881" +"@openmrs/esm-navigation@npm:5.6.1-pre.1895": + version: 5.6.1-pre.1895 + resolution: "@openmrs/esm-navigation@npm:5.6.1-pre.1895" dependencies: path-to-regexp: "npm:6.1.0" peerDependencies: "@openmrs/esm-state": 5.x - checksum: 10/5f8739d0b033395473c3b2ae184820b2a1cfeea9dfe08d7e18e2102d6dff9acdaad2517bfb545fa944fe2649e6069d06ccbadacfba8262e0b51774619a352bb2 + checksum: 10/ef320a334c7f5a3574a341f8b6bbae8bdb157384e90506335d838b2372d1ce73542a128880a6b8169035febcab94959d596c3a3f34ed130eb881e003b31f87e4 languageName: node linkType: hard -"@openmrs/esm-offline@npm:5.6.1-pre.1881": - version: 5.6.1-pre.1881 - resolution: "@openmrs/esm-offline@npm:5.6.1-pre.1881" +"@openmrs/esm-offline@npm:5.6.1-pre.1895": + version: 5.6.1-pre.1895 + resolution: "@openmrs/esm-offline@npm:5.6.1-pre.1895" dependencies: dexie: "npm:^3.0.3" lodash-es: "npm:^4.17.21" @@ -3223,13 +3248,13 @@ __metadata: "@openmrs/esm-globals": 5.x "@openmrs/esm-state": 5.x rxjs: 6.x - checksum: 10/fdaabbf6bc725031e7758cb90c52ca0b8ec3f22316134b8daa9ce14deecceac0e447a38db052829958056f4c59645eb7da40b167d2c86392cf7d7a89ca8659f6 + checksum: 10/d008ee9090780b1b122828df32ba2d6ad343f0613cd34ffd3053b305c770e1d264b625419f9ea7844d8937396a54990d12f79ac5c4fdc831a56b6fa88ffbd1f9 languageName: node linkType: hard "@openmrs/esm-patient-common-lib@npm:next": - version: 8.0.2-pre.4638 - resolution: "@openmrs/esm-patient-common-lib@npm:8.0.2-pre.4638" + version: 8.0.2-pre.4670 + resolution: "@openmrs/esm-patient-common-lib@npm:8.0.2-pre.4670" dependencies: "@carbon/react": "npm:^1.12.0" lodash-es: "npm:^4.17.21" @@ -3238,13 +3263,13 @@ __metadata: "@openmrs/esm-framework": 5.x react: 18.x single-spa: 6.x - checksum: 10/bf738ee7d3b42acdaba574511c6e19abb02925af9a37a3eb2d8a392b2e0c64481ccb3b2ff55366adbcd87d9e2afb228cc74b79a7ee7bee24108c823c70c4b11a + checksum: 10/4be1363270a500e0ad01b0442f993aa899702cf0bf857d2a8e30707d271cf92c5bb34045a3b353be9959d8ec241c613d216e69c0c9dd9bbafdc266b959e1e690 languageName: node linkType: hard -"@openmrs/esm-react-utils@npm:5.6.1-pre.1881": - version: 5.6.1-pre.1881 - resolution: "@openmrs/esm-react-utils@npm:5.6.1-pre.1881" +"@openmrs/esm-react-utils@npm:5.6.1-pre.1895": + version: 5.6.1-pre.1895 + resolution: "@openmrs/esm-react-utils@npm:5.6.1-pre.1895" dependencies: lodash-es: "npm:^4.17.21" single-spa-react: "npm:^6.0.0" @@ -3265,34 +3290,34 @@ __metadata: react-i18next: 11.x rxjs: 6.x swr: 2.x - checksum: 10/07546a904a796f9b32180f3bb9315e2eaa1e211eb1444d2112e134db66a07ea10cc3eb226403b4b4ea5275d107624f0b99642f60ea525aea89061df93bda7191 + checksum: 10/c0cd93f55f70e354beec922b8358492384576cdbd4d15be90ad3f23e8cb9d853b3db78d557a942c2c6b764594ecfaec21344a0f53a744d7fdf07eb900bf37507 languageName: node linkType: hard -"@openmrs/esm-routes@npm:5.6.1-pre.1881": - version: 5.6.1-pre.1881 - resolution: "@openmrs/esm-routes@npm:5.6.1-pre.1881" +"@openmrs/esm-routes@npm:5.6.1-pre.1895": + version: 5.6.1-pre.1895 + resolution: "@openmrs/esm-routes@npm:5.6.1-pre.1895" peerDependencies: "@openmrs/esm-globals": 5.x "@openmrs/esm-utils": 5.x - checksum: 10/aa9a7c54e1c2242cd51ae5d21746f125c2482fe9ad8931144e7050bbcb52ceba14a72e9b8a57f9d69072eb0543b25f42f9acb27ee95d698fff25352302e68492 + checksum: 10/211cb5d09d5a9c477f2847df01151431d59a1ae870a02878298ac9465f380de408322dce176b253ef40977d6814ec23f7732b0539d1a51b6e1fa42e9d40011fa languageName: node linkType: hard -"@openmrs/esm-state@npm:5.6.1-pre.1881": - version: 5.6.1-pre.1881 - resolution: "@openmrs/esm-state@npm:5.6.1-pre.1881" +"@openmrs/esm-state@npm:5.6.1-pre.1895": + version: 5.6.1-pre.1895 + resolution: "@openmrs/esm-state@npm:5.6.1-pre.1895" dependencies: zustand: "npm:^4.3.6" peerDependencies: "@openmrs/esm-globals": 5.x - checksum: 10/50392361644f156cab935a5a4e08661585eb625aa4d1fb983b8ddbd85bd73753954ca00ff991fc61d8dcbddc3599b6c7c2a2b08d1e06715eab55566cb4e90447 + checksum: 10/a286c88dfc2477f854f53fc0344cd0ec841bed7d1de445717a58eb0a2bfa3b0c2498a8974ff1313540f7d9639b3d317531e92181b71fe4ce37d4833eda5eba22 languageName: node linkType: hard -"@openmrs/esm-styleguide@npm:5.6.1-pre.1881": - version: 5.6.1-pre.1881 - resolution: "@openmrs/esm-styleguide@npm:5.6.1-pre.1881" +"@openmrs/esm-styleguide@npm:5.6.1-pre.1895": + version: 5.6.1-pre.1895 + resolution: "@openmrs/esm-styleguide@npm:5.6.1-pre.1895" dependencies: "@carbon/charts": "npm:^1.12.0" "@carbon/react": "npm:~1.37.0" @@ -3317,24 +3342,24 @@ __metadata: react: 18.x react-dom: 18.x rxjs: 6.x - checksum: 10/99bc768be53cc2ece0deb89ae105ac2abb8f40342398bc30000daacb66a32daf6fb9640e2694add320e9d40f2cc13491dc13d1e6cd0634ef006c2b62d4dbc4bf + checksum: 10/a9787651b620abf6517c87f894d3f51b0075731e8edf72935613ea68772c42062b09e4c1a2c123a6267d6751489f92ab2e0a8af975650d66d8f0aedfe979e169 languageName: node linkType: hard -"@openmrs/esm-translations@npm:5.6.1-pre.1881": - version: 5.6.1-pre.1881 - resolution: "@openmrs/esm-translations@npm:5.6.1-pre.1881" +"@openmrs/esm-translations@npm:5.6.1-pre.1895": + version: 5.6.1-pre.1895 + resolution: "@openmrs/esm-translations@npm:5.6.1-pre.1895" dependencies: i18next: "npm:21.10.0" peerDependencies: i18next: 21.x - checksum: 10/35473eaa7c4b6159f8be34ff0e124488a2c91e6de9d61b696831caf2e155fc463542b8011246ff9aa48f076d36b81b3476c5108e9836659604aeb106385f3da3 + checksum: 10/d6fd8577ec0c457a827d3629494b2e3c91b1d5c44f6e33acc9a26b6762a03e141dc2a0e57da1a4c28390a466390dd476af11fe2fb5ee555de1ed25aee1aa1156 languageName: node linkType: hard -"@openmrs/esm-utils@npm:5.6.1-pre.1881": - version: 5.6.1-pre.1881 - resolution: "@openmrs/esm-utils@npm:5.6.1-pre.1881" +"@openmrs/esm-utils@npm:5.6.1-pre.1895": + version: 5.6.1-pre.1895 + resolution: "@openmrs/esm-utils@npm:5.6.1-pre.1895" dependencies: "@internationalized/date": "npm:^3.5.0" semver: "npm:7.3.2" @@ -3343,7 +3368,7 @@ __metadata: dayjs: 1.x i18next: 21.x rxjs: 6.x - checksum: 10/2e73d7298d6a702b1b84fef57b382b9a92227ebab13cdddd72c1ab5233b25c6780949f3a4e0146077422179009ec30dd38e9a27506bf5d738b355a30efd92827 + checksum: 10/3f4391e0cc21de799e5697bf2a2918ab5ead48a1727dc432e78a337384e1ed0ace000fcd8d655fe4acd16419e237704c1c06264efc1b989ba92e3bdc76a6dac4 languageName: node linkType: hard @@ -3375,9 +3400,9 @@ __metadata: languageName: node linkType: hard -"@openmrs/webpack-config@npm:5.6.1-pre.1881": - version: 5.6.1-pre.1881 - resolution: "@openmrs/webpack-config@npm:5.6.1-pre.1881" +"@openmrs/webpack-config@npm:5.6.1-pre.1895": + version: 5.6.1-pre.1895 + resolution: "@openmrs/webpack-config@npm:5.6.1-pre.1895" dependencies: "@swc/core": "npm:^1.3.58" clean-webpack-plugin: "npm:^4.0.0" @@ -3394,7 +3419,7 @@ __metadata: webpack-stats-plugin: "npm:^1.0.3" peerDependencies: webpack: 5.x - checksum: 10/4ffc94a09735524a70d6d077800dbd064ee37c218b49afad48079bd939e1e9d88930fb7ce0e6ef7b5270f87acfbee04188f812561d77fd6b314704d1ce766382 + checksum: 10/ead0112760afd4dc9bb53ef34f2d71d81af3506d455240c90363e5c7febe13e8328ce488db5a7362e952d389b7d358ff980878daac8a5979704f04feb94ac352 languageName: node linkType: hard @@ -5520,92 +5545,92 @@ __metadata: languageName: node linkType: hard -"@swc/core-darwin-arm64@npm:1.5.24": - version: 1.5.24 - resolution: "@swc/core-darwin-arm64@npm:1.5.24" +"@swc/core-darwin-arm64@npm:1.5.28": + version: 1.5.28 + resolution: "@swc/core-darwin-arm64@npm:1.5.28" conditions: os=darwin & cpu=arm64 languageName: node linkType: hard -"@swc/core-darwin-x64@npm:1.5.24": - version: 1.5.24 - resolution: "@swc/core-darwin-x64@npm:1.5.24" +"@swc/core-darwin-x64@npm:1.5.28": + version: 1.5.28 + resolution: "@swc/core-darwin-x64@npm:1.5.28" conditions: os=darwin & cpu=x64 languageName: node linkType: hard -"@swc/core-linux-arm-gnueabihf@npm:1.5.24": - version: 1.5.24 - resolution: "@swc/core-linux-arm-gnueabihf@npm:1.5.24" +"@swc/core-linux-arm-gnueabihf@npm:1.5.28": + version: 1.5.28 + resolution: "@swc/core-linux-arm-gnueabihf@npm:1.5.28" conditions: os=linux & cpu=arm languageName: node linkType: hard -"@swc/core-linux-arm64-gnu@npm:1.5.24": - version: 1.5.24 - resolution: "@swc/core-linux-arm64-gnu@npm:1.5.24" +"@swc/core-linux-arm64-gnu@npm:1.5.28": + version: 1.5.28 + resolution: "@swc/core-linux-arm64-gnu@npm:1.5.28" conditions: os=linux & cpu=arm64 & libc=glibc languageName: node linkType: hard -"@swc/core-linux-arm64-musl@npm:1.5.24": - version: 1.5.24 - resolution: "@swc/core-linux-arm64-musl@npm:1.5.24" +"@swc/core-linux-arm64-musl@npm:1.5.28": + version: 1.5.28 + resolution: "@swc/core-linux-arm64-musl@npm:1.5.28" conditions: os=linux & cpu=arm64 & libc=musl languageName: node linkType: hard -"@swc/core-linux-x64-gnu@npm:1.5.24": - version: 1.5.24 - resolution: "@swc/core-linux-x64-gnu@npm:1.5.24" +"@swc/core-linux-x64-gnu@npm:1.5.28": + version: 1.5.28 + resolution: "@swc/core-linux-x64-gnu@npm:1.5.28" conditions: os=linux & cpu=x64 & libc=glibc languageName: node linkType: hard -"@swc/core-linux-x64-musl@npm:1.5.24": - version: 1.5.24 - resolution: "@swc/core-linux-x64-musl@npm:1.5.24" +"@swc/core-linux-x64-musl@npm:1.5.28": + version: 1.5.28 + resolution: "@swc/core-linux-x64-musl@npm:1.5.28" conditions: os=linux & cpu=x64 & libc=musl languageName: node linkType: hard -"@swc/core-win32-arm64-msvc@npm:1.5.24": - version: 1.5.24 - resolution: "@swc/core-win32-arm64-msvc@npm:1.5.24" +"@swc/core-win32-arm64-msvc@npm:1.5.28": + version: 1.5.28 + resolution: "@swc/core-win32-arm64-msvc@npm:1.5.28" conditions: os=win32 & cpu=arm64 languageName: node linkType: hard -"@swc/core-win32-ia32-msvc@npm:1.5.24": - version: 1.5.24 - resolution: "@swc/core-win32-ia32-msvc@npm:1.5.24" +"@swc/core-win32-ia32-msvc@npm:1.5.28": + version: 1.5.28 + resolution: "@swc/core-win32-ia32-msvc@npm:1.5.28" conditions: os=win32 & cpu=ia32 languageName: node linkType: hard -"@swc/core-win32-x64-msvc@npm:1.5.24": - version: 1.5.24 - resolution: "@swc/core-win32-x64-msvc@npm:1.5.24" +"@swc/core-win32-x64-msvc@npm:1.5.28": + version: 1.5.28 + resolution: "@swc/core-win32-x64-msvc@npm:1.5.28" conditions: os=win32 & cpu=x64 languageName: node linkType: hard "@swc/core@npm:^1.2.165, @swc/core@npm:^1.3.58": - version: 1.5.24 - resolution: "@swc/core@npm:1.5.24" - dependencies: - "@swc/core-darwin-arm64": "npm:1.5.24" - "@swc/core-darwin-x64": "npm:1.5.24" - "@swc/core-linux-arm-gnueabihf": "npm:1.5.24" - "@swc/core-linux-arm64-gnu": "npm:1.5.24" - "@swc/core-linux-arm64-musl": "npm:1.5.24" - "@swc/core-linux-x64-gnu": "npm:1.5.24" - "@swc/core-linux-x64-musl": "npm:1.5.24" - "@swc/core-win32-arm64-msvc": "npm:1.5.24" - "@swc/core-win32-ia32-msvc": "npm:1.5.24" - "@swc/core-win32-x64-msvc": "npm:1.5.24" + version: 1.5.28 + resolution: "@swc/core@npm:1.5.28" + dependencies: + "@swc/core-darwin-arm64": "npm:1.5.28" + "@swc/core-darwin-x64": "npm:1.5.28" + "@swc/core-linux-arm-gnueabihf": "npm:1.5.28" + "@swc/core-linux-arm64-gnu": "npm:1.5.28" + "@swc/core-linux-arm64-musl": "npm:1.5.28" + "@swc/core-linux-x64-gnu": "npm:1.5.28" + "@swc/core-linux-x64-musl": "npm:1.5.28" + "@swc/core-win32-arm64-msvc": "npm:1.5.28" + "@swc/core-win32-ia32-msvc": "npm:1.5.28" + "@swc/core-win32-x64-msvc": "npm:1.5.28" "@swc/counter": "npm:^0.1.3" - "@swc/types": "npm:^0.1.7" + "@swc/types": "npm:^0.1.8" peerDependencies: "@swc/helpers": "*" dependenciesMeta: @@ -5632,7 +5657,7 @@ __metadata: peerDependenciesMeta: "@swc/helpers": optional: true - checksum: 10/02be0fac3cd524226e844edb18028b32fb8b0d1664b8a1d2df283a3df841a7496ae7cc9559868842b8418a23921e5f530173de1164dfc5c1fcdf9005648c1591 + checksum: 10/8afa15c6212222f6966d40a15942678da14aede097b53b24f993f598b09e227e1a4a39d67875bbaf2b5eea999ef16ad4add6f71fe1fe4edce56ca757b18ad8be languageName: node linkType: hard @@ -5665,12 +5690,12 @@ __metadata: languageName: node linkType: hard -"@swc/types@npm:^0.1.7": - version: 0.1.7 - resolution: "@swc/types@npm:0.1.7" +"@swc/types@npm:^0.1.8": + version: 0.1.8 + resolution: "@swc/types@npm:0.1.8" dependencies: "@swc/counter": "npm:^0.1.3" - checksum: 10/ed66c26b36972a74f852c1781fadc75946578abfeeea58f110684833b5d1e70f28a77ddb82fd5bf3cf3c4dad0e1b6a1c924d7e2cc7a99f9b16ed16fe266bba25 + checksum: 10/2d1cda35116e03714137c1c37f4493efe0e26e88285ecc9dcdf6256a77984e367ea7b5f31d650f110fdcfd6ac53dff3ec77f841787ca328d2efa7b07ef1ac318 languageName: node linkType: hard @@ -5691,10 +5716,10 @@ __metadata: linkType: hard "@testing-library/jest-dom@npm:^6.1.5": - version: 6.4.5 - resolution: "@testing-library/jest-dom@npm:6.4.5" + version: 6.4.6 + resolution: "@testing-library/jest-dom@npm:6.4.6" dependencies: - "@adobe/css-tools": "npm:^4.3.2" + "@adobe/css-tools": "npm:^4.4.0" "@babel/runtime": "npm:^7.9.2" aria-query: "npm:^5.0.0" chalk: "npm:^3.0.0" @@ -5719,7 +5744,7 @@ __metadata: optional: true vitest: optional: true - checksum: 10/6d9e6cc01ec9111ea631657d93596fa9505d294fdfc4172fbd750b8df6268f02d55900626423b195dac5b067a302557453894a5814bdf4e770dee37cdb1c0f2d + checksum: 10/94fad29d740ff2c34967c644e2481a472aa8eeb1f11cdec5d4f81f14b2576660387551264c0fa718c15bfc61dd342f7621d888fe3e4ba1b7f830fe65bdd37bc8 languageName: node linkType: hard @@ -6075,9 +6100,9 @@ __metadata: linkType: hard "@types/lodash@npm:*": - version: 4.17.4 - resolution: "@types/lodash@npm:4.17.4" - checksum: 10/3ec19f9fc48200006e71733e08bcb1478b0398673657fcfb21a8643d41a80bcce09a01000077c3b23a3c6d86b9b314abe0672a8fdfc0fd66b893bd41955cfab8 + version: 4.17.5 + resolution: "@types/lodash@npm:4.17.5" + checksum: 10/10e2e9cbeb16998026f4071f9f5f2a38b651eba15302f512e0b8ab904c07c197ca0282d2821f64e53c2b692d7046af0a1ce3ead190fb077cbe4036948fce1924 languageName: node linkType: hard @@ -6135,11 +6160,11 @@ __metadata: linkType: hard "@types/node@npm:*": - version: 20.14.1 - resolution: "@types/node@npm:20.14.1" + version: 20.14.2 + resolution: "@types/node@npm:20.14.2" dependencies: undici-types: "npm:~5.26.4" - checksum: 10/1417d9768dccca9491fb5fc41ef0ee9044cef4c86eef413608dd983c30af19d5f0930b356791dde3aec238a6a47bbea42c47b69929b5fe822cf09cd543f6c52f + checksum: 10/c38e47b190fa0a8bdfde24b036dddcf9401551f2fb170a90ff33625c7d6f218907e81c74e0fa6e394804a32623c24c60c50e249badc951007830f0d02c48ee0f languageName: node linkType: hard @@ -6721,9 +6746,9 @@ __metadata: linkType: hard "ace-builds@npm:^1.4.12": - version: 1.34.2 - resolution: "ace-builds@npm:1.34.2" - checksum: 10/dad3d70d5891bc32a471d77a2112c555aee6faefb5070fc38c6ad544d7056aa97fb729cd1356c239004698a9a18eed101f7ae5026e39e558c5334e315214292e + version: 1.35.0 + resolution: "ace-builds@npm:1.35.0" + checksum: 10/230d62e9766feb2c1203b613eaed114c9c2568c25554b4431cdf01375a221684fb6548c488b02a01eceade366ded45e1bdb08b79a17934dde38ebd5db94f1dd6 languageName: node linkType: hard @@ -6737,12 +6762,12 @@ __metadata: languageName: node linkType: hard -"acorn-import-assertions@npm:^1.9.0": - version: 1.9.0 - resolution: "acorn-import-assertions@npm:1.9.0" +"acorn-import-attributes@npm:^1.9.5": + version: 1.9.5 + resolution: "acorn-import-attributes@npm:1.9.5" peerDependencies: acorn: ^8 - checksum: 10/af8dd58f6b0c6a43e85849744534b99f2133835c6fcdabda9eea27d0a0da625a0d323c4793ba7cb25cf4507609d0f747c210ccc2fc9b5866de04b0e59c9c5617 + checksum: 10/8bfbfbb6e2467b9b47abb4d095df717ab64fce2525da65eabee073e85e7975fb3a176b6c8bba17c99a7d8ede283a10a590272304eb54a93c4aa1af9790d47a8b languageName: node linkType: hard @@ -6862,14 +6887,14 @@ __metadata: linkType: hard "ajv@npm:^8.0.0, ajv@npm:^8.6.0, ajv@npm:^8.9.0": - version: 8.15.0 - resolution: "ajv@npm:8.15.0" + version: 8.16.0 + resolution: "ajv@npm:8.16.0" dependencies: fast-deep-equal: "npm:^3.1.3" - fast-uri: "npm:^2.3.0" json-schema-traverse: "npm:^1.0.0" require-from-string: "npm:^2.0.2" - checksum: 10/61d43fcf3fd89b201dd039135beb00b65820999e0e2de519245a93c8f011699fdbca79a91f3f25fbe1974edbd7f3a367f0147e766a2185dfcca20054d5e3e0ff + uri-js: "npm:^4.4.1" + checksum: 10/9b4b380efaf8be2639736d535662bd142a6972b43075b404380165c37ab6ceb72f01c7c987536747ff3e9e21eb5cd2e2a194f1e0fa8355364ea6204b1262fcd1 languageName: node linkType: hard @@ -7695,16 +7720,16 @@ __metadata: linkType: hard "browserslist@npm:^4.0.0, browserslist@npm:^4.21.10, browserslist@npm:^4.21.4, browserslist@npm:^4.22.2, browserslist@npm:^4.23.0": - version: 4.23.0 - resolution: "browserslist@npm:4.23.0" + version: 4.23.1 + resolution: "browserslist@npm:4.23.1" dependencies: - caniuse-lite: "npm:^1.0.30001587" - electron-to-chromium: "npm:^1.4.668" + caniuse-lite: "npm:^1.0.30001629" + electron-to-chromium: "npm:^1.4.796" node-releases: "npm:^2.0.14" - update-browserslist-db: "npm:^1.0.13" + update-browserslist-db: "npm:^1.0.16" bin: browserslist: cli.js - checksum: 10/496c3862df74565dd942b4ae65f502c575cbeba1fa4a3894dad7aa3b16130dc3033bc502d8848147f7b625154a284708253d9598bcdbef5a1e34cf11dc7bad8e + checksum: 10/91da59f70a8e01ece97133670f9857d6d7e96be78e1b7ffa54b869f97d01d01c237612471b595cee41c1ab212e26e536ce0b6716ad1d6c4368a40c222698cac1 languageName: node linkType: hard @@ -7891,10 +7916,10 @@ __metadata: languageName: node linkType: hard -"caniuse-lite@npm:^1.0.0, caniuse-lite@npm:^1.0.30001587, caniuse-lite@npm:^1.0.30001599": - version: 1.0.30001627 - resolution: "caniuse-lite@npm:1.0.30001627" - checksum: 10/4f8c702da49549a194b175ea426edcb88bcf968db9de86075eea78d1345d793f0dff58928bb603bcdbf8f9ecf980acac4f00b259fd1f69f9113b5d4bf68c6121 +"caniuse-lite@npm:^1.0.0, caniuse-lite@npm:^1.0.30001599, caniuse-lite@npm:^1.0.30001629": + version: 1.0.30001632 + resolution: "caniuse-lite@npm:1.0.30001632" + checksum: 10/80b8b75007e525c30ec204adff4a16797a83ac9faeec33ed20ad14b55239c2721693f248389ee3bc9a76f8fd0182870872af7a9c80d48484a3eab7c5e8af173f languageName: node linkType: hard @@ -9827,10 +9852,10 @@ __metadata: languageName: node linkType: hard -"electron-to-chromium@npm:^1.4.668": - version: 1.4.789 - resolution: "electron-to-chromium@npm:1.4.789" - checksum: 10/2577f06e94f7f3e8b188c7e72fe166b1238f4fdf254208ca73fdf53b6b9f822937165dfbb932649e3c297a2db6c0bfe54478f031482d2934a0ebd1c415803774 +"electron-to-chromium@npm:^1.4.796": + version: 1.4.799 + resolution: "electron-to-chromium@npm:1.4.799" + checksum: 10/e1ea97e77175dbc4d3390778cfa557c29dc2a7067ec9b7d9df13600d98ade5f5a1b3fa2ade9c8340a807edac14dc17269c92efe76c9cd80b1d0ed6bd7113c148 languageName: node linkType: hard @@ -9901,13 +9926,13 @@ __metadata: languageName: node linkType: hard -"enhanced-resolve@npm:^5.16.0": - version: 5.16.1 - resolution: "enhanced-resolve@npm:5.16.1" +"enhanced-resolve@npm:^5.17.0": + version: 5.17.0 + resolution: "enhanced-resolve@npm:5.17.0" dependencies: graceful-fs: "npm:^4.2.4" tapable: "npm:^2.2.0" - checksum: 10/1c44474437ec52d938ee0776d5883d5fec8fc645bccbebf6eb58229f3223c111bc1f5cb94222949a5a4565e7a2d7c34f03a0f7e97c10d6cd800e7a46c95e3aec + checksum: 10/8f7bf71537d78e7d20a27363793f2c9e13ec44800c7c7830364a448f80a44994aa19d64beecefa1ab49e4de6f7fbe18cc0931dc449c115f02918ff5fcbe7705f languageName: node linkType: hard @@ -10539,13 +10564,6 @@ __metadata: languageName: node linkType: hard -"fast-uri@npm:^2.3.0": - version: 2.3.0 - resolution: "fast-uri@npm:2.3.0" - checksum: 10/df7377c0cccce75737a6db35955516d0f717b864f13b1e3f5ed7acf0f695f609820cebe3eceb01d994044fd3b10aacee3ad15aa5cd7dfc8f350d5811049bc78a - languageName: node - linkType: hard - "fastest-levenshtein@npm:^1.0.12": version: 1.0.16 resolution: "fastest-levenshtein@npm:1.0.16" @@ -10756,12 +10774,12 @@ __metadata: linkType: hard "foreground-child@npm:^3.1.0": - version: 3.1.1 - resolution: "foreground-child@npm:3.1.1" + version: 3.2.0 + resolution: "foreground-child@npm:3.2.0" dependencies: cross-spawn: "npm:^7.0.0" signal-exit: "npm:^4.0.1" - checksum: 10/087edd44857d258c4f73ad84cb8df980826569656f2550c341b27adf5335354393eec24ea2fabd43a253233fb27cee177ebe46bd0b7ea129c77e87cb1e9936fb + checksum: 10/27ce41b692e006f525b6a7146d0b4190979d2f382c20014a966b47ca549ab16f93dffbd2f95a32e83172d24bc374c38b7760023e1af74f8652bf34c42270fd28 languageName: node linkType: hard @@ -12668,15 +12686,15 @@ __metadata: linkType: hard "jackspeak@npm:^3.1.2": - version: 3.2.3 - resolution: "jackspeak@npm:3.2.3" + version: 3.4.0 + resolution: "jackspeak@npm:3.4.0" dependencies: "@isaacs/cliui": "npm:^8.0.2" "@pkgjs/parseargs": "npm:^0.11.0" dependenciesMeta: "@pkgjs/parseargs": optional: true - checksum: 10/aafeb904f3798883fab4018acd9db40cb34891f35bddb96713eac3ff664ccf28773ad78f791dbc7a85a87d9d8b1b112a8cf7caccc921fe3387593445e594cd2b + checksum: 10/5032c43c0c1fb92e72846ce496df559214253bc6870c90399cbd7858571c53169d9494b7c152df04abcb75f2fb5e9cffe65651c67d573380adf3a482b150d84b languageName: node linkType: hard @@ -13491,9 +13509,9 @@ __metadata: linkType: hard "lilconfig@npm:~3.1.1": - version: 3.1.1 - resolution: "lilconfig@npm:3.1.1" - checksum: 10/c80fbf98ae7d1daf435e16a83fe3c63743b9d92804cac6dc53ee081c7c265663645c3162d8a0d04ff1874f9c07df145519743317dee67843234c6ed279300f83 + version: 3.1.2 + resolution: "lilconfig@npm:3.1.2" + checksum: 10/8058403850cfad76d6041b23db23f730e52b6c17a8c28d87b90766639ca0ee40c748a3e85c2d7bd133d572efabff166c4b015e5d25e01fd666cb4b13cfada7f0 languageName: node linkType: hard @@ -13505,8 +13523,8 @@ __metadata: linkType: hard "lint-staged@npm:^15.2.1": - version: 15.2.5 - resolution: "lint-staged@npm:15.2.5" + version: 15.2.6 + resolution: "lint-staged@npm:15.2.6" dependencies: chalk: "npm:~5.3.0" commander: "npm:~12.1.0" @@ -13520,7 +13538,7 @@ __metadata: yaml: "npm:~2.4.2" bin: lint-staged: bin/lint-staged.js - checksum: 10/2cb8e14e532a4de0a338da44dc5e22f94581390b988ba3d345d1132d592d9ce50be50846c9a9d25eaffaf3f1f634e0a056598f6abb705269ac21d0fd3bad3a45 + checksum: 10/d2e7b610603ace80521d80afa7d355864a0f5f574aa2a2edbf5d96486e99ceeebb4d988e733c0b6ad8bfa899092f1c20db5cb02a0cc3e260919aeb92ef6f2d79 languageName: node linkType: hard @@ -14999,12 +15017,12 @@ __metadata: languageName: node linkType: hard -"openmrs@npm:^5.6.1-pre.1881": - version: 5.6.1-pre.1881 - resolution: "openmrs@npm:5.6.1-pre.1881" +"openmrs@npm:^5.6.1-pre.1895": + version: 5.6.1-pre.1895 + resolution: "openmrs@npm:5.6.1-pre.1895" dependencies: - "@openmrs/esm-app-shell": "npm:5.6.1-pre.1881" - "@openmrs/webpack-config": "npm:5.6.1-pre.1881" + "@openmrs/esm-app-shell": "npm:5.6.1-pre.1895" + "@openmrs/webpack-config": "npm:5.6.1-pre.1895" "@pnpm/npm-conf": "npm:^2.1.0" "@swc/core": "npm:^1.3.58" autoprefixer: "npm:^10.4.2" @@ -15036,7 +15054,7 @@ __metadata: yargs: "npm:^17.6.2" bin: openmrs: ./dist/cli.js - checksum: 10/36670062a7bf6df006b83c80aca53fd6889b2b221532349752b987416abdad8eaba4c79203bf3ff7023d2ce0800e3c0e7c9e6dcf2ac9b5fa0c4b7d1acc873319 + checksum: 10/a482621d3d3f5f06112b66ac04c01f4505d4402a7209468b12a09e4c044407f0ffdcf6f88d6cdb63d16a6dfc28020745273ab201e72b39e8ca62e21cb73c2364 languageName: node linkType: hard @@ -15932,11 +15950,11 @@ __metadata: linkType: hard "prettier@npm:^3.1.1": - version: 3.3.0 - resolution: "prettier@npm:3.3.0" + version: 3.3.2 + resolution: "prettier@npm:3.3.2" bin: prettier: bin/prettier.cjs - checksum: 10/e55233f8e4b5f96f52180dbfa424ae797a98a9b8a9a7a79de5004e522c02b423e71927ed99d855dbfcd00dc3b82e5f6fb304cfe117cc4e7c8477d883df2d8984 + checksum: 10/83214e154afa5aa9b664c2506640212323eb1376b13379b2413dc351b7de0687629dca3f00ff2ec895ebd7e3a2adb7d7e231b6c77606e2358137f2150807405b languageName: node linkType: hard @@ -16458,6 +16476,16 @@ __metadata: languageName: node linkType: hard +"react-to-print@npm:^2.14.13": + version: 2.15.1 + resolution: "react-to-print@npm:2.15.1" + peerDependencies: + react: ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 + react-dom: ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 + checksum: 10/0786fd5dd055b5b50f9a0dba99f0ccb30b9407b8e77748f5fc2557446ed0d0c65759e927cc2cdaa9e34f286838bbb230d3b0ba03d20b9754d0469fc4dac7c529 + languageName: node + linkType: hard + "react-transition-group@npm:^4.4.5": version: 4.4.5 resolution: "react-transition-group@npm:4.4.5" @@ -17131,15 +17159,15 @@ __metadata: linkType: hard "sass@npm:^1.29.0": - version: 1.77.4 - resolution: "sass@npm:1.77.4" + version: 1.77.5 + resolution: "sass@npm:1.77.5" dependencies: chokidar: "npm:>=3.0.0 <4.0.0" immutable: "npm:^4.0.0" source-map-js: "npm:>=0.6.2 <2.0.0" bin: sass: sass.js - checksum: 10/04e31ce4961a7b90238c274a268945cd67177d992273073e6fa5df09fe7a03ff378f1608fe646ec512c8691038ac9487e06ef5abb2185f56eb36204952538eea + checksum: 10/40e4eb70665f10494ede0fd3b17bf7f33352f02d1536b08c84eadd0a4e397ef2b475a70290f02b3c5421b3c77f312fd0e139920814daa49dc2c32b8e618f93ba languageName: node linkType: hard @@ -18303,8 +18331,8 @@ __metadata: linkType: hard "terser@npm:^5.0.0, terser@npm:^5.10.0, terser@npm:^5.26.0": - version: 5.31.0 - resolution: "terser@npm:5.31.0" + version: 5.31.1 + resolution: "terser@npm:5.31.1" dependencies: "@jridgewell/source-map": "npm:^0.3.3" acorn: "npm:^8.8.2" @@ -18312,7 +18340,7 @@ __metadata: source-map-support: "npm:~0.5.20" bin: terser: bin/terser - checksum: 10/11b28065d6fd9f496acf1f23b22982867e4625e769d0a1821861a15e6bebfdb414142a8444f74f2a93f458d0182b8314ceb889be053b50eb5907cc98e8230467 + checksum: 10/4b22b62e762aebcd538dc3f5d5323fb3b51786e9294f7069d591cb61401a1161778039fdf283bbaf06244f500ee8563e0c49fc3c64176310556f34cc6637d463 languageName: node linkType: hard @@ -18579,9 +18607,9 @@ __metadata: linkType: hard "tslib@npm:^2.0.0, tslib@npm:^2.0.3, tslib@npm:^2.3.0, tslib@npm:^2.4.0, tslib@npm:^2.6.2": - version: 2.6.2 - resolution: "tslib@npm:2.6.2" - checksum: 10/bd26c22d36736513980091a1e356378e8b662ded04204453d353a7f34a4c21ed0afc59b5f90719d4ba756e581a162ecbf93118dc9c6be5acf70aa309188166ca + version: 2.6.3 + resolution: "tslib@npm:2.6.3" + checksum: 10/52109bb681f8133a2e58142f11a50e05476de4f075ca906d13b596ae5f7f12d30c482feb0bff167ae01cfc84c5803e575a307d47938999246f5a49d174fc558c languageName: node linkType: hard @@ -18596,58 +18624,58 @@ __metadata: languageName: node linkType: hard -"turbo-darwin-64@npm:1.13.3": - version: 1.13.3 - resolution: "turbo-darwin-64@npm:1.13.3" +"turbo-darwin-64@npm:1.13.4": + version: 1.13.4 + resolution: "turbo-darwin-64@npm:1.13.4" conditions: os=darwin & cpu=x64 languageName: node linkType: hard -"turbo-darwin-arm64@npm:1.13.3": - version: 1.13.3 - resolution: "turbo-darwin-arm64@npm:1.13.3" +"turbo-darwin-arm64@npm:1.13.4": + version: 1.13.4 + resolution: "turbo-darwin-arm64@npm:1.13.4" conditions: os=darwin & cpu=arm64 languageName: node linkType: hard -"turbo-linux-64@npm:1.13.3": - version: 1.13.3 - resolution: "turbo-linux-64@npm:1.13.3" +"turbo-linux-64@npm:1.13.4": + version: 1.13.4 + resolution: "turbo-linux-64@npm:1.13.4" conditions: os=linux & cpu=x64 languageName: node linkType: hard -"turbo-linux-arm64@npm:1.13.3": - version: 1.13.3 - resolution: "turbo-linux-arm64@npm:1.13.3" +"turbo-linux-arm64@npm:1.13.4": + version: 1.13.4 + resolution: "turbo-linux-arm64@npm:1.13.4" conditions: os=linux & cpu=arm64 languageName: node linkType: hard -"turbo-windows-64@npm:1.13.3": - version: 1.13.3 - resolution: "turbo-windows-64@npm:1.13.3" +"turbo-windows-64@npm:1.13.4": + version: 1.13.4 + resolution: "turbo-windows-64@npm:1.13.4" conditions: os=win32 & cpu=x64 languageName: node linkType: hard -"turbo-windows-arm64@npm:1.13.3": - version: 1.13.3 - resolution: "turbo-windows-arm64@npm:1.13.3" +"turbo-windows-arm64@npm:1.13.4": + version: 1.13.4 + resolution: "turbo-windows-arm64@npm:1.13.4" conditions: os=win32 & cpu=arm64 languageName: node linkType: hard "turbo@npm:^1.6.3": - version: 1.13.3 - resolution: "turbo@npm:1.13.3" - dependencies: - turbo-darwin-64: "npm:1.13.3" - turbo-darwin-arm64: "npm:1.13.3" - turbo-linux-64: "npm:1.13.3" - turbo-linux-arm64: "npm:1.13.3" - turbo-windows-64: "npm:1.13.3" - turbo-windows-arm64: "npm:1.13.3" + version: 1.13.4 + resolution: "turbo@npm:1.13.4" + dependencies: + turbo-darwin-64: "npm:1.13.4" + turbo-darwin-arm64: "npm:1.13.4" + turbo-linux-64: "npm:1.13.4" + turbo-linux-arm64: "npm:1.13.4" + turbo-windows-64: "npm:1.13.4" + turbo-windows-arm64: "npm:1.13.4" dependenciesMeta: turbo-darwin-64: optional: true @@ -18663,7 +18691,7 @@ __metadata: optional: true bin: turbo: bin/turbo - checksum: 10/de96309b3c4c28b51d9436cdec57e3df452dea4ec4512e6c3b7f6596265d4b22d2c16b9c8a674cc1bafa3cc2eea9feb89a807526d6d820f9bca0522d8d86df12 + checksum: 10/b8187def43760428e117313fc4a559af5c02b473d816b3efef406165c2c45cf3a256fbda4b15f0c1a48ccd188bd43cf93686f2aeab176a15a01553cd165071cc languageName: node linkType: hard @@ -19053,7 +19081,7 @@ __metadata: languageName: node linkType: hard -"update-browserslist-db@npm:^1.0.13": +"update-browserslist-db@npm:^1.0.16": version: 1.0.16 resolution: "update-browserslist-db@npm:1.0.16" dependencies: @@ -19067,7 +19095,7 @@ __metadata: languageName: node linkType: hard -"uri-js@npm:^4.2.2": +"uri-js@npm:^4.2.2, uri-js@npm:^4.4.1": version: 4.4.1 resolution: "uri-js@npm:4.4.1" dependencies: @@ -19576,8 +19604,8 @@ __metadata: linkType: hard "webpack@npm:^5.74.0, webpack@npm:^5.88.0": - version: 5.91.0 - resolution: "webpack@npm:5.91.0" + version: 5.92.0 + resolution: "webpack@npm:5.92.0" dependencies: "@types/eslint-scope": "npm:^3.7.3" "@types/estree": "npm:^1.0.5" @@ -19585,10 +19613,10 @@ __metadata: "@webassemblyjs/wasm-edit": "npm:^1.12.1" "@webassemblyjs/wasm-parser": "npm:^1.12.1" acorn: "npm:^8.7.1" - acorn-import-assertions: "npm:^1.9.0" + acorn-import-attributes: "npm:^1.9.5" browserslist: "npm:^4.21.10" chrome-trace-event: "npm:^1.0.2" - enhanced-resolve: "npm:^5.16.0" + enhanced-resolve: "npm:^5.17.0" es-module-lexer: "npm:^1.2.1" eslint-scope: "npm:5.1.1" events: "npm:^3.2.0" @@ -19608,7 +19636,7 @@ __metadata: optional: true bin: webpack: bin/webpack.js - checksum: 10/647ca53c15fe0fa1af4396a7257d7a93cbea648d2685e565a11cc822a9e3ea9316345250987d75f02c0b45dae118814f094ec81908d1032e77a33cd6470b289e + checksum: 10/1d5e7e881615df05af7e58bd7ce872495cf6361f345f2b2a7dcbd8febd8761b68b7567e14f9ebbf1d666b6c78cc90c3f304fb10b8a457ab71aa7015116a7d6d9 languageName: node linkType: hard @@ -20202,11 +20230,11 @@ __metadata: linkType: hard "yaml@npm:~2.4.2": - version: 2.4.3 - resolution: "yaml@npm:2.4.3" + version: 2.4.5 + resolution: "yaml@npm:2.4.5" bin: yaml: bin.mjs - checksum: 10/a618d3b968e3fb601cf7266db6e250e5cdd3b81853039a59108145202d5055b47c2d23a8e1ab661f8ba3ba095dcf6b4bb55cea2c14b97a418e5b059d27f8814e + checksum: 10/b09bf5a615a65276d433d76b8e34ad6b4c0320b85eb3f1a39da132c61ae6e2ff34eff4624e6458d96d49566c93cf43408ba5e568218293a8c6541a2006883f64 languageName: node linkType: hard