fix(make-dedicated-lockfile): add @pnpm/logger as dependency

This commit is contained in:
Zoltan Kochan
2020-08-05 02:32:15 +03:00
parent bb7073003f
commit 8a2ad8662b
3 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
"@pnpm/make-dedicated-lockfile": patch
---
Add missing peer dependency: @pnpm/logger.

View File

@@ -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
View File

@@ -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'