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:
Generated
+9
-1
@@ -3167,7 +3167,15 @@ snapshots:
|
|||||||
'@rolldown/binding-win32-x64-msvc@1.0.3':
|
'@rolldown/binding-win32-x64-msvc@1.0.3':
|
||||||
optional: true
|
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:
|
dependencies:
|
||||||
tslib: 2.8.1
|
tslib: 2.8.1
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user