Skip to content

Commit 00d8470

Browse files
committed
chore(deps): bump treesitter-artifacts to 1.7.5
Update @unit-mesh/treesitter-artifacts npm dependency from 1.7.4 to 1.7.5 for JS and WASM-JS platforms.
1 parent 38763a6 commit 00d8470

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mpp-codegraph/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)