mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-18 22:02:53 -04:00
fix(headless): @zkochan/rimraf should be a prod dependency
This commit is contained in:
5
.changeset/hip-numbers-visit.md
Normal file
5
.changeset/hip-numbers-visit.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@pnpm/headless": patch
|
||||
---
|
||||
|
||||
`@zkochan/rimraf` should be a prod dependency.
|
||||
@@ -27,7 +27,6 @@
|
||||
"@types/ramda": "0.27.39",
|
||||
"@types/rimraf": "^3.0.0",
|
||||
"@types/sinon": "^10.0.6",
|
||||
"@zkochan/rimraf": "^2.1.1",
|
||||
"is-windows": "^1.0.2",
|
||||
"isexe": "2.0.0",
|
||||
"load-json-file": "^6.2.0",
|
||||
@@ -88,6 +87,7 @@
|
||||
"@pnpm/store-controller-types": "workspace:11.0.10",
|
||||
"@pnpm/symlink-dependency": "workspace:4.0.11",
|
||||
"@pnpm/types": "workspace:7.8.0",
|
||||
"@zkochan/rimraf": "^2.1.1",
|
||||
"dependency-path": "workspace:8.0.9",
|
||||
"p-limit": "^3.1.0",
|
||||
"path-absolute": "^1.0.1",
|
||||
|
||||
2
pnpm-lock.yaml
generated
2
pnpm-lock.yaml
generated
@@ -1103,6 +1103,7 @@ importers:
|
||||
'@pnpm/store-controller-types': link:../store-controller-types
|
||||
'@pnpm/symlink-dependency': link:../symlink-dependency
|
||||
'@pnpm/types': link:../types
|
||||
'@zkochan/rimraf': 2.1.1
|
||||
dependency-path: link:../dependency-path
|
||||
p-limit: 3.1.0
|
||||
path-absolute: 1.0.1
|
||||
@@ -1123,7 +1124,6 @@ importers:
|
||||
'@types/ramda': 0.27.39
|
||||
'@types/rimraf': 3.0.2
|
||||
'@types/sinon': 10.0.6
|
||||
'@zkochan/rimraf': 2.1.1
|
||||
is-windows: 1.0.2
|
||||
isexe: 2.0.0
|
||||
load-json-file: 6.2.0
|
||||
|
||||
Reference in New Issue
Block a user