Skip to content

Commit 15f7963

Browse files
committed
Applying package updates.
1 parent 11a7604 commit 15f7963

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

apps/rush-buildxl/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/rush-buildxl",
3-
"version": "5.20.0",
3+
"version": "5.21.0",
44
"description": "An experimental tool that connects Rush and BuildXL",
55
"repository": {
66
"type": "git",
@@ -20,7 +20,7 @@
2020
"license": "MIT",
2121
"dependencies": {
2222
"@microsoft/node-core-library": "3.19.3",
23-
"@microsoft/rush-lib": "5.20.0",
23+
"@microsoft/rush-lib": "5.21.0",
2424
"@microsoft/ts-command-line": "4.3.10"
2525
},
2626
"devDependencies": {

apps/rush-lib/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/rush-lib",
3-
"version": "5.20.0",
3+
"version": "5.21.0",
44
"description": "A library for writing scripts that interact with the Rush tool",
55
"repository": {
66
"type": "git",

apps/rush/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/rush",
3-
"version": "5.20.0",
3+
"version": "5.21.0",
44
"description": "A professional solution for consolidating all your JavaScript projects in one Git repo",
55
"keywords": [
66
"install",
@@ -32,7 +32,7 @@
3232
"license": "MIT",
3333
"dependencies": {
3434
"@microsoft/node-core-library": "3.19.3",
35-
"@microsoft/rush-lib": "5.20.0",
35+
"@microsoft/rush-lib": "5.21.0",
3636
"colors": "~1.2.1",
3737
"semver": "~5.3.0"
3838
},

common/config/rush/version-policies.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
{
9191
"policyName": "rush",
9292
"definitionName": "lockStepVersion",
93-
"version": "5.20.0",
93+
"version": "5.21.0",
9494
"nextBump": "minor",
9595
"mainProject": "@microsoft/rush"
9696
}

repo-scripts/repo-toolbox/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@microsoft/node-core-library": "3.19.3",
13-
"@microsoft/rush-lib": "5.20.0",
13+
"@microsoft/rush-lib": "5.21.0",
1414
"@microsoft/ts-command-line": "4.3.10"
1515
},
1616
"devDependencies": {

0 commit comments

Comments
 (0)