mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-24 08:35:19 -04:00
fix(make-dedicated-lockfile): add @pnpm/logger as dependency
This commit is contained in:
5
.changeset/good-rockets-confess.md
Normal file
5
.changeset/good-rockets-confess.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@pnpm/make-dedicated-lockfile": patch
|
||||
---
|
||||
|
||||
Add missing peer dependency: @pnpm/logger.
|
||||
@@ -37,6 +37,7 @@
|
||||
"@pnpm/exportable-manifest": "workspace:^1.0.0",
|
||||
"@pnpm/find-workspace-dir": "workspace:^1.0.0",
|
||||
"@pnpm/lockfile-file": "workspace:^3.0.11",
|
||||
"@pnpm/logger": "^3.2.2",
|
||||
"@pnpm/prune-lockfile": "workspace:^2.0.14",
|
||||
"@pnpm/read-project-manifest": "workspace:^1.0.11",
|
||||
"@pnpm/types": "workspace:^6.2.0",
|
||||
|
||||
2
pnpm-lock.yaml
generated
2
pnpm-lock.yaml
generated
@@ -1026,6 +1026,7 @@ importers:
|
||||
'@pnpm/exportable-manifest': 'link:../exportable-manifest'
|
||||
'@pnpm/find-workspace-dir': 'link:../find-workspace-dir'
|
||||
'@pnpm/lockfile-file': 'link:../lockfile-file'
|
||||
'@pnpm/logger': 3.2.2
|
||||
'@pnpm/prune-lockfile': 'link:../prune-lockfile'
|
||||
'@pnpm/read-project-manifest': 'link:../read-project-manifest'
|
||||
'@pnpm/types': 'link:../types'
|
||||
@@ -1044,6 +1045,7 @@ importers:
|
||||
'@pnpm/exportable-manifest': 'workspace:^1.0.0'
|
||||
'@pnpm/find-workspace-dir': 'workspace:^1.0.0'
|
||||
'@pnpm/lockfile-file': 'workspace:^3.0.11'
|
||||
'@pnpm/logger': ^3.2.2
|
||||
'@pnpm/prune-lockfile': 'workspace:^2.0.14'
|
||||
'@pnpm/read-project-manifest': 'workspace:^1.0.11'
|
||||
'@pnpm/types': 'workspace:^6.2.0'
|
||||
|
||||
Reference in New Issue
Block a user