From 2da9ed9434a01c77ae2f5e6baa8c1f5629784cbd Mon Sep 17 00:00:00 2001 From: Xiaogang Date: Tue, 13 Oct 2020 12:49:47 +0800 Subject: [PATCH] Upgrade rush and pnpm --- rush.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rush.json b/rush.json index 95df31762d..a0f9d82a4b 100644 --- a/rush.json +++ b/rush.json @@ -15,7 +15,7 @@ * path segment in the "$schema" field for all your Rush config files. This will ensure * correct error-underlining and tab-completion for editors such as VS Code. */ - "rushVersion": "5.12.0", + "rushVersion": "5.34.3", /** * The next field selects which package manager should be installed and determines its version. * Rush installs its own local copy of the package manager to ensure that your build process @@ -24,7 +24,7 @@ * Specify one of: "pnpmVersion", "npmVersion", or "yarnVersion". See the Rush documentation * for details about these alternatives. */ - "pnpmVersion": "2.15.1", + "pnpmVersion": "5.9.0", /** * Options that are only used when the PNPM package manager is selected */ @@ -101,4 +101,4 @@ "shouldPublish": true } ] -} \ No newline at end of file +}