node-pty@0.9.0-beta16

Includes:

- microsoft/node-pty#313 Update xterm in example
- microsoft/node-pty#314 Fix 32-bit Windows ConPTY crash
- microsoft/node-pty#315 Fix node 8 compiling

Part of #74640
This commit is contained in:
Daniel Imms 2019-06-03 14:21:10 -07:00
parent 039b3e0a1a
commit dbbafdf428
2 changed files with 6 additions and 6 deletions

View file

@ -40,7 +40,7 @@
"native-is-elevated": "^0.2.1",
"native-keymap": "1.2.5",
"native-watchdog": "1.0.0",
"node-pty": "0.9.0-beta13",
"node-pty": "0.9.0-beta16",
"onigasm-umd": "^2.2.2",
"semver": "^5.5.0",
"spdlog": "0.8.1",
@ -155,4 +155,4 @@
"windows-mutex": "0.2.1",
"windows-process-tree": "0.2.3"
}
}
}

View file

@ -6131,10 +6131,10 @@ node-pre-gyp@^0.10.0:
semver "^5.3.0"
tar "^4"
node-pty@0.9.0-beta13:
version "0.9.0-beta13"
resolved "https://registry.yarnpkg.com/node-pty/-/node-pty-0.9.0-beta13.tgz#615cae7447ac232aefa65a263d6821bc04d0f213"
integrity sha512-hO1U8Hd4OhSZMryTqfsog2bJnRGh8Ct3yTsfKRbLK8qhUnqmyOdHzLQkGTx5J7aG7iA8mDVcWBSx2YX2MpkDRQ==
node-pty@0.9.0-beta16:
version "0.9.0-beta16"
resolved "https://registry.yarnpkg.com/node-pty/-/node-pty-0.9.0-beta16.tgz#f11521e73bb4a26df23c40a05f4ca1be93340864"
integrity sha512-5onsCFXGTPcOZFAKh+E+aYalMomMAGqCnz/ibxCEL3xP73VAHRD6L+EadxRXFGbAG9o/EQzT0Wso+xLqhxXtgQ==
dependencies:
nan "^2.13.2"