Skip to content

Commit

Permalink
wip: fix dependencies to run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jchick-bentley committed Mar 27, 2024
1 parent 717eae4 commit 04c2f90
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
13 changes: 11 additions & 2 deletions core/package-lock.json

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

5 changes: 3 additions & 2 deletions core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,12 @@
"@itwin/presentation-common": "^4.3.5",
"@itwin/service-authorization": "1.2.0",
"@itwin/webgl-compatibility": "^4.3.5",
"@xmldom/xmldom": "^0.8.4",
"electron": ">=23.0.0",
"object-hash": "^3.0.0",
"sqlite": "^4.0.12",
"sqlite3": "^5.0.0",
"xlsx": "^0.18.5",
"@xmldom/xmldom": "^0.8.4"
"xlsx": "^0.18.5"
},
"devDependencies": {
"@bentley/aec-units-schema": "1.0.3",
Expand Down
2 changes: 1 addition & 1 deletion core/src/DynamicSchema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*--------------------------------------------------------------------------------------------*/
import { Schema as MetaSchema, SchemaContext, SchemaLoader, SchemaProps, SchemaPropsGetter } from "@itwin/ecschema-metadata";
import { AnyDiagnostic, ISchemaChanges, ISchemaCompareReporter, SchemaChanges, SchemaComparer, SchemaContextEditor } from "@itwin/ecschema-editing";
import { DOMParser, XMLSerializer } from "xmldom";
import { DOMParser, XMLSerializer } from "@xmldom/xmldom";
import { ClassRegistry, ElementAspect, IModelDb, Relationship, Schema, Schemas } from "@itwin/core-backend";
import { MutableSchema } from "@itwin/ecschema-metadata/lib/cjs/Metadata/Schema";
import { Element} from "@itwin/core-backend";
Expand Down

0 comments on commit 04c2f90

Please sign in to comment.