Skip to content

Commit

Permalink
Update dependencies and regex matcher
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross35 committed Jan 3, 2024
1 parent 13caefa commit d420d76
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
"author": "Anshuman Medhi",
"license": "MIT",
"dependencies": {
"nan": "^2.14.2",
"tree-sitter": "^0.19.0"
"nan": "^2.18.2",
"tree-sitter": "^0.20.6"
},
"devDependencies": {
"eslint": "^8.51.0",
"eslint": "^8.56.0",
"eslint-config-google": "^0.14.0",
"tree-sitter-cli": "^0.19.3"
"tree-sitter-cli": "^0.20.8"
},
"tree-sitter": [
{
Expand All @@ -37,7 +37,7 @@
"highlights": [
"queries/highlights.scm"
],
"injection-regex": "^(just)$",
"injection-regex": "^\\.?(just(file)?)$",
"locals": [
"queries/locals.scm"
],
Expand Down

0 comments on commit d420d76

Please sign in to comment.