Skip to content

Commit

Permalink
fix: add @types/xml2js to fix tsc -b
Browse files Browse the repository at this point in the history
  • Loading branch information
dblandin committed Mar 1, 2021
1 parent ba85807 commit 82a2bce
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"@types/mocha": "^5",
"@types/node": "^14",
"@types/node-fetch": "^2.5.0",
"@types/xml2js": "^0.4.8",
"chai": "^4",
"globby": "^10",
"mocha": "^5",
Expand Down
7 changes: 7 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1366,6 +1366,13 @@
dependencies:
"@types/node" "*"

"@types/xml2js@^0.4.8":
version "0.4.8"
resolved "https://registry.yarnpkg.com/@types/xml2js/-/xml2js-0.4.8.tgz#84c120c864a5976d0b5cf2f930a75d850fc2b03a"
integrity sha512-EyvT83ezOdec7BhDaEcsklWy7RSIdi6CNe95tmOAK0yx/Lm30C9K75snT3fYayK59ApC2oyW+rcHErdG05FHJA==
dependencies:
"@types/node" "*"

"@types/zen-observable@^0.8.0":
version "0.8.2"
resolved "https://registry.yarnpkg.com/@types/zen-observable/-/zen-observable-0.8.2.tgz#808c9fa7e4517274ed555fa158f2de4b4f468e71"
Expand Down

0 comments on commit 82a2bce

Please sign in to comment.