Skip to content

Commit e8b5d30

Browse files
committed
Update lockfile
1 parent cf5edbb commit e8b5d30

File tree

3 files changed

+919
-676
lines changed

3 files changed

+919
-676
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88
/node_modules
99
/.pnp
1010
.pnp.js
11+
.yarn/*
12+
!.yarn/patches
13+
!.yarn/plugins
14+
!.yarn/releases
15+
!.yarn/sdks
16+
!.yarn/versions
1117

1218
# testing
1319
/coverage

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"eslint": "^8.25.0",
1616
"eslint-plugin-tree-sitter": "^0.0.1",
1717
"prettier": "^2.7.1",
18-
"tree-sitter-cli": "^0.20.7"
18+
"tree-sitter-cli": "0.20.7"
1919
}
2020
}

0 commit comments

Comments
 (0)