Skip to content

Commit fb986ae

Browse files
authored
0.0.4
Update dependencies
1 parent 6aaf682 commit fb986ae

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

.github/workflows/ci.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ on:
1212
- released
1313

1414
env:
15-
NODE_BUILD_CMD: npx prebuild -r node -t 14.0.0 -t 16.0.0 -t 18.0.0 -t 20.0.0
16-
ELECTRON_BUILD_CMD: npx prebuild -r electron -t 16.0.0 -t 17.0.0 -t 18.0.0 -t 19.0.0 -t 20.0.0 -t 21.0.0 -t 22.0.0 -t 23.0.0 -t 24.0.0
15+
NODE_BUILD_CMD: npx prebuild -r node -t 16.0.0 -t 18.0.0 -t 20.0.0 -t 21.0.0
16+
ELECTRON_BUILD_CMD: npx prebuild -r electron -t 15.0.0 -t 16.0.0 -t 17.0.0 -t 18.0.0 -t 19.0.0 -t 20.0.0 -t 21.0.0 -t 22.0.0 -t 23.0.0 -t 24.0.0 -t 25.0.0 -t 26.0.0 -t 27.0.0 -t 28.0.0
1717

1818
jobs:
1919

@@ -24,7 +24,6 @@ jobs:
2424
- ubuntu-latest
2525
- macos-latest
2626
node:
27-
- 14
2827
- 16
2928
- 18
3029
- 20

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@curlconverter/tree-sitter-bash",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "a fork of the Bash grammar for tree-sitter",
55
"main": "bindings/node",
66
"keywords": [
@@ -10,13 +10,13 @@
1010
"author": "Max Brunsfeld",
1111
"license": "MIT",
1212
"dependencies": {
13-
"nan": "^2.17.0",
13+
"nan": "^2.18.0",
1414
"prebuild-install": "^7.1.1"
1515
},
1616
"devDependencies": {
17-
"node-gyp": "^9.3.1",
18-
"prebuild": "^11.0.4",
19-
"tree-sitter-cli": "^0.20.8"
17+
"node-gyp": "^10.0.1",
18+
"prebuild": "^13.0.0",
19+
"tree-sitter-cli": "^0.21.0"
2020
},
2121
"overrides": {
2222
"prebuild": {

0 commit comments

Comments
 (0)