chore: update @types/node version for 3-1-x (#18283)

This commit is contained in:
Samuel Attard
2019-07-11 08:50:07 -07:00
committed by Shelley Vohr
parent 4c409c4651
commit 18e47e7af0

View File

@@ -11,7 +11,7 @@
"main": "index.js",
"types": "electron.d.ts",
"dependencies": {
"@types/node": "^8.0.24",
"@types/node": "^10.1.4",
"electron-download": "^4.1.0",
"extract-zip": "^1.0.3"
},