build: ensure that we bundle the correct version of @types/node (#19102)
This commit is contained in:
parent
5a1b661f42
commit
4b674c1daf
2 changed files with 11 additions and 1 deletions
|
@ -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": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue