fix(lock): restore missing snapshots after cherry-pick conflict

The merge conflict on pnpm-lock.yaml spanned the @rolldown/pluginutils
entry, causing git's auto-merge to drop the subsequent @rtsao/scc,
@standard-schema/spec, and @swc/helpers snapshot blocks.

Also, @rolldown/pluginutils@1.0.1 in HEAD had a dependencies section
(tslib) that was mis-resolved as '{}', corrupting the YAML.

Re-add the missing snapshot entries to make pnpm install --frozen-lockfile
pass.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2026-06-09 13:44:10 +08:00
parent 8cab34864e
commit f060301c24
+9 -1
View File
@@ -3167,7 +3167,15 @@ snapshots:
'@rolldown/binding-win32-x64-msvc@1.0.3':
optional: true
'@rolldown/pluginutils@1.0.1': {}
'@rolldown/pluginutils@1.0.1':
dependencies:
tslib: 2.8.1
'@rtsao/scc@1.1.0': {}
'@standard-schema/spec@1.1.0': {}
'@swc/helpers@0.5.15':
dependencies:
tslib: 2.8.1