mirror of
https://github.com/ivuorinen/tree-sitter-shellspec.git
synced 2026-02-10 07:50:31 +00:00
chore: update dependencies and project configuration
- Align tree-sitter dependencies to latest versions (bash 0.25.1, cli 0.25.10) - Clean up .gitignore redundant patterns and normalize path styles - Improve CodeRabbit configuration with path filters and simplified instructions - Add test corpus exclusion to match project intent
This commit is contained in:
@@ -49,13 +49,13 @@
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"tree-sitter-bash": "^0.25.0"
|
||||
"tree-sitter-bash": "^0.25.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eclint": "^2.8.1",
|
||||
"markdownlint-cli": "^0.46.0",
|
||||
"nodemon": "^3.0.1",
|
||||
"prettier": "^3.6.2",
|
||||
"tree-sitter-cli": "^0.25.0"
|
||||
"tree-sitter-cli": "^0.25.10"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user