Skip to content

Commit 27c729c

Browse files
committed
Applying package updates.
1 parent b055de4 commit 27c729c

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

apps/rush-buildxl/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/rush-buildxl",
3-
"version": "5.13.0",
3+
"version": "5.13.1",
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.15.0",
23-
"@microsoft/rush-lib": "5.13.0",
23+
"@microsoft/rush-lib": "5.13.1",
2424
"@microsoft/ts-command-line": "4.3.1"
2525
},
2626
"devDependencies": {

apps/rush-lib/package.json

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

apps/rush/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/rush",
3-
"version": "5.13.0",
3+
"version": "5.13.1",
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.15.0",
35-
"@microsoft/rush-lib": "5.13.0",
35+
"@microsoft/rush-lib": "5.13.1",
3636
"colors": "~1.2.1",
3737
"semver": "~5.3.0"
3838
},

common/config/rush/version-policies.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
{
8282
"policyName": "rush",
8383
"definitionName": "lockStepVersion",
84-
"version": "5.13.0",
84+
"version": "5.13.1",
8585
"nextBump": "patch",
8686
"mainProject": "@microsoft/rush"
8787
}

0 commit comments

Comments
 (0)