Skip to content

Commit 0a295e2

Browse files
committed
updated rush to 5.112.2
1 parent 66f4aad commit 0a295e2

File tree

3 files changed

+39
-67
lines changed

3 files changed

+39
-67
lines changed

.devcontainer/postcreate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ echo '[ -s "$NVS_HOME/nvs.sh" ] && . "$NVS_HOME/nvs.sh"' >> ~/.bashrc
1717
source ~/.bashrc
1818

1919
# Install Rush
20-
npm install -g @microsoft/rush@5.63.1
20+
npm install -g @microsoft/rush@5.112.2
2121

2222
# Re-link to update symlinks
2323
nvs link 18.20.4

common/config/rush/pnpm-lock.yaml

Lines changed: 37 additions & 65 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rush.json

Lines changed: 1 addition & 1 deletion
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.63.1",
18+
"rushVersion": "5.112.2",
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

0 commit comments

Comments
 (0)