Skip to content

Commit

Permalink
Update tree-sitter in package.json and flake
Browse files Browse the repository at this point in the history
  • Loading branch information
rien committed May 31, 2024
1 parent 76072ae commit ae85647
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 31 deletions.
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"commander": "^11.1.0",
"csv-stringify": "^6.5.0",
"open": "^10.1.0",
"tree-sitter": "^0.20.6"
"tree-sitter": "^0.21.1"
},
"bugs": {
"url": "https://github.com/dodona-edu/dolos/issues"
Expand Down
18 changes: 9 additions & 9 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
overlays = [
devshell.overlays.default
(self: super: {
nodejs = super.nodejs_21;
nodejs = super.nodejs_22;
})
];
};
Expand Down
2 changes: 1 addition & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@dodona/dolos-parsers": "1.1.0",
"@dodona/dolos-core": "1.0.2",
"d3-dsv": "^3.0.1",
"tree-sitter": "^0.21.0"
"tree-sitter": "^0.21.1"
},
"bugs": {
"url": "https://github.com/dodona-edu/dolos/issues"
Expand Down
26 changes: 8 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions parsers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"build": "node-gyp rebuild"
},
"dependencies": {
"nan": "^2.19.0",
"node-addon-api": "^8.0.0",
"tree-sitter-compat": "^0.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion parsers/sql
Submodule sql updated 2 files
+84 −52 src/parser.c
+5 −11 src/tree_sitter/parser.h

0 comments on commit ae85647

Please sign in to comment.