Skip to content

Commit 933fcad

Browse files
committed
Use latest rush
1 parent 9bd4674 commit 933fcad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.0",
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.8.0",
29+
"pnpmVersion": "4.12.5",
3030

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

0 commit comments

Comments
 (0)