Skip to content

Commit 68a4572

Browse files
committed
chore: bump mathjs to address dependabot
1 parent bf0077a commit 68a4572

File tree

4 files changed

+36
-36
lines changed

4 files changed

+36
-36
lines changed

dist/js/entity/set/factory.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export declare const constructEntitySetFactoryByConfig: ({ entitySetCls, ordered
2626
readonly slug: string;
2727
readonly isSystemEntity: boolean;
2828
getAsEntityReference(byIdOnly?: boolean): import("@mat3ra/esse/dist/js/types").EntityReferenceSchema;
29-
getEntityByName(entities: import("../in_memory").InMemoryEntity[], entity: string, name: string): import("../in_memory").InMemoryEntity;
29+
getEntityByName(entities: import("..").InMemoryEntity[], entity: string, name: string): import("..").InMemoryEntity;
3030
};
3131
} & {
3232
new (...args: any[]): {
@@ -57,7 +57,7 @@ export declare const constructEntitySetFactoryByConfig: ({ entitySetCls, ordered
5757
readonly slug: string;
5858
readonly isSystemEntity: boolean;
5959
getAsEntityReference(byIdOnly?: boolean): import("@mat3ra/esse/dist/js/types").EntityReferenceSchema;
60-
getEntityByName(entities: import("../in_memory").InMemoryEntity[], entity: string, name: string): import("../in_memory").InMemoryEntity;
60+
getEntityByName(entities: import("..").InMemoryEntity[], entity: string, name: string): import("..").InMemoryEntity;
6161
};
6262
} & typeof InMemoryEntitySet) | undefined;
6363
}) => (config: AnyObject, entityCls: EntitySetSchema["entityCls"]) => InMemoryEntitySet;

dist/js/entity/set/ordered.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export declare const OrderedInMemoryEntitySet: {
2222
readonly slug: string;
2323
readonly isSystemEntity: boolean;
2424
getAsEntityReference(byIdOnly?: boolean): import("@mat3ra/esse/dist/js/types").EntityReferenceSchema;
25-
getEntityByName(entities: import("../in_memory").InMemoryEntity[], entity: string, name: string): import("../in_memory").InMemoryEntity;
25+
getEntityByName(entities: import("..").InMemoryEntity[], entity: string, name: string): import("..").InMemoryEntity;
2626
};
2727
} & {
2828
new (...args: any[]): {
@@ -53,6 +53,6 @@ export declare const OrderedInMemoryEntitySet: {
5353
readonly slug: string;
5454
readonly isSystemEntity: boolean;
5555
getAsEntityReference(byIdOnly?: boolean): import("@mat3ra/esse/dist/js/types").EntityReferenceSchema;
56-
getEntityByName(entities: import("../in_memory").InMemoryEntity[], entity: string, name: string): import("../in_memory").InMemoryEntity;
56+
getEntityByName(entities: import("..").InMemoryEntity[], entity: string, name: string): import("..").InMemoryEntity;
5757
};
5858
} & typeof InMemoryEntitySet;

package-lock.json

Lines changed: 31 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"js-yaml": "^4.1.0",
4343
"json-schema": "^0.4.0",
4444
"lodash": "^4.17.*",
45-
"mathjs": "^3.9.0",
45+
"mathjs": "12.4.1",
4646
"mixwith": "^0.1.1",
4747
"nunjucks": "^3.2.4",
4848
"react-jsonschema-form": "^1.8.1",

0 commit comments

Comments
 (0)