Skip to content

Commit b5ad7ce

Browse files
fix: TypeScript error in got package (#302)
got v11.5.0 introduced compilation error described in sindresorhus/got#1350. This issue suggests that upgrading @types/node to v14.0.19+ solves the problem so let's just make this upgrade.
1 parent 1600cd1 commit b5ad7ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
"devDependencies": {
4545
"@compodoc/compodoc": "^1.1.9",
4646
"@types/mocha": "^7.0.0",
47+
"@types/node": "^14.0.20",
4748
"@types/proxyquire": "^1.3.28",
4849
"@types/sinon": "^9.0.0",
4950
"c8": "^7.0.0",

0 commit comments

Comments
 (0)