File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ kotlin {
9494 // web-tree-sitter for JS platform
9595 implementation(npm(" web-tree-sitter" , " 0.22.2" ))
9696 // TreeSitter WASM artifacts - matching autodev-workbench versions
97- implementation(npm(" @unit-mesh/treesitter-artifacts" , " 1.7.4 " ))
97+ implementation(npm(" @unit-mesh/treesitter-artifacts" , " 1.7.5 " ))
9898 }
9999 }
100100
@@ -109,7 +109,7 @@ kotlin {
109109 // web-tree-sitter for WASM-JS platform (uses same npm packages as JS)
110110 implementation(npm(" web-tree-sitter" , " 0.22.2" ))
111111 // TreeSitter WASM artifacts
112- implementation(npm(" @unit-mesh/treesitter-artifacts" , " 1.7.4 " ))
112+ implementation(npm(" @unit-mesh/treesitter-artifacts" , " 1.7.5 " ))
113113
114114 implementation(devNpm(" copy-webpack-plugin" , " 12.0.2" ))
115115 }
You can’t perform that action at this time.
0 commit comments