From f7b199e2ecf92f5fd406f96ccc0d8cdbbe5a36cb Mon Sep 17 00:00:00 2001 From: An Phi Date: Mon, 27 Jun 2022 20:21:08 -0400 Subject: [PATCH] bump dependencies --- .changeset/proud-monkeys-exist.md | 23 + package.json | 2 +- packages/babel-preset/package.json | 10 +- packages/eslint-plugin/package.json | 8 +- packages/legend-application/package.json | 2 +- .../LegendApplicationAssistantService.ts | 2 + .../LegendApplicationDocumentationService.ts | 92 +- .../src/stores/PureLanguageSupport.ts | 1 + packages/legend-art/package.json | 4 +- packages/legend-dev-utils/package.json | 4 +- .../package.json | 2 +- .../legend-extension-dsl-diagram/package.json | 2 +- .../package.json | 2 +- .../legend-extension-dsl-text/package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- packages/legend-graph/package.json | 2 +- packages/legend-query/package.json | 2 +- packages/legend-server-depot/package.json | 2 +- packages/legend-server-sdlc/package.json | 2 +- packages/legend-shared/package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- packages/legend-studio/package.json | 2 +- .../components/Core_LegendStudioPlugin.tsx | 4 +- .../service-editor/ServiceExecutionEditor.tsx | 4 +- .../src/stores/LegendStudioDocumentation.ts | 57 +- packages/legend-taxonomy/package.json | 2 +- yarn.lock | 1480 ++++++++++------- 29 files changed, 1007 insertions(+), 716 deletions(-) create mode 100644 .changeset/proud-monkeys-exist.md diff --git a/.changeset/proud-monkeys-exist.md b/.changeset/proud-monkeys-exist.md new file mode 100644 index 00000000000..c03f1b32e2f --- /dev/null +++ b/.changeset/proud-monkeys-exist.md @@ -0,0 +1,23 @@ +--- +'@finos/babel-preset-legend-studio': patch +'@finos/eslint-plugin-legend-studio': patch +'@finos/legend-application': patch +'@finos/legend-art': patch +'@finos/legend-dev-utils': patch +'@finos/legend-extension-dsl-data-space': patch +'@finos/legend-extension-dsl-diagram': patch +'@finos/legend-extension-dsl-persistence': patch +'@finos/legend-extension-dsl-text': patch +'@finos/legend-extension-external-store-service': patch +'@finos/legend-extension-mapping-generation': patch +'@finos/legend-graph': patch +'@finos/legend-manual-tests': patch +'@finos/legend-query': patch +'@finos/legend-server-depot': patch +'@finos/legend-server-sdlc': patch +'@finos/legend-shared': patch +'@finos/legend-studio': patch +'@finos/legend-studio-extension-management-toolkit': patch +'@finos/legend-studio-extension-query-builder': patch +'@finos/legend-taxonomy': patch +--- diff --git a/package.json b/package.json index 36467791bbe..d4998db61c8 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "devDependencies": { "@actions/core": "1.9.0", "@actions/github": "5.0.3", - "@babel/core": "7.18.5", + "@babel/core": "7.18.6", "@changesets/cli": "2.23.0", "@finos/babel-preset-legend-studio": "workspace:*", "@finos/eslint-plugin-legend-studio": "workspace:*", diff --git a/packages/babel-preset/package.json b/packages/babel-preset/package.json index 40bd282688d..a07e0c9ad58 100644 --- a/packages/babel-preset/package.json +++ b/packages/babel-preset/package.json @@ -31,11 +31,11 @@ "publish:snapshot": "node ../../scripts/release/publishDevSnapshot.js" }, "dependencies": { - "@babel/helper-plugin-utils": "7.17.12", - "@babel/preset-env": "7.18.2", - "@babel/preset-react": "7.17.12", - "@babel/preset-typescript": "7.17.12", - "@babel/runtime": "7.18.3", + "@babel/helper-plugin-utils": "7.18.6", + "@babel/preset-env": "7.18.6", + "@babel/preset-react": "7.18.6", + "@babel/preset-typescript": "7.18.6", + "@babel/runtime": "7.18.6", "react-refresh": "0.14.0" }, "devDependencies": { diff --git a/packages/eslint-plugin/package.json b/packages/eslint-plugin/package.json index 5030e2173d2..04e0e8e847a 100644 --- a/packages/eslint-plugin/package.json +++ b/packages/eslint-plugin/package.json @@ -31,13 +31,13 @@ "publish:snapshot": "node ../../scripts/release/publishDevSnapshot.js" }, "dependencies": { - "@babel/core": "7.18.5", + "@babel/core": "7.18.6", "@babel/eslint-parser": "7.18.2", - "@typescript-eslint/eslint-plugin": "5.29.0", - "@typescript-eslint/parser": "5.29.0", + "@typescript-eslint/eslint-plugin": "5.30.0", + "@typescript-eslint/parser": "5.30.0", "eslint-config-prettier": "8.5.0", "eslint-plugin-import": "2.26.0", - "eslint-plugin-prettier": "4.0.0", + "eslint-plugin-prettier": "4.1.0", "eslint-plugin-react": "7.30.1", "eslint-plugin-react-hooks": "4.6.0", "micromatch": "4.0.5", diff --git a/packages/legend-application/package.json b/packages/legend-application/package.json index cfc7b4ca4ee..a2e02fdaed0 100644 --- a/packages/legend-application/package.json +++ b/packages/legend-application/package.json @@ -54,7 +54,7 @@ "date-fns": "2.28.0", "fuse.js": "6.6.2", "history": "5.3.0", - "mobx": "6.6.0", + "mobx": "6.6.1", "mobx-react-lite": "3.4.0", "monaco-editor": "0.33.0", "papaparse": "5.3.2", diff --git a/packages/legend-application/src/stores/LegendApplicationAssistantService.ts b/packages/legend-application/src/stores/LegendApplicationAssistantService.ts index e98b18d4ebe..374d3488d1d 100644 --- a/packages/legend-application/src/stores/LegendApplicationAssistantService.ts +++ b/packages/legend-application/src/stores/LegendApplicationAssistantService.ts @@ -165,6 +165,8 @@ export class LegendApplicationAssistantService { (entry) => // NOTE: since we're searching for user-friendly docs, we will discard anything that // doesn't come with a title, or does not have any content/url + // + // We could also consider having a flag in each documentation entry to be hidden from users entry.title && (entry.url ?? entry.text ?? entry.markdownText), ) .map((entry) => new VirtualAssistantDocumentationEntry(entry)), diff --git a/packages/legend-application/src/stores/LegendApplicationDocumentationService.ts b/packages/legend-application/src/stores/LegendApplicationDocumentationService.ts index 102b3295e8c..ef6b56d764e 100644 --- a/packages/legend-application/src/stores/LegendApplicationDocumentationService.ts +++ b/packages/legend-application/src/stores/LegendApplicationDocumentationService.ts @@ -39,6 +39,7 @@ export type LegendApplicationDocumentationEntryConfig = { title?: string | undefined; text?: string | undefined; url?: string | undefined; + related?: string[] | undefined; }; export class LegendApplicationDocumentationEntry { @@ -48,6 +49,7 @@ export class LegendApplicationDocumentationEntry { title?: string | undefined; text?: string | undefined; url?: string | undefined; + related?: string | undefined; static readonly serialization = new SerializationFactory( createModelSchema(LegendApplicationDocumentationEntry, { @@ -55,6 +57,7 @@ export class LegendApplicationDocumentationEntry { (val) => val, (val) => (val.value ? val : undefined), ), + related: optional(list(primitive())), title: optional(primitive()), text: optional(primitive()), url: optional(primitive()), @@ -73,67 +76,6 @@ export class LegendApplicationDocumentationEntry { } } -export type LegendApplicationContextualDocumentationEntryConfig = - LegendApplicationDocumentationEntryConfig & { - related?: string[]; - }; - -export class LegendApplicationContextualDocumentationEntry { - readonly _context!: string; - - markdownText?: MarkdownText | undefined; - title?: string | undefined; - text?: string | undefined; - url?: string | undefined; - related: string[] = []; - - static readonly serialization = new SerializationFactory( - createModelSchema(LegendApplicationContextualDocumentationEntry, { - markdownText: custom( - (val) => val, - (val) => (val.value ? val : undefined), - ), - title: optional(primitive()), - text: optional(primitive()), - url: optional(primitive()), - related: list(primitive()), - }), - ); - - static create( - json: PlainObject, - context: string, - ): LegendApplicationContextualDocumentationEntry { - const entry = - LegendApplicationContextualDocumentationEntry.serialization.fromJson( - json, - ); - ( - entry as Writable - )._context = context; - return entry; - } -} - -export interface LegendApplicationKeyedContextualDocumentationEntry { - key: string; - content: LegendApplicationContextualDocumentationEntry; -} - -export const collectKeyedContextualDocumentationEntriesFromConfig = ( - rawEntries: Record< - string, - LegendApplicationContextualDocumentationEntryConfig - >, -): LegendApplicationKeyedContextualDocumentationEntry[] => - Object.entries(rawEntries).map((entry) => ({ - key: entry[0], - content: LegendApplicationContextualDocumentationEntry.create( - entry[1], - entry[0], - ), - })); - export interface LegendApplicationKeyedDocumentationEntry { key: string; content: LegendApplicationDocumentationEntry; @@ -153,7 +95,7 @@ export class LegendApplicationDocumentationService { private docRegistry = new Map(); private contextualDocRegistry = new Map< string, - LegendApplicationContextualDocumentationEntry + LegendApplicationDocumentationEntry >(); constructor(applicationStore: ApplicationStore) { @@ -260,17 +202,17 @@ export class LegendApplicationDocumentationService { return result; } - publishContextualDocRegistry(): object { - const result: Record< - string, - LegendApplicationContextualDocumentationEntryConfig - > = {}; - this.contextualDocRegistry.forEach((value, key) => { - result[key] = - LegendApplicationContextualDocumentationEntry.serialization.toJson( - value, - ); - }); - return result; - } + // publishContextualDocRegistry(): object { + // const result: Record< + // string, + // LegendApplicationContextualDocumentationEntryConfig + // > = {}; + // this.contextualDocRegistry.forEach((value, key) => { + // result[key] = + // LegendApplicationContextualDocumentationEntry.serialization.toJson( + // value, + // ); + // }); + // return result; + // } } diff --git a/packages/legend-application/src/stores/PureLanguageSupport.ts b/packages/legend-application/src/stores/PureLanguageSupport.ts index 8a9daca2620..9315365cae2 100644 --- a/packages/legend-application/src/stores/PureLanguageSupport.ts +++ b/packages/legend-application/src/stores/PureLanguageSupport.ts @@ -138,6 +138,7 @@ const generateLanguageMonarch = ( PURE_CONNECTION_NAME.MODEL_CHAIN_CONNECTION, PURE_CONNECTION_NAME.XML_MODEL_CONNECTION, // mapping + 'include', 'EnumerationMapping', 'Pure', 'AssociationMapping', diff --git a/packages/legend-art/package.json b/packages/legend-art/package.json index 657aa896376..83372ae3e42 100644 --- a/packages/legend-art/package.json +++ b/packages/legend-art/package.json @@ -54,12 +54,12 @@ "@fontsource/roboto": "4.5.7", "@fontsource/roboto-condensed": "4.5.8", "@fontsource/roboto-mono": "4.5.7", - "@mui/material": "5.8.5", + "@mui/material": "5.8.6", "@types/react": "18.0.14", "@types/react-select": "4.0.18", "@types/react-window": "1.8.5", "clsx": "1.1.1", - "mobx": "6.6.0", + "mobx": "6.6.1", "mobx-react-lite": "3.4.0", "monaco-editor": "0.33.0", "react": "18.2.0", diff --git a/packages/legend-dev-utils/package.json b/packages/legend-dev-utils/package.json index e58d05778eb..6be3c9d5cf6 100644 --- a/packages/legend-dev-utils/package.json +++ b/packages/legend-dev-utils/package.json @@ -49,7 +49,7 @@ "test:watch": "jest --watch" }, "dependencies": { - "@babel/core": "7.18.5", + "@babel/core": "7.18.6", "@changesets/assemble-release-plan": "5.1.3", "@changesets/changelog-github": "0.4.5", "@changesets/config": "2.0.0", @@ -86,7 +86,7 @@ "react-refresh": "0.14.0", "resolve": "1.22.1", "sass": "1.53.0", - "sass-loader": "13.0.1", + "sass-loader": "13.0.2", "typescript": "4.7.4", "webpack": "5.73.0" }, diff --git a/packages/legend-extension-dsl-data-space/package.json b/packages/legend-extension-dsl-data-space/package.json index 982b25ee5f7..16f0335eb3c 100644 --- a/packages/legend-extension-dsl-data-space/package.json +++ b/packages/legend-extension-dsl-data-space/package.json @@ -53,7 +53,7 @@ "@finos/legend-shared": "workspace:*", "@finos/legend-studio": "workspace:*", "@types/react": "18.0.14", - "mobx": "6.6.0", + "mobx": "6.6.1", "mobx-react-lite": "3.4.0", "react": "18.2.0", "react-dom": "18.2.0", diff --git a/packages/legend-extension-dsl-diagram/package.json b/packages/legend-extension-dsl-diagram/package.json index a3c8380070b..398dec0f1e1 100644 --- a/packages/legend-extension-dsl-diagram/package.json +++ b/packages/legend-extension-dsl-diagram/package.json @@ -50,7 +50,7 @@ "@finos/legend-shared": "workspace:*", "@finos/legend-studio": "workspace:*", "@types/react": "18.0.14", - "mobx": "6.6.0", + "mobx": "6.6.1", "mobx-react-lite": "3.4.0", "react": "18.2.0", "react-dnd": "16.0.1", diff --git a/packages/legend-extension-dsl-persistence/package.json b/packages/legend-extension-dsl-persistence/package.json index 03ddb9a7ba6..95a2f28318c 100644 --- a/packages/legend-extension-dsl-persistence/package.json +++ b/packages/legend-extension-dsl-persistence/package.json @@ -50,7 +50,7 @@ "@finos/legend-shared": "workspace:*", "@finos/legend-studio": "workspace:*", "@types/react": "18.0.14", - "mobx": "6.6.0", + "mobx": "6.6.1", "react": "18.2.0", "serializr": "2.0.5" }, diff --git a/packages/legend-extension-dsl-text/package.json b/packages/legend-extension-dsl-text/package.json index 7cc82548db5..fa54a08599d 100644 --- a/packages/legend-extension-dsl-text/package.json +++ b/packages/legend-extension-dsl-text/package.json @@ -50,7 +50,7 @@ "@finos/legend-shared": "workspace:*", "@finos/legend-studio": "workspace:*", "@types/react": "18.0.14", - "mobx": "6.6.0", + "mobx": "6.6.1", "mobx-react-lite": "3.4.0", "react": "18.2.0", "serializr": "2.0.5" diff --git a/packages/legend-extension-external-store-service/package.json b/packages/legend-extension-external-store-service/package.json index 097eb5785d3..2e7c71080a8 100644 --- a/packages/legend-extension-external-store-service/package.json +++ b/packages/legend-extension-external-store-service/package.json @@ -52,7 +52,7 @@ "@finos/legend-shared": "workspace:*", "@finos/legend-studio": "workspace:*", "@types/react": "18.0.14", - "mobx": "6.6.0", + "mobx": "6.6.1", "mobx-react-lite": "3.4.0", "react": "18.2.0", "serializr": "2.0.5" diff --git a/packages/legend-extension-mapping-generation/package.json b/packages/legend-extension-mapping-generation/package.json index a6128439979..6289c27a719 100644 --- a/packages/legend-extension-mapping-generation/package.json +++ b/packages/legend-extension-mapping-generation/package.json @@ -49,7 +49,7 @@ "@finos/legend-server-sdlc": "workspace:*", "@finos/legend-shared": "workspace:*", "@finos/legend-studio": "workspace:*", - "mobx": "6.6.0", + "mobx": "6.6.1", "mobx-react-lite": "3.4.0", "react": "18.2.0", "serializr": "2.0.5" diff --git a/packages/legend-graph/package.json b/packages/legend-graph/package.json index a0dfa7968e6..a68c54478ed 100644 --- a/packages/legend-graph/package.json +++ b/packages/legend-graph/package.json @@ -41,7 +41,7 @@ "@finos/legend-model-storage": "workspace:*", "@finos/legend-shared": "workspace:*", "date-fns": "2.28.0", - "mobx": "6.6.0", + "mobx": "6.6.1", "mobx-react-lite": "3.4.0", "react": "18.2.0", "serializr": "2.0.5" diff --git a/packages/legend-query/package.json b/packages/legend-query/package.json index 32acaeb334f..9e95b902833 100644 --- a/packages/legend-query/package.json +++ b/packages/legend-query/package.json @@ -58,7 +58,7 @@ "@types/react-router-dom": "5.3.3", "date-fns": "2.28.0", "history": "5.3.0", - "mobx": "6.6.0", + "mobx": "6.6.1", "mobx-react-lite": "3.4.0", "monaco-editor": "0.33.0", "react": "18.2.0", diff --git a/packages/legend-server-depot/package.json b/packages/legend-server-depot/package.json index a190f666928..7bd9d6fa068 100644 --- a/packages/legend-server-depot/package.json +++ b/packages/legend-server-depot/package.json @@ -39,7 +39,7 @@ "dependencies": { "@finos/legend-model-storage": "workspace:*", "@finos/legend-shared": "workspace:*", - "mobx": "6.6.0", + "mobx": "6.6.1", "mobx-react-lite": "3.4.0", "react": "18.2.0", "serializr": "2.0.5" diff --git a/packages/legend-server-sdlc/package.json b/packages/legend-server-sdlc/package.json index b05e203c92d..b13747e2aa0 100644 --- a/packages/legend-server-sdlc/package.json +++ b/packages/legend-server-sdlc/package.json @@ -40,7 +40,7 @@ "dependencies": { "@finos/legend-model-storage": "workspace:*", "@finos/legend-shared": "workspace:*", - "mobx": "6.6.0", + "mobx": "6.6.1", "mobx-react-lite": "3.4.0", "react": "18.2.0", "serializr": "2.0.5" diff --git a/packages/legend-shared/package.json b/packages/legend-shared/package.json index 48ed6486a64..7c0e403bf9a 100644 --- a/packages/legend-shared/package.json +++ b/packages/legend-shared/package.json @@ -49,7 +49,7 @@ "http-status-codes": "2.2.0", "lodash-es": "4.17.21", "lossless-json": "1.0.5", - "mobx": "6.6.0", + "mobx": "6.6.1", "object-hash": "3.0.0", "pako": "2.0.4", "pretty-format": "28.1.1", diff --git a/packages/legend-studio-extension-management-toolkit/package.json b/packages/legend-studio-extension-management-toolkit/package.json index 3ac62760f92..b4ea95ef9c6 100644 --- a/packages/legend-studio-extension-management-toolkit/package.json +++ b/packages/legend-studio-extension-management-toolkit/package.json @@ -52,7 +52,7 @@ "@finos/legend-studio": "workspace:*", "@types/react": "18.0.14", "@types/react-router-dom": "5.3.3", - "mobx": "6.6.0", + "mobx": "6.6.1", "mobx-react-lite": "3.4.0", "react": "18.2.0", "react-router-dom": "5.3.3" diff --git a/packages/legend-studio-extension-query-builder/package.json b/packages/legend-studio-extension-query-builder/package.json index 218072a9a0a..1bda77f6000 100644 --- a/packages/legend-studio-extension-query-builder/package.json +++ b/packages/legend-studio-extension-query-builder/package.json @@ -55,7 +55,7 @@ "@finos/legend-shared": "workspace:*", "@finos/legend-studio": "workspace:*", "@types/react": "18.0.14", - "mobx": "6.6.0", + "mobx": "6.6.1", "mobx-react-lite": "3.4.0", "react": "18.2.0", "react-dom": "18.2.0" diff --git a/packages/legend-studio/package.json b/packages/legend-studio/package.json index 1656ea58224..2bc4344224a 100644 --- a/packages/legend-studio/package.json +++ b/packages/legend-studio/package.json @@ -56,7 +56,7 @@ "@types/react-router-dom": "5.3.3", "date-fns": "2.28.0", "history": "5.3.0", - "mobx": "6.6.0", + "mobx": "6.6.1", "mobx-react-lite": "3.4.0", "mobx-utils": "6.0.5", "monaco-editor": "0.33.0", diff --git a/packages/legend-studio/src/components/Core_LegendStudioPlugin.tsx b/packages/legend-studio/src/components/Core_LegendStudioPlugin.tsx index 9d2255ded5e..61f31632ff8 100644 --- a/packages/legend-studio/src/components/Core_LegendStudioPlugin.tsx +++ b/packages/legend-studio/src/components/Core_LegendStudioPlugin.tsx @@ -22,7 +22,7 @@ import { } from '@finos/legend-application'; import packageJson from '../../package.json'; import { - CORE_CONTEXTUAL_DOCUMENTATION_ENTRIES, + CORE_CONTEXTUAL_DOCUMENTATION_MAP, CORE_DOCUMENTATION_ENTRIES, } from '../stores/LegendStudioDocumentation.js'; import { LegendStudioPlugin } from '../stores/LegendStudioPlugin.js'; @@ -42,7 +42,7 @@ export class Core_LegendStudioPlugin extends LegendStudioPlugin { override getExtraKeyedContextualDocumentationEntries(): LegendApplicationKeyedContextualDocumentationEntry[] { return collectKeyedContextualDocumentationEntriesFromConfig( - CORE_CONTEXTUAL_DOCUMENTATION_ENTRIES, + CORE_CONTEXTUAL_DOCUMENTATION_MAP, ); } } diff --git a/packages/legend-studio/src/components/editor/edit-panel/service-editor/ServiceExecutionEditor.tsx b/packages/legend-studio/src/components/editor/edit-panel/service-editor/ServiceExecutionEditor.tsx index 6a2fd04fb52..f55ed425704 100644 --- a/packages/legend-studio/src/components/editor/edit-panel/service-editor/ServiceExecutionEditor.tsx +++ b/packages/legend-studio/src/components/editor/edit-panel/service-editor/ServiceExecutionEditor.tsx @@ -141,9 +141,11 @@ const PureSingleExecutionConfigurationEditor = observer( label: string | React.ReactNode; value?: Runtime; }[]); + // NOTE: for now, only include runtime associated with the mapping + // TODO?: Should we bring the runtime compatibility check from query to here? const runtimes = editorStore.graphManagerState.graph.runtimes.filter((rt) => rt.runtimeValue.mappings.map((m) => m.value).includes(mapping), - ); // only include runtime associated with the mapping + ); runtimeOptions = runtimeOptions.concat( runtimes.map((rt) => ({ label: rt.path, diff --git a/packages/legend-studio/src/stores/LegendStudioDocumentation.ts b/packages/legend-studio/src/stores/LegendStudioDocumentation.ts index cb59a1701c2..385872f2358 100644 --- a/packages/legend-studio/src/stores/LegendStudioDocumentation.ts +++ b/packages/legend-studio/src/stores/LegendStudioDocumentation.ts @@ -14,10 +14,7 @@ * limitations under the License. */ -import type { - LegendApplicationContextualDocumentationEntryConfig, - LegendApplicationDocumentationEntryConfig, -} from '@finos/legend-application'; +import type { LegendApplicationDocumentationEntryConfig } from '@finos/legend-application'; import { LEGEND_STUDIO_APPLICATION_NAVIGATION_CONTEXT } from './LegendStudioApplicationNavigationContext.js'; export enum LEGEND_STUDIO_DOCUMENTATION_KEY { @@ -67,8 +64,13 @@ export enum LEGEND_STUDIO_DOCUMENTATION_KEY { QUESTION_HOW_TO_DEFINE_A_CLASS = 'question.how-to-define-a-class', QUESTION_HOW_TO_DEFINE_A_PROPERTY = 'question.how-to-define-a-class-property', QUESTION_HOW_TO_DEFINE_A_DERIVATION = 'question.how-to-define-a-class-derivation', + QUESTION_HOW_TO_WRITE_A_DERIVATION_LAMBDA = 'question.how-to-write-a-class-derivation-lambda', QUESTION_HOW_TO_DEFINE_A_CONSTRAINT = 'question.how-to-define-a-class-constraint', + QUESTION_HOW_TO_WRITE_A_CONSTRAINT_LAMBDA = 'question.how-to-write-a-class-constraint-lambda', QUESTION_HOW_TO_SPECIFY_A_SUPERTYPE = 'question.how-to-specify-a-class-supertype', + + // contexts + CONTEXT_CLASS_EDITOR = 'context.class-editor', } export const CORE_DOCUMENTATION_ENTRIES: Record< @@ -263,21 +265,31 @@ export const CORE_DOCUMENTATION_ENTRIES: Record< title: `How do I define a class derivation (derived property)?`, url: `https://legend.finos.org/docs/studio/create-data-model#add-a-derived-property`, }, + [LEGEND_STUDIO_DOCUMENTATION_KEY.QUESTION_HOW_TO_WRITE_A_DERIVATION_LAMBDA]: { + title: `How to write a derived property lambda in Pure?`, + url: `https://legend.finos.org/docs/language/legend-language#derivation`, + related: [ + LEGEND_STUDIO_DOCUMENTATION_KEY.QUESTION_HOW_TO_WRITE_PURE_LAMBDA, + LEGEND_STUDIO_DOCUMENTATION_KEY.QUESTION_WHAT_IS_BASIC_PURE_LANGUAGE, + ], + }, [LEGEND_STUDIO_DOCUMENTATION_KEY.QUESTION_HOW_TO_DEFINE_A_CONSTRAINT]: { title: `How do I put constraint on a class?`, url: `https://legend.finos.org/docs/studio/create-data-model#add-a-constraint`, }, + [LEGEND_STUDIO_DOCUMENTATION_KEY.QUESTION_HOW_TO_WRITE_A_CONSTRAINT_LAMBDA]: { + title: `How to write a constraint lambda in Pure?`, + url: `https://legend.finos.org/docs/language/legend-language#constraint`, + related: [ + LEGEND_STUDIO_DOCUMENTATION_KEY.QUESTION_HOW_TO_WRITE_PURE_LAMBDA, + LEGEND_STUDIO_DOCUMENTATION_KEY.QUESTION_WHAT_IS_BASIC_PURE_LANGUAGE, + ], + }, [LEGEND_STUDIO_DOCUMENTATION_KEY.QUESTION_HOW_TO_SPECIFY_A_SUPERTYPE]: { title: `How do I specify a supertype of a class?`, url: `https://legend.finos.org/docs/studio/create-data-model#add-a-super-type`, }, -}; - -export const CORE_CONTEXTUAL_DOCUMENTATION_ENTRIES: Record< - string, - LegendApplicationContextualDocumentationEntryConfig -> = { - [LEGEND_STUDIO_APPLICATION_NAVIGATION_CONTEXT.CLASS_EDITOR]: { + [LEGEND_STUDIO_DOCUMENTATION_KEY.CONTEXT_CLASS_EDITOR]: { related: [ LEGEND_STUDIO_DOCUMENTATION_KEY.QUESTION_HOW_TO_DEFINE_A_CLASS, LEGEND_STUDIO_DOCUMENTATION_KEY.QUESTION_HOW_TO_DEFINE_A_PROPERTY, @@ -286,22 +298,13 @@ export const CORE_CONTEXTUAL_DOCUMENTATION_ENTRIES: Record< LEGEND_STUDIO_DOCUMENTATION_KEY.QUESTION_HOW_TO_SPECIFY_A_SUPERTYPE, ], }, +}; + +export const CORE_CONTEXTUAL_DOCUMENTATION_MAP = { + [LEGEND_STUDIO_APPLICATION_NAVIGATION_CONTEXT.CLASS_EDITOR]: + LEGEND_STUDIO_DOCUMENTATION_KEY.CONTEXT_CLASS_EDITOR, [LEGEND_STUDIO_APPLICATION_NAVIGATION_CONTEXT.CLASS_DERIVED_PROPERTY_LAMBDA_EDITOR]: - { - title: `How to write a derived property lambda in Pure?`, - url: `https://legend.finos.org/docs/language/legend-language#derivation`, - related: [ - LEGEND_STUDIO_DOCUMENTATION_KEY.QUESTION_HOW_TO_WRITE_PURE_LAMBDA, - LEGEND_STUDIO_DOCUMENTATION_KEY.QUESTION_WHAT_IS_BASIC_PURE_LANGUAGE, - ], - }, + LEGEND_STUDIO_DOCUMENTATION_KEY.QUESTION_HOW_TO_WRITE_A_CONSTRAINT_LAMBDA, [LEGEND_STUDIO_APPLICATION_NAVIGATION_CONTEXT.CLASS_CONTRAINT_LAMBDA_EDITOR]: - { - title: `How to write a constraint lambda in Pure?`, - url: `https://legend.finos.org/docs/language/legend-language#constraint`, - related: [ - LEGEND_STUDIO_DOCUMENTATION_KEY.QUESTION_HOW_TO_WRITE_PURE_LAMBDA, - LEGEND_STUDIO_DOCUMENTATION_KEY.QUESTION_WHAT_IS_BASIC_PURE_LANGUAGE, - ], - }, + LEGEND_STUDIO_DOCUMENTATION_KEY.QUESTION_HOW_TO_WRITE_A_CONSTRAINT_LAMBDA, }; diff --git a/packages/legend-taxonomy/package.json b/packages/legend-taxonomy/package.json index 39d06025ede..9af05d3fc03 100644 --- a/packages/legend-taxonomy/package.json +++ b/packages/legend-taxonomy/package.json @@ -53,7 +53,7 @@ "@types/react-dom": "18.0.5", "@types/react-router-dom": "5.3.3", "history": "5.3.0", - "mobx": "6.6.0", + "mobx": "6.6.1", "mobx-react-lite": "3.4.0", "react": "18.2.0", "react-dom": "18.2.0", diff --git a/yarn.lock b/yarn.lock index aa9713120c5..5be4d8a162e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -83,6 +83,15 @@ __metadata: languageName: node linkType: hard +"@babel/code-frame@npm:^7.18.6": + version: 7.18.6 + resolution: "@babel/code-frame@npm:7.18.6" + dependencies: + "@babel/highlight": ^7.18.6 + checksum: 195e2be3172d7684bf95cff69ae3b7a15a9841ea9d27d3c843662d50cdd7d6470fd9c8e64be84d031117e4a4083486effba39f9aef6bbb2c89f7f21bcfba33ba + languageName: node + linkType: hard + "@babel/compat-data@npm:^7.13.11, @babel/compat-data@npm:^7.17.10": version: 7.18.5 resolution: "@babel/compat-data@npm:7.18.5" @@ -90,7 +99,37 @@ __metadata: languageName: node linkType: hard -"@babel/core@npm:7.18.5, @babel/core@npm:^7.11.6, @babel/core@npm:^7.12.3": +"@babel/compat-data@npm:^7.18.6": + version: 7.18.6 + resolution: "@babel/compat-data@npm:7.18.6" + checksum: fd73a1bd7bc29be5528d2ef78248929ed3ee72e0edb69cef6051e0aad0bf8087594db6cd9e981f0d7f5bfc274fdbb77306d8abea8ceb71e95c18afc3ebd81828 + languageName: node + linkType: hard + +"@babel/core@npm:7.18.6": + version: 7.18.6 + resolution: "@babel/core@npm:7.18.6" + dependencies: + "@ampproject/remapping": ^2.1.0 + "@babel/code-frame": ^7.18.6 + "@babel/generator": ^7.18.6 + "@babel/helper-compilation-targets": ^7.18.6 + "@babel/helper-module-transforms": ^7.18.6 + "@babel/helpers": ^7.18.6 + "@babel/parser": ^7.18.6 + "@babel/template": ^7.18.6 + "@babel/traverse": ^7.18.6 + "@babel/types": ^7.18.6 + convert-source-map: ^1.7.0 + debug: ^4.1.0 + gensync: ^1.0.0-beta.2 + json5: ^2.2.1 + semver: ^6.3.0 + checksum: 711459ebf7afab7b8eff88b7155c3f4a62690545f1c8c2eb6ba5ebaed01abeecb984cf9657847a2151ad24a5645efce765832aa343ce0f0386f311b67b59589a + languageName: node + linkType: hard + +"@babel/core@npm:^7.11.6, @babel/core@npm:^7.12.3": version: 7.18.5 resolution: "@babel/core@npm:7.18.5" dependencies: @@ -138,6 +177,17 @@ __metadata: languageName: node linkType: hard +"@babel/generator@npm:^7.18.6": + version: 7.18.6 + resolution: "@babel/generator@npm:7.18.6" + dependencies: + "@babel/types": ^7.18.6 + "@jridgewell/gen-mapping": ^0.3.0 + jsesc: ^2.5.1 + checksum: 580c219aa97715fb5d60403be09c65286fae9047666ed7390d463ac063e0637521abb6ee3e6bd406df0d3ea8440f786d5f254282b63008c4f7a139dde0b68d2f + languageName: node + linkType: hard + "@babel/helper-annotate-as-pure@npm:^7.16.7": version: 7.16.7 resolution: "@babel/helper-annotate-as-pure@npm:7.16.7" @@ -147,17 +197,26 @@ __metadata: languageName: node linkType: hard -"@babel/helper-builder-binary-assignment-operator-visitor@npm:^7.16.7": - version: 7.16.7 - resolution: "@babel/helper-builder-binary-assignment-operator-visitor@npm:7.16.7" +"@babel/helper-annotate-as-pure@npm:^7.18.6": + version: 7.18.6 + resolution: "@babel/helper-annotate-as-pure@npm:7.18.6" dependencies: - "@babel/helper-explode-assignable-expression": ^7.16.7 - "@babel/types": ^7.16.7 - checksum: 1784f19a57ecfafca8e5c2e0f3eac53451cb13a857cbe0ca0cd9670922228d099ef8c3dd8cd318e2d7bce316fdb2ece3e527c30f3ecd83706e37ab6beb0c60eb + "@babel/types": ^7.18.6 + checksum: 88ccd15ced475ef2243fdd3b2916a29ea54c5db3cd0cfabf9d1d29ff6e63b7f7cd1c27264137d7a40ac2e978b9b9a542c332e78f40eb72abe737a7400788fc1b languageName: node linkType: hard -"@babel/helper-compilation-targets@npm:^7.13.0, @babel/helper-compilation-targets@npm:^7.16.7, @babel/helper-compilation-targets@npm:^7.17.10, @babel/helper-compilation-targets@npm:^7.18.2": +"@babel/helper-builder-binary-assignment-operator-visitor@npm:^7.18.6": + version: 7.18.6 + resolution: "@babel/helper-builder-binary-assignment-operator-visitor@npm:7.18.6" + dependencies: + "@babel/helper-explode-assignable-expression": ^7.18.6 + "@babel/types": ^7.18.6 + checksum: c4d71356e0adbc20ce9fe7c1e1181ff65a78603f8bba7615745f0417fed86bad7dc0a54a840bc83667c66709b3cb3721edcb9be0d393a298ce4e9eb6d085f3c1 + languageName: node + linkType: hard + +"@babel/helper-compilation-targets@npm:^7.13.0, @babel/helper-compilation-targets@npm:^7.18.2": version: 7.18.2 resolution: "@babel/helper-compilation-targets@npm:7.18.2" dependencies: @@ -171,20 +230,34 @@ __metadata: languageName: node linkType: hard -"@babel/helper-create-class-features-plugin@npm:^7.17.12, @babel/helper-create-class-features-plugin@npm:^7.18.0": - version: 7.18.0 - resolution: "@babel/helper-create-class-features-plugin@npm:7.18.0" +"@babel/helper-compilation-targets@npm:^7.18.6": + version: 7.18.6 + resolution: "@babel/helper-compilation-targets@npm:7.18.6" dependencies: - "@babel/helper-annotate-as-pure": ^7.16.7 - "@babel/helper-environment-visitor": ^7.16.7 - "@babel/helper-function-name": ^7.17.9 - "@babel/helper-member-expression-to-functions": ^7.17.7 - "@babel/helper-optimise-call-expression": ^7.16.7 - "@babel/helper-replace-supers": ^7.16.7 - "@babel/helper-split-export-declaration": ^7.16.7 + "@babel/compat-data": ^7.18.6 + "@babel/helper-validator-option": ^7.18.6 + browserslist: ^4.20.2 + semver: ^6.3.0 peerDependencies: "@babel/core": ^7.0.0 - checksum: 9a6ef175350f1cf87abe7a738e8c9b603da7fcdb153c74e49af509183f8705278020baddb62a12c7f9ca059487fef97d75a4adea6a1446598ad9901d010e4296 + checksum: f09ddaddc83c241cb7a040025e2ba558daa1c950ce878604d91230aed8d8a90f10dfd5bb0b67bc5b3db8af1576a0d0dac1d65959a06a17259243dbb5730d0ed1 + languageName: node + linkType: hard + +"@babel/helper-create-class-features-plugin@npm:^7.18.6": + version: 7.18.6 + resolution: "@babel/helper-create-class-features-plugin@npm:7.18.6" + dependencies: + "@babel/helper-annotate-as-pure": ^7.18.6 + "@babel/helper-environment-visitor": ^7.18.6 + "@babel/helper-function-name": ^7.18.6 + "@babel/helper-member-expression-to-functions": ^7.18.6 + "@babel/helper-optimise-call-expression": ^7.18.6 + "@babel/helper-replace-supers": ^7.18.6 + "@babel/helper-split-export-declaration": ^7.18.6 + peerDependencies: + "@babel/core": ^7.0.0 + checksum: 4d6da441ce329867338825c044c143f0b273cbfc6a20b9099e824a46f916584f44eabab073f78f02047d86719913e8f1a8bd72f42099ebe52691c29fabb992e4 languageName: node linkType: hard @@ -200,6 +273,18 @@ __metadata: languageName: node linkType: hard +"@babel/helper-create-regexp-features-plugin@npm:^7.18.6": + version: 7.18.6 + resolution: "@babel/helper-create-regexp-features-plugin@npm:7.18.6" + dependencies: + "@babel/helper-annotate-as-pure": ^7.18.6 + regexpu-core: ^5.1.0 + peerDependencies: + "@babel/core": ^7.0.0 + checksum: 2d76e660cbfd0bfcb01ca9f177f0e9091c871a6b99f68ece6bcf4ab4a9df073485bdc2d87ecdfbde44b7f3723b26d13085d0f92082adb3ae80d31b246099f10a + languageName: node + linkType: hard + "@babel/helper-define-polyfill-provider@npm:^0.3.1": version: 0.3.1 resolution: "@babel/helper-define-polyfill-provider@npm:0.3.1" @@ -225,16 +310,23 @@ __metadata: languageName: node linkType: hard -"@babel/helper-explode-assignable-expression@npm:^7.16.7": - version: 7.16.7 - resolution: "@babel/helper-explode-assignable-expression@npm:7.16.7" +"@babel/helper-environment-visitor@npm:^7.18.6": + version: 7.18.6 + resolution: "@babel/helper-environment-visitor@npm:7.18.6" + checksum: 64fce65a26efb50d2496061ab2de669dc4c42175a8e05c82279497127e5c542538ed22b38194f6f5a4e86bed6ef5a4890aed23408480db0555728b4ca660fc9c + languageName: node + linkType: hard + +"@babel/helper-explode-assignable-expression@npm:^7.18.6": + version: 7.18.6 + resolution: "@babel/helper-explode-assignable-expression@npm:7.18.6" dependencies: - "@babel/types": ^7.16.7 - checksum: ea2135ba36da6a2be059ebc8f10fbbb291eb0e312da54c55c6f50f9cbd8601e2406ec497c5e985f7c07a97f31b3bef9b2be8df53f1d53b974043eaf74fe54bbc + "@babel/types": ^7.18.6 + checksum: 225cfcc3376a8799023d15dc95000609e9d4e7547b29528c7f7111a0e05493ffb12c15d70d379a0bb32d42752f340233c4115bded6d299bc0c3ab7a12be3d30f languageName: node linkType: hard -"@babel/helper-function-name@npm:^7.16.7, @babel/helper-function-name@npm:^7.17.9": +"@babel/helper-function-name@npm:^7.17.9": version: 7.17.9 resolution: "@babel/helper-function-name@npm:7.17.9" dependencies: @@ -244,6 +336,16 @@ __metadata: languageName: node linkType: hard +"@babel/helper-function-name@npm:^7.18.6": + version: 7.18.6 + resolution: "@babel/helper-function-name@npm:7.18.6" + dependencies: + "@babel/template": ^7.18.6 + "@babel/types": ^7.18.6 + checksum: bf84c2e0699aa07c3559d4262d199d4a9d0320037c2932efe3246866c3e01ce042c9c2131b5db32ba2409a9af01fb468171052819af759babc8ca93bdc6c9aeb + languageName: node + linkType: hard + "@babel/helper-hoist-variables@npm:^7.16.7": version: 7.16.7 resolution: "@babel/helper-hoist-variables@npm:7.16.7" @@ -253,12 +355,21 @@ __metadata: languageName: node linkType: hard -"@babel/helper-member-expression-to-functions@npm:^7.17.7": - version: 7.17.7 - resolution: "@babel/helper-member-expression-to-functions@npm:7.17.7" +"@babel/helper-hoist-variables@npm:^7.18.6": + version: 7.18.6 + resolution: "@babel/helper-hoist-variables@npm:7.18.6" dependencies: - "@babel/types": ^7.17.0 - checksum: 70f361bab627396c714c3938e94a569cb0da522179328477cdbc4318e4003c2666387ad4931d6bd5de103338c667c9e4bbe3e917fc8c527b3f3eb6175b888b7d + "@babel/types": ^7.18.6 + checksum: fd9c35bb435fda802bf9ff7b6f2df06308a21277c6dec2120a35b09f9de68f68a33972e2c15505c1a1a04b36ec64c9ace97d4a9e26d6097b76b4396b7c5fa20f + languageName: node + linkType: hard + +"@babel/helper-member-expression-to-functions@npm:^7.18.6": + version: 7.18.6 + resolution: "@babel/helper-member-expression-to-functions@npm:7.18.6" + dependencies: + "@babel/types": ^7.18.6 + checksum: 20c8e82d2375534dfe4d4adeb01d94906e5e616143bb2775e9f1d858039d87a0f79220e0a5c2ed410c54ccdeda47a4c09609b396db1f98fe8ce9e420894ac2f3 languageName: node linkType: hard @@ -271,6 +382,15 @@ __metadata: languageName: node linkType: hard +"@babel/helper-module-imports@npm:^7.18.6": + version: 7.18.6 + resolution: "@babel/helper-module-imports@npm:7.18.6" + dependencies: + "@babel/types": ^7.18.6 + checksum: f393f8a3b3304b1b7a288a38c10989de754f01d29caf62ce7c4e5835daf0a27b81f3ac687d9d2780d39685aae7b55267324b512150e7b2be967b0c493b6a1def + languageName: node + linkType: hard + "@babel/helper-module-transforms@npm:^7.18.0": version: 7.18.0 resolution: "@babel/helper-module-transforms@npm:7.18.0" @@ -287,47 +407,73 @@ __metadata: languageName: node linkType: hard -"@babel/helper-optimise-call-expression@npm:^7.16.7": - version: 7.16.7 - resolution: "@babel/helper-optimise-call-expression@npm:7.16.7" +"@babel/helper-module-transforms@npm:^7.18.6": + version: 7.18.6 + resolution: "@babel/helper-module-transforms@npm:7.18.6" dependencies: - "@babel/types": ^7.16.7 - checksum: 925feb877d5a30a71db56e2be498b3abbd513831311c0188850896c4c1ada865eea795dce5251a1539b0f883ef82493f057f84286dd01abccc4736acfafe15ea + "@babel/helper-environment-visitor": ^7.18.6 + "@babel/helper-module-imports": ^7.18.6 + "@babel/helper-simple-access": ^7.18.6 + "@babel/helper-split-export-declaration": ^7.18.6 + "@babel/helper-validator-identifier": ^7.18.6 + "@babel/template": ^7.18.6 + "@babel/traverse": ^7.18.6 + "@babel/types": ^7.18.6 + checksum: 75d90be9ecd314fe2f1b668ce065d7e8b3dff82eddea88480259c5d4bd54f73a909d0998909ffe734a44ba8be85ba233359033071cc800db209d37173bd26db2 languageName: node linkType: hard -"@babel/helper-plugin-utils@npm:7.17.12, @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.13.0, @babel/helper-plugin-utils@npm:^7.14.5, @babel/helper-plugin-utils@npm:^7.16.7, @babel/helper-plugin-utils@npm:^7.17.12, @babel/helper-plugin-utils@npm:^7.8.0, @babel/helper-plugin-utils@npm:^7.8.3": +"@babel/helper-optimise-call-expression@npm:^7.18.6": + version: 7.18.6 + resolution: "@babel/helper-optimise-call-expression@npm:7.18.6" + dependencies: + "@babel/types": ^7.18.6 + checksum: e518fe8418571405e21644cfb39cf694f30b6c47b10b006609a92469ae8b8775cbff56f0b19732343e2ea910641091c5a2dc73b56ceba04e116a33b0f8bd2fbd + languageName: node + linkType: hard + +"@babel/helper-plugin-utils@npm:7.18.6, @babel/helper-plugin-utils@npm:^7.18.6": + version: 7.18.6 + resolution: "@babel/helper-plugin-utils@npm:7.18.6" + checksum: 3dbfceb6c10fdf6c78a0e57f24e991ff8967b8a0bd45fe0314fb4a8ccf7c8ad4c3778c319a32286e7b1f63d507173df56b4e69fb31b71e1b447a73efa1ca723e + 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.13.0, @babel/helper-plugin-utils@npm:^7.14.5, @babel/helper-plugin-utils@npm:^7.16.7, @babel/helper-plugin-utils@npm:^7.17.12, @babel/helper-plugin-utils@npm:^7.8.0, @babel/helper-plugin-utils@npm:^7.8.3": version: 7.17.12 resolution: "@babel/helper-plugin-utils@npm:7.17.12" checksum: 4813cf0ddb0f143de032cb88d4207024a2334951db330f8216d6fa253ea320c02c9b2667429ef1a34b5e95d4cfbd085f6cb72d418999751c31d0baf2422cc61d languageName: node linkType: hard -"@babel/helper-remap-async-to-generator@npm:^7.16.8": - version: 7.16.8 - resolution: "@babel/helper-remap-async-to-generator@npm:7.16.8" +"@babel/helper-remap-async-to-generator@npm:^7.18.6": + version: 7.18.6 + resolution: "@babel/helper-remap-async-to-generator@npm:7.18.6" dependencies: - "@babel/helper-annotate-as-pure": ^7.16.7 - "@babel/helper-wrap-function": ^7.16.8 - "@babel/types": ^7.16.8 - checksum: 29282ee36872130085ca111539725abbf20210c2a1d674bee77f338a57c093c3154108d03a275f602e471f583bd2c7ae10d05534f87cbc22b95524fe2b569488 + "@babel/helper-annotate-as-pure": ^7.18.6 + "@babel/helper-environment-visitor": ^7.18.6 + "@babel/helper-wrap-function": ^7.18.6 + "@babel/types": ^7.18.6 + peerDependencies: + "@babel/core": ^7.0.0 + checksum: 83e890624da9413c74a8084f6b5f7bfe93abad8a6e1a33464f3086e2a1336751672e6ac6d74dddd35b641d19584cc0f93d02c52a4f33385b3be5b40942fe30da languageName: node linkType: hard -"@babel/helper-replace-supers@npm:^7.16.7, @babel/helper-replace-supers@npm:^7.18.2": - version: 7.18.2 - resolution: "@babel/helper-replace-supers@npm:7.18.2" +"@babel/helper-replace-supers@npm:^7.18.6": + version: 7.18.6 + resolution: "@babel/helper-replace-supers@npm:7.18.6" dependencies: - "@babel/helper-environment-visitor": ^7.18.2 - "@babel/helper-member-expression-to-functions": ^7.17.7 - "@babel/helper-optimise-call-expression": ^7.16.7 - "@babel/traverse": ^7.18.2 - "@babel/types": ^7.18.2 - checksum: c0083b7933672dd2aed50b79021c46401c83f41bc2132def19c5414cf8f944251f6d91dd959b2bedada9a7436a80fab629adb486e008566290c82293e89fec05 + "@babel/helper-environment-visitor": ^7.18.6 + "@babel/helper-member-expression-to-functions": ^7.18.6 + "@babel/helper-optimise-call-expression": ^7.18.6 + "@babel/traverse": ^7.18.6 + "@babel/types": ^7.18.6 + checksum: 48e869dc8d3569136d239cd6354687e49c3225b114cb2141ed3a5f31cff5278f463eb25913df3345489061f377ad5d6e49778bddedd098fa8ee3adcec07cc1d3 languageName: node linkType: hard -"@babel/helper-simple-access@npm:^7.17.7, @babel/helper-simple-access@npm:^7.18.2": +"@babel/helper-simple-access@npm:^7.17.7": version: 7.18.2 resolution: "@babel/helper-simple-access@npm:7.18.2" dependencies: @@ -336,12 +482,21 @@ __metadata: languageName: node linkType: hard -"@babel/helper-skip-transparent-expression-wrappers@npm:^7.16.0": - version: 7.16.0 - resolution: "@babel/helper-skip-transparent-expression-wrappers@npm:7.16.0" +"@babel/helper-simple-access@npm:^7.18.6": + version: 7.18.6 + resolution: "@babel/helper-simple-access@npm:7.18.6" dependencies: - "@babel/types": ^7.16.0 - checksum: b9ed2896eb253e6a85f472b0d4098ed80403758ad1a4e34b02b11e8276e3083297526758b1a3e6886e292987266f10622d7dbced3508cc22b296a74903b41cfb + "@babel/types": ^7.18.6 + checksum: 37cd36eef199e0517845763c1e6ff6ea5e7876d6d707a6f59c9267c547a50aa0e84260ba9285d49acfaf2cfa0a74a772d92967f32ac1024c961517d40b6c16a5 + languageName: node + linkType: hard + +"@babel/helper-skip-transparent-expression-wrappers@npm:^7.18.6": + version: 7.18.6 + resolution: "@babel/helper-skip-transparent-expression-wrappers@npm:7.18.6" + dependencies: + "@babel/types": ^7.18.6 + checksum: 069750f9690b2995617c42be4b7848a4490cd30f1edc72401d9d2ae362bc186d395b7d8c1e171c1b6c09751642ab1bba578cccf8c0dfc82b4541f8627965aea7 languageName: node linkType: hard @@ -354,6 +509,15 @@ __metadata: languageName: node linkType: hard +"@babel/helper-split-export-declaration@npm:^7.18.6": + version: 7.18.6 + resolution: "@babel/helper-split-export-declaration@npm:7.18.6" + dependencies: + "@babel/types": ^7.18.6 + checksum: c6d3dede53878f6be1d869e03e9ffbbb36f4897c7cc1527dc96c56d127d834ffe4520a6f7e467f5b6f3c2843ea0e81a7819d66ae02f707f6ac057f3d57943a2b + languageName: node + linkType: hard + "@babel/helper-validator-identifier@npm:^7.16.7": version: 7.16.7 resolution: "@babel/helper-validator-identifier@npm:7.16.7" @@ -361,6 +525,13 @@ __metadata: languageName: node linkType: hard +"@babel/helper-validator-identifier@npm:^7.18.6": + version: 7.18.6 + resolution: "@babel/helper-validator-identifier@npm:7.18.6" + checksum: e295254d616bbe26e48c196a198476ab4d42a73b90478c9842536cf910ead887f5af6b5c4df544d3052a25ccb3614866fa808dc1e3a5a4291acd444e243c0648 + languageName: node + linkType: hard + "@babel/helper-validator-option@npm:^7.16.7": version: 7.16.7 resolution: "@babel/helper-validator-option@npm:7.16.7" @@ -368,15 +539,22 @@ __metadata: languageName: node linkType: hard -"@babel/helper-wrap-function@npm:^7.16.8": - version: 7.16.8 - resolution: "@babel/helper-wrap-function@npm:7.16.8" +"@babel/helper-validator-option@npm:^7.18.6": + version: 7.18.6 + resolution: "@babel/helper-validator-option@npm:7.18.6" + checksum: f9cc6eb7cc5d759c5abf006402180f8d5e4251e9198197428a97e05d65eb2f8ae5a0ce73b1dfd2d35af41d0eb780627a64edf98a4e71f064eeeacef8de58f2cf + languageName: node + linkType: hard + +"@babel/helper-wrap-function@npm:^7.18.6": + version: 7.18.6 + resolution: "@babel/helper-wrap-function@npm:7.18.6" dependencies: - "@babel/helper-function-name": ^7.16.7 - "@babel/template": ^7.16.7 - "@babel/traverse": ^7.16.8 - "@babel/types": ^7.16.8 - checksum: d8aae4bacaf138d47dca1421ba82b41eac954cbb0ad17ab1c782825c6f2afe20076fbed926ab265967758336de5112d193a363128cd1c6967c66e0151174f797 + "@babel/helper-function-name": ^7.18.6 + "@babel/template": ^7.18.6 + "@babel/traverse": ^7.18.6 + "@babel/types": ^7.18.6 + checksum: b7a4f59b302ed77407e5c2005d8677ebdeabbfa69230e15f80b5e06cc532369c1e48399ec3e67dd3341e7ab9b3f84f17a255e2c1ec4e0d42bb571a4dac5472d6 languageName: node linkType: hard @@ -391,6 +569,17 @@ __metadata: languageName: node linkType: hard +"@babel/helpers@npm:^7.18.6": + version: 7.18.6 + resolution: "@babel/helpers@npm:7.18.6" + dependencies: + "@babel/template": ^7.18.6 + "@babel/traverse": ^7.18.6 + "@babel/types": ^7.18.6 + checksum: 5dea4fa53776703ae4190cacd3f81464e6e00cf0b6908ea9b0af2b3d9992153f3746dd8c33d22ec198f77a8eaf13a273d83cd8847f7aef983801e7bfafa856ec + languageName: node + linkType: hard + "@babel/highlight@npm:^7.16.7": version: 7.17.12 resolution: "@babel/highlight@npm:7.17.12" @@ -402,6 +591,17 @@ __metadata: languageName: node linkType: hard +"@babel/highlight@npm:^7.18.6": + version: 7.18.6 + resolution: "@babel/highlight@npm:7.18.6" + dependencies: + "@babel/helper-validator-identifier": ^7.18.6 + chalk: ^2.0.0 + js-tokens: ^4.0.0 + checksum: 92d8ee61549de5ff5120e945e774728e5ccd57fd3b2ed6eace020ec744823d4a98e242be1453d21764a30a14769ecd62170fba28539b211799bbaf232bbb2789 + languageName: node + linkType: hard + "@babel/parser@npm:^7.1.0, @babel/parser@npm:^7.14.7, @babel/parser@npm:^7.16.7, @babel/parser@npm:^7.18.5": version: 7.18.5 resolution: "@babel/parser@npm:7.18.5" @@ -411,207 +611,229 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@npm:^7.17.12": - version: 7.17.12 - resolution: "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@npm:7.17.12" +"@babel/parser@npm:^7.18.6": + version: 7.18.6 + resolution: "@babel/parser@npm:7.18.6" + bin: + parser: ./bin/babel-parser.js + checksum: 533ffc26667b7e2e0d87ae11368d90b6a3a468734d6dfe9c4697c24f48373cf9cc35ee08e416728f087fc56531b68022f752097941feddc60e0223d69a4d4cad + languageName: node + linkType: hard + +"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@npm:^7.18.6": + version: 7.18.6 + resolution: "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@npm:7.18.6" dependencies: - "@babel/helper-plugin-utils": ^7.17.12 + "@babel/helper-plugin-utils": ^7.18.6 peerDependencies: "@babel/core": ^7.0.0 - checksum: 6ef739b3a2b0ac0b22b60ff472c118163ceb8d414dd08c8186cc563fddc2be62ad4d8681e02074a1c7f0056a72e7146493a85d12ded02e50904b0009ed85d8bf + checksum: 845bd280c55a6a91d232cfa54eaf9708ec71e594676fe705794f494bb8b711d833b752b59d1a5c154695225880c23dbc9cab0e53af16fd57807976cd3ff41b8d languageName: node linkType: hard -"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@npm:^7.17.12": - version: 7.17.12 - resolution: "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@npm:7.17.12" +"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@npm:^7.18.6": + version: 7.18.6 + resolution: "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@npm:7.18.6" dependencies: - "@babel/helper-plugin-utils": ^7.17.12 - "@babel/helper-skip-transparent-expression-wrappers": ^7.16.0 - "@babel/plugin-proposal-optional-chaining": ^7.17.12 + "@babel/helper-plugin-utils": ^7.18.6 + "@babel/helper-skip-transparent-expression-wrappers": ^7.18.6 + "@babel/plugin-proposal-optional-chaining": ^7.18.6 peerDependencies: "@babel/core": ^7.13.0 - checksum: 68520a8f26e56bc8d90c22133537a9819e82598e3c82007f30bdaf8898b0e12a7bfa0cd3044aca35a7f362fd6bc04e4cd8052a571fc2eb40ad8f1cf24e0fc45f + checksum: 0f0057cd12e98e297fd952c9cfdbffe5e34813f1b302e941fc212ca2a7b183ec2a227a1c49e104bbda528a4da6be03dbfb6e0d275d9572fb16b6ac5cda09fcd7 languageName: node linkType: hard -"@babel/plugin-proposal-async-generator-functions@npm:^7.17.12": - version: 7.17.12 - resolution: "@babel/plugin-proposal-async-generator-functions@npm:7.17.12" +"@babel/plugin-proposal-async-generator-functions@npm:^7.18.6": + version: 7.18.6 + resolution: "@babel/plugin-proposal-async-generator-functions@npm:7.18.6" dependencies: - "@babel/helper-plugin-utils": ^7.17.12 - "@babel/helper-remap-async-to-generator": ^7.16.8 + "@babel/helper-environment-visitor": ^7.18.6 + "@babel/helper-plugin-utils": ^7.18.6 + "@babel/helper-remap-async-to-generator": ^7.18.6 "@babel/plugin-syntax-async-generators": ^7.8.4 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 16a3c7f68a27031b4973b7c64ca009873c91b91afd7b3a4694ec7f1c6d8e91a6ee142eafd950113810fae122faa1031de71140333b2b1bd03d5367b1a05b1d91 + checksum: 3f708808ba6f8a9bd18805b1b22ab90ec0b362d949111a776e0bade5391f143f55479dcc444b2cec25fc89ac21035ee92e9a5ec37c02c610639197a0c2f7dcb0 languageName: node linkType: hard -"@babel/plugin-proposal-class-properties@npm:^7.17.12": - version: 7.17.12 - resolution: "@babel/plugin-proposal-class-properties@npm:7.17.12" +"@babel/plugin-proposal-class-properties@npm:^7.18.6": + version: 7.18.6 + resolution: "@babel/plugin-proposal-class-properties@npm:7.18.6" dependencies: - "@babel/helper-create-class-features-plugin": ^7.17.12 - "@babel/helper-plugin-utils": ^7.17.12 + "@babel/helper-create-class-features-plugin": ^7.18.6 + "@babel/helper-plugin-utils": ^7.18.6 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 884df6a4617a18cdc2a630096b2a10954bcc94757c893bb01abd6702fdc73343ca5c611f4884c4634e0608f5e86c3093ea6b973ce00bf21b248ba54de92c837d + checksum: 49a78a2773ec0db56e915d9797e44fd079ab8a9b2e1716e0df07c92532f2c65d76aeda9543883916b8e0ff13606afeffa67c5b93d05b607bc87653ad18a91422 languageName: node linkType: hard -"@babel/plugin-proposal-class-static-block@npm:^7.18.0": - version: 7.18.0 - resolution: "@babel/plugin-proposal-class-static-block@npm:7.18.0" +"@babel/plugin-proposal-class-static-block@npm:^7.18.6": + version: 7.18.6 + resolution: "@babel/plugin-proposal-class-static-block@npm:7.18.6" dependencies: - "@babel/helper-create-class-features-plugin": ^7.18.0 - "@babel/helper-plugin-utils": ^7.17.12 + "@babel/helper-create-class-features-plugin": ^7.18.6 + "@babel/helper-plugin-utils": ^7.18.6 "@babel/plugin-syntax-class-static-block": ^7.14.5 peerDependencies: "@babel/core": ^7.12.0 - checksum: 70fd622fd7c62cca2aa99c70532766340a5c30105e35cb3f1187b450580d43adc78b3fcb1142ed339bcfccf84be95ea03407adf467331b318ce6874432736c89 + checksum: b8d7ae99ed5ad784f39e7820e3ac03841f91d6ed60ab4a98c61d6112253da36013e12807bae4ffed0ef3cb318e47debac112ed614e03b403fb8b075b09a828ee languageName: node linkType: hard -"@babel/plugin-proposal-dynamic-import@npm:^7.16.7": - version: 7.16.7 - resolution: "@babel/plugin-proposal-dynamic-import@npm:7.16.7" +"@babel/plugin-proposal-dynamic-import@npm:^7.18.6": + version: 7.18.6 + resolution: "@babel/plugin-proposal-dynamic-import@npm:7.18.6" dependencies: - "@babel/helper-plugin-utils": ^7.16.7 + "@babel/helper-plugin-utils": ^7.18.6 "@babel/plugin-syntax-dynamic-import": ^7.8.3 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 5992012484fb8bda1451369350e475091954ed414dd9ef8654a3c4daa2db0205d4f29c94f5d3dedfbc5a434996375c8304586904337d6af938ac0f27a0033e23 + checksum: 96b1c8a8ad8171d39e9ab106be33bde37ae09b22fb2c449afee9a5edf3c537933d79d963dcdc2694d10677cb96da739cdf1b53454e6a5deab9801f28a818bb2f languageName: node linkType: hard -"@babel/plugin-proposal-export-namespace-from@npm:^7.17.12": - version: 7.17.12 - resolution: "@babel/plugin-proposal-export-namespace-from@npm:7.17.12" +"@babel/plugin-proposal-export-namespace-from@npm:^7.18.6": + version: 7.18.6 + resolution: "@babel/plugin-proposal-export-namespace-from@npm:7.18.6" dependencies: - "@babel/helper-plugin-utils": ^7.17.12 + "@babel/helper-plugin-utils": ^7.18.6 "@babel/plugin-syntax-export-namespace-from": ^7.8.3 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 41c9cd4c0a5629b65725d2554867c15b199f534cea5538bd1ae379c0d13e7206d8590e23b23cb05a8b243e33e6eb88c1de3fd03a55cdbc6d4cf8634a6bebe43d + checksum: 3227307e1155e8434825c02fb2e4e91e590aeb629ce6ce23e4fe869d0018a144c4674bf98863e1bb6d4e4a6f831e686ae43f46a87894e4286e31e6492a5571eb languageName: node linkType: hard -"@babel/plugin-proposal-json-strings@npm:^7.17.12": - version: 7.17.12 - resolution: "@babel/plugin-proposal-json-strings@npm:7.17.12" +"@babel/plugin-proposal-json-strings@npm:^7.18.6": + version: 7.18.6 + resolution: "@babel/plugin-proposal-json-strings@npm:7.18.6" dependencies: - "@babel/helper-plugin-utils": ^7.17.12 + "@babel/helper-plugin-utils": ^7.18.6 "@babel/plugin-syntax-json-strings": ^7.8.3 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 8ed4ee3fbc28e44fac17c48bd95b5b8c3ffc852053a9fffd36ab498ec0b0ba069b8b2f5658edc18332748948433b9d3e1e376f564a1d65cb54592ba9943be09b + checksum: 25ba0e6b9d6115174f51f7c6787e96214c90dd4026e266976b248a2ed417fe50fddae72843ffb3cbe324014a18632ce5648dfac77f089da858022b49fd608cb3 languageName: node linkType: hard -"@babel/plugin-proposal-logical-assignment-operators@npm:^7.17.12": - version: 7.17.12 - resolution: "@babel/plugin-proposal-logical-assignment-operators@npm:7.17.12" +"@babel/plugin-proposal-logical-assignment-operators@npm:^7.18.6": + version: 7.18.6 + resolution: "@babel/plugin-proposal-logical-assignment-operators@npm:7.18.6" dependencies: - "@babel/helper-plugin-utils": ^7.17.12 + "@babel/helper-plugin-utils": ^7.18.6 "@babel/plugin-syntax-logical-assignment-operators": ^7.10.4 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 0d48451836219b7beeca4be22a8aeb4a177a4944be4727afb94a4a11f201dde8b0b186dd2ad65b537d61e9af3fa1afda734f7096bec8602debd76d07aa342e21 + checksum: 4fe0a0d6739da6b1929f5015846e1de3b72d7dd07c665975ca795850ad7d048f8a0756c057a4cd1d71080384ad6283c30fcc239393da6848eabc38e38d3206c5 languageName: node linkType: hard -"@babel/plugin-proposal-nullish-coalescing-operator@npm:^7.17.12": - version: 7.17.12 - resolution: "@babel/plugin-proposal-nullish-coalescing-operator@npm:7.17.12" +"@babel/plugin-proposal-nullish-coalescing-operator@npm:^7.18.6": + version: 7.18.6 + resolution: "@babel/plugin-proposal-nullish-coalescing-operator@npm:7.18.6" dependencies: - "@babel/helper-plugin-utils": ^7.17.12 + "@babel/helper-plugin-utils": ^7.18.6 "@babel/plugin-syntax-nullish-coalescing-operator": ^7.8.3 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 7881d8005d0d4e17a94f3bfbfa4a0d8af016d2f62ed90912fabb8c5f8f0cc0a15fd412f09c230984c40b5c893086987d403c73198ef388ffcb3726ff72efc009 + checksum: 949c9ddcdecdaec766ee610ef98f965f928ccc0361dd87cf9f88cf4896a6ccd62fce063d4494778e50da99dea63d270a1be574a62d6ab81cbe9d85884bf55a7d languageName: node linkType: hard -"@babel/plugin-proposal-numeric-separator@npm:^7.16.7": - version: 7.16.7 - resolution: "@babel/plugin-proposal-numeric-separator@npm:7.16.7" +"@babel/plugin-proposal-numeric-separator@npm:^7.18.6": + version: 7.18.6 + resolution: "@babel/plugin-proposal-numeric-separator@npm:7.18.6" dependencies: - "@babel/helper-plugin-utils": ^7.16.7 + "@babel/helper-plugin-utils": ^7.18.6 "@babel/plugin-syntax-numeric-separator": ^7.10.4 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 8e2fb0b32845908c67f80bc637a0968e28a66727d7ffb22b9c801dc355d88e865dc24aec586b00c922c23833ae5d26301b443b53609ea73d8344733cd48a1eca + checksum: f370ea584c55bf4040e1f78c80b4eeb1ce2e6aaa74f87d1a48266493c33931d0b6222d8cee3a082383d6bb648ab8d6b7147a06f974d3296ef3bc39c7851683ec languageName: node linkType: hard -"@babel/plugin-proposal-object-rest-spread@npm:^7.18.0": - version: 7.18.0 - resolution: "@babel/plugin-proposal-object-rest-spread@npm:7.18.0" +"@babel/plugin-proposal-object-rest-spread@npm:^7.18.6": + version: 7.18.6 + resolution: "@babel/plugin-proposal-object-rest-spread@npm:7.18.6" dependencies: - "@babel/compat-data": ^7.17.10 - "@babel/helper-compilation-targets": ^7.17.10 - "@babel/helper-plugin-utils": ^7.17.12 + "@babel/compat-data": ^7.18.6 + "@babel/helper-compilation-targets": ^7.18.6 + "@babel/helper-plugin-utils": ^7.18.6 "@babel/plugin-syntax-object-rest-spread": ^7.8.3 - "@babel/plugin-transform-parameters": ^7.17.12 + "@babel/plugin-transform-parameters": ^7.18.6 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 2b49bcf9a6b11fd8b6a1d4962a64f3c846a63f8340eca9824c907f75bfcff7422ca35b135607fc3ef2d4e7e77ce6b6d955b772dc3c1c39f7ed24a0d8a560ec78 + checksum: 9b7516bad285a8706beb5e619cf505364bfbe79e219ae86d2139b32010d238d146301c1424488926a57f6d729556e21cfccab29f28c26ecd0dda05e53d7160b1 languageName: node linkType: hard -"@babel/plugin-proposal-optional-catch-binding@npm:^7.16.7": - version: 7.16.7 - resolution: "@babel/plugin-proposal-optional-catch-binding@npm:7.16.7" +"@babel/plugin-proposal-optional-catch-binding@npm:^7.18.6": + version: 7.18.6 + resolution: "@babel/plugin-proposal-optional-catch-binding@npm:7.18.6" dependencies: - "@babel/helper-plugin-utils": ^7.16.7 + "@babel/helper-plugin-utils": ^7.18.6 "@babel/plugin-syntax-optional-catch-binding": ^7.8.3 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 4a422bb19a23cf80a245c60bea7adbe5dac8ff3bc1a62f05d7155e1eb68d401b13339c94dfd1f3d272972feeb45746f30d52ca0f8d5c63edf6891340878403df + checksum: 7b5b39fb5d8d6d14faad6cb68ece5eeb2fd550fb66b5af7d7582402f974f5bc3684641f7c192a5a57e0f59acfae4aada6786be1eba030881ddc590666eff4d1e languageName: node linkType: hard -"@babel/plugin-proposal-optional-chaining@npm:^7.17.12": - version: 7.17.12 - resolution: "@babel/plugin-proposal-optional-chaining@npm:7.17.12" +"@babel/plugin-proposal-optional-chaining@npm:^7.18.6": + version: 7.18.6 + resolution: "@babel/plugin-proposal-optional-chaining@npm:7.18.6" dependencies: - "@babel/helper-plugin-utils": ^7.17.12 - "@babel/helper-skip-transparent-expression-wrappers": ^7.16.0 + "@babel/helper-plugin-utils": ^7.18.6 + "@babel/helper-skip-transparent-expression-wrappers": ^7.18.6 "@babel/plugin-syntax-optional-chaining": ^7.8.3 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: a27b220573441a0ad3eecf8ddcb249556a64de45add236791d76cfa164a8fd34181857528fa7d21d03d6b004e7c043bd929cce068e611ee1ac72aaf4d397aa12 + checksum: 9c3bf80cfb41ee53a2a5d0f316ef5d125bb0d400ede1ee1a68a9b7dfc998036cca20c3901cb5c9e24fdd9f08c0056030e042f4637bc9bbc36b682384b38e2d96 languageName: node linkType: hard -"@babel/plugin-proposal-private-methods@npm:^7.17.12": - version: 7.17.12 - resolution: "@babel/plugin-proposal-private-methods@npm:7.17.12" +"@babel/plugin-proposal-private-methods@npm:^7.18.6": + version: 7.18.6 + resolution: "@babel/plugin-proposal-private-methods@npm:7.18.6" dependencies: - "@babel/helper-create-class-features-plugin": ^7.17.12 - "@babel/helper-plugin-utils": ^7.17.12 + "@babel/helper-create-class-features-plugin": ^7.18.6 + "@babel/helper-plugin-utils": ^7.18.6 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: a1e5bd6a0a541af55d133d7bcf51ff8eb4ac7417a30f518c2f38107d7d033a3d5b7128ea5b3a910b458d7ceb296179b6ff9d972be60d1c686113d25fede8bed3 + checksum: 22d8502ee96bca99ad2c8393e8493e2b8d4507576dd054490fd8201a36824373440106f5b098b6d821b026c7e72b0424ff4aeca69ed5f42e48f029d3a156d5ad languageName: node linkType: hard -"@babel/plugin-proposal-private-property-in-object@npm:^7.17.12": - version: 7.17.12 - resolution: "@babel/plugin-proposal-private-property-in-object@npm:7.17.12" +"@babel/plugin-proposal-private-property-in-object@npm:^7.18.6": + version: 7.18.6 + resolution: "@babel/plugin-proposal-private-property-in-object@npm:7.18.6" dependencies: - "@babel/helper-annotate-as-pure": ^7.16.7 - "@babel/helper-create-class-features-plugin": ^7.17.12 - "@babel/helper-plugin-utils": ^7.17.12 + "@babel/helper-annotate-as-pure": ^7.18.6 + "@babel/helper-create-class-features-plugin": ^7.18.6 + "@babel/helper-plugin-utils": ^7.18.6 "@babel/plugin-syntax-private-property-in-object": ^7.14.5 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 056cb77994b2ee367301cdf8c5b7ed71faf26d60859bbba1368b342977481b0884712a1b97fbd9b091750162923d0265bf901119d46002775aa66e4a9f30f411 + checksum: c8e56a972930730345f39f2384916fd8e711b3f4b4eae2ca9740e99958980118120d5cc9b6ac150f0965a5a35f825910e2c3013d90be3e9993ab6111df444569 languageName: node linkType: hard -"@babel/plugin-proposal-unicode-property-regex@npm:^7.17.12, @babel/plugin-proposal-unicode-property-regex@npm:^7.4.4": +"@babel/plugin-proposal-unicode-property-regex@npm:^7.18.6": + version: 7.18.6 + resolution: "@babel/plugin-proposal-unicode-property-regex@npm:7.18.6" + dependencies: + "@babel/helper-create-regexp-features-plugin": ^7.18.6 + "@babel/helper-plugin-utils": ^7.18.6 + peerDependencies: + "@babel/core": ^7.0.0-0 + checksum: a8575ecb7ff24bf6c6e94808d5c84bb5a0c6dd7892b54f09f4646711ba0ee1e1668032b3c43e3e1dfec2c5716c302e851ac756c1645e15882d73df6ad21ae951 + languageName: node + linkType: hard + +"@babel/plugin-proposal-unicode-property-regex@npm:^7.4.4": version: 7.17.12 resolution: "@babel/plugin-proposal-unicode-property-regex@npm:7.17.12" dependencies: @@ -689,14 +911,14 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-syntax-import-assertions@npm:^7.17.12": - version: 7.17.12 - resolution: "@babel/plugin-syntax-import-assertions@npm:7.17.12" +"@babel/plugin-syntax-import-assertions@npm:^7.18.6": + version: 7.18.6 + resolution: "@babel/plugin-syntax-import-assertions@npm:7.18.6" dependencies: - "@babel/helper-plugin-utils": ^7.17.12 + "@babel/helper-plugin-utils": ^7.18.6 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: fef25c3247d18dc7b8e432ed07f4afb92d70113fcfc3db0ca52388f8083b4bd60f88fe9ec0085e8a5a6daf18a619042376e76e2b4bd9470cddb7362cd268bea5 + checksum: 54918a05375325ba0c60bc81abfb261e6f118bed2de94e4c17dca9a2006fc25e13b1a8b5504b9a881238ea394fd2f098f60b2eb3a392585d6348874565445e7b languageName: node linkType: hard @@ -722,7 +944,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-syntax-jsx@npm:^7.12.13, @babel/plugin-syntax-jsx@npm:^7.17.12": +"@babel/plugin-syntax-jsx@npm:^7.12.13": version: 7.17.12 resolution: "@babel/plugin-syntax-jsx@npm:7.17.12" dependencies: @@ -733,6 +955,17 @@ __metadata: languageName: node linkType: hard +"@babel/plugin-syntax-jsx@npm:^7.18.6": + version: 7.18.6 + resolution: "@babel/plugin-syntax-jsx@npm:7.18.6" + dependencies: + "@babel/helper-plugin-utils": ^7.18.6 + peerDependencies: + "@babel/core": ^7.0.0-0 + checksum: 6d37ea972970195f1ffe1a54745ce2ae456e0ac6145fae9aa1480f297248b262ea6ebb93010eddb86ebfacb94f57c05a1fc5d232b9a67325b09060299d515c67 + languageName: node + linkType: hard + "@babel/plugin-syntax-logical-assignment-operators@npm:^7.10.4, @babel/plugin-syntax-logical-assignment-operators@npm:^7.8.3": version: 7.10.4 resolution: "@babel/plugin-syntax-logical-assignment-operators@npm:7.10.4" @@ -821,7 +1054,18 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-syntax-typescript@npm:^7.17.12, @babel/plugin-syntax-typescript@npm:^7.7.2": +"@babel/plugin-syntax-typescript@npm:^7.18.6": + version: 7.18.6 + resolution: "@babel/plugin-syntax-typescript@npm:7.18.6" + dependencies: + "@babel/helper-plugin-utils": ^7.18.6 + peerDependencies: + "@babel/core": ^7.0.0-0 + checksum: 2cde73725ec51118ebf410bf02d78781c03fa4d3185993fcc9d253b97443381b621c44810084c5dd68b92eb8bdfae0e5b163e91b32bebbb33852383d1815c05d + languageName: node + linkType: hard + +"@babel/plugin-syntax-typescript@npm:^7.7.2": version: 7.17.12 resolution: "@babel/plugin-syntax-typescript@npm:7.17.12" dependencies: @@ -832,93 +1076,105 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-arrow-functions@npm:^7.17.12": - version: 7.17.12 - resolution: "@babel/plugin-transform-arrow-functions@npm:7.17.12" +"@babel/plugin-transform-arrow-functions@npm:^7.18.6": + version: 7.18.6 + resolution: "@babel/plugin-transform-arrow-functions@npm:7.18.6" dependencies: - "@babel/helper-plugin-utils": ^7.17.12 + "@babel/helper-plugin-utils": ^7.18.6 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 48f99e74f523641696d5d9fb3f5f02497eca2e97bc0e9b8230a47f388e37dc5fd84b8b29e9f5a0c82d63403f7ba5f085a28e26939678f6e917d5c01afd884b50 + checksum: 900f5c695755062b91eec74da6f9092f40b8fada099058b92576f1e23c55e9813ec437051893a9b3c05cefe39e8ac06303d4a91b384e1c03dd8dc1581ea11602 languageName: node linkType: hard -"@babel/plugin-transform-async-to-generator@npm:^7.17.12": - version: 7.17.12 - resolution: "@babel/plugin-transform-async-to-generator@npm:7.17.12" +"@babel/plugin-transform-async-to-generator@npm:^7.18.6": + version: 7.18.6 + resolution: "@babel/plugin-transform-async-to-generator@npm:7.18.6" dependencies: - "@babel/helper-module-imports": ^7.16.7 - "@babel/helper-plugin-utils": ^7.17.12 - "@babel/helper-remap-async-to-generator": ^7.16.8 + "@babel/helper-module-imports": ^7.18.6 + "@babel/helper-plugin-utils": ^7.18.6 + "@babel/helper-remap-async-to-generator": ^7.18.6 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 052dd56eb3b10bc31f5aaced0f75fc7307713f74049ccfb91cd087bebfc890a6d462b59445c5299faaca9030814172cac290c941c76b731a38dcb267377c9187 + checksum: c2cca47468cf1aeefdc7ec35d670e195c86cee4de28a1970648c46a88ce6bd1806ef0bab27251b9e7fb791bb28a64dcd543770efd899f28ee5f7854e64e873d3 languageName: node linkType: hard -"@babel/plugin-transform-block-scoped-functions@npm:^7.16.7": - version: 7.16.7 - resolution: "@babel/plugin-transform-block-scoped-functions@npm:7.16.7" +"@babel/plugin-transform-block-scoped-functions@npm:^7.18.6": + version: 7.18.6 + resolution: "@babel/plugin-transform-block-scoped-functions@npm:7.18.6" dependencies: - "@babel/helper-plugin-utils": ^7.16.7 + "@babel/helper-plugin-utils": ^7.18.6 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 591e9f75437bb32ebf9506d28d5c9659c66c0e8e0c19b12924d808d898e68309050aadb783ccd70bb4956555067326ecfa17a402bc77eb3ece3c6863d40b9016 + checksum: 0a0df61f94601e3666bf39f2cc26f5f7b22a94450fb93081edbed967bd752ce3f81d1227fefd3799f5ee2722171b5e28db61379234d1bb85b6ec689589f99d7e languageName: node linkType: hard -"@babel/plugin-transform-block-scoping@npm:^7.17.12": - version: 7.18.4 - resolution: "@babel/plugin-transform-block-scoping@npm:7.18.4" +"@babel/plugin-transform-block-scoping@npm:^7.18.6": + version: 7.18.6 + resolution: "@babel/plugin-transform-block-scoping@npm:7.18.6" dependencies: - "@babel/helper-plugin-utils": ^7.17.12 + "@babel/helper-plugin-utils": ^7.18.6 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 5fdc8fd2f56f43e275353123fa1cda3df475daf1e9d92c03d5aa1ae50d3a0ccabf80c6168356947d8eb8e6e29098c875bc27fda8c7d4fbca6ffc6eec5d5faa8d + checksum: b117a005a9d5aedacc4a899a4d504b7f46e4c1e852b62d34a7f1cb06caecb1f69507b6a07d0ba6c6241ddd8f470bc6f483513d87637e49f6c508aadf23cf391a languageName: node linkType: hard -"@babel/plugin-transform-classes@npm:^7.17.12": - version: 7.18.4 - resolution: "@babel/plugin-transform-classes@npm:7.18.4" +"@babel/plugin-transform-classes@npm:^7.18.6": + version: 7.18.6 + resolution: "@babel/plugin-transform-classes@npm:7.18.6" dependencies: - "@babel/helper-annotate-as-pure": ^7.16.7 - "@babel/helper-environment-visitor": ^7.18.2 - "@babel/helper-function-name": ^7.17.9 - "@babel/helper-optimise-call-expression": ^7.16.7 - "@babel/helper-plugin-utils": ^7.17.12 - "@babel/helper-replace-supers": ^7.18.2 - "@babel/helper-split-export-declaration": ^7.16.7 + "@babel/helper-annotate-as-pure": ^7.18.6 + "@babel/helper-environment-visitor": ^7.18.6 + "@babel/helper-function-name": ^7.18.6 + "@babel/helper-optimise-call-expression": ^7.18.6 + "@babel/helper-plugin-utils": ^7.18.6 + "@babel/helper-replace-supers": ^7.18.6 + "@babel/helper-split-export-declaration": ^7.18.6 globals: ^11.1.0 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 968711024c2ed1c08ced754243edde3a663ab40c414ca6fcad1a75f27789f3f52cc78fbafe21c6337c4c6a0dfbeddd1527caff1558ed477790b600a1e6f99cda + checksum: 661e37037912a25a77fe8bef7e9d480c24ff4ba4000a3137243b098c86cf5ddc970af66c5c245f828c7dcfafc24e80d260f31274e2f2d6dce49a0964a7648a0c languageName: node linkType: hard -"@babel/plugin-transform-computed-properties@npm:^7.17.12": - version: 7.17.12 - resolution: "@babel/plugin-transform-computed-properties@npm:7.17.12" +"@babel/plugin-transform-computed-properties@npm:^7.18.6": + version: 7.18.6 + resolution: "@babel/plugin-transform-computed-properties@npm:7.18.6" dependencies: - "@babel/helper-plugin-utils": ^7.17.12 + "@babel/helper-plugin-utils": ^7.18.6 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 5d05418617e0967bec4818556b7febb6f8c40813e32035f0bd6b7dbd7b9d63e9ab7c7c8fd7bd05bab2a599dad58e7b69957d9559b41079d112c219bbc3649aa1 + checksum: 686d7b9d03192959684de11ddf9c616ecfb314b199e9191f2ebbbfe0e0c9d6a3a5245668cde620e949e5891ca9a9d90a224fbf605dfb94d05b81aff127c5ae60 languageName: node linkType: hard -"@babel/plugin-transform-destructuring@npm:^7.18.0": - version: 7.18.0 - resolution: "@babel/plugin-transform-destructuring@npm:7.18.0" +"@babel/plugin-transform-destructuring@npm:^7.18.6": + version: 7.18.6 + resolution: "@babel/plugin-transform-destructuring@npm:7.18.6" dependencies: - "@babel/helper-plugin-utils": ^7.17.12 + "@babel/helper-plugin-utils": ^7.18.6 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: d85d60737c3b05c4db71bc94270e952122d360bd6ebf91b5f98cf16fb8564558b615d115354fe0ef41e2aae9c4540e6e16144284d881ecaef687693736cd2a79 + checksum: 256573bd2712e292784befb82fcb88b070c16b4d129469ea886885d8fbafdbb072c9fcf7f82039d2c61b05f2005db34e5068b2a6e813941c41ce709249f357c1 languageName: node linkType: hard -"@babel/plugin-transform-dotall-regex@npm:^7.16.7, @babel/plugin-transform-dotall-regex@npm:^7.4.4": +"@babel/plugin-transform-dotall-regex@npm:^7.18.6": + version: 7.18.6 + resolution: "@babel/plugin-transform-dotall-regex@npm:7.18.6" + dependencies: + "@babel/helper-create-regexp-features-plugin": ^7.18.6 + "@babel/helper-plugin-utils": ^7.18.6 + peerDependencies: + "@babel/core": ^7.0.0-0 + checksum: cbe5d7063eb8f8cca24cd4827bc97f5641166509e58781a5f8aa47fb3d2d786ce4506a30fca2e01f61f18792783a5cb5d96bf5434c3dd1ad0de8c9cc625a53da + languageName: node + linkType: hard + +"@babel/plugin-transform-dotall-regex@npm:^7.4.4": version: 7.16.7 resolution: "@babel/plugin-transform-dotall-regex@npm:7.16.7" dependencies: @@ -930,381 +1186,381 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-duplicate-keys@npm:^7.17.12": - version: 7.17.12 - resolution: "@babel/plugin-transform-duplicate-keys@npm:7.17.12" +"@babel/plugin-transform-duplicate-keys@npm:^7.18.6": + version: 7.18.6 + resolution: "@babel/plugin-transform-duplicate-keys@npm:7.18.6" dependencies: - "@babel/helper-plugin-utils": ^7.17.12 + "@babel/helper-plugin-utils": ^7.18.6 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: fb6ad550538830b0dc5b1b547734359f2d782209570e9d61fe9b84a6929af570fcc38ab579a67ee7cd6a832147db91a527f4cceb1248974f006fe815980816bb + checksum: c21797ae06e84e3d1502b1214279215e4dcb2e181198bfb9b1644e65ca0288441d3d70a9ea745f687095e9226b9a4a62b9e53fb944c8924b9591ce4e0039b042 languageName: node linkType: hard -"@babel/plugin-transform-exponentiation-operator@npm:^7.16.7": - version: 7.16.7 - resolution: "@babel/plugin-transform-exponentiation-operator@npm:7.16.7" +"@babel/plugin-transform-exponentiation-operator@npm:^7.18.6": + version: 7.18.6 + resolution: "@babel/plugin-transform-exponentiation-operator@npm:7.18.6" dependencies: - "@babel/helper-builder-binary-assignment-operator-visitor": ^7.16.7 - "@babel/helper-plugin-utils": ^7.16.7 + "@babel/helper-builder-binary-assignment-operator-visitor": ^7.18.6 + "@babel/helper-plugin-utils": ^7.18.6 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 8082c79268f5b1552292bd3abbfed838a1131747e62000146e70670707b518602e907bbe3aef0fda824a2eebe995a9d897bd2336a039c5391743df01608673b0 + checksum: 7f70222f6829c82a36005508d34ddbe6fd0974ae190683a8670dd6ff08669aaf51fef2209d7403f9bd543cb2d12b18458016c99a6ed0332ccedb3ea127b01229 languageName: node linkType: hard -"@babel/plugin-transform-for-of@npm:^7.18.1": - version: 7.18.1 - resolution: "@babel/plugin-transform-for-of@npm:7.18.1" +"@babel/plugin-transform-for-of@npm:^7.18.6": + version: 7.18.6 + resolution: "@babel/plugin-transform-for-of@npm:7.18.6" dependencies: - "@babel/helper-plugin-utils": ^7.17.12 + "@babel/helper-plugin-utils": ^7.18.6 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: cdc6e1f1170218cc6ac5b26b4b8f011ec5c36666101e00e0061aaa5772969b093bad5b2af8ce908c184126d5bb0c26b89dd4debb96b2375aba2e20e427a623a8 + checksum: fd92e18d6cd90063c4d5c7562d8b6ed1c7bd6c13a9451966ebfcc5f0f5645f306de615207322eafd06e297ea2339e28ba664e3ed276759dde8e14fbdce4cf108 languageName: node linkType: hard -"@babel/plugin-transform-function-name@npm:^7.16.7": - version: 7.16.7 - resolution: "@babel/plugin-transform-function-name@npm:7.16.7" +"@babel/plugin-transform-function-name@npm:^7.18.6": + version: 7.18.6 + resolution: "@babel/plugin-transform-function-name@npm:7.18.6" dependencies: - "@babel/helper-compilation-targets": ^7.16.7 - "@babel/helper-function-name": ^7.16.7 - "@babel/helper-plugin-utils": ^7.16.7 + "@babel/helper-compilation-targets": ^7.18.6 + "@babel/helper-function-name": ^7.18.6 + "@babel/helper-plugin-utils": ^7.18.6 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 4d97d0b84461cdd5d5aa2d010cdaf30f1f83a92a0dedd3686cbc7e90dc1249a70246f5bac0c1f3cd3f1dbfb03f7aac437776525a0c90cafd459776ea4fcc6bde + checksum: d15d36f52d11a1b6dde3cfc0975eb9c030d66207875a722860bc0637f7515f94107b35320306967faaaa896523097e8f5c3dd6982d926f52016525ceaa9e3e42 languageName: node linkType: hard -"@babel/plugin-transform-literals@npm:^7.17.12": - version: 7.17.12 - resolution: "@babel/plugin-transform-literals@npm:7.17.12" +"@babel/plugin-transform-literals@npm:^7.18.6": + version: 7.18.6 + resolution: "@babel/plugin-transform-literals@npm:7.18.6" dependencies: - "@babel/helper-plugin-utils": ^7.17.12 + "@babel/helper-plugin-utils": ^7.18.6 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 09280fc1ed23b81deafd4fcd7a35d6c0944668de2317f14c1b8b78c5c201f71a063bb8d174d2fc97d86df480ff23104c8919d3aacf19f33c2b5ada584203bf1c + checksum: 859e2405d51931c8c0ea39890c0bcf6c7c01793fe99409844fe122e4c342528f87cd13b8210dd2873ecf5c643149b310c4bc5eb9a4c45928de142063ab04b2b8 languageName: node linkType: hard -"@babel/plugin-transform-member-expression-literals@npm:^7.16.7": - version: 7.16.7 - resolution: "@babel/plugin-transform-member-expression-literals@npm:7.16.7" +"@babel/plugin-transform-member-expression-literals@npm:^7.18.6": + version: 7.18.6 + resolution: "@babel/plugin-transform-member-expression-literals@npm:7.18.6" dependencies: - "@babel/helper-plugin-utils": ^7.16.7 + "@babel/helper-plugin-utils": ^7.18.6 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: fdf5b22abab2b770e69348ce7f99796c3e0e1e7ce266afdbe995924284704930fa989323bdbda7070db8adb45a72f39eaa1dbebf18b67fc44035ec00c6ae3300 + checksum: 35a3d04f6693bc6b298c05453d85ee6e41cc806538acb6928427e0e97ae06059f97d2f07d21495fcf5f70d3c13a242e2ecbd09d5c1fcb1b1a73ff528dcb0b695 languageName: node linkType: hard -"@babel/plugin-transform-modules-amd@npm:^7.18.0": - version: 7.18.0 - resolution: "@babel/plugin-transform-modules-amd@npm:7.18.0" +"@babel/plugin-transform-modules-amd@npm:^7.18.6": + version: 7.18.6 + resolution: "@babel/plugin-transform-modules-amd@npm:7.18.6" dependencies: - "@babel/helper-module-transforms": ^7.18.0 - "@babel/helper-plugin-utils": ^7.17.12 + "@babel/helper-module-transforms": ^7.18.6 + "@babel/helper-plugin-utils": ^7.18.6 babel-plugin-dynamic-import-node: ^2.3.3 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: bed3ff5cd81f236981360fc4a6fd2262685c1202772c657ce3ab95b7930437f8fa22361021b481c977b6f47988dfcc07c7782a1c91b90d3a5552c91401f4631a + checksum: f60c4c4e0eaec41e42c003cbab44305da7a8e05b2c9bdfc2b3fe0f9e1d7441c959ff5248aa03e350abe530e354028cbf3aa20bf07067b11510997dad8dd39be0 languageName: node linkType: hard -"@babel/plugin-transform-modules-commonjs@npm:^7.18.2": - version: 7.18.2 - resolution: "@babel/plugin-transform-modules-commonjs@npm:7.18.2" +"@babel/plugin-transform-modules-commonjs@npm:^7.18.6": + version: 7.18.6 + resolution: "@babel/plugin-transform-modules-commonjs@npm:7.18.6" dependencies: - "@babel/helper-module-transforms": ^7.18.0 - "@babel/helper-plugin-utils": ^7.17.12 - "@babel/helper-simple-access": ^7.18.2 + "@babel/helper-module-transforms": ^7.18.6 + "@babel/helper-plugin-utils": ^7.18.6 + "@babel/helper-simple-access": ^7.18.6 babel-plugin-dynamic-import-node: ^2.3.3 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 99c1c5ce9c353e29eb680ebb5bdf27c076c6403e133a066999298de642423cc7f38cfbac02372d33ed73278da13be23c4be7d60169c3e27bd900a373e61a599a + checksum: 7e356e3df8a6a8542cced7491ec5b1cc1093a88d216a59e63a5d2b9fe9d193cbea864f680a41429e41a4f9ecec930aa5b0b8f57e2b17b3b4d27923bb12ba5d14 languageName: node linkType: hard -"@babel/plugin-transform-modules-systemjs@npm:^7.18.0": - version: 7.18.5 - resolution: "@babel/plugin-transform-modules-systemjs@npm:7.18.5" +"@babel/plugin-transform-modules-systemjs@npm:^7.18.6": + version: 7.18.6 + resolution: "@babel/plugin-transform-modules-systemjs@npm:7.18.6" dependencies: - "@babel/helper-hoist-variables": ^7.16.7 - "@babel/helper-module-transforms": ^7.18.0 - "@babel/helper-plugin-utils": ^7.17.12 - "@babel/helper-validator-identifier": ^7.16.7 + "@babel/helper-hoist-variables": ^7.18.6 + "@babel/helper-module-transforms": ^7.18.6 + "@babel/helper-plugin-utils": ^7.18.6 + "@babel/helper-validator-identifier": ^7.18.6 babel-plugin-dynamic-import-node: ^2.3.3 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 393c14f3258350e6b190bcaead3b30a8fbe12d54b7f52b21db305ae471be4c55709b577cb10343f4e89c613d6dbfda3bd2659f9969fb3eb308e001b9d3edc31c + checksum: 69e476477fe4c18a5975aa683684b2db76c76013d2387110ffc7b221071ec611cd3961b68631bdae7a57cb5cc0decdbb07119ef168e9dcdae9ba803a7b352ab0 languageName: node linkType: hard -"@babel/plugin-transform-modules-umd@npm:^7.18.0": - version: 7.18.0 - resolution: "@babel/plugin-transform-modules-umd@npm:7.18.0" +"@babel/plugin-transform-modules-umd@npm:^7.18.6": + version: 7.18.6 + resolution: "@babel/plugin-transform-modules-umd@npm:7.18.6" dependencies: - "@babel/helper-module-transforms": ^7.18.0 - "@babel/helper-plugin-utils": ^7.17.12 + "@babel/helper-module-transforms": ^7.18.6 + "@babel/helper-plugin-utils": ^7.18.6 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 4081a79cfd4c6fda785c2137f9f2721e35c06a9d2f23c304172838d12e9317a24d3cb5b652a9db61e58319b370c57b1b44991429efe709679f98e114d98597fb + checksum: c3b6796c6f4579f1ba5ab0cdcc73910c1e9c8e1e773c507c8bb4da33072b3ae5df73c6d68f9126dab6e99c24ea8571e1563f8710d7c421fac1cde1e434c20153 languageName: node linkType: hard -"@babel/plugin-transform-named-capturing-groups-regex@npm:^7.17.12": - version: 7.17.12 - resolution: "@babel/plugin-transform-named-capturing-groups-regex@npm:7.17.12" +"@babel/plugin-transform-named-capturing-groups-regex@npm:^7.18.6": + version: 7.18.6 + resolution: "@babel/plugin-transform-named-capturing-groups-regex@npm:7.18.6" dependencies: - "@babel/helper-create-regexp-features-plugin": ^7.17.12 - "@babel/helper-plugin-utils": ^7.17.12 + "@babel/helper-create-regexp-features-plugin": ^7.18.6 + "@babel/helper-plugin-utils": ^7.18.6 peerDependencies: "@babel/core": ^7.0.0 - checksum: cff9d91d0abd87871da6574583e79093ed75d5faecea45b6a13350ba243b1a595d349a6e7d906f5dfdf6c69c643cba9df662c3d01eaa187c5b1a01cb5838e848 + checksum: 6ef64aa3dad68df139eeaa7b6e9bb626be8f738ed5ed4db765d516944b1456d513b6bad3bb60fff22babe73de26436fd814a4228705b2d3d2fdb272c31da35e2 languageName: node linkType: hard -"@babel/plugin-transform-new-target@npm:^7.17.12": - version: 7.18.5 - resolution: "@babel/plugin-transform-new-target@npm:7.18.5" +"@babel/plugin-transform-new-target@npm:^7.18.6": + version: 7.18.6 + resolution: "@babel/plugin-transform-new-target@npm:7.18.6" dependencies: - "@babel/helper-plugin-utils": ^7.17.12 + "@babel/helper-plugin-utils": ^7.18.6 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 8c6d1c1ba765bae9a42e94561784d6f18069d1042521a225dd2a0c5d355a74ea3ee709e979d89125721318ccf106240dbb1d2aff6d13267c181298844eaccbdb + checksum: bd780e14f46af55d0ae8503b3cb81ca86dcc73ed782f177e74f498fff934754f9e9911df1f8f3bd123777eed7c1c1af4d66abab87c8daae5403e7719a6b845d1 languageName: node linkType: hard -"@babel/plugin-transform-object-super@npm:^7.16.7": - version: 7.16.7 - resolution: "@babel/plugin-transform-object-super@npm:7.16.7" +"@babel/plugin-transform-object-super@npm:^7.18.6": + version: 7.18.6 + resolution: "@babel/plugin-transform-object-super@npm:7.18.6" dependencies: - "@babel/helper-plugin-utils": ^7.16.7 - "@babel/helper-replace-supers": ^7.16.7 + "@babel/helper-plugin-utils": ^7.18.6 + "@babel/helper-replace-supers": ^7.18.6 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 46e3c879f4a93e904f2ecf83233d40c48c832bdbd82a67cab1f432db9aa51702e40d9e51e5800613e12299974f90f4ed3869e1273dbca8642984266320c5f341 + checksum: 0fcb04e15deea96ae047c21cb403607d49f06b23b4589055993365ebd7a7d7541334f06bf9642e90075e66efce6ebaf1eb0ef066fbbab802d21d714f1aac3aef languageName: node linkType: hard -"@babel/plugin-transform-parameters@npm:^7.17.12": - version: 7.17.12 - resolution: "@babel/plugin-transform-parameters@npm:7.17.12" +"@babel/plugin-transform-parameters@npm:^7.18.6": + version: 7.18.6 + resolution: "@babel/plugin-transform-parameters@npm:7.18.6" dependencies: - "@babel/helper-plugin-utils": ^7.17.12 + "@babel/helper-plugin-utils": ^7.18.6 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: d9ed5ec61dc460835bade8fa710b42ec9f207bd448ead7e8abd46b87db0afedbb3f51284700fd2a6892fdf6544ec9b949c505c6542c5ba0a41ca4e8749af00f0 + checksum: 35bfdf5b2e7f4c10b68aff317b6d47cc5b2261b85158f427696e1ce17f3da466a098ad4e57dc3deb4e7b349994313cfe459d42ecd5f4028989bcc710e62ed709 languageName: node linkType: hard -"@babel/plugin-transform-property-literals@npm:^7.16.7": - version: 7.16.7 - resolution: "@babel/plugin-transform-property-literals@npm:7.16.7" +"@babel/plugin-transform-property-literals@npm:^7.18.6": + version: 7.18.6 + resolution: "@babel/plugin-transform-property-literals@npm:7.18.6" dependencies: - "@babel/helper-plugin-utils": ^7.16.7 + "@babel/helper-plugin-utils": ^7.18.6 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: b5674458991a9b0e8738989d70faa88c7f98ed3df923c119f1225069eed72fe5e0ce947b1adc91e378f5822fbdeb7a672f496fd1c75c4babcc88169e3a7c3229 + checksum: 1c16e64de554703f4b547541de2edda6c01346dd3031d4d29e881aa7733785cd26d53611a4ccf5353f4d3e69097bb0111c0a93ace9e683edd94fea28c4484144 languageName: node linkType: hard -"@babel/plugin-transform-react-display-name@npm:^7.16.7": - version: 7.16.7 - resolution: "@babel/plugin-transform-react-display-name@npm:7.16.7" +"@babel/plugin-transform-react-display-name@npm:^7.18.6": + version: 7.18.6 + resolution: "@babel/plugin-transform-react-display-name@npm:7.18.6" dependencies: - "@babel/helper-plugin-utils": ^7.16.7 + "@babel/helper-plugin-utils": ^7.18.6 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 483154413671ab0a25ae37520b7cf5bfab0958c484a3707c6799b1f1436d1e51481bcc03fbfcdbf90bf6b46818d931ae35e515141d8354c3287351b4467376ba + checksum: 51c087ab9e41ef71a29335587da28417536c6f816c292e092ffc0e0985d2f032656801d4dd502213ce32481f4ba6c69402993ffa67f0818a07606ff811e4be49 languageName: node linkType: hard -"@babel/plugin-transform-react-jsx-development@npm:^7.16.7": - version: 7.16.7 - resolution: "@babel/plugin-transform-react-jsx-development@npm:7.16.7" +"@babel/plugin-transform-react-jsx-development@npm:^7.18.6": + version: 7.18.6 + resolution: "@babel/plugin-transform-react-jsx-development@npm:7.18.6" dependencies: - "@babel/plugin-transform-react-jsx": ^7.16.7 + "@babel/plugin-transform-react-jsx": ^7.18.6 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 697c71cb0ac9647a9b8c6f1aca99767cf06197f6c0b5d1f2e0c01f641e0706a380779f06836fdb941d3aa171f868091270fbe9fcfbfbcc2a24df5e60e04545e8 + checksum: ec9fa65db66f938b75c45e99584367779ac3e0af8afc589187262e1337c7c4205ea312877813ae4df9fb93d766627b8968d74ac2ba702e4883b1dbbe4953ecee languageName: node linkType: hard -"@babel/plugin-transform-react-jsx@npm:^7.16.7, @babel/plugin-transform-react-jsx@npm:^7.17.12": - version: 7.17.12 - resolution: "@babel/plugin-transform-react-jsx@npm:7.17.12" +"@babel/plugin-transform-react-jsx@npm:^7.18.6": + version: 7.18.6 + resolution: "@babel/plugin-transform-react-jsx@npm:7.18.6" dependencies: - "@babel/helper-annotate-as-pure": ^7.16.7 - "@babel/helper-module-imports": ^7.16.7 - "@babel/helper-plugin-utils": ^7.17.12 - "@babel/plugin-syntax-jsx": ^7.17.12 - "@babel/types": ^7.17.12 + "@babel/helper-annotate-as-pure": ^7.18.6 + "@babel/helper-module-imports": ^7.18.6 + "@babel/helper-plugin-utils": ^7.18.6 + "@babel/plugin-syntax-jsx": ^7.18.6 + "@babel/types": ^7.18.6 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 02e9974d14821173bb8e84db4bdfccd546bfdbf445d91d6345f953591f16306cf5741861d72e0d0910f3ffa7d4084fafed99cedf736e7ba8bed0cf64320c2ea6 + checksum: 46129eaf1ab7a7a73e3e8c9d9859b630f5b381c5e19fb1559e2db7b943a7825b6715ad950623fb03fe7bd31ed618ce1d0bd539b13fa030a50c39d5a873a5ba00 languageName: node linkType: hard -"@babel/plugin-transform-react-pure-annotations@npm:^7.16.7": - version: 7.18.0 - resolution: "@babel/plugin-transform-react-pure-annotations@npm:7.18.0" +"@babel/plugin-transform-react-pure-annotations@npm:^7.18.6": + version: 7.18.6 + resolution: "@babel/plugin-transform-react-pure-annotations@npm:7.18.6" dependencies: - "@babel/helper-annotate-as-pure": ^7.16.7 - "@babel/helper-plugin-utils": ^7.17.12 + "@babel/helper-annotate-as-pure": ^7.18.6 + "@babel/helper-plugin-utils": ^7.18.6 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 908b2ee74a13eb16455f77c14ad7ffb1c2c0c44f5e34b05541e82634c56b405d2589b574fbb734edb2012e3dd1b16edbe9d7e80626886108088b4f07f27a231b + checksum: 97c4873d409088f437f9084d084615948198dd87fc6723ada0e7e29c5a03623c2f3e03df3f52e7e7d4d23be32a08ea00818bff302812e48713c706713bd06219 languageName: node linkType: hard -"@babel/plugin-transform-regenerator@npm:^7.18.0": - version: 7.18.0 - resolution: "@babel/plugin-transform-regenerator@npm:7.18.0" +"@babel/plugin-transform-regenerator@npm:^7.18.6": + version: 7.18.6 + resolution: "@babel/plugin-transform-regenerator@npm:7.18.6" dependencies: - "@babel/helper-plugin-utils": ^7.17.12 + "@babel/helper-plugin-utils": ^7.18.6 regenerator-transform: ^0.15.0 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: ebacf2bbe9e2fb6f2bd7996e19b41bfc9848628950ae06a1a832802a0b8e32a32003c6b89318da6ca521f79045c91324dcb4c97247ed56f86fa58d7401a7316f + checksum: 60bd482cb0343c714f85c3e19a13b3b5fa05ee336c079974091c0b35e263307f4e661f4555dff90707a87d5efe19b1d51835db44455405444ac1813e268ad750 languageName: node linkType: hard -"@babel/plugin-transform-reserved-words@npm:^7.17.12": - version: 7.17.12 - resolution: "@babel/plugin-transform-reserved-words@npm:7.17.12" +"@babel/plugin-transform-reserved-words@npm:^7.18.6": + version: 7.18.6 + resolution: "@babel/plugin-transform-reserved-words@npm:7.18.6" dependencies: - "@babel/helper-plugin-utils": ^7.17.12 + "@babel/helper-plugin-utils": ^7.18.6 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: d8a617cb79ca5852ac2736a9f81c15a3b0760919720c3b9069a864e2288006ebcaab557dbb36a3eba936defd6699f82e3bf894915925aa9185f5d9bcbf3b29fd + checksum: 0738cdc30abdae07c8ec4b233b30c31f68b3ff0eaa40eddb45ae607c066127f5fa99ddad3c0177d8e2832e3a7d3ad115775c62b431ebd6189c40a951b867a80c languageName: node linkType: hard -"@babel/plugin-transform-shorthand-properties@npm:^7.16.7": - version: 7.16.7 - resolution: "@babel/plugin-transform-shorthand-properties@npm:7.16.7" +"@babel/plugin-transform-shorthand-properties@npm:^7.18.6": + version: 7.18.6 + resolution: "@babel/plugin-transform-shorthand-properties@npm:7.18.6" dependencies: - "@babel/helper-plugin-utils": ^7.16.7 + "@babel/helper-plugin-utils": ^7.18.6 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: ca381ecf8f48696512172deca40af46b1f64e3497186fdc2c9009286d8f06b468c4d61cdc392dc8b0c165298117dda67be9e2ff0e99d7691b0503f1240d4c62b + checksum: b8e4e8acc2700d1e0d7d5dbfd4fdfb935651913de6be36e6afb7e739d8f9ca539a5150075a0f9b79c88be25ddf45abb912fe7abf525f0b80f5b9d9860de685d7 languageName: node linkType: hard -"@babel/plugin-transform-spread@npm:^7.17.12": - version: 7.17.12 - resolution: "@babel/plugin-transform-spread@npm:7.17.12" +"@babel/plugin-transform-spread@npm:^7.18.6": + version: 7.18.6 + resolution: "@babel/plugin-transform-spread@npm:7.18.6" dependencies: - "@babel/helper-plugin-utils": ^7.17.12 - "@babel/helper-skip-transparent-expression-wrappers": ^7.16.0 + "@babel/helper-plugin-utils": ^7.18.6 + "@babel/helper-skip-transparent-expression-wrappers": ^7.18.6 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 3a95e4f163d598c0efc9d983e5ce3e8716998dd2af62af8102b11cb8d6383c71b74c7106adbce73cda6e48d3d3e927627847d36d76c2eb688cd0e2e07f67fb51 + checksum: 996b139ed68503700184f709dc996f285be285282d1780227185b622d9642f5bd60996fcfe910ed0495834f1935df805e7abb36b4b587222264c61020ba4485b languageName: node linkType: hard -"@babel/plugin-transform-sticky-regex@npm:^7.16.7": - version: 7.16.7 - resolution: "@babel/plugin-transform-sticky-regex@npm:7.16.7" +"@babel/plugin-transform-sticky-regex@npm:^7.18.6": + version: 7.18.6 + resolution: "@babel/plugin-transform-sticky-regex@npm:7.18.6" dependencies: - "@babel/helper-plugin-utils": ^7.16.7 + "@babel/helper-plugin-utils": ^7.18.6 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: d59e20121ff0a483e29364eff8bb42cd8a0b7a3158141eea5b6f219227e5b873ea70f317f65037c0f557887a692ac993b72f99641a37ea6ec0ae8000bfab1343 + checksum: 68ea18884ae9723443ffa975eb736c8c0d751265859cd3955691253f7fee37d7a0f7efea96c8a062876af49a257a18ea0ed5fea0d95a7b3611ce40f7ee23aee3 languageName: node linkType: hard -"@babel/plugin-transform-template-literals@npm:^7.18.2": - version: 7.18.2 - resolution: "@babel/plugin-transform-template-literals@npm:7.18.2" +"@babel/plugin-transform-template-literals@npm:^7.18.6": + version: 7.18.6 + resolution: "@babel/plugin-transform-template-literals@npm:7.18.6" dependencies: - "@babel/helper-plugin-utils": ^7.17.12 + "@babel/helper-plugin-utils": ^7.18.6 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: bc0102ed8c789e5bc01053088e2de85b82cebcd4d57af9fdc32ca62f559d3dd19c33e9d26caa71c5fd8e94152e5ce4fc4da19badc2d537620e6dea83bce7eb05 + checksum: 6ec354415f92850c927dd3ad90e337df8ee1aeb4cdb2c643208bc8652be91f647c137846586b14bc2b2d7ec408c2b74af2d154ba0972a4fe8b559f8c3e07a3aa languageName: node linkType: hard -"@babel/plugin-transform-typeof-symbol@npm:^7.17.12": - version: 7.17.12 - resolution: "@babel/plugin-transform-typeof-symbol@npm:7.17.12" +"@babel/plugin-transform-typeof-symbol@npm:^7.18.6": + version: 7.18.6 + resolution: "@babel/plugin-transform-typeof-symbol@npm:7.18.6" dependencies: - "@babel/helper-plugin-utils": ^7.17.12 + "@babel/helper-plugin-utils": ^7.18.6 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: e30bd03c8abc1b095f8b2a10289df6850e3bc3cd0aea1cbc29050aa3b421cbb77d0428b0cd012333632a7a930dc8301cd888e762b2dd601e7dc5dac50f4140c9 + checksum: b018ac3275958ed74caa2fdb900873bc61907e0cb8b70197ecd2f0e98611119d7a5831761bd14710882c94903e220e6338dd2e7346eca678c788b30457080a7e languageName: node linkType: hard -"@babel/plugin-transform-typescript@npm:^7.17.12": - version: 7.18.4 - resolution: "@babel/plugin-transform-typescript@npm:7.18.4" +"@babel/plugin-transform-typescript@npm:^7.18.6": + version: 7.18.6 + resolution: "@babel/plugin-transform-typescript@npm:7.18.6" dependencies: - "@babel/helper-create-class-features-plugin": ^7.18.0 - "@babel/helper-plugin-utils": ^7.17.12 - "@babel/plugin-syntax-typescript": ^7.17.12 + "@babel/helper-create-class-features-plugin": ^7.18.6 + "@babel/helper-plugin-utils": ^7.18.6 + "@babel/plugin-syntax-typescript": ^7.18.6 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: d4575d473af634f77070f847478dfd8de7662f9a531dbaedf1f99c49b6e9b7c76d7f562a9595a82a02867a55e1f3f0a4f48c6f8756712414065a232ed856b7ae + checksum: 9dc070304688dd183b2abb6bdac6f4b1939df7cc8caf32c57327bf90de26abce2130c5d807e82e25287d3a3e23f7532c9f7afd44a2e7bb815cae92015d352925 languageName: node linkType: hard -"@babel/plugin-transform-unicode-escapes@npm:^7.16.7": - version: 7.16.7 - resolution: "@babel/plugin-transform-unicode-escapes@npm:7.16.7" +"@babel/plugin-transform-unicode-escapes@npm:^7.18.6": + version: 7.18.6 + resolution: "@babel/plugin-transform-unicode-escapes@npm:7.18.6" dependencies: - "@babel/helper-plugin-utils": ^7.16.7 + "@babel/helper-plugin-utils": ^7.18.6 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: d10c3b5baa697ca2d9ecce2fd7705014d7e1ddd86ed684ccec378f7ad4d609ab970b5546d6cdbe242089ecfc7a79009d248cf4f8ee87d629485acfb20c0d9160 + checksum: 297a03706723164a777263f76a8d89bccfb1d3fbc5e1075079dfd84372a5416d579da7d44c650abf935a1150a995bfce0e61966447b657f958e51c4ea45b72dc languageName: node linkType: hard -"@babel/plugin-transform-unicode-regex@npm:^7.16.7": - version: 7.16.7 - resolution: "@babel/plugin-transform-unicode-regex@npm:7.16.7" +"@babel/plugin-transform-unicode-regex@npm:^7.18.6": + version: 7.18.6 + resolution: "@babel/plugin-transform-unicode-regex@npm:7.18.6" dependencies: - "@babel/helper-create-regexp-features-plugin": ^7.16.7 - "@babel/helper-plugin-utils": ^7.16.7 + "@babel/helper-create-regexp-features-plugin": ^7.18.6 + "@babel/helper-plugin-utils": ^7.18.6 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: ef7721cfb11b269809555b1c392732566c49f6ced58e0e990c0e81e58a934bbab3072dcbe92d3a20d60e3e41036ecf987bcc63a7cde90711a350ad774667e5e6 - languageName: node - linkType: hard - -"@babel/preset-env@npm:7.18.2": - version: 7.18.2 - resolution: "@babel/preset-env@npm:7.18.2" - dependencies: - "@babel/compat-data": ^7.17.10 - "@babel/helper-compilation-targets": ^7.18.2 - "@babel/helper-plugin-utils": ^7.17.12 - "@babel/helper-validator-option": ^7.16.7 - "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": ^7.17.12 - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": ^7.17.12 - "@babel/plugin-proposal-async-generator-functions": ^7.17.12 - "@babel/plugin-proposal-class-properties": ^7.17.12 - "@babel/plugin-proposal-class-static-block": ^7.18.0 - "@babel/plugin-proposal-dynamic-import": ^7.16.7 - "@babel/plugin-proposal-export-namespace-from": ^7.17.12 - "@babel/plugin-proposal-json-strings": ^7.17.12 - "@babel/plugin-proposal-logical-assignment-operators": ^7.17.12 - "@babel/plugin-proposal-nullish-coalescing-operator": ^7.17.12 - "@babel/plugin-proposal-numeric-separator": ^7.16.7 - "@babel/plugin-proposal-object-rest-spread": ^7.18.0 - "@babel/plugin-proposal-optional-catch-binding": ^7.16.7 - "@babel/plugin-proposal-optional-chaining": ^7.17.12 - "@babel/plugin-proposal-private-methods": ^7.17.12 - "@babel/plugin-proposal-private-property-in-object": ^7.17.12 - "@babel/plugin-proposal-unicode-property-regex": ^7.17.12 + checksum: d9e18d57536a2d317fb0b7c04f8f55347f3cfacb75e636b4c6fa2080ab13a3542771b5120e726b598b815891fc606d1472ac02b749c69fd527b03847f22dc25e + languageName: node + linkType: hard + +"@babel/preset-env@npm:7.18.6": + version: 7.18.6 + resolution: "@babel/preset-env@npm:7.18.6" + dependencies: + "@babel/compat-data": ^7.18.6 + "@babel/helper-compilation-targets": ^7.18.6 + "@babel/helper-plugin-utils": ^7.18.6 + "@babel/helper-validator-option": ^7.18.6 + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": ^7.18.6 + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": ^7.18.6 + "@babel/plugin-proposal-async-generator-functions": ^7.18.6 + "@babel/plugin-proposal-class-properties": ^7.18.6 + "@babel/plugin-proposal-class-static-block": ^7.18.6 + "@babel/plugin-proposal-dynamic-import": ^7.18.6 + "@babel/plugin-proposal-export-namespace-from": ^7.18.6 + "@babel/plugin-proposal-json-strings": ^7.18.6 + "@babel/plugin-proposal-logical-assignment-operators": ^7.18.6 + "@babel/plugin-proposal-nullish-coalescing-operator": ^7.18.6 + "@babel/plugin-proposal-numeric-separator": ^7.18.6 + "@babel/plugin-proposal-object-rest-spread": ^7.18.6 + "@babel/plugin-proposal-optional-catch-binding": ^7.18.6 + "@babel/plugin-proposal-optional-chaining": ^7.18.6 + "@babel/plugin-proposal-private-methods": ^7.18.6 + "@babel/plugin-proposal-private-property-in-object": ^7.18.6 + "@babel/plugin-proposal-unicode-property-regex": ^7.18.6 "@babel/plugin-syntax-async-generators": ^7.8.4 "@babel/plugin-syntax-class-properties": ^7.12.13 "@babel/plugin-syntax-class-static-block": ^7.14.5 "@babel/plugin-syntax-dynamic-import": ^7.8.3 "@babel/plugin-syntax-export-namespace-from": ^7.8.3 - "@babel/plugin-syntax-import-assertions": ^7.17.12 + "@babel/plugin-syntax-import-assertions": ^7.18.6 "@babel/plugin-syntax-json-strings": ^7.8.3 "@babel/plugin-syntax-logical-assignment-operators": ^7.10.4 "@babel/plugin-syntax-nullish-coalescing-operator": ^7.8.3 @@ -1314,48 +1570,48 @@ __metadata: "@babel/plugin-syntax-optional-chaining": ^7.8.3 "@babel/plugin-syntax-private-property-in-object": ^7.14.5 "@babel/plugin-syntax-top-level-await": ^7.14.5 - "@babel/plugin-transform-arrow-functions": ^7.17.12 - "@babel/plugin-transform-async-to-generator": ^7.17.12 - "@babel/plugin-transform-block-scoped-functions": ^7.16.7 - "@babel/plugin-transform-block-scoping": ^7.17.12 - "@babel/plugin-transform-classes": ^7.17.12 - "@babel/plugin-transform-computed-properties": ^7.17.12 - "@babel/plugin-transform-destructuring": ^7.18.0 - "@babel/plugin-transform-dotall-regex": ^7.16.7 - "@babel/plugin-transform-duplicate-keys": ^7.17.12 - "@babel/plugin-transform-exponentiation-operator": ^7.16.7 - "@babel/plugin-transform-for-of": ^7.18.1 - "@babel/plugin-transform-function-name": ^7.16.7 - "@babel/plugin-transform-literals": ^7.17.12 - "@babel/plugin-transform-member-expression-literals": ^7.16.7 - "@babel/plugin-transform-modules-amd": ^7.18.0 - "@babel/plugin-transform-modules-commonjs": ^7.18.2 - "@babel/plugin-transform-modules-systemjs": ^7.18.0 - "@babel/plugin-transform-modules-umd": ^7.18.0 - "@babel/plugin-transform-named-capturing-groups-regex": ^7.17.12 - "@babel/plugin-transform-new-target": ^7.17.12 - "@babel/plugin-transform-object-super": ^7.16.7 - "@babel/plugin-transform-parameters": ^7.17.12 - "@babel/plugin-transform-property-literals": ^7.16.7 - "@babel/plugin-transform-regenerator": ^7.18.0 - "@babel/plugin-transform-reserved-words": ^7.17.12 - "@babel/plugin-transform-shorthand-properties": ^7.16.7 - "@babel/plugin-transform-spread": ^7.17.12 - "@babel/plugin-transform-sticky-regex": ^7.16.7 - "@babel/plugin-transform-template-literals": ^7.18.2 - "@babel/plugin-transform-typeof-symbol": ^7.17.12 - "@babel/plugin-transform-unicode-escapes": ^7.16.7 - "@babel/plugin-transform-unicode-regex": ^7.16.7 + "@babel/plugin-transform-arrow-functions": ^7.18.6 + "@babel/plugin-transform-async-to-generator": ^7.18.6 + "@babel/plugin-transform-block-scoped-functions": ^7.18.6 + "@babel/plugin-transform-block-scoping": ^7.18.6 + "@babel/plugin-transform-classes": ^7.18.6 + "@babel/plugin-transform-computed-properties": ^7.18.6 + "@babel/plugin-transform-destructuring": ^7.18.6 + "@babel/plugin-transform-dotall-regex": ^7.18.6 + "@babel/plugin-transform-duplicate-keys": ^7.18.6 + "@babel/plugin-transform-exponentiation-operator": ^7.18.6 + "@babel/plugin-transform-for-of": ^7.18.6 + "@babel/plugin-transform-function-name": ^7.18.6 + "@babel/plugin-transform-literals": ^7.18.6 + "@babel/plugin-transform-member-expression-literals": ^7.18.6 + "@babel/plugin-transform-modules-amd": ^7.18.6 + "@babel/plugin-transform-modules-commonjs": ^7.18.6 + "@babel/plugin-transform-modules-systemjs": ^7.18.6 + "@babel/plugin-transform-modules-umd": ^7.18.6 + "@babel/plugin-transform-named-capturing-groups-regex": ^7.18.6 + "@babel/plugin-transform-new-target": ^7.18.6 + "@babel/plugin-transform-object-super": ^7.18.6 + "@babel/plugin-transform-parameters": ^7.18.6 + "@babel/plugin-transform-property-literals": ^7.18.6 + "@babel/plugin-transform-regenerator": ^7.18.6 + "@babel/plugin-transform-reserved-words": ^7.18.6 + "@babel/plugin-transform-shorthand-properties": ^7.18.6 + "@babel/plugin-transform-spread": ^7.18.6 + "@babel/plugin-transform-sticky-regex": ^7.18.6 + "@babel/plugin-transform-template-literals": ^7.18.6 + "@babel/plugin-transform-typeof-symbol": ^7.18.6 + "@babel/plugin-transform-unicode-escapes": ^7.18.6 + "@babel/plugin-transform-unicode-regex": ^7.18.6 "@babel/preset-modules": ^0.1.5 - "@babel/types": ^7.18.2 - babel-plugin-polyfill-corejs2: ^0.3.0 - babel-plugin-polyfill-corejs3: ^0.5.0 - babel-plugin-polyfill-regenerator: ^0.3.0 + "@babel/types": ^7.18.6 + babel-plugin-polyfill-corejs2: ^0.3.1 + babel-plugin-polyfill-corejs3: ^0.5.2 + babel-plugin-polyfill-regenerator: ^0.3.1 core-js-compat: ^3.22.1 semver: ^6.3.0 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: f81892a7970cb34643b93917cbbc9b581d5066d892639867521f4a85ec258e69362a37bbb7b899b351e71d26095a97cd2d6e35e5f9ee110715146e0ccc19e700 + checksum: 0598ff98b69116e289174d89d976f27eff54d9d7f9f95a1feadf743c18021cd9785ddf2439de9af360f5625450816e4bc3b76ddd0c20ecc64e8802f943f07302 languageName: node linkType: hard @@ -1374,36 +1630,45 @@ __metadata: languageName: node linkType: hard -"@babel/preset-react@npm:7.17.12": - version: 7.17.12 - resolution: "@babel/preset-react@npm:7.17.12" +"@babel/preset-react@npm:7.18.6": + version: 7.18.6 + resolution: "@babel/preset-react@npm:7.18.6" dependencies: - "@babel/helper-plugin-utils": ^7.17.12 - "@babel/helper-validator-option": ^7.16.7 - "@babel/plugin-transform-react-display-name": ^7.16.7 - "@babel/plugin-transform-react-jsx": ^7.17.12 - "@babel/plugin-transform-react-jsx-development": ^7.16.7 - "@babel/plugin-transform-react-pure-annotations": ^7.16.7 + "@babel/helper-plugin-utils": ^7.18.6 + "@babel/helper-validator-option": ^7.18.6 + "@babel/plugin-transform-react-display-name": ^7.18.6 + "@babel/plugin-transform-react-jsx": ^7.18.6 + "@babel/plugin-transform-react-jsx-development": ^7.18.6 + "@babel/plugin-transform-react-pure-annotations": ^7.18.6 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 369712150d6a152720069db8d024320f3d9d2a6611e9b0be4aa03dcab8502fa0e9efc0693c93ba2d818d5243c9d03b015163d76efe65df600f15b9b0a206f674 + checksum: 540d9cf0a0cc0bb07e6879994e6fb7152f87dafbac880b56b65e2f528134c7ba33e0cd140b58700c77b2ebf4c81fa6468fed0ba391462d75efc7f8c1699bb4c3 languageName: node linkType: hard -"@babel/preset-typescript@npm:7.17.12": - version: 7.17.12 - resolution: "@babel/preset-typescript@npm:7.17.12" +"@babel/preset-typescript@npm:7.18.6": + version: 7.18.6 + resolution: "@babel/preset-typescript@npm:7.18.6" dependencies: - "@babel/helper-plugin-utils": ^7.17.12 - "@babel/helper-validator-option": ^7.16.7 - "@babel/plugin-transform-typescript": ^7.17.12 + "@babel/helper-plugin-utils": ^7.18.6 + "@babel/helper-validator-option": ^7.18.6 + "@babel/plugin-transform-typescript": ^7.18.6 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: f4ee9eeb0ef631a47d1c9bd7f6e365ae0bacefa3f47c702b03c51652ea764c267b26fdcf2814718b26c73accdd0fff7fcec1bb2d00625a967ecd7dac2f5fdce1 + checksum: 7fe0da5103eb72d3cf39cf3e138a794c8cdd19c0b38e3e101507eef519c46a87a0d6d0e8bc9e28a13ea2364001ebe7430b9d75758aab4c3c3a8db9a487b9dc7c + languageName: node + linkType: hard + +"@babel/runtime@npm:7.18.6": + version: 7.18.6 + resolution: "@babel/runtime@npm:7.18.6" + dependencies: + regenerator-runtime: ^0.13.4 + checksum: 8b707b64ae0524db617d0c49933b258b96376a38307dc0be8fb42db5697608bcc1eba459acce541e376cff5ed5c5287d24db5780bd776b7c75ba2c2e26ff8a2c languageName: node linkType: hard -"@babel/runtime@npm:7.18.3, @babel/runtime@npm:^7.0.0, @babel/runtime@npm:^7.1.2, @babel/runtime@npm:^7.10.4, @babel/runtime@npm:^7.12.0, @babel/runtime@npm:^7.12.1, @babel/runtime@npm:^7.12.13, @babel/runtime@npm:^7.12.5, @babel/runtime@npm:^7.13.10, @babel/runtime@npm:^7.17.2, @babel/runtime@npm:^7.2.0, @babel/runtime@npm:^7.5.5, @babel/runtime@npm:^7.7.2, @babel/runtime@npm:^7.7.6, @babel/runtime@npm:^7.8.4, @babel/runtime@npm:^7.8.7, @babel/runtime@npm:^7.9.2": +"@babel/runtime@npm:^7.0.0, @babel/runtime@npm:^7.1.2, @babel/runtime@npm:^7.10.4, @babel/runtime@npm:^7.12.0, @babel/runtime@npm:^7.12.1, @babel/runtime@npm:^7.12.13, @babel/runtime@npm:^7.12.5, @babel/runtime@npm:^7.13.10, @babel/runtime@npm:^7.17.2, @babel/runtime@npm:^7.2.0, @babel/runtime@npm:^7.5.5, @babel/runtime@npm:^7.7.2, @babel/runtime@npm:^7.7.6, @babel/runtime@npm:^7.8.4, @babel/runtime@npm:^7.8.7, @babel/runtime@npm:^7.9.2": version: 7.18.3 resolution: "@babel/runtime@npm:7.18.3" dependencies: @@ -1423,7 +1688,18 @@ __metadata: languageName: node linkType: hard -"@babel/traverse@npm:^7.13.0, @babel/traverse@npm:^7.16.8, @babel/traverse@npm:^7.18.0, @babel/traverse@npm:^7.18.2, @babel/traverse@npm:^7.18.5, @babel/traverse@npm:^7.7.2": +"@babel/template@npm:^7.18.6": + version: 7.18.6 + resolution: "@babel/template@npm:7.18.6" + dependencies: + "@babel/code-frame": ^7.18.6 + "@babel/parser": ^7.18.6 + "@babel/types": ^7.18.6 + checksum: cb02ed804b7b1938dbecef4e01562013b80681843dd391933315b3dd9880820def3b5b1bff6320d6e4c6a1d63d1d5799630d658ec6b0369c5505e7e4029c38fb + languageName: node + linkType: hard + +"@babel/traverse@npm:^7.13.0, @babel/traverse@npm:^7.18.0, @babel/traverse@npm:^7.18.2, @babel/traverse@npm:^7.18.5, @babel/traverse@npm:^7.7.2": version: 7.18.5 resolution: "@babel/traverse@npm:7.18.5" dependencies: @@ -1441,7 +1717,25 @@ __metadata: languageName: node linkType: hard -"@babel/types@npm:^7.0.0, @babel/types@npm:^7.16.0, @babel/types@npm:^7.16.7, @babel/types@npm:^7.16.8, @babel/types@npm:^7.17.0, @babel/types@npm:^7.17.12, @babel/types@npm:^7.18.0, @babel/types@npm:^7.18.2, @babel/types@npm:^7.18.4, @babel/types@npm:^7.3.0, @babel/types@npm:^7.3.3, @babel/types@npm:^7.4.4, @babel/types@npm:^7.8.3": +"@babel/traverse@npm:^7.18.6": + version: 7.18.6 + resolution: "@babel/traverse@npm:7.18.6" + dependencies: + "@babel/code-frame": ^7.18.6 + "@babel/generator": ^7.18.6 + "@babel/helper-environment-visitor": ^7.18.6 + "@babel/helper-function-name": ^7.18.6 + "@babel/helper-hoist-variables": ^7.18.6 + "@babel/helper-split-export-declaration": ^7.18.6 + "@babel/parser": ^7.18.6 + "@babel/types": ^7.18.6 + debug: ^4.1.0 + globals: ^11.1.0 + checksum: 5427a9db63984b2600f62b257dab18e3fc057997b69d708573bfc88eb5eacd6678fb24fddba082d6ac050734b8846ce110960be841ea1e461d66e2cde72b6b07 + languageName: node + linkType: hard + +"@babel/types@npm:^7.0.0, @babel/types@npm:^7.16.7, @babel/types@npm:^7.17.0, @babel/types@npm:^7.18.0, @babel/types@npm:^7.18.2, @babel/types@npm:^7.18.4, @babel/types@npm:^7.3.0, @babel/types@npm:^7.3.3, @babel/types@npm:^7.4.4, @babel/types@npm:^7.8.3": version: 7.18.4 resolution: "@babel/types@npm:7.18.4" dependencies: @@ -1451,6 +1745,16 @@ __metadata: languageName: node linkType: hard +"@babel/types@npm:^7.18.6": + version: 7.18.6 + resolution: "@babel/types@npm:7.18.6" + dependencies: + "@babel/helper-validator-identifier": ^7.18.6 + to-fast-properties: ^2.0.0 + checksum: 9561d9ffba7ab879aca36dfb7a9b632944952d995e99faaabb6e5f14300e01516894b6fd1976cdd3c515fff12120ec708bdcb3fbc4f92ccead274e9c6c1ce031 + languageName: node + linkType: hard + "@bcoe/v8-coverage@npm:^0.2.3": version: 0.2.3 resolution: "@bcoe/v8-coverage@npm:0.2.3" @@ -1933,11 +2237,11 @@ __metadata: version: 0.0.0-use.local resolution: "@finos/babel-preset-legend-studio@workspace:packages/babel-preset" dependencies: - "@babel/helper-plugin-utils": 7.17.12 - "@babel/preset-env": 7.18.2 - "@babel/preset-react": 7.17.12 - "@babel/preset-typescript": 7.17.12 - "@babel/runtime": 7.18.3 + "@babel/helper-plugin-utils": 7.18.6 + "@babel/preset-env": 7.18.6 + "@babel/preset-react": 7.18.6 + "@babel/preset-typescript": 7.18.6 + "@babel/runtime": 7.18.6 cross-env: 7.0.3 eslint: 8.18.0 react-refresh: 0.14.0 @@ -1952,14 +2256,14 @@ __metadata: version: 0.0.0-use.local resolution: "@finos/eslint-plugin-legend-studio@workspace:packages/eslint-plugin" dependencies: - "@babel/core": 7.18.5 + "@babel/core": 7.18.6 "@babel/eslint-parser": 7.18.2 - "@typescript-eslint/eslint-plugin": 5.29.0 - "@typescript-eslint/parser": 5.29.0 + "@typescript-eslint/eslint-plugin": 5.30.0 + "@typescript-eslint/parser": 5.30.0 cross-env: 7.0.3 eslint-config-prettier: 8.5.0 eslint-plugin-import: 2.26.0 - eslint-plugin-prettier: 4.0.0 + eslint-plugin-prettier: 4.1.0 eslint-plugin-react: 7.30.1 eslint-plugin-react-hooks: 4.6.0 micromatch: 4.0.5 @@ -1991,7 +2295,7 @@ __metadata: fuse.js: 6.6.2 history: 5.3.0 jest: 28.1.1 - mobx: 6.6.0 + mobx: 6.6.1 mobx-react-lite: 3.4.0 monaco-editor: 0.33.0 npm-run-all: 4.1.5 @@ -2025,7 +2329,7 @@ __metadata: "@fontsource/roboto-condensed": 4.5.8 "@fontsource/roboto-mono": 4.5.7 "@jest/globals": 28.1.1 - "@mui/material": 5.8.5 + "@mui/material": 5.8.6 "@types/react": 18.0.14 "@types/react-select": 4.0.18 "@types/react-window": 1.8.5 @@ -2033,7 +2337,7 @@ __metadata: cross-env: 7.0.3 eslint: 8.18.0 jest: 28.1.1 - mobx: 6.6.0 + mobx: 6.6.1 mobx-react-lite: 3.4.0 monaco-editor: 0.33.0 npm-run-all: 4.1.5 @@ -2059,7 +2363,7 @@ __metadata: version: 0.0.0-use.local resolution: "@finos/legend-dev-utils@workspace:packages/legend-dev-utils" dependencies: - "@babel/core": 7.18.5 + "@babel/core": 7.18.6 "@changesets/assemble-release-plan": 5.1.3 "@changesets/changelog-github": 0.4.5 "@changesets/config": 2.0.0 @@ -2099,7 +2403,7 @@ __metadata: resolve: 1.22.1 rimraf: 3.0.2 sass: 1.53.0 - sass-loader: 13.0.1 + sass-loader: 13.0.2 typescript: 4.7.4 webpack: 5.73.0 languageName: unknown @@ -2124,7 +2428,7 @@ __metadata: cross-env: 7.0.3 eslint: 8.18.0 jest: 28.1.1 - mobx: 6.6.0 + mobx: 6.6.1 mobx-react-lite: 3.4.0 npm-run-all: 4.1.5 react: 18.2.0 @@ -2157,7 +2461,7 @@ __metadata: eslint: 8.18.0 jest: 28.1.1 jest-canvas-mock: 2.4.0 - mobx: 6.6.0 + mobx: 6.6.1 mobx-react-lite: 3.4.0 npm-run-all: 4.1.5 react: 18.2.0 @@ -2189,7 +2493,7 @@ __metadata: cross-env: 7.0.3 eslint: 8.18.0 jest: 28.1.1 - mobx: 6.6.0 + mobx: 6.6.1 npm-run-all: 4.1.5 react: 18.2.0 rimraf: 3.0.2 @@ -2217,7 +2521,7 @@ __metadata: cross-env: 7.0.3 eslint: 8.18.0 jest: 28.1.1 - mobx: 6.6.0 + mobx: 6.6.1 mobx-react-lite: 3.4.0 npm-run-all: 4.1.5 react: 18.2.0 @@ -2287,7 +2591,7 @@ __metadata: cross-env: 7.0.3 eslint: 8.18.0 jest: 28.1.1 - mobx: 6.6.0 + mobx: 6.6.1 mobx-react-lite: 3.4.0 npm-run-all: 4.1.5 react: 18.2.0 @@ -2317,7 +2621,7 @@ __metadata: cross-env: 7.0.3 eslint: 8.18.0 jest: 28.1.1 - mobx: 6.6.0 + mobx: 6.6.1 mobx-react-lite: 3.4.0 npm-run-all: 4.1.5 react: 18.2.0 @@ -2379,7 +2683,7 @@ __metadata: date-fns: 2.28.0 eslint: 8.18.0 jest: 28.1.1 - mobx: 6.6.0 + mobx: 6.6.1 mobx-react-lite: 3.4.0 npm-run-all: 4.1.5 react: 18.2.0 @@ -2502,7 +2806,7 @@ __metadata: eslint: 8.18.0 history: 5.3.0 jest: 28.1.1 - mobx: 6.6.0 + mobx: 6.6.1 mobx-react-lite: 3.4.0 monaco-editor: 0.33.0 npm-run-all: 4.1.5 @@ -2532,7 +2836,7 @@ __metadata: cross-env: 7.0.3 eslint: 8.18.0 jest: 28.1.1 - mobx: 6.6.0 + mobx: 6.6.1 mobx-react-lite: 3.4.0 npm-run-all: 4.1.5 react: 18.2.0 @@ -2553,7 +2857,7 @@ __metadata: cross-env: 7.0.3 eslint: 8.18.0 jest: 28.1.1 - mobx: 6.6.0 + mobx: 6.6.1 mobx-react-lite: 3.4.0 npm-run-all: 4.1.5 react: 18.2.0 @@ -2583,7 +2887,7 @@ __metadata: lodash: 4.17.21 lodash-es: 4.17.21 lossless-json: 1.0.5 - mobx: 6.6.0 + mobx: 6.6.1 npm-run-all: 4.1.5 object-hash: 3.0.0 pako: 2.0.4 @@ -2660,7 +2964,7 @@ __metadata: cross-env: 7.0.3 eslint: 8.18.0 jest: 28.1.1 - mobx: 6.6.0 + mobx: 6.6.1 mobx-react-lite: 3.4.0 npm-run-all: 4.1.5 react: 18.2.0 @@ -2694,7 +2998,7 @@ __metadata: cross-env: 7.0.3 eslint: 8.18.0 jest: 28.1.1 - mobx: 6.6.0 + mobx: 6.6.1 mobx-react-lite: 3.4.0 npm-run-all: 4.1.5 react: 18.2.0 @@ -2730,7 +3034,7 @@ __metadata: eslint: 8.18.0 history: 5.3.0 jest: 28.1.1 - mobx: 6.6.0 + mobx: 6.6.1 mobx-react-lite: 3.4.0 mobx-utils: 6.0.5 monaco-editor: 0.33.0 @@ -2813,7 +3117,7 @@ __metadata: eslint: 8.18.0 history: 5.3.0 jest: 28.1.1 - mobx: 6.6.0 + mobx: 6.6.1 mobx-react-lite: 3.4.0 npm-run-all: 4.1.5 react: 18.2.0 @@ -3275,14 +3579,14 @@ __metadata: languageName: node linkType: hard -"@mui/base@npm:5.0.0-alpha.86": - version: 5.0.0-alpha.86 - resolution: "@mui/base@npm:5.0.0-alpha.86" +"@mui/base@npm:5.0.0-alpha.87": + version: 5.0.0-alpha.87 + resolution: "@mui/base@npm:5.0.0-alpha.87" dependencies: "@babel/runtime": ^7.17.2 "@emotion/is-prop-valid": ^1.1.2 "@mui/types": ^7.1.4 - "@mui/utils": ^5.8.4 + "@mui/utils": ^5.8.6 "@popperjs/core": ^2.11.5 clsx: ^1.1.1 prop-types: ^15.8.1 @@ -3294,19 +3598,19 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: fea157d932b7230c155ff2cdce167cfe4763ae819367513db551f2cafda89b627a06701ae963b10b9b6a57242480288830f177bc823973eb79c14f26e4be81b0 + checksum: ec6ce5f710a7073115043997fd1bbe4dc2b15a4d9211485969bfb2eb79c45b9c5c95018754346730892971f737a89aca89c564dbd08f4eb4635f4fed6047f2da languageName: node linkType: hard -"@mui/material@npm:5.8.5": - version: 5.8.5 - resolution: "@mui/material@npm:5.8.5" +"@mui/material@npm:5.8.6": + version: 5.8.6 + resolution: "@mui/material@npm:5.8.6" dependencies: "@babel/runtime": ^7.17.2 - "@mui/base": 5.0.0-alpha.86 - "@mui/system": ^5.8.5 + "@mui/base": 5.0.0-alpha.87 + "@mui/system": ^5.8.6 "@mui/types": ^7.1.4 - "@mui/utils": ^5.8.4 + "@mui/utils": ^5.8.6 "@types/react-transition-group": ^4.4.4 clsx: ^1.1.1 csstype: ^3.1.0 @@ -3326,16 +3630,16 @@ __metadata: optional: true "@types/react": optional: true - checksum: c315c5e7ca2eb3a0afce76066f0ba816932d46252ea8ab572895e27a85dcf9952cb2128ce3b87b087ce5e86c844c85cf7876c0112f058111539290b4a387e8e7 + checksum: 46454541b5ceca578273453b8513e973419fc919329a4b850190bdeb6c602fc61a40c791d844a130560607eb3b798aa2d5f033e21eb98c14e898a431c1071756 languageName: node linkType: hard -"@mui/private-theming@npm:^5.8.4": - version: 5.8.4 - resolution: "@mui/private-theming@npm:5.8.4" +"@mui/private-theming@npm:^5.8.6": + version: 5.8.6 + resolution: "@mui/private-theming@npm:5.8.6" dependencies: "@babel/runtime": ^7.17.2 - "@mui/utils": ^5.8.4 + "@mui/utils": ^5.8.6 prop-types: ^15.8.1 peerDependencies: "@types/react": ^17.0.0 || ^18.0.0 @@ -3343,7 +3647,7 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: edcbd7c19ecda62d66712463dda843913119a5b43c4a8223f2aab9cf765ea7a15fe9fb527d2a25912b68737ff49263d5b8468ee275d16d7123ef0dbf952e42eb + checksum: 8a821793de22f84ba51bee2f67363e26187d1fddc7b2d446477a3fa2131372662a30ec0d94678a3cecab0f7ed8d3116af19422cb651664e5bca664d243478ed4 languageName: node linkType: hard @@ -3367,15 +3671,15 @@ __metadata: languageName: node linkType: hard -"@mui/system@npm:^5.8.5": - version: 5.8.5 - resolution: "@mui/system@npm:5.8.5" +"@mui/system@npm:^5.8.6": + version: 5.8.6 + resolution: "@mui/system@npm:5.8.6" dependencies: "@babel/runtime": ^7.17.2 - "@mui/private-theming": ^5.8.4 + "@mui/private-theming": ^5.8.6 "@mui/styled-engine": ^5.8.0 "@mui/types": ^7.1.4 - "@mui/utils": ^5.8.4 + "@mui/utils": ^5.8.6 clsx: ^1.1.1 csstype: ^3.1.0 prop-types: ^15.8.1 @@ -3391,7 +3695,7 @@ __metadata: optional: true "@types/react": optional: true - checksum: ffce524a6dcd5cd74b045a36386ebeb35ef0bfc2629ce12e2d630a85e8cdfca0cdc842375b930ea66d7d7588493af96c87320528aca39937c2a645c5a7642cd8 + checksum: 89917c16efe1d42adad0bb84a55e6fe43d72deb52151ee7ab76d450f7ffba36b33f96de436ebd3c4d176835fa7c0030ff645fdc2dfd3eec80f485bec3ce0aa15 languageName: node linkType: hard @@ -3407,9 +3711,9 @@ __metadata: languageName: node linkType: hard -"@mui/utils@npm:^5.8.4": - version: 5.8.4 - resolution: "@mui/utils@npm:5.8.4" +"@mui/utils@npm:^5.8.6": + version: 5.8.6 + resolution: "@mui/utils@npm:5.8.6" dependencies: "@babel/runtime": ^7.17.2 "@types/prop-types": ^15.7.5 @@ -3418,7 +3722,7 @@ __metadata: react-is: ^17.0.2 peerDependencies: react: ^17.0.0 || ^18.0.0 - checksum: 4d36ff74ee231be7f146bde7bb1f31f717c18f9c2617b5100448d827ac6a4e745645fd035be728ac408604ba58e2b375a96b1d50711801a150b2489c0ff2caf2 + checksum: 5141fa15050defe8981041d9a699a595e1b554d5a20125d8e4de2188fb37b37a45907c36ca9885840290f32133af2cb4340e724afdd0f59d27dcf8b863f927bf languageName: node linkType: hard @@ -4374,13 +4678,13 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/eslint-plugin@npm:5.29.0": - version: 5.29.0 - resolution: "@typescript-eslint/eslint-plugin@npm:5.29.0" +"@typescript-eslint/eslint-plugin@npm:5.30.0": + version: 5.30.0 + resolution: "@typescript-eslint/eslint-plugin@npm:5.30.0" dependencies: - "@typescript-eslint/scope-manager": 5.29.0 - "@typescript-eslint/type-utils": 5.29.0 - "@typescript-eslint/utils": 5.29.0 + "@typescript-eslint/scope-manager": 5.30.0 + "@typescript-eslint/type-utils": 5.30.0 + "@typescript-eslint/utils": 5.30.0 debug: ^4.3.4 functional-red-black-tree: ^1.0.1 ignore: ^5.2.0 @@ -4393,42 +4697,42 @@ __metadata: peerDependenciesMeta: typescript: optional: true - checksum: b1022a640f80c314ac8b247a2ccdd21f4b523b3cb8906956f5d276008ac964c8a1e951b2b2b16ca9621eb795dc9bbf6447b5b767acfe4866a1bc3e3527d966fc + checksum: f2fe96082c69f2871439303947d6dfcd8c142e8ddcc3d1ea52cc30046f4b64280a02aec1a0d2f8344034bc7ed4fb09eecf4764df93ece467cc284225d8adaa14 languageName: node linkType: hard -"@typescript-eslint/parser@npm:5.29.0": - version: 5.29.0 - resolution: "@typescript-eslint/parser@npm:5.29.0" +"@typescript-eslint/parser@npm:5.30.0": + version: 5.30.0 + resolution: "@typescript-eslint/parser@npm:5.30.0" dependencies: - "@typescript-eslint/scope-manager": 5.29.0 - "@typescript-eslint/types": 5.29.0 - "@typescript-eslint/typescript-estree": 5.29.0 + "@typescript-eslint/scope-manager": 5.30.0 + "@typescript-eslint/types": 5.30.0 + "@typescript-eslint/typescript-estree": 5.30.0 debug: ^4.3.4 peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 peerDependenciesMeta: typescript: optional: true - checksum: 7805796638d1ddbe21f2627e9f03493ec17710e22ae81d2345f3e0f5ff9cbf6f0cd1b0e05d8d0b9aa08435bafdb6b5c86f27d7115f0959de43e3322b86c00709 + checksum: 7067ba4edea702137de3d5c866f2e4a22032bfa82556351eb8cc1088ef45cdd747cbf2a73d3904583303899de2983ef41050f3a5b5d648a2f88e687318bb6738 languageName: node linkType: hard -"@typescript-eslint/scope-manager@npm:5.29.0": - version: 5.29.0 - resolution: "@typescript-eslint/scope-manager@npm:5.29.0" +"@typescript-eslint/scope-manager@npm:5.30.0": + version: 5.30.0 + resolution: "@typescript-eslint/scope-manager@npm:5.30.0" dependencies: - "@typescript-eslint/types": 5.29.0 - "@typescript-eslint/visitor-keys": 5.29.0 - checksum: 540642bef9c55fd7692af98dfb42ab99eeb82553f42ab2a3c4e132e02b5ba492da1c6bf1ca6b02b900a678fc74399ad6c564c0ca20d91032090b6cbcb01a5bde + "@typescript-eslint/types": 5.30.0 + "@typescript-eslint/visitor-keys": 5.30.0 + checksum: 51246d0f6c497ad98fcfb02a9da92e855cd5916cf6ea117b1f8a511e4f62d1eae28f2c7278dfe29cc823c36f3b1fe87ff56681654b68faac5dfd1b897c3c58da languageName: node linkType: hard -"@typescript-eslint/type-utils@npm:5.29.0": - version: 5.29.0 - resolution: "@typescript-eslint/type-utils@npm:5.29.0" +"@typescript-eslint/type-utils@npm:5.30.0": + version: 5.30.0 + resolution: "@typescript-eslint/type-utils@npm:5.30.0" dependencies: - "@typescript-eslint/utils": 5.29.0 + "@typescript-eslint/utils": 5.30.0 debug: ^4.3.4 tsutils: ^3.21.0 peerDependencies: @@ -4436,23 +4740,23 @@ __metadata: peerDependenciesMeta: typescript: optional: true - checksum: 686b8ff05a7591f76a2a1d3746b988168dcbd59c2f52de095b19e4f8e17063e03dc3d0f7b3d84f7be6880f2df97c3e184877664d0b4275ea9871c31d1e58c7d2 + checksum: 6185117638ca2111b8c10fe156f7de51847f784140906ba518198d056608c7eb812248d033ac0d0b46f73647dc1202f02d9aab626ee013d273fc03df11d1f6e9 languageName: node linkType: hard -"@typescript-eslint/types@npm:5.29.0": - version: 5.29.0 - resolution: "@typescript-eslint/types@npm:5.29.0" - checksum: 982ecdd69103105cabff8deac7f82f6002cf909238702ce902133e9af655cd962f977d5adf650c5ddae80d8c0e46abe1612a9141b25c7ed20ba8d662eb7ab871 +"@typescript-eslint/types@npm:5.30.0": + version: 5.30.0 + resolution: "@typescript-eslint/types@npm:5.30.0" + checksum: f83a506880d78419283a86e8aeb6c744b1d1a7fc3a366625125805daf0f9a7640a778537113b8865a4cdd985dcde53066820ea044a750126bc8b478eb93d4d12 languageName: node linkType: hard -"@typescript-eslint/typescript-estree@npm:5.29.0": - version: 5.29.0 - resolution: "@typescript-eslint/typescript-estree@npm:5.29.0" +"@typescript-eslint/typescript-estree@npm:5.30.0": + version: 5.30.0 + resolution: "@typescript-eslint/typescript-estree@npm:5.30.0" dependencies: - "@typescript-eslint/types": 5.29.0 - "@typescript-eslint/visitor-keys": 5.29.0 + "@typescript-eslint/types": 5.30.0 + "@typescript-eslint/visitor-keys": 5.30.0 debug: ^4.3.4 globby: ^11.1.0 is-glob: ^4.0.3 @@ -4461,33 +4765,33 @@ __metadata: peerDependenciesMeta: typescript: optional: true - checksum: b91107a9fc31bf511aaa70f1e6d1d832d3acf08cfe999c870169447a7c223abff54c1d604bbb08d7c069dd98b43fb279bc314d1726097704fe8ad4c6e0969b12 + checksum: cf8caea435c4346fae9c81635864efa17ea106e3dea5cd226c096145958ff6e7918e40cdb2af06526ca43d44717eb088869f1c1db51a52aa9f72b6bf65e11db2 languageName: node linkType: hard -"@typescript-eslint/utils@npm:5.29.0": - version: 5.29.0 - resolution: "@typescript-eslint/utils@npm:5.29.0" +"@typescript-eslint/utils@npm:5.30.0": + version: 5.30.0 + resolution: "@typescript-eslint/utils@npm:5.30.0" dependencies: "@types/json-schema": ^7.0.9 - "@typescript-eslint/scope-manager": 5.29.0 - "@typescript-eslint/types": 5.29.0 - "@typescript-eslint/typescript-estree": 5.29.0 + "@typescript-eslint/scope-manager": 5.30.0 + "@typescript-eslint/types": 5.30.0 + "@typescript-eslint/typescript-estree": 5.30.0 eslint-scope: ^5.1.1 eslint-utils: ^3.0.0 peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 - checksum: 216f51fb9c176437919af55db9ed14db8af7b020611e954c06e69956b9e3248cbfe6a218013d6c17b716116dca6566a4c03710f9b48ce4e94f89312d61c16d07 + checksum: 176eda46292398c0fe069d96f51d0083a9b978d4c6e2ca92f10e9ebad83910d67754bcb2c1667cf4c40e06c112558ff1ad973d6f82719cfe4de7c72f89a3df29 languageName: node linkType: hard -"@typescript-eslint/visitor-keys@npm:5.29.0": - version: 5.29.0 - resolution: "@typescript-eslint/visitor-keys@npm:5.29.0" +"@typescript-eslint/visitor-keys@npm:5.30.0": + version: 5.30.0 + resolution: "@typescript-eslint/visitor-keys@npm:5.30.0" dependencies: - "@typescript-eslint/types": 5.29.0 + "@typescript-eslint/types": 5.30.0 eslint-visitor-keys: ^3.3.0 - checksum: 15f228ad9ffaf0e42cc6b2ee4e5095c1e89c4c2dc46a65d19ca0e2296d88c08a1192039d942bd9600b1496176749f6322d636dd307602dbab90404a9501b4d6e + checksum: bf2219cbb910d284e2f224aaa701932287b25fe99312f9abf6406a8f52a3a0b852c96276cd740ae3071b2561b253a6cfa30b0b8ab1d199e08f9550402f8fbf1f languageName: node linkType: hard @@ -5242,7 +5546,7 @@ __metadata: languageName: node linkType: hard -"babel-plugin-polyfill-corejs2@npm:^0.3.0": +"babel-plugin-polyfill-corejs2@npm:^0.3.1": version: 0.3.1 resolution: "babel-plugin-polyfill-corejs2@npm:0.3.1" dependencies: @@ -5255,7 +5559,7 @@ __metadata: languageName: node linkType: hard -"babel-plugin-polyfill-corejs3@npm:^0.5.0": +"babel-plugin-polyfill-corejs3@npm:^0.5.2": version: 0.5.2 resolution: "babel-plugin-polyfill-corejs3@npm:0.5.2" dependencies: @@ -5267,7 +5571,7 @@ __metadata: languageName: node linkType: hard -"babel-plugin-polyfill-regenerator@npm:^0.3.0": +"babel-plugin-polyfill-regenerator@npm:^0.3.1": version: 0.3.1 resolution: "babel-plugin-polyfill-regenerator@npm:0.3.1" dependencies: @@ -7256,9 +7560,9 @@ __metadata: languageName: node linkType: hard -"eslint-plugin-prettier@npm:4.0.0": - version: 4.0.0 - resolution: "eslint-plugin-prettier@npm:4.0.0" +"eslint-plugin-prettier@npm:4.1.0": + version: 4.1.0 + resolution: "eslint-plugin-prettier@npm:4.1.0" dependencies: prettier-linter-helpers: ^1.0.0 peerDependencies: @@ -7267,7 +7571,7 @@ __metadata: peerDependenciesMeta: eslint-config-prettier: optional: true - checksum: 03d69177a3c21fa2229c7e427ce604429f0b20ab7f411e2e824912f572a207c7f5a41fd1f0a95b9b8afe121e291c1b1f1dc1d44c7aad4b0837487f9c19f5210d + checksum: 3f731b9988383851f1a42bd67a093461886fc56dc5d0ca4c72bdd0755dc0f843faedde843c1812710a75782a9711096aad22b6140fe7d6f996cc4a672c8b3643 languageName: node linkType: hard @@ -10201,7 +10505,7 @@ __metadata: dependencies: "@actions/core": 1.9.0 "@actions/github": 5.0.3 - "@babel/core": 7.18.5 + "@babel/core": 7.18.6 "@changesets/cli": 2.23.0 "@finos/babel-preset-legend-studio": "workspace:*" "@finos/eslint-plugin-legend-studio": "workspace:*" @@ -11468,10 +11772,10 @@ __metadata: languageName: node linkType: hard -"mobx@npm:6.6.0": - version: 6.6.0 - resolution: "mobx@npm:6.6.0" - checksum: 369b8d6830ec286e9c856c80002c7a554d46bca739b7f76432cb56b3ce1fe0a7ed7e5a994b9793d30023beeff0dd16300a501e831fa97107104e4fedc7d4af8f +"mobx@npm:6.6.1": + version: 6.6.1 + resolution: "mobx@npm:6.6.1" + checksum: 20e876693d1a99916d347ba666f47e7931d5aa5a1172eae48d172477d537577d604207a8f8918041f9b6c74280b6533a516cf1639929735c6bb514f34776225a languageName: node linkType: hard @@ -13654,6 +13958,20 @@ __metadata: languageName: node linkType: hard +"regexpu-core@npm:^5.1.0": + version: 5.1.0 + resolution: "regexpu-core@npm:5.1.0" + dependencies: + regenerate: ^1.4.2 + regenerate-unicode-properties: ^10.0.1 + regjsgen: ^0.6.0 + regjsparser: ^0.8.2 + unicode-match-property-ecmascript: ^2.0.0 + unicode-match-property-value-ecmascript: ^2.0.0 + checksum: 7b4eb8d182d9d10537a220a93138df5bc7eaf4ed53e36b95e8427d33ed8a2b081468f1a15d3e5fcee66517e1df7f5ca180b999e046d060badd97150f2ffe87b2 + languageName: node + linkType: hard + "registry-auth-token@npm:^4.0.0": version: 4.2.2 resolution: "registry-auth-token@npm:4.2.2" @@ -14026,9 +14344,9 @@ __metadata: languageName: node linkType: hard -"sass-loader@npm:13.0.1": - version: 13.0.1 - resolution: "sass-loader@npm:13.0.1" +"sass-loader@npm:13.0.2": + version: 13.0.2 + resolution: "sass-loader@npm:13.0.2" dependencies: klona: ^2.0.4 neo-async: ^2.6.2 @@ -14047,7 +14365,7 @@ __metadata: optional: true sass-embedded: optional: true - checksum: 21a4e59947c4a0dd851a7f3e5079ca4cdb0af17cc603862318585f5f72683a0c72926ef73e65a249b5210347894e47df38bfa5fee91132c9f2d29393c7d82b57 + checksum: 6306712cc75bd4b4260ce67178778c92110089485f358b5956b6b12aba15a55e5c7287154daaf8b32678891df915b7bcda7356991afe8bf08ca7356ed30eb448 languageName: node linkType: hard