From 7ae4376769fbfa3245445e893ab25534a0fcf7d5 Mon Sep 17 00:00:00 2001 From: Luca Forstner Date: Wed, 3 Jul 2024 14:57:13 +0200 Subject: [PATCH] Revert "build: Bump yarn to `1.22.22` and pnpm to `9.4.0` (#12731)" This reverts commit 0c1e8775721151e4c8f9e583b6ce1fbf0b37c0ab. --- dev-packages/e2e-tests/package.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-packages/e2e-tests/package.json b/dev-packages/e2e-tests/package.json index a37c23a7b4bf..97c7cb927857 100644 --- a/dev-packages/e2e-tests/package.json +++ b/dev-packages/e2e-tests/package.json @@ -27,6 +27,6 @@ }, "volta": { "extends": "../../package.json", - "pnpm": "9.4.0" + "pnpm": "8.15.8" } } diff --git a/package.json b/package.json index a77d4f3a4202..e4427db47729 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ }, "volta": { "node": "18.20.3", - "yarn": "1.22.22" + "yarn": "1.22.19" }, "workspaces": [ "packages/angular",