We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1320865 commit fb5b4faCopy full SHA for fb5b4fa
HISTORY.md
@@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
5
## unreleased
6
7
<!-- add unreleased items here -->
8
+
9
+* Dependencies
10
+ * Support `libxmljs2@^0.35||0.37`, was `@0.35` (via [#])
11
* Build
12
* Use _TypeScript_ `v5.8.3` now, was `v5.8.2` (via [#1227])
13
* Use _webpack_ `v5.99.5` now, was `v5.98.0` (via [#1229])
package.json
@@ -87,7 +87,7 @@
87
"ajv": "^8.12.0",
88
"ajv-formats": "^3.0.1",
89
"ajv-formats-draft2019": "^1.6.1",
90
- "libxmljs2": "^0.35",
+ "libxmljs2": "^0.35||^0.37",
91
"xmlbuilder2": "^3.0.2"
92
},
93
"devDependencies": {
0 commit comments