mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-11 09:28:24 -04:00
fix(supi): path-exists should be a prod dependency (#3850)
This commit is contained in:
5
.changeset/few-pens-double.md
Normal file
5
.changeset/few-pens-double.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"supi": patch
|
||||
---
|
||||
|
||||
`path-exists` should be a prod dependency.
|
||||
@@ -57,6 +57,7 @@
|
||||
"p-filter": "^2.1.0",
|
||||
"p-limit": "^3.1.0",
|
||||
"path-absolute": "^1.0.1",
|
||||
"path-exists": "^4.0.0",
|
||||
"ramda": "^0.27.1",
|
||||
"run-groups": "^3.0.1",
|
||||
"semver": "^7.3.4",
|
||||
@@ -82,17 +83,13 @@
|
||||
"@types/semver": "^7.3.4",
|
||||
"@types/sinon": "^9.0.11",
|
||||
"anonymous-npm-registry-client": "0.1.2",
|
||||
"cross-spawn": "^7.0.3",
|
||||
"deep-require-cwd": "1.0.0",
|
||||
"dir-is-case-sensitive": "^2.0.0",
|
||||
"execa": "npm:safe-execa@^0.1.1",
|
||||
"exists-link": "2.0.0",
|
||||
"is-ci": "^3.0.0",
|
||||
"is-windows": "^1.0.2",
|
||||
"ncp": "^2.0.0",
|
||||
"nock": "12.0.3",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"path-exists": "^4.0.0",
|
||||
"path-name": "^1.0.0",
|
||||
"read-yaml-file": "^2.1.0",
|
||||
"resolve-link-target": "^2.0.0",
|
||||
|
||||
8
pnpm-lock.yaml
generated
8
pnpm-lock.yaml
generated
@@ -3062,10 +3062,8 @@ importers:
|
||||
'@zkochan/npm-package-arg': ^2.0.1
|
||||
'@zkochan/rimraf': ^2.1.1
|
||||
anonymous-npm-registry-client: 0.1.2
|
||||
cross-spawn: ^7.0.3
|
||||
deep-require-cwd: 1.0.0
|
||||
dependency-path: workspace:8.0.4
|
||||
dir-is-case-sensitive: ^2.0.0
|
||||
execa: npm:safe-execa@^0.1.1
|
||||
exists-link: 2.0.0
|
||||
graph-sequencer: 2.0.0
|
||||
@@ -3077,7 +3075,6 @@ importers:
|
||||
ncp: ^2.0.0
|
||||
nock: 12.0.3
|
||||
normalize-path: ^3.0.0
|
||||
npm-run-all: ^4.1.5
|
||||
p-every: ^2.0.0
|
||||
p-filter: ^2.1.0
|
||||
p-limit: ^3.1.0
|
||||
@@ -3139,6 +3136,7 @@ importers:
|
||||
p-filter: 2.1.0
|
||||
p-limit: 3.1.0
|
||||
path-absolute: 1.0.1
|
||||
path-exists: 4.0.0
|
||||
ramda: 0.27.1
|
||||
run-groups: 3.0.1
|
||||
semver: 7.3.5
|
||||
@@ -3163,17 +3161,13 @@ importers:
|
||||
'@types/semver': 7.3.8
|
||||
'@types/sinon': 9.0.11
|
||||
anonymous-npm-registry-client: 0.1.2
|
||||
cross-spawn: 7.0.3
|
||||
deep-require-cwd: 1.0.0
|
||||
dir-is-case-sensitive: 2.0.0
|
||||
execa: /safe-execa/0.1.1
|
||||
exists-link: 2.0.0
|
||||
is-ci: 3.0.0
|
||||
is-windows: 1.0.2
|
||||
ncp: 2.0.0
|
||||
nock: 12.0.3
|
||||
npm-run-all: 4.1.5
|
||||
path-exists: 4.0.0
|
||||
path-name: 1.0.0
|
||||
read-yaml-file: 2.1.0
|
||||
resolve-link-target: 2.0.0
|
||||
|
||||
Reference in New Issue
Block a user