Skip to content

Commit

Permalink
GH-815: Bumped up the node-pty version.
Browse files Browse the repository at this point in the history
The new version is intentionally 0.7.1 to be sync with VSCode.

Signed-off-by: Akos Kitta <kittaakos@gmail.com>
  • Loading branch information
kittaakos committed Nov 10, 2017
1 parent a195030 commit 7098693
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/process/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Theia process support.",
"dependencies": {
"@theia/core": "^0.2.0",
"node-pty": "^0.7.0"
"node-pty": "^0.7.1"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4606,9 +4606,9 @@ node-pre-gyp@^0.6.36:
tar "^2.2.1"
tar-pack "^3.4.0"

node-pty@^0.7.0:
version "0.7.0"
resolved "https://registry.yarnpkg.com/node-pty/-/node-pty-0.7.0.tgz#993038692d3a2921811a152658fc7dc211323ac2"
node-pty@^0.7.1:
version "0.7.2"
resolved "https://registry.yarnpkg.com/node-pty/-/node-pty-0.7.2.tgz#b6cff79fd01f58b84947c034434c8cbeb157da43"
dependencies:
nan "^2.6.2"

Expand Down

0 comments on commit 7098693

Please sign in to comment.