Skip to content

Commit

Permalink
Remove unused fast-xml-parser
Browse files Browse the repository at this point in the history
The use of this dependency was
removed in commit 7d1c5c5.
  • Loading branch information
pjonsson committed Dec 30, 2024
1 parent 802b112 commit a69427c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 50 deletions.
48 changes: 4 additions & 44 deletions package-lock.json

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

11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,14 @@
},
"license": "MIT",
"dependencies": {
"fast-xml-parser": "^4.3.6",
"@xmldom/xmldom": "^0.8.10"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.8",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-strip": "^3.0.4",
"@rollup/plugin-terser": "^0.4.4",
"ava": "^6.1.2",
"cors-anywhere": "^0.4.4",
"eslint": "^6.6.0",
Expand All @@ -40,11 +44,6 @@
"express": "^4.17.1",
"isomorphic-fetch": "^3.0.0",
"rollup": "^4.18.0",
"@rollup/plugin-commonjs": "^25.0.8",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-strip": "^3.0.4",
"@rollup/plugin-terser": "^0.4.4",
"serve": "^14.2.3",
"serve-static": "^1.15.0",
"test-listen": "^1.1.0"
Expand Down

0 comments on commit a69427c

Please sign in to comment.