mirror of
https://github.com/pnpm/pnpm.git
synced 2026-02-01 10:42:28 -05:00
fix(deps): remove @pnpm/config from deps of @pnpm/outdated
This commit is contained in:
5
.changeset/long-jars-obey.md
Normal file
5
.changeset/long-jars-obey.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@pnpm/outdated": patch
|
||||
---
|
||||
|
||||
Remove @pnpm/config from dependencies (as it is not used).
|
||||
@@ -35,7 +35,6 @@
|
||||
"@pnpm/logger": ">=3.1.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@pnpm/config": "workspace:9.2.0",
|
||||
"@pnpm/constants": "workspace:4.0.0",
|
||||
"@pnpm/default-resolver": "workspace:9.0.2",
|
||||
"@pnpm/error": "workspace:1.2.0",
|
||||
|
||||
2
pnpm-lock.yaml
generated
2
pnpm-lock.yaml
generated
@@ -1138,7 +1138,6 @@ importers:
|
||||
version-selector-type: ^3.0.0
|
||||
packages/outdated:
|
||||
dependencies:
|
||||
'@pnpm/config': 'link:../config'
|
||||
'@pnpm/constants': 'link:../constants'
|
||||
'@pnpm/default-resolver': 'link:../default-resolver'
|
||||
'@pnpm/error': 'link:../error'
|
||||
@@ -1162,7 +1161,6 @@ importers:
|
||||
'@types/semver': 7.2.0
|
||||
npm-run-all: 4.1.5
|
||||
specifiers:
|
||||
'@pnpm/config': 'workspace:9.2.0'
|
||||
'@pnpm/constants': 'workspace:4.0.0'
|
||||
'@pnpm/default-resolver': 'workspace:9.0.2'
|
||||
'@pnpm/error': 'workspace:1.2.0'
|
||||
|
||||
Reference in New Issue
Block a user