Skip to content

Commit b8406cd

Browse files
authored
Upgrade rush and pnpm (#697)
1 parent ce56adb commit b8406cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rush.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* path segment in the "$schema" field for all your Rush config files. This will ensure
1616
* correct error-underlining and tab-completion for editors such as VS Code.
1717
*/
18-
"rushVersion": "5.12.0",
18+
"rushVersion": "5.34.3",
1919
/**
2020
* The next field selects which package manager should be installed and determines its version.
2121
* Rush installs its own local copy of the package manager to ensure that your build process
@@ -24,7 +24,7 @@
2424
* Specify one of: "pnpmVersion", "npmVersion", or "yarnVersion". See the Rush documentation
2525
* for details about these alternatives.
2626
*/
27-
"pnpmVersion": "2.15.1",
27+
"pnpmVersion": "5.9.0",
2828
/**
2929
* Options that are only used when the PNPM package manager is selected
3030
*/
@@ -101,4 +101,4 @@
101101
"shouldPublish": true
102102
}
103103
]
104-
}
104+
}

0 commit comments

Comments
 (0)