Skip to content

Commit

Permalink
chore: bump mathjs to address dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
timurbazhirov committed Sep 13, 2024
1 parent bf0077a commit 68a4572
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 36 deletions.
4 changes: 2 additions & 2 deletions dist/js/entity/set/factory.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export declare const constructEntitySetFactoryByConfig: ({ entitySetCls, ordered
readonly slug: string;
readonly isSystemEntity: boolean;
getAsEntityReference(byIdOnly?: boolean): import("@mat3ra/esse/dist/js/types").EntityReferenceSchema;
getEntityByName(entities: import("../in_memory").InMemoryEntity[], entity: string, name: string): import("../in_memory").InMemoryEntity;
getEntityByName(entities: import("..").InMemoryEntity[], entity: string, name: string): import("..").InMemoryEntity;
};
} & {
new (...args: any[]): {
Expand Down Expand Up @@ -57,7 +57,7 @@ export declare const constructEntitySetFactoryByConfig: ({ entitySetCls, ordered
readonly slug: string;
readonly isSystemEntity: boolean;
getAsEntityReference(byIdOnly?: boolean): import("@mat3ra/esse/dist/js/types").EntityReferenceSchema;
getEntityByName(entities: import("../in_memory").InMemoryEntity[], entity: string, name: string): import("../in_memory").InMemoryEntity;
getEntityByName(entities: import("..").InMemoryEntity[], entity: string, name: string): import("..").InMemoryEntity;
};
} & typeof InMemoryEntitySet) | undefined;
}) => (config: AnyObject, entityCls: EntitySetSchema["entityCls"]) => InMemoryEntitySet;
4 changes: 2 additions & 2 deletions dist/js/entity/set/ordered.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export declare const OrderedInMemoryEntitySet: {
readonly slug: string;
readonly isSystemEntity: boolean;
getAsEntityReference(byIdOnly?: boolean): import("@mat3ra/esse/dist/js/types").EntityReferenceSchema;
getEntityByName(entities: import("../in_memory").InMemoryEntity[], entity: string, name: string): import("../in_memory").InMemoryEntity;
getEntityByName(entities: import("..").InMemoryEntity[], entity: string, name: string): import("..").InMemoryEntity;
};
} & {
new (...args: any[]): {
Expand Down Expand Up @@ -53,6 +53,6 @@ export declare const OrderedInMemoryEntitySet: {
readonly slug: string;
readonly isSystemEntity: boolean;
getAsEntityReference(byIdOnly?: boolean): import("@mat3ra/esse/dist/js/types").EntityReferenceSchema;
getEntityByName(entities: import("../in_memory").InMemoryEntity[], entity: string, name: string): import("../in_memory").InMemoryEntity;
getEntityByName(entities: import("..").InMemoryEntity[], entity: string, name: string): import("..").InMemoryEntity;
};
} & typeof InMemoryEntitySet;
62 changes: 31 additions & 31 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"js-yaml": "^4.1.0",
"json-schema": "^0.4.0",
"lodash": "^4.17.*",
"mathjs": "^3.9.0",
"mathjs": "12.4.1",
"mixwith": "^0.1.1",
"nunjucks": "^3.2.4",
"react-jsonschema-form": "^1.8.1",
Expand Down

0 comments on commit 68a4572

Please sign in to comment.