Skip to content

Commit

Permalink
Bump @microsoft/rush from 5.112.1 to 5.112.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nev21 committed Dec 13, 2023
1 parent 1eb5435 commit 91d0996
Show file tree
Hide file tree
Showing 7 changed files with 888 additions and 699 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- name: Update rush shrinkwrap dependencies
run: node common/scripts/install-run-rush.js update --full
- run: npm install
- name: Build
run: npm run build --verbose
Expand Down
1,504 changes: 826 additions & 678 deletions common/config/rush/npm-shrinkwrap.json

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion common/scripts/install-run-rush.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion common/scripts/install-run-rushx.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

70 changes: 54 additions & 16 deletions common/scripts/install-run.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
},
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@microsoft/rush": "5.112.1",
"@microsoft/rush": "5.112.2",
"@nevware21/grunt-eslint-ts": "0.2.4",
"@nevware21/grunt-ts-plugin": "0.4.5",
"@types/eslint": "^8.4.2",
Expand Down
4 changes: 2 additions & 2 deletions rush.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush.schema.json",

"npmVersion": "8.19.3",
"rushVersion": "5.102.0",
"npmVersion": "8.19.4",
"rushVersion": "5.112.2",
"projectFolderMaxDepth": 4,
"projects": [
{
Expand Down

0 comments on commit 91d0996

Please sign in to comment.