Skip to content

Commit

Permalink
chore: use latest tree-sitter-typescript from github (#3812)
Browse files Browse the repository at this point in the history
  • Loading branch information
adidahiya committed Nov 15, 2019
1 parent a6663f5 commit a0bcf87
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/docs-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"language-less": "github:atom/language-less",
"marked": "^0.6.2",
"semver": "^6.0.0",
"tree-sitter-typescript": "^0.13.6"
"tree-sitter-typescript": "github:tree-sitter/tree-sitter-typescript#3684243ae16fca82bb337782759d7316fdf5f325"
},
"repository": {
"type": "git",
Expand Down
11 changes: 5 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6614,7 +6614,7 @@ [email protected]:
resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.7.tgz#3075ce93bc21b8fab43e1bc4da7e8115ed1e7bab"
integrity sha1-MHXOk7whuPq0PhvE2n6BFe0ee6s=

nan@^2.10.0, nan@^2.12.1, nan@^2.13.2:
nan@^2.12.1, nan@^2.13.2, nan@^2.14.0:
version "2.14.0"
resolved "https://registry.yarnpkg.com/nan/-/nan-2.14.0.tgz#7818f722027b2459a86f0295d434d1fc2336c52c"
integrity sha512-INOFj37C7k3AfaNTtX8RhsTw7qRy7eLET14cROi9+5HAVbbHuIWUHEauBv5qT4Av2tWasiTY1Jw6puUNqRJXQg==
Expand Down Expand Up @@ -10367,12 +10367,11 @@ tough-cookie@~2.4.3:
psl "^1.1.24"
punycode "^1.4.1"

tree-sitter-typescript@^0.13.6:
version "0.13.6"
resolved "https://registry.yarnpkg.com/tree-sitter-typescript/-/tree-sitter-typescript-0.13.6.tgz#f13fa362a9f797f571341706a87607a758bb3d10"
integrity sha512-1csvCrW5gf4d4D0ZXCctsVDr0M+fOCXYfX/Tve6OAeHUdFu0JsI+CEsS6X3VH7umX5/62RDYe1cwbvOhCuIiXA==
"tree-sitter-typescript@github:tree-sitter/tree-sitter-typescript#3684243ae16fca82bb337782759d7316fdf5f325":
version "0.15.1"
resolved "https://codeload.github.com/tree-sitter/tree-sitter-typescript/tar.gz/3684243ae16fca82bb337782759d7316fdf5f325"
dependencies:
nan "^2.10.0"
nan "^2.14.0"

trim-newlines@^1.0.0:
version "1.0.0"
Expand Down

0 comments on commit a0bcf87

Please sign in to comment.