Skip to content

Commit

Permalink
Update @types/node and typescript dependency (microsoft#737)
Browse files Browse the repository at this point in the history
The new version of @types/node avoids the new generator types introduced
recently in typescript@next.
  • Loading branch information
sandersn authored Jul 10, 2019
1 parent 7f5ab3c commit ab8f9e5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@types/jsdom": "^11.0.4",
"@types/node": "^9.4.6",
"@types/node": "^9.6.49",
"@types/node-fetch": "^1.6.7",
"@types/webidl2": "^10.2.1",
"cpx": "^1.5.0",
Expand Down

0 comments on commit ab8f9e5

Please sign in to comment.