Skip to content

Commit 77735b8

Browse files
mrochfacebook-github-bot
authored andcommitted
[tool] upgrade vscode-jsonrpc dep
Summary: All that changed is that tsc compiles to ES6, but it still supports node >= 4. Reviewed By: gabelevi Differential Revision: D17425021 fbshipit-source-id: 386d3770f9b46865aef3b3f55dd6e96fdc9f8707
1 parent 728e77b commit 77735b8

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

packages/flow-dev-tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"semver": "^5.6.0",
3030
"source-map-support": "~0.4.0",
3131
"twit": "^2.1.5",
32-
"vscode-jsonrpc": "^3.3.0"
32+
"vscode-jsonrpc": "^4.0.0"
3333
},
3434
"babel": {
3535
"presets": [

yarn.lock

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2879,9 +2879,10 @@ vlq@^0.2.1:
28792879
resolved "https://registry.yarnpkg.com/vlq/-/vlq-0.2.3.tgz#8f3e4328cf63b1540c0d67e1b2778386f8975b26"
28802880
integrity sha512-DRibZL6DsNhIgYQ+wNdWDL2SL3bKPlVrRiBqV5yuMm++op8W4kGFtaQfCs4KEJn0wBZcHVHJ3eoywX8983k1ow==
28812881

2882-
vscode-jsonrpc@^3.3.0:
2883-
version "3.5.0"
2884-
resolved "https://registry.yarnpkg.com/vscode-jsonrpc/-/vscode-jsonrpc-3.5.0.tgz#87239d9e166b2d7352245b8a813597804c1d63aa"
2882+
vscode-jsonrpc@^4.0.0:
2883+
version "4.0.0"
2884+
resolved "https://registry.yarnpkg.com/vscode-jsonrpc/-/vscode-jsonrpc-4.0.0.tgz#a7bf74ef3254d0a0c272fab15c82128e378b3be9"
2885+
integrity sha512-perEnXQdQOJMTDFNv+UF3h1Y0z4iSiaN9jIlb0OqIYgosPCZGYh/MCUlkFtV2668PL69lRDO32hmvL2yiidUYg==
28852886

28862887
walker@~1.0.5:
28872888
version "1.0.7"

0 commit comments

Comments
 (0)