Skip to content

Commit 375a40f

Browse files
committed
Upgrade Rush
1 parent 204487e commit 375a40f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

common/scripts/install-run.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rush.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* path segment in the "$schema" field for all your Rush config files. This will ensure
1717
* correct error-underlining and tab-completion for editors such as VS Code.
1818
*/
19-
"rushVersion": "5.22.0",
19+
"rushVersion": "5.23.2",
2020

2121
/**
2222
* The next field selects which package manager should be installed and determines its version.
@@ -26,7 +26,7 @@
2626
* Specify one of: "pnpmVersion", "npmVersion", or "yarnVersion". See the Rush documentation
2727
* for details about these alternatives.
2828
*/
29-
"pnpmVersion": "4.11.6",
29+
"pnpmVersion": "4.12.5",
3030

3131
// "npmVersion": "4.5.0",
3232
// "yarnVersion": "1.9.4",

0 commit comments

Comments
 (0)