From 7f6a4f12bee14a8489be1e289c099dc918006780 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Mon, 12 Jun 2023 21:38:59 +0200 Subject: [PATCH] fix: fix pnpm lockfile backward compatbility issue MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- benchmarks/versus-external-pools/package.json | 2 +- benchmarks/versus-external-pools/pnpm-lock.yaml | 2 +- package.json | 2 +- pnpm-lock.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/benchmarks/versus-external-pools/package.json b/benchmarks/versus-external-pools/package.json index e91fc16b..a46aef64 100644 --- a/benchmarks/versus-external-pools/package.json +++ b/benchmarks/versus-external-pools/package.json @@ -11,7 +11,7 @@ }, "volta": { "node": "18.16.0", - "pnpm": "8.6.1" + "pnpm": "8.6.2" }, "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 76d46a42..4ee6e11d 100644 --- a/benchmarks/versus-external-pools/pnpm-lock.yaml +++ b/benchmarks/versus-external-pools/pnpm-lock.yaml @@ -1,4 +1,4 @@ -lockfileVersion: '6.1' +lockfileVersion: '6.0' settings: autoInstallPeers: true diff --git a/package.json b/package.json index b432cb46..e8dcd97d 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ }, "volta": { "node": "20.3.0", - "pnpm": "8.6.1" + "pnpm": "8.6.2" }, "repository": { "type": "git", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 88220091..fff9d97b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,4 +1,4 @@ -lockfileVersion: '6.1' +lockfileVersion: '6.0' settings: autoInstallPeers: true -- 2.34.1