Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
⬆️ update tree-sitter packages to 0.19.0
My operators pr is almost not blocked now!
  • Loading branch information
icecream17 authored Mar 28, 2021
commit 3b60b4d22b51c84d1b26e8af0b65bfcd0a6ea3d1
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"coffeelint": "^1.10.1"
},
"dependencies": {
"tree-sitter-javascript": "^0.16.0",
"tree-sitter-jsdoc": "^0.16.0",
"tree-sitter-regex": "^0.16.0"
"tree-sitter-javascript": "^0.19.0",
"tree-sitter-jsdoc": "^0.19.0",
"tree-sitter-regex": "^0.19.0"
}
}