Skip to content

Commit fb5b4fa

Browse files
authored
feat: support libxmljs2 0.37 (#1243)
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 1320865 commit fb5b4fa

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

HISTORY.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
55
## unreleased
66

77
<!-- add unreleased items here -->
8+
9+
* Dependencies
10+
* Support `libxmljs2@^0.35||0.37`, was `@0.35` (via [#])
811
* Build
912
* Use _TypeScript_ `v5.8.3` now, was `v5.8.2` (via [#1227])
1013
* Use _webpack_ `v5.99.5` now, was `v5.98.0` (via [#1229])

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"ajv": "^8.12.0",
8888
"ajv-formats": "^3.0.1",
8989
"ajv-formats-draft2019": "^1.6.1",
90-
"libxmljs2": "^0.35",
90+
"libxmljs2": "^0.35||^0.37",
9191
"xmlbuilder2": "^3.0.2"
9292
},
9393
"devDependencies": {

0 commit comments

Comments
 (0)