Skip to content

Commit 7300fbb

Browse files
committed
fix: move fast-xml-parser to runtime dependencies
- Resolve import error when using JunitXmlFormatter - Enable XML output functionality for published package
1 parent 5153d50 commit 7300fbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"ajv": "^8.12.0",
4242
"commander": "^12.0.0",
4343
"debug": "^4.3.0",
44+
"fast-xml-parser": "^5.2.5",
4445
"yaml": "^2.0.0",
4546
"zod": "^3.25.76"
4647
},
@@ -53,7 +54,6 @@
5354
"@vitest/ui": "^3.2.4",
5455
"dotenv-cli": "^8.0.0",
5556
"eslint": "^9.30.1",
56-
"fast-xml-parser": "^5.2.5",
5757
"globals": "^16.3.0",
5858
"lefthook": "^1.12.1",
5959
"prettier": "^3.6.2",

0 commit comments

Comments
 (0)