build: ensure that we bundle the correct version of @types/node (#19102)

This commit is contained in:
Samuel Attard 2019-07-03 16:36:59 -07:00 committed by GitHub
parent 5a1b661f42
commit 4b674c1daf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 1 deletions

View file

@ -9,7 +9,7 @@
},
"dependencies": {
"@electron/get": "^1.0.1",
"@types/node": "^10.12.18",
"@types/node": "^12.0.12",
"extract-zip": "^1.0.3"
},
"engines": {