chore: sync root pnpm-lock.yaml with new workspace dep

CI runs `pnpm install` from the repo root using the root lockfile with
the default frozen-lockfile behaviour. The previous commits ran install
only inside understand-anything-plugin/ so the new
@understand-anything/tree-sitter-dart-wasm workspace dependency was
recorded in understand-anything-plugin/pnpm-lock.yaml but missed at
the repo root — CI would have stopped at install.

Flagged by @chatgpt-codex-connector on #435.
This commit is contained in:
thejesh
2026-06-15 02:49:55 -07:00
Unverified
parent 68777feb1d
commit f2d6b997c3
+5
View File
@@ -60,6 +60,9 @@ importers:
'@tree-sitter-grammars/tree-sitter-kotlin': '@tree-sitter-grammars/tree-sitter-kotlin':
specifier: 1.1.0 specifier: 1.1.0
version: 1.1.0 version: 1.1.0
'@understand-anything/tree-sitter-dart-wasm':
specifier: workspace:*
version: link:../tree-sitter-dart-wasm
fuse.js: fuse.js:
specifier: ^7.1.0 specifier: ^7.1.0
version: 7.1.0 version: 7.1.0
@@ -198,6 +201,8 @@ importers:
specifier: ^3.1.0 specifier: ^3.1.0
version: 3.2.4(@types/debug@4.1.12)(@types/node@25.5.0)(jiti@2.6.1)(lightningcss@1.32.0)(yaml@2.8.3) version: 3.2.4(@types/debug@4.1.12)(@types/node@25.5.0)(jiti@2.6.1)(lightningcss@1.32.0)(yaml@2.8.3)
understand-anything-plugin/packages/tree-sitter-dart-wasm: {}
packages: packages:
'@ampproject/remapping@2.3.0': '@ampproject/remapping@2.3.0':