From: Jérôme Benoit Date: Sun, 28 May 2023 13:49:15 +0000 (+0200) Subject: build: update pnpm lockfile version X-Git-Tag: v2.5.0~18 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=0fb30db776d7ae45a31f2c0bd79a16eac2e19c17;p=poolifier.git build: update pnpm lockfile version Signed-off-by: Jérôme Benoit --- diff --git a/benchmarks/versus-external-pools/package.json b/benchmarks/versus-external-pools/package.json index 9a3fbf91..9d1ecc6b 100644 --- a/benchmarks/versus-external-pools/package.json +++ b/benchmarks/versus-external-pools/package.json @@ -7,11 +7,11 @@ "author": "pioardi", "engines": { "node": ">=14.14.0", - "pnpm": ">=8.0.0" + "pnpm": ">=8.6.0" }, "volta": { "node": "18.16.0", - "pnpm": "8.5.1" + "pnpm": "8.6.0" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" diff --git a/benchmarks/versus-external-pools/pnpm-lock.yaml b/benchmarks/versus-external-pools/pnpm-lock.yaml index 6ddbe834..5e6ff457 100644 --- a/benchmarks/versus-external-pools/pnpm-lock.yaml +++ b/benchmarks/versus-external-pools/pnpm-lock.yaml @@ -1,4 +1,8 @@ -lockfileVersion: '6.0' +lockfileVersion: '6.1' + +settings: + autoInstallPeers: true + excludeLinksFromLockfile: false dependencies: microjob: diff --git a/package.json b/package.json index f790e732..62ab5bea 100644 --- a/package.json +++ b/package.json @@ -44,11 +44,11 @@ }, "engines": { "node": ">=16.0.0", - "pnpm": ">=8.0.0" + "pnpm": ">=8.6.0" }, "volta": { "node": "20.2.0", - "pnpm": "8.5.1" + "pnpm": "8.6.0" }, "repository": { "type": "git", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 91cfaeed..d1ad0dad 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,4 +1,8 @@ -lockfileVersion: '6.0' +lockfileVersion: '6.1' + +settings: + autoInstallPeers: true + excludeLinksFromLockfile: false devDependencies: '@commitlint/cli':