fix(bindings): update swift & node dependencies (#4432) (#4499)

Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
This commit is contained in:
tree-sitter-ci-bot[bot] 2025-06-07 15:09:22 -04:00 committed by GitHub
parent 415a657d08
commit 4fcf78cfec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 24 additions and 19 deletions

View file

@ -29,15 +29,15 @@
"*.wasm"
],
"dependencies": {
"node-addon-api": "^8.2.1",
"node-gyp-build": "^4.8.2"
"node-addon-api": "^8.3.1",
"node-gyp-build": "^4.8.4"
},
"devDependencies": {
"prebuildify": "^6.0.1",
"tree-sitter-cli": "^CLI_VERSION"
},
"peerDependencies": {
"tree-sitter": "^0.21.1"
"tree-sitter": "^0.22.4"
},
"peerDependenciesMeta": {
"tree-sitter": {