From 8864721237dfa9f3a14f6641d44b22692ca1c2e3 Mon Sep 17 00:00:00 2001 From: Superchupu <53496941+SuperchupuDev@users.noreply.github.com> Date: Thu, 18 Jul 2024 15:38:21 +0100 Subject: [PATCH] chore: update pnpm and remove workaround --- .npmrc | 2 -- package.json | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 .npmrc diff --git a/.npmrc b/.npmrc deleted file mode 100644 index ca0a3a8be9b6..000000000000 --- a/.npmrc +++ /dev/null @@ -1,2 +0,0 @@ -# workaround until https://github.com/pnpm/pnpm/issues/6300 gets fixed -dedupe-peer-dependents = false diff --git a/package.json b/package.json index c659e89adbf8..0cccca62b326 100644 --- a/package.json +++ b/package.json @@ -10,5 +10,5 @@ "keywords": [], "author": "Biome Developers and Contributors", "license": "MIT OR Apache-2.0", - "packageManager": "pnpm@9.4.0" + "packageManager": "pnpm@9.5.0" }