fix(headless): @zkochan/rimraf should be a prod dependency

This commit is contained in:
Zoltan Kochan
2022-01-07 19:47:37 +02:00
parent 34f4409316
commit df69150fc6
3 changed files with 7 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
---
"@pnpm/headless": patch
---
`@zkochan/rimraf` should be a prod dependency.

View File

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

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