Files
pnpm/__fixtures__/custom-modules-dir/pnpm-lock.yaml
Zoltan Kochan 501133d30b refactor: bump lockfile version to v9 instead of v7 (#7861)
In order to align the lockfile version with pnpm version that ships it.
2024-04-06 17:12:37 +02:00

37 lines
759 B
YAML

lockfileVersion: '9.0'
importers:
.: {}
packages/bar:
dependencies:
is-positive:
specifier: 1.0.0
version: 1.0.0
packages/foo:
dependencies:
'@scope/bar':
specifier: workspace:*
version: link:../bar
is-positive:
specifier: 3.1.0
version: 3.1.0
packages:
is-positive@1.0.0:
resolution: {integrity: sha512-xxzPGZ4P2uN6rROUa5N9Z7zTX6ERuE0hs6GUOc/cKBLF2NqKc16UwqHMt3tFg4CO6EBTE5UecUasg+3jZx3Ckg==}
engines: {node: '>=0.10.0'}
is-positive@3.1.0:
resolution: {integrity: sha512-8ND1j3y9/HP94TOvGzr69/FgbkX2ruOldhLEsTWwcJVfo4oRjwemJmJxt7RJkKYH8tz7vYBP9JcKQY8CLuJ90Q==}
engines: {node: '>=0.10.0'}
snapshots:
is-positive@1.0.0: {}
is-positive@3.1.0: {}