Bump @types/node from 10.11.5 to 12.0.2 (#908)

Bump @types/node from 10.11.5 to 12.0.2
This commit is contained in:
Eugene 2019-05-24 20:42:26 +02:00 committed by GitHub
commit 8660d0ced4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions

View File

@ -6,7 +6,7 @@
"@types/electron-debug": "^1.1.0",
"@types/fs-promise": "1.0.1",
"@types/js-yaml": "^3.11.2",
"@types/node": "^10.11.5",
"@types/node": "^12.0.2",
"@types/webpack-env": "1.13.0",
"app-builder-lib": "^20.41.0",
"apply-loader": "0.1.0",

View File

@ -85,9 +85,10 @@
dependencies:
"@types/node" "*"
"@types/node@*", "@types/node@^10.11.5":
version "10.11.5"
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.11.5.tgz#6489ebda4452592d3fd37aefa57eedc01ed13378"
"@types/node@*", "@types/node@^12.0.2":
version "12.0.2"
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.0.2.tgz#3452a24edf9fea138b48fad4a0a028a683da1e40"
integrity sha512-5tabW/i+9mhrfEOUcLDu2xBPsHJ+X5Orqy9FKpale3SjDA17j5AEpYq5vfy3oAeAHGcvANRCO3NV3d2D6q3NiA==
"@types/node@^10.12.18":
version "10.12.26"