Skip to content

Commit

Permalink
Merge pull request #12 from MikeSchmid/master
Browse files Browse the repository at this point in the history
Update xmldom dependency
  • Loading branch information
asnunes committed Aug 7, 2023
2 parents c9f29d9 + 46fd617 commit 538f91f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
28 changes: 14 additions & 14 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 @@ -47,6 +47,6 @@
"typescript": "^4.1.3"
},
"dependencies": {
"xmldom": "^0.4.0"
"@xmldom/xmldom": "^0.7.0"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import xmldom from 'xmldom';
import xmldom from '@xmldom/xmldom';

import { DOMParser } from 'xmldom';
import { DOMParser } from '@xmldom/xmldom';
import { ElementsToMathMLAdapter } from './xmldom-elements-to-mathml-elements-adapter';
import { ErrorHandler } from './error-handler';
import { MathMLElement } from '../../../data/protocols/mathml-element';
Expand Down

0 comments on commit 538f91f

Please sign in to comment.