Skip to content

Commit

Permalink
fix lint and update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hankthetank27 committed Aug 12, 2024
1 parent d435e3f commit b75caa8
Show file tree
Hide file tree
Showing 7 changed files with 5,753 additions and 5,726 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- run: npm install
- run: npm test


test_windows:
runs-on: windows-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion grammar.js
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ module.exports = grammar({
alias(
// match any sequence of non-whitespace charaters that does not contain "{{" or "{%"
/(\{[^{%\s][^{\s]*|[^{\s]+)(?:\{[^{%\s][^{\s]*)*/,
$.string
$.string,
),
),
repeat(
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
"src/**"
],
"dependencies": {
"node-addon-api": "^7.1.0",
"node-gyp-build": "^4.8.0"
"node-addon-api": "^8.0.0",
"node-gyp-build": "^4.8.1"
},
"peerDependencies": {
"tree-sitter": "^0.21.0"
"tree-sitter": "^0.21.1"
},
"peerDependenciesMeta": {
"tree_sitter": {
Expand All @@ -40,8 +40,8 @@
"devDependencies": {
"eslint": "^8.57.0",
"eslint-config-google": "^0.14.0",
"tree-sitter-cli": "0.20.8",
"prebuildify": "^6.0.0"
"tree-sitter-cli": "0.22.6",
"prebuildify": "^6.0.1"
},
"scripts": {
"build": "tree-sitter generate",
Expand Down
Binary file modified prebuilds/darwin-arm64/tree-sitter-liquid.node
Binary file not shown.
1 change: 0 additions & 1 deletion src/grammar.json

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

Loading

0 comments on commit b75caa8

Please sign in to comment.